@umbraco-cms/backoffice 1.0.0-next.ea1e6e6f → 1.0.0-next.ed0b8881

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 (345) hide show
  1. package/dist-cms/apps/backoffice/components/backoffice-main.element.js +3 -3
  2. package/dist-cms/apps/installer/database/installer-database.element.js +14 -0
  3. package/dist-cms/css/umb-css.css +1 -0
  4. package/dist-cms/custom-elements.json +75 -49
  5. package/dist-cms/external/backend-api/index.js +9 -1
  6. package/dist-cms/external/lit/index.js +3 -3
  7. package/dist-cms/external/router-slot/index.js +7 -1
  8. package/dist-cms/external/uui/index.js +3 -3
  9. package/dist-cms/libs/extension-api/registry/extension.registry.d.ts +1 -1
  10. package/dist-cms/libs/observable-api/create-observable-part.function.d.ts +1 -1
  11. package/dist-cms/libs/observable-api/create-observable-part.function.js +1 -1
  12. package/dist-cms/libs/observable-api/deep-state.d.ts +1 -1
  13. package/dist-cms/libs/observable-api/deep-state.js +1 -1
  14. package/dist-cms/libs/observable-api/observer.controller.d.ts +1 -1
  15. package/dist-cms/mocks/data/data-type.data.js +36 -37
  16. package/dist-cms/mocks/data/document-type.data.js +19 -0
  17. package/dist-cms/mocks/data/template.data.d.ts +26 -2
  18. package/dist-cms/mocks/data/template.data.js +82 -5
  19. package/dist-cms/mocks/data/utils.d.ts +2 -2
  20. package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
  21. package/dist-cms/mocks/handlers/template.handlers.js +24 -4
  22. package/dist-cms/packages/core/collection/collection.element.js +2 -2
  23. package/dist-cms/packages/core/components/body-layout/body-layout.element.d.ts +3 -2
  24. package/dist-cms/packages/core/components/body-layout/body-layout.element.js +26 -6
  25. package/dist-cms/packages/core/components/code-editor/code-editor.element.d.ts +2 -2
  26. package/dist-cms/packages/core/components/code-editor/code-editor.element.js +3 -3
  27. package/dist-cms/packages/core/components/code-editor/code-editor.model.d.ts +5 -5
  28. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +1 -0
  29. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +3 -0
  30. package/dist-cms/packages/core/components/footer-layout/footer-layout.element.js +1 -1
  31. package/dist-cms/packages/core/components/index.js +1 -2
  32. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +2 -2
  33. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +16 -13
  34. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +12 -1
  35. package/dist-cms/packages/core/components/table/table.element.js +1 -2
  36. package/dist-cms/packages/core/extension-registry/models/index.d.ts +2 -2
  37. package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +13 -10
  38. package/dist-cms/packages/core/modal/common/tree-picker/tree-picker-modal.element.js +0 -4
  39. package/dist-cms/packages/core/modal/token/allowed-document-types-modal.token.d.ts +2 -1
  40. package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.d.ts +5 -9
  41. package/dist-cms/packages/core/modal/token/dictionary-item-picker-modal.token.js +3 -1
  42. package/dist-cms/packages/core/property-actions/manifests.js +2 -2
  43. package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
  44. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +7 -6
  45. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +4 -3
  46. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +3 -1
  47. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +3 -1
  48. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +4 -3
  49. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +17 -2
  50. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +5 -4
  51. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +3 -1
  52. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +3 -1
  53. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -0
  54. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +8 -0
  55. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +3 -2
  56. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +5 -4
  57. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +3 -1
  58. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +3 -2
  59. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +7 -6
  60. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +3 -1
  61. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +9 -8
  62. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +3 -1
  63. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +3 -1
  64. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +5 -4
  65. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +5 -4
  66. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +4 -3
  67. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +3 -1
  68. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +4 -3
  69. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +4 -3
  70. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +3 -2
  71. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +3 -2
  72. package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js +4 -3
  73. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +3 -1
  74. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +3 -2
  75. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +3 -1
  76. package/dist-cms/packages/core/property-editors/models/manifests.js +43 -47
  77. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.d.ts +2 -2
  78. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +3 -3
  79. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.d.ts +2 -2
  80. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +3 -3
  81. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.d.ts +2 -2
  82. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +3 -3
  83. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.d.ts +2 -2
  84. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +7 -7
  85. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.d.ts +2 -2
  86. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +3 -3
  87. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.d.ts +2 -2
  88. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +8 -8
  89. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.d.ts +2 -2
  90. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +5 -5
  91. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.d.ts +2 -2
  92. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +3 -3
  93. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.d.ts +2 -2
  94. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +3 -3
  95. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.d.ts +2 -2
  96. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +3 -3
  97. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.d.ts +2 -2
  98. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +3 -3
  99. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.d.ts +2 -2
  100. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +9 -9
  101. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.d.ts +2 -2
  102. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +3 -3
  103. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.d.ts +2 -2
  104. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +5 -15
  105. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.d.ts +2 -2
  106. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +6 -6
  107. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.d.ts +2 -2
  108. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +6 -6
  109. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.d.ts +2 -2
  110. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +3 -3
  111. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.d.ts +2 -2
  112. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +3 -3
  113. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.d.ts +2 -2
  114. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +3 -3
  115. package/dist-cms/packages/core/property-editors/uis/label/manifests.d.ts +2 -2
  116. package/dist-cms/packages/core/property-editors/uis/label/manifests.js +3 -3
  117. package/dist-cms/packages/core/property-editors/uis/manifests.d.ts +2 -2
  118. package/dist-cms/packages/core/property-editors/uis/manifests.js +3 -3
  119. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.d.ts +2 -2
  120. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +7 -7
  121. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.d.ts +2 -2
  122. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +3 -3
  123. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.d.ts +2 -2
  124. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +3 -3
  125. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.d.ts +2 -2
  126. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +3 -3
  127. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.d.ts +2 -2
  128. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +6 -6
  129. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.d.ts +2 -2
  130. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +3 -3
  131. package/dist-cms/packages/core/property-editors/uis/number/manifests.d.ts +2 -2
  132. package/dist-cms/packages/core/property-editors/uis/number/manifests.js +9 -9
  133. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.d.ts +2 -2
  134. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +3 -3
  135. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.d.ts +2 -2
  136. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +3 -3
  137. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.d.ts +2 -2
  138. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +3 -3
  139. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.d.ts +2 -2
  140. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +5 -5
  141. package/dist-cms/packages/core/property-editors/uis/slider/manifests.d.ts +2 -2
  142. package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +8 -8
  143. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.d.ts +2 -2
  144. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +9 -9
  145. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.d.ts +2 -2
  146. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +7 -7
  147. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +2 -2
  148. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +3 -3
  149. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.d.ts +2 -2
  150. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +7 -7
  151. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.d.ts +2 -2
  152. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +8 -8
  153. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.d.ts +2 -2
  154. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +3 -3
  155. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.d.ts +2 -2
  156. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +7 -7
  157. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.d.ts +2 -2
  158. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +3 -3
  159. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.d.ts +2 -2
  160. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +3 -3
  161. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.d.ts +2 -2
  162. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +3 -3
  163. package/dist-cms/packages/core/section/section-main/section-main.element.js +2 -2
  164. package/dist-cms/packages/core/section/section-sidebar/section-sidebar.element.js +1 -1
  165. package/dist-cms/packages/core/section/section-sidebar-context-menu/section-sidebar-context-menu.element.js +11 -2
  166. package/dist-cms/packages/core/section/section-sidebar-menu-with-entity-actions/section-sidebar-menu-with-entity-actions.element.js +1 -1
  167. package/dist-cms/packages/core/section/section-views/section-views.element.js +16 -7
  168. package/dist-cms/packages/core/tree/index.d.ts +0 -1
  169. package/dist-cms/packages/core/tree/index.js +0 -1
  170. package/dist-cms/packages/core/tree/tree-item/tree-item.context.interface.d.ts +1 -0
  171. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.context.d.ts +1 -0
  172. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.context.js +4 -0
  173. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.element.d.ts +1 -0
  174. package/dist-cms/packages/core/tree/tree-item-base/tree-item-base.element.js +9 -1
  175. package/dist-cms/packages/core/tree/tree.element.d.ts +0 -2
  176. package/dist-cms/packages/core/tree/tree.element.js +0 -2
  177. package/dist-cms/packages/core/workspace/index.d.ts +1 -0
  178. package/dist-cms/packages/core/workspace/index.js +1 -0
  179. package/dist-cms/packages/core/workspace/workspace-editor/workspace-editor.element.js +2 -2
  180. package/dist-cms/packages/core/workspace/workspace-footer/index.d.ts +1 -0
  181. package/dist-cms/packages/core/workspace/workspace-footer/index.js +1 -0
  182. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.context.d.ts +1 -1
  183. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.d.ts +1 -1
  184. package/dist-cms/packages/core/workspace/workspace-property/workspace-property.element.js +1 -1
  185. package/dist-cms/packages/core/workspace/workspace-variant/index.d.ts +1 -0
  186. package/dist-cms/packages/core/workspace/workspace-variant/index.js +1 -0
  187. package/dist-cms/packages/documents/dashboards/redirect-management/dashboard-redirect-management.element.js +2 -2
  188. package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.d.ts +3 -1
  189. package/dist-cms/packages/documents/document-types/modals/allowed-document-types/allowed-document-types-modal.element.js +21 -7
  190. package/dist-cms/packages/documents/document-types/workspace/document-type-workspace-editor.element.js +1 -1
  191. package/dist-cms/packages/documents/document-types/workspace/manifests.js +8 -8
  192. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit-tab.element.js +8 -2
  193. package/dist-cms/packages/documents/document-types/workspace/views/design/document-type-workspace-view-edit.element.js +12 -8
  194. package/dist-cms/packages/documents/document-types/workspace/views/{details/document-type-workspace-view-details.element.d.ts → settings/document-type-workspace-view-settings.element.d.ts} +3 -3
  195. package/dist-cms/packages/documents/document-types/workspace/views/{details/document-type-workspace-view-details.element.js → settings/document-type-workspace-view-settings.element.js} +16 -11
  196. package/dist-cms/packages/documents/document-types/workspace/views/structure/document-type-workspace-view-structure.element.js +9 -8
  197. package/dist-cms/packages/documents/document-types/workspace/views/templates/document-type-workspace-view-templates.element.js +1 -1
  198. package/dist-cms/packages/documents/documents/entity-actions/create/create.action.d.ts +1 -0
  199. package/dist-cms/packages/documents/documents/entity-actions/create/create.action.js +14 -9
  200. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +3 -2
  201. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.d.ts +2 -2
  202. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +7 -7
  203. package/dist-cms/packages/documents/documents/workspace/document-workspace-editor.element.js +1 -1
  204. package/dist-cms/packages/documents/documents/workspace/manifests.js +4 -4
  205. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit-tab.element.js +3 -2
  206. package/dist-cms/packages/documents/documents/workspace/views/edit/document-workspace-view-edit.element.js +1 -1
  207. package/dist-cms/packages/documents/documents/workspace/views/info/document-info-workspace-view.element.js +1 -1
  208. package/dist-cms/packages/media/media/workspace/{media-workspace-edit.element.d.ts → media-workspace-editor.element.d.ts} +3 -3
  209. package/dist-cms/packages/media/media/workspace/{media-workspace-edit.element.js → media-workspace-editor.element.js} +7 -7
  210. package/dist-cms/packages/media/media/workspace/media-workspace.element.js +2 -2
  211. package/dist-cms/packages/media/media-types/workspace/{media-type-workspace-edit.element.d.ts → media-type-workspace-editor.element.d.ts} +3 -3
  212. package/dist-cms/packages/media/media-types/workspace/{media-type-workspace-edit.element.js → media-type-workspace-editor.element.js} +7 -7
  213. package/dist-cms/packages/media/media-types/workspace/media-type-workspace.element.js +2 -2
  214. package/dist-cms/packages/members/dashboards/welcome/dashboard-members-welcome.element.js +1 -1
  215. package/dist-cms/packages/members/member-groups/workspace/{member-group-workspace-edit.element.d.ts → member-group-workspace-editor.element.d.ts} +3 -3
  216. package/dist-cms/packages/members/member-groups/workspace/{member-group-workspace-edit.element.js → member-group-workspace-editor.element.js} +7 -7
  217. package/dist-cms/packages/members/member-groups/workspace/member-group-workspace.element.js +2 -2
  218. package/dist-cms/packages/members/member-types/workspace/{member-type-workspace-edit.element.d.ts → member-type-workspace-editor.element.d.ts} +3 -3
  219. package/dist-cms/packages/members/member-types/workspace/{member-type-workspace-edit.element.js → member-type-workspace-editor.element.js} +6 -6
  220. package/dist-cms/packages/members/member-types/workspace/member-type-workspace.element.js +2 -2
  221. package/dist-cms/packages/members/members/workspace/{member-workspace-edit.element.d.ts → member-workspace-editor.element.d.ts} +3 -3
  222. package/dist-cms/packages/members/members/workspace/{member-workspace-edit.element.js → member-workspace-editor.element.js} +6 -6
  223. package/dist-cms/packages/members/members/workspace/member-workspace.element.js +2 -2
  224. package/dist-cms/packages/packages/package-section/views/created/created-packages-section-view.element.js +1 -1
  225. package/dist-cms/packages/packages/package-section/views/created/packages-created-overview.element.js +1 -1
  226. package/dist-cms/packages/packages/package-section/views/installed/installed-packages-section-view.element.js +1 -1
  227. package/dist-cms/packages/search/examine-management-dashboard/views/section-view-examine-overview.js +1 -1
  228. package/dist-cms/packages/settings/dashboards/health-check/views/health-check-overview.element.js +1 -1
  229. package/dist-cms/packages/settings/dashboards/models-builder/dashboard-models-builder.element.js +1 -1
  230. package/dist-cms/packages/settings/dashboards/performance-profiling/dashboard-performance-profiling.element.js +1 -1
  231. package/dist-cms/packages/settings/dashboards/published-status/dashboard-published-status.element.js +1 -1
  232. package/dist-cms/packages/settings/dashboards/settings-welcome/dashboard-settings-welcome.element.js +1 -1
  233. package/dist-cms/packages/settings/dashboards/telemetry/dashboard-telemetry.element.js +1 -1
  234. package/dist-cms/packages/settings/data-types/entities.d.ts +3 -0
  235. package/dist-cms/packages/settings/data-types/entities.js +3 -0
  236. package/dist-cms/packages/settings/data-types/entity-actions/copy/manifests.js +1 -1
  237. package/dist-cms/packages/settings/data-types/entity-actions/create/manifests.js +1 -1
  238. package/dist-cms/packages/settings/data-types/entity-actions/manifests.js +1 -1
  239. package/dist-cms/packages/settings/data-types/entity-actions/move/manifests.js +1 -1
  240. package/dist-cms/packages/settings/data-types/index.d.ts +1 -3
  241. package/dist-cms/packages/settings/data-types/index.js +1 -3
  242. package/dist-cms/packages/settings/data-types/modals/data-type-picker-flow/data-type-picker-flow-modal.element.js +2 -2
  243. package/dist-cms/packages/settings/data-types/modals/property-editor-ui-picker/property-editor-ui-picker-modal.element.js +3 -3
  244. package/dist-cms/packages/settings/data-types/repository/data-type.repository.d.ts +1 -1
  245. package/dist-cms/packages/settings/data-types/repository/data-type.repository.js +1 -1
  246. package/dist-cms/packages/settings/data-types/repository/data-type.store.d.ts +2 -2
  247. package/dist-cms/packages/settings/data-types/workspace/{data-type-workspace-edit.element.d.ts → data-type-workspace-editor.element.d.ts} +4 -4
  248. package/dist-cms/packages/settings/data-types/workspace/{data-type-workspace-edit.element.js → data-type-workspace-editor.element.js} +9 -9
  249. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.d.ts +1 -1
  250. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.element.js +2 -2
  251. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +5 -4
  252. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +41 -22
  253. package/dist-cms/packages/settings/data-types/workspace/views/info/workspace-view-data-type-info.element.js +1 -1
  254. package/dist-cms/packages/settings/languages/app-language-select/app-language-select.element.js +6 -3
  255. package/dist-cms/packages/settings/languages/workspace/language/{language-workspace-edit.element.d.ts → language-workspace-editor.element.d.ts} +3 -3
  256. package/dist-cms/packages/settings/languages/workspace/language/{language-workspace-edit.element.js → language-workspace-editor.element.js} +10 -10
  257. package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.d.ts +1 -1
  258. package/dist-cms/packages/settings/languages/workspace/language/language-workspace.element.js +2 -2
  259. package/dist-cms/packages/settings/logviewer/components/index.d.ts +1 -1
  260. package/dist-cms/packages/settings/logviewer/components/index.js +1 -1
  261. package/dist-cms/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.d.ts +1 -0
  262. package/dist-cms/packages/settings/logviewer/workspace/logviewer-root/logviewer-root-workspace.element.js +3 -2
  263. package/dist-cms/packages/settings/relation-types/workspace/{relation-type-workspace-edit.element.d.ts → relation-type-workspace-editor.element.d.ts} +4 -4
  264. package/dist-cms/packages/settings/relation-types/workspace/{relation-type-workspace-edit.element.js → relation-type-workspace-editor.element.js} +8 -8
  265. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.element.d.ts +1 -1
  266. package/dist-cms/packages/settings/relation-types/workspace/relation-type-workspace.element.js +2 -2
  267. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.d.ts +2 -2
  268. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +3 -3
  269. package/dist-cms/packages/tags/property-editors/tags/manifests.d.ts +2 -2
  270. package/dist-cms/packages/tags/property-editors/tags/manifests.js +3 -3
  271. package/dist-cms/packages/templating/components/insert-menu/templating-insert-menu.element.js +29 -17
  272. package/dist-cms/packages/templating/index.d.ts +1 -1
  273. package/dist-cms/packages/templating/index.js +1 -1
  274. package/dist-cms/packages/templating/modals/insert-choose-type-sidebar.element.js +26 -24
  275. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-input.element.d.ts +3 -1
  276. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-input.element.js +9 -0
  277. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-modal.element.d.ts +4 -3
  278. package/dist-cms/packages/templating/modals/insert-section-modal/insert-section-modal.element.js +23 -8
  279. package/dist-cms/packages/templating/modals/insert-value-sidebar.element.js +1 -0
  280. package/dist-cms/packages/templating/modals/partial-view-picker-modal.element.js +1 -0
  281. package/dist-cms/packages/templating/stylesheets/menu-item/manifests.js +1 -1
  282. package/dist-cms/packages/templating/templates/components/alias-input/alias-input.d.ts +14 -0
  283. package/dist-cms/packages/templating/templates/components/alias-input/alias-input.js +82 -0
  284. package/dist-cms/packages/templating/templates/components/index.d.ts +1 -0
  285. package/dist-cms/packages/templating/templates/components/index.js +1 -0
  286. package/dist-cms/packages/templating/templates/entity-actions/manifests.js +3 -2
  287. package/dist-cms/packages/templating/templates/index.d.ts +4 -0
  288. package/dist-cms/packages/templating/templates/index.js +4 -0
  289. package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.d.ts +11 -7
  290. package/dist-cms/packages/templating/templates/repository/sources/template.detail.server.data.js +19 -25
  291. package/dist-cms/packages/templating/templates/repository/template.repository.d.ts +18 -12
  292. package/dist-cms/packages/templating/templates/repository/template.repository.js +22 -14
  293. package/dist-cms/packages/templating/templates/repository/template.store.d.ts +1 -0
  294. package/dist-cms/packages/templating/templates/repository/template.store.js +3 -0
  295. package/dist-cms/packages/templating/templates/tree/manifests.js +2 -1
  296. package/dist-cms/packages/templating/templates/workspace/{template-workspace-edit.element.d.ts → template-workspace-editor.element.d.ts} +7 -3
  297. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +279 -0
  298. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +7 -1
  299. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +84 -5
  300. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.d.ts +1 -4
  301. package/dist-cms/packages/templating/templates/workspace/template-workspace.element.js +3 -38
  302. package/dist-cms/packages/translation/dashboards/dictionary/dashboard-translation-dictionary.element.js +6 -5
  303. package/dist-cms/packages/translation/dictionary/workspace/{dictionary-workspace-edit.element.d.ts → dictionary-workspace-editor.element.d.ts} +3 -3
  304. package/dist-cms/packages/translation/dictionary/workspace/{dictionary-workspace-edit.element.js → dictionary-workspace-editor.element.js} +7 -7
  305. package/dist-cms/packages/translation/dictionary/workspace/dictionary-workspace.element.js +2 -2
  306. package/dist-cms/packages/translation/dictionary/workspace/manifests.js +1 -1
  307. package/dist-cms/packages/translation/dictionary/workspace/views/{edit/workspace-view-dictionary-edit.element.d.ts → editor/workspace-view-dictionary-editor.element.d.ts} +3 -3
  308. package/dist-cms/packages/translation/dictionary/workspace/views/{edit/workspace-view-dictionary-edit.element.js → editor/workspace-view-dictionary-editor.element.js} +8 -8
  309. package/dist-cms/packages/translation/index.js +1 -2
  310. package/dist-cms/packages/umbraco-news/umbraco-news-dashboard.element.js +1 -1
  311. package/dist-cms/packages/users/current-user/index.d.ts +3 -0
  312. package/dist-cms/packages/users/current-user/index.js +4 -0
  313. package/dist-cms/packages/users/user-groups/collection/user-group-collection.element.js +1 -10
  314. package/dist-cms/packages/users/user-groups/section-view/user-groups-section-view.element.js +1 -1
  315. package/dist-cms/packages/users/user-groups/workspace/{user-group-workspace-edit.element.d.ts → user-group-workspace-editor.element.d.ts} +3 -3
  316. package/dist-cms/packages/users/user-groups/workspace/{user-group-workspace-edit.element.js → user-group-workspace-editor.element.js} +8 -8
  317. package/dist-cms/packages/users/user-groups/workspace/user-group-workspace.element.js +2 -2
  318. package/dist-cms/packages/users/users/collection/user-collection.element.js +1 -1
  319. package/dist-cms/packages/users/users/index.d.ts +1 -0
  320. package/dist-cms/packages/users/users/index.js +1 -0
  321. package/dist-cms/packages/users/users/section-view/users-section-view.element.js +1 -1
  322. package/dist-cms/packages/users/users/workspace/{user-workspace-edit.element.d.ts → user-workspace-editor.element.d.ts} +3 -3
  323. package/dist-cms/packages/users/users/workspace/{user-workspace-edit.element.js → user-workspace-editor.element.js} +9 -9
  324. package/dist-cms/packages/users/users/workspace/user-workspace.element.js +2 -2
  325. package/dist-cms/shared/repository/detail-repository.interface.d.ts +2 -2
  326. package/dist-cms/shared/router/router-slot.element.js +1 -2
  327. package/dist-cms/tsconfig.tsbuildinfo +1 -1
  328. package/dist-cms/umbraco-package-schema.json +62 -40
  329. package/dist-cms/vscode-html-custom-data.json +39 -33
  330. package/package.json +10 -7
  331. package/router-slot-2.2.0.tgz +0 -0
  332. package/dist-cms/packages/core/tree/context-menu/index.d.ts +0 -2
  333. package/dist-cms/packages/core/tree/context-menu/index.js +0 -2
  334. package/dist-cms/packages/core/tree/context-menu/tree-context-menu-page.service.d.ts +0 -23
  335. package/dist-cms/packages/core/tree/context-menu/tree-context-menu-page.service.js +0 -69
  336. package/dist-cms/packages/core/tree/context-menu/tree-context-menu.service.d.ts +0 -19
  337. package/dist-cms/packages/core/tree/context-menu/tree-context-menu.service.js +0 -100
  338. package/dist-cms/packages/tags/property-editors/Umbraco.Tags.d.ts +0 -2
  339. package/dist-cms/packages/tags/property-editors/Umbraco.Tags.js +0 -17
  340. package/dist-cms/packages/templating/templates/workspace/template-workspace-edit.element.js +0 -164
  341. package/dist-cms/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.d.ts +0 -17
  342. package/dist-cms/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.js +0 -85
  343. package/dist-cms/packages/translation/modals/manifests.d.ts +0 -2
  344. package/dist-cms/packages/translation/modals/manifests.js +0 -10
  345. package/router-slot-2.1.0.tgz +0 -0
