@umbraco-cms/backoffice 14.0.0-a8a86579 → 14.0.0-b0704cee

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 (404) hide show
  1. package/dist-cms/custom-elements.json +148 -89
  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/mocks/data/document-type.data.js +3 -2
  5. package/dist-cms/mocks/data/template.data.d.ts +5 -23
  6. package/dist-cms/mocks/data/template.data.js +44 -21
  7. package/dist-cms/mocks/handlers/template.handlers.js +4 -0
  8. package/dist-cms/packages/core/components/button-with-dropdown/button-with-dropdown.element.d.ts +2 -0
  9. package/dist-cms/packages/core/components/button-with-dropdown/button-with-dropdown.element.js +4 -4
  10. package/dist-cms/packages/core/components/code-block/code-block.element.d.ts +6 -1
  11. package/dist-cms/packages/core/components/code-block/code-block.element.js +93 -19
  12. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +1 -1
  13. package/dist-cms/packages/core/components/index.d.ts +1 -0
  14. package/dist-cms/packages/core/components/index.js +1 -1
  15. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +5 -0
  16. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +2 -3
  17. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +2 -1
  18. package/dist-cms/packages/core/content-type/content-type-structure-manager.class.js +11 -11
  19. package/dist-cms/packages/core/extension-registry/models/dashboard.model.d.ts +6 -6
  20. package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +1 -1
  21. package/dist-cms/packages/core/extension-registry/models/section-view.model.d.ts +21 -2
  22. package/dist-cms/packages/core/index.d.ts +2 -2
  23. package/dist-cms/packages/core/index.js +5 -5
  24. package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.d.ts +0 -1
  25. package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.js +1 -2
  26. package/dist-cms/packages/core/property-editor/index.d.ts +3 -0
  27. package/dist-cms/packages/core/property-editor/index.js +3 -0
  28. package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.js +1 -1
  29. package/dist-cms/packages/core/section/section-views/section-views.element.js +30 -15
  30. package/dist-cms/packages/core/store/entity-tree-store.js +3 -3
  31. package/dist-cms/packages/core/store/file-system-tree.store.js +3 -3
  32. package/dist-cms/packages/core/tree/tree.context.js +8 -11
  33. package/dist-cms/packages/core/workspace/types/workspace-property-data.type.d.ts +1 -1
  34. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js +5 -5
  35. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +1 -1
  36. package/dist-cms/packages/core/workspace/workspace-property-layout/workspace-property-layout.element.js +22 -13
  37. package/dist-cms/packages/core/workspace/workspace-split-view-manager.class.js +1 -1
  38. package/dist-cms/packages/core/workspace/workspace-variant/workspace-variant.context.js +3 -3
  39. package/dist-cms/packages/documents/document-blueprints/document-blueprint.detail.store.js +1 -1
  40. package/dist-cms/packages/documents/document-types/repository/document-type.store.js +1 -1
  41. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.d.ts +1 -0
  42. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +2 -1
  43. package/dist-cms/packages/documents/documents/repository/document.store.js +1 -1
  44. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +8 -8
  45. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.js +5 -0
  46. package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +1 -0
  47. package/dist-cms/packages/media/media/repository/media.store.js +1 -1
  48. package/dist-cms/packages/media/media/workspace/media-workspace.context.js +1 -1
  49. package/dist-cms/packages/media/media-types/workspace/media-type-workspace.context.js +1 -1
  50. package/dist-cms/packages/members/member-groups/repository/member-group.store.js +1 -1
  51. package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.context.js +1 -1
  52. package/dist-cms/packages/members/member-types/repository/member-type.store.js +1 -1
  53. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.context.js +1 -1
  54. package/dist-cms/packages/settings/data-types/repository/data-type-item.store.js +1 -1
  55. package/dist-cms/packages/settings/data-types/repository/data-type.store.js +2 -2
  56. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +2 -2
  57. package/dist-cms/packages/settings/languages/repository/language-item.store.js +1 -1
  58. package/dist-cms/packages/settings/languages/repository/language.store.js +1 -1
  59. package/dist-cms/packages/settings/relation-types/repository/relation-type.store.js +1 -1
  60. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.context.js +2 -2
  61. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -0
  62. package/dist-cms/packages/tags/repository/tag.store.js +3 -3
  63. package/dist-cms/packages/templating/components/insert-menu/templating-insert-menu.element.js +3 -31
  64. package/dist-cms/packages/templating/modals/insert-choose-type-sidebar.element.d.ts +2 -4
  65. package/dist-cms/packages/templating/modals/insert-choose-type-sidebar.element.js +5 -27
  66. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-input.element.js +1 -0
  67. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-modal.element.js +5 -4
  68. package/dist-cms/packages/templating/modals/manifests.d.ts +0 -1
  69. package/dist-cms/packages/templating/modals/manifests.js +0 -7
  70. package/dist-cms/packages/templating/templates/components/alias-input/alias-input.js +1 -1
  71. package/dist-cms/packages/templating/templates/components/input-template/input-template.element.d.ts +3 -2
  72. package/dist-cms/packages/templating/templates/components/input-template/input-template.element.js +5 -4
  73. package/dist-cms/packages/templating/templates/entity-actions/create/create.action.js +1 -1
  74. package/dist-cms/packages/templating/templates/index.d.ts +2 -0
  75. package/dist-cms/packages/templating/templates/index.js +2 -0
  76. package/dist-cms/packages/templating/templates/manifests.d.ts +1 -1
  77. package/dist-cms/packages/templating/templates/manifests.js +2 -0
  78. package/dist-cms/packages/templating/templates/modals/manifests.d.ts +3 -0
  79. package/dist-cms/packages/templating/templates/modals/manifests.js +10 -0
  80. package/dist-cms/packages/templating/templates/modals/modal-tokens.d.ts +3 -0
  81. package/dist-cms/packages/templating/templates/modals/modal-tokens.js +6 -0
  82. package/dist-cms/packages/templating/templates/modals/query-builder/query-builder-filter.element.d.ts +24 -0
  83. package/dist-cms/packages/templating/templates/modals/query-builder/query-builder-filter.element.js +156 -0
  84. package/dist-cms/packages/templating/templates/modals/query-builder/query-builder.element.d.ts +28 -0
  85. package/dist-cms/packages/templating/templates/modals/query-builder/query-builder.element.js +277 -0
  86. package/dist-cms/packages/templating/templates/repository/sources/template.query-builder.server.data.d.ts +33 -0
  87. package/dist-cms/packages/templating/templates/repository/sources/template.query-builder.server.data.js +37 -0
  88. package/dist-cms/packages/templating/templates/repository/template-item.store.js +1 -1
  89. package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +11 -7
  90. package/dist-cms/packages/templating/templates/repository/template.repository.js +28 -14
  91. package/dist-cms/packages/templating/templates/repository/template.store.js +2 -2
  92. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +21 -3
  93. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +3 -2
  94. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.d.ts +1 -0
  95. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +4 -3
  96. package/dist-cms/packages/translation/dictionary/repository/dictionary.store.js +1 -1
  97. package/dist-cms/packages/translation/dictionary/workspace/dictionary-workspace.context.js +2 -2
  98. package/dist-cms/packages/umbraco-news/manifests.js +0 -1
  99. package/dist-cms/packages/users/current-user/current-user-history.store.js +1 -1
  100. package/dist-cms/packages/users/user-groups/repository/user-group-item.store.js +1 -1
  101. package/dist-cms/packages/users/user-groups/repository/user-group.store.js +1 -1
  102. package/dist-cms/packages/users/users/repository/user-item.store.js +1 -1
  103. package/dist-cms/packages/users/users/repository/user.store.js +1 -1
  104. package/dist-cms/shared/utils/index.d.ts +3 -2
  105. package/dist-cms/shared/utils/index.js +3 -2
  106. package/dist-cms/shared/utils/path-folder-name.function.d.ts +2 -0
  107. package/dist-cms/shared/utils/path-folder-name.function.js +2 -0
  108. package/dist-cms/tinymce/langs/nb_NO.js +62 -62
  109. package/dist-cms/tinymce/langs/uz.js +406 -0
  110. package/dist-cms/tsconfig.tsbuildinfo +1 -1
  111. package/dist-cms/umbraco-package-schema.json +12 -8
  112. package/dist-cms/vscode-html-custom-data.json +43 -9
  113. package/package.json +5 -4
  114. package/dist-cms/packages/core/property-editors/index.d.ts +0 -2
  115. package/dist-cms/packages/core/property-editors/index.js +0 -2
  116. package/dist-cms/packages/templating/modals/insert-value-sidebar.element.d.ts +0 -19
  117. package/dist-cms/packages/templating/modals/insert-value-sidebar.element.js +0 -135
  118. /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.d.ts +0 -0
  119. /package/dist-cms/packages/core/{property-actions → property-action}/common/clear/property-action-clear.element.js +0 -0
  120. /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.d.ts +0 -0
  121. /package/dist-cms/packages/core/{property-actions → property-action}/common/copy/property-action-copy.element.js +0 -0
  122. /package/dist-cms/packages/core/{property-actions → property-action}/index.d.ts +0 -0
  123. /package/dist-cms/packages/core/{property-actions → property-action}/index.js +0 -0
  124. /package/dist-cms/packages/core/{property-actions → property-action}/manifests.d.ts +0 -0
  125. /package/dist-cms/packages/core/{property-actions → property-action}/manifests.js +0 -0
  126. /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.d.ts +0 -0
  127. /package/dist-cms/packages/core/{property-actions → property-action}/shared/index.js +0 -0
  128. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.d.ts +0 -0
  129. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.element.js +0 -0
  130. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.d.ts +0 -0
  131. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action/property-action.model.js +0 -0
  132. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.d.ts +0 -0
  133. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.context.js +0 -0
  134. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.d.ts +0 -0
  135. /package/dist-cms/packages/core/{property-actions → property-action}/shared/property-action-menu/property-action-menu.element.js +0 -0
  136. /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.d.ts +0 -0
  137. /package/dist-cms/packages/core/{property-editors → property-editor}/events/index.js +0 -0
  138. /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.d.ts +0 -0
  139. /package/dist-cms/packages/core/{property-editors → property-editor}/events/property-value-change.event.js +0 -0
  140. /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.d.ts +0 -0
  141. /package/dist-cms/packages/core/{property-editors → property-editor}/manifests.js +0 -0
  142. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.d.ts +0 -0
  143. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockGrid.js +0 -0
  144. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.d.ts +0 -0
  145. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.BlockList.js +0 -0
  146. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.d.ts +0 -0
  147. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.CheckboxList.js +0 -0
  148. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.d.ts +0 -0
  149. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.EyeDropper.js +0 -0
  150. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.d.ts +0 -0
  151. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ColorPicker.js +0 -0
  152. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.d.ts +0 -0
  153. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.DateTime.js +0 -0
  154. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.d.ts +0 -0
  155. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Decimal.js +0 -0
  156. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.d.ts +0 -0
  157. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Dropdown.Flexible.js +0 -0
  158. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.d.ts +0 -0
  159. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.EmailAddress.js +0 -0
  160. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.d.ts +0 -0
  161. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.IconPicker.js +0 -0
  162. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.d.ts +0 -0
  163. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ImageCropper.js +0 -0
  164. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.d.ts +0 -0
  165. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Integer.js +0 -0
  166. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.d.ts +0 -0
  167. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.JSON.js +0 -0
  168. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.d.ts +0 -0
  169. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Label.js +0 -0
  170. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.d.ts +0 -0
  171. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.ListView.js +0 -0
  172. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.d.ts +0 -0
  173. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MarkdownEditor.js +0 -0
  174. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.d.ts +0 -0
  175. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MediaPicker3.js +0 -0
  176. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.d.ts +0 -0
  177. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberGroupPicker.js +0 -0
  178. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.d.ts +0 -0
  179. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MemberPicker.js +0 -0
  180. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.d.ts +0 -0
  181. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiNodeTreePicker.js +0 -0
  182. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.d.ts +0 -0
  183. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultiUrlPicker.js +0 -0
  184. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.d.ts +0 -0
  185. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.MultipleTextString.js +0 -0
  186. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.d.ts +0 -0
  187. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RadioButtonList.js +0 -0
  188. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.d.ts +0 -0
  189. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.RichText.js +0 -0
  190. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.d.ts +0 -0
  191. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Slider.js +0 -0
  192. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.d.ts +0 -0
  193. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.Tags.js +0 -0
  194. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.d.ts +0 -0
  195. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextArea.js +0 -0
  196. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.d.ts +0 -0
  197. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TextBox.js +0 -0
  198. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.d.ts +0 -0
  199. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.TrueFalse.js +0 -0
  200. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.d.ts +0 -0
  201. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UploadField.js +0 -0
  202. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.d.ts +0 -0
  203. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/Umbraco.UserPicker.js +0 -0
  204. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.d.ts +0 -0
  205. /package/dist-cms/packages/core/{property-editors → property-editor}/schemas/manifests.js +0 -0
  206. /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.d.ts +0 -0
  207. /package/dist-cms/packages/core/{property-editors → property-editor}/types/data-type-config.type.js +0 -0
  208. /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.d.ts +0 -0
  209. /package/dist-cms/packages/core/{property-editors → property-editor}/types/index.js +0 -0
  210. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.d.ts +0 -0
  211. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/block-configuration/manifests.js +0 -0
  212. /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
  213. /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
  214. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.d.ts +0 -0
  215. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/group-configuration/manifests.js +0 -0
  216. /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
  217. /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
  218. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.d.ts +0 -0
  219. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/config/stylesheet-picker/manifests.js +0 -0
  220. /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
  221. /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
  222. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.d.ts +0 -0
  223. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/manifests.js +0 -0
  224. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.d.ts +0 -0
  225. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid-inner-test.element.js +0 -0
  226. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.d.ts +0 -0
  227. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-grid/property-editor-ui-block-grid.element.js +0 -0
  228. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.d.ts +0 -0
  229. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/config/block-configuration/manifests.js +0 -0
  230. /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
  231. /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
  232. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.d.ts +0 -0
  233. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/manifests.js +0 -0
  234. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.d.ts +0 -0
  235. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/block-list/property-editor-ui-block-list.element.js +0 -0
  236. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.d.ts +0 -0
  237. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/manifests.js +0 -0
  238. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.d.ts +0 -0
  239. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/checkbox-list/property-editor-ui-checkbox-list.element.js +0 -0
  240. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.d.ts +0 -0
  241. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/bulk-action-permissions/manifests.js +0 -0
  242. /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
  243. /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
  244. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.d.ts +0 -0
  245. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/column-configuration/manifests.js +0 -0
  246. /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
  247. /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
  248. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.d.ts +0 -0
  249. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/layout-configuration/manifests.js +0 -0
  250. /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
  251. /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
  252. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.d.ts +0 -0
  253. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/config/order-by/manifests.js +0 -0
  254. /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
  255. /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
  256. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.d.ts +0 -0
  257. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/manifests.js +0 -0
  258. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.d.ts +0 -0
  259. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/collection-view/property-editor-ui-collection-view.element.js +0 -0
  260. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.d.ts +0 -0
  261. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/manifests.js +0 -0
  262. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.d.ts +0 -0
  263. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/color-picker/property-editor-ui-color-picker.element.js +0 -0
  264. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.d.ts +0 -0
  265. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/manifests.js +0 -0
  266. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/date-picker/property-editor-ui-date-picker.element.d.ts +0 -0
  267. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.d.ts +0 -0
  268. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/manifests.js +0 -0
  269. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.d.ts +0 -0
  270. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/dropdown/property-editor-ui-dropdown.element.js +0 -0
  271. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.d.ts +0 -0
  272. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/manifests.js +0 -0
  273. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.d.ts +0 -0
  274. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/eye-dropper/property-editor-ui-eye-dropper.element.js +0 -0
  275. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.d.ts +0 -0
  276. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/manifests.js +0 -0
  277. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.d.ts +0 -0
  278. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/icon-picker/property-editor-ui-icon-picker.element.js +0 -0
  279. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.d.ts +0 -0
  280. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/manifests.js +0 -0
  281. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.d.ts +0 -0
  282. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-cropper/property-editor-ui-image-cropper.element.js +0 -0
  283. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.d.ts +0 -0
  284. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/manifests.js +0 -0
  285. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.d.ts +0 -0
  286. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/image-crops-configuration/property-editor-ui-image-crops-configuration.element.js +0 -0
  287. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.d.ts +0 -0
  288. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/manifests.js +0 -0
  289. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.d.ts +0 -0
  290. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/label/property-editor-ui-label.element.js +0 -0
  291. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.d.ts +0 -0
  292. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/manifests.js +0 -0
  293. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.d.ts +0 -0
  294. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/manifests.js +0 -0
  295. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.d.ts +0 -0
  296. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/markdown-editor/property-editor-ui-markdown-editor.element.js +0 -0
  297. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.d.ts +0 -0
  298. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/manifests.js +0 -0
  299. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.d.ts +0 -0
  300. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/media-picker/property-editor-ui-media-picker.element.js +0 -0
  301. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.d.ts +0 -0
  302. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/manifests.js +0 -0
  303. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.d.ts +0 -0
  304. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-group-picker/property-editor-ui-member-group-picker.element.js +0 -0
  305. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.d.ts +0 -0
  306. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/manifests.js +0 -0
  307. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.d.ts +0 -0
  308. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/member-picker/property-editor-ui-member-picker.element.js +0 -0
  309. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.d.ts +0 -0
  310. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/manifests.js +0 -0
  311. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.d.ts +0 -0
  312. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multi-url-picker/property-editor-ui-multi-url-picker.element.js +0 -0
  313. /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
  314. /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
  315. /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
  316. /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
  317. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.d.ts +0 -0
  318. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/manifests.js +0 -0
  319. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.d.ts +0 -0
  320. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/multiple-text-string/property-editor-ui-multiple-text-string.element.js +0 -0
  321. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.d.ts +0 -0
  322. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/manifests.js +0 -0
  323. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.d.ts +0 -0
  324. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number/property-editor-ui-number.element.js +0 -0
  325. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.d.ts +0 -0
  326. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/manifests.js +0 -0
  327. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.d.ts +0 -0
  328. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/number-range/property-editor-ui-number-range.element.js +0 -0
  329. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.d.ts +0 -0
  330. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/manifests.js +0 -0
  331. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.d.ts +0 -0
  332. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/order-direction/property-editor-ui-order-direction.element.js +0 -0
  333. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.d.ts +0 -0
  334. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/manifests.js +0 -0
  335. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.d.ts +0 -0
  336. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/overlay-size/property-editor-ui-overlay-size.element.js +0 -0
  337. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.d.ts +0 -0
  338. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/manifests.js +0 -0
  339. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.d.ts +0 -0
  340. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/radio-button-list/property-editor-ui-radio-button-list.element.js +0 -0
  341. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.d.ts +0 -0
  342. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/manifests.js +0 -0
  343. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.d.ts +0 -0
  344. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/slider/property-editor-ui-slider.element.js +0 -0
  345. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.d.ts +0 -0
  346. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/manifests.js +0 -0
  347. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.d.ts +0 -0
  348. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/text-box/property-editor-ui-text-box.element.js +0 -0
  349. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.d.ts +0 -0
  350. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/manifests.js +0 -0
  351. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.d.ts +0 -0
  352. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/textarea/property-editor-ui-textarea.element.js +0 -0
  353. /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
  354. /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
  355. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.d.ts +0 -0
  356. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/config/manifests.js +0 -0
  357. /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
  358. /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
  359. /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
  360. /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
  361. /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
  362. /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
  363. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.d.ts +0 -0
  364. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/manifests.js +0 -0
  365. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.d.ts +0 -0
  366. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/manifests.js +0 -0
  367. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +0 -0
  368. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +0 -0
  369. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +0 -0
  370. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +0 -0
  371. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +0 -0
  372. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +0 -0
  373. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +0 -0
  374. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +0 -0
  375. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +0 -0
  376. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +0 -0
  377. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +0 -0
  378. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +0 -0
  379. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.d.ts +0 -0
  380. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/manifests.js +0 -0
  381. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.d.ts +0 -0
  382. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/toggle/property-editor-ui-toggle.element.js +0 -0
  383. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.d.ts +0 -0
  384. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/config/start-node/manifests.js +0 -0
  385. /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
  386. /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
  387. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.d.ts +0 -0
  388. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/manifests.js +0 -0
  389. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.d.ts +0 -0
  390. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/tree-picker/property-editor-ui-tree-picker.element.js +0 -0
  391. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.d.ts +0 -0
  392. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/manifests.js +0 -0
  393. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.d.ts +0 -0
  394. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/upload-field/property-editor-ui-upload-field.element.js +0 -0
  395. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.d.ts +0 -0
  396. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/manifests.js +0 -0
  397. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.d.ts +0 -0
  398. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/user-picker/property-editor-ui-user-picker.element.js +0 -0
  399. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.d.ts +0 -0
  400. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/manifests.js +0 -0
  401. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.d.ts +0 -0
  402. /package/dist-cms/packages/core/{property-editors → property-editor}/uis/value-type/property-editor-ui-value-type.element.js +0 -0
  403. /package/dist-cms/shared/utils/{umbraco-path.d.ts → umbraco-path.function.d.ts} +0 -0
  404. /package/dist-cms/shared/utils/{umbraco-path.js → umbraco-path.function.js} +0 -0
