b0y-101 Mini Shell


Current Path : E:/www3/chiangrai/wp-content/plugins/gutentor/assets/js/
File Upload :
Current File : E:/www3/chiangrai/wp-content/plugins/gutentor/assets/js/admin-script.min.js

(function(a){function b(d){if(c[d])return c[d].exports;var e=c[d]={i:d,l:!1,exports:{}};return a[d].call(e.exports,e,e.exports,b),e.l=!0,e.exports}var c={};return b.m=a,b.c=c,b.d=function(a,c,d){b.o(a,c)||Object.defineProperty(a,c,{configurable:!1,enumerable:!0,get:d})},b.n=function(a){var c=a&&a.__esModule?function(){return a['default']}:function(){return a};return b.d(c,'a',c),c},b.o=function(a,b){return Object.prototype.hasOwnProperty.call(a,b)},b.p='',b(b.s=0)})([function(){(function(a){let b=function(b,c){var d={action:b,nonce:GUTENTOR_SETTINGS.ajax_nonce,block_id:c};a.ajax({url:GUTENTOR_SETTINGS.ajax_url,type:'POST',data:d,success:function(){},beforeSend:function(){},complete:function(){}})};a(document).ready(function(){a('#gutentor-admin-element-tab').click(function(){a(this).addClass('tablist-item-active').siblings().removeClass('tablist-item-active'),a('.gutentor-admin-element-content').addClass('gutentor-active').siblings().removeClass('gutentor-active')}),a('#gutentor-admin-module-tab').click(function(){a(this).addClass('tablist-item-active').siblings().removeClass('tablist-item-active'),a('.gutentor-admin-module-content').addClass('gutentor-active').siblings().removeClass('gutentor-active')}),a('#gutentor-admin-post-tab').click(function(){a(this).addClass('tablist-item-active').siblings().removeClass('tablist-item-active'),a('.gutentor-admin-post-content').addClass('gutentor-active').siblings().removeClass('gutentor-active')}),a('#gutentor-admin-term-tab').click(function(){a(this).addClass('tablist-item-active').siblings().removeClass('tablist-item-active'),a('.gutentor-admin-term-content').addClass('gutentor-active').siblings().removeClass('gutentor-active')}),a('#gutentor-admin-widget-tab').click(function(){a(this).addClass('tablist-item-active').siblings().removeClass('tablist-item-active'),a('.gutentor-admin-widget-content').addClass('gutentor-active').siblings().removeClass('gutentor-active')}),a(document).on('click','.onoffswitch',function(c){c.preventDefault();let d=a(this).find('input').data('action');a(this).find('input').prop('checked',!a(this).find('input').prop('checked'));let e=a(this).find('input').prop('checked'),f=e?'gutentor_activate_block':'gutentor_deactivate_block';'bulk'===d&&(f=e?'gutentor_bulk_activate_blocks':'gutentor_bulk_deactivate_blocks'),b(f,d)}),a('.gutentor-getting-started-watch-video').length&&a('.gutentor-getting-started-watch-video').magnificPopup({disableOn:700,type:'iframe',mainClass:'mfp-fade',removalDelay:160,preloader:!1,fixedContentPos:!1}),'function'==typeof Color&&(Color.fn.toString=function(){if(1>this._alpha)return this.toCSS('rgba',this._alpha).replace(/\s+/g,'');var a=parseInt(this._color,10).toString(16);if(this.error)return'';if(6>a.length)for(var b=6-a.length-1;0<=b;b--)a='0'+a;return'#'+a});var c=function(a){var b=a.replace(/\s+/g,''),c=-1===b.indexOf('rgba')?100:parseFloat(100*b.replace(/^.*,(.+)\)/,'$1'));return{value:b,alpha:c,rgba:100>c}},d=function(b){if(b.data('rgba')&&1===b.data('rgba')){var d=c(b.val());b.wpColorPicker({clear:function(){b.trigger('keyup')},change:function(a,c){var d=c.color.toString();b.closest('.wp-picker-container').find('.fp-rgba-slider-offset').css('background-color',d),b.val(d).trigger('change')},create:function(){var e=b.data('a8cIris'),f=b.closest('.wp-picker-container'),g=a('<div class="fp-rgba-wrap"><div class="fp-rgba-slider"></div><div class="fp-rgba-slider-offset"></div><div class="fp-rgba-text"></div></div>').appendTo(f.find('.wp-picker-holder')),h=g.find('.fp-rgba-slider'),i=g.find('.fp-rgba-text'),j=g.find('.fp-rgba-slider-offset');h.slider({slide:function(a,c){var d=parseFloat(c.value/100);e._color._alpha=d,b.wpColorPicker('color',e._color.toString()),i.text(1>d?d:'')},create:function(){var k=parseFloat(d.alpha/100),l=1>k?k:'';i.text(l),j.css('background-color',d.value),f.on('click','.wp-picker-clear',function(){e._color._alpha=1,i.text('').trigger('change'),h.slider('option','value',100).trigger('slide')}),f.on('click','.wp-picker-default',function(){var a=c(b.data('default-color')),d=parseFloat(a.alpha/100),f=1>d?d:'';e._color._alpha=d,i.text(f),h.slider('option','value',a.alpha).trigger('slide')}),f.on('click','.wp-color-result',function(){g.toggle()}),a(document).on('click.wpcolorpicker',function(){g.hide()})},value:d.alpha,step:1,min:1,max:100})}})}else b.wpColorPicker({change:_.throttle(function(){b.trigger('change')},3e3),clear:_.throttle(function(){b.trigger('change')},4e3)})};a('body').find('.gutentor-color-picker').each(function(){d(a(this))});(function(){a(document).on('click','.gutentor-img-uploader-open',function(b){b.preventDefault();var c,d=a(this),e=d.closest('.gutentor-fields'),f=e.find('.gutentor-img-preview'),g=e.find('input'),h=e.find('img');return'undefined'!=typeof wp&&wp.media&&wp.media.gallery?c?void c.open():void(c=wp.media({library:{type:'image'},title:d.data('upload'),button:{text:d.data('button-text')}}),c.on('open',function(){var a=g.val();if(a){var b=c.state().get('selection'),d=wp.media.attachment(a);b.add(d)}}),c.on('select',function(){var a=c.state().get('selection').first().toJSON(),b='undefined'==typeof a.sizes.thumbnail?a.url:a.sizes.thumbnail.url;f.removeClass('hidden'),h.attr('src',b),g.val(a.id),g.trigger('change')}),c.open()):void 0}),a(document).on('click','.gutentor-clear-img',function(b){b.preventDefault();var c=a(this).closest('.gutentor-fields'),d=c.find('.gutentor-img-preview'),e=c.find('input');e.val(''),d.addClass('hidden')})})();(function(){a(document).on('click','.gutentor-media-video-upload',function(b){b.preventDefault();var c=a(this).data('title'),d=a(this).data('button'),e=a(this).prev(),f=a(this).siblings('.gutentor-video-preview-wrap');meta_image_frame=wp.media.frames.meta_image_frame=wp.media({title:c,button:{text:d},library:{type:['video/mp4']}}),meta_image_frame.open(),meta_image_frame.on('select',function(){var b=meta_image_frame.state().get('selection').first().toJSON();e.val(b.id);var c=a('<video />',{class:'gutentor-video-preview',src:b.url,type:'video/mp4',controls:!0});f.html(c),f.show(),e.trigger('change')})}),a(document).on('click','.gutentor-media-video-remove',function(){a(this).siblings('.gutentor-video-preview-wrap').html(''),a(this).prev().prev().val('')})})(),a('#gutentor_meta_video_src_option').change(function(){var b=a(this).find(':selected').val(),c=a('.header_video'),d=a('.gutentor-meta-video-upload-wrap');'external-url'===b?(c.show(),c.siblings().hide()):'self-hosted'===b&&(d.show(),d.siblings().hide())}).trigger('change')})})(jQuery)}]);

Copyright © 2019 by b0y-101