@vendure/admin-ui 1.7.3 → 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/package/bundles/vendure-admin-ui-marketing.umd.js +783 -0
- package/package/bundles/vendure-admin-ui-marketing.umd.js.map +1 -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/package/catalog/components/product-variants-editor/product-variants-editor.component.d.ts +79 -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/package/esm2015/catalog/components/product-variants-editor/product-variants-editor.component.js +429 -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/package/esm2015/core/common/utilities/configurable-operation-utils.js +105 -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/package/esm2015/marketing/components/promotion-detail/promotion-detail.component.js +247 -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/package/esm2015/settings/components/shipping-method-detail/shipping-method-detail.component.js +237 -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/package/fesm2015/vendure-admin-ui-marketing.js +403 -0
- package/package/fesm2015/vendure-admin-ui-marketing.js.map +1 -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/package/marketing/vendure-admin-ui-marketing.metadata.json +1 -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 -4851
- 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-marketing.umd.js +0 -783
- package/bundles/vendure-admin-ui-marketing.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/components/product-variants-editor/product-variants-editor.component.d.ts +0 -79
- 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-editor/product-variants-editor.component.js +0 -419
- 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/configurable-operation-utils.js +0 -105
- 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/marketing/components/promotion-detail/promotion-detail.component.js +0 -247
- 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/shipping-method-detail/shipping-method-detail.component.js +0 -237
- 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 -3984
- 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-marketing.js +0 -403
- package/fesm2015/vendure-admin-ui-marketing.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/marketing/vendure-admin-ui-marketing.metadata.json +0 -1
- 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": "Creer nouveau administrateur"
|
|
4
|
+
},
|
|
5
|
+
"asset": {
|
|
6
|
+
"add-asset": "Ajout fichier",
|
|
7
|
+
"add-asset-with-count": "Ajout {count, plural, 0 {fichier} one {d'un fichier} other {de {count} fichiers}}",
|
|
8
|
+
"assets-selected-count": "{ count } ressources selectionnées",
|
|
9
|
+
"dimensions": "Dimensions",
|
|
10
|
+
"focal-point": "Point de Focale",
|
|
11
|
+
"notify-create-assets-success": "Création {count, plural, one {d'un nouveau fichier} other {de {count} nouveaux fichiers}}",
|
|
12
|
+
"original-asset-size": "Taille originale",
|
|
13
|
+
"preview": "Apercu",
|
|
14
|
+
"remove-asset": "Retirer le fichier",
|
|
15
|
+
"select-asset": "Sélectionner un fichier",
|
|
16
|
+
"select-assets": "Selectionner fichiers",
|
|
17
|
+
"set-as-featured-asset": "Définir en tant que fichier en vedette",
|
|
18
|
+
"set-focal-point": "Définir point de focale",
|
|
19
|
+
"source-file": "Fichier source",
|
|
20
|
+
"unset-focal-point": "Enlever",
|
|
21
|
+
"update-focal-point": "Mettre à jour le point",
|
|
22
|
+
"update-focal-point-error": "Mise à jour du point échouée",
|
|
23
|
+
"update-focal-point-success": "Point de focale mis à jour",
|
|
24
|
+
"upload-assets": "Téléverser ressources",
|
|
25
|
+
"uploading": "Téléversement..."
|
|
26
|
+
},
|
|
27
|
+
"breadcrumb": {
|
|
28
|
+
"administrators": "Administrateurs",
|
|
29
|
+
"assets": "Fichiers",
|
|
30
|
+
"channels": "Canaux",
|
|
31
|
+
"collections": "Collections",
|
|
32
|
+
"countries": "Pays",
|
|
33
|
+
"customer-groups": "Groupe de clients",
|
|
34
|
+
"customers": "Clients",
|
|
35
|
+
"dashboard": "Tableau de Bord",
|
|
36
|
+
"facets": "Composants",
|
|
37
|
+
"global-settings": "Paramètres globaux",
|
|
38
|
+
"job-queue": "File d'attente de tâches",
|
|
39
|
+
"manage-variants": "Gestion des variations",
|
|
40
|
+
"modifying": "Modification",
|
|
41
|
+
"orders": "Commandes",
|
|
42
|
+
"payment-methods": "Modes de paiement",
|
|
43
|
+
"product-options": "",
|
|
44
|
+
"products": "Produits",
|
|
45
|
+
"profile": "Profil",
|
|
46
|
+
"promotions": "Promotions",
|
|
47
|
+
"roles": "Roles",
|
|
48
|
+
"shipping-methods": "Modes d'expédition",
|
|
49
|
+
"system-status": "Statut du système",
|
|
50
|
+
"tax-categories": "Catégories des taxes",
|
|
51
|
+
"tax-rates": "Taux de taxe",
|
|
52
|
+
"zones": "Zones"
|
|
53
|
+
},
|
|
54
|
+
"catalog": {
|
|
55
|
+
"add-facet-value": "Ajout valeur du composant",
|
|
56
|
+
"add-facets": "Ajout composant",
|
|
57
|
+
"add-option": "Ajout option",
|
|
58
|
+
"asset-preview-links": "",
|
|
59
|
+
"assign-collections-to-channel-success": "",
|
|
60
|
+
"assign-facets-to-channel-success": "",
|
|
61
|
+
"assign-product-to-channel-success": "produit attribué au canal \"{ channel }\"",
|
|
62
|
+
"assign-products-to-channel": "Attribuer les produits au canal",
|
|
63
|
+
"assign-to-channel": "Attribuer au canal",
|
|
64
|
+
"assign-to-named-channel": "Attribuer à { channelCode }",
|
|
65
|
+
"assign-variant-to-channel-success": "Variation produit attribuée au canal \"{ channel }\"",
|
|
66
|
+
"assign-variants-to-channel": "Attribuer une variation du produit au canal",
|
|
67
|
+
"auto-update-option-variant-name": "Mettre à jour automatiquement les noms de variations du produit en utilisant cette option",
|
|
68
|
+
"auto-update-product-variant-name": "Mettre à jour automatiquement les noms de variations du produit ",
|
|
69
|
+
"channel-price-preview": "Prévisualisation du prix du canal",
|
|
70
|
+
"collection-contents": "Contenu de la Collection",
|
|
71
|
+
"confirm-bulk-delete-collections": "",
|
|
72
|
+
"confirm-bulk-delete-facets": "",
|
|
73
|
+
"confirm-bulk-delete-products": "",
|
|
74
|
+
"confirm-cancel": "",
|
|
75
|
+
"confirm-delete-administrator": "Supprimer administrateur?",
|
|
76
|
+
"confirm-delete-assets": "Supprimer {count} {count, plural, one {fichier} other {fichiers}} ?",
|
|
77
|
+
"confirm-delete-channel": "Supprimer canal ?",
|
|
78
|
+
"confirm-delete-collection": "Supprimer collection ?",
|
|
79
|
+
"confirm-delete-collection-and-children-body": "Supprimer cette collection va aussi supprimer toutes les collections enfants",
|
|
80
|
+
"confirm-delete-country": "Supprimer pays ?",
|
|
81
|
+
"confirm-delete-customer": "Supprimer client ?",
|
|
82
|
+
"confirm-delete-facet": "Supprimer composant ?",
|
|
83
|
+
"confirm-delete-facet-value": "Supprimer valeur du composant ?",
|
|
84
|
+
"confirm-delete-product": "Supprimer produit ?",
|
|
85
|
+
"confirm-delete-product-option": "",
|
|
86
|
+
"confirm-delete-product-option-group": "",
|
|
87
|
+
"confirm-delete-product-variant": "Supprimer variation du produit ?",
|
|
88
|
+
"confirm-delete-promotion": "Supprimer promotion ?",
|
|
89
|
+
"confirm-delete-shipping-method": "Supprimer mode d'expédition ?",
|
|
90
|
+
"confirm-delete-zone": "Supprimer zone ?",
|
|
91
|
+
"confirm-deletion-of-unused-variants-body": "",
|
|
92
|
+
"confirm-deletion-of-unused-variants-title": "",
|
|
93
|
+
"create-draft-order": "",
|
|
94
|
+
"create-new-collection": "Créer nouvelle collection",
|
|
95
|
+
"create-new-facet": "Créer nouveau composant",
|
|
96
|
+
"create-new-product": "Nouveau produit",
|
|
97
|
+
"created-new-variants-success": "Création {count, plural, one {d'une nouvelle variation} other {de nouvelles variations}}",
|
|
98
|
+
"default-variant": "Variation par défault",
|
|
99
|
+
"display-variant-cards": "Voir détails",
|
|
100
|
+
"display-variant-table": "Voir en tant que tableau",
|
|
101
|
+
"drop-files-to-upload": "Déposer des fichiers pour téléverser",
|
|
102
|
+
"duplicate-sku-warning": "",
|
|
103
|
+
"edit-facet-values": "",
|
|
104
|
+
"edit-options": "",
|
|
105
|
+
"expand-all-collections": "Etendre toutes les collections",
|
|
106
|
+
"facet-value-not-available": "",
|
|
107
|
+
"facet-values": "Valeurs de composant",
|
|
108
|
+
"filter-by-name": "Filtrer par nom",
|
|
109
|
+
"filter-by-name-or-sku": "Filtrer par nom ou UGS",
|
|
110
|
+
"filters": "Filtres",
|
|
111
|
+
"group-by-product": "Grouper par produit",
|
|
112
|
+
"live-preview-contents": "",
|
|
113
|
+
"manage-variants": "Gérer les variations",
|
|
114
|
+
"move-down": "Déplacer vers le bas",
|
|
115
|
+
"move-to": "Déplacer à",
|
|
116
|
+
"move-up": "Déplacer vers le haut",
|
|
117
|
+
"no-channel-selected": "Pas de canal sélectionné",
|
|
118
|
+
"no-featured-asset": "Pas de fichier vedette",
|
|
119
|
+
"no-selection": "Pas de sélection",
|
|
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": "Retrait du produit du canal échoué",
|
|
126
|
+
"notify-remove-product-from-channel-success": "Retrait du produit du canal réussi",
|
|
127
|
+
"notify-remove-variant-from-channel-error": "Retrait de la variation du produit du canal échoué",
|
|
128
|
+
"notify-remove-variant-from-channel-success": "Retrait de la variation du produit du canal réussi",
|
|
129
|
+
"option": "Option",
|
|
130
|
+
"option-name": "Nom de l'option",
|
|
131
|
+
"option-values": "Valeurs de l'option",
|
|
132
|
+
"out-of-stock-threshold": "Limite de la rupture de stock",
|
|
133
|
+
"out-of-stock-threshold-tooltip": "Régler le niveau de stock à partir duquel la variante est considéré en rupture de stock. Renseigner une valeur négative permet d'accepter des commandes en attente.",
|
|
134
|
+
"pending-search-index-updates": "",
|
|
135
|
+
"price": "Prix",
|
|
136
|
+
"price-conversion-factor": "Facteur de conversion du prix",
|
|
137
|
+
"price-in-channel": "Prix dans { channel }",
|
|
138
|
+
"price-includes-tax-at": "Taxes incluses à { rate }%",
|
|
139
|
+
"price-with-tax-in-default-zone": "{ rate }% taxe Inc. : { price }",
|
|
140
|
+
"private": "Privé",
|
|
141
|
+
"product-details": "Détails du produit",
|
|
142
|
+
"product-name": "Nom du produit",
|
|
143
|
+
"product-variants": "Variations du produit",
|
|
144
|
+
"public": "Public",
|
|
145
|
+
"rebuild-search-index": "Reconstruire l'index de recherche",
|
|
146
|
+
"reindex-error": "Une erreur s'est produite lors de la reconstruction de l'index de recherche",
|
|
147
|
+
"reindex-successful": "Indexation {count, plural, one {d'une variation de produit} other {de {count} variations de produit}} en {time} ms",
|
|
148
|
+
"reindexing": "Reconstruction de l'index de recherche",
|
|
149
|
+
"remove-from-channel": "Retirer du canal",
|
|
150
|
+
"remove-option": "Retirer l'option",
|
|
151
|
+
"remove-product-from-channel": "Retirer le produit du canal",
|
|
152
|
+
"remove-product-variant-from-channel": "Retirer la variante du produit du canal",
|
|
153
|
+
"root-collection": "",
|
|
154
|
+
"run-pending-search-index-updates": "",
|
|
155
|
+
"running-search-index-updates": "",
|
|
156
|
+
"search-asset-name-or-tag": "Rechercher par nom de fichier ou mot-clé",
|
|
157
|
+
"search-for-term": "Chercher le terme",
|
|
158
|
+
"search-index-controls": "",
|
|
159
|
+
"search-product-name-or-code": "Chercher par nom de produit ou code",
|
|
160
|
+
"select-product": "Sélectionner un produit",
|
|
161
|
+
"select-product-variant": "Sélectionner une variation produit",
|
|
162
|
+
"sku": "UGS",
|
|
163
|
+
"slug": "Identifiant",
|
|
164
|
+
"slug-pattern-error": "Identifiant invalide",
|
|
165
|
+
"stock-allocated": "Attribué",
|
|
166
|
+
"stock-allocated-tooltip": "Le nombre d'unités aloué aux commandes réglées mais pas encore traitées",
|
|
167
|
+
"stock-on-hand": "Stock",
|
|
168
|
+
"stock-on-hand-tooltip": "Le nombre d'unité disponible en stock",
|
|
169
|
+
"stock-saleable": "Vendable",
|
|
170
|
+
"stock-saleable-tooltip": "Le nombre d'unité vendable, comprenant le stock moins l'attribué, tout en prenant en compte la limite de rupture de stock renseignée dans les paramètres",
|
|
171
|
+
"tax-category": "Catégorie de taxe",
|
|
172
|
+
"taxes": "Taxes",
|
|
173
|
+
"track-inventory": "Suivre le stock",
|
|
174
|
+
"track-inventory-false": "Ne pas suivre",
|
|
175
|
+
"track-inventory-inherit": "Hérite des réglages globaux",
|
|
176
|
+
"track-inventory-tooltip": "Lorsque suivi, le stock des variantes de produit est automatiqué ajusté après une vente.",
|
|
177
|
+
"track-inventory-true": "Suivre",
|
|
178
|
+
"update-product-option": "Mettre à jour l'option du produit",
|
|
179
|
+
"use-global-value": "Utiliser la valeur globale",
|
|
180
|
+
"values": "Valeurs",
|
|
181
|
+
"variant": "Variante",
|
|
182
|
+
"view-contents": "Voir les produits",
|
|
183
|
+
"visibility": "Visibilité"
|
|
184
|
+
},
|
|
185
|
+
"common": {
|
|
186
|
+
"ID": "ID",
|
|
187
|
+
"actions": "Actions",
|
|
188
|
+
"add-item-to-list": "Ajouter un article à la liste",
|
|
189
|
+
"add-new-variants": "Ajout {count, plural, one {d'une variation} other {de {count} variations}}",
|
|
190
|
+
"add-note": "Ajouter une note",
|
|
191
|
+
"available-languages": "Langues disponibles",
|
|
192
|
+
"boolean-and": "",
|
|
193
|
+
"boolean-or": "",
|
|
194
|
+
"browser-default": "",
|
|
195
|
+
"cancel": "Annuler",
|
|
196
|
+
"cancel-navigation": "Annuler la navigation",
|
|
197
|
+
"change-selection": "Modifier la sélection",
|
|
198
|
+
"channel": "Canal",
|
|
199
|
+
"channels": "Canaux",
|
|
200
|
+
"clear-selection": "",
|
|
201
|
+
"close": "",
|
|
202
|
+
"code": "Code",
|
|
203
|
+
"collapse-entries": "Réduire les éléments",
|
|
204
|
+
"confirm": "Confirmer",
|
|
205
|
+
"confirm-delete-note": "Supprimer la note ?",
|
|
206
|
+
"confirm-navigation": "Confirmer la navigation",
|
|
207
|
+
"create": "Creer",
|
|
208
|
+
"created-at": "Créé à",
|
|
209
|
+
"custom-fields": "Champs personnalisés",
|
|
210
|
+
"default-channel": "Canal par défaut",
|
|
211
|
+
"default-language": "Langue par défaut",
|
|
212
|
+
"default-tax-category": "Catégorie de taxe par défaut",
|
|
213
|
+
"delete": "Supprimer",
|
|
214
|
+
"description": "Description",
|
|
215
|
+
"details": "Détails",
|
|
216
|
+
"disabled": "Desactiver",
|
|
217
|
+
"discard-changes": "Annuler les changements",
|
|
218
|
+
"edit": "Editer",
|
|
219
|
+
"edit-field": "Editer champ",
|
|
220
|
+
"edit-note": "Editer note",
|
|
221
|
+
"enabled": "Activé",
|
|
222
|
+
"expand-entries": "Développer les éléments",
|
|
223
|
+
"extension-running-in-separate-window": "Extension fonctionne dans une fenêtre à part",
|
|
224
|
+
"filter": "Filtre",
|
|
225
|
+
"force-delete": "",
|
|
226
|
+
"force-remove": "",
|
|
227
|
+
"general": "",
|
|
228
|
+
"guest": "Invité",
|
|
229
|
+
"items-per-page-option": "{ count } par page",
|
|
230
|
+
"items-selected-count": "",
|
|
231
|
+
"keep-editing": "",
|
|
232
|
+
"language": "Langue",
|
|
233
|
+
"launch-extension": "Lancer extension",
|
|
234
|
+
"live-update": "Mise à jour automatique",
|
|
235
|
+
"locale": "",
|
|
236
|
+
"log-out": "Déconnexion",
|
|
237
|
+
"login": "Connexion",
|
|
238
|
+
"manage-tags": "Gérer les mot-clés",
|
|
239
|
+
"manage-tags-description": "Mettre à jour ou supprimer les mots-clés de façon globale",
|
|
240
|
+
"medium-date": "",
|
|
241
|
+
"more": "Plus...",
|
|
242
|
+
"name": "Nom",
|
|
243
|
+
"no-bulk-actions-available": "",
|
|
244
|
+
"no-results": "Aucun resultat",
|
|
245
|
+
"not-applicable": "",
|
|
246
|
+
"not-set": "Non défini",
|
|
247
|
+
"notify-bulk-update-success": "",
|
|
248
|
+
"notify-create-error": "Une erreur est survenue, création de { entity } échouée",
|
|
249
|
+
"notify-create-success": "Nouveau { entity } créé",
|
|
250
|
+
"notify-delete-error": "Une erreur est survenue, suppression de { entity } échouée",
|
|
251
|
+
"notify-delete-success": "{ entity } supprimé",
|
|
252
|
+
"notify-remove-products-from-channel-success": "",
|
|
253
|
+
"notify-save-changes-error": "Une erreur est survenue, Changements non enregistrés",
|
|
254
|
+
"notify-saved-changes": "Changements enregistrés",
|
|
255
|
+
"notify-update-error": "Une erreur est survenue, mise à jour de { entity } échouée",
|
|
256
|
+
"notify-update-success": "{ entity } mis à jour",
|
|
257
|
+
"notify-updated-tags-success": "Mots-clés mis à jour avec succès",
|
|
258
|
+
"okay": "",
|
|
259
|
+
"open": "Ouvert",
|
|
260
|
+
"password": "Mot de passe",
|
|
261
|
+
"price": "Prix",
|
|
262
|
+
"price-with-tax": "Prix avec taxe",
|
|
263
|
+
"private": "Privé",
|
|
264
|
+
"public": "Public",
|
|
265
|
+
"remember-me": "Se souvenir de moi",
|
|
266
|
+
"remove": "Retirer",
|
|
267
|
+
"remove-item-from-list": "Retirer l'article de la liste",
|
|
268
|
+
"results-count": "{ count } {count, plural, one {resultat} other {resultats}}",
|
|
269
|
+
"sample-formatting": "",
|
|
270
|
+
"select": "Selectionner...",
|
|
271
|
+
"select-display-language": "Choisir la langue d'affichage",
|
|
272
|
+
"select-items-with-count": "",
|
|
273
|
+
"select-products": "",
|
|
274
|
+
"select-relation-id": "",
|
|
275
|
+
"select-today": "Choisir aujourd'hui",
|
|
276
|
+
"select-variants": "",
|
|
277
|
+
"set-language": "",
|
|
278
|
+
"short-date": "",
|
|
279
|
+
"tags": "Mots-clés",
|
|
280
|
+
"theme": "Thème",
|
|
281
|
+
"there-are-unsaved-changes": "Il y a des changements non enregistrés. Naviguer ailleurs fera perdre ces changements.",
|
|
282
|
+
"toggle-all": "Cocher/décocher Tout",
|
|
283
|
+
"total-items": "{currentStart} - {currentEnd} de {totalItems}",
|
|
284
|
+
"update": "Mettre à jour",
|
|
285
|
+
"updated-at": "Mis à jour à",
|
|
286
|
+
"username": "Nom d'utilisateur",
|
|
287
|
+
"view-next-month": "Voir le mois suivant",
|
|
288
|
+
"view-previous-month": "Voir le mois précédent",
|
|
289
|
+
"with-selected": "Avec la selection..."
|
|
290
|
+
},
|
|
291
|
+
"customer": {
|
|
292
|
+
"add-customer-to-group": "Ajout du client au groupe",
|
|
293
|
+
"add-customer-to-groups-with-count": "Ajout du client {count, plural, one {à un groupe} other {aux {count} groups}}",
|
|
294
|
+
"add-customers-to-group": "Ajout des clients au groupe",
|
|
295
|
+
"add-customers-to-group-success": "Ajout {customerCount, plural, one {d'un client} other {de {customerCount} clients}} à \"{ groupName }\"",
|
|
296
|
+
"add-customers-to-group-with-count": "Ajout {count, plural, one {d'un client} other {de {count} clients}}",
|
|
297
|
+
"add-customers-to-group-with-name": "Ajouter les clients à \"{ groupName }\"",
|
|
298
|
+
"addresses": "Adresses",
|
|
299
|
+
"city": "Ville",
|
|
300
|
+
"company": "",
|
|
301
|
+
"confirm-delete-customer-group": "Supprimer le groupe de clients ?",
|
|
302
|
+
"confirm-remove-customer-from-group": "Retirer le client du groupe ?",
|
|
303
|
+
"country": "Pays",
|
|
304
|
+
"create-customer-group": "Creer le groupe de clients",
|
|
305
|
+
"create-new-address": "Creer une nouvelle adresse",
|
|
306
|
+
"create-new-customer": "Creer un nouveau client",
|
|
307
|
+
"create-new-customer-group": "Creer un nouveau groupe de clients",
|
|
308
|
+
"customer-groups": "Groupes de client",
|
|
309
|
+
"customer-history": "Historique du client",
|
|
310
|
+
"customer-type": "Type de client",
|
|
311
|
+
"default-billing-address": "Adresse de facturation par défaut",
|
|
312
|
+
"default-shipping-address": "Adresse de livraison par défaut",
|
|
313
|
+
"email-address": "Adresse email",
|
|
314
|
+
"email-verification-sent": "Un email de vérification à été envoyé à { emailAddress }",
|
|
315
|
+
"first-name": "Prénom",
|
|
316
|
+
"full-name": "Nom",
|
|
317
|
+
"guest": "Invité",
|
|
318
|
+
"history-customer-added-to-group": "Client ajouté au groupe \"{ groupName }\"",
|
|
319
|
+
"history-customer-address-created": "Adresse créée",
|
|
320
|
+
"history-customer-address-deleted": "Adresse supprimée",
|
|
321
|
+
"history-customer-address-updated": "Adresse mise à jour",
|
|
322
|
+
"history-customer-detail-updated": "Détails mis à jour",
|
|
323
|
+
"history-customer-email-update-requested": "Mise à jour de l'email requise",
|
|
324
|
+
"history-customer-email-update-verified": "Mise à jour de l'email vérifiée",
|
|
325
|
+
"history-customer-password-reset-requested": "Réinitialisation du mot de passe requis",
|
|
326
|
+
"history-customer-password-reset-verified": "Réinitialisation du mot de passe vérifiée",
|
|
327
|
+
"history-customer-password-updated": "Mot de passe mis à jour",
|
|
328
|
+
"history-customer-registered": "Client inscrit",
|
|
329
|
+
"history-customer-removed-from-group": "Client retiré du groupe \"{ groupName }\"",
|
|
330
|
+
"history-customer-verified": "Client vérifié",
|
|
331
|
+
"history-using-external-auth-strategy": "{ strategy } utilisé",
|
|
332
|
+
"history-using-native-auth-strategy": "email adresse utilisée",
|
|
333
|
+
"last-login": "Dernière connexion",
|
|
334
|
+
"last-name": "Nom",
|
|
335
|
+
"name": "Nom",
|
|
336
|
+
"new-email-address": "Nouvelle adresse email",
|
|
337
|
+
"no-orders-placed": "Aucune commande passée",
|
|
338
|
+
"not-a-member-of-any-groups": "Ce client n'est membre d'aucun groupe",
|
|
339
|
+
"old-email-address": "Ancienne adresse email",
|
|
340
|
+
"orders": "Commandes",
|
|
341
|
+
"password": "Mot de passe",
|
|
342
|
+
"phone-number": "Numéro de téléphone",
|
|
343
|
+
"postal-code": "Code postal",
|
|
344
|
+
"province": "Province",
|
|
345
|
+
"registered": "Inscrit",
|
|
346
|
+
"remove-customers-from-group-success": "Retrait {customerCount, plural, one {d'un client} other {de {customerCount} clients}} de \"{ groupName }\"",
|
|
347
|
+
"remove-from-group": "Retirer de ce groupe",
|
|
348
|
+
"search-by-group-name": "Chercher le terme",
|
|
349
|
+
"search-customers-by-email": "Chercher par adresse email",
|
|
350
|
+
"search-customers-by-email-last-name-postal-code": "Rechercher par nom / adresse email / code postal",
|
|
351
|
+
"select-customer": "Sélectionner client",
|
|
352
|
+
"set-as-default-billing-address": "Etablir en tant qu'adresse de facturation par défaut",
|
|
353
|
+
"set-as-default-shipping-address": "Etablir en tant qu'adresse de livraison par défaut",
|
|
354
|
+
"street-line-1": "Rue ligne 1",
|
|
355
|
+
"street-line-2": "Rue ligne 2",
|
|
356
|
+
"title": "Titre",
|
|
357
|
+
"update-customer-group": "Mettre à jour groupe de client",
|
|
358
|
+
"verified": "Verifié",
|
|
359
|
+
"view-group-members": "Voir les membres du groupe"
|
|
360
|
+
},
|
|
361
|
+
"dashboard": {
|
|
362
|
+
"add-widget": "Ajouter widget",
|
|
363
|
+
"latest-orders": "Dernières commandes",
|
|
364
|
+
"orders-summary": "Résumé des commandes",
|
|
365
|
+
"remove-widget": "Supperimer widget",
|
|
366
|
+
"thisMonth": "Ce mois-ci",
|
|
367
|
+
"thisWeek": "Cette semaine",
|
|
368
|
+
"today": "Aujourd'hui",
|
|
369
|
+
"total-order-value": "Valeur totale",
|
|
370
|
+
"total-orders": "Total commandes",
|
|
371
|
+
"widget-resize": "Redimensionner",
|
|
372
|
+
"widget-width": "Largeur: {width}",
|
|
373
|
+
"yesterday": "Hier"
|
|
374
|
+
},
|
|
375
|
+
"datetime": {
|
|
376
|
+
"ago-days": "Il y a {count, plural, one {1 jour} other {{count} jours}}",
|
|
377
|
+
"ago-hours": "Il y a {count, plural, one {1 h} other {{count} h}}",
|
|
378
|
+
"ago-minutes": "Il y a {count, plural, one {1 min} other {{count} mins}}",
|
|
379
|
+
"ago-seconds": "Il y a {count, plural, =0 {just now} one {1 sec} other {{count} secs}}",
|
|
380
|
+
"ago-years": "Il y a {count, plural, one {1 an} other {{count} ans}}",
|
|
381
|
+
"duration-milliseconds": "{ms}ms",
|
|
382
|
+
"duration-minutes:seconds": "{m}:{s}m",
|
|
383
|
+
"duration-seconds": "{s}s",
|
|
384
|
+
"month-apr": "Avril",
|
|
385
|
+
"month-aug": "Août",
|
|
386
|
+
"month-dec": "Décembre",
|
|
387
|
+
"month-feb": "Février",
|
|
388
|
+
"month-jan": "Janvier",
|
|
389
|
+
"month-jul": "Juillet",
|
|
390
|
+
"month-jun": "Juin",
|
|
391
|
+
"month-mar": "Mars",
|
|
392
|
+
"month-may": "Mai",
|
|
393
|
+
"month-nov": "Novembre",
|
|
394
|
+
"month-oct": "Octobre",
|
|
395
|
+
"month-sep": "Septembre",
|
|
396
|
+
"time": "Temps",
|
|
397
|
+
"weekday-fr": "Vendredi",
|
|
398
|
+
"weekday-mo": "Lundi",
|
|
399
|
+
"weekday-sa": "Samedi",
|
|
400
|
+
"weekday-su": "Dimanche",
|
|
401
|
+
"weekday-th": "Jeudi",
|
|
402
|
+
"weekday-tu": "Mardi",
|
|
403
|
+
"weekday-we": "Mercredi"
|
|
404
|
+
},
|
|
405
|
+
"editor": {
|
|
406
|
+
"image-alt": "Description (alt)",
|
|
407
|
+
"image-src": "Source",
|
|
408
|
+
"image-title": "Titre",
|
|
409
|
+
"insert-image": "Inserer image",
|
|
410
|
+
"link-href": "Adresse du lien",
|
|
411
|
+
"link-title": "Titre du lien",
|
|
412
|
+
"remove-link": "Retirer le lien",
|
|
413
|
+
"set-link": "Définir lien"
|
|
414
|
+
},
|
|
415
|
+
"error": {
|
|
416
|
+
"403-forbidden": "Vous n'êtes pas autorisés à accéder à \"{ path }\". Vous n'avez pas la permission ou votre session a expiré.",
|
|
417
|
+
"could-not-connect-to-server": "Connexion échoué au serveur Vendure à { url }",
|
|
418
|
+
"facet-value-form-values-do-not-match": "Le nombre de valeur dans le formulaire du composant ne correspond pas au nombre actuel de valeurs",
|
|
419
|
+
"health-check-failed": "Vérification de santé du système a échoué",
|
|
420
|
+
"no-default-shipping-zone-set": "Ce canal n'a pas de zone de livraison par défaut. Cela peut causer des erreur de calcul du cout de frais d'expédition.",
|
|
421
|
+
"no-default-tax-zone-set": "Ce canal n'a pas de zone de taxe par défaut, ce qui peut causer des erreur lors du calcul du prix. Créez ou choisissez une zone.",
|
|
422
|
+
"product-variant-form-values-do-not-match": "Le nombre de variante dans le formulaire du produit ne correspond pas au nombre actuel de variante."
|
|
423
|
+
},
|
|
424
|
+
"marketing": {
|
|
425
|
+
"actions": "Actions",
|
|
426
|
+
"add-action": "Ajouter action",
|
|
427
|
+
"add-condition": "Ajouter condition",
|
|
428
|
+
"conditions": "Conditions",
|
|
429
|
+
"coupon-code": "Code promo",
|
|
430
|
+
"create-new-promotion": "Creer nouvelle promotion",
|
|
431
|
+
"ends-at": "Termine au",
|
|
432
|
+
"per-customer-limit": "Limite par client",
|
|
433
|
+
"search-by-coupon-code": "",
|
|
434
|
+
"search-by-name": "",
|
|
435
|
+
"starts-at": "Débute au"
|
|
436
|
+
},
|
|
437
|
+
"nav": {
|
|
438
|
+
"administrators": "Administrateurs",
|
|
439
|
+
"assets": "Fichiers",
|
|
440
|
+
"catalog": "Catalogue",
|
|
441
|
+
"channels": "Canaux",
|
|
442
|
+
"collections": "Collections",
|
|
443
|
+
"countries": "Pays",
|
|
444
|
+
"customer-groups": "Groupe clients",
|
|
445
|
+
"customers": "Clients",
|
|
446
|
+
"facets": "Composants",
|
|
447
|
+
"global-settings": "Réglages globaux",
|
|
448
|
+
"job-queue": "File d'attente de tâches",
|
|
449
|
+
"marketing": "Marketing",
|
|
450
|
+
"orders": "Commandes",
|
|
451
|
+
"payment-methods": "Mode de paiement",
|
|
452
|
+
"products": "Produits",
|
|
453
|
+
"promotions": "Promotions",
|
|
454
|
+
"roles": "Roles",
|
|
455
|
+
"sales": "Ventes",
|
|
456
|
+
"settings": "Paramètres",
|
|
457
|
+
"shipping-methods": "Mode d'expédition",
|
|
458
|
+
"system": "Système",
|
|
459
|
+
"system-status": "Statut du Système",
|
|
460
|
+
"tax-categories": "Catégories de Taxe",
|
|
461
|
+
"tax-rates": "Taux de Taxe",
|
|
462
|
+
"zones": "Zones"
|
|
463
|
+
},
|
|
464
|
+
"order": {
|
|
465
|
+
"add-item-to-order": "Ajouter élément à la commande",
|
|
466
|
+
"add-note": "Ajouter une note",
|
|
467
|
+
"add-payment": "Ajouter un moyen de paiement",
|
|
468
|
+
"add-payment-to-order": "Ajouter un moyen de paiement à la commande",
|
|
469
|
+
"add-payment-to-order-success": "Ajout du paiement à la commande réussi",
|
|
470
|
+
"add-surcharge": "Ajouter surcharge",
|
|
471
|
+
"added-items": "Ajouter des éléments",
|
|
472
|
+
"amount": "Quantité",
|
|
473
|
+
"apply-filters": "Applique les filtres",
|
|
474
|
+
"arrange-additional-payment": "Arranger un paiment additionnel",
|
|
475
|
+
"billing-address": "Adresse de facturation",
|
|
476
|
+
"cancel": "Annuler",
|
|
477
|
+
"cancel-entire-order": "",
|
|
478
|
+
"cancel-fulfillment": "Annuler préparation",
|
|
479
|
+
"cancel-modification": "Annuler la modification",
|
|
480
|
+
"cancel-order": "Annuler la commande",
|
|
481
|
+
"cancel-payment": "Annuler le paiment",
|
|
482
|
+
"cancel-reason-customer-request": "Demande du client",
|
|
483
|
+
"cancel-reason-not-available": "Pas disponible",
|
|
484
|
+
"cancel-selected-items": "Annuler les articles selectionnés",
|
|
485
|
+
"cancel-specified-items": "",
|
|
486
|
+
"cancellation-reason": "Raison de l'annulation",
|
|
487
|
+
"cancelled-order-success": "Commande annulée",
|
|
488
|
+
"complete-draft-order": "",
|
|
489
|
+
"confirm-modifications": "Confirmer les modifications",
|
|
490
|
+
"contents": "Contenu",
|
|
491
|
+
"create-fulfillment": "Créer préparation",
|
|
492
|
+
"create-fulfillment-success": "Préparation créée",
|
|
493
|
+
"customer": "Client",
|
|
494
|
+
"delete-draft-order": "",
|
|
495
|
+
"edit-billing-address": "Modifier l'adresse de facturation",
|
|
496
|
+
"edit-shipping-address": "Modifier l'adresse de livraison",
|
|
497
|
+
"error-message": "Message d'erreur",
|
|
498
|
+
"existing-address": "",
|
|
499
|
+
"existing-customer": "",
|
|
500
|
+
"filter-custom": "Personnalisé",
|
|
501
|
+
"filter-preset-active": "Active",
|
|
502
|
+
"filter-preset-completed": "Terminée",
|
|
503
|
+
"filter-preset-draft": "",
|
|
504
|
+
"filter-preset-open": "Ouverte",
|
|
505
|
+
"filter-preset-shipped": "Expédiée",
|
|
506
|
+
"fulfill": "Préparer",
|
|
507
|
+
"fulfill-order": "Préparer la commande",
|
|
508
|
+
"fulfillment": "Préparation",
|
|
509
|
+
"fulfillment-method": "Méthode de préparation",
|
|
510
|
+
"history-coupon-code-applied": "Code promo ajouté",
|
|
511
|
+
"history-coupon-code-removed": "Code promo retiré",
|
|
512
|
+
"history-fulfillment-created": "Préparation créée",
|
|
513
|
+
"history-fulfillment-delivered": "Préparation livrée",
|
|
514
|
+
"history-fulfillment-shipped": "Préparation expédiée",
|
|
515
|
+
"history-fulfillment-transition": "Transfert de la préparation de {from} à {to}",
|
|
516
|
+
"history-items-cancelled": "{count} {count, plural, one {article annulé} other {articles annulés}}",
|
|
517
|
+
"history-order-cancelled": "Commande annulée",
|
|
518
|
+
"history-order-created": "Commande créée",
|
|
519
|
+
"history-order-fulfilled": "Commande préparée",
|
|
520
|
+
"history-order-modified": "Commande modifiée",
|
|
521
|
+
"history-order-transition": "Commande transférée de {from} à {to}",
|
|
522
|
+
"history-payment-settled": "paiement validé",
|
|
523
|
+
"history-payment-transition": "paiement #{id} transféré de {from} à {to}",
|
|
524
|
+
"history-refund-transition": "Remboursement #{id} transféré de {from} à {to}",
|
|
525
|
+
"item-count": "{count} {count, plural, one {article} other {articles}}",
|
|
526
|
+
"line-fulfillment-all": "Tous les articles préparés",
|
|
527
|
+
"line-fulfillment-none": "Aucun article préparé",
|
|
528
|
+
"line-fulfillment-partial": "{ count } sur { total } {count, plural, one {article préparé} other {articles préparés}}",
|
|
529
|
+
"manually-transition-to-state": "Changer manuellement l'état de la commande...",
|
|
530
|
+
"manually-transition-to-state-message": "Changer manuellement la commande d'état. A noter que les états sont régis par dès règles qui peuvent empêcher certaines transitions.",
|
|
531
|
+
"modification-adding-items": "Ajout de {count} {count, plural, one {article} other {articles}}",
|
|
532
|
+
"modification-adding-surcharges": "Ajout de {count} {count, plural, one {surcharge} other {surcharges}}",
|
|
533
|
+
"modification-adjusting-lines": "Ajustement de {count} {count, plural, one {line} other {lines}}",
|
|
534
|
+
"modification-not-settled": "Non établi",
|
|
535
|
+
"modification-recalculate-shipping": "Recalculer le coût de livraison",
|
|
536
|
+
"modification-settled": "Modification établie",
|
|
537
|
+
"modification-summary": "Résumé des modifications",
|
|
538
|
+
"modification-updating-billing-address": "Mise à jour de l'adresse de facturation",
|
|
539
|
+
"modification-updating-shipping-address": "Mise à jour de l'adresse de livraison",
|
|
540
|
+
"modifications": "Modifications",
|
|
541
|
+
"modify-order": "Modifier la commande",
|
|
542
|
+
"modify-order-price-difference": "Différence de prix",
|
|
543
|
+
"net-price": "Prix net",
|
|
544
|
+
"note": "Note",
|
|
545
|
+
"note-is-private": "La note est privée",
|
|
546
|
+
"note-only-visible-to-administrators": "Visible par les admins uniquement",
|
|
547
|
+
"note-visible-to-customer": "Visible par les admins et le client",
|
|
548
|
+
"order-history": "Historique de la commande",
|
|
549
|
+
"order-state-diagram": "Diagramme des états de la commande",
|
|
550
|
+
"payment": "paiement",
|
|
551
|
+
"payment-amount": "Montant à payer",
|
|
552
|
+
"payment-metadata": "Métadonnées de paiement",
|
|
553
|
+
"payment-method": "Mode de paiement",
|
|
554
|
+
"payment-state": "Etat",
|
|
555
|
+
"payment-to-refund": "Montant à rembourser",
|
|
556
|
+
"placed-at": "Placé à",
|
|
557
|
+
"placed-at-end": "Placé à - jusqu'à",
|
|
558
|
+
"placed-at-start": "Placé à - depuis",
|
|
559
|
+
"preview-changes": "Aperçu des modifications",
|
|
560
|
+
"product-name": "Nom du produit",
|
|
561
|
+
"product-sku": "UGS",
|
|
562
|
+
"promotions-applied": "Promotions utilisées",
|
|
563
|
+
"prorated-unit-price": "A l'unité",
|
|
564
|
+
"quantity": "Quantité",
|
|
565
|
+
"refund": "Remboursement",
|
|
566
|
+
"refund-adjustment": "Ajustement",
|
|
567
|
+
"refund-and-cancel-order": "Rembourser et annuler la commande",
|
|
568
|
+
"refund-cancellation-reason": "Raison du remboursement/annulation",
|
|
569
|
+
"refund-cancellation-reason-required": "Raison du remboursement/annulation requise",
|
|
570
|
+
"refund-metadata": "Métadonnées de rembousement",
|
|
571
|
+
"refund-order-failed": "",
|
|
572
|
+
"refund-order-success": "Commande remboursée",
|
|
573
|
+
"refund-reason": "Raison du remboursement",
|
|
574
|
+
"refund-reason-customer-request": "Demande du client",
|
|
575
|
+
"refund-reason-not-available": "Non disponible",
|
|
576
|
+
"refund-shipping": "Rembourser la livraison",
|
|
577
|
+
"refund-total": "Remboursement total",
|
|
578
|
+
"refund-total-error": "Le remboursement total doit être entre {min} et {max}",
|
|
579
|
+
"refund-total-warning": "",
|
|
580
|
+
"refund-with-amount": "Rembourser {amount}",
|
|
581
|
+
"refunded-count": "{count} {count, plural, one {article remboursé} other {articles remboursés}}",
|
|
582
|
+
"removed-items": "Articles supprimés",
|
|
583
|
+
"search-by-order-filters": "Rehercher par numéro de commande / nom du client / Numéro de transaction",
|
|
584
|
+
"select-address": "",
|
|
585
|
+
"select-shipping-method": "",
|
|
586
|
+
"select-state": "Sélectionner un état",
|
|
587
|
+
"set-billing-address": "",
|
|
588
|
+
"set-coupon-codes": "",
|
|
589
|
+
"set-customer-for-order": "",
|
|
590
|
+
"set-fulfillment-state": "Marquer {state}",
|
|
591
|
+
"set-shipping-address": "",
|
|
592
|
+
"set-shipping-method": "",
|
|
593
|
+
"settle-payment": "Régler le paiement",
|
|
594
|
+
"settle-payment-error": "Règlement du paiement échoué",
|
|
595
|
+
"settle-payment-success": "Paiement réglé",
|
|
596
|
+
"settle-refund": "Régler le remboursement",
|
|
597
|
+
"settle-refund-manual-instructions": "Après avoir manuellement remboursé via le prestataire de paiement ({method}), entrez le numéro de transaction ici.",
|
|
598
|
+
"settle-refund-success": "Remboursement réglé",
|
|
599
|
+
"shipping": "Expédition",
|
|
600
|
+
"shipping-address": "Adresse de livraison",
|
|
601
|
+
"shipping-cancelled": "",
|
|
602
|
+
"shipping-method": "Mode de livraison",
|
|
603
|
+
"state": "Etat",
|
|
604
|
+
"sub-total": "Sous total",
|
|
605
|
+
"successfully-updated-fulfillment": "Préparation mise à jour",
|
|
606
|
+
"surcharges": "Surcharges",
|
|
607
|
+
"tax-base": "Prix HT",
|
|
608
|
+
"tax-description": "Description de la taxe",
|
|
609
|
+
"tax-rate": "Taux de taxe",
|
|
610
|
+
"tax-summary": "Résumé de la taxe",
|
|
611
|
+
"tax-total": "Total TTC",
|
|
612
|
+
"total": "Total",
|
|
613
|
+
"tracking-code": "Numéro de suivi",
|
|
614
|
+
"transaction-id": "Numéro de transaction",
|
|
615
|
+
"transition-to-state": "Passage à l'état: { state }",
|
|
616
|
+
"transitioned-payment-to-state-success": "Transition du paiement vers l'état { state } réussi",
|
|
617
|
+
"transitioned-to-state-success": "Passage à l'état { state } avec succés",
|
|
618
|
+
"unable-to-transition-to-state-try-another": "La commande n'a pas pu être remise à l'état \"{state}\" . Veuillez-sélectionner un autre état.",
|
|
619
|
+
"unfulfilled": "Non préparé",
|
|
620
|
+
"unit-price": "Prix à l'unité"
|
|
621
|
+
},
|
|
622
|
+
"settings": {
|
|
623
|
+
"add-countries-to-zone": "Ajouter des pays à { zoneName }",
|
|
624
|
+
"add-countries-to-zone-success": "{ countryCount } {countryCount, plural, one {pays ajouté} other {pays ajoutés}} à la zone \"{ zoneName }\"",
|
|
625
|
+
"add-products-to-test-order": "Ajouter des produits à la commande de test",
|
|
626
|
+
"channel": "Canal",
|
|
627
|
+
"channel-token": "Jeton de canal",
|
|
628
|
+
"confirm-delete-payment-method": "Supprimer méthode de paiement ?",
|
|
629
|
+
"confirm-delete-role": "Supprimer le role ?",
|
|
630
|
+
"confirm-delete-tax-category": "Supprimer la catégorie de taxe ?",
|
|
631
|
+
"confirm-delete-tax-rate": "Supprimer le taux de taxe ?",
|
|
632
|
+
"create-new-channel": "Créer nouveau canal",
|
|
633
|
+
"create-new-country": "Créer nouveau pays",
|
|
634
|
+
"create-new-payment-method": "Créer une nouvelle méthode de paiement",
|
|
635
|
+
"create-new-role": "Créer nouveau role",
|
|
636
|
+
"create-new-shipping-method": "Créer nouveau mode d'expédition",
|
|
637
|
+
"create-new-tax-category": "Créer catégorie de taxe",
|
|
638
|
+
"create-new-tax-rate": "Créer nouveau taux de taxe",
|
|
639
|
+
"create-new-zone": "Créer nouvelle zone",
|
|
640
|
+
"create-zone": "Créer zone",
|
|
641
|
+
"currency": "Devise",
|
|
642
|
+
"default-role-label": "Ceci est le role par défaut et ne peut pas être modifié",
|
|
643
|
+
"default-shipping-zone": "Zone de livraison par défaut",
|
|
644
|
+
"default-tax-zone": "Zone de taxe par défaut",
|
|
645
|
+
"eligible": "Eligible",
|
|
646
|
+
"email-address": "Adresse email",
|
|
647
|
+
"filter-by-member-name": "Filtrer par pays",
|
|
648
|
+
"first-name": "Prénom",
|
|
649
|
+
"fulfillment-handler": "Gestionnaire de remplissage",
|
|
650
|
+
"global-out-of-stock-threshold": "Limite de rupture de stock globale",
|
|
651
|
+
"global-out-of-stock-threshold-tooltip": "Régler le niveau de stock à partir duquel la variante est considéré en rupture de stock. Renseigner une valeur négative permet d'accepter des commandes en attente. La valeur peut être régler individuellement par variante de produit.",
|
|
652
|
+
"last-name": "Nom",
|
|
653
|
+
"no-eligible-shipping-methods": "Aucun mode d'expédition",
|
|
654
|
+
"password": "Mot de passe",
|
|
655
|
+
"payment-eligibility-checker": "Contrôleur d'éligibilité de paiement",
|
|
656
|
+
"payment-handler": "Gestionnaire de paiement",
|
|
657
|
+
"permissions": "Permissions",
|
|
658
|
+
"prices-include-tax": "Les prix TTC pour la zone par défaut",
|
|
659
|
+
"profile": "Profil",
|
|
660
|
+
"rate": "Taux",
|
|
661
|
+
"remove-countries-from-zone-success": "{ countryCount } {countryCount, plural, one {pays retiré} other {pays retirés}} de la zone \"{ zoneName }\"",
|
|
662
|
+
"remove-from-zone": "Retirer de la zone",
|
|
663
|
+
"roles": "Roles",
|
|
664
|
+
"search-by-product-name-or-sku": "Chercher par nom de produit ou par UGS",
|
|
665
|
+
"search-country-by-name": "Chercher pays par le nom",
|
|
666
|
+
"shipping-calculator": "Calculateur de frais d'expédition",
|
|
667
|
+
"shipping-eligibility-checker": "Controleur d'égibilité de livraison",
|
|
668
|
+
"shipping-method": "Mode d'expédition",
|
|
669
|
+
"tax-category": "Catégorie de taxe",
|
|
670
|
+
"tax-rate": "Taux de taxe",
|
|
671
|
+
"test-address": "Adresse de test",
|
|
672
|
+
"test-order": "Commande de test",
|
|
673
|
+
"test-result": "Résultat de test",
|
|
674
|
+
"test-shipping-method": "Mode d'expédition de test",
|
|
675
|
+
"test-shipping-methods": "Modes d'expédition de test",
|
|
676
|
+
"track-inventory-default": "Suivre l'inventaire par défaut",
|
|
677
|
+
"update-zone": "Mettre à jour la zone",
|
|
678
|
+
"view-zone-members": "Voir les membres",
|
|
679
|
+
"zone": "Zone"
|
|
680
|
+
},
|
|
681
|
+
"state": {
|
|
682
|
+
"adding-items": "Ajout d'articles",
|
|
683
|
+
"all-orders": "Tous les états de commande",
|
|
684
|
+
"arranging-additional-payment": "Paiement additionel en cours",
|
|
685
|
+
"arranging-payment": "Paiement en cours",
|
|
686
|
+
"authorized": "Autorisé",
|
|
687
|
+
"cancelled": "Annulé",
|
|
688
|
+
"created": "Créé",
|
|
689
|
+
"declined": "Decliné",
|
|
690
|
+
"delivered": "Livré",
|
|
691
|
+
"draft": "",
|
|
692
|
+
"error": "Erreur",
|
|
693
|
+
"failed": "Echec",
|
|
694
|
+
"modifying": "En cours de modification",
|
|
695
|
+
"partially-delivered": "Partiellement livré",
|
|
696
|
+
"partially-shipped": "Partiellement expédié",
|
|
697
|
+
"payment-authorized": "Paiement autorisé",
|
|
698
|
+
"payment-settled": "Paiement finalisé",
|
|
699
|
+
"pending": "En attente",
|
|
700
|
+
"settled": "Finalisé",
|
|
701
|
+
"shipped": "Expédié"
|
|
702
|
+
},
|
|
703
|
+
"system": {
|
|
704
|
+
"all-job-queues": "Toute la file de tâches",
|
|
705
|
+
"health-all-systems-up": "Tous les système en route",
|
|
706
|
+
"health-error": "Erreur: un ou plusieurs systèmes sont en pannes!",
|
|
707
|
+
"health-last-checked": "Dernière vérification",
|
|
708
|
+
"health-message": "Message",
|
|
709
|
+
"health-refresh": "Rafraichir",
|
|
710
|
+
"health-status": "Statut",
|
|
711
|
+
"health-status-down": "En panne",
|
|
712
|
+
"health-status-up": "En route",
|
|
713
|
+
"hide-settled-jobs": "Cacher tâches réglées",
|
|
714
|
+
"job-data": "Donnée de la tâche",
|
|
715
|
+
"job-duration": "Durée",
|
|
716
|
+
"job-error": "Erreur de la tâche",
|
|
717
|
+
"job-queue-name": "Nom de la file d'attente",
|
|
718
|
+
"job-result": "Résultat de la tâche",
|
|
719
|
+
"job-state": "Etat de la tâche"
|
|
720
|
+
}
|
|
721
|
+
}
|