@vendure/admin-ui 2.2.0-next.8 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.json +96 -0
- package/README.md +50 -0
- package/angular.json +186 -0
- package/i18n-coverage.json +106 -0
- package/package/core/common/version.d.ts +1 -0
- package/{core → package/core}/shared/components/ui-extension-point/ui-extension-point.component.d.ts +2 -2
- package/{esm2022 → package/esm2022}/catalog/components/create-product-variant-dialog/create-product-variant-dialog.component.mjs +2 -2
- package/{esm2022 → package/esm2022}/core/common/version.mjs +2 -2
- package/{esm2022 → package/esm2022}/core/data/utils/is-entity-create-or-update-mutation.mjs +1 -1
- package/{esm2022 → package/esm2022}/core/data/utils/remove-readonly-custom-fields.mjs +1 -1
- package/{esm2022 → package/esm2022}/core/shared/components/data-table-filters/data-table-filters.component.mjs +3 -2
- package/package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +158 -0
- package/{esm2022 → package/esm2022}/core/shared/components/ui-extension-point/ui-extension-point.component.mjs +10 -4
- package/package/esm2022/customer/customer.routes.mjs +50 -0
- package/{esm2022 → package/esm2022}/login/components/login/login.component.mjs +2 -2
- package/{esm2022 → package/esm2022}/marketing/components/promotion-list/promotion-list.component.mjs +3 -3
- package/{esm2022 → package/esm2022}/order/components/order-editor/order-editor.component.mjs +6 -4
- package/package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +183 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-catalog.mjs +1 -1
- package/package/fesm2022/vendure-admin-ui-catalog.mjs.map +1 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs +17 -7
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs +1 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs +2 -2
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs +2 -2
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs +5 -3
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs.map +1 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-settings.mjs +4 -4
- package/package/fesm2022/vendure-admin-ui-settings.mjs.map +1 -0
- package/{static → package/static}/i18n-messages/sv.json +90 -89
- package/package.json +117 -129
- package/tsconfig.json +66 -0
- package/tsconfig.lib.json +25 -0
- package/tsconfig.lib.prod.json +14 -0
- package/LICENSE +0 -9
- package/core/common/version.d.ts +0 -1
- package/esm2022/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +0 -155
- package/esm2022/customer/customer.routes.mjs +0 -49
- package/esm2022/settings/components/channel-detail/channel-detail.component.mjs +0 -183
- package/fesm2022/vendure-admin-ui-catalog.mjs.map +0 -1
- package/fesm2022/vendure-admin-ui-settings.mjs.map +0 -1
- /package/{catalog → package/catalog}/catalog.module.d.ts +0 -0
- /package/{catalog → package/catalog}/catalog.routes.d.ts +0 -0
- /package/{catalog → package/catalog}/components/apply-facet-dialog/apply-facet-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/asset-detail/asset-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/asset-list/asset-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-contents/collection-contents.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-data-table/collection-data-table.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-detail/collection-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-breadcrumb.pipe.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-list/collection-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/array-to-tree.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree-node.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.service.d.ts +0 -0
- /package/{catalog → package/catalog}/components/collection-tree/collection-tree.types.d.ts +0 -0
- /package/{catalog → package/catalog}/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-facet-value-dialog/create-facet-value-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-product-option-group-dialog/create-product-option-group-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/create-product-variant-dialog/create-product-variant-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-detail/facet-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-list/facet-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/facet-list/facet-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/generate-product-variants/generate-product-variants.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/move-collections-dialog/move-collections-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/option-value-input/option-value-input.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-detail/product-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-list/product-list.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-options-editor/product-options-editor.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-detail/product-variant-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-detail/product-variant-detail.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list-bulk-actions.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-list/product-variant-list.graphql.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variant-quick-jump/product-variant-quick-jump.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variants-editor/product-variants-editor.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/product-variants-table/product-variants-table.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/update-product-option-dialog/update-product-option-dialog.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/variant-price-detail/variant-price-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/components/variant-price-strategy-detail/variant-price-strategy-detail.component.d.ts +0 -0
- /package/{catalog → package/catalog}/index.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/product-detail/product-detail.service.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/product-detail/replace-last.d.ts +0 -0
- /package/{catalog → package/catalog}/providers/routing/product-variants-resolver.d.ts +0 -0
- /package/{catalog → package/catalog}/public_api.d.ts +0 -0
- /package/{core → package/core}/app.component.d.ts +0 -0
- /package/{core → package/core}/app.component.module.d.ts +0 -0
- /package/{core → package/core}/app.config.d.ts +0 -0
- /package/{core → package/core}/common/base-detail.component.d.ts +0 -0
- /package/{core → package/core}/common/base-entity-resolver.d.ts +0 -0
- /package/{core → package/core}/common/base-list.component.d.ts +0 -0
- /package/{core → package/core}/common/component-registry-types.d.ts +0 -0
- /package/{core → package/core}/common/deactivate-aware.d.ts +0 -0
- /package/{core → package/core}/common/detail-breadcrumb.d.ts +0 -0
- /package/{core → package/core}/common/generated-types.d.ts +0 -0
- /package/{core → package/core}/common/introspection-result-wrapper.d.ts +0 -0
- /package/{core → package/core}/common/introspection-result.d.ts +0 -0
- /package/{core → package/core}/common/single-search-selection-model.d.ts +0 -0
- /package/{core → package/core}/common/title-setter.d.ts +0 -0
- /package/{core → package/core}/common/utilities/bulk-action-utils.d.ts +0 -0
- /package/{core → package/core}/common/utilities/configurable-operation-utils.d.ts +0 -0
- /package/{core → package/core}/common/utilities/create-updated-translatable.d.ts +0 -0
- /package/{core → package/core}/common/utilities/custom-field-default-value.d.ts +0 -0
- /package/{core → package/core}/common/utilities/find-translation.d.ts +0 -0
- /package/{core → package/core}/common/utilities/get-default-ui-language.d.ts +0 -0
- /package/{core → package/core}/common/utilities/interpolate-description.d.ts +0 -0
- /package/{core → package/core}/common/utilities/selection-manager.d.ts +0 -0
- /package/{core → package/core}/common/utilities/string-to-color.d.ts +0 -0
- /package/{core → package/core}/components/alerts/alerts.component.d.ts +0 -0
- /package/{core → package/core}/components/app-shell/app-shell.component.d.ts +0 -0
- /package/{core → package/core}/components/base-nav/base-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/breadcrumb/breadcrumb.component.d.ts +0 -0
- /package/{core → package/core}/components/channel-switcher/channel-switcher.component.d.ts +0 -0
- /package/{core → package/core}/components/main-nav/main-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/notification/notification.component.d.ts +0 -0
- /package/{core → package/core}/components/overlay-host/overlay-host.component.d.ts +0 -0
- /package/{core → package/core}/components/settings-nav/settings-nav.component.d.ts +0 -0
- /package/{core → package/core}/components/theme-switcher/theme-switcher.component.d.ts +0 -0
- /package/{core → package/core}/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.d.ts +0 -0
- /package/{core → package/core}/components/user-menu/user-menu.component.d.ts +0 -0
- /package/{core → package/core}/core.module.d.ts +0 -0
- /package/{core → package/core}/data/check-jobs-link.d.ts +0 -0
- /package/{core → package/core}/data/client-state/client-defaults.d.ts +0 -0
- /package/{core → package/core}/data/client-state/client-resolvers.d.ts +0 -0
- /package/{core → package/core}/data/data.module.d.ts +0 -0
- /package/{core → package/core}/data/definitions/administrator-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/auth-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/client-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/collection-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/customer-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/facet-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/order-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/product-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/promotion-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/settings-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/shared-definitions.d.ts +0 -0
- /package/{core → package/core}/data/definitions/shipping-definitions.d.ts +0 -0
- /package/{core → package/core}/data/omit-typename-link.d.ts +0 -0
- /package/{core → package/core}/data/providers/administrator-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/auth-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/base-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/client-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/collection-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/customer-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/facet-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/fetch-adapter.d.ts +0 -0
- /package/{core → package/core}/data/providers/interceptor.d.ts +0 -0
- /package/{core → package/core}/data/providers/order-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/product-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/promotion-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/settings-data.service.d.ts +0 -0
- /package/{core → package/core}/data/providers/shipping-method-data.service.d.ts +0 -0
- /package/{core → package/core}/data/query-result.d.ts +0 -0
- /package/{core → package/core}/data/server-config.d.ts +0 -0
- /package/{core → package/core}/data/utils/add-custom-fields.d.ts +0 -0
- /package/{core → package/core}/data/utils/get-server-location.d.ts +0 -0
- /package/{core → package/core}/data/utils/is-entity-create-or-update-mutation.d.ts +0 -0
- /package/{core → package/core}/data/utils/remove-readonly-custom-fields.d.ts +0 -0
- /package/{core → package/core}/data/utils/transform-relation-custom-field-inputs.d.ts +0 -0
- /package/{core → package/core}/extension/add-action-bar-dropdown-menu-item.d.ts +0 -0
- /package/{core → package/core}/extension/add-action-bar-item.d.ts +0 -0
- /package/{core → package/core}/extension/add-nav-menu-item.d.ts +0 -0
- /package/{core → package/core}/extension/components/angular-route.component.d.ts +0 -0
- /package/{core → package/core}/extension/components/route.component.d.ts +0 -0
- /package/{core → package/core}/extension/providers/page-metadata.service.d.ts +0 -0
- /package/{core → package/core}/extension/register-alert.d.ts +0 -0
- /package/{core → package/core}/extension/register-bulk-action.d.ts +0 -0
- /package/{core → package/core}/extension/register-custom-detail-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-dashboard-widget.d.ts +0 -0
- /package/{core → package/core}/extension/register-data-table-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-form-input-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-history-entry-component.d.ts +0 -0
- /package/{core → package/core}/extension/register-page-tab.d.ts +0 -0
- /package/{core → package/core}/extension/register-route-component.d.ts +0 -0
- /package/{core → package/core}/extension/types.d.ts +0 -0
- /package/{core → package/core}/index.d.ts +0 -0
- /package/{core → package/core}/providers/alerts/alerts.service.d.ts +0 -0
- /package/{core → package/core}/providers/auth/auth.service.d.ts +0 -0
- /package/{core → package/core}/providers/breadcrumb/breadcrumb.service.d.ts +0 -0
- /package/{core → package/core}/providers/bulk-action-registry/bulk-action-registry.service.d.ts +0 -0
- /package/{core → package/core}/providers/bulk-action-registry/bulk-action-types.d.ts +0 -0
- /package/{core → package/core}/providers/channel/channel.service.d.ts +0 -0
- /package/{core → package/core}/providers/component-registry/component-registry.service.d.ts +0 -0
- /package/{core → package/core}/providers/currency/currency.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-detail-component/custom-detail-component-types.d.ts +0 -0
- /package/{core → package/core}/providers/custom-detail-component/custom-detail-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-field-component/custom-field-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/custom-history-entry-component/history-entry-component-types.d.ts +0 -0
- /package/{core → package/core}/providers/custom-history-entry-component/history-entry-component.service.d.ts +0 -0
- /package/{core → package/core}/providers/dashboard-widget/dashboard-widget-types.d.ts +0 -0
- /package/{core → package/core}/providers/dashboard-widget/dashboard-widget.service.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-filter-collection.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-filter.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-sort-collection.d.ts +0 -0
- /package/{core → package/core}/providers/data-table/data-table-sort.d.ts +0 -0
- /package/{core → package/core}/providers/guard/auth.guard.d.ts +0 -0
- /package/{core → package/core}/providers/health-check/health-check.service.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/custom-http-loader.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/custom-message-format-compiler.d.ts +0 -0
- /package/{core → package/core}/providers/i18n/i18n.service.d.ts +0 -0
- /package/{core → package/core}/providers/job-queue/job-queue.service.d.ts +0 -0
- /package/{core → package/core}/providers/local-storage/local-storage.service.d.ts +0 -0
- /package/{core → package/core}/providers/localization/localization.service.d.ts +0 -0
- /package/{core → package/core}/providers/modal/modal.service.d.ts +0 -0
- /package/{core → package/core}/providers/modal/modal.types.d.ts +0 -0
- /package/{core → package/core}/providers/nav-builder/nav-builder-types.d.ts +0 -0
- /package/{core → package/core}/providers/nav-builder/nav-builder.service.d.ts +0 -0
- /package/{core → package/core}/providers/notification/notification.service.d.ts +0 -0
- /package/{core → package/core}/providers/overlay-host/overlay-host.service.d.ts +0 -0
- /package/{core → package/core}/providers/page/page.service.d.ts +0 -0
- /package/{core → package/core}/providers/permissions/permissions.service.d.ts +0 -0
- /package/{core → package/core}/public_api.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar/action-bar.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-dropdown-menu/action-bar-dropdown-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-items/action-bar-base.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/action-bar-items/action-bar-items.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/address-form/address-form.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/affixed-input/affixed-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/affixed-input/percentage-suffix-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-file-input/asset-file-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-gallery/asset-gallery.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-gallery/asset-gallery.types.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-picker-dialog/asset-picker-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview/asset-preview.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview-dialog/asset-preview-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-preview-links/asset-preview-links.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/asset-search-input/asset-search-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/assets/assets.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/bulk-action-menu/bulk-action-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/card/card.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/channel-assignment-control/channel-assignment-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/channel-badge/channel-badge.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/chart/chart.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/chart/tooltip-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/chip/chip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/configurable-input/configurable-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/currency-code-selector/currency-code-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/currency-input/currency-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/custom-detail-component-host/custom-detail-component-host.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/custom-field-control/custom-field-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/customer-label/customer-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table/data-table-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table/data-table.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-custom-component.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-custom-field-column.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table-search.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-2/data-table2.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-column-picker/data-table-column-picker.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-label/data-table-filter-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/add-filter-preset-button.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/data-table-filter-presets.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/filter-preset.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filters/custom-filter-component.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/data-table-filters/data-table-filters.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/constants.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/datetime-picker.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/datetime-picker.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/datetime-picker/types.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-item.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown-trigger.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/dropdown/dropdown.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.graphql.d.ts +0 -0
- /package/{core → package/core}/shared/components/edit-note-dialog/edit-note-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/empty-placeholder/empty-placeholder.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/entity-info/entity-info.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host-config.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/extension-host.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/extension-host/host-external-frame.d.ts +0 -0
- /package/{core → package/core}/shared/components/facet-value-chip/facet-value-chip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/facet-value-selector/facet-value-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/focal-point-control/focal-point-control.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-field/form-field-control.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-field/form-field.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/form-item/form-item.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/formatted-address/formatted-address.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/help-tooltip/help-tooltip.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/history-entry-detail/history-entry-detail.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/items-per-page-controls/items-per-page-controls.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/labeled-data/labeled-data.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/language-code-selector/language-code-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/language-selector/language-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/localized-text/localized-text.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/manage-tags-dialog/manage-tags-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-buttons.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-component-outlet.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/dialog-title.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/modal-dialog/modal-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/object-tree/object-tree.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/order-state-label/order-state-label.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page/page.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-block/page-block.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-body/page-body.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-detail-layout/page-detail-layout.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-detail-layout/page-detail-sidebar.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-entity-info/page-entity-info.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header/page-header.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header-description/page-header-description.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-header-tabs/page-header-tabs.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/page-title/page-title.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/pagination-controls/pagination-controls.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.graphql.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-search-input/product-search-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/product-variant-selector/product-variant-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/radio-card/radio-card-fieldset.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/radio-card/radio-card.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/link-dialog/link-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/custom-nodes.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/keymap.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/types.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/prosemirror/utils.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/rich-text-editor/rich-text-editor.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/select-toggle/select-toggle.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/simple-dialog/simple-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/split-view/split-view.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/split-view/split-view.directive.d.ts +0 -0
- /package/{core → package/core}/shared/components/status-badge/status-badge.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/table-row-action/table-row-action.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/tag-selector/tag-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/timeline-entry/timeline-entry.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/title-input/title-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/components/zone-selector/zone-selector.component.d.ts +0 -0
- /package/{core → package/core}/shared/directives/disabled.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-default-channel-active.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-directive-base.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-multichannel.directive.d.ts +0 -0
- /package/{core → package/core}/shared/directives/if-permissions.directive.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/date-form-input/date-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/default-form-inputs.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/number-form-input/number-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/password-form-input/password-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/select-form-input/select-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/text-form-input/text-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/asset-preview.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/channel-label.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/custom-field-description.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/custom-field-label.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/duration.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/file-size.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/has-permission.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-base.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-currency-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-currency.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-date.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-language-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/locale-region-name.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/sentence-case.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/sort.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/state-i18n-token.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/string-to-color.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/pipes/time-ago.pipe.d.ts +0 -0
- /package/{core → package/core}/shared/providers/routing/can-deactivate-detail-guard.d.ts +0 -0
- /package/{core → package/core}/shared/shared.module.d.ts +0 -0
- /package/{core → package/core}/validators/unicode-pattern.validator.d.ts +0 -0
- /package/{customer → package/customer}/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/address-card/address-card.component.d.ts +0 -0
- /package/{customer → package/customer}/components/address-detail-dialog/address-detail-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-detail/customer-detail.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-detail/customer-group-detail.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-detail-dialog/customer-group-detail-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-list/customer-group-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-list/customer-group-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-history/customer-history-entry-host.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-history/customer-history.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-list/customer-list-bulk-actions.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-list/customer-list.component.d.ts +0 -0
- /package/{customer → package/customer}/components/customer-status-label/customer-status-label.component.d.ts +0 -0
- /package/{customer → package/customer}/components/select-customer-group-dialog/select-customer-group-dialog.component.d.ts +0 -0
- /package/{customer → package/customer}/customer.module.d.ts +0 -0
- /package/{customer → package/customer}/customer.routes.d.ts +0 -0
- /package/{customer → package/customer}/index.d.ts +0 -0
- /package/{customer → package/customer}/public_api.d.ts +0 -0
- /package/{dashboard → package/dashboard}/components/dashboard/dashboard.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/components/dashboard-widget/dashboard-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/dashboard.module.d.ts +0 -0
- /package/{dashboard → package/dashboard}/dashboard.routes.d.ts +0 -0
- /package/{dashboard → package/dashboard}/default-widgets.d.ts +0 -0
- /package/{dashboard → package/dashboard}/index.d.ts +0 -0
- /package/{dashboard → package/dashboard}/public_api.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/latest-orders-widget/latest-orders-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/order-chart-widget/order-chart-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/order-summary-widget/order-summary-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/test-widget/test-widget.component.d.ts +0 -0
- /package/{dashboard → package/dashboard}/widgets/welcome-widget/welcome-widget.component.d.ts +0 -0
- /package/{esm2022 → package/esm2022}/catalog/catalog.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/catalog.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/apply-facet-dialog/apply-facet-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/asset-detail/asset-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/asset-list/asset-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-contents/collection-contents.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-data-table/collection-data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-detail/collection-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-breadcrumb.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-list/collection-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/array-to-tree.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree-node.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/collection-tree/collection-tree.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/create-facet-value-dialog/create-facet-value-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/create-product-option-group-dialog/create-product-option-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-detail/facet-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-list/facet-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/facet-list/facet-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/generate-product-variants/generate-product-variants.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/move-collections-dialog/move-collections-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/option-value-input/option-value-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-detail/product-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-list/product-list.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-options-editor/product-options-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-detail/product-variant-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-detail/product-variant-detail.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-list/product-variant-list.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variant-quick-jump/product-variant-quick-jump.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variants-editor/product-variants-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/product-variants-table/product-variants-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/variant-price-detail/variant-price-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/components/variant-price-strategy-detail/variant-price-strategy-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/product-detail/product-detail.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/product-detail/replace-last.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/providers/routing/product-variants-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/catalog/vendure-admin-ui-catalog.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.component.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/app.config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-entity-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/base-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/component-registry-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/deactivate-aware.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/detail-breadcrumb.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/generated-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/introspection-result-wrapper.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/introspection-result.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/single-search-selection-model.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/title-setter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/bulk-action-utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/configurable-operation-utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/create-updated-translatable.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/custom-field-default-value.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/find-translation.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/get-default-ui-language.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/interpolate-description.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/selection-manager.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/common/utilities/string-to-color.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/alerts/alerts.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/app-shell/app-shell.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/base-nav/base-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/breadcrumb/breadcrumb.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/channel-switcher/channel-switcher.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/main-nav/main-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/notification/notification.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/overlay-host/overlay-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/settings-nav/settings-nav.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/theme-switcher/theme-switcher.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/components/user-menu/user-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/core.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/check-jobs-link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/client-state/client-defaults.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/client-state/client-resolvers.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/data.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/administrator-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/auth-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/client-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/collection-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/customer-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/facet-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/order-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/product-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/promotion-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/settings-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/shared-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/definitions/shipping-definitions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/omit-typename-link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/administrator-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/auth-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/base-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/client-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/collection-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/customer-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/facet-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/fetch-adapter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/interceptor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/order-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/product-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/promotion-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/settings-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/providers/shipping-method-data.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/query-result.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/server-config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/add-custom-fields.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/get-server-location.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/data/utils/transform-relation-custom-field-inputs.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-action-bar-dropdown-menu-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-action-bar-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/add-nav-menu-item.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/components/angular-route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/components/route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/providers/page-metadata.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-alert.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-bulk-action.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-custom-detail-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-dashboard-widget.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-data-table-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-form-input-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-history-entry-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-page-tab.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/register-route-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/extension/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/alerts/alerts.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/auth/auth.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/breadcrumb/breadcrumb.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/bulk-action-registry/bulk-action-registry.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/bulk-action-registry/bulk-action-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/channel/channel.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/component-registry/component-registry.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/currency/currency.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-detail-component/custom-detail-component-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-detail-component/custom-detail-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-field-component/custom-field-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-history-entry-component/history-entry-component-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/custom-history-entry-component/history-entry-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/dashboard-widget/dashboard-widget-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/dashboard-widget/dashboard-widget.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-filter-collection.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-filter.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-sort-collection.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/data-table/data-table-sort.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/guard/auth.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/health-check/health-check.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/custom-http-loader.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/custom-message-format-compiler.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/i18n/i18n.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/job-queue/job-queue.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/local-storage/local-storage.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/localization/localization.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/modal/modal.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/modal/modal.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/nav-builder/nav-builder-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/nav-builder/nav-builder.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/notification/notification.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/overlay-host/overlay-host.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/page/page.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/providers/permissions/permissions.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar/action-bar.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-dropdown-menu/action-bar-dropdown-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-items/action-bar-base.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/action-bar-items/action-bar-items.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/address-form/address-form.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/affixed-input/affixed-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-file-input/asset-file-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-gallery/asset-gallery.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-gallery/asset-gallery.types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview/asset-preview.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-preview-links/asset-preview-links.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/asset-search-input/asset-search-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/assets/assets.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/assign-to-channel-dialog/assign-to-channel-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/bulk-action-menu/bulk-action-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/card/card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/channel-assignment-control/channel-assignment-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/channel-badge/channel-badge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chart/chart.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chart/tooltip-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/chip/chip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/configurable-input/configurable-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/currency-code-selector/currency-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/currency-input/currency-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/custom-field-control/custom-field-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/customer-label/customer-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table/data-table-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table/data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-custom-component.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-custom-field-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table-search.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-2/data-table2.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-column-picker/data-table-column-picker.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-label/data-table-filter-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/add-filter-preset-button.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/data-table-filter-presets.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/filter-preset.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filter-presets/rename-filter-preset-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/data-table-filters/custom-filter-component.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/constants.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/datetime-picker.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/datetime-picker.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/datetime-picker/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-item.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown-trigger.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/dropdown/dropdown.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/duplicate-entity-dialog/duplicate-entity-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/empty-placeholder/empty-placeholder.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/entity-info/entity-info.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host-config.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/extension-host.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/extension-host/host-external-frame.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/facet-value-chip/facet-value-chip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/focal-point-control/focal-point-control.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-field/form-field-control.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-field/form-field.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/form-item/form-item.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/formatted-address/formatted-address.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/help-tooltip/help-tooltip.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/history-entry-detail/history-entry-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/items-per-page-controls/items-per-page-controls.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/labeled-data/labeled-data.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/language-code-selector/language-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/language-selector/language-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/localized-text/localized-text.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-buttons.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-component-outlet.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/dialog-title.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/modal-dialog/modal-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/object-tree/object-tree.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/order-state-label/order-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page/page.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-block/page-block.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-body/page-body.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-detail-layout/page-detail-layout.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-detail-layout/page-detail-sidebar.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-entity-info/page-entity-info.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header/page-header.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header-description/page-header-description.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-header-tabs/page-header-tabs.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/page-title/page-title.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/pagination-controls/pagination-controls.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-search-input/product-search-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/radio-card/radio-card-fieldset.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/radio-card/radio-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/custom-nodes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/inputrules.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/keymap.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/prosemirror/utils.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/select-toggle/select-toggle.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/simple-dialog/simple-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/split-view/split-view.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/split-view/split-view.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/status-badge/status-badge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/table-row-action/table-row-action.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/tag-selector/tag-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/timeline-entry/timeline-entry.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/title-input/title-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/components/zone-selector/zone-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/disabled.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-default-channel-active.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-directive-base.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-multichannel.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/directives/if-permissions.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/default-form-inputs.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/asset-preview.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/channel-label.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/custom-field-description.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/custom-field-label.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/duration.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/file-size.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/has-permission.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-base.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-currency-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-currency.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-date.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-language-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/locale-region-name.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/sentence-case.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/sort.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/state-i18n-token.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/string-to-color.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/pipes/time-ago.pipe.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/providers/routing/can-deactivate-detail-guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/shared/shared.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/validators/unicode-pattern.validator.mjs +0 -0
- /package/{esm2022 → package/esm2022}/core/vendure-admin-ui-core.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/address-card/address-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/address-detail-dialog/address-detail-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-detail/customer-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-detail/customer-group-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-list/customer-group-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-list/customer-group-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-member-list/customer-group-member-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-group-member-list/customer-group-member-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-history/customer-history-entry-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-history/customer-history.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-list/customer-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-list/customer-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/customer-status-label/customer-status-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/customer.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/customer/vendure-admin-ui-customer.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/components/dashboard/dashboard.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/components/dashboard-widget/dashboard-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/dashboard.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/dashboard.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/default-widgets.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/vendure-admin-ui-dashboard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/order-chart-widget/order-chart-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/order-summary-widget/order-summary-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/test-widget/test-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/dashboard/widgets/welcome-widget/welcome-widget.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/login.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/login.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/providers/login.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/login/vendure-admin-ui-login.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/components/promotion-detail/promotion-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/components/promotion-list/promotion-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/marketing.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/marketing.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/marketing/vendure-admin-ui-marketing.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/common/get-refundable-payments.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/common/modify-order-types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/coupon-code-selector/coupon-code-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/draft-order-detail/draft-order-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/draft-order-variant-selector/draft-order-variant-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-card/fulfillment-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-detail/fulfillment-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/fulfillment-state-label/fulfillment-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/line-fulfillment/line-fulfillment.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/line-refunds/line-refunds.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/modification-detail/modification-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-custom-fields-card/order-custom-fields-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-data-table/order-data-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-data-table/order-total-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-detail/order-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-history/order-history-entry-host.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-history/order-history.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-list/order-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-modification-summary/order-modification-summary.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-payment-card/order-payment-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/constants.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-edge.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-graph.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/order-process-node.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-process-graph-dialog/order-process-graph-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/order-table/order-table.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-detail/payment-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-for-refund-selector/payment-for-refund-selector.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/payment-state-label/payment-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-detail/refund-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-order-dialog/refund-order-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/refund-state-label/refund-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-address-dialog/select-address-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-address-dialog/select-address-dialog.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-customer-dialog/select-customer-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/select-shipping-method-dialog/select-shipping-method-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/seller-orders-card/seller-orders-card.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/seller-orders-card/seller-orders-card.graphql.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/components/simple-item-list/simple-item-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/order.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/order.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/providers/order-transition.service.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/providers/routing/order.guard.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/order/vendure-admin-ui-order.mjs +0 -0
- /package/{esm2022 → package/esm2022}/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-custom-column.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-custom-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-form-input.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/components/react-route.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/directives/react-component-host.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/ActionBar.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/Card.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/CdsIcon.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/FormField.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/Link.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/PageBlock.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/PageDetailLayout.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-components/RichTextEditor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-detail-component-data.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-form-control.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-injector.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-page-metadata.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-query.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-rich-text-editor.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/react-hooks/use-route-params.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-custom-detail-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-data-table-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-form-input-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/register-react-route-component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/types.mjs +0 -0
- /package/{esm2022 → package/esm2022}/react/vendure-admin-ui-react.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/admin-detail/admin-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/administrator-list/administrator-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/administrator-list/administrator-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/channel-list/channel-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/channel-list/channel-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-detail/country-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-list/country-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/country-list/country-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/global-settings/global-settings.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-detail/payment-method-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-list/payment-method-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/payment-method-list/payment-method-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/permission-grid/permission-grid.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/profile/profile.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-detail/role-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-list/role-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/role-list/role-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-detail/seller-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-list/seller-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/seller-list/seller-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-list/shipping-method-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-list/shipping-method-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/shipping-method-test-result/shipping-method-test-result.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-detail/stock-location-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-list/stock-location-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/stock-location-list/stock-location-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-detail/tax-category-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-list/tax-category-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-category-list/tax-category-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-list/tax-rate-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/tax-rate-list/tax-rate-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-address-form/test-address-form.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-order-builder/test-order-builder.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/test-shipping-methods/test-shipping-methods.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-detail/zone-detail.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-list/zone-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-list/zone-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-controls.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list-bulk-actions.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list-header.directive.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/components/zone-member-list/zone-member-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/providers/routing/profile-resolver.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/settings.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/settings.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/settings/vendure-admin-ui-settings.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/health-check/health-check.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/job-list/job-list.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/components/job-state-label/job-state-label.component.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/public_api.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/system.module.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/system.routes.mjs +0 -0
- /package/{esm2022 → package/esm2022}/system/vendure-admin-ui-system.mjs +0 -0
- /package/{esm2022 → package/esm2022}/vendure-admin-ui.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs.map +0 -0
- /package/{index.d.ts → package/index.d.ts} +0 -0
- /package/{login → package/login}/components/login/login.component.d.ts +0 -0
- /package/{login → package/login}/index.d.ts +0 -0
- /package/{login → package/login}/login.module.d.ts +0 -0
- /package/{login → package/login}/login.routes.d.ts +0 -0
- /package/{login → package/login}/providers/login.guard.d.ts +0 -0
- /package/{login → package/login}/public_api.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-detail/promotion-detail.component.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list-bulk-actions.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list.component.d.ts +0 -0
- /package/{marketing → package/marketing}/index.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.module.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.routes.d.ts +0 -0
- /package/{marketing → package/marketing}/public_api.d.ts +0 -0
- /package/{order → package/order}/common/get-refundable-payments.d.ts +0 -0
- /package/{order → package/order}/common/modify-order-types.d.ts +0 -0
- /package/{order → package/order}/components/add-manual-payment-dialog/add-manual-payment-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/cancel-order-dialog/cancel-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/coupon-code-selector/coupon-code-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-detail/draft-order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-variant-selector/draft-order-variant-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfill-order-dialog/fulfill-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-card/fulfillment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-detail/fulfillment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-state-label/fulfillment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/line-fulfillment/line-fulfillment.component.d.ts +0 -0
- /package/{order → package/order}/components/line-refunds/line-refunds.component.d.ts +0 -0
- /package/{order → package/order}/components/modification-detail/modification-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-custom-fields-card/order-custom-fields-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-data-table.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-total-column.component.d.ts +0 -0
- /package/{order → package/order}/components/order-detail/order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-editor/order-editor.component.d.ts +0 -0
- /package/{order → package/order}/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history-entry-host.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history.component.d.ts +0 -0
- /package/{order → package/order}/components/order-list/order-list.component.d.ts +0 -0
- /package/{order → package/order}/components/order-modification-summary/order-modification-summary.component.d.ts +0 -0
- /package/{order → package/order}/components/order-payment-card/order-payment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/constants.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-edge.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-graph.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-node.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/types.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph-dialog/order-process-graph-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-state-select-dialog/order-state-select-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-table/order-table.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-detail/payment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-for-refund-selector/payment-for-refund-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-state-label/payment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-detail/refund-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-order-dialog/refund-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-state-label/refund-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.graphql.d.ts +0 -0
- /package/{order → package/order}/components/select-customer-dialog/select-customer-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-shipping-method-dialog/select-shipping-method-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.graphql.d.ts +0 -0
- /package/{order → package/order}/components/settle-refund-dialog/settle-refund-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/simple-item-list/simple-item-list.component.d.ts +0 -0
- /package/{order → package/order}/index.d.ts +0 -0
- /package/{order → package/order}/order.module.d.ts +0 -0
- /package/{order → package/order}/order.routes.d.ts +0 -0
- /package/{order → package/order}/providers/order-transition.service.d.ts +0 -0
- /package/{order → package/order}/providers/routing/order.guard.d.ts +0 -0
- /package/{order → package/order}/public_api.d.ts +0 -0
- /package/{public_api.d.ts → package/public_api.d.ts} +0 -0
- /package/{react → package/react}/components/react-custom-column.component.d.ts +0 -0
- /package/{react → package/react}/components/react-custom-detail.component.d.ts +0 -0
- /package/{react → package/react}/components/react-form-input.component.d.ts +0 -0
- /package/{react → package/react}/components/react-route.component.d.ts +0 -0
- /package/{react → package/react}/directives/react-component-host.directive.d.ts +0 -0
- /package/{react → package/react}/index.d.ts +0 -0
- /package/{react → package/react}/public_api.d.ts +0 -0
- /package/{react → package/react}/react-components/ActionBar.d.ts +0 -0
- /package/{react → package/react}/react-components/Card.d.ts +0 -0
- /package/{react → package/react}/react-components/CdsIcon.d.ts +0 -0
- /package/{react → package/react}/react-components/FormField.d.ts +0 -0
- /package/{react → package/react}/react-components/Link.d.ts +0 -0
- /package/{react → package/react}/react-components/PageBlock.d.ts +0 -0
- /package/{react → package/react}/react-components/PageDetailLayout.d.ts +0 -0
- /package/{react → package/react}/react-components/RichTextEditor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-detail-component-data.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-form-control.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-injector.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-page-metadata.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-query.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-rich-text-editor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-route-params.d.ts +0 -0
- /package/{react → package/react}/register-react-custom-detail-component.d.ts +0 -0
- /package/{react → package/react}/register-react-data-table-component.d.ts +0 -0
- /package/{react → package/react}/register-react-form-input-component.d.ts +0 -0
- /package/{react → package/react}/register-react-route-component.d.ts +0 -0
- /package/{react → package/react}/types.d.ts +0 -0
- /package/{settings → package/settings}/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.d.ts +0 -0
- /package/{settings → package/settings}/components/admin-detail/admin-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-detail/channel-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-detail/country-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/global-settings/global-settings.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-detail/payment-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/permission-grid/permission-grid.component.d.ts +0 -0
- /package/{settings → package/settings}/components/profile/profile.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-detail/role-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-detail/seller-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-detail/shipping-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-test-result/shipping-method-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-detail/stock-location-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-detail/tax-category-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-detail/tax-rate-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-address-form/test-address-form.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-order-builder/test-order-builder.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-shipping-methods/test-shipping-methods.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-detail/zone-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-controls.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-header.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list.component.d.ts +0 -0
- /package/{settings → package/settings}/index.d.ts +0 -0
- /package/{settings → package/settings}/providers/routing/profile-resolver.d.ts +0 -0
- /package/{settings → package/settings}/public_api.d.ts +0 -0
- /package/{settings → package/settings}/settings.module.d.ts +0 -0
- /package/{settings → package/settings}/settings.routes.d.ts +0 -0
- /package/{static → package/static}/assets/.gitkeep +0 -0
- /package/{static → package/static}/assets/logo-login.webp +0 -0
- /package/{static → package/static}/assets/logo-top.webp +0 -0
- /package/{static → package/static}/favicon.ico +0 -0
- /package/{static → package/static}/fonts/fonts.scss +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-vietnamese.woff2 +0 -0
- /package/{static → package/static}/i18n-messages/ar.json +0 -0
- /package/{static → package/static}/i18n-messages/cs.json +0 -0
- /package/{static → package/static}/i18n-messages/de.json +0 -0
- /package/{static → package/static}/i18n-messages/en.json +0 -0
- /package/{static → package/static}/i18n-messages/es.json +0 -0
- /package/{static → package/static}/i18n-messages/fa.json +0 -0
- /package/{static → package/static}/i18n-messages/fr.json +0 -0
- /package/{static → package/static}/i18n-messages/he.json +0 -0
- /package/{static → package/static}/i18n-messages/hr.json +0 -0
- /package/{static → package/static}/i18n-messages/it.json +0 -0
- /package/{static → package/static}/i18n-messages/nb.json +0 -0
- /package/{static → package/static}/i18n-messages/ne.json +0 -0
- /package/{static → package/static}/i18n-messages/pl.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_BR.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_PT.json +0 -0
- /package/{static → package/static}/i18n-messages/ru.json +0 -0
- /package/{static → package/static}/i18n-messages/uk.json +0 -0
- /package/{static → package/static}/i18n-messages/zh_Hans.json +0 -0
- /package/{static → package/static}/i18n-messages/zh_Hant.json +0 -0
- /package/{static → package/static}/index.html +0 -0
- /package/{static → package/static}/polyfills.ts +0 -0
- /package/{static → package/static}/styles/_mixins.scss +0 -0
- /package/{static → package/static}/styles/_variables.scss +0 -0
- /package/{static → package/static}/styles/global/_buttons.scss +0 -0
- /package/{static → package/static}/styles/global/_clarity.scss +0 -0
- /package/{static → package/static}/styles/global/_forms.scss +0 -0
- /package/{static → package/static}/styles/global/_global.scss +0 -0
- /package/{static → package/static}/styles/global/_overrides.scss +0 -0
- /package/{static → package/static}/styles/global/_sass-overrides.scss +0 -0
- /package/{static → package/static}/styles/global/_utilities.scss +0 -0
- /package/{static → package/static}/styles/rtl.scss +0 -0
- /package/{static → package/static}/styles/styles.scss +0 -0
- /package/{static → package/static}/styles/theme/dark.scss +0 -0
- /package/{static → package/static}/styles/theme/default.scss +0 -0
- /package/{static → package/static}/styles/ui-extension-theme.scss +0 -0
- /package/{static → package/static}/theme.min.css +0 -0
- /package/{static → package/static}/vendure-ui-config.json +0 -0
- /package/{system → package/system}/components/health-check/health-check.component.d.ts +0 -0
- /package/{system → package/system}/components/job-list/job-list.component.d.ts +0 -0
- /package/{system → package/system}/components/job-state-label/job-state-label.component.d.ts +0 -0
- /package/{system → package/system}/index.d.ts +0 -0
- /package/{system → package/system}/public_api.d.ts +0 -0
- /package/{system → package/system}/system.module.d.ts +0 -0
- /package/{system → package/system}/system.routes.d.ts +0 -0
|
@@ -0,0 +1,183 @@
|
|
|
1
|
+
import { ChangeDetectionStrategy, Component } from '@angular/core';
|
|
2
|
+
import { Validators } from '@angular/forms';
|
|
3
|
+
import { marker as _ } from '@biesbjerg/ngx-translate-extract-marker';
|
|
4
|
+
import { CHANNEL_FRAGMENT, getCustomFieldsDefaults, Permission, TypedBaseDetailComponent, } from '@vendure/admin-ui/core';
|
|
5
|
+
import { DEFAULT_CHANNEL_CODE } from '@vendure/common/lib/shared-constants';
|
|
6
|
+
import { gql } from 'apollo-angular';
|
|
7
|
+
import { map, mergeMap, take } from 'rxjs/operators';
|
|
8
|
+
import * as i0 from "@angular/core";
|
|
9
|
+
import * as i1 from "@vendure/admin-ui/core";
|
|
10
|
+
import * as i2 from "@angular/forms";
|
|
11
|
+
import * as i3 from "@clr/angular";
|
|
12
|
+
import * as i4 from "@angular/common";
|
|
13
|
+
import * as i5 from "@ngx-translate/core";
|
|
14
|
+
export const GET_CHANNEL_DETAIL = gql `
|
|
15
|
+
query GetChannelDetail($id: ID!) {
|
|
16
|
+
channel(id: $id) {
|
|
17
|
+
...Channel
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
${CHANNEL_FRAGMENT}
|
|
21
|
+
`;
|
|
22
|
+
export class ChannelDetailComponent extends TypedBaseDetailComponent {
|
|
23
|
+
constructor(serverConfigService, changeDetector, dataService, formBuilder, notificationService) {
|
|
24
|
+
super();
|
|
25
|
+
this.serverConfigService = serverConfigService;
|
|
26
|
+
this.changeDetector = changeDetector;
|
|
27
|
+
this.dataService = dataService;
|
|
28
|
+
this.formBuilder = formBuilder;
|
|
29
|
+
this.notificationService = notificationService;
|
|
30
|
+
this.DEFAULT_CHANNEL_CODE = DEFAULT_CHANNEL_CODE;
|
|
31
|
+
this.customFields = this.getCustomFieldConfig('Channel');
|
|
32
|
+
this.detailForm = this.formBuilder.group({
|
|
33
|
+
code: ['', Validators.required],
|
|
34
|
+
token: ['', Validators.required],
|
|
35
|
+
pricesIncludeTax: [false],
|
|
36
|
+
availableLanguageCodes: [[]],
|
|
37
|
+
availableCurrencyCodes: [[]],
|
|
38
|
+
defaultCurrencyCode: ['', Validators.required],
|
|
39
|
+
defaultShippingZoneId: ['', Validators.required],
|
|
40
|
+
defaultLanguageCode: [undefined, Validators.required],
|
|
41
|
+
defaultTaxZoneId: ['', Validators.required],
|
|
42
|
+
sellerId: ['', Validators.required],
|
|
43
|
+
customFields: this.formBuilder.group(getCustomFieldsDefaults(this.customFields)),
|
|
44
|
+
});
|
|
45
|
+
this.updatePermission = [Permission.SuperAdmin, Permission.UpdateChannel, Permission.CreateChannel];
|
|
46
|
+
}
|
|
47
|
+
ngOnInit() {
|
|
48
|
+
this.init();
|
|
49
|
+
// this.zones$ = this.dataService.settings.getZones({ take: 100 }).mapSingle(data => data.zones.items);
|
|
50
|
+
// TODO: make this lazy-loaded autocomplete
|
|
51
|
+
this.sellers$ = this.dataService.settings.getSellerList().mapSingle(data => data.sellers.items);
|
|
52
|
+
this.availableLanguageCodes$ = this.serverConfigService.getAvailableLanguages();
|
|
53
|
+
}
|
|
54
|
+
ngOnDestroy() {
|
|
55
|
+
this.destroy();
|
|
56
|
+
}
|
|
57
|
+
saveButtonEnabled() {
|
|
58
|
+
return this.detailForm.dirty && this.detailForm.valid;
|
|
59
|
+
}
|
|
60
|
+
create() {
|
|
61
|
+
if (!this.detailForm.dirty) {
|
|
62
|
+
return;
|
|
63
|
+
}
|
|
64
|
+
const { code, token, defaultLanguageCode, pricesIncludeTax, defaultCurrencyCode, defaultShippingZoneId, defaultTaxZoneId, customFields, sellerId, } = this.detailForm.value;
|
|
65
|
+
if (!code ||
|
|
66
|
+
!token ||
|
|
67
|
+
!defaultLanguageCode ||
|
|
68
|
+
!defaultCurrencyCode ||
|
|
69
|
+
!defaultShippingZoneId ||
|
|
70
|
+
!defaultTaxZoneId) {
|
|
71
|
+
return;
|
|
72
|
+
}
|
|
73
|
+
const input = {
|
|
74
|
+
code,
|
|
75
|
+
token,
|
|
76
|
+
defaultLanguageCode,
|
|
77
|
+
pricesIncludeTax: !!pricesIncludeTax,
|
|
78
|
+
defaultCurrencyCode,
|
|
79
|
+
defaultShippingZoneId,
|
|
80
|
+
defaultTaxZoneId,
|
|
81
|
+
customFields,
|
|
82
|
+
sellerId,
|
|
83
|
+
};
|
|
84
|
+
this.dataService.settings
|
|
85
|
+
.createChannel(input)
|
|
86
|
+
.pipe(mergeMap(({ createChannel }) => this.dataService.auth.currentUser().single$.pipe(map(({ me }) => ({
|
|
87
|
+
me,
|
|
88
|
+
createChannel,
|
|
89
|
+
})))), mergeMap(({ me, createChannel }) =>
|
|
90
|
+
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
91
|
+
this.dataService.client.updateUserChannels(me.channels).pipe(map(() => createChannel))))
|
|
92
|
+
.subscribe(data => {
|
|
93
|
+
switch (data.__typename) {
|
|
94
|
+
case 'Channel':
|
|
95
|
+
this.notificationService.success(_('common.notify-create-success'), {
|
|
96
|
+
entity: 'Channel',
|
|
97
|
+
});
|
|
98
|
+
this.detailForm.markAsPristine();
|
|
99
|
+
this.changeDetector.markForCheck();
|
|
100
|
+
this.router.navigate(['../', data.id], { relativeTo: this.route });
|
|
101
|
+
break;
|
|
102
|
+
case 'LanguageNotAvailableError':
|
|
103
|
+
this.notificationService.error(data.message);
|
|
104
|
+
break;
|
|
105
|
+
}
|
|
106
|
+
});
|
|
107
|
+
}
|
|
108
|
+
save() {
|
|
109
|
+
if (!this.detailForm.dirty) {
|
|
110
|
+
return;
|
|
111
|
+
}
|
|
112
|
+
const formValue = this.detailForm.value;
|
|
113
|
+
this.entity$
|
|
114
|
+
.pipe(take(1), mergeMap(channel => {
|
|
115
|
+
const input = {
|
|
116
|
+
id: channel.id,
|
|
117
|
+
code: formValue.code,
|
|
118
|
+
token: formValue.token,
|
|
119
|
+
pricesIncludeTax: formValue.pricesIncludeTax,
|
|
120
|
+
availableLanguageCodes: formValue.availableLanguageCodes,
|
|
121
|
+
availableCurrencyCodes: formValue.availableCurrencyCodes,
|
|
122
|
+
defaultCurrencyCode: formValue.defaultCurrencyCode,
|
|
123
|
+
defaultShippingZoneId: formValue.defaultShippingZoneId,
|
|
124
|
+
defaultLanguageCode: formValue.defaultLanguageCode,
|
|
125
|
+
defaultTaxZoneId: formValue.defaultTaxZoneId,
|
|
126
|
+
customFields: formValue.customFields,
|
|
127
|
+
sellerId: formValue.sellerId,
|
|
128
|
+
};
|
|
129
|
+
return this.dataService.settings.updateChannel(input);
|
|
130
|
+
}))
|
|
131
|
+
.subscribe(({ updateChannel }) => {
|
|
132
|
+
switch (updateChannel.__typename) {
|
|
133
|
+
case 'Channel':
|
|
134
|
+
this.notificationService.success(_('common.notify-update-success'), {
|
|
135
|
+
entity: 'Channel',
|
|
136
|
+
});
|
|
137
|
+
this.detailForm.markAsPristine();
|
|
138
|
+
this.changeDetector.markForCheck();
|
|
139
|
+
break;
|
|
140
|
+
case 'LanguageNotAvailableError':
|
|
141
|
+
this.notificationService.error(updateChannel.message);
|
|
142
|
+
}
|
|
143
|
+
});
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* Update the form values when the entity changes.
|
|
147
|
+
*/
|
|
148
|
+
setFormValues(entity, languageCode) {
|
|
149
|
+
this.detailForm.patchValue({
|
|
150
|
+
code: entity.code,
|
|
151
|
+
token: entity.token || this.generateToken(),
|
|
152
|
+
pricesIncludeTax: entity.pricesIncludeTax,
|
|
153
|
+
availableLanguageCodes: entity.availableLanguageCodes,
|
|
154
|
+
availableCurrencyCodes: entity.availableCurrencyCodes,
|
|
155
|
+
defaultCurrencyCode: entity.defaultCurrencyCode,
|
|
156
|
+
defaultShippingZoneId: entity.defaultShippingZone?.id ?? '',
|
|
157
|
+
defaultLanguageCode: entity.defaultLanguageCode,
|
|
158
|
+
defaultTaxZoneId: entity.defaultTaxZone?.id ?? '',
|
|
159
|
+
sellerId: entity.seller?.id ?? '',
|
|
160
|
+
});
|
|
161
|
+
if (this.customFields.length) {
|
|
162
|
+
this.setCustomFieldFormValues(this.customFields, this.detailForm.get(['customFields']), entity);
|
|
163
|
+
}
|
|
164
|
+
if (entity.code === DEFAULT_CHANNEL_CODE) {
|
|
165
|
+
const codeControl = this.detailForm.get('code');
|
|
166
|
+
if (codeControl) {
|
|
167
|
+
codeControl.disable();
|
|
168
|
+
}
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
generateToken() {
|
|
172
|
+
return Array.from(crypto.getRandomValues(new Uint8Array(10)))
|
|
173
|
+
.map(b => b.toString(16).padStart(2, '0'))
|
|
174
|
+
.join('');
|
|
175
|
+
}
|
|
176
|
+
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ChannelDetailComponent, deps: [{ token: i1.ServerConfigService }, { token: i0.ChangeDetectorRef }, { token: i1.DataService }, { token: i2.FormBuilder }, { token: i1.NotificationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
177
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: ChannelDetailComponent, selector: "vdr-channel-detail", usesInheritance: true, ngImport: i0, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left></vdr-ab-left>\r\n\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"channel-detail\" />\r\n <button\r\n class=\"btn btn-primary\"\r\n *ngIf=\"isNew$ | async; else updateButton\"\r\n (click)=\"create()\"\r\n [disabled]=\"!saveButtonEnabled()\"\r\n >\r\n {{ 'common.create' | translate }}\r\n </button>\r\n <ng-template #updateButton>\r\n <button\r\n class=\"btn btn-primary\"\r\n (click)=\"save()\"\r\n *vdrIfPermissions=\"['SuperAdmin', 'UpdateChannel']\"\r\n [disabled]=\"!saveButtonEnabled()\"\r\n >\r\n {{ 'common.update' | translate }}\r\n </button>\r\n </ng-template>\r\n <vdr-action-bar-dropdown-menu locationId=\"channel-detail\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<form class=\"form\" [formGroup]=\"detailForm\">\r\n <vdr-page-detail-layout>\r\n <vdr-page-detail-sidebar>\r\n <vdr-card *ngIf=\"entity$ | async as entity\">\r\n <vdr-page-entity-info [entity]=\"entity\" />\r\n </vdr-card>\r\n </vdr-page-detail-sidebar>\r\n <vdr-page-block>\r\n <vdr-card>\r\n <div class=\"form-grid\">\r\n <vdr-form-field\r\n class=\"form-grid-span\"\r\n *ngIf=\"entity?.code !== DEFAULT_CHANNEL_CODE\"\r\n [label]=\"'common.code' | translate\"\r\n for=\"code\"\r\n >\r\n <input\r\n id=\"code\"\r\n type=\"text\"\r\n [readonly]=\"!(updatePermission | hasPermission)\"\r\n formControlName=\"code\"\r\n />\r\n </vdr-form-field>\r\n <vdr-form-item\r\n class=\"form-grid-span\"\r\n *ngIf=\"entity?.code === DEFAULT_CHANNEL_CODE\"\r\n [label]=\"'common.code' | translate\"\r\n >\r\n {{ entity?.code | channelCodeToLabel | translate }}\r\n </vdr-form-item>\r\n <vdr-form-field [label]=\"'settings.channel-token' | translate\" for=\"token\">\r\n <input\r\n id=\"token\"\r\n type=\"text\"\r\n [readonly]=\"!(updatePermission | hasPermission)\"\r\n formControlName=\"token\"\r\n />\r\n </vdr-form-field>\r\n\r\n <vdr-form-field [label]=\"'common.seller' | translate\" for=\"sellerId\">\r\n <select\r\n name=\"sellerId\"\r\n formControlName=\"sellerId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option selected value style=\"display: none\"></option>\r\n <option *ngFor=\"let seller of sellers$ | async\" [value]=\"seller.id\">\r\n {{ seller.name }}\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <vdr-form-field\r\n [label]=\"'common.available-languages' | translate\"\r\n for=\"availableLanguageCodes\"\r\n >\r\n <vdr-language-code-selector\r\n formControlName=\"availableLanguageCodes\"\r\n [languageCodes]=\"availableLanguageCodes$ | async\"\r\n ></vdr-language-code-selector>\r\n </vdr-form-field>\r\n <vdr-form-field\r\n [label]=\"'common.available-currencies' | translate\"\r\n for=\"availableCurrencyCodes\"\r\n >\r\n <vdr-currency-code-selector\r\n formControlName=\"availableCurrencyCodes\"\r\n ></vdr-currency-code-selector>\r\n </vdr-form-field>\r\n </div>\r\n </vdr-card>\r\n <vdr-card [title]=\"'settings.defaults' | translate\">\r\n <div class=\"form-grid\">\r\n <vdr-form-field [label]=\"'common.default-language' | translate\" for=\"defaultLanguage\">\r\n <select\r\n name=\"defaultLanguageCode\"\r\n formControlName=\"defaultLanguageCode\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option\r\n *ngFor=\"let languageCode of detailForm.value.availableLanguageCodes\"\r\n [value]=\"languageCode\"\r\n >\r\n {{ languageCode | localeLanguageName }} ({{ languageCode | uppercase }})\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <vdr-form-field [label]=\"'settings.default-currency' | translate\" for=\"defaultCurrency\">\r\n <select\r\n name=\"defaultCurrencyCode\"\r\n formControlName=\"defaultCurrencyCode\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option\r\n *ngFor=\"let code of detailForm.value.availableCurrencyCodes\"\r\n [value]=\"code\"\r\n >\r\n {{ code | localeCurrencyName }}\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <div>\r\n <vdr-form-field\r\n [label]=\"'settings.default-tax-zone' | translate\"\r\n for=\"defaultTaxZoneId\"\r\n >\r\n <vdr-zone-selector\r\n formControlName=\"defaultTaxZoneId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n ></vdr-zone-selector>\r\n </vdr-form-field>\r\n <clr-alert\r\n *ngIf=\"detailForm.value.code && !detailForm.value.defaultTaxZoneId\"\r\n clrAlertType=\"danger\"\r\n [clrAlertClosable]=\"false\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'error.no-default-tax-zone-set' | translate }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n\r\n <div>\r\n <vdr-form-field\r\n [label]=\"'settings.default-shipping-zone' | translate\"\r\n for=\"defaultShippingZoneId\"\r\n >\r\n <vdr-zone-selector\r\n name=\"defaultShippingZoneId\"\r\n formControlName=\"defaultShippingZoneId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n ></vdr-zone-selector>\r\n </vdr-form-field>\r\n <clr-alert\r\n *ngIf=\"detailForm.value.code && !detailForm.value.defaultShippingZoneId\"\r\n clrAlertType=\"danger\"\r\n [clrAlertClosable]=\"false\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'error.no-default-shipping-zone-set' | translate }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n <vdr-form-field\r\n [label]=\"'settings.prices-include-tax' | translate\"\r\n for=\"pricesIncludeTax\"\r\n >\r\n <clr-toggle-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrToggle\r\n id=\"pricesIncludeTax\"\r\n formControlName=\"pricesIncludeTax\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n />\r\n </clr-toggle-wrapper>\r\n </vdr-form-field>\r\n </div>\r\n </vdr-card>\r\n <vdr-card\r\n formGroupName=\"customFields\"\r\n *ngIf=\"customFields.length\"\r\n [title]=\"'common.custom-fields' | translate\"\r\n >\r\n <vdr-tabbed-custom-fields\r\n entityName=\"Channel\"\r\n [customFields]=\"customFields\"\r\n [customFieldsFormGroup]=\"detailForm.get('customFields')\"\r\n ></vdr-tabbed-custom-fields>\r\n </vdr-card>\r\n <vdr-custom-detail-component-host\r\n locationId=\"channel-detail\"\r\n [entity$]=\"entity$\"\r\n [detailForm]=\"detailForm\"\r\n ></vdr-custom-detail-component-host>\r\n </vdr-page-block>\r\n </vdr-page-detail-layout>\r\n</form>\r\n", styles: ["clr-alert{max-width:30rem;margin-bottom:12px}\n"], dependencies: [{ kind: "component", type: i3.ClrAlert, selector: "clr-alert", inputs: ["clrAlertSizeSmall", "clrAlertClosable", "clrAlertAppLevel", "clrCloseButtonAriaLabel", "clrAlertLightweight", "clrAlertType", "clrAlertIcon", "clrAlertClosed"], outputs: ["clrAlertClosedChange"] }, { kind: "component", type: i3.ClrAlertItem, selector: "clr-alert-item" }, { kind: "directive", type: i3.ClrAlertText, selector: ".alert-text" }, { kind: "directive", type: i3.ClrCheckbox, selector: "[clrCheckbox],[clrToggle]" }, { kind: "component", type: i3.ClrCheckboxWrapper, selector: "clr-checkbox-wrapper,clr-toggle-wrapper" }, { kind: "directive", type: i4.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i4.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i2.NgSelectOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.ɵNgSelectMultipleOption, selector: "option", inputs: ["ngValue", "value"] }, { kind: "directive", type: i2.DefaultValueAccessor, selector: "input:not([type=checkbox])[formControlName],textarea[formControlName],input:not([type=checkbox])[formControl],textarea[formControl],input:not([type=checkbox])[ngModel],textarea[ngModel],[ngDefaultControl]" }, { kind: "directive", type: i2.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i2.SelectControlValueAccessor, selector: "select:not([multiple])[formControlName],select:not([multiple])[formControl],select:not([multiple])[ngModel]", inputs: ["compareWith"] }, { kind: "directive", type: i2.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i2.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i2.FormGroupDirective, selector: "[formGroup]", inputs: ["formGroup"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i2.FormControlName, selector: "[formControlName]", inputs: ["formControlName", "disabled", "ngModel"], outputs: ["ngModelChange"] }, { kind: "directive", type: i2.FormGroupName, selector: "[formGroupName]", inputs: ["formGroupName"] }, { kind: "component", type: i1.ActionBarComponent, selector: "vdr-action-bar" }, { kind: "component", type: i1.ActionBarLeftComponent, selector: "vdr-ab-left", inputs: ["grow"] }, { kind: "component", type: i1.ActionBarRightComponent, selector: "vdr-ab-right", inputs: ["grow"] }, { kind: "component", type: i1.ActionBarDropdownMenuComponent, selector: "vdr-action-bar-dropdown-menu", inputs: ["alwaysShow"] }, { kind: "component", type: i1.FormFieldComponent, selector: "vdr-form-field", inputs: ["label", "for", "tooltip", "errors", "readOnlyToggle"], outputs: ["readOnlyToggleChange"] }, { kind: "directive", type: i1.FormFieldControlDirective, selector: "input, textarea, select, vdr-currency-input" }, { kind: "component", type: i1.FormItemComponent, selector: "vdr-form-item", inputs: ["label", "tooltip"] }, { kind: "directive", type: i1.IfPermissionsDirective, selector: "[vdrIfPermissions]", inputs: ["vdrIfPermissions", "vdrIfPermissionsElse"] }, { kind: "component", type: i1.ActionBarItemsComponent, selector: "vdr-action-bar-items" }, { kind: "directive", type: i1.DisabledDirective, selector: "[vdrDisabled]", inputs: ["vdrDisabled"] }, { kind: "component", type: i1.TabbedCustomFieldsComponent, selector: "vdr-tabbed-custom-fields", inputs: ["entityName", "customFields", "customFieldsFormGroup", "readonly", "compact", "showLabel"] }, { kind: "component", type: i1.CustomDetailComponentHostComponent, selector: "vdr-custom-detail-component-host", inputs: ["locationId", "entity$", "detailForm"] }, { kind: "component", type: i1.PageBlockComponent, selector: "vdr-page-block" }, { kind: "component", type: i1.PageEntityInfoComponent, selector: "vdr-page-entity-info", inputs: ["entity"] }, { kind: "component", type: i1.PageDetailLayoutComponent, selector: "vdr-page-detail-layout" }, { kind: "component", type: i1.PageDetailSidebarComponent, selector: "vdr-page-detail-sidebar" }, { kind: "component", type: i1.CardComponent, selector: "vdr-card", inputs: ["title", "paddingX"] }, { kind: "component", type: i1.ZoneSelectorComponent, selector: "vdr-zone-selector", inputs: ["readonly", "transformControlValueAccessorValue"], outputs: ["selectedValuesChange"] }, { kind: "component", type: i1.CurrencyCodeSelectorComponent, selector: "vdr-currency-code-selector" }, { kind: "component", type: i1.LanguageCodeSelectorComponent, selector: "vdr-language-code-selector", inputs: ["languageCodes"] }, { kind: "pipe", type: i4.AsyncPipe, name: "async" }, { kind: "pipe", type: i4.UpperCasePipe, name: "uppercase" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }, { kind: "pipe", type: i1.LocaleCurrencyNamePipe, name: "localeCurrencyName" }, { kind: "pipe", type: i1.HasPermissionPipe, name: "hasPermission" }, { kind: "pipe", type: i1.ChannelLabelPipe, name: "channelCodeToLabel" }, { kind: "pipe", type: i1.LocaleLanguageNamePipe, name: "localeLanguageName" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
178
|
+
}
|
|
179
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: ChannelDetailComponent, decorators: [{
|
|
180
|
+
type: Component,
|
|
181
|
+
args: [{ selector: 'vdr-channel-detail', changeDetection: ChangeDetectionStrategy.OnPush, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left></vdr-ab-left>\r\n\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"channel-detail\" />\r\n <button\r\n class=\"btn btn-primary\"\r\n *ngIf=\"isNew$ | async; else updateButton\"\r\n (click)=\"create()\"\r\n [disabled]=\"!saveButtonEnabled()\"\r\n >\r\n {{ 'common.create' | translate }}\r\n </button>\r\n <ng-template #updateButton>\r\n <button\r\n class=\"btn btn-primary\"\r\n (click)=\"save()\"\r\n *vdrIfPermissions=\"['SuperAdmin', 'UpdateChannel']\"\r\n [disabled]=\"!saveButtonEnabled()\"\r\n >\r\n {{ 'common.update' | translate }}\r\n </button>\r\n </ng-template>\r\n <vdr-action-bar-dropdown-menu locationId=\"channel-detail\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<form class=\"form\" [formGroup]=\"detailForm\">\r\n <vdr-page-detail-layout>\r\n <vdr-page-detail-sidebar>\r\n <vdr-card *ngIf=\"entity$ | async as entity\">\r\n <vdr-page-entity-info [entity]=\"entity\" />\r\n </vdr-card>\r\n </vdr-page-detail-sidebar>\r\n <vdr-page-block>\r\n <vdr-card>\r\n <div class=\"form-grid\">\r\n <vdr-form-field\r\n class=\"form-grid-span\"\r\n *ngIf=\"entity?.code !== DEFAULT_CHANNEL_CODE\"\r\n [label]=\"'common.code' | translate\"\r\n for=\"code\"\r\n >\r\n <input\r\n id=\"code\"\r\n type=\"text\"\r\n [readonly]=\"!(updatePermission | hasPermission)\"\r\n formControlName=\"code\"\r\n />\r\n </vdr-form-field>\r\n <vdr-form-item\r\n class=\"form-grid-span\"\r\n *ngIf=\"entity?.code === DEFAULT_CHANNEL_CODE\"\r\n [label]=\"'common.code' | translate\"\r\n >\r\n {{ entity?.code | channelCodeToLabel | translate }}\r\n </vdr-form-item>\r\n <vdr-form-field [label]=\"'settings.channel-token' | translate\" for=\"token\">\r\n <input\r\n id=\"token\"\r\n type=\"text\"\r\n [readonly]=\"!(updatePermission | hasPermission)\"\r\n formControlName=\"token\"\r\n />\r\n </vdr-form-field>\r\n\r\n <vdr-form-field [label]=\"'common.seller' | translate\" for=\"sellerId\">\r\n <select\r\n name=\"sellerId\"\r\n formControlName=\"sellerId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option selected value style=\"display: none\"></option>\r\n <option *ngFor=\"let seller of sellers$ | async\" [value]=\"seller.id\">\r\n {{ seller.name }}\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <vdr-form-field\r\n [label]=\"'common.available-languages' | translate\"\r\n for=\"availableLanguageCodes\"\r\n >\r\n <vdr-language-code-selector\r\n formControlName=\"availableLanguageCodes\"\r\n [languageCodes]=\"availableLanguageCodes$ | async\"\r\n ></vdr-language-code-selector>\r\n </vdr-form-field>\r\n <vdr-form-field\r\n [label]=\"'common.available-currencies' | translate\"\r\n for=\"availableCurrencyCodes\"\r\n >\r\n <vdr-currency-code-selector\r\n formControlName=\"availableCurrencyCodes\"\r\n ></vdr-currency-code-selector>\r\n </vdr-form-field>\r\n </div>\r\n </vdr-card>\r\n <vdr-card [title]=\"'settings.defaults' | translate\">\r\n <div class=\"form-grid\">\r\n <vdr-form-field [label]=\"'common.default-language' | translate\" for=\"defaultLanguage\">\r\n <select\r\n name=\"defaultLanguageCode\"\r\n formControlName=\"defaultLanguageCode\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option\r\n *ngFor=\"let languageCode of detailForm.value.availableLanguageCodes\"\r\n [value]=\"languageCode\"\r\n >\r\n {{ languageCode | localeLanguageName }} ({{ languageCode | uppercase }})\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <vdr-form-field [label]=\"'settings.default-currency' | translate\" for=\"defaultCurrency\">\r\n <select\r\n name=\"defaultCurrencyCode\"\r\n formControlName=\"defaultCurrencyCode\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n >\r\n <option\r\n *ngFor=\"let code of detailForm.value.availableCurrencyCodes\"\r\n [value]=\"code\"\r\n >\r\n {{ code | localeCurrencyName }}\r\n </option>\r\n </select>\r\n </vdr-form-field>\r\n <div>\r\n <vdr-form-field\r\n [label]=\"'settings.default-tax-zone' | translate\"\r\n for=\"defaultTaxZoneId\"\r\n >\r\n <vdr-zone-selector\r\n formControlName=\"defaultTaxZoneId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n ></vdr-zone-selector>\r\n </vdr-form-field>\r\n <clr-alert\r\n *ngIf=\"detailForm.value.code && !detailForm.value.defaultTaxZoneId\"\r\n clrAlertType=\"danger\"\r\n [clrAlertClosable]=\"false\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'error.no-default-tax-zone-set' | translate }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n\r\n <div>\r\n <vdr-form-field\r\n [label]=\"'settings.default-shipping-zone' | translate\"\r\n for=\"defaultShippingZoneId\"\r\n >\r\n <vdr-zone-selector\r\n name=\"defaultShippingZoneId\"\r\n formControlName=\"defaultShippingZoneId\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n ></vdr-zone-selector>\r\n </vdr-form-field>\r\n <clr-alert\r\n *ngIf=\"detailForm.value.code && !detailForm.value.defaultShippingZoneId\"\r\n clrAlertType=\"danger\"\r\n [clrAlertClosable]=\"false\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ 'error.no-default-shipping-zone-set' | translate }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n </div>\r\n <vdr-form-field\r\n [label]=\"'settings.prices-include-tax' | translate\"\r\n for=\"pricesIncludeTax\"\r\n >\r\n <clr-toggle-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrToggle\r\n id=\"pricesIncludeTax\"\r\n formControlName=\"pricesIncludeTax\"\r\n [vdrDisabled]=\"!(updatePermission | hasPermission)\"\r\n />\r\n </clr-toggle-wrapper>\r\n </vdr-form-field>\r\n </div>\r\n </vdr-card>\r\n <vdr-card\r\n formGroupName=\"customFields\"\r\n *ngIf=\"customFields.length\"\r\n [title]=\"'common.custom-fields' | translate\"\r\n >\r\n <vdr-tabbed-custom-fields\r\n entityName=\"Channel\"\r\n [customFields]=\"customFields\"\r\n [customFieldsFormGroup]=\"detailForm.get('customFields')\"\r\n ></vdr-tabbed-custom-fields>\r\n </vdr-card>\r\n <vdr-custom-detail-component-host\r\n locationId=\"channel-detail\"\r\n [entity$]=\"entity$\"\r\n [detailForm]=\"detailForm\"\r\n ></vdr-custom-detail-component-host>\r\n </vdr-page-block>\r\n </vdr-page-detail-layout>\r\n</form>\r\n", styles: ["clr-alert{max-width:30rem;margin-bottom:12px}\n"] }]
|
|
182
|
+
}], ctorParameters: () => [{ type: i1.ServerConfigService }, { type: i0.ChangeDetectorRef }, { type: i1.DataService }, { type: i2.FormBuilder }, { type: i1.NotificationService }] });
|
|
183
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY2hhbm5lbC1kZXRhaWwuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9zZXR0aW5ncy9zcmMvY29tcG9uZW50cy9jaGFubmVsLWRldGFpbC9jaGFubmVsLWRldGFpbC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL3NldHRpbmdzL3NyYy9jb21wb25lbnRzL2NoYW5uZWwtZGV0YWlsL2NoYW5uZWwtZGV0YWlsLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSx1QkFBdUIsRUFBcUIsU0FBUyxFQUFxQixNQUFNLGVBQWUsQ0FBQztBQUN6RyxPQUFPLEVBQWUsVUFBVSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDekQsT0FBTyxFQUFFLE1BQU0sSUFBSSxDQUFDLEVBQUUsTUFBTSx5Q0FBeUMsQ0FBQztBQUN0RSxPQUFPLEVBQ0gsZ0JBQWdCLEVBTWhCLHVCQUF1QixFQUl2QixVQUFVLEVBRVYsd0JBQXdCLEdBRTNCLE1BQU0sd0JBQXdCLENBQUM7QUFDaEMsT0FBTyxFQUFFLG9CQUFvQixFQUFFLE1BQU0sc0NBQXNDLENBQUM7QUFDNUUsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJDLE9BQU8sRUFBRSxHQUFHLEVBQUUsUUFBUSxFQUFFLElBQUksRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7Ozs7O0FBRXJELE1BQU0sQ0FBQyxNQUFNLGtCQUFrQixHQUFHLEdBQUcsQ0FBQTs7Ozs7O01BTS9CLGdCQUFnQjtDQUNyQixDQUFDO0FBUUYsTUFBTSxPQUFPLHNCQUNULFNBQVEsd0JBQW9FO0lBd0I1RSxZQUNjLG1CQUF3QyxFQUMxQyxjQUFpQyxFQUMvQixXQUF3QixFQUMxQixXQUF3QixFQUN4QixtQkFBd0M7UUFFaEQsS0FBSyxFQUFFLENBQUM7UUFORSx3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO1FBQzFDLG1CQUFjLEdBQWQsY0FBYyxDQUFtQjtRQUMvQixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUMxQixnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN4Qix3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO1FBMUJwRCx5QkFBb0IsR0FBRyxvQkFBb0IsQ0FBQztRQUM1QyxpQkFBWSxHQUFHLElBQUksQ0FBQyxvQkFBb0IsQ0FBQyxTQUFTLENBQUMsQ0FBQztRQUdwRCxlQUFVLEdBQUcsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUM7WUFDaEMsSUFBSSxFQUFFLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDL0IsS0FBSyxFQUFFLENBQUMsRUFBRSxFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDaEMsZ0JBQWdCLEVBQUUsQ0FBQyxLQUFLLENBQUM7WUFDekIsc0JBQXNCLEVBQUUsQ0FBQyxFQUFjLENBQUM7WUFDeEMsc0JBQXNCLEVBQUUsQ0FBQyxFQUFjLENBQUM7WUFDeEMsbUJBQW1CLEVBQUUsQ0FBQyxFQUFrQixFQUFFLFVBQVUsQ0FBQyxRQUFRLENBQUM7WUFDOUQscUJBQXFCLEVBQUUsQ0FBQyxFQUFFLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNoRCxtQkFBbUIsRUFBRSxDQUFDLFNBQXFDLEVBQUUsVUFBVSxDQUFDLFFBQVEsQ0FBQztZQUNqRixnQkFBZ0IsRUFBRSxDQUFDLEVBQUUsRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQzNDLFFBQVEsRUFBRSxDQUFDLEVBQUUsRUFBRSxVQUFVLENBQUMsUUFBUSxDQUFDO1lBQ25DLFlBQVksRUFBRSxJQUFJLENBQUMsV0FBVyxDQUFDLEtBQUssQ0FBQyx1QkFBdUIsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDLENBQUM7U0FDbkYsQ0FBQyxDQUFDO1FBR00scUJBQWdCLEdBQUcsQ0FBQyxVQUFVLENBQUMsVUFBVSxFQUFFLFVBQVUsQ0FBQyxhQUFhLEVBQUUsVUFBVSxDQUFDLGFBQWEsQ0FBQyxDQUFDO0lBVXhHLENBQUM7SUFFRCxRQUFRO1FBQ0osSUFBSSxDQUFDLElBQUksRUFBRSxDQUFDO1FBQ1osdUdBQXVHO1FBQ3ZHLDJDQUEyQztRQUMzQyxJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUSxDQUFDLGFBQWEsRUFBRSxDQUFDLFNBQVMsQ0FBQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLENBQUM7UUFDaEcsSUFBSSxDQUFDLHVCQUF1QixHQUFHLElBQUksQ0FBQyxtQkFBbUIsQ0FBQyxxQkFBcUIsRUFBRSxDQUFDO0lBQ3BGLENBQUM7SUFFRCxXQUFXO1FBQ1AsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDO0lBQ25CLENBQUM7SUFFRCxpQkFBaUI7UUFDYixPQUFPLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxJQUFJLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxDQUFDO0lBQzFELENBQUM7SUFFRCxNQUFNO1FBQ0YsSUFBSSxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsS0FBSyxFQUFFLENBQUM7WUFDekIsT0FBTztRQUNYLENBQUM7UUFDRCxNQUFNLEVBQ0YsSUFBSSxFQUNKLEtBQUssRUFDTCxtQkFBbUIsRUFDbkIsZ0JBQWdCLEVBQ2hCLG1CQUFtQixFQUNuQixxQkFBcUIsRUFDckIsZ0JBQWdCLEVBQ2hCLFlBQVksRUFDWixRQUFRLEdBQ1gsR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssQ0FBQztRQUMxQixJQUNJLENBQUMsSUFBSTtZQUNMLENBQUMsS0FBSztZQUNOLENBQUMsbUJBQW1CO1lBQ3BCLENBQUMsbUJBQW1CO1lBQ3BCLENBQUMscUJBQXFCO1lBQ3RCLENBQUMsZ0JBQWdCLEVBQ25CLENBQUM7WUFDQyxPQUFPO1FBQ1gsQ0FBQztRQUNELE1BQU0sS0FBSyxHQUF1QjtZQUM5QixJQUFJO1lBQ0osS0FBSztZQUNMLG1CQUFtQjtZQUNuQixnQkFBZ0IsRUFBRSxDQUFDLENBQUMsZ0JBQWdCO1lBQ3BDLG1CQUFtQjtZQUNuQixxQkFBcUI7WUFDckIsZ0JBQWdCO1lBQ2hCLFlBQVk7WUFDWixRQUFRO1NBQ1gsQ0FBQztRQUNGLElBQUksQ0FBQyxXQUFXLENBQUMsUUFBUTthQUNwQixhQUFhLENBQUMsS0FBSyxDQUFDO2FBQ3BCLElBQUksQ0FDRCxRQUFRLENBQUMsQ0FBQyxFQUFFLGFBQWEsRUFBRSxFQUFFLEVBQUUsQ0FDM0IsSUFBSSxDQUFDLFdBQVcsQ0FBQyxJQUFJLENBQUMsV0FBVyxFQUFFLENBQUMsT0FBTyxDQUFDLElBQUksQ0FDNUMsR0FBRyxDQUFDLENBQUMsRUFBRSxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztZQUNiLEVBQUU7WUFDRixhQUFhO1NBQ2hCLENBQUMsQ0FBQyxDQUNOLENBQ0osRUFDRCxRQUFRLENBQUMsQ0FBQyxFQUFFLEVBQUUsRUFBRSxhQUFhLEVBQUUsRUFBRSxFQUFFO1FBQy9CLG9FQUFvRTtRQUNwRSxJQUFJLENBQUMsV0FBVyxDQUFDLE1BQU0sQ0FBQyxrQkFBa0IsQ0FBQyxFQUFHLENBQUMsUUFBUSxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxHQUFHLEVBQUUsQ0FBQyxhQUFhLENBQUMsQ0FBQyxDQUMxRixDQUNKO2FBQ0EsU0FBUyxDQUFDLElBQUksQ0FBQyxFQUFFO1lBQ2QsUUFBUSxJQUFJLENBQUMsVUFBVSxFQUFFLENBQUM7Z0JBQ3RCLEtBQUssU0FBUztvQkFDVixJQUFJLENBQUMsbUJBQW1CLENBQUMsT0FBTyxDQUFDLENBQUMsQ0FBQyw4QkFBOEIsQ0FBQyxFQUFFO3dCQUNoRSxNQUFNLEVBQUUsU0FBUztxQkFDcEIsQ0FBQyxDQUFDO29CQUNILElBQUksQ0FBQyxVQUFVLENBQUMsY0FBYyxFQUFFLENBQUM7b0JBQ2pDLElBQUksQ0FBQyxjQUFjLENBQUMsWUFBWSxFQUFFLENBQUM7b0JBQ25DLElBQUksQ0FBQyxNQUFNLENBQUMsUUFBUSxDQUFDLENBQUMsS0FBSyxFQUFFLElBQUksQ0FBQyxFQUFFLENBQUMsRUFBRSxFQUFFLFVBQVUsRUFBRSxJQUFJLENBQUMsS0FBSyxFQUFFLENBQUMsQ0FBQztvQkFDbkUsTUFBTTtnQkFDVixLQUFLLDJCQUEyQjtvQkFDNUIsSUFBSSxDQUFDLG1CQUFtQixDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxDQUFDLENBQUM7b0JBQzdDLE1BQU07WUFDZCxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRUQsSUFBSTtRQUNBLElBQUksQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLEtBQUssRUFBRSxDQUFDO1lBQ3pCLE9BQU87UUFDWCxDQUFDO1FBQ0QsTUFBTSxTQUFTLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxLQUFLLENBQUM7UUFDeEMsSUFBSSxDQUFDLE9BQU87YUFDUCxJQUFJLENBQ0QsSUFBSSxDQUFDLENBQUMsQ0FBQyxFQUNQLFFBQVEsQ0FBQyxPQUFPLENBQUMsRUFBRTtZQUNmLE1BQU0sS0FBSyxHQUFHO2dCQUNWLEVBQUUsRUFBRSxPQUFPLENBQUMsRUFBRTtnQkFDZCxJQUFJLEVBQUUsU0FBUyxDQUFDLElBQUk7Z0JBQ3BCLEtBQUssRUFBRSxTQUFTLENBQUMsS0FBSztnQkFDdEIsZ0JBQWdCLEVBQUUsU0FBUyxDQUFDLGdCQUFnQjtnQkFDNUMsc0JBQXNCLEVBQUUsU0FBUyxDQUFDLHNCQUFzQjtnQkFDeEQsc0JBQXNCLEVBQUUsU0FBUyxDQUFDLHNCQUFzQjtnQkFDeEQsbUJBQW1CLEVBQUUsU0FBUyxDQUFDLG1CQUFtQjtnQkFDbEQscUJBQXFCLEVBQUUsU0FBUyxDQUFDLHFCQUFxQjtnQkFDdEQsbUJBQW1CLEVBQUUsU0FBUyxDQUFDLG1CQUFtQjtnQkFDbEQsZ0JBQWdCLEVBQUUsU0FBUyxDQUFDLGdCQUFnQjtnQkFDNUMsWUFBWSxFQUFFLFNBQVMsQ0FBQyxZQUFZO2dCQUNwQyxRQUFRLEVBQUUsU0FBUyxDQUFDLFFBQVE7YUFDVCxDQUFDO1lBQ3hCLE9BQU8sSUFBSSxDQUFDLFdBQVcsQ0FBQyxRQUFRLENBQUMsYUFBYSxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzFELENBQUMsQ0FBQyxDQUNMO2FBQ0EsU0FBUyxDQUFDLENBQUMsRUFBRSxhQUFhLEVBQUUsRUFBRSxFQUFFO1lBQzdCLFFBQVEsYUFBYSxDQUFDLFVBQVUsRUFBRSxDQUFDO2dCQUMvQixLQUFLLFNBQVM7b0JBQ1YsSUFBSSxDQUFDLG1CQUFtQixDQUFDLE9BQU8sQ0FBQyxDQUFDLENBQUMsOEJBQThCLENBQUMsRUFBRTt3QkFDaEUsTUFBTSxFQUFFLFNBQVM7cUJBQ3BCLENBQUMsQ0FBQztvQkFDSCxJQUFJLENBQUMsVUFBVSxDQUFDLGNBQWMsRUFBRSxDQUFDO29CQUNqQyxJQUFJLENBQUMsY0FBYyxDQUFDLFlBQVksRUFBRSxDQUFDO29CQUNuQyxNQUFNO2dCQUNWLEtBQUssMkJBQTJCO29CQUM1QixJQUFJLENBQUMsbUJBQW1CLENBQUMsS0FBSyxDQUFDLGFBQWEsQ0FBQyxPQUFPLENBQUMsQ0FBQztZQUM5RCxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRUQ7O09BRUc7SUFDTyxhQUFhLENBQUMsTUFBdUIsRUFBRSxZQUEwQjtRQUN2RSxJQUFJLENBQUMsVUFBVSxDQUFDLFVBQVUsQ0FBQztZQUN2QixJQUFJLEVBQUUsTUFBTSxDQUFDLElBQUk7WUFDakIsS0FBSyxFQUFFLE1BQU0sQ0FBQyxLQUFLLElBQUksSUFBSSxDQUFDLGFBQWEsRUFBRTtZQUMzQyxnQkFBZ0IsRUFBRSxNQUFNLENBQUMsZ0JBQWdCO1lBQ3pDLHNCQUFzQixFQUFFLE1BQU0sQ0FBQyxzQkFBc0I7WUFDckQsc0JBQXNCLEVBQUUsTUFBTSxDQUFDLHNCQUFzQjtZQUNyRCxtQkFBbUIsRUFBRSxNQUFNLENBQUMsbUJBQW1CO1lBQy9DLHFCQUFxQixFQUFFLE1BQU0sQ0FBQyxtQkFBbUIsRUFBRSxFQUFFLElBQUksRUFBRTtZQUMzRCxtQkFBbUIsRUFBRSxNQUFNLENBQUMsbUJBQW1CO1lBQy9DLGdCQUFnQixFQUFFLE1BQU0sQ0FBQyxjQUFjLEVBQUUsRUFBRSxJQUFJLEVBQUU7WUFDakQsUUFBUSxFQUFFLE1BQU0sQ0FBQyxNQUFNLEVBQUUsRUFBRSxJQUFJLEVBQUU7U0FDcEMsQ0FBQyxDQUFDO1FBQ0gsSUFBSSxJQUFJLENBQUMsWUFBWSxDQUFDLE1BQU0sRUFBRSxDQUFDO1lBQzNCLElBQUksQ0FBQyx3QkFBd0IsQ0FBQyxJQUFJLENBQUMsWUFBWSxFQUFFLElBQUksQ0FBQyxVQUFVLENBQUMsR0FBRyxDQUFDLENBQUMsY0FBYyxDQUFDLENBQUMsRUFBRSxNQUFNLENBQUMsQ0FBQztRQUNwRyxDQUFDO1FBQ0QsSUFBSSxNQUFNLENBQUMsSUFBSSxLQUFLLG9CQUFvQixFQUFFLENBQUM7WUFDdkMsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLFVBQVUsQ0FBQyxHQUFHLENBQUMsTUFBTSxDQUFDLENBQUM7WUFDaEQsSUFBSSxXQUFXLEVBQUUsQ0FBQztnQkFDZCxXQUFXLENBQUMsT0FBTyxFQUFFLENBQUM7WUFDMUIsQ0FBQztRQUNMLENBQUM7SUFDTCxDQUFDO0lBRU8sYUFBYTtRQUNqQixPQUFPLEtBQUssQ0FBQyxJQUFJLENBQUMsTUFBTSxDQUFDLGVBQWUsQ0FBQyxJQUFJLFVBQVUsQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO2FBQ3hELEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsRUFBRSxDQUFDLENBQUMsUUFBUSxDQUFDLENBQUMsRUFBRSxHQUFHLENBQUMsQ0FBQzthQUN6QyxJQUFJLENBQUMsRUFBRSxDQUFDLENBQUM7SUFDbEIsQ0FBQzs4R0FoTVEsc0JBQXNCO2tHQUF0QixzQkFBc0IsaUZDdkNuQywyeFVBa05BOzsyRkQzS2Esc0JBQXNCO2tCQU5sQyxTQUFTOytCQUNJLG9CQUFvQixtQkFHYix1QkFBdUIsQ0FBQyxNQUFNIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ2hhbmdlRGV0ZWN0aW9uU3RyYXRlZ3ksIENoYW5nZURldGVjdG9yUmVmLCBDb21wb25lbnQsIE9uRGVzdHJveSwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IEZvcm1CdWlsZGVyLCBWYWxpZGF0b3JzIH0gZnJvbSAnQGFuZ3VsYXIvZm9ybXMnO1xyXG5pbXBvcnQgeyBtYXJrZXIgYXMgXyB9IGZyb20gJ0BiaWVzYmplcmcvbmd4LXRyYW5zbGF0ZS1leHRyYWN0LW1hcmtlcic7XHJcbmltcG9ydCB7XHJcbiAgICBDSEFOTkVMX0ZSQUdNRU5ULFxyXG4gICAgQ2hhbm5lbEZyYWdtZW50LFxyXG4gICAgQ3JlYXRlQ2hhbm5lbElucHV0LFxyXG4gICAgQ3VycmVuY3lDb2RlLFxyXG4gICAgRGF0YVNlcnZpY2UsXHJcbiAgICBHZXRDaGFubmVsRGV0YWlsRG9jdW1lbnQsXHJcbiAgICBnZXRDdXN0b21GaWVsZHNEZWZhdWx0cyxcclxuICAgIEdldFNlbGxlcnNRdWVyeSxcclxuICAgIExhbmd1YWdlQ29kZSxcclxuICAgIE5vdGlmaWNhdGlvblNlcnZpY2UsXHJcbiAgICBQZXJtaXNzaW9uLFxyXG4gICAgU2VydmVyQ29uZmlnU2VydmljZSxcclxuICAgIFR5cGVkQmFzZURldGFpbENvbXBvbmVudCxcclxuICAgIFVwZGF0ZUNoYW5uZWxJbnB1dCxcclxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcclxuaW1wb3J0IHsgREVGQVVMVF9DSEFOTkVMX0NPREUgfSBmcm9tICdAdmVuZHVyZS9jb21tb24vbGliL3NoYXJlZC1jb25zdGFudHMnO1xyXG5pbXBvcnQgeyBncWwgfSBmcm9tICdhcG9sbG8tYW5ndWxhcic7XHJcbmltcG9ydCB7IE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcclxuaW1wb3J0IHsgbWFwLCBtZXJnZU1hcCwgdGFrZSB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcclxuXHJcbmV4cG9ydCBjb25zdCBHRVRfQ0hBTk5FTF9ERVRBSUwgPSBncWxgXHJcbiAgICBxdWVyeSBHZXRDaGFubmVsRGV0YWlsKCRpZDogSUQhKSB7XHJcbiAgICAgICAgY2hhbm5lbChpZDogJGlkKSB7XHJcbiAgICAgICAgICAgIC4uLkNoYW5uZWxcclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke0NIQU5ORUxfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLWNoYW5uZWwtZGV0YWlsJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9jaGFubmVsLWRldGFpbC5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9jaGFubmVsLWRldGFpbC5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBDaGFubmVsRGV0YWlsQ29tcG9uZW50XHJcbiAgICBleHRlbmRzIFR5cGVkQmFzZURldGFpbENvbXBvbmVudDx0eXBlb2YgR2V0Q2hhbm5lbERldGFpbERvY3VtZW50LCAnY2hhbm5lbCc+XHJcbiAgICBpbXBsZW1lbnRzIE9uSW5pdCwgT25EZXN0cm95XHJcbntcclxuICAgIERFRkFVTFRfQ0hBTk5FTF9DT0RFID0gREVGQVVMVF9DSEFOTkVMX0NPREU7XHJcbiAgICBjdXN0b21GaWVsZHMgPSB0aGlzLmdldEN1c3RvbUZpZWxkQ29uZmlnKCdDaGFubmVsJyk7XHJcbiAgICAvLyB6b25lcyQ6IE9ic2VydmFibGU8QXJyYXk8SXRlbU9mPEdldFpvbmVMaXN0UXVlcnksICd6b25lcyc+Pj47XHJcbiAgICBzZWxsZXJzJDogT2JzZXJ2YWJsZTxHZXRTZWxsZXJzUXVlcnlbJ3NlbGxlcnMnXVsnaXRlbXMnXT47XHJcbiAgICBkZXRhaWxGb3JtID0gdGhpcy5mb3JtQnVpbGRlci5ncm91cCh7XHJcbiAgICAgICAgY29kZTogWycnLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgICB0b2tlbjogWycnLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgICBwcmljZXNJbmNsdWRlVGF4OiBbZmFsc2VdLFxyXG4gICAgICAgIGF2YWlsYWJsZUxhbmd1YWdlQ29kZXM6IFtbXSBhcyBzdHJpbmdbXV0sXHJcbiAgICAgICAgYXZhaWxhYmxlQ3VycmVuY3lDb2RlczogW1tdIGFzIHN0cmluZ1tdXSxcclxuICAgICAgICBkZWZhdWx0Q3VycmVuY3lDb2RlOiBbJycgYXMgQ3VycmVuY3lDb2RlLCBWYWxpZGF0b3JzLnJlcXVpcmVkXSxcclxuICAgICAgICBkZWZhdWx0U2hpcHBpbmdab25lSWQ6IFsnJywgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICAgZGVmYXVsdExhbmd1YWdlQ29kZTogW3VuZGVmaW5lZCBhcyBMYW5ndWFnZUNvZGUgfCB1bmRlZmluZWQsIFZhbGlkYXRvcnMucmVxdWlyZWRdLFxyXG4gICAgICAgIGRlZmF1bHRUYXhab25lSWQ6IFsnJywgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICAgc2VsbGVySWQ6IFsnJywgVmFsaWRhdG9ycy5yZXF1aXJlZF0sXHJcbiAgICAgICAgY3VzdG9tRmllbGRzOiB0aGlzLmZvcm1CdWlsZGVyLmdyb3VwKGdldEN1c3RvbUZpZWxkc0RlZmF1bHRzKHRoaXMuY3VzdG9tRmllbGRzKSksXHJcbiAgICB9KTtcclxuXHJcbiAgICBhdmFpbGFibGVMYW5ndWFnZUNvZGVzJDogT2JzZXJ2YWJsZTxMYW5ndWFnZUNvZGVbXT47XHJcbiAgICByZWFkb25seSB1cGRhdGVQZXJtaXNzaW9uID0gW1Blcm1pc3Npb24uU3VwZXJBZG1pbiwgUGVybWlzc2lvbi5VcGRhdGVDaGFubmVsLCBQZXJtaXNzaW9uLkNyZWF0ZUNoYW5uZWxdO1xyXG5cclxuICAgIGNvbnN0cnVjdG9yKFxyXG4gICAgICAgIHByb3RlY3RlZCBzZXJ2ZXJDb25maWdTZXJ2aWNlOiBTZXJ2ZXJDb25maWdTZXJ2aWNlLFxyXG4gICAgICAgIHByaXZhdGUgY2hhbmdlRGV0ZWN0b3I6IENoYW5nZURldGVjdG9yUmVmLFxyXG4gICAgICAgIHByb3RlY3RlZCBkYXRhU2VydmljZTogRGF0YVNlcnZpY2UsXHJcbiAgICAgICAgcHJpdmF0ZSBmb3JtQnVpbGRlcjogRm9ybUJ1aWxkZXIsXHJcbiAgICAgICAgcHJpdmF0ZSBub3RpZmljYXRpb25TZXJ2aWNlOiBOb3RpZmljYXRpb25TZXJ2aWNlLFxyXG4gICAgKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgIH1cclxuXHJcbiAgICBuZ09uSW5pdCgpIHtcclxuICAgICAgICB0aGlzLmluaXQoKTtcclxuICAgICAgICAvLyB0aGlzLnpvbmVzJCA9IHRoaXMuZGF0YVNlcnZpY2Uuc2V0dGluZ3MuZ2V0Wm9uZXMoeyB0YWtlOiAxMDAgfSkubWFwU2luZ2xlKGRhdGEgPT4gZGF0YS56b25lcy5pdGVtcyk7XHJcbiAgICAgICAgLy8gVE9ETzogbWFrZSB0aGlzIGxhenktbG9hZGVkIGF1dG9jb21wbGV0ZVxyXG4gICAgICAgIHRoaXMuc2VsbGVycyQgPSB0aGlzLmRhdGFTZXJ2aWNlLnNldHRpbmdzLmdldFNlbGxlckxpc3QoKS5tYXBTaW5nbGUoZGF0YSA9PiBkYXRhLnNlbGxlcnMuaXRlbXMpO1xyXG4gICAgICAgIHRoaXMuYXZhaWxhYmxlTGFuZ3VhZ2VDb2RlcyQgPSB0aGlzLnNlcnZlckNvbmZpZ1NlcnZpY2UuZ2V0QXZhaWxhYmxlTGFuZ3VhZ2VzKCk7XHJcbiAgICB9XHJcblxyXG4gICAgbmdPbkRlc3Ryb3koKSB7XHJcbiAgICAgICAgdGhpcy5kZXN0cm95KCk7XHJcbiAgICB9XHJcblxyXG4gICAgc2F2ZUJ1dHRvbkVuYWJsZWQoKTogYm9vbGVhbiB7XHJcbiAgICAgICAgcmV0dXJuIHRoaXMuZGV0YWlsRm9ybS5kaXJ0eSAmJiB0aGlzLmRldGFpbEZvcm0udmFsaWQ7XHJcbiAgICB9XHJcblxyXG4gICAgY3JlYXRlKCkge1xyXG4gICAgICAgIGlmICghdGhpcy5kZXRhaWxGb3JtLmRpcnR5KSB7XHJcbiAgICAgICAgICAgIHJldHVybjtcclxuICAgICAgICB9XHJcbiAgICAgICAgY29uc3Qge1xyXG4gICAgICAgICAgICBjb2RlLFxyXG4gICAgICAgICAgICB0b2tlbixcclxuICAgICAgICAgICAgZGVmYXVsdExhbmd1YWdlQ29kZSxcclxuICAgICAgICAgICAgcHJpY2VzSW5jbHVkZVRheCxcclxuICAgICAgICAgICAgZGVmYXVsdEN1cnJlbmN5Q29kZSxcclxuICAgICAgICAgICAgZGVmYXVsdFNoaXBwaW5nWm9uZUlkLFxyXG4gICAgICAgICAgICBkZWZhdWx0VGF4Wm9uZUlkLFxyXG4gICAgICAgICAgICBjdXN0b21GaWVsZHMsXHJcbiAgICAgICAgICAgIHNlbGxlcklkLFxyXG4gICAgICAgIH0gPSB0aGlzLmRldGFpbEZvcm0udmFsdWU7XHJcbiAgICAgICAgaWYgKFxyXG4gICAgICAgICAgICAhY29kZSB8fFxyXG4gICAgICAgICAgICAhdG9rZW4gfHxcclxuICAgICAgICAgICAgIWRlZmF1bHRMYW5ndWFnZUNvZGUgfHxcclxuICAgICAgICAgICAgIWRlZmF1bHRDdXJyZW5jeUNvZGUgfHxcclxuICAgICAgICAgICAgIWRlZmF1bHRTaGlwcGluZ1pvbmVJZCB8fFxyXG4gICAgICAgICAgICAhZGVmYXVsdFRheFpvbmVJZFxyXG4gICAgICAgICkge1xyXG4gICAgICAgICAgICByZXR1cm47XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGNvbnN0IGlucHV0OiBDcmVhdGVDaGFubmVsSW5wdXQgPSB7XHJcbiAgICAgICAgICAgIGNvZGUsXHJcbiAgICAgICAgICAgIHRva2VuLFxyXG4gICAgICAgICAgICBkZWZhdWx0TGFuZ3VhZ2VDb2RlLFxyXG4gICAgICAgICAgICBwcmljZXNJbmNsdWRlVGF4OiAhIXByaWNlc0luY2x1ZGVUYXgsXHJcbiAgICAgICAgICAgIGRlZmF1bHRDdXJyZW5jeUNvZGUsXHJcbiAgICAgICAgICAgIGRlZmF1bHRTaGlwcGluZ1pvbmVJZCxcclxuICAgICAgICAgICAgZGVmYXVsdFRheFpvbmVJZCxcclxuICAgICAgICAgICAgY3VzdG9tRmllbGRzLFxyXG4gICAgICAgICAgICBzZWxsZXJJZCxcclxuICAgICAgICB9O1xyXG4gICAgICAgIHRoaXMuZGF0YVNlcnZpY2Uuc2V0dGluZ3NcclxuICAgICAgICAgICAgLmNyZWF0ZUNoYW5uZWwoaW5wdXQpXHJcbiAgICAgICAgICAgIC5waXBlKFxyXG4gICAgICAgICAgICAgICAgbWVyZ2VNYXAoKHsgY3JlYXRlQ2hhbm5lbCB9KSA9PlxyXG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZGF0YVNlcnZpY2UuYXV0aC5jdXJyZW50VXNlcigpLnNpbmdsZSQucGlwZShcclxuICAgICAgICAgICAgICAgICAgICAgICAgbWFwKCh7IG1lIH0pID0+ICh7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBtZSxcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNyZWF0ZUNoYW5uZWwsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIH0pKSxcclxuICAgICAgICAgICAgICAgICAgICApLFxyXG4gICAgICAgICAgICAgICAgKSxcclxuICAgICAgICAgICAgICAgIG1lcmdlTWFwKCh7IG1lLCBjcmVhdGVDaGFubmVsIH0pID0+XHJcbiAgICAgICAgICAgICAgICAgICAgLy8gZXNsaW50LWRpc2FibGUtbmV4dC1saW5lIEB0eXBlc2NyaXB0LWVzbGludC9uby1ub24tbnVsbC1hc3NlcnRpb25cclxuICAgICAgICAgICAgICAgICAgICB0aGlzLmRhdGFTZXJ2aWNlLmNsaWVudC51cGRhdGVVc2VyQ2hhbm5lbHMobWUhLmNoYW5uZWxzKS5waXBlKG1hcCgoKSA9PiBjcmVhdGVDaGFubmVsKSksXHJcbiAgICAgICAgICAgICAgICApLFxyXG4gICAgICAgICAgICApXHJcbiAgICAgICAgICAgIC5zdWJzY3JpYmUoZGF0YSA9PiB7XHJcbiAgICAgICAgICAgICAgICBzd2l0Y2ggKGRhdGEuX190eXBlbmFtZSkge1xyXG4gICAgICAgICAgICAgICAgICAgIGNhc2UgJ0NoYW5uZWwnOlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLm5vdGlmaWNhdGlvblNlcnZpY2Uuc3VjY2VzcyhfKCdjb21tb24ubm90aWZ5LWNyZWF0ZS1zdWNjZXNzJyksIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGVudGl0eTogJ0NoYW5uZWwnLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICB9KTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5kZXRhaWxGb3JtLm1hcmtBc1ByaXN0aW5lKCk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuY2hhbmdlRGV0ZWN0b3IubWFya0ZvckNoZWNrKCk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMucm91dGVyLm5hdmlnYXRlKFsnLi4vJywgZGF0YS5pZF0sIHsgcmVsYXRpdmVUbzogdGhpcy5yb3V0ZSB9KTtcclxuICAgICAgICAgICAgICAgICAgICAgICAgYnJlYWs7XHJcbiAgICAgICAgICAgICAgICAgICAgY2FzZSAnTGFuZ3VhZ2VOb3RBdmFpbGFibGVFcnJvcic6XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMubm90aWZpY2F0aW9uU2VydmljZS5lcnJvcihkYXRhLm1lc3NhZ2UpO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgc2F2ZSgpIHtcclxuICAgICAgICBpZiAoIXRoaXMuZGV0YWlsRm9ybS5kaXJ0eSkge1xyXG4gICAgICAgICAgICByZXR1cm47XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGNvbnN0IGZvcm1WYWx1ZSA9IHRoaXMuZGV0YWlsRm9ybS52YWx1ZTtcclxuICAgICAgICB0aGlzLmVudGl0eSRcclxuICAgICAgICAgICAgLnBpcGUoXHJcbiAgICAgICAgICAgICAgICB0YWtlKDEpLFxyXG4gICAgICAgICAgICAgICAgbWVyZ2VNYXAoY2hhbm5lbCA9PiB7XHJcbiAgICAgICAgICAgICAgICAgICAgY29uc3QgaW5wdXQgPSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGlkOiBjaGFubmVsLmlkLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjb2RlOiBmb3JtVmFsdWUuY29kZSxcclxuICAgICAgICAgICAgICAgICAgICAgICAgdG9rZW46IGZvcm1WYWx1ZS50b2tlbixcclxuICAgICAgICAgICAgICAgICAgICAgICAgcHJpY2VzSW5jbHVkZVRheDogZm9ybVZhbHVlLnByaWNlc0luY2x1ZGVUYXgsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGF2YWlsYWJsZUxhbmd1YWdlQ29kZXM6IGZvcm1WYWx1ZS5hdmFpbGFibGVMYW5ndWFnZUNvZGVzLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBhdmFpbGFibGVDdXJyZW5jeUNvZGVzOiBmb3JtVmFsdWUuYXZhaWxhYmxlQ3VycmVuY3lDb2RlcyxcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGVmYXVsdEN1cnJlbmN5Q29kZTogZm9ybVZhbHVlLmRlZmF1bHRDdXJyZW5jeUNvZGUsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGRlZmF1bHRTaGlwcGluZ1pvbmVJZDogZm9ybVZhbHVlLmRlZmF1bHRTaGlwcGluZ1pvbmVJZCxcclxuICAgICAgICAgICAgICAgICAgICAgICAgZGVmYXVsdExhbmd1YWdlQ29kZTogZm9ybVZhbHVlLmRlZmF1bHRMYW5ndWFnZUNvZGUsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGRlZmF1bHRUYXhab25lSWQ6IGZvcm1WYWx1ZS5kZWZhdWx0VGF4Wm9uZUlkLFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjdXN0b21GaWVsZHM6IGZvcm1WYWx1ZS5jdXN0b21GaWVsZHMsXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHNlbGxlcklkOiBmb3JtVmFsdWUuc2VsbGVySWQsXHJcbiAgICAgICAgICAgICAgICAgICAgfSBhcyBVcGRhdGVDaGFubmVsSW5wdXQ7XHJcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuIHRoaXMuZGF0YVNlcnZpY2Uuc2V0dGluZ3MudXBkYXRlQ2hhbm5lbChpbnB1dCk7XHJcbiAgICAgICAgICAgICAgICB9KSxcclxuICAgICAgICAgICAgKVxyXG4gICAgICAgICAgICAuc3Vic2NyaWJlKCh7IHVwZGF0ZUNoYW5uZWwgfSkgPT4ge1xyXG4gICAgICAgICAgICAgICAgc3dpdGNoICh1cGRhdGVDaGFubmVsLl9fdHlwZW5hbWUpIHtcclxuICAgICAgICAgICAgICAgICAgICBjYXNlICdDaGFubmVsJzpcclxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5ub3RpZmljYXRpb25TZXJ2aWNlLnN1Y2Nlc3MoXygnY29tbW9uLm5vdGlmeS11cGRhdGUtc3VjY2VzcycpLCB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBlbnRpdHk6ICdDaGFubmVsJyxcclxuICAgICAgICAgICAgICAgICAgICAgICAgfSk7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHRoaXMuZGV0YWlsRm9ybS5tYXJrQXNQcmlzdGluZSgpO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB0aGlzLmNoYW5nZURldGVjdG9yLm1hcmtGb3JDaGVjaygpO1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBicmVhaztcclxuICAgICAgICAgICAgICAgICAgICBjYXNlICdMYW5ndWFnZU5vdEF2YWlsYWJsZUVycm9yJzpcclxuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5ub3RpZmljYXRpb25TZXJ2aWNlLmVycm9yKHVwZGF0ZUNoYW5uZWwubWVzc2FnZSk7XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH0pO1xyXG4gICAgfVxyXG5cclxuICAgIC8qKlxyXG4gICAgICogVXBkYXRlIHRoZSBmb3JtIHZhbHVlcyB3aGVuIHRoZSBlbnRpdHkgY2hhbmdlcy5cclxuICAgICAqL1xyXG4gICAgcHJvdGVjdGVkIHNldEZvcm1WYWx1ZXMoZW50aXR5OiBDaGFubmVsRnJhZ21lbnQsIGxhbmd1YWdlQ29kZTogTGFuZ3VhZ2VDb2RlKTogdm9pZCB7XHJcbiAgICAgICAgdGhpcy5kZXRhaWxGb3JtLnBhdGNoVmFsdWUoe1xyXG4gICAgICAgICAgICBjb2RlOiBlbnRpdHkuY29kZSxcclxuICAgICAgICAgICAgdG9rZW46IGVudGl0eS50b2tlbiB8fCB0aGlzLmdlbmVyYXRlVG9rZW4oKSxcclxuICAgICAgICAgICAgcHJpY2VzSW5jbHVkZVRheDogZW50aXR5LnByaWNlc0luY2x1ZGVUYXgsXHJcbiAgICAgICAgICAgIGF2YWlsYWJsZUxhbmd1YWdlQ29kZXM6IGVudGl0eS5hdmFpbGFibGVMYW5ndWFnZUNvZGVzLFxyXG4gICAgICAgICAgICBhdmFpbGFibGVDdXJyZW5jeUNvZGVzOiBlbnRpdHkuYXZhaWxhYmxlQ3VycmVuY3lDb2RlcyxcclxuICAgICAgICAgICAgZGVmYXVsdEN1cnJlbmN5Q29kZTogZW50aXR5LmRlZmF1bHRDdXJyZW5jeUNvZGUsXHJcbiAgICAgICAgICAgIGRlZmF1bHRTaGlwcGluZ1pvbmVJZDogZW50aXR5LmRlZmF1bHRTaGlwcGluZ1pvbmU/LmlkID8/ICcnLFxyXG4gICAgICAgICAgICBkZWZhdWx0TGFuZ3VhZ2VDb2RlOiBlbnRpdHkuZGVmYXVsdExhbmd1YWdlQ29kZSxcclxuICAgICAgICAgICAgZGVmYXVsdFRheFpvbmVJZDogZW50aXR5LmRlZmF1bHRUYXhab25lPy5pZCA/PyAnJyxcclxuICAgICAgICAgICAgc2VsbGVySWQ6IGVudGl0eS5zZWxsZXI/LmlkID8/ICcnLFxyXG4gICAgICAgIH0pO1xyXG4gICAgICAgIGlmICh0aGlzLmN1c3RvbUZpZWxkcy5sZW5ndGgpIHtcclxuICAgICAgICAgICAgdGhpcy5zZXRDdXN0b21GaWVsZEZvcm1WYWx1ZXModGhpcy5jdXN0b21GaWVsZHMsIHRoaXMuZGV0YWlsRm9ybS5nZXQoWydjdXN0b21GaWVsZHMnXSksIGVudGl0eSk7XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGlmIChlbnRpdHkuY29kZSA9PT0gREVGQVVMVF9DSEFOTkVMX0NPREUpIHtcclxuICAgICAgICAgICAgY29uc3QgY29kZUNvbnRyb2wgPSB0aGlzLmRldGFpbEZvcm0uZ2V0KCdjb2RlJyk7XHJcbiAgICAgICAgICAgIGlmIChjb2RlQ29udHJvbCkge1xyXG4gICAgICAgICAgICAgICAgY29kZUNvbnRyb2wuZGlzYWJsZSgpO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5cclxuICAgIHByaXZhdGUgZ2VuZXJhdGVUb2tlbigpOiBzdHJpbmcge1xyXG4gICAgICAgIHJldHVybiBBcnJheS5mcm9tKGNyeXB0by5nZXRSYW5kb21WYWx1ZXMobmV3IFVpbnQ4QXJyYXkoMTApKSlcclxuICAgICAgICAgICAgLm1hcChiID0+IGIudG9TdHJpbmcoMTYpLnBhZFN0YXJ0KDIsICcwJykpXHJcbiAgICAgICAgICAgIC5qb2luKCcnKTtcclxuICAgIH1cclxufVxyXG4iLCI8dmRyLXBhZ2UtYmxvY2s+XHJcbiAgICA8dmRyLWFjdGlvbi1iYXI+XHJcbiAgICAgICAgPHZkci1hYi1sZWZ0PjwvdmRyLWFiLWxlZnQ+XHJcblxyXG4gICAgICAgIDx2ZHItYWItcmlnaHQ+XHJcbiAgICAgICAgICAgIDx2ZHItYWN0aW9uLWJhci1pdGVtcyBsb2NhdGlvbklkPVwiY2hhbm5lbC1kZXRhaWxcIiAvPlxyXG4gICAgICAgICAgICA8YnV0dG9uXHJcbiAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tcHJpbWFyeVwiXHJcbiAgICAgICAgICAgICAgICAqbmdJZj1cImlzTmV3JCB8IGFzeW5jOyBlbHNlIHVwZGF0ZUJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAoY2xpY2spPVwiY3JlYXRlKClcIlxyXG4gICAgICAgICAgICAgICAgW2Rpc2FibGVkXT1cIiFzYXZlQnV0dG9uRW5hYmxlZCgpXCJcclxuICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAge3sgJ2NvbW1vbi5jcmVhdGUnIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICA8bmctdGVtcGxhdGUgI3VwZGF0ZUJ1dHRvbj5cclxuICAgICAgICAgICAgICAgIDxidXR0b25cclxuICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ0biBidG4tcHJpbWFyeVwiXHJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cInNhdmUoKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgKnZkcklmUGVybWlzc2lvbnM9XCJbJ1N1cGVyQWRtaW4nLCAnVXBkYXRlQ2hhbm5lbCddXCJcclxuICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiIXNhdmVCdXR0b25FbmFibGVkKClcIlxyXG4gICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdjb21tb24udXBkYXRlJyB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICAgICAgPC9idXR0b24+XHJcbiAgICAgICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICAgICAgICAgIDx2ZHItYWN0aW9uLWJhci1kcm9wZG93bi1tZW51IGxvY2F0aW9uSWQ9XCJjaGFubmVsLWRldGFpbFwiIC8+XHJcbiAgICAgICAgPC92ZHItYWItcmlnaHQ+XHJcbiAgICA8L3Zkci1hY3Rpb24tYmFyPlxyXG48L3Zkci1wYWdlLWJsb2NrPlxyXG5cclxuPGZvcm0gY2xhc3M9XCJmb3JtXCIgW2Zvcm1Hcm91cF09XCJkZXRhaWxGb3JtXCI+XHJcbiAgICA8dmRyLXBhZ2UtZGV0YWlsLWxheW91dD5cclxuICAgICAgICA8dmRyLXBhZ2UtZGV0YWlsLXNpZGViYXI+XHJcbiAgICAgICAgICAgIDx2ZHItY2FyZCAqbmdJZj1cImVudGl0eSQgfCBhc3luYyBhcyBlbnRpdHlcIj5cclxuICAgICAgICAgICAgICAgIDx2ZHItcGFnZS1lbnRpdHktaW5mbyBbZW50aXR5XT1cImVudGl0eVwiIC8+XHJcbiAgICAgICAgICAgIDwvdmRyLWNhcmQ+XHJcbiAgICAgICAgPC92ZHItcGFnZS1kZXRhaWwtc2lkZWJhcj5cclxuICAgICAgICA8dmRyLXBhZ2UtYmxvY2s+XHJcbiAgICAgICAgICAgIDx2ZHItY2FyZD5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJmb3JtLWdyaWRcIj5cclxuICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0tZmllbGRcclxuICAgICAgICAgICAgICAgICAgICAgICAgY2xhc3M9XCJmb3JtLWdyaWQtc3BhblwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiZW50aXR5Py5jb2RlICE9PSBERUZBVUxUX0NIQU5ORUxfQ09ERVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFtsYWJlbF09XCInY29tbW9uLmNvZGUnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZm9yPVwiY29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwiY29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbcmVhZG9ubHldPVwiISh1cGRhdGVQZXJtaXNzaW9uIHwgaGFzUGVybWlzc2lvbilcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiY29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0taXRlbVxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImZvcm0tZ3JpZC1zcGFuXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJlbnRpdHk/LmNvZGUgPT09IERFRkFVTFRfQ0hBTk5FTF9DT0RFXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2xhYmVsXT1cIidjb21tb24uY29kZScgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAge3sgZW50aXR5Py5jb2RlIHwgY2hhbm5lbENvZGVUb0xhYmVsIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1pdGVtPlxyXG4gICAgICAgICAgICAgICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ3NldHRpbmdzLmNoYW5uZWwtdG9rZW4nIHwgdHJhbnNsYXRlXCIgZm9yPVwidG9rZW5cIj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBpZD1cInRva2VuXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHR5cGU9XCJ0ZXh0XCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtyZWFkb25seV09XCIhKHVwZGF0ZVBlcm1pc3Npb24gfCBoYXNQZXJtaXNzaW9uKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJ0b2tlblwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPHZkci1mb3JtLWZpZWxkIFtsYWJlbF09XCInY29tbW9uLnNlbGxlcicgfCB0cmFuc2xhdGVcIiBmb3I9XCJzZWxsZXJJZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c2VsZWN0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwic2VsbGVySWRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwic2VsbGVySWRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW3ZkckRpc2FibGVkXT1cIiEodXBkYXRlUGVybWlzc2lvbiB8IGhhc1Blcm1pc3Npb24pXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPG9wdGlvbiBzZWxlY3RlZCB2YWx1ZSBzdHlsZT1cImRpc3BsYXk6IG5vbmVcIj48L29wdGlvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxvcHRpb24gKm5nRm9yPVwibGV0IHNlbGxlciBvZiBzZWxsZXJzJCB8IGFzeW5jXCIgW3ZhbHVlXT1cInNlbGxlci5pZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IHNlbGxlci5uYW1lIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L29wdGlvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zZWxlY3Q+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0tZmllbGRcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2xhYmVsXT1cIidjb21tb24uYXZhaWxhYmxlLWxhbmd1YWdlcycgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3I9XCJhdmFpbGFibGVMYW5ndWFnZUNvZGVzXCJcclxuICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDx2ZHItbGFuZ3VhZ2UtY29kZS1zZWxlY3RvclxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiYXZhaWxhYmxlTGFuZ3VhZ2VDb2Rlc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGFuZ3VhZ2VDb2Rlc109XCJhdmFpbGFibGVMYW5ndWFnZUNvZGVzJCB8IGFzeW5jXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgPjwvdmRyLWxhbmd1YWdlLWNvZGUtc2VsZWN0b3I+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0tZmllbGRcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2xhYmVsXT1cIidjb21tb24uYXZhaWxhYmxlLWN1cnJlbmNpZXMnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgZm9yPVwiYXZhaWxhYmxlQ3VycmVuY3lDb2Rlc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dmRyLWN1cnJlbmN5LWNvZGUtc2VsZWN0b3JcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImF2YWlsYWJsZUN1cnJlbmN5Q29kZXNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA+PC92ZHItY3VycmVuY3ktY29kZS1zZWxlY3Rvcj5cclxuICAgICAgICAgICAgICAgICAgICA8L3Zkci1mb3JtLWZpZWxkPlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvdmRyLWNhcmQ+XHJcbiAgICAgICAgICAgIDx2ZHItY2FyZCBbdGl0bGVdPVwiJ3NldHRpbmdzLmRlZmF1bHRzJyB8IHRyYW5zbGF0ZVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImZvcm0tZ3JpZFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDx2ZHItZm9ybS1maWVsZCBbbGFiZWxdPVwiJ2NvbW1vbi5kZWZhdWx0LWxhbmd1YWdlJyB8IHRyYW5zbGF0ZVwiIGZvcj1cImRlZmF1bHRMYW5ndWFnZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c2VsZWN0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwiZGVmYXVsdExhbmd1YWdlQ29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkZWZhdWx0TGFuZ3VhZ2VDb2RlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt2ZHJEaXNhYmxlZF09XCIhKHVwZGF0ZVBlcm1pc3Npb24gfCBoYXNQZXJtaXNzaW9uKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxvcHRpb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgbGFuZ3VhZ2VDb2RlIG9mIGRldGFpbEZvcm0udmFsdWUuYXZhaWxhYmxlTGFuZ3VhZ2VDb2Rlc1wiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3ZhbHVlXT1cImxhbmd1YWdlQ29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAge3sgbGFuZ3VhZ2VDb2RlIHwgbG9jYWxlTGFuZ3VhZ2VOYW1lIH19ICh7eyBsYW5ndWFnZUNvZGUgfCB1cHBlcmNhc2UgfX0pXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L29wdGlvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zZWxlY3Q+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0tZmllbGQgW2xhYmVsXT1cIidzZXR0aW5ncy5kZWZhdWx0LWN1cnJlbmN5JyB8IHRyYW5zbGF0ZVwiIGZvcj1cImRlZmF1bHRDdXJyZW5jeVwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8c2VsZWN0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwiZGVmYXVsdEN1cnJlbmN5Q29kZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBmb3JtQ29udHJvbE5hbWU9XCJkZWZhdWx0Q3VycmVuY3lDb2RlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt2ZHJEaXNhYmxlZF09XCIhKHVwZGF0ZVBlcm1pc3Npb24gfCBoYXNQZXJtaXNzaW9uKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxvcHRpb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAqbmdGb3I9XCJsZXQgY29kZSBvZiBkZXRhaWxGb3JtLnZhbHVlLmF2YWlsYWJsZUN1cnJlbmN5Q29kZXNcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt2YWx1ZV09XCJjb2RlXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB7eyBjb2RlIHwgbG9jYWxlQ3VycmVuY3lOYW1lIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L29wdGlvbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC9zZWxlY3Q+XHJcbiAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICA8ZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8dmRyLWZvcm0tZmllbGRcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIFtsYWJlbF09XCInc2V0dGluZ3MuZGVmYXVsdC10YXgtem9uZScgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9yPVwiZGVmYXVsdFRheFpvbmVJZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDx2ZHItem9uZS1zZWxlY3RvclxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGZvcm1Db250cm9sTmFtZT1cImRlZmF1bHRUYXhab25lSWRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIFt2ZHJEaXNhYmxlZF09XCIhKHVwZGF0ZVBlcm1pc3Npb24gfCBoYXNQZXJtaXNzaW9uKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA+PC92ZHItem9uZS1zZWxlY3Rvcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPC92ZHItZm9ybS1maWVsZD5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGNsci1hbGVydFxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgKm5nSWY9XCJkZXRhaWxGb3JtLnZhbHVlLmNvZGUgJiYgIWRldGFpbEZvcm0udmFsdWUuZGVmYXVsdFRheFpvbmVJZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbHJBbGVydFR5cGU9XCJkYW5nZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsckFsZXJ0Q2xvc2FibGVdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhbGVydC10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlcnJvci5uby1kZWZhdWx0LXRheC16b25lLXNldCcgfCB0cmFuc2xhdGUgfX1cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L2Nsci1hbGVydC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Nsci1hbGVydD5cclxuICAgICAgICAgICAgICAgICAgICA8L2Rpdj5cclxuXHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPHZkci1mb3JtLWZpZWxkXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbbGFiZWxdPVwiJ3NldHRpbmdzLmRlZmF1bHQtc2hpcHBpbmctem9uZScgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9yPVwiZGVmYXVsdFNoaXBwaW5nWm9uZUlkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPHZkci16b25lLXNlbGVjdG9yXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cImRlZmF1bHRTaGlwcGluZ1pvbmVJZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwiZGVmYXVsdFNoaXBwaW5nWm9uZUlkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBbdmRyRGlzYWJsZWRdPVwiISh1cGRhdGVQZXJtaXNzaW9uIHwgaGFzUGVybWlzc2lvbilcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPjwvdmRyLXpvbmUtc2VsZWN0b3I+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxjbHItYWxlcnRcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICpuZ0lmPVwiZGV0YWlsRm9ybS52YWx1ZS5jb2RlICYmICFkZXRhaWxGb3JtLnZhbHVlLmRlZmF1bHRTaGlwcGluZ1pvbmVJZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbHJBbGVydFR5cGU9XCJkYW5nZXJcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgW2NsckFsZXJ0Q2xvc2FibGVdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8Y2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHNwYW4gY2xhc3M9XCJhbGVydC10ZXh0XCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdlcnJvci5uby1kZWZhdWx0LXNoaXBwaW5nLXpvbmUtc2V0JyB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvc3Bhbj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvY2xyLWFsZXJ0LWl0ZW0+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvY2xyLWFsZXJ0PlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgICAgIDx2ZHItZm9ybS1maWVsZFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbbGFiZWxdPVwiJ3NldHRpbmdzLnByaWNlcy1pbmNsdWRlLXRheCcgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBmb3I9XCJwcmljZXNJbmNsdWRlVGF4XCJcclxuICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxjbHItdG9nZ2xlLXdyYXBwZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXRcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwiY2hlY2tib3hcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGNsclRvZ2dsZVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwicHJpY2VzSW5jbHVkZVRheFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgZm9ybUNvbnRyb2xOYW1lPVwicHJpY2VzSW5jbHVkZVRheFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgW3ZkckRpc2FibGVkXT1cIiEodXBkYXRlUGVybWlzc2lvbiB8IGhhc1Blcm1pc3Npb24pXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvY2xyLXRvZ2dsZS13cmFwcGVyPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvdmRyLWZvcm0tZmllbGQ+XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPC92ZHItY2FyZD5cclxuICAgICAgICAgICAgPHZkci1jYXJkXHJcbiAgICAgICAgICAgICAgICBmb3JtR3JvdXBOYW1lPVwiY3VzdG9tRmllbGRzXCJcclxuICAgICAgICAgICAgICAgICpuZ0lmPVwiY3VzdG9tRmllbGRzLmxlbmd0aFwiXHJcbiAgICAgICAgICAgICAgICBbdGl0bGVdPVwiJ2NvbW1vbi5jdXN0b20tZmllbGRzJyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgIDx2ZHItdGFiYmVkLWN1c3RvbS1maWVsZHNcclxuICAgICAgICAgICAgICAgICAgICBlbnRpdHlOYW1lPVwiQ2hhbm5lbFwiXHJcbiAgICAgICAgICAgICAgICAgICAgW2N1c3RvbUZpZWxkc109XCJjdXN0b21GaWVsZHNcIlxyXG4gICAgICAgICAgICAgICAgICAgIFtjdXN0b21GaWVsZHNGb3JtR3JvdXBdPVwiZGV0YWlsRm9ybS5nZXQoJ2N1c3RvbUZpZWxkcycpXCJcclxuICAgICAgICAgICAgICAgID48L3Zkci10YWJiZWQtY3VzdG9tLWZpZWxkcz5cclxuICAgICAgICAgICAgPC92ZHItY2FyZD5cclxuICAgICAgICAgICAgPHZkci1jdXN0b20tZGV0YWlsLWNvbXBvbmVudC1ob3N0XHJcbiAgICAgICAgICAgICAgICBsb2NhdGlvbklkPVwiY2hhbm5lbC1kZXRhaWxcIlxyXG4gICAgICAgICAgICAgICAgW2VudGl0eSRdPVwiZW50aXR5JFwiXHJcbiAgICAgICAgICAgICAgICBbZGV0YWlsRm9ybV09XCJkZXRhaWxGb3JtXCJcclxuICAgICAgICAgICAgPjwvdmRyLWN1c3RvbS1kZXRhaWwtY29tcG9uZW50LWhvc3Q+XHJcbiAgICAgICAgPC92ZHItcGFnZS1ibG9jaz5cclxuICAgIDwvdmRyLXBhZ2UtZGV0YWlsLWxheW91dD5cclxuPC9mb3JtPlxyXG4iXX0=
|
|
@@ -485,7 +485,7 @@ class CreateProductVariantDialogComponent {
|
|
|
485
485
|
this.form = this.formBuilder.group({
|
|
486
486
|
name: ['', Validators.required],
|
|
487
487
|
sku: ['', Validators.required],
|
|
488
|
-
price: [''
|
|
488
|
+
price: [''],
|
|
489
489
|
options: this.formBuilder.record({}),
|
|
490
490
|
});
|
|
491
491
|
}
|