@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": "Utwórz konto administratora"
|
|
4
|
+
},
|
|
5
|
+
"asset": {
|
|
6
|
+
"add-asset": "Dodaj zasób",
|
|
7
|
+
"add-asset-with-count": "Dodaj {count, plural, 0 {assets} one {1 zasób} other {{count} zasobów}}",
|
|
8
|
+
"assets-selected-count": "Zaznaczono { count } zasobów",
|
|
9
|
+
"dimensions": "Wymiary",
|
|
10
|
+
"focal-point": "Punkt centralny",
|
|
11
|
+
"notify-create-assets-success": "Utworzno {count, plural, one {nowy zasób} other {{count} nowych zasobów}}",
|
|
12
|
+
"original-asset-size": "Rozmiar bazowy",
|
|
13
|
+
"preview": "Podgląd",
|
|
14
|
+
"remove-asset": "Usuń zasób",
|
|
15
|
+
"select-asset": "",
|
|
16
|
+
"select-assets": "Wybierz zasób",
|
|
17
|
+
"set-as-featured-asset": "Ustaw jako polecany",
|
|
18
|
+
"set-focal-point": "Ustaw punk centralny",
|
|
19
|
+
"source-file": "Plik źródłowy",
|
|
20
|
+
"unset-focal-point": "Usuń punkt centralny",
|
|
21
|
+
"update-focal-point": "Zaktualizuj punkt centralny",
|
|
22
|
+
"update-focal-point-error": "Błąd podczas aktualizacji punktu centralnego",
|
|
23
|
+
"update-focal-point-success": "Punkt centralny zaktualizowany",
|
|
24
|
+
"upload-assets": "Upload",
|
|
25
|
+
"uploading": ""
|
|
26
|
+
},
|
|
27
|
+
"breadcrumb": {
|
|
28
|
+
"administrators": "Administratorzy",
|
|
29
|
+
"assets": "Zasoby",
|
|
30
|
+
"channels": "Kanały",
|
|
31
|
+
"collections": "Kolekcje",
|
|
32
|
+
"countries": "Kraje",
|
|
33
|
+
"customer-groups": "",
|
|
34
|
+
"customers": "Klienci",
|
|
35
|
+
"dashboard": "Dashboard",
|
|
36
|
+
"facets": "Fasety",
|
|
37
|
+
"global-settings": "Ustawienia globalne",
|
|
38
|
+
"job-queue": "Kolejka zadań",
|
|
39
|
+
"manage-variants": "Zarządzaj wariantami",
|
|
40
|
+
"modifying": "",
|
|
41
|
+
"orders": "Zamówienia",
|
|
42
|
+
"payment-methods": "Metody płatności",
|
|
43
|
+
"product-options": "",
|
|
44
|
+
"products": "Produkty",
|
|
45
|
+
"profile": "",
|
|
46
|
+
"promotions": "Promocje",
|
|
47
|
+
"roles": "Role",
|
|
48
|
+
"shipping-methods": "Metody wysyłki",
|
|
49
|
+
"system-status": "",
|
|
50
|
+
"tax-categories": "Kategorie podatkowe",
|
|
51
|
+
"tax-rates": "Stawki podatkowe",
|
|
52
|
+
"zones": ""
|
|
53
|
+
},
|
|
54
|
+
"catalog": {
|
|
55
|
+
"add-facet-value": "Dodaj nazwe faseta",
|
|
56
|
+
"add-facets": "Dodaj faset",
|
|
57
|
+
"add-option": "Dodaj opcje",
|
|
58
|
+
"asset-preview-links": "",
|
|
59
|
+
"assign-collections-to-channel-success": "",
|
|
60
|
+
"assign-facets-to-channel-success": "",
|
|
61
|
+
"assign-product-to-channel-success": "Pomyślnie przypisano produkt do \"{ channel }\"",
|
|
62
|
+
"assign-products-to-channel": "Przypisz produkt do kanału",
|
|
63
|
+
"assign-to-channel": "Przypisz do kanału",
|
|
64
|
+
"assign-to-named-channel": "Przypisz do { channelCode }",
|
|
65
|
+
"assign-variant-to-channel-success": "",
|
|
66
|
+
"assign-variants-to-channel": "",
|
|
67
|
+
"auto-update-option-variant-name": "",
|
|
68
|
+
"auto-update-product-variant-name": "",
|
|
69
|
+
"channel-price-preview": "Podgląd cen kanału",
|
|
70
|
+
"collection-contents": "Zawartość kolekcji",
|
|
71
|
+
"confirm-bulk-delete-collections": "",
|
|
72
|
+
"confirm-bulk-delete-facets": "",
|
|
73
|
+
"confirm-bulk-delete-products": "",
|
|
74
|
+
"confirm-cancel": "",
|
|
75
|
+
"confirm-delete-administrator": "",
|
|
76
|
+
"confirm-delete-assets": "",
|
|
77
|
+
"confirm-delete-channel": "Usunąć kanał?",
|
|
78
|
+
"confirm-delete-collection": "Usunąć kolekcje?",
|
|
79
|
+
"confirm-delete-collection-and-children-body": "Usunięcie tej kolekcji spowoduje usunięcie także podkategorii",
|
|
80
|
+
"confirm-delete-country": "Usunąć kraj?",
|
|
81
|
+
"confirm-delete-customer": "",
|
|
82
|
+
"confirm-delete-facet": "Usunąć faset?",
|
|
83
|
+
"confirm-delete-facet-value": "Usunąć wartość faseta?",
|
|
84
|
+
"confirm-delete-product": "Usunąć produkt?",
|
|
85
|
+
"confirm-delete-product-option": "",
|
|
86
|
+
"confirm-delete-product-option-group": "",
|
|
87
|
+
"confirm-delete-product-variant": "Usunąć wariant produktu?",
|
|
88
|
+
"confirm-delete-promotion": "Usunąć promocje?",
|
|
89
|
+
"confirm-delete-shipping-method": "Usunąć metode wysyłki?",
|
|
90
|
+
"confirm-delete-zone": "",
|
|
91
|
+
"confirm-deletion-of-unused-variants-body": "",
|
|
92
|
+
"confirm-deletion-of-unused-variants-title": "",
|
|
93
|
+
"create-draft-order": "",
|
|
94
|
+
"create-new-collection": "Utwórz nową kolekcje",
|
|
95
|
+
"create-new-facet": "Utwórz faset",
|
|
96
|
+
"create-new-product": "Nowy produkt",
|
|
97
|
+
"created-new-variants-success": "Pomyślnie utworzono {count} nowy {count, plural, one {wariant} other {wariantów}}",
|
|
98
|
+
"default-variant": "Domyślny wariant",
|
|
99
|
+
"display-variant-cards": "Wyświetl szczegóły",
|
|
100
|
+
"display-variant-table": "Wyświetl jako tabele",
|
|
101
|
+
"drop-files-to-upload": "Upuść pliki do uploadu",
|
|
102
|
+
"duplicate-sku-warning": "",
|
|
103
|
+
"edit-facet-values": "",
|
|
104
|
+
"edit-options": "",
|
|
105
|
+
"expand-all-collections": "Rozwiń wszystkie kolekcje",
|
|
106
|
+
"facet-value-not-available": "",
|
|
107
|
+
"facet-values": "Wartości faseta",
|
|
108
|
+
"filter-by-name": "Filtruj po nazwie",
|
|
109
|
+
"filter-by-name-or-sku": "",
|
|
110
|
+
"filters": "Filtry",
|
|
111
|
+
"group-by-product": "Grupuj po produkcie",
|
|
112
|
+
"live-preview-contents": "",
|
|
113
|
+
"manage-variants": "Zarządzaj wariantami",
|
|
114
|
+
"move-down": "Przesuń w dół",
|
|
115
|
+
"move-to": "Przesuń do",
|
|
116
|
+
"move-up": "Przesuń w górę",
|
|
117
|
+
"no-channel-selected": "Brak zaznaczonego kanału",
|
|
118
|
+
"no-featured-asset": "Brak polecanego zasobu",
|
|
119
|
+
"no-selection": "Brak zaznaczenia",
|
|
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": "Błąd usuwania produktu z kanału",
|
|
126
|
+
"notify-remove-product-from-channel-success": "Produkt pomyślnie usunięty z kanału",
|
|
127
|
+
"notify-remove-variant-from-channel-error": "",
|
|
128
|
+
"notify-remove-variant-from-channel-success": "",
|
|
129
|
+
"option": "Opcje",
|
|
130
|
+
"option-name": "Nazwa opcji",
|
|
131
|
+
"option-values": "Wartość opcji",
|
|
132
|
+
"out-of-stock-threshold": "",
|
|
133
|
+
"out-of-stock-threshold-tooltip": "",
|
|
134
|
+
"pending-search-index-updates": "",
|
|
135
|
+
"price": "Cena",
|
|
136
|
+
"price-conversion-factor": "Przelicznik cen",
|
|
137
|
+
"price-in-channel": "Cena w { channel }",
|
|
138
|
+
"price-includes-tax-at": "Zawiera podatek { rate }%",
|
|
139
|
+
"price-with-tax-in-default-zone": "Zawiera { rate }% podatku: { price }",
|
|
140
|
+
"private": "Prywatne",
|
|
141
|
+
"product-details": "Szczegóły produktu",
|
|
142
|
+
"product-name": "Nazwa produktu",
|
|
143
|
+
"product-variants": "Warianty produktu",
|
|
144
|
+
"public": "",
|
|
145
|
+
"rebuild-search-index": "Przebuduj indeksy wyszukiwania",
|
|
146
|
+
"reindex-error": "Wystąpił błąd podczas przebudowania indeksów",
|
|
147
|
+
"reindex-successful": "Zaindeksowano {count, plural, one {wariant produktu} other {{count} wariantów produktu}} w {time}ms",
|
|
148
|
+
"reindexing": "Przebudowuje indeksy wyszukiwania",
|
|
149
|
+
"remove-from-channel": "Usuń z kanału",
|
|
150
|
+
"remove-option": "Usuń opcje",
|
|
151
|
+
"remove-product-from-channel": "Usuń produkt z kanału",
|
|
152
|
+
"remove-product-variant-from-channel": "",
|
|
153
|
+
"root-collection": "",
|
|
154
|
+
"run-pending-search-index-updates": "",
|
|
155
|
+
"running-search-index-updates": "",
|
|
156
|
+
"search-asset-name-or-tag": "",
|
|
157
|
+
"search-for-term": "Szukaj frazy",
|
|
158
|
+
"search-index-controls": "",
|
|
159
|
+
"search-product-name-or-code": "Szukaj produktu po nazwie lub kodzie",
|
|
160
|
+
"select-product": "",
|
|
161
|
+
"select-product-variant": "",
|
|
162
|
+
"sku": "SKU",
|
|
163
|
+
"slug": "Slug",
|
|
164
|
+
"slug-pattern-error": "",
|
|
165
|
+
"stock-allocated": "",
|
|
166
|
+
"stock-allocated-tooltip": "",
|
|
167
|
+
"stock-on-hand": "Stan magazynowy",
|
|
168
|
+
"stock-on-hand-tooltip": "",
|
|
169
|
+
"stock-saleable": "",
|
|
170
|
+
"stock-saleable-tooltip": "",
|
|
171
|
+
"tax-category": "Kategoria podatkowa",
|
|
172
|
+
"taxes": "Podatki",
|
|
173
|
+
"track-inventory": "Śledź magazyn",
|
|
174
|
+
"track-inventory-false": "",
|
|
175
|
+
"track-inventory-inherit": "",
|
|
176
|
+
"track-inventory-tooltip": "",
|
|
177
|
+
"track-inventory-true": "",
|
|
178
|
+
"update-product-option": "Zaktualizuj opcje produktu",
|
|
179
|
+
"use-global-value": "",
|
|
180
|
+
"values": "Wartości",
|
|
181
|
+
"variant": "Warianty",
|
|
182
|
+
"view-contents": "Zobacz zawartość",
|
|
183
|
+
"visibility": "Widoczność"
|
|
184
|
+
},
|
|
185
|
+
"common": {
|
|
186
|
+
"ID": "ID",
|
|
187
|
+
"actions": "Akcje",
|
|
188
|
+
"add-item-to-list": "",
|
|
189
|
+
"add-new-variants": "Dodaj {count, plural, one {1 wariant} other {{count} wariantów}}",
|
|
190
|
+
"add-note": "",
|
|
191
|
+
"available-languages": "Dostępne języki",
|
|
192
|
+
"boolean-and": "",
|
|
193
|
+
"boolean-or": "",
|
|
194
|
+
"browser-default": "",
|
|
195
|
+
"cancel": "Anuluj",
|
|
196
|
+
"cancel-navigation": "Anuluj nawigacje",
|
|
197
|
+
"change-selection": "",
|
|
198
|
+
"channel": "Kanał",
|
|
199
|
+
"channels": "Kanały",
|
|
200
|
+
"clear-selection": "",
|
|
201
|
+
"close": "",
|
|
202
|
+
"code": "Kod",
|
|
203
|
+
"collapse-entries": "",
|
|
204
|
+
"confirm": "",
|
|
205
|
+
"confirm-delete-note": "",
|
|
206
|
+
"confirm-navigation": "Potwierdź nawigacje",
|
|
207
|
+
"create": "Utwórz",
|
|
208
|
+
"created-at": "Utworzone dnia",
|
|
209
|
+
"custom-fields": "Dodatkowe pola",
|
|
210
|
+
"default-channel": "Domyślny kanał",
|
|
211
|
+
"default-language": "Domyślny jezyk",
|
|
212
|
+
"default-tax-category": "",
|
|
213
|
+
"delete": "Usuń",
|
|
214
|
+
"description": "Opis",
|
|
215
|
+
"details": "",
|
|
216
|
+
"disabled": "Wyłączony",
|
|
217
|
+
"discard-changes": "Odrzuć zmiany",
|
|
218
|
+
"edit": "Edytuj",
|
|
219
|
+
"edit-field": "Edytuj pole",
|
|
220
|
+
"edit-note": "",
|
|
221
|
+
"enabled": "Aktywny",
|
|
222
|
+
"expand-entries": "",
|
|
223
|
+
"extension-running-in-separate-window": "Rozszerzenie jest włączone w innym oknie",
|
|
224
|
+
"filter": "",
|
|
225
|
+
"force-delete": "",
|
|
226
|
+
"force-remove": "",
|
|
227
|
+
"general": "",
|
|
228
|
+
"guest": "Gość",
|
|
229
|
+
"items-per-page-option": "{ count } na stronę",
|
|
230
|
+
"items-selected-count": "",
|
|
231
|
+
"keep-editing": "",
|
|
232
|
+
"language": "Język",
|
|
233
|
+
"launch-extension": "Uruchom rozszerzenie",
|
|
234
|
+
"live-update": "Aktualizacja live",
|
|
235
|
+
"locale": "",
|
|
236
|
+
"log-out": "Wyloguj",
|
|
237
|
+
"login": "Zaloguj",
|
|
238
|
+
"manage-tags": "",
|
|
239
|
+
"manage-tags-description": "",
|
|
240
|
+
"medium-date": "",
|
|
241
|
+
"more": "Więcej...",
|
|
242
|
+
"name": "Nazwa",
|
|
243
|
+
"no-bulk-actions-available": "",
|
|
244
|
+
"no-results": "Brak wyników",
|
|
245
|
+
"not-applicable": "",
|
|
246
|
+
"not-set": "Nie ustawione",
|
|
247
|
+
"notify-bulk-update-success": "",
|
|
248
|
+
"notify-create-error": "Wystąpił błąd, nie można utworzyć { entity }",
|
|
249
|
+
"notify-create-success": "Utworzono { entity }",
|
|
250
|
+
"notify-delete-error": "Wystąpił błąd, nie można usunąć { entity }",
|
|
251
|
+
"notify-delete-success": "Usunięto { entity }",
|
|
252
|
+
"notify-remove-products-from-channel-success": "",
|
|
253
|
+
"notify-save-changes-error": "Wystąpił błąd, nie można zapisać zmian",
|
|
254
|
+
"notify-saved-changes": "Zapisano zmiany",
|
|
255
|
+
"notify-update-error": "Wystąpił błąd, nie można zaktualizować { entity }",
|
|
256
|
+
"notify-update-success": "Zaktualizowano { entity }",
|
|
257
|
+
"notify-updated-tags-success": "",
|
|
258
|
+
"okay": "",
|
|
259
|
+
"open": "Otwórz",
|
|
260
|
+
"password": "Hasło",
|
|
261
|
+
"price": "Cena",
|
|
262
|
+
"price-with-tax": "Cena z podatkiem",
|
|
263
|
+
"private": "Prywatne",
|
|
264
|
+
"public": "Publiczne",
|
|
265
|
+
"remember-me": "Zapamiętaj mnie",
|
|
266
|
+
"remove": "Usuń",
|
|
267
|
+
"remove-item-from-list": "",
|
|
268
|
+
"results-count": "{ count } {count, plural, one {wynik} other {wyników}}",
|
|
269
|
+
"sample-formatting": "",
|
|
270
|
+
"select": "Wybrano...",
|
|
271
|
+
"select-display-language": "Wybierz język",
|
|
272
|
+
"select-items-with-count": "",
|
|
273
|
+
"select-products": "",
|
|
274
|
+
"select-relation-id": "",
|
|
275
|
+
"select-today": "Wybierz dzisiaj",
|
|
276
|
+
"select-variants": "",
|
|
277
|
+
"set-language": "",
|
|
278
|
+
"short-date": "",
|
|
279
|
+
"tags": "",
|
|
280
|
+
"theme": "",
|
|
281
|
+
"there-are-unsaved-changes": "Są nie zapisane zmiany. Nawigacja do innej lokalizacji spowoduje utrate zmian.",
|
|
282
|
+
"toggle-all": "",
|
|
283
|
+
"total-items": "{currentStart} - {currentEnd} z {totalItems}",
|
|
284
|
+
"update": "Aktualizuj",
|
|
285
|
+
"updated-at": "Zaaktualizowano dnia",
|
|
286
|
+
"username": "Nazwa użytkownika",
|
|
287
|
+
"view-next-month": "Wyświetl następny miesiąc",
|
|
288
|
+
"view-previous-month": "Wyświetl poprzedni miesiąc",
|
|
289
|
+
"with-selected": ""
|
|
290
|
+
},
|
|
291
|
+
"customer": {
|
|
292
|
+
"add-customer-to-group": "",
|
|
293
|
+
"add-customer-to-groups-with-count": "",
|
|
294
|
+
"add-customers-to-group": "",
|
|
295
|
+
"add-customers-to-group-success": "",
|
|
296
|
+
"add-customers-to-group-with-count": "",
|
|
297
|
+
"add-customers-to-group-with-name": "",
|
|
298
|
+
"addresses": "Adres",
|
|
299
|
+
"city": "Miasto",
|
|
300
|
+
"company": "",
|
|
301
|
+
"confirm-delete-customer-group": "",
|
|
302
|
+
"confirm-remove-customer-from-group": "",
|
|
303
|
+
"country": "Kraj",
|
|
304
|
+
"create-customer-group": "",
|
|
305
|
+
"create-new-address": "Utwórz nowy adres",
|
|
306
|
+
"create-new-customer": "Utwórz nowego klient",
|
|
307
|
+
"create-new-customer-group": "",
|
|
308
|
+
"customer-groups": "",
|
|
309
|
+
"customer-history": "",
|
|
310
|
+
"customer-type": "Typ klienta",
|
|
311
|
+
"default-billing-address": "Domyślny adres rozliczeniowy",
|
|
312
|
+
"default-shipping-address": "Domyślny adres wysyłki",
|
|
313
|
+
"email-address": "Email",
|
|
314
|
+
"email-verification-sent": "Email weryfikacyjny został wysłany na { emailAddress }",
|
|
315
|
+
"first-name": "Imię",
|
|
316
|
+
"full-name": "Pełna nazwa",
|
|
317
|
+
"guest": "Gość",
|
|
318
|
+
"history-customer-added-to-group": "",
|
|
319
|
+
"history-customer-address-created": "",
|
|
320
|
+
"history-customer-address-deleted": "",
|
|
321
|
+
"history-customer-address-updated": "",
|
|
322
|
+
"history-customer-detail-updated": "",
|
|
323
|
+
"history-customer-email-update-requested": "",
|
|
324
|
+
"history-customer-email-update-verified": "",
|
|
325
|
+
"history-customer-password-reset-requested": "",
|
|
326
|
+
"history-customer-password-reset-verified": "",
|
|
327
|
+
"history-customer-password-updated": "",
|
|
328
|
+
"history-customer-registered": "",
|
|
329
|
+
"history-customer-removed-from-group": "",
|
|
330
|
+
"history-customer-verified": "",
|
|
331
|
+
"history-using-external-auth-strategy": "",
|
|
332
|
+
"history-using-native-auth-strategy": "",
|
|
333
|
+
"last-login": "",
|
|
334
|
+
"last-name": "Nazwisko",
|
|
335
|
+
"name": "Nazwa",
|
|
336
|
+
"new-email-address": "",
|
|
337
|
+
"no-orders-placed": "Brak złożonych zamówień",
|
|
338
|
+
"not-a-member-of-any-groups": "",
|
|
339
|
+
"old-email-address": "",
|
|
340
|
+
"orders": "Zamówienia",
|
|
341
|
+
"password": "Hasło",
|
|
342
|
+
"phone-number": "Telefon",
|
|
343
|
+
"postal-code": "Kod pocztowy",
|
|
344
|
+
"province": "Województwo",
|
|
345
|
+
"registered": "Zarejestrowany",
|
|
346
|
+
"remove-customers-from-group-success": "",
|
|
347
|
+
"remove-from-group": "",
|
|
348
|
+
"search-by-group-name": "Szukaj frazy",
|
|
349
|
+
"search-customers-by-email": "Szukaj przez email",
|
|
350
|
+
"search-customers-by-email-last-name-postal-code": "",
|
|
351
|
+
"select-customer": "",
|
|
352
|
+
"set-as-default-billing-address": "Ustaw jako domyślny adres rozliczeniowy",
|
|
353
|
+
"set-as-default-shipping-address": "Ustaw jako domyślny adres wysyłki",
|
|
354
|
+
"street-line-1": "Ulica 1",
|
|
355
|
+
"street-line-2": "Ulica 2",
|
|
356
|
+
"title": "Tytuł",
|
|
357
|
+
"update-customer-group": "",
|
|
358
|
+
"verified": "Zweryfikowany",
|
|
359
|
+
"view-group-members": ""
|
|
360
|
+
},
|
|
361
|
+
"dashboard": {
|
|
362
|
+
"add-widget": "",
|
|
363
|
+
"latest-orders": "",
|
|
364
|
+
"orders-summary": "",
|
|
365
|
+
"remove-widget": "",
|
|
366
|
+
"thisMonth": "",
|
|
367
|
+
"thisWeek": "",
|
|
368
|
+
"today": "",
|
|
369
|
+
"total-order-value": "",
|
|
370
|
+
"total-orders": "",
|
|
371
|
+
"widget-resize": "",
|
|
372
|
+
"widget-width": "",
|
|
373
|
+
"yesterday": ""
|
|
374
|
+
},
|
|
375
|
+
"datetime": {
|
|
376
|
+
"ago-days": "{count, plural, one {1 dzień} other {{count} dni}} temu",
|
|
377
|
+
"ago-hours": "{count, plural, one {1 godzinę} other {{count} godzin}} temu",
|
|
378
|
+
"ago-minutes": "{count, plural, one {1 minutę} other {{count} minut}} temu",
|
|
379
|
+
"ago-seconds": "{count, plural, =0 {przed chwilą} one {1 sekundę temu} other {{count} sekund temu}}",
|
|
380
|
+
"ago-years": "",
|
|
381
|
+
"duration-milliseconds": "{ms}ms",
|
|
382
|
+
"duration-minutes:seconds": "{m}:{s}m",
|
|
383
|
+
"duration-seconds": "{s}s",
|
|
384
|
+
"month-apr": "Kwiecień",
|
|
385
|
+
"month-aug": "Sierpień",
|
|
386
|
+
"month-dec": "Grudzień",
|
|
387
|
+
"month-feb": "Luty",
|
|
388
|
+
"month-jan": "Styczeń",
|
|
389
|
+
"month-jul": "Lipiec",
|
|
390
|
+
"month-jun": "Czerwiec",
|
|
391
|
+
"month-mar": "Marzec",
|
|
392
|
+
"month-may": "Maj",
|
|
393
|
+
"month-nov": "Listopad",
|
|
394
|
+
"month-oct": "Październik",
|
|
395
|
+
"month-sep": "Wrzesień",
|
|
396
|
+
"time": "Czas",
|
|
397
|
+
"weekday-fr": "Pt",
|
|
398
|
+
"weekday-mo": "Pon",
|
|
399
|
+
"weekday-sa": "So",
|
|
400
|
+
"weekday-su": "Nd",
|
|
401
|
+
"weekday-th": "Czw",
|
|
402
|
+
"weekday-tu": "Wt",
|
|
403
|
+
"weekday-we": "Śr"
|
|
404
|
+
},
|
|
405
|
+
"editor": {
|
|
406
|
+
"image-alt": "Opis (alt)",
|
|
407
|
+
"image-src": "Źródło",
|
|
408
|
+
"image-title": "Tytuł",
|
|
409
|
+
"insert-image": "Wstaw obraz",
|
|
410
|
+
"link-href": "Link href",
|
|
411
|
+
"link-title": "Tytuł linku",
|
|
412
|
+
"remove-link": "Usuń",
|
|
413
|
+
"set-link": "Ustaw link"
|
|
414
|
+
},
|
|
415
|
+
"error": {
|
|
416
|
+
"403-forbidden": "Brak autoryzacji dla \"{ path }\". Brak uprawnień lub wygasła sesja.",
|
|
417
|
+
"could-not-connect-to-server": "Nie można połączyć z serverem Vendure na { url }",
|
|
418
|
+
"facet-value-form-values-do-not-match": "Ilość wartości fasetów nie zgadza się z realną liczbą wartości.",
|
|
419
|
+
"health-check-failed": "",
|
|
420
|
+
"no-default-shipping-zone-set": "",
|
|
421
|
+
"no-default-tax-zone-set": "",
|
|
422
|
+
"product-variant-form-values-do-not-match": "Ilość opcji w formularzu nie zgadza się z realną liczbą opcji."
|
|
423
|
+
},
|
|
424
|
+
"marketing": {
|
|
425
|
+
"actions": "Akcje",
|
|
426
|
+
"add-action": "Dodaj akcje",
|
|
427
|
+
"add-condition": "Dodaj warunek",
|
|
428
|
+
"conditions": "Warunki",
|
|
429
|
+
"coupon-code": "Kod rabatowy",
|
|
430
|
+
"create-new-promotion": "Utwórz nową promocje",
|
|
431
|
+
"ends-at": "Kończy się",
|
|
432
|
+
"per-customer-limit": "Limit klientów",
|
|
433
|
+
"search-by-coupon-code": "",
|
|
434
|
+
"search-by-name": "",
|
|
435
|
+
"starts-at": "Zaczyna się"
|
|
436
|
+
},
|
|
437
|
+
"nav": {
|
|
438
|
+
"administrators": "Administratorzy",
|
|
439
|
+
"assets": "Assets",
|
|
440
|
+
"catalog": "Katalog",
|
|
441
|
+
"channels": "Kanały",
|
|
442
|
+
"collections": "Kolekcje",
|
|
443
|
+
"countries": "Kraje",
|
|
444
|
+
"customer-groups": "",
|
|
445
|
+
"customers": "Klienci",
|
|
446
|
+
"facets": "Facets",
|
|
447
|
+
"global-settings": "Ustawienia globalne",
|
|
448
|
+
"job-queue": "Kolejka zadań",
|
|
449
|
+
"marketing": "Marketing",
|
|
450
|
+
"orders": "Zamówienia",
|
|
451
|
+
"payment-methods": "Metody płatności",
|
|
452
|
+
"products": "Produkty",
|
|
453
|
+
"promotions": "Promocje",
|
|
454
|
+
"roles": "Role",
|
|
455
|
+
"sales": "Sprzedaż",
|
|
456
|
+
"settings": "Ustawienia",
|
|
457
|
+
"shipping-methods": "Metody wysyłki",
|
|
458
|
+
"system": "",
|
|
459
|
+
"system-status": "",
|
|
460
|
+
"tax-categories": "Kategorie podatkowe",
|
|
461
|
+
"tax-rates": "Stawki podatkowe",
|
|
462
|
+
"zones": ""
|
|
463
|
+
},
|
|
464
|
+
"order": {
|
|
465
|
+
"add-item-to-order": "",
|
|
466
|
+
"add-note": "Dodaj notatke",
|
|
467
|
+
"add-payment": "",
|
|
468
|
+
"add-payment-to-order": "",
|
|
469
|
+
"add-payment-to-order-success": "",
|
|
470
|
+
"add-surcharge": "",
|
|
471
|
+
"added-items": "",
|
|
472
|
+
"amount": "Ilość",
|
|
473
|
+
"apply-filters": "",
|
|
474
|
+
"arrange-additional-payment": "",
|
|
475
|
+
"billing-address": "",
|
|
476
|
+
"cancel": "Anuluj",
|
|
477
|
+
"cancel-entire-order": "",
|
|
478
|
+
"cancel-fulfillment": "",
|
|
479
|
+
"cancel-modification": "",
|
|
480
|
+
"cancel-order": "Anuluj zamówienie",
|
|
481
|
+
"cancel-payment": "",
|
|
482
|
+
"cancel-reason-customer-request": "Prośba klienta",
|
|
483
|
+
"cancel-reason-not-available": "Niedostępny",
|
|
484
|
+
"cancel-selected-items": "Anuluj zaznaczone",
|
|
485
|
+
"cancel-specified-items": "",
|
|
486
|
+
"cancellation-reason": "Powód anulowania",
|
|
487
|
+
"cancelled-order-success": "Pomyślnie anulowano zamówienie",
|
|
488
|
+
"complete-draft-order": "",
|
|
489
|
+
"confirm-modifications": "",
|
|
490
|
+
"contents": "Zawartość",
|
|
491
|
+
"create-fulfillment": "Utwórz wypełnienie",
|
|
492
|
+
"create-fulfillment-success": "Utworzono wypełnienie pomyślnie",
|
|
493
|
+
"customer": "Klient",
|
|
494
|
+
"delete-draft-order": "",
|
|
495
|
+
"edit-billing-address": "",
|
|
496
|
+
"edit-shipping-address": "",
|
|
497
|
+
"error-message": "",
|
|
498
|
+
"existing-address": "",
|
|
499
|
+
"existing-customer": "",
|
|
500
|
+
"filter-custom": "",
|
|
501
|
+
"filter-preset-active": "",
|
|
502
|
+
"filter-preset-completed": "",
|
|
503
|
+
"filter-preset-draft": "",
|
|
504
|
+
"filter-preset-open": "",
|
|
505
|
+
"filter-preset-shipped": "",
|
|
506
|
+
"fulfill": "Zrealizuj",
|
|
507
|
+
"fulfill-order": "Zrealizuj zamówienie",
|
|
508
|
+
"fulfillment": "Realizacja",
|
|
509
|
+
"fulfillment-method": "Metoda realizacji",
|
|
510
|
+
"history-coupon-code-applied": "Użyto kodu rabatowego",
|
|
511
|
+
"history-coupon-code-removed": "Usunięto kod rabatowy",
|
|
512
|
+
"history-fulfillment-created": "",
|
|
513
|
+
"history-fulfillment-delivered": "",
|
|
514
|
+
"history-fulfillment-shipped": "",
|
|
515
|
+
"history-fulfillment-transition": "",
|
|
516
|
+
"history-items-cancelled": "{count} {count, plural, one {element} other {elementów}} anulowano",
|
|
517
|
+
"history-order-cancelled": "Zamówienie anulowane",
|
|
518
|
+
"history-order-created": "",
|
|
519
|
+
"history-order-fulfilled": "Zamówienie zrealizowane",
|
|
520
|
+
"history-order-modified": "",
|
|
521
|
+
"history-order-transition": "Zamówienie wysłane z {from} do {to}",
|
|
522
|
+
"history-payment-settled": "Opłacono",
|
|
523
|
+
"history-payment-transition": "Płatność #{id} wysłana z {from} do {to}",
|
|
524
|
+
"history-refund-transition": "Zwrot #{id} wysłany z {from} do {to}",
|
|
525
|
+
"item-count": "{count} {count, plural, one {element} other {elementów}}",
|
|
526
|
+
"line-fulfillment-all": "Wrzystkie zamówienia zrealizowane",
|
|
527
|
+
"line-fulfillment-none": "Brak zrealizowany zamówień",
|
|
528
|
+
"line-fulfillment-partial": "{ count } z { total } zrealizowanych",
|
|
529
|
+
"manually-transition-to-state": "",
|
|
530
|
+
"manually-transition-to-state-message": "",
|
|
531
|
+
"modification-adding-items": "",
|
|
532
|
+
"modification-adding-surcharges": "",
|
|
533
|
+
"modification-adjusting-lines": "",
|
|
534
|
+
"modification-not-settled": "",
|
|
535
|
+
"modification-recalculate-shipping": "",
|
|
536
|
+
"modification-settled": "",
|
|
537
|
+
"modification-summary": "",
|
|
538
|
+
"modification-updating-billing-address": "",
|
|
539
|
+
"modification-updating-shipping-address": "",
|
|
540
|
+
"modifications": "",
|
|
541
|
+
"modify-order": "",
|
|
542
|
+
"modify-order-price-difference": "",
|
|
543
|
+
"net-price": "Cena netto",
|
|
544
|
+
"note": "",
|
|
545
|
+
"note-is-private": "Notatka jest prywatna",
|
|
546
|
+
"note-only-visible-to-administrators": "Widoczne tylko dla administratora",
|
|
547
|
+
"note-visible-to-customer": "Widoczne dla administratora i klienta",
|
|
548
|
+
"order-history": "Historia zamówienia",
|
|
549
|
+
"order-state-diagram": "",
|
|
550
|
+
"payment": "Płatność",
|
|
551
|
+
"payment-amount": "Wartość płatności",
|
|
552
|
+
"payment-metadata": "Metadane płatności",
|
|
553
|
+
"payment-method": "Metoda płatności",
|
|
554
|
+
"payment-state": "Status",
|
|
555
|
+
"payment-to-refund": "Płatność do zwrotu",
|
|
556
|
+
"placed-at": "",
|
|
557
|
+
"placed-at-end": "",
|
|
558
|
+
"placed-at-start": "",
|
|
559
|
+
"preview-changes": "",
|
|
560
|
+
"product-name": "Nazwa produktu",
|
|
561
|
+
"product-sku": "SKU",
|
|
562
|
+
"promotions-applied": "Zastosowane promocje",
|
|
563
|
+
"prorated-unit-price": "",
|
|
564
|
+
"quantity": "Ilość",
|
|
565
|
+
"refund": "Zwrot",
|
|
566
|
+
"refund-adjustment": "Regulacja",
|
|
567
|
+
"refund-and-cancel-order": "Zwróć i anuluj zamówienie",
|
|
568
|
+
"refund-cancellation-reason": "Powód zwrotu/anulowania",
|
|
569
|
+
"refund-cancellation-reason-required": "Powód zwrotu/anulowania jest wymagany",
|
|
570
|
+
"refund-metadata": "Metadane zwrotu",
|
|
571
|
+
"refund-order-failed": "",
|
|
572
|
+
"refund-order-success": "Zamówienie zwrócone pomyślnie",
|
|
573
|
+
"refund-reason": "Powód zwrotu",
|
|
574
|
+
"refund-reason-customer-request": "Prośba klienta",
|
|
575
|
+
"refund-reason-not-available": "Niedostępny",
|
|
576
|
+
"refund-shipping": "Wysyłka zwrotu",
|
|
577
|
+
"refund-total": "Wartość zwrotu",
|
|
578
|
+
"refund-total-error": "Wartość zwrotu musi być pomiędzy {min} i {max}",
|
|
579
|
+
"refund-total-warning": "",
|
|
580
|
+
"refund-with-amount": "Zwróć {amount}",
|
|
581
|
+
"refunded-count": "{count} {count, plural, one {zamówienie} other {zamówień}} zwrócono",
|
|
582
|
+
"removed-items": "",
|
|
583
|
+
"search-by-order-filters": "Szukaj po numerze zamówienia / Nazwisko / Numer transakcji",
|
|
584
|
+
"select-address": "",
|
|
585
|
+
"select-shipping-method": "",
|
|
586
|
+
"select-state": "",
|
|
587
|
+
"set-billing-address": "",
|
|
588
|
+
"set-coupon-codes": "",
|
|
589
|
+
"set-customer-for-order": "",
|
|
590
|
+
"set-fulfillment-state": "",
|
|
591
|
+
"set-shipping-address": "",
|
|
592
|
+
"set-shipping-method": "",
|
|
593
|
+
"settle-payment": "Rozlicz płatność",
|
|
594
|
+
"settle-payment-error": "Nie można rozliczyć płatności",
|
|
595
|
+
"settle-payment-success": "Płatność rozliczona pomyślnie",
|
|
596
|
+
"settle-refund": "Rozlicz zwrot",
|
|
597
|
+
"settle-refund-manual-instructions": "Po zwrocie wykonanym ręcznie przez ({method}), podaj ID transakcji.",
|
|
598
|
+
"settle-refund-success": "Pomyślnie rozliczono zwrot",
|
|
599
|
+
"shipping": "Wysyłka",
|
|
600
|
+
"shipping-address": "Adres wysyłki",
|
|
601
|
+
"shipping-cancelled": "",
|
|
602
|
+
"shipping-method": "Metoda wysyłki",
|
|
603
|
+
"state": "Status",
|
|
604
|
+
"sub-total": "Sub total",
|
|
605
|
+
"successfully-updated-fulfillment": "",
|
|
606
|
+
"surcharges": "",
|
|
607
|
+
"tax-base": "",
|
|
608
|
+
"tax-description": "",
|
|
609
|
+
"tax-rate": "",
|
|
610
|
+
"tax-summary": "",
|
|
611
|
+
"tax-total": "",
|
|
612
|
+
"total": "Total",
|
|
613
|
+
"tracking-code": "Numer przesyłki",
|
|
614
|
+
"transaction-id": "Numer transakcji",
|
|
615
|
+
"transition-to-state": "",
|
|
616
|
+
"transitioned-payment-to-state-success": "",
|
|
617
|
+
"transitioned-to-state-success": "",
|
|
618
|
+
"unable-to-transition-to-state-try-another": "",
|
|
619
|
+
"unfulfilled": "Unfulfilled",
|
|
620
|
+
"unit-price": "Cena jednostkowa"
|
|
621
|
+
},
|
|
622
|
+
"settings": {
|
|
623
|
+
"add-countries-to-zone": "Dodaj kraje do strefy...",
|
|
624
|
+
"add-countries-to-zone-success": "Dodano { countryCount } {countryCount, plural, one {kraj} other {kraje}} do strefy \"{ zoneName }\"",
|
|
625
|
+
"add-products-to-test-order": "Dodaj produkty do testowanego zamówienia",
|
|
626
|
+
"channel": "Kanał",
|
|
627
|
+
"channel-token": "Token kanału",
|
|
628
|
+
"confirm-delete-payment-method": "",
|
|
629
|
+
"confirm-delete-role": "Usunąć role?",
|
|
630
|
+
"confirm-delete-tax-category": "Usunąć kategorię podatkową?",
|
|
631
|
+
"confirm-delete-tax-rate": "Usunąć stawke podatkową?",
|
|
632
|
+
"create-new-channel": "Utwórz nowy kanał",
|
|
633
|
+
"create-new-country": "Utwórz nowy kraj",
|
|
634
|
+
"create-new-payment-method": "",
|
|
635
|
+
"create-new-role": "Utwórz nową role",
|
|
636
|
+
"create-new-shipping-method": "Utwórz nową metode wysyłki",
|
|
637
|
+
"create-new-tax-category": "Utwórz nową kategorię podatkową",
|
|
638
|
+
"create-new-tax-rate": "Utwórz nową stawkę podatkową",
|
|
639
|
+
"create-new-zone": "",
|
|
640
|
+
"create-zone": "Utwórz strefe",
|
|
641
|
+
"currency": "Waluta",
|
|
642
|
+
"default-role-label": "To jest domyślna rola i nie może być zmieniana",
|
|
643
|
+
"default-shipping-zone": "Domyślna strefa zakupowa",
|
|
644
|
+
"default-tax-zone": "Domyślna strefa podatkowa",
|
|
645
|
+
"eligible": "Wybieralny",
|
|
646
|
+
"email-address": "Email",
|
|
647
|
+
"filter-by-member-name": "",
|
|
648
|
+
"first-name": "Imię",
|
|
649
|
+
"fulfillment-handler": "",
|
|
650
|
+
"global-out-of-stock-threshold": "",
|
|
651
|
+
"global-out-of-stock-threshold-tooltip": "",
|
|
652
|
+
"last-name": "Nazwisko",
|
|
653
|
+
"no-eligible-shipping-methods": "Brak pasujących metod wysyłki",
|
|
654
|
+
"password": "Hasło",
|
|
655
|
+
"payment-eligibility-checker": "",
|
|
656
|
+
"payment-handler": "",
|
|
657
|
+
"permissions": "Uprawnienia",
|
|
658
|
+
"prices-include-tax": "Ceny zawierają podatek dla domyślnej strefy",
|
|
659
|
+
"profile": "",
|
|
660
|
+
"rate": "Stawka",
|
|
661
|
+
"remove-countries-from-zone-success": "Usunięto { countryCount } {countryCount, plural, one {kraj} other {kraje}} ze strefy \"{ zoneName }\"",
|
|
662
|
+
"remove-from-zone": "",
|
|
663
|
+
"roles": "Role",
|
|
664
|
+
"search-by-product-name-or-sku": "Szukaj produktu po nazwie lub SKU",
|
|
665
|
+
"search-country-by-name": "Szukaj kraju po nazwie",
|
|
666
|
+
"shipping-calculator": "Kalkulator wysyłki",
|
|
667
|
+
"shipping-eligibility-checker": "Sprawdź możliwość wysyłki",
|
|
668
|
+
"shipping-method": "Metoda wysyłki",
|
|
669
|
+
"tax-category": "Kategoria podatkowa",
|
|
670
|
+
"tax-rate": "Stawka podatkowa",
|
|
671
|
+
"test-address": "Adres testowy",
|
|
672
|
+
"test-order": "Zamówienie testowe",
|
|
673
|
+
"test-result": "Wynik testowy",
|
|
674
|
+
"test-shipping-method": "Testowa metoda wysyłki",
|
|
675
|
+
"test-shipping-methods": "Testowe metody wysyłki",
|
|
676
|
+
"track-inventory-default": "Śledź domyślnie magazyn",
|
|
677
|
+
"update-zone": "",
|
|
678
|
+
"view-zone-members": "",
|
|
679
|
+
"zone": "Strefa"
|
|
680
|
+
},
|
|
681
|
+
"state": {
|
|
682
|
+
"adding-items": "Dodawanie",
|
|
683
|
+
"all-orders": "",
|
|
684
|
+
"arranging-additional-payment": "",
|
|
685
|
+
"arranging-payment": "Oczekiwanie na płatność",
|
|
686
|
+
"authorized": "",
|
|
687
|
+
"cancelled": "Anulowano",
|
|
688
|
+
"created": "",
|
|
689
|
+
"declined": "",
|
|
690
|
+
"delivered": "Zrealizowano",
|
|
691
|
+
"draft": "",
|
|
692
|
+
"error": "",
|
|
693
|
+
"failed": "",
|
|
694
|
+
"modifying": "",
|
|
695
|
+
"partially-delivered": "Częściowo zrealizowano",
|
|
696
|
+
"partially-shipped": "",
|
|
697
|
+
"payment-authorized": "Płatność zaakceptowana",
|
|
698
|
+
"payment-settled": "Płatność rozliczona",
|
|
699
|
+
"pending": "",
|
|
700
|
+
"settled": "",
|
|
701
|
+
"shipped": ""
|
|
702
|
+
},
|
|
703
|
+
"system": {
|
|
704
|
+
"all-job-queues": "Kolejka wszystkich zadań",
|
|
705
|
+
"health-all-systems-up": "",
|
|
706
|
+
"health-error": "",
|
|
707
|
+
"health-last-checked": "",
|
|
708
|
+
"health-message": "",
|
|
709
|
+
"health-refresh": "",
|
|
710
|
+
"health-status": "",
|
|
711
|
+
"health-status-down": "",
|
|
712
|
+
"health-status-up": "",
|
|
713
|
+
"hide-settled-jobs": "Ukryj rozliczone zlecenia",
|
|
714
|
+
"job-data": "Dane zlecenia",
|
|
715
|
+
"job-duration": "Czas trwania",
|
|
716
|
+
"job-error": "Błąd zlecenia",
|
|
717
|
+
"job-queue-name": "Nazwa kolejki",
|
|
718
|
+
"job-result": "Rezultat zlecenia",
|
|
719
|
+
"job-state": "Status zlecenia"
|
|
720
|
+
}
|
|
721
|
+
}
|