@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
|
@@ -88,10 +88,10 @@ export class LoginComponent {
|
|
|
88
88
|
return redirectTo;
|
|
89
89
|
}
|
|
90
90
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: LoginComponent, deps: [{ token: i1.AuthService }, { token: i2.Router }, { token: i3.HttpClient }, { token: i1.LocalizationService }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
91
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: LoginComponent, selector: "vdr-login", ngImport: i0, template: "<div class=\"login-wrapper\" [dir]=\"direction$ | async\">\r\n <div class=\"login-wrapper-inner\">\r\n <div class=\"login-wrapper-image\">\r\n <div class=\"login-wrapper-image-content\">\r\n <div class=\"login-wrapper-image-title\">\r\n {{ 'common.login-image-title' | translate }}\r\n </div>\r\n <div class=\"login-wrapper-image-copyright\">\r\n <p *ngIf=\"imageCreator\" class=\"creator\">\r\n Photo by <a [href]=\"imageCreatorUrl\" target=\"_blank\">{{ imageCreator }}</a> on\r\n <a [href]=\"imageUnsplashUrl\" target=\"_blank\">Unsplash</a>\r\n </p>\r\n <p *ngIf=\"imageLocation\" class=\"location\">{{ imageLocation }}</p>\r\n </div>\r\n </div>\r\n <img *ngIf=\"imageUrl\" [src]=\"imageUrl\" [alt]=\"imageUrl\" />\r\n </div>\r\n <div class=\"login-wrapper-form\">\r\n <p class=\"login-title\">\r\n {{ 'common.login-title' | translate : { brand: hideVendureBranding ? brand : 'Vendure' } }}\r\n </p>\r\n <form class=\"login-form\">\r\n <div class=\"login-group\">\r\n <input\r\n class=\"username\"\r\n type=\"text\"\r\n name=\"username\"\r\n id=\"login_username\"\r\n [(ngModel)]=\"username\"\r\n [placeholder]=\"'common.username' | translate\"\r\n />\r\n <input\r\n class=\"password\"\r\n name=\"password\"\r\n type=\"password\"\r\n id=\"login_password\"\r\n [(ngModel)]=\"password\"\r\n [placeholder]=\"'common.password' | translate\"\r\n />\r\n <clr-alert\r\n [clrAlertType]=\"'danger'\"\r\n [clrAlertClosable]=\"false\"\r\n [class.visible]=\"errorMessage\"\r\n class=\"login-error\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ errorMessage }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n <clr-checkbox-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n id=\"rememberme\"\r\n name=\"rememberme\"\r\n [(ngModel)]=\"rememberMe\"\r\n />\r\n <label>{{ 'common.remember-me' | translate }}</label>\r\n </clr-checkbox-wrapper>\r\n <div>\r\n <button\r\n type=\"submit\"\r\n class=\"button primary login-button\"\r\n (click)=\"logIn()\"\r\n [disabled]=\"!username || !password\"\r\n >\r\n {{ 'common.login' | translate }}\r\n </button>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n <img class=\"login-wrapper-logo\" src=\"assets/logo-login.webp\" *ngIf=\"!hideVendureBranding\" />\r\n </div>\r\n</div>\r\n", styles: [".login-wrapper{background:var(--color-weight-100);background-image:none;height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-wrapper .login-wrapper-inner{background:var(--login-wrapper-inner-bg);width:1120px;height:590px;display:flex;justify-content:flex-start;align-items:stretch;position:relative;border-radius:var(--border-radius);border:1px solid var(--color-weight-150);overflow:hidden}@media (max-width: 992px){.login-wrapper .login-wrapper-inner{flex-direction:column;height:auto;width:100%}}.login-wrapper .login-wrapper-inner .login-wrapper-image{height:100%;flex-grow:1;position:relative}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image{height:300px}}.login-wrapper .login-wrapper-inner .login-wrapper-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:10;background:#020024;background:linear-gradient(180deg,#02002400,#000000bf);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:30px}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.2rem}}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright{opacity:.8}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright p{font-size:.6rem;color:#fff;margin:0!important}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright a{color:#fff;text-decoration:underline}.login-wrapper .login-wrapper-inner .login-wrapper-form{height:100%;width:400px;padding:40px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-shadow:0 20px 25px #0000001a;overflow:hidden;flex-shrink:0}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-form{height:auto;width:100%;padding:20px}}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-title{font-weight:700;font-size:1.2rem;margin-bottom:20px;color:var(--color-weight-600)}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.username,.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.password{display:block;width:100%;margin-bottom:15px;padding:12px 16px!important;background:#fff;font-size:14px;line-height:22px;color:#52667a;outline:none;-webkit-appearance:none}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group .btn{width:100%!important;margin-top:20px!important}.login-wrapper .login-wrapper-inner .login-wrapper-logo{width:60px;height:auto;position:absolute;right:20px;top:20px}.login-button{width:100%;margin-top:var(--space-unit);justify-content:center}.version{flex:1;flex-grow:1;display:flex;align-items:flex-end;justify-content:center;color:var(--color-grey-300)}.version span+span{margin-inline-start:5px}.login-error{max-height:0;overflow:hidden}.login-error.visible{max-height:46px;transition:max-height .2s;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation-delay:.2s;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-logo{right:auto;left:20px}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{left:auto;right:0}\n"], dependencies: [{ kind: "component", type: i4.ClrAlert, selector: "clr-alert", inputs: ["clrAlertSizeSmall", "clrAlertClosable", "clrAlertAppLevel", "clrCloseButtonAriaLabel", "clrAlertLightweight", "clrAlertType", "clrAlertIcon", "clrAlertClosed"], outputs: ["clrAlertClosedChange"] }, { kind: "component", type: i4.ClrAlertItem, selector: "clr-alert-item" }, { kind: "directive", type: i4.ClrAlertText, selector: ".alert-text" }, { kind: "directive", type: i4.ClrLabel, selector: "label", inputs: ["for"] }, { kind: "directive", type: i4.ClrCheckbox, selector: "[clrCheckbox],[clrToggle]" }, { kind: "component", type: i4.ClrCheckboxWrapper, selector: "clr-checkbox-wrapper,clr-toggle-wrapper" }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i6.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: i6.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i6.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i7.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "directive", type: i1.FormFieldControlDirective, selector: "input, textarea, select, vdr-currency-input" }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] }); }
|
|
91
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: LoginComponent, selector: "vdr-login", ngImport: i0, template: "<div class=\"login-wrapper\" [dir]=\"direction$ | async\">\r\n <div class=\"login-wrapper-inner\">\r\n <div class=\"login-wrapper-image\">\r\n <div class=\"login-wrapper-image-content\">\r\n <div class=\"login-wrapper-image-title\">\r\n {{ 'common.login-image-title' | translate }}\r\n </div>\r\n <div class=\"login-wrapper-image-copyright\">\r\n <p *ngIf=\"imageCreator\" class=\"creator\">\r\n Photo by <a [href]=\"imageCreatorUrl\" target=\"_blank\">{{ imageCreator }}</a> on\r\n <a [href]=\"imageUnsplashUrl\" target=\"_blank\">Unsplash</a>\r\n </p>\r\n <p *ngIf=\"imageLocation\" class=\"location\">{{ imageLocation }}</p>\r\n </div>\r\n </div>\r\n <img *ngIf=\"imageUrl\" [src]=\"imageUrl\" [alt]=\"imageUrl\" />\r\n </div>\r\n <div class=\"login-wrapper-form\">\r\n <p class=\"login-title\">\r\n {{ 'common.login-title' | translate : { brand: hideVendureBranding ? brand : 'Vendure' } }}\r\n </p>\r\n <form class=\"login-form\">\r\n <div class=\"login-group\">\r\n <input\r\n class=\"username\"\r\n type=\"text\"\r\n name=\"username\"\r\n id=\"login_username\"\r\n [(ngModel)]=\"username\"\r\n [placeholder]=\"'common.username' | translate\"\r\n />\r\n <input\r\n class=\"password\"\r\n name=\"password\"\r\n type=\"password\"\r\n id=\"login_password\"\r\n [(ngModel)]=\"password\"\r\n [placeholder]=\"'common.password' | translate\"\r\n />\r\n <clr-alert\r\n [clrAlertType]=\"'danger'\"\r\n [clrAlertClosable]=\"false\"\r\n [class.visible]=\"errorMessage\"\r\n class=\"login-error\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ errorMessage }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n <clr-checkbox-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n id=\"rememberme\"\r\n name=\"rememberme\"\r\n [(ngModel)]=\"rememberMe\"\r\n />\r\n <label>{{ 'common.remember-me' | translate }}</label>\r\n </clr-checkbox-wrapper>\r\n <div>\r\n <button\r\n type=\"submit\"\r\n class=\"button primary login-button\"\r\n (click)=\"logIn()\"\r\n [disabled]=\"!username || !password\"\r\n >\r\n {{ 'common.login' | translate }}\r\n </button>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n <img class=\"login-wrapper-logo\" src=\"assets/logo-login.webp\" *ngIf=\"!hideVendureBranding\" />\r\n </div>\r\n</div>\r\n", styles: [".login-wrapper{background:var(--color-weight-100);background-image:none;height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-wrapper .login-wrapper-inner{background:var(--login-wrapper-inner-bg);width:1120px;height:590px;display:flex;justify-content:flex-start;align-items:stretch;position:relative;border-radius:var(--border-radius);border:1px solid var(--color-weight-150);overflow:hidden}@media (max-width: 992px){.login-wrapper .login-wrapper-inner{flex-direction:column;height:auto;width:100%}}.login-wrapper .login-wrapper-inner .login-wrapper-image{height:100%;flex-grow:1;position:relative}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image{height:300px}}.login-wrapper .login-wrapper-inner .login-wrapper-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:10;background:#020024;background:linear-gradient(180deg,#02002400,#000000bf);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:30px}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.2rem}}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright{opacity:.8}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright p{font-size:.6rem;color:#fff;margin:0!important}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright a{color:#fff;text-decoration:underline}.login-wrapper .login-wrapper-inner .login-wrapper-form{height:100%;width:400px;padding:40px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-shadow:0 20px 25px #0000001a;overflow:hidden;flex-shrink:0}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-form{height:auto;width:100%;padding:20px}}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-title{font-weight:700;font-size:1.2rem;margin-bottom:20px;color:var(--color-weight-600)}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.username,.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.password{display:block;width:100%;margin-bottom:15px;padding:12px 16px!important;background:#fff;font-size:14px;line-height:22px;color:#52667a;outline:none;-webkit-appearance:none}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group .btn{width:100%!important;margin-top:20px!important}.login-wrapper .login-wrapper-inner .login-wrapper-logo{width:60px;height:auto;position:absolute;right:20px;top:20px}.login-button{width:100%;margin-top:var(--space-unit);justify-content:center}.version{flex:1;flex-grow:1;display:flex;align-items:flex-end;justify-content:center;color:var(--color-grey-300)}.version span+span{margin-inline-start:5px}.login-error{max-height:0;overflow:hidden;display:block}.login-error.visible{max-height:46px;transition:max-height .2s;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation-delay:.2s;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-logo{right:auto;left:20px}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{left:auto;right:0}\n"], dependencies: [{ kind: "component", type: i4.ClrAlert, selector: "clr-alert", inputs: ["clrAlertSizeSmall", "clrAlertClosable", "clrAlertAppLevel", "clrCloseButtonAriaLabel", "clrAlertLightweight", "clrAlertType", "clrAlertIcon", "clrAlertClosed"], outputs: ["clrAlertClosedChange"] }, { kind: "component", type: i4.ClrAlertItem, selector: "clr-alert-item" }, { kind: "directive", type: i4.ClrAlertText, selector: ".alert-text" }, { kind: "directive", type: i4.ClrLabel, selector: "label", inputs: ["for"] }, { kind: "directive", type: i4.ClrCheckbox, selector: "[clrCheckbox],[clrToggle]" }, { kind: "component", type: i4.ClrCheckboxWrapper, selector: "clr-checkbox-wrapper,clr-toggle-wrapper" }, { kind: "directive", type: i5.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i6.ɵNgNoValidate, selector: "form:not([ngNoForm]):not([ngNativeValidate])" }, { kind: "directive", type: i6.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: i6.CheckboxControlValueAccessor, selector: "input[type=checkbox][formControlName],input[type=checkbox][formControl],input[type=checkbox][ngModel]" }, { kind: "directive", type: i6.NgControlStatus, selector: "[formControlName],[ngModel],[formControl]" }, { kind: "directive", type: i6.NgControlStatusGroup, selector: "[formGroupName],[formArrayName],[ngModelGroup],[formGroup],form:not([ngNoForm]),[ngForm]" }, { kind: "directive", type: i6.NgModel, selector: "[ngModel]:not([formControlName]):not([formControl])", inputs: ["name", "disabled", "ngModel", "ngModelOptions"], outputs: ["ngModelChange"], exportAs: ["ngModel"] }, { kind: "directive", type: i6.NgForm, selector: "form:not([ngNoForm]):not([formGroup]),ng-form,[ngForm]", inputs: ["ngFormOptions"], outputs: ["ngSubmit"], exportAs: ["ngForm"] }, { kind: "directive", type: i7.Dir, selector: "[dir]", inputs: ["dir"], outputs: ["dirChange"], exportAs: ["dir"] }, { kind: "directive", type: i1.FormFieldControlDirective, selector: "input, textarea, select, vdr-currency-input" }, { kind: "pipe", type: i5.AsyncPipe, name: "async" }, { kind: "pipe", type: i8.TranslatePipe, name: "translate" }] }); }
|
|
92
92
|
}
|
|
93
93
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: LoginComponent, decorators: [{
|
|
94
94
|
type: Component,
|
|
95
|
-
args: [{ selector: 'vdr-login', template: "<div class=\"login-wrapper\" [dir]=\"direction$ | async\">\r\n <div class=\"login-wrapper-inner\">\r\n <div class=\"login-wrapper-image\">\r\n <div class=\"login-wrapper-image-content\">\r\n <div class=\"login-wrapper-image-title\">\r\n {{ 'common.login-image-title' | translate }}\r\n </div>\r\n <div class=\"login-wrapper-image-copyright\">\r\n <p *ngIf=\"imageCreator\" class=\"creator\">\r\n Photo by <a [href]=\"imageCreatorUrl\" target=\"_blank\">{{ imageCreator }}</a> on\r\n <a [href]=\"imageUnsplashUrl\" target=\"_blank\">Unsplash</a>\r\n </p>\r\n <p *ngIf=\"imageLocation\" class=\"location\">{{ imageLocation }}</p>\r\n </div>\r\n </div>\r\n <img *ngIf=\"imageUrl\" [src]=\"imageUrl\" [alt]=\"imageUrl\" />\r\n </div>\r\n <div class=\"login-wrapper-form\">\r\n <p class=\"login-title\">\r\n {{ 'common.login-title' | translate : { brand: hideVendureBranding ? brand : 'Vendure' } }}\r\n </p>\r\n <form class=\"login-form\">\r\n <div class=\"login-group\">\r\n <input\r\n class=\"username\"\r\n type=\"text\"\r\n name=\"username\"\r\n id=\"login_username\"\r\n [(ngModel)]=\"username\"\r\n [placeholder]=\"'common.username' | translate\"\r\n />\r\n <input\r\n class=\"password\"\r\n name=\"password\"\r\n type=\"password\"\r\n id=\"login_password\"\r\n [(ngModel)]=\"password\"\r\n [placeholder]=\"'common.password' | translate\"\r\n />\r\n <clr-alert\r\n [clrAlertType]=\"'danger'\"\r\n [clrAlertClosable]=\"false\"\r\n [class.visible]=\"errorMessage\"\r\n class=\"login-error\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ errorMessage }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n <clr-checkbox-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n id=\"rememberme\"\r\n name=\"rememberme\"\r\n [(ngModel)]=\"rememberMe\"\r\n />\r\n <label>{{ 'common.remember-me' | translate }}</label>\r\n </clr-checkbox-wrapper>\r\n <div>\r\n <button\r\n type=\"submit\"\r\n class=\"button primary login-button\"\r\n (click)=\"logIn()\"\r\n [disabled]=\"!username || !password\"\r\n >\r\n {{ 'common.login' | translate }}\r\n </button>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n <img class=\"login-wrapper-logo\" src=\"assets/logo-login.webp\" *ngIf=\"!hideVendureBranding\" />\r\n </div>\r\n</div>\r\n", styles: [".login-wrapper{background:var(--color-weight-100);background-image:none;height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-wrapper .login-wrapper-inner{background:var(--login-wrapper-inner-bg);width:1120px;height:590px;display:flex;justify-content:flex-start;align-items:stretch;position:relative;border-radius:var(--border-radius);border:1px solid var(--color-weight-150);overflow:hidden}@media (max-width: 992px){.login-wrapper .login-wrapper-inner{flex-direction:column;height:auto;width:100%}}.login-wrapper .login-wrapper-inner .login-wrapper-image{height:100%;flex-grow:1;position:relative}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image{height:300px}}.login-wrapper .login-wrapper-inner .login-wrapper-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:10;background:#020024;background:linear-gradient(180deg,#02002400,#000000bf);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:30px}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.2rem}}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright{opacity:.8}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright p{font-size:.6rem;color:#fff;margin:0!important}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright a{color:#fff;text-decoration:underline}.login-wrapper .login-wrapper-inner .login-wrapper-form{height:100%;width:400px;padding:40px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-shadow:0 20px 25px #0000001a;overflow:hidden;flex-shrink:0}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-form{height:auto;width:100%;padding:20px}}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-title{font-weight:700;font-size:1.2rem;margin-bottom:20px;color:var(--color-weight-600)}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.username,.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.password{display:block;width:100%;margin-bottom:15px;padding:12px 16px!important;background:#fff;font-size:14px;line-height:22px;color:#52667a;outline:none;-webkit-appearance:none}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group .btn{width:100%!important;margin-top:20px!important}.login-wrapper .login-wrapper-inner .login-wrapper-logo{width:60px;height:auto;position:absolute;right:20px;top:20px}.login-button{width:100%;margin-top:var(--space-unit);justify-content:center}.version{flex:1;flex-grow:1;display:flex;align-items:flex-end;justify-content:center;color:var(--color-grey-300)}.version span+span{margin-inline-start:5px}.login-error{max-height:0;overflow:hidden}.login-error.visible{max-height:46px;transition:max-height .2s;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation-delay:.2s;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-logo{right:auto;left:20px}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{left:auto;right:0}\n"] }]
|
|
95
|
+
args: [{ selector: 'vdr-login', template: "<div class=\"login-wrapper\" [dir]=\"direction$ | async\">\r\n <div class=\"login-wrapper-inner\">\r\n <div class=\"login-wrapper-image\">\r\n <div class=\"login-wrapper-image-content\">\r\n <div class=\"login-wrapper-image-title\">\r\n {{ 'common.login-image-title' | translate }}\r\n </div>\r\n <div class=\"login-wrapper-image-copyright\">\r\n <p *ngIf=\"imageCreator\" class=\"creator\">\r\n Photo by <a [href]=\"imageCreatorUrl\" target=\"_blank\">{{ imageCreator }}</a> on\r\n <a [href]=\"imageUnsplashUrl\" target=\"_blank\">Unsplash</a>\r\n </p>\r\n <p *ngIf=\"imageLocation\" class=\"location\">{{ imageLocation }}</p>\r\n </div>\r\n </div>\r\n <img *ngIf=\"imageUrl\" [src]=\"imageUrl\" [alt]=\"imageUrl\" />\r\n </div>\r\n <div class=\"login-wrapper-form\">\r\n <p class=\"login-title\">\r\n {{ 'common.login-title' | translate : { brand: hideVendureBranding ? brand : 'Vendure' } }}\r\n </p>\r\n <form class=\"login-form\">\r\n <div class=\"login-group\">\r\n <input\r\n class=\"username\"\r\n type=\"text\"\r\n name=\"username\"\r\n id=\"login_username\"\r\n [(ngModel)]=\"username\"\r\n [placeholder]=\"'common.username' | translate\"\r\n />\r\n <input\r\n class=\"password\"\r\n name=\"password\"\r\n type=\"password\"\r\n id=\"login_password\"\r\n [(ngModel)]=\"password\"\r\n [placeholder]=\"'common.password' | translate\"\r\n />\r\n <clr-alert\r\n [clrAlertType]=\"'danger'\"\r\n [clrAlertClosable]=\"false\"\r\n [class.visible]=\"errorMessage\"\r\n class=\"login-error\"\r\n >\r\n <clr-alert-item>\r\n <span class=\"alert-text\">\r\n {{ errorMessage }}\r\n </span>\r\n </clr-alert-item>\r\n </clr-alert>\r\n <clr-checkbox-wrapper>\r\n <input\r\n type=\"checkbox\"\r\n clrCheckbox\r\n id=\"rememberme\"\r\n name=\"rememberme\"\r\n [(ngModel)]=\"rememberMe\"\r\n />\r\n <label>{{ 'common.remember-me' | translate }}</label>\r\n </clr-checkbox-wrapper>\r\n <div>\r\n <button\r\n type=\"submit\"\r\n class=\"button primary login-button\"\r\n (click)=\"logIn()\"\r\n [disabled]=\"!username || !password\"\r\n >\r\n {{ 'common.login' | translate }}\r\n </button>\r\n </div>\r\n </div>\r\n </form>\r\n </div>\r\n <img class=\"login-wrapper-logo\" src=\"assets/logo-login.webp\" *ngIf=\"!hideVendureBranding\" />\r\n </div>\r\n</div>\r\n", styles: [".login-wrapper{background:var(--color-weight-100);background-image:none;height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.login-wrapper .login-wrapper-inner{background:var(--login-wrapper-inner-bg);width:1120px;height:590px;display:flex;justify-content:flex-start;align-items:stretch;position:relative;border-radius:var(--border-radius);border:1px solid var(--color-weight-150);overflow:hidden}@media (max-width: 992px){.login-wrapper .login-wrapper-inner{flex-direction:column;height:auto;width:100%}}.login-wrapper .login-wrapper-inner .login-wrapper-image{height:100%;flex-grow:1;position:relative}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image{height:300px}}.login-wrapper .login-wrapper-inner .login-wrapper-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;position:relative;z-index:1}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{width:100%;height:100%;position:absolute;left:0;bottom:0;z-index:10;background:#020024;background:linear-gradient(180deg,#02002400,#000000bf);display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:30px}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.6rem;font-weight:700;color:#fff;margin-bottom:20px}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-title{font-size:1.2rem}}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright{opacity:.8}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright p{font-size:.6rem;color:#fff;margin:0!important}.login-wrapper .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content .login-wrapper-image-copyright a{color:#fff;text-decoration:underline}.login-wrapper .login-wrapper-inner .login-wrapper-form{height:100%;width:400px;padding:40px;display:flex;flex-direction:column;align-items:stretch;justify-content:center;box-shadow:0 20px 25px #0000001a;overflow:hidden;flex-shrink:0}@media (max-width: 992px){.login-wrapper .login-wrapper-inner .login-wrapper-form{height:auto;width:100%;padding:20px}}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-title{font-weight:700;font-size:1.2rem;margin-bottom:20px;color:var(--color-weight-600)}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.username,.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group input.password{display:block;width:100%;margin-bottom:15px;padding:12px 16px!important;background:#fff;font-size:14px;line-height:22px;color:#52667a;outline:none;-webkit-appearance:none}.login-wrapper .login-wrapper-inner .login-wrapper-form .login-group .btn{width:100%!important;margin-top:20px!important}.login-wrapper .login-wrapper-inner .login-wrapper-logo{width:60px;height:auto;position:absolute;right:20px;top:20px}.login-button{width:100%;margin-top:var(--space-unit);justify-content:center}.version{flex:1;flex-grow:1;display:flex;align-items:flex-end;justify-content:center;color:var(--color-grey-300)}.version span+span{margin-inline-start:5px}.login-error{max-height:0;overflow:hidden;display:block}.login-error.visible{max-height:46px;transition:max-height .2s;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;animation-delay:.2s;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-logo{right:auto;left:20px}.login-wrapper[dir=rtl] .login-wrapper-inner .login-wrapper-image .login-wrapper-image-content{left:auto;right:0}\n"] }]
|
|
96
96
|
}], ctorParameters: () => [{ type: i1.AuthService }, { type: i2.Router }, { type: i3.HttpClient }, { type: i1.LocalizationService }] });
|
|
97
97
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibG9naW4uY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9sb2dpbi9zcmMvY29tcG9uZW50cy9sb2dpbi9sb2dpbi5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2xvZ2luL3NyYy9jb21wb25lbnRzL2xvZ2luL2xvZ2luLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUNBLE9BQU8sRUFBRSxTQUFTLEVBQVUsTUFBTSxlQUFlLENBQUM7QUFFbEQsT0FBTyxFQUNILGdCQUFnQixFQUVoQixtQkFBbUIsRUFDbkIsWUFBWSxHQUdmLE1BQU0sd0JBQXdCLENBQUM7Ozs7Ozs7Ozs7QUFPaEMsTUFBTSxPQUFPLGNBQWM7SUFpQnZCLFlBQ1ksV0FBd0IsRUFDeEIsTUFBYyxFQUNkLFVBQXNCLEVBQ3RCLG1CQUF3QztRQUh4QyxnQkFBVyxHQUFYLFdBQVcsQ0FBYTtRQUN4QixXQUFNLEdBQU4sTUFBTSxDQUFRO1FBQ2QsZUFBVSxHQUFWLFVBQVUsQ0FBWTtRQUN0Qix3QkFBbUIsR0FBbkIsbUJBQW1CLENBQXFCO1FBbEJwRCxhQUFRLEdBQUcsRUFBRSxDQUFDO1FBQ2QsYUFBUSxHQUFHLEVBQUUsQ0FBQztRQUNkLGVBQVUsR0FBRyxLQUFLLENBQUM7UUFDbkIsWUFBTyxHQUFHLGdCQUFnQixDQUFDO1FBRTNCLFVBQUssR0FBRyxZQUFZLEVBQUUsQ0FBQyxLQUFLLENBQUM7UUFDN0Isd0JBQW1CLEdBQUcsWUFBWSxFQUFFLENBQUMsbUJBQW1CLENBQUM7UUFDekQsbUJBQWMsR0FBRyxZQUFZLEVBQUUsQ0FBQyxhQUFhLENBQUM7UUFDOUMsYUFBUSxHQUFHLEVBQUUsQ0FBQztRQUNkLHFCQUFnQixHQUFHLEVBQUUsQ0FBQztRQUN0QixrQkFBYSxHQUFHLEVBQUUsQ0FBQztRQUNuQixpQkFBWSxHQUFHLEVBQUUsQ0FBQztRQUNsQixvQkFBZSxHQUFHLEVBQUUsQ0FBQztRQVFqQixJQUFJLElBQUksQ0FBQyxjQUFjLEVBQUUsQ0FBQztZQUN0QixJQUFJLENBQUMsUUFBUSxHQUFHLElBQUksQ0FBQyxjQUFjLENBQUM7UUFDeEMsQ0FBQzthQUFNLENBQUM7WUFDSixJQUFJLENBQUMsU0FBUyxFQUFFLENBQUM7UUFDckIsQ0FBQztJQUNMLENBQUM7SUFDRCxRQUFRO1FBQ0osSUFBSSxDQUFDLFVBQVUsR0FBRyxJQUFJLENBQUMsbUJBQW1CLENBQUMsVUFBVSxDQUFDO0lBQzFELENBQUM7SUFFRCxLQUFLO1FBQ0QsSUFBSSxDQUFDLFlBQVksR0FBRyxTQUFTLENBQUM7UUFDOUIsSUFBSSxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsSUFBSSxDQUFDLFFBQVEsRUFBRSxJQUFJLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxTQUFTLENBQUMsTUFBTSxDQUFDLEVBQUU7WUFDckYsUUFBUSxNQUFNLENBQUMsVUFBVSxFQUFFLENBQUM7Z0JBQ3hCLEtBQUssYUFBYTtvQkFDZCxNQUFNLFFBQVEsR0FBRyxJQUFJLENBQUMsZ0JBQWdCLEVBQUUsQ0FBQztvQkFDekMsSUFBSSxDQUFDLE1BQU0sQ0FBQyxhQUFhLENBQUMsUUFBUSxDQUFDLENBQUMsQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLEdBQUcsQ0FBQyxDQUFDO29CQUNyRCxNQUFNO2dCQUNWLEtBQUsseUJBQXlCLENBQUM7Z0JBQy9CLEtBQUsseUJBQXlCO29CQUMxQixJQUFJLENBQUMsWUFBWSxHQUFHLE1BQU0sQ0FBQyxPQUFPLENBQUM7b0JBQ25DLE1BQU07WUFDZCxDQUFDO1FBQ0wsQ0FBQyxDQUFDLENBQUM7SUFDUCxDQUFDO0lBRUQsU0FBUztRQUNMLElBQUksQ0FBQyxVQUFVO2FBQ1YsR0FBRyxDQUFDLGdDQUFnQyxDQUFDO2FBQ3JDLFNBQVMsRUFBRTthQUNYLElBQUksQ0FBQyxHQUFHLENBQUMsRUFBRTtZQUNSLElBQUksQ0FBQyxXQUFXLENBQUMsR0FBRyxDQUFDLENBQUM7UUFDMUIsQ0FBQyxDQUFDLENBQUM7SUFDWCxDQUFDO0lBRUQsV0FBVyxDQUFDLEdBQVE7UUFDaEIsTUFBTSxJQUFJLEdBQVMsR0FBVyxDQUFDLElBQUksQ0FBQztRQUNwQyxNQUFNLFFBQVEsR0FBUyxHQUFXLENBQUMsUUFBUSxDQUFDO1FBRTVDLElBQUksQ0FBQyxRQUFRLEdBQUcsR0FBRyxDQUFDLElBQUksQ0FBQyxPQUFPLEdBQUcscURBQXFELENBQUM7UUFDekYsSUFBSSxDQUFDLFlBQVksR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDO1FBQzlCLElBQUksQ0FBQyxhQUFhLEdBQUcsUUFBUSxDQUFDLElBQUksQ0FBQztRQUNuQyxJQUFJLENBQUMsZUFBZSxHQUFHLElBQUksQ0FBQyxLQUFLLENBQUMsSUFBSSxHQUFHLHFEQUFxRCxDQUFDO1FBQy9GLElBQUksQ0FBQyxnQkFBZ0IsR0FBRyxHQUFHLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQztJQUMzQyxDQUFDO0lBRUQ7OztPQUdHO0lBQ0ssZ0JBQWdCO1FBQ3BCLElBQUksVUFBOEIsQ0FBQztRQUNuQyxNQUFNLEVBQUUsR0FBRyxJQUFJLE1BQU0sQ0FBQyxHQUFHLG1CQUFtQixPQUFPLENBQUMsQ0FBQztRQUNyRCxJQUFJLENBQUM7WUFDRCxNQUFNLGVBQWUsR0FBRyxNQUFNLENBQUMsUUFBUSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDLENBQUM7WUFDekQsSUFBSSxlQUFlLElBQUksQ0FBQyxHQUFHLGVBQWUsQ0FBQyxNQUFNLEVBQUUsQ0FBQztnQkFDaEQsVUFBVSxHQUFHLElBQUksQ0FBQyxrQkFBa0IsQ0FBQyxlQUFlLENBQUMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxDQUFDO1lBQzlELENBQUM7UUFDTCxDQUFDO1FBQUMsT0FBTyxDQUFNLEVBQUUsQ0FBQztZQUNkLFNBQVM7UUFDYixDQUFDO1FBQ0QsT0FBTyxVQUFVLENBQUM7SUFDdEIsQ0FBQzs4R0FyRlEsY0FBYztrR0FBZCxjQUFjLGlEQ2pCM0IsZ29IQTZFQTs7MkZENURhLGNBQWM7a0JBTDFCLFNBQVM7K0JBQ0ksV0FBVyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IEh0dHBDbGllbnQgfSBmcm9tICdAYW5ndWxhci9jb21tb24vaHR0cCc7XHJcbmltcG9ydCB7IENvbXBvbmVudCwgT25Jbml0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XHJcbmltcG9ydCB7IFJvdXRlciB9IGZyb20gJ0Bhbmd1bGFyL3JvdXRlcic7XHJcbmltcG9ydCB7XHJcbiAgICBBRE1JTl9VSV9WRVJTSU9OLFxyXG4gICAgQXV0aFNlcnZpY2UsXHJcbiAgICBBVVRIX1JFRElSRUNUX1BBUkFNLFxyXG4gICAgZ2V0QXBwQ29uZmlnLFxyXG4gICAgTG9jYWxpemF0aW9uRGlyZWN0aW9uVHlwZSxcclxuICAgIExvY2FsaXphdGlvblNlcnZpY2UsXHJcbn0gZnJvbSAnQHZlbmR1cmUvYWRtaW4tdWkvY29yZSc7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLWxvZ2luJyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9sb2dpbi5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9sb2dpbi5jb21wb25lbnQuc2NzcyddLFxyXG59KVxyXG5leHBvcnQgY2xhc3MgTG9naW5Db21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xyXG4gICAgZGlyZWN0aW9uJDogTG9jYWxpemF0aW9uRGlyZWN0aW9uVHlwZTtcclxuXHJcbiAgICB1c2VybmFtZSA9ICcnO1xyXG4gICAgcGFzc3dvcmQgPSAnJztcclxuICAgIHJlbWVtYmVyTWUgPSBmYWxzZTtcclxuICAgIHZlcnNpb24gPSBBRE1JTl9VSV9WRVJTSU9OO1xyXG4gICAgZXJyb3JNZXNzYWdlOiBzdHJpbmcgfCB1bmRlZmluZWQ7XHJcbiAgICBicmFuZCA9IGdldEFwcENvbmZpZygpLmJyYW5kO1xyXG4gICAgaGlkZVZlbmR1cmVCcmFuZGluZyA9IGdldEFwcENvbmZpZygpLmhpZGVWZW5kdXJlQnJhbmRpbmc7XHJcbiAgICBjdXN0b21JbWFnZVVybCA9IGdldEFwcENvbmZpZygpLmxvZ2luSW1hZ2VVcmw7XHJcbiAgICBpbWFnZVVybCA9ICcnO1xyXG4gICAgaW1hZ2VVbnNwbGFzaFVybCA9ICcnO1xyXG4gICAgaW1hZ2VMb2NhdGlvbiA9ICcnO1xyXG4gICAgaW1hZ2VDcmVhdG9yID0gJyc7XHJcbiAgICBpbWFnZUNyZWF0b3JVcmwgPSAnJztcclxuXHJcbiAgICBjb25zdHJ1Y3RvcihcclxuICAgICAgICBwcml2YXRlIGF1dGhTZXJ2aWNlOiBBdXRoU2VydmljZSxcclxuICAgICAgICBwcml2YXRlIHJvdXRlcjogUm91dGVyLFxyXG4gICAgICAgIHByaXZhdGUgaHR0cENsaWVudDogSHR0cENsaWVudCxcclxuICAgICAgICBwcml2YXRlIGxvY2FsaXphdGlvblNlcnZpY2U6IExvY2FsaXphdGlvblNlcnZpY2UsXHJcbiAgICApIHtcclxuICAgICAgICBpZiAodGhpcy5jdXN0b21JbWFnZVVybCkge1xyXG4gICAgICAgICAgICB0aGlzLmltYWdlVXJsID0gdGhpcy5jdXN0b21JbWFnZVVybDtcclxuICAgICAgICB9IGVsc2Uge1xyXG4gICAgICAgICAgICB0aGlzLmxvYWRJbWFnZSgpO1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgIG5nT25Jbml0KCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuZGlyZWN0aW9uJCA9IHRoaXMubG9jYWxpemF0aW9uU2VydmljZS5kaXJlY3Rpb24kO1xyXG4gICAgfVxyXG5cclxuICAgIGxvZ0luKCk6IHZvaWQge1xyXG4gICAgICAgIHRoaXMuZXJyb3JNZXNzYWdlID0gdW5kZWZpbmVkO1xyXG4gICAgICAgIHRoaXMuYXV0aFNlcnZpY2UubG9nSW4odGhpcy51c2VybmFtZSwgdGhpcy5wYXNzd29yZCwgdGhpcy5yZW1lbWJlck1lKS5zdWJzY3JpYmUocmVzdWx0ID0+IHtcclxuICAgICAgICAgICAgc3dpdGNoIChyZXN1bHQuX190eXBlbmFtZSkge1xyXG4gICAgICAgICAgICAgICAgY2FzZSAnQ3VycmVudFVzZXInOlxyXG4gICAgICAgICAgICAgICAgICAgIGNvbnN0IHJlZGlyZWN0ID0gdGhpcy5nZXRSZWRpcmVjdFJvdXRlKCk7XHJcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yb3V0ZXIubmF2aWdhdGVCeVVybChyZWRpcmVjdCA/IHJlZGlyZWN0IDogJy8nKTtcclxuICAgICAgICAgICAgICAgICAgICBicmVhaztcclxuICAgICAgICAgICAgICAgIGNhc2UgJ0ludmFsaWRDcmVkZW50aWFsc0Vycm9yJzpcclxuICAgICAgICAgICAgICAgIGNhc2UgJ05hdGl2ZUF1dGhTdHJhdGVneUVycm9yJzpcclxuICAgICAgICAgICAgICAgICAgICB0aGlzLmVycm9yTWVzc2FnZSA9IHJlc3VsdC5tZXNzYWdlO1xyXG4gICAgICAgICAgICAgICAgICAgIGJyZWFrO1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgbG9hZEltYWdlKCkge1xyXG4gICAgICAgIHRoaXMuaHR0cENsaWVudFxyXG4gICAgICAgICAgICAuZ2V0KCdodHRwczovL2xvZ2luLWltYWdlLnZlbmR1cmUuaW8nKVxyXG4gICAgICAgICAgICAudG9Qcm9taXNlKClcclxuICAgICAgICAgICAgLnRoZW4ocmVzID0+IHtcclxuICAgICAgICAgICAgICAgIHRoaXMudXBkYXRlSW1hZ2UocmVzKTtcclxuICAgICAgICAgICAgfSk7XHJcbiAgICB9XHJcblxyXG4gICAgdXBkYXRlSW1hZ2UocmVzOiBhbnkpIHtcclxuICAgICAgICBjb25zdCB1c2VyOiBhbnkgPSAocmVzIGFzIGFueSkudXNlcjtcclxuICAgICAgICBjb25zdCBsb2NhdGlvbjogYW55ID0gKHJlcyBhcyBhbnkpLmxvY2F0aW9uO1xyXG5cclxuICAgICAgICB0aGlzLmltYWdlVXJsID0gcmVzLnVybHMucmVndWxhciArICc/dXRtX3NvdXJjZT1WZW5kdXJlK0xvZ2luK0ltYWdlJnV0bV9tZWRpdW09cmVmZXJyYWwnO1xyXG4gICAgICAgIHRoaXMuaW1hZ2VDcmVhdG9yID0gdXNlci5uYW1lO1xyXG4gICAgICAgIHRoaXMuaW1hZ2VMb2NhdGlvbiA9IGxvY2F0aW9uLm5hbWU7XHJcbiAgICAgICAgdGhpcy5pbWFnZUNyZWF0b3JVcmwgPSB1c2VyLmxpbmtzLmh0bWwgKyAnP3V0bV9zb3VyY2U9VmVuZHVyZStMb2dpbitJbWFnZSZ1dG1fbWVkaXVtPXJlZmVycmFsJztcclxuICAgICAgICB0aGlzLmltYWdlVW5zcGxhc2hVcmwgPSByZXMubGlua3MuaHRtbDtcclxuICAgIH1cclxuXHJcbiAgICAvKipcclxuICAgICAqIEF0dGVtcHRzIHRvIHJlYWQgYSByZWRpcmVjdCBwYXJhbSBmcm9tIHRoZSBjdXJyZW50IHVybCBhbmQgcGFyc2UgaXQgaW50byBhXHJcbiAgICAgKiByb3V0ZSBmcm9tIHdoaWNoIHRoZSB1c2VyIHdhcyByZWRpcmVjdGVkIGFmdGVyIGEgNDAxIGVycm9yLlxyXG4gICAgICovXHJcbiAgICBwcml2YXRlIGdldFJlZGlyZWN0Um91dGUoKTogc3RyaW5nIHwgdW5kZWZpbmVkIHtcclxuICAgICAgICBsZXQgcmVkaXJlY3RUbzogc3RyaW5nIHwgdW5kZWZpbmVkO1xyXG4gICAgICAgIGNvbnN0IHJlID0gbmV3IFJlZ0V4cChgJHtBVVRIX1JFRElSRUNUX1BBUkFNfT0oLiopYCk7XHJcbiAgICAgICAgdHJ5IHtcclxuICAgICAgICAgICAgY29uc3QgcmVkaXJlY3RUb1BhcmFtID0gd2luZG93LmxvY2F0aW9uLnNlYXJjaC5tYXRjaChyZSk7XHJcbiAgICAgICAgICAgIGlmIChyZWRpcmVjdFRvUGFyYW0gJiYgMSA8IHJlZGlyZWN0VG9QYXJhbS5sZW5ndGgpIHtcclxuICAgICAgICAgICAgICAgIHJlZGlyZWN0VG8gPSBhdG9iKGRlY29kZVVSSUNvbXBvbmVudChyZWRpcmVjdFRvUGFyYW1bMV0pKTtcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH0gY2F0Y2ggKGU6IGFueSkge1xyXG4gICAgICAgICAgICAvLyBpZ25vcmVcclxuICAgICAgICB9XHJcbiAgICAgICAgcmV0dXJuIHJlZGlyZWN0VG87XHJcbiAgICB9XHJcbn1cclxuIiwiPGRpdiBjbGFzcz1cImxvZ2luLXdyYXBwZXJcIiBbZGlyXT1cImRpcmVjdGlvbiQgfCBhc3luY1wiPlxyXG4gICAgPGRpdiBjbGFzcz1cImxvZ2luLXdyYXBwZXItaW5uZXJcIj5cclxuICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4td3JhcHBlci1pbWFnZVwiPlxyXG4gICAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4td3JhcHBlci1pbWFnZS1jb250ZW50XCI+XHJcbiAgICAgICAgICAgICAgICA8ZGl2IGNsYXNzPVwibG9naW4td3JhcHBlci1pbWFnZS10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAgICAgIHt7ICdjb21tb24ubG9naW4taW1hZ2UtdGl0bGUnIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgICAgIDxkaXYgY2xhc3M9XCJsb2dpbi13cmFwcGVyLWltYWdlLWNvcHlyaWdodFwiPlxyXG4gICAgICAgICAgICAgICAgICAgIDxwICpuZ0lmPVwiaW1hZ2VDcmVhdG9yXCIgY2xhc3M9XCJjcmVhdG9yXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFBob3RvIGJ5IDxhIFtocmVmXT1cImltYWdlQ3JlYXRvclVybFwiIHRhcmdldD1cIl9ibGFua1wiPnt7IGltYWdlQ3JlYXRvciB9fTwvYT4gb25cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGEgW2hyZWZdPVwiaW1hZ2VVbnNwbGFzaFVybFwiIHRhcmdldD1cIl9ibGFua1wiPlVuc3BsYXNoPC9hPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvcD5cclxuICAgICAgICAgICAgICAgICAgICA8cCAqbmdJZj1cImltYWdlTG9jYXRpb25cIiBjbGFzcz1cImxvY2F0aW9uXCI+e3sgaW1hZ2VMb2NhdGlvbiB9fTwvcD5cclxuICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICA8L2Rpdj5cclxuICAgICAgICAgICAgPGltZyAqbmdJZj1cImltYWdlVXJsXCIgW3NyY109XCJpbWFnZVVybFwiIFthbHRdPVwiaW1hZ2VVcmxcIiAvPlxyXG4gICAgICAgIDwvZGl2PlxyXG4gICAgICAgIDxkaXYgY2xhc3M9XCJsb2dpbi13cmFwcGVyLWZvcm1cIj5cclxuICAgICAgICAgICAgPHAgY2xhc3M9XCJsb2dpbi10aXRsZVwiPlxyXG4gICAgICAgICAgICAgICAge3sgJ2NvbW1vbi5sb2dpbi10aXRsZScgfCB0cmFuc2xhdGUgOiB7IGJyYW5kOiBoaWRlVmVuZHVyZUJyYW5kaW5nID8gYnJhbmQgOiAnVmVuZHVyZScgfSB9fVxyXG4gICAgICAgICAgICA8L3A+XHJcbiAgICAgICAgICAgIDxmb3JtIGNsYXNzPVwibG9naW4tZm9ybVwiPlxyXG4gICAgICAgICAgICAgICAgPGRpdiBjbGFzcz1cImxvZ2luLWdyb3VwXCI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNsYXNzPVwidXNlcm5hbWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwidGV4dFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIG5hbWU9XCJ1c2VybmFtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwibG9naW5fdXNlcm5hbWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cInVzZXJuYW1lXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW3BsYWNlaG9sZGVyXT1cIidjb21tb24udXNlcm5hbWUnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgIDxpbnB1dFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cInBhc3N3b3JkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgbmFtZT1cInBhc3N3b3JkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cInBhc3N3b3JkXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgaWQ9XCJsb2dpbl9wYXNzd29yZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIFsobmdNb2RlbCldPVwicGFzc3dvcmRcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbcGxhY2Vob2xkZXJdPVwiJ2NvbW1vbi5wYXNzd29yZCcgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgICAgICAgICAgICAgIC8+XHJcbiAgICAgICAgICAgICAgICAgICAgPGNsci1hbGVydFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbY2xyQWxlcnRUeXBlXT1cIidkYW5nZXInXCJcclxuICAgICAgICAgICAgICAgICAgICAgICAgW2NsckFsZXJ0Q2xvc2FibGVdPVwiZmFsc2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBbY2xhc3MudmlzaWJsZV09XCJlcnJvck1lc3NhZ2VcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImxvZ2luLWVycm9yXCJcclxuICAgICAgICAgICAgICAgICAgICA+XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDxjbHItYWxlcnQtaXRlbT5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxzcGFuIGNsYXNzPVwiYWxlcnQtdGV4dFwiPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7IGVycm9yTWVzc2FnZSB9fVxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9zcGFuPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8L2Nsci1hbGVydC1pdGVtPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvY2xyLWFsZXJ0PlxyXG4gICAgICAgICAgICAgICAgICAgIDxjbHItY2hlY2tib3gtd3JhcHBlcj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICB0eXBlPVwiY2hlY2tib3hcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgY2xyQ2hlY2tib3hcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIGlkPVwicmVtZW1iZXJtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBuYW1lPVwicmVtZW1iZXJtZVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbKG5nTW9kZWwpXT1cInJlbWVtYmVyTWVcIlxyXG4gICAgICAgICAgICAgICAgICAgICAgICAvPlxyXG4gICAgICAgICAgICAgICAgICAgICAgICA8bGFiZWw+e3sgJ2NvbW1vbi5yZW1lbWJlci1tZScgfCB0cmFuc2xhdGUgfX08L2xhYmVsPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvY2xyLWNoZWNrYm94LXdyYXBwZXI+XHJcbiAgICAgICAgICAgICAgICAgICAgPGRpdj5cclxuICAgICAgICAgICAgICAgICAgICAgICAgPGJ1dHRvblxyXG4gICAgICAgICAgICAgICAgICAgICAgICAgICAgdHlwZT1cInN1Ym1pdFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBjbGFzcz1cImJ1dHRvbiBwcmltYXJ5IGxvZ2luLWJ1dHRvblwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICAoY2xpY2spPVwibG9nSW4oKVwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgICBbZGlzYWJsZWRdPVwiIXVzZXJuYW1lIHx8ICFwYXNzd29yZFwiXHJcbiAgICAgICAgICAgICAgICAgICAgICAgID5cclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHt7ICdjb21tb24ubG9naW4nIHwgdHJhbnNsYXRlIH19XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIDwvYnV0dG9uPlxyXG4gICAgICAgICAgICAgICAgICAgIDwvZGl2PlxyXG4gICAgICAgICAgICAgICAgPC9kaXY+XHJcbiAgICAgICAgICAgIDwvZm9ybT5cclxuICAgICAgICA8L2Rpdj5cclxuICAgICAgICA8aW1nIGNsYXNzPVwibG9naW4td3JhcHBlci1sb2dvXCIgc3JjPVwiYXNzZXRzL2xvZ28tbG9naW4ud2VicFwiICpuZ0lmPVwiIWhpZGVWZW5kdXJlQnJhbmRpbmdcIiAvPlxyXG4gICAgPC9kaXY+XHJcbjwvZGl2PlxyXG4iXX0=
|
package/{esm2022 → package/esm2022}/marketing/components/promotion-list/promotion-list.component.mjs
RENAMED
|
@@ -119,10 +119,10 @@ export class PromotionListComponent extends TypedBaseListComponent {
|
|
|
119
119
|
};
|
|
120
120
|
}
|
|
121
121
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: PromotionListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
122
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: PromotionListComponent, selector: "vdr-promotion-list", usesInheritance: true, ngImport: i0, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left>\r\n <vdr-language-selector\r\n [availableLanguageCodes]=\"availableLanguages$ | async\"\r\n [currentLanguageCode]=\"contentLanguage$ | async\"\r\n (languageCodeChange)=\"setLanguage($event)\"\r\n />\r\n </vdr-ab-left>\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"promotion-list\" />\r\n <a class=\"btn btn-primary\" [routerLink]=\"['./create']\" *vdrIfPermissions=\"'CreatePromotion'\">\r\n <clr-icon shape=\"plus\"></clr-icon>\r\n {{ 'marketing.create-new-promotion' | translate }}\r\n </a>\r\n <vdr-action-bar-dropdown-menu locationId=\"promotion-list\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<vdr-data-table-2\r\n id=\"promotion-list\"\r\n [items]=\"items$ | async\"\r\n [itemsPerPage]=\"itemsPerPage$ | async\"\r\n [totalItems]=\"totalItems$ | async\"\r\n [currentPage]=\"currentPage$ | async\"\r\n [filters]=\"filters\"\r\n (pageChange)=\"setPageNumber($event)\"\r\n (itemsPerPageChange)=\"setItemsPerPage($event)\"\r\n>\r\n <vdr-bulk-action-menu\r\n locationId=\"promotion-list\"\r\n [hostComponent]=\"this\"\r\n [selectionManager]=\"selectionManager\"\r\n />\r\n <vdr-dt2-search\r\n [searchTermControl]=\"searchTermControl\"\r\n [searchTermPlaceholder]=\"'marketing.search-by-name-or-coupon-code' | translate\"\r\n />\r\n <vdr-dt2-column [heading]=\"'common.id' | translate\" id=\"id\" [hiddenByDefault]=\"true\">\r\n <ng-template let-promotion=\"item\">{{ promotion.id }}</ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.created-at' | translate\"\r\n id=\"created-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('createdAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.createdAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.updated-at' | translate\"\r\n id=\"updated-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('updatedAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.updatedAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.name' | translate\"\r\n id=\"name\"\r\n [optional]=\"false\"\r\n [sort]=\"sorts.get('name')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n <a class=\"button-ghost\" [routerLink]=\"['./', promotion.id]\"\r\n ><span> {{ promotion.name }}</span>\r\n <clr-icon shape=\"arrow right\"></clr-icon>\r\n </a>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'common.enabled' | translate\" id=\"enabled\">\r\n <ng-template let-promotion=\"item\">\r\n <vdr-chip *ngIf=\"promotion.enabled\" colorType=\"success\">{{\r\n 'common.enabled' | translate\r\n }}</vdr-chip>\r\n <vdr-chip *ngIf=\"!promotion.enabled\" colorType=\"warning\">{{\r\n 'common.disabled' | translate\r\n }}</vdr-chip>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.coupon-code' | translate\"\r\n id=\"coupon-code\"\r\n [sort]=\"sorts.get('couponCode')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.couponCode }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.starts-at' | translate\"\r\n id=\"starts-at\"\r\n [sort]=\"sorts.get('startsAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.startsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'marketing.ends-at' | translate\" id=\"ends-at\" [sort]=\"sorts.get('endsAt')\">\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.endsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.per-customer-limit' | translate\"\r\n id=\"per-customer-limit\"\r\n [sort]=\"sorts.get('perCustomerUsageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.perCustomerUsageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.
|
|
122
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "17.2.4", type: PromotionListComponent, selector: "vdr-promotion-list", usesInheritance: true, ngImport: i0, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left>\r\n <vdr-language-selector\r\n [availableLanguageCodes]=\"availableLanguages$ | async\"\r\n [currentLanguageCode]=\"contentLanguage$ | async\"\r\n (languageCodeChange)=\"setLanguage($event)\"\r\n />\r\n </vdr-ab-left>\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"promotion-list\" />\r\n <a class=\"btn btn-primary\" [routerLink]=\"['./create']\" *vdrIfPermissions=\"'CreatePromotion'\">\r\n <clr-icon shape=\"plus\"></clr-icon>\r\n {{ 'marketing.create-new-promotion' | translate }}\r\n </a>\r\n <vdr-action-bar-dropdown-menu locationId=\"promotion-list\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<vdr-data-table-2\r\n id=\"promotion-list\"\r\n [items]=\"items$ | async\"\r\n [itemsPerPage]=\"itemsPerPage$ | async\"\r\n [totalItems]=\"totalItems$ | async\"\r\n [currentPage]=\"currentPage$ | async\"\r\n [filters]=\"filters\"\r\n (pageChange)=\"setPageNumber($event)\"\r\n (itemsPerPageChange)=\"setItemsPerPage($event)\"\r\n>\r\n <vdr-bulk-action-menu\r\n locationId=\"promotion-list\"\r\n [hostComponent]=\"this\"\r\n [selectionManager]=\"selectionManager\"\r\n />\r\n <vdr-dt2-search\r\n [searchTermControl]=\"searchTermControl\"\r\n [searchTermPlaceholder]=\"'marketing.search-by-name-or-coupon-code' | translate\"\r\n />\r\n <vdr-dt2-column [heading]=\"'common.id' | translate\" id=\"id\" [hiddenByDefault]=\"true\">\r\n <ng-template let-promotion=\"item\">{{ promotion.id }}</ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.created-at' | translate\"\r\n id=\"created-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('createdAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.createdAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.updated-at' | translate\"\r\n id=\"updated-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('updatedAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.updatedAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.name' | translate\"\r\n id=\"name\"\r\n [optional]=\"false\"\r\n [sort]=\"sorts.get('name')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n <a class=\"button-ghost\" [routerLink]=\"['./', promotion.id]\"\r\n ><span> {{ promotion.name }}</span>\r\n <clr-icon shape=\"arrow right\"></clr-icon>\r\n </a>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'common.enabled' | translate\" id=\"enabled\">\r\n <ng-template let-promotion=\"item\">\r\n <vdr-chip *ngIf=\"promotion.enabled\" colorType=\"success\">{{\r\n 'common.enabled' | translate\r\n }}</vdr-chip>\r\n <vdr-chip *ngIf=\"!promotion.enabled\" colorType=\"warning\">{{\r\n 'common.disabled' | translate\r\n }}</vdr-chip>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.coupon-code' | translate\"\r\n id=\"coupon-code\"\r\n [sort]=\"sorts.get('couponCode')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.couponCode }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.starts-at' | translate\"\r\n id=\"starts-at\"\r\n [sort]=\"sorts.get('startsAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.startsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'marketing.ends-at' | translate\" id=\"ends-at\" [sort]=\"sorts.get('endsAt')\">\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.endsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.per-customer-limit' | translate\"\r\n id=\"per-customer-limit\"\r\n [sort]=\"sorts.get('perCustomerUsageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.perCustomerUsageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.usage-limit' | translate\"\r\n id=\"usage-limit\"\r\n [sort]=\"sorts.get('usageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.usageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-custom-field-column\r\n *ngFor=\"let customField of customFields\"\r\n [customField]=\"customField\"\r\n [sorts]=\"sorts\"\r\n />\r\n</vdr-data-table-2>\r\n", styles: [".search-form{padding:0}.search-input{margin:6px 8px 0 0;min-width:200px}\n"], dependencies: [{ kind: "directive", type: i1.ClrIconCustomTag, selector: "clr-icon" }, { kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i3.RouterLink, selector: "[routerLink]", inputs: ["target", "queryParams", "fragment", "queryParamsHandling", "state", "info", "relativeTo", "preserveFragment", "skipLocationChange", "replaceUrl", "routerLink"] }, { kind: "component", type: i4.ActionBarComponent, selector: "vdr-action-bar" }, { kind: "component", type: i4.ActionBarLeftComponent, selector: "vdr-ab-left", inputs: ["grow"] }, { kind: "component", type: i4.ActionBarRightComponent, selector: "vdr-ab-right", inputs: ["grow"] }, { kind: "component", type: i4.ActionBarDropdownMenuComponent, selector: "vdr-action-bar-dropdown-menu", inputs: ["alwaysShow"] }, { kind: "component", type: i4.ChipComponent, selector: "vdr-chip", inputs: ["icon", "invert", "colorFrom", "colorType"], outputs: ["iconClick"] }, { kind: "component", type: i4.LanguageSelectorComponent, selector: "vdr-language-selector", inputs: ["currentLanguageCode", "availableLanguageCodes", "disabled"], outputs: ["languageCodeChange"] }, { kind: "directive", type: i4.IfPermissionsDirective, selector: "[vdrIfPermissions]", inputs: ["vdrIfPermissions", "vdrIfPermissionsElse"] }, { kind: "component", type: i4.ActionBarItemsComponent, selector: "vdr-action-bar-items" }, { kind: "component", type: i4.BulkActionMenuComponent, selector: "vdr-bulk-action-menu", inputs: ["locationId", "selectionManager", "hostComponent"] }, { kind: "component", type: i4.DataTable2Component, selector: "vdr-data-table-2", inputs: ["id", "items", "itemsPerPage", "currentPage", "totalItems", "emptyStateLabel", "filters", "activeIndex"], outputs: ["pageChange", "itemsPerPageChange"] }, { kind: "component", type: i4.DataTable2ColumnComponent, selector: "vdr-dt2-column", inputs: ["id", "expand", "heading", "align", "sort", "optional", "hiddenByDefault", "orderable"], exportAs: ["row"] }, { kind: "component", type: i4.DataTable2SearchComponent, selector: "vdr-dt2-search", inputs: ["searchTermControl", "searchTermPlaceholder"] }, { kind: "component", type: i4.DataTableCustomFieldColumnComponent, selector: "vdr-dt2-custom-field-column", inputs: ["customField", "sorts"], exportAs: ["row"] }, { kind: "component", type: i4.PageBlockComponent, selector: "vdr-page-block" }, { kind: "pipe", type: i2.AsyncPipe, name: "async" }, { kind: "pipe", type: i5.TranslatePipe, name: "translate" }, { kind: "pipe", type: i4.LocaleDatePipe, name: "localeDate" }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
123
123
|
}
|
|
124
124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "17.2.4", ngImport: i0, type: PromotionListComponent, decorators: [{
|
|
125
125
|
type: Component,
|
|
126
|
-
args: [{ selector: 'vdr-promotion-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left>\r\n <vdr-language-selector\r\n [availableLanguageCodes]=\"availableLanguages$ | async\"\r\n [currentLanguageCode]=\"contentLanguage$ | async\"\r\n (languageCodeChange)=\"setLanguage($event)\"\r\n />\r\n </vdr-ab-left>\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"promotion-list\" />\r\n <a class=\"btn btn-primary\" [routerLink]=\"['./create']\" *vdrIfPermissions=\"'CreatePromotion'\">\r\n <clr-icon shape=\"plus\"></clr-icon>\r\n {{ 'marketing.create-new-promotion' | translate }}\r\n </a>\r\n <vdr-action-bar-dropdown-menu locationId=\"promotion-list\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<vdr-data-table-2\r\n id=\"promotion-list\"\r\n [items]=\"items$ | async\"\r\n [itemsPerPage]=\"itemsPerPage$ | async\"\r\n [totalItems]=\"totalItems$ | async\"\r\n [currentPage]=\"currentPage$ | async\"\r\n [filters]=\"filters\"\r\n (pageChange)=\"setPageNumber($event)\"\r\n (itemsPerPageChange)=\"setItemsPerPage($event)\"\r\n>\r\n <vdr-bulk-action-menu\r\n locationId=\"promotion-list\"\r\n [hostComponent]=\"this\"\r\n [selectionManager]=\"selectionManager\"\r\n />\r\n <vdr-dt2-search\r\n [searchTermControl]=\"searchTermControl\"\r\n [searchTermPlaceholder]=\"'marketing.search-by-name-or-coupon-code' | translate\"\r\n />\r\n <vdr-dt2-column [heading]=\"'common.id' | translate\" id=\"id\" [hiddenByDefault]=\"true\">\r\n <ng-template let-promotion=\"item\">{{ promotion.id }}</ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.created-at' | translate\"\r\n id=\"created-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('createdAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.createdAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.updated-at' | translate\"\r\n id=\"updated-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('updatedAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.updatedAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.name' | translate\"\r\n id=\"name\"\r\n [optional]=\"false\"\r\n [sort]=\"sorts.get('name')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n <a class=\"button-ghost\" [routerLink]=\"['./', promotion.id]\"\r\n ><span> {{ promotion.name }}</span>\r\n <clr-icon shape=\"arrow right\"></clr-icon>\r\n </a>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'common.enabled' | translate\" id=\"enabled\">\r\n <ng-template let-promotion=\"item\">\r\n <vdr-chip *ngIf=\"promotion.enabled\" colorType=\"success\">{{\r\n 'common.enabled' | translate\r\n }}</vdr-chip>\r\n <vdr-chip *ngIf=\"!promotion.enabled\" colorType=\"warning\">{{\r\n 'common.disabled' | translate\r\n }}</vdr-chip>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.coupon-code' | translate\"\r\n id=\"coupon-code\"\r\n [sort]=\"sorts.get('couponCode')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.couponCode }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.starts-at' | translate\"\r\n id=\"starts-at\"\r\n [sort]=\"sorts.get('startsAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.startsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'marketing.ends-at' | translate\" id=\"ends-at\" [sort]=\"sorts.get('endsAt')\">\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.endsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.per-customer-limit' | translate\"\r\n id=\"per-customer-limit\"\r\n [sort]=\"sorts.get('perCustomerUsageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.perCustomerUsageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.
|
|
126
|
+
args: [{ selector: 'vdr-promotion-list', changeDetection: ChangeDetectionStrategy.OnPush, template: "<vdr-page-block>\r\n <vdr-action-bar>\r\n <vdr-ab-left>\r\n <vdr-language-selector\r\n [availableLanguageCodes]=\"availableLanguages$ | async\"\r\n [currentLanguageCode]=\"contentLanguage$ | async\"\r\n (languageCodeChange)=\"setLanguage($event)\"\r\n />\r\n </vdr-ab-left>\r\n <vdr-ab-right>\r\n <vdr-action-bar-items locationId=\"promotion-list\" />\r\n <a class=\"btn btn-primary\" [routerLink]=\"['./create']\" *vdrIfPermissions=\"'CreatePromotion'\">\r\n <clr-icon shape=\"plus\"></clr-icon>\r\n {{ 'marketing.create-new-promotion' | translate }}\r\n </a>\r\n <vdr-action-bar-dropdown-menu locationId=\"promotion-list\" />\r\n </vdr-ab-right>\r\n </vdr-action-bar>\r\n</vdr-page-block>\r\n\r\n<vdr-data-table-2\r\n id=\"promotion-list\"\r\n [items]=\"items$ | async\"\r\n [itemsPerPage]=\"itemsPerPage$ | async\"\r\n [totalItems]=\"totalItems$ | async\"\r\n [currentPage]=\"currentPage$ | async\"\r\n [filters]=\"filters\"\r\n (pageChange)=\"setPageNumber($event)\"\r\n (itemsPerPageChange)=\"setItemsPerPage($event)\"\r\n>\r\n <vdr-bulk-action-menu\r\n locationId=\"promotion-list\"\r\n [hostComponent]=\"this\"\r\n [selectionManager]=\"selectionManager\"\r\n />\r\n <vdr-dt2-search\r\n [searchTermControl]=\"searchTermControl\"\r\n [searchTermPlaceholder]=\"'marketing.search-by-name-or-coupon-code' | translate\"\r\n />\r\n <vdr-dt2-column [heading]=\"'common.id' | translate\" id=\"id\" [hiddenByDefault]=\"true\">\r\n <ng-template let-promotion=\"item\">{{ promotion.id }}</ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.created-at' | translate\"\r\n id=\"created-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('createdAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.createdAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.updated-at' | translate\"\r\n id=\"updated-at\"\r\n [hiddenByDefault]=\"true\"\r\n [sort]=\"sorts.get('updatedAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.updatedAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'common.name' | translate\"\r\n id=\"name\"\r\n [optional]=\"false\"\r\n [sort]=\"sorts.get('name')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n <a class=\"button-ghost\" [routerLink]=\"['./', promotion.id]\"\r\n ><span> {{ promotion.name }}</span>\r\n <clr-icon shape=\"arrow right\"></clr-icon>\r\n </a>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'common.enabled' | translate\" id=\"enabled\">\r\n <ng-template let-promotion=\"item\">\r\n <vdr-chip *ngIf=\"promotion.enabled\" colorType=\"success\">{{\r\n 'common.enabled' | translate\r\n }}</vdr-chip>\r\n <vdr-chip *ngIf=\"!promotion.enabled\" colorType=\"warning\">{{\r\n 'common.disabled' | translate\r\n }}</vdr-chip>\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.coupon-code' | translate\"\r\n id=\"coupon-code\"\r\n [sort]=\"sorts.get('couponCode')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.couponCode }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.starts-at' | translate\"\r\n id=\"starts-at\"\r\n [sort]=\"sorts.get('startsAt')\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.startsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column [heading]=\"'marketing.ends-at' | translate\" id=\"ends-at\" [sort]=\"sorts.get('endsAt')\">\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.endsAt | localeDate : 'short' }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.per-customer-limit' | translate\"\r\n id=\"per-customer-limit\"\r\n [sort]=\"sorts.get('perCustomerUsageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.perCustomerUsageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-column\r\n [heading]=\"'marketing.usage-limit' | translate\"\r\n id=\"usage-limit\"\r\n [sort]=\"sorts.get('usageLimit')\"\r\n [hiddenByDefault]=\"true\"\r\n >\r\n <ng-template let-promotion=\"item\">\r\n {{ promotion.usageLimit }}\r\n </ng-template>\r\n </vdr-dt2-column>\r\n <vdr-dt2-custom-field-column\r\n *ngFor=\"let customField of customFields\"\r\n [customField]=\"customField\"\r\n [sorts]=\"sorts\"\r\n />\r\n</vdr-data-table-2>\r\n", styles: [".search-form{padding:0}.search-input{margin:6px 8px 0 0;min-width:200px}\n"] }]
|
|
127
127
|
}], ctorParameters: () => [] });
|
|
128
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvbW90aW9uLWxpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9tYXJrZXRpbmcvc3JjL2NvbXBvbmVudHMvcHJvbW90aW9uLWxpc3QvcHJvbW90aW9uLWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9tYXJrZXRpbmcvc3JjL2NvbXBvbmVudHMvcHJvbW90aW9uLWxpc3QvcHJvbW90aW9uLWxpc3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsTUFBTSxJQUFJLENBQUMsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3RFLE9BQU8sRUFDSCx3QkFBd0IsRUFDeEIsZUFBZSxFQUNmLGtCQUFrQixFQUdsQixzQkFBc0IsR0FDekIsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7QUFFckMsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7TUFTL0Isa0JBQWtCO0NBQ3ZCLENBQUM7QUFRRixNQUFNLE9BQU8sc0JBQ1QsU0FBUSxzQkFBcUU7SUEyRTdFO1FBQ0ksS0FBSyxFQUFFLENBQUM7UUF6RUgsaUJBQVksR0FBRyxJQUFJLENBQUMsb0JBQW9CLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDdEQsWUFBTyxHQUFHLElBQUksQ0FBQyxzQkFBc0IsRUFBRTthQUMzQyxXQUFXLEVBQUU7YUFDYixjQUFjLEVBQUU7YUFDaEIsVUFBVSxDQUFDO1lBQ1I7Z0JBQ0ksSUFBSSxFQUFFLFVBQVU7Z0JBQ2hCLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7Z0JBQzNCLEtBQUssRUFBRSxDQUFDLENBQUMscUJBQXFCLENBQUM7Z0JBQy9CLFdBQVcsRUFBRSxVQUFVO2FBQzFCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLEVBQUUsSUFBSSxFQUFFLFdBQVcsRUFBRTtnQkFDM0IsS0FBSyxFQUFFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQztnQkFDN0IsV0FBVyxFQUFFLFFBQVE7YUFDeEI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsU0FBUztnQkFDZixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFO2dCQUN6QixLQUFLLEVBQUUsQ0FBQyxDQUFDLGdCQUFnQixDQUFDO2dCQUMxQixXQUFXLEVBQUUsU0FBUzthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUU7Z0JBQ3RCLEtBQUssRUFBRSxDQUFDLENBQUMsYUFBYSxDQUFDO2dCQUN2QixXQUFXLEVBQUUsTUFBTTthQUN0QjtZQUNEO2dCQUNJLElBQUksRUFBRSxZQUFZO2dCQUNsQixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFO2dCQUN0QixLQUFLLEVBQUUsQ0FBQyxDQUFDLHVCQUF1QixDQUFDO2dCQUNqQyxXQUFXLEVBQUUsWUFBWTthQUM1QjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUU7Z0JBQ3RCLEtBQUssRUFBRSxDQUFDLENBQUMsb0JBQW9CLENBQUM7Z0JBQzlCLFdBQVcsRUFBRSxhQUFhO2FBQzdCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLHVCQUF1QjtnQkFDN0IsSUFBSSxFQUFFLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRTtnQkFDeEIsS0FBSyxFQUFFLENBQUMsQ0FBQyw4QkFBOEIsQ0FBQztnQkFDeEMsV0FBVyxFQUFFLHVCQUF1QjthQUN2QztZQUNEO2dCQUNJLElBQUksRUFBRSxZQUFZO2dCQUNsQixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFO2dCQUN4QixLQUFLLEVBQUUsQ0FBQyxDQUFDLHVCQUF1QixDQUFDO2dCQUNqQyxXQUFXLEVBQUUsWUFBWTthQUM1QjtTQUNKLENBQUM7YUFDRCxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO2FBQ3hDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkIsVUFBSyxHQUFHLElBQUksQ0FBQyxvQkFBb0IsRUFBRTthQUN2QyxXQUFXLENBQUMsV0FBVyxFQUFFLE1BQU0sQ0FBQzthQUNoQyxRQUFRLENBQUM7WUFDTixFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7WUFDckIsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFO1lBQ3JCLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRTtZQUNwQixFQUFFLElBQUksRUFBRSxRQUFRLEVBQUU7WUFDbEIsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFO1lBQ2hCLEVBQUUsSUFBSSxFQUFFLFlBQVksRUFBRTtZQUN0QixFQUFFLElBQUksRUFBRSx1QkFBdUIsRUFBRTtZQUNqQyxFQUFFLElBQUksRUFBRSxZQUFZLEVBQUU7U0FDekIsQ0FBQzthQUNELG1CQUFtQixDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7YUFDdEMsY0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUk1QixLQUFLLENBQUMsU0FBUyxDQUFDO1lBQ1osUUFBUSxFQUFFLHdCQUF3QjtZQUNsQyxRQUFRLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsVUFBVTtZQUNqQyxZQUFZLEVBQUUsQ0FBQyxJQUFJLEVBQUUsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDO1lBQy9GLG9CQUFvQixFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUM7U0FDN0UsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVPLGtCQUFrQixDQUN0QixJQUFZLEVBQ1osSUFBWSxFQUNaLFVBQXlCO1FBRXpCLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUNoRCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQzFDLElBQUksY0FBYyxHQUFHLGVBQWUsQ0FBQyxHQUFHLENBQUM7UUFDekMsSUFBSSxVQUFVLEVBQUUsQ0FBQztZQUNiLE1BQU0sQ0FBQyxVQUFVLEdBQUcsRUFBRSxRQUFRLEVBQUUsVUFBVSxFQUFFLENBQUM7WUFDN0MsTUFBTSxDQUFDLElBQUksR0FBRyxFQUFFLFFBQVEsRUFBRSxVQUFVLEVBQUUsQ0FBQztZQUN2QyxjQUFjLEdBQUcsZUFBZSxDQUFDLEVBQUUsQ0FBQztRQUN4QyxDQUFDO1FBRUQsT0FBTztZQUNILE9BQU8sRUFBRTtnQkFDTCxJQUFJO2dCQUNKLElBQUk7Z0JBQ0osTUFBTTtnQkFDTixjQUFjO2dCQUNkLElBQUk7YUFDUDtTQUNKLENBQUM7SUFDTixDQUFDOzhHQTdHUSxzQkFBc0I7a0dBQXRCLHNCQUFzQixpRkM5Qm5DLG91S0FzSUE7OzJGRHhHYSxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0ksb0JBQW9CLG1CQUdiLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgbWFya2VyIGFzIF8gfSBmcm9tICdAYmllc2JqZXJnL25neC10cmFuc2xhdGUtZXh0cmFjdC1tYXJrZXInO1xyXG5pbXBvcnQge1xyXG4gICAgR2V0UHJvbW90aW9uTGlzdERvY3VtZW50LFxyXG4gICAgTG9naWNhbE9wZXJhdG9yLFxyXG4gICAgUFJPTU9USU9OX0ZSQUdNRU5ULFxyXG4gICAgUHJvbW90aW9uTGlzdE9wdGlvbnMsXHJcbiAgICBQcm9tb3Rpb25Tb3J0UGFyYW1ldGVyLFxyXG4gICAgVHlwZWRCYXNlTGlzdENvbXBvbmVudCxcclxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcclxuaW1wb3J0IHsgZ3FsIH0gZnJvbSAnYXBvbGxvLWFuZ3VsYXInO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9QUk9NT1RJT05fTElTVCA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldFByb21vdGlvbkxpc3QoJG9wdGlvbnM6IFByb21vdGlvbkxpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgcHJvbW90aW9ucyhvcHRpb25zOiAkb3B0aW9ucykge1xyXG4gICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICAuLi5Qcm9tb3Rpb25cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9NT1RJT05fRlJBR01FTlR9XHJcbmA7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLXByb21vdGlvbi1saXN0JyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9wcm9tb3Rpb24tbGlzdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9wcm9tb3Rpb24tbGlzdC5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQcm9tb3Rpb25MaXN0Q29tcG9uZW50XHJcbiAgICBleHRlbmRzIFR5cGVkQmFzZUxpc3RDb21wb25lbnQ8dHlwZW9mIEdldFByb21vdGlvbkxpc3REb2N1bWVudCwgJ3Byb21vdGlvbnMnPlxyXG4gICAgaW1wbGVtZW50cyBPbkluaXRcclxue1xyXG4gICAgcmVhZG9ubHkgY3VzdG9tRmllbGRzID0gdGhpcy5nZXRDdXN0b21GaWVsZENvbmZpZygnUHJvbW90aW9uJyk7XHJcbiAgICByZWFkb25seSBmaWx0ZXJzID0gdGhpcy5jcmVhdGVGaWx0ZXJDb2xsZWN0aW9uKClcclxuICAgICAgICAuYWRkSWRGaWx0ZXIoKVxyXG4gICAgICAgIC5hZGREYXRlRmlsdGVycygpXHJcbiAgICAgICAgLmFkZEZpbHRlcnMoW1xyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnc3RhcnRzQXQnLFxyXG4gICAgICAgICAgICAgICAgdHlwZTogeyBraW5kOiAnZGF0ZVJhbmdlJyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ21hcmtldGluZy5zdGFydHMtYXQnKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAnc3RhcnRzQXQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnZW5kc0F0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ2RhdGVSYW5nZScgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcuZW5kcy1hdCcpLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyRmllbGQ6ICdlbmRzQXQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnZW5hYmxlZCcsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICdib29sZWFuJyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ2NvbW1vbi5lbmFibGVkJyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ2VuYWJsZWQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnbmFtZScsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICd0ZXh0JyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ2NvbW1vbi5uYW1lJyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ25hbWUnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnY291cG9uQ29kZScsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICd0ZXh0JyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ21hcmtldGluZy5jb3Vwb24tY29kZScpLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyRmllbGQ6ICdjb3Vwb25Db2RlJyxcclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbmFtZTogJ2Rlc2MnLFxyXG4gICAgICAgICAgICAgICAgdHlwZTogeyBraW5kOiAndGV4dCcgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdjb21tb24uZGVzY3JpcHRpb24nKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAnZGVzY3JpcHRpb24nLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAncGVyQ3VzdG9tZXJVc2FnZUxpbWl0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ251bWJlcicgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcucGVyLWN1c3RvbWVyLWxpbWl0JyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ3BlckN1c3RvbWVyVXNhZ2VMaW1pdCcsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgIG5hbWU6ICd1c2FnZUxpbWl0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ251bWJlcicgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcudXNhZ2UtbGltaXQnKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAndXNhZ2VMaW1pdCcsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgXSlcclxuICAgICAgICAuYWRkQ3VzdG9tRmllbGRGaWx0ZXJzKHRoaXMuY3VzdG9tRmllbGRzKVxyXG4gICAgICAgIC5jb25uZWN0VG9Sb3V0ZSh0aGlzLnJvdXRlKTtcclxuXHJcbiAgICByZWFkb25seSBzb3J0cyA9IHRoaXMuY3JlYXRlU29ydENvbGxlY3Rpb24oKVxyXG4gICAgICAgIC5kZWZhdWx0U29ydCgnY3JlYXRlZEF0JywgJ0RFU0MnKVxyXG4gICAgICAgIC5hZGRTb3J0cyhbXHJcbiAgICAgICAgICAgIHsgbmFtZTogJ2NyZWF0ZWRBdCcgfSxcclxuICAgICAgICAgICAgeyBuYW1lOiAndXBkYXRlZEF0JyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdzdGFydHNBdCcgfSxcclxuICAgICAgICAgICAgeyBuYW1lOiAnZW5kc0F0JyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICduYW1lJyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdjb3Vwb25Db2RlJyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdwZXJDdXN0b21lclVzYWdlTGltaXQnIH0sXHJcbiAgICAgICAgICAgIHsgbmFtZTogJ3VzYWdlTGltaXQnIH0sXHJcbiAgICAgICAgXSlcclxuICAgICAgICAuYWRkQ3VzdG9tRmllbGRTb3J0cyh0aGlzLmN1c3RvbUZpZWxkcylcclxuICAgICAgICAuY29ubmVjdFRvUm91dGUodGhpcy5yb3V0ZSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IoKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgICAgICBzdXBlci5jb25maWd1cmUoe1xyXG4gICAgICAgICAgICBkb2N1bWVudDogR2V0UHJvbW90aW9uTGlzdERvY3VtZW50LFxyXG4gICAgICAgICAgICBnZXRJdGVtczogZGF0YSA9PiBkYXRhLnByb21vdGlvbnMsXHJcbiAgICAgICAgICAgIHNldFZhcmlhYmxlczogKHNraXAsIHRha2UpID0+IHRoaXMuY3JlYXRlUXVlcnlPcHRpb25zKHNraXAsIHRha2UsIHRoaXMuc2VhcmNoVGVybUNvbnRyb2wudmFsdWUpLFxyXG4gICAgICAgICAgICByZWZyZXNoTGlzdE9uQ2hhbmdlczogW3RoaXMuZmlsdGVycy52YWx1ZUNoYW5nZXMsIHRoaXMuc29ydHMudmFsdWVDaGFuZ2VzXSxcclxuICAgICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICBwcml2YXRlIGNyZWF0ZVF1ZXJ5T3B0aW9ucyhcclxuICAgICAgICBza2lwOiBudW1iZXIsXHJcbiAgICAgICAgdGFrZTogbnVtYmVyLFxyXG4gICAgICAgIHNlYXJjaFRlcm06IHN0cmluZyB8IG51bGwsXHJcbiAgICApOiB7IG9wdGlvbnM6IFByb21vdGlvbkxpc3RPcHRpb25zIH0ge1xyXG4gICAgICAgIGNvbnN0IGZpbHRlciA9IHRoaXMuZmlsdGVycy5jcmVhdGVGaWx0ZXJJbnB1dCgpO1xyXG4gICAgICAgIGNvbnN0IHNvcnQgPSB0aGlzLnNvcnRzLmNyZWF0ZVNvcnRJbnB1dCgpO1xyXG4gICAgICAgIGxldCBmaWx0ZXJPcGVyYXRvciA9IExvZ2ljYWxPcGVyYXRvci5BTkQ7XHJcbiAgICAgICAgaWYgKHNlYXJjaFRlcm0pIHtcclxuICAgICAgICAgICAgZmlsdGVyLmNvdXBvbkNvZGUgPSB7IGNvbnRhaW5zOiBzZWFyY2hUZXJtIH07XHJcbiAgICAgICAgICAgIGZpbHRlci5uYW1lID0geyBjb250YWluczogc2VhcmNoVGVybSB9O1xyXG4gICAgICAgICAgICBmaWx0ZXJPcGVyYXRvciA9IExvZ2ljYWxPcGVyYXRvci5PUjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAgIG9wdGlvbnM6IHtcclxuICAgICAgICAgICAgICAgIHNraXAsXHJcbiAgICAgICAgICAgICAgICB0YWtlLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyT3BlcmF0b3IsXHJcbiAgICAgICAgICAgICAgICBzb3J0LFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgIH07XHJcbiAgICB9XHJcbn1cclxuIiwiPHZkci1wYWdlLWJsb2NrPlxyXG4gICAgPHZkci1hY3Rpb24tYmFyPlxyXG4gICAgICAgIDx2ZHItYWItbGVmdD5cclxuICAgICAgICAgICAgPHZkci1sYW5ndWFnZS1zZWxlY3RvclxyXG4gICAgICAgICAgICAgICAgW2F2YWlsYWJsZUxhbmd1YWdlQ29kZXNdPVwiYXZhaWxhYmxlTGFuZ3VhZ2VzJCB8IGFzeW5jXCJcclxuICAgICAgICAgICAgICAgIFtjdXJyZW50TGFuZ3VhZ2VDb2RlXT1cImNvbnRlbnRMYW5ndWFnZSQgfCBhc3luY1wiXHJcbiAgICAgICAgICAgICAgICAobGFuZ3VhZ2VDb2RlQ2hhbmdlKT1cInNldExhbmd1YWdlKCRldmVudClcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgIDwvdmRyLWFiLWxlZnQ+XHJcbiAgICAgICAgPHZkci1hYi1yaWdodD5cclxuICAgICAgICAgICAgPHZkci1hY3Rpb24tYmFyLWl0ZW1zIGxvY2F0aW9uSWQ9XCJwcm9tb3Rpb24tbGlzdFwiIC8+XHJcbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCIgW3JvdXRlckxpbmtdPVwiWycuL2NyZWF0ZSddXCIgKnZkcklmUGVybWlzc2lvbnM9XCInQ3JlYXRlUHJvbW90aW9uJ1wiPlxyXG4gICAgICAgICAgICAgICAgPGNsci1pY29uIHNoYXBlPVwicGx1c1wiPjwvY2xyLWljb24+XHJcbiAgICAgICAgICAgICAgICB7eyAnbWFya2V0aW5nLmNyZWF0ZS1uZXctcHJvbW90aW9uJyB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIDx2ZHItYWN0aW9uLWJhci1kcm9wZG93bi1tZW51IGxvY2F0aW9uSWQ9XCJwcm9tb3Rpb24tbGlzdFwiIC8+XHJcbiAgICAgICAgPC92ZHItYWItcmlnaHQ+XHJcbiAgICA8L3Zkci1hY3Rpb24tYmFyPlxyXG48L3Zkci1wYWdlLWJsb2NrPlxyXG5cclxuPHZkci1kYXRhLXRhYmxlLTJcclxuICAgIGlkPVwicHJvbW90aW9uLWxpc3RcIlxyXG4gICAgW2l0ZW1zXT1cIml0ZW1zJCB8IGFzeW5jXCJcclxuICAgIFtpdGVtc1BlclBhZ2VdPVwiaXRlbXNQZXJQYWdlJCB8IGFzeW5jXCJcclxuICAgIFt0b3RhbEl0ZW1zXT1cInRvdGFsSXRlbXMkIHwgYXN5bmNcIlxyXG4gICAgW2N1cnJlbnRQYWdlXT1cImN1cnJlbnRQYWdlJCB8IGFzeW5jXCJcclxuICAgIFtmaWx0ZXJzXT1cImZpbHRlcnNcIlxyXG4gICAgKHBhZ2VDaGFuZ2UpPVwic2V0UGFnZU51bWJlcigkZXZlbnQpXCJcclxuICAgIChpdGVtc1BlclBhZ2VDaGFuZ2UpPVwic2V0SXRlbXNQZXJQYWdlKCRldmVudClcIlxyXG4+XHJcbiAgICA8dmRyLWJ1bGstYWN0aW9uLW1lbnVcclxuICAgICAgICBsb2NhdGlvbklkPVwicHJvbW90aW9uLWxpc3RcIlxyXG4gICAgICAgIFtob3N0Q29tcG9uZW50XT1cInRoaXNcIlxyXG4gICAgICAgIFtzZWxlY3Rpb25NYW5hZ2VyXT1cInNlbGVjdGlvbk1hbmFnZXJcIlxyXG4gICAgLz5cclxuICAgIDx2ZHItZHQyLXNlYXJjaFxyXG4gICAgICAgIFtzZWFyY2hUZXJtQ29udHJvbF09XCJzZWFyY2hUZXJtQ29udHJvbFwiXHJcbiAgICAgICAgW3NlYXJjaFRlcm1QbGFjZWhvbGRlcl09XCInbWFya2V0aW5nLnNlYXJjaC1ieS1uYW1lLW9yLWNvdXBvbi1jb2RlJyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAvPlxyXG4gICAgPHZkci1kdDItY29sdW1uIFtoZWFkaW5nXT1cIidjb21tb24uaWQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJpZFwiIFtoaWRkZW5CeURlZmF1bHRdPVwidHJ1ZVwiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPnt7IHByb21vdGlvbi5pZCB9fTwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3Zkci1kdDItY29sdW1uPlxyXG4gICAgPHZkci1kdDItY29sdW1uXHJcbiAgICAgICAgW2hlYWRpbmddPVwiJ2NvbW1vbi5jcmVhdGVkLWF0JyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJjcmVhdGVkLWF0XCJcclxuICAgICAgICBbaGlkZGVuQnlEZWZhdWx0XT1cInRydWVcIlxyXG4gICAgICAgIFtzb3J0XT1cInNvcnRzLmdldCgnY3JlYXRlZEF0JylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uY3JlYXRlZEF0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidjb21tb24udXBkYXRlZC1hdCcgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgIGlkPVwidXBkYXRlZC1hdFwiXHJcbiAgICAgICAgW2hpZGRlbkJ5RGVmYXVsdF09XCJ0cnVlXCJcclxuICAgICAgICBbc29ydF09XCJzb3J0cy5nZXQoJ3VwZGF0ZWRBdCcpXCJcclxuICAgID5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXByb21vdGlvbj1cIml0ZW1cIj5cclxuICAgICAgICAgICAge3sgcHJvbW90aW9uLnVwZGF0ZWRBdCB8IGxvY2FsZURhdGUgOiAnc2hvcnQnIH19XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvdmRyLWR0Mi1jb2x1bW4+XHJcbiAgICA8dmRyLWR0Mi1jb2x1bW5cclxuICAgICAgICBbaGVhZGluZ109XCInY29tbW9uLm5hbWUnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICBpZD1cIm5hbWVcIlxyXG4gICAgICAgIFtvcHRpb25hbF09XCJmYWxzZVwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCduYW1lJylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICA8YSBjbGFzcz1cImJ1dHRvbi1naG9zdFwiIFtyb3V0ZXJMaW5rXT1cIlsnLi8nLCBwcm9tb3Rpb24uaWRdXCJcclxuICAgICAgICAgICAgICAgID48c3Bhbj4ge3sgcHJvbW90aW9uLm5hbWUgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8Y2xyLWljb24gc2hhcGU9XCJhcnJvdyByaWdodFwiPjwvY2xyLWljb24+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtbiBbaGVhZGluZ109XCInY29tbW9uLmVuYWJsZWQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJlbmFibGVkXCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1wcm9tb3Rpb249XCJpdGVtXCI+XHJcbiAgICAgICAgICAgIDx2ZHItY2hpcCAqbmdJZj1cInByb21vdGlvbi5lbmFibGVkXCIgY29sb3JUeXBlPVwic3VjY2Vzc1wiPnt7XHJcbiAgICAgICAgICAgICAgICAnY29tbW9uLmVuYWJsZWQnIHwgdHJhbnNsYXRlXHJcbiAgICAgICAgICAgIH19PC92ZHItY2hpcD5cclxuICAgICAgICAgICAgPHZkci1jaGlwICpuZ0lmPVwiIXByb21vdGlvbi5lbmFibGVkXCIgY29sb3JUeXBlPVwid2FybmluZ1wiPnt7XHJcbiAgICAgICAgICAgICAgICAnY29tbW9uLmRpc2FibGVkJyB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICB9fTwvdmRyLWNoaXA+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvdmRyLWR0Mi1jb2x1bW4+XHJcbiAgICA8dmRyLWR0Mi1jb2x1bW5cclxuICAgICAgICBbaGVhZGluZ109XCInbWFya2V0aW5nLmNvdXBvbi1jb2RlJyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJjb3Vwb24tY29kZVwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCdjb3Vwb25Db2RlJylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uY291cG9uQ29kZSB9fVxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3Zkci1kdDItY29sdW1uPlxyXG4gICAgPHZkci1kdDItY29sdW1uXHJcbiAgICAgICAgW2hlYWRpbmddPVwiJ21hcmtldGluZy5zdGFydHMtYXQnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICBpZD1cInN0YXJ0cy1hdFwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCdzdGFydHNBdCcpXCJcclxuICAgID5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXByb21vdGlvbj1cIml0ZW1cIj5cclxuICAgICAgICAgICAge3sgcHJvbW90aW9uLnN0YXJ0c0F0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtbiBbaGVhZGluZ109XCInbWFya2V0aW5nLmVuZHMtYXQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJlbmRzLWF0XCIgW3NvcnRdPVwic29ydHMuZ2V0KCdlbmRzQXQnKVwiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uZW5kc0F0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidtYXJrZXRpbmcucGVyLWN1c3RvbWVyLWxpbWl0JyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJwZXItY3VzdG9tZXItbGltaXRcIlxyXG4gICAgICAgIFtzb3J0XT1cInNvcnRzLmdldCgncGVyQ3VzdG9tZXJVc2FnZUxpbWl0JylcIlxyXG4gICAgICAgIFtoaWRkZW5CeURlZmF1bHRdPVwidHJ1ZVwiXHJcbiAgICA+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1wcm9tb3Rpb249XCJpdGVtXCI+XHJcbiAgICAgICAgICAgIHt7IHByb21vdGlvbi5wZXJDdXN0b21lclVzYWdlTGltaXQgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidtYXJrZXRpbmcucGVyLWN1c3RvbWVyLWxpbWl0JyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJwZXItY3VzdG9tZXItbGltaXRcIlxyXG4gICAgICAgIFtzb3J0XT1cInNvcnRzLmdldCgndXNhZ2VMaW1pdCcpXCJcclxuICAgICAgICBbaGlkZGVuQnlEZWZhdWx0XT1cInRydWVcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24udXNhZ2VMaW1pdCB9fVxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3Zkci1kdDItY29sdW1uPlxyXG4gICAgPHZkci1kdDItY3VzdG9tLWZpZWxkLWNvbHVtblxyXG4gICAgICAgICpuZ0Zvcj1cImxldCBjdXN0b21GaWVsZCBvZiBjdXN0b21GaWVsZHNcIlxyXG4gICAgICAgIFtjdXN0b21GaWVsZF09XCJjdXN0b21GaWVsZFwiXHJcbiAgICAgICAgW3NvcnRzXT1cInNvcnRzXCJcclxuICAgIC8+XHJcbjwvdmRyLWRhdGEtdGFibGUtMj5cclxuIl19
|
|
128
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvbW90aW9uLWxpc3QuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9tYXJrZXRpbmcvc3JjL2NvbXBvbmVudHMvcHJvbW90aW9uLWxpc3QvcHJvbW90aW9uLWxpc3QuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vc3JjL2xpYi9tYXJrZXRpbmcvc3JjL2NvbXBvbmVudHMvcHJvbW90aW9uLWxpc3QvcHJvbW90aW9uLWxpc3QuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLHVCQUF1QixFQUFFLFNBQVMsRUFBVSxNQUFNLGVBQWUsQ0FBQztBQUMzRSxPQUFPLEVBQUUsTUFBTSxJQUFJLENBQUMsRUFBRSxNQUFNLHlDQUF5QyxDQUFDO0FBQ3RFLE9BQU8sRUFDSCx3QkFBd0IsRUFDeEIsZUFBZSxFQUNmLGtCQUFrQixFQUdsQixzQkFBc0IsR0FDekIsTUFBTSx3QkFBd0IsQ0FBQztBQUNoQyxPQUFPLEVBQUUsR0FBRyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7Ozs7Ozs7QUFFckMsTUFBTSxDQUFDLE1BQU0sa0JBQWtCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7TUFTL0Isa0JBQWtCO0NBQ3ZCLENBQUM7QUFRRixNQUFNLE9BQU8sc0JBQ1QsU0FBUSxzQkFBcUU7SUEyRTdFO1FBQ0ksS0FBSyxFQUFFLENBQUM7UUF6RUgsaUJBQVksR0FBRyxJQUFJLENBQUMsb0JBQW9CLENBQUMsV0FBVyxDQUFDLENBQUM7UUFDdEQsWUFBTyxHQUFHLElBQUksQ0FBQyxzQkFBc0IsRUFBRTthQUMzQyxXQUFXLEVBQUU7YUFDYixjQUFjLEVBQUU7YUFDaEIsVUFBVSxDQUFDO1lBQ1I7Z0JBQ0ksSUFBSSxFQUFFLFVBQVU7Z0JBQ2hCLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7Z0JBQzNCLEtBQUssRUFBRSxDQUFDLENBQUMscUJBQXFCLENBQUM7Z0JBQy9CLFdBQVcsRUFBRSxVQUFVO2FBQzFCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLFFBQVE7Z0JBQ2QsSUFBSSxFQUFFLEVBQUUsSUFBSSxFQUFFLFdBQVcsRUFBRTtnQkFDM0IsS0FBSyxFQUFFLENBQUMsQ0FBQyxtQkFBbUIsQ0FBQztnQkFDN0IsV0FBVyxFQUFFLFFBQVE7YUFDeEI7WUFDRDtnQkFDSSxJQUFJLEVBQUUsU0FBUztnQkFDZixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsU0FBUyxFQUFFO2dCQUN6QixLQUFLLEVBQUUsQ0FBQyxDQUFDLGdCQUFnQixDQUFDO2dCQUMxQixXQUFXLEVBQUUsU0FBUzthQUN6QjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUU7Z0JBQ3RCLEtBQUssRUFBRSxDQUFDLENBQUMsYUFBYSxDQUFDO2dCQUN2QixXQUFXLEVBQUUsTUFBTTthQUN0QjtZQUNEO2dCQUNJLElBQUksRUFBRSxZQUFZO2dCQUNsQixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFO2dCQUN0QixLQUFLLEVBQUUsQ0FBQyxDQUFDLHVCQUF1QixDQUFDO2dCQUNqQyxXQUFXLEVBQUUsWUFBWTthQUM1QjtZQUNEO2dCQUNJLElBQUksRUFBRSxNQUFNO2dCQUNaLElBQUksRUFBRSxFQUFFLElBQUksRUFBRSxNQUFNLEVBQUU7Z0JBQ3RCLEtBQUssRUFBRSxDQUFDLENBQUMsb0JBQW9CLENBQUM7Z0JBQzlCLFdBQVcsRUFBRSxhQUFhO2FBQzdCO1lBQ0Q7Z0JBQ0ksSUFBSSxFQUFFLHVCQUF1QjtnQkFDN0IsSUFBSSxFQUFFLEVBQUUsSUFBSSxFQUFFLFFBQVEsRUFBRTtnQkFDeEIsS0FBSyxFQUFFLENBQUMsQ0FBQyw4QkFBOEIsQ0FBQztnQkFDeEMsV0FBVyxFQUFFLHVCQUF1QjthQUN2QztZQUNEO2dCQUNJLElBQUksRUFBRSxZQUFZO2dCQUNsQixJQUFJLEVBQUUsRUFBRSxJQUFJLEVBQUUsUUFBUSxFQUFFO2dCQUN4QixLQUFLLEVBQUUsQ0FBQyxDQUFDLHVCQUF1QixDQUFDO2dCQUNqQyxXQUFXLEVBQUUsWUFBWTthQUM1QjtTQUNKLENBQUM7YUFDRCxxQkFBcUIsQ0FBQyxJQUFJLENBQUMsWUFBWSxDQUFDO2FBQ3hDLGNBQWMsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7UUFFdkIsVUFBSyxHQUFHLElBQUksQ0FBQyxvQkFBb0IsRUFBRTthQUN2QyxXQUFXLENBQUMsV0FBVyxFQUFFLE1BQU0sQ0FBQzthQUNoQyxRQUFRLENBQUM7WUFDTixFQUFFLElBQUksRUFBRSxXQUFXLEVBQUU7WUFDckIsRUFBRSxJQUFJLEVBQUUsV0FBVyxFQUFFO1lBQ3JCLEVBQUUsSUFBSSxFQUFFLFVBQVUsRUFBRTtZQUNwQixFQUFFLElBQUksRUFBRSxRQUFRLEVBQUU7WUFDbEIsRUFBRSxJQUFJLEVBQUUsTUFBTSxFQUFFO1lBQ2hCLEVBQUUsSUFBSSxFQUFFLFlBQVksRUFBRTtZQUN0QixFQUFFLElBQUksRUFBRSx1QkFBdUIsRUFBRTtZQUNqQyxFQUFFLElBQUksRUFBRSxZQUFZLEVBQUU7U0FDekIsQ0FBQzthQUNELG1CQUFtQixDQUFDLElBQUksQ0FBQyxZQUFZLENBQUM7YUFDdEMsY0FBYyxDQUFDLElBQUksQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUk1QixLQUFLLENBQUMsU0FBUyxDQUFDO1lBQ1osUUFBUSxFQUFFLHdCQUF3QjtZQUNsQyxRQUFRLEVBQUUsSUFBSSxDQUFDLEVBQUUsQ0FBQyxJQUFJLENBQUMsVUFBVTtZQUNqQyxZQUFZLEVBQUUsQ0FBQyxJQUFJLEVBQUUsSUFBSSxFQUFFLEVBQUUsQ0FBQyxJQUFJLENBQUMsa0JBQWtCLENBQUMsSUFBSSxFQUFFLElBQUksRUFBRSxJQUFJLENBQUMsaUJBQWlCLENBQUMsS0FBSyxDQUFDO1lBQy9GLG9CQUFvQixFQUFFLENBQUMsSUFBSSxDQUFDLE9BQU8sQ0FBQyxZQUFZLEVBQUUsSUFBSSxDQUFDLEtBQUssQ0FBQyxZQUFZLENBQUM7U0FDN0UsQ0FBQyxDQUFDO0lBQ1AsQ0FBQztJQUVPLGtCQUFrQixDQUN0QixJQUFZLEVBQ1osSUFBWSxFQUNaLFVBQXlCO1FBRXpCLE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxPQUFPLENBQUMsaUJBQWlCLEVBQUUsQ0FBQztRQUNoRCxNQUFNLElBQUksR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLGVBQWUsRUFBRSxDQUFDO1FBQzFDLElBQUksY0FBYyxHQUFHLGVBQWUsQ0FBQyxHQUFHLENBQUM7UUFDekMsSUFBSSxVQUFVLEVBQUUsQ0FBQztZQUNiLE1BQU0sQ0FBQyxVQUFVLEdBQUcsRUFBRSxRQUFRLEVBQUUsVUFBVSxFQUFFLENBQUM7WUFDN0MsTUFBTSxDQUFDLElBQUksR0FBRyxFQUFFLFFBQVEsRUFBRSxVQUFVLEVBQUUsQ0FBQztZQUN2QyxjQUFjLEdBQUcsZUFBZSxDQUFDLEVBQUUsQ0FBQztRQUN4QyxDQUFDO1FBRUQsT0FBTztZQUNILE9BQU8sRUFBRTtnQkFDTCxJQUFJO2dCQUNKLElBQUk7Z0JBQ0osTUFBTTtnQkFDTixjQUFjO2dCQUNkLElBQUk7YUFDUDtTQUNKLENBQUM7SUFDTixDQUFDOzhHQTdHUSxzQkFBc0I7a0dBQXRCLHNCQUFzQixpRkM5Qm5DLHN0S0FzSUE7OzJGRHhHYSxzQkFBc0I7a0JBTmxDLFNBQVM7K0JBQ0ksb0JBQW9CLG1CQUdiLHVCQUF1QixDQUFDLE1BQU0iLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneSwgQ29tcG9uZW50LCBPbkluaXQgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcclxuaW1wb3J0IHsgbWFya2VyIGFzIF8gfSBmcm9tICdAYmllc2JqZXJnL25neC10cmFuc2xhdGUtZXh0cmFjdC1tYXJrZXInO1xyXG5pbXBvcnQge1xyXG4gICAgR2V0UHJvbW90aW9uTGlzdERvY3VtZW50LFxyXG4gICAgTG9naWNhbE9wZXJhdG9yLFxyXG4gICAgUFJPTU9USU9OX0ZSQUdNRU5ULFxyXG4gICAgUHJvbW90aW9uTGlzdE9wdGlvbnMsXHJcbiAgICBQcm9tb3Rpb25Tb3J0UGFyYW1ldGVyLFxyXG4gICAgVHlwZWRCYXNlTGlzdENvbXBvbmVudCxcclxufSBmcm9tICdAdmVuZHVyZS9hZG1pbi11aS9jb3JlJztcclxuaW1wb3J0IHsgZ3FsIH0gZnJvbSAnYXBvbGxvLWFuZ3VsYXInO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9QUk9NT1RJT05fTElTVCA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldFByb21vdGlvbkxpc3QoJG9wdGlvbnM6IFByb21vdGlvbkxpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgcHJvbW90aW9ucyhvcHRpb25zOiAkb3B0aW9ucykge1xyXG4gICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICAuLi5Qcm9tb3Rpb25cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9NT1RJT05fRlJBR01FTlR9XHJcbmA7XHJcblxyXG5AQ29tcG9uZW50KHtcclxuICAgIHNlbGVjdG9yOiAndmRyLXByb21vdGlvbi1saXN0JyxcclxuICAgIHRlbXBsYXRlVXJsOiAnLi9wcm9tb3Rpb24tbGlzdC5jb21wb25lbnQuaHRtbCcsXHJcbiAgICBzdHlsZVVybHM6IFsnLi9wcm9tb3Rpb24tbGlzdC5jb21wb25lbnQuc2NzcyddLFxyXG4gICAgY2hhbmdlRGV0ZWN0aW9uOiBDaGFuZ2VEZXRlY3Rpb25TdHJhdGVneS5PblB1c2gsXHJcbn0pXHJcbmV4cG9ydCBjbGFzcyBQcm9tb3Rpb25MaXN0Q29tcG9uZW50XHJcbiAgICBleHRlbmRzIFR5cGVkQmFzZUxpc3RDb21wb25lbnQ8dHlwZW9mIEdldFByb21vdGlvbkxpc3REb2N1bWVudCwgJ3Byb21vdGlvbnMnPlxyXG4gICAgaW1wbGVtZW50cyBPbkluaXRcclxue1xyXG4gICAgcmVhZG9ubHkgY3VzdG9tRmllbGRzID0gdGhpcy5nZXRDdXN0b21GaWVsZENvbmZpZygnUHJvbW90aW9uJyk7XHJcbiAgICByZWFkb25seSBmaWx0ZXJzID0gdGhpcy5jcmVhdGVGaWx0ZXJDb2xsZWN0aW9uKClcclxuICAgICAgICAuYWRkSWRGaWx0ZXIoKVxyXG4gICAgICAgIC5hZGREYXRlRmlsdGVycygpXHJcbiAgICAgICAgLmFkZEZpbHRlcnMoW1xyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnc3RhcnRzQXQnLFxyXG4gICAgICAgICAgICAgICAgdHlwZTogeyBraW5kOiAnZGF0ZVJhbmdlJyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ21hcmtldGluZy5zdGFydHMtYXQnKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAnc3RhcnRzQXQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnZW5kc0F0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ2RhdGVSYW5nZScgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcuZW5kcy1hdCcpLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyRmllbGQ6ICdlbmRzQXQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnZW5hYmxlZCcsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICdib29sZWFuJyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ2NvbW1vbi5lbmFibGVkJyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ2VuYWJsZWQnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnbmFtZScsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICd0ZXh0JyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ2NvbW1vbi5uYW1lJyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ25hbWUnLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAnY291cG9uQ29kZScsXHJcbiAgICAgICAgICAgICAgICB0eXBlOiB7IGtpbmQ6ICd0ZXh0JyB9LFxyXG4gICAgICAgICAgICAgICAgbGFiZWw6IF8oJ21hcmtldGluZy5jb3Vwb24tY29kZScpLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyRmllbGQ6ICdjb3Vwb25Db2RlJyxcclxuICAgICAgICAgICAgfSxcclxuICAgICAgICAgICAge1xyXG4gICAgICAgICAgICAgICAgbmFtZTogJ2Rlc2MnLFxyXG4gICAgICAgICAgICAgICAgdHlwZTogeyBraW5kOiAndGV4dCcgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdjb21tb24uZGVzY3JpcHRpb24nKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAnZGVzY3JpcHRpb24nLFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgICAgICB7XHJcbiAgICAgICAgICAgICAgICBuYW1lOiAncGVyQ3VzdG9tZXJVc2FnZUxpbWl0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ251bWJlcicgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcucGVyLWN1c3RvbWVyLWxpbWl0JyksXHJcbiAgICAgICAgICAgICAgICBmaWx0ZXJGaWVsZDogJ3BlckN1c3RvbWVyVXNhZ2VMaW1pdCcsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgICAgIHtcclxuICAgICAgICAgICAgICAgIG5hbWU6ICd1c2FnZUxpbWl0JyxcclxuICAgICAgICAgICAgICAgIHR5cGU6IHsga2luZDogJ251bWJlcicgfSxcclxuICAgICAgICAgICAgICAgIGxhYmVsOiBfKCdtYXJrZXRpbmcudXNhZ2UtbGltaXQnKSxcclxuICAgICAgICAgICAgICAgIGZpbHRlckZpZWxkOiAndXNhZ2VMaW1pdCcsXHJcbiAgICAgICAgICAgIH0sXHJcbiAgICAgICAgXSlcclxuICAgICAgICAuYWRkQ3VzdG9tRmllbGRGaWx0ZXJzKHRoaXMuY3VzdG9tRmllbGRzKVxyXG4gICAgICAgIC5jb25uZWN0VG9Sb3V0ZSh0aGlzLnJvdXRlKTtcclxuXHJcbiAgICByZWFkb25seSBzb3J0cyA9IHRoaXMuY3JlYXRlU29ydENvbGxlY3Rpb24oKVxyXG4gICAgICAgIC5kZWZhdWx0U29ydCgnY3JlYXRlZEF0JywgJ0RFU0MnKVxyXG4gICAgICAgIC5hZGRTb3J0cyhbXHJcbiAgICAgICAgICAgIHsgbmFtZTogJ2NyZWF0ZWRBdCcgfSxcclxuICAgICAgICAgICAgeyBuYW1lOiAndXBkYXRlZEF0JyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdzdGFydHNBdCcgfSxcclxuICAgICAgICAgICAgeyBuYW1lOiAnZW5kc0F0JyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICduYW1lJyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdjb3Vwb25Db2RlJyB9LFxyXG4gICAgICAgICAgICB7IG5hbWU6ICdwZXJDdXN0b21lclVzYWdlTGltaXQnIH0sXHJcbiAgICAgICAgICAgIHsgbmFtZTogJ3VzYWdlTGltaXQnIH0sXHJcbiAgICAgICAgXSlcclxuICAgICAgICAuYWRkQ3VzdG9tRmllbGRTb3J0cyh0aGlzLmN1c3RvbUZpZWxkcylcclxuICAgICAgICAuY29ubmVjdFRvUm91dGUodGhpcy5yb3V0ZSk7XHJcblxyXG4gICAgY29uc3RydWN0b3IoKSB7XHJcbiAgICAgICAgc3VwZXIoKTtcclxuICAgICAgICBzdXBlci5jb25maWd1cmUoe1xyXG4gICAgICAgICAgICBkb2N1bWVudDogR2V0UHJvbW90aW9uTGlzdERvY3VtZW50LFxyXG4gICAgICAgICAgICBnZXRJdGVtczogZGF0YSA9PiBkYXRhLnByb21vdGlvbnMsXHJcbiAgICAgICAgICAgIHNldFZhcmlhYmxlczogKHNraXAsIHRha2UpID0+IHRoaXMuY3JlYXRlUXVlcnlPcHRpb25zKHNraXAsIHRha2UsIHRoaXMuc2VhcmNoVGVybUNvbnRyb2wudmFsdWUpLFxyXG4gICAgICAgICAgICByZWZyZXNoTGlzdE9uQ2hhbmdlczogW3RoaXMuZmlsdGVycy52YWx1ZUNoYW5nZXMsIHRoaXMuc29ydHMudmFsdWVDaGFuZ2VzXSxcclxuICAgICAgICB9KTtcclxuICAgIH1cclxuXHJcbiAgICBwcml2YXRlIGNyZWF0ZVF1ZXJ5T3B0aW9ucyhcclxuICAgICAgICBza2lwOiBudW1iZXIsXHJcbiAgICAgICAgdGFrZTogbnVtYmVyLFxyXG4gICAgICAgIHNlYXJjaFRlcm06IHN0cmluZyB8IG51bGwsXHJcbiAgICApOiB7IG9wdGlvbnM6IFByb21vdGlvbkxpc3RPcHRpb25zIH0ge1xyXG4gICAgICAgIGNvbnN0IGZpbHRlciA9IHRoaXMuZmlsdGVycy5jcmVhdGVGaWx0ZXJJbnB1dCgpO1xyXG4gICAgICAgIGNvbnN0IHNvcnQgPSB0aGlzLnNvcnRzLmNyZWF0ZVNvcnRJbnB1dCgpO1xyXG4gICAgICAgIGxldCBmaWx0ZXJPcGVyYXRvciA9IExvZ2ljYWxPcGVyYXRvci5BTkQ7XHJcbiAgICAgICAgaWYgKHNlYXJjaFRlcm0pIHtcclxuICAgICAgICAgICAgZmlsdGVyLmNvdXBvbkNvZGUgPSB7IGNvbnRhaW5zOiBzZWFyY2hUZXJtIH07XHJcbiAgICAgICAgICAgIGZpbHRlci5uYW1lID0geyBjb250YWluczogc2VhcmNoVGVybSB9O1xyXG4gICAgICAgICAgICBmaWx0ZXJPcGVyYXRvciA9IExvZ2ljYWxPcGVyYXRvci5PUjtcclxuICAgICAgICB9XHJcblxyXG4gICAgICAgIHJldHVybiB7XHJcbiAgICAgICAgICAgIG9wdGlvbnM6IHtcclxuICAgICAgICAgICAgICAgIHNraXAsXHJcbiAgICAgICAgICAgICAgICB0YWtlLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyLFxyXG4gICAgICAgICAgICAgICAgZmlsdGVyT3BlcmF0b3IsXHJcbiAgICAgICAgICAgICAgICBzb3J0LFxyXG4gICAgICAgICAgICB9LFxyXG4gICAgICAgIH07XHJcbiAgICB9XHJcbn1cclxuIiwiPHZkci1wYWdlLWJsb2NrPlxyXG4gICAgPHZkci1hY3Rpb24tYmFyPlxyXG4gICAgICAgIDx2ZHItYWItbGVmdD5cclxuICAgICAgICAgICAgPHZkci1sYW5ndWFnZS1zZWxlY3RvclxyXG4gICAgICAgICAgICAgICAgW2F2YWlsYWJsZUxhbmd1YWdlQ29kZXNdPVwiYXZhaWxhYmxlTGFuZ3VhZ2VzJCB8IGFzeW5jXCJcclxuICAgICAgICAgICAgICAgIFtjdXJyZW50TGFuZ3VhZ2VDb2RlXT1cImNvbnRlbnRMYW5ndWFnZSQgfCBhc3luY1wiXHJcbiAgICAgICAgICAgICAgICAobGFuZ3VhZ2VDb2RlQ2hhbmdlKT1cInNldExhbmd1YWdlKCRldmVudClcIlxyXG4gICAgICAgICAgICAvPlxyXG4gICAgICAgIDwvdmRyLWFiLWxlZnQ+XHJcbiAgICAgICAgPHZkci1hYi1yaWdodD5cclxuICAgICAgICAgICAgPHZkci1hY3Rpb24tYmFyLWl0ZW1zIGxvY2F0aW9uSWQ9XCJwcm9tb3Rpb24tbGlzdFwiIC8+XHJcbiAgICAgICAgICAgIDxhIGNsYXNzPVwiYnRuIGJ0bi1wcmltYXJ5XCIgW3JvdXRlckxpbmtdPVwiWycuL2NyZWF0ZSddXCIgKnZkcklmUGVybWlzc2lvbnM9XCInQ3JlYXRlUHJvbW90aW9uJ1wiPlxyXG4gICAgICAgICAgICAgICAgPGNsci1pY29uIHNoYXBlPVwicGx1c1wiPjwvY2xyLWljb24+XHJcbiAgICAgICAgICAgICAgICB7eyAnbWFya2V0aW5nLmNyZWF0ZS1uZXctcHJvbW90aW9uJyB8IHRyYW5zbGF0ZSB9fVxyXG4gICAgICAgICAgICA8L2E+XHJcbiAgICAgICAgICAgIDx2ZHItYWN0aW9uLWJhci1kcm9wZG93bi1tZW51IGxvY2F0aW9uSWQ9XCJwcm9tb3Rpb24tbGlzdFwiIC8+XHJcbiAgICAgICAgPC92ZHItYWItcmlnaHQ+XHJcbiAgICA8L3Zkci1hY3Rpb24tYmFyPlxyXG48L3Zkci1wYWdlLWJsb2NrPlxyXG5cclxuPHZkci1kYXRhLXRhYmxlLTJcclxuICAgIGlkPVwicHJvbW90aW9uLWxpc3RcIlxyXG4gICAgW2l0ZW1zXT1cIml0ZW1zJCB8IGFzeW5jXCJcclxuICAgIFtpdGVtc1BlclBhZ2VdPVwiaXRlbXNQZXJQYWdlJCB8IGFzeW5jXCJcclxuICAgIFt0b3RhbEl0ZW1zXT1cInRvdGFsSXRlbXMkIHwgYXN5bmNcIlxyXG4gICAgW2N1cnJlbnRQYWdlXT1cImN1cnJlbnRQYWdlJCB8IGFzeW5jXCJcclxuICAgIFtmaWx0ZXJzXT1cImZpbHRlcnNcIlxyXG4gICAgKHBhZ2VDaGFuZ2UpPVwic2V0UGFnZU51bWJlcigkZXZlbnQpXCJcclxuICAgIChpdGVtc1BlclBhZ2VDaGFuZ2UpPVwic2V0SXRlbXNQZXJQYWdlKCRldmVudClcIlxyXG4+XHJcbiAgICA8dmRyLWJ1bGstYWN0aW9uLW1lbnVcclxuICAgICAgICBsb2NhdGlvbklkPVwicHJvbW90aW9uLWxpc3RcIlxyXG4gICAgICAgIFtob3N0Q29tcG9uZW50XT1cInRoaXNcIlxyXG4gICAgICAgIFtzZWxlY3Rpb25NYW5hZ2VyXT1cInNlbGVjdGlvbk1hbmFnZXJcIlxyXG4gICAgLz5cclxuICAgIDx2ZHItZHQyLXNlYXJjaFxyXG4gICAgICAgIFtzZWFyY2hUZXJtQ29udHJvbF09XCJzZWFyY2hUZXJtQ29udHJvbFwiXHJcbiAgICAgICAgW3NlYXJjaFRlcm1QbGFjZWhvbGRlcl09XCInbWFya2V0aW5nLnNlYXJjaC1ieS1uYW1lLW9yLWNvdXBvbi1jb2RlJyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAvPlxyXG4gICAgPHZkci1kdDItY29sdW1uIFtoZWFkaW5nXT1cIidjb21tb24uaWQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJpZFwiIFtoaWRkZW5CeURlZmF1bHRdPVwidHJ1ZVwiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPnt7IHByb21vdGlvbi5pZCB9fTwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3Zkci1kdDItY29sdW1uPlxyXG4gICAgPHZkci1kdDItY29sdW1uXHJcbiAgICAgICAgW2hlYWRpbmddPVwiJ2NvbW1vbi5jcmVhdGVkLWF0JyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJjcmVhdGVkLWF0XCJcclxuICAgICAgICBbaGlkZGVuQnlEZWZhdWx0XT1cInRydWVcIlxyXG4gICAgICAgIFtzb3J0XT1cInNvcnRzLmdldCgnY3JlYXRlZEF0JylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uY3JlYXRlZEF0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidjb21tb24udXBkYXRlZC1hdCcgfCB0cmFuc2xhdGVcIlxyXG4gICAgICAgIGlkPVwidXBkYXRlZC1hdFwiXHJcbiAgICAgICAgW2hpZGRlbkJ5RGVmYXVsdF09XCJ0cnVlXCJcclxuICAgICAgICBbc29ydF09XCJzb3J0cy5nZXQoJ3VwZGF0ZWRBdCcpXCJcclxuICAgID5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXByb21vdGlvbj1cIml0ZW1cIj5cclxuICAgICAgICAgICAge3sgcHJvbW90aW9uLnVwZGF0ZWRBdCB8IGxvY2FsZURhdGUgOiAnc2hvcnQnIH19XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvdmRyLWR0Mi1jb2x1bW4+XHJcbiAgICA8dmRyLWR0Mi1jb2x1bW5cclxuICAgICAgICBbaGVhZGluZ109XCInY29tbW9uLm5hbWUnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICBpZD1cIm5hbWVcIlxyXG4gICAgICAgIFtvcHRpb25hbF09XCJmYWxzZVwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCduYW1lJylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICA8YSBjbGFzcz1cImJ1dHRvbi1naG9zdFwiIFtyb3V0ZXJMaW5rXT1cIlsnLi8nLCBwcm9tb3Rpb24uaWRdXCJcclxuICAgICAgICAgICAgICAgID48c3Bhbj4ge3sgcHJvbW90aW9uLm5hbWUgfX08L3NwYW4+XHJcbiAgICAgICAgICAgICAgICA8Y2xyLWljb24gc2hhcGU9XCJhcnJvdyByaWdodFwiPjwvY2xyLWljb24+XHJcbiAgICAgICAgICAgIDwvYT5cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtbiBbaGVhZGluZ109XCInY29tbW9uLmVuYWJsZWQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJlbmFibGVkXCI+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1wcm9tb3Rpb249XCJpdGVtXCI+XHJcbiAgICAgICAgICAgIDx2ZHItY2hpcCAqbmdJZj1cInByb21vdGlvbi5lbmFibGVkXCIgY29sb3JUeXBlPVwic3VjY2Vzc1wiPnt7XHJcbiAgICAgICAgICAgICAgICAnY29tbW9uLmVuYWJsZWQnIHwgdHJhbnNsYXRlXHJcbiAgICAgICAgICAgIH19PC92ZHItY2hpcD5cclxuICAgICAgICAgICAgPHZkci1jaGlwICpuZ0lmPVwiIXByb21vdGlvbi5lbmFibGVkXCIgY29sb3JUeXBlPVwid2FybmluZ1wiPnt7XHJcbiAgICAgICAgICAgICAgICAnY29tbW9uLmRpc2FibGVkJyB8IHRyYW5zbGF0ZVxyXG4gICAgICAgICAgICB9fTwvdmRyLWNoaXA+XHJcbiAgICAgICAgPC9uZy10ZW1wbGF0ZT5cclxuICAgIDwvdmRyLWR0Mi1jb2x1bW4+XHJcbiAgICA8dmRyLWR0Mi1jb2x1bW5cclxuICAgICAgICBbaGVhZGluZ109XCInbWFya2V0aW5nLmNvdXBvbi1jb2RlJyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJjb3Vwb24tY29kZVwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCdjb3Vwb25Db2RlJylcIlxyXG4gICAgPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uY291cG9uQ29kZSB9fVxyXG4gICAgICAgIDwvbmctdGVtcGxhdGU+XHJcbiAgICA8L3Zkci1kdDItY29sdW1uPlxyXG4gICAgPHZkci1kdDItY29sdW1uXHJcbiAgICAgICAgW2hlYWRpbmddPVwiJ21hcmtldGluZy5zdGFydHMtYXQnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICBpZD1cInN0YXJ0cy1hdFwiXHJcbiAgICAgICAgW3NvcnRdPVwic29ydHMuZ2V0KCdzdGFydHNBdCcpXCJcclxuICAgID5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXByb21vdGlvbj1cIml0ZW1cIj5cclxuICAgICAgICAgICAge3sgcHJvbW90aW9uLnN0YXJ0c0F0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtbiBbaGVhZGluZ109XCInbWFya2V0aW5nLmVuZHMtYXQnIHwgdHJhbnNsYXRlXCIgaWQ9XCJlbmRzLWF0XCIgW3NvcnRdPVwic29ydHMuZ2V0KCdlbmRzQXQnKVwiPlxyXG4gICAgICAgIDxuZy10ZW1wbGF0ZSBsZXQtcHJvbW90aW9uPVwiaXRlbVwiPlxyXG4gICAgICAgICAgICB7eyBwcm9tb3Rpb24uZW5kc0F0IHwgbG9jYWxlRGF0ZSA6ICdzaG9ydCcgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidtYXJrZXRpbmcucGVyLWN1c3RvbWVyLWxpbWl0JyB8IHRyYW5zbGF0ZVwiXHJcbiAgICAgICAgaWQ9XCJwZXItY3VzdG9tZXItbGltaXRcIlxyXG4gICAgICAgIFtzb3J0XT1cInNvcnRzLmdldCgncGVyQ3VzdG9tZXJVc2FnZUxpbWl0JylcIlxyXG4gICAgICAgIFtoaWRkZW5CeURlZmF1bHRdPVwidHJ1ZVwiXHJcbiAgICA+XHJcbiAgICAgICAgPG5nLXRlbXBsYXRlIGxldC1wcm9tb3Rpb249XCJpdGVtXCI+XHJcbiAgICAgICAgICAgIHt7IHByb21vdGlvbi5wZXJDdXN0b21lclVzYWdlTGltaXQgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWNvbHVtblxyXG4gICAgICAgIFtoZWFkaW5nXT1cIidtYXJrZXRpbmcudXNhZ2UtbGltaXQnIHwgdHJhbnNsYXRlXCJcclxuICAgICAgICBpZD1cInVzYWdlLWxpbWl0XCJcclxuICAgICAgICBbc29ydF09XCJzb3J0cy5nZXQoJ3VzYWdlTGltaXQnKVwiXHJcbiAgICAgICAgW2hpZGRlbkJ5RGVmYXVsdF09XCJ0cnVlXCJcclxuICAgID5cclxuICAgICAgICA8bmctdGVtcGxhdGUgbGV0LXByb21vdGlvbj1cIml0ZW1cIj5cclxuICAgICAgICAgICAge3sgcHJvbW90aW9uLnVzYWdlTGltaXQgfX1cclxuICAgICAgICA8L25nLXRlbXBsYXRlPlxyXG4gICAgPC92ZHItZHQyLWNvbHVtbj5cclxuICAgIDx2ZHItZHQyLWN1c3RvbS1maWVsZC1jb2x1bW5cclxuICAgICAgICAqbmdGb3I9XCJsZXQgY3VzdG9tRmllbGQgb2YgY3VzdG9tRmllbGRzXCJcclxuICAgICAgICBbY3VzdG9tRmllbGRdPVwiY3VzdG9tRmllbGRcIlxyXG4gICAgICAgIFtzb3J0c109XCJzb3J0c1wiXHJcbiAgICAvPlxyXG48L3Zkci1kYXRhLXRhYmxlLTI+XHJcbiJdfQ==
|