@umbraco-cms/backoffice 14.0.0-335b4f13 → 14.0.0-84ca069c

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 (619) hide show
  1. package/dist-cms/custom-elements.json +147 -25
  2. package/dist-cms/external/rxjs/index.js +2 -2
  3. package/dist-cms/external/tinymce/index.js +49 -0
  4. package/dist-cms/mocks/data/data-type.data.js +69 -1
  5. package/dist-cms/mocks/data/data-type.data.js.map +1 -1
  6. package/dist-cms/mocks/data/document-type.data.js +18 -0
  7. package/dist-cms/mocks/data/document-type.data.js.map +1 -1
  8. package/dist-cms/mocks/data/document.data.js +7 -0
  9. package/dist-cms/mocks/data/document.data.js.map +1 -1
  10. package/dist-cms/mocks/data/template.data.d.ts +1 -1
  11. package/dist-cms/mocks/data/template.data.js +14 -5
  12. package/dist-cms/mocks/data/template.data.js.map +1 -1
  13. package/dist-cms/mocks/handlers/images.handlers.d.ts +1 -0
  14. package/dist-cms/mocks/handlers/images.handlers.js +8 -0
  15. package/dist-cms/mocks/handlers/images.handlers.js.map +1 -0
  16. package/dist-cms/mocks/handlers/manifests.handlers.js +1 -1
  17. package/dist-cms/mocks/handlers/manifests.handlers.js.map +1 -1
  18. package/dist-cms/mocks/handlers/rte-embed.handlers.js +6 -2
  19. package/dist-cms/mocks/handlers/rte-embed.handlers.js.map +1 -1
  20. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.d.ts +15 -0
  21. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js +17 -0
  22. package/dist-cms/packages/core/components/data-type/data-type-property-collection.class.js.map +1 -1
  23. package/dist-cms/packages/core/components/index.d.ts +1 -0
  24. package/dist-cms/packages/core/components/index.js +1 -0
  25. package/dist-cms/packages/core/components/index.js.map +1 -1
  26. package/dist-cms/packages/core/components/input-tiny-mce/index.d.ts +5 -0
  27. package/dist-cms/packages/core/components/input-tiny-mce/index.js +6 -0
  28. package/dist-cms/packages/core/components/input-tiny-mce/index.js.map +1 -0
  29. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.d.ts +5 -0
  30. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js +46 -0
  31. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.defaults.js.map +1 -0
  32. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.d.ts +29 -0
  33. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js +271 -0
  34. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.element.js.map +1 -0
  35. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.d.ts +3 -0
  36. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js +39 -0
  37. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.handlers.js.map +1 -0
  38. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.d.ts +1 -0
  39. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js +79 -0
  40. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.languages.js.map +1 -0
  41. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.d.ts +6 -0
  42. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js +54 -0
  43. package/dist-cms/packages/core/components/input-tiny-mce/input-tiny-mce.sanitizer.js.map +1 -0
  44. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.d.ts +3 -3
  45. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js +10 -10
  46. package/dist-cms/packages/core/components/property-editor-config/property-editor-config.element.js.map +1 -1
  47. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js +3 -3
  48. package/dist-cms/packages/core/components/property-type-based-property/property-type-based-property.element.js.map +1 -1
  49. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.d.ts +1 -1
  50. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js +5 -5
  51. package/dist-cms/packages/core/components/ref-property-editor-ui/ref-property-editor-ui.element.js.map +1 -1
  52. package/dist-cms/packages/core/extension-registry/index.d.ts +1 -0
  53. package/dist-cms/packages/core/extension-registry/index.js +1 -0
  54. package/dist-cms/packages/core/extension-registry/index.js.map +1 -1
  55. package/dist-cms/packages/core/extension-registry/models/index.d.ts +4 -2
  56. package/dist-cms/packages/core/extension-registry/models/index.js +1 -0
  57. package/dist-cms/packages/core/extension-registry/models/index.js.map +1 -1
  58. package/dist-cms/packages/core/extension-registry/models/property-editor.model.d.ts +5 -5
  59. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.d.ts +4 -0
  60. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js +2 -0
  61. package/dist-cms/packages/core/extension-registry/models/tinymce-plugin.model.js.map +1 -0
  62. package/dist-cms/packages/core/extension-registry/tiny-mce-plugin.d.ts +14 -0
  63. package/dist-cms/packages/core/extension-registry/tiny-mce-plugin.js +8 -0
  64. package/dist-cms/packages/core/extension-registry/tiny-mce-plugin.js.map +1 -0
  65. package/dist-cms/packages/core/index.d.ts +1 -0
  66. package/dist-cms/packages/core/index.js +3 -0
  67. package/dist-cms/packages/core/index.js.map +1 -1
  68. package/dist-cms/packages/core/macro/index.d.ts +1 -0
  69. package/dist-cms/packages/core/macro/index.js +2 -0
  70. package/dist-cms/packages/core/macro/index.js.map +1 -0
  71. package/dist-cms/packages/core/macro/macro.service.d.ts +26 -0
  72. package/dist-cms/packages/core/macro/macro.service.js +117 -0
  73. package/dist-cms/packages/core/macro/macro.service.js.map +1 -0
  74. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.d.ts +17 -0
  75. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js +92 -0
  76. package/dist-cms/packages/core/modal/common/code-editor/code-editor-modal.element.js.map +1 -0
  77. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.d.ts +3 -5
  78. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js +11 -11
  79. package/dist-cms/packages/core/modal/common/embedded-media/embedded-media-modal.element.js.map +1 -1
  80. package/dist-cms/packages/core/modal/common/manifests.js +6 -0
  81. package/dist-cms/packages/core/modal/common/manifests.js.map +1 -1
  82. package/dist-cms/packages/core/modal/token/code-editor-modal.token.d.ts +12 -0
  83. package/dist-cms/packages/core/modal/token/code-editor-modal.token.js +6 -0
  84. package/dist-cms/packages/core/modal/token/code-editor-modal.token.js.map +1 -0
  85. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.d.ts +8 -7
  86. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js +2 -1
  87. package/dist-cms/packages/core/modal/token/embedded-media-modal.token.js.map +1 -1
  88. package/dist-cms/packages/core/modal/token/index.d.ts +1 -0
  89. package/dist-cms/packages/core/modal/token/index.js +1 -0
  90. package/dist-cms/packages/core/modal/token/index.js.map +1 -1
  91. package/dist-cms/packages/core/property-editors/manifests.d.ts +1 -1
  92. package/dist-cms/packages/core/property-editors/manifests.js +2 -2
  93. package/dist-cms/packages/core/property-editors/manifests.js.map +1 -1
  94. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.d.ts +2 -2
  95. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js +1 -1
  96. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockGrid.js.map +1 -1
  97. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.d.ts +2 -2
  98. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js +1 -1
  99. package/dist-cms/packages/core/property-editors/models/Umbraco.BlockList.js.map +1 -1
  100. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.d.ts +2 -2
  101. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js +1 -1
  102. package/dist-cms/packages/core/property-editors/models/Umbraco.CheckboxList.js.map +1 -1
  103. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.d.ts +2 -2
  104. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js +1 -1
  105. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.EyeDropper.js.map +1 -1
  106. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.d.ts +2 -2
  107. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js +1 -1
  108. package/dist-cms/packages/core/property-editors/models/Umbraco.ColorPicker.js.map +1 -1
  109. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.d.ts +2 -2
  110. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js +1 -1
  111. package/dist-cms/packages/core/property-editors/models/Umbraco.DateTime.js.map +1 -1
  112. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.d.ts +2 -2
  113. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js +1 -1
  114. package/dist-cms/packages/core/property-editors/models/Umbraco.Decimal.js.map +1 -1
  115. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.d.ts +2 -2
  116. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js +1 -1
  117. package/dist-cms/packages/core/property-editors/models/Umbraco.Dropdown.Flexible.js.map +1 -1
  118. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.d.ts +2 -2
  119. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js +1 -1
  120. package/dist-cms/packages/core/property-editors/models/Umbraco.EmailAddress.js.map +1 -1
  121. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.d.ts +2 -2
  122. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js +1 -1
  123. package/dist-cms/packages/core/property-editors/models/Umbraco.IconPicker.js.map +1 -1
  124. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.d.ts +2 -2
  125. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js +1 -1
  126. package/dist-cms/packages/core/property-editors/models/Umbraco.ImageCropper.js.map +1 -1
  127. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.d.ts +2 -2
  128. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js +1 -1
  129. package/dist-cms/packages/core/property-editors/models/Umbraco.Integer.js.map +1 -1
  130. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.d.ts +2 -2
  131. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js +1 -1
  132. package/dist-cms/packages/core/property-editors/models/Umbraco.JSON.js.map +1 -1
  133. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.d.ts +2 -2
  134. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js +1 -1
  135. package/dist-cms/packages/core/property-editors/models/Umbraco.Label.js.map +1 -1
  136. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.d.ts +2 -2
  137. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js +1 -1
  138. package/dist-cms/packages/core/property-editors/models/Umbraco.ListView.js.map +1 -1
  139. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.d.ts +2 -2
  140. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js +1 -1
  141. package/dist-cms/packages/core/property-editors/models/Umbraco.MarkdownEditor.js.map +1 -1
  142. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.d.ts +2 -2
  143. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js +1 -1
  144. package/dist-cms/packages/core/property-editors/models/Umbraco.MediaPicker3.js.map +1 -1
  145. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.d.ts +2 -2
  146. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js +1 -1
  147. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberGroupPicker.js.map +1 -1
  148. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.d.ts +2 -2
  149. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js +1 -1
  150. package/dist-cms/packages/core/property-editors/models/Umbraco.MemberPicker.js.map +1 -1
  151. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.d.ts +2 -2
  152. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js +1 -1
  153. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiNodeTreePicker.js.map +1 -1
  154. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.d.ts +2 -2
  155. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js +1 -1
  156. package/dist-cms/packages/core/property-editors/models/Umbraco.MultiUrlPicker.js.map +1 -1
  157. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.d.ts +2 -2
  158. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js +1 -1
  159. package/dist-cms/packages/core/property-editors/models/Umbraco.MultipleTextString.js.map +1 -1
  160. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.d.ts +2 -2
  161. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js +1 -1
  162. package/dist-cms/packages/core/property-editors/models/Umbraco.RadioButtonList.js.map +1 -1
  163. package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.d.ts +2 -0
  164. package/dist-cms/packages/core/property-editors/models/{Umbraco.TinyMCE.js → Umbraco.RichText.js} +4 -3
  165. package/dist-cms/packages/core/property-editors/models/Umbraco.RichText.js.map +1 -0
  166. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.d.ts +2 -2
  167. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js +1 -1
  168. package/dist-cms/packages/core/property-editors/models/Umbraco.Slider.js.map +1 -1
  169. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.d.ts +2 -2
  170. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js +1 -1
  171. package/dist-cms/packages/core/property-editors/models/Umbraco.Tags.js.map +1 -1
  172. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.d.ts +2 -2
  173. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js +1 -1
  174. package/dist-cms/packages/core/property-editors/models/Umbraco.TextArea.js.map +1 -1
  175. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.d.ts +2 -2
  176. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js +1 -1
  177. package/dist-cms/packages/core/property-editors/models/Umbraco.TextBox.js.map +1 -1
  178. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.d.ts +2 -2
  179. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js +1 -1
  180. package/dist-cms/packages/core/property-editors/models/Umbraco.TrueFalse.js.map +1 -1
  181. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.d.ts +2 -2
  182. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js +1 -1
  183. package/dist-cms/packages/core/property-editors/models/Umbraco.UploadField.js.map +1 -1
  184. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.d.ts +2 -2
  185. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js +1 -1
  186. package/dist-cms/packages/core/property-editors/models/Umbraco.UserPicker.js.map +1 -1
  187. package/dist-cms/packages/core/property-editors/models/manifests.d.ts +2 -2
  188. package/dist-cms/packages/core/property-editors/models/manifests.js +2 -2
  189. package/dist-cms/packages/core/property-editors/models/manifests.js.map +1 -1
  190. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js +1 -1
  191. package/dist-cms/packages/core/property-editors/uis/block-grid/config/block-configuration/manifests.js.map +1 -1
  192. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js +1 -1
  193. package/dist-cms/packages/core/property-editors/uis/block-grid/config/group-configuration/manifests.js.map +1 -1
  194. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js +1 -1
  195. package/dist-cms/packages/core/property-editors/uis/block-grid/config/stylesheet-picker/manifests.js.map +1 -1
  196. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js +1 -1
  197. package/dist-cms/packages/core/property-editors/uis/block-grid/manifests.js.map +1 -1
  198. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js +1 -1
  199. package/dist-cms/packages/core/property-editors/uis/block-list/config/block-configuration/manifests.js.map +1 -1
  200. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js +1 -1
  201. package/dist-cms/packages/core/property-editors/uis/block-list/manifests.js.map +1 -1
  202. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js +1 -1
  203. package/dist-cms/packages/core/property-editors/uis/checkbox-list/manifests.js.map +1 -1
  204. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js +1 -1
  205. package/dist-cms/packages/core/property-editors/uis/collection-view/config/bulk-action-permissions/manifests.js.map +1 -1
  206. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js +1 -1
  207. package/dist-cms/packages/core/property-editors/uis/collection-view/config/column-configuration/manifests.js.map +1 -1
  208. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js +1 -1
  209. package/dist-cms/packages/core/property-editors/uis/collection-view/config/layout-configuration/manifests.js.map +1 -1
  210. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js +1 -1
  211. package/dist-cms/packages/core/property-editors/uis/collection-view/config/order-by/manifests.js.map +1 -1
  212. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js +1 -1
  213. package/dist-cms/packages/core/property-editors/uis/collection-view/manifests.js.map +1 -1
  214. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js +1 -1
  215. package/dist-cms/packages/core/property-editors/uis/color-picker/manifests.js.map +1 -1
  216. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js +1 -1
  217. package/dist-cms/packages/core/property-editors/uis/date-picker/manifests.js.map +1 -1
  218. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js +1 -1
  219. package/dist-cms/packages/core/property-editors/uis/dropdown/manifests.js.map +1 -1
  220. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js +1 -1
  221. package/dist-cms/packages/core/property-editors/uis/eye-dropper/manifests.js.map +1 -1
  222. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js +1 -1
  223. package/dist-cms/packages/core/property-editors/uis/icon-picker/manifests.js.map +1 -1
  224. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js +1 -1
  225. package/dist-cms/packages/core/property-editors/uis/image-cropper/manifests.js.map +1 -1
  226. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js +1 -1
  227. package/dist-cms/packages/core/property-editors/uis/image-crops-configuration/manifests.js.map +1 -1
  228. package/dist-cms/packages/core/property-editors/uis/label/manifests.js +1 -1
  229. package/dist-cms/packages/core/property-editors/uis/label/manifests.js.map +1 -1
  230. package/dist-cms/packages/core/property-editors/uis/manifests.js +1 -1
  231. package/dist-cms/packages/core/property-editors/uis/manifests.js.map +1 -1
  232. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js +1 -1
  233. package/dist-cms/packages/core/property-editors/uis/markdown-editor/manifests.js.map +1 -1
  234. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js +1 -1
  235. package/dist-cms/packages/core/property-editors/uis/media-picker/manifests.js.map +1 -1
  236. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js +1 -1
  237. package/dist-cms/packages/core/property-editors/uis/member-group-picker/manifests.js.map +1 -1
  238. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js +1 -1
  239. package/dist-cms/packages/core/property-editors/uis/member-picker/manifests.js.map +1 -1
  240. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js +1 -1
  241. package/dist-cms/packages/core/property-editors/uis/multi-url-picker/manifests.js.map +1 -1
  242. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js +1 -1
  243. package/dist-cms/packages/core/property-editors/uis/multiple-text-string/manifests.js.map +1 -1
  244. package/dist-cms/packages/core/property-editors/uis/number/manifests.js +2 -2
  245. package/dist-cms/packages/core/property-editors/uis/number/manifests.js.map +1 -1
  246. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js +1 -1
  247. package/dist-cms/packages/core/property-editors/uis/number-range/manifests.js.map +1 -1
  248. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js +1 -1
  249. package/dist-cms/packages/core/property-editors/uis/order-direction/manifests.js.map +1 -1
  250. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js +1 -1
  251. package/dist-cms/packages/core/property-editors/uis/overlay-size/manifests.js.map +1 -1
  252. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js +1 -1
  253. package/dist-cms/packages/core/property-editors/uis/radio-button-list/manifests.js.map +1 -1
  254. package/dist-cms/packages/core/property-editors/uis/slider/manifests.js +1 -1
  255. package/dist-cms/packages/core/property-editors/uis/slider/manifests.js.map +1 -1
  256. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js +2 -2
  257. package/dist-cms/packages/core/property-editors/uis/text-box/manifests.js.map +1 -1
  258. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js +1 -1
  259. package/dist-cms/packages/core/property-editors/uis/textarea/manifests.js.map +1 -1
  260. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.d.ts +18 -0
  261. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js +31 -0
  262. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.js.map +1 -0
  263. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.d.ts +2 -0
  264. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js +52 -0
  265. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/manifests.js.map +1 -0
  266. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.d.ts +15 -0
  267. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js +26 -0
  268. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.js.map +1 -0
  269. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.d.ts +16 -0
  270. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js +45 -0
  271. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.js.map +1 -0
  272. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.d.ts +16 -0
  273. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js +45 -0
  274. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.js.map +1 -0
  275. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js +38 -7
  276. package/dist-cms/packages/core/property-editors/uis/tiny-mce/manifests.js.map +1 -1
  277. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.d.ts +2 -0
  278. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js +34 -0
  279. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/manifests.js.map +1 -0
  280. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.d.ts +5 -0
  281. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js +34 -0
  282. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-code-editor.plugin.js.map +1 -0
  283. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.d.ts +5 -0
  284. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js +69 -0
  285. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-embeddedmedia.plugin.js.map +1 -0
  286. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.d.ts +6 -0
  287. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js +168 -0
  288. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-linkpicker.plugin.js.map +1 -0
  289. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.d.ts +5 -0
  290. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js +167 -0
  291. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-macropicker.plugin.js.map +1 -0
  292. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.d.ts +5 -0
  293. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js +141 -0
  294. package/dist-cms/packages/core/property-editors/uis/tiny-mce/plugins/tiny-mce-mediapicker.plugin.js.map +1 -0
  295. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.d.ts +2 -1
  296. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js +16 -7
  297. package/dist-cms/packages/core/property-editors/uis/tiny-mce/property-editor-ui-tiny-mce.element.js.map +1 -1
  298. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js +1 -1
  299. package/dist-cms/packages/core/property-editors/uis/toggle/manifests.js.map +1 -1
  300. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js +1 -1
  301. package/dist-cms/packages/core/property-editors/uis/tree-picker/config/start-node/manifests.js.map +1 -1
  302. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js +1 -1
  303. package/dist-cms/packages/core/property-editors/uis/tree-picker/manifests.js.map +1 -1
  304. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js +1 -1
  305. package/dist-cms/packages/core/property-editors/uis/upload-field/manifests.js.map +1 -1
  306. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js +1 -1
  307. package/dist-cms/packages/core/property-editors/uis/user-picker/manifests.js.map +1 -1
  308. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js +1 -1
  309. package/dist-cms/packages/core/property-editors/uis/value-type/manifests.js.map +1 -1
  310. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.d.ts +2 -2
  311. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js +1 -1
  312. package/dist-cms/packages/documents/documents/property-editors/Umbraco.ContentPicker.js.map +1 -1
  313. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js +1 -1
  314. package/dist-cms/packages/documents/documents/property-editors/document-picker/manifests.js.map +1 -1
  315. package/dist-cms/packages/media/media/repository/media.repository.js +12 -24
  316. package/dist-cms/packages/media/media/repository/media.repository.js.map +1 -1
  317. package/dist-cms/packages/members/members/repository/member.repository.js +6 -21
  318. package/dist-cms/packages/members/members/repository/member.repository.js.map +1 -1
  319. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.d.ts +1 -1
  320. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js +5 -5
  321. package/dist-cms/packages/settings/data-types/components/ref-data-type/ref-data-type.element.js.map +1 -1
  322. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.d.ts +1 -1
  323. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js +1 -1
  324. package/dist-cms/packages/settings/data-types/workspace/data-type-workspace.context.js.map +1 -1
  325. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.d.ts +1 -1
  326. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js +12 -12
  327. package/dist-cms/packages/settings/data-types/workspace/views/details/data-type-details-workspace-view.element.js.map +1 -1
  328. package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js +11 -25
  329. package/dist-cms/packages/settings/logviewer/repository/log-viewer.repository.js.map +1 -1
  330. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js +1 -1
  331. package/dist-cms/packages/tags/property-editors/tags/config/storage-type/manifests.js.map +1 -1
  332. package/dist-cms/packages/tags/property-editors/tags/manifests.js +1 -1
  333. package/dist-cms/packages/tags/property-editors/tags/manifests.js.map +1 -1
  334. package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js +3 -20
  335. package/dist-cms/packages/templating/stylesheets/repository/stylesheet.repository.js.map +1 -1
  336. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js +3 -33
  337. package/dist-cms/packages/templating/templates/workspace/template-workspace-editor.element.js.map +1 -1
  338. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.d.ts +3 -0
  339. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js +34 -22
  340. package/dist-cms/packages/templating/templates/workspace/template-workspace.context.js.map +1 -1
  341. package/dist-cms/shared/repository/repository-items.manager.d.ts +1 -1
  342. package/dist-cms/shared/repository/repository-items.manager.js +7 -2
  343. package/dist-cms/shared/repository/repository-items.manager.js.map +1 -1
  344. package/dist-cms/shared/utils/index.d.ts +6 -0
  345. package/dist-cms/shared/utils/index.js +1 -0
  346. package/dist-cms/shared/utils/index.js.map +1 -1
  347. package/dist-cms/shared/utils/media-helper.service.d.ts +44 -0
  348. package/dist-cms/shared/utils/media-helper.service.js +152 -0
  349. package/dist-cms/shared/utils/media-helper.service.js.map +1 -0
  350. package/dist-cms/tinymce/CHANGELOG.md +3253 -0
  351. package/dist-cms/tinymce/README.md +71 -0
  352. package/dist-cms/tinymce/bower.json +27 -0
  353. package/dist-cms/tinymce/composer.json +52 -0
  354. package/dist-cms/tinymce/icons/default/icons.js +191 -0
  355. package/dist-cms/tinymce/icons/default/icons.min.js +1 -0
  356. package/dist-cms/tinymce/icons/default/index.js +7 -0
  357. package/dist-cms/tinymce/langs/ar.js +407 -0
  358. package/dist-cms/tinymce/langs/az.js +406 -0
  359. package/dist-cms/tinymce/langs/be.js +406 -0
  360. package/dist-cms/tinymce/langs/bg_BG.js +406 -0
  361. package/dist-cms/tinymce/langs/bn_BD.js +406 -0
  362. package/dist-cms/tinymce/langs/ca.js +406 -0
  363. package/dist-cms/tinymce/langs/cs.js +406 -0
  364. package/dist-cms/tinymce/langs/cy.js +406 -0
  365. package/dist-cms/tinymce/langs/da.js +406 -0
  366. package/dist-cms/tinymce/langs/de.js +406 -0
  367. package/dist-cms/tinymce/langs/dv.js +406 -0
  368. package/dist-cms/tinymce/langs/el.js +406 -0
  369. package/dist-cms/tinymce/langs/eo.js +406 -0
  370. package/dist-cms/tinymce/langs/es.js +406 -0
  371. package/dist-cms/tinymce/langs/es_MX.js +406 -0
  372. package/dist-cms/tinymce/langs/et.js +406 -0
  373. package/dist-cms/tinymce/langs/eu.js +406 -0
  374. package/dist-cms/tinymce/langs/fa.js +407 -0
  375. package/dist-cms/tinymce/langs/fi.js +406 -0
  376. package/dist-cms/tinymce/langs/fr_FR.js +406 -0
  377. package/dist-cms/tinymce/langs/ga.js +406 -0
  378. package/dist-cms/tinymce/langs/gl.js +406 -0
  379. package/dist-cms/tinymce/langs/he_IL.js +407 -0
  380. package/dist-cms/tinymce/langs/hi.js +406 -0
  381. package/dist-cms/tinymce/langs/hr.js +406 -0
  382. package/dist-cms/tinymce/langs/hu_HU.js +406 -0
  383. package/dist-cms/tinymce/langs/hy.js +406 -0
  384. package/dist-cms/tinymce/langs/id.js +406 -0
  385. package/dist-cms/tinymce/langs/is_IS.js +406 -0
  386. package/dist-cms/tinymce/langs/it.js +406 -0
  387. package/dist-cms/tinymce/langs/ja.js +406 -0
  388. package/dist-cms/tinymce/langs/kab.js +406 -0
  389. package/dist-cms/tinymce/langs/kk.js +406 -0
  390. package/dist-cms/tinymce/langs/ko_KR.js +406 -0
  391. package/dist-cms/tinymce/langs/ku.js +407 -0
  392. package/dist-cms/tinymce/langs/lt.js +406 -0
  393. package/dist-cms/tinymce/langs/lv.js +406 -0
  394. package/dist-cms/tinymce/langs/nb_NO.js +406 -0
  395. package/dist-cms/tinymce/langs/ne.js +406 -0
  396. package/dist-cms/tinymce/langs/nl.js +406 -0
  397. package/dist-cms/tinymce/langs/nl_BE.js +406 -0
  398. package/dist-cms/tinymce/langs/oc.js +406 -0
  399. package/dist-cms/tinymce/langs/pl.js +406 -0
  400. package/dist-cms/tinymce/langs/pt_BR.js +406 -0
  401. package/dist-cms/tinymce/langs/ro.js +406 -0
  402. package/dist-cms/tinymce/langs/ru.js +406 -0
  403. package/dist-cms/tinymce/langs/sk.js +406 -0
  404. package/dist-cms/tinymce/langs/sl_SI.js +406 -0
  405. package/dist-cms/tinymce/langs/sq.js +406 -0
  406. package/dist-cms/tinymce/langs/sr.js +406 -0
  407. package/dist-cms/tinymce/langs/sv_SE.js +406 -0
  408. package/dist-cms/tinymce/langs/ta.js +406 -0
  409. package/dist-cms/tinymce/langs/tg.js +406 -0
  410. package/dist-cms/tinymce/langs/th_TH.js +406 -0
  411. package/dist-cms/tinymce/langs/tr.js +406 -0
  412. package/dist-cms/tinymce/langs/ug.js +406 -0
  413. package/dist-cms/tinymce/langs/uk.js +406 -0
  414. package/dist-cms/tinymce/langs/vi.js +406 -0
  415. package/dist-cms/tinymce/langs/zh-Hans.js +406 -0
  416. package/dist-cms/tinymce/langs/zh-Hant.js +406 -0
  417. package/dist-cms/tinymce/langs/zh_HK.js +406 -0
  418. package/dist-cms/tinymce/langs/zh_MO.js +406 -0
  419. package/dist-cms/tinymce/langs/zh_SG.js +406 -0
  420. package/dist-cms/tinymce/license.txt +21 -0
  421. package/dist-cms/tinymce/models/dom/index.js +7 -0
  422. package/dist-cms/tinymce/models/dom/model.js +8040 -0
  423. package/dist-cms/tinymce/models/dom/model.min.js +4 -0
  424. package/dist-cms/tinymce/package.json +32 -0
  425. package/dist-cms/tinymce/plugins/accordion/index.js +7 -0
  426. package/dist-cms/tinymce/plugins/accordion/plugin.js +1033 -0
  427. package/dist-cms/tinymce/plugins/accordion/plugin.min.js +4 -0
  428. package/dist-cms/tinymce/plugins/advlist/index.js +7 -0
  429. package/dist-cms/tinymce/plugins/advlist/plugin.js +259 -0
  430. package/dist-cms/tinymce/plugins/advlist/plugin.min.js +4 -0
  431. package/dist-cms/tinymce/plugins/anchor/index.js +7 -0
  432. package/dist-cms/tinymce/plugins/anchor/plugin.js +214 -0
  433. package/dist-cms/tinymce/plugins/anchor/plugin.min.js +4 -0
  434. package/dist-cms/tinymce/plugins/autolink/index.js +7 -0
  435. package/dist-cms/tinymce/plugins/autolink/plugin.js +228 -0
  436. package/dist-cms/tinymce/plugins/autolink/plugin.min.js +4 -0
  437. package/dist-cms/tinymce/plugins/autoresize/index.js +7 -0
  438. package/dist-cms/tinymce/plugins/autoresize/plugin.js +192 -0
  439. package/dist-cms/tinymce/plugins/autoresize/plugin.min.js +4 -0
  440. package/dist-cms/tinymce/plugins/autosave/index.js +7 -0
  441. package/dist-cms/tinymce/plugins/autosave/plugin.js +233 -0
  442. package/dist-cms/tinymce/plugins/autosave/plugin.min.js +4 -0
  443. package/dist-cms/tinymce/plugins/charmap/index.js +7 -0
  444. package/dist-cms/tinymce/plugins/charmap/plugin.js +1658 -0
  445. package/dist-cms/tinymce/plugins/charmap/plugin.min.js +4 -0
  446. package/dist-cms/tinymce/plugins/code/index.js +7 -0
  447. package/dist-cms/tinymce/plugins/code/plugin.js +85 -0
  448. package/dist-cms/tinymce/plugins/code/plugin.min.js +4 -0
  449. package/dist-cms/tinymce/plugins/codesample/index.js +7 -0
  450. package/dist-cms/tinymce/plugins/codesample/plugin.js +2463 -0
  451. package/dist-cms/tinymce/plugins/codesample/plugin.min.js +4 -0
  452. package/dist-cms/tinymce/plugins/directionality/index.js +7 -0
  453. package/dist-cms/tinymce/plugins/directionality/plugin.js +395 -0
  454. package/dist-cms/tinymce/plugins/directionality/plugin.min.js +4 -0
  455. package/dist-cms/tinymce/plugins/emoticons/index.js +7 -0
  456. package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.js +1 -0
  457. package/dist-cms/tinymce/plugins/emoticons/js/emojiimages.min.js +3 -0
  458. package/dist-cms/tinymce/plugins/emoticons/js/emojis.js +1 -0
  459. package/dist-cms/tinymce/plugins/emoticons/js/emojis.min.js +2 -0
  460. package/dist-cms/tinymce/plugins/emoticons/plugin.js +595 -0
  461. package/dist-cms/tinymce/plugins/emoticons/plugin.min.js +4 -0
  462. package/dist-cms/tinymce/plugins/fullscreen/index.js +7 -0
  463. package/dist-cms/tinymce/plugins/fullscreen/plugin.js +1196 -0
  464. package/dist-cms/tinymce/plugins/fullscreen/plugin.min.js +4 -0
  465. package/dist-cms/tinymce/plugins/help/index.js +7 -0
  466. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ar.js +90 -0
  467. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/bg_BG.js +90 -0
  468. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ca.js +90 -0
  469. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/cs.js +90 -0
  470. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/da.js +90 -0
  471. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/de.js +90 -0
  472. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/el.js +90 -0
  473. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/en.js +90 -0
  474. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/es.js +90 -0
  475. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/eu.js +90 -0
  476. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fa.js +90 -0
  477. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fi.js +90 -0
  478. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/fr_FR.js +90 -0
  479. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/he_IL.js +90 -0
  480. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hi.js +90 -0
  481. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hr.js +90 -0
  482. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/hu_HU.js +90 -0
  483. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/id.js +90 -0
  484. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/it.js +90 -0
  485. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ja.js +90 -0
  486. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/kk.js +90 -0
  487. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ko_KR.js +90 -0
  488. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ms.js +90 -0
  489. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nb_NO.js +90 -0
  490. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/nl.js +90 -0
  491. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pl.js +90 -0
  492. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_BR.js +90 -0
  493. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/pt_PT.js +90 -0
  494. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ro.js +90 -0
  495. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/ru.js +90 -0
  496. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sk.js +90 -0
  497. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sl_SI.js +90 -0
  498. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/sv_SE.js +90 -0
  499. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/th_TH.js +90 -0
  500. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/tr.js +90 -0
  501. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/uk.js +90 -0
  502. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/vi.js +90 -0
  503. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_CN.js +84 -0
  504. package/dist-cms/tinymce/plugins/help/js/i18n/keynav/zh_TW.js +90 -0
  505. package/dist-cms/tinymce/plugins/help/plugin.js +893 -0
  506. package/dist-cms/tinymce/plugins/help/plugin.min.js +4 -0
  507. package/dist-cms/tinymce/plugins/image/index.js +7 -0
  508. package/dist-cms/tinymce/plugins/image/plugin.js +1504 -0
  509. package/dist-cms/tinymce/plugins/image/plugin.min.js +4 -0
  510. package/dist-cms/tinymce/plugins/importcss/index.js +7 -0
  511. package/dist-cms/tinymce/plugins/importcss/plugin.js +344 -0
  512. package/dist-cms/tinymce/plugins/importcss/plugin.min.js +4 -0
  513. package/dist-cms/tinymce/plugins/insertdatetime/index.js +7 -0
  514. package/dist-cms/tinymce/plugins/insertdatetime/plugin.js +187 -0
  515. package/dist-cms/tinymce/plugins/insertdatetime/plugin.min.js +4 -0
  516. package/dist-cms/tinymce/plugins/link/index.js +7 -0
  517. package/dist-cms/tinymce/plugins/link/plugin.js +1241 -0
  518. package/dist-cms/tinymce/plugins/link/plugin.min.js +4 -0
  519. package/dist-cms/tinymce/plugins/lists/index.js +7 -0
  520. package/dist-cms/tinymce/plugins/lists/plugin.js +1948 -0
  521. package/dist-cms/tinymce/plugins/lists/plugin.min.js +4 -0
  522. package/dist-cms/tinymce/plugins/media/index.js +7 -0
  523. package/dist-cms/tinymce/plugins/media/plugin.js +1235 -0
  524. package/dist-cms/tinymce/plugins/media/plugin.min.js +4 -0
  525. package/dist-cms/tinymce/plugins/nonbreaking/index.js +7 -0
  526. package/dist-cms/tinymce/plugins/nonbreaking/plugin.js +123 -0
  527. package/dist-cms/tinymce/plugins/nonbreaking/plugin.min.js +4 -0
  528. package/dist-cms/tinymce/plugins/pagebreak/index.js +7 -0
  529. package/dist-cms/tinymce/plugins/pagebreak/plugin.js +117 -0
  530. package/dist-cms/tinymce/plugins/pagebreak/plugin.min.js +4 -0
  531. package/dist-cms/tinymce/plugins/preview/index.js +7 -0
  532. package/dist-cms/tinymce/plugins/preview/plugin.js +97 -0
  533. package/dist-cms/tinymce/plugins/preview/plugin.min.js +4 -0
  534. package/dist-cms/tinymce/plugins/quickbars/index.js +7 -0
  535. package/dist-cms/tinymce/plugins/quickbars/plugin.js +438 -0
  536. package/dist-cms/tinymce/plugins/quickbars/plugin.min.js +4 -0
  537. package/dist-cms/tinymce/plugins/save/index.js +7 -0
  538. package/dist-cms/tinymce/plugins/save/plugin.js +118 -0
  539. package/dist-cms/tinymce/plugins/save/plugin.min.js +4 -0
  540. package/dist-cms/tinymce/plugins/searchreplace/index.js +7 -0
  541. package/dist-cms/tinymce/plugins/searchreplace/plugin.js +1093 -0
  542. package/dist-cms/tinymce/plugins/searchreplace/plugin.min.js +4 -0
  543. package/dist-cms/tinymce/plugins/table/index.js +7 -0
  544. package/dist-cms/tinymce/plugins/table/plugin.js +3462 -0
  545. package/dist-cms/tinymce/plugins/table/plugin.min.js +4 -0
  546. package/dist-cms/tinymce/plugins/template/index.js +7 -0
  547. package/dist-cms/tinymce/plugins/template/plugin.js +567 -0
  548. package/dist-cms/tinymce/plugins/template/plugin.min.js +4 -0
  549. package/dist-cms/tinymce/plugins/visualblocks/index.js +7 -0
  550. package/dist-cms/tinymce/plugins/visualblocks/plugin.js +98 -0
  551. package/dist-cms/tinymce/plugins/visualblocks/plugin.min.js +4 -0
  552. package/dist-cms/tinymce/plugins/visualchars/index.js +7 -0
  553. package/dist-cms/tinymce/plugins/visualchars/plugin.js +560 -0
  554. package/dist-cms/tinymce/plugins/visualchars/plugin.min.js +4 -0
  555. package/dist-cms/tinymce/plugins/wordcount/index.js +7 -0
  556. package/dist-cms/tinymce/plugins/wordcount/plugin.js +405 -0
  557. package/dist-cms/tinymce/plugins/wordcount/plugin.min.js +4 -0
  558. package/dist-cms/tinymce/skins/content/dark/content.css +66 -0
  559. package/dist-cms/tinymce/skins/content/dark/content.min.css +1 -0
  560. package/dist-cms/tinymce/skins/content/default/content.css +61 -0
  561. package/dist-cms/tinymce/skins/content/default/content.min.css +1 -0
  562. package/dist-cms/tinymce/skins/content/document/content.css +66 -0
  563. package/dist-cms/tinymce/skins/content/document/content.min.css +1 -0
  564. package/dist-cms/tinymce/skins/content/tinymce-5/content.css +61 -0
  565. package/dist-cms/tinymce/skins/content/tinymce-5/content.min.css +1 -0
  566. package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.css +66 -0
  567. package/dist-cms/tinymce/skins/content/tinymce-5-dark/content.min.css +1 -0
  568. package/dist-cms/tinymce/skins/content/writer/content.css +62 -0
  569. package/dist-cms/tinymce/skins/content/writer/content.min.css +1 -0
  570. package/dist-cms/tinymce/skins/ui/oxide/content.css +785 -0
  571. package/dist-cms/tinymce/skins/ui/oxide/content.inline.css +779 -0
  572. package/dist-cms/tinymce/skins/ui/oxide/content.inline.min.css +1 -0
  573. package/dist-cms/tinymce/skins/ui/oxide/content.min.css +1 -0
  574. package/dist-cms/tinymce/skins/ui/oxide/skin.css +3688 -0
  575. package/dist-cms/tinymce/skins/ui/oxide/skin.min.css +1 -0
  576. package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.css +30 -0
  577. package/dist-cms/tinymce/skins/ui/oxide/skin.shadowdom.min.css +1 -0
  578. package/dist-cms/tinymce/skins/ui/oxide-dark/content.css +766 -0
  579. package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.css +779 -0
  580. package/dist-cms/tinymce/skins/ui/oxide-dark/content.inline.min.css +1 -0
  581. package/dist-cms/tinymce/skins/ui/oxide-dark/content.min.css +1 -0
  582. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.css +3691 -0
  583. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.min.css +1 -0
  584. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.css +30 -0
  585. package/dist-cms/tinymce/skins/ui/oxide-dark/skin.shadowdom.min.css +1 -0
  586. package/dist-cms/tinymce/skins/ui/tinymce-5/content.css +785 -0
  587. package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.css +779 -0
  588. package/dist-cms/tinymce/skins/ui/tinymce-5/content.inline.min.css +1 -0
  589. package/dist-cms/tinymce/skins/ui/tinymce-5/content.min.css +1 -0
  590. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.css +3782 -0
  591. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.min.css +1 -0
  592. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.css +30 -0
  593. package/dist-cms/tinymce/skins/ui/tinymce-5/skin.shadowdom.min.css +1 -0
  594. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.css +766 -0
  595. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.css +779 -0
  596. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.inline.min.css +1 -0
  597. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/content.min.css +1 -0
  598. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.css +3782 -0
  599. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.min.css +1 -0
  600. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.css +30 -0
  601. package/dist-cms/tinymce/skins/ui/tinymce-5-dark/skin.shadowdom.min.css +1 -0
  602. package/dist-cms/tinymce/themes/silver/index.js +7 -0
  603. package/dist-cms/tinymce/themes/silver/theme.js +30167 -0
  604. package/dist-cms/tinymce/themes/silver/theme.min.js +4 -0
  605. package/dist-cms/tinymce/tinymce.d.ts +3206 -0
  606. package/dist-cms/tinymce/tinymce.js +31297 -0
  607. package/dist-cms/tinymce/tinymce.min.js +4 -0
  608. package/dist-cms/tsconfig.tsbuildinfo +1 -1
  609. package/dist-cms/umbraco-package-schema.json +49 -7
  610. package/dist-cms/vscode-html-custom-data.json +82 -17
  611. package/package.json +4 -1
  612. package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.d.ts +0 -2
  613. package/dist-cms/packages/core/property-editors/models/Umbraco.TinyMCE.js.map +0 -1
  614. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.d.ts +0 -2
  615. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js +0 -13
  616. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/manifests.js.map +0 -1
  617. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.d.ts +0 -16
  618. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js +0 -34
  619. package/dist-cms/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.js.map +0 -1
