@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.
Files changed (928) hide show
  1. package/README.md +49 -0
  2. package/angular.json +175 -0
  3. package/i18n-coverage.json +71 -0
  4. package/{catalog → package/catalog}/catalog.module.d.ts +0 -0
  5. package/{catalog → package/catalog}/catalog.routes.d.ts +0 -0
  6. package/{catalog → package/catalog}/components/apply-facet-dialog/apply-facet-dialog.component.d.ts +0 -0
  7. package/{catalog → package/catalog}/components/asset-detail/asset-detail.component.d.ts +0 -0
  8. package/{catalog → package/catalog}/components/asset-list/asset-list.component.d.ts +0 -0
  9. package/{catalog → package/catalog}/components/assets/assets.component.d.ts +0 -0
  10. package/{catalog → package/catalog}/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.d.ts +0 -0
  11. package/{catalog → package/catalog}/components/collection-contents/collection-contents.component.d.ts +0 -0
  12. package/{catalog → package/catalog}/components/collection-detail/collection-detail.component.d.ts +0 -0
  13. package/{catalog → package/catalog}/components/collection-list/collection-list.component.d.ts +0 -0
  14. package/{catalog → package/catalog}/components/collection-tree/array-to-tree.d.ts +0 -0
  15. package/{catalog → package/catalog}/components/collection-tree/collection-tree-node.component.d.ts +0 -0
  16. package/{catalog → package/catalog}/components/collection-tree/collection-tree.component.d.ts +0 -0
  17. package/{catalog → package/catalog}/components/collection-tree/collection-tree.service.d.ts +0 -0
  18. package/{catalog → package/catalog}/components/collection-tree/collection-tree.types.d.ts +0 -0
  19. package/{catalog → package/catalog}/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.d.ts +0 -0
  20. package/{catalog → package/catalog}/components/facet-detail/facet-detail.component.d.ts +0 -0
  21. package/{catalog → package/catalog}/components/facet-list/facet-list.component.d.ts +0 -0
  22. package/{catalog → package/catalog}/components/generate-product-variants/generate-product-variants.component.d.ts +3 -3
  23. package/{catalog → package/catalog}/components/option-value-input/option-value-input.component.d.ts +21 -9
  24. package/{catalog → package/catalog}/components/product-detail/product-detail.component.d.ts +0 -0
  25. package/{catalog → package/catalog}/components/product-detail/product-detail.types.d.ts +0 -0
  26. package/{catalog → package/catalog}/components/product-list/product-list.component.d.ts +0 -0
  27. package/{catalog → package/catalog}/components/product-options-editor/product-options-editor.component.d.ts +0 -0
  28. package/{catalog → package/catalog}/components/product-variants-editor/product-variants-editor.component.d.ts +10 -3
  29. package/{catalog → package/catalog}/components/product-variants-list/product-variants-list.component.d.ts +0 -0
  30. package/{catalog → package/catalog}/components/product-variants-table/product-variants-table.component.d.ts +0 -0
  31. package/{catalog → package/catalog}/components/update-product-option-dialog/update-product-option-dialog.component.d.ts +0 -0
  32. package/{catalog → package/catalog}/components/variant-price-detail/variant-price-detail.component.d.ts +0 -0
  33. package/{catalog → package/catalog}/package.json +0 -0
  34. package/{catalog → package/catalog}/providers/product-detail/product-detail.service.d.ts +0 -0
  35. package/{catalog → package/catalog}/providers/product-detail/replace-last.d.ts +0 -0
  36. package/{catalog → package/catalog}/providers/routing/asset-resolver.d.ts +0 -0
  37. package/{catalog → package/catalog}/providers/routing/collection-resolver.d.ts +0 -0
  38. package/{catalog → package/catalog}/providers/routing/facet-resolver.d.ts +0 -0
  39. package/{catalog → package/catalog}/providers/routing/product-resolver.d.ts +0 -0
  40. package/{catalog → package/catalog}/providers/routing/product-variants-resolver.d.ts +0 -0
  41. package/{catalog → package/catalog}/public_api.d.ts +0 -0
  42. package/{catalog → package/catalog}/vendure-admin-ui-catalog.d.ts +0 -0
  43. package/{core → package/core}/app.component.d.ts +0 -0
  44. package/{core → package/core}/app.component.module.d.ts +0 -0
  45. package/{core → package/core}/app.config.d.ts +0 -0
  46. package/{core → package/core}/common/base-detail.component.d.ts +0 -0
  47. package/{core → package/core}/common/base-entity-resolver.d.ts +0 -0
  48. package/{core → package/core}/common/base-list.component.d.ts +0 -0
  49. package/{core → package/core}/common/component-registry-types.d.ts +0 -0
  50. package/{core → package/core}/common/deactivate-aware.d.ts +0 -0
  51. package/{core → package/core}/common/detail-breadcrumb.d.ts +0 -0
  52. package/{core → package/core}/common/generated-types.d.ts +242 -127
  53. package/{core → package/core}/common/introspection-result-wrapper.d.ts +0 -0
  54. package/{core → package/core}/common/introspection-result.d.ts +0 -0
  55. package/{core → package/core}/common/single-search-selection-model.d.ts +0 -0
  56. package/{core → package/core}/common/utilities/configurable-operation-utils.d.ts +4 -2
  57. package/{core → package/core}/common/utilities/create-updated-translatable.d.ts +0 -0
  58. package/{core → package/core}/common/utilities/find-translation.d.ts +0 -0
  59. package/{core → package/core}/common/utilities/flatten-facet-values.d.ts +0 -0
  60. package/{core → package/core}/common/utilities/get-default-ui-language.d.ts +0 -0
  61. package/{core → package/core}/common/utilities/interpolate-description.d.ts +0 -0
  62. package/{core → package/core}/common/utilities/selection-manager.d.ts +0 -0
  63. package/{core → package/core}/common/utilities/string-to-color.d.ts +0 -0
  64. package/package/core/common/version.d.ts +1 -0
  65. package/{core → package/core}/components/app-shell/app-shell.component.d.ts +0 -0
  66. package/{core → package/core}/components/breadcrumb/breadcrumb.component.d.ts +0 -0
  67. package/{core → package/core}/components/channel-switcher/channel-switcher.component.d.ts +0 -0
  68. package/{core → package/core}/components/main-nav/main-nav.component.d.ts +0 -0
  69. package/{core → package/core}/components/notification/notification.component.d.ts +0 -0
  70. package/{core → package/core}/components/overlay-host/overlay-host.component.d.ts +0 -0
  71. package/{core → package/core}/components/theme-switcher/theme-switcher.component.d.ts +0 -0
  72. package/{core → package/core}/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.d.ts +0 -0
  73. package/{core → package/core}/components/user-menu/user-menu.component.d.ts +0 -0
  74. package/{core → package/core}/core.module.d.ts +0 -0
  75. package/{core → package/core}/data/check-jobs-link.d.ts +0 -0
  76. package/{core → package/core}/data/client-state/client-defaults.d.ts +0 -0
  77. package/{core → package/core}/data/client-state/client-resolvers.d.ts +0 -0
  78. package/{core → package/core}/data/data.module.d.ts +0 -0
  79. package/{core → package/core}/data/definitions/administrator-definitions.d.ts +0 -0
  80. package/{core → package/core}/data/definitions/auth-definitions.d.ts +0 -0
  81. package/{core → package/core}/data/definitions/client-definitions.d.ts +0 -0
  82. package/{core → package/core}/data/definitions/collection-definitions.d.ts +0 -0
  83. package/{core → package/core}/data/definitions/customer-definitions.d.ts +0 -0
  84. package/{core → package/core}/data/definitions/facet-definitions.d.ts +0 -0
  85. package/{core → package/core}/data/definitions/order-definitions.d.ts +2 -0
  86. package/{core → package/core}/data/definitions/product-definitions.d.ts +1 -0
  87. package/{core → package/core}/data/definitions/promotion-definitions.d.ts +0 -0
  88. package/{core → package/core}/data/definitions/settings-definitions.d.ts +0 -0
  89. package/{core → package/core}/data/definitions/shared-definitions.d.ts +0 -0
  90. package/{core → package/core}/data/definitions/shipping-definitions.d.ts +0 -0
  91. package/{core → package/core}/data/omit-typename-link.d.ts +0 -0
  92. package/{core → package/core}/data/providers/administrator-data.service.d.ts +0 -0
  93. package/{core → package/core}/data/providers/auth-data.service.d.ts +0 -0
  94. package/{core → package/core}/data/providers/base-data.service.d.ts +0 -0
  95. package/{core → package/core}/data/providers/client-data.service.d.ts +0 -0
  96. package/{core → package/core}/data/providers/collection-data.service.d.ts +0 -0
  97. package/{core → package/core}/data/providers/customer-data.service.d.ts +0 -0
  98. package/{core → package/core}/data/providers/data.service.d.ts +0 -0
  99. package/{core → package/core}/data/providers/facet-data.service.d.ts +0 -0
  100. package/{core → package/core}/data/providers/fetch-adapter.d.ts +0 -0
  101. package/{core → package/core}/data/providers/interceptor.d.ts +0 -0
  102. package/{core → package/core}/data/providers/order-data.service.d.ts +1 -0
  103. package/{core → package/core}/data/providers/product-data.service.d.ts +1 -0
  104. package/{core → package/core}/data/providers/promotion-data.service.d.ts +0 -0
  105. package/{core → package/core}/data/providers/settings-data.service.d.ts +0 -0
  106. package/{core → package/core}/data/providers/shipping-method-data.service.d.ts +0 -0
  107. package/{core → package/core}/data/query-result.d.ts +0 -0
  108. package/{core → package/core}/data/server-config.d.ts +0 -0
  109. package/{core → package/core}/data/utils/add-custom-fields.d.ts +0 -0
  110. package/{core → package/core}/data/utils/get-server-location.d.ts +0 -0
  111. package/{core → package/core}/data/utils/remove-readonly-custom-fields.d.ts +0 -0
  112. package/{core → package/core}/data/utils/transform-relation-custom-field-inputs.d.ts +0 -0
  113. package/{core → package/core}/package.json +0 -0
  114. package/{core → package/core}/providers/auth/auth.service.d.ts +0 -0
  115. package/{core → package/core}/providers/component-registry/component-registry.service.d.ts +0 -0
  116. package/{core → package/core}/providers/custom-detail-component/custom-detail-component-types.d.ts +0 -0
  117. package/{core → package/core}/providers/custom-detail-component/custom-detail-component.service.d.ts +0 -0
  118. package/{core → package/core}/providers/custom-field-component/custom-field-component.service.d.ts +0 -0
  119. package/{core → package/core}/providers/dashboard-widget/dashboard-widget-types.d.ts +0 -0
  120. package/{core → package/core}/providers/dashboard-widget/dashboard-widget.service.d.ts +0 -0
  121. package/{core → package/core}/providers/dashboard-widget/register-dashboard-widget.d.ts +0 -0
  122. package/{core → package/core}/providers/guard/auth.guard.d.ts +0 -0
  123. package/{core → package/core}/providers/health-check/health-check.service.d.ts +0 -0
  124. package/{core → package/core}/providers/i18n/custom-http-loader.d.ts +0 -0
  125. package/{core → package/core}/providers/i18n/custom-message-format-compiler.d.ts +0 -0
  126. package/{core → package/core}/providers/i18n/i18n.service.d.ts +0 -0
  127. package/{core → package/core}/providers/job-queue/job-queue.service.d.ts +0 -0
  128. package/{core → package/core}/providers/local-storage/local-storage.service.d.ts +0 -0
  129. package/{core → package/core}/providers/modal/modal.service.d.ts +0 -0
  130. package/{core → package/core}/providers/modal/modal.types.d.ts +0 -0
  131. package/{core → package/core}/providers/nav-builder/nav-builder-types.d.ts +0 -0
  132. package/{core → package/core}/providers/nav-builder/nav-builder.service.d.ts +0 -0
  133. package/{core → package/core}/providers/notification/notification.service.d.ts +0 -0
  134. package/{core → package/core}/providers/overlay-host/overlay-host.service.d.ts +0 -0
  135. package/{core → package/core}/public_api.d.ts +11 -1
  136. package/{core → package/core}/shared/components/action-bar/action-bar.component.d.ts +0 -0
  137. package/{core → package/core}/shared/components/action-bar-items/action-bar-items.component.d.ts +0 -0
  138. package/{core → package/core}/shared/components/address-form/address-form.component.d.ts +0 -0
  139. package/{core → package/core}/shared/components/affixed-input/affixed-input.component.d.ts +0 -0
  140. package/{core → package/core}/shared/components/affixed-input/percentage-suffix-input.component.d.ts +0 -0
  141. package/{core → package/core}/shared/components/asset-file-input/asset-file-input.component.d.ts +0 -0
  142. package/{core → package/core}/shared/components/asset-gallery/asset-gallery.component.d.ts +0 -0
  143. package/{core → package/core}/shared/components/asset-gallery/asset-gallery.types.d.ts +0 -0
  144. package/{core → package/core}/shared/components/asset-picker-dialog/asset-picker-dialog.component.d.ts +0 -0
  145. package/{core → package/core}/shared/components/asset-preview/asset-preview.component.d.ts +0 -0
  146. package/{core → package/core}/shared/components/asset-preview-dialog/asset-preview-dialog.component.d.ts +0 -0
  147. package/{core → package/core}/shared/components/asset-preview-links/asset-preview-links.component.d.ts +0 -0
  148. package/{core → package/core}/shared/components/asset-search-input/asset-search-input.component.d.ts +0 -0
  149. package/{core → package/core}/shared/components/channel-assignment-control/channel-assignment-control.component.d.ts +0 -0
  150. package/{core → package/core}/shared/components/channel-badge/channel-badge.component.d.ts +0 -0
  151. package/{core → package/core}/shared/components/chip/chip.component.d.ts +0 -0
  152. package/{core → package/core}/shared/components/configurable-input/configurable-input.component.d.ts +0 -0
  153. package/{core → package/core}/shared/components/currency-input/currency-input.component.d.ts +0 -0
  154. package/{core → package/core}/shared/components/custom-detail-component-host/custom-detail-component-host.component.d.ts +0 -0
  155. package/{core → package/core}/shared/components/custom-field-control/custom-field-control.component.d.ts +0 -0
  156. package/{core → package/core}/shared/components/customer-label/customer-label.component.d.ts +0 -0
  157. package/{core → package/core}/shared/components/data-table/data-table-column.component.d.ts +0 -0
  158. package/{core → package/core}/shared/components/data-table/data-table.component.d.ts +0 -0
  159. package/{core → package/core}/shared/components/datetime-picker/constants.d.ts +0 -0
  160. package/{core → package/core}/shared/components/datetime-picker/datetime-picker.component.d.ts +0 -0
  161. package/{core → package/core}/shared/components/datetime-picker/datetime-picker.service.d.ts +0 -0
  162. package/{core → package/core}/shared/components/datetime-picker/types.d.ts +0 -0
  163. package/{core → package/core}/shared/components/dropdown/dropdown-item.directive.d.ts +0 -0
  164. package/{core → package/core}/shared/components/dropdown/dropdown-menu.component.d.ts +2 -1
  165. package/{core → package/core}/shared/components/dropdown/dropdown-trigger.directive.d.ts +0 -0
  166. package/{core → package/core}/shared/components/dropdown/dropdown.component.d.ts +0 -0
  167. package/{core → package/core}/shared/components/edit-note-dialog/edit-note-dialog.component.d.ts +0 -0
  168. package/{core → package/core}/shared/components/empty-placeholder/empty-placeholder.component.d.ts +0 -0
  169. package/{core → package/core}/shared/components/entity-info/entity-info.component.d.ts +0 -0
  170. package/{core → package/core}/shared/components/extension-host/extension-host-config.d.ts +0 -0
  171. package/{core → package/core}/shared/components/extension-host/extension-host.component.d.ts +0 -0
  172. package/{core → package/core}/shared/components/extension-host/extension-host.service.d.ts +0 -0
  173. package/{core → package/core}/shared/components/extension-host/host-external-frame.d.ts +0 -0
  174. package/{core → package/core}/shared/components/facet-value-chip/facet-value-chip.component.d.ts +0 -0
  175. package/{core → package/core}/shared/components/facet-value-selector/facet-value-selector.component.d.ts +0 -0
  176. package/{core → package/core}/shared/components/focal-point-control/focal-point-control.component.d.ts +0 -0
  177. package/{core → package/core}/shared/components/form-field/form-field-control.directive.d.ts +0 -0
  178. package/{core → package/core}/shared/components/form-field/form-field.component.d.ts +0 -0
  179. package/{core → package/core}/shared/components/form-item/form-item.component.d.ts +0 -0
  180. package/{core → package/core}/shared/components/formatted-address/formatted-address.component.d.ts +0 -0
  181. package/{core → package/core}/shared/components/help-tooltip/help-tooltip.component.d.ts +0 -0
  182. package/{core → package/core}/shared/components/history-entry-detail/history-entry-detail.component.d.ts +0 -0
  183. package/{core → package/core}/shared/components/items-per-page-controls/items-per-page-controls.component.d.ts +0 -0
  184. package/{core → package/core}/shared/components/labeled-data/labeled-data.component.d.ts +0 -0
  185. package/{core → package/core}/shared/components/language-selector/language-selector.component.d.ts +0 -0
  186. package/{core → package/core}/shared/components/manage-tags-dialog/manage-tags-dialog.component.d.ts +0 -0
  187. package/{core → package/core}/shared/components/modal-dialog/dialog-buttons.directive.d.ts +0 -0
  188. package/{core → package/core}/shared/components/modal-dialog/dialog-component-outlet.component.d.ts +0 -0
  189. package/{core → package/core}/shared/components/modal-dialog/dialog-title.directive.d.ts +0 -0
  190. package/{core → package/core}/shared/components/modal-dialog/modal-dialog.component.d.ts +0 -0
  191. package/{core → package/core}/shared/components/object-tree/object-tree.component.d.ts +0 -0
  192. package/{core → package/core}/shared/components/order-state-label/order-state-label.component.d.ts +0 -0
  193. package/{core → package/core}/shared/components/pagination-controls/pagination-controls.component.d.ts +0 -0
  194. package/{core → package/core}/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.d.ts +0 -0
  195. package/{core → package/core}/shared/components/product-search-input/product-search-input.component.d.ts +0 -0
  196. package/{core → package/core}/shared/components/product-variant-selector/product-variant-selector.component.d.ts +0 -0
  197. package/{core → package/core}/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.d.ts +0 -0
  198. package/{core → package/core}/shared/components/rich-text-editor/link-dialog/link-dialog.component.d.ts +0 -0
  199. package/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.d.ts +31 -0
  200. package/package/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.d.ts +34 -0
  201. package/package/core/shared/components/rich-text-editor/prosemirror/custom-nodes.d.ts +4 -0
  202. package/package/core/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +8 -0
  203. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/keymap.d.ts +0 -0
  204. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/links.d.ts +1 -1
  205. package/package/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +16 -0
  206. package/package/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.d.ts +9 -0
  207. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/menu/menu.d.ts +0 -0
  208. package/package/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.d.ts +14 -0
  209. package/package/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.d.ts +7 -0
  210. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.d.ts +1 -1
  211. package/package/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.d.ts +7 -0
  212. package/package/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.d.ts +13 -0
  213. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/prosemirror.service.d.ts +7 -3
  214. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/types.d.ts +0 -2
  215. package/{core → package/core}/shared/components/rich-text-editor/prosemirror/utils.d.ts +0 -0
  216. package/package/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.d.ts +21 -0
  217. package/{core → package/core}/shared/components/rich-text-editor/rich-text-editor.component.d.ts +6 -2
  218. package/{core → package/core}/shared/components/select-toggle/select-toggle.component.d.ts +0 -0
  219. package/{core → package/core}/shared/components/simple-dialog/simple-dialog.component.d.ts +0 -0
  220. package/{core → package/core}/shared/components/status-badge/status-badge.component.d.ts +0 -0
  221. package/{core → package/core}/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.d.ts +0 -0
  222. package/{core → package/core}/shared/components/table-row-action/table-row-action.component.d.ts +0 -0
  223. package/{core → package/core}/shared/components/tag-selector/tag-selector.component.d.ts +0 -0
  224. package/{core → package/core}/shared/components/timeline-entry/timeline-entry.component.d.ts +0 -0
  225. package/{core → package/core}/shared/components/title-input/title-input.component.d.ts +0 -0
  226. package/{core → package/core}/shared/components/ui-extension-point/ui-extension-point.component.d.ts +0 -0
  227. package/{core → package/core}/shared/directives/disabled.directive.d.ts +0 -0
  228. package/{core → package/core}/shared/directives/if-default-channel-active.directive.d.ts +0 -0
  229. package/{core → package/core}/shared/directives/if-directive-base.d.ts +0 -0
  230. package/{core → package/core}/shared/directives/if-multichannel.directive.d.ts +0 -0
  231. package/{core → package/core}/shared/directives/if-permissions.directive.d.ts +0 -0
  232. package/{core → package/core}/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.d.ts +0 -0
  233. package/package/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.d.ts +30 -0
  234. package/package/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.d.ts +22 -0
  235. package/{core → package/core}/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.d.ts +5 -17
  236. package/{core → package/core}/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.d.ts +0 -0
  237. package/{core → package/core}/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.d.ts +0 -0
  238. package/{core → package/core}/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.d.ts +0 -0
  239. package/{core → package/core}/shared/dynamic-form-inputs/date-form-input/date-form-input.component.d.ts +0 -0
  240. package/{core → package/core}/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.d.ts +0 -0
  241. package/{core → package/core}/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.d.ts +0 -0
  242. package/{core → package/core}/shared/dynamic-form-inputs/number-form-input/number-form-input.component.d.ts +0 -0
  243. package/{core → package/core}/shared/dynamic-form-inputs/password-form-input/password-form-input.component.d.ts +0 -0
  244. package/{core → package/core}/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.d.ts +0 -0
  245. package/{core → package/core}/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.d.ts +0 -0
  246. package/{core → package/core}/shared/dynamic-form-inputs/register-dynamic-input-components.d.ts +2 -1
  247. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.d.ts +0 -0
  248. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.d.ts +0 -0
  249. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.d.ts +0 -0
  250. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.d.ts +0 -0
  251. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.d.ts +0 -0
  252. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.d.ts +0 -0
  253. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.d.ts +0 -0
  254. package/{core → package/core}/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.d.ts +0 -0
  255. package/{core → package/core}/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.d.ts +0 -0
  256. package/{core → package/core}/shared/dynamic-form-inputs/select-form-input/select-form-input.component.d.ts +0 -0
  257. package/{core → package/core}/shared/dynamic-form-inputs/text-form-input/text-form-input.component.d.ts +0 -0
  258. package/{core → package/core}/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.d.ts +0 -0
  259. package/{core → package/core}/shared/pipes/asset-preview.pipe.d.ts +0 -0
  260. package/{core → package/core}/shared/pipes/channel-label.pipe.d.ts +0 -0
  261. package/{core → package/core}/shared/pipes/custom-field-label.pipe.d.ts +0 -0
  262. package/{core → package/core}/shared/pipes/duration.pipe.d.ts +0 -0
  263. package/{core → package/core}/shared/pipes/file-size.pipe.d.ts +0 -0
  264. package/{core → package/core}/shared/pipes/has-permission.pipe.d.ts +0 -0
  265. package/{core → package/core}/shared/pipes/locale-base.pipe.d.ts +0 -0
  266. package/{core → package/core}/shared/pipes/locale-currency-name.pipe.d.ts +0 -0
  267. package/{core → package/core}/shared/pipes/locale-currency.pipe.d.ts +0 -0
  268. package/{core → package/core}/shared/pipes/locale-date.pipe.d.ts +0 -0
  269. package/{core → package/core}/shared/pipes/locale-language-name.pipe.d.ts +0 -0
  270. package/{core → package/core}/shared/pipes/locale-region-name.pipe.d.ts +0 -0
  271. package/{core → package/core}/shared/pipes/sentence-case.pipe.d.ts +0 -0
  272. package/{core → package/core}/shared/pipes/sort.pipe.d.ts +0 -0
  273. package/{core → package/core}/shared/pipes/state-i18n-token.pipe.d.ts +0 -0
  274. package/{core → package/core}/shared/pipes/string-to-color.pipe.d.ts +0 -0
  275. package/{core → package/core}/shared/pipes/time-ago.pipe.d.ts +0 -0
  276. package/{core → package/core}/shared/providers/routing/can-deactivate-detail-guard.d.ts +0 -0
  277. package/{core → package/core}/shared/shared.module.d.ts +33 -30
  278. package/{core → package/core}/validators/unicode-pattern.validator.d.ts +0 -0
  279. package/{core → package/core}/vendure-admin-ui-core.d.ts +0 -0
  280. package/{customer → package/customer}/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.d.ts +0 -0
  281. package/{customer → package/customer}/components/address-card/address-card.component.d.ts +0 -0
  282. package/{customer → package/customer}/components/address-detail-dialog/address-detail-dialog.component.d.ts +0 -0
  283. package/{customer → package/customer}/components/customer-detail/customer-detail.component.d.ts +0 -0
  284. package/{customer → package/customer}/components/customer-group-detail-dialog/customer-group-detail-dialog.component.d.ts +0 -0
  285. package/{customer → package/customer}/components/customer-group-list/customer-group-list.component.d.ts +0 -0
  286. package/{customer → package/customer}/components/customer-group-member-list/customer-group-member-list.component.d.ts +0 -0
  287. package/{customer → package/customer}/components/customer-history/customer-history.component.d.ts +0 -0
  288. package/{customer → package/customer}/components/customer-list/customer-list.component.d.ts +0 -0
  289. package/{customer → package/customer}/components/customer-status-label/customer-status-label.component.d.ts +0 -0
  290. package/{customer → package/customer}/components/select-customer-group-dialog/select-customer-group-dialog.component.d.ts +0 -0
  291. package/{customer → package/customer}/customer.module.d.ts +0 -0
  292. package/{customer → package/customer}/customer.routes.d.ts +0 -0
  293. package/{customer → package/customer}/package.json +0 -0
  294. package/{customer → package/customer}/providers/routing/customer-resolver.d.ts +0 -0
  295. package/{customer → package/customer}/public_api.d.ts +0 -0
  296. package/{customer → package/customer}/vendure-admin-ui-customer.d.ts +0 -0
  297. package/{dashboard → package/dashboard}/components/dashboard/dashboard.component.d.ts +0 -0
  298. package/{dashboard → package/dashboard}/components/dashboard-widget/dashboard-widget.component.d.ts +0 -0
  299. package/{dashboard → package/dashboard}/dashboard.module.d.ts +0 -0
  300. package/{dashboard → package/dashboard}/dashboard.routes.d.ts +0 -0
  301. package/{dashboard → package/dashboard}/default-widgets.d.ts +0 -0
  302. package/{dashboard → package/dashboard}/package.json +0 -0
  303. package/{dashboard → package/dashboard}/public_api.d.ts +0 -0
  304. package/{dashboard → package/dashboard}/vendure-admin-ui-dashboard.d.ts +0 -0
  305. package/{dashboard → package/dashboard}/widgets/latest-orders-widget/latest-orders-widget.component.d.ts +0 -0
  306. package/{dashboard → package/dashboard}/widgets/order-summary-widget/order-summary-widget.component.d.ts +0 -0
  307. package/{dashboard → package/dashboard}/widgets/test-widget/test-widget.component.d.ts +0 -0
  308. package/{dashboard → package/dashboard}/widgets/welcome-widget/welcome-widget.component.d.ts +0 -0
  309. package/{esm2020 → package/esm2020}/catalog/catalog.module.mjs +0 -0
  310. package/{esm2020 → package/esm2020}/catalog/catalog.routes.mjs +0 -0
  311. package/{esm2020 → package/esm2020}/catalog/components/apply-facet-dialog/apply-facet-dialog.component.mjs +0 -0
  312. package/{esm2020 → package/esm2020}/catalog/components/asset-detail/asset-detail.component.mjs +0 -0
  313. package/{esm2020 → package/esm2020}/catalog/components/asset-list/asset-list.component.mjs +0 -0
  314. package/{esm2020 → package/esm2020}/catalog/components/assets/assets.component.mjs +1 -1
  315. package/{esm2020 → package/esm2020}/catalog/components/assign-products-to-channel-dialog/assign-products-to-channel-dialog.component.mjs +0 -0
  316. package/{esm2020 → package/esm2020}/catalog/components/collection-contents/collection-contents.component.mjs +0 -0
  317. package/{esm2020 → package/esm2020}/catalog/components/collection-detail/collection-detail.component.mjs +1 -1
  318. package/{esm2020 → package/esm2020}/catalog/components/collection-list/collection-list.component.mjs +0 -0
  319. package/{esm2020 → package/esm2020}/catalog/components/collection-tree/array-to-tree.mjs +0 -0
  320. package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree-node.component.mjs +2 -2
  321. package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.component.mjs +0 -0
  322. package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.service.mjs +0 -0
  323. package/{esm2020 → package/esm2020}/catalog/components/collection-tree/collection-tree.types.mjs +0 -0
  324. package/{esm2020 → package/esm2020}/catalog/components/confirm-variant-deletion-dialog/confirm-variant-deletion-dialog.component.mjs +0 -0
  325. package/{esm2020 → package/esm2020}/catalog/components/facet-detail/facet-detail.component.mjs +1 -1
  326. package/{esm2020 → package/esm2020}/catalog/components/facet-list/facet-list.component.mjs +1 -1
  327. package/package/esm2020/catalog/components/generate-product-variants/generate-product-variants.component.mjs +87 -0
  328. package/package/esm2020/catalog/components/option-value-input/option-value-input.component.mjs +151 -0
  329. package/{esm2020 → package/esm2020}/catalog/components/product-detail/product-detail.component.mjs +0 -0
  330. package/{esm2020 → package/esm2020}/catalog/components/product-detail/product-detail.types.mjs +0 -0
  331. package/{esm2020 → package/esm2020}/catalog/components/product-list/product-list.component.mjs +1 -1
  332. package/{esm2020 → package/esm2020}/catalog/components/product-options-editor/product-options-editor.component.mjs +0 -0
  333. package/package/esm2020/catalog/components/product-variants-editor/product-variants-editor.component.mjs +413 -0
  334. package/{esm2020 → package/esm2020}/catalog/components/product-variants-list/product-variants-list.component.mjs +0 -0
  335. package/{esm2020 → package/esm2020}/catalog/components/product-variants-table/product-variants-table.component.mjs +0 -0
  336. package/{esm2020 → package/esm2020}/catalog/components/update-product-option-dialog/update-product-option-dialog.component.mjs +0 -0
  337. package/{esm2020 → package/esm2020}/catalog/components/variant-price-detail/variant-price-detail.component.mjs +0 -0
  338. package/{esm2020 → package/esm2020}/catalog/providers/product-detail/product-detail.service.mjs +0 -0
  339. package/{esm2020 → package/esm2020}/catalog/providers/product-detail/replace-last.mjs +0 -0
  340. package/{esm2020 → package/esm2020}/catalog/providers/routing/asset-resolver.mjs +0 -0
  341. package/{esm2020 → package/esm2020}/catalog/providers/routing/collection-resolver.mjs +0 -0
  342. package/{esm2020 → package/esm2020}/catalog/providers/routing/facet-resolver.mjs +0 -0
  343. package/{esm2020 → package/esm2020}/catalog/providers/routing/product-resolver.mjs +0 -0
  344. package/{esm2020 → package/esm2020}/catalog/providers/routing/product-variants-resolver.mjs +0 -0
  345. package/{esm2020 → package/esm2020}/catalog/public_api.mjs +0 -0
  346. package/{esm2020 → package/esm2020}/catalog/vendure-admin-ui-catalog.mjs +0 -0
  347. package/{esm2020 → package/esm2020}/core/app.component.mjs +0 -0
  348. package/{esm2020 → package/esm2020}/core/app.component.module.mjs +0 -0
  349. package/{esm2020 → package/esm2020}/core/app.config.mjs +0 -0
  350. package/{esm2020 → package/esm2020}/core/common/base-detail.component.mjs +0 -0
  351. package/{esm2020 → package/esm2020}/core/common/base-entity-resolver.mjs +0 -0
  352. package/{esm2020 → package/esm2020}/core/common/base-list.component.mjs +0 -0
  353. package/{esm2020 → package/esm2020}/core/common/component-registry-types.mjs +0 -0
  354. package/{esm2020 → package/esm2020}/core/common/deactivate-aware.mjs +0 -0
  355. package/{esm2020 → package/esm2020}/core/common/detail-breadcrumb.mjs +0 -0
  356. package/package/esm2020/core/common/generated-types.mjs +983 -0
  357. package/{esm2020 → package/esm2020}/core/common/introspection-result-wrapper.mjs +0 -0
  358. package/package/esm2020/core/common/introspection-result.mjs +195 -0
  359. package/{esm2020 → package/esm2020}/core/common/single-search-selection-model.mjs +0 -0
  360. package/package/esm2020/core/common/utilities/configurable-operation-utils.mjs +105 -0
  361. package/{esm2020 → package/esm2020}/core/common/utilities/create-updated-translatable.mjs +0 -0
  362. package/{esm2020 → package/esm2020}/core/common/utilities/find-translation.mjs +0 -0
  363. package/{esm2020 → package/esm2020}/core/common/utilities/flatten-facet-values.mjs +0 -0
  364. package/{esm2020 → package/esm2020}/core/common/utilities/get-default-ui-language.mjs +0 -0
  365. package/{esm2020 → package/esm2020}/core/common/utilities/interpolate-description.mjs +0 -0
  366. package/{esm2020 → package/esm2020}/core/common/utilities/selection-manager.mjs +0 -0
  367. package/{esm2020 → package/esm2020}/core/common/utilities/string-to-color.mjs +0 -0
  368. package/{esm2020 → package/esm2020}/core/common/version.mjs +2 -2
  369. package/{esm2020 → package/esm2020}/core/components/app-shell/app-shell.component.mjs +0 -0
  370. package/{esm2020 → package/esm2020}/core/components/breadcrumb/breadcrumb.component.mjs +0 -0
  371. package/{esm2020 → package/esm2020}/core/components/channel-switcher/channel-switcher.component.mjs +1 -1
  372. package/{esm2020 → package/esm2020}/core/components/main-nav/main-nav.component.mjs +0 -0
  373. package/{esm2020 → package/esm2020}/core/components/notification/notification.component.mjs +0 -0
  374. package/{esm2020 → package/esm2020}/core/components/overlay-host/overlay-host.component.mjs +0 -0
  375. package/{esm2020 → package/esm2020}/core/components/theme-switcher/theme-switcher.component.mjs +0 -0
  376. package/{esm2020 → package/esm2020}/core/components/ui-language-switcher-dialog/ui-language-switcher-dialog.component.mjs +0 -0
  377. package/{esm2020 → package/esm2020}/core/components/user-menu/user-menu.component.mjs +1 -1
  378. package/{esm2020 → package/esm2020}/core/core.module.mjs +0 -0
  379. package/{esm2020 → package/esm2020}/core/data/check-jobs-link.mjs +0 -0
  380. package/{esm2020 → package/esm2020}/core/data/client-state/client-defaults.mjs +0 -0
  381. package/{esm2020 → package/esm2020}/core/data/client-state/client-resolvers.mjs +0 -0
  382. package/{esm2020 → package/esm2020}/core/data/data.module.mjs +0 -0
  383. package/{esm2020 → package/esm2020}/core/data/definitions/administrator-definitions.mjs +0 -0
  384. package/{esm2020 → package/esm2020}/core/data/definitions/auth-definitions.mjs +0 -0
  385. package/{esm2020 → package/esm2020}/core/data/definitions/client-definitions.mjs +0 -0
  386. package/{esm2020 → package/esm2020}/core/data/definitions/collection-definitions.mjs +0 -0
  387. package/{esm2020 → package/esm2020}/core/data/definitions/customer-definitions.mjs +0 -0
  388. package/{esm2020 → package/esm2020}/core/data/definitions/facet-definitions.mjs +0 -0
  389. package/package/esm2020/core/data/definitions/order-definitions.mjs +472 -0
  390. package/package/esm2020/core/data/definitions/product-definitions.mjs +745 -0
  391. package/{esm2020 → package/esm2020}/core/data/definitions/promotion-definitions.mjs +0 -0
  392. package/{esm2020 → package/esm2020}/core/data/definitions/settings-definitions.mjs +0 -0
  393. package/{esm2020 → package/esm2020}/core/data/definitions/shared-definitions.mjs +0 -0
  394. package/{esm2020 → package/esm2020}/core/data/definitions/shipping-definitions.mjs +0 -0
  395. package/{esm2020 → package/esm2020}/core/data/omit-typename-link.mjs +0 -0
  396. package/{esm2020 → package/esm2020}/core/data/providers/administrator-data.service.mjs +0 -0
  397. package/{esm2020 → package/esm2020}/core/data/providers/auth-data.service.mjs +0 -0
  398. package/{esm2020 → package/esm2020}/core/data/providers/base-data.service.mjs +0 -0
  399. package/{esm2020 → package/esm2020}/core/data/providers/client-data.service.mjs +0 -0
  400. package/{esm2020 → package/esm2020}/core/data/providers/collection-data.service.mjs +0 -0
  401. package/{esm2020 → package/esm2020}/core/data/providers/customer-data.service.mjs +0 -0
  402. package/{esm2020 → package/esm2020}/core/data/providers/data.service.mjs +0 -0
  403. package/{esm2020 → package/esm2020}/core/data/providers/facet-data.service.mjs +0 -0
  404. package/{esm2020 → package/esm2020}/core/data/providers/fetch-adapter.mjs +0 -0
  405. package/{esm2020 → package/esm2020}/core/data/providers/interceptor.mjs +0 -0
  406. package/package/esm2020/core/data/providers/order-data.service.mjs +105 -0
  407. package/package/esm2020/core/data/providers/product-data.service.mjs +243 -0
  408. package/{esm2020 → package/esm2020}/core/data/providers/promotion-data.service.mjs +0 -0
  409. package/{esm2020 → package/esm2020}/core/data/providers/settings-data.service.mjs +0 -0
  410. package/{esm2020 → package/esm2020}/core/data/providers/shipping-method-data.service.mjs +0 -0
  411. package/{esm2020 → package/esm2020}/core/data/query-result.mjs +0 -0
  412. package/{esm2020 → package/esm2020}/core/data/server-config.mjs +0 -0
  413. package/{esm2020 → package/esm2020}/core/data/utils/add-custom-fields.mjs +0 -0
  414. package/{esm2020 → package/esm2020}/core/data/utils/get-server-location.mjs +0 -0
  415. package/{esm2020 → package/esm2020}/core/data/utils/remove-readonly-custom-fields.mjs +0 -0
  416. package/{esm2020 → package/esm2020}/core/data/utils/transform-relation-custom-field-inputs.mjs +0 -0
  417. package/{esm2020 → package/esm2020}/core/providers/auth/auth.service.mjs +0 -0
  418. package/{esm2020 → package/esm2020}/core/providers/component-registry/component-registry.service.mjs +0 -0
  419. package/{esm2020 → package/esm2020}/core/providers/custom-detail-component/custom-detail-component-types.mjs +0 -0
  420. package/{esm2020 → package/esm2020}/core/providers/custom-detail-component/custom-detail-component.service.mjs +0 -0
  421. package/{esm2020 → package/esm2020}/core/providers/custom-field-component/custom-field-component.service.mjs +0 -0
  422. package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/dashboard-widget-types.mjs +0 -0
  423. package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/dashboard-widget.service.mjs +0 -0
  424. package/{esm2020 → package/esm2020}/core/providers/dashboard-widget/register-dashboard-widget.mjs +0 -0
  425. package/{esm2020 → package/esm2020}/core/providers/guard/auth.guard.mjs +0 -0
  426. package/{esm2020 → package/esm2020}/core/providers/health-check/health-check.service.mjs +0 -0
  427. package/{esm2020 → package/esm2020}/core/providers/i18n/custom-http-loader.mjs +0 -0
  428. package/{esm2020 → package/esm2020}/core/providers/i18n/custom-message-format-compiler.mjs +0 -0
  429. package/{esm2020 → package/esm2020}/core/providers/i18n/i18n.service.mjs +0 -0
  430. package/{esm2020 → package/esm2020}/core/providers/job-queue/job-queue.service.mjs +0 -0
  431. package/{esm2020 → package/esm2020}/core/providers/local-storage/local-storage.service.mjs +0 -0
  432. package/{esm2020 → package/esm2020}/core/providers/modal/modal.service.mjs +0 -0
  433. package/{esm2020 → package/esm2020}/core/providers/modal/modal.types.mjs +0 -0
  434. package/{esm2020 → package/esm2020}/core/providers/nav-builder/nav-builder-types.mjs +0 -0
  435. package/{esm2020 → package/esm2020}/core/providers/nav-builder/nav-builder.service.mjs +0 -0
  436. package/{esm2020 → package/esm2020}/core/providers/notification/notification.service.mjs +0 -0
  437. package/{esm2020 → package/esm2020}/core/providers/overlay-host/overlay-host.service.mjs +0 -0
  438. package/package/esm2020/core/public_api.mjs +236 -0
  439. package/{esm2020 → package/esm2020}/core/shared/components/action-bar/action-bar.component.mjs +0 -0
  440. package/{esm2020 → package/esm2020}/core/shared/components/action-bar-items/action-bar-items.component.mjs +0 -0
  441. package/{esm2020 → package/esm2020}/core/shared/components/address-form/address-form.component.mjs +0 -0
  442. package/{esm2020 → package/esm2020}/core/shared/components/affixed-input/affixed-input.component.mjs +0 -0
  443. package/{esm2020 → package/esm2020}/core/shared/components/affixed-input/percentage-suffix-input.component.mjs +0 -0
  444. package/{esm2020 → package/esm2020}/core/shared/components/asset-file-input/asset-file-input.component.mjs +0 -0
  445. package/{esm2020 → package/esm2020}/core/shared/components/asset-gallery/asset-gallery.component.mjs +0 -0
  446. package/{esm2020 → package/esm2020}/core/shared/components/asset-gallery/asset-gallery.types.mjs +0 -0
  447. package/{esm2020 → package/esm2020}/core/shared/components/asset-picker-dialog/asset-picker-dialog.component.mjs +0 -0
  448. package/{esm2020 → package/esm2020}/core/shared/components/asset-preview/asset-preview.component.mjs +0 -0
  449. package/{esm2020 → package/esm2020}/core/shared/components/asset-preview-dialog/asset-preview-dialog.component.mjs +0 -0
  450. package/{esm2020 → package/esm2020}/core/shared/components/asset-preview-links/asset-preview-links.component.mjs +1 -1
  451. package/{esm2020 → package/esm2020}/core/shared/components/asset-search-input/asset-search-input.component.mjs +0 -0
  452. package/{esm2020 → package/esm2020}/core/shared/components/channel-assignment-control/channel-assignment-control.component.mjs +0 -0
  453. package/{esm2020 → package/esm2020}/core/shared/components/channel-badge/channel-badge.component.mjs +0 -0
  454. package/{esm2020 → package/esm2020}/core/shared/components/chip/chip.component.mjs +0 -0
  455. package/{esm2020 → package/esm2020}/core/shared/components/configurable-input/configurable-input.component.mjs +0 -0
  456. package/{esm2020 → package/esm2020}/core/shared/components/currency-input/currency-input.component.mjs +0 -0
  457. package/{esm2020 → package/esm2020}/core/shared/components/custom-detail-component-host/custom-detail-component-host.component.mjs +0 -0
  458. package/{esm2020 → package/esm2020}/core/shared/components/custom-field-control/custom-field-control.component.mjs +0 -0
  459. package/{esm2020 → package/esm2020}/core/shared/components/customer-label/customer-label.component.mjs +0 -0
  460. package/{esm2020 → package/esm2020}/core/shared/components/data-table/data-table-column.component.mjs +0 -0
  461. package/{esm2020 → package/esm2020}/core/shared/components/data-table/data-table.component.mjs +0 -0
  462. package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/constants.mjs +0 -0
  463. package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/datetime-picker.component.mjs +1 -1
  464. package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/datetime-picker.service.mjs +0 -0
  465. package/{esm2020 → package/esm2020}/core/shared/components/datetime-picker/types.mjs +0 -0
  466. package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown-item.directive.mjs +0 -0
  467. package/package/esm2020/core/shared/components/dropdown/dropdown-menu.component.mjs +130 -0
  468. package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown-trigger.directive.mjs +1 -1
  469. package/{esm2020 → package/esm2020}/core/shared/components/dropdown/dropdown.component.mjs +0 -0
  470. package/{esm2020 → package/esm2020}/core/shared/components/edit-note-dialog/edit-note-dialog.component.mjs +0 -0
  471. package/{esm2020 → package/esm2020}/core/shared/components/empty-placeholder/empty-placeholder.component.mjs +0 -0
  472. package/{esm2020 → package/esm2020}/core/shared/components/entity-info/entity-info.component.mjs +1 -1
  473. package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host-config.mjs +0 -0
  474. package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host.component.mjs +0 -0
  475. package/{esm2020 → package/esm2020}/core/shared/components/extension-host/extension-host.service.mjs +0 -0
  476. package/{esm2020 → package/esm2020}/core/shared/components/extension-host/host-external-frame.mjs +0 -0
  477. package/{esm2020 → package/esm2020}/core/shared/components/facet-value-chip/facet-value-chip.component.mjs +0 -0
  478. package/{esm2020 → package/esm2020}/core/shared/components/facet-value-selector/facet-value-selector.component.mjs +0 -0
  479. package/{esm2020 → package/esm2020}/core/shared/components/focal-point-control/focal-point-control.component.mjs +0 -0
  480. package/{esm2020 → package/esm2020}/core/shared/components/form-field/form-field-control.directive.mjs +0 -0
  481. package/{esm2020 → package/esm2020}/core/shared/components/form-field/form-field.component.mjs +0 -0
  482. package/{esm2020 → package/esm2020}/core/shared/components/form-item/form-item.component.mjs +0 -0
  483. package/{esm2020 → package/esm2020}/core/shared/components/formatted-address/formatted-address.component.mjs +0 -0
  484. package/{esm2020 → package/esm2020}/core/shared/components/help-tooltip/help-tooltip.component.mjs +0 -0
  485. package/{esm2020 → package/esm2020}/core/shared/components/history-entry-detail/history-entry-detail.component.mjs +1 -1
  486. package/{esm2020 → package/esm2020}/core/shared/components/items-per-page-controls/items-per-page-controls.component.mjs +0 -0
  487. package/{esm2020 → package/esm2020}/core/shared/components/labeled-data/labeled-data.component.mjs +0 -0
  488. package/{esm2020 → package/esm2020}/core/shared/components/language-selector/language-selector.component.mjs +1 -1
  489. package/{esm2020 → package/esm2020}/core/shared/components/manage-tags-dialog/manage-tags-dialog.component.mjs +0 -0
  490. package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-buttons.directive.mjs +0 -0
  491. package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-component-outlet.component.mjs +0 -0
  492. package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/dialog-title.directive.mjs +0 -0
  493. package/{esm2020 → package/esm2020}/core/shared/components/modal-dialog/modal-dialog.component.mjs +0 -0
  494. package/{esm2020 → package/esm2020}/core/shared/components/object-tree/object-tree.component.mjs +0 -0
  495. package/{esm2020 → package/esm2020}/core/shared/components/order-state-label/order-state-label.component.mjs +0 -0
  496. package/{esm2020 → package/esm2020}/core/shared/components/pagination-controls/pagination-controls.component.mjs +0 -0
  497. package/{esm2020 → package/esm2020}/core/shared/components/product-multi-selector-dialog/product-multi-selector-dialog.component.mjs +0 -0
  498. package/{esm2020 → package/esm2020}/core/shared/components/product-search-input/product-search-input.component.mjs +0 -0
  499. package/{esm2020 → package/esm2020}/core/shared/components/product-variant-selector/product-variant-selector.component.mjs +0 -0
  500. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/external-image-dialog/external-image-dialog.component.mjs +3 -3
  501. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/link-dialog/link-dialog.component.mjs +0 -0
  502. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.component.mjs +136 -0
  503. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/context-menu/context-menu.service.mjs +46 -0
  504. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/custom-nodes.mjs +57 -0
  505. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/inputrules.mjs +0 -0
  506. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/keymap.mjs +0 -0
  507. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +69 -0
  508. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +41 -0
  509. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-plugin.mjs +12 -0
  510. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +247 -0
  511. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/sub-menu-with-icon.mjs +16 -0
  512. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/image-plugin.mjs +100 -0
  513. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/plugins/link-select-plugin.mjs +0 -0
  514. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/raw-editor-plugin.mjs +96 -0
  515. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/plugins/tables-plugin.mjs +166 -0
  516. package/package/esm2020/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +141 -0
  517. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/types.mjs +1 -1
  518. package/{esm2020 → package/esm2020}/core/shared/components/rich-text-editor/prosemirror/utils.mjs +0 -0
  519. package/package/esm2020/core/shared/components/rich-text-editor/raw-html-dialog/raw-html-dialog.component.mjs +59 -0
  520. package/package/esm2020/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +105 -0
  521. package/{esm2020 → package/esm2020}/core/shared/components/select-toggle/select-toggle.component.mjs +0 -0
  522. package/{esm2020 → package/esm2020}/core/shared/components/simple-dialog/simple-dialog.component.mjs +0 -0
  523. package/{esm2020 → package/esm2020}/core/shared/components/status-badge/status-badge.component.mjs +0 -0
  524. package/{esm2020 → package/esm2020}/core/shared/components/tabbed-custom-fields/tabbed-custom-fields.component.mjs +0 -0
  525. package/{esm2020 → package/esm2020}/core/shared/components/table-row-action/table-row-action.component.mjs +0 -0
  526. package/{esm2020 → package/esm2020}/core/shared/components/tag-selector/tag-selector.component.mjs +0 -0
  527. package/{esm2020 → package/esm2020}/core/shared/components/timeline-entry/timeline-entry.component.mjs +0 -0
  528. package/{esm2020 → package/esm2020}/core/shared/components/title-input/title-input.component.mjs +0 -0
  529. package/{esm2020 → package/esm2020}/core/shared/components/ui-extension-point/ui-extension-point.component.mjs +1 -1
  530. package/{esm2020 → package/esm2020}/core/shared/directives/disabled.directive.mjs +0 -0
  531. package/{esm2020 → package/esm2020}/core/shared/directives/if-default-channel-active.directive.mjs +0 -0
  532. package/{esm2020 → package/esm2020}/core/shared/directives/if-directive-base.mjs +0 -0
  533. package/{esm2020 → package/esm2020}/core/shared/directives/if-multichannel.directive.mjs +0 -0
  534. package/{esm2020 → package/esm2020}/core/shared/directives/if-permissions.directive.mjs +0 -0
  535. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/boolean-form-input/boolean-form-input.component.mjs +0 -0
  536. package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/base-code-editor-form-input.component.mjs +57 -0
  537. package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component.mjs +63 -0
  538. package/package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +85 -0
  539. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component.mjs +0 -0
  540. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/currency-form-input/currency-form-input.component.mjs +0 -0
  541. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/customer-group-form-input/customer-group-form-input.component.mjs +0 -0
  542. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/date-form-input/date-form-input.component.mjs +0 -0
  543. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component.mjs +0 -0
  544. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component.mjs +0 -0
  545. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/number-form-input/number-form-input.component.mjs +0 -0
  546. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/password-form-input/password-form-input.component.mjs +0 -0
  547. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component.mjs +0 -0
  548. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/product-selector-form-input/product-selector-form-input.component.mjs +0 -0
  549. package/package/esm2020/core/shared/dynamic-form-inputs/register-dynamic-input-components.mjs +136 -0
  550. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component.mjs +0 -0
  551. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component.mjs +0 -0
  552. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component.mjs +0 -0
  553. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/product/relation-product-input.component.mjs +0 -0
  554. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component.mjs +0 -0
  555. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-card/relation-card.component.mjs +0 -0
  556. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-form-input.component.mjs +0 -0
  557. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/relation-form-input/relation-selector-dialog/relation-selector-dialog.component.mjs +0 -0
  558. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component.mjs +0 -0
  559. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/select-form-input/select-form-input.component.mjs +0 -0
  560. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/text-form-input/text-form-input.component.mjs +0 -0
  561. package/{esm2020 → package/esm2020}/core/shared/dynamic-form-inputs/textarea-form-input/textarea-form-input.component.mjs +0 -0
  562. package/{esm2020 → package/esm2020}/core/shared/pipes/asset-preview.pipe.mjs +0 -0
  563. package/{esm2020 → package/esm2020}/core/shared/pipes/channel-label.pipe.mjs +0 -0
  564. package/{esm2020 → package/esm2020}/core/shared/pipes/custom-field-label.pipe.mjs +0 -0
  565. package/{esm2020 → package/esm2020}/core/shared/pipes/duration.pipe.mjs +0 -0
  566. package/{esm2020 → package/esm2020}/core/shared/pipes/file-size.pipe.mjs +0 -0
  567. package/{esm2020 → package/esm2020}/core/shared/pipes/has-permission.pipe.mjs +0 -0
  568. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-base.pipe.mjs +0 -0
  569. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-currency-name.pipe.mjs +0 -0
  570. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-currency.pipe.mjs +0 -0
  571. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-date.pipe.mjs +0 -0
  572. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-language-name.pipe.mjs +0 -0
  573. package/{esm2020 → package/esm2020}/core/shared/pipes/locale-region-name.pipe.mjs +0 -0
  574. package/{esm2020 → package/esm2020}/core/shared/pipes/sentence-case.pipe.mjs +0 -0
  575. package/{esm2020 → package/esm2020}/core/shared/pipes/sort.pipe.mjs +0 -0
  576. package/{esm2020 → package/esm2020}/core/shared/pipes/state-i18n-token.pipe.mjs +0 -0
  577. package/{esm2020 → package/esm2020}/core/shared/pipes/string-to-color.pipe.mjs +0 -0
  578. package/{esm2020 → package/esm2020}/core/shared/pipes/time-ago.pipe.mjs +0 -0
  579. package/{esm2020 → package/esm2020}/core/shared/providers/routing/can-deactivate-detail-guard.mjs +0 -0
  580. package/package/esm2020/core/shared/shared.module.mjs +552 -0
  581. package/{esm2020 → package/esm2020}/core/validators/unicode-pattern.validator.mjs +0 -0
  582. package/{esm2020 → package/esm2020}/core/vendure-admin-ui-core.mjs +0 -0
  583. package/{esm2020 → package/esm2020}/customer/components/add-customer-to-group-dialog/add-customer-to-group-dialog.component.mjs +0 -0
  584. package/{esm2020 → package/esm2020}/customer/components/address-card/address-card.component.mjs +1 -1
  585. package/{esm2020 → package/esm2020}/customer/components/address-detail-dialog/address-detail-dialog.component.mjs +0 -0
  586. package/{esm2020 → package/esm2020}/customer/components/customer-detail/customer-detail.component.mjs +0 -0
  587. package/{esm2020 → package/esm2020}/customer/components/customer-group-detail-dialog/customer-group-detail-dialog.component.mjs +0 -0
  588. package/{esm2020 → package/esm2020}/customer/components/customer-group-list/customer-group-list.component.mjs +1 -1
  589. package/{esm2020 → package/esm2020}/customer/components/customer-group-member-list/customer-group-member-list.component.mjs +0 -0
  590. package/{esm2020 → package/esm2020}/customer/components/customer-history/customer-history.component.mjs +1 -1
  591. package/{esm2020 → package/esm2020}/customer/components/customer-list/customer-list.component.mjs +1 -1
  592. package/{esm2020 → package/esm2020}/customer/components/customer-status-label/customer-status-label.component.mjs +0 -0
  593. package/{esm2020 → package/esm2020}/customer/components/select-customer-group-dialog/select-customer-group-dialog.component.mjs +0 -0
  594. package/{esm2020 → package/esm2020}/customer/customer.module.mjs +0 -0
  595. package/{esm2020 → package/esm2020}/customer/customer.routes.mjs +0 -0
  596. package/{esm2020 → package/esm2020}/customer/providers/routing/customer-resolver.mjs +0 -0
  597. package/{esm2020 → package/esm2020}/customer/public_api.mjs +0 -0
  598. package/{esm2020 → package/esm2020}/customer/vendure-admin-ui-customer.mjs +0 -0
  599. package/{esm2020 → package/esm2020}/dashboard/components/dashboard/dashboard.component.mjs +1 -1
  600. package/{esm2020 → package/esm2020}/dashboard/components/dashboard-widget/dashboard-widget.component.mjs +0 -0
  601. package/{esm2020 → package/esm2020}/dashboard/dashboard.module.mjs +0 -0
  602. package/{esm2020 → package/esm2020}/dashboard/dashboard.routes.mjs +0 -0
  603. package/{esm2020 → package/esm2020}/dashboard/default-widgets.mjs +0 -0
  604. package/{esm2020 → package/esm2020}/dashboard/public_api.mjs +0 -0
  605. package/{esm2020 → package/esm2020}/dashboard/vendure-admin-ui-dashboard.mjs +0 -0
  606. package/{esm2020 → package/esm2020}/dashboard/widgets/latest-orders-widget/latest-orders-widget.component.mjs +0 -0
  607. package/{esm2020 → package/esm2020}/dashboard/widgets/order-summary-widget/order-summary-widget.component.mjs +0 -0
  608. package/{esm2020 → package/esm2020}/dashboard/widgets/test-widget/test-widget.component.mjs +0 -0
  609. package/{esm2020 → package/esm2020}/dashboard/widgets/welcome-widget/welcome-widget.component.mjs +0 -0
  610. package/{esm2020 → package/esm2020}/login/components/login/login.component.mjs +0 -0
  611. package/{esm2020 → package/esm2020}/login/login.module.mjs +0 -0
  612. package/{esm2020 → package/esm2020}/login/login.routes.mjs +0 -0
  613. package/{esm2020 → package/esm2020}/login/providers/login.guard.mjs +0 -0
  614. package/{esm2020 → package/esm2020}/login/public_api.mjs +0 -0
  615. package/{esm2020 → package/esm2020}/login/vendure-admin-ui-login.mjs +0 -0
  616. package/{esm2020 → package/esm2020}/marketing/components/promotion-detail/promotion-detail.component.mjs +1 -1
  617. package/{esm2020 → package/esm2020}/marketing/components/promotion-list/promotion-list.component.mjs +1 -1
  618. package/{esm2020 → package/esm2020}/marketing/marketing.module.mjs +0 -0
  619. package/{esm2020 → package/esm2020}/marketing/marketing.routes.mjs +0 -0
  620. package/{esm2020 → package/esm2020}/marketing/providers/routing/promotion-resolver.mjs +0 -0
  621. package/{esm2020 → package/esm2020}/marketing/public_api.mjs +0 -0
  622. package/{esm2020 → package/esm2020}/marketing/vendure-admin-ui-marketing.mjs +0 -0
  623. package/{esm2020 → package/esm2020}/order/components/add-manual-payment-dialog/add-manual-payment-dialog.component.mjs +0 -0
  624. package/{esm2020 → package/esm2020}/order/components/cancel-order-dialog/cancel-order-dialog.component.mjs +0 -0
  625. package/{esm2020 → package/esm2020}/order/components/fulfill-order-dialog/fulfill-order-dialog.component.mjs +6 -2
  626. package/{esm2020 → package/esm2020}/order/components/fulfillment-card/fulfillment-card.component.mjs +1 -1
  627. package/package/esm2020/order/components/fulfillment-detail/fulfillment-detail.component.mjs +53 -0
  628. package/{esm2020 → package/esm2020}/order/components/fulfillment-state-label/fulfillment-state-label.component.mjs +0 -0
  629. package/package/esm2020/order/components/line-fulfillment/line-fulfillment.component.mjs +54 -0
  630. package/{esm2020 → package/esm2020}/order/components/line-refunds/line-refunds.component.mjs +0 -0
  631. package/{esm2020 → package/esm2020}/order/components/modification-detail/modification-detail.component.mjs +0 -0
  632. package/{esm2020 → package/esm2020}/order/components/order-custom-fields-card/order-custom-fields-card.component.mjs +0 -0
  633. package/{esm2020 → package/esm2020}/order/components/order-detail/order-detail.component.mjs +49 -21
  634. package/{esm2020 → package/esm2020}/order/components/order-editor/order-editor.component.mjs +0 -0
  635. package/{esm2020 → package/esm2020}/order/components/order-edits-preview-dialog/order-edits-preview-dialog.component.mjs +0 -0
  636. package/{esm2020 → package/esm2020}/order/components/order-history/order-history.component.mjs +1 -1
  637. package/{esm2020 → package/esm2020}/order/components/order-list/order-list.component.mjs +0 -0
  638. package/{esm2020 → package/esm2020}/order/components/order-payment-card/order-payment-card.component.mjs +3 -3
  639. package/{esm2020 → package/esm2020}/order/components/order-process-graph/constants.mjs +0 -0
  640. package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-edge.component.mjs +0 -0
  641. package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-graph.component.mjs +0 -0
  642. package/{esm2020 → package/esm2020}/order/components/order-process-graph/order-process-node.component.mjs +0 -0
  643. package/{esm2020 → package/esm2020}/order/components/order-process-graph/types.mjs +0 -0
  644. package/{esm2020 → package/esm2020}/order/components/order-process-graph-dialog/order-process-graph-dialog.component.mjs +0 -0
  645. package/{esm2020 → package/esm2020}/order/components/order-state-select-dialog/order-state-select-dialog.component.mjs +0 -0
  646. package/{esm2020 → package/esm2020}/order/components/order-table/order-table.component.mjs +1 -1
  647. package/{esm2020 → package/esm2020}/order/components/payment-detail/payment-detail.component.mjs +0 -0
  648. package/{esm2020 → package/esm2020}/order/components/payment-state-label/payment-state-label.component.mjs +0 -0
  649. package/{esm2020 → package/esm2020}/order/components/refund-order-dialog/refund-order-dialog.component.mjs +1 -1
  650. package/{esm2020 → package/esm2020}/order/components/refund-state-label/refund-state-label.component.mjs +0 -0
  651. package/{esm2020 → package/esm2020}/order/components/settle-refund-dialog/settle-refund-dialog.component.mjs +0 -0
  652. package/{esm2020 → package/esm2020}/order/components/simple-item-list/simple-item-list.component.mjs +0 -0
  653. package/{esm2020 → package/esm2020}/order/order.module.mjs +0 -0
  654. package/{esm2020 → package/esm2020}/order/order.routes.mjs +0 -0
  655. package/{esm2020 → package/esm2020}/order/providers/order-transition.service.mjs +0 -0
  656. package/{esm2020 → package/esm2020}/order/providers/routing/order-resolver.mjs +0 -0
  657. package/{esm2020 → package/esm2020}/order/public_api.mjs +0 -0
  658. package/{esm2020 → package/esm2020}/order/vendure-admin-ui-order.mjs +0 -0
  659. package/{esm2020 → package/esm2020}/public_api.mjs +0 -0
  660. package/{esm2020 → package/esm2020}/settings/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.mjs +0 -0
  661. package/{esm2020 → package/esm2020}/settings/components/admin-detail/admin-detail.component.mjs +0 -0
  662. package/{esm2020 → package/esm2020}/settings/components/administrator-list/administrator-list.component.mjs +1 -1
  663. package/{esm2020 → package/esm2020}/settings/components/channel-detail/channel-detail.component.mjs +0 -0
  664. package/{esm2020 → package/esm2020}/settings/components/channel-list/channel-list.component.mjs +1 -1
  665. package/{esm2020 → package/esm2020}/settings/components/country-detail/country-detail.component.mjs +0 -0
  666. package/{esm2020 → package/esm2020}/settings/components/country-list/country-list.component.mjs +1 -1
  667. package/{esm2020 → package/esm2020}/settings/components/global-settings/global-settings.component.mjs +0 -0
  668. package/{esm2020 → package/esm2020}/settings/components/payment-method-detail/payment-method-detail.component.mjs +1 -1
  669. package/{esm2020 → package/esm2020}/settings/components/payment-method-list/payment-method-list.component.mjs +1 -1
  670. package/{esm2020 → package/esm2020}/settings/components/permission-grid/permission-grid.component.mjs +0 -0
  671. package/{esm2020 → package/esm2020}/settings/components/profile/profile.component.mjs +0 -0
  672. package/{esm2020 → package/esm2020}/settings/components/role-detail/role-detail.component.mjs +0 -0
  673. package/{esm2020 → package/esm2020}/settings/components/role-list/role-list.component.mjs +1 -1
  674. package/{esm2020 → package/esm2020}/settings/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.mjs +0 -0
  675. package/{esm2020 → package/esm2020}/settings/components/shipping-method-detail/shipping-method-detail.component.mjs +1 -1
  676. package/{esm2020 → package/esm2020}/settings/components/shipping-method-list/shipping-method-list.component.mjs +1 -1
  677. package/{esm2020 → package/esm2020}/settings/components/shipping-method-test-result/shipping-method-test-result.component.mjs +0 -0
  678. package/{esm2020 → package/esm2020}/settings/components/tax-category-detail/tax-category-detail.component.mjs +0 -0
  679. package/{esm2020 → package/esm2020}/settings/components/tax-category-list/tax-category-list.component.mjs +1 -1
  680. package/{esm2020 → package/esm2020}/settings/components/tax-rate-detail/tax-rate-detail.component.mjs +0 -0
  681. package/{esm2020 → package/esm2020}/settings/components/tax-rate-list/tax-rate-list.component.mjs +1 -1
  682. package/{esm2020 → package/esm2020}/settings/components/test-address-form/test-address-form.component.mjs +0 -0
  683. package/{esm2020 → package/esm2020}/settings/components/test-order-builder/test-order-builder.component.mjs +0 -0
  684. package/{esm2020 → package/esm2020}/settings/components/zone-detail-dialog/zone-detail-dialog.component.mjs +0 -0
  685. package/{esm2020 → package/esm2020}/settings/components/zone-list/zone-list.component.mjs +1 -1
  686. package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-controls.directive.mjs +0 -0
  687. package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-list-header.directive.mjs +0 -0
  688. package/{esm2020 → package/esm2020}/settings/components/zone-member-list/zone-member-list.component.mjs +0 -0
  689. package/{esm2020 → package/esm2020}/settings/providers/routing/administrator-resolver.mjs +0 -0
  690. package/{esm2020 → package/esm2020}/settings/providers/routing/channel-resolver.mjs +0 -0
  691. package/{esm2020 → package/esm2020}/settings/providers/routing/country-resolver.mjs +0 -0
  692. package/{esm2020 → package/esm2020}/settings/providers/routing/global-settings-resolver.mjs +0 -0
  693. package/{esm2020 → package/esm2020}/settings/providers/routing/payment-method-resolver.mjs +0 -0
  694. package/{esm2020 → package/esm2020}/settings/providers/routing/profile-resolver.mjs +0 -0
  695. package/{esm2020 → package/esm2020}/settings/providers/routing/role-resolver.mjs +0 -0
  696. package/{esm2020 → package/esm2020}/settings/providers/routing/shipping-method-resolver.mjs +0 -0
  697. package/{esm2020 → package/esm2020}/settings/providers/routing/tax-category-resolver.mjs +0 -0
  698. package/{esm2020 → package/esm2020}/settings/providers/routing/tax-rate-resolver.mjs +0 -0
  699. package/{esm2020 → package/esm2020}/settings/public_api.mjs +0 -0
  700. package/{esm2020 → package/esm2020}/settings/settings.module.mjs +0 -0
  701. package/{esm2020 → package/esm2020}/settings/settings.routes.mjs +0 -0
  702. package/{esm2020 → package/esm2020}/settings/vendure-admin-ui-settings.mjs +0 -0
  703. package/{esm2020 → package/esm2020}/system/components/health-check/health-check.component.mjs +0 -0
  704. package/{esm2020 → package/esm2020}/system/components/job-list/job-list.component.mjs +1 -1
  705. package/{esm2020 → package/esm2020}/system/components/job-state-label/job-state-label.component.mjs +0 -0
  706. package/{esm2020 → package/esm2020}/system/public_api.mjs +0 -0
  707. package/{esm2020 → package/esm2020}/system/system.module.mjs +0 -0
  708. package/{esm2020 → package/esm2020}/system/system.routes.mjs +0 -0
  709. package/{esm2020 → package/esm2020}/system/vendure-admin-ui-system.mjs +0 -0
  710. package/{esm2020 → package/esm2020}/vendure-admin-ui.mjs +0 -0
  711. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-catalog.mjs +192 -28
  712. package/package/fesm2015/vendure-admin-ui-catalog.mjs.map +1 -0
  713. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-core.mjs +1948 -1159
  714. package/package/fesm2015/vendure-admin-ui-core.mjs.map +1 -0
  715. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-customer.mjs +4 -4
  716. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-customer.mjs.map +0 -0
  717. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-dashboard.mjs +1 -1
  718. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-dashboard.mjs.map +0 -0
  719. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.mjs +0 -0
  720. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-login.mjs.map +0 -0
  721. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.mjs +2 -2
  722. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-marketing.mjs.map +0 -0
  723. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-order.mjs +75 -65
  724. package/package/fesm2015/vendure-admin-ui-order.mjs.map +1 -0
  725. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-settings.mjs +11 -11
  726. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-settings.mjs.map +0 -0
  727. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-system.mjs +1 -1
  728. package/{fesm2015 → package/fesm2015}/vendure-admin-ui-system.mjs.map +0 -0
  729. package/{fesm2015 → package/fesm2015}/vendure-admin-ui.mjs +0 -0
  730. package/{fesm2015 → package/fesm2015}/vendure-admin-ui.mjs.map +0 -0
  731. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-catalog.mjs +185 -28
  732. package/package/fesm2020/vendure-admin-ui-catalog.mjs.map +1 -0
  733. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-core.mjs +1943 -1161
  734. package/package/fesm2020/vendure-admin-ui-core.mjs.map +1 -0
  735. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-customer.mjs +4 -4
  736. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-customer.mjs.map +0 -0
  737. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-dashboard.mjs +1 -1
  738. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-dashboard.mjs.map +0 -0
  739. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-login.mjs +0 -0
  740. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-login.mjs.map +0 -0
  741. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-marketing.mjs +2 -2
  742. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-marketing.mjs.map +0 -0
  743. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-order.mjs +73 -64
  744. package/package/fesm2020/vendure-admin-ui-order.mjs.map +1 -0
  745. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-settings.mjs +11 -11
  746. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-settings.mjs.map +0 -0
  747. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-system.mjs +1 -1
  748. package/{fesm2020 → package/fesm2020}/vendure-admin-ui-system.mjs.map +0 -0
  749. package/{fesm2020 → package/fesm2020}/vendure-admin-ui.mjs +0 -0
  750. package/{fesm2020 → package/fesm2020}/vendure-admin-ui.mjs.map +0 -0
  751. package/{login → package/login}/components/login/login.component.d.ts +0 -0
  752. package/{login → package/login}/login.module.d.ts +0 -0
  753. package/{login → package/login}/login.routes.d.ts +0 -0
  754. package/{login → package/login}/package.json +0 -0
  755. package/{login → package/login}/providers/login.guard.d.ts +0 -0
  756. package/{login → package/login}/public_api.d.ts +0 -0
  757. package/{login → package/login}/vendure-admin-ui-login.d.ts +0 -0
  758. package/{marketing → package/marketing}/components/promotion-detail/promotion-detail.component.d.ts +0 -0
  759. package/{marketing → package/marketing}/components/promotion-list/promotion-list.component.d.ts +0 -0
  760. package/{marketing → package/marketing}/marketing.module.d.ts +0 -0
  761. package/{marketing → package/marketing}/marketing.routes.d.ts +0 -0
  762. package/{marketing → package/marketing}/package.json +0 -0
  763. package/{marketing → package/marketing}/providers/routing/promotion-resolver.d.ts +0 -0
  764. package/{marketing → package/marketing}/public_api.d.ts +0 -0
  765. package/{marketing → package/marketing}/vendure-admin-ui-marketing.d.ts +0 -0
  766. package/{order → package/order}/components/add-manual-payment-dialog/add-manual-payment-dialog.component.d.ts +0 -0
  767. package/{order → package/order}/components/cancel-order-dialog/cancel-order-dialog.component.d.ts +0 -0
  768. package/{order → package/order}/components/fulfill-order-dialog/fulfill-order-dialog.component.d.ts +0 -0
  769. package/{order → package/order}/components/fulfillment-card/fulfillment-card.component.d.ts +0 -0
  770. package/{order → package/order}/components/fulfillment-detail/fulfillment-detail.component.d.ts +0 -0
  771. package/{order → package/order}/components/fulfillment-state-label/fulfillment-state-label.component.d.ts +0 -0
  772. package/{order → package/order}/components/line-fulfillment/line-fulfillment.component.d.ts +0 -0
  773. package/{order → package/order}/components/line-refunds/line-refunds.component.d.ts +0 -0
  774. package/{order → package/order}/components/modification-detail/modification-detail.component.d.ts +0 -0
  775. package/{order → package/order}/components/order-custom-fields-card/order-custom-fields-card.component.d.ts +0 -0
  776. package/{order → package/order}/components/order-detail/order-detail.component.d.ts +0 -0
  777. package/{order → package/order}/components/order-editor/order-editor.component.d.ts +0 -0
  778. package/{order → package/order}/components/order-edits-preview-dialog/order-edits-preview-dialog.component.d.ts +0 -0
  779. package/{order → package/order}/components/order-history/order-history.component.d.ts +0 -0
  780. package/{order → package/order}/components/order-list/order-list.component.d.ts +0 -0
  781. package/{order → package/order}/components/order-payment-card/order-payment-card.component.d.ts +0 -0
  782. package/{order → package/order}/components/order-process-graph/constants.d.ts +0 -0
  783. package/{order → package/order}/components/order-process-graph/order-process-edge.component.d.ts +0 -0
  784. package/{order → package/order}/components/order-process-graph/order-process-graph.component.d.ts +0 -0
  785. package/{order → package/order}/components/order-process-graph/order-process-node.component.d.ts +0 -0
  786. package/{order → package/order}/components/order-process-graph/types.d.ts +0 -0
  787. package/{order → package/order}/components/order-process-graph-dialog/order-process-graph-dialog.component.d.ts +0 -0
  788. package/{order → package/order}/components/order-state-select-dialog/order-state-select-dialog.component.d.ts +0 -0
  789. package/{order → package/order}/components/order-table/order-table.component.d.ts +0 -0
  790. package/{order → package/order}/components/payment-detail/payment-detail.component.d.ts +0 -0
  791. package/{order → package/order}/components/payment-state-label/payment-state-label.component.d.ts +0 -0
  792. package/{order → package/order}/components/refund-order-dialog/refund-order-dialog.component.d.ts +0 -0
  793. package/{order → package/order}/components/refund-state-label/refund-state-label.component.d.ts +0 -0
  794. package/{order → package/order}/components/settle-refund-dialog/settle-refund-dialog.component.d.ts +0 -0
  795. package/{order → package/order}/components/simple-item-list/simple-item-list.component.d.ts +0 -0
  796. package/{order → package/order}/order.module.d.ts +0 -0
  797. package/{order → package/order}/order.routes.d.ts +0 -0
  798. package/{order → package/order}/package.json +0 -0
  799. package/{order → package/order}/providers/order-transition.service.d.ts +0 -0
  800. package/{order → package/order}/providers/routing/order-resolver.d.ts +0 -0
  801. package/{order → package/order}/public_api.d.ts +0 -0
  802. package/{order → package/order}/vendure-admin-ui-order.d.ts +0 -0
  803. package/package/package.json +143 -0
  804. package/{public_api.d.ts → package/public_api.d.ts} +0 -0
  805. package/{settings → package/settings}/components/add-country-to-zone-dialog/add-country-to-zone-dialog.component.d.ts +0 -0
  806. package/{settings → package/settings}/components/admin-detail/admin-detail.component.d.ts +0 -0
  807. package/{settings → package/settings}/components/administrator-list/administrator-list.component.d.ts +0 -0
  808. package/{settings → package/settings}/components/channel-detail/channel-detail.component.d.ts +0 -0
  809. package/{settings → package/settings}/components/channel-list/channel-list.component.d.ts +0 -0
  810. package/{settings → package/settings}/components/country-detail/country-detail.component.d.ts +0 -0
  811. package/{settings → package/settings}/components/country-list/country-list.component.d.ts +0 -0
  812. package/{settings → package/settings}/components/global-settings/global-settings.component.d.ts +0 -0
  813. package/{settings → package/settings}/components/payment-method-detail/payment-method-detail.component.d.ts +0 -0
  814. package/{settings → package/settings}/components/payment-method-list/payment-method-list.component.d.ts +0 -0
  815. package/{settings → package/settings}/components/permission-grid/permission-grid.component.d.ts +0 -0
  816. package/{settings → package/settings}/components/profile/profile.component.d.ts +0 -0
  817. package/{settings → package/settings}/components/role-detail/role-detail.component.d.ts +0 -0
  818. package/{settings → package/settings}/components/role-list/role-list.component.d.ts +0 -0
  819. package/{settings → package/settings}/components/shipping-eligibility-test-result/shipping-eligibility-test-result.component.d.ts +0 -0
  820. package/{settings → package/settings}/components/shipping-method-detail/shipping-method-detail.component.d.ts +0 -0
  821. package/{settings → package/settings}/components/shipping-method-list/shipping-method-list.component.d.ts +0 -0
  822. package/{settings → package/settings}/components/shipping-method-test-result/shipping-method-test-result.component.d.ts +0 -0
  823. package/{settings → package/settings}/components/tax-category-detail/tax-category-detail.component.d.ts +0 -0
  824. package/{settings → package/settings}/components/tax-category-list/tax-category-list.component.d.ts +0 -0
  825. package/{settings → package/settings}/components/tax-rate-detail/tax-rate-detail.component.d.ts +0 -0
  826. package/{settings → package/settings}/components/tax-rate-list/tax-rate-list.component.d.ts +0 -0
  827. package/{settings → package/settings}/components/test-address-form/test-address-form.component.d.ts +0 -0
  828. package/{settings → package/settings}/components/test-order-builder/test-order-builder.component.d.ts +0 -0
  829. package/{settings → package/settings}/components/zone-detail-dialog/zone-detail-dialog.component.d.ts +0 -0
  830. package/{settings → package/settings}/components/zone-list/zone-list.component.d.ts +0 -0
  831. package/{settings → package/settings}/components/zone-member-list/zone-member-controls.directive.d.ts +0 -0
  832. package/{settings → package/settings}/components/zone-member-list/zone-member-list-header.directive.d.ts +0 -0
  833. package/{settings → package/settings}/components/zone-member-list/zone-member-list.component.d.ts +0 -0
  834. package/{settings → package/settings}/package.json +0 -0
  835. package/{settings → package/settings}/providers/routing/administrator-resolver.d.ts +0 -0
  836. package/{settings → package/settings}/providers/routing/channel-resolver.d.ts +0 -0
  837. package/{settings → package/settings}/providers/routing/country-resolver.d.ts +0 -0
  838. package/{settings → package/settings}/providers/routing/global-settings-resolver.d.ts +0 -0
  839. package/{settings → package/settings}/providers/routing/payment-method-resolver.d.ts +0 -0
  840. package/{settings → package/settings}/providers/routing/profile-resolver.d.ts +0 -0
  841. package/{settings → package/settings}/providers/routing/role-resolver.d.ts +0 -0
  842. package/{settings → package/settings}/providers/routing/shipping-method-resolver.d.ts +0 -0
  843. package/{settings → package/settings}/providers/routing/tax-category-resolver.d.ts +0 -0
  844. package/{settings → package/settings}/providers/routing/tax-rate-resolver.d.ts +0 -0
  845. package/{settings → package/settings}/public_api.d.ts +0 -0
  846. package/{settings → package/settings}/settings.module.d.ts +0 -0
  847. package/{settings → package/settings}/settings.routes.d.ts +0 -0
  848. package/{settings → package/settings}/vendure-admin-ui-settings.d.ts +0 -0
  849. package/{static → package/static}/assets/.gitkeep +0 -0
  850. package/{static → package/static}/assets/logo-300px.png +0 -0
  851. package/{static → package/static}/assets/logo-75px.png +0 -0
  852. package/{static → package/static}/favicon.ico +0 -0
  853. package/{static → package/static}/i18n-messages/cs.json +2 -1
  854. package/{static → package/static}/i18n-messages/de.json +2 -1
  855. package/{static → package/static}/i18n-messages/en.json +3 -1
  856. package/{static → package/static}/i18n-messages/es.json +2 -1
  857. package/{static → package/static}/i18n-messages/fr.json +2 -1
  858. package/{static → package/static}/i18n-messages/it.json +2 -1
  859. package/{static → package/static}/i18n-messages/pl.json +2 -1
  860. package/{static → package/static}/i18n-messages/pt_BR.json +2 -1
  861. package/{static → package/static}/i18n-messages/pt_PT.json +2 -1
  862. package/{static → package/static}/i18n-messages/ru.json +2 -1
  863. package/{static → package/static}/i18n-messages/uk.json +2 -1
  864. package/{static → package/static}/i18n-messages/zh_Hans.json +2 -1
  865. package/{static → package/static}/i18n-messages/zh_Hant.json +2 -1
  866. package/{static → package/static}/index.html +0 -0
  867. package/{static → package/static}/polyfills.ts +0 -0
  868. package/{static → package/static}/styles/_mixins.scss +0 -0
  869. package/{static → package/static}/styles/_variables.scss +0 -0
  870. package/{static → package/static}/styles/global/_forms.scss +0 -0
  871. package/{static → package/static}/styles/global/_overrides.scss +0 -0
  872. package/{static → package/static}/styles/global/_sass-overrides.scss +0 -0
  873. package/{static → package/static}/styles/global/_utilities.scss +1 -0
  874. package/{static → package/static}/styles/styles.scss +0 -0
  875. package/{static → package/static}/styles/theme/dark.scss +0 -0
  876. package/{static → package/static}/styles/theme/default.scss +0 -0
  877. package/{static → package/static}/styles/ui-extension-theme.scss +0 -0
  878. package/{static → package/static}/theme.min.css +1 -1
  879. package/{static → package/static}/vendure-ui-config.json +0 -0
  880. package/{system → package/system}/components/health-check/health-check.component.d.ts +0 -0
  881. package/{system → package/system}/components/job-list/job-list.component.d.ts +0 -0
  882. package/{system → package/system}/components/job-state-label/job-state-label.component.d.ts +0 -0
  883. package/{system → package/system}/package.json +0 -0
  884. package/{system → package/system}/public_api.d.ts +0 -0
  885. package/{system → package/system}/system.module.d.ts +0 -0
  886. package/{system → package/system}/system.routes.d.ts +0 -0
  887. package/{system → package/system}/vendure-admin-ui-system.d.ts +0 -0
  888. package/{vendure-admin-ui.d.ts → package/vendure-admin-ui.d.ts} +0 -0
  889. package/package.json +58 -105
  890. package/tsconfig.json +61 -0
  891. package/tsconfig.lib.json +26 -0
  892. package/tsconfig.lib.prod.json +14 -0
  893. package/tslint.json +33 -0
  894. package/vendure-admin-ui-2.0.0-next.14.tgz +0 -0
  895. package/LICENSE +0 -9
  896. package/core/common/version.d.ts +0 -1
  897. package/core/shared/components/rich-text-editor/prosemirror/inputrules.d.ts +0 -8
  898. package/core/shared/components/rich-text-editor/prosemirror/menu/images.d.ts +0 -4
  899. package/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.d.ts +0 -4
  900. package/esm2020/catalog/components/generate-product-variants/generate-product-variants.component.mjs +0 -79
  901. package/esm2020/catalog/components/option-value-input/option-value-input.component.mjs +0 -97
  902. package/esm2020/catalog/components/product-variants-editor/product-variants-editor.component.mjs +0 -318
  903. package/esm2020/core/common/generated-types.mjs +0 -982
  904. package/esm2020/core/common/introspection-result.mjs +0 -259
  905. package/esm2020/core/common/utilities/configurable-operation-utils.mjs +0 -102
  906. package/esm2020/core/data/definitions/order-definitions.mjs +0 -458
  907. package/esm2020/core/data/definitions/product-definitions.mjs +0 -737
  908. package/esm2020/core/data/providers/order-data.service.mjs +0 -100
  909. package/esm2020/core/data/providers/product-data.service.mjs +0 -240
  910. package/esm2020/core/public_api.mjs +0 -226
  911. package/esm2020/core/shared/components/dropdown/dropdown-menu.component.mjs +0 -127
  912. package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/images.mjs +0 -36
  913. package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/links.mjs +0 -69
  914. package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu-common.mjs +0 -20
  915. package/esm2020/core/shared/components/rich-text-editor/prosemirror/menu/menu.mjs +0 -192
  916. package/esm2020/core/shared/components/rich-text-editor/prosemirror/prosemirror.service.mjs +0 -112
  917. package/esm2020/core/shared/components/rich-text-editor/rich-text-editor.component.mjs +0 -93
  918. package/esm2020/core/shared/dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component.mjs +0 -120
  919. package/esm2020/core/shared/dynamic-form-inputs/register-dynamic-input-components.mjs +0 -134
  920. package/esm2020/core/shared/shared.module.mjs +0 -540
  921. package/esm2020/order/components/fulfillment-detail/fulfillment-detail.component.mjs +0 -62
  922. package/esm2020/order/components/line-fulfillment/line-fulfillment.component.mjs +0 -68
  923. package/fesm2015/vendure-admin-ui-catalog.mjs.map +0 -1
  924. package/fesm2015/vendure-admin-ui-core.mjs.map +0 -1
  925. package/fesm2015/vendure-admin-ui-order.mjs.map +0 -1
  926. package/fesm2020/vendure-admin-ui-catalog.mjs.map +0 -1
  927. package/fesm2020/vendure-admin-ui-core.mjs.map +0 -1
  928. package/fesm2020/vendure-admin-ui-order.mjs.map +0 -1
