@vendure/admin-ui 3.6.0-minor-202511061555 → 3.6.0-minor-202512162012
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 +99 -0
- package/README.md +50 -0
- package/angular.json +190 -0
- package/i18n-coverage.json +116 -0
- package/{core → package/core}/common/generated-types.d.ts +162 -4
- package/package/core/common/version.d.ts +1 -0
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs +12 -1
- package/{fesm2022 → package/fesm2022}/vendure-admin-ui-core.mjs.map +1 -1
- package/package.json +114 -104
- package/tsconfig.json +65 -0
- package/tsconfig.lib.json +25 -0
- package/tsconfig.lib.prod.json +14 -0
- package/LICENSE.md +0 -42
- package/core/common/version.d.ts +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/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-config.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/ui-extension-point/ui-extension-point.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/struct-form-input/struct-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/{fesm2022 → package/fesm2022}/vendure-admin-ui-catalog.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-catalog.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-customer.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-dashboard.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-login.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-marketing.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-order.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-react.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-settings.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-settings.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui-system.mjs.map +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs +0 -0
- /package/{fesm2022 → package/fesm2022}/vendure-admin-ui.mjs.map +0 -0
- /package/{index.d.ts → package/index.d.ts} +0 -0
- /package/{login → package/login}/components/login/login.component.d.ts +0 -0
- /package/{login → package/login}/index.d.ts +0 -0
- /package/{login → package/login}/login.module.d.ts +0 -0
- /package/{login → package/login}/login.routes.d.ts +0 -0
- /package/{login → package/login}/providers/login.guard.d.ts +0 -0
- /package/{login → package/login}/public_api.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-detail/promotion-detail.component.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list-bulk-actions.d.ts +0 -0
- /package/{marketing → package/marketing}/components/promotion-list/promotion-list.component.d.ts +0 -0
- /package/{marketing → package/marketing}/index.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.module.d.ts +0 -0
- /package/{marketing → package/marketing}/marketing.routes.d.ts +0 -0
- /package/{marketing → package/marketing}/public_api.d.ts +0 -0
- /package/{order → package/order}/common/get-refundable-payments.d.ts +0 -0
- /package/{order → package/order}/common/modify-order-types.d.ts +0 -0
- /package/{order → package/order}/components/add-manual-payment-dialog/add-manual-payment-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/cancel-order-dialog/cancel-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/coupon-code-selector/coupon-code-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-detail/draft-order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/draft-order-variant-selector/draft-order-variant-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfill-order-dialog/fulfill-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-card/fulfillment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-detail/fulfillment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/fulfillment-state-label/fulfillment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/line-fulfillment/line-fulfillment.component.d.ts +0 -0
- /package/{order → package/order}/components/line-refunds/line-refunds.component.d.ts +0 -0
- /package/{order → package/order}/components/modification-detail/modification-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-custom-fields-card/order-custom-fields-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-data-table.component.d.ts +0 -0
- /package/{order → package/order}/components/order-data-table/order-total-column.component.d.ts +0 -0
- /package/{order → package/order}/components/order-detail/order-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/order-editor/order-editor.component.d.ts +0 -0
- /package/{order → package/order}/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history-entry-host.component.d.ts +0 -0
- /package/{order → package/order}/components/order-history/order-history.component.d.ts +0 -0
- /package/{order → package/order}/components/order-list/order-list.component.d.ts +0 -0
- /package/{order → package/order}/components/order-modification-summary/order-modification-summary.component.d.ts +0 -0
- /package/{order → package/order}/components/order-payment-card/order-payment-card.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/constants.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-edge.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-graph.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/order-process-node.component.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph/types.d.ts +0 -0
- /package/{order → package/order}/components/order-process-graph-dialog/order-process-graph-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-state-select-dialog/order-state-select-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/order-table/order-table.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-detail/payment-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-for-refund-selector/payment-for-refund-selector.component.d.ts +0 -0
- /package/{order → package/order}/components/payment-state-label/payment-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-detail/refund-detail.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-order-dialog/refund-order-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/refund-state-label/refund-state-label.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-address-dialog/select-address-dialog.graphql.d.ts +0 -0
- /package/{order → package/order}/components/select-customer-dialog/select-customer-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/select-shipping-method-dialog/select-shipping-method-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.component.d.ts +0 -0
- /package/{order → package/order}/components/seller-orders-card/seller-orders-card.graphql.d.ts +0 -0
- /package/{order → package/order}/components/settle-refund-dialog/settle-refund-dialog.component.d.ts +0 -0
- /package/{order → package/order}/components/simple-item-list/simple-item-list.component.d.ts +0 -0
- /package/{order → package/order}/index.d.ts +0 -0
- /package/{order → package/order}/order.module.d.ts +0 -0
- /package/{order → package/order}/order.routes.d.ts +0 -0
- /package/{order → package/order}/providers/order-transition.service.d.ts +0 -0
- /package/{order → package/order}/providers/routing/order.guard.d.ts +0 -0
- /package/{order → package/order}/public_api.d.ts +0 -0
- /package/{public_api.d.ts → package/public_api.d.ts} +0 -0
- /package/{react → package/react}/components/react-custom-column.component.d.ts +0 -0
- /package/{react → package/react}/components/react-custom-detail.component.d.ts +0 -0
- /package/{react → package/react}/components/react-form-input.component.d.ts +0 -0
- /package/{react → package/react}/components/react-route.component.d.ts +0 -0
- /package/{react → package/react}/directives/react-component-host.directive.d.ts +0 -0
- /package/{react → package/react}/index.d.ts +0 -0
- /package/{react → package/react}/public_api.d.ts +0 -0
- /package/{react → package/react}/react-components/ActionBar.d.ts +0 -0
- /package/{react → package/react}/react-components/Card.d.ts +0 -0
- /package/{react → package/react}/react-components/CdsIcon.d.ts +0 -0
- /package/{react → package/react}/react-components/FormField.d.ts +0 -0
- /package/{react → package/react}/react-components/Link.d.ts +0 -0
- /package/{react → package/react}/react-components/PageBlock.d.ts +0 -0
- /package/{react → package/react}/react-components/PageDetailLayout.d.ts +0 -0
- /package/{react → package/react}/react-components/RichTextEditor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-detail-component-data.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-form-control.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-injector.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-page-metadata.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-query.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-rich-text-editor.d.ts +0 -0
- /package/{react → package/react}/react-hooks/use-route-params.d.ts +0 -0
- /package/{react → package/react}/register-react-custom-detail-component.d.ts +0 -0
- /package/{react → package/react}/register-react-data-table-component.d.ts +0 -0
- /package/{react → package/react}/register-react-form-input-component.d.ts +0 -0
- /package/{react → package/react}/register-react-route-component.d.ts +0 -0
- /package/{react → package/react}/types.d.ts +0 -0
- /package/{settings → package/settings}/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.d.ts +0 -0
- /package/{settings → package/settings}/components/admin-detail/admin-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/administrator-list/administrator-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-detail/channel-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/channel-list/channel-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-detail/country-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/country-list/country-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/global-settings/global-settings.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-detail/payment-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/payment-method-list/payment-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/permission-grid/permission-grid.component.d.ts +0 -0
- /package/{settings → package/settings}/components/profile/profile.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-detail/role-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/role-list/role-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-detail/seller-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/seller-list/seller-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-detail/shipping-method-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-list/shipping-method-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/shipping-method-test-result/shipping-method-test-result.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-detail/stock-location-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/stock-location-list/stock-location-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-detail/tax-category-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-category-list/tax-category-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-detail/tax-rate-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/tax-rate-list/tax-rate-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-address-form/test-address-form.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-order-builder/test-order-builder.component.d.ts +0 -0
- /package/{settings → package/settings}/components/test-shipping-methods/test-shipping-methods.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-detail/zone-detail.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-list/zone-list.component.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-controls.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-bulk-actions.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list-header.directive.d.ts +0 -0
- /package/{settings → package/settings}/components/zone-member-list/zone-member-list.component.d.ts +0 -0
- /package/{settings → package/settings}/index.d.ts +0 -0
- /package/{settings → package/settings}/providers/routing/profile-resolver.d.ts +0 -0
- /package/{settings → package/settings}/public_api.d.ts +0 -0
- /package/{settings → package/settings}/settings.module.d.ts +0 -0
- /package/{settings → package/settings}/settings.routes.d.ts +0 -0
- /package/{static → package/static}/assets/.gitkeep +0 -0
- /package/{static → package/static}/assets/logo-login.webp +0 -0
- /package/{static → package/static}/assets/logo-top.webp +0 -0
- /package/{static → package/static}/favicon.ico +0 -0
- /package/{static → package/static}/fonts/fonts.scss +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-cyrillic.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-greek.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin-ext.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-latin.woff2 +0 -0
- /package/{static → package/static}/fonts/inter-vietnamese.woff2 +0 -0
- /package/{static → package/static}/i18n-messages/ar.json +0 -0
- /package/{static → package/static}/i18n-messages/cs.json +0 -0
- /package/{static → package/static}/i18n-messages/de.json +0 -0
- /package/{static → package/static}/i18n-messages/en.json +0 -0
- /package/{static → package/static}/i18n-messages/es.json +0 -0
- /package/{static → package/static}/i18n-messages/fa.json +0 -0
- /package/{static → package/static}/i18n-messages/fr.json +0 -0
- /package/{static → package/static}/i18n-messages/he.json +0 -0
- /package/{static → package/static}/i18n-messages/hr.json +0 -0
- /package/{static → package/static}/i18n-messages/it.json +0 -0
- /package/{static → package/static}/i18n-messages/ja.json +0 -0
- /package/{static → package/static}/i18n-messages/nb.json +0 -0
- /package/{static → package/static}/i18n-messages/ne.json +0 -0
- /package/{static → package/static}/i18n-messages/pl.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_BR.json +0 -0
- /package/{static → package/static}/i18n-messages/pt_PT.json +0 -0
- /package/{static → package/static}/i18n-messages/ru.json +0 -0
- /package/{static → package/static}/i18n-messages/sv.json +0 -0
- /package/{static → package/static}/i18n-messages/tr.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/component/prosemirror.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}/components/scheduled-tasks/scheduled-task-list.component.d.ts +0 -0
- /package/{system → package/system}/index.d.ts +0 -0
- /package/{system → package/system}/public_api.d.ts +0 -0
- /package/{system → package/system}/system.module.d.ts +0 -0
- /package/{system → package/system}/system.routes.d.ts +0 -0
package/.eslintrc.json
ADDED
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
{
|
|
2
|
+
"root": true,
|
|
3
|
+
"ignorePatterns": [
|
|
4
|
+
"projects/**/*"
|
|
5
|
+
],
|
|
6
|
+
"overrides": [
|
|
7
|
+
{
|
|
8
|
+
"files": [
|
|
9
|
+
"*.ts"
|
|
10
|
+
],
|
|
11
|
+
"parserOptions": {
|
|
12
|
+
"project": [
|
|
13
|
+
"tsconfig.json"
|
|
14
|
+
],
|
|
15
|
+
"createDefaultProgram": true
|
|
16
|
+
},
|
|
17
|
+
"extends": [
|
|
18
|
+
"plugin:@typescript-eslint/recommended",
|
|
19
|
+
"plugin:@angular-eslint/recommended",
|
|
20
|
+
"plugin:@angular-eslint/template/process-inline-templates"
|
|
21
|
+
],
|
|
22
|
+
"plugins": [
|
|
23
|
+
"import"
|
|
24
|
+
],
|
|
25
|
+
"rules": {
|
|
26
|
+
"@angular-eslint/directive-selector": [
|
|
27
|
+
"error",
|
|
28
|
+
{
|
|
29
|
+
"type": "attribute",
|
|
30
|
+
"prefix": "vdr",
|
|
31
|
+
"style": "camelCase"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"@angular-eslint/component-selector": [
|
|
35
|
+
"error",
|
|
36
|
+
{
|
|
37
|
+
"type": "element",
|
|
38
|
+
"prefix": "vdr",
|
|
39
|
+
"style": "kebab-case"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"@angular-eslint/prefer-standalone": [
|
|
43
|
+
"off"
|
|
44
|
+
],
|
|
45
|
+
"@angular-eslint/no-input-rename": "off",
|
|
46
|
+
"@typescript-eslint/array-type": [
|
|
47
|
+
"error",
|
|
48
|
+
{
|
|
49
|
+
"default": "array-simple"
|
|
50
|
+
}
|
|
51
|
+
],
|
|
52
|
+
"@typescript-eslint/naming-convention": "off",
|
|
53
|
+
"@typescript-eslint/consistent-type-definitions": "off",
|
|
54
|
+
"@typescript-eslint/dot-notation": "off",
|
|
55
|
+
"@typescript-eslint/explicit-member-accessibility": [
|
|
56
|
+
"off",
|
|
57
|
+
{
|
|
58
|
+
"accessibility": "explicit"
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"@typescript-eslint/member-ordering": "off",
|
|
62
|
+
"@typescript-eslint/no-empty-function": "error",
|
|
63
|
+
"@typescript-eslint/no-empty-interface": "off",
|
|
64
|
+
"@typescript-eslint/no-floating-promises": "off",
|
|
65
|
+
"@typescript-eslint/no-var-requires": "error",
|
|
66
|
+
"arrow-parens": [
|
|
67
|
+
"off",
|
|
68
|
+
"always"
|
|
69
|
+
],
|
|
70
|
+
"id-blacklist": "off",
|
|
71
|
+
"id-match": "off",
|
|
72
|
+
"import/order": "error",
|
|
73
|
+
"jsdoc/check-alignment": "off",
|
|
74
|
+
"jsdoc/newline-after-description": "off",
|
|
75
|
+
"max-len": [
|
|
76
|
+
"error",
|
|
77
|
+
{
|
|
78
|
+
"code": 170
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"no-empty": "error",
|
|
82
|
+
"no-underscore-dangle": "off",
|
|
83
|
+
"prefer-arrow/prefer-arrow-functions": "off"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"files": [
|
|
88
|
+
"*.html"
|
|
89
|
+
],
|
|
90
|
+
"extends": [
|
|
91
|
+
"plugin:@angular-eslint/template/recommended"
|
|
92
|
+
],
|
|
93
|
+
"rules": {
|
|
94
|
+
"@angular-eslint/template/no-negated-async": "off",
|
|
95
|
+
"@angular-eslint/template/eqeqeq": "off"
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
]
|
|
99
|
+
}
|
package/README.md
ADDED
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Vendure Admin UI
|
|
2
|
+
|
|
3
|
+
This is the administration interface for Vendure.
|
|
4
|
+
|
|
5
|
+
It is an Angular application built with the Angular CLI.
|
|
6
|
+
|
|
7
|
+
The UI is powered by the [Clarity Design System](https://clarity.design).
|
|
8
|
+
|
|
9
|
+
## Structure
|
|
10
|
+
|
|
11
|
+
### Library
|
|
12
|
+
|
|
13
|
+
The Admin UI is structured as an Angular library conforming to the [ng-packagr format](https://github.com/ng-packagr/ng-packagr). This library is what is published to npm as `@vendure/admin-ui`. The library consists
|
|
14
|
+
of a set of modules which are accessible from consuming applications as sub-packages:
|
|
15
|
+
|
|
16
|
+
* `@vendure/admin-ui/core`
|
|
17
|
+
* `@vendure/admin-ui/catalog`
|
|
18
|
+
* `@vendure/admin-ui/orders`
|
|
19
|
+
|
|
20
|
+
etc. These library packages are located at [./src/lib](./src/lib)
|
|
21
|
+
|
|
22
|
+
When built with `npm run build`, the output will be located in the `./package` sub directory. This is also the root of the published npm package.
|
|
23
|
+
|
|
24
|
+
### Application
|
|
25
|
+
|
|
26
|
+
In addition to the library, there is also a full application located at [./src/app](./src/app). This application is used both during development of the Admin UI, and also as the "default" Admin UI without any UI extensions, as provided as the default by the [admin-ui-plugin](../admin-ui-plugin).
|
|
27
|
+
|
|
28
|
+
## Localization
|
|
29
|
+
|
|
30
|
+
Localization of UI strings is handled by [ngx-translate](https://ngx-translate.org). The translation strings should use the [ICU MessageFormat](https://unicode-org.github.io/icu/userguide/format_parse/messages).
|
|
31
|
+
|
|
32
|
+
Translation keys are automatically extracted by running:
|
|
33
|
+
```
|
|
34
|
+
npm run extract-translations
|
|
35
|
+
```
|
|
36
|
+
This scan the source files for any translation keys, and add them to each of the translation files located in [`./src/lib/static/i18n-messages/`](./src/lib/static/i18n-messages/).
|
|
37
|
+
|
|
38
|
+
A report is generated for each language detailing what percentage of the translation tokens are translated into that language:
|
|
39
|
+
|
|
40
|
+
```text
|
|
41
|
+
Extracting translation tokens for "src\lib\static\i18n-messages\de.json"
|
|
42
|
+
de: 592 of 650 tokens translated (91%)
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
This report data is also saved to the [i18n-coverage.json](./i18n-coverage.json) file.
|
|
46
|
+
|
|
47
|
+
To add support for a new language, create a new empty json file (`{}`) in the `i18n-messages` directory named `<languageCode>.json`, where `languageCode` is one of the supported codes as given in the [LanguageCode enum type](../core/src/api/schema/common/language-code.graphql), then run `npm run extract-translations`
|
|
48
|
+
|
|
49
|
+
To verify localization changes add `<languageCode>.json` to `./src/lib/static/vendure-ui-config.json` in the array `availableLanguages`. This will make the localization available in Admin UI development mode using `npm run dev`
|
|
50
|
+
|
package/angular.json
ADDED
|
@@ -0,0 +1,190 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "../../node_modules/@angular/cli/lib/config/schema.json",
|
|
3
|
+
"version": 1,
|
|
4
|
+
"newProjectRoot": "projects",
|
|
5
|
+
"projects": {
|
|
6
|
+
"vendure-admin": {
|
|
7
|
+
"root": "",
|
|
8
|
+
"sourceRoot": "src",
|
|
9
|
+
"projectType": "application",
|
|
10
|
+
"prefix": "vdr",
|
|
11
|
+
"schematics": {
|
|
12
|
+
"@schematics/angular:component": {
|
|
13
|
+
"style": "scss"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"architect": {
|
|
17
|
+
"build": {
|
|
18
|
+
"builder": "@angular-devkit/build-angular:application",
|
|
19
|
+
"options": {
|
|
20
|
+
"baseHref": "/admin/",
|
|
21
|
+
"outputPath": {
|
|
22
|
+
"base": "dist"
|
|
23
|
+
},
|
|
24
|
+
"index": "src/lib/static/index.html",
|
|
25
|
+
"polyfills": [
|
|
26
|
+
"src/lib/static/polyfills.ts"
|
|
27
|
+
],
|
|
28
|
+
"tsConfig": "src/tsconfig.app.json",
|
|
29
|
+
"assets": [
|
|
30
|
+
{
|
|
31
|
+
"glob": "**/*",
|
|
32
|
+
"input": "src/lib/static/",
|
|
33
|
+
"output": "/"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"styles": [
|
|
37
|
+
"src/lib/static/styles/styles.scss"
|
|
38
|
+
],
|
|
39
|
+
"stylePreprocessorOptions": {
|
|
40
|
+
"includePaths": [
|
|
41
|
+
"./src/lib/static/styles",
|
|
42
|
+
"./src/lib/static/fonts"
|
|
43
|
+
],
|
|
44
|
+
"sass": {
|
|
45
|
+
"silenceDeprecations": ["mixed-decls", "color-functions", "global-builtin", "import"]
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
"allowedCommonJsDependencies": [
|
|
49
|
+
"graphql-tag",
|
|
50
|
+
"zen-observable",
|
|
51
|
+
"lodash",
|
|
52
|
+
"dayjs",
|
|
53
|
+
"apollo-upload-client",
|
|
54
|
+
"@clr/icons",
|
|
55
|
+
"@clr/icons/shapes/all-shapes",
|
|
56
|
+
"@vendure/common/lib/generated-types",
|
|
57
|
+
"@vendure/common/lib/simple-deep-clone",
|
|
58
|
+
"@vendure/common/lib/shared-constants",
|
|
59
|
+
"@vendure/common/lib/shared-utils",
|
|
60
|
+
"@vendure/common/lib/normalize-string",
|
|
61
|
+
"@vendure/common/lib/unique",
|
|
62
|
+
"@vendure/common/lib/omit",
|
|
63
|
+
"@vendure/common/lib/pick",
|
|
64
|
+
"@messageformat/core"
|
|
65
|
+
],
|
|
66
|
+
"extractLicenses": false,
|
|
67
|
+
"sourceMap": true,
|
|
68
|
+
"optimization": false,
|
|
69
|
+
"namedChunks": true,
|
|
70
|
+
"browser": "src/main.ts"
|
|
71
|
+
},
|
|
72
|
+
"configurations": {
|
|
73
|
+
"production": {
|
|
74
|
+
"budgets": [
|
|
75
|
+
{
|
|
76
|
+
"type": "anyComponentStyle",
|
|
77
|
+
"maximumWarning": "6kb"
|
|
78
|
+
}
|
|
79
|
+
],
|
|
80
|
+
"fileReplacements": [
|
|
81
|
+
{
|
|
82
|
+
"replace": "src/environments/environment.ts",
|
|
83
|
+
"with": "src/environments/environment.prod.ts"
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"optimization": {
|
|
87
|
+
"styles": {
|
|
88
|
+
"inlineCritical": false
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"outputHashing": "all",
|
|
92
|
+
"namedChunks": false,
|
|
93
|
+
"extractLicenses": true
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
"defaultConfiguration": ""
|
|
97
|
+
},
|
|
98
|
+
"serve": {
|
|
99
|
+
"builder": "@angular-devkit/build-angular:dev-server",
|
|
100
|
+
"options": {
|
|
101
|
+
"buildTarget": "vendure-admin:build"
|
|
102
|
+
},
|
|
103
|
+
"configurations": {
|
|
104
|
+
"production": {
|
|
105
|
+
"buildTarget": "vendure-admin:build:production"
|
|
106
|
+
},
|
|
107
|
+
"plugin": {
|
|
108
|
+
"buildTarget": "vendure-admin:build:plugin-watch"
|
|
109
|
+
},
|
|
110
|
+
"plugin-dev": {
|
|
111
|
+
"buildTarget": "vendure-admin:build:plugin-dev-watch"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
},
|
|
115
|
+
"extract-i18n": {
|
|
116
|
+
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
117
|
+
"options": {
|
|
118
|
+
"buildTarget": "vendure-admin:build"
|
|
119
|
+
}
|
|
120
|
+
},
|
|
121
|
+
"test": {
|
|
122
|
+
"builder": "@angular-devkit/build-angular:karma",
|
|
123
|
+
"options": {
|
|
124
|
+
"main": "src/test.ts",
|
|
125
|
+
"polyfills": "src/lib/static/polyfills.ts",
|
|
126
|
+
"tsConfig": "src/tsconfig.spec.json",
|
|
127
|
+
"karmaConfig": "src/karma.conf.js",
|
|
128
|
+
"styles": [
|
|
129
|
+
"src/lib/static/styles/styles.scss"
|
|
130
|
+
],
|
|
131
|
+
"scripts": [],
|
|
132
|
+
"assets": [
|
|
133
|
+
"src/lib/static/favicon.ico",
|
|
134
|
+
"src/lib/static/assets"
|
|
135
|
+
],
|
|
136
|
+
"stylePreprocessorOptions": {
|
|
137
|
+
"includePaths": [
|
|
138
|
+
"./src/lib/static/styles",
|
|
139
|
+
"./src/lib/static/fonts"
|
|
140
|
+
]
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
"lint": {
|
|
145
|
+
"builder": "@angular-eslint/builder:lint",
|
|
146
|
+
"options": {
|
|
147
|
+
"lintFilePatterns": [
|
|
148
|
+
"src/**/*.ts",
|
|
149
|
+
"src/**/*.html"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
},
|
|
155
|
+
"vendure-admin-lib": {
|
|
156
|
+
"projectType": "library",
|
|
157
|
+
"root": "",
|
|
158
|
+
"sourceRoot": "src",
|
|
159
|
+
"prefix": "vdr",
|
|
160
|
+
"architect": {
|
|
161
|
+
"build": {
|
|
162
|
+
"builder": "@angular-devkit/build-angular:ng-packagr",
|
|
163
|
+
"options": {
|
|
164
|
+
"tsConfig": "./tsconfig.lib.json",
|
|
165
|
+
"project": "./src/lib/ng-package.json"
|
|
166
|
+
},
|
|
167
|
+
"configurations": {
|
|
168
|
+
"production": {
|
|
169
|
+
"tsConfig": "./tsconfig.lib.prod.json"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"schematics": {
|
|
177
|
+
"@schematics/angular:component": {
|
|
178
|
+
"skipTests": true,
|
|
179
|
+
"changeDetection": "OnPush",
|
|
180
|
+
"project": "vendure-admin-lib"
|
|
181
|
+
}
|
|
182
|
+
},
|
|
183
|
+
"cli": {
|
|
184
|
+
"packageManager": "npm",
|
|
185
|
+
"analytics": "61fa89f7-706a-46c0-bcdb-b1d3664195ce",
|
|
186
|
+
"schematicCollections": [
|
|
187
|
+
"@angular-eslint/schematics"
|
|
188
|
+
]
|
|
189
|
+
}
|
|
190
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generatedOn": "2025-05-15T23:57:55.420Z",
|
|
3
|
+
"lastCommit": "15b63cd8c0ce7954f79e25c724f97821c4611861",
|
|
4
|
+
"translationStatus": {
|
|
5
|
+
"ar": {
|
|
6
|
+
"tokenCount": 797,
|
|
7
|
+
"translatedCount": 796,
|
|
8
|
+
"percentage": 100
|
|
9
|
+
},
|
|
10
|
+
"cs": {
|
|
11
|
+
"tokenCount": 797,
|
|
12
|
+
"translatedCount": 796,
|
|
13
|
+
"percentage": 100
|
|
14
|
+
},
|
|
15
|
+
"de": {
|
|
16
|
+
"tokenCount": 797,
|
|
17
|
+
"translatedCount": 796,
|
|
18
|
+
"percentage": 100
|
|
19
|
+
},
|
|
20
|
+
"en": {
|
|
21
|
+
"tokenCount": 797,
|
|
22
|
+
"translatedCount": 796,
|
|
23
|
+
"percentage": 100
|
|
24
|
+
},
|
|
25
|
+
"es": {
|
|
26
|
+
"tokenCount": 797,
|
|
27
|
+
"translatedCount": 796,
|
|
28
|
+
"percentage": 100
|
|
29
|
+
},
|
|
30
|
+
"fa": {
|
|
31
|
+
"tokenCount": 797,
|
|
32
|
+
"translatedCount": 796,
|
|
33
|
+
"percentage": 100
|
|
34
|
+
},
|
|
35
|
+
"fr": {
|
|
36
|
+
"tokenCount": 797,
|
|
37
|
+
"translatedCount": 796,
|
|
38
|
+
"percentage": 100
|
|
39
|
+
},
|
|
40
|
+
"he": {
|
|
41
|
+
"tokenCount": 797,
|
|
42
|
+
"translatedCount": 796,
|
|
43
|
+
"percentage": 100
|
|
44
|
+
},
|
|
45
|
+
"hr": {
|
|
46
|
+
"tokenCount": 797,
|
|
47
|
+
"translatedCount": 795,
|
|
48
|
+
"percentage": 100
|
|
49
|
+
},
|
|
50
|
+
"it": {
|
|
51
|
+
"tokenCount": 797,
|
|
52
|
+
"translatedCount": 796,
|
|
53
|
+
"percentage": 100
|
|
54
|
+
},
|
|
55
|
+
"ja": {
|
|
56
|
+
"tokenCount": 797,
|
|
57
|
+
"translatedCount": 796,
|
|
58
|
+
"percentage": 100
|
|
59
|
+
},
|
|
60
|
+
"nb": {
|
|
61
|
+
"tokenCount": 797,
|
|
62
|
+
"translatedCount": 796,
|
|
63
|
+
"percentage": 100
|
|
64
|
+
},
|
|
65
|
+
"ne": {
|
|
66
|
+
"tokenCount": 797,
|
|
67
|
+
"translatedCount": 796,
|
|
68
|
+
"percentage": 100
|
|
69
|
+
},
|
|
70
|
+
"pl": {
|
|
71
|
+
"tokenCount": 797,
|
|
72
|
+
"translatedCount": 796,
|
|
73
|
+
"percentage": 100
|
|
74
|
+
},
|
|
75
|
+
"pt_BR": {
|
|
76
|
+
"tokenCount": 797,
|
|
77
|
+
"translatedCount": 796,
|
|
78
|
+
"percentage": 100
|
|
79
|
+
},
|
|
80
|
+
"pt_PT": {
|
|
81
|
+
"tokenCount": 797,
|
|
82
|
+
"translatedCount": 796,
|
|
83
|
+
"percentage": 100
|
|
84
|
+
},
|
|
85
|
+
"ru": {
|
|
86
|
+
"tokenCount": 797,
|
|
87
|
+
"translatedCount": 796,
|
|
88
|
+
"percentage": 100
|
|
89
|
+
},
|
|
90
|
+
"sv": {
|
|
91
|
+
"tokenCount": 797,
|
|
92
|
+
"translatedCount": 792,
|
|
93
|
+
"percentage": 99
|
|
94
|
+
},
|
|
95
|
+
"tr": {
|
|
96
|
+
"tokenCount": 797,
|
|
97
|
+
"translatedCount": 796,
|
|
98
|
+
"percentage": 100
|
|
99
|
+
},
|
|
100
|
+
"uk": {
|
|
101
|
+
"tokenCount": 797,
|
|
102
|
+
"translatedCount": 796,
|
|
103
|
+
"percentage": 100
|
|
104
|
+
},
|
|
105
|
+
"zh_Hans": {
|
|
106
|
+
"tokenCount": 797,
|
|
107
|
+
"translatedCount": 796,
|
|
108
|
+
"percentage": 100
|
|
109
|
+
},
|
|
110
|
+
"zh_Hant": {
|
|
111
|
+
"tokenCount": 797,
|
|
112
|
+
"translatedCount": 796,
|
|
113
|
+
"percentage": 100
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
}
|