@@ -2,5 +2,4 @@ import type { EntityTreeItemResponseModel } from '../../../../external/backend-a
2
2
  import { UmbModalToken, UmbPickerModalResult, UmbTreePickerModalData } from '../index.js';
3
3
  export type UmbDictionaryItemPickerModalData = UmbTreePickerModalData<EntityTreeItemResponseModel>;
4
4
  export type UmbDictionaryItemPickerModalResult = UmbPickerModalResult;
5
- export declare const UMB_DICTIONARY_ITEM_PICKER_MODAL_ALIAS = "Umb.Modal.DictionaryItemPicker";
6
5
  export declare const UMB_DICTIONARY_ITEM_PICKER_MODAL: UmbModalToken<UmbDictionaryItemPickerModalData, UmbPickerModalResult>;
@@ -1,6 +1,5 @@
1
1
  import { UmbModalToken } from '../index.js';
2
- export const UMB_DICTIONARY_ITEM_PICKER_MODAL_ALIAS = 'Umb.Modal.DictionaryItemPicker';
3
- export const UMB_DICTIONARY_ITEM_PICKER_MODAL = new UmbModalToken(UMB_DICTIONARY_ITEM_PICKER_MODAL_ALIAS, {
2
+ export const UMB_DICTIONARY_ITEM_PICKER_MODAL = new UmbModalToken('Umb.Modal.TreePicker', {
4
3
  type: 'sidebar',
5
4
  size: 'small',
6
5
  }, {
@@ -0,0 +1,3 @@
1
+ export * from './types/index.js';
2
+ export * from './events/index.js';
3
+ export declare const UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT = "Umbraco.JSON";
@@ -0,0 +1,3 @@
1
+ export * from './types/index.js';
2
+ export * from './events/index.js';
3
+ export const UMB_PROPERTY_EDITOR_SCHEMA_ALIAS_DEFAULT = 'Umbraco.JSON';
@@ -68,7 +68,7 @@ export let UmbPropertyEditorUIDatePickerElement = class UmbPropertyEditorUIDateP
68
68
  .min=${this._min}
69
69
  .max=${this._max}
70
70
  .step=${this._step}
71
- .offsetTime=${this._offsetTime}
71
+ .offsetTime=${this._offsetTime || false}
72
72
  label="Pick a date or time"></umb-input-date>`;
73
73
  }
74
74
  static { this.styles = [UUITextStyles]; }
@@ -11,6 +11,7 @@ import { map, of } from '../../../../external/rxjs/index.js';
11
11
  import { umbExtensionsRegistry, } from '../../extension-registry/index.js';
12
12
  import { createExtensionElement } from '../../../../libs/extension-api/index.js';
13
13
  import { UmbLitElement } from '../../../../shared/lit-element/index.js';
14
+ import { pathFolderName } from '../../../../shared/utils/index.js';
14
15
  // TODO: this might need a new name, since it's both view and dashboard now
15
16
  export let UmbSectionViewsElement = class UmbSectionViewsElement extends UmbLitElement {
16
17
  constructor() {
@@ -23,10 +24,18 @@ export let UmbSectionViewsElement = class UmbSectionViewsElement extends UmbLitE
23
24
  this._observeSectionAlias();
24
25
  });
25
26
  }
27
+ #constructDashboardPath(manifest) {
28
+ const dashboardName = manifest.meta.label ?? manifest.name;
29
+ return 'dashboard/' + (manifest.meta.pathname ? manifest.meta.pathname : pathFolderName(dashboardName));
30
+ }
31
+ #constructViewPath(manifest) {
32
+ const viewName = manifest.meta.label ?? manifest.name;
33
+ return 'view/' + (manifest.meta.pathname ? manifest.meta.pathname : pathFolderName(viewName));
34
+ }
26
35
  async #createRoutes() {
27
36
  const dashboardRoutes = this._dashboards?.map((manifest) => {
28
37
  return {
29
- path: 'dashboard/' + manifest.meta.pathname,
38
+ path: this.#constructDashboardPath(manifest),
30
39
  component: () => createExtensionElement(manifest),
31
40
  setup: (component) => {
32
41
  component.manifest = manifest;
@@ -35,7 +44,7 @@ export let UmbSectionViewsElement = class UmbSectionViewsElement extends UmbLitE
35
44
  });
36
45
  const viewRoutes = this._views?.map((manifest) => {
37
46
  return {
38
- path: 'view/' + manifest.meta.pathname,
47
+ path: this.#constructViewPath(manifest),
39
48
  component: () => createExtensionElement(manifest),
40
49
  setup: (component) => {
41
50
  component.manifest = manifest;
@@ -97,14 +106,16 @@ export let UmbSectionViewsElement = class UmbSectionViewsElement extends UmbLitE
97
106
  return this._dashboards.length > 0
98
107
  ? html `
99
108
  <uui-tab-group slot="header" id="dashboards">
100
- ${this._dashboards.map((dashboard) => html `
109
+ ${this._dashboards.map((dashboard) => {
110
+ const dashboardName = dashboard.meta.label ?? dashboard.name;
111
+ const dashboardPath = this.#constructDashboardPath(dashboard);
112
+ return html `
101
113
  <uui-tab
102
- .label="${dashboard.meta.label || dashboard.name}"
103
- href="${this._routerPath}/dashboard/${dashboard.meta.pathname}"
104
- ?active="${this._activePath === 'dashboard/' + dashboard.meta.pathname}">
105
- ${dashboard.meta.label || dashboard.name}
106
- </uui-tab>
107
- `)}
114
+ .label="${dashboardName}"
115
+ href="${this._routerPath}/${dashboardPath}"
116
+ ?active="${this._activePath === dashboardPath}"></uui-tab>
117
+ `;
118
+ })}
108
119
  </uui-tab-group>
109
120
  `
110
121
  : '';
@@ -113,15 +124,19 @@ export let UmbSectionViewsElement = class UmbSectionViewsElement extends UmbLitE
113
124
  return this._views.length > 0
114
125
  ? html `
115
126
  <uui-tab-group slot="navigation" id="views">
116
- ${this._views.map((view) => html `
127
+ ${this._views.map((view) => {
128
+ const viewName = view.meta.label ?? view.name;
129
+ const viewPath = this.#constructViewPath(view);
130
+ return html `
117
131
  <uui-tab
118
- .label="${view.meta.label || view.name}"
119
- href="${this._routerPath}/view/${view.meta.pathname}"
120
- ?active="${this._activePath === 'view/' + view.meta.pathname}">
132
+ .label="${viewName}"
133
+ href="${this._routerPath}/${viewPath}"
134
+ ?active="${this._activePath === viewPath}">
121
135
  <uui-icon slot="icon" name=${view.meta.icon}></uui-icon>
122
- ${view.meta.label || view.name}
136
+ ${viewName}
123
137
  </uui-tab>
124
- `)}
138
+ `;
139
+ })}
125
140
  </uui-tab-group>
126
141
  `
127
142
  : '';
@@ -13,7 +13,7 @@ export class UmbEntityTreeStore extends UmbStoreBase {
13
13
  * An observable to observe the root items
14
14
  * @memberof UmbEntityTreeStore
15
15
  */
16
- this.rootItems = this._data.getObservablePart((items) => items.filter((item) => item.parentId === null));
16
+ this.rootItems = this._data.asObservablePart((items) => items.filter((item) => item.parentId === null));
17
17
  }
18
18
  /**
19
19
  * Returns an observable to observe the children of a given parent
@@ -22,7 +22,7 @@ export class UmbEntityTreeStore extends UmbStoreBase {
22
22
  * @memberof UmbEntityTreeStore
23
23
  */
24
24
  childrenOf(parentId) {
25
- return this._data.getObservablePart((items) => items.filter((item) => item.parentId === parentId));
25
+ return this._data.asObservablePart((items) => items.filter((item) => item.parentId === parentId));
26
26
  }
27
27
  /**
28
28
  * Returns an observable to observe the items with the given ids
@@ -31,6 +31,6 @@ export class UmbEntityTreeStore extends UmbStoreBase {
31
31
  * @memberof UmbEntityTreeStore
32
32
  */
33
33
  items(ids) {
34
- return this._data.getObservablePart((items) => items.filter((item) => ids.includes(item.id ?? '')));
34
+ return this._data.asObservablePart((items) => items.filter((item) => ids.includes(item.id ?? '')));
35
35
  }
36
36
  }
@@ -13,7 +13,7 @@ export class UmbFileSystemTreeStore extends UmbStoreBase {
13
13
  * An observable to observe the root items
14
14
  * @memberof UmbFileSystemTreeStore
15
15
  */
16
- this.rootItems = this._data.getObservablePart((items) => items.filter((item) => item.path?.includes('/') === false));
16
+ this.rootItems = this._data.asObservablePart((items) => items.filter((item) => item.path?.includes('/') === false));
17
17
  }
18
18
  /**
19
19
  * Returns an observable to observe the children of a given parent
@@ -22,7 +22,7 @@ export class UmbFileSystemTreeStore extends UmbStoreBase {
22
22
  * @memberof UmbFileSystemTreeStore
23
23
  */
24
24
  childrenOf(parentPath) {
25
- return this._data.getObservablePart((items) => items.filter((item) => item.path?.startsWith(parentPath + '/') || parentPath === null));
25
+ return this._data.asObservablePart((items) => items.filter((item) => item.path?.startsWith(parentPath + '/') || parentPath === null));
26
26
  }
27
27
  /**
28
28
  * Returns an observable to observe the items with the given ids
@@ -31,6 +31,6 @@ export class UmbFileSystemTreeStore extends UmbStoreBase {
31
31
  * @memberof UmbFileSystemTreeStore
32
32
  */
33
33
  items(paths) {
34
- return this._data.getObservablePart((items) => items.filter((item) => paths.includes(item.path ?? '')));
34
+ return this._data.asObservablePart((items) => items.filter((item) => paths.includes(item.path ?? '')));
35
35
  }
36
36
  }
@@ -1,4 +1,3 @@
1
- import { map } from '../../../external/rxjs/index.js';
2
1
  import { umbExtensionsRegistry } from '../extension-registry/index.js';
3
2
  import { UmbBooleanState } from '../../../libs/observable-api/index.js';
4
3
  import { UmbBaseController } from '../../../libs/controller-api/index.js';
@@ -36,9 +35,7 @@ export class UmbTreeContextBase extends UmbBaseController {
36
35
  if (this.#treeAlias === treeAlias)
37
36
  return;
38
37
  this.#treeAlias = treeAlias;
39
- if (treeAlias) {
40
- this.#observeTreeManifest();
41
- }
38
+ this.#observeTreeManifest();
42
39
  }
43
40
  getTreeAlias() {
44
41
  return this.#treeAlias;
@@ -94,13 +91,13 @@ export class UmbTreeContextBase extends UmbBaseController {
94
91
  return this.repository.treeItemsOf(parentUnique);
95
92
  }
96
93
  #observeTreeManifest() {
97
- this.observe(umbExtensionsRegistry
98
- .extensionsOfType('tree')
99
- .pipe(map((treeManifests) => treeManifests.find((treeManifest) => treeManifest.alias === this.#treeAlias))), async (treeManifest) => {
100
- if (!treeManifest)
101
- return;
102
- this.#observeRepository(treeManifest);
103
- }, '_observeTreeManifest');
94
+ if (this.#treeAlias) {
95
+ this.observe(umbExtensionsRegistry.getByTypeAndAlias('tree', this.#treeAlias), async (treeManifest) => {
96
+ if (!treeManifest)
97
+ return;
98
+ this.#observeRepository(treeManifest);
99
+ }, '_observeTreeManifest');
100
+ }
104
101
  }
105
102
  #observeRepository(treeManifest) {
106
103
  const repositoryAlias = treeManifest.meta.repositoryAlias;
@@ -1,4 +1,4 @@
1
- import { type UmbDataTypeConfig } from '../../property-editors/index.js';
1
+ import { type UmbDataTypeConfig } from '../../property-editor/index.js';
2
2
  export type WorkspacePropertyData<ValueType> = {
3
3
  alias?: string;
4
4
  label?: string;
@@ -16,11 +16,11 @@ export class UmbWorkspacePropertyContext {
16
16
  #variantId;
17
17
  constructor(host) {
18
18
  this.#data = new UmbObjectState({});
19
- this.alias = this.#data.getObservablePart((data) => data.alias);
20
- this.label = this.#data.getObservablePart((data) => data.label);
21
- this.description = this.#data.getObservablePart((data) => data.description);
22
- this.value = this.#data.getObservablePart((data) => data.value);
23
- this.configValues = this.#data.getObservablePart((data) => data.config);
19
+ this.alias = this.#data.asObservablePart((data) => data.alias);
20
+ this.label = this.#data.asObservablePart((data) => data.label);
21
+ this.description = this.#data.asObservablePart((data) => data.description);
22
+ this.value = this.#data.asObservablePart((data) => data.value);
23
+ this.configValues = this.#data.asObservablePart((data) => data.config);
24
24
  this.#configCollection = new UmbClassState(undefined);
25
25
  this.config = this.#configCollection.asObservable();
26
26
  this._editor = new UmbBasicState(undefined);
@@ -1,4 +1,4 @@
1
- import { type UmbDataTypeConfig } from '../../property-editors/index.js';
1
+ import { type UmbDataTypeConfig } from '../../property-editor/index.js';
2
2
  import { UmbVariantId } from '../../variant/index.js';
3
3
  import { UmbLitElement } from '../../../../shared/lit-element/index.js';
4
4
  /**
@@ -49,13 +49,13 @@ export let UmbWorkspacePropertyLayoutElement = class UmbWorkspacePropertyLayoutE
49
49
  render() {
50
50
  // TODO: Only show alias on label if user has access to DocumentType within settings:
51
51
  return html `
52
- <div id="header">
52
+ <div id="headerColumn">
53
53
  <uui-label title=${this.alias}>${this.label}</uui-label>
54
54
  <slot name="property-action-menu"></slot>
55
55
  <div id="description">${this.description}</div>
56
56
  <slot name="description"></slot>
57
57
  </div>
58
- <div>
58
+ <div id="editorColumn">
59
59
  <uui-form-validation-message>
60
60
  <slot name="editor"></slot>
61
61
  </uui-form-validation-message>
@@ -74,33 +74,42 @@ export let UmbWorkspacePropertyLayoutElement = class UmbWorkspacePropertyLayoutE
74
74
  container-type: inline-size;
75
75
  }
76
76
 
77
+ :host(:last-of-type) {
78
+ border-bottom: none;
79
+ }
80
+
77
81
  :host > div {
78
82
  grid-column: span 2;
79
83
  }
80
-
81
84
  @container (width > 600px) {
82
85
  :host(:not([orientation='vertical'])) > div {
83
86
  grid-column: span 1;
84
87
  }
85
88
  }
86
89
 
87
- :host(:last-of-type) {
88
- border-bottom: none;
90
+ #headerColumn {
91
+ position: relative;
92
+ height: min-content;
93
+ z-index: 2;
89
94
  }
90
-
91
- :host-context(umb-variantable-property:first-of-type) {
92
- padding-top: 0;
95
+ @container (width > 600px) {
96
+ #headerColumn {
97
+ position: sticky;
98
+ top: calc(var(--uui-size-space-2) * -1);
99
+ }
93
100
  }
94
101
 
95
102
  #description {
96
103
  color: var(--uui-color-text-alt);
97
104
  }
