@wavemaker/app-ng-runtime 11.9.4-rc.5977 → 11.10.0-next.142024

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 (1130) hide show
  1. app-ng-runtime/build-task/fesm2022/index.mjs +1 -1
  2. app-ng-runtime/build-task/fesm2022/index.mjs.map +1 -1
  3. app-ng-runtime/components/advanced/carousel/bundles/index.umd.js +3 -3
  4. app-ng-runtime/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +2 -2
  5. app-ng-runtime/components/advanced/carousel/esm2022/carousel.directive.mjs +2 -2
  6. app-ng-runtime/components/advanced/carousel/esm2022/carousel.module.mjs +2 -2
  7. app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs +4 -4
  8. app-ng-runtime/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
  9. app-ng-runtime/components/advanced/login/bundles/index.umd.js +2 -2
  10. app-ng-runtime/components/advanced/login/esm2022/login.component.mjs +2 -2
  11. app-ng-runtime/components/advanced/login/esm2022/login.module.mjs +2 -2
  12. app-ng-runtime/components/advanced/login/fesm2022/index.mjs +3 -3
  13. app-ng-runtime/components/advanced/login/fesm2022/index.mjs.map +1 -1
  14. app-ng-runtime/components/advanced/marquee/bundles/index.umd.js +2 -2
  15. app-ng-runtime/components/advanced/marquee/esm2022/marquee.directive.mjs +2 -2
  16. app-ng-runtime/components/advanced/marquee/esm2022/marquee.module.mjs +2 -2
  17. app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs +3 -3
  18. app-ng-runtime/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
  19. app-ng-runtime/components/base/bundles/index.umd.js +36 -36
  20. app-ng-runtime/components/base/esm2022/components.module.mjs +2 -2
  21. app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +2 -2
  22. app-ng-runtime/components/base/esm2022/pipes/custom-pipes.mjs +16 -16
  23. app-ng-runtime/components/base/esm2022/pipes/image.pipe.mjs +2 -2
  24. app-ng-runtime/components/base/esm2022/pipes/sanitize.pipe.mjs +2 -2
  25. app-ng-runtime/components/base/esm2022/pipes/trust-as.pipe.mjs +2 -2
  26. app-ng-runtime/components/base/esm2022/widgets/common/base/base-container.component.mjs +1 -1
  27. app-ng-runtime/components/base/esm2022/widgets/common/base/base.component.mjs +2 -2
  28. app-ng-runtime/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +2 -2
  29. app-ng-runtime/components/base/esm2022/widgets/common/base/stylable.component.mjs +2 -2
  30. app-ng-runtime/components/base/esm2022/widgets/common/base/text-content.directive.mjs +2 -2
  31. app-ng-runtime/components/base/esm2022/widgets/common/container/container.directive.mjs +2 -2
  32. app-ng-runtime/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +2 -2
  33. app-ng-runtime/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +2 -2
  34. app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +2 -2
  35. app-ng-runtime/components/base/esm2022/widgets/common/message/message.component.mjs +2 -2
  36. app-ng-runtime/components/base/esm2022/widgets/common/partial/partial.directive.mjs +2 -2
  37. app-ng-runtime/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +3 -3
  38. app-ng-runtime/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +2 -2
  39. app-ng-runtime/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +2 -2
  40. app-ng-runtime/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +2 -2
  41. app-ng-runtime/components/base/fesm2022/index.mjs +38 -38
  42. app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -1
  43. app-ng-runtime/components/base/widgets/common/base/base-field-validations.d.ts +1 -1
  44. app-ng-runtime/components/basic/default/bundles/index.umd.js +10 -10
  45. app-ng-runtime/components/basic/default/esm2022/anchor/anchor.component.mjs +2 -2
  46. app-ng-runtime/components/basic/default/esm2022/audio/audio.component.mjs +2 -2
  47. app-ng-runtime/components/basic/default/esm2022/basic.module.mjs +2 -2
  48. app-ng-runtime/components/basic/default/esm2022/html/html.directive.mjs +2 -2
  49. app-ng-runtime/components/basic/default/esm2022/icon/icon.component.mjs +2 -2
  50. app-ng-runtime/components/basic/default/esm2022/iframe/iframe.component.mjs +2 -2
  51. app-ng-runtime/components/basic/default/esm2022/label/label.directive.mjs +2 -2
  52. app-ng-runtime/components/basic/default/esm2022/picture/picture.directive.mjs +2 -2
  53. app-ng-runtime/components/basic/default/esm2022/spinner/spinner.component.mjs +2 -2
  54. app-ng-runtime/components/basic/default/esm2022/video/video.component.mjs +2 -2
  55. app-ng-runtime/components/basic/default/fesm2022/index.mjs +11 -11
  56. app-ng-runtime/components/basic/default/fesm2022/index.mjs.map +1 -1
  57. app-ng-runtime/components/basic/progress/bundles/index.umd.js +4 -4
  58. app-ng-runtime/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +2 -2
  59. app-ng-runtime/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +2 -2
  60. app-ng-runtime/components/basic/progress/esm2022/progress.module.mjs +2 -2
  61. app-ng-runtime/components/basic/progress/fesm2022/index.mjs +4 -4
  62. app-ng-runtime/components/basic/progress/fesm2022/index.mjs.map +1 -1
  63. app-ng-runtime/components/basic/rich-text-editor/bundles/index.umd.js +2 -2
  64. app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +2 -2
  65. app-ng-runtime/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +2 -2
  66. app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs +3 -3
  67. app-ng-runtime/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  68. app-ng-runtime/components/basic/search/bundles/index.umd.js +3 -3
  69. app-ng-runtime/components/basic/search/esm2022/scrollable.directive.mjs +2 -2
  70. app-ng-runtime/components/basic/search/esm2022/search.component.mjs +2 -2
  71. app-ng-runtime/components/basic/search/esm2022/search.module.mjs +2 -2
  72. app-ng-runtime/components/basic/search/fesm2022/index.mjs +4 -4
  73. app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -1
  74. app-ng-runtime/components/basic/tree/bundles/index.umd.js +2 -2
  75. app-ng-runtime/components/basic/tree/esm2022/tree.component.mjs +2 -2
  76. app-ng-runtime/components/basic/tree/esm2022/tree.module.mjs +2 -2
  77. app-ng-runtime/components/basic/tree/fesm2022/index.mjs +3 -3
  78. app-ng-runtime/components/basic/tree/fesm2022/index.mjs.map +1 -1
  79. app-ng-runtime/components/chart/bundles/index.umd.js +3 -3
  80. app-ng-runtime/components/chart/esm2022/chart.component.mjs +2 -2
  81. app-ng-runtime/components/chart/esm2022/chart.module.mjs +2 -2
  82. app-ng-runtime/components/chart/fesm2022/index.mjs +4 -4
  83. app-ng-runtime/components/chart/fesm2022/index.mjs.map +1 -1
  84. app-ng-runtime/components/containers/accordion/bundles/index.umd.js +3 -3
  85. app-ng-runtime/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +2 -2
  86. app-ng-runtime/components/containers/accordion/esm2022/accordion.directive.mjs +2 -2
  87. app-ng-runtime/components/containers/accordion/esm2022/accordion.module.mjs +2 -2
  88. app-ng-runtime/components/containers/accordion/fesm2022/index.mjs +5 -5
  89. app-ng-runtime/components/containers/accordion/fesm2022/index.mjs.map +1 -1
  90. app-ng-runtime/components/containers/layout-grid/bundles/index.umd.js +4 -4
  91. app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +2 -2
  92. app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +2 -2
  93. app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +2 -2
  94. app-ng-runtime/components/containers/layout-grid/esm2022/layout-grid.module.mjs +2 -2
  95. app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs +5 -5
  96. app-ng-runtime/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
  97. app-ng-runtime/components/containers/linear-layout/bundles/index.umd.js +3 -3
  98. app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +2 -2
  99. app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +2 -2
  100. app-ng-runtime/components/containers/linear-layout/esm2022/linear-layout.module.mjs +2 -2
  101. app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs +4 -4
  102. app-ng-runtime/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
  103. app-ng-runtime/components/containers/panel/bundles/index.umd.js +2 -2
  104. app-ng-runtime/components/containers/panel/esm2022/panel.component.mjs +2 -2
  105. app-ng-runtime/components/containers/panel/esm2022/panel.module.mjs +2 -2
  106. app-ng-runtime/components/containers/panel/fesm2022/index.mjs +3 -3
  107. app-ng-runtime/components/containers/panel/fesm2022/index.mjs.map +1 -1
  108. app-ng-runtime/components/containers/tabs/bundles/index.umd.js +3 -3
  109. app-ng-runtime/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +2 -2
  110. app-ng-runtime/components/containers/tabs/esm2022/tabs.component.mjs +2 -2
  111. app-ng-runtime/components/containers/tabs/esm2022/tabs.module.mjs +2 -2
  112. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs +5 -5
  113. app-ng-runtime/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  114. app-ng-runtime/components/containers/tile/bundles/index.umd.js +2 -2
  115. app-ng-runtime/components/containers/tile/esm2022/tile.directive.mjs +2 -2
  116. app-ng-runtime/components/containers/tile/esm2022/tile.module.mjs +2 -2
  117. app-ng-runtime/components/containers/tile/fesm2022/index.mjs +3 -3
  118. app-ng-runtime/components/containers/tile/fesm2022/index.mjs.map +1 -1
  119. app-ng-runtime/components/containers/wizard/bundles/index.umd.js +3 -3
  120. app-ng-runtime/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +2 -2
  121. app-ng-runtime/components/containers/wizard/esm2022/wizard.component.mjs +2 -2
  122. app-ng-runtime/components/containers/wizard/esm2022/wizard.module.mjs +2 -2
  123. app-ng-runtime/components/containers/wizard/fesm2022/index.mjs +4 -4
  124. app-ng-runtime/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  125. app-ng-runtime/components/data/card/bundles/index.umd.js +5 -5
  126. app-ng-runtime/components/data/card/esm2022/card-actions/card-actions.directive.mjs +2 -2
  127. app-ng-runtime/components/data/card/esm2022/card-content/card-content.component.mjs +2 -2
  128. app-ng-runtime/components/data/card/esm2022/card-footer/card-footer.directive.mjs +2 -2
  129. app-ng-runtime/components/data/card/esm2022/card.component.mjs +2 -2
  130. app-ng-runtime/components/data/card/esm2022/card.module.mjs +2 -2
  131. app-ng-runtime/components/data/card/fesm2022/index.mjs +6 -6
  132. app-ng-runtime/components/data/card/fesm2022/index.mjs.map +1 -1
  133. app-ng-runtime/components/data/form/bundles/index.umd.js +9 -9
  134. app-ng-runtime/components/data/form/esm2022/form-action/form-action.directive.mjs +2 -2
  135. app-ng-runtime/components/data/form/esm2022/form-field/form-field.directive.mjs +2 -2
  136. app-ng-runtime/components/data/form/esm2022/form-widget.directive.mjs +2 -2
  137. app-ng-runtime/components/data/form/esm2022/form.component.mjs +2 -2
  138. app-ng-runtime/components/data/form/esm2022/form.module.mjs +2 -2
  139. app-ng-runtime/components/data/form/esm2022/live-actions/dependson.directive.mjs +2 -2
  140. app-ng-runtime/components/data/form/esm2022/live-actions/live-actions.directive.mjs +2 -2
  141. app-ng-runtime/components/data/form/esm2022/live-filter/live-filter.directive.mjs +2 -2
  142. app-ng-runtime/components/data/form/esm2022/live-form/live-form.directive.mjs +2 -2
  143. app-ng-runtime/components/data/form/fesm2022/index.mjs +11 -11
  144. app-ng-runtime/components/data/form/fesm2022/index.mjs.map +1 -1
  145. app-ng-runtime/components/data/list/bundles/index.umd.js +3 -3
  146. app-ng-runtime/components/data/list/esm2022/list-item.directive.mjs +2 -2
  147. app-ng-runtime/components/data/list/esm2022/list.component.mjs +2 -2
  148. app-ng-runtime/components/data/list/esm2022/list.module.mjs +2 -2
  149. app-ng-runtime/components/data/list/fesm2022/index.mjs +4 -4
  150. app-ng-runtime/components/data/list/fesm2022/index.mjs.map +1 -1
  151. app-ng-runtime/components/data/live-table/bundles/index.umd.js +2 -2
  152. app-ng-runtime/components/data/live-table/esm2022/live-table.component.mjs +2 -2
  153. app-ng-runtime/components/data/live-table/esm2022/live-table.module.mjs +2 -2
  154. app-ng-runtime/components/data/live-table/fesm2022/index.mjs +3 -3
  155. app-ng-runtime/components/data/live-table/fesm2022/index.mjs.map +1 -1
  156. app-ng-runtime/components/data/pagination/bundles/index.umd.js +2 -2
  157. app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +2 -2
  158. app-ng-runtime/components/data/pagination/esm2022/pagination.module.mjs +2 -2
  159. app-ng-runtime/components/data/pagination/fesm2022/index.mjs +3 -3
  160. app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -1
  161. app-ng-runtime/components/data/table/bundles/index.umd.js +9 -9
  162. app-ng-runtime/components/data/table/esm2022/table-action/table-action.directive.mjs +2 -2
  163. app-ng-runtime/components/data/table/esm2022/table-column/table-column.directive.mjs +2 -2
  164. app-ng-runtime/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +2 -2
  165. app-ng-runtime/components/data/table/esm2022/table-cud.directive.mjs +2 -2
  166. app-ng-runtime/components/data/table/esm2022/table-filter.directive.mjs +2 -2
  167. app-ng-runtime/components/data/table/esm2022/table-row/table-row.directive.mjs +2 -2
  168. app-ng-runtime/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +2 -2
  169. app-ng-runtime/components/data/table/esm2022/table.component.mjs +2 -2
  170. app-ng-runtime/components/data/table/esm2022/table.module.mjs +2 -2
  171. app-ng-runtime/components/data/table/fesm2022/index.mjs +11 -11
  172. app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -1
  173. app-ng-runtime/components/dialogs/alert-dialog/bundles/index.umd.js +2 -2
  174. app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +2 -2
  175. app-ng-runtime/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +2 -2
  176. app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs +3 -3
  177. app-ng-runtime/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
  178. app-ng-runtime/components/dialogs/confirm-dialog/bundles/index.umd.js +2 -2
  179. app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +2 -2
  180. app-ng-runtime/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +2 -2
  181. app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs +3 -3
  182. app-ng-runtime/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
  183. app-ng-runtime/components/dialogs/default/bundles/index.umd.js +5 -5
  184. app-ng-runtime/components/dialogs/default/esm2022/base-dialog.mjs +2 -2
  185. app-ng-runtime/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +2 -2
  186. app-ng-runtime/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +2 -2
  187. app-ng-runtime/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +2 -2
  188. app-ng-runtime/components/dialogs/default/esm2022/dialog.module.mjs +2 -2
  189. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs +6 -6
  190. app-ng-runtime/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  191. app-ng-runtime/components/dialogs/design-dialog/bundles/index.umd.js +2 -2
  192. app-ng-runtime/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +2 -2
  193. app-ng-runtime/components/dialogs/design-dialog/esm2022/dialog.component.mjs +2 -2
  194. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs +3 -3
  195. app-ng-runtime/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  196. app-ng-runtime/components/dialogs/iframe-dialog/bundles/index.umd.js +2 -2
  197. app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +2 -2
  198. app-ng-runtime/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +2 -2
  199. app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs +3 -3
  200. app-ng-runtime/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  201. app-ng-runtime/components/dialogs/login-dialog/bundles/index.umd.js +2 -2
  202. app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +2 -2
  203. app-ng-runtime/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +2 -2
  204. app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs +2 -2
  205. app-ng-runtime/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
  206. app-ng-runtime/components/dialogs/partial-dialog/bundles/index.umd.js +2 -2
  207. app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +2 -2
  208. app-ng-runtime/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +2 -2
  209. app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs +3 -3
  210. app-ng-runtime/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  211. app-ng-runtime/components/input/calendar/bundles/index.umd.js +2 -2
  212. app-ng-runtime/components/input/calendar/esm2022/calendar.component.mjs +2 -2
  213. app-ng-runtime/components/input/calendar/esm2022/calendar.module.mjs +2 -2
  214. app-ng-runtime/components/input/calendar/fesm2022/index.mjs +4 -4
  215. app-ng-runtime/components/input/calendar/fesm2022/index.mjs.map +1 -1
  216. app-ng-runtime/components/input/chips/bundles/index.umd.js +2 -2
  217. app-ng-runtime/components/input/chips/esm2022/chips.component.mjs +2 -2
  218. app-ng-runtime/components/input/chips/esm2022/chips.module.mjs +2 -2
  219. app-ng-runtime/components/input/chips/fesm2022/index.mjs +3 -3
  220. app-ng-runtime/components/input/chips/fesm2022/index.mjs.map +1 -1
  221. app-ng-runtime/components/input/color-picker/bundles/index.umd.js +2 -2
  222. app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +2 -2
  223. app-ng-runtime/components/input/color-picker/esm2022/color-picker.module.mjs +2 -2
  224. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +2 -2
  225. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  226. app-ng-runtime/components/input/currency/bundles/index.umd.js +2 -2
  227. app-ng-runtime/components/input/currency/esm2022/currency.component.mjs +2 -2
  228. app-ng-runtime/components/input/currency/esm2022/currency.module.mjs +2 -2
  229. app-ng-runtime/components/input/currency/fesm2022/index.mjs +2 -2
  230. app-ng-runtime/components/input/currency/fesm2022/index.mjs.map +1 -1
  231. app-ng-runtime/components/input/default/bundles/index.umd.js +21 -21
  232. app-ng-runtime/components/input/default/esm2022/base-form-custom.component.mjs +2 -2
  233. app-ng-runtime/components/input/default/esm2022/base-form.component.mjs +2 -2
  234. app-ng-runtime/components/input/default/esm2022/button/button.component.mjs +2 -2
  235. app-ng-runtime/components/input/default/esm2022/button-group/button-group.directive.mjs +2 -2
  236. app-ng-runtime/components/input/default/esm2022/caption-position.directive.mjs +2 -2
  237. app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +2 -2
  238. app-ng-runtime/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +2 -2
  239. app-ng-runtime/components/input/default/esm2022/composite/composite.directive.mjs +2 -2
  240. app-ng-runtime/components/input/default/esm2022/dataset-aware-form.component.mjs +2 -2
  241. app-ng-runtime/components/input/default/esm2022/input.module.mjs +2 -2
  242. app-ng-runtime/components/input/default/esm2022/number/number.component.mjs +2 -2
  243. app-ng-runtime/components/input/default/esm2022/radioset/radioset.component.mjs +2 -2
  244. app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +2 -2
  245. app-ng-runtime/components/input/default/esm2022/switch/switch.component.mjs +2 -2
  246. app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +2 -2
  247. app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +2 -2
  248. app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +2 -2
  249. app-ng-runtime/components/input/default/esm2022/text/email/input-email.component.mjs +2 -2
  250. app-ng-runtime/components/input/default/esm2022/text/number/input-number.component.mjs +2 -2
  251. app-ng-runtime/components/input/default/esm2022/text/text/input-text.component.mjs +2 -2
  252. app-ng-runtime/components/input/default/esm2022/textarea/textarea.component.mjs +2 -2
  253. app-ng-runtime/components/input/default/fesm2022/index.mjs +26 -26
  254. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -1
  255. app-ng-runtime/components/input/epoch/bundles/index.umd.js +10 -10
  256. app-ng-runtime/components/input/epoch/esm2022/base-date-time.component.mjs +1 -1
  257. app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +2 -2
  258. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +4 -4
  259. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +2 -2
  260. app-ng-runtime/components/input/epoch/esm2022/epoch.module.mjs +2 -2
  261. app-ng-runtime/components/input/epoch/esm2022/picker/picker.component.mjs +3 -3
  262. app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +2 -2
  263. app-ng-runtime/components/input/epoch/fesm2022/index.mjs +11 -11
  264. app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -1
  265. app-ng-runtime/components/input/file-upload/bundles/index.umd.js +2 -2
  266. app-ng-runtime/components/input/file-upload/esm2022/file-upload.component.mjs +2 -2
  267. app-ng-runtime/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
  268. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs +3 -3
  269. app-ng-runtime/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  270. app-ng-runtime/components/input/rating/bundles/index.umd.js +2 -2
  271. app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +2 -2
  272. app-ng-runtime/components/input/rating/esm2022/rating.module.mjs +2 -2
  273. app-ng-runtime/components/input/rating/fesm2022/index.mjs +2 -2
  274. app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -1
  275. app-ng-runtime/components/input/slider/bundles/index.umd.js +2 -2
  276. app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +2 -2
  277. app-ng-runtime/components/input/slider/esm2022/slider.module.mjs +2 -2
  278. app-ng-runtime/components/input/slider/fesm2022/index.mjs +2 -2
  279. app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -1
  280. app-ng-runtime/components/navigation/breadcrumb/bundles/index.umd.js +2 -2
  281. app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +2 -2
  282. app-ng-runtime/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +2 -2
  283. app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs +3 -3
  284. app-ng-runtime/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  285. app-ng-runtime/components/navigation/menu/bundles/index.umd.js +8 -8
  286. app-ng-runtime/components/navigation/menu/esm2022/menu-adapator.component.mjs +1 -1
  287. app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +2 -2
  288. app-ng-runtime/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +2 -2
  289. app-ng-runtime/components/navigation/menu/esm2022/menu.component.mjs +2 -2
  290. app-ng-runtime/components/navigation/menu/esm2022/menu.module.mjs +2 -2
  291. app-ng-runtime/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +2 -2
  292. app-ng-runtime/components/navigation/menu/esm2022/nav/nav.component.mjs +2 -2
  293. app-ng-runtime/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +2 -2
  294. app-ng-runtime/components/navigation/menu/fesm2022/index.mjs +10 -10
  295. app-ng-runtime/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  296. app-ng-runtime/components/navigation/navbar/bundles/index.umd.js +2 -2
  297. app-ng-runtime/components/navigation/navbar/esm2022/navbar.component.mjs +2 -2
  298. app-ng-runtime/components/navigation/navbar/esm2022/navbar.module.mjs +2 -2
  299. app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs +3 -3
  300. app-ng-runtime/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  301. app-ng-runtime/components/navigation/popover/bundles/index.umd.js +2 -2
  302. app-ng-runtime/components/navigation/popover/esm2022/popover.component.mjs +2 -2
  303. app-ng-runtime/components/navigation/popover/esm2022/popover.module.mjs +2 -2
  304. app-ng-runtime/components/navigation/popover/fesm2022/index.mjs +3 -3
  305. app-ng-runtime/components/navigation/popover/fesm2022/index.mjs.map +1 -1
  306. app-ng-runtime/components/page/default/bundles/index.umd.js +7 -7
  307. app-ng-runtime/components/page/default/esm2022/content/content.component.mjs +2 -2
  308. app-ng-runtime/components/page/default/esm2022/layout.directive.mjs +2 -2
  309. app-ng-runtime/components/page/default/esm2022/page-content/page-content.component.mjs +2 -2
  310. app-ng-runtime/components/page/default/esm2022/page.directive.mjs +2 -2
  311. app-ng-runtime/components/page/default/esm2022/page.module.mjs +2 -2
  312. app-ng-runtime/components/page/default/esm2022/router-outlet.directive.mjs +2 -2
  313. app-ng-runtime/components/page/default/esm2022/spa-page.directive.mjs +2 -2
  314. app-ng-runtime/components/page/default/fesm2022/index.mjs +8 -8
  315. app-ng-runtime/components/page/default/fesm2022/index.mjs.map +1 -1
  316. app-ng-runtime/components/page/footer/bundles/index.umd.js +2 -2
  317. app-ng-runtime/components/page/footer/esm2022/footer.directive.mjs +2 -2
  318. app-ng-runtime/components/page/footer/esm2022/footer.module.mjs +2 -2
  319. app-ng-runtime/components/page/footer/fesm2022/index.mjs +3 -3
  320. app-ng-runtime/components/page/footer/fesm2022/index.mjs.map +1 -1
  321. app-ng-runtime/components/page/header/bundles/index.umd.js +2 -2
  322. app-ng-runtime/components/page/header/esm2022/header.component.mjs +2 -2
  323. app-ng-runtime/components/page/header/esm2022/header.module.mjs +2 -2
  324. app-ng-runtime/components/page/header/fesm2022/index.mjs +3 -3
  325. app-ng-runtime/components/page/header/fesm2022/index.mjs.map +1 -1
  326. app-ng-runtime/components/page/left-panel/bundles/index.umd.js +2 -2
  327. app-ng-runtime/components/page/left-panel/esm2022/left-panel.directive.mjs +2 -2
  328. app-ng-runtime/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
  329. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs +3 -3
  330. app-ng-runtime/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  331. app-ng-runtime/components/page/right-panel/bundles/index.umd.js +2 -2
  332. app-ng-runtime/components/page/right-panel/esm2022/right-panel.directive.mjs +2 -2
  333. app-ng-runtime/components/page/right-panel/esm2022/right-panel.module.mjs +2 -2
  334. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs +3 -3
  335. app-ng-runtime/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  336. app-ng-runtime/components/page/top-nav/bundles/index.umd.js +2 -2
  337. app-ng-runtime/components/page/top-nav/esm2022/top-nav.directive.mjs +2 -2
  338. app-ng-runtime/components/page/top-nav/esm2022/top-nav.module.mjs +2 -2
  339. app-ng-runtime/components/page/top-nav/fesm2022/index.mjs +3 -3
  340. app-ng-runtime/components/page/top-nav/fesm2022/index.mjs.map +1 -1
  341. app-ng-runtime/components/prefab/bundles/index.umd.js +3 -3
  342. app-ng-runtime/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +2 -2
  343. app-ng-runtime/components/prefab/esm2022/prefab.directive.mjs +2 -2
  344. app-ng-runtime/components/prefab/esm2022/prefab.module.mjs +2 -2
  345. app-ng-runtime/components/prefab/fesm2022/index.mjs +3 -3
  346. app-ng-runtime/components/prefab/fesm2022/index.mjs.map +1 -1
  347. app-ng-runtime/core/bundles/index.umd.js +11 -11
  348. app-ng-runtime/core/esm2022/core.module.mjs +2 -2
  349. app-ng-runtime/core/esm2022/services/constant.service.mjs +2 -2
  350. app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +2 -2
  351. app-ng-runtime/core/esm2022/services/field-type.service.mjs +2 -2
  352. app-ng-runtime/core/esm2022/services/field-widget.service.mjs +2 -2
  353. app-ng-runtime/core/esm2022/services/pagination.service.mjs +2 -2
  354. app-ng-runtime/core/esm2022/services/script-loader.service.mjs +2 -2
  355. app-ng-runtime/core/esm2022/services/state-persistence.service.mjs +2 -2
  356. app-ng-runtime/core/esm2022/services/user-custom-pipe-manager.service.mjs +2 -2
  357. app-ng-runtime/core/esm2022/services/utils.service.mjs +2 -2
  358. app-ng-runtime/core/esm2022/services/viewport.service.mjs +2 -2
  359. app-ng-runtime/core/fesm2022/index.mjs +13 -13
  360. app-ng-runtime/core/fesm2022/index.mjs.map +1 -1
  361. app-ng-runtime/http/bundles/index.umd.js +2 -2
  362. app-ng-runtime/http/esm2022/http-service.module.mjs +2 -2
  363. app-ng-runtime/http/esm2022/http.service.mjs +2 -2
  364. app-ng-runtime/http/fesm2022/index.mjs +2 -2
  365. app-ng-runtime/http/fesm2022/index.mjs.map +1 -1
  366. app-ng-runtime/locales/angular/global/af-na.js +1 -1
  367. app-ng-runtime/locales/angular/global/af.js +1 -1
  368. app-ng-runtime/locales/angular/global/agq.js +1 -1
  369. app-ng-runtime/locales/angular/global/ak.js +1 -1
  370. app-ng-runtime/locales/angular/global/am.js +1 -1
  371. app-ng-runtime/locales/angular/global/ar-ae.js +1 -1
  372. app-ng-runtime/locales/angular/global/ar-bh.js +1 -1
  373. app-ng-runtime/locales/angular/global/ar-dj.js +1 -1
  374. app-ng-runtime/locales/angular/global/ar-dz.js +1 -1
  375. app-ng-runtime/locales/angular/global/ar-eg.js +1 -1
  376. app-ng-runtime/locales/angular/global/ar-eh.js +1 -1
  377. app-ng-runtime/locales/angular/global/ar-er.js +1 -1
  378. app-ng-runtime/locales/angular/global/ar-il.js +1 -1
  379. app-ng-runtime/locales/angular/global/ar-iq.js +1 -1
  380. app-ng-runtime/locales/angular/global/ar-jo.js +1 -1
  381. app-ng-runtime/locales/angular/global/ar-km.js +1 -1
  382. app-ng-runtime/locales/angular/global/ar-kw.js +1 -1
  383. app-ng-runtime/locales/angular/global/ar-lb.js +1 -1
  384. app-ng-runtime/locales/angular/global/ar-ly.js +1 -1
  385. app-ng-runtime/locales/angular/global/ar-ma.js +1 -1
  386. app-ng-runtime/locales/angular/global/ar-mr.js +1 -1
  387. app-ng-runtime/locales/angular/global/ar-om.js +1 -1
  388. app-ng-runtime/locales/angular/global/ar-ps.js +1 -1
  389. app-ng-runtime/locales/angular/global/ar-qa.js +1 -1
  390. app-ng-runtime/locales/angular/global/ar-sa.js +1 -1
  391. app-ng-runtime/locales/angular/global/ar-sd.js +1 -1
  392. app-ng-runtime/locales/angular/global/ar-so.js +1 -1
  393. app-ng-runtime/locales/angular/global/ar-ss.js +1 -1
  394. app-ng-runtime/locales/angular/global/ar-sy.js +1 -1
  395. app-ng-runtime/locales/angular/global/ar-td.js +1 -1
  396. app-ng-runtime/locales/angular/global/ar-tn.js +1 -1
  397. app-ng-runtime/locales/angular/global/ar-ye.js +1 -1
  398. app-ng-runtime/locales/angular/global/ar.js +1 -1
  399. app-ng-runtime/locales/angular/global/as.js +1 -1
  400. app-ng-runtime/locales/angular/global/asa.js +1 -1
  401. app-ng-runtime/locales/angular/global/ast.js +1 -1
  402. app-ng-runtime/locales/angular/global/az-cyrl.js +1 -1
  403. app-ng-runtime/locales/angular/global/az-latn.js +1 -1
  404. app-ng-runtime/locales/angular/global/az.js +1 -1
  405. app-ng-runtime/locales/angular/global/bas.js +1 -1
  406. app-ng-runtime/locales/angular/global/be-tarask.js +1 -1
  407. app-ng-runtime/locales/angular/global/be.js +1 -1
  408. app-ng-runtime/locales/angular/global/bem.js +1 -1
  409. app-ng-runtime/locales/angular/global/bez.js +1 -1
  410. app-ng-runtime/locales/angular/global/bg.js +1 -1
  411. app-ng-runtime/locales/angular/global/bm.js +1 -1
  412. app-ng-runtime/locales/angular/global/bn-in.js +1 -1
  413. app-ng-runtime/locales/angular/global/bn.js +1 -1
  414. app-ng-runtime/locales/angular/global/bo-in.js +1 -1
  415. app-ng-runtime/locales/angular/global/bo.js +1 -1
  416. app-ng-runtime/locales/angular/global/br.js +1 -1
  417. app-ng-runtime/locales/angular/global/brx.js +1 -1
  418. app-ng-runtime/locales/angular/global/bs-cyrl.js +1 -1
  419. app-ng-runtime/locales/angular/global/bs-latn.js +1 -1
  420. app-ng-runtime/locales/angular/global/bs.js +1 -1
  421. app-ng-runtime/locales/angular/global/ca-ad.js +1 -1
  422. app-ng-runtime/locales/angular/global/ca-es-valencia.js +1 -1
  423. app-ng-runtime/locales/angular/global/ca-fr.js +1 -1
  424. app-ng-runtime/locales/angular/global/ca-it.js +1 -1
  425. app-ng-runtime/locales/angular/global/ca.js +1 -1
  426. app-ng-runtime/locales/angular/global/ccp-in.js +1 -1
  427. app-ng-runtime/locales/angular/global/ccp.js +1 -1
  428. app-ng-runtime/locales/angular/global/ce.js +1 -1
  429. app-ng-runtime/locales/angular/global/ceb.js +1 -1
  430. app-ng-runtime/locales/angular/global/cgg.js +1 -1
  431. app-ng-runtime/locales/angular/global/chr.js +1 -1
  432. app-ng-runtime/locales/angular/global/ckb-ir.js +1 -1
  433. app-ng-runtime/locales/angular/global/ckb.js +1 -1
  434. app-ng-runtime/locales/angular/global/cs.js +1 -1
  435. app-ng-runtime/locales/angular/global/cy.js +1 -1
  436. app-ng-runtime/locales/angular/global/da-gl.js +1 -1
  437. app-ng-runtime/locales/angular/global/da.js +1 -1
  438. app-ng-runtime/locales/angular/global/dav.js +1 -1
  439. app-ng-runtime/locales/angular/global/de-at.js +1 -1
  440. app-ng-runtime/locales/angular/global/de-be.js +1 -1
  441. app-ng-runtime/locales/angular/global/de-ch.js +1 -1
  442. app-ng-runtime/locales/angular/global/de-it.js +1 -1
  443. app-ng-runtime/locales/angular/global/de-li.js +1 -1
  444. app-ng-runtime/locales/angular/global/de-lu.js +1 -1
  445. app-ng-runtime/locales/angular/global/de.js +1 -1
  446. app-ng-runtime/locales/angular/global/dje.js +1 -1
  447. app-ng-runtime/locales/angular/global/doi.js +1 -1
  448. app-ng-runtime/locales/angular/global/dsb.js +1 -1
  449. app-ng-runtime/locales/angular/global/dua.js +1 -1
  450. app-ng-runtime/locales/angular/global/dyo.js +1 -1
  451. app-ng-runtime/locales/angular/global/dz.js +1 -1
  452. app-ng-runtime/locales/angular/global/ebu.js +1 -1
  453. app-ng-runtime/locales/angular/global/ee-tg.js +1 -1
  454. app-ng-runtime/locales/angular/global/ee.js +1 -1
  455. app-ng-runtime/locales/angular/global/el-cy.js +1 -1
  456. app-ng-runtime/locales/angular/global/el.js +1 -1
  457. app-ng-runtime/locales/angular/global/en-001.js +1 -1
  458. app-ng-runtime/locales/angular/global/en-150.js +1 -1
  459. app-ng-runtime/locales/angular/global/en-ae.js +1 -1
  460. app-ng-runtime/locales/angular/global/en-ag.js +1 -1
  461. app-ng-runtime/locales/angular/global/en-ai.js +1 -1
  462. app-ng-runtime/locales/angular/global/en-as.js +1 -1
  463. app-ng-runtime/locales/angular/global/en-at.js +1 -1
  464. app-ng-runtime/locales/angular/global/en-au.js +1 -1
  465. app-ng-runtime/locales/angular/global/en-bb.js +1 -1
  466. app-ng-runtime/locales/angular/global/en-be.js +1 -1
  467. app-ng-runtime/locales/angular/global/en-bi.js +1 -1
  468. app-ng-runtime/locales/angular/global/en-bm.js +1 -1
  469. app-ng-runtime/locales/angular/global/en-bs.js +1 -1
  470. app-ng-runtime/locales/angular/global/en-bw.js +1 -1
  471. app-ng-runtime/locales/angular/global/en-bz.js +1 -1
  472. app-ng-runtime/locales/angular/global/en-ca.js +1 -1
  473. app-ng-runtime/locales/angular/global/en-cc.js +1 -1
  474. app-ng-runtime/locales/angular/global/en-ch.js +1 -1
  475. app-ng-runtime/locales/angular/global/en-ck.js +1 -1
  476. app-ng-runtime/locales/angular/global/en-cm.js +1 -1
  477. app-ng-runtime/locales/angular/global/en-cx.js +1 -1
  478. app-ng-runtime/locales/angular/global/en-cy.js +1 -1
  479. app-ng-runtime/locales/angular/global/en-de.js +1 -1
  480. app-ng-runtime/locales/angular/global/en-dg.js +1 -1
  481. app-ng-runtime/locales/angular/global/en-dk.js +1 -1
  482. app-ng-runtime/locales/angular/global/en-dm.js +1 -1
  483. app-ng-runtime/locales/angular/global/en-er.js +1 -1
  484. app-ng-runtime/locales/angular/global/en-fi.js +1 -1
  485. app-ng-runtime/locales/angular/global/en-fj.js +1 -1
  486. app-ng-runtime/locales/angular/global/en-fk.js +1 -1
  487. app-ng-runtime/locales/angular/global/en-fm.js +1 -1
  488. app-ng-runtime/locales/angular/global/en-gb.js +1 -1
  489. app-ng-runtime/locales/angular/global/en-gd.js +1 -1
  490. app-ng-runtime/locales/angular/global/en-gg.js +1 -1
  491. app-ng-runtime/locales/angular/global/en-gh.js +1 -1
  492. app-ng-runtime/locales/angular/global/en-gi.js +1 -1
  493. app-ng-runtime/locales/angular/global/en-gm.js +1 -1
  494. app-ng-runtime/locales/angular/global/en-gu.js +1 -1
  495. app-ng-runtime/locales/angular/global/en-gy.js +1 -1
  496. app-ng-runtime/locales/angular/global/en-hk.js +1 -1
  497. app-ng-runtime/locales/angular/global/en-ie.js +1 -1
  498. app-ng-runtime/locales/angular/global/en-il.js +1 -1
  499. app-ng-runtime/locales/angular/global/en-im.js +1 -1
  500. app-ng-runtime/locales/angular/global/en-in.js +1 -1
  501. app-ng-runtime/locales/angular/global/en-io.js +1 -1
  502. app-ng-runtime/locales/angular/global/en-je.js +1 -1
  503. app-ng-runtime/locales/angular/global/en-jm.js +1 -1
  504. app-ng-runtime/locales/angular/global/en-ke.js +1 -1
  505. app-ng-runtime/locales/angular/global/en-ki.js +1 -1
  506. app-ng-runtime/locales/angular/global/en-kn.js +1 -1
  507. app-ng-runtime/locales/angular/global/en-ky.js +1 -1
  508. app-ng-runtime/locales/angular/global/en-lc.js +1 -1
  509. app-ng-runtime/locales/angular/global/en-lr.js +1 -1
  510. app-ng-runtime/locales/angular/global/en-ls.js +1 -1
  511. app-ng-runtime/locales/angular/global/en-mg.js +1 -1
  512. app-ng-runtime/locales/angular/global/en-mh.js +1 -1
  513. app-ng-runtime/locales/angular/global/en-mo.js +1 -1
  514. app-ng-runtime/locales/angular/global/en-mp.js +1 -1
  515. app-ng-runtime/locales/angular/global/en-ms.js +1 -1
  516. app-ng-runtime/locales/angular/global/en-mt.js +1 -1
  517. app-ng-runtime/locales/angular/global/en-mu.js +1 -1
  518. app-ng-runtime/locales/angular/global/en-mv.js +1 -1
  519. app-ng-runtime/locales/angular/global/en-mw.js +1 -1
  520. app-ng-runtime/locales/angular/global/en-my.js +1 -1
  521. app-ng-runtime/locales/angular/global/en-na.js +1 -1
  522. app-ng-runtime/locales/angular/global/en-nf.js +1 -1
  523. app-ng-runtime/locales/angular/global/en-ng.js +1 -1
  524. app-ng-runtime/locales/angular/global/en-nl.js +1 -1
  525. app-ng-runtime/locales/angular/global/en-nr.js +1 -1
  526. app-ng-runtime/locales/angular/global/en-nu.js +1 -1
  527. app-ng-runtime/locales/angular/global/en-nz.js +1 -1
  528. app-ng-runtime/locales/angular/global/en-pg.js +1 -1
  529. app-ng-runtime/locales/angular/global/en-ph.js +1 -1
  530. app-ng-runtime/locales/angular/global/en-pk.js +1 -1
  531. app-ng-runtime/locales/angular/global/en-pn.js +1 -1
  532. app-ng-runtime/locales/angular/global/en-pr.js +1 -1
  533. app-ng-runtime/locales/angular/global/en-pw.js +1 -1
  534. app-ng-runtime/locales/angular/global/en-rw.js +1 -1
  535. app-ng-runtime/locales/angular/global/en-sb.js +1 -1
  536. app-ng-runtime/locales/angular/global/en-sc.js +1 -1
  537. app-ng-runtime/locales/angular/global/en-sd.js +1 -1
  538. app-ng-runtime/locales/angular/global/en-se.js +1 -1
  539. app-ng-runtime/locales/angular/global/en-sg.js +1 -1
  540. app-ng-runtime/locales/angular/global/en-sh.js +1 -1
  541. app-ng-runtime/locales/angular/global/en-si.js +1 -1
  542. app-ng-runtime/locales/angular/global/en-sl.js +1 -1
  543. app-ng-runtime/locales/angular/global/en-ss.js +1 -1
  544. app-ng-runtime/locales/angular/global/en-sx.js +1 -1
  545. app-ng-runtime/locales/angular/global/en-sz.js +1 -1
  546. app-ng-runtime/locales/angular/global/en-tc.js +1 -1
  547. app-ng-runtime/locales/angular/global/en-tk.js +1 -1
  548. app-ng-runtime/locales/angular/global/en-to.js +1 -1
  549. app-ng-runtime/locales/angular/global/en-tt.js +1 -1
  550. app-ng-runtime/locales/angular/global/en-tv.js +1 -1
  551. app-ng-runtime/locales/angular/global/en-tz.js +1 -1
  552. app-ng-runtime/locales/angular/global/en-ug.js +1 -1
  553. app-ng-runtime/locales/angular/global/en-um.js +1 -1
  554. app-ng-runtime/locales/angular/global/en-vc.js +1 -1
  555. app-ng-runtime/locales/angular/global/en-vg.js +1 -1
  556. app-ng-runtime/locales/angular/global/en-vi.js +1 -1
  557. app-ng-runtime/locales/angular/global/en-vu.js +1 -1
  558. app-ng-runtime/locales/angular/global/en-ws.js +1 -1
  559. app-ng-runtime/locales/angular/global/en-za.js +1 -1
  560. app-ng-runtime/locales/angular/global/en-zm.js +1 -1
  561. app-ng-runtime/locales/angular/global/en-zw.js +1 -1
  562. app-ng-runtime/locales/angular/global/en.js +1 -1
  563. app-ng-runtime/locales/angular/global/eo.js +1 -1
  564. app-ng-runtime/locales/angular/global/es-419.js +1 -1
  565. app-ng-runtime/locales/angular/global/es-ar.js +1 -1
  566. app-ng-runtime/locales/angular/global/es-bo.js +1 -1
  567. app-ng-runtime/locales/angular/global/es-br.js +1 -1
  568. app-ng-runtime/locales/angular/global/es-bz.js +1 -1
  569. app-ng-runtime/locales/angular/global/es-cl.js +1 -1
  570. app-ng-runtime/locales/angular/global/es-co.js +1 -1
  571. app-ng-runtime/locales/angular/global/es-cr.js +1 -1
  572. app-ng-runtime/locales/angular/global/es-cu.js +1 -1
  573. app-ng-runtime/locales/angular/global/es-do.js +1 -1
  574. app-ng-runtime/locales/angular/global/es-ea.js +1 -1
  575. app-ng-runtime/locales/angular/global/es-ec.js +1 -1
  576. app-ng-runtime/locales/angular/global/es-gq.js +1 -1
  577. app-ng-runtime/locales/angular/global/es-gt.js +1 -1
  578. app-ng-runtime/locales/angular/global/es-hn.js +1 -1
  579. app-ng-runtime/locales/angular/global/es-ic.js +1 -1
  580. app-ng-runtime/locales/angular/global/es-mx.js +1 -1
  581. app-ng-runtime/locales/angular/global/es-ni.js +1 -1
  582. app-ng-runtime/locales/angular/global/es-pa.js +1 -1
  583. app-ng-runtime/locales/angular/global/es-pe.js +1 -1
  584. app-ng-runtime/locales/angular/global/es-ph.js +1 -1
  585. app-ng-runtime/locales/angular/global/es-pr.js +1 -1
  586. app-ng-runtime/locales/angular/global/es-py.js +1 -1
  587. app-ng-runtime/locales/angular/global/es-sv.js +1 -1
  588. app-ng-runtime/locales/angular/global/es-us.js +1 -1
  589. app-ng-runtime/locales/angular/global/es-uy.js +1 -1
  590. app-ng-runtime/locales/angular/global/es-ve.js +1 -1
  591. app-ng-runtime/locales/angular/global/es.js +1 -1
  592. app-ng-runtime/locales/angular/global/et.js +1 -1
  593. app-ng-runtime/locales/angular/global/eu.js +1 -1
  594. app-ng-runtime/locales/angular/global/ewo.js +1 -1
  595. app-ng-runtime/locales/angular/global/fa-af.js +1 -1
  596. app-ng-runtime/locales/angular/global/fa.js +1 -1
  597. app-ng-runtime/locales/angular/global/ff-adlm-bf.js +1 -1
  598. app-ng-runtime/locales/angular/global/ff-adlm-cm.js +1 -1
  599. app-ng-runtime/locales/angular/global/ff-adlm-gh.js +1 -1
  600. app-ng-runtime/locales/angular/global/ff-adlm-gm.js +1 -1
  601. app-ng-runtime/locales/angular/global/ff-adlm-gw.js +1 -1
  602. app-ng-runtime/locales/angular/global/ff-adlm-lr.js +1 -1
  603. app-ng-runtime/locales/angular/global/ff-adlm-mr.js +1 -1
  604. app-ng-runtime/locales/angular/global/ff-adlm-ne.js +1 -1
  605. app-ng-runtime/locales/angular/global/ff-adlm-ng.js +1 -1
  606. app-ng-runtime/locales/angular/global/ff-adlm-sl.js +1 -1
  607. app-ng-runtime/locales/angular/global/ff-adlm-sn.js +1 -1
  608. app-ng-runtime/locales/angular/global/ff-adlm.js +1 -1
  609. app-ng-runtime/locales/angular/global/ff-cm.js +1 -1
  610. app-ng-runtime/locales/angular/global/ff-gn.js +1 -1
  611. app-ng-runtime/locales/angular/global/ff-latn-bf.js +1 -1
  612. app-ng-runtime/locales/angular/global/ff-latn-cm.js +1 -1
  613. app-ng-runtime/locales/angular/global/ff-latn-gh.js +1 -1
  614. app-ng-runtime/locales/angular/global/ff-latn-gm.js +1 -1
  615. app-ng-runtime/locales/angular/global/ff-latn-gn.js +1 -1
  616. app-ng-runtime/locales/angular/global/ff-latn-gw.js +1 -1
  617. app-ng-runtime/locales/angular/global/ff-latn-lr.js +1 -1
  618. app-ng-runtime/locales/angular/global/ff-latn-mr.js +1 -1
  619. app-ng-runtime/locales/angular/global/ff-latn-ne.js +1 -1
  620. app-ng-runtime/locales/angular/global/ff-latn-ng.js +1 -1
  621. app-ng-runtime/locales/angular/global/ff-latn-sl.js +1 -1
  622. app-ng-runtime/locales/angular/global/ff-latn.js +1 -1
  623. app-ng-runtime/locales/angular/global/ff-mr.js +1 -1
  624. app-ng-runtime/locales/angular/global/ff.js +1 -1
  625. app-ng-runtime/locales/angular/global/fi.js +1 -1
  626. app-ng-runtime/locales/angular/global/fil.js +1 -1
  627. app-ng-runtime/locales/angular/global/fo-dk.js +1 -1
  628. app-ng-runtime/locales/angular/global/fo.js +1 -1
  629. app-ng-runtime/locales/angular/global/fr-be.js +1 -1
  630. app-ng-runtime/locales/angular/global/fr-bf.js +1 -1
  631. app-ng-runtime/locales/angular/global/fr-bi.js +1 -1
  632. app-ng-runtime/locales/angular/global/fr-bj.js +1 -1
  633. app-ng-runtime/locales/angular/global/fr-bl.js +1 -1
  634. app-ng-runtime/locales/angular/global/fr-ca.js +1 -1
  635. app-ng-runtime/locales/angular/global/fr-cd.js +1 -1
  636. app-ng-runtime/locales/angular/global/fr-cf.js +1 -1
  637. app-ng-runtime/locales/angular/global/fr-cg.js +1 -1
  638. app-ng-runtime/locales/angular/global/fr-ch.js +1 -1
  639. app-ng-runtime/locales/angular/global/fr-ci.js +1 -1
  640. app-ng-runtime/locales/angular/global/fr-cm.js +1 -1
  641. app-ng-runtime/locales/angular/global/fr-dj.js +1 -1
  642. app-ng-runtime/locales/angular/global/fr-dz.js +1 -1
  643. app-ng-runtime/locales/angular/global/fr-ga.js +1 -1
  644. app-ng-runtime/locales/angular/global/fr-gf.js +1 -1
  645. app-ng-runtime/locales/angular/global/fr-gn.js +1 -1
  646. app-ng-runtime/locales/angular/global/fr-gp.js +1 -1
  647. app-ng-runtime/locales/angular/global/fr-gq.js +1 -1
  648. app-ng-runtime/locales/angular/global/fr-ht.js +1 -1
  649. app-ng-runtime/locales/angular/global/fr-km.js +1 -1
  650. app-ng-runtime/locales/angular/global/fr-lu.js +1 -1
  651. app-ng-runtime/locales/angular/global/fr-ma.js +1 -1
  652. app-ng-runtime/locales/angular/global/fr-mc.js +1 -1
  653. app-ng-runtime/locales/angular/global/fr-mf.js +1 -1
  654. app-ng-runtime/locales/angular/global/fr-mg.js +1 -1
  655. app-ng-runtime/locales/angular/global/fr-ml.js +1 -1
  656. app-ng-runtime/locales/angular/global/fr-mq.js +1 -1
  657. app-ng-runtime/locales/angular/global/fr-mr.js +1 -1
  658. app-ng-runtime/locales/angular/global/fr-mu.js +1 -1
  659. app-ng-runtime/locales/angular/global/fr-nc.js +1 -1
  660. app-ng-runtime/locales/angular/global/fr-ne.js +1 -1
  661. app-ng-runtime/locales/angular/global/fr-pf.js +1 -1
  662. app-ng-runtime/locales/angular/global/fr-pm.js +1 -1
  663. app-ng-runtime/locales/angular/global/fr-re.js +1 -1
  664. app-ng-runtime/locales/angular/global/fr-rw.js +1 -1
  665. app-ng-runtime/locales/angular/global/fr-sc.js +1 -1
  666. app-ng-runtime/locales/angular/global/fr-sn.js +1 -1
  667. app-ng-runtime/locales/angular/global/fr-sy.js +1 -1
  668. app-ng-runtime/locales/angular/global/fr-td.js +1 -1
  669. app-ng-runtime/locales/angular/global/fr-tg.js +1 -1
  670. app-ng-runtime/locales/angular/global/fr-tn.js +1 -1
  671. app-ng-runtime/locales/angular/global/fr-vu.js +1 -1
  672. app-ng-runtime/locales/angular/global/fr-wf.js +1 -1
  673. app-ng-runtime/locales/angular/global/fr-yt.js +1 -1
  674. app-ng-runtime/locales/angular/global/fr.js +1 -1
  675. app-ng-runtime/locales/angular/global/fur.js +1 -1
  676. app-ng-runtime/locales/angular/global/fy.js +1 -1
  677. app-ng-runtime/locales/angular/global/ga-gb.js +1 -1
  678. app-ng-runtime/locales/angular/global/ga.js +1 -1
  679. app-ng-runtime/locales/angular/global/gd.js +1 -1
  680. app-ng-runtime/locales/angular/global/gl.js +1 -1
  681. app-ng-runtime/locales/angular/global/gsw-fr.js +1 -1
  682. app-ng-runtime/locales/angular/global/gsw-li.js +1 -1
  683. app-ng-runtime/locales/angular/global/gsw.js +1 -1
  684. app-ng-runtime/locales/angular/global/gu.js +1 -1
  685. app-ng-runtime/locales/angular/global/guz.js +1 -1
  686. app-ng-runtime/locales/angular/global/gv.js +1 -1
  687. app-ng-runtime/locales/angular/global/ha-gh.js +1 -1
  688. app-ng-runtime/locales/angular/global/ha-ne.js +1 -1
  689. app-ng-runtime/locales/angular/global/ha.js +1 -1
  690. app-ng-runtime/locales/angular/global/haw.js +1 -1
  691. app-ng-runtime/locales/angular/global/he.js +1 -1
  692. app-ng-runtime/locales/angular/global/hi-latn.js +1 -1
  693. app-ng-runtime/locales/angular/global/hi.js +1 -1
  694. app-ng-runtime/locales/angular/global/hr-ba.js +1 -1
  695. app-ng-runtime/locales/angular/global/hr.js +1 -1
  696. app-ng-runtime/locales/angular/global/hsb.js +1 -1
  697. app-ng-runtime/locales/angular/global/hu.js +1 -1
  698. app-ng-runtime/locales/angular/global/hy.js +1 -1
  699. app-ng-runtime/locales/angular/global/ia.js +1 -1
  700. app-ng-runtime/locales/angular/global/id.js +1 -1
  701. app-ng-runtime/locales/angular/global/ig.js +1 -1
  702. app-ng-runtime/locales/angular/global/ii.js +1 -1
  703. app-ng-runtime/locales/angular/global/is.js +1 -1
  704. app-ng-runtime/locales/angular/global/it-ch.js +1 -1
  705. app-ng-runtime/locales/angular/global/it-sm.js +1 -1
  706. app-ng-runtime/locales/angular/global/it-va.js +1 -1
  707. app-ng-runtime/locales/angular/global/it.js +1 -1
  708. app-ng-runtime/locales/angular/global/ja.js +1 -1
  709. app-ng-runtime/locales/angular/global/jgo.js +1 -1
  710. app-ng-runtime/locales/angular/global/jmc.js +1 -1
  711. app-ng-runtime/locales/angular/global/jv.js +1 -1
  712. app-ng-runtime/locales/angular/global/ka.js +1 -1
  713. app-ng-runtime/locales/angular/global/kab.js +1 -1
  714. app-ng-runtime/locales/angular/global/kam.js +1 -1
  715. app-ng-runtime/locales/angular/global/kde.js +1 -1
  716. app-ng-runtime/locales/angular/global/kea.js +1 -1
  717. app-ng-runtime/locales/angular/global/kgp.js +1 -1
  718. app-ng-runtime/locales/angular/global/khq.js +1 -1
  719. app-ng-runtime/locales/angular/global/ki.js +1 -1
  720. app-ng-runtime/locales/angular/global/kk.js +1 -1
  721. app-ng-runtime/locales/angular/global/kkj.js +1 -1
  722. app-ng-runtime/locales/angular/global/kl.js +1 -1
  723. app-ng-runtime/locales/angular/global/kln.js +1 -1
  724. app-ng-runtime/locales/angular/global/km.js +1 -1
  725. app-ng-runtime/locales/angular/global/kn.js +1 -1
  726. app-ng-runtime/locales/angular/global/ko-kp.js +1 -1
  727. app-ng-runtime/locales/angular/global/ko.js +1 -1
  728. app-ng-runtime/locales/angular/global/kok.js +1 -1
  729. app-ng-runtime/locales/angular/global/ks-arab.js +1 -1
  730. app-ng-runtime/locales/angular/global/ks-deva.js +1 -1
  731. app-ng-runtime/locales/angular/global/ks.js +1 -1
  732. app-ng-runtime/locales/angular/global/ksb.js +1 -1
  733. app-ng-runtime/locales/angular/global/ksf.js +1 -1
  734. app-ng-runtime/locales/angular/global/ksh.js +1 -1
  735. app-ng-runtime/locales/angular/global/ku.js +1 -1
  736. app-ng-runtime/locales/angular/global/kw.js +1 -1
  737. app-ng-runtime/locales/angular/global/ky.js +1 -1
  738. app-ng-runtime/locales/angular/global/lag.js +1 -1
  739. app-ng-runtime/locales/angular/global/lb.js +1 -1
  740. app-ng-runtime/locales/angular/global/lg.js +1 -1
  741. app-ng-runtime/locales/angular/global/lkt.js +1 -1
  742. app-ng-runtime/locales/angular/global/ln-ao.js +1 -1
  743. app-ng-runtime/locales/angular/global/ln-cf.js +1 -1
  744. app-ng-runtime/locales/angular/global/ln-cg.js +1 -1
  745. app-ng-runtime/locales/angular/global/ln.js +1 -1
  746. app-ng-runtime/locales/angular/global/lo.js +1 -1
  747. app-ng-runtime/locales/angular/global/lrc-iq.js +1 -1
  748. app-ng-runtime/locales/angular/global/lrc.js +1 -1
  749. app-ng-runtime/locales/angular/global/lt.js +1 -1
  750. app-ng-runtime/locales/angular/global/lu.js +1 -1
  751. app-ng-runtime/locales/angular/global/luo.js +1 -1
  752. app-ng-runtime/locales/angular/global/luy.js +1 -1
  753. app-ng-runtime/locales/angular/global/lv.js +1 -1
  754. app-ng-runtime/locales/angular/global/mai.js +1 -1
  755. app-ng-runtime/locales/angular/global/mas-tz.js +1 -1
  756. app-ng-runtime/locales/angular/global/mas.js +1 -1
  757. app-ng-runtime/locales/angular/global/mer.js +1 -1
  758. app-ng-runtime/locales/angular/global/mfe.js +1 -1
  759. app-ng-runtime/locales/angular/global/mg.js +1 -1
  760. app-ng-runtime/locales/angular/global/mgh.js +1 -1
  761. app-ng-runtime/locales/angular/global/mgo.js +1 -1
  762. app-ng-runtime/locales/angular/global/mi.js +1 -1
  763. app-ng-runtime/locales/angular/global/mk.js +1 -1
  764. app-ng-runtime/locales/angular/global/ml.js +1 -1
  765. app-ng-runtime/locales/angular/global/mn.js +1 -1
  766. app-ng-runtime/locales/angular/global/mni-beng.js +1 -1
  767. app-ng-runtime/locales/angular/global/mni.js +1 -1
  768. app-ng-runtime/locales/angular/global/mr.js +1 -1
  769. app-ng-runtime/locales/angular/global/ms-bn.js +1 -1
  770. app-ng-runtime/locales/angular/global/ms-id.js +1 -1
  771. app-ng-runtime/locales/angular/global/ms-sg.js +1 -1
  772. app-ng-runtime/locales/angular/global/ms.js +1 -1
  773. app-ng-runtime/locales/angular/global/mt.js +1 -1
  774. app-ng-runtime/locales/angular/global/mua.js +1 -1
  775. app-ng-runtime/locales/angular/global/my.js +1 -1
  776. app-ng-runtime/locales/angular/global/mzn.js +1 -1
  777. app-ng-runtime/locales/angular/global/naq.js +1 -1
  778. app-ng-runtime/locales/angular/global/nb-sj.js +1 -1
  779. app-ng-runtime/locales/angular/global/nb.js +1 -1
  780. app-ng-runtime/locales/angular/global/nd.js +1 -1
  781. app-ng-runtime/locales/angular/global/nds-nl.js +1 -1
  782. app-ng-runtime/locales/angular/global/nds.js +1 -1
  783. app-ng-runtime/locales/angular/global/ne-in.js +1 -1
  784. app-ng-runtime/locales/angular/global/ne.js +1 -1
  785. app-ng-runtime/locales/angular/global/nl-aw.js +1 -1
  786. app-ng-runtime/locales/angular/global/nl-be.js +1 -1
  787. app-ng-runtime/locales/angular/global/nl-bq.js +1 -1
  788. app-ng-runtime/locales/angular/global/nl-cw.js +1 -1
  789. app-ng-runtime/locales/angular/global/nl-sr.js +1 -1
  790. app-ng-runtime/locales/angular/global/nl-sx.js +1 -1
  791. app-ng-runtime/locales/angular/global/nl.js +1 -1
  792. app-ng-runtime/locales/angular/global/nmg.js +1 -1
  793. app-ng-runtime/locales/angular/global/nn.js +1 -1
  794. app-ng-runtime/locales/angular/global/nnh.js +1 -1
  795. app-ng-runtime/locales/angular/global/no.js +1 -1
  796. app-ng-runtime/locales/angular/global/nus.js +1 -1
  797. app-ng-runtime/locales/angular/global/nyn.js +1 -1
  798. app-ng-runtime/locales/angular/global/om-ke.js +1 -1
  799. app-ng-runtime/locales/angular/global/om.js +1 -1
  800. app-ng-runtime/locales/angular/global/or.js +1 -1
  801. app-ng-runtime/locales/angular/global/os-ru.js +1 -1
  802. app-ng-runtime/locales/angular/global/os.js +1 -1
  803. app-ng-runtime/locales/angular/global/pa-arab.js +1 -1
  804. app-ng-runtime/locales/angular/global/pa-guru.js +1 -1
  805. app-ng-runtime/locales/angular/global/pa.js +1 -1
  806. app-ng-runtime/locales/angular/global/pcm.js +1 -1
  807. app-ng-runtime/locales/angular/global/pl.js +1 -1
  808. app-ng-runtime/locales/angular/global/ps-pk.js +1 -1
  809. app-ng-runtime/locales/angular/global/ps.js +1 -1
  810. app-ng-runtime/locales/angular/global/pt-ao.js +1 -1
  811. app-ng-runtime/locales/angular/global/pt-ch.js +1 -1
  812. app-ng-runtime/locales/angular/global/pt-cv.js +1 -1
  813. app-ng-runtime/locales/angular/global/pt-gq.js +1 -1
  814. app-ng-runtime/locales/angular/global/pt-gw.js +1 -1
  815. app-ng-runtime/locales/angular/global/pt-lu.js +1 -1
  816. app-ng-runtime/locales/angular/global/pt-mo.js +1 -1
  817. app-ng-runtime/locales/angular/global/pt-mz.js +1 -1
  818. app-ng-runtime/locales/angular/global/pt-pt.js +1 -1
  819. app-ng-runtime/locales/angular/global/pt-st.js +1 -1
  820. app-ng-runtime/locales/angular/global/pt-tl.js +1 -1
  821. app-ng-runtime/locales/angular/global/pt.js +1 -1
  822. app-ng-runtime/locales/angular/global/qu-bo.js +1 -1
  823. app-ng-runtime/locales/angular/global/qu-ec.js +1 -1
  824. app-ng-runtime/locales/angular/global/qu.js +1 -1
  825. app-ng-runtime/locales/angular/global/rm.js +1 -1
  826. app-ng-runtime/locales/angular/global/rn.js +1 -1
  827. app-ng-runtime/locales/angular/global/ro-md.js +1 -1
  828. app-ng-runtime/locales/angular/global/ro.js +1 -1
  829. app-ng-runtime/locales/angular/global/rof.js +1 -1
  830. app-ng-runtime/locales/angular/global/ru-by.js +1 -1
  831. app-ng-runtime/locales/angular/global/ru-kg.js +1 -1
  832. app-ng-runtime/locales/angular/global/ru-kz.js +1 -1
  833. app-ng-runtime/locales/angular/global/ru-md.js +1 -1
  834. app-ng-runtime/locales/angular/global/ru-ua.js +1 -1
  835. app-ng-runtime/locales/angular/global/ru.js +1 -1
  836. app-ng-runtime/locales/angular/global/rw.js +1 -1
  837. app-ng-runtime/locales/angular/global/rwk.js +1 -1
  838. app-ng-runtime/locales/angular/global/sa.js +1 -1
  839. app-ng-runtime/locales/angular/global/sah.js +1 -1
  840. app-ng-runtime/locales/angular/global/saq.js +1 -1
  841. app-ng-runtime/locales/angular/global/sat-olck.js +1 -1
  842. app-ng-runtime/locales/angular/global/sat.js +1 -1
  843. app-ng-runtime/locales/angular/global/sbp.js +1 -1
  844. app-ng-runtime/locales/angular/global/sc.js +1 -1
  845. app-ng-runtime/locales/angular/global/sd-arab.js +1 -1
  846. app-ng-runtime/locales/angular/global/sd-deva.js +1 -1
  847. app-ng-runtime/locales/angular/global/sd.js +1 -1
  848. app-ng-runtime/locales/angular/global/se-fi.js +1 -1
  849. app-ng-runtime/locales/angular/global/se-se.js +1 -1
  850. app-ng-runtime/locales/angular/global/se.js +1 -1
  851. app-ng-runtime/locales/angular/global/seh.js +1 -1
  852. app-ng-runtime/locales/angular/global/ses.js +1 -1
  853. app-ng-runtime/locales/angular/global/sg.js +1 -1
  854. app-ng-runtime/locales/angular/global/shi-latn.js +1 -1
  855. app-ng-runtime/locales/angular/global/shi-tfng.js +1 -1
  856. app-ng-runtime/locales/angular/global/shi.js +1 -1
  857. app-ng-runtime/locales/angular/global/si.js +1 -1
  858. app-ng-runtime/locales/angular/global/sk.js +1 -1
  859. app-ng-runtime/locales/angular/global/sl.js +1 -1
  860. app-ng-runtime/locales/angular/global/smn.js +1 -1
  861. app-ng-runtime/locales/angular/global/sn.js +1 -1
  862. app-ng-runtime/locales/angular/global/so-dj.js +1 -1
  863. app-ng-runtime/locales/angular/global/so-et.js +1 -1
  864. app-ng-runtime/locales/angular/global/so-ke.js +1 -1
  865. app-ng-runtime/locales/angular/global/so.js +1 -1
  866. app-ng-runtime/locales/angular/global/sq-mk.js +1 -1
  867. app-ng-runtime/locales/angular/global/sq-xk.js +1 -1
  868. app-ng-runtime/locales/angular/global/sq.js +1 -1
  869. app-ng-runtime/locales/angular/global/sr-cyrl-ba.js +1 -1
  870. app-ng-runtime/locales/angular/global/sr-cyrl-me.js +1 -1
  871. app-ng-runtime/locales/angular/global/sr-cyrl-xk.js +1 -1
  872. app-ng-runtime/locales/angular/global/sr-cyrl.js +1 -1
  873. app-ng-runtime/locales/angular/global/sr-latn-ba.js +1 -1
  874. app-ng-runtime/locales/angular/global/sr-latn-me.js +1 -1
  875. app-ng-runtime/locales/angular/global/sr-latn-xk.js +1 -1
  876. app-ng-runtime/locales/angular/global/sr-latn.js +1 -1
  877. app-ng-runtime/locales/angular/global/sr.js +1 -1
  878. app-ng-runtime/locales/angular/global/su-latn.js +1 -1
  879. app-ng-runtime/locales/angular/global/su.js +1 -1
  880. app-ng-runtime/locales/angular/global/sv-ax.js +1 -1
  881. app-ng-runtime/locales/angular/global/sv-fi.js +1 -1
  882. app-ng-runtime/locales/angular/global/sv.js +1 -1
  883. app-ng-runtime/locales/angular/global/sw-cd.js +1 -1
  884. app-ng-runtime/locales/angular/global/sw-ke.js +1 -1
  885. app-ng-runtime/locales/angular/global/sw-ug.js +1 -1
  886. app-ng-runtime/locales/angular/global/sw.js +1 -1
  887. app-ng-runtime/locales/angular/global/ta-lk.js +1 -1
  888. app-ng-runtime/locales/angular/global/ta-my.js +1 -1
  889. app-ng-runtime/locales/angular/global/ta-sg.js +1 -1
  890. app-ng-runtime/locales/angular/global/ta.js +1 -1
  891. app-ng-runtime/locales/angular/global/te.js +1 -1
  892. app-ng-runtime/locales/angular/global/teo-ke.js +1 -1
  893. app-ng-runtime/locales/angular/global/teo.js +1 -1
  894. app-ng-runtime/locales/angular/global/tg.js +1 -1
  895. app-ng-runtime/locales/angular/global/th.js +1 -1
  896. app-ng-runtime/locales/angular/global/ti-er.js +1 -1
  897. app-ng-runtime/locales/angular/global/ti.js +1 -1
  898. app-ng-runtime/locales/angular/global/tk.js +1 -1
  899. app-ng-runtime/locales/angular/global/to.js +1 -1
  900. app-ng-runtime/locales/angular/global/tr-cy.js +1 -1
  901. app-ng-runtime/locales/angular/global/tr.js +1 -1
  902. app-ng-runtime/locales/angular/global/tt.js +1 -1
  903. app-ng-runtime/locales/angular/global/twq.js +1 -1
  904. app-ng-runtime/locales/angular/global/tzm.js +1 -1
  905. app-ng-runtime/locales/angular/global/ug.js +1 -1
  906. app-ng-runtime/locales/angular/global/uk.js +1 -1
  907. app-ng-runtime/locales/angular/global/und.js +1 -1
  908. app-ng-runtime/locales/angular/global/ur-in.js +1 -1
  909. app-ng-runtime/locales/angular/global/ur.js +1 -1
  910. app-ng-runtime/locales/angular/global/uz-arab.js +1 -1
  911. app-ng-runtime/locales/angular/global/uz-cyrl.js +1 -1
  912. app-ng-runtime/locales/angular/global/uz-latn.js +1 -1
  913. app-ng-runtime/locales/angular/global/uz.js +1 -1
  914. app-ng-runtime/locales/angular/global/vai-latn.js +1 -1
  915. app-ng-runtime/locales/angular/global/vai-vaii.js +1 -1
  916. app-ng-runtime/locales/angular/global/vai.js +1 -1
  917. app-ng-runtime/locales/angular/global/vi.js +1 -1
  918. app-ng-runtime/locales/angular/global/vun.js +1 -1
  919. app-ng-runtime/locales/angular/global/wae.js +1 -1
  920. app-ng-runtime/locales/angular/global/wo.js +1 -1
  921. app-ng-runtime/locales/angular/global/xh.js +1 -1
  922. app-ng-runtime/locales/angular/global/xog.js +1 -1
  923. app-ng-runtime/locales/angular/global/yav.js +1 -1
  924. app-ng-runtime/locales/angular/global/yi.js +1 -1
  925. app-ng-runtime/locales/angular/global/yo-bj.js +1 -1
  926. app-ng-runtime/locales/angular/global/yo.js +1 -1
  927. app-ng-runtime/locales/angular/global/yrl-co.js +1 -1
  928. app-ng-runtime/locales/angular/global/yrl-ve.js +1 -1
  929. app-ng-runtime/locales/angular/global/yrl.js +1 -1
  930. app-ng-runtime/locales/angular/global/yue-hans.js +1 -1
  931. app-ng-runtime/locales/angular/global/yue-hant.js +1 -1
  932. app-ng-runtime/locales/angular/global/yue.js +1 -1
  933. app-ng-runtime/locales/angular/global/zgh.js +1 -1
  934. app-ng-runtime/locales/angular/global/zh-hans-hk.js +1 -1
  935. app-ng-runtime/locales/angular/global/zh-hans-mo.js +1 -1
  936. app-ng-runtime/locales/angular/global/zh-hans-sg.js +1 -1
  937. app-ng-runtime/locales/angular/global/zh-hans.js +1 -1
  938. app-ng-runtime/locales/angular/global/zh-hant-hk.js +1 -1
  939. app-ng-runtime/locales/angular/global/zh-hant-mo.js +1 -1
  940. app-ng-runtime/locales/angular/global/zh-hant.js +1 -1
  941. app-ng-runtime/locales/angular/global/zh.js +1 -1
  942. app-ng-runtime/locales/angular/global/zu.js +1 -1
  943. app-ng-runtime/locales/moment-timezone/moment-timezone-with-data.js +37 -37
  944. app-ng-runtime/mobile/components/basic/default/bundles/index.umd.js +9 -9
  945. app-ng-runtime/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +2 -2
  946. app-ng-runtime/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +2 -2
  947. app-ng-runtime/mobile/components/basic/default/esm2022/basic.module.mjs +2 -2
  948. app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +2 -2
  949. app-ng-runtime/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +2 -2
  950. app-ng-runtime/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +2 -2
  951. app-ng-runtime/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +2 -2
  952. app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +2 -2
  953. app-ng-runtime/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +2 -2
  954. app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs +10 -10
  955. app-ng-runtime/mobile/components/basic/default/fesm2022/index.mjs.map +1 -1
  956. app-ng-runtime/mobile/components/basic/search/bundles/index.umd.js +2 -2
  957. app-ng-runtime/mobile/components/basic/search/esm2022/search.directive.mjs +2 -2
  958. app-ng-runtime/mobile/components/basic/search/esm2022/search.module.mjs +2 -2
  959. app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs +2 -2
  960. app-ng-runtime/mobile/components/basic/search/fesm2022/index.mjs.map +1 -1
  961. app-ng-runtime/mobile/components/containers/segmented-control/bundles/index.umd.js +3 -3
  962. app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +2 -2
  963. app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +2 -2
  964. app-ng-runtime/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +2 -2
  965. app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs +4 -4
  966. app-ng-runtime/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +1 -1
  967. app-ng-runtime/mobile/components/data/media-list/bundles/index.umd.js +3 -3
  968. app-ng-runtime/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +2 -2
  969. app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.component.mjs +2 -2
  970. app-ng-runtime/mobile/components/data/media-list/esm2022/media-list.module.mjs +2 -2
  971. app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs +4 -4
  972. app-ng-runtime/mobile/components/data/media-list/fesm2022/index.mjs.map +1 -1
  973. app-ng-runtime/mobile/components/device/barcode-scanner/bundles/index.umd.js +2 -2
  974. app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +2 -2
  975. app-ng-runtime/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +2 -2
  976. app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs +3 -3
  977. app-ng-runtime/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +1 -1
  978. app-ng-runtime/mobile/components/device/camera/bundles/index.umd.js +2 -2
  979. app-ng-runtime/mobile/components/device/camera/esm2022/camera.component.mjs +2 -2
  980. app-ng-runtime/mobile/components/device/camera/esm2022/camera.module.mjs +2 -2
  981. app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs +3 -3
  982. app-ng-runtime/mobile/components/device/camera/fesm2022/index.mjs.map +1 -1
  983. app-ng-runtime/mobile/components/input/file-upload/bundles/index.umd.js +2 -2
  984. app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +2 -2
  985. app-ng-runtime/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +2 -2
  986. app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs +2 -2
  987. app-ng-runtime/mobile/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  988. app-ng-runtime/mobile/components/page/default/bundles/index.umd.js +3 -3
  989. app-ng-runtime/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +2 -2
  990. app-ng-runtime/mobile/components/page/default/esm2022/page.directive.mjs +2 -2
  991. app-ng-runtime/mobile/components/page/default/esm2022/page.module.mjs +2 -2
  992. app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs +3 -3
  993. app-ng-runtime/mobile/components/page/default/fesm2022/index.mjs.map +1 -1
  994. app-ng-runtime/mobile/components/page/left-panel/bundles/index.umd.js +2 -2
  995. app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +2 -2
  996. app-ng-runtime/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +2 -2
  997. app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs +2 -2
  998. app-ng-runtime/mobile/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  999. app-ng-runtime/mobile/components/page/mobile-navbar/bundles/index.umd.js +2 -2
  1000. app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +2 -2
  1001. app-ng-runtime/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +2 -2
  1002. app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs +2 -2
  1003. app-ng-runtime/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +1 -1
  1004. app-ng-runtime/mobile/components/page/tab-bar/bundles/index.umd.js +2 -2
  1005. app-ng-runtime/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +2 -2
  1006. app-ng-runtime/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +2 -2
  1007. app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs +3 -3
  1008. app-ng-runtime/mobile/components/page/tab-bar/fesm2022/index.mjs.map +1 -1
  1009. app-ng-runtime/mobile/core/bundles/index.umd.js +9 -9
  1010. app-ng-runtime/mobile/core/esm2022/core.module.mjs +2 -2
  1011. app-ng-runtime/mobile/core/esm2022/services/device-file-cache.service.mjs +2 -2
  1012. app-ng-runtime/mobile/core/esm2022/services/device-file-download.service.mjs +2 -2
  1013. app-ng-runtime/mobile/core/esm2022/services/device-file-opener.service.mjs +2 -2
  1014. app-ng-runtime/mobile/core/esm2022/services/device-file-upload.service.mjs +2 -2
  1015. app-ng-runtime/mobile/core/esm2022/services/device-file.service.mjs +2 -2
  1016. app-ng-runtime/mobile/core/esm2022/services/device.service.mjs +2 -2
  1017. app-ng-runtime/mobile/core/esm2022/services/ext-app-message.service.mjs +2 -2
  1018. app-ng-runtime/mobile/core/esm2022/services/network.service.mjs +2 -2
  1019. app-ng-runtime/mobile/core/fesm2022/index.mjs +10 -10
  1020. app-ng-runtime/mobile/core/fesm2022/index.mjs.map +1 -1
  1021. app-ng-runtime/mobile/offline/bundles/index.umd.js +8 -8
  1022. app-ng-runtime/mobile/offline/esm2022/offline.module.mjs +2 -2
  1023. app-ng-runtime/mobile/offline/esm2022/services/change-log.service.mjs +2 -2
  1024. app-ng-runtime/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +2 -2
  1025. app-ng-runtime/mobile/offline/esm2022/services/local-db-management.service.mjs +2 -2
  1026. app-ng-runtime/mobile/offline/esm2022/services/local-db.service.mjs +2 -2
  1027. app-ng-runtime/mobile/offline/esm2022/services/local-key-value.service.mjs +2 -2
  1028. app-ng-runtime/mobile/offline/esm2022/services/push.service.mjs +2 -2
  1029. app-ng-runtime/mobile/offline/esm2022/services/workers/id-resolver.mjs +2 -2
  1030. app-ng-runtime/mobile/offline/fesm2022/index.mjs +10 -10
  1031. app-ng-runtime/mobile/offline/fesm2022/index.mjs.map +1 -1
  1032. app-ng-runtime/mobile/placeholder/runtime/bundles/index.umd.js +2 -2
  1033. app-ng-runtime/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +2 -2
  1034. app-ng-runtime/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +2 -2
  1035. app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs +2 -2
  1036. app-ng-runtime/mobile/placeholder/runtime/fesm2022/index.mjs.map +1 -1
  1037. app-ng-runtime/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +1 -1
  1038. app-ng-runtime/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
  1039. app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +1 -1
  1040. app-ng-runtime/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +1 -1
  1041. app-ng-runtime/mobile/runtime/bundles/index.umd.js +5 -5
  1042. app-ng-runtime/mobile/runtime/esm2022/components/app-ext.component.mjs +2 -2
  1043. app-ng-runtime/mobile/runtime/esm2022/mobile-runtime.module.mjs +2 -2
  1044. app-ng-runtime/mobile/runtime/esm2022/services/cookie.service.mjs +2 -2
  1045. app-ng-runtime/mobile/runtime/esm2022/services/http-interceptor.service.mjs +2 -2
  1046. app-ng-runtime/mobile/runtime/esm2022/services/webprocess.service.mjs +2 -2
  1047. app-ng-runtime/mobile/runtime/fesm2022/index.mjs +5 -5
  1048. app-ng-runtime/mobile/runtime/fesm2022/index.mjs.map +1 -1
  1049. app-ng-runtime/mobile/runtime-dynamic/bundles/index.umd.js +2 -2
  1050. app-ng-runtime/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +2 -2
  1051. app-ng-runtime/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +2 -2
  1052. app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs +2 -2
  1053. app-ng-runtime/mobile/runtime-dynamic/fesm2022/index.mjs.map +1 -1
  1054. app-ng-runtime/mobile/variables/bundles/index.umd.js +1 -1
  1055. app-ng-runtime/mobile/variables/esm2022/variables.module.mjs +2 -2
  1056. app-ng-runtime/mobile/variables/fesm2022/index.mjs +1 -1
  1057. app-ng-runtime/mobile/variables/fesm2022/index.mjs.map +1 -1
  1058. app-ng-runtime/oAuth/bundles/index.umd.js +2 -2
  1059. app-ng-runtime/oAuth/esm2022/oAuth.module.mjs +2 -2
  1060. app-ng-runtime/oAuth/esm2022/oAuth.service.mjs +2 -2
  1061. app-ng-runtime/oAuth/fesm2022/index.mjs +2 -2
  1062. app-ng-runtime/oAuth/fesm2022/index.mjs.map +1 -1
  1063. app-ng-runtime/package.json +1 -1
  1064. app-ng-runtime/runtime/base/bundles/index.umd.js +44 -46
  1065. app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +2 -2
  1066. app-ng-runtime/runtime/base/esm2022/components/app-spinner.component.mjs +2 -2
  1067. app-ng-runtime/runtime/base/esm2022/components/base-layout.component.mjs +2 -2
  1068. app-ng-runtime/runtime/base/esm2022/components/base-page.component.mjs +2 -2
  1069. app-ng-runtime/runtime/base/esm2022/components/base-partial.component.mjs +2 -2
  1070. app-ng-runtime/runtime/base/esm2022/components/base-prefab.component.mjs +2 -2
  1071. app-ng-runtime/runtime/base/esm2022/components/base-spa-page.component.mjs +2 -2
  1072. app-ng-runtime/runtime/base/esm2022/components/custom-toaster.component.mjs +2 -2
  1073. app-ng-runtime/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +2 -2
  1074. app-ng-runtime/runtime/base/esm2022/components/prefab-preview.component.mjs +2 -2
  1075. app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +2 -2
  1076. app-ng-runtime/runtime/base/esm2022/directives/prefab.directive.mjs +2 -2
  1077. app-ng-runtime/runtime/base/esm2022/guards/auth.guard.mjs +2 -2
  1078. app-ng-runtime/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +3 -3
  1079. app-ng-runtime/runtime/base/esm2022/guards/page-not-found.guard.mjs +2 -2
  1080. app-ng-runtime/runtime/base/esm2022/guards/role.guard.mjs +2 -2
  1081. app-ng-runtime/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +6 -8
  1082. app-ng-runtime/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +3 -3
  1083. app-ng-runtime/runtime/base/esm2022/resolves/app-extension.resolve.mjs +2 -2
  1084. app-ng-runtime/runtime/base/esm2022/resolves/app-js.resolve.mjs +2 -2
  1085. app-ng-runtime/runtime/base/esm2022/resolves/app-variables.resolve.mjs +2 -2
  1086. app-ng-runtime/runtime/base/esm2022/resolves/i18n.resolve.mjs +2 -2
  1087. app-ng-runtime/runtime/base/esm2022/resolves/metadata.resolve.mjs +2 -2
  1088. app-ng-runtime/runtime/base/esm2022/resolves/security-config.resolve.mjs +2 -2
  1089. app-ng-runtime/runtime/base/esm2022/runtime-base.module.mjs +2 -2
  1090. app-ng-runtime/runtime/base/esm2022/services/app-defaults.service.mjs +2 -2
  1091. app-ng-runtime/runtime/base/esm2022/services/app.manager.service.mjs +2 -2
  1092. app-ng-runtime/runtime/base/esm2022/services/app.service.mjs +2 -2
  1093. app-ng-runtime/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +2 -2
  1094. app-ng-runtime/runtime/base/esm2022/services/http-interceptor.services.mjs +2 -2
  1095. app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +2 -2
  1096. app-ng-runtime/runtime/base/esm2022/services/navigation.service.mjs +2 -2
  1097. app-ng-runtime/runtime/base/esm2022/services/pipe-provider.service.mjs +2 -2
  1098. app-ng-runtime/runtime/base/esm2022/services/pipe.service.mjs +2 -2
  1099. app-ng-runtime/runtime/base/esm2022/services/prefab-manager.service.mjs +2 -2
  1100. app-ng-runtime/runtime/base/esm2022/services/spinner.service.mjs +2 -2
  1101. app-ng-runtime/runtime/base/esm2022/services/toaster.service.mjs +2 -2
  1102. app-ng-runtime/runtime/base/esm2022/util/fragment-monitor.mjs +2 -2
  1103. app-ng-runtime/runtime/base/fesm2022/index.mjs +47 -49
  1104. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -1
  1105. app-ng-runtime/runtime/base/services/i18n.service.d.ts +1 -1
  1106. app-ng-runtime/runtime/dynamic/bundles/index.umd.js +7 -7
  1107. app-ng-runtime/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +2 -2
  1108. app-ng-runtime/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +2 -2
  1109. app-ng-runtime/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +2 -2
  1110. app-ng-runtime/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +2 -2
  1111. app-ng-runtime/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +2 -2
  1112. app-ng-runtime/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +2 -2
  1113. app-ng-runtime/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +2 -2
  1114. app-ng-runtime/runtime/dynamic/fesm2022/index.mjs +9 -9
  1115. app-ng-runtime/runtime/dynamic/fesm2022/index.mjs.map +1 -1
  1116. app-ng-runtime/scripts/summernote/dist/summernote-lite.min.js +2 -2
  1117. app-ng-runtime/security/bundles/index.umd.js +2 -2
  1118. app-ng-runtime/security/esm2022/security.module.mjs +2 -2
  1119. app-ng-runtime/security/esm2022/security.service.mjs +2 -2
  1120. app-ng-runtime/security/fesm2022/index.mjs +2 -2
  1121. app-ng-runtime/security/fesm2022/index.mjs.map +1 -1
  1122. app-ng-runtime/swipey/fesm2022/index.mjs.map +1 -1
  1123. app-ng-runtime/transpiler/fesm2022/index.mjs +1 -1
  1124. app-ng-runtime/transpiler/fesm2022/index.mjs.map +1 -1
  1125. app-ng-runtime/variables/bundles/index.umd.js +3 -3
  1126. app-ng-runtime/variables/esm2022/service/metadata-service/metadata.service.mjs +2 -2
  1127. app-ng-runtime/variables/esm2022/service/variables.service.mjs +2 -2
  1128. app-ng-runtime/variables/esm2022/variables.module.mjs +2 -2
  1129. app-ng-runtime/variables/fesm2022/index.mjs +4 -4
  1130. app-ng-runtime/variables/fesm2022/index.mjs.map +1 -1
