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

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 (744) hide show
  1. package/dist-cms/apps/app/app.element.d.ts +11 -1
  2. package/dist-cms/apps/app/app.element.js +25 -1
  3. package/dist-cms/apps/backoffice/backoffice.context.d.ts +5 -1
  4. package/dist-cms/apps/backoffice/backoffice.context.js +13 -5
  5. package/dist-cms/apps/backoffice/backoffice.element.d.ts +0 -1
  6. package/dist-cms/apps/backoffice/backoffice.element.js +5 -6
  7. package/dist-cms/apps/backoffice/components/backoffice-header-sections.element.d.ts +0 -2
  8. package/dist-cms/apps/backoffice/components/backoffice-header-sections.element.js +6 -13
  9. package/dist-cms/apps/backoffice/components/backoffice-main.element.js +11 -9
  10. package/dist-cms/apps/backoffice/{extension.controller.js → extension-initializer.controller.js} +2 -0
  11. package/dist-cms/apps/installer/error/installer-error.element.d.ts +2 -2
  12. package/dist-cms/apps/installer/installer.context.d.ts +6 -6
  13. package/dist-cms/apps/installer/installer.context.js +2 -2
  14. package/dist-cms/assets/lang/da-dk.d.ts +3 -0
  15. package/dist-cms/assets/lang/da-dk.js +2989 -0
  16. package/dist-cms/assets/lang/da-dk.ts +3246 -0
  17. package/dist-cms/assets/lang/en-us.d.ts +3 -0
  18. package/dist-cms/assets/lang/en-us.js +2966 -0
  19. package/dist-cms/assets/lang/en-us.ts +3219 -0
  20. package/dist-cms/custom-elements.json +210 -163
  21. package/dist-cms/external/backend-api/index.js +1 -1
  22. package/dist-cms/external/monaco-editor/{abap-42d5eca7.js → abap-7ad4f8f0.js} +1 -1
  23. package/dist-cms/external/monaco-editor/{apex-051da044.js → apex-30597c49.js} +1 -1
  24. package/dist-cms/external/monaco-editor/{bundle.css → assets/bundle-a4f90d1d.css} +593 -279
  25. package/dist-cms/external/monaco-editor/{azcli-ad3d7346.js → azcli-67c34a04.js} +1 -1
  26. package/dist-cms/external/monaco-editor/{bat-0217c0bc.js → bat-b8f4738b.js} +1 -1
  27. package/dist-cms/external/monaco-editor/{bicep-0cadb30a.js → bicep-b104b38b.js} +1 -1
  28. package/dist-cms/external/monaco-editor/{cameligo-ac55f854.js → cameligo-001d1ded.js} +1 -1
  29. package/dist-cms/external/monaco-editor/{clojure-388a0d58.js → clojure-fa9652a1.js} +1 -1
  30. package/dist-cms/external/monaco-editor/{coffee-7e7a2971.js → coffee-b69a8315.js} +1 -1
  31. package/dist-cms/external/monaco-editor/{cpp-840d082a.js → cpp-8053752f.js} +1 -1
  32. package/dist-cms/external/monaco-editor/{csharp-b3429875.js → csharp-886041a3.js} +1 -1
  33. package/dist-cms/external/monaco-editor/{csp-83442b86.js → csp-e846bce6.js} +1 -1
  34. package/dist-cms/external/monaco-editor/{css-7a34b8c3.js → css-50032e5e.js} +1 -1
  35. package/dist-cms/external/monaco-editor/{cssMode-98237bd7.js → cssMode-c0406684.js} +3 -3
  36. package/dist-cms/external/monaco-editor/{cypher-cc9c23cc.js → cypher-6f93a845.js} +1 -1
  37. package/dist-cms/external/monaco-editor/{dart-00a58d1c.js → dart-14284236.js} +1 -1
  38. package/dist-cms/external/monaco-editor/{dockerfile-668ee825.js → dockerfile-e9935eb4.js} +1 -1
  39. package/dist-cms/external/monaco-editor/{ecl-b42ffd48.js → ecl-9c89f204.js} +1 -1
  40. package/dist-cms/external/monaco-editor/{elixir-b9ceca92.js → elixir-ca8bf661.js} +1 -1
  41. package/dist-cms/external/monaco-editor/{flow9-7e9b2e50.js → flow9-ac147227.js} +1 -1
  42. package/dist-cms/external/monaco-editor/{freemarker2-b9eee947.js → freemarker2-793b7402.js} +2 -2
  43. package/dist-cms/external/monaco-editor/{fsharp-cdc5b8f1.js → fsharp-8eaad024.js} +1 -1
  44. package/dist-cms/external/monaco-editor/{go-4c92fa5c.js → go-05529e2e.js} +1 -1
  45. package/dist-cms/external/monaco-editor/{graphql-67842079.js → graphql-8f5b3fdd.js} +1 -1
  46. package/dist-cms/external/monaco-editor/{handlebars-36a3f04f.js → handlebars-aaa2fd96.js} +2 -2
  47. package/dist-cms/external/monaco-editor/{hcl-59febf1c.js → hcl-9e201a51.js} +1 -1
  48. package/dist-cms/external/monaco-editor/{html-b0d38e59.js → html-1194c0aa.js} +2 -2
  49. package/dist-cms/external/monaco-editor/{htmlMode-b85c3f7d.js → htmlMode-36df69c6.js} +3 -3
  50. package/dist-cms/external/monaco-editor/{index-534fb84c.js → index-7368f3e3.js} +418 -409
  51. package/dist-cms/external/monaco-editor/index.js +1 -1
  52. package/dist-cms/external/monaco-editor/{ini-1cf2ce67.js → ini-31a5619d.js} +1 -1
  53. package/dist-cms/external/monaco-editor/{java-e4fb14c6.js → java-8c6e1ae8.js} +1 -1
  54. package/dist-cms/external/monaco-editor/javascript-86205709.js +6 -0
  55. package/dist-cms/external/monaco-editor/{jsonMode-fa2b41c8.js → jsonMode-f663e935.js} +6 -6
  56. package/dist-cms/external/monaco-editor/{julia-9b6c6458.js → julia-fbb2af47.js} +1 -1
  57. package/dist-cms/external/monaco-editor/{kotlin-b66c14ff.js → kotlin-bfa96180.js} +1 -1
  58. package/dist-cms/external/monaco-editor/{less-8dc8685d.js → less-0b6a8ff1.js} +1 -1
  59. package/dist-cms/external/monaco-editor/{lexon-59c0b911.js → lexon-585e5248.js} +1 -1
  60. package/dist-cms/external/monaco-editor/{liquid-be38812f.js → liquid-37adc07a.js} +2 -2
  61. package/dist-cms/external/monaco-editor/{lua-3f4d9098.js → lua-f6c17885.js} +1 -1
  62. package/dist-cms/external/monaco-editor/{m3-82a8c502.js → m3-1b6456c5.js} +1 -1
  63. package/dist-cms/external/monaco-editor/{markdown-07c3fa1e.js → markdown-7bc251f9.js} +1 -1
  64. package/dist-cms/external/monaco-editor/{mips-59ddf2f4.js → mips-2df76781.js} +1 -1
  65. package/dist-cms/external/monaco-editor/{msdax-12ec689c.js → msdax-8c38e8b4.js} +1 -1
  66. package/dist-cms/external/monaco-editor/{mysql-2958efa4.js → mysql-abbb9ca3.js} +1 -1
  67. package/dist-cms/external/monaco-editor/{objective-c-08d94025.js → objective-c-efbfd08b.js} +1 -1
  68. package/dist-cms/external/monaco-editor/{pascal-b686b438.js → pascal-08abee72.js} +1 -1
  69. package/dist-cms/external/monaco-editor/{pascaligo-96457e5f.js → pascaligo-200db0cf.js} +1 -1
  70. package/dist-cms/external/monaco-editor/{perl-b938bdad.js → perl-079789ee.js} +1 -1
  71. package/dist-cms/external/monaco-editor/{pgsql-42970e97.js → pgsql-efd093d4.js} +1 -1
  72. package/dist-cms/external/monaco-editor/{php-7476401f.js → php-75c530f2.js} +1 -1
  73. package/dist-cms/external/monaco-editor/{pla-aaf0caa2.js → pla-a55a2765.js} +1 -1
  74. package/dist-cms/external/monaco-editor/{postiats-759ff404.js → postiats-6098f37b.js} +1 -1
  75. package/dist-cms/external/monaco-editor/{powerquery-a33a8de4.js → powerquery-949bb7fe.js} +1 -1
  76. package/dist-cms/external/monaco-editor/{powershell-ec154f36.js → powershell-7e550b21.js} +1 -1
  77. package/dist-cms/external/monaco-editor/{protobuf-e42d83dc.js → protobuf-25a4d695.js} +1 -1
  78. package/dist-cms/external/monaco-editor/{pug-04b2d67c.js → pug-f8c9f493.js} +1 -1
  79. package/dist-cms/external/monaco-editor/{python-b3b058ea.js → python-78a47148.js} +2 -2
  80. package/dist-cms/external/monaco-editor/{qsharp-5376e9d1.js → qsharp-c4b94317.js} +1 -1
  81. package/dist-cms/external/monaco-editor/{r-d212ba98.js → r-614353db.js} +1 -1
  82. package/dist-cms/external/monaco-editor/{razor-911a705a.js → razor-5de9ce12.js} +2 -2
  83. package/dist-cms/external/monaco-editor/{redis-51e44009.js → redis-fb089f4d.js} +1 -1
  84. package/dist-cms/external/monaco-editor/{redshift-8de2cfdc.js → redshift-a620fcb0.js} +1 -1
  85. package/dist-cms/external/monaco-editor/{restructuredtext-3f99254a.js → restructuredtext-7ab09fcf.js} +1 -1
  86. package/dist-cms/external/monaco-editor/{ruby-64a73e64.js → ruby-922be722.js} +1 -1
  87. package/dist-cms/external/monaco-editor/{rust-2a0390f1.js → rust-23e08578.js} +1 -1
  88. package/dist-cms/external/monaco-editor/{sb-4d8fa557.js → sb-ccceec0f.js} +1 -1
  89. package/dist-cms/external/monaco-editor/{scala-00d62260.js → scala-0535664d.js} +1 -1
  90. package/dist-cms/external/monaco-editor/{scheme-a0903f29.js → scheme-dba621eb.js} +1 -1
  91. package/dist-cms/external/monaco-editor/{scss-3e25f7ad.js → scss-28539a11.js} +1 -1
  92. package/dist-cms/external/monaco-editor/{shell-9c442847.js → shell-5b92a834.js} +1 -1
  93. package/dist-cms/external/monaco-editor/{solidity-6b3049ed.js → solidity-f63d6049.js} +1 -1
  94. package/dist-cms/external/monaco-editor/{sophia-f4a2b303.js → sophia-12e9ad90.js} +1 -1
  95. package/dist-cms/external/monaco-editor/{sparql-1d37a384.js → sparql-dedb74aa.js} +1 -1
  96. package/dist-cms/external/monaco-editor/{sql-946641be.js → sql-975a69d7.js} +1 -1
  97. package/dist-cms/external/monaco-editor/{st-9220dec1.js → st-1904ae33.js} +1 -1
  98. package/dist-cms/external/monaco-editor/{swift-06592b81.js → swift-e180a143.js} +1 -1
  99. package/dist-cms/external/monaco-editor/{systemverilog-b5ba493c.js → systemverilog-c5592fac.js} +1 -1
  100. package/dist-cms/external/monaco-editor/{tcl-3fe51e69.js → tcl-996f4ac7.js} +1 -1
  101. package/dist-cms/external/monaco-editor/tsMode-f4618e87.js +16 -0
  102. package/dist-cms/external/monaco-editor/{twig-ee0f3b03.js → twig-4859b551.js} +1 -1
  103. package/dist-cms/external/monaco-editor/{typescript-4d577e09.js → typescript-efea739f.js} +3 -3
  104. package/dist-cms/external/monaco-editor/{vb-e7e59935.js → vb-ad68fa9a.js} +1 -1
  105. package/dist-cms/external/monaco-editor/wgsl-5ee7b1ca.js +303 -0
  106. package/dist-cms/external/monaco-editor/{xml-b05159d9.js → xml-12b9ace3.js} +2 -2
  107. package/dist-cms/external/monaco-editor/{yaml-b4ec85f0.js → yaml-65e08cff.js} +3 -3
  108. package/dist-cms/external/rxjs/index.js +2 -2
  109. package/dist-cms/external/tinymce/index.js +22 -22
  110. package/dist-cms/libs/class-api/class.mixin.js +2 -2
  111. package/dist-cms/libs/context-api/consume/context-consumer.controller.js +1 -3
  112. package/dist-cms/libs/context-api/consume/context-consumer.d.ts +0 -1
  113. package/dist-cms/libs/context-api/consume/context-consumer.js +36 -6
  114. package/dist-cms/libs/context-api/provide/context-provide.event.d.ts +21 -0
  115. package/dist-cms/libs/context-api/provide/context-provide.event.js +17 -0
  116. package/dist-cms/libs/context-api/provide/context-provider.controller.js +1 -1
  117. package/dist-cms/libs/context-api/provide/context-provider.d.ts +0 -6
  118. package/dist-cms/libs/context-api/provide/context-provider.js +18 -6
  119. package/dist-cms/libs/controller-api/controller-host-base.mixin.js +1 -0
  120. package/dist-cms/libs/controller-api/controller-host-element.mixin.d.ts +9 -3
  121. package/dist-cms/libs/element-api/element.mixin.d.ts +9 -2
  122. package/dist-cms/libs/element-api/element.mixin.js +22 -1
  123. package/dist-cms/libs/extension-api/condition/condition-controller-arguments.type.d.ts +7 -0
  124. package/dist-cms/libs/extension-api/condition/condition-controller-arguments.type.js +1 -0
  125. package/dist-cms/libs/extension-api/condition/extension-condition.interface.d.ts +6 -0
  126. package/dist-cms/libs/extension-api/condition/extension-condition.interface.js +1 -0
  127. package/dist-cms/libs/extension-api/condition/index.d.ts +2 -0
  128. package/dist-cms/libs/extension-api/condition/index.js +2 -0
  129. package/dist-cms/libs/extension-api/controller/base-extension-controller.d.ts +19 -0
  130. package/dist-cms/libs/extension-api/controller/base-extension-controller.js +178 -0
  131. package/dist-cms/libs/extension-api/controller/base-extensions-controller.d.ts +19 -0
  132. package/dist-cms/libs/extension-api/controller/base-extensions-controller.js +112 -0
  133. package/dist-cms/libs/extension-api/controller/extension-element-controller.d.ts +20 -0
  134. package/dist-cms/libs/extension-api/controller/extension-element-controller.js +82 -0
  135. package/dist-cms/libs/extension-api/controller/extension-manifest-controller.d.ts +9 -0
  136. package/dist-cms/libs/extension-api/controller/extension-manifest-controller.js +13 -0
  137. package/dist-cms/libs/extension-api/controller/extensions-element-controller.d.ts +13 -0
  138. package/dist-cms/libs/extension-api/controller/extensions-element-controller.js +29 -0
  139. package/dist-cms/libs/extension-api/controller/extensions-manifest-controller.d.ts +11 -0
  140. package/dist-cms/libs/extension-api/controller/extensions-manifest-controller.js +16 -0
  141. package/dist-cms/libs/extension-api/controller/index.d.ts +6 -0
  142. package/dist-cms/libs/extension-api/controller/index.js +6 -0
  143. package/dist-cms/libs/extension-api/index.d.ts +3 -1
  144. package/dist-cms/libs/extension-api/index.js +3 -1
  145. package/dist-cms/libs/extension-api/registry/extension.registry.d.ts +2 -0
  146. package/dist-cms/libs/extension-api/registry/extension.registry.js +64 -4
  147. package/dist-cms/libs/extension-api/types.d.ts +45 -8
  148. package/dist-cms/libs/localization-api/index.d.ts +3 -0
  149. package/dist-cms/libs/localization-api/index.js +3 -0
  150. package/dist-cms/libs/localization-api/localize.controller.d.ts +47 -0
  151. package/dist-cms/libs/localization-api/localize.controller.js +125 -0
  152. package/dist-cms/libs/localization-api/manager.d.ts +18 -0
  153. package/dist-cms/libs/localization-api/manager.js +40 -0
  154. package/dist-cms/libs/localization-api/registry/translation.registry.d.ts +12 -0
  155. package/dist-cms/libs/localization-api/registry/translation.registry.js +58 -0
  156. package/dist-cms/libs/observable-api/class-state.d.ts +2 -3
  157. package/dist-cms/libs/observable-api/observer.controller.d.ts +4 -3
  158. package/dist-cms/libs/observable-api/observer.controller.js +9 -2
  159. package/dist-cms/libs/observable-api/observer.d.ts +13 -2
  160. package/dist-cms/libs/observable-api/observer.js +32 -4
  161. package/dist-cms/mocks/data/data-type.data.js +0 -40
  162. package/dist-cms/mocks/data/dictionary.data.js +0 -6
  163. package/dist-cms/mocks/data/document-type.data.d.ts +2 -0
  164. package/dist-cms/mocks/data/document-type.data.js +4 -6
  165. package/dist-cms/mocks/data/document.data.d.ts +3 -1
  166. package/dist-cms/mocks/data/document.data.js +18 -68
  167. package/dist-cms/mocks/data/log-viewer.data.d.ts +4 -4
  168. package/dist-cms/mocks/data/log-viewer.data.js +4 -4
  169. package/dist-cms/mocks/data/media-type.data.d.ts +3 -3
  170. package/dist-cms/mocks/data/media-type.data.js +0 -4
  171. package/dist-cms/mocks/data/media.data.d.ts +3 -3
  172. package/dist-cms/mocks/data/media.data.js +0 -16
  173. package/dist-cms/mocks/data/member-group.data.js +0 -2
  174. package/dist-cms/mocks/data/member-type.data.js +0 -2
  175. package/dist-cms/mocks/data/member.data.js +0 -2
  176. package/dist-cms/mocks/data/partial-views.data.d.ts +19 -3
  177. package/dist-cms/mocks/data/partial-views.data.js +277 -18
  178. package/dist-cms/mocks/data/relation-type.data.js +0 -10
  179. package/dist-cms/mocks/data/stylesheet.data.js +0 -4
  180. package/dist-cms/mocks/data/template.data.d.ts +0 -1
  181. package/dist-cms/mocks/data/template.data.js +0 -10
  182. package/dist-cms/mocks/data/user-groups.data.js +0 -1
  183. package/dist-cms/mocks/data/users.data.js +0 -6
  184. package/dist-cms/mocks/data/utils.d.ts +2 -1
  185. package/dist-cms/mocks/data/utils.js +5 -5
  186. package/dist-cms/mocks/handlers/dictionary.handlers.js +0 -2
  187. package/dist-cms/mocks/handlers/document.handlers.js +15 -4
  188. package/dist-cms/mocks/handlers/partial-views.handlers.d.ts +2 -1
  189. package/dist-cms/mocks/handlers/partial-views.handlers.js +37 -5
  190. package/dist-cms/packages/core/collection/collection-selection-actions.element.d.ts +1 -1
  191. package/dist-cms/packages/core/components/entity-actions-bundle/entity-actions-bundle.element.js +1 -1
  192. package/dist-cms/packages/core/components/extension-slot/extension-slot.element.d.ts +38 -14
  193. package/dist-cms/packages/core/components/extension-slot/extension-slot.element.js +81 -71
  194. package/dist-cms/packages/core/components/input-checkbox-list/input-checkbox-list.element.d.ts +1 -1
  195. package/dist-cms/packages/core/components/input-radio-button-list/input-radio-button-list.element.d.ts +1 -1
  196. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +1 -1
  197. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +2 -2
  198. package/dist-cms/packages/core/debug/debug.element.d.ts +1 -1
  199. package/dist-cms/packages/core/entity-action/common/create-folder/create-folder.action.d.ts +8 -0
  200. package/dist-cms/packages/core/entity-action/common/create-folder/create-folder.action.js +21 -0
  201. package/dist-cms/packages/core/entity-action/common/index.d.ts +1 -0
  202. package/dist-cms/packages/core/entity-action/common/index.js +1 -0
  203. package/dist-cms/packages/core/entity-action/entity-action-list.element.d.ts +5 -5
  204. package/dist-cms/packages/core/entity-action/entity-action-list.element.js +17 -21
  205. package/dist-cms/packages/core/extension-registry/conditions/index.d.ts +1 -0
  206. package/dist-cms/packages/core/extension-registry/conditions/index.js +4 -0
  207. package/dist-cms/packages/core/extension-registry/conditions/manifests.d.ts +1 -0
  208. package/dist-cms/packages/core/extension-registry/conditions/manifests.js +3 -0
  209. package/dist-cms/packages/core/extension-registry/conditions/menu-alias.condition.d.ts +12 -0
  210. package/dist-cms/packages/core/extension-registry/conditions/menu-alias.condition.js +23 -0
  211. package/dist-cms/packages/core/extension-registry/conditions/section-alias.condition.d.ts +18 -0
  212. package/dist-cms/packages/core/extension-registry/conditions/section-alias.condition.js +23 -0
  213. package/dist-cms/packages/core/extension-registry/conditions/switch.condition.d.ts +19 -0
  214. package/dist-cms/packages/core/extension-registry/conditions/switch.condition.js +38 -0
  215. package/dist-cms/packages/core/extension-registry/conditions/types.d.ts +5 -0
  216. package/dist-cms/packages/core/extension-registry/conditions/types.js +1 -0
  217. package/dist-cms/packages/core/extension-registry/index.d.ts +3 -2
  218. package/dist-cms/packages/core/extension-registry/index.js +3 -2
  219. package/dist-cms/packages/core/extension-registry/models/dashboard.model.d.ts +3 -16
  220. package/dist-cms/packages/core/extension-registry/models/dashboard.model.js +5 -0
  221. package/dist-cms/packages/core/extension-registry/models/entity-action.model.d.ts +2 -5
  222. package/dist-cms/packages/core/extension-registry/models/index.d.ts +4 -2
  223. package/dist-cms/packages/core/extension-registry/models/index.js +1 -0
  224. package/dist-cms/packages/core/extension-registry/models/menu-item.model.d.ts +1 -7
  225. package/dist-cms/packages/core/extension-registry/models/property-action.model.d.ts +5 -3
  226. package/dist-cms/packages/core/extension-registry/models/section-sidebar-app.model.d.ts +3 -6
  227. package/dist-cms/packages/core/extension-registry/models/section-view.model.d.ts +3 -5
  228. package/dist-cms/packages/core/extension-registry/models/section.model.d.ts +2 -2
  229. package/dist-cms/packages/core/extension-registry/models/translations.model.d.ts +41 -0
  230. package/dist-cms/packages/core/extension-registry/models/translations.model.js +1 -0
  231. package/dist-cms/packages/core/extension-registry/models/tree-item.model.d.ts +2 -2
  232. package/dist-cms/packages/core/extension-registry/models/workspace-action.model.d.ts +4 -7
  233. package/dist-cms/packages/core/extension-registry/models/workspace-editor-view.model.d.ts +3 -6
  234. package/dist-cms/packages/core/extension-registry/models/workspace-view-collection.model.d.ts +3 -29
  235. package/dist-cms/packages/core/extension-registry/{class-extensions-initializer.d.ts → multi-extensions-class-initializer.d.ts} +2 -2
  236. package/dist-cms/packages/core/extension-registry/{class-extensions-initializer.js → multi-extensions-class-initializer.js} +10 -2
  237. package/dist-cms/packages/core/index.d.ts +1 -0
  238. package/dist-cms/packages/core/index.js +7 -2
  239. package/dist-cms/packages/core/localization/index.d.ts +1 -0
  240. package/dist-cms/packages/core/localization/index.js +1 -0
  241. package/dist-cms/packages/core/localization/localize.element.d.ts +34 -0
  242. package/dist-cms/packages/core/localization/localize.element.js +64 -0
  243. package/dist-cms/packages/core/localization/manifests.d.ts +2 -0
  244. package/dist-cms/packages/core/localization/manifests.js +23 -0
  245. package/dist-cms/packages/core/menu/index.d.ts +1 -0
  246. package/dist-cms/packages/core/menu/index.js +1 -0
  247. package/dist-cms/packages/core/menu/menu.context.d.ts +9 -0
  248. package/dist-cms/packages/core/menu/menu.context.js +14 -0
  249. package/dist-cms/packages/core/menu/menu.element.d.ts +1 -0
  250. package/dist-cms/packages/core/menu/menu.element.js +6 -2
  251. package/dist-cms/packages/core/modal/common/folder/folder-modal.element.js +4 -1
  252. package/dist-cms/packages/core/modal/common/property-settings/property-settings-modal.element.js +1 -0
  253. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +0 -1
  254. package/dist-cms/packages/core/modal/token/folder-modal.token.d.ts +1 -0
  255. package/dist-cms/packages/core/modal/token/user-picker-modal.token.d.ts +2 -2
  256. package/dist-cms/packages/core/property-action/manifests.js +2 -2
  257. package/dist-cms/packages/core/property-action/shared/property-action-menu/property-action-menu.element.js +2 -1
  258. package/dist-cms/packages/core/property-editor/manifests.d.ts +1 -1
  259. package/dist-cms/packages/core/property-editor/uis/textarea/property-editor-ui-textarea.element.js +0 -1
  260. package/dist-cms/packages/core/section/index.d.ts +1 -1
  261. package/dist-cms/packages/core/section/index.js +1 -1
  262. package/dist-cms/packages/core/section/section-default.element.d.ts +1 -1
  263. package/dist-cms/packages/core/section/section-default.element.js +13 -21
  264. package/dist-cms/packages/core/section/section-main-views/index.d.ts +1 -0
  265. package/dist-cms/packages/core/section/section-main-views/index.js +1 -0
  266. package/dist-cms/packages/core/section/section-main-views/section-main-views.element.d.ts +19 -0
  267. package/dist-cms/packages/core/section/{section-views/section-views.element.js → section-main-views/section-main-views.element.js} +20 -48
  268. package/dist-cms/packages/core/section/section-sidebar-context-menu/section-sidebar-context-menu.element.js +18 -5
  269. package/dist-cms/packages/core/section/section-sidebar-menu/section-sidebar-menu.element.js +3 -4
  270. package/dist-cms/packages/core/section/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.js +2 -2
  271. package/dist-cms/packages/core/tree/entity-tree-item/entity-tree-item.element.d.ts +1 -1
  272. package/dist-cms/packages/{templating/components → core/tree}/file-system-tree-item/file-system-tree-item.context.d.ts +9 -1
  273. package/dist-cms/packages/core/tree/file-system-tree-item/file-system-tree-item.context.js +28 -0
  274. package/dist-cms/packages/{templating/components → core/tree}/file-system-tree-item/file-system-tree-item.element.d.ts +11 -3
  275. package/dist-cms/packages/{templating/components → core/tree}/file-system-tree-item/file-system-tree-item.element.js +10 -1
  276. package/dist-cms/packages/core/tree/file-system-tree-item/index.d.ts +2 -0
  277. package/dist-cms/packages/core/tree/file-system-tree-item/index.js +2 -0
  278. package/dist-cms/packages/core/tree/index.d.ts +1 -0
  279. package/dist-cms/packages/core/tree/index.js +1 -0
  280. package/dist-cms/packages/core/tree/tree-item/tree-item.context.interface.d.ts +2 -4
  281. package/dist-cms/packages/core/tree/tree-item/tree-item.element.d.ts +1 -1
  282. package/dist-cms/packages/core/tree/tree-item/tree-item.element.js +1 -1
  283. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.context.d.ts +4 -5
  284. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.context.js +26 -30
  285. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.element.d.ts +1 -0
  286. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.element.js +6 -3
  287. package/dist-cms/packages/core/tree/tree-menu-item/tree-menu-item.element.d.ts +1 -1
  288. package/dist-cms/packages/core/tree/tree.context.d.ts +5 -5
  289. package/dist-cms/packages/core/workspace/index.d.ts +7 -5
  290. package/dist-cms/packages/core/workspace/index.js +7 -5
  291. package/dist-cms/packages/core/workspace/manifests.d.ts +1 -1
  292. package/dist-cms/packages/core/workspace/manifests.js +2 -1
  293. package/dist-cms/packages/core/workspace/workspace-action/workspace-action-base.js +2 -2
  294. package/dist-cms/packages/core/workspace/workspace-action/workspace-action.element.js +12 -4
  295. package/dist-cms/packages/core/workspace/workspace-action-menu/workspace-action-menu.element.js +8 -4
  296. package/dist-cms/packages/core/workspace/workspace-alias.condition.d.ts +18 -0
  297. package/dist-cms/packages/core/workspace/workspace-alias.condition.js +21 -0
  298. package/dist-cms/packages/core/workspace/workspace-content/views/collection/workspace-view-collection.element.js +2 -2
  299. package/dist-cms/packages/core/workspace/workspace-context/index.d.ts +1 -1
  300. package/dist-cms/packages/core/workspace/workspace-context/index.js +1 -1
  301. package/dist-cms/packages/core/workspace/workspace-context/workspace-context.d.ts +4 -3
  302. package/dist-cms/packages/core/workspace/workspace-context/workspace-context.interface.d.ts +2 -2
  303. package/dist-cms/packages/core/workspace/workspace-context/workspace-context.js +4 -3
  304. package/dist-cms/packages/core/workspace/workspace-context/workspace-context.token.d.ts +4 -0
  305. package/dist-cms/packages/core/workspace/workspace-context/workspace-context.token.js +2 -0
  306. package/dist-cms/packages/core/workspace/workspace-context/workspace-entity-context.interface.d.ts +0 -1
  307. package/dist-cms/packages/core/workspace/workspace-editor/workspace-editor.element.d.ts +4 -8
  308. package/dist-cms/packages/core/workspace/workspace-editor/workspace-editor.element.js +11 -39
  309. package/dist-cms/packages/core/workspace/workspace-footer/workspace-footer.element.d.ts +0 -10
  310. package/dist-cms/packages/core/workspace/workspace-footer/workspace-footer.element.js +1 -23
  311. package/dist-cms/packages/core/workspace/workspace-is-new-redirect-controller/index.d.ts +1 -0
  312. package/dist-cms/packages/core/workspace/workspace-is-new-redirect-controller/index.js +1 -0
  313. package/dist-cms/packages/core/workspace/workspace-is-new-redirect-controller/workspace-is-new-redirect-controller.d.ts +16 -0
  314. package/dist-cms/packages/core/workspace/workspace-is-new-redirect-controller/workspace-is-new-redirect-controller.js +31 -0
  315. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.js +2 -2
  316. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.js +4 -0
  317. package/dist-cms/packages/core/workspace/workspace-variant/workspace-variant.context.js +2 -2
  318. package/dist-cms/packages/core/workspace/workspace.element.d.ts +1 -1
  319. package/dist-cms/packages/{translation → dictionary}/dashboards/dictionary/dashboard-translation-dictionary.element.js +2 -3
  320. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/create/create.action.js +1 -1
  321. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/export/export.action.d.ts +0 -1
  322. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/export/export.action.js +0 -1
  323. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/import/import.action.d.ts +0 -1
  324. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/import/import.action.js +0 -1
  325. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/manifests.d.ts +1 -1
  326. package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/manifests.js +0 -12
  327. package/dist-cms/packages/dictionary/dictionary/index.d.ts +1 -0
  328. package/dist-cms/packages/dictionary/dictionary/index.js +1 -0
  329. package/dist-cms/packages/dictionary/dictionary/manifests.d.ts +1 -0
  330. package/dist-cms/packages/{translation → dictionary}/dictionary/menu-item/manifests.js +0 -2
  331. package/dist-cms/packages/dictionary/dictionary/repository/index.d.ts +3 -0
  332. package/dist-cms/packages/dictionary/dictionary/repository/index.js +3 -0
  333. package/dist-cms/packages/{translation → dictionary}/dictionary/repository/manifests.js +1 -1
  334. package/dist-cms/packages/{translation → dictionary}/dictionary/tree/manifests.js +1 -1
  335. package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace-editor.element.js +3 -3
  336. package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace.context.js +1 -1
  337. package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/manifests.js +13 -8
  338. package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/views/editor/workspace-view-dictionary-editor.element.js +2 -2
  339. package/dist-cms/packages/dictionary/manifests.d.ts +1 -0
  340. package/dist-cms/packages/dictionary/section.manifest.d.ts +2 -0
  341. package/dist-cms/packages/{translation → dictionary}/section.manifest.js +16 -10
  342. package/dist-cms/packages/{translation → dictionary}/umbraco-package.d.ts +1 -1
  343. package/dist-cms/packages/dictionary/umbraco-package.js +9 -0
  344. package/dist-cms/packages/documents/dashboards/manifests.js +6 -3
  345. package/dist-cms/packages/documents/document-blueprints/menu-item/manifests.js +0 -2
  346. package/dist-cms/packages/documents/document-types/entity-actions/create/manifests.js +0 -2
  347. package/dist-cms/packages/documents/document-types/entity-actions/manifests.js +0 -8
  348. package/dist-cms/packages/documents/document-types/menu-item/manifests.js +0 -2
  349. package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.d.ts +1 -1
  350. package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.js +12 -23
  351. package/dist-cms/packages/documents/document-types/repository/document-type.repository.d.ts +2 -11
  352. package/dist-cms/packages/documents/document-types/repository/document-type.repository.js +1 -2
  353. package/dist-cms/packages/documents/document-types/repository/sources/document-type.server.data.d.ts +1 -7
  354. package/dist-cms/packages/documents/document-types/repository/sources/document-type.server.data.js +0 -4
  355. package/dist-cms/packages/documents/document-types/tree/manifests.js +1 -1
  356. package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js +2 -2
  357. package/dist-cms/packages/documents/document-types/workspace/document-type-workspace.context.js +1 -1
  358. package/dist-cms/packages/documents/document-types/workspace/document-type-workspace.element.js +3 -22
  359. package/dist-cms/packages/documents/document-types/workspace/manifests.js +30 -15
  360. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-properties.element.js +2 -2
  361. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.js +2 -2
  362. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.js +2 -2
  363. package/dist-cms/packages/documents/document-types/workspace/views/settings/document-type-workspace-view-settings.element.js +2 -2
  364. package/dist-cms/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.js +2 -2
  365. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +2 -2
  366. package/dist-cms/packages/documents/documents/collection/views/table/document-table-collection-view.element.js +0 -1
  367. package/dist-cms/packages/documents/documents/entity-actions/manifests.d.ts +1 -1
  368. package/dist-cms/packages/documents/documents/entity-actions/manifests.js +0 -24
  369. package/dist-cms/packages/documents/documents/menu-item/manifests.js +0 -2
  370. package/dist-cms/packages/documents/documents/repository/document.repository.d.ts +2 -0
  371. package/dist-cms/packages/documents/documents/repository/document.repository.js +10 -0
  372. package/dist-cms/packages/documents/documents/repository/sources/document.server.data.d.ts +14 -0
  373. package/dist-cms/packages/documents/documents/repository/sources/document.server.data.js +25 -5
  374. package/dist-cms/packages/documents/documents/tree/manifests.js +1 -1
  375. package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.context.d.ts +3 -3
  376. package/dist-cms/packages/documents/documents/tree/tree-item/document-tree-item.element.d.ts +1 -1
  377. package/dist-cms/packages/documents/documents/workspace/document-workspace-editor.element.js +2 -2
  378. package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view.element.d.ts +1 -1
  379. package/dist-cms/packages/documents/documents/workspace/document-workspace-split-view.element.js +2 -2
  380. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.d.ts +2 -2
  381. package/dist-cms/packages/documents/documents/workspace/document-workspace.context.js +2 -2
  382. package/dist-cms/packages/documents/documents/workspace/document-workspace.element.js +2 -0
  383. package/dist-cms/packages/documents/documents/workspace/manifests.js +36 -21
  384. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-properties.element.js +2 -2
  385. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.js +2 -2
  386. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit.element.js +2 -2
  387. package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +2 -2
  388. package/dist-cms/packages/documents/section.manifests.js +6 -3
  389. package/dist-cms/packages/media/manifests.d.ts +1 -1
  390. package/dist-cms/packages/media/media/collection-view/media-table-collection-view.element.js +0 -1
  391. package/dist-cms/packages/media/media/entity-actions/manifests.js +0 -2
  392. package/dist-cms/packages/media/media/manifests.d.ts +1 -1
  393. package/dist-cms/packages/media/media/menu-item/manifests.js +0 -2
  394. package/dist-cms/packages/media/media/repository/sources/media.tree.server.data.d.ts +3 -3
  395. package/dist-cms/packages/media/media/tree/manifests.js +1 -1
  396. package/dist-cms/packages/media/media/workspace/manifests.js +24 -12
  397. package/dist-cms/packages/media/media/workspace/media-workspace-editor.element.d.ts +1 -1
  398. package/dist-cms/packages/media/media/workspace/media-workspace-editor.element.js +2 -2
  399. package/dist-cms/packages/media/media/workspace/media-workspace.context.js +1 -1
  400. package/dist-cms/packages/media/media/workspace/media-workspace.element.d.ts +1 -0
  401. package/dist-cms/packages/media/media/workspace/media-workspace.element.js +1 -0
  402. package/dist-cms/packages/media/media-types/entity-actions/manifests.js +0 -10
  403. package/dist-cms/packages/media/media-types/manifests.d.ts +1 -1
  404. package/dist-cms/packages/media/media-types/menu-item/manifests.js +0 -2
  405. package/dist-cms/packages/media/media-types/repository/sources/media-type.tree.server.data.d.ts +2 -2
  406. package/dist-cms/packages/media/media-types/tree/manifests.js +1 -1
  407. package/dist-cms/packages/media/media-types/workspace/media-type-workspace-editor.element.js +2 -2
  408. package/dist-cms/packages/media/media-types/workspace/media-type-workspace.context.js +1 -1
  409. package/dist-cms/packages/media/section.manifests.d.ts +1 -1
  410. package/dist-cms/packages/media/section.manifests.js +7 -3
  411. package/dist-cms/packages/members/manifests.d.ts +1 -1
  412. package/dist-cms/packages/members/member-groups/entity-actions/manifests.js +0 -2
  413. package/dist-cms/packages/members/member-groups/manifests.d.ts +1 -1
  414. package/dist-cms/packages/members/member-groups/menu-item/manifests.js +0 -2
  415. package/dist-cms/packages/members/member-groups/tree/manifests.js +1 -1
  416. package/dist-cms/packages/members/member-groups/workspace/manifests.js +12 -6
  417. package/dist-cms/packages/members/member-groups/workspace/member-group-workspace-editor.element.js +2 -2
  418. package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.context.js +1 -1
  419. package/dist-cms/packages/members/member-groups/workspace/views/info/workspace-view-member-group-info.element.js +2 -2
  420. package/dist-cms/packages/members/member-types/entity-actions/manifests.js +0 -2
  421. package/dist-cms/packages/members/member-types/manifests.d.ts +1 -1
  422. package/dist-cms/packages/members/member-types/menu-item/manifests.js +0 -2
  423. package/dist-cms/packages/members/member-types/tree/manifests.js +1 -1
  424. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.context.js +1 -1
  425. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.element.d.ts +1 -0
  426. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.element.js +1 -0
  427. package/dist-cms/packages/members/members/entity-actions/manifests.js +0 -2
  428. package/dist-cms/packages/members/members/manifests.d.ts +1 -1
  429. package/dist-cms/packages/members/members/menu-item/manifests.js +0 -2
  430. package/dist-cms/packages/members/members/repository/sources/member.tree.server.data.js +1 -1
  431. package/dist-cms/packages/members/members/tree/manifests.js +1 -1
  432. package/dist-cms/packages/members/members/workspace/member-workspace.context.js +1 -1
  433. package/dist-cms/packages/members/section.manifests.d.ts +1 -1
  434. package/dist-cms/packages/members/section.manifests.js +12 -6
  435. package/dist-cms/packages/packages/package-section/manifests.js +18 -9
  436. package/dist-cms/packages/packages/package-section/views/created/created-packages-section-view.element.d.ts +0 -1
  437. package/dist-cms/packages/packages/package-section/views/created/created-packages-section-view.element.js +0 -1
  438. package/dist-cms/packages/search/examine-management-dashboard/views/modal-views/fields-viewer.element.d.ts +1 -1
  439. package/dist-cms/packages/search/manifests.js +6 -3
  440. package/dist-cms/packages/settings/dashboards/health-check/views/health-check-group.element.d.ts +1 -1
  441. package/dist-cms/packages/settings/dashboards/manifests.js +37 -18
  442. package/dist-cms/packages/settings/dashboards/published-status/dashboard-published-status.element.js +11 -3
  443. package/dist-cms/packages/settings/data-types/entity-actions/copy/manifests.js +0 -2
  444. package/dist-cms/packages/settings/data-types/entity-actions/create/manifests.js +0 -2
  445. package/dist-cms/packages/settings/data-types/entity-actions/manifests.js +0 -6
  446. package/dist-cms/packages/settings/data-types/entity-actions/move/manifests.js +0 -2
  447. package/dist-cms/packages/settings/data-types/menu-item/manifests.js +0 -2
  448. package/dist-cms/packages/settings/data-types/modals/data-type-picker-flow/data-type-picker-flow-data-type-picker-modal.element.js +1 -1
  449. package/dist-cms/packages/settings/data-types/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +2 -2
  450. package/dist-cms/packages/settings/data-types/models.d.ts +1 -1
  451. package/dist-cms/packages/settings/data-types/repository/data-type.repository.js +0 -1
  452. package/dist-cms/packages/settings/data-types/repository/manifests.d.ts +1 -1
  453. package/dist-cms/packages/settings/data-types/repository/sources/data-type-folder.server.data.js +0 -1
  454. package/dist-cms/packages/settings/data-types/repository/sources/data-type.tree.server.data.d.ts +2 -2
  455. package/dist-cms/packages/settings/data-types/tree/manifests.js +1 -1
  456. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace-editor.element.js +2 -2
  457. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +1 -1
  458. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.js +2 -0
  459. package/dist-cms/packages/settings/data-types/workspace/manifests.js +18 -9
  460. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +2 -2
  461. package/dist-cms/packages/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.js +2 -2
  462. package/dist-cms/packages/settings/extensions/menu-item/manifests.js +0 -2
  463. package/dist-cms/packages/settings/languages/app-language-select/app-language-select.element.js +1 -5
  464. package/dist-cms/packages/settings/languages/app-language-select/manifests.js +6 -3
  465. package/dist-cms/packages/settings/languages/entity-actions/manifests.js +0 -4
  466. package/dist-cms/packages/settings/languages/menu-item/manifests.js +0 -2
  467. package/dist-cms/packages/settings/languages/workspace/language/language-workspace-editor.element.js +2 -2
  468. package/dist-cms/packages/settings/languages/workspace/language/language-workspace.context.js +1 -1
  469. package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.d.ts +0 -1
  470. package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.js +3 -21
  471. package/dist-cms/packages/settings/languages/workspace/language/manifests.js +12 -6
  472. package/dist-cms/packages/settings/languages/workspace/language/views/details/language-details-workspace-view.element.js +2 -2
  473. package/dist-cms/packages/settings/languages/workspace/language-root/components/language-root-table-delete-column-layout.element.d.ts +1 -1
  474. package/dist-cms/packages/settings/languages/workspace/language-root/components/language-root-table-name-column-layout.element.d.ts +1 -1
  475. package/dist-cms/packages/settings/logviewer/manifests.d.ts +1 -1
  476. package/dist-cms/packages/settings/logviewer/menu-item/manifests.js +0 -2
  477. package/dist-cms/packages/settings/logviewer/workspace/{logviewer-root/logviewer-root-workspace.element.d.ts → logviewer/logviewer-workspace.element.d.ts} +0 -9
  478. package/dist-cms/packages/settings/logviewer/workspace/logviewer/logviewer-workspace.element.js +65 -0
  479. package/dist-cms/packages/settings/logviewer/workspace/{logviewer-root → logviewer}/manifests.js +16 -10
  480. package/dist-cms/packages/settings/logviewer/workspace/logviewer.context.d.ts +28 -15
  481. package/dist-cms/packages/settings/logviewer/workspace/logviewer.context.js +33 -5
  482. package/dist-cms/packages/settings/logviewer/workspace/manifests.js +2 -2
  483. package/dist-cms/packages/settings/relation-types/manifests.d.ts +1 -1
  484. package/dist-cms/packages/settings/relation-types/menu-item/manifests.js +0 -2
  485. package/dist-cms/packages/settings/relation-types/tree/manifests.js +1 -1
  486. package/dist-cms/packages/settings/relation-types/workspace/manifests.js +18 -9
  487. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace-editor.element.js +2 -2
  488. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.context.js +1 -1
  489. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.element.js +2 -0
  490. package/dist-cms/packages/settings/relation-types/workspace/views/relation-type/relation-type-workspace-view-relation-type.element.js +2 -2
  491. package/dist-cms/packages/settings/section.manifests.d.ts +1 -1
  492. package/dist-cms/packages/settings/section.manifests.js +6 -3
  493. package/dist-cms/packages/templating/components/index.d.ts +0 -1
  494. package/dist-cms/packages/templating/components/index.js +0 -1
  495. package/dist-cms/packages/templating/components/insert-menu/templating-insert-menu.element.js +1 -1
  496. package/dist-cms/packages/templating/manifests.d.ts +6 -1
  497. package/dist-cms/packages/templating/menu.manifests.d.ts +1 -1
  498. package/dist-cms/packages/templating/menu.manifests.js +7 -3
  499. package/dist-cms/packages/templating/partial-views/config.d.ts +5 -5
  500. package/dist-cms/packages/templating/partial-views/config.js +3 -1
  501. package/dist-cms/packages/templating/partial-views/entity-actions/create/create-empty.action.js +1 -1
  502. package/dist-cms/packages/templating/partial-views/entity-actions/create/create-from-snippet.action.d.ts +10 -1
  503. package/dist-cms/packages/templating/partial-views/entity-actions/create/create-from-snippet.action.js +16 -1
  504. package/dist-cms/packages/templating/partial-views/entity-actions/create/create-from-snippet.modal.d.ts +16 -0
  505. package/dist-cms/packages/templating/partial-views/entity-actions/create/create-from-snippet.modal.js +73 -0
  506. package/dist-cms/packages/templating/partial-views/entity-actions/manifests.d.ts +6 -1
  507. package/dist-cms/packages/templating/partial-views/entity-actions/manifests.js +38 -10
  508. package/dist-cms/packages/templating/partial-views/manifests.d.ts +6 -1
  509. package/dist-cms/packages/templating/partial-views/menu-item/manifests.js +0 -2
  510. package/dist-cms/packages/templating/partial-views/repository/manifests.js +2 -2
  511. package/dist-cms/packages/templating/partial-views/repository/partial-views.repository.d.ts +51 -30
  512. package/dist-cms/packages/templating/partial-views/repository/partial-views.repository.js +81 -24
  513. package/dist-cms/packages/templating/partial-views/repository/sources/partial-views.detail.server.data.d.ts +48 -13
  514. package/dist-cms/packages/templating/partial-views/repository/sources/partial-views.detail.server.data.js +56 -17
  515. package/dist-cms/packages/templating/partial-views/repository/sources/partial-views.folder.server.data.d.ts +17 -0
  516. package/dist-cms/packages/templating/partial-views/repository/sources/partial-views.folder.server.data.js +23 -0
  517. package/dist-cms/packages/templating/partial-views/repository/sources/partial-views.tree.server.data.d.ts +3 -3
  518. package/dist-cms/packages/templating/partial-views/tree/manifests.js +4 -3
  519. package/dist-cms/packages/templating/partial-views/workspace/manifests.js +6 -3
  520. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace-edit.element.d.ts +6 -1
  521. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace-edit.element.js +124 -27
  522. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace.context.d.ts +9 -7
  523. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace.context.js +52 -10
  524. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace.element.d.ts +1 -0
  525. package/dist-cms/packages/templating/partial-views/workspace/partial-views-workspace.element.js +10 -12
  526. package/dist-cms/packages/templating/stylesheets/manifests.d.ts +1 -1
  527. package/dist-cms/packages/templating/stylesheets/menu-item/manifests.js +0 -2
  528. package/dist-cms/packages/templating/stylesheets/tree/manifests.js +1 -1
  529. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace.context.js +1 -1
  530. package/dist-cms/packages/templating/stylesheets/workspace/stylesheet-workspace.element.js +2 -0
  531. package/dist-cms/packages/templating/templates/entity-actions/manifests.js +0 -4
  532. package/dist-cms/packages/templating/templates/manifests.d.ts +1 -1
  533. package/dist-cms/packages/templating/templates/menu-item/manifests.js +0 -2
  534. package/dist-cms/packages/templating/templates/modals/query-builder/query-builder-filter.element.js +2 -2
  535. package/dist-cms/packages/templating/templates/repository/manifests.d.ts +1 -1
  536. package/dist-cms/packages/templating/templates/repository/template.repository.js +1 -1
  537. package/dist-cms/packages/templating/templates/tree/manifests.js +1 -1
  538. package/dist-cms/packages/templating/templates/workspace/manifests.js +6 -3
  539. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +2 -1
  540. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +5 -5
  541. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +3 -7
  542. package/dist-cms/packages/umbraco-news/manifests.js +6 -3
  543. package/dist-cms/packages/umbraco-news/umbraco-news-dashboard.element.js +9 -5
  544. package/dist-cms/packages/users/current-user/modals/current-user/current-user-modal.element.js +10 -6
  545. package/dist-cms/packages/users/current-user/user-profile-apps/user-profile-app-profile.element.js +7 -5
  546. package/dist-cms/packages/users/user-groups/manifests.d.ts +1 -1
  547. package/dist-cms/packages/users/user-groups/repository/manifests.d.ts +1 -1
  548. package/dist-cms/packages/users/user-groups/section-view/manifests.js +6 -3
  549. package/dist-cms/packages/users/user-groups/workspace/actions/workspace-action-user-group-save.element.js +2 -2
  550. package/dist-cms/packages/users/user-groups/workspace/manifests.js +6 -3
  551. package/dist-cms/packages/users/user-groups/workspace/user-group-workspace-editor.element.d.ts +1 -1
  552. package/dist-cms/packages/users/user-groups/workspace/user-group-workspace-editor.element.js +2 -2
  553. package/dist-cms/packages/users/user-groups/workspace/user-group-workspace.context.js +1 -1
  554. package/dist-cms/packages/users/user-groups/workspace/user-group-workspace.element.js +2 -0
  555. package/dist-cms/packages/users/users/collection/user-collection.context.d.ts +3 -3
  556. package/dist-cms/packages/users/users/collection/views/grid/user-collection-grid-view.element.js +1 -1
  557. package/dist-cms/packages/users/users/manifests.d.ts +1 -1
  558. package/dist-cms/packages/users/users/repository/manifests.d.ts +1 -1
  559. package/dist-cms/packages/users/users/repository/sources/user-collection.server.data.d.ts +18 -4
  560. package/dist-cms/packages/users/users/repository/sources/user-collection.server.data.js +7 -2
  561. package/dist-cms/packages/users/users/repository/sources/user.server.data.d.ts +16 -1
  562. package/dist-cms/packages/users/users/repository/sources/user.server.data.js +6 -2
  563. package/dist-cms/packages/users/users/repository/user.repository.d.ts +8 -8
  564. package/dist-cms/packages/users/users/repository/user.repository.js +5 -1
  565. package/dist-cms/packages/users/users/repository/user.store.d.ts +6 -6
  566. package/dist-cms/packages/users/users/repository/user.store.js +2 -2
  567. package/dist-cms/packages/users/users/section-view/manifests.js +6 -3
  568. package/dist-cms/packages/users/users/types.d.ts +6 -3
  569. package/dist-cms/packages/users/users/workspace/actions/user-workspace-action-save.element.js +2 -2
  570. package/dist-cms/packages/users/users/workspace/manifests.js +6 -3
  571. package/dist-cms/packages/users/users/workspace/user-workspace-editor.element.d.ts +1 -0
  572. package/dist-cms/packages/users/users/workspace/user-workspace-editor.element.js +53 -8
  573. package/dist-cms/packages/users/users/workspace/user-workspace.context.d.ts +5 -5
  574. package/dist-cms/packages/users/users/workspace/user-workspace.context.js +18 -1
  575. package/dist-cms/shared/auth/auth.context.d.ts +1 -0
  576. package/dist-cms/shared/auth/auth.context.js +1 -2
  577. package/dist-cms/shared/auth/auth.interface.d.ts +4 -0
  578. package/dist-cms/shared/repository/data-source/data-source-response.interface.d.ts +1 -1
  579. package/dist-cms/shared/repository/data-source/data-source.interface.d.ts +2 -2
  580. package/dist-cms/shared/repository/data-source/extend-data-source-paged-response-data.function.d.ts +20 -0
  581. package/dist-cms/shared/repository/data-source/extend-data-source-paged-response-data.function.js +30 -0
  582. package/dist-cms/shared/repository/data-source/extend-data-source-response-data.function.d.ts +20 -0
  583. package/dist-cms/shared/repository/data-source/extend-data-source-response-data.function.js +22 -0
  584. package/dist-cms/shared/repository/data-source/index.d.ts +5 -3
  585. package/dist-cms/shared/repository/data-source/index.js +5 -3
  586. package/dist-cms/shared/repository/detail-repository.interface.d.ts +2 -2
  587. package/dist-cms/shared/repository/folder-repository.interface.d.ts +6 -6
  588. package/dist-cms/shared/repository/item-repository.interface.d.ts +2 -2
  589. package/dist-cms/shared/repository/tree-repository.interface.d.ts +6 -6
  590. package/dist-cms/shared/resources/resource.controller.js +1 -1
  591. package/dist-cms/shared/router/generate-route-path-builder.function.d.ts +1 -1
  592. package/dist-cms/shared/router/generate-route-path-builder.function.js +1 -1
  593. package/dist-cms/shared/router/route.context.js +8 -8
  594. package/dist-cms/shared/utils/component-has-manifest-property.function.d.ts +4 -0
  595. package/dist-cms/shared/utils/component-has-manifest-property.function.js +3 -0
  596. package/dist-cms/shared/utils/diff.type.d.ts +5 -0
  597. package/dist-cms/shared/utils/diff.type.js +1 -0
  598. package/dist-cms/shared/utils/ensure-path-ends-with-slash.function.d.ts +1 -0
  599. package/dist-cms/shared/utils/ensure-path-ends-with-slash.function.js +3 -0
  600. package/dist-cms/shared/utils/index.d.ts +3 -0
  601. package/dist-cms/shared/utils/index.js +3 -0
  602. package/dist-cms/shared/utils/media-helper.service.d.ts +1 -1
  603. package/dist-cms/shared/utils/media-helper.service.js +2 -1
  604. package/dist-cms/tinymce/CHANGELOG.md +22 -0
  605. package/dist-cms/tinymce/composer.json +1 -1
  606. package/dist-cms/tinymce/icons/default/icons.js +3 -0
  607. package/dist-cms/tinymce/icons/default/icons.min.js +1 -1
  608. package/dist-cms/tinymce/langs/ar.js +1 -1
  609. package/dist-cms/tinymce/langs/bg_BG.js +56 -56
  610. package/dist-cms/tinymce/langs/fr_FR.js +1 -1
  611. package/dist-cms/tinymce/langs/ka_GE.js +406 -0
  612. package/dist-cms/tinymce/langs/nb_NO.js +15 -15
  613. package/dist-cms/tinymce/models/dom/model.js +1 -1
  614. package/dist-cms/tinymce/models/dom/model.min.js +1 -1
  615. package/dist-cms/tinymce/package.json +1 -1
  616. package/dist-cms/tinymce/plugins/accordion/plugin.js +1 -1
  617. package/dist-cms/tinymce/plugins/accordion/plugin.min.js +1 -1
  618. package/dist-cms/tinymce/plugins/advlist/plugin.js +1 -1
  619. package/dist-cms/tinymce/plugins/advlist/plugin.min.js +1 -1
  620. package/dist-cms/tinymce/plugins/anchor/plugin.js +1 -1
  621. package/dist-cms/tinymce/plugins/anchor/plugin.min.js +1 -1
  622. package/dist-cms/tinymce/plugins/autolink/plugin.js +1 -1
  623. package/dist-cms/tinymce/plugins/autolink/plugin.min.js +1 -1
  624. package/dist-cms/tinymce/plugins/autoresize/plugin.js +1 -1
  625. package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +1 -1
  626. package/dist-cms/tinymce/plugins/autosave/plugin.js +1 -1
  627. package/dist-cms/tinymce/plugins/autosave/plugin.min.js +1 -1
  628. package/dist-cms/tinymce/plugins/charmap/plugin.js +1 -1
  629. package/dist-cms/tinymce/plugins/charmap/plugin.min.js +1 -1
  630. package/dist-cms/tinymce/plugins/code/plugin.js +1 -1
  631. package/dist-cms/tinymce/plugins/code/plugin.min.js +1 -1
  632. package/dist-cms/tinymce/plugins/codesample/plugin.js +1 -1
  633. package/dist-cms/tinymce/plugins/codesample/plugin.min.js +1 -1
  634. package/dist-cms/tinymce/plugins/directionality/plugin.js +1 -1
  635. package/dist-cms/tinymce/plugins/directionality/plugin.min.js +1 -1
  636. package/dist-cms/tinymce/plugins/emoticons/plugin.js +1 -1
  637. package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +1 -1
  638. package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1 -1
  639. package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +1 -1
  640. package/dist-cms/tinymce/plugins/help/plugin.js +6 -1
  641. package/dist-cms/tinymce/plugins/help/plugin.min.js +2 -2
  642. package/dist-cms/tinymce/plugins/image/plugin.js +1 -1
  643. package/dist-cms/tinymce/plugins/image/plugin.min.js +1 -1
  644. package/dist-cms/tinymce/plugins/importcss/plugin.js +1 -1
  645. package/dist-cms/tinymce/plugins/importcss/plugin.min.js +1 -1
  646. package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +1 -1
  647. package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +1 -1
  648. package/dist-cms/tinymce/plugins/link/plugin.js +1 -1
  649. package/dist-cms/tinymce/plugins/link/plugin.min.js +1 -1
  650. package/dist-cms/tinymce/plugins/lists/plugin.js +1 -1
  651. package/dist-cms/tinymce/plugins/lists/plugin.min.js +1 -1
  652. package/dist-cms/tinymce/plugins/media/plugin.js +1 -1
  653. package/dist-cms/tinymce/plugins/media/plugin.min.js +1 -1
  654. package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +1 -1
  655. package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +1 -1
  656. package/dist-cms/tinymce/plugins/pagebreak/plugin.js +1 -1
  657. package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +1 -1
  658. package/dist-cms/tinymce/plugins/preview/plugin.js +1 -1
  659. package/dist-cms/tinymce/plugins/preview/plugin.min.js +1 -1
  660. package/dist-cms/tinymce/plugins/quickbars/plugin.js +1 -1
  661. package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +1 -1
  662. package/dist-cms/tinymce/plugins/save/plugin.js +1 -1
  663. package/dist-cms/tinymce/plugins/save/plugin.min.js +1 -1
  664. package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1 -1
  665. package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +1 -1
  666. package/dist-cms/tinymce/plugins/table/plugin.js +1 -1
  667. package/dist-cms/tinymce/plugins/table/plugin.min.js +1 -1
  668. package/dist-cms/tinymce/plugins/template/plugin.js +1 -1
  669. package/dist-cms/tinymce/plugins/template/plugin.min.js +1 -1
  670. package/dist-cms/tinymce/plugins/visualblocks/plugin.js +1 -1
  671. package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +1 -1
  672. package/dist-cms/tinymce/plugins/visualchars/plugin.js +1 -1
  673. package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +1 -1
  674. package/dist-cms/tinymce/plugins/wordcount/plugin.js +1 -1
  675. package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +1 -1
  676. package/dist-cms/tinymce/skins/ui/oxide/skin.css +18 -0
  677. package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -1
  678. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +18 -0
  679. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -1
  680. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +18 -0
  681. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -1
  682. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +18 -0
  683. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -1
  684. package/dist-cms/tinymce/themes/silver/theme.js +279 -85
  685. package/dist-cms/tinymce/themes/silver/theme.min.js +2 -2
  686. package/dist-cms/tinymce/tinymce.d.ts +7 -2
  687. package/dist-cms/tinymce/tinymce.js +3 -3
  688. package/dist-cms/tinymce/tinymce.min.js +2 -2
  689. package/dist-cms/tsconfig.build.json +15 -0
  690. package/dist-cms/tsconfig.build.tsbuildinfo +1 -0
  691. package/dist-cms/umbraco-package-schema.json +574 -362
  692. package/dist-cms/vscode-html-custom-data.json +104 -105
  693. package/package.json +29 -28
  694. package/dist-cms/external/monaco-editor/javascript-53ce59fc.js +0 -6
  695. package/dist-cms/external/monaco-editor/tsMode-3f4e7f54.js +0 -16
  696. package/dist-cms/packages/core/section/section-views/index.d.ts +0 -1
  697. package/dist-cms/packages/core/section/section-views/index.js +0 -1
  698. package/dist-cms/packages/core/section/section-views/section-views.element.d.ts +0 -26
  699. package/dist-cms/packages/core/workspace/workspace-context/entity-workspace-context.token.d.ts +0 -4
  700. package/dist-cms/packages/core/workspace/workspace-context/entity-workspace-context.token.js +0 -2
  701. package/dist-cms/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.js +0 -166
  702. package/dist-cms/packages/templating/components/file-system-tree-item/file-system-tree-item.context.js +0 -10
  703. package/dist-cms/packages/translation/dictionary/manifests.d.ts +0 -1
  704. package/dist-cms/packages/translation/manifests.d.ts +0 -1
  705. package/dist-cms/packages/translation/section.manifest.d.ts +0 -2
  706. package/dist-cms/packages/translation/umbraco-package.js +0 -9
  707. package/dist-cms/tsconfig.tsbuildinfo +0 -1
  708. /package/dist-cms/apps/backoffice/{extension.controller.d.ts → extension-initializer.controller.d.ts} +0 -0
  709. /package/dist-cms/packages/{translation → dictionary}/dashboards/dictionary/dashboard-translation-dictionary.element.d.ts +0 -0
  710. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/create/create-dictionary-modal.element.d.ts +0 -0
  711. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/create/create-dictionary-modal.element.js +0 -0
  712. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/create/create.action.d.ts +0 -0
  713. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/export/export-dictionary-modal.element.d.ts +0 -0
  714. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/export/export-dictionary-modal.element.js +0 -0
  715. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/import/import-dictionary-modal.element.d.ts +0 -0
  716. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/import/import-dictionary-modal.element.js +0 -0
  717. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/reload.action.d.ts +0 -0
  718. /package/dist-cms/packages/{translation → dictionary}/dictionary/entity-actions/reload.action.js +0 -0
  719. /package/dist-cms/packages/{translation → dictionary}/dictionary/manifests.js +0 -0
  720. /package/dist-cms/packages/{translation → dictionary}/dictionary/menu-item/dictionary-menu-item.element.d.ts +0 -0
  721. /package/dist-cms/packages/{translation → dictionary}/dictionary/menu-item/dictionary-menu-item.element.js +0 -0
  722. /package/dist-cms/packages/{translation → dictionary}/dictionary/menu-item/manifests.d.ts +0 -0
  723. /package/dist-cms/packages/{translation → dictionary}/dictionary/menu.manifests.d.ts +0 -0
  724. /package/dist-cms/packages/{translation → dictionary}/dictionary/menu.manifests.js +0 -0
  725. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.repository.d.ts +0 -0
  726. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.repository.js +0 -0
  727. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.store.d.ts +0 -0
  728. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.store.js +0 -0
  729. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.tree.store.d.ts +0 -0
  730. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/dictionary.tree.store.js +0 -0
  731. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/manifests.d.ts +0 -0
  732. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/sources/dictionary.detail.server.data.d.ts +0 -0
  733. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/sources/dictionary.detail.server.data.js +0 -0
  734. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/sources/dictionary.tree.server.data.d.ts +0 -0
  735. /package/dist-cms/packages/{translation → dictionary}/dictionary/repository/sources/dictionary.tree.server.data.js +0 -0
  736. /package/dist-cms/packages/{translation → dictionary}/dictionary/tree/manifests.d.ts +0 -0
  737. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace-editor.element.d.ts +0 -0
  738. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace.context.d.ts +0 -0
  739. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace.element.d.ts +0 -0
  740. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/dictionary-workspace.element.js +0 -0
  741. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/manifests.d.ts +0 -0
  742. /package/dist-cms/packages/{translation → dictionary}/dictionary/workspace/views/editor/workspace-view-dictionary-editor.element.d.ts +0 -0
  743. /package/dist-cms/packages/{translation → dictionary}/manifests.js +0 -0
  744. /package/dist-cms/packages/settings/logviewer/workspace/{logviewer-root → logviewer}/manifests.d.ts +0 -0
