@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,737 +0,0 @@
|
|
|
1
|
-
import { gql } from 'apollo-angular';
|
|
2
|
-
import { ERROR_RESULT_FRAGMENT } from './shared-definitions';
|
|
3
|
-
export const ASSET_FRAGMENT = gql `
|
|
4
|
-
fragment Asset on Asset {
|
|
5
|
-
id
|
|
6
|
-
createdAt
|
|
7
|
-
updatedAt
|
|
8
|
-
name
|
|
9
|
-
fileSize
|
|
10
|
-
mimeType
|
|
11
|
-
type
|
|
12
|
-
preview
|
|
13
|
-
source
|
|
14
|
-
width
|
|
15
|
-
height
|
|
16
|
-
focalPoint {
|
|
17
|
-
x
|
|
18
|
-
y
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
`;
|
|
22
|
-
export const TAG_FRAGMENT = gql `
|
|
23
|
-
fragment Tag on Tag {
|
|
24
|
-
id
|
|
25
|
-
value
|
|
26
|
-
}
|
|
27
|
-
`;
|
|
28
|
-
export const PRODUCT_OPTION_GROUP_FRAGMENT = gql `
|
|
29
|
-
fragment ProductOptionGroup on ProductOptionGroup {
|
|
30
|
-
id
|
|
31
|
-
createdAt
|
|
32
|
-
updatedAt
|
|
33
|
-
code
|
|
34
|
-
languageCode
|
|
35
|
-
name
|
|
36
|
-
translations {
|
|
37
|
-
id
|
|
38
|
-
languageCode
|
|
39
|
-
name
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
`;
|
|
43
|
-
export const PRODUCT_OPTION_FRAGMENT = gql `
|
|
44
|
-
fragment ProductOption on ProductOption {
|
|
45
|
-
id
|
|
46
|
-
createdAt
|
|
47
|
-
updatedAt
|
|
48
|
-
code
|
|
49
|
-
languageCode
|
|
50
|
-
name
|
|
51
|
-
groupId
|
|
52
|
-
translations {
|
|
53
|
-
id
|
|
54
|
-
languageCode
|
|
55
|
-
name
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
`;
|
|
59
|
-
export const PRODUCT_VARIANT_FRAGMENT = gql `
|
|
60
|
-
fragment ProductVariant on ProductVariant {
|
|
61
|
-
id
|
|
62
|
-
createdAt
|
|
63
|
-
updatedAt
|
|
64
|
-
enabled
|
|
65
|
-
languageCode
|
|
66
|
-
name
|
|
67
|
-
price
|
|
68
|
-
currencyCode
|
|
69
|
-
priceWithTax
|
|
70
|
-
stockOnHand
|
|
71
|
-
stockAllocated
|
|
72
|
-
trackInventory
|
|
73
|
-
outOfStockThreshold
|
|
74
|
-
useGlobalOutOfStockThreshold
|
|
75
|
-
taxRateApplied {
|
|
76
|
-
id
|
|
77
|
-
name
|
|
78
|
-
value
|
|
79
|
-
}
|
|
80
|
-
taxCategory {
|
|
81
|
-
id
|
|
82
|
-
name
|
|
83
|
-
}
|
|
84
|
-
sku
|
|
85
|
-
options {
|
|
86
|
-
...ProductOption
|
|
87
|
-
}
|
|
88
|
-
facetValues {
|
|
89
|
-
id
|
|
90
|
-
code
|
|
91
|
-
name
|
|
92
|
-
facet {
|
|
93
|
-
id
|
|
94
|
-
name
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
featuredAsset {
|
|
98
|
-
...Asset
|
|
99
|
-
}
|
|
100
|
-
assets {
|
|
101
|
-
...Asset
|
|
102
|
-
}
|
|
103
|
-
translations {
|
|
104
|
-
id
|
|
105
|
-
languageCode
|
|
106
|
-
name
|
|
107
|
-
}
|
|
108
|
-
channels {
|
|
109
|
-
id
|
|
110
|
-
code
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
${PRODUCT_OPTION_FRAGMENT}
|
|
114
|
-
${ASSET_FRAGMENT}
|
|
115
|
-
`;
|
|
116
|
-
export const PRODUCT_DETAIL_FRAGMENT = gql `
|
|
117
|
-
fragment ProductDetail on Product {
|
|
118
|
-
id
|
|
119
|
-
createdAt
|
|
120
|
-
updatedAt
|
|
121
|
-
enabled
|
|
122
|
-
languageCode
|
|
123
|
-
name
|
|
124
|
-
slug
|
|
125
|
-
description
|
|
126
|
-
featuredAsset {
|
|
127
|
-
...Asset
|
|
128
|
-
}
|
|
129
|
-
assets {
|
|
130
|
-
...Asset
|
|
131
|
-
}
|
|
132
|
-
translations {
|
|
133
|
-
id
|
|
134
|
-
languageCode
|
|
135
|
-
name
|
|
136
|
-
slug
|
|
137
|
-
description
|
|
138
|
-
}
|
|
139
|
-
optionGroups {
|
|
140
|
-
...ProductOptionGroup
|
|
141
|
-
}
|
|
142
|
-
facetValues {
|
|
143
|
-
id
|
|
144
|
-
code
|
|
145
|
-
name
|
|
146
|
-
facet {
|
|
147
|
-
id
|
|
148
|
-
name
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
channels {
|
|
152
|
-
id
|
|
153
|
-
code
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
${PRODUCT_OPTION_GROUP_FRAGMENT}
|
|
157
|
-
${ASSET_FRAGMENT}
|
|
158
|
-
`;
|
|
159
|
-
export const PRODUCT_OPTION_GROUP_WITH_OPTIONS_FRAGMENT = gql `
|
|
160
|
-
fragment ProductOptionGroupWithOptions on ProductOptionGroup {
|
|
161
|
-
id
|
|
162
|
-
createdAt
|
|
163
|
-
updatedAt
|
|
164
|
-
languageCode
|
|
165
|
-
code
|
|
166
|
-
name
|
|
167
|
-
translations {
|
|
168
|
-
id
|
|
169
|
-
name
|
|
170
|
-
}
|
|
171
|
-
options {
|
|
172
|
-
id
|
|
173
|
-
languageCode
|
|
174
|
-
name
|
|
175
|
-
code
|
|
176
|
-
translations {
|
|
177
|
-
name
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
`;
|
|
182
|
-
export const UPDATE_PRODUCT = gql `
|
|
183
|
-
mutation UpdateProduct($input: UpdateProductInput!, $variantListOptions: ProductVariantListOptions) {
|
|
184
|
-
updateProduct(input: $input) {
|
|
185
|
-
...ProductDetail
|
|
186
|
-
variantList(options: $variantListOptions) {
|
|
187
|
-
items {
|
|
188
|
-
...ProductVariant
|
|
189
|
-
}
|
|
190
|
-
totalItems
|
|
191
|
-
}
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
${PRODUCT_DETAIL_FRAGMENT}
|
|
195
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
196
|
-
`;
|
|
197
|
-
export const CREATE_PRODUCT = gql `
|
|
198
|
-
mutation CreateProduct($input: CreateProductInput!, $variantListOptions: ProductVariantListOptions) {
|
|
199
|
-
createProduct(input: $input) {
|
|
200
|
-
...ProductDetail
|
|
201
|
-
variantList(options: $variantListOptions) {
|
|
202
|
-
items {
|
|
203
|
-
...ProductVariant
|
|
204
|
-
}
|
|
205
|
-
totalItems
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
209
|
-
${PRODUCT_DETAIL_FRAGMENT}
|
|
210
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
211
|
-
`;
|
|
212
|
-
export const DELETE_PRODUCT = gql `
|
|
213
|
-
mutation DeleteProduct($id: ID!) {
|
|
214
|
-
deleteProduct(id: $id) {
|
|
215
|
-
result
|
|
216
|
-
message
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
`;
|
|
220
|
-
export const CREATE_PRODUCT_VARIANTS = gql `
|
|
221
|
-
mutation CreateProductVariants($input: [CreateProductVariantInput!]!) {
|
|
222
|
-
createProductVariants(input: $input) {
|
|
223
|
-
...ProductVariant
|
|
224
|
-
}
|
|
225
|
-
}
|
|
226
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
227
|
-
`;
|
|
228
|
-
export const UPDATE_PRODUCT_VARIANTS = gql `
|
|
229
|
-
mutation UpdateProductVariants($input: [UpdateProductVariantInput!]!) {
|
|
230
|
-
updateProductVariants(input: $input) {
|
|
231
|
-
...ProductVariant
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
235
|
-
`;
|
|
236
|
-
export const CREATE_PRODUCT_OPTION_GROUP = gql `
|
|
237
|
-
mutation CreateProductOptionGroup($input: CreateProductOptionGroupInput!) {
|
|
238
|
-
createProductOptionGroup(input: $input) {
|
|
239
|
-
...ProductOptionGroupWithOptions
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
${PRODUCT_OPTION_GROUP_WITH_OPTIONS_FRAGMENT}
|
|
243
|
-
`;
|
|
244
|
-
export const GET_PRODUCT_OPTION_GROUP = gql `
|
|
245
|
-
query GetProductOptionGroup($id: ID!) {
|
|
246
|
-
productOptionGroup(id: $id) {
|
|
247
|
-
...ProductOptionGroupWithOptions
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
${PRODUCT_OPTION_GROUP_WITH_OPTIONS_FRAGMENT}
|
|
251
|
-
`;
|
|
252
|
-
export const ADD_OPTION_TO_GROUP = gql `
|
|
253
|
-
mutation AddOptionToGroup($input: CreateProductOptionInput!) {
|
|
254
|
-
createProductOption(input: $input) {
|
|
255
|
-
id
|
|
256
|
-
createdAt
|
|
257
|
-
updatedAt
|
|
258
|
-
name
|
|
259
|
-
code
|
|
260
|
-
groupId
|
|
261
|
-
}
|
|
262
|
-
}
|
|
263
|
-
`;
|
|
264
|
-
export const ADD_OPTION_GROUP_TO_PRODUCT = gql `
|
|
265
|
-
mutation AddOptionGroupToProduct($productId: ID!, $optionGroupId: ID!) {
|
|
266
|
-
addOptionGroupToProduct(productId: $productId, optionGroupId: $optionGroupId) {
|
|
267
|
-
id
|
|
268
|
-
createdAt
|
|
269
|
-
updatedAt
|
|
270
|
-
optionGroups {
|
|
271
|
-
id
|
|
272
|
-
createdAt
|
|
273
|
-
updatedAt
|
|
274
|
-
code
|
|
275
|
-
options {
|
|
276
|
-
id
|
|
277
|
-
createdAt
|
|
278
|
-
updatedAt
|
|
279
|
-
code
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
`;
|
|
285
|
-
export const REMOVE_OPTION_GROUP_FROM_PRODUCT = gql `
|
|
286
|
-
mutation RemoveOptionGroupFromProduct($productId: ID!, $optionGroupId: ID!) {
|
|
287
|
-
removeOptionGroupFromProduct(productId: $productId, optionGroupId: $optionGroupId) {
|
|
288
|
-
... on Product {
|
|
289
|
-
id
|
|
290
|
-
createdAt
|
|
291
|
-
updatedAt
|
|
292
|
-
optionGroups {
|
|
293
|
-
id
|
|
294
|
-
createdAt
|
|
295
|
-
updatedAt
|
|
296
|
-
code
|
|
297
|
-
options {
|
|
298
|
-
id
|
|
299
|
-
createdAt
|
|
300
|
-
updatedAt
|
|
301
|
-
code
|
|
302
|
-
}
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
...ErrorResult
|
|
306
|
-
}
|
|
307
|
-
}
|
|
308
|
-
${ERROR_RESULT_FRAGMENT}
|
|
309
|
-
`;
|
|
310
|
-
export const GET_PRODUCT_WITH_VARIANTS = gql `
|
|
311
|
-
query GetProductWithVariants($id: ID!, $variantListOptions: ProductVariantListOptions) {
|
|
312
|
-
product(id: $id) {
|
|
313
|
-
...ProductDetail
|
|
314
|
-
variantList(options: $variantListOptions) {
|
|
315
|
-
items {
|
|
316
|
-
...ProductVariant
|
|
317
|
-
}
|
|
318
|
-
totalItems
|
|
319
|
-
}
|
|
320
|
-
}
|
|
321
|
-
}
|
|
322
|
-
${PRODUCT_DETAIL_FRAGMENT}
|
|
323
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
324
|
-
`;
|
|
325
|
-
export const GET_PRODUCT_SIMPLE = gql `
|
|
326
|
-
query GetProductSimple($id: ID!) {
|
|
327
|
-
product(id: $id) {
|
|
328
|
-
id
|
|
329
|
-
name
|
|
330
|
-
featuredAsset {
|
|
331
|
-
...Asset
|
|
332
|
-
}
|
|
333
|
-
}
|
|
334
|
-
}
|
|
335
|
-
${ASSET_FRAGMENT}
|
|
336
|
-
`;
|
|
337
|
-
export const GET_PRODUCT_LIST = gql `
|
|
338
|
-
query GetProductList($options: ProductListOptions) {
|
|
339
|
-
products(options: $options) {
|
|
340
|
-
items {
|
|
341
|
-
id
|
|
342
|
-
createdAt
|
|
343
|
-
updatedAt
|
|
344
|
-
enabled
|
|
345
|
-
languageCode
|
|
346
|
-
name
|
|
347
|
-
slug
|
|
348
|
-
featuredAsset {
|
|
349
|
-
id
|
|
350
|
-
createdAt
|
|
351
|
-
updatedAt
|
|
352
|
-
preview
|
|
353
|
-
}
|
|
354
|
-
}
|
|
355
|
-
totalItems
|
|
356
|
-
}
|
|
357
|
-
}
|
|
358
|
-
`;
|
|
359
|
-
export const GET_PRODUCT_OPTION_GROUPS = gql `
|
|
360
|
-
query GetProductOptionGroups($filterTerm: String) {
|
|
361
|
-
productOptionGroups(filterTerm: $filterTerm) {
|
|
362
|
-
id
|
|
363
|
-
createdAt
|
|
364
|
-
updatedAt
|
|
365
|
-
languageCode
|
|
366
|
-
code
|
|
367
|
-
name
|
|
368
|
-
options {
|
|
369
|
-
id
|
|
370
|
-
createdAt
|
|
371
|
-
updatedAt
|
|
372
|
-
languageCode
|
|
373
|
-
code
|
|
374
|
-
name
|
|
375
|
-
}
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
`;
|
|
379
|
-
export const GET_ASSET_LIST = gql `
|
|
380
|
-
query GetAssetList($options: AssetListOptions) {
|
|
381
|
-
assets(options: $options) {
|
|
382
|
-
items {
|
|
383
|
-
...Asset
|
|
384
|
-
tags {
|
|
385
|
-
...Tag
|
|
386
|
-
}
|
|
387
|
-
}
|
|
388
|
-
totalItems
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
${ASSET_FRAGMENT}
|
|
392
|
-
${TAG_FRAGMENT}
|
|
393
|
-
`;
|
|
394
|
-
export const GET_ASSET = gql `
|
|
395
|
-
query GetAsset($id: ID!) {
|
|
396
|
-
asset(id: $id) {
|
|
397
|
-
...Asset
|
|
398
|
-
tags {
|
|
399
|
-
...Tag
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
}
|
|
403
|
-
${ASSET_FRAGMENT}
|
|
404
|
-
${TAG_FRAGMENT}
|
|
405
|
-
`;
|
|
406
|
-
export const CREATE_ASSETS = gql `
|
|
407
|
-
mutation CreateAssets($input: [CreateAssetInput!]!) {
|
|
408
|
-
createAssets(input: $input) {
|
|
409
|
-
...Asset
|
|
410
|
-
... on Asset {
|
|
411
|
-
tags {
|
|
412
|
-
...Tag
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
... on ErrorResult {
|
|
416
|
-
message
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
}
|
|
420
|
-
${ASSET_FRAGMENT}
|
|
421
|
-
${TAG_FRAGMENT}
|
|
422
|
-
`;
|
|
423
|
-
export const UPDATE_ASSET = gql `
|
|
424
|
-
mutation UpdateAsset($input: UpdateAssetInput!) {
|
|
425
|
-
updateAsset(input: $input) {
|
|
426
|
-
...Asset
|
|
427
|
-
tags {
|
|
428
|
-
...Tag
|
|
429
|
-
}
|
|
430
|
-
}
|
|
431
|
-
}
|
|
432
|
-
${ASSET_FRAGMENT}
|
|
433
|
-
${TAG_FRAGMENT}
|
|
434
|
-
`;
|
|
435
|
-
export const DELETE_ASSETS = gql `
|
|
436
|
-
mutation DeleteAssets($input: DeleteAssetsInput!) {
|
|
437
|
-
deleteAssets(input: $input) {
|
|
438
|
-
result
|
|
439
|
-
message
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
`;
|
|
443
|
-
export const SEARCH_PRODUCTS = gql `
|
|
444
|
-
query SearchProducts($input: SearchInput!) {
|
|
445
|
-
search(input: $input) {
|
|
446
|
-
totalItems
|
|
447
|
-
items {
|
|
448
|
-
enabled
|
|
449
|
-
productId
|
|
450
|
-
productName
|
|
451
|
-
productAsset {
|
|
452
|
-
id
|
|
453
|
-
preview
|
|
454
|
-
focalPoint {
|
|
455
|
-
x
|
|
456
|
-
y
|
|
457
|
-
}
|
|
458
|
-
}
|
|
459
|
-
productVariantId
|
|
460
|
-
productVariantName
|
|
461
|
-
productVariantAsset {
|
|
462
|
-
id
|
|
463
|
-
preview
|
|
464
|
-
focalPoint {
|
|
465
|
-
x
|
|
466
|
-
y
|
|
467
|
-
}
|
|
468
|
-
}
|
|
469
|
-
sku
|
|
470
|
-
channelIds
|
|
471
|
-
}
|
|
472
|
-
facetValues {
|
|
473
|
-
count
|
|
474
|
-
facetValue {
|
|
475
|
-
id
|
|
476
|
-
createdAt
|
|
477
|
-
updatedAt
|
|
478
|
-
name
|
|
479
|
-
facet {
|
|
480
|
-
id
|
|
481
|
-
createdAt
|
|
482
|
-
updatedAt
|
|
483
|
-
name
|
|
484
|
-
}
|
|
485
|
-
}
|
|
486
|
-
}
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
`;
|
|
490
|
-
export const PRODUCT_SELECTOR_SEARCH = gql `
|
|
491
|
-
query ProductSelectorSearch($term: String!, $take: Int!) {
|
|
492
|
-
search(input: { groupByProduct: false, term: $term, take: $take }) {
|
|
493
|
-
items {
|
|
494
|
-
productVariantId
|
|
495
|
-
productVariantName
|
|
496
|
-
productAsset {
|
|
497
|
-
id
|
|
498
|
-
preview
|
|
499
|
-
focalPoint {
|
|
500
|
-
x
|
|
501
|
-
y
|
|
502
|
-
}
|
|
503
|
-
}
|
|
504
|
-
price {
|
|
505
|
-
... on SinglePrice {
|
|
506
|
-
value
|
|
507
|
-
}
|
|
508
|
-
}
|
|
509
|
-
priceWithTax {
|
|
510
|
-
... on SinglePrice {
|
|
511
|
-
value
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
sku
|
|
515
|
-
}
|
|
516
|
-
}
|
|
517
|
-
}
|
|
518
|
-
`;
|
|
519
|
-
export const UPDATE_PRODUCT_OPTION_GROUP = gql `
|
|
520
|
-
mutation UpdateProductOptionGroup($input: UpdateProductOptionGroupInput!) {
|
|
521
|
-
updateProductOptionGroup(input: $input) {
|
|
522
|
-
...ProductOptionGroup
|
|
523
|
-
}
|
|
524
|
-
}
|
|
525
|
-
${PRODUCT_OPTION_GROUP_FRAGMENT}
|
|
526
|
-
`;
|
|
527
|
-
export const UPDATE_PRODUCT_OPTION = gql `
|
|
528
|
-
mutation UpdateProductOption($input: UpdateProductOptionInput!) {
|
|
529
|
-
updateProductOption(input: $input) {
|
|
530
|
-
...ProductOption
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
${PRODUCT_OPTION_FRAGMENT}
|
|
534
|
-
`;
|
|
535
|
-
export const DELETE_PRODUCT_VARIANT = gql `
|
|
536
|
-
mutation DeleteProductVariant($id: ID!) {
|
|
537
|
-
deleteProductVariant(id: $id) {
|
|
538
|
-
result
|
|
539
|
-
message
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
`;
|
|
543
|
-
export const GET_PRODUCT_VARIANT_OPTIONS = gql `
|
|
544
|
-
query GetProductVariantOptions($id: ID!) {
|
|
545
|
-
product(id: $id) {
|
|
546
|
-
id
|
|
547
|
-
createdAt
|
|
548
|
-
updatedAt
|
|
549
|
-
name
|
|
550
|
-
optionGroups {
|
|
551
|
-
...ProductOptionGroup
|
|
552
|
-
options {
|
|
553
|
-
...ProductOption
|
|
554
|
-
}
|
|
555
|
-
}
|
|
556
|
-
variants {
|
|
557
|
-
id
|
|
558
|
-
createdAt
|
|
559
|
-
updatedAt
|
|
560
|
-
enabled
|
|
561
|
-
name
|
|
562
|
-
sku
|
|
563
|
-
price
|
|
564
|
-
stockOnHand
|
|
565
|
-
enabled
|
|
566
|
-
options {
|
|
567
|
-
id
|
|
568
|
-
createdAt
|
|
569
|
-
updatedAt
|
|
570
|
-
name
|
|
571
|
-
code
|
|
572
|
-
groupId
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
${PRODUCT_OPTION_GROUP_FRAGMENT}
|
|
578
|
-
${PRODUCT_OPTION_FRAGMENT}
|
|
579
|
-
`;
|
|
580
|
-
export const ASSIGN_PRODUCTS_TO_CHANNEL = gql `
|
|
581
|
-
mutation AssignProductsToChannel($input: AssignProductsToChannelInput!) {
|
|
582
|
-
assignProductsToChannel(input: $input) {
|
|
583
|
-
id
|
|
584
|
-
channels {
|
|
585
|
-
id
|
|
586
|
-
code
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
}
|
|
590
|
-
`;
|
|
591
|
-
export const ASSIGN_VARIANTS_TO_CHANNEL = gql `
|
|
592
|
-
mutation AssignVariantsToChannel($input: AssignProductVariantsToChannelInput!) {
|
|
593
|
-
assignProductVariantsToChannel(input: $input) {
|
|
594
|
-
id
|
|
595
|
-
channels {
|
|
596
|
-
id
|
|
597
|
-
code
|
|
598
|
-
}
|
|
599
|
-
}
|
|
600
|
-
}
|
|
601
|
-
`;
|
|
602
|
-
export const REMOVE_PRODUCTS_FROM_CHANNEL = gql `
|
|
603
|
-
mutation RemoveProductsFromChannel($input: RemoveProductsFromChannelInput!) {
|
|
604
|
-
removeProductsFromChannel(input: $input) {
|
|
605
|
-
id
|
|
606
|
-
channels {
|
|
607
|
-
id
|
|
608
|
-
code
|
|
609
|
-
}
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
`;
|
|
613
|
-
export const REMOVE_VARIANTS_FROM_CHANNEL = gql `
|
|
614
|
-
mutation RemoveVariantsFromChannel($input: RemoveProductVariantsFromChannelInput!) {
|
|
615
|
-
removeProductVariantsFromChannel(input: $input) {
|
|
616
|
-
id
|
|
617
|
-
channels {
|
|
618
|
-
id
|
|
619
|
-
code
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
}
|
|
623
|
-
`;
|
|
624
|
-
export const GET_PRODUCT_VARIANT = gql `
|
|
625
|
-
query GetProductVariant($id: ID!) {
|
|
626
|
-
productVariant(id: $id) {
|
|
627
|
-
id
|
|
628
|
-
name
|
|
629
|
-
sku
|
|
630
|
-
featuredAsset {
|
|
631
|
-
id
|
|
632
|
-
preview
|
|
633
|
-
focalPoint {
|
|
634
|
-
x
|
|
635
|
-
y
|
|
636
|
-
}
|
|
637
|
-
}
|
|
638
|
-
product {
|
|
639
|
-
id
|
|
640
|
-
featuredAsset {
|
|
641
|
-
id
|
|
642
|
-
preview
|
|
643
|
-
focalPoint {
|
|
644
|
-
x
|
|
645
|
-
y
|
|
646
|
-
}
|
|
647
|
-
}
|
|
648
|
-
}
|
|
649
|
-
}
|
|
650
|
-
}
|
|
651
|
-
`;
|
|
652
|
-
export const GET_PRODUCT_VARIANT_LIST_SIMPLE = gql `
|
|
653
|
-
query GetProductVariantListSimple($options: ProductVariantListOptions!, $productId: ID) {
|
|
654
|
-
productVariants(options: $options, productId: $productId) {
|
|
655
|
-
items {
|
|
656
|
-
id
|
|
657
|
-
name
|
|
658
|
-
sku
|
|
659
|
-
featuredAsset {
|
|
660
|
-
id
|
|
661
|
-
preview
|
|
662
|
-
focalPoint {
|
|
663
|
-
x
|
|
664
|
-
y
|
|
665
|
-
}
|
|
666
|
-
}
|
|
667
|
-
product {
|
|
668
|
-
id
|
|
669
|
-
featuredAsset {
|
|
670
|
-
id
|
|
671
|
-
preview
|
|
672
|
-
focalPoint {
|
|
673
|
-
x
|
|
674
|
-
y
|
|
675
|
-
}
|
|
676
|
-
}
|
|
677
|
-
}
|
|
678
|
-
}
|
|
679
|
-
totalItems
|
|
680
|
-
}
|
|
681
|
-
}
|
|
682
|
-
`;
|
|
683
|
-
export const GET_PRODUCT_VARIANT_LIST = gql `
|
|
684
|
-
query GetProductVariantList($options: ProductVariantListOptions!, $productId: ID) {
|
|
685
|
-
productVariants(options: $options, productId: $productId) {
|
|
686
|
-
items {
|
|
687
|
-
...ProductVariant
|
|
688
|
-
}
|
|
689
|
-
totalItems
|
|
690
|
-
}
|
|
691
|
-
}
|
|
692
|
-
${PRODUCT_VARIANT_FRAGMENT}
|
|
693
|
-
`;
|
|
694
|
-
export const GET_TAG_LIST = gql `
|
|
695
|
-
query GetTagList($options: TagListOptions) {
|
|
696
|
-
tags(options: $options) {
|
|
697
|
-
items {
|
|
698
|
-
...Tag
|
|
699
|
-
}
|
|
700
|
-
totalItems
|
|
701
|
-
}
|
|
702
|
-
}
|
|
703
|
-
${TAG_FRAGMENT}
|
|
704
|
-
`;
|
|
705
|
-
export const GET_TAG = gql `
|
|
706
|
-
query GetTag($id: ID!) {
|
|
707
|
-
tag(id: $id) {
|
|
708
|
-
...Tag
|
|
709
|
-
}
|
|
710
|
-
}
|
|
711
|
-
${TAG_FRAGMENT}
|
|
712
|
-
`;
|
|
713
|
-
export const CREATE_TAG = gql `
|
|
714
|
-
mutation CreateTag($input: CreateTagInput!) {
|
|
715
|
-
createTag(input: $input) {
|
|
716
|
-
...Tag
|
|
717
|
-
}
|
|
718
|
-
}
|
|
719
|
-
${TAG_FRAGMENT}
|
|
720
|
-
`;
|
|
721
|
-
export const UPDATE_TAG = gql `
|
|
722
|
-
mutation UpdateTag($input: UpdateTagInput!) {
|
|
723
|
-
updateTag(input: $input) {
|
|
724
|
-
...Tag
|
|
725
|
-
}
|
|
726
|
-
}
|
|
727
|
-
${TAG_FRAGMENT}
|
|
728
|
-
`;
|
|
729
|
-
export const DELETE_TAG = gql `
|
|
730
|
-
mutation DeleteTag($id: ID!) {
|
|
731
|
-
deleteTag(id: $id) {
|
|
732
|
-
message
|
|
733
|
-
result
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
`;
|
|
737
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJvZHVjdC1kZWZpbml0aW9ucy5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3NyYy9saWIvY29yZS9zcmMvZGF0YS9kZWZpbml0aW9ucy9wcm9kdWN0LWRlZmluaXRpb25zLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxHQUFHLEVBQUUsTUFBTSxnQkFBZ0IsQ0FBQztBQUVyQyxPQUFPLEVBQUUscUJBQXFCLEVBQUUsTUFBTSxzQkFBc0IsQ0FBQztBQUU3RCxNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FrQmhDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxZQUFZLEdBQUcsR0FBRyxDQUFBOzs7OztDQUs5QixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sNkJBQTZCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7OztDQWMvQyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Q0FlekMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHdCQUF3QixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O01Bc0RyQyx1QkFBdUI7TUFDdkIsY0FBYztDQUNuQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O01Bd0NwQyw2QkFBNkI7TUFDN0IsY0FBYztDQUNuQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sMENBQTBDLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBc0I1RCxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sY0FBYyxHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7O01BWTNCLHVCQUF1QjtNQUN2Qix3QkFBd0I7Q0FDN0IsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7OztNQVkzQix1QkFBdUI7TUFDdkIsd0JBQXdCO0NBQzdCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxjQUFjLEdBQUcsR0FBRyxDQUFBOzs7Ozs7O0NBT2hDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSx1QkFBdUIsR0FBRyxHQUFHLENBQUE7Ozs7OztNQU1wQyx3QkFBd0I7Q0FDN0IsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHVCQUF1QixHQUFHLEdBQUcsQ0FBQTs7Ozs7O01BTXBDLHdCQUF3QjtDQUM3QixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7TUFNeEMsMENBQTBDO0NBQy9DLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSx3QkFBd0IsR0FBRyxHQUFHLENBQUE7Ozs7OztNQU1yQywwQ0FBMEM7Q0FDL0MsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Q0FXckMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLDJCQUEyQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FvQjdDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxnQ0FBZ0MsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O01BdUI3QyxxQkFBcUI7Q0FDMUIsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7O01BWXRDLHVCQUF1QjtNQUN2Qix3QkFBd0I7Q0FDN0IsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGtCQUFrQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7OztNQVUvQixjQUFjO0NBQ25CLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxnQkFBZ0IsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQXFCbEMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHlCQUF5QixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7OztDQW1CM0MsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLGNBQWMsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7OztNQVkzQixjQUFjO01BQ2QsWUFBWTtDQUNqQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sU0FBUyxHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7O01BU3RCLGNBQWM7TUFDZCxZQUFZO0NBQ2pCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7OztNQWMxQixjQUFjO01BQ2QsWUFBWTtDQUNqQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sWUFBWSxHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7O01BU3pCLGNBQWM7TUFDZCxZQUFZO0NBQ2pCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxhQUFhLEdBQUcsR0FBRyxDQUFBOzs7Ozs7O0NBTy9CLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxlQUFlLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBOENqQyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sdUJBQXVCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBNEJ6QyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7TUFNeEMsNkJBQTZCO0NBQ2xDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxxQkFBcUIsR0FBRyxHQUFHLENBQUE7Ozs7OztNQU1sQyx1QkFBdUI7Q0FDNUIsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLHNCQUFzQixHQUFHLEdBQUcsQ0FBQTs7Ozs7OztDQU94QyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sMkJBQTJCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O01Ba0N4Qyw2QkFBNkI7TUFDN0IsdUJBQXVCO0NBQzVCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSwwQkFBMEIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Q0FVNUMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLDBCQUEwQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7OztDQVU1QyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sNEJBQTRCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7O0NBVTlDLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSw0QkFBNEIsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7Ozs7Q0FVOUMsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLG1CQUFtQixHQUFHLEdBQUcsQ0FBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBMkJyQyxDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sK0JBQStCLEdBQUcsR0FBRyxDQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0E4QmpELENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSx3QkFBd0IsR0FBRyxHQUFHLENBQUE7Ozs7Ozs7OztNQVNyQyx3QkFBd0I7Q0FDN0IsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLFlBQVksR0FBRyxHQUFHLENBQUE7Ozs7Ozs7OztNQVN6QixZQUFZO0NBQ2pCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxPQUFPLEdBQUcsR0FBRyxDQUFBOzs7Ozs7TUFNcEIsWUFBWTtDQUNqQixDQUFDO0FBRUYsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHLEdBQUcsQ0FBQTs7Ozs7O01BTXZCLFlBQVk7Q0FDakIsQ0FBQztBQUVGLE1BQU0sQ0FBQyxNQUFNLFVBQVUsR0FBRyxHQUFHLENBQUE7Ozs7OztNQU12QixZQUFZO0NBQ2pCLENBQUM7QUFFRixNQUFNLENBQUMsTUFBTSxVQUFVLEdBQUcsR0FBRyxDQUFBOzs7Ozs7O0NBTzVCLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBncWwgfSBmcm9tICdhcG9sbG8tYW5ndWxhcic7XHJcblxyXG5pbXBvcnQgeyBFUlJPUl9SRVNVTFRfRlJBR01FTlQgfSBmcm9tICcuL3NoYXJlZC1kZWZpbml0aW9ucyc7XHJcblxyXG5leHBvcnQgY29uc3QgQVNTRVRfRlJBR01FTlQgPSBncWxgXHJcbiAgICBmcmFnbWVudCBBc3NldCBvbiBBc3NldCB7XHJcbiAgICAgICAgaWRcclxuICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICBuYW1lXHJcbiAgICAgICAgZmlsZVNpemVcclxuICAgICAgICBtaW1lVHlwZVxyXG4gICAgICAgIHR5cGVcclxuICAgICAgICBwcmV2aWV3XHJcbiAgICAgICAgc291cmNlXHJcbiAgICAgICAgd2lkdGhcclxuICAgICAgICBoZWlnaHRcclxuICAgICAgICBmb2NhbFBvaW50IHtcclxuICAgICAgICAgICAgeFxyXG4gICAgICAgICAgICB5XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFRBR19GUkFHTUVOVCA9IGdxbGBcclxuICAgIGZyYWdtZW50IFRhZyBvbiBUYWcge1xyXG4gICAgICAgIGlkXHJcbiAgICAgICAgdmFsdWVcclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBQUk9EVUNUX09QVElPTl9HUk9VUF9GUkFHTUVOVCA9IGdxbGBcclxuICAgIGZyYWdtZW50IFByb2R1Y3RPcHRpb25Hcm91cCBvbiBQcm9kdWN0T3B0aW9uR3JvdXAge1xyXG4gICAgICAgIGlkXHJcbiAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgdXBkYXRlZEF0XHJcbiAgICAgICAgY29kZVxyXG4gICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgIG5hbWVcclxuICAgICAgICB0cmFuc2xhdGlvbnMge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBsYW5ndWFnZUNvZGVcclxuICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBQUk9EVUNUX09QVElPTl9GUkFHTUVOVCA9IGdxbGBcclxuICAgIGZyYWdtZW50IFByb2R1Y3RPcHRpb24gb24gUHJvZHVjdE9wdGlvbiB7XHJcbiAgICAgICAgaWRcclxuICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICBjb2RlXHJcbiAgICAgICAgbGFuZ3VhZ2VDb2RlXHJcbiAgICAgICAgbmFtZVxyXG4gICAgICAgIGdyb3VwSWRcclxuICAgICAgICB0cmFuc2xhdGlvbnMge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBsYW5ndWFnZUNvZGVcclxuICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBQUk9EVUNUX1ZBUklBTlRfRlJBR01FTlQgPSBncWxgXHJcbiAgICBmcmFnbWVudCBQcm9kdWN0VmFyaWFudCBvbiBQcm9kdWN0VmFyaWFudCB7XHJcbiAgICAgICAgaWRcclxuICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICBlbmFibGVkXHJcbiAgICAgICAgbGFuZ3VhZ2VDb2RlXHJcbiAgICAgICAgbmFtZVxyXG4gICAgICAgIHByaWNlXHJcbiAgICAgICAgY3VycmVuY3lDb2RlXHJcbiAgICAgICAgcHJpY2VXaXRoVGF4XHJcbiAgICAgICAgc3RvY2tPbkhhbmRcclxuICAgICAgICBzdG9ja0FsbG9jYXRlZFxyXG4gICAgICAgIHRyYWNrSW52ZW50b3J5XHJcbiAgICAgICAgb3V0T2ZTdG9ja1RocmVzaG9sZFxyXG4gICAgICAgIHVzZUdsb2JhbE91dE9mU3RvY2tUaHJlc2hvbGRcclxuICAgICAgICB0YXhSYXRlQXBwbGllZCB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgdmFsdWVcclxuICAgICAgICB9XHJcbiAgICAgICAgdGF4Q2F0ZWdvcnkge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgfVxyXG4gICAgICAgIHNrdVxyXG4gICAgICAgIG9wdGlvbnMge1xyXG4gICAgICAgICAgICAuLi5Qcm9kdWN0T3B0aW9uXHJcbiAgICAgICAgfVxyXG4gICAgICAgIGZhY2V0VmFsdWVzIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIGZhY2V0IHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgZmVhdHVyZWRBc3NldCB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGFzc2V0cyB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRyYW5zbGF0aW9ucyB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgfVxyXG4gICAgICAgIGNoYW5uZWxzIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgY29kZVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7UFJPRFVDVF9PUFRJT05fRlJBR01FTlR9XHJcbiAgICAke0FTU0VUX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFBST0RVQ1RfREVUQUlMX0ZSQUdNRU5UID0gZ3FsYFxyXG4gICAgZnJhZ21lbnQgUHJvZHVjdERldGFpbCBvbiBQcm9kdWN0IHtcclxuICAgICAgICBpZFxyXG4gICAgICAgIGNyZWF0ZWRBdFxyXG4gICAgICAgIHVwZGF0ZWRBdFxyXG4gICAgICAgIGVuYWJsZWRcclxuICAgICAgICBsYW5ndWFnZUNvZGVcclxuICAgICAgICBuYW1lXHJcbiAgICAgICAgc2x1Z1xyXG4gICAgICAgIGRlc2NyaXB0aW9uXHJcbiAgICAgICAgZmVhdHVyZWRBc3NldCB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgfVxyXG4gICAgICAgIGFzc2V0cyB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgfVxyXG4gICAgICAgIHRyYW5zbGF0aW9ucyB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIHNsdWdcclxuICAgICAgICAgICAgZGVzY3JpcHRpb25cclxuICAgICAgICB9XHJcbiAgICAgICAgb3B0aW9uR3JvdXBzIHtcclxuICAgICAgICAgICAgLi4uUHJvZHVjdE9wdGlvbkdyb3VwXHJcbiAgICAgICAgfVxyXG4gICAgICAgIGZhY2V0VmFsdWVzIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIGZhY2V0IHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICAgICAgY2hhbm5lbHMge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9EVUNUX09QVElPTl9HUk9VUF9GUkFHTUVOVH1cclxuICAgICR7QVNTRVRfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgUFJPRFVDVF9PUFRJT05fR1JPVVBfV0lUSF9PUFRJT05TX0ZSQUdNRU5UID0gZ3FsYFxyXG4gICAgZnJhZ21lbnQgUHJvZHVjdE9wdGlvbkdyb3VwV2l0aE9wdGlvbnMgb24gUHJvZHVjdE9wdGlvbkdyb3VwIHtcclxuICAgICAgICBpZFxyXG4gICAgICAgIGNyZWF0ZWRBdFxyXG4gICAgICAgIHVwZGF0ZWRBdFxyXG4gICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgIGNvZGVcclxuICAgICAgICBuYW1lXHJcbiAgICAgICAgdHJhbnNsYXRpb25zIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgIH1cclxuICAgICAgICBvcHRpb25zIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgbGFuZ3VhZ2VDb2RlXHJcbiAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICB0cmFuc2xhdGlvbnMge1xyXG4gICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFVQREFURV9QUk9EVUNUID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gVXBkYXRlUHJvZHVjdCgkaW5wdXQ6IFVwZGF0ZVByb2R1Y3RJbnB1dCEsICR2YXJpYW50TGlzdE9wdGlvbnM6IFByb2R1Y3RWYXJpYW50TGlzdE9wdGlvbnMpIHtcclxuICAgICAgICB1cGRhdGVQcm9kdWN0KGlucHV0OiAkaW5wdXQpIHtcclxuICAgICAgICAgICAgLi4uUHJvZHVjdERldGFpbFxyXG4gICAgICAgICAgICB2YXJpYW50TGlzdChvcHRpb25zOiAkdmFyaWFudExpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICAgICAgLi4uUHJvZHVjdFZhcmlhbnRcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIHRvdGFsSXRlbXNcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7UFJPRFVDVF9ERVRBSUxfRlJBR01FTlR9XHJcbiAgICAke1BST0RVQ1RfVkFSSUFOVF9GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBDUkVBVEVfUFJPRFVDVCA9IGdxbGBcclxuICAgIG11dGF0aW9uIENyZWF0ZVByb2R1Y3QoJGlucHV0OiBDcmVhdGVQcm9kdWN0SW5wdXQhLCAkdmFyaWFudExpc3RPcHRpb25zOiBQcm9kdWN0VmFyaWFudExpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgY3JlYXRlUHJvZHVjdChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIC4uLlByb2R1Y3REZXRhaWxcclxuICAgICAgICAgICAgdmFyaWFudExpc3Qob3B0aW9uczogJHZhcmlhbnRMaXN0T3B0aW9ucykge1xyXG4gICAgICAgICAgICAgICAgaXRlbXMge1xyXG4gICAgICAgICAgICAgICAgICAgIC4uLlByb2R1Y3RWYXJpYW50XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1BST0RVQ1RfREVUQUlMX0ZSQUdNRU5UfVxyXG4gICAgJHtQUk9EVUNUX1ZBUklBTlRfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgREVMRVRFX1BST0RVQ1QgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBEZWxldGVQcm9kdWN0KCRpZDogSUQhKSB7XHJcbiAgICAgICAgZGVsZXRlUHJvZHVjdChpZDogJGlkKSB7XHJcbiAgICAgICAgICAgIHJlc3VsdFxyXG4gICAgICAgICAgICBtZXNzYWdlXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IENSRUFURV9QUk9EVUNUX1ZBUklBTlRTID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gQ3JlYXRlUHJvZHVjdFZhcmlhbnRzKCRpbnB1dDogW0NyZWF0ZVByb2R1Y3RWYXJpYW50SW5wdXQhXSEpIHtcclxuICAgICAgICBjcmVhdGVQcm9kdWN0VmFyaWFudHMoaW5wdXQ6ICRpbnB1dCkge1xyXG4gICAgICAgICAgICAuLi5Qcm9kdWN0VmFyaWFudFxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7UFJPRFVDVF9WQVJJQU5UX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFVQREFURV9QUk9EVUNUX1ZBUklBTlRTID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gVXBkYXRlUHJvZHVjdFZhcmlhbnRzKCRpbnB1dDogW1VwZGF0ZVByb2R1Y3RWYXJpYW50SW5wdXQhXSEpIHtcclxuICAgICAgICB1cGRhdGVQcm9kdWN0VmFyaWFudHMoaW5wdXQ6ICRpbnB1dCkge1xyXG4gICAgICAgICAgICAuLi5Qcm9kdWN0VmFyaWFudFxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7UFJPRFVDVF9WQVJJQU5UX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IENSRUFURV9QUk9EVUNUX09QVElPTl9HUk9VUCA9IGdxbGBcclxuICAgIG11dGF0aW9uIENyZWF0ZVByb2R1Y3RPcHRpb25Hcm91cCgkaW5wdXQ6IENyZWF0ZVByb2R1Y3RPcHRpb25Hcm91cElucHV0ISkge1xyXG4gICAgICAgIGNyZWF0ZVByb2R1Y3RPcHRpb25Hcm91cChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIC4uLlByb2R1Y3RPcHRpb25Hcm91cFdpdGhPcHRpb25zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9EVUNUX09QVElPTl9HUk9VUF9XSVRIX09QVElPTlNfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgR0VUX1BST0RVQ1RfT1BUSU9OX0dST1VQID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0UHJvZHVjdE9wdGlvbkdyb3VwKCRpZDogSUQhKSB7XHJcbiAgICAgICAgcHJvZHVjdE9wdGlvbkdyb3VwKGlkOiAkaWQpIHtcclxuICAgICAgICAgICAgLi4uUHJvZHVjdE9wdGlvbkdyb3VwV2l0aE9wdGlvbnNcclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1BST0RVQ1RfT1BUSU9OX0dST1VQX1dJVEhfT1BUSU9OU19GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBBRERfT1BUSU9OX1RPX0dST1VQID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gQWRkT3B0aW9uVG9Hcm91cCgkaW5wdXQ6IENyZWF0ZVByb2R1Y3RPcHRpb25JbnB1dCEpIHtcclxuICAgICAgICBjcmVhdGVQcm9kdWN0T3B0aW9uKGlucHV0OiAkaW5wdXQpIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgICAgIHVwZGF0ZWRBdFxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIGNvZGVcclxuICAgICAgICAgICAgZ3JvdXBJZFxyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBBRERfT1BUSU9OX0dST1VQX1RPX1BST0RVQ1QgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBBZGRPcHRpb25Hcm91cFRvUHJvZHVjdCgkcHJvZHVjdElkOiBJRCEsICRvcHRpb25Hcm91cElkOiBJRCEpIHtcclxuICAgICAgICBhZGRPcHRpb25Hcm91cFRvUHJvZHVjdChwcm9kdWN0SWQ6ICRwcm9kdWN0SWQsIG9wdGlvbkdyb3VwSWQ6ICRvcHRpb25Hcm91cElkKSB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGNyZWF0ZWRBdFxyXG4gICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgb3B0aW9uR3JvdXBzIHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgIHVwZGF0ZWRBdFxyXG4gICAgICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICAgICAgb3B0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgUkVNT1ZFX09QVElPTl9HUk9VUF9GUk9NX1BST0RVQ1QgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBSZW1vdmVPcHRpb25Hcm91cEZyb21Qcm9kdWN0KCRwcm9kdWN0SWQ6IElEISwgJG9wdGlvbkdyb3VwSWQ6IElEISkge1xyXG4gICAgICAgIHJlbW92ZU9wdGlvbkdyb3VwRnJvbVByb2R1Y3QocHJvZHVjdElkOiAkcHJvZHVjdElkLCBvcHRpb25Hcm91cElkOiAkb3B0aW9uR3JvdXBJZCkge1xyXG4gICAgICAgICAgICAuLi4gb24gUHJvZHVjdCB7XHJcbiAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgIG9wdGlvbkdyb3VwcyB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgICAgICAgICAgb3B0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICAgICAgICAgIGNyZWF0ZWRBdFxyXG4gICAgICAgICAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAuLi5FcnJvclJlc3VsdFxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7RVJST1JfUkVTVUxUX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9QUk9EVUNUX1dJVEhfVkFSSUFOVFMgPSBncWxgXHJcbiAgICBxdWVyeSBHZXRQcm9kdWN0V2l0aFZhcmlhbnRzKCRpZDogSUQhLCAkdmFyaWFudExpc3RPcHRpb25zOiBQcm9kdWN0VmFyaWFudExpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgcHJvZHVjdChpZDogJGlkKSB7XHJcbiAgICAgICAgICAgIC4uLlByb2R1Y3REZXRhaWxcclxuICAgICAgICAgICAgdmFyaWFudExpc3Qob3B0aW9uczogJHZhcmlhbnRMaXN0T3B0aW9ucykge1xyXG4gICAgICAgICAgICAgICAgaXRlbXMge1xyXG4gICAgICAgICAgICAgICAgICAgIC4uLlByb2R1Y3RWYXJpYW50XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1BST0RVQ1RfREVUQUlMX0ZSQUdNRU5UfVxyXG4gICAgJHtQUk9EVUNUX1ZBUklBTlRfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgR0VUX1BST0RVQ1RfU0lNUExFID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0UHJvZHVjdFNpbXBsZSgkaWQ6IElEISkge1xyXG4gICAgICAgIHByb2R1Y3QoaWQ6ICRpZCkge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgIGZlYXR1cmVkQXNzZXQge1xyXG4gICAgICAgICAgICAgICAgLi4uQXNzZXRcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7QVNTRVRfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgR0VUX1BST0RVQ1RfTElTVCA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldFByb2R1Y3RMaXN0KCRvcHRpb25zOiBQcm9kdWN0TGlzdE9wdGlvbnMpIHtcclxuICAgICAgICBwcm9kdWN0cyhvcHRpb25zOiAkb3B0aW9ucykge1xyXG4gICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgIGVuYWJsZWRcclxuICAgICAgICAgICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICAgICAgc2x1Z1xyXG4gICAgICAgICAgICAgICAgZmVhdHVyZWRBc3NldCB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICBwcmV2aWV3XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgdG90YWxJdGVtc1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBHRVRfUFJPRFVDVF9PUFRJT05fR1JPVVBTID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0UHJvZHVjdE9wdGlvbkdyb3VwcygkZmlsdGVyVGVybTogU3RyaW5nKSB7XHJcbiAgICAgICAgcHJvZHVjdE9wdGlvbkdyb3VwcyhmaWx0ZXJUZXJtOiAkZmlsdGVyVGVybSkge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgdXBkYXRlZEF0XHJcbiAgICAgICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgb3B0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgIGxhbmd1YWdlQ29kZVxyXG4gICAgICAgICAgICAgICAgY29kZVxyXG4gICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9BU1NFVF9MSVNUID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0QXNzZXRMaXN0KCRvcHRpb25zOiBBc3NldExpc3RPcHRpb25zKSB7XHJcbiAgICAgICAgYXNzZXRzKG9wdGlvbnM6ICRvcHRpb25zKSB7XHJcbiAgICAgICAgICAgIGl0ZW1zIHtcclxuICAgICAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgICAgICAgICB0YWdzIHtcclxuICAgICAgICAgICAgICAgICAgICAuLi5UYWdcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtBU1NFVF9GUkFHTUVOVH1cclxuICAgICR7VEFHX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9BU1NFVCA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldEFzc2V0KCRpZDogSUQhKSB7XHJcbiAgICAgICAgYXNzZXQoaWQ6ICRpZCkge1xyXG4gICAgICAgICAgICAuLi5Bc3NldFxyXG4gICAgICAgICAgICB0YWdzIHtcclxuICAgICAgICAgICAgICAgIC4uLlRhZ1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtBU1NFVF9GUkFHTUVOVH1cclxuICAgICR7VEFHX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IENSRUFURV9BU1NFVFMgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBDcmVhdGVBc3NldHMoJGlucHV0OiBbQ3JlYXRlQXNzZXRJbnB1dCFdISkge1xyXG4gICAgICAgIGNyZWF0ZUFzc2V0cyhpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgICAgIC4uLiBvbiBBc3NldCB7XHJcbiAgICAgICAgICAgICAgICB0YWdzIHtcclxuICAgICAgICAgICAgICAgICAgICAuLi5UYWdcclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAuLi4gb24gRXJyb3JSZXN1bHQge1xyXG4gICAgICAgICAgICAgICAgbWVzc2FnZVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtBU1NFVF9GUkFHTUVOVH1cclxuICAgICR7VEFHX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFVQREFURV9BU1NFVCA9IGdxbGBcclxuICAgIG11dGF0aW9uIFVwZGF0ZUFzc2V0KCRpbnB1dDogVXBkYXRlQXNzZXRJbnB1dCEpIHtcclxuICAgICAgICB1cGRhdGVBc3NldChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIC4uLkFzc2V0XHJcbiAgICAgICAgICAgIHRhZ3Mge1xyXG4gICAgICAgICAgICAgICAgLi4uVGFnXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke0FTU0VUX0ZSQUdNRU5UfVxyXG4gICAgJHtUQUdfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgREVMRVRFX0FTU0VUUyA9IGdxbGBcclxuICAgIG11dGF0aW9uIERlbGV0ZUFzc2V0cygkaW5wdXQ6IERlbGV0ZUFzc2V0c0lucHV0ISkge1xyXG4gICAgICAgIGRlbGV0ZUFzc2V0cyhpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIHJlc3VsdFxyXG4gICAgICAgICAgICBtZXNzYWdlXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFNFQVJDSF9QUk9EVUNUUyA9IGdxbGBcclxuICAgIHF1ZXJ5IFNlYXJjaFByb2R1Y3RzKCRpbnB1dDogU2VhcmNoSW5wdXQhKSB7XHJcbiAgICAgICAgc2VhcmNoKGlucHV0OiAkaW5wdXQpIHtcclxuICAgICAgICAgICAgdG90YWxJdGVtc1xyXG4gICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICBlbmFibGVkXHJcbiAgICAgICAgICAgICAgICBwcm9kdWN0SWRcclxuICAgICAgICAgICAgICAgIHByb2R1Y3ROYW1lXHJcbiAgICAgICAgICAgICAgICBwcm9kdWN0QXNzZXQge1xyXG4gICAgICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICAgICAgcHJldmlld1xyXG4gICAgICAgICAgICAgICAgICAgIGZvY2FsUG9pbnQge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB4XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHlcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICBwcm9kdWN0VmFyaWFudElkXHJcbiAgICAgICAgICAgICAgICBwcm9kdWN0VmFyaWFudE5hbWVcclxuICAgICAgICAgICAgICAgIHByb2R1Y3RWYXJpYW50QXNzZXQge1xyXG4gICAgICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICAgICAgcHJldmlld1xyXG4gICAgICAgICAgICAgICAgICAgIGZvY2FsUG9pbnQge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB4XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHlcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICBza3VcclxuICAgICAgICAgICAgICAgIGNoYW5uZWxJZHNcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICBmYWNldFZhbHVlcyB7XHJcbiAgICAgICAgICAgICAgICBjb3VudFxyXG4gICAgICAgICAgICAgICAgZmFjZXRWYWx1ZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICB1cGRhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICBuYW1lXHJcbiAgICAgICAgICAgICAgICAgICAgZmFjZXQge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgICAgICAgICAgdXBkYXRlZEF0XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgUFJPRFVDVF9TRUxFQ1RPUl9TRUFSQ0ggPSBncWxgXHJcbiAgICBxdWVyeSBQcm9kdWN0U2VsZWN0b3JTZWFyY2goJHRlcm06IFN0cmluZyEsICR0YWtlOiBJbnQhKSB7XHJcbiAgICAgICAgc2VhcmNoKGlucHV0OiB7IGdyb3VwQnlQcm9kdWN0OiBmYWxzZSwgdGVybTogJHRlcm0sIHRha2U6ICR0YWtlIH0pIHtcclxuICAgICAgICAgICAgaXRlbXMge1xyXG4gICAgICAgICAgICAgICAgcHJvZHVjdFZhcmlhbnRJZFxyXG4gICAgICAgICAgICAgICAgcHJvZHVjdFZhcmlhbnROYW1lXHJcbiAgICAgICAgICAgICAgICBwcm9kdWN0QXNzZXQge1xyXG4gICAgICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICAgICAgcHJldmlld1xyXG4gICAgICAgICAgICAgICAgICAgIGZvY2FsUG9pbnQge1xyXG4gICAgICAgICAgICAgICAgICAgICAgICB4XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHlcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICBwcmljZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgLi4uIG9uIFNpbmdsZVByaWNlIHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgdmFsdWVcclxuICAgICAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgICAgICBwcmljZVdpdGhUYXgge1xyXG4gICAgICAgICAgICAgICAgICAgIC4uLiBvbiBTaW5nbGVQcmljZSB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHZhbHVlXHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgc2t1XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgVVBEQVRFX1BST0RVQ1RfT1BUSU9OX0dST1VQID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gVXBkYXRlUHJvZHVjdE9wdGlvbkdyb3VwKCRpbnB1dDogVXBkYXRlUHJvZHVjdE9wdGlvbkdyb3VwSW5wdXQhKSB7XHJcbiAgICAgICAgdXBkYXRlUHJvZHVjdE9wdGlvbkdyb3VwKGlucHV0OiAkaW5wdXQpIHtcclxuICAgICAgICAgICAgLi4uUHJvZHVjdE9wdGlvbkdyb3VwXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9EVUNUX09QVElPTl9HUk9VUF9GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBVUERBVEVfUFJPRFVDVF9PUFRJT04gPSBncWxgXHJcbiAgICBtdXRhdGlvbiBVcGRhdGVQcm9kdWN0T3B0aW9uKCRpbnB1dDogVXBkYXRlUHJvZHVjdE9wdGlvbklucHV0ISkge1xyXG4gICAgICAgIHVwZGF0ZVByb2R1Y3RPcHRpb24oaW5wdXQ6ICRpbnB1dCkge1xyXG4gICAgICAgICAgICAuLi5Qcm9kdWN0T3B0aW9uXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9EVUNUX09QVElPTl9GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBERUxFVEVfUFJPRFVDVF9WQVJJQU5UID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gRGVsZXRlUHJvZHVjdFZhcmlhbnQoJGlkOiBJRCEpIHtcclxuICAgICAgICBkZWxldGVQcm9kdWN0VmFyaWFudChpZDogJGlkKSB7XHJcbiAgICAgICAgICAgIHJlc3VsdFxyXG4gICAgICAgICAgICBtZXNzYWdlXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9QUk9EVUNUX1ZBUklBTlRfT1BUSU9OUyA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldFByb2R1Y3RWYXJpYW50T3B0aW9ucygkaWQ6IElEISkge1xyXG4gICAgICAgIHByb2R1Y3QoaWQ6ICRpZCkge1xyXG4gICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgdXBkYXRlZEF0XHJcbiAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgb3B0aW9uR3JvdXBzIHtcclxuICAgICAgICAgICAgICAgIC4uLlByb2R1Y3RPcHRpb25Hcm91cFxyXG4gICAgICAgICAgICAgICAgb3B0aW9ucyB7XHJcbiAgICAgICAgICAgICAgICAgICAgLi4uUHJvZHVjdE9wdGlvblxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIHZhcmlhbnRzIHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBjcmVhdGVkQXRcclxuICAgICAgICAgICAgICAgIHVwZGF0ZWRBdFxyXG4gICAgICAgICAgICAgICAgZW5hYmxlZFxyXG4gICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICAgICAgc2t1XHJcbiAgICAgICAgICAgICAgICBwcmljZVxyXG4gICAgICAgICAgICAgICAgc3RvY2tPbkhhbmRcclxuICAgICAgICAgICAgICAgIGVuYWJsZWRcclxuICAgICAgICAgICAgICAgIG9wdGlvbnMge1xyXG4gICAgICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICAgICAgY3JlYXRlZEF0XHJcbiAgICAgICAgICAgICAgICAgICAgdXBkYXRlZEF0XHJcbiAgICAgICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICAgICAgICAgIGNvZGVcclxuICAgICAgICAgICAgICAgICAgICBncm91cElkXHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1BST0RVQ1RfT1BUSU9OX0dST1VQX0ZSQUdNRU5UfVxyXG4gICAgJHtQUk9EVUNUX09QVElPTl9GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBBU1NJR05fUFJPRFVDVFNfVE9fQ0hBTk5FTCA9IGdxbGBcclxuICAgIG11dGF0aW9uIEFzc2lnblByb2R1Y3RzVG9DaGFubmVsKCRpbnB1dDogQXNzaWduUHJvZHVjdHNUb0NoYW5uZWxJbnB1dCEpIHtcclxuICAgICAgICBhc3NpZ25Qcm9kdWN0c1RvQ2hhbm5lbChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGNoYW5uZWxzIHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgQVNTSUdOX1ZBUklBTlRTX1RPX0NIQU5ORUwgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBBc3NpZ25WYXJpYW50c1RvQ2hhbm5lbCgkaW5wdXQ6IEFzc2lnblByb2R1Y3RWYXJpYW50c1RvQ2hhbm5lbElucHV0ISkge1xyXG4gICAgICAgIGFzc2lnblByb2R1Y3RWYXJpYW50c1RvQ2hhbm5lbChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGNoYW5uZWxzIHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgUkVNT1ZFX1BST0RVQ1RTX0ZST01fQ0hBTk5FTCA9IGdxbGBcclxuICAgIG11dGF0aW9uIFJlbW92ZVByb2R1Y3RzRnJvbUNoYW5uZWwoJGlucHV0OiBSZW1vdmVQcm9kdWN0c0Zyb21DaGFubmVsSW5wdXQhKSB7XHJcbiAgICAgICAgcmVtb3ZlUHJvZHVjdHNGcm9tQ2hhbm5lbChpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIGNoYW5uZWxzIHtcclxuICAgICAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgICAgICBjb2RlXHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgUkVNT1ZFX1ZBUklBTlRTX0ZST01fQ0hBTk5FTCA9IGdxbGBcclxuICAgIG11dGF0aW9uIFJlbW92ZVZhcmlhbnRzRnJvbUNoYW5uZWwoJGlucHV0OiBSZW1vdmVQcm9kdWN0VmFyaWFudHNGcm9tQ2hhbm5lbElucHV0ISkge1xyXG4gICAgICAgIHJlbW92ZVByb2R1Y3RWYXJpYW50c0Zyb21DaGFubmVsKGlucHV0OiAkaW5wdXQpIHtcclxuICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgY2hhbm5lbHMge1xyXG4gICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgIGNvZGVcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBHRVRfUFJPRFVDVF9WQVJJQU5UID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0UHJvZHVjdFZhcmlhbnQoJGlkOiBJRCEpIHtcclxuICAgICAgICBwcm9kdWN0VmFyaWFudChpZDogJGlkKSB7XHJcbiAgICAgICAgICAgIGlkXHJcbiAgICAgICAgICAgIG5hbWVcclxuICAgICAgICAgICAgc2t1XHJcbiAgICAgICAgICAgIGZlYXR1cmVkQXNzZXQge1xyXG4gICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgIHByZXZpZXdcclxuICAgICAgICAgICAgICAgIGZvY2FsUG9pbnQge1xyXG4gICAgICAgICAgICAgICAgICAgIHhcclxuICAgICAgICAgICAgICAgICAgICB5XHJcbiAgICAgICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgcHJvZHVjdCB7XHJcbiAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgZmVhdHVyZWRBc3NldCB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBwcmV2aWV3XHJcbiAgICAgICAgICAgICAgICAgICAgZm9jYWxQb2ludCB7XHJcbiAgICAgICAgICAgICAgICAgICAgICAgIHhcclxuICAgICAgICAgICAgICAgICAgICAgICAgeVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgIH1cclxuICAgIH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBHRVRfUFJPRFVDVF9WQVJJQU5UX0xJU1RfU0lNUExFID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0UHJvZHVjdFZhcmlhbnRMaXN0U2ltcGxlKCRvcHRpb25zOiBQcm9kdWN0VmFyaWFudExpc3RPcHRpb25zISwgJHByb2R1Y3RJZDogSUQpIHtcclxuICAgICAgICBwcm9kdWN0VmFyaWFudHMob3B0aW9uczogJG9wdGlvbnMsIHByb2R1Y3RJZDogJHByb2R1Y3RJZCkge1xyXG4gICAgICAgICAgICBpdGVtcyB7XHJcbiAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgbmFtZVxyXG4gICAgICAgICAgICAgICAgc2t1XHJcbiAgICAgICAgICAgICAgICBmZWF0dXJlZEFzc2V0IHtcclxuICAgICAgICAgICAgICAgICAgICBpZFxyXG4gICAgICAgICAgICAgICAgICAgIHByZXZpZXdcclxuICAgICAgICAgICAgICAgICAgICBmb2NhbFBvaW50IHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgeFxyXG4gICAgICAgICAgICAgICAgICAgICAgICB5XHJcbiAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgcHJvZHVjdCB7XHJcbiAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICBmZWF0dXJlZEFzc2V0IHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgaWRcclxuICAgICAgICAgICAgICAgICAgICAgICAgcHJldmlld1xyXG4gICAgICAgICAgICAgICAgICAgICAgICBmb2NhbFBvaW50IHtcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHhcclxuICAgICAgICAgICAgICAgICAgICAgICAgICAgIHlcclxuICAgICAgICAgICAgICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgICAgIH1cclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IEdFVF9QUk9EVUNUX1ZBUklBTlRfTElTVCA9IGdxbGBcclxuICAgIHF1ZXJ5IEdldFByb2R1Y3RWYXJpYW50TGlzdCgkb3B0aW9uczogUHJvZHVjdFZhcmlhbnRMaXN0T3B0aW9ucyEsICRwcm9kdWN0SWQ6IElEKSB7XHJcbiAgICAgICAgcHJvZHVjdFZhcmlhbnRzKG9wdGlvbnM6ICRvcHRpb25zLCBwcm9kdWN0SWQ6ICRwcm9kdWN0SWQpIHtcclxuICAgICAgICAgICAgaXRlbXMge1xyXG4gICAgICAgICAgICAgICAgLi4uUHJvZHVjdFZhcmlhbnRcclxuICAgICAgICAgICAgfVxyXG4gICAgICAgICAgICB0b3RhbEl0ZW1zXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtQUk9EVUNUX1ZBUklBTlRfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgR0VUX1RBR19MSVNUID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0VGFnTGlzdCgkb3B0aW9uczogVGFnTGlzdE9wdGlvbnMpIHtcclxuICAgICAgICB0YWdzKG9wdGlvbnM6ICRvcHRpb25zKSB7XHJcbiAgICAgICAgICAgIGl0ZW1zIHtcclxuICAgICAgICAgICAgICAgIC4uLlRhZ1xyXG4gICAgICAgICAgICB9XHJcbiAgICAgICAgICAgIHRvdGFsSXRlbXNcclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1RBR19GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBHRVRfVEFHID0gZ3FsYFxyXG4gICAgcXVlcnkgR2V0VGFnKCRpZDogSUQhKSB7XHJcbiAgICAgICAgdGFnKGlkOiAkaWQpIHtcclxuICAgICAgICAgICAgLi4uVGFnXHJcbiAgICAgICAgfVxyXG4gICAgfVxyXG4gICAgJHtUQUdfRlJBR01FTlR9XHJcbmA7XHJcblxyXG5leHBvcnQgY29uc3QgQ1JFQVRFX1RBRyA9IGdxbGBcclxuICAgIG11dGF0aW9uIENyZWF0ZVRhZygkaW5wdXQ6IENyZWF0ZVRhZ0lucHV0ISkge1xyXG4gICAgICAgIGNyZWF0ZVRhZyhpbnB1dDogJGlucHV0KSB7XHJcbiAgICAgICAgICAgIC4uLlRhZ1xyXG4gICAgICAgIH1cclxuICAgIH1cclxuICAgICR7VEFHX0ZSQUdNRU5UfVxyXG5gO1xyXG5cclxuZXhwb3J0IGNvbnN0IFVQREFURV9UQUcgPSBncWxgXHJcbiAgICBtdXRhdGlvbiBVcGRhdGVUYWcoJGlucHV0OiBVcGRhdGVUYWdJbnB1dCEpIHtcclxuICAgICAgICB1cGRhdGVUYWcoaW5wdXQ6ICRpbnB1dCkge1xyXG4gICAgICAgICAgICAuLi5UYWdcclxuICAgICAgICB9XHJcbiAgICB9XHJcbiAgICAke1RBR19GUkFHTUVOVH1cclxuYDtcclxuXHJcbmV4cG9ydCBjb25zdCBERUxFVEVfVEFHID0gZ3FsYFxyXG4gICAgbXV0YXRpb24gRGVsZXRlVGFnKCRpZDogSUQhKSB7XHJcbiAgICAgICAgZGVsZXRlVGFnKGlkOiAkaWQpIHtcclxuICAgICAgICAgICAgbWVzc2FnZVxyXG4gICAgICAgICAgICByZXN1bHRcclxuICAgICAgICB9XHJcbiAgICB9XHJcbmA7XHJcbiJdfQ==
|