@@ -53,7 +53,7 @@
53
53
  super.onPropertyChange(key, nv, ov);
54
54
  }
55
55
  }
56
- static { this.ɵfac = function RightPanelDirective_Factory(t) { return new (t || RightPanelDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
56
+ static { this.ɵfac = function RightPanelDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
57
57
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: RightPanelDirective, selectors: [["", "wmRightPanel", ""]], exportAs: ["wmRightPanel"], features: [i0__namespace.ɵɵProvidersFeature([
58
58
  base.provideAsWidgetRef(RightPanelDirective)
59
59
  ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
@@ -78,7 +78,7 @@
78
78
  RightPanelDirective
79
79
  ];
80
80
  class RightPanelModule {
81
- static { this.ɵfac = function RightPanelModule_Factory(t) { return new (t || RightPanelModule)(); }; }
81
+ static { this.ɵfac = function RightPanelModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelModule)(); }; }
82
82
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: RightPanelModule }); }
83
83
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [common.CommonModule,
84
84
  base.WmComponentsModule] }); }
@@ -22,7 +22,7 @@ export class RightPanelDirective extends StylableComponent {
22
22
  super.onPropertyChange(key, nv, ov);
23
23
  }
24
24
  }
25
- static { this.ɵfac = function RightPanelDirective_Factory(t) { return new (t || RightPanelDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
25
+ static { this.ɵfac = function RightPanelDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
26
26
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: RightPanelDirective, selectors: [["", "wmRightPanel", ""]], exportAs: ["wmRightPanel"], features: [i0.ɵɵProvidersFeature([
27
27
  provideAsWidgetRef(RightPanelDirective)
28
28
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -42,4 +42,4 @@ export class RightPanelDirective extends StylableComponent {
42
42
  }, {
43
43
  type: Optional
44
44
  }] }], null); })();
45
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmlnaHQtcGFuZWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL3BhZ2UvcmlnaHQtcGFuZWwvc3JjL3JpZ2h0LXBhbmVsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXBFLE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSxVQUFVLENBQUM7QUFFckMsT0FBTyxFQUFFLGlCQUFpQixFQUFpQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0SCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBRXBELE1BQU0sV0FBVyxHQUFHLGlCQUFpQixDQUFDO0FBQ3RDLE1BQU0sYUFBYSxHQUFrQjtJQUNqQyxVQUFVLEVBQUUsZ0JBQWdCO0lBQzVCLFNBQVMsRUFBRSxXQUFXO0NBQ3pCLENBQUM7QUFTRixNQUFNLE9BQU8sbUJBQW9CLFNBQVEsaUJBQWlCO2FBQy9DLG9CQUFlLEdBQUcsYUFBYSxFQUFFLEFBQWxCLENBQW1CO0lBQ3pDLFlBQVksR0FBYSxFQUEwQyxlQUFvQjtRQUNuRixLQUFLLENBQUMsR0FBRyxFQUFFLGFBQWEsRUFBRSxlQUFlLENBQUMsQ0FBQztRQUUzQyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLEVBQUUsaUJBQWlCLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDbEUsQ0FBQztJQUVELGdCQUFnQixDQUFDLEdBQVcsRUFBRSxFQUFPLEVBQUUsRUFBUTtRQUMzQyxJQUFJLEdBQUcsS0FBSyxhQUFhLEVBQUUsQ0FBQztZQUN4QixXQUFXLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDL0UsQ0FBQzthQUFNLENBQUM7WUFDSixLQUFLLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUN4QyxDQUFDO0lBQ0wsQ0FBQztvRkFkUSxtQkFBbUIsMERBRU8sa0JBQWtCO29FQUY1QyxtQkFBbUIsc0dBTGpCO2dCQUNQLGtCQUFrQixDQUFDLG1CQUFtQixDQUFDO2FBQzFDOztpRkFHUSxtQkFBbUI7Y0FQL0IsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxnQkFBZ0I7Z0JBQzFCLFNBQVMsRUFBRTtvQkFDUCxrQkFBa0IscUJBQXFCO2lCQUMxQztnQkFDRCxRQUFRLEVBQUUsY0FBYzthQUMzQjs7c0JBRytCLE1BQU07dUJBQUMsa0JBQWtCOztzQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIEluamVjdCwgSW5qZWN0b3IsIE9wdGlvbmFsfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtzd2l0Y2hDbGFzc30gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQgeyBBUFBMWV9TVFlMRVNfVFlQRSwgSVdpZGdldENvbmZpZywgcHJvdmlkZUFzV2lkZ2V0UmVmLCBTdHlsYWJsZUNvbXBvbmVudCwgc3R5bGVyIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyByZWdpc3RlclByb3BzIH0gZnJvbSAnLi9yaWdodC1wYW5lbC5wcm9wcyc7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1yaWdodC1wYW5lbCc7XG5jb25zdCBXSURHRVRfQ09ORklHOiBJV2lkZ2V0Q29uZmlnID0ge1xuICAgIHdpZGdldFR5cGU6ICd3bS1yaWdodC1wYW5lbCcsXG4gICAgaG9zdENsYXNzOiBERUZBVUxUX0NMU1xufTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21SaWdodFBhbmVsXScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHByb3ZpZGVBc1dpZGdldFJlZihSaWdodFBhbmVsRGlyZWN0aXZlKVxuICAgIF0sXG4gICAgZXhwb3J0QXM6ICd3bVJpZ2h0UGFuZWwnXG59KVxuZXhwb3J0IGNsYXNzIFJpZ2h0UGFuZWxEaXJlY3RpdmUgZXh0ZW5kcyBTdHlsYWJsZUNvbXBvbmVudCB7XG4gICAgc3RhdGljIGluaXRpYWxpemVQcm9wcyA9IHJlZ2lzdGVyUHJvcHMoKTtcbiAgICBjb25zdHJ1Y3Rvcihpbmo6IEluamVjdG9yLCBASW5qZWN0KCdFWFBMSUNJVF9DT05URVhUJykgQE9wdGlvbmFsKCkgZXhwbGljaXRDb250ZXh0OiBhbnkpIHtcbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQpO1xuXG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQsIHRoaXMsIEFQUExZX1NUWUxFU19UWVBFLkNPTlRBSU5FUik7XG4gICAgfVxuXG4gICAgb25Qcm9wZXJ0eUNoYW5nZShrZXk6IHN0cmluZywgbnY6IGFueSwgb3Y/OiBhbnkpIHtcbiAgICAgICAgaWYgKGtleSA9PT0gJ2NvbHVtbndpZHRoJykge1xuICAgICAgICAgICAgc3dpdGNoQ2xhc3ModGhpcy5uYXRpdmVFbGVtZW50LCBgY29sLXNtLSR7bnZ9YCwgb3YgPyBgIGNvbC1zbS0ke292fWAgOiAnJyk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBzdXBlci5vblByb3BlcnR5Q2hhbmdlKGtleSwgbnYsIG92KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
45
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmlnaHQtcGFuZWwuZGlyZWN0aXZlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL3BhZ2UvcmlnaHQtcGFuZWwvc3JjL3JpZ2h0LXBhbmVsLmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXBFLE9BQU8sRUFBQyxXQUFXLEVBQUMsTUFBTSxVQUFVLENBQUM7QUFFckMsT0FBTyxFQUFFLGlCQUFpQixFQUFpQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN0SCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBRXBELE1BQU0sV0FBVyxHQUFHLGlCQUFpQixDQUFDO0FBQ3RDLE1BQU0sYUFBYSxHQUFrQjtJQUNqQyxVQUFVLEVBQUUsZ0JBQWdCO0lBQzVCLFNBQVMsRUFBRSxXQUFXO0NBQ3pCLENBQUM7QUFTRixNQUFNLE9BQU8sbUJBQW9CLFNBQVEsaUJBQWlCO2FBQy9DLG9CQUFlLEdBQUcsYUFBYSxFQUFFLEFBQWxCLENBQW1CO0lBQ3pDLFlBQVksR0FBYSxFQUEwQyxlQUFvQjtRQUNuRixLQUFLLENBQUMsR0FBRyxFQUFFLGFBQWEsRUFBRSxlQUFlLENBQUMsQ0FBQztRQUUzQyxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLEVBQUUsaUJBQWlCLENBQUMsU0FBUyxDQUFDLENBQUM7SUFDbEUsQ0FBQztJQUVELGdCQUFnQixDQUFDLEdBQVcsRUFBRSxFQUFPLEVBQUUsRUFBUTtRQUMzQyxJQUFJLEdBQUcsS0FBSyxhQUFhLEVBQUUsQ0FBQztZQUN4QixXQUFXLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxVQUFVLEVBQUUsRUFBRSxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsV0FBVyxFQUFFLEVBQUUsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUM7UUFDL0UsQ0FBQzthQUFNLENBQUM7WUFDSixLQUFLLENBQUMsZ0JBQWdCLENBQUMsR0FBRyxFQUFFLEVBQUUsRUFBRSxFQUFFLENBQUMsQ0FBQztRQUN4QyxDQUFDO0lBQ0wsQ0FBQztvSEFkUSxtQkFBbUIsMERBRU8sa0JBQWtCO29FQUY1QyxtQkFBbUIsc0dBTGpCO2dCQUNQLGtCQUFrQixDQUFDLG1CQUFtQixDQUFDO2FBQzFDOztpRkFHUSxtQkFBbUI7Y0FQL0IsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxnQkFBZ0I7Z0JBQzFCLFNBQVMsRUFBRTtvQkFDUCxrQkFBa0IscUJBQXFCO2lCQUMxQztnQkFDRCxRQUFRLEVBQUUsY0FBYzthQUMzQjs7c0JBRytCLE1BQU07dUJBQUMsa0JBQWtCOztzQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIEluamVjdCwgSW5qZWN0b3IsIE9wdGlvbmFsfSBmcm9tICdAYW5ndWxhci9jb3JlJztcblxuaW1wb3J0IHtzd2l0Y2hDbGFzc30gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQgeyBBUFBMWV9TVFlMRVNfVFlQRSwgSVdpZGdldENvbmZpZywgcHJvdmlkZUFzV2lkZ2V0UmVmLCBTdHlsYWJsZUNvbXBvbmVudCwgc3R5bGVyIH0gZnJvbSAnQHdtL2NvbXBvbmVudHMvYmFzZSc7XG5pbXBvcnQgeyByZWdpc3RlclByb3BzIH0gZnJvbSAnLi9yaWdodC1wYW5lbC5wcm9wcyc7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1yaWdodC1wYW5lbCc7XG5jb25zdCBXSURHRVRfQ09ORklHOiBJV2lkZ2V0Q29uZmlnID0ge1xuICAgIHdpZGdldFR5cGU6ICd3bS1yaWdodC1wYW5lbCcsXG4gICAgaG9zdENsYXNzOiBERUZBVUxUX0NMU1xufTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21SaWdodFBhbmVsXScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHByb3ZpZGVBc1dpZGdldFJlZihSaWdodFBhbmVsRGlyZWN0aXZlKVxuICAgIF0sXG4gICAgZXhwb3J0QXM6ICd3bVJpZ2h0UGFuZWwnXG59KVxuZXhwb3J0IGNsYXNzIFJpZ2h0UGFuZWxEaXJlY3RpdmUgZXh0ZW5kcyBTdHlsYWJsZUNvbXBvbmVudCB7XG4gICAgc3RhdGljIGluaXRpYWxpemVQcm9wcyA9IHJlZ2lzdGVyUHJvcHMoKTtcbiAgICBjb25zdHJ1Y3Rvcihpbmo6IEluamVjdG9yLCBASW5qZWN0KCdFWFBMSUNJVF9DT05URVhUJykgQE9wdGlvbmFsKCkgZXhwbGljaXRDb250ZXh0OiBhbnkpIHtcbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQpO1xuXG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQsIHRoaXMsIEFQUExZX1NUWUxFU19UWVBFLkNPTlRBSU5FUik7XG4gICAgfVxuXG4gICAgb25Qcm9wZXJ0eUNoYW5nZShrZXk6IHN0cmluZywgbnY6IGFueSwgb3Y/OiBhbnkpIHtcbiAgICAgICAgaWYgKGtleSA9PT0gJ2NvbHVtbndpZHRoJykge1xuICAgICAgICAgICAgc3dpdGNoQ2xhc3ModGhpcy5uYXRpdmVFbGVtZW50LCBgY29sLXNtLSR7bnZ9YCwgb3YgPyBgIGNvbC1zbS0ke292fWAgOiAnJyk7XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICBzdXBlci5vblByb3BlcnR5Q2hhbmdlKGtleSwgbnYsIG92KTtcbiAgICAgICAgfVxuICAgIH1cbn1cbiJdfQ==
@@ -7,7 +7,7 @@ const components = [
7
7
  RightPanelDirective
8
8
  ];
9
9
  export class RightPanelModule {
10
- static { this.ɵfac = function RightPanelModule_Factory(t) { return new (t || RightPanelModule)(); }; }
10
+ static { this.ɵfac = function RightPanelModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelModule)(); }; }
11
11
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RightPanelModule }); }
12
12
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
13
13
  WmComponentsModule] }); }