@@ -1,6 +1,22 @@
1
1
  {
2
2
  "$schema": "http://json-schema.org/draft-07/schema#",
3
3
  "definitions": {
4
+ "ConditionTypes": {
5
+ "anyOf": [
6
+ {
7
+ "$ref": "#/definitions/SwitchConditionConfig"
8
+ },
9
+ {
10
+ "$ref": "#/definitions/SectionAliasConditionConfig"
11
+ },
12
+ {
13
+ "$ref": "#/definitions/WorkspaceAliasConditionConfig"
14
+ },
15
+ {
16
+ "$ref": "#/definitions/UmbConditionConfigBase<string>_1"
17
+ }
18
+ ]
19
+ },
4
20
  "ConditionsCollectionView": {
5
21
  "description": "Condition for when this collection view should be available",
6
22
  "properties": {
@@ -17,26 +33,6 @@
17
33
  ],
18
34
  "type": "object"
19
35
  },
20
- "ConditionsDashboard": {
21
- "properties": {
22
- "sections": {
23
- "description": "An array of section aliases that the dashboard should be available in",
24
- "items": {
25
- "examples": [
26
- "Umb.Section.Content",
27
- "Umb.Section.Settings"
28
- ]
29
- },
30
- "minItems": 1,
31
- "type": "array",
32
- "uniqueItems": true
33
- }
34
- },
35
- "required": [
36
- "sections"
37
- ],
38
- "type": "object"
39
- },
40
36
  "ConditionsDashboardCollection": {
41
37
  "description": "The conditions for when the dashboard should be available",
42
38
  "properties": {
@@ -66,72 +62,6 @@
66
62
  ],
67
63
  "type": "object"
68
64
  },
69
- "ConditionsEditorViewCollection": {
70
- "properties": {
71
- "workspaces": {
72
- "description": "The workspaces that this view collection should be available in",
73
- "examples": [
74
- "Umb.Workspace.DataType",
75
- "Umb.Workspace.Dictionary",
76
- "Umb.Workspace.Document",
77
- "Umb.Workspace.DocumentType",
78
- "Umb.Workspace.Language",
79
- "Umb.Workspace.LanguageRoot",
80
- "Umb.Workspace.LogviewerRoot",
81
- "Umb.Workspace.Media",
82
- "Umb.Workspace.MediaType",
83
- "Umb.Workspace.Member",
84
- "Umb.Workspace.MemberType",
85
- "Umb.Workspace.MemberGroup",
86
- "Umb.Workspace.Package",
87
- "Umb.Workspace.PackageBuilder",
88
- "Umb.Workspace.PartialView",
89
- "Umb.Workspace.RelationType",
90
- "Umb.Workspace.Stylesheet",
91
- "Umb.Workspace.Template"
92
- ],
93
- "items": {
94
- "type": "string"
95
- },
96
- "type": "array"
97
- }
98
- },
99
- "required": [
100
- "workspaces"
101
- ],
102
- "type": "object"
103
- },
104
- "ConditionsEntityAction": {
105
- "properties": {
106
- "entityTypes": {
107
- "description": "The entity types that this action can be performed on",
108
- "examples": [
109
- "data-type",
110
- "data-type-folder",
111
- "document",
112
- "document-root",
113
- "document-type",
114
- "dictionary-item",
115
- "language",
116
- "language-root",
117
- "member",
118
- "member-group",
119
- "member-type",
120
- "template",
121
- "template-root",
122
- "partial-view"
123
- ],
124
- "items": {
125
- "type": "string"
126
- },
127
- "type": "array"
128
- }
129
- },
130
- "required": [
131
- "entityTypes"
132
- ],
133
- "type": "object"
134
- },
135
65
  "ConditionsEntityBulkAction": {
136
66
  "properties": {
137
67
  "entityType": {
@@ -150,104 +80,6 @@
150
80
  ],
151
81
  "type": "object"
152
82
  },
153
- "ConditionsMenuItem": {
154
- "properties": {
155
- "menus": {
156
- "items": {
157
- "type": "string"
158
- },
159
- "type": "array"
160
- }
161
- },
162
- "required": [
163
- "menus"
164
- ],
165
- "type": "object"
166
- },
167
- "ConditionsPropertyAction": {
168
- "properties": {
169
- "propertyEditors": {
170
- "items": {
171
- "type": "string"
172
- },
173
- "type": "array"
174
- }
175
- },
176
- "required": [
177
- "propertyEditors"
178
- ],
179
- "type": "object"
180
- },
181
- "ConditionsSectionSidebarApp": {
182
- "properties": {
183
- "sections": {
184
- "items": {
185
- "type": "string"
186
- },
187
- "type": "array"
188
- }
189
- },
190
- "required": [
191
- "sections"
192
- ],
193
- "type": "object"
194
- },
195
- "ConditionsSectionView": {
196
- "properties": {
197
- "sections": {
198
- "items": {
199
- "type": "string"
200
- },
201
- "type": "array"
202
- }
203
- },
204
- "required": [
205
- "sections"
206
- ],
207
- "type": "object"
208
- },
209
- "ConditionsTreeItem": {
210
- "properties": {
211
- "entityTypes": {
212
- "items": {
213
- "type": "string"
214
- },
215
- "type": "array"
216
- }
217
- },
218
- "required": [
219
- "entityTypes"
220
- ],
221
- "type": "object"
222
- },
223
- "ConditionsWorkspaceAction": {
224
- "properties": {
225
- "workspaces": {
226
- "items": {
227
- "type": "string"
228
- },
229
- "type": "array"
230
- }
231
- },
232
- "required": [
233
- "workspaces"
234
- ],
235
- "type": "object"
236
- },
237
- "ConditionsWorkspaceView": {
238
- "properties": {
239
- "workspaces": {
240
- "items": {
241
- "type": "string"
242
- },
243
- "type": "array"
244
- }
245
- },
246
- "required": [
247
- "workspaces"
248
- ],
249
- "type": "object"
250
- },
251
83
  "ManifestBase": {
252
84
  "properties": {
253
85
  "alias": {
@@ -280,7 +112,7 @@
280
112
  ],
281
113
  "type": "object"
282
114
  },
283
- "ManifestBundle": {
115
+ "ManifestBundle<ManifestTypes>": {
284
116
  "description": "This type of extension takes a JS module and registers all exported manifests from the pointed JS file.",
285
117
  "properties": {
286
118
  "alias": {
@@ -302,10 +134,8 @@
302
134
  "type": "string"
303
135
  },
304
136
  "type": {
137
+ "const": "bundle",
305
138
  "description": "The type of extension such as dashboard etc...",
306
- "enum": [
307
- "bundle"
308
- ],
309
139
  "type": "string"
310
140
  },
311
141
  "weight": {
@@ -315,7 +145,6 @@
315
145
  },
316
146
  "required": [
317
147
  "alias",
318
- "js",
319
148
  "name",
320
149
  "type"
321
150
  ],
@@ -354,10 +183,8 @@
354
183
  "type": "string"
355
184
  },
356
185
  "type": {
186
+ "const": "collectionView",
357
187
  "description": "The type of extension such as dashboard etc...",
358
- "enum": [
359
- "collectionView"
360
- ],
361
188
  "type": "string"
362
189
  },
363
190
  "weight": {
@@ -374,6 +201,44 @@
374
201
  ],
375
202
  "type": "object"
376
203
  },
204
+ "ManifestCondition": {
205
+ "description": "This type of extension takes a JS module and registers all exported manifests from the pointed JS file.",
206
+ "properties": {
207
+ "alias": {
208
+ "description": "The alias of the extension, ensure it is unique",
209
+ "type": "string"
210
+ },
211
+ "js": {
212
+ "description": "The file location of the javascript file to load in the backoffice",
213
+ "type": "string"
214
+ },
215
+ "kind": {
216
+ "description": "The kind of the extension, used to group extensions together",
217
+ "examples": [
218
+ "button"
219
+ ]
220
+ },
221
+ "name": {
222
+ "description": "The friendly name of the extension",
223
+ "type": "string"
224
+ },
225
+ "type": {
226
+ "const": "condition",
227
+ "description": "The type of extension such as dashboard etc...",
228
+ "type": "string"
229
+ },
230
+ "weight": {
231
+ "description": "Extensions such as dashboards are ordered by weight with lower numbers being first in the list",
232
+ "type": "number"
233
+ }
234
+ },
235
+ "required": [
236
+ "alias",
237
+ "name",
238
+ "type"
239
+ ],
240
+ "type": "object"
241
+ },
377
242
  "ManifestDashboard": {
378
243
  "properties": {
379
244
  "alias": {
@@ -381,8 +246,11 @@
381
246
  "type": "string"
382
247
  },
383
248
  "conditions": {
384
- "$ref": "#/definitions/ConditionsDashboard",
385
- "description": "Set the conditions for when the extension should be loaded"
249
+ "description": "Set the conditions for when the extension should be loaded",
250
+ "items": {
251
+ "$ref": "#/definitions/ConditionTypes"
252
+ },
253
+ "type": "array"
386
254
  },
387
255
  "elementName": {
388
256
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -406,11 +274,23 @@
406
274
  "description": "The friendly name of the extension",
407
275
  "type": "string"
408
276
  },
277
+ "overwrites": {
278
+ "anyOf": [
279
+ {
280
+ "items": {
281
+ "type": "string"
282
+ },
283
+ "type": "array"
284
+ },
285
+ {
286
+ "type": "string"
287
+ }
288
+ ],
289
+ "description": "Define one or more extension aliases that this extension should overwrite."
290
+ },
409
291
  "type": {
292
+ "const": "dashboard",
410
293
  "description": "The type of extension such as dashboard etc...",
411
- "enum": [
412
- "dashboard"
413
- ],
414
294
  "type": "string"
415
295
  },
416
296
  "weight": {
@@ -420,7 +300,6 @@
420
300
  },
421
301
  "required": [
422
302
  "alias",
423
- "conditions",
424
303
  "meta",
425
304
  "name",
426
305
  "type"
@@ -450,10 +329,8 @@
450
329
  "type": "string"
451
330
  },
452
331
  "type": {
332
+ "const": "dashboardCollection",
453
333
  "description": "The type of extension such as dashboard etc...",
454
- "enum": [
455
- "dashboardCollection"
456
- ],
457
334
  "type": "string"
458
335
  },
459
336
  "weight": {
@@ -478,7 +355,11 @@
478
355
  "type": "string"
479
356
  },
480
357
  "conditions": {
481
- "$ref": "#/definitions/ConditionsEntityAction"
358
+ "description": "Set the conditions for when the extension should be loaded",
359
+ "items": {
360
+ "$ref": "#/definitions/UmbConditionConfigBase<string>_2"
361
+ },
362
+ "type": "array"
482
363
  },
483
364
  "elementName": {
484
365
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -502,11 +383,23 @@
502
383
  "description": "The friendly name of the extension",
503
384
  "type": "string"
504
385
  },
386
+ "overwrites": {
387
+ "anyOf": [
388
+ {
389
+ "items": {
390
+ "type": "string"
391
+ },
392
+ "type": "array"
393
+ },
394
+ {
395
+ "type": "string"
396
+ }
397
+ ],
398
+ "description": "Define one or more extension aliases that this extension should overwrite."
399
+ },
505
400
  "type": {
401
+ "const": "entityAction",
506
402
  "description": "The type of extension such as dashboard etc...",
507
- "enum": [
508
- "entityAction"
509
- ],
510
403
  "type": "string"
511
404
  },
512
405
  "weight": {
@@ -516,7 +409,6 @@
516
409
  },
517
410
  "required": [
518
411
  "alias",
519
- "conditions",
520
412
  "meta",
521
413
  "name",
522
414
  "type"
@@ -557,10 +449,8 @@
557
449
  "type": "string"
558
450
  },
559
451
  "type": {
452
+ "const": "entityBulkAction",
560
453
  "description": "The type of extension such as dashboard etc...",
561
- "enum": [
562
- "entityBulkAction"
563
- ],
564
454
  "type": "string"
565
455
  },
566
456
  "weight": {
@@ -599,10 +489,8 @@
599
489
  "type": "string"
600
490
  },
601
491
  "type": {
492
+ "const": "entryPoint",
602
493
  "description": "The type of extension such as dashboard etc...",
603
- "enum": [
604
- "entryPoint"
605
- ],
606
494
  "type": "string"
607
495
  },
608
496
  "weight": {
@@ -612,7 +500,6 @@
612
500
  },
613
501
  "required": [
614
502
  "alias",
615
- "js",
616
503
  "name",
617
504
  "type"
618
505
  ],
@@ -647,10 +534,8 @@
647
534
  "type": "string"
648
535
  },
649
536
  "type": {
537
+ "const": "externalLoginProvider",
650
538
  "description": "The type of extension such as dashboard etc...",
651
- "enum": [
652
- "externalLoginProvider"
653
- ],
654
539
  "type": "string"
655
540
  },
656
541
  "weight": {
@@ -687,10 +572,8 @@
687
572
  "type": "string"
688
573
  },
689
574
  "type": {
575
+ "const": "globalContext",
690
576
  "description": "The type of extension such as dashboard etc...",
691
- "enum": [
692
- "globalContext"
693
- ],
694
577
  "type": "string"
695
578
  },
696
579
  "weight": {
@@ -734,10 +617,8 @@
734
617
  "type": "string"
735
618
  },
736
619
  "type": {
620
+ "const": "headerApp",
737
621
  "description": "The type of extension such as dashboard etc...",
738
- "enum": [
739
- "headerApp"
740
- ],
741
622
  "type": "string"
742
623
  },
743
624
  "weight": {
@@ -767,10 +648,8 @@
767
648
  "type": "string"
768
649
  },
769
650
  "kind": {
651
+ "const": "button",
770
652
  "description": "The kind of the extension, used to group extensions together",
771
- "enum": [
772
- "button"
773
- ],
774
653
  "type": "string"
775
654
  },
776
655
  "meta": {
@@ -782,10 +661,8 @@
782
661
  "type": "string"
783
662
  },
784
663
  "type": {
664
+ "const": "headerApp",
785
665
  "description": "The type of extension such as dashboard etc...",
786
- "enum": [
787
- "headerApp"
788
- ],
789
666
  "type": "string"
790
667
  },
791
668
  "weight": {
@@ -831,10 +708,8 @@
831
708
  "type": "string"
832
709
  },
833
710
  "type": {
711
+ "const": "healthCheck",
834
712
  "description": "The type of extension such as dashboard etc...",
835
- "enum": [
836
- "healthCheck"
837
- ],
838
713
  "type": "string"
839
714
  },
840
715
  "weight": {
@@ -871,10 +746,8 @@
871
746
  "type": "string"
872
747
  },
873
748
  "type": {
749
+ "const": "itemStore",
874
750
  "description": "The type of extension such as dashboard etc...",
875
- "enum": [
876
- "itemStore"
877
- ],
878
751
  "type": "string"
879
752
  },
880
753
  "weight": {
@@ -917,10 +790,8 @@
917
790
  "type": "string"
918
791
  },
919
792
  "type": {
793
+ "const": "menu",
920
794
  "description": "The type of extension such as dashboard etc...",
921
- "enum": [
922
- "menu"
923
- ],
924
795
  "type": "string"
925
796
  },
926
797
  "weight": {
@@ -941,9 +812,6 @@
941
812
  "description": "The alias of the extension, ensure it is unique",
942
813
  "type": "string"
943
814
  },
944
- "conditions": {
945
- "$ref": "#/definitions/ConditionsMenuItem"
946
- },
947
815
  "elementName": {
948
816
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
949
817
  "type": "string"
@@ -967,10 +835,8 @@
967
835
  "type": "string"
968
836
  },
969
837
  "type": {
838
+ "const": "menuItem",
970
839
  "description": "The type of extension such as dashboard etc...",
971
- "enum": [
972
- "menuItem"
973
- ],
974
840
  "type": "string"
975
841
  },
976
842
  "weight": {
@@ -980,7 +846,6 @@
980
846
  },
981
847
  "required": [
982
848
  "alias",
983
- "conditions",
984
849
  "meta",
985
850
  "name",
986
851
  "type"
@@ -993,9 +858,6 @@
993
858
  "description": "The alias of the extension, ensure it is unique",
994
859
  "type": "string"
995
860
  },
996
- "conditions": {
997
- "$ref": "#/definitions/ConditionsMenuItem"
998
- },
999
861
  "elementName": {
1000
862
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
1001
863
  "type": "string"
@@ -1005,10 +867,8 @@
1005
867
  "type": "string"
1006
868
  },
1007
869
  "kind": {
870
+ "const": "tree",
1008
871
  "description": "The kind of the extension, used to group extensions together",
1009
- "enum": [
1010
- "tree"
1011
- ],
1012
872
  "type": "string"
1013
873
  },
1014
874
  "meta": {
@@ -1020,10 +880,8 @@
1020
880
  "type": "string"
1021
881
  },
1022
882
  "type": {
883
+ "const": "menuItem",
1023
884
  "description": "The type of extension such as dashboard etc...",
1024
- "enum": [
1025
- "menuItem"
1026
- ],
1027
885
  "type": "string"
1028
886
  },
1029
887
  "weight": {
@@ -1033,7 +891,6 @@
1033
891
  },
1034
892
  "required": [
1035
893
  "alias",
1036
- "conditions",
1037
894
  "kind",
1038
895
  "meta",
1039
896
  "name",
@@ -1069,10 +926,8 @@
1069
926
  "type": "string"
1070
927
  },
1071
928
  "type": {
929
+ "const": "modal",
1072
930
  "description": "The type of extension such as dashboard etc...",
1073
- "enum": [
1074
- "modal"
1075
- ],
1076
931
  "type": "string"
1077
932
  },
1078
933
  "weight": {
@@ -1116,10 +971,8 @@
1116
971
  "type": "string"
1117
972
  },
1118
973
  "type": {
974
+ "const": "packageView",
1119
975
  "description": "The type of extension such as dashboard etc...",
1120
- "enum": [
1121
- "packageView"
1122
- ],
1123
976
  "type": "string"
1124
977
  },
1125
978
  "weight": {
@@ -1142,8 +995,11 @@
1142
995
  "type": "string"
1143
996
  },
1144
997
  "conditions": {
1145
- "$ref": "#/definitions/ConditionsPropertyAction",
1146
- "description": "Set the conditions for when the extension should be loaded"
998
+ "description": "Set the conditions for when the extension should be loaded",
999
+ "items": {
1000
+ "$ref": "#/definitions/ConditionTypes"
1001
+ },
1002
+ "type": "array"
1147
1003
  },
1148
1004
  "elementName": {
1149
1005
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -1160,17 +1016,30 @@
1160
1016
  ]
1161
1017
  },
1162
1018
  "meta": {
1019
+ "$ref": "#/definitions/MetaPropertyAction",
1163
1020
  "description": "This contains properties specific to the type of extension"
1164
1021
  },
1165
1022
  "name": {
1166
1023
  "description": "The friendly name of the extension",
1167
1024
  "type": "string"
1168
1025
  },
1026
+ "overwrites": {
1027
+ "anyOf": [
1028
+ {
1029
+ "items": {
1030
+ "type": "string"
1031
+ },
1032
+ "type": "array"
1033
+ },
1034
+ {
1035
+ "type": "string"
1036
+ }
1037
+ ],
1038
+ "description": "Define one or more extension aliases that this extension should overwrite."
1039
+ },
1169
1040
  "type": {
1041
+ "const": "propertyAction",
1170
1042
  "description": "The type of extension such as dashboard etc...",
1171
- "enum": [
1172
- "propertyAction"
1173
- ],
1174
1043
  "type": "string"
1175
1044
  },
1176
1045
  "weight": {
@@ -1180,7 +1049,7 @@
1180
1049
  },
1181
1050
  "required": [
1182
1051
  "alias",
1183
- "conditions",
1052
+ "meta",
1184
1053
  "name",
1185
1054
  "type"
1186
1055
  ],
@@ -1206,10 +1075,8 @@
1206
1075
  "type": "string"
1207
1076
  },
1208
1077
  "type": {
1078
+ "const": "propertyEditorSchema",
1209
1079
  "description": "The type of extension such as dashboard etc...",
1210
- "enum": [
1211
- "propertyEditorSchema"
1212
- ],
1213
1080
  "type": "string"
1214
1081
  },
1215
1082
  "weight": {
@@ -1254,10 +1121,8 @@
1254
1121
  "type": "string"
1255
1122
  },
1256
1123
  "type": {
1124
+ "const": "propertyEditorUi",
1257
1125
  "description": "The type of extension such as dashboard etc...",
1258
- "enum": [
1259
- "propertyEditorUi"
1260
- ],
1261
1126
  "type": "string"
1262
1127
  },
1263
1128
  "weight": {
@@ -1294,10 +1159,8 @@
1294
1159
  "type": "string"
1295
1160
  },
1296
1161
  "type": {
1162
+ "const": "repository",
1297
1163
  "description": "The type of extension such as dashboard etc...",
1298
- "enum": [
1299
- "repository"
1300
- ],
1301
1164
  "type": "string"
1302
1165
  },
1303
1166
  "weight": {
@@ -1318,6 +1181,13 @@
1318
1181
  "description": "The alias of the extension, ensure it is unique",
1319
1182
  "type": "string"
1320
1183
  },
1184
+ "conditions": {
1185
+ "description": "Set the conditions for when the extension should be loaded",
1186
+ "items": {
1187
+ "$ref": "#/definitions/UmbConditionConfigBase<string>_2"
1188
+ },
1189
+ "type": "array"
1190
+ },
1321
1191
  "elementName": {
1322
1192
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
1323
1193
  "type": "string"
@@ -1340,11 +1210,23 @@
1340
1210
  "description": "The friendly name of the extension",
1341
1211
  "type": "string"
1342
1212
  },
1213
+ "overwrites": {
1214
+ "anyOf": [
1215
+ {
1216
+ "items": {
1217
+ "type": "string"
1218
+ },
1219
+ "type": "array"
1220
+ },
1221
+ {
1222
+ "type": "string"
1223
+ }
1224
+ ],
1225
+ "description": "Define one or more extension aliases that this extension should overwrite."
1226
+ },
1343
1227
  "type": {
1228
+ "const": "section",
1344
1229
  "description": "The type of extension such as dashboard etc...",
1345
- "enum": [
1346
- "section"
1347
- ],
1348
1230
  "type": "string"
1349
1231
  },
1350
1232
  "weight": {
@@ -1367,7 +1249,11 @@
1367
1249
  "type": "string"
1368
1250
  },
1369
1251
  "conditions": {
1370
- "$ref": "#/definitions/ConditionsSectionSidebarApp"
1252
+ "description": "Set the conditions for when the extension should be loaded",
1253
+ "items": {
1254
+ "$ref": "#/definitions/ConditionTypes"
1255
+ },
1256
+ "type": "array"
1371
1257
  },
1372
1258
  "elementName": {
1373
1259
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -1390,11 +1276,23 @@
1390
1276
  "description": "The friendly name of the extension",
1391
1277
  "type": "string"
1392
1278
  },
1279
+ "overwrites": {
1280
+ "anyOf": [
1281
+ {
1282
+ "items": {
1283
+ "type": "string"
1284
+ },
1285
+ "type": "array"
1286
+ },
1287
+ {
1288
+ "type": "string"
1289
+ }
1290
+ ],
1291
+ "description": "Define one or more extension aliases that this extension should overwrite."
1292
+ },
1393
1293
  "type": {
1294
+ "const": "sectionSidebarApp",
1394
1295
  "description": "The type of extension such as dashboard etc...",
1395
- "enum": [
1396
- "sectionSidebarApp"
1397
- ],
1398
1296
  "type": "string"
1399
1297
  },
1400
1298
  "weight": {
@@ -1404,7 +1302,6 @@
1404
1302
  },
1405
1303
  "required": [
1406
1304
  "alias",
1407
- "conditions",
1408
1305
  "name",
1409
1306
  "type"
1410
1307
  ],
@@ -1417,7 +1314,11 @@
1417
1314
  "type": "string"
1418
1315
  },
1419
1316
  "conditions": {
1420
- "$ref": "#/definitions/ConditionsSectionSidebarApp"
1317
+ "description": "Set the conditions for when the extension should be loaded",
1318
+ "items": {
1319
+ "$ref": "#/definitions/ConditionTypes"
1320
+ },
1321
+ "type": "array"
1421
1322
  },
1422
1323
  "elementName": {
1423
1324
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -1428,10 +1329,8 @@
1428
1329
  "type": "string"
1429
1330
  },
1430
1331
  "kind": {
1332
+ "const": "menu",
1431
1333
  "description": "The kind of the extension, used to group extensions together",
1432
- "enum": [
1433
- "menu"
1434
- ],
1435
1334
  "type": "string"
1436
1335
  },
1437
1336
  "meta": {
@@ -1442,11 +1341,23 @@
1442
1341
  "description": "The friendly name of the extension",
1443
1342
  "type": "string"
1444
1343
  },
1344
+ "overwrites": {
1345
+ "anyOf": [
1346
+ {
1347
+ "items": {
1348
+ "type": "string"
1349
+ },
1350
+ "type": "array"
1351
+ },
1352
+ {
1353
+ "type": "string"
1354
+ }
1355
+ ],
1356
+ "description": "Define one or more extension aliases that this extension should overwrite."
1357
+ },
1445
1358
  "type": {
1359
+ "const": "sectionSidebarApp",
1446
1360
  "description": "The type of extension such as dashboard etc...",
1447
- "enum": [
1448
- "sectionSidebarApp"
1449
- ],
1450
1361
  "type": "string"
1451
1362
  },
1452
1363
  "weight": {
@@ -1456,7 +1367,6 @@
1456
1367
  },
1457
1368
  "required": [
1458
1369
  "alias",
1459
- "conditions",
1460
1370
  "kind",
1461
1371
  "meta",
1462
1372
  "name",
@@ -1471,8 +1381,11 @@
1471
1381
  "type": "string"
1472
1382
  },
1473
1383
  "conditions": {
1474
- "$ref": "#/definitions/ConditionsSectionView",
1475
- "description": "Set the conditions for when the extension should be loaded"
1384
+ "description": "Set the conditions for when the extension should be loaded",
1385
+ "items": {
1386
+ "$ref": "#/definitions/ConditionTypes"
1387
+ },
1388
+ "type": "array"
1476
1389
  },
1477
1390
  "elementName": {
1478
1391
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -1496,11 +1409,23 @@
1496
1409
  "description": "The friendly name of the extension",
1497
1410
  "type": "string"
1498
1411
  },
1412
+ "overwrites": {
1413
+ "anyOf": [
1414
+ {
1415
+ "items": {
1416
+ "type": "string"
1417
+ },
1418
+ "type": "array"
1419
+ },
1420
+ {
1421
+ "type": "string"
1422
+ }
1423
+ ],
1424
+ "description": "Define one or more extension aliases that this extension should overwrite."
1425
+ },
1499
1426
  "type": {
1427
+ "const": "sectionView",
1500
1428
  "description": "The type of extension such as dashboard etc...",
1501
- "enum": [
1502
- "sectionView"
1503
- ],
1504
1429
  "type": "string"
1505
1430
  },
1506
1431
  "weight": {
@@ -1510,7 +1435,6 @@
1510
1435
  },
1511
1436
  "required": [
1512
1437
  "alias",
1513
- "conditions",
1514
1438
  "meta",
1515
1439
  "name",
1516
1440
  "type"
@@ -1538,10 +1462,8 @@
1538
1462
  "type": "string"
1539
1463
  },
1540
1464
  "type": {
1465
+ "const": "store",
1541
1466
  "description": "The type of extension such as dashboard etc...",
1542
- "enum": [
1543
- "store"
1544
- ],
1545
1467
  "type": "string"
1546
1468
  },
1547
1469
  "weight": {
@@ -1581,10 +1503,49 @@
1581
1503
  "type": "string"
1582
1504
  },
1583
1505
  "type": {
1506
+ "const": "theme",
1507
+ "description": "The type of extension such as dashboard etc...",
1508
+ "type": "string"
1509
+ },
1510
+ "weight": {
1511
+ "description": "Extensions such as dashboards are ordered by weight with lower numbers being first in the list",
1512
+ "type": "number"
1513
+ }
1514
+ },
1515
+ "required": [
1516
+ "alias",
1517
+ "name",
1518
+ "type"
1519
+ ],
1520
+ "type": "object"
1521
+ },
1522
+ "ManifestTinyMcePlugin": {
1523
+ "description": "The manifest for a TinyMCE plugin.\nThe plugin will be loaded into the TinyMCE editor.\nA plugin can add things like buttons, menu items, context menu items, etc. through the TinyMCE API.\nA plugin can also add custom commands to the editor.\nA plugin can also modify the behavior of the editor.",
1524
+ "properties": {
1525
+ "alias": {
1526
+ "description": "The alias of the extension, ensure it is unique",
1527
+ "type": "string"
1528
+ },
1529
+ "js": {
1530
+ "description": "The file location of the javascript file to load",
1531
+ "type": "string"
1532
+ },
1533
+ "kind": {
1534
+ "description": "The kind of the extension, used to group extensions together",
1535
+ "examples": [
1536
+ "button"
1537
+ ]
1538
+ },
1539
+ "meta": {
1540
+ "$ref": "#/definitions/MetaTinyMcePlugin"
1541
+ },
1542
+ "name": {
1543
+ "description": "The friendly name of the extension",
1544
+ "type": "string"
1545
+ },
1546
+ "type": {
1547
+ "const": "tinyMcePlugin",
1584
1548
  "description": "The type of extension such as dashboard etc...",
1585
- "enum": [
1586
- "theme"
1587
- ],
1588
1549
  "type": "string"
1589
1550
  },
1590
1551
  "weight": {
@@ -1599,8 +1560,7 @@
1599
1560
  ],
1600
1561
  "type": "object"
1601
1562
  },
1602
- "ManifestTinyMcePlugin": {
1603
- "description": "The manifest for a TinyMCE plugin.\nThe plugin will be loaded into the TinyMCE editor.\nA plugin can add things like buttons, menu items, context menu items, etc. through the TinyMCE API.\nA plugin can also add custom commands to the editor.\nA plugin can also modify the behavior of the editor.",
1563
+ "ManifestTranslations": {
1604
1564
  "properties": {
1605
1565
  "alias": {
1606
1566
  "description": "The alias of the extension, ensure it is unique",
@@ -1617,17 +1577,15 @@
1617
1577
  ]
1618
1578
  },
1619
1579
  "meta": {
1620
- "$ref": "#/definitions/MetaTinyMcePlugin"
1580
+ "$ref": "#/definitions/MetaTranslations"
1621
1581
  },
1622
1582
  "name": {
1623
1583
  "description": "The friendly name of the extension",
1624
1584
  "type": "string"
1625
1585
  },
1626
1586
  "type": {
1587
+ "const": "translations",
1627
1588
  "description": "The type of extension such as dashboard etc...",
1628
- "enum": [
1629
- "tinyMcePlugin"
1630
- ],
1631
1589
  "type": "string"
1632
1590
  },
1633
1591
  "weight": {
@@ -1637,6 +1595,7 @@
1637
1595
  },
1638
1596
  "required": [
1639
1597
  "alias",
1598
+ "meta",
1640
1599
  "name",
1641
1600
  "type"
1642
1601
  ],
@@ -1662,10 +1621,8 @@
1662
1621
  "type": "string"
1663
1622
  },
1664
1623
  "type": {
1624
+ "const": "tree",
1665
1625
  "description": "The type of extension such as dashboard etc...",
1666
- "enum": [
1667
- "tree"
1668
- ],
1669
1626
  "type": "string"
1670
1627
  },
1671
1628
  "weight": {
@@ -1687,9 +1644,6 @@
1687
1644
  "description": "The alias of the extension, ensure it is unique",
1688
1645
  "type": "string"
1689
1646
  },
1690
- "conditions": {
1691
- "$ref": "#/definitions/ConditionsTreeItem"
1692
- },
1693
1647
  "elementName": {
1694
1648
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
1695
1649
  "type": "string"
@@ -1705,6 +1659,7 @@
1705
1659
  ]
1706
1660
  },
1707
1661
  "meta": {
1662
+ "$ref": "#/definitions/MetaTreeItem",
1708
1663
  "description": "This contains properties specific to the type of extension"
1709
1664
  },
1710
1665
  "name": {
@@ -1712,10 +1667,8 @@
1712
1667
  "type": "string"
1713
1668
  },
1714
1669
  "type": {
1670
+ "const": "treeItem",
1715
1671
  "description": "The type of extension such as dashboard etc...",
1716
- "enum": [
1717
- "treeItem"
1718
- ],
1719
1672
  "type": "string"
1720
1673
  },
1721
1674
  "weight": {
@@ -1725,7 +1678,7 @@
1725
1678
  },
1726
1679
  "required": [
1727
1680
  "alias",
1728
- "conditions",
1681
+ "meta",
1729
1682
  "name",
1730
1683
  "type"
1731
1684
  ],
@@ -1752,10 +1705,8 @@
1752
1705
  "type": "string"
1753
1706
  },
1754
1707
  "type": {
1708
+ "const": "treeStore",
1755
1709
  "description": "The type of extension such as dashboard etc...",
1756
- "enum": [
1757
- "treeStore"
1758
- ],
1759
1710
  "type": "string"
1760
1711
  },
1761
1712
  "weight": {
@@ -1773,31 +1724,19 @@
1773
1724
  "ManifestTypes": {
1774
1725
  "anyOf": [
1775
1726
  {
1776
- "$ref": "#/definitions/ManifestBase"
1777
- },
1778
- {
1779
- "$ref": "#/definitions/ManifestDashboard"
1780
- },
1781
- {
1782
- "$ref": "#/definitions/ManifestExternalLoginProvider"
1783
- },
1784
- {
1785
- "$ref": "#/definitions/ManifestMenuItem"
1786
- },
1787
- {
1788
- "$ref": "#/definitions/ManifestModal"
1727
+ "$ref": "#/definitions/ManifestCondition"
1789
1728
  },
1790
1729
  {
1791
- "$ref": "#/definitions/ManifestSectionSidebarAppMenuKind"
1730
+ "$ref": "#/definitions/ManifestBase"
1792
1731
  },
1793
1732
  {
1794
- "$ref": "#/definitions/ManifestSectionSidebarApp"
1733
+ "$ref": "#/definitions/ManifestBundle<ManifestTypes>"
1795
1734
  },
1796
1735
  {
1797
- "$ref": "#/definitions/ManifestBundle"
1736
+ "$ref": "#/definitions/ManifestCollectionView"
1798
1737
  },
1799
1738
  {
1800
- "$ref": "#/definitions/ManifestCollectionView"
1739
+ "$ref": "#/definitions/ManifestDashboard"
1801
1740
  },
1802
1741
  {
1803
1742
  "$ref": "#/definitions/ManifestDashboardCollection"
@@ -1811,6 +1750,9 @@
1811
1750
  {
1812
1751
  "$ref": "#/definitions/ManifestEntryPoint"
1813
1752
  },
1753
+ {
1754
+ "$ref": "#/definitions/ManifestExternalLoginProvider"
1755
+ },
1814
1756
  {
1815
1757
  "$ref": "#/definitions/ManifestGlobalContext"
1816
1758
  },
@@ -1829,9 +1771,15 @@
1829
1771
  {
1830
1772
  "$ref": "#/definitions/ManifestMenu"
1831
1773
  },
1774
+ {
1775
+ "$ref": "#/definitions/ManifestMenuItem"
1776
+ },
1832
1777
  {
1833
1778
  "$ref": "#/definitions/ManifestMenuItemTreeKind"
1834
1779
  },
1780
+ {
1781
+ "$ref": "#/definitions/ManifestModal"
1782
+ },
1835
1783
  {
1836
1784
  "$ref": "#/definitions/ManifestPackageView"
1837
1785
  },
@@ -1850,6 +1798,12 @@
1850
1798
  {
1851
1799
  "$ref": "#/definitions/ManifestSection"
1852
1800
  },
1801
+ {
1802
+ "$ref": "#/definitions/ManifestSectionSidebarApp"
1803
+ },
1804
+ {
1805
+ "$ref": "#/definitions/ManifestSectionSidebarAppMenuKind"
1806
+ },
1853
1807
  {
1854
1808
  "$ref": "#/definitions/ManifestSectionView"
1855
1809
  },
@@ -1862,6 +1816,9 @@
1862
1816
  {
1863
1817
  "$ref": "#/definitions/ManifestTinyMcePlugin"
1864
1818
  },
1819
+ {
1820
+ "$ref": "#/definitions/ManifestTranslations"
1821
+ },
1865
1822
  {
1866
1823
  "$ref": "#/definitions/ManifestTree"
1867
1824
  },
@@ -1917,10 +1874,8 @@
1917
1874
  "type": "string"
1918
1875
  },
1919
1876
  "type": {
1877
+ "const": "userProfileApp",
1920
1878
  "description": "The type of extension such as dashboard etc...",
1921
- "enum": [
1922
- "userProfileApp"
1923
- ],
1924
1879
  "type": "string"
1925
1880
  },
1926
1881
  "weight": {
@@ -1965,10 +1920,8 @@
1965
1920
  "type": "string"
1966
1921
  },
1967
1922
  "type": {
1923
+ "const": "workspace",
1968
1924
  "description": "The type of extension such as dashboard etc...",
1969
- "enum": [
1970
- "workspace"
1971
- ],
1972
1925
  "type": "string"
1973
1926
  },
1974
1927
  "weight": {
@@ -1991,7 +1944,11 @@
1991
1944
  "type": "string"
1992
1945
  },
1993
1946
  "conditions": {
1994
- "$ref": "#/definitions/ConditionsWorkspaceAction"
1947
+ "description": "Set the conditions for when the extension should be loaded",
1948
+ "items": {
1949
+ "$ref": "#/definitions/ConditionTypes"
1950
+ },
1951
+ "type": "array"
1995
1952
  },
1996
1953
  "elementName": {
1997
1954
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -2015,11 +1972,23 @@
2015
1972
  "description": "The friendly name of the extension",
2016
1973
  "type": "string"
2017
1974
  },
1975
+ "overwrites": {
1976
+ "anyOf": [
1977
+ {
1978
+ "items": {
1979
+ "type": "string"
1980
+ },
1981
+ "type": "array"
1982
+ },
1983
+ {
1984
+ "type": "string"
1985
+ }
1986
+ ],
1987
+ "description": "Define one or more extension aliases that this extension should overwrite."
1988
+ },
2018
1989
  "type": {
1990
+ "const": "workspaceAction",
2019
1991
  "description": "The type of extension such as dashboard etc...",
2020
- "enum": [
2021
- "workspaceAction"
2022
- ],
2023
1992
  "type": "string"
2024
1993
  },
2025
1994
  "weight": {
@@ -2029,7 +1998,6 @@
2029
1998
  },
2030
1999
  "required": [
2031
2000
  "alias",
2032
- "conditions",
2033
2001
  "meta",
2034
2002
  "name",
2035
2003
  "type"
@@ -2043,7 +2011,11 @@
2043
2011
  "type": "string"
2044
2012
  },
2045
2013
  "conditions": {
2046
- "$ref": "#/definitions/ConditionsWorkspaceView"
2014
+ "description": "Set the conditions for when the extension should be loaded",
2015
+ "items": {
2016
+ "$ref": "#/definitions/ConditionTypes"
2017
+ },
2018
+ "type": "array"
2047
2019
  },
2048
2020
  "elementName": {
2049
2021
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -2067,11 +2039,23 @@
2067
2039
  "description": "The friendly name of the extension",
2068
2040
  "type": "string"
2069
2041
  },
2042
+ "overwrites": {
2043
+ "anyOf": [
2044
+ {
2045
+ "items": {
2046
+ "type": "string"
2047
+ },
2048
+ "type": "array"
2049
+ },
2050
+ {
2051
+ "type": "string"
2052
+ }
2053
+ ],
2054
+ "description": "Define one or more extension aliases that this extension should overwrite."
2055
+ },
2070
2056
  "type": {
2057
+ "const": "workspaceEditorView",
2071
2058
  "description": "The type of extension such as dashboard etc...",
2072
- "enum": [
2073
- "workspaceEditorView"
2074
- ],
2075
2059
  "type": "string"
2076
2060
  },
2077
2061
  "weight": {
@@ -2081,7 +2065,6 @@
2081
2065
  },
2082
2066
  "required": [
2083
2067
  "alias",
2084
- "conditions",
2085
2068
  "meta",
2086
2069
  "name",
2087
2070
  "type"
@@ -2095,8 +2078,11 @@
2095
2078
  "type": "string"
2096
2079
  },
2097
2080
  "conditions": {
2098
- "$ref": "#/definitions/ConditionsEditorViewCollection",
2099
- "description": "Set the conditions for when the extension should be loaded"
2081
+ "description": "Set the conditions for when the extension should be loaded",
2082
+ "items": {
2083
+ "$ref": "#/definitions/ConditionTypes"
2084
+ },
2085
+ "type": "array"
2100
2086
  },
2101
2087
  "elementName": {
2102
2088
  "description": "The HTML web component name to use such as 'my-dashboard'\nNote it is NOT <my-dashboard></my-dashboard> but just the name",
@@ -2120,11 +2106,23 @@
2120
2106
  "description": "The friendly name of the extension",
2121
2107
  "type": "string"
2122
2108
  },
2109
+ "overwrites": {
2110
+ "anyOf": [
2111
+ {
2112
+ "items": {
2113
+ "type": "string"
2114
+ },
2115
+ "type": "array"
2116
+ },
2117
+ {
2118
+ "type": "string"
2119
+ }
2120
+ ],
2121
+ "description": "Define one or more extension aliases that this extension should overwrite."
2122
+ },
2123
2123
  "type": {
2124
+ "const": "workspaceViewCollection",
2124
2125
  "description": "The type of extension such as dashboard etc...",
2125
- "enum": [
2126
- "workspaceViewCollection"
2127
- ],
2128
2126
  "type": "string"
2129
2127
  },
2130
2128
  "weight": {
@@ -2134,7 +2132,6 @@
2134
2132
  },
2135
2133
  "required": [
2136
2134
  "alias",
2137
- "conditions",
2138
2135
  "meta",
2139
2136
  "name",
2140
2137
  "type"
@@ -2259,6 +2256,29 @@
2259
2256
  },
2260
2257
  "MetaEntityAction": {
2261
2258
  "properties": {
2259
+ "entityTypes": {
2260
+ "description": "The entity types that this action can be performed on",
2261
+ "examples": [
2262
+ "data-type",
2263
+ "data-type-folder",
2264
+ "document",
2265
+ "document-root",
2266
+ "document-type",
2267
+ "dictionary-item",
2268
+ "language",
2269
+ "language-root",
2270
+ "member",
2271
+ "member-group",
2272
+ "member-type",
2273
+ "template",
2274
+ "template-root",
2275
+ "partial-view"
2276
+ ],
2277
+ "items": {
2278
+ "type": "string"
2279
+ },
2280
+ "type": "array"
2281
+ },
2262
2282
  "icon": {
2263
2283
  "description": "An icon to represent the action to be performed",
2264
2284
  "examples": [
@@ -2284,6 +2304,7 @@
2284
2304
  }
2285
2305
  },
2286
2306
  "required": [
2307
+ "entityTypes",
2287
2308
  "label",
2288
2309
  "repositoryAlias"
2289
2310
  ],
@@ -2385,11 +2406,18 @@
2385
2406
  },
2386
2407
  "label": {
2387
2408
  "type": "string"
2409
+ },
2410
+ "menus": {
2411
+ "items": {
2412
+ "type": "string"
2413
+ },
2414
+ "type": "array"
2388
2415
  }
2389
2416
  },
2390
2417
  "required": [
2391
2418
  "icon",
2392
- "label"
2419
+ "label",
2420
+ "menus"
2393
2421
  ],
2394
2422
  "type": "object"
2395
2423
  },
@@ -2404,6 +2432,12 @@
2404
2432
  "label": {
2405
2433
  "type": "string"
2406
2434
  },
2435
+ "menus": {
2436
+ "items": {
2437
+ "type": "string"
2438
+ },
2439
+ "type": "array"
2440
+ },
2407
2441
  "treeAlias": {
2408
2442
  "type": "string"
2409
2443
  }
@@ -2411,6 +2445,7 @@
2411
2445
  "required": [
2412
2446
  "icon",
2413
2447
  "label",
2448
+ "menus",
2414
2449
  "treeAlias"
2415
2450
  ],
2416
2451
  "type": "object"
@@ -2426,6 +2461,20 @@
2426
2461
  ],
2427
2462
  "type": "object"
2428
2463
  },
2464
+ "MetaPropertyAction": {
2465
+ "properties": {
2466
+ "propertyEditors": {
2467
+ "items": {
2468
+ "type": "string"
2469
+ },
2470
+ "type": "array"
2471
+ }
2472
+ },
2473
+ "required": [
2474
+ "propertyEditors"
2475
+ ],
2476
+ "type": "object"
2477
+ },
2429
2478
  "MetaPropertyEditorSchema": {
2430
2479
  "properties": {
2431
2480
  "defaultPropertyEditorUiAlias": {
@@ -2555,6 +2604,39 @@
2555
2604
  },
2556
2605
  "type": "object"
2557
2606
  },
2607
+ "MetaTranslations": {
2608
+ "properties": {
2609
+ "culture": {
2610
+ "description": "The culture is a combination of a language and a country. The language is represented by an ISO 639-1 code and the country is represented by an ISO 3166-1 alpha-2 code.\nThe language and country are separated by a dash.\nThe value is used to describe the language of the translations according to the extension system\nand it will be set as the `lang` attribute on the `<html>` element.",
2611
+ "examples": [
2612
+ "en-us",
2613
+ "en-gb",
2614
+ "da-dk"
2615
+ ],
2616
+ "type": "string"
2617
+ },
2618
+ "direction": {
2619
+ "default": "ltr",
2620
+ "description": "The value is used to describe the direction of the translations according to the extension system\nand it will be set as the `dir` attribute on the `<html>` element. It defaults to `ltr`.",
2621
+ "enum": [
2622
+ "ltr",
2623
+ "rtl"
2624
+ ],
2625
+ "examples": [
2626
+ "ltr"
2627
+ ],
2628
+ "type": "string"
2629
+ },
2630
+ "translations": {
2631
+ "$ref": "#/definitions/UmbTranslationsDictionary",
2632
+ "description": "The translations."
2633
+ }
2634
+ },
2635
+ "required": [
2636
+ "culture"
2637
+ ],
2638
+ "type": "object"
2639
+ },
2558
2640
  "MetaTree": {
2559
2641
  "properties": {
2560
2642
  "repositoryAlias": {
@@ -2566,6 +2648,20 @@
2566
2648
  ],
2567
2649
  "type": "object"
2568
2650
  },
2651
+ "MetaTreeItem": {
2652
+ "properties": {
2653
+ "entityTypes": {
2654
+ "items": {
2655
+ "type": "string"
2656
+ },
2657
+ "type": "array"
2658
+ }
2659
+ },
2660
+ "required": [
2661
+ "entityTypes"
2662
+ ],
2663
+ "type": "object"
2664
+ },
2569
2665
  "MetaUserProfileApp": {
2570
2666
  "properties": {
2571
2667
  "label": {
@@ -2682,6 +2778,122 @@
2682
2778
  "properties"
2683
2779
  ],
2684
2780
  "type": "object"
2781
+ },
2782
+ "SectionAliasConditionConfig": {
2783
+ "allOf": [
2784
+ {
2785
+ "$ref": "#/definitions/UmbConditionConfigBase<\"Umb.Condition.SectionAlias\">"
2786
+ },
2787
+ {
2788
+ "properties": {
2789
+ "match": {
2790
+ "description": "Define the section that this extension should be available in",
2791
+ "type": "string"
2792
+ }
2793
+ },
2794
+ "required": [
2795
+ "match"
2796
+ ],
2797
+ "type": "object"
2798
+ }
2799
+ ]
2800
+ },
2801
+ "SwitchConditionConfig": {
2802
+ "allOf": [
2803
+ {
2804
+ "$ref": "#/definitions/UmbConditionConfigBase<string>"
2805
+ },
2806
+ {
2807
+ "properties": {
2808
+ "frequency": {
2809
+ "type": "string"
2810
+ }
2811
+ },
2812
+ "required": [
2813
+ "frequency"
2814
+ ],
2815
+ "type": "object"
2816
+ }
2817
+ ]
2818
+ },
2819
+ "UmbConditionConfigBase<\"Umb.Condition.SectionAlias\">": {
2820
+ "properties": {
2821
+ "alias": {
2822
+ "const": "Umb.Condition.SectionAlias",
2823
+ "type": "string"
2824
+ }
2825
+ },
2826
+ "required": [
2827
+ "alias"
2828
+ ],
2829
+ "type": "object"
2830
+ },
2831
+ "UmbConditionConfigBase<\"Umb.Condition.WorkspaceAlias\">": {
2832
+ "properties": {
2833
+ "alias": {
2834
+ "const": "Umb.Condition.WorkspaceAlias",
2835
+ "type": "string"
2836
+ }
2837
+ },
2838
+ "required": [
2839
+ "alias"
2840
+ ],
2841
+ "type": "object"
2842
+ },
2843
+ "UmbConditionConfigBase<string>": {
2844
+ "properties": {
2845
+ "alias": {
2846
+ "type": "string"
2847
+ }
2848
+ },
2849
+ "required": [
2850
+ "alias"
2851
+ ],
2852
+ "type": "object"
2853
+ },
2854
+ "UmbConditionConfigBase<string>_1": {
2855
+ "properties": {
2856
+ "alias": {
2857
+ "type": "string"
2858
+ }
2859
+ },
2860
+ "required": [
2861
+ "alias"
2862
+ ],
2863
+ "type": "object"
2864
+ },
2865
+ "UmbConditionConfigBase<string>_2": {
2866
+ "properties": {
2867
+ "alias": {
2868
+ "type": "string"
2869
+ }
2870
+ },
2871
+ "required": [
2872
+ "alias"
2873
+ ],
2874
+ "type": "object"
2875
+ },
2876
+ "UmbTranslationsDictionary": {
2877
+ "type": "object"
2878
+ },
2879
+ "WorkspaceAliasConditionConfig": {
2880
+ "allOf": [
2881
+ {
2882
+ "$ref": "#/definitions/UmbConditionConfigBase<\"Umb.Condition.WorkspaceAlias\">"
2883
+ },
2884
+ {
2885
+ "properties": {
2886
+ "match": {
2887
+ "description": "Define the workspace that this extension should be available in",
2888
+ "type": "string"
2889
+ }
2890
+ },
2891
+ "required": [
2892
+ "match"
2893
+ ],
2894
+ "type": "object"
2895
+ }
2896
+ ]
2685
2897
  }
2686
2898
  },
2687
2899
  "description": "Umbraco package manifest JSON",