@umbraco-cms/backoffice 14.0.0-1ebba150 → 14.0.0-211750b8

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 (358) hide show
  1. package/dist-cms/custom-elements.json +54 -54
  2. package/dist-cms/libs/observable-api/deep-state.d.ts +1 -1
  3. package/dist-cms/libs/observable-api/deep-state.js +1 -1
  4. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +1 -1
  5. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +2 -3
  6. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +2 -1
  7. package/dist-cms/packages/core/content-type/content-type-structure-manager.class.js +11 -11
  8. package/dist-cms/packages/core/extension-registry/models/dashboard.model.d.ts +6 -6
  9. package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +1 -1
  10. package/dist-cms/packages/core/extension-registry/models/section-view.model.d.ts +21 -2
  11. package/dist-cms/packages/core/index.d.ts +2 -2
  12. package/dist-cms/packages/core/index.js +5 -5
  13. package/dist-cms/packages/core/property-editor/index.d.ts +3 -0
  14. package/dist-cms/packages/core/property-editor/index.js +3 -0
  15. package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.js +1 -1
  16. package/dist-cms/packages/core/section/section-views/section-views.element.js +30 -15
  17. package/dist-cms/packages/core/store/entity-tree-store.js +3 -3
  18. package/dist-cms/packages/core/store/file-system-tree.store.js +3 -3
  19. package/dist-cms/packages/core/workspace/types/workspace-property-data.type.d.ts +1 -1
  20. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js +5 -5
  21. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +1 -1
  22. package/dist-cms/packages/core/workspace/workspace-split-view-manager.class.js +1 -1
  23. package/dist-cms/packages/core/workspace/workspace-variant/workspace-variant.context.js +3 -3
  24. package/dist-cms/packages/documents/document-blueprints/document-blueprint.detail.store.js +1 -1
  25. package/dist-cms/packages/documents/document-types/repository/document-type.store.js +1 -1
  26. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.d.ts +1 -0
  27. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +2 -1
  28. package/dist-cms/packages/documents/documents/repository/document.store.js +1 -1
  29. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +8 -8
  30. package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +1 -0
  31. package/dist-cms/packages/media/media/repository/media.store.js +1 -1
  32. package/dist-cms/packages/media/media/workspace/media-workspace.context.js +1 -1
  33. package/dist-cms/packages/media/media-types/workspace/media-type-workspace.context.js +1 -1
  34. package/dist-cms/packages/members/member-groups/repository/member-group.store.js +1 -1
  35. package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.context.js +1 -1
  36. package/dist-cms/packages/members/member-types/repository/member-type.store.js +1 -1
  37. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.context.js +1 -1
  38. package/dist-cms/packages/settings/data-types/repository/data-type-item.store.js +1 -1
  39. package/dist-cms/packages/settings/data-types/repository/data-type.store.js +2 -2
  40. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +2 -2
  41. package/dist-cms/packages/settings/languages/repository/language-item.store.js +1 -1
  42. package/dist-cms/packages/settings/languages/repository/language.store.js +1 -1
  43. package/dist-cms/packages/settings/relation-types/repository/relation-type.store.js +1 -1
  44. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.context.js +2 -2
  45. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -0
  46. package/dist-cms/packages/tags/repository/tag.store.js +3 -3
  47. package/dist-cms/packages/templating/templates/components/input-template/input-template.element.d.ts +3 -2
  48. package/dist-cms/packages/templating/templates/components/input-template/input-template.element.js +5 -4
  49. package/dist-cms/packages/templating/templates/entity-actions/create/create.action.js +1 -1
  50. package/dist-cms/packages/templating/templates/repository/template-item.store.js +1 -1
  51. package/dist-cms/packages/templating/templates/repository/template.store.js +2 -2
  52. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +1 -1
  53. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +3 -3
  54. package/dist-cms/packages/translation/dictionary/repository/dictionary.store.js +1 -1
  55. package/dist-cms/packages/translation/dictionary/workspace/dictionary-workspace.context.js +2 -2
  56. package/dist-cms/packages/umbraco-news/manifests.js +0 -1
  57. package/dist-cms/packages/users/current-user/current-user-history.store.js +1 -1
  58. package/dist-cms/packages/users/user-groups/repository/user-group-item.store.js +1 -1
  59. package/dist-cms/packages/users/user-groups/repository/user-group.store.js +1 -1
  60. package/dist-cms/packages/users/users/repository/user-item.store.js +1 -1
  61. package/dist-cms/packages/users/users/repository/user.store.js +1 -1
  62. package/dist-cms/shared/utils/index.d.ts +3 -2
  63. package/dist-cms/shared/utils/index.js +3 -2
  64. package/dist-cms/shared/utils/path-folder-name.function.d.ts +2 -0
  65. package/dist-cms/shared/utils/path-folder-name.function.js +2 -0
  66. package/dist-cms/tsconfig.tsbuildinfo +1 -1
  67. package/dist-cms/umbraco-package-schema.json +12 -8
  68. package/dist-cms/vscode-html-custom-data.json +3 -2
  69. package/package.json +2 -1
  70. package/dist-cms/packages/core/property-editors/index.d.ts +0 -2
  71. package/dist-cms/packages/core/property-editors/index.js +0 -2
  72. /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.d.ts +0 -0
  73. /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.js +0 -0
  74. /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.d.ts +0 -0
  75. /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.js +0 -0
  76. /package/dist-cms/packages/core/{property-actions → property-action}/index.d.ts +0 -0
  77. /package/dist-cms/packages/core/{property-actions → property-action}/index.js +0 -0
  78. /package/dist-cms/packages/core/{property-actions → property-action}/manifests.d.ts +0 -0
  79. /package/dist-cms/packages/core/{property-actions → property-action}/manifests.js +0 -0
  80. /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.d.ts +0 -0
  81. /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.js +0 -0
  82. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.d.ts +0 -0
  83. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.js +0 -0
  84. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.d.ts +0 -0
  85. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.js +0 -0
  86. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.d.ts +0 -0
  87. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.js +0 -0
  88. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.d.ts +0 -0
  89. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.js +0 -0
  90. /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.d.ts +0 -0
  91. /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.js +0 -0
  92. /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.d.ts +0 -0
  93. /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.js +0 -0
  94. /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.d.ts +0 -0
  95. /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.js +0 -0
  96. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.d.ts +0 -0
  97. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.js +0 -0
  98. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.d.ts +0 -0
  99. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.js +0 -0
  100. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.d.ts +0 -0
  101. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.js +0 -0
  102. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.d.ts +0 -0
  103. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.js +0 -0
  104. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.d.ts +0 -0
  105. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.js +0 -0
  106. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.d.ts +0 -0
  107. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.js +0 -0
  108. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.d.ts +0 -0
  109. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.js +0 -0
  110. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.d.ts +0 -0
  111. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.js +0 -0
  112. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.d.ts +0 -0
  113. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.js +0 -0
  114. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.d.ts +0 -0
  115. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.js +0 -0
  116. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.d.ts +0 -0
  117. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.js +0 -0
  118. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.d.ts +0 -0
  119. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.js +0 -0
  120. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.d.ts +0 -0
  121. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.js +0 -0
  122. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.d.ts +0 -0
  123. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.js +0 -0
  124. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.d.ts +0 -0
  125. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.js +0 -0
  126. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.d.ts +0 -0
  127. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.js +0 -0
  128. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.d.ts +0 -0
  129. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.js +0 -0
  130. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.d.ts +0 -0
  131. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.js +0 -0
  132. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.d.ts +0 -0
  133. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.js +0 -0
  134. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.d.ts +0 -0
  135. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.js +0 -0
  136. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.d.ts +0 -0
  137. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.js +0 -0
  138. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.d.ts +0 -0
  139. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.js +0 -0
  140. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.d.ts +0 -0
  141. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.js +0 -0
  142. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.d.ts +0 -0
  143. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.js +0 -0
  144. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.d.ts +0 -0
  145. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.js +0 -0
  146. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.d.ts +0 -0
  147. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.js +0 -0
  148. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.d.ts +0 -0
  149. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.js +0 -0
  150. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.d.ts +0 -0
  151. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.js +0 -0
  152. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.d.ts +0 -0
  153. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.js +0 -0
  154. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.d.ts +0 -0
  155. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.js +0 -0
  156. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.d.ts +0 -0
  157. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.js +0 -0
  158. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.d.ts +0 -0
  159. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.js +0 -0
  160. /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.d.ts +0 -0
  161. /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.js +0 -0
  162. /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.d.ts +0 -0
  163. /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.js +0 -0
  164. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.d.ts +0 -0
  165. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.js +0 -0
  166. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.d.ts +0 -0
  167. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.js +0 -0
  168. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.d.ts +0 -0
  169. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.js +0 -0
  170. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.d.ts +0 -0
  171. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.js +0 -0
  172. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.d.ts +0 -0
  173. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.js +0 -0
  174. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.d.ts +0 -0
  175. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.js +0 -0
  176. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.d.ts +0 -0
  177. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.js +0 -0
  178. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.d.ts +0 -0
  179. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.js +0 -0
  180. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.d.ts +0 -0
  181. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.js +0 -0
  182. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.d.ts +0 -0
  183. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.js +0 -0
  184. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.d.ts +0 -0
  185. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.js +0 -0
  186. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.d.ts +0 -0
  187. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.js +0 -0
  188. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.d.ts +0 -0
  189. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.js +0 -0
  190. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.d.ts +0 -0
  191. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.js +0 -0
  192. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.d.ts +0 -0
  193. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.js +0 -0
  194. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.d.ts +0 -0
  195. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.js +0 -0
  196. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.d.ts +0 -0
  197. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.js +0 -0
  198. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.d.ts +0 -0
  199. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.js +0 -0
  200. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.d.ts +0 -0
  201. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.js +0 -0
  202. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.d.ts +0 -0
  203. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.js +0 -0
  204. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.d.ts +0 -0
  205. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.js +0 -0
  206. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.d.ts +0 -0
  207. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.js +0 -0
  208. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.d.ts +0 -0
  209. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.js +0 -0
  210. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.d.ts +0 -0
  211. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.js +0 -0
  212. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.d.ts +0 -0
  213. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.js +0 -0
  214. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.d.ts +0 -0
  215. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.js +0 -0
  216. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.d.ts +0 -0
  217. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.js +0 -0
  218. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.d.ts +0 -0
  219. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.js +0 -0
  220. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.d.ts +0 -0
  221. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.d.ts +0 -0
  222. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.js +0 -0
  223. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.d.ts +0 -0
  224. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.js +0 -0
  225. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.d.ts +0 -0
  226. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.js +0 -0
  227. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.d.ts +0 -0
  228. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.js +0 -0
  229. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.d.ts +0 -0
  230. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.js +0 -0
  231. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.d.ts +0 -0
  232. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.js +0 -0
  233. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.d.ts +0 -0
  234. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.js +0 -0
  235. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.d.ts +0 -0
  236. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.js +0 -0
  237. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.d.ts +0 -0
  238. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.js +0 -0
  239. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.d.ts +0 -0
  240. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.js +0 -0
  241. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.d.ts +0 -0
  242. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.js +0 -0
  243. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.d.ts +0 -0
  244. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.js +0 -0
  245. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.d.ts +0 -0
  246. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.js +0 -0
  247. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.d.ts +0 -0
  248. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.js +0 -0
  249. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.d.ts +0 -0
  250. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.js +0 -0
  251. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.d.ts +0 -0
  252. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.js +0 -0
  253. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.d.ts +0 -0
  254. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.js +0 -0
  255. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.d.ts +0 -0
  256. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.js +0 -0
  257. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.d.ts +0 -0
  258. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.js +0 -0
  259. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.d.ts +0 -0
  260. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.js +0 -0
  261. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.d.ts +0 -0
  262. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.js +0 -0
  263. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.d.ts +0 -0
  264. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.js +0 -0
  265. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.d.ts +0 -0
  266. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.js +0 -0
  267. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.d.ts +0 -0
  268. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.js +0 -0
  269. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.d.ts +0 -0
  270. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.js +0 -0
  271. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.d.ts +0 -0
  272. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.js +0 -0
  273. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.d.ts +0 -0
  274. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.js +0 -0
  275. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.d.ts +0 -0
  276. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.js +0 -0
  277. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.d.ts +0 -0
  278. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.js +0 -0
  279. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.d.ts +0 -0
  280. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.js +0 -0
  281. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.d.ts +0 -0
  282. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.js +0 -0
  283. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.d.ts +0 -0
  284. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.js +0 -0
  285. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.d.ts +0 -0
  286. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.js +0 -0
  287. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.d.ts +0 -0
  288. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.js +0 -0
  289. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.d.ts +0 -0
  290. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.js +0 -0
  291. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.d.ts +0 -0
  292. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.js +0 -0
  293. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.d.ts +0 -0
  294. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.js +0 -0
  295. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.d.ts +0 -0
  296. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.js +0 -0
  297. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.d.ts +0 -0
  298. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.js +0 -0
  299. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.d.ts +0 -0
  300. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.js +0 -0
  301. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.d.ts +0 -0
  302. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.js +0 -0
  303. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.d.ts +0 -0
  304. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.js +0 -0
  305. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.d.ts +0 -0
  306. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.js +0 -0
  307. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +0 -0
  308. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +0 -0
  309. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.d.ts +0 -0
  310. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.js +0 -0
  311. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +0 -0
  312. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +0 -0
  313. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +0 -0
  314. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +0 -0
  315. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +0 -0
  316. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +0 -0
  317. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.d.ts +0 -0
  318. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.js +0 -0
  319. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.d.ts +0 -0
  320. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.js +0 -0
  321. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +0 -0
  322. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +0 -0
  323. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +0 -0
  324. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +0 -0
  325. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +0 -0
  326. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +0 -0
  327. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +0 -0
  328. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +0 -0
  329. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +0 -0
  330. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +0 -0
  331. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +0 -0
  332. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +0 -0
  333. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.d.ts +0 -0
  334. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.js +0 -0
  335. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.d.ts +0 -0
  336. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.js +0 -0
  337. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.d.ts +0 -0
  338. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.js +0 -0
  339. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.d.ts +0 -0
  340. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.js +0 -0
  341. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.d.ts +0 -0
  342. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.js +0 -0
  343. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.d.ts +0 -0
  344. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.js +0 -0
  345. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.d.ts +0 -0
  346. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.js +0 -0
  347. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.d.ts +0 -0
  348. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.js +0 -0
  349. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.d.ts +0 -0
  350. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.js +0 -0
  351. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.d.ts +0 -0
  352. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.js +0 -0
  353. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.d.ts +0 -0
  354. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.js +0 -0
  355. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.d.ts +0 -0
  356. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.js +0 -0
  357. /package/dist-cms/shared/utils/{umbraco-path.d.ts → umbraco-path.function.d.ts} +0 -0
  358. /package/dist-cms/shared/utils/{umbraco-path.js → umbraco-path.function.js} +0 -0