@@ -57,11 +57,11 @@ let UmbBackofficeMainElement = class UmbBackofficeMainElement extends UmbLitElem
57
57
  };
58
58
  }
59
59
  });
60
- if (!this._routes.find((r) => r.path === '**')) {
60
+ if (this._sections.length > 0) {
61
61
  this._routes.push({
62
62
  alias: '__redirect',
63
- path: '**',
64
- redirectTo: this._routePrefix + this._sections?.[0]?.meta.pathname,
63
+ path: '/',
64
+ redirectTo: 'section/content',
65
65
  });
66
66
  }
67
67
  }
@@ -201,6 +201,20 @@ let UmbInstallerDatabaseElement = class UmbInstallerDatabaseElement extends UmbL
201
201
  return;
202
202
  this.observe(this._installerContext.settings, (settings) => {
203
203
  this._databases = settings?.databases ?? [];
204
+ // Sort the databases array if not empty and by sortOrder if it exists
205
+ if (this._databases.length > 0) {
206
+ const databasesCopy = [...this._databases];
207
+ databasesCopy.sort((a, b) => {
208
+ if (a.sortOrder === undefined) {
209
+ return -1;
210
+ }
211
+ if (b.sortOrder === undefined) {
212
+ return 1;
213
+ }
214
+ return a.sortOrder - b.sortOrder;
215
+ });
216
+ this._databases = databasesCopy;
217
+ }
204
218
  // If there is an isConfigured database in the databases array then we can skip the database selection step
205
219
  // and just use that.
206
220
  this._preConfiguredDatabase = this._databases.find((x) => x.isConfigured);
@@ -2,4 +2,5 @@
2
2
  --uui-color-positive: #1c874c;
3
3
  --umb-footer-layout-height: 54px;
4
4
  --umb-header-layout-height: 70px;
5
+ --umb-section-sidebar-width: 300px;
5
6
  }
@@ -37,7 +37,31 @@
37
37
  {
38
38
  "name": "umb-login",
39
39
  "path": "./../apps/auth/src/login.element.ts",
40
+ "attributes": [
41
+ {
42
+ "name": "return-url",
43
+ "type": "string",
44
+ "default": "\"\""
45
+ },
46
+ {
47
+ "name": "isLegacy",
48
+ "type": "boolean",
49
+ "default": "false"
50
+ }
51
+ ],
40
52
  "properties": [
53
+ {
54
+ "name": "returnUrl",
55
+ "attribute": "return-url",
56
+ "type": "string",
57
+ "default": "\"\""
58
+ },
59
+ {
60
+ "name": "isLegacy",
61
+ "attribute": "isLegacy",
62
+ "type": "boolean",
63
+ "default": "false"
64
+ },
41
65
  {
42
66
  "name": "styles",
43
67
  "type": "CSSResultGroup",
@@ -527,11 +551,15 @@
527
551
  },
528
552
  {
529
553
  "name": "footer",
530
- "description": "Slot for workspace footer"
554
+ "description": "Slot for footer element"
555
+ },
556
+ {
557
+ "name": "footer-info",
558
+ "description": "Slot for info in the footer"
531
559
  },
532
560
  {
533
561
  "name": "actions",
534
- "description": "Slot for workspace footer actions"
562
+ "description": "Slot for actions in the footer"
535
563
  },
536
564
  {
537
565
  "name": "default",
@@ -4713,8 +4741,8 @@
4713
4741
  ]
4714
4742
  },
4715
4743
  {
4716
- "name": "umb-document-type-workspace-view-details",
4717
- "path": "./../src/packages/documents/document-types/workspace/views/details/document-type-workspace-view-details.element.ts",
4744
+ "name": "umb-document-type-workspace-view-settings",
4745
+ "path": "./../src/packages/documents/document-types/workspace/views/settings/document-type-workspace-view-settings.element.ts",
4718
4746
  "properties": [
4719
4747
  {
4720
4748
  "name": "styles",
@@ -5029,8 +5057,8 @@
5029
5057
  ]
5030
5058
  },
5031
5059
  {
5032
- "name": "umb-media-type-workspace-edit",
5033
- "path": "./../src/packages/media/media-types/workspace/media-type-workspace-edit.element.ts",
5060
+ "name": "umb-media-type-workspace-editor",
5061
+ "path": "./../src/packages/media/media-types/workspace/media-type-workspace-editor.element.ts",
5034
5062
  "properties": [
5035
5063
  {
5036
5064
  "name": "styles",
@@ -5182,8 +5210,8 @@
5182
5210
  "path": "./../src/packages/media/media/menu-item/media-menu-item.element.ts"
5183
5211
  },
5184
5212
  {
5185
- "name": "umb-media-workspace-edit",
5186
- "path": "./../src/packages/media/media/workspace/media-workspace-edit.element.ts",
5213
+ "name": "umb-media-workspace-editor",
5214
+ "path": "./../src/packages/media/media/workspace/media-workspace-editor.element.ts",
5187
5215
  "properties": [
5188
5216
  {
5189
5217
  "name": "styles",
@@ -5237,8 +5265,8 @@
5237
5265
  ]
5238
5266
  },
5239
5267
  {
5240
- "name": "umb-member-group-workspace-edit",
5241
- "path": "./../src/packages/members/member-groups/workspace/member-group-workspace-edit.element.ts",
5268
+ "name": "umb-member-group-workspace-editor",
5269
+ "path": "./../src/packages/members/member-groups/workspace/member-group-workspace-editor.element.ts",
5242
5270
  "properties": [
5243
5271
  {
5244
5272
  "name": "styles",
@@ -5270,8 +5298,8 @@
5270
5298
  ]
5271
5299
  },
5272
5300
  {
5273
- "name": "umb-member-type-workspace-edit",
5274
- "path": "./../src/packages/members/member-types/workspace/member-type-workspace-edit.element.ts",
5301
+ "name": "umb-member-type-workspace-editor",
5302
+ "path": "./../src/packages/members/member-types/workspace/member-type-workspace-editor.element.ts",
5275
5303
  "properties": [
5276
5304
  {
5277
5305
  "name": "styles",
@@ -5292,8 +5320,8 @@
5292
5320
  ]
5293
5321
  },
5294
5322
  {
5295
- "name": "umb-member-workspace-edit",
5296
- "path": "./../src/packages/members/members/workspace/member-workspace-edit.element.ts",
5323
+ "name": "umb-member-workspace-editor",
5324
+ "path": "./../src/packages/members/members/workspace/member-workspace-editor.element.ts",
5297
5325
  "properties": [
5298
5326
  {
5299
5327
  "name": "styles",
@@ -5951,8 +5979,8 @@
5951
5979
  ]
5952
5980
  },
5953
5981
  {
5954
- "name": "umb-data-type-workspace-edit-element",
5955
- "path": "./../src/packages/settings/data-types/workspace/data-type-workspace-edit.element.ts",
5982
+ "name": "umb-data-type-workspace-editor",
5983
+ "path": "./../src/packages/settings/data-types/workspace/data-type-workspace-editor.element.ts",
5956
5984
  "attributes": [
5957
5985
  {
5958
5986
  "name": "manifest"
@@ -6160,8 +6188,8 @@
6160
6188
  ]
6161
6189
  },
6162
6190
  {
6163
- "name": "umb-language-workspace-edit",
6164
- "path": "./../src/packages/settings/languages/workspace/language/language-workspace-edit.element.ts",
6191
+ "name": "umb-language-workspace-editor",
6192
+ "path": "./../src/packages/settings/languages/workspace/language/language-workspace-editor.element.ts",
6165
6193
  "properties": [
6166
6194
  {
6167
6195
  "name": "styles",
@@ -6635,8 +6663,8 @@
6635
6663
  ]
6636
6664
  },
6637
6665
  {
6638
- "name": "umb-relation-type-workspace-edit-element",
6639
- "path": "./../src/packages/settings/relation-types/workspace/relation-type-workspace-edit.element.ts",
6666
+ "name": "umb-relation-type-workspace-editor",
6667
+ "path": "./../src/packages/settings/relation-types/workspace/relation-type-workspace-editor.element.ts",
6640
6668
  "properties": [
6641
6669
  {
6642
6670
  "name": "styles",
@@ -6888,6 +6916,14 @@
6888
6916
  "name": "checkbox",
6889
6917
  "type": "HTMLFormElement | undefined"
6890
6918
  },
6919
+ {
6920
+ "name": "snippet",
6921
+ "type": "string"
6922
+ },
6923
+ {
6924
+ "name": "snippetMethod",
6925
+ "type": "((value: string, isMandatory: boolean) => string) | undefined"
6926
+ },
6891
6927
  {
6892
6928
  "name": "inputValue"
6893
6929
  },
@@ -6940,6 +6976,14 @@
6940
6976
  "name": "checkbox",
6941
6977
  "type": "HTMLFormElement | undefined"
6942
6978
  },
6979
+ {
6980
+ "name": "snippet",
6981
+ "type": "string"
6982
+ },
6983
+ {
6984
+ "name": "snippetMethod",
6985
+ "type": "((value: string, isMandatory: boolean) => string) | undefined"
6986
+ },
6943
6987
  {
6944
6988
  "name": "inputValue"
6945
6989
  },
@@ -7220,8 +7264,8 @@
7220
7264
  ]
7221
7265
  },
7222
7266
  {
7223
- "name": "umb-template-workspace-edit",
7224
- "path": "./../src/packages/templating/templates/workspace/template-workspace-edit.element.ts",
7267
+ "name": "umb-template-workspace-editor",
7268
+ "path": "./../src/packages/templating/templates/workspace/template-workspace-editor.element.ts",
7225
7269
  "properties": [
7226
7270
  {
7227
7271
  "name": "styles",
@@ -7232,14 +7276,7 @@
7232
7276
  },
7233
7277
  {
7234
7278
  "name": "umb-template-workspace",
7235
- "path": "./../src/packages/templating/templates/workspace/template-workspace.element.ts",
7236
- "properties": [
7237
- {
7238
- "name": "styles",
7239
- "type": "array",
7240
- "default": "[\"UUITextStyles\",null]"
7241
- }
7242
- ]
7279
+ "path": "./../src/packages/templating/templates/workspace/template-workspace.element.ts"
7243
7280
  },
7244
7281
  {
7245
7282
  "name": "umb-dashboard-translation-dictionary",
@@ -7290,8 +7327,8 @@
7290
7327
  "path": "./../src/packages/translation/dictionary/menu-item/dictionary-menu-item.element.ts"
7291
7328
  },
7292
7329
  {
7293
- "name": "umb-dictionary-workspace-edit",
7294
- "path": "./../src/packages/translation/dictionary/workspace/dictionary-workspace-edit.element.ts",
7330
+ "name": "umb-dictionary-workspace-editor",
7331
+ "path": "./../src/packages/translation/dictionary/workspace/dictionary-workspace-editor.element.ts",
7295
7332
  "properties": [
7296
7333
  {
7297
7334
  "name": "styles",
@@ -7312,19 +7349,8 @@
7312
7349
  ]
7313
7350
  },
7314
7351
  {
7315
- "name": "umb-workspace-view-dictionary-edit",
7316
- "path": "./../src/packages/translation/dictionary/workspace/views/edit/workspace-view-dictionary-edit.element.ts",
7317
- "properties": [
7318
- {
7319
- "name": "styles",
7320
- "type": "array",
7321
- "default": "[\"UUITextStyles\",null]"
7322
- }
7323
- ]
7324
- },
7325
- {
7326
- "name": "umb-dictionary-item-picker-modal",
7327
- "path": "./../src/packages/translation/modals/dictionary-item-picker/dictionary-item-picker-modal.element.ts",
7352
+ "name": "umb-workspace-view-dictionary-editor",
7353
+ "path": "./../src/packages/translation/dictionary/workspace/views/editor/workspace-view-dictionary-editor.element.ts",
7328
7354
  "properties": [
7329
7355
  {
7330
7356
  "name": "styles",
@@ -7613,8 +7639,8 @@
7613
7639
  ]
7614
7640
  },
7615
7641
  {
7616
- "name": "umb-user-group-workspace-edit",
7617
- "path": "./../src/packages/users/user-groups/workspace/user-group-workspace-edit.element.ts",
7642
+ "name": "umb-user-group-workspace-editor",
7643
+ "path": "./../src/packages/users/user-groups/workspace/user-group-workspace-editor.element.ts",
7618
7644
  "properties": [
7619
7645
  {
7620
7646
  "name": "styles",
@@ -7847,8 +7873,8 @@
7847
7873
  ]
7848
7874
  },
7849
7875
  {
7850
- "name": "umb-user-workspace-edit",
7851
- "path": "./../src/packages/users/users/workspace/user-workspace-edit.element.ts",
7876
+ "name": "umb-user-workspace-editor",
7877
+ "path": "./../src/packages/users/users/workspace/user-workspace-editor.element.ts",
7852
7878
  "properties": [
7853
7879
  {
7854
7880
  "name": "styles",
@@ -235,6 +235,14 @@ var OutOfDateTypeModel = /* @__PURE__ */ ((OutOfDateTypeModel2) => {
235
235
  return OutOfDateTypeModel2;
236
236
  })(OutOfDateTypeModel || {});
237
237
 
238
+ var PublishedStateModel = /* @__PURE__ */ ((PublishedStateModel2) => {
239
+ PublishedStateModel2["PUBLISHED"] = "Published";
240
+ PublishedStateModel2["UNPUBLISHED"] = "Unpublished";
241
+ PublishedStateModel2["PUBLISHING"] = "Publishing";
242
+ PublishedStateModel2["UNPUBLISHING"] = "Unpublishing";
243
+ return PublishedStateModel2;
244
+ })(PublishedStateModel || {});
245
+
238
246
  var RedirectStatusModel = /* @__PURE__ */ ((RedirectStatusModel2) => {
239
247
  RedirectStatusModel2["ENABLED"] = "Enabled";
240
248
  RedirectStatusModel2["DISABLED"] = "Disabled";
@@ -4497,4 +4505,4 @@ class UserGroupResource {
4497
4505
  }
4498
4506
  }
4499
4507
 
4500
- export { ApiError, AuditLogResource, AuditTypeModel, CancelError, CancelablePromise, ContentStateModel, ContentTypeCompositionTypeModel, CultureResource, DataTypeResource, DictionaryResource, DirectionModel, DocumentBlueprintResource, DocumentResource, DocumentTypeResource, HealthCheckResource, HealthStatusModel, HelpResource, IndexerResource, InstallResource, LanguageResource, LogLevelModel, LogViewerResource, MediaResource, MediaTypeResource, MemberGroupResource, MemberResource, MemberTypeResource, ModelsBuilderResource, ModelsModeModel, ObjectTypesResource, OpenAPI, OperatorModel, OutOfDateTypeModel, PackageResource, PartialViewResource, ProfilingResource, PropertyTypeResource, PublishedCacheResource, RedirectManagementResource, RedirectStatusModel, RelationResource, RelationTypeResource, RuntimeLevelModel, ScriptResource, SearcherResource, SecurityResource, ServerResource, StaticFileResource, StatusResultTypeModel, StylesheetResource, TagResource, TelemetryLevelModel, TelemetryResource, TemplateQueryPropertyTypeModel, TemplateResource, TemporaryFileResource, TrackedReferenceResource, UpgradeResource, UserGroupResource, UserOrderModel, UserResource, UserStateModel };
4508
+ export { ApiError, AuditLogResource, AuditTypeModel, CancelError, CancelablePromise, ContentStateModel, ContentTypeCompositionTypeModel, CultureResource, DataTypeResource, DictionaryResource, DirectionModel, DocumentBlueprintResource, DocumentResource, DocumentTypeResource, HealthCheckResource, HealthStatusModel, HelpResource, IndexerResource, InstallResource, LanguageResource, LogLevelModel, LogViewerResource, MediaResource, MediaTypeResource, MemberGroupResource, MemberResource, MemberTypeResource, ModelsBuilderResource, ModelsModeModel, ObjectTypesResource, OpenAPI, OperatorModel, OutOfDateTypeModel, PackageResource, PartialViewResource, ProfilingResource, PropertyTypeResource, PublishedCacheResource, PublishedStateModel, RedirectManagementResource, RedirectStatusModel, RelationResource, RelationTypeResource, RuntimeLevelModel, ScriptResource, SearcherResource, SecurityResource, ServerResource, StaticFileResource, StatusResultTypeModel, StylesheetResource, TagResource, TelemetryLevelModel, TelemetryResource, TemplateQueryPropertyTypeModel, TemplateResource, TemporaryFileResource, TrackedReferenceResource, UpgradeResource, UserGroupResource, UserOrderModel, UserResource, UserStateModel };
@@ -16,13 +16,13 @@ const t$4=window,e$c=t$4.ShadowRoot&&(void 0===t$4.ShadyCSS||t$4.ShadyCSS.native
16
16
  * Copyright 2017 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
18
  */
19
- var t$3;const i$5=window,s$4=i$5.trustedTypes,e$a=s$4?s$4.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$a="$lit$",n$7=`lit$${(Math.random()+"").slice(9)}$`,l$5="?"+n$7,h$4=`<${l$5}>`,r$3=document,d=()=>r$3.createComment(""),u$2=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$4=Array.isArray,v=t=>c$4(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a="[ \t\n\f\r]",f$1=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m$2=/>/g,p$1=RegExp(`>|${a}(?:([^\\s"'>=/]+)(${a}*=${a}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g=/'/g,$=/"/g,y=/^(?:script|style|textarea|title)$/i,w=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=w(1),b=w(2),T=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),E=new WeakMap,C=r$3.createTreeWalker(r$3,129,null,!1),P=(t,i)=>{const s=t.length-1,l=[];let r,d=2===i?"<svg>":"",u=f$1;for(let i=0;i<s;i++){const s=t[i];let e,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$1?"!--"===c[1]?u=_:void 0!==c[1]?u=m$2:void 0!==c[2]?(y.test(c[2])&&(r=RegExp("</"+c[2],"g")),u=p$1):void 0!==c[3]&&(u=p$1):u===p$1?">"===c[0]?(u=null!=r?r:f$1,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,e=c[1],u=void 0===c[3]?p$1:'"'===c[3]?$:g):u===$||u===g?u=p$1:u===_||u===m$2?u=f$1:(u=p$1,r=void 0);const w=u===p$1&&t[i+1].startsWith("/>")?" ":"";d+=u===f$1?s+h$4:v>=0?(l.push(e),s.slice(0,v)+o$a+s.slice(v)+n$7+w):s+n$7+(-2===v?(l.push(void 0),i):w);}const c=d+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$a?e$a.createHTML(c):c,l]};class V{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,u=0;const c=t.length-1,v=this.parts,[a,f]=P(t,i);if(this.el=V.createElement(a,e),C.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$a)||i.startsWith(n$7)){const s=f[u++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$a).split(n$7),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?k:"?"===i[1]?I:"@"===i[1]?L:R});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y.test(h.tagName)){const t=h.textContent.split(n$7),i=t.length-1;if(i>0){h.textContent=s$4?s$4.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],d()),C.nextNode(),v.push({type:2,index:++r});h.append(t[i],d());}}}else if(8===h.nodeType)if(h.data===l$5)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$7,t+1));)v.push({type:7,index:r}),t+=n$7.length-1;}r++;}}static createElement(t,i){const s=r$3.createElement("template");return s.innerHTML=t,s}}function N(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const d=u$2(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==d&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===d?r=void 0:(r=new d(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=N(t,r._$AS(t,i.values),r,e)),i}class S{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$3).importNode(s,!0);C.currentNode=o;let n=C.nextNode(),l=0,h=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new M(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new z(n,this,t)),this._$AV.push(i),d=e[++h];}l!==(null==d?void 0:d.index)&&(n=C.nextNode(),l++);}return o}v(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class M{constructor(t,i,s,e){var o;this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=N(this,t,i),u$2(t)?t===A||null==t||""===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A&&u$2(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$3.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new S(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new V(t)),i}T(t){c$4(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new M(this.k(d()),this.k(d()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}}class R{constructor(t,i,s,e,o){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=N(this,t,i,0),n=!u$2(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=N(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!u$2(h)||h!==this._$AH[l]),h===A?t=A:t!==A&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}class k extends R{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A?void 0:t;}}const H=s$4?s$4.emptyScript:"";class I extends R{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A?this.element.setAttribute(this.name,H):this.element.removeAttribute(this.name);}}class L extends R{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=N(this,t,i,0))&&void 0!==s?s:A)===T)return;const e=this._$AH,o=t===A&&e!==A||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A&&(e===A||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){N(this,t);}}const Z={O:o$a,P:n$7,A:l$5,C:1,M:P,L:S,D:v,R:N,I:M,V:R,H:I,N:L,U:k,F:z},j=i$5.litHtmlPolyfillSupport;null==j||j(V,M),(null!==(t$3=i$5.litHtmlVersions)&&void 0!==t$3?t$3:i$5.litHtmlVersions=[]).push("2.7.2");const B=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new M(i.insertBefore(d(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l};
19
+ var t$3;const i$5=window,s$4=i$5.trustedTypes,e$a=s$4?s$4.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$a="$lit$",n$7=`lit$${(Math.random()+"").slice(9)}$`,l$5="?"+n$7,h$4=`<${l$5}>`,r$3=document,d=()=>r$3.createComment(""),u$2=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$4=Array.isArray,v=t=>c$4(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a="[ \t\n\f\r]",f$1=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m$2=/>/g,p$1=RegExp(`>|${a}(?:([^\\s"'>=/]+)(${a}*=${a}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g=/'/g,$=/"/g,y=/^(?:script|style|textarea|title)$/i,w=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x=w(1),b=w(2),T=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),E=new WeakMap,C=r$3.createTreeWalker(r$3,129,null,!1),P=(t,i)=>{const s=t.length-1,l=[];let r,d=2===i?"<svg>":"",u=f$1;for(let i=0;i<s;i++){const s=t[i];let e,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$1?"!--"===c[1]?u=_:void 0!==c[1]?u=m$2:void 0!==c[2]?(y.test(c[2])&&(r=RegExp("</"+c[2],"g")),u=p$1):void 0!==c[3]&&(u=p$1):u===p$1?">"===c[0]?(u=null!=r?r:f$1,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,e=c[1],u=void 0===c[3]?p$1:'"'===c[3]?$:g):u===$||u===g?u=p$1:u===_||u===m$2?u=f$1:(u=p$1,r=void 0);const w=u===p$1&&t[i+1].startsWith("/>")?" ":"";d+=u===f$1?s+h$4:v>=0?(l.push(e),s.slice(0,v)+o$a+s.slice(v)+n$7+w):s+n$7+(-2===v?(l.push(void 0),i):w);}const c=d+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$a?e$a.createHTML(c):c,l]};class V{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,u=0;const c=t.length-1,v=this.parts,[a,f]=P(t,i);if(this.el=V.createElement(a,e),C.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$a)||i.startsWith(n$7)){const s=f[u++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$a).split(n$7),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?k:"?"===i[1]?I:"@"===i[1]?L:R});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y.test(h.tagName)){const t=h.textContent.split(n$7),i=t.length-1;if(i>0){h.textContent=s$4?s$4.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],d()),C.nextNode(),v.push({type:2,index:++r});h.append(t[i],d());}}}else if(8===h.nodeType)if(h.data===l$5)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$7,t+1));)v.push({type:7,index:r}),t+=n$7.length-1;}r++;}}static createElement(t,i){const s=r$3.createElement("template");return s.innerHTML=t,s}}function N(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const d=u$2(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==d&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===d?r=void 0:(r=new d(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=N(t,r._$AS(t,i.values),r,e)),i}class S{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$3).importNode(s,!0);C.currentNode=o;let n=C.nextNode(),l=0,h=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new M(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new z(n,this,t)),this._$AV.push(i),d=e[++h];}l!==(null==d?void 0:d.index)&&(n=C.nextNode(),l++);}return C.currentNode=r$3,o}v(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}}class M{constructor(t,i,s,e){var o;this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=N(this,t,i),u$2(t)?t===A||null==t||""===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A&&u$2(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$3.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new S(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new V(t)),i}T(t){c$4(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new M(this.k(d()),this.k(d()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}}class R{constructor(t,i,s,e,o){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=N(this,t,i,0),n=!u$2(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=N(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!u$2(h)||h!==this._$AH[l]),h===A?t=A:t!==A&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}class k extends R{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A?void 0:t;}}const H=s$4?s$4.emptyScript:"";class I extends R{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A?this.element.setAttribute(this.name,H):this.element.removeAttribute(this.name);}}class L extends R{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=N(this,t,i,0))&&void 0!==s?s:A)===T)return;const e=this._$AH,o=t===A&&e!==A||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A&&(e===A||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){N(this,t);}}const Z={O:o$a,P:n$7,A:l$5,C:1,M:P,L:S,D:v,R:N,I:M,V:R,H:I,N:L,U:k,F:z},j=i$5.litHtmlPolyfillSupport;null==j||j(V,M),(null!==(t$3=i$5.litHtmlVersions)&&void 0!==t$3?t$3:i$5.litHtmlVersions=[]).push("2.7.4");const B=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new M(i.insertBefore(d(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l};
20
20
 
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */var l$4,o$9;const r$2=d$1;let s$3 = class s extends d$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return T}};s$3.finalized=!0,s$3._$litElement$=!0,null===(l$4=globalThis.litElementHydrateSupport)||void 0===l$4||l$4.call(globalThis,{LitElement:s$3});const n$6=globalThis.litElementPolyfillSupport;null==n$6||n$6({LitElement:s$3});const h$3={_$AK:(t,e,i)=>{t._$AK(e,i);},_$AL:t=>t._$AL};(null!==(o$9=globalThis.litElementVersions)&&void 0!==o$9?o$9:globalThis.litElementVersions=[]).push("3.3.1");
25
+ */var l$4,o$9;const r$2=d$1;let s$3 = class s extends d$1{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return T}};s$3.finalized=!0,s$3._$litElement$=!0,null===(l$4=globalThis.litElementHydrateSupport)||void 0===l$4||l$4.call(globalThis,{LitElement:s$3});const n$6=globalThis.litElementPolyfillSupport;null==n$6||n$6({LitElement:s$3});const h$3={_$AK:(t,e,i)=>{t._$AK(e,i);},_$AL:t=>t._$AL};(null!==(o$9=globalThis.litElementVersions)&&void 0!==o$9?o$9:globalThis.litElementVersions=[]).push("3.3.2");
26
26
 
27
27
  /**
28
28
  * @license
@@ -118,7 +118,7 @@ const t$1={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6}
118
118
  * @license
119
119
  * Copyright 2018 Google LLC
120
120
  * SPDX-License-Identifier: BSD-3-Clause
121
- */const i$1="important",n$4=" !"+i$1,o$4=e$3(class extends i$2{constructor(t){var e;if(super(t),t.type!==t$1.ATTRIBUTE||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,r)=>{const s=t[r];return null==s?e:e+`${r=r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`}),"")}update(e,[r]){const{style:s}=e.element;if(void 0===this.ut){this.ut=new Set;for(const t in r)this.ut.add(t);return this.render(r)}this.ut.forEach((t=>{null==r[t]&&(this.ut.delete(t),t.includes("-")?s.removeProperty(t):s[t]="");}));for(const t in r){const e=r[t];if(null!=e){this.ut.add(t);const r="string"==typeof e&&e.endsWith(n$4);t.includes("-")||r?s.setProperty(t,r?e.slice(0,-11):e,r?i$1:""):s[t]=e;}}return T}});
121
+ */const i$1="important",n$4=" !"+i$1,o$4=e$3(class extends i$2{constructor(t){var e;if(super(t),t.type!==t$1.ATTRIBUTE||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,r)=>{const s=t[r];return null==s?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`}),"")}update(e,[r]){const{style:s}=e.element;if(void 0===this.ut){this.ut=new Set;for(const t in r)this.ut.add(t);return this.render(r)}this.ut.forEach((t=>{null==r[t]&&(this.ut.delete(t),t.includes("-")?s.removeProperty(t):s[t]="");}));for(const t in r){const e=r[t];if(null!=e){this.ut.add(t);const r="string"==typeof e&&e.endsWith(n$4);t.includes("-")||r?s.setProperty(t,r?e.slice(0,-11):e,r?i$1:""):s[t]=e;}}return T}});
122
122
 
123
123
  /**
124
124
  * @license
@@ -676,9 +676,15 @@ class RouterSlot extends HTMLElement {
676
676
  * @param routes
677
677
  * @param navigate
678
678
  */
679
- add(routes, navigate = this.isRoot && this.isConnected) {
679
+ add(routes, navigate) {
680
680
  // Add the routes to the array
681
681
  this._routes.push(...routes);
682
+ if (navigate === undefined) {
683
+ // If navigate is not determined, then we will check if we have a route match. If not then we will re-render.
684
+ navigate = this._routeMatch === null;
685
+ }
686
+ // Navigate fallback:
687
+ navigate ??= this.isRoot && this.isConnected;
682
688
  // Register that the path has changed so the correct route can be loaded.
683
689
  if (navigate) {
684
690
  this.render().then();
@@ -16,13 +16,13 @@ const t$6=window,e$c=t$6.ShadowRoot&&(void 0===t$6.ShadyCSS||t$6.ShadyCSS.native
16
16
  * Copyright 2017 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
18
  */
19
- var t$5;const i$7=window,s$6=i$7.trustedTypes,e$a=s$6?s$6.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$9="$lit$",n$8=`lit$${(Math.random()+"").slice(9)}$`,l$9="?"+n$8,h$5=`<${l$9}>`,r$5=document,d$3=()=>r$5.createComment(""),u$5=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$6=Array.isArray,v$3=t=>c$6(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a$3="[ \t\n\f\r]",f$4=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m$4=/>/g,p$4=RegExp(`>|${a$3}(?:([^\\s"'>=/]+)(${a$3}*=${a$3}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g$3=/'/g,$$3=/"/g,y$3=/^(?:script|style|textarea|title)$/i,w$3=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x$3=w$3(1),b$3=w$3(2),T=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),E=new WeakMap,C=r$5.createTreeWalker(r$5,129,null,!1),P=(t,i)=>{const s=t.length-1,l=[];let r,d=2===i?"<svg>":"",u=f$4;for(let i=0;i<s;i++){const s=t[i];let e,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$4?"!--"===c[1]?u=_:void 0!==c[1]?u=m$4:void 0!==c[2]?(y$3.test(c[2])&&(r=RegExp("</"+c[2],"g")),u=p$4):void 0!==c[3]&&(u=p$4):u===p$4?">"===c[0]?(u=null!=r?r:f$4,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,e=c[1],u=void 0===c[3]?p$4:'"'===c[3]?$$3:g$3):u===$$3||u===g$3?u=p$4:u===_||u===m$4?u=f$4:(u=p$4,r=void 0);const w=u===p$4&&t[i+1].startsWith("/>")?" ":"";d+=u===f$4?s+h$5:v>=0?(l.push(e),s.slice(0,v)+o$9+s.slice(v)+n$8+w):s+n$8+(-2===v?(l.push(void 0),i):w);}const c=d+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$a?e$a.createHTML(c):c,l]};class V{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,u=0;const c=t.length-1,v=this.parts,[a,f]=P(t,i);if(this.el=V.createElement(a,e),C.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$9)||i.startsWith(n$8)){const s=f[u++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$9).split(n$8),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?k$1:"?"===i[1]?I:"@"===i[1]?L:R});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y$3.test(h.tagName)){const t=h.textContent.split(n$8),i=t.length-1;if(i>0){h.textContent=s$6?s$6.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],d$3()),C.nextNode(),v.push({type:2,index:++r});h.append(t[i],d$3());}}}else if(8===h.nodeType)if(h.data===l$9)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$8,t+1));)v.push({type:7,index:r}),t+=n$8.length-1;}r++;}}static createElement(t,i){const s=r$5.createElement("template");return s.innerHTML=t,s}}function N$3(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const d=u$5(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==d&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===d?r=void 0:(r=new d(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=N$3(t,r._$AS(t,i.values),r,e)),i}let S$1 = class S{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$5).importNode(s,!0);C.currentNode=o;let n=C.nextNode(),l=0,h=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new M$3(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new z(n,this,t)),this._$AV.push(i),d=e[++h];}l!==(null==d?void 0:d.index)&&(n=C.nextNode(),l++);}return o}v(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}};let M$3 = class M{constructor(t,i,s,e){var o;this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=N$3(this,t,i),u$5(t)?t===A||null==t||""===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v$3(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A&&u$5(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$5.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new S$1(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new V(t)),i}T(t){c$6(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new M(this.k(d$3()),this.k(d$3()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}};class R{constructor(t,i,s,e,o){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=N$3(this,t,i,0),n=!u$5(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=N$3(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!u$5(h)||h!==this._$AH[l]),h===A?t=A:t!==A&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}let k$1 = class k extends R{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A?void 0:t;}};const H$3=s$6?s$6.emptyScript:"";class I extends R{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A?this.element.setAttribute(this.name,H$3):this.element.removeAttribute(this.name);}}class L extends R{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=N$3(this,t,i,0))&&void 0!==s?s:A)===T)return;const e=this._$AH,o=t===A&&e!==A||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A&&(e===A||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){N$3(this,t);}}const Z={O:o$9,P:n$8,A:l$9,C:1,M:P,L:S$1,D:v$3,R:N$3,I:M$3,V:R,H:I,N:L,U:k$1,F:z},j$3=i$7.litHtmlPolyfillSupport;null==j$3||j$3(V,M$3),(null!==(t$5=i$7.litHtmlVersions)&&void 0!==t$5?t$5:i$7.litHtmlVersions=[]).push("2.7.2");const B=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new M$3(i.insertBefore(d$3(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l};
19
+ var t$5;const i$7=window,s$6=i$7.trustedTypes,e$a=s$6?s$6.createPolicy("lit-html",{createHTML:t=>t}):void 0,o$9="$lit$",n$8=`lit$${(Math.random()+"").slice(9)}$`,l$9="?"+n$8,h$5=`<${l$9}>`,r$5=document,d$3=()=>r$5.createComment(""),u$5=t=>null===t||"object"!=typeof t&&"function"!=typeof t,c$6=Array.isArray,v$3=t=>c$6(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]),a$3="[ \t\n\f\r]",f$4=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,_=/-->/g,m$4=/>/g,p$4=RegExp(`>|${a$3}(?:([^\\s"'>=/]+)(${a$3}*=${a$3}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),g$3=/'/g,$$3=/"/g,y$3=/^(?:script|style|textarea|title)$/i,w$3=t=>(i,...s)=>({_$litType$:t,strings:i,values:s}),x$3=w$3(1),b$3=w$3(2),T=Symbol.for("lit-noChange"),A=Symbol.for("lit-nothing"),E=new WeakMap,C=r$5.createTreeWalker(r$5,129,null,!1),P=(t,i)=>{const s=t.length-1,l=[];let r,d=2===i?"<svg>":"",u=f$4;for(let i=0;i<s;i++){const s=t[i];let e,c,v=-1,a=0;for(;a<s.length&&(u.lastIndex=a,c=u.exec(s),null!==c);)a=u.lastIndex,u===f$4?"!--"===c[1]?u=_:void 0!==c[1]?u=m$4:void 0!==c[2]?(y$3.test(c[2])&&(r=RegExp("</"+c[2],"g")),u=p$4):void 0!==c[3]&&(u=p$4):u===p$4?">"===c[0]?(u=null!=r?r:f$4,v=-1):void 0===c[1]?v=-2:(v=u.lastIndex-c[2].length,e=c[1],u=void 0===c[3]?p$4:'"'===c[3]?$$3:g$3):u===$$3||u===g$3?u=p$4:u===_||u===m$4?u=f$4:(u=p$4,r=void 0);const w=u===p$4&&t[i+1].startsWith("/>")?" ":"";d+=u===f$4?s+h$5:v>=0?(l.push(e),s.slice(0,v)+o$9+s.slice(v)+n$8+w):s+n$8+(-2===v?(l.push(void 0),i):w);}const c=d+(t[s]||"<?>")+(2===i?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return [void 0!==e$a?e$a.createHTML(c):c,l]};class V{constructor({strings:t,_$litType$:i},e){let h;this.parts=[];let r=0,u=0;const c=t.length-1,v=this.parts,[a,f]=P(t,i);if(this.el=V.createElement(a,e),C.currentNode=this.el.content,2===i){const t=this.el.content,i=t.firstChild;i.remove(),t.append(...i.childNodes);}for(;null!==(h=C.nextNode())&&v.length<c;){if(1===h.nodeType){if(h.hasAttributes()){const t=[];for(const i of h.getAttributeNames())if(i.endsWith(o$9)||i.startsWith(n$8)){const s=f[u++];if(t.push(i),void 0!==s){const t=h.getAttribute(s.toLowerCase()+o$9).split(n$8),i=/([.?@])?(.*)/.exec(s);v.push({type:1,index:r,name:i[2],strings:t,ctor:"."===i[1]?k$1:"?"===i[1]?I:"@"===i[1]?L:R});}else v.push({type:6,index:r});}for(const i of t)h.removeAttribute(i);}if(y$3.test(h.tagName)){const t=h.textContent.split(n$8),i=t.length-1;if(i>0){h.textContent=s$6?s$6.emptyScript:"";for(let s=0;s<i;s++)h.append(t[s],d$3()),C.nextNode(),v.push({type:2,index:++r});h.append(t[i],d$3());}}}else if(8===h.nodeType)if(h.data===l$9)v.push({type:2,index:r});else {let t=-1;for(;-1!==(t=h.data.indexOf(n$8,t+1));)v.push({type:7,index:r}),t+=n$8.length-1;}r++;}}static createElement(t,i){const s=r$5.createElement("template");return s.innerHTML=t,s}}function N$3(t,i,s=t,e){var o,n,l,h;if(i===T)return i;let r=void 0!==e?null===(o=s._$Co)||void 0===o?void 0:o[e]:s._$Cl;const d=u$5(i)?void 0:i._$litDirective$;return (null==r?void 0:r.constructor)!==d&&(null===(n=null==r?void 0:r._$AO)||void 0===n||n.call(r,!1),void 0===d?r=void 0:(r=new d(t),r._$AT(t,s,e)),void 0!==e?(null!==(l=(h=s)._$Co)&&void 0!==l?l:h._$Co=[])[e]=r:s._$Cl=r),void 0!==r&&(i=N$3(t,r._$AS(t,i.values),r,e)),i}let S$1 = class S{constructor(t,i){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=i;}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var i;const{el:{content:s},parts:e}=this._$AD,o=(null!==(i=null==t?void 0:t.creationScope)&&void 0!==i?i:r$5).importNode(s,!0);C.currentNode=o;let n=C.nextNode(),l=0,h=0,d=e[0];for(;void 0!==d;){if(l===d.index){let i;2===d.type?i=new M$3(n,n.nextSibling,this,t):1===d.type?i=new d.ctor(n,d.name,d.strings,this,t):6===d.type&&(i=new z(n,this,t)),this._$AV.push(i),d=e[++h];}l!==(null==d?void 0:d.index)&&(n=C.nextNode(),l++);}return C.currentNode=r$5,o}v(t){let i=0;for(const s of this._$AV)void 0!==s&&(void 0!==s.strings?(s._$AI(t,s,i),i+=s.strings.length-2):s._$AI(t[i])),i++;}};let M$3 = class M{constructor(t,i,s,e){var o;this.type=2,this._$AH=A,this._$AN=void 0,this._$AA=t,this._$AB=i,this._$AM=s,this.options=e,this._$Cp=null===(o=null==e?void 0:e.isConnected)||void 0===o||o;}get _$AU(){var t,i;return null!==(i=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==i?i:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const i=this._$AM;return void 0!==i&&11===(null==t?void 0:t.nodeType)&&(t=i.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,i=this){t=N$3(this,t,i),u$5(t)?t===A||null==t||""===t?(this._$AH!==A&&this._$AR(),this._$AH=A):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):v$3(t)?this.T(t):this._(t);}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t));}_(t){this._$AH!==A&&u$5(this._$AH)?this._$AA.nextSibling.data=t:this.$(r$5.createTextNode(t)),this._$AH=t;}g(t){var i;const{values:s,_$litType$:e}=t,o="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=V.createElement(e.h,this.options)),e);if((null===(i=this._$AH)||void 0===i?void 0:i._$AD)===o)this._$AH.v(s);else {const t=new S$1(o,this),i=t.u(this.options);t.v(s),this.$(i),this._$AH=t;}}_$AC(t){let i=E.get(t.strings);return void 0===i&&E.set(t.strings,i=new V(t)),i}T(t){c$6(this._$AH)||(this._$AH=[],this._$AR());const i=this._$AH;let s,e=0;for(const o of t)e===i.length?i.push(s=new M(this.k(d$3()),this.k(d$3()),this,this.options)):s=i[e],s._$AI(o),e++;e<i.length&&(this._$AR(s&&s._$AB.nextSibling,e),i.length=e);}_$AR(t=this._$AA.nextSibling,i){var s;for(null===(s=this._$AP)||void 0===s||s.call(this,!1,!0,i);t&&t!==this._$AB;){const i=t.nextSibling;t.remove(),t=i;}}setConnected(t){var i;void 0===this._$AM&&(this._$Cp=t,null===(i=this._$AP)||void 0===i||i.call(this,t));}};class R{constructor(t,i,s,e,o){this.type=1,this._$AH=A,this._$AN=void 0,this.element=t,this.name=i,this._$AM=e,this.options=o,s.length>2||""!==s[0]||""!==s[1]?(this._$AH=Array(s.length-1).fill(new String),this.strings=s):this._$AH=A;}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,i=this,s,e){const o=this.strings;let n=!1;if(void 0===o)t=N$3(this,t,i,0),n=!u$5(t)||t!==this._$AH&&t!==T,n&&(this._$AH=t);else {const e=t;let l,h;for(t=o[0],l=0;l<o.length-1;l++)h=N$3(this,e[s+l],i,l),h===T&&(h=this._$AH[l]),n||(n=!u$5(h)||h!==this._$AH[l]),h===A?t=A:t!==A&&(t+=(null!=h?h:"")+o[l+1]),this._$AH[l]=h;}n&&!e&&this.j(t);}j(t){t===A?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"");}}let k$1 = class k extends R{constructor(){super(...arguments),this.type=3;}j(t){this.element[this.name]=t===A?void 0:t;}};const H$3=s$6?s$6.emptyScript:"";class I extends R{constructor(){super(...arguments),this.type=4;}j(t){t&&t!==A?this.element.setAttribute(this.name,H$3):this.element.removeAttribute(this.name);}}class L extends R{constructor(t,i,s,e,o){super(t,i,s,e,o),this.type=5;}_$AI(t,i=this){var s;if((t=null!==(s=N$3(this,t,i,0))&&void 0!==s?s:A)===T)return;const e=this._$AH,o=t===A&&e!==A||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,n=t!==A&&(e===A||o);o&&this.element.removeEventListener(this.name,this,e),n&&this.element.addEventListener(this.name,this,t),this._$AH=t;}handleEvent(t){var i,s;"function"==typeof this._$AH?this._$AH.call(null!==(s=null===(i=this.options)||void 0===i?void 0:i.host)&&void 0!==s?s:this.element,t):this._$AH.handleEvent(t);}}class z{constructor(t,i,s){this.element=t,this.type=6,this._$AN=void 0,this._$AM=i,this.options=s;}get _$AU(){return this._$AM._$AU}_$AI(t){N$3(this,t);}}const Z={O:o$9,P:n$8,A:l$9,C:1,M:P,L:S$1,D:v$3,R:N$3,I:M$3,V:R,H:I,N:L,U:k$1,F:z},j$3=i$7.litHtmlPolyfillSupport;null==j$3||j$3(V,M$3),(null!==(t$5=i$7.litHtmlVersions)&&void 0!==t$5?t$5:i$7.litHtmlVersions=[]).push("2.7.4");const B=(t,i,s)=>{var e,o;const n=null!==(e=null==s?void 0:s.renderBefore)&&void 0!==e?e:i;let l=n._$litPart$;if(void 0===l){const t=null!==(o=null==s?void 0:s.renderBefore)&&void 0!==o?o:null;n._$litPart$=l=new M$3(i.insertBefore(d$3(),t),t,void 0,null!=s?s:{});}return l._$AI(t),l};
20
20
 
21
21
  /**
22
22
  * @license
23
23
  * Copyright 2017 Google LLC
24
24
  * SPDX-License-Identifier: BSD-3-Clause
25
- */var l$8,o$8;let s$5 = class s extends d$4{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return T}};s$5.finalized=!0,s$5._$litElement$=!0,null===(l$8=globalThis.litElementHydrateSupport)||void 0===l$8||l$8.call(globalThis,{LitElement:s$5});const n$7=globalThis.litElementPolyfillSupport;null==n$7||n$7({LitElement:s$5});(null!==(o$8=globalThis.litElementVersions)&&void 0!==o$8?o$8:globalThis.litElementVersions=[]).push("3.3.1");
25
+ */var l$8,o$8;let s$5 = class s extends d$4{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0;}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const i=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=B(i,this.renderRoot,this.renderOptions);}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0);}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1);}render(){return T}};s$5.finalized=!0,s$5._$litElement$=!0,null===(l$8=globalThis.litElementHydrateSupport)||void 0===l$8||l$8.call(globalThis,{LitElement:s$5});const n$7=globalThis.litElementPolyfillSupport;null==n$7||n$7({LitElement:s$5});(null!==(o$8=globalThis.litElementVersions)&&void 0!==o$8?o$8:globalThis.litElementVersions=[]).push("3.3.2");
26
26
 
27
27
  var css = ".uui-text {\n font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;\n font-size: 15px;\n line-height: calc(var(--uui-size-2,6px) * 4);\n -webkit-font-smoothing: antialiased;\n}\n\n.uui-text h1,\n.uui-text .uui-h1 {\n font-size: var(--uui-type-h1-size,60px);\n line-height: var(--uui-size-layout-4,66px);\n font-weight: 300;\n margin-left: -5px;\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n.uui-text p + h1,\n.uui-text p + .uui-h1 {\n margin-top: var(--uui-size-layout-4,66px);\n}\n.uui-text h1.--no-top-margin,\n.uui-text h1:first-child,\n.uui-text .uui-h1.--no-top-margin,\n.uui-text .uui-h1:first-child {\n margin-top: 0;\n}\n\n.uui-text h2,\n.uui-text .uui-h2 {\n font-size: var(--uui-type-h2-size,42px);\n line-height: var(--uui-size-layout-3,42px);\n font-weight: 300;\n margin-left: -3px;\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n.uui-text p + h2,\n.uui-text p + .uui-h2 {\n margin-top: var(--uui-size-layout-3,42px);\n}\n.uui-text h2.--no-top-margin,\n.uui-text h2:first-child,\n.uui-text .uui-h2.--no-top-margin,\n.uui-text .uui-h2:first-child {\n margin-top: 0;\n}\n\n.uui-text h3,\n.uui-text .uui-h3 {\n font-size: var(--uui-type-h3-size,30px);\n line-height: var(--uui-size-large);\n font-weight: 300;\n margin-left: -2px;\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n.uui-text h3.--no-top-margin,\n.uui-text h3:first-child,\n.uui-text .uui-h3.--no-top-margin,\n.uui-text .uui-h3:first-child {\n margin-top: 0;\n}\n\n.uui-text h4,\n.uui-text .uui-h4 {\n font-size: var(--uui-type-h4-size,21px);\n line-height: 21px;\n font-weight: 400;\n margin-left: -1px;\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n.uui-text h4.--no-top-margin,\n.uui-text h4:first-child,\n.uui-text .uui-h4.--no-top-margin,\n.uui-text .uui-h4:first-child {\n margin-top: 0;\n}\n\n.uui-text h5,\n.uui-text .uui-h5 {\n font-size: var(--uui-type-h5-size,15px);\n line-height: inherit;\n font-weight: 700;\n margin-left: 0;\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: 0;\n}\n\n.uui-text h5.--no-top-margin,\n.uui-text h5:first-child,\n.uui-text .uui-h5.--no-top-margin,\n.uui-text .uui-h5:first-child {\n margin-top: 0;\n}\n\n.uui-text p {\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n.uui-text p.uui-lead {\n font-size: var(--uui-size-6,18px);\n}\n\n.uui-text a:link,\n.uui-text a:active {\n color: var(--uui-color-interactive,#1b264f);\n}\n.uui-text a:hover {\n color: var(--uui-color-interactive-emphasis,#3544b1);\n}\n\n.uui-text small {\n display: inline-block;\n font-size: var(--uui-type-small-size,12px);\n line-height: calc(var(--uui-size-2,6px) * 3);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n\n.uui-text blockquote {\n float: right;\n font-size: 15px;\n font-weight: 700;\n font-style: italic;\n margin-top: 0;\n margin-bottom: var(--uui-size-layout-1,24px);\n margin-right: -0.035em;\n max-width: 16em;\n quotes: '“' '”' '‘' '’';\n line-height: inherit;\n}\n\n.uui-text blockquote:before {\n content: open-quote;\n margin-left: -0.4em;\n margin-right: 0.08em;\n vertical-align: bottom;\n font-weight: 400;\n font-size: 2em;\n}\n\n.uui-text blockquote:after {\n content: close-quote;\n margin-left: 0.04em;\n margin-right: -0.4em;\n vertical-align: bottom;\n font-weight: 400;\n font-size: 2em;\n margin-bottom: -2px;\n display: inline-block;\n}\n\n.uui-text ul {\n list-style-type: square;\n padding-left: var(--uui-size-layout-1,24px);\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n\n.uui-text ol {\n padding-left: var(--uui-size-layout-1,24px);\n margin-top: var(--uui-size-layout-1,24px);\n margin-bottom: var(--uui-size-layout-1,24px);\n}\n";
28
28
 
@@ -2375,7 +2375,7 @@ const t$3={ATTRIBUTE:1,CHILD:2,PROPERTY:3,BOOLEAN_ATTRIBUTE:4,EVENT:5,ELEMENT:6}
2375
2375
  * @license
2376
2376
  * Copyright 2018 Google LLC
2377
2377
  * SPDX-License-Identifier: BSD-3-Clause
2378
- */const i$3="important",n$5=" !"+i$3,o$6=e$5(class extends i$4{constructor(t){var e;if(super(t),t.type!==t$3.ATTRIBUTE||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,r)=>{const s=t[r];return null==s?e:e+`${r=r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`}),"")}update(e,[r]){const{style:s}=e.element;if(void 0===this.ut){this.ut=new Set;for(const t in r)this.ut.add(t);return this.render(r)}this.ut.forEach((t=>{null==r[t]&&(this.ut.delete(t),t.includes("-")?s.removeProperty(t):s[t]="");}));for(const t in r){const e=r[t];if(null!=e){this.ut.add(t);const r="string"==typeof e&&e.endsWith(n$5);t.includes("-")||r?s.setProperty(t,r?e.slice(0,-11):e,r?i$3:""):s[t]=e;}}return T}});
2378
+ */const i$3="important",n$5=" !"+i$3,o$6=e$5(class extends i$4{constructor(t){var e;if(super(t),t.type!==t$3.ATTRIBUTE||"style"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("The `styleMap` directive must be used in the `style` attribute and must be the only part in the attribute.")}render(t){return Object.keys(t).reduce(((e,r)=>{const s=t[r];return null==s?e:e+`${r=r.includes("-")?r:r.replace(/(?:^(webkit|moz|ms|o)|)(?=[A-Z])/g,"-$&").toLowerCase()}:${s};`}),"")}update(e,[r]){const{style:s}=e.element;if(void 0===this.ut){this.ut=new Set;for(const t in r)this.ut.add(t);return this.render(r)}this.ut.forEach((t=>{null==r[t]&&(this.ut.delete(t),t.includes("-")?s.removeProperty(t):s[t]="");}));for(const t in r){const e=r[t];if(null!=e){this.ut.add(t);const r="string"==typeof e&&e.endsWith(n$5);t.includes("-")||r?s.setProperty(t,r?e.slice(0,-11):e,r?i$3:""):s[t]=e;}}return T}});
2379
2379
 
2380
2380
  var __defProp$1$k = Object.defineProperty;
2381
2381
  var __getOwnPropSymbols$f = Object.getOwnPropertySymbols;
@@ -1,5 +1,5 @@
1
- import { Observable } from '../../../external/rxjs/index.js';
2
1
  import type { ManifestTypeMap, ManifestBase, SpecificManifestTypeOrManifestBase, ManifestKind } from '../types.js';
2
+ import { Observable } from '../../../external/rxjs/index.js';
3
3
  export declare class UmbExtensionRegistry<IncomingManifestTypes extends ManifestBase, ManifestTypes extends ManifestBase = IncomingManifestTypes | ManifestBase> {
4
4
  readonly MANIFEST_TYPES: ManifestTypes;
5
5
  private _extensions;
@@ -1,6 +1,6 @@
1
- import { Observable } from '../../external/rxjs/index.js';
2
1
  import { MemoizationFunction } from './memoization-function.js';
3
2
  import { MappingFunction } from './mapping-function.js';
3
+ import { Observable } from '../../external/rxjs/index.js';
4
4
  /**
5
5
  * @export
6
6
  * @method createObservablePart
@@ -1,5 +1,5 @@
1
- import { distinctUntilChanged, map, shareReplay } from '../../external/rxjs/index.js';
2
1
  import { defaultMemoization } from './default-memoization.js';
2
+ import { distinctUntilChanged, map, shareReplay } from '../../external/rxjs/index.js';
3
3
  /**
4
4
  * @export
5
5
  * @method createObservablePart
@@ -1,6 +1,6 @@
1
- import { BehaviorSubject } from '../../external/rxjs/index.js';
2
1
  import type { MappingFunction } from './mapping-function.js';
3
2
  import type { MemoizationFunction } from './memoization-function.js';
3
+ import { BehaviorSubject } from '../../external/rxjs/index.js';
4
4
  /**
5
5
  * @export
6
6
  * @class UmbDeepState
@@ -1,7 +1,7 @@
1
- import { BehaviorSubject } from '../../external/rxjs/index.js';
2
1
  import { createObservablePart } from './create-observable-part.function.js';
3
2
  import { deepFreeze } from './deep-freeze.function.js';
4
3
  import { naiveObjectComparison } from './naive-object-comparison.js';
4
+ import { BehaviorSubject } from '../../external/rxjs/index.js';
5
5
  /**
6
6
  * @export
7
7
  * @class UmbDeepState
@@ -1,5 +1,5 @@
1
- import { Observable } from '../../external/rxjs/index.js';
2
1
  import { UmbObserver } from './observer.js';
2
+ import { Observable } from '../../external/rxjs/index.js';
3
3
  import { UmbControllerInterface, UmbControllerHostElement } from '../controller-api/index.js';
4
4
  export declare class UmbObserverController<T = unknown> extends UmbObserver<T> implements UmbControllerInterface {
5
5
  _alias?: string;