@vendure/admin-ui 1.7.4 → 1.8.0
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/README.md +49 -0
- package/angular.json +196 -0
- package/i18n-coverage.json +71 -0
- package/package/bundles/vendure-admin-ui-catalog.umd.js +5689 -0
- package/package/bundles/vendure-admin-ui-catalog.umd.js.map +1 -0
- package/package/bundles/vendure-admin-ui-core.umd.js +16863 -0
- package/package/bundles/vendure-admin-ui-core.umd.js.map +1 -0
- package/package/bundles/vendure-admin-ui-customer.umd.js +1680 -0
- package/package/bundles/vendure-admin-ui-customer.umd.js.map +1 -0
- package/package/bundles/vendure-admin-ui-dashboard.umd.js +759 -0
- package/package/bundles/vendure-admin-ui-dashboard.umd.js.map +1 -0
- package/{bundles → package/bundles}/vendure-admin-ui-login.umd.js +0 -0
- package/{bundles → package/bundles}/vendure-admin-ui-login.umd.js.map +0 -0
- package/{bundles → package/bundles}/vendure-admin-ui-marketing.umd.js +0 -0
- package/{bundles → package/bundles}/vendure-admin-ui-marketing.umd.js.map +0 -0
- package/package/bundles/vendure-admin-ui-order.umd.js +4028 -0
- package/package/bundles/vendure-admin-ui-order.umd.js.map +1 -0
- package/package/bundles/vendure-admin-ui-settings.umd.js +3700 -0
- package/package/bundles/vendure-admin-ui-settings.umd.js.map +1 -0
- package/package/bundles/vendure-admin-ui-system.umd.js +524 -0
- package/{bundles → package/bundles}/vendure-admin-ui-system.umd.js.map +0 -0
- package/{bundles → package/bundles}/vendure-admin-ui.umd.js +0 -0
- package/{bundles → package/bundles}/vendure-admin-ui.umd.js.map +0 -0
- package/package/catalog/catalog.module.d.ts +5 -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/assets/assets.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/package/catalog/components/assign-to-channel-dialog/assign-to-channel-dialog.component.d.ts +17 -0
- package/package/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.d.ts +38 -0
- package/package/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.d.ts +4 -0
- package/{catalog → package/catalog}/components/collection-contents/collection-contents.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-detail/collection-detail.component.d.ts +0 -0
- package/package/catalog/components/collection-list/collection-list-bulk-actions.d.ts +6 -0
- package/package/catalog/components/collection-list/collection-list.component.d.ts +35 -0
- package/{catalog → package/catalog}/components/collection-tree/array-to-tree.d.ts +0 -0
- package/package/catalog/components/collection-tree/collection-tree-node.component.d.ts +40 -0
- package/package/catalog/components/collection-tree/collection-tree.component.d.ts +36 -0
- package/{catalog → package/catalog}/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/facet-detail/facet-detail.component.d.ts +0 -0
- package/package/catalog/components/facet-list/facet-list-bulk-actions.d.ts +5 -0
- package/package/catalog/components/facet-list/facet-list.component.d.ts +25 -0
- package/{catalog → package/catalog}/components/generate-product-variants/generate-product-variants.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/package/catalog/components/product-list/product-list-bulk-actions.d.ts +6 -0
- package/package/catalog/components/product-list/product-list.component.d.ts +30 -0
- package/{catalog → package/catalog}/components/product-options-editor/product-options-editor.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-list/product-variants-list.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}/package.json +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/asset-resolver.d.ts +0 -0
- package/{catalog → package/catalog}/providers/routing/collection-resolver.d.ts +0 -0
- package/{catalog → package/catalog}/providers/routing/facet-resolver.d.ts +0 -0
- package/{catalog → package/catalog}/providers/routing/product-resolver.d.ts +0 -0
- package/{catalog → package/catalog}/providers/routing/product-variants-resolver.d.ts +0 -0
- package/package/catalog/public_api.d.ts +39 -0
- package/{catalog → package/catalog}/vendure-admin-ui-catalog.d.ts +0 -0
- package/package/catalog/vendure-admin-ui-catalog.metadata.json +1 -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/package/core/common/component-registry-types.d.ts +56 -0
- package/{core → package/core}/common/deactivate-aware.d.ts +0 -0
- package/{core → package/core}/common/detail-breadcrumb.d.ts +0 -0
- package/package/core/common/generated-types.d.ts +9748 -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/package/core/common/utilities/bulk-action-utils.d.ts +19 -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/find-translation.d.ts +0 -0
- package/{core → package/core}/common/utilities/flatten-facet-values.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/package/core/common/utilities/selection-manager.d.ts +30 -0
- package/{core → package/core}/common/utilities/string-to-color.d.ts +0 -0
- package/package/core/common/version.d.ts +1 -0
- package/{core → package/core}/components/app-shell/app-shell.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/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/package/core/data/definitions/collection-definitions.d.ts +13 -0
- package/{core → package/core}/data/definitions/customer-definitions.d.ts +0 -0
- package/package/core/data/definitions/facet-definitions.d.ts +13 -0
- package/package/core/data/definitions/order-definitions.d.ts +39 -0
- package/package/core/data/definitions/product-definitions.d.ts +46 -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/package/core/data/providers/collection-data.service.d.ts +28 -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/package/core/data/providers/facet-data.service.d.ts +24 -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/package/core/data/providers/order-data.service.d.ts +52 -0
- package/package/core/data/providers/product-data.service.d.ts +82 -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/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}/package.json +0 -0
- package/{core → package/core}/providers/auth/auth.service.d.ts +0 -0
- package/package/core/providers/bulk-action-registry/bulk-action-registry.service.d.ts +6 -0
- package/package/core/providers/bulk-action-registry/bulk-action-types.d.ts +149 -0
- package/package/core/providers/bulk-action-registry/register-bulk-action.d.ts +53 -0
- package/{core → package/core}/providers/component-registry/component-registry.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/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/dashboard-widget/register-dashboard-widget.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/package/core/providers/modal/modal.service.d.ts +134 -0
- package/package/core/providers/nav-builder/nav-builder-types.d.ts +92 -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/package/core/public_api.d.ts +239 -0
- package/{core → package/core}/shared/components/action-bar/action-bar.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/package/core/shared/components/asset-gallery/asset-gallery.component.d.ts +67 -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/package/core/shared/components/bulk-action-menu/bulk-action-menu.component.d.ts +29 -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/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-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/package/core/shared/components/data-table/data-table.component.d.ts +101 -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/package/core/shared/components/dropdown/dropdown-menu.component.d.ts +31 -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/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-selector/language-selector.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/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-search-input/product-search-input.component.d.ts +0 -0
- package/{core → package/core}/shared/components/product-selector/product-selector.component.d.ts +0 -0
- package/package/core/shared/components/radio-card/radio-card-fieldset.component.d.ts +21 -0
- package/package/core/shared/components/radio-card/radio-card.component.d.ts +19 -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/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.d.ts +28 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.d.ts +31 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/custom-nodes.d.ts +4 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +8 -0
- package/{core → package/core}/shared/components/rich-text-editor/prosemirror/keymap.d.ts +0 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +4 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +16 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.d.ts +9 -0
- package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu.d.ts +0 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.d.ts +14 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.d.ts +7 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +5 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.d.ts +7 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.d.ts +13 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +25 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/types.d.ts +9 -0
- package/{core → package/core}/shared/components/rich-text-editor/prosemirror/utils.d.ts +0 -0
- package/package/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.d.ts +18 -0
- package/package/core/shared/components/rich-text-editor/rich-text-editor.component.d.ts +39 -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/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/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/package/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.d.ts +27 -0
- package/package/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.d.ts +19 -0
- package/package/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +20 -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/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/package/core/shared/dynamic-form-inputs/register-dynamic-input-components.d.ts +90 -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-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/{core → package/core}/vendure-admin-ui-core.d.ts +0 -0
- package/package/core/vendure-admin-ui-core.metadata.json +1 -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-dialog/customer-group-detail-dialog.component.d.ts +0 -0
- package/{customer → package/customer}/components/customer-group-list/customer-group-list.component.d.ts +0 -0
- package/package/customer/components/customer-group-member-list/customer-group-member-list.component.d.ts +44 -0
- package/{customer → package/customer}/components/customer-history/customer-history.component.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}/package.json +0 -0
- package/{customer → package/customer}/providers/routing/customer-resolver.d.ts +0 -0
- package/{customer → package/customer}/public_api.d.ts +0 -0
- package/{customer → package/customer}/vendure-admin-ui-customer.d.ts +0 -0
- package/package/customer/vendure-admin-ui-customer.metadata.json +1 -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}/package.json +0 -0
- package/{dashboard → package/dashboard}/public_api.d.ts +0 -0
- package/{dashboard → package/dashboard}/vendure-admin-ui-dashboard.d.ts +0 -0
- package/{dashboard → package/dashboard}/vendure-admin-ui-dashboard.metadata.json +0 -0
- package/{dashboard → package/dashboard}/widgets/latest-orders-widget/latest-orders-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/package/esm2015/catalog/catalog.module.js +85 -0
- package/{esm2015 → package/esm2015}/catalog/catalog.routes.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/apply-facet-dialog/apply-facet-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/asset-detail/asset-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/asset-list/asset-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/assets/assets.component.js +0 -0
- package/package/esm2015/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.js +112 -0
- package/package/esm2015/catalog/components/assign-to-channel-dialog/assign-to-channel-dialog.component.js +51 -0
- package/package/esm2015/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.component.js +89 -0
- package/package/esm2015/catalog/components/bulk-add-facet-values-dialog/bulk-add-facet-values-dialog.graphql.js +69 -0
- package/{esm2015 → package/esm2015}/catalog/components/collection-contents/collection-contents.component.js +0 -0
- package/package/esm2015/catalog/components/collection-detail/collection-detail.component.js +244 -0
- package/package/esm2015/catalog/components/collection-list/collection-list-bulk-actions.js +147 -0
- package/package/esm2015/catalog/components/collection-list/collection-list.component.js +154 -0
- package/{esm2015 → package/esm2015}/catalog/components/collection-tree/array-to-tree.js +0 -0
- package/package/esm2015/catalog/components/collection-tree/collection-tree-node.component.js +126 -0
- package/package/esm2015/catalog/components/collection-tree/collection-tree.component.js +77 -0
- package/{esm2015 → package/esm2015}/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/facet-detail/facet-detail.component.js +0 -0
- package/package/esm2015/catalog/components/facet-list/facet-list-bulk-actions.js +208 -0
- package/package/esm2015/catalog/components/facet-list/facet-list.component.js +116 -0
- package/{esm2015 → package/esm2015}/catalog/components/generate-product-variants/generate-product-variants.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/option-value-input/option-value-input.component.js +0 -0
- package/package/esm2015/catalog/components/product-detail/product-detail.component.js +527 -0
- package/package/esm2015/catalog/components/product-list/product-list-bulk-actions.js +173 -0
- package/package/esm2015/catalog/components/product-list/product-list.component.js +158 -0
- package/{esm2015 → package/esm2015}/catalog/components/product-options-editor/product-options-editor.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/product-variants-editor/product-variants-editor.component.js +0 -0
- package/package/esm2015/catalog/components/product-variants-list/product-variants-list.component.js +214 -0
- package/{esm2015 → package/esm2015}/catalog/components/product-variants-table/product-variants-table.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/update-product-option-dialog/update-product-option-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/components/variant-price-detail/variant-price-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/providers/product-detail/product-detail.service.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/providers/product-detail/replace-last.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/providers/routing/asset-resolver.js +0 -0
- package/package/esm2015/catalog/providers/routing/collection-resolver.js +39 -0
- package/{esm2015 → package/esm2015}/catalog/providers/routing/facet-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/providers/routing/product-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/catalog/providers/routing/product-variants-resolver.js +0 -0
- package/package/esm2015/catalog/public_api.js +41 -0
- package/{esm2015 → package/esm2015}/catalog/vendure-admin-ui-catalog.js +0 -0
- package/{esm2015 → package/esm2015}/core/app.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/app.component.module.js +0 -0
- package/{esm2015 → package/esm2015}/core/app.config.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/base-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/base-entity-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/base-list.component.js +0 -0
- package/package/esm2015/core/common/component-registry-types.js +2 -0
- package/{esm2015 → package/esm2015}/core/common/deactivate-aware.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/detail-breadcrumb.js +0 -0
- package/package/esm2015/core/common/generated-types.js +987 -0
- package/{esm2015 → package/esm2015}/core/common/introspection-result-wrapper.js +0 -0
- package/package/esm2015/core/common/introspection-result.js +300 -0
- package/{esm2015 → package/esm2015}/core/common/single-search-selection-model.js +0 -0
- package/package/esm2015/core/common/utilities/bulk-action-utils.js +44 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/configurable-operation-utils.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/create-updated-translatable.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/find-translation.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/flatten-facet-values.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/get-default-ui-language.js +0 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/interpolate-description.js +0 -0
- package/package/esm2015/core/common/utilities/selection-manager.js +96 -0
- package/{esm2015 → package/esm2015}/core/common/utilities/string-to-color.js +0 -0
- package/package/esm2015/core/common/version.js +3 -0
- package/{esm2015 → package/esm2015}/core/components/app-shell/app-shell.component.js +0 -0
- package/package/esm2015/core/components/breadcrumb/breadcrumb.component.js +126 -0
- package/{esm2015 → package/esm2015}/core/components/channel-switcher/channel-switcher.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/main-nav/main-nav.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/notification/notification.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/overlay-host/overlay-host.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/theme-switcher/theme-switcher.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/components/user-menu/user-menu.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/core.module.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/check-jobs-link.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/client-state/client-defaults.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/client-state/client-resolvers.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/data.module.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/administrator-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/auth-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/client-definitions.js +0 -0
- package/package/esm2015/core/data/definitions/collection-definitions.js +173 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/customer-definitions.js +0 -0
- package/package/esm2015/core/data/definitions/facet-definitions.js +140 -0
- package/package/esm2015/core/data/definitions/order-definitions.js +585 -0
- package/package/esm2015/core/data/definitions/product-definitions.js +759 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/promotion-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/settings-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/shared-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/definitions/shipping-definitions.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/omit-typename-link.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/administrator-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/auth-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/base-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/client-data.service.js +0 -0
- package/package/esm2015/core/data/providers/collection-data.service.js +90 -0
- package/package/esm2015/core/data/providers/customer-data.service.js +121 -0
- package/{esm2015 → package/esm2015}/core/data/providers/data.service.js +0 -0
- package/package/esm2015/core/data/providers/facet-data.service.js +76 -0
- package/{esm2015 → package/esm2015}/core/data/providers/fetch-adapter.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/interceptor.js +0 -0
- package/package/esm2015/core/data/providers/order-data.service.js +139 -0
- package/package/esm2015/core/data/providers/product-data.service.js +240 -0
- package/{esm2015 → package/esm2015}/core/data/providers/promotion-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/settings-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/providers/shipping-method-data.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/query-result.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/server-config.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/utils/add-custom-fields.js +0 -0
- package/{esm2015 → package/esm2015}/core/data/utils/get-server-location.js +0 -0
- package/package/esm2015/core/data/utils/remove-readonly-custom-fields.js +95 -0
- package/{esm2015 → package/esm2015}/core/data/utils/transform-relation-custom-field-inputs.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/auth/auth.service.js +0 -0
- package/package/esm2015/core/providers/bulk-action-registry/bulk-action-registry.service.js +27 -0
- package/package/esm2015/core/providers/bulk-action-registry/bulk-action-types.js +2 -0
- package/package/esm2015/core/providers/bulk-action-registry/register-bulk-action.js +63 -0
- package/{esm2015 → package/esm2015}/core/providers/component-registry/component-registry.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/custom-detail-component/custom-detail-component-types.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/custom-detail-component/custom-detail-component.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/custom-field-component/custom-field-component.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/dashboard-widget/dashboard-widget-types.js +0 -0
- package/package/esm2015/core/providers/dashboard-widget/dashboard-widget.service.js +94 -0
- package/{esm2015 → package/esm2015}/core/providers/dashboard-widget/register-dashboard-widget.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/guard/auth.guard.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/health-check/health-check.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/i18n/custom-http-loader.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/i18n/custom-message-format-compiler.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/i18n/i18n.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/job-queue/job-queue.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/local-storage/local-storage.service.js +0 -0
- package/package/esm2015/core/providers/modal/modal.service.js +101 -0
- package/package/esm2015/core/providers/nav-builder/nav-builder-types.js +2 -0
- package/{esm2015 → package/esm2015}/core/providers/nav-builder/nav-builder.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/notification/notification.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/providers/overlay-host/overlay-host.service.js +0 -0
- package/package/esm2015/core/public_api.js +241 -0
- package/package/esm2015/core/shared/components/action-bar/action-bar.component.js +43 -0
- package/{esm2015 → package/esm2015}/core/shared/components/action-bar-items/action-bar-items.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/address-form/address-form.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/affixed-input/affixed-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/affixed-input/percentage-suffix-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-file-input/asset-file-input.component.js +0 -0
- package/package/esm2015/core/shared/components/asset-gallery/asset-gallery.component.js +84 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-preview/asset-preview.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-preview-links/asset-preview-links.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/asset-search-input/asset-search-input.component.js +0 -0
- package/package/esm2015/core/shared/components/bulk-action-menu/bulk-action-menu.component.js +99 -0
- package/{esm2015 → package/esm2015}/core/shared/components/channel-assignment-control/channel-assignment-control.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/channel-badge/channel-badge.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/chip/chip.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/configurable-input/configurable-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/currency-input/currency-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/custom-field-control/custom-field-control.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/customer-label/customer-label.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/data-table/data-table-column.component.js +0 -0
- package/package/esm2015/core/shared/components/data-table/data-table.component.js +162 -0
- package/{esm2015 → package/esm2015}/core/shared/components/datetime-picker/constants.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/datetime-picker/datetime-picker.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/datetime-picker/datetime-picker.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/datetime-picker/types.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/dropdown/dropdown-item.directive.js +0 -0
- package/package/esm2015/core/shared/components/dropdown/dropdown-menu.component.js +122 -0
- package/{esm2015 → package/esm2015}/core/shared/components/dropdown/dropdown-trigger.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/dropdown/dropdown.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/edit-note-dialog/edit-note-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/empty-placeholder/empty-placeholder.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/entity-info/entity-info.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/extension-host/extension-host-config.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/extension-host/extension-host.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/extension-host/extension-host.service.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/extension-host/host-external-frame.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/facet-value-chip/facet-value-chip.component.js +0 -0
- package/package/esm2015/core/shared/components/facet-value-selector/facet-value-selector.component.js +117 -0
- package/{esm2015 → package/esm2015}/core/shared/components/focal-point-control/focal-point-control.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/form-field/form-field-control.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/form-field/form-field.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/form-item/form-item.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/formatted-address/formatted-address.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/help-tooltip/help-tooltip.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/history-entry-detail/history-entry-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/items-per-page-controls/items-per-page-controls.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/labeled-data/labeled-data.component.js +0 -0
- package/package/esm2015/core/shared/components/language-selector/language-selector.component.js +21 -0
- package/{esm2015 → package/esm2015}/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/modal-dialog/dialog-buttons.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/modal-dialog/dialog-component-outlet.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/modal-dialog/dialog-title.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/modal-dialog/modal-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/object-tree/object-tree.component.js +0 -0
- package/package/esm2015/core/shared/components/order-state-label/order-state-label.component.js +44 -0
- package/{esm2015 → package/esm2015}/core/shared/components/pagination-controls/pagination-controls.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.js +0 -0
- package/package/esm2015/core/shared/components/product-search-input/product-search-input.component.js +104 -0
- package/package/esm2015/core/shared/components/product-selector/product-selector.component.js +61 -0
- package/package/esm2015/core/shared/components/radio-card/radio-card-fieldset.component.js +57 -0
- package/package/esm2015/core/shared/components/radio-card/radio-card.component.js +54 -0
- package/package/esm2015/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.js +32 -0
- package/{esm2015 → package/esm2015}/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.js +0 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.js +140 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.js +45 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/custom-nodes.js +60 -0
- package/{esm2015 → package/esm2015}/core/shared/components/rich-text-editor/prosemirror/inputrules.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/rich-text-editor/prosemirror/keymap.js +0 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/links.js +69 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.js +42 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.js +12 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/menu.js +247 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.js +16 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.js +100 -0
- package/{esm2015 → package/esm2015}/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.js +0 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.js +97 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.js +166 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.js +142 -0
- package/package/esm2015/core/shared/components/rich-text-editor/prosemirror/types.js +2 -0
- package/{esm2015 → package/esm2015}/core/shared/components/rich-text-editor/prosemirror/utils.js +0 -0
- package/package/esm2015/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.js +57 -0
- package/package/esm2015/core/shared/components/rich-text-editor/rich-text-editor.component.js +97 -0
- package/{esm2015 → package/esm2015}/core/shared/components/select-toggle/select-toggle.component.js +0 -0
- package/package/esm2015/core/shared/components/simple-dialog/simple-dialog.component.js +21 -0
- package/{esm2015 → package/esm2015}/core/shared/components/status-badge/status-badge.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/table-row-action/table-row-action.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/tag-selector/tag-selector.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/timeline-entry/timeline-entry.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/title-input/title-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/components/ui-extension-point/ui-extension-point.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/directives/disabled.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/directives/if-default-channel-active.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/directives/if-directive-base.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/directives/if-multichannel.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/directives/if-permissions.directive.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.js +0 -0
- package/package/esm2015/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.js +59 -0
- package/package/esm2015/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.js +66 -0
- package/package/esm2015/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.js +88 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.js +0 -0
- package/package/esm2015/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.js +266 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.js +0 -0
- package/package/esm2015/core/shared/dynamic-form-inputs/register-dynamic-input-components.js +136 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/asset-preview.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/channel-label.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/custom-field-label.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/duration.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/file-size.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/has-permission.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-base.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-currency-name.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-currency.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-date.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-language-name.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/locale-region-name.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/sentence-case.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/sort.pipe.js +0 -0
- package/package/esm2015/core/shared/pipes/state-i18n-token.pipe.js +47 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/string-to-color.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/pipes/time-ago.pipe.js +0 -0
- package/{esm2015 → package/esm2015}/core/shared/providers/routing/can-deactivate-detail-guard.js +0 -0
- package/package/esm2015/core/shared/shared.module.js +287 -0
- package/{esm2015 → package/esm2015}/core/validators/unicode-pattern.validator.js +0 -0
- package/{esm2015 → package/esm2015}/core/vendure-admin-ui-core.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/address-card/address-card.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/address-detail-dialog/address-detail-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/customer-detail/customer-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.js +0 -0
- package/package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +198 -0
- package/package/esm2015/customer/components/customer-group-member-list/customer-group-member-list.component.js +101 -0
- package/{esm2015 → package/esm2015}/customer/components/customer-history/customer-history.component.js +0 -0
- package/package/esm2015/customer/components/customer-list/customer-list.component.js +81 -0
- package/{esm2015 → package/esm2015}/customer/components/customer-status-label/customer-status-label.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/customer/customer.module.js +0 -0
- package/{esm2015 → package/esm2015}/customer/customer.routes.js +0 -0
- package/{esm2015 → package/esm2015}/customer/providers/routing/customer-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/customer/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/customer/vendure-admin-ui-customer.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/components/dashboard/dashboard.component.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/components/dashboard-widget/dashboard-widget.component.js +0 -0
- package/package/esm2015/dashboard/dashboard.module.js +29 -0
- package/{esm2015 → package/esm2015}/dashboard/dashboard.routes.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/default-widgets.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/vendure-admin-ui-dashboard.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/widgets/order-summary-widget/order-summary-widget.component.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/widgets/test-widget/test-widget.component.js +0 -0
- package/{esm2015 → package/esm2015}/dashboard/widgets/welcome-widget/welcome-widget.component.js +0 -0
- package/{esm2015 → package/esm2015}/login/components/login/login.component.js +0 -0
- package/{esm2015 → package/esm2015}/login/login.module.js +0 -0
- package/{esm2015 → package/esm2015}/login/login.routes.js +0 -0
- package/{esm2015 → package/esm2015}/login/providers/login.guard.js +0 -0
- package/{esm2015 → package/esm2015}/login/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/login/vendure-admin-ui-login.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/components/promotion-detail/promotion-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/components/promotion-list/promotion-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/marketing.module.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/marketing.routes.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/providers/routing/promotion-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/marketing/vendure-admin-ui-marketing.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/cancel-order-dialog/cancel-order-dialog.component.js +0 -0
- package/package/esm2015/order/components/coupon-code-selector/coupon-code-selector.component.js +42 -0
- package/package/esm2015/order/components/draft-order-detail/draft-order-detail.component.js +195 -0
- package/package/esm2015/order/components/draft-order-variant-selector/draft-order-variant-selector.component.js +59 -0
- package/{esm2015 → package/esm2015}/order/components/fulfill-order-dialog/fulfill-order-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/fulfillment-card/fulfillment-card.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/fulfillment-detail/fulfillment-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/fulfillment-state-label/fulfillment-state-label.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/line-fulfillment/line-fulfillment.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/line-refunds/line-refunds.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/modification-detail/modification-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-custom-fields-card/order-custom-fields-card.component.js +0 -0
- package/package/esm2015/order/components/order-detail/order-detail.component.js +550 -0
- package/package/esm2015/order/components/order-editor/order-editor.component.js +375 -0
- package/{esm2015 → package/esm2015}/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-history/order-history.component.js +0 -0
- package/package/esm2015/order/components/order-list/order-list.component.js +211 -0
- package/{esm2015 → package/esm2015}/order/components/order-payment-card/order-payment-card.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph/constants.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph/order-process-edge.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph/order-process-graph.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph/order-process-node.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph/types.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-process-graph-dialog/order-process-graph-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/order-state-select-dialog/order-state-select-dialog.component.js +0 -0
- package/package/esm2015/order/components/order-table/order-table.component.js +87 -0
- package/{esm2015 → package/esm2015}/order/components/payment-detail/payment-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/payment-state-label/payment-state-label.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/refund-order-dialog/refund-order-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/refund-state-label/refund-state-label.component.js +0 -0
- package/package/esm2015/order/components/select-address-dialog/select-address-dialog.component.js +91 -0
- package/package/esm2015/order/components/select-address-dialog/select-address-dialog.graphql.js +14 -0
- package/package/esm2015/order/components/select-customer-dialog/select-customer-dialog.component.js +59 -0
- package/package/esm2015/order/components/select-shipping-method-dialog/select-shipping-method-dialog.component.js +30 -0
- package/{esm2015 → package/esm2015}/order/components/settle-refund-dialog/settle-refund-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/order/components/simple-item-list/simple-item-list.component.js +0 -0
- package/package/esm2015/order/order.module.js +82 -0
- package/package/esm2015/order/order.routes.js +73 -0
- package/{esm2015 → package/esm2015}/order/providers/order-transition.service.js +0 -0
- package/package/esm2015/order/providers/routing/order-resolver.js +50 -0
- package/package/esm2015/order/providers/routing/order.guard.js +41 -0
- package/package/esm2015/order/public_api.js +44 -0
- package/{esm2015 → package/esm2015}/order/vendure-admin-ui-order.js +0 -0
- package/{esm2015 → package/esm2015}/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/admin-detail/admin-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/administrator-list/administrator-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/channel-detail/channel-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/channel-list/channel-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/country-detail/country-detail.component.js +0 -0
- package/package/esm2015/settings/components/country-list/country-list.component.js +82 -0
- package/{esm2015 → package/esm2015}/settings/components/global-settings/global-settings.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/payment-method-detail/payment-method-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/payment-method-list/payment-method-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/permission-grid/permission-grid.component.js +0 -0
- package/package/esm2015/settings/components/profile/profile.component.js +82 -0
- package/{esm2015 → package/esm2015}/settings/components/role-detail/role-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/role-list/role-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/shipping-method-detail/shipping-method-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/shipping-method-list/shipping-method-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/shipping-method-test-result/shipping-method-test-result.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/tax-category-detail/tax-category-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/tax-category-list/tax-category-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/tax-rate-detail/tax-rate-detail.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/tax-rate-list/tax-rate-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/test-address-form/test-address-form.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/test-order-builder/test-order-builder.component.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/zone-detail-dialog/zone-detail-dialog.component.js +0 -0
- package/package/esm2015/settings/components/zone-list/zone-list.component.js +160 -0
- package/{esm2015 → package/esm2015}/settings/components/zone-member-list/zone-member-controls.directive.js +0 -0
- package/{esm2015 → package/esm2015}/settings/components/zone-member-list/zone-member-list-header.directive.js +0 -0
- package/package/esm2015/settings/components/zone-member-list/zone-member-list.component.js +63 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/administrator-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/channel-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/country-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/global-settings-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/payment-method-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/profile-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/role-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/shipping-method-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/tax-category-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/providers/routing/tax-rate-resolver.js +0 -0
- package/{esm2015 → package/esm2015}/settings/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/settings/settings.module.js +0 -0
- package/{esm2015 → package/esm2015}/settings/settings.routes.js +0 -0
- package/{esm2015 → package/esm2015}/settings/vendure-admin-ui-settings.js +0 -0
- package/package/esm2015/system/components/health-check/health-check.component.js +19 -0
- package/{esm2015 → package/esm2015}/system/components/job-list/job-list.component.js +0 -0
- package/{esm2015 → package/esm2015}/system/components/job-state-label/job-state-label.component.js +0 -0
- package/{esm2015 → package/esm2015}/system/public_api.js +0 -0
- package/{esm2015 → package/esm2015}/system/system.module.js +0 -0
- package/{esm2015 → package/esm2015}/system/system.routes.js +0 -0
- package/{esm2015 → package/esm2015}/system/vendure-admin-ui-system.js +0 -0
- package/{esm2015 → package/esm2015}/vendure-admin-ui.js +0 -0
- package/package/fesm2015/vendure-admin-ui-catalog.js +4768 -0
- package/package/fesm2015/vendure-admin-ui-catalog.js.map +1 -0
- package/package/fesm2015/vendure-admin-ui-core.js +17900 -0
- package/package/fesm2015/vendure-admin-ui-core.js.map +1 -0
- package/package/fesm2015/vendure-admin-ui-customer.js +1184 -0
- package/package/fesm2015/vendure-admin-ui-customer.js.map +1 -0
- package/package/fesm2015/vendure-admin-ui-dashboard.js +375 -0
- package/package/fesm2015/vendure-admin-ui-dashboard.js.map +1 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.js +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.js.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.js +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.js.map +0 -0
- package/package/fesm2015/vendure-admin-ui-order.js +3155 -0
- package/package/fesm2015/vendure-admin-ui-order.js.map +1 -0
- package/package/fesm2015/vendure-admin-ui-settings.js +2977 -0
- package/package/fesm2015/vendure-admin-ui-settings.js.map +1 -0
- package/package/fesm2015/vendure-admin-ui-system.js +171 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-system.js.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui.js +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui.js.map +0 -0
- package/{login → package/login}/components/login/login.component.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}/package.json +0 -0
- package/{login → package/login}/providers/login.guard.d.ts +0 -0
- package/{login → package/login}/public_api.d.ts +0 -0
- package/{login → package/login}/vendure-admin-ui-login.d.ts +0 -0
- package/{login → package/login}/vendure-admin-ui-login.metadata.json +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.component.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}/package.json +0 -0
- package/{marketing → package/marketing}/providers/routing/promotion-resolver.d.ts +0 -0
- package/{marketing → package/marketing}/public_api.d.ts +0 -0
- package/{marketing → package/marketing}/vendure-admin-ui-marketing.d.ts +0 -0
- package/{marketing → package/marketing}/vendure-admin-ui-marketing.metadata.json +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/package/order/components/coupon-code-selector/coupon-code-selector.component.d.ts +18 -0
- package/package/order/components/draft-order-detail/draft-order-detail.component.d.ts +49 -0
- package/package/order/components/draft-order-variant-selector/draft-order-variant-selector.component.d.ts +21 -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-detail/order-detail.component.d.ts +0 -0
- package/package/order/components/order-editor/order-editor.component.d.ts +71 -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.component.d.ts +0 -0
- package/package/order/components/order-list/order-list.component.d.ts +35 -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/package/order/components/order-table/order-table.component.d.ts +37 -0
- package/{order → package/order}/components/payment-detail/payment-detail.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-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/package/order/components/select-address-dialog/select-address-dialog.component.d.ts +24 -0
- package/package/order/components/select-address-dialog/select-address-dialog.graphql.d.ts +1 -0
- package/package/order/components/select-customer-dialog/select-customer-dialog.component.d.ts +22 -0
- package/package/order/components/select-shipping-method-dialog/select-shipping-method-dialog.component.d.ts +16 -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}/order.module.d.ts +0 -0
- package/{order → package/order}/order.routes.d.ts +0 -0
- package/{order → package/order}/package.json +0 -0
- package/{order → package/order}/providers/order-transition.service.d.ts +0 -0
- package/package/order/providers/routing/order-resolver.d.ts +13 -0
- package/package/order/providers/routing/order.guard.d.ts +9 -0
- package/package/order/public_api.d.ts +42 -0
- package/{order → package/order}/vendure-admin-ui-order.d.ts +0 -0
- package/package/order/vendure-admin-ui-order.metadata.json +1 -0
- package/package/package.json +59 -0
- package/{public_api.d.ts → package/public_api.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.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.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.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.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.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.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/tax-category-detail/tax-category-detail.component.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.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/zone-detail-dialog/zone-detail-dialog.component.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-header.directive.d.ts +0 -0
- package/package/settings/components/zone-member-list/zone-member-list.component.d.ts +23 -0
- package/{settings → package/settings}/package.json +0 -0
- package/{settings → package/settings}/providers/routing/administrator-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/channel-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/country-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/global-settings-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/payment-method-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/profile-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/role-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/shipping-method-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/tax-category-resolver.d.ts +0 -0
- package/{settings → package/settings}/providers/routing/tax-rate-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/{settings → package/settings}/vendure-admin-ui-settings.d.ts +0 -0
- package/package/settings/vendure-admin-ui-settings.metadata.json +1 -0
- package/{static → package/static}/assets/.gitkeep +0 -0
- package/{static → package/static}/assets/logo-300px.png +0 -0
- package/{static → package/static}/assets/logo-75px.png +0 -0
- package/{static → package/static}/favicon.ico +0 -0
- package/package/static/i18n-messages/cs.json +721 -0
- package/package/static/i18n-messages/de.json +721 -0
- package/package/static/i18n-messages/en.json +721 -0
- package/package/static/i18n-messages/es.json +721 -0
- package/package/static/i18n-messages/fr.json +721 -0
- package/package/static/i18n-messages/it.json +721 -0
- package/package/static/i18n-messages/pl.json +721 -0
- package/package/static/i18n-messages/pt_BR.json +721 -0
- package/package/static/i18n-messages/pt_PT.json +721 -0
- package/package/static/i18n-messages/ru.json +721 -0
- package/package/static/i18n-messages/uk.json +721 -0
- package/package/static/i18n-messages/zh_Hans.json +721 -0
- package/package/static/i18n-messages/zh_Hant.json +721 -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/package/static/styles/global/_forms.scss +148 -0
- package/package/static/styles/global/_overrides.scss +72 -0
- package/{static → package/static}/styles/global/_sass-overrides.scss +0 -0
- package/package/static/styles/global/_utilities.scss +131 -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/package/static/theme.min.css +8 -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}/package.json +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/{system → package/system}/vendure-admin-ui-system.d.ts +0 -0
- package/package/system/vendure-admin-ui-system.metadata.json +1 -0
- package/{vendure-admin-ui.d.ts → package/vendure-admin-ui.d.ts} +0 -0
- package/{vendure-admin-ui.metadata.json → package/vendure-admin-ui.metadata.json} +0 -0
- package/package.json +59 -21
- package/tsconfig.json +61 -0
- package/tsconfig.lib.json +26 -0
- package/tsconfig.lib.prod.json +14 -0
- package/tslint.json +33 -0
- package/LICENSE +0 -9
- package/bundles/vendure-admin-ui-catalog.umd.js +0 -4861
- package/bundles/vendure-admin-ui-catalog.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-core.umd.js +0 -15291
- package/bundles/vendure-admin-ui-core.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-customer.umd.js +0 -1679
- package/bundles/vendure-admin-ui-customer.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-dashboard.umd.js +0 -757
- package/bundles/vendure-admin-ui-dashboard.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-order.umd.js +0 -3422
- package/bundles/vendure-admin-ui-order.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-settings.umd.js +0 -3699
- package/bundles/vendure-admin-ui-settings.umd.js.map +0 -1
- package/bundles/vendure-admin-ui-system.umd.js +0 -524
- package/catalog/catalog.module.d.ts +0 -2
- package/catalog/components/collection-list/collection-list.component.d.ts +0 -33
- package/catalog/components/collection-tree/collection-tree-node.component.d.ts +0 -36
- package/catalog/components/collection-tree/collection-tree.component.d.ts +0 -35
- package/catalog/components/facet-list/facet-list.component.d.ts +0 -24
- package/catalog/components/product-list/product-list.component.d.ts +0 -29
- package/catalog/public_api.d.ts +0 -33
- package/catalog/vendure-admin-ui-catalog.metadata.json +0 -1
- package/core/common/component-registry-types.d.ts +0 -56
- package/core/common/generated-types.d.ts +0 -9142
- package/core/common/utilities/selection-manager.d.ts +0 -23
- package/core/common/version.d.ts +0 -1
- package/core/data/definitions/collection-definitions.d.ts +0 -10
- package/core/data/definitions/facet-definitions.d.ts +0 -10
- package/core/data/definitions/order-definitions.d.ts +0 -27
- package/core/data/definitions/product-definitions.d.ts +0 -45
- package/core/data/providers/collection-data.service.d.ts +0 -25
- package/core/data/providers/facet-data.service.d.ts +0 -21
- package/core/data/providers/order-data.service.d.ts +0 -35
- package/core/data/providers/product-data.service.d.ts +0 -81
- package/core/providers/modal/modal.service.d.ts +0 -132
- package/core/providers/nav-builder/nav-builder-types.d.ts +0 -91
- package/core/public_api.d.ts +0 -222
- package/core/shared/components/asset-gallery/asset-gallery.component.d.ts +0 -67
- package/core/shared/components/data-table/data-table.component.d.ts +0 -82
- package/core/shared/components/dropdown/dropdown-menu.component.d.ts +0 -30
- package/core/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +0 -8
- package/core/shared/components/rich-text-editor/prosemirror/menu/images.d.ts +0 -4
- package/core/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +0 -4
- package/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +0 -4
- package/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +0 -5
- package/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +0 -21
- package/core/shared/components/rich-text-editor/prosemirror/types.d.ts +0 -11
- package/core/shared/components/rich-text-editor/rich-text-editor.component.d.ts +0 -35
- package/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +0 -32
- package/core/shared/dynamic-form-inputs/register-dynamic-input-components.d.ts +0 -89
- package/core/vendure-admin-ui-core.metadata.json +0 -1
- package/customer/components/customer-group-member-list/customer-group-member-list.component.d.ts +0 -37
- package/customer/vendure-admin-ui-customer.metadata.json +0 -1
- package/esm2015/catalog/catalog.module.js +0 -62
- package/esm2015/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.js +0 -109
- package/esm2015/catalog/components/collection-detail/collection-detail.component.js +0 -244
- package/esm2015/catalog/components/collection-list/collection-list.component.js +0 -145
- package/esm2015/catalog/components/collection-tree/collection-tree-node.component.js +0 -117
- package/esm2015/catalog/components/collection-tree/collection-tree.component.js +0 -76
- package/esm2015/catalog/components/facet-list/facet-list.component.js +0 -107
- package/esm2015/catalog/components/product-detail/product-detail.component.js +0 -515
- package/esm2015/catalog/components/product-list/product-list.component.js +0 -153
- package/esm2015/catalog/components/product-variants-list/product-variants-list.component.js +0 -214
- package/esm2015/catalog/providers/routing/collection-resolver.js +0 -38
- package/esm2015/catalog/public_api.js +0 -35
- package/esm2015/core/common/component-registry-types.js +0 -2
- package/esm2015/core/common/generated-types.js +0 -983
- package/esm2015/core/common/introspection-result.js +0 -195
- package/esm2015/core/common/utilities/selection-manager.js +0 -64
- package/esm2015/core/common/version.js +0 -3
- package/esm2015/core/components/breadcrumb/breadcrumb.component.js +0 -126
- package/esm2015/core/data/definitions/collection-definitions.js +0 -144
- package/esm2015/core/data/definitions/facet-definitions.js +0 -110
- package/esm2015/core/data/definitions/order-definitions.js +0 -472
- package/esm2015/core/data/definitions/product-definitions.js +0 -745
- package/esm2015/core/data/providers/collection-data.service.js +0 -75
- package/esm2015/core/data/providers/customer-data.service.js +0 -117
- package/esm2015/core/data/providers/facet-data.service.js +0 -60
- package/esm2015/core/data/providers/order-data.service.js +0 -103
- package/esm2015/core/data/providers/product-data.service.js +0 -235
- package/esm2015/core/data/utils/remove-readonly-custom-fields.js +0 -91
- package/esm2015/core/providers/dashboard-widget/dashboard-widget.service.js +0 -97
- package/esm2015/core/providers/modal/modal.service.js +0 -100
- package/esm2015/core/providers/nav-builder/nav-builder-types.js +0 -2
- package/esm2015/core/public_api.js +0 -224
- package/esm2015/core/shared/components/action-bar/action-bar.component.js +0 -47
- package/esm2015/core/shared/components/asset-gallery/asset-gallery.component.js +0 -84
- package/esm2015/core/shared/components/data-table/data-table.component.js +0 -113
- package/esm2015/core/shared/components/dropdown/dropdown-menu.component.js +0 -121
- package/esm2015/core/shared/components/facet-value-selector/facet-value-selector.component.js +0 -117
- package/esm2015/core/shared/components/language-selector/language-selector.component.js +0 -21
- package/esm2015/core/shared/components/order-state-label/order-state-label.component.js +0 -43
- package/esm2015/core/shared/components/product-search-input/product-search-input.component.js +0 -104
- package/esm2015/core/shared/components/product-selector/product-selector.component.js +0 -61
- package/esm2015/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.js +0 -32
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/images.js +0 -36
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/links.js +0 -69
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.js +0 -20
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/menu/menu.js +0 -192
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.js +0 -112
- package/esm2015/core/shared/components/rich-text-editor/prosemirror/types.js +0 -2
- package/esm2015/core/shared/components/rich-text-editor/rich-text-editor.component.js +0 -86
- package/esm2015/core/shared/components/simple-dialog/simple-dialog.component.js +0 -21
- package/esm2015/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.js +0 -125
- package/esm2015/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.js +0 -266
- package/esm2015/core/shared/dynamic-form-inputs/register-dynamic-input-components.js +0 -134
- package/esm2015/core/shared/pipes/state-i18n-token.pipe.js +0 -46
- package/esm2015/core/shared/shared.module.js +0 -275
- package/esm2015/customer/components/customer-group-list/customer-group-list.component.js +0 -198
- package/esm2015/customer/components/customer-group-member-list/customer-group-member-list.component.js +0 -101
- package/esm2015/customer/components/customer-list/customer-list.component.js +0 -81
- package/esm2015/dashboard/dashboard.module.js +0 -25
- package/esm2015/order/components/order-detail/order-detail.component.js +0 -550
- package/esm2015/order/components/order-editor/order-editor.component.js +0 -381
- package/esm2015/order/components/order-list/order-list.component.js +0 -195
- package/esm2015/order/components/order-table/order-table.component.js +0 -76
- package/esm2015/order/order.module.js +0 -70
- package/esm2015/order/order.routes.js +0 -54
- package/esm2015/order/providers/routing/order-resolver.js +0 -33
- package/esm2015/order/public_api.js +0 -36
- package/esm2015/settings/components/country-list/country-list.component.js +0 -82
- package/esm2015/settings/components/profile/profile.component.js +0 -82
- package/esm2015/settings/components/zone-list/zone-list.component.js +0 -160
- package/esm2015/settings/components/zone-member-list/zone-member-list.component.js +0 -63
- package/esm2015/system/components/health-check/health-check.component.js +0 -19
- package/fesm2015/vendure-admin-ui-catalog.js +0 -3994
- package/fesm2015/vendure-admin-ui-catalog.js.map +0 -1
- package/fesm2015/vendure-admin-ui-core.js +0 -16292
- package/fesm2015/vendure-admin-ui-core.js.map +0 -1
- package/fesm2015/vendure-admin-ui-customer.js +0 -1184
- package/fesm2015/vendure-admin-ui-customer.js.map +0 -1
- package/fesm2015/vendure-admin-ui-dashboard.js +0 -371
- package/fesm2015/vendure-admin-ui-dashboard.js.map +0 -1
- package/fesm2015/vendure-admin-ui-order.js +0 -2607
- package/fesm2015/vendure-admin-ui-order.js.map +0 -1
- package/fesm2015/vendure-admin-ui-settings.js +0 -2977
- package/fesm2015/vendure-admin-ui-settings.js.map +0 -1
- package/fesm2015/vendure-admin-ui-system.js +0 -171
- package/order/components/order-editor/order-editor.component.d.ts +0 -76
- package/order/components/order-list/order-list.component.d.ts +0 -34
- package/order/components/order-table/order-table.component.d.ts +0 -28
- package/order/providers/routing/order-resolver.d.ts +0 -10
- package/order/public_api.d.ts +0 -34
- package/order/vendure-admin-ui-order.metadata.json +0 -1
- package/settings/components/zone-member-list/zone-member-list.component.d.ts +0 -21
- package/settings/vendure-admin-ui-settings.metadata.json +0 -1
- package/static/i18n-messages/cs.json +0 -688
- package/static/i18n-messages/de.json +0 -688
- package/static/i18n-messages/en.json +0 -689
- package/static/i18n-messages/es.json +0 -688
- package/static/i18n-messages/fr.json +0 -688
- package/static/i18n-messages/it.json +0 -688
- package/static/i18n-messages/pl.json +0 -688
- package/static/i18n-messages/pt_BR.json +0 -688
- package/static/i18n-messages/pt_PT.json +0 -688
- package/static/i18n-messages/ru.json +0 -688
- package/static/i18n-messages/uk.json +0 -688
- package/static/i18n-messages/zh_Hans.json +0 -688
- package/static/i18n-messages/zh_Hant.json +0 -688
- package/static/styles/global/_forms.scss +0 -146
- package/static/styles/global/_overrides.scss +0 -72
- package/static/styles/global/_utilities.scss +0 -127
- package/static/theme.min.css +0 -8
- package/system/vendure-admin-ui-system.metadata.json +0 -1
|
@@ -0,0 +1,721 @@
|
|
|
1
|
+
{
|
|
2
|
+
"admin": {
|
|
3
|
+
"create-new-administrator": "Crea nuovo amministratore"
|
|
4
|
+
},
|
|
5
|
+
"asset": {
|
|
6
|
+
"add-asset": "Aggiungi immagine",
|
|
7
|
+
"add-asset-with-count": "Aggiungi {count, plural, 0 {media} one {1 media} other {{count} media}}",
|
|
8
|
+
"assets-selected-count": "{ count } media selezionati",
|
|
9
|
+
"dimensions": "Dimensioni",
|
|
10
|
+
"focal-point": "Punto focale",
|
|
11
|
+
"notify-create-assets-success": "Creati {count, plural, one {nuovo media} other {{count} nuovi media}}",
|
|
12
|
+
"original-asset-size": "Dimensione originale",
|
|
13
|
+
"preview": "Anteprima",
|
|
14
|
+
"remove-asset": "Rimuovi media",
|
|
15
|
+
"select-asset": "Seleziona media",
|
|
16
|
+
"select-assets": "Seleziona media",
|
|
17
|
+
"set-as-featured-asset": "Imposta come media in evidenza",
|
|
18
|
+
"set-focal-point": "Imposta punto focale",
|
|
19
|
+
"source-file": "File sorgente",
|
|
20
|
+
"unset-focal-point": "Deseleziona",
|
|
21
|
+
"update-focal-point": "Aggiorna punto",
|
|
22
|
+
"update-focal-point-error": "Impossibile aggiornare il punto focale",
|
|
23
|
+
"update-focal-point-success": "Punto focale aggiornato",
|
|
24
|
+
"upload-assets": "Carica media",
|
|
25
|
+
"uploading": "Caricamento..."
|
|
26
|
+
},
|
|
27
|
+
"breadcrumb": {
|
|
28
|
+
"administrators": "Amministratori",
|
|
29
|
+
"assets": "Media",
|
|
30
|
+
"channels": "Canali",
|
|
31
|
+
"collections": "Collezioni",
|
|
32
|
+
"countries": "Nazioni",
|
|
33
|
+
"customer-groups": "Gruppi di Clienti",
|
|
34
|
+
"customers": "Clienti",
|
|
35
|
+
"dashboard": "Pannello",
|
|
36
|
+
"facets": "Attributi",
|
|
37
|
+
"global-settings": "Impostazioni Globali",
|
|
38
|
+
"job-queue": "Coda operazioni",
|
|
39
|
+
"manage-variants": "Gestione varianti",
|
|
40
|
+
"modifying": "Modifica",
|
|
41
|
+
"orders": "Ordini",
|
|
42
|
+
"payment-methods": "Metodi di pagamento",
|
|
43
|
+
"product-options": "",
|
|
44
|
+
"products": "Prodotti",
|
|
45
|
+
"profile": "Profilo",
|
|
46
|
+
"promotions": "Promozioni",
|
|
47
|
+
"roles": "Ruoli",
|
|
48
|
+
"shipping-methods": "Metodi di spedizione",
|
|
49
|
+
"system-status": "Stato del sistema",
|
|
50
|
+
"tax-categories": "Impostazioni Tasse",
|
|
51
|
+
"tax-rates": "Importo Tasse",
|
|
52
|
+
"zones": "Zone"
|
|
53
|
+
},
|
|
54
|
+
"catalog": {
|
|
55
|
+
"add-facet-value": "Aggiungi valore attributo",
|
|
56
|
+
"add-facets": "Aggiungi attributi",
|
|
57
|
+
"add-option": "Aggiungi opzione",
|
|
58
|
+
"asset-preview-links": "",
|
|
59
|
+
"assign-collections-to-channel-success": "",
|
|
60
|
+
"assign-facets-to-channel-success": "",
|
|
61
|
+
"assign-product-to-channel-success": "Prodotto assegnato correttamente a \"{ channel }\"",
|
|
62
|
+
"assign-products-to-channel": "Assegna prodotto al canale",
|
|
63
|
+
"assign-to-channel": "Assegna a un canale",
|
|
64
|
+
"assign-to-named-channel": "Assegna al canale { channelCode }",
|
|
65
|
+
"assign-variant-to-channel-success": "Variante assegnata con successo a \"{ channel }\"",
|
|
66
|
+
"assign-variants-to-channel": "Assegna varianti al canale",
|
|
67
|
+
"auto-update-option-variant-name": "Aggiorna automaticamente i nomi delle Varianti utilizzando questa opzione",
|
|
68
|
+
"auto-update-product-variant-name": "Aggiorna automaticamente i nomi delle Varianti",
|
|
69
|
+
"channel-price-preview": "Anteprima prezzo canale",
|
|
70
|
+
"collection-contents": "Contenuti della Collezione",
|
|
71
|
+
"confirm-bulk-delete-collections": "",
|
|
72
|
+
"confirm-bulk-delete-facets": "",
|
|
73
|
+
"confirm-bulk-delete-products": "",
|
|
74
|
+
"confirm-cancel": "",
|
|
75
|
+
"confirm-delete-administrator": "Eliminare l'amministratore?",
|
|
76
|
+
"confirm-delete-assets": "Eliminare {count} {count, plural, one {media} other {media}}?",
|
|
77
|
+
"confirm-delete-channel": "Eliminare il canale?",
|
|
78
|
+
"confirm-delete-collection": "Eliminare la collezione?",
|
|
79
|
+
"confirm-delete-collection-and-children-body": "Eliminare questa collezione rimuoverà anche le sue sotto-collezioni",
|
|
80
|
+
"confirm-delete-country": "Eliminare la Nazione?",
|
|
81
|
+
"confirm-delete-customer": "Eliminare questo Cliente?",
|
|
82
|
+
"confirm-delete-facet": "Eliminare l'attributo?",
|
|
83
|
+
"confirm-delete-facet-value": "Eliminare il valore attributo?",
|
|
84
|
+
"confirm-delete-product": "Eliminare il prodotto?",
|
|
85
|
+
"confirm-delete-product-option": "",
|
|
86
|
+
"confirm-delete-product-option-group": "",
|
|
87
|
+
"confirm-delete-product-variant": "Eliminare la variante?",
|
|
88
|
+
"confirm-delete-promotion": "Eliminare la promozione?",
|
|
89
|
+
"confirm-delete-shipping-method": "Eliminare il metodo di spedizione?",
|
|
90
|
+
"confirm-delete-zone": "Eliminare la zona?",
|
|
91
|
+
"confirm-deletion-of-unused-variants-body": "Le seguenti varianti sono diventate obsolete a seguito dell'aggiunta di nuove opzioni. Queste verranno cancellate durante la creazione delle nuove varianti.",
|
|
92
|
+
"confirm-deletion-of-unused-variants-title": "Cancellare le varianti obsolete?",
|
|
93
|
+
"create-draft-order": "",
|
|
94
|
+
"create-new-collection": "Crea nuova Collezione",
|
|
95
|
+
"create-new-facet": "Crea nuovo attributo",
|
|
96
|
+
"create-new-product": "Crea nuovo prodotto",
|
|
97
|
+
"created-new-variants-success": "Sono state create {count} {count, plural, one {nuova variante} other {nuove varianti}}",
|
|
98
|
+
"default-variant": "Variante predefinita",
|
|
99
|
+
"display-variant-cards": "Visualizza dettagli",
|
|
100
|
+
"display-variant-table": "Visualizza come tabella",
|
|
101
|
+
"drop-files-to-upload": "Trascina file da caricare",
|
|
102
|
+
"duplicate-sku-warning": "Per favore assicurati che tutte le SKU siano univoche",
|
|
103
|
+
"edit-facet-values": "",
|
|
104
|
+
"edit-options": "",
|
|
105
|
+
"expand-all-collections": "Espandi le collezioni",
|
|
106
|
+
"facet-value-not-available": "",
|
|
107
|
+
"facet-values": "Valori attributo",
|
|
108
|
+
"filter-by-name": "Filtra per nome",
|
|
109
|
+
"filter-by-name-or-sku": "Filtra per nome o SKU",
|
|
110
|
+
"filters": "Filtri",
|
|
111
|
+
"group-by-product": "Raggruppa per prodotto",
|
|
112
|
+
"live-preview-contents": "",
|
|
113
|
+
"manage-variants": "Gestione varianti",
|
|
114
|
+
"move-down": "Sposta in basso",
|
|
115
|
+
"move-to": "Sposta in",
|
|
116
|
+
"move-up": "Sposta in alto",
|
|
117
|
+
"no-channel-selected": "Nessun canale selezionato",
|
|
118
|
+
"no-featured-asset": "Nessun media in evidenza",
|
|
119
|
+
"no-selection": "Nessuna selezione",
|
|
120
|
+
"notify-bulk-delete-collections-success": "",
|
|
121
|
+
"notify-bulk-delete-facets-success": "",
|
|
122
|
+
"notify-bulk-delete-products-success": "",
|
|
123
|
+
"notify-remove-collections-from-channel-success": "",
|
|
124
|
+
"notify-remove-facets-from-channel-success": "",
|
|
125
|
+
"notify-remove-product-from-channel-error": "Impossibile rimuovere il prodotto dal canale",
|
|
126
|
+
"notify-remove-product-from-channel-success": "Prodotto rimosso dal canale",
|
|
127
|
+
"notify-remove-variant-from-channel-error": "Impossibile rimuovere la variante dal canale",
|
|
128
|
+
"notify-remove-variant-from-channel-success": "Variante rimossa dal canale",
|
|
129
|
+
"option": "Opzione",
|
|
130
|
+
"option-name": "Nome opzione",
|
|
131
|
+
"option-values": "Valori opzione",
|
|
132
|
+
"out-of-stock-threshold": "Soglia prodotto esaurito",
|
|
133
|
+
"out-of-stock-threshold-tooltip": "Imposta la soglia di scorte alla quale il prodotto è considerato non disponibile alla vendita. Utilizzando un valore negativo si abilitano gli ordini anche fuori scorta.",
|
|
134
|
+
"pending-search-index-updates": "",
|
|
135
|
+
"price": "Prezzo",
|
|
136
|
+
"price-conversion-factor": "Fattore di conversione del prezzo",
|
|
137
|
+
"price-in-channel": "Prezzo in { channel }",
|
|
138
|
+
"price-includes-tax-at": "Include tasse al { rate }%",
|
|
139
|
+
"price-with-tax-in-default-zone": "Inc. { rate }% di tasse: { price }",
|
|
140
|
+
"private": "Privato",
|
|
141
|
+
"product-details": "Dettagli prodotto",
|
|
142
|
+
"product-name": "Nome del Prodotto",
|
|
143
|
+
"product-variants": "Varianti del Prodotto",
|
|
144
|
+
"public": "Pubblico",
|
|
145
|
+
"rebuild-search-index": "Ricostruisci indice di ricerca",
|
|
146
|
+
"reindex-error": "Si è verificato un errore nella ricostruzione dell'indice di ricerca",
|
|
147
|
+
"reindex-successful": "{count, plural, one {Indicizzata una variante prodotto} other {Indicizzate {count} varianti prodotto}} in {time}ms",
|
|
148
|
+
"reindexing": "Ricostruzione indice",
|
|
149
|
+
"remove-from-channel": "Rimuovi dal canale",
|
|
150
|
+
"remove-option": "Rimuovi opzione",
|
|
151
|
+
"remove-product-from-channel": "Rimuovi prodotto dal canale",
|
|
152
|
+
"remove-product-variant-from-channel": "Rimuovi variante dal canale",
|
|
153
|
+
"root-collection": "",
|
|
154
|
+
"run-pending-search-index-updates": "",
|
|
155
|
+
"running-search-index-updates": "",
|
|
156
|
+
"search-asset-name-or-tag": "Cerca per nome o tag del media",
|
|
157
|
+
"search-for-term": "Ricerca termine",
|
|
158
|
+
"search-index-controls": "",
|
|
159
|
+
"search-product-name-or-code": "Ricerca per nome o codice prodotto",
|
|
160
|
+
"select-product": "Seleziona prodotto",
|
|
161
|
+
"select-product-variant": "Seleziona variante",
|
|
162
|
+
"sku": "SKU",
|
|
163
|
+
"slug": "Slug",
|
|
164
|
+
"slug-pattern-error": "Lo slug non è valido",
|
|
165
|
+
"stock-allocated": "Allocato",
|
|
166
|
+
"stock-allocated-tooltip": "Il numero di unità già allocate a Ordini effettuati ma non ancora spediti",
|
|
167
|
+
"stock-on-hand": "Scorte",
|
|
168
|
+
"stock-on-hand-tooltip": "Scorte disponibili - numero di unità fisiche disponibili in magazzino",
|
|
169
|
+
"stock-saleable": "Vendibili",
|
|
170
|
+
"stock-saleable-tooltip": "Il numero di unità disponibili per la vendita, sottraendo dalle scorte disponibili la merce allocata, e tenendo in conto la soglia Prodotto Esaurito",
|
|
171
|
+
"tax-category": "Categoria Tassa",
|
|
172
|
+
"taxes": "Tasse",
|
|
173
|
+
"track-inventory": "Traccia inventario",
|
|
174
|
+
"track-inventory-false": "Non gestire",
|
|
175
|
+
"track-inventory-inherit": "Usa impostazioni generali",
|
|
176
|
+
"track-inventory-tooltip": "Quando viene tracciato, l'inventario della variante viene aggiornato a fronte di una vendita",
|
|
177
|
+
"track-inventory-true": "Traccia",
|
|
178
|
+
"update-product-option": "Aggiorna opzione prodotto",
|
|
179
|
+
"use-global-value": "Usa valore generale",
|
|
180
|
+
"values": "Valori",
|
|
181
|
+
"variant": "Variante",
|
|
182
|
+
"view-contents": "Mostra contenuti",
|
|
183
|
+
"visibility": "Visibilità"
|
|
184
|
+
},
|
|
185
|
+
"common": {
|
|
186
|
+
"ID": "ID",
|
|
187
|
+
"actions": "Azioni",
|
|
188
|
+
"add-item-to-list": "Aggiungi elemento alla lista",
|
|
189
|
+
"add-new-variants": "Aggiungi {count, plural, one {1 variante} other {{count} varianti}}",
|
|
190
|
+
"add-note": "Aggiungi nota",
|
|
191
|
+
"available-languages": "Lingue disponibili",
|
|
192
|
+
"boolean-and": "",
|
|
193
|
+
"boolean-or": "",
|
|
194
|
+
"browser-default": "",
|
|
195
|
+
"cancel": "Annulla",
|
|
196
|
+
"cancel-navigation": "Annulla navigazione",
|
|
197
|
+
"change-selection": "Cambia selezione",
|
|
198
|
+
"channel": "Canale",
|
|
199
|
+
"channels": "Canali",
|
|
200
|
+
"clear-selection": "",
|
|
201
|
+
"close": "Chiudi",
|
|
202
|
+
"code": "Codice",
|
|
203
|
+
"collapse-entries": "Riduci elementi",
|
|
204
|
+
"confirm": "Conferma",
|
|
205
|
+
"confirm-delete-note": "Cancellare la nota?",
|
|
206
|
+
"confirm-navigation": "Prosegui con la navigazione",
|
|
207
|
+
"create": "Crea",
|
|
208
|
+
"created-at": "Creato il",
|
|
209
|
+
"custom-fields": "Campi personalizzati",
|
|
210
|
+
"default-channel": "Canale predefinito",
|
|
211
|
+
"default-language": "Lingua predefinita",
|
|
212
|
+
"default-tax-category": "Categoria tasse predefinita",
|
|
213
|
+
"delete": "Cancella",
|
|
214
|
+
"description": "Descrizione",
|
|
215
|
+
"details": "Dettagli",
|
|
216
|
+
"disabled": "Disabilitato",
|
|
217
|
+
"discard-changes": "Annulla modifiche",
|
|
218
|
+
"edit": "Modifica",
|
|
219
|
+
"edit-field": "Modifica campo",
|
|
220
|
+
"edit-note": "Modifica nota",
|
|
221
|
+
"enabled": "Abilitato",
|
|
222
|
+
"expand-entries": "Espandi elementi",
|
|
223
|
+
"extension-running-in-separate-window": "L'estensione è in esecuzione in un'altra finestra",
|
|
224
|
+
"filter": "Filtra",
|
|
225
|
+
"force-delete": "",
|
|
226
|
+
"force-remove": "",
|
|
227
|
+
"general": "",
|
|
228
|
+
"guest": "Ospite",
|
|
229
|
+
"items-per-page-option": "{ count } per pagina",
|
|
230
|
+
"items-selected-count": "",
|
|
231
|
+
"keep-editing": "",
|
|
232
|
+
"language": "Lingua",
|
|
233
|
+
"launch-extension": "Lancia estensione",
|
|
234
|
+
"live-update": "Aggiornamenti live",
|
|
235
|
+
"locale": "",
|
|
236
|
+
"log-out": "Log out",
|
|
237
|
+
"login": "Log in",
|
|
238
|
+
"manage-tags": "Gestisci tag",
|
|
239
|
+
"manage-tags-description": "Aggiungi o elimina tag globalmente",
|
|
240
|
+
"medium-date": "",
|
|
241
|
+
"more": "Altri...",
|
|
242
|
+
"name": "Nome",
|
|
243
|
+
"no-bulk-actions-available": "",
|
|
244
|
+
"no-results": "Nessun risultato",
|
|
245
|
+
"not-applicable": "",
|
|
246
|
+
"not-set": "Non impostato",
|
|
247
|
+
"notify-bulk-update-success": "",
|
|
248
|
+
"notify-create-error": "Si è verificato un errore, impossibile creare { entity }",
|
|
249
|
+
"notify-create-success": "Creato nuovo { entity }",
|
|
250
|
+
"notify-delete-error": "Si è verificato un errore, impossibile cancellare { entity }",
|
|
251
|
+
"notify-delete-success": "Cancellato { entity }",
|
|
252
|
+
"notify-remove-products-from-channel-success": "",
|
|
253
|
+
"notify-save-changes-error": "Si è verificato un errore, impossibile salvare le modifiche",
|
|
254
|
+
"notify-saved-changes": "Modifiche salvate",
|
|
255
|
+
"notify-update-error": "Si è verificato un errore, impossibile aggiornare { entity }",
|
|
256
|
+
"notify-update-success": "Aggiornato { entity }",
|
|
257
|
+
"notify-updated-tags-success": "Tags aggiornati con successo",
|
|
258
|
+
"okay": "",
|
|
259
|
+
"open": "Apri",
|
|
260
|
+
"password": "Password",
|
|
261
|
+
"price": "Prezzo",
|
|
262
|
+
"price-with-tax": "Prezzo tasse incluse",
|
|
263
|
+
"private": "Privato",
|
|
264
|
+
"public": "Pubblico",
|
|
265
|
+
"remember-me": "Ricordami",
|
|
266
|
+
"remove": "Rimuovi",
|
|
267
|
+
"remove-item-from-list": "Rimuovi elemento dalla lista",
|
|
268
|
+
"results-count": "{ count } {count, plural, one {risultato} other {risultati}}",
|
|
269
|
+
"sample-formatting": "",
|
|
270
|
+
"select": "Seleziona...",
|
|
271
|
+
"select-display-language": "Seleziona lingua",
|
|
272
|
+
"select-items-with-count": "",
|
|
273
|
+
"select-products": "",
|
|
274
|
+
"select-relation-id": "",
|
|
275
|
+
"select-today": "Seleziona oggi",
|
|
276
|
+
"select-variants": "",
|
|
277
|
+
"set-language": "",
|
|
278
|
+
"short-date": "",
|
|
279
|
+
"tags": "Tag",
|
|
280
|
+
"theme": "Tema",
|
|
281
|
+
"there-are-unsaved-changes": "Ci sono modifiche non salvate. Lasciando questa pagina le modifiche andranno perse.",
|
|
282
|
+
"toggle-all": "Cambia tutti",
|
|
283
|
+
"total-items": "{currentStart} - {currentEnd} di {totalItems}",
|
|
284
|
+
"update": "Aggiorna",
|
|
285
|
+
"updated-at": "Aggiornare a",
|
|
286
|
+
"username": "Username",
|
|
287
|
+
"view-next-month": "Vedi mese successivo",
|
|
288
|
+
"view-previous-month": "Vedi mese precedente",
|
|
289
|
+
"with-selected": "Con selezionato..."
|
|
290
|
+
},
|
|
291
|
+
"customer": {
|
|
292
|
+
"add-customer-to-group": "Aggiungi cliente ad un gruppo",
|
|
293
|
+
"add-customer-to-groups-with-count": "Aggiungi cliente a {count, plural, one {1 gruppo} other {{count} gruppi}}",
|
|
294
|
+
"add-customers-to-group": "Aggiungi clienti ad un gruppo",
|
|
295
|
+
"add-customers-to-group-success": "{customerCount, plural, one {Aggiunto 1 cliente} other {Aggiunti {customerCount} clienti}} to \"{ groupName }\"",
|
|
296
|
+
"add-customers-to-group-with-count": "Ho aggiunto {count, plural, one {1 cliente} other {{count} clienti}}",
|
|
297
|
+
"add-customers-to-group-with-name": "Aggiungi clienti a \"{ groupName }\"",
|
|
298
|
+
"addresses": "Indirizzi",
|
|
299
|
+
"city": "Città",
|
|
300
|
+
"company": "",
|
|
301
|
+
"confirm-delete-customer-group": "Eliminare gruppo di clienti?",
|
|
302
|
+
"confirm-remove-customer-from-group": "Rimuovere il cliente dal gruppo?",
|
|
303
|
+
"country": "Nazione",
|
|
304
|
+
"create-customer-group": "Crea gruppo di clienti",
|
|
305
|
+
"create-new-address": "Crea nuovo indirizzo",
|
|
306
|
+
"create-new-customer": "Crea nuovo cliente",
|
|
307
|
+
"create-new-customer-group": "Crea nuovo gruppo di clienti",
|
|
308
|
+
"customer-groups": "Gruppi di clienti",
|
|
309
|
+
"customer-history": "Storico cliente",
|
|
310
|
+
"customer-type": "Tipologia cliente",
|
|
311
|
+
"default-billing-address": "Indirizzo di fatturazione principale",
|
|
312
|
+
"default-shipping-address": "Indirizzo di spedizione principale",
|
|
313
|
+
"email-address": "Indirizzo email",
|
|
314
|
+
"email-verification-sent": "Una email di verifica è stata inviata a { emailAddress }",
|
|
315
|
+
"first-name": "Nome",
|
|
316
|
+
"full-name": "Nome completo",
|
|
317
|
+
"guest": "Ospite",
|
|
318
|
+
"history-customer-added-to-group": "Cliente aggiunto al gruppo \"{ groupName }\"",
|
|
319
|
+
"history-customer-address-created": "Indirizzo creato",
|
|
320
|
+
"history-customer-address-deleted": "Indirizzo cancellato",
|
|
321
|
+
"history-customer-address-updated": "Indirizzo aggiornato",
|
|
322
|
+
"history-customer-detail-updated": "Dettagli cliente aggiornati",
|
|
323
|
+
"history-customer-email-update-requested": "Richiesto aggiornamento email",
|
|
324
|
+
"history-customer-email-update-verified": "Aggiornamento email verificato",
|
|
325
|
+
"history-customer-password-reset-requested": "Richiesto reset password",
|
|
326
|
+
"history-customer-password-reset-verified": "Reset password verificato",
|
|
327
|
+
"history-customer-password-updated": "Password aggiornata",
|
|
328
|
+
"history-customer-registered": "Cliente registrato",
|
|
329
|
+
"history-customer-removed-from-group": "Cliente rimosso dal gruppo \"{ groupName }\"",
|
|
330
|
+
"history-customer-verified": "Cliente verificato",
|
|
331
|
+
"history-using-external-auth-strategy": "utilizzo { strategy }",
|
|
332
|
+
"history-using-native-auth-strategy": "usando indirizzo email",
|
|
333
|
+
"last-login": "Ultimo login",
|
|
334
|
+
"last-name": "Cognome",
|
|
335
|
+
"name": "Nome",
|
|
336
|
+
"new-email-address": "Nuovo indirizzo email",
|
|
337
|
+
"no-orders-placed": "Nessun ordine effettuato",
|
|
338
|
+
"not-a-member-of-any-groups": "Questo cliente non fa parte di alcun gruppo",
|
|
339
|
+
"old-email-address": "Indirizzo email precedente",
|
|
340
|
+
"orders": "Ordini",
|
|
341
|
+
"password": "Password",
|
|
342
|
+
"phone-number": "Numero di telefono",
|
|
343
|
+
"postal-code": "CAP",
|
|
344
|
+
"province": "Provincia",
|
|
345
|
+
"registered": "Registrato",
|
|
346
|
+
"remove-customers-from-group-success": "Ho rimosso {customerCount, plural, one {1 cuclientestomer} other {{customerCount} clienti}} from \"{ groupName }\"",
|
|
347
|
+
"remove-from-group": "Rimuovi da questo gruppo",
|
|
348
|
+
"search-by-group-name": "Ricerca termine",
|
|
349
|
+
"search-customers-by-email": "Cerca per indirizzo email",
|
|
350
|
+
"search-customers-by-email-last-name-postal-code": "Cerca per cognome / indirizzo email / CAP",
|
|
351
|
+
"select-customer": "Seleziona cliente",
|
|
352
|
+
"set-as-default-billing-address": "Imposta come indirizzo di fatturazione predefinito",
|
|
353
|
+
"set-as-default-shipping-address": "Imposta come indirizzo di spedizione predefinito",
|
|
354
|
+
"street-line-1": "Indirizzo - riga 1",
|
|
355
|
+
"street-line-2": "Indirizzo - riga 2",
|
|
356
|
+
"title": "Titolo",
|
|
357
|
+
"update-customer-group": "Aggiorna gruppo cliente",
|
|
358
|
+
"verified": "Verificato",
|
|
359
|
+
"view-group-members": "Visualizza membri del gruppo"
|
|
360
|
+
},
|
|
361
|
+
"dashboard": {
|
|
362
|
+
"add-widget": "Aggiungi widget",
|
|
363
|
+
"latest-orders": "Ultimi ordini",
|
|
364
|
+
"orders-summary": "Riepilogo ordini",
|
|
365
|
+
"remove-widget": "Rimuovi widget",
|
|
366
|
+
"thisMonth": "Questo mese",
|
|
367
|
+
"thisWeek": "Questa settimana",
|
|
368
|
+
"today": "Oggi",
|
|
369
|
+
"total-order-value": "Valore totale",
|
|
370
|
+
"total-orders": "Ordini totali",
|
|
371
|
+
"widget-resize": "Ridimensiona",
|
|
372
|
+
"widget-width": "Larghezza: {width}",
|
|
373
|
+
"yesterday": "Ieri"
|
|
374
|
+
},
|
|
375
|
+
"datetime": {
|
|
376
|
+
"ago-days": "{count, plural, one {1 giorno} other {{count} giorni}} fa",
|
|
377
|
+
"ago-hours": "{count, plural, one {1 ora} other {{count} ore}} fa",
|
|
378
|
+
"ago-minutes": "{count, plural, one {1 min} other {{count} min}} fa",
|
|
379
|
+
"ago-seconds": "{count, plural, =0 {proprio ora} one {1 sec fa} other {{count} sec fa}}",
|
|
380
|
+
"ago-years": "{count, plural, one {1 anno} other {{count} anni}} fa",
|
|
381
|
+
"duration-milliseconds": "{ms}ms",
|
|
382
|
+
"duration-minutes:seconds": "{m}:{s}m",
|
|
383
|
+
"duration-seconds": "{s}",
|
|
384
|
+
"month-apr": "Aprile",
|
|
385
|
+
"month-aug": "Agosto",
|
|
386
|
+
"month-dec": "Dicembre",
|
|
387
|
+
"month-feb": "Febbraio",
|
|
388
|
+
"month-jan": "Gennaio",
|
|
389
|
+
"month-jul": "Luglio",
|
|
390
|
+
"month-jun": "Giugno",
|
|
391
|
+
"month-mar": "Marzo",
|
|
392
|
+
"month-may": "Maggio",
|
|
393
|
+
"month-nov": "Novembre",
|
|
394
|
+
"month-oct": "Ottobre",
|
|
395
|
+
"month-sep": "Settembre",
|
|
396
|
+
"time": "Ora",
|
|
397
|
+
"weekday-fr": "Ve",
|
|
398
|
+
"weekday-mo": "Lu",
|
|
399
|
+
"weekday-sa": "Sa",
|
|
400
|
+
"weekday-su": "Do",
|
|
401
|
+
"weekday-th": "Gi",
|
|
402
|
+
"weekday-tu": "Ma",
|
|
403
|
+
"weekday-we": "Me"
|
|
404
|
+
},
|
|
405
|
+
"editor": {
|
|
406
|
+
"image-alt": "Descrizione (alt)",
|
|
407
|
+
"image-src": "Fonte (indirizzo immagine)",
|
|
408
|
+
"image-title": "Titolo",
|
|
409
|
+
"insert-image": "Inserisci immagine",
|
|
410
|
+
"link-href": "Link",
|
|
411
|
+
"link-title": "Titolo link",
|
|
412
|
+
"remove-link": "Rimuovi",
|
|
413
|
+
"set-link": "Imposta link"
|
|
414
|
+
},
|
|
415
|
+
"error": {
|
|
416
|
+
"403-forbidden": "Non sei autorizzato ad accedere a \"{ path }\". Potresti non avere sufficienti permessi, oppure la tua sessione è scaduta.",
|
|
417
|
+
"could-not-connect-to-server": "Non è stato possibile collegarsi al server Vendure a { url }",
|
|
418
|
+
"facet-value-form-values-do-not-match": "Il numero di valori nel modulo degli attributi non corrisponde al numero di valori",
|
|
419
|
+
"health-check-failed": "La verifica del sistema ha dato esito negativo",
|
|
420
|
+
"no-default-shipping-zone-set": "Questo canale non ha una zona di spedizione di default. Questo potrebbe causare errori nel calcolo dei prezzi di spedizione.",
|
|
421
|
+
"no-default-tax-zone-set": "Questo canale non ha una zona di tassazione di default. Questo sarà causa di errori nel calcolo dei prezzi. Per favore seleziona una zona.",
|
|
422
|
+
"product-variant-form-values-do-not-match": "Il numero di varianti del prodotto non corrisponde al numero effettivo di varianti"
|
|
423
|
+
},
|
|
424
|
+
"marketing": {
|
|
425
|
+
"actions": "Azioni",
|
|
426
|
+
"add-action": "Aggiungi azioni",
|
|
427
|
+
"add-condition": "Aggiungi condizioni",
|
|
428
|
+
"conditions": "Condizioni",
|
|
429
|
+
"coupon-code": "Codice coupon",
|
|
430
|
+
"create-new-promotion": "Crea nuova promozione",
|
|
431
|
+
"ends-at": "Finisce a",
|
|
432
|
+
"per-customer-limit": "Limiti per cliente",
|
|
433
|
+
"search-by-coupon-code": "Cerca per codice coupon",
|
|
434
|
+
"search-by-name": "Cerca per nome",
|
|
435
|
+
"starts-at": "Inizia a"
|
|
436
|
+
},
|
|
437
|
+
"nav": {
|
|
438
|
+
"administrators": "Amministratori",
|
|
439
|
+
"assets": "Media",
|
|
440
|
+
"catalog": "Catalogo",
|
|
441
|
+
"channels": "Canali",
|
|
442
|
+
"collections": "Collezioni",
|
|
443
|
+
"countries": "Nazioni",
|
|
444
|
+
"customer-groups": "Gruppi di Clienti",
|
|
445
|
+
"customers": "Clienti",
|
|
446
|
+
"facets": "Attributi",
|
|
447
|
+
"global-settings": "Impostazioni globali",
|
|
448
|
+
"job-queue": "Coda operazioni",
|
|
449
|
+
"marketing": "Marketing",
|
|
450
|
+
"orders": "Ordini",
|
|
451
|
+
"payment-methods": "Metodi di Pagamento",
|
|
452
|
+
"products": "Prodotti",
|
|
453
|
+
"promotions": "Promozioni",
|
|
454
|
+
"roles": "Ruoli",
|
|
455
|
+
"sales": "Vendite",
|
|
456
|
+
"settings": "Impostazioni",
|
|
457
|
+
"shipping-methods": "Metodi di Spedizione",
|
|
458
|
+
"system": "Sistema",
|
|
459
|
+
"system-status": "Stato del Sistema",
|
|
460
|
+
"tax-categories": "Impostazioni Tasse",
|
|
461
|
+
"tax-rates": "Importo Tasse",
|
|
462
|
+
"zones": "Zone"
|
|
463
|
+
},
|
|
464
|
+
"order": {
|
|
465
|
+
"add-item-to-order": "Aggiungi elemento all'ordine",
|
|
466
|
+
"add-note": "Aggiungi nota",
|
|
467
|
+
"add-payment": "Aggiungi pagamento",
|
|
468
|
+
"add-payment-to-order": "Aggiungi pagamento all'ordine",
|
|
469
|
+
"add-payment-to-order-success": "Pagamento aggiunto con successo all'ordine",
|
|
470
|
+
"add-surcharge": "Aggiungi sovrapprezzo",
|
|
471
|
+
"added-items": "Aggiunti prodotti",
|
|
472
|
+
"amount": "Importo",
|
|
473
|
+
"apply-filters": "Applica filtri",
|
|
474
|
+
"arrange-additional-payment": "Effettua un ulteriore pagamento",
|
|
475
|
+
"billing-address": "Indirizzo di fatturazione",
|
|
476
|
+
"cancel": "Annulla",
|
|
477
|
+
"cancel-entire-order": "",
|
|
478
|
+
"cancel-fulfillment": "Annulla consegna",
|
|
479
|
+
"cancel-modification": "Annulla modifica",
|
|
480
|
+
"cancel-order": "Annulla ordine",
|
|
481
|
+
"cancel-payment": "Annulla pagamento",
|
|
482
|
+
"cancel-reason-customer-request": "Richiesta del cliente",
|
|
483
|
+
"cancel-reason-not-available": "Non disponibile",
|
|
484
|
+
"cancel-selected-items": "Cancella prodotti selezionati",
|
|
485
|
+
"cancel-specified-items": "",
|
|
486
|
+
"cancellation-reason": "Motivo dell'annullamento",
|
|
487
|
+
"cancelled-order-success": "Ordine cancellato con successo",
|
|
488
|
+
"complete-draft-order": "",
|
|
489
|
+
"confirm-modifications": "Conferma modifiche",
|
|
490
|
+
"contents": "Contenuti",
|
|
491
|
+
"create-fulfillment": "Crea consegna",
|
|
492
|
+
"create-fulfillment-success": "Consegna creata",
|
|
493
|
+
"customer": "Cliente",
|
|
494
|
+
"delete-draft-order": "",
|
|
495
|
+
"edit-billing-address": "Modifica indirizzo di fatturazione",
|
|
496
|
+
"edit-shipping-address": "Modifica indirizzo di spedizione",
|
|
497
|
+
"error-message": "Messaggio di errore",
|
|
498
|
+
"existing-address": "",
|
|
499
|
+
"existing-customer": "",
|
|
500
|
+
"filter-custom": "Personalizzato",
|
|
501
|
+
"filter-preset-active": "Attivi",
|
|
502
|
+
"filter-preset-completed": "Completati",
|
|
503
|
+
"filter-preset-draft": "",
|
|
504
|
+
"filter-preset-open": "Aperti",
|
|
505
|
+
"filter-preset-shipped": "Spediti",
|
|
506
|
+
"fulfill": "Consegna",
|
|
507
|
+
"fulfill-order": "Consegna ordine",
|
|
508
|
+
"fulfillment": "Consegna",
|
|
509
|
+
"fulfillment-method": "Metodo di consegna",
|
|
510
|
+
"history-coupon-code-applied": "Codice coupon applicato",
|
|
511
|
+
"history-coupon-code-removed": "Codice coupon rimosso",
|
|
512
|
+
"history-fulfillment-created": "Consegna creata",
|
|
513
|
+
"history-fulfillment-delivered": "Consegna completata",
|
|
514
|
+
"history-fulfillment-shipped": "Spedizione effettuata",
|
|
515
|
+
"history-fulfillment-transition": "Consegna passata da {from} a {to}",
|
|
516
|
+
"history-items-cancelled": "Cancellato {count} {count, plural, one {oggetto} other {oggetti}}",
|
|
517
|
+
"history-order-cancelled": "Ordine cancellato",
|
|
518
|
+
"history-order-created": "Ordine creato",
|
|
519
|
+
"history-order-fulfilled": "Ordine spedito",
|
|
520
|
+
"history-order-modified": "Ordine modificato",
|
|
521
|
+
"history-order-transition": "Ordine passato da {from} a {to}",
|
|
522
|
+
"history-payment-settled": "Pagamento incassato",
|
|
523
|
+
"history-payment-transition": "Pagamento #{id} passato da {from} a {to}",
|
|
524
|
+
"history-refund-transition": "Rimborso #{id} passato da {from} a {to}",
|
|
525
|
+
"item-count": "{count} {count, plural, one {prodotto} other {prodotti}}",
|
|
526
|
+
"line-fulfillment-all": "Tutti i prodotti spediti",
|
|
527
|
+
"line-fulfillment-none": "Nessun prodotto spedito",
|
|
528
|
+
"line-fulfillment-partial": "{ count } di { total } prodotti spediti",
|
|
529
|
+
"manually-transition-to-state": "Passa manualmente allo stato...",
|
|
530
|
+
"manually-transition-to-state-message": "Imposta manualmente un nuovo stato per l'ordine. Nota che lo stato prevede delle regole che potrebbero impedire determinate transizioni.",
|
|
531
|
+
"modification-adding-items": "Aggiungo {count} {count, plural, one {prodotto} other {prodotti}}",
|
|
532
|
+
"modification-adding-surcharges": "Aggiungo {count} {count, plural, one {sovrapprezzo} other {sovrapprezzi}}",
|
|
533
|
+
"modification-adjusting-lines": "Modifico {count} {count, plural, one {linea} other {linee}} dell'ordine",
|
|
534
|
+
"modification-not-settled": "Non incassato",
|
|
535
|
+
"modification-recalculate-shipping": "Ricalcola spedizione",
|
|
536
|
+
"modification-settled": "Incassato",
|
|
537
|
+
"modification-summary": "Riepilogo delle modifiche",
|
|
538
|
+
"modification-updating-billing-address": "Aggiorno indirizzo di fatturazione",
|
|
539
|
+
"modification-updating-shipping-address": "Aggiorno indirizzo di spedizione",
|
|
540
|
+
"modifications": "Modifiche",
|
|
541
|
+
"modify-order": "Modifica ordine",
|
|
542
|
+
"modify-order-price-difference": "Differenza di prezzo",
|
|
543
|
+
"net-price": "Prezzo netto",
|
|
544
|
+
"note": "Nota",
|
|
545
|
+
"note-is-private": "Le note sono private",
|
|
546
|
+
"note-only-visible-to-administrators": "Visibile solo agli amministratori",
|
|
547
|
+
"note-visible-to-customer": "Visibile agli amministratori e al cliente",
|
|
548
|
+
"order-history": "Storico ordine",
|
|
549
|
+
"order-state-diagram": "Diagramma di stato dell'ordine",
|
|
550
|
+
"payment": "Pagamento",
|
|
551
|
+
"payment-amount": "Importo pagamento",
|
|
552
|
+
"payment-metadata": "Metadati pagamento",
|
|
553
|
+
"payment-method": "Metodo di pagamento",
|
|
554
|
+
"payment-state": "Stato",
|
|
555
|
+
"payment-to-refund": "Pagamento da rimborsare",
|
|
556
|
+
"placed-at": "Effettuato a",
|
|
557
|
+
"placed-at-end": "Effettuato a - fino",
|
|
558
|
+
"placed-at-start": "Effettuato a - da",
|
|
559
|
+
"preview-changes": "Anteprima modifiche",
|
|
560
|
+
"product-name": "Nome prodotto",
|
|
561
|
+
"product-sku": "SKU",
|
|
562
|
+
"promotions-applied": "Promozioni applicate",
|
|
563
|
+
"prorated-unit-price": "Prezzo unitario",
|
|
564
|
+
"quantity": "Quantità",
|
|
565
|
+
"refund": "Rimborso",
|
|
566
|
+
"refund-adjustment": "Aggiustamento",
|
|
567
|
+
"refund-and-cancel-order": "Rimborsa & cancella ordine",
|
|
568
|
+
"refund-cancellation-reason": "Motivo del rimborso/cancellazione",
|
|
569
|
+
"refund-cancellation-reason-required": "Il motivo del rimborso/cancellazione è obbligatorio",
|
|
570
|
+
"refund-metadata": "Metadati rimborso",
|
|
571
|
+
"refund-order-failed": "Rimborso ordine fallito",
|
|
572
|
+
"refund-order-success": "Rimborso effettuato con successo",
|
|
573
|
+
"refund-reason": "Motivo del rimborso",
|
|
574
|
+
"refund-reason-customer-request": "Richiesta del cliente",
|
|
575
|
+
"refund-reason-not-available": "Non disponibile",
|
|
576
|
+
"refund-shipping": "Rimborso spedizione",
|
|
577
|
+
"refund-total": "Totale rimborso",
|
|
578
|
+
"refund-total-error": "Il totale del rimborso deve essere compreso tra {min} e {max}",
|
|
579
|
+
"refund-total-warning": "Il rimborso totale eccede l'ammontare pagato. L'ammontare residuo verrà rimborsato tramite gli altri pagamenti effettuati",
|
|
580
|
+
"refund-with-amount": "Rimborsa {amount}",
|
|
581
|
+
"refunded-count": "Hai rimborsato {count} {count, plural, one {prodotto} other {prodotti}}",
|
|
582
|
+
"removed-items": "Prodotti rimossi",
|
|
583
|
+
"search-by-order-filters": "Cerca per codice ordine / cognome cliente / ID transazione",
|
|
584
|
+
"select-address": "",
|
|
585
|
+
"select-shipping-method": "",
|
|
586
|
+
"select-state": "Seleziona stato",
|
|
587
|
+
"set-billing-address": "",
|
|
588
|
+
"set-coupon-codes": "",
|
|
589
|
+
"set-customer-for-order": "",
|
|
590
|
+
"set-fulfillment-state": "Segna come {state}",
|
|
591
|
+
"set-shipping-address": "",
|
|
592
|
+
"set-shipping-method": "",
|
|
593
|
+
"settle-payment": "Incassa pagamento",
|
|
594
|
+
"settle-payment-error": "Non è stato possibile incassare il pagamento",
|
|
595
|
+
"settle-payment-success": "Pagamento incassato con successo",
|
|
596
|
+
"settle-refund": "Effettua rimborso",
|
|
597
|
+
"settle-refund-manual-instructions": "Dopo aver rimborsato manualmente con il metodo di pagamento ({method}), inserisci qui l'ID della transazione.",
|
|
598
|
+
"settle-refund-success": "Rimborso effettuato con successo",
|
|
599
|
+
"shipping": "Spedizione",
|
|
600
|
+
"shipping-address": "Indirizzo di spedizione",
|
|
601
|
+
"shipping-cancelled": "",
|
|
602
|
+
"shipping-method": "Metodo di spedizione",
|
|
603
|
+
"state": "Stato",
|
|
604
|
+
"sub-total": "Sub totale",
|
|
605
|
+
"successfully-updated-fulfillment": "Consegna aggiornata con successo",
|
|
606
|
+
"surcharges": "Sovrapprezzi",
|
|
607
|
+
"tax-base": "Tassa base",
|
|
608
|
+
"tax-description": "Descrizione tassa",
|
|
609
|
+
"tax-rate": "Percentuale tassa",
|
|
610
|
+
"tax-summary": "Riempilogo tasse",
|
|
611
|
+
"tax-total": "Totale tasse",
|
|
612
|
+
"total": "Totale",
|
|
613
|
+
"tracking-code": "Codice di tracciamento",
|
|
614
|
+
"transaction-id": "ID transazione",
|
|
615
|
+
"transition-to-state": "Passa allo stato { state }",
|
|
616
|
+
"transitioned-payment-to-state-success": "Stato pagamento mutato in { state }",
|
|
617
|
+
"transitioned-to-state-success": "Passato con successo allo stato { state }",
|
|
618
|
+
"unable-to-transition-to-state-try-another": "Non è stato possibile tornare allo stato \"{state}\". Per favore seleziona un altro stato.",
|
|
619
|
+
"unfulfilled": "Non consegnato",
|
|
620
|
+
"unit-price": "Prezzo unitario"
|
|
621
|
+
},
|
|
622
|
+
"settings": {
|
|
623
|
+
"add-countries-to-zone": "Aggiungi nazioni a { zoneName }",
|
|
624
|
+
"add-countries-to-zone-success": "Ho aggiunto { countryCount } {countryCount, plural, one {nazione} other {nazioni}} alla zona \"{ zoneName }\"",
|
|
625
|
+
"add-products-to-test-order": "Aggiunti prodotti all'ordine di test",
|
|
626
|
+
"channel": "Canale",
|
|
627
|
+
"channel-token": "Token del canale",
|
|
628
|
+
"confirm-delete-payment-method": "Eliminare il metodo di pagamento?",
|
|
629
|
+
"confirm-delete-role": "Cancellare il ruolo?",
|
|
630
|
+
"confirm-delete-tax-category": "Cancellare la categoria di tasse?",
|
|
631
|
+
"confirm-delete-tax-rate": "Cancellare tasso fiscale?",
|
|
632
|
+
"create-new-channel": "Crea nuovo canale",
|
|
633
|
+
"create-new-country": "Crea nuova nazione",
|
|
634
|
+
"create-new-payment-method": "Crea nuovo metodo di pagamento",
|
|
635
|
+
"create-new-role": "Crea nuovo ruolo",
|
|
636
|
+
"create-new-shipping-method": "Crea nuovo metodo di spedizione",
|
|
637
|
+
"create-new-tax-category": "Crea categoria tassa",
|
|
638
|
+
"create-new-tax-rate": "Crea nuovo tasso fiscale",
|
|
639
|
+
"create-new-zone": "Crea nuova zona",
|
|
640
|
+
"create-zone": "Crea zona",
|
|
641
|
+
"currency": "Valuta",
|
|
642
|
+
"default-role-label": "Questo è un ruolo predefinito e non può essere modificato",
|
|
643
|
+
"default-shipping-zone": "Zona di spedizione predefinita",
|
|
644
|
+
"default-tax-zone": "Zona di tassazione predefinita",
|
|
645
|
+
"eligible": "Compatibile",
|
|
646
|
+
"email-address": "Indirizzo email",
|
|
647
|
+
"filter-by-member-name": "Filtra per nazione",
|
|
648
|
+
"first-name": "Nome",
|
|
649
|
+
"fulfillment-handler": "Gestore spedizione",
|
|
650
|
+
"global-out-of-stock-threshold": "Soglia globale di indisponibilità",
|
|
651
|
+
"global-out-of-stock-threshold-tooltip": "Imposta il livello di scorte al quale questa variante viene considerata esaurita. Usando un valore negativo si abilitano gli ordini in riapprovvigionamento. Può essere modificato per le singole varianti.",
|
|
652
|
+
"last-name": "Cognome",
|
|
653
|
+
"no-eligible-shipping-methods": "Nessun metodo di spedizione compatibile",
|
|
654
|
+
"password": "Password",
|
|
655
|
+
"payment-eligibility-checker": "Metodo di verifica compatibilità pagamento",
|
|
656
|
+
"payment-handler": "Funzione gestione pagamento",
|
|
657
|
+
"permissions": "Permessi",
|
|
658
|
+
"prices-include-tax": "I prezzi includono le tasse per la zona fiscale predefinita",
|
|
659
|
+
"profile": "Profilo",
|
|
660
|
+
"rate": "Tasso",
|
|
661
|
+
"remove-countries-from-zone-success": "Ho rimosso { countryCount } {countryCount, plural, one {nazione} other {nazioni}} dalla zona \"{ zoneName }\"",
|
|
662
|
+
"remove-from-zone": "Rimuovi dalla zona",
|
|
663
|
+
"roles": "Ruoli",
|
|
664
|
+
"search-by-product-name-or-sku": "Cerca per prodotto o codice SKU",
|
|
665
|
+
"search-country-by-name": "Cerca nazioni per nome",
|
|
666
|
+
"shipping-calculator": "Calcolo prezzo spedizioni",
|
|
667
|
+
"shipping-eligibility-checker": "Criterio di selezione metodi di spedizione",
|
|
668
|
+
"shipping-method": "Metodo di spedizione",
|
|
669
|
+
"tax-category": "Categoria tasse",
|
|
670
|
+
"tax-rate": "Tasso fiscale",
|
|
671
|
+
"test-address": "Indirizzo di test",
|
|
672
|
+
"test-order": "Ordine di test",
|
|
673
|
+
"test-result": "Risultato test",
|
|
674
|
+
"test-shipping-method": "Testa metodo di spedizione",
|
|
675
|
+
"test-shipping-methods": "Testa metodi di spedizione",
|
|
676
|
+
"track-inventory-default": "Monitora inventario automaticamente",
|
|
677
|
+
"update-zone": "Aggiorna zona",
|
|
678
|
+
"view-zone-members": "Vedi membri",
|
|
679
|
+
"zone": "Zona"
|
|
680
|
+
},
|
|
681
|
+
"state": {
|
|
682
|
+
"adding-items": "Aggiunta prodotti",
|
|
683
|
+
"all-orders": "Tutti gli stati ordine",
|
|
684
|
+
"arranging-additional-payment": "Scelta pagamento ulteriore",
|
|
685
|
+
"arranging-payment": "Scelta pagamento",
|
|
686
|
+
"authorized": "Autorizzato",
|
|
687
|
+
"cancelled": "Cancellato",
|
|
688
|
+
"created": "Creato",
|
|
689
|
+
"declined": "Rifiutato",
|
|
690
|
+
"delivered": "Consegnato",
|
|
691
|
+
"draft": "",
|
|
692
|
+
"error": "Errore",
|
|
693
|
+
"failed": "Fallito",
|
|
694
|
+
"modifying": "In modifica",
|
|
695
|
+
"partially-delivered": "Parzialmente consegnato",
|
|
696
|
+
"partially-shipped": "Parzialmente spedito",
|
|
697
|
+
"payment-authorized": "Pagamento autorizzato",
|
|
698
|
+
"payment-settled": "Pagamento completato",
|
|
699
|
+
"pending": "In attesa",
|
|
700
|
+
"settled": "Completato",
|
|
701
|
+
"shipped": "Spedito"
|
|
702
|
+
},
|
|
703
|
+
"system": {
|
|
704
|
+
"all-job-queues": "Tutte le code di operazioni",
|
|
705
|
+
"health-all-systems-up": "Tutto il sistema è attivo",
|
|
706
|
+
"health-error": "Errore: uno o più sistemi sono inattivi!",
|
|
707
|
+
"health-last-checked": "Ultimo controllo",
|
|
708
|
+
"health-message": "Messaggio",
|
|
709
|
+
"health-refresh": "Aggiorna",
|
|
710
|
+
"health-status": "Stato",
|
|
711
|
+
"health-status-down": "Inattivo",
|
|
712
|
+
"health-status-up": "Attivo",
|
|
713
|
+
"hide-settled-jobs": "Nascondi operazioni completate",
|
|
714
|
+
"job-data": "Dati operazioni",
|
|
715
|
+
"job-duration": "Durata",
|
|
716
|
+
"job-error": "Errore operazione",
|
|
717
|
+
"job-queue-name": "Nome coda operazioni",
|
|
718
|
+
"job-result": "Risultato operazione",
|
|
719
|
+
"job-state": "Stato operazione"
|
|
720
|
+
}
|
|
721
|
+
}
|