@vendure/admin-ui 2.2.0-next.8 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +96 -0
- package/README.md +50 -0
- package/angular.json +186 -0
- package/i18n-coverage.json +106 -0
- package/package/core/common/version.d.ts +1 -0
- package/{core → package/core}/shared/components/ui-extension-point/ui-extension-point.component.d.ts +2 -2
- package/{esm2022 → package/esm2022}/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.mjs +2 -2
- package/{esm2022 → package/esm2022}/core/common/version.mjs +2 -2
- package/{esm2022 → package/esm2022}/core/data/utils/is-entity-create-or-update-mutation.mjs +1 -1
- package/{esm2022 → package/esm2022}/core/data/utils/remove-readonly-custom-fields.mjs +1 -1
- package/{esm2022 → package/esm2022}/core/shared/components/data-table-filters/data-table-filters.component.mjs +3 -2
- package/package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +158 -0
- package/{esm2022 → package/esm2022}/core/shared/components/ui-extension-point/ui-extension-point.component.mjs +10 -4
- package/package/esm2022/customer/customer.routes.mjs +50 -0
- package/{esm2022 → package/esm2022}/login/components/login/login.component.mjs +2 -2
- package/{esm2022 → package/esm2022}/marketing/components/promotion-list/promotion-list.component.mjs +3 -3
- package/{esm2022 → package/esm2022}/order/components/order-editor/order-editor.component.mjs +6 -4
- package/package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +183 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-catalog.mjs +1 -1
- package/package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs +17 -7
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs +1 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs +2 -2
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs +2 -2
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs +5 -3
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-settings.mjs +4 -4
- package/package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -0
- package/{static → package/static}/i18n-messages/sv.json +90 -89
- package/package.json +117 -129
- package/tsconfig.json +66 -0
- package/tsconfig.lib.json +25 -0
- package/tsconfig.lib.prod.json +14 -0
- package/LICENSE +0 -9
- package/core/common/version.d.ts +0 -1
- package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +0 -155
- package/esm2022/customer/customer.routes.mjs +0 -49
- package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +0 -183
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +0 -1
- package/fesm2022/vendure-admin-ui-settings.mjs.map +0 -1
- /package/{catalog → package/catalog}/catalog.module.d.ts +0 -0
- /package/{catalog → package/catalog}/catalog.routes.d.ts +0 -0
- /package/{catalog → package/catalog}/components/apply-facet-dialog/apply-facet-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/asset-detail/asset-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/asset-list/asset-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-contents/collection-contents.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-data-table/collection-data-table.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-detail/collection-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-breadcrumb.pipe.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/array-to-tree.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree-node.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.service.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.types.d.ts +0 -0
- /package/{catalog → package/catalog}/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-facet-value-dialog/create-facet-value-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-product-option-group-dialog/create-product-option-group-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-product-variant-dialog/create-product-variant-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-detail/facet-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-list/facet-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-list/facet-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/generate-product-variants/generate-product-variants.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/move-collections-dialog/move-collections-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/option-value-input/option-value-input.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-detail/product-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-options-editor/product-options-editor.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-detail/product-variant-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-detail/product-variant-detail.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-quick-jump/product-variant-quick-jump.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variants-editor/product-variants-editor.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variants-table/product-variants-table.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/update-product-option-dialog/update-product-option-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/variant-price-detail/variant-price-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/variant-price-strategy-detail/variant-price-strategy-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/index.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/product-detail/product-detail.service.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/product-detail/replace-last.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/routing/product-variants-resolver.d.ts +0 -0
- /package/{catalog → package/catalog}/public_api.d.ts +0 -0
- /package/{core → package/core}/app.component.d.ts +0 -0
- /package/{core → package/core}/app.component.module.d.ts +0 -0
- /package/{core → package/core}/app.config.d.ts +0 -0
- /package/{core → package/core}/common/base-detail.component.d.ts +0 -0
- /package/{core → package/core}/common/base-entity-resolver.d.ts +0 -0
- /package/{core → package/core}/common/base-list.component.d.ts +0 -0
- /package/{core → package/core}/common/component-registry-types.d.ts +0 -0
- /package/{core → package/core}/common/deactivate-aware.d.ts +0 -0
- /package/{core → package/core}/common/detail-breadcrumb.d.ts +0 -0
- /package/{core → package/core}/common/generated-types.d.ts +0 -0
- /package/{core → package/core}/common/introspection-result-wrapper.d.ts +0 -0
- /package/{core → package/core}/common/introspection-result.d.ts +0 -0
- /package/{core → package/core}/common/single-search-selection-model.d.ts +0 -0
- /package/{core → package/core}/common/title-setter.d.ts +0 -0
- /package/{core → package/core}/common/utilities/bulk-action-utils.d.ts +0 -0
- /package/{core → package/core}/common/utilities/configurable-operation-utils.d.ts +0 -0
- /package/{core → package/core}/common/utilities/create-updated-translatable.d.ts +0 -0
- /package/{core → package/core}/common/utilities/custom-field-default-value.d.ts +0 -0
- /package/{core → package/core}/common/utilities/find-translation.d.ts +0 -0
- /package/{core → package/core}/common/utilities/get-default-ui-language.d.ts +0 -0
- /package/{core → package/core}/common/utilities/interpolate-description.d.ts +0 -0
- /package/{core → package/core}/common/utilities/selection-manager.d.ts +0 -0
- /package/{core → package/core}/common/utilities/string-to-color.d.ts +0 -0
- /package/{core → package/core}/components/alerts/alerts.component.d.ts +0 -0
- /package/{core → package/core}/components/app-shell/app-shell.component.d.ts +0 -0
- /package/{core → package/core}/components/base-nav/base-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/breadcrumb/breadcrumb.component.d.ts +0 -0
- /package/{core → package/core}/components/channel-switcher/channel-switcher.component.d.ts +0 -0
- /package/{core → package/core}/components/main-nav/main-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/notification/notification.component.d.ts +0 -0
- /package/{core → package/core}/components/overlay-host/overlay-host.component.d.ts +0 -0
- /package/{core → package/core}/components/settings-nav/settings-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/theme-switcher/theme-switcher.component.d.ts +0 -0
- /package/{core → package/core}/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.d.ts +0 -0
- /package/{core → package/core}/components/user-menu/user-menu.component.d.ts +0 -0
- /package/{core → package/core}/core.module.d.ts +0 -0
- /package/{core → package/core}/data/check-jobs-link.d.ts +0 -0
- /package/{core → package/core}/data/client-state/client-defaults.d.ts +0 -0
- /package/{core → package/core}/data/client-state/client-resolvers.d.ts +0 -0
- /package/{core → package/core}/data/data.module.d.ts +0 -0
- /package/{core → package/core}/data/definitions/administrator-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/auth-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/client-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/collection-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/customer-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/facet-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/order-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/product-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/promotion-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/settings-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/shared-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/shipping-definitions.d.ts +0 -0
- /package/{core → package/core}/data/omit-typename-link.d.ts +0 -0
- /package/{core → package/core}/data/providers/administrator-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/auth-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/base-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/client-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/collection-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/customer-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/facet-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/fetch-adapter.d.ts +0 -0
- /package/{core → package/core}/data/providers/interceptor.d.ts +0 -0
- /package/{core → package/core}/data/providers/order-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/product-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/promotion-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/settings-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/shipping-method-data.service.d.ts +0 -0
- /package/{core → package/core}/data/query-result.d.ts +0 -0
- /package/{core → package/core}/data/server-config.d.ts +0 -0
- /package/{core → package/core}/data/utils/add-custom-fields.d.ts +0 -0
- /package/{core → package/core}/data/utils/get-server-location.d.ts +0 -0
- /package/{core → package/core}/data/utils/is-entity-create-or-update-mutation.d.ts +0 -0
- /package/{core → package/core}/data/utils/remove-readonly-custom-fields.d.ts +0 -0
- /package/{core → package/core}/data/utils/transform-relation-custom-field-inputs.d.ts +0 -0
- /package/{core → package/core}/extension/add-action-bar-dropdown-menu-item.d.ts +0 -0
- /package/{core → package/core}/extension/add-action-bar-item.d.ts +0 -0
- /package/{core → package/core}/extension/add-nav-menu-item.d.ts +0 -0
- /package/{core → package/core}/extension/components/angular-route.component.d.ts +0 -0
- /package/{core → package/core}/extension/components/route.component.d.ts +0 -0
- /package/{core → package/core}/extension/providers/page-metadata.service.d.ts +0 -0
- /package/{core → package/core}/extension/register-alert.d.ts +0 -0
- /package/{core → package/core}/extension/register-bulk-action.d.ts +0 -0
- /package/{core → package/core}/extension/register-custom-detail-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-dashboard-widget.d.ts +0 -0
- /package/{core → package/core}/extension/register-data-table-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-form-input-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-history-entry-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-page-tab.d.ts +0 -0
- /package/{core → package/core}/extension/register-route-component.d.ts +0 -0
- /package/{core → package/core}/extension/types.d.ts +0 -0
- /package/{core → package/core}/index.d.ts +0 -0
- /package/{core → package/core}/providers/alerts/alerts.service.d.ts +0 -0
- /package/{core → package/core}/providers/auth/auth.service.d.ts +0 -0
- /package/{core → package/core}/providers/breadcrumb/breadcrumb.service.d.ts +0 -0
- /package/{core → package/core}/providers/bulk-action-registry/bulk-action-registry.service.d.ts +0 -0
- /package/{core → package/core}/providers/bulk-action-registry/bulk-action-types.d.ts +0 -0
- /package/{core → package/core}/providers/channel/channel.service.d.ts +0 -0
- /package/{core → package/core}/providers/component-registry/component-registry.service.d.ts +0 -0
- /package/{core → package/core}/providers/currency/currency.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-detail-component/custom-detail-component-types.d.ts +0 -0
- /package/{core → package/core}/providers/custom-detail-component/custom-detail-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-field-component/custom-field-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-history-entry-component/history-entry-component-types.d.ts +0 -0
- /package/{core → package/core}/providers/custom-history-entry-component/history-entry-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/dashboard-widget/dashboard-widget-types.d.ts +0 -0
- /package/{core → package/core}/providers/dashboard-widget/dashboard-widget.service.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-filter-collection.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-filter.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-sort-collection.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-sort.d.ts +0 -0
- /package/{core → package/core}/providers/guard/auth.guard.d.ts +0 -0
- /package/{core → package/core}/providers/health-check/health-check.service.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/custom-http-loader.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/custom-message-format-compiler.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/i18n.service.d.ts +0 -0
- /package/{core → package/core}/providers/job-queue/job-queue.service.d.ts +0 -0
- /package/{core → package/core}/providers/local-storage/local-storage.service.d.ts +0 -0
- /package/{core → package/core}/providers/localization/localization.service.d.ts +0 -0
- /package/{core → package/core}/providers/modal/modal.service.d.ts +0 -0
- /package/{core → package/core}/providers/modal/modal.types.d.ts +0 -0
- /package/{core → package/core}/providers/nav-builder/nav-builder-types.d.ts +0 -0
- /package/{core → package/core}/providers/nav-builder/nav-builder.service.d.ts +0 -0
- /package/{core → package/core}/providers/notification/notification.service.d.ts +0 -0
- /package/{core → package/core}/providers/overlay-host/overlay-host.service.d.ts +0 -0
- /package/{core → package/core}/providers/page/page.service.d.ts +0 -0
- /package/{core → package/core}/providers/permissions/permissions.service.d.ts +0 -0
- /package/{core → package/core}/public_api.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar/action-bar.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-dropdown-menu/action-bar-dropdown-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-items/action-bar-base.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-items/action-bar-items.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/address-form/address-form.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/affixed-input/affixed-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/affixed-input/percentage-suffix-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-file-input/asset-file-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-gallery/asset-gallery.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-gallery/asset-gallery.types.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-picker-dialog/asset-picker-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview/asset-preview.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview-dialog/asset-preview-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview-links/asset-preview-links.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-search-input/asset-search-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/assets/assets.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/bulk-action-menu/bulk-action-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/card/card.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/channel-assignment-control/channel-assignment-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/channel-badge/channel-badge.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/chart/chart.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/chart/tooltip-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/chip/chip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/configurable-input/configurable-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/currency-code-selector/currency-code-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/currency-input/currency-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/custom-detail-component-host/custom-detail-component-host.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/custom-field-control/custom-field-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/customer-label/customer-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table/data-table-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table/data-table.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-custom-component.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-custom-field-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-search.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table2.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-column-picker/data-table-column-picker.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-label/data-table-filter-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/add-filter-preset-button.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/data-table-filter-presets.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/filter-preset.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filters/custom-filter-component.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filters/data-table-filters.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/constants.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/datetime-picker.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/datetime-picker.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/types.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-item.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-trigger.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.graphql.d.ts +0 -0
- /package/{core → package/core}/shared/components/edit-note-dialog/edit-note-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/empty-placeholder/empty-placeholder.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/entity-info/entity-info.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host-config.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/host-external-frame.d.ts +0 -0
- /package/{core → package/core}/shared/components/facet-value-chip/facet-value-chip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/facet-value-selector/facet-value-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/focal-point-control/focal-point-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-field/form-field-control.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-field/form-field.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-item/form-item.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/formatted-address/formatted-address.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/help-tooltip/help-tooltip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/history-entry-detail/history-entry-detail.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/items-per-page-controls/items-per-page-controls.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/labeled-data/labeled-data.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/language-code-selector/language-code-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/language-selector/language-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/localized-text/localized-text.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/manage-tags-dialog/manage-tags-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-buttons.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-component-outlet.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-title.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/modal-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/object-tree/object-tree.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/order-state-label/order-state-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page/page.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-block/page-block.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-body/page-body.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-detail-layout/page-detail-layout.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-detail-layout/page-detail-sidebar.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-entity-info/page-entity-info.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header/page-header.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header-description/page-header-description.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header-tabs/page-header-tabs.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-title/page-title.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/pagination-controls/pagination-controls.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.graphql.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-search-input/product-search-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-variant-selector/product-variant-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/radio-card/radio-card-fieldset.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/radio-card/radio-card.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/link-dialog/link-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/custom-nodes.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/keymap.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/types.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/utils.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/rich-text-editor.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/select-toggle/select-toggle.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/simple-dialog/simple-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/split-view/split-view.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/split-view/split-view.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/status-badge/status-badge.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/table-row-action/table-row-action.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/tag-selector/tag-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/timeline-entry/timeline-entry.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/title-input/title-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/zone-selector/zone-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/directives/disabled.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-default-channel-active.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-directive-base.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-multichannel.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-permissions.directive.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/date-form-input/date-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/default-form-inputs.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/number-form-input/number-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/password-form-input/password-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/select-form-input/select-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/text-form-input/text-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/asset-preview.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/channel-label.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/custom-field-description.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/custom-field-label.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/duration.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/file-size.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/has-permission.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-base.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-currency-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-currency.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-date.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-language-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-region-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/sentence-case.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/sort.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/state-i18n-token.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/string-to-color.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/time-ago.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/providers/routing/can-deactivate-detail-guard.d.ts +0 -0
- /package/{core → package/core}/shared/shared.module.d.ts +0 -0
- /package/{core → package/core}/validators/unicode-pattern.validator.d.ts +0 -0
- /package/{customer → package/customer}/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/address-card/address-card.component.d.ts +0 -0
- /package/{customer → package/customer}/components/address-detail-dialog/address-detail-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-detail/customer-detail.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-detail/customer-group-detail.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-detail-dialog/customer-group-detail-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-list/customer-group-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-list/customer-group-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-history/customer-history-entry-host.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-history/customer-history.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-list/customer-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-list/customer-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-status-label/customer-status-label.component.d.ts +0 -0
- /package/{customer → package/customer}/components/select-customer-group-dialog/select-customer-group-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/customer.module.d.ts +0 -0
- /package/{customer → package/customer}/customer.routes.d.ts +0 -0
- /package/{customer → package/customer}/index.d.ts +0 -0
- /package/{customer → package/customer}/public_api.d.ts +0 -0
- /package/{dashboard → package/dashboard}/components/dashboard/dashboard.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/components/dashboard-widget/dashboard-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/dashboard.module.d.ts +0 -0
- /package/{dashboard → package/dashboard}/dashboard.routes.d.ts +0 -0
- /package/{dashboard → package/dashboard}/default-widgets.d.ts +0 -0
- /package/{dashboard → package/dashboard}/index.d.ts +0 -0
- /package/{dashboard → package/dashboard}/public_api.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/latest-orders-widget/latest-orders-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/order-chart-widget/order-chart-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/order-summary-widget/order-summary-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/test-widget/test-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/welcome-widget/welcome-widget.component.d.ts +0 -0
- /package/{esm2022 → package/esm2022}/catalog/catalog.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/catalog.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/apply-facet-dialog/apply-facet-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/asset-detail/asset-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/asset-list/asset-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-contents/collection-contents.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-data-table/collection-data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-detail/collection-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-breadcrumb.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/array-to-tree.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree-node.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/create-facet-value-dialog/create-facet-value-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/create-product-option-group-dialog/create-product-option-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-detail/facet-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-list/facet-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-list/facet-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/generate-product-variants/generate-product-variants.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/move-collections-dialog/move-collections-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/option-value-input/option-value-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-detail/product-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-options-editor/product-options-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-detail/product-variant-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-detail/product-variant-detail.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-quick-jump/product-variant-quick-jump.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variants-editor/product-variants-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variants-table/product-variants-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/variant-price-detail/variant-price-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/product-detail/product-detail.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/product-detail/replace-last.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/routing/product-variants-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/vendure-admin-ui-catalog.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.component.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-entity-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/component-registry-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/deactivate-aware.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/detail-breadcrumb.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/generated-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/introspection-result-wrapper.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/introspection-result.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/single-search-selection-model.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/title-setter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/bulk-action-utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/configurable-operation-utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/create-updated-translatable.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/custom-field-default-value.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/find-translation.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/get-default-ui-language.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/interpolate-description.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/selection-manager.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/string-to-color.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/alerts/alerts.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/app-shell/app-shell.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/base-nav/base-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/breadcrumb/breadcrumb.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/channel-switcher/channel-switcher.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/main-nav/main-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/notification/notification.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/overlay-host/overlay-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/settings-nav/settings-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/theme-switcher/theme-switcher.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/user-menu/user-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/core.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/check-jobs-link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/client-state/client-defaults.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/client-state/client-resolvers.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/data.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/administrator-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/auth-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/client-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/collection-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/customer-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/facet-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/order-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/product-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/promotion-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/settings-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/shared-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/shipping-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/omit-typename-link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/administrator-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/auth-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/base-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/client-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/collection-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/customer-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/facet-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/fetch-adapter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/interceptor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/order-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/product-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/promotion-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/settings-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/shipping-method-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/query-result.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/server-config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/add-custom-fields.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/get-server-location.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/transform-relation-custom-field-inputs.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-action-bar-dropdown-menu-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-action-bar-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-nav-menu-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/components/angular-route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/components/route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/providers/page-metadata.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-alert.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-bulk-action.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-custom-detail-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-dashboard-widget.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-data-table-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-form-input-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-history-entry-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-page-tab.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-route-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/alerts/alerts.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/auth/auth.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/breadcrumb/breadcrumb.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/bulk-action-registry/bulk-action-registry.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/bulk-action-registry/bulk-action-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/channel/channel.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/component-registry/component-registry.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/currency/currency.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-detail-component/custom-detail-component-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-detail-component/custom-detail-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-field-component/custom-field-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-history-entry-component/history-entry-component-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-history-entry-component/history-entry-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/dashboard-widget/dashboard-widget-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/dashboard-widget/dashboard-widget.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-filter-collection.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-filter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-sort-collection.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-sort.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/guard/auth.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/health-check/health-check.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/custom-http-loader.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/custom-message-format-compiler.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/i18n.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/job-queue/job-queue.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/local-storage/local-storage.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/localization/localization.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/modal/modal.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/modal/modal.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/nav-builder/nav-builder-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/nav-builder/nav-builder.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/notification/notification.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/overlay-host/overlay-host.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/page/page.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/permissions/permissions.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar/action-bar.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-dropdown-menu/action-bar-dropdown-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-items/action-bar-base.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-items/action-bar-items.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/address-form/address-form.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/affixed-input/affixed-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-file-input/asset-file-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-gallery/asset-gallery.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-gallery/asset-gallery.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview/asset-preview.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview-links/asset-preview-links.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-search-input/asset-search-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/assets/assets.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/bulk-action-menu/bulk-action-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/card/card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/channel-assignment-control/channel-assignment-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/channel-badge/channel-badge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chart/chart.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chart/tooltip-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chip/chip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/configurable-input/configurable-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/currency-code-selector/currency-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/currency-input/currency-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/custom-field-control/custom-field-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/customer-label/customer-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table/data-table-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table/data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-custom-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-custom-field-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-search.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table2.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-column-picker/data-table-column-picker.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-label/data-table-filter-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/add-filter-preset-button.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/data-table-filter-presets.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/filter-preset.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filters/custom-filter-component.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/constants.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/datetime-picker.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/datetime-picker.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-item.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-trigger.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/empty-placeholder/empty-placeholder.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/entity-info/entity-info.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host-config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/host-external-frame.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/facet-value-chip/facet-value-chip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/focal-point-control/focal-point-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-field/form-field-control.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-field/form-field.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-item/form-item.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/formatted-address/formatted-address.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/help-tooltip/help-tooltip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/history-entry-detail/history-entry-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/items-per-page-controls/items-per-page-controls.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/labeled-data/labeled-data.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/language-code-selector/language-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/language-selector/language-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/localized-text/localized-text.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-buttons.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-component-outlet.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-title.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/modal-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/object-tree/object-tree.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/order-state-label/order-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page/page.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-block/page-block.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-body/page-body.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-detail-layout/page-detail-layout.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-detail-layout/page-detail-sidebar.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-entity-info/page-entity-info.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header/page-header.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header-description/page-header-description.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header-tabs/page-header-tabs.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-title/page-title.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/pagination-controls/pagination-controls.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-search-input/product-search-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/radio-card/radio-card-fieldset.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/radio-card/radio-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/custom-nodes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/inputrules.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/keymap.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/select-toggle/select-toggle.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/simple-dialog/simple-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/split-view/split-view.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/split-view/split-view.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/status-badge/status-badge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/table-row-action/table-row-action.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/tag-selector/tag-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/timeline-entry/timeline-entry.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/title-input/title-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/zone-selector/zone-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/disabled.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-default-channel-active.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-directive-base.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-multichannel.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-permissions.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/default-form-inputs.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/asset-preview.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/channel-label.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/custom-field-description.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/custom-field-label.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/duration.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/file-size.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/has-permission.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-base.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-currency-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-currency.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-date.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-language-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-region-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/sentence-case.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/sort.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/state-i18n-token.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/string-to-color.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/time-ago.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/providers/routing/can-deactivate-detail-guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/shared.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/validators/unicode-pattern.validator.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/vendure-admin-ui-core.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/address-card/address-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/address-detail-dialog/address-detail-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-detail/customer-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-detail/customer-group-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-list/customer-group-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-list/customer-group-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-member-list/customer-group-member-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-member-list/customer-group-member-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-history/customer-history-entry-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-history/customer-history.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-list/customer-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-list/customer-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-status-label/customer-status-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/customer.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/vendure-admin-ui-customer.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/components/dashboard/dashboard.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/components/dashboard-widget/dashboard-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/dashboard.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/dashboard.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/default-widgets.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/vendure-admin-ui-dashboard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/order-chart-widget/order-chart-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/order-summary-widget/order-summary-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/test-widget/test-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/welcome-widget/welcome-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/login.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/login.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/providers/login.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/vendure-admin-ui-login.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/components/promotion-detail/promotion-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/components/promotion-list/promotion-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/marketing.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/marketing.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/vendure-admin-ui-marketing.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/common/get-refundable-payments.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/common/modify-order-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/coupon-code-selector/coupon-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/draft-order-detail/draft-order-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/draft-order-variant-selector/draft-order-variant-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-card/fulfillment-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-detail/fulfillment-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-state-label/fulfillment-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/line-fulfillment/line-fulfillment.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/line-refunds/line-refunds.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/modification-detail/modification-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-custom-fields-card/order-custom-fields-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-data-table/order-data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-data-table/order-total-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-detail/order-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-history/order-history-entry-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-history/order-history.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-list/order-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-modification-summary/order-modification-summary.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-payment-card/order-payment-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/constants.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-edge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-graph.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-node.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph-dialog/order-process-graph-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-table/order-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-detail/payment-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-for-refund-selector/payment-for-refund-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-state-label/payment-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-detail/refund-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-order-dialog/refund-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-state-label/refund-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-address-dialog/select-address-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-address-dialog/select-address-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-customer-dialog/select-customer-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-shipping-method-dialog/select-shipping-method-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/seller-orders-card/seller-orders-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/seller-orders-card/seller-orders-card.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/simple-item-list/simple-item-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/order.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/order.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/providers/order-transition.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/providers/routing/order.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/vendure-admin-ui-order.mjs +0 -0
- /package/{esm2022 → package/esm2022}/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-custom-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-custom-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/directives/react-component-host.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/ActionBar.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/Card.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/CdsIcon.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/FormField.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/Link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/PageBlock.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/PageDetailLayout.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/RichTextEditor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-detail-component-data.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-form-control.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-injector.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-page-metadata.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-query.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-rich-text-editor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-route-params.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-custom-detail-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-data-table-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-form-input-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-route-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/vendure-admin-ui-react.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/admin-detail/admin-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/administrator-list/administrator-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/administrator-list/administrator-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/channel-list/channel-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/channel-list/channel-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-detail/country-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-list/country-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-list/country-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/global-settings/global-settings.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-detail/payment-method-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-list/payment-method-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-list/payment-method-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/permission-grid/permission-grid.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/profile/profile.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-detail/role-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-list/role-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-list/role-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-detail/seller-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-list/seller-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-list/seller-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-list/shipping-method-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-list/shipping-method-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-test-result/shipping-method-test-result.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-detail/stock-location-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-list/stock-location-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-list/stock-location-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-detail/tax-category-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-list/tax-category-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-list/tax-category-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-list/tax-rate-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-list/tax-rate-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-address-form/test-address-form.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-order-builder/test-order-builder.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-shipping-methods/test-shipping-methods.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-detail/zone-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-list/zone-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-list/zone-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-controls.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list-header.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/providers/routing/profile-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/settings.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/settings.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/vendure-admin-ui-settings.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/health-check/health-check.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/job-list/job-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/job-state-label/job-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/system.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/system.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/vendure-admin-ui-system.mjs +0 -0
- /package/{esm2022 → package/esm2022}/vendure-admin-ui.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs.map +0 -0
- /package/{index.d.ts → package/index.d.ts} +0 -0
- /package/{login → package/login}/components/login/login.component.d.ts +0 -0
- /package/{login → package/login}/index.d.ts +0 -0
- /package/{login → package/login}/login.module.d.ts +0 -0
- /package/{login → package/login}/login.routes.d.ts +0 -0
- /package/{login → package/login}/providers/login.guard.d.ts +0 -0
- /package/{login → package/login}/public_api.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-detail/promotion-detail.component.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list-bulk-actions.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list.component.d.ts +0 -0
- /package/{marketing → package/marketing}/index.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.module.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.routes.d.ts +0 -0
- /package/{marketing → package/marketing}/public_api.d.ts +0 -0
- /package/{order → package/order}/common/get-refundable-payments.d.ts +0 -0
- /package/{order → package/order}/common/modify-order-types.d.ts +0 -0
- /package/{order → package/order}/components/add-manual-payment-dialog/add-manual-payment-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/cancel-order-dialog/cancel-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/coupon-code-selector/coupon-code-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-detail/draft-order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-variant-selector/draft-order-variant-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfill-order-dialog/fulfill-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-card/fulfillment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-detail/fulfillment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-state-label/fulfillment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/line-fulfillment/line-fulfillment.component.d.ts +0 -0
- /package/{order → package/order}/components/line-refunds/line-refunds.component.d.ts +0 -0
- /package/{order → package/order}/components/modification-detail/modification-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-custom-fields-card/order-custom-fields-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-data-table.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-total-column.component.d.ts +0 -0
- /package/{order → package/order}/components/order-detail/order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-editor/order-editor.component.d.ts +0 -0
- /package/{order → package/order}/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history-entry-host.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history.component.d.ts +0 -0
- /package/{order → package/order}/components/order-list/order-list.component.d.ts +0 -0
- /package/{order → package/order}/components/order-modification-summary/order-modification-summary.component.d.ts +0 -0
- /package/{order → package/order}/components/order-payment-card/order-payment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/constants.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-edge.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-graph.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-node.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/types.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph-dialog/order-process-graph-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-state-select-dialog/order-state-select-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-table/order-table.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-detail/payment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-for-refund-selector/payment-for-refund-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-state-label/payment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-detail/refund-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-order-dialog/refund-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-state-label/refund-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.graphql.d.ts +0 -0
- /package/{order → package/order}/components/select-customer-dialog/select-customer-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-shipping-method-dialog/select-shipping-method-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.graphql.d.ts +0 -0
- /package/{order → package/order}/components/settle-refund-dialog/settle-refund-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/simple-item-list/simple-item-list.component.d.ts +0 -0
- /package/{order → package/order}/index.d.ts +0 -0
- /package/{order → package/order}/order.module.d.ts +0 -0
- /package/{order → package/order}/order.routes.d.ts +0 -0
- /package/{order → package/order}/providers/order-transition.service.d.ts +0 -0
- /package/{order → package/order}/providers/routing/order.guard.d.ts +0 -0
- /package/{order → package/order}/public_api.d.ts +0 -0
- /package/{public_api.d.ts → package/public_api.d.ts} +0 -0
- /package/{react → package/react}/components/react-custom-column.component.d.ts +0 -0
- /package/{react → package/react}/components/react-custom-detail.component.d.ts +0 -0
- /package/{react → package/react}/components/react-form-input.component.d.ts +0 -0
- /package/{react → package/react}/components/react-route.component.d.ts +0 -0
- /package/{react → package/react}/directives/react-component-host.directive.d.ts +0 -0
- /package/{react → package/react}/index.d.ts +0 -0
- /package/{react → package/react}/public_api.d.ts +0 -0
- /package/{react → package/react}/react-components/ActionBar.d.ts +0 -0
- /package/{react → package/react}/react-components/Card.d.ts +0 -0
- /package/{react → package/react}/react-components/CdsIcon.d.ts +0 -0
- /package/{react → package/react}/react-components/FormField.d.ts +0 -0
- /package/{react → package/react}/react-components/Link.d.ts +0 -0
- /package/{react → package/react}/react-components/PageBlock.d.ts +0 -0
- /package/{react → package/react}/react-components/PageDetailLayout.d.ts +0 -0
- /package/{react → package/react}/react-components/RichTextEditor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-detail-component-data.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-form-control.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-injector.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-page-metadata.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-query.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-rich-text-editor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-route-params.d.ts +0 -0
- /package/{react → package/react}/register-react-custom-detail-component.d.ts +0 -0
- /package/{react → package/react}/register-react-data-table-component.d.ts +0 -0
- /package/{react → package/react}/register-react-form-input-component.d.ts +0 -0
- /package/{react → package/react}/register-react-route-component.d.ts +0 -0
- /package/{react → package/react}/types.d.ts +0 -0
- /package/{settings → package/settings}/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.d.ts +0 -0
- /package/{settings → package/settings}/components/admin-detail/admin-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-detail/channel-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-detail/country-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/global-settings/global-settings.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-detail/payment-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/permission-grid/permission-grid.component.d.ts +0 -0
- /package/{settings → package/settings}/components/profile/profile.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-detail/role-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-detail/seller-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-detail/shipping-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-test-result/shipping-method-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-detail/stock-location-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-detail/tax-category-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-detail/tax-rate-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-address-form/test-address-form.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-order-builder/test-order-builder.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-shipping-methods/test-shipping-methods.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-detail/zone-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-controls.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-header.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list.component.d.ts +0 -0
- /package/{settings → package/settings}/index.d.ts +0 -0
- /package/{settings → package/settings}/providers/routing/profile-resolver.d.ts +0 -0
- /package/{settings → package/settings}/public_api.d.ts +0 -0
- /package/{settings → package/settings}/settings.module.d.ts +0 -0
- /package/{settings → package/settings}/settings.routes.d.ts +0 -0
- /package/{static → package/static}/assets/.gitkeep +0 -0
- /package/{static → package/static}/assets/logo-login.webp +0 -0
- /package/{static → package/static}/assets/logo-top.webp +0 -0
- /package/{static → package/static}/favicon.ico +0 -0
- /package/{static → package/static}/fonts/fonts.scss +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-vietnamese.woff2 +0 -0
- /package/{static → package/static}/i18n-messages/ar.json +0 -0
- /package/{static → package/static}/i18n-messages/cs.json +0 -0
- /package/{static → package/static}/i18n-messages/de.json +0 -0
- /package/{static → package/static}/i18n-messages/en.json +0 -0
- /package/{static → package/static}/i18n-messages/es.json +0 -0
- /package/{static → package/static}/i18n-messages/fa.json +0 -0
- /package/{static → package/static}/i18n-messages/fr.json +0 -0
- /package/{static → package/static}/i18n-messages/he.json +0 -0
- /package/{static → package/static}/i18n-messages/hr.json +0 -0
- /package/{static → package/static}/i18n-messages/it.json +0 -0
- /package/{static → package/static}/i18n-messages/nb.json +0 -0
- /package/{static → package/static}/i18n-messages/ne.json +0 -0
- /package/{static → package/static}/i18n-messages/pl.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_BR.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_PT.json +0 -0
- /package/{static → package/static}/i18n-messages/ru.json +0 -0
- /package/{static → package/static}/i18n-messages/uk.json +0 -0
- /package/{static → package/static}/i18n-messages/zh_Hans.json +0 -0
- /package/{static → package/static}/i18n-messages/zh_Hant.json +0 -0
- /package/{static → package/static}/index.html +0 -0
- /package/{static → package/static}/polyfills.ts +0 -0
- /package/{static → package/static}/styles/_mixins.scss +0 -0
- /package/{static → package/static}/styles/_variables.scss +0 -0
- /package/{static → package/static}/styles/global/_buttons.scss +0 -0
- /package/{static → package/static}/styles/global/_clarity.scss +0 -0
- /package/{static → package/static}/styles/global/_forms.scss +0 -0
- /package/{static → package/static}/styles/global/_global.scss +0 -0
- /package/{static → package/static}/styles/global/_overrides.scss +0 -0
- /package/{static → package/static}/styles/global/_sass-overrides.scss +0 -0
- /package/{static → package/static}/styles/global/_utilities.scss +0 -0
- /package/{static → package/static}/styles/rtl.scss +0 -0
- /package/{static → package/static}/styles/styles.scss +0 -0
- /package/{static → package/static}/styles/theme/dark.scss +0 -0
- /package/{static → package/static}/styles/theme/default.scss +0 -0
- /package/{static → package/static}/styles/ui-extension-theme.scss +0 -0
- /package/{static → package/static}/theme.min.css +0 -0
- /package/{static → package/static}/vendure-ui-config.json +0 -0
- /package/{system → package/system}/components/health-check/health-check.component.d.ts +0 -0
- /package/{system → package/system}/components/job-list/job-list.component.d.ts +0 -0
- /package/{system → package/system}/components/job-state-label/job-state-label.component.d.ts +0 -0
- /package/{system → package/system}/index.d.ts +0 -0
- /package/{system → package/system}/public_api.d.ts +0 -0
- /package/{system → package/system}/system.module.d.ts +0 -0
- /package/{system → package/system}/system.routes.d.ts +0 -0
package/.eslintrc.json
ADDED
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": true,
|
|
3
|
+
"ignorePatterns": [
|
|
4
|
+
"projects/**/*"
|
|
5
|
+
],
|
|
6
|
+
"overrides": [
|
|
7
|
+
{
|
|
8
|
+
"files": [
|
|
9
|
+
"*.ts"
|
|
10
|
+
],
|
|
11
|
+
"parserOptions": {
|
|
12
|
+
"project": [
|
|
13
|
+
"tsconfig.json"
|
|
14
|
+
],
|
|
15
|
+
"createDefaultProgram": true
|
|
16
|
+
},
|
|
17
|
+
"extends": [
|
|
18
|
+
"plugin:@typescript-eslint/recommended",
|
|
19
|
+
"plugin:@angular-eslint/recommended",
|
|
20
|
+
"plugin:@angular-eslint/template/process-inline-templates"
|
|
21
|
+
],
|
|
22
|
+
"plugins": [
|
|
23
|
+
"import"
|
|
24
|
+
],
|
|
25
|
+
"rules": {
|
|
26
|
+
"@angular-eslint/directive-selector": [
|
|
27
|
+
"error",
|
|
28
|
+
{
|
|
29
|
+
"type": "attribute",
|
|
30
|
+
"prefix": "vdr",
|
|
31
|
+
"style": "camelCase"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"@angular-eslint/component-selector": [
|
|
35
|
+
"error",
|
|
36
|
+
{
|
|
37
|
+
"type": "element",
|
|
38
|
+
"prefix": "vdr",
|
|
39
|
+
"style": "kebab-case"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"@angular-eslint/no-input-rename": "off",
|
|
43
|
+
"@typescript-eslint/array-type": [
|
|
44
|
+
"error",
|
|
45
|
+
{
|
|
46
|
+
"default": "array-simple"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"@typescript-eslint/naming-convention": "off",
|
|
50
|
+
"@typescript-eslint/consistent-type-definitions": "off",
|
|
51
|
+
"@typescript-eslint/dot-notation": "off",
|
|
52
|
+
"@typescript-eslint/explicit-member-accessibility": [
|
|
53
|
+
"off",
|
|
54
|
+
{
|
|
55
|
+
"accessibility": "explicit"
|
|
56
|
+
}
|
|
57
|
+
],
|
|
58
|
+
"@typescript-eslint/member-ordering": "off",
|
|
59
|
+
"@typescript-eslint/no-empty-function": "error",
|
|
60
|
+
"@typescript-eslint/no-empty-interface": "off",
|
|
61
|
+
"@typescript-eslint/no-floating-promises": "off",
|
|
62
|
+
"@typescript-eslint/no-var-requires": "error",
|
|
63
|
+
"arrow-parens": [
|
|
64
|
+
"off",
|
|
65
|
+
"always"
|
|
66
|
+
],
|
|
67
|
+
"id-blacklist": "off",
|
|
68
|
+
"id-match": "off",
|
|
69
|
+
"import/order": "error",
|
|
70
|
+
"jsdoc/check-alignment": "off",
|
|
71
|
+
"jsdoc/newline-after-description": "off",
|
|
72
|
+
"max-len": [
|
|
73
|
+
"error",
|
|
74
|
+
{
|
|
75
|
+
"code": 170
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"no-empty": "error",
|
|
79
|
+
"no-underscore-dangle": "off",
|
|
80
|
+
"prefer-arrow/prefer-arrow-functions": "off"
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"files": [
|
|
85
|
+
"*.html"
|
|
86
|
+
],
|
|
87
|
+
"extends": [
|
|
88
|
+
"plugin:@angular-eslint/template/recommended"
|
|
89
|
+
],
|
|
90
|
+
"rules": {
|
|
91
|
+
"@angular-eslint/template/no-negated-async": "off",
|
|
92
|
+
"@angular-eslint/template/eqeqeq": "off"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
]
|
|
96
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Vendure Admin UI
|
|
2
|
+
|
|
3
|
+
This is the administration interface for Vendure.
|
|
4
|
+
|
|
5
|
+
It is an Angular application built with the Angular CLI.
|
|
6
|
+
|
|
7
|
+
The UI is powered by the [Clarity Design System](https://clarity.design).
|
|
8
|
+
|
|
9
|
+
## Structure
|
|
10
|
+
|
|
11
|
+
### Library
|
|
12
|
+
|
|
13
|
+
The Admin UI is structured as an Angular library conforming to the [ng-packagr format](https://github.com/ng-packagr/ng-packagr). This library is what is published to npm as `@vendure/admin-ui`. The library consists
|
|
14
|
+
of a set of modules which are accessible from consuming applications as sub-packages:
|
|
15
|
+
|
|
16
|
+
* `@vendure/admin-ui/core`
|
|
17
|
+
* `@vendure/admin-ui/catalog`
|
|
18
|
+
* `@vendure/admin-ui/orders`
|
|
19
|
+
|
|
20
|
+
etc. These library packages are located at [./src/lib](./src/lib)
|
|
21
|
+
|
|
22
|
+
When built with `npm run build`, the output will be located in the `./package` sub directory. This is also the root of the published npm package.
|
|
23
|
+
|
|
24
|
+
### Application
|
|
25
|
+
|
|
26
|
+
In addition to the library, there is also a full application located at [./src/app](./src/app). This application is used both during development of the Admin UI, and also as the "default" Admin UI without any UI extensions, as provided as the default by the [admin-ui-plugin](../admin-ui-plugin).
|
|
27
|
+
|
|
28
|
+
## Localization
|
|
29
|
+
|
|
30
|
+
Localization of UI strings is handled by [ngx-translate](http://www.ngx-translate.com/). The translation strings should use the [ICU MessageFormat](http://userguide.icu-project.org/formatparse/messages).
|
|
31
|
+
|
|
32
|
+
Translation keys are automatically extracted by running:
|
|
33
|
+
```
|
|
34
|
+
npm run extract-translations
|
|
35
|
+
```
|
|
36
|
+
This scan the source files for any translation keys, and add them to each of the translation files located in [`./src/lib/static/i18n-messages/`](./src/lib/static/i18n-messages/).
|
|
37
|
+
|
|
38
|
+
A report is generated for each language detailing what percentage of the translation tokens are translated into that language:
|
|
39
|
+
|
|
40
|
+
```text
|
|
41
|
+
Extracting translation tokens for "src\lib\static\i18n-messages\de.json"
|
|
42
|
+
de: 592 of 650 tokens translated (91%)
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
This report data is also saved to the [i18n-coverage.json](./i18n-coverage.json) file.
|
|
46
|
+
|
|
47
|
+
To add support for a new language, create a new empty json file (`{}`) in the `i18n-messages` directory named `<languageCode>.json`, where `languageCode` is one of the supported codes as given in the [LanguageCode enum type](../core/src/api/schema/common/language-code.graphql), then run `npm run extract-translations`
|
|
48
|
+
|
|
49
|
+
To verify localization changes add `<languageCode>.json` to `./src/lib/static/vendure-ui-config.json` in the array `availableLanguages`. This will make the localization available in Admin UI development mode using `npm run start`
|
|
50
|
+
|
package/angular.json
ADDED
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
|
|
3
|
+
"version": 1,
|
|
4
|
+
"newProjectRoot": "projects",
|
|
5
|
+
"projects": {
|
|
6
|
+
"vendure-admin": {
|
|
7
|
+
"root": "",
|
|
8
|
+
"sourceRoot": "src",
|
|
9
|
+
"projectType": "application",
|
|
10
|
+
"prefix": "vdr",
|
|
11
|
+
"schematics": {
|
|
12
|
+
"@schematics/angular:component": {
|
|
13
|
+
"style": "scss"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"architect": {
|
|
17
|
+
"build": {
|
|
18
|
+
"builder": "@angular-devkit/build-angular:browser",
|
|
19
|
+
"options": {
|
|
20
|
+
"baseHref": "/admin/",
|
|
21
|
+
"outputPath": "dist",
|
|
22
|
+
"index": "src/lib/static/index.html",
|
|
23
|
+
"main": "src/main.ts",
|
|
24
|
+
"polyfills": "src/lib/static/polyfills.ts",
|
|
25
|
+
"tsConfig": "src/tsconfig.app.json",
|
|
26
|
+
"assets": [
|
|
27
|
+
{
|
|
28
|
+
"glob": "**/*",
|
|
29
|
+
"input": "src/lib/static/",
|
|
30
|
+
"output": "/"
|
|
31
|
+
}
|
|
32
|
+
],
|
|
33
|
+
"styles": [
|
|
34
|
+
"src/lib/static/styles/styles.scss"
|
|
35
|
+
],
|
|
36
|
+
"stylePreprocessorOptions": {
|
|
37
|
+
"includePaths": [
|
|
38
|
+
"./src/lib/static/styles",
|
|
39
|
+
"./src/lib/static/fonts"
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
"allowedCommonJsDependencies": [
|
|
43
|
+
"graphql-tag",
|
|
44
|
+
"zen-observable",
|
|
45
|
+
"lodash",
|
|
46
|
+
"dayjs",
|
|
47
|
+
"apollo-upload-client",
|
|
48
|
+
"@clr/icons",
|
|
49
|
+
"@clr/icons/shapes/all-shapes",
|
|
50
|
+
"@vendure/common/lib/generated-types",
|
|
51
|
+
"@vendure/common/lib/simple-deep-clone",
|
|
52
|
+
"@vendure/common/lib/shared-constants",
|
|
53
|
+
"@vendure/common/lib/shared-utils",
|
|
54
|
+
"@vendure/common/lib/normalize-string",
|
|
55
|
+
"@vendure/common/lib/unique",
|
|
56
|
+
"@vendure/common/lib/omit",
|
|
57
|
+
"@vendure/common/lib/pick",
|
|
58
|
+
"@messageformat/core"
|
|
59
|
+
],
|
|
60
|
+
"vendorChunk": true,
|
|
61
|
+
"extractLicenses": false,
|
|
62
|
+
"buildOptimizer": false,
|
|
63
|
+
"sourceMap": true,
|
|
64
|
+
"optimization": false,
|
|
65
|
+
"namedChunks": true
|
|
66
|
+
},
|
|
67
|
+
"configurations": {
|
|
68
|
+
"production": {
|
|
69
|
+
"budgets": [
|
|
70
|
+
{
|
|
71
|
+
"type": "anyComponentStyle",
|
|
72
|
+
"maximumWarning": "6kb"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"fileReplacements": [
|
|
76
|
+
{
|
|
77
|
+
"replace": "src/environments/environment.ts",
|
|
78
|
+
"with": "src/environments/environment.prod.ts"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"optimization": {
|
|
82
|
+
"styles": {
|
|
83
|
+
"inlineCritical": false
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"outputHashing": "all",
|
|
87
|
+
"namedChunks": false,
|
|
88
|
+
"extractLicenses": true,
|
|
89
|
+
"vendorChunk": false
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
"defaultConfiguration": ""
|
|
93
|
+
},
|
|
94
|
+
"serve": {
|
|
95
|
+
"builder": "@angular-devkit/build-angular:dev-server",
|
|
96
|
+
"options": {
|
|
97
|
+
"buildTarget": "vendure-admin:build"
|
|
98
|
+
},
|
|
99
|
+
"configurations": {
|
|
100
|
+
"production": {
|
|
101
|
+
"buildTarget": "vendure-admin:build:production"
|
|
102
|
+
},
|
|
103
|
+
"plugin": {
|
|
104
|
+
"buildTarget": "vendure-admin:build:plugin-watch"
|
|
105
|
+
},
|
|
106
|
+
"plugin-dev": {
|
|
107
|
+
"buildTarget": "vendure-admin:build:plugin-dev-watch"
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
},
|
|
111
|
+
"extract-i18n": {
|
|
112
|
+
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
113
|
+
"options": {
|
|
114
|
+
"buildTarget": "vendure-admin:build"
|
|
115
|
+
}
|
|
116
|
+
},
|
|
117
|
+
"test": {
|
|
118
|
+
"builder": "@angular-devkit/build-angular:karma",
|
|
119
|
+
"options": {
|
|
120
|
+
"main": "src/test.ts",
|
|
121
|
+
"polyfills": "src/lib/static/polyfills.ts",
|
|
122
|
+
"tsConfig": "src/tsconfig.spec.json",
|
|
123
|
+
"karmaConfig": "src/karma.conf.js",
|
|
124
|
+
"styles": [
|
|
125
|
+
"src/lib/static/styles/styles.scss"
|
|
126
|
+
],
|
|
127
|
+
"scripts": [],
|
|
128
|
+
"assets": [
|
|
129
|
+
"src/lib/static/favicon.ico",
|
|
130
|
+
"src/lib/static/assets"
|
|
131
|
+
],
|
|
132
|
+
"stylePreprocessorOptions": {
|
|
133
|
+
"includePaths": [
|
|
134
|
+
"./src/lib/static/styles",
|
|
135
|
+
"./src/lib/static/fonts"
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
},
|
|
140
|
+
"lint": {
|
|
141
|
+
"builder": "@angular-eslint/builder:lint",
|
|
142
|
+
"options": {
|
|
143
|
+
"lintFilePatterns": [
|
|
144
|
+
"src/**/*.ts",
|
|
145
|
+
"src/**/*.html"
|
|
146
|
+
]
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
},
|
|
151
|
+
"vendure-admin-lib": {
|
|
152
|
+
"projectType": "library",
|
|
153
|
+
"root": "",
|
|
154
|
+
"sourceRoot": "src",
|
|
155
|
+
"prefix": "vdr",
|
|
156
|
+
"architect": {
|
|
157
|
+
"build": {
|
|
158
|
+
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
159
|
+
"options": {
|
|
160
|
+
"tsConfig": "./tsconfig.lib.json",
|
|
161
|
+
"project": "./src/lib/ng-package.json"
|
|
162
|
+
},
|
|
163
|
+
"configurations": {
|
|
164
|
+
"production": {
|
|
165
|
+
"tsConfig": "./tsconfig.lib.prod.json"
|
|
166
|
+
}
|
|
167
|
+
}
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
},
|
|
172
|
+
"schematics": {
|
|
173
|
+
"@schematics/angular:component": {
|
|
174
|
+
"skipTests": true,
|
|
175
|
+
"changeDetection": "OnPush",
|
|
176
|
+
"project": "vendure-admin-lib"
|
|
177
|
+
}
|
|
178
|
+
},
|
|
179
|
+
"cli": {
|
|
180
|
+
"packageManager": "npm",
|
|
181
|
+
"analytics": "61fa89f7-706a-46c0-bcdb-b1d3664195ce",
|
|
182
|
+
"schematicCollections": [
|
|
183
|
+
"@angular-eslint/schematics"
|
|
184
|
+
]
|
|
185
|
+
}
|
|
186
|
+
}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedOn": "2024-02-20T08:21:48.514Z",
|
|
3
|
+
"lastCommit": "752e740a338bdef4a8634260fa5a4c7379d448d5",
|
|
4
|
+
"translationStatus": {
|
|
5
|
+
"ar": {
|
|
6
|
+
"tokenCount": 778,
|
|
7
|
+
"translatedCount": 775,
|
|
8
|
+
"percentage": 100
|
|
9
|
+
},
|
|
10
|
+
"cs": {
|
|
11
|
+
"tokenCount": 778,
|
|
12
|
+
"translatedCount": 587,
|
|
13
|
+
"percentage": 75
|
|
14
|
+
},
|
|
15
|
+
"de": {
|
|
16
|
+
"tokenCount": 778,
|
|
17
|
+
"translatedCount": 775,
|
|
18
|
+
"percentage": 100
|
|
19
|
+
},
|
|
20
|
+
"en": {
|
|
21
|
+
"tokenCount": 778,
|
|
22
|
+
"translatedCount": 777,
|
|
23
|
+
"percentage": 100
|
|
24
|
+
},
|
|
25
|
+
"es": {
|
|
26
|
+
"tokenCount": 778,
|
|
27
|
+
"translatedCount": 775,
|
|
28
|
+
"percentage": 100
|
|
29
|
+
},
|
|
30
|
+
"fa": {
|
|
31
|
+
"tokenCount": 778,
|
|
32
|
+
"translatedCount": 775,
|
|
33
|
+
"percentage": 100
|
|
34
|
+
},
|
|
35
|
+
"fr": {
|
|
36
|
+
"tokenCount": 778,
|
|
37
|
+
"translatedCount": 773,
|
|
38
|
+
"percentage": 99
|
|
39
|
+
},
|
|
40
|
+
"he": {
|
|
41
|
+
"tokenCount": 778,
|
|
42
|
+
"translatedCount": 775,
|
|
43
|
+
"percentage": 100
|
|
44
|
+
},
|
|
45
|
+
"hr": {
|
|
46
|
+
"tokenCount": 778,
|
|
47
|
+
"translatedCount": 774,
|
|
48
|
+
"percentage": 99
|
|
49
|
+
},
|
|
50
|
+
"it": {
|
|
51
|
+
"tokenCount": 778,
|
|
52
|
+
"translatedCount": 775,
|
|
53
|
+
"percentage": 100
|
|
54
|
+
},
|
|
55
|
+
"nb": {
|
|
56
|
+
"tokenCount": 778,
|
|
57
|
+
"translatedCount": 772,
|
|
58
|
+
"percentage": 99
|
|
59
|
+
},
|
|
60
|
+
"ne": {
|
|
61
|
+
"tokenCount": 778,
|
|
62
|
+
"translatedCount": 764,
|
|
63
|
+
"percentage": 98
|
|
64
|
+
},
|
|
65
|
+
"pl": {
|
|
66
|
+
"tokenCount": 778,
|
|
67
|
+
"translatedCount": 417,
|
|
68
|
+
"percentage": 54
|
|
69
|
+
},
|
|
70
|
+
"pt_BR": {
|
|
71
|
+
"tokenCount": 778,
|
|
72
|
+
"translatedCount": 774,
|
|
73
|
+
"percentage": 99
|
|
74
|
+
},
|
|
75
|
+
"pt_PT": {
|
|
76
|
+
"tokenCount": 778,
|
|
77
|
+
"translatedCount": 622,
|
|
78
|
+
"percentage": 80
|
|
79
|
+
},
|
|
80
|
+
"ru": {
|
|
81
|
+
"tokenCount": 778,
|
|
82
|
+
"translatedCount": 775,
|
|
83
|
+
"percentage": 100
|
|
84
|
+
},
|
|
85
|
+
"sv": {
|
|
86
|
+
"tokenCount": 778,
|
|
87
|
+
"translatedCount": 776,
|
|
88
|
+
"percentage": 100
|
|
89
|
+
},
|
|
90
|
+
"uk": {
|
|
91
|
+
"tokenCount": 778,
|
|
92
|
+
"translatedCount": 775,
|
|
93
|
+
"percentage": 100
|
|
94
|
+
},
|
|
95
|
+
"zh_Hans": {
|
|
96
|
+
"tokenCount": 778,
|
|
97
|
+
"translatedCount": 557,
|
|
98
|
+
"percentage": 72
|
|
99
|
+
},
|
|
100
|
+
"zh_Hant": {
|
|
101
|
+
"tokenCount": 778,
|
|
102
|
+
"translatedCount": 404,
|
|
103
|
+
"percentage": 52
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const ADMIN_UI_VERSION = "2.2.1";
|
package/{core → package/core}/shared/components/ui-extension-point/ui-extension-point.component.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import { Observable } from 'rxjs';
|
|
3
2
|
import { CodeJar } from 'codejar';
|
|
3
|
+
import { Observable } from 'rxjs';
|
|
4
4
|
import { UIExtensionLocationId } from '../../../common/component-registry-types';
|
|
5
5
|
import { DataService } from '../../../data/providers/data.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
@@ -8,7 +8,7 @@ type UiExtensionType = 'actionBar' | 'actionBarDropdown' | 'navMenu' | 'detailCo
|
|
|
8
8
|
export declare class UiExtensionPointComponent implements OnInit {
|
|
9
9
|
private dataService;
|
|
10
10
|
locationId: UIExtensionLocationId;
|
|
11
|
-
metadata?:
|
|
11
|
+
metadata?: string;
|
|
12
12
|
topPx: number;
|
|
13
13
|
leftPx: number;
|
|
14
14
|
display: 'block' | 'inline-block';
|
|
@@ -14,7 +14,7 @@ export class CreateProductVariantDialogComponent {
|
|
|
14
14
|
this.form = this.formBuilder.group({
|
|
15
15
|
name: ['', Validators.required],
|
|
16
16
|
sku: ['', Validators.required],
|
|
17
|
-
price: [''
|
|
17
|
+
price: [''],
|
|
18
18
|
options: this.formBuilder.record({}),
|
|
19
19
|
});
|
|
20
20
|
}
|
|
@@ -77,4 +77,4 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImpor
|
|
|
77
77
|
type: Component,
|
|
78
78
|
args: [{ selector: 'vdr-create-product-variant-dialog', changeDetection: ChangeDetectionStrategy.OnPush, template: "<ng-template vdrDialogTitle>\r\n {{ 'catalog.create-product-variant' | translate }}\r\n</ng-template>\r\n<form [formGroup]=\"form\">\r\n <div formGroupName=\"options\" class=\"form-grid\">\r\n <vdr-form-field [label]=\"optionGroup.name\" *ngFor=\"let optionGroup of product.optionGroups\">\r\n <ng-select [items]=\"optionGroup.options\" [formControlName]=\"optionGroup.code\" bindLabel=\"name\"\r\n bindValue=\"id\" appendTo=\"body\">\r\n </ng-select>\r\n </vdr-form-field>\r\n <clr-alert *ngIf=\"product.optionGroups.length === 0\" clrAlertType=\"warning\" [clrAlertClosable]=\"false\"\r\n class=\"form-grid-span\">\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'catalog.cannot-create-variants-without-options' | translate }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n <div *ngIf=\"existingVariant\" class=\"mt-2\">\r\n <clr-alert clrAlertType=\"warning\" [clrAlertClosable]=\"false\" class=\"\">\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'catalog.product-variant-exists' | translate }}: {{ existingVariant.name }} ({{\r\n existingVariant.sku\r\n }})\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n <div class=\"form-grid mt-2\">\r\n <vdr-form-field [label]=\"'common.name' | translate\">\r\n <input type=\"text\" formControlName=\"name\" />\r\n </vdr-form-field>\r\n <vdr-form-field [label]=\"'catalog.sku' | translate\">\r\n <input type=\"text\" formControlName=\"sku\" />\r\n </vdr-form-field>\r\n <vdr-form-field [label]=\"'catalog.price' | translate\">\r\n <vdr-currency-input name=\"price\" [currencyCode]=\"currencyCode\" formControlName=\"price\" />\r\n </vdr-form-field>\r\n </div>\r\n</form>\r\n<ng-template vdrDialogButtons>\r\n <button type=\"button\" class=\"btn\" (click)=\"cancel()\">{{ 'common.cancel' | translate }}</button>\r\n <button type=\"submit\" (click)=\"confirm()\" class=\"btn btn-primary\"\r\n [disabled]=\"form.invalid || existingVariant || product.optionGroups.length === 0\">\r\n {{ 'common.confirm' | translate }}\r\n </button>\r\n</ng-template>" }]
|
|
79
79
|
}], ctorParameters: () => [{ type: i1.FormBuilder }] });
|
|
80
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLXByb2R1Y3QtdmFyaWFudC1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jYXRhbG9nL3NyYy9jb21wb25lbnRzL2NyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nL2NyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY2F0YWxvZy9zcmMvY29tcG9uZW50cy9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBZSxXQUFXLEVBQXlCLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBTzdGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOzs7Ozs7OztBQVN0RSxNQUFNLE9BQU8sbUNBQW1DO0lBWTVDLFlBQW9CLFdBQXdCO1FBQXhCLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBVDVDLFNBQUksR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztZQUMxQixJQUFJLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUMvQixHQUFHLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUM5QixLQUFLLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNoQyxPQUFPLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQVMsRUFBRSxDQUFDO1NBQy9DLENBQUMsQ0FBQztJQUk0QyxDQUFDO0lBRWhELFFBQVE7UUFDSixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxFQUFFLFlBQVksQ0FBQztRQUMzRCxLQUFLLE1BQU0sV0FBVyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDakQsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFnQixDQUFDLFVBQVUsQ0FDL0MsV0FBVyxDQUFDLElBQUksRUFDaEIsSUFBSSxXQUFXLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FDM0MsQ0FBQztRQUNOLENBQUM7UUFDRCxNQUFNLGFBQWEsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQWUsQ0FBQztRQUM3RCxhQUFhLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUN6QyxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUMxQyxNQUFNLE9BQU8sR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsSUFBSSxJQUFJLENBQUMsQ0FBQztZQUMzRCxJQUFJLENBQUMsT0FBTyxJQUFJLEtBQUssSUFBSSxXQUFXLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxFQUFFLENBQUM7Z0JBQ3pELE1BQU0sSUFBSSxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDO3FCQUM3QixHQUFHLENBQ0EsQ0FBQyxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsRUFBRSxFQUFFLENBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWTtxQkFDcEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksS0FBSyxTQUFTLENBQUM7b0JBQ2xDLEVBQUUsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLEtBQUssUUFBUSxDQUFDLEVBQUUsSUFBSSxDQUN2RDtxQkFDQSxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQ2YsV0FBVyxDQUFDLFFBQVEsQ0FBQyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7WUFDekQsQ0FBQztZQUNELE1BQU0sV0FBVyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLElBQUksQ0FBQyxDQUFDO1lBQy9ELElBQUksV0FBVyxFQUFFLENBQUM7Z0JBQ2QsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FDbEQsTUFBTSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxLQUFLLENBQ3ZCLENBQUMsQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDLEVBQUUsRUFBRSxDQUN0QixDQUFDLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLEtBQUssSUFBSSxDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFDekUsUUFBUSxDQUNmLENBQ0osQ0FBQztZQUNOLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxPQUFPO1FBQ0gsTUFBTSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ3RELElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksQ0FBQyxPQUFPLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUN0QyxPQUFPO1FBQ1gsQ0FBQztRQUVELE1BQU0sU0FBUyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDcEUsSUFBSSxDQUFDLFdBQVcsQ0FBQztZQUNiLFNBQVMsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDMUIsR0FBRztZQUNILEtBQUssRUFBRSxNQUFNLENBQUMsS0FBSyxDQUFDO1lBQ3BCLFNBQVM7WUFDVCxZQUFZLEVBQUU7Z0JBQ1Y7b0JBQ0ksWUFBWSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWTtvQkFDdkMsSUFBSTtpQkFDUDthQUNKO1NBQ0osQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELE1BQU07UUFDRixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVPLGtCQUFrQixDQUFDLEVBQVU7UUFDakMsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxLQUFLLEVBQUUsQ0FBQyxFQUFFLElBQUksSUFBSSxFQUFFLENBQUM7SUFDMUUsQ0FBQztJQUVPLGtCQUFrQixDQUFDLElBQVk7UUFDbkMsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxFQUFFLEVBQUUsSUFBSSxFQUFFLENBQUM7SUFDNUUsQ0FBQzs4R0FqRlEsbUNBQW1DO2tHQUFuQyxtQ0FBbUMseUVDakJoRCwwNEVBZ0RjOzsyRkQvQkQsbUNBQW1DO2tCQU4vQyxTQUFTOytCQUNJLG1DQUFtQyxtQkFHNUIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3JtQnVpbGRlciwgRm9ybUNvbnRyb2wsIEZvcm1Hcm91cCwgRm9ybVJlY29yZCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHtcclxuICAgIENyZWF0ZVByb2R1Y3RWYXJpYW50SW5wdXQsXHJcbiAgICBDdXJyZW5jeUNvZGUsXHJcbiAgICBEaWFsb2csXHJcbiAgICBHZXRQcm9kdWN0VmFyaWFudE9wdGlvbnNRdWVyeSxcclxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcclxuaW1wb3J0IHsgbm90TnVsbE9yVW5kZWZpbmVkIH0gZnJvbSAnQHZlbmR1cmUvY29tbW9uL2xpYi9zaGFyZWQtdXRpbHMnO1xyXG5pbXBvcnQgeyBjb21iaW5lTGF0ZXN0IH0gZnJvbSAncnhqcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLWNyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDcmVhdGVQcm9kdWN0VmFyaWFudERpYWxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIERpYWxvZzxDcmVhdGVQcm9kdWN0VmFyaWFudElucHV0PiwgT25Jbml0IHtcclxuICAgIHJlc29sdmVXaXRoOiAocmVzdWx0PzogQ3JlYXRlUHJvZHVjdFZhcmlhbnRJbnB1dCkgPT4gdm9pZDtcclxuICAgIHByb2R1Y3Q6IE5vbk51bGxhYmxlPEdldFByb2R1Y3RWYXJpYW50T3B0aW9uc1F1ZXJ5Wydwcm9kdWN0J10+O1xyXG4gICAgZm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAgIG5hbWU6IFsnJywgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICAgc2t1OiBbJycsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAgIHByaWNlOiBbJycsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAgIG9wdGlvbnM6IHRoaXMuZm9ybUJ1aWxkZXIucmVjb3JkPHN0cmluZz4oe30pLFxyXG4gICAgfSk7XHJcbiAgICBleGlzdGluZ1ZhcmlhbnQ6IE5vbk51bGxhYmxlPEdldFByb2R1Y3RWYXJpYW50T3B0aW9uc1F1ZXJ5Wydwcm9kdWN0J10+Wyd2YXJpYW50cyddW251bWJlcl0gfCB1bmRlZmluZWQ7XHJcbiAgICBjdXJyZW5jeUNvZGU6IEN1cnJlbmN5Q29kZTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZvcm1CdWlsZGVyOiBGb3JtQnVpbGRlcikge31cclxuXHJcbiAgICBuZ09uSW5pdCgpIHtcclxuICAgICAgICB0aGlzLmN1cnJlbmN5Q29kZSA9IHRoaXMucHJvZHVjdC52YXJpYW50c1swXT8uY3VycmVuY3lDb2RlO1xyXG4gICAgICAgIGZvciAoY29uc3Qgb3B0aW9uR3JvdXAgb2YgdGhpcy5wcm9kdWN0Lm9wdGlvbkdyb3Vwcykge1xyXG4gICAgICAgICAgICAodGhpcy5mb3JtLmdldCgnb3B0aW9ucycpIGFzIEZvcm1SZWNvcmQpLmFkZENvbnRyb2woXHJcbiAgICAgICAgICAgICAgICBvcHRpb25Hcm91cC5jb2RlLFxyXG4gICAgICAgICAgICAgICAgbmV3IEZvcm1Db250cm9sKCcnLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgICAgICAgICAgKTtcclxuICAgICAgICB9XHJcbiAgICAgICAgY29uc3Qgb3B0aW9uc1JlY29yZCA9IHRoaXMuZm9ybS5nZXQoJ29wdGlvbnMnKSBhcyBGb3JtUmVjb3JkO1xyXG4gICAgICAgIG9wdGlvbnNSZWNvcmQudmFsdWVDaGFuZ2VzLnN1YnNjcmliZSh2YWx1ZSA9PiB7XHJcbiAgICAgICAgICAgIGNvbnN0IG5hbWVDb250cm9sID0gdGhpcy5mb3JtLmdldCgnbmFtZScpO1xyXG4gICAgICAgICAgICBjb25zdCBhbGxOdWxsID0gT2JqZWN0LnZhbHVlcyh2YWx1ZSkuZXZlcnkodiA9PiB2ID09IG51bGwpO1xyXG4gICAgICAgICAgICBpZiAoIWFsbE51bGwgJiYgdmFsdWUgJiYgbmFtZUNvbnRyb2wgJiYgIW5hbWVDb250cm9sLmRpcnR5KSB7XHJcbiAgICAgICAgICAgICAgICBjb25zdCBuYW1lID0gT2JqZWN0LmVudHJpZXModmFsdWUpXHJcbiAgICAgICAgICAgICAgICAgICAgLm1hcChcclxuICAgICAgICAgICAgICAgICAgICAgICAgKFtncm91cENvZGUsIG9wdGlvbklkXSkgPT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucHJvZHVjdC5vcHRpb25Hcm91cHNcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAuZmluZChvZyA9PiBvZy5jb2RlID09PSBncm91cENvZGUpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPy5vcHRpb25zLmZpbmQobyA9PiBvLmlkID09PSBvcHRpb25JZCk/Lm5hbWUsXHJcbiAgICAgICAgICAgICAgICAgICAgKVxyXG4gICAgICAgICAgICAgICAgICAgIC5qb2luKCcgJyk7XHJcbiAgICAgICAgICAgICAgICBuYW1lQ29udHJvbC5zZXRWYWx1ZShgJHt0aGlzLnByb2R1Y3QubmFtZX0gJHtuYW1lfWApO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIGNvbnN0IGFsbFNlbGVjdGVkID0gT2JqZWN0LnZhbHVlcyh2YWx1ZSkuZXZlcnkodiA9PiB2ICE9IG51bGwpO1xyXG4gICAgICAgICAgICBpZiAoYWxsU2VsZWN0ZWQpIHtcclxuICAgICAgICAgICAgICAgIHRoaXMuZXhpc3RpbmdWYXJpYW50ID0gdGhpcy5wcm9kdWN0LnZhcmlhbnRzLmZpbmQodiA9PlxyXG4gICAgICAgICAgICAgICAgICAgIE9iamVjdC5lbnRyaWVzKHZhbHVlKS5ldmVyeShcclxuICAgICAgICAgICAgICAgICAgICAgICAgKFtncm91cENvZGUsIG9wdGlvbklkXSkgPT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHYub3B0aW9ucy5maW5kKG8gPT4gby5ncm91cElkID09PSB0aGlzLmdldEdyb3VwSWRGcm9tQ29kZShncm91cENvZGUpKT8uaWQgPT09XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25JZCxcclxuICAgICAgICAgICAgICAgICAgICApLFxyXG4gICAgICAgICAgICAgICAgKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG5cclxuICAgIGNvbmZpcm0oKSB7XHJcbiAgICAgICAgY29uc3QgeyBuYW1lLCBza3UsIG9wdGlvbnMsIHByaWNlIH0gPSB0aGlzLmZvcm0udmFsdWU7XHJcbiAgICAgICAgaWYgKCFuYW1lIHx8ICFza3UgfHwgIW9wdGlvbnMgfHwgIXByaWNlKSB7XHJcbiAgICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGNvbnN0IG9wdGlvbklkcyA9IE9iamVjdC52YWx1ZXMob3B0aW9ucykuZmlsdGVyKG5vdE51bGxPclVuZGVmaW5lZCk7XHJcbiAgICAgICAgdGhpcy5yZXNvbHZlV2l0aCh7XHJcbiAgICAgICAgICAgIHByb2R1Y3RJZDogdGhpcy5wcm9kdWN0LmlkLFxyXG4gICAgICAgICAgICBza3UsXHJcbiAgICAgICAgICAgIHByaWNlOiBOdW1iZXIocHJpY2UpLFxyXG4gICAgICAgICAgICBvcHRpb25JZHMsXHJcbiAgICAgICAgICAgIHRyYW5zbGF0aW9uczogW1xyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIGxhbmd1YWdlQ29kZTogdGhpcy5wcm9kdWN0Lmxhbmd1YWdlQ29kZSxcclxuICAgICAgICAgICAgICAgICAgICBuYW1lLFxyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgXSxcclxuICAgICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICBjYW5jZWwoKSB7XHJcbiAgICAgICAgdGhpcy5yZXNvbHZlV2l0aCgpO1xyXG4gICAgfVxyXG5cclxuICAgIHByaXZhdGUgZ2V0R3JvdXBDb2RlRnJvbUlkKGlkOiBzdHJpbmcpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiB0aGlzLnByb2R1Y3Qub3B0aW9uR3JvdXBzLmZpbmQob2cgPT4gb2cuaWQgPT09IGlkKT8uY29kZSA/PyAnJztcclxuICAgIH1cclxuXHJcbiAgICBwcml2YXRlIGdldEdyb3VwSWRGcm9tQ29kZShjb2RlOiBzdHJpbmcpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiB0aGlzLnByb2R1Y3Qub3B0aW9uR3JvdXBzLmZpbmQob2cgPT4gb2cuY29kZSA9PT0gY29kZSk/LmlkID8/ICcnO1xyXG4gICAgfVxyXG59XHJcbiIsIjxuZy10ZW1wbGF0ZSB2ZHJEaWFsb2dUaXRsZT5cclxuICAgIHt7ICdjYXRhbG9nLmNyZWF0ZS1wcm9kdWN0LXZhcmlhbnQnIHwgdHJhbnNsYXRlIH19XHJcbjwvbmctdGVtcGxhdGU+XHJcbjxmb3JtIFtmb3JtR3JvdXBdPVwiZm9ybVwiPlxyXG4gICAgPGRpdiBmb3JtR3JvdXBOYW1lPVwib3B0aW9uc1wiIGNsYXNzPVwiZm9ybS1ncmlkXCI+XHJcbiAgICAgICAgPHZkci1mb3JtLWZpZWxkIFtsYWJlbF09XCJvcHRpb25Hcm91cC5uYW1lXCIgKm5nRm9yPVwibGV0IG9wdGlvbkdyb3VwIG9mIHByb2R1Y3Qub3B0aW9uR3JvdXBzXCI+XHJcbiAgICAgICAgICAgIDxuZy1zZWxlY3QgW2l0ZW1zXT1cIm9wdGlvbkdyb3VwLm9wdGlvbnNcIiBbZm9ybUNvbnRyb2xOYW1lXT1cIm9wdGlvbkdyb3VwLmNvZGVcIiBiaW5kTGFiZWw9XCJuYW1lXCJcclxuICAgICAgICAgICAgICAgIGJpbmRWYWx1ZT1cImlkXCIgYXBwZW5kVG89XCJib2R5XCI+XHJcbiAgICAgICAgICAgIDwvbmctc2VsZWN0PlxyXG4gICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgPGNsci1hbGVydCAqbmdJZj1cInByb2R1Y3Qub3B0aW9uR3JvdXBzLmxlbmd0aCA9PT0gMFwiIGNsckFsZXJ0VHlwZT1cIndhcm5pbmdcIiBbY2xyQWxlcnRDbG9zYWJsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1ncmlkLXNwYW5cIj5cclxuICAgICAgICAgICAgPGNsci1hbGVydC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhbGVydC10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgJ2NhdGFsb2cuY2Fubm90LWNyZWF0ZS12YXJpYW50cy13aXRob3V0LW9wdGlvbnMnIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvY2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgPC9jbHItYWxlcnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJleGlzdGluZ1ZhcmlhbnRcIiBjbGFzcz1cIm10LTJcIj5cclxuICAgICAgICA8Y2xyLWFsZXJ0IGNsckFsZXJ0VHlwZT1cIndhcm5pbmdcIiBbY2xyQWxlcnRDbG9zYWJsZV09XCJmYWxzZVwiIGNsYXNzPVwiXCI+XHJcbiAgICAgICAgICAgIDxjbHItYWxlcnQtaXRlbT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYWxlcnQtdGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdjYXRhbG9nLnByb2R1Y3QtdmFyaWFudC1leGlzdHMnIHwgdHJhbnNsYXRlIH19OiB7eyBleGlzdGluZ1ZhcmlhbnQubmFtZSB9fSAoe3tcclxuICAgICAgICAgICAgICAgICAgICBleGlzdGluZ1ZhcmlhbnQuc2t1XHJcbiAgICAgICAgICAgICAgICAgICAgfX0pXHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvY2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgPC9jbHItYWxlcnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJmb3JtLWdyaWQgbXQtMlwiPlxyXG4gICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ2NvbW1vbi5uYW1lJyB8IHRyYW5zbGF0ZVwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCIgLz5cclxuICAgICAgICA8L3Zkci1mb3JtLWZpZWxkPlxyXG4gICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ2NhdGFsb2cuc2t1JyB8IHRyYW5zbGF0ZVwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBmb3JtQ29udHJvbE5hbWU9XCJza3VcIiAvPlxyXG4gICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgPHZkci1mb3JtLWZpZWxkIFtsYWJlbF09XCInY2F0YWxvZy5wcmljZScgfCB0cmFuc2xhdGVcIj5cclxuICAgICAgICAgICAgPHZkci1jdXJyZW5jeS1pbnB1dCBuYW1lPVwicHJpY2VcIiBbY3VycmVuY3lDb2RlXT1cImN1cnJlbmN5Q29kZVwiIGZvcm1Db250cm9sTmFtZT1cInByaWNlXCIgLz5cclxuICAgICAgICA8L3Zkci1mb3JtLWZpZWxkPlxyXG4gICAgPC9kaXY+XHJcbjwvZm9ybT5cclxuPG5nLXRlbXBsYXRlIHZkckRpYWxvZ0J1dHRvbnM+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0blwiIChjbGljayk9XCJjYW5jZWwoKVwiPnt7ICdjb21tb24uY2FuY2VsJyB8IHRyYW5zbGF0ZSB9fTwvYnV0dG9uPlxyXG4gICAgPGJ1dHRvbiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImNvbmZpcm0oKVwiIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiZm9ybS5pbnZhbGlkIHx8IGV4aXN0aW5nVmFyaWFudCB8fCBwcm9kdWN0Lm9wdGlvbkdyb3Vwcy5sZW5ndGggPT09IDBcIj5cclxuICAgICAgICB7eyAnY29tbW9uLmNvbmZpcm0nIHwgdHJhbnNsYXRlIH19XHJcbiAgICA8L2J1dHRvbj5cclxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
|
80
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3JlYXRlLXByb2R1Y3QtdmFyaWFudC1kaWFsb2cuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jYXRhbG9nL3NyYy9jb21wb25lbnRzL2NyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nL2NyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nLmNvbXBvbmVudC50cyIsIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY2F0YWxvZy9zcmMvY29tcG9uZW50cy9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuaHRtbCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsdUJBQXVCLEVBQUUsU0FBUyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQzNFLE9BQU8sRUFBZSxXQUFXLEVBQXlCLFVBQVUsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBTzdGLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLGtDQUFrQyxDQUFDOzs7Ozs7OztBQVN0RSxNQUFNLE9BQU8sbUNBQW1DO0lBWTVDLFlBQW9CLFdBQXdCO1FBQXhCLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBVDVDLFNBQUksR0FBRyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQztZQUMxQixJQUFJLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUMvQixHQUFHLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUM5QixLQUFLLEVBQUUsQ0FBQyxFQUFFLENBQUM7WUFDWCxPQUFPLEVBQUUsSUFBSSxDQUFDLFdBQVcsQ0FBQyxNQUFNLENBQVMsRUFBRSxDQUFDO1NBQy9DLENBQUMsQ0FBQztJQUk0QyxDQUFDO0lBRWhELFFBQVE7UUFDSixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxFQUFFLFlBQVksQ0FBQztRQUMzRCxLQUFLLE1BQU0sV0FBVyxJQUFJLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWSxFQUFFLENBQUM7WUFDakQsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsU0FBUyxDQUFnQixDQUFDLFVBQVUsQ0FDL0MsV0FBVyxDQUFDLElBQUksRUFDaEIsSUFBSSxXQUFXLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUMsQ0FDM0MsQ0FBQztRQUNOLENBQUM7UUFDRCxNQUFNLGFBQWEsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxTQUFTLENBQWUsQ0FBQztRQUM3RCxhQUFhLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRTtZQUN6QyxNQUFNLFdBQVcsR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUMxQyxNQUFNLE9BQU8sR0FBRyxNQUFNLENBQUMsTUFBTSxDQUFDLEtBQUssQ0FBQyxDQUFDLEtBQUssQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsSUFBSSxJQUFJLENBQUMsQ0FBQztZQUMzRCxJQUFJLENBQUMsT0FBTyxJQUFJLEtBQUssSUFBSSxXQUFXLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSyxFQUFFLENBQUM7Z0JBQ3pELE1BQU0sSUFBSSxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDO3FCQUM3QixHQUFHLENBQ0EsQ0FBQyxDQUFDLFNBQVMsRUFBRSxRQUFRLENBQUMsRUFBRSxFQUFFLENBQ3RCLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWTtxQkFDcEIsSUFBSSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLElBQUksS0FBSyxTQUFTLENBQUM7b0JBQ2xDLEVBQUUsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxFQUFFLEtBQUssUUFBUSxDQUFDLEVBQUUsSUFBSSxDQUN2RDtxQkFDQSxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUM7Z0JBQ2YsV0FBVyxDQUFDLFFBQVEsQ0FBQyxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsSUFBSSxJQUFJLElBQUksRUFBRSxDQUFDLENBQUM7WUFDekQsQ0FBQztZQUNELE1BQU0sV0FBVyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsS0FBSyxDQUFDLENBQUMsS0FBSyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxJQUFJLElBQUksQ0FBQyxDQUFDO1lBQy9ELElBQUksV0FBVyxFQUFFLENBQUM7Z0JBQ2QsSUFBSSxDQUFDLGVBQWUsR0FBRyxJQUFJLENBQUMsT0FBTyxDQUFDLFFBQVEsQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FDbEQsTUFBTSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQyxLQUFLLENBQ3ZCLENBQUMsQ0FBQyxTQUFTLEVBQUUsUUFBUSxDQUFDLEVBQUUsRUFBRSxDQUN0QixDQUFDLENBQUMsT0FBTyxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxPQUFPLEtBQUssSUFBSSxDQUFDLGtCQUFrQixDQUFDLFNBQVMsQ0FBQyxDQUFDLEVBQUUsRUFBRTtvQkFDekUsUUFBUSxDQUNmLENBQ0osQ0FBQztZQUNOLENBQUM7UUFDTCxDQUFDLENBQUMsQ0FBQztJQUNQLENBQUM7SUFFRCxPQUFPO1FBQ0gsTUFBTSxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxHQUFHLElBQUksQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDO1FBQ3RELElBQUksQ0FBQyxJQUFJLElBQUksQ0FBQyxHQUFHLElBQUksQ0FBQyxPQUFPLElBQUksQ0FBQyxLQUFLLEVBQUUsQ0FBQztZQUN0QyxPQUFPO1FBQ1gsQ0FBQztRQUVELE1BQU0sU0FBUyxHQUFHLE1BQU0sQ0FBQyxNQUFNLENBQUMsT0FBTyxDQUFDLENBQUMsTUFBTSxDQUFDLGtCQUFrQixDQUFDLENBQUM7UUFDcEUsSUFBSSxDQUFDLFdBQVcsQ0FBQztZQUNiLFNBQVMsRUFBRSxJQUFJLENBQUMsT0FBTyxDQUFDLEVBQUU7WUFDMUIsR0FBRztZQUNILEtBQUssRUFBRSxNQUFNLENBQUMsS0FBSyxDQUFDO1lBQ3BCLFNBQVM7WUFDVCxZQUFZLEVBQUU7Z0JBQ1Y7b0JBQ0ksWUFBWSxFQUFFLElBQUksQ0FBQyxPQUFPLENBQUMsWUFBWTtvQkFDdkMsSUFBSTtpQkFDUDthQUNKO1NBQ0osQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVELE1BQU07UUFDRixJQUFJLENBQUMsV0FBVyxFQUFFLENBQUM7SUFDdkIsQ0FBQztJQUVPLGtCQUFrQixDQUFDLEVBQVU7UUFDakMsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxLQUFLLEVBQUUsQ0FBQyxFQUFFLElBQUksSUFBSSxFQUFFLENBQUM7SUFDMUUsQ0FBQztJQUVPLGtCQUFrQixDQUFDLElBQVk7UUFDbkMsT0FBTyxJQUFJLENBQUMsT0FBTyxDQUFDLFlBQVksQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsSUFBSSxLQUFLLElBQUksQ0FBQyxFQUFFLEVBQUUsSUFBSSxFQUFFLENBQUM7SUFDNUUsQ0FBQzs4R0FqRlEsbUNBQW1DO2tHQUFuQyxtQ0FBbUMseUVDakJoRCwwNEVBZ0RjOzsyRkQvQkQsbUNBQW1DO2tCQU4vQyxTQUFTOytCQUNJLG1DQUFtQyxtQkFHNUIsdUJBQXVCLENBQUMsTUFBTSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENoYW5nZURldGVjdGlvblN0cmF0ZWd5LCBDb21wb25lbnQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBGb3JtQnVpbGRlciwgRm9ybUNvbnRyb2wsIEZvcm1Hcm91cCwgRm9ybVJlY29yZCwgVmFsaWRhdG9ycyB9IGZyb20gJ0Bhbmd1bGFyL2Zvcm1zJztcclxuaW1wb3J0IHtcclxuICAgIENyZWF0ZVByb2R1Y3RWYXJpYW50SW5wdXQsXHJcbiAgICBDdXJyZW5jeUNvZGUsXHJcbiAgICBEaWFsb2csXHJcbiAgICBHZXRQcm9kdWN0VmFyaWFudE9wdGlvbnNRdWVyeSxcclxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcclxuaW1wb3J0IHsgbm90TnVsbE9yVW5kZWZpbmVkIH0gZnJvbSAnQHZlbmR1cmUvY29tbW9uL2xpYi9zaGFyZWQtdXRpbHMnO1xyXG5pbXBvcnQgeyBjb21iaW5lTGF0ZXN0IH0gZnJvbSAncnhqcyc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLWNyZWF0ZS1wcm9kdWN0LXZhcmlhbnQtZGlhbG9nJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9jcmVhdGUtcHJvZHVjdC12YXJpYW50LWRpYWxvZy5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDcmVhdGVQcm9kdWN0VmFyaWFudERpYWxvZ0NvbXBvbmVudCBpbXBsZW1lbnRzIERpYWxvZzxDcmVhdGVQcm9kdWN0VmFyaWFudElucHV0PiwgT25Jbml0IHtcclxuICAgIHJlc29sdmVXaXRoOiAocmVzdWx0PzogQ3JlYXRlUHJvZHVjdFZhcmlhbnRJbnB1dCkgPT4gdm9pZDtcclxuICAgIHByb2R1Y3Q6IE5vbk51bGxhYmxlPEdldFByb2R1Y3RWYXJpYW50T3B0aW9uc1F1ZXJ5Wydwcm9kdWN0J10+O1xyXG4gICAgZm9ybSA9IHRoaXMuZm9ybUJ1aWxkZXIuZ3JvdXAoe1xyXG4gICAgICAgIG5hbWU6IFsnJywgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICAgc2t1OiBbJycsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAgIHByaWNlOiBbJyddLFxyXG4gICAgICAgIG9wdGlvbnM6IHRoaXMuZm9ybUJ1aWxkZXIucmVjb3JkPHN0cmluZz4oe30pLFxyXG4gICAgfSk7XHJcbiAgICBleGlzdGluZ1ZhcmlhbnQ6IE5vbk51bGxhYmxlPEdldFByb2R1Y3RWYXJpYW50T3B0aW9uc1F1ZXJ5Wydwcm9kdWN0J10+Wyd2YXJpYW50cyddW251bWJlcl0gfCB1bmRlZmluZWQ7XHJcbiAgICBjdXJyZW5jeUNvZGU6IEN1cnJlbmN5Q29kZTtcclxuXHJcbiAgICBjb25zdHJ1Y3Rvcihwcml2YXRlIGZvcm1CdWlsZGVyOiBGb3JtQnVpbGRlcikge31cclxuXHJcbiAgICBuZ09uSW5pdCgpIHtcclxuICAgICAgICB0aGlzLmN1cnJlbmN5Q29kZSA9IHRoaXMucHJvZHVjdC52YXJpYW50c1swXT8uY3VycmVuY3lDb2RlO1xyXG4gICAgICAgIGZvciAoY29uc3Qgb3B0aW9uR3JvdXAgb2YgdGhpcy5wcm9kdWN0Lm9wdGlvbkdyb3Vwcykge1xyXG4gICAgICAgICAgICAodGhpcy5mb3JtLmdldCgnb3B0aW9ucycpIGFzIEZvcm1SZWNvcmQpLmFkZENvbnRyb2woXHJcbiAgICAgICAgICAgICAgICBvcHRpb25Hcm91cC5jb2RlLFxyXG4gICAgICAgICAgICAgICAgbmV3IEZvcm1Db250cm9sKCcnLCBWYWxpZGF0b3JzLnJlcXVpcmVkKSxcclxuICAgICAgICAgICAgKTtcclxuICAgICAgICB9XHJcbiAgICAgICAgY29uc3Qgb3B0aW9uc1JlY29yZCA9IHRoaXMuZm9ybS5nZXQoJ29wdGlvbnMnKSBhcyBGb3JtUmVjb3JkO1xyXG4gICAgICAgIG9wdGlvbnNSZWNvcmQudmFsdWVDaGFuZ2VzLnN1YnNjcmliZSh2YWx1ZSA9PiB7XHJcbiAgICAgICAgICAgIGNvbnN0IG5hbWVDb250cm9sID0gdGhpcy5mb3JtLmdldCgnbmFtZScpO1xyXG4gICAgICAgICAgICBjb25zdCBhbGxOdWxsID0gT2JqZWN0LnZhbHVlcyh2YWx1ZSkuZXZlcnkodiA9PiB2ID09IG51bGwpO1xyXG4gICAgICAgICAgICBpZiAoIWFsbE51bGwgJiYgdmFsdWUgJiYgbmFtZUNvbnRyb2wgJiYgIW5hbWVDb250cm9sLmRpcnR5KSB7XHJcbiAgICAgICAgICAgICAgICBjb25zdCBuYW1lID0gT2JqZWN0LmVudHJpZXModmFsdWUpXHJcbiAgICAgICAgICAgICAgICAgICAgLm1hcChcclxuICAgICAgICAgICAgICAgICAgICAgICAgKFtncm91cENvZGUsIG9wdGlvbklkXSkgPT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucHJvZHVjdC5vcHRpb25Hcm91cHNcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAuZmluZChvZyA9PiBvZy5jb2RlID09PSBncm91cENvZGUpXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPy5vcHRpb25zLmZpbmQobyA9PiBvLmlkID09PSBvcHRpb25JZCk/Lm5hbWUsXHJcbiAgICAgICAgICAgICAgICAgICAgKVxyXG4gICAgICAgICAgICAgICAgICAgIC5qb2luKCcgJyk7XHJcbiAgICAgICAgICAgICAgICBuYW1lQ29udHJvbC5zZXRWYWx1ZShgJHt0aGlzLnByb2R1Y3QubmFtZX0gJHtuYW1lfWApO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIGNvbnN0IGFsbFNlbGVjdGVkID0gT2JqZWN0LnZhbHVlcyh2YWx1ZSkuZXZlcnkodiA9PiB2ICE9IG51bGwpO1xyXG4gICAgICAgICAgICBpZiAoYWxsU2VsZWN0ZWQpIHtcclxuICAgICAgICAgICAgICAgIHRoaXMuZXhpc3RpbmdWYXJpYW50ID0gdGhpcy5wcm9kdWN0LnZhcmlhbnRzLmZpbmQodiA9PlxyXG4gICAgICAgICAgICAgICAgICAgIE9iamVjdC5lbnRyaWVzKHZhbHVlKS5ldmVyeShcclxuICAgICAgICAgICAgICAgICAgICAgICAgKFtncm91cENvZGUsIG9wdGlvbklkXSkgPT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHYub3B0aW9ucy5maW5kKG8gPT4gby5ncm91cElkID09PSB0aGlzLmdldEdyb3VwSWRGcm9tQ29kZShncm91cENvZGUpKT8uaWQgPT09XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBvcHRpb25JZCxcclxuICAgICAgICAgICAgICAgICAgICApLFxyXG4gICAgICAgICAgICAgICAgKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH0pO1xyXG4gICAgfVxyXG5cclxuICAgIGNvbmZpcm0oKSB7XHJcbiAgICAgICAgY29uc3QgeyBuYW1lLCBza3UsIG9wdGlvbnMsIHByaWNlIH0gPSB0aGlzLmZvcm0udmFsdWU7XHJcbiAgICAgICAgaWYgKCFuYW1lIHx8ICFza3UgfHwgIW9wdGlvbnMgfHwgIXByaWNlKSB7XHJcbiAgICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIGNvbnN0IG9wdGlvbklkcyA9IE9iamVjdC52YWx1ZXMob3B0aW9ucykuZmlsdGVyKG5vdE51bGxPclVuZGVmaW5lZCk7XHJcbiAgICAgICAgdGhpcy5yZXNvbHZlV2l0aCh7XHJcbiAgICAgICAgICAgIHByb2R1Y3RJZDogdGhpcy5wcm9kdWN0LmlkLFxyXG4gICAgICAgICAgICBza3UsXHJcbiAgICAgICAgICAgIHByaWNlOiBOdW1iZXIocHJpY2UpLFxyXG4gICAgICAgICAgICBvcHRpb25JZHMsXHJcbiAgICAgICAgICAgIHRyYW5zbGF0aW9uczogW1xyXG4gICAgICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgICAgIGxhbmd1YWdlQ29kZTogdGhpcy5wcm9kdWN0Lmxhbmd1YWdlQ29kZSxcclxuICAgICAgICAgICAgICAgICAgICBuYW1lLFxyXG4gICAgICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAgXSxcclxuICAgICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICBjYW5jZWwoKSB7XHJcbiAgICAgICAgdGhpcy5yZXNvbHZlV2l0aCgpO1xyXG4gICAgfVxyXG5cclxuICAgIHByaXZhdGUgZ2V0R3JvdXBDb2RlRnJvbUlkKGlkOiBzdHJpbmcpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiB0aGlzLnByb2R1Y3Qub3B0aW9uR3JvdXBzLmZpbmQob2cgPT4gb2cuaWQgPT09IGlkKT8uY29kZSA/PyAnJztcclxuICAgIH1cclxuXHJcbiAgICBwcml2YXRlIGdldEdyb3VwSWRGcm9tQ29kZShjb2RlOiBzdHJpbmcpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiB0aGlzLnByb2R1Y3Qub3B0aW9uR3JvdXBzLmZpbmQob2cgPT4gb2cuY29kZSA9PT0gY29kZSk/LmlkID8/ICcnO1xyXG4gICAgfVxyXG59XHJcbiIsIjxuZy10ZW1wbGF0ZSB2ZHJEaWFsb2dUaXRsZT5cclxuICAgIHt7ICdjYXRhbG9nLmNyZWF0ZS1wcm9kdWN0LXZhcmlhbnQnIHwgdHJhbnNsYXRlIH19XHJcbjwvbmctdGVtcGxhdGU+XHJcbjxmb3JtIFtmb3JtR3JvdXBdPVwiZm9ybVwiPlxyXG4gICAgPGRpdiBmb3JtR3JvdXBOYW1lPVwib3B0aW9uc1wiIGNsYXNzPVwiZm9ybS1ncmlkXCI+XHJcbiAgICAgICAgPHZkci1mb3JtLWZpZWxkIFtsYWJlbF09XCJvcHRpb25Hcm91cC5uYW1lXCIgKm5nRm9yPVwibGV0IG9wdGlvbkdyb3VwIG9mIHByb2R1Y3Qub3B0aW9uR3JvdXBzXCI+XHJcbiAgICAgICAgICAgIDxuZy1zZWxlY3QgW2l0ZW1zXT1cIm9wdGlvbkdyb3VwLm9wdGlvbnNcIiBbZm9ybUNvbnRyb2xOYW1lXT1cIm9wdGlvbkdyb3VwLmNvZGVcIiBiaW5kTGFiZWw9XCJuYW1lXCJcclxuICAgICAgICAgICAgICAgIGJpbmRWYWx1ZT1cImlkXCIgYXBwZW5kVG89XCJib2R5XCI+XHJcbiAgICAgICAgICAgIDwvbmctc2VsZWN0PlxyXG4gICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgPGNsci1hbGVydCAqbmdJZj1cInByb2R1Y3Qub3B0aW9uR3JvdXBzLmxlbmd0aCA9PT0gMFwiIGNsckFsZXJ0VHlwZT1cIndhcm5pbmdcIiBbY2xyQWxlcnRDbG9zYWJsZV09XCJmYWxzZVwiXHJcbiAgICAgICAgICAgIGNsYXNzPVwiZm9ybS1ncmlkLXNwYW5cIj5cclxuICAgICAgICAgICAgPGNsci1hbGVydC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhbGVydC10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAge3sgJ2NhdGFsb2cuY2Fubm90LWNyZWF0ZS12YXJpYW50cy13aXRob3V0LW9wdGlvbnMnIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvY2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgPC9jbHItYWxlcnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgKm5nSWY9XCJleGlzdGluZ1ZhcmlhbnRcIiBjbGFzcz1cIm10LTJcIj5cclxuICAgICAgICA8Y2xyLWFsZXJ0IGNsckFsZXJ0VHlwZT1cIndhcm5pbmdcIiBbY2xyQWxlcnRDbG9zYWJsZV09XCJmYWxzZVwiIGNsYXNzPVwiXCI+XHJcbiAgICAgICAgICAgIDxjbHItYWxlcnQtaXRlbT5cclxuICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYWxlcnQtdGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdjYXRhbG9nLnByb2R1Y3QtdmFyaWFudC1leGlzdHMnIHwgdHJhbnNsYXRlIH19OiB7eyBleGlzdGluZ1ZhcmlhbnQubmFtZSB9fSAoe3tcclxuICAgICAgICAgICAgICAgICAgICBleGlzdGluZ1ZhcmlhbnQuc2t1XHJcbiAgICAgICAgICAgICAgICAgICAgfX0pXHJcbiAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgIDwvY2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgPC9jbHItYWxlcnQ+XHJcbiAgICA8L2Rpdj5cclxuICAgIDxkaXYgY2xhc3M9XCJmb3JtLWdyaWQgbXQtMlwiPlxyXG4gICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ2NvbW1vbi5uYW1lJyB8IHRyYW5zbGF0ZVwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBmb3JtQ29udHJvbE5hbWU9XCJuYW1lXCIgLz5cclxuICAgICAgICA8L3Zkci1mb3JtLWZpZWxkPlxyXG4gICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ2NhdGFsb2cuc2t1JyB8IHRyYW5zbGF0ZVwiPlxyXG4gICAgICAgICAgICA8aW5wdXQgdHlwZT1cInRleHRcIiBmb3JtQ29udHJvbE5hbWU9XCJza3VcIiAvPlxyXG4gICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgPHZkci1mb3JtLWZpZWxkIFtsYWJlbF09XCInY2F0YWxvZy5wcmljZScgfCB0cmFuc2xhdGVcIj5cclxuICAgICAgICAgICAgPHZkci1jdXJyZW5jeS1pbnB1dCBuYW1lPVwicHJpY2VcIiBbY3VycmVuY3lDb2RlXT1cImN1cnJlbmN5Q29kZVwiIGZvcm1Db250cm9sTmFtZT1cInByaWNlXCIgLz5cclxuICAgICAgICA8L3Zkci1mb3JtLWZpZWxkPlxyXG4gICAgPC9kaXY+XHJcbjwvZm9ybT5cclxuPG5nLXRlbXBsYXRlIHZkckRpYWxvZ0J1dHRvbnM+XHJcbiAgICA8YnV0dG9uIHR5cGU9XCJidXR0b25cIiBjbGFzcz1cImJ0blwiIChjbGljayk9XCJjYW5jZWwoKVwiPnt7ICdjb21tb24uY2FuY2VsJyB8IHRyYW5zbGF0ZSB9fTwvYnV0dG9uPlxyXG4gICAgPGJ1dHRvbiB0eXBlPVwic3VibWl0XCIgKGNsaWNrKT1cImNvbmZpcm0oKVwiIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCJcclxuICAgICAgICBbZGlzYWJsZWRdPVwiZm9ybS5pbnZhbGlkIHx8IGV4aXN0aW5nVmFyaWFudCB8fCBwcm9kdWN0Lm9wdGlvbkdyb3Vwcy5sZW5ndGggPT09IDBcIj5cclxuICAgICAgICB7eyAnY29tbW9uLmNvbmZpcm0nIHwgdHJhbnNsYXRlIH19XHJcbiAgICA8L2J1dHRvbj5cclxuPC9uZy10ZW1wbGF0ZT4iXX0=
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
// Auto-generated by the set-version.js script.
|
|
2
|
-
export const ADMIN_UI_VERSION = '2.2.
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
2
|
+
export const ADMIN_UI_VERSION = '2.2.1';
|
|
3
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidmVyc2lvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3NyYy9saWIvY29yZS9zcmMvY29tbW9uL3ZlcnNpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsK0NBQStDO0FBQy9DLE1BQU0sQ0FBQyxNQUFNLGdCQUFnQixHQUFHLE9BQU8sQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8vIEF1dG8tZ2VuZXJhdGVkIGJ5IHRoZSBzZXQtdmVyc2lvbi5qcyBzY3JpcHQuXG5leHBvcnQgY29uc3QgQURNSU5fVUlfVkVSU0lPTiA9ICcyLjIuMSc7XG4iXX0=
|
|
@@ -42,4 +42,4 @@ function extractInputType(type) {
|
|
|
42
42
|
}
|
|
43
43
|
return type;
|
|
44
44
|
}
|
|
45
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
45
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXMtZW50aXR5LWNyZWF0ZS1vci11cGRhdGUtbXV0YXRpb24uanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvcmUvc3JjL2RhdGEvdXRpbHMvaXMtZW50aXR5LWNyZWF0ZS1vci11cGRhdGUtbXV0YXRpb24udHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFnQixlQUFlLEVBQTJCLE1BQU0sU0FBUyxDQUFDO0FBRWpGLE1BQU0sbUJBQW1CLEdBQUcsd0JBQXdCLENBQUM7QUFDckQsTUFBTSxtQkFBbUIsR0FBRyx3QkFBd0IsQ0FBQztBQUVyRDs7O0dBR0c7QUFDSCxNQUFNLFVBQVUsOEJBQThCLENBQUMsWUFBMEI7SUFDckUsTUFBTSxZQUFZLEdBQUcsZUFBZSxDQUFDLFlBQVksRUFBRSxJQUFJLENBQUMsQ0FBQztJQUN6RCxJQUFJLFlBQVksSUFBSSxZQUFZLENBQUMsbUJBQW1CLEVBQUUsQ0FBQztRQUNuRCxLQUFLLE1BQU0sV0FBVyxJQUFJLFlBQVksQ0FBQyxtQkFBbUIsRUFBRSxDQUFDO1lBQ3pELE1BQU0sU0FBUyxHQUFHLGdCQUFnQixDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsQ0FBQztZQUNyRCxNQUFNLGFBQWEsR0FBRyxTQUFTLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQztZQUUzQyxxREFBcUQ7WUFDckQsSUFBSSxhQUFhLEtBQUssZ0NBQWdDLEVBQUUsQ0FBQztnQkFDckQsT0FBTyxlQUFlLENBQUM7WUFDM0IsQ0FBQztZQUNELElBQUksYUFBYSxLQUFLLGtCQUFrQixFQUFFLENBQUM7Z0JBQ3ZDLE9BQU8sT0FBTyxDQUFDO1lBQ25CLENBQUM7WUFDRCxJQUNJLGFBQWEsS0FBSywwQkFBMEI7Z0JBQzVDLGFBQWEsS0FBSywyQkFBMkIsRUFDL0MsQ0FBQztnQkFDQyxPQUFPLFdBQVcsQ0FBQztZQUN2QixDQUFDO1lBRUQsTUFBTSxXQUFXLEdBQUcsYUFBYSxDQUFDLEtBQUssQ0FBQyxtQkFBbUIsQ0FBQyxDQUFDO1lBQzdELElBQUksV0FBVyxFQUFFLENBQUM7Z0JBQ2QsT0FBTyxXQUFXLENBQUMsQ0FBQyxDQUFDLENBQUM7WUFDMUIsQ0FBQztZQUNELE1BQU0sV0FBVyxHQUFHLGFBQWEsQ0FBQyxLQUFLLENBQUMsbUJBQW1CLENBQUMsQ0FBQztZQUM3RCxJQUFJLFdBQVcsRUFBRSxDQUFDO2dCQUNkLE9BQU8sV0FBVyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQzFCLENBQUM7UUFDTCxDQUFDO0lBQ0wsQ0FBQztBQUNMLENBQUM7QUFFRCxTQUFTLGdCQUFnQixDQUFDLElBQWM7SUFDcEMsSUFBSSxJQUFJLENBQUMsSUFBSSxLQUFLLGFBQWEsRUFBRSxDQUFDO1FBQzlCLE9BQU8sZ0JBQWdCLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxDQUFDO0lBQ3ZDLENBQUM7SUFDRCxJQUFJLElBQUksQ0FBQyxJQUFJLEtBQUssVUFBVSxFQUFFLENBQUM7UUFDM0IsT0FBTyxnQkFBZ0IsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdkMsQ0FBQztJQUNELE9BQU8sSUFBSSxDQUFDO0FBQ2hCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBEb2N1bWVudE5vZGUsIGdldE9wZXJhdGlvbkFTVCwgTmFtZWRUeXBlTm9kZSwgVHlwZU5vZGUgfSBmcm9tICdncmFwaHFsJztcblxuY29uc3QgQ1JFQVRFX0VOVElUWV9SRUdFWCA9IC9DcmVhdGUoW0EtWmEtel0rKUlucHV0LztcbmNvbnN0IFVQREFURV9FTlRJVFlfUkVHRVggPSAvVXBkYXRlKFtBLVphLXpdKylJbnB1dC87XG5cbi8qKlxuICogQ2hlY2tzIHRoZSBjdXJyZW50IGRvY3VtZW50Tm9kZSBmb3IgYW4gb3BlcmF0aW9uIHdpdGggYSB2YXJpYWJsZSBuYW1lZCBcIkNyZWF0ZTxFbnRpdHk+SW5wdXRcIiBvciBcIlVwZGF0ZTxFbnRpdHk+SW5wdXRcIlxuICogYW5kIGlmIGEgbWF0Y2ggaXMgZm91bmQsIHJldHVybnMgdGhlIDxFbnRpdHk+IG5hbWUuXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiBpc0VudGl0eUNyZWF0ZU9yVXBkYXRlTXV0YXRpb24oZG9jdW1lbnROb2RlOiBEb2N1bWVudE5vZGUpOiBzdHJpbmcgfCB1bmRlZmluZWQge1xuICAgIGNvbnN0IG9wZXJhdGlvbkRlZiA9IGdldE9wZXJhdGlvbkFTVChkb2N1bWVudE5vZGUsIG51bGwpO1xuICAgIGlmIChvcGVyYXRpb25EZWYgJiYgb3BlcmF0aW9uRGVmLnZhcmlhYmxlRGVmaW5pdGlvbnMpIHtcbiAgICAgICAgZm9yIChjb25zdCB2YXJpYWJsZURlZiBvZiBvcGVyYXRpb25EZWYudmFyaWFibGVEZWZpbml0aW9ucykge1xuICAgICAgICAgICAgY29uc3QgbmFtZWRUeXBlID0gZXh0cmFjdElucHV0VHlwZSh2YXJpYWJsZURlZi50eXBlKTtcbiAgICAgICAgICAgIGNvbnN0IGlucHV0VHlwZU5hbWUgPSBuYW1lZFR5cGUubmFtZS52YWx1ZTtcblxuICAgICAgICAgICAgLy8gc3BlY2lhbCBjYXNlcyB3aGljaCBkb24ndCBmb2xsb3cgdGhlIHVzdWFsIHBhdHRlcm5cbiAgICAgICAgICAgIGlmIChpbnB1dFR5cGVOYW1lID09PSAnVXBkYXRlQWN0aXZlQWRtaW5pc3RyYXRvcklucHV0Jykge1xuICAgICAgICAgICAgICAgIHJldHVybiAnQWRtaW5pc3RyYXRvcic7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAoaW5wdXRUeXBlTmFtZSA9PT0gJ01vZGlmeU9yZGVySW5wdXQnKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuICdPcmRlcic7XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBpZiAoXG4gICAgICAgICAgICAgICAgaW5wdXRUeXBlTmFtZSA9PT0gJ0FkZEl0ZW1Ub0RyYWZ0T3JkZXJJbnB1dCcgfHxcbiAgICAgICAgICAgICAgICBpbnB1dFR5cGVOYW1lID09PSAnQWRqdXN0RHJhZnRPcmRlckxpbmVJbnB1dCdcbiAgICAgICAgICAgICkge1xuICAgICAgICAgICAgICAgIHJldHVybiAnT3JkZXJMaW5lJztcbiAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgY29uc3QgY3JlYXRlTWF0Y2ggPSBpbnB1dFR5cGVOYW1lLm1hdGNoKENSRUFURV9FTlRJVFlfUkVHRVgpO1xuICAgICAgICAgICAgaWYgKGNyZWF0ZU1hdGNoKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIGNyZWF0ZU1hdGNoWzFdO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgY29uc3QgdXBkYXRlTWF0Y2ggPSBpbnB1dFR5cGVOYW1lLm1hdGNoKFVQREFURV9FTlRJVFlfUkVHRVgpO1xuICAgICAgICAgICAgaWYgKHVwZGF0ZU1hdGNoKSB7XG4gICAgICAgICAgICAgICAgcmV0dXJuIHVwZGF0ZU1hdGNoWzFdO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxufVxuXG5mdW5jdGlvbiBleHRyYWN0SW5wdXRUeXBlKHR5cGU6IFR5cGVOb2RlKTogTmFtZWRUeXBlTm9kZSB7XG4gICAgaWYgKHR5cGUua2luZCA9PT0gJ05vbk51bGxUeXBlJykge1xuICAgICAgICByZXR1cm4gZXh0cmFjdElucHV0VHlwZSh0eXBlLnR5cGUpO1xuICAgIH1cbiAgICBpZiAodHlwZS5raW5kID09PSAnTGlzdFR5cGUnKSB7XG4gICAgICAgIHJldHVybiBleHRyYWN0SW5wdXRUeXBlKHR5cGUudHlwZSk7XG4gICAgfVxuICAgIHJldHVybiB0eXBlO1xufVxuIl19
|
|
@@ -27,4 +27,4 @@ function removeReadonly(input, customFieldConfig) {
|
|
|
27
27
|
});
|
|
28
28
|
return input;
|
|
29
29
|
}
|
|
30
|
-
//# sourceMappingURL=data:application/json;base64,
|
|
30
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVtb3ZlLXJlYWRvbmx5LWN1c3RvbS1maWVsZHMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvcmUvc3JjL2RhdGEvdXRpbHMvcmVtb3ZlLXJlYWRvbmx5LWN1c3RvbS1maWVsZHMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBZ0JBOzs7R0FHRztBQUNILE1BQU0sVUFBVSwwQkFBMEIsQ0FDdEMsU0FBeUQsRUFDekQsaUJBQXNDO0lBRXRDLElBQUksS0FBSyxDQUFDLE9BQU8sQ0FBQyxTQUFTLENBQUMsRUFBRSxDQUFDO1FBQzNCLE9BQU8sU0FBUyxDQUFDLEdBQUcsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLDBCQUEwQixDQUFDLFFBQVEsRUFBRSxpQkFBaUIsQ0FBQyxDQUFDLENBQUM7SUFDOUYsQ0FBQztJQUVELElBQUksT0FBTyxJQUFJLFNBQVMsSUFBSSxTQUFTLENBQUMsS0FBSyxFQUFFLENBQUM7UUFDMUMsSUFBSSxLQUFLLENBQUMsT0FBTyxDQUFDLFNBQVMsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO1lBQ2pDLFNBQVMsQ0FBQyxLQUFLLEdBQUcsU0FBUyxDQUFDLEtBQUssQ0FBQyxHQUFHLENBQUMsUUFBUSxDQUFDLEVBQUUsQ0FBQyxjQUFjLENBQUMsUUFBUSxFQUFFLGlCQUFpQixDQUFDLENBQUMsQ0FBQztRQUNuRyxDQUFDO2FBQU0sQ0FBQztZQUNKLFNBQVMsQ0FBQyxLQUFLLEdBQUcsY0FBYyxDQUFDLFNBQVMsQ0FBQyxLQUFLLEVBQUUsaUJBQWlCLENBQUMsQ0FBQztRQUN6RSxDQUFDO1FBQ0QsT0FBTyxTQUFTLENBQUM7SUFDckIsQ0FBQztJQUVELE9BQU8sY0FBYyxDQUFDLFNBQVMsRUFBRSxpQkFBaUIsQ0FBQyxDQUFDO0FBQ3hELENBQUM7QUFFRCxTQUFTLGNBQWMsQ0FBQyxLQUFrQixFQUFFLGlCQUFzQztJQUM5RSxNQUFNLGVBQWUsR0FBRyxpQkFBaUIsQ0FBQyxNQUFNLENBQUMsQ0FBQyxFQUFFLFFBQVEsRUFBRSxFQUFFLEVBQUUsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUU3RSxlQUFlLENBQUMsT0FBTyxDQUFDLENBQUMsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFO1FBQ2pDLEtBQUssQ0FBQyxZQUFZLEVBQUUsT0FBTyxDQUFDLFdBQVcsQ0FBQyxFQUFFO1lBQ3RDLE9BQU8sV0FBVyxDQUFDLFlBQVksRUFBRSxDQUFDLElBQUksQ0FBQyxDQUFDO1FBQzVDLENBQUMsQ0FBQyxDQUFDO1FBRUgsT0FBTyxLQUFLLENBQUMsWUFBWSxFQUFFLENBQUMsSUFBSSxDQUFDLENBQUM7SUFDdEMsQ0FBQyxDQUFDLENBQUM7SUFFSCxPQUFPLEtBQUssQ0FBQztBQUNqQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ3VzdG9tRmllbGRDb25maWcgfSBmcm9tICcuLi8uLi9jb21tb24vZ2VuZXJhdGVkLXR5cGVzJztcblxudHlwZSBJbnB1dFdpdGhPcHRpb25hbEN1c3RvbUZpZWxkcyA9IFJlY29yZDxzdHJpbmcsIGFueT4gJiB7XG4gICAgY3VzdG9tRmllbGRzPzogUmVjb3JkPHN0cmluZywgYW55Pjtcbn07XG5cbnR5cGUgRW50aXR5SW5wdXQgPSBJbnB1dFdpdGhPcHRpb25hbEN1c3RvbUZpZWxkcyAmIHtcbiAgICB0cmFuc2xhdGlvbnM/OiBJbnB1dFdpdGhPcHRpb25hbEN1c3RvbUZpZWxkc1tdO1xufTtcblxudHlwZSBWYXJpYWJsZSA9IEVudGl0eUlucHV0IHwgRW50aXR5SW5wdXRbXTtcblxudHlwZSBXcmFwcGVkVmFyaWFibGUgPSB7XG4gICAgaW5wdXQ6IFZhcmlhYmxlO1xufTtcblxuLyoqXG4gKiBSZW1vdmVzIGFueSBgcmVhZG9ubHlgIGN1c3RvbSBmaWVsZHMgZnJvbSBhbiBlbnRpdHkgKGluY2x1ZGluZyBpdHMgdHJhbnNsYXRpb25zKS5cbiAqIFRvIGJlIHVzZWQgYmVmb3JlIHN1Ym1pdHRpbmcgdGhlIGVudGl0eSBmb3IgYSBjcmVhdGUgb3IgdXBkYXRlIHJlcXVlc3QuXG4gKi9cbmV4cG9ydCBmdW5jdGlvbiByZW1vdmVSZWFkb25seUN1c3RvbUZpZWxkcyhcbiAgICB2YXJpYWJsZXM6IFZhcmlhYmxlIHwgV3JhcHBlZFZhcmlhYmxlIHwgV3JhcHBlZFZhcmlhYmxlW10sXG4gICAgY3VzdG9tRmllbGRDb25maWc6IEN1c3RvbUZpZWxkQ29uZmlnW10sXG4pIHtcbiAgICBpZiAoQXJyYXkuaXNBcnJheSh2YXJpYWJsZXMpKSB7XG4gICAgICAgIHJldHVybiB2YXJpYWJsZXMubWFwKHZhcmlhYmxlID0+IHJlbW92ZVJlYWRvbmx5Q3VzdG9tRmllbGRzKHZhcmlhYmxlLCBjdXN0b21GaWVsZENvbmZpZykpO1xuICAgIH1cblxuICAgIGlmICgnaW5wdXQnIGluIHZhcmlhYmxlcyAmJiB2YXJpYWJsZXMuaW5wdXQpIHtcbiAgICAgICAgaWYgKEFycmF5LmlzQXJyYXkodmFyaWFibGVzLmlucHV0KSkge1xuICAgICAgICAgICAgdmFyaWFibGVzLmlucHV0ID0gdmFyaWFibGVzLmlucHV0Lm1hcCh2YXJpYWJsZSA9PiByZW1vdmVSZWFkb25seSh2YXJpYWJsZSwgY3VzdG9tRmllbGRDb25maWcpKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIHZhcmlhYmxlcy5pbnB1dCA9IHJlbW92ZVJlYWRvbmx5KHZhcmlhYmxlcy5pbnB1dCwgY3VzdG9tRmllbGRDb25maWcpO1xuICAgICAgICB9XG4gICAgICAgIHJldHVybiB2YXJpYWJsZXM7XG4gICAgfVxuXG4gICAgcmV0dXJuIHJlbW92ZVJlYWRvbmx5KHZhcmlhYmxlcywgY3VzdG9tRmllbGRDb25maWcpO1xufVxuXG5mdW5jdGlvbiByZW1vdmVSZWFkb25seShpbnB1dDogRW50aXR5SW5wdXQsIGN1c3RvbUZpZWxkQ29uZmlnOiBDdXN0b21GaWVsZENvbmZpZ1tdKSB7XG4gICAgY29uc3QgcmVhZG9ubHlDb25maWdzID0gY3VzdG9tRmllbGRDb25maWcuZmlsdGVyKCh7IHJlYWRvbmx5IH0pID0+IHJlYWRvbmx5KTtcblxuICAgIHJlYWRvbmx5Q29uZmlncy5mb3JFYWNoKCh7IG5hbWUgfSkgPT4ge1xuICAgICAgICBpbnB1dC50cmFuc2xhdGlvbnM/LmZvckVhY2godHJhbnNsYXRpb24gPT4ge1xuICAgICAgICAgICAgZGVsZXRlIHRyYW5zbGF0aW9uLmN1c3RvbUZpZWxkcz8uW25hbWVdO1xuICAgICAgICB9KTtcblxuICAgICAgICBkZWxldGUgaW5wdXQuY3VzdG9tRmllbGRzPy5bbmFtZV07XG4gICAgfSk7XG5cbiAgICByZXR1cm4gaW5wdXQ7XG59XG4iXX0=
|