@@ -25,4 +25,4 @@ export class RightPanelModule {
25
25
  }], null, null); })();
26
26
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(RightPanelModule, { declarations: [RightPanelDirective], imports: [CommonModule,
27
27
  WmComponentsModule], exports: [RightPanelDirective] }); })();
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmlnaHQtcGFuZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL3BhZ2UvcmlnaHQtcGFuZWwvc3JjL3JpZ2h0LXBhbmVsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFFOUQsTUFBTSxVQUFVLEdBQUc7SUFDZixtQkFBbUI7Q0FDdEIsQ0FBQztBQVVGLE1BQU0sT0FBTyxnQkFBZ0I7aUZBQWhCLGdCQUFnQjttRUFBaEIsZ0JBQWdCO3VFQU5yQixZQUFZO1lBQ1osa0JBQWtCOztpRkFLYixnQkFBZ0I7Y0FSNUIsUUFBUTtlQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLGtCQUFrQjtpQkFDckI7Z0JBQ0QsWUFBWSxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7Z0JBQzdCLE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2FBQzNCOzt3RkFDWSxnQkFBZ0IsbUJBWHpCLG1CQUFtQixhQUtmLFlBQVk7UUFDWixrQkFBa0IsYUFOdEIsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IFdtQ29tcG9uZW50c01vZHVsZSB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuXG5pbXBvcnQgeyBSaWdodFBhbmVsRGlyZWN0aXZlIH0gZnJvbSAnLi9yaWdodC1wYW5lbC5kaXJlY3RpdmUnO1xuXG5jb25zdCBjb21wb25lbnRzID0gW1xuICAgIFJpZ2h0UGFuZWxEaXJlY3RpdmVcbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFdtQ29tcG9uZW50c01vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50c10sXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHNdXG59KVxuZXhwb3J0IGNsYXNzIFJpZ2h0UGFuZWxNb2R1bGUge1xufVxuIl19
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmlnaHQtcGFuZWwubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvY29tcG9uZW50cy93aWRnZXRzL3BhZ2UvcmlnaHQtcGFuZWwvc3JjL3JpZ2h0LXBhbmVsLm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUsbUJBQW1CLEVBQUUsTUFBTSx5QkFBeUIsQ0FBQzs7QUFFOUQsTUFBTSxVQUFVLEdBQUc7SUFDZixtQkFBbUI7Q0FDdEIsQ0FBQztBQVVGLE1BQU0sT0FBTyxnQkFBZ0I7aUhBQWhCLGdCQUFnQjttRUFBaEIsZ0JBQWdCO3VFQU5yQixZQUFZO1lBQ1osa0JBQWtCOztpRkFLYixnQkFBZ0I7Y0FSNUIsUUFBUTtlQUFDO2dCQUNOLE9BQU8sRUFBRTtvQkFDTCxZQUFZO29CQUNaLGtCQUFrQjtpQkFDckI7Z0JBQ0QsWUFBWSxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7Z0JBQzdCLE9BQU8sRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2FBQzNCOzt3RkFDWSxnQkFBZ0IsbUJBWHpCLG1CQUFtQixhQUtmLFlBQVk7UUFDWixrQkFBa0IsYUFOdEIsbUJBQW1CIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IFdtQ29tcG9uZW50c01vZHVsZSB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuXG5pbXBvcnQgeyBSaWdodFBhbmVsRGlyZWN0aXZlIH0gZnJvbSAnLi9yaWdodC1wYW5lbC5kaXJlY3RpdmUnO1xuXG5jb25zdCBjb21wb25lbnRzID0gW1xuICAgIFJpZ2h0UGFuZWxEaXJlY3RpdmVcbl07XG5cbkBOZ01vZHVsZSh7XG4gICAgaW1wb3J0czogW1xuICAgICAgICBDb21tb25Nb2R1bGUsXG4gICAgICAgIFdtQ29tcG9uZW50c01vZHVsZVxuICAgIF0sXG4gICAgZGVjbGFyYXRpb25zOiBbLi4uY29tcG9uZW50c10sXG4gICAgZXhwb3J0czogWy4uLmNvbXBvbmVudHNdXG59KVxuZXhwb3J0IGNsYXNzIFJpZ2h0UGFuZWxNb2R1bGUge1xufVxuIl19
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Directive, Inject, Optional, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { PROP_STRING, PROP_NUMBER, register, StylableComponent, APPLY_STYLES_TYPE, styler, provideAsWidgetRef, WmComponentsModule } from '@wm/components/base';
4
+ import { register, PROP_STRING, PROP_NUMBER, StylableComponent, styler, APPLY_STYLES_TYPE, provideAsWidgetRef, WmComponentsModule } from '@wm/components/base';
5
5
  import { switchClass } from '@wm/core';
