PluginProbe
Elementor Website Builder – more than just a page builder / 4.0.0-dev3
Elementor Website Builder – more than just a page builder v4.0.0-dev3
4.3.2 4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 All 455 releases
← All changes | assets/js/announcements-app.js +2891 -1667 4.3.0 → 4.0.0-dev3 View file →
@@ -1,1734 +1,2958 @@
1 -(function(react, react_dom, _wordpress_i18n) {
1 +/******/ (() => { // webpackBootstrap
2 +/******/ var __webpack_modules__ = ({
2 3
3 -//#region \0rolldown/runtime.js
4 - var __create = Object.create;
5 - var __defProp = Object.defineProperty;
6 - var __name = (target, value) => __defProp(target, "name", {
7 - value,
8 - configurable: true
9 - });
10 - var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
11 - var __getOwnPropNames = Object.getOwnPropertyNames;
12 - var __getProtoOf = Object.getPrototypeOf;
13 - var __hasOwnProp = Object.prototype.hasOwnProperty;
14 - var __commonJSMin = (cb, mod) => () => (mod || (cb((mod = { exports: {} }).exports, mod), cb = null), mod.exports);
15 - var __copyProps = (to, from, except, desc) => {
16 - if (from && typeof from === "object" || typeof from === "function") {
17 - for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
18 - key = keys[i];
19 - if (!__hasOwnProp.call(to, key) && key !== except) {
20 - __defProp(to, key, {
21 - get: ((k) => from[k]).bind(null, key),
22 - enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
23 - });
24 - }
25 - }
26 - }
27 - return to;
28 - };
29 - var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
30 - value: mod,
31 - enumerable: true
32 - }) : target, mod));
4 +/***/ "../app/assets/js/event-track/apps-event-tracking.js":
5 +/*!***********************************************************!*\
6 + !*** ../app/assets/js/event-track/apps-event-tracking.js ***!
7 + \***********************************************************/
8 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
33 9
34 -//#endregion
35 -react = __toESM(react);
36 -react_dom = __toESM(react_dom);
10 +"use strict";
37 11
38 -//#region node_modules/@babel/runtime/helpers/esm/asyncToGenerator.js
39 - function asyncGeneratorStep(n, t, e, r, o, a, c) {
40 - try {
41 - var i = n[a](c);
42 - var u = i.value;
43 - } catch (n) {
44 - e(n);
45 - return;
46 - }
47 - i.done ? t(u) : Promise.resolve(u).then(r, o);
48 - }
49 - function _asyncToGenerator(n) {
50 - return function() {
51 - var t = this;
52 - var e = arguments;
53 - return new Promise(function(r, o) {
54 - var a = n.apply(t, e);
55 - function _next(n) {
56 - asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
57 - }
58 - function _throw(n) {
59 - asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
60 - }
61 - _next(void 0);
62 - });
63 - };
64 - }
65 12
66 -//#endregion
67 -//#region node_modules/@babel/runtime/helpers/esm/classCallCheck.js
68 - function _classCallCheck(a, n) {
69 - if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
70 - }
13 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
14 +Object.defineProperty(exports, "__esModule", ({
15 + value: true
16 +}));
17 +exports.appsEventTrackingDispatch = exports.AppsEventTracking = void 0;
18 +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
19 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
20 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
21 +var _eventsConfig = _interopRequireDefault(__webpack_require__(/*! ../../../../core/common/modules/events-manager/assets/js/events-config */ "../core/common/modules/events-manager/assets/js/events-config.js"));
22 +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
23 +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
24 +function _createForOfIteratorHelper(r, e) { var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (!t) { if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) { t && (r = t); var _n = 0, F = function F() {}; return { s: F, n: function n() { return _n >= r.length ? { done: !0 } : { done: !1, value: r[_n++] }; }, e: function e(r) { throw r; }, f: F }; } throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } var o, a = !0, u = !1; return { s: function s() { t = t.call(r); }, n: function n() { var r = t.next(); return a = r.done, r; }, e: function e(r) { u = !0, o = r; }, f: function f() { try { a || null == t.return || t.return(); } finally { if (u) throw o; } } }; }
25 +function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
26 +function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
27 +var EVENTS_MAP = {
28 + PAGE_VIEWS_WEBSITE_TEMPLATES: 'page_views_website_templates',
29 + KITS_CLOUD_UPGRADE_CLICKED: 'kits_cloud_upgrade_clicked',
30 + EXPORT_KIT_CUSTOMIZATION: 'export_kit_customization',
31 + IMPORT_KIT_CUSTOMIZATION: 'import_kit_customization',
32 + KIT_IMPORT_STATUS: 'kit_import_status',
33 + KIT_CLOUD_LIBRARY_APPLY: 'kit_cloud_library_apply',
34 + KIT_CLOUD_LIBRARY_DELETE: 'kit_cloud_library_delete',
35 + IMPORT_EXPORT_ADMIN_ACTION: 'ie_admin_action',
36 + KIT_IMPORT_UPLOAD_FILE: 'kit_import_upload_file'
37 +};
38 +var appsEventTrackingDispatch = exports.appsEventTrackingDispatch = function appsEventTrackingDispatch(command, eventParams) {
39 + // Add existing eventParams key value pair to the data/details object.
40 + var objectCreator = function objectCreator(array, obj) {
41 + var _iterator = _createForOfIteratorHelper(array),
42 + _step;
43 + try {
44 + for (_iterator.s(); !(_step = _iterator.n()).done;) {
45 + var key = _step.value;
46 + if (eventParams.hasOwnProperty(key) && eventParams[key] !== null) {
47 + obj[key] = eventParams[key];
48 + }
49 + }
50 + } catch (err) {
51 + _iterator.e(err);
52 + } finally {
53 + _iterator.f();
54 + }
55 + return obj;
56 + };
57 + var dataKeys = [];
58 + var detailsKeys = ['layout', 'site_part', 'error', 'document_name', 'document_type', 'view_type_clicked', 'tag', 'sort_direction', 'sort_type', 'action', 'grid_location', 'kit_name', 'page_source', 'element_position', 'element', 'event_type', 'modal_type', 'method', 'status', 'step', 'item', 'category', 'element_location', 'search_term', 'section', 'site_area'];
59 + var data = {};
60 + var details = {};
61 + var init = function init() {
62 + objectCreator(detailsKeys, details);
63 + objectCreator(dataKeys, data);
64 + var commandSplit = command.split('/');
65 + data.placement = commandSplit[0];
66 + data.event = commandSplit[1];
71 67
72 -//#endregion
73 -//#region node_modules/@babel/runtime/helpers/esm/typeof.js
74 - function _typeof(o) {
75 - "@babel/helpers - typeof";
76 - return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
77 - return typeof o;
78 - } : function(o) {
79 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
80 - }, _typeof(o);
81 - }
68 + // If 'details' is not empty, add the details object to the data object.
69 + if (Object.keys(details).length) {
70 + data.details = details;
71 + }
72 + };
73 + init();
74 + $e.run(command, data);
75 +};
76 +var AppsEventTracking = exports.AppsEventTracking = /*#__PURE__*/function () {
77 + function AppsEventTracking() {
78 + (0, _classCallCheck2.default)(this, AppsEventTracking);
79 + }
80 + return (0, _createClass2.default)(AppsEventTracking, null, [{
81 + key: "dispatchEvent",
82 + value: function dispatchEvent(eventName, payload) {
83 + var _window$elementorComm, _window$elementorComm2;
84 + return (_window$elementorComm = window.elementorCommon) === null || _window$elementorComm === void 0 || (_window$elementorComm = _window$elementorComm.eventsManager) === null || _window$elementorComm === void 0 || (_window$elementorComm2 = _window$elementorComm.dispatchEvent) === null || _window$elementorComm2 === void 0 ? void 0 : _window$elementorComm2.call(_window$elementorComm, eventName, payload);
85 + }
86 + }, {
87 + key: "sendPageViewsWebsiteTemplates",
88 + value: function sendPageViewsWebsiteTemplates(page) {
89 + return this.dispatchEvent(EVENTS_MAP.PAGE_VIEWS_WEBSITE_TEMPLATES, {
90 + trigger: _eventsConfig.default.triggers.pageLoaded,
91 + page_loaded: page,
92 + secondary_location: page
93 + });
94 + }
95 + }, {
96 + key: "sendKitsCloudUpgradeClicked",
97 + value: function sendKitsCloudUpgradeClicked(upgradeLocation) {
98 + return this.dispatchEvent(EVENTS_MAP.KITS_CLOUD_UPGRADE_CLICKED, {
99 + trigger: _eventsConfig.default.triggers.click,
100 + secondary_location: upgradeLocation,
101 + upgrade_location: upgradeLocation
102 + });
103 + }
104 + }, {
105 + key: "sendExportKitCustomization",
106 + value: function sendExportKitCustomization(payload) {
107 + return this.dispatchEvent(EVENTS_MAP.EXPORT_KIT_CUSTOMIZATION, _objectSpread({
108 + trigger: _eventsConfig.default.triggers.click
109 + }, payload));
110 + }
111 + }, {
112 + key: "sendImportKitCustomization",
113 + value: function sendImportKitCustomization(payload) {
114 + return this.dispatchEvent(EVENTS_MAP.IMPORT_KIT_CUSTOMIZATION, _objectSpread({
115 + trigger: _eventsConfig.default.triggers.click
116 + }, payload));
117 + }
118 + }, {
119 + key: "sendKitImportStatus",
120 + value: function sendKitImportStatus() {
121 + var error = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : null;
122 + var isError = !!error;
123 + return this.dispatchEvent(EVENTS_MAP.KIT_IMPORT_STATUS, _objectSpread({
124 + kit_import_status: !isError
125 + }, isError && {
126 + kit_import_error: error.message
127 + }));
128 + }
129 + }, {
130 + key: "sendKitCloudLibraryApply",
131 + value: function sendKitCloudLibraryApply(kitId, kitApplyUrl) {
132 + return this.dispatchEvent(EVENTS_MAP.KIT_CLOUD_LIBRARY_APPLY, _objectSpread({
133 + trigger: _eventsConfig.default.triggers.click,
134 + kit_cloud_id: kitId
135 + }, kitApplyUrl && {
136 + kit_apply_url: kitApplyUrl
137 + }));
138 + }
139 + }, {
140 + key: "sendKitCloudLibraryDelete",
141 + value: function sendKitCloudLibraryDelete() {
142 + return this.dispatchEvent(EVENTS_MAP.KIT_CLOUD_LIBRARY_DELETE, {
143 + trigger: _eventsConfig.default.triggers.click
144 + });
145 + }
146 + }, {
147 + key: "sendImportExportAdminAction",
148 + value: function sendImportExportAdminAction(actionType) {
149 + return this.dispatchEvent(EVENTS_MAP.IMPORT_EXPORT_ADMIN_ACTION, {
150 + trigger: _eventsConfig.default.triggers.click,
151 + action_type: actionType
152 + });
153 + }
154 + }, {
155 + key: "sendKitImportUploadFile",
156 + value: function sendKitImportUploadFile(status) {
157 + return this.dispatchEvent(EVENTS_MAP.KIT_IMPORT_UPLOAD_FILE, {
158 + kit_import_upload_file_status: status
159 + });
160 + }
161 + }]);
162 +}();
82 163
83 -//#endregion
84 -//#region node_modules/@babel/runtime/helpers/esm/toPrimitive.js
85 - function toPrimitive(t, r) {
86 - if ("object" != _typeof(t) || !t) return t;
87 - var e = t[Symbol.toPrimitive];
88 - if (void 0 !== e) {
89 - var i = e.call(t, r || "default");
90 - if ("object" != _typeof(i)) return i;
91 - throw new TypeError("@@toPrimitive must return a primitive value.");
92 - }
93 - return ("string" === r ? String : Number)(t);
94 - }
164 +/***/ }),
95 165
96 -//#endregion
97 -//#region node_modules/@babel/runtime/helpers/esm/toPropertyKey.js
98 - function toPropertyKey(t) {
99 - var i = toPrimitive(t, "string");
100 - return "symbol" == _typeof(i) ? i : i + "";
101 - }
166 +/***/ "../assets/dev/js/utils/react.js":
167 +/*!***************************************!*\
168 + !*** ../assets/dev/js/utils/react.js ***!
169 + \***************************************/
170 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
102 171
103 -//#endregion
104 -//#region node_modules/@babel/runtime/helpers/esm/createClass.js
105 - function _defineProperties(e, r) {
106 - for (var t = 0; t < r.length; t++) {
107 - var o = r[t];
108 - o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
109 - }
110 - }
111 - function _createClass(e, r, t) {
112 - return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", { writable: !1 }), e;
113 - }
172 +"use strict";
114 173
115 -//#endregion
116 -//#region node_modules/@babel/runtime/helpers/OverloadYield.js
117 - var require_OverloadYield = /* @__PURE__ */ __commonJSMin(((exports, module) => {
118 - function _OverloadYield(e, d) {
119 - this.v = e, this.k = d;
120 - }
121 - module.exports = _OverloadYield, module.exports.__esModule = true, module.exports["default"] = module.exports;
122 - }));
123 174
124 -//#endregion
125 -//#region node_modules/@babel/runtime/helpers/regeneratorDefine.js
126 - var require_regeneratorDefine = /* @__PURE__ */ __commonJSMin(((exports, module) => {
127 - function _regeneratorDefine(e, r, n, t) {
128 - var i = Object.defineProperty;
129 - try {
130 - i({}, "", {});
131 - } catch (e) {
132 - i = 0;
133 - }
134 - module.exports = _regeneratorDefine = function regeneratorDefine(e, r, n, t) {
135 - function o(r, n) {
136 - _regeneratorDefine(e, r, function(e) {
137 - return this._invoke(r, n, e);
138 - });
139 - }
140 - r ? i ? i(e, r, {
141 - value: n,
142 - enumerable: !t,
143 - configurable: !t,
144 - writable: !t
145 - }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
146 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _regeneratorDefine(e, r, n, t);
147 - }
148 - module.exports = _regeneratorDefine, module.exports.__esModule = true, module.exports["default"] = module.exports;
149 - }));
175 +var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
176 +Object.defineProperty(exports, "__esModule", ({
177 + value: true
178 +}));
179 +exports["default"] = void 0;
180 +var React = _interopRequireWildcard(__webpack_require__(/*! react */ "react"));
181 +var ReactDOM = _interopRequireWildcard(__webpack_require__(/*! react-dom */ "react-dom"));
182 +var _client = __webpack_require__(/*! react-dom/client */ "../node_modules/react-dom/client.js");
183 +function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
184 +/**
185 + * Support conditional rendering of a React App to the DOM, based on the React version.
186 + * We use `createRoot` when available, but fallback to `ReactDOM.render` for older versions.
187 + *
188 + * @param { React.ReactElement } app The app to render.
189 + * @param { HTMLElement } domElement The DOM element to render the app into.
190 + *
191 + * @return {{ unmount: () => void }} The unmount function.
192 + */
193 +function render(app, domElement) {
194 + var unmountFunction;
195 + try {
196 + var root = (0, _client.createRoot)(domElement);
197 + root.render(app);
198 + unmountFunction = function unmountFunction() {
199 + root.unmount();
200 + };
201 + } catch (e) {
202 + // eslint-disable-next-line react/no-deprecated
203 + ReactDOM.render(app, domElement);
204 + unmountFunction = function unmountFunction() {
205 + // eslint-disable-next-line react/no-deprecated
206 + ReactDOM.unmountComponentAtNode(domElement);
207 + };
208 + }
209 + return {
210 + unmount: unmountFunction
211 + };
212 +}
213 +var _default = exports["default"] = {
214 + render: render
215 +};
150 216
151 -//#endregion
152 -//#region node_modules/@babel/runtime/helpers/regenerator.js
153 - var require_regenerator$1 = /* @__PURE__ */ __commonJSMin(((exports, module) => {
154 - var regeneratorDefine = require_regeneratorDefine();
155 - function _regenerator() {
156 - /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
157 - var e;
158 - var t;
159 - var r = "function" == typeof Symbol ? Symbol : {};
160 - var n = r.iterator || "@@iterator";
161 - var o = r.toStringTag || "@@toStringTag";
162 - function i(r, n, o, i) {
163 - var c = n && n.prototype instanceof Generator ? n : Generator;
164 - var u = Object.create(c.prototype);
165 - return regeneratorDefine(u, "_invoke", function(r, n, o) {
166 - var i;
167 - var c;
168 - var u;
169 - var f = 0;
170 - var p = o || [];
171 - var y = !1;
172 - var G = {
173 - p: 0,
174 - n: 0,
175 - v: e,
176 - a: d,
177 - f: d.bind(e, 4),
178 - d: function d(t, r) {
179 - return i = t, c = 0, u = e, G.n = r, a;
180 - }
181 - };
182 - function d(r, n) {
183 - for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
184 - var o;
185 - var i = p[t];
186 - var d = G.p;
187 - var l = i[2];
188 - r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
189 - }
190 - if (o || r > 1) return a;
191 - throw y = !0, n;
192 - }
193 - return function(o, p, l) {
194 - if (f > 1) throw TypeError("Generator is already running");
195 - for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
196 - i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
197 - try {
198 - if (f = 2, i) {
199 - if (c || (o = "next"), t = i[o]) {
200 - if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
201 - if (!t.done) return t;
202 - u = t.value, c < 2 && (c = 0);
203 - } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
204 - i = e;
205 - } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
206 - } catch (t) {
207 - i = e, c = 1, u = t;
208 - } finally {
209 - f = 1;
210 - }
211 - }
212 - return {
213 - value: t,
214 - done: y
215 - };
216 - };
217 - }(r, o, i), !0), u;
218 - }
219 - var a = {};
220 - function Generator() {}
221 - function GeneratorFunction() {}
222 - function GeneratorFunctionPrototype() {}
223 - t = Object.getPrototypeOf;
224 - var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function() {
225 - return this;
226 - }), t);
227 - var u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
228 - function f(e) {
229 - return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
230 - }
231 - return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function() {
232 - return this;
233 - }), regeneratorDefine(u, "toString", function() {
234 - return "[object Generator]";
235 - }), (module.exports = _regenerator = function _regenerator() {
236 - return {
237 - w: i,
238 - m: f
239 - };
240 - }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
241 - }
242 - module.exports = _regenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
243 - }));
217 +/***/ }),
244 218
245 -//#endregion
246 -//#region node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js
247 - var require_regeneratorAsyncIterator = /* @__PURE__ */ __commonJSMin(((exports, module) => {
248 - var OverloadYield = require_OverloadYield();
249 - var regeneratorDefine = require_regeneratorDefine();
250 - function AsyncIterator(t, e) {
251 - function n(r, o, i, f) {
252 - try {
253 - var c = t[r](o);
254 - var u = c.value;
255 - return u instanceof OverloadYield ? e.resolve(u.v).then(function(t) {
256 - n("next", t, i, f);
257 - }, function(t) {
258 - n("throw", t, i, f);
259 - }) : e.resolve(u).then(function(t) {
260 - c.value = t, i(c);
261 - }, function(t) {
262 - return n("throw", t, i, f);
263 - });
264 - } catch (t) {
265 - f(t);
266 - }
267 - }
268 - var r;
269 - this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function() {
270 - return this;
271 - })), regeneratorDefine(this, "_invoke", function(t, o, i) {
272 - function f() {
273 - return new e(function(e, r) {
274 - n(t, i, e, r);
275 - });
276 - }
277 - return r = r ? r.then(f, f) : f();
278 - }, !0);
279 - }
280 - module.exports = AsyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports;
281 - }));
219 +/***/ "../core/common/modules/events-manager/assets/js/events-config.js":
220 +/*!************************************************************************!*\
221 + !*** ../core/common/modules/events-manager/assets/js/events-config.js ***!
222 + \************************************************************************/
223 +/***/ ((__unused_webpack_module, exports) => {
282 224
283 -//#endregion
284 -//#region node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js
285 - var require_regeneratorAsyncGen = /* @__PURE__ */ __commonJSMin(((exports, module) => {
286 - var regenerator = require_regenerator$1();
287 - var regeneratorAsyncIterator = require_regeneratorAsyncIterator();
288 - function _regeneratorAsyncGen(r, e, t, o, n) {
289 - return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
290 - }
291 - module.exports = _regeneratorAsyncGen, module.exports.__esModule = true, module.exports["default"] = module.exports;
292 - }));
225 +"use strict";
293 226
294 -//#endregion
295 -//#region node_modules/@babel/runtime/helpers/regeneratorAsync.js
296 - var require_regeneratorAsync = /* @__PURE__ */ __commonJSMin(((exports, module) => {
297 - var regeneratorAsyncGen = require_regeneratorAsyncGen();
298 - function _regeneratorAsync(n, e, r, t, o) {
299 - var a = regeneratorAsyncGen(n, e, r, t, o);
300 - return a.next().then(function(n) {
301 - return n.done ? n.value : a.next();
302 - });
303 - }
304 - module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports;
305 - }));
306 227
307 -//#endregion
308 -//#region node_modules/@babel/runtime/helpers/regeneratorKeys.js
309 - var require_regeneratorKeys = /* @__PURE__ */ __commonJSMin(((exports, module) => {
310 - function _regeneratorKeys(e) {
311 - var n = Object(e);
312 - var r = [];
313 - for (var t in n) r.unshift(t);
314 - return function e() {
315 - for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e;
316 - return e.done = !0, e;
317 - };
318 - }
319 - module.exports = _regeneratorKeys, module.exports.__esModule = true, module.exports["default"] = module.exports;
320 - }));
228 +Object.defineProperty(exports, "__esModule", ({
229 + value: true
230 +}));
231 +exports["default"] = void 0;
232 +var eventsConfig = {
233 + appTypes: {
234 + editor: 'editor',
235 + wpAdmin: 'wpadmin'
236 + },
237 + targetTypes: {
238 + dropdownItem: 'dropdown_item',
239 + button: 'button',
240 + tab: 'tab',
241 + toggle: 'toggle',
242 + searchInput: 'search_input',
243 + searchResult: 'search_result',
244 + buttons: 'buttons',
245 + searchWidget: 'search_widget'
246 + },
247 + interactionResults: {
248 + actionSelected: 'action_selected',
249 + navigate: 'navigate',
250 + create: 'create',
251 + sessionEnd: 'session_end',
252 + tabChanged: 'tab_changed',
253 + assetInserted: 'asset_inserted',
254 + assetFavorite: 'asset_favorite',
255 + aiGenerate: 'ai_generate',
256 + resultsUpdated: 'results_updated',
257 + noResults: 'no_results',
258 + selected: 'selected',
259 + promotionViewed: 'promotion_viewed',
260 + upgradeNow: 'upgrade_now'
261 + },
262 + targetNames: {
263 + publishDropdown: {
264 + saveDraft: 'save_draft',
265 + saveAsTemplate: 'save_as_template',
266 + viewPage: 'view_page',
267 + copyAndShare: 'copy_and_share'
268 + },
269 + pageList: {
270 + addNewPage: 'add_new_page'
271 + }
272 + },
273 + triggers: {
274 + click: 'Click',
275 + rightClick: 'Right Click',
276 + doubleClick: 'Double Click',
277 + accordionClick: 'Accordion Click',
278 + toggleClick: 'Toggle Click',
279 + dropdownClick: 'Click Dropdown',
280 + editorLoaded: 'Editor Loaded',
281 + visible: 'Visible',
282 + pageLoaded: 'Page Loaded',
283 + typing: 'Typing',
284 + tabSelect: 'Tab Select',
285 + insert: 'Insert'
286 + },
287 + locations: {
288 + widgetPanel: 'Widget Panel',
289 + topBar: 'Top Bar',
290 + sidebar: 'Sidebar',
291 + elementorEditor: 'Elementor Editor',
292 + templatesLibrary: {
293 + library: 'Templates Library'
294 + },
295 + app: {
296 + import: 'Import Kit',
297 + export: 'Export Kit',
298 + kitLibrary: 'Kit Library',
299 + cloudKitLibrary: 'Cloud Kit Library'
300 + },
301 + variables: 'Variables Panel',
302 + variablesManager: 'Variables Manager',
303 + admin: 'WP admin',
304 + structurePanel: 'Structure Panel',
305 + canvas: 'Canvas',
306 + leftPanel: 'Left Panel',
307 + elementorLibrary: 'Elementor Library',
308 + components: {
309 + instanceEditingPanel: 'Instance Editing Panel'
310 + }
311 + },
312 + secondaryLocations: {
313 + layout: 'Layout Section',
314 + basic: 'Basic Section',
315 + 'pro-elements': 'Pro Section',
316 + general: 'General Section',
317 + 'theme-elements': 'Site Section',
318 + 'theme-elements-single': 'Single Section',
319 + 'woocommerce-elements': 'WooCommerce Section',
320 + wordpress: 'WordPress Section',
321 + categories: 'Widgets Tab',
322 + global: 'Globals Tab',
323 + 'whats-new': 'What\'s New',
324 + 'document-settings': 'Document Settings icon',
325 + 'preview-page': 'Preview Page',
326 + 'publish-button': 'Publish Button',
327 + 'widget-panel': 'Widget Panel Icon',
328 + finder: 'Finder',
329 + help: 'Help',
330 + elementorLogoDropdown: 'top_bar_elementor_logo_dropdown',
331 + elementorLogo: 'Elementor Logo',
332 + eLogoMenu: 'E-logo Menu',
333 + notes: 'Notes',
334 + siteSettings: 'Site Settings',
335 + structure: 'Structure',
336 + documentNameDropdown: 'Document Name dropdown',
337 + responsiveControls: 'Responsive controls',
338 + launchpad: 'launchpad',
339 + checklistHeader: 'Checklist Header',
340 + checklistSteps: 'Checklist Steps',
341 + userPreferences: 'User Preferences',
342 + contextMenu: 'Context Menu',
343 + templateLibrary: {
344 + saveModal: 'Save to Modal',
345 + moveModal: 'Move to Modal',
346 + bulkMoveModal: 'Bulk Move to Modal',
347 + copyModal: 'Copy to Modal',
348 + bulkCopyModal: 'Bulk Copy to Modal',
349 + saveModalSelectFolder: 'Save to Modal - select folder',
350 + saveModalSelectConnect: 'Save to Modal - connect',
351 + saveModalSelectUpgrade: 'Save to Modal - upgrade',
352 + importModal: 'Import Modal',
353 + newFolderModal: 'New Folder Modal',
354 + deleteDialog: 'Delete Dialog',
355 + deleteFolderDialog: 'Delete Folder Dialog',
356 + renameDialog: 'Rename Dialog',
357 + createFolderDialog: 'Create Folder Dialog',
358 + applySettingsDialog: 'Apply Settings Dialog',
359 + cloudTab: 'Cloud Tab',
360 + siteTab: 'Site Tab',
361 + cloudTabFolder: 'Cloud Tab - Folder',
362 + cloudTabConnect: 'Cloud Tab - Connect',
363 + cloudTabUpgrade: 'Cloud Tab - Upgrade',
364 + morePopup: 'Context Menu',
365 + quotaBar: 'Quota Bar'
366 + },
367 + kitLibrary: {
368 + cloudKitLibrary: 'kits_cloud_library',
369 + cloudKitLibraryConnect: 'kits_cloud_library_connect',
370 + cloudKitLibraryUpgrade: 'kits_cloud_library_upgrade',
371 + kitExportCustomization: 'kit_export_customization',
372 + kitExport: 'kit_export',
373 + kitExportCustomizationEdit: 'kit_export_customization_edit',
374 + kitExportSummary: 'kit_export_summary',
375 + kitImportUploadBox: 'kit_import_upload_box',
376 + kitImportCustomization: 'kit_import_customization',
377 + kitImportSummary: 'kit_import_summary'
378 + },
379 + variablesPopover: 'Variables Popover',
380 + admin: {
381 + pluginToolsTab: 'plugin_tools_tab',
382 + pluginWebsiteTemplatesTab: 'plugin_website_templates_tab'
383 + },
384 + componentsTab: 'Components Tab',
385 + canvasElement: 'Canvas Element',
386 + publishDropdown: 'Publish Dropdown',
387 + pageListDropdown: 'Page List Dropdown',
388 + emptyBox: 'Empty Box',
389 + searchBar: 'Search Bar',
390 + finderResults: 'Finder Results',
391 + libraryTabs: 'Library Tabs',
392 + assetCard: 'Asset Card'
393 + },
394 + elements: {
395 + accordionSection: 'Accordion section',
396 + buttonIcon: 'Button Icon',
397 + mainCta: 'Main CTA',
398 + button: 'Button',
399 + link: 'Link',
400 + dropdown: 'Dropdown',
401 + toggle: 'Toggle',
402 + launchpadChecklist: 'Checklist popup'
403 + },
404 + names: {
405 + v1: {
406 + layout: 'v1_widgets_tab_layout_section',
407 + basic: 'v1_widgets_tab_basic_section',
408 + 'pro-elements': 'v1_widgets_tab_pro_section',
409 + general: 'v1_widgets_tab_general_section',
410 + 'theme-elements': 'v1_widgets_tab_site_section',
411 + 'theme-elements-single': 'v1_widgets_tab_single_section',
412 + 'woocommerce-elements': 'v1_widgets_tab_woocommerce_section',
413 + wordpress: 'v1_widgets_tab_wordpress_section',
414 + categories: 'v1_widgets_tab',
415 + global: 'v1_globals_tab'
416 + },
417 + topBar: {
418 + whatsNew: 'top_bar_whats_new',
419 + documentSettings: 'top_bar_document_settings_icon',
420 + previewPage: 'top_bar_preview_page',
421 + publishButton: 'top_bar_publish_button',
422 + widgetPanel: 'top_bar_widget_panel_icon',
423 + finder: 'top_bar_finder',
424 + help: 'top_bar_help',
425 + history: 'top_bar_elementor_logo_dropdown_history',
426 + userPreferences: 'top_bar_elementor_logo_dropdown_user_preferences',
427 + keyboardShortcuts: 'top_bar_elementor_logo_dropdown_keyboard_shortcuts',
428 + exitToWordpress: 'top_bar_elementor_logo_dropdown_exit_to_wordpress',
429 + themeBuilder: 'top_bar_elementor_logo_dropdown_theme_builder',
430 + notes: 'top_bar_notes',
431 + siteSettings: 'top_bar_site_setting',
432 + structure: 'top_bar_structure',
433 + documentNameDropdown: 'top_bar_document_name_dropdown',
434 + responsiveControls: 'top_bar_responsive_controls',
435 + launchpadOn: 'top_bar_checklist_icon_show',
436 + launchpadOff: 'top_bar_checklist_icon_hide',
437 + elementorLogoDropdown: 'open_e_menu',
438 + connectAccount: 'connect_account',
439 + accountConnected: 'account_connected'
440 + },
441 + // ChecklistSteps event names are generated dynamically, based on stepId and action type taken: title, action, done, undone, upgrade
442 + elementorEditor: {
443 + checklist: {
444 + checklistHeaderClose: 'checklist_header_close_icon',
445 + checklistFirstPopup: 'checklist popup triggered'
446 + },
447 + userPreferences: {
448 + checklistShow: 'checklist_userpreferences_toggle_show',
449 + checklistHide: 'checklist_userpreferences_toggle_hide'
450 + }
451 + },
452 + variables: {
453 + open: 'open_variables_popover',
454 + add: 'add_new_variable',
455 + connect: 'connect_variable',
456 + save: 'save_new_variable',
457 + openManager: 'open_variables_manager',
458 + saveChanges: 'save_variables_changes',
459 + delete: 'delete_variable',
460 + variableSyncToV3: 'variable_sync_to_v3'
461 + },
462 + components: {
463 + createClicked: 'component_create_clicked',
464 + createCancelled: 'component_creation_cancelled',
465 + created: 'component_created',
466 + instanceAdded: 'component_instance_added',
467 + edited: 'component_edited',
468 + propertiesPanelOpened: 'component_properties_panel_opened',
469 + propertiesGroupCreated: 'component_properties_group_created',
470 + propertyExposed: 'component_property_exposed',
471 + propertyRemoved: 'component_property_removed',
472 + detached: 'component_detached'
473 + },
474 + global_classes: {
475 + classApplied: 'class_applied',
476 + classRemoved: 'class_removed',
477 + classManagerFilterCleared: 'class_manager_filter_cleared',
478 + classDeleted: 'class_deleted',
479 + classPublishConflict: 'class_publish_conflict',
480 + classRenamed: 'class_renamed',
481 + classCreated: 'class_created',
482 + classManagerSearched: 'class_manager_searched',
483 + classManagerFiltersOpened: 'class_manager_filters_opened',
484 + classManagerOpened: 'class_manager_opened',
485 + classManagerReorder: 'class_manager_reorder',
486 + classManagerFilterUsed: 'class_manager_filter_used',
487 + classUsageLocate: 'class_usage_locate',
488 + classUsageHovered: 'class_usage_hovered',
489 + classStyled: 'class_styled',
490 + classStateClicked: 'class_state_clicked',
491 + classUsageClicked: 'class_usage_clicked',
492 + classDuplicate: 'class_duplicate',
493 + classSyncToV3PopupShown: 'class_sync_to_v3_popup_shown',
494 + classSyncToV3: 'class_sync_to_v3',
495 + classSyncToV3PopupClick: 'class_sync_to_v3_popup_click'
496 + },
497 + editorOne: {
498 + topBarPublishDropdown: 'top_bar_publish_dropdown',
499 + topBarPageList: 'top_bar_page_list',
500 + siteSettingsSession: 'site_settings_session',
501 + eLibraryNav: 'e_library_nav',
502 + eLibraryInsert: 'e_library_insert',
503 + eLibraryFavorite: 'e_library_favorite',
504 + eLibraryGenerateAi: 'e_library_generate_ai',
505 + finderSearchInput: 'finder_search_input',
506 + finderResultSelect: 'finder_result_select',
507 + canvasEmptyBoxAction: 'canvas_empty_box_action',
508 + widgetPanelSearch: 'widget_panel_search'
509 + },
510 + interactions: {
511 + created: 'interactions_created'
512 + },
513 + promotions: {
514 + viewPromotion: 'view_promotion',
515 + upgradePromotionClick: 'upgrade_promotion_click'
516 + }
517 + }
518 +};
519 +var _default = exports["default"] = eventsConfig;
321 520
322 -//#endregion
323 -//#region node_modules/@babel/runtime/helpers/typeof.js
324 - var require_typeof = /* @__PURE__ */ __commonJSMin(((exports, module) => {
325 - function _typeof(o) {
326 - "@babel/helpers - typeof";
327 - return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
328 - return typeof o;
329 - } : function(o) {
330 - return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
331 - }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
332 - }
333 - module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
334 - }));
521 +/***/ }),
335 522
336 -//#endregion
337 -//#region node_modules/@babel/runtime/helpers/regeneratorValues.js
338 - var require_regeneratorValues = /* @__PURE__ */ __commonJSMin(((exports, module) => {
339 - var _typeof = require_typeof()["default"];
340 - function _regeneratorValues(e) {
341 - if (null != e) {
342 - var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"];
343 - var r = 0;
344 - if (t) return t.call(e);
345 - if ("function" == typeof e.next) return e;
346 - if (!isNaN(e.length)) return { next: function next() {
347 - return e && r >= e.length && (e = void 0), {
348 - value: e && e[r++],
349 - done: !e
350 - };
351 - } };
352 - }
353 - throw new TypeError(_typeof(e) + " is not iterable");
354 - }
355 - module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports;
356 - }));
523 +/***/ "../modules/announcements/assets/js/components/Announcement.js":
524 +/*!*********************************************************************!*\
525 + !*** ../modules/announcements/assets/js/components/Announcement.js ***!
526 + \*********************************************************************/
527 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
357 528
358 -//#endregion
359 -//#region node_modules/@babel/runtime/helpers/regeneratorRuntime.js
360 - var require_regeneratorRuntime = /* @__PURE__ */ __commonJSMin(((exports, module) => {
361 - var OverloadYield = require_OverloadYield();
362 - var regenerator = require_regenerator$1();
363 - var regeneratorAsync = require_regeneratorAsync();
364 - var regeneratorAsyncGen = require_regeneratorAsyncGen();
365 - var regeneratorAsyncIterator = require_regeneratorAsyncIterator();
366 - var regeneratorKeys = require_regeneratorKeys();
367 - var regeneratorValues = require_regeneratorValues();
368 - function _regeneratorRuntime() {
369 - "use strict";
370 - var r = regenerator();
371 - var e = r.m(_regeneratorRuntime);
372 - var t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor;
373 - function n(r) {
374 - var e = "function" == typeof r && r.constructor;
375 - return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name));
376 - }
377 - var o = {
378 - "throw": 1,
379 - "return": 2,
380 - "break": 3,
381 - "continue": 3
382 - };
383 - function a(r) {
384 - var e;
385 - var t;
386 - return function(n) {
387 - e || (e = {
388 - stop: function stop() {
389 - return t(n.a, 2);
390 - },
391 - "catch": function _catch() {
392 - return n.v;
393 - },
394 - abrupt: function abrupt(r, e) {
395 - return t(n.a, o[r], e);
396 - },
397 - delegateYield: function delegateYield(r, o, a) {
398 - return e.resultName = o, t(n.d, regeneratorValues(r), a);
399 - },
400 - finish: function finish(r) {
401 - return t(n.f, r);
402 - }
403 - }, t = function t(r, _t, o) {
404 - n.p = e.prev, n.n = e.next;
405 - try {
406 - return r(_t, o);
407 - } finally {
408 - e.next = n.n;
409 - }
410 - }), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n;
411 - try {
412 - return r.call(this, e);
413 - } finally {
414 - n.p = e.prev, n.n = e.next;
415 - }
416 - };
417 - }
418 - return (module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
419 - return {
420 - wrap: function wrap(e, t, n, o) {
421 - return r.w(a(e), t, n, o && o.reverse());
422 - },
423 - isGeneratorFunction: n,
424 - mark: r.m,
425 - awrap: function awrap(r, e) {
426 - return new OverloadYield(r, e);
427 - },
428 - AsyncIterator: regeneratorAsyncIterator,
429 - async: function async(r, e, t, o, u) {
430 - return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u);
431 - },
432 - keys: regeneratorKeys,
433 - values: regeneratorValues
434 - };
435 - }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
436 - }
437 - module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
438 - }));
529 +"use strict";
439 530
440 -//#endregion
441 -//#region node_modules/@babel/runtime/regenerator/index.js
442 - var require_regenerator = /* @__PURE__ */ __commonJSMin(((exports, module) => {
443 - var runtime = require_regeneratorRuntime()();
444 - module.exports = runtime;
445 - try {
446 - regeneratorRuntime = runtime;
447 - } catch (accidentalStrictMode) {
448 - if (typeof globalThis === "object") globalThis.regeneratorRuntime = runtime;
449 - else Function("r", "regeneratorRuntime = r")(runtime);
450 - }
451 - }));
452 531
453 -//#endregion
454 -//#region node_modules/react-dom/client.js
455 - var require_client = /* @__PURE__ */ __commonJSMin(((exports) => {
456 - var m = (globalThis.ReactDOM);
457 - var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
458 - exports.createRoot = function(c, o) {
459 - i.usingClientEntryPoint = true;
460 - try {
461 - return m.createRoot(c, o);
462 - } finally {
463 - i.usingClientEntryPoint = false;
464 - }
465 - };
466 - }));
532 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
533 +Object.defineProperty(exports, "__esModule", ({
534 + value: true
535 +}));
536 +exports["default"] = Announcement;
537 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
538 +var _objectWithoutProperties2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/objectWithoutProperties */ "../node_modules/@babel/runtime/helpers/objectWithoutProperties.js"));
539 +var _ = __webpack_require__(/*! ./ */ "../modules/announcements/assets/js/components/index.js");
540 +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
541 +var _excluded = ["cta"];
542 +function Announcement(props) {
543 + var announcement = props.announcement,
544 + onClose = props.onClose;
545 + var cta = announcement.cta,
546 + announcementContent = (0, _objectWithoutProperties2.default)(announcement, _excluded);
547 + return /*#__PURE__*/_react.default.createElement("div", {
548 + className: "announcement-item"
549 + }, /*#__PURE__*/_react.default.createElement(_.AnnouncementBody, {
550 + announcement: announcementContent
551 + }), /*#__PURE__*/_react.default.createElement(_.AnnouncementFooter, {
552 + buttons: cta,
553 + onClose: onClose
554 + }));
555 +}
556 +Announcement.propTypes = {
557 + announcement: _propTypes.default.object.isRequired,
558 + onClose: _propTypes.default.func.isRequired
559 +};
467 560
468 -//#endregion
469 -//#region assets/dev/js/utils/react.js
470 -var import_regenerator = /* @__PURE__ */ __toESM(require_regenerator());
471 - var import_client = require_client();
472 - /**
473 - * Support conditional rendering of a React App to the DOM, based on the React version.
474 - * We use `createRoot` when available, but fallback to `ReactDOM.render` for older versions.
475 - *
476 - * @param {Promise.resolve(React).ReactElement} app The app to render.
477 - * @param {HTMLElement} domElement The DOM element to render the app into.
478 - *
479 - * @return {{ unmount: () => void }} The unmount function.
480 - */
481 - function render(app, domElement) {
482 - var unmountFunction;
483 - try {
484 - var root = (0, import_client.createRoot)(domElement);
485 - root.render(app);
486 - unmountFunction = function unmountFunction() {
487 - root.unmount();
488 - };
489 - } catch (e) {
490 - react_dom.render(app, domElement);
491 - unmountFunction = function unmountFunction() {
492 - react_dom.unmountComponentAtNode(domElement);
493 - };
494 - }
495 - return { unmount: unmountFunction };
561 +/***/ }),
562 +
563 +/***/ "../modules/announcements/assets/js/components/AnnouncementBody.js":
564 +/*!*************************************************************************!*\
565 + !*** ../modules/announcements/assets/js/components/AnnouncementBody.js ***!
566 + \*************************************************************************/
567 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
568 +
569 +"use strict";
570 +
571 +
572 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
573 +Object.defineProperty(exports, "__esModule", ({
574 + value: true
575 +}));
576 +exports["default"] = AnnouncementBody;
577 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
578 +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
579 +function AnnouncementBody(props) {
580 + var _props$announcement = props.announcement,
581 + title = _props$announcement.title,
582 + description = _props$announcement.description,
583 + media = _props$announcement.media;
584 + return /*#__PURE__*/_react.default.createElement("div", {
585 + className: "announcement-body-container"
586 + }, 'image' === media.type && /*#__PURE__*/_react.default.createElement("div", {
587 + className: "announcement-body-media announcement-body-".concat(media.type)
588 + }, /*#__PURE__*/_react.default.createElement("img", {
589 + src: media.src,
590 + alt: "Announcement"
591 + })), /*#__PURE__*/_react.default.createElement("div", {
592 + className: "announcement-body-content"
593 + }, /*#__PURE__*/_react.default.createElement("div", {
594 + className: "announcement-body-title"
595 + }, title), /*#__PURE__*/_react.default.createElement("div", {
596 + className: "announcement-body-description",
597 + dangerouslySetInnerHTML: {
598 + __html: description
599 + }
600 + })));
601 +}
602 +AnnouncementBody.propTypes = {
603 + announcement: _propTypes.default.object.isRequired
604 +};
605 +
606 +/***/ }),
607 +
608 +/***/ "../modules/announcements/assets/js/components/AnnouncementFooter.js":
609 +/*!***************************************************************************!*\
610 + !*** ../modules/announcements/assets/js/components/AnnouncementFooter.js ***!
611 + \***************************************************************************/
612 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
613 +
614 +"use strict";
615 +
616 +
617 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
618 +Object.defineProperty(exports, "__esModule", ({
619 + value: true
620 +}));
621 +exports["default"] = AnnouncementFooter;
622 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
623 +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
624 +function AnnouncementFooter(props) {
625 + var buttons = props.buttons,
626 + onClose = props.onClose;
627 + return /*#__PURE__*/_react.default.createElement("div", {
628 + className: "announcement-footer-container"
629 + }, Object.values(buttons).map(function (button, index) {
630 + return /*#__PURE__*/_react.default.createElement("a", {
631 + key: "button".concat(index),
632 + className: "button-item ".concat(button.variant),
633 + href: button.url,
634 + target: button.target,
635 + onClick: function onClick() {
636 + return onClose('cta');
637 + }
638 + }, button.label);
639 + }));
640 +}
641 +AnnouncementFooter.propTypes = {
642 + buttons: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.object]),
643 + onClose: _propTypes.default.func.isRequired
644 +};
645 +
646 +/***/ }),
647 +
648 +/***/ "../modules/announcements/assets/js/components/Announcements.js":
649 +/*!**********************************************************************!*\
650 + !*** ../modules/announcements/assets/js/components/Announcements.js ***!
651 + \**********************************************************************/
652 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
653 +
654 +"use strict";
655 +
656 +
657 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
658 +var _typeof = __webpack_require__(/*! @babel/runtime/helpers/typeof */ "../node_modules/@babel/runtime/helpers/typeof.js");
659 +Object.defineProperty(exports, "__esModule", ({
660 + value: true
661 +}));
662 +exports["default"] = Announcements;
663 +var _react = _interopRequireWildcard(__webpack_require__(/*! react */ "react"));
664 +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
665 +var _slicedToArray2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/slicedToArray */ "../node_modules/@babel/runtime/helpers/slicedToArray.js"));
666 +var _ = __webpack_require__(/*! ./ */ "../modules/announcements/assets/js/components/index.js");
667 +var _appsEventTracking = __webpack_require__(/*! elementor-app/event-track/apps-event-tracking */ "../app/assets/js/event-track/apps-event-tracking.js");
668 +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
669 +function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
670 +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
671 +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
672 +function Announcements(props) {
673 + var announcements = props.announcements,
674 + unMount = props.unMount;
675 + var _useState = (0, _react.useState)(0),
676 + _useState2 = (0, _slicedToArray2.default)(_useState, 2),
677 + currentAnnouncement = _useState2[0],
678 + setCurrentAnnouncement = _useState2[1];
679 + var announcementTitle = Object.values(announcements)[0].title || '';
680 +
681 + // Send event when the popup is presented
682 + (0, _react.useEffect)(function () {
683 + var timer = setTimeout(function () {
684 + var eventArgs = {
685 + event_name: 'element_impression',
686 + element_type: 'popup',
687 + eventNonInteraction: 1
688 + };
689 + eventTrackingHandle('impression', eventArgs);
690 + }, 200);
691 + return function () {
692 + return clearTimeout(timer);
693 + };
694 + }, [announcements]);
695 + var onCloseHandle = function onCloseHandle(eventName) {
696 + var eventArgs = {
697 + event_name: 'element_click',
698 + element_type: 'button'
699 + };
700 + eventTrackingHandle(eventName, eventArgs);
701 + announcements.shift();
702 + if (0 === announcements.length) {
703 + return unMount();
704 + }
705 + setCurrentAnnouncement(currentAnnouncement + 1);
706 + };
707 + var eventTrackingHandle = function eventTrackingHandle(eventName, additionalArgs) {
708 + var eventBaseArgs = {
709 + event: 'fireEvent',
710 + eventCategory: 'editor',
711 + eventAction: 'whats new popup',
712 + eventLabel: eventName,
713 + eventLabel2: announcementTitle,
714 + event_action: eventName,
715 + event_location: 'popup',
716 + event_context: 'whats new',
717 + event_subcontext: announcementTitle,
718 + element_id: 'e-announcements-root'
719 + };
720 + var eventArgs = _objectSpread(_objectSpread({}, eventBaseArgs), additionalArgs);
721 + (0, _appsEventTracking.appsEventTrackingDispatch)("announcement/".concat(eventName), eventArgs);
722 + };
723 + return /*#__PURE__*/_react.default.createElement("div", {
724 + className: "announcements-container"
725 + }, /*#__PURE__*/_react.default.createElement(_.AnnouncementsHeader, {
726 + onClose: onCloseHandle
727 + }), /*#__PURE__*/_react.default.createElement(_.Announcement, {
728 + key: "announcement-".concat(currentAnnouncement),
729 + announcement: announcements[0],
730 + onClose: onCloseHandle
731 + }));
732 +}
733 +Announcements.propTypes = {
734 + announcements: _propTypes.default.oneOfType([_propTypes.default.array, _propTypes.default.object]).isRequired,
735 + unMount: _propTypes.default.func.isRequired
736 +};
737 +
738 +/***/ }),
739 +
740 +/***/ "../modules/announcements/assets/js/components/AnnouncementsHeader.js":
741 +/*!****************************************************************************!*\
742 + !*** ../modules/announcements/assets/js/components/AnnouncementsHeader.js ***!
743 + \****************************************************************************/
744 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
745 +
746 +"use strict";
747 +/* provided dependency */ var __ = __webpack_require__(/*! @wordpress/i18n */ "@wordpress/i18n")["__"];
748 +
749 +
750 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
751 +Object.defineProperty(exports, "__esModule", ({
752 + value: true
753 +}));
754 +exports["default"] = AnnouncementsHeader;
755 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
756 +var _propTypes = _interopRequireDefault(__webpack_require__(/*! prop-types */ "../node_modules/prop-types/index.js"));
757 +function AnnouncementsHeader(props) {
758 + var onClose = props.onClose;
759 + return /*#__PURE__*/_react.default.createElement("div", {
760 + className: "announcements-heading-container"
761 + }, /*#__PURE__*/_react.default.createElement("i", {
762 + className: "eicon-elementor",
763 + "aria-hidden": "true"
764 + }), /*#__PURE__*/_react.default.createElement("span", {
765 + className: "heading-title"
766 + }, __('Notifications', 'elementor')), /*#__PURE__*/_react.default.createElement("button", {
767 + className: "close-button",
768 + onClick: function onClick() {
769 + return onClose('close');
770 + }
771 + }, /*#__PURE__*/_react.default.createElement("i", {
772 + className: "eicon-close",
773 + "aria-hidden": "true"
774 + })));
775 +}
776 +AnnouncementsHeader.propTypes = {
777 + onClose: _propTypes.default.func.isRequired
778 +};
779 +
780 +/***/ }),
781 +
782 +/***/ "../modules/announcements/assets/js/components/Overlay.js":
783 +/*!****************************************************************!*\
784 + !*** ../modules/announcements/assets/js/components/Overlay.js ***!
785 + \****************************************************************/
786 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
787 +
788 +"use strict";
789 +
790 +
791 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
792 +Object.defineProperty(exports, "__esModule", ({
793 + value: true
794 +}));
795 +exports["default"] = Overlay;
796 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
797 +function Overlay() {
798 + return /*#__PURE__*/_react.default.createElement("div", {
799 + className: "announcements-screen-overlay"
800 + });
801 +}
802 +
803 +/***/ }),
804 +
805 +/***/ "../modules/announcements/assets/js/components/index.js":
806 +/*!**************************************************************!*\
807 + !*** ../modules/announcements/assets/js/components/index.js ***!
808 + \**************************************************************/
809 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
810 +
811 +"use strict";
812 +
813 +
814 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
815 +Object.defineProperty(exports, "__esModule", ({
816 + value: true
817 +}));
818 +Object.defineProperty(exports, "Announcement", ({
819 + enumerable: true,
820 + get: function get() {
821 + return _Announcement.default;
822 + }
823 +}));
824 +Object.defineProperty(exports, "AnnouncementBody", ({
825 + enumerable: true,
826 + get: function get() {
827 + return _AnnouncementBody.default;
828 + }
829 +}));
830 +Object.defineProperty(exports, "AnnouncementFooter", ({
831 + enumerable: true,
832 + get: function get() {
833 + return _AnnouncementFooter.default;
834 + }
835 +}));
836 +Object.defineProperty(exports, "Announcements", ({
837 + enumerable: true,
838 + get: function get() {
839 + return _Announcements.default;
840 + }
841 +}));
842 +Object.defineProperty(exports, "AnnouncementsHeader", ({
843 + enumerable: true,
844 + get: function get() {
845 + return _AnnouncementsHeader.default;
846 + }
847 +}));
848 +Object.defineProperty(exports, "Overlay", ({
849 + enumerable: true,
850 + get: function get() {
851 + return _Overlay.default;
852 + }
853 +}));
854 +var _Announcements = _interopRequireDefault(__webpack_require__(/*! ./Announcements */ "../modules/announcements/assets/js/components/Announcements.js"));
855 +var _Announcement = _interopRequireDefault(__webpack_require__(/*! ./Announcement */ "../modules/announcements/assets/js/components/Announcement.js"));
856 +var _AnnouncementsHeader = _interopRequireDefault(__webpack_require__(/*! ./AnnouncementsHeader */ "../modules/announcements/assets/js/components/AnnouncementsHeader.js"));
857 +var _AnnouncementBody = _interopRequireDefault(__webpack_require__(/*! ./AnnouncementBody */ "../modules/announcements/assets/js/components/AnnouncementBody.js"));
858 +var _AnnouncementFooter = _interopRequireDefault(__webpack_require__(/*! ./AnnouncementFooter */ "../modules/announcements/assets/js/components/AnnouncementFooter.js"));
859 +var _Overlay = _interopRequireDefault(__webpack_require__(/*! ./Overlay */ "../modules/announcements/assets/js/components/Overlay.js"));
860 +
861 +/***/ }),
862 +
863 +/***/ "../modules/announcements/assets/js/e-component.js":
864 +/*!*********************************************************!*\
865 + !*** ../modules/announcements/assets/js/e-component.js ***!
866 + \*********************************************************/
867 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
868 +
869 +"use strict";
870 +
871 +
872 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
873 +Object.defineProperty(exports, "__esModule", ({
874 + value: true
875 +}));
876 +exports["default"] = void 0;
877 +var _defineProperty2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/defineProperty */ "../node_modules/@babel/runtime/helpers/defineProperty.js"));
878 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
879 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
880 +var _possibleConstructorReturn2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/possibleConstructorReturn */ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js"));
881 +var _getPrototypeOf2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/getPrototypeOf */ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js"));
882 +var _inherits2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/inherits */ "../node_modules/@babel/runtime/helpers/inherits.js"));
883 +function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
884 +function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
885 +function _callSuper(t, o, e) { return o = (0, _getPrototypeOf2.default)(o), (0, _possibleConstructorReturn2.default)(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], (0, _getPrototypeOf2.default)(t).constructor) : o.apply(t, e)); }
886 +function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
887 +var EComponent = exports["default"] = /*#__PURE__*/function (_$e$modules$Component) {
888 + function EComponent() {
889 + (0, _classCallCheck2.default)(this, EComponent);
890 + return _callSuper(this, EComponent, arguments);
891 + }
892 + (0, _inherits2.default)(EComponent, _$e$modules$Component);
893 + return (0, _createClass2.default)(EComponent, [{
894 + key: "getNamespace",
895 + value:
896 + /**
897 + * @return {string} The namespace of the component
898 + */
899 + function getNamespace() {
900 + return 'announcement';
901 + }
902 + }, {
903 + key: "defaultCommands",
904 + value: function defaultCommands() {
905 + return ['close', 'cta', 'impression'].reduce(function (allCommands, command) {
906 + return _objectSpread(_objectSpread({}, allCommands), {}, (0, _defineProperty2.default)({}, command, function () {}));
907 + }, {});
908 + }
909 + }]);
910 +}($e.modules.ComponentBase);
911 +
912 +/***/ }),
913 +
914 +/***/ "../node_modules/@babel/runtime/helpers/OverloadYield.js":
915 +/*!***************************************************************!*\
916 + !*** ../node_modules/@babel/runtime/helpers/OverloadYield.js ***!
917 + \***************************************************************/
918 +/***/ ((module) => {
919 +
920 +function _OverloadYield(e, d) {
921 + this.v = e, this.k = d;
922 +}
923 +module.exports = _OverloadYield, module.exports.__esModule = true, module.exports["default"] = module.exports;
924 +
925 +/***/ }),
926 +
927 +/***/ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js":
928 +/*!******************************************************************!*\
929 + !*** ../node_modules/@babel/runtime/helpers/arrayLikeToArray.js ***!
930 + \******************************************************************/
931 +/***/ ((module) => {
932 +
933 +function _arrayLikeToArray(r, a) {
934 + (null == a || a > r.length) && (a = r.length);
935 + for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
936 + return n;
937 +}
938 +module.exports = _arrayLikeToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
939 +
940 +/***/ }),
941 +
942 +/***/ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js":
943 +/*!****************************************************************!*\
944 + !*** ../node_modules/@babel/runtime/helpers/arrayWithHoles.js ***!
945 + \****************************************************************/
946 +/***/ ((module) => {
947 +
948 +function _arrayWithHoles(r) {
949 + if (Array.isArray(r)) return r;
950 +}
951 +module.exports = _arrayWithHoles, module.exports.__esModule = true, module.exports["default"] = module.exports;
952 +
953 +/***/ }),
954 +
955 +/***/ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js":
956 +/*!***********************************************************************!*\
957 + !*** ../node_modules/@babel/runtime/helpers/assertThisInitialized.js ***!
958 + \***********************************************************************/
959 +/***/ ((module) => {
960 +
961 +function _assertThisInitialized(e) {
962 + if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
963 + return e;
964 +}
965 +module.exports = _assertThisInitialized, module.exports.__esModule = true, module.exports["default"] = module.exports;
966 +
967 +/***/ }),
968 +
969 +/***/ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js":
970 +/*!******************************************************************!*\
971 + !*** ../node_modules/@babel/runtime/helpers/asyncToGenerator.js ***!
972 + \******************************************************************/
973 +/***/ ((module) => {
974 +
975 +function asyncGeneratorStep(n, t, e, r, o, a, c) {
976 + try {
977 + var i = n[a](c),
978 + u = i.value;
979 + } catch (n) {
980 + return void e(n);
981 + }
982 + i.done ? t(u) : Promise.resolve(u).then(r, o);
983 +}
984 +function _asyncToGenerator(n) {
985 + return function () {
986 + var t = this,
987 + e = arguments;
988 + return new Promise(function (r, o) {
989 + var a = n.apply(t, e);
990 + function _next(n) {
991 + asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
992 + }
993 + function _throw(n) {
994 + asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
995 + }
996 + _next(void 0);
997 + });
998 + };
999 +}
1000 +module.exports = _asyncToGenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
1001 +
1002 +/***/ }),
1003 +
1004 +/***/ "../node_modules/@babel/runtime/helpers/classCallCheck.js":
1005 +/*!****************************************************************!*\
1006 + !*** ../node_modules/@babel/runtime/helpers/classCallCheck.js ***!
1007 + \****************************************************************/
1008 +/***/ ((module) => {
1009 +
1010 +function _classCallCheck(a, n) {
1011 + if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
1012 +}
1013 +module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;
1014 +
1015 +/***/ }),
1016 +
1017 +/***/ "../node_modules/@babel/runtime/helpers/createClass.js":
1018 +/*!*************************************************************!*\
1019 + !*** ../node_modules/@babel/runtime/helpers/createClass.js ***!
1020 + \*************************************************************/
1021 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1022 +
1023 +var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js");
1024 +function _defineProperties(e, r) {
1025 + for (var t = 0; t < r.length; t++) {
1026 + var o = r[t];
1027 + o.enumerable = o.enumerable || !1, o.configurable = !0, "value" in o && (o.writable = !0), Object.defineProperty(e, toPropertyKey(o.key), o);
1028 + }
1029 +}
1030 +function _createClass(e, r, t) {
1031 + return r && _defineProperties(e.prototype, r), t && _defineProperties(e, t), Object.defineProperty(e, "prototype", {
1032 + writable: !1
1033 + }), e;
1034 +}
1035 +module.exports = _createClass, module.exports.__esModule = true, module.exports["default"] = module.exports;
1036 +
1037 +/***/ }),
1038 +
1039 +/***/ "../node_modules/@babel/runtime/helpers/defineProperty.js":
1040 +/*!****************************************************************!*\
1041 + !*** ../node_modules/@babel/runtime/helpers/defineProperty.js ***!
1042 + \****************************************************************/
1043 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1044 +
1045 +var toPropertyKey = __webpack_require__(/*! ./toPropertyKey.js */ "../node_modules/@babel/runtime/helpers/toPropertyKey.js");
1046 +function _defineProperty(e, r, t) {
1047 + return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
1048 + value: t,
1049 + enumerable: !0,
1050 + configurable: !0,
1051 + writable: !0
1052 + }) : e[r] = t, e;
1053 +}
1054 +module.exports = _defineProperty, module.exports.__esModule = true, module.exports["default"] = module.exports;
1055 +
1056 +/***/ }),
1057 +
1058 +/***/ "../node_modules/@babel/runtime/helpers/getPrototypeOf.js":
1059 +/*!****************************************************************!*\
1060 + !*** ../node_modules/@babel/runtime/helpers/getPrototypeOf.js ***!
1061 + \****************************************************************/
1062 +/***/ ((module) => {
1063 +
1064 +function _getPrototypeOf(t) {
1065 + return module.exports = _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function (t) {
1066 + return t.__proto__ || Object.getPrototypeOf(t);
1067 + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _getPrototypeOf(t);
1068 +}
1069 +module.exports = _getPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
1070 +
1071 +/***/ }),
1072 +
1073 +/***/ "../node_modules/@babel/runtime/helpers/inherits.js":
1074 +/*!**********************************************************!*\
1075 + !*** ../node_modules/@babel/runtime/helpers/inherits.js ***!
1076 + \**********************************************************/
1077 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1078 +
1079 +var setPrototypeOf = __webpack_require__(/*! ./setPrototypeOf.js */ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js");
1080 +function _inherits(t, e) {
1081 + if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
1082 + t.prototype = Object.create(e && e.prototype, {
1083 + constructor: {
1084 + value: t,
1085 + writable: !0,
1086 + configurable: !0
1087 + }
1088 + }), Object.defineProperty(t, "prototype", {
1089 + writable: !1
1090 + }), e && setPrototypeOf(t, e);
1091 +}
1092 +module.exports = _inherits, module.exports.__esModule = true, module.exports["default"] = module.exports;
1093 +
1094 +/***/ }),
1095 +
1096 +/***/ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js":
1097 +/*!***********************************************************************!*\
1098 + !*** ../node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
1099 + \***********************************************************************/
1100 +/***/ ((module) => {
1101 +
1102 +function _interopRequireDefault(e) {
1103 + return e && e.__esModule ? e : {
1104 + "default": e
1105 + };
1106 +}
1107 +module.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports["default"] = module.exports;
1108 +
1109 +/***/ }),
1110 +
1111 +/***/ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js":
1112 +/*!**********************************************************************!*\
1113 + !*** ../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js ***!
1114 + \**********************************************************************/
1115 +/***/ ((module) => {
1116 +
1117 +function _iterableToArrayLimit(r, l) {
1118 + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
1119 + if (null != t) {
1120 + var e,
1121 + n,
1122 + i,
1123 + u,
1124 + a = [],
1125 + f = !0,
1126 + o = !1;
1127 + try {
1128 + if (i = (t = t.call(r)).next, 0 === l) {
1129 + if (Object(t) !== t) return;
1130 + f = !1;
1131 + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
1132 + } catch (r) {
1133 + o = !0, n = r;
1134 + } finally {
1135 + try {
1136 + if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
1137 + } finally {
1138 + if (o) throw n;
1139 + }
1140 + }
1141 + return a;
1142 + }
1143 +}
1144 +module.exports = _iterableToArrayLimit, module.exports.__esModule = true, module.exports["default"] = module.exports;
1145 +
1146 +/***/ }),
1147 +
1148 +/***/ "../node_modules/@babel/runtime/helpers/nonIterableRest.js":
1149 +/*!*****************************************************************!*\
1150 + !*** ../node_modules/@babel/runtime/helpers/nonIterableRest.js ***!
1151 + \*****************************************************************/
1152 +/***/ ((module) => {
1153 +
1154 +function _nonIterableRest() {
1155 + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
1156 +}
1157 +module.exports = _nonIterableRest, module.exports.__esModule = true, module.exports["default"] = module.exports;
1158 +
1159 +/***/ }),
1160 +
1161 +/***/ "../node_modules/@babel/runtime/helpers/objectWithoutProperties.js":
1162 +/*!*************************************************************************!*\
1163 + !*** ../node_modules/@babel/runtime/helpers/objectWithoutProperties.js ***!
1164 + \*************************************************************************/
1165 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1166 +
1167 +var objectWithoutPropertiesLoose = __webpack_require__(/*! ./objectWithoutPropertiesLoose.js */ "../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js");
1168 +function _objectWithoutProperties(e, t) {
1169 + if (null == e) return {};
1170 + var o,
1171 + r,
1172 + i = objectWithoutPropertiesLoose(e, t);
1173 + if (Object.getOwnPropertySymbols) {
1174 + var n = Object.getOwnPropertySymbols(e);
1175 + for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
1176 + }
1177 + return i;
1178 +}
1179 +module.exports = _objectWithoutProperties, module.exports.__esModule = true, module.exports["default"] = module.exports;
1180 +
1181 +/***/ }),
1182 +
1183 +/***/ "../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js":
1184 +/*!******************************************************************************!*\
1185 + !*** ../node_modules/@babel/runtime/helpers/objectWithoutPropertiesLoose.js ***!
1186 + \******************************************************************************/
1187 +/***/ ((module) => {
1188 +
1189 +function _objectWithoutPropertiesLoose(r, e) {
1190 + if (null == r) return {};
1191 + var t = {};
1192 + for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
1193 + if (-1 !== e.indexOf(n)) continue;
1194 + t[n] = r[n];
1195 + }
1196 + return t;
1197 +}
1198 +module.exports = _objectWithoutPropertiesLoose, module.exports.__esModule = true, module.exports["default"] = module.exports;
1199 +
1200 +/***/ }),
1201 +
1202 +/***/ "../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js":
1203 +/*!***************************************************************************!*\
1204 + !*** ../node_modules/@babel/runtime/helpers/possibleConstructorReturn.js ***!
1205 + \***************************************************************************/
1206 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1207 +
1208 +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
1209 +var assertThisInitialized = __webpack_require__(/*! ./assertThisInitialized.js */ "../node_modules/@babel/runtime/helpers/assertThisInitialized.js");
1210 +function _possibleConstructorReturn(t, e) {
1211 + if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
1212 + if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
1213 + return assertThisInitialized(t);
1214 +}
1215 +module.exports = _possibleConstructorReturn, module.exports.__esModule = true, module.exports["default"] = module.exports;
1216 +
1217 +/***/ }),
1218 +
1219 +/***/ "../node_modules/@babel/runtime/helpers/regenerator.js":
1220 +/*!*************************************************************!*\
1221 + !*** ../node_modules/@babel/runtime/helpers/regenerator.js ***!
1222 + \*************************************************************/
1223 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1224 +
1225 +var regeneratorDefine = __webpack_require__(/*! ./regeneratorDefine.js */ "../node_modules/@babel/runtime/helpers/regeneratorDefine.js");
1226 +function _regenerator() {
1227 + /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/babel/babel/blob/main/packages/babel-helpers/LICENSE */
1228 + var e,
1229 + t,
1230 + r = "function" == typeof Symbol ? Symbol : {},
1231 + n = r.iterator || "@@iterator",
1232 + o = r.toStringTag || "@@toStringTag";
1233 + function i(r, n, o, i) {
1234 + var c = n && n.prototype instanceof Generator ? n : Generator,
1235 + u = Object.create(c.prototype);
1236 + return regeneratorDefine(u, "_invoke", function (r, n, o) {
1237 + var i,
1238 + c,
1239 + u,
1240 + f = 0,
1241 + p = o || [],
1242 + y = !1,
1243 + G = {
1244 + p: 0,
1245 + n: 0,
1246 + v: e,
1247 + a: d,
1248 + f: d.bind(e, 4),
1249 + d: function d(t, r) {
1250 + return i = t, c = 0, u = e, G.n = r, a;
1251 + }
1252 + };
1253 + function d(r, n) {
1254 + for (c = r, u = n, t = 0; !y && f && !o && t < p.length; t++) {
1255 + var o,
1256 + i = p[t],
1257 + d = G.p,
1258 + l = i[2];
1259 + r > 3 ? (o = l === n) && (u = i[(c = i[4]) ? 5 : (c = 3, 3)], i[4] = i[5] = e) : i[0] <= d && ((o = r < 2 && d < i[1]) ? (c = 0, G.v = n, G.n = i[1]) : d < l && (o = r < 3 || i[0] > n || n > l) && (i[4] = r, i[5] = n, G.n = l, c = 0));
1260 + }
1261 + if (o || r > 1) return a;
1262 + throw y = !0, n;
1263 + }
1264 + return function (o, p, l) {
1265 + if (f > 1) throw TypeError("Generator is already running");
1266 + for (y && 1 === p && d(p, l), c = p, u = l; (t = c < 2 ? e : u) || !y;) {
1267 + i || (c ? c < 3 ? (c > 1 && (G.n = -1), d(c, u)) : G.n = u : G.v = u);
1268 + try {
1269 + if (f = 2, i) {
1270 + if (c || (o = "next"), t = i[o]) {
1271 + if (!(t = t.call(i, u))) throw TypeError("iterator result is not an object");
1272 + if (!t.done) return t;
1273 + u = t.value, c < 2 && (c = 0);
1274 + } else 1 === c && (t = i["return"]) && t.call(i), c < 2 && (u = TypeError("The iterator does not provide a '" + o + "' method"), c = 1);
1275 + i = e;
1276 + } else if ((t = (y = G.n < 0) ? u : r.call(n, G)) !== a) break;
1277 + } catch (t) {
1278 + i = e, c = 1, u = t;
1279 + } finally {
1280 + f = 1;
1281 + }
1282 + }
1283 + return {
1284 + value: t,
1285 + done: y
1286 + };
1287 + };
1288 + }(r, o, i), !0), u;
1289 + }
1290 + var a = {};
1291 + function Generator() {}
1292 + function GeneratorFunction() {}
1293 + function GeneratorFunctionPrototype() {}
1294 + t = Object.getPrototypeOf;
1295 + var c = [][n] ? t(t([][n]())) : (regeneratorDefine(t = {}, n, function () {
1296 + return this;
1297 + }), t),
1298 + u = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(c);
1299 + function f(e) {
1300 + return Object.setPrototypeOf ? Object.setPrototypeOf(e, GeneratorFunctionPrototype) : (e.__proto__ = GeneratorFunctionPrototype, regeneratorDefine(e, o, "GeneratorFunction")), e.prototype = Object.create(u), e;
1301 + }
1302 + return GeneratorFunction.prototype = GeneratorFunctionPrototype, regeneratorDefine(u, "constructor", GeneratorFunctionPrototype), regeneratorDefine(GeneratorFunctionPrototype, "constructor", GeneratorFunction), GeneratorFunction.displayName = "GeneratorFunction", regeneratorDefine(GeneratorFunctionPrototype, o, "GeneratorFunction"), regeneratorDefine(u), regeneratorDefine(u, o, "Generator"), regeneratorDefine(u, n, function () {
1303 + return this;
1304 + }), regeneratorDefine(u, "toString", function () {
1305 + return "[object Generator]";
1306 + }), (module.exports = _regenerator = function _regenerator() {
1307 + return {
1308 + w: i,
1309 + m: f
1310 + };
1311 + }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
1312 +}
1313 +module.exports = _regenerator, module.exports.__esModule = true, module.exports["default"] = module.exports;
1314 +
1315 +/***/ }),
1316 +
1317 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorAsync.js":
1318 +/*!******************************************************************!*\
1319 + !*** ../node_modules/@babel/runtime/helpers/regeneratorAsync.js ***!
1320 + \******************************************************************/
1321 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1322 +
1323 +var regeneratorAsyncGen = __webpack_require__(/*! ./regeneratorAsyncGen.js */ "../node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js");
1324 +function _regeneratorAsync(n, e, r, t, o) {
1325 + var a = regeneratorAsyncGen(n, e, r, t, o);
1326 + return a.next().then(function (n) {
1327 + return n.done ? n.value : a.next();
1328 + });
1329 +}
1330 +module.exports = _regeneratorAsync, module.exports.__esModule = true, module.exports["default"] = module.exports;
1331 +
1332 +/***/ }),
1333 +
1334 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js":
1335 +/*!*********************************************************************!*\
1336 + !*** ../node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js ***!
1337 + \*********************************************************************/
1338 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1339 +
1340 +var regenerator = __webpack_require__(/*! ./regenerator.js */ "../node_modules/@babel/runtime/helpers/regenerator.js");
1341 +var regeneratorAsyncIterator = __webpack_require__(/*! ./regeneratorAsyncIterator.js */ "../node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js");
1342 +function _regeneratorAsyncGen(r, e, t, o, n) {
1343 + return new regeneratorAsyncIterator(regenerator().w(r, e, t, o), n || Promise);
1344 +}
1345 +module.exports = _regeneratorAsyncGen, module.exports.__esModule = true, module.exports["default"] = module.exports;
1346 +
1347 +/***/ }),
1348 +
1349 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js":
1350 +/*!**************************************************************************!*\
1351 + !*** ../node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js ***!
1352 + \**************************************************************************/
1353 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1354 +
1355 +var OverloadYield = __webpack_require__(/*! ./OverloadYield.js */ "../node_modules/@babel/runtime/helpers/OverloadYield.js");
1356 +var regeneratorDefine = __webpack_require__(/*! ./regeneratorDefine.js */ "../node_modules/@babel/runtime/helpers/regeneratorDefine.js");
1357 +function AsyncIterator(t, e) {
1358 + function n(r, o, i, f) {
1359 + try {
1360 + var c = t[r](o),
1361 + u = c.value;
1362 + return u instanceof OverloadYield ? e.resolve(u.v).then(function (t) {
1363 + n("next", t, i, f);
1364 + }, function (t) {
1365 + n("throw", t, i, f);
1366 + }) : e.resolve(u).then(function (t) {
1367 + c.value = t, i(c);
1368 + }, function (t) {
1369 + return n("throw", t, i, f);
1370 + });
1371 + } catch (t) {
1372 + f(t);
1373 + }
1374 + }
1375 + var r;
1376 + this.next || (regeneratorDefine(AsyncIterator.prototype), regeneratorDefine(AsyncIterator.prototype, "function" == typeof Symbol && Symbol.asyncIterator || "@asyncIterator", function () {
1377 + return this;
1378 + })), regeneratorDefine(this, "_invoke", function (t, o, i) {
1379 + function f() {
1380 + return new e(function (e, r) {
1381 + n(t, i, e, r);
1382 + });
1383 + }
1384 + return r = r ? r.then(f, f) : f();
1385 + }, !0);
1386 +}
1387 +module.exports = AsyncIterator, module.exports.__esModule = true, module.exports["default"] = module.exports;
1388 +
1389 +/***/ }),
1390 +
1391 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorDefine.js":
1392 +/*!*******************************************************************!*\
1393 + !*** ../node_modules/@babel/runtime/helpers/regeneratorDefine.js ***!
1394 + \*******************************************************************/
1395 +/***/ ((module) => {
1396 +
1397 +function _regeneratorDefine(e, r, n, t) {
1398 + var i = Object.defineProperty;
1399 + try {
1400 + i({}, "", {});
1401 + } catch (e) {
1402 + i = 0;
1403 + }
1404 + module.exports = _regeneratorDefine = function regeneratorDefine(e, r, n, t) {
1405 + function o(r, n) {
1406 + _regeneratorDefine(e, r, function (e) {
1407 + return this._invoke(r, n, e);
1408 + });
1409 + }
1410 + r ? i ? i(e, r, {
1411 + value: n,
1412 + enumerable: !t,
1413 + configurable: !t,
1414 + writable: !t
1415 + }) : e[r] = n : (o("next", 0), o("throw", 1), o("return", 2));
1416 + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _regeneratorDefine(e, r, n, t);
1417 +}
1418 +module.exports = _regeneratorDefine, module.exports.__esModule = true, module.exports["default"] = module.exports;
1419 +
1420 +/***/ }),
1421 +
1422 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorKeys.js":
1423 +/*!*****************************************************************!*\
1424 + !*** ../node_modules/@babel/runtime/helpers/regeneratorKeys.js ***!
1425 + \*****************************************************************/
1426 +/***/ ((module) => {
1427 +
1428 +function _regeneratorKeys(e) {
1429 + var n = Object(e),
1430 + r = [];
1431 + for (var t in n) r.unshift(t);
1432 + return function e() {
1433 + for (; r.length;) if ((t = r.pop()) in n) return e.value = t, e.done = !1, e;
1434 + return e.done = !0, e;
1435 + };
1436 +}
1437 +module.exports = _regeneratorKeys, module.exports.__esModule = true, module.exports["default"] = module.exports;
1438 +
1439 +/***/ }),
1440 +
1441 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorRuntime.js":
1442 +/*!********************************************************************!*\
1443 + !*** ../node_modules/@babel/runtime/helpers/regeneratorRuntime.js ***!
1444 + \********************************************************************/
1445 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1446 +
1447 +var OverloadYield = __webpack_require__(/*! ./OverloadYield.js */ "../node_modules/@babel/runtime/helpers/OverloadYield.js");
1448 +var regenerator = __webpack_require__(/*! ./regenerator.js */ "../node_modules/@babel/runtime/helpers/regenerator.js");
1449 +var regeneratorAsync = __webpack_require__(/*! ./regeneratorAsync.js */ "../node_modules/@babel/runtime/helpers/regeneratorAsync.js");
1450 +var regeneratorAsyncGen = __webpack_require__(/*! ./regeneratorAsyncGen.js */ "../node_modules/@babel/runtime/helpers/regeneratorAsyncGen.js");
1451 +var regeneratorAsyncIterator = __webpack_require__(/*! ./regeneratorAsyncIterator.js */ "../node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.js");
1452 +var regeneratorKeys = __webpack_require__(/*! ./regeneratorKeys.js */ "../node_modules/@babel/runtime/helpers/regeneratorKeys.js");
1453 +var regeneratorValues = __webpack_require__(/*! ./regeneratorValues.js */ "../node_modules/@babel/runtime/helpers/regeneratorValues.js");
1454 +function _regeneratorRuntime() {
1455 + "use strict";
1456 +
1457 + var r = regenerator(),
1458 + e = r.m(_regeneratorRuntime),
1459 + t = (Object.getPrototypeOf ? Object.getPrototypeOf(e) : e.__proto__).constructor;
1460 + function n(r) {
1461 + var e = "function" == typeof r && r.constructor;
1462 + return !!e && (e === t || "GeneratorFunction" === (e.displayName || e.name));
1463 + }
1464 + var o = {
1465 + "throw": 1,
1466 + "return": 2,
1467 + "break": 3,
1468 + "continue": 3
1469 + };
1470 + function a(r) {
1471 + var e, t;
1472 + return function (n) {
1473 + e || (e = {
1474 + stop: function stop() {
1475 + return t(n.a, 2);
1476 + },
1477 + "catch": function _catch() {
1478 + return n.v;
1479 + },
1480 + abrupt: function abrupt(r, e) {
1481 + return t(n.a, o[r], e);
1482 + },
1483 + delegateYield: function delegateYield(r, o, a) {
1484 + return e.resultName = o, t(n.d, regeneratorValues(r), a);
1485 + },
1486 + finish: function finish(r) {
1487 + return t(n.f, r);
1488 + }
1489 + }, t = function t(r, _t, o) {
1490 + n.p = e.prev, n.n = e.next;
1491 + try {
1492 + return r(_t, o);
1493 + } finally {
1494 + e.next = n.n;
1495 + }
1496 + }), e.resultName && (e[e.resultName] = n.v, e.resultName = void 0), e.sent = n.v, e.next = n.n;
1497 + try {
1498 + return r.call(this, e);
1499 + } finally {
1500 + n.p = e.prev, n.n = e.next;
1501 + }
1502 + };
1503 + }
1504 + return (module.exports = _regeneratorRuntime = function _regeneratorRuntime() {
1505 + return {
1506 + wrap: function wrap(e, t, n, o) {
1507 + return r.w(a(e), t, n, o && o.reverse());
1508 + },
1509 + isGeneratorFunction: n,
1510 + mark: r.m,
1511 + awrap: function awrap(r, e) {
1512 + return new OverloadYield(r, e);
1513 + },
1514 + AsyncIterator: regeneratorAsyncIterator,
1515 + async: function async(r, e, t, o, u) {
1516 + return (n(e) ? regeneratorAsyncGen : regeneratorAsync)(a(r), e, t, o, u);
1517 + },
1518 + keys: regeneratorKeys,
1519 + values: regeneratorValues
1520 + };
1521 + }, module.exports.__esModule = true, module.exports["default"] = module.exports)();
1522 +}
1523 +module.exports = _regeneratorRuntime, module.exports.__esModule = true, module.exports["default"] = module.exports;
1524 +
1525 +/***/ }),
1526 +
1527 +/***/ "../node_modules/@babel/runtime/helpers/regeneratorValues.js":
1528 +/*!*******************************************************************!*\
1529 + !*** ../node_modules/@babel/runtime/helpers/regeneratorValues.js ***!
1530 + \*******************************************************************/
1531 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1532 +
1533 +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
1534 +function _regeneratorValues(e) {
1535 + if (null != e) {
1536 + var t = e["function" == typeof Symbol && Symbol.iterator || "@@iterator"],
1537 + r = 0;
1538 + if (t) return t.call(e);
1539 + if ("function" == typeof e.next) return e;
1540 + if (!isNaN(e.length)) return {
1541 + next: function next() {
1542 + return e && r >= e.length && (e = void 0), {
1543 + value: e && e[r++],
1544 + done: !e
1545 + };
1546 + }
1547 + };
1548 + }
1549 + throw new TypeError(_typeof(e) + " is not iterable");
1550 +}
1551 +module.exports = _regeneratorValues, module.exports.__esModule = true, module.exports["default"] = module.exports;
1552 +
1553 +/***/ }),
1554 +
1555 +/***/ "../node_modules/@babel/runtime/helpers/setPrototypeOf.js":
1556 +/*!****************************************************************!*\
1557 + !*** ../node_modules/@babel/runtime/helpers/setPrototypeOf.js ***!
1558 + \****************************************************************/
1559 +/***/ ((module) => {
1560 +
1561 +function _setPrototypeOf(t, e) {
1562 + return module.exports = _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function (t, e) {
1563 + return t.__proto__ = e, t;
1564 + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _setPrototypeOf(t, e);
1565 +}
1566 +module.exports = _setPrototypeOf, module.exports.__esModule = true, module.exports["default"] = module.exports;
1567 +
1568 +/***/ }),
1569 +
1570 +/***/ "../node_modules/@babel/runtime/helpers/slicedToArray.js":
1571 +/*!***************************************************************!*\
1572 + !*** ../node_modules/@babel/runtime/helpers/slicedToArray.js ***!
1573 + \***************************************************************/
1574 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1575 +
1576 +var arrayWithHoles = __webpack_require__(/*! ./arrayWithHoles.js */ "../node_modules/@babel/runtime/helpers/arrayWithHoles.js");
1577 +var iterableToArrayLimit = __webpack_require__(/*! ./iterableToArrayLimit.js */ "../node_modules/@babel/runtime/helpers/iterableToArrayLimit.js");
1578 +var unsupportedIterableToArray = __webpack_require__(/*! ./unsupportedIterableToArray.js */ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js");
1579 +var nonIterableRest = __webpack_require__(/*! ./nonIterableRest.js */ "../node_modules/@babel/runtime/helpers/nonIterableRest.js");
1580 +function _slicedToArray(r, e) {
1581 + return arrayWithHoles(r) || iterableToArrayLimit(r, e) || unsupportedIterableToArray(r, e) || nonIterableRest();
1582 +}
1583 +module.exports = _slicedToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
1584 +
1585 +/***/ }),
1586 +
1587 +/***/ "../node_modules/@babel/runtime/helpers/toPrimitive.js":
1588 +/*!*************************************************************!*\
1589 + !*** ../node_modules/@babel/runtime/helpers/toPrimitive.js ***!
1590 + \*************************************************************/
1591 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1592 +
1593 +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
1594 +function toPrimitive(t, r) {
1595 + if ("object" != _typeof(t) || !t) return t;
1596 + var e = t[Symbol.toPrimitive];
1597 + if (void 0 !== e) {
1598 + var i = e.call(t, r || "default");
1599 + if ("object" != _typeof(i)) return i;
1600 + throw new TypeError("@@toPrimitive must return a primitive value.");
1601 + }
1602 + return ("string" === r ? String : Number)(t);
1603 +}
1604 +module.exports = toPrimitive, module.exports.__esModule = true, module.exports["default"] = module.exports;
1605 +
1606 +/***/ }),
1607 +
1608 +/***/ "../node_modules/@babel/runtime/helpers/toPropertyKey.js":
1609 +/*!***************************************************************!*\
1610 + !*** ../node_modules/@babel/runtime/helpers/toPropertyKey.js ***!
1611 + \***************************************************************/
1612 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1613 +
1614 +var _typeof = (__webpack_require__(/*! ./typeof.js */ "../node_modules/@babel/runtime/helpers/typeof.js")["default"]);
1615 +var toPrimitive = __webpack_require__(/*! ./toPrimitive.js */ "../node_modules/@babel/runtime/helpers/toPrimitive.js");
1616 +function toPropertyKey(t) {
1617 + var i = toPrimitive(t, "string");
1618 + return "symbol" == _typeof(i) ? i : i + "";
1619 +}
1620 +module.exports = toPropertyKey, module.exports.__esModule = true, module.exports["default"] = module.exports;
1621 +
1622 +/***/ }),
1623 +
1624 +/***/ "../node_modules/@babel/runtime/helpers/typeof.js":
1625 +/*!********************************************************!*\
1626 + !*** ../node_modules/@babel/runtime/helpers/typeof.js ***!
1627 + \********************************************************/
1628 +/***/ ((module) => {
1629 +
1630 +function _typeof(o) {
1631 + "@babel/helpers - typeof";
1632 +
1633 + return module.exports = _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) {
1634 + return typeof o;
1635 + } : function (o) {
1636 + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o;
1637 + }, module.exports.__esModule = true, module.exports["default"] = module.exports, _typeof(o);
1638 +}
1639 +module.exports = _typeof, module.exports.__esModule = true, module.exports["default"] = module.exports;
1640 +
1641 +/***/ }),
1642 +
1643 +/***/ "../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js":
1644 +/*!****************************************************************************!*\
1645 + !*** ../node_modules/@babel/runtime/helpers/unsupportedIterableToArray.js ***!
1646 + \****************************************************************************/
1647 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1648 +
1649 +var arrayLikeToArray = __webpack_require__(/*! ./arrayLikeToArray.js */ "../node_modules/@babel/runtime/helpers/arrayLikeToArray.js");
1650 +function _unsupportedIterableToArray(r, a) {
1651 + if (r) {
1652 + if ("string" == typeof r) return arrayLikeToArray(r, a);
1653 + var t = {}.toString.call(r).slice(8, -1);
1654 + return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? arrayLikeToArray(r, a) : void 0;
1655 + }
1656 +}
1657 +module.exports = _unsupportedIterableToArray, module.exports.__esModule = true, module.exports["default"] = module.exports;
1658 +
1659 +/***/ }),
1660 +
1661 +/***/ "../node_modules/@babel/runtime/regenerator/index.js":
1662 +/*!***********************************************************!*\
1663 + !*** ../node_modules/@babel/runtime/regenerator/index.js ***!
1664 + \***********************************************************/
1665 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1666 +
1667 +// TODO(Babel 8): Remove this file.
1668 +
1669 +var runtime = __webpack_require__(/*! ../helpers/regeneratorRuntime */ "../node_modules/@babel/runtime/helpers/regeneratorRuntime.js")();
1670 +module.exports = runtime;
1671 +
1672 +// Copied from https://github.com/facebook/regenerator/blob/main/packages/runtime/runtime.js#L736=
1673 +try {
1674 + regeneratorRuntime = runtime;
1675 +} catch (accidentalStrictMode) {
1676 + if (typeof globalThis === "object") {
1677 + globalThis.regeneratorRuntime = runtime;
1678 + } else {
1679 + Function("r", "regeneratorRuntime = r")(runtime);
1680 + }
1681 +}
1682 +
1683 +
1684 +/***/ }),
1685 +
1686 +/***/ "../node_modules/object-assign/index.js":
1687 +/*!**********************************************!*\
1688 + !*** ../node_modules/object-assign/index.js ***!
1689 + \**********************************************/
1690 +/***/ ((module) => {
1691 +
1692 +"use strict";
1693 +/*
1694 +object-assign
1695 +(c) Sindre Sorhus
1696 +@license MIT
1697 +*/
1698 +
1699 +
1700 +/* eslint-disable no-unused-vars */
1701 +var getOwnPropertySymbols = Object.getOwnPropertySymbols;
1702 +var hasOwnProperty = Object.prototype.hasOwnProperty;
1703 +var propIsEnumerable = Object.prototype.propertyIsEnumerable;
1704 +
1705 +function toObject(val) {
1706 + if (val === null || val === undefined) {
1707 + throw new TypeError('Object.assign cannot be called with null or undefined');
496 1708 }
497 - var react_default = { render };
498 1709
499 -//#endregion
500 -//#region node_modules/@babel/runtime/helpers/esm/defineProperty.js
501 - function _defineProperty(e, r, t) {
502 - return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
503 - value: t,
504 - enumerable: !0,
505 - configurable: !0,
506 - writable: !0
507 - }) : e[r] = t, e;
508 - }
1710 + return Object(val);
1711 +}
509 1712
510 -//#endregion
511 -//#region node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
512 - function _arrayWithHoles(r) {
513 - if (Array.isArray(r)) return r;
514 - }
1713 +function shouldUseNative() {
1714 + try {
1715 + if (!Object.assign) {
1716 + return false;
1717 + }
515 1718
516 -//#endregion
517 -//#region node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
518 - function _iterableToArrayLimit(r, l) {
519 - var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
520 - if (null != t) {
521 - var e;
522 - var n;
523 - var i;
524 - var u;
525 - var a = [];
526 - var f = !0;
527 - var o = !1;
528 - try {
529 - if (i = (t = t.call(r)).next, 0 === l) {
530 - if (Object(t) !== t) return;
531 - f = !1;
532 - } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);
533 - } catch (r) {
534 - o = !0, n = r;
535 - } finally {
536 - try {
537 - if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return;
538 - } finally {
539 - if (o) throw n;
540 - }
541 - }
542 - return a;
1719 + // Detect buggy property enumeration order in older V8 versions.
1720 +
1721 + // https://bugs.chromium.org/p/v8/issues/detail?id=4118
1722 + var test1 = new String('abc'); // eslint-disable-line no-new-wrappers
1723 + test1[5] = 'de';
1724 + if (Object.getOwnPropertyNames(test1)[0] === '5') {
1725 + return false;
543 1726 }
544 - }
545 1727
546 -//#endregion
547 -//#region node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js
548 - function _arrayLikeToArray$1(r, a) {
549 - (null == a || a > r.length) && (a = r.length);
550 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
551 - return n;
552 - }
553 - __name(_arrayLikeToArray$1, "_arrayLikeToArray");
1728 + // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1729 + var test2 = {};
1730 + for (var i = 0; i < 10; i++) {
1731 + test2['_' + String.fromCharCode(i)] = i;
1732 + }
1733 + var order2 = Object.getOwnPropertyNames(test2).map(function (n) {
1734 + return test2[n];
1735 + });
1736 + if (order2.join('') !== '0123456789') {
1737 + return false;
1738 + }
554 1739
555 -//#endregion
556 -//#region node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js
557 - function _unsupportedIterableToArray$1(r, a) {
558 - if (r) {
559 - if ("string" == typeof r) return _arrayLikeToArray$1(r, a);
560 - var t = {}.toString.call(r).slice(8, -1);
561 - return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray$1(r, a) : void 0;
1740 + // https://bugs.chromium.org/p/v8/issues/detail?id=3056
1741 + var test3 = {};
1742 + 'abcdefghijklmnopqrst'.split('').forEach(function (letter) {
1743 + test3[letter] = letter;
1744 + });
1745 + if (Object.keys(Object.assign({}, test3)).join('') !==
1746 + 'abcdefghijklmnopqrst') {
1747 + return false;
562 1748 }
1749 +
1750 + return true;
1751 + } catch (err) {
1752 + // We don't expect any of the above to throw, but better to be safe.
1753 + return false;
563 1754 }
564 - __name(_unsupportedIterableToArray$1, "_unsupportedIterableToArray");
1755 +}
565 1756
566 -//#endregion
567 -//#region node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
568 - function _nonIterableRest() {
569 - throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
570 - }
1757 +module.exports = shouldUseNative() ? Object.assign : function (target, source) {
1758 + var from;
1759 + var to = toObject(target);
1760 + var symbols;
571 1761
572 -//#endregion
573 -//#region node_modules/@babel/runtime/helpers/esm/slicedToArray.js
574 - function _slicedToArray(r, e) {
575 - return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray$1(r, e) || _nonIterableRest();
576 - }
1762 + for (var s = 1; s < arguments.length; s++) {
1763 + from = Object(arguments[s]);
577 1764
578 -//#endregion
579 -//#region app/assets/js/event-track/apps-event-tracking.js
580 - function _createForOfIteratorHelper(r, e) {
581 - var t = "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"];
582 - if (!t) {
583 - if (Array.isArray(r) || (t = _unsupportedIterableToArray(r)) || e && r && "number" == typeof r.length) {
584 - t && (r = t);
585 - var _n = 0;
586 - var F = function F() {};
587 - return {
588 - s: F,
589 - n: function n() {
590 - return _n >= r.length ? { done: !0 } : {
591 - done: !1,
592 - value: r[_n++]
593 - };
594 - },
595 - e: function e(r) {
596 - throw r;
597 - },
598 - f: F
599 - };
1765 + for (var key in from) {
1766 + if (hasOwnProperty.call(from, key)) {
1767 + to[key] = from[key];
600 1768 }
601 - throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
602 1769 }
603 - var o;
604 - var a = !0;
605 - var u = !1;
606 - return {
607 - s: function s() {
608 - t = t.call(r);
609 - },
610 - n: function n() {
611 - var r = t.next();
612 - return a = r.done, r;
613 - },
614 - e: function e(r) {
615 - u = !0, o = r;
616 - },
617 - f: function f() {
618 - try {
619 - a || null == t.return || t.return();
620 - } finally {
621 - if (u) throw o;
1770 +
1771 + if (getOwnPropertySymbols) {
1772 + symbols = getOwnPropertySymbols(from);
1773 + for (var i = 0; i < symbols.length; i++) {
1774 + if (propIsEnumerable.call(from, symbols[i])) {
1775 + to[symbols[i]] = from[symbols[i]];
622 1776 }
623 1777 }
624 - };
625 - }
626 - function _unsupportedIterableToArray(r, a) {
627 - if (r) {
628 - if ("string" == typeof r) return _arrayLikeToArray(r, a);
629 - var t = {}.toString.call(r).slice(8, -1);
630 - return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0;
631 1778 }
632 1779 }
633 - function _arrayLikeToArray(r, a) {
634 - (null == a || a > r.length) && (a = r.length);
635 - for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e];
636 - return n;
637 - }
638 - var appsEventTrackingDispatch = function appsEventTrackingDispatch(command, eventParams) {
639 - var objectCreator = function objectCreator(array, obj) {
640 - var _iterator = _createForOfIteratorHelper(array);
641 - var _step;
642 - try {
643 - for (_iterator.s(); !(_step = _iterator.n()).done;) {
644 - var key = _step.value;
645 - if (eventParams.hasOwnProperty(key) && eventParams[key] !== null) obj[key] = eventParams[key];
646 - }
647 - } catch (err) {
648 - _iterator.e(err);
649 - } finally {
650 - _iterator.f();
651 - }
652 - return obj;
653 - };
654 - var dataKeys = [];
655 - var detailsKeys = [
656 - "layout",
657 - "site_part",
658 - "error",
659 - "document_name",
660 - "document_type",
661 - "view_type_clicked",
662 - "tag",
663 - "sort_direction",
664 - "sort_type",
665 - "action",
666 - "grid_location",
667 - "kit_name",
668 - "page_source",
669 - "element_position",
670 - "element",
671 - "event_type",
672 - "modal_type",
673 - "method",
674 - "status",
675 - "step",
676 - "item",
677 - "category",
678 - "element_location",
679 - "search_term",
680 - "section",
681 - "site_area"
682 - ];
683 - var data = {};
684 - var details = {};
685 - (function init() {
686 - objectCreator(detailsKeys, details);
687 - objectCreator(dataKeys, data);
688 - var commandSplit = command.split("/");
689 - data.placement = commandSplit[0];
690 - data.event = commandSplit[1];
691 - if (Object.keys(details).length) data.details = details;
692 - })();
693 - $e.run(command, data);
694 - };
695 1780
696 -//#endregion
697 -//#region node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js
698 -/** @license React v16.13.1
699 - * react-is.development.js
700 - *
701 - * Copyright (c) Facebook, Inc. and its affiliates.
702 - *
703 - * This source code is licensed under the MIT license found in the
704 - * LICENSE file in the root directory of this source tree.
705 - */
706 - var require_react_is_development = /* @__PURE__ */ __commonJSMin(((exports) => {
707 - (function() {
708 - "use strict";
709 - var hasSymbol = typeof Symbol === "function" && Symbol.for;
710 - var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for("react.element") : 60103;
711 - var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for("react.portal") : 60106;
712 - var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for("react.fragment") : 60107;
713 - var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for("react.strict_mode") : 60108;
714 - var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for("react.profiler") : 60114;
715 - var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for("react.provider") : 60109;
716 - var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for("react.context") : 60110;
717 - var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for("react.async_mode") : 60111;
718 - var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for("react.concurrent_mode") : 60111;
719 - var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for("react.forward_ref") : 60112;
720 - var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for("react.suspense") : 60113;
721 - var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for("react.suspense_list") : 60120;
722 - var REACT_MEMO_TYPE = hasSymbol ? Symbol.for("react.memo") : 60115;
723 - var REACT_LAZY_TYPE = hasSymbol ? Symbol.for("react.lazy") : 60116;
724 - var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for("react.block") : 60121;
725 - var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for("react.fundamental") : 60117;
726 - var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for("react.responder") : 60118;
727 - var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for("react.scope") : 60119;
728 - function isValidElementType(type) {
729 - return typeof type === "string" || typeof type === "function" || type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === "object" && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
730 - }
731 - function typeOf(object) {
732 - if (typeof object === "object" && object !== null) {
733 - var $$typeof = object.$$typeof;
734 - switch ($$typeof) {
735 - case REACT_ELEMENT_TYPE:
736 - var type = object.type;
737 - switch (type) {
738 - case REACT_ASYNC_MODE_TYPE:
739 - case REACT_CONCURRENT_MODE_TYPE:
740 - case REACT_FRAGMENT_TYPE:
741 - case REACT_PROFILER_TYPE:
742 - case REACT_STRICT_MODE_TYPE:
743 - case REACT_SUSPENSE_TYPE: return type;
744 - default:
745 - var $$typeofType = type && type.$$typeof;
746 - switch ($$typeofType) {
747 - case REACT_CONTEXT_TYPE:
748 - case REACT_FORWARD_REF_TYPE:
749 - case REACT_LAZY_TYPE:
750 - case REACT_MEMO_TYPE:
751 - case REACT_PROVIDER_TYPE: return $$typeofType;
752 - default: return $$typeof;
753 - }
754 - }
755 - case REACT_PORTAL_TYPE: return $$typeof;
756 - }
757 - }
758 - }
759 - var AsyncMode = REACT_ASYNC_MODE_TYPE;
760 - var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
761 - var ContextConsumer = REACT_CONTEXT_TYPE;
762 - var ContextProvider = REACT_PROVIDER_TYPE;
763 - var Element = REACT_ELEMENT_TYPE;
764 - var ForwardRef = REACT_FORWARD_REF_TYPE;
765 - var Fragment = REACT_FRAGMENT_TYPE;
766 - var Lazy = REACT_LAZY_TYPE;
767 - var Memo = REACT_MEMO_TYPE;
768 - var Portal = REACT_PORTAL_TYPE;
769 - var Profiler = REACT_PROFILER_TYPE;
770 - var StrictMode = REACT_STRICT_MODE_TYPE;
771 - var Suspense = REACT_SUSPENSE_TYPE;
772 - var hasWarnedAboutDeprecatedIsAsyncMode = false;
773 - function isAsyncMode(object) {
774 - if (!hasWarnedAboutDeprecatedIsAsyncMode) {
775 - hasWarnedAboutDeprecatedIsAsyncMode = true;
776 - console["warn"]("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.");
777 - }
778 - return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
779 - }
780 - function isConcurrentMode(object) {
781 - return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
782 - }
783 - function isContextConsumer(object) {
784 - return typeOf(object) === REACT_CONTEXT_TYPE;
785 - }
786 - function isContextProvider(object) {
787 - return typeOf(object) === REACT_PROVIDER_TYPE;
788 - }
789 - function isElement(object) {
790 - return typeof object === "object" && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
791 - }
792 - function isForwardRef(object) {
793 - return typeOf(object) === REACT_FORWARD_REF_TYPE;
794 - }
795 - function isFragment(object) {
796 - return typeOf(object) === REACT_FRAGMENT_TYPE;
797 - }
798 - function isLazy(object) {
799 - return typeOf(object) === REACT_LAZY_TYPE;
800 - }
801 - function isMemo(object) {
802 - return typeOf(object) === REACT_MEMO_TYPE;
803 - }
804 - function isPortal(object) {
805 - return typeOf(object) === REACT_PORTAL_TYPE;
806 - }
807 - function isProfiler(object) {
808 - return typeOf(object) === REACT_PROFILER_TYPE;
809 - }
810 - function isStrictMode(object) {
811 - return typeOf(object) === REACT_STRICT_MODE_TYPE;
812 - }
813 - function isSuspense(object) {
814 - return typeOf(object) === REACT_SUSPENSE_TYPE;
815 - }
816 - exports.AsyncMode = AsyncMode;
817 - exports.ConcurrentMode = ConcurrentMode;
818 - exports.ContextConsumer = ContextConsumer;
819 - exports.ContextProvider = ContextProvider;
820 - exports.Element = Element;
821 - exports.ForwardRef = ForwardRef;
822 - exports.Fragment = Fragment;
823 - exports.Lazy = Lazy;
824 - exports.Memo = Memo;
825 - exports.Portal = Portal;
826 - exports.Profiler = Profiler;
827 - exports.StrictMode = StrictMode;
828 - exports.Suspense = Suspense;
829 - exports.isAsyncMode = isAsyncMode;
830 - exports.isConcurrentMode = isConcurrentMode;
831 - exports.isContextConsumer = isContextConsumer;
832 - exports.isContextProvider = isContextProvider;
833 - exports.isElement = isElement;
834 - exports.isForwardRef = isForwardRef;
835 - exports.isFragment = isFragment;
836 - exports.isLazy = isLazy;
837 - exports.isMemo = isMemo;
838 - exports.isPortal = isPortal;
839 - exports.isProfiler = isProfiler;
840 - exports.isStrictMode = isStrictMode;
841 - exports.isSuspense = isSuspense;
842 - exports.isValidElementType = isValidElementType;
843 - exports.typeOf = typeOf;
844 - })();
845 - }));
1781 + return to;
1782 +};
846 1783
847 -//#endregion
848 -//#region node_modules/prop-types/node_modules/react-is/index.js
849 - var require_react_is = /* @__PURE__ */ __commonJSMin(((exports, module) => {
850 - module.exports = require_react_is_development();
851 - }));
852 1784
853 -//#endregion
854 -//#region node_modules/object-assign/index.js
855 -/*
856 - object-assign
857 - (c) Sindre Sorhus
858 - @license MIT
859 - */
860 - var require_object_assign = /* @__PURE__ */ __commonJSMin(((exports, module) => {
861 - var getOwnPropertySymbols = Object.getOwnPropertySymbols;
862 - var hasOwnProperty = Object.prototype.hasOwnProperty;
863 - var propIsEnumerable = Object.prototype.propertyIsEnumerable;
864 - function toObject(val) {
865 - if (val === null || val === void 0) throw new TypeError("Object.assign cannot be called with null or undefined");
866 - return Object(val);
867 - }
868 - function shouldUseNative() {
869 - try {
870 - if (!Object.assign) return false;
871 - var test1 = /* @__PURE__ */ new String("abc");
872 - test1[5] = "de";
873 - if (Object.getOwnPropertyNames(test1)[0] === "5") return false;
874 - var test2 = {};
875 - for (var i = 0; i < 10; i++) test2["_" + String.fromCharCode(i)] = i;
876 - if (Object.getOwnPropertyNames(test2).map(function(n) {
877 - return test2[n];
878 - }).join("") !== "0123456789") return false;
879 - var test3 = {};
880 - "abcdefghijklmnopqrst".split("").forEach(function(letter) {
881 - test3[letter] = letter;
882 - });
883 - if (Object.keys(Object.assign({}, test3)).join("") !== "abcdefghijklmnopqrst") return false;
884 - return true;
885 - } catch (err) {
886 - return false;
887 - }
888 - }
889 - module.exports = shouldUseNative() ? Object.assign : function(target, source) {
890 - var from;
891 - var to = toObject(target);
892 - var symbols;
893 - for (var s = 1; s < arguments.length; s++) {
894 - from = Object(arguments[s]);
895 - for (var key in from) if (hasOwnProperty.call(from, key)) to[key] = from[key];
896 - if (getOwnPropertySymbols) {
897 - symbols = getOwnPropertySymbols(from);
898 - for (var i = 0; i < symbols.length; i++) if (propIsEnumerable.call(from, symbols[i])) to[symbols[i]] = from[symbols[i]];
899 - }
900 - }
901 - return to;
902 - };
903 - }));
1785 +/***/ }),
904 1786
905 -//#endregion
906 -//#region node_modules/prop-types/lib/ReactPropTypesSecret.js
1787 +/***/ "../node_modules/prop-types/checkPropTypes.js":
1788 +/*!****************************************************!*\
1789 + !*** ../node_modules/prop-types/checkPropTypes.js ***!
1790 + \****************************************************/
1791 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1792 +
1793 +"use strict";
907 1794 /**
908 - * Copyright (c) 2013-present, Facebook, Inc.
909 - *
910 - * This source code is licensed under the MIT license found in the
911 - * LICENSE file in the root directory of this source tree.
912 - */
913 - var require_ReactPropTypesSecret = /* @__PURE__ */ __commonJSMin(((exports, module) => {
914 - var ReactPropTypesSecret = "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";
915 - module.exports = ReactPropTypesSecret;
916 - }));
1795 + * Copyright (c) 2013-present, Facebook, Inc.
1796 + *
1797 + * This source code is licensed under the MIT license found in the
1798 + * LICENSE file in the root directory of this source tree.
1799 + */
917 1800
918 -//#endregion
919 -//#region node_modules/prop-types/lib/has.js
920 - var require_has = /* @__PURE__ */ __commonJSMin(((exports, module) => {
921 - module.exports = Function.call.bind(Object.prototype.hasOwnProperty);
922 - }));
923 1801
924 -//#endregion
925 -//#region node_modules/prop-types/checkPropTypes.js
1802 +
1803 +var printWarning = function() {};
1804 +
1805 +if (true) {
1806 + var ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ "../node_modules/prop-types/lib/ReactPropTypesSecret.js");
1807 + var loggedTypeFailures = {};
1808 + var has = __webpack_require__(/*! ./lib/has */ "../node_modules/prop-types/lib/has.js");
1809 +
1810 + printWarning = function(text) {
1811 + var message = 'Warning: ' + text;
1812 + if (typeof console !== 'undefined') {
1813 + console.error(message);
1814 + }
1815 + try {
1816 + // --- Welcome to debugging React ---
1817 + // This error was thrown as a convenience so that you can use this stack
1818 + // to find the callsite that caused this warning to fire.
1819 + throw new Error(message);
1820 + } catch (x) { /**/ }
1821 + };
1822 +}
1823 +
926 1824 /**
927 - * Copyright (c) 2013-present, Facebook, Inc.
928 - *
929 - * This source code is licensed under the MIT license found in the
930 - * LICENSE file in the root directory of this source tree.
931 - */
932 - var require_checkPropTypes = /* @__PURE__ */ __commonJSMin(((exports, module) => {
933 - var printWarning = function() {};
934 - var ReactPropTypesSecret = require_ReactPropTypesSecret();
935 - var loggedTypeFailures = {};
936 - var has = require_has();
937 - printWarning = function(text) {
938 - var message = "Warning: " + text;
939 - if (typeof console !== "undefined") console.error(message);
940 - try {
941 - throw new Error(message);
942 - } catch (x) {}
943 - };
944 - /**
945 - * Assert that the values match with the type specs.
946 - * Error messages are memorized and will only be shown once.
947 - *
948 - * @param {object} typeSpecs Map of name to a ReactPropType
949 - * @param {object} values Runtime values that need to be type-checked
950 - * @param {string} location e.g. "prop", "context", "child context"
951 - * @param {string} componentName Name of the component for error messages.
952 - * @param {?Function} getStack Returns the component stack.
953 - * @private
954 - */
955 - function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
956 - for (var typeSpecName in typeSpecs) if (has(typeSpecs, typeSpecName)) {
957 - var error;
958 - try {
959 - if (typeof typeSpecs[typeSpecName] !== "function") {
960 - var err = Error((componentName || "React class") + ": " + location + " type `" + typeSpecName + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof typeSpecs[typeSpecName] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
961 - err.name = "Invariant Violation";
962 - throw err;
963 - }
964 - error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);
965 - } catch (ex) {
966 - error = ex;
967 - }
968 - if (error && !(error instanceof Error)) printWarning((componentName || "React class") + ": type specification of " + location + " `" + typeSpecName + "` is invalid; the type checker function must return `null` or an `Error` but returned a " + typeof error + ". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).");
969 - if (error instanceof Error && !(error.message in loggedTypeFailures)) {
970 - loggedTypeFailures[error.message] = true;
971 - var stack = getStack ? getStack() : "";
972 - printWarning("Failed " + location + " type: " + error.message + (stack != null ? stack : ""));
973 - }
974 - }
975 - }
976 - /**
977 - * Resets warning cache when testing.
978 - *
979 - * @private
980 - */
981 - checkPropTypes.resetWarningCache = function() {
982 - loggedTypeFailures = {};
983 - };
984 - module.exports = checkPropTypes;
985 - }));
1825 + * Assert that the values match with the type specs.
1826 + * Error messages are memorized and will only be shown once.
1827 + *
1828 + * @param {object} typeSpecs Map of name to a ReactPropType
1829 + * @param {object} values Runtime values that need to be type-checked
1830 + * @param {string} location e.g. "prop", "context", "child context"
1831 + * @param {string} componentName Name of the component for error messages.
1832 + * @param {?Function} getStack Returns the component stack.
1833 + * @private
1834 + */
1835 +function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
1836 + if (true) {
1837 + for (var typeSpecName in typeSpecs) {
1838 + if (has(typeSpecs, typeSpecName)) {
1839 + var error;
1840 + // Prop type validation may throw. In case they do, we don't want to
1841 + // fail the render phase where it didn't fail before. So we log it.
1842 + // After these have been cleaned up, we'll let them throw.
1843 + try {
1844 + // This is intentionally an invariant that gets caught. It's the same
1845 + // behavior as without this statement except with a better message.
1846 + if (typeof typeSpecs[typeSpecName] !== 'function') {
1847 + var err = Error(
1848 + (componentName || 'React class') + ': ' + location + ' type `' + typeSpecName + '` is invalid; ' +
1849 + 'it must be a function, usually from the `prop-types` package, but received `' + typeof typeSpecs[typeSpecName] + '`.' +
1850 + 'This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.'
1851 + );
1852 + err.name = 'Invariant Violation';
1853 + throw err;
1854 + }
1855 + error = typeSpecs[typeSpecName](values, typeSpecName, componentName, location, null, ReactPropTypesSecret);
1856 + } catch (ex) {
1857 + error = ex;
1858 + }
1859 + if (error && !(error instanceof Error)) {
1860 + printWarning(
1861 + (componentName || 'React class') + ': type specification of ' +
1862 + location + ' `' + typeSpecName + '` is invalid; the type checker ' +
1863 + 'function must return `null` or an `Error` but returned a ' + typeof error + '. ' +
1864 + 'You may have forgotten to pass an argument to the type checker ' +
1865 + 'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +
1866 + 'shape all require an argument).'
1867 + );
1868 + }
1869 + if (error instanceof Error && !(error.message in loggedTypeFailures)) {
1870 + // Only monitor this failure once because there tends to be a lot of the
1871 + // same error.
1872 + loggedTypeFailures[error.message] = true;
986 1873
987 -//#endregion
988 -//#region node_modules/prop-types/factoryWithTypeCheckers.js
1874 + var stack = getStack ? getStack() : '';
1875 +
1876 + printWarning(
1877 + 'Failed ' + location + ' type: ' + error.message + (stack != null ? stack : '')
1878 + );
1879 + }
1880 + }
1881 + }
1882 + }
1883 +}
1884 +
989 1885 /**
990 - * Copyright (c) 2013-present, Facebook, Inc.
991 - *
992 - * This source code is licensed under the MIT license found in the
993 - * LICENSE file in the root directory of this source tree.
994 - */
995 - var require_factoryWithTypeCheckers = /* @__PURE__ */ __commonJSMin(((exports, module) => {
996 - var ReactIs = require_react_is();
997 - var assign = require_object_assign();
998 - var ReactPropTypesSecret = require_ReactPropTypesSecret();
999 - var has = require_has();
1000 - var checkPropTypes = require_checkPropTypes();
1001 - var printWarning = function() {};
1002 - printWarning = function(text) {
1003 - var message = "Warning: " + text;
1004 - if (typeof console !== "undefined") console.error(message);
1005 - try {
1006 - throw new Error(message);
1007 - } catch (x) {}
1008 - };
1009 - function emptyFunctionThatReturnsNull() {
1010 - return null;
1011 - }
1012 - module.exports = function(isValidElement, throwOnDirectAccess) {
1013 - var ITERATOR_SYMBOL = typeof Symbol === "function" && Symbol.iterator;
1014 - var FAUX_ITERATOR_SYMBOL = "@@iterator";
1015 - /**
1016 - * Returns the iterator method function contained on the iterable object.
1017 - *
1018 - * Be sure to invoke the function with the iterable as context:
1019 - *
1020 - * var iteratorFn = getIteratorFn(myIterable);
1021 - * if (iteratorFn) {
1022 - * var iterator = iteratorFn.call(myIterable);
1023 - * ...
1024 - * }
1025 - *
1026 - * @param {?object} maybeIterable
1027 - * @return {?function}
1028 - */
1029 - function getIteratorFn(maybeIterable) {
1030 - var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
1031 - if (typeof iteratorFn === "function") return iteratorFn;
1032 - }
1033 - /**
1034 - * Collection of methods that allow declaration and validation of props that are
1035 - * supplied to React components. Example usage:
1036 - *
1037 - * var Props = require('ReactPropTypes');
1038 - * var MyArticle = React.createClass({
1039 - * propTypes: {
1040 - * // An optional string prop named "description".
1041 - * description: Props.string,
1042 - *
1043 - * // A required enum prop named "category".
1044 - * category: Props.oneOf(['News','Photos']).isRequired,
1045 - *
1046 - * // A prop named "dialog" that requires an instance of Dialog.
1047 - * dialog: Props.instanceOf(Dialog).isRequired
1048 - * },
1049 - * render: function() { ... }
1050 - * });
1051 - *
1052 - * A more formal specification of how these methods are used:
1053 - *
1054 - * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
1055 - * decl := ReactPropTypes.{type}(.isRequired)?
1056 - *
1057 - * Each and every declaration produces a function with the same signature. This
1058 - * allows the creation of custom validation functions. For example:
1059 - *
1060 - * var MyLink = React.createClass({
1061 - * propTypes: {
1062 - * // An optional string or URI prop named "href".
1063 - * href: function(props, propName, componentName) {
1064 - * var propValue = props[propName];
1065 - * if (propValue != null && typeof propValue !== 'string' &&
1066 - * !(propValue instanceof URI)) {
1067 - * return new Error(
1068 - * 'Expected a string or an URI for ' + propName + ' in ' +
1069 - * componentName
1070 - * );
1071 - * }
1072 - * }
1073 - * },
1074 - * render: function() {...}
1075 - * });
1076 - *
1077 - * @internal
1078 - */
1079 - var ANONYMOUS = "<<anonymous>>";
1080 - var ReactPropTypes = {
1081 - array: createPrimitiveTypeChecker("array"),
1082 - bigint: createPrimitiveTypeChecker("bigint"),
1083 - bool: createPrimitiveTypeChecker("boolean"),
1084 - func: createPrimitiveTypeChecker("function"),
1085 - number: createPrimitiveTypeChecker("number"),
1086 - object: createPrimitiveTypeChecker("object"),
1087 - string: createPrimitiveTypeChecker("string"),
1088 - symbol: createPrimitiveTypeChecker("symbol"),
1089 - any: createAnyTypeChecker(),
1090 - arrayOf: createArrayOfTypeChecker,
1091 - element: createElementTypeChecker(),
1092 - elementType: createElementTypeTypeChecker(),
1093 - instanceOf: createInstanceTypeChecker,
1094 - node: createNodeChecker(),
1095 - objectOf: createObjectOfTypeChecker,
1096 - oneOf: createEnumTypeChecker,
1097 - oneOfType: createUnionTypeChecker,
1098 - shape: createShapeTypeChecker,
1099 - exact: createStrictShapeTypeChecker
1100 - };
1101 - /**
1102 - * inlined Object.is polyfill to avoid requiring consumers ship their own
1103 - * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
1104 - */
1105 - function is(x, y) {
1106 - if (x === y) return x !== 0 || 1 / x === 1 / y;
1107 - else return x !== x && y !== y;
1108 - }
1109 - /**
1110 - * We use an Error-like object for backward compatibility as people may call
1111 - * PropTypes directly and inspect their output. However, we don't use real
1112 - * Errors anymore. We don't inspect their stack anyway, and creating them
1113 - * is prohibitively expensive if they are created too often, such as what
1114 - * happens in oneOfType() for any type before the one that matched.
1115 - */
1116 - function PropTypeError(message, data) {
1117 - this.message = message;
1118 - this.data = data && typeof data === "object" ? data : {};
1119 - this.stack = "";
1120 - }
1121 - PropTypeError.prototype = Error.prototype;
1122 - function createChainableTypeChecker(validate) {
1123 - var manualPropTypeCallCache = {};
1124 - var manualPropTypeWarningCount = 0;
1125 - function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
1126 - componentName = componentName || ANONYMOUS;
1127 - propFullName = propFullName || propName;
1128 - if (secret !== ReactPropTypesSecret) {
1129 - if (throwOnDirectAccess) {
1130 - var err = /* @__PURE__ */ new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");
1131 - err.name = "Invariant Violation";
1132 - throw err;
1133 - } else if (typeof console !== "undefined") {
1134 - var cacheKey = componentName + ":" + propName;
1135 - if (!manualPropTypeCallCache[cacheKey] && manualPropTypeWarningCount < 3) {
1136 - printWarning("You are manually calling a React.PropTypes validation function for the `" + propFullName + "` prop on `" + componentName + "`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details.");
1137 - manualPropTypeCallCache[cacheKey] = true;
1138 - manualPropTypeWarningCount++;
1139 - }
1140 - }
1141 - }
1142 - if (props[propName] == null) {
1143 - if (isRequired) {
1144 - if (props[propName] === null) return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required " + ("in `" + componentName + "`, but its value is `null`."));
1145 - return new PropTypeError("The " + location + " `" + propFullName + "` is marked as required in " + ("`" + componentName + "`, but its value is `undefined`."));
1146 - }
1147 - return null;
1148 - } else return validate(props, propName, componentName, location, propFullName);
1149 - }
1150 - var chainedCheckType = checkType.bind(null, false);
1151 - chainedCheckType.isRequired = checkType.bind(null, true);
1152 - return chainedCheckType;
1153 - }
1154 - function createPrimitiveTypeChecker(expectedType) {
1155 - function validate(props, propName, componentName, location, propFullName, secret) {
1156 - var propValue = props[propName];
1157 - if (getPropType(propValue) !== expectedType) {
1158 - var preciseType = getPreciseType(propValue);
1159 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + preciseType + "` supplied to `" + componentName + "`, expected ") + ("`" + expectedType + "`."), { expectedType });
1160 - }
1161 - return null;
1162 - }
1163 - return createChainableTypeChecker(validate);
1164 - }
1165 - function createAnyTypeChecker() {
1166 - return createChainableTypeChecker(emptyFunctionThatReturnsNull);
1167 - }
1168 - function createArrayOfTypeChecker(typeChecker) {
1169 - function validate(props, propName, componentName, location, propFullName) {
1170 - if (typeof typeChecker !== "function") return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside arrayOf.");
1171 - var propValue = props[propName];
1172 - if (!Array.isArray(propValue)) {
1173 - var propType = getPropType(propValue);
1174 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an array."));
1175 - }
1176 - for (var i = 0; i < propValue.length; i++) {
1177 - var error = typeChecker(propValue, i, componentName, location, propFullName + "[" + i + "]", ReactPropTypesSecret);
1178 - if (error instanceof Error) return error;
1179 - }
1180 - return null;
1181 - }
1182 - return createChainableTypeChecker(validate);
1183 - }
1184 - function createElementTypeChecker() {
1185 - function validate(props, propName, componentName, location, propFullName) {
1186 - var propValue = props[propName];
1187 - if (!isValidElement(propValue)) {
1188 - var propType = getPropType(propValue);
1189 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement."));
1190 - }
1191 - return null;
1192 - }
1193 - return createChainableTypeChecker(validate);
1194 - }
1195 - function createElementTypeTypeChecker() {
1196 - function validate(props, propName, componentName, location, propFullName) {
1197 - var propValue = props[propName];
1198 - if (!ReactIs.isValidElementType(propValue)) {
1199 - var propType = getPropType(propValue);
1200 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected a single ReactElement type."));
1201 - }
1202 - return null;
1203 - }
1204 - return createChainableTypeChecker(validate);
1205 - }
1206 - function createInstanceTypeChecker(expectedClass) {
1207 - function validate(props, propName, componentName, location, propFullName) {
1208 - if (!(props[propName] instanceof expectedClass)) {
1209 - var expectedClassName = expectedClass.name || ANONYMOUS;
1210 - var actualClassName = getClassName(props[propName]);
1211 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + actualClassName + "` supplied to `" + componentName + "`, expected ") + ("instance of `" + expectedClassName + "`."));
1212 - }
1213 - return null;
1214 - }
1215 - return createChainableTypeChecker(validate);
1216 - }
1217 - function createEnumTypeChecker(expectedValues) {
1218 - if (!Array.isArray(expectedValues)) {
1219 - if (arguments.length > 1) printWarning("Invalid arguments supplied to oneOf, expected an array, got " + arguments.length + " arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).");
1220 - else printWarning("Invalid argument supplied to oneOf, expected an array.");
1221 - return emptyFunctionThatReturnsNull;
1222 - }
1223 - function validate(props, propName, componentName, location, propFullName) {
1224 - var propValue = props[propName];
1225 - for (var i = 0; i < expectedValues.length; i++) if (is(propValue, expectedValues[i])) return null;
1226 - var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {
1227 - if (getPreciseType(value) === "symbol") return String(value);
1228 - return value;
1229 - });
1230 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` of value `" + String(propValue) + "` " + ("supplied to `" + componentName + "`, expected one of " + valuesString + "."));
1231 - }
1232 - return createChainableTypeChecker(validate);
1233 - }
1234 - function createObjectOfTypeChecker(typeChecker) {
1235 - function validate(props, propName, componentName, location, propFullName) {
1236 - if (typeof typeChecker !== "function") return new PropTypeError("Property `" + propFullName + "` of component `" + componentName + "` has invalid PropType notation inside objectOf.");
1237 - var propValue = props[propName];
1238 - var propType = getPropType(propValue);
1239 - if (propType !== "object") return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type " + ("`" + propType + "` supplied to `" + componentName + "`, expected an object."));
1240 - for (var key in propValue) if (has(propValue, key)) {
1241 - var error = typeChecker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
1242 - if (error instanceof Error) return error;
1243 - }
1244 - return null;
1245 - }
1246 - return createChainableTypeChecker(validate);
1247 - }
1248 - function createUnionTypeChecker(arrayOfTypeCheckers) {
1249 - if (!Array.isArray(arrayOfTypeCheckers)) {
1250 - printWarning("Invalid argument supplied to oneOfType, expected an instance of array.");
1251 - return emptyFunctionThatReturnsNull;
1252 - }
1253 - for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
1254 - var checker = arrayOfTypeCheckers[i];
1255 - if (typeof checker !== "function") {
1256 - printWarning("Invalid argument supplied to oneOfType. Expected an array of check functions, but received " + getPostfixForTypeWarning(checker) + " at index " + i + ".");
1257 - return emptyFunctionThatReturnsNull;
1258 - }
1259 - }
1260 - function validate(props, propName, componentName, location, propFullName) {
1261 - var expectedTypes = [];
1262 - for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
1263 - var checker = arrayOfTypeCheckers[i];
1264 - var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);
1265 - if (checkerResult == null) return null;
1266 - if (checkerResult.data && has(checkerResult.data, "expectedType")) expectedTypes.push(checkerResult.data.expectedType);
1267 - }
1268 - var expectedTypesMessage = expectedTypes.length > 0 ? ", expected one of type [" + expectedTypes.join(", ") + "]" : "";
1269 - return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`" + expectedTypesMessage + "."));
1270 - }
1271 - return createChainableTypeChecker(validate);
1272 - }
1273 - function createNodeChecker() {
1274 - function validate(props, propName, componentName, location, propFullName) {
1275 - if (!isNode(props[propName])) return new PropTypeError("Invalid " + location + " `" + propFullName + "` supplied to " + ("`" + componentName + "`, expected a ReactNode."));
1276 - return null;
1277 - }
1278 - return createChainableTypeChecker(validate);
1279 - }
1280 - function invalidValidatorError(componentName, location, propFullName, key, type) {
1281 - return new PropTypeError((componentName || "React class") + ": " + location + " type `" + propFullName + "." + key + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + type + "`.");
1282 - }
1283 - function createShapeTypeChecker(shapeTypes) {
1284 - function validate(props, propName, componentName, location, propFullName) {
1285 - var propValue = props[propName];
1286 - var propType = getPropType(propValue);
1287 - if (propType !== "object") return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
1288 - for (var key in shapeTypes) {
1289 - var checker = shapeTypes[key];
1290 - if (typeof checker !== "function") return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
1291 - var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
1292 - if (error) return error;
1293 - }
1294 - return null;
1295 - }
1296 - return createChainableTypeChecker(validate);
1297 - }
1298 - function createStrictShapeTypeChecker(shapeTypes) {
1299 - function validate(props, propName, componentName, location, propFullName) {
1300 - var propValue = props[propName];
1301 - var propType = getPropType(propValue);
1302 - if (propType !== "object") return new PropTypeError("Invalid " + location + " `" + propFullName + "` of type `" + propType + "` " + ("supplied to `" + componentName + "`, expected `object`."));
1303 - for (var key in assign({}, props[propName], shapeTypes)) {
1304 - var checker = shapeTypes[key];
1305 - if (has(shapeTypes, key) && typeof checker !== "function") return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
1306 - if (!checker) return new PropTypeError("Invalid " + location + " `" + propFullName + "` key `" + key + "` supplied to `" + componentName + "`.\nBad object: " + JSON.stringify(props[propName], null, " ") + "\nValid keys: " + JSON.stringify(Object.keys(shapeTypes), null, " "));
1307 - var error = checker(propValue, key, componentName, location, propFullName + "." + key, ReactPropTypesSecret);
1308 - if (error) return error;
1309 - }
1310 - return null;
1311 - }
1312 - return createChainableTypeChecker(validate);
1313 - }
1314 - function isNode(propValue) {
1315 - switch (typeof propValue) {
1316 - case "number":
1317 - case "string":
1318 - case "undefined": return true;
1319 - case "boolean": return !propValue;
1320 - case "object":
1321 - if (Array.isArray(propValue)) return propValue.every(isNode);
1322 - if (propValue === null || isValidElement(propValue)) return true;
1323 - var iteratorFn = getIteratorFn(propValue);
1324 - if (iteratorFn) {
1325 - var iterator = iteratorFn.call(propValue);
1326 - var step;
1327 - if (iteratorFn !== propValue.entries) {
1328 - while (!(step = iterator.next()).done) if (!isNode(step.value)) return false;
1329 - } else while (!(step = iterator.next()).done) {
1330 - var entry = step.value;
1331 - if (entry) {
1332 - if (!isNode(entry[1])) return false;
1333 - }
1334 - }
1335 - } else return false;
1336 - return true;
1337 - default: return false;
1338 - }
1339 - }
1340 - function isSymbol(propType, propValue) {
1341 - if (propType === "symbol") return true;
1342 - if (!propValue) return false;
1343 - if (propValue["@@toStringTag"] === "Symbol") return true;
1344 - if (typeof Symbol === "function" && propValue instanceof Symbol) return true;
1345 - return false;
1346 - }
1347 - function getPropType(propValue) {
1348 - var propType = typeof propValue;
1349 - if (Array.isArray(propValue)) return "array";
1350 - if (propValue instanceof RegExp) return "object";
1351 - if (isSymbol(propType, propValue)) return "symbol";
1352 - return propType;
1353 - }
1354 - function getPreciseType(propValue) {
1355 - if (typeof propValue === "undefined" || propValue === null) return "" + propValue;
1356 - var propType = getPropType(propValue);
1357 - if (propType === "object") {
1358 - if (propValue instanceof Date) return "date";
1359 - else if (propValue instanceof RegExp) return "regexp";
1360 - }
1361 - return propType;
1362 - }
1363 - function getPostfixForTypeWarning(value) {
1364 - var type = getPreciseType(value);
1365 - switch (type) {
1366 - case "array":
1367 - case "object": return "an " + type;
1368 - case "boolean":
1369 - case "date":
1370 - case "regexp": return "a " + type;
1371 - default: return type;
1372 - }
1373 - }
1374 - function getClassName(propValue) {
1375 - if (!propValue.constructor || !propValue.constructor.name) return ANONYMOUS;
1376 - return propValue.constructor.name;
1377 - }
1378 - ReactPropTypes.checkPropTypes = checkPropTypes;
1379 - ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;
1380 - ReactPropTypes.PropTypes = ReactPropTypes;
1381 - return ReactPropTypes;
1382 - };
1383 - }));
1886 + * Resets warning cache when testing.
1887 + *
1888 + * @private
1889 + */
1890 +checkPropTypes.resetWarningCache = function() {
1891 + if (true) {
1892 + loggedTypeFailures = {};
1893 + }
1894 +}
1384 1895
1385 -//#endregion
1386 -//#region node_modules/prop-types/index.js
1387 - var require_prop_types = /* @__PURE__ */ __commonJSMin(((exports, module) => {
1388 - var ReactIs = require_react_is();
1389 - var throwOnDirectAccess = true;
1390 - module.exports = require_factoryWithTypeCheckers()(ReactIs.isElement, throwOnDirectAccess);
1391 - }));
1896 +module.exports = checkPropTypes;
1392 1897
1393 -//#endregion
1394 -//#region modules/announcements/assets/js/components/Announcements.js
1395 - var import_prop_types = /* @__PURE__ */ __toESM(require_prop_types());
1396 - function ownKeys$1(e, r) {
1397 - var t = Object.keys(e);
1398 - if (Object.getOwnPropertySymbols) {
1399 - var o = Object.getOwnPropertySymbols(e);
1400 - r && (o = o.filter(function(r) {
1401 - return Object.getOwnPropertyDescriptor(e, r).enumerable;
1402 - })), t.push.apply(t, o);
1403 - }
1404 - return t;
1405 - }
1406 - __name(ownKeys$1, "ownKeys");
1407 - function _objectSpread$1(e) {
1408 - for (var r = 1; r < arguments.length; r++) {
1409 - var t = null != arguments[r] ? arguments[r] : {};
1410 - r % 2 ? ownKeys$1(Object(t), !0).forEach(function(r) {
1411 - _defineProperty(e, r, t[r]);
1412 - }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1(Object(t)).forEach(function(r) {
1413 - Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
1414 - });
1415 - }
1416 - return e;
1417 - }
1418 - __name(_objectSpread$1, "_objectSpread");
1419 - function Announcements(props) {
1420 - var announcements = props.announcements;
1421 - var unMount = props.unMount;
1422 - var _useState2 = _slicedToArray((0, react.useState)(0), 2);
1423 - var currentAnnouncement = _useState2[0];
1424 - var setCurrentAnnouncement = _useState2[1];
1425 - var announcementTitle = Object.values(announcements)[0].title || "";
1426 - (0, react.useEffect)(function() {
1427 - var timer = setTimeout(function() {
1428 - eventTrackingHandle("impression", {
1429 - event_name: "element_impression",
1430 - element_type: "popup",
1431 - eventNonInteraction: 1
1432 - });
1433 - }, 200);
1434 - return function() {
1435 - return clearTimeout(timer);
1436 - };
1437 - }, [announcements]);
1438 - var onCloseHandle = function onCloseHandle(eventName) {
1439 - eventTrackingHandle(eventName, {
1440 - event_name: "element_click",
1441 - element_type: "button"
1442 - });
1443 - announcements.shift();
1444 - if (0 === announcements.length) return unMount();
1445 - setCurrentAnnouncement(currentAnnouncement + 1);
1446 - };
1447 - var eventTrackingHandle = function eventTrackingHandle(eventName, additionalArgs) {
1448 - var eventArgs = _objectSpread$1(_objectSpread$1({}, {
1449 - event: "fireEvent",
1450 - eventCategory: "editor",
1451 - eventAction: "whats new popup",
1452 - eventLabel: eventName,
1453 - eventLabel2: announcementTitle,
1454 - event_action: eventName,
1455 - event_location: "popup",
1456 - event_context: "whats new",
1457 - event_subcontext: announcementTitle,
1458 - element_id: "e-announcements-root"
1459 - }), additionalArgs);
1460 - appsEventTrackingDispatch("announcement/".concat(eventName), eventArgs);
1461 - };
1462 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcements-container" }, /*#__PURE__*/ react.default.createElement(AnnouncementsHeader, { onClose: onCloseHandle }), /*#__PURE__*/ react.default.createElement(Announcement, {
1463 - key: "announcement-".concat(currentAnnouncement),
1464 - announcement: announcements[0],
1465 - onClose: onCloseHandle
1466 - }));
1467 - }
1468 - Announcements.propTypes = {
1469 - announcements: import_prop_types.default.oneOfType([import_prop_types.default.array, import_prop_types.default.object]).isRequired,
1470 - unMount: import_prop_types.default.func.isRequired
1471 - };
1472 1898
1473 -//#endregion
1474 -//#region node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.js
1475 - function _objectWithoutPropertiesLoose(r, e) {
1476 - if (null == r) return {};
1477 - var t = {};
1478 - for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
1479 - if (-1 !== e.indexOf(n)) continue;
1480 - t[n] = r[n];
1481 - }
1482 - return t;
1483 - }
1899 +/***/ }),
1484 1900
1485 -//#endregion
1486 -//#region node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js
1487 - function _objectWithoutProperties(e, t) {
1488 - if (null == e) return {};
1489 - var o;
1490 - var r;
1491 - var i = _objectWithoutPropertiesLoose(e, t);
1492 - if (Object.getOwnPropertySymbols) {
1493 - var n = Object.getOwnPropertySymbols(e);
1494 - for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
1495 - }
1496 - return i;
1497 - }
1901 +/***/ "../node_modules/prop-types/factoryWithTypeCheckers.js":
1902 +/*!*************************************************************!*\
1903 + !*** ../node_modules/prop-types/factoryWithTypeCheckers.js ***!
1904 + \*************************************************************/
1905 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
1498 1906
1499 -//#endregion
1500 -//#region modules/announcements/assets/js/components/Announcement.js
1501 - var _excluded = ["cta"];
1502 - function Announcement(props) {
1503 - var announcement = props.announcement;
1504 - var onClose = props.onClose;
1505 - var cta = announcement.cta;
1506 - var announcementContent = _objectWithoutProperties(announcement, _excluded);
1507 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcement-item" }, /*#__PURE__*/ react.default.createElement(AnnouncementBody, { announcement: announcementContent }), /*#__PURE__*/ react.default.createElement(AnnouncementFooter, {
1508 - buttons: cta,
1509 - onClose
1510 - }));
1511 - }
1512 - Announcement.propTypes = {
1513 - announcement: import_prop_types.default.object.isRequired,
1514 - onClose: import_prop_types.default.func.isRequired
1515 - };
1907 +"use strict";
1908 +/**
1909 + * Copyright (c) 2013-present, Facebook, Inc.
1910 + *
1911 + * This source code is licensed under the MIT license found in the
1912 + * LICENSE file in the root directory of this source tree.
1913 + */
1516 1914
1517 -//#endregion
1518 -//#region modules/announcements/assets/js/components/AnnouncementsHeader.js
1519 - function AnnouncementsHeader(props) {
1520 - var onClose = props.onClose;
1521 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcements-heading-container" }, /*#__PURE__*/ react.default.createElement("i", {
1522 - className: "eicon-elementor",
1523 - "aria-hidden": "true"
1524 - }), /*#__PURE__*/ react.default.createElement("span", { className: "heading-title" }, (0, _wordpress_i18n.__)("Notifications", "elementor")), /*#__PURE__*/ react.default.createElement("button", {
1525 - className: "close-button",
1526 - onClick: function onClick() {
1527 - return onClose("close");
1528 - }
1529 - }, /*#__PURE__*/ react.default.createElement("i", {
1530 - className: "eicon-close",
1531 - "aria-hidden": "true"
1532 - })));
1533 - }
1534 - AnnouncementsHeader.propTypes = { onClose: import_prop_types.default.func.isRequired };
1535 1915
1536 -//#endregion
1537 -//#region modules/announcements/assets/js/components/AnnouncementBody.js
1538 - function AnnouncementBody(props) {
1539 - var _props$announcement = props.announcement;
1540 - var title = _props$announcement.title;
1541 - var description = _props$announcement.description;
1542 - var media = _props$announcement.media;
1543 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcement-body-container" }, "image" === media.type && /*#__PURE__*/ react.default.createElement("div", { className: "announcement-body-media announcement-body-".concat(media.type) }, /*#__PURE__*/ react.default.createElement("img", {
1544 - src: media.src,
1545 - alt: "Announcement"
1546 - })), /*#__PURE__*/ react.default.createElement("div", { className: "announcement-body-content" }, /*#__PURE__*/ react.default.createElement("div", { className: "announcement-body-title" }, title), /*#__PURE__*/ react.default.createElement("div", {
1547 - className: "announcement-body-description",
1548 - dangerouslySetInnerHTML: { __html: description }
1549 - })));
1550 - }
1551 - AnnouncementBody.propTypes = { announcement: import_prop_types.default.object.isRequired };
1552 1916
1553 -//#endregion
1554 -//#region modules/announcements/assets/js/components/AnnouncementFooter.js
1555 - function AnnouncementFooter(props) {
1556 - var buttons = props.buttons;
1557 - var onClose = props.onClose;
1558 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcement-footer-container" }, Object.values(buttons).map(function(button, index) {
1559 - return /*#__PURE__*/ react.default.createElement("a", {
1560 - key: "button".concat(index),
1561 - className: "button-item ".concat(button.variant),
1562 - href: button.url,
1563 - target: button.target,
1564 - onClick: function onClick() {
1565 - return onClose("cta");
1566 - }
1567 - }, button.label);
1568 - }));
1569 - }
1570 - AnnouncementFooter.propTypes = {
1571 - buttons: import_prop_types.default.oneOfType([import_prop_types.default.array, import_prop_types.default.object]),
1572 - onClose: import_prop_types.default.func.isRequired
1573 - };
1917 +var ReactIs = __webpack_require__(/*! react-is */ "../node_modules/prop-types/node_modules/react-is/index.js");
1918 +var assign = __webpack_require__(/*! object-assign */ "../node_modules/object-assign/index.js");
1574 1919
1575 -//#endregion
1576 -//#region modules/announcements/assets/js/components/Overlay.js
1577 - function Overlay() {
1578 - return /*#__PURE__*/ react.default.createElement("div", { className: "announcements-screen-overlay" });
1579 - }
1920 +var ReactPropTypesSecret = __webpack_require__(/*! ./lib/ReactPropTypesSecret */ "../node_modules/prop-types/lib/ReactPropTypesSecret.js");
1921 +var has = __webpack_require__(/*! ./lib/has */ "../node_modules/prop-types/lib/has.js");
1922 +var checkPropTypes = __webpack_require__(/*! ./checkPropTypes */ "../node_modules/prop-types/checkPropTypes.js");
1580 1923
1581 -//#endregion
1582 -//#region node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js
1583 - function _assertThisInitialized(e) {
1584 - if (void 0 === e) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
1585 - return e;
1586 - }
1924 +var printWarning = function() {};
1587 1925
1588 -//#endregion
1589 -//#region node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js
1590 - function _possibleConstructorReturn(t, e) {
1591 - if (e && ("object" == _typeof(e) || "function" == typeof e)) return e;
1592 - if (void 0 !== e) throw new TypeError("Derived constructors may only return object or undefined");
1593 - return _assertThisInitialized(t);
1594 - }
1926 +if (true) {
1927 + printWarning = function(text) {
1928 + var message = 'Warning: ' + text;
1929 + if (typeof console !== 'undefined') {
1930 + console.error(message);
1931 + }
1932 + try {
1933 + // --- Welcome to debugging React ---
1934 + // This error was thrown as a convenience so that you can use this stack
1935 + // to find the callsite that caused this warning to fire.
1936 + throw new Error(message);
1937 + } catch (x) {}
1938 + };
1939 +}
1595 1940
1596 -//#endregion
1597 -//#region node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js
1598 - function _getPrototypeOf(t) {
1599 - return _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function(t) {
1600 - return t.__proto__ || Object.getPrototypeOf(t);
1601 - }, _getPrototypeOf(t);
1602 - }
1941 +function emptyFunctionThatReturnsNull() {
1942 + return null;
1943 +}
1603 1944
1604 -//#endregion
1605 -//#region node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js
1606 - function _setPrototypeOf(t, e) {
1607 - return _setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function(t, e) {
1608 - return t.__proto__ = e, t;
1609 - }, _setPrototypeOf(t, e);
1610 - }
1945 +module.exports = function(isValidElement, throwOnDirectAccess) {
1946 + /* global Symbol */
1947 + var ITERATOR_SYMBOL = typeof Symbol === 'function' && Symbol.iterator;
1948 + var FAUX_ITERATOR_SYMBOL = '@@iterator'; // Before Symbol spec.
1611 1949
1612 -//#endregion
1613 -//#region node_modules/@babel/runtime/helpers/esm/inherits.js
1614 - function _inherits(t, e) {
1615 - if ("function" != typeof e && null !== e) throw new TypeError("Super expression must either be null or a function");
1616 - t.prototype = Object.create(e && e.prototype, { constructor: {
1617 - value: t,
1618 - writable: !0,
1619 - configurable: !0
1620 - } }), Object.defineProperty(t, "prototype", { writable: !1 }), e && _setPrototypeOf(t, e);
1621 - }
1950 + /**
1951 + * Returns the iterator method function contained on the iterable object.
1952 + *
1953 + * Be sure to invoke the function with the iterable as context:
1954 + *
1955 + * var iteratorFn = getIteratorFn(myIterable);
1956 + * if (iteratorFn) {
1957 + * var iterator = iteratorFn.call(myIterable);
1958 + * ...
1959 + * }
1960 + *
1961 + * @param {?object} maybeIterable
1962 + * @return {?function}
1963 + */
1964 + function getIteratorFn(maybeIterable) {
1965 + var iteratorFn = maybeIterable && (ITERATOR_SYMBOL && maybeIterable[ITERATOR_SYMBOL] || maybeIterable[FAUX_ITERATOR_SYMBOL]);
1966 + if (typeof iteratorFn === 'function') {
1967 + return iteratorFn;
1968 + }
1969 + }
1622 1970
1623 -//#endregion
1624 -//#region modules/announcements/assets/js/e-component.js
1625 - function ownKeys(e, r) {
1626 - var t = Object.keys(e);
1627 - if (Object.getOwnPropertySymbols) {
1628 - var o = Object.getOwnPropertySymbols(e);
1629 - r && (o = o.filter(function(r) {
1630 - return Object.getOwnPropertyDescriptor(e, r).enumerable;
1631 - })), t.push.apply(t, o);
1632 - }
1633 - return t;
1634 - }
1635 - function _objectSpread(e) {
1636 - for (var r = 1; r < arguments.length; r++) {
1637 - var t = null != arguments[r] ? arguments[r] : {};
1638 - r % 2 ? ownKeys(Object(t), !0).forEach(function(r) {
1639 - _defineProperty(e, r, t[r]);
1640 - }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function(r) {
1641 - Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
1642 - });
1643 - }
1644 - return e;
1645 - }
1646 - function _callSuper(t, o, e) {
1647 - return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e));
1648 - }
1649 - function _isNativeReflectConstruct() {
1650 - try {
1651 - var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {}));
1652 - } catch (t) {}
1653 - return (_isNativeReflectConstruct = function _isNativeReflectConstruct() {
1654 - return !!t;
1655 - })();
1656 - }
1657 - var EComponent = /*#__PURE__*/ function(_$e$modules$Component) {
1658 - function EComponent() {
1659 - _classCallCheck(this, EComponent);
1660 - return _callSuper(this, EComponent, arguments);
1661 - }
1662 - _inherits(EComponent, _$e$modules$Component);
1663 - return _createClass(EComponent, [{
1664 - key: "getNamespace",
1665 - value: function getNamespace() {
1666 - return "announcement";
1667 - }
1668 - }, {
1669 - key: "defaultCommands",
1670 - value: function defaultCommands() {
1671 - return [
1672 - "close",
1673 - "cta",
1674 - "impression"
1675 - ].reduce(function(allCommands, command) {
1676 - return _objectSpread(_objectSpread({}, allCommands), {}, _defineProperty({}, command, function() {}));
1677 - }, {});
1678 - }
1679 - }]);
1680 - }($e.modules.ComponentBase);
1971 + /**
1972 + * Collection of methods that allow declaration and validation of props that are
1973 + * supplied to React components. Example usage:
1974 + *
1975 + * var Props = require('ReactPropTypes');
1976 + * var MyArticle = React.createClass({
1977 + * propTypes: {
1978 + * // An optional string prop named "description".
1979 + * description: Props.string,
1980 + *
1981 + * // A required enum prop named "category".
1982 + * category: Props.oneOf(['News','Photos']).isRequired,
1983 + *
1984 + * // A prop named "dialog" that requires an instance of Dialog.
1985 + * dialog: Props.instanceOf(Dialog).isRequired
1986 + * },
1987 + * render: function() { ... }
1988 + * });
1989 + *
1990 + * A more formal specification of how these methods are used:
1991 + *
1992 + * type := array|bool|func|object|number|string|oneOf([...])|instanceOf(...)
1993 + * decl := ReactPropTypes.{type}(.isRequired)?
1994 + *
1995 + * Each and every declaration produces a function with the same signature. This
1996 + * allows the creation of custom validation functions. For example:
1997 + *
1998 + * var MyLink = React.createClass({
1999 + * propTypes: {
2000 + * // An optional string or URI prop named "href".
2001 + * href: function(props, propName, componentName) {
2002 + * var propValue = props[propName];
2003 + * if (propValue != null && typeof propValue !== 'string' &&
2004 + * !(propValue instanceof URI)) {
2005 + * return new Error(
2006 + * 'Expected a string or an URI for ' + propName + ' in ' +
2007 + * componentName
2008 + * );
2009 + * }
2010 + * }
2011 + * },
2012 + * render: function() {...}
2013 + * });
2014 + *
2015 + * @internal
2016 + */
1681 2017
1682 -//#endregion
1683 -//#region modules/announcements/assets/js/index.js
1684 - var AnnouncementIndex = /*#__PURE__*/ function() {
1685 - function AnnouncementIndex() {
1686 - _classCallCheck(this, AnnouncementIndex);
1687 - this.initAnnouncement();
1688 - }
1689 - return _createClass(AnnouncementIndex, [{
1690 - key: "initAnnouncement",
1691 - value: function() {
1692 - var _initAnnouncement = _asyncToGenerator(/*#__PURE__*/ import_regenerator.default.mark(function _callee() {
1693 - var _window$elementorAnno;
1694 - var container;
1695 - var announcements;
1696 - var _ReactUtils$render;
1697 - var unmount;
1698 - return import_regenerator.default.wrap(function(_context) {
1699 - while (1) switch (_context.prev = _context.next) {
1700 - case 0:
1701 - container = document.getElementById("e-announcements-root");
1702 - announcements = (_window$elementorAnno = window.elementorAnnouncementsConfig) === null || _window$elementorAnno === void 0 ? void 0 : _window$elementorAnno.announcements;
1703 - if (!(!announcements || !container)) {
1704 - _context.next = 1;
1705 - break;
1706 - }
1707 - return _context.abrupt("return");
1708 - case 1:
1709 - _context.next = 2;
1710 - return $e.components.register(new EComponent());
1711 - case 2: _ReactUtils$render = react_default.render(/*#__PURE__*/ react.default.createElement(react.default.Fragment, null, /*#__PURE__*/ react.default.createElement(Overlay, null), /*#__PURE__*/ react.default.createElement(Announcements, {
1712 - announcements,
1713 - unMount: function unMount() {
1714 - unmount();
1715 - container.remove();
1716 - }
1717 - })), container), unmount = _ReactUtils$render.unmount;
1718 - case 3:
1719 - case "end": return _context.stop();
1720 - }
1721 - }, _callee);
1722 - }));
1723 - function initAnnouncement() {
1724 - return _initAnnouncement.apply(this, arguments);
1725 - }
1726 - return initAnnouncement;
1727 - }()
1728 - }]);
1729 - }();
1730 - new AnnouncementIndex();
2018 + var ANONYMOUS = '<<anonymous>>';
1731 2019
1732 -//#endregion
1733 -})(React, ReactDOM, wp.i18n);
2020 + // Important!
2021 + // Keep this list in sync with production version in `./factoryWithThrowingShims.js`.
2022 + var ReactPropTypes = {
2023 + array: createPrimitiveTypeChecker('array'),
2024 + bigint: createPrimitiveTypeChecker('bigint'),
2025 + bool: createPrimitiveTypeChecker('boolean'),
2026 + func: createPrimitiveTypeChecker('function'),
2027 + number: createPrimitiveTypeChecker('number'),
2028 + object: createPrimitiveTypeChecker('object'),
2029 + string: createPrimitiveTypeChecker('string'),
2030 + symbol: createPrimitiveTypeChecker('symbol'),
2031 +
2032 + any: createAnyTypeChecker(),
2033 + arrayOf: createArrayOfTypeChecker,
2034 + element: createElementTypeChecker(),
2035 + elementType: createElementTypeTypeChecker(),
2036 + instanceOf: createInstanceTypeChecker,
2037 + node: createNodeChecker(),
2038 + objectOf: createObjectOfTypeChecker,
2039 + oneOf: createEnumTypeChecker,
2040 + oneOfType: createUnionTypeChecker,
2041 + shape: createShapeTypeChecker,
2042 + exact: createStrictShapeTypeChecker,
2043 + };
2044 +
2045 + /**
2046 + * inlined Object.is polyfill to avoid requiring consumers ship their own
2047 + * https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
2048 + */
2049 + /*eslint-disable no-self-compare*/
2050 + function is(x, y) {
2051 + // SameValue algorithm
2052 + if (x === y) {
2053 + // Steps 1-5, 7-10
2054 + // Steps 6.b-6.e: +0 != -0
2055 + return x !== 0 || 1 / x === 1 / y;
2056 + } else {
2057 + // Step 6.a: NaN == NaN
2058 + return x !== x && y !== y;
2059 + }
2060 + }
2061 + /*eslint-enable no-self-compare*/
2062 +
2063 + /**
2064 + * We use an Error-like object for backward compatibility as people may call
2065 + * PropTypes directly and inspect their output. However, we don't use real
2066 + * Errors anymore. We don't inspect their stack anyway, and creating them
2067 + * is prohibitively expensive if they are created too often, such as what
2068 + * happens in oneOfType() for any type before the one that matched.
2069 + */
2070 + function PropTypeError(message, data) {
2071 + this.message = message;
2072 + this.data = data && typeof data === 'object' ? data: {};
2073 + this.stack = '';
2074 + }
2075 + // Make `instanceof Error` still work for returned errors.
2076 + PropTypeError.prototype = Error.prototype;
2077 +
2078 + function createChainableTypeChecker(validate) {
2079 + if (true) {
2080 + var manualPropTypeCallCache = {};
2081 + var manualPropTypeWarningCount = 0;
2082 + }
2083 + function checkType(isRequired, props, propName, componentName, location, propFullName, secret) {
2084 + componentName = componentName || ANONYMOUS;
2085 + propFullName = propFullName || propName;
2086 +
2087 + if (secret !== ReactPropTypesSecret) {
2088 + if (throwOnDirectAccess) {
2089 + // New behavior only for users of `prop-types` package
2090 + var err = new Error(
2091 + 'Calling PropTypes validators directly is not supported by the `prop-types` package. ' +
2092 + 'Use `PropTypes.checkPropTypes()` to call them. ' +
2093 + 'Read more at http://fb.me/use-check-prop-types'
2094 + );
2095 + err.name = 'Invariant Violation';
2096 + throw err;
2097 + } else if ( true && typeof console !== 'undefined') {
2098 + // Old behavior for people using React.PropTypes
2099 + var cacheKey = componentName + ':' + propName;
2100 + if (
2101 + !manualPropTypeCallCache[cacheKey] &&
2102 + // Avoid spamming the console because they are often not actionable except for lib authors
2103 + manualPropTypeWarningCount < 3
2104 + ) {
2105 + printWarning(
2106 + 'You are manually calling a React.PropTypes validation ' +
2107 + 'function for the `' + propFullName + '` prop on `' + componentName + '`. This is deprecated ' +
2108 + 'and will throw in the standalone `prop-types` package. ' +
2109 + 'You may be seeing this warning due to a third-party PropTypes ' +
2110 + 'library. See https://fb.me/react-warning-dont-call-proptypes ' + 'for details.'
2111 + );
2112 + manualPropTypeCallCache[cacheKey] = true;
2113 + manualPropTypeWarningCount++;
2114 + }
2115 + }
2116 + }
2117 + if (props[propName] == null) {
2118 + if (isRequired) {
2119 + if (props[propName] === null) {
2120 + return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required ' + ('in `' + componentName + '`, but its value is `null`.'));
2121 + }
2122 + return new PropTypeError('The ' + location + ' `' + propFullName + '` is marked as required in ' + ('`' + componentName + '`, but its value is `undefined`.'));
2123 + }
2124 + return null;
2125 + } else {
2126 + return validate(props, propName, componentName, location, propFullName);
2127 + }
2128 + }
2129 +
2130 + var chainedCheckType = checkType.bind(null, false);
2131 + chainedCheckType.isRequired = checkType.bind(null, true);
2132 +
2133 + return chainedCheckType;
2134 + }
2135 +
2136 + function createPrimitiveTypeChecker(expectedType) {
2137 + function validate(props, propName, componentName, location, propFullName, secret) {
2138 + var propValue = props[propName];
2139 + var propType = getPropType(propValue);
2140 + if (propType !== expectedType) {
2141 + // `propValue` being instance of, say, date/regexp, pass the 'object'
2142 + // check, but we can offer a more precise error message here rather than
2143 + // 'of type `object`'.
2144 + var preciseType = getPreciseType(propValue);
2145 +
2146 + return new PropTypeError(
2147 + 'Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + preciseType + '` supplied to `' + componentName + '`, expected ') + ('`' + expectedType + '`.'),
2148 + {expectedType: expectedType}
2149 + );
2150 + }
2151 + return null;
2152 + }
2153 + return createChainableTypeChecker(validate);
2154 + }
2155 +
2156 + function createAnyTypeChecker() {
2157 + return createChainableTypeChecker(emptyFunctionThatReturnsNull);
2158 + }
2159 +
2160 + function createArrayOfTypeChecker(typeChecker) {
2161 + function validate(props, propName, componentName, location, propFullName) {
2162 + if (typeof typeChecker !== 'function') {
2163 + return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside arrayOf.');
2164 + }
2165 + var propValue = props[propName];
2166 + if (!Array.isArray(propValue)) {
2167 + var propType = getPropType(propValue);
2168 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an array.'));
2169 + }
2170 + for (var i = 0; i < propValue.length; i++) {
2171 + var error = typeChecker(propValue, i, componentName, location, propFullName + '[' + i + ']', ReactPropTypesSecret);
2172 + if (error instanceof Error) {
2173 + return error;
2174 + }
2175 + }
2176 + return null;
2177 + }
2178 + return createChainableTypeChecker(validate);
2179 + }
2180 +
2181 + function createElementTypeChecker() {
2182 + function validate(props, propName, componentName, location, propFullName) {
2183 + var propValue = props[propName];
2184 + if (!isValidElement(propValue)) {
2185 + var propType = getPropType(propValue);
2186 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement.'));
2187 + }
2188 + return null;
2189 + }
2190 + return createChainableTypeChecker(validate);
2191 + }
2192 +
2193 + function createElementTypeTypeChecker() {
2194 + function validate(props, propName, componentName, location, propFullName) {
2195 + var propValue = props[propName];
2196 + if (!ReactIs.isValidElementType(propValue)) {
2197 + var propType = getPropType(propValue);
2198 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected a single ReactElement type.'));
2199 + }
2200 + return null;
2201 + }
2202 + return createChainableTypeChecker(validate);
2203 + }
2204 +
2205 + function createInstanceTypeChecker(expectedClass) {
2206 + function validate(props, propName, componentName, location, propFullName) {
2207 + if (!(props[propName] instanceof expectedClass)) {
2208 + var expectedClassName = expectedClass.name || ANONYMOUS;
2209 + var actualClassName = getClassName(props[propName]);
2210 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + actualClassName + '` supplied to `' + componentName + '`, expected ') + ('instance of `' + expectedClassName + '`.'));
2211 + }
2212 + return null;
2213 + }
2214 + return createChainableTypeChecker(validate);
2215 + }
2216 +
2217 + function createEnumTypeChecker(expectedValues) {
2218 + if (!Array.isArray(expectedValues)) {
2219 + if (true) {
2220 + if (arguments.length > 1) {
2221 + printWarning(
2222 + 'Invalid arguments supplied to oneOf, expected an array, got ' + arguments.length + ' arguments. ' +
2223 + 'A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).'
2224 + );
2225 + } else {
2226 + printWarning('Invalid argument supplied to oneOf, expected an array.');
2227 + }
2228 + }
2229 + return emptyFunctionThatReturnsNull;
2230 + }
2231 +
2232 + function validate(props, propName, componentName, location, propFullName) {
2233 + var propValue = props[propName];
2234 + for (var i = 0; i < expectedValues.length; i++) {
2235 + if (is(propValue, expectedValues[i])) {
2236 + return null;
2237 + }
2238 + }
2239 +
2240 + var valuesString = JSON.stringify(expectedValues, function replacer(key, value) {
2241 + var type = getPreciseType(value);
2242 + if (type === 'symbol') {
2243 + return String(value);
2244 + }
2245 + return value;
2246 + });
2247 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of value `' + String(propValue) + '` ' + ('supplied to `' + componentName + '`, expected one of ' + valuesString + '.'));
2248 + }
2249 + return createChainableTypeChecker(validate);
2250 + }
2251 +
2252 + function createObjectOfTypeChecker(typeChecker) {
2253 + function validate(props, propName, componentName, location, propFullName) {
2254 + if (typeof typeChecker !== 'function') {
2255 + return new PropTypeError('Property `' + propFullName + '` of component `' + componentName + '` has invalid PropType notation inside objectOf.');
2256 + }
2257 + var propValue = props[propName];
2258 + var propType = getPropType(propValue);
2259 + if (propType !== 'object') {
2260 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type ' + ('`' + propType + '` supplied to `' + componentName + '`, expected an object.'));
2261 + }
2262 + for (var key in propValue) {
2263 + if (has(propValue, key)) {
2264 + var error = typeChecker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
2265 + if (error instanceof Error) {
2266 + return error;
2267 + }
2268 + }
2269 + }
2270 + return null;
2271 + }
2272 + return createChainableTypeChecker(validate);
2273 + }
2274 +
2275 + function createUnionTypeChecker(arrayOfTypeCheckers) {
2276 + if (!Array.isArray(arrayOfTypeCheckers)) {
2277 + true ? printWarning('Invalid argument supplied to oneOfType, expected an instance of array.') : 0;
2278 + return emptyFunctionThatReturnsNull;
2279 + }
2280 +
2281 + for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
2282 + var checker = arrayOfTypeCheckers[i];
2283 + if (typeof checker !== 'function') {
2284 + printWarning(
2285 + 'Invalid argument supplied to oneOfType. Expected an array of check functions, but ' +
2286 + 'received ' + getPostfixForTypeWarning(checker) + ' at index ' + i + '.'
2287 + );
2288 + return emptyFunctionThatReturnsNull;
2289 + }
2290 + }
2291 +
2292 + function validate(props, propName, componentName, location, propFullName) {
2293 + var expectedTypes = [];
2294 + for (var i = 0; i < arrayOfTypeCheckers.length; i++) {
2295 + var checker = arrayOfTypeCheckers[i];
2296 + var checkerResult = checker(props, propName, componentName, location, propFullName, ReactPropTypesSecret);
2297 + if (checkerResult == null) {
2298 + return null;
2299 + }
2300 + if (checkerResult.data && has(checkerResult.data, 'expectedType')) {
2301 + expectedTypes.push(checkerResult.data.expectedType);
2302 + }
2303 + }
2304 + var expectedTypesMessage = (expectedTypes.length > 0) ? ', expected one of type [' + expectedTypes.join(', ') + ']': '';
2305 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`' + expectedTypesMessage + '.'));
2306 + }
2307 + return createChainableTypeChecker(validate);
2308 + }
2309 +
2310 + function createNodeChecker() {
2311 + function validate(props, propName, componentName, location, propFullName) {
2312 + if (!isNode(props[propName])) {
2313 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` supplied to ' + ('`' + componentName + '`, expected a ReactNode.'));
2314 + }
2315 + return null;
2316 + }
2317 + return createChainableTypeChecker(validate);
2318 + }
2319 +
2320 + function invalidValidatorError(componentName, location, propFullName, key, type) {
2321 + return new PropTypeError(
2322 + (componentName || 'React class') + ': ' + location + ' type `' + propFullName + '.' + key + '` is invalid; ' +
2323 + 'it must be a function, usually from the `prop-types` package, but received `' + type + '`.'
2324 + );
2325 + }
2326 +
2327 + function createShapeTypeChecker(shapeTypes) {
2328 + function validate(props, propName, componentName, location, propFullName) {
2329 + var propValue = props[propName];
2330 + var propType = getPropType(propValue);
2331 + if (propType !== 'object') {
2332 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
2333 + }
2334 + for (var key in shapeTypes) {
2335 + var checker = shapeTypes[key];
2336 + if (typeof checker !== 'function') {
2337 + return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
2338 + }
2339 + var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
2340 + if (error) {
2341 + return error;
2342 + }
2343 + }
2344 + return null;
2345 + }
2346 + return createChainableTypeChecker(validate);
2347 + }
2348 +
2349 + function createStrictShapeTypeChecker(shapeTypes) {
2350 + function validate(props, propName, componentName, location, propFullName) {
2351 + var propValue = props[propName];
2352 + var propType = getPropType(propValue);
2353 + if (propType !== 'object') {
2354 + return new PropTypeError('Invalid ' + location + ' `' + propFullName + '` of type `' + propType + '` ' + ('supplied to `' + componentName + '`, expected `object`.'));
2355 + }
2356 + // We need to check all keys in case some are required but missing from props.
2357 + var allKeys = assign({}, props[propName], shapeTypes);
2358 + for (var key in allKeys) {
2359 + var checker = shapeTypes[key];
2360 + if (has(shapeTypes, key) && typeof checker !== 'function') {
2361 + return invalidValidatorError(componentName, location, propFullName, key, getPreciseType(checker));
2362 + }
2363 + if (!checker) {
2364 + return new PropTypeError(
2365 + 'Invalid ' + location + ' `' + propFullName + '` key `' + key + '` supplied to `' + componentName + '`.' +
2366 + '\nBad object: ' + JSON.stringify(props[propName], null, ' ') +
2367 + '\nValid keys: ' + JSON.stringify(Object.keys(shapeTypes), null, ' ')
2368 + );
2369 + }
2370 + var error = checker(propValue, key, componentName, location, propFullName + '.' + key, ReactPropTypesSecret);
2371 + if (error) {
2372 + return error;
2373 + }
2374 + }
2375 + return null;
2376 + }
2377 +
2378 + return createChainableTypeChecker(validate);
2379 + }
2380 +
2381 + function isNode(propValue) {
2382 + switch (typeof propValue) {
2383 + case 'number':
2384 + case 'string':
2385 + case 'undefined':
2386 + return true;
2387 + case 'boolean':
2388 + return !propValue;
2389 + case 'object':
2390 + if (Array.isArray(propValue)) {
2391 + return propValue.every(isNode);
2392 + }
2393 + if (propValue === null || isValidElement(propValue)) {
2394 + return true;
2395 + }
2396 +
2397 + var iteratorFn = getIteratorFn(propValue);
2398 + if (iteratorFn) {
2399 + var iterator = iteratorFn.call(propValue);
2400 + var step;
2401 + if (iteratorFn !== propValue.entries) {
2402 + while (!(step = iterator.next()).done) {
2403 + if (!isNode(step.value)) {
2404 + return false;
2405 + }
2406 + }
2407 + } else {
2408 + // Iterator will provide entry [k,v] tuples rather than values.
2409 + while (!(step = iterator.next()).done) {
2410 + var entry = step.value;
2411 + if (entry) {
2412 + if (!isNode(entry[1])) {
2413 + return false;
2414 + }
2415 + }
2416 + }
2417 + }
2418 + } else {
2419 + return false;
2420 + }
2421 +
2422 + return true;
2423 + default:
2424 + return false;
2425 + }
2426 + }
2427 +
2428 + function isSymbol(propType, propValue) {
2429 + // Native Symbol.
2430 + if (propType === 'symbol') {
2431 + return true;
2432 + }
2433 +
2434 + // falsy value can't be a Symbol
2435 + if (!propValue) {
2436 + return false;
2437 + }
2438 +
2439 + // 19.4.3.5 Symbol.prototype[@@toStringTag] === 'Symbol'
2440 + if (propValue['@@toStringTag'] === 'Symbol') {
2441 + return true;
2442 + }
2443 +
2444 + // Fallback for non-spec compliant Symbols which are polyfilled.
2445 + if (typeof Symbol === 'function' && propValue instanceof Symbol) {
2446 + return true;
2447 + }
2448 +
2449 + return false;
2450 + }
2451 +
2452 + // Equivalent of `typeof` but with special handling for array and regexp.
2453 + function getPropType(propValue) {
2454 + var propType = typeof propValue;
2455 + if (Array.isArray(propValue)) {
2456 + return 'array';
2457 + }
2458 + if (propValue instanceof RegExp) {
2459 + // Old webkits (at least until Android 4.0) return 'function' rather than
2460 + // 'object' for typeof a RegExp. We'll normalize this here so that /bla/
2461 + // passes PropTypes.object.
2462 + return 'object';
2463 + }
2464 + if (isSymbol(propType, propValue)) {
2465 + return 'symbol';
2466 + }
2467 + return propType;
2468 + }
2469 +
2470 + // This handles more types than `getPropType`. Only used for error messages.
2471 + // See `createPrimitiveTypeChecker`.
2472 + function getPreciseType(propValue) {
2473 + if (typeof propValue === 'undefined' || propValue === null) {
2474 + return '' + propValue;
2475 + }
2476 + var propType = getPropType(propValue);
2477 + if (propType === 'object') {
2478 + if (propValue instanceof Date) {
2479 + return 'date';
2480 + } else if (propValue instanceof RegExp) {
2481 + return 'regexp';
2482 + }
2483 + }
2484 + return propType;
2485 + }
2486 +
2487 + // Returns a string that is postfixed to a warning about an invalid type.
2488 + // For example, "undefined" or "of type array"
2489 + function getPostfixForTypeWarning(value) {
2490 + var type = getPreciseType(value);
2491 + switch (type) {
2492 + case 'array':
2493 + case 'object':
2494 + return 'an ' + type;
2495 + case 'boolean':
2496 + case 'date':
2497 + case 'regexp':
2498 + return 'a ' + type;
2499 + default:
2500 + return type;
2501 + }
2502 + }
2503 +
2504 + // Returns class name of the object, if any.
2505 + function getClassName(propValue) {
2506 + if (!propValue.constructor || !propValue.constructor.name) {
2507 + return ANONYMOUS;
2508 + }
2509 + return propValue.constructor.name;
2510 + }
2511 +
2512 + ReactPropTypes.checkPropTypes = checkPropTypes;
2513 + ReactPropTypes.resetWarningCache = checkPropTypes.resetWarningCache;
2514 + ReactPropTypes.PropTypes = ReactPropTypes;
2515 +
2516 + return ReactPropTypes;
2517 +};
2518 +
2519 +
2520 +/***/ }),
2521 +
2522 +/***/ "../node_modules/prop-types/index.js":
2523 +/*!*******************************************!*\
2524 + !*** ../node_modules/prop-types/index.js ***!
2525 + \*******************************************/
2526 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2527 +
2528 +/**
2529 + * Copyright (c) 2013-present, Facebook, Inc.
2530 + *
2531 + * This source code is licensed under the MIT license found in the
2532 + * LICENSE file in the root directory of this source tree.
2533 + */
2534 +
2535 +if (true) {
2536 + var ReactIs = __webpack_require__(/*! react-is */ "../node_modules/prop-types/node_modules/react-is/index.js");
2537 +
2538 + // By explicitly using `prop-types` you are opting into new development behavior.
2539 + // http://fb.me/prop-types-in-prod
2540 + var throwOnDirectAccess = true;
2541 + module.exports = __webpack_require__(/*! ./factoryWithTypeCheckers */ "../node_modules/prop-types/factoryWithTypeCheckers.js")(ReactIs.isElement, throwOnDirectAccess);
2542 +} else // removed by dead control flow
2543 +{}
2544 +
2545 +
2546 +/***/ }),
2547 +
2548 +/***/ "../node_modules/prop-types/lib/ReactPropTypesSecret.js":
2549 +/*!**************************************************************!*\
2550 + !*** ../node_modules/prop-types/lib/ReactPropTypesSecret.js ***!
2551 + \**************************************************************/
2552 +/***/ ((module) => {
2553 +
2554 +"use strict";
2555 +/**
2556 + * Copyright (c) 2013-present, Facebook, Inc.
2557 + *
2558 + * This source code is licensed under the MIT license found in the
2559 + * LICENSE file in the root directory of this source tree.
2560 + */
2561 +
2562 +
2563 +
2564 +var ReactPropTypesSecret = 'SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED';
2565 +
2566 +module.exports = ReactPropTypesSecret;
2567 +
2568 +
2569 +/***/ }),
2570 +
2571 +/***/ "../node_modules/prop-types/lib/has.js":
2572 +/*!*********************************************!*\
2573 + !*** ../node_modules/prop-types/lib/has.js ***!
2574 + \*********************************************/
2575 +/***/ ((module) => {
2576 +
2577 +module.exports = Function.call.bind(Object.prototype.hasOwnProperty);
2578 +
2579 +
2580 +/***/ }),
2581 +
2582 +/***/ "../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js":
2583 +/*!************************************************************************************!*\
2584 + !*** ../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js ***!
2585 + \************************************************************************************/
2586 +/***/ ((__unused_webpack_module, exports) => {
2587 +
2588 +"use strict";
2589 +/** @license React v16.13.1
2590 + * react-is.development.js
2591 + *
2592 + * Copyright (c) Facebook, Inc. and its affiliates.
2593 + *
2594 + * This source code is licensed under the MIT license found in the
2595 + * LICENSE file in the root directory of this source tree.
2596 + */
2597 +
2598 +
2599 +
2600 +
2601 +
2602 +if (true) {
2603 + (function() {
2604 +'use strict';
2605 +
2606 +// The Symbol used to tag the ReactElement-like types. If there is no native Symbol
2607 +// nor polyfill, then a plain number is used for performance.
2608 +var hasSymbol = typeof Symbol === 'function' && Symbol.for;
2609 +var REACT_ELEMENT_TYPE = hasSymbol ? Symbol.for('react.element') : 0xeac7;
2610 +var REACT_PORTAL_TYPE = hasSymbol ? Symbol.for('react.portal') : 0xeaca;
2611 +var REACT_FRAGMENT_TYPE = hasSymbol ? Symbol.for('react.fragment') : 0xeacb;
2612 +var REACT_STRICT_MODE_TYPE = hasSymbol ? Symbol.for('react.strict_mode') : 0xeacc;
2613 +var REACT_PROFILER_TYPE = hasSymbol ? Symbol.for('react.profiler') : 0xead2;
2614 +var REACT_PROVIDER_TYPE = hasSymbol ? Symbol.for('react.provider') : 0xeacd;
2615 +var REACT_CONTEXT_TYPE = hasSymbol ? Symbol.for('react.context') : 0xeace; // TODO: We don't use AsyncMode or ConcurrentMode anymore. They were temporary
2616 +// (unstable) APIs that have been removed. Can we remove the symbols?
2617 +
2618 +var REACT_ASYNC_MODE_TYPE = hasSymbol ? Symbol.for('react.async_mode') : 0xeacf;
2619 +var REACT_CONCURRENT_MODE_TYPE = hasSymbol ? Symbol.for('react.concurrent_mode') : 0xeacf;
2620 +var REACT_FORWARD_REF_TYPE = hasSymbol ? Symbol.for('react.forward_ref') : 0xead0;
2621 +var REACT_SUSPENSE_TYPE = hasSymbol ? Symbol.for('react.suspense') : 0xead1;
2622 +var REACT_SUSPENSE_LIST_TYPE = hasSymbol ? Symbol.for('react.suspense_list') : 0xead8;
2623 +var REACT_MEMO_TYPE = hasSymbol ? Symbol.for('react.memo') : 0xead3;
2624 +var REACT_LAZY_TYPE = hasSymbol ? Symbol.for('react.lazy') : 0xead4;
2625 +var REACT_BLOCK_TYPE = hasSymbol ? Symbol.for('react.block') : 0xead9;
2626 +var REACT_FUNDAMENTAL_TYPE = hasSymbol ? Symbol.for('react.fundamental') : 0xead5;
2627 +var REACT_RESPONDER_TYPE = hasSymbol ? Symbol.for('react.responder') : 0xead6;
2628 +var REACT_SCOPE_TYPE = hasSymbol ? Symbol.for('react.scope') : 0xead7;
2629 +
2630 +function isValidElementType(type) {
2631 + return typeof type === 'string' || typeof type === 'function' || // Note: its typeof might be other than 'symbol' or 'number' if it's a polyfill.
2632 + type === REACT_FRAGMENT_TYPE || type === REACT_CONCURRENT_MODE_TYPE || type === REACT_PROFILER_TYPE || type === REACT_STRICT_MODE_TYPE || type === REACT_SUSPENSE_TYPE || type === REACT_SUSPENSE_LIST_TYPE || typeof type === 'object' && type !== null && (type.$$typeof === REACT_LAZY_TYPE || type.$$typeof === REACT_MEMO_TYPE || type.$$typeof === REACT_PROVIDER_TYPE || type.$$typeof === REACT_CONTEXT_TYPE || type.$$typeof === REACT_FORWARD_REF_TYPE || type.$$typeof === REACT_FUNDAMENTAL_TYPE || type.$$typeof === REACT_RESPONDER_TYPE || type.$$typeof === REACT_SCOPE_TYPE || type.$$typeof === REACT_BLOCK_TYPE);
2633 +}
2634 +
2635 +function typeOf(object) {
2636 + if (typeof object === 'object' && object !== null) {
2637 + var $$typeof = object.$$typeof;
2638 +
2639 + switch ($$typeof) {
2640 + case REACT_ELEMENT_TYPE:
2641 + var type = object.type;
2642 +
2643 + switch (type) {
2644 + case REACT_ASYNC_MODE_TYPE:
2645 + case REACT_CONCURRENT_MODE_TYPE:
2646 + case REACT_FRAGMENT_TYPE:
2647 + case REACT_PROFILER_TYPE:
2648 + case REACT_STRICT_MODE_TYPE:
2649 + case REACT_SUSPENSE_TYPE:
2650 + return type;
2651 +
2652 + default:
2653 + var $$typeofType = type && type.$$typeof;
2654 +
2655 + switch ($$typeofType) {
2656 + case REACT_CONTEXT_TYPE:
2657 + case REACT_FORWARD_REF_TYPE:
2658 + case REACT_LAZY_TYPE:
2659 + case REACT_MEMO_TYPE:
2660 + case REACT_PROVIDER_TYPE:
2661 + return $$typeofType;
2662 +
2663 + default:
2664 + return $$typeof;
2665 + }
2666 +
2667 + }
2668 +
2669 + case REACT_PORTAL_TYPE:
2670 + return $$typeof;
2671 + }
2672 + }
2673 +
2674 + return undefined;
2675 +} // AsyncMode is deprecated along with isAsyncMode
2676 +
2677 +var AsyncMode = REACT_ASYNC_MODE_TYPE;
2678 +var ConcurrentMode = REACT_CONCURRENT_MODE_TYPE;
2679 +var ContextConsumer = REACT_CONTEXT_TYPE;
2680 +var ContextProvider = REACT_PROVIDER_TYPE;
2681 +var Element = REACT_ELEMENT_TYPE;
2682 +var ForwardRef = REACT_FORWARD_REF_TYPE;
2683 +var Fragment = REACT_FRAGMENT_TYPE;
2684 +var Lazy = REACT_LAZY_TYPE;
2685 +var Memo = REACT_MEMO_TYPE;
2686 +var Portal = REACT_PORTAL_TYPE;
2687 +var Profiler = REACT_PROFILER_TYPE;
2688 +var StrictMode = REACT_STRICT_MODE_TYPE;
2689 +var Suspense = REACT_SUSPENSE_TYPE;
2690 +var hasWarnedAboutDeprecatedIsAsyncMode = false; // AsyncMode should be deprecated
2691 +
2692 +function isAsyncMode(object) {
2693 + {
2694 + if (!hasWarnedAboutDeprecatedIsAsyncMode) {
2695 + hasWarnedAboutDeprecatedIsAsyncMode = true; // Using console['warn'] to evade Babel and ESLint
2696 +
2697 + console['warn']('The ReactIs.isAsyncMode() alias has been deprecated, ' + 'and will be removed in React 17+. Update your code to use ' + 'ReactIs.isConcurrentMode() instead. It has the exact same API.');
2698 + }
2699 + }
2700 +
2701 + return isConcurrentMode(object) || typeOf(object) === REACT_ASYNC_MODE_TYPE;
2702 +}
2703 +function isConcurrentMode(object) {
2704 + return typeOf(object) === REACT_CONCURRENT_MODE_TYPE;
2705 +}
2706 +function isContextConsumer(object) {
2707 + return typeOf(object) === REACT_CONTEXT_TYPE;
2708 +}
2709 +function isContextProvider(object) {
2710 + return typeOf(object) === REACT_PROVIDER_TYPE;
2711 +}
2712 +function isElement(object) {
2713 + return typeof object === 'object' && object !== null && object.$$typeof === REACT_ELEMENT_TYPE;
2714 +}
2715 +function isForwardRef(object) {
2716 + return typeOf(object) === REACT_FORWARD_REF_TYPE;
2717 +}
2718 +function isFragment(object) {
2719 + return typeOf(object) === REACT_FRAGMENT_TYPE;
2720 +}
2721 +function isLazy(object) {
2722 + return typeOf(object) === REACT_LAZY_TYPE;
2723 +}
2724 +function isMemo(object) {
2725 + return typeOf(object) === REACT_MEMO_TYPE;
2726 +}
2727 +function isPortal(object) {
2728 + return typeOf(object) === REACT_PORTAL_TYPE;
2729 +}
2730 +function isProfiler(object) {
2731 + return typeOf(object) === REACT_PROFILER_TYPE;
2732 +}
2733 +function isStrictMode(object) {
2734 + return typeOf(object) === REACT_STRICT_MODE_TYPE;
2735 +}
2736 +function isSuspense(object) {
2737 + return typeOf(object) === REACT_SUSPENSE_TYPE;
2738 +}
2739 +
2740 +exports.AsyncMode = AsyncMode;
2741 +exports.ConcurrentMode = ConcurrentMode;
2742 +exports.ContextConsumer = ContextConsumer;
2743 +exports.ContextProvider = ContextProvider;
2744 +exports.Element = Element;
2745 +exports.ForwardRef = ForwardRef;
2746 +exports.Fragment = Fragment;
2747 +exports.Lazy = Lazy;
2748 +exports.Memo = Memo;
2749 +exports.Portal = Portal;
2750 +exports.Profiler = Profiler;
2751 +exports.StrictMode = StrictMode;
2752 +exports.Suspense = Suspense;
2753 +exports.isAsyncMode = isAsyncMode;
2754 +exports.isConcurrentMode = isConcurrentMode;
2755 +exports.isContextConsumer = isContextConsumer;
2756 +exports.isContextProvider = isContextProvider;
2757 +exports.isElement = isElement;
2758 +exports.isForwardRef = isForwardRef;
2759 +exports.isFragment = isFragment;
2760 +exports.isLazy = isLazy;
2761 +exports.isMemo = isMemo;
2762 +exports.isPortal = isPortal;
2763 +exports.isProfiler = isProfiler;
2764 +exports.isStrictMode = isStrictMode;
2765 +exports.isSuspense = isSuspense;
2766 +exports.isValidElementType = isValidElementType;
2767 +exports.typeOf = typeOf;
2768 + })();
2769 +}
2770 +
2771 +
2772 +/***/ }),
2773 +
2774 +/***/ "../node_modules/prop-types/node_modules/react-is/index.js":
2775 +/*!*****************************************************************!*\
2776 + !*** ../node_modules/prop-types/node_modules/react-is/index.js ***!
2777 + \*****************************************************************/
2778 +/***/ ((module, __unused_webpack_exports, __webpack_require__) => {
2779 +
2780 +"use strict";
2781 +
2782 +
2783 +if (false) // removed by dead control flow
2784 +{} else {
2785 + module.exports = __webpack_require__(/*! ./cjs/react-is.development.js */ "../node_modules/prop-types/node_modules/react-is/cjs/react-is.development.js");
2786 +}
2787 +
2788 +
2789 +/***/ }),
2790 +
2791 +/***/ "../node_modules/react-dom/client.js":
2792 +/*!*******************************************!*\
2793 + !*** ../node_modules/react-dom/client.js ***!
2794 + \*******************************************/
2795 +/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
2796 +
2797 +"use strict";
2798 +
2799 +
2800 +var m = __webpack_require__(/*! react-dom */ "react-dom");
2801 +if (false) // removed by dead control flow
2802 +{} else {
2803 + var i = m.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2804 + exports.createRoot = function(c, o) {
2805 + i.usingClientEntryPoint = true;
2806 + try {
2807 + return m.createRoot(c, o);
2808 + } finally {
2809 + i.usingClientEntryPoint = false;
2810 + }
2811 + };
2812 + exports.hydrateRoot = function(c, h, o) {
2813 + i.usingClientEntryPoint = true;
2814 + try {
2815 + return m.hydrateRoot(c, h, o);
2816 + } finally {
2817 + i.usingClientEntryPoint = false;
2818 + }
2819 + };
2820 +}
2821 +
2822 +
2823 +/***/ }),
2824 +
2825 +/***/ "@wordpress/i18n":
2826 +/*!**************************!*\
2827 + !*** external "wp.i18n" ***!
2828 + \**************************/
2829 +/***/ ((module) => {
2830 +
2831 +"use strict";
2832 +module.exports = wp.i18n;
2833 +
2834 +/***/ }),
2835 +
2836 +/***/ "react":
2837 +/*!************************!*\
2838 + !*** external "React" ***!
2839 + \************************/
2840 +/***/ ((module) => {
2841 +
2842 +"use strict";
2843 +module.exports = React;
2844 +
2845 +/***/ }),
2846 +
2847 +/***/ "react-dom":
2848 +/*!***************************!*\
2849 + !*** external "ReactDOM" ***!
2850 + \***************************/
2851 +/***/ ((module) => {
2852 +
2853 +"use strict";
2854 +module.exports = ReactDOM;
2855 +
2856 +/***/ })
2857 +
2858 +/******/ });
2859 +/************************************************************************/
2860 +/******/ // The module cache
2861 +/******/ var __webpack_module_cache__ = {};
2862 +/******/
2863 +/******/ // The require function
2864 +/******/ function __webpack_require__(moduleId) {
2865 +/******/ // Check if module is in cache
2866 +/******/ var cachedModule = __webpack_module_cache__[moduleId];
2867 +/******/ if (cachedModule !== undefined) {
2868 +/******/ return cachedModule.exports;
2869 +/******/ }
2870 +/******/ // Create a new module (and put it into the cache)
2871 +/******/ var module = __webpack_module_cache__[moduleId] = {
2872 +/******/ // no module.id needed
2873 +/******/ // no module.loaded needed
2874 +/******/ exports: {}
2875 +/******/ };
2876 +/******/
2877 +/******/ // Execute the module function
2878 +/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
2879 +/******/
2880 +/******/ // Return the exports of the module
2881 +/******/ return module.exports;
2882 +/******/ }
2883 +/******/
2884 +/************************************************************************/
2885 +var __webpack_exports__ = {};
2886 +// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
2887 +(() => {
2888 +"use strict";
2889 +var exports = __webpack_exports__;
2890 +/*!***************************************************!*\
2891 + !*** ../modules/announcements/assets/js/index.js ***!
2892 + \***************************************************/
2893 +
2894 +
2895 +var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "../node_modules/@babel/runtime/helpers/interopRequireDefault.js");
2896 +Object.defineProperty(exports, "__esModule", ({
2897 + value: true
2898 +}));
2899 +exports["default"] = void 0;
2900 +var _react = _interopRequireDefault(__webpack_require__(/*! react */ "react"));
2901 +var _regenerator = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/regenerator */ "../node_modules/@babel/runtime/regenerator/index.js"));
2902 +var _asyncToGenerator2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/asyncToGenerator */ "../node_modules/@babel/runtime/helpers/asyncToGenerator.js"));
2903 +var _classCallCheck2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/classCallCheck */ "../node_modules/@babel/runtime/helpers/classCallCheck.js"));
2904 +var _createClass2 = _interopRequireDefault(__webpack_require__(/*! @babel/runtime/helpers/createClass */ "../node_modules/@babel/runtime/helpers/createClass.js"));
2905 +var _react2 = _interopRequireDefault(__webpack_require__(/*! elementor-utils/react */ "../assets/dev/js/utils/react.js"));
2906 +var _components = __webpack_require__(/*! ./components */ "../modules/announcements/assets/js/components/index.js");
2907 +var _eComponent = _interopRequireDefault(__webpack_require__(/*! ./e-component */ "../modules/announcements/assets/js/e-component.js"));
2908 +var AnnouncementIndex = exports["default"] = /*#__PURE__*/function () {
2909 + function AnnouncementIndex() {
2910 + (0, _classCallCheck2.default)(this, AnnouncementIndex);
2911 + this.initAnnouncement();
2912 + }
2913 + return (0, _createClass2.default)(AnnouncementIndex, [{
2914 + key: "initAnnouncement",
2915 + value: function () {
2916 + var _initAnnouncement = (0, _asyncToGenerator2.default)(/*#__PURE__*/_regenerator.default.mark(function _callee() {
2917 + var _window$elementorAnno;
2918 + var container, announcements, _ReactUtils$render, unmount;
2919 + return _regenerator.default.wrap(function (_context) {
2920 + while (1) switch (_context.prev = _context.next) {
2921 + case 0:
2922 + container = document.getElementById('e-announcements-root');
2923 + announcements = (_window$elementorAnno = window.elementorAnnouncementsConfig) === null || _window$elementorAnno === void 0 ? void 0 : _window$elementorAnno.announcements;
2924 + if (!(!announcements || !container)) {
2925 + _context.next = 1;
2926 + break;
2927 + }
2928 + return _context.abrupt("return");
2929 + case 1:
2930 + _context.next = 2;
2931 + return $e.components.register(new _eComponent.default());
2932 + case 2:
2933 + _ReactUtils$render = _react2.default.render(/*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_components.Overlay, null), /*#__PURE__*/_react.default.createElement(_components.Announcements, {
2934 + announcements: announcements,
2935 + unMount: function unMount() {
2936 + unmount();
2937 + container.remove();
2938 + }
2939 + })), container), unmount = _ReactUtils$render.unmount;
2940 + case 3:
2941 + case "end":
2942 + return _context.stop();
2943 + }
2944 + }, _callee);
2945 + }));
2946 + function initAnnouncement() {
2947 + return _initAnnouncement.apply(this, arguments);
2948 + }
2949 + return initAnnouncement;
2950 + }()
2951 + }]);
2952 +}();
2953 +new AnnouncementIndex();
2954 +})();
2955 +
2956 +/******/ })()
2957 +;
1734 2958 //# sourceMappingURL=announcements-app.js.map