@vendure/admin-ui 2.0.0-next.11 → 2.0.0-next.14
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 +175 -0
- package/i18n-coverage.json +71 -0
- package/{catalog → package/catalog}/catalog.module.d.ts +0 -0
- package/{catalog → package/catalog}/catalog.routes.d.ts +0 -0
- package/{catalog → package/catalog}/components/apply-facet-dialog/apply-facet-dialog.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/asset-detail/asset-detail.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/asset-list/asset-list.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/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/{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/{catalog → package/catalog}/components/collection-list/collection-list.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-tree/array-to-tree.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-tree/collection-tree-node.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-tree/collection-tree.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-tree/collection-tree.service.d.ts +0 -0
- package/{catalog → package/catalog}/components/collection-tree/collection-tree.types.d.ts +0 -0
- package/{catalog → package/catalog}/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/facet-detail/facet-detail.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/facet-list/facet-list.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/generate-product-variants/generate-product-variants.component.d.ts +3 -3
- package/{catalog → package/catalog}/components/option-value-input/option-value-input.component.d.ts +21 -9
- package/{catalog → package/catalog}/components/product-detail/product-detail.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/product-detail/product-detail.types.d.ts +0 -0
- package/{catalog → package/catalog}/components/product-list/product-list.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/product-options-editor/product-options-editor.component.d.ts +0 -0
- package/{catalog → package/catalog}/components/product-variants-editor/product-variants-editor.component.d.ts +10 -3
- 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/{catalog → package/catalog}/public_api.d.ts +0 -0
- package/{catalog → package/catalog}/vendure-admin-ui-catalog.d.ts +0 -0
- package/{core → package/core}/app.component.d.ts +0 -0
- package/{core → package/core}/app.component.module.d.ts +0 -0
- package/{core → package/core}/app.config.d.ts +0 -0
- package/{core → package/core}/common/base-detail.component.d.ts +0 -0
- package/{core → package/core}/common/base-entity-resolver.d.ts +0 -0
- package/{core → package/core}/common/base-list.component.d.ts +0 -0
- package/{core → package/core}/common/component-registry-types.d.ts +0 -0
- package/{core → package/core}/common/deactivate-aware.d.ts +0 -0
- package/{core → package/core}/common/detail-breadcrumb.d.ts +0 -0
- package/{core → package/core}/common/generated-types.d.ts +242 -127
- package/{core → package/core}/common/introspection-result-wrapper.d.ts +0 -0
- package/{core → package/core}/common/introspection-result.d.ts +0 -0
- package/{core → package/core}/common/single-search-selection-model.d.ts +0 -0
- package/{core → package/core}/common/utilities/configurable-operation-utils.d.ts +4 -2
- 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/{core → package/core}/common/utilities/selection-manager.d.ts +0 -0
- package/{core → package/core}/common/utilities/string-to-color.d.ts +0 -0
- package/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/{core → package/core}/data/definitions/collection-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/customer-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/facet-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/order-definitions.d.ts +2 -0
- package/{core → package/core}/data/definitions/product-definitions.d.ts +1 -0
- package/{core → package/core}/data/definitions/promotion-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/settings-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/shared-definitions.d.ts +0 -0
- package/{core → package/core}/data/definitions/shipping-definitions.d.ts +0 -0
- package/{core → package/core}/data/omit-typename-link.d.ts +0 -0
- package/{core → package/core}/data/providers/administrator-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/auth-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/base-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/client-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/collection-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/customer-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/facet-data.service.d.ts +0 -0
- package/{core → package/core}/data/providers/fetch-adapter.d.ts +0 -0
- package/{core → package/core}/data/providers/interceptor.d.ts +0 -0
- package/{core → package/core}/data/providers/order-data.service.d.ts +1 -0
- package/{core → package/core}/data/providers/product-data.service.d.ts +1 -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/{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/{core → package/core}/providers/modal/modal.service.d.ts +0 -0
- package/{core → package/core}/providers/modal/modal.types.d.ts +0 -0
- package/{core → package/core}/providers/nav-builder/nav-builder-types.d.ts +0 -0
- package/{core → package/core}/providers/nav-builder/nav-builder.service.d.ts +0 -0
- package/{core → package/core}/providers/notification/notification.service.d.ts +0 -0
- package/{core → package/core}/providers/overlay-host/overlay-host.service.d.ts +0 -0
- package/{core → package/core}/public_api.d.ts +11 -1
- 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/{core → package/core}/shared/components/asset-gallery/asset-gallery.component.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-gallery/asset-gallery.types.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-picker-dialog/asset-picker-dialog.component.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-preview/asset-preview.component.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-preview-dialog/asset-preview-dialog.component.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-preview-links/asset-preview-links.component.d.ts +0 -0
- package/{core → package/core}/shared/components/asset-search-input/asset-search-input.component.d.ts +0 -0
- package/{core → package/core}/shared/components/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/{core → package/core}/shared/components/data-table/data-table.component.d.ts +0 -0
- package/{core → package/core}/shared/components/datetime-picker/constants.d.ts +0 -0
- package/{core → package/core}/shared/components/datetime-picker/datetime-picker.component.d.ts +0 -0
- package/{core → package/core}/shared/components/datetime-picker/datetime-picker.service.d.ts +0 -0
- package/{core → package/core}/shared/components/datetime-picker/types.d.ts +0 -0
- package/{core → package/core}/shared/components/dropdown/dropdown-item.directive.d.ts +0 -0
- package/{core → package/core}/shared/components/dropdown/dropdown-menu.component.d.ts +2 -1
- 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-variant-selector/product-variant-selector.component.d.ts +0 -0
- package/{core → package/core}/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.d.ts +0 -0
- package/{core → package/core}/shared/components/rich-text-editor/link-dialog/link-dialog.component.d.ts +0 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.d.ts +31 -0
- package/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.d.ts +34 -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/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +1 -1
- 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/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +1 -1
- 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/{core → package/core}/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +7 -3
- package/{core → package/core}/shared/components/rich-text-editor/prosemirror/types.d.ts +0 -2
- 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 +21 -0
- package/{core → package/core}/shared/components/rich-text-editor/rich-text-editor.component.d.ts +6 -2
- 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 +30 -0
- package/package/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.d.ts +22 -0
- package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +5 -17
- 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/{core → package/core}/shared/dynamic-form-inputs/register-dynamic-input-components.d.ts +2 -1
- 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 +33 -30
- 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/{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/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list.component.d.ts +0 -0
- package/{customer → package/customer}/components/customer-history/customer-history.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/{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}/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/{esm2020 → package/esm2020}/catalog/catalog.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/catalog.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/apply-facet-dialog/apply-facet-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/asset-detail/asset-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/asset-list/asset-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/assets/assets.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-contents/collection-contents.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-detail/collection-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/catalog/components/collection-list/collection-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-tree/array-to-tree.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree-node.component.mjs +2 -2
- package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.types.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/facet-detail/facet-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/catalog/components/facet-list/facet-list.component.mjs +1 -1
- package/package/esm2020/catalog/components/generate-product-variants/generate-product-variants.component.mjs +87 -0
- package/package/esm2020/catalog/components/option-value-input/option-value-input.component.mjs +151 -0
- package/{esm2020 → package/esm2020}/catalog/components/product-detail/product-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/product-detail/product-detail.types.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/product-list/product-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/catalog/components/product-options-editor/product-options-editor.component.mjs +0 -0
- package/package/esm2020/catalog/components/product-variants-editor/product-variants-editor.component.mjs +413 -0
- package/{esm2020 → package/esm2020}/catalog/components/product-variants-list/product-variants-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/product-variants-table/product-variants-table.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/components/variant-price-detail/variant-price-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/product-detail/product-detail.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/product-detail/replace-last.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/routing/asset-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/routing/collection-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/routing/facet-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/routing/product-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/providers/routing/product-variants-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/catalog/vendure-admin-ui-catalog.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/app.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/app.component.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/app.config.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/base-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/base-entity-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/base-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/component-registry-types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/deactivate-aware.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/detail-breadcrumb.mjs +0 -0
- package/package/esm2020/core/common/generated-types.mjs +983 -0
- package/{esm2020 → package/esm2020}/core/common/introspection-result-wrapper.mjs +0 -0
- package/package/esm2020/core/common/introspection-result.mjs +195 -0
- package/{esm2020 → package/esm2020}/core/common/single-search-selection-model.mjs +0 -0
- package/package/esm2020/core/common/utilities/configurable-operation-utils.mjs +105 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/create-updated-translatable.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/find-translation.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/flatten-facet-values.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/get-default-ui-language.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/interpolate-description.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/selection-manager.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/utilities/string-to-color.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/common/version.mjs +2 -2
- package/{esm2020 → package/esm2020}/core/components/app-shell/app-shell.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/breadcrumb/breadcrumb.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/channel-switcher/channel-switcher.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/components/main-nav/main-nav.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/notification/notification.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/overlay-host/overlay-host.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/theme-switcher/theme-switcher.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/components/user-menu/user-menu.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/core.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/check-jobs-link.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/client-state/client-defaults.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/client-state/client-resolvers.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/data.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/administrator-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/auth-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/client-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/collection-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/customer-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/facet-definitions.mjs +0 -0
- package/package/esm2020/core/data/definitions/order-definitions.mjs +472 -0
- package/package/esm2020/core/data/definitions/product-definitions.mjs +745 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/promotion-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/settings-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/shared-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/definitions/shipping-definitions.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/omit-typename-link.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/administrator-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/auth-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/base-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/client-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/collection-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/customer-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/facet-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/fetch-adapter.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/interceptor.mjs +0 -0
- package/package/esm2020/core/data/providers/order-data.service.mjs +105 -0
- package/package/esm2020/core/data/providers/product-data.service.mjs +243 -0
- package/{esm2020 → package/esm2020}/core/data/providers/promotion-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/settings-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/providers/shipping-method-data.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/query-result.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/server-config.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/utils/add-custom-fields.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/utils/get-server-location.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/utils/remove-readonly-custom-fields.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/data/utils/transform-relation-custom-field-inputs.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/auth/auth.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/component-registry/component-registry.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/custom-detail-component/custom-detail-component-types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/custom-detail-component/custom-detail-component.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/custom-field-component/custom-field-component.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/dashboard-widget-types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/dashboard-widget.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/register-dashboard-widget.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/guard/auth.guard.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/health-check/health-check.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/i18n/custom-http-loader.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/i18n/custom-message-format-compiler.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/i18n/i18n.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/job-queue/job-queue.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/local-storage/local-storage.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/modal/modal.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/modal/modal.types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/nav-builder/nav-builder-types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/nav-builder/nav-builder.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/notification/notification.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/providers/overlay-host/overlay-host.service.mjs +0 -0
- package/package/esm2020/core/public_api.mjs +236 -0
- package/{esm2020 → package/esm2020}/core/shared/components/action-bar/action-bar.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/action-bar-items/action-bar-items.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/address-form/address-form.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/affixed-input/affixed-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-file-input/asset-file-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-gallery/asset-gallery.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-gallery/asset-gallery.types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-preview/asset-preview.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/asset-preview-links/asset-preview-links.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/asset-search-input/asset-search-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/channel-assignment-control/channel-assignment-control.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/channel-badge/channel-badge.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/chip/chip.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/configurable-input/configurable-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/currency-input/currency-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/custom-field-control/custom-field-control.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/customer-label/customer-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/data-table/data-table-column.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/data-table/data-table.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/constants.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/datetime-picker.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/datetime-picker.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/types.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown-item.directive.mjs +0 -0
- package/package/esm2020/core/shared/components/dropdown/dropdown-menu.component.mjs +130 -0
- package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown-trigger.directive.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/empty-placeholder/empty-placeholder.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/entity-info/entity-info.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host-config.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/extension-host/host-external-frame.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/facet-value-chip/facet-value-chip.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/focal-point-control/focal-point-control.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/form-field/form-field-control.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/form-field/form-field.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/form-item/form-item.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/formatted-address/formatted-address.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/help-tooltip/help-tooltip.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/history-entry-detail/history-entry-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/items-per-page-controls/items-per-page-controls.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/labeled-data/labeled-data.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/language-selector/language-selector.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-buttons.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-component-outlet.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-title.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/modal-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/object-tree/object-tree.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/order-state-label/order-state-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/pagination-controls/pagination-controls.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/product-search-input/product-search-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +3 -3
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +0 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.mjs +136 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.mjs +46 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/custom-nodes.mjs +57 -0
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/inputrules.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/keymap.mjs +0 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +69 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +41 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.mjs +12 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +247 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.mjs +16 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.mjs +100 -0
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.mjs +0 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.mjs +96 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.mjs +166 -0
- package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +141 -0
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/types.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/utils.mjs +0 -0
- package/package/esm2020/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.mjs +59 -0
- package/package/esm2020/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +105 -0
- package/{esm2020 → package/esm2020}/core/shared/components/select-toggle/select-toggle.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/simple-dialog/simple-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/status-badge/status-badge.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/table-row-action/table-row-action.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/tag-selector/tag-selector.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/timeline-entry/timeline-entry.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/title-input/title-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/components/ui-extension-point/ui-extension-point.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/core/shared/directives/disabled.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/directives/if-default-channel-active.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/directives/if-directive-base.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/directives/if-multichannel.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/directives/if-permissions.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +0 -0
- package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +57 -0
- package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.mjs +63 -0
- package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +85 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +0 -0
- package/package/esm2020/core/shared/dynamic-form-inputs/register-dynamic-input-components.mjs +136 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/asset-preview.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/channel-label.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/custom-field-label.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/duration.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/file-size.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/has-permission.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-base.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-currency-name.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-currency.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-date.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-language-name.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/locale-region-name.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/sentence-case.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/sort.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/state-i18n-token.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/string-to-color.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/pipes/time-ago.pipe.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/shared/providers/routing/can-deactivate-detail-guard.mjs +0 -0
- package/package/esm2020/core/shared/shared.module.mjs +552 -0
- package/{esm2020 → package/esm2020}/core/validators/unicode-pattern.validator.mjs +0 -0
- package/{esm2020 → package/esm2020}/core/vendure-admin-ui-core.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/address-card/address-card.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/customer/components/address-detail-dialog/address-detail-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/customer-detail/customer-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/customer-group-list/customer-group-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/customer/components/customer-group-member-list/customer-group-member-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/customer-history/customer-history.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/customer/components/customer-list/customer-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/customer/components/customer-status-label/customer-status-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/customer.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/customer.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/providers/routing/customer-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/customer/vendure-admin-ui-customer.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/components/dashboard/dashboard.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/dashboard/components/dashboard-widget/dashboard-widget.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/dashboard.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/dashboard.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/default-widgets.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/vendure-admin-ui-dashboard.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/widgets/order-summary-widget/order-summary-widget.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/widgets/test-widget/test-widget.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/dashboard/widgets/welcome-widget/welcome-widget.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/components/login/login.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/login.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/login.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/providers/login.guard.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/login/vendure-admin-ui-login.mjs +0 -0
- package/{esm2020 → package/esm2020}/marketing/components/promotion-detail/promotion-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/marketing/components/promotion-list/promotion-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/marketing/marketing.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/marketing/marketing.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/marketing/providers/routing/promotion-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/marketing/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/marketing/vendure-admin-ui-marketing.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +6 -2
- package/{esm2020 → package/esm2020}/order/components/fulfillment-card/fulfillment-card.component.mjs +1 -1
- package/package/esm2020/order/components/fulfillment-detail/fulfillment-detail.component.mjs +53 -0
- package/{esm2020 → package/esm2020}/order/components/fulfillment-state-label/fulfillment-state-label.component.mjs +0 -0
- package/package/esm2020/order/components/line-fulfillment/line-fulfillment.component.mjs +54 -0
- package/{esm2020 → package/esm2020}/order/components/line-refunds/line-refunds.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/modification-detail/modification-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-custom-fields-card/order-custom-fields-card.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-detail/order-detail.component.mjs +49 -21
- package/{esm2020 → package/esm2020}/order/components/order-editor/order-editor.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-history/order-history.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/order/components/order-list/order-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-payment-card/order-payment-card.component.mjs +3 -3
- package/{esm2020 → package/esm2020}/order/components/order-process-graph/constants.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-edge.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-graph.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-node.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-process-graph/types.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-process-graph-dialog/order-process-graph-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/order-table/order-table.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/order/components/payment-detail/payment-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/payment-state-label/payment-state-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/refund-order-dialog/refund-order-dialog.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/order/components/refund-state-label/refund-state-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/components/simple-item-list/simple-item-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/order.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/order.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/providers/order-transition.service.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/providers/routing/order-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/order/vendure-admin-ui-order.mjs +0 -0
- package/{esm2020 → package/esm2020}/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/admin-detail/admin-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/administrator-list/administrator-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/channel-detail/channel-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/channel-list/channel-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/country-detail/country-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/country-list/country-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/global-settings/global-settings.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/payment-method-detail/payment-method-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/payment-method-list/payment-method-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/permission-grid/permission-grid.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/profile/profile.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/role-detail/role-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/role-list/role-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/shipping-method-list/shipping-method-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/shipping-method-test-result/shipping-method-test-result.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/tax-category-detail/tax-category-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/tax-category-list/tax-category-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/tax-rate-list/tax-rate-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/test-address-form/test-address-form.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/test-order-builder/test-order-builder.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/zone-detail-dialog/zone-detail-dialog.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/zone-list/zone-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-controls.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-list-header.directive.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-list.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/administrator-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/channel-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/country-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/global-settings-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/payment-method-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/profile-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/role-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/shipping-method-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/tax-category-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/providers/routing/tax-rate-resolver.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/settings.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/settings.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/settings/vendure-admin-ui-settings.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/components/health-check/health-check.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/components/job-list/job-list.component.mjs +1 -1
- package/{esm2020 → package/esm2020}/system/components/job-state-label/job-state-label.component.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/public_api.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/system.module.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/system.routes.mjs +0 -0
- package/{esm2020 → package/esm2020}/system/vendure-admin-ui-system.mjs +0 -0
- package/{esm2020 → package/esm2020}/vendure-admin-ui.mjs +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-catalog.mjs +192 -28
- package/package/fesm2015/vendure-admin-ui-catalog.mjs.map +1 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-core.mjs +1948 -1159
- package/package/fesm2015/vendure-admin-ui-core.mjs.map +1 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-customer.mjs +4 -4
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-customer.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-dashboard.mjs +1 -1
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-dashboard.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.mjs +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.mjs +2 -2
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-order.mjs +75 -65
- package/package/fesm2015/vendure-admin-ui-order.mjs.map +1 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-settings.mjs +11 -11
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-settings.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-system.mjs +1 -1
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui-system.mjs.map +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui.mjs +0 -0
- package/{fesm2015 → package/fesm2015}/vendure-admin-ui.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-catalog.mjs +185 -28
- package/package/fesm2020/vendure-admin-ui-catalog.mjs.map +1 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-core.mjs +1943 -1161
- package/package/fesm2020/vendure-admin-ui-core.mjs.map +1 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-customer.mjs +4 -4
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-customer.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-dashboard.mjs +1 -1
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-dashboard.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-login.mjs +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-login.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-marketing.mjs +2 -2
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-marketing.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-order.mjs +73 -64
- package/package/fesm2020/vendure-admin-ui-order.mjs.map +1 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-settings.mjs +11 -11
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-settings.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-system.mjs +1 -1
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui-system.mjs.map +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui.mjs +0 -0
- package/{fesm2020 → package/fesm2020}/vendure-admin-ui.mjs.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/{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/{order → package/order}/components/add-manual-payment-dialog/add-manual-payment-dialog.component.d.ts +0 -0
- package/{order → package/order}/components/cancel-order-dialog/cancel-order-dialog.component.d.ts +0 -0
- package/{order → package/order}/components/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/{order → package/order}/components/order-editor/order-editor.component.d.ts +0 -0
- package/{order → package/order}/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +0 -0
- package/{order → package/order}/components/order-history/order-history.component.d.ts +0 -0
- package/{order → package/order}/components/order-list/order-list.component.d.ts +0 -0
- package/{order → package/order}/components/order-payment-card/order-payment-card.component.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph/constants.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph/order-process-edge.component.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph/order-process-graph.component.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph/order-process-node.component.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph/types.d.ts +0 -0
- package/{order → package/order}/components/order-process-graph-dialog/order-process-graph-dialog.component.d.ts +0 -0
- package/{order → package/order}/components/order-state-select-dialog/order-state-select-dialog.component.d.ts +0 -0
- package/{order → package/order}/components/order-table/order-table.component.d.ts +0 -0
- package/{order → package/order}/components/payment-detail/payment-detail.component.d.ts +0 -0
- package/{order → package/order}/components/payment-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/{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/{order → package/order}/providers/routing/order-resolver.d.ts +0 -0
- package/{order → package/order}/public_api.d.ts +0 -0
- package/{order → package/order}/vendure-admin-ui-order.d.ts +0 -0
- package/package/package.json +143 -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/{settings → package/settings}/components/zone-member-list/zone-member-list.component.d.ts +0 -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/{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/{static → package/static}/i18n-messages/cs.json +2 -1
- package/{static → package/static}/i18n-messages/de.json +2 -1
- package/{static → package/static}/i18n-messages/en.json +3 -1
- package/{static → package/static}/i18n-messages/es.json +2 -1
- package/{static → package/static}/i18n-messages/fr.json +2 -1
- package/{static → package/static}/i18n-messages/it.json +2 -1
- package/{static → package/static}/i18n-messages/pl.json +2 -1
- package/{static → package/static}/i18n-messages/pt_BR.json +2 -1
- package/{static → package/static}/i18n-messages/pt_PT.json +2 -1
- package/{static → package/static}/i18n-messages/ru.json +2 -1
- package/{static → package/static}/i18n-messages/uk.json +2 -1
- package/{static → package/static}/i18n-messages/zh_Hans.json +2 -1
- package/{static → package/static}/i18n-messages/zh_Hant.json +2 -1
- package/{static → package/static}/index.html +0 -0
- package/{static → package/static}/polyfills.ts +0 -0
- package/{static → package/static}/styles/_mixins.scss +0 -0
- package/{static → package/static}/styles/_variables.scss +0 -0
- package/{static → package/static}/styles/global/_forms.scss +0 -0
- package/{static → package/static}/styles/global/_overrides.scss +0 -0
- package/{static → package/static}/styles/global/_sass-overrides.scss +0 -0
- package/{static → package/static}/styles/global/_utilities.scss +1 -0
- package/{static → package/static}/styles/styles.scss +0 -0
- package/{static → package/static}/styles/theme/dark.scss +0 -0
- package/{static → package/static}/styles/theme/default.scss +0 -0
- package/{static → package/static}/styles/ui-extension-theme.scss +0 -0
- package/{static → package/static}/theme.min.css +1 -1
- 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/{vendure-admin-ui.d.ts → package/vendure-admin-ui.d.ts} +0 -0
- package/package.json +58 -105
- package/tsconfig.json +61 -0
- package/tsconfig.lib.json +26 -0
- package/tsconfig.lib.prod.json +14 -0
- package/tslint.json +33 -0
- package/vendure-admin-ui-2.0.0-next.14.tgz +0 -0
- package/LICENSE +0 -9
- package/core/common/version.d.ts +0 -1
- 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/menu-common.d.ts +0 -4
- package/esm2020/catalog/components/generate-product-variants/generate-product-variants.component.mjs +0 -79
- package/esm2020/catalog/components/option-value-input/option-value-input.component.mjs +0 -97
- package/esm2020/catalog/components/product-variants-editor/product-variants-editor.component.mjs +0 -318
- package/esm2020/core/common/generated-types.mjs +0 -982
- package/esm2020/core/common/introspection-result.mjs +0 -259
- package/esm2020/core/common/utilities/configurable-operation-utils.mjs +0 -102
- package/esm2020/core/data/definitions/order-definitions.mjs +0 -458
- package/esm2020/core/data/definitions/product-definitions.mjs +0 -737
- package/esm2020/core/data/providers/order-data.service.mjs +0 -100
- package/esm2020/core/data/providers/product-data.service.mjs +0 -240
- package/esm2020/core/public_api.mjs +0 -226
- package/esm2020/core/shared/components/dropdown/dropdown-menu.component.mjs +0 -127
- package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/images.mjs +0 -36
- package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +0 -69
- package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +0 -20
- package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +0 -192
- package/esm2020/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +0 -112
- package/esm2020/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +0 -93
- package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +0 -120
- package/esm2020/core/shared/dynamic-form-inputs/register-dynamic-input-components.mjs +0 -134
- package/esm2020/core/shared/shared.module.mjs +0 -540
- package/esm2020/order/components/fulfillment-detail/fulfillment-detail.component.mjs +0 -62
- package/esm2020/order/components/line-fulfillment/line-fulfillment.component.mjs +0 -68
- package/fesm2015/vendure-admin-ui-catalog.mjs.map +0 -1
- package/fesm2015/vendure-admin-ui-core.mjs.map +0 -1
- package/fesm2015/vendure-admin-ui-order.mjs.map +0 -1
- package/fesm2020/vendure-admin-ui-catalog.mjs.map +0 -1
- package/fesm2020/vendure-admin-ui-core.mjs.map +0 -1
- package/fesm2020/vendure-admin-ui-order.mjs.map +0 -1
|
@@ -1,458 +0,0 @@
|
|
|
1
|
-
import { gql } from 'apollo-angular';
|
|
2
|
-
import { ERROR_RESULT_FRAGMENT } from './shared-definitions';
|
|
3
|
-
export const DISCOUNT_FRAGMENT = gql `
|
|
4
|
-
fragment Discount on Discount {
|
|
5
|
-
adjustmentSource
|
|
6
|
-
amount
|
|
7
|
-
amountWithTax
|
|
8
|
-
description
|
|
9
|
-
type
|
|
10
|
-
}
|
|
11
|
-
`;
|
|
12
|
-
export const REFUND_FRAGMENT = gql `
|
|
13
|
-
fragment Refund on Refund {
|
|
14
|
-
id
|
|
15
|
-
state
|
|
16
|
-
items
|
|
17
|
-
shipping
|
|
18
|
-
adjustment
|
|
19
|
-
transactionId
|
|
20
|
-
paymentId
|
|
21
|
-
}
|
|
22
|
-
`;
|
|
23
|
-
export const ORDER_ADDRESS_FRAGMENT = gql `
|
|
24
|
-
fragment OrderAddress on OrderAddress {
|
|
25
|
-
fullName
|
|
26
|
-
company
|
|
27
|
-
streetLine1
|
|
28
|
-
streetLine2
|
|
29
|
-
city
|
|
30
|
-
province
|
|
31
|
-
postalCode
|
|
32
|
-
country
|
|
33
|
-
countryCode
|
|
34
|
-
phoneNumber
|
|
35
|
-
}
|
|
36
|
-
`;
|
|
37
|
-
export const ORDER_FRAGMENT = gql `
|
|
38
|
-
fragment Order on Order {
|
|
39
|
-
id
|
|
40
|
-
createdAt
|
|
41
|
-
updatedAt
|
|
42
|
-
orderPlacedAt
|
|
43
|
-
code
|
|
44
|
-
state
|
|
45
|
-
nextStates
|
|
46
|
-
total
|
|
47
|
-
totalWithTax
|
|
48
|
-
currencyCode
|
|
49
|
-
customer {
|
|
50
|
-
id
|
|
51
|
-
firstName
|
|
52
|
-
lastName
|
|
53
|
-
}
|
|
54
|
-
shippingLines {
|
|
55
|
-
shippingMethod {
|
|
56
|
-
name
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
}
|
|
60
|
-
`;
|
|
61
|
-
export const FULFILLMENT_FRAGMENT = gql `
|
|
62
|
-
fragment Fulfillment on Fulfillment {
|
|
63
|
-
id
|
|
64
|
-
state
|
|
65
|
-
nextStates
|
|
66
|
-
createdAt
|
|
67
|
-
updatedAt
|
|
68
|
-
method
|
|
69
|
-
orderItems {
|
|
70
|
-
id
|
|
71
|
-
}
|
|
72
|
-
trackingCode
|
|
73
|
-
}
|
|
74
|
-
`;
|
|
75
|
-
export const ORDER_LINE_FRAGMENT = gql `
|
|
76
|
-
fragment OrderLine on OrderLine {
|
|
77
|
-
id
|
|
78
|
-
featuredAsset {
|
|
79
|
-
preview
|
|
80
|
-
}
|
|
81
|
-
productVariant {
|
|
82
|
-
id
|
|
83
|
-
name
|
|
84
|
-
sku
|
|
85
|
-
trackInventory
|
|
86
|
-
stockOnHand
|
|
87
|
-
}
|
|
88
|
-
discounts {
|
|
89
|
-
...Discount
|
|
90
|
-
}
|
|
91
|
-
unitPrice
|
|
92
|
-
unitPriceWithTax
|
|
93
|
-
proratedUnitPrice
|
|
94
|
-
proratedUnitPriceWithTax
|
|
95
|
-
quantity
|
|
96
|
-
items {
|
|
97
|
-
id
|
|
98
|
-
unitPrice
|
|
99
|
-
unitPriceWithTax
|
|
100
|
-
taxRate
|
|
101
|
-
refundId
|
|
102
|
-
cancelled
|
|
103
|
-
fulfillment {
|
|
104
|
-
...Fulfillment
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
linePrice
|
|
108
|
-
lineTax
|
|
109
|
-
linePriceWithTax
|
|
110
|
-
discountedLinePrice
|
|
111
|
-
discountedLinePriceWithTax
|
|
112
|
-
}
|
|
113
|
-
`;
|
|
114
|
-
export const ORDER_DETAIL_FRAGMENT = gql `
|
|
115
|
-
fragment OrderDetail on Order {
|
|
116
|
-
id
|
|
117
|
-
createdAt
|
|
118
|
-
updatedAt
|
|
119
|
-
code
|
|
120
|
-
state
|
|
121
|
-
nextStates
|
|
122
|
-
active
|
|
123
|
-
couponCodes
|
|
124
|
-
customer {
|
|
125
|
-
id
|
|
126
|
-
firstName
|
|
127
|
-
lastName
|
|
128
|
-
}
|
|
129
|
-
lines {
|
|
130
|
-
...OrderLine
|
|
131
|
-
}
|
|
132
|
-
surcharges {
|
|
133
|
-
id
|
|
134
|
-
sku
|
|
135
|
-
description
|
|
136
|
-
price
|
|
137
|
-
priceWithTax
|
|
138
|
-
taxRate
|
|
139
|
-
}
|
|
140
|
-
discounts {
|
|
141
|
-
...Discount
|
|
142
|
-
}
|
|
143
|
-
promotions {
|
|
144
|
-
id
|
|
145
|
-
couponCode
|
|
146
|
-
}
|
|
147
|
-
subTotal
|
|
148
|
-
subTotalWithTax
|
|
149
|
-
total
|
|
150
|
-
totalWithTax
|
|
151
|
-
currencyCode
|
|
152
|
-
shipping
|
|
153
|
-
shippingWithTax
|
|
154
|
-
shippingLines {
|
|
155
|
-
shippingMethod {
|
|
156
|
-
id
|
|
157
|
-
code
|
|
158
|
-
name
|
|
159
|
-
fulfillmentHandlerCode
|
|
160
|
-
description
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
taxSummary {
|
|
164
|
-
description
|
|
165
|
-
taxBase
|
|
166
|
-
taxRate
|
|
167
|
-
taxTotal
|
|
168
|
-
}
|
|
169
|
-
shippingAddress {
|
|
170
|
-
...OrderAddress
|
|
171
|
-
}
|
|
172
|
-
billingAddress {
|
|
173
|
-
...OrderAddress
|
|
174
|
-
}
|
|
175
|
-
payments {
|
|
176
|
-
id
|
|
177
|
-
createdAt
|
|
178
|
-
transactionId
|
|
179
|
-
amount
|
|
180
|
-
method
|
|
181
|
-
state
|
|
182
|
-
nextStates
|
|
183
|
-
errorMessage
|
|
184
|
-
metadata
|
|
185
|
-
refunds {
|
|
186
|
-
id
|
|
187
|
-
createdAt
|
|
188
|
-
state
|
|
189
|
-
items
|
|
190
|
-
adjustment
|
|
191
|
-
total
|
|
192
|
-
paymentId
|
|
193
|
-
reason
|
|
194
|
-
transactionId
|
|
195
|
-
method
|
|
196
|
-
metadata
|
|
197
|
-
orderItems {
|
|
198
|
-
id
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
fulfillments {
|
|
203
|
-
...Fulfillment
|
|
204
|
-
}
|
|
205
|
-
modifications {
|
|
206
|
-
id
|
|
207
|
-
createdAt
|
|
208
|
-
isSettled
|
|
209
|
-
priceChange
|
|
210
|
-
note
|
|
211
|
-
payment {
|
|
212
|
-
id
|
|
213
|
-
amount
|
|
214
|
-
}
|
|
215
|
-
orderItems {
|
|
216
|
-
id
|
|
217
|
-
}
|
|
218
|
-
refund {
|
|
219
|
-
id
|
|
220
|
-
paymentId
|
|
221
|
-
total
|
|
222
|
-
}
|
|
223
|
-
surcharges {
|
|
224
|
-
id
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
${DISCOUNT_FRAGMENT}
|
|
229
|
-
${ORDER_ADDRESS_FRAGMENT}
|
|
230
|
-
${FULFILLMENT_FRAGMENT}
|
|
231
|
-
${ORDER_LINE_FRAGMENT}
|
|
232
|
-
`;
|
|
233
|
-
export const GET_ORDERS_LIST = gql `
|
|
234
|
-
query GetOrderList($options: OrderListOptions) {
|
|
235
|
-
orders(options: $options) {
|
|
236
|
-
items {
|
|
237
|
-
...Order
|
|
238
|
-
}
|
|
239
|
-
totalItems
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
${ORDER_FRAGMENT}
|
|
243
|
-
`;
|
|
244
|
-
export const GET_ORDER = gql `
|
|
245
|
-
query GetOrder($id: ID!) {
|
|
246
|
-
order(id: $id) {
|
|
247
|
-
...OrderDetail
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
${ORDER_DETAIL_FRAGMENT}
|
|
251
|
-
`;
|
|
252
|
-
export const SETTLE_PAYMENT = gql `
|
|
253
|
-
mutation SettlePayment($id: ID!) {
|
|
254
|
-
settlePayment(id: $id) {
|
|
255
|
-
... on Payment {
|
|
256
|
-
id
|
|
257
|
-
transactionId
|
|
258
|
-
amount
|
|
259
|
-
method
|
|
260
|
-
state
|
|
261
|
-
metadata
|
|
262
|
-
}
|
|
263
|
-
...ErrorResult
|
|
264
|
-
... on SettlePaymentError {
|
|
265
|
-
paymentErrorMessage
|
|
266
|
-
}
|
|
267
|
-
... on PaymentStateTransitionError {
|
|
268
|
-
transitionError
|
|
269
|
-
}
|
|
270
|
-
... on OrderStateTransitionError {
|
|
271
|
-
transitionError
|
|
272
|
-
}
|
|
273
|
-
}
|
|
274
|
-
}
|
|
275
|
-
${ERROR_RESULT_FRAGMENT}
|
|
276
|
-
`;
|
|
277
|
-
export const TRANSITION_PAYMENT_TO_STATE = gql `
|
|
278
|
-
mutation TransitionPaymentToState($id: ID!, $state: String!) {
|
|
279
|
-
transitionPaymentToState(id: $id, state: $state) {
|
|
280
|
-
... on Payment {
|
|
281
|
-
id
|
|
282
|
-
transactionId
|
|
283
|
-
amount
|
|
284
|
-
method
|
|
285
|
-
state
|
|
286
|
-
metadata
|
|
287
|
-
}
|
|
288
|
-
...ErrorResult
|
|
289
|
-
... on PaymentStateTransitionError {
|
|
290
|
-
transitionError
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
}
|
|
294
|
-
${ERROR_RESULT_FRAGMENT}
|
|
295
|
-
`;
|
|
296
|
-
export const CREATE_FULFILLMENT = gql `
|
|
297
|
-
mutation CreateFulfillment($input: FulfillOrderInput!) {
|
|
298
|
-
addFulfillmentToOrder(input: $input) {
|
|
299
|
-
...Fulfillment
|
|
300
|
-
... on CreateFulfillmentError {
|
|
301
|
-
errorCode
|
|
302
|
-
message
|
|
303
|
-
fulfillmentHandlerError
|
|
304
|
-
}
|
|
305
|
-
... on FulfillmentStateTransitionError {
|
|
306
|
-
errorCode
|
|
307
|
-
message
|
|
308
|
-
transitionError
|
|
309
|
-
}
|
|
310
|
-
...ErrorResult
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
${FULFILLMENT_FRAGMENT}
|
|
314
|
-
${ERROR_RESULT_FRAGMENT}
|
|
315
|
-
`;
|
|
316
|
-
export const CANCEL_ORDER = gql `
|
|
317
|
-
mutation CancelOrder($input: CancelOrderInput!) {
|
|
318
|
-
cancelOrder(input: $input) {
|
|
319
|
-
...OrderDetail
|
|
320
|
-
...ErrorResult
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
${ORDER_DETAIL_FRAGMENT}
|
|
324
|
-
${ERROR_RESULT_FRAGMENT}
|
|
325
|
-
`;
|
|
326
|
-
export const REFUND_ORDER = gql `
|
|
327
|
-
mutation RefundOrder($input: RefundOrderInput!) {
|
|
328
|
-
refundOrder(input: $input) {
|
|
329
|
-
...Refund
|
|
330
|
-
...ErrorResult
|
|
331
|
-
}
|
|
332
|
-
}
|
|
333
|
-
${REFUND_FRAGMENT}
|
|
334
|
-
${ERROR_RESULT_FRAGMENT}
|
|
335
|
-
`;
|
|
336
|
-
export const SETTLE_REFUND = gql `
|
|
337
|
-
mutation SettleRefund($input: SettleRefundInput!) {
|
|
338
|
-
settleRefund(input: $input) {
|
|
339
|
-
...Refund
|
|
340
|
-
...ErrorResult
|
|
341
|
-
}
|
|
342
|
-
}
|
|
343
|
-
${REFUND_FRAGMENT}
|
|
344
|
-
${ERROR_RESULT_FRAGMENT}
|
|
345
|
-
`;
|
|
346
|
-
export const GET_ORDER_HISTORY = gql `
|
|
347
|
-
query GetOrderHistory($id: ID!, $options: HistoryEntryListOptions) {
|
|
348
|
-
order(id: $id) {
|
|
349
|
-
id
|
|
350
|
-
history(options: $options) {
|
|
351
|
-
totalItems
|
|
352
|
-
items {
|
|
353
|
-
id
|
|
354
|
-
type
|
|
355
|
-
createdAt
|
|
356
|
-
isPublic
|
|
357
|
-
administrator {
|
|
358
|
-
id
|
|
359
|
-
firstName
|
|
360
|
-
lastName
|
|
361
|
-
}
|
|
362
|
-
data
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
}
|
|
366
|
-
}
|
|
367
|
-
`;
|
|
368
|
-
export const ADD_NOTE_TO_ORDER = gql `
|
|
369
|
-
mutation AddNoteToOrder($input: AddNoteToOrderInput!) {
|
|
370
|
-
addNoteToOrder(input: $input) {
|
|
371
|
-
id
|
|
372
|
-
}
|
|
373
|
-
}
|
|
374
|
-
`;
|
|
375
|
-
export const UPDATE_ORDER_NOTE = gql `
|
|
376
|
-
mutation UpdateOrderNote($input: UpdateOrderNoteInput!) {
|
|
377
|
-
updateOrderNote(input: $input) {
|
|
378
|
-
id
|
|
379
|
-
data
|
|
380
|
-
isPublic
|
|
381
|
-
}
|
|
382
|
-
}
|
|
383
|
-
`;
|
|
384
|
-
export const DELETE_ORDER_NOTE = gql `
|
|
385
|
-
mutation DeleteOrderNote($id: ID!) {
|
|
386
|
-
deleteOrderNote(id: $id) {
|
|
387
|
-
result
|
|
388
|
-
message
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
`;
|
|
392
|
-
export const TRANSITION_ORDER_TO_STATE = gql `
|
|
393
|
-
mutation TransitionOrderToState($id: ID!, $state: String!) {
|
|
394
|
-
transitionOrderToState(id: $id, state: $state) {
|
|
395
|
-
...Order
|
|
396
|
-
...ErrorResult
|
|
397
|
-
... on OrderStateTransitionError {
|
|
398
|
-
transitionError
|
|
399
|
-
}
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
${ORDER_FRAGMENT}
|
|
403
|
-
${ERROR_RESULT_FRAGMENT}
|
|
404
|
-
`;
|
|
405
|
-
export const UPDATE_ORDER_CUSTOM_FIELDS = gql `
|
|
406
|
-
mutation UpdateOrderCustomFields($input: UpdateOrderInput!) {
|
|
407
|
-
setOrderCustomFields(input: $input) {
|
|
408
|
-
...Order
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
${ORDER_FRAGMENT}
|
|
412
|
-
`;
|
|
413
|
-
export const TRANSITION_FULFILLMENT_TO_STATE = gql `
|
|
414
|
-
mutation TransitionFulfillmentToState($id: ID!, $state: String!) {
|
|
415
|
-
transitionFulfillmentToState(id: $id, state: $state) {
|
|
416
|
-
...Fulfillment
|
|
417
|
-
...ErrorResult
|
|
418
|
-
... on FulfillmentStateTransitionError {
|
|
419
|
-
transitionError
|
|
420
|
-
}
|
|
421
|
-
}
|
|
422
|
-
}
|
|
423
|
-
${FULFILLMENT_FRAGMENT}
|
|
424
|
-
${ERROR_RESULT_FRAGMENT}
|
|
425
|
-
`;
|
|
426
|
-
export const GET_ORDER_SUMMARY = gql `
|
|
427
|
-
query GetOrderSummary($start: DateTime!, $end: DateTime!) {
|
|
428
|
-
orders(options: { filter: { orderPlacedAt: { between: { start: $start, end: $end } } } }) {
|
|
429
|
-
totalItems
|
|
430
|
-
items {
|
|
431
|
-
id
|
|
432
|
-
total
|
|
433
|
-
currencyCode
|
|
434
|
-
}
|
|
435
|
-
}
|
|
436
|
-
}
|
|
437
|
-
`;
|
|
438
|
-
export const MODIFY_ORDER = gql `
|
|
439
|
-
mutation ModifyOrder($input: ModifyOrderInput!) {
|
|
440
|
-
modifyOrder(input: $input) {
|
|
441
|
-
...OrderDetail
|
|
442
|
-
...ErrorResult
|
|
443
|
-
}
|
|
444
|
-
}
|
|
445
|
-
${ORDER_DETAIL_FRAGMENT}
|
|
446
|
-
${ERROR_RESULT_FRAGMENT}
|
|
447
|
-
`;
|
|
448
|
-
export const ADD_MANUAL_PAYMENT_TO_ORDER = gql `
|
|
449
|
-
mutation AddManualPayment($input: ManualPaymentInput!) {
|
|
450
|
-
addManualPaymentToOrder(input: $input) {
|
|
451
|
-
...OrderDetail
|
|
452
|
-
...ErrorResult
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
${ORDER_DETAIL_FRAGMENT}
|
|
456
|
-
${ERROR_RESULT_FRAGMENT}
|
|
457
|
-
`;
|
|
458
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoib3JkZXItZGVmaW5pdGlvbnMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9zcmMvbGliL2NvcmUvc3JjL2RhdGEvZGVmaW5pdGlvbnMvb3JkZXItZGVmaW5pdGlvbnMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDO0FBRXJDLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRTdELE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Q0FRbkMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGVBQWUsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Q0FVakMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7OztDQWF4QyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0F1QmhDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxvQkFBb0IsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Q0FhdEMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FzQ3JDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztNQWtIbEMsaUJBQWlCO01BQ2pCLHNCQUFzQjtNQUN0QixvQkFBb0I7TUFDcEIsbUJBQW1CO0NBQ3hCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7TUFTNUIsY0FBYztDQUNuQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFHLEdBQUcsQ0FBQTs7Ozs7O01BTXRCLHFCQUFxQjtDQUMxQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7TUF1QjNCLHFCQUFxQjtDQUMxQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7OztNQWlCeEMscUJBQXFCO0NBQzFCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxrQkFBa0IsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7O01BaUIvQixvQkFBb0I7TUFDcEIscUJBQXFCO0NBQzFCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsR0FBRyxDQUFBOzs7Ozs7O01BT3pCLHFCQUFxQjtNQUNyQixxQkFBcUI7Q0FDMUIsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRyxHQUFHLENBQUE7Ozs7Ozs7TUFPekIsZUFBZTtNQUNmLHFCQUFxQjtDQUMxQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sYUFBYSxHQUFHLEdBQUcsQ0FBQTs7Ozs7OztNQU8xQixlQUFlO01BQ2YscUJBQXFCO0NBQzFCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQXFCbkMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGlCQUFpQixHQUFHLEdBQUcsQ0FBQTs7Ozs7O0NBTW5DLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7O0NBUW5DLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxpQkFBaUIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Q0FPbkMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7OztNQVV0QyxjQUFjO01BQ2QscUJBQXFCO0NBQzFCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRyxHQUFHLENBQUE7Ozs7OztNQU12QyxjQUFjO0NBQ25CLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSwrQkFBK0IsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7TUFVNUMsb0JBQW9CO01BQ3BCLHFCQUFxQjtDQUMxQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0saUJBQWlCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7OztDQVduQyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLEdBQUcsQ0FBQTs7Ozs7OztNQU96QixxQkFBcUI7TUFDckIscUJBQXFCO0NBQzFCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSwyQkFBMkIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7TUFPeEMscUJBQXFCO01BQ3JCLHFCQUFxQjtDQUMxQixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgZ3FsIH0gZnJvbSAnYXBvbGxvLWFuZ3VsYXInO1xuXG5pbXBvcnQgeyBFUlJPUl9SRVNVTFRfRlJBR01FTlQgfSBmcm9tICcuL3NoYXJlZC1kZWZpbml0aW9ucyc7XG5cbmV4cG9ydCBjb25zdCBESVNDT1VOVF9GUkFHTUVOVCA9IGdxbGBcbiAgICBmcmFnbWVudCBEaXNjb3VudCBvbiBEaXNjb3VudCB7XG4gICAgICAgIGFkanVzdG1lbnRTb3VyY2VcbiAgICAgICAgYW1vdW50XG4gICAgICAgIGFtb3VudFdpdGhUYXhcbiAgICAgICAgZGVzY3JpcHRpb25cbiAgICAgICAgdHlwZVxuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBSRUZVTkRfRlJBR01FTlQgPSBncWxgXG4gICAgZnJhZ21lbnQgUmVmdW5kIG9uIFJlZnVuZCB7XG4gICAgICAgIGlkXG4gICAgICAgIHN0YXRlXG4gICAgICAgIGl0ZW1zXG4gICAgICAgIHNoaXBwaW5nXG4gICAgICAgIGFkanVzdG1lbnRcbiAgICAgICAgdHJhbnNhY3Rpb25JZFxuICAgICAgICBwYXltZW50SWRcbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgT1JERVJfQUREUkVTU19GUkFHTUVOVCA9IGdxbGBcbiAgICBmcmFnbWVudCBPcmRlckFkZHJlc3Mgb24gT3JkZXJBZGRyZXNzIHtcbiAgICAgICAgZnVsbE5hbWVcbiAgICAgICAgY29tcGFueVxuICAgICAgICBzdHJlZXRMaW5lMVxuICAgICAgICBzdHJlZXRMaW5lMlxuICAgICAgICBjaXR5XG4gICAgICAgIHByb3ZpbmNlXG4gICAgICAgIHBvc3RhbENvZGVcbiAgICAgICAgY291bnRyeVxuICAgICAgICBjb3VudHJ5Q29kZVxuICAgICAgICBwaG9uZU51bWJlclxuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBPUkRFUl9GUkFHTUVOVCA9IGdxbGBcbiAgICBmcmFnbWVudCBPcmRlciBvbiBPcmRlciB7XG4gICAgICAgIGlkXG4gICAgICAgIGNyZWF0ZWRBdFxuICAgICAgICB1cGRhdGVkQXRcbiAgICAgICAgb3JkZXJQbGFjZWRBdFxuICAgICAgICBjb2RlXG4gICAgICAgIHN0YXRlXG4gICAgICAgIG5leHRTdGF0ZXNcbiAgICAgICAgdG90YWxcbiAgICAgICAgdG90YWxXaXRoVGF4XG4gICAgICAgIGN1cnJlbmN5Q29kZVxuICAgICAgICBjdXN0b21lciB7XG4gICAgICAgICAgICBpZFxuICAgICAgICAgICAgZmlyc3ROYW1lXG4gICAgICAgICAgICBsYXN0TmFtZVxuICAgICAgICB9XG4gICAgICAgIHNoaXBwaW5nTGluZXMge1xuICAgICAgICAgICAgc2hpcHBpbmdNZXRob2Qge1xuICAgICAgICAgICAgICAgIG5hbWVcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBGVUxGSUxMTUVOVF9GUkFHTUVOVCA9IGdxbGBcbiAgICBmcmFnbWVudCBGdWxmaWxsbWVudCBvbiBGdWxmaWxsbWVudCB7XG4gICAgICAgIGlkXG4gICAgICAgIHN0YXRlXG4gICAgICAgIG5leHRTdGF0ZXNcbiAgICAgICAgY3JlYXRlZEF0XG4gICAgICAgIHVwZGF0ZWRBdFxuICAgICAgICBtZXRob2RcbiAgICAgICAgb3JkZXJJdGVtcyB7XG4gICAgICAgICAgICBpZFxuICAgICAgICB9XG4gICAgICAgIHRyYWNraW5nQ29kZVxuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBPUkRFUl9MSU5FX0ZSQUdNRU5UID0gZ3FsYFxuICAgIGZyYWdtZW50IE9yZGVyTGluZSBvbiBPcmRlckxpbmUge1xuICAgICAgICBpZFxuICAgICAgICBmZWF0dXJlZEFzc2V0IHtcbiAgICAgICAgICAgIHByZXZpZXdcbiAgICAgICAgfVxuICAgICAgICBwcm9kdWN0VmFyaWFudCB7XG4gICAgICAgICAgICBpZFxuICAgICAgICAgICAgbmFtZVxuICAgICAgICAgICAgc2t1XG4gICAgICAgICAgICB0cmFja0ludmVudG9yeVxuICAgICAgICAgICAgc3RvY2tPbkhhbmRcbiAgICAgICAgfVxuICAgICAgICBkaXNjb3VudHMge1xuICAgICAgICAgICAgLi4uRGlzY291bnRcbiAgICAgICAgfVxuICAgICAgICB1bml0UHJpY2VcbiAgICAgICAgdW5pdFByaWNlV2l0aFRheFxuICAgICAgICBwcm9yYXRlZFVuaXRQcmljZVxuICAgICAgICBwcm9yYXRlZFVuaXRQcmljZVdpdGhUYXhcbiAgICAgICAgcXVhbnRpdHlcbiAgICAgICAgaXRlbXMge1xuICAgICAgICAgICAgaWRcbiAgICAgICAgICAgIHVuaXRQcmljZVxuICAgICAgICAgICAgdW5pdFByaWNlV2l0aFRheFxuICAgICAgICAgICAgdGF4UmF0ZVxuICAgICAgICAgICAgcmVmdW5kSWRcbiAgICAgICAgICAgIGNhbmNlbGxlZFxuICAgICAgICAgICAgZnVsZmlsbG1lbnQge1xuICAgICAgICAgICAgICAgIC4uLkZ1bGZpbGxtZW50XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgbGluZVByaWNlXG4gICAgICAgIGxpbmVUYXhcbiAgICAgICAgbGluZVByaWNlV2l0aFRheFxuICAgICAgICBkaXNjb3VudGVkTGluZVByaWNlXG4gICAgICAgIGRpc2NvdW50ZWRMaW5lUHJpY2VXaXRoVGF4XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IE9SREVSX0RFVEFJTF9GUkFHTUVOVCA9IGdxbGBcbiAgICBmcmFnbWVudCBPcmRlckRldGFpbCBvbiBPcmRlciB7XG4gICAgICAgIGlkXG4gICAgICAgIGNyZWF0ZWRBdFxuICAgICAgICB1cGRhdGVkQXRcbiAgICAgICAgY29kZVxuICAgICAgICBzdGF0ZVxuICAgICAgICBuZXh0U3RhdGVzXG4gICAgICAgIGFjdGl2ZVxuICAgICAgICBjb3Vwb25Db2Rlc1xuICAgICAgICBjdXN0b21lciB7XG4gICAgICAgICAgICBpZFxuICAgICAgICAgICAgZmlyc3ROYW1lXG4gICAgICAgICAgICBsYXN0TmFtZVxuICAgICAgICB9XG4gICAgICAgIGxpbmVzIHtcbiAgICAgICAgICAgIC4uLk9yZGVyTGluZVxuICAgICAgICB9XG4gICAgICAgIHN1cmNoYXJnZXMge1xuICAgICAgICAgICAgaWRcbiAgICAgICAgICAgIHNrdVxuICAgICAgICAgICAgZGVzY3JpcHRpb25cbiAgICAgICAgICAgIHByaWNlXG4gICAgICAgICAgICBwcmljZVdpdGhUYXhcbiAgICAgICAgICAgIHRheFJhdGVcbiAgICAgICAgfVxuICAgICAgICBkaXNjb3VudHMge1xuICAgICAgICAgICAgLi4uRGlzY291bnRcbiAgICAgICAgfVxuICAgICAgICBwcm9tb3Rpb25zIHtcbiAgICAgICAgICAgIGlkXG4gICAgICAgICAgICBjb3Vwb25Db2RlXG4gICAgICAgIH1cbiAgICAgICAgc3ViVG90YWxcbiAgICAgICAgc3ViVG90YWxXaXRoVGF4XG4gICAgICAgIHRvdGFsXG4gICAgICAgIHRvdGFsV2l0aFRheFxuICAgICAgICBjdXJyZW5jeUNvZGVcbiAgICAgICAgc2hpcHBpbmdcbiAgICAgICAgc2hpcHBpbmdXaXRoVGF4XG4gICAgICAgIHNoaXBwaW5nTGluZXMge1xuICAgICAgICAgICAgc2hpcHBpbmdNZXRob2Qge1xuICAgICAgICAgICAgICAgIGlkXG4gICAgICAgICAgICAgICAgY29kZVxuICAgICAgICAgICAgICAgIG5hbWVcbiAgICAgICAgICAgICAgICBmdWxmaWxsbWVudEhhbmRsZXJDb2RlXG4gICAgICAgICAgICAgICAgZGVzY3JpcHRpb25cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICB0YXhTdW1tYXJ5IHtcbiAgICAgICAgICAgIGRlc2NyaXB0aW9uXG4gICAgICAgICAgICB0YXhCYXNlXG4gICAgICAgICAgICB0YXhSYXRlXG4gICAgICAgICAgICB0YXhUb3RhbFxuICAgICAgICB9XG4gICAgICAgIHNoaXBwaW5nQWRkcmVzcyB7XG4gICAgICAgICAgICAuLi5PcmRlckFkZHJlc3NcbiAgICAgICAgfVxuICAgICAgICBiaWxsaW5nQWRkcmVzcyB7XG4gICAgICAgICAgICAuLi5PcmRlckFkZHJlc3NcbiAgICAgICAgfVxuICAgICAgICBwYXltZW50cyB7XG4gICAgICAgICAgICBpZFxuICAgICAgICAgICAgY3JlYXRlZEF0XG4gICAgICAgICAgICB0cmFuc2FjdGlvbklkXG4gICAgICAgICAgICBhbW91bnRcbiAgICAgICAgICAgIG1ldGhvZFxuICAgICAgICAgICAgc3RhdGVcbiAgICAgICAgICAgIG5leHRTdGF0ZXNcbiAgICAgICAgICAgIGVycm9yTWVzc2FnZVxuICAgICAgICAgICAgbWV0YWRhdGFcbiAgICAgICAgICAgIHJlZnVuZHMge1xuICAgICAgICAgICAgICAgIGlkXG4gICAgICAgICAgICAgICAgY3JlYXRlZEF0XG4gICAgICAgICAgICAgICAgc3RhdGVcbiAgICAgICAgICAgICAgICBpdGVtc1xuICAgICAgICAgICAgICAgIGFkanVzdG1lbnRcbiAgICAgICAgICAgICAgICB0b3RhbFxuICAgICAgICAgICAgICAgIHBheW1lbnRJZFxuICAgICAgICAgICAgICAgIHJlYXNvblxuICAgICAgICAgICAgICAgIHRyYW5zYWN0aW9uSWRcbiAgICAgICAgICAgICAgICBtZXRob2RcbiAgICAgICAgICAgICAgICBtZXRhZGF0YVxuICAgICAgICAgICAgICAgIG9yZGVySXRlbXMge1xuICAgICAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICBmdWxmaWxsbWVudHMge1xuICAgICAgICAgICAgLi4uRnVsZmlsbG1lbnRcbiAgICAgICAgfVxuICAgICAgICBtb2RpZmljYXRpb25zIHtcbiAgICAgICAgICAgIGlkXG4gICAgICAgICAgICBjcmVhdGVkQXRcbiAgICAgICAgICAgIGlzU2V0dGxlZFxuICAgICAgICAgICAgcHJpY2VDaGFuZ2VcbiAgICAgICAgICAgIG5vdGVcbiAgICAgICAgICAgIHBheW1lbnQge1xuICAgICAgICAgICAgICAgIGlkXG4gICAgICAgICAgICAgICAgYW1vdW50XG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBvcmRlckl0ZW1zIHtcbiAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgcmVmdW5kIHtcbiAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgICAgIHBheW1lbnRJZFxuICAgICAgICAgICAgICAgIHRvdGFsXG4gICAgICAgICAgICB9XG4gICAgICAgICAgICBzdXJjaGFyZ2VzIHtcbiAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuICAgICR7RElTQ09VTlRfRlJBR01FTlR9XG4gICAgJHtPUkRFUl9BRERSRVNTX0ZSQUdNRU5UfVxuICAgICR7RlVMRklMTE1FTlRfRlJBR01FTlR9XG4gICAgJHtPUkRFUl9MSU5FX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IEdFVF9PUkRFUlNfTElTVCA9IGdxbGBcbiAgICBxdWVyeSBHZXRPcmRlckxpc3QoJG9wdGlvbnM6IE9yZGVyTGlzdE9wdGlvbnMpIHtcbiAgICAgICAgb3JkZXJzKG9wdGlvbnM6ICRvcHRpb25zKSB7XG4gICAgICAgICAgICBpdGVtcyB7XG4gICAgICAgICAgICAgICAgLi4uT3JkZXJcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIHRvdGFsSXRlbXNcbiAgICAgICAgfVxuICAgIH1cbiAgICAke09SREVSX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IEdFVF9PUkRFUiA9IGdxbGBcbiAgICBxdWVyeSBHZXRPcmRlcigkaWQ6IElEISkge1xuICAgICAgICBvcmRlcihpZDogJGlkKSB7XG4gICAgICAgICAgICAuLi5PcmRlckRldGFpbFxuICAgICAgICB9XG4gICAgfVxuICAgICR7T1JERVJfREVUQUlMX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IFNFVFRMRV9QQVlNRU5UID0gZ3FsYFxuICAgIG11dGF0aW9uIFNldHRsZVBheW1lbnQoJGlkOiBJRCEpIHtcbiAgICAgICAgc2V0dGxlUGF5bWVudChpZDogJGlkKSB7XG4gICAgICAgICAgICAuLi4gb24gUGF5bWVudCB7XG4gICAgICAgICAgICAgICAgaWRcbiAgICAgICAgICAgICAgICB0cmFuc2FjdGlvbklkXG4gICAgICAgICAgICAgICAgYW1vdW50XG4gICAgICAgICAgICAgICAgbWV0aG9kXG4gICAgICAgICAgICAgICAgc3RhdGVcbiAgICAgICAgICAgICAgICBtZXRhZGF0YVxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLi4uRXJyb3JSZXN1bHRcbiAgICAgICAgICAgIC4uLiBvbiBTZXR0bGVQYXltZW50RXJyb3Ige1xuICAgICAgICAgICAgICAgIHBheW1lbnRFcnJvck1lc3NhZ2VcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC4uLiBvbiBQYXltZW50U3RhdGVUcmFuc2l0aW9uRXJyb3Ige1xuICAgICAgICAgICAgICAgIHRyYW5zaXRpb25FcnJvclxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLi4uIG9uIE9yZGVyU3RhdGVUcmFuc2l0aW9uRXJyb3Ige1xuICAgICAgICAgICAgICAgIHRyYW5zaXRpb25FcnJvclxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IFRSQU5TSVRJT05fUEFZTUVOVF9UT19TVEFURSA9IGdxbGBcbiAgICBtdXRhdGlvbiBUcmFuc2l0aW9uUGF5bWVudFRvU3RhdGUoJGlkOiBJRCEsICRzdGF0ZTogU3RyaW5nISkge1xuICAgICAgICB0cmFuc2l0aW9uUGF5bWVudFRvU3RhdGUoaWQ6ICRpZCwgc3RhdGU6ICRzdGF0ZSkge1xuICAgICAgICAgICAgLi4uIG9uIFBheW1lbnQge1xuICAgICAgICAgICAgICAgIGlkXG4gICAgICAgICAgICAgICAgdHJhbnNhY3Rpb25JZFxuICAgICAgICAgICAgICAgIGFtb3VudFxuICAgICAgICAgICAgICAgIG1ldGhvZFxuICAgICAgICAgICAgICAgIHN0YXRlXG4gICAgICAgICAgICAgICAgbWV0YWRhdGFcbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIC4uLkVycm9yUmVzdWx0XG4gICAgICAgICAgICAuLi4gb24gUGF5bWVudFN0YXRlVHJhbnNpdGlvbkVycm9yIHtcbiAgICAgICAgICAgICAgICB0cmFuc2l0aW9uRXJyb3JcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbiAgICAke0VSUk9SX1JFU1VMVF9GUkFHTUVOVH1cbmA7XG5cbmV4cG9ydCBjb25zdCBDUkVBVEVfRlVMRklMTE1FTlQgPSBncWxgXG4gICAgbXV0YXRpb24gQ3JlYXRlRnVsZmlsbG1lbnQoJGlucHV0OiBGdWxmaWxsT3JkZXJJbnB1dCEpIHtcbiAgICAgICAgYWRkRnVsZmlsbG1lbnRUb09yZGVyKGlucHV0OiAkaW5wdXQpIHtcbiAgICAgICAgICAgIC4uLkZ1bGZpbGxtZW50XG4gICAgICAgICAgICAuLi4gb24gQ3JlYXRlRnVsZmlsbG1lbnRFcnJvciB7XG4gICAgICAgICAgICAgICAgZXJyb3JDb2RlXG4gICAgICAgICAgICAgICAgbWVzc2FnZVxuICAgICAgICAgICAgICAgIGZ1bGZpbGxtZW50SGFuZGxlckVycm9yXG4gICAgICAgICAgICB9XG4gICAgICAgICAgICAuLi4gb24gRnVsZmlsbG1lbnRTdGF0ZVRyYW5zaXRpb25FcnJvciB7XG4gICAgICAgICAgICAgICAgZXJyb3JDb2RlXG4gICAgICAgICAgICAgICAgbWVzc2FnZVxuICAgICAgICAgICAgICAgIHRyYW5zaXRpb25FcnJvclxuICAgICAgICAgICAgfVxuICAgICAgICAgICAgLi4uRXJyb3JSZXN1bHRcbiAgICAgICAgfVxuICAgIH1cbiAgICAke0ZVTEZJTExNRU5UX0ZSQUdNRU5UfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IENBTkNFTF9PUkRFUiA9IGdxbGBcbiAgICBtdXRhdGlvbiBDYW5jZWxPcmRlcigkaW5wdXQ6IENhbmNlbE9yZGVySW5wdXQhKSB7XG4gICAgICAgIGNhbmNlbE9yZGVyKGlucHV0OiAkaW5wdXQpIHtcbiAgICAgICAgICAgIC4uLk9yZGVyRGV0YWlsXG4gICAgICAgICAgICAuLi5FcnJvclJlc3VsdFxuICAgICAgICB9XG4gICAgfVxuICAgICR7T1JERVJfREVUQUlMX0ZSQUdNRU5UfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IFJFRlVORF9PUkRFUiA9IGdxbGBcbiAgICBtdXRhdGlvbiBSZWZ1bmRPcmRlcigkaW5wdXQ6IFJlZnVuZE9yZGVySW5wdXQhKSB7XG4gICAgICAgIHJlZnVuZE9yZGVyKGlucHV0OiAkaW5wdXQpIHtcbiAgICAgICAgICAgIC4uLlJlZnVuZFxuICAgICAgICAgICAgLi4uRXJyb3JSZXN1bHRcbiAgICAgICAgfVxuICAgIH1cbiAgICAke1JFRlVORF9GUkFHTUVOVH1cbiAgICAke0VSUk9SX1JFU1VMVF9GUkFHTUVOVH1cbmA7XG5cbmV4cG9ydCBjb25zdCBTRVRUTEVfUkVGVU5EID0gZ3FsYFxuICAgIG11dGF0aW9uIFNldHRsZVJlZnVuZCgkaW5wdXQ6IFNldHRsZVJlZnVuZElucHV0ISkge1xuICAgICAgICBzZXR0bGVSZWZ1bmQoaW5wdXQ6ICRpbnB1dCkge1xuICAgICAgICAgICAgLi4uUmVmdW5kXG4gICAgICAgICAgICAuLi5FcnJvclJlc3VsdFxuICAgICAgICB9XG4gICAgfVxuICAgICR7UkVGVU5EX0ZSQUdNRU5UfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IEdFVF9PUkRFUl9ISVNUT1JZID0gZ3FsYFxuICAgIHF1ZXJ5IEdldE9yZGVySGlzdG9yeSgkaWQ6IElEISwgJG9wdGlvbnM6IEhpc3RvcnlFbnRyeUxpc3RPcHRpb25zKSB7XG4gICAgICAgIG9yZGVyKGlkOiAkaWQpIHtcbiAgICAgICAgICAgIGlkXG4gICAgICAgICAgICBoaXN0b3J5KG9wdGlvbnM6ICRvcHRpb25zKSB7XG4gICAgICAgICAgICAgICAgdG90YWxJdGVtc1xuICAgICAgICAgICAgICAgIGl0ZW1zIHtcbiAgICAgICAgICAgICAgICAgICAgaWRcbiAgICAgICAgICAgICAgICAgICAgdHlwZVxuICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcbiAgICAgICAgICAgICAgICAgICAgaXNQdWJsaWNcbiAgICAgICAgICAgICAgICAgICAgYWRtaW5pc3RyYXRvciB7XG4gICAgICAgICAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgICAgICAgICAgICAgZmlyc3ROYW1lXG4gICAgICAgICAgICAgICAgICAgICAgICBsYXN0TmFtZVxuICAgICAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgICAgIGRhdGFcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgQUREX05PVEVfVE9fT1JERVIgPSBncWxgXG4gICAgbXV0YXRpb24gQWRkTm90ZVRvT3JkZXIoJGlucHV0OiBBZGROb3RlVG9PcmRlcklucHV0ISkge1xuICAgICAgICBhZGROb3RlVG9PcmRlcihpbnB1dDogJGlucHV0KSB7XG4gICAgICAgICAgICBpZFxuICAgICAgICB9XG4gICAgfVxuYDtcblxuZXhwb3J0IGNvbnN0IFVQREFURV9PUkRFUl9OT1RFID0gZ3FsYFxuICAgIG11dGF0aW9uIFVwZGF0ZU9yZGVyTm90ZSgkaW5wdXQ6IFVwZGF0ZU9yZGVyTm90ZUlucHV0ISkge1xuICAgICAgICB1cGRhdGVPcmRlck5vdGUoaW5wdXQ6ICRpbnB1dCkge1xuICAgICAgICAgICAgaWRcbiAgICAgICAgICAgIGRhdGFcbiAgICAgICAgICAgIGlzUHVibGljXG4gICAgICAgIH1cbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgREVMRVRFX09SREVSX05PVEUgPSBncWxgXG4gICAgbXV0YXRpb24gRGVsZXRlT3JkZXJOb3RlKCRpZDogSUQhKSB7XG4gICAgICAgIGRlbGV0ZU9yZGVyTm90ZShpZDogJGlkKSB7XG4gICAgICAgICAgICByZXN1bHRcbiAgICAgICAgICAgIG1lc3NhZ2VcbiAgICAgICAgfVxuICAgIH1cbmA7XG5cbmV4cG9ydCBjb25zdCBUUkFOU0lUSU9OX09SREVSX1RPX1NUQVRFID0gZ3FsYFxuICAgIG11dGF0aW9uIFRyYW5zaXRpb25PcmRlclRvU3RhdGUoJGlkOiBJRCEsICRzdGF0ZTogU3RyaW5nISkge1xuICAgICAgICB0cmFuc2l0aW9uT3JkZXJUb1N0YXRlKGlkOiAkaWQsIHN0YXRlOiAkc3RhdGUpIHtcbiAgICAgICAgICAgIC4uLk9yZGVyXG4gICAgICAgICAgICAuLi5FcnJvclJlc3VsdFxuICAgICAgICAgICAgLi4uIG9uIE9yZGVyU3RhdGVUcmFuc2l0aW9uRXJyb3Ige1xuICAgICAgICAgICAgICAgIHRyYW5zaXRpb25FcnJvclxuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuICAgICR7T1JERVJfRlJBR01FTlR9XG4gICAgJHtFUlJPUl9SRVNVTFRfRlJBR01FTlR9XG5gO1xuXG5leHBvcnQgY29uc3QgVVBEQVRFX09SREVSX0NVU1RPTV9GSUVMRFMgPSBncWxgXG4gICAgbXV0YXRpb24gVXBkYXRlT3JkZXJDdXN0b21GaWVsZHMoJGlucHV0OiBVcGRhdGVPcmRlcklucHV0ISkge1xuICAgICAgICBzZXRPcmRlckN1c3RvbUZpZWxkcyhpbnB1dDogJGlucHV0KSB7XG4gICAgICAgICAgICAuLi5PcmRlclxuICAgICAgICB9XG4gICAgfVxuICAgICR7T1JERVJfRlJBR01FTlR9XG5gO1xuXG5leHBvcnQgY29uc3QgVFJBTlNJVElPTl9GVUxGSUxMTUVOVF9UT19TVEFURSA9IGdxbGBcbiAgICBtdXRhdGlvbiBUcmFuc2l0aW9uRnVsZmlsbG1lbnRUb1N0YXRlKCRpZDogSUQhLCAkc3RhdGU6IFN0cmluZyEpIHtcbiAgICAgICAgdHJhbnNpdGlvbkZ1bGZpbGxtZW50VG9TdGF0ZShpZDogJGlkLCBzdGF0ZTogJHN0YXRlKSB7XG4gICAgICAgICAgICAuLi5GdWxmaWxsbWVudFxuICAgICAgICAgICAgLi4uRXJyb3JSZXN1bHRcbiAgICAgICAgICAgIC4uLiBvbiBGdWxmaWxsbWVudFN0YXRlVHJhbnNpdGlvbkVycm9yIHtcbiAgICAgICAgICAgICAgICB0cmFuc2l0aW9uRXJyb3JcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgIH1cbiAgICAke0ZVTEZJTExNRU5UX0ZSQUdNRU5UfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcblxuZXhwb3J0IGNvbnN0IEdFVF9PUkRFUl9TVU1NQVJZID0gZ3FsYFxuICAgIHF1ZXJ5IEdldE9yZGVyU3VtbWFyeSgkc3RhcnQ6IERhdGVUaW1lISwgJGVuZDogRGF0ZVRpbWUhKSB7XG4gICAgICAgIG9yZGVycyhvcHRpb25zOiB7IGZpbHRlcjogeyBvcmRlclBsYWNlZEF0OiB7IGJldHdlZW46IHsgc3RhcnQ6ICRzdGFydCwgZW5kOiAkZW5kIH0gfSB9IH0pIHtcbiAgICAgICAgICAgIHRvdGFsSXRlbXNcbiAgICAgICAgICAgIGl0ZW1zIHtcbiAgICAgICAgICAgICAgICBpZFxuICAgICAgICAgICAgICAgIHRvdGFsXG4gICAgICAgICAgICAgICAgY3VycmVuY3lDb2RlXG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5gO1xuXG5leHBvcnQgY29uc3QgTU9ESUZZX09SREVSID0gZ3FsYFxuICAgIG11dGF0aW9uIE1vZGlmeU9yZGVyKCRpbnB1dDogTW9kaWZ5T3JkZXJJbnB1dCEpIHtcbiAgICAgICAgbW9kaWZ5T3JkZXIoaW5wdXQ6ICRpbnB1dCkge1xuICAgICAgICAgICAgLi4uT3JkZXJEZXRhaWxcbiAgICAgICAgICAgIC4uLkVycm9yUmVzdWx0XG4gICAgICAgIH1cbiAgICB9XG4gICAgJHtPUkRFUl9ERVRBSUxfRlJBR01FTlR9XG4gICAgJHtFUlJPUl9SRVNVTFRfRlJBR01FTlR9XG5gO1xuXG5leHBvcnQgY29uc3QgQUREX01BTlVBTF9QQVlNRU5UX1RPX09SREVSID0gZ3FsYFxuICAgIG11dGF0aW9uIEFkZE1hbnVhbFBheW1lbnQoJGlucHV0OiBNYW51YWxQYXltZW50SW5wdXQhKSB7XG4gICAgICAgIGFkZE1hbnVhbFBheW1lbnRUb09yZGVyKGlucHV0OiAkaW5wdXQpIHtcbiAgICAgICAgICAgIC4uLk9yZGVyRGV0YWlsXG4gICAgICAgICAgICAuLi5FcnJvclJlc3VsdFxuICAgICAgICB9XG4gICAgfVxuICAgICR7T1JERVJfREVUQUlMX0ZSQUdNRU5UfVxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxuYDtcbiJdfQ==
|