Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
elementor
/
assets
/
js
/
File Content:
import-export-admin.js
/*! elementor - v3.21.0 - 26-05-2024 */ /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ "@wordpress/i18n": /*!**************************!*\ !*** external "wp.i18n" ***! \**************************/ /***/ ((module) => { "use strict"; module.exports = wp.i18n; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***! \****************************************************************/ /***/ ((module) => { function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } } module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/createClass.js": /*!*************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/createClass.js ***! \*************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, toPropertyKey(descriptor.key), descriptor); } } function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; } module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/defineProperty.js": /*!****************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***! \****************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js"); function _defineProperty(obj, key, value) { key = toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js": /*!***********************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***! \***********************************************************************/ /***/ ((module) => { function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; } module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js": /*!*************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***! \*************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); function toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); } module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js": /*!***************************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***! \***************************************************************/ /***/ ((module, __unused_webpack_exports, __webpack_require__) => { var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]); var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js"); function toPropertyKey(t) { var i = toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : String(i); } module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }), /***/ "../node_modules/@babel/runtime/helpers/typeof.js": /*!********************************************************!*\ !*** ../node_modules/@babel/runtime/helpers/typeof.js ***! \********************************************************/ /***/ ((module) => { function _typeof(o) { "@babel/helpers - typeof"; return (module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, module.exports.__esModule = true, module.exports["default"] = module.exports), _typeof(o); } module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ var __webpack_exports__ = {}; // This entry need to be wrapped in an IIFE because it need to be in strict mode. (() => { "use strict"; /*!*******************************************************!*\ !*** ../app/modules/import-export/assets/js/admin.js ***! \*******************************************************/ /* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"]; var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js"); var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js")); var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js")); var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js")); var Admin = /*#__PURE__*/function () { function Admin() { (0, _classCallCheck2.default)(this, Admin); /** * Session Storage Key * * @type {string} */ (0, _defineProperty2.default)(this, "KIT_DATA_KEY", 'elementor-kit-data'); /** * Contains the ID of the referrer Kit and the name of the Kit to remove. Stored in session storage. * * @type {Object} */ (0, _defineProperty2.default)(this, "cachedKitData", void 0); /** * The 'Remove Kit' revert button * * @type {Element} */ (0, _defineProperty2.default)(this, "revertButton", void 0); /** * Name of the kit currently active (last imported) * * @type {string} */ (0, _defineProperty2.default)(this, "activeKitName", void 0); this.activeKitName = this.getActiveKitName(); this.revertButton = document.getElementById('elementor-import-export__revert_kit'); if (this.revertButton) { this.revertButton.addEventListener('click', this.onRevertButtonClick.bind(this)); this.maybeAddRevertBtnMargin(); } this.maybeShowReferrerKitDialog(); } /** * Add bottom margin to revert btn if referred from Kit library */ (0, _createClass2.default)(Admin, [{ key: "maybeAddRevertBtnMargin", value: function maybeAddRevertBtnMargin() { var referrerKitId = new URLSearchParams(this.revertButton.href).get('referrer_kit'); if (!referrerKitId) { return; } this.revertButton.style.marginBottom = this.calculateMargin(); this.scrollToBottom(); } /** * CalculateMargin * * @return {string} */ }, { key: "calculateMargin", value: function calculateMargin() { var adminBar = document.getElementById('wpadminbar'); var adminBarHeight = adminBar ? adminBar.offsetHeight : 0; var revertKitHeight = this.revertButton.parentElement.offsetHeight; return document.body.clientHeight - adminBarHeight - revertKitHeight - document.getElementById('wpfooter').offsetHeight - 15 // Extra margin at the top + 'px'; } /** * Scroll to the bottom of the page */ }, { key: "scrollToBottom", value: function scrollToBottom() { setTimeout(function () { window.scrollTo(0, document.body.scrollHeight); }); } /** * RevertBtnOnClick * * @param {Event} event */ }, { key: "onRevertButtonClick", value: function onRevertButtonClick(event) { var _this = this; event.preventDefault(); elementorCommon.dialogsManager.createWidget('confirm', { headerMessage: __('Are you sure?', 'elementor'), // Translators: %s is the name of the active Kit message: __('Removing %s will permanently delete changes made to the Kit\'s content and site settings', 'elementor').replace('%s', this.activeKitName), strings: { confirm: __('Delete', 'elementor'), cancel: __('Cancel', 'elementor') }, onConfirm: function onConfirm() { return _this.onRevertConfirm(); } }).show(); } }, { key: "onRevertConfirm", value: function onRevertConfirm() { var referrerKitId = new URLSearchParams(this.revertButton.href).get('referrer_kit'); this.saveToCache(referrerKitId !== null && referrerKitId !== void 0 ? referrerKitId : ''); location.href = this.revertButton.href; } }, { key: "maybeShowReferrerKitDialog", value: function maybeShowReferrerKitDialog() { var _this$getDataFromCach = this.getDataFromCache(), referrerKitId = _this$getDataFromCach.referrerKitId; if (undefined === referrerKitId) { return; } if (0 === referrerKitId.length) { this.createKitDeletedWidget({ message: __('Try a different Kit or build your site from scratch.', 'elementor'), strings: { confirm: __('OK', 'elementor'), cancel: __('Kit Library', 'elementor') }, onCancel: function onCancel() { location.href = elementorImportExport.appUrl; } }); this.clearCache(); return; } this.createKitDeletedWidget({ message: __('You\'re ready to apply a new Kit!', 'elementor'), strings: { confirm: __('Continue to new Kit', 'elementor'), cancel: __('Close', 'elementor') }, onConfirm: function onConfirm() { location.href = elementorImportExport.appUrl + '/preview/' + referrerKitId; } }); this.clearCache(); } /** * CreateKitDeletedWidget * * @param {Object} options */ }, { key: "createKitDeletedWidget", value: function createKitDeletedWidget(options) { var _this$getDataFromCach2 = this.getDataFromCache(), activeKitName = _this$getDataFromCach2.activeKitName; elementorCommon.dialogsManager.createWidget('confirm', { id: 'e-revert-kit-deleted-dialog', // Translators: %s is the name of the active Kit headerMessage: __('%s was successfully deleted', 'elementor').replace('%s', activeKitName), message: options.message, strings: { confirm: options.strings.confirm, cancel: options.strings.cancel }, onConfirm: options.onConfirm, onCancel: options.onCancel }).show(); } /** * Retrieving the last imported kit from the elementorAppConfig global * * @return {string} */ }, { key: "getActiveKitName", value: function getActiveKitName() { var lastKit = elementorImportExport.lastImportedSession; if (lastKit.kit_title) { return lastKit.kit_title; } if (lastKit.kit_name) { return this.convertNameToTitle(lastKit.kit_name); } return __('Your Kit', 'elementor'); } /** * ConvertNameToTitle * * @param {string} name * * @return {string} */ }, { key: "convertNameToTitle", value: function convertNameToTitle(name) { return name.split(/[-_]+/).map(function (word) { return word[0].toUpperCase() + word.substring(1); }).join(' '); } }, { key: "saveToCache", value: function saveToCache(referrerKitId) { sessionStorage.setItem(this.KIT_DATA_KEY, JSON.stringify({ referrerKitId: referrerKitId, activeKitName: this.activeKitName })); } }, { key: "getDataFromCache", value: function getDataFromCache() { var _this$cachedKitData; if (this.cachedKitData) { return this.cachedKitData; } try { this.cachedKitData = JSON.parse(sessionStorage.getItem(this.KIT_DATA_KEY)); } catch (e) { return {}; } return (_this$cachedKitData = this.cachedKitData) !== null && _this$cachedKitData !== void 0 ? _this$cachedKitData : {}; } }, { key: "clearCache", value: function clearCache() { sessionStorage.removeItem(this.KIT_DATA_KEY); } }]); return Admin; }(); window.addEventListener('load', function () { new Admin(); }); })(); /******/ })() ; //# sourceMappingURL=import-export-admin.js.map
Submit
FILE
FOLDER
Name
Size
Permission
Action
packages
---
0755
2f08057553c95b827d30.bundle.min.js
25101 bytes
0644
343f4c6fd2ee68785472.bundle.min.js
5485 bytes
0644
4586b3ce03181d93c8bf.bundle.js
16261 bytes
0644
46e544e5863270fc32f2.bundle.js
11383 bytes
0644
5975ee58d21883e10a11.bundle.min.js
42395 bytes
0644
5975ee58d21883e10a11.bundle.min.js.LICENSE.txt
487 bytes
0644
7dc832afac0230c2012d.bundle.min.js
4131 bytes
0644
869c0bb89d87e0d81450.bundle.min.js
5792 bytes
0644
8783b9dda1c3001bf1b5.bundle.min.js
27496 bytes
0644
a730ee9caa710006b307.bundle.js
272042 bytes
0644
accordion.c16b88b2e8a0c50189bc.bundle.js
7529 bytes
0644
admin-feedback.js
4640 bytes
0644
admin-feedback.min.js
1976 bytes
0644
admin-modules.js
39078 bytes
0644
admin-modules.min.js
17895 bytes
0644
admin-top-bar.js
70570 bytes
0644
admin.js
108876 bytes
0644
admin.min.js
52018 bytes
0644
ai-admin.js
1921215 bytes
0644
ai-admin.min.js
587318 bytes
0644
ai-admin.min.js.LICENSE.txt
758 bytes
0644
ai-layout.js
596989 bytes
0644
ai-layout.min.js
240040 bytes
0644
ai.js
1964269 bytes
0644
ai.min.js
605743 bytes
0644
alert.cbc2a0fee74ee3ed0419.bundle.min.js
624 bytes
0644
announcements-app.js
103923 bytes
0644
announcements-app.min.js
28437 bytes
0644
app-loader.js
267436 bytes
0644
app-loader.min.js
92582 bytes
0644
app-packages.js
359958 bytes
0644
app.js
815319 bytes
0644
app.min.js
299255 bytes
0644
beta-tester.js
23085 bytes
0644
common-modules.min.js
105773 bytes
0644
common.min.js
160783 bytes
0644
container-converter.js
55149 bytes
0644
container.c65a2a923085e1120e75.bundle.min.js
9822 bytes
0644
counter.02cef29c589e742d4c8c.bundle.min.js
912 bytes
0644
d3bdd130eb38d3b07f85.bundle.js
71523 bytes
0644
dev-tools.js
24380 bytes
0644
dev-tools.min.js
7678 bytes
0644
e-home-screen.min.js
338866 bytes
0644
e-home-screen.min.js.LICENSE.txt
1447 bytes
0644
e3f753621bf9be55ec4d.bundle.js
15773 bytes
0644
e8a7573e654d921656ab.bundle.js
27370 bytes
0644
editor-document.js
75322 bytes
0644
editor-document.min.js
27122 bytes
0644
editor-environment-v2.min.js
246 bytes
0644
editor-loader-v1.js
402 bytes
0644
editor-loader-v1.min.js
88 bytes
0644
editor-loader-v2.js
890 bytes
0644
editor-loader-v2.min.js
443 bytes
0644
editor-modules.js
121004 bytes
0644
editor-modules.min.js
52096 bytes
0644
editor-modules.min.js.LICENSE.txt
149 bytes
0644
editor-notifications.js
270255 bytes
0644
editor-notifications.min.js
89764 bytes
0644
editor.js
2824758 bytes
0644
editor.min.js
1166096 bytes
0644
editor.min.js.LICENSE.txt
340 bytes
0644
element-manager-admin.js
187795 bytes
0644
element-manager-admin.min.js
48703 bytes
0644
element-manager-admin.min.js.LICENSE.txt
310 bytes
0644
elementor-admin-bar.js
19705 bytes
0644
elementor-admin-bar.min.js
7532 bytes
0644
f45f06ab7bc79ea02cfc.bundle.js
83133 bytes
0644
fd6a00ae23a1bc2c6190.bundle.js
44956 bytes
0644
frontend-modules.js
185230 bytes
0644
frontend-modules.min.js
63275 bytes
0644
frontend.js
103230 bytes
0644
frontend.min.js
39972 bytes
0644
gutenberg.min.js
4117 bytes
0644
image-carousel.4455c6362492d9067512.bundle.min.js
432 bytes
0644
import-export-admin.js
15473 bytes
0644
import-export-admin.min.js
6317 bytes
0644
kit-elements-defaults-editor.js
89493 bytes
0644
kit-elements-defaults-editor.min.js
36209 bytes
0644
kit-elements-defaults-editor.min.js.LICENSE.txt
149 bytes
0644
lightbox.6565606db58088dcec66.bundle.js
52805 bytes
0644
lightbox.94b920846d1e37cafb78.bundle.min.js
30252 bytes
0644
media-hints.js
12350 bytes
0644
nested-elements.js
20935 bytes
0644
nested-elements.min.js
6401 bytes
0644
nested-tabs.js
26919 bytes
0644
new-template.min.js
6830 bytes
0644
notes.min.js
9853 bytes
0644
onboarding.3807b741d2c4463d336d.bundle.min.js
52885 bytes
0644
progress.553d43a5b3903206bedc.bundle.js
1239 bytes
0644
progress.ca55d33bb06cee4e6f02.bundle.min.js
655 bytes
0644
styleguide.js
104105 bytes
0644
tabs.520bc2ed4560c561029e.bundle.js
7456 bytes
0644
tabs.c2af5be7f9cb3cdcf3d5.bundle.min.js
3705 bytes
0644
text-editor.2c35aafbe5bf0e127950.bundle.min.js
1360 bytes
0644
text-editor.2f2f7e0ea1e16387a004.bundle.js
2800 bytes
0644
text-path.fa44919c1abfe9244186.bundle.js
73959 bytes
0644
toggle.31881477c45ff5cf9d4d.bundle.min.js
3770 bytes
0644
toggle.d79746a764407a0828ee.bundle.js
7560 bytes
0644
video.57bb05ea17924bda3c02.bundle.js
6114 bytes
0644
video.d11c91c1b2b642a34601.bundle.min.js
3171 bytes
0644
web-cli.js
511344 bytes
0644
web-cli.min.js
179347 bytes
0644
wp-audio.b8efdc046bc9df72a075.bundle.js
781 bytes
0644
N4ST4R_ID | Naxtarrr