@wavemaker/app-ng-runtime 11.13.0-rc.6255 → 11.14.0-rc.232

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 (1026) hide show
  1. package/build-task/bundles/index.umd.js +34 -5
  2. package/build-task/esm2022/basic/anchor/anchor.build.mjs +15 -0
  3. package/build-task/esm2022/basic/audio/audio.build.mjs +10 -0
  4. package/build-task/esm2022/basic/html/html.build.mjs +15 -0
  5. package/build-task/esm2022/basic/icon/icon.build.mjs +10 -0
  6. package/build-task/esm2022/basic/iframe/iframe.build.mjs +10 -0
  7. package/build-task/esm2022/basic/label/label.build.mjs +25 -0
  8. package/build-task/esm2022/basic/picture/picture.build.mjs +14 -0
  9. package/build-task/esm2022/basic/spinner/spinner.build.mjs +15 -0
  10. package/build-task/esm2022/basic/video/video.build.mjs +10 -0
  11. package/build-task/esm2022/data/form/form-field/form-field.build.mjs +8 -3
  12. package/build-task/esm2022/data/form/form.build.mjs +8 -1
  13. package/build-task/esm2022/data/table/table-column/table-column.build.mjs +14 -3
  14. package/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +2 -2
  15. package/build-task/esm2022/page/page-content/page-content.build.mjs +8 -2
  16. package/build-task/esm2022/public_api.mjs +10 -10
  17. package/build-task/fesm2022/index.mjs +36 -7
  18. package/build-task/fesm2022/index.mjs.map +1 -1
  19. package/build-task/package.json +3 -6
  20. package/build-task/public_api.d.ts +9 -9
  21. package/components/advanced/carousel/bundles/index.umd.js +33 -38
  22. package/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +16 -16
  23. package/components/advanced/carousel/esm2022/carousel.directive.mjs +19 -24
  24. package/components/advanced/carousel/fesm2022/index.mjs +34 -39
  25. package/components/advanced/carousel/fesm2022/index.mjs.map +1 -1
  26. package/components/advanced/carousel/package.json +0 -3
  27. package/components/advanced/custom/bundles/index.umd.js +48 -48
  28. package/components/advanced/custom/custom-widget-container/custom-widget-container.directive.d.ts +1 -1
  29. package/components/advanced/custom/esm2022/custom-widget-container/custom-widget-container.directive.mjs +31 -31
  30. package/components/advanced/custom/esm2022/custom-widget.directive.mjs +15 -15
  31. package/components/advanced/custom/fesm2022/index.mjs +45 -45
  32. package/components/advanced/custom/fesm2022/index.mjs.map +1 -1
  33. package/components/advanced/custom/package.json +0 -3
  34. package/components/advanced/login/bundles/index.umd.js +33 -53
  35. package/components/advanced/login/esm2022/login.component.mjs +26 -47
  36. package/components/advanced/login/fesm2022/index.mjs +27 -47
  37. package/components/advanced/login/fesm2022/index.mjs.map +1 -1
  38. package/components/advanced/login/login.component.d.ts +1 -1
  39. package/components/advanced/login/package.json +0 -3
  40. package/components/advanced/marquee/bundles/index.umd.js +19 -19
  41. package/components/advanced/marquee/esm2022/marquee.directive.mjs +20 -20
  42. package/components/advanced/marquee/fesm2022/index.mjs +20 -20
  43. package/components/advanced/marquee/fesm2022/index.mjs.map +1 -1
  44. package/components/advanced/marquee/package.json +0 -3
  45. package/components/base/bundles/index.umd.js +4275 -4244
  46. package/components/base/esm2022/pipes/custom-pipes.mjs +14 -12
  47. package/components/base/esm2022/pipes/wm-pipe.mjs +3 -3
  48. package/components/base/esm2022/public_api.mjs +1 -2
  49. package/components/base/esm2022/utils/widget-utils.mjs +4 -2
  50. package/components/base/esm2022/widgets/common/container/container.directive.mjs +154 -1
  51. package/components/base/esm2022/widgets/common/container/container.props.mjs +7 -2
  52. package/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +1 -1
  53. package/components/base/fesm2022/index.mjs +4279 -4248
  54. package/components/base/fesm2022/index.mjs.map +1 -1
  55. package/components/base/package.json +2 -2
  56. package/components/base/pipes/custom-pipes.d.ts +4 -2
  57. package/components/base/pipes/wm-pipe.d.ts +1 -1
  58. package/components/base/public_api.d.ts +0 -1
  59. package/components/base/widgets/common/container/container.directive.d.ts +9 -0
  60. package/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -2
  61. package/components/basic/anchor/bundles/index.umd.js +192 -0
  62. package/components/basic/anchor/esm2022/anchor.component.mjs +143 -0
  63. package/components/basic/anchor/esm2022/anchor.props.mjs +27 -0
  64. package/components/basic/anchor/esm2022/index.mjs +5 -0
  65. package/components/basic/anchor/esm2022/public_api.mjs +2 -0
  66. package/components/basic/anchor/fesm2022/index.mjs +175 -0
  67. package/components/basic/anchor/fesm2022/index.mjs.map +1 -0
  68. package/components/basic/{progress → anchor}/index.d.ts +1 -1
  69. package/components/basic/{default → anchor}/package.json +1 -4
  70. package/components/basic/anchor/public_api.d.ts +1 -0
  71. package/components/basic/audio/bundles/index.umd.js +83 -0
  72. package/components/basic/audio/esm2022/audio.component.mjs +41 -0
  73. package/components/basic/audio/esm2022/audio.props.mjs +19 -0
  74. package/components/{input/epoch → basic/audio}/esm2022/index.mjs +1 -1
  75. package/components/basic/audio/esm2022/public_api.mjs +2 -0
  76. package/components/basic/audio/fesm2022/index.mjs +65 -0
  77. package/components/basic/audio/fesm2022/index.mjs.map +1 -0
  78. package/components/{input/epoch → basic/audio}/index.d.ts +1 -1
  79. package/components/{input/default → basic/audio}/package.json +2 -5
  80. package/components/basic/audio/public_api.d.ts +1 -0
  81. package/components/basic/html/bundles/index.umd.js +110 -0
  82. package/components/basic/html/esm2022/html.directive.mjs +76 -0
  83. package/components/basic/html/esm2022/html.props.mjs +12 -0
  84. package/components/basic/html/esm2022/index.mjs +5 -0
  85. package/components/basic/html/esm2022/public_api.mjs +2 -0
  86. package/components/basic/html/fesm2022/index.mjs +93 -0
  87. package/components/basic/html/fesm2022/index.mjs.map +1 -0
  88. package/components/basic/{default → html}/index.d.ts +1 -1
  89. package/components/{input/epoch → basic/html}/package.json +1 -4
  90. package/components/basic/html/public_api.d.ts +1 -0
  91. package/components/basic/icon/bundles/index.umd.js +80 -0
  92. package/components/basic/icon/esm2022/icon.component.mjs +38 -0
  93. package/components/basic/icon/esm2022/icon.props.mjs +19 -0
  94. package/components/basic/icon/esm2022/index.mjs +5 -0
  95. package/components/basic/icon/esm2022/public_api.mjs +2 -0
  96. package/components/basic/icon/fesm2022/index.mjs +62 -0
  97. package/components/basic/icon/fesm2022/index.mjs.map +1 -0
  98. package/components/{input/default → basic/icon}/index.d.ts +1 -1
  99. package/components/basic/{progress → icon}/package.json +1 -4
  100. package/components/basic/icon/public_api.d.ts +1 -0
  101. package/components/basic/iframe/.npmignore +2 -0
  102. package/components/basic/iframe/bundles/index.umd.js +101 -0
  103. package/components/basic/iframe/esm2022/iframe.component.mjs +65 -0
  104. package/components/basic/iframe/esm2022/iframe.props.mjs +15 -0
  105. package/components/basic/iframe/esm2022/index.mjs +5 -0
  106. package/components/basic/iframe/esm2022/public_api.mjs +2 -0
  107. package/components/basic/iframe/fesm2022/index.mjs +84 -0
  108. package/components/basic/iframe/fesm2022/index.mjs.map +1 -0
  109. package/components/basic/iframe/index.d.ts +5 -0
  110. package/components/basic/iframe/package.json +20 -0
  111. package/components/basic/iframe/public_api.d.ts +1 -0
  112. package/components/basic/label/.npmignore +2 -0
  113. package/components/basic/label/bundles/index.umd.js +109 -0
  114. package/components/basic/label/esm2022/index.mjs +5 -0
  115. package/components/basic/label/esm2022/label.directive.mjs +71 -0
  116. package/components/basic/label/esm2022/label.props.mjs +17 -0
  117. package/components/basic/label/esm2022/public_api.mjs +2 -0
  118. package/components/basic/label/fesm2022/index.mjs +93 -0
  119. package/components/basic/label/fesm2022/index.mjs.map +1 -0
  120. package/components/basic/label/index.d.ts +5 -0
  121. package/components/basic/{default/label → label}/label.directive.d.ts +1 -1
  122. package/components/basic/label/package.json +20 -0
  123. package/components/basic/label/public_api.d.ts +1 -0
  124. package/components/basic/picture/.npmignore +2 -0
  125. package/components/basic/picture/bundles/index.umd.js +138 -0
  126. package/components/basic/{default → picture}/esm2022/index.mjs +1 -1
  127. package/components/basic/picture/esm2022/picture.directive.mjs +93 -0
  128. package/components/basic/picture/esm2022/picture.props.mjs +23 -0
  129. package/components/basic/picture/esm2022/public_api.mjs +2 -0
  130. package/components/basic/picture/fesm2022/index.mjs +121 -0
  131. package/components/basic/picture/fesm2022/index.mjs.map +1 -0
  132. package/components/basic/picture/index.d.ts +5 -0
  133. package/components/basic/picture/package.json +20 -0
  134. package/components/basic/picture/public_api.d.ts +1 -0
  135. package/components/basic/progress/progress-bar/.npmignore +2 -0
  136. package/components/basic/progress/progress-bar/bundles/index.umd.js +170 -0
  137. package/components/basic/progress/progress-bar/esm2022/index.mjs +5 -0
  138. package/components/basic/progress/progress-bar/esm2022/progress-bar.component.mjs +130 -0
  139. package/components/basic/progress/{esm2022/progress-bar → progress-bar/esm2022}/progress-bar.props.mjs +1 -1
  140. package/components/basic/progress/progress-bar/esm2022/public_api.mjs +2 -0
  141. package/components/basic/progress/progress-bar/fesm2022/index.mjs +154 -0
  142. package/components/basic/progress/progress-bar/fesm2022/index.mjs.map +1 -0
  143. package/components/basic/progress/progress-bar/index.d.ts +5 -0
  144. package/components/basic/progress/progress-bar/package.json +20 -0
  145. package/components/basic/progress/progress-bar/public_api.d.ts +1 -0
  146. package/components/basic/progress/progress-circle/.npmignore +2 -0
  147. package/components/basic/progress/progress-circle/bundles/index.umd.js +161 -0
  148. package/components/basic/progress/progress-circle/esm2022/index.mjs +5 -0
  149. package/components/basic/progress/progress-circle/esm2022/progress-circle.component.mjs +120 -0
  150. package/components/basic/progress/{esm2022/progress-circle → progress-circle/esm2022}/progress-circle.props.mjs +1 -1
  151. package/components/basic/progress/progress-circle/esm2022/public_api.mjs +2 -0
  152. package/components/basic/progress/progress-circle/fesm2022/index.mjs +145 -0
  153. package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -0
  154. package/components/basic/progress/progress-circle/index.d.ts +5 -0
  155. package/components/basic/progress/progress-circle/package.json +20 -0
  156. package/components/basic/progress/progress-circle/public_api.d.ts +1 -0
  157. package/components/basic/progress/progress-utils/.npmignore +2 -0
  158. package/components/basic/progress/progress-utils/bundles/index.umd.js +35 -0
  159. package/components/basic/progress/progress-utils/esm2022/index.mjs +5 -0
  160. package/components/basic/progress/progress-utils/esm2022/progress-utils.mjs +25 -0
  161. package/components/basic/progress/progress-utils/esm2022/public_api.mjs +2 -0
  162. package/components/basic/progress/progress-utils/fesm2022/index.mjs +32 -0
  163. package/components/basic/progress/progress-utils/fesm2022/index.mjs.map +1 -0
  164. package/components/basic/progress/progress-utils/index.d.ts +5 -0
  165. package/components/basic/progress/progress-utils/package.json +20 -0
  166. package/components/basic/progress/progress-utils/public_api.d.ts +1 -0
  167. package/components/basic/rich-text-editor/bundles/index.umd.js +23 -40
  168. package/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +19 -38
  169. package/components/basic/rich-text-editor/fesm2022/index.mjs +21 -39
  170. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -1
  171. package/components/basic/rich-text-editor/package.json +0 -3
  172. package/components/basic/rich-text-editor/rich-text-editor.component.d.ts +1 -1
  173. package/components/basic/search/bundles/index.umd.js +109 -313
  174. package/components/basic/search/esm2022/scrollable.directive.mjs +13 -14
  175. package/components/basic/search/esm2022/search.component.mjs +40 -246
  176. package/components/basic/search/fesm2022/index.mjs +52 -256
  177. package/components/basic/search/fesm2022/index.mjs.map +1 -1
  178. package/components/basic/search/package.json +0 -3
  179. package/components/basic/search/scrollable.directive.d.ts +2 -3
  180. package/components/basic/search/search.component.d.ts +1 -1
  181. package/components/basic/spinner/.npmignore +2 -0
  182. package/components/basic/spinner/bundles/index.umd.js +118 -0
  183. package/components/{input/default → basic/spinner}/esm2022/index.mjs +1 -1
  184. package/components/basic/spinner/esm2022/public_api.mjs +2 -0
  185. package/components/basic/spinner/esm2022/spinner.component.mjs +79 -0
  186. package/components/basic/spinner/esm2022/spinner.props.mjs +20 -0
  187. package/components/basic/spinner/fesm2022/index.mjs +103 -0
  188. package/components/basic/spinner/fesm2022/index.mjs.map +1 -0
  189. package/components/basic/spinner/index.d.ts +5 -0
  190. package/components/basic/spinner/package.json +20 -0
  191. package/components/basic/spinner/public_api.d.ts +1 -0
  192. package/components/basic/tree/bundles/index.umd.js +34 -38
  193. package/components/basic/tree/esm2022/tree.component.mjs +31 -36
  194. package/components/basic/tree/fesm2022/index.mjs +32 -36
  195. package/components/basic/tree/fesm2022/index.mjs.map +1 -1
  196. package/components/basic/tree/package.json +0 -3
  197. package/components/basic/video/.npmignore +2 -0
  198. package/components/basic/video/bundles/index.umd.js +116 -0
  199. package/components/basic/video/esm2022/index.mjs +5 -0
  200. package/components/basic/video/esm2022/public_api.mjs +2 -0
  201. package/components/basic/video/esm2022/video.component.mjs +70 -0
  202. package/components/basic/video/esm2022/video.props.mjs +24 -0
  203. package/components/basic/video/fesm2022/index.mjs +99 -0
  204. package/components/basic/video/fesm2022/index.mjs.map +1 -0
  205. package/components/basic/video/index.d.ts +5 -0
  206. package/components/basic/video/package.json +20 -0
  207. package/components/basic/video/public_api.d.ts +1 -0
  208. package/components/chart/bundles/index.umd.js +22 -75
  209. package/components/chart/esm2022/chart.component.mjs +20 -74
  210. package/components/chart/fesm2022/index.mjs +21 -74
  211. package/components/chart/fesm2022/index.mjs.map +1 -1
  212. package/components/chart/package.json +0 -3
  213. package/components/containers/accordion/bundles/index.umd.js +45 -100
  214. package/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +19 -70
  215. package/components/containers/accordion/esm2022/accordion.directive.mjs +24 -29
  216. package/components/containers/accordion/fesm2022/index.mjs +43 -98
  217. package/components/containers/accordion/fesm2022/index.mjs.map +1 -1
  218. package/components/containers/accordion/package.json +0 -3
  219. package/components/containers/layout-grid/bundles/index.umd.js +60 -60
  220. package/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +23 -23
  221. package/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +20 -20
  222. package/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +20 -20
  223. package/components/containers/layout-grid/fesm2022/index.mjs +61 -61
  224. package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -1
  225. package/components/containers/layout-grid/package.json +0 -3
  226. package/components/containers/linear-layout/bundles/index.umd.js +38 -38
  227. package/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +20 -20
  228. package/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +20 -20
  229. package/components/containers/linear-layout/fesm2022/index.mjs +39 -39
  230. package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -1
  231. package/components/containers/linear-layout/package.json +0 -3
  232. package/components/containers/panel/bundles/index.umd.js +62 -223
  233. package/components/containers/panel/esm2022/panel.component.mjs +29 -190
  234. package/components/containers/panel/fesm2022/index.mjs +29 -190
  235. package/components/containers/panel/fesm2022/index.mjs.map +1 -1
  236. package/components/containers/panel/package.json +0 -3
  237. package/components/containers/tabs/bundles/index.umd.js +95 -204
  238. package/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +34 -51
  239. package/components/containers/tabs/esm2022/tabs.component.mjs +29 -123
  240. package/components/containers/tabs/fesm2022/index.mjs +61 -170
  241. package/components/containers/tabs/fesm2022/index.mjs.map +1 -1
  242. package/components/containers/tabs/package.json +0 -3
  243. package/components/containers/tabs/tab-pane/tab-pane.component.d.ts +3 -4
  244. package/components/containers/tile/bundles/index.umd.js +19 -19
  245. package/components/containers/tile/esm2022/tile.directive.mjs +20 -20
  246. package/components/containers/tile/fesm2022/index.mjs +20 -20
  247. package/components/containers/tile/fesm2022/index.mjs.map +1 -1
  248. package/components/containers/tile/package.json +0 -3
  249. package/components/containers/wizard/bundles/index.umd.js +119 -302
  250. package/components/containers/wizard/esm2022/wizard-action/wizard-action.directive.mjs +21 -21
  251. package/components/containers/wizard/esm2022/wizard-step/wizard-step.component.mjs +32 -45
  252. package/components/containers/wizard/esm2022/wizard.component.mjs +30 -201
  253. package/components/containers/wizard/fesm2022/index.mjs +81 -264
  254. package/components/containers/wizard/fesm2022/index.mjs.map +1 -1
  255. package/components/containers/wizard/package.json +0 -3
  256. package/components/containers/wizard/wizard.component.d.ts +1 -1
  257. package/components/data/card/bundles/index.umd.js +108 -208
  258. package/components/data/card/esm2022/card-actions/card-actions.directive.mjs +15 -15
  259. package/components/data/card/esm2022/card-content/card-content.component.mjs +19 -34
  260. package/components/data/card/esm2022/card-footer/card-footer.directive.mjs +15 -15
  261. package/components/data/card/esm2022/card.component.mjs +21 -107
  262. package/components/data/card/fesm2022/index.mjs +67 -167
  263. package/components/data/card/fesm2022/index.mjs.map +1 -1
  264. package/components/data/card/package.json +0 -3
  265. package/components/data/form/bundles/index.umd.js +287 -467
  266. package/components/data/form/esm2022/form-action/form-action.directive.mjs +22 -22
  267. package/components/data/form/esm2022/form-field/form-field.directive.mjs +80 -91
  268. package/components/data/form/esm2022/form-widget.directive.mjs +31 -31
  269. package/components/data/form/esm2022/form.component.mjs +88 -251
  270. package/components/data/form/esm2022/form.props.mjs +1 -1
  271. package/components/data/form/esm2022/live-actions/dependson.directive.mjs +19 -24
  272. package/components/data/form/esm2022/live-actions/live-actions.directive.mjs +15 -15
  273. package/components/data/form/esm2022/live-filter/live-filter.directive.mjs +15 -15
  274. package/components/data/form/esm2022/live-form/live-form.directive.mjs +23 -25
  275. package/components/data/form/fesm2022/index.mjs +288 -468
  276. package/components/data/form/fesm2022/index.mjs.map +1 -1
  277. package/components/data/form/package.json +0 -3
  278. package/components/data/list/bundles/index.umd.js +80 -360
  279. package/components/data/list/esm2022/list-item.directive.mjs +27 -34
  280. package/components/data/list/esm2022/list.animator.mjs +1 -1
  281. package/components/data/list/esm2022/list.component.mjs +55 -330
  282. package/components/data/list/esm2022/list.props.mjs +1 -1
  283. package/components/data/list/fesm2022/index.mjs +79 -358
  284. package/components/data/list/fesm2022/index.mjs.map +1 -1
  285. package/components/data/list/list-item.directive.d.ts +3 -3
  286. package/components/data/list/list.component.d.ts +2 -4
  287. package/components/data/list/package.json +0 -3
  288. package/components/data/live-table/bundles/index.umd.js +28 -39
  289. package/components/data/live-table/esm2022/live-table.component.mjs +25 -37
  290. package/components/data/live-table/fesm2022/index.mjs +26 -37
  291. package/components/data/live-table/fesm2022/index.mjs.map +1 -1
  292. package/components/data/live-table/package.json +0 -3
  293. package/components/data/pagination/bundles/index.umd.js +33 -505
  294. package/components/data/pagination/esm2022/pagination.component.mjs +33 -507
  295. package/components/data/pagination/esm2022/pagination.props.mjs +1 -1
  296. package/components/data/pagination/fesm2022/index.mjs +32 -505
  297. package/components/data/pagination/fesm2022/index.mjs.map +1 -1
  298. package/components/data/pagination/package.json +0 -3
  299. package/components/data/pagination/pagination.component.d.ts +1 -1
  300. package/components/data/table/bundles/index.umd.js +310 -457
  301. package/components/data/table/esm2022/table-action/table-action.directive.mjs +22 -22
  302. package/components/data/table/esm2022/table-column/table-column.directive.mjs +50 -71
  303. package/components/data/table/esm2022/table-column/table-column.props.mjs +1 -1
  304. package/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +26 -26
  305. package/components/data/table/esm2022/table-cud.directive.mjs +15 -15
  306. package/components/data/table/esm2022/table-filter.directive.mjs +16 -16
  307. package/components/data/table/esm2022/table-row/table-row.directive.mjs +24 -24
  308. package/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +29 -29
  309. package/components/data/table/esm2022/table.component.mjs +135 -263
  310. package/components/data/table/esm2022/table.props.mjs +2 -1
  311. package/components/data/table/fesm2022/index.mjs +312 -459
  312. package/components/data/table/fesm2022/index.mjs.map +1 -1
  313. package/components/data/table/package.json +0 -3
  314. package/components/data/table/table-column/table-column.directive.d.ts +1 -1
  315. package/components/data/table/table.component.d.ts +3 -0
  316. package/components/dialogs/alert-dialog/bundles/index.umd.js +50 -79
  317. package/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +32 -62
  318. package/components/dialogs/alert-dialog/fesm2022/index.mjs +32 -61
  319. package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -1
  320. package/components/dialogs/alert-dialog/package.json +0 -3
  321. package/components/dialogs/confirm-dialog/bundles/index.umd.js +36 -72
  322. package/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +34 -71
  323. package/components/dialogs/confirm-dialog/fesm2022/index.mjs +35 -71
  324. package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -1
  325. package/components/dialogs/confirm-dialog/package.json +0 -3
  326. package/components/dialogs/default/bundles/index.umd.js +101 -245
  327. package/components/dialogs/default/dialog-header/dialog-header.component.d.ts +4 -1
  328. package/components/dialogs/default/esm2022/base-dialog.mjs +14 -14
  329. package/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +16 -18
  330. package/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +20 -20
  331. package/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +39 -181
  332. package/components/dialogs/default/fesm2022/index.mjs +85 -229
  333. package/components/dialogs/default/fesm2022/index.mjs.map +1 -1
  334. package/components/dialogs/default/package.json +0 -3
  335. package/components/dialogs/design-dialog/bundles/index.umd.js +52 -108
  336. package/components/dialogs/design-dialog/esm2022/dialog.component.mjs +50 -107
  337. package/components/dialogs/design-dialog/fesm2022/index.mjs +51 -107
  338. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -1
  339. package/components/dialogs/design-dialog/package.json +0 -3
  340. package/components/dialogs/iframe-dialog/bundles/index.umd.js +33 -81
  341. package/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +32 -82
  342. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +33 -82
  343. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -1
  344. package/components/dialogs/iframe-dialog/package.json +0 -3
  345. package/components/dialogs/login-dialog/bundles/index.umd.js +22 -29
  346. package/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +23 -30
  347. package/components/dialogs/login-dialog/fesm2022/index.mjs +23 -30
  348. package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -1
  349. package/components/dialogs/login-dialog/package.json +0 -3
  350. package/components/dialogs/partial-dialog/bundles/index.umd.js +39 -85
  351. package/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +38 -85
  352. package/components/dialogs/partial-dialog/fesm2022/index.mjs +39 -85
  353. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -1
  354. package/components/dialogs/partial-dialog/package.json +0 -3
  355. package/components/input/base-form/.npmignore +2 -0
  356. package/components/input/base-form/bundles/index.umd.js +133 -0
  357. package/components/input/base-form/esm2022/base-form.component.mjs +110 -0
  358. package/components/input/base-form/esm2022/index.mjs +5 -0
  359. package/components/input/base-form/esm2022/public_api.mjs +2 -0
  360. package/components/input/base-form/fesm2022/index.mjs +117 -0
  361. package/components/input/base-form/fesm2022/index.mjs.map +1 -0
  362. package/components/input/base-form/index.d.ts +5 -0
  363. package/components/input/base-form/package.json +20 -0
  364. package/components/input/base-form/public_api.d.ts +1 -0
  365. package/components/input/base-form-custom/.npmignore +2 -0
  366. package/components/input/{default → base-form-custom}/base-form-custom.component.d.ts +1 -1
  367. package/components/input/base-form-custom/bundles/index.umd.js +118 -0
  368. package/components/input/base-form-custom/esm2022/base-form-custom.component.mjs +94 -0
  369. package/components/input/base-form-custom/esm2022/index.mjs +5 -0
  370. package/components/input/base-form-custom/esm2022/public_api.mjs +2 -0
  371. package/components/input/base-form-custom/fesm2022/index.mjs +101 -0
  372. package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -0
  373. package/components/input/base-form-custom/index.d.ts +5 -0
  374. package/components/input/base-form-custom/package.json +20 -0
  375. package/components/input/base-form-custom/public_api.d.ts +1 -0
  376. package/components/input/button/.npmignore +2 -0
  377. package/components/input/button/bundles/index.umd.js +98 -0
  378. package/components/input/button/esm2022/button.component.mjs +50 -0
  379. package/components/input/button/esm2022/button.props.mjs +26 -0
  380. package/components/input/button/esm2022/index.mjs +5 -0
  381. package/components/input/button/esm2022/public_api.mjs +2 -0
  382. package/components/input/button/fesm2022/index.mjs +81 -0
  383. package/components/input/button/fesm2022/index.mjs.map +1 -0
  384. package/components/input/button/index.d.ts +5 -0
  385. package/components/input/button/package.json +20 -0
  386. package/components/input/button/public_api.d.ts +1 -0
  387. package/components/input/button-group/.npmignore +2 -0
  388. package/components/input/button-group/bundles/index.umd.js +80 -0
  389. package/components/input/button-group/esm2022/button-group.directive.mjs +47 -0
  390. package/components/input/button-group/esm2022/button-group.props.mjs +10 -0
  391. package/components/input/button-group/esm2022/index.mjs +5 -0
  392. package/components/input/button-group/esm2022/public_api.mjs +2 -0
  393. package/components/input/button-group/fesm2022/index.mjs +62 -0
  394. package/components/input/button-group/fesm2022/index.mjs.map +1 -0
  395. package/components/input/button-group/index.d.ts +5 -0
  396. package/components/input/button-group/package.json +20 -0
  397. package/components/input/button-group/public_api.d.ts +1 -0
  398. package/components/input/calendar/bundles/index.umd.js +25 -38
  399. package/components/input/calendar/esm2022/calendar.component.mjs +22 -36
  400. package/components/input/calendar/fesm2022/index.mjs +23 -36
  401. package/components/input/calendar/fesm2022/index.mjs.map +1 -1
  402. package/components/input/calendar/package.json +0 -3
  403. package/components/input/caption-position/.npmignore +2 -0
  404. package/components/input/caption-position/bundles/index.umd.js +196 -0
  405. package/components/input/caption-position/esm2022/caption-position.directive.mjs +172 -0
  406. package/components/input/caption-position/esm2022/index.mjs +5 -0
  407. package/components/input/caption-position/esm2022/public_api.mjs +2 -0
  408. package/components/input/caption-position/fesm2022/index.mjs +178 -0
  409. package/components/input/caption-position/fesm2022/index.mjs.map +1 -0
  410. package/components/input/caption-position/index.d.ts +5 -0
  411. package/components/input/caption-position/package.json +20 -0
  412. package/components/input/caption-position/public_api.d.ts +1 -0
  413. package/components/input/checkbox/.npmignore +2 -0
  414. package/components/input/checkbox/bundles/index.umd.js +190 -0
  415. package/components/input/{default/checkbox → checkbox}/checkbox.component.d.ts +1 -1
  416. package/components/input/checkbox/esm2022/checkbox.component.mjs +145 -0
  417. package/components/input/checkbox/esm2022/checkbox.props.mjs +27 -0
  418. package/components/{basic/progress → input/checkbox}/esm2022/index.mjs +1 -1
  419. package/components/input/checkbox/esm2022/public_api.mjs +2 -0
  420. package/components/input/checkbox/fesm2022/index.mjs +175 -0
  421. package/components/input/checkbox/fesm2022/index.mjs.map +1 -0
  422. package/components/input/checkbox/index.d.ts +5 -0
  423. package/components/input/checkbox/package.json +20 -0
  424. package/components/input/checkbox/public_api.d.ts +1 -0
  425. package/components/input/checkboxset/.npmignore +2 -0
  426. package/components/input/checkboxset/bundles/index.umd.js +151 -0
  427. package/components/input/{default/checkboxset → checkboxset}/checkboxset.component.d.ts +1 -1
  428. package/components/input/checkboxset/esm2022/checkboxset.component.mjs +99 -0
  429. package/components/input/checkboxset/esm2022/checkboxset.props.mjs +35 -0
  430. package/components/input/checkboxset/esm2022/index.mjs +5 -0
  431. package/components/input/checkboxset/esm2022/public_api.mjs +2 -0
  432. package/components/input/checkboxset/fesm2022/index.mjs +138 -0
  433. package/components/input/checkboxset/fesm2022/index.mjs.map +1 -0
  434. package/components/input/checkboxset/index.d.ts +5 -0
  435. package/components/input/checkboxset/package.json +20 -0
  436. package/components/input/checkboxset/public_api.d.ts +1 -0
  437. package/components/input/chips/bundles/index.umd.js +94 -153
  438. package/components/input/chips/chips.component.d.ts +1 -1
  439. package/components/input/chips/esm2022/chips.component.mjs +41 -101
  440. package/components/input/chips/fesm2022/index.mjs +42 -101
  441. package/components/input/chips/fesm2022/index.mjs.map +1 -1
  442. package/components/input/chips/package.json +0 -3
  443. package/components/input/color-picker/bundles/index.umd.js +35 -74
  444. package/components/input/color-picker/color-picker.component.d.ts +2 -2
  445. package/components/input/color-picker/esm2022/color-picker.component.mjs +34 -75
  446. package/components/input/color-picker/fesm2022/index.mjs +36 -75
  447. package/components/input/color-picker/fesm2022/index.mjs.map +1 -1
  448. package/components/input/color-picker/package.json +0 -3
  449. package/components/input/composite/.npmignore +2 -0
  450. package/components/input/composite/bundles/index.umd.js +111 -0
  451. package/components/input/composite/esm2022/composite.directive.mjs +79 -0
  452. package/components/input/composite/esm2022/composite.props.mjs +10 -0
  453. package/components/input/composite/esm2022/index.mjs +5 -0
  454. package/components/input/composite/esm2022/public_api.mjs +2 -0
  455. package/components/input/composite/fesm2022/index.mjs +94 -0
  456. package/components/input/composite/fesm2022/index.mjs.map +1 -0
  457. package/components/input/composite/index.d.ts +5 -0
  458. package/components/input/composite/package.json +20 -0
  459. package/components/input/composite/public_api.d.ts +1 -0
  460. package/components/input/currency/bundles/index.umd.js +31 -52
  461. package/components/input/currency/currency.component.d.ts +1 -1
  462. package/components/input/currency/esm2022/currency.component.mjs +28 -50
  463. package/components/input/currency/fesm2022/index.mjs +30 -51
  464. package/components/input/currency/fesm2022/index.mjs.map +1 -1
  465. package/components/input/currency/package.json +0 -3
  466. package/components/input/dataset-aware-form/.npmignore +2 -0
  467. package/components/input/dataset-aware-form/bundles/index.umd.js +328 -0
  468. package/components/input/{default → dataset-aware-form}/dataset-aware-form.component.d.ts +1 -1
  469. package/components/input/dataset-aware-form/esm2022/dataset-aware-form.component.mjs +307 -0
  470. package/components/input/dataset-aware-form/esm2022/index.mjs +5 -0
  471. package/components/input/dataset-aware-form/esm2022/public_api.mjs +2 -0
  472. package/components/input/dataset-aware-form/fesm2022/index.mjs +314 -0
  473. package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -0
  474. package/components/input/dataset-aware-form/index.d.ts +5 -0
  475. package/components/input/dataset-aware-form/package.json +20 -0
  476. package/components/input/dataset-aware-form/public_api.d.ts +1 -0
  477. package/components/input/epoch/base-date-time/.npmignore +2 -0
  478. package/components/input/epoch/{base-date-time.component.d.ts → base-date-time/base-date-time.component.d.ts} +1 -1
  479. package/components/input/epoch/base-date-time/bundles/index.umd.js +1086 -0
  480. package/components/input/epoch/{esm2022 → base-date-time/esm2022}/base-date-time.component.mjs +22 -31
  481. package/components/input/epoch/base-date-time/esm2022/index.mjs +5 -0
  482. package/components/input/epoch/base-date-time/esm2022/public_api.mjs +2 -0
  483. package/components/input/epoch/base-date-time/fesm2022/index.mjs +1077 -0
  484. package/components/input/epoch/base-date-time/fesm2022/index.mjs.map +1 -0
  485. package/components/input/epoch/base-date-time/index.d.ts +5 -0
  486. package/components/input/epoch/base-date-time/package.json +20 -0
  487. package/components/input/epoch/base-date-time/public_api.d.ts +1 -0
  488. package/components/input/epoch/date/.npmignore +2 -0
  489. package/components/input/epoch/date/bundles/index.umd.js +492 -0
  490. package/components/input/epoch/date/date.component.d.ts +2 -2
  491. package/components/input/epoch/date/esm2022/date.component.mjs +322 -0
  492. package/components/input/epoch/{esm2022/date → date/esm2022}/date.props.mjs +1 -1
  493. package/components/input/epoch/{esm2022/date → date/esm2022}/imaskUtil.mjs +1 -1
  494. package/components/input/epoch/date/esm2022/index.mjs +5 -0
  495. package/components/input/epoch/date/esm2022/public_api.mjs +2 -0
  496. package/components/input/epoch/date/fesm2022/index.mjs +482 -0
  497. package/components/input/epoch/date/fesm2022/index.mjs.map +1 -0
  498. package/components/input/epoch/date/index.d.ts +5 -0
  499. package/components/input/epoch/date/package.json +20 -0
  500. package/components/input/epoch/date/public_api.d.ts +1 -0
  501. package/components/input/epoch/date-time/.npmignore +2 -0
  502. package/components/input/epoch/date-time/bundles/index.umd.js +518 -0
  503. package/components/input/epoch/date-time/date-time.component.d.ts +1 -1
  504. package/components/input/epoch/date-time/esm2022/date-time.component.mjs +458 -0
  505. package/components/input/epoch/{esm2022/date-time → date-time/esm2022}/date-time.props.mjs +1 -1
  506. package/components/input/epoch/date-time/esm2022/index.mjs +5 -0
  507. package/components/input/epoch/date-time/esm2022/public_api.mjs +2 -0
  508. package/components/input/epoch/date-time/fesm2022/index.mjs +509 -0
  509. package/components/input/epoch/date-time/fesm2022/index.mjs.map +1 -0
  510. package/components/input/epoch/date-time/index.d.ts +5 -0
  511. package/components/input/epoch/date-time/package.json +20 -0
  512. package/components/input/epoch/date-time/public_api.d.ts +1 -0
  513. package/components/input/epoch/date-time-picker/.npmignore +2 -0
  514. package/components/input/epoch/date-time-picker/bundles/index.umd.js +453 -0
  515. package/components/input/epoch/date-time-picker/esm2022/date-time-picker.component.mjs +433 -0
  516. package/components/input/epoch/date-time-picker/esm2022/index.mjs +5 -0
  517. package/components/input/epoch/date-time-picker/esm2022/public_api.mjs +2 -0
  518. package/components/input/epoch/date-time-picker/fesm2022/index.mjs +439 -0
  519. package/components/input/epoch/date-time-picker/fesm2022/index.mjs.map +1 -0
  520. package/components/input/epoch/date-time-picker/index.d.ts +5 -0
  521. package/components/input/epoch/date-time-picker/package.json +20 -0
  522. package/components/input/epoch/date-time-picker/public_api.d.ts +1 -0
  523. package/components/input/epoch/picker/.npmignore +2 -0
  524. package/components/input/epoch/picker/bundles/index.umd.js +192 -0
  525. package/components/input/epoch/picker/esm2022/index.mjs +5 -0
  526. package/components/input/epoch/picker/esm2022/picker.component.mjs +165 -0
  527. package/components/input/epoch/picker/esm2022/public_api.mjs +3 -0
  528. package/components/input/epoch/picker/fesm2022/index.mjs +172 -0
  529. package/components/input/epoch/picker/fesm2022/index.mjs.map +1 -0
  530. package/components/input/epoch/picker/index.d.ts +5 -0
  531. package/components/input/epoch/picker/package.json +20 -0
  532. package/components/input/epoch/picker/public_api.d.ts +2 -0
  533. package/components/input/epoch/time/.npmignore +2 -0
  534. package/components/input/epoch/time/bundles/index.umd.js +397 -0
  535. package/components/input/epoch/time/esm2022/index.mjs +5 -0
  536. package/components/input/epoch/time/esm2022/public_api.mjs +2 -0
  537. package/components/input/epoch/time/esm2022/time.component.mjs +348 -0
  538. package/components/input/epoch/{esm2022/time → time/esm2022}/time.props.mjs +1 -1
  539. package/components/input/epoch/time/fesm2022/index.mjs +387 -0
  540. package/components/input/epoch/time/fesm2022/index.mjs.map +1 -0
  541. package/components/input/epoch/time/index.d.ts +5 -0
  542. package/components/input/epoch/time/package.json +20 -0
  543. package/components/input/epoch/time/public_api.d.ts +1 -0
  544. package/components/input/epoch/time/time.component.d.ts +1 -1
  545. package/components/input/file-upload/bundles/index.umd.js +56 -348
  546. package/components/input/file-upload/esm2022/file-upload.component.mjs +20 -313
  547. package/components/input/file-upload/fesm2022/index.mjs +20 -312
  548. package/components/input/file-upload/fesm2022/index.mjs.map +1 -1
  549. package/components/input/file-upload/package.json +0 -3
  550. package/components/input/number/.npmignore +2 -0
  551. package/components/input/number/bundles/index.umd.js +101 -0
  552. package/components/input/number/esm2022/index.mjs +5 -0
  553. package/components/input/number/esm2022/number.component.mjs +49 -0
  554. package/components/input/number/esm2022/number.props.mjs +35 -0
  555. package/components/input/number/esm2022/public_api.mjs +2 -0
  556. package/components/input/number/fesm2022/index.mjs +87 -0
  557. package/components/input/number/fesm2022/index.mjs.map +1 -0
  558. package/components/input/number/index.d.ts +5 -0
  559. package/components/input/{default/number → number}/number.component.d.ts +1 -1
  560. package/components/input/number/package.json +20 -0
  561. package/components/input/number/public_api.d.ts +1 -0
  562. package/components/input/radioset/.npmignore +2 -0
  563. package/components/input/radioset/bundles/index.umd.js +136 -0
  564. package/components/input/radioset/esm2022/index.mjs +5 -0
  565. package/components/input/radioset/esm2022/public_api.mjs +2 -0
  566. package/components/input/radioset/esm2022/radioset.component.mjs +84 -0
  567. package/components/input/radioset/esm2022/radioset.props.mjs +35 -0
  568. package/components/input/radioset/fesm2022/index.mjs +123 -0
  569. package/components/input/radioset/fesm2022/index.mjs.map +1 -0
  570. package/components/input/radioset/index.d.ts +5 -0
  571. package/components/input/radioset/package.json +20 -0
  572. package/components/input/radioset/public_api.d.ts +1 -0
  573. package/components/input/{default/radioset → radioset}/radioset.component.d.ts +1 -1
  574. package/components/input/rating/bundles/index.umd.js +49 -103
  575. package/components/input/rating/esm2022/rating.component.mjs +24 -79
  576. package/components/input/rating/fesm2022/index.mjs +25 -79
  577. package/components/input/rating/fesm2022/index.mjs.map +1 -1
  578. package/components/input/rating/package.json +0 -3
  579. package/components/input/rating/rating.component.d.ts +1 -1
  580. package/components/input/select/.npmignore +2 -0
  581. package/components/input/select/bundles/index.umd.js +219 -0
  582. package/components/input/select/esm2022/index.mjs +5 -0
  583. package/components/input/select/esm2022/public_api.mjs +2 -0
  584. package/components/input/select/esm2022/select.component.mjs +166 -0
  585. package/components/input/select/esm2022/select.props.mjs +36 -0
  586. package/components/input/select/fesm2022/index.mjs +205 -0
  587. package/components/input/select/fesm2022/index.mjs.map +1 -0
  588. package/components/input/select/index.d.ts +5 -0
  589. package/components/input/select/package.json +20 -0
  590. package/components/input/select/public_api.d.ts +1 -0
  591. package/components/input/{default/select → select}/select.component.d.ts +1 -1
  592. package/components/input/slider/bundles/index.umd.js +44 -111
  593. package/components/input/slider/esm2022/slider.component.mjs +25 -95
  594. package/components/input/slider/esm2022/slider.props.mjs +1 -1
  595. package/components/input/slider/fesm2022/index.mjs +25 -93
  596. package/components/input/slider/fesm2022/index.mjs.map +1 -1
  597. package/components/input/slider/package.json +0 -3
  598. package/components/input/slider/slider.component.d.ts +2 -2
  599. package/components/input/switch/.npmignore +2 -0
  600. package/components/input/switch/bundles/index.umd.js +204 -0
  601. package/components/input/switch/esm2022/index.mjs +5 -0
  602. package/components/input/switch/esm2022/public_api.mjs +2 -0
  603. package/components/input/switch/esm2022/switch.component.mjs +159 -0
  604. package/components/input/switch/esm2022/switch.props.mjs +28 -0
  605. package/components/input/switch/fesm2022/index.mjs +191 -0
  606. package/components/input/switch/fesm2022/index.mjs.map +1 -0
  607. package/components/input/switch/index.d.ts +5 -0
  608. package/components/input/switch/package.json +20 -0
  609. package/components/input/switch/public_api.d.ts +1 -0
  610. package/components/input/{default/switch → switch}/switch.component.d.ts +1 -1
  611. package/components/input/text/.npmignore +2 -0
  612. package/components/input/{default/text/base → text/base-input}/base-input.d.ts +1 -1
  613. package/components/input/text/bundles/index.umd.js +1070 -0
  614. package/components/input/text/esm2022/base-input/base-input.mjs +93 -0
  615. package/components/input/text/esm2022/index.mjs +5 -0
  616. package/components/input/text/esm2022/input-calendar/input-calendar.component.mjs +46 -0
  617. package/components/input/text/esm2022/input-calendar/input-calendar.props.mjs +30 -0
  618. package/components/input/text/esm2022/input-color/input-color.component.mjs +46 -0
  619. package/components/input/text/esm2022/input-color/input-color.props.mjs +27 -0
  620. package/components/input/text/esm2022/input-email/input-email.component.mjs +46 -0
  621. package/components/input/text/esm2022/input-email/input-email.props.mjs +29 -0
  622. package/components/input/text/esm2022/input-number/input-number.component.mjs +56 -0
  623. package/components/input/text/esm2022/input-number/input-number.props.mjs +32 -0
  624. package/components/input/text/esm2022/input-text/input-text.component.mjs +121 -0
  625. package/components/input/text/esm2022/input-text/input-text.props.mjs +46 -0
  626. package/components/input/text/esm2022/number-locale/number-locale.mjs +539 -0
  627. package/components/input/text/esm2022/public_api.mjs +8 -0
  628. package/components/input/text/fesm2022/index.mjs +1054 -0
  629. package/components/input/text/fesm2022/index.mjs.map +1 -0
  630. package/components/input/text/index.d.ts +5 -0
  631. package/components/input/{default/text/calendar → text/input-calendar}/input-calendar.component.d.ts +1 -1
  632. package/components/input/{default/text/color → text/input-color}/input-color.component.d.ts +1 -1
  633. package/components/input/{default/text/email → text/input-email}/input-email.component.d.ts +1 -1
  634. package/components/input/{default/text/number → text/input-number}/input-number.component.d.ts +1 -1
  635. package/components/input/{default/text/text → text/input-text}/input-text.component.d.ts +1 -1
  636. package/components/input/{default/text/locale → text/number-locale}/number-locale.d.ts +1 -1
  637. package/components/input/text/package.json +20 -0
  638. package/components/input/text/public_api.d.ts +7 -0
  639. package/components/input/textarea/.npmignore +2 -0
  640. package/components/input/textarea/bundles/index.umd.js +101 -0
  641. package/components/input/textarea/esm2022/index.mjs +5 -0
  642. package/components/input/textarea/esm2022/public_api.mjs +2 -0
  643. package/components/input/textarea/esm2022/textarea.component.mjs +53 -0
  644. package/components/input/textarea/esm2022/textarea.props.mjs +30 -0
  645. package/components/input/textarea/fesm2022/index.mjs +87 -0
  646. package/components/input/textarea/fesm2022/index.mjs.map +1 -0
  647. package/components/input/textarea/index.d.ts +5 -0
  648. package/components/input/textarea/package.json +20 -0
  649. package/components/input/textarea/public_api.d.ts +1 -0
  650. package/components/input/{default/textarea → textarea}/textarea.component.d.ts +1 -1
  651. package/components/navigation/breadcrumb/bundles/index.umd.js +37 -79
  652. package/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +20 -64
  653. package/components/navigation/breadcrumb/fesm2022/index.mjs +21 -64
  654. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -1
  655. package/components/navigation/breadcrumb/package.json +0 -3
  656. package/components/navigation/menu/bundles/index.umd.js +247 -442
  657. package/components/navigation/menu/esm2022/menu-adapator.component.mjs +14 -19
  658. package/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +13 -29
  659. package/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +43 -100
  660. package/components/navigation/menu/esm2022/menu.component.mjs +53 -104
  661. package/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +30 -37
  662. package/components/navigation/menu/esm2022/nav/nav.component.mjs +20 -88
  663. package/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +14 -14
  664. package/components/navigation/menu/fesm2022/index.mjs +174 -369
  665. package/components/navigation/menu/fesm2022/index.mjs.map +1 -1
  666. package/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +2 -3
  667. package/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +3 -3
  668. package/components/navigation/menu/package.json +0 -3
  669. package/components/navigation/navbar/bundles/index.umd.js +32 -83
  670. package/components/navigation/navbar/esm2022/navbar.component.mjs +20 -72
  671. package/components/navigation/navbar/fesm2022/index.mjs +20 -71
  672. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -1
  673. package/components/navigation/navbar/package.json +0 -3
  674. package/components/navigation/popover/bundles/index.umd.js +31 -59
  675. package/components/navigation/popover/esm2022/popover.component.mjs +29 -58
  676. package/components/navigation/popover/fesm2022/index.mjs +31 -59
  677. package/components/navigation/popover/fesm2022/index.mjs.map +1 -1
  678. package/components/navigation/popover/package.json +0 -3
  679. package/components/page/default/bundles/index.umd.js +109 -123
  680. package/components/page/default/esm2022/content/content.component.mjs +16 -25
  681. package/components/page/default/esm2022/layout.directive.mjs +21 -21
  682. package/components/page/default/esm2022/page-content/page-content.component.mjs +16 -23
  683. package/components/page/default/esm2022/page.directive.mjs +21 -21
  684. package/components/page/default/esm2022/router-outlet.directive.mjs +20 -20
  685. package/components/page/default/esm2022/spa-page.directive.mjs +21 -21
  686. package/components/page/default/fesm2022/index.mjs +111 -125
  687. package/components/page/default/fesm2022/index.mjs.map +1 -1
  688. package/components/page/default/package.json +0 -3
  689. package/components/page/footer/bundles/index.umd.js +20 -20
  690. package/components/page/footer/esm2022/footer.directive.mjs +21 -21
  691. package/components/page/footer/fesm2022/index.mjs +21 -21
  692. package/components/page/footer/fesm2022/index.mjs.map +1 -1
  693. package/components/page/footer/package.json +0 -3
  694. package/components/page/header/bundles/index.umd.js +19 -26
  695. package/components/page/header/esm2022/header.component.mjs +16 -24
  696. package/components/page/header/fesm2022/index.mjs +17 -24
  697. package/components/page/header/fesm2022/index.mjs.map +1 -1
  698. package/components/page/header/package.json +0 -3
  699. package/components/page/left-panel/bundles/index.umd.js +30 -30
  700. package/components/page/left-panel/esm2022/left-panel.directive.mjs +31 -31
  701. package/components/page/left-panel/fesm2022/index.mjs +31 -31
  702. package/components/page/left-panel/fesm2022/index.mjs.map +1 -1
  703. package/components/page/left-panel/package.json +0 -3
  704. package/components/page/right-panel/bundles/index.umd.js +23 -23
  705. package/components/page/right-panel/esm2022/right-panel.directive.mjs +24 -24
  706. package/components/page/right-panel/fesm2022/index.mjs +24 -24
  707. package/components/page/right-panel/fesm2022/index.mjs.map +1 -1
  708. package/components/page/right-panel/package.json +0 -3
  709. package/components/page/top-nav/bundles/index.umd.js +20 -20
  710. package/components/page/top-nav/esm2022/top-nav.directive.mjs +21 -21
  711. package/components/page/top-nav/fesm2022/index.mjs +21 -21
  712. package/components/page/top-nav/fesm2022/index.mjs.map +1 -1
  713. package/components/page/top-nav/package.json +0 -3
  714. package/components/prefab/bundles/index.umd.js +41 -41
  715. package/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +20 -20
  716. package/components/prefab/esm2022/prefab.directive.mjs +23 -23
  717. package/components/prefab/fesm2022/index.mjs +42 -42
  718. package/components/prefab/fesm2022/index.mjs.map +1 -1
  719. package/components/prefab/package.json +0 -3
  720. package/core/bundles/index.umd.js +80 -61
  721. package/core/esm2022/services/constant.service.mjs +7 -7
  722. package/core/esm2022/services/custom-icons-loader.service.mjs +7 -7
  723. package/core/esm2022/services/field-type.service.mjs +7 -7
  724. package/core/esm2022/services/field-widget.service.mjs +7 -7
  725. package/core/esm2022/services/pagination.service.mjs +7 -7
  726. package/core/esm2022/services/script-loader.service.mjs +7 -7
  727. package/core/esm2022/services/state-persistence.service.mjs +7 -7
  728. package/core/esm2022/services/user-custom-pipe-manager.service.mjs +7 -7
  729. package/core/esm2022/services/utils.service.mjs +7 -7
  730. package/core/esm2022/services/viewport.service.mjs +7 -7
  731. package/core/esm2022/types/types.mjs +1 -1
  732. package/core/esm2022/utils/build-utils.mjs +21 -2
  733. package/core/fesm2022/index.mjs +80 -61
  734. package/core/fesm2022/index.mjs.map +1 -1
  735. package/core/package.json +3 -6
  736. package/core/types/types.d.ts +3 -1
  737. package/http/bundles/index.umd.js +8 -8
  738. package/http/esm2022/http.service.mjs +9 -9
  739. package/http/fesm2022/index.mjs +8 -8
  740. package/http/fesm2022/index.mjs.map +1 -1
  741. package/http/package.json +2 -5
  742. package/locales/moment/ar-dz.js +8 -8
  743. package/locales/moment/ar-ly.js +8 -8
  744. package/locales/moment/ar-ps.js +123 -0
  745. package/locales/moment/ar.js +8 -8
  746. package/locales/moment/be.js +2 -2
  747. package/locales/moment/bs.js +14 -4
  748. package/locales/moment/ca.js +6 -6
  749. package/locales/moment/cs.js +5 -4
  750. package/locales/moment/cv.js +2 -2
  751. package/locales/moment/en-au.js +6 -6
  752. package/locales/moment/en-ca.js +6 -6
  753. package/locales/moment/en-gb.js +6 -6
  754. package/locales/moment/en-ie.js +6 -6
  755. package/locales/moment/en-il.js +6 -6
  756. package/locales/moment/en-in.js +6 -6
  757. package/locales/moment/en-nz.js +6 -6
  758. package/locales/moment/en-sg.js +6 -6
  759. package/locales/moment/it.js +4 -4
  760. package/locales/moment/ku-kmr.js +125 -0
  761. package/locales/moment/lt.js +2 -2
  762. package/locales/moment/me.js +2 -2
  763. package/locales/moment/nb.js +4 -4
  764. package/locales/moment/nl-be.js +1 -1
  765. package/locales/moment/nl.js +1 -1
  766. package/locales/moment/oc-lnc.js +6 -6
  767. package/locales/moment/ru.js +2 -2
  768. package/locales/moment/sv.js +6 -6
  769. package/locales/moment/tet.js +6 -6
  770. package/locales/moment/tlh.js +8 -8
  771. package/locales/moment/tzl.js +2 -2
  772. package/locales/moment/uk.js +4 -4
  773. package/locales/moment/x-pseudo.js +6 -6
  774. package/locales/moment-timezone/moment-timezone-with-data.js +2 -2
  775. package/npm-shrinkwrap.json +2 -2
  776. package/oAuth/bundles/index.umd.js +5 -5
  777. package/oAuth/esm2022/oAuth.service.mjs +6 -6
  778. package/oAuth/fesm2022/index.mjs +5 -5
  779. package/oAuth/fesm2022/index.mjs.map +1 -1
  780. package/oAuth/package.json +2 -5
  781. package/package-lock.json +2 -2
  782. package/package.json +1 -1
  783. package/runtime/base/bundles/index.umd.js +3163 -3100
  784. package/runtime/base/components/empty-component/empty-page.component.d.ts +1 -0
  785. package/runtime/base/esm2022/components/app-component/app.component.mjs +14 -95
  786. package/runtime/base/esm2022/components/app-spinner.component.mjs +34 -45
  787. package/runtime/base/esm2022/components/base-custom-widget.component.mjs +8 -7
  788. package/runtime/base/esm2022/components/base-layout.component.mjs +14 -21
  789. package/runtime/base/esm2022/components/base-page.component.mjs +12 -19
  790. package/runtime/base/esm2022/components/base-partial.component.mjs +9 -14
  791. package/runtime/base/esm2022/components/base-prefab.component.mjs +9 -14
  792. package/runtime/base/esm2022/components/base-spa-page.component.mjs +12 -19
  793. package/runtime/base/esm2022/components/custom-toaster.component.mjs +30 -52
  794. package/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +33 -15
  795. package/runtime/base/esm2022/components/prefab-preview.component.mjs +19 -26
  796. package/runtime/base/esm2022/directives/accessroles.directive.mjs +17 -17
  797. package/runtime/base/esm2022/directives/prefab.directive.mjs +15 -15
  798. package/runtime/base/esm2022/guards/auth.guard.mjs +6 -6
  799. package/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +11 -11
  800. package/runtime/base/esm2022/guards/page-not-found.guard.mjs +6 -6
  801. package/runtime/base/esm2022/guards/role.guard.mjs +6 -6
  802. package/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +12 -12
  803. package/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +14 -14
  804. package/runtime/base/esm2022/public_api.mjs +5 -2
  805. package/runtime/base/esm2022/resolves/app-before-load.resolve.mjs +22 -0
  806. package/runtime/base/esm2022/resolves/app-extension.resolve.mjs +6 -6
  807. package/runtime/base/esm2022/resolves/app-js.resolve.mjs +6 -6
  808. package/runtime/base/esm2022/resolves/app-variables.resolve.mjs +9 -9
  809. package/runtime/base/esm2022/resolves/i18n.resolve.mjs +6 -6
  810. package/runtime/base/esm2022/resolves/metadata.resolve.mjs +9 -9
  811. package/runtime/base/esm2022/resolves/security-config.resolve.mjs +9 -9
  812. package/runtime/base/esm2022/runtime-base.module.mjs +457 -316
  813. package/runtime/base/esm2022/services/app-defaults.service.mjs +6 -6
  814. package/runtime/base/esm2022/services/app.manager.service.mjs +25 -9
  815. package/runtime/base/esm2022/services/app.service.mjs +40 -18
  816. package/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +6 -6
  817. package/runtime/base/esm2022/services/http-interceptor.services.mjs +6 -6
  818. package/runtime/base/esm2022/services/i18n.service.mjs +37 -34
  819. package/runtime/base/esm2022/services/navigation.service.mjs +6 -6
  820. package/runtime/base/esm2022/services/pipe-provider.service.mjs +13 -13
  821. package/runtime/base/esm2022/services/pipe.service.mjs +10 -8
  822. package/runtime/base/esm2022/services/prefab-manager.service.mjs +6 -6
  823. package/runtime/base/esm2022/services/spinner.service.mjs +6 -6
  824. package/runtime/base/esm2022/services/toaster.service.mjs +6 -6
  825. package/runtime/base/esm2022/util/fragment-monitor.mjs +6 -6
  826. package/runtime/base/esm2022/util/utils.mjs +15 -1
  827. package/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +1 -1
  828. package/runtime/base/fesm2022/index.mjs +3146 -3071
  829. package/runtime/base/fesm2022/index.mjs.map +1 -1
  830. package/runtime/base/package.json +2 -5
  831. package/runtime/base/public_api.d.ts +4 -1
  832. package/runtime/base/resolves/app-before-load.resolve.d.ts +11 -0
  833. package/runtime/base/runtime-base.module.d.ts +96 -59
  834. package/runtime/base/services/app.manager.service.d.ts +2 -1
  835. package/runtime/base/services/app.service.d.ts +4 -2
  836. package/runtime/base/services/i18n.service.d.ts +2 -1
  837. package/runtime/base/util/utils.d.ts +2 -1
  838. package/runtime/dynamic/app/app.config.d.ts +1 -1
  839. package/runtime/dynamic/app/services/app-variables-provider.service.d.ts +3 -1
  840. package/runtime/dynamic/bundles/index.umd.js +145 -114
  841. package/runtime/dynamic/esm2022/app/app.config.mjs +11 -10
  842. package/runtime/dynamic/esm2022/app/app.module.mjs +35 -5
  843. package/runtime/dynamic/esm2022/app/app.routes.mjs +2 -11
  844. package/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +11 -16
  845. package/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +9 -9
  846. package/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +9 -9
  847. package/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +6 -6
  848. package/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +15 -11
  849. package/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +57 -8
  850. package/runtime/dynamic/esm2022/app/services/customwidget-config-provider.service.mjs +6 -6
  851. package/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +6 -6
  852. package/runtime/dynamic/fesm2022/index.mjs +143 -88
  853. package/runtime/dynamic/fesm2022/index.mjs.map +1 -1
  854. package/runtime/dynamic/package.json +2 -5
  855. package/scripts/datatable/datatable.js +26 -5
  856. package/scripts/jquery-ui/ui/widgets/droppable.js +3 -3
  857. package/scripts/jquery-ui/ui/widgets/resizable.js +72 -19
  858. package/scripts/jquery-ui/ui/widgets/sortable.js +9 -16
  859. package/security/bundles/index.umd.js +5 -5
  860. package/security/esm2022/security.service.mjs +6 -6
  861. package/security/fesm2022/index.mjs +5 -5
  862. package/security/fesm2022/index.mjs.map +1 -1
  863. package/security/package.json +2 -5
  864. package/swipey/fesm2022/index.mjs.map +1 -1
  865. package/swipey/package.json +2 -5
  866. package/transpiler/build.d.ts +1 -1
  867. package/transpiler/bundles/index.umd.js +94 -56
  868. package/transpiler/esm2022/build.mjs +5 -2
  869. package/transpiler/esm2022/imports.mjs +92 -57
  870. package/transpiler/fesm2022/index.mjs +94 -56
  871. package/transpiler/fesm2022/index.mjs.map +1 -1
  872. package/transpiler/package.json +3 -6
  873. package/variables/bundles/index.umd.js +20 -10
  874. package/variables/constants/variables.constants.d.ts +9 -0
  875. package/variables/esm2022/constants/variables.constants.mjs +10 -1
  876. package/variables/esm2022/service/metadata-service/metadata.service.mjs +6 -6
  877. package/variables/esm2022/service/variables.service.mjs +6 -6
  878. package/variables/fesm2022/index.mjs +20 -11
  879. package/variables/fesm2022/index.mjs.map +1 -1
  880. package/variables/package.json +2 -5
  881. package/variables/service/variables.service.d.ts +1 -1
  882. package/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -15
  883. package/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -10
  884. package/build-task/esm2022/basic/default/html/html.build.mjs +0 -15
  885. package/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -10
  886. package/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -10
  887. package/build-task/esm2022/basic/default/label/label.build.mjs +0 -25
  888. package/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -14
  889. package/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -15
  890. package/build-task/esm2022/basic/default/video/video.build.mjs +0 -10
  891. package/components/base/components.module.d.ts +0 -25
  892. package/components/base/esm2022/components.module.mjs +0 -152
  893. package/components/basic/default/bundles/index.umd.js +0 -1036
  894. package/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -198
  895. package/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -27
  896. package/components/basic/default/esm2022/audio/audio.component.mjs +0 -59
  897. package/components/basic/default/esm2022/audio/audio.props.mjs +0 -19
  898. package/components/basic/default/esm2022/html/html.directive.mjs +0 -76
  899. package/components/basic/default/esm2022/html/html.props.mjs +0 -12
  900. package/components/basic/default/esm2022/icon/icon.component.mjs +0 -70
  901. package/components/basic/default/esm2022/icon/icon.props.mjs +0 -19
  902. package/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -85
  903. package/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -15
  904. package/components/basic/default/esm2022/label/label.directive.mjs +0 -71
  905. package/components/basic/default/esm2022/label/label.props.mjs +0 -17
  906. package/components/basic/default/esm2022/picture/picture.directive.mjs +0 -95
  907. package/components/basic/default/esm2022/picture/picture.props.mjs +0 -23
  908. package/components/basic/default/esm2022/public_api.mjs +0 -10
  909. package/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -130
  910. package/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -20
  911. package/components/basic/default/esm2022/video/video.component.mjs +0 -113
  912. package/components/basic/default/esm2022/video/video.props.mjs +0 -24
  913. package/components/basic/default/fesm2022/index.mjs +0 -1012
  914. package/components/basic/default/fesm2022/index.mjs.map +0 -1
  915. package/components/basic/default/public_api.d.ts +0 -9
  916. package/components/basic/progress/bundles/index.umd.js +0 -361
  917. package/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -154
  918. package/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +0 -132
  919. package/components/basic/progress/esm2022/public_api.mjs +0 -3
  920. package/components/basic/progress/esm2022/utils.mjs +0 -25
  921. package/components/basic/progress/fesm2022/index.mjs +0 -344
  922. package/components/basic/progress/fesm2022/index.mjs.map +0 -1
  923. package/components/basic/progress/public_api.d.ts +0 -2
  924. package/components/input/default/bundles/index.umd.js +0 -3559
  925. package/components/input/default/esm2022/base-form-custom.component.mjs +0 -94
  926. package/components/input/default/esm2022/base-form.component.mjs +0 -110
  927. package/components/input/default/esm2022/button/button.component.mjs +0 -106
  928. package/components/input/default/esm2022/button/button.props.mjs +0 -26
  929. package/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -51
  930. package/components/input/default/esm2022/button-group/button-group.props.mjs +0 -10
  931. package/components/input/default/esm2022/caption-position.directive.mjs +0 -172
  932. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -179
  933. package/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -27
  934. package/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -268
  935. package/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -35
  936. package/components/input/default/esm2022/composite/composite.directive.mjs +0 -84
  937. package/components/input/default/esm2022/composite/composite.props.mjs +0 -10
  938. package/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -307
  939. package/components/input/default/esm2022/number/number.component.mjs +0 -68
  940. package/components/input/default/esm2022/number/number.props.mjs +0 -35
  941. package/components/input/default/esm2022/public_api.mjs +0 -21
  942. package/components/input/default/esm2022/radioset/radioset.component.mjs +0 -251
  943. package/components/input/default/esm2022/radioset/radioset.props.mjs +0 -35
  944. package/components/input/default/esm2022/select/select.component.mjs +0 -230
  945. package/components/input/default/esm2022/select/select.props.mjs +0 -36
  946. package/components/input/default/esm2022/switch/switch.component.mjs +0 -227
  947. package/components/input/default/esm2022/switch/switch.props.mjs +0 -28
  948. package/components/input/default/esm2022/text/base/base-input.mjs +0 -93
  949. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -69
  950. package/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -30
  951. package/components/input/default/esm2022/text/color/input-color.component.mjs +0 -69
  952. package/components/input/default/esm2022/text/color/input-color.props.mjs +0 -27
  953. package/components/input/default/esm2022/text/email/input-email.component.mjs +0 -68
  954. package/components/input/default/esm2022/text/email/input-email.props.mjs +0 -29
  955. package/components/input/default/esm2022/text/locale/number-locale.mjs +0 -539
  956. package/components/input/default/esm2022/text/number/input-number.component.mjs +0 -79
  957. package/components/input/default/esm2022/text/number/input-number.props.mjs +0 -32
  958. package/components/input/default/esm2022/text/text/input-text.component.mjs +0 -145
  959. package/components/input/default/esm2022/text/text/input-text.props.mjs +0 -46
  960. package/components/input/default/esm2022/textarea/textarea.component.mjs +0 -85
  961. package/components/input/default/esm2022/textarea/textarea.props.mjs +0 -30
  962. package/components/input/default/fesm2022/index.mjs +0 -3529
  963. package/components/input/default/fesm2022/index.mjs.map +0 -1
  964. package/components/input/default/public_api.d.ts +0 -20
  965. package/components/input/epoch/bundles/index.umd.js +0 -3292
  966. package/components/input/epoch/esm2022/date/date.component.mjs +0 -376
  967. package/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -473
  968. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -563
  969. package/components/input/epoch/esm2022/picker/picker.component.mjs +0 -184
  970. package/components/input/epoch/esm2022/public_api.mjs +0 -6
  971. package/components/input/epoch/esm2022/time/time.component.mjs +0 -432
  972. package/components/input/epoch/fesm2022/index.mjs +0 -3280
  973. package/components/input/epoch/fesm2022/index.mjs.map +0 -1
  974. package/components/input/epoch/public_api.d.ts +0 -5
  975. /package/build-task/basic/{default/anchor → anchor}/anchor.build.d.ts +0 -0
  976. /package/build-task/basic/{default/audio → audio}/audio.build.d.ts +0 -0
  977. /package/build-task/basic/{default/html → html}/html.build.d.ts +0 -0
  978. /package/build-task/basic/{default/icon → icon}/icon.build.d.ts +0 -0
  979. /package/build-task/basic/{default/iframe → iframe}/iframe.build.d.ts +0 -0
  980. /package/build-task/basic/{default/label → label}/label.build.d.ts +0 -0
  981. /package/build-task/basic/{default/picture → picture}/picture.build.d.ts +0 -0
  982. /package/build-task/basic/{default/spinner → spinner}/spinner.build.d.ts +0 -0
  983. /package/build-task/basic/{default/video → video}/video.build.d.ts +0 -0
  984. /package/components/basic/{default → anchor}/.npmignore +0 -0
  985. /package/components/basic/{default/anchor → anchor}/anchor.component.d.ts +0 -0
  986. /package/components/basic/{default/anchor → anchor}/anchor.props.d.ts +0 -0
  987. /package/components/basic/{progress → audio}/.npmignore +0 -0
  988. /package/components/basic/{default/audio → audio}/audio.component.d.ts +0 -0
  989. /package/components/basic/{default/audio → audio}/audio.props.d.ts +0 -0
  990. /package/components/{input/default → basic/html}/.npmignore +0 -0
  991. /package/components/basic/{default/html → html}/html.directive.d.ts +0 -0
  992. /package/components/basic/{default/html → html}/html.props.d.ts +0 -0
  993. /package/components/{input/epoch → basic/icon}/.npmignore +0 -0
  994. /package/components/basic/{default/icon → icon}/icon.component.d.ts +0 -0
  995. /package/components/basic/{default/icon → icon}/icon.props.d.ts +0 -0
  996. /package/components/basic/{default/iframe → iframe}/iframe.component.d.ts +0 -0
  997. /package/components/basic/{default/iframe → iframe}/iframe.props.d.ts +0 -0
  998. /package/components/basic/{default/label → label}/label.props.d.ts +0 -0
  999. /package/components/basic/{default/picture → picture}/picture.directive.d.ts +0 -0
  1000. /package/components/basic/{default/picture → picture}/picture.props.d.ts +0 -0
  1001. /package/components/basic/progress/{utils.d.ts → progress-utils/progress-utils.d.ts} +0 -0
  1002. /package/components/basic/{default/spinner → spinner}/spinner.component.d.ts +0 -0
  1003. /package/components/basic/{default/spinner → spinner}/spinner.props.d.ts +0 -0
  1004. /package/components/basic/{default/video → video}/video.component.d.ts +0 -0
  1005. /package/components/basic/{default/video → video}/video.props.d.ts +0 -0
  1006. /package/components/input/{default → base-form}/base-form.component.d.ts +0 -0
  1007. /package/components/input/{default/button → button}/button.component.d.ts +0 -0
  1008. /package/components/input/{default/button → button}/button.props.d.ts +0 -0
  1009. /package/components/input/{default/button-group → button-group}/button-group.directive.d.ts +0 -0
  1010. /package/components/input/{default/button-group → button-group}/button-group.props.d.ts +0 -0
  1011. /package/components/input/{default → caption-position}/caption-position.directive.d.ts +0 -0
  1012. /package/components/input/{default/checkbox → checkbox}/checkbox.props.d.ts +0 -0
  1013. /package/components/input/{default/checkboxset → checkboxset}/checkboxset.props.d.ts +0 -0
  1014. /package/components/input/{default/composite → composite}/composite.directive.d.ts +0 -0
  1015. /package/components/input/{default/composite → composite}/composite.props.d.ts +0 -0
  1016. /package/components/input/epoch/{date-time → date-time-picker}/date-time-picker.component.d.ts +0 -0
  1017. /package/components/input/{default/number → number}/number.props.d.ts +0 -0
  1018. /package/components/input/{default/radioset → radioset}/radioset.props.d.ts +0 -0
  1019. /package/components/input/{default/select → select}/select.props.d.ts +0 -0
  1020. /package/components/input/{default/switch → switch}/switch.props.d.ts +0 -0
  1021. /package/components/input/{default/text/calendar → text/input-calendar}/input-calendar.props.d.ts +0 -0
  1022. /package/components/input/{default/text/color → text/input-color}/input-color.props.d.ts +0 -0
  1023. /package/components/input/{default/text/email → text/input-email}/input-email.props.d.ts +0 -0
  1024. /package/components/input/{default/text/number → text/input-number}/input-number.props.d.ts +0 -0
  1025. /package/components/input/{default/text/text → text/input-text}/input-text.props.d.ts +0 -0
  1026. /package/components/input/{default/textarea → textarea}/textarea.props.d.ts +0 -0