@@ -2269,7 +2269,7 @@
2269
2269
  },
2270
2270
  {
2271
2271
  "name": "umb-property-action-clear",
2272
- "path": "./../src/packages/core/property-actions/common/clear/property-action-clear.element.ts",
2272
+ "path": "./../src/packages/core/property-action/common/clear/property-action-clear.element.ts",
2273
2273
  "attributes": [
2274
2274
  {
2275
2275
  "name": "value",
@@ -2293,7 +2293,7 @@
2293
2293
  },
2294
2294
  {
2295
2295
  "name": "umb-property-action-copy",
2296
- "path": "./../src/packages/core/property-actions/common/copy/property-action-copy.element.ts",
2296
+ "path": "./../src/packages/core/property-action/common/copy/property-action-copy.element.ts",
2297
2297
  "attributes": [
2298
2298
  {
2299
2299
  "name": "value",
@@ -2317,7 +2317,7 @@
2317
2317
  },
2318
2318
  {
2319
2319
  "name": "umb-property-action-menu",
2320
- "path": "./../src/packages/core/property-actions/shared/property-action-menu/property-action-menu.element.ts",
2320
+ "path": "./../src/packages/core/property-action/shared/property-action-menu/property-action-menu.element.ts",
2321
2321
  "attributes": [
2322
2322
  {
2323
2323
  "name": "propertyEditorUiAlias",
@@ -2342,7 +2342,7 @@
2342
2342
  },
2343
2343
  {
2344
2344
  "name": "umb-property-action",
2345
- "path": "./../src/packages/core/property-actions/shared/property-action/property-action.element.ts",
2345
+ "path": "./../src/packages/core/property-action/shared/property-action/property-action.element.ts",
2346
2346
  "attributes": [
2347
2347
  {
2348
2348
  "name": "propertyAction"
@@ -2365,7 +2365,7 @@
2365
2365
  },
2366
2366
  {
2367
2367
  "name": "umb-property-editor-ui-block-grid-block-configuration",
2368
- "path": "./../src/packages/core/property-editors/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
2368
+ "path": "./../src/packages/core/property-editor/uis/block-grid/config/block-configuration/property-editor-ui-block-grid-block-configuration.element.ts",
2369
2369
  "attributes": [
2370
2370
  {
2371
2371
  "name": "value",
@@ -2394,7 +2394,7 @@
2394
2394
  },
2395
2395
  {
2396
2396
  "name": "umb-property-editor-ui-block-grid-group-configuration",
2397
- "path": "./../src/packages/core/property-editors/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
2397
+ "path": "./../src/packages/core/property-editor/uis/block-grid/config/group-configuration/property-editor-ui-block-grid-group-configuration.element.ts",
2398
2398
  "attributes": [
2399
2399
  {
2400
2400
  "name": "value",
@@ -2423,7 +2423,7 @@
2423
2423
  },
2424
2424
  {
2425
2425
  "name": "umb-property-editor-ui-block-grid-stylesheet-picker",
2426
- "path": "./../src/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
2426
+ "path": "./../src/packages/core/property-editor/uis/block-grid/config/stylesheet-picker/property-editor-ui-block-grid-stylesheet-picker.element.ts",
2427
2427
  "attributes": [
2428
2428
  {
2429
2429
  "name": "value",
@@ -2452,7 +2452,7 @@
2452
2452
  },
2453
2453
  {
2454
2454
  "name": "umb-property-editor-ui-block-grid-inner-test",
2455
- "path": "./../src/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
2455
+ "path": "./../src/packages/core/property-editor/uis/block-grid/property-editor-ui-block-grid-inner-test.element.ts",
2456
2456
  "attributes": [
2457
2457
  {
2458
2458
  "name": "name",
@@ -2476,7 +2476,7 @@
2476
2476
  },
2477
2477
  {
2478
2478
  "name": "umb-property-editor-ui-block-grid",
2479
- "path": "./../src/packages/core/property-editors/uis/block-grid/property-editor-ui-block-grid.element.ts",
2479
+ "path": "./../src/packages/core/property-editor/uis/block-grid/property-editor-ui-block-grid.element.ts",
2480
2480
  "attributes": [
2481
2481
  {
2482
2482
  "name": "value",
@@ -2503,7 +2503,7 @@
2503
2503
  },
2504
2504
  {
2505
2505
  "name": "umb-property-editor-ui-block-list-block-configuration",
2506
- "path": "./../src/packages/core/property-editors/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
2506
+ "path": "./../src/packages/core/property-editor/uis/block-list/config/block-configuration/property-editor-ui-block-list-block-configuration.element.ts",
2507
2507
  "attributes": [
2508
2508
  {
2509
2509
  "name": "value",
@@ -2532,7 +2532,7 @@
2532
2532
  },
2533
2533
  {
2534
2534
  "name": "umb-property-editor-ui-block-list",
2535
- "path": "./../src/packages/core/property-editors/uis/block-list/property-editor-ui-block-list.element.ts",
2535
+ "path": "./../src/packages/core/property-editor/uis/block-list/property-editor-ui-block-list.element.ts",
2536
2536
  "attributes": [
2537
2537
  {
2538
2538
  "name": "value",
@@ -2559,7 +2559,7 @@
2559
2559
  },
2560
2560
  {
2561
2561
  "name": "umb-property-editor-ui-checkbox-list",
2562
- "path": "./../src/packages/core/property-editors/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
2562
+ "path": "./../src/packages/core/property-editor/uis/checkbox-list/property-editor-ui-checkbox-list.element.ts",
2563
2563
  "attributes": [
2564
2564
  {
2565
2565
  "name": "value",
@@ -2589,7 +2589,7 @@
2589
2589
  },
2590
2590
  {
2591
2591
  "name": "umb-property-editor-ui-collection-view-bulk-action-permissions",
2592
- "path": "./../src/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
2592
+ "path": "./../src/packages/core/property-editor/uis/collection-view/config/bulk-action-permissions/property-editor-ui-collection-view-bulk-action-permissions.element.ts",
2593
2593
  "attributes": [
2594
2594
  {
2595
2595
  "name": "value",
@@ -2618,7 +2618,7 @@
2618
2618
  },
2619
2619
  {
2620
2620
  "name": "umb-property-editor-ui-collection-view-column-configuration",
2621
- "path": "./../src/packages/core/property-editors/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
2621
+ "path": "./../src/packages/core/property-editor/uis/collection-view/config/column-configuration/property-editor-ui-collection-view-column-configuration.element.ts",
2622
2622
  "attributes": [
2623
2623
  {
2624
2624
  "name": "value",
@@ -2647,7 +2647,7 @@
2647
2647
  },
2648
2648
  {
2649
2649
  "name": "umb-property-editor-ui-collection-view-layout-configuration",
2650
- "path": "./../src/packages/core/property-editors/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
2650
+ "path": "./../src/packages/core/property-editor/uis/collection-view/config/layout-configuration/property-editor-ui-collection-view-layout-configuration.element.ts",
2651
2651
  "attributes": [
2652
2652
  {
2653
2653
  "name": "value",
@@ -2676,7 +2676,7 @@
2676
2676
  },
2677
2677
  {
2678
2678
  "name": "umb-property-editor-ui-collection-view-order-by",
2679
- "path": "./../src/packages/core/property-editors/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
2679
+ "path": "./../src/packages/core/property-editor/uis/collection-view/config/order-by/property-editor-ui-collection-view-order-by.element.ts",
2680
2680
  "attributes": [
2681
2681
  {
2682
2682
  "name": "value",
@@ -2705,7 +2705,7 @@
2705
2705
  },
2706
2706
  {
2707
2707
  "name": "umb-property-editor-ui-collection-view",
2708
- "path": "./../src/packages/core/property-editors/uis/collection-view/property-editor-ui-collection-view.element.ts",
2708
+ "path": "./../src/packages/core/property-editor/uis/collection-view/property-editor-ui-collection-view.element.ts",
2709
2709
  "attributes": [
2710
2710
  {
2711
2711
  "name": "value",
@@ -2734,7 +2734,7 @@
2734
2734
  },
2735
2735
  {
2736
2736
  "name": "umb-property-editor-ui-color-picker",
2737
- "path": "./../src/packages/core/property-editors/uis/color-picker/property-editor-ui-color-picker.element.ts",
2737
+ "path": "./../src/packages/core/property-editor/uis/color-picker/property-editor-ui-color-picker.element.ts",
2738
2738
  "attributes": [
2739
2739
  {
2740
2740
  "name": "value",
@@ -2766,7 +2766,7 @@
2766
2766
  },
2767
2767
  {
2768
2768
  "name": "umb-property-editor-ui-date-picker",
2769
- "path": "./../src/packages/core/property-editors/uis/date-picker/property-editor-ui-date-picker.element.ts",
2769
+ "path": "./../src/packages/core/property-editor/uis/date-picker/property-editor-ui-date-picker.element.ts",
2770
2770
  "attributes": [
2771
2771
  {
2772
2772
  "name": "value",
@@ -2791,7 +2791,7 @@
2791
2791
  },
2792
2792
  {
2793
2793
  "name": "umb-property-editor-ui-dropdown",
2794
- "path": "./../src/packages/core/property-editors/uis/dropdown/property-editor-ui-dropdown.element.ts",
2794
+ "path": "./../src/packages/core/property-editor/uis/dropdown/property-editor-ui-dropdown.element.ts",
2795
2795
  "attributes": [
2796
2796
  {
2797
2797
  "name": "value",
@@ -2818,7 +2818,7 @@
2818
2818
  },
2819
2819
  {
2820
2820
  "name": "umb-property-editor-ui-eye-dropper",
2821
- "path": "./../src/packages/core/property-editors/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
2821
+ "path": "./../src/packages/core/property-editor/uis/eye-dropper/property-editor-ui-eye-dropper.element.ts",
2822
2822
  "attributes": [
2823
2823
  {
2824
2824
  "name": "value",
@@ -2850,7 +2850,7 @@
2850
2850
  },
2851
2851
  {
2852
2852
  "name": "umb-property-editor-ui-icon-picker",
2853
- "path": "./../src/packages/core/property-editors/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
2853
+ "path": "./../src/packages/core/property-editor/uis/icon-picker/property-editor-ui-icon-picker.element.ts",
2854
2854
  "attributes": [
2855
2855
  {
2856
2856
  "name": "value",
@@ -2877,7 +2877,7 @@
2877
2877
  },
2878
2878
  {
2879
2879
  "name": "umb-property-editor-ui-image-cropper",
2880
- "path": "./../src/packages/core/property-editors/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
2880
+ "path": "./../src/packages/core/property-editor/uis/image-cropper/property-editor-ui-image-cropper.element.ts",
2881
2881
  "attributes": [
2882
2882
  {
2883
2883
  "name": "value",
@@ -2904,7 +2904,7 @@
2904
2904
  },
2905
2905
  {
2906
2906
  "name": "umb-property-editor-ui-image-crops-configuration",
2907
- "path": "./../src/packages/core/property-editors/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
2907
+ "path": "./../src/packages/core/property-editor/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.ts",
2908
2908
  "attributes": [
2909
2909
  {
2910
2910
  "name": "value",
@@ -2931,7 +2931,7 @@
2931
2931
  },
2932
2932
  {
2933
2933
  "name": "umb-property-editor-ui-label",
2934
- "path": "./../src/packages/core/property-editors/uis/label/property-editor-ui-label.element.ts",
2934
+ "path": "./../src/packages/core/property-editor/uis/label/property-editor-ui-label.element.ts",
2935
2935
  "attributes": [
2936
2936
  {
2937
2937
  "name": "value",
@@ -2969,7 +2969,7 @@
2969
2969
  },
2970
2970
  {
2971
2971
  "name": "umb-property-editor-ui-markdown-editor",
2972
- "path": "./../src/packages/core/property-editors/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
2972
+ "path": "./../src/packages/core/property-editor/uis/markdown-editor/property-editor-ui-markdown-editor.element.ts",
2973
2973
  "attributes": [
2974
2974
  {
2975
2975
  "name": "value",
@@ -2996,7 +2996,7 @@
2996
2996
  },
2997
2997
  {
2998
2998
  "name": "umb-property-editor-ui-media-picker",
2999
- "path": "./../src/packages/core/property-editors/uis/media-picker/property-editor-ui-media-picker.element.ts",
2999
+ "path": "./../src/packages/core/property-editor/uis/media-picker/property-editor-ui-media-picker.element.ts",
3000
3000
  "attributes": [
3001
3001
  {
3002
3002
  "name": "value",
@@ -3021,7 +3021,7 @@
3021
3021
  },
3022
3022
  {
3023
3023
  "name": "umb-property-editor-ui-member-group-picker",
3024
- "path": "./../src/packages/core/property-editors/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
3024
+ "path": "./../src/packages/core/property-editor/uis/member-group-picker/property-editor-ui-member-group-picker.element.ts",
3025
3025
  "attributes": [
3026
3026
  {
3027
3027
  "name": "value",
@@ -3048,7 +3048,7 @@
3048
3048
  },
3049
3049
  {
3050
3050
  "name": "umb-property-editor-ui-member-picker",
3051
- "path": "./../src/packages/core/property-editors/uis/member-picker/property-editor-ui-member-picker.element.ts",
3051
+ "path": "./../src/packages/core/property-editor/uis/member-picker/property-editor-ui-member-picker.element.ts",
3052
3052
  "attributes": [
3053
3053
  {
3054
3054
  "name": "value",
@@ -3075,7 +3075,7 @@
3075
3075
  },
3076
3076
  {
3077
3077
  "name": "umb-property-editor-ui-multi-url-picker",
3078
- "path": "./../src/packages/core/property-editors/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
3078
+ "path": "./../src/packages/core/property-editor/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.ts",
3079
3079
  "attributes": [
3080
3080
  {
3081
3081
  "name": "value",
@@ -3107,7 +3107,7 @@
3107
3107
  },
3108
3108
  {
3109
3109
  "name": "umb-input-multiple-text-string-item",
3110
- "path": "./../src/packages/core/property-editors/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
3110
+ "path": "./../src/packages/core/property-editor/uis/multiple-text-string/input-multiple-text-string-item/input-multiple-text-string-item.element.ts",
3111
3111
  "attributes": [
3112
3112
  {
3113
3113
  "name": "disabled",
@@ -3146,7 +3146,7 @@
3146
3146
  },
3147
3147
  {
3148
3148
  "name": "umb-input-multiple-text-string",
3149
- "path": "./../src/packages/core/property-editors/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
3149
+ "path": "./../src/packages/core/property-editor/uis/multiple-text-string/input-multiple-text-string/input-multiple-text-string.element.ts",
3150
3150
  "attributes": [
3151
3151
  {
3152
3152
  "name": "min",
@@ -3246,7 +3246,7 @@
3246
3246
  },
3247
3247
  {
3248
3248
  "name": "umb-property-editor-ui-multiple-text-string",
3249
- "path": "./../src/packages/core/property-editors/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
3249
+ "path": "./../src/packages/core/property-editor/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.ts",
3250
3250
  "attributes": [
3251
3251
  {
3252
3252
  "name": "value",
@@ -3307,7 +3307,7 @@
3307
3307
  },
3308
3308
  {
3309
3309
  "name": "umb-property-editor-ui-number-range",
3310
- "path": "./../src/packages/core/property-editors/uis/number-range/property-editor-ui-number-range.element.ts",
3310
+ "path": "./../src/packages/core/property-editor/uis/number-range/property-editor-ui-number-range.element.ts",
3311
3311
  "properties": [
3312
3312
  {
3313
3313
  "name": "value",
@@ -3330,7 +3330,7 @@
3330
3330
  },
3331
3331
  {
3332
3332
  "name": "umb-property-editor-ui-number",
3333
- "path": "./../src/packages/core/property-editors/uis/number/property-editor-ui-number.element.ts",
3333
+ "path": "./../src/packages/core/property-editor/uis/number/property-editor-ui-number.element.ts",
3334
3334
  "attributes": [
3335
3335
  {
3336
3336
  "name": "value",
@@ -3362,7 +3362,7 @@
3362
3362
  },
3363
3363
  {
3364
3364
  "name": "umb-property-editor-ui-order-direction",
3365
- "path": "./../src/packages/core/property-editors/uis/order-direction/property-editor-ui-order-direction.element.ts",
3365
+ "path": "./../src/packages/core/property-editor/uis/order-direction/property-editor-ui-order-direction.element.ts",
3366
3366
  "attributes": [
3367
3367
  {
3368
3368
  "name": "value",
@@ -3389,7 +3389,7 @@
3389
3389
  },
3390
3390
  {
3391
3391
  "name": "umb-property-editor-ui-overlay-size",
3392
- "path": "./../src/packages/core/property-editors/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
3392
+ "path": "./../src/packages/core/property-editor/uis/overlay-size/property-editor-ui-overlay-size.element.ts",
3393
3393
  "attributes": [
3394
3394
  {
3395
3395
  "name": "value",
@@ -3416,7 +3416,7 @@
3416
3416
  },
3417
3417
  {
3418
3418
  "name": "umb-property-editor-ui-radio-button-list",
3419
- "path": "./../src/packages/core/property-editors/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
3419
+ "path": "./../src/packages/core/property-editor/uis/radio-button-list/property-editor-ui-radio-button-list.element.ts",
3420
3420
  "attributes": [
3421
3421
  {
3422
3422
  "name": "value",
@@ -3446,7 +3446,7 @@
3446
3446
  },
3447
3447
  {
3448
3448
  "name": "umb-property-editor-ui-slider",
3449
- "path": "./../src/packages/core/property-editors/uis/slider/property-editor-ui-slider.element.ts",
3449
+ "path": "./../src/packages/core/property-editor/uis/slider/property-editor-ui-slider.element.ts",
3450
3450
  "attributes": [
3451
3451
  {
3452
3452
  "name": "value",
@@ -3478,7 +3478,7 @@
3478
3478
  },
3479
3479
  {
3480
3480
  "name": "umb-property-editor-ui-text-box",
3481
- "path": "./../src/packages/core/property-editors/uis/text-box/property-editor-ui-text-box.element.ts",
3481
+ "path": "./../src/packages/core/property-editor/uis/text-box/property-editor-ui-text-box.element.ts",
3482
3482
  "attributes": [
3483
3483
  {
3484
3484
  "name": "value",
@@ -3510,7 +3510,7 @@
3510
3510
  },
3511
3511
  {
3512
3512
  "name": "umb-property-editor-ui-textarea",
3513
- "path": "./../src/packages/core/property-editors/uis/textarea/property-editor-ui-textarea.element.ts",
3513
+ "path": "./../src/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.ts",
3514
3514
  "attributes": [
3515
3515
  {
3516
3516
  "name": "value",
@@ -3542,7 +3542,7 @@
3542
3542
  },
3543
3543
  {
3544
3544
  "name": "umb-property-editor-ui-tiny-mce-dimensions-configuration",
3545
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.ts",
3545
+ "path": "./../src/packages/core/property-editor/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.ts",
3546
3546
  "attributes": [
3547
3547
  {
3548
3548
  "name": "value",
@@ -3566,7 +3566,7 @@
3566
3566
  },
3567
3567
  {
3568
3568
  "name": "umb-property-editor-ui-tiny-mce-maximagesize-configuration",
3569
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.ts",
3569
+ "path": "./../src/packages/core/property-editor/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.ts",
3570
3570
  "attributes": [
3571
3571
  {
3572
3572
  "name": "value",
@@ -3588,7 +3588,7 @@
3588
3588
  },
3589
3589
  {
3590
3590
  "name": "umb-property-editor-ui-tiny-mce-stylesheets-configuration",
3591
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts",
3591
+ "path": "./../src/packages/core/property-editor/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts",
3592
3592
  "attributes": [
3593
3593
  {
3594
3594
  "name": "value",
@@ -3617,7 +3617,7 @@
3617
3617
  },
3618
3618
  {
3619
3619
  "name": "umb-property-editor-ui-tiny-mce-toolbar-configuration",
3620
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts",
3620
+ "path": "./../src/packages/core/property-editor/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts",
3621
3621
  "attributes": [
3622
3622
  {
3623
3623
  "name": "value",
@@ -3647,7 +3647,7 @@
3647
3647
  },
3648
3648
  {
3649
3649
  "name": "umb-property-editor-ui-tiny-mce",
3650
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
3650
+ "path": "./../src/packages/core/property-editor/uis/tiny-mce/property-editor-ui-tiny-mce.element.ts",
3651
3651
  "attributes": [
3652
3652
  {
3653
3653
  "name": "value",
@@ -3679,7 +3679,7 @@
3679
3679
  },
3680
3680
  {
3681
3681
  "name": "umb-property-editor-ui-toggle",
3682
- "path": "./../src/packages/core/property-editors/uis/toggle/property-editor-ui-toggle.element.ts",
3682
+ "path": "./../src/packages/core/property-editor/uis/toggle/property-editor-ui-toggle.element.ts",
3683
3683
  "attributes": [
3684
3684
  {
3685
3685
  "name": "value",
@@ -3711,7 +3711,7 @@
3711
3711
  },
3712
3712
  {
3713
3713
  "name": "umb-property-editor-ui-tree-picker-start-node",
3714
- "path": "./../src/packages/core/property-editors/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
3714
+ "path": "./../src/packages/core/property-editor/uis/tree-picker/config/start-node/property-editor-ui-tree-picker-start-node.element.ts",
3715
3715
  "attributes": [
3716
3716
  {
3717
3717
  "name": "value",
@@ -3740,7 +3740,7 @@
3740
3740
  },
3741
3741
  {
3742
3742
  "name": "umb-property-editor-ui-tree-picker",
3743
- "path": "./../src/packages/core/property-editors/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
3743
+ "path": "./../src/packages/core/property-editor/uis/tree-picker/property-editor-ui-tree-picker.element.ts",
3744
3744
  "attributes": [
3745
3745
  {
3746
3746
  "name": "value",
@@ -3767,7 +3767,7 @@
3767
3767
  },
3768
3768
  {
3769
3769
  "name": "umb-property-editor-ui-upload-field",
3770
- "path": "./../src/packages/core/property-editors/uis/upload-field/property-editor-ui-upload-field.element.ts",
3770
+ "path": "./../src/packages/core/property-editor/uis/upload-field/property-editor-ui-upload-field.element.ts",
3771
3771
  "attributes": [
3772
3772
  {
3773
3773
  "name": "value",
@@ -3799,7 +3799,7 @@
3799
3799
  },
3800
3800
  {
3801
3801
  "name": "umb-property-editor-ui-user-picker",
3802
- "path": "./../src/packages/core/property-editors/uis/user-picker/property-editor-ui-user-picker.element.ts",
3802
+ "path": "./../src/packages/core/property-editor/uis/user-picker/property-editor-ui-user-picker.element.ts",
3803
3803
  "attributes": [
3804
3804
  {
3805
3805
  "name": "value",
@@ -3826,7 +3826,7 @@
3826
3826
  },
3827
3827
  {
3828
3828
  "name": "umb-property-editor-ui-value-type",
3829
- "path": "./../src/packages/core/property-editors/uis/value-type/property-editor-ui-value-type.element.ts",
3829
+ "path": "./../src/packages/core/property-editor/uis/value-type/property-editor-ui-value-type.element.ts",
3830
3830
  "attributes": [
3831
3831
  {
3832
3832
  "name": "value",
@@ -7280,7 +7280,7 @@
7280
7280
  },
7281
7281
  {
7282
7282
  "name": "selectedIds",
7283
- "type": "string[]"
7283
+ "type": "string[] | undefined"
7284
7284
  },
7285
7285
  {
7286
7286
  "name": "defaultId",
@@ -7319,7 +7319,7 @@
7319
7319
  {
7320
7320
  "name": "selectedIds",
7321
7321
  "attribute": "selectedIds",
7322
- "type": "string[]"
7322
+ "type": "string[] | undefined"
7323
7323
  },
7324
7324
  {
7325
7325
  "name": "defaultId",
@@ -10,6 +10,6 @@ import { BehaviorSubject } from '../../external/rxjs/index.js';
10
10
  */
11
11
  export declare class UmbDeepState<T> extends BehaviorSubject<T> {
12
12
  constructor(initialData: T);
13
- getObservablePart<ReturnType>(mappingFunction: MappingFunction<T, ReturnType>, memoizationFunction?: MemoizationFunction<ReturnType>): import("rxjs/internal/Observable.js").Observable<ReturnType>;
13
+ asObservablePart<ReturnType>(mappingFunction: MappingFunction<T, ReturnType>, memoizationFunction?: MemoizationFunction<ReturnType>): import("rxjs/internal/Observable.js").Observable<ReturnType>;
14
14
  next(newData: T): void;
15
15
  }
@@ -13,7 +13,7 @@ export class UmbDeepState extends BehaviorSubject {
13
13
  constructor(initialData) {
14
14
  super(deepFreeze(initialData));
15
15
  }
16
- getObservablePart(mappingFunction, memoizationFunction) {
16
+ asObservablePart(mappingFunction, memoizationFunction) {
17
17
  return createObservablePart(this, mappingFunction, memoizationFunction);
18
18
  }
19
19
  next(newData) {
@@ -1,4 +1,4 @@
1
- import { type UmbDataTypeConfigProperty, type UmbDataTypeConfig } from '../../property-editors/index.js';
1
+ import { type UmbDataTypeConfigProperty, type UmbDataTypeConfig } from '../../property-editor/index.js';
2
2
  import { DataTypePropertyPresentationModel } from '../../../../external/backend-api/index.js';
3
3
  /**
4
4
  * Extends Array to add utility functions for accessing data type properties
@@ -8,6 +8,7 @@ import { html, customElement, property, state, ifDefined } from '../../../../ext
8
8
  import { UUITextStyles } from '../../../../external/uui/index.js';
9
9
  import { umbExtensionsRegistry, } from '../../extension-registry/index.js';
10
10
  import { UmbLitElement } from '../../../../shared/lit-element/index.js';
11
+ import { UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT } from '../../property-editor/index.js';
11
12
  /**
12
13
  * @element umb-property-editor-config
13
14
  * @description - Element for displaying the configuration for a Property Editor based on a Property Editor UI Alias and a Property Editor Model alias.
@@ -49,7 +50,7 @@ export let UmbPropertyEditorConfigElement = class UmbPropertyEditorConfigElement
49
50
  if (!this._propertyEditorUiAlias)
50
51
  return;
51
52
  this.observe(umbExtensionsRegistry.getByTypeAndAlias('propertyEditorUi', this.propertyEditorUiAlias), (manifest) => {
52
- this._observePropertyEditorSchemaConfig(manifest?.meta.propertyEditorSchemaAlias);
53
+ this._observePropertyEditorSchemaConfig(manifest?.meta.propertyEditorSchemaAlias || UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT);
53
54
  this._propertyEditorUISettingsProperties = manifest?.meta.settings?.properties || [];
54
55
  this._propertyEditorUISettingsDefaultData = manifest?.meta.settings?.defaultData || [];
55
56
  this._mergeConfigProperties();
@@ -57,8 +58,6 @@ export let UmbPropertyEditorConfigElement = class UmbPropertyEditorConfigElement
57
58
  });
58
59
  }
59
60
  _observePropertyEditorSchemaConfig(propertyEditorSchemaAlias) {
60
- if (!propertyEditorSchemaAlias)
61
- return;
62
61
  this.observe(umbExtensionsRegistry.getByTypeAndAlias('propertyEditorSchema', propertyEditorSchemaAlias), (manifest) => {
63
62
  this._propertyEditorSchemaConfigProperties = manifest?.meta.settings?.properties || [];
64
63
  this._propertyEditorSchemaConfigDefaultData = manifest?.meta.settings?.defaultData || [];
@@ -4,6 +4,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
4
4
  else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
5
  return c > 3 && r && Object.defineProperty(target, key, r), r;
6
6
  };
7
+ import { UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT } from '../../property-editor/index.js';
7
8
  import { UUIRefNodeElement } from '../../../../external/uui/index.js';
8
9
  import { html, customElement, property } from '../../../../external/lit/index.js';
9
10
  /**
@@ -39,7 +40,7 @@ export let UmbRefPropertyEditorUIElement = class UmbRefPropertyEditorUIElement e
39
40
  details.push(this.propertyEditorSchemaAlias);
40
41
  }
41
42
  else {
42
- details.push('Property Editor Missing');
43
+ details.push(UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT);
43
44
  }
44
45
  if (this.detail !== '') {
45
46
  details.push(this.detail);
@@ -14,7 +14,7 @@ export class UmbContentTypePropertyStructureManager {
14
14
  this.#documentTypeObservers = new Array();
15
15
  this.#documentTypes = new UmbArrayState([], (x) => x.id);
16
16
  this.documentTypes = this.#documentTypes.asObservable();
17
- this._documentTypeContainers = this.#documentTypes.getObservablePart((x) => x.flatMap((x) => x.containers ?? []));
17
+ this._documentTypeContainers = this.#documentTypes.asObservablePart((x) => x.flatMap((x) => x.containers ?? []));
18
18
  this.#containers = new UmbArrayState([], (x) => x.id);
19
19
  this.#host = host;
20
20
  this.#contentTypeRepository = typeRepository;
@@ -114,7 +114,7 @@ export class UmbContentTypePropertyStructureManager {
114
114
  */
115
115
  /** Public methods for consuming structure: */
116
116
  ownerDocumentType() {
117
- return this.#documentTypes.getObservablePart((x) => x.find((y) => y.id === this.#ownerDocumentTypeId));
117
+ return this.#documentTypes.asObservablePart((x) => x.find((y) => y.id === this.#ownerDocumentTypeId));
118
118
  }
119
119
  getOwnerDocumentType() {
120
120
  return this.#documentTypes.getValue().find((y) => y.id === this.#ownerDocumentTypeId);
@@ -214,28 +214,28 @@ export class UmbContentTypePropertyStructureManager {
214
214
  }
215
215
  /*
216
216
  rootDocumentTypeName() {
217
- return this.#documentTypes.getObservablePart((docTypes) => {
217
+ return this.#documentTypes.asObservablePart((docTypes) => {
218
218
  const docType = docTypes.find((x) => x.id === this.#rootDocumentTypeKey);
219
219
  return docType?.name ?? '';
220
220
  });
221
221
  }
222
222
  */
223
223
  ownerDocumentTypeObservablePart(mappingFunction) {
224
- return this.#documentTypes.getObservablePart((docTypes) => {
224
+ return this.#documentTypes.asObservablePart((docTypes) => {
225
225
  const docType = docTypes.find((x) => x.id === this.#ownerDocumentTypeId);
226
226
  return docType ? mappingFunction(docType) : undefined;
227
227
  });
228
228
  }
229
229
  /*
230
230
  nameOfDocumentType(id: string) {
231
- return this.#documentTypes.getObservablePart((docTypes) => {
231
+ return this.#documentTypes.asObservablePart((docTypes) => {
232
232
  const docType = docTypes.find((x) => x.id === id);
233
233
  return docType?.name ?? '';
234
234
  });
235
235
  }
236
236
  */
237
237
  hasPropertyStructuresOf(containerId) {
238
- return this.#documentTypes.getObservablePart((docTypes) => {
238
+ return this.#documentTypes.asObservablePart((docTypes) => {
239
239
  return (docTypes.find((docType) => {
240
240
  return docType.properties?.find((property) => property.containerId === containerId);
241
241
  }) !== undefined);
@@ -245,7 +245,7 @@ export class UmbContentTypePropertyStructureManager {
245
245
  return this.propertyStructuresOf(null);
246
246
  }
247
247
  propertyStructuresOf(containerId) {
248
- return this.#documentTypes.getObservablePart((docTypes) => {
248
+ return this.#documentTypes.asObservablePart((docTypes) => {
249
249
  const props = [];
250
250
  docTypes.forEach((docType) => {
251
251
  docType.properties?.forEach((property) => {
@@ -258,7 +258,7 @@ export class UmbContentTypePropertyStructureManager {
258
258
  });
259
259
  }
260
260
  rootContainers(containerType) {
261
- return this.#containers.getObservablePart((data) => {
261
+ return this.#containers.asObservablePart((data) => {
262
262
  return data.filter((x) => x.parentId === null && x.type === containerType);
263
263
  });
264
264
  }
@@ -266,7 +266,7 @@ export class UmbContentTypePropertyStructureManager {
266
266
  return this.#containers.getValue().filter((x) => x.parentId === null && x.type === containerType);
267
267
  }
268
268
  hasRootContainers(containerType) {
269
- return this.#containers.getObservablePart((data) => {
269
+ return this.#containers.asObservablePart((data) => {
270
270
  return data.filter((x) => x.parentId === null && x.type === containerType).length > 0;
271
271
  });
272
272
  }
@@ -280,13 +280,13 @@ export class UmbContentTypePropertyStructureManager {
280
280
  return this.getOwnerDocumentType()?.containers?.filter((x) => x.id === containerId);
281
281
  }
282
282
  containersOfParentKey(parentId, containerType) {
283
- return this.#containers.getObservablePart((data) => {
283
+ return this.#containers.asObservablePart((data) => {
284
284
  return data.filter((x) => x.parentId === parentId && x.type === containerType);
285
285
  });
286
286
  }
287
287
  // In future this might need to take parentName(parentId lookup) into account as well? otherwise containers that share same name and type will always be merged, but their position might be different and they should not be merged.
288
288
  containersByNameAndType(name, containerType) {
289
- return this.#containers.getObservablePart((data) => {
289
+ return this.#containers.asObservablePart((data) => {
290
290
  return data.filter((x) => x.name === name && x.type === containerType);
291
291
  });
292
292
  }