98
105
 
99
- #header {
100
- position: sticky;
101
- top: var(--uui-size-space-4);
102
- height: min-content;
103
- z-index: 2;
106
+ #editorColumn {
107
+ margin-top: var(--uui-size-space-3);
108
+ }
109
+ @container (width > 600px) {
110
+ #editorColumn {
111
+ margin-top: 0;
112
+ }
104
113
  }
105
114
  `,
106
115
  ]; }
@@ -31,7 +31,7 @@ export class UmbWorkspaceSplitViewManager {
31
31
  }
32
32
  }
33
33
  activeVariantByIndex(index) {
34
- return this.#activeVariantsInfo.getObservablePart((data) => data[index] || undefined);
34
+ return this.#activeVariantsInfo.asObservablePart((data) => data[index] || undefined);
35
35
  }
36
36
  switchVariant(index, variantId) {
37
37
  // TODO: remember current path and extend url with it.
@@ -17,9 +17,9 @@ export class UmbWorkspaceVariantContext {
17
17
  this.index = this.#index.asObservable();
18
18
  this.#currentVariant = new UmbObjectState(undefined);
19
19
  this.currentVariant = this.#currentVariant.asObservable();
20
- this.name = this.#currentVariant.getObservablePart((x) => x?.name);
21
- this.culture = this.#currentVariant.getObservablePart((x) => x?.culture);
22
- this.segment = this.#currentVariant.getObservablePart((x) => x?.segment);
20
+ this.name = this.#currentVariant.asObservablePart((x) => x?.name);
21
+ this.culture = this.#currentVariant.asObservablePart((x) => x?.culture);
22
+ this.segment = this.#currentVariant.asObservablePart((x) => x?.segment);
23
23
  this.#variantId = new UmbClassState(undefined);
24
24
  this.variantId = this.#variantId.asObservable();
25
25
  this.#host = host;
@@ -26,7 +26,7 @@ export class UmbDocumentBlueprintStore extends UmbStoreBase {
26
26
  .then((data) => {
27
27
  this._data.append(data);
28
28
  });
29
- return this._data.getObservablePart((documents) => documents.find((document) => document.id === id));
29
+ return this._data.asObservablePart((documents) => documents.find((document) => document.id === id));
30
30
  }
31
31
  getScaffold(entityType, parentId) {
32
32
  return {};
@@ -30,7 +30,7 @@ export class UmbDocumentTypeStore extends UmbStoreBase {
30
30
  * @memberof UmbDocumentTypeStore
31
31
  */
32
32
  byId(id) {
33
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
33
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
34
34
  }
35
35
  /**
36
36
  * Removes document-types in the store with the given uniques
@@ -1,3 +1,4 @@
1
+ import '../../../../../templating/templates/components/input-template/input-template.element.js';
1
2
  import { UmbLitElement } from '../../../../../../shared/lit-element/index.js';
2
3
  import { UmbWorkspaceEditorViewExtensionElement } from '../../../../../core/extension-registry/index.js';
3
4
  export declare class UmbDocumentTypeWorkspaceViewTemplatesElement extends UmbLitElement implements UmbWorkspaceEditorViewExtensionElement {
@@ -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 '../../../../../templating/templates/components/input-template/input-template.element.js';
7
8
  import { css, html, customElement, state } from '../../../../../../external/lit/index.js';
8
9
  import { UUITextStyles } from '../../../../../../external/uui/index.js';
9
10
  import { UmbLitElement } from '../../../../../../shared/lit-element/index.js';
@@ -34,7 +35,7 @@ export let UmbDocumentTypeWorkspaceViewTemplatesElement = class UmbDocumentTypeW
34
35
  #templateInputChange(e) {
35
36
  // save new allowed ids
36
37
  const input = e.target;
37
- const idsWithoutRoot = input.selectedIds.filter((id) => id !== null);
38
+ const idsWithoutRoot = input.selectedIds?.filter((id) => id !== null) ?? [];
38
39
  this.#workspaceContext?.setAllowedTemplateIds(idsWithoutRoot);
39
40
  this.#workspaceContext?.setDefaultTemplateId(input.defaultId);
40
41
  }
@@ -30,7 +30,7 @@ export class UmbDocumentStore extends UmbStoreBase {
30
30
  * @memberof UmbDocumentStore
31
31
  */
32
32
  byId(id) {
33
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
33
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
34
34
  }
35
35
  /**
36
36
  * Removes documents in the store with the given uniques
@@ -26,11 +26,11 @@ export class UmbDocumentWorkspaceContext extends UmbWorkspaceContext {
26
26
  * The document is the current state/draft version of the document.
27
27
  */
28
28
  this.#draft = new UmbObjectState(undefined);
29
- this.unique = this.#draft.getObservablePart((data) => data?.id);
30
- this.documentTypeKey = this.#draft.getObservablePart((data) => data?.contentTypeId);
31
- this.variants = this.#draft.getObservablePart((data) => data?.variants || []);
32
- this.urls = this.#draft.getObservablePart((data) => data?.urls || []);
33
- this.templateId = this.#draft.getObservablePart((data) => data?.templateId || null);
29
+ this.unique = this.#draft.asObservablePart((data) => data?.id);
30
+ this.documentTypeKey = this.#draft.asObservablePart((data) => data?.contentTypeId);
31
+ this.variants = this.#draft.asObservablePart((data) => data?.variants || []);
32
+ this.urls = this.#draft.asObservablePart((data) => data?.urls || []);
33
+ this.templateId = this.#draft.asObservablePart((data) => data?.templateId || null);
34
34
  this.structure = new UmbContentTypePropertyStructureManager(this.host, new UmbDocumentTypeRepository(this.host));
35
35
  this.splitView = new UmbWorkspaceSplitViewManager(this.host);
36
36
  new UmbObserverController(this.host, this.documentTypeKey, (id) => this.structure.loadType(id));
@@ -93,13 +93,13 @@ export class UmbDocumentWorkspaceContext extends UmbWorkspaceContext {
93
93
  this.#draft.update({ variants });
94
94
  }
95
95
  propertyValuesOf(variantId) {
96
- return this.#draft.getObservablePart((data) => variantId ? data?.values?.filter((x) => variantId.compare(x)) : data?.values);
96
+ return this.#draft.asObservablePart((data) => variantId ? data?.values?.filter((x) => variantId.compare(x)) : data?.values);
97
97
  }
98
98
  propertyDataByAlias(propertyAlias, variantId) {
99
- return this.#draft.getObservablePart((data) => data?.values?.find((x) => x?.alias === propertyAlias && (variantId ? variantId.compare(x) : true)));
99
+ return this.#draft.asObservablePart((data) => data?.values?.find((x) => x?.alias === propertyAlias && (variantId ? variantId.compare(x) : true)));
100
100
  }
101
101
  propertyValueByAlias(propertyAlias, variantId) {
102
- return this.#draft.getObservablePart((data) => data?.values?.find((x) => x?.alias === propertyAlias && (variantId ? variantId.compare(x) : true))?.value);
102
+ return this.#draft.asObservablePart((data) => data?.values?.find((x) => x?.alias === propertyAlias && (variantId ? variantId.compare(x) : true))?.value);
103
103
  }
104
104
  getPropertyValue(alias, variantId) {
105
105
  const currentData = this.#draft.value;
@@ -58,6 +58,7 @@ export let UmbDocumentWorkspaceViewEditTabElement = class UmbDocumentWorkspaceVi
58
58
  ? html `
