25 lines
6.0 KiB
JavaScript
25 lines
6.0 KiB
JavaScript
window.themes=function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,t),o.l=!0,o.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,r){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},t.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return t.d(n,"a",n),n},t.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},t.p="",t(t.s=344)}({245:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=n(307),u=function(e){return e&&e.__esModule?e:{default:e}}(i),a=window.$,c=function(){function e(){var t=this;r(this,e),a(document).on("change",u.default.multiStoreRestrictionCheckbox,function(e){return t._multiStoreRestrictionCheckboxFieldChangeEvent(e)}),a(document).on("change",u.default.multiStoreRestrictionSwitch,function(e){return t._multiStoreRestrictionSwitchFieldChangeEvent(e)})}return o(e,[{key:"_multiStoreRestrictionCheckboxFieldChangeEvent",value:function(e){var t=a(e.currentTarget);this._toggleSourceFieldByTargetElement(t,!t.is(":checked"))}},{key:"_multiStoreRestrictionSwitchFieldChangeEvent",value:function(e){var t=this,n=a(e.currentTarget),r=1===parseInt(n.val(),10),o=n.data("targetFormName");a('form[name="'+o+'"]').find(u.default.multiStoreRestrictionCheckbox).each(function(e,n){var o=a(n);o.prop("checked",r),t._toggleSourceFieldByTargetElement(o,!r)})}},{key:"_toggleSourceFieldByTargetElement",value:function(e,t){var n=e.data("shopRestrictionTarget"),r=a('[data-shop-restriction-source="'+n+'"]');r.prop("disabled",t),r.toggleClass("disabled",t)}}]),e}();t.default=c},267:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=window.$,u=function(){function e(){var t=this;r(this,e),i(document).on("click",".js-display-delete-theme-modal",function(e){return t._displayDeleteThemeModal(e)})}return o(e,[{key:"_displayDeleteThemeModal",value:function(e){var t=i("#delete_theme_modal");t.modal("show"),this._submitForm(t,e)}},{key:"_submitForm",value:function(e,t){var n=i(t.currentTarget);e.on("click",".js-submit-delete-theme",function(){n.closest("form").submit()})}}]),e}();t.default=u},268:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=window.$,u=function(){function e(){var t=this;return r(this,e),i(document).on("click",".js-reset-theme-layouts-btn",function(e){return t._handleResetting(e)}),{}}return o(e,[{key:"_handleResetting",value:function(e){var t=i(e.currentTarget),n=i("<form>",{action:t.data("submit-url"),method:"POST"}).append(i("<input>",{name:"token",value:t.data("csrf-token"),type:"hidden"}));n.appendTo("body"),n.submit()}}]),e}();t.default=u},269:function(e,t,n){"use strict";function r(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var o=function(){function e(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),i=window.$,u=function(){function e(){var t=this;r(this,e),i(document).on("click",".js-display-use-theme-modal",function(e){return t._displayUseThemeModal(e)})}return o(e,[{key:"_displayUseThemeModal",value:function(e){var t=i("#use_theme_modal");t.modal("show"),this._submitForm(t,e)}},{key:"_submitForm",value:function(e,t){var n=i(t.currentTarget);e.on("click",".js-submit-use-theme",function(){n.closest("form").submit()})}}]),e}();t.default=u},307:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),/**
|
|
* 2007-2019 PrestaShop and Contributors
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Open Software License (OSL 3.0)
|
|
* that is bundled with this package in the file LICENSE.txt.
|
|
* It is also available through the world-wide-web at this URL:
|
|
* https://opensource.org/licenses/OSL-3.0
|
|
* If you did not receive a copy of the license and are unable to
|
|
* obtain it through the world-wide-web, please send an email
|
|
* to license@prestashop.com so we can send you a copy immediately.
|
|
*
|
|
* DISCLAIMER
|
|
*
|
|
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
|
|
* versions in the future. If you wish to customize PrestaShop for your
|
|
* needs please refer to https://www.prestashop.com for more information.
|
|
*
|
|
* @author PrestaShop SA <contact@prestashop.com>
|
|
* @copyright 2007-2019 PrestaShop SA and Contributors
|
|
* @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0)
|
|
* International Registered Trademark & Property of PrestaShop SA
|
|
*/
|
|
t.default={multiStoreRestrictionCheckbox:".js-multi-store-restriction-checkbox",multiStoreRestrictionSwitch:".js-multi-store-restriction-switch"}},344:function(e,t,n){"use strict";function r(e){return e&&e.__esModule?e:{default:e}}var o=n(268),i=r(o),u=n(269),a=r(u),c=n(245),l=r(c),s=n(267),f=r(s);(0,window.$)(function(){new i.default,new l.default,new a.default,new f.default})}}); |