6
6
 
7
7
  const registerProps = () => {
@@ -34,7 +34,7 @@ class RightPanelDirective extends StylableComponent {
34
34
  super.onPropertyChange(key, nv, ov);
35
35
  }
36
36
  }
37
- static { this.ɵfac = function RightPanelDirective_Factory(t) { return new (t || RightPanelDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
37
+ static { this.ɵfac = function RightPanelDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
38
38
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: RightPanelDirective, selectors: [["", "wmRightPanel", ""]], exportAs: ["wmRightPanel"], features: [i0.ɵɵProvidersFeature([
39
39
  provideAsWidgetRef(RightPanelDirective)
40
40
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -59,7 +59,7 @@ const components = [
59
59
  RightPanelDirective
60
60
  ];
61
61
  class RightPanelModule {
62
- static { this.ɵfac = function RightPanelModule_Factory(t) { return new (t || RightPanelModule)(); }; }
62
+ static { this.ɵfac = function RightPanelModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || RightPanelModule)(); }; }
63
63
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: RightPanelModule }); }
64
64
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
65
65
  WmComponentsModule] }); }
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../projects/components/widgets/page/right-panel/src/right-panel.props.ts","../../../../../projects/components/widgets/page/right-panel/src/right-panel.directive.ts","../../../../../projects/components/widgets/page/right-panel/src/right-panel.module.ts","../../../../../projects/components/widgets/page/right-panel/src/index.ts"],"sourcesContent":["import {PROP_NUMBER, PROP_STRING, register} from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-right-panel',\n new Map(\n [\n ['class', PROP_STRING],\n ['columnwidth', PROP_NUMBER],\n ['content', PROP_STRING],\n ['name', PROP_STRING],\n ['hint', PROP_STRING],\n ['arialabel', PROP_STRING]\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, Optional} from '@angular/core';\n\nimport {switchClass} from '@wm/core';\n\nimport { APPLY_STYLES_TYPE, IWidgetConfig, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { registerProps } from './right-panel.props';\n\nconst DEFAULT_CLS = 'app-right-panel';\nconst WIDGET_CONFIG: IWidgetConfig = {\n widgetType: 'wm-right-panel',\n hostClass: DEFAULT_CLS\n};\n\n@Directive({\n selector: '[wmRightPanel]',\n providers: [\n provideAsWidgetRef(RightPanelDirective)\n ],\n exportAs: 'wmRightPanel'\n})\nexport class RightPanelDirective extends StylableComponent {\n static initializeProps = registerProps();\n constructor(inj: Injector, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n\n styler(this.nativeElement, this, APPLY_STYLES_TYPE.CONTAINER);\n }\n\n onPropertyChange(key: string, nv: any, ov?: any) {\n if (key === 'columnwidth') {\n switchClass(this.nativeElement, `col-sm-${nv}`, ov ? ` col-sm-${ov}` : '');\n } else {\n super.onPropertyChange(key, nv, ov);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { RightPanelDirective } from './right-panel.directive';\n\nconst components = [\n RightPanelDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class RightPanelModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../projects/components/widgets/page/right-panel/src/right-panel.props.ts","../../../../../projects/components/widgets/page/right-panel/src/right-panel.directive.ts","../../../../../projects/components/widgets/page/right-panel/src/right-panel.module.ts","../../../../../projects/components/widgets/page/right-panel/src/index.ts"],"sourcesContent":["import {PROP_NUMBER, PROP_STRING, register} from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-right-panel',\n new Map(\n [\n ['class', PROP_STRING],\n ['columnwidth', PROP_NUMBER],\n ['content', PROP_STRING],\n ['name', PROP_STRING],\n ['hint', PROP_STRING],\n ['arialabel', PROP_STRING]\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, Optional} from '@angular/core';\n\nimport {switchClass} from '@wm/core';\n\nimport { APPLY_STYLES_TYPE, IWidgetConfig, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { registerProps } from './right-panel.props';\n\nconst DEFAULT_CLS = 'app-right-panel';\nconst WIDGET_CONFIG: IWidgetConfig = {\n widgetType: 'wm-right-panel',\n hostClass: DEFAULT_CLS\n};\n\n@Directive({\n selector: '[wmRightPanel]',\n providers: [\n provideAsWidgetRef(RightPanelDirective)\n ],\n exportAs: 'wmRightPanel'\n})\nexport class RightPanelDirective extends StylableComponent {\n static initializeProps = registerProps();\n constructor(inj: Injector, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n\n styler(this.nativeElement, this, APPLY_STYLES_TYPE.CONTAINER);\n }\n\n onPropertyChange(key: string, nv: any, ov?: any) {\n if (key === 'columnwidth') {\n switchClass(this.nativeElement, `col-sm-${nv}`, ov ? ` col-sm-${ov}` : '');\n } else {\n super.onPropertyChange(key, nv, ov);\n }\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { RightPanelDirective } from './right-panel.directive';\n\nconst components = [\n RightPanelDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class RightPanelModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":"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"}
@@ -40,7 +40,7 @@
40
40
  super(inj, WIDGET_CONFIG, explicitContext);
41
41
  base.styler(this.nativeElement, this);
42
42
  }
43
- static { this.ɵfac = function TopNavDirective_Factory(t) { return new (t || TopNavDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
43
+ static { this.ɵfac = function TopNavDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
44
44
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TopNavDirective, selectors: [["", "wmTopNav", ""]], exportAs: ["wmTopNav"], features: [i0__namespace.ɵɵProvidersFeature([
45
45
  base.provideAsWidgetRef(TopNavDirective)
46
46
  ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
@@ -65,7 +65,7 @@
65
65
  TopNavDirective
66
66
  ];
67
67
  class TopNavModule {
68
- static { this.ɵfac = function TopNavModule_Factory(t) { return new (t || TopNavModule)(); }; }
68
+ static { this.ɵfac = function TopNavModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavModule)(); }; }
69
69
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: TopNavModule }); }
70
70
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [common.CommonModule,
71
71
  base.WmComponentsModule] }); }
@@ -10,7 +10,7 @@ export class TopNavDirective extends StylableComponent {
10
10
  super(inj, WIDGET_CONFIG, explicitContext);
11
11
  styler(this.nativeElement, this);
12
12
  }
13
- static { this.ɵfac = function TopNavDirective_Factory(t) { return new (t || TopNavDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
13
+ static { this.ɵfac = function TopNavDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
14
14
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TopNavDirective, selectors: [["", "wmTopNav", ""]], exportAs: ["wmTopNav"], features: [i0.ɵɵProvidersFeature([
15
15
  provideAsWidgetRef(TopNavDirective)
16
16
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -30,4 +30,4 @@ export class TopNavDirective extends StylableComponent {
30
30
  }, {
31
31
  type: Optional
32
32
  }] }], null); })();
33
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLW5hdi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcGFnZS90b3AtbmF2L3NyYy90b3AtbmF2LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXBFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBRWhELE1BQU0sV0FBVyxHQUFHLGFBQWEsQ0FBQztBQUNsQyxNQUFNLGFBQWEsR0FBRyxFQUFDLFVBQVUsRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBQyxDQUFDO0FBU3pFLE1BQU0sT0FBTyxlQUFnQixTQUFRLGlCQUFpQjthQUMzQyxvQkFBZSxHQUFHLGFBQWEsRUFBRSxBQUFsQixDQUFtQjtJQUV6QyxZQUFZLEdBQWEsRUFBMEMsZUFBb0I7UUFDbkYsS0FBSyxDQUFDLEdBQUcsRUFBRSxhQUFhLEVBQUUsZUFBZSxDQUFDLENBQUM7UUFFM0MsTUFBTSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQztnRkFQUSxlQUFlLDBEQUdXLGtCQUFrQjtvRUFINUMsZUFBZSw4RkFMYjtnQkFDUCxrQkFBa0IsQ0FBQyxlQUFlLENBQUM7YUFDdEM7O2lGQUdRLGVBQWU7Y0FQM0IsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxZQUFZO2dCQUN0QixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLGlCQUFpQjtpQkFDdEM7Z0JBQ0QsUUFBUSxFQUFFLFVBQVU7YUFDdkI7O3NCQUkrQixNQUFNO3VCQUFDLGtCQUFrQjs7c0JBQUcsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBJbmplY3QsIEluamVjdG9yLCBPcHRpb25hbH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IHByb3ZpZGVBc1dpZGdldFJlZiwgU3R5bGFibGVDb21wb25lbnQsIHN0eWxlciB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuaW1wb3J0IHsgcmVnaXN0ZXJQcm9wcyB9IGZyb20gJy4vdG9wLW5hdi5wcm9wcyc7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC10b3AtbmF2JztcbmNvbnN0IFdJREdFVF9DT05GSUcgPSB7d2lkZ2V0VHlwZTogJ3dtLXRvcC1uYXYnLCBob3N0Q2xhc3M6IERFRkFVTFRfQ0xTfTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21Ub3BOYXZdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgcHJvdmlkZUFzV2lkZ2V0UmVmKFRvcE5hdkRpcmVjdGl2ZSlcbiAgICBdLFxuICAgIGV4cG9ydEFzOiAnd21Ub3BOYXYnXG59KVxuZXhwb3J0IGNsYXNzIFRvcE5hdkRpcmVjdGl2ZSBleHRlbmRzIFN0eWxhYmxlQ29tcG9uZW50IHtcbiAgICBzdGF0aWMgaW5pdGlhbGl6ZVByb3BzID0gcmVnaXN0ZXJQcm9wcygpO1xuXG4gICAgY29uc3RydWN0b3IoaW5qOiBJbmplY3RvciwgQEluamVjdCgnRVhQTElDSVRfQ09OVEVYVCcpIEBPcHRpb25hbCgpIGV4cGxpY2l0Q29udGV4dDogYW55KSB7XG4gICAgICAgIHN1cGVyKGluaiwgV0lER0VUX0NPTkZJRywgZXhwbGljaXRDb250ZXh0KTtcblxuICAgICAgICBzdHlsZXIodGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzKTtcbiAgICB9XG59XG4iXX0=
33
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLW5hdi5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcGFnZS90b3AtbmF2L3NyYy90b3AtbmF2LmRpcmVjdGl2ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUMsU0FBUyxFQUFFLE1BQU0sRUFBRSxRQUFRLEVBQUUsUUFBUSxFQUFDLE1BQU0sZUFBZSxDQUFDO0FBRXBFLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNwRixPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0saUJBQWlCLENBQUM7O0FBRWhELE1BQU0sV0FBVyxHQUFHLGFBQWEsQ0FBQztBQUNsQyxNQUFNLGFBQWEsR0FBRyxFQUFDLFVBQVUsRUFBRSxZQUFZLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBQyxDQUFDO0FBU3pFLE1BQU0sT0FBTyxlQUFnQixTQUFRLGlCQUFpQjthQUMzQyxvQkFBZSxHQUFHLGFBQWEsRUFBRSxBQUFsQixDQUFtQjtJQUV6QyxZQUFZLEdBQWEsRUFBMEMsZUFBb0I7UUFDbkYsS0FBSyxDQUFDLEdBQUcsRUFBRSxhQUFhLEVBQUUsZUFBZSxDQUFDLENBQUM7UUFFM0MsTUFBTSxDQUFDLElBQUksQ0FBQyxhQUFhLEVBQUUsSUFBSSxDQUFDLENBQUM7SUFDckMsQ0FBQztnSEFQUSxlQUFlLDBEQUdXLGtCQUFrQjtvRUFINUMsZUFBZSw4RkFMYjtnQkFDUCxrQkFBa0IsQ0FBQyxlQUFlLENBQUM7YUFDdEM7O2lGQUdRLGVBQWU7Y0FQM0IsU0FBUztlQUFDO2dCQUNQLFFBQVEsRUFBRSxZQUFZO2dCQUN0QixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLGlCQUFpQjtpQkFDdEM7Z0JBQ0QsUUFBUSxFQUFFLFVBQVU7YUFDdkI7O3NCQUkrQixNQUFNO3VCQUFDLGtCQUFrQjs7c0JBQUcsUUFBUSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7RGlyZWN0aXZlLCBJbmplY3QsIEluamVjdG9yLCBPcHRpb25hbH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbmltcG9ydCB7IHByb3ZpZGVBc1dpZGdldFJlZiwgU3R5bGFibGVDb21wb25lbnQsIHN0eWxlciB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuaW1wb3J0IHsgcmVnaXN0ZXJQcm9wcyB9IGZyb20gJy4vdG9wLW5hdi5wcm9wcyc7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC10b3AtbmF2JztcbmNvbnN0IFdJREdFVF9DT05GSUcgPSB7d2lkZ2V0VHlwZTogJ3dtLXRvcC1uYXYnLCBob3N0Q2xhc3M6IERFRkFVTFRfQ0xTfTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21Ub3BOYXZdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgcHJvdmlkZUFzV2lkZ2V0UmVmKFRvcE5hdkRpcmVjdGl2ZSlcbiAgICBdLFxuICAgIGV4cG9ydEFzOiAnd21Ub3BOYXYnXG59KVxuZXhwb3J0IGNsYXNzIFRvcE5hdkRpcmVjdGl2ZSBleHRlbmRzIFN0eWxhYmxlQ29tcG9uZW50IHtcbiAgICBzdGF0aWMgaW5pdGlhbGl6ZVByb3BzID0gcmVnaXN0ZXJQcm9wcygpO1xuXG4gICAgY29uc3RydWN0b3IoaW5qOiBJbmplY3RvciwgQEluamVjdCgnRVhQTElDSVRfQ09OVEVYVCcpIEBPcHRpb25hbCgpIGV4cGxpY2l0Q29udGV4dDogYW55KSB7XG4gICAgICAgIHN1cGVyKGluaiwgV0lER0VUX0NPTkZJRywgZXhwbGljaXRDb250ZXh0KTtcblxuICAgICAgICBzdHlsZXIodGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzKTtcbiAgICB9XG59XG4iXX0=
@@ -7,7 +7,7 @@ const components = [
7
7
  TopNavDirective
8
8
  ];
9
9
  export class TopNavModule {
10
- static { this.ɵfac = function TopNavModule_Factory(t) { return new (t || TopNavModule)(); }; }
10
+ static { this.ɵfac = function TopNavModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavModule)(); }; }
11
11
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TopNavModule }); }
12
12
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
13
13
  WmComponentsModule] }); }