59
59
  <uui-box>
60
60
  <umb-document-workspace-view-edit-properties
61
+ class="properties"
61
62
  container-type="Tab"
62
63
  container-name=${this.tabName || ''}></umb-document-workspace-view-edit-properties>
63
64
  </uui-box>
@@ -65,6 +66,7 @@ export let UmbDocumentWorkspaceViewEditTabElement = class UmbDocumentWorkspaceVi
65
66
  : ''}
66
67
  ${repeat(this._groups, (group) => group.name, (group) => html `<uui-box .headline=${group.name || ''}>
67
68
  <umb-document-workspace-view-edit-properties
69
+ class="properties"
68
70
  container-type="Group"
69
71
  container-name=${group.name || ''}></umb-document-workspace-view-edit-properties>
70
72
  </uui-box>`)}
@@ -73,6 +75,9 @@ export let UmbDocumentWorkspaceViewEditTabElement = class UmbDocumentWorkspaceVi
73
75
  static { this.styles = [
74
76
  UUITextStyles,
75
77
  css `
78
+ uui-box {
79
+ --uui-box-default-padding: 0 var(--uui-size-space-5);
80
+ }
76
81
  uui-box:not(:first-child) {
77
82
  margin-top: var(--uui-size-layout-1);
78
83
  }
@@ -75,6 +75,7 @@ export let UmbDocumentInfoWorkspaceViewElement = class UmbDocumentInfoWorkspaceV
75
75
  this.itemsPerPage = 10;
76
76
  this._editDocumentTypePath = '';
77
77
  new UmbModalRouteRegistrationController(this, UMB_WORKSPACE_MODAL)
78
+ .addAdditionalPath('document-type')
78
79
  .onSetup(() => {
79
80
  return { entityType: 'document-type', preset: {} };
80
81
  })
@@ -30,7 +30,7 @@ export class UmbMediaStore extends UmbStoreBase {
30
30
  * @memberof UmbMediaStore
31
31
  */
32
32
  byId(id) {
33
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
33
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
34
34
  }
35
35
  /**
36
36
  * Removes media in the store with the given uniques
@@ -7,7 +7,7 @@ export class UmbMediaWorkspaceContext extends UmbWorkspaceContext {
7
7
  super(host, new UmbMediaRepository(host));
8
8
  this.#data = new UmbObjectState(undefined);
9
9
  this.data = this.#data.asObservable();
10
- this.name = this.#data.getObservablePart((data) => data?.name);
10
+ this.name = this.#data.asObservablePart((data) => data?.name);
11
11
  }
12
12
  getData() {
13
13
  return this.#data.getValue();
@@ -7,7 +7,7 @@ export class UmbWorkspaceMediaTypeContext extends UmbWorkspaceContext {
7
7
  super(host, new UmbMediaTypeRepository(host));
8
8
  this.#data = new UmbObjectState(undefined);
9
9
  this.data = this.#data.asObservable();
10
- this.name = this.#data.getObservablePart((data) => data?.name);
10
+ this.name = this.#data.asObservablePart((data) => data?.name);
11
11
  }
12
12
  getData() {
13
13
  return this.#data.getValue();
@@ -21,7 +21,7 @@ export class UmbMemberGroupStore extends UmbStoreBase {
21
21
  * @memberof UmbMemberGroupStore
22
22
  */
23
23
  byId(id) {
24
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
24
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
25
25
  }
26
26
  remove(uniques) {
27
27
  this._data.remove(uniques);
@@ -7,7 +7,7 @@ export class UmbWorkspaceMemberGroupContext extends UmbWorkspaceContext {
7
7
  super(host, new UmbMemberGroupRepository(host));
8
8
  this.#data = new UmbObjectState(undefined);
9
9
  this.data = this.#data.asObservable();
10
- this.name = this.#data.getObservablePart((data) => data?.name);
10
+ this.name = this.#data.asObservablePart((data) => data?.name);
11
11
  }
12
12
  getData() {
13
13
  return this.#data.getValue();
@@ -20,7 +20,7 @@ export class UmbMemberTypeStore extends UmbStoreBase {
20
20
  * @memberof UmbMemberTypeStore
21
21
  */
22
22
  byId(id) {
23
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
23
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
24
24
  }
25
25
  remove(uniques) {
26
26
  this._data.remove(uniques);
@@ -6,7 +6,7 @@ export class UmbMemberTypeWorkspaceContext extends UmbWorkspaceContext {
6
6
  constructor(host) {
7
7
  super(host, new UmbMemberTypeRepository(host));
8
8
  this.#data = new UmbObjectState(undefined);
9
- this.name = this.#data.getObservablePart((data) => data?.name);
9
+ this.name = this.#data.asObservablePart((data) => data?.name);
10
10
  }
11
11
  async load(entityId) {
12
12
  const { data } = await this.repository.requestById(entityId);
@@ -17,7 +17,7 @@ export class UmbDataTypeItemStore extends UmbStoreBase {
17
17
  super(host, UMB_DATA_TYPE_ITEM_STORE_CONTEXT_TOKEN.toString(), new UmbArrayState([], (x) => x.id));
18
18
  }
19
19
  items(ids) {
20
- return this._data.getObservablePart((items) => items.filter((item) => ids.includes(item.id ?? '')));
20
+ return this._data.asObservablePart((items) => items.filter((item) => ids.includes(item.id ?? '')));
21
21
  }
22
22
  }
23
23
  export const UMB_DATA_TYPE_ITEM_STORE_CONTEXT_TOKEN = new UmbContextToken('UmbDataTypeItemStore');
@@ -31,7 +31,7 @@ export class UmbDataTypeStore extends UmbStoreBase {
31
31
  * @memberof UmbDataTypeStore
32
32
  */
33
33
  byId(id) {
34
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
34
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
35
35
  }
36
36
  /**
37
37
  * Removes data-types in the store with the given uniques
@@ -43,6 +43,6 @@ export class UmbDataTypeStore extends UmbStoreBase {
43
43
  }
44
44
  withPropertyEditorUiAlias(propertyEditorUiAlias) {
45
45
  // TODO: Use a model for the data-type tree items: ^^Most likely it should be parsed to the UmbEntityTreeStore as a generic type.
46
- return this._data.getObservablePart((items) => items.filter((item) => item.propertyEditorUiAlias === propertyEditorUiAlias));
46
+ return this._data.asObservablePart((items) => items.filter((item) => item.propertyEditorUiAlias === propertyEditorUiAlias));
47
47
  }
48
48
  }
@@ -9,8 +9,8 @@ export class UmbDataTypeWorkspaceContext extends UmbWorkspaceContext {
9
9
  // TODO: revisit. temp solution because the create and response models are different.
10
10
  this.#data = new UmbObjectState(undefined);
11
11
  this.data = this.#data.asObservable();
12
- this.name = this.#data.getObservablePart((data) => data?.name);
13
- this.id = this.#data.getObservablePart((data) => data?.id);
12
+ this.name = this.#data.asObservablePart((data) => data?.name);
13
+ this.id = this.#data.asObservablePart((data) => data?.id);
14
14
  }
15
15
  async load(id) {
16
16
  const { data } = await this.repository.requestById(id);
@@ -13,6 +13,6 @@ export class UmbLanguageItemStore extends UmbStoreBase {
13
13
  super(host, UMB_LANGUAGE_ITEM_STORE_CONTEXT_TOKEN.toString(), new UmbArrayState([], (x) => x.isoCode));
14
14
  }
15
15
  items(isoCodes) {
16
- return this._data.getObservablePart((items) => items.filter((item) => isoCodes.includes(item.isoCode ?? '')));
16
+ return this._data.asObservablePart((items) => items.filter((item) => isoCodes.includes(item.isoCode ?? '')));
17
17
  }
18
18
  }
@@ -21,6 +21,6 @@ export class UmbLanguageStore extends UmbStoreBase {
21
21
  }
22
22
  // TODO: how do we best handle this? They might have a smaller data set than the details
23
23
  items(isoCodes) {
24
- return this._data.getObservablePart((items) => items.filter((item) => isoCodes.includes(item.isoCode ?? '')));
24
+ return this._data.asObservablePart((items) => items.filter((item) => isoCodes.includes(item.isoCode ?? '')));
25
25
  }
26
26
  }
@@ -31,7 +31,7 @@ export class UmbRelationTypeStore extends UmbStoreBase {
31
31
  * @memberof UmbRelationTypeStore
32
32
  */
33
33
  byId(id) {
34
- return this._data.getObservablePart((x) => x.find((y) => y.id === id));
34
+ return this._data.asObservablePart((x) => x.find((y) => y.id === id));
35
35
  }
36
36
  /**
37
37
  * Removes relation-types in the store with the given uniques
@@ -7,8 +7,8 @@ export class UmbRelationTypeWorkspaceContext extends UmbWorkspaceContext {
7
7
  super(host, new UmbRelationTypeRepository(host));
8
8
  this.#data = new UmbObjectState(undefined);
9
9
  this.data = this.#data.asObservable();
10
- this.name = this.#data.getObservablePart((data) => data?.name);
11
- this.id = this.#data.getObservablePart((data) => data?.id);
10
+ this.name = this.#data.asObservablePart((data) => data?.name);
11
+ this.id = this.#data.asObservablePart((data) => data?.id);
12
12
  }
13
13
  async load(id) {
14
14
  const { data } = await this.repository.requestById(id);
@@ -1,3 +1,4 @@
1
+ // TODO: Missing propertyEditorSchemaAlias ?
1
2
  export const manifest = {
2
3
  type: 'propertyEditorUi',
3
4
  alias: 'Umb.PropertyEditorUi.Tags.StorageType',