@@ -1500,6 +1500,46 @@
1500
1500
  }
1501
1501
  ]
1502
1502
  },
1503
+ {
1504
+ "name": "umb-input-tiny-mce",
1505
+ "path": "./../src/packages/core/components/input-tiny-mce/input-tiny-mce.element.ts",
1506
+ "attributes": [
1507
+ {
1508
+ "name": "configuration"
1509
+ }
1510
+ ],
1511
+ "properties": [
1512
+ {
1513
+ "name": "configuration",
1514
+ "attribute": "configuration"
1515
+ },
1516
+ {
1517
+ "name": "modalContext"
1518
+ },
1519
+ {
1520
+ "name": "styles",
1521
+ "type": "array",
1522
+ "default": "[\"UUITextStyles\",null]"
1523
+ }
1524
+ ],
1525
+ "events": [
1526
+ {
1527
+ "name": "rte.shortcut.save"
1528
+ },
1529
+ {
1530
+ "name": "rte.shortcut.saveAndPublish"
1531
+ },
1532
+ {
1533
+ "name": "umb-rte-focus"
1534
+ },
1535
+ {
1536
+ "name": "umb-rte-blur"
1537
+ },
1538
+ {
1539
+ "name": "change"
1540
+ }
1541
+ ]
1542
+ },
1503
1543
  {
1504
1544
  "name": "umb-input-toggle",
1505
1545
  "path": "./../src/packages/core/components/input-toggle/input-toggle.element.ts",
@@ -1701,7 +1741,7 @@
1701
1741
  "default": "\"''\""
1702
1742
  },