@@ -25,4 +25,4 @@ export class TopNavModule {
25
25
  }], null, null); })();
26
26
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(TopNavModule, { declarations: [TopNavDirective], imports: [CommonModule,
27
27
  WmComponentsModule], exports: [TopNavDirective] }); })();
28
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLW5hdi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcGFnZS90b3AtbmF2L3NyYy90b3AtbmF2Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBRXRELE1BQU0sVUFBVSxHQUFHO0lBQ2YsZUFBZTtDQUNsQixDQUFDO0FBVUYsTUFBTSxPQUFPLFlBQVk7NkVBQVosWUFBWTttRUFBWixZQUFZO3VFQU5qQixZQUFZO1lBQ1osa0JBQWtCOztpRkFLYixZQUFZO2NBUnhCLFFBQVE7ZUFBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixrQkFBa0I7aUJBQ3JCO2dCQUNELFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2dCQUM3QixPQUFPLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQzthQUMzQjs7d0ZBQ1ksWUFBWSxtQkFYckIsZUFBZSxhQUtYLFlBQVk7UUFDWixrQkFBa0IsYUFOdEIsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBXbUNvbXBvbmVudHNNb2R1bGUgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcblxuaW1wb3J0IHsgVG9wTmF2RGlyZWN0aXZlIH0gZnJvbSAnLi90b3AtbmF2LmRpcmVjdGl2ZSc7XG5cbmNvbnN0IGNvbXBvbmVudHMgPSBbXG4gICAgVG9wTmF2RGlyZWN0aXZlXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBXbUNvbXBvbmVudHNNb2R1bGVcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxufSlcbmV4cG9ydCBjbGFzcyBUb3BOYXZNb2R1bGUge1xufVxuIl19
28
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoidG9wLW5hdi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcGFnZS90b3AtbmF2L3NyYy90b3AtbmF2Lm1vZHVsZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSxPQUFPLEVBQUUsUUFBUSxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ3pDLE9BQU8sRUFBRSxZQUFZLEVBQUUsTUFBTSxpQkFBaUIsQ0FBQztBQUUvQyxPQUFPLEVBQUUsa0JBQWtCLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUV6RCxPQUFPLEVBQUUsZUFBZSxFQUFFLE1BQU0scUJBQXFCLENBQUM7O0FBRXRELE1BQU0sVUFBVSxHQUFHO0lBQ2YsZUFBZTtDQUNsQixDQUFDO0FBVUYsTUFBTSxPQUFPLFlBQVk7NkdBQVosWUFBWTttRUFBWixZQUFZO3VFQU5qQixZQUFZO1lBQ1osa0JBQWtCOztpRkFLYixZQUFZO2NBUnhCLFFBQVE7ZUFBQztnQkFDTixPQUFPLEVBQUU7b0JBQ0wsWUFBWTtvQkFDWixrQkFBa0I7aUJBQ3JCO2dCQUNELFlBQVksRUFBRSxDQUFDLEdBQUcsVUFBVSxDQUFDO2dCQUM3QixPQUFPLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQzthQUMzQjs7d0ZBQ1ksWUFBWSxtQkFYckIsZUFBZSxhQUtYLFlBQVk7UUFDWixrQkFBa0IsYUFOdEIsZUFBZSIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IE5nTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBDb21tb25Nb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb21tb24nO1xuXG5pbXBvcnQgeyBXbUNvbXBvbmVudHNNb2R1bGUgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcblxuaW1wb3J0IHsgVG9wTmF2RGlyZWN0aXZlIH0gZnJvbSAnLi90b3AtbmF2LmRpcmVjdGl2ZSc7XG5cbmNvbnN0IGNvbXBvbmVudHMgPSBbXG4gICAgVG9wTmF2RGlyZWN0aXZlXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBXbUNvbXBvbmVudHNNb2R1bGVcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxufSlcbmV4cG9ydCBjbGFzcyBUb3BOYXZNb2R1bGUge1xufVxuIl19
@@ -1,7 +1,7 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Directive, Inject, Optional, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
- import { PROP_STRING, register, StylableComponent, styler, provideAsWidgetRef, WmComponentsModule } from '@wm/components/base';
4
+ import { register, PROP_STRING, StylableComponent, styler, provideAsWidgetRef, WmComponentsModule } from '@wm/components/base';
5
5
 