@@ -1,5 +1,7 @@
1
+ import { Injector } from '@angular/core';
1
2
  import { EditorView } from 'prosemirror-view';
2
- import { ModalService } from '../../../../providers/modal/modal.service';
3
+ import { Observable } from 'rxjs';
4
+ import { ContextMenuService } from './context-menu/context-menu.service';
3
5
  import * as i0 from "@angular/core";
4
6
  export interface CreateEditorViewOptions {
5
7
  onTextInput: (content: string) => void;
@@ -7,11 +9,13 @@ export interface CreateEditorViewOptions {
7
9
  isReadOnly: () => boolean;
8
10
  }
9
11
  export declare class ProsemirrorService {
10
- private modalService;
12
+ private injector;
13
+ private contextMenuService;
11
14
  editorView: EditorView;
12
15
  private mySchema;
13
16
  private enabled;
14
- constructor(modalService: ModalService);
17
+ constructor(injector: Injector, contextMenuService: ContextMenuService);
18
+ contextMenuItems$: Observable<string>;
15
19
  createEditorView(options: CreateEditorViewOptions): void;
16
20
  update(text: string): void;
17
21
  destroy(): void;
@@ -1,4 +1,3 @@
1
- import { MenuItem } from 'prosemirror-menu';
2
1
  import { Schema } from 'prosemirror-model';
3
2
  export interface SetupOptions {
4
3
  schema: Schema;
@@ -6,6 +5,5 @@ export interface SetupOptions {
6
5
  menuBar?: boolean;
7
6
  history?: boolean;
8
7
  floatingMenu?: boolean;
9
- menuContent?: MenuItem[][];
10
8
  }
11
9
  export declare type Keymap = Record<string, string | false>;
@@ -0,0 +1,21 @@
1
+ import { OnInit } from '@angular/core';
2
+ import { FormControl } from '@angular/forms';
3
+ import { ConfigArgDefinition } from '../../../../common/generated-types';
4
+ import { Dialog } from '../../../../providers/modal/modal.types';
5
+ import * as i0 from "@angular/core";
6
+ export declare class RawHtmlDialogComponent implements OnInit, Dialog<string> {
7
+ html: string;
8
+ formControl: FormControl;
9
+ config: ConfigArgDefinition;
10
+ resolveWith: (html: string | undefined) => void;
11
+ ngOnInit(): void;
12
+ process(str: string): string;
13
+ /**
14
+ * Taken from https://stackoverflow.com/a/26361620/772859
15
+ */
16
+ format(node: Element, level?: number): Element;
17
+ cancel(): void;
18
+ select(): void;
19
+ static ɵfac: i0.ɵɵFactoryDeclaration<RawHtmlDialogComponent, never>;
20
+ static ɵcmp: i0.ɵɵComponentDeclaration<RawHtmlDialogComponent, "vdr-raw-html-dialog", never, {}, {}, never, never>;
21
+ }
@@ -1,5 +1,6 @@
1
- import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
1
+ import { AfterViewInit, ChangeDetectorRef, OnDestroy, ViewContainerRef } from '@angular/core';
2
2
  import { ControlValueAccessor } from '@angular/forms';
3
+ import { ContextMenuService } from './prosemirror/context-menu/context-menu.service';
3
4
  import { ProsemirrorService } from './prosemirror/prosemirror.service';
4
5
  import * as i0 from "@angular/core";
5
6
  /**
@@ -19,6 +20,8 @@ import * as i0 from "@angular/core";
19
20
  export declare class RichTextEditorComponent implements ControlValueAccessor, AfterViewInit, OnDestroy {
20
21
  private changeDetector;
21
22
  private prosemirrorService;
23
+ private viewContainerRef;
24
+ contextMenuService: ContextMenuService;
22
25
  label: string;
23
26
  set readonly(value: any);
24
27
  _readonly: boolean;
@@ -26,7 +29,8 @@ export declare class RichTextEditorComponent implements ControlValueAccessor, Af
26
29
  onTouch: () => void;
27
30
  private value;
28
31
  private editorEl;
29
- constructor(changeDetector: ChangeDetectorRef, prosemirrorService: ProsemirrorService);
32
+ constructor(changeDetector: ChangeDetectorRef, prosemirrorService: ProsemirrorService, viewContainerRef: ViewContainerRef, contextMenuService: ContextMenuService);
33
+ get menuElement(): HTMLDivElement | null;
30
34
  ngAfterViewInit(): void;
31
35
  ngOnDestroy(): void;
32
36
  registerOnChange(fn: any): void;
@@ -0,0 +1,30 @@
1
+ import { AfterViewInit, ChangeDetectorRef } from '@angular/core';
2
+ import { FormControl, ValidatorFn } from '@angular/forms';
3
+ import { DefaultFormComponentConfig } from '@vendure/common/lib/shared-types';
4
+ import { CodeJar } from 'codejar';
5
+ import { FormInputComponent } from '../../../common/component-registry-types';
6
+ import * as i0 from "@angular/core";
7
+ export interface CodeEditorConfig {
8
+ validator: ValidatorFn;
9
+ getErrorMessage: (content: string) => string | undefined;
10
+ highlight: (content: string, errorPos: number | undefined) => string;
11
+ }
12
+ export declare abstract class BaseCodeEditorFormInputComponent implements FormInputComponent, AfterViewInit {
13
+ protected changeDetector: ChangeDetectorRef;
14
+ readonly: boolean;
15
+ formControl: FormControl;
16
+ config: DefaultFormComponentConfig<'json-editor-form-input'>;
17
+ isValid: boolean;
18
+ errorMessage: string | undefined;
19
+ private editorElementRef;
20
+ jar: CodeJar;
21
+ private highlight;
22
+ private getErrorMessage;
23
+ protected constructor(changeDetector: ChangeDetectorRef);
24
+ get height(): string | undefined;
25
+ configure(config: CodeEditorConfig): void;
26
+ ngAfterViewInit(): void;
27
+ protected getErrorPos(errorMessage: string | undefined): number | undefined;
28
+ static ɵfac: i0.ɵɵFactoryDeclaration<BaseCodeEditorFormInputComponent, never>;
29
+ static ɵdir: i0.ɵɵDirectiveDeclaration<BaseCodeEditorFormInputComponent, never, never, {}, {}, never>;
30
+ }
@@ -0,0 +1,22 @@
1
+ import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core';
2
+ import { DefaultFormComponentId } from '@vendure/common/lib/shared-types';
3
+ import { FormInputComponent } from '../../../common/component-registry-types';
4
+ import { BaseCodeEditorFormInputComponent } from './base-code-editor-form-input.component';
5
+ import * as i0 from "@angular/core";
6
+ /**
7
+ * @description
8
+ * A JSON editor input with syntax highlighting and error detection. Works well
9
+ * with `text` type fields.
10
+ *
11
+ * @docsCategory custom-input-components
12
+ * @docsPage default-inputs
13
+ */
14
+ export declare class HtmlEditorFormInputComponent extends BaseCodeEditorFormInputComponent implements FormInputComponent, AfterViewInit, OnInit {
15
+ protected changeDetector: ChangeDetectorRef;
16
+ static readonly id: DefaultFormComponentId;
17
+ constructor(changeDetector: ChangeDetectorRef);
18
+ ngOnInit(): void;
19
+ private encodeHtmlChars;
20
+ static ɵfac: i0.ɵɵFactoryDeclaration<HtmlEditorFormInputComponent, never>;
21
+ static ɵcmp: i0.ɵɵComponentDeclaration<HtmlEditorFormInputComponent, "vdr-html-editor-form-input", never, {}, {}, never, never>;
22
+ }
@@ -1,8 +1,8 @@
1
1
  import { AfterViewInit, ChangeDetectorRef, OnInit } from '@angular/core';
2
- import { FormControl, ValidatorFn } from '@angular/forms';
3
- import { DefaultFormComponentConfig, DefaultFormComponentId } from '@vendure/common/lib/shared-types';
4
- import { CodeJar } from 'codejar';
2
+ import { ValidatorFn } from '@angular/forms';
3
+ import { DefaultFormComponentId } from '@vendure/common/lib/shared-types';
5
4
  import { FormInputComponent } from '../../../common/component-registry-types';
5
+ import { BaseCodeEditorFormInputComponent } from './base-code-editor-form-input.component';
6
6
  import * as i0 from "@angular/core";
7
7
  export declare function jsonValidator(): ValidatorFn;
8
8
  /**
@@ -13,23 +13,11 @@ export declare function jsonValidator(): ValidatorFn;
13
13
  * @docsCategory custom-input-components
14
14
  * @docsPage default-inputs
15
15
  */
16
- export declare class JsonEditorFormInputComponent implements FormInputComponent, AfterViewInit, OnInit {
17
- private changeDetector;
16
+ export declare class JsonEditorFormInputComponent extends BaseCodeEditorFormInputComponent implements FormInputComponent, AfterViewInit, OnInit {
17
+ protected changeDetector: ChangeDetectorRef;
18
18
  static readonly id: DefaultFormComponentId;
19
- readonly: boolean;
20
- formControl: FormControl;
21
- config: DefaultFormComponentConfig<'json-editor-form-input'>;
22
- isValid: boolean;
23
- errorMessage: string | undefined;
24
- private editorElementRef;
25
- jar: CodeJar;
26
19
  constructor(changeDetector: ChangeDetectorRef);
27
- get height(): string | undefined;
28
20
  ngOnInit(): void;
29
- ngAfterViewInit(): void;
30
- private getJsonError;
31
- private getErrorPos;
32
- private syntaxHighlight;
33
21
  static ɵfac: i0.ɵɵFactoryDeclaration<JsonEditorFormInputComponent, never>;
34
22
  static ɵcmp: i0.ɵɵComponentDeclaration<JsonEditorFormInputComponent, "vdr-json-editor-form-input", never, {}, {}, never, never>;
35
23
  }
@@ -1,6 +1,7 @@
1
1
  import { FactoryProvider, Type } from '@angular/core';
2
2
  import { FormInputComponent } from '../../common/component-registry-types';
3
3
  import { CustomFieldControl, CustomFieldEntityName } from '../../providers/custom-field-component/custom-field-component.service';
4
+ import { HtmlEditorFormInputComponent } from './code-editor-form-input/html-editor-form-input.component';
4
5
  import { JsonEditorFormInputComponent } from './code-editor-form-input/json-editor-form-input.component';
5
6
  import { CombinationModeFormInputComponent } from './combination-mode-form-input/combination-mode-form-input.component';
6
7
  import { CurrencyFormInputComponent } from './currency-form-input/currency-form-input.component';
@@ -10,7 +11,7 @@ import { PasswordFormInputComponent } from './password-form-input/password-form-
10
11
  import { ProductMultiSelectorFormInputComponent } from './product-multi-selector-form-input/product-multi-selector-form-input.component';
11
12
  import { ProductSelectorFormInputComponent } from './product-selector-form-input/product-selector-form-input.component';
12
13
  import { SelectFormInputComponent } from './select-form-input/select-form-input.component';
13
- export declare const defaultFormInputs: (typeof JsonEditorFormInputComponent | typeof CombinationModeFormInputComponent | typeof CurrencyFormInputComponent | typeof CustomerGroupFormInputComponent | typeof FacetValueFormInputComponent | typeof PasswordFormInputComponent | typeof ProductMultiSelectorFormInputComponent | typeof ProductSelectorFormInputComponent | typeof SelectFormInputComponent)[];
14
+ export declare const defaultFormInputs: (typeof HtmlEditorFormInputComponent | typeof JsonEditorFormInputComponent | typeof CombinationModeFormInputComponent | typeof CurrencyFormInputComponent | typeof CustomerGroupFormInputComponent | typeof FacetValueFormInputComponent | typeof PasswordFormInputComponent | typeof ProductMultiSelectorFormInputComponent | typeof ProductSelectorFormInputComponent | typeof SelectFormInputComponent)[];
14
15
  /**
15
16
  * @description
16
17
  * Registers a custom FormInputComponent which can be used to control the argument inputs
@@ -92,37 +92,40 @@ import * as i87 from "./components/custom-detail-component-host/custom-detail-co
92
92
  import * as i88 from "./components/asset-preview-links/asset-preview-links.component";
93
93
  import * as i89 from "./components/product-multi-selector-dialog/product-multi-selector-dialog.component";
94
94
  import * as i90 from "./components/product-search-input/product-search-input.component";
95
- import * as i91 from "./dynamic-form-inputs/text-form-input/text-form-input.component";
96
- import * as i92 from "./dynamic-form-inputs/password-form-input/password-form-input.component";
97
- import * as i93 from "./dynamic-form-inputs/number-form-input/number-form-input.component";
98
- import * as i94 from "./dynamic-form-inputs/date-form-input/date-form-input.component";
99
- import * as i95 from "./dynamic-form-inputs/currency-form-input/currency-form-input.component";
100
- import * as i96 from "./dynamic-form-inputs/boolean-form-input/boolean-form-input.component";
101
- import * as i97 from "./dynamic-form-inputs/select-form-input/select-form-input.component";
102
- import * as i98 from "./dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component";
103
- import * as i99 from "./dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component";
104
- import * as i100 from "./dynamic-form-inputs/relation-form-input/relation-form-input.component";
105
- import * as i101 from "./dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component";
106
- import * as i102 from "./dynamic-form-inputs/relation-form-input/product/relation-product-input.component";
107
- import * as i103 from "./dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component";
108
- import * as i104 from "./dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component";
109
- import * as i105 from "./dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component";
110
- import * as i106 from "./dynamic-form-inputs/textarea-form-input/textarea-form-input.component";
111
- import * as i107 from "./dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component";
112
- import * as i108 from "./dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component";
113
- import * as i109 from "./dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component";
114
- import * as i110 from "./dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component";
115
- import * as i111 from "@clr/angular";
116
- import * as i112 from "@angular/common";
117
- import * as i113 from "@angular/forms";
118
- import * as i114 from "@angular/router";
119
- import * as i115 from "@ng-select/ng-select";
120
- import * as i116 from "ngx-pagination";
121
- import * as i117 from "@ngx-translate/core";
122
- import * as i118 from "@angular/cdk/overlay";
123
- import * as i119 from "@angular/cdk/drag-drop";
95
+ import * as i91 from "./components/rich-text-editor/prosemirror/context-menu/context-menu.component";
96
+ import * as i92 from "./components/rich-text-editor/raw-html-dialog/raw-html-dialog.component";
97
+ import * as i93 from "./dynamic-form-inputs/text-form-input/text-form-input.component";
98
+ import * as i94 from "./dynamic-form-inputs/password-form-input/password-form-input.component";
99
+ import * as i95 from "./dynamic-form-inputs/number-form-input/number-form-input.component";
100
+ import * as i96 from "./dynamic-form-inputs/date-form-input/date-form-input.component";
101
+ import * as i97 from "./dynamic-form-inputs/currency-form-input/currency-form-input.component";
102
+ import * as i98 from "./dynamic-form-inputs/boolean-form-input/boolean-form-input.component";
103
+ import * as i99 from "./dynamic-form-inputs/select-form-input/select-form-input.component";
104
+ import * as i100 from "./dynamic-form-inputs/facet-value-form-input/facet-value-form-input.component";
105
+ import * as i101 from "./dynamic-form-inputs/dynamic-form-input/dynamic-form-input.component";
106
+ import * as i102 from "./dynamic-form-inputs/relation-form-input/relation-form-input.component";
107
+ import * as i103 from "./dynamic-form-inputs/relation-form-input/asset/relation-asset-input.component";
108
+ import * as i104 from "./dynamic-form-inputs/relation-form-input/product/relation-product-input.component";
109
+ import * as i105 from "./dynamic-form-inputs/relation-form-input/product-variant/relation-product-variant-input.component";
110
+ import * as i106 from "./dynamic-form-inputs/relation-form-input/customer/relation-customer-input.component";
111
+ import * as i107 from "./dynamic-form-inputs/relation-form-input/generic/relation-generic-input.component";
112
+ import * as i108 from "./dynamic-form-inputs/textarea-form-input/textarea-form-input.component";
113
+ import * as i109 from "./dynamic-form-inputs/rich-text-form-input/rich-text-form-input.component";
114
+ import * as i110 from "./dynamic-form-inputs/code-editor-form-input/json-editor-form-input.component";
115
+ import * as i111 from "./dynamic-form-inputs/code-editor-form-input/html-editor-form-input.component";
116
+ import * as i112 from "./dynamic-form-inputs/product-multi-selector-form-input/product-multi-selector-form-input.component";
117
+ import * as i113 from "./dynamic-form-inputs/combination-mode-form-input/combination-mode-form-input.component";
118
+ import * as i114 from "@clr/angular";
119
+ import * as i115 from "@angular/common";
120
+ import * as i116 from "@angular/forms";
121
+ import * as i117 from "@angular/router";
122
+ import * as i118 from "@ng-select/ng-select";
123
+ import * as i119 from "ngx-pagination";
124
+ import * as i120 from "@ngx-translate/core";
125
+ import * as i121 from "@angular/cdk/overlay";
126
+ import * as i122 from "@angular/cdk/drag-drop";
124
127
  export declare class SharedModule {
125
128
  static ɵfac: i0.ɵɵFactoryDeclaration<SharedModule, never>;
126
- static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ActionBarComponent, typeof i1.ActionBarLeftComponent, typeof i1.ActionBarRightComponent, typeof i2.AssetPreviewComponent, typeof i3.AssetPreviewDialogComponent, typeof i4.AssetSearchInputComponent, typeof i5.ConfigurableInputComponent, typeof i6.AffixedInputComponent, typeof i7.ChipComponent, typeof i8.CurrencyInputComponent, typeof i9.LocaleCurrencyNamePipe, typeof i10.CustomerLabelComponent, typeof i11.CustomFieldControlComponent, typeof i12.DataTableComponent, typeof i13.DataTableColumnComponent, typeof i14.FacetValueSelectorComponent, typeof i15.ItemsPerPageControlsComponent, typeof i16.PaginationControlsComponent, typeof i17.TableRowActionComponent, typeof i18.FacetValueChipComponent, typeof i19.FileSizePipe, typeof i20.FormFieldComponent, typeof i21.FormFieldControlDirective, typeof i22.FormItemComponent, typeof i23.ModalDialogComponent, typeof i24.PercentageSuffixInputComponent, typeof i25.DialogComponentOutletComponent, typeof i26.DialogButtonsDirective, typeof i27.DialogTitleDirective, typeof i28.SelectToggleComponent, typeof i29.LanguageSelectorComponent, typeof i30.RichTextEditorComponent, typeof i31.SimpleDialogComponent, typeof i32.TitleInputComponent, typeof i33.SentenceCasePipe, typeof i34.DropdownComponent, typeof i35.DropdownMenuComponent, typeof i36.SortPipe, typeof i37.DropdownTriggerDirective, typeof i38.DropdownItemDirective, typeof i39.OrderStateLabelComponent, typeof i40.FormattedAddressComponent, typeof i41.LabeledDataComponent, typeof i42.StringToColorPipe, typeof i43.ObjectTreeComponent, typeof i44.IfPermissionsDirective, typeof i45.IfMultichannelDirective, typeof i46.HasPermissionPipe, typeof i47.ActionBarItemsComponent, typeof i48.DisabledDirective, typeof i49.AssetFileInputComponent, typeof i50.AssetGalleryComponent, typeof i51.AssetPickerDialogComponent, typeof i52.EntityInfoComponent, typeof i53.DatetimePickerComponent, typeof i54.ChannelBadgeComponent, typeof i55.ChannelAssignmentControlComponent, typeof i56.ChannelLabelPipe, typeof i57.IfDefaultChannelActiveDirective, typeof i58.ExtensionHostComponent, typeof i59.CustomFieldLabelPipe, typeof i60.FocalPointControlComponent, typeof i61.AssetPreviewPipe, typeof i62.LinkDialogComponent, typeof i63.ExternalImageDialogComponent, typeof i64.TimeAgoPipe, typeof i65.DurationPipe, typeof i66.EmptyPlaceholderComponent, typeof i67.TimelineEntryComponent, typeof i68.HistoryEntryDetailComponent, typeof i69.EditNoteDialogComponent, typeof i70.ProductSelectorFormInputComponent, typeof i71.StateI18nTokenPipe, typeof i72.ProductVariantSelectorComponent, typeof i73.HelpTooltipComponent, typeof i74.CustomerGroupFormInputComponent, typeof i75.AddressFormComponent, typeof i76.LocaleDatePipe, typeof i77.LocaleCurrencyPipe, typeof i78.LocaleLanguageNamePipe, typeof i79.LocaleRegionNamePipe, typeof i80.TagSelectorComponent, typeof i81.ManageTagsDialogComponent, typeof i82.RelationSelectorDialogComponent, typeof i83.RelationCardComponent, typeof i84.StatusBadgeComponent, typeof i85.TabbedCustomFieldsComponent, typeof i86.UiExtensionPointComponent, typeof i87.CustomDetailComponentHostComponent, typeof i88.AssetPreviewLinksComponent, typeof i89.ProductMultiSelectorDialogComponent, typeof i90.ProductSearchInputComponent, typeof i91.TextFormInputComponent, typeof i92.PasswordFormInputComponent, typeof i93.NumberFormInputComponent, typeof i94.DateFormInputComponent, typeof i95.CurrencyFormInputComponent, typeof i96.BooleanFormInputComponent, typeof i97.SelectFormInputComponent, typeof i98.FacetValueFormInputComponent, typeof i99.DynamicFormInputComponent, typeof i100.RelationFormInputComponent, typeof i101.RelationAssetInputComponent, typeof i102.RelationProductInputComponent, typeof i103.RelationProductVariantInputComponent, typeof i104.RelationCustomerInputComponent, typeof i83.RelationCardPreviewDirective, typeof i83.RelationCardDetailDirective, typeof i82.RelationSelectorDialogComponent, typeof i105.RelationGenericInputComponent, typeof i106.TextareaFormInputComponent, typeof i107.RichTextFormInputComponent, typeof i108.JsonEditorFormInputComponent, typeof i109.ProductMultiSelectorFormInputComponent, typeof i110.CombinationModeFormInputComponent], [typeof i111.ClarityModule, typeof i112.CommonModule, typeof i113.FormsModule, typeof i113.ReactiveFormsModule, typeof i114.RouterModule, typeof i115.NgSelectModule, typeof i116.NgxPaginationModule, typeof i117.TranslateModule, typeof i118.OverlayModule, typeof i119.DragDropModule], [typeof i111.ClarityModule, typeof i112.CommonModule, typeof i113.FormsModule, typeof i113.ReactiveFormsModule, typeof i114.RouterModule, typeof i115.NgSelectModule, typeof i116.NgxPaginationModule, typeof i117.TranslateModule, typeof i118.OverlayModule, typeof i119.DragDropModule, typeof i1.ActionBarComponent, typeof i1.ActionBarLeftComponent, typeof i1.ActionBarRightComponent, typeof i2.AssetPreviewComponent, typeof i3.AssetPreviewDialogComponent, typeof i4.AssetSearchInputComponent, typeof i5.ConfigurableInputComponent, typeof i6.AffixedInputComponent, typeof i7.ChipComponent, typeof i8.CurrencyInputComponent, typeof i9.LocaleCurrencyNamePipe, typeof i10.CustomerLabelComponent, typeof i11.CustomFieldControlComponent, typeof i12.DataTableComponent, typeof i13.DataTableColumnComponent, typeof i14.FacetValueSelectorComponent, typeof i15.ItemsPerPageControlsComponent, typeof i16.PaginationControlsComponent, typeof i17.TableRowActionComponent, typeof i18.FacetValueChipComponent, typeof i19.FileSizePipe, typeof i20.FormFieldComponent, typeof i21.FormFieldControlDirective, typeof i22.FormItemComponent, typeof i23.ModalDialogComponent, typeof i24.PercentageSuffixInputComponent, typeof i25.DialogComponentOutletComponent, typeof i26.DialogButtonsDirective, typeof i27.DialogTitleDirective, typeof i28.SelectToggleComponent, typeof i29.LanguageSelectorComponent, typeof i30.RichTextEditorComponent, typeof i31.SimpleDialogComponent, typeof i32.TitleInputComponent, typeof i33.SentenceCasePipe, typeof i34.DropdownComponent, typeof i35.DropdownMenuComponent, typeof i36.SortPipe, typeof i37.DropdownTriggerDirective, typeof i38.DropdownItemDirective, typeof i39.OrderStateLabelComponent, typeof i40.FormattedAddressComponent, typeof i41.LabeledDataComponent, typeof i42.StringToColorPipe, typeof i43.ObjectTreeComponent, typeof i44.IfPermissionsDirective, typeof i45.IfMultichannelDirective, typeof i46.HasPermissionPipe, typeof i47.ActionBarItemsComponent, typeof i48.DisabledDirective, typeof i49.AssetFileInputComponent, typeof i50.AssetGalleryComponent, typeof i51.AssetPickerDialogComponent, typeof i52.EntityInfoComponent, typeof i53.DatetimePickerComponent, typeof i54.ChannelBadgeComponent, typeof i55.ChannelAssignmentControlComponent, typeof i56.ChannelLabelPipe, typeof i57.IfDefaultChannelActiveDirective, typeof i58.ExtensionHostComponent, typeof i59.CustomFieldLabelPipe, typeof i60.FocalPointControlComponent, typeof i61.AssetPreviewPipe, typeof i62.LinkDialogComponent, typeof i63.ExternalImageDialogComponent, typeof i64.TimeAgoPipe, typeof i65.DurationPipe, typeof i66.EmptyPlaceholderComponent, typeof i67.TimelineEntryComponent, typeof i68.HistoryEntryDetailComponent, typeof i69.EditNoteDialogComponent, typeof i70.ProductSelectorFormInputComponent, typeof i71.StateI18nTokenPipe, typeof i72.ProductVariantSelectorComponent, typeof i73.HelpTooltipComponent, typeof i74.CustomerGroupFormInputComponent, typeof i75.AddressFormComponent, typeof i76.LocaleDatePipe, typeof i77.LocaleCurrencyPipe, typeof i78.LocaleLanguageNamePipe, typeof i79.LocaleRegionNamePipe, typeof i80.TagSelectorComponent, typeof i81.ManageTagsDialogComponent, typeof i82.RelationSelectorDialogComponent, typeof i83.RelationCardComponent, typeof i84.StatusBadgeComponent, typeof i85.TabbedCustomFieldsComponent, typeof i86.UiExtensionPointComponent, typeof i87.CustomDetailComponentHostComponent, typeof i88.AssetPreviewLinksComponent, typeof i89.ProductMultiSelectorDialogComponent, typeof i90.ProductSearchInputComponent, typeof i91.TextFormInputComponent, typeof i92.PasswordFormInputComponent, typeof i93.NumberFormInputComponent, typeof i94.DateFormInputComponent, typeof i95.CurrencyFormInputComponent, typeof i96.BooleanFormInputComponent, typeof i97.SelectFormInputComponent, typeof i98.FacetValueFormInputComponent, typeof i99.DynamicFormInputComponent, typeof i100.RelationFormInputComponent, typeof i101.RelationAssetInputComponent, typeof i102.RelationProductInputComponent, typeof i103.RelationProductVariantInputComponent, typeof i104.RelationCustomerInputComponent, typeof i83.RelationCardPreviewDirective, typeof i83.RelationCardDetailDirective, typeof i82.RelationSelectorDialogComponent, typeof i105.RelationGenericInputComponent, typeof i106.TextareaFormInputComponent, typeof i107.RichTextFormInputComponent, typeof i108.JsonEditorFormInputComponent, typeof i109.ProductMultiSelectorFormInputComponent, typeof i110.CombinationModeFormInputComponent]>;
129
+ static ɵmod: i0.ɵɵNgModuleDeclaration<SharedModule, [typeof i1.ActionBarComponent, typeof i1.ActionBarLeftComponent, typeof i1.ActionBarRightComponent, typeof i2.AssetPreviewComponent, typeof i3.AssetPreviewDialogComponent, typeof i4.AssetSearchInputComponent, typeof i5.ConfigurableInputComponent, typeof i6.AffixedInputComponent, typeof i7.ChipComponent, typeof i8.CurrencyInputComponent, typeof i9.LocaleCurrencyNamePipe, typeof i10.CustomerLabelComponent, typeof i11.CustomFieldControlComponent, typeof i12.DataTableComponent, typeof i13.DataTableColumnComponent, typeof i14.FacetValueSelectorComponent, typeof i15.ItemsPerPageControlsComponent, typeof i16.PaginationControlsComponent, typeof i17.TableRowActionComponent, typeof i18.FacetValueChipComponent, typeof i19.FileSizePipe, typeof i20.FormFieldComponent, typeof i21.FormFieldControlDirective, typeof i22.FormItemComponent, typeof i23.ModalDialogComponent, typeof i24.PercentageSuffixInputComponent, typeof i25.DialogComponentOutletComponent, typeof i26.DialogButtonsDirective, typeof i27.DialogTitleDirective, typeof i28.SelectToggleComponent, typeof i29.LanguageSelectorComponent, typeof i30.RichTextEditorComponent, typeof i31.SimpleDialogComponent, typeof i32.TitleInputComponent, typeof i33.SentenceCasePipe, typeof i34.DropdownComponent, typeof i35.DropdownMenuComponent, typeof i36.SortPipe, typeof i37.DropdownTriggerDirective, typeof i38.DropdownItemDirective, typeof i39.OrderStateLabelComponent, typeof i40.FormattedAddressComponent, typeof i41.LabeledDataComponent, typeof i42.StringToColorPipe, typeof i43.ObjectTreeComponent, typeof i44.IfPermissionsDirective, typeof i45.IfMultichannelDirective, typeof i46.HasPermissionPipe, typeof i47.ActionBarItemsComponent, typeof i48.DisabledDirective, typeof i49.AssetFileInputComponent, typeof i50.AssetGalleryComponent, typeof i51.AssetPickerDialogComponent, typeof i52.EntityInfoComponent, typeof i53.DatetimePickerComponent, typeof i54.ChannelBadgeComponent, typeof i55.ChannelAssignmentControlComponent, typeof i56.ChannelLabelPipe, typeof i57.IfDefaultChannelActiveDirective, typeof i58.ExtensionHostComponent, typeof i59.CustomFieldLabelPipe, typeof i60.FocalPointControlComponent, typeof i61.AssetPreviewPipe, typeof i62.LinkDialogComponent, typeof i63.ExternalImageDialogComponent, typeof i64.TimeAgoPipe, typeof i65.DurationPipe, typeof i66.EmptyPlaceholderComponent, typeof i67.TimelineEntryComponent, typeof i68.HistoryEntryDetailComponent, typeof i69.EditNoteDialogComponent, typeof i70.ProductSelectorFormInputComponent, typeof i71.StateI18nTokenPipe, typeof i72.ProductVariantSelectorComponent, typeof i73.HelpTooltipComponent, typeof i74.CustomerGroupFormInputComponent, typeof i75.AddressFormComponent, typeof i76.LocaleDatePipe, typeof i77.LocaleCurrencyPipe, typeof i78.LocaleLanguageNamePipe, typeof i79.LocaleRegionNamePipe, typeof i80.TagSelectorComponent, typeof i81.ManageTagsDialogComponent, typeof i82.RelationSelectorDialogComponent, typeof i83.RelationCardComponent, typeof i84.StatusBadgeComponent, typeof i85.TabbedCustomFieldsComponent, typeof i86.UiExtensionPointComponent, typeof i87.CustomDetailComponentHostComponent, typeof i88.AssetPreviewLinksComponent, typeof i89.ProductMultiSelectorDialogComponent, typeof i90.ProductSearchInputComponent, typeof i91.ContextMenuComponent, typeof i92.RawHtmlDialogComponent, typeof i93.TextFormInputComponent, typeof i94.PasswordFormInputComponent, typeof i95.NumberFormInputComponent, typeof i96.DateFormInputComponent, typeof i97.CurrencyFormInputComponent, typeof i98.BooleanFormInputComponent, typeof i99.SelectFormInputComponent, typeof i100.FacetValueFormInputComponent, typeof i101.DynamicFormInputComponent, typeof i102.RelationFormInputComponent, typeof i103.RelationAssetInputComponent, typeof i104.RelationProductInputComponent, typeof i105.RelationProductVariantInputComponent, typeof i106.RelationCustomerInputComponent, typeof i83.RelationCardPreviewDirective, typeof i83.RelationCardDetailDirective, typeof i82.RelationSelectorDialogComponent, typeof i107.RelationGenericInputComponent, typeof i108.TextareaFormInputComponent, typeof i109.RichTextFormInputComponent, typeof i110.JsonEditorFormInputComponent, typeof i111.HtmlEditorFormInputComponent, typeof i112.ProductMultiSelectorFormInputComponent, typeof i113.CombinationModeFormInputComponent], [typeof i114.ClarityModule, typeof i115.CommonModule, typeof i116.FormsModule, typeof i116.ReactiveFormsModule, typeof i117.RouterModule, typeof i118.NgSelectModule, typeof i119.NgxPaginationModule, typeof i120.TranslateModule, typeof i121.OverlayModule, typeof i122.DragDropModule], [typeof i114.ClarityModule, typeof i115.CommonModule, typeof i116.FormsModule, typeof i116.ReactiveFormsModule, typeof i117.RouterModule, typeof i118.NgSelectModule, typeof i119.NgxPaginationModule, typeof i120.TranslateModule, typeof i121.OverlayModule, typeof i122.DragDropModule, typeof i1.ActionBarComponent, typeof i1.ActionBarLeftComponent, typeof i1.ActionBarRightComponent, typeof i2.AssetPreviewComponent, typeof i3.AssetPreviewDialogComponent, typeof i4.AssetSearchInputComponent, typeof i5.ConfigurableInputComponent, typeof i6.AffixedInputComponent, typeof i7.ChipComponent, typeof i8.CurrencyInputComponent, typeof i9.LocaleCurrencyNamePipe, typeof i10.CustomerLabelComponent, typeof i11.CustomFieldControlComponent, typeof i12.DataTableComponent, typeof i13.DataTableColumnComponent, typeof i14.FacetValueSelectorComponent, typeof i15.ItemsPerPageControlsComponent, typeof i16.PaginationControlsComponent, typeof i17.TableRowActionComponent, typeof i18.FacetValueChipComponent, typeof i19.FileSizePipe, typeof i20.FormFieldComponent, typeof i21.FormFieldControlDirective, typeof i22.FormItemComponent, typeof i23.ModalDialogComponent, typeof i24.PercentageSuffixInputComponent, typeof i25.DialogComponentOutletComponent, typeof i26.DialogButtonsDirective, typeof i27.DialogTitleDirective, typeof i28.SelectToggleComponent, typeof i29.LanguageSelectorComponent, typeof i30.RichTextEditorComponent, typeof i31.SimpleDialogComponent, typeof i32.TitleInputComponent, typeof i33.SentenceCasePipe, typeof i34.DropdownComponent, typeof i35.DropdownMenuComponent, typeof i36.SortPipe, typeof i37.DropdownTriggerDirective, typeof i38.DropdownItemDirective, typeof i39.OrderStateLabelComponent, typeof i40.FormattedAddressComponent, typeof i41.LabeledDataComponent, typeof i42.StringToColorPipe, typeof i43.ObjectTreeComponent, typeof i44.IfPermissionsDirective, typeof i45.IfMultichannelDirective, typeof i46.HasPermissionPipe, typeof i47.ActionBarItemsComponent, typeof i48.DisabledDirective, typeof i49.AssetFileInputComponent, typeof i50.AssetGalleryComponent, typeof i51.AssetPickerDialogComponent, typeof i52.EntityInfoComponent, typeof i53.DatetimePickerComponent, typeof i54.ChannelBadgeComponent, typeof i55.ChannelAssignmentControlComponent, typeof i56.ChannelLabelPipe, typeof i57.IfDefaultChannelActiveDirective, typeof i58.ExtensionHostComponent, typeof i59.CustomFieldLabelPipe, typeof i60.FocalPointControlComponent, typeof i61.AssetPreviewPipe, typeof i62.LinkDialogComponent, typeof i63.ExternalImageDialogComponent, typeof i64.TimeAgoPipe, typeof i65.DurationPipe, typeof i66.EmptyPlaceholderComponent, typeof i67.TimelineEntryComponent, typeof i68.HistoryEntryDetailComponent, typeof i69.EditNoteDialogComponent, typeof i70.ProductSelectorFormInputComponent, typeof i71.StateI18nTokenPipe, typeof i72.ProductVariantSelectorComponent, typeof i73.HelpTooltipComponent, typeof i74.CustomerGroupFormInputComponent, typeof i75.AddressFormComponent, typeof i76.LocaleDatePipe, typeof i77.LocaleCurrencyPipe, typeof i78.LocaleLanguageNamePipe, typeof i79.LocaleRegionNamePipe, typeof i80.TagSelectorComponent, typeof i81.ManageTagsDialogComponent, typeof i82.RelationSelectorDialogComponent, typeof i83.RelationCardComponent, typeof i84.StatusBadgeComponent, typeof i85.TabbedCustomFieldsComponent, typeof i86.UiExtensionPointComponent, typeof i87.CustomDetailComponentHostComponent, typeof i88.AssetPreviewLinksComponent, typeof i89.ProductMultiSelectorDialogComponent, typeof i90.ProductSearchInputComponent, typeof i91.ContextMenuComponent, typeof i92.RawHtmlDialogComponent, typeof i93.TextFormInputComponent, typeof i94.PasswordFormInputComponent, typeof i95.NumberFormInputComponent, typeof i96.DateFormInputComponent, typeof i97.CurrencyFormInputComponent, typeof i98.BooleanFormInputComponent, typeof i99.SelectFormInputComponent, typeof i100.FacetValueFormInputComponent, typeof i101.DynamicFormInputComponent, typeof i102.RelationFormInputComponent, typeof i103.RelationAssetInputComponent, typeof i104.RelationProductInputComponent, typeof i105.RelationProductVariantInputComponent, typeof i106.RelationCustomerInputComponent, typeof i83.RelationCardPreviewDirective, typeof i83.RelationCardDetailDirective, typeof i82.RelationSelectorDialogComponent, typeof i107.RelationGenericInputComponent, typeof i108.TextareaFormInputComponent, typeof i109.RichTextFormInputComponent, typeof i110.JsonEditorFormInputComponent, typeof i111.HtmlEditorFormInputComponent, typeof i112.ProductMultiSelectorFormInputComponent, typeof i113.CombinationModeFormInputComponent]>;
127
130
  static ɵinj: i0.ɵɵInjectorDeclaration<SharedModule>;
128
131
  }
File without changes
File without changes
File without changes
File without changes