1703
1743
  {
1704
- "name": "property-editor-model-alias",
1744
+ "name": "property-editor-schema-alias",
1705
1745
  "description": "Property Editor Alias",
1706
1746
  "type": "string",
1707
1747
  "default": "\"''\""
@@ -1716,8 +1756,8 @@
1716
1756
  "default": "\"''\""
1717
1757
  },
1718
1758
  {
1719
- "name": "propertyEditorModelAlias",
1720
- "attribute": "property-editor-model-alias",
1759
+ "name": "propertyEditorSchemaAlias",
1760
+ "attribute": "property-editor-schema-alias",
1721
1761
  "description": "Property Editor Alias",
1722
1762
  "type": "string",
1723
1763
  "default": "\"''\""
@@ -2041,6 +2081,21 @@
2041
2081
  }
2042
2082
  ]
2043
2083
  },
2084
+ {
2085
+ "name": "umb-code-editor-modal",
2086
+ "path": "./../src/packages/core/modal/common/code-editor/code-editor-modal.element.ts",
2087
+ "properties": [
2088
+ {
2089
+ "name": "isCodeEditorReady",
2090
+ "default": "\"this.#isCodeEditorReady.asObservable()\""
2091
+ },
2092
+ {
2093
+ "name": "styles",
2094
+ "type": "array",
2095
+ "default": "[\"UUITextStyles\",null]"
2096
+ }
2097
+ ]
2098
+ },
2044
2099
  {
2045
2100
  "name": "umb-confirm-modal",
2046
2101
  "path": "./../src/packages/core/modal/common/confirm/confirm-modal.element.ts",
@@ -2067,19 +2122,7 @@
2067
2122
  {
2068
2123
  "name": "umb-embedded-media-modal",
2069
2124
  "path": "./../src/packages/core/modal/common/embedded-media/embedded-media-modal.element.ts",
2070
- "attributes": [
2071
- {
2072
- "name": "data"
2073
- }
2074
- ],
2075
2125
  "properties": [
2076
- {
2077
- "name": "modalContext"
2078
- },
2079
- {
2080
- "name": "data",
2081
- "attribute": "data"
2082
- },
2083
2126
  {
2084
2127
  "name": "styles",
2085
2128
  "type": "array",
@@ -3488,21 +3531,67 @@
3488
3531
  ]
3489
3532
  },
3490
3533
  {
3491
- "name": "umb-property-editor-ui-tiny-mce-configuration",
3492
- "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/configuration/property-editor-ui-tiny-mce-configuration.element.ts",
3534
+ "name": "umb-property-editor-ui-tiny-mce-dimensions-configuration",
3535
+ "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/dimensions/property-editor-ui-tiny-mce-dimensions-configuration.element.ts",
3493
3536
  "attributes": [
3494
3537
  {
3495
3538
  "name": "value",
3496
- "type": "string",
3497
- "default": "\"\""
3539
+ "type": "{ width?: number | undefined; height?: number | undefined; }",
3540
+ "default": "{}"
3498
3541
  }
3499
3542
  ],
3500
3543
  "properties": [
3501
3544
  {
3502
3545
  "name": "value",
3503
3546
  "attribute": "value",
3504
- "type": "string",
3505
- "default": "\"\""
3547
+ "type": "{ width?: number | undefined; height?: number | undefined; }",
3548
+ "default": "{}"
3549
+ },
3550
+ {
3551
+ "name": "styles",
3552
+ "type": "array",
3553
+ "default": "[\"UUITextStyles\"]"
3554
+ }
3555
+ ]
3556
+ },
3557
+ {
3558
+ "name": "umb-property-editor-ui-tiny-mce-maximagesize-configuration",
3559
+ "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/max-image-size/property-editor-ui-tiny-mce-maximagesize-configuration.element.ts",
3560
+ "attributes": [
3561
+ {
3562
+ "name": "value",
3563
+ "type": "number | undefined"
3564
+ }
3565
+ ],
3566
+ "properties": [
3567
+ {
3568
+ "name": "value",
3569
+ "attribute": "value",
3570
+ "type": "number | undefined"
3571
+ },
3572
+ {
3573
+ "name": "styles",
3574
+ "type": "array",
3575
+ "default": "[\"UUITextStyles\"]"
3576
+ }
3577
+ ]
3578
+ },
3579
+ {
3580
+ "name": "umb-property-editor-ui-tiny-mce-stylesheets-configuration",
3581
+ "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/stylesheets/property-editor-ui-tiny-mce-stylesheets-configuration.element.ts",
3582
+ "attributes": [
3583
+ {
3584
+ "name": "value",
3585
+ "type": "string[]",
3586
+ "default": "[]"
3587
+ }
3588
+ ],
3589
+ "properties": [
3590
+ {
3591
+ "name": "value",
3592
+ "attribute": "value",
3593
+ "type": "string[]",
3594
+ "default": "[]"
3506
3595
  },
3507
3596
  {
3508
3597
  "name": "config",
@@ -3512,7 +3601,36 @@
3512
3601
  {
3513
3602
  "name": "styles",
3514
3603
  "type": "array",
3515
- "default": "[\"UUITextStyles\"]"
3604
+ "default": "[\"UUITextStyles\",null]"
3605
+ }
3606
+ ]
3607
+ },
3608
+ {
3609
+ "name": "umb-property-editor-ui-tiny-mce-toolbar-configuration",
3610
+ "path": "./../src/packages/core/property-editors/uis/tiny-mce/config/toolbar/property-editor-ui-tiny-mce-toolbar-configuration.element.ts",
3611
+ "attributes": [
3612
+ {
3613
+ "name": "value",
3614
+ "type": "string[]",
3615
+ "default": "[]"
3616
+ }
3617
+ ],
3618
+ "properties": [
3619
+ {
3620
+ "name": "value",
3621
+ "attribute": "value",
3622
+ "type": "string[]",
3623
+ "default": "[]"
3624
+ },
3625
+ {
3626
+ "name": "config",
3627
+ "type": "never[]",
3628
+ "default": "[]"
3629
+ },
3630
+ {
3631
+ "name": "styles",
3632
+ "type": "array",
3633
+ "default": "[\"UUITextStyles\",null]"
3516
3634
  }
3517
3635
  ]
3518
3636
  },
@@ -3534,14 +3652,18 @@
3534
3652
  "default": "\"\""
3535
3653
  },
3536
3654
  {
3537
- "name": "config",
3538
- "default": "\"new UmbDataTypePropertyCollection()\""
3655
+ "name": "config"
3539
3656
  },
3540
3657
  {
3541
3658
  "name": "styles",
3542
3659
  "type": "array",
3543
3660
  "default": "[\"UUITextStyles\"]"
3544
3661
  }
3662
+ ],
3663
+ "events": [
3664
+ {
3665
+ "name": "property-value-change"
3666
+ }
3545
3667
  ]
3546
3668
  },