6
6
  const registerProps = () => {
7
7
  register('wm-top-nav', new Map([
@@ -20,7 +20,7 @@ class TopNavDirective extends StylableComponent {
20
20
  super(inj, WIDGET_CONFIG, explicitContext);
21
21
  styler(this.nativeElement, this);
22
22
  }
23
- static { this.ɵfac = function TopNavDirective_Factory(t) { return new (t || TopNavDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
23
+ static { this.ɵfac = function TopNavDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
24
24
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: TopNavDirective, selectors: [["", "wmTopNav", ""]], exportAs: ["wmTopNav"], features: [i0.ɵɵProvidersFeature([
25
25
  provideAsWidgetRef(TopNavDirective)
26
26
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -45,7 +45,7 @@ const components = [
45
45
  TopNavDirective
46
46
  ];
47
47
  class TopNavModule {
48
- static { this.ɵfac = function TopNavModule_Factory(t) { return new (t || TopNavModule)(); }; }
48
+ static { this.ɵfac = function TopNavModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || TopNavModule)(); }; }
49
49
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: TopNavModule }); }
50
50
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
51
51
  WmComponentsModule] }); }
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../../projects/components/widgets/page/top-nav/src/top-nav.props.ts","../../../../../projects/components/widgets/page/top-nav/src/top-nav.directive.ts","../../../../../projects/components/widgets/page/top-nav/src/top-nav.module.ts","../../../../../projects/components/widgets/page/top-nav/src/index.ts"],"sourcesContent":["import {PROP_STRING, register} from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-top-nav',\n new Map(\n [\n ['name', PROP_STRING],\n ['content', PROP_STRING],\n ['hint', PROP_STRING],\n ['arialabel', PROP_STRING]\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, Optional} from '@angular/core';\n\nimport { provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { registerProps } from './top-nav.props';\n\nconst DEFAULT_CLS = 'app-top-nav';\nconst WIDGET_CONFIG = {widgetType: 'wm-top-nav', hostClass: DEFAULT_CLS};\n\n@Directive({\n selector: '[wmTopNav]',\n providers: [\n provideAsWidgetRef(TopNavDirective)\n ],\n exportAs: 'wmTopNav'\n})\nexport class TopNavDirective extends StylableComponent {\n static initializeProps = registerProps();\n\n constructor(inj: Injector, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n\n styler(this.nativeElement, this);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { TopNavDirective } from './top-nav.directive';\n\nconst components = [\n TopNavDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class TopNavModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAEO,MAAM,aAAa,GAAG,MAAK;AAC9B,IAAA,QAAQ,CACJ,YAAY,EACZ,IAAI,GAAG,CACH;QACI,CAAC,MAAM,EAAE,WAAW,CAAC;QACrB,CAAC,SAAS,EAAE,WAAW,CAAC;QACxB,CAAC,MAAM,EAAE,WAAW,CAAC;QACrB,CAAC,WAAW,EAAE,WAAW,CAAC;AAC7B,KAAA,CACJ,CACJ,CAAC;AACN,CAAC;;ACTD,MAAM,WAAW,GAAG,aAAa,CAAC;AAClC,MAAM,aAAa,GAAG,EAAC,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAC,CAAC;AASnE,MAAO,eAAgB,SAAQ,iBAAiB,CAAA;AAC3C,IAAA,SAAA,IAAA,CAAA,eAAe,GAAG,aAAa,EAAhB,CAAmB,EAAA;IAEzC,WAAY,CAAA,GAAa,EAA0C,eAAoB,EAAA;AACnF,QAAA,KAAK,CAAC,GAAG,EAAE,aAAa,EAAE,eAAe,CAAC,CAAC;AAE3C,QAAA,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,CAAC;KACpC;AAPQ,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,SAAA,uBAAA,CAAA,CAAA,EAAA,EAAA,OAAA,KAAA,CAAA,IAAA,eAAe,0DAGW,kBAAkB,EAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA,EAAA;AAH5C,IAAA,SAAA,IAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,IAAA,EAAA,eAAe,EALb,SAAA,EAAA,CAAA,CAAA,EAAA,EAAA,UAAA,EAAA,EAAA,CAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,EAAA,CAAA,kBAAA,CAAA;gBACP,kBAAkB,CAAC,eAAe,CAAC;AACtC,aAAA,CAAA,EAAA,EAAA,CAAA,0BAAA,CAAA,EAAA,CAAA,CAAA,EAAA;;iFAGQ,eAAe,EAAA,CAAA;cAP3B,SAAS;AAAC,QAAA,IAAA,EAAA,CAAA;AACP,gBAAA,QAAQ,EAAE,YAAY;AACtB,gBAAA,SAAS,EAAE;AACP,oBAAA,kBAAkB,CAAiB,eAAA,CAAA;AACtC,iBAAA;AACD,gBAAA,QAAQ,EAAE,UAAU;AACvB,aAAA,CAAA;;sBAI+B,MAAM;uBAAC,kBAAkB,CAAA;;sBAAG,QAAQ;;;ACXpE,MAAM,UAAU,GAAG;IACf,eAAe;CAClB,CAAC;MAUW,YAAY,CAAA;6EAAZ,YAAY,GAAA,CAAA,EAAA,CAAA,EAAA;mEAAZ,YAAY,EAAA,CAAA,CAAA,EAAA;uEANjB,YAAY;YACZ,kBAAkB,CAAA,EAAA,CAAA,CAAA,EAAA;;iFAKb,YAAY,EAAA,CAAA;cARxB,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;AACN,gBAAA,OAAO,EAAE;oBACL,YAAY;oBACZ,kBAAkB;AACrB,iBAAA;AACD,gBAAA,YAAY,EAAE,CAAC,GAAG,UAAU,CAAC;AAC7B,gBAAA,OAAO,EAAE,CAAC,GAAG,UAAU,CAAC;AAC3B,aAAA,CAAA;;wFACY,YAAY,EAAA,EAAA,YAAA,EAAA,CAXrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAKX,YAAY;AACZ,QAAA,kBAAkB,aANtB,eAAe,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACRnB;;AAEG;;;;"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../../projects/components/widgets/page/top-nav/src/top-nav.props.ts","../../../../../projects/components/widgets/page/top-nav/src/top-nav.directive.ts","../../../../../projects/components/widgets/page/top-nav/src/top-nav.module.ts","../../../../../projects/components/widgets/page/top-nav/src/index.ts"],"sourcesContent":["import {PROP_STRING, register} from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-top-nav',\n new Map(\n [\n ['name', PROP_STRING],\n ['content', PROP_STRING],\n ['hint', PROP_STRING],\n ['arialabel', PROP_STRING]\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, Optional} from '@angular/core';\n\nimport { provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { registerProps } from './top-nav.props';\n\nconst DEFAULT_CLS = 'app-top-nav';\nconst WIDGET_CONFIG = {widgetType: 'wm-top-nav', hostClass: DEFAULT_CLS};\n\n@Directive({\n selector: '[wmTopNav]',\n providers: [\n provideAsWidgetRef(TopNavDirective)\n ],\n exportAs: 'wmTopNav'\n})\nexport class TopNavDirective extends StylableComponent {\n static initializeProps = registerProps();\n\n constructor(inj: Injector, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n\n styler(this.nativeElement, this);\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { TopNavDirective } from './top-nav.directive';\n\nconst components = [\n TopNavDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class TopNavModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":[],"mappings":";;;;;AAEO,MAAM,aAAa,GAAG,MAAK;AAC9B,IAAA,QAAQ,CACJ,YAAY,EACZ,IAAI,GAAG,CACH;QACI,CAAC,MAAM,EAAE,WAAW,CAAC;QACrB,CAAC,SAAS,EAAE,WAAW,CAAC;QACxB,CAAC,MAAM,EAAE,WAAW,CAAC;QACrB,CAAC,WAAW,EAAE,WAAW;AAC5B,KAAA,CACJ,CACJ;AACL,CAAC;;ACTD,MAAM,WAAW,GAAG,aAAa;AACjC,MAAM,aAAa,GAAG,EAAC,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,WAAW,EAAC;AASlE,MAAO,eAAgB,SAAQ,iBAAiB,CAAA;AAC3C,IAAA,SAAA,IAAA,CAAA,eAAe,GAAG,aAAa,EAAhB,CAAmB;IAEzC,WAAY,CAAA,GAAa,EAA0C,eAAoB,EAAA;AACnF,QAAA,KAAK,CAAC,GAAG,EAAE,aAAa,EAAE,eAAe,CAAC;AAE1C,QAAA,MAAM,CAAC,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC;;AAN3B,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,SAAA,uBAAA,CAAA,iBAAA,EAAA,EAAA,OAAA,KAAA,iBAAA,IAAA,eAAe,0DAGW,kBAAkB,EAAA,CAAA,CAAA,CAAA,CAAA,EAAA,CAAA;AAH5C,IAAA,SAAA,IAAA,CAAA,IAAA,iBAAA,EAAA,CAAA,iBAAA,CAAA,EAAA,IAAA,EAAA,eAAe,EALb,SAAA,EAAA,CAAA,CAAA,EAAA,EAAA,UAAA,EAAA,EAAA,CAAA,CAAA,EAAA,QAAA,EAAA,CAAA,UAAA,CAAA,EAAA,QAAA,EAAA,CAAA,EAAA,CAAA,kBAAA,CAAA;gBACP,kBAAkB,CAAC,eAAe;AACrC,aAAA,CAAA,EAAA,EAAA,CAAA,0BAAA,CAAA,EAAA,CAAA,CAAA;;iFAGQ,eAAe,EAAA,CAAA;cAP3B,SAAS;AAAC,QAAA,IAAA,EAAA,CAAA;AACP,gBAAA,QAAQ,EAAE,YAAY;AACtB,gBAAA,SAAS,EAAE;AACP,oBAAA,kBAAkB,CAAiB,eAAA;AACtC,iBAAA;AACD,gBAAA,QAAQ,EAAE;AACb,aAAA;;sBAI+B,MAAM;uBAAC,kBAAkB;;sBAAG;;;ACX5D,MAAM,UAAU,GAAG;IACf;CACH;MAUY,YAAY,CAAA;6GAAZ,YAAY,GAAA,CAAA,EAAA,CAAA;mEAAZ,YAAY,EAAA,CAAA,CAAA;uEANjB,YAAY;YACZ,kBAAkB,CAAA,EAAA,CAAA,CAAA;;iFAKb,YAAY,EAAA,CAAA;cARxB,QAAQ;AAAC,QAAA,IAAA,EAAA,CAAA;AACN,gBAAA,OAAO,EAAE;oBACL,YAAY;oBACZ;AACH,iBAAA;AACD,gBAAA,YAAY,EAAE,CAAC,GAAG,UAAU,CAAC;AAC7B,gBAAA,OAAO,EAAE,CAAC,GAAG,UAAU;AAC1B,aAAA;;wFACY,YAAY,EAAA,EAAA,YAAA,EAAA,CAXrB,eAAe,CAAA,EAAA,OAAA,EAAA,CAKX,YAAY;AACZ,QAAA,kBAAkB,aANtB,eAAe,CAAA,EAAA,CAAA,CAAA,EAAA,GAAA;;ACRnB;;AAEG;;;;"}
@@ -89,7 +89,7 @@
89
89
  ngOnDestroy() {
90
90
  this.invokeEventCallback('destroy', { widget: this });
91
91
  }
92
- static { this.ɵfac = function PrefabDirective_Factory(t) { return new (t || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵinjectAttribute('prefabname'), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
92
+ static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i0__namespace.ElementRef), i0__namespace.ɵɵdirectiveInject(i0__namespace.ChangeDetectorRef), i0__namespace.ɵɵinjectAttribute('prefabname'), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
93
93
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["section", "wmPrefab", ""]], features: [i0__namespace.ɵɵProvidersFeature([
94
94
  base.provideAsWidgetRef(PrefabDirective)
95
95
  ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
@@ -148,7 +148,7 @@
148
148
  this.callback('destroy');
149
149
  super.ngOnDestroy();
150
150
  }
151
- static { this.ɵfac = function PrefabContainerDirective_Factory(t) { return new (t || PrefabContainerDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.Viewport), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
151
+ static { this.ɵfac = function PrefabContainerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabContainerDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.Viewport), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
152
152
  static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PrefabContainerDirective, selectors: [["", "wmPrefabContainer", ""]], features: [i0__namespace.ɵɵProvidersFeature([
153
153
  base.provideAsWidgetRef(PrefabContainerDirective)
154
154
  ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
@@ -173,7 +173,7 @@
173
173
  PrefabContainerDirective
174
174
  ];
175
175
  class PrefabModule {
176
- static { this.ɵfac = function PrefabModule_Factory(t) { return new (t || PrefabModule)(); }; }
176
+ static { this.ɵfac = function PrefabModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabModule)(); }; }
177
177
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: PrefabModule }); }
178
178
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [common.CommonModule,
179
179
  base.WmComponentsModule] }); }
@@ -33,7 +33,7 @@ export class PrefabContainerDirective extends StylableComponent {
33
33
  this.callback('destroy');
34
34
  super.ngOnDestroy();
35
35
  }
36
- static { this.ɵfac = function PrefabContainerDirective_Factory(t) { return new (t || PrefabContainerDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.Viewport), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
36
+ static { this.ɵfac = function PrefabContainerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabContainerDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.Viewport), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
37
37
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabContainerDirective, selectors: [["", "wmPrefabContainer", ""]], features: [i0.ɵɵProvidersFeature([
38
38
  provideAsWidgetRef(PrefabContainerDirective)
39
39
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -52,4 +52,4 @@ export class PrefabContainerDirective extends StylableComponent {
52
52
  }, {
53
53
  type: Optional
54
54
  }] }], null); })();
55
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcHJlZmFiL3NyYy9wcmVmYWItY29udGFpbmVyL3ByZWZhYi1jb250YWluZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBYSxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFL0UsT0FBTyxFQUFpQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRyxPQUFPLEVBQUMsUUFBUSxFQUFnQixNQUFNLFVBQVUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFDLE1BQU0sRUFBQyxNQUFNLFdBQVcsQ0FBQzs7O0FBRWpDLE1BQU0sV0FBVyxHQUFHLGtDQUFrQyxDQUFDO0FBQ3ZELE1BQU0sYUFBYSxHQUFrQjtJQUNqQyxVQUFVLEVBQUUscUJBQXFCO0lBQ2pDLFNBQVMsRUFBRSxXQUFXO0NBQ3pCLENBQUM7QUFRRixNQUFNLE9BQU8sd0JBQXlCLFNBQVEsaUJBQWlCO2FBQ3BELG9CQUFlLEdBQUcsYUFBYSxFQUFFLEFBQWxCLENBQW1CO0lBRXpDLFlBQVksR0FBYSxFQUFVLFFBQWtCLEVBQTBDLGVBQW9CO1FBQy9HLEtBQUssQ0FBQyxHQUFHLEVBQUUsYUFBYSxFQUFFLGVBQWUsQ0FBQyxDQUFDO1FBRFosYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUVqRCxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUVqQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLHNDQUF1QixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNuSCxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLDZEQUFtQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzlJLENBQUM7SUFFTyxRQUFRLENBQUMsU0FBUyxFQUFFLE1BQWU7UUFDdkMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxFQUFDLE1BQU0sRUFBRSxJQUFJLEVBQUMsRUFBRSxNQUFNLENBQUMsQ0FBQztRQUN4QyxJQUFJLENBQUMsbUJBQW1CLENBQUMsU0FBUyxFQUFFLE1BQU0sQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFFTSxVQUFVO1FBQ2IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRU0sVUFBVTtRQUNiLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ3pCLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUN4QixDQUFDO3lGQTNCUSx3QkFBd0IsNkZBRzhCLGtCQUFrQjtvRUFIeEUsd0JBQXdCLCtFQUp0QjtnQkFDUCxrQkFBa0IsQ0FBQyx3QkFBd0IsQ0FBQzthQUMvQzs7aUZBRVEsd0JBQXdCO2NBTnBDLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLDBCQUEwQjtpQkFDL0M7YUFDSjs7c0JBSTJELE1BQU07dUJBQUMsa0JBQWtCOztzQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIEluamVjdCwgSW5qZWN0b3IsIE9uRGVzdHJveSwgT3B0aW9uYWx9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBJV2lkZ2V0Q29uZmlnLCBwcm92aWRlQXNXaWRnZXRSZWYsIFN0eWxhYmxlQ29tcG9uZW50LCBzdHlsZXIgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcbmltcG9ydCB7Vmlld3BvcnQsIFZpZXdwb3J0RXZlbnR9IGZyb20gJ0B3bS9jb3JlJztcbmltcG9ydCB7IHJlZ2lzdGVyUHJvcHMgfSBmcm9tICcuL3ByZWZhYi1jb250YWluZXIucHJvcHMnO1xuaW1wb3J0IHthc3NpZ259IGZyb20gXCJsb2Rhc2gtZXNcIjtcblxuY29uc3QgREVGQVVMVF9DTFMgPSAnYXBwLXByZWZhYi1jb250YWluZXIgZnVsbC1oZWlnaHQnO1xuY29uc3QgV0lER0VUX0NPTkZJRzogSVdpZGdldENvbmZpZyA9IHtcbiAgICB3aWRnZXRUeXBlOiAnd20tcHJlZmFiLWNvbnRhaW5lcicsXG4gICAgaG9zdENsYXNzOiBERUZBVUxUX0NMU1xufTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21QcmVmYWJDb250YWluZXJdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgcHJvdmlkZUFzV2lkZ2V0UmVmKFByZWZhYkNvbnRhaW5lckRpcmVjdGl2ZSlcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFByZWZhYkNvbnRhaW5lckRpcmVjdGl2ZSBleHRlbmRzIFN0eWxhYmxlQ29tcG9uZW50ICBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gICAgc3RhdGljIGluaXRpYWxpemVQcm9wcyA9IHJlZ2lzdGVyUHJvcHMoKTtcblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIHByaXZhdGUgdmlld3BvcnQ6IFZpZXdwb3J0LCBASW5qZWN0KCdFWFBMSUNJVF9DT05URVhUJykgQE9wdGlvbmFsKCkgZXhwbGljaXRDb250ZXh0OiBhbnkpIHtcbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQpO1xuICAgICAgICBzdHlsZXIodGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzKTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRGVzdHJveUxpc3RlbmVyKHRoaXMudmlld3BvcnQuc3Vic2NyaWJlKFZpZXdwb3J0RXZlbnQuUkVTSVpFLCBkYXRhID0+IHRoaXMuY2FsbGJhY2soJ3Jlc2l6ZScsIGRhdGEpKSk7XG4gICAgICAgIHRoaXMucmVnaXN0ZXJEZXN0cm95TGlzdGVuZXIodGhpcy52aWV3cG9ydC5zdWJzY3JpYmUoVmlld3BvcnRFdmVudC5PUklFTlRBVElPTl9DSEFOR0UsIGRhdGEgPT4gdGhpcy5jYWxsYmFjaygnb3JpZW50YXRpb25jaGFuZ2UnLCBkYXRhKSkpO1xuICAgIH1cblxuICAgIHByaXZhdGUgY2FsbGJhY2soZXZlbnROYW1lLCBsb2NhbHM/OiBvYmplY3QpIHtcbiAgICAgICAgbG9jYWxzID0gYXNzaWduKHt3aWRnZXQ6IHRoaXN9LCBsb2NhbHMpO1xuICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soZXZlbnROYW1lLCBsb2NhbHMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uQXR0YWNoKCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrKCdhdHRhY2gnKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRldGFjaCgpIHtcbiAgICAgICAgdGhpcy5jYWxsYmFjaygnZGV0YWNoJyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrKCdkZXN0cm95Jyk7XG4gICAgICAgIHN1cGVyLm5nT25EZXN0cm95KCk7XG4gICAgfVxufVxuIl19
55
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLWNvbnRhaW5lci5kaXJlY3RpdmUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvcHJlZmFiL3NyYy9wcmVmYWItY29udGFpbmVyL3ByZWZhYi1jb250YWluZXIuZGlyZWN0aXZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBQyxTQUFTLEVBQUUsTUFBTSxFQUFFLFFBQVEsRUFBYSxRQUFRLEVBQUMsTUFBTSxlQUFlLENBQUM7QUFFL0UsT0FBTyxFQUFpQixrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUNuRyxPQUFPLEVBQUMsUUFBUSxFQUFnQixNQUFNLFVBQVUsQ0FBQztBQUNqRCxPQUFPLEVBQUUsYUFBYSxFQUFFLE1BQU0sMEJBQTBCLENBQUM7QUFDekQsT0FBTyxFQUFDLE1BQU0sRUFBQyxNQUFNLFdBQVcsQ0FBQzs7O0FBRWpDLE1BQU0sV0FBVyxHQUFHLGtDQUFrQyxDQUFDO0FBQ3ZELE1BQU0sYUFBYSxHQUFrQjtJQUNqQyxVQUFVLEVBQUUscUJBQXFCO0lBQ2pDLFNBQVMsRUFBRSxXQUFXO0NBQ3pCLENBQUM7QUFRRixNQUFNLE9BQU8sd0JBQXlCLFNBQVEsaUJBQWlCO2FBQ3BELG9CQUFlLEdBQUcsYUFBYSxFQUFFLEFBQWxCLENBQW1CO0lBRXpDLFlBQVksR0FBYSxFQUFVLFFBQWtCLEVBQTBDLGVBQW9CO1FBQy9HLEtBQUssQ0FBQyxHQUFHLEVBQUUsYUFBYSxFQUFFLGVBQWUsQ0FBQyxDQUFDO1FBRFosYUFBUSxHQUFSLFFBQVEsQ0FBVTtRQUVqRCxNQUFNLENBQUMsSUFBSSxDQUFDLGFBQWEsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUVqQyxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLHNDQUF1QixJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxFQUFFLElBQUksQ0FBQyxDQUFDLENBQUMsQ0FBQztRQUNuSCxJQUFJLENBQUMsdUJBQXVCLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxTQUFTLDZEQUFtQyxJQUFJLENBQUMsRUFBRSxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsbUJBQW1CLEVBQUUsSUFBSSxDQUFDLENBQUMsQ0FBQyxDQUFDO0lBQzlJLENBQUM7SUFFTyxRQUFRLENBQUMsU0FBUyxFQUFFLE1BQWU7UUFDdkMsTUFBTSxHQUFHLE1BQU0sQ0FBQyxFQUFDLE1BQU0sRUFBRSxJQUFJLEVBQUMsRUFBRSxNQUFNLENBQUMsQ0FBQztRQUN4QyxJQUFJLENBQUMsbUJBQW1CLENBQUMsU0FBUyxFQUFFLE1BQU0sQ0FBQyxDQUFDO0lBQ2hELENBQUM7SUFFTSxVQUFVO1FBQ2IsSUFBSSxDQUFDLFFBQVEsQ0FBQyxRQUFRLENBQUMsQ0FBQztJQUM1QixDQUFDO0lBRU0sVUFBVTtRQUNiLElBQUksQ0FBQyxRQUFRLENBQUMsUUFBUSxDQUFDLENBQUM7SUFDNUIsQ0FBQztJQUVNLFdBQVc7UUFDZCxJQUFJLENBQUMsUUFBUSxDQUFDLFNBQVMsQ0FBQyxDQUFDO1FBQ3pCLEtBQUssQ0FBQyxXQUFXLEVBQUUsQ0FBQztJQUN4QixDQUFDO3lIQTNCUSx3QkFBd0IsNkZBRzhCLGtCQUFrQjtvRUFIeEUsd0JBQXdCLCtFQUp0QjtnQkFDUCxrQkFBa0IsQ0FBQyx3QkFBd0IsQ0FBQzthQUMvQzs7aUZBRVEsd0JBQXdCO2NBTnBDLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUscUJBQXFCO2dCQUMvQixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLDBCQUEwQjtpQkFDL0M7YUFDSjs7c0JBSTJELE1BQU07dUJBQUMsa0JBQWtCOztzQkFBRyxRQUFRIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtEaXJlY3RpdmUsIEluamVjdCwgSW5qZWN0b3IsIE9uRGVzdHJveSwgT3B0aW9uYWx9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQgeyBJV2lkZ2V0Q29uZmlnLCBwcm92aWRlQXNXaWRnZXRSZWYsIFN0eWxhYmxlQ29tcG9uZW50LCBzdHlsZXIgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcbmltcG9ydCB7Vmlld3BvcnQsIFZpZXdwb3J0RXZlbnR9IGZyb20gJ0B3bS9jb3JlJztcbmltcG9ydCB7IHJlZ2lzdGVyUHJvcHMgfSBmcm9tICcuL3ByZWZhYi1jb250YWluZXIucHJvcHMnO1xuaW1wb3J0IHthc3NpZ259IGZyb20gXCJsb2Rhc2gtZXNcIjtcblxuY29uc3QgREVGQVVMVF9DTFMgPSAnYXBwLXByZWZhYi1jb250YWluZXIgZnVsbC1oZWlnaHQnO1xuY29uc3QgV0lER0VUX0NPTkZJRzogSVdpZGdldENvbmZpZyA9IHtcbiAgICB3aWRnZXRUeXBlOiAnd20tcHJlZmFiLWNvbnRhaW5lcicsXG4gICAgaG9zdENsYXNzOiBERUZBVUxUX0NMU1xufTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdbd21QcmVmYWJDb250YWluZXJdJyxcbiAgICBwcm92aWRlcnM6IFtcbiAgICAgICAgcHJvdmlkZUFzV2lkZ2V0UmVmKFByZWZhYkNvbnRhaW5lckRpcmVjdGl2ZSlcbiAgICBdXG59KVxuZXhwb3J0IGNsYXNzIFByZWZhYkNvbnRhaW5lckRpcmVjdGl2ZSBleHRlbmRzIFN0eWxhYmxlQ29tcG9uZW50ICBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG4gICAgc3RhdGljIGluaXRpYWxpemVQcm9wcyA9IHJlZ2lzdGVyUHJvcHMoKTtcblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIHByaXZhdGUgdmlld3BvcnQ6IFZpZXdwb3J0LCBASW5qZWN0KCdFWFBMSUNJVF9DT05URVhUJykgQE9wdGlvbmFsKCkgZXhwbGljaXRDb250ZXh0OiBhbnkpIHtcbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQpO1xuICAgICAgICBzdHlsZXIodGhpcy5uYXRpdmVFbGVtZW50LCB0aGlzKTtcblxuICAgICAgICB0aGlzLnJlZ2lzdGVyRGVzdHJveUxpc3RlbmVyKHRoaXMudmlld3BvcnQuc3Vic2NyaWJlKFZpZXdwb3J0RXZlbnQuUkVTSVpFLCBkYXRhID0+IHRoaXMuY2FsbGJhY2soJ3Jlc2l6ZScsIGRhdGEpKSk7XG4gICAgICAgIHRoaXMucmVnaXN0ZXJEZXN0cm95TGlzdGVuZXIodGhpcy52aWV3cG9ydC5zdWJzY3JpYmUoVmlld3BvcnRFdmVudC5PUklFTlRBVElPTl9DSEFOR0UsIGRhdGEgPT4gdGhpcy5jYWxsYmFjaygnb3JpZW50YXRpb25jaGFuZ2UnLCBkYXRhKSkpO1xuICAgIH1cblxuICAgIHByaXZhdGUgY2FsbGJhY2soZXZlbnROYW1lLCBsb2NhbHM/OiBvYmplY3QpIHtcbiAgICAgICAgbG9jYWxzID0gYXNzaWduKHt3aWRnZXQ6IHRoaXN9LCBsb2NhbHMpO1xuICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soZXZlbnROYW1lLCBsb2NhbHMpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ09uQXR0YWNoKCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrKCdhdHRhY2gnKTtcbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkRldGFjaCgpIHtcbiAgICAgICAgdGhpcy5jYWxsYmFjaygnZGV0YWNoJyk7XG4gICAgfVxuXG4gICAgcHVibGljIG5nT25EZXN0cm95KCkge1xuICAgICAgICB0aGlzLmNhbGxiYWNrKCdkZXN0cm95Jyk7XG4gICAgICAgIHN1cGVyLm5nT25EZXN0cm95KCk7XG4gICAgfVxufVxuIl19
@@ -62,7 +62,7 @@ export class PrefabDirective extends StylableComponent {
62
62
  ngOnDestroy() {
63
63
  this.invokeEventCallback('destroy', { widget: this });
64
64
  }
65
- static { this.ɵfac = function PrefabDirective_Factory(t) { return new (t || PrefabDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵinjectAttribute('prefabname'), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
65
+ static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵinjectAttribute('prefabname'), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
66
66
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["section", "wmPrefab", ""]], features: [i0.ɵɵProvidersFeature([
67
67
  provideAsWidgetRef(PrefabDirective)
68
68
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -84,4 +84,4 @@ export class PrefabDirective extends StylableComponent {
84
84
  }, {
85
85
  type: Optional
86
86
  }] }], null); })();
87
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9wcmVmYWIvc3JjL3ByZWZhYi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sUUFBUSxFQUVSLFFBQVEsRUFDWCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUMsTUFBTSxFQUFFLElBQUksRUFBQyxNQUFNLFVBQVUsQ0FBQztBQUV0QyxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLFdBQVcsQ0FBQzs7QUFFckMsTUFBTSxXQUFXLEdBQUcsWUFBWSxDQUFDO0FBRWpDLE1BQU0sa0JBQWtCLEdBQUcsSUFBSSxHQUFHLEVBQVUsQ0FBQztBQVE3QyxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxpQkFBaUI7SUFPbEQsWUFBWSxHQUFhLEVBQUUsS0FBaUIsRUFBRSxHQUFzQixFQUEyQixVQUFVLEVBQTBDLGVBQW9CO1FBQ25LLE1BQU0sVUFBVSxHQUFHLGFBQWEsVUFBVSxFQUFFLENBQUM7UUFDN0MsTUFBTSxhQUFhLEdBQUcsRUFBQyxVQUFVLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBQyxDQUFDO1FBQzNELElBQUksU0FBUyxHQUFhLElBQUksQ0FBQztRQUUvQixLQUFLLENBQUMsR0FBRyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsSUFBSSxPQUFPLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxTQUFTLEdBQUcsR0FBRyxDQUFDLENBQUMs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UDVILGVBQWUsNkVBSmI7Z0JBQ1Asa0JBQWtCLENBQUMsZUFBZSxDQUFDO2FBQ3RDOztpRkFFUSxlQUFlO2NBTjNCLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLGlCQUFpQjtpQkFDdEM7YUFDSjs7c0JBUTBFLFNBQVM7dUJBQUMsWUFBWTs7c0JBQWUsTUFBTTt1QkFBQyxrQkFBa0I7O3NCQUFHLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEF0dHJpYnV0ZSxcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBEaXJlY3RpdmUsXG4gICAgRWxlbWVudFJlZixcbiAgICBJbmplY3QsXG4gICAgSW5qZWN0b3IsXG4gICAgT25EZXN0cm95LFxuICAgIE9wdGlvbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge3NldENTUywgbm9vcH0gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQgeyBQUk9QX1RZUEUsIHJlZ2lzdGVyLCBwcm92aWRlQXNXaWRnZXRSZWYsIFN0eWxhYmxlQ29tcG9uZW50LCBzdHlsZXIgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcbmltcG9ydCB7IHByZWZhYlByb3BzIH0gZnJvbSAnLi9wcmVmYWIucHJvcHMnO1xuaW1wb3J0IHtzdGFydHNXaXRofSBmcm9tIFwibG9kYXNoLWVzXCI7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1wcmVmYWInO1xuXG5jb25zdCByZWdpc3RlcmVkUHJvcHNTZXQgPSBuZXcgU2V0PHN0cmluZz4oKTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdzZWN0aW9uW3dtUHJlZmFiXScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHByb3ZpZGVBc1dpZGdldFJlZihQcmVmYWJEaXJlY3RpdmUpXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBQcmVmYWJEaXJlY3RpdmUgZXh0ZW5kcyBTdHlsYWJsZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgICB3aWRnZXRUeXBlOiBzdHJpbmc7XG4gICAgcHJlZmFiTmFtZTogc3RyaW5nO1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBwcm9wc1JlYWR5OiBGdW5jdGlvbjtcblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIGVsUmVmOiBFbGVtZW50UmVmLCBjZHI6IENoYW5nZURldGVjdG9yUmVmLCBAQXR0cmlidXRlKCdwcmVmYWJuYW1lJykgcHJlZmFiTmFtZSwgQEluamVjdCgnRVhQTElDSVRfQ09OVEVYVCcpIEBPcHRpb25hbCgpIGV4cGxpY2l0Q29udGV4dDogYW55KSB7XG4gICAgICAgIGNvbnN0IHdpZGdldFR5cGUgPSBgd20tcHJlZmFiLSR7cHJlZmFiTmFtZX1gO1xuICAgICAgICBjb25zdCBXSURHRVRfQ09ORklHID0ge3dpZGdldFR5cGUsIGhvc3RDbGFzczogREVGQVVMVF9DTFN9O1xuICAgICAgICBsZXQgcmVzb2x2ZUZuOiBGdW5jdGlvbiA9IG5vb3A7XG5cbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQsIG5ldyBQcm9taXNlKHJlcyA9PiByZXNvbHZlRm4gPSByZXMpKTtcbiAgICAgICAgdGhpcy5wcm9wc1JlYWR5ID0gcmVzb2x2ZUZuO1xuICAgICAgICB0aGlzLnByZWZhYk5hbWUgPSBwcmVmYWJOYW1lO1xuICAgICAgICB0aGlzLndpZGdldFR5cGUgPSB3aWRnZXRUeXBlO1xuICAgICAgICB0aGlzLm5hbWUgPSBlbFJlZi5uYXRpdmVFbGVtZW50LmdldEF0dHJpYnV0ZSgnbmFtZScpO1xuXG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQsIHRoaXMpO1xuXG4gICAgICAgIC8vIENhbGwgb24gcHJvcGVydHkgY2hhbmdlIG9uIG5hbWUgdG8gc2V0IG5hbWUgYXR0cmlidXRlIG9uIGVsZW1lbnQuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJSZWFkeVN0YXRlTGlzdGVuZXIoKCkgPT4ge1xuICAgICAgICAgICAgc3VwZXIub25Qcm9wZXJ0eUNoYW5nZSgnbmFtZScsIHRoaXMubmFtZSk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG9uU3R5bGVDaGFuZ2Uoa2V5OiBzdHJpbmcsIG52OiBhbnksIG92OiBhbnkpIHtcbiAgICAgICAgaWYgKGtleSA9PT0gJ2hlaWdodCcpIHtcbiAgICAgICAgICAgIHNldENTUyh0aGlzLm5hdGl2ZUVsZW1lbnQsICdvdmVyZmxvdycsICdhdXRvJyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgc2V0UHJvcHMoY29uZmlnKSB7XG4gICAgICAgIGlmICghY29uZmlnIHx8ICFjb25maWcucHJvcGVydGllcykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKCFyZWdpc3RlcmVkUHJvcHNTZXQuaGFzKHRoaXMud2lkZ2V0VHlwZSkpIHtcbiAgICAgICAgICAgIHJlZ2lzdGVyKHRoaXMud2lkZ2V0VHlwZSwgdGhpcy5wcmVwYXJlUHJvcHMoY29uZmlnLnByb3BlcnRpZXMpKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMucHJvcHNSZWFkeSgpO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBoYW5kbGVFdmVudCgpIHtcbiAgICAgICAgLy8gZG8gbm90IGNhbGwgdGhlIHN1cGVyO1xuICAgICAgICAvLyBwcmV2ZW50IGV2ZW50cyBmcm9tIGdldHRpbmcgcmVnaXN0ZXJlZFxuICAgIH1cblxuICAgIHByaXZhdGUgcHJlcGFyZVByb3BzKHByb3BzID0ge30pIHtcbiAgICAgICAgY29uc3QgcHJvcHNNYXAgPSBuZXcgTWFwKHByZWZhYlByb3BzKTtcbiAgICAgICAgT2JqZWN0LmVudHJpZXMocHJvcHMpLmZvckVhY2goKFtrLCB2XTogW3N0cmluZywgYW55XSkgPT4ge1xuICAgICAgICAgICAgbGV0IHR5cGUgPSBQUk9QX1RZUEUuU1RSSU5HO1xuXG4gICAgICAgICAgICBpZiAodi50eXBlID09PSAnYm9vbGVhbicpIHtcbiAgICAgICAgICAgICAgICB0eXBlID0gUFJPUF9UWVBFLkJPT0xFQU47XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHYudHlwZSA9PT0gJ251bWJlcicpIHtcbiAgICAgICAgICAgICAgICB0eXBlID0gUFJPUF9UWVBFLk5VTUJFUjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodi50eXBlICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHR5cGUgPSB2LnR5cGU7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC8vIERvIG5vdCBzZXQgdGhlICdiaW5kOionIHZhbHVlc1xuICAgICAgICAgICAgcHJvcHNNYXAuc2V0KGssIHt0eXBlLCB2YWx1ZTogc3RhcnRzV2l0aCh2LnZhbHVlLCAnYmluZDonKSA/IHVuZGVmaW5lZCA6IHYudmFsdWV9KTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgcmVnaXN0ZXJlZFByb3BzU2V0LmFkZCh0aGlzLndpZGdldFR5cGUpO1xuXG4gICAgICAgIHJldHVybiBwcm9wc01hcDtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpIHtcbiAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdkZXN0cm95JywgeyB3aWRnZXQ6IHRoaXMgfSk7XG4gICAgfVxufVxuIl19
87
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLmRpcmVjdGl2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9wcmVmYWIvc3JjL3ByZWZhYi5kaXJlY3RpdmUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUNILFNBQVMsRUFDVCxpQkFBaUIsRUFDakIsU0FBUyxFQUNULFVBQVUsRUFDVixNQUFNLEVBQ04sUUFBUSxFQUVSLFFBQVEsRUFDWCxNQUFNLGVBQWUsQ0FBQztBQUV2QixPQUFPLEVBQUMsTUFBTSxFQUFFLElBQUksRUFBQyxNQUFNLFVBQVUsQ0FBQztBQUV0QyxPQUFPLEVBQUUsU0FBUyxFQUFFLFFBQVEsRUFBRSxrQkFBa0IsRUFBRSxpQkFBaUIsRUFBRSxNQUFNLEVBQUUsTUFBTSxxQkFBcUIsQ0FBQztBQUN6RyxPQUFPLEVBQUUsV0FBVyxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFDN0MsT0FBTyxFQUFDLFVBQVUsRUFBQyxNQUFNLFdBQVcsQ0FBQzs7QUFFckMsTUFBTSxXQUFXLEdBQUcsWUFBWSxDQUFDO0FBRWpDLE1BQU0sa0JBQWtCLEdBQUcsSUFBSSxHQUFHLEVBQVUsQ0FBQztBQVE3QyxNQUFNLE9BQU8sZUFBZ0IsU0FBUSxpQkFBaUI7SUFPbEQsWUFBWSxHQUFhLEVBQUUsS0FBaUIsRUFBRSxHQUFzQixFQUEyQixVQUFVLEVBQTBDLGVBQW9CO1FBQ25LLE1BQU0sVUFBVSxHQUFHLGFBQWEsVUFBVSxFQUFFLENBQUM7UUFDN0MsTUFBTSxhQUFhLEdBQUcsRUFBQyxVQUFVLEVBQUUsU0FBUyxFQUFFLFdBQVcsRUFBQyxDQUFDO1FBQzNELElBQUksU0FBUyxHQUFhLElBQUksQ0FBQztRQUUvQixLQUFLLENBQUMsR0FBRyxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsSUFBSSxPQUFPLENBQUMsR0FBRyxDQUFDLEVBQUUsQ0FBQyxTQUFTLEdBQUcsR0FBRyxDQUFDLENBQUMs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UDVILGVBQWUsNkVBSmI7Z0JBQ1Asa0JBQWtCLENBQUMsZUFBZSxDQUFDO2FBQ3RDOztpRkFFUSxlQUFlO2NBTjNCLFNBQVM7ZUFBQztnQkFDUCxRQUFRLEVBQUUsbUJBQW1CO2dCQUM3QixTQUFTLEVBQUU7b0JBQ1Asa0JBQWtCLGlCQUFpQjtpQkFDdEM7YUFDSjs7c0JBUTBFLFNBQVM7dUJBQUMsWUFBWTs7c0JBQWUsTUFBTTt1QkFBQyxrQkFBa0I7O3NCQUFHLFFBQVEiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEF0dHJpYnV0ZSxcbiAgICBDaGFuZ2VEZXRlY3RvclJlZixcbiAgICBEaXJlY3RpdmUsXG4gICAgRWxlbWVudFJlZixcbiAgICBJbmplY3QsXG4gICAgSW5qZWN0b3IsXG4gICAgT25EZXN0cm95LFxuICAgIE9wdGlvbmFsXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuXG5pbXBvcnQge3NldENTUywgbm9vcH0gZnJvbSAnQHdtL2NvcmUnO1xuXG5pbXBvcnQgeyBQUk9QX1RZUEUsIHJlZ2lzdGVyLCBwcm92aWRlQXNXaWRnZXRSZWYsIFN0eWxhYmxlQ29tcG9uZW50LCBzdHlsZXIgfSBmcm9tICdAd20vY29tcG9uZW50cy9iYXNlJztcbmltcG9ydCB7IHByZWZhYlByb3BzIH0gZnJvbSAnLi9wcmVmYWIucHJvcHMnO1xuaW1wb3J0IHtzdGFydHNXaXRofSBmcm9tIFwibG9kYXNoLWVzXCI7XG5cbmNvbnN0IERFRkFVTFRfQ0xTID0gJ2FwcC1wcmVmYWInO1xuXG5jb25zdCByZWdpc3RlcmVkUHJvcHNTZXQgPSBuZXcgU2V0PHN0cmluZz4oKTtcblxuQERpcmVjdGl2ZSh7XG4gICAgc2VsZWN0b3I6ICdzZWN0aW9uW3dtUHJlZmFiXScsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHByb3ZpZGVBc1dpZGdldFJlZihQcmVmYWJEaXJlY3RpdmUpXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBQcmVmYWJEaXJlY3RpdmUgZXh0ZW5kcyBTdHlsYWJsZUNvbXBvbmVudCBpbXBsZW1lbnRzIE9uRGVzdHJveSB7XG5cbiAgICB3aWRnZXRUeXBlOiBzdHJpbmc7XG4gICAgcHJlZmFiTmFtZTogc3RyaW5nO1xuICAgIG5hbWU6IHN0cmluZztcbiAgICBwcm9wc1JlYWR5OiBGdW5jdGlvbjtcblxuICAgIGNvbnN0cnVjdG9yKGluajogSW5qZWN0b3IsIGVsUmVmOiBFbGVtZW50UmVmLCBjZHI6IENoYW5nZURldGVjdG9yUmVmLCBAQXR0cmlidXRlKCdwcmVmYWJuYW1lJykgcHJlZmFiTmFtZSwgQEluamVjdCgnRVhQTElDSVRfQ09OVEVYVCcpIEBPcHRpb25hbCgpIGV4cGxpY2l0Q29udGV4dDogYW55KSB7XG4gICAgICAgIGNvbnN0IHdpZGdldFR5cGUgPSBgd20tcHJlZmFiLSR7cHJlZmFiTmFtZX1gO1xuICAgICAgICBjb25zdCBXSURHRVRfQ09ORklHID0ge3dpZGdldFR5cGUsIGhvc3RDbGFzczogREVGQVVMVF9DTFN9O1xuICAgICAgICBsZXQgcmVzb2x2ZUZuOiBGdW5jdGlvbiA9IG5vb3A7XG5cbiAgICAgICAgc3VwZXIoaW5qLCBXSURHRVRfQ09ORklHLCBleHBsaWNpdENvbnRleHQsIG5ldyBQcm9taXNlKHJlcyA9PiByZXNvbHZlRm4gPSByZXMpKTtcbiAgICAgICAgdGhpcy5wcm9wc1JlYWR5ID0gcmVzb2x2ZUZuO1xuICAgICAgICB0aGlzLnByZWZhYk5hbWUgPSBwcmVmYWJOYW1lO1xuICAgICAgICB0aGlzLndpZGdldFR5cGUgPSB3aWRnZXRUeXBlO1xuICAgICAgICB0aGlzLm5hbWUgPSBlbFJlZi5uYXRpdmVFbGVtZW50LmdldEF0dHJpYnV0ZSgnbmFtZScpO1xuXG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQsIHRoaXMpO1xuXG4gICAgICAgIC8vIENhbGwgb24gcHJvcGVydHkgY2hhbmdlIG9uIG5hbWUgdG8gc2V0IG5hbWUgYXR0cmlidXRlIG9uIGVsZW1lbnQuXG4gICAgICAgIHRoaXMucmVnaXN0ZXJSZWFkeVN0YXRlTGlzdGVuZXIoKCkgPT4ge1xuICAgICAgICAgICAgc3VwZXIub25Qcm9wZXJ0eUNoYW5nZSgnbmFtZScsIHRoaXMubmFtZSk7XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIG9uU3R5bGVDaGFuZ2Uoa2V5OiBzdHJpbmcsIG52OiBhbnksIG92OiBhbnkpIHtcbiAgICAgICAgaWYgKGtleSA9PT0gJ2hlaWdodCcpIHtcbiAgICAgICAgICAgIHNldENTUyh0aGlzLm5hdGl2ZUVsZW1lbnQsICdvdmVyZmxvdycsICdhdXRvJyk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgc2V0UHJvcHMoY29uZmlnKSB7XG4gICAgICAgIGlmICghY29uZmlnIHx8ICFjb25maWcucHJvcGVydGllcykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgaWYgKCFyZWdpc3RlcmVkUHJvcHNTZXQuaGFzKHRoaXMud2lkZ2V0VHlwZSkpIHtcbiAgICAgICAgICAgIHJlZ2lzdGVyKHRoaXMud2lkZ2V0VHlwZSwgdGhpcy5wcmVwYXJlUHJvcHMoY29uZmlnLnByb3BlcnRpZXMpKTtcbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMucHJvcHNSZWFkeSgpO1xuICAgIH1cblxuICAgIHByb3RlY3RlZCBoYW5kbGVFdmVudCgpIHtcbiAgICAgICAgLy8gZG8gbm90IGNhbGwgdGhlIHN1cGVyO1xuICAgICAgICAvLyBwcmV2ZW50IGV2ZW50cyBmcm9tIGdldHRpbmcgcmVnaXN0ZXJlZFxuICAgIH1cblxuICAgIHByaXZhdGUgcHJlcGFyZVByb3BzKHByb3BzID0ge30pIHtcbiAgICAgICAgY29uc3QgcHJvcHNNYXAgPSBuZXcgTWFwKHByZWZhYlByb3BzKTtcbiAgICAgICAgT2JqZWN0LmVudHJpZXMocHJvcHMpLmZvckVhY2goKFtrLCB2XTogW3N0cmluZywgYW55XSkgPT4ge1xuICAgICAgICAgICAgbGV0IHR5cGUgPSBQUk9QX1RZUEUuU1RSSU5HO1xuXG4gICAgICAgICAgICBpZiAodi50eXBlID09PSAnYm9vbGVhbicpIHtcbiAgICAgICAgICAgICAgICB0eXBlID0gUFJPUF9UWVBFLkJPT0xFQU47XG4gICAgICAgICAgICB9IGVsc2UgaWYgKHYudHlwZSA9PT0gJ251bWJlcicpIHtcbiAgICAgICAgICAgICAgICB0eXBlID0gUFJPUF9UWVBFLk5VTUJFUjtcbiAgICAgICAgICAgIH0gZWxzZSBpZiAodi50eXBlICE9PSAnc3RyaW5nJykge1xuICAgICAgICAgICAgICAgIHR5cGUgPSB2LnR5cGU7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC8vIERvIG5vdCBzZXQgdGhlICdiaW5kOionIHZhbHVlc1xuICAgICAgICAgICAgcHJvcHNNYXAuc2V0KGssIHt0eXBlLCB2YWx1ZTogc3RhcnRzV2l0aCh2LnZhbHVlLCAnYmluZDonKSA/IHVuZGVmaW5lZCA6IHYudmFsdWV9KTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgcmVnaXN0ZXJlZFByb3BzU2V0LmFkZCh0aGlzLndpZGdldFR5cGUpO1xuXG4gICAgICAgIHJldHVybiBwcm9wc01hcDtcbiAgICB9XG5cbiAgICBuZ09uRGVzdHJveSgpIHtcbiAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdkZXN0cm95JywgeyB3aWRnZXQ6IHRoaXMgfSk7XG4gICAgfVxufVxuIl19
@@ -9,7 +9,7 @@ const components = [
9
9
  PrefabContainerDirective
10
10
  ];
11
11
  export class PrefabModule {
12
- static { this.ɵfac = function PrefabModule_Factory(t) { return new (t || PrefabModule)(); }; }
12
+ static { this.ɵfac = function PrefabModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabModule)(); }; }
13
13
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PrefabModule }); }
14
14
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
15
15
  WmComponentsModule] }); }