@@ -1,1036 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/common'), require('@wm/components/base'), require('@angular/core'), require('@wm/core'), require('lodash-es')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@angular/common', '@wm/components/base', '@angular/core', '@wm/core', 'lodash-es'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.basic = {}), global.ng.common, global.wm.components.base, global.ng.core, global.wm.core, global._));
5
- })(this, (function (exports, i2, i1$1, i0, i1, lodashEs) { 'use strict';
6
-
7
- function _interopNamespaceDefault(e) {
8
- var n = Object.create(null);
9
- if (e) {
10
- Object.keys(e).forEach(function (k) {
11
- if (k !== 'default') {
12
- var d = Object.getOwnPropertyDescriptor(e, k);
13
- Object.defineProperty(n, k, d.get ? d : {
14
- enumerable: true,
15
- get: function () { return e[k]; }
16
- });
17
- }
18
- });
19
- }
20
- n.default = e;
21
- return Object.freeze(n);
22
- }
23
-
24
- var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
25
- var i1$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$1);
26
- var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
27
- var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
28
-
29
- const registerProps$8 = () => {
30
- i1$1.register('wm-anchor', new Map([
31
- ['animation', i1$1.PROP_STRING],
32
- ['badgevalue', i1$1.PROP_STRING],
33
- ['caption', { value: 'Link', ...i1$1.PROP_STRING }],
34
- ['class', i1$1.PROP_STRING],
35
- ['conditionalclass', i1$1.PROP_ANY],
36
- ['conditionalstyle', i1$1.PROP_ANY],
37
- ['encodeurl', i1$1.PROP_BOOLEAN],
38
- ['hint', i1$1.PROP_STRING],
39
- ['arialabel', i1$1.PROP_STRING],
40
- ['hyperlink', { value: '', ...i1$1.PROP_STRING }],
41
- ['iconclass', i1$1.PROP_STRING],
42
- ['iconheight', i1$1.PROP_STRING],
43
- ['iconmargin', i1$1.PROP_STRING],
44
- ['iconposition', i1$1.PROP_STRING],
45
- ['iconurl', i1$1.PROP_STRING],
46
- ['iconwidth', i1$1.PROP_STRING],
47
- ['name', i1$1.PROP_STRING],
48
- ['shortcutkey', i1$1.PROP_STRING],
49
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
50
- ['tabindex', { value: 0, ...i1$1.PROP_NUMBER }],
51
- ['target', { value: '_self', ...i1$1.PROP_STRING }]
52
- ]));
53
- };
54
-
55
- const _c0$5 = ["wmAnchor", ""];
56
- const _c1$1 = [[["", 8, "caret"]]];
57
- const _c2$1 = [".caret"];
58
- const _c3 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
59
- function AnchorComponent_Conditional_0_Template(rf, ctx) { if (rf & 1) {
60
- i0__namespace.ɵɵelement(0, "img", 0);
61
- i0__namespace.ɵɵpipe(1, "image");
62
- } if (rf & 2) {
63
- const ctx_r0 = i0__namespace.ɵɵnextContext();
64
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r0.iconurl), i0__namespace.ɵɵsanitizeUrl)("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c3, ctx_r0.iconwidth, ctx_r0.iconheight, ctx_r0.iconmargin));
65
- } }
66
- function AnchorComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
67
- i0__namespace.ɵɵelement(0, "i", 5);
68
- } if (rf & 2) {
69
- const ctx_r0 = i0__namespace.ɵɵnextContext();
70
- i0__namespace.ɵɵclassMapInterpolate1("app-icon ", ctx_r0.iconclass, "");
71
- i0__namespace.ɵɵproperty("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c3, ctx_r0.iconwidth, ctx_r0.iconheight, ctx_r0.iconmargin));
72
- } }
73
- function AnchorComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
74
- i0__namespace.ɵɵelementStart(0, "span", 2);
75
- i0__namespace.ɵɵtext(1);
76
- i0__namespace.ɵɵelementEnd();
77
- } if (rf & 2) {
78
- const ctx_r0 = i0__namespace.ɵɵnextContext();
79
- i0__namespace.ɵɵadvance();
80
- i0__namespace.ɵɵtextInterpolate2("", ctx_r0.caption, " ", ctx_r0.appLocale.LABEL_ICON, "");
81
- } }
82
- function AnchorComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
83
- i0__namespace.ɵɵelement(0, "span", 4);
84
- } if (rf & 2) {
85
- const ctx_r0 = i0__namespace.ɵɵnextContext();
86
- i0__namespace.ɵɵproperty("textContent", ctx_r0.badgevalue);
87
- } }
88
- const DEFAULT_CLS$8 = 'app-anchor';
89
- const WIDGET_CONFIG$8 = {
90
- widgetType: 'wm-anchor',
91
- hostClass: DEFAULT_CLS$8,
92
- displayType: i1$1.DISPLAY_TYPE.INLINE_BLOCK
93
- };
94
- const regex = /Actions.goToPage_(\w+)\.invoke\(\)/g;
95
- const disableContextMenu = ($event) => {
96
- $event.preventDefault();
97
- };
98
- class AnchorComponent extends i1$1.StylableComponent {
99
- static { this.initializeProps = registerProps$8(); }
100
- constructor(inj, app, explicitContext) {
101
- super(inj, WIDGET_CONFIG$8, explicitContext);
102
- this.app = app;
103
- this._eventNotifier = new i1.EventNotifier();
104
- i1$1.styler(this.nativeElement, this);
105
- }
106
- processEventAttr(eventName, expr, meta) {
107
- super.processEventAttr(eventName, expr, meta);
108
- if (!this.hasNavigationToCurrentPageExpr) {
109
- const app = this.inj.get(i1.App);
110
- const fns = expr.split(';').map(Function.prototype.call, String.prototype.trim);
111
- if (fns.some(fn => {
112
- regex.lastIndex = 0;
113
- const matches = regex.exec(fn);
114
- const hasGoToPageExpr = matches && (matches.length > 0);
115
- if (hasGoToPageExpr && !this.hasGoToPageExpr) {
116
- this.hasGoToPageExpr = true;
117
- this.goToPageName = matches[1];
118
- }
119
- return hasGoToPageExpr && matches[1] === app.activePageName;
120
- })) {
121
- this.hasNavigationToCurrentPageExpr = true;
122
- }
123
- }
124
- }
125
- onActive(callback) {
126
- this._eventNotifier.subscribe('on-active', callback);
127
- }
128
- handleEvent(node, eventName, eventCallback, locals, meta) {
129
- super.handleEvent(node, eventName, e => {
130
- if (this.hasGoToPageExpr && locals.$event) {
131
- locals.$event.preventDefault();
132
- }
133
- eventCallback();
134
- }, locals, meta);
135
- }
136
- onPropertyChange(key, nv, ov) {
137
- if (key === 'hyperlink') {
138
- if (!nv) {
139
- i1.setAttr(this.nativeElement, 'href', 'javascript:void(0)');
140
- this.nativeElement.addEventListener('contextmenu', disableContextMenu);
141
- return;
142
- }
143
- if (this.encodeurl) {
144
- nv = i1.encodeUrl(nv);
145
- }
146
- // if hyperlink starts with 'www.' append '//' in the beginning
147
- if (nv.startsWith('www.')) {
148
- nv = `//${nv}`;
149
- }
150
- i1.setAttr(this.nativeElement, 'href', nv);
151
- this.nativeElement.removeEventListener('contextmenu', disableContextMenu);
152
- }
153
- else {
154
- super.onPropertyChange(key, nv, ov);
155
- }
156
- }
157
- init() {
158
- if (this.hasNavigationToCurrentPageExpr) {
159
- i1.addClass(this.nativeElement, 'active');
160
- i1.setAttr(this.nativeElement, 'aria-current', 'page');
161
- }
162
- if (this.hyperlink && i1.getRouteNameFromLink(this.hyperlink) === `/${this.app.activePageName}`
163
- || this.hasNavigationToCurrentPageExpr) {
164
- this._eventNotifier.notify("on-active", {});
165
- }
166
- }
167
- ngAfterViewInit() {
168
- super.ngAfterViewInit();
169
- this.init();
170
- if (this.hasGoToPageExpr) {
171
- // In SPA, it highlights active page link when we navigate within the same layout
172
- this.cancelSubscription = this.app.subscribe("highlightActiveLink", (data) => {
173
- if (this.hasNavigationToCurrentPageExpr && this.goToPageName !== this.app.activePageName) {
174
- this.hasNavigationToCurrentPageExpr = false;
175
- i1.removeClass(this.nativeElement, 'active');
176
- i1.removeAttr(this.nativeElement, 'aria-current');
177
- }
178
- if (this.goToPageName === data.pageName) {
179
- this.hasNavigationToCurrentPageExpr = true;
180
- i1.addClass(this.nativeElement, 'active');
181
- i1.setAttr(this.nativeElement, 'aria-current', 'page');
182
- }
183
- });
184
- }
185
- }
186
- ngOnAttach() {
187
- this.init();
188
- super.ngOnAttach();
189
- }
190
- ngOnDestroy() {
191
- this._eventNotifier.destroy();
192
- if (this.cancelSubscription) {
193
- this.cancelSubscription();
194
- }
195
- super.ngOnDestroy();
196
- }
197
- static { this.ɵfac = function AnchorComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AnchorComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.App), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
198
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AnchorComponent, selectors: [["a", "wmAnchor", ""]], hostVars: 3, hostBindings: function AnchorComponent_HostBindings(rf, ctx) { if (rf & 2) {
199
- i0__namespace.ɵɵhostProperty("target", ctx.target);
200
- i0__namespace.ɵɵattribute("accesskey", ctx.shortcutkey)("icon-position", ctx.iconposition);
201
- } }, exportAs: ["wmAnchor"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
202
- i1$1.provideAsWidgetRef(AnchorComponent)
203
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0$5, ngContentSelectors: _c2$1, decls: 6, vars: 5, consts: [["data-identifier", "img", "alt", "Image", 1, "anchor-image-icon", 3, "src", "ngStyle"], ["aria-hidden", "true", 3, "class", "ngStyle"], [1, "sr-only"], [1, "anchor-caption", 3, "innerHTML"], [1, "badge", "pull-right", 3, "textContent"], ["aria-hidden", "true", 3, "ngStyle"]], template: function AnchorComponent_Template(rf, ctx) { if (rf & 1) {
204
- i0__namespace.ɵɵprojectionDef(_c1$1);
205
- i0__namespace.ɵɵtemplate(0, AnchorComponent_Conditional_0_Template, 2, 8, "img", 0)(1, AnchorComponent_Conditional_1_Template, 1, 8, "i", 1)(2, AnchorComponent_Conditional_2_Template, 2, 2, "span", 2);
206
- i0__namespace.ɵɵelement(3, "span", 3);
207
- i0__namespace.ɵɵprojection(4);
208
- i0__namespace.ɵɵtemplate(5, AnchorComponent_Conditional_5_Template, 1, 1, "span", 4);
209
- } if (rf & 2) {
210
- i0__namespace.ɵɵconditional(ctx.iconurl ? 0 : -1);
211
- i0__namespace.ɵɵadvance();
212
- i0__namespace.ɵɵconditional(ctx.iconclass ? 1 : -1);
213
- i0__namespace.ɵɵadvance();
214
- i0__namespace.ɵɵconditional(ctx.iconclass ? 2 : -1);
215
- i0__namespace.ɵɵadvance();
216
- i0__namespace.ɵɵproperty("innerHTML", ctx.caption, i0__namespace.ɵɵsanitizeHtml);
217
- i0__namespace.ɵɵadvance(2);
218
- i0__namespace.ɵɵconditional(ctx.badgevalue ? 5 : -1);
219
- } }, dependencies: [i2.CommonModule, i2__namespace.NgStyle, i1$1.WmComponentsModule, i1$1__namespace.TextContentDirective, i1$1__namespace.ImagePipe], encapsulation: 2 }); }
220
- }
221
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AnchorComponent, [{
222
- type: i0.Component,
223
- args: [{ standalone: true, imports: [i2.CommonModule, i1$1.WmComponentsModule], selector: 'a[wmAnchor]', providers: [
224
- i1$1.provideAsWidgetRef(AnchorComponent)
225
- ], exportAs: 'wmAnchor', template: "@if (iconurl) {\n <img data-identifier=\"img\" alt=\"Image\" class=\"anchor-image-icon\" [src]=\"iconurl | image\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin}\"/>\n}\n@if (iconclass) {\n <i class=\"app-icon {{iconclass}}\" aria-hidden=\"true\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin}\"></i>\n}\n@if (iconclass) {\n <span class=\"sr-only\">{{caption}} {{appLocale.LABEL_ICON}}</span>\n}\n<span class=\"anchor-caption\" [innerHTML]=\"caption\"></span>\n<ng-content select=\".caret\"></ng-content>\n@if (badgevalue) {\n <span class=\"badge pull-right\" [textContent]=\"badgevalue\"></span>\n}\n" }]
226
- }], () => [{ type: i0__namespace.Injector }, { type: i1__namespace.App }, { type: undefined, decorators: [{
227
- type: i0.Inject,
228
- args: ['EXPLICIT_CONTEXT']
229
- }, {
230
- type: i0.Optional
231
- }] }], { target: [{
232
- type: i0.HostBinding,
233
- args: ['target']
234
- }], shortcutkey: [{
235
- type: i0.HostBinding,
236
- args: ['attr.accesskey']
237
- }], iconposition: [{
238
- type: i0.HostBinding,
239
- args: ['attr.icon-position']
240
- }] }); })();
241
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AnchorComponent, { className: "AnchorComponent", filePath: "anchor/anchor.component.ts", lineNumber: 41 }); })();
242
-
243
- const registerProps$7 = () => {
244
- i1$1.register('wm-audio', new Map([
245
- ['audiopreload', { value: 'none', ...i1$1.PROP_STRING }],
246
- ['audiosupportmessage', { value: 'Your browser does not support the audio tag.', ...i1$1.PROP_STRING }],
247
- ['autoplay', i1$1.PROP_BOOLEAN],
248
- ['class', i1$1.PROP_STRING],
249
- ['controls', i1$1.PROP_BOOLEAN],
250
- ['hint', i1$1.PROP_STRING],
251
- ['arialabel', i1$1.PROP_STRING],
252
- ['loop', i1$1.PROP_BOOLEAN],
253
- ['mp3format', i1$1.PROP_STRING],
254
- ['muted', i1$1.PROP_BOOLEAN],
255
- ['name', i1$1.PROP_STRING],
256
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
257
- ['tabindex', { value: 0, ...i1$1.PROP_NUMBER }]
258
- ]));
259
- };
260
-
261
- const _c0$4 = ["wmAudio", ""];
262
- const DEFAULT_CLS$7 = 'app-audio';
263
- const WIDGET_CONFIG$7 = {
264
- widgetType: 'wm-audio',
265
- hostClass: DEFAULT_CLS$7,
266
- displayType: i1$1.DISPLAY_TYPE.INLINE_BLOCK
267
- };
268
- class AudioComponent extends i1$1.StylableComponent {
269
- static { this.initializeProps = registerProps$7(); }
270
- constructor(inj, explicitContext) {
271
- super(inj, WIDGET_CONFIG$7, explicitContext);
272
- i1$1.styler(this.nativeElement, this);
273
- }
274
- onPropertyChange(key, nv, ov) {
275
- if (key === 'tabindex') {
276
- return;
277
- }
278
- else {
279
- super.onPropertyChange(key, nv, ov);
280
- }
281
- }
282
- static { this.ɵfac = function AudioComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || AudioComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
283
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: AudioComponent, selectors: [["", "wmAudio", ""]], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
284
- i1$1.provideAsWidgetRef(AudioComponent)
285
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0$4, decls: 5, vars: 17, consts: [["name", "wmAudio", 3, "autoplay", "controls", "loop", "muted", "preload", "src", "tabindex"], ["type", "audio/mp3", 3, "src"]], template: function AudioComponent_Template(rf, ctx) { if (rf & 1) {
286
- i0__namespace.ɵɵelementStart(0, "audio", 0);
287
- i0__namespace.ɵɵpipe(1, "trustAs");
288
- i0__namespace.ɵɵelement(2, "source", 1);
289
- i0__namespace.ɵɵpipe(3, "trustAs");
290
- i0__namespace.ɵɵtext(4);
291
- i0__namespace.ɵɵelementEnd();
292
- } if (rf & 2) {
293
- i0__namespace.ɵɵproperty("autoplay", ctx.autoplay)("controls", ctx.controls)("loop", ctx.loop)("muted", ctx.muted)("preload", ctx.audiopreload)("src", i0__namespace.ɵɵpipeBind2(1, 11, ctx.mp3format, "resource"), i0__namespace.ɵɵsanitizeUrl)("tabindex", ctx.tabindex);
294
- i0__namespace.ɵɵattribute("aria-label", ctx.arialabel || "Audio")("hint", ctx.hint);
295
- i0__namespace.ɵɵadvance(2);
296
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind2(3, 14, ctx.mp3format, "resource"), i0__namespace.ɵɵsanitizeUrl);
297
- i0__namespace.ɵɵadvance(2);
298
- i0__namespace.ɵɵtextInterpolate1(" ", ctx.audiosupportmessage, "\n");
299
- } }, dependencies: [i1$1.WmComponentsModule, i1$1__namespace.TrustAsPipe], encapsulation: 2 }); }
300
- }
301
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(AudioComponent, [{
302
- type: i0.Component,
303
- args: [{ standalone: true, imports: [i1$1.WmComponentsModule], selector: '[wmAudio]', providers: [
304
- i1$1.provideAsWidgetRef(AudioComponent)
305
- ], template: "<audio [attr.aria-label]=\"arialabel || 'Audio'\" [attr.hint]=\"hint\" [autoplay]=\"autoplay\"\n [controls]=\"controls\" [loop]=\"loop\" [muted]=\"muted\" [preload]=\"audiopreload\" [src]=\"mp3format | trustAs: 'resource'\"\n name=\"wmAudio\" [tabindex]=\"tabindex\">\n <source type=\"audio/mp3\" [src]=\"mp3format | trustAs: 'resource'\">\n {{audiosupportmessage}}\n</audio>\n" }]
306
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
307
- type: i0.Inject,
308
- args: ['EXPLICIT_CONTEXT']
309
- }, {
310
- type: i0.Optional
311
- }] }], null); })();
312
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(AudioComponent, { className: "AudioComponent", filePath: "audio/audio.component.ts", lineNumber: 23 }); })();
313
-
314
- const registerProps$6 = () => {
315
- i1$1.register('wm-html', new Map([
316
- ['class', i1$1.PROP_STRING],
317
- ['content', i1$1.PROP_STRING],
318
- ['hint', i1$1.PROP_STRING],
319
- ['arialabel', i1$1.PROP_STRING],
320
- ['name', i1$1.PROP_STRING],
321
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }]
322
- ]));
323
- };
324
-
325
- const DEFAULT_CLS$6 = 'app-html-container';
326
- const WIDGET_CONFIG$6 = {
327
- widgetType: 'wm-html',
328
- hostClass: DEFAULT_CLS$6
329
- };
330
- class HtmlDirective extends i1$1.StylableComponent {
331
- static { this.initializeProps = registerProps$6(); }
332
- constructor(inj, height, boundContent, sanitizePipe, explicitContext) {
333
- super(inj, WIDGET_CONFIG$6, explicitContext);
334
- this.boundContent = boundContent;
335
- this.sanitizePipe = sanitizePipe;
336
- // if the height is provided set the overflow to auto
337
- if (height) {
338
- i1.setCSS(this.nativeElement, 'overflow', 'auto');
339
- }
340
- i1$1.styler(this.nativeElement, this);
341
- }
342
- ngOnInit() {
343
- super.ngOnInit();
344
- if (this.boundContent) {
345
- this.nativeElement.innerHTML = '';
346
- }
347
- if (!this.content && this.nativeElement.innerHTML) {
348
- this.content = this.nativeElement.innerHTML;
349
- }
350
- }
351
- onPropertyChange(key, nv, ov) {
352
- if (key === 'content') {
353
- // Check for trustPipe safe values
354
- let bindContent = this.nativeElement.getAttribute('content.bind');
355
- let safeValue = bindContent ? nv && bindContent.includes('trustAs:') : false;
356
- if (typeof nv === 'object' && safeValue) {
357
- i1.setProperty(this.nativeElement, 'innerHTML', nv[Object.keys(nv)[0]]);
358
- }
359
- else {
360
- i1.setProperty(this.nativeElement, 'innerHTML', this.sanitizePipe.transform(nv, i0.SecurityContext.HTML));
361
- }
362
- }
363
- else {
364
- super.onPropertyChange(key, nv, ov);
365
- }
366
- }
367
- static { this.ɵfac = function HtmlDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || HtmlDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵinjectAttribute('height'), i0__namespace.ɵɵinjectAttribute('content.bind'), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.SanitizePipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
368
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: HtmlDirective, selectors: [["", "wmHtml", ""]], exportAs: ["wmHtml"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
369
- i1$1.provideAsWidgetRef(HtmlDirective)
370
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
371
- }
372
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(HtmlDirective, [{
373
- type: i0.Directive,
374
- args: [{
375
- standalone: true,
376
- selector: '[wmHtml]',
377
- providers: [
378
- i1$1.provideAsWidgetRef(HtmlDirective)
379
- ],
380
- exportAs: 'wmHtml'
381
- }]
382
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
383
- type: i0.Attribute,
384
- args: ['height']
385
- }] }, { type: undefined, decorators: [{
386
- type: i0.Attribute,
387
- args: ['content.bind']
388
- }] }, { type: i1$1__namespace.SanitizePipe }, { type: undefined, decorators: [{
389
- type: i0.Inject,
390
- args: ['EXPLICIT_CONTEXT']
391
- }, {
392
- type: i0.Optional
393
- }] }], null); })();
394
-
395
- const registerProps$5 = () => {
396
- i1$1.register('wm-icon', new Map([
397
- ['animation', i1$1.PROP_STRING],
398
- ['caption', i1$1.PROP_STRING],
399
- ['class', i1$1.PROP_STRING],
400
- ['conditionalclass', i1$1.PROP_ANY],
401
- ['conditionalstyle', i1$1.PROP_ANY],
402
- ['hint', i1$1.PROP_STRING],
403
- ['arialabel', i1$1.PROP_STRING],
404
- ['iconclass', { value: 'wm-sl-l sl-user', ...i1$1.PROP_STRING }],
405
- ['iconposition', { value: 'left', ...i1$1.PROP_STRING }],
406
- ['iconsize', i1$1.PROP_STRING],
407
- ['iconurl', i1$1.PROP_STRING],
408
- ['name', i1$1.PROP_STRING],
409
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }]
410
- ]));
411
- };
412
-
413
- const _c0$3 = ["wmIcon", ""];
414
- function IconComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
415
- i0__namespace.ɵɵelementStart(0, "span", 0);
416
- i0__namespace.ɵɵtext(1);
417
- i0__namespace.ɵɵelementEnd();
418
- } if (rf & 2) {
419
- const ctx_r0 = i0__namespace.ɵɵnextContext();
420
- i0__namespace.ɵɵadvance();
421
- i0__namespace.ɵɵtextInterpolate(ctx_r0.arialabel || ctx_r0.caption || ctx_r0.appLocale.LABEL_ICON);
422
- } }
423
- function IconComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
424
- i0__namespace.ɵɵelement(0, "label", 1);
425
- } if (rf & 2) {
426
- const ctx_r0 = i0__namespace.ɵɵnextContext();
427
- i0__namespace.ɵɵproperty("textContent", ctx_r0.caption);
428
- } }
429
- const DEFAULT_CLS$5 = 'app-icon-wrapper';
430
- const WIDGET_CONFIG$5 = {
431
- widgetType: 'wm-icon',
432
- hostClass: DEFAULT_CLS$5
433
- };
434
- class IconComponent extends i1$1.StylableComponent {
435
- static { this.initializeProps = registerProps$5(); }
436
- constructor(inj, explicitContext) {
437
- super(inj, WIDGET_CONFIG$5, explicitContext);
438
- i1$1.styler(this.nativeElement, this);
439
- }
440
- static { this.ɵfac = function IconComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IconComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
441
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: IconComponent, selectors: [["", "wmIcon", ""]], hostVars: 3, hostBindings: function IconComponent_HostBindings(rf, ctx) { if (rf & 2) {
442
- i0__namespace.ɵɵattribute("icon-position", ctx.iconposition);
443
- i0__namespace.ɵɵstyleProp("font-size", ctx.iconsize);
444
- } }, standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
445
- i1$1.provideAsWidgetRef(IconComponent)
446
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0$3, decls: 3, vars: 5, consts: [[1, "sr-only"], ["aria-hidden", "true", 1, "app-label", 3, "textContent"]], template: function IconComponent_Template(rf, ctx) { if (rf & 1) {
447
- i0__namespace.ɵɵelement(0, "i");
448
- i0__namespace.ɵɵtemplate(1, IconComponent_Conditional_1_Template, 2, 1, "span", 0)(2, IconComponent_Conditional_2_Template, 1, 1, "label", 1);
449
- } if (rf & 2) {
450
- i0__namespace.ɵɵclassMapInterpolate1("app-icon ", ctx.iconclass, "");
451
- i0__namespace.ɵɵadvance();
452
- i0__namespace.ɵɵconditional(ctx.iconclass ? 1 : -1);
453
- i0__namespace.ɵɵadvance();
454
- i0__namespace.ɵɵconditional(ctx.caption ? 2 : -1);
455
- } }, dependencies: [i2.CommonModule, i1$1.WmComponentsModule, i1$1__namespace.TextContentDirective], encapsulation: 2 }); }
456
- }
457
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IconComponent, [{
458
- type: i0.Component,
459
- args: [{ standalone: true, imports: [i2.CommonModule, i1$1.WmComponentsModule], selector: '[wmIcon]', providers: [
460
- i1$1.provideAsWidgetRef(IconComponent)
461
- ], template: "<i class=\"app-icon {{iconclass}}\"></i>\n@if (iconclass) {\n <span class=\"sr-only\">{{ arialabel || caption || appLocale.LABEL_ICON }}</span>\n}\n@if (caption) {\n <label [textContent]=\"caption\" aria-hidden=\"true\" class=\"app-label\"></label>\n}\n" }]
462
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
463
- type: i0.Inject,
464
- args: ['EXPLICIT_CONTEXT']
465
- }, {
466
- type: i0.Optional
467
- }] }], { iconposition: [{
468
- type: i0.HostBinding,
469
- args: ['attr.icon-position']
470
- }], iconsize: [{
471
- type: i0.HostBinding,
472
- args: ['style.fontSize']
473
- }] }); })();
474
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(IconComponent, { className: "IconComponent", filePath: "icon/icon.component.ts", lineNumber: 23 }); })();
475
-
476
- const registerProps$4 = () => {
477
- i1$1.register('wm-iframe', new Map([
478
- ['class', i1$1.PROP_STRING],
479
- ['encodeurl', i1$1.PROP_BOOLEAN],
480
- ['height', { value: '150px', ...i1$1.PROP_STRING }],
481
- ['iframesrc', i1$1.PROP_STRING],
482
- ['name', i1$1.PROP_STRING],
483
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
484
- ['width', { value: '300px', ...i1$1.PROP_STRING }],
485
- ['hint', i1$1.PROP_STRING],
486
- ['arialabel', i1$1.PROP_STRING]
487
- ]));
488
- };
489
-
490
- const _c0$2 = ["wmIframe", ""];
491
- function IframeComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
492
- i0__namespace.ɵɵelementStart(0, "div", 1);
493
- i0__namespace.ɵɵelement(1, "p", 2);
494
- i0__namespace.ɵɵelementEnd();
495
- } if (rf & 2) {
496
- const ctx_r0 = i0__namespace.ɵɵnextContext();
497
- i0__namespace.ɵɵadvance();
498
- i0__namespace.ɵɵproperty("title", ctx_r0.hintMsg)("textContent", ctx_r0.errMsg);
499
- } }
500
- const DEFAULT_CLS$4 = 'embed-responsive app-iframe';
501
- const WIDGET_CONFIG$4 = {
502
- widgetType: 'wm-iframe',
503
- hostClass: DEFAULT_CLS$4
504
- };
505
- class IframeComponent extends i1$1.StylableComponent {
506
- static { this.initializeProps = registerProps$4(); }
507
- constructor(inj, trustAsPipe, explicitContext) {
508
- super(inj, WIDGET_CONFIG$4, explicitContext);
509
- this.trustAsPipe = trustAsPipe;
510
- /**
511
- * this property member is set to true when the content request url doesn't match windows protocol
512
- */
513
- this.showContentLoadError = false;
514
- i1$1.styler(this.nativeElement, this);
515
- }
516
- computeIframeSrc() {
517
- this.showContentLoadError = false;
518
- this._iframesrc = undefined;
519
- if (this.iframesrc) {
520
- let url = this.iframesrc;
521
- if (this.encodeurl) {
522
- url = i1.encodeUrl(this.iframesrc);
523
- }
524
- const trustedUrl = this.trustAsPipe.transform(url, i0.SecurityContext.RESOURCE_URL);
525
- if (i1.isInsecureContentRequest(url)) {
526
- this.showContentLoadError = true;
527
- this.errorMsg = `${this.appLocale.MESSAGE_ERROR_CONTENT_DISPLAY} ${this.iframesrc}`;
528
- this.hintMsg = this.errorMsg;
529
- }
530
- this._iframesrc = trustedUrl;
531
- }
532
- }
533
- onPropertyChange(key, nv, ov) {
534
- if (key === 'iframesrc' || key === 'encodeurl') {
535
- this.computeIframeSrc();
536
- }
537
- else {
538
- super.onPropertyChange(key, nv, ov);
539
- }
540
- }
541
- static { this.ɵfac = function IframeComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || IframeComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.TrustAsPipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
542
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: IframeComponent, selectors: [["", "wmIframe", ""]], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
543
- i1$1.provideAsWidgetRef(IframeComponent)
544
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0$2, decls: 2, vars: 4, consts: [["role", "document", "scrolling", "auto", "marginheight", "0", "marginwidth", "0", "frameborder", "0", "seamless", "seamless", 1, "embed-responsive-item", "iframe-content", 3, "name"], [1, "wm-content-info", "readonly-wrapper"], [1, "wm-message", 3, "title", "textContent"]], template: function IframeComponent_Template(rf, ctx) { if (rf & 1) {
545
- i0__namespace.ɵɵelement(0, "iframe", 0);
546
- i0__namespace.ɵɵtemplate(1, IframeComponent_Conditional_1_Template, 2, 2, "div", 1);
547
- } if (rf & 2) {
548
- i0__namespace.ɵɵproperty("name", ctx.name);
549
- i0__namespace.ɵɵattribute("src", ctx._iframesrc, i0__namespace.ɵɵsanitizeResourceUrl)("aria-label", ctx.arialabel || "iframe");
550
- i0__namespace.ɵɵadvance();
551
- i0__namespace.ɵɵconditional(ctx.showContentLoadError ? 1 : -1);
552
- } }, dependencies: [i2.CommonModule, i1$1.WmComponentsModule, i1$1__namespace.TextContentDirective], encapsulation: 2 }); }
553
- }
554
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(IframeComponent, [{
555
- type: i0.Component,
556
- args: [{ standalone: true, imports: [i2.CommonModule, i1$1.WmComponentsModule], selector: '[wmIframe]', providers: [
557
- i1$1.provideAsWidgetRef(IframeComponent)
558
- ], template: "<iframe class=\"embed-responsive-item iframe-content\" role=\"document\"\n scrolling=\"auto\"\n marginheight=\"0\"\n marginwidth=\"0\"\n frameborder=\"0\"\n [name]=\"name\"\n [attr.src]=\"_iframesrc\"\n [attr.aria-label]=\"arialabel || 'iframe'\"\n seamless=\"seamless\">\n</iframe>\n@if (showContentLoadError) {\n <div class=\"wm-content-info readonly-wrapper\">\n <p class=\"wm-message\" [title]=\"hintMsg\" [textContent]=\"errMsg\"></p>\n </div>\n}\n" }]
559
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.TrustAsPipe }, { type: undefined, decorators: [{
560
- type: i0.Inject,
561
- args: ['EXPLICIT_CONTEXT']
562
- }, {
563
- type: i0.Optional
564
- }] }], null); })();
565
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(IframeComponent, { className: "IframeComponent", filePath: "iframe/iframe.component.ts", lineNumber: 26 }); })();
566
-
567
- const registerProps$3 = () => {
568
- i1$1.register('wm-label', new Map([
569
- ['animation', i1$1.PROP_STRING],
570
- ['caption', { value: 'Label', ...i1$1.PROP_STRING }],
571
- ['class', i1$1.PROP_STRING],
572
- ['conditionalclass', i1$1.PROP_ANY],
573
- ['conditionalstyle', i1$1.PROP_ANY],
574
- ['type', i1$1.PROP_STRING],
575
- ['notag', i1$1.PROP_BOOLEAN],
576
- ['hint', i1$1.PROP_STRING],
577
- ['name', i1$1.PROP_STRING],
578
- ['required', i1$1.PROP_BOOLEAN],
579
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }]
580
- ]));
581
- };
582
-
583
- const DEFAULT_CLS$3 = 'app-label';
584
- const WIDGET_CONFIG$3 = {
585
- widgetType: 'wm-label',
586
- hostClass: DEFAULT_CLS$3,
587
- displayType: i1$1.DISPLAY_TYPE.INLINE_BLOCK
588
- };
589
- class LabelDirective extends i1$1.StylableComponent {
590
- static { this.initializeProps = registerProps$3(); }
591
- constructor(inj, sanitizePipe, explicitContext) {
592
- super(inj, WIDGET_CONFIG$3, explicitContext);
593
- this.sanitizePipe = sanitizePipe;
594
- i1$1.styler(this.nativeElement, this);
595
- }
596
- onPropertyChange(key, nv, ov) {
597
- if (key === 'caption') {
598
- // Check for trustPipe safe values
599
- let bindContent = this.nativeElement.getAttribute('caption.bind');
600
- let safeValue = bindContent ? nv && bindContent.includes('trustAs:') : false;
601
- const insertZWSP = (value) => {
602
- if (typeof value !== 'string')
603
- return value;
604
- return value.replace(/\d{5,}/g, (match) => {
605
- return match.replace(/(.{9})(?=.)/g, '$1\u200B');
606
- });
607
- };
608
- if (lodashEs.isObject(nv) && !safeValue) {
609
- i1.setProperty(this.nativeElement, 'textContent', JSON.stringify(nv));
610
- }
611
- else if (lodashEs.isObject(nv) && safeValue) {
612
- i1.setProperty(this.nativeElement, 'innerHTML', nv[Object.keys(nv)[0]]);
613
- }
614
- else {
615
- i1.setProperty(this.nativeElement, 'innerHTML', this.sanitizePipe.transform(insertZWSP(nv), i0.SecurityContext.HTML));
616
- }
617
- }
618
- else if (key === 'required') {
619
- i1.toggleClass(this.nativeElement, 'required', nv);
620
- }
621
- else {
622
- super.onPropertyChange(key, nv, ov);
623
- }
624
- }
625
- static { this.ɵfac = function LabelDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || LabelDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.SanitizePipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
626
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: LabelDirective, selectors: [["", "wmLabel", ""]], exportAs: ["wmLabel"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
627
- i1$1.provideAsWidgetRef(LabelDirective)
628
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
629
- }
630
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(LabelDirective, [{
631
- type: i0.Directive,
632
- args: [{
633
- standalone: true,
634
- selector: '[wmLabel]',
635
- providers: [
636
- i1$1.provideAsWidgetRef(LabelDirective)
637
- ],
638
- exportAs: 'wmLabel'
639
- }]
640
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.SanitizePipe }, { type: undefined, decorators: [{
641
- type: i0.Inject,
642
- args: ['EXPLICIT_CONTEXT']
643
- }, {
644
- type: i0.Optional
645
- }] }], null); })();
646
-
647
- const registerProps$2 = () => {
648
- const props = new Map([
649
- ['animation', i1$1.PROP_STRING],
650
- ['class', i1$1.PROP_STRING],
651
- ['conditionalclass', i1$1.PROP_ANY],
652
- ['conditionalstyle', i1$1.PROP_ANY],
653
- ['encodeurl', i1$1.PROP_STRING],
654
- ['hint', i1$1.PROP_STRING],
655
- ['arialabel', i1$1.PROP_STRING],
656
- ['name', i1$1.PROP_STRING],
657
- ['pictureaspect', { value: 'None', ...i1$1.PROP_STRING }],
658
- ['alttext', { value: 'Image alt text not provided', ...i1$1.PROP_STRING }],
659
- ['pictureplaceholder', i1$1.PROP_STRING],
660
- ['picturesource', i1$1.PROP_STRING],
661
- ['resizemode', { value: 'fill', ...i1$1.PROP_STRING }],
662
- ['shape', i1$1.PROP_STRING],
663
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
664
- ['tabindex', { value: 0, ...i1$1.PROP_NUMBER }]
665
- ]);
666
- i1$1.register('wm-picture', props);
667
- };
668
-
669
- const DEFAULT_CLS$2 = 'app-picture';
670
- const WIDGET_CONFIG$2 = {
671
- widgetType: 'wm-picture',
672
- hostClass: DEFAULT_CLS$2,
673
- displayType: i1$1.DISPLAY_TYPE.INLINE_BLOCK
674
- };
675
- class PictureDirective extends i1$1.StylableComponent {
676
- static { this.initializeProps = registerProps$2(); }
677
- constructor(inj, imagePipe, explicitContext) {
678
- super(inj, WIDGET_CONFIG$2, explicitContext);
679
- this.imagePipe = imagePipe;
680
- i1$1.styler(this.nativeElement, this);
681
- }
682
- setImgSource() {
683
- this.imgSource = this.imagePipe.transform(this.picturesource, this.encodeurl, this.pictureplaceholder);
684
- }
685
- onPropertyChange(key, nv, ov) {
686
- if (key === 'pictureaspect') {
687
- let width = '';
688
- let height = '';
689
- switch (nv) {
690
- case 'None':
691
- width = this.width;
692
- height = this.height;
693
- break;
694
- case 'H':
695
- width = '100%';
696
- break;
697
- case 'V':
698
- height = '100%';
699
- break;
700
- case 'Both':
701
- width = '100%';
702
- height = '100%';
703
- break;
704
- }
705
- i1.setCSS(this.nativeElement, 'width', width, true);
706
- i1.setCSS(this.nativeElement, 'height', height, true);
707
- }
708
- else if (key === 'encodeurl' || key === 'pictureplaceholder') {
709
- this.setImgSource();
710
- }
711
- else if (key === 'shape') {
712
- i1.switchClass(this.nativeElement, `img-${nv}`, `img-${ov}`);
713
- }
714
- else if (key === 'resizemode') {
715
- i1.setCSS(this.nativeElement, 'object-fit', nv);
716
- }
717
- super.onPropertyChange(key, nv, ov);
718
- }
719
- onStyleChange(key, nv, ov) {
720
- if (key === 'picturesource') {
721
- this.setImgSource();
722
- }
723
- else {
724
- super.onStyleChange(key, nv, ov);
725
- }
726
- }
727
- ngOnInit() {
728
- this.setImgSource();
729
- super.ngOnInit();
730
- }
731
- static { this.ɵfac = function PictureDirective_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || PictureDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.ImagePipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
732
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: PictureDirective, selectors: [["img", "wmPicture", ""]], hostVars: 1, hostBindings: function PictureDirective_HostBindings(rf, ctx) { if (rf & 2) {
733
- i0__namespace.ɵɵhostProperty("src", ctx.imgSource, i0__namespace.ɵɵsanitizeUrl);
734
- } }, exportAs: ["wmPicture"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
735
- i1$1.provideAsWidgetRef(PictureDirective)
736
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
737
- }
738
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(PictureDirective, [{
739
- type: i0.Directive,
740
- args: [{
741
- standalone: true,
742
- selector: 'img[wmPicture]',
743
- providers: [
744
- i1$1.provideAsWidgetRef(PictureDirective)
745
- ],
746
- exportAs: 'wmPicture'
747
- }]
748
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.ImagePipe }, { type: undefined, decorators: [{
749
- type: i0.Inject,
750
- args: ['EXPLICIT_CONTEXT']
751
- }, {
752
- type: i0.Optional
753
- }] }], { imgSource: [{
754
- type: i0.HostBinding,
755
- args: ['src']
756
- }] }); })();
757
-
758
- const registerProps$1 = () => {
759
- i1$1.register('wm-spinner', new Map([
760
- ['animation', { value: 'spin', PROP_STRING: i1$1.PROP_STRING }],
761
- ['caption', { value: 'Loading...', ...i1$1.PROP_STRING }],
762
- ['class', i1$1.PROP_STRING],
763
- ['iconclass', { value: 'fa fa-circle-o-notch fa-spin', ...i1$1.PROP_STRING }],
764
- ['iconsize', i1$1.PROP_STRING],
765
- ['image', i1$1.PROP_STRING],
766
- ['imageheight', i1$1.PROP_STRING],
767
- ['imagewidth', { value: '20px', ...i1$1.PROP_STRING }],
768
- ['name', i1$1.PROP_STRING],
769
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
770
- ['type', { value: 'icon', ...i1$1.PROP_STRING }],
771
- ['servicevariabletotrack', i1$1.PROP_STRING],
772
- ['hint', i1$1.PROP_STRING],
773
- ['arialabel', i1$1.PROP_STRING]
774
- ]));
775
- };
776
-
777
- const _c0$1 = ["wmSpinner", ""];
778
- const _c1 = (a0, a1, a2, a3) => ({ width: a0, height: a1, backgroundImage: a2, backgroundSize: a3 });
779
- const _c2 = (a0, a1) => [a0, a1];
780
- function SpinnerComponent_Conditional_1_Template(rf, ctx) { if (rf & 1) {
781
- i0__namespace.ɵɵelement(0, "span", 1);
782
- } if (rf & 2) {
783
- const ctx_r0 = i0__namespace.ɵɵnextContext();
784
- i0__namespace.ɵɵproperty("ngClass", ctx_r0.animation)("ngStyle", i0__namespace.ɵɵpureFunction4(2, _c1, ctx_r0.imagewidth, ctx_r0.imageheight, "url(" + ctx_r0.picture + ")", ctx_r0.imagewidth));
785
- } }
786
- function SpinnerComponent_Conditional_2_Template(rf, ctx) { if (rf & 1) {
787
- i0__namespace.ɵɵelement(0, "i", 5);
788
- } if (rf & 2) {
789
- const ctx_r0 = i0__namespace.ɵɵnextContext();
790
- i0__namespace.ɵɵstyleProp("fon-size", ctx_r0.iconsize);
791
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(3, _c2, ctx_r0.iconclass, ctx_r0.animation));
792
- } }
793
- function SpinnerComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
794
- i0__namespace.ɵɵelement(0, "span", 3);
795
- } if (rf & 2) {
796
- const ctx_r0 = i0__namespace.ɵɵnextContext();
797
- i0__namespace.ɵɵproperty("innerHTML", ctx_r0.caption, i0__namespace.ɵɵsanitizeHtml);
798
- } }
799
- function SpinnerComponent_Conditional_4_For_2_Template(rf, ctx) { if (rf & 1) {
800
- i0__namespace.ɵɵelement(0, "p", 6);
801
- } if (rf & 2) {
802
- const value_r2 = ctx.$implicit;
803
- i0__namespace.ɵɵproperty("textContent", value_r2);
804
- } }
805
- function SpinnerComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
806
- i0__namespace.ɵɵelementStart(0, "div", 4);
807
- i0__namespace.ɵɵrepeaterCreate(1, SpinnerComponent_Conditional_4_For_2_Template, 1, 1, "p", 6, i0__namespace.ɵɵrepeaterTrackByIdentity);
808
- i0__namespace.ɵɵelementEnd();
809
- } if (rf & 2) {
810
- const ctx_r0 = i0__namespace.ɵɵnextContext();
811
- i0__namespace.ɵɵadvance();
812
- i0__namespace.ɵɵrepeater(ctx_r0.spinnerMessages);
813
- } }
814
- const DEFAULT_CLS$1 = 'app-spinner';
815
- const WIDGET_CONFIG$1 = { widgetType: 'wm-spinner', hostClass: DEFAULT_CLS$1 };
816
- class SpinnerComponent extends i1$1.StylableComponent {
817
- static { this.initializeProps = registerProps$1(); }
818
- get spinnerMessages() {
819
- return this._spinnerMessages;
820
- }
821
- set spinnerMessages(newVal) {
822
- this.showCaption = lodashEs.isEmpty(newVal);
823
- this._spinnerMessages = newVal;
824
- }
825
- listenOnDataSource() {
826
- const variables = lodashEs.split(this.servicevariabletotrack, ',');
827
- this.getAppInstance().subscribe('toggle-variable-state', data => {
828
- const name = data.variable.execute(i1.DataSource.Operation.GET_NAME);
829
- if (lodashEs.includes(variables, name) && i1.validateDataSourceCtx(data.variable, this.getViewParent())) {
830
- this.widget.show = data.active;
831
- }
832
- });
833
- }
834
- constructor(inj, imagePipe, explicitContext) {
835
- super(inj, WIDGET_CONFIG$1, explicitContext);
836
- this.imagePipe = imagePipe;
837
- this.iconclass = '';
838
- this.animation = '';
839
- this.showCaption = true;
840
- i1$1.styler(this.nativeElement, this);
841
- }
842
- onPropertyChange(key, nv, ov) {
843
- if (key === 'image') {
844
- this.picture = this.imagePipe.transform(nv);
845
- }
846
- else if (key === 'animation') {
847
- if (nv === 'spin') {
848
- this.animation = 'fa-spin';
849
- }
850
- else {
851
- this.animation = nv || '';
852
- }
853
- }
854
- else {
855
- super.onPropertyChange(key, nv, ov);
856
- }
857
- }
858
- ngOnInit() {
859
- super.ngOnInit();
860
- // if variables are to be listened to, hide the widget and set the listener
861
- if (this.servicevariabletotrack) {
862
- this.widget.show = false;
863
- this.listenOnDataSource();
864
- }
865
- }
866
- static { this.ɵfac = function SpinnerComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || SpinnerComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.ImagePipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
867
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: SpinnerComponent, selectors: [["", "wmSpinner", ""]], exportAs: ["wmSpinner"], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
868
- i1$1.provideAsWidgetRef(SpinnerComponent)
869
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0$1, decls: 5, vars: 4, consts: [[1, "spinner-message"], ["aria-hidden", "true", 1, "spinner-image", "animated", "infinite", 3, "ngClass", "ngStyle"], ["aria-hidden", "true", 1, "spinner-image", "animated", "infinite", 3, "ngClass", "fonSize"], [1, "spinner-text", 3, "innerHTML"], [1, "spinner-messages"], ["aria-hidden", "true", 1, "spinner-image", "animated", "infinite", 3, "ngClass"], [3, "textContent"]], template: function SpinnerComponent_Template(rf, ctx) { if (rf & 1) {
870
- i0__namespace.ɵɵelementStart(0, "div", 0);
871
- i0__namespace.ɵɵtemplate(1, SpinnerComponent_Conditional_1_Template, 1, 7, "span", 1)(2, SpinnerComponent_Conditional_2_Template, 1, 6, "i", 2)(3, SpinnerComponent_Conditional_3_Template, 1, 1, "span", 3)(4, SpinnerComponent_Conditional_4_Template, 3, 0, "div", 4);
872
- i0__namespace.ɵɵelementEnd();
873
- } if (rf & 2) {
874
- i0__namespace.ɵɵadvance();
875
- i0__namespace.ɵɵconditional(ctx.type === "image" ? 1 : -1);
876
- i0__namespace.ɵɵadvance();
877
- i0__namespace.ɵɵconditional(ctx.type === "icon" ? 2 : -1);
878
- i0__namespace.ɵɵadvance();
879
- i0__namespace.ɵɵconditional(ctx.showCaption ? 3 : -1);
880
- i0__namespace.ɵɵadvance();
881
- i0__namespace.ɵɵconditional(!ctx.showCaption && ctx.spinnerMessages ? 4 : -1);
882
- } }, dependencies: [i2.CommonModule, i2__namespace.NgClass, i2__namespace.NgStyle, i1$1.WmComponentsModule, i1$1__namespace.TextContentDirective], encapsulation: 2 }); }
883
- }
884
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SpinnerComponent, [{
885
- type: i0.Component,
886
- args: [{ standalone: true, imports: [i2.CommonModule, i1$1.WmComponentsModule], selector: '[wmSpinner]', providers: [
887
- i1$1.provideAsWidgetRef(SpinnerComponent)
888
- ], exportAs: 'wmSpinner', template: "<div class=\"spinner-message\">\n @if (type === 'image') {\n <span class=\"spinner-image animated infinite\" [ngClass]=\"animation\" aria-hidden=\"true\"\n [ngStyle]=\"{width: imagewidth, height: imageheight, backgroundImage: 'url(' + picture + ')', backgroundSize: imagewidth}\"\n ></span>\n }\n @if (type === 'icon') {\n <i class=\"spinner-image animated infinite\" aria-hidden=\"true\" [ngClass]=\"[iconclass, animation]\" [style.fonSize]=\"iconsize\"></i>\n }\n @if (showCaption) {\n <span class=\"spinner-text\" [innerHTML]=\"caption\"></span>\n }\n @if (!showCaption && spinnerMessages) {\n <div class=\"spinner-messages\">\n @for (value of spinnerMessages; track value) {\n <p [textContent]=\"value\"></p>\n }\n </div>\n }\n</div>\n" }]
889
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.ImagePipe }, { type: undefined, decorators: [{
890
- type: i0.Inject,
891
- args: ['EXPLICIT_CONTEXT']
892
- }, {
893
- type: i0.Optional
894
- }] }], null); })();
895
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(SpinnerComponent, { className: "SpinnerComponent", filePath: "spinner/spinner.component.ts", lineNumber: 24 }); })();
896
-
897
- const registerProps = () => {
898
- i1$1.register('wm-video', new Map([
899
- ['autoplay', i1$1.PROP_BOOLEAN],
900
- ['class', i1$1.PROP_STRING],
901
- ['controls', i1$1.PROP_BOOLEAN],
902
- ['hint', i1$1.PROP_STRING],
903
- ['arialabel', i1$1.PROP_STRING],
904
- ['loop', i1$1.PROP_BOOLEAN],
905
- ['mp4format', i1$1.PROP_STRING],
906
- ['muted', i1$1.PROP_BOOLEAN],
907
- ['name', i1$1.PROP_STRING],
908
- ['oggformat', i1$1.PROP_STRING],
909
- ['show', { value: true, ...i1$1.PROP_BOOLEAN }],
910
- ['subtitlelang', { value: 'en', ...i1$1.PROP_STRING }],
911
- ['subtitlesource', i1$1.PROP_STRING],
912
- ['tabindex', { value: 0, ...i1$1.PROP_NUMBER }],
913
- ['videoposter', { value: 'resources/images/imagelists/default-image.png', ...i1$1.PROP_STRING }],
914
- ['videopreload', { value: 'none', ...i1$1.PROP_STRING }],
915
- ['videosupportmessage', { value: 'Your browser does not support the video tag.', ...i1$1.PROP_STRING }],
916
- ['webmformat', i1$1.PROP_STRING]
917
- ]));
918
- };
919
-
920
- const _c0 = ["wmVideo", ""];
921
- function VideoComponent_Conditional_3_Template(rf, ctx) { if (rf & 1) {
922
- i0__namespace.ɵɵelement(0, "source", 1);
923
- i0__namespace.ɵɵpipe(1, "trustAs");
924
- } if (rf & 2) {
925
- const ctx_r0 = i0__namespace.ɵɵnextContext();
926
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind2(1, 1, ctx_r0.mp4format, "resource"), i0__namespace.ɵɵsanitizeUrl);
927
- } }
928
- function VideoComponent_Conditional_4_Template(rf, ctx) { if (rf & 1) {
929
- i0__namespace.ɵɵelement(0, "source", 2);
930
- i0__namespace.ɵɵpipe(1, "trustAs");
931
- } if (rf & 2) {
932
- const ctx_r0 = i0__namespace.ɵɵnextContext();
933
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind2(1, 1, ctx_r0.webmformat, "resource"), i0__namespace.ɵɵsanitizeUrl);
934
- } }
935
- function VideoComponent_Conditional_5_Template(rf, ctx) { if (rf & 1) {
936
- i0__namespace.ɵɵelement(0, "source", 3);
937
- i0__namespace.ɵɵpipe(1, "trustAs");
938
- } if (rf & 2) {
939
- const ctx_r0 = i0__namespace.ɵɵnextContext();
940
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind2(1, 1, ctx_r0.oggformat, "resource"), i0__namespace.ɵɵsanitizeUrl);
941
- } }
942
- const DEFAULT_CLS = 'app-video';
943
- const WIDGET_CONFIG = {
944
- widgetType: 'wm-video',
945
- hostClass: DEFAULT_CLS,
946
- displayType: i1$1.DISPLAY_TYPE.INLINE_BLOCK
947
- };
948
- class VideoComponent extends i1$1.StylableComponent {
949
- static { this.initializeProps = registerProps(); }
950
- constructor(inj, trustAsPipe, explicitContext) {
951
- super(inj, WIDGET_CONFIG, explicitContext);
952
- this.trustAsPipe = trustAsPipe;
953
- /**
954
- * subtitle language property eg: en
955
- */
956
- this.subtitlelang = 'en';
957
- i1$1.styler(this.nativeElement, this);
958
- }
959
- // DO NOT use ngIf binding for the track. As of v6.0.Beta7 there is an error creating a void track node
960
- onPropertyChange(key, nv, ov) {
961
- if (key === 'subtitlesource') {
962
- let track = this.nativeElement.querySelector('track');
963
- if (track) {
964
- i1.removeNode(track, true);
965
- }
966
- track = i1.createElement('track', {
967
- kind: 'subtitles',
968
- label: this.subtitlelang,
969
- srclang: this.subtitlelang,
970
- src: this.trustAsPipe.transform(nv, i0.SecurityContext.RESOURCE_URL),
971
- default: ''
972
- }, true);
973
- i1.appendNode(track, this.nativeElement.querySelector('video'));
974
- }
975
- else if (key === 'mp4format') {
976
- this.mp4format = i1.transformFileURI(nv);
977
- }
978
- else if (key === 'webmformat') {
979
- this.webmformat = i1.transformFileURI(nv);
980
- }
981
- else if (key === 'oggformat') {
982
- this.oggformat = i1.transformFileURI(nv);
983
- }
984
- else if (key === 'tabindex') {
985
- return;
986
- }
987
- super.onPropertyChange(key, nv, ov);
988
- }
989
- static { this.ɵfac = function VideoComponent_Factory(__ngFactoryType__) { return new (__ngFactoryType__ || VideoComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.TrustAsPipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
990
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: VideoComponent, selectors: [["", "wmVideo", ""]], standalone: true, features: [i0__namespace.ɵɵProvidersFeature([
991
- i1$1.provideAsWidgetRef(VideoComponent)
992
- ]), i0__namespace.ɵɵInheritDefinitionFeature, i0__namespace.ɵɵStandaloneFeature], attrs: _c0, decls: 7, vars: 18, consts: [[3, "preload", "src", "muted", "poster", "controls", "loop", "autoplay", "tabindex"], ["type", "video/mp4", 3, "src"], ["type", "video/webm", 3, "src"], ["type", "video/ogg", 3, "src"]], template: function VideoComponent_Template(rf, ctx) { if (rf & 1) {
993
- i0__namespace.ɵɵelementStart(0, "video", 0);
994
- i0__namespace.ɵɵpipe(1, "trustAs");
995
- i0__namespace.ɵɵpipe(2, "image");
996
- i0__namespace.ɵɵtemplate(3, VideoComponent_Conditional_3_Template, 2, 4, "source", 1)(4, VideoComponent_Conditional_4_Template, 2, 4, "source", 2)(5, VideoComponent_Conditional_5_Template, 2, 4, "source", 3);
997
- i0__namespace.ɵɵtext(6);
998
- i0__namespace.ɵɵelementEnd();
999
- } if (rf & 2) {
1000
- i0__namespace.ɵɵproperty("preload", ctx.videopreload)("src", i0__namespace.ɵɵpipeBind2(1, 13, ctx.mp4format, "resource"), i0__namespace.ɵɵsanitizeUrl)("muted", ctx.muted)("poster", i0__namespace.ɵɵpipeBind1(2, 16, ctx.videoposter), i0__namespace.ɵɵsanitizeUrl)("controls", ctx.controls)("loop", ctx.loop)("autoplay", ctx.autoplay)("tabindex", ctx.tabindex);
1001
- i0__namespace.ɵɵattribute("aria-label", ctx.arialabel || "video");
1002
- i0__namespace.ɵɵadvance(3);
1003
- i0__namespace.ɵɵconditional(ctx.mp4format ? 3 : -1);
1004
- i0__namespace.ɵɵadvance();
1005
- i0__namespace.ɵɵconditional(ctx.webmformat ? 4 : -1);
1006
- i0__namespace.ɵɵadvance();
1007
- i0__namespace.ɵɵconditional(ctx.oggformat ? 5 : -1);
1008
- i0__namespace.ɵɵadvance();
1009
- i0__namespace.ɵɵtextInterpolate1(" ", ctx.videosupportmessage, "\n");
1010
- } }, dependencies: [i2.CommonModule, i1$1.WmComponentsModule, i1$1__namespace.TrustAsPipe, i1$1__namespace.ImagePipe], encapsulation: 2 }); }
1011
- }
1012
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(VideoComponent, [{
1013
- type: i0.Component,
1014
- args: [{ standalone: true, imports: [i2.CommonModule, i1$1.WmComponentsModule], selector: '[wmVideo]', providers: [
1015
- i1$1.provideAsWidgetRef(VideoComponent)
1016
- ], template: "<video [attr.aria-label]=\"arialabel || 'video'\" [preload]=\"videopreload\"\n [src]=\"mp4format | trustAs: 'resource'\"\n [muted]=\"muted\"\n [poster]=\"videoposter | image\"\n [controls]=\"controls\"\n [loop]=\"loop\"\n [autoplay]=\"autoplay\" [tabindex]=\"tabindex\">\n @if (mp4format) {\n <source type=\"video/mp4\" [src]=\"mp4format | trustAs: 'resource'\">\n }\n @if (webmformat) {\n <source type=\"video/webm\" [src]=\"webmformat | trustAs: 'resource'\">\n }\n @if (oggformat) {\n <source type=\"video/ogg\" [src]=\"oggformat | trustAs: 'resource'\">\n }\n {{videosupportmessage}}\n</video>\n" }]
1017
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.TrustAsPipe }, { type: undefined, decorators: [{
1018
- type: i0.Inject,
1019
- args: ['EXPLICIT_CONTEXT']
1020
- }, {
1021
- type: i0.Optional
1022
- }] }], null); })();
1023
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(VideoComponent, { className: "VideoComponent", filePath: "video/video.component.ts", lineNumber: 26 }); })();
1024
-
1025
- exports.AnchorComponent = AnchorComponent;
1026
- exports.AudioComponent = AudioComponent;
1027
- exports.HtmlDirective = HtmlDirective;
1028
- exports.IconComponent = IconComponent;
1029
- exports.IframeComponent = IframeComponent;
1030
- exports.LabelDirective = LabelDirective;
1031
- exports.PictureDirective = PictureDirective;
1032
- exports.SpinnerComponent = SpinnerComponent;
1033
- exports.VideoComponent = VideoComponent;
1034
- exports.disableContextMenu = disableContextMenu;
1035
-
1036
- }));