25 lines
4.1 KiB
JavaScript
25 lines
4.1 KiB
JavaScript
window.translation_settings=function(e){function t(o){if(n[o])return n[o].exports;var i=n[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,t),i.l=!0,i.exports}var n={};return t.m=e,t.c=n,t.i=function(e){return e},t.d=function(e,n,o){t.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:o})},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=346)}({270:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=n(345),r=function(e){return e&&e.__esModule?e:{default:e}}(i),s=function e(){o(this,e),new r.default};t.default=s},345:function(e,t,n){"use strict";function o(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}Object.defineProperty(t,"__esModule",{value:!0});var i=function(){function e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}return function(t,n,o){return n&&e(t.prototype,n),o&&e(t,o),t}}(),r=window.$,s=function(){function e(){o(this,e),r(".js-translation-type").on("change",this.toggleFields.bind(this)),r(".js-email-content-type").on("change",this.toggleEmailFields.bind(this)),this.toggleFields()}return i(e,[{key:"toggleFields",value:function(){var e=r(".js-translation-type").val(),t=r(".js-module-form-group"),n=r(".js-email-form-group"),o=r(".js-theme-form-group"),i=o.find("select"),s=i.find(".js-no-theme"),a=i.find("option:not(.js-no-theme):first");switch(e){case"back":case"others":this._hide(t,n,o);break;case"themes":s.is(":selected")&&i.val(a.val()),this._hide(t,n,s),this._show(o);break;case"modules":this._hide(n,o),this._show(t);break;case"mails":this._hide(t,o),this._show(n)}this.toggleEmailFields()}},{key:"toggleEmailFields",value:function(){if("mails"===r(".js-translation-type").val()){var e=r(".js-email-form-group").find("select").val(),t=r(".js-theme-form-group"),n=t.find(".js-no-theme");"body"===e?(n.prop("selected",!0),this._show(n,t)):this._hide(n,t)}}},{key:"_hide",value:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var o in t)t[o].addClass("d-none"),t[o].find("select").prop("disabled","disabled")}},{key:"_show",value:function(){for(var e=arguments.length,t=Array(e),n=0;n<e;n++)t[n]=arguments[n];for(var o in t)t[o].removeClass("d-none"),t[o].find("select").prop("disabled",!1)}}]),e}();t.default=s},346:function(e,t,n){"use strict";var o=n(270),i=function(e){return e&&e.__esModule?e:{default:e}}(o);/**
|
|
* 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
|
|
*/
|
|
(0,window.$)(function(){new i.default})}}); |