@@ -29,4 +29,4 @@ export class PrefabModule {
29
29
  PrefabContainerDirective], imports: [CommonModule,
30
30
  WmComponentsModule], exports: [PrefabDirective,
31
31
  PrefabContainerDirective] }); })();
32
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9wcmVmYWIvc3JjL3ByZWZhYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQUV6RixNQUFNLFVBQVUsR0FBRztJQUNmLGVBQWU7SUFDZix3QkFBd0I7Q0FDM0IsQ0FBQztBQVVGLE1BQU0sT0FBTyxZQUFZOzZFQUFaLFlBQVk7bUVBQVosWUFBWTt1RUFOakIsWUFBWTtZQUNaLGtCQUFrQjs7aUZBS2IsWUFBWTtjQVJ4QixRQUFRO2VBQUM7Z0JBQ04sT0FBTyxFQUFFO29CQUNMLFlBQVk7b0JBQ1osa0JBQWtCO2lCQUNyQjtnQkFDRCxZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQztnQkFDN0IsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7YUFDM0I7O3dGQUNZLFlBQVksbUJBWnJCLGVBQWU7UUFDZix3QkFBd0IsYUFLcEIsWUFBWTtRQUNaLGtCQUFrQixhQVB0QixlQUFlO1FBQ2Ysd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IFdtQ29tcG9uZW50c01vZHVsZSB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuXG5pbXBvcnQgeyBQcmVmYWJEaXJlY3RpdmUgfSBmcm9tICcuL3ByZWZhYi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUHJlZmFiQ29udGFpbmVyRGlyZWN0aXZlIH0gZnJvbSAnLi9wcmVmYWItY29udGFpbmVyL3ByZWZhYi1jb250YWluZXIuZGlyZWN0aXZlJztcblxuY29uc3QgY29tcG9uZW50cyA9IFtcbiAgICBQcmVmYWJEaXJlY3RpdmUsXG4gICAgUHJlZmFiQ29udGFpbmVyRGlyZWN0aXZlXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBXbUNvbXBvbmVudHNNb2R1bGVcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxufSlcbmV4cG9ydCBjbGFzcyBQcmVmYWJNb2R1bGUge1xufVxuIl19
32
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicHJlZmFiLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9wcmVmYWIvc3JjL3ByZWZhYi5tb2R1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFFBQVEsRUFBRSxNQUFNLGVBQWUsQ0FBQztBQUN6QyxPQUFPLEVBQUUsWUFBWSxFQUFFLE1BQU0saUJBQWlCLENBQUM7QUFFL0MsT0FBTyxFQUFFLGtCQUFrQixFQUFFLE1BQU0scUJBQXFCLENBQUM7QUFFekQsT0FBTyxFQUFFLGVBQWUsRUFBRSxNQUFNLG9CQUFvQixDQUFDO0FBQ3JELE9BQU8sRUFBRSx3QkFBd0IsRUFBRSxNQUFNLCtDQUErQyxDQUFDOztBQUV6RixNQUFNLFVBQVUsR0FBRztJQUNmLGVBQWU7SUFDZix3QkFBd0I7Q0FDM0IsQ0FBQztBQVVGLE1BQU0sT0FBTyxZQUFZOzZHQUFaLFlBQVk7bUVBQVosWUFBWTt1RUFOakIsWUFBWTtZQUNaLGtCQUFrQjs7aUZBS2IsWUFBWTtjQVJ4QixRQUFRO2VBQUM7Z0JBQ04sT0FBTyxFQUFFO29CQUNMLFlBQVk7b0JBQ1osa0JBQWtCO2lCQUNyQjtnQkFDRCxZQUFZLEVBQUUsQ0FBQyxHQUFHLFVBQVUsQ0FBQztnQkFDN0IsT0FBTyxFQUFFLENBQUMsR0FBRyxVQUFVLENBQUM7YUFDM0I7O3dGQUNZLFlBQVksbUJBWnJCLGVBQWU7UUFDZix3QkFBd0IsYUFLcEIsWUFBWTtRQUNaLGtCQUFrQixhQVB0QixlQUFlO1FBQ2Ysd0JBQXdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbmltcG9ydCB7IFdtQ29tcG9uZW50c01vZHVsZSB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuXG5pbXBvcnQgeyBQcmVmYWJEaXJlY3RpdmUgfSBmcm9tICcuL3ByZWZhYi5kaXJlY3RpdmUnO1xuaW1wb3J0IHsgUHJlZmFiQ29udGFpbmVyRGlyZWN0aXZlIH0gZnJvbSAnLi9wcmVmYWItY29udGFpbmVyL3ByZWZhYi1jb250YWluZXIuZGlyZWN0aXZlJztcblxuY29uc3QgY29tcG9uZW50cyA9IFtcbiAgICBQcmVmYWJEaXJlY3RpdmUsXG4gICAgUHJlZmFiQ29udGFpbmVyRGlyZWN0aXZlXG5dO1xuXG5ATmdNb2R1bGUoe1xuICAgIGltcG9ydHM6IFtcbiAgICAgICAgQ29tbW9uTW9kdWxlLFxuICAgICAgICBXbUNvbXBvbmVudHNNb2R1bGVcbiAgICBdLFxuICAgIGRlY2xhcmF0aW9uczogWy4uLmNvbXBvbmVudHNdLFxuICAgIGV4cG9ydHM6IFsuLi5jb21wb25lbnRzXVxufSlcbmV4cG9ydCBjbGFzcyBQcmVmYWJNb2R1bGUge1xufVxuIl19
@@ -71,7 +71,7 @@ class PrefabDirective extends StylableComponent {
71
71
  ngOnDestroy() {
72
72
  this.invokeEventCallback('destroy', { widget: this });
73
73
  }
74
- static { this.ɵfac = function PrefabDirective_Factory(t) { return new (t || PrefabDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵinjectAttribute('prefabname'), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
74
+ static { this.ɵfac = function PrefabDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ElementRef), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵinjectAttribute('prefabname'), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
75
75
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabDirective, selectors: [["section", "wmPrefab", ""]], features: [i0.ɵɵProvidersFeature([
76
76
  provideAsWidgetRef(PrefabDirective)
77
77
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -130,7 +130,7 @@ class PrefabContainerDirective extends StylableComponent {
130
130
  this.callback('destroy');
131
131
  super.ngOnDestroy();
132
132
  }
133
- static { this.ɵfac = function PrefabContainerDirective_Factory(t) { return new (t || PrefabContainerDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.Viewport), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
133
+ static { this.ɵfac = function PrefabContainerDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabContainerDirective)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.Viewport), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
134
134
  static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: PrefabContainerDirective, selectors: [["", "wmPrefabContainer", ""]], features: [i0.ɵɵProvidersFeature([
135
135
  provideAsWidgetRef(PrefabContainerDirective)
136
136
  ]), i0.ɵɵInheritDefinitionFeature] }); }
@@ -155,7 +155,7 @@ const components = [
155
155
  PrefabContainerDirective
156
156
  ];
157
157
  class PrefabModule {
158
- static { this.ɵfac = function PrefabModule_Factory(t) { return new (t || PrefabModule)(); }; }
158
+ static { this.ɵfac = function PrefabModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PrefabModule)(); }; }
159
159
  static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: PrefabModule }); }
160
160
  static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
161
161
  WmComponentsModule] }); }
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sources":["../../../../projects/components/widgets/prefab/src/prefab.props.ts","../../../../projects/components/widgets/prefab/src/prefab.directive.ts","../../../../projects/components/widgets/prefab/src/prefab-container/prefab-container.props.ts","../../../../projects/components/widgets/prefab/src/prefab-container/prefab-container.directive.ts","../../../../projects/components/widgets/prefab/src/prefab.module.ts","../../../../projects/components/widgets/prefab/src/index.ts"],"sourcesContent":["import { PROP_BOOLEAN, PROP_STRING } from '@wm/components/base'; \n\nexport const prefabProps = new Map(\n [\n ['animation', PROP_STRING],\n ['class', {value: '', ...PROP_STRING}],\n ['name', PROP_STRING],\n ['show', {value: true, ...PROP_BOOLEAN}]\n ]\n);\n","import {\n Attribute,\n ChangeDetectorRef,\n Directive,\n ElementRef,\n Inject,\n Injector,\n OnDestroy,\n Optional\n} from '@angular/core';\n\nimport {setCSS, noop} from '@wm/core';\n\nimport { PROP_TYPE, register, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { prefabProps } from './prefab.props';\nimport {startsWith} from \"lodash-es\";\n\nconst DEFAULT_CLS = 'app-prefab';\n\nconst registeredPropsSet = new Set<string>();\n\n@Directive({\n selector: 'section[wmPrefab]',\n providers: [\n provideAsWidgetRef(PrefabDirective)\n ]\n})\nexport class PrefabDirective extends StylableComponent implements OnDestroy {\n\n widgetType: string;\n prefabName: string;\n name: string;\n propsReady: Function;\n\n constructor(inj: Injector, elRef: ElementRef, cdr: ChangeDetectorRef, @Attribute('prefabname') prefabName, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n const widgetType = `wm-prefab-${prefabName}`;\n const WIDGET_CONFIG = {widgetType, hostClass: DEFAULT_CLS};\n let resolveFn: Function = noop;\n\n super(inj, WIDGET_CONFIG, explicitContext, new Promise(res => resolveFn = res));\n this.propsReady = resolveFn;\n this.prefabName = prefabName;\n this.widgetType = widgetType;\n this.name = elRef.nativeElement.getAttribute('name');\n\n styler(this.nativeElement, this);\n\n // Call on property change on name to set name attribute on element.\n this.registerReadyStateListener(() => {\n super.onPropertyChange('name', this.name);\n });\n }\n\n onStyleChange(key: string, nv: any, ov: any) {\n if (key === 'height') {\n setCSS(this.nativeElement, 'overflow', 'auto');\n }\n }\n\n public setProps(config) {\n if (!config || !config.properties) {\n return;\n }\n\n if (!registeredPropsSet.has(this.widgetType)) {\n register(this.widgetType, this.prepareProps(config.properties));\n }\n\n this.propsReady();\n }\n\n protected handleEvent() {\n // do not call the super;\n // prevent events from getting registered\n }\n\n private prepareProps(props = {}) {\n const propsMap = new Map(prefabProps);\n Object.entries(props).forEach(([k, v]: [string, any]) => {\n let type = PROP_TYPE.STRING;\n\n if (v.type === 'boolean') {\n type = PROP_TYPE.BOOLEAN;\n } else if (v.type === 'number') {\n type = PROP_TYPE.NUMBER;\n } else if (v.type !== 'string') {\n type = v.type;\n }\n\n // Do not set the 'bind:*' values\n propsMap.set(k, {type, value: startsWith(v.value, 'bind:') ? undefined : v.value});\n });\n\n registeredPropsSet.add(this.widgetType);\n\n return propsMap;\n }\n\n ngOnDestroy() {\n this.invokeEventCallback('destroy', { widget: this });\n }\n}\n","import { PROP_BOOLEAN, PROP_STRING, register } from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-prefab-container',\n new Map(\n [\n ['class', PROP_STRING],\n ['name', PROP_STRING],\n ['show', {value: true, ...PROP_BOOLEAN}],\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, OnDestroy, Optional} from '@angular/core';\n\nimport { IWidgetConfig, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport {Viewport, ViewportEvent} from '@wm/core';\nimport { registerProps } from './prefab-container.props';\nimport {assign} from \"lodash-es\";\n\nconst DEFAULT_CLS = 'app-prefab-container full-height';\nconst WIDGET_CONFIG: IWidgetConfig = {\n widgetType: 'wm-prefab-container',\n hostClass: DEFAULT_CLS\n};\n\n@Directive({\n selector: '[wmPrefabContainer]',\n providers: [\n provideAsWidgetRef(PrefabContainerDirective)\n ]\n})\nexport class PrefabContainerDirective extends StylableComponent implements OnDestroy {\n static initializeProps = registerProps();\n\n constructor(inj: Injector, private viewport: Viewport, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n styler(this.nativeElement, this);\n\n this.registerDestroyListener(this.viewport.subscribe(ViewportEvent.RESIZE, data => this.callback('resize', data)));\n this.registerDestroyListener(this.viewport.subscribe(ViewportEvent.ORIENTATION_CHANGE, data => this.callback('orientationchange', data)));\n }\n\n private callback(eventName, locals?: object) {\n locals = assign({widget: this}, locals);\n this.invokeEventCallback(eventName, locals);\n }\n\n public ngOnAttach() {\n this.callback('attach');\n }\n\n public ngOnDetach() {\n this.callback('detach');\n }\n\n public ngOnDestroy() {\n this.callback('destroy');\n super.ngOnDestroy();\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { PrefabDirective } from './prefab.directive';\nimport { PrefabContainerDirective } from './prefab-container/prefab-container.directive';\n\nconst components = [\n PrefabDirective,\n PrefabContainerDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class PrefabModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["DEFAULT_CLS"],"mappings":"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"}
1
+ {"version":3,"file":"index.mjs","sources":["../../../../projects/components/widgets/prefab/src/prefab.props.ts","../../../../projects/components/widgets/prefab/src/prefab.directive.ts","../../../../projects/components/widgets/prefab/src/prefab-container/prefab-container.props.ts","../../../../projects/components/widgets/prefab/src/prefab-container/prefab-container.directive.ts","../../../../projects/components/widgets/prefab/src/prefab.module.ts","../../../../projects/components/widgets/prefab/src/index.ts"],"sourcesContent":["import { PROP_BOOLEAN, PROP_STRING } from '@wm/components/base'; \n\nexport const prefabProps = new Map(\n [\n ['animation', PROP_STRING],\n ['class', {value: '', ...PROP_STRING}],\n ['name', PROP_STRING],\n ['show', {value: true, ...PROP_BOOLEAN}]\n ]\n);\n","import {\n Attribute,\n ChangeDetectorRef,\n Directive,\n ElementRef,\n Inject,\n Injector,\n OnDestroy,\n Optional\n} from '@angular/core';\n\nimport {setCSS, noop} from '@wm/core';\n\nimport { PROP_TYPE, register, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport { prefabProps } from './prefab.props';\nimport {startsWith} from \"lodash-es\";\n\nconst DEFAULT_CLS = 'app-prefab';\n\nconst registeredPropsSet = new Set<string>();\n\n@Directive({\n selector: 'section[wmPrefab]',\n providers: [\n provideAsWidgetRef(PrefabDirective)\n ]\n})\nexport class PrefabDirective extends StylableComponent implements OnDestroy {\n\n widgetType: string;\n prefabName: string;\n name: string;\n propsReady: Function;\n\n constructor(inj: Injector, elRef: ElementRef, cdr: ChangeDetectorRef, @Attribute('prefabname') prefabName, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n const widgetType = `wm-prefab-${prefabName}`;\n const WIDGET_CONFIG = {widgetType, hostClass: DEFAULT_CLS};\n let resolveFn: Function = noop;\n\n super(inj, WIDGET_CONFIG, explicitContext, new Promise(res => resolveFn = res));\n this.propsReady = resolveFn;\n this.prefabName = prefabName;\n this.widgetType = widgetType;\n this.name = elRef.nativeElement.getAttribute('name');\n\n styler(this.nativeElement, this);\n\n // Call on property change on name to set name attribute on element.\n this.registerReadyStateListener(() => {\n super.onPropertyChange('name', this.name);\n });\n }\n\n onStyleChange(key: string, nv: any, ov: any) {\n if (key === 'height') {\n setCSS(this.nativeElement, 'overflow', 'auto');\n }\n }\n\n public setProps(config) {\n if (!config || !config.properties) {\n return;\n }\n\n if (!registeredPropsSet.has(this.widgetType)) {\n register(this.widgetType, this.prepareProps(config.properties));\n }\n\n this.propsReady();\n }\n\n protected handleEvent() {\n // do not call the super;\n // prevent events from getting registered\n }\n\n private prepareProps(props = {}) {\n const propsMap = new Map(prefabProps);\n Object.entries(props).forEach(([k, v]: [string, any]) => {\n let type = PROP_TYPE.STRING;\n\n if (v.type === 'boolean') {\n type = PROP_TYPE.BOOLEAN;\n } else if (v.type === 'number') {\n type = PROP_TYPE.NUMBER;\n } else if (v.type !== 'string') {\n type = v.type;\n }\n\n // Do not set the 'bind:*' values\n propsMap.set(k, {type, value: startsWith(v.value, 'bind:') ? undefined : v.value});\n });\n\n registeredPropsSet.add(this.widgetType);\n\n return propsMap;\n }\n\n ngOnDestroy() {\n this.invokeEventCallback('destroy', { widget: this });\n }\n}\n","import { PROP_BOOLEAN, PROP_STRING, register } from '@wm/components/base';\n\nexport const registerProps = () => {\n register(\n 'wm-prefab-container',\n new Map(\n [\n ['class', PROP_STRING],\n ['name', PROP_STRING],\n ['show', {value: true, ...PROP_BOOLEAN}],\n ]\n )\n );\n};\n","import {Directive, Inject, Injector, OnDestroy, Optional} from '@angular/core';\n\nimport { IWidgetConfig, provideAsWidgetRef, StylableComponent, styler } from '@wm/components/base';\nimport {Viewport, ViewportEvent} from '@wm/core';\nimport { registerProps } from './prefab-container.props';\nimport {assign} from \"lodash-es\";\n\nconst DEFAULT_CLS = 'app-prefab-container full-height';\nconst WIDGET_CONFIG: IWidgetConfig = {\n widgetType: 'wm-prefab-container',\n hostClass: DEFAULT_CLS\n};\n\n@Directive({\n selector: '[wmPrefabContainer]',\n providers: [\n provideAsWidgetRef(PrefabContainerDirective)\n ]\n})\nexport class PrefabContainerDirective extends StylableComponent implements OnDestroy {\n static initializeProps = registerProps();\n\n constructor(inj: Injector, private viewport: Viewport, @Inject('EXPLICIT_CONTEXT') @Optional() explicitContext: any) {\n super(inj, WIDGET_CONFIG, explicitContext);\n styler(this.nativeElement, this);\n\n this.registerDestroyListener(this.viewport.subscribe(ViewportEvent.RESIZE, data => this.callback('resize', data)));\n this.registerDestroyListener(this.viewport.subscribe(ViewportEvent.ORIENTATION_CHANGE, data => this.callback('orientationchange', data)));\n }\n\n private callback(eventName, locals?: object) {\n locals = assign({widget: this}, locals);\n this.invokeEventCallback(eventName, locals);\n }\n\n public ngOnAttach() {\n this.callback('attach');\n }\n\n public ngOnDetach() {\n this.callback('detach');\n }\n\n public ngOnDestroy() {\n this.callback('destroy');\n super.ngOnDestroy();\n }\n}\n","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\n\nimport { WmComponentsModule } from '@wm/components/base';\n\nimport { PrefabDirective } from './prefab.directive';\nimport { PrefabContainerDirective } from './prefab-container/prefab-container.directive';\n\nconst components = [\n PrefabDirective,\n PrefabContainerDirective\n];\n\n@NgModule({\n imports: [\n CommonModule,\n WmComponentsModule\n ],\n declarations: [...components],\n exports: [...components]\n})\nexport class PrefabModule {\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public_api';\n"],"names":["DEFAULT_CLS"],"mappings":"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"}
@@ -4091,7 +4091,7 @@
4091
4091
  this._eventNotifier.destroy();
4092
4092
  window.removeEventListener('resize', this.resizeFn);
4093
4093
  }
