PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
woocommerce
/
packages
/
woocommerce-admin
/
dist
/
chunks
(window["webpackJsonp"] = window["webpackJsonp"] || []).push([[5],{ /***/ 718: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; /* harmony import */ var _babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(11); /* harmony import */ var _babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(16); /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(0); /* harmony import */ var _wordpress_element__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__); /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(10); /* harmony import */ var classnames__WEBPACK_IMPORTED_MODULE_3___default = /*#__PURE__*/__webpack_require__.n(classnames__WEBPACK_IMPORTED_MODULE_3__); /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(2); /* harmony import */ var lodash__WEBPACK_IMPORTED_MODULE_4___default = /*#__PURE__*/__webpack_require__.n(lodash__WEBPACK_IMPORTED_MODULE_4__); /* harmony import */ var _primitives__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(62); /** * External dependencies */ /** * Internal dependencies */ function FormToggle(_ref) { var className = _ref.className, checked = _ref.checked, id = _ref.id, _ref$onChange = _ref.onChange, onChange = _ref$onChange === void 0 ? lodash__WEBPACK_IMPORTED_MODULE_4__["noop"] : _ref$onChange, props = Object(_babel_runtime_helpers_esm_objectWithoutProperties__WEBPACK_IMPORTED_MODULE_1__[/* default */ "a"])(_ref, ["className", "checked", "id", "onChange"]); var wrapperClasses = classnames__WEBPACK_IMPORTED_MODULE_3___default()('components-form-toggle', className, { 'is-checked': checked }); return Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])("span", { className: wrapperClasses }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])("input", Object(_babel_runtime_helpers_esm_extends__WEBPACK_IMPORTED_MODULE_0__[/* default */ "a"])({ className: "components-form-toggle__input", id: id, type: "checkbox", checked: checked, onChange: onChange }, props)), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])("span", { className: "components-form-toggle__track" }), Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])("span", { className: "components-form-toggle__thumb" }), checked ? Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])(_primitives__WEBPACK_IMPORTED_MODULE_5__[/* SVG */ "b"], { className: "components-form-toggle__on", width: "2", height: "6", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 2 6" }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])(_primitives__WEBPACK_IMPORTED_MODULE_5__[/* Path */ "a"], { d: "M0 0h2v6H0z" })) : Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])(_primitives__WEBPACK_IMPORTED_MODULE_5__[/* SVG */ "b"], { className: "components-form-toggle__off", width: "6", height: "6", "aria-hidden": "true", role: "img", focusable: "false", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 6 6" }, Object(_wordpress_element__WEBPACK_IMPORTED_MODULE_2__["createElement"])(_primitives__WEBPACK_IMPORTED_MODULE_5__[/* Path */ "a"], { d: "M3 1.5c.8 0 1.5.7 1.5 1.5S3.8 4.5 3 4.5 1.5 3.8 1.5 3 2.2 1.5 3 1.5M3 0C1.3 0 0 1.3 0 3s1.3 3 3 3 3-1.3 3-3-1.3-3-3-3z" }))); } /* harmony default export */ __webpack_exports__["a"] = (FormToggle); //# sourceMappingURL=index.js.map /***/ }), /***/ 721: /***/ (function(module, __webpack_exports__, __webpack_require__) { "use strict"; // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/extends.js var esm_extends = __webpack_require__(11); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.js var objectWithoutProperties = __webpack_require__(16); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/classCallCheck.js var classCallCheck = __webpack_require__(7); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/createClass.js var createClass = __webpack_require__(6); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js var possibleConstructorReturn = __webpack_require__(8); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js var getPrototypeOf = __webpack_require__(4); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/inherits.js + 1 modules var inherits = __webpack_require__(9); // EXTERNAL MODULE: external {"this":["wp","element"]} var external_this_wp_element_ = __webpack_require__(0); // EXTERNAL MODULE: ./node_modules/@wordpress/compose/build-module/higher-order/with-instance-id/index.js + 1 modules var with_instance_id = __webpack_require__(173); // EXTERNAL MODULE: ./node_modules/@wordpress/deprecated/build-module/index.js var build_module = __webpack_require__(94); // EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js var assertThisInitialized = __webpack_require__(5); // EXTERNAL MODULE: ./node_modules/classnames/index.js var classnames = __webpack_require__(10); var classnames_default = /*#__PURE__*/__webpack_require__.n(classnames); // EXTERNAL MODULE: ./node_modules/@wordpress/keycodes/build-module/index.js + 1 modules var keycodes_build_module = __webpack_require__(18); // EXTERNAL MODULE: ./node_modules/@wordpress/dom/build-module/index.js + 2 modules var dom_build_module = __webpack_require__(50); // EXTERNAL MODULE: ./node_modules/@wordpress/compose/build-module/higher-order/compose.js var compose = __webpack_require__(256); // EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/isolated-event-container/index.js var isolated_event_container = __webpack_require__(96); // EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/higher-order/with-focus-outside/index.js var with_focus_outside = __webpack_require__(95); // EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/higher-order/with-focus-return/index.js + 1 modules var with_focus_return = __webpack_require__(97); // EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/higher-order/with-constrained-tabbing/index.js var with_constrained_tabbing = __webpack_require__(93); // CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/modal/frame.js /** * External dependencies */ /** * WordPress dependencies */ /** * Internal dependencies */ var frame_ModalFrame = /*#__PURE__*/ function (_Component) { Object(inherits["a" /* default */])(ModalFrame, _Component); function ModalFrame() { var _this; Object(classCallCheck["a" /* default */])(this, ModalFrame); _this = Object(possibleConstructorReturn["a" /* default */])(this, Object(getPrototypeOf["a" /* default */])(ModalFrame).apply(this, arguments)); _this.containerRef = Object(external_this_wp_element_["createRef"])(); _this.handleKeyDown = _this.handleKeyDown.bind(Object(assertThisInitialized["a" /* default */])(_this)); _this.handleFocusOutside = _this.handleFocusOutside.bind(Object(assertThisInitialized["a" /* default */])(_this)); _this.focusFirstTabbable = _this.focusFirstTabbable.bind(Object(assertThisInitialized["a" /* default */])(_this)); return _this; } /** * Focuses the first tabbable element when props.focusOnMount is true. */ Object(createClass["a" /* default */])(ModalFrame, [{ key: "componentDidMount", value: function componentDidMount() { // Focus on mount if (this.props.focusOnMount) { this.focusFirstTabbable(); } } /** * Focuses the first tabbable element. */ }, { key: "focusFirstTabbable", value: function focusFirstTabbable() { var tabbables = dom_build_module["a" /* focus */].tabbable.find(this.containerRef.current); if (tabbables.length) { tabbables[0].focus(); } } /** * Callback function called when clicked outside the modal. * * @param {Object} event Mouse click event. */ }, { key: "handleFocusOutside", value: function handleFocusOutside(event) { if (this.props.shouldCloseOnClickOutside) { this.onRequestClose(event); } } /** * Callback function called when a key is pressed. * * @param {KeyboardEvent} event Key down event. */ }, { key: "handleKeyDown", value: function handleKeyDown(event) { if (event.keyCode === keycodes_build_module["d" /* ESCAPE */]) { this.handleEscapeKeyDown(event); } } /** * Handles a escape key down event. * * Calls onRequestClose and prevents propagation of the event outside the modal. * * @param {Object} event Key down event. */ }, { key: "handleEscapeKeyDown", value: function handleEscapeKeyDown(event) { if (this.props.shouldCloseOnEsc) { event.stopPropagation(); this.onRequestClose(event); } } /** * Calls the onRequestClose callback props when it is available. * * @param {Object} event Event object. */ }, { key: "onRequestClose", value: function onRequestClose(event) { var onRequestClose = this.props.onRequestClose; if (onRequestClose) { onRequestClose(event); } } /** * Renders the modal frame element. * * @return {WPElement} The modal frame element. */ }, { key: "render", value: function render() { var _this$props = this.props, overlayClassName = _this$props.overlayClassName, contentLabel = _this$props.contentLabel, _this$props$aria = _this$props.aria, describedby = _this$props$aria.describedby, labelledby = _this$props$aria.labelledby, children = _this$props.children, className = _this$props.className, role = _this$props.role, style = _this$props.style; return Object(external_this_wp_element_["createElement"])(isolated_event_container["a" /* default */], { className: classnames_default()('components-modal__screen-overlay', overlayClassName), onKeyDown: this.handleKeyDown }, Object(external_this_wp_element_["createElement"])("div", { className: classnames_default()('components-modal__frame', className), style: style, ref: this.containerRef, role: role, "aria-label": contentLabel, "aria-labelledby": contentLabel ? null : labelledby, "aria-describedby": describedby, tabIndex: "-1" }, children)); } }]); return ModalFrame; }(external_this_wp_element_["Component"]); /* harmony default export */ var modal_frame = (Object(compose["a" /* default */])([with_focus_return["a" /* default */], with_constrained_tabbing["a" /* default */], with_focus_outside["a" /* default */]])(frame_ModalFrame)); //# sourceMappingURL=frame.js.map // EXTERNAL MODULE: external {"this":["wp","i18n"]} var external_this_wp_i18n_ = __webpack_require__(3); // EXTERNAL MODULE: ./node_modules/@wordpress/components/build-module/icon-button/index.js var icon_button = __webpack_require__(85); // CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/modal/header.js /** * WordPress dependencies */ /** * Internal dependencies */ var header_ModalHeader = function ModalHeader(_ref) { var icon = _ref.icon, title = _ref.title, onClose = _ref.onClose, closeLabel = _ref.closeLabel, headingId = _ref.headingId, isDismissible = _ref.isDismissible; var label = closeLabel ? closeLabel : Object(external_this_wp_i18n_["__"])('Close dialog'); return Object(external_this_wp_element_["createElement"])("div", { className: "components-modal__header" }, Object(external_this_wp_element_["createElement"])("div", { className: "components-modal__header-heading-container" }, icon && Object(external_this_wp_element_["createElement"])("span", { className: "components-modal__icon-container", "aria-hidden": true }, icon), title && Object(external_this_wp_element_["createElement"])("h1", { id: headingId, className: "components-modal__header-heading" }, title)), isDismissible && Object(external_this_wp_element_["createElement"])(icon_button["a" /* default */], { onClick: onClose, icon: "no-alt", label: label })); }; /* harmony default export */ var header = (header_ModalHeader); //# sourceMappingURL=header.js.map // EXTERNAL MODULE: external "lodash" var external_lodash_ = __webpack_require__(2); // CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/modal/aria-helper.js /** * External dependencies */ var LIVE_REGION_ARIA_ROLES = new Set(['alert', 'status', 'log', 'marquee', 'timer']); var hiddenElements = [], isHidden = false; /** * Hides all elements in the body element from screen-readers except * the provided element and elements that should not be hidden from * screen-readers. * * The reason we do this is because `aria-modal="true"` currently is bugged * in Safari, and support is spotty in other browsers overall. In the future * we should consider removing these helper functions in favor of * `aria-modal="true"`. * * @param {Element} unhiddenElement The element that should not be hidden. */ function hideApp(unhiddenElement) { if (isHidden) { return; } var elements = document.body.children; Object(external_lodash_["forEach"])(elements, function (element) { if (element === unhiddenElement) { return; } if (elementShouldBeHidden(element)) { element.setAttribute('aria-hidden', 'true'); hiddenElements.push(element); } }); isHidden = true; } /** * Determines if the passed element should not be hidden from screen readers. * * @param {HTMLElement} element The element that should be checked. * * @return {boolean} Whether the element should not be hidden from screen-readers. */ function elementShouldBeHidden(element) { var role = element.getAttribute('role'); return !(element.tagName === 'SCRIPT' || element.hasAttribute('aria-hidden') || element.hasAttribute('aria-live') || LIVE_REGION_ARIA_ROLES.has(role)); } /** * Makes all elements in the body that have been hidden by `hideApp` * visible again to screen-readers. */ function showApp() { if (!isHidden) { return; } Object(external_lodash_["forEach"])(hiddenElements, function (element) { element.removeAttribute('aria-hidden'); }); hiddenElements = []; isHidden = false; } //# sourceMappingURL=aria-helper.js.map // CONCATENATED MODULE: ./node_modules/@wordpress/components/build-module/modal/index.js /** * WordPress dependencies */ /** * Internal dependencies */ // Used to count the number of open modals. var parentElement, openModalCount = 0; var modal_Modal = /*#__PURE__*/ function (_Component) { Object(inherits["a" /* default */])(Modal, _Component); function Modal(props) { var _this; Object(classCallCheck["a" /* default */])(this, Modal); _this = Object(possibleConstructorReturn["a" /* default */])(this, Object(getPrototypeOf["a" /* default */])(Modal).call(this, props)); _this.prepareDOM(); return _this; } /** * Appends the modal's node to the DOM, so the portal can render the * modal in it. Also calls the openFirstModal when this is the first modal to be * opened. */ Object(createClass["a" /* default */])(Modal, [{ key: "componentDidMount", value: function componentDidMount() { openModalCount++; if (openModalCount === 1) { this.openFirstModal(); } } /** * Removes the modal's node from the DOM. Also calls closeLastModal when this is * the last modal to be closed. */ }, { key: "componentWillUnmount", value: function componentWillUnmount() { openModalCount--; if (openModalCount === 0) { this.closeLastModal(); } this.cleanDOM(); } /** * Prepares the DOM for the modals to be rendered. * * Every modal is mounted in a separate div appended to a parent div * that is appended to the document body. * * The parent div will be created if it does not yet exist, and the * separate div for this specific modal will be appended to that. */ }, { key: "prepareDOM", value: function prepareDOM() { if (!parentElement) { parentElement = document.createElement('div'); document.body.appendChild(parentElement); } this.node = document.createElement('div'); parentElement.appendChild(this.node); } /** * Removes the specific mounting point for this modal from the DOM. */ }, { key: "cleanDOM", value: function cleanDOM() { parentElement.removeChild(this.node); } /** * Prepares the DOM for this modal and any additional modal to be mounted. * * It appends an additional div to the body for the modals to be rendered in, * it hides any other elements from screen-readers and adds an additional class * to the body to prevent scrolling while the modal is open. */ }, { key: "openFirstModal", value: function openFirstModal() { hideApp(parentElement); document.body.classList.add(this.props.bodyOpenClassName); } /** * Cleans up the DOM after the last modal is closed and makes the app available * for screen-readers again. */ }, { key: "closeLastModal", value: function closeLastModal() { document.body.classList.remove(this.props.bodyOpenClassName); showApp(); } /** * Renders the modal. * * @return {WPElement} The modal element. */ }, { key: "render", value: function render() { var _this$props = this.props, onRequestClose = _this$props.onRequestClose, title = _this$props.title, icon = _this$props.icon, closeButtonLabel = _this$props.closeButtonLabel, children = _this$props.children, aria = _this$props.aria, instanceId = _this$props.instanceId, isDismissible = _this$props.isDismissible, isDismissable = _this$props.isDismissable, otherProps = Object(objectWithoutProperties["a" /* default */])(_this$props, ["onRequestClose", "title", "icon", "closeButtonLabel", "children", "aria", "instanceId", "isDismissible", "isDismissable"]); var headingId = aria.labelledby || "components-modal-header-".concat(instanceId); if (isDismissable) { Object(build_module["a" /* default */])('isDismissable prop of the Modal component', { alternative: 'isDismissible prop (renamed) of the Modal component' }); } // Disable reason: this stops mouse events from triggering tooltips and // other elements underneath the modal overlay. return Object(external_this_wp_element_["createPortal"])(Object(external_this_wp_element_["createElement"])(modal_frame, Object(esm_extends["a" /* default */])({ onRequestClose: onRequestClose, aria: { labelledby: title ? headingId : null, describedby: aria.describedby } }, otherProps), Object(external_this_wp_element_["createElement"])("div", { className: 'components-modal__content', tabIndex: "0" }, Object(external_this_wp_element_["createElement"])(header, { closeLabel: closeButtonLabel, headingId: headingId, icon: icon, isDismissible: isDismissible || isDismissable, onClose: onRequestClose, title: title }), children)), this.node); } }]); return Modal; }(external_this_wp_element_["Component"]); modal_Modal.defaultProps = { bodyOpenClassName: 'modal-open', role: 'dialog', title: null, focusOnMount: true, shouldCloseOnEsc: true, shouldCloseOnClickOutside: true, isDismissible: true, /* accessibility */ aria: { labelledby: null, describedby: null } }; /* harmony default export */ var modal = __webpack_exports__["a"] = (Object(with_instance_id["a" /* default */])(modal_Modal)); //# sourceMappingURL=index.js.map /***/ }), /***/ 749: /***/ (function(module, exports, __webpack_require__) { var arrayWithHoles = __webpack_require__(750); var iterableToArrayLimit = __webpack_require__(751); var unsupportedIterableToArray = __webpack_require__(425); var nonIterableRest = __webpack_require__(752); function _slicedToArray(arr, i) { return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest(); } module.exports = _slicedToArray; /***/ }), /***/ 750: /***/ (function(module, exports) { function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } module.exports = _arrayWithHoles; /***/ }), /***/ 751: /***/ (function(module, exports) { function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; } module.exports = _iterableToArrayLimit; /***/ }), /***/ 752: /***/ (function(module, exports) { function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); } module.exports = _nonIterableRest; /***/ }) }]);
[+]
..
[-] analytics-report-categories~analytics-report-coupons~analytics-report-customers~analytics-report-dow~99eefb40.14e64a592bdaa342c3a7.min.js
[edit]
[-] analytics-report-stock.2939053e1a82a2ae848c.js
[edit]
[-] analytics-report-coupons.43d42c8cb52eecf8abdf.js
[edit]
[-] dashboard.c96cd95056189481403f.js
[edit]
[-] dashboard.c96cd95056189481403f.min.js
[edit]
[-] analytics-report-coupons.43d42c8cb52eecf8abdf.min.js
[edit]
[-] dashboard-charts.d100272c0e3ae443b829.js
[edit]
[-] store-performance.26c7ca1b51a55e317e81.js
[edit]
[-] leaderboards.7186f133618817f88e04.min.js
[edit]
[-] analytics-report-revenue.edcb0bfb0b19d47c76b8.min.js
[edit]
[-] marketing-overview.c105acbfa46d79f7a6d6.js
[edit]
[-] vendors~activity-panels-inbox~leaderboards~store-alerts~task-list.dd09e8a86b0bcaa9aff7.min.js
[edit]
[-] vendors~devdocs.e38a65da5bf9ffb4b567.min.js
[edit]
[-] analytics-report-products.28c933e5937d420efe22.js
[edit]
[-] task-list.52fe0e41a24d55f1b9b1.js
[edit]
[-] activity-panels-orders.7b32de0acca079abb2bc.js
[edit]
[-] task-list.52fe0e41a24d55f1b9b1.min.js
[edit]
[-] analytics-report-categories.13b966705db9cfeb4814.js
[edit]
[-] analytics-report-categories~analytics-report-products.b94ffcec7f813ed34edb.min.js
[edit]
[-] vendors~analytics-report-categories~analytics-report-coupons~analytics-report-downloads~analytics-re~2579715d.3c56dd5478f01faa4b26.min.js
[edit]
[-] activity-panels-inbox.99246a03e7b8aa1b8b26.min.js
[edit]
[-] vendors~marketing-overview.d1653cdc07670674a95f.js
[edit]
[-] leaderboards.7186f133618817f88e04.js
[edit]
[-] devdocs.1eb85d89a9e04d20a4c1.js
[edit]
[-] analytics-report-products.28c933e5937d420efe22.min.js
[edit]
[-] devdocs.1eb85d89a9e04d20a4c1.min.js
[edit]
[-] vendors~profile-wizard~task-list.114a8214ba34dbd3c0f0.min.js
[edit]
[-] store-alerts.a6374b7de173331a7254.js
[edit]
[-] vendors~activity-panels-inbox~activity-panels-orders~activity-panels-stock~dashboard-charts~devdocs~~f6270017.20e4990156e0a34c18b0.min.js
[edit]
[-] activity-panels-stock.6c1332749a67d65f449a.min.js
[edit]
[-] analytics-report-categories~analytics-report-coupons~analytics-report-customers~analytics-report-dow~99eefb40.14e64a592bdaa342c3a7.js
[edit]
[-] vendors~devdocs.e38a65da5bf9ffb4b567.js
[edit]
[-] analytics-report-orders.f2d90c48c3f4b0a88512.min.js
[edit]
[-] vendors~profile-wizard~task-list.114a8214ba34dbd3c0f0.js
[edit]
[-] store-alerts.a6374b7de173331a7254.min.js
[edit]
[-] analytics-report-revenue.edcb0bfb0b19d47c76b8.js
[edit]
[-] customizable-dashboard.0857e5e4c0df1171e886.js
[edit]
[-] activity-panels-orders.7b32de0acca079abb2bc.min.js
[edit]
[-] dashboard-charts.d100272c0e3ae443b829.min.js
[edit]
[-] homepage.e069e25f913b20f89b53.min.js
[edit]
[-] analytics-report-stock.2939053e1a82a2ae848c.min.js
[edit]
[-] analytics-report-customers.86adf07632d91914c6c6.js
[edit]
[-] store-performance.26c7ca1b51a55e317e81.min.js
[edit]
[-] analytics-report-customers.86adf07632d91914c6c6.min.js
[edit]
[-] vendors~activity-panels-inbox~activity-panels-orders~activity-panels-stock~dashboard-charts~devdocs~~f6270017.20e4990156e0a34c18b0.js
[edit]
[-] analytics-report-taxes.d538eaf5233c6bc713b6.js
[edit]
[-] analytics-report-categories~analytics-report-products.b94ffcec7f813ed34edb.js
[edit]
[-] homepage.e069e25f913b20f89b53.js
[edit]
[-] customizable-dashboard.0857e5e4c0df1171e886.min.js
[edit]
[-] vendors~marketing-overview.d1653cdc07670674a95f.min.js
[edit]
[-] profile-wizard.314f6a9f9e0ee86eb8bf.min.js
[edit]
[-] activity-panels-inbox.99246a03e7b8aa1b8b26.js
[edit]
[-] analytics-settings.8c382b88264494e5d4eb.min.js
[edit]
[-] analytics-settings.8c382b88264494e5d4eb.js
[edit]
[-] vendors~activity-panels-inbox~leaderboards~store-alerts~task-list.dd09e8a86b0bcaa9aff7.js
[edit]
[-] analytics-report-categories.13b966705db9cfeb4814.min.js
[edit]
[-] analytics-report-downloads.70ac0d2cc5bff1ecc84d.min.js
[edit]
[-] profile-wizard.314f6a9f9e0ee86eb8bf.js
[edit]
[-] activity-panels-stock.6c1332749a67d65f449a.js
[edit]
[-] analytics-report-orders.f2d90c48c3f4b0a88512.js
[edit]
[-] analytics-report-downloads.70ac0d2cc5bff1ecc84d.js
[edit]
[-] marketing-overview.c105acbfa46d79f7a6d6.min.js
[edit]
[-] analytics-report-taxes.d538eaf5233c6bc713b6.min.js
[edit]
[-] vendors~analytics-report-categories~analytics-report-coupons~analytics-report-downloads~analytics-re~2579715d.3c56dd5478f01faa4b26.js
[edit]