3547
3669
  {
@@ -5815,7 +5937,7 @@
5815
5937
  "default": "\"\""
5816
5938
  },
5817
5939
  {
5818
- "name": "propertyEditorModelAlias",
5940
+ "name": "propertyEditorSchemaAlias",
5819
5941
  "description": "Property Editor Model Alias",
5820
5942
  "type": "string",
5821
5943
  "default": "\"\""
@@ -1,3 +1,3 @@
1
- var M=function(t,r){return M=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},M(t,r)};function m(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");M(t,r);function e(){this.constructor=t}t.prototype=r===null?Object.create(r):(e.prototype=r.prototype,new e)}function Et(t,r,e,n){function i(o){return o instanceof e?o:new e(function(u){u(o)})}return new(e||(e=Promise))(function(o,u){function c(l){try{a(n.next(l))}catch(v){u(v)}}function s(l){try{a(n.throw(l))}catch(v){u(v)}}function a(l){l.done?o(l.value):i(l.value).then(c,s)}a((n=n.apply(t,r||[])).next())})}function Q(t,r){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,u;return u={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(u[Symbol.iterator]=function(){return this}),u;function c(a){return function(l){return s([a,l])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;u&&(u=0,a[0]&&(e=0)),e;)try{if(n=1,i&&(o=a[0]&2?i.return:a[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;switch(i=0,o&&(a=[a[0]&2,o.value]),a[0]){case 0:case 1:o=a;break;case 4:return e.label++,{value:a[1],done:!1};case 5:e.label++,i=a[1],a=[0];continue;case 7:a=e.ops.pop(),e.trys.pop();continue;default:if(o=e.trys,!(o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){e=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){e.label=a[1];break}if(a[0]===6&&e.label<o[1]){e.label=o[1],o=a;break}if(o&&e.label<o[2]){e.label=o[2],e.ops.push(a);break}o[2]&&e.ops.pop(),e.trys.pop();continue}a=r.call(t,e)}catch(l){a=[6,l],i=0}finally{n=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function g(t){var r=typeof Symbol=="function"&&Symbol.iterator,e=r&&t[r],n=0;if(e)return e.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function x(t,r){var e=typeof Symbol=="function"&&t[Symbol.iterator];if(!e)return t;var n=e.call(t),i,o=[],u;try{for(;(r===void 0||r-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(c){u={error:c}}finally{try{i&&!i.done&&(e=n.return)&&e.call(n)}finally{if(u)throw u.error}}return o}function I(t,r,e){if(e||arguments.length===2)for(var n=0,i=r.length,o;n<i;n++)(o||!(n in r))&&(o||(o=Array.prototype.slice.call(r,0,n)),o[n]=r[n]);return t.concat(o||Array.prototype.slice.call(r))}function E(t){return this instanceof E?(this.v=t,this):new E(t)}function At(t,r,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(t,r||[]),i,o=[];return i={},u("next"),u("throw"),u("return"),i[Symbol.asyncIterator]=function(){return this},i;function u(f){n[f]&&(i[f]=function(d){return new Promise(function(b,p){o.push([f,d,b,p])>1||c(f,d)})})}function c(f,d){try{s(n[f](d))}catch(b){v(o[0][3],b)}}function s(f){f.value instanceof E?Promise.resolve(f.value.v).then(a,l):v(o[0][2],f)}function a(f){c("next",f)}function l(f){c("throw",f)}function v(f,d){f(d),o.shift(),o.length&&c(o[0][0],o[0][1])}}function Ot(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t[Symbol.asyncIterator],e;return r?r.call(t):(t=typeof g=="function"?g(t):t[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(o){e[o]=t[o]&&function(u){return new Promise(function(c,s){u=t[o](u),i(c,s,u.done,u.value)})}}function i(o,u,c,s){Promise.resolve(s).then(function(a){o({value:a,done:c})},u)}}function h(t){return typeof t=="function"}function Y(t){var r=function(n){Error.call(n),n.stack=new Error().stack},e=t(r);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var q=Y(function(t){return function(e){t(this),this.message=e?e.length+` errors occurred during unsubscription:
1
+ var M=function(t,r){return M=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,n){e.__proto__=n}||function(e,n){for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(e[i]=n[i])},M(t,r)};function m(t,r){if(typeof r!="function"&&r!==null)throw new TypeError("Class extends value "+String(r)+" is not a constructor or null");M(t,r);function e(){this.constructor=t}t.prototype=r===null?Object.create(r):(e.prototype=r.prototype,new e)}function At(t,r,e,n){function i(o){return o instanceof e?o:new e(function(u){u(o)})}return new(e||(e=Promise))(function(o,u){function c(l){try{a(n.next(l))}catch(v){u(v)}}function s(l){try{a(n.throw(l))}catch(v){u(v)}}function a(l){l.done?o(l.value):i(l.value).then(c,s)}a((n=n.apply(t,r||[])).next())})}function Q(t,r){var e={label:0,sent:function(){if(o[0]&1)throw o[1];return o[1]},trys:[],ops:[]},n,i,o,u;return u={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(u[Symbol.iterator]=function(){return this}),u;function c(a){return function(l){return s([a,l])}}function s(a){if(n)throw new TypeError("Generator is already executing.");for(;u&&(u=0,a[0]&&(e=0)),e;)try{if(n=1,i&&(o=a[0]&2?i.return:a[0]?i.throw||((o=i.return)&&o.call(i),0):i.next)&&!(o=o.call(i,a[1])).done)return o;switch(i=0,o&&(a=[a[0]&2,o.value]),a[0]){case 0:case 1:o=a;break;case 4:return e.label++,{value:a[1],done:!1};case 5:e.label++,i=a[1],a=[0];continue;case 7:a=e.ops.pop(),e.trys.pop();continue;default:if(o=e.trys,!(o=o.length>0&&o[o.length-1])&&(a[0]===6||a[0]===2)){e=0;continue}if(a[0]===3&&(!o||a[1]>o[0]&&a[1]<o[3])){e.label=a[1];break}if(a[0]===6&&e.label<o[1]){e.label=o[1],o=a;break}if(o&&e.label<o[2]){e.label=o[2],e.ops.push(a);break}o[2]&&e.ops.pop(),e.trys.pop();continue}a=r.call(t,e)}catch(l){a=[6,l],i=0}finally{n=o=0}if(a[0]&5)throw a[1];return{value:a[0]?a[1]:void 0,done:!0}}}function g(t){var r=typeof Symbol=="function"&&Symbol.iterator,e=r&&t[r],n=0;if(e)return e.call(t);if(t&&typeof t.length=="number")return{next:function(){return t&&n>=t.length&&(t=void 0),{value:t&&t[n++],done:!t}}};throw new TypeError(r?"Object is not iterable.":"Symbol.iterator is not defined.")}function x(t,r){var e=typeof Symbol=="function"&&t[Symbol.iterator];if(!e)return t;var n=e.call(t),i,o=[],u;try{for(;(r===void 0||r-- >0)&&!(i=n.next()).done;)o.push(i.value)}catch(c){u={error:c}}finally{try{i&&!i.done&&(e=n.return)&&e.call(n)}finally{if(u)throw u.error}}return o}function I(t,r,e){if(e||arguments.length===2)for(var n=0,i=r.length,o;n<i;n++)(o||!(n in r))&&(o||(o=Array.prototype.slice.call(r,0,n)),o[n]=r[n]);return t.concat(o||Array.prototype.slice.call(r))}function E(t){return this instanceof E?(this.v=t,this):new E(t)}function Ot(t,r,e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var n=e.apply(t,r||[]),i,o=[];return i={},u("next"),u("throw"),u("return"),i[Symbol.asyncIterator]=function(){return this},i;function u(f){n[f]&&(i[f]=function(d){return new Promise(function(b,p){o.push([f,d,b,p])>1||c(f,d)})})}function c(f,d){try{s(n[f](d))}catch(b){v(o[0][3],b)}}function s(f){f.value instanceof E?Promise.resolve(f.value.v).then(a,l):v(o[0][2],f)}function a(f){c("next",f)}function l(f){c("throw",f)}function v(f,d){f(d),o.shift(),o.length&&c(o[0][0],o[0][1])}}function Pt(t){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var r=t[Symbol.asyncIterator],e;return r?r.call(t):(t=typeof g=="function"?g(t):t[Symbol.iterator](),e={},n("next"),n("throw"),n("return"),e[Symbol.asyncIterator]=function(){return this},e);function n(o){e[o]=t[o]&&function(u){return new Promise(function(c,s){u=t[o](u),i(c,s,u.done,u.value)})}}function i(o,u,c,s){Promise.resolve(s).then(function(a){o({value:a,done:c})},u)}}function h(t){return typeof t=="function"}function Y(t){var r=function(n){Error.call(n),n.stack=new Error().stack},e=t(r);return e.prototype=Object.create(Error.prototype),e.prototype.constructor=e,e}var q=Y(function(t){return function(e){t(this),this.message=e?e.length+` errors occurred during unsubscription:
2
2
  `+e.map(function(n,i){return i+1+") "+n.toString()}).join(`
3
- `):"",this.name="UnsubscriptionError",this.errors=e}});function F(t,r){if(t){var e=t.indexOf(r);0<=e&&t.splice(e,1)}}var A=function(){function t(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var r,e,n,i,o;if(!this.closed){this.closed=!0;var u=this._parentage;if(u)if(this._parentage=null,Array.isArray(u))try{for(var c=g(u),s=c.next();!s.done;s=c.next()){var a=s.value;a.remove(this)}}catch(p){r={error:p}}finally{try{s&&!s.done&&(e=c.return)&&e.call(c)}finally{if(r)throw r.error}}else u.remove(this);var l=this.initialTeardown;if(h(l))try{l()}catch(p){o=p instanceof q?p.errors:[p]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var f=g(v),d=f.next();!d.done;d=f.next()){var b=d.value;try{N(b)}catch(p){o=o??[],p instanceof q?o=I(I([],x(o)),x(p.errors)):o.push(p)}}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new q(o)}},t.prototype.add=function(r){var e;if(r&&r!==this)if(this.closed)N(r);else{if(r instanceof t){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(r)}},t.prototype._hasParent=function(r){var e=this._parentage;return e===r||Array.isArray(e)&&e.includes(r)},t.prototype._addParent=function(r){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(r),e):e?[e,r]:r},t.prototype._removeParent=function(r){var e=this._parentage;e===r?this._parentage=null:Array.isArray(e)&&F(e,r)},t.prototype.remove=function(r){var e=this._finalizers;e&&F(e,r),r instanceof t&&r._removeParent(this)},t.EMPTY=function(){var r=new t;return r.closed=!0,r}(),t}(),X=A.EMPTY;function z(t){return t instanceof A||t&&"closed"in t&&h(t.remove)&&h(t.add)&&h(t.unsubscribe)}function N(t){h(t)?t():t.unsubscribe()}var tt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Pt={setTimeout:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,I([t,r],x(e)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function et(t){Pt.setTimeout(function(){throw t})}function D(){}function L(t){t()}var G=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,z(e)&&e.add(n)):n.destination=Ct,n}return r.create=function(e,n,i){return new T(e,n,i)},r.prototype.next=function(e){this.isStopped||this._next(e)},r.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(A),Tt=Function.prototype.bind;function K(t,r){return Tt.call(t,r)}var jt=function(){function t(r){this.partialObserver=r}return t.prototype.next=function(r){var e=this.partialObserver;if(e.next)try{e.next(r)}catch(n){V(n)}},t.prototype.error=function(r){var e=this.partialObserver;if(e.error)try{e.error(r)}catch(n){V(n)}else V(r)},t.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(e){V(e)}},t}(),T=function(t){m(r,t);function r(e,n,i){var o=t.call(this)||this,u;if(h(e)||!e)u={next:e??void 0,error:n??void 0,complete:i??void 0};else{var c;o&&tt.useDeprecatedNextContext?(c=Object.create(e),c.unsubscribe=function(){return o.unsubscribe()},u={next:e.next&&K(e.next,c),error:e.error&&K(e.error,c),complete:e.complete&&K(e.complete,c)}):u=e}return o.destination=new jt(u),o}return r}(G);function V(t){et(t)}function kt(t){throw t}var Ct={closed:!0,next:D,error:kt,complete:D},Z=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function j(t){return t}function Rt(t){return t.length===0?j:t.length===1?t[0]:function(e){return t.reduce(function(n,i){return i(n)},e)}}var y=function(){function t(r){r&&(this._subscribe=r)}return t.prototype.lift=function(r){var e=new t;return e.source=this,e.operator=r,e},t.prototype.subscribe=function(r,e,n){var i=this,o=Ft(r)?r:new T(r,e,n);return L(function(){var u=i,c=u.operator,s=u.source;o.add(c?c.call(o,s):s?i._subscribe(o):i._trySubscribe(o))}),o},t.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(e){r.error(e)}},t.prototype.forEach=function(r,e){var n=this;return e=rt(e),new e(function(i,o){var u=new T({next:function(c){try{r(c)}catch(s){o(s),u.unsubscribe()}},error:o,complete:i});n.subscribe(u)})},t.prototype._subscribe=function(r){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(r)},t.prototype[Z]=function(){return this},t.prototype.pipe=function(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];return Rt(r)(this)},t.prototype.toPromise=function(r){var e=this;return r=rt(r),new r(function(n,i){var o;e.subscribe(function(u){return o=u},function(u){return i(u)},function(){return n(o)})})},t.create=function(r){return new t(r)},t}();function rt(t){var r;return(r=t??tt.Promise)!==null&&r!==void 0?r:Promise}function Ut(t){return t&&h(t.next)&&h(t.error)&&h(t.complete)}function Ft(t){return t&&t instanceof G||Ut(t)&&z(t)}function Lt(t){return h(t?.lift)}function w(t){return function(r){if(Lt(r))return r.lift(function(e){try{return t(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function _(t,r,e,n,i){return new Vt(t,r,e,n,i)}var Vt=function(t){m(r,t);function r(e,n,i,o,u,c){var s=t.call(this,e)||this;return s.onFinalize=u,s.shouldUnsubscribe=c,s._next=n?function(a){try{n(a)}catch(l){e.error(l)}}:t.prototype._next,s._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:t.prototype._error,s._complete=i?function(){try{i()}catch(a){e.error(a)}finally{this.unsubscribe()}}:t.prototype._complete,s}return r.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;t.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},r}(G),Wt=Y(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),k=function(t){m(r,t);function r(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return r.prototype.lift=function(e){var n=new nt(this,this);return n.operator=e,n},r.prototype._throwIfClosed=function(){if(this.closed)throw new Wt},r.prototype.next=function(e){var n=this;L(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var u=g(n.currentObservers),c=u.next();!c.done;c=u.next()){var s=c.value;s.next(e)}}catch(a){i={error:a}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(i)throw i.error}}}})},r.prototype.error=function(e){var n=this;L(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var i=n.observers;i.length;)i.shift().error(e)}})},r.prototype.complete=function(){var e=this;L(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},r.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},r.prototype._innerSubscribe=function(e){var n=this,i=this,o=i.hasError,u=i.isStopped,c=i.observers;return o||u?X:(this.currentObservers=null,c.push(e),new A(function(){n.currentObservers=null,F(c,e)}))},r.prototype._checkFinalizedStatuses=function(e){var n=this,i=n.hasError,o=n.thrownError,u=n.isStopped;i?e.error(o):u&&e.complete()},r.prototype.asObservable=function(){var e=new y;return e.source=this,e},r.create=function(e,n){return new nt(e,n)},r}(y),nt=function(t){m(r,t);function r(e,n){var i=t.call(this)||this;return i.destination=e,i.source=n,i}return r.prototype.next=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,e)},r.prototype.error=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,e)},r.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},r.prototype._subscribe=function(e){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&i!==void 0?i:X},r}(k),Mt=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n._value=e,n}return Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},r.prototype.getValue=function(){var e=this,n=e.hasError,i=e.thrownError,o=e._value;if(n)throw i;return this._throwIfClosed(),o},r.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},r}(k),H={now:function(){return(H.delegate||Date).now()},delegate:void 0},it=function(t){m(r,t);function r(e,n,i){e===void 0&&(e=1/0),n===void 0&&(n=1/0),i===void 0&&(i=H);var o=t.call(this)||this;return o._bufferSize=e,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,e),o._windowTime=Math.max(1,n),o}return r.prototype.next=function(e){var n=this,i=n.isStopped,o=n._buffer,u=n._infiniteTimeWindow,c=n._timestampProvider,s=n._windowTime;i||(o.push(e),!u&&o.push(c.now()+s)),this._trimBuffer(),t.prototype.next.call(this,e)},r.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(e),i=this,o=i._infiniteTimeWindow,u=i._buffer,c=u.slice(),s=0;s<c.length&&!e.closed;s+=o?1:2)e.next(c[s]);return this._checkFinalizedStatuses(e),n},r.prototype._trimBuffer=function(){var e=this,n=e._bufferSize,i=e._timestampProvider,o=e._buffer,u=e._infiniteTimeWindow,c=(u?1:2)*n;if(n<1/0&&c<o.length&&o.splice(0,o.length-c),!u){for(var s=i.now(),a=0,l=1;l<o.length&&o[l]<=s;l+=2)a=l;a&&o.splice(0,a+1)}},r}(k),Yt=function(t){m(r,t);function r(e,n){return t.call(this)||this}return r.prototype.schedule=function(e,n){return this},r}(A),ot={setInterval:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setInterval.apply(void 0,I([t,r],x(e)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},qt=function(t){m(r,t);function r(e,n){var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.pending=!1,i}return r.prototype.schedule=function(e,n){var i;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var o=this.id,u=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(u,o,n)),this.pending=!0,this.delay=n,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(u,this.id,n),this},r.prototype.requestAsyncId=function(e,n,i){return i===void 0&&(i=0),ot.setInterval(e.flush.bind(e,this),i)},r.prototype.recycleAsyncId=function(e,n,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return n;n!=null&&ot.clearInterval(n)},r.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,n);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,n){var i=!1,o;try{this.work(e)}catch(u){i=!0,o=u||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},r.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,i=e.scheduler,o=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,F(o,this),n!=null&&(this.id=this.recycleAsyncId(i,n,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},r}(Yt),ut=function(){function t(r,e){e===void 0&&(e=t.now),this.schedulerActionCtor=r,this.now=e}return t.prototype.schedule=function(r,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,r).schedule(n,e)},t.now=H.now,t}(),Dt=function(t){m(r,t);function r(e,n){n===void 0&&(n=ut.now);var i=t.call(this,e,n)||this;return i.actions=[],i._active=!1,i}return r.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,i){for(;e=n.shift();)e.unsubscribe();throw i}},r}(ut),Gt=new Dt(qt);function Kt(t){return t&&h(t.schedule)}function ct(t){return t[t.length-1]}function Zt(t){return h(ct(t))?t.pop():void 0}function at(t){return Kt(ct(t))?t.pop():void 0}var st=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function lt(t){return h(t?.then)}function ft(t){return h(t[Z])}function ht(t){return Symbol.asyncIterator&&h(t?.[Symbol.asyncIterator])}function vt(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Ht(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var dt=Ht();function pt(t){return h(t?.[dt])}function yt(t){return At(this,arguments,function(){var e,n,i,o;return Q(this,function(u){switch(u.label){case 0:e=t.getReader(),u.label=1;case 1:u.trys.push([1,,9,10]),u.label=2;case 2:return[4,E(e.read())];case 3:return n=u.sent(),i=n.value,o=n.done,o?[4,E(void 0)]:[3,5];case 4:return[2,u.sent()];case 5:return[4,E(i)];case 6:return[4,u.sent()];case 7:return u.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function bt(t){return h(t?.getReader)}function O(t){if(t instanceof y)return t;if(t!=null){if(ft(t))return $t(t);if(st(t))return Jt(t);if(lt(t))return Bt(t);if(ht(t))return mt(t);if(pt(t))return Qt(t);if(bt(t))return Xt(t)}throw vt(t)}function $t(t){return new y(function(r){var e=t[Z]();if(h(e.subscribe))return e.subscribe(r);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Jt(t){return new y(function(r){for(var e=0;e<t.length&&!r.closed;e++)r.next(t[e]);r.complete()})}function Bt(t){return new y(function(r){t.then(function(e){r.closed||(r.next(e),r.complete())},function(e){return r.error(e)}).then(null,et)})}function Qt(t){return new y(function(r){var e,n;try{for(var i=g(t),o=i.next();!o.done;o=i.next()){var u=o.value;if(r.next(u),r.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}r.complete()})}function mt(t){return new y(function(r){zt(t,r).catch(function(e){return r.error(e)})})}function Xt(t){return mt(yt(t))}function zt(t,r){var e,n,i,o;return Et(this,void 0,void 0,function(){var u,c;return Q(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),e=Ot(t),s.label=1;case 1:return[4,e.next()];case 2:if(n=s.sent(),!!n.done)return[3,4];if(u=n.value,r.next(u),r.closed)return[2];s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=s.sent(),i={error:c},[3,11];case 6:return s.trys.push([6,,9,10]),n&&!n.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return r.complete(),[2]}})})}function S(t,r,e,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var o=r.schedule(function(){e(),i?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(o),!i)return o}function wt(t,r){return r===void 0&&(r=0),w(function(e,n){e.subscribe(_(n,function(i){return S(n,t,function(){return n.next(i)},r)},function(){return S(n,t,function(){return n.complete()},r)},function(i){return S(n,t,function(){return n.error(i)},r)}))})}function St(t,r){return r===void 0&&(r=0),w(function(e,n){n.add(t.schedule(function(){return e.subscribe(n)},r))})}function Nt(t,r){return O(t).pipe(St(r),wt(r))}function te(t,r){return O(t).pipe(St(r),wt(r))}function ee(t,r){return new y(function(e){var n=0;return r.schedule(function(){n===t.length?e.complete():(e.next(t[n++]),e.closed||this.schedule())})})}function re(t,r){return new y(function(e){var n;return S(e,r,function(){n=t[dt](),S(e,r,function(){var i,o,u;try{i=n.next(),o=i.value,u=i.done}catch(c){e.error(c);return}u?e.complete():e.next(o)},0,!0)}),function(){return h(n?.return)&&n.return()}})}function _t(t,r){if(!t)throw new Error("Iterable cannot be null");return new y(function(e){S(e,r,function(){var n=t[Symbol.asyncIterator]();S(e,r,function(){n.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function ne(t,r){return _t(yt(t),r)}function ie(t,r){if(t!=null){if(ft(t))return Nt(t,r);if(st(t))return ee(t,r);if(lt(t))return te(t,r);if(ht(t))return _t(t,r);if(pt(t))return re(t,r);if(bt(t))return ne(t,r)}throw vt(t)}function $(t,r){return r?ie(t,r):O(t)}function oe(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t);return $(t,e)}var ue=Y(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function ce(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=!1,u;t.subscribe({next:function(c){u=c,o=!0},error:i,complete:function(){o?n(u):e?n(r.defaultValue):i(new ue)}})})}function gt(t,r){return w(function(e,n){var i=0;e.subscribe(_(n,function(o){n.next(t.call(r,o,i++))}))})}var ae=Array.isArray;function se(t,r){return ae(r)?t.apply(void 0,I([],x(r))):t(r)}function le(t){return gt(function(r){return se(t,r)})}var fe=Array.isArray,he=Object.getPrototypeOf,ve=Object.prototype,de=Object.keys;function pe(t){if(t.length===1){var r=t[0];if(fe(r))return{args:r,keys:null};if(ye(r)){var e=de(r);return{args:e.map(function(n){return r[n]}),keys:e}}}return{args:t,keys:null}}function ye(t){return t&&typeof t=="object"&&he(t)===ve}function be(t,r){return t.reduce(function(e,n,i){return e[n]=r[i],e},{})}function me(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t),n=Zt(t),i=pe(t),o=i.args,u=i.keys;if(o.length===0)return $([],e);var c=new y(we(o,e,u?function(s){return be(u,s)}:j));return n?c.pipe(le(n)):c}function we(t,r,e){return e===void 0&&(e=j),function(n){xt(r,function(){for(var i=t.length,o=new Array(i),u=i,c=i,s=function(l){xt(r,function(){var v=$(t[l],r),f=!1;v.subscribe(_(n,function(d){o[l]=d,f||(f=!0,c--),c||n.next(e(o.slice()))},function(){--u||n.complete()}))},n)},a=0;a<i;a++)s(a)},n)}}function xt(t,r,e){t?S(e,t,r):r()}function Se(t,r){return r===void 0&&(r=Gt),w(function(e,n){var i=null,o=null,u=null,c=function(){if(i){i.unsubscribe(),i=null;var a=o;o=null,n.next(a)}};function s(){var a=u+t,l=r.now();if(l<a){i=this.schedule(void 0,a-l),n.add(i);return}c()}e.subscribe(_(n,function(a){o=a,u=r.now(),i||(i=r.schedule(s,t),n.add(i))},function(){c(),n.complete()},void 0,function(){o=i=null}))})}function _e(t,r){return r===void 0&&(r=j),t=t??ge,w(function(e,n){var i,o=!0;e.subscribe(_(n,function(u){var c=r(u);(o||!t(i,c))&&(o=!1,i=c,n.next(u))}))})}function ge(t,r){return t===r}function xe(t){t===void 0&&(t={});var r=t.connector,e=r===void 0?function(){return new k}:r,n=t.resetOnError,i=n===void 0?!0:n,o=t.resetOnComplete,u=o===void 0?!0:o,c=t.resetOnRefCountZero,s=c===void 0?!0:c;return function(a){var l,v,f,d=0,b=!1,p=!1,C=function(){v?.unsubscribe(),v=void 0},W=function(){C(),l=f=void 0,b=p=!1},It=function(){var P=l;W(),P?.unsubscribe()};return w(function(P,B){d++,!p&&!b&&C();var R=f=f??e();B.add(function(){d--,d===0&&!p&&!b&&(v=J(It,s))}),R.subscribe(B),!l&&d>0&&(l=new T({next:function(U){return R.next(U)},error:function(U){p=!0,C(),v=J(W,i,U),R.error(U)},complete:function(){b=!0,C(),v=J(W,u),R.complete()}}),O(P).subscribe(l))})(a)}}function J(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];if(r===!0){t();return}if(r!==!1){var i=new T({next:function(){i.unsubscribe(),t()}});return O(r.apply(void 0,I([],x(e)))).subscribe(i)}}function Ie(t,r,e){var n,i,o,u,c=!1;return t&&typeof t=="object"?(n=t.bufferSize,u=n===void 0?1/0:n,i=t.windowTime,r=i===void 0?1/0:i,o=t.refCount,c=o===void 0?!1:o,e=t.scheduler):u=t??1/0,xe({connector:function(){return new it(u,r,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}function Ee(t){return w(function(r,e){O(t).subscribe(_(e,function(){return e.complete()},D)),!e.closed&&r.subscribe(e)})}function Ae(t,r,e){var n=h(t)||r||e?{next:t,error:r,complete:e}:t;return n?w(function(i,o){var u;(u=n.subscribe)===null||u===void 0||u.call(n);var c=!0;i.subscribe(_(o,function(s){var a;(a=n.next)===null||a===void 0||a.call(n,s),o.next(s)},function(){var s;c=!1,(s=n.complete)===null||s===void 0||s.call(n),o.complete()},function(s){var a;c=!1,(a=n.error)===null||a===void 0||a.call(n,s),o.error(s)},function(){var s,a;c&&((s=n.unsubscribe)===null||s===void 0||s.call(n)),(a=n.finalize)===null||a===void 0||a.call(n)}))}):j}export{Mt as BehaviorSubject,y as Observable,it as ReplaySubject,k as Subject,A as Subscription,me as combineLatest,Se as debounceTime,_e as distinctUntilChanged,ce as lastValueFrom,gt as map,oe as of,Ie as shareReplay,Ee as takeUntil,Ae as tap};
3
+ `):"",this.name="UnsubscriptionError",this.errors=e}});function F(t,r){if(t){var e=t.indexOf(r);0<=e&&t.splice(e,1)}}var A=function(){function t(r){this.initialTeardown=r,this.closed=!1,this._parentage=null,this._finalizers=null}return t.prototype.unsubscribe=function(){var r,e,n,i,o;if(!this.closed){this.closed=!0;var u=this._parentage;if(u)if(this._parentage=null,Array.isArray(u))try{for(var c=g(u),s=c.next();!s.done;s=c.next()){var a=s.value;a.remove(this)}}catch(p){r={error:p}}finally{try{s&&!s.done&&(e=c.return)&&e.call(c)}finally{if(r)throw r.error}}else u.remove(this);var l=this.initialTeardown;if(h(l))try{l()}catch(p){o=p instanceof q?p.errors:[p]}var v=this._finalizers;if(v){this._finalizers=null;try{for(var f=g(v),d=f.next();!d.done;d=f.next()){var b=d.value;try{N(b)}catch(p){o=o??[],p instanceof q?o=I(I([],x(o)),x(p.errors)):o.push(p)}}}catch(p){n={error:p}}finally{try{d&&!d.done&&(i=f.return)&&i.call(f)}finally{if(n)throw n.error}}}if(o)throw new q(o)}},t.prototype.add=function(r){var e;if(r&&r!==this)if(this.closed)N(r);else{if(r instanceof t){if(r.closed||r._hasParent(this))return;r._addParent(this)}(this._finalizers=(e=this._finalizers)!==null&&e!==void 0?e:[]).push(r)}},t.prototype._hasParent=function(r){var e=this._parentage;return e===r||Array.isArray(e)&&e.includes(r)},t.prototype._addParent=function(r){var e=this._parentage;this._parentage=Array.isArray(e)?(e.push(r),e):e?[e,r]:r},t.prototype._removeParent=function(r){var e=this._parentage;e===r?this._parentage=null:Array.isArray(e)&&F(e,r)},t.prototype.remove=function(r){var e=this._finalizers;e&&F(e,r),r instanceof t&&r._removeParent(this)},t.EMPTY=function(){var r=new t;return r.closed=!0,r}(),t}(),X=A.EMPTY;function z(t){return t instanceof A||t&&"closed"in t&&h(t.remove)&&h(t.add)&&h(t.unsubscribe)}function N(t){h(t)?t():t.unsubscribe()}var tt={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1},Tt={setTimeout:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setTimeout.apply(void 0,I([t,r],x(e)))},clearTimeout:function(t){return clearTimeout(t)},delegate:void 0};function et(t){Tt.setTimeout(function(){throw t})}function D(){}function V(t){t()}var G=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n.isStopped=!1,e?(n.destination=e,z(e)&&e.add(n)):n.destination=Rt,n}return r.create=function(e,n,i){return new O(e,n,i)},r.prototype.next=function(e){this.isStopped||this._next(e)},r.prototype.error=function(e){this.isStopped||(this.isStopped=!0,this._error(e))},r.prototype.complete=function(){this.isStopped||(this.isStopped=!0,this._complete())},r.prototype.unsubscribe=function(){this.closed||(this.isStopped=!0,t.prototype.unsubscribe.call(this),this.destination=null)},r.prototype._next=function(e){this.destination.next(e)},r.prototype._error=function(e){try{this.destination.error(e)}finally{this.unsubscribe()}},r.prototype._complete=function(){try{this.destination.complete()}finally{this.unsubscribe()}},r}(A),jt=Function.prototype.bind;function K(t,r){return jt.call(t,r)}var Ct=function(){function t(r){this.partialObserver=r}return t.prototype.next=function(r){var e=this.partialObserver;if(e.next)try{e.next(r)}catch(n){L(n)}},t.prototype.error=function(r){var e=this.partialObserver;if(e.error)try{e.error(r)}catch(n){L(n)}else L(r)},t.prototype.complete=function(){var r=this.partialObserver;if(r.complete)try{r.complete()}catch(e){L(e)}},t}(),O=function(t){m(r,t);function r(e,n,i){var o=t.call(this)||this,u;if(h(e)||!e)u={next:e??void 0,error:n??void 0,complete:i??void 0};else{var c;o&&tt.useDeprecatedNextContext?(c=Object.create(e),c.unsubscribe=function(){return o.unsubscribe()},u={next:e.next&&K(e.next,c),error:e.error&&K(e.error,c),complete:e.complete&&K(e.complete,c)}):u=e}return o.destination=new Ct(u),o}return r}(G);function L(t){et(t)}function kt(t){throw t}var Rt={closed:!0,next:D,error:kt,complete:D},Z=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}();function j(t){return t}function Ut(t){return t.length===0?j:t.length===1?t[0]:function(e){return t.reduce(function(n,i){return i(n)},e)}}var y=function(){function t(r){r&&(this._subscribe=r)}return t.prototype.lift=function(r){var e=new t;return e.source=this,e.operator=r,e},t.prototype.subscribe=function(r,e,n){var i=this,o=Vt(r)?r:new O(r,e,n);return V(function(){var u=i,c=u.operator,s=u.source;o.add(c?c.call(o,s):s?i._subscribe(o):i._trySubscribe(o))}),o},t.prototype._trySubscribe=function(r){try{return this._subscribe(r)}catch(e){r.error(e)}},t.prototype.forEach=function(r,e){var n=this;return e=rt(e),new e(function(i,o){var u=new O({next:function(c){try{r(c)}catch(s){o(s),u.unsubscribe()}},error:o,complete:i});n.subscribe(u)})},t.prototype._subscribe=function(r){var e;return(e=this.source)===null||e===void 0?void 0:e.subscribe(r)},t.prototype[Z]=function(){return this},t.prototype.pipe=function(){for(var r=[],e=0;e<arguments.length;e++)r[e]=arguments[e];return Ut(r)(this)},t.prototype.toPromise=function(r){var e=this;return r=rt(r),new r(function(n,i){var o;e.subscribe(function(u){return o=u},function(u){return i(u)},function(){return n(o)})})},t.create=function(r){return new t(r)},t}();function rt(t){var r;return(r=t??tt.Promise)!==null&&r!==void 0?r:Promise}function Ft(t){return t&&h(t.next)&&h(t.error)&&h(t.complete)}function Vt(t){return t&&t instanceof G||Ft(t)&&z(t)}function Lt(t){return h(t?.lift)}function w(t){return function(r){if(Lt(r))return r.lift(function(e){try{return t(e,this)}catch(n){this.error(n)}});throw new TypeError("Unable to lift unknown Observable type")}}function _(t,r,e,n,i){return new Wt(t,r,e,n,i)}var Wt=function(t){m(r,t);function r(e,n,i,o,u,c){var s=t.call(this,e)||this;return s.onFinalize=u,s.shouldUnsubscribe=c,s._next=n?function(a){try{n(a)}catch(l){e.error(l)}}:t.prototype._next,s._error=o?function(a){try{o(a)}catch(l){e.error(l)}finally{this.unsubscribe()}}:t.prototype._error,s._complete=i?function(){try{i()}catch(a){e.error(a)}finally{this.unsubscribe()}}:t.prototype._complete,s}return r.prototype.unsubscribe=function(){var e;if(!this.shouldUnsubscribe||this.shouldUnsubscribe()){var n=this.closed;t.prototype.unsubscribe.call(this),!n&&((e=this.onFinalize)===null||e===void 0||e.call(this))}},r}(G),Mt=Y(function(t){return function(){t(this),this.name="ObjectUnsubscribedError",this.message="object unsubscribed"}}),C=function(t){m(r,t);function r(){var e=t.call(this)||this;return e.closed=!1,e.currentObservers=null,e.observers=[],e.isStopped=!1,e.hasError=!1,e.thrownError=null,e}return r.prototype.lift=function(e){var n=new nt(this,this);return n.operator=e,n},r.prototype._throwIfClosed=function(){if(this.closed)throw new Mt},r.prototype.next=function(e){var n=this;V(function(){var i,o;if(n._throwIfClosed(),!n.isStopped){n.currentObservers||(n.currentObservers=Array.from(n.observers));try{for(var u=g(n.currentObservers),c=u.next();!c.done;c=u.next()){var s=c.value;s.next(e)}}catch(a){i={error:a}}finally{try{c&&!c.done&&(o=u.return)&&o.call(u)}finally{if(i)throw i.error}}}})},r.prototype.error=function(e){var n=this;V(function(){if(n._throwIfClosed(),!n.isStopped){n.hasError=n.isStopped=!0,n.thrownError=e;for(var i=n.observers;i.length;)i.shift().error(e)}})},r.prototype.complete=function(){var e=this;V(function(){if(e._throwIfClosed(),!e.isStopped){e.isStopped=!0;for(var n=e.observers;n.length;)n.shift().complete()}})},r.prototype.unsubscribe=function(){this.isStopped=this.closed=!0,this.observers=this.currentObservers=null},Object.defineProperty(r.prototype,"observed",{get:function(){var e;return((e=this.observers)===null||e===void 0?void 0:e.length)>0},enumerable:!1,configurable:!0}),r.prototype._trySubscribe=function(e){return this._throwIfClosed(),t.prototype._trySubscribe.call(this,e)},r.prototype._subscribe=function(e){return this._throwIfClosed(),this._checkFinalizedStatuses(e),this._innerSubscribe(e)},r.prototype._innerSubscribe=function(e){var n=this,i=this,o=i.hasError,u=i.isStopped,c=i.observers;return o||u?X:(this.currentObservers=null,c.push(e),new A(function(){n.currentObservers=null,F(c,e)}))},r.prototype._checkFinalizedStatuses=function(e){var n=this,i=n.hasError,o=n.thrownError,u=n.isStopped;i?e.error(o):u&&e.complete()},r.prototype.asObservable=function(){var e=new y;return e.source=this,e},r.create=function(e,n){return new nt(e,n)},r}(y),nt=function(t){m(r,t);function r(e,n){var i=t.call(this)||this;return i.destination=e,i.source=n,i}return r.prototype.next=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.next)===null||i===void 0||i.call(n,e)},r.prototype.error=function(e){var n,i;(i=(n=this.destination)===null||n===void 0?void 0:n.error)===null||i===void 0||i.call(n,e)},r.prototype.complete=function(){var e,n;(n=(e=this.destination)===null||e===void 0?void 0:e.complete)===null||n===void 0||n.call(e)},r.prototype._subscribe=function(e){var n,i;return(i=(n=this.source)===null||n===void 0?void 0:n.subscribe(e))!==null&&i!==void 0?i:X},r}(C),Yt=function(t){m(r,t);function r(e){var n=t.call(this)||this;return n._value=e,n}return Object.defineProperty(r.prototype,"value",{get:function(){return this.getValue()},enumerable:!1,configurable:!0}),r.prototype._subscribe=function(e){var n=t.prototype._subscribe.call(this,e);return!n.closed&&e.next(this._value),n},r.prototype.getValue=function(){var e=this,n=e.hasError,i=e.thrownError,o=e._value;if(n)throw i;return this._throwIfClosed(),o},r.prototype.next=function(e){t.prototype.next.call(this,this._value=e)},r}(C),H={now:function(){return(H.delegate||Date).now()},delegate:void 0},it=function(t){m(r,t);function r(e,n,i){e===void 0&&(e=1/0),n===void 0&&(n=1/0),i===void 0&&(i=H);var o=t.call(this)||this;return o._bufferSize=e,o._windowTime=n,o._timestampProvider=i,o._buffer=[],o._infiniteTimeWindow=!0,o._infiniteTimeWindow=n===1/0,o._bufferSize=Math.max(1,e),o._windowTime=Math.max(1,n),o}return r.prototype.next=function(e){var n=this,i=n.isStopped,o=n._buffer,u=n._infiniteTimeWindow,c=n._timestampProvider,s=n._windowTime;i||(o.push(e),!u&&o.push(c.now()+s)),this._trimBuffer(),t.prototype.next.call(this,e)},r.prototype._subscribe=function(e){this._throwIfClosed(),this._trimBuffer();for(var n=this._innerSubscribe(e),i=this,o=i._infiniteTimeWindow,u=i._buffer,c=u.slice(),s=0;s<c.length&&!e.closed;s+=o?1:2)e.next(c[s]);return this._checkFinalizedStatuses(e),n},r.prototype._trimBuffer=function(){var e=this,n=e._bufferSize,i=e._timestampProvider,o=e._buffer,u=e._infiniteTimeWindow,c=(u?1:2)*n;if(n<1/0&&c<o.length&&o.splice(0,o.length-c),!u){for(var s=i.now(),a=0,l=1;l<o.length&&o[l]<=s;l+=2)a=l;a&&o.splice(0,a+1)}},r}(C),qt=function(t){m(r,t);function r(e,n){return t.call(this)||this}return r.prototype.schedule=function(e,n){return this},r}(A),ot={setInterval:function(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];return setInterval.apply(void 0,I([t,r],x(e)))},clearInterval:function(t){return clearInterval(t)},delegate:void 0},Dt=function(t){m(r,t);function r(e,n){var i=t.call(this,e,n)||this;return i.scheduler=e,i.work=n,i.pending=!1,i}return r.prototype.schedule=function(e,n){var i;if(n===void 0&&(n=0),this.closed)return this;this.state=e;var o=this.id,u=this.scheduler;return o!=null&&(this.id=this.recycleAsyncId(u,o,n)),this.pending=!0,this.delay=n,this.id=(i=this.id)!==null&&i!==void 0?i:this.requestAsyncId(u,this.id,n),this},r.prototype.requestAsyncId=function(e,n,i){return i===void 0&&(i=0),ot.setInterval(e.flush.bind(e,this),i)},r.prototype.recycleAsyncId=function(e,n,i){if(i===void 0&&(i=0),i!=null&&this.delay===i&&this.pending===!1)return n;n!=null&&ot.clearInterval(n)},r.prototype.execute=function(e,n){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;var i=this._execute(e,n);if(i)return i;this.pending===!1&&this.id!=null&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))},r.prototype._execute=function(e,n){var i=!1,o;try{this.work(e)}catch(u){i=!0,o=u||new Error("Scheduled action threw falsy error")}if(i)return this.unsubscribe(),o},r.prototype.unsubscribe=function(){if(!this.closed){var e=this,n=e.id,i=e.scheduler,o=i.actions;this.work=this.state=this.scheduler=null,this.pending=!1,F(o,this),n!=null&&(this.id=this.recycleAsyncId(i,n,null)),this.delay=null,t.prototype.unsubscribe.call(this)}},r}(qt),ut=function(){function t(r,e){e===void 0&&(e=t.now),this.schedulerActionCtor=r,this.now=e}return t.prototype.schedule=function(r,e,n){return e===void 0&&(e=0),new this.schedulerActionCtor(this,r).schedule(n,e)},t.now=H.now,t}(),Gt=function(t){m(r,t);function r(e,n){n===void 0&&(n=ut.now);var i=t.call(this,e,n)||this;return i.actions=[],i._active=!1,i}return r.prototype.flush=function(e){var n=this.actions;if(this._active){n.push(e);return}var i;this._active=!0;do if(i=e.execute(e.state,e.delay))break;while(e=n.shift());if(this._active=!1,i){for(;e=n.shift();)e.unsubscribe();throw i}},r}(ut),Kt=new Gt(Dt);function Zt(t){return t&&h(t.schedule)}function ct(t){return t[t.length-1]}function Ht(t){return h(ct(t))?t.pop():void 0}function at(t){return Zt(ct(t))?t.pop():void 0}var st=function(t){return t&&typeof t.length=="number"&&typeof t!="function"};function lt(t){return h(t?.then)}function ft(t){return h(t[Z])}function ht(t){return Symbol.asyncIterator&&h(t?.[Symbol.asyncIterator])}function vt(t){return new TypeError("You provided "+(t!==null&&typeof t=="object"?"an invalid object":"'"+t+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function $t(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var dt=$t();function pt(t){return h(t?.[dt])}function yt(t){return Ot(this,arguments,function(){var e,n,i,o;return Q(this,function(u){switch(u.label){case 0:e=t.getReader(),u.label=1;case 1:u.trys.push([1,,9,10]),u.label=2;case 2:return[4,E(e.read())];case 3:return n=u.sent(),i=n.value,o=n.done,o?[4,E(void 0)]:[3,5];case 4:return[2,u.sent()];case 5:return[4,E(i)];case 6:return[4,u.sent()];case 7:return u.sent(),[3,2];case 8:return[3,10];case 9:return e.releaseLock(),[7];case 10:return[2]}})})}function bt(t){return h(t?.getReader)}function P(t){if(t instanceof y)return t;if(t!=null){if(ft(t))return Jt(t);if(st(t))return Bt(t);if(lt(t))return Qt(t);if(ht(t))return mt(t);if(pt(t))return Xt(t);if(bt(t))return zt(t)}throw vt(t)}function Jt(t){return new y(function(r){var e=t[Z]();if(h(e.subscribe))return e.subscribe(r);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Bt(t){return new y(function(r){for(var e=0;e<t.length&&!r.closed;e++)r.next(t[e]);r.complete()})}function Qt(t){return new y(function(r){t.then(function(e){r.closed||(r.next(e),r.complete())},function(e){return r.error(e)}).then(null,et)})}function Xt(t){return new y(function(r){var e,n;try{for(var i=g(t),o=i.next();!o.done;o=i.next()){var u=o.value;if(r.next(u),r.closed)return}}catch(c){e={error:c}}finally{try{o&&!o.done&&(n=i.return)&&n.call(i)}finally{if(e)throw e.error}}r.complete()})}function mt(t){return new y(function(r){Nt(t,r).catch(function(e){return r.error(e)})})}function zt(t){return mt(yt(t))}function Nt(t,r){var e,n,i,o;return At(this,void 0,void 0,function(){var u,c;return Q(this,function(s){switch(s.label){case 0:s.trys.push([0,5,6,11]),e=Pt(t),s.label=1;case 1:return[4,e.next()];case 2:if(n=s.sent(),!!n.done)return[3,4];if(u=n.value,r.next(u),r.closed)return[2];s.label=3;case 3:return[3,1];case 4:return[3,11];case 5:return c=s.sent(),i={error:c},[3,11];case 6:return s.trys.push([6,,9,10]),n&&!n.done&&(o=e.return)?[4,o.call(e)]:[3,8];case 7:s.sent(),s.label=8;case 8:return[3,10];case 9:if(i)throw i.error;return[7];case 10:return[7];case 11:return r.complete(),[2]}})})}function S(t,r,e,n,i){n===void 0&&(n=0),i===void 0&&(i=!1);var o=r.schedule(function(){e(),i?t.add(this.schedule(null,n)):this.unsubscribe()},n);if(t.add(o),!i)return o}function wt(t,r){return r===void 0&&(r=0),w(function(e,n){e.subscribe(_(n,function(i){return S(n,t,function(){return n.next(i)},r)},function(){return S(n,t,function(){return n.complete()},r)},function(i){return S(n,t,function(){return n.error(i)},r)}))})}function St(t,r){return r===void 0&&(r=0),w(function(e,n){n.add(t.schedule(function(){return e.subscribe(n)},r))})}function te(t,r){return P(t).pipe(St(r),wt(r))}function ee(t,r){return P(t).pipe(St(r),wt(r))}function re(t,r){return new y(function(e){var n=0;return r.schedule(function(){n===t.length?e.complete():(e.next(t[n++]),e.closed||this.schedule())})})}function ne(t,r){return new y(function(e){var n;return S(e,r,function(){n=t[dt](),S(e,r,function(){var i,o,u;try{i=n.next(),o=i.value,u=i.done}catch(c){e.error(c);return}u?e.complete():e.next(o)},0,!0)}),function(){return h(n?.return)&&n.return()}})}function _t(t,r){if(!t)throw new Error("Iterable cannot be null");return new y(function(e){S(e,r,function(){var n=t[Symbol.asyncIterator]();S(e,r,function(){n.next().then(function(i){i.done?e.complete():e.next(i.value)})},0,!0)})})}function ie(t,r){return _t(yt(t),r)}function oe(t,r){if(t!=null){if(ft(t))return te(t,r);if(st(t))return re(t,r);if(lt(t))return ee(t,r);if(ht(t))return _t(t,r);if(pt(t))return ne(t,r);if(bt(t))return ie(t,r)}throw vt(t)}function $(t,r){return r?oe(t,r):P(t)}function ue(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t);return $(t,e)}var gt=Y(function(t){return function(){t(this),this.name="EmptyError",this.message="no elements in sequence"}});function ce(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=!1,u;t.subscribe({next:function(c){u=c,o=!0},error:i,complete:function(){o?n(u):e?n(r.defaultValue):i(new gt)}})})}function ae(t,r){var e=typeof r=="object";return new Promise(function(n,i){var o=new O({next:function(u){n(u),o.unsubscribe()},error:i,complete:function(){e?n(r.defaultValue):i(new gt)}});t.subscribe(o)})}function xt(t,r){return w(function(e,n){var i=0;e.subscribe(_(n,function(o){n.next(t.call(r,o,i++))}))})}var se=Array.isArray;function le(t,r){return se(r)?t.apply(void 0,I([],x(r))):t(r)}function fe(t){return xt(function(r){return le(t,r)})}var he=Array.isArray,ve=Object.getPrototypeOf,de=Object.prototype,pe=Object.keys;function ye(t){if(t.length===1){var r=t[0];if(he(r))return{args:r,keys:null};if(be(r)){var e=pe(r);return{args:e.map(function(n){return r[n]}),keys:e}}}return{args:t,keys:null}}function be(t){return t&&typeof t=="object"&&ve(t)===de}function me(t,r){return t.reduce(function(e,n,i){return e[n]=r[i],e},{})}function we(){for(var t=[],r=0;r<arguments.length;r++)t[r]=arguments[r];var e=at(t),n=Ht(t),i=ye(t),o=i.args,u=i.keys;if(o.length===0)return $([],e);var c=new y(Se(o,e,u?function(s){return me(u,s)}:j));return n?c.pipe(fe(n)):c}function Se(t,r,e){return e===void 0&&(e=j),function(n){It(r,function(){for(var i=t.length,o=new Array(i),u=i,c=i,s=function(l){It(r,function(){var v=$(t[l],r),f=!1;v.subscribe(_(n,function(d){o[l]=d,f||(f=!0,c--),c||n.next(e(o.slice()))},function(){--u||n.complete()}))},n)},a=0;a<i;a++)s(a)},n)}}function It(t,r,e){t?S(e,t,r):r()}function _e(t,r){return r===void 0&&(r=Kt),w(function(e,n){var i=null,o=null,u=null,c=function(){if(i){i.unsubscribe(),i=null;var a=o;o=null,n.next(a)}};function s(){var a=u+t,l=r.now();if(l<a){i=this.schedule(void 0,a-l),n.add(i);return}c()}e.subscribe(_(n,function(a){o=a,u=r.now(),i||(i=r.schedule(s,t),n.add(i))},function(){c(),n.complete()},void 0,function(){o=i=null}))})}function ge(t,r){return r===void 0&&(r=j),t=t??xe,w(function(e,n){var i,o=!0;e.subscribe(_(n,function(u){var c=r(u);(o||!t(i,c))&&(o=!1,i=c,n.next(u))}))})}function xe(t,r){return t===r}function Ie(t){t===void 0&&(t={});var r=t.connector,e=r===void 0?function(){return new C}:r,n=t.resetOnError,i=n===void 0?!0:n,o=t.resetOnComplete,u=o===void 0?!0:o,c=t.resetOnRefCountZero,s=c===void 0?!0:c;return function(a){var l,v,f,d=0,b=!1,p=!1,k=function(){v?.unsubscribe(),v=void 0},W=function(){k(),l=f=void 0,b=p=!1},Et=function(){var T=l;W(),T?.unsubscribe()};return w(function(T,B){d++,!p&&!b&&k();var R=f=f??e();B.add(function(){d--,d===0&&!p&&!b&&(v=J(Et,s))}),R.subscribe(B),!l&&d>0&&(l=new O({next:function(U){return R.next(U)},error:function(U){p=!0,k(),v=J(W,i,U),R.error(U)},complete:function(){b=!0,k(),v=J(W,u),R.complete()}}),P(T).subscribe(l))})(a)}}function J(t,r){for(var e=[],n=2;n<arguments.length;n++)e[n-2]=arguments[n];if(r===!0){t();return}if(r!==!1){var i=new O({next:function(){i.unsubscribe(),t()}});return P(r.apply(void 0,I([],x(e)))).subscribe(i)}}function Ee(t,r,e){var n,i,o,u,c=!1;return t&&typeof t=="object"?(n=t.bufferSize,u=n===void 0?1/0:n,i=t.windowTime,r=i===void 0?1/0:i,o=t.refCount,c=o===void 0?!1:o,e=t.scheduler):u=t??1/0,Ie({connector:function(){return new it(u,r,e)},resetOnError:!0,resetOnComplete:!1,resetOnRefCountZero:c})}function Ae(t){return w(function(r,e){P(t).subscribe(_(e,function(){return e.complete()},D)),!e.closed&&r.subscribe(e)})}function Oe(t,r,e){var n=h(t)||r||e?{next:t,error:r,complete:e}:t;return n?w(function(i,o){var u;(u=n.subscribe)===null||u===void 0||u.call(n);var c=!0;i.subscribe(_(o,function(s){var a;(a=n.next)===null||a===void 0||a.call(n,s),o.next(s)},function(){var s;c=!1,(s=n.complete)===null||s===void 0||s.call(n),o.complete()},function(s){var a;c=!1,(a=n.error)===null||a===void 0||a.call(n,s),o.error(s)},function(){var s,a;c&&((s=n.unsubscribe)===null||s===void 0||s.call(n)),(a=n.finalize)===null||a===void 0||a.call(n)}))}):j}export{Yt as BehaviorSubject,y as Observable,it as ReplaySubject,C as Subject,A as Subscription,we as combineLatest,_e as debounceTime,ge as distinctUntilChanged,ae as firstValueFrom,ce as lastValueFrom,xt as map,ue as of,Ee as shareReplay,Ae as takeUntil,Oe as tap};