4094
- static { this.ɵfac = function Viewport_Factory(t) { return new (t || Viewport)(); }; }
4094
+ static { this.ɵfac = function Viewport_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || Viewport)(); }; }
4095
4095
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: Viewport, factory: Viewport.ɵfac, providedIn: 'root' }); }
4096
4096
  }
4097
4097
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(Viewport, [{
@@ -4113,7 +4113,7 @@
4113
4113
  };
4114
4114
  this.VALIDATOR = VALIDATOR;
4115
4115
  }
4116
- static { this.ɵfac = function ConstantService_Factory(t) { return new (t || ConstantService)(); }; }
4116
+ static { this.ɵfac = function ConstantService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ConstantService)(); }; }
4117
4117
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: ConstantService, factory: ConstantService.ɵfac, providedIn: 'root' }); }
4118
4118
  }
4119
4119
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ConstantService, [{
@@ -4125,7 +4125,7 @@
4125
4125
  constructor() {
4126
4126
  lodashEs.assign(this, Utils);
4127
4127
  }
4128
- static { this.ɵfac = function UtilsService_Factory(t) { return new (t || UtilsService)(); }; }
4128
+ static { this.ɵfac = function UtilsService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || UtilsService)(); }; }
4129
4129
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: UtilsService, factory: UtilsService.ɵfac, providedIn: 'root' }); }
4130
4130
  }
4131
4131
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(UtilsService, [{
@@ -4157,7 +4157,7 @@
4157
4157
  BLOB: 'blob'
4158
4158
  });
4159
4159
  }
4160
- static { this.ɵfac = function FieldTypeService_Factory(t) { return new (t || FieldTypeService)(); }; }
4160
+ static { this.ɵfac = function FieldTypeService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldTypeService)(); }; }
4161
4161
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: FieldTypeService, factory: FieldTypeService.ɵfac, providedIn: 'root' }); }
4162
4162
  }
4163
4163
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldTypeService, [{
@@ -4191,7 +4191,7 @@
4191
4191
  COLORPICKER: 'colorpicker'
4192
4192
  });
4193
4193
  }
4194
- static { this.ɵfac = function FieldWidgetService_Factory(t) { return new (t || FieldWidgetService)(); }; }
4194
+ static { this.ɵfac = function FieldWidgetService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || FieldWidgetService)(); }; }
4195
4195
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: FieldWidgetService, factory: FieldWidgetService.ɵfac, providedIn: 'root' }); }
4196
4196
  }
4197
4197
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(FieldWidgetService, [{
@@ -4274,7 +4274,7 @@
4274
4274
  document.getElementsByTagName('head')[0].appendChild(script);
4275
4275
  });
4276
4276
  }
4277
- static { this.ɵfac = function ScriptLoaderService_Factory(t) { return new (t || ScriptLoaderService)(i0__namespace.ɵɵinject(i1__namespace.HttpClient)); }; }
4277
+ static { this.ɵfac = function ScriptLoaderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || ScriptLoaderService)(i0__namespace.ɵɵinject(i1__namespace.HttpClient)); }; }
4278
4278
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: ScriptLoaderService, factory: ScriptLoaderService.ɵfac, providedIn: 'root' }); }
4279
4279
  }
4280
4280
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ScriptLoaderService, [{
@@ -4295,7 +4295,7 @@
4295
4295
  hasCustomPipe(key) {
4296
4296
  return this.customPipes.has(key);
4297
4297
  }
4298
- static { this.ɵfac = function CustomPipeManager_Factory(t) { return new (t || CustomPipeManager)(); }; }
4298
+ static { this.ɵfac = function CustomPipeManager_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomPipeManager)(); }; }
4299
4299
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: CustomPipeManager, factory: CustomPipeManager.ɵfac, providedIn: 'root' }); }
4300
4300
  }
4301
4301
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomPipeManager, [{
@@ -4317,7 +4317,7 @@
4317
4317
  loadStyleSheets(cssPaths);
4318
4318
  }, (error) => { });
4319
4319
  }
4320
- static { this.ɵfac = function CustomIconsLoaderService_Factory(t) { return new (t || CustomIconsLoaderService)(); }; }
4320
+ static { this.ɵfac = function CustomIconsLoaderService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CustomIconsLoaderService)(); }; }
4321
4321
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: CustomIconsLoaderService, factory: CustomIconsLoaderService.ɵfac, providedIn: 'root' }); }
4322
4322
  }
4323
4323
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CustomIconsLoaderService, [{
@@ -4814,7 +4814,7 @@
4814
4814
  }
4815
4815
  return response;
4816
4816
  }
4817
- static { this.ɵfac = function StatePersistence_Factory(t) { return new (t || StatePersistence)(); }; }
4817
+ static { this.ɵfac = function StatePersistence_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || StatePersistence)(); }; }
4818
4818
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: StatePersistence, factory: StatePersistence.ɵfac, providedIn: 'root' }); }
4819
4819
  }
4820
4820
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(StatePersistence, [{
@@ -5061,7 +5061,7 @@
5061
5061
  lastScrollTop = scrollTop;
5062
5062
  });
5063
5063
  }
5064
- static { this.ɵfac = function PaginationService_Factory(t) { return new (t || PaginationService)(); }; }
5064
+ static { this.ɵfac = function PaginationService_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PaginationService)(); }; }
5065
5065
  static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: PaginationService, factory: PaginationService.ɵfac, providedIn: 'root' }); }
5066
5066
  }
5067
5067
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PaginationService, [{
@@ -5076,7 +5076,7 @@
5076
5076
  providers: []
5077
5077
  };
5078
5078
  }
5079
- static { this.ɵfac = function CoreModule_Factory(t) { return new (t || CoreModule)(); }; }
5079
+ static { this.ɵfac = function CoreModule_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || CoreModule)(); }; }
5080
5080
  static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: CoreModule }); }
5081
5081
  static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [i1.HttpClientModule] }); }
5082
5082
  }