@vendure/admin-ui 2.2.0 → 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}/core/common/version.mjs +2 -2
- 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}/order/components/order-editor/order-editor.component.mjs +6 -4
- 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-order.mjs +5 -3
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs.map +1 -1
- 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/{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/create-product-variant-dialog/create-product-variant-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/is-entity-create-or-update-mutation.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/remove-readonly-custom-fields.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/components/login/login.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/components/promotion-list/promotion-list.component.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-detail/channel-detail.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-catalog.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-catalog.mjs.map +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-login.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.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-settings.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-settings.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/sv.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/package.json
CHANGED
|
@@ -1,129 +1,117 @@
|
|
|
1
|
-
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
"esm": "./esm2022/settings/vendure-admin-ui-settings.mjs",
|
|
119
|
-
"default": "./fesm2022/vendure-admin-ui-settings.mjs"
|
|
120
|
-
},
|
|
121
|
-
"./system": {
|
|
122
|
-
"types": "./system/index.d.ts",
|
|
123
|
-
"esm2022": "./esm2022/system/vendure-admin-ui-system.mjs",
|
|
124
|
-
"esm": "./esm2022/system/vendure-admin-ui-system.mjs",
|
|
125
|
-
"default": "./fesm2022/vendure-admin-ui-system.mjs"
|
|
126
|
-
}
|
|
127
|
-
},
|
|
128
|
-
"sideEffects": false
|
|
129
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@vendure/admin-ui",
|
|
3
|
+
"version": "2.2.1",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"ng": "ng",
|
|
7
|
+
"start": "node scripts/set-version.js && ng serve",
|
|
8
|
+
"build:app": "ng build vendure-admin --configuration production",
|
|
9
|
+
"build": "node scripts/copy-package-json.js && node scripts/set-version.js && node scripts/build-public-api.js && ng build vendure-admin-lib --configuration production && node scripts/compile-styles.js",
|
|
10
|
+
"watch": "ng build --watch=true",
|
|
11
|
+
"test": "ng test --watch=false --browsers=ChromeHeadlessCI --progress=false",
|
|
12
|
+
"lint": "ng lint --fix",
|
|
13
|
+
"extract-translations": "node scripts/extract-translations.js",
|
|
14
|
+
"ngcc": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://www.vendure.io/",
|
|
17
|
+
"funding": "https://github.com/sponsors/michaelbromley",
|
|
18
|
+
"publishConfig": {
|
|
19
|
+
"access": "public",
|
|
20
|
+
"directory": "package"
|
|
21
|
+
},
|
|
22
|
+
"//": "These exports are just here so that we can do local testing of ui-devkit compilation by allowing the ui-devkit package to find its way to the compiled package",
|
|
23
|
+
"exports": {
|
|
24
|
+
".": {
|
|
25
|
+
"types": "./package/index.d.ts",
|
|
26
|
+
"esm2022": "./package/esm2022/vendure-admin-ui.mjs",
|
|
27
|
+
"esm": "./package/esm2022/vendure-admin-ui.mjs",
|
|
28
|
+
"default": "./package/fesm2022/vendure-admin-ui.mjs"
|
|
29
|
+
}
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@angular/animations": "^17.2.4",
|
|
33
|
+
"@angular/cdk": "^17.2.2",
|
|
34
|
+
"@angular/common": "^17.2.4",
|
|
35
|
+
"@angular/core": "^17.2.4",
|
|
36
|
+
"@angular/forms": "^17.2.4",
|
|
37
|
+
"@angular/language-service": "^17.2.4",
|
|
38
|
+
"@angular/platform-browser": "^17.2.4",
|
|
39
|
+
"@angular/platform-browser-dynamic": "^17.2.4",
|
|
40
|
+
"@angular/router": "^17.2.4",
|
|
41
|
+
"@apollo/client": "^3.9.6",
|
|
42
|
+
"@biesbjerg/ngx-translate-extract-marker": "^1.0.0",
|
|
43
|
+
"@cds/core": "^6.9.2",
|
|
44
|
+
"@clr/angular": "^17.0.1",
|
|
45
|
+
"@clr/core": "^4.0.15",
|
|
46
|
+
"@clr/icons": "^13.0.2",
|
|
47
|
+
"@clr/ui": "^17.0.1",
|
|
48
|
+
"@messageformat/core": "^3.2.0",
|
|
49
|
+
"@ng-select/ng-select": "^12.0.7",
|
|
50
|
+
"@ngx-translate/core": "^15.0.0",
|
|
51
|
+
"@ngx-translate/http-loader": "^8.0.0",
|
|
52
|
+
"@vendure/common": "^2.2.1",
|
|
53
|
+
"@webcomponents/custom-elements": "^1.6.0",
|
|
54
|
+
"apollo-angular": "^6.0.0",
|
|
55
|
+
"apollo-upload-client": "^18.0.1",
|
|
56
|
+
"chartist": "^1.3.0",
|
|
57
|
+
"codejar": "^4.2.0",
|
|
58
|
+
"dayjs": "^1.11.10",
|
|
59
|
+
"graphql": "16.8.1",
|
|
60
|
+
"just-extend": "^6.2.0",
|
|
61
|
+
"messageformat": "2.3.0",
|
|
62
|
+
"ngx-pagination": "^6.0.3",
|
|
63
|
+
"ngx-translate-messageformat-compiler": "^6.5.0",
|
|
64
|
+
"prosemirror-commands": "^1.5.2",
|
|
65
|
+
"prosemirror-dropcursor": "^1.8.1",
|
|
66
|
+
"prosemirror-gapcursor": "^1.3.2",
|
|
67
|
+
"prosemirror-history": "^1.3.2",
|
|
68
|
+
"prosemirror-inputrules": "^1.4.0",
|
|
69
|
+
"prosemirror-keymap": "^1.2.2",
|
|
70
|
+
"prosemirror-menu": "^1.2.4",
|
|
71
|
+
"prosemirror-schema-basic": "^1.2.2",
|
|
72
|
+
"prosemirror-schema-list": "^1.3.0",
|
|
73
|
+
"prosemirror-state": "^1.4.3",
|
|
74
|
+
"prosemirror-tables": "^1.3.7",
|
|
75
|
+
"react": "^18.2.0",
|
|
76
|
+
"react-dom": "^18.2.0",
|
|
77
|
+
"rxjs": "^7.8.1",
|
|
78
|
+
"tslib": "^2.6.2",
|
|
79
|
+
"zone.js": "~0.14.4"
|
|
80
|
+
},
|
|
81
|
+
"devDependencies": {
|
|
82
|
+
"@angular-devkit/build-angular": "^17.2.3",
|
|
83
|
+
"@angular-eslint/builder": "^17.2.1",
|
|
84
|
+
"@angular-eslint/eslint-plugin": "^17.2.1",
|
|
85
|
+
"@angular-eslint/eslint-plugin-template": "^17.2.1",
|
|
86
|
+
"@angular-eslint/schematics": "^17.2.1",
|
|
87
|
+
"@angular-eslint/template-parser": "^17.2.1",
|
|
88
|
+
"@angular/cli": "^17.2.3",
|
|
89
|
+
"@angular/compiler": "^17.2.4",
|
|
90
|
+
"@angular/compiler-cli": "^17.2.4",
|
|
91
|
+
"@types/jasmine": "~4.3.5",
|
|
92
|
+
"@types/jasminewd2": "~2.0.10",
|
|
93
|
+
"@types/node": "^18.17.9",
|
|
94
|
+
"@types/react": "^18.2.21",
|
|
95
|
+
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
96
|
+
"@typescript-eslint/parser": "^5.59.2",
|
|
97
|
+
"@vendure/ngx-translate-extract": "^8.2.2",
|
|
98
|
+
"cross-spawn": "^7.0.3",
|
|
99
|
+
"eslint": "^8.41.0",
|
|
100
|
+
"eslint-plugin-import": "^2.27.5",
|
|
101
|
+
"eslint-plugin-jsdoc": "^45.0.0",
|
|
102
|
+
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
103
|
+
"fs-extra": "^11.2.0",
|
|
104
|
+
"jasmine-core": "~3.99.1",
|
|
105
|
+
"jasmine-spec-reporter": "~7.0.0",
|
|
106
|
+
"karma": "~6.3.4",
|
|
107
|
+
"karma-chrome-launcher": "~3.1.0",
|
|
108
|
+
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
109
|
+
"karma-jasmine": "~4.0.0",
|
|
110
|
+
"karma-jasmine-html-reporter": "^1.7.0",
|
|
111
|
+
"karma-mocha-reporter": "^2.2.5",
|
|
112
|
+
"ng-packagr": "17.2.1",
|
|
113
|
+
"puppeteer": "^19.8.3",
|
|
114
|
+
"rimraf": "^5.0.5",
|
|
115
|
+
"typescript": "5.3.3"
|
|
116
|
+
}
|
|
117
|
+
}
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compileOnSave": false,
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"baseUrl": "./",
|
|
5
|
+
"importHelpers": true,
|
|
6
|
+
"module": "es2020",
|
|
7
|
+
"outDir": "./dist/out-tsc",
|
|
8
|
+
"sourceMap": true,
|
|
9
|
+
"declaration": false,
|
|
10
|
+
"moduleResolution": "node",
|
|
11
|
+
"experimentalDecorators": true,
|
|
12
|
+
"strict": true,
|
|
13
|
+
"noImplicitAny": false,
|
|
14
|
+
"strictPropertyInitialization": false,
|
|
15
|
+
"target": "ES2022",
|
|
16
|
+
"skipLibCheck": true,
|
|
17
|
+
"esModuleInterop": true,
|
|
18
|
+
"allowSyntheticDefaultImports": true,
|
|
19
|
+
"jsx": "react",
|
|
20
|
+
"typeRoots": [
|
|
21
|
+
"node_modules/@types",
|
|
22
|
+
"./typings"
|
|
23
|
+
],
|
|
24
|
+
"lib": [
|
|
25
|
+
"es2019",
|
|
26
|
+
"dom",
|
|
27
|
+
"esnext.asynciterable"
|
|
28
|
+
],
|
|
29
|
+
"paths": {
|
|
30
|
+
"@vendure/admin-ui": [
|
|
31
|
+
"./src/lib/public_api"
|
|
32
|
+
],
|
|
33
|
+
"@vendure/admin-ui/catalog": [
|
|
34
|
+
"./src/lib/catalog/src/public_api"
|
|
35
|
+
],
|
|
36
|
+
"@vendure/admin-ui/core": [
|
|
37
|
+
"./src/lib/core/src/public_api"
|
|
38
|
+
],
|
|
39
|
+
"@vendure/admin-ui/customer": [
|
|
40
|
+
"./src/lib/customer/src/public_api"
|
|
41
|
+
],
|
|
42
|
+
"@vendure/admin-ui/dashboard": [
|
|
43
|
+
"./src/lib/dashboard/src/public_api"
|
|
44
|
+
],
|
|
45
|
+
"@vendure/admin-ui/login": [
|
|
46
|
+
"./src/lib/login/src/public_api"
|
|
47
|
+
],
|
|
48
|
+
"@vendure/admin-ui/marketing": [
|
|
49
|
+
"./src/lib/marketing/src/public_api"
|
|
50
|
+
],
|
|
51
|
+
"@vendure/admin-ui/order": [
|
|
52
|
+
"./src/lib/order/src/public_api"
|
|
53
|
+
],
|
|
54
|
+
"@vendure/admin-ui/react": [
|
|
55
|
+
"./src/lib/react/src/public_api"
|
|
56
|
+
],
|
|
57
|
+
"@vendure/admin-ui/settings": [
|
|
58
|
+
"./src/lib/settings/src/public_api"
|
|
59
|
+
],
|
|
60
|
+
"@vendure/admin-ui/system": [
|
|
61
|
+
"./src/lib/system/src/public_api"
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
"useDefineForClassFields": false
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "./tsconfig.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"outDir": "../../out-tsc/lib",
|
|
5
|
+
"declarationMap": true,
|
|
6
|
+
"declaration": true,
|
|
7
|
+
"inlineSources": true,
|
|
8
|
+
"types": [],
|
|
9
|
+
"lib": [
|
|
10
|
+
"es2019",
|
|
11
|
+
"dom",
|
|
12
|
+
"es2018"
|
|
13
|
+
]
|
|
14
|
+
},
|
|
15
|
+
"angularCompilerOptions": {
|
|
16
|
+
"skipTemplateCodegen": true,
|
|
17
|
+
"strictMetadataEmit": true,
|
|
18
|
+
"enableResourceInlining": true
|
|
19
|
+
},
|
|
20
|
+
"exclude": [
|
|
21
|
+
"src/test.ts",
|
|
22
|
+
"src/testing/*.ts",
|
|
23
|
+
"src/**/*.spec.ts"
|
|
24
|
+
]
|
|
25
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "./tsconfig.lib.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declarationMap": false
|
|
5
|
+
},
|
|
6
|
+
"angularCompilerOptions": {
|
|
7
|
+
"compilationMode": "partial",
|
|
8
|
+
"skipTemplateCodegen": true,
|
|
9
|
+
"strictMetadataEmit": true,
|
|
10
|
+
"fullTemplateTypeCheck": true,
|
|
11
|
+
"strictInjectionParameters": true,
|
|
12
|
+
"enableResourceInlining": true
|
|
13
|
+
}
|
|
14
|
+
}
|
package/LICENSE
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
The MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2018 Michael Bromley
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/core/common/version.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const ADMIN_UI_VERSION = "2.2.0";
|
package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs
DELETED
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
import { ChangeDetectionStrategy, Component, EventEmitter, Input, Output, ViewChild, } from '@angular/core';
|
|
2
|
-
import { NG_VALUE_ACCESSOR } from '@angular/forms';
|
|
3
|
-
import { NgSelectComponent } from '@ng-select/ng-select';
|
|
4
|
-
import { concat, merge, of, Subject } from 'rxjs';
|
|
5
|
-
import { debounceTime, distinctUntilChanged, mapTo, switchMap, tap } from 'rxjs/operators';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "../../../data/providers/data.service";
|
|
8
|
-
import * as i2 from "@angular/common";
|
|
9
|
-
import * as i3 from "@angular/forms";
|
|
10
|
-
import * as i4 from "@ng-select/ng-select";
|
|
11
|
-
import * as i5 from "../chip/chip.component";
|
|
12
|
-
import * as i6 from "../facet-value-chip/facet-value-chip.component";
|
|
13
|
-
import * as i7 from "@ngx-translate/core";
|
|
14
|
-
/**
|
|
15
|
-
* @description
|
|
16
|
-
* A form control for selecting facet values.
|
|
17
|
-
*
|
|
18
|
-
* @example
|
|
19
|
-
* ```HTML
|
|
20
|
-
* <vdr-facet-value-selector
|
|
21
|
-
* [facets]="facets"
|
|
22
|
-
* (selectedValuesChange)="selectedValues = $event"
|
|
23
|
-
* ></vdr-facet-value-selector>
|
|
24
|
-
* ```
|
|
25
|
-
* The `facets` input should be provided from the parent component
|
|
26
|
-
* like this:
|
|
27
|
-
*
|
|
28
|
-
* @example
|
|
29
|
-
* ```ts
|
|
30
|
-
* this.facets = this.dataService
|
|
31
|
-
* .facet.getAllFacets()
|
|
32
|
-
* .mapSingle(data => data.facets.items);
|
|
33
|
-
* ```
|
|
34
|
-
* @docsCategory components
|
|
35
|
-
*/
|
|
36
|
-
export class FacetValueSelectorComponent {
|
|
37
|
-
constructor(dataService, changeDetectorRef) {
|
|
38
|
-
this.dataService = dataService;
|
|
39
|
-
this.changeDetectorRef = changeDetectorRef;
|
|
40
|
-
this.selectedValuesChange = new EventEmitter();
|
|
41
|
-
this.readonly = false;
|
|
42
|
-
this.transformControlValueAccessorValue = value => value;
|
|
43
|
-
this.searchInput$ = new Subject();
|
|
44
|
-
this.searchLoading = false;
|
|
45
|
-
this.selectedIds$ = new Subject();
|
|
46
|
-
this.disabled = false;
|
|
47
|
-
}
|
|
48
|
-
ngOnInit() {
|
|
49
|
-
this.initSearchResults();
|
|
50
|
-
}
|
|
51
|
-
initSearchResults() {
|
|
52
|
-
const searchItems$ = this.searchInput$.pipe(debounceTime(200), distinctUntilChanged(), tap(() => (this.searchLoading = true)), switchMap(term => {
|
|
53
|
-
if (!term) {
|
|
54
|
-
return of([]);
|
|
55
|
-
}
|
|
56
|
-
return this.dataService.facet
|
|
57
|
-
.getFacetValues({ take: 100, filter: { name: { contains: term } } })
|
|
58
|
-
.mapSingle(result => result.facetValues.items);
|
|
59
|
-
}), tap(() => (this.searchLoading = false)));
|
|
60
|
-
this.subscription = this.selectedIds$
|
|
61
|
-
.pipe(switchMap(ids => {
|
|
62
|
-
if (!ids.length) {
|
|
63
|
-
return of([]);
|
|
64
|
-
}
|
|
65
|
-
return this.dataService.facet
|
|
66
|
-
.getFacetValues({ take: 100, filter: { id: { in: ids } } }, 'cache-first')
|
|
67
|
-
.mapSingle(result => result.facetValues.items);
|
|
68
|
-
}))
|
|
69
|
-
.subscribe(val => {
|
|
70
|
-
this.value = val;
|
|
71
|
-
this.changeDetectorRef.markForCheck();
|
|
72
|
-
});
|
|
73
|
-
const clear$ = this.selectedValuesChange.pipe(mapTo([]));
|
|
74
|
-
this.searchResults$ = concat(of([]), merge(searchItems$, clear$));
|
|
75
|
-
}
|
|
76
|
-
ngOnDestroy() {
|
|
77
|
-
this.subscription?.unsubscribe();
|
|
78
|
-
}
|
|
79
|
-
onChange(selected) {
|
|
80
|
-
if (this.readonly) {
|
|
81
|
-
return;
|
|
82
|
-
}
|
|
83
|
-
this.selectedValuesChange.emit(selected);
|
|
84
|
-
if (this.onChangeFn) {
|
|
85
|
-
const transformedValue = this.transformControlValueAccessorValue(selected);
|
|
86
|
-
this.onChangeFn(transformedValue);
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
registerOnChange(fn) {
|
|
90
|
-
this.onChangeFn = fn;
|
|
91
|
-
}
|
|
92
|
-
registerOnTouched(fn) {
|
|
93
|
-
this.onTouchFn = fn;
|
|
94
|
-
}
|
|
95
|
-
setDisabledState(isDisabled) {
|
|
96
|
-
this.disabled = isDisabled;
|
|
97
|
-
}
|
|
98
|
-
focus() {
|
|
99
|
-
this.ngSelect.focus();
|
|
100
|
-
}
|
|
101
|
-
writeValue(obj) {
|
|
102
|
-
let valueIds;
|
|
103
|
-
if (typeof obj === 'string') {
|
|
104
|
-
try {
|
|
105
|
-
const facetValueIds = JSON.parse(obj);
|
|
106
|
-
valueIds = facetValueIds;
|
|
107
|
-
}
|
|
108
|
-
catch (err) {
|
|
109
|
-
// TODO: log error
|
|
110
|
-
throw err;
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
else if (Array.isArray(obj)) {
|
|
114
|
-
const isIdArray = (input) => input.every(i => typeof i === 'number' || typeof i === 'string');
|
|
115
|
-
if (isIdArray(obj)) {
|
|
116
|
-
valueIds = obj.map(fv => fv.toString());
|
|
117
|
-
}
|
|
118
|
-
else {
|
|
119
|
-
valueIds = obj.map(fv => fv.id);
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
if (valueIds) {
|
|
123
|
-
// this.value = valueIds;
|
|
124
|
-
this.selectedIds$.next(valueIds);
|
|
125
|
-
}
|
|
126
|
-
}
|
|
127
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: FacetValueSelectorComponent, deps: [{ token: i1.DataService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
128
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: FacetValueSelectorComponent, selector: "vdr-facet-value-selector", inputs: { readonly: "readonly", transformControlValueAccessorValue: "transformControlValueAccessorValue" }, outputs: { selectedValuesChange: "selectedValuesChange" }, providers: [
|
|
129
|
-
{
|
|
130
|
-
provide: NG_VALUE_ACCESSOR,
|
|
131
|
-
useExisting: FacetValueSelectorComponent,
|
|
132
|
-
multi: true,
|
|
133
|
-
},
|
|
134
|
-
], viewQueries: [{ propertyName: "ngSelect", first: true, predicate: NgSelectComponent, descendants: true }], ngImport: i0, template: "<ng-select\r\n [items]=\"searchResults$ | async\"\r\n [addTag]=\"false\"\r\n [hideSelected]=\"true\"\r\n [loading]=\"searchLoading\"\r\n [typeahead]=\"searchInput$\"\r\n multiple=\"true\"\r\n appendTo=\"body\"\r\n bindLabel=\"name\"\r\n [disabled]=\"disabled || readonly\"\r\n [ngModel]=\"value\"\r\n (change)=\"onChange($event)\"\r\n>\r\n <ng-template ng-label-tmp let-item=\"item\" let-clear=\"clear\">\r\n <vdr-facet-value-chip\r\n *ngIf=\"item; else facetNotFound\"\r\n [facetValue]=\"item\"\r\n [removable]=\"!readonly\"\r\n (remove)=\"clear(item)\"\r\n ></vdr-facet-value-chip>\r\n <ng-template #facetNotFound>\r\n <vdr-chip colorType=\"error\" icon=\"times\" (iconClick)=\"clear(item)\">{{\r\n 'catalog.facet-value-not-available' | translate: { id: item.id }\r\n }}</vdr-chip>\r\n </ng-template>\r\n </ng-template>\r\n <ng-template ng-option-tmp let-item=\"item\">\r\n <vdr-facet-value-chip [facetValue]=\"item\" [removable]=\"false\"></vdr-facet-value-chip>\r\n </ng-template>\r\n</ng-select>\r\n", styles: [""], dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i3.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "component", type: i4.NgSelectComponent, selector: "ng-select", inputs: ["bindLabel", "bindValue", "markFirst", "placeholder", "notFoundText", "typeToSearchText", "addTagText", "loadingText", "clearAllText", "appearance", "dropdownPosition", "appendTo", "loading", "closeOnSelect", "hideSelected", "selectOnTab", "openOnEnter", "maxSelectedItems", "groupBy", "groupValue", "bufferAmount", "virtualScroll", "selectableGroup", "selectableGroupAsModel", "searchFn", "trackByFn", "clearOnBackspace", "labelForId", "inputAttrs", "tabIndex", "readonly", "searchWhileComposing", "minTermLength", "editableSearchTerm", "keyDownFn", "typeahead", "multiple", "addTag", "searchable", "clearable", "isOpen", "items", "compareWith", "clearSearchOnAdd", "deselectOnClick"], outputs: ["blur", "focus", "change", "open", "close", "search", "clear", "add", "remove", "scroll", "scrollToEnd"] }, { kind: "directive", type: i4.NgOptionTemplateDirective, selector: "[ng-option-tmp]" }, { kind: "directive", type: i4.NgLabelTemplateDirective, selector: "[ng-label-tmp]" }, { kind: "component", type: i5.ChipComponent, selector: "vdr-chip", inputs: ["icon", "invert", "colorFrom", "colorType"], outputs: ["iconClick"] }, { kind: "component", type: i6.FacetValueChipComponent, selector: "vdr-facet-value-chip", inputs: ["facetValue", "removable", "displayFacetName"], outputs: ["remove"] }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i7.TranslatePipe, name: "translate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
135
|
-
}
|
|
136
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: FacetValueSelectorComponent, decorators: [{
|
|
137
|
-
type: Component,
|
|
138
|
-
args: [{ selector: 'vdr-facet-value-selector', changeDetection: ChangeDetectionStrategy.OnPush, providers: [
|
|
139
|
-
{
|
|
140
|
-
provide: NG_VALUE_ACCESSOR,
|
|
141
|
-
useExisting: FacetValueSelectorComponent,
|
|
142
|
-
multi: true,
|
|
143
|
-
},
|
|
144
|
-
], template: "<ng-select\r\n [items]=\"searchResults$ | async\"\r\n [addTag]=\"false\"\r\n [hideSelected]=\"true\"\r\n [loading]=\"searchLoading\"\r\n [typeahead]=\"searchInput$\"\r\n multiple=\"true\"\r\n appendTo=\"body\"\r\n bindLabel=\"name\"\r\n [disabled]=\"disabled || readonly\"\r\n [ngModel]=\"value\"\r\n (change)=\"onChange($event)\"\r\n>\r\n <ng-template ng-label-tmp let-item=\"item\" let-clear=\"clear\">\r\n <vdr-facet-value-chip\r\n *ngIf=\"item; else facetNotFound\"\r\n [facetValue]=\"item\"\r\n [removable]=\"!readonly\"\r\n (remove)=\"clear(item)\"\r\n ></vdr-facet-value-chip>\r\n <ng-template #facetNotFound>\r\n <vdr-chip colorType=\"error\" icon=\"times\" (iconClick)=\"clear(item)\">{{\r\n 'catalog.facet-value-not-available' | translate: { id: item.id }\r\n }}</vdr-chip>\r\n </ng-template>\r\n </ng-template>\r\n <ng-template ng-option-tmp let-item=\"item\">\r\n <vdr-facet-value-chip [facetValue]=\"item\" [removable]=\"false\"></vdr-facet-value-chip>\r\n </ng-template>\r\n</ng-select>\r\n" }]
|
|
145
|
-
}], ctorParameters: () => [{ type: i1.DataService }, { type: i0.ChangeDetectorRef }], propDecorators: { selectedValuesChange: [{
|
|
146
|
-
type: Output
|
|
147
|
-
}], readonly: [{
|
|
148
|
-
type: Input
|
|
149
|
-
}], transformControlValueAccessorValue: [{
|
|
150
|
-
type: Input
|
|
151
|
-
}], ngSelect: [{
|
|
152
|
-
type: ViewChild,
|
|
153
|
-
args: [NgSelectComponent]
|
|
154
|
-
}] } });
|
|
155
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZmFjZXQtdmFsdWUtc2VsZWN0b3IuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9jb3JlL3NyYy9zaGFyZWQvY29tcG9uZW50cy9mYWNldC12YWx1ZS1zZWxlY3Rvci9mYWNldC12YWx1ZS1zZWxlY3Rvci5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvcmUvc3JjL3NoYXJlZC9jb21wb25lbnRzL2ZhY2V0LXZhbHVlLXNlbGVjdG9yL2ZhY2V0LXZhbHVlLXNlbGVjdG9yLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFDSCx1QkFBdUIsRUFFdkIsU0FBUyxFQUNULFlBQVksRUFDWixLQUFLLEVBR0wsTUFBTSxFQUNOLFNBQVMsR0FDWixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQXdCLGlCQUFpQixFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekUsT0FBTyxFQUFFLGlCQUFpQixFQUFFLE1BQU0sc0JBQXNCLENBQUM7QUFDekQsT0FBTyxFQUFFLE1BQU0sRUFBRSxLQUFLLEVBQWMsRUFBRSxFQUFFLE9BQU8sRUFBZ0IsTUFBTSxNQUFNLENBQUM7QUFDNUUsT0FBTyxFQUFFLFlBQVksRUFBRSxvQkFBb0IsRUFBRSxLQUFLLEVBQUUsU0FBUyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7Ozs7QUFLM0Y7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztHQXFCRztBQWNILE1BQU0sT0FBTywyQkFBMkI7SUFnQnBDLFlBQW9CLFdBQXdCLEVBQVUsaUJBQW9DO1FBQXRFLGdCQUFXLEdBQVgsV0FBVyxDQUFhO1FBQVUsc0JBQWlCLEdBQWpCLGlCQUFpQixDQUFtQjtRQWZoRix5QkFBb0IsR0FBRyxJQUFJLFlBQVksRUFBd0IsQ0FBQztRQUNqRSxhQUFRLEdBQUcsS0FBSyxDQUFDO1FBQ2pCLHVDQUFrQyxHQUEyQyxLQUFLLENBQUMsRUFBRSxDQUFDLEtBQUssQ0FBQztRQUNyRyxpQkFBWSxHQUFHLElBQUksT0FBTyxFQUFVLENBQUM7UUFDckMsa0JBQWEsR0FBRyxLQUFLLENBQUM7UUFFdEIsaUJBQVksR0FBRyxJQUFJLE9BQU8sRUFBWSxDQUFDO1FBTXZDLGFBQVEsR0FBRyxLQUFLLENBQUM7SUFHNEUsQ0FBQztJQUU5RixRQUFRO1FBQ0osSUFBSSxDQUFDLGlCQUFpQixFQUFFLENBQUM7SUFDN0IsQ0FBQztJQUVPLGlCQUFpQjtRQUNyQixNQUFNLFlBQVksR0FBRyxJQUFJLENBQUMsWUFBWSxDQUFDLElBQUksQ0FDdkMsWUFBWSxDQUFDLEdBQUcsQ0FBQyxFQUNqQixvQkFBb0IsRUFBRSxFQUN0QixHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxDQUFDLEVBQ3RDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRTtZQUNiLElBQUksQ0FBQyxJQUFJLEVBQUUsQ0FBQztnQkFDUixPQUFPLEVBQUUsQ0FBQyxFQUFFLENBQUMsQ0FBQztZQUNsQixDQUFDO1lBQ0QsT0FBTyxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUs7aUJBQ3hCLGNBQWMsQ0FBQyxFQUFFLElBQUksRUFBRSxHQUFHLEVBQUUsTUFBTSxFQUFFLEVBQUUsSUFBSSxFQUFFLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxFQUFFLEVBQUUsQ0FBQztpQkFDbkUsU0FBUyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsTUFBTSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2RCxDQUFDLENBQUMsRUFDRixHQUFHLENBQUMsR0FBRyxFQUFFLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxHQUFHLEtBQUssQ0FBQyxDQUFDLENBQzFDLENBQUM7UUFDRixJQUFJLENBQUMsWUFBWSxHQUFHLElBQUksQ0FBQyxZQUFZO2FBQ2hDLElBQUksQ0FDRCxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUU7WUFDWixJQUFJLENBQUMsR0FBRyxDQUFDLE1BQU0sRUFBRSxDQUFDO2dCQUNkLE9BQU8sRUFBRSxDQUFDLEVBQUUsQ0FBQyxDQUFDO1lBQ2xCLENBQUM7WUFDRCxPQUFPLElBQUksQ0FBQyxXQUFXLENBQUMsS0FBSztpQkFDeEIsY0FBYyxDQUFDLEVBQUUsSUFBSSxFQUFFLEdBQUcsRUFBRSxNQUFNLEVBQUUsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLEVBQUUsR0FBRyxFQUFFLEVBQUUsRUFBRSxFQUFFLGFBQWEsQ0FBQztpQkFDekUsU0FBUyxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsTUFBTSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUN2RCxDQUFDLENBQUMsQ0FDTDthQUNBLFNBQVMsQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNiLElBQUksQ0FBQyxLQUFLLEdBQUcsR0FBRyxDQUFDO1lBQ2pCLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxZQUFZLEVBQUUsQ0FBQztRQUMxQyxDQUFDLENBQUMsQ0FBQztRQUVQLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLEVBQUUsQ0FBQyxDQUFDLENBQUM7UUFDekQsSUFBSSxDQUFDLGNBQWMsR0FBRyxNQUFNLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLEtBQUssQ0FBQyxZQUFZLEVBQUUsTUFBTSxDQUFDLENBQUMsQ0FBQztJQUN0RSxDQUFDO0lBQ0QsV0FBVztRQUNQLElBQUksQ0FBQyxZQUFZLEVBQUUsV0FBVyxFQUFFLENBQUM7SUFDckMsQ0FBQztJQUVELFFBQVEsQ0FBQyxRQUE4QjtRQUNuQyxJQUFJLElBQUksQ0FBQyxRQUFRLEVBQUUsQ0FBQztZQUNoQixPQUFPO1FBQ1gsQ0FBQztRQUNELElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxJQUFJLENBQUMsUUFBUSxDQUFDLENBQUM7UUFDekMsSUFBSSxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7WUFDbEIsTUFBTSxnQkFBZ0IsR0FBRyxJQUFJLENBQUMsa0NBQWtDLENBQUMsUUFBUSxDQUFDLENBQUM7WUFDM0UsSUFBSSxDQUFDLFVBQVUsQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDO1FBQ3RDLENBQUM7SUFDTCxDQUFDO0lBRUQsZ0JBQWdCLENBQUMsRUFBTztRQUNwQixJQUFJLENBQUMsVUFBVSxHQUFHLEVBQUUsQ0FBQztJQUN6QixDQUFDO0lBRUQsaUJBQWlCLENBQUMsRUFBTztRQUNyQixJQUFJLENBQUMsU0FBUyxHQUFHLEVBQUUsQ0FBQztJQUN4QixDQUFDO0lBRUQsZ0JBQWdCLENBQUMsVUFBbUI7UUFDaEMsSUFBSSxDQUFDLFFBQVEsR0FBRyxVQUFVLENBQUM7SUFDL0IsQ0FBQztJQUVELEtBQUs7UUFDRCxJQUFJLENBQUMsUUFBUSxDQUFDLEtBQUssRUFBRSxDQUFDO0lBQzFCLENBQUM7SUFFRCxVQUFVLENBQUMsR0FBa0U7UUFDekUsSUFBSSxRQUE4QixDQUFDO1FBQ25DLElBQUksT0FBTyxHQUFHLEtBQUssUUFBUSxFQUFFLENBQUM7WUFDMUIsSUFBSSxDQUFDO2dCQUNELE1BQU0sYUFBYSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsR0FBRyxDQUFhLENBQUM7Z0JBQ2xELFFBQVEsR0FBRyxhQUFhLENBQUM7WUFDN0IsQ0FBQztZQUFDLE9BQU8sR0FBRyxFQUFFLENBQUM7Z0JBQ1gsa0JBQWtCO2dCQUNsQixNQUFNLEdBQUcsQ0FBQztZQUNkLENBQUM7UUFDTCxDQUFDO2FBQU0sSUFBSSxLQUFLLENBQUMsT0FBTyxDQUFDLEdBQUcsQ0FBQyxFQUFFLENBQUM7WUFDNUIsTUFBTSxTQUFTLEdBQUcsQ0FBQyxLQUFnQixFQUFtQyxFQUFFLENBQ3BFLEtBQUssQ0FBQyxLQUFLLENBQUMsQ0FBQyxDQUFDLEVBQUUsQ0FBQyxPQUFPLENBQUMsS0FBSyxRQUFRLElBQUksT0FBTyxDQUFDLEtBQUssUUFBUSxDQUFDLENBQUM7WUFDckUsSUFBSSxTQUFTLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQztnQkFDakIsUUFBUSxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsUUFBUSxFQUFFLENBQUMsQ0FBQztZQUM1QyxDQUFDO2lCQUFNLENBQUM7Z0JBQ0osUUFBUSxHQUFHLEdBQUcsQ0FBQyxHQUFHLENBQUMsRUFBRSxDQUFDLEVBQUUsQ0FBQyxFQUFFLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDcEMsQ0FBQztRQUNMLENBQUM7UUFDRCxJQUFJLFFBQVEsRUFBRSxDQUFDO1lBQ1gseUJBQXlCO1lBQ3pCLElBQUksQ0FBQyxZQUFZLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDO1FBQ3JDLENBQUM7SUFDTCxDQUFDOzhHQTlHUSwyQkFBMkI7a0dBQTNCLDJCQUEyQiwwTkFSekI7WUFDUDtnQkFDSSxPQUFPLEVBQUUsaUJBQWlCO2dCQUMxQixXQUFXLEVBQUUsMkJBQTJCO2dCQUN4QyxLQUFLLEVBQUUsSUFBSTthQUNkO1NBQ0osb0VBV1UsaUJBQWlCLGdEQy9EaEMsK29DQThCQTs7MkZEd0JhLDJCQUEyQjtrQkFidkMsU0FBUzsrQkFDSSwwQkFBMEIsbUJBR25CLHVCQUF1QixDQUFDLE1BQU0sYUFDcEM7d0JBQ1A7NEJBQ0ksT0FBTyxFQUFFLGlCQUFpQjs0QkFDMUIsV0FBVyw2QkFBNkI7NEJBQ3hDLEtBQUssRUFBRSxJQUFJO3lCQUNkO3FCQUNKO2dIQUdTLG9CQUFvQjtzQkFBN0IsTUFBTTtnQkFDRSxRQUFRO3NCQUFoQixLQUFLO2dCQUNHLGtDQUFrQztzQkFBMUMsS0FBSztnQkFNZ0MsUUFBUTtzQkFBN0MsU0FBUzt1QkFBQyxpQkFBaUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xyXG4gICAgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksXHJcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcclxuICAgIENvbXBvbmVudCxcclxuICAgIEV2ZW50RW1pdHRlcixcclxuICAgIElucHV0LFxyXG4gICAgT25EZXN0cm95LFxyXG4gICAgT25Jbml0LFxyXG4gICAgT3V0cHV0LFxyXG4gICAgVmlld0NoaWxkLFxyXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xyXG5pbXBvcnQgeyBDb250cm9sVmFsdWVBY2Nlc3NvciwgTkdfVkFMVUVfQUNDRVNTT1IgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XHJcbmltcG9ydCB7IE5nU2VsZWN0Q29tcG9uZW50IH0gZnJvbSAnQG5nLXNlbGVjdC9uZy1zZWxlY3QnO1xyXG5pbXBvcnQgeyBjb25jYXQsIG1lcmdlLCBPYnNlcnZhYmxlLCBvZiwgU3ViamVjdCwgU3Vic2NyaXB0aW9uIH0gZnJvbSAncnhqcyc7XHJcbmltcG9ydCB7IGRlYm91bmNlVGltZSwgZGlzdGluY3RVbnRpbENoYW5nZWQsIG1hcFRvLCBzd2l0Y2hNYXAsIHRhcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuXHJcbmltcG9ydCB7IEZhY2V0VmFsdWUsIEZhY2V0VmFsdWVGcmFnbWVudCB9IGZyb20gJy4uLy4uLy4uL2NvbW1vbi9nZW5lcmF0ZWQtdHlwZXMnO1xyXG5pbXBvcnQgeyBEYXRhU2VydmljZSB9IGZyb20gJy4uLy4uLy4uL2RhdGEvcHJvdmlkZXJzL2RhdGEuc2VydmljZSc7XHJcblxyXG4vKipcclxuICogQGRlc2NyaXB0aW9uXHJcbiAqIEEgZm9ybSBjb250cm9sIGZvciBzZWxlY3RpbmcgZmFjZXQgdmFsdWVzLlxyXG4gKlxyXG4gKiBAZXhhbXBsZVxyXG4gKiBgYGBIVE1MXHJcbiAqIDx2ZHItZmFjZXQtdmFsdWUtc2VsZWN0b3JcclxuICogICBbZmFjZXRzXT1cImZhY2V0c1wiXHJcbiAqICAgKHNlbGVjdGVkVmFsdWVzQ2hhbmdlKT1cInNlbGVjdGVkVmFsdWVzID0gJGV2ZW50XCJcclxuICogPjwvdmRyLWZhY2V0LXZhbHVlLXNlbGVjdG9yPlxyXG4gKiBgYGBcclxuICogVGhlIGBmYWNldHNgIGlucHV0IHNob3VsZCBiZSBwcm92aWRlZCBmcm9tIHRoZSBwYXJlbnQgY29tcG9uZW50XHJcbiAqIGxpa2UgdGhpczpcclxuICpcclxuICogQGV4YW1wbGVcclxuICogYGBgdHNcclxuICogdGhpcy5mYWNldHMgPSB0aGlzLmRhdGFTZXJ2aWNlXHJcbiAqICAgLmZhY2V0LmdldEFsbEZhY2V0cygpXHJcbiAqICAgLm1hcFNpbmdsZShkYXRhID0+IGRhdGEuZmFjZXRzLml0ZW1zKTtcclxuICogYGBgXHJcbiAqIEBkb2NzQ2F0ZWdvcnkgY29tcG9uZW50c1xyXG4gKi9cclxuQENvbXBvbmVudCh7XHJcbiAgICBzZWxlY3RvcjogJ3Zkci1mYWNldC12YWx1ZS1zZWxlY3RvcicsXHJcbiAgICB0ZW1wbGF0ZVVybDogJy4vZmFjZXQtdmFsdWUtc2VsZWN0b3IuY29tcG9uZW50Lmh0bWwnLFxyXG4gICAgc3R5bGVVcmxzOiBbJy4vZmFjZXQtdmFsdWUtc2VsZWN0b3IuY29tcG9uZW50LnNjc3MnXSxcclxuICAgIGNoYW5nZURldGVjdGlvbjogQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3kuT25QdXNoLFxyXG4gICAgcHJvdmlkZXJzOiBbXHJcbiAgICAgICAge1xyXG4gICAgICAgICAgICBwcm92aWRlOiBOR19WQUxVRV9BQ0NFU1NPUixcclxuICAgICAgICAgICAgdXNlRXhpc3Rpbmc6IEZhY2V0VmFsdWVTZWxlY3RvckNvbXBvbmVudCxcclxuICAgICAgICAgICAgbXVsdGk6IHRydWUsXHJcbiAgICAgICAgfSxcclxuICAgIF0sXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBGYWNldFZhbHVlU2VsZWN0b3JDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQsIE9uRGVzdHJveSwgQ29udHJvbFZhbHVlQWNjZXNzb3Ige1xyXG4gICAgQE91dHB1dCgpIHNlbGVjdGVkVmFsdWVzQ2hhbmdlID0gbmV3IEV2ZW50RW1pdHRlcjxGYWNldFZhbHVlRnJhZ21lbnRbXT4oKTtcclxuICAgIEBJbnB1dCgpIHJlYWRvbmx5ID0gZmFsc2U7XHJcbiAgICBASW5wdXQoKSB0cmFuc2Zvcm1Db250cm9sVmFsdWVBY2Nlc3NvclZhbHVlOiAodmFsdWU6IEZhY2V0VmFsdWVGcmFnbWVudFtdKSA9PiBhbnlbXSA9IHZhbHVlID0+IHZhbHVlO1xyXG4gICAgc2VhcmNoSW5wdXQkID0gbmV3IFN1YmplY3Q8c3RyaW5nPigpO1xyXG4gICAgc2VhcmNoTG9hZGluZyA9IGZhbHNlO1xyXG4gICAgc2VhcmNoUmVzdWx0cyQ6IE9ic2VydmFibGU8RmFjZXRWYWx1ZUZyYWdtZW50W10+O1xyXG4gICAgc2VsZWN0ZWRJZHMkID0gbmV3IFN1YmplY3Q8c3RyaW5nW10+KCk7XHJcblxyXG4gICAgQFZpZXdDaGlsZChOZ1NlbGVjdENvbXBvbmVudCkgcHJpdmF0ZSBuZ1NlbGVjdDogTmdTZWxlY3RDb21wb25lbnQ7XHJcblxyXG4gICAgb25DaGFuZ2VGbjogKHZhbDogYW55KSA9PiB2b2lkO1xyXG4gICAgb25Ub3VjaEZuOiAoKSA9PiB2b2lkO1xyXG4gICAgZGlzYWJsZWQgPSBmYWxzZTtcclxuICAgIHZhbHVlOiBBcnJheTxzdHJpbmcgfCBGYWNldFZhbHVlRnJhZ21lbnQ+O1xyXG4gICAgcHJpdmF0ZSBzdWJzY3JpcHRpb246IFN1YnNjcmlwdGlvbjtcclxuICAgIGNvbnN0cnVjdG9yKHByaXZhdGUgZGF0YVNlcnZpY2U6IERhdGFTZXJ2aWNlLCBwcml2YXRlIGNoYW5nZURldGVjdG9yUmVmOiBDaGFuZ2VEZXRlY3RvclJlZikge31cclxuXHJcbiAgICBuZ09uSW5pdCgpOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmluaXRTZWFyY2hSZXN1bHRzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgcHJpdmF0ZSBpbml0U2VhcmNoUmVzdWx0cygpIHtcclxuICAgICAgICBjb25zdCBzZWFyY2hJdGVtcyQgPSB0aGlzLnNlYXJjaElucHV0JC5waXBlKFxyXG4gICAgICAgICAgICBkZWJvdW5jZVRpbWUoMjAwKSxcclxuICAgICAgICAgICAgZGlzdGluY3RVbnRpbENoYW5nZWQoKSxcclxuICAgICAgICAgICAgdGFwKCgpID0+ICh0aGlzLnNlYXJjaExvYWRpbmcgPSB0cnVlKSksXHJcbiAgICAgICAgICAgIHN3aXRjaE1hcCh0ZXJtID0+IHtcclxuICAgICAgICAgICAgICAgIGlmICghdGVybSkge1xyXG4gICAgICAgICAgICAgICAgICAgIHJldHVybiBvZihbXSk7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICByZXR1cm4gdGhpcy5kYXRhU2VydmljZS5mYWNldFxyXG4gICAgICAgICAgICAgICAgICAgIC5nZXRGYWNldFZhbHVlcyh7IHRha2U6IDEwMCwgZmlsdGVyOiB7IG5hbWU6IHsgY29udGFpbnM6IHRlcm0gfSB9IH0pXHJcbiAgICAgICAgICAgICAgICAgICAgLm1hcFNpbmdsZShyZXN1bHQgPT4gcmVzdWx0LmZhY2V0VmFsdWVzLml0ZW1zKTtcclxuICAgICAgICAgICAgfSksXHJcbiAgICAgICAgICAgIHRhcCgoKSA9PiAodGhpcy5zZWFyY2hMb2FkaW5nID0gZmFsc2UpKSxcclxuICAgICAgICApO1xyXG4gICAgICAgIHRoaXMuc3Vic2NyaXB0aW9uID0gdGhpcy5zZWxlY3RlZElkcyRcclxuICAgICAgICAgICAgLnBpcGUoXHJcbiAgICAgICAgICAgICAgICBzd2l0Y2hNYXAoaWRzID0+IHtcclxuICAgICAgICAgICAgICAgICAgICBpZiAoIWlkcy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgcmV0dXJuIG9mKFtdKTtcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuZGF0YVNlcnZpY2UuZmFjZXRcclxuICAgICAgICAgICAgICAgICAgICAgICAgLmdldEZhY2V0VmFsdWVzKHsgdGFrZTogMTAwLCBmaWx0ZXI6IHsgaWQ6IHsgaW46IGlkcyB9IH0gfSwgJ2NhY2hlLWZpcnN0JylcclxuICAgICAgICAgICAgICAgICAgICAgICAgLm1hcFNpbmdsZShyZXN1bHQgPT4gcmVzdWx0LmZhY2V0VmFsdWVzLml0ZW1zKTtcclxuICAgICAgICAgICAgICAgIH0pLFxyXG4gICAgICAgICAgICApXHJcbiAgICAgICAgICAgIC5zdWJzY3JpYmUodmFsID0+IHtcclxuICAgICAgICAgICAgICAgIHRoaXMudmFsdWUgPSB2YWw7XHJcbiAgICAgICAgICAgICAgICB0aGlzLmNoYW5nZURldGVjdG9yUmVmLm1hcmtGb3JDaGVjaygpO1xyXG4gICAgICAgICAgICB9KTtcclxuXHJcbiAgICAgICAgY29uc3QgY2xlYXIkID0gdGhpcy5zZWxlY3RlZFZhbHVlc0NoYW5nZS5waXBlKG1hcFRvKFtdKSk7XHJcbiAgICAgICAgdGhpcy5zZWFyY2hSZXN1bHRzJCA9IGNvbmNhdChvZihbXSksIG1lcmdlKHNlYXJjaEl0ZW1zJCwgY2xlYXIkKSk7XHJcbiAgICB9XHJcbiAgICBuZ09uRGVzdHJveSgpIHtcclxuICAgICAgICB0aGlzLnN1YnNjcmlwdGlvbj8udW5zdWJzY3JpYmUoKTtcclxuICAgIH1cclxuXHJcbiAgICBvbkNoYW5nZShzZWxlY3RlZDogRmFjZXRWYWx1ZUZyYWdtZW50W10pIHtcclxuICAgICAgICBpZiAodGhpcy5yZWFkb25seSkge1xyXG4gICAgICAgICAgICByZXR1cm47XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRoaXMuc2VsZWN0ZWRWYWx1ZXNDaGFuZ2UuZW1pdChzZWxlY3RlZCk7XHJcbiAgICAgICAgaWYgKHRoaXMub25DaGFuZ2VGbikge1xyXG4gICAgICAgICAgICBjb25zdCB0cmFuc2Zvcm1lZFZhbHVlID0gdGhpcy50cmFuc2Zvcm1Db250cm9sVmFsdWVBY2Nlc3NvclZhbHVlKHNlbGVjdGVkKTtcclxuICAgICAgICAgICAgdGhpcy5vbkNoYW5nZUZuKHRyYW5zZm9ybWVkVmFsdWUpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuXHJcbiAgICByZWdpc3Rlck9uQ2hhbmdlKGZuOiBhbnkpIHtcclxuICAgICAgICB0aGlzLm9uQ2hhbmdlRm4gPSBmbjtcclxuICAgIH1cclxuXHJcbiAgICByZWdpc3Rlck9uVG91Y2hlZChmbjogYW55KSB7XHJcbiAgICAgICAgdGhpcy5vblRvdWNoRm4gPSBmbjtcclxuICAgIH1cclxuXHJcbiAgICBzZXREaXNhYmxlZFN0YXRlKGlzRGlzYWJsZWQ6IGJvb2xlYW4pOiB2b2lkIHtcclxuICAgICAgICB0aGlzLmRpc2FibGVkID0gaXNEaXNhYmxlZDtcclxuICAgIH1cclxuXHJcbiAgICBmb2N1cygpIHtcclxuICAgICAgICB0aGlzLm5nU2VsZWN0LmZvY3VzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgd3JpdGVWYWx1ZShvYmo6IHN0cmluZyB8IEZhY2V0VmFsdWVGcmFnbWVudFtdIHwgQXJyYXk8c3RyaW5nIHwgbnVtYmVyPiB8IG51bGwpOiB2b2lkIHtcclxuICAgICAgICBsZXQgdmFsdWVJZHM6IHN0cmluZ1tdIHwgdW5kZWZpbmVkO1xyXG4gICAgICAgIGlmICh0eXBlb2Ygb2JqID09PSAnc3RyaW5nJykge1xyXG4gICAgICAgICAgICB0cnkge1xyXG4gICAgICAgICAgICAgICAgY29uc3QgZmFjZXRWYWx1ZUlkcyA9IEpTT04ucGFyc2Uob2JqKSBhcyBzdHJpbmdbXTtcclxuICAgICAgICAgICAgICAgIHZhbHVlSWRzID0gZmFjZXRWYWx1ZUlkcztcclxuICAgICAgICAgICAgfSBjYXRjaCAoZXJyKSB7XHJcbiAgICAgICAgICAgICAgICAvLyBUT0RPOiBsb2cgZXJyb3JcclxuICAgICAgICAgICAgICAgIHRocm93IGVycjtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH0gZWxzZSBpZiAoQXJyYXkuaXNBcnJheShvYmopKSB7XHJcbiAgICAgICAgICAgIGNvbnN0IGlzSWRBcnJheSA9IChpbnB1dDogdW5rbm93bltdKTogaW5wdXQgaXMgQXJyYXk8c3RyaW5nIHwgbnVtYmVyPiA9PlxyXG4gICAgICAgICAgICAgICAgaW5wdXQuZXZlcnkoaSA9PiB0eXBlb2YgaSA9PT0gJ251bWJlcicgfHwgdHlwZW9mIGkgPT09ICdzdHJpbmcnKTtcclxuICAgICAgICAgICAgaWYgKGlzSWRBcnJheShvYmopKSB7XHJcbiAgICAgICAgICAgICAgICB2YWx1ZUlkcyA9IG9iai5tYXAoZnYgPT4gZnYudG9TdHJpbmcoKSk7XHJcbiAgICAgICAgICAgIH0gZWxzZSB7XHJcbiAgICAgICAgICAgICAgICB2YWx1ZUlkcyA9IG9iai5tYXAoZnYgPT4gZnYuaWQpO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGlmICh2YWx1ZUlkcykge1xyXG4gICAgICAgICAgICAvLyB0aGlzLnZhbHVlID0gdmFsdWVJZHM7XHJcbiAgICAgICAgICAgIHRoaXMuc2VsZWN0ZWRJZHMkLm5leHQodmFsdWVJZHMpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxufVxyXG4iLCI8bmctc2VsZWN0XHJcbiAgICBbaXRlbXNdPVwic2VhcmNoUmVzdWx0cyQgfCBhc3luY1wiXHJcbiAgICBbYWRkVGFnXT1cImZhbHNlXCJcclxuICAgIFtoaWRlU2VsZWN0ZWRdPVwidHJ1ZVwiXHJcbiAgICBbbG9hZGluZ109XCJzZWFyY2hMb2FkaW5nXCJcclxuICAgIFt0eXBlYWhlYWRdPVwic2VhcmNoSW5wdXQkXCJcclxuICAgIG11bHRpcGxlPVwidHJ1ZVwiXHJcbiAgICBhcHBlbmRUbz1cImJvZHlcIlxyXG4gICAgYmluZExhYmVsPVwibmFtZVwiXHJcbiAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWQgfHwgcmVhZG9ubHlcIlxyXG4gICAgW25nTW9kZWxdPVwidmFsdWVcIlxyXG4gICAgKGNoYW5nZSk9XCJvbkNoYW5nZSgkZXZlbnQpXCJcclxuPlxyXG4gICAgPG5nLXRlbXBsYXRlIG5nLWxhYmVsLXRtcCBsZXQtaXRlbT1cIml0ZW1cIiBsZXQtY2xlYXI9XCJjbGVhclwiPlxyXG4gICAgICAgIDx2ZHItZmFjZXQtdmFsdWUtY2hpcFxyXG4gICAgICAgICAgICAqbmdJZj1cIml0ZW07IGVsc2UgZmFjZXROb3RGb3VuZFwiXHJcbiAgICAgICAgICAgIFtmYWNldFZhbHVlXT1cIml0ZW1cIlxyXG4gICAgICAgICAgICBbcmVtb3ZhYmxlXT1cIiFyZWFkb25seVwiXHJcbiAgICAgICAgICAgIChyZW1vdmUpPVwiY2xlYXIoaXRlbSlcIlxyXG4gICAgICAgID48L3Zkci1mYWNldC12YWx1ZS1jaGlwPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSAjZmFjZXROb3RGb3VuZD5cclxuICAgICAgICAgICAgPHZkci1jaGlwIGNvbG9yVHlwZT1cImVycm9yXCIgaWNvbj1cInRpbWVzXCIgKGljb25DbGljayk9XCJjbGVhcihpdGVtKVwiPnt7XHJcbiAgICAgICAgICAgICAgICAnY2F0YWxvZy5mYWNldC12YWx1ZS1ub3QtYXZhaWxhYmxlJyB8IHRyYW5zbGF0ZTogeyBpZDogaXRlbS5pZCB9XHJcbiAgICAgICAgICAgIH19PC92ZHItY2hpcD5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDxuZy10ZW1wbGF0ZSBuZy1vcHRpb24tdG1wIGxldC1pdGVtPVwiaXRlbVwiPlxyXG4gICAgICAgIDx2ZHItZmFjZXQtdmFsdWUtY2hpcCBbZmFjZXRWYWx1ZV09XCJpdGVtXCIgW3JlbW92YWJsZV09XCJmYWxzZVwiPjwvdmRyLWZhY2V0LXZhbHVlLWNoaXA+XHJcbiAgICA8L25nLXRlbXBsYXRlPlxyXG48L25nLXNlbGVjdD5cclxuIl19
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
|
2
|
-
import { detailBreadcrumb, PageComponent, } from '@vendure/admin-ui/core';
|
|
3
|
-
export const createRoutes = (pageService) => [
|
|
4
|
-
{
|
|
5
|
-
path: 'customers',
|
|
6
|
-
component: PageComponent,
|
|
7
|
-
data: {
|
|
8
|
-
breadcrumb: _('breadcrumb.customers'),
|
|
9
|
-
},
|
|
10
|
-
children: pageService.getPageTabRoutes('customer-list'),
|
|
11
|
-
},
|
|
12
|
-
{
|
|
13
|
-
path: 'customers/:id',
|
|
14
|
-
component: PageComponent,
|
|
15
|
-
data: {
|
|
16
|
-
locationId: 'customer-detail',
|
|
17
|
-
breadcrumb: { label: _('breadcrumb.customers'), link: ['../', 'customers'] },
|
|
18
|
-
},
|
|
19
|
-
children: pageService.getPageTabRoutes('customer-detail'),
|
|
20
|
-
},
|
|
21
|
-
{
|
|
22
|
-
path: 'groups',
|
|
23
|
-
component: PageComponent,
|
|
24
|
-
data: {
|
|
25
|
-
locationId: 'customer-detail',
|
|
26
|
-
breadcrumb: _('breadcrumb.customer-groups'),
|
|
27
|
-
},
|
|
28
|
-
children: pageService.getPageTabRoutes('customer-group-list'),
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
path: 'groups/:id',
|
|
32
|
-
component: PageComponent,
|
|
33
|
-
data: {
|
|
34
|
-
locationId: 'customer-group-detail',
|
|
35
|
-
breadcrumb: { label: _('breadcrumb.customer-groups'), link: ['../', 'groups'] },
|
|
36
|
-
},
|
|
37
|
-
children: pageService.getPageTabRoutes('customer-group-detail'),
|
|
38
|
-
},
|
|
39
|
-
];
|
|
40
|
-
export function customerBreadcrumb(data, params) {
|
|
41
|
-
return detailBreadcrumb({
|
|
42
|
-
entity: data.entity,
|
|
43
|
-
id: params.id,
|
|
44
|
-
breadcrumbKey: 'breadcrumb.customers',
|
|
45
|
-
getName: customer => `${customer.firstName} ${customer.lastName}`,
|
|
46
|
-
route: 'customers',
|
|
47
|
-
});
|
|
48
|
-
}
|
|
49
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY3VzdG9tZXIucm91dGVzLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vc3JjL2xpYi9jdXN0b21lci9zcmMvY3VzdG9tZXIucm91dGVzLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxNQUFNLElBQUksQ0FBQyxFQUFFLE1BQU0seUNBQXlDLENBQUM7QUFDdEUsT0FBTyxFQUlILGdCQUFnQixFQUNoQixhQUFhLEdBRWhCLE1BQU0sd0JBQXdCLENBQUM7QUFNaEMsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLENBQUMsV0FBd0IsRUFBVyxFQUFFLENBQUM7SUFDL0Q7UUFDSSxJQUFJLEVBQUUsV0FBVztRQUNqQixTQUFTLEVBQUUsYUFBYTtRQUN4QixJQUFJLEVBQUU7WUFDRixVQUFVLEVBQUUsQ0FBQyxDQUFDLHNCQUFzQixDQUFDO1NBQ3hDO1FBQ0QsUUFBUSxFQUFFLFdBQVcsQ0FBQyxnQkFBZ0IsQ0FBQyxlQUFlLENBQUM7S0FDMUQ7SUFDRDtRQUNJLElBQUksRUFBRSxlQUFlO1FBQ3JCLFNBQVMsRUFBRSxhQUFhO1FBQ3hCLElBQUksRUFBRTtZQUNGLFVBQVUsRUFBRSxpQkFBaUI7WUFDN0IsVUFBVSxFQUFFLEVBQUUsS0FBSyxFQUFFLENBQUMsQ0FBQyxzQkFBc0IsQ0FBQyxFQUFFLElBQUksRUFBRSxDQUFDLEtBQUssRUFBRSxXQUFXLENBQUMsRUFBRTtTQUMvRTtRQUNELFFBQVEsRUFBRSxXQUFXLENBQUMsZ0JBQWdCLENBQUMsaUJBQWlCLENBQUM7S0FDNUQ7SUFDRDtRQUNJLElBQUksRUFBRSxRQUFRO1FBQ2QsU0FBUyxFQUFFLGFBQWE7UUFDeEIsSUFBSSxFQUFFO1lBQ0YsVUFBVSxFQUFFLGlCQUFpQjtZQUM3QixVQUFVLEVBQUUsQ0FBQyxDQUFDLDRCQUE0QixDQUFDO1NBQzlDO1FBQ0QsUUFBUSxFQUFFLFdBQVcsQ0FBQyxnQkFBZ0IsQ0FBQyxxQkFBcUIsQ0FBQztLQUNoRTtJQUNEO1FBQ0ksSUFBSSxFQUFFLFlBQVk7UUFDbEIsU0FBUyxFQUFFLGFBQWE7UUFDeEIsSUFBSSxFQUFFO1lBQ0YsVUFBVSxFQUFFLHVCQUF1QjtZQUNuQyxVQUFVLEVBQUUsRUFBRSxLQUFLLEVBQUUsQ0FBQyxDQUFDLDRCQUE0QixDQUFDLEVBQUUsSUFBSSxFQUFFLENBQUMsS0FBSyxFQUFFLFFBQVEsQ0FBQyxFQUFFO1NBQ2xGO1FBQ0QsUUFBUSxFQUFFLFdBQVcsQ0FBQyxnQkFBZ0IsQ0FBQyx1QkFBdUIsQ0FBQztLQUNsRTtDQUNKLENBQUM7QUFFRixNQUFNLFVBQVUsa0JBQWtCLENBQUMsSUFBUyxFQUFFLE1BQVc7SUFDckQsT0FBTyxnQkFBZ0IsQ0FBbUI7UUFDdEMsTUFBTSxFQUFFLElBQUksQ0FBQyxNQUFNO1FBQ25CLEVBQUUsRUFBRSxNQUFNLENBQUMsRUFBRTtRQUNiLGFBQWEsRUFBRSxzQkFBc0I7UUFDckMsT0FBTyxFQUFFLFFBQVEsQ0FBQyxFQUFFLENBQUMsR0FBRyxRQUFRLENBQUMsU0FBUyxJQUFJLFFBQVEsQ0FBQyxRQUFRLEVBQUU7UUFDakUsS0FBSyxFQUFFLFdBQVc7S0FDckIsQ0FBQyxDQUFDO0FBQ1AsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IFJvdXRlIH0gZnJvbSAnQGFuZ3VsYXIvcm91dGVyJztcbmltcG9ydCB7IG1hcmtlciBhcyBfIH0gZnJvbSAnQGJpZXNiamVyZy9uZ3gtdHJhbnNsYXRlLWV4dHJhY3QtbWFya2VyJztcbmltcG9ydCB7XG4gICAgQ2FuRGVhY3RpdmF0ZURldGFpbEd1YXJkLFxuICAgIGNyZWF0ZVJlc29sdmVEYXRhLFxuICAgIEN1c3RvbWVyRnJhZ21lbnQsXG4gICAgZGV0YWlsQnJlYWRjcnVtYixcbiAgICBQYWdlQ29tcG9uZW50LFxuICAgIFBhZ2VTZXJ2aWNlLFxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcblxuaW1wb3J0IHsgQ3VzdG9tZXJEZXRhaWxDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY3VzdG9tZXItZGV0YWlsL2N1c3RvbWVyLWRldGFpbC5jb21wb25lbnQnO1xuaW1wb3J0IHsgQ3VzdG9tZXJHcm91cExpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY3VzdG9tZXItZ3JvdXAtbGlzdC9jdXN0b21lci1ncm91cC1saXN0LmNvbXBvbmVudCc7XG5pbXBvcnQgeyBDdXN0b21lckxpc3RDb21wb25lbnQgfSBmcm9tICcuL2NvbXBvbmVudHMvY3VzdG9tZXItbGlzdC9jdXN0b21lci1saXN0LmNvbXBvbmVudCc7XG5cbmV4cG9ydCBjb25zdCBjcmVhdGVSb3V0ZXMgPSAocGFnZVNlcnZpY2U6IFBhZ2VTZXJ2aWNlKTogUm91dGVbXSA9PiBbXG4gICAge1xuICAgICAgICBwYXRoOiAnY3VzdG9tZXJzJyxcbiAgICAgICAgY29tcG9uZW50OiBQYWdlQ29tcG9uZW50LFxuICAgICAgICBkYXRhOiB7XG4gICAgICAgICAgICBicmVhZGNydW1iOiBfKCdicmVhZGNydW1iLmN1c3RvbWVycycpLFxuICAgICAgICB9LFxuICAgICAgICBjaGlsZHJlbjogcGFnZVNlcnZpY2UuZ2V0UGFnZVRhYlJvdXRlcygnY3VzdG9tZXItbGlzdCcpLFxuICAgIH0sXG4gICAge1xuICAgICAgICBwYXRoOiAnY3VzdG9tZXJzLzppZCcsXG4gICAgICAgIGNvbXBvbmVudDogUGFnZUNvbXBvbmVudCxcbiAgICAgICAgZGF0YToge1xuICAgICAgICAgICAgbG9jYXRpb25JZDogJ2N1c3RvbWVyLWRldGFpbCcsXG4gICAgICAgICAgICBicmVhZGNydW1iOiB7IGxhYmVsOiBfKCdicmVhZGNydW1iLmN1c3RvbWVycycpLCBsaW5rOiBbJy4uLycsICdjdXN0b21lcnMnXSB9LFxuICAgICAgICB9LFxuICAgICAgICBjaGlsZHJlbjogcGFnZVNlcnZpY2UuZ2V0UGFnZVRhYlJvdXRlcygnY3VzdG9tZXItZGV0YWlsJyksXG4gICAgfSxcbiAgICB7XG4gICAgICAgIHBhdGg6ICdncm91cHMnLFxuICAgICAgICBjb21wb25lbnQ6IFBhZ2VDb21wb25lbnQsXG4gICAgICAgIGRhdGE6IHtcbiAgICAgICAgICAgIGxvY2F0aW9uSWQ6ICdjdXN0b21lci1kZXRhaWwnLFxuICAgICAgICAgICAgYnJlYWRjcnVtYjogXygnYnJlYWRjcnVtYi5jdXN0b21lci1ncm91cHMnKSxcbiAgICAgICAgfSxcbiAgICAgICAgY2hpbGRyZW46IHBhZ2VTZXJ2aWNlLmdldFBhZ2VUYWJSb3V0ZXMoJ2N1c3RvbWVyLWdyb3VwLWxpc3QnKSxcbiAgICB9LFxuICAgIHtcbiAgICAgICAgcGF0aDogJ2dyb3Vwcy86aWQnLFxuICAgICAgICBjb21wb25lbnQ6IFBhZ2VDb21wb25lbnQsXG4gICAgICAgIGRhdGE6IHtcbiAgICAgICAgICAgIGxvY2F0aW9uSWQ6ICdjdXN0b21lci1ncm91cC1kZXRhaWwnLFxuICAgICAgICAgICAgYnJlYWRjcnVtYjogeyBsYWJlbDogXygnYnJlYWRjcnVtYi5jdXN0b21lci1ncm91cHMnKSwgbGluazogWycuLi8nLCAnZ3JvdXBzJ10gfSxcbiAgICAgICAgfSxcbiAgICAgICAgY2hpbGRyZW46IHBhZ2VTZXJ2aWNlLmdldFBhZ2VUYWJSb3V0ZXMoJ2N1c3RvbWVyLWdyb3VwLWRldGFpbCcpLFxuICAgIH0sXG5dO1xuXG5leHBvcnQgZnVuY3Rpb24gY3VzdG9tZXJCcmVhZGNydW1iKGRhdGE6IGFueSwgcGFyYW1zOiBhbnkpIHtcbiAgICByZXR1cm4gZGV0YWlsQnJlYWRjcnVtYjxDdXN0b21lckZyYWdtZW50Pih7XG4gICAgICAgIGVudGl0eTogZGF0YS5lbnRpdHksXG4gICAgICAgIGlkOiBwYXJhbXMuaWQsXG4gICAgICAgIGJyZWFkY3J1bWJLZXk6ICdicmVhZGNydW1iLmN1c3RvbWVycycsXG4gICAgICAgIGdldE5hbWU6IGN1c3RvbWVyID0+IGAke2N1c3RvbWVyLmZpcnN0TmFtZX0gJHtjdXN0b21lci5sYXN0TmFtZX1gLFxuICAgICAgICByb3V0ZTogJ2N1c3RvbWVycycsXG4gICAgfSk7XG59XG4iXX0=
|