@wavemaker/app-ng-runtime 11.8.0-rc.5666 → 11.8.0-rc.5668

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 (2827) hide show
  1. app-ng-runtime/build-task/.npmignore +2 -0
  2. app-ng-runtime/build-task/package.json +28 -0
  3. app-ng-runtime/components/advanced/carousel/.npmignore +2 -0
  4. app-ng-runtime/components/advanced/carousel/package.json +23 -0
  5. app-ng-runtime/components/advanced/login/.npmignore +2 -0
  6. app-ng-runtime/components/advanced/login/package.json +23 -0
  7. app-ng-runtime/components/advanced/marquee/.npmignore +2 -0
  8. app-ng-runtime/components/advanced/marquee/package.json +23 -0
  9. app-ng-runtime/components/base/.npmignore +2 -0
  10. app-ng-runtime/components/base/bundles/index.umd.js +5364 -0
  11. app-ng-runtime/components/base/directives/show-in-device.directive.d.ts +15 -0
  12. app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +71 -0
  13. app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +265 -0
  14. app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +43 -0
  15. app-ng-runtime/components/base/fesm2022/index.mjs +5242 -0
  16. app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -0
  17. app-ng-runtime/components/base/package.json +28 -0
  18. app-ng-runtime/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +15 -0
  19. app-ng-runtime/components/basic/default/.npmignore +2 -0
  20. app-ng-runtime/components/basic/default/package.json +23 -0
  21. app-ng-runtime/components/basic/progress/.npmignore +2 -0
  22. app-ng-runtime/components/basic/progress/package.json +23 -0
  23. app-ng-runtime/components/basic/rich-text-editor/.npmignore +2 -0
  24. app-ng-runtime/components/basic/rich-text-editor/package.json +23 -0
  25. app-ng-runtime/components/basic/search/.npmignore +2 -0
  26. app-ng-runtime/components/basic/search/bundles/index.umd.js +1285 -0
  27. app-ng-runtime/components/basic/search/esm2022/search.component.mjs +922 -0
  28. app-ng-runtime/components/basic/search/fesm2022/index.mjs +1273 -0
  29. app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -0
  30. app-ng-runtime/components/basic/search/package.json +23 -0
  31. app-ng-runtime/components/basic/tree/.npmignore +2 -0
  32. app-ng-runtime/components/basic/tree/package.json +23 -0
  33. app-ng-runtime/components/chart/.npmignore +2 -0
  34. app-ng-runtime/components/chart/package.json +23 -0
  35. app-ng-runtime/components/containers/accordion/.npmignore +2 -0
  36. app-ng-runtime/components/containers/accordion/package.json +23 -0
  37. app-ng-runtime/components/containers/layout-grid/.npmignore +2 -0
  38. app-ng-runtime/components/containers/layout-grid/package.json +23 -0
  39. app-ng-runtime/components/containers/linear-layout/.npmignore +2 -0
  40. app-ng-runtime/components/containers/linear-layout/package.json +23 -0
  41. app-ng-runtime/components/containers/panel/.npmignore +2 -0
  42. app-ng-runtime/components/containers/panel/package.json +23 -0
  43. app-ng-runtime/components/containers/tabs/.npmignore +2 -0
  44. app-ng-runtime/components/containers/tabs/package.json +23 -0
  45. app-ng-runtime/components/containers/tile/.npmignore +2 -0
  46. app-ng-runtime/components/containers/tile/package.json +23 -0
  47. app-ng-runtime/components/containers/wizard/.npmignore +2 -0
  48. app-ng-runtime/components/containers/wizard/package.json +23 -0
  49. app-ng-runtime/components/data/card/.npmignore +2 -0
  50. app-ng-runtime/components/data/card/package.json +23 -0
  51. app-ng-runtime/components/data/form/.npmignore +2 -0
  52. app-ng-runtime/components/data/form/package.json +23 -0
  53. app-ng-runtime/components/data/list/.npmignore +2 -0
  54. app-ng-runtime/components/data/list/package.json +23 -0
  55. app-ng-runtime/components/data/live-table/.npmignore +2 -0
  56. app-ng-runtime/components/data/live-table/package.json +23 -0
  57. app-ng-runtime/components/data/pagination/.npmignore +2 -0
  58. app-ng-runtime/components/data/pagination/bundles/index.umd.js +835 -0
  59. app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +771 -0
  60. app-ng-runtime/components/data/pagination/fesm2022/index.mjs +828 -0
  61. app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -0
  62. app-ng-runtime/components/data/pagination/package.json +23 -0
  63. app-ng-runtime/components/data/table/.npmignore +2 -0
  64. app-ng-runtime/components/data/table/bundles/index.umd.js +4530 -0
  65. app-ng-runtime/components/data/table/esm2022/table.component.mjs +2203 -0
  66. app-ng-runtime/components/data/table/fesm2022/index.mjs +4517 -0
  67. app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -0
  68. app-ng-runtime/components/data/table/package.json +23 -0
  69. app-ng-runtime/components/dialogs/alert-dialog/.npmignore +2 -0
  70. app-ng-runtime/components/dialogs/alert-dialog/package.json +23 -0
  71. app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +2 -0
  72. app-ng-runtime/components/dialogs/confirm-dialog/package.json +23 -0
  73. app-ng-runtime/components/dialogs/default/.npmignore +2 -0
  74. app-ng-runtime/components/dialogs/default/package.json +23 -0
  75. app-ng-runtime/components/dialogs/design-dialog/.npmignore +2 -0
  76. app-ng-runtime/components/dialogs/design-dialog/package.json +23 -0
  77. app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +2 -0
  78. app-ng-runtime/components/dialogs/iframe-dialog/package.json +23 -0
  79. app-ng-runtime/components/dialogs/login-dialog/.npmignore +2 -0
  80. app-ng-runtime/components/dialogs/login-dialog/package.json +23 -0
  81. app-ng-runtime/components/dialogs/partial-dialog/.npmignore +2 -0
  82. app-ng-runtime/components/dialogs/partial-dialog/package.json +23 -0
  83. app-ng-runtime/components/input/calendar/.npmignore +2 -0
  84. app-ng-runtime/components/input/calendar/package.json +23 -0
  85. app-ng-runtime/components/input/chips/.npmignore +2 -0
  86. app-ng-runtime/components/input/chips/package.json +23 -0
  87. app-ng-runtime/components/input/color-picker/.npmignore +2 -0
  88. app-ng-runtime/components/input/color-picker/bundles/index.umd.js +202 -0
  89. app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +133 -0
  90. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +188 -0
  91. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -0
  92. app-ng-runtime/components/input/color-picker/package.json +23 -0
  93. app-ng-runtime/components/input/currency/.npmignore +2 -0
  94. app-ng-runtime/components/input/currency/package.json +23 -0
  95. app-ng-runtime/components/input/default/.npmignore +2 -0
  96. app-ng-runtime/components/input/default/bundles/index.umd.js +3416 -0
  97. app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +176 -0
  98. app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +203 -0
  99. app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +90 -0
  100. app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +66 -0
  101. app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +66 -0
  102. app-ng-runtime/components/input/default/fesm2022/index.mjs +3385 -0
  103. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -0
  104. app-ng-runtime/components/input/default/package.json +23 -0
  105. app-ng-runtime/components/input/default/text/base/base-input.d.ts +33 -0
  106. app-ng-runtime/components/input/epoch/.npmignore +2 -0
  107. app-ng-runtime/components/input/epoch/bundles/index.umd.js +3140 -0
  108. app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +353 -0
  109. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +508 -0
  110. app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +381 -0
  111. app-ng-runtime/components/input/epoch/fesm2022/index.mjs +3125 -0
  112. app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -0
  113. app-ng-runtime/components/input/epoch/package.json +23 -0
  114. app-ng-runtime/components/input/file-upload/.npmignore +2 -0
  115. app-ng-runtime/components/input/file-upload/package.json +23 -0
  116. app-ng-runtime/components/input/rating/.npmignore +2 -0
  117. app-ng-runtime/components/input/rating/bundles/index.umd.js +343 -0
  118. app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +271 -0
  119. app-ng-runtime/components/input/rating/fesm2022/index.mjs +329 -0
  120. app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -0
  121. app-ng-runtime/components/input/rating/package.json +23 -0
  122. app-ng-runtime/components/input/slider/.npmignore +2 -0
  123. app-ng-runtime/components/input/slider/bundles/index.umd.js +156 -0
  124. app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +88 -0
  125. app-ng-runtime/components/input/slider/fesm2022/index.mjs +141 -0
  126. app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -0
  127. app-ng-runtime/components/input/slider/package.json +23 -0
  128. app-ng-runtime/components/navigation/breadcrumb/.npmignore +2 -0
  129. app-ng-runtime/components/navigation/breadcrumb/package.json +23 -0
  130. app-ng-runtime/components/navigation/menu/.npmignore +2 -0
  131. app-ng-runtime/components/navigation/menu/package.json +23 -0
  132. app-ng-runtime/components/navigation/navbar/.npmignore +2 -0
  133. app-ng-runtime/components/navigation/navbar/package.json +23 -0
  134. app-ng-runtime/components/navigation/popover/.npmignore +2 -0
  135. app-ng-runtime/components/navigation/popover/package.json +23 -0
  136. app-ng-runtime/components/page/default/.npmignore +2 -0
  137. app-ng-runtime/components/page/default/package.json +23 -0
  138. app-ng-runtime/components/page/footer/.npmignore +2 -0
  139. app-ng-runtime/components/page/footer/package.json +23 -0
  140. app-ng-runtime/components/page/header/.npmignore +2 -0
  141. app-ng-runtime/components/page/header/package.json +23 -0
  142. app-ng-runtime/components/page/left-panel/.npmignore +2 -0
  143. app-ng-runtime/components/page/left-panel/package.json +23 -0
  144. app-ng-runtime/components/page/right-panel/.npmignore +2 -0
  145. app-ng-runtime/components/page/right-panel/package.json +23 -0
  146. app-ng-runtime/components/page/top-nav/.npmignore +2 -0
  147. app-ng-runtime/components/page/top-nav/package.json +23 -0
  148. app-ng-runtime/components/prefab/.npmignore +2 -0
  149. app-ng-runtime/components/prefab/package.json +23 -0
  150. app-ng-runtime/core/.npmignore +2 -0
  151. app-ng-runtime/core/bundles/index.umd.js +5352 -0
  152. app-ng-runtime/core/esm2022/public_api.mjs +27 -0
  153. app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +26 -0
  154. app-ng-runtime/core/fesm2022/index.mjs +5182 -0
  155. app-ng-runtime/core/fesm2022/index.mjs.map +1 -0
  156. app-ng-runtime/core/package.json +29 -0
  157. app-ng-runtime/core/public_api.d.ts +23 -0
  158. app-ng-runtime/core/services/custom-icons-loader.service.d.ts +7 -0
  159. app-ng-runtime/http/.npmignore +2 -0
  160. app-ng-runtime/http/package.json +28 -0
  161. app-ng-runtime/mobile/components/basic/default/.npmignore +2 -0
  162. app-ng-runtime/mobile/components/basic/default/package.json +23 -0
  163. app-ng-runtime/mobile/components/basic/search/.npmignore +2 -0
  164. app-ng-runtime/mobile/components/basic/search/package.json +23 -0
  165. app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +2 -0
  166. app-ng-runtime/mobile/components/containers/segmented-control/package.json +23 -0
  167. app-ng-runtime/mobile/components/data/media-list/.npmignore +2 -0
  168. app-ng-runtime/mobile/components/data/media-list/package.json +23 -0
  169. app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +2 -0
  170. app-ng-runtime/mobile/components/device/barcode-scanner/package.json +23 -0
  171. app-ng-runtime/mobile/components/device/camera/.npmignore +2 -0
  172. app-ng-runtime/mobile/components/device/camera/package.json +23 -0
  173. app-ng-runtime/mobile/components/input/file-upload/.npmignore +2 -0
  174. app-ng-runtime/mobile/components/input/file-upload/package.json +23 -0
  175. app-ng-runtime/mobile/components/page/default/.npmignore +2 -0
  176. app-ng-runtime/mobile/components/page/default/package.json +23 -0
  177. app-ng-runtime/mobile/components/page/left-panel/.npmignore +2 -0
  178. app-ng-runtime/mobile/components/page/left-panel/package.json +23 -0
  179. app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +2 -0
  180. app-ng-runtime/mobile/components/page/mobile-navbar/package.json +23 -0
  181. app-ng-runtime/mobile/components/page/tab-bar/.npmignore +2 -0
  182. app-ng-runtime/mobile/components/page/tab-bar/package.json +23 -0
  183. app-ng-runtime/mobile/core/.npmignore +2 -0
  184. app-ng-runtime/mobile/core/package.json +28 -0
  185. app-ng-runtime/mobile/offline/.npmignore +2 -0
  186. app-ng-runtime/mobile/offline/package.json +28 -0
  187. app-ng-runtime/mobile/placeholder/runtime/.npmignore +2 -0
  188. app-ng-runtime/mobile/placeholder/runtime/package.json +27 -0
  189. app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +2 -0
  190. app-ng-runtime/mobile/placeholder/runtime-dynamic/package.json +23 -0
  191. app-ng-runtime/mobile/runtime/.npmignore +2 -0
  192. app-ng-runtime/mobile/runtime/package.json +28 -0
  193. app-ng-runtime/mobile/runtime-dynamic/.npmignore +2 -0
  194. app-ng-runtime/mobile/runtime-dynamic/package.json +23 -0
  195. app-ng-runtime/mobile/variables/.npmignore +2 -0
  196. app-ng-runtime/mobile/variables/package.json +28 -0
  197. app-ng-runtime/oAuth/.npmignore +2 -0
  198. app-ng-runtime/oAuth/package.json +28 -0
  199. app-ng-runtime/package.json +11 -0
  200. app-ng-runtime/runtime/base/.npmignore +2 -0
  201. app-ng-runtime/runtime/base/bundles/index.umd.js +5216 -0
  202. app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +40 -0
  203. app-ng-runtime/runtime/base/directives/accessroles.directive.d.ts +39 -0
  204. app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +238 -0
  205. app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +108 -0
  206. app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +334 -0
  207. app-ng-runtime/runtime/base/fesm2022/index.mjs +5243 -0
  208. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -0
  209. app-ng-runtime/runtime/base/package.json +28 -0
  210. app-ng-runtime/runtime/dynamic/.npmignore +2 -0
  211. app-ng-runtime/runtime/dynamic/package.json +28 -0
  212. app-ng-runtime/security/.npmignore +2 -0
  213. app-ng-runtime/security/package.json +28 -0
  214. app-ng-runtime/swipey/.npmignore +2 -0
  215. app-ng-runtime/swipey/package.json +28 -0
  216. app-ng-runtime/transpiler/.npmignore +2 -0
  217. app-ng-runtime/transpiler/package.json +29 -0
  218. app-ng-runtime/variables/.npmignore +2 -0
  219. app-ng-runtime/variables/package.json +28 -0
  220. package/components/base/bundles/index.umd.js +0 -5360
  221. package/components/base/directives/show-in-device.directive.d.ts +0 -18
  222. package/components/base/esm2022/directives/show-in-device.directive.mjs +0 -73
  223. package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -267
  224. package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +0 -36
  225. package/components/base/fesm2022/index.mjs +0 -5238
  226. package/components/base/fesm2022/index.mjs.map +0 -1
  227. package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +0 -15
  228. package/components/basic/search/bundles/index.umd.js +0 -1284
  229. package/components/basic/search/esm2022/search.component.mjs +0 -921
  230. package/components/basic/search/fesm2022/index.mjs +0 -1272
  231. package/components/basic/search/fesm2022/index.mjs.map +0 -1
  232. package/components/data/pagination/bundles/index.umd.js +0 -834
  233. package/components/data/pagination/esm2022/pagination.component.mjs +0 -770
  234. package/components/data/pagination/fesm2022/index.mjs +0 -827
  235. package/components/data/pagination/fesm2022/index.mjs.map +0 -1
  236. package/components/data/table/bundles/index.umd.js +0 -4531
  237. package/components/data/table/esm2022/table.component.mjs +0 -2204
  238. package/components/data/table/fesm2022/index.mjs +0 -4518
  239. package/components/data/table/fesm2022/index.mjs.map +0 -1
  240. package/components/input/color-picker/bundles/index.umd.js +0 -202
  241. package/components/input/color-picker/esm2022/color-picker.component.mjs +0 -133
  242. package/components/input/color-picker/fesm2022/index.mjs +0 -188
  243. package/components/input/color-picker/fesm2022/index.mjs.map +0 -1
  244. package/components/input/default/bundles/index.umd.js +0 -3411
  245. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -175
  246. package/components/input/default/esm2022/select/select.component.mjs +0 -202
  247. package/components/input/default/esm2022/text/base/base-input.mjs +0 -89
  248. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -65
  249. package/components/input/default/esm2022/text/color/input-color.component.mjs +0 -65
  250. package/components/input/default/fesm2022/index.mjs +0 -3380
  251. package/components/input/default/fesm2022/index.mjs.map +0 -1
  252. package/components/input/default/text/base/base-input.d.ts +0 -32
  253. package/components/input/epoch/bundles/index.umd.js +0 -3138
  254. package/components/input/epoch/esm2022/date/date.component.mjs +0 -353
  255. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -507
  256. package/components/input/epoch/esm2022/time/time.component.mjs +0 -380
  257. package/components/input/epoch/fesm2022/index.mjs +0 -3123
  258. package/components/input/epoch/fesm2022/index.mjs.map +0 -1
  259. package/components/input/rating/bundles/index.umd.js +0 -341
  260. package/components/input/rating/esm2022/rating.component.mjs +0 -269
  261. package/components/input/rating/fesm2022/index.mjs +0 -327
  262. package/components/input/rating/fesm2022/index.mjs.map +0 -1
  263. package/components/input/slider/bundles/index.umd.js +0 -155
  264. package/components/input/slider/esm2022/slider.component.mjs +0 -87
  265. package/components/input/slider/fesm2022/index.mjs +0 -140
  266. package/components/input/slider/fesm2022/index.mjs.map +0 -1
  267. package/core/bundles/index.umd.js +0 -5329
  268. package/core/esm2022/public_api.mjs +0 -26
  269. package/core/fesm2022/index.mjs +0 -5160
  270. package/core/fesm2022/index.mjs.map +0 -1
  271. package/core/public_api.d.ts +0 -22
  272. package/npm-shrinkwrap.json +0 -17
  273. package/package.json +0 -16
  274. package/runtime/base/bundles/index.umd.js +0 -5205
  275. package/runtime/base/components/app-component/app.component.d.ts +0 -38
  276. package/runtime/base/directives/accessroles.directive.d.ts +0 -38
  277. package/runtime/base/esm2022/components/app-component/app.component.mjs +0 -234
  278. package/runtime/base/esm2022/directives/accessroles.directive.mjs +0 -101
  279. package/runtime/base/esm2022/services/i18n.service.mjs +0 -334
  280. package/runtime/base/fesm2022/index.mjs +0 -5232
  281. package/runtime/base/fesm2022/index.mjs.map +0 -1
  282. {package → app-ng-runtime}/build-task/advanced/carousel/carousel-template/carousel-template.build.d.ts +0 -0
  283. {package → app-ng-runtime}/build-task/advanced/carousel/carousel.build.d.ts +0 -0
  284. {package → app-ng-runtime}/build-task/advanced/login/login.build.d.ts +0 -0
  285. {package → app-ng-runtime}/build-task/advanced/marquee/marquee.build.d.ts +0 -0
  286. {package → app-ng-runtime}/build-task/basic/default/anchor/anchor.build.d.ts +0 -0
  287. {package → app-ng-runtime}/build-task/basic/default/audio/audio.build.d.ts +0 -0
  288. {package → app-ng-runtime}/build-task/basic/default/html/html.build.d.ts +0 -0
  289. {package → app-ng-runtime}/build-task/basic/default/icon/icon.build.d.ts +0 -0
  290. {package → app-ng-runtime}/build-task/basic/default/iframe/iframe.build.d.ts +0 -0
  291. {package → app-ng-runtime}/build-task/basic/default/label/label.build.d.ts +0 -0
  292. {package → app-ng-runtime}/build-task/basic/default/picture/picture.build.d.ts +0 -0
  293. {package → app-ng-runtime}/build-task/basic/default/spinner/spinner.build.d.ts +0 -0
  294. {package → app-ng-runtime}/build-task/basic/default/video/video.build.d.ts +0 -0
  295. {package → app-ng-runtime}/build-task/basic/progress/progress-bar/progress-bar.build.d.ts +0 -0
  296. {package → app-ng-runtime}/build-task/basic/progress/progress-circle/progress-circle.build.d.ts +0 -0
  297. {package → app-ng-runtime}/build-task/basic/rich-text-editor/rich-text-editor.build.d.ts +0 -0
  298. {package → app-ng-runtime}/build-task/basic/search/search.build.d.ts +0 -0
  299. {package → app-ng-runtime}/build-task/basic/tree/tree.build.d.ts +0 -0
  300. {package → app-ng-runtime}/build-task/bundles/index.umd.js +0 -0
  301. {package → app-ng-runtime}/build-task/chart/chart.build.d.ts +0 -0
  302. {package → app-ng-runtime}/build-task/containers/accordion/accordion-pane/accordion-pane.build.d.ts +0 -0
  303. {package → app-ng-runtime}/build-task/containers/accordion/accordion.build.d.ts +0 -0
  304. {package → app-ng-runtime}/build-task/containers/container.build.d.ts +0 -0
  305. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-column/layout-grid-column.build.d.ts +0 -0
  306. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-row/layout-grid-row.build.d.ts +0 -0
  307. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid.build.d.ts +0 -0
  308. {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout-item/linear-layout-item.build.d.ts +0 -0
  309. {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout.build.d.ts +0 -0
  310. {package → app-ng-runtime}/build-task/containers/panel/panel.build.d.ts +0 -0
  311. {package → app-ng-runtime}/build-task/containers/repeat-template.build.d.ts +0 -0
  312. {package → app-ng-runtime}/build-task/containers/segmented-control/segment-content/segment-content.build.d.ts +0 -0
  313. {package → app-ng-runtime}/build-task/containers/segmented-control/segmented-control.build.d.ts +0 -0
  314. {package → app-ng-runtime}/build-task/containers/tabs/tab-pane/tab-pane.build.d.ts +0 -0
  315. {package → app-ng-runtime}/build-task/containers/tabs/tabs.build.d.ts +0 -0
  316. {package → app-ng-runtime}/build-task/containers/tile/tile.build.d.ts +0 -0
  317. {package → app-ng-runtime}/build-task/containers/wizard/wizard-step/wizard-step.build.d.ts +0 -0
  318. {package → app-ng-runtime}/build-task/containers/wizard/wizard.build.d.ts +0 -0
  319. {package → app-ng-runtime}/build-task/data/card/card-actions/card-actions.build.d.ts +0 -0
  320. {package → app-ng-runtime}/build-task/data/card/card-content/card-content.build.d.ts +0 -0
  321. {package → app-ng-runtime}/build-task/data/card/card-footer/card-footer.build.d.ts +0 -0
  322. {package → app-ng-runtime}/build-task/data/card/card.build.d.ts +0 -0
  323. {package → app-ng-runtime}/build-task/data/form/form-action/form-action.build.d.ts +0 -0
  324. {package → app-ng-runtime}/build-task/data/form/form-field/form-field.build.d.ts +0 -0
  325. {package → app-ng-runtime}/build-task/data/form/form.build.d.ts +0 -0
  326. {package → app-ng-runtime}/build-task/data/list/list.build.d.ts +0 -0
  327. {package → app-ng-runtime}/build-task/data/live-table/live-table.build.d.ts +0 -0
  328. {package → app-ng-runtime}/build-task/data/media-list/media-list-item/media-list-item.build.d.ts +0 -0
  329. {package → app-ng-runtime}/build-task/data/media-list/media-list.build.d.ts +0 -0
  330. {package → app-ng-runtime}/build-task/data/pagination/pagination.build.d.ts +0 -0
  331. {package → app-ng-runtime}/build-task/data/table/table-action/table-action.build.d.ts +0 -0
  332. {package → app-ng-runtime}/build-task/data/table/table-column/table-column.build.d.ts +0 -0
  333. {package → app-ng-runtime}/build-task/data/table/table-column-group/table-column-group.build.d.ts +0 -0
  334. {package → app-ng-runtime}/build-task/data/table/table-row/table-row.build.d.ts +0 -0
  335. {package → app-ng-runtime}/build-task/data/table/table-row-action/table-row-action.build.d.ts +0 -0
  336. {package → app-ng-runtime}/build-task/data/table/table.build.d.ts +0 -0
  337. {package → app-ng-runtime}/build-task/device/barcode-scanner/barcode-scanner.build.d.ts +0 -0
  338. {package → app-ng-runtime}/build-task/device/camera/camera.build.d.ts +0 -0
  339. {package → app-ng-runtime}/build-task/dialogs/alert-dialog/alert-dialog.build.d.ts +0 -0
  340. {package → app-ng-runtime}/build-task/dialogs/base/dialog-footer/dialog-footer.build.d.ts +0 -0
  341. {package → app-ng-runtime}/build-task/dialogs/confirm-dialog/confirm-dialog.build.d.ts +0 -0
  342. {package → app-ng-runtime}/build-task/dialogs/design-dialog/dialog.build.d.ts +0 -0
  343. {package → app-ng-runtime}/build-task/dialogs/iframe-dialog/iframe-dialog.build.d.ts +0 -0
  344. {package → app-ng-runtime}/build-task/dialogs/login-dialog/login-dialog.build.d.ts +0 -0
  345. {package → app-ng-runtime}/build-task/dialogs/partial-dialog/partial-dialog.build.d.ts +0 -0
  346. {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +0 -0
  347. {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel.build.mjs +0 -0
  348. {package → app-ng-runtime}/build-task/esm2022/advanced/login/login.build.mjs +0 -0
  349. {package → app-ng-runtime}/build-task/esm2022/advanced/marquee/marquee.build.mjs +0 -0
  350. {package → app-ng-runtime}/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -0
  351. {package → app-ng-runtime}/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -0
  352. {package → app-ng-runtime}/build-task/esm2022/basic/default/html/html.build.mjs +0 -0
  353. {package → app-ng-runtime}/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -0
  354. {package → app-ng-runtime}/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -0
  355. {package → app-ng-runtime}/build-task/esm2022/basic/default/label/label.build.mjs +0 -0
  356. {package → app-ng-runtime}/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -0
  357. {package → app-ng-runtime}/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -0
  358. {package → app-ng-runtime}/build-task/esm2022/basic/default/video/video.build.mjs +0 -0
  359. {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +0 -0
  360. {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +0 -0
  361. {package → app-ng-runtime}/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +0 -0
  362. {package → app-ng-runtime}/build-task/esm2022/basic/search/search.build.mjs +0 -0
  363. {package → app-ng-runtime}/build-task/esm2022/basic/tree/tree.build.mjs +0 -0
  364. {package → app-ng-runtime}/build-task/esm2022/chart/chart.build.mjs +0 -0
  365. {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +0 -0
  366. {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion.build.mjs +0 -0
  367. {package → app-ng-runtime}/build-task/esm2022/containers/container.build.mjs +0 -0
  368. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-column/layout-grid-column.build.mjs +0 -0
  369. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-row/layout-grid-row.build.mjs +0 -0
  370. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid.build.mjs +0 -0
  371. {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout-item/linear-layout-item.build.mjs +0 -0
  372. {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout.build.mjs +0 -0
  373. {package → app-ng-runtime}/build-task/esm2022/containers/panel/panel.build.mjs +0 -0
  374. {package → app-ng-runtime}/build-task/esm2022/containers/repeat-template.build.mjs +0 -0
  375. {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segment-content/segment-content.build.mjs +0 -0
  376. {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segmented-control.build.mjs +0 -0
  377. {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tab-pane/tab-pane.build.mjs +0 -0
  378. {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tabs.build.mjs +0 -0
  379. {package → app-ng-runtime}/build-task/esm2022/containers/tile/tile.build.mjs +0 -0
  380. {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +0 -0
  381. {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard.build.mjs +0 -0
  382. {package → app-ng-runtime}/build-task/esm2022/data/card/card-actions/card-actions.build.mjs +0 -0
  383. {package → app-ng-runtime}/build-task/esm2022/data/card/card-content/card-content.build.mjs +0 -0
  384. {package → app-ng-runtime}/build-task/esm2022/data/card/card-footer/card-footer.build.mjs +0 -0
  385. {package → app-ng-runtime}/build-task/esm2022/data/card/card.build.mjs +0 -0
  386. {package → app-ng-runtime}/build-task/esm2022/data/form/form-action/form-action.build.mjs +0 -0
  387. {package → app-ng-runtime}/build-task/esm2022/data/form/form-field/form-field.build.mjs +0 -0
  388. {package → app-ng-runtime}/build-task/esm2022/data/form/form.build.mjs +0 -0
  389. {package → app-ng-runtime}/build-task/esm2022/data/list/list.build.mjs +0 -0
  390. {package → app-ng-runtime}/build-task/esm2022/data/live-table/live-table.build.mjs +0 -0
  391. {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list-item/media-list-item.build.mjs +0 -0
  392. {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list.build.mjs +0 -0
  393. {package → app-ng-runtime}/build-task/esm2022/data/pagination/pagination.build.mjs +0 -0
  394. {package → app-ng-runtime}/build-task/esm2022/data/table/table-action/table-action.build.mjs +0 -0
  395. {package → app-ng-runtime}/build-task/esm2022/data/table/table-column/table-column.build.mjs +0 -0
  396. {package → app-ng-runtime}/build-task/esm2022/data/table/table-column-group/table-column-group.build.mjs +0 -0
  397. {package → app-ng-runtime}/build-task/esm2022/data/table/table-row/table-row.build.mjs +0 -0
  398. {package → app-ng-runtime}/build-task/esm2022/data/table/table-row-action/table-row-action.build.mjs +0 -0
  399. {package → app-ng-runtime}/build-task/esm2022/data/table/table.build.mjs +0 -0
  400. {package → app-ng-runtime}/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +0 -0
  401. {package → app-ng-runtime}/build-task/esm2022/device/camera/camera.build.mjs +0 -0
  402. {package → app-ng-runtime}/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +0 -0
  403. {package → app-ng-runtime}/build-task/esm2022/dialogs/base/dialog-footer/dialog-footer.build.mjs +0 -0
  404. {package → app-ng-runtime}/build-task/esm2022/dialogs/confirm-dialog/confirm-dialog.build.mjs +0 -0
  405. {package → app-ng-runtime}/build-task/esm2022/dialogs/design-dialog/dialog.build.mjs +0 -0
  406. {package → app-ng-runtime}/build-task/esm2022/dialogs/iframe-dialog/iframe-dialog.build.mjs +0 -0
  407. {package → app-ng-runtime}/build-task/esm2022/dialogs/login-dialog/login-dialog.build.mjs +0 -0
  408. {package → app-ng-runtime}/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +0 -0
  409. {package → app-ng-runtime}/build-task/esm2022/index.mjs +0 -0
  410. {package → app-ng-runtime}/build-task/esm2022/input/calendar/calendar.build.mjs +0 -0
  411. {package → app-ng-runtime}/build-task/esm2022/input/chips/chips.build.mjs +0 -0
  412. {package → app-ng-runtime}/build-task/esm2022/input/color-picker/color-picker.build.mjs +0 -0
  413. {package → app-ng-runtime}/build-task/esm2022/input/currency/currency.build.mjs +0 -0
  414. {package → app-ng-runtime}/build-task/esm2022/input/default/button/button.build.mjs +0 -0
  415. {package → app-ng-runtime}/build-task/esm2022/input/default/button-group/button-group.build.mjs +0 -0
  416. {package → app-ng-runtime}/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +0 -0
  417. {package → app-ng-runtime}/build-task/esm2022/input/default/checkboxset/checkboxset.build.mjs +0 -0
  418. {package → app-ng-runtime}/build-task/esm2022/input/default/composite/composite.build.mjs +0 -0
  419. {package → app-ng-runtime}/build-task/esm2022/input/default/number/number.build.mjs +0 -0
  420. {package → app-ng-runtime}/build-task/esm2022/input/default/radioset/radioset.build.mjs +0 -0
  421. {package → app-ng-runtime}/build-task/esm2022/input/default/select/select.build.mjs +0 -0
  422. {package → app-ng-runtime}/build-task/esm2022/input/default/switch/switch.build.mjs +0 -0
  423. {package → app-ng-runtime}/build-task/esm2022/input/default/text/text.build.mjs +0 -0
  424. {package → app-ng-runtime}/build-task/esm2022/input/default/textarea/textarea.build.mjs +0 -0
  425. {package → app-ng-runtime}/build-task/esm2022/input/epoch/date/date.build.mjs +0 -0
  426. {package → app-ng-runtime}/build-task/esm2022/input/epoch/date-time/date-time.build.mjs +0 -0
  427. {package → app-ng-runtime}/build-task/esm2022/input/epoch/time/time.build.mjs +0 -0
  428. {package → app-ng-runtime}/build-task/esm2022/input/file-upload/file-upload.build.mjs +0 -0
  429. {package → app-ng-runtime}/build-task/esm2022/input/rating/rating.build.mjs +0 -0
  430. {package → app-ng-runtime}/build-task/esm2022/input/slider/slider.build.mjs +0 -0
  431. {package → app-ng-runtime}/build-task/esm2022/message/message.build.mjs +0 -0
  432. {package → app-ng-runtime}/build-task/esm2022/navigation/breadcrumb/breadcrumb.build.mjs +0 -0
  433. {package → app-ng-runtime}/build-task/esm2022/navigation/menu/menu.build.mjs +0 -0
  434. {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav-item/nav-item.build.mjs +0 -0
  435. {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav.build.mjs +0 -0
  436. {package → app-ng-runtime}/build-task/esm2022/navigation/navbar/navbar.build.mjs +0 -0
  437. {package → app-ng-runtime}/build-task/esm2022/navigation/popover/popover.build.mjs +0 -0
  438. {package → app-ng-runtime}/build-task/esm2022/page/content/content.build.mjs +0 -0
  439. {package → app-ng-runtime}/build-task/esm2022/page/footer/footer.build.mjs +0 -0
  440. {package → app-ng-runtime}/build-task/esm2022/page/header/header.build.mjs +0 -0
  441. {package → app-ng-runtime}/build-task/esm2022/page/layout.build.mjs +0 -0
  442. {package → app-ng-runtime}/build-task/esm2022/page/left-panel/left-panel.build.mjs +0 -0
  443. {package → app-ng-runtime}/build-task/esm2022/page/mobile-navbar/mobile-navbar.build.mjs +0 -0
  444. {package → app-ng-runtime}/build-task/esm2022/page/page-content/page-content.build.mjs +0 -0
  445. {package → app-ng-runtime}/build-task/esm2022/page/page.build.mjs +0 -0
  446. {package → app-ng-runtime}/build-task/esm2022/page/right-panel/right-panel.build.mjs +0 -0
  447. {package → app-ng-runtime}/build-task/esm2022/page/router-outlet/router-outlet.build.mjs +0 -0
  448. {package → app-ng-runtime}/build-task/esm2022/page/tab-bar/tab-bar.build.mjs +0 -0
  449. {package → app-ng-runtime}/build-task/esm2022/page/top-nav/top-nav.build.mjs +0 -0
  450. {package → app-ng-runtime}/build-task/esm2022/partial/partial.build.mjs +0 -0
  451. {package → app-ng-runtime}/build-task/esm2022/partial-param/partial-param.build.mjs +0 -0
  452. {package → app-ng-runtime}/build-task/esm2022/prefab/prefab-container/prefab-container.build.mjs +0 -0
  453. {package → app-ng-runtime}/build-task/esm2022/prefab/prefab.build.mjs +0 -0
  454. {package → app-ng-runtime}/build-task/esm2022/public_api.mjs +0 -0
  455. {package → app-ng-runtime}/build-task/esm2022/utils/utils.mjs +0 -0
  456. {package → app-ng-runtime}/build-task/fesm2022/index.mjs +0 -0
  457. {package → app-ng-runtime}/build-task/fesm2022/index.mjs.map +0 -0
  458. {package → app-ng-runtime}/build-task/index.d.ts +0 -0
  459. {package → app-ng-runtime}/build-task/input/calendar/calendar.build.d.ts +0 -0
  460. {package → app-ng-runtime}/build-task/input/chips/chips.build.d.ts +0 -0
  461. {package → app-ng-runtime}/build-task/input/color-picker/color-picker.build.d.ts +0 -0
  462. {package → app-ng-runtime}/build-task/input/currency/currency.build.d.ts +0 -0
  463. {package → app-ng-runtime}/build-task/input/default/button/button.build.d.ts +0 -0
  464. {package → app-ng-runtime}/build-task/input/default/button-group/button-group.build.d.ts +0 -0
  465. {package → app-ng-runtime}/build-task/input/default/checkbox/checkbox.build.d.ts +0 -0
  466. {package → app-ng-runtime}/build-task/input/default/checkboxset/checkboxset.build.d.ts +0 -0
  467. {package → app-ng-runtime}/build-task/input/default/composite/composite.build.d.ts +0 -0
  468. {package → app-ng-runtime}/build-task/input/default/number/number.build.d.ts +0 -0
  469. {package → app-ng-runtime}/build-task/input/default/radioset/radioset.build.d.ts +0 -0
  470. {package → app-ng-runtime}/build-task/input/default/select/select.build.d.ts +0 -0
  471. {package → app-ng-runtime}/build-task/input/default/switch/switch.build.d.ts +0 -0
  472. {package → app-ng-runtime}/build-task/input/default/text/text.build.d.ts +0 -0
  473. {package → app-ng-runtime}/build-task/input/default/textarea/textarea.build.d.ts +0 -0
  474. {package → app-ng-runtime}/build-task/input/epoch/date/date.build.d.ts +0 -0
  475. {package → app-ng-runtime}/build-task/input/epoch/date-time/date-time.build.d.ts +0 -0
  476. {package → app-ng-runtime}/build-task/input/epoch/time/time.build.d.ts +0 -0
  477. {package → app-ng-runtime}/build-task/input/file-upload/file-upload.build.d.ts +0 -0
  478. {package → app-ng-runtime}/build-task/input/rating/rating.build.d.ts +0 -0
  479. {package → app-ng-runtime}/build-task/input/slider/slider.build.d.ts +0 -0
  480. {package → app-ng-runtime}/build-task/message/message.build.d.ts +0 -0
  481. {package → app-ng-runtime}/build-task/navigation/breadcrumb/breadcrumb.build.d.ts +0 -0
  482. {package → app-ng-runtime}/build-task/navigation/menu/menu.build.d.ts +0 -0
  483. {package → app-ng-runtime}/build-task/navigation/nav/nav-item/nav-item.build.d.ts +0 -0
  484. {package → app-ng-runtime}/build-task/navigation/nav/nav.build.d.ts +0 -0
  485. {package → app-ng-runtime}/build-task/navigation/navbar/navbar.build.d.ts +0 -0
  486. {package → app-ng-runtime}/build-task/navigation/popover/popover.build.d.ts +0 -0
  487. {package → app-ng-runtime}/build-task/page/content/content.build.d.ts +0 -0
  488. {package → app-ng-runtime}/build-task/page/footer/footer.build.d.ts +0 -0
  489. {package → app-ng-runtime}/build-task/page/header/header.build.d.ts +0 -0
  490. {package → app-ng-runtime}/build-task/page/layout.build.d.ts +0 -0
  491. {package → app-ng-runtime}/build-task/page/left-panel/left-panel.build.d.ts +0 -0
  492. {package → app-ng-runtime}/build-task/page/mobile-navbar/mobile-navbar.build.d.ts +0 -0
  493. {package → app-ng-runtime}/build-task/page/page-content/page-content.build.d.ts +0 -0
  494. {package → app-ng-runtime}/build-task/page/page.build.d.ts +0 -0
  495. {package → app-ng-runtime}/build-task/page/right-panel/right-panel.build.d.ts +0 -0
  496. {package → app-ng-runtime}/build-task/page/router-outlet/router-outlet.build.d.ts +0 -0
  497. {package → app-ng-runtime}/build-task/page/tab-bar/tab-bar.build.d.ts +0 -0
  498. {package → app-ng-runtime}/build-task/page/top-nav/top-nav.build.d.ts +0 -0
  499. {package → app-ng-runtime}/build-task/partial/partial.build.d.ts +0 -0
  500. {package → app-ng-runtime}/build-task/partial-param/partial-param.build.d.ts +0 -0
  501. {package → app-ng-runtime}/build-task/prefab/prefab-container/prefab-container.build.d.ts +0 -0
  502. {package → app-ng-runtime}/build-task/prefab/prefab.build.d.ts +0 -0
  503. {package → app-ng-runtime}/build-task/public_api.d.ts +0 -0
  504. {package → app-ng-runtime}/build-task/utils/utils.d.ts +0 -0
  505. {package → app-ng-runtime}/components/advanced/carousel/bundles/index.umd.js +0 -0
  506. {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +0 -0
  507. {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -0
  508. {package → app-ng-runtime}/components/advanced/carousel/carousel.animator.d.ts +0 -0
  509. {package → app-ng-runtime}/components/advanced/carousel/carousel.directive.d.ts +0 -0
  510. {package → app-ng-runtime}/components/advanced/carousel/carousel.module.d.ts +0 -0
  511. {package → app-ng-runtime}/components/advanced/carousel/carousel.props.d.ts +0 -0
  512. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +0 -0
  513. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.props.mjs +0 -0
  514. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.animator.mjs +0 -0
  515. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.directive.mjs +0 -0
  516. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.module.mjs +0 -0
  517. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.props.mjs +0 -0
  518. {package → app-ng-runtime}/components/advanced/carousel/esm2022/index.mjs +0 -0
  519. {package → app-ng-runtime}/components/advanced/carousel/esm2022/public_api.mjs +0 -0
  520. {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs +0 -0
  521. {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs.map +0 -0
  522. {package → app-ng-runtime}/components/advanced/carousel/index.d.ts +0 -0
  523. {package → app-ng-runtime}/components/advanced/carousel/public_api.d.ts +0 -0
  524. {package → app-ng-runtime}/components/advanced/login/bundles/index.umd.js +0 -0
  525. {package → app-ng-runtime}/components/advanced/login/esm2022/index.mjs +0 -0
  526. {package → app-ng-runtime}/components/advanced/login/esm2022/login.component.mjs +0 -0
  527. {package → app-ng-runtime}/components/advanced/login/esm2022/login.module.mjs +0 -0
  528. {package → app-ng-runtime}/components/advanced/login/esm2022/login.props.mjs +0 -0
  529. {package → app-ng-runtime}/components/advanced/login/esm2022/public_api.mjs +0 -0
  530. {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs +0 -0
  531. {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs.map +0 -0
  532. {package → app-ng-runtime}/components/advanced/login/index.d.ts +0 -0
  533. {package → app-ng-runtime}/components/advanced/login/login.component.d.ts +0 -0
  534. {package → app-ng-runtime}/components/advanced/login/login.module.d.ts +0 -0
  535. {package → app-ng-runtime}/components/advanced/login/login.props.d.ts +0 -0
  536. {package → app-ng-runtime}/components/advanced/login/public_api.d.ts +0 -0
  537. {package → app-ng-runtime}/components/advanced/marquee/bundles/index.umd.js +0 -0
  538. {package → app-ng-runtime}/components/advanced/marquee/esm2022/index.mjs +0 -0
  539. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.directive.mjs +0 -0
  540. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.module.mjs +0 -0
  541. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.props.mjs +0 -0
  542. {package → app-ng-runtime}/components/advanced/marquee/esm2022/public_api.mjs +0 -0
  543. {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs +0 -0
  544. {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs.map +0 -0
  545. {package → app-ng-runtime}/components/advanced/marquee/index.d.ts +0 -0
  546. {package → app-ng-runtime}/components/advanced/marquee/marquee.directive.d.ts +0 -0
  547. {package → app-ng-runtime}/components/advanced/marquee/marquee.module.d.ts +0 -0
  548. {package → app-ng-runtime}/components/advanced/marquee/marquee.props.d.ts +0 -0
  549. {package → app-ng-runtime}/components/advanced/marquee/public_api.d.ts +0 -0
  550. {package → app-ng-runtime}/components/base/components.module.d.ts +0 -0
  551. {package → app-ng-runtime}/components/base/esm2022/components.module.mjs +0 -0
  552. {package → app-ng-runtime}/components/base/esm2022/index.mjs +0 -0
  553. {package → app-ng-runtime}/components/base/esm2022/pipes/custom-pipes.mjs +0 -0
  554. {package → app-ng-runtime}/components/base/esm2022/pipes/image.pipe.mjs +0 -0
  555. {package → app-ng-runtime}/components/base/esm2022/pipes/sanitize.pipe.mjs +0 -0
  556. {package → app-ng-runtime}/components/base/esm2022/pipes/trust-as.pipe.mjs +0 -0
  557. {package → app-ng-runtime}/components/base/esm2022/pipes/wm-pipe.mjs +0 -0
  558. {package → app-ng-runtime}/components/base/esm2022/public_api.mjs +0 -0
  559. {package → app-ng-runtime}/components/base/esm2022/utils/data-utils.mjs +0 -0
  560. {package → app-ng-runtime}/components/base/esm2022/utils/form-utils.mjs +0 -0
  561. {package → app-ng-runtime}/components/base/esm2022/utils/live-utils.mjs +0 -0
  562. {package → app-ng-runtime}/components/base/esm2022/utils/widget-utils.mjs +0 -0
  563. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base-container.component.mjs +0 -0
  564. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base.component.mjs +0 -0
  565. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +0 -0
  566. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +0 -0
  567. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/stylable.component.mjs +0 -0
  568. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/text-content.directive.mjs +0 -0
  569. {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.directive.mjs +0 -0
  570. {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.props.mjs +0 -0
  571. {package → app-ng-runtime}/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +0 -0
  572. {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +0 -0
  573. {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.props.mjs +0 -0
  574. {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.component.mjs +0 -0
  575. {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.props.mjs +0 -0
  576. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.directive.mjs +0 -0
  577. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.props.mjs +0 -0
  578. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +0 -0
  579. {package → app-ng-runtime}/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +0 -0
  580. {package → app-ng-runtime}/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +0 -0
  581. {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +0 -0
  582. {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.props.mjs +0 -0
  583. {package → app-ng-runtime}/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -0
  584. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/constants.mjs +0 -0
  585. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/deviceview.mjs +0 -0
  586. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/property-change-handler.mjs +0 -0
  587. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/styler.mjs +0 -0
  588. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/types.mjs +0 -0
  589. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-id-generator.mjs +0 -0
  590. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-props.mjs +0 -0
  591. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +0 -0
  592. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-registry.mjs +0 -0
  593. {package → app-ng-runtime}/components/base/index.d.ts +0 -0
  594. {package → app-ng-runtime}/components/base/pipes/custom-pipes.d.ts +0 -0
  595. {package → app-ng-runtime}/components/base/pipes/image.pipe.d.ts +0 -0
  596. {package → app-ng-runtime}/components/base/pipes/sanitize.pipe.d.ts +0 -0
  597. {package → app-ng-runtime}/components/base/pipes/trust-as.pipe.d.ts +0 -0
  598. {package → app-ng-runtime}/components/base/pipes/wm-pipe.d.ts +0 -0
  599. {package → app-ng-runtime}/components/base/public_api.d.ts +0 -0
  600. {package → app-ng-runtime}/components/base/utils/data-utils.d.ts +0 -0
  601. {package → app-ng-runtime}/components/base/utils/form-utils.d.ts +0 -0
  602. {package → app-ng-runtime}/components/base/utils/live-utils.d.ts +0 -0
  603. {package → app-ng-runtime}/components/base/utils/widget-utils.d.ts +0 -0
  604. {package → app-ng-runtime}/components/base/widgets/common/base/base-container.component.d.ts +0 -0
  605. {package → app-ng-runtime}/components/base/widgets/common/base/base-field-validations.d.ts +0 -0
  606. {package → app-ng-runtime}/components/base/widgets/common/base/base.component.d.ts +0 -0
  607. {package → app-ng-runtime}/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +0 -0
  608. {package → app-ng-runtime}/components/base/widgets/common/base/partial-container.directive.d.ts +0 -0
  609. {package → app-ng-runtime}/components/base/widgets/common/base/stylable.component.d.ts +0 -0
  610. {package → app-ng-runtime}/components/base/widgets/common/base/text-content.directive.d.ts +0 -0
  611. {package → app-ng-runtime}/components/base/widgets/common/container/container.directive.d.ts +0 -0
  612. {package → app-ng-runtime}/components/base/widgets/common/container/container.props.d.ts +0 -0
  613. {package → app-ng-runtime}/components/base/widgets/common/dialog/dialog.service.d.ts +0 -0
  614. {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.directive.d.ts +0 -0
  615. {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.props.d.ts +0 -0
  616. {package → app-ng-runtime}/components/base/widgets/common/message/message.component.d.ts +0 -0
  617. {package → app-ng-runtime}/components/base/widgets/common/message/message.props.d.ts +0 -0
  618. {package → app-ng-runtime}/components/base/widgets/common/partial/partial.directive.d.ts +0 -0
  619. {package → app-ng-runtime}/components/base/widgets/common/partial/partial.props.d.ts +0 -0
  620. {package → app-ng-runtime}/components/base/widgets/common/partial-param/partial-param.directive.d.ts +0 -0
  621. {package → app-ng-runtime}/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -0
  622. {package → app-ng-runtime}/components/base/widgets/common/redraw/redrawable.directive.d.ts +0 -0
  623. {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +0 -0
  624. {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.props.d.ts +0 -0
  625. {package → app-ng-runtime}/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -0
  626. {package → app-ng-runtime}/components/base/widgets/framework/constants.d.ts +0 -0
  627. {package → app-ng-runtime}/components/base/widgets/framework/deviceview.d.ts +0 -0
  628. {package → app-ng-runtime}/components/base/widgets/framework/property-change-handler.d.ts +0 -0
  629. {package → app-ng-runtime}/components/base/widgets/framework/styler.d.ts +0 -0
  630. {package → app-ng-runtime}/components/base/widgets/framework/types.d.ts +0 -0
  631. {package → app-ng-runtime}/components/base/widgets/framework/widget-id-generator.d.ts +0 -0
  632. {package → app-ng-runtime}/components/base/widgets/framework/widget-props.d.ts +0 -0
  633. {package → app-ng-runtime}/components/base/widgets/framework/widget-proxy-provider.d.ts +0 -0
  634. {package → app-ng-runtime}/components/base/widgets/framework/widget-registry.d.ts +0 -0
  635. {package → app-ng-runtime}/components/basic/default/anchor/anchor.component.d.ts +0 -0
  636. {package → app-ng-runtime}/components/basic/default/anchor/anchor.props.d.ts +0 -0
  637. {package → app-ng-runtime}/components/basic/default/audio/audio.component.d.ts +0 -0
  638. {package → app-ng-runtime}/components/basic/default/audio/audio.props.d.ts +0 -0
  639. {package → app-ng-runtime}/components/basic/default/basic.module.d.ts +0 -0
  640. {package → app-ng-runtime}/components/basic/default/bundles/index.umd.js +0 -0
  641. {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -0
  642. {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -0
  643. {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.component.mjs +0 -0
  644. {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.props.mjs +0 -0
  645. {package → app-ng-runtime}/components/basic/default/esm2022/basic.module.mjs +0 -0
  646. {package → app-ng-runtime}/components/basic/default/esm2022/html/html.directive.mjs +0 -0
  647. {package → app-ng-runtime}/components/basic/default/esm2022/html/html.props.mjs +0 -0
  648. {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.component.mjs +0 -0
  649. {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.props.mjs +0 -0
  650. {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -0
  651. {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -0
  652. {package → app-ng-runtime}/components/basic/default/esm2022/index.mjs +0 -0
  653. {package → app-ng-runtime}/components/basic/default/esm2022/label/label.directive.mjs +0 -0
  654. {package → app-ng-runtime}/components/basic/default/esm2022/label/label.props.mjs +0 -0
  655. {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.directive.mjs +0 -0
  656. {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.props.mjs +0 -0
  657. {package → app-ng-runtime}/components/basic/default/esm2022/public_api.mjs +0 -0
  658. {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -0
  659. {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -0
  660. {package → app-ng-runtime}/components/basic/default/esm2022/video/video.component.mjs +0 -0
  661. {package → app-ng-runtime}/components/basic/default/esm2022/video/video.props.mjs +0 -0
  662. {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs +0 -0
  663. {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs.map +0 -0
  664. {package → app-ng-runtime}/components/basic/default/html/html.directive.d.ts +0 -0
  665. {package → app-ng-runtime}/components/basic/default/html/html.props.d.ts +0 -0
  666. {package → app-ng-runtime}/components/basic/default/icon/icon.component.d.ts +0 -0
  667. {package → app-ng-runtime}/components/basic/default/icon/icon.props.d.ts +0 -0
  668. {package → app-ng-runtime}/components/basic/default/iframe/iframe.component.d.ts +0 -0
  669. {package → app-ng-runtime}/components/basic/default/iframe/iframe.props.d.ts +0 -0
  670. {package → app-ng-runtime}/components/basic/default/index.d.ts +0 -0
  671. {package → app-ng-runtime}/components/basic/default/label/label.directive.d.ts +0 -0
  672. {package → app-ng-runtime}/components/basic/default/label/label.props.d.ts +0 -0
  673. {package → app-ng-runtime}/components/basic/default/picture/picture.directive.d.ts +0 -0
  674. {package → app-ng-runtime}/components/basic/default/picture/picture.props.d.ts +0 -0
  675. {package → app-ng-runtime}/components/basic/default/public_api.d.ts +0 -0
  676. {package → app-ng-runtime}/components/basic/default/spinner/spinner.component.d.ts +0 -0
  677. {package → app-ng-runtime}/components/basic/default/spinner/spinner.props.d.ts +0 -0
  678. {package → app-ng-runtime}/components/basic/default/video/video.component.d.ts +0 -0
  679. {package → app-ng-runtime}/components/basic/default/video/video.props.d.ts +0 -0
  680. {package → app-ng-runtime}/components/basic/progress/bundles/index.umd.js +0 -0
  681. {package → app-ng-runtime}/components/basic/progress/esm2022/index.mjs +0 -0
  682. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -0
  683. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +0 -0
  684. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +0 -0
  685. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +0 -0
  686. {package → app-ng-runtime}/components/basic/progress/esm2022/progress.module.mjs +0 -0
  687. {package → app-ng-runtime}/components/basic/progress/esm2022/public_api.mjs +0 -0
  688. {package → app-ng-runtime}/components/basic/progress/esm2022/utils.mjs +0 -0
  689. {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs +0 -0
  690. {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs.map +0 -0
  691. {package → app-ng-runtime}/components/basic/progress/index.d.ts +0 -0
  692. {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.component.d.ts +0 -0
  693. {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.props.d.ts +0 -0
  694. {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.component.d.ts +0 -0
  695. {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.props.d.ts +0 -0
  696. {package → app-ng-runtime}/components/basic/progress/progress.module.d.ts +0 -0
  697. {package → app-ng-runtime}/components/basic/progress/public_api.d.ts +0 -0
  698. {package → app-ng-runtime}/components/basic/progress/utils.d.ts +0 -0
  699. {package → app-ng-runtime}/components/basic/rich-text-editor/bundles/index.umd.js +0 -0
  700. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/index.mjs +0 -0
  701. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/public_api.mjs +0 -0
  702. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +0 -0
  703. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -0
  704. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +0 -0
  705. {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs +0 -0
  706. {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs.map +0 -0
  707. {package → app-ng-runtime}/components/basic/rich-text-editor/index.d.ts +0 -0
  708. {package → app-ng-runtime}/components/basic/rich-text-editor/public_api.d.ts +0 -0
  709. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.component.d.ts +0 -0
  710. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -0
  711. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.props.d.ts +0 -0
  712. {package → app-ng-runtime}/components/basic/search/data-provider/data-provider.d.ts +0 -0
  713. {package → app-ng-runtime}/components/basic/search/data-provider/local-data-provider.d.ts +0 -0
  714. {package → app-ng-runtime}/components/basic/search/data-provider/remote-data-provider.d.ts +0 -0
  715. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/data-provider.mjs +0 -0
  716. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/local-data-provider.mjs +0 -0
  717. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +0 -0
  718. {package → app-ng-runtime}/components/basic/search/esm2022/index.mjs +0 -0
  719. {package → app-ng-runtime}/components/basic/search/esm2022/public_api.mjs +0 -0
  720. {package → app-ng-runtime}/components/basic/search/esm2022/scrollable.directive.mjs +0 -0
  721. {package → app-ng-runtime}/components/basic/search/esm2022/search.module.mjs +0 -0
  722. {package → app-ng-runtime}/components/basic/search/esm2022/search.props.mjs +0 -0
  723. {package → app-ng-runtime}/components/basic/search/index.d.ts +0 -0
  724. {package → app-ng-runtime}/components/basic/search/public_api.d.ts +0 -0
  725. {package → app-ng-runtime}/components/basic/search/scrollable.directive.d.ts +0 -0
  726. {package → app-ng-runtime}/components/basic/search/search.component.d.ts +0 -0
  727. {package → app-ng-runtime}/components/basic/search/search.module.d.ts +0 -0
  728. {package → app-ng-runtime}/components/basic/search/search.props.d.ts +0 -0
  729. {package → app-ng-runtime}/components/basic/tree/bundles/index.umd.js +0 -0
  730. {package → app-ng-runtime}/components/basic/tree/esm2022/index.mjs +0 -0
  731. {package → app-ng-runtime}/components/basic/tree/esm2022/public_api.mjs +0 -0
  732. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.component.mjs +0 -0
  733. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.module.mjs +0 -0
  734. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.props.mjs +0 -0
  735. {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs +0 -0
  736. {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs.map +0 -0
  737. {package → app-ng-runtime}/components/basic/tree/index.d.ts +0 -0
  738. {package → app-ng-runtime}/components/basic/tree/public_api.d.ts +0 -0
  739. {package → app-ng-runtime}/components/basic/tree/tree.component.d.ts +0 -0
  740. {package → app-ng-runtime}/components/basic/tree/tree.module.d.ts +0 -0
  741. {package → app-ng-runtime}/components/basic/tree/tree.props.d.ts +0 -0
  742. {package → app-ng-runtime}/components/chart/bundles/index.umd.js +0 -0
  743. {package → app-ng-runtime}/components/chart/chart.component.d.ts +0 -0
  744. {package → app-ng-runtime}/components/chart/chart.module.d.ts +0 -0
  745. {package → app-ng-runtime}/components/chart/chart.props.d.ts +0 -0
  746. {package → app-ng-runtime}/components/chart/chart.utils.d.ts +0 -0
  747. {package → app-ng-runtime}/components/chart/esm2022/chart.component.mjs +0 -0
  748. {package → app-ng-runtime}/components/chart/esm2022/chart.module.mjs +0 -0
  749. {package → app-ng-runtime}/components/chart/esm2022/chart.props.mjs +0 -0
  750. {package → app-ng-runtime}/components/chart/esm2022/chart.utils.mjs +0 -0
  751. {package → app-ng-runtime}/components/chart/esm2022/index.mjs +0 -0
  752. {package → app-ng-runtime}/components/chart/esm2022/public_api.mjs +0 -0
  753. {package → app-ng-runtime}/components/chart/fesm2022/index.mjs +0 -0
  754. {package → app-ng-runtime}/components/chart/fesm2022/index.mjs.map +0 -0
  755. {package → app-ng-runtime}/components/chart/index.d.ts +0 -0
  756. {package → app-ng-runtime}/components/chart/public_api.d.ts +0 -0
  757. {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +0 -0
  758. {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.props.d.ts +0 -0
  759. {package → app-ng-runtime}/components/containers/accordion/accordion.directive.d.ts +0 -0
  760. {package → app-ng-runtime}/components/containers/accordion/accordion.module.d.ts +0 -0
  761. {package → app-ng-runtime}/components/containers/accordion/accordion.props.d.ts +0 -0
  762. {package → app-ng-runtime}/components/containers/accordion/bundles/index.umd.js +0 -0
  763. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +0 -0
  764. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +0 -0
  765. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.directive.mjs +0 -0
  766. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.module.mjs +0 -0
  767. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.props.mjs +0 -0
  768. {package → app-ng-runtime}/components/containers/accordion/esm2022/index.mjs +0 -0
  769. {package → app-ng-runtime}/components/containers/accordion/esm2022/public_api.mjs +0 -0
  770. {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs +0 -0
  771. {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs.map +0 -0
  772. {package → app-ng-runtime}/components/containers/accordion/index.d.ts +0 -0
  773. {package → app-ng-runtime}/components/containers/accordion/public_api.d.ts +0 -0
  774. {package → app-ng-runtime}/components/containers/layout-grid/bundles/index.umd.js +0 -0
  775. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/index.mjs +0 -0
  776. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +0 -0
  777. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.props.mjs +0 -0
  778. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +0 -0
  779. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.props.mjs +0 -0
  780. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +0 -0
  781. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -0
  782. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.props.mjs +0 -0
  783. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/public_api.mjs +0 -0
  784. {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs +0 -0
  785. {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs.map +0 -0
  786. {package → app-ng-runtime}/components/containers/layout-grid/index.d.ts +0 -0
  787. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +0 -0
  788. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.props.d.ts +0 -0
  789. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +0 -0
  790. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.props.d.ts +0 -0
  791. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.directive.d.ts +0 -0
  792. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.module.d.ts +0 -0
  793. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.props.d.ts +0 -0
  794. {package → app-ng-runtime}/components/containers/layout-grid/public_api.d.ts +0 -0
  795. {package → app-ng-runtime}/components/containers/linear-layout/bundles/index.umd.js +0 -0
  796. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/index.mjs +0 -0
  797. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +0 -0
  798. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.props.mjs +0 -0
  799. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +0 -0
  800. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -0
  801. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.props.mjs +0 -0
  802. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/public_api.mjs +0 -0
  803. {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs +0 -0
  804. {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs.map +0 -0
  805. {package → app-ng-runtime}/components/containers/linear-layout/index.d.ts +0 -0
  806. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +0 -0
  807. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.props.d.ts +0 -0
  808. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.directive.d.ts +0 -0
  809. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.module.d.ts +0 -0
  810. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.props.d.ts +0 -0
  811. {package → app-ng-runtime}/components/containers/linear-layout/public_api.d.ts +0 -0
  812. {package → app-ng-runtime}/components/containers/panel/bundles/index.umd.js +0 -0
  813. {package → app-ng-runtime}/components/containers/panel/esm2022/index.mjs +0 -0
  814. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.component.mjs +0 -0
  815. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.module.mjs +0 -0
  816. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.props.mjs +0 -0
  817. {package → app-ng-runtime}/components/containers/panel/esm2022/public_api.mjs +0 -0
  818. {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs +0 -0
  819. {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs.map +0 -0
  820. {package → app-ng-runtime}/components/containers/panel/index.d.ts +0 -0
  821. {package → app-ng-runtime}/components/containers/panel/panel.component.d.ts +0 -0
  822. {package → app-ng-runtime}/components/containers/panel/panel.module.d.ts +0 -0
  823. {package → app-ng-runtime}/components/containers/panel/panel.props.d.ts +0 -0
  824. {package → app-ng-runtime}/components/containers/panel/public_api.d.ts +0 -0
  825. {package → app-ng-runtime}/components/containers/tabs/bundles/index.umd.js +0 -0
  826. {package → app-ng-runtime}/components/containers/tabs/esm2022/index.mjs +0 -0
  827. {package → app-ng-runtime}/components/containers/tabs/esm2022/public_api.mjs +0 -0
  828. {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +0 -0
  829. {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +0 -0
  830. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.animator.mjs +0 -0
  831. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.component.mjs +0 -0
  832. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.module.mjs +0 -0
  833. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.props.mjs +0 -0
  834. {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs +0 -0
  835. {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs.map +0 -0
  836. {package → app-ng-runtime}/components/containers/tabs/index.d.ts +0 -0
  837. {package → app-ng-runtime}/components/containers/tabs/public_api.d.ts +0 -0
  838. {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.component.d.ts +0 -0
  839. {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.props.d.ts +0 -0
  840. {package → app-ng-runtime}/components/containers/tabs/tabs.animator.d.ts +0 -0
  841. {package → app-ng-runtime}/components/containers/tabs/tabs.component.d.ts +0 -0
  842. {package → app-ng-runtime}/components/containers/tabs/tabs.module.d.ts +0 -0
  843. {package → app-ng-runtime}/components/containers/tabs/tabs.props.d.ts +0 -0
  844. {package → app-ng-runtime}/components/containers/tile/bundles/index.umd.js +0 -0
  845. {package → app-ng-runtime}/components/containers/tile/esm2022/index.mjs +0 -0
  846. {package → app-ng-runtime}/components/containers/tile/esm2022/public_api.mjs +0 -0
  847. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.directive.mjs +0 -0
  848. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.module.mjs +0 -0
  849. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.props.mjs +0 -0
  850. {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs +0 -0
  851. {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs.map +0 -0
  852. {package → app-ng-runtime}/components/containers/tile/index.d.ts +0 -0
  853. {package → app-ng-runtime}/components/containers/tile/public_api.d.ts +0 -0
  854. {package → app-ng-runtime}/components/containers/tile/tile.directive.d.ts +0 -0
  855. {package → app-ng-runtime}/components/containers/tile/tile.module.d.ts +0 -0
  856. {package → app-ng-runtime}/components/containers/tile/tile.props.d.ts +0 -0
  857. {package → app-ng-runtime}/components/containers/wizard/bundles/index.umd.js +0 -0
  858. {package → app-ng-runtime}/components/containers/wizard/esm2022/index.mjs +0 -0
  859. {package → app-ng-runtime}/components/containers/wizard/esm2022/public_api.mjs +0 -0
  860. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -0
  861. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +0 -0
  862. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.component.mjs +0 -0
  863. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.module.mjs +0 -0
  864. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.props.mjs +0 -0
  865. {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs +0 -0
  866. {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs.map +0 -0
  867. {package → app-ng-runtime}/components/containers/wizard/index.d.ts +0 -0
  868. {package → app-ng-runtime}/components/containers/wizard/public_api.d.ts +0 -0
  869. {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +0 -0
  870. {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.props.d.ts +0 -0
  871. {package → app-ng-runtime}/components/containers/wizard/wizard.component.d.ts +0 -0
  872. {package → app-ng-runtime}/components/containers/wizard/wizard.module.d.ts +0 -0
  873. {package → app-ng-runtime}/components/containers/wizard/wizard.props.d.ts +0 -0
  874. {package → app-ng-runtime}/components/data/card/bundles/index.umd.js +0 -0
  875. {package → app-ng-runtime}/components/data/card/card-actions/card-actions.directive.d.ts +0 -0
  876. {package → app-ng-runtime}/components/data/card/card-actions/card-actions.props.d.ts +0 -0
  877. {package → app-ng-runtime}/components/data/card/card-content/card-content.component.d.ts +0 -0
  878. {package → app-ng-runtime}/components/data/card/card-content/card-content.props.d.ts +0 -0
  879. {package → app-ng-runtime}/components/data/card/card-footer/card-footer.directive.d.ts +0 -0
  880. {package → app-ng-runtime}/components/data/card/card-footer/card-footer.props.d.ts +0 -0
  881. {package → app-ng-runtime}/components/data/card/card.component.d.ts +0 -0
  882. {package → app-ng-runtime}/components/data/card/card.module.d.ts +0 -0
  883. {package → app-ng-runtime}/components/data/card/card.props.d.ts +0 -0
  884. {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.directive.mjs +0 -0
  885. {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.props.mjs +0 -0
  886. {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.component.mjs +0 -0
  887. {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.props.mjs +0 -0
  888. {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.directive.mjs +0 -0
  889. {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.props.mjs +0 -0
  890. {package → app-ng-runtime}/components/data/card/esm2022/card.component.mjs +0 -0
  891. {package → app-ng-runtime}/components/data/card/esm2022/card.module.mjs +0 -0
  892. {package → app-ng-runtime}/components/data/card/esm2022/card.props.mjs +0 -0
  893. {package → app-ng-runtime}/components/data/card/esm2022/index.mjs +0 -0
  894. {package → app-ng-runtime}/components/data/card/esm2022/public_api.mjs +0 -0
  895. {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs +0 -0
  896. {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs.map +0 -0
  897. {package → app-ng-runtime}/components/data/card/index.d.ts +0 -0
  898. {package → app-ng-runtime}/components/data/card/public_api.d.ts +0 -0
  899. {package → app-ng-runtime}/components/data/form/bundles/index.umd.js +0 -0
  900. {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.directive.mjs +0 -0
  901. {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.props.mjs +0 -0
  902. {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.directive.mjs +0 -0
  903. {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.props.mjs +0 -0
  904. {package → app-ng-runtime}/components/data/form/esm2022/form-widget.directive.mjs +0 -0
  905. {package → app-ng-runtime}/components/data/form/esm2022/form.component.mjs +0 -0
  906. {package → app-ng-runtime}/components/data/form/esm2022/form.module.mjs +0 -0
  907. {package → app-ng-runtime}/components/data/form/esm2022/form.props.mjs +0 -0
  908. {package → app-ng-runtime}/components/data/form/esm2022/index.mjs +0 -0
  909. {package → app-ng-runtime}/components/data/form/esm2022/live-actions/dependson.directive.mjs +0 -0
  910. {package → app-ng-runtime}/components/data/form/esm2022/live-actions/live-actions.directive.mjs +0 -0
  911. {package → app-ng-runtime}/components/data/form/esm2022/live-filter/live-filter.directive.mjs +0 -0
  912. {package → app-ng-runtime}/components/data/form/esm2022/live-form/live-form.directive.mjs +0 -0
  913. {package → app-ng-runtime}/components/data/form/esm2022/public_api.mjs +0 -0
  914. {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs +0 -0
  915. {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs.map +0 -0
  916. {package → app-ng-runtime}/components/data/form/form-action/form-action.directive.d.ts +0 -0
  917. {package → app-ng-runtime}/components/data/form/form-action/form-action.props.d.ts +0 -0
  918. {package → app-ng-runtime}/components/data/form/form-field/form-field.directive.d.ts +0 -0
  919. {package → app-ng-runtime}/components/data/form/form-field/form-field.props.d.ts +0 -0
  920. {package → app-ng-runtime}/components/data/form/form-widget.directive.d.ts +0 -0
  921. {package → app-ng-runtime}/components/data/form/form.component.d.ts +0 -0
  922. {package → app-ng-runtime}/components/data/form/form.module.d.ts +0 -0
  923. {package → app-ng-runtime}/components/data/form/form.props.d.ts +0 -0
  924. {package → app-ng-runtime}/components/data/form/index.d.ts +0 -0
  925. {package → app-ng-runtime}/components/data/form/live-actions/dependson.directive.d.ts +0 -0
  926. {package → app-ng-runtime}/components/data/form/live-actions/live-actions.directive.d.ts +0 -0
  927. {package → app-ng-runtime}/components/data/form/live-filter/live-filter.directive.d.ts +0 -0
  928. {package → app-ng-runtime}/components/data/form/live-form/live-form.directive.d.ts +0 -0
  929. {package → app-ng-runtime}/components/data/form/public_api.d.ts +0 -0
  930. {package → app-ng-runtime}/components/data/list/bundles/index.umd.js +0 -0
  931. {package → app-ng-runtime}/components/data/list/esm2022/index.mjs +0 -0
  932. {package → app-ng-runtime}/components/data/list/esm2022/list-item.directive.mjs +0 -0
  933. {package → app-ng-runtime}/components/data/list/esm2022/list.animator.mjs +0 -0
  934. {package → app-ng-runtime}/components/data/list/esm2022/list.component.mjs +0 -0
  935. {package → app-ng-runtime}/components/data/list/esm2022/list.module.mjs +0 -0
  936. {package → app-ng-runtime}/components/data/list/esm2022/list.props.mjs +0 -0
  937. {package → app-ng-runtime}/components/data/list/esm2022/public_api.mjs +0 -0
  938. {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs +0 -0
  939. {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs.map +0 -0
  940. {package → app-ng-runtime}/components/data/list/index.d.ts +0 -0
  941. {package → app-ng-runtime}/components/data/list/list-item.directive.d.ts +0 -0
  942. {package → app-ng-runtime}/components/data/list/list.animator.d.ts +0 -0
  943. {package → app-ng-runtime}/components/data/list/list.component.d.ts +0 -0
  944. {package → app-ng-runtime}/components/data/list/list.module.d.ts +0 -0
  945. {package → app-ng-runtime}/components/data/list/list.props.d.ts +0 -0
  946. {package → app-ng-runtime}/components/data/list/public_api.d.ts +0 -0
  947. {package → app-ng-runtime}/components/data/live-table/bundles/index.umd.js +0 -0
  948. {package → app-ng-runtime}/components/data/live-table/esm2022/index.mjs +0 -0
  949. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.component.mjs +0 -0
  950. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.module.mjs +0 -0
  951. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.props.mjs +0 -0
  952. {package → app-ng-runtime}/components/data/live-table/esm2022/public_api.mjs +0 -0
  953. {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs +0 -0
  954. {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs.map +0 -0
  955. {package → app-ng-runtime}/components/data/live-table/index.d.ts +0 -0
  956. {package → app-ng-runtime}/components/data/live-table/live-table.component.d.ts +0 -0
  957. {package → app-ng-runtime}/components/data/live-table/live-table.module.d.ts +0 -0
  958. {package → app-ng-runtime}/components/data/live-table/live-table.props.d.ts +0 -0
  959. {package → app-ng-runtime}/components/data/live-table/public_api.d.ts +0 -0
  960. {package → app-ng-runtime}/components/data/pagination/esm2022/index.mjs +0 -0
  961. {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.module.mjs +0 -0
  962. {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.props.mjs +0 -0
  963. {package → app-ng-runtime}/components/data/pagination/esm2022/public_api.mjs +0 -0
  964. {package → app-ng-runtime}/components/data/pagination/index.d.ts +0 -0
  965. {package → app-ng-runtime}/components/data/pagination/pagination.component.d.ts +0 -0
  966. {package → app-ng-runtime}/components/data/pagination/pagination.module.d.ts +0 -0
  967. {package → app-ng-runtime}/components/data/pagination/pagination.props.d.ts +0 -0
  968. {package → app-ng-runtime}/components/data/pagination/public_api.d.ts +0 -0
  969. {package → app-ng-runtime}/components/data/table/esm2022/index.mjs +0 -0
  970. {package → app-ng-runtime}/components/data/table/esm2022/public_api.mjs +0 -0
  971. {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.directive.mjs +0 -0
  972. {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.props.mjs +0 -0
  973. {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.directive.mjs +0 -0
  974. {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.props.mjs +0 -0
  975. {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +0 -0
  976. {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.props.mjs +0 -0
  977. {package → app-ng-runtime}/components/data/table/esm2022/table-cud.directive.mjs +0 -0
  978. {package → app-ng-runtime}/components/data/table/esm2022/table-filter.directive.mjs +0 -0
  979. {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.directive.mjs +0 -0
  980. {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.props.mjs +0 -0
  981. {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +0 -0
  982. {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.props.mjs +0 -0
  983. {package → app-ng-runtime}/components/data/table/esm2022/table.module.mjs +0 -0
  984. {package → app-ng-runtime}/components/data/table/esm2022/table.props.mjs +0 -0
  985. {package → app-ng-runtime}/components/data/table/index.d.ts +0 -0
  986. {package → app-ng-runtime}/components/data/table/public_api.d.ts +0 -0
  987. {package → app-ng-runtime}/components/data/table/table-action/table-action.directive.d.ts +0 -0
  988. {package → app-ng-runtime}/components/data/table/table-action/table-action.props.d.ts +0 -0
  989. {package → app-ng-runtime}/components/data/table/table-column/table-column.directive.d.ts +0 -0
  990. {package → app-ng-runtime}/components/data/table/table-column/table-column.props.d.ts +0 -0
  991. {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.directive.d.ts +0 -0
  992. {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.props.d.ts +0 -0
  993. {package → app-ng-runtime}/components/data/table/table-cud.directive.d.ts +0 -0
  994. {package → app-ng-runtime}/components/data/table/table-filter.directive.d.ts +0 -0
  995. {package → app-ng-runtime}/components/data/table/table-row/table-row.directive.d.ts +0 -0
  996. {package → app-ng-runtime}/components/data/table/table-row/table-row.props.d.ts +0 -0
  997. {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.directive.d.ts +0 -0
  998. {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.props.d.ts +0 -0
  999. {package → app-ng-runtime}/components/data/table/table.component.d.ts +0 -0
  1000. {package → app-ng-runtime}/components/data/table/table.module.d.ts +0 -0
  1001. {package → app-ng-runtime}/components/data/table/table.props.d.ts +0 -0
  1002. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -0
  1003. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -0
  1004. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.props.d.ts +0 -0
  1005. {package → app-ng-runtime}/components/dialogs/alert-dialog/bundles/index.umd.js +0 -0
  1006. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +0 -0
  1007. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -0
  1008. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +0 -0
  1009. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/index.mjs +0 -0
  1010. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/public_api.mjs +0 -0
  1011. {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs +0 -0
  1012. {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs.map +0 -0
  1013. {package → app-ng-runtime}/components/dialogs/alert-dialog/index.d.ts +0 -0
  1014. {package → app-ng-runtime}/components/dialogs/alert-dialog/public_api.d.ts +0 -0
  1015. {package → app-ng-runtime}/components/dialogs/confirm-dialog/bundles/index.umd.js +0 -0
  1016. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -0
  1017. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -0
  1018. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.props.d.ts +0 -0
  1019. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +0 -0
  1020. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -0
  1021. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +0 -0
  1022. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/index.mjs +0 -0
  1023. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/public_api.mjs +0 -0
  1024. {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs +0 -0
  1025. {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +0 -0
  1026. {package → app-ng-runtime}/components/dialogs/confirm-dialog/index.d.ts +0 -0
  1027. {package → app-ng-runtime}/components/dialogs/confirm-dialog/public_api.d.ts +0 -0
  1028. {package → app-ng-runtime}/components/dialogs/default/base-dialog.d.ts +0 -0
  1029. {package → app-ng-runtime}/components/dialogs/default/bundles/index.umd.js +0 -0
  1030. {package → app-ng-runtime}/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +0 -0
  1031. {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +0 -0
  1032. {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.props.d.ts +0 -0
  1033. {package → app-ng-runtime}/components/dialogs/default/dialog-header/dialog-header.component.d.ts +0 -0
  1034. {package → app-ng-runtime}/components/dialogs/default/dialog.module.d.ts +0 -0
  1035. {package → app-ng-runtime}/components/dialogs/default/esm2022/base-dialog.mjs +0 -0
  1036. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +0 -0
  1037. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +0 -0
  1038. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.props.mjs +0 -0
  1039. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +0 -0
  1040. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog.module.mjs +0 -0
  1041. {package → app-ng-runtime}/components/dialogs/default/esm2022/index.mjs +0 -0
  1042. {package → app-ng-runtime}/components/dialogs/default/esm2022/public_api.mjs +0 -0
  1043. {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs +0 -0
  1044. {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs.map +0 -0
  1045. {package → app-ng-runtime}/components/dialogs/default/index.d.ts +0 -0
  1046. {package → app-ng-runtime}/components/dialogs/default/public_api.d.ts +0 -0
  1047. {package → app-ng-runtime}/components/dialogs/design-dialog/bundles/index.umd.js +0 -0
  1048. {package → app-ng-runtime}/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -0
  1049. {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.component.d.ts +0 -0
  1050. {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.props.d.ts +0 -0
  1051. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -0
  1052. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.component.mjs +0 -0
  1053. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.props.mjs +0 -0
  1054. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/index.mjs +0 -0
  1055. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/public_api.mjs +0 -0
  1056. {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs +0 -0
  1057. {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs.map +0 -0
  1058. {package → app-ng-runtime}/components/dialogs/design-dialog/index.d.ts +0 -0
  1059. {package → app-ng-runtime}/components/dialogs/design-dialog/public_api.d.ts +0 -0
  1060. {package → app-ng-runtime}/components/dialogs/iframe-dialog/bundles/index.umd.js +0 -0
  1061. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +0 -0
  1062. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -0
  1063. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +0 -0
  1064. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/index.mjs +0 -0
  1065. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/public_api.mjs +0 -0
  1066. {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs +0 -0
  1067. {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +0 -0
  1068. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +0 -0
  1069. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -0
  1070. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.props.d.ts +0 -0
  1071. {package → app-ng-runtime}/components/dialogs/iframe-dialog/index.d.ts +0 -0
  1072. {package → app-ng-runtime}/components/dialogs/iframe-dialog/public_api.d.ts +0 -0
  1073. {package → app-ng-runtime}/components/dialogs/login-dialog/bundles/index.umd.js +0 -0
  1074. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/index.mjs +0 -0
  1075. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +0 -0
  1076. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -0
  1077. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/public_api.mjs +0 -0
  1078. {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs +0 -0
  1079. {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs.map +0 -0
  1080. {package → app-ng-runtime}/components/dialogs/login-dialog/index.d.ts +0 -0
  1081. {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.directive.d.ts +0 -0
  1082. {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -0
  1083. {package → app-ng-runtime}/components/dialogs/login-dialog/public_api.d.ts +0 -0
  1084. {package → app-ng-runtime}/components/dialogs/partial-dialog/bundles/index.umd.js +0 -0
  1085. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/index.mjs +0 -0
  1086. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +0 -0
  1087. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -0
  1088. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +0 -0
  1089. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/public_api.mjs +0 -0
  1090. {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs +0 -0
  1091. {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs.map +0 -0
  1092. {package → app-ng-runtime}/components/dialogs/partial-dialog/index.d.ts +0 -0
  1093. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.component.d.ts +0 -0
  1094. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -0
  1095. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.props.d.ts +0 -0
  1096. {package → app-ng-runtime}/components/dialogs/partial-dialog/public_api.d.ts +0 -0
  1097. {package → app-ng-runtime}/components/input/calendar/bundles/index.umd.js +0 -0
  1098. {package → app-ng-runtime}/components/input/calendar/calendar.component.d.ts +0 -0
  1099. {package → app-ng-runtime}/components/input/calendar/calendar.module.d.ts +0 -0
  1100. {package → app-ng-runtime}/components/input/calendar/calendar.props.d.ts +0 -0
  1101. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.component.mjs +0 -0
  1102. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.module.mjs +0 -0
  1103. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.props.mjs +0 -0
  1104. {package → app-ng-runtime}/components/input/calendar/esm2022/index.mjs +0 -0
  1105. {package → app-ng-runtime}/components/input/calendar/esm2022/public_api.mjs +0 -0
  1106. {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs +0 -0
  1107. {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs.map +0 -0
  1108. {package → app-ng-runtime}/components/input/calendar/index.d.ts +0 -0
  1109. {package → app-ng-runtime}/components/input/calendar/public_api.d.ts +0 -0
  1110. {package → app-ng-runtime}/components/input/chips/bundles/index.umd.js +0 -0
  1111. {package → app-ng-runtime}/components/input/chips/chips.component.d.ts +0 -0
  1112. {package → app-ng-runtime}/components/input/chips/chips.module.d.ts +0 -0
  1113. {package → app-ng-runtime}/components/input/chips/chips.props.d.ts +0 -0
  1114. {package → app-ng-runtime}/components/input/chips/esm2022/chips.component.mjs +0 -0
  1115. {package → app-ng-runtime}/components/input/chips/esm2022/chips.module.mjs +0 -0
  1116. {package → app-ng-runtime}/components/input/chips/esm2022/chips.props.mjs +0 -0
  1117. {package → app-ng-runtime}/components/input/chips/esm2022/index.mjs +0 -0
  1118. {package → app-ng-runtime}/components/input/chips/esm2022/public_api.mjs +0 -0
  1119. {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs +0 -0
  1120. {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs.map +0 -0
  1121. {package → app-ng-runtime}/components/input/chips/index.d.ts +0 -0
  1122. {package → app-ng-runtime}/components/input/chips/public_api.d.ts +0 -0
  1123. {package → app-ng-runtime}/components/input/color-picker/color-picker.component.d.ts +0 -0
  1124. {package → app-ng-runtime}/components/input/color-picker/color-picker.module.d.ts +0 -0
  1125. {package → app-ng-runtime}/components/input/color-picker/color-picker.props.d.ts +0 -0
  1126. {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.module.mjs +0 -0
  1127. {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.props.mjs +0 -0
  1128. {package → app-ng-runtime}/components/input/color-picker/esm2022/index.mjs +0 -0
  1129. {package → app-ng-runtime}/components/input/color-picker/esm2022/public_api.mjs +0 -0
  1130. {package → app-ng-runtime}/components/input/color-picker/index.d.ts +0 -0
  1131. {package → app-ng-runtime}/components/input/color-picker/public_api.d.ts +0 -0
  1132. {package → app-ng-runtime}/components/input/currency/bundles/index.umd.js +0 -0
  1133. {package → app-ng-runtime}/components/input/currency/currency.component.d.ts +0 -0
  1134. {package → app-ng-runtime}/components/input/currency/currency.module.d.ts +0 -0
  1135. {package → app-ng-runtime}/components/input/currency/currency.props.d.ts +0 -0
  1136. {package → app-ng-runtime}/components/input/currency/esm2022/currency.component.mjs +0 -0
  1137. {package → app-ng-runtime}/components/input/currency/esm2022/currency.module.mjs +0 -0
  1138. {package → app-ng-runtime}/components/input/currency/esm2022/currency.props.mjs +0 -0
  1139. {package → app-ng-runtime}/components/input/currency/esm2022/index.mjs +0 -0
  1140. {package → app-ng-runtime}/components/input/currency/esm2022/public_api.mjs +0 -0
  1141. {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs +0 -0
  1142. {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs.map +0 -0
  1143. {package → app-ng-runtime}/components/input/currency/index.d.ts +0 -0
  1144. {package → app-ng-runtime}/components/input/currency/public_api.d.ts +0 -0
  1145. {package → app-ng-runtime}/components/input/default/base-form-custom.component.d.ts +0 -0
  1146. {package → app-ng-runtime}/components/input/default/base-form.component.d.ts +0 -0
  1147. {package → app-ng-runtime}/components/input/default/button/button.component.d.ts +0 -0
  1148. {package → app-ng-runtime}/components/input/default/button/button.props.d.ts +0 -0
  1149. {package → app-ng-runtime}/components/input/default/button-group/button-group.directive.d.ts +0 -0
  1150. {package → app-ng-runtime}/components/input/default/button-group/button-group.props.d.ts +0 -0
  1151. {package → app-ng-runtime}/components/input/default/caption-position.directive.d.ts +0 -0
  1152. {package → app-ng-runtime}/components/input/default/checkbox/checkbox.component.d.ts +0 -0
  1153. {package → app-ng-runtime}/components/input/default/checkbox/checkbox.props.d.ts +0 -0
  1154. {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.component.d.ts +0 -0
  1155. {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.props.d.ts +0 -0
  1156. {package → app-ng-runtime}/components/input/default/composite/composite.directive.d.ts +0 -0
  1157. {package → app-ng-runtime}/components/input/default/composite/composite.props.d.ts +0 -0
  1158. {package → app-ng-runtime}/components/input/default/dataset-aware-form.component.d.ts +0 -0
  1159. {package → app-ng-runtime}/components/input/default/esm2022/base-form-custom.component.mjs +0 -0
  1160. {package → app-ng-runtime}/components/input/default/esm2022/base-form.component.mjs +0 -0
  1161. {package → app-ng-runtime}/components/input/default/esm2022/button/button.component.mjs +0 -0
  1162. {package → app-ng-runtime}/components/input/default/esm2022/button/button.props.mjs +0 -0
  1163. {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -0
  1164. {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.props.mjs +0 -0
  1165. {package → app-ng-runtime}/components/input/default/esm2022/caption-position.directive.mjs +0 -0
  1166. {package → app-ng-runtime}/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -0
  1167. {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -0
  1168. {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -0
  1169. {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.directive.mjs +0 -0
  1170. {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.props.mjs +0 -0
  1171. {package → app-ng-runtime}/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -0
  1172. {package → app-ng-runtime}/components/input/default/esm2022/index.mjs +0 -0
  1173. {package → app-ng-runtime}/components/input/default/esm2022/input.module.mjs +0 -0
  1174. {package → app-ng-runtime}/components/input/default/esm2022/number/number.component.mjs +0 -0
  1175. {package → app-ng-runtime}/components/input/default/esm2022/number/number.props.mjs +0 -0
  1176. {package → app-ng-runtime}/components/input/default/esm2022/public_api.mjs +0 -0
  1177. {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.component.mjs +0 -0
  1178. {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.props.mjs +0 -0
  1179. {package → app-ng-runtime}/components/input/default/esm2022/select/select.props.mjs +0 -0
  1180. {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.component.mjs +0 -0
  1181. {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.props.mjs +0 -0
  1182. {package → app-ng-runtime}/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -0
  1183. {package → app-ng-runtime}/components/input/default/esm2022/text/color/input-color.props.mjs +0 -0
  1184. {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.component.mjs +0 -0
  1185. {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.props.mjs +0 -0
  1186. {package → app-ng-runtime}/components/input/default/esm2022/text/locale/number-locale.mjs +0 -0
  1187. {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.component.mjs +0 -0
  1188. {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.props.mjs +0 -0
  1189. {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.component.mjs +0 -0
  1190. {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.props.mjs +0 -0
  1191. {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.component.mjs +0 -0
  1192. {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.props.mjs +0 -0
  1193. {package → app-ng-runtime}/components/input/default/index.d.ts +0 -0
  1194. {package → app-ng-runtime}/components/input/default/input.module.d.ts +0 -0
  1195. {package → app-ng-runtime}/components/input/default/number/number.component.d.ts +0 -0
  1196. {package → app-ng-runtime}/components/input/default/number/number.props.d.ts +0 -0
  1197. {package → app-ng-runtime}/components/input/default/public_api.d.ts +0 -0
  1198. {package → app-ng-runtime}/components/input/default/radioset/radioset.component.d.ts +0 -0
  1199. {package → app-ng-runtime}/components/input/default/radioset/radioset.props.d.ts +0 -0
  1200. {package → app-ng-runtime}/components/input/default/select/select.component.d.ts +0 -0
  1201. {package → app-ng-runtime}/components/input/default/select/select.props.d.ts +0 -0
  1202. {package → app-ng-runtime}/components/input/default/switch/switch.component.d.ts +0 -0
  1203. {package → app-ng-runtime}/components/input/default/switch/switch.props.d.ts +0 -0
  1204. {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.component.d.ts +0 -0
  1205. {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.props.d.ts +0 -0
  1206. {package → app-ng-runtime}/components/input/default/text/color/input-color.component.d.ts +0 -0
  1207. {package → app-ng-runtime}/components/input/default/text/color/input-color.props.d.ts +0 -0
  1208. {package → app-ng-runtime}/components/input/default/text/email/input-email.component.d.ts +0 -0
  1209. {package → app-ng-runtime}/components/input/default/text/email/input-email.props.d.ts +0 -0
  1210. {package → app-ng-runtime}/components/input/default/text/locale/number-locale.d.ts +0 -0
  1211. {package → app-ng-runtime}/components/input/default/text/number/input-number.component.d.ts +0 -0
  1212. {package → app-ng-runtime}/components/input/default/text/number/input-number.props.d.ts +0 -0
  1213. {package → app-ng-runtime}/components/input/default/text/text/input-text.component.d.ts +0 -0
  1214. {package → app-ng-runtime}/components/input/default/text/text/input-text.props.d.ts +0 -0
  1215. {package → app-ng-runtime}/components/input/default/textarea/textarea.component.d.ts +0 -0
  1216. {package → app-ng-runtime}/components/input/default/textarea/textarea.props.d.ts +0 -0
  1217. {package → app-ng-runtime}/components/input/epoch/base-date-time.component.d.ts +0 -0
  1218. {package → app-ng-runtime}/components/input/epoch/date/date.component.d.ts +0 -0
  1219. {package → app-ng-runtime}/components/input/epoch/date/date.props.d.ts +0 -0
  1220. {package → app-ng-runtime}/components/input/epoch/date/imaskUtil.d.ts +0 -0
  1221. {package → app-ng-runtime}/components/input/epoch/date-time/date-time-picker.component.d.ts +0 -0
  1222. {package → app-ng-runtime}/components/input/epoch/date-time/date-time.component.d.ts +0 -0
  1223. {package → app-ng-runtime}/components/input/epoch/date-time/date-time.props.d.ts +0 -0
  1224. {package → app-ng-runtime}/components/input/epoch/epoch.module.d.ts +0 -0
  1225. {package → app-ng-runtime}/components/input/epoch/esm2022/base-date-time.component.mjs +0 -0
  1226. {package → app-ng-runtime}/components/input/epoch/esm2022/date/date.props.mjs +0 -0
  1227. {package → app-ng-runtime}/components/input/epoch/esm2022/date/imaskUtil.mjs +0 -0
  1228. {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -0
  1229. {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time.props.mjs +0 -0
  1230. {package → app-ng-runtime}/components/input/epoch/esm2022/epoch.module.mjs +0 -0
  1231. {package → app-ng-runtime}/components/input/epoch/esm2022/index.mjs +0 -0
  1232. {package → app-ng-runtime}/components/input/epoch/esm2022/picker/picker.component.mjs +0 -0
  1233. {package → app-ng-runtime}/components/input/epoch/esm2022/public_api.mjs +0 -0
  1234. {package → app-ng-runtime}/components/input/epoch/esm2022/time/time.props.mjs +0 -0
  1235. {package → app-ng-runtime}/components/input/epoch/index.d.ts +0 -0
  1236. {package → app-ng-runtime}/components/input/epoch/picker/picker.component.d.ts +0 -0
  1237. {package → app-ng-runtime}/components/input/epoch/public_api.d.ts +0 -0
  1238. {package → app-ng-runtime}/components/input/epoch/time/time.component.d.ts +0 -0
  1239. {package → app-ng-runtime}/components/input/epoch/time/time.props.d.ts +0 -0
  1240. {package → app-ng-runtime}/components/input/file-upload/bundles/index.umd.js +0 -0
  1241. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.component.mjs +0 -0
  1242. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
  1243. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.props.mjs +0 -0
  1244. {package → app-ng-runtime}/components/input/file-upload/esm2022/index.mjs +0 -0
  1245. {package → app-ng-runtime}/components/input/file-upload/esm2022/public_api.mjs +0 -0
  1246. {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs +0 -0
  1247. {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs.map +0 -0
  1248. {package → app-ng-runtime}/components/input/file-upload/file-upload.component.d.ts +0 -0
  1249. {package → app-ng-runtime}/components/input/file-upload/file-upload.module.d.ts +0 -0
  1250. {package → app-ng-runtime}/components/input/file-upload/file-upload.props.d.ts +0 -0
  1251. {package → app-ng-runtime}/components/input/file-upload/index.d.ts +0 -0
  1252. {package → app-ng-runtime}/components/input/file-upload/public_api.d.ts +0 -0
  1253. {package → app-ng-runtime}/components/input/rating/esm2022/index.mjs +0 -0
  1254. {package → app-ng-runtime}/components/input/rating/esm2022/public_api.mjs +0 -0
  1255. {package → app-ng-runtime}/components/input/rating/esm2022/rating.module.mjs +0 -0
  1256. {package → app-ng-runtime}/components/input/rating/esm2022/rating.props.mjs +0 -0
  1257. {package → app-ng-runtime}/components/input/rating/index.d.ts +0 -0
  1258. {package → app-ng-runtime}/components/input/rating/public_api.d.ts +0 -0
  1259. {package → app-ng-runtime}/components/input/rating/rating.component.d.ts +0 -0
  1260. {package → app-ng-runtime}/components/input/rating/rating.module.d.ts +0 -0
  1261. {package → app-ng-runtime}/components/input/rating/rating.props.d.ts +0 -0
  1262. {package → app-ng-runtime}/components/input/slider/esm2022/index.mjs +0 -0
  1263. {package → app-ng-runtime}/components/input/slider/esm2022/public_api.mjs +0 -0
  1264. {package → app-ng-runtime}/components/input/slider/esm2022/slider.module.mjs +0 -0
  1265. {package → app-ng-runtime}/components/input/slider/esm2022/slider.props.mjs +0 -0
  1266. {package → app-ng-runtime}/components/input/slider/index.d.ts +0 -0
  1267. {package → app-ng-runtime}/components/input/slider/public_api.d.ts +0 -0
  1268. {package → app-ng-runtime}/components/input/slider/slider.component.d.ts +0 -0
  1269. {package → app-ng-runtime}/components/input/slider/slider.module.d.ts +0 -0
  1270. {package → app-ng-runtime}/components/input/slider/slider.props.d.ts +0 -0
  1271. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.component.d.ts +0 -0
  1272. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -0
  1273. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.props.d.ts +0 -0
  1274. {package → app-ng-runtime}/components/navigation/breadcrumb/bundles/index.umd.js +0 -0
  1275. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +0 -0
  1276. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -0
  1277. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.props.mjs +0 -0
  1278. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/index.mjs +0 -0
  1279. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/public_api.mjs +0 -0
  1280. {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs +0 -0
  1281. {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs.map +0 -0
  1282. {package → app-ng-runtime}/components/navigation/breadcrumb/index.d.ts +0 -0
  1283. {package → app-ng-runtime}/components/navigation/breadcrumb/public_api.d.ts +0 -0
  1284. {package → app-ng-runtime}/components/navigation/menu/bundles/index.umd.js +0 -0
  1285. {package → app-ng-runtime}/components/navigation/menu/esm2022/index.mjs +0 -0
  1286. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-adapator.component.mjs +0 -0
  1287. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +0 -0
  1288. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +0 -0
  1289. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.component.mjs +0 -0
  1290. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.module.mjs +0 -0
  1291. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.props.mjs +0 -0
  1292. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +0 -0
  1293. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.props.mjs +0 -0
  1294. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.component.mjs +0 -0
  1295. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.props.mjs +0 -0
  1296. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +0 -0
  1297. {package → app-ng-runtime}/components/navigation/menu/esm2022/public_api.mjs +0 -0
  1298. {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs +0 -0
  1299. {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs.map +0 -0
  1300. {package → app-ng-runtime}/components/navigation/menu/index.d.ts +0 -0
  1301. {package → app-ng-runtime}/components/navigation/menu/menu-adapator.component.d.ts +0 -0
  1302. {package → app-ng-runtime}/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +0 -0
  1303. {package → app-ng-runtime}/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +0 -0
  1304. {package → app-ng-runtime}/components/navigation/menu/menu.component.d.ts +0 -0
  1305. {package → app-ng-runtime}/components/navigation/menu/menu.module.d.ts +0 -0
  1306. {package → app-ng-runtime}/components/navigation/menu/menu.props.d.ts +0 -0
  1307. {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +0 -0
  1308. {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.props.d.ts +0 -0
  1309. {package → app-ng-runtime}/components/navigation/menu/nav/nav.component.d.ts +0 -0
  1310. {package → app-ng-runtime}/components/navigation/menu/nav/nav.props.d.ts +0 -0
  1311. {package → app-ng-runtime}/components/navigation/menu/nav/navigation-control.directive.d.ts +0 -0
  1312. {package → app-ng-runtime}/components/navigation/menu/public_api.d.ts +0 -0
  1313. {package → app-ng-runtime}/components/navigation/navbar/bundles/index.umd.js +0 -0
  1314. {package → app-ng-runtime}/components/navigation/navbar/esm2022/index.mjs +0 -0
  1315. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.component.mjs +0 -0
  1316. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.module.mjs +0 -0
  1317. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.props.mjs +0 -0
  1318. {package → app-ng-runtime}/components/navigation/navbar/esm2022/public_api.mjs +0 -0
  1319. {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs +0 -0
  1320. {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs.map +0 -0
  1321. {package → app-ng-runtime}/components/navigation/navbar/index.d.ts +0 -0
  1322. {package → app-ng-runtime}/components/navigation/navbar/navbar.component.d.ts +0 -0
  1323. {package → app-ng-runtime}/components/navigation/navbar/navbar.module.d.ts +0 -0
  1324. {package → app-ng-runtime}/components/navigation/navbar/navbar.props.d.ts +0 -0
  1325. {package → app-ng-runtime}/components/navigation/navbar/public_api.d.ts +0 -0
  1326. {package → app-ng-runtime}/components/navigation/popover/bundles/index.umd.js +0 -0
  1327. {package → app-ng-runtime}/components/navigation/popover/esm2022/index.mjs +0 -0
  1328. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.component.mjs +0 -0
  1329. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.module.mjs +0 -0
  1330. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.props.mjs +0 -0
  1331. {package → app-ng-runtime}/components/navigation/popover/esm2022/public_api.mjs +0 -0
  1332. {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs +0 -0
  1333. {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs.map +0 -0
  1334. {package → app-ng-runtime}/components/navigation/popover/index.d.ts +0 -0
  1335. {package → app-ng-runtime}/components/navigation/popover/popover.component.d.ts +0 -0
  1336. {package → app-ng-runtime}/components/navigation/popover/popover.module.d.ts +0 -0
  1337. {package → app-ng-runtime}/components/navigation/popover/popover.props.d.ts +0 -0
  1338. {package → app-ng-runtime}/components/navigation/popover/public_api.d.ts +0 -0
  1339. {package → app-ng-runtime}/components/page/default/bundles/index.umd.js +0 -0
  1340. {package → app-ng-runtime}/components/page/default/content/content.component.d.ts +0 -0
  1341. {package → app-ng-runtime}/components/page/default/content/content.props.d.ts +0 -0
  1342. {package → app-ng-runtime}/components/page/default/esm2022/content/content.component.mjs +0 -0
  1343. {package → app-ng-runtime}/components/page/default/esm2022/content/content.props.mjs +0 -0
  1344. {package → app-ng-runtime}/components/page/default/esm2022/index.mjs +0 -0
  1345. {package → app-ng-runtime}/components/page/default/esm2022/layout.directive.mjs +0 -0
  1346. {package → app-ng-runtime}/components/page/default/esm2022/layout.props.mjs +0 -0
  1347. {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.component.mjs +0 -0
  1348. {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.props.mjs +0 -0
  1349. {package → app-ng-runtime}/components/page/default/esm2022/page.directive.mjs +0 -0
  1350. {package → app-ng-runtime}/components/page/default/esm2022/page.module.mjs +0 -0
  1351. {package → app-ng-runtime}/components/page/default/esm2022/page.props.mjs +0 -0
  1352. {package → app-ng-runtime}/components/page/default/esm2022/public_api.mjs +0 -0
  1353. {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.directive.mjs +0 -0
  1354. {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.props.mjs +0 -0
  1355. {package → app-ng-runtime}/components/page/default/esm2022/spa-page.directive.mjs +0 -0
  1356. {package → app-ng-runtime}/components/page/default/esm2022/spa-page.props.mjs +0 -0
  1357. {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs +0 -0
  1358. {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs.map +0 -0
  1359. {package → app-ng-runtime}/components/page/default/index.d.ts +0 -0
  1360. {package → app-ng-runtime}/components/page/default/layout.directive.d.ts +0 -0
  1361. {package → app-ng-runtime}/components/page/default/layout.props.d.ts +0 -0
  1362. {package → app-ng-runtime}/components/page/default/page-content/page-content.component.d.ts +0 -0
  1363. {package → app-ng-runtime}/components/page/default/page-content/page-content.props.d.ts +0 -0
  1364. {package → app-ng-runtime}/components/page/default/page.directive.d.ts +0 -0
  1365. {package → app-ng-runtime}/components/page/default/page.module.d.ts +0 -0
  1366. {package → app-ng-runtime}/components/page/default/page.props.d.ts +0 -0
  1367. {package → app-ng-runtime}/components/page/default/public_api.d.ts +0 -0
  1368. {package → app-ng-runtime}/components/page/default/router-outlet.directive.d.ts +0 -0
  1369. {package → app-ng-runtime}/components/page/default/router-outlet.props.d.ts +0 -0
  1370. {package → app-ng-runtime}/components/page/default/spa-page.directive.d.ts +0 -0
  1371. {package → app-ng-runtime}/components/page/default/spa-page.props.d.ts +0 -0
  1372. {package → app-ng-runtime}/components/page/footer/bundles/index.umd.js +0 -0
  1373. {package → app-ng-runtime}/components/page/footer/esm2022/footer.directive.mjs +0 -0
  1374. {package → app-ng-runtime}/components/page/footer/esm2022/footer.module.mjs +0 -0
  1375. {package → app-ng-runtime}/components/page/footer/esm2022/footer.props.mjs +0 -0
  1376. {package → app-ng-runtime}/components/page/footer/esm2022/index.mjs +0 -0
  1377. {package → app-ng-runtime}/components/page/footer/esm2022/public_api.mjs +0 -0
  1378. {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs +0 -0
  1379. {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs.map +0 -0
  1380. {package → app-ng-runtime}/components/page/footer/footer.directive.d.ts +0 -0
  1381. {package → app-ng-runtime}/components/page/footer/footer.module.d.ts +0 -0
  1382. {package → app-ng-runtime}/components/page/footer/footer.props.d.ts +0 -0
  1383. {package → app-ng-runtime}/components/page/footer/index.d.ts +0 -0
  1384. {package → app-ng-runtime}/components/page/footer/public_api.d.ts +0 -0
  1385. {package → app-ng-runtime}/components/page/header/bundles/index.umd.js +0 -0
  1386. {package → app-ng-runtime}/components/page/header/esm2022/header.component.mjs +0 -0
  1387. {package → app-ng-runtime}/components/page/header/esm2022/header.module.mjs +0 -0
  1388. {package → app-ng-runtime}/components/page/header/esm2022/header.props.mjs +0 -0
  1389. {package → app-ng-runtime}/components/page/header/esm2022/index.mjs +0 -0
  1390. {package → app-ng-runtime}/components/page/header/esm2022/public_api.mjs +0 -0
  1391. {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs +0 -0
  1392. {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs.map +0 -0
  1393. {package → app-ng-runtime}/components/page/header/header.component.d.ts +0 -0
  1394. {package → app-ng-runtime}/components/page/header/header.module.d.ts +0 -0
  1395. {package → app-ng-runtime}/components/page/header/header.props.d.ts +0 -0
  1396. {package → app-ng-runtime}/components/page/header/index.d.ts +0 -0
  1397. {package → app-ng-runtime}/components/page/header/public_api.d.ts +0 -0
  1398. {package → app-ng-runtime}/components/page/left-panel/bundles/index.umd.js +0 -0
  1399. {package → app-ng-runtime}/components/page/left-panel/esm2022/index.mjs +0 -0
  1400. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.animator.mjs +0 -0
  1401. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
  1402. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
  1403. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.props.mjs +0 -0
  1404. {package → app-ng-runtime}/components/page/left-panel/esm2022/public_api.mjs +0 -0
  1405. {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs +0 -0
  1406. {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs.map +0 -0
  1407. {package → app-ng-runtime}/components/page/left-panel/index.d.ts +0 -0
  1408. {package → app-ng-runtime}/components/page/left-panel/left-panel.animator.d.ts +0 -0
  1409. {package → app-ng-runtime}/components/page/left-panel/left-panel.directive.d.ts +0 -0
  1410. {package → app-ng-runtime}/components/page/left-panel/left-panel.module.d.ts +0 -0
  1411. {package → app-ng-runtime}/components/page/left-panel/left-panel.props.d.ts +0 -0
  1412. {package → app-ng-runtime}/components/page/left-panel/public_api.d.ts +0 -0
  1413. {package → app-ng-runtime}/components/page/right-panel/bundles/index.umd.js +0 -0
  1414. {package → app-ng-runtime}/components/page/right-panel/esm2022/index.mjs +0 -0
  1415. {package → app-ng-runtime}/components/page/right-panel/esm2022/public_api.mjs +0 -0
  1416. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.directive.mjs +0 -0
  1417. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.module.mjs +0 -0
  1418. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.props.mjs +0 -0
  1419. {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs +0 -0
  1420. {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs.map +0 -0
  1421. {package → app-ng-runtime}/components/page/right-panel/index.d.ts +0 -0
  1422. {package → app-ng-runtime}/components/page/right-panel/public_api.d.ts +0 -0
  1423. {package → app-ng-runtime}/components/page/right-panel/right-panel.directive.d.ts +0 -0
  1424. {package → app-ng-runtime}/components/page/right-panel/right-panel.module.d.ts +0 -0
  1425. {package → app-ng-runtime}/components/page/right-panel/right-panel.props.d.ts +0 -0
  1426. {package → app-ng-runtime}/components/page/top-nav/bundles/index.umd.js +0 -0
  1427. {package → app-ng-runtime}/components/page/top-nav/esm2022/index.mjs +0 -0
  1428. {package → app-ng-runtime}/components/page/top-nav/esm2022/public_api.mjs +0 -0
  1429. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.directive.mjs +0 -0
  1430. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.module.mjs +0 -0
  1431. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.props.mjs +0 -0
  1432. {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs +0 -0
  1433. {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs.map +0 -0
  1434. {package → app-ng-runtime}/components/page/top-nav/index.d.ts +0 -0
  1435. {package → app-ng-runtime}/components/page/top-nav/public_api.d.ts +0 -0
  1436. {package → app-ng-runtime}/components/page/top-nav/top-nav.directive.d.ts +0 -0
  1437. {package → app-ng-runtime}/components/page/top-nav/top-nav.module.d.ts +0 -0
  1438. {package → app-ng-runtime}/components/page/top-nav/top-nav.props.d.ts +0 -0
  1439. {package → app-ng-runtime}/components/prefab/bundles/index.umd.js +0 -0
  1440. {package → app-ng-runtime}/components/prefab/esm2022/index.mjs +0 -0
  1441. {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +0 -0
  1442. {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.props.mjs +0 -0
  1443. {package → app-ng-runtime}/components/prefab/esm2022/prefab.directive.mjs +0 -0
  1444. {package → app-ng-runtime}/components/prefab/esm2022/prefab.module.mjs +0 -0
  1445. {package → app-ng-runtime}/components/prefab/esm2022/prefab.props.mjs +0 -0
  1446. {package → app-ng-runtime}/components/prefab/esm2022/public_api.mjs +0 -0
  1447. {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs +0 -0
  1448. {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs.map +0 -0
  1449. {package → app-ng-runtime}/components/prefab/index.d.ts +0 -0
  1450. {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.directive.d.ts +0 -0
  1451. {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.props.d.ts +0 -0
  1452. {package → app-ng-runtime}/components/prefab/prefab.directive.d.ts +0 -0
  1453. {package → app-ng-runtime}/components/prefab/prefab.module.d.ts +0 -0
  1454. {package → app-ng-runtime}/components/prefab/prefab.props.d.ts +0 -0
  1455. {package → app-ng-runtime}/components/prefab/public_api.d.ts +0 -0
  1456. {package → app-ng-runtime}/core/constants/currency-constants.d.ts +0 -0
  1457. {package → app-ng-runtime}/core/core.module.d.ts +0 -0
  1458. {package → app-ng-runtime}/core/enums/enums.d.ts +0 -0
  1459. {package → app-ng-runtime}/core/esm2022/constants/currency-constants.mjs +0 -0
  1460. {package → app-ng-runtime}/core/esm2022/core.module.mjs +0 -0
  1461. {package → app-ng-runtime}/core/esm2022/enums/enums.mjs +0 -0
  1462. {package → app-ng-runtime}/core/esm2022/index.mjs +0 -0
  1463. {package → app-ng-runtime}/core/esm2022/services/constant.service.mjs +0 -0
  1464. {package → app-ng-runtime}/core/esm2022/services/field-type.service.mjs +0 -0
  1465. {package → app-ng-runtime}/core/esm2022/services/field-widget.service.mjs +0 -0
  1466. {package → app-ng-runtime}/core/esm2022/services/pagination.service.mjs +0 -0
  1467. {package → app-ng-runtime}/core/esm2022/services/script-loader.service.mjs +0 -0
  1468. {package → app-ng-runtime}/core/esm2022/services/state-persistence.service.mjs +0 -0
  1469. {package → app-ng-runtime}/core/esm2022/services/user-custom-pipe-manager.service.mjs +0 -0
  1470. {package → app-ng-runtime}/core/esm2022/services/utils.service.mjs +0 -0
  1471. {package → app-ng-runtime}/core/esm2022/services/viewport.service.mjs +0 -0
  1472. {package → app-ng-runtime}/core/esm2022/types/types.mjs +0 -0
  1473. {package → app-ng-runtime}/core/esm2022/utils/build-utils.mjs +0 -0
  1474. {package → app-ng-runtime}/core/esm2022/utils/dom.mjs +0 -0
  1475. {package → app-ng-runtime}/core/esm2022/utils/event-notifier.mjs +0 -0
  1476. {package → app-ng-runtime}/core/esm2022/utils/expression-parser.mjs +0 -0
  1477. {package → app-ng-runtime}/core/esm2022/utils/id-generator.mjs +0 -0
  1478. {package → app-ng-runtime}/core/esm2022/utils/lru-cache.mjs +0 -0
  1479. {package → app-ng-runtime}/core/esm2022/utils/utils.mjs +0 -0
  1480. {package → app-ng-runtime}/core/esm2022/utils/watcher.mjs +0 -0
  1481. {package → app-ng-runtime}/core/esm2022/utils/wm-project-properties.mjs +0 -0
  1482. {package → app-ng-runtime}/core/index.d.ts +0 -0
  1483. {package → app-ng-runtime}/core/services/constant.service.d.ts +0 -0
  1484. {package → app-ng-runtime}/core/services/field-type.service.d.ts +0 -0
  1485. {package → app-ng-runtime}/core/services/field-widget.service.d.ts +0 -0
  1486. {package → app-ng-runtime}/core/services/pagination.service.d.ts +0 -0
  1487. {package → app-ng-runtime}/core/services/script-loader.service.d.ts +0 -0
  1488. {package → app-ng-runtime}/core/services/state-persistence.service.d.ts +0 -0
  1489. {package → app-ng-runtime}/core/services/user-custom-pipe-manager.service.d.ts +0 -0
  1490. {package → app-ng-runtime}/core/services/utils.service.d.ts +0 -0
  1491. {package → app-ng-runtime}/core/services/viewport.service.d.ts +0 -0
  1492. {package → app-ng-runtime}/core/types/types.d.ts +0 -0
  1493. {package → app-ng-runtime}/core/utils/build-utils.d.ts +0 -0
  1494. {package → app-ng-runtime}/core/utils/dom.d.ts +0 -0
  1495. {package → app-ng-runtime}/core/utils/event-notifier.d.ts +0 -0
  1496. {package → app-ng-runtime}/core/utils/expression-parser.d.ts +0 -0
  1497. {package → app-ng-runtime}/core/utils/id-generator.d.ts +0 -0
  1498. {package → app-ng-runtime}/core/utils/lru-cache.d.ts +0 -0
  1499. {package → app-ng-runtime}/core/utils/utils.d.ts +0 -0
  1500. {package → app-ng-runtime}/core/utils/watcher.d.ts +0 -0
  1501. {package → app-ng-runtime}/core/utils/wm-project-properties.d.ts +0 -0
  1502. {package → app-ng-runtime}/http/bundles/index.umd.js +0 -0
  1503. {package → app-ng-runtime}/http/esm2022/http-service.module.mjs +0 -0
  1504. {package → app-ng-runtime}/http/esm2022/http.service.mjs +0 -0
  1505. {package → app-ng-runtime}/http/esm2022/index.mjs +0 -0
  1506. {package → app-ng-runtime}/http/esm2022/public_api.mjs +0 -0
  1507. {package → app-ng-runtime}/http/esm2022/wm-http-request.mjs +0 -0
  1508. {package → app-ng-runtime}/http/esm2022/wm-http-response.mjs +0 -0
  1509. {package → app-ng-runtime}/http/fesm2022/index.mjs +0 -0
  1510. {package → app-ng-runtime}/http/fesm2022/index.mjs.map +0 -0
  1511. {package → app-ng-runtime}/http/http-service.module.d.ts +0 -0
  1512. {package → app-ng-runtime}/http/http.service.d.ts +0 -0
  1513. {package → app-ng-runtime}/http/index.d.ts +0 -0
  1514. {package → app-ng-runtime}/http/public_api.d.ts +0 -0
  1515. {package → app-ng-runtime}/http/wm-http-request.d.ts +0 -0
  1516. {package → app-ng-runtime}/http/wm-http-response.d.ts +0 -0
  1517. {package → app-ng-runtime}/locales/angular/global/af-na.js +0 -0
  1518. {package → app-ng-runtime}/locales/angular/global/af.js +0 -0
  1519. {package → app-ng-runtime}/locales/angular/global/agq.js +0 -0
  1520. {package → app-ng-runtime}/locales/angular/global/ak.js +0 -0
  1521. {package → app-ng-runtime}/locales/angular/global/am.js +0 -0
  1522. {package → app-ng-runtime}/locales/angular/global/ar-ae.js +0 -0
  1523. {package → app-ng-runtime}/locales/angular/global/ar-bh.js +0 -0
  1524. {package → app-ng-runtime}/locales/angular/global/ar-dj.js +0 -0
  1525. {package → app-ng-runtime}/locales/angular/global/ar-dz.js +0 -0
  1526. {package → app-ng-runtime}/locales/angular/global/ar-eg.js +0 -0
  1527. {package → app-ng-runtime}/locales/angular/global/ar-eh.js +0 -0
  1528. {package → app-ng-runtime}/locales/angular/global/ar-er.js +0 -0
  1529. {package → app-ng-runtime}/locales/angular/global/ar-il.js +0 -0
  1530. {package → app-ng-runtime}/locales/angular/global/ar-iq.js +0 -0
  1531. {package → app-ng-runtime}/locales/angular/global/ar-jo.js +0 -0
  1532. {package → app-ng-runtime}/locales/angular/global/ar-km.js +0 -0
  1533. {package → app-ng-runtime}/locales/angular/global/ar-kw.js +0 -0
  1534. {package → app-ng-runtime}/locales/angular/global/ar-lb.js +0 -0
  1535. {package → app-ng-runtime}/locales/angular/global/ar-ly.js +0 -0
  1536. {package → app-ng-runtime}/locales/angular/global/ar-ma.js +0 -0
  1537. {package → app-ng-runtime}/locales/angular/global/ar-mr.js +0 -0
  1538. {package → app-ng-runtime}/locales/angular/global/ar-om.js +0 -0
  1539. {package → app-ng-runtime}/locales/angular/global/ar-ps.js +0 -0
  1540. {package → app-ng-runtime}/locales/angular/global/ar-qa.js +0 -0
  1541. {package → app-ng-runtime}/locales/angular/global/ar-sa.js +0 -0
  1542. {package → app-ng-runtime}/locales/angular/global/ar-sd.js +0 -0
  1543. {package → app-ng-runtime}/locales/angular/global/ar-so.js +0 -0
  1544. {package → app-ng-runtime}/locales/angular/global/ar-ss.js +0 -0
  1545. {package → app-ng-runtime}/locales/angular/global/ar-sy.js +0 -0
  1546. {package → app-ng-runtime}/locales/angular/global/ar-td.js +0 -0
  1547. {package → app-ng-runtime}/locales/angular/global/ar-tn.js +0 -0
  1548. {package → app-ng-runtime}/locales/angular/global/ar-ye.js +0 -0
  1549. {package → app-ng-runtime}/locales/angular/global/ar.js +0 -0
  1550. {package → app-ng-runtime}/locales/angular/global/as.js +0 -0
  1551. {package → app-ng-runtime}/locales/angular/global/asa.js +0 -0
  1552. {package → app-ng-runtime}/locales/angular/global/ast.js +0 -0
  1553. {package → app-ng-runtime}/locales/angular/global/az-cyrl.js +0 -0
  1554. {package → app-ng-runtime}/locales/angular/global/az-latn.js +0 -0
  1555. {package → app-ng-runtime}/locales/angular/global/az.js +0 -0
  1556. {package → app-ng-runtime}/locales/angular/global/bas.js +0 -0
  1557. {package → app-ng-runtime}/locales/angular/global/be-tarask.js +0 -0
  1558. {package → app-ng-runtime}/locales/angular/global/be.js +0 -0
  1559. {package → app-ng-runtime}/locales/angular/global/bem.js +0 -0
  1560. {package → app-ng-runtime}/locales/angular/global/bez.js +0 -0
  1561. {package → app-ng-runtime}/locales/angular/global/bg.js +0 -0
  1562. {package → app-ng-runtime}/locales/angular/global/bm.js +0 -0
  1563. {package → app-ng-runtime}/locales/angular/global/bn-in.js +0 -0
  1564. {package → app-ng-runtime}/locales/angular/global/bn.js +0 -0
  1565. {package → app-ng-runtime}/locales/angular/global/bo-in.js +0 -0
  1566. {package → app-ng-runtime}/locales/angular/global/bo.js +0 -0
  1567. {package → app-ng-runtime}/locales/angular/global/br.js +0 -0
  1568. {package → app-ng-runtime}/locales/angular/global/brx.js +0 -0
  1569. {package → app-ng-runtime}/locales/angular/global/bs-cyrl.js +0 -0
  1570. {package → app-ng-runtime}/locales/angular/global/bs-latn.js +0 -0
  1571. {package → app-ng-runtime}/locales/angular/global/bs.js +0 -0
  1572. {package → app-ng-runtime}/locales/angular/global/ca-ad.js +0 -0
  1573. {package → app-ng-runtime}/locales/angular/global/ca-es-valencia.js +0 -0
  1574. {package → app-ng-runtime}/locales/angular/global/ca-fr.js +0 -0
  1575. {package → app-ng-runtime}/locales/angular/global/ca-it.js +0 -0
  1576. {package → app-ng-runtime}/locales/angular/global/ca.js +0 -0
  1577. {package → app-ng-runtime}/locales/angular/global/ccp-in.js +0 -0
  1578. {package → app-ng-runtime}/locales/angular/global/ccp.js +0 -0
  1579. {package → app-ng-runtime}/locales/angular/global/ce.js +0 -0
  1580. {package → app-ng-runtime}/locales/angular/global/ceb.js +0 -0
  1581. {package → app-ng-runtime}/locales/angular/global/cgg.js +0 -0
  1582. {package → app-ng-runtime}/locales/angular/global/chr.js +0 -0
  1583. {package → app-ng-runtime}/locales/angular/global/ckb-ir.js +0 -0
  1584. {package → app-ng-runtime}/locales/angular/global/ckb.js +0 -0
  1585. {package → app-ng-runtime}/locales/angular/global/cs.js +0 -0
  1586. {package → app-ng-runtime}/locales/angular/global/cy.js +0 -0
  1587. {package → app-ng-runtime}/locales/angular/global/da-gl.js +0 -0
  1588. {package → app-ng-runtime}/locales/angular/global/da.js +0 -0
  1589. {package → app-ng-runtime}/locales/angular/global/dav.js +0 -0
  1590. {package → app-ng-runtime}/locales/angular/global/de-at.js +0 -0
  1591. {package → app-ng-runtime}/locales/angular/global/de-be.js +0 -0
  1592. {package → app-ng-runtime}/locales/angular/global/de-ch.js +0 -0
  1593. {package → app-ng-runtime}/locales/angular/global/de-it.js +0 -0
  1594. {package → app-ng-runtime}/locales/angular/global/de-li.js +0 -0
  1595. {package → app-ng-runtime}/locales/angular/global/de-lu.js +0 -0
  1596. {package → app-ng-runtime}/locales/angular/global/de.js +0 -0
  1597. {package → app-ng-runtime}/locales/angular/global/dje.js +0 -0
  1598. {package → app-ng-runtime}/locales/angular/global/doi.js +0 -0
  1599. {package → app-ng-runtime}/locales/angular/global/dsb.js +0 -0
  1600. {package → app-ng-runtime}/locales/angular/global/dua.js +0 -0
  1601. {package → app-ng-runtime}/locales/angular/global/dyo.js +0 -0
  1602. {package → app-ng-runtime}/locales/angular/global/dz.js +0 -0
  1603. {package → app-ng-runtime}/locales/angular/global/ebu.js +0 -0
  1604. {package → app-ng-runtime}/locales/angular/global/ee-tg.js +0 -0
  1605. {package → app-ng-runtime}/locales/angular/global/ee.js +0 -0
  1606. {package → app-ng-runtime}/locales/angular/global/el-cy.js +0 -0
  1607. {package → app-ng-runtime}/locales/angular/global/el.js +0 -0
  1608. {package → app-ng-runtime}/locales/angular/global/en-001.js +0 -0
  1609. {package → app-ng-runtime}/locales/angular/global/en-150.js +0 -0
  1610. {package → app-ng-runtime}/locales/angular/global/en-ae.js +0 -0
  1611. {package → app-ng-runtime}/locales/angular/global/en-ag.js +0 -0
  1612. {package → app-ng-runtime}/locales/angular/global/en-ai.js +0 -0
  1613. {package → app-ng-runtime}/locales/angular/global/en-as.js +0 -0
  1614. {package → app-ng-runtime}/locales/angular/global/en-at.js +0 -0
  1615. {package → app-ng-runtime}/locales/angular/global/en-au.js +0 -0
  1616. {package → app-ng-runtime}/locales/angular/global/en-bb.js +0 -0
  1617. {package → app-ng-runtime}/locales/angular/global/en-be.js +0 -0
  1618. {package → app-ng-runtime}/locales/angular/global/en-bi.js +0 -0
  1619. {package → app-ng-runtime}/locales/angular/global/en-bm.js +0 -0
  1620. {package → app-ng-runtime}/locales/angular/global/en-bs.js +0 -0
  1621. {package → app-ng-runtime}/locales/angular/global/en-bw.js +0 -0
  1622. {package → app-ng-runtime}/locales/angular/global/en-bz.js +0 -0
  1623. {package → app-ng-runtime}/locales/angular/global/en-ca.js +0 -0
  1624. {package → app-ng-runtime}/locales/angular/global/en-cc.js +0 -0
  1625. {package → app-ng-runtime}/locales/angular/global/en-ch.js +0 -0
  1626. {package → app-ng-runtime}/locales/angular/global/en-ck.js +0 -0
  1627. {package → app-ng-runtime}/locales/angular/global/en-cm.js +0 -0
  1628. {package → app-ng-runtime}/locales/angular/global/en-cx.js +0 -0
  1629. {package → app-ng-runtime}/locales/angular/global/en-cy.js +0 -0
  1630. {package → app-ng-runtime}/locales/angular/global/en-de.js +0 -0
  1631. {package → app-ng-runtime}/locales/angular/global/en-dg.js +0 -0
  1632. {package → app-ng-runtime}/locales/angular/global/en-dk.js +0 -0
  1633. {package → app-ng-runtime}/locales/angular/global/en-dm.js +0 -0
  1634. {package → app-ng-runtime}/locales/angular/global/en-er.js +0 -0
  1635. {package → app-ng-runtime}/locales/angular/global/en-fi.js +0 -0
  1636. {package → app-ng-runtime}/locales/angular/global/en-fj.js +0 -0
  1637. {package → app-ng-runtime}/locales/angular/global/en-fk.js +0 -0
  1638. {package → app-ng-runtime}/locales/angular/global/en-fm.js +0 -0
  1639. {package → app-ng-runtime}/locales/angular/global/en-gb.js +0 -0
  1640. {package → app-ng-runtime}/locales/angular/global/en-gd.js +0 -0
  1641. {package → app-ng-runtime}/locales/angular/global/en-gg.js +0 -0
  1642. {package → app-ng-runtime}/locales/angular/global/en-gh.js +0 -0
  1643. {package → app-ng-runtime}/locales/angular/global/en-gi.js +0 -0
  1644. {package → app-ng-runtime}/locales/angular/global/en-gm.js +0 -0
  1645. {package → app-ng-runtime}/locales/angular/global/en-gu.js +0 -0
  1646. {package → app-ng-runtime}/locales/angular/global/en-gy.js +0 -0
  1647. {package → app-ng-runtime}/locales/angular/global/en-hk.js +0 -0
  1648. {package → app-ng-runtime}/locales/angular/global/en-ie.js +0 -0
  1649. {package → app-ng-runtime}/locales/angular/global/en-il.js +0 -0
  1650. {package → app-ng-runtime}/locales/angular/global/en-im.js +0 -0
  1651. {package → app-ng-runtime}/locales/angular/global/en-in.js +0 -0
  1652. {package → app-ng-runtime}/locales/angular/global/en-io.js +0 -0
  1653. {package → app-ng-runtime}/locales/angular/global/en-je.js +0 -0
  1654. {package → app-ng-runtime}/locales/angular/global/en-jm.js +0 -0
  1655. {package → app-ng-runtime}/locales/angular/global/en-ke.js +0 -0
  1656. {package → app-ng-runtime}/locales/angular/global/en-ki.js +0 -0
  1657. {package → app-ng-runtime}/locales/angular/global/en-kn.js +0 -0
  1658. {package → app-ng-runtime}/locales/angular/global/en-ky.js +0 -0
  1659. {package → app-ng-runtime}/locales/angular/global/en-lc.js +0 -0
  1660. {package → app-ng-runtime}/locales/angular/global/en-lr.js +0 -0
  1661. {package → app-ng-runtime}/locales/angular/global/en-ls.js +0 -0
  1662. {package → app-ng-runtime}/locales/angular/global/en-mg.js +0 -0
  1663. {package → app-ng-runtime}/locales/angular/global/en-mh.js +0 -0
  1664. {package → app-ng-runtime}/locales/angular/global/en-mo.js +0 -0
  1665. {package → app-ng-runtime}/locales/angular/global/en-mp.js +0 -0
  1666. {package → app-ng-runtime}/locales/angular/global/en-ms.js +0 -0
  1667. {package → app-ng-runtime}/locales/angular/global/en-mt.js +0 -0
  1668. {package → app-ng-runtime}/locales/angular/global/en-mu.js +0 -0
  1669. {package → app-ng-runtime}/locales/angular/global/en-mv.js +0 -0
  1670. {package → app-ng-runtime}/locales/angular/global/en-mw.js +0 -0
  1671. {package → app-ng-runtime}/locales/angular/global/en-my.js +0 -0
  1672. {package → app-ng-runtime}/locales/angular/global/en-na.js +0 -0
  1673. {package → app-ng-runtime}/locales/angular/global/en-nf.js +0 -0
  1674. {package → app-ng-runtime}/locales/angular/global/en-ng.js +0 -0
  1675. {package → app-ng-runtime}/locales/angular/global/en-nl.js +0 -0
  1676. {package → app-ng-runtime}/locales/angular/global/en-nr.js +0 -0
  1677. {package → app-ng-runtime}/locales/angular/global/en-nu.js +0 -0
  1678. {package → app-ng-runtime}/locales/angular/global/en-nz.js +0 -0
  1679. {package → app-ng-runtime}/locales/angular/global/en-pg.js +0 -0
  1680. {package → app-ng-runtime}/locales/angular/global/en-ph.js +0 -0
  1681. {package → app-ng-runtime}/locales/angular/global/en-pk.js +0 -0
  1682. {package → app-ng-runtime}/locales/angular/global/en-pn.js +0 -0
  1683. {package → app-ng-runtime}/locales/angular/global/en-pr.js +0 -0
  1684. {package → app-ng-runtime}/locales/angular/global/en-pw.js +0 -0
  1685. {package → app-ng-runtime}/locales/angular/global/en-rw.js +0 -0
  1686. {package → app-ng-runtime}/locales/angular/global/en-sb.js +0 -0
  1687. {package → app-ng-runtime}/locales/angular/global/en-sc.js +0 -0
  1688. {package → app-ng-runtime}/locales/angular/global/en-sd.js +0 -0
  1689. {package → app-ng-runtime}/locales/angular/global/en-se.js +0 -0
  1690. {package → app-ng-runtime}/locales/angular/global/en-sg.js +0 -0
  1691. {package → app-ng-runtime}/locales/angular/global/en-sh.js +0 -0
  1692. {package → app-ng-runtime}/locales/angular/global/en-si.js +0 -0
  1693. {package → app-ng-runtime}/locales/angular/global/en-sl.js +0 -0
  1694. {package → app-ng-runtime}/locales/angular/global/en-ss.js +0 -0
  1695. {package → app-ng-runtime}/locales/angular/global/en-sx.js +0 -0
  1696. {package → app-ng-runtime}/locales/angular/global/en-sz.js +0 -0
  1697. {package → app-ng-runtime}/locales/angular/global/en-tc.js +0 -0
  1698. {package → app-ng-runtime}/locales/angular/global/en-tk.js +0 -0
  1699. {package → app-ng-runtime}/locales/angular/global/en-to.js +0 -0
  1700. {package → app-ng-runtime}/locales/angular/global/en-tt.js +0 -0
  1701. {package → app-ng-runtime}/locales/angular/global/en-tv.js +0 -0
  1702. {package → app-ng-runtime}/locales/angular/global/en-tz.js +0 -0
  1703. {package → app-ng-runtime}/locales/angular/global/en-ug.js +0 -0
  1704. {package → app-ng-runtime}/locales/angular/global/en-um.js +0 -0
  1705. {package → app-ng-runtime}/locales/angular/global/en-vc.js +0 -0
  1706. {package → app-ng-runtime}/locales/angular/global/en-vg.js +0 -0
  1707. {package → app-ng-runtime}/locales/angular/global/en-vi.js +0 -0
  1708. {package → app-ng-runtime}/locales/angular/global/en-vu.js +0 -0
  1709. {package → app-ng-runtime}/locales/angular/global/en-ws.js +0 -0
  1710. {package → app-ng-runtime}/locales/angular/global/en-za.js +0 -0
  1711. {package → app-ng-runtime}/locales/angular/global/en-zm.js +0 -0
  1712. {package → app-ng-runtime}/locales/angular/global/en-zw.js +0 -0
  1713. {package → app-ng-runtime}/locales/angular/global/en.js +0 -0
  1714. {package → app-ng-runtime}/locales/angular/global/eo.js +0 -0
  1715. {package → app-ng-runtime}/locales/angular/global/es-419.js +0 -0
  1716. {package → app-ng-runtime}/locales/angular/global/es-ar.js +0 -0
  1717. {package → app-ng-runtime}/locales/angular/global/es-bo.js +0 -0
  1718. {package → app-ng-runtime}/locales/angular/global/es-br.js +0 -0
  1719. {package → app-ng-runtime}/locales/angular/global/es-bz.js +0 -0
  1720. {package → app-ng-runtime}/locales/angular/global/es-cl.js +0 -0
  1721. {package → app-ng-runtime}/locales/angular/global/es-co.js +0 -0
  1722. {package → app-ng-runtime}/locales/angular/global/es-cr.js +0 -0
  1723. {package → app-ng-runtime}/locales/angular/global/es-cu.js +0 -0
  1724. {package → app-ng-runtime}/locales/angular/global/es-do.js +0 -0
  1725. {package → app-ng-runtime}/locales/angular/global/es-ea.js +0 -0
  1726. {package → app-ng-runtime}/locales/angular/global/es-ec.js +0 -0
  1727. {package → app-ng-runtime}/locales/angular/global/es-gq.js +0 -0
  1728. {package → app-ng-runtime}/locales/angular/global/es-gt.js +0 -0
  1729. {package → app-ng-runtime}/locales/angular/global/es-hn.js +0 -0
  1730. {package → app-ng-runtime}/locales/angular/global/es-ic.js +0 -0
  1731. {package → app-ng-runtime}/locales/angular/global/es-mx.js +0 -0
  1732. {package → app-ng-runtime}/locales/angular/global/es-ni.js +0 -0
  1733. {package → app-ng-runtime}/locales/angular/global/es-pa.js +0 -0
  1734. {package → app-ng-runtime}/locales/angular/global/es-pe.js +0 -0
  1735. {package → app-ng-runtime}/locales/angular/global/es-ph.js +0 -0
  1736. {package → app-ng-runtime}/locales/angular/global/es-pr.js +0 -0
  1737. {package → app-ng-runtime}/locales/angular/global/es-py.js +0 -0
  1738. {package → app-ng-runtime}/locales/angular/global/es-sv.js +0 -0
  1739. {package → app-ng-runtime}/locales/angular/global/es-us.js +0 -0
  1740. {package → app-ng-runtime}/locales/angular/global/es-uy.js +0 -0
  1741. {package → app-ng-runtime}/locales/angular/global/es-ve.js +0 -0
  1742. {package → app-ng-runtime}/locales/angular/global/es.js +0 -0
  1743. {package → app-ng-runtime}/locales/angular/global/et.js +0 -0
  1744. {package → app-ng-runtime}/locales/angular/global/eu.js +0 -0
  1745. {package → app-ng-runtime}/locales/angular/global/ewo.js +0 -0
  1746. {package → app-ng-runtime}/locales/angular/global/fa-af.js +0 -0
  1747. {package → app-ng-runtime}/locales/angular/global/fa.js +0 -0
  1748. {package → app-ng-runtime}/locales/angular/global/ff-adlm-bf.js +0 -0
  1749. {package → app-ng-runtime}/locales/angular/global/ff-adlm-cm.js +0 -0
  1750. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gh.js +0 -0
  1751. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gm.js +0 -0
  1752. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gw.js +0 -0
  1753. {package → app-ng-runtime}/locales/angular/global/ff-adlm-lr.js +0 -0
  1754. {package → app-ng-runtime}/locales/angular/global/ff-adlm-mr.js +0 -0
  1755. {package → app-ng-runtime}/locales/angular/global/ff-adlm-ne.js +0 -0
  1756. {package → app-ng-runtime}/locales/angular/global/ff-adlm-ng.js +0 -0
  1757. {package → app-ng-runtime}/locales/angular/global/ff-adlm-sl.js +0 -0
  1758. {package → app-ng-runtime}/locales/angular/global/ff-adlm-sn.js +0 -0
  1759. {package → app-ng-runtime}/locales/angular/global/ff-adlm.js +0 -0
  1760. {package → app-ng-runtime}/locales/angular/global/ff-cm.js +0 -0
  1761. {package → app-ng-runtime}/locales/angular/global/ff-gn.js +0 -0
  1762. {package → app-ng-runtime}/locales/angular/global/ff-latn-bf.js +0 -0
  1763. {package → app-ng-runtime}/locales/angular/global/ff-latn-cm.js +0 -0
  1764. {package → app-ng-runtime}/locales/angular/global/ff-latn-gh.js +0 -0
  1765. {package → app-ng-runtime}/locales/angular/global/ff-latn-gm.js +0 -0
  1766. {package → app-ng-runtime}/locales/angular/global/ff-latn-gn.js +0 -0
  1767. {package → app-ng-runtime}/locales/angular/global/ff-latn-gw.js +0 -0
  1768. {package → app-ng-runtime}/locales/angular/global/ff-latn-lr.js +0 -0
  1769. {package → app-ng-runtime}/locales/angular/global/ff-latn-mr.js +0 -0
  1770. {package → app-ng-runtime}/locales/angular/global/ff-latn-ne.js +0 -0
  1771. {package → app-ng-runtime}/locales/angular/global/ff-latn-ng.js +0 -0
  1772. {package → app-ng-runtime}/locales/angular/global/ff-latn-sl.js +0 -0
  1773. {package → app-ng-runtime}/locales/angular/global/ff-latn.js +0 -0
  1774. {package → app-ng-runtime}/locales/angular/global/ff-mr.js +0 -0
  1775. {package → app-ng-runtime}/locales/angular/global/ff.js +0 -0
  1776. {package → app-ng-runtime}/locales/angular/global/fi.js +0 -0
  1777. {package → app-ng-runtime}/locales/angular/global/fil.js +0 -0
  1778. {package → app-ng-runtime}/locales/angular/global/fo-dk.js +0 -0
  1779. {package → app-ng-runtime}/locales/angular/global/fo.js +0 -0
  1780. {package → app-ng-runtime}/locales/angular/global/fr-be.js +0 -0
  1781. {package → app-ng-runtime}/locales/angular/global/fr-bf.js +0 -0
  1782. {package → app-ng-runtime}/locales/angular/global/fr-bi.js +0 -0
  1783. {package → app-ng-runtime}/locales/angular/global/fr-bj.js +0 -0
  1784. {package → app-ng-runtime}/locales/angular/global/fr-bl.js +0 -0
  1785. {package → app-ng-runtime}/locales/angular/global/fr-ca.js +0 -0
  1786. {package → app-ng-runtime}/locales/angular/global/fr-cd.js +0 -0
  1787. {package → app-ng-runtime}/locales/angular/global/fr-cf.js +0 -0
  1788. {package → app-ng-runtime}/locales/angular/global/fr-cg.js +0 -0
  1789. {package → app-ng-runtime}/locales/angular/global/fr-ch.js +0 -0
  1790. {package → app-ng-runtime}/locales/angular/global/fr-ci.js +0 -0
  1791. {package → app-ng-runtime}/locales/angular/global/fr-cm.js +0 -0
  1792. {package → app-ng-runtime}/locales/angular/global/fr-dj.js +0 -0
  1793. {package → app-ng-runtime}/locales/angular/global/fr-dz.js +0 -0
  1794. {package → app-ng-runtime}/locales/angular/global/fr-ga.js +0 -0
  1795. {package → app-ng-runtime}/locales/angular/global/fr-gf.js +0 -0
  1796. {package → app-ng-runtime}/locales/angular/global/fr-gn.js +0 -0
  1797. {package → app-ng-runtime}/locales/angular/global/fr-gp.js +0 -0
  1798. {package → app-ng-runtime}/locales/angular/global/fr-gq.js +0 -0
  1799. {package → app-ng-runtime}/locales/angular/global/fr-ht.js +0 -0
  1800. {package → app-ng-runtime}/locales/angular/global/fr-km.js +0 -0
  1801. {package → app-ng-runtime}/locales/angular/global/fr-lu.js +0 -0
  1802. {package → app-ng-runtime}/locales/angular/global/fr-ma.js +0 -0
  1803. {package → app-ng-runtime}/locales/angular/global/fr-mc.js +0 -0
  1804. {package → app-ng-runtime}/locales/angular/global/fr-mf.js +0 -0
  1805. {package → app-ng-runtime}/locales/angular/global/fr-mg.js +0 -0
  1806. {package → app-ng-runtime}/locales/angular/global/fr-ml.js +0 -0
  1807. {package → app-ng-runtime}/locales/angular/global/fr-mq.js +0 -0
  1808. {package → app-ng-runtime}/locales/angular/global/fr-mr.js +0 -0
  1809. {package → app-ng-runtime}/locales/angular/global/fr-mu.js +0 -0
  1810. {package → app-ng-runtime}/locales/angular/global/fr-nc.js +0 -0
  1811. {package → app-ng-runtime}/locales/angular/global/fr-ne.js +0 -0
  1812. {package → app-ng-runtime}/locales/angular/global/fr-pf.js +0 -0
  1813. {package → app-ng-runtime}/locales/angular/global/fr-pm.js +0 -0
  1814. {package → app-ng-runtime}/locales/angular/global/fr-re.js +0 -0
  1815. {package → app-ng-runtime}/locales/angular/global/fr-rw.js +0 -0
  1816. {package → app-ng-runtime}/locales/angular/global/fr-sc.js +0 -0
  1817. {package → app-ng-runtime}/locales/angular/global/fr-sn.js +0 -0
  1818. {package → app-ng-runtime}/locales/angular/global/fr-sy.js +0 -0
  1819. {package → app-ng-runtime}/locales/angular/global/fr-td.js +0 -0
  1820. {package → app-ng-runtime}/locales/angular/global/fr-tg.js +0 -0
  1821. {package → app-ng-runtime}/locales/angular/global/fr-tn.js +0 -0
  1822. {package → app-ng-runtime}/locales/angular/global/fr-vu.js +0 -0
  1823. {package → app-ng-runtime}/locales/angular/global/fr-wf.js +0 -0
  1824. {package → app-ng-runtime}/locales/angular/global/fr-yt.js +0 -0
  1825. {package → app-ng-runtime}/locales/angular/global/fr.js +0 -0
  1826. {package → app-ng-runtime}/locales/angular/global/fur.js +0 -0
  1827. {package → app-ng-runtime}/locales/angular/global/fy.js +0 -0
  1828. {package → app-ng-runtime}/locales/angular/global/ga-gb.js +0 -0
  1829. {package → app-ng-runtime}/locales/angular/global/ga.js +0 -0
  1830. {package → app-ng-runtime}/locales/angular/global/gd.js +0 -0
  1831. {package → app-ng-runtime}/locales/angular/global/gl.js +0 -0
  1832. {package → app-ng-runtime}/locales/angular/global/gsw-fr.js +0 -0
  1833. {package → app-ng-runtime}/locales/angular/global/gsw-li.js +0 -0
  1834. {package → app-ng-runtime}/locales/angular/global/gsw.js +0 -0
  1835. {package → app-ng-runtime}/locales/angular/global/gu.js +0 -0
  1836. {package → app-ng-runtime}/locales/angular/global/guz.js +0 -0
  1837. {package → app-ng-runtime}/locales/angular/global/gv.js +0 -0
  1838. {package → app-ng-runtime}/locales/angular/global/ha-gh.js +0 -0
  1839. {package → app-ng-runtime}/locales/angular/global/ha-ne.js +0 -0
  1840. {package → app-ng-runtime}/locales/angular/global/ha.js +0 -0
  1841. {package → app-ng-runtime}/locales/angular/global/haw.js +0 -0
  1842. {package → app-ng-runtime}/locales/angular/global/he.js +0 -0
  1843. {package → app-ng-runtime}/locales/angular/global/hi-latn.js +0 -0
  1844. {package → app-ng-runtime}/locales/angular/global/hi.js +0 -0
  1845. {package → app-ng-runtime}/locales/angular/global/hr-ba.js +0 -0
  1846. {package → app-ng-runtime}/locales/angular/global/hr.js +0 -0
  1847. {package → app-ng-runtime}/locales/angular/global/hsb.js +0 -0
  1848. {package → app-ng-runtime}/locales/angular/global/hu.js +0 -0
  1849. {package → app-ng-runtime}/locales/angular/global/hy.js +0 -0
  1850. {package → app-ng-runtime}/locales/angular/global/ia.js +0 -0
  1851. {package → app-ng-runtime}/locales/angular/global/id.js +0 -0
  1852. {package → app-ng-runtime}/locales/angular/global/ig.js +0 -0
  1853. {package → app-ng-runtime}/locales/angular/global/ii.js +0 -0
  1854. {package → app-ng-runtime}/locales/angular/global/is.js +0 -0
  1855. {package → app-ng-runtime}/locales/angular/global/it-ch.js +0 -0
  1856. {package → app-ng-runtime}/locales/angular/global/it-sm.js +0 -0
  1857. {package → app-ng-runtime}/locales/angular/global/it-va.js +0 -0
  1858. {package → app-ng-runtime}/locales/angular/global/it.js +0 -0
  1859. {package → app-ng-runtime}/locales/angular/global/ja.js +0 -0
  1860. {package → app-ng-runtime}/locales/angular/global/jgo.js +0 -0
  1861. {package → app-ng-runtime}/locales/angular/global/jmc.js +0 -0
  1862. {package → app-ng-runtime}/locales/angular/global/jv.js +0 -0
  1863. {package → app-ng-runtime}/locales/angular/global/ka.js +0 -0
  1864. {package → app-ng-runtime}/locales/angular/global/kab.js +0 -0
  1865. {package → app-ng-runtime}/locales/angular/global/kam.js +0 -0
  1866. {package → app-ng-runtime}/locales/angular/global/kde.js +0 -0
  1867. {package → app-ng-runtime}/locales/angular/global/kea.js +0 -0
  1868. {package → app-ng-runtime}/locales/angular/global/kgp.js +0 -0
  1869. {package → app-ng-runtime}/locales/angular/global/khq.js +0 -0
  1870. {package → app-ng-runtime}/locales/angular/global/ki.js +0 -0
  1871. {package → app-ng-runtime}/locales/angular/global/kk.js +0 -0
  1872. {package → app-ng-runtime}/locales/angular/global/kkj.js +0 -0
  1873. {package → app-ng-runtime}/locales/angular/global/kl.js +0 -0
  1874. {package → app-ng-runtime}/locales/angular/global/kln.js +0 -0
  1875. {package → app-ng-runtime}/locales/angular/global/km.js +0 -0
  1876. {package → app-ng-runtime}/locales/angular/global/kn.js +0 -0
  1877. {package → app-ng-runtime}/locales/angular/global/ko-kp.js +0 -0
  1878. {package → app-ng-runtime}/locales/angular/global/ko.js +0 -0
  1879. {package → app-ng-runtime}/locales/angular/global/kok.js +0 -0
  1880. {package → app-ng-runtime}/locales/angular/global/ks-arab.js +0 -0
  1881. {package → app-ng-runtime}/locales/angular/global/ks-deva.js +0 -0
  1882. {package → app-ng-runtime}/locales/angular/global/ks.js +0 -0
  1883. {package → app-ng-runtime}/locales/angular/global/ksb.js +0 -0
  1884. {package → app-ng-runtime}/locales/angular/global/ksf.js +0 -0
  1885. {package → app-ng-runtime}/locales/angular/global/ksh.js +0 -0
  1886. {package → app-ng-runtime}/locales/angular/global/ku.js +0 -0
  1887. {package → app-ng-runtime}/locales/angular/global/kw.js +0 -0
  1888. {package → app-ng-runtime}/locales/angular/global/ky.js +0 -0
  1889. {package → app-ng-runtime}/locales/angular/global/lag.js +0 -0
  1890. {package → app-ng-runtime}/locales/angular/global/lb.js +0 -0
  1891. {package → app-ng-runtime}/locales/angular/global/lg.js +0 -0
  1892. {package → app-ng-runtime}/locales/angular/global/lkt.js +0 -0
  1893. {package → app-ng-runtime}/locales/angular/global/ln-ao.js +0 -0
  1894. {package → app-ng-runtime}/locales/angular/global/ln-cf.js +0 -0
  1895. {package → app-ng-runtime}/locales/angular/global/ln-cg.js +0 -0
  1896. {package → app-ng-runtime}/locales/angular/global/ln.js +0 -0
  1897. {package → app-ng-runtime}/locales/angular/global/lo.js +0 -0
  1898. {package → app-ng-runtime}/locales/angular/global/lrc-iq.js +0 -0
  1899. {package → app-ng-runtime}/locales/angular/global/lrc.js +0 -0
  1900. {package → app-ng-runtime}/locales/angular/global/lt.js +0 -0
  1901. {package → app-ng-runtime}/locales/angular/global/lu.js +0 -0
  1902. {package → app-ng-runtime}/locales/angular/global/luo.js +0 -0
  1903. {package → app-ng-runtime}/locales/angular/global/luy.js +0 -0
  1904. {package → app-ng-runtime}/locales/angular/global/lv.js +0 -0
  1905. {package → app-ng-runtime}/locales/angular/global/mai.js +0 -0
  1906. {package → app-ng-runtime}/locales/angular/global/mas-tz.js +0 -0
  1907. {package → app-ng-runtime}/locales/angular/global/mas.js +0 -0
  1908. {package → app-ng-runtime}/locales/angular/global/mer.js +0 -0
  1909. {package → app-ng-runtime}/locales/angular/global/mfe.js +0 -0
  1910. {package → app-ng-runtime}/locales/angular/global/mg.js +0 -0
  1911. {package → app-ng-runtime}/locales/angular/global/mgh.js +0 -0
  1912. {package → app-ng-runtime}/locales/angular/global/mgo.js +0 -0
  1913. {package → app-ng-runtime}/locales/angular/global/mi.js +0 -0
  1914. {package → app-ng-runtime}/locales/angular/global/mk.js +0 -0
  1915. {package → app-ng-runtime}/locales/angular/global/ml.js +0 -0
  1916. {package → app-ng-runtime}/locales/angular/global/mn.js +0 -0
  1917. {package → app-ng-runtime}/locales/angular/global/mni-beng.js +0 -0
  1918. {package → app-ng-runtime}/locales/angular/global/mni.js +0 -0
  1919. {package → app-ng-runtime}/locales/angular/global/mr.js +0 -0
  1920. {package → app-ng-runtime}/locales/angular/global/ms-bn.js +0 -0
  1921. {package → app-ng-runtime}/locales/angular/global/ms-id.js +0 -0
  1922. {package → app-ng-runtime}/locales/angular/global/ms-sg.js +0 -0
  1923. {package → app-ng-runtime}/locales/angular/global/ms.js +0 -0
  1924. {package → app-ng-runtime}/locales/angular/global/mt.js +0 -0
  1925. {package → app-ng-runtime}/locales/angular/global/mua.js +0 -0
  1926. {package → app-ng-runtime}/locales/angular/global/my.js +0 -0
  1927. {package → app-ng-runtime}/locales/angular/global/mzn.js +0 -0
  1928. {package → app-ng-runtime}/locales/angular/global/naq.js +0 -0
  1929. {package → app-ng-runtime}/locales/angular/global/nb-sj.js +0 -0
  1930. {package → app-ng-runtime}/locales/angular/global/nb.js +0 -0
  1931. {package → app-ng-runtime}/locales/angular/global/nd.js +0 -0
  1932. {package → app-ng-runtime}/locales/angular/global/nds-nl.js +0 -0
  1933. {package → app-ng-runtime}/locales/angular/global/nds.js +0 -0
  1934. {package → app-ng-runtime}/locales/angular/global/ne-in.js +0 -0
  1935. {package → app-ng-runtime}/locales/angular/global/ne.js +0 -0
  1936. {package → app-ng-runtime}/locales/angular/global/nl-aw.js +0 -0
  1937. {package → app-ng-runtime}/locales/angular/global/nl-be.js +0 -0
  1938. {package → app-ng-runtime}/locales/angular/global/nl-bq.js +0 -0
  1939. {package → app-ng-runtime}/locales/angular/global/nl-cw.js +0 -0
  1940. {package → app-ng-runtime}/locales/angular/global/nl-sr.js +0 -0
  1941. {package → app-ng-runtime}/locales/angular/global/nl-sx.js +0 -0
  1942. {package → app-ng-runtime}/locales/angular/global/nl.js +0 -0
  1943. {package → app-ng-runtime}/locales/angular/global/nmg.js +0 -0
  1944. {package → app-ng-runtime}/locales/angular/global/nn.js +0 -0
  1945. {package → app-ng-runtime}/locales/angular/global/nnh.js +0 -0
  1946. {package → app-ng-runtime}/locales/angular/global/no.js +0 -0
  1947. {package → app-ng-runtime}/locales/angular/global/nus.js +0 -0
  1948. {package → app-ng-runtime}/locales/angular/global/nyn.js +0 -0
  1949. {package → app-ng-runtime}/locales/angular/global/om-ke.js +0 -0
  1950. {package → app-ng-runtime}/locales/angular/global/om.js +0 -0
  1951. {package → app-ng-runtime}/locales/angular/global/or.js +0 -0
  1952. {package → app-ng-runtime}/locales/angular/global/os-ru.js +0 -0
  1953. {package → app-ng-runtime}/locales/angular/global/os.js +0 -0
  1954. {package → app-ng-runtime}/locales/angular/global/pa-arab.js +0 -0
  1955. {package → app-ng-runtime}/locales/angular/global/pa-guru.js +0 -0
  1956. {package → app-ng-runtime}/locales/angular/global/pa.js +0 -0
  1957. {package → app-ng-runtime}/locales/angular/global/pcm.js +0 -0
  1958. {package → app-ng-runtime}/locales/angular/global/pl.js +0 -0
  1959. {package → app-ng-runtime}/locales/angular/global/ps-pk.js +0 -0
  1960. {package → app-ng-runtime}/locales/angular/global/ps.js +0 -0
  1961. {package → app-ng-runtime}/locales/angular/global/pt-ao.js +0 -0
  1962. {package → app-ng-runtime}/locales/angular/global/pt-ch.js +0 -0
  1963. {package → app-ng-runtime}/locales/angular/global/pt-cv.js +0 -0
  1964. {package → app-ng-runtime}/locales/angular/global/pt-gq.js +0 -0
  1965. {package → app-ng-runtime}/locales/angular/global/pt-gw.js +0 -0
  1966. {package → app-ng-runtime}/locales/angular/global/pt-lu.js +0 -0
  1967. {package → app-ng-runtime}/locales/angular/global/pt-mo.js +0 -0
  1968. {package → app-ng-runtime}/locales/angular/global/pt-mz.js +0 -0
  1969. {package → app-ng-runtime}/locales/angular/global/pt-pt.js +0 -0
  1970. {package → app-ng-runtime}/locales/angular/global/pt-st.js +0 -0
  1971. {package → app-ng-runtime}/locales/angular/global/pt-tl.js +0 -0
  1972. {package → app-ng-runtime}/locales/angular/global/pt.js +0 -0
  1973. {package → app-ng-runtime}/locales/angular/global/qu-bo.js +0 -0
  1974. {package → app-ng-runtime}/locales/angular/global/qu-ec.js +0 -0
  1975. {package → app-ng-runtime}/locales/angular/global/qu.js +0 -0
  1976. {package → app-ng-runtime}/locales/angular/global/rm.js +0 -0
  1977. {package → app-ng-runtime}/locales/angular/global/rn.js +0 -0
  1978. {package → app-ng-runtime}/locales/angular/global/ro-md.js +0 -0
  1979. {package → app-ng-runtime}/locales/angular/global/ro.js +0 -0
  1980. {package → app-ng-runtime}/locales/angular/global/rof.js +0 -0
  1981. {package → app-ng-runtime}/locales/angular/global/ru-by.js +0 -0
  1982. {package → app-ng-runtime}/locales/angular/global/ru-kg.js +0 -0
  1983. {package → app-ng-runtime}/locales/angular/global/ru-kz.js +0 -0
  1984. {package → app-ng-runtime}/locales/angular/global/ru-md.js +0 -0
  1985. {package → app-ng-runtime}/locales/angular/global/ru-ua.js +0 -0
  1986. {package → app-ng-runtime}/locales/angular/global/ru.js +0 -0
  1987. {package → app-ng-runtime}/locales/angular/global/rw.js +0 -0
  1988. {package → app-ng-runtime}/locales/angular/global/rwk.js +0 -0
  1989. {package → app-ng-runtime}/locales/angular/global/sa.js +0 -0
  1990. {package → app-ng-runtime}/locales/angular/global/sah.js +0 -0
  1991. {package → app-ng-runtime}/locales/angular/global/saq.js +0 -0
  1992. {package → app-ng-runtime}/locales/angular/global/sat-olck.js +0 -0
  1993. {package → app-ng-runtime}/locales/angular/global/sat.js +0 -0
  1994. {package → app-ng-runtime}/locales/angular/global/sbp.js +0 -0
  1995. {package → app-ng-runtime}/locales/angular/global/sc.js +0 -0
  1996. {package → app-ng-runtime}/locales/angular/global/sd-arab.js +0 -0
  1997. {package → app-ng-runtime}/locales/angular/global/sd-deva.js +0 -0
  1998. {package → app-ng-runtime}/locales/angular/global/sd.js +0 -0
  1999. {package → app-ng-runtime}/locales/angular/global/se-fi.js +0 -0
  2000. {package → app-ng-runtime}/locales/angular/global/se-se.js +0 -0
  2001. {package → app-ng-runtime}/locales/angular/global/se.js +0 -0
  2002. {package → app-ng-runtime}/locales/angular/global/seh.js +0 -0
  2003. {package → app-ng-runtime}/locales/angular/global/ses.js +0 -0
  2004. {package → app-ng-runtime}/locales/angular/global/sg.js +0 -0
  2005. {package → app-ng-runtime}/locales/angular/global/shi-latn.js +0 -0
  2006. {package → app-ng-runtime}/locales/angular/global/shi-tfng.js +0 -0
  2007. {package → app-ng-runtime}/locales/angular/global/shi.js +0 -0
  2008. {package → app-ng-runtime}/locales/angular/global/si.js +0 -0
  2009. {package → app-ng-runtime}/locales/angular/global/sk.js +0 -0
  2010. {package → app-ng-runtime}/locales/angular/global/sl.js +0 -0
  2011. {package → app-ng-runtime}/locales/angular/global/smn.js +0 -0
  2012. {package → app-ng-runtime}/locales/angular/global/sn.js +0 -0
  2013. {package → app-ng-runtime}/locales/angular/global/so-dj.js +0 -0
  2014. {package → app-ng-runtime}/locales/angular/global/so-et.js +0 -0
  2015. {package → app-ng-runtime}/locales/angular/global/so-ke.js +0 -0
  2016. {package → app-ng-runtime}/locales/angular/global/so.js +0 -0
  2017. {package → app-ng-runtime}/locales/angular/global/sq-mk.js +0 -0
  2018. {package → app-ng-runtime}/locales/angular/global/sq-xk.js +0 -0
  2019. {package → app-ng-runtime}/locales/angular/global/sq.js +0 -0
  2020. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-ba.js +0 -0
  2021. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-me.js +0 -0
  2022. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-xk.js +0 -0
  2023. {package → app-ng-runtime}/locales/angular/global/sr-cyrl.js +0 -0
  2024. {package → app-ng-runtime}/locales/angular/global/sr-latn-ba.js +0 -0
  2025. {package → app-ng-runtime}/locales/angular/global/sr-latn-me.js +0 -0
  2026. {package → app-ng-runtime}/locales/angular/global/sr-latn-xk.js +0 -0
  2027. {package → app-ng-runtime}/locales/angular/global/sr-latn.js +0 -0
  2028. {package → app-ng-runtime}/locales/angular/global/sr.js +0 -0
  2029. {package → app-ng-runtime}/locales/angular/global/su-latn.js +0 -0
  2030. {package → app-ng-runtime}/locales/angular/global/su.js +0 -0
  2031. {package → app-ng-runtime}/locales/angular/global/sv-ax.js +0 -0
  2032. {package → app-ng-runtime}/locales/angular/global/sv-fi.js +0 -0
  2033. {package → app-ng-runtime}/locales/angular/global/sv.js +0 -0
  2034. {package → app-ng-runtime}/locales/angular/global/sw-cd.js +0 -0
  2035. {package → app-ng-runtime}/locales/angular/global/sw-ke.js +0 -0
  2036. {package → app-ng-runtime}/locales/angular/global/sw-ug.js +0 -0
  2037. {package → app-ng-runtime}/locales/angular/global/sw.js +0 -0
  2038. {package → app-ng-runtime}/locales/angular/global/ta-lk.js +0 -0
  2039. {package → app-ng-runtime}/locales/angular/global/ta-my.js +0 -0
  2040. {package → app-ng-runtime}/locales/angular/global/ta-sg.js +0 -0
  2041. {package → app-ng-runtime}/locales/angular/global/ta.js +0 -0
  2042. {package → app-ng-runtime}/locales/angular/global/te.js +0 -0
  2043. {package → app-ng-runtime}/locales/angular/global/teo-ke.js +0 -0
  2044. {package → app-ng-runtime}/locales/angular/global/teo.js +0 -0
  2045. {package → app-ng-runtime}/locales/angular/global/tg.js +0 -0
  2046. {package → app-ng-runtime}/locales/angular/global/th.js +0 -0
  2047. {package → app-ng-runtime}/locales/angular/global/ti-er.js +0 -0
  2048. {package → app-ng-runtime}/locales/angular/global/ti.js +0 -0
  2049. {package → app-ng-runtime}/locales/angular/global/tk.js +0 -0
  2050. {package → app-ng-runtime}/locales/angular/global/to.js +0 -0
  2051. {package → app-ng-runtime}/locales/angular/global/tr-cy.js +0 -0
  2052. {package → app-ng-runtime}/locales/angular/global/tr.js +0 -0
  2053. {package → app-ng-runtime}/locales/angular/global/tt.js +0 -0
  2054. {package → app-ng-runtime}/locales/angular/global/twq.js +0 -0
  2055. {package → app-ng-runtime}/locales/angular/global/tzm.js +0 -0
  2056. {package → app-ng-runtime}/locales/angular/global/ug.js +0 -0
  2057. {package → app-ng-runtime}/locales/angular/global/uk.js +0 -0
  2058. {package → app-ng-runtime}/locales/angular/global/und.js +0 -0
  2059. {package → app-ng-runtime}/locales/angular/global/ur-in.js +0 -0
  2060. {package → app-ng-runtime}/locales/angular/global/ur.js +0 -0
  2061. {package → app-ng-runtime}/locales/angular/global/uz-arab.js +0 -0
  2062. {package → app-ng-runtime}/locales/angular/global/uz-cyrl.js +0 -0
  2063. {package → app-ng-runtime}/locales/angular/global/uz-latn.js +0 -0
  2064. {package → app-ng-runtime}/locales/angular/global/uz.js +0 -0
  2065. {package → app-ng-runtime}/locales/angular/global/vai-latn.js +0 -0
  2066. {package → app-ng-runtime}/locales/angular/global/vai-vaii.js +0 -0
  2067. {package → app-ng-runtime}/locales/angular/global/vai.js +0 -0
  2068. {package → app-ng-runtime}/locales/angular/global/vi.js +0 -0
  2069. {package → app-ng-runtime}/locales/angular/global/vun.js +0 -0
  2070. {package → app-ng-runtime}/locales/angular/global/wae.js +0 -0
  2071. {package → app-ng-runtime}/locales/angular/global/wo.js +0 -0
  2072. {package → app-ng-runtime}/locales/angular/global/xh.js +0 -0
  2073. {package → app-ng-runtime}/locales/angular/global/xog.js +0 -0
  2074. {package → app-ng-runtime}/locales/angular/global/yav.js +0 -0
  2075. {package → app-ng-runtime}/locales/angular/global/yi.js +0 -0
  2076. {package → app-ng-runtime}/locales/angular/global/yo-bj.js +0 -0
  2077. {package → app-ng-runtime}/locales/angular/global/yo.js +0 -0
  2078. {package → app-ng-runtime}/locales/angular/global/yrl-co.js +0 -0
  2079. {package → app-ng-runtime}/locales/angular/global/yrl-ve.js +0 -0
  2080. {package → app-ng-runtime}/locales/angular/global/yrl.js +0 -0
  2081. {package → app-ng-runtime}/locales/angular/global/yue-hans.js +0 -0
  2082. {package → app-ng-runtime}/locales/angular/global/yue-hant.js +0 -0
  2083. {package → app-ng-runtime}/locales/angular/global/yue.js +0 -0
  2084. {package → app-ng-runtime}/locales/angular/global/zgh.js +0 -0
  2085. {package → app-ng-runtime}/locales/angular/global/zh-hans-hk.js +0 -0
  2086. {package → app-ng-runtime}/locales/angular/global/zh-hans-mo.js +0 -0
  2087. {package → app-ng-runtime}/locales/angular/global/zh-hans-sg.js +0 -0
  2088. {package → app-ng-runtime}/locales/angular/global/zh-hans.js +0 -0
  2089. {package → app-ng-runtime}/locales/angular/global/zh-hant-hk.js +0 -0
  2090. {package → app-ng-runtime}/locales/angular/global/zh-hant-mo.js +0 -0
  2091. {package → app-ng-runtime}/locales/angular/global/zh-hant.js +0 -0
  2092. {package → app-ng-runtime}/locales/angular/global/zh.js +0 -0
  2093. {package → app-ng-runtime}/locales/angular/global/zu.js +0 -0
  2094. {package → app-ng-runtime}/locales/fullcalendar/af.js +0 -0
  2095. {package → app-ng-runtime}/locales/fullcalendar/ar-dz.js +0 -0
  2096. {package → app-ng-runtime}/locales/fullcalendar/ar-kw.js +0 -0
  2097. {package → app-ng-runtime}/locales/fullcalendar/ar-ly.js +0 -0
  2098. {package → app-ng-runtime}/locales/fullcalendar/ar-ma.js +0 -0
  2099. {package → app-ng-runtime}/locales/fullcalendar/ar-sa.js +0 -0
  2100. {package → app-ng-runtime}/locales/fullcalendar/ar-tn.js +0 -0
  2101. {package → app-ng-runtime}/locales/fullcalendar/ar.js +0 -0
  2102. {package → app-ng-runtime}/locales/fullcalendar/az.js +0 -0
  2103. {package → app-ng-runtime}/locales/fullcalendar/bg.js +0 -0
  2104. {package → app-ng-runtime}/locales/fullcalendar/bs.js +0 -0
  2105. {package → app-ng-runtime}/locales/fullcalendar/ca.js +0 -0
  2106. {package → app-ng-runtime}/locales/fullcalendar/cs.js +0 -0
  2107. {package → app-ng-runtime}/locales/fullcalendar/da.js +0 -0
  2108. {package → app-ng-runtime}/locales/fullcalendar/de.js +0 -0
  2109. {package → app-ng-runtime}/locales/fullcalendar/el.js +0 -0
  2110. {package → app-ng-runtime}/locales/fullcalendar/en-au.js +0 -0
  2111. {package → app-ng-runtime}/locales/fullcalendar/en-gb.js +0 -0
  2112. {package → app-ng-runtime}/locales/fullcalendar/en-nz.js +0 -0
  2113. {package → app-ng-runtime}/locales/fullcalendar/es-us.js +0 -0
  2114. {package → app-ng-runtime}/locales/fullcalendar/es.js +0 -0
  2115. {package → app-ng-runtime}/locales/fullcalendar/et.js +0 -0
  2116. {package → app-ng-runtime}/locales/fullcalendar/eu.js +0 -0
  2117. {package → app-ng-runtime}/locales/fullcalendar/fa.js +0 -0
  2118. {package → app-ng-runtime}/locales/fullcalendar/fi.js +0 -0
  2119. {package → app-ng-runtime}/locales/fullcalendar/fr-ca.js +0 -0
  2120. {package → app-ng-runtime}/locales/fullcalendar/fr-ch.js +0 -0
  2121. {package → app-ng-runtime}/locales/fullcalendar/fr.js +0 -0
  2122. {package → app-ng-runtime}/locales/fullcalendar/gl.js +0 -0
  2123. {package → app-ng-runtime}/locales/fullcalendar/he.js +0 -0
  2124. {package → app-ng-runtime}/locales/fullcalendar/hi.js +0 -0
  2125. {package → app-ng-runtime}/locales/fullcalendar/hr.js +0 -0
  2126. {package → app-ng-runtime}/locales/fullcalendar/hu.js +0 -0
  2127. {package → app-ng-runtime}/locales/fullcalendar/id.js +0 -0
  2128. {package → app-ng-runtime}/locales/fullcalendar/is.js +0 -0
  2129. {package → app-ng-runtime}/locales/fullcalendar/it.js +0 -0
  2130. {package → app-ng-runtime}/locales/fullcalendar/ja.js +0 -0
  2131. {package → app-ng-runtime}/locales/fullcalendar/ka.js +0 -0
  2132. {package → app-ng-runtime}/locales/fullcalendar/kk.js +0 -0
  2133. {package → app-ng-runtime}/locales/fullcalendar/ko.js +0 -0
  2134. {package → app-ng-runtime}/locales/fullcalendar/lb.js +0 -0
  2135. {package → app-ng-runtime}/locales/fullcalendar/lt.js +0 -0
  2136. {package → app-ng-runtime}/locales/fullcalendar/lv.js +0 -0
  2137. {package → app-ng-runtime}/locales/fullcalendar/mk.js +0 -0
  2138. {package → app-ng-runtime}/locales/fullcalendar/ms.js +0 -0
  2139. {package → app-ng-runtime}/locales/fullcalendar/nb.js +0 -0
  2140. {package → app-ng-runtime}/locales/fullcalendar/ne.js +0 -0
  2141. {package → app-ng-runtime}/locales/fullcalendar/nl.js +0 -0
  2142. {package → app-ng-runtime}/locales/fullcalendar/nn.js +0 -0
  2143. {package → app-ng-runtime}/locales/fullcalendar/pl.js +0 -0
  2144. {package → app-ng-runtime}/locales/fullcalendar/pt-br.js +0 -0
  2145. {package → app-ng-runtime}/locales/fullcalendar/pt.js +0 -0
  2146. {package → app-ng-runtime}/locales/fullcalendar/ro.js +0 -0
  2147. {package → app-ng-runtime}/locales/fullcalendar/ru.js +0 -0
  2148. {package → app-ng-runtime}/locales/fullcalendar/sk.js +0 -0
  2149. {package → app-ng-runtime}/locales/fullcalendar/sl.js +0 -0
  2150. {package → app-ng-runtime}/locales/fullcalendar/sq.js +0 -0
  2151. {package → app-ng-runtime}/locales/fullcalendar/sr-cyrl.js +0 -0
  2152. {package → app-ng-runtime}/locales/fullcalendar/sr.js +0 -0
  2153. {package → app-ng-runtime}/locales/fullcalendar/sv.js +0 -0
  2154. {package → app-ng-runtime}/locales/fullcalendar/th.js +0 -0
  2155. {package → app-ng-runtime}/locales/fullcalendar/tr.js +0 -0
  2156. {package → app-ng-runtime}/locales/fullcalendar/ug.js +0 -0
  2157. {package → app-ng-runtime}/locales/fullcalendar/uk.js +0 -0
  2158. {package → app-ng-runtime}/locales/fullcalendar/uz.js +0 -0
  2159. {package → app-ng-runtime}/locales/fullcalendar/vi.js +0 -0
  2160. {package → app-ng-runtime}/locales/fullcalendar/zh-cn.js +0 -0
  2161. {package → app-ng-runtime}/locales/fullcalendar/zh-tw.js +0 -0
  2162. {package → app-ng-runtime}/locales/moment/af.js +0 -0
  2163. {package → app-ng-runtime}/locales/moment/ar-dz.js +0 -0
  2164. {package → app-ng-runtime}/locales/moment/ar-kw.js +0 -0
  2165. {package → app-ng-runtime}/locales/moment/ar-ly.js +0 -0
  2166. {package → app-ng-runtime}/locales/moment/ar-ma.js +0 -0
  2167. {package → app-ng-runtime}/locales/moment/ar-sa.js +0 -0
  2168. {package → app-ng-runtime}/locales/moment/ar-tn.js +0 -0
  2169. {package → app-ng-runtime}/locales/moment/ar.js +0 -0
  2170. {package → app-ng-runtime}/locales/moment/az.js +0 -0
  2171. {package → app-ng-runtime}/locales/moment/be.js +0 -0
  2172. {package → app-ng-runtime}/locales/moment/bg.js +0 -0
  2173. {package → app-ng-runtime}/locales/moment/bm.js +0 -0
  2174. {package → app-ng-runtime}/locales/moment/bn-bd.js +0 -0
  2175. {package → app-ng-runtime}/locales/moment/bn.js +0 -0
  2176. {package → app-ng-runtime}/locales/moment/bo.js +0 -0
  2177. {package → app-ng-runtime}/locales/moment/br.js +0 -0
  2178. {package → app-ng-runtime}/locales/moment/bs.js +0 -0
  2179. {package → app-ng-runtime}/locales/moment/ca.js +0 -0
  2180. {package → app-ng-runtime}/locales/moment/cs.js +0 -0
  2181. {package → app-ng-runtime}/locales/moment/cv.js +0 -0
  2182. {package → app-ng-runtime}/locales/moment/cy.js +0 -0
  2183. {package → app-ng-runtime}/locales/moment/da.js +0 -0
  2184. {package → app-ng-runtime}/locales/moment/de-at.js +0 -0
  2185. {package → app-ng-runtime}/locales/moment/de-ch.js +0 -0
  2186. {package → app-ng-runtime}/locales/moment/de.js +0 -0
  2187. {package → app-ng-runtime}/locales/moment/dv.js +0 -0
  2188. {package → app-ng-runtime}/locales/moment/el.js +0 -0
  2189. {package → app-ng-runtime}/locales/moment/en-au.js +0 -0
  2190. {package → app-ng-runtime}/locales/moment/en-ca.js +0 -0
  2191. {package → app-ng-runtime}/locales/moment/en-gb.js +0 -0
  2192. {package → app-ng-runtime}/locales/moment/en-ie.js +0 -0
  2193. {package → app-ng-runtime}/locales/moment/en-il.js +0 -0
  2194. {package → app-ng-runtime}/locales/moment/en-in.js +0 -0
  2195. {package → app-ng-runtime}/locales/moment/en-nz.js +0 -0
  2196. {package → app-ng-runtime}/locales/moment/en-sg.js +0 -0
  2197. {package → app-ng-runtime}/locales/moment/eo.js +0 -0
  2198. {package → app-ng-runtime}/locales/moment/es-do.js +0 -0
  2199. {package → app-ng-runtime}/locales/moment/es-mx.js +0 -0
  2200. {package → app-ng-runtime}/locales/moment/es-us.js +0 -0
  2201. {package → app-ng-runtime}/locales/moment/es.js +0 -0
  2202. {package → app-ng-runtime}/locales/moment/et.js +0 -0
  2203. {package → app-ng-runtime}/locales/moment/eu.js +0 -0
  2204. {package → app-ng-runtime}/locales/moment/fa.js +0 -0
  2205. {package → app-ng-runtime}/locales/moment/fi.js +0 -0
  2206. {package → app-ng-runtime}/locales/moment/fil.js +0 -0
  2207. {package → app-ng-runtime}/locales/moment/fo.js +0 -0
  2208. {package → app-ng-runtime}/locales/moment/fr-ca.js +0 -0
  2209. {package → app-ng-runtime}/locales/moment/fr-ch.js +0 -0
  2210. {package → app-ng-runtime}/locales/moment/fr.js +0 -0
  2211. {package → app-ng-runtime}/locales/moment/fy.js +0 -0
  2212. {package → app-ng-runtime}/locales/moment/ga.js +0 -0
  2213. {package → app-ng-runtime}/locales/moment/gd.js +0 -0
  2214. {package → app-ng-runtime}/locales/moment/gl.js +0 -0
  2215. {package → app-ng-runtime}/locales/moment/gom-deva.js +0 -0
  2216. {package → app-ng-runtime}/locales/moment/gom-latn.js +0 -0
  2217. {package → app-ng-runtime}/locales/moment/gu.js +0 -0
  2218. {package → app-ng-runtime}/locales/moment/he.js +0 -0
  2219. {package → app-ng-runtime}/locales/moment/hi.js +0 -0
  2220. {package → app-ng-runtime}/locales/moment/hr.js +0 -0
  2221. {package → app-ng-runtime}/locales/moment/hu.js +0 -0
  2222. {package → app-ng-runtime}/locales/moment/hy-am.js +0 -0
  2223. {package → app-ng-runtime}/locales/moment/id.js +0 -0
  2224. {package → app-ng-runtime}/locales/moment/is.js +0 -0
  2225. {package → app-ng-runtime}/locales/moment/it-ch.js +0 -0
  2226. {package → app-ng-runtime}/locales/moment/it.js +0 -0
  2227. {package → app-ng-runtime}/locales/moment/ja.js +0 -0
  2228. {package → app-ng-runtime}/locales/moment/jv.js +0 -0
  2229. {package → app-ng-runtime}/locales/moment/ka.js +0 -0
  2230. {package → app-ng-runtime}/locales/moment/kk.js +0 -0
  2231. {package → app-ng-runtime}/locales/moment/km.js +0 -0
  2232. {package → app-ng-runtime}/locales/moment/kn.js +0 -0
  2233. {package → app-ng-runtime}/locales/moment/ko.js +0 -0
  2234. {package → app-ng-runtime}/locales/moment/ku.js +0 -0
  2235. {package → app-ng-runtime}/locales/moment/ky.js +0 -0
  2236. {package → app-ng-runtime}/locales/moment/lb.js +0 -0
  2237. {package → app-ng-runtime}/locales/moment/lo.js +0 -0
  2238. {package → app-ng-runtime}/locales/moment/lt.js +0 -0
  2239. {package → app-ng-runtime}/locales/moment/lv.js +0 -0
  2240. {package → app-ng-runtime}/locales/moment/me.js +0 -0
  2241. {package → app-ng-runtime}/locales/moment/mi.js +0 -0
  2242. {package → app-ng-runtime}/locales/moment/mk.js +0 -0
  2243. {package → app-ng-runtime}/locales/moment/ml.js +0 -0
  2244. {package → app-ng-runtime}/locales/moment/mn.js +0 -0
  2245. {package → app-ng-runtime}/locales/moment/mr.js +0 -0
  2246. {package → app-ng-runtime}/locales/moment/ms-my.js +0 -0
  2247. {package → app-ng-runtime}/locales/moment/ms.js +0 -0
  2248. {package → app-ng-runtime}/locales/moment/mt.js +0 -0
  2249. {package → app-ng-runtime}/locales/moment/my.js +0 -0
  2250. {package → app-ng-runtime}/locales/moment/nb.js +0 -0
  2251. {package → app-ng-runtime}/locales/moment/ne.js +0 -0
  2252. {package → app-ng-runtime}/locales/moment/nl-be.js +0 -0
  2253. {package → app-ng-runtime}/locales/moment/nl.js +0 -0
  2254. {package → app-ng-runtime}/locales/moment/nn.js +0 -0
  2255. {package → app-ng-runtime}/locales/moment/oc-lnc.js +0 -0
  2256. {package → app-ng-runtime}/locales/moment/pa-in.js +0 -0
  2257. {package → app-ng-runtime}/locales/moment/pl.js +0 -0
  2258. {package → app-ng-runtime}/locales/moment/pt-br.js +0 -0
  2259. {package → app-ng-runtime}/locales/moment/pt.js +0 -0
  2260. {package → app-ng-runtime}/locales/moment/ro.js +0 -0
  2261. {package → app-ng-runtime}/locales/moment/ru.js +0 -0
  2262. {package → app-ng-runtime}/locales/moment/sd.js +0 -0
  2263. {package → app-ng-runtime}/locales/moment/se.js +0 -0
  2264. {package → app-ng-runtime}/locales/moment/si.js +0 -0
  2265. {package → app-ng-runtime}/locales/moment/sk.js +0 -0
  2266. {package → app-ng-runtime}/locales/moment/sl.js +0 -0
  2267. {package → app-ng-runtime}/locales/moment/sq.js +0 -0
  2268. {package → app-ng-runtime}/locales/moment/sr-cyrl.js +0 -0
  2269. {package → app-ng-runtime}/locales/moment/sr.js +0 -0
  2270. {package → app-ng-runtime}/locales/moment/ss.js +0 -0
  2271. {package → app-ng-runtime}/locales/moment/sv.js +0 -0
  2272. {package → app-ng-runtime}/locales/moment/sw.js +0 -0
  2273. {package → app-ng-runtime}/locales/moment/ta.js +0 -0
  2274. {package → app-ng-runtime}/locales/moment/te.js +0 -0
  2275. {package → app-ng-runtime}/locales/moment/tet.js +0 -0
  2276. {package → app-ng-runtime}/locales/moment/tg.js +0 -0
  2277. {package → app-ng-runtime}/locales/moment/th.js +0 -0
  2278. {package → app-ng-runtime}/locales/moment/tk.js +0 -0
  2279. {package → app-ng-runtime}/locales/moment/tl-ph.js +0 -0
  2280. {package → app-ng-runtime}/locales/moment/tlh.js +0 -0
  2281. {package → app-ng-runtime}/locales/moment/tr.js +0 -0
  2282. {package → app-ng-runtime}/locales/moment/tzl.js +0 -0
  2283. {package → app-ng-runtime}/locales/moment/tzm-latn.js +0 -0
  2284. {package → app-ng-runtime}/locales/moment/tzm.js +0 -0
  2285. {package → app-ng-runtime}/locales/moment/ug-cn.js +0 -0
  2286. {package → app-ng-runtime}/locales/moment/uk.js +0 -0
  2287. {package → app-ng-runtime}/locales/moment/ur.js +0 -0
  2288. {package → app-ng-runtime}/locales/moment/uz-latn.js +0 -0
  2289. {package → app-ng-runtime}/locales/moment/uz.js +0 -0
  2290. {package → app-ng-runtime}/locales/moment/vi.js +0 -0
  2291. {package → app-ng-runtime}/locales/moment/x-pseudo.js +0 -0
  2292. {package → app-ng-runtime}/locales/moment/yo.js +0 -0
  2293. {package → app-ng-runtime}/locales/moment/zh-cn.js +0 -0
  2294. {package → app-ng-runtime}/locales/moment/zh-hk.js +0 -0
  2295. {package → app-ng-runtime}/locales/moment/zh-mo.js +0 -0
  2296. {package → app-ng-runtime}/locales/moment/zh-tw.js +0 -0
  2297. {package → app-ng-runtime}/locales/moment-timezone/moment-timezone-with-data.js +0 -0
  2298. {package → app-ng-runtime}/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -0
  2299. {package → app-ng-runtime}/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -0
  2300. {package → app-ng-runtime}/mobile/components/basic/default/basic.module.d.ts +0 -0
  2301. {package → app-ng-runtime}/mobile/components/basic/default/bundles/index.umd.js +0 -0
  2302. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -0
  2303. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -0
  2304. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/basic.module.mjs +0 -0
  2305. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -0
  2306. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -0
  2307. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -0
  2308. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/index.mjs +0 -0
  2309. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -0
  2310. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -0
  2311. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -0
  2312. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -0
  2313. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/public_api.mjs +0 -0
  2314. {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs +0 -0
  2315. {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs.map +0 -0
  2316. {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -0
  2317. {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -0
  2318. {package → app-ng-runtime}/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -0
  2319. {package → app-ng-runtime}/mobile/components/basic/default/index.d.ts +0 -0
  2320. {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -0
  2321. {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -0
  2322. {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -0
  2323. {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -0
  2324. {package → app-ng-runtime}/mobile/components/basic/default/public_api.d.ts +0 -0
  2325. {package → app-ng-runtime}/mobile/components/basic/search/bundles/index.umd.js +0 -0
  2326. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/index.mjs +0 -0
  2327. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/public_api.mjs +0 -0
  2328. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.directive.mjs +0 -0
  2329. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.module.mjs +0 -0
  2330. {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs +0 -0
  2331. {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs.map +0 -0
  2332. {package → app-ng-runtime}/mobile/components/basic/search/index.d.ts +0 -0
  2333. {package → app-ng-runtime}/mobile/components/basic/search/public_api.d.ts +0 -0
  2334. {package → app-ng-runtime}/mobile/components/basic/search/search.directive.d.ts +0 -0
  2335. {package → app-ng-runtime}/mobile/components/basic/search/search.module.d.ts +0 -0
  2336. {package → app-ng-runtime}/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -0
  2337. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -0
  2338. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -0
  2339. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -0
  2340. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -0
  2341. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -0
  2342. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -0
  2343. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -0
  2344. {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -0
  2345. {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -0
  2346. {package → app-ng-runtime}/mobile/components/containers/segmented-control/index.d.ts +0 -0
  2347. {package → app-ng-runtime}/mobile/components/containers/segmented-control/public_api.d.ts +0 -0
  2348. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -0
  2349. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -0
  2350. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -0
  2351. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -0
  2352. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -0
  2353. {package → app-ng-runtime}/mobile/components/data/media-list/bundles/index.umd.js +0 -0
  2354. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/index.mjs +0 -0
  2355. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -0
  2356. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -0
  2357. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -0
  2358. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -0
  2359. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/public_api.mjs +0 -0
  2360. {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs +0 -0
  2361. {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -0
  2362. {package → app-ng-runtime}/mobile/components/data/media-list/index.d.ts +0 -0
  2363. {package → app-ng-runtime}/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -0
  2364. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.component.d.ts +0 -0
  2365. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.module.d.ts +0 -0
  2366. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.props.d.ts +0 -0
  2367. {package → app-ng-runtime}/mobile/components/data/media-list/public_api.d.ts +0 -0
  2368. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -0
  2369. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -0
  2370. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -0
  2371. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -0
  2372. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -0
  2373. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -0
  2374. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -0
  2375. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -0
  2376. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -0
  2377. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -0
  2378. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -0
  2379. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/index.d.ts +0 -0
  2380. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/public_api.d.ts +0 -0
  2381. {package → app-ng-runtime}/mobile/components/device/camera/bundles/index.umd.js +0 -0
  2382. {package → app-ng-runtime}/mobile/components/device/camera/camera.component.d.ts +0 -0
  2383. {package → app-ng-runtime}/mobile/components/device/camera/camera.module.d.ts +0 -0
  2384. {package → app-ng-runtime}/mobile/components/device/camera/camera.props.d.ts +0 -0
  2385. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.component.mjs +0 -0
  2386. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.module.mjs +0 -0
  2387. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.props.mjs +0 -0
  2388. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/index.mjs +0 -0
  2389. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/public_api.mjs +0 -0
  2390. {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs +0 -0
  2391. {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs.map +0 -0
  2392. {package → app-ng-runtime}/mobile/components/device/camera/index.d.ts +0 -0
  2393. {package → app-ng-runtime}/mobile/components/device/camera/public_api.d.ts +0 -0
  2394. {package → app-ng-runtime}/mobile/components/input/file-upload/bundles/index.umd.js +0 -0
  2395. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -0
  2396. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
  2397. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/index.mjs +0 -0
  2398. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -0
  2399. {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs +0 -0
  2400. {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -0
  2401. {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -0
  2402. {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.module.d.ts +0 -0
  2403. {package → app-ng-runtime}/mobile/components/input/file-upload/index.d.ts +0 -0
  2404. {package → app-ng-runtime}/mobile/components/input/file-upload/public_api.d.ts +0 -0
  2405. {package → app-ng-runtime}/mobile/components/page/default/bundles/index.umd.js +0 -0
  2406. {package → app-ng-runtime}/mobile/components/page/default/esm2022/index.mjs +0 -0
  2407. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -0
  2408. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.directive.mjs +0 -0
  2409. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.module.mjs +0 -0
  2410. {package → app-ng-runtime}/mobile/components/page/default/esm2022/public_api.mjs +0 -0
  2411. {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs +0 -0
  2412. {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs.map +0 -0
  2413. {package → app-ng-runtime}/mobile/components/page/default/index.d.ts +0 -0
  2414. {package → app-ng-runtime}/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -0
  2415. {package → app-ng-runtime}/mobile/components/page/default/page.directive.d.ts +0 -0
  2416. {package → app-ng-runtime}/mobile/components/page/default/page.module.d.ts +0 -0
  2417. {package → app-ng-runtime}/mobile/components/page/default/public_api.d.ts +0 -0
  2418. {package → app-ng-runtime}/mobile/components/page/left-panel/bundles/index.umd.js +0 -0
  2419. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/index.mjs +0 -0
  2420. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
  2421. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
  2422. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -0
  2423. {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs +0 -0
  2424. {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -0
  2425. {package → app-ng-runtime}/mobile/components/page/left-panel/index.d.ts +0 -0
  2426. {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -0
  2427. {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.module.d.ts +0 -0
  2428. {package → app-ng-runtime}/mobile/components/page/left-panel/public_api.d.ts +0 -0
  2429. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -0
  2430. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -0
  2431. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -0
  2432. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -0
  2433. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -0
  2434. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -0
  2435. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -0
  2436. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -0
  2437. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/index.d.ts +0 -0
  2438. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -0
  2439. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -0
  2440. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -0
  2441. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/public_api.d.ts +0 -0
  2442. {package → app-ng-runtime}/mobile/components/page/tab-bar/bundles/index.umd.js +0 -0
  2443. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/index.mjs +0 -0
  2444. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -0
  2445. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -0
  2446. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -0
  2447. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -0
  2448. {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -0
  2449. {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -0
  2450. {package → app-ng-runtime}/mobile/components/page/tab-bar/index.d.ts +0 -0
  2451. {package → app-ng-runtime}/mobile/components/page/tab-bar/public_api.d.ts +0 -0
  2452. {package → app-ng-runtime}/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -0
  2453. {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -0
  2454. {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -0
  2455. {package → app-ng-runtime}/mobile/core/bundles/index.umd.js +0 -0
  2456. {package → app-ng-runtime}/mobile/core/core.module.d.ts +0 -0
  2457. {package → app-ng-runtime}/mobile/core/esm2022/core.module.mjs +0 -0
  2458. {package → app-ng-runtime}/mobile/core/esm2022/index.mjs +0 -0
  2459. {package → app-ng-runtime}/mobile/core/esm2022/native.xhr.mjs +0 -0
  2460. {package → app-ng-runtime}/mobile/core/esm2022/public_api.mjs +0 -0
  2461. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -0
  2462. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-download.service.mjs +0 -0
  2463. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -0
  2464. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -0
  2465. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file.service.mjs +0 -0
  2466. {package → app-ng-runtime}/mobile/core/esm2022/services/device-start-up-service.mjs +0 -0
  2467. {package → app-ng-runtime}/mobile/core/esm2022/services/device.service.mjs +0 -0
  2468. {package → app-ng-runtime}/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -0
  2469. {package → app-ng-runtime}/mobile/core/esm2022/services/network.service.mjs +0 -0
  2470. {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs +0 -0
  2471. {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs.map +0 -0
  2472. {package → app-ng-runtime}/mobile/core/index.d.ts +0 -0
  2473. {package → app-ng-runtime}/mobile/core/native.xhr.d.ts +0 -0
  2474. {package → app-ng-runtime}/mobile/core/public_api.d.ts +0 -0
  2475. {package → app-ng-runtime}/mobile/core/services/device-file-cache.service.d.ts +0 -0
  2476. {package → app-ng-runtime}/mobile/core/services/device-file-download.service.d.ts +0 -0
  2477. {package → app-ng-runtime}/mobile/core/services/device-file-opener.service.d.ts +0 -0
  2478. {package → app-ng-runtime}/mobile/core/services/device-file-upload.service.d.ts +0 -0
  2479. {package → app-ng-runtime}/mobile/core/services/device-file.service.d.ts +0 -0
  2480. {package → app-ng-runtime}/mobile/core/services/device-start-up-service.d.ts +0 -0
  2481. {package → app-ng-runtime}/mobile/core/services/device.service.d.ts +0 -0
  2482. {package → app-ng-runtime}/mobile/core/services/ext-app-message.service.d.ts +0 -0
  2483. {package → app-ng-runtime}/mobile/core/services/network.service.d.ts +0 -0
  2484. {package → app-ng-runtime}/mobile/offline/bundles/index.umd.js +0 -0
  2485. {package → app-ng-runtime}/mobile/offline/esm2022/index.mjs +0 -0
  2486. {package → app-ng-runtime}/mobile/offline/esm2022/models/config.mjs +0 -0
  2487. {package → app-ng-runtime}/mobile/offline/esm2022/models/local-db-store.mjs +0 -0
  2488. {package → app-ng-runtime}/mobile/offline/esm2022/offline.module.mjs +0 -0
  2489. {package → app-ng-runtime}/mobile/offline/esm2022/public_api.mjs +0 -0
  2490. {package → app-ng-runtime}/mobile/offline/esm2022/services/change-log.service.mjs +0 -0
  2491. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -0
  2492. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -0
  2493. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db.service.mjs +0 -0
  2494. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -0
  2495. {package → app-ng-runtime}/mobile/offline/esm2022/services/push.service.mjs +0 -0
  2496. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -0
  2497. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -0
  2498. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -0
  2499. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -0
  2500. {package → app-ng-runtime}/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -0
  2501. {package → app-ng-runtime}/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -0
  2502. {package → app-ng-runtime}/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -0
  2503. {package → app-ng-runtime}/mobile/offline/esm2022/utils/security.utils.mjs +0 -0
  2504. {package → app-ng-runtime}/mobile/offline/esm2022/utils/utils.mjs +0 -0
  2505. {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs +0 -0
  2506. {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs.map +0 -0
  2507. {package → app-ng-runtime}/mobile/offline/index.d.ts +0 -0
  2508. {package → app-ng-runtime}/mobile/offline/models/config.d.ts +0 -0
  2509. {package → app-ng-runtime}/mobile/offline/models/local-db-store.d.ts +0 -0
  2510. {package → app-ng-runtime}/mobile/offline/offline.module.d.ts +0 -0
  2511. {package → app-ng-runtime}/mobile/offline/public_api.d.ts +0 -0
  2512. {package → app-ng-runtime}/mobile/offline/services/change-log.service.d.ts +0 -0
  2513. {package → app-ng-runtime}/mobile/offline/services/local-db-data-pull.service.d.ts +0 -0
  2514. {package → app-ng-runtime}/mobile/offline/services/local-db-management.service.d.ts +0 -0
  2515. {package → app-ng-runtime}/mobile/offline/services/local-db.service.d.ts +0 -0
  2516. {package → app-ng-runtime}/mobile/offline/services/local-key-value.service.d.ts +0 -0
  2517. {package → app-ng-runtime}/mobile/offline/services/push.service.d.ts +0 -0
  2518. {package → app-ng-runtime}/mobile/offline/services/workers/error-blocker.d.ts +0 -0
  2519. {package → app-ng-runtime}/mobile/offline/services/workers/file-handler.d.ts +0 -0
  2520. {package → app-ng-runtime}/mobile/offline/services/workers/id-resolver.d.ts +0 -0
  2521. {package → app-ng-runtime}/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -0
  2522. {package → app-ng-runtime}/mobile/offline/utils/file-upload.utils.d.ts +0 -0
  2523. {package → app-ng-runtime}/mobile/offline/utils/live-variable.utils.d.ts +0 -0
  2524. {package → app-ng-runtime}/mobile/offline/utils/query-executor.utils.d.ts +0 -0
  2525. {package → app-ng-runtime}/mobile/offline/utils/security.utils.d.ts +0 -0
  2526. {package → app-ng-runtime}/mobile/offline/utils/utils.d.ts +0 -0
  2527. {package → app-ng-runtime}/mobile/placeholder/runtime/bundles/index.umd.js +0 -0
  2528. {package → app-ng-runtime}/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -0
  2529. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -0
  2530. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/index.mjs +0 -0
  2531. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -0
  2532. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -0
  2533. {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs +0 -0
  2534. {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -0
  2535. {package → app-ng-runtime}/mobile/placeholder/runtime/index.d.ts +0 -0
  2536. {package → app-ng-runtime}/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -0
  2537. {package → app-ng-runtime}/mobile/placeholder/runtime/public_api.d.ts +0 -0
  2538. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -0
  2539. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -0
  2540. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
  2541. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -0
  2542. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -0
  2543. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -0
  2544. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/index.d.ts +0 -0
  2545. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
  2546. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -0
  2547. {package → app-ng-runtime}/mobile/runtime/bundles/index.umd.js +0 -0
  2548. {package → app-ng-runtime}/mobile/runtime/components/app-ext.component.d.ts +0 -0
  2549. {package → app-ng-runtime}/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -0
  2550. {package → app-ng-runtime}/mobile/runtime/esm2022/index.mjs +0 -0
  2551. {package → app-ng-runtime}/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -0
  2552. {package → app-ng-runtime}/mobile/runtime/esm2022/public_api.mjs +0 -0
  2553. {package → app-ng-runtime}/mobile/runtime/esm2022/services/cookie.service.mjs +0 -0
  2554. {package → app-ng-runtime}/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -0
  2555. {package → app-ng-runtime}/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -0
  2556. {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs +0 -0
  2557. {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs.map +0 -0
  2558. {package → app-ng-runtime}/mobile/runtime/index.d.ts +0 -0
  2559. {package → app-ng-runtime}/mobile/runtime/mobile-runtime.module.d.ts +0 -0
  2560. {package → app-ng-runtime}/mobile/runtime/public_api.d.ts +0 -0
  2561. {package → app-ng-runtime}/mobile/runtime/services/cookie.service.d.ts +0 -0
  2562. {package → app-ng-runtime}/mobile/runtime/services/http-interceptor.service.d.ts +0 -0
  2563. {package → app-ng-runtime}/mobile/runtime/services/webprocess.service.d.ts +0 -0
  2564. {package → app-ng-runtime}/mobile/runtime-dynamic/bundles/index.umd.js +0 -0
  2565. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/index.mjs +0 -0
  2566. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
  2567. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -0
  2568. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -0
  2569. {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs +0 -0
  2570. {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -0
  2571. {package → app-ng-runtime}/mobile/runtime-dynamic/index.d.ts +0 -0
  2572. {package → app-ng-runtime}/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
  2573. {package → app-ng-runtime}/mobile/runtime-dynamic/public_api.d.ts +0 -0
  2574. {package → app-ng-runtime}/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -0
  2575. {package → app-ng-runtime}/mobile/variables/bundles/index.umd.js +0 -0
  2576. {package → app-ng-runtime}/mobile/variables/esm2022/index.mjs +0 -0
  2577. {package → app-ng-runtime}/mobile/variables/esm2022/public_api.mjs +0 -0
  2578. {package → app-ng-runtime}/mobile/variables/esm2022/services/calendar-service.mjs +0 -0
  2579. {package → app-ng-runtime}/mobile/variables/esm2022/services/camera-service.mjs +0 -0
  2580. {package → app-ng-runtime}/mobile/variables/esm2022/services/contacts-service.mjs +0 -0
  2581. {package → app-ng-runtime}/mobile/variables/esm2022/services/datasync-service.mjs +0 -0
  2582. {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -0
  2583. {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -0
  2584. {package → app-ng-runtime}/mobile/variables/esm2022/services/file-service.mjs +0 -0
  2585. {package → app-ng-runtime}/mobile/variables/esm2022/services/scan-service.mjs +0 -0
  2586. {package → app-ng-runtime}/mobile/variables/esm2022/variables.module.mjs +0 -0
  2587. {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs +0 -0
  2588. {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs.map +0 -0
  2589. {package → app-ng-runtime}/mobile/variables/index.d.ts +0 -0
  2590. {package → app-ng-runtime}/mobile/variables/public_api.d.ts +0 -0
  2591. {package → app-ng-runtime}/mobile/variables/services/calendar-service.d.ts +0 -0
  2592. {package → app-ng-runtime}/mobile/variables/services/camera-service.d.ts +0 -0
  2593. {package → app-ng-runtime}/mobile/variables/services/contacts-service.d.ts +0 -0
  2594. {package → app-ng-runtime}/mobile/variables/services/datasync-service.d.ts +0 -0
  2595. {package → app-ng-runtime}/mobile/variables/services/device-service/device-service.d.ts +0 -0
  2596. {package → app-ng-runtime}/mobile/variables/services/device-service/location-service.d.ts +0 -0
  2597. {package → app-ng-runtime}/mobile/variables/services/file-service.d.ts +0 -0
  2598. {package → app-ng-runtime}/mobile/variables/services/scan-service.d.ts +0 -0
  2599. {package → app-ng-runtime}/mobile/variables/variables.module.d.ts +0 -0
  2600. {package → app-ng-runtime}/oAuth/bundles/index.umd.js +0 -0
  2601. {package → app-ng-runtime}/oAuth/esm2022/index.mjs +0 -0
  2602. {package → app-ng-runtime}/oAuth/esm2022/oAuth.module.mjs +0 -0
  2603. {package → app-ng-runtime}/oAuth/esm2022/oAuth.service.mjs +0 -0
  2604. {package → app-ng-runtime}/oAuth/esm2022/oAuth.utils.mjs +0 -0
  2605. {package → app-ng-runtime}/oAuth/esm2022/public_api.mjs +0 -0
  2606. {package → app-ng-runtime}/oAuth/fesm2022/index.mjs +0 -0
  2607. {package → app-ng-runtime}/oAuth/fesm2022/index.mjs.map +0 -0
  2608. {package → app-ng-runtime}/oAuth/index.d.ts +0 -0
  2609. {package → app-ng-runtime}/oAuth/oAuth.module.d.ts +0 -0
  2610. {package → app-ng-runtime}/oAuth/oAuth.service.d.ts +0 -0
  2611. {package → app-ng-runtime}/oAuth/oAuth.utils.d.ts +0 -0
  2612. {package → app-ng-runtime}/oAuth/public_api.d.ts +0 -0
  2613. {package → app-ng-runtime}/runtime/base/components/app-spinner.component.d.ts +0 -0
  2614. {package → app-ng-runtime}/runtime/base/components/base-layout.component.d.ts +0 -0
  2615. {package → app-ng-runtime}/runtime/base/components/base-page.component.d.ts +0 -0
  2616. {package → app-ng-runtime}/runtime/base/components/base-partial.component.d.ts +0 -0
  2617. {package → app-ng-runtime}/runtime/base/components/base-prefab.component.d.ts +0 -0
  2618. {package → app-ng-runtime}/runtime/base/components/base-spa-page.component.d.ts +0 -0
  2619. {package → app-ng-runtime}/runtime/base/components/custom-toaster.component.d.ts +0 -0
  2620. {package → app-ng-runtime}/runtime/base/components/empty-component/empty-page.component.d.ts +0 -0
  2621. {package → app-ng-runtime}/runtime/base/components/prefab-preview.component.d.ts +0 -0
  2622. {package → app-ng-runtime}/runtime/base/directives/prefab.directive.d.ts +0 -0
  2623. {package → app-ng-runtime}/runtime/base/esm2022/components/app-spinner.component.mjs +0 -0
  2624. {package → app-ng-runtime}/runtime/base/esm2022/components/base-layout.component.mjs +0 -0
  2625. {package → app-ng-runtime}/runtime/base/esm2022/components/base-page.component.mjs +0 -0
  2626. {package → app-ng-runtime}/runtime/base/esm2022/components/base-partial.component.mjs +0 -0
  2627. {package → app-ng-runtime}/runtime/base/esm2022/components/base-prefab.component.mjs +0 -0
  2628. {package → app-ng-runtime}/runtime/base/esm2022/components/base-spa-page.component.mjs +0 -0
  2629. {package → app-ng-runtime}/runtime/base/esm2022/components/custom-toaster.component.mjs +0 -0
  2630. {package → app-ng-runtime}/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +0 -0
  2631. {package → app-ng-runtime}/runtime/base/esm2022/components/prefab-preview.component.mjs +0 -0
  2632. {package → app-ng-runtime}/runtime/base/esm2022/directives/prefab.directive.mjs +0 -0
  2633. {package → app-ng-runtime}/runtime/base/esm2022/guards/auth.guard.mjs +0 -0
  2634. {package → app-ng-runtime}/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +0 -0
  2635. {package → app-ng-runtime}/runtime/base/esm2022/guards/page-not-found.guard.mjs +0 -0
  2636. {package → app-ng-runtime}/runtime/base/esm2022/guards/role.guard.mjs +0 -0
  2637. {package → app-ng-runtime}/runtime/base/esm2022/index.mjs +0 -0
  2638. {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +0 -0
  2639. {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +0 -0
  2640. {package → app-ng-runtime}/runtime/base/esm2022/public_api.mjs +0 -0
  2641. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-extension.resolve.mjs +0 -0
  2642. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-js.resolve.mjs +0 -0
  2643. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-variables.resolve.mjs +0 -0
  2644. {package → app-ng-runtime}/runtime/base/esm2022/resolves/i18n.resolve.mjs +0 -0
  2645. {package → app-ng-runtime}/runtime/base/esm2022/resolves/metadata.resolve.mjs +0 -0
  2646. {package → app-ng-runtime}/runtime/base/esm2022/resolves/security-config.resolve.mjs +0 -0
  2647. {package → app-ng-runtime}/runtime/base/esm2022/runtime-base.module.mjs +0 -0
  2648. {package → app-ng-runtime}/runtime/base/esm2022/services/app-defaults.service.mjs +0 -0
  2649. {package → app-ng-runtime}/runtime/base/esm2022/services/app.manager.service.mjs +0 -0
  2650. {package → app-ng-runtime}/runtime/base/esm2022/services/app.service.mjs +0 -0
  2651. {package → app-ng-runtime}/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +0 -0
  2652. {package → app-ng-runtime}/runtime/base/esm2022/services/http-interceptor.services.mjs +0 -0
  2653. {package → app-ng-runtime}/runtime/base/esm2022/services/navigation.service.mjs +0 -0
  2654. {package → app-ng-runtime}/runtime/base/esm2022/services/pipe-provider.service.mjs +0 -0
  2655. {package → app-ng-runtime}/runtime/base/esm2022/services/pipe.service.mjs +0 -0
  2656. {package → app-ng-runtime}/runtime/base/esm2022/services/prefab-manager.service.mjs +0 -0
  2657. {package → app-ng-runtime}/runtime/base/esm2022/services/spinner.service.mjs +0 -0
  2658. {package → app-ng-runtime}/runtime/base/esm2022/services/toaster.service.mjs +0 -0
  2659. {package → app-ng-runtime}/runtime/base/esm2022/types/types.mjs +0 -0
  2660. {package → app-ng-runtime}/runtime/base/esm2022/util/fragment-monitor.mjs +0 -0
  2661. {package → app-ng-runtime}/runtime/base/esm2022/util/utils.mjs +0 -0
  2662. {package → app-ng-runtime}/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +0 -0
  2663. {package → app-ng-runtime}/runtime/base/guards/auth.guard.d.ts +0 -0
  2664. {package → app-ng-runtime}/runtime/base/guards/can-deactivate-page.guard.d.ts +0 -0
  2665. {package → app-ng-runtime}/runtime/base/guards/page-not-found.guard.d.ts +0 -0
  2666. {package → app-ng-runtime}/runtime/base/guards/role.guard.d.ts +0 -0
  2667. {package → app-ng-runtime}/runtime/base/index.d.ts +0 -0
  2668. {package → app-ng-runtime}/runtime/base/overrides/wm_dom_renderer.d.ts +0 -0
  2669. {package → app-ng-runtime}/runtime/base/overrides/wm_shared_styles_host.d.ts +0 -0
  2670. {package → app-ng-runtime}/runtime/base/public_api.d.ts +0 -0
  2671. {package → app-ng-runtime}/runtime/base/resolves/app-extension.resolve.d.ts +0 -0
  2672. {package → app-ng-runtime}/runtime/base/resolves/app-js.resolve.d.ts +0 -0
  2673. {package → app-ng-runtime}/runtime/base/resolves/app-variables.resolve.d.ts +0 -0
  2674. {package → app-ng-runtime}/runtime/base/resolves/i18n.resolve.d.ts +0 -0
  2675. {package → app-ng-runtime}/runtime/base/resolves/metadata.resolve.d.ts +0 -0
  2676. {package → app-ng-runtime}/runtime/base/resolves/security-config.resolve.d.ts +0 -0
  2677. {package → app-ng-runtime}/runtime/base/runtime-base.module.d.ts +0 -0
  2678. {package → app-ng-runtime}/runtime/base/services/app-defaults.service.d.ts +0 -0
  2679. {package → app-ng-runtime}/runtime/base/services/app.manager.service.d.ts +0 -0
  2680. {package → app-ng-runtime}/runtime/base/services/app.service.d.ts +0 -0
  2681. {package → app-ng-runtime}/runtime/base/services/dynamic-component-ref-provider.service.d.ts +0 -0
  2682. {package → app-ng-runtime}/runtime/base/services/http-interceptor.services.d.ts +0 -0
  2683. {package → app-ng-runtime}/runtime/base/services/i18n.service.d.ts +0 -0
  2684. {package → app-ng-runtime}/runtime/base/services/navigation.service.d.ts +0 -0
  2685. {package → app-ng-runtime}/runtime/base/services/pipe-provider.service.d.ts +0 -0
  2686. {package → app-ng-runtime}/runtime/base/services/pipe.service.d.ts +0 -0
  2687. {package → app-ng-runtime}/runtime/base/services/prefab-manager.service.d.ts +0 -0
  2688. {package → app-ng-runtime}/runtime/base/services/spinner.service.d.ts +0 -0
  2689. {package → app-ng-runtime}/runtime/base/services/toaster.service.d.ts +0 -0
  2690. {package → app-ng-runtime}/runtime/base/types/types.d.ts +0 -0
  2691. {package → app-ng-runtime}/runtime/base/util/fragment-monitor.d.ts +0 -0
  2692. {package → app-ng-runtime}/runtime/base/util/utils.d.ts +0 -0
  2693. {package → app-ng-runtime}/runtime/base/util/wm-route-reuse-strategy.d.ts +0 -0
  2694. {package → app-ng-runtime}/runtime/dynamic/app/app.module.d.ts +0 -0
  2695. {package → app-ng-runtime}/runtime/dynamic/app/app.routes.d.ts +0 -0
  2696. {package → app-ng-runtime}/runtime/dynamic/app/components/page-wrapper.component.d.ts +0 -0
  2697. {package → app-ng-runtime}/runtime/dynamic/app/services/app-extension.service.d.ts +0 -0
  2698. {package → app-ng-runtime}/runtime/dynamic/app/services/app-js-provider.service.d.ts +0 -0
  2699. {package → app-ng-runtime}/runtime/dynamic/app/services/app-resource-manager.service.d.ts +0 -0
  2700. {package → app-ng-runtime}/runtime/dynamic/app/services/app-variables-provider.service.d.ts +0 -0
  2701. {package → app-ng-runtime}/runtime/dynamic/app/services/component-ref-provider.service.d.ts +0 -0
  2702. {package → app-ng-runtime}/runtime/dynamic/app/services/prefab-config-provider.service.d.ts +0 -0
  2703. {package → app-ng-runtime}/runtime/dynamic/bundles/index.umd.js +0 -0
  2704. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.module.mjs +0 -0
  2705. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.routes.mjs +0 -0
  2706. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +0 -0
  2707. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +0 -0
  2708. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +0 -0
  2709. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +0 -0
  2710. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +0 -0
  2711. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +0 -0
  2712. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +0 -0
  2713. {package → app-ng-runtime}/runtime/dynamic/esm2022/index.mjs +0 -0
  2714. {package → app-ng-runtime}/runtime/dynamic/esm2022/main.mjs +0 -0
  2715. {package → app-ng-runtime}/runtime/dynamic/esm2022/public_api.mjs +0 -0
  2716. {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs +0 -0
  2717. {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs.map +0 -0
  2718. {package → app-ng-runtime}/runtime/dynamic/index.d.ts +0 -0
  2719. {package → app-ng-runtime}/runtime/dynamic/main.d.ts +0 -0
  2720. {package → app-ng-runtime}/runtime/dynamic/public_api.d.ts +0 -0
  2721. {package → app-ng-runtime}/scripts/@wavemaker/nvd3/build/nv.d3.min.js +0 -0
  2722. {package → app-ng-runtime}/scripts/d3/d3.min.js +0 -0
  2723. {package → app-ng-runtime}/scripts/datatable/datatable.js +0 -0
  2724. {package → app-ng-runtime}/scripts/fullcalendar/main.min.js +0 -0
  2725. {package → app-ng-runtime}/scripts/hammerjs/hammer.min.js +0 -0
  2726. {package → app-ng-runtime}/scripts/iscroll/build/iscroll.js +0 -0
  2727. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/droppable.js +0 -0
  2728. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/resizable.js +0 -0
  2729. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/sortable.js +0 -0
  2730. {package → app-ng-runtime}/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +0 -0
  2731. {package → app-ng-runtime}/scripts/summernote/dist/summernote-lite.min.js +0 -0
  2732. {package → app-ng-runtime}/scripts/swipey/swipey.jquery.plugin.js +0 -0
  2733. {package → app-ng-runtime}/scripts/tree-keyboard-navigation/keyboard-navigation.js +0 -0
  2734. {package → app-ng-runtime}/security/bundles/index.umd.js +0 -0
  2735. {package → app-ng-runtime}/security/esm2022/index.mjs +0 -0
  2736. {package → app-ng-runtime}/security/esm2022/public_api.mjs +0 -0
  2737. {package → app-ng-runtime}/security/esm2022/security.module.mjs +0 -0
  2738. {package → app-ng-runtime}/security/esm2022/security.service.mjs +0 -0
  2739. {package → app-ng-runtime}/security/fesm2022/index.mjs +0 -0
  2740. {package → app-ng-runtime}/security/fesm2022/index.mjs.map +0 -0
  2741. {package → app-ng-runtime}/security/index.d.ts +0 -0
  2742. {package → app-ng-runtime}/security/public_api.d.ts +0 -0
  2743. {package → app-ng-runtime}/security/security.module.d.ts +0 -0
  2744. {package → app-ng-runtime}/security/security.service.d.ts +0 -0
  2745. {package → app-ng-runtime}/swipey/bundles/index.umd.js +0 -0
  2746. {package → app-ng-runtime}/swipey/esm2022/index.mjs +0 -0
  2747. {package → app-ng-runtime}/swipey/esm2022/public_api.mjs +0 -0
  2748. {package → app-ng-runtime}/swipey/esm2022/swipe.animation.mjs +0 -0
  2749. {package → app-ng-runtime}/swipey/fesm2022/index.mjs +0 -0
  2750. {package → app-ng-runtime}/swipey/fesm2022/index.mjs.map +0 -0
  2751. {package → app-ng-runtime}/swipey/index.d.ts +0 -0
  2752. {package → app-ng-runtime}/swipey/public_api.d.ts +0 -0
  2753. {package → app-ng-runtime}/swipey/swipe.animation.d.ts +0 -0
  2754. {package → app-ng-runtime}/transpiler/build.d.ts +0 -0
  2755. {package → app-ng-runtime}/transpiler/bundles/index.umd.js +0 -0
  2756. {package → app-ng-runtime}/transpiler/esm2022/build.mjs +0 -0
  2757. {package → app-ng-runtime}/transpiler/esm2022/imports.mjs +0 -0
  2758. {package → app-ng-runtime}/transpiler/esm2022/index.mjs +0 -0
  2759. {package → app-ng-runtime}/transpiler/esm2022/public_api.mjs +0 -0
  2760. {package → app-ng-runtime}/transpiler/fesm2022/index.mjs +0 -0
  2761. {package → app-ng-runtime}/transpiler/fesm2022/index.mjs.map +0 -0
  2762. {package → app-ng-runtime}/transpiler/imports.d.ts +0 -0
  2763. {package → app-ng-runtime}/transpiler/index.d.ts +0 -0
  2764. {package → app-ng-runtime}/transpiler/public_api.d.ts +0 -0
  2765. {package → app-ng-runtime}/variables/advanced-options.d.ts +0 -0
  2766. {package → app-ng-runtime}/variables/bundles/index.umd.js +0 -0
  2767. {package → app-ng-runtime}/variables/constants/variables.constants.d.ts +0 -0
  2768. {package → app-ng-runtime}/variables/esm2022/advanced-options.mjs +0 -0
  2769. {package → app-ng-runtime}/variables/esm2022/constants/variables.constants.mjs +0 -0
  2770. {package → app-ng-runtime}/variables/esm2022/factory/variable-manager.factory.mjs +0 -0
  2771. {package → app-ng-runtime}/variables/esm2022/factory/variable.factory.mjs +0 -0
  2772. {package → app-ng-runtime}/variables/esm2022/index.mjs +0 -0
  2773. {package → app-ng-runtime}/variables/esm2022/manager/action/base-action.manager.mjs +0 -0
  2774. {package → app-ng-runtime}/variables/esm2022/manager/action/login-action.manager.mjs +0 -0
  2775. {package → app-ng-runtime}/variables/esm2022/manager/action/logout-action.manager.mjs +0 -0
  2776. {package → app-ng-runtime}/variables/esm2022/manager/action/navigation-action.manager.mjs +0 -0
  2777. {package → app-ng-runtime}/variables/esm2022/manager/action/notification-action.manager.mjs +0 -0
  2778. {package → app-ng-runtime}/variables/esm2022/manager/variable/base-variable.manager.mjs +0 -0
  2779. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -0
  2780. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -0
  2781. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-service.mjs +0 -0
  2782. {package → app-ng-runtime}/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +0 -0
  2783. {package → app-ng-runtime}/variables/esm2022/model/action/login-action.mjs +0 -0
  2784. {package → app-ng-runtime}/variables/esm2022/model/action/logout-action.mjs +0 -0
  2785. {package → app-ng-runtime}/variables/esm2022/model/action/navigation-action.mjs +0 -0
  2786. {package → app-ng-runtime}/variables/esm2022/model/action/notification-action.mjs +0 -0
  2787. {package → app-ng-runtime}/variables/esm2022/model/variable/device-variable.mjs +0 -0
  2788. {package → app-ng-runtime}/variables/esm2022/model/variable/web-socket-variable.mjs +0 -0
  2789. {package → app-ng-runtime}/variables/esm2022/public_api.mjs +0 -0
  2790. {package → app-ng-runtime}/variables/esm2022/service/metadata-service/metadata.service.mjs +0 -0
  2791. {package → app-ng-runtime}/variables/esm2022/service/variables.service.mjs +0 -0
  2792. {package → app-ng-runtime}/variables/esm2022/util/action/navigation-action.utils.mjs +0 -0
  2793. {package → app-ng-runtime}/variables/esm2022/util/oAuth.utils.mjs +0 -0
  2794. {package → app-ng-runtime}/variables/esm2022/util/variable/pagination.utils.mjs +0 -0
  2795. {package → app-ng-runtime}/variables/esm2022/util/variable/service-variable.utils.mjs +0 -0
  2796. {package → app-ng-runtime}/variables/esm2022/util/variable/variables.utils.mjs +0 -0
  2797. {package → app-ng-runtime}/variables/esm2022/variables.module.mjs +0 -0
  2798. {package → app-ng-runtime}/variables/factory/variable-manager.factory.d.ts +0 -0
  2799. {package → app-ng-runtime}/variables/factory/variable.factory.d.ts +0 -0
  2800. {package → app-ng-runtime}/variables/fesm2022/index.mjs +0 -0
  2801. {package → app-ng-runtime}/variables/fesm2022/index.mjs.map +0 -0
  2802. {package → app-ng-runtime}/variables/index.d.ts +0 -0
  2803. {package → app-ng-runtime}/variables/manager/action/base-action.manager.d.ts +0 -0
  2804. {package → app-ng-runtime}/variables/manager/action/login-action.manager.d.ts +0 -0
  2805. {package → app-ng-runtime}/variables/manager/action/logout-action.manager.d.ts +0 -0
  2806. {package → app-ng-runtime}/variables/manager/action/navigation-action.manager.d.ts +0 -0
  2807. {package → app-ng-runtime}/variables/manager/action/notification-action.manager.d.ts +0 -0
  2808. {package → app-ng-runtime}/variables/manager/variable/base-variable.manager.d.ts +0 -0
  2809. {package → app-ng-runtime}/variables/manager/variable/device-variable-manager.d.ts +0 -0
  2810. {package → app-ng-runtime}/variables/manager/variable/device-variable-operation.d.ts +0 -0
  2811. {package → app-ng-runtime}/variables/manager/variable/device-variable-service.d.ts +0 -0
  2812. {package → app-ng-runtime}/variables/manager/variable/web-socket-variable.manager.d.ts +0 -0
  2813. {package → app-ng-runtime}/variables/model/action/login-action.d.ts +0 -0
  2814. {package → app-ng-runtime}/variables/model/action/logout-action.d.ts +0 -0
  2815. {package → app-ng-runtime}/variables/model/action/navigation-action.d.ts +0 -0
  2816. {package → app-ng-runtime}/variables/model/action/notification-action.d.ts +0 -0
  2817. {package → app-ng-runtime}/variables/model/variable/device-variable.d.ts +0 -0
  2818. {package → app-ng-runtime}/variables/model/variable/web-socket-variable.d.ts +0 -0
  2819. {package → app-ng-runtime}/variables/public_api.d.ts +0 -0
  2820. {package → app-ng-runtime}/variables/service/metadata-service/metadata.service.d.ts +0 -0
  2821. {package → app-ng-runtime}/variables/service/variables.service.d.ts +0 -0
  2822. {package → app-ng-runtime}/variables/util/action/navigation-action.utils.d.ts +0 -0
  2823. {package → app-ng-runtime}/variables/util/oAuth.utils.d.ts +0 -0
  2824. {package → app-ng-runtime}/variables/util/variable/pagination.utils.d.ts +0 -0
  2825. {package → app-ng-runtime}/variables/util/variable/service-variable.utils.d.ts +0 -0
  2826. {package → app-ng-runtime}/variables/util/variable/variables.utils.d.ts +0 -0
  2827. {package → app-ng-runtime}/variables/variables.module.d.ts +0 -0
@@ -1,3411 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('angular-imask'), require('@wm/components/base'), require('@wm/core'), require('lodash-es'), require('rxjs'), require('tslib')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/common', '@angular/forms', 'angular-imask', '@wm/components/base', '@wm/core', 'lodash-es', 'rxjs', 'tslib'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.input = {}), global.ng.core, global.ng.common, global.ng.forms, global.angularIMask, global.wm.components.base, global.wm.core, global._, global.rxjs, global.tslib));
5
- })(this, (function (exports, i0, i1, i2$1, i3, i2, i1$1, lodashEs, rxjs, tslib) { '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 i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
25
- var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
26
- var i2$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i2$1);
27
- var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
28
- var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
29
- var i1$1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1$1);
30
-
31
- const registerProps$e = () => {
32
- i2.register('wm-button', new Map([
33
- ['animation', i2.PROP_STRING],
34
- ['badgevalue', i2.PROP_STRING],
35
- ['caption', i2.PROP_STRING],
36
- ['class', i2.PROP_STRING],
37
- ['conditionalclass', i2.PROP_ANY],
38
- ['conditionalstyle', i2.PROP_ANY],
39
- ['disabled', i2.PROP_BOOLEAN],
40
- ['hint', i2.PROP_STRING],
41
- ['iconclass', i2.PROP_STRING],
42
- ['iconheight', i2.PROP_STRING],
43
- ['iconmargin', i2.PROP_STRING],
44
- ['iconposition', i2.PROP_STRING],
45
- ['iconurl', i2.PROP_STRING],
46
- ['iconwidth', i2.PROP_STRING],
47
- ['name', i2.PROP_STRING],
48
- ['shortcutkey', i2.PROP_STRING],
49
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
50
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
51
- ['type', i2.PROP_STRING]
52
- ]));
53
- };
54
-
55
- const _c0$c = ["wmButton", ""];
56
- const _c1$b = [[["", 8, "caret"]]];
57
- const _c2$5 = [".caret"];
58
- const _c3$2 = (a0, a1, a2) => ({ width: a0, height: a1, margin: a2 });
59
- const _c4$2 = (a0, a1, a2, a3) => ({ width: a0, height: a1, margin: a2, fontSize: a3 });
60
- function ButtonComponent_img_0_Template(rf, ctx) { if (rf & 1) {
61
- i0__namespace.ɵɵelement(0, "img", 5);
62
- i0__namespace.ɵɵpipe(1, "image");
63
- } if (rf & 2) {
64
- const ctx_r0 = i0__namespace.ɵɵnextContext();
65
- i0__namespace.ɵɵproperty("src", i0__namespace.ɵɵpipeBind1(1, 2, ctx_r0.iconurl), i0__namespace.ɵɵsanitizeUrl)("ngStyle", i0__namespace.ɵɵpureFunction3(4, _c3$2, ctx_r0.iconwidth, ctx_r0.iconheight, ctx_r0.iconmargin));
66
- } }
67
- function ButtonComponent_i_1_Template(rf, ctx) { if (rf & 1) {
68
- i0__namespace.ɵɵelement(0, "i", 6);
69
- } if (rf & 2) {
70
- const ctx_r0 = i0__namespace.ɵɵnextContext();
71
- i0__namespace.ɵɵclassMapInterpolate1("app-icon ", ctx_r0.iconclass, "");
72
- i0__namespace.ɵɵproperty("ngStyle", i0__namespace.ɵɵpureFunction4(4, _c4$2, ctx_r0.iconwidth, ctx_r0.iconheight, ctx_r0.iconmargin, ctx_r0.iconwidth));
73
- } }
74
- function ButtonComponent_span_2_Template(rf, ctx) { if (rf & 1) {
75
- i0__namespace.ɵɵelementStart(0, "span", 7);
76
- i0__namespace.ɵɵtext(1);
77
- i0__namespace.ɵɵelementEnd();
78
- } if (rf & 2) {
79
- const ctx_r0 = i0__namespace.ɵɵnextContext();
80
- i0__namespace.ɵɵadvance();
81
- i0__namespace.ɵɵtextInterpolate2("", ctx_r0.caption, " ", ctx_r0.appLocale.LABEL_ICON, "");
82
- } }
83
- function ButtonComponent_span_5_Template(rf, ctx) { if (rf & 1) {
84
- i0__namespace.ɵɵelement(0, "span", 8);
85
- } if (rf & 2) {
86
- const ctx_r0 = i0__namespace.ɵɵnextContext();
87
- i0__namespace.ɵɵproperty("textContent", ctx_r0.badgevalue);
88
- } }
89
- const DEFAULT_CLS$6 = 'btn app-button';
90
- const WIDGET_CONFIG$e = {
91
- widgetType: 'wm-button',
92
- hostClass: DEFAULT_CLS$6,
93
- displayType: i2.DISPLAY_TYPE.INLINE_BLOCK
94
- };
95
- class ButtonComponent extends i2.StylableComponent {
96
- static { this.initializeProps = registerProps$e(); }
97
- constructor(inj, explicitContext) {
98
- super(inj, WIDGET_CONFIG$e, explicitContext);
99
- i2.styler(this.nativeElement, this);
100
- }
101
- static { this.ɵfac = function ButtonComponent_Factory(t) { return new (t || ButtonComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
102
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: ButtonComponent, selectors: [["button", "wmButton", ""]], hostVars: 5, hostBindings: function ButtonComponent_HostBindings(rf, ctx) { if (rf & 2) {
103
- i0__namespace.ɵɵhostProperty("type", ctx.type)("tabIndex", ctx.tabindex)("disabled", ctx.disabled);
104
- i0__namespace.ɵɵattribute("accesskey", ctx.shortcutkey)("icon-position", ctx.iconposition);
105
- } }, exportAs: ["wmButton"], features: [i0__namespace.ɵɵProvidersFeature([
106
- i2.provideAsWidgetRef(ButtonComponent)
107
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$c, ngContentSelectors: _c2$5, decls: 6, vars: 5, consts: [["data-identifier", "img", "alt", "button image", "class", "button-image-icon", 3, "src", "ngStyle", 4, "ngIf"], ["aria-hidden", "true", 3, "class", "ngStyle", 4, "ngIf"], ["class", "sr-only", 4, "ngIf"], [1, "btn-caption", 3, "innerHTML"], ["class", "badge pull-right", 3, "textContent", 4, "ngIf"], ["data-identifier", "img", "alt", "button image", 1, "button-image-icon", 3, "src", "ngStyle"], ["aria-hidden", "true", 3, "ngStyle"], [1, "sr-only"], [1, "badge", "pull-right", 3, "textContent"]], template: function ButtonComponent_Template(rf, ctx) { if (rf & 1) {
108
- i0__namespace.ɵɵprojectionDef(_c1$b);
109
- i0__namespace.ɵɵtemplate(0, ButtonComponent_img_0_Template, 2, 8, "img", 0)(1, ButtonComponent_i_1_Template, 1, 9, "i", 1)(2, ButtonComponent_span_2_Template, 2, 2, "span", 2);
110
- i0__namespace.ɵɵelement(3, "span", 3);
111
- i0__namespace.ɵɵprojection(4);
112
- i0__namespace.ɵɵtemplate(5, ButtonComponent_span_5_Template, 1, 1, "span", 4);
113
- } if (rf & 2) {
114
- i0__namespace.ɵɵproperty("ngIf", ctx.iconurl);
115
- i0__namespace.ɵɵadvance();
116
- i0__namespace.ɵɵproperty("ngIf", ctx.iconclass);
117
- i0__namespace.ɵɵadvance();
118
- i0__namespace.ɵɵproperty("ngIf", ctx.iconclass);
119
- i0__namespace.ɵɵadvance();
120
- i0__namespace.ɵɵproperty("innerHTML", ctx.caption, i0__namespace.ɵɵsanitizeHtml);
121
- i0__namespace.ɵɵadvance(2);
122
- i0__namespace.ɵɵproperty("ngIf", ctx.badgevalue);
123
- } }, dependencies: [i1__namespace.NgIf, i1__namespace.NgStyle, i2__namespace.TextContentDirective, i2__namespace.ImagePipe], encapsulation: 2 }); }
124
- }
125
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ButtonComponent, [{
126
- type: i0.Component,
127
- args: [{ selector: 'button[wmButton]', providers: [
128
- i2.provideAsWidgetRef(ButtonComponent)
129
- ], exportAs: 'wmButton', template: "<img data-identifier=\"img\" alt=\"button image\" class=\"button-image-icon\" [src]=\"iconurl | image\" *ngIf=\"iconurl\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin}\"/>\n<i class=\"app-icon {{iconclass}}\" aria-hidden=\"true\" [ngStyle]=\"{width:iconwidth, height:iconheight, margin:iconmargin, fontSize:iconwidth}\" *ngIf=\"iconclass\"></i>\n<span class=\"sr-only\" *ngIf=\"iconclass\">{{caption}} {{appLocale.LABEL_ICON}}</span>\n<span class=\"btn-caption\" [innerHTML]=\"caption\"></span>\n<ng-content select=\".caret\"></ng-content>\n<span *ngIf=\"badgevalue\" class=\"badge pull-right\" [textContent]=\"badgevalue\"></span>\n" }]
130
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
131
- type: i0.Inject,
132
- args: ['EXPLICIT_CONTEXT']
133
- }, {
134
- type: i0.Optional
135
- }] }], { type: [{
136
- type: i0.HostBinding,
137
- args: ['type']
138
- }], tabindex: [{
139
- type: i0.HostBinding,
140
- args: ['tabIndex']
141
- }], disabled: [{
142
- type: i0.HostBinding,
143
- args: ['disabled']
144
- }], shortcutkey: [{
145
- type: i0.HostBinding,
146
- args: ['attr.accesskey']
147
- }], iconposition: [{
148
- type: i0.HostBinding,
149
- args: ['attr.icon-position']
150
- }] }); })();
151
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(ButtonComponent, { className: "ButtonComponent", filePath: "button/button.component.ts", lineNumber: 22 }); })();
152
-
153
- const registerProps$d = () => {
154
- i2.register('wm-buttongroup', new Map([
155
- ['class', i2.PROP_STRING],
156
- ['name', i2.PROP_STRING],
157
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
158
- ['vertical', i2.PROP_BOOLEAN]
159
- ]));
160
- };
161
-
162
- const DEFAULT_CLS$5 = 'btn-group app-button-group';
163
- const WIDGET_CONFIG$d = {
164
- widgetType: 'wm-buttongroup',
165
- hostClass: DEFAULT_CLS$5
166
- };
167
- class ButtonGroupDirective extends i2.StylableComponent {
168
- static { this.initializeProps = registerProps$d(); }
169
- handleClick(event) {
170
- const $target = $(event.target).closest('.app-button');
171
- this.$element.find('.app-button').removeClass('selected');
172
- $target.addClass('selected');
173
- }
174
- constructor(inj, explicitContext) {
175
- super(inj, WIDGET_CONFIG$d, explicitContext);
176
- i2.styler(this.nativeElement, this, i2.APPLY_STYLES_TYPE.CONTAINER);
177
- }
178
- static { this.ɵfac = function ButtonGroupDirective_Factory(t) { return new (t || ButtonGroupDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
179
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: ButtonGroupDirective, selectors: [["", "wmButtonGroup", ""]], hostVars: 2, hostBindings: function ButtonGroupDirective_HostBindings(rf, ctx) { if (rf & 1) {
180
- i0__namespace.ɵɵlistener("click", function ButtonGroupDirective_click_HostBindingHandler($event) { return ctx.handleClick($event); });
181
- } if (rf & 2) {
182
- i0__namespace.ɵɵclassProp("btn-group-vertical", ctx.vertical);
183
- } }, features: [i0__namespace.ɵɵProvidersFeature([
184
- i2.provideAsWidgetRef(ButtonGroupDirective)
185
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
186
- }
187
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(ButtonGroupDirective, [{
188
- type: i0.Directive,
189
- args: [{
190
- selector: '[wmButtonGroup]',
191
- providers: [
192
- i2.provideAsWidgetRef(ButtonGroupDirective)
193
- ]
194
- }]
195
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
196
- type: i0.Inject,
197
- args: ['EXPLICIT_CONTEXT']
198
- }, {
199
- type: i0.Optional
200
- }] }], { vertical: [{
201
- type: i0.HostBinding,
202
- args: ['class.btn-group-vertical']
203
- }], handleClick: [{
204
- type: i0.HostListener,
205
- args: ['click', ['$event']]
206
- }] }); })();
207
-
208
- class BaseFormComponent extends i2.StylableComponent {
209
- constructor(inj, config, explicitContext, initPromise) {
210
- super(inj, config, explicitContext, initPromise);
211
- this.inj = inj;
212
- this.binddatavalue = this.$element.attr('datavalue.bind');
213
- }
214
- set datavalue(datavalue) {
215
- this.dataval = datavalue;
216
- }
217
- get datavalue() {
218
- return this.dataval;
219
- }
220
- /**
221
- * Responsible for updating the variable bound to the widget's datavalue property.
222
- * @param value
223
- */
224
- updateBoundVariable(value) {
225
- let binddatavalue = this.binddatavalue;
226
- // return if the variable bound is not static.
227
- if (this.datavaluesource && this.datavaluesource.execute(i1$1.DataSource.Operation.IS_API_AWARE)) {
228
- return;
229
- }
230
- else if (this.datavaluesource && !this.datavaluesource.twoWayBinding) {
231
- return;
232
- }
233
- // return if widget is bound.
234
- if (!binddatavalue || binddatavalue.startsWith('Widgets.') || binddatavalue.startsWith('itemRef.currentItemWidgets')) {
235
- return;
236
- }
237
- binddatavalue = binddatavalue.replace(/\[\$i\]/g, '[0]');
238
- // In case of list widget context will be the listItem.
239
- if (lodashEs.has(this.context, binddatavalue.split('.')[0])) {
240
- lodashEs.set(this.context, binddatavalue, value);
241
- }
242
- else {
243
- lodashEs.set(this.viewParent, binddatavalue, value);
244
- }
245
- }
246
- invokeOnChange(value, $event) {
247
- // invoke the event callback
248
- if ($event) {
249
- if (this.datavalue !== this.prevDatavalue) {
250
- this.updateBoundVariable(value);
251
- this.invokeEventCallback('change', {
252
- $event,
253
- newVal: value,
254
- oldVal: this.prevDatavalue
255
- });
256
- }
257
- }
258
- // update the previous value
259
- this.prevDatavalue = value;
260
- }
261
- updatePrevDatavalue(val) {
262
- this.prevDatavalue = val;
263
- }
264
- ngAfterViewInit() {
265
- super.ngAfterViewInit();
266
- // [WMS-18892]- stopping event propagation [for ArrowLeft, ArrowUp, ArrowRight, ArrowDown actions] when form widgets or form is inside list widget
267
- let parentElemList = $(this.nativeElement).parents();
268
- if (parentElemList.closest('[wmList]').length) {
269
- this.$element.keydown(function ($event) {
270
- if ($event.keyCode === 37 || $event.keyCode === 38 || $event.keyCode === 39 || $event.keyCode === 40) {
271
- $event.stopPropagation();
272
- }
273
- });
274
- }
275
- }
276
- static { this.ɵfac = function BaseFormComponent_Factory(t) { return new (t || BaseFormComponent)(i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i2.WidgetConfig), i0__namespace.ɵɵinject('EXPLICIT_CONTEXT', 8), i0__namespace.ɵɵinject(Promise)); }; }
277
- static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: BaseFormComponent, factory: BaseFormComponent.ɵfac }); }
278
- }
279
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BaseFormComponent, [{
280
- type: i0.Injectable
281
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
282
- type: i0.Inject,
283
- args: [i2.WidgetConfig]
284
- }] }, { type: undefined, decorators: [{
285
- type: i0.Inject,
286
- args: ['EXPLICIT_CONTEXT']
287
- }, {
288
- type: i0.Optional
289
- }] }, { type: Promise }], null); })();
290
-
291
- /*
292
- * WMS-18269
293
- * custom 'required' validator for components,
294
- * as the bound values are resolved at runtime
295
- * Called on 'required' property change
296
- *
297
- * Note: Component needs NG_VALIDATOR provider for this to work
298
- */
299
- function isValidValue(val) {
300
- switch (typeof val) {
301
- case 'object': return (!!val && (!!val.length || !!Object.keys(val).length));
302
- case 'number': return (!!val || val === 0);
303
- default: return !(val === undefined || val === null || val === '');
304
- }
305
- }
306
- function validateRequiredBind(required) {
307
- return (control) => required
308
- ? (isValidValue(control.value)
309
- ? null
310
- : { required: true })
311
- : null;
312
- }
313
- class BaseFormCustomComponent extends BaseFormComponent {
314
- constructor() {
315
- super(...arguments);
316
- this._onChange = () => { };
317
- this._onTouched = () => { };
318
- }
319
- ngOnInit() {
320
- super.ngOnInit();
321
- this._formControl = this.inj.get(i2$1.FormControlName, null);
322
- }
323
- registerOnChange(fn) {
324
- this._onChange = fn;
325
- }
326
- registerOnTouched(fn) {
327
- this._onTouched = fn;
328
- }
329
- writeValue(value) {
330
- if (this.isDestroyed) {
331
- return;
332
- }
333
- if (this._formControl) {
334
- this.datavalue = value;
335
- this.onPropertyChange('datavalue', value);
336
- this.updatePrevDatavalue(value);
337
- }
338
- /*
339
- * WMS:18246
340
- * Call onChange on default value, so that the Component Model is updated
341
- * Do only When the Model Value is different from datavalue
342
- */
343
- (value !== this.datavalue) && this._onChange(this.datavalue);
344
- }
345
- invokeOnChange(value, $event, valid) {
346
- // let the angular know about the change
347
- this._onChange(value);
348
- if ($event) {
349
- super.invokeOnChange(value, $event);
350
- }
351
- else if (valid) {
352
- // Fix for [WMS-24869]: updating PrevDatavalue when there is a default value for the widget.
353
- this.updatePrevDatavalue(value);
354
- }
355
- }
356
- invokeOnTouched($event) {
357
- this._onTouched();
358
- if ($event) {
359
- this.invokeEventCallback('blur', { $event });
360
- }
361
- }
362
- invokeOnFocus($event) {
363
- this.invokeEventCallback('focus', { $event });
364
- }
365
- /* WMS-18269 */
366
- validate(control) {
367
- return this['show'] ? validateRequiredBind(this['required'])(control) : null;
368
- }
369
- static { this.ɵfac = /*@__PURE__*/ (() => { let ɵBaseFormCustomComponent_BaseFactory; return function BaseFormCustomComponent_Factory(t) { return (ɵBaseFormCustomComponent_BaseFactory || (ɵBaseFormCustomComponent_BaseFactory = i0__namespace.ɵɵgetInheritedFactory(BaseFormCustomComponent)))(t || BaseFormCustomComponent); }; })(); }
370
- static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: BaseFormCustomComponent, factory: BaseFormCustomComponent.ɵfac }); }
371
- }
372
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BaseFormCustomComponent, [{
373
- type: i0.Injectable
374
- }], null, null); })();
375
-
376
- const checkboxProps = new Map([
377
- ['caption', i2.PROP_STRING],
378
- ['class', i2.PROP_STRING],
379
- ['conditionalclass', i2.PROP_ANY],
380
- ['conditionalstyle', i2.PROP_ANY],
381
- ['checkedvalue', { value: true, ...i2.PROP_STRING }],
382
- ['datavaluesource', i2.PROP_ANY],
383
- ['datavalue', i2.PROP_STRING],
384
- ['disabled', i2.PROP_BOOLEAN],
385
- ['hint', i2.PROP_STRING],
386
- ['name', i2.PROP_STRING],
387
- ['readonly', i2.PROP_BOOLEAN],
388
- ['required', i2.PROP_BOOLEAN],
389
- ['shortcutkey', i2.PROP_STRING],
390
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
391
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
392
- ['uncheckedvalue', { value: false, ...i2.PROP_STRING }]
393
- ]);
394
- const registerProps$c = () => {
395
- i2.register('wm-checkbox', checkboxProps);
396
- i2.registerFormWidget(i1$1.FormWidgetType.CHECKBOX, checkboxProps);
397
- i2.registerFormWidget(i1$1.FormWidgetType.TOGGLE, checkboxProps);
398
- };
399
-
400
- const _c0$b = ["checkbox"];
401
- const _c1$a = ["wmCheckbox", ""];
402
- const _c2$4 = (a0, a1, a2) => ({ "unchecked": a0, "disabled": a1, "required": a2 });
403
- const DEFAULT_CLS$4 = 'app-checkbox checkbox';
404
- const WIDGET_CONFIG$c = {
405
- widgetType: 'wm-checkbox',
406
- hostClass: DEFAULT_CLS$4
407
- };
408
- /*
409
- * try to convert the chekedvalue and unchecked values to boolean/number
410
- */
411
- const unStringify = (val, defaultVal) => {
412
- if (val === null) {
413
- return defaultVal;
414
- }
415
- if (val === true || val === 'true') {
416
- return true;
417
- }
418
- if (val === false || val === 'false') {
419
- return false;
420
- }
421
- const number = parseInt(val, 10);
422
- if (!isNaN(number)) {
423
- return number;
424
- }
425
- return val;
426
- };
427
- class CheckboxComponent extends BaseFormCustomComponent {
428
- static { this.initializeProps = registerProps$c(); }
429
- // if the checkbox is checked, return checkedvalue else return uncheckedvalue
430
- // @ts-ignore
431
- get datavalue() {
432
- return i1$1.isDefined(this.proxyModel) ? (this.proxyModel ? this._checkedvalue : this._uncheckedvalue) : undefined;
433
- }
434
- // when the datavalue is set, update the checked state
435
- // @ts-ignore
436
- set datavalue(v) {
437
- this.proxyModel = (i1$1.isDefined(v) && v !== '') ? v === this._checkedvalue : undefined;
438
- this.updatePrevDatavalue(this.datavalue);
439
- }
440
- constructor(inj, checkedVal, uncheckedVal, type, explicitContext) {
441
- super(inj, WIDGET_CONFIG$c, explicitContext);
442
- this.type = type;
443
- this._caption = '&nbsp';
444
- this._checkedvalue = unStringify(checkedVal, true);
445
- this._uncheckedvalue = unStringify(uncheckedVal, false);
446
- // if the type of the checkbox is toggle update the related classes on the host node
447
- i1$1.toggleClass(this.nativeElement, 'app-toggle', type === 'toggle');
448
- }
449
- onPropertyChange(key, nv, ov) {
450
- if (key === 'tabindex') {
451
- return;
452
- }
453
- if (key === 'required') {
454
- this._onChange(this.datavalue);
455
- return;
456
- }
457
- if (key === 'caption') {
458
- if (!i1$1.isDefined(nv) || nv === '') {
459
- this._caption = '&nbsp;';
460
- }
461
- else {
462
- this._caption = nv;
463
- }
464
- }
465
- else if (key === 'checkedvalue') {
466
- this._checkedvalue = unStringify(nv, true);
467
- }
468
- else if (key === 'uncheckedvalue') {
469
- this._uncheckedvalue = unStringify(nv, false);
470
- }
471
- else if (key === 'datavalue') {
472
- this.datavalue = unStringify(nv);
473
- this._onChange(this.datavalue);
474
- }
475
- else {
476
- super.onPropertyChange(key, nv, ov);
477
- }
478
- }
479
- // change and blur events are handled from template
480
- handleEvent(node, eventName, callback, locals) {
481
- if (eventName !== 'change' && eventName !== 'blur') {
482
- // applying tap (Hammer event) on the label as the event handler is not getting triggered on the input.
483
- const $el = eventName === 'tap' ? this.nativeElement.querySelector('label') : this.checkboxEl.nativeElement;
484
- super.handleEvent($el, eventName, callback, locals);
485
- }
486
- }
487
- handleChange(newVal) {
488
- this.invokeOnChange(this.datavalue, { type: 'change' }, this.ngModel.valid);
489
- }
490
- onKeyDown($event) {
491
- $event.preventDefault();
492
- this.checkboxEl.nativeElement.click();
493
- }
494
- ngAfterViewInit() {
495
- super.ngAfterViewInit();
496
- i2.styler(this.nativeElement.querySelector('label'), this);
497
- }
498
- static { this.ɵfac = function CheckboxComponent_Factory(t) { return new (t || CheckboxComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵinjectAttribute('checkedvalue'), i0__namespace.ɵɵinjectAttribute('uncheckedvalue'), i0__namespace.ɵɵinjectAttribute('type'), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
499
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: CheckboxComponent, selectors: [["", "wmCheckbox", ""]], viewQuery: function CheckboxComponent_Query(rf, ctx) { if (rf & 1) {
500
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
501
- i0__namespace.ɵɵviewQuery(_c0$b, 7, i0.ElementRef);
502
- } if (rf & 2) {
503
- let _t;
504
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
505
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.checkboxEl = _t.first);
506
- } }, hostBindings: function CheckboxComponent_HostBindings(rf, ctx) { if (rf & 1) {
507
- i0__namespace.ɵɵlistener("keydown.enter", function CheckboxComponent_keydown_enter_HostBindingHandler($event) { return ctx.onKeyDown($event, "ENTER"); });
508
- } }, features: [i0__namespace.ɵɵProvidersFeature([
509
- i2.provideAs(CheckboxComponent, i2$1.NG_VALUE_ACCESSOR, true),
510
- i2.provideAs(CheckboxComponent, i2$1.NG_VALIDATORS, true),
511
- i2.provideAsWidgetRef(CheckboxComponent)
512
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$a, decls: 6, vars: 17, consts: [["checkbox", ""], [3, "ngClass"], ["type", "checkbox", "role", "checkbox", "focus-target", "", 3, "ngModelChange", "blur", "ngModel", "readonly", "required", "disabled", "tabindex"], [1, "caption", 3, "innerHtml"], ["alt", "Checkbox Image", "aria-hidden", "true", "src", "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==", 1, "switch"], ["type", "hidden", "aria-hidden", "true", "tabindex", "-1", 1, "ng-hide", "model-holder", 3, "disabled", "value"]], template: function CheckboxComponent_Template(rf, ctx) { if (rf & 1) {
513
- const _r1 = i0__namespace.ɵɵgetCurrentView();
514
- i0__namespace.ɵɵelementStart(0, "label", 1)(1, "input", 2, 0);
515
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.proxyModel, $event) || (ctx.proxyModel = $event); return i0__namespace.ɵɵresetView($event); });
516
- i0__namespace.ɵɵlistener("blur", function CheckboxComponent_Template_input_blur_1_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.invokeOnTouched($event)); })("ngModelChange", function CheckboxComponent_Template_input_ngModelChange_1_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); });
517
- i0__namespace.ɵɵelementEnd();
518
- i0__namespace.ɵɵelement(3, "span", 3)(4, "img", 4);
519
- i0__namespace.ɵɵelementEnd();
520
- i0__namespace.ɵɵelement(5, "input", 5);
521
- } if (rf & 2) {
522
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction3(13, _c2$4, !ctx.proxyModel, ctx.disabled || ctx.readonly, ctx.required && ctx._caption));
523
- i0__namespace.ɵɵadvance();
524
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.proxyModel);
525
- i0__namespace.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled || ctx.readonly)("tabindex", ctx.tabindex);
526
- i0__namespace.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-checked", !!ctx.proxyModel)("accesskey", ctx.shortcutkey);
527
- i0__namespace.ɵɵadvance(2);
528
- i0__namespace.ɵɵproperty("innerHtml", ctx._caption, i0__namespace.ɵɵsanitizeHtml);
529
- i0__namespace.ɵɵadvance(2);
530
- i0__namespace.ɵɵproperty("disabled", ctx.disabled)("value", ctx.proxyModel);
531
- } }, dependencies: [i1__namespace.NgClass, i2$1__namespace.CheckboxControlValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.CheckboxRequiredValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
532
- }
533
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CheckboxComponent, [{
534
- type: i0.Component,
535
- args: [{ selector: '[wmCheckbox]', providers: [
536
- i2.provideAs(CheckboxComponent, i2$1.NG_VALUE_ACCESSOR, true),
537
- i2.provideAs(CheckboxComponent, i2$1.NG_VALIDATORS, true),
538
- i2.provideAsWidgetRef(CheckboxComponent)
539
- ], template: "<label [ngClass]=\"{'unchecked': !proxyModel, 'disabled': (disabled || readonly), 'required': (required && _caption)}\">\n <input type=\"checkbox\"\n role=\"checkbox\"\n #checkbox\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-checked]=\"!!proxyModel\"\n focus-target\n [(ngModel)]=\"proxyModel\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled || readonly\"\n [attr.accesskey]=\"shortcutkey\"\n [tabindex]=\"tabindex\"\n (blur)=\"invokeOnTouched($event)\"\n (ngModelChange)=\"handleChange($event)\">\n <span class=\"caption\" [innerHtml]=\"_caption\"></span>\n <img alt=\"Checkbox Image\" aria-hidden=\"true\" src=\"data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==\" class=\"switch\"/>\n</label>\n<input type=\"hidden\" class=\"ng-hide model-holder\" aria-hidden=\"true\" tabindex=\"-1\" [disabled]=\"disabled\" [value]=\"proxyModel\">\n" }]
540
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
541
- type: i0.Attribute,
542
- args: ['checkedvalue']
543
- }] }, { type: undefined, decorators: [{
544
- type: i0.Attribute,
545
- args: ['uncheckedvalue']
546
- }] }, { type: undefined, decorators: [{
547
- type: i0.Attribute,
548
- args: ['type']
549
- }] }, { type: undefined, decorators: [{
550
- type: i0.Inject,
551
- args: ['EXPLICIT_CONTEXT']
552
- }, {
553
- type: i0.Optional
554
- }] }], { ngModel: [{
555
- type: i0.ViewChild,
556
- args: [i2$1.NgModel]
557
- }], checkboxEl: [{
558
- type: i0.ViewChild,
559
- args: ['checkbox', { static: true, read: i0.ElementRef }]
560
- }], onKeyDown: [{
561
- type: i0.HostListener,
562
- args: ['keydown.enter', ['$event', '"ENTER"']]
563
- }] }); })();
564
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CheckboxComponent, { className: "CheckboxComponent", filePath: "checkbox/checkbox.component.ts", lineNumber: 59 }); })();
565
-
566
- class DatasetAwareFormComponent extends BaseFormCustomComponent {
567
- get modelByKey() {
568
- return this._modelByKey;
569
- }
570
- // triggers on ngModel change. This function extracts the datavalue value.
571
- set modelByKey(val) {
572
- this.selectByKey(val);
573
- // invoke on datavalue change.
574
- this.invokeOnChange(this._modelByValue);
575
- }
576
- // @ts-ignore
577
- get datavalue() {
578
- return this._modelByValue;
579
- }
580
- // triggers on setting the datavalue. This function extracts the model value.
581
- // @ts-ignore
582
- set datavalue(val) {
583
- if (this.multiple) {
584
- val = i2.extractDataAsArray(val);
585
- }
586
- this._modelByValue = val;
587
- this.selectByValue(val);
588
- // changes on the datavalue can be subscribed using listenToDatavalue
589
- this.datavalue$.next(val);
590
- // invoke on datavalue change.
591
- this.invokeOnChange(val, undefined, true);
592
- }
593
- constructor(inj, config, explicitContext, groupby) {
594
- super(inj, config, explicitContext);
595
- this.groupby = groupby;
596
- this.datasetItems = [];
597
- this.acceptsArray = false; // set to true if proxyModel on widget accepts array type.
598
- this.dataset$ = new rxjs.Subject();
599
- this.datavalue$ = new rxjs.Subject();
600
- this.allowempty = true;
601
- this._debounceDatavalueUpdation = lodashEs.debounce((values) => {
602
- // if no item is found in datasetItems, wait untill the dataset updates by preserving the datavalue in toBeProcessedDatavalue.
603
- if (!i1$1.isDefined(this._modelByKey) || (lodashEs.isArray(this._modelByKey) && !this._modelByKey.length)) {
604
- this.toBeProcessedDatavalue = values;
605
- this._modelByValue = '';
606
- }
607
- else if (i1$1.isDefined(this.toBeProcessedDatavalue)) {
608
- // obtain the first array value when multiple is set to false.
609
- // set the modelByValue only when undefined.
610
- if (!i1$1.isDefined(this._modelByValue)) {
611
- this._modelByValue = (!this.multiple && lodashEs.isArray(this.toBeProcessedDatavalue)) ? this.toBeProcessedDatavalue[0] : this.toBeProcessedDatavalue;
612
- }
613
- this.toBeProcessedDatavalue = undefined;
614
- }
615
- this.initDisplayValues();
616
- }, 150);
617
- this.datePipe = this.inj.get(i2.ToDatePipe);
618
- this.appDefaults = this.inj.get(i1$1.AppDefaults);
619
- this.binddisplayexpression = this.nativeElement.getAttribute('displayexpression.bind');
620
- this.binddisplayimagesrc = this.nativeElement.getAttribute('displayimagesrc.bind');
621
- this.binddisplaylabel = this.nativeElement.getAttribute('displaylabel.bind');
622
- this._debouncedInitDatasetItems = i1$1.debounce(() => {
623
- this.initDatasetItems();
624
- i1$1.$appDigest();
625
- }, 150);
626
- this.handleHeaderClick = i1$1.noop;
627
- this.cancelLocaleChangeSubscription = this.getAppInstance().subscribe("locale-changed", () => {
628
- this._debouncedInitDatasetItems();
629
- });
630
- }
631
- /**
632
- * This function sets the _datavalue value from the model and sets the selected flag when item is found.
633
- * Here model is the value obtained from ngModel.
634
- * @param keys represent the model.
635
- */
636
- selectByKey(keys) {
637
- this.resetDatasetItems();
638
- if (!this.datasetItems.length) {
639
- return;
640
- }
641
- if (this.multiple && !lodashEs.isArray(keys)) {
642
- keys = [keys];
643
- }
644
- // Set the _modelByKey to the modified keys.
645
- this._modelByKey = keys;
646
- if (this.multiple) {
647
- this._modelByValue = [];
648
- keys.forEach(key => {
649
- const itemByKey = lodashEs.find(this.datasetItems, item => {
650
- // not triple equal, as the instance type can be different.
651
- // only value comparison should be done.
652
- return lodashEs.toString(item.key) === lodashEs.toString(key);
653
- });
654
- if (itemByKey) {
655
- itemByKey.selected = true;
656
- this._modelByValue = [...this._modelByValue, itemByKey.value];
657
- }
658
- });
659
- }
660
- else {
661
- this._modelByValue = '';
662
- const itemByKey = lodashEs.find(this.datasetItems, item => {
663
- // not triple equal, as the instance type can be different.
664
- // only value comparison should be done.
665
- return lodashEs.toString(item.key) === lodashEs.toString(keys);
666
- });
667
- if (itemByKey) {
668
- itemByKey.selected = true;
669
- this._modelByValue = itemByKey.value;
670
- }
671
- }
672
- this.initDisplayValues();
673
- }
674
- /**
675
- * This function sets the _model value from the datavalue (selectedvalues) and sets the selected flag when item is found.
676
- * datavalue is the default value or a value representing the displayField (for suppose: object in case of ALLFIELDS).
677
- * If acceptsArray is true, the model always accepts an array.
678
- * For example, select always accepts model as array whether multiple select is true or false.
679
- * @param values represent the datavalue.
680
- */
681
- selectByValue(values) {
682
- this.resetDatasetItems();
683
- // if datavalue is not defined or empty then set the model as undefined.
684
- if (!i1$1.isDefined(values) || values === '' || lodashEs.isNull(values) || (values instanceof Array && !values.length)) {
685
- this._modelByKey = undefined;
686
- // do not return when allowempty is set to true.
687
- if (!this.allowempty || !i1$1.isDefined(values)) {
688
- return;
689
- }
690
- }
691
- if (this.acceptsArray && !lodashEs.isArray(values)) {
692
- values = this.allowempty ? [values] : i2.extractDataAsArray(values);
693
- }
694
- // preserve the datavalue if datasetItems are empty.
695
- if (!this.datasetItems.length && i1$1.isDefined(values)) {
696
- this.toBeProcessedDatavalue = values;
697
- return;
698
- }
699
- const filterField = this.datafield === i2.ALLFIELDS ? 'dataObject' : 'key';
700
- if (lodashEs.isArray(values)) {
701
- this._modelByKey = [];
702
- values.forEach(val => {
703
- const itemByValue = lodashEs.find(this.datasetItems, item => {
704
- if (filterField === 'dataObject') {
705
- if (this.compareby && this.compareby.length) {
706
- return i1$1.isEqualWithFields(item[filterField], val, this.compareby);
707
- }
708
- }
709
- return (lodashEs.isObject(item.value) ? lodashEs.isEqual(item.value, val) : (lodashEs.toString(item.value)).toLowerCase() === (lodashEs.toString(val)).toLowerCase());
710
- });
711
- if (itemByValue) {
712
- itemByValue.selected = true;
713
- this._modelByKey.push(itemByValue.key);
714
- }
715
- });
716
- }
717
- else {
718
- this._modelByKey = undefined;
719
- const itemByValue = lodashEs.find(this.datasetItems, item => {
720
- if (filterField === 'dataObject') {
721
- if (this.compareby && this.compareby.length) {
722
- return i1$1.isEqualWithFields(item[filterField], values, this.compareby);
723
- }
724
- }
725
- return (lodashEs.isObject(item.value) ? lodashEs.isEqual(item.value, values) : (lodashEs.toString(item.value)).toLowerCase() === (lodashEs.toString(values)).toLowerCase());
726
- });
727
- if (itemByValue) {
728
- itemByValue.selected = true;
729
- this._modelByKey = itemByValue.key;
730
- }
731
- }
732
- // delaying the datavalue update as the widgets in liveform are having datavalue as undefined and not the default provided value
733
- // because datavalue is updated later when new dataset is available.
734
- this._debounceDatavalueUpdation(values);
735
- }
736
- // Updates the displayValue property.
737
- initDisplayValues() {
738
- const displayValues = [];
739
- this.datasetItems.forEach(item => {
740
- if (item.selected) {
741
- displayValues.push(item.label);
742
- }
743
- });
744
- this.displayValue = this.multiple ? displayValues : displayValues[0] || '';
745
- }
746
- // This function parses the dataset and extracts the displayOptions from parsed dataset.
747
- initDatasetItems() {
748
- if (!this.dataset || lodashEs.isEmpty(this.dataset)) {
749
- this.datasetItems = [];
750
- // notify the dataset listeners
751
- this.dataset$.next(this.datasetItems);
752
- return;
753
- }
754
- // convert any dataset to the object format.
755
- const orderedDataset = i2.getOrderedDataset(i2.convertDataToObject(this.dataset), this.orderby);
756
- if (this.usekeys) {
757
- this.datasetItems = i2.transformDataWithKeys(orderedDataset);
758
- }
759
- else {
760
- const displayOptions = i2.transformFormData(this.viewParent, orderedDataset, this.datafield, {
761
- displayField: this.displayfield || this.displaylabel,
762
- displayExpr: this.displayexpression,
763
- bindDisplayExpr: this.binddisplayexpression || this.binddisplaylabel,
764
- bindDisplayImgSrc: this.binddisplayimagesrc,
765
- displayImgSrc: this.displayimagesrc
766
- });
767
- // get the unique objects out of the extracted data. Notify change in datasetItems using [...datasetItems] notation
768
- this.datasetItems = [...i2.getUniqObjsByDataField(displayOptions, this.datafield, this.displayfield || this.displaylabel, i1$1.toBoolean(this.allowempty))];
769
- }
770
- this.postDatasetItemsInit();
771
- }
772
- // Once the datasetItems are ready, set the proxyModel by using datavalue.
773
- postDatasetItemsInit() {
774
- if (this.datasetItems.length && !this._defaultQueryInvoked) {
775
- // use the latest of toBeProcessedDatavalue, datavalue
776
- const _datavalue = lodashEs.isEmpty(this.toBeProcessedDatavalue) ? this.datavalue : this.toBeProcessedDatavalue;
777
- this.selectByValue(_datavalue);
778
- }
779
- // notify the dataset listeners
780
- this.dataset$.next(this.datasetItems);
781
- }
782
- // Reset the selected flag on datasetItems to false.
783
- resetDatasetItems() {
784
- this.datasetItems.forEach(item => item.selected = false);
785
- }
786
- setTemplate(partialName) {
787
- this.content = partialName;
788
- if (this.viewParent && this.viewParent.prefabName) {
789
- this['prefabName'] = this.viewParent.prefabName;
790
- }
791
- }
792
- getGroupedData() {
793
- return this.datasetItems.length ? i2.groupData(this, i2.convertDataToObject(this.datasetItems), this.groupby, this.match, this.orderby, this.dateformat, this.datePipe, 'dataObject', this.appDefaults) : [];
794
- }
795
- datasetSubscription() {
796
- const datasetSubscription = this.dataset$.subscribe(() => {
797
- this.groupedData = this.getGroupedData();
798
- });
799
- this.registerDestroyListener(() => datasetSubscription.unsubscribe());
800
- }
801
- setGroupData() {
802
- this.datasetSubscription();
803
- // If groupby is set, get the groupedData from the datasetItems.
804
- this.groupedData = this.getGroupedData();
805
- }
806
- onPropertyChange(key, nv, ov) {
807
- super.onPropertyChange(key, nv, ov);
808
- switch (key) {
809
- case 'dataset':
810
- case 'datafield':
811
- case 'displayfield':
812
- case 'displaylabel':
813
- case 'displayexpression':
814
- case 'orderby':
815
- case 'usekeys':
816
- this._debouncedInitDatasetItems();
817
- break;
818
- case 'required':
819
- case 'datavalue':
820
- this._onChange(this.datavalue);
821
- break;
822
- case 'groupby':
823
- case 'match':
824
- if (this.widgetType !== 'wm-search' && this.widgetType !== 'wm-chips') {
825
- this.setGroupData();
826
- }
827
- break;
828
- }
829
- }
830
- ngOnInit() {
831
- super.ngOnInit();
832
- if (this.groupby && (this.widgetType !== 'wm-search' && this.widgetType !== 'wm-chips')) {
833
- this.setGroupData();
834
- }
835
- // adding the handler for header click and toggle headers.
836
- if (this.groupby && this.collapsible) {
837
- this.handleHeaderClick = i2.handleHeaderClick;
838
- this.toggleAllHeaders = i2.toggleAllHeaders.bind(undefined, this);
839
- }
840
- }
841
- ngOnDestroy() {
842
- if (this.cancelLocaleChangeSubscription) {
843
- this.cancelLocaleChangeSubscription();
844
- }
845
- }
846
- static { this.ɵfac = function DatasetAwareFormComponent_Factory(t) { return new (t || DatasetAwareFormComponent)(i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i2.WidgetConfig), i0__namespace.ɵɵinject('EXPLICIT_CONTEXT', 8), i0__namespace.ɵɵinjectAttribute('groupby')); }; }
847
- static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: DatasetAwareFormComponent, factory: DatasetAwareFormComponent.ɵfac }); }
848
- }
849
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(DatasetAwareFormComponent, [{
850
- type: i0.Injectable
851
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
852
- type: i0.Inject,
853
- args: [i2.WidgetConfig]
854
- }] }, { type: undefined, decorators: [{
855
- type: i0.Inject,
856
- args: ['EXPLICIT_CONTEXT']
857
- }, {
858
- type: i0.Optional
859
- }] }, { type: undefined, decorators: [{
860
- type: i0.Attribute,
861
- args: ['groupby']
862
- }] }], null); })();
863
-
864
- const checkboxsetProps = new Map([
865
- ['class', i2.PROP_STRING],
866
- ['collapsible', i2.PROP_BOOLEAN],
867
- ['compareby', i2.PROP_STRING],
868
- ['datafield', i2.PROP_STRING],
869
- ['dataset', { value: 'Option 1, Option 2, Option 3', ...i2.PROP_ANY }],
870
- ['datavaluesource', i2.PROP_ANY],
871
- ['datavalue', i2.PROP_STRING],
872
- ['dateformat', i2.PROP_STRING],
873
- ['disabled', i2.PROP_BOOLEAN],
874
- ['displayexpression', i2.PROP_STRING],
875
- ['displayfield', i2.PROP_STRING],
876
- ['displayValue', i2.PROP_STRING],
877
- ['groupby', i2.PROP_STRING],
878
- ['itemclass', { value: '', ...i2.PROP_STRING }],
879
- ['itemsperrow', { value: 'xs-1 sm-1 md-1 lg-1', ...i2.PROP_STRING }],
880
- ['listclass', { value: '', ...i2.PROP_STRING }],
881
- ['match', i2.PROP_STRING],
882
- ['name', i2.PROP_STRING],
883
- ['orderby', i2.PROP_STRING],
884
- ['readonly', i2.PROP_BOOLEAN],
885
- ['required', i2.PROP_BOOLEAN],
886
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
887
- ['showcount', i2.PROP_BOOLEAN],
888
- ['showindevice', { displayType: 'inline-block', value: 'all', ...i2.PROP_STRING }],
889
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
890
- ['usekeys', i2.PROP_BOOLEAN]
891
- ]);
892
- const registerProps$b = () => {
893
- i2.register('wm-checkboxset', checkboxsetProps);
894
- i2.registerFormWidget(i1$1.FormWidgetType.CHECKBOXSET, new Map(checkboxsetProps));
895
- };
896
-
897
- const _c0$a = ["wmCheckboxset", ""];
898
- const _c1$9 = (a0, a1) => ["checkbox", "app-checkbox", a0, a1];
899
- const _c2$3 = a0 => ({ "disabled": a0 });
900
- const _c3$1 = a0 => ({ "collapsible-content": a0 });
901
- const _c4$1 = (a0, a1) => ["checkbox", "app-checkbox", "group-list-item", a0, a1];
902
- function CheckboxsetComponent_ng_template_0_li_0_label_1_Template(rf, ctx) { if (rf & 1) {
903
- i0__namespace.ɵɵelementStart(0, "label", 8);
904
- i0__namespace.ɵɵelement(1, "input", 9)(2, "span", 10);
905
- i0__namespace.ɵɵelementEnd();
906
- } if (rf & 2) {
907
- const ctx_r3 = i0__namespace.ɵɵnextContext();
908
- const item_r2 = ctx_r3.$implicit;
909
- const i_r5 = ctx_r3.index;
910
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
911
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(12, _c2$3, ctx_r2.disabled || ctx_r2.readonly))("title", item_r2.label);
912
- i0__namespace.ɵɵadvance();
913
- i0__namespace.ɵɵproperty("name", "checkboxset_" + ctx_r2.widgetId)("tabindex", ctx_r2.tabindex)("disabled", ctx_r2.disabled || ctx_r2.readonly)("value", item_r2.key)("tabindex", ctx_r2.tabindex)("checked", item_r2.selected);
914
- i0__namespace.ɵɵattribute("aria-label", item_r2.key)("aria-checked", item_r2.selected)("data-attr-index", i_r5);
915
- i0__namespace.ɵɵadvance();
916
- i0__namespace.ɵɵproperty("textContent", item_r2.label);
917
- } }
918
- function CheckboxsetComponent_ng_template_0_li_0_label_2_Template(rf, ctx) { if (rf & 1) {
919
- i0__namespace.ɵɵelementStart(0, "label", 11);
920
- i0__namespace.ɵɵelement(1, "input", 9)(2, "span", 12);
921
- i0__namespace.ɵɵelementEnd();
922
- } if (rf & 2) {
923
- const ctx_r3 = i0__namespace.ɵɵnextContext();
924
- const item_r2 = ctx_r3.$implicit;
925
- const i_r5 = ctx_r3.index;
926
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
927
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c2$3, ctx_r2.disabled || ctx_r2.readonly));
928
- i0__namespace.ɵɵadvance();
929
- i0__namespace.ɵɵproperty("name", "checkboxset_" + ctx_r2.widgetId)("tabindex", ctx_r2.tabindex)("disabled", ctx_r2.disabled || ctx_r2.readonly)("value", item_r2.key)("tabindex", ctx_r2.tabindex)("checked", item_r2.selected);
930
- i0__namespace.ɵɵattribute("aria-label", item_r2.key)("aria-checked", item_r2.selected)("data-attr-index", i_r5);
931
- } }
932
- function CheckboxsetComponent_ng_template_0_li_0_Template(rf, ctx) { if (rf & 1) {
933
- const _r1 = i0__namespace.ɵɵgetCurrentView();
934
- i0__namespace.ɵɵelementStart(0, "li", 5);
935
- i0__namespace.ɵɵlistener("click", function CheckboxsetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const item_r2 = i0__namespace.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r2.onCheckboxLabelClick($event, item_r2.key)); });
936
- i0__namespace.ɵɵtemplate(1, CheckboxsetComponent_ng_template_0_li_0_label_1_Template, 3, 14, "label", 6)(2, CheckboxsetComponent_ng_template_0_li_0_label_2_Template, 3, 12, "label", 7);
937
- i0__namespace.ɵɵelementEnd();
938
- } if (rf & 2) {
939
- const item_r2 = ctx.$implicit;
940
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
941
- i0__namespace.ɵɵclassProp("active", item_r2.selected);
942
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(7, _c1$9, ctx_r2.itemclass, ctx_r2.itemsPerRowClass))("wmItemTemplate", ctx_r2.content)("userComponentParams", item_r2);
943
- i0__namespace.ɵɵadvance();
944
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.content);
945
- i0__namespace.ɵɵadvance();
946
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.content);
947
- } }
948
- function CheckboxsetComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
949
- i0__namespace.ɵɵtemplate(0, CheckboxsetComponent_ng_template_0_li_0_Template, 3, 10, "li", 4);
950
- } if (rf & 2) {
951
- const ctx_r2 = i0__namespace.ɵɵnextContext();
952
- i0__namespace.ɵɵproperty("ngForOf", ctx_r2.datasetItems);
953
- } }
954
- function CheckboxsetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
955
- i0__namespace.ɵɵelement(0, "div", 13);
956
- } }
957
- function CheckboxsetComponent_ng_template_3_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
958
- i0__namespace.ɵɵelement(0, "i", 23);
959
- } if (rf & 2) {
960
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
961
- i0__namespace.ɵɵpropertyInterpolate2("title", "", ctx_r2.appLocale.LABEL_COLLAPSE, "/", ctx_r2.appLocale.LABEL_EXPAND, "");
962
- } }
963
- function CheckboxsetComponent_ng_template_3_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
964
- i0__namespace.ɵɵelement(0, "span", 24);
965
- } if (rf & 2) {
966
- const groupObj_r7 = i0__namespace.ɵɵnextContext().$implicit;
967
- i0__namespace.ɵɵproperty("textContent", groupObj_r7.data.length);
968
- } }
969
- function CheckboxsetComponent_ng_template_3_li_0_li_8_label_1_Template(rf, ctx) { if (rf & 1) {
970
- i0__namespace.ɵɵelementStart(0, "label", 8);
971
- i0__namespace.ɵɵelement(1, "input", 26)(2, "span", 10);
972
- i0__namespace.ɵɵelementEnd();
973
- } if (rf & 2) {
974
- const ctx_r9 = i0__namespace.ɵɵnextContext();
975
- const item_r9 = ctx_r9.$implicit;
976
- const i_r11 = ctx_r9.index;
977
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
978
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c2$3, ctx_r2.disabled || ctx_r2.readonly))("title", item_r9.label);
979
- i0__namespace.ɵɵadvance();
980
- i0__namespace.ɵɵproperty("name", "checkboxset_" + ctx_r2.widgetId)("tabindex", ctx_r2.tabindex)("disabled", ctx_r2.disabled || ctx_r2.readonly)("value", item_r9.key)("tabindex", ctx_r2.tabindex)("checked", item_r9.selected);
981
- i0__namespace.ɵɵattribute("data-attr-index", i_r11);
982
- i0__namespace.ɵɵadvance();
983
- i0__namespace.ɵɵproperty("textContent", item_r9.label);
984
- } }
985
- function CheckboxsetComponent_ng_template_3_li_0_li_8_label_2_Template(rf, ctx) { if (rf & 1) {
986
- i0__namespace.ɵɵelementStart(0, "label", 11);
987
- i0__namespace.ɵɵelement(1, "input", 26)(2, "span", 27);
988
- i0__namespace.ɵɵelementEnd();
989
- } if (rf & 2) {
990
- const ctx_r9 = i0__namespace.ɵɵnextContext();
991
- const item_r9 = ctx_r9.$implicit;
992
- const i_r11 = ctx_r9.index;
993
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
994
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c2$3, ctx_r2.disabled || ctx_r2.readonly));
995
- i0__namespace.ɵɵadvance();
996
- i0__namespace.ɵɵproperty("name", "checkboxset_" + ctx_r2.widgetId)("tabindex", ctx_r2.tabindex)("disabled", ctx_r2.disabled || ctx_r2.readonly)("value", item_r9.key)("tabindex", ctx_r2.tabindex)("checked", item_r9.selected);
997
- i0__namespace.ɵɵattribute("data-attr-index", i_r11);
998
- } }
999
- function CheckboxsetComponent_ng_template_3_li_0_li_8_Template(rf, ctx) { if (rf & 1) {
1000
- const _r8 = i0__namespace.ɵɵgetCurrentView();
1001
- i0__namespace.ɵɵelementStart(0, "li", 25);
1002
- i0__namespace.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const item_r9 = i0__namespace.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0__namespace.ɵɵnextContext(3); return i0__namespace.ɵɵresetView(ctx_r2.onCheckboxLabelClick($event, item_r9)); });
1003
- i0__namespace.ɵɵtemplate(1, CheckboxsetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 12, "label", 6)(2, CheckboxsetComponent_ng_template_3_li_0_li_8_label_2_Template, 3, 10, "label", 7);
1004
- i0__namespace.ɵɵelementEnd();
1005
- } if (rf & 2) {
1006
- const item_r9 = ctx.$implicit;
1007
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
1008
- i0__namespace.ɵɵclassProp("active", item_r9.selected);
1009
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(7, _c4$1, ctx_r2.itemclass, ctx_r2.itemsPerRowClass))("wmItemTemplate", ctx_r2.content)("userComponentParams", item_r9);
1010
- i0__namespace.ɵɵadvance();
1011
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.content);
1012
- i0__namespace.ɵɵadvance();
1013
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.content);
1014
- } }
1015
- function CheckboxsetComponent_ng_template_3_li_0_Template(rf, ctx) { if (rf & 1) {
1016
- const _r6 = i0__namespace.ɵɵgetCurrentView();
1017
- i0__namespace.ɵɵelementStart(0, "li", 15)(1, "ul", 16)(2, "li", 17);
1018
- i0__namespace.ɵɵlistener("click", function CheckboxsetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0__namespace.ɵɵrestoreView(_r6); const ctx_r2 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r2.handleHeaderClick($event)); });
1019
- i0__namespace.ɵɵelementStart(3, "h4", 18);
1020
- i0__namespace.ɵɵtext(4);
1021
- i0__namespace.ɵɵelementStart(5, "div", 19);
1022
- i0__namespace.ɵɵtemplate(6, CheckboxsetComponent_ng_template_3_li_0_i_6_Template, 1, 3, "i", 20)(7, CheckboxsetComponent_ng_template_3_li_0_span_7_Template, 1, 1, "span", 21);
1023
- i0__namespace.ɵɵelementEnd()()();
1024
- i0__namespace.ɵɵtemplate(8, CheckboxsetComponent_ng_template_3_li_0_li_8_Template, 3, 10, "li", 22);
1025
- i0__namespace.ɵɵelementEnd()();
1026
- } if (rf & 2) {
1027
- const groupObj_r7 = ctx.$implicit;
1028
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
1029
- i0__namespace.ɵɵadvance(2);
1030
- i0__namespace.ɵɵproperty("title", groupObj_r7.key)("ngClass", i0__namespace.ɵɵpureFunction1(6, _c3$1, ctx_r2.collapsible));
1031
- i0__namespace.ɵɵadvance(2);
1032
- i0__namespace.ɵɵtextInterpolate1("", groupObj_r7.key, " ");
1033
- i0__namespace.ɵɵadvance(2);
1034
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.collapsible);
1035
- i0__namespace.ɵɵadvance();
1036
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.showcount);
1037
- i0__namespace.ɵɵadvance();
1038
- i0__namespace.ɵɵproperty("ngForOf", groupObj_r7.data);
1039
- } }
1040
- function CheckboxsetComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
1041
- i0__namespace.ɵɵtemplate(0, CheckboxsetComponent_ng_template_3_li_0_Template, 9, 8, "li", 14);
1042
- } if (rf & 2) {
1043
- const ctx_r2 = i0__namespace.ɵɵnextContext();
1044
- i0__namespace.ɵɵproperty("ngForOf", ctx_r2.groupedData);
1045
- } }
1046
- const DEFAULT_CLS$3 = 'app-checkboxset list-group inline';
1047
- const WIDGET_CONFIG$b = { widgetType: 'wm-checkboxset', hostClass: DEFAULT_CLS$3 };
1048
- class CheckboxsetComponent extends DatasetAwareFormComponent {
1049
- static { this.initializeProps = registerProps$b(); }
1050
- constructor(inj, explicitContext) {
1051
- super(inj, WIDGET_CONFIG$b, explicitContext);
1052
- this.layout = '';
1053
- i2.styler(this.nativeElement, this);
1054
- this.multiple = true;
1055
- }
1056
- onCheckboxLabelClick($event, key) {
1057
- if (!$($event.target).is('input')) {
1058
- return;
1059
- }
1060
- // construct the _model from the checked elements.
1061
- const inputElements = this.nativeElement.querySelectorAll('input:checked');
1062
- const keys = [];
1063
- lodashEs.forEach(inputElements, ($el) => {
1064
- // @ts-ignore
1065
- keys.push($el.value);
1066
- });
1067
- this.modelByKey = keys;
1068
- this.invokeOnTouched();
1069
- // invoke on datavalue change.
1070
- this.invokeOnChange(this.datavalue, $event || {}, true);
1071
- }
1072
- // change and blur events are added from the template
1073
- handleEvent(node, eventName, callback, locals) {
1074
- if (eventName === 'click') {
1075
- this.eventManager.addEventListener(node, eventName, e => {
1076
- if (!$(e.target).is('input')) {
1077
- return;
1078
- }
1079
- locals.$event = e;
1080
- return callback();
1081
- });
1082
- }
1083
- else if (!lodashEs.includes(['change'], eventName)) {
1084
- super.handleEvent(node, eventName, callback, locals);
1085
- }
1086
- }
1087
- onKeyDown($event) {
1088
- $event.preventDefault();
1089
- $event.target.click();
1090
- }
1091
- onPropertyChange(key, nv, ov) {
1092
- if (key === 'tabindex') {
1093
- return;
1094
- }
1095
- if (key === 'required') {
1096
- this._onChange(this.datavalue);
1097
- return;
1098
- }
1099
- if (key === 'itemsperrow') {
1100
- i1$1.setListClass(this);
1101
- }
1102
- else {
1103
- super.onPropertyChange(key, nv, ov);
1104
- }
1105
- }
1106
- static { this.ɵfac = function CheckboxsetComponent_Factory(t) { return new (t || CheckboxsetComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
1107
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: CheckboxsetComponent, selectors: [["", "wmCheckboxset", ""]], hostBindings: function CheckboxsetComponent_HostBindings(rf, ctx) { if (rf & 1) {
1108
- i0__namespace.ɵɵlistener("keydown.enter", function CheckboxsetComponent_keydown_enter_HostBindingHandler($event) { return ctx.onKeyDown($event, "ENTER"); });
1109
- } }, exportAs: ["wmCheckboxset"], features: [i0__namespace.ɵɵProvidersFeature([
1110
- i2.provideAs(CheckboxsetComponent, i2$1.NG_VALUE_ACCESSOR, true),
1111
- i2.provideAs(CheckboxsetComponent, i2$1.NG_VALIDATORS, true),
1112
- i2.provideAsWidgetRef(CheckboxsetComponent)
1113
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$a, decls: 5, vars: 4, consts: [["groupedListTemplate", ""], [3, "ngIf", "ngIfElse"], ["hidden", "", 1, "model-holder", 3, "disabled"], ["class", "readonly-wrapper", 4, "ngIf"], ["partialContainer", "", "role", "presentation", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], ["partialContainer", "", "role", "presentation", 3, "click", "ngClass", "wmItemTemplate", "userComponentParams"], ["class", "app-checkboxset-label", 3, "ngClass", "title", 4, "ngIf"], ["class", "app-checkboxset-label", 3, "ngClass", 4, "ngIf"], [1, "app-checkboxset-label", 3, "ngClass", "title"], ["type", "checkbox", 3, "name", "tabindex", "disabled", "value", "checked"], [1, "caption", 3, "textContent"], [1, "app-checkboxset-label", 3, "ngClass"], ["partial-container-target", "", 1, "caption", "customTemplate"], [1, "readonly-wrapper"], ["class", "app-list-item-group", "role", "presentation", 4, "ngFor", "ngForOf"], ["role", "presentation", 1, "app-list-item-group"], [1, "item-group"], [1, "list-group-header", 3, "click", "title", "ngClass"], [1, "group-title"], [1, "header-action"], ["class", "app-icon wi action wi-chevron-up", 3, "title", 4, "ngIf"], ["class", "label label-default", 3, "textContent", 4, "ngIf"], ["partialContainer", "", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], [1, "app-icon", "wi", "action", "wi-chevron-up", 3, "title"], [1, "label", "label-default", 3, "textContent"], ["partialContainer", "", 3, "click", "ngClass", "wmItemTemplate", "userComponentParams"], ["type", "checkbox", "aria-label", "checkbox group", 3, "name", "tabindex", "disabled", "value", "checked"], ["partial-container-target", "", 1, "caption"]], template: function CheckboxsetComponent_Template(rf, ctx) { if (rf & 1) {
1114
- i0__namespace.ɵɵtemplate(0, CheckboxsetComponent_ng_template_0_Template, 1, 1, "ng-template", 1);
1115
- i0__namespace.ɵɵelement(1, "input", 2);
1116
- i0__namespace.ɵɵtemplate(2, CheckboxsetComponent_div_2_Template, 1, 0, "div", 3)(3, CheckboxsetComponent_ng_template_3_Template, 1, 1, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
1117
- } if (rf & 2) {
1118
- const groupedListTemplate_r12 = i0__namespace.ɵɵreference(4);
1119
- i0__namespace.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse", groupedListTemplate_r12);
1120
- i0__namespace.ɵɵadvance();
1121
- i0__namespace.ɵɵproperty("disabled", ctx.disabled || ctx.readonly);
1122
- i0__namespace.ɵɵadvance();
1123
- i0__namespace.ɵɵproperty("ngIf", ctx.readonly || ctx.disabled);
1124
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgForOf, i1__namespace.NgIf, i2__namespace.ItemTemplateDirective, i2__namespace.PartialParamHandlerDirective, i2__namespace.PartialContainerDirective, i2__namespace.TextContentDirective], encapsulation: 2 }); }
1125
- }
1126
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CheckboxsetComponent, [{
1127
- type: i0.Component,
1128
- args: [{ selector: '[wmCheckboxset]', exportAs: 'wmCheckboxset', providers: [
1129
- i2.provideAs(CheckboxsetComponent, i2$1.NG_VALUE_ACCESSOR, true),
1130
- i2.provideAs(CheckboxsetComponent, i2$1.NG_VALIDATORS, true),
1131
- i2.provideAsWidgetRef(CheckboxsetComponent)
1132
- ], template: "<ng-template [ngIf]=\"!groupby\" [ngIfElse]=\"groupedListTemplate\">\n <li [ngClass]=\"['checkbox', 'app-checkbox', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n *ngFor=\"let item of datasetItems; let i = index\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onCheckboxLabelClick($event, item.key)\" role=\"presentation\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" [title]=\"item.label\">\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" [attr.aria-label]=\"item.key\"\n [tabindex]=\"tabindex\" [attr.aria-checked]=\"item.selected\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" >\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" [attr.aria-label]=\"item.key\"\n [tabindex]=\"tabindex\" [attr.aria-checked]=\"item.selected\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n</ng-template>\n<input [disabled]=\"disabled || readonly\" hidden class=\"model-holder\">\n<div *ngIf=\"readonly || disabled\" class=\"readonly-wrapper\"></div>\n\n<!-- This template will be displayed when groupby is specified. -->\n<ng-template #groupedListTemplate>\n <li *ngFor=\"let groupObj of groupedData\" class=\"app-list-item-group\" role=\"presentation\">\n <ul class=\"item-group\">\n <li class=\"list-group-header\" (click)=\"handleHeaderClick($event)\" [title]=\"groupObj.key\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4 class=\"group-title\">{{groupObj.key}}\n <div class=\"header-action\">\n <i class=\"app-icon wi action wi-chevron-up\" *ngIf=\"collapsible\" title=\"{{appLocale.LABEL_COLLAPSE}}/{{appLocale.LABEL_EXPAND}}\"></i>\n <span *ngIf=\"showcount\" class=\"label label-default\" [textContent]=\"groupObj.data.length\"></span>\n </div>\n </h4>\n </li>\n <li *ngFor=\"let item of groupObj.data; let i = index;\"\n [ngClass]=\"['checkbox', 'app-checkbox', 'group-list-item', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onCheckboxLabelClick($event, item)\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" [title]=\"item.label\">\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" aria-label=\"checkbox group\"\n [tabindex]=\"tabindex\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-checkboxset-label\" [ngClass]=\"{'disabled':disabled || readonly}\" >\n <input [name]=\"'checkboxset_' + widgetId\" type=\"checkbox\" aria-label=\"checkbox group\"\n [tabindex]=\"tabindex\"\n [disabled]=\"disabled || readonly\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" partial-container-target></span>\n </label>\n </li>\n </ul>\n </li>\n</ng-template>\n" }]
1133
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
1134
- type: i0.Inject,
1135
- args: ['EXPLICIT_CONTEXT']
1136
- }, {
1137
- type: i0.Optional
1138
- }] }], { onKeyDown: [{
1139
- type: i0.HostListener,
1140
- args: ['keydown.enter', ['$event', '"ENTER"']]
1141
- }] }); })();
1142
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(CheckboxsetComponent, { className: "CheckboxsetComponent", filePath: "checkboxset/checkboxset.component.ts", lineNumber: 27 }); })();
1143
-
1144
- const registerProps$a = () => {
1145
- i2.register('wm-form-group', new Map([
1146
- ['captionposition', i2.PROP_STRING],
1147
- ['name', i2.PROP_STRING],
1148
- ['required', i2.PROP_BOOLEAN],
1149
- ['show', { value: true, ...i2.PROP_BOOLEAN }]
1150
- ]));
1151
- };
1152
-
1153
- const DEFAULT_CLS$2 = 'form-group app-composite-widget clearfix';
1154
- const WIDGET_CONFIG$a = {
1155
- widgetType: 'wm-form-group',
1156
- hostClass: DEFAULT_CLS$2
1157
- };
1158
- const CAPTION_POSITION = {
1159
- left: 'caption-left',
1160
- right: 'caption-right',
1161
- top: 'caption-top',
1162
- floating: 'caption-floating'
1163
- };
1164
- class CompositeDirective extends i2.StylableComponent {
1165
- static { this.initializeProps = registerProps$a(); }
1166
- constructor(inj, explicitContext) {
1167
- super(inj, WIDGET_CONFIG$a, explicitContext);
1168
- i2.styler(this.nativeElement, this, i2.APPLY_STYLES_TYPE.CONTAINER);
1169
- }
1170
- /**
1171
- * this is onPropertyChange handler for the form-group component
1172
- * @param key
1173
- * @param nv
1174
- * @param ov
1175
- */
1176
- onPropertyChange(key, nv, ov) {
1177
- if (key === 'captionposition') {
1178
- i1$1.switchClass(this.nativeElement, CAPTION_POSITION[nv], CAPTION_POSITION[ov]);
1179
- }
1180
- else if (key === 'required') {
1181
- this.required = nv;
1182
- this.assignRequiredToSubComponents();
1183
- }
1184
- else {
1185
- super.onPropertyChange(key, nv, ov);
1186
- }
1187
- }
1188
- /**
1189
- * this method assigns the required on the component/directive based on the required attribute of the form-group
1190
- */
1191
- assignRequiredToSubComponents() {
1192
- if (this.required && this.componentRefs) {
1193
- setTimeout(() => {
1194
- this.componentRefs.forEach(componentRef => componentRef.widget.required = true);
1195
- }, 50);
1196
- }
1197
- }
1198
- ngAfterViewInit() {
1199
- super.ngAfterViewInit();
1200
- i1$1.addForIdAttributes(this.nativeElement);
1201
- this.assignRequiredToSubComponents();
1202
- }
1203
- static { this.ɵfac = function CompositeDirective_Factory(t) { return new (t || CompositeDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
1204
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: CompositeDirective, selectors: [["div", "wmComposite", ""]], contentQueries: function CompositeDirective_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
1205
- i0__namespace.ɵɵcontentQuery(dirIndex, i2.WidgetRef, 5);
1206
- } if (rf & 2) {
1207
- let _t;
1208
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.componentRefs = _t);
1209
- } }, features: [i0__namespace.ɵɵProvidersFeature([
1210
- i2.provideAsWidgetRef(CompositeDirective)
1211
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
1212
- }
1213
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CompositeDirective, [{
1214
- type: i0.Directive,
1215
- args: [{
1216
- selector: 'div[wmComposite]',
1217
- providers: [
1218
- i2.provideAsWidgetRef(CompositeDirective)
1219
- ]
1220
- }]
1221
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
1222
- type: i0.Inject,
1223
- args: ['EXPLICIT_CONTEXT']
1224
- }, {
1225
- type: i0.Optional
1226
- }] }], { componentRefs: [{
1227
- type: i0.ContentChildren,
1228
- args: [i2.WidgetRef, { descendants: true }]
1229
- }] }); })();
1230
-
1231
- const numberProps = new Map([
1232
- ['autofocus', i2.PROP_BOOLEAN],
1233
- ['class', i2.PROP_STRING],
1234
- ['datavaluesource', i2.PROP_ANY],
1235
- ['datavalue', i2.PROP_STRING],
1236
- ['disabled', i2.PROP_BOOLEAN],
1237
- ['hint', i2.PROP_STRING],
1238
- ['localefilter', i2.PROP_STRING],
1239
- ['minvalue', i2.PROP_NUMBER],
1240
- ['maxvalue', i2.PROP_NUMBER],
1241
- ['name', i2.PROP_STRING],
1242
- ['numberfilter', i2.PROP_STRING],
1243
- ['placeholder', { value: 'Enter number', ...i2.PROP_STRING }],
1244
- ['readonly', i2.PROP_BOOLEAN],
1245
- ['regexp', i2.PROP_STRING],
1246
- ['required', i2.PROP_BOOLEAN],
1247
- ['shortcutkey', i2.PROP_STRING],
1248
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
1249
- ['step', { value: 1, ...i2.PROP_NUMBER }],
1250
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
1251
- ['trailingzero', { value: false, ...i2.PROP_BOOLEAN }],
1252
- ['updateon', i2.PROP_STRING],
1253
- ['inputmode', { value: 'natural', ...i2.PROP_STRING }],
1254
- ['conditionalclass', i2.PROP_ANY],
1255
- ['conditionalstyle', i2.PROP_ANY]
1256
- ]);
1257
- const registerProps$9 = () => {
1258
- i2.register('wm-number', numberProps);
1259
- i2.registerFormWidget(i1$1.FormWidgetType.NUMBER, new Map(numberProps));
1260
- };
1261
-
1262
- class BaseInput extends BaseFormCustomComponent {
1263
- onPropertyChange(key, nv, ov) {
1264
- // set the class on the input element
1265
- if (key === 'tabindex') {
1266
- return;
1267
- }
1268
- if (key === 'required') {
1269
- /* WMS-18269 | Update Angular about the required attr value change */
1270
- this._onChange(this.datavalue);
1271
- }
1272
- if (key === 'class') {
1273
- if (this.inputEl.nativeElement) {
1274
- i1$1.switchClass(this.inputEl.nativeElement, nv, ov);
1275
- }
1276
- }
1277
- else if (key === 'datavalue') {
1278
- // update the oldDataValue when the datavalue is modified programmatically
1279
- this.updatePrevDatavalue(nv);
1280
- this._onChange(this.datavalue);
1281
- }
1282
- else {
1283
- super.onPropertyChange(key, nv, ov);
1284
- }
1285
- }
1286
- // invoke the change callback
1287
- handleChange(newValue) {
1288
- if (this.autotrim && this.datavalue && lodashEs.isString(this.datavalue)) {
1289
- this.datavalue = this.datavalue.trim();
1290
- }
1291
- this.invokeOnChange(this.datavalue, { type: 'change' }, this.ngModel.valid);
1292
- }
1293
- // Change event is registered from the template, Prevent the framework from registering one more event
1294
- handleEvent(node, eventName, eventCallback, locals) {
1295
- if (eventName !== 'change' && eventName !== 'blur') {
1296
- super.handleEvent(this.inputEl.nativeElement, eventName, eventCallback, locals);
1297
- }
1298
- }
1299
- // invoke the blur callback
1300
- handleBlur($event) {
1301
- this.invokeOnTouched($event);
1302
- }
1303
- // Update the model on enter key press
1304
- flushViewChanges(val) {
1305
- // when val contains masked value, update the model with unmasked value
1306
- const unMaskedVal = lodashEs.get(this.imask, 'maskRef.unmaskedValue');
1307
- val = unMaskedVal ? unMaskedVal : val;
1308
- this.ngModel.update.next(val);
1309
- i1$1.$appDigest();
1310
- }
1311
- ngAfterViewInit() {
1312
- super.ngAfterViewInit();
1313
- // add the class on the input element
1314
- if (this.class) {
1315
- i1$1.addClass(this.inputEl.nativeElement, this.class);
1316
- }
1317
- i2.styler(this.inputEl.nativeElement, this);
1318
- }
1319
- constructor(inj, config, explicitContext) {
1320
- super(inj, config, explicitContext);
1321
- // possible values for ngModelOptions are 'blur' and 'change'
1322
- // default is 'blur'
1323
- this.ngModelOptions = {
1324
- updateOn: ''
1325
- };
1326
- let updateOn = this.nativeElement.getAttribute('updateon') || 'blur';
1327
- updateOn = updateOn === 'default' ? 'change' : updateOn;
1328
- this.ngModelOptions.updateOn = updateOn;
1329
- }
1330
- static { this.ɵfac = function BaseInput_Factory(t) { return new (t || BaseInput)(i0__namespace.ɵɵinject(i0__namespace.Injector), i0__namespace.ɵɵinject(i2.WidgetConfig), i0__namespace.ɵɵinject('EXPLICIT_CONTEXT', 8)); }; }
1331
- static { this.ɵprov = /*@__PURE__*/ i0__namespace.ɵɵdefineInjectable({ token: BaseInput, factory: BaseInput.ɵfac }); }
1332
- }
1333
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(BaseInput, [{
1334
- type: i0.Injectable
1335
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
1336
- type: i0.Inject,
1337
- args: [i2.WidgetConfig]
1338
- }] }, { type: undefined, decorators: [{
1339
- type: i0.Inject,
1340
- args: ['EXPLICIT_CONTEXT']
1341
- }, {
1342
- type: i0.Optional
1343
- }] }], null); })();
1344
-
1345
- exports.NumberLocale = class NumberLocale extends BaseInput {
1346
- constructor(inj, config, i18nService, trailingZeroDecimalPipe, explicitContext) {
1347
- super(inj, config, explicitContext);
1348
- this.i18nService = i18nService;
1349
- this.trailingZeroDecimalPipe = trailingZeroDecimalPipe;
1350
- this.isDefaultQuery = true;
1351
- this.decimalValue = '';
1352
- this.selectedLocale = i18nService.getSelectedLocale();
1353
- this.DECIMAL = i1.getLocaleNumberSymbol(this.localefilter || this.selectedLocale, i1.NumberSymbol.Decimal);
1354
- this.GROUP = i1.getLocaleNumberSymbol(this.localefilter || this.selectedLocale, i1.NumberSymbol.Group);
1355
- this.numberfilter = '1.0-16';
1356
- this.resetValidations();
1357
- }
1358
- // Setter for the datavalue.
1359
- // @ts-ignore
1360
- set datavalue(value) {
1361
- this.lastValIsDecimal = false;
1362
- // set text value to null if data value is empty.
1363
- // @ts-ignore
1364
- if (lodashEs.includes([null, undefined, ''], value)) {
1365
- const input = this.inputEl.nativeElement;
1366
- const prevDataValue = this.prevDatavalue;
1367
- this.displayValue = input.value = this.proxyModel = null;
1368
- this.resetValidations();
1369
- if (prevDataValue && !this.isDefaultQuery) {
1370
- this.handleChange(value);
1371
- this._onChange();
1372
- }
1373
- return;
1374
- }
1375
- // if the widget has default value and if we change the locale, the value should be in selected locale format.
1376
- if (this.isDefaultQuery) {
1377
- const isLocalizedNumber = lodashEs.isString(value) && lodashEs.includes(value, this.DECIMAL);
1378
- const parts = isLocalizedNumber ? value.split(this.DECIMAL) : lodashEs.isString(value) && value.split('.');
1379
- this.decimalValue = parts[1] || '';
1380
- value = isLocalizedNumber ? value : this.transformNumber(value);
1381
- }
1382
- const numberReg = /\d/;
1383
- const strVal = value.toString();
1384
- let model;
1385
- // When the input value only contains seperator, do not convert the sepertaor into 0
1386
- if (numberReg.test(strVal)) {
1387
- model = this.parseNumber(strVal);
1388
- }
1389
- else {
1390
- model = NaN;
1391
- }
1392
- // On keypress, if the user types a decimal and is still active on the input do not throw error.
1393
- if (isNaN(model) && strVal[strVal.length - 1] === this.DECIMAL && this.ngModelOptions.updateOn === 'change' && this.$element.find('input:focus').length) {
1394
- this.lastValIsDecimal = true;
1395
- }
1396
- // get a valid number form the text.
1397
- // if the number is valid or if number is not in range update the model value.
1398
- if (!this.lastValIsDecimal && this.isValid(model)) {
1399
- this.proxyModel = model;
1400
- // update the display value in the text box.
1401
- this.updateDisplayText();
1402
- // Do not trigger onchange event for default value
1403
- if (!this.isDefaultQuery) {
1404
- this.handleChange(model);
1405
- }
1406
- }
1407
- else {
1408
- this.displayValue = value.toString();
1409
- this.proxyModel = null;
1410
- this.handleChange(null);
1411
- }
1412
- }
1413
- // returns the actual model value of the widget.
1414
- get datavalue() {
1415
- return this.proxyModel;
1416
- }
1417
- // resets all the flags related to the widget's validation.
1418
- resetValidations() {
1419
- this.isInvalidNumber = false;
1420
- this.numberNotInRange = false;
1421
- }
1422
- /**
1423
- * Adds validations for the number before updating the widget model. like validating min and max value for the widget.
1424
- * @param {number} val number to be validated
1425
- * @returns {number}
1426
- */
1427
- isValid(val) {
1428
- // id number is infinite then consider it as invalid value
1429
- if (isNaN(val) || !isFinite(val) || (!Number.isInteger(this.step) &&
1430
- this.countDecimals(val) > this.countDecimals(this.step))) {
1431
- this.isInvalidNumber = true;
1432
- return false;
1433
- }
1434
- if (val !== this.getValueInRange(val)) {
1435
- this.numberNotInRange = true;
1436
- return true;
1437
- }
1438
- this.resetValidations();
1439
- return true;
1440
- }
1441
- /**
1442
- * returns a valid number by validating the minimum and maximum values.
1443
- * @param {number} value
1444
- * @returns {number}
1445
- */
1446
- getValueInRange(value) {
1447
- if (!isNaN(this.minvalue) && value < this.minvalue) {
1448
- this.validateType = 'minvalue';
1449
- return this.minvalue;
1450
- }
1451
- if (!isNaN(this.maxvalue) && value > this.maxvalue) {
1452
- this.validateType = 'maxvalue';
1453
- return this.maxvalue;
1454
- }
1455
- return value;
1456
- }
1457
- /**
1458
- * convert number to localized number using angular decimal pipe. eg 10,00,000 or 1,000,000
1459
- * @param number
1460
- * @returns {string}
1461
- */
1462
- transformNumber(number, numberfilter) {
1463
- const filterVal = numberfilter ? numberfilter : this.numberfilter;
1464
- return this.trailingZeroDecimalPipe.transform(number, this.selectedLocale, filterVal, this.localefilter, this.trailingzero, this.decimalValue, !!numberfilter, this.i18nService?.getwidgetLocale());
1465
- }
1466
- /**
1467
- * resets the cursor position in the text box.
1468
- * @param {number} value cursor position index form left to right.
1469
- */
1470
- resetCursorPosition(value) {
1471
- const input = this.inputEl.nativeElement;
1472
- // position of the cursor should be given form right to left.
1473
- let position = input.value.length - value;
1474
- position = position < 0 ? 0 : position;
1475
- // set the cursor position in the text box.
1476
- input.setSelectionRange(position, position);
1477
- }
1478
- /**
1479
- * Method parses the Localized number(string) to a valid number.
1480
- * if the string dose not result to a valid number then returns NaN.
1481
- * @param {string} val Localized number.
1482
- * @returns {number}
1483
- */
1484
- parseNumber(val) {
1485
- // WMS-22179: split number based on the decimal separator in the val
1486
- // splits string into two parts. decimal and number.
1487
- const parts = val.split(this.inputmode === i2.INPUTMODE.FINANCIAL ? (val.indexOf(this.DECIMAL) > -1 ? this.DECIMAL : '.') : this.DECIMAL);
1488
- if (!parts.length) {
1489
- return null;
1490
- }
1491
- if (parts.length > 2) {
1492
- return NaN;
1493
- }
1494
- // If number have decimal point and not have a decimal value then return.
1495
- if (parts[1] === '') {
1496
- return NaN;
1497
- }
1498
- // replaces all group separators form the number.
1499
- const number = Number(parts[0].split(this.GROUP).join(''));
1500
- const decimal = Number(`0.${parts[1] || 0}`);
1501
- if (Number.isNaN(number) || Number.isNaN(decimal)) {
1502
- return NaN;
1503
- }
1504
- const sum = parts.length > 1 ? parseFloat((number + decimal).toFixed(parts[1].length)) : number + decimal;
1505
- // if the number is negative then calculate the number as number - decimal
1506
- // Ex: number = -123 and decimal = 0.45 then number - decimal = -123-045 = -123.45
1507
- // If entered number is -0.1 to -0.9 then the number is -0 and decimal is 0.1 to 0.9. Now calaculate the number as number-decimal
1508
- // Ex: number = -0 and decimal = 0.1 then number-decimal = -0-0.1 = -0.1
1509
- if (number === 0) {
1510
- return Object.is(0, number) ? sum : number - decimal;
1511
- }
1512
- return number > 0 ? sum : number - decimal;
1513
- }
1514
- // updates the widgets text value.
1515
- updateDisplayText() {
1516
- const input = this.inputEl.nativeElement;
1517
- const position = input.selectionStart;
1518
- const preValue = input.value;
1519
- if (!this.isDefaultQuery) {
1520
- const parts = preValue.split(this.DECIMAL);
1521
- this.decimalValue = parts[1] || '';
1522
- }
1523
- const stepVal = this.stepLength();
1524
- if (this.inputmode === i2.INPUTMODE.FINANCIAL && stepVal) {
1525
- this.displayValue = input.value = this.transformNumber(this.proxyModel, `1.${stepVal}-${stepVal}`);
1526
- this.decimalValue = this.decimalValue.replace(/\D/g, '');
1527
- }
1528
- else {
1529
- this.displayValue = input.value = this.transformNumber(this.proxyModel);
1530
- }
1531
- // in safari browser, setSelectionRange will focus the input by default, which may invoke the focus event on widget.
1532
- // Hence preventing the setSelectionRange when default value is set i.e. widget is not focused.
1533
- if (this.updateon === 'default' && !this.isDefaultQuery) {
1534
- this.resetCursorPosition(preValue.length - position);
1535
- }
1536
- }
1537
- // This function returns the step length set in the studio
1538
- stepLength() {
1539
- const stepLen = this.step.toString().split('.');
1540
- if (stepLen.length === 1) {
1541
- return;
1542
- }
1543
- else {
1544
- return stepLen[1].length;
1545
- }
1546
- }
1547
- // This function checks if the currency widget has input mode as natural and trailing zero is defined or not
1548
- isNaturalCurrency() {
1549
- return this.inputmode === i2.INPUTMODE.NATURAL && this.widgetType === 'wm-currency' && !!this.trailingzero;
1550
- }
1551
- /**
1552
- * @param value contains the value entered in the input box
1553
- * This function modifies the user input value, into financial mode.
1554
- * Number starts from highest precesion decimal, on typing number shifts to the left
1555
- */
1556
- onInputChange(value) {
1557
- const stepVal = this.stepLength();
1558
- // WMS-22355, Trigger change cb if value exists or value is empty but datavalue exists (when value is selected and deleted).
1559
- if (i1$1.isDefined(value) && (value !== '' || this.datavalue)) {
1560
- this.handleChange(value);
1561
- }
1562
- else {
1563
- return;
1564
- }
1565
- if (!stepVal || this.inputmode !== i2.INPUTMODE.FINANCIAL) {
1566
- return;
1567
- }
1568
- let financialVal;
1569
- /**
1570
- * If the value is entered by the user, format the input
1571
- * If the value is provided as default value, skip formatting
1572
- */
1573
- if (this.isDefaultQuery) {
1574
- financialVal = parseFloat(value);
1575
- }
1576
- else {
1577
- const valInWholeNum = parseInt(value.toString().replace(/\D/g, ''));
1578
- financialVal = valInWholeNum * this.step;
1579
- }
1580
- if (!isNaN(financialVal)) {
1581
- // When update on key is set keypress, update the datavalue else update only the display value
1582
- if (this.ngModelOptions.updateOn === 'change') {
1583
- this.datavalue = parseFloat(financialVal.toFixed(stepVal));
1584
- this.handleChange(this.datavalue);
1585
- }
1586
- else {
1587
- this.displayValue = financialVal.toFixed(stepVal);
1588
- }
1589
- }
1590
- else if (this.ngModelOptions.updateOn !== 'blur') {
1591
- this.datavalue = undefined;
1592
- this.handleChange(null);
1593
- }
1594
- }
1595
- // Input mode is financial and trailing zero is set to false, On focus set display val to fixed point notation and On blur strip trailing zeros
1596
- // In currency, inputmode is natural and trailing zero and step are defined, on blur display val to fixed point notation and on focus strip the zeros
1597
- checkForTrailingZeros($event) {
1598
- const stepVal = this.stepLength();
1599
- const financialMode = !this.trailingzero && this.inputmode === i2.INPUTMODE.FINANCIAL;
1600
- // If the user's last input is a decimal and not active on input field, throw error
1601
- if (this.lastValIsDecimal) {
1602
- this.onModelChange(this.displayValue);
1603
- }
1604
- if (!financialMode && !this.isNaturalCurrency()) {
1605
- return;
1606
- }
1607
- if (stepVal && this.datavalue) {
1608
- let numberfilter;
1609
- if ((financialMode && $event.type === 'focus') || (this.isNaturalCurrency() && $event.type === 'blur')) {
1610
- numberfilter = `1.${stepVal}-${stepVal}`;
1611
- }
1612
- this.displayValue = this.transformNumber(this.datavalue, numberfilter);
1613
- }
1614
- }
1615
- /**
1616
- * returns the number of decimal places a number have.
1617
- * @param value: number
1618
- * @returns {number}
1619
- */
1620
- countDecimals(value) {
1621
- if ((value % 1) !== 0) {
1622
- const decimalValue = value.toString().split('.')[1];
1623
- return decimalValue && decimalValue.length;
1624
- }
1625
- return 0;
1626
- }
1627
- /**
1628
- * handles the arrow press event. Increases or decreases the number. triggered fom the template
1629
- * @param $event keyboard event.
1630
- * @param key identifier to increase or decrease the number.
1631
- */
1632
- onArrowPress($event, key) {
1633
- $event.preventDefault();
1634
- if (this.readonly || this.step === 0) {
1635
- return;
1636
- }
1637
- const targetVal = $event.target.value.replace(/,/g, '');
1638
- // proxyModel to be updated from $event.target.value if present to support arrow keys when input changes else pick up from this.proxymodel
1639
- let proxyModel;
1640
- if (targetVal && !isNaN(parseFloat(targetVal))) {
1641
- proxyModel = parseFloat(targetVal);
1642
- }
1643
- else {
1644
- proxyModel = this.proxyModel;
1645
- }
1646
- let value;
1647
- // if the number is not in range and when arrow buttons are pressed need to get appropriate number value.
1648
- if (this.numberNotInRange) {
1649
- const inputValue = this.parseNumber(this.inputEl.nativeElement.value);
1650
- // take the textbox value as current model if the value is valid.
1651
- if (!isNaN(inputValue)) {
1652
- value = this.getValueInRange(inputValue);
1653
- proxyModel = inputValue;
1654
- this.resetValidations();
1655
- }
1656
- }
1657
- else {
1658
- if (lodashEs.isUndefined(proxyModel) || lodashEs.isNull(proxyModel)) {
1659
- proxyModel = value = this.getValueInRange((this.minvalue || 0));
1660
- this.resetValidations();
1661
- }
1662
- else {
1663
- value = this.getValueInRange(proxyModel + (key === 'UP' ? this.step : -this.step));
1664
- }
1665
- }
1666
- if ((key === 'UP' && proxyModel <= value) || (key === 'DOWN' && proxyModel >= value)) {
1667
- const decimalRoundValue = Math.max(this.countDecimals(proxyModel), this.countDecimals(this.step));
1668
- // update the modelProxy.
1669
- this.proxyModel = lodashEs.round(value, decimalRoundValue);
1670
- this.updateDisplayText();
1671
- this.handleChange(this.proxyModel);
1672
- }
1673
- }
1674
- /**
1675
- * method is called from the from widget. to check whether the value entered is valid or not.
1676
- * @returns {object}
1677
- */
1678
- validate(c) {
1679
- if (this.isInvalidNumber) {
1680
- this.validateType = '';
1681
- return {
1682
- invalidNumber: {
1683
- valid: false
1684
- },
1685
- };
1686
- }
1687
- if (this.numberNotInRange) {
1688
- return {
1689
- numberNotInRange: {
1690
- valid: false
1691
- },
1692
- };
1693
- }
1694
- this.validateType = '';
1695
- /* WMS-18269 | Extending the existing validation for 'required' */
1696
- if (this['show'] && this['required']) {
1697
- return (!!c.value || c.value === 0) ? null : { required: true };
1698
- }
1699
- return null;
1700
- }
1701
- validateInputEntry($event) {
1702
- this.isDefaultQuery = false;
1703
- // allow actions if control key is pressed or if backspace is pressed. (for Mozilla).
1704
- if ($event.ctrlKey || lodashEs.includes(['Backspace', 'ArrowRight', 'ArrowLeft', 'Tab', 'Enter', 'Delete'], $event.key)) {
1705
- return;
1706
- }
1707
- const validity = new RegExp(`^[\\d\\s-,.e+${this.GROUP}${this.DECIMAL}]$`, 'i');
1708
- const inputValue = $event.target.value;
1709
- // when input mode is financial, do not restrict user on entering the value when step value limit is reached.
1710
- const skipStepValidation = this.inputmode === i2.INPUTMODE.FINANCIAL;
1711
- // Validates if user eneters more than 16 digits
1712
- if (inputValue) {
1713
- const parsedVal = parseInt(inputValue.toString().replace(/\D/g, ''));
1714
- if (parsedVal.toString().length > 15) {
1715
- // WMS-22321: If the number is greater than MAX_SAFE_INTEGER (more than 15 numbers).
1716
- // user selects a range of digits and presses a key.
1717
- // Do not throw validation of exceeded number as selected range value will be deleted.
1718
- const selectedVal = window.getSelection();
1719
- if (selectedVal && selectedVal.toString() && selectedVal.focusNode === this.nativeElement) {
1720
- return true;
1721
- }
1722
- return false;
1723
- }
1724
- }
1725
- // validates entering of decimal values only when user provides decimal limit(i.e step contains decimal values).
1726
- // Restrict user from entering only if the decimal limit is reached and the new digit is entered in decimal place
1727
- if (!skipStepValidation && inputValue && this.countDecimals(this.step) && (this.countDecimals(inputValue) >= this.countDecimals(this.step)) && $event.target.selectionStart >= inputValue.length - 1) {
1728
- return false;
1729
- }
1730
- // validates if user entered an invalid character.
1731
- if (!validity.test($event.key)) {
1732
- return false;
1733
- }
1734
- // comma cannot be entered consecutively
1735
- if (lodashEs.includes(inputValue, ',') && inputValue[inputValue.length - 1] === ',' && $event.key === ',') {
1736
- return false;
1737
- }
1738
- // a decimal value can be entered only once in the input.
1739
- if (lodashEs.includes(inputValue, this.DECIMAL) && $event.key === this.DECIMAL) {
1740
- return false;
1741
- }
1742
- // 'e' can be entered only once in the input.
1743
- if (lodashEs.intersection(lodashEs.toArray(inputValue), ['e', 'E']).length && lodashEs.includes('eE', $event.key)) {
1744
- return false;
1745
- }
1746
- if ((lodashEs.includes(inputValue, '+') || lodashEs.includes(inputValue, '-')) && ($event.key === '+' || $event.key === '-')) {
1747
- return false;
1748
- }
1749
- // Do not allow user to enter only space without any input value
1750
- if (!inputValue && $event.code === 'Space') {
1751
- return false;
1752
- }
1753
- }
1754
- onBackspace($event) {
1755
- this.isDefaultQuery = false;
1756
- }
1757
- onEnter($event) {
1758
- this.datavalue = $event.target.value;
1759
- }
1760
- onModelChange($event) {
1761
- if (this.inputmode === i2.INPUTMODE.NATURAL || (this.inputmode === i2.INPUTMODE.FINANCIAL && this.ngModelOptions.updateOn === 'blur')) {
1762
- this.datavalue = $event;
1763
- }
1764
- }
1765
- onPropertyChange(key, nv, ov) {
1766
- if (key === 'minvalue' || key === 'maxvalue') {
1767
- this.isValid(nv);
1768
- }
1769
- else if (key === 'datavalue' && !ov) {
1770
- if (this.isNaturalCurrency()) {
1771
- this.checkForTrailingZeros({ type: 'blur' });
1772
- }
1773
- else {
1774
- this.onInputChange(nv);
1775
- }
1776
- }
1777
- else {
1778
- super.onPropertyChange(key, nv, ov);
1779
- }
1780
- }
1781
- };
1782
- exports.NumberLocale = tslib.__decorate([
1783
- tslib.__param(4, i0.Inject('EXPLICIT_CONTEXT')),
1784
- tslib.__param(4, i0.Optional()),
1785
- tslib.__metadata("design:paramtypes", [i0.Injector, Object, i1$1.AbstractI18nService,
1786
- i2.TrailingZeroDecimalPipe, Object])
1787
- ], exports.NumberLocale);
1788
-
1789
- const _c0$9 = ["input"];
1790
- const _c1$8 = ["wmNumber", ""];
1791
- const WIDGET_CONFIG$9 = {
1792
- widgetType: 'wm-number',
1793
- hostClass: 'app-input-wrapper'
1794
- };
1795
- class NumberComponent extends exports.NumberLocale {
1796
- static { this.initializeProps = registerProps$9(); }
1797
- constructor(inj, i18nService, trailingZeroDecimalPipe, explicitContext) {
1798
- super(inj, WIDGET_CONFIG$9, i18nService, trailingZeroDecimalPipe, explicitContext);
1799
- }
1800
- static { this.ɵfac = function NumberComponent_Factory(t) { return new (t || NumberComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.AbstractI18nService), i0__namespace.ɵɵdirectiveInject(i2__namespace.TrailingZeroDecimalPipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
1801
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: NumberComponent, selectors: [["", "wmNumber", ""]], viewQuery: function NumberComponent_Query(rf, ctx) { if (rf & 1) {
1802
- i0__namespace.ɵɵviewQuery(_c0$9, 7);
1803
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 7);
1804
- } if (rf & 2) {
1805
- let _t;
1806
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
1807
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
1808
- } }, features: [i0__namespace.ɵɵProvidersFeature([
1809
- i2.provideAs(NumberComponent, i2$1.NG_VALUE_ACCESSOR, true),
1810
- i2.provideAs(NumberComponent, i2$1.NG_VALIDATORS, true),
1811
- i2.provideAsWidgetRef(NumberComponent)
1812
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$8, decls: 2, vars: 14, consts: [["input", ""], ["inputmode", "decimal", "focus-target", "", "role", "textbox", "type", "text", 1, "form-control", "app-textbox", "app-number-input", 3, "ngModelChange", "blur", "focus", "input", "keypress", "keydown.backspace", "keydown.enter", "keydown.ArrowUp", "keydown.ArrowDown", "ngModel", "readonly", "disabled", "pattern", "autofocus", "ngClass", "ngStyle", "ngModelOptions", "required"]], template: function NumberComponent_Template(rf, ctx) { if (rf & 1) {
1813
- const _r1 = i0__namespace.ɵɵgetCurrentView();
1814
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
1815
- i0__namespace.ɵɵlistener("ngModelChange", function NumberComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onModelChange($event)); })("blur", function NumberComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); ctx.handleBlur($event); return i0__namespace.ɵɵresetView(ctx.checkForTrailingZeros($event)); })("focus", function NumberComponent_Template_input_focus_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.checkForTrailingZeros($event)); })("input", function NumberComponent_Template_input_input_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onInputChange($event.target.value)); })("keypress", function NumberComponent_Template_input_keypress_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.validateInputEntry($event)); })("keydown.backspace", function NumberComponent_Template_input_keydown_backspace_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onBackspace($event)); })("keydown.enter", function NumberComponent_Template_input_keydown_enter_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onEnter($event)); })("keydown.ArrowUp", function NumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onArrowPress($event, "UP")); })("keydown.ArrowDown", function NumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onArrowPress($event, "DOWN")); });
1816
- i0__namespace.ɵɵelementEnd();
1817
- } if (rf & 2) {
1818
- i0__namespace.ɵɵproperty("ngModel", ctx.displayValue)("readonly", ctx.readonly)("disabled", ctx.disabled)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("ngModelOptions", ctx.ngModelOptions)("required", ctx.required);
1819
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
1820
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.PatternValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
1821
- }
1822
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(NumberComponent, [{
1823
- type: i0.Component,
1824
- args: [{ selector: '[wmNumber]', providers: [
1825
- i2.provideAs(NumberComponent, i2$1.NG_VALUE_ACCESSOR, true),
1826
- i2.provideAs(NumberComponent, i2$1.NG_VALIDATORS, true),
1827
- i2.provideAsWidgetRef(NumberComponent)
1828
- ], template: "<input class=\"form-control app-textbox app-number-input\"\n inputmode=\"decimal\"\n focus-target\n [attr.name]=\"name\"\n role=\"textbox\"\n type=\"text\"\n [ngModel]=\"displayValue\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (ngModelChange)=\"onModelChange($event)\"\n (blur)=\"handleBlur($event); checkForTrailingZeros($event);\"\n (focus)=\"checkForTrailingZeros($event)\"\n (input)=\"onInputChange($event.target.value)\"\n [ngModelOptions]=\"ngModelOptions\"\n [required]=\"required\"\n (keypress)=\"validateInputEntry($event)\"\n (keydown.backspace)=\"onBackspace($event)\"\n (keydown.enter)=\"onEnter($event)\"\n (keydown.ArrowUp)=\"onArrowPress($event, 'UP')\"\n (keydown.ArrowDown)=\"onArrowPress($event, 'DOWN')\"\n #input>\n" }]
1829
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.AbstractI18nService }, { type: i2__namespace.TrailingZeroDecimalPipe }, { type: undefined, decorators: [{
1830
- type: i0.Inject,
1831
- args: ['EXPLICIT_CONTEXT']
1832
- }, {
1833
- type: i0.Optional
1834
- }] }], { inputEl: [{
1835
- type: i0.ViewChild,
1836
- args: ['input', { static: true }]
1837
- }], ngModel: [{
1838
- type: i0.ViewChild,
1839
- args: [i2$1.NgModel, { static: true }]
1840
- }] }); })();
1841
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(NumberComponent, { className: "NumberComponent", filePath: "number/number.component.ts", lineNumber: 24 }); })();
1842
-
1843
- const radiosetProps = new Map([
1844
- ['class', i2.PROP_STRING],
1845
- ['collapsible', i2.PROP_BOOLEAN],
1846
- ['compareby', i2.PROP_STRING],
1847
- ['datafield', i2.PROP_STRING],
1848
- ['dataset', { value: 'Option 1, Option 2, Option 3', ...i2.PROP_ANY }],
1849
- ['datavaluesource', i2.PROP_ANY],
1850
- ['datavalue', i2.PROP_ANY],
1851
- ['dateformat', i2.PROP_STRING],
1852
- ['disabled', i2.PROP_BOOLEAN],
1853
- ['displayexpression', i2.PROP_STRING],
1854
- ['displayfield', i2.PROP_STRING],
1855
- ['displayValue', i2.PROP_STRING],
1856
- ['groupby', i2.PROP_STRING],
1857
- ['itemclass', { value: '', ...i2.PROP_STRING }],
1858
- ['itemsperrow', { value: 'xs-1 sm-1 md-1 lg-1', ...i2.PROP_STRING }],
1859
- ['listclass', { value: '', ...i2.PROP_STRING }],
1860
- ['match', i2.PROP_STRING],
1861
- ['name', i2.PROP_STRING],
1862
- ['orderby', i2.PROP_STRING],
1863
- ['readonly', i2.PROP_BOOLEAN],
1864
- ['required', i2.PROP_BOOLEAN],
1865
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
1866
- ['showcount', i2.PROP_BOOLEAN],
1867
- ['showindevice', { displayType: 'inline-block', value: 'all', ...i2.PROP_STRING }],
1868
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
1869
- ['usekeys', i2.PROP_BOOLEAN]
1870
- ]);
1871
- const registerProps$8 = () => {
1872
- i2.register('wm-radioset', radiosetProps);
1873
- i2.registerFormWidget(i1$1.FormWidgetType.RADIOSET, new Map(radiosetProps));
1874
- };
1875
-
1876
- const _c0$8 = ["wmRadioset", ""];
1877
- const _c1$7 = (a0, a1) => ["radio", "app-radio", a0, a1];
1878
- const _c2$2 = a0 => ({ "disabled": a0 });
1879
- const _c3 = a0 => ({ "collapsible-content": a0 });
1880
- const _c4 = (a0, a1) => ["radio", "app-radio", "group-list-item", a0, a1];
1881
- function RadiosetComponent_ng_template_0_li_0_label_1_Template(rf, ctx) { if (rf & 1) {
1882
- i0__namespace.ɵɵelementStart(0, "label", 7);
1883
- i0__namespace.ɵɵelement(1, "input", 8)(2, "span", 9);
1884
- i0__namespace.ɵɵelementEnd();
1885
- } if (rf & 2) {
1886
- const ctx_r3 = i0__namespace.ɵɵnextContext();
1887
- const item_r2 = ctx_r3.$implicit;
1888
- const i_r5 = ctx_r3.index;
1889
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
1890
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(10, _c2$2, ctx_r2.disabled || ctx_r2.readonly));
1891
- i0__namespace.ɵɵadvance();
1892
- i0__namespace.ɵɵproperty("name", "radioset_" + ctx_r2.widgetId)("value", item_r2.key)("disabled", ctx_r2.disabled || ctx_r2.readonly)("tabindex", ctx_r2.tabindex)("checked", item_r2.selected);
1893
- i0__namespace.ɵɵattribute("aria-checked", item_r2.selected)("data-attr-index", i_r5)("aria-label", item_r2.key);
1894
- i0__namespace.ɵɵadvance();
1895
- i0__namespace.ɵɵproperty("textContent", item_r2.label);
1896
- } }
1897
- function RadiosetComponent_ng_template_0_li_0_label_2_Template(rf, ctx) { if (rf & 1) {
1898
- i0__namespace.ɵɵelementStart(0, "label", 7);
1899
- i0__namespace.ɵɵelement(1, "input", 8)(2, "span", 10);
1900
- i0__namespace.ɵɵelementEnd();
1901
- } if (rf & 2) {
1902
- const ctx_r3 = i0__namespace.ɵɵnextContext();
1903
- const item_r2 = ctx_r3.$implicit;
1904
- const i_r5 = ctx_r3.index;
1905
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
1906
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c2$2, ctx_r2.disabled || ctx_r2.readonly));
1907
- i0__namespace.ɵɵadvance();
1908
- i0__namespace.ɵɵproperty("name", "radioset_" + ctx_r2.widgetId)("value", item_r2.key)("disabled", ctx_r2.disabled || ctx_r2.readonly)("tabindex", ctx_r2.tabindex)("checked", item_r2.selected);
1909
- i0__namespace.ɵɵattribute("aria-checked", item_r2.selected)("data-attr-index", i_r5)("aria-label", item_r2.key);
1910
- } }
1911
- function RadiosetComponent_ng_template_0_li_0_Template(rf, ctx) { if (rf & 1) {
1912
- const _r1 = i0__namespace.ɵɵgetCurrentView();
1913
- i0__namespace.ɵɵelementStart(0, "li", 5);
1914
- i0__namespace.ɵɵlistener("click", function RadiosetComponent_ng_template_0_li_0_Template_li_click_0_listener($event) { const item_r2 = i0__namespace.ɵɵrestoreView(_r1).$implicit; const ctx_r2 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r2.onRadioLabelClick($event, item_r2.key)); });
1915
- i0__namespace.ɵɵtemplate(1, RadiosetComponent_ng_template_0_li_0_label_1_Template, 3, 12, "label", 6)(2, RadiosetComponent_ng_template_0_li_0_label_2_Template, 3, 11, "label", 6);
1916
- i0__namespace.ɵɵelementEnd();
1917
- } if (rf & 2) {
1918
- const item_r2 = ctx.$implicit;
1919
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
1920
- i0__namespace.ɵɵclassProp("active", item_r2.selected);
1921
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(7, _c1$7, ctx_r2.itemclass, ctx_r2.itemsPerRowClass))("wmItemTemplate", ctx_r2.content)("userComponentParams", item_r2);
1922
- i0__namespace.ɵɵadvance();
1923
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.content);
1924
- i0__namespace.ɵɵadvance();
1925
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.content);
1926
- } }
1927
- function RadiosetComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
1928
- i0__namespace.ɵɵtemplate(0, RadiosetComponent_ng_template_0_li_0_Template, 3, 10, "li", 4);
1929
- } if (rf & 2) {
1930
- const ctx_r2 = i0__namespace.ɵɵnextContext();
1931
- i0__namespace.ɵɵproperty("ngForOf", ctx_r2.datasetItems);
1932
- } }
1933
- function RadiosetComponent_div_2_Template(rf, ctx) { if (rf & 1) {
1934
- i0__namespace.ɵɵelement(0, "div", 11);
1935
- } }
1936
- function RadiosetComponent_ng_template_3_li_0_i_6_Template(rf, ctx) { if (rf & 1) {
1937
- i0__namespace.ɵɵelement(0, "i", 21);
1938
- } if (rf & 2) {
1939
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
1940
- i0__namespace.ɵɵpropertyInterpolate2("title", "", ctx_r2.appLocale.LABEL_COLLAPSE, "/", ctx_r2.appLocale.LABEL_EXPAND, "");
1941
- } }
1942
- function RadiosetComponent_ng_template_3_li_0_span_7_Template(rf, ctx) { if (rf & 1) {
1943
- i0__namespace.ɵɵelement(0, "span", 22);
1944
- } if (rf & 2) {
1945
- const groupObj_r7 = i0__namespace.ɵɵnextContext().$implicit;
1946
- i0__namespace.ɵɵproperty("textContent", groupObj_r7.data.length);
1947
- } }
1948
- function RadiosetComponent_ng_template_3_li_0_li_8_label_1_Template(rf, ctx) { if (rf & 1) {
1949
- i0__namespace.ɵɵelementStart(0, "label", 7);
1950
- i0__namespace.ɵɵelement(1, "input", 8)(2, "span", 9);
1951
- i0__namespace.ɵɵelementEnd();
1952
- } if (rf & 2) {
1953
- const ctx_r9 = i0__namespace.ɵɵnextContext();
1954
- const item_r9 = ctx_r9.$implicit;
1955
- const i_r11 = ctx_r9.index;
1956
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
1957
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(9, _c2$2, ctx_r2.disabled || ctx_r2.readonly));
1958
- i0__namespace.ɵɵadvance();
1959
- i0__namespace.ɵɵproperty("name", "radioset_" + ctx_r2.widgetId)("value", item_r9.key)("disabled", ctx_r2.disabled || ctx_r2.readonly)("tabindex", ctx_r2.tabindex)("checked", item_r9.selected);
1960
- i0__namespace.ɵɵattribute("aria-checked", item_r9.selected)("data-attr-index", i_r11);
1961
- i0__namespace.ɵɵadvance();
1962
- i0__namespace.ɵɵproperty("textContent", item_r9.label);
1963
- } }
1964
- function RadiosetComponent_ng_template_3_li_0_li_8_label_2_Template(rf, ctx) { if (rf & 1) {
1965
- i0__namespace.ɵɵelementStart(0, "label", 7);
1966
- i0__namespace.ɵɵelement(1, "input", 8)(2, "span", 10);
1967
- i0__namespace.ɵɵelementEnd();
1968
- } if (rf & 2) {
1969
- const ctx_r9 = i0__namespace.ɵɵnextContext();
1970
- const item_r9 = ctx_r9.$implicit;
1971
- const i_r11 = ctx_r9.index;
1972
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
1973
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(8, _c2$2, ctx_r2.disabled || ctx_r2.readonly));
1974
- i0__namespace.ɵɵadvance();
1975
- i0__namespace.ɵɵproperty("name", "radioset_" + ctx_r2.widgetId)("value", item_r9.key)("disabled", ctx_r2.disabled || ctx_r2.readonly)("tabindex", ctx_r2.tabindex)("checked", item_r9.selected);
1976
- i0__namespace.ɵɵattribute("aria-checked", item_r9.selected)("data-attr-index", i_r11);
1977
- } }
1978
- function RadiosetComponent_ng_template_3_li_0_li_8_Template(rf, ctx) { if (rf & 1) {
1979
- const _r8 = i0__namespace.ɵɵgetCurrentView();
1980
- i0__namespace.ɵɵelementStart(0, "li", 23);
1981
- i0__namespace.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_li_8_Template_li_click_0_listener($event) { const item_r9 = i0__namespace.ɵɵrestoreView(_r8).$implicit; const ctx_r2 = i0__namespace.ɵɵnextContext(3); return i0__namespace.ɵɵresetView(ctx_r2.onRadioLabelClick($event, item_r9)); });
1982
- i0__namespace.ɵɵtemplate(1, RadiosetComponent_ng_template_3_li_0_li_8_label_1_Template, 3, 11, "label", 6)(2, RadiosetComponent_ng_template_3_li_0_li_8_label_2_Template, 3, 10, "label", 6);
1983
- i0__namespace.ɵɵelementEnd();
1984
- } if (rf & 2) {
1985
- const item_r9 = ctx.$implicit;
1986
- const ctx_r2 = i0__namespace.ɵɵnextContext(3);
1987
- i0__namespace.ɵɵclassProp("active", item_r9.selected);
1988
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(7, _c4, ctx_r2.itemclass, ctx_r2.itemsPerRowClass))("wmItemTemplate", ctx_r2.content)("userComponentParams", item_r9);
1989
- i0__namespace.ɵɵadvance();
1990
- i0__namespace.ɵɵproperty("ngIf", !ctx_r2.content);
1991
- i0__namespace.ɵɵadvance();
1992
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.content);
1993
- } }
1994
- function RadiosetComponent_ng_template_3_li_0_Template(rf, ctx) { if (rf & 1) {
1995
- const _r6 = i0__namespace.ɵɵgetCurrentView();
1996
- i0__namespace.ɵɵelementStart(0, "li", 13)(1, "ul", 14)(2, "li", 15);
1997
- i0__namespace.ɵɵlistener("click", function RadiosetComponent_ng_template_3_li_0_Template_li_click_2_listener($event) { i0__namespace.ɵɵrestoreView(_r6); const ctx_r2 = i0__namespace.ɵɵnextContext(2); return i0__namespace.ɵɵresetView(ctx_r2.handleHeaderClick($event)); });
1998
- i0__namespace.ɵɵelementStart(3, "h4", 16);
1999
- i0__namespace.ɵɵtext(4);
2000
- i0__namespace.ɵɵelementStart(5, "div", 17);
2001
- i0__namespace.ɵɵtemplate(6, RadiosetComponent_ng_template_3_li_0_i_6_Template, 1, 3, "i", 18)(7, RadiosetComponent_ng_template_3_li_0_span_7_Template, 1, 1, "span", 19);
2002
- i0__namespace.ɵɵelementEnd()()();
2003
- i0__namespace.ɵɵtemplate(8, RadiosetComponent_ng_template_3_li_0_li_8_Template, 3, 10, "li", 20);
2004
- i0__namespace.ɵɵelementEnd()();
2005
- } if (rf & 2) {
2006
- const groupObj_r7 = ctx.$implicit;
2007
- const ctx_r2 = i0__namespace.ɵɵnextContext(2);
2008
- i0__namespace.ɵɵadvance(2);
2009
- i0__namespace.ɵɵproperty("title", groupObj_r7.key)("ngClass", i0__namespace.ɵɵpureFunction1(6, _c3, ctx_r2.collapsible));
2010
- i0__namespace.ɵɵadvance(2);
2011
- i0__namespace.ɵɵtextInterpolate1("", groupObj_r7.key, " ");
2012
- i0__namespace.ɵɵadvance(2);
2013
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.collapsible);
2014
- i0__namespace.ɵɵadvance();
2015
- i0__namespace.ɵɵproperty("ngIf", ctx_r2.showcount);
2016
- i0__namespace.ɵɵadvance();
2017
- i0__namespace.ɵɵproperty("ngForOf", groupObj_r7.data);
2018
- } }
2019
- function RadiosetComponent_ng_template_3_Template(rf, ctx) { if (rf & 1) {
2020
- i0__namespace.ɵɵtemplate(0, RadiosetComponent_ng_template_3_li_0_Template, 9, 8, "li", 12);
2021
- } if (rf & 2) {
2022
- const ctx_r2 = i0__namespace.ɵɵnextContext();
2023
- i0__namespace.ɵɵproperty("ngForOf", ctx_r2.groupedData);
2024
- } }
2025
- const DEFAULT_CLS$1 = 'app-radioset list-group inline';
2026
- const WIDGET_CONFIG$8 = { widgetType: 'wm-radioset', hostClass: DEFAULT_CLS$1 };
2027
- class RadiosetComponent extends DatasetAwareFormComponent {
2028
- static { this.initializeProps = registerProps$8(); }
2029
- constructor(inj, explicitContext) {
2030
- super(inj, WIDGET_CONFIG$8, explicitContext);
2031
- this.layout = '';
2032
- i2.styler(this.nativeElement, this);
2033
- this.multiple = false;
2034
- }
2035
- /**
2036
- * On click of the option, update the datavalue
2037
- */
2038
- onRadioLabelClick($event, key) {
2039
- if (!$($event.target).is('input')) {
2040
- return;
2041
- }
2042
- this.modelByKey = key;
2043
- this.invokeOnTouched();
2044
- // invoke on datavalue change.
2045
- this.invokeOnChange(this.datavalue, $event || {}, true);
2046
- }
2047
- // change and blur events are added from the template
2048
- handleEvent(node, eventName, callback, locals) {
2049
- if (eventName === 'click') {
2050
- this.eventManager.addEventListener(node, eventName, e => {
2051
- if (!$(e.target).is('input')) {
2052
- return;
2053
- }
2054
- locals.$event = e;
2055
- return callback();
2056
- });
2057
- }
2058
- else if (!lodashEs.includes(['change'], eventName)) {
2059
- super.handleEvent(node, eventName, callback, locals);
2060
- }
2061
- }
2062
- onPropertyChange(key, nv, ov) {
2063
- if (key === 'tabindex') {
2064
- return;
2065
- }
2066
- if (key === 'itemsperrow') {
2067
- i1$1.setListClass(this);
2068
- }
2069
- else {
2070
- super.onPropertyChange(key, nv, ov);
2071
- }
2072
- }
2073
- static { this.ɵfac = function RadiosetComponent_Factory(t) { return new (t || RadiosetComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2074
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: RadiosetComponent, selectors: [["", "wmRadioset", ""]], exportAs: ["wmRadioset"], features: [i0__namespace.ɵɵProvidersFeature([
2075
- i2.provideAs(RadiosetComponent, i2$1.NG_VALUE_ACCESSOR, true),
2076
- i2.provideAs(RadiosetComponent, i2$1.NG_VALIDATORS, true),
2077
- i2.provideAsWidgetRef(RadiosetComponent)
2078
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$8, decls: 5, vars: 4, consts: [["groupedListTemplate", ""], [3, "ngIf", "ngIfElse"], ["hidden", "", 1, "model-holder", 3, "disabled"], ["aria-readonly", "true", "class", "readonly-wrapper", 4, "ngIf"], ["partialContainer", "", "role", "presentation", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], ["partialContainer", "", "role", "presentation", 3, "click", "ngClass", "wmItemTemplate", "userComponentParams"], ["class", "app-radioset-label", 3, "ngClass", 4, "ngIf"], [1, "app-radioset-label", 3, "ngClass"], ["type", "radio", 3, "name", "value", "disabled", "tabindex", "checked"], [1, "caption", 3, "textContent"], ["partial-container-target", "", 1, "caption", "customTemplate"], ["aria-readonly", "true", 1, "readonly-wrapper"], ["class", "app-list-item-group", 4, "ngFor", "ngForOf"], [1, "app-list-item-group"], [1, "item-group"], [1, "list-group-header", 3, "click", "title", "ngClass"], [1, "group-title"], [1, "header-action"], ["class", "app-icon wi action wi-chevron-up", 3, "title", 4, "ngIf"], ["class", "label label-default", 3, "textContent", 4, "ngIf"], ["partialContainer", "", 3, "ngClass", "active", "wmItemTemplate", "userComponentParams", "click", 4, "ngFor", "ngForOf"], [1, "app-icon", "wi", "action", "wi-chevron-up", 3, "title"], [1, "label", "label-default", 3, "textContent"], ["partialContainer", "", 3, "click", "ngClass", "wmItemTemplate", "userComponentParams"]], template: function RadiosetComponent_Template(rf, ctx) { if (rf & 1) {
2079
- i0__namespace.ɵɵtemplate(0, RadiosetComponent_ng_template_0_Template, 1, 1, "ng-template", 1);
2080
- i0__namespace.ɵɵelement(1, "input", 2);
2081
- i0__namespace.ɵɵtemplate(2, RadiosetComponent_div_2_Template, 1, 0, "div", 3)(3, RadiosetComponent_ng_template_3_Template, 1, 1, "ng-template", null, 0, i0__namespace.ɵɵtemplateRefExtractor);
2082
- } if (rf & 2) {
2083
- const groupedListTemplate_r12 = i0__namespace.ɵɵreference(4);
2084
- i0__namespace.ɵɵproperty("ngIf", !ctx.groupby)("ngIfElse", groupedListTemplate_r12);
2085
- i0__namespace.ɵɵadvance();
2086
- i0__namespace.ɵɵproperty("disabled", ctx.disabled || ctx.readonly);
2087
- i0__namespace.ɵɵadvance();
2088
- i0__namespace.ɵɵproperty("ngIf", ctx.readonly || ctx.disabled);
2089
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgForOf, i1__namespace.NgIf, i2__namespace.ItemTemplateDirective, i2__namespace.PartialParamHandlerDirective, i2__namespace.PartialContainerDirective, i2__namespace.TextContentDirective], encapsulation: 2 }); }
2090
- }
2091
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(RadiosetComponent, [{
2092
- type: i0.Component,
2093
- args: [{ selector: '[wmRadioset]', exportAs: 'wmRadioset', providers: [
2094
- i2.provideAs(RadiosetComponent, i2$1.NG_VALUE_ACCESSOR, true),
2095
- i2.provideAs(RadiosetComponent, i2$1.NG_VALIDATORS, true),
2096
- i2.provideAsWidgetRef(RadiosetComponent)
2097
- ], template: "<ng-template [ngIf]=\"!groupby\" [ngIfElse]=\"groupedListTemplate\">\n <li [ngClass]=\"['radio', 'app-radio', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n *ngFor=\"let item of datasetItems;let i = index\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onRadioLabelClick($event, item.key)\" role=\"presentation\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"\n [attr.aria-label]=\"item.key\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"\n [attr.aria-label]=\"item.key\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n</ng-template>\n\n<input [disabled]=\"disabled || readonly\" hidden class=\"model-holder\">\n<div *ngIf=\"readonly || disabled\" aria-readonly=\"true\" class=\"readonly-wrapper\"></div>\n\n<!-- This template will be displayed when groupby is specified. -->\n<ng-template #groupedListTemplate>\n <li *ngFor=\"let groupObj of groupedData\" class=\"app-list-item-group\">\n <ul class=\"item-group\">\n <li class=\"list-group-header\" (click)=\"handleHeaderClick($event)\" [title]=\"groupObj.key\" [ngClass]=\"{'collapsible-content': collapsible}\">\n <h4 class=\"group-title\">{{groupObj.key}}\n <div class=\"header-action\">\n <i class=\"app-icon wi action wi-chevron-up\" *ngIf=\"collapsible\" title=\"{{appLocale.LABEL_COLLAPSE}}/{{appLocale.LABEL_EXPAND}}\"></i>\n <span *ngIf=\"showcount\" class=\"label label-default\" [textContent]=\"groupObj.data.length\"></span>\n </div>\n </h4>\n </li>\n <li *ngFor=\"let item of groupObj.data; let i = index;\"\n [ngClass]=\"['radio', 'app-radio', 'group-list-item', itemclass, itemsPerRowClass]\"\n [class.active]=\"item.selected\"\n [wmItemTemplate]=\"content\" [userComponentParams]=\"item\" partialContainer\n (click)=\"onRadioLabelClick($event, item)\">\n <!-- Default item template -->\n <label *ngIf=\"!content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption\" [textContent]=\"item.label\"></span>\n </label>\n <!-- Custom partial template -->\n <label *ngIf=\"content\" class=\"app-radioset-label\"\n [ngClass]=\"{'disabled':disabled || readonly}\">\n <input [name]=\"'radioset_' + widgetId\" type=\"radio\" [attr.aria-checked]=\"item.selected\" [attr.data-attr-index]=\"i\"\n [value]=\"item.key\" [disabled]=\"disabled || readonly\" [tabindex]=\"tabindex\" [checked]=\"item.selected\"/>\n <span class=\"caption customTemplate\" partial-container-target></span>\n </label>\n </li>\n </ul>\n </li>\n</ng-template>\n" }]
2098
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2099
- type: i0.Inject,
2100
- args: ['EXPLICIT_CONTEXT']
2101
- }, {
2102
- type: i0.Optional
2103
- }] }], null); })();
2104
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(RadiosetComponent, { className: "RadiosetComponent", filePath: "radioset/radioset.component.ts", lineNumber: 26 }); })();
2105
-
2106
- const selectProps = new Map([
2107
- ['autofocus', i2.PROP_BOOLEAN],
2108
- ['class', { value: '', ...i2.PROP_STRING }],
2109
- ['compareby', i2.PROP_STRING],
2110
- ['datafield', i2.PROP_STRING],
2111
- ['dataset', i2.PROP_ANY],
2112
- ['datavaluesource', i2.PROP_ANY],
2113
- ['datavalue', i2.PROP_STRING],
2114
- ['dateformat', i2.PROP_STRING],
2115
- ['disabled', i2.PROP_BOOLEAN],
2116
- ['displayexpression', i2.PROP_STRING],
2117
- ['displayfield', i2.PROP_STRING],
2118
- ['displayValue', i2.PROP_STRING],
2119
- ['groupby', i2.PROP_STRING],
2120
- ['hint', i2.PROP_STRING],
2121
- ['match', i2.PROP_STRING],
2122
- ['multiple', { value: false, ...i2.PROP_BOOLEAN }],
2123
- ['name', i2.PROP_STRING],
2124
- ['orderby', i2.PROP_STRING],
2125
- ['placeholder', i2.PROP_STRING],
2126
- ['readonly', i2.PROP_BOOLEAN],
2127
- ['required', i2.PROP_BOOLEAN],
2128
- ['shortcutkey', i2.PROP_STRING],
2129
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2130
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2131
- ['usekeys', i2.PROP_BOOLEAN]
2132
- ]);
2133
- const registerProps$7 = () => {
2134
- i2.register('wm-select', selectProps);
2135
- i2.registerFormWidget(i1$1.FormWidgetType.SELECT, new Map(selectProps));
2136
- i2.registerFormWidget(i1$1.FormWidgetType.TYPEAHEAD, new Map(selectProps));
2137
- };
2138
-
2139
- const _c0$7 = ["select"];
2140
- const _c1$6 = a0 => ["app-select form-control", a0];
2141
- function SelectComponent_ng_container_3_optgroup_1_option_1_Template(rf, ctx) { if (rf & 1) {
2142
- i0__namespace.ɵɵelement(0, "option", 7);
2143
- } if (rf & 2) {
2144
- const item_r2 = ctx.$implicit;
2145
- i0__namespace.ɵɵproperty("value", item_r2.key)("selected", item_r2.selected)("textContent", item_r2.label);
2146
- } }
2147
- function SelectComponent_ng_container_3_optgroup_1_Template(rf, ctx) { if (rf & 1) {
2148
- i0__namespace.ɵɵelementStart(0, "optgroup", 5);
2149
- i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_option_1_Template, 1, 3, "option", 6);
2150
- i0__namespace.ɵɵelementEnd();
2151
- } if (rf & 2) {
2152
- const groupObj_r3 = ctx.$implicit;
2153
- i0__namespace.ɵɵproperty("label", groupObj_r3.key);
2154
- i0__namespace.ɵɵadvance();
2155
- i0__namespace.ɵɵproperty("ngForOf", groupObj_r3.data);
2156
- } }
2157
- function SelectComponent_ng_container_3_Template(rf, ctx) { if (rf & 1) {
2158
- i0__namespace.ɵɵelementContainerStart(0);
2159
- i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_3_optgroup_1_Template, 2, 2, "optgroup", 4);
2160
- i0__namespace.ɵɵelementContainerEnd();
2161
- } if (rf & 2) {
2162
- const ctx_r3 = i0__namespace.ɵɵnextContext();
2163
- i0__namespace.ɵɵadvance();
2164
- i0__namespace.ɵɵproperty("ngForOf", ctx_r3.groupedData);
2165
- } }
2166
- function SelectComponent_ng_container_4_option_1_Template(rf, ctx) { if (rf & 1) {
2167
- i0__namespace.ɵɵelement(0, "option", 7);
2168
- } if (rf & 2) {
2169
- const item_r5 = ctx.$implicit;
2170
- i0__namespace.ɵɵproperty("value", item_r5.key)("selected", item_r5.selected)("textContent", item_r5.label);
2171
- } }
2172
- function SelectComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
2173
- i0__namespace.ɵɵelementContainerStart(0);
2174
- i0__namespace.ɵɵtemplate(1, SelectComponent_ng_container_4_option_1_Template, 1, 3, "option", 6);
2175
- i0__namespace.ɵɵelementContainerEnd();
2176
- } if (rf & 2) {
2177
- const ctx_r3 = i0__namespace.ɵɵnextContext();
2178
- i0__namespace.ɵɵadvance();
2179
- i0__namespace.ɵɵproperty("ngForOf", ctx_r3.datasetItems);
2180
- } }
2181
- const WIDGET_CONFIG$7 = { widgetType: 'wm-select', hostClass: 'app-select-wrapper' };
2182
- class SelectComponent extends DatasetAwareFormComponent {
2183
- static { this.initializeProps = registerProps$7(); }
2184
- set datasource(ds) {
2185
- if (ds && ds.execute && ds.execute(i1$1.DataSource.Operation.IS_BOUND_TO_LOCALE)) {
2186
- this.datavalue = ds.execute(i1$1.DataSource.Operation.GET_DEFAULT_LOCALE);
2187
- }
2188
- }
2189
- constructor(inj, app, explicitContext) {
2190
- super(inj, WIDGET_CONFIG$7, explicitContext);
2191
- this.app = app;
2192
- this.acceptsArray = true;
2193
- }
2194
- ngAfterViewInit() {
2195
- super.ngAfterViewInit();
2196
- i2.styler(this.selectEl.nativeElement, this);
2197
- }
2198
- // Change event is registered from the template, Prevent the framework from registering one more event
2199
- handleEvent(node, eventName, eventCallback, locals) {
2200
- if (!lodashEs.includes(['blur', 'change'], eventName)) {
2201
- super.handleEvent(this.selectEl.nativeElement, eventName, eventCallback, locals);
2202
- }
2203
- }
2204
- onSelectValueChange($event) {
2205
- if (this.readonly) {
2206
- if (this.placeholder) {
2207
- this.selectEl.nativeElement.value = this.placeholder;
2208
- }
2209
- else {
2210
- this.selectEl.nativeElement.value = '';
2211
- }
2212
- this.datavalue = this.prevDatavalue;
2213
- return;
2214
- }
2215
- this.invokeOnTouched();
2216
- // invoke on datavalue change.
2217
- this.invokeOnChange(this.datavalue, $event || {}, true);
2218
- }
2219
- onPropertyChange(key, nv, ov) {
2220
- if (key === 'required') {
2221
- this._onChange(this.datavalue);
2222
- return;
2223
- }
2224
- if (key === 'class' || key === 'tabindex') {
2225
- if (key === 'class') {
2226
- // After NG15 upgrade ng-invalid class is added even the field is valid, so we are removing the ng-invalid manually
2227
- const isNgUntouchedValid = this.selectEl.nativeElement.classList.contains('ng-untouched') && this.selectEl.nativeElement.classList.contains('ng-valid');
2228
- if (isNgUntouchedValid && nv.includes('ng-untouched') && nv.includes('ng-invalid')) {
2229
- setTimeout(() => {
2230
- if (this.selectEl.nativeElement.classList.contains('ng-untouched') && this.selectEl.nativeElement.classList.contains('ng-valid') && this.selectEl.nativeElement.classList.contains('ng-invalid')) {
2231
- this.selectEl.nativeElement.classList.remove('ng-invalid');
2232
- }
2233
- });
2234
- }
2235
- }
2236
- return;
2237
- }
2238
- else if (key === 'readonly') {
2239
- (nv === true) ? i1$1.setAttr(this.selectEl.nativeElement, 'readonly', 'readonly') : i1$1.removeAttr(this.selectEl.nativeElement, 'readonly');
2240
- }
2241
- super.onPropertyChange(key, nv, ov);
2242
- }
2243
- /**
2244
- * When caption floating is enabled and placeholder is given, do not show placeholder until user focuses on the field
2245
- * When focused add the placeholder to the option which is selected
2246
- * On blur, remove the placeholder and do not animate the label
2247
- * @param $event event received will be either a blur or focus event
2248
- */
2249
- checkForFloatingLabel($event) {
2250
- const captionEl = $(this.selectEl.nativeElement).closest('.app-composite-widget.caption-floating');
2251
- if (captionEl.length > 0) {
2252
- if ($event.type === 'focus' && (!this.datavalue || (this.datavalue && $(this.selectEl).find('select option:selected').text() === '' && this.placeholder))) {
2253
- if (!(this.datavalue || this.placeholder)) {
2254
- this.removePlaceholderOption();
2255
- }
2256
- else {
2257
- $(this.selectEl.nativeElement).find('option:first').text(this.placeholder);
2258
- }
2259
- }
2260
- else if (!this.datavalue) {
2261
- $(this.selectEl.nativeElement).find('option:selected').text('');
2262
- captionEl.removeClass('float-active');
2263
- }
2264
- }
2265
- else if (!(this.datavalue || this.placeholder)) {
2266
- this.removePlaceholderOption();
2267
- }
2268
- }
2269
- /*
2270
- * Removing the placeholder option if no placeholder is provided.
2271
- * In html we are hiding the placeholder option using css but in apple devices and safari option is showing.
2272
- * */
2273
- removePlaceholderOption() {
2274
- const hiddenEle = $(this.selectEl.nativeElement).find('#placeholderOption');
2275
- if (hiddenEle.length) {
2276
- hiddenEle.remove();
2277
- this.selectEl.nativeElement.value = '';
2278
- }
2279
- }
2280
- static { this.ɵfac = function SelectComponent_Factory(t) { return new (t || SelectComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.App), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2281
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: SelectComponent, selectors: [["wm-select"]], viewQuery: function SelectComponent_Query(rf, ctx) { if (rf & 1) {
2282
- i0__namespace.ɵɵviewQuery(_c0$7, 7, i0.ElementRef);
2283
- } if (rf & 2) {
2284
- let _t;
2285
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.selectEl = _t.first);
2286
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2287
- i2.provideAs(SelectComponent, i2$1.NG_VALUE_ACCESSOR, true),
2288
- i2.provideAs(SelectComponent, i2$1.NG_VALIDATORS, true),
2289
- i2.provideAsWidgetRef(SelectComponent)
2290
- ]), i0__namespace.ɵɵInheritDefinitionFeature], decls: 5, vars: 16, consts: [["select", ""], ["role", "listbox", "aria-haspopup", "true", "aria-expanded", "false", "focus-target", "", 3, "ngModelChange", "change", "focus", "blur", "ngClass", "disabled", "required", "tabindex", "ngModel", "multiple", "autofocus"], ["selected", "", "value", "undefined", "id", "placeholderOption", 3, "textContent", "hidden"], [4, "ngIf"], [3, "label", 4, "ngFor", "ngForOf"], [3, "label"], ["role", "option", 3, "value", "selected", "textContent", 4, "ngFor", "ngForOf"], ["role", "option", 3, "value", "selected", "textContent"]], template: function SelectComponent_Template(rf, ctx) { if (rf & 1) {
2291
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2292
- i0__namespace.ɵɵelementStart(0, "select", 1, 0);
2293
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function SelectComponent_Template_select_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.modelByKey, $event) || (ctx.modelByKey = $event); return i0__namespace.ɵɵresetView($event); });
2294
- i0__namespace.ɵɵlistener("change", function SelectComponent_Template_select_change_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onSelectValueChange($event)); })("focus", function SelectComponent_Template_select_focus_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.checkForFloatingLabel($event)); })("blur", function SelectComponent_Template_select_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); ctx.invokeOnTouched($event); return i0__namespace.ɵɵresetView(ctx.checkForFloatingLabel($event)); });
2295
- i0__namespace.ɵɵelement(2, "option", 2);
2296
- i0__namespace.ɵɵtemplate(3, SelectComponent_ng_container_3_Template, 2, 1, "ng-container", 3)(4, SelectComponent_ng_container_4_Template, 2, 1, "ng-container", 3);
2297
- i0__namespace.ɵɵelementEnd();
2298
- } if (rf & 2) {
2299
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(14, _c1$6, ctx.class))("disabled", ctx.disabled)("required", ctx.required)("tabindex", ctx.tabindex);
2300
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.modelByKey);
2301
- i0__namespace.ɵɵproperty("multiple", ctx.multiple)("autofocus", ctx.autofocus);
2302
- i0__namespace.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("aria-multiselectable", ctx.multiple);
2303
- i0__namespace.ɵɵadvance(2);
2304
- i0__namespace.ɵɵproperty("textContent", ctx.placeholder)("hidden", !ctx.placeholder);
2305
- i0__namespace.ɵɵadvance();
2306
- i0__namespace.ɵɵproperty("ngIf", ctx.groupby);
2307
- i0__namespace.ɵɵadvance();
2308
- i0__namespace.ɵɵproperty("ngIf", !ctx.groupby);
2309
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgForOf, i1__namespace.NgIf, i2$1__namespace.NgSelectOption, i2$1__namespace.ɵNgSelectMultipleOption, i2$1__namespace.SelectMultipleControlValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.NgModel, i2__namespace.TextContentDirective], encapsulation: 2 }); }
2310
- }
2311
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SelectComponent, [{
2312
- type: i0.Component,
2313
- args: [{ selector: 'wm-select', providers: [
2314
- i2.provideAs(SelectComponent, i2$1.NG_VALUE_ACCESSOR, true),
2315
- i2.provideAs(SelectComponent, i2$1.NG_VALIDATORS, true),
2316
- i2.provideAsWidgetRef(SelectComponent)
2317
- ], template: "<select role=\"listbox\" aria-haspopup=\"true\" aria-expanded=\"false\" #select\n focus-target\n [ngClass]=\"['app-select form-control', class]\"\n [disabled]=\"disabled\"\n [required]=\"required\"\n [tabindex]=\"tabindex\"\n [(ngModel)]=\"modelByKey\"\n [multiple]=\"multiple\"\n (change)=\"onSelectValueChange($event)\"\n (focus)=\"checkForFloatingLabel($event)\"\n (blur)=\"invokeOnTouched($event); checkForFloatingLabel($event)\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [attr.aria-multiselectable]=\"multiple\"\n [autofocus]=\"autofocus\">\n\n <option selected\n value=\"undefined\"\n [textContent]=\"placeholder\"\n id=\"placeholderOption\"\n [hidden]=\"!placeholder\"></option>\n\n <ng-container *ngIf=\"groupby\">\n <optgroup *ngFor=\"let groupObj of groupedData\"\n [label]=\"groupObj.key\">\n <option *ngFor=\"let item of groupObj.data;\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </optgroup>\n </ng-container>\n\n <ng-container *ngIf=\"!groupby\">\n <option *ngFor=\"let item of datasetItems\"\n [value]=\"item.key\"\n [selected]=\"item.selected\"\n [textContent]=\"item.label\"\n role=\"option\"></option>\n </ng-container>\n</select>\n" }]
2318
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.App }, { type: undefined, decorators: [{
2319
- type: i0.Inject,
2320
- args: ['EXPLICIT_CONTEXT']
2321
- }, {
2322
- type: i0.Optional
2323
- }] }], { selectEl: [{
2324
- type: i0.ViewChild,
2325
- args: ['select', { static: true, read: i0.ElementRef }]
2326
- }] }); })();
2327
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(SelectComponent, { className: "SelectComponent", filePath: "select/select.component.ts", lineNumber: 22 }); })();
2328
-
2329
- const switchProps = new Map([
2330
- ['class', i2.PROP_STRING],
2331
- ['compareby', i2.PROP_STRING],
2332
- ['datafield', i2.PROP_STRING],
2333
- ['dataset', { value: 'yes, no, maybe', ...i2.PROP_ANY }],
2334
- ['datavaluesource', i2.PROP_ANY],
2335
- ['datavalue', i2.PROP_STRING],
2336
- ['disabled', i2.PROP_BOOLEAN],
2337
- ['displayexpression', i2.PROP_STRING],
2338
- ['displayfield', i2.PROP_STRING],
2339
- ['hint', i2.PROP_STRING],
2340
- ['iconclass', i2.PROP_STRING],
2341
- ['name', i2.PROP_STRING],
2342
- ['orderby', i2.PROP_STRING],
2343
- ['required', i2.PROP_BOOLEAN],
2344
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2345
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }]
2346
- ]);
2347
- const registerProps$6 = () => {
2348
- i2.register('wm-switch', switchProps);
2349
- i2.registerFormWidget(i1$1.FormWidgetType.SWITCH, new Map(switchProps));
2350
- i2.registerFormWidget(i1$1.FormWidgetType.TOGGLE, new Map(switchProps));
2351
- };
2352
-
2353
- const _c0$6 = ["wmSwitch", ""];
2354
- const _c1$5 = (a0, a1) => ({ "selected": a0, "disabled": a1 });
2355
- const _c2$1 = a0 => ["app-icon", a0];
2356
- function SwitchComponent_a_1_i_1_Template(rf, ctx) { if (rf & 1) {
2357
- i0__namespace.ɵɵelement(0, "i", 8);
2358
- } if (rf & 2) {
2359
- const opt_r3 = i0__namespace.ɵɵnextContext().$implicit;
2360
- const ctx_r4 = i0__namespace.ɵɵnextContext();
2361
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(1, _c2$1, opt_r3.dataObject[ctx_r4.iconclass] || opt_r3["icon"]));
2362
- } }
2363
- function SwitchComponent_a_1_Template(rf, ctx) { if (rf & 1) {
2364
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2365
- i0__namespace.ɵɵelementStart(0, "a", 5);
2366
- i0__namespace.ɵɵlistener("click", function SwitchComponent_a_1_Template_a_click_0_listener($event) { const ctx_r1 = i0__namespace.ɵɵrestoreView(_r1); const opt_r3 = ctx_r1.$implicit; const $index_r4 = ctx_r1.index; const ctx_r4 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r4.selectOpt($event, $index_r4, opt_r3)); });
2367
- i0__namespace.ɵɵtemplate(1, SwitchComponent_a_1_i_1_Template, 1, 3, "i", 6);
2368
- i0__namespace.ɵɵelement(2, "span", 7);
2369
- i0__namespace.ɵɵelementEnd();
2370
- } if (rf & 2) {
2371
- const opt_r3 = ctx.$implicit;
2372
- const ctx_r4 = i0__namespace.ɵɵnextContext();
2373
- i0__namespace.ɵɵproperty("name", "wm-switch-" + opt_r3.key)("ngClass", i0__namespace.ɵɵpureFunction2(4, _c1$5, opt_r3.selected, ctx_r4.disabled));
2374
- i0__namespace.ɵɵadvance();
2375
- i0__namespace.ɵɵproperty("ngIf", opt_r3.dataObject && opt_r3.dataObject[ctx_r4.iconclass]);
2376
- i0__namespace.ɵɵadvance();
2377
- i0__namespace.ɵɵproperty("textContent", opt_r3[ctx_r4.displayfield] || opt_r3.label);
2378
- } }
2379
- function SwitchComponent_i_3_Template(rf, ctx) { if (rf & 1) {
2380
- i0__namespace.ɵɵelement(0, "i");
2381
- } if (rf & 2) {
2382
- const ctx_r4 = i0__namespace.ɵɵnextContext();
2383
- i0__namespace.ɵɵclassMapInterpolate1("app-icon ", ctx_r4.selectedItem && ctx_r4.selectedItem.dataObject && ctx_r4.selectedItem.dataObject[ctx_r4.iconclass], "");
2384
- } }
2385
- const DEFAULT_CLS = 'app-switch';
2386
- const WIDGET_CONFIG$6 = { widgetType: 'wm-switch', hostClass: DEFAULT_CLS };
2387
- class SwitchComponent extends DatasetAwareFormComponent {
2388
- static { this.initializeProps = registerProps$6(); }
2389
- constructor(inj, explicitContext) {
2390
- super(inj, WIDGET_CONFIG$6, explicitContext);
2391
- this.options = [];
2392
- this._debounceSetSelectedValue = i1$1.debounce((val) => {
2393
- this.setSelectedValue();
2394
- this.updateHighlighter(val);
2395
- // only for default value trigger app digest to apply the selectedItem
2396
- if (val) {
2397
- i1$1.$appDigest();
2398
- }
2399
- }, 200);
2400
- const datasetSubscription = this.dataset$.subscribe(() => this.updateSwitchOptions());
2401
- this.registerDestroyListener(() => datasetSubscription.unsubscribe());
2402
- const datavalueSubscription = this.datavalue$.subscribe(() => {
2403
- this._debounceSetSelectedValue(true);
2404
- });
2405
- this.registerDestroyListener(() => datavalueSubscription.unsubscribe());
2406
- }
2407
- ngAfterViewInit() {
2408
- super.ngAfterViewInit();
2409
- i2.styler(this.nativeElement, this);
2410
- }
2411
- onStyleChange(key, nv, ov) {
2412
- if (key === 'height') {
2413
- i1$1.setCSS(this.nativeElement, 'overflow', nv ? 'auto' : '');
2414
- }
2415
- else {
2416
- super.onStyleChange(key, nv, ov);
2417
- }
2418
- }
2419
- // This function sets the selectedItem by either using compareby fields or selected flag on datasetItems.
2420
- setSelectedValue() {
2421
- if (i1$1.isDefined(this.datavalue) || i1$1.isDefined(this.toBeProcessedDatavalue)) {
2422
- this.selectedItem = lodashEs.find(this.datasetItems, { selected: true });
2423
- return;
2424
- }
2425
- // If no value is provided, set first value as default if options are available else set -1 ie no selection
2426
- this.selectOptAtIndex(0);
2427
- }
2428
- // set the css for switch overlay element.
2429
- // set the selected index from the datasetItems and highlight the datavalue on switch.
2430
- updateSwitchOptions() {
2431
- if (this.datasetItems.length) {
2432
- this.btnwidth = (100 / this.datasetItems.length);
2433
- i1$1.setCSS(this.nativeElement.querySelector('.app-switch-overlay'), 'width', this.btnwidth + '%');
2434
- }
2435
- this._debounceSetSelectedValue(true);
2436
- }
2437
- // This function animates the highlighted span on to the selected value.
2438
- updateHighlighter(skipAnimation) {
2439
- const handler = $(this.nativeElement).find('span.app-switch-overlay');
2440
- this.setSelectedValue();
2441
- let left, index = this.selectedItem ? lodashEs.findIndex(this.datasetItems, { key: this.selectedItem.key }) : -1;
2442
- if (index === undefined || index === null) {
2443
- index = -1;
2444
- }
2445
- left = index * this.btnwidth;
2446
- if (skipAnimation) {
2447
- handler.css('left', left + '%');
2448
- }
2449
- else {
2450
- handler.animate({
2451
- left: left + '%'
2452
- }, 300);
2453
- }
2454
- }
2455
- selectOptAtIndex($index) {
2456
- if (!this.datasetItems.length) {
2457
- return;
2458
- }
2459
- const opt = this.datasetItems[$index];
2460
- this._modelByValue = opt.value;
2461
- }
2462
- // Triggered on selected the option from the switch.
2463
- // set the index and highlight the default value. Invoke onchange event handler.
2464
- selectOpt($event, $index, option) {
2465
- $event.preventDefault();
2466
- if (this.disabled) {
2467
- return;
2468
- }
2469
- this.modelByKey = option.key;
2470
- this.invokeOnTouched();
2471
- if (this.selectedItem && $index === lodashEs.findIndex(this.datasetItems, { key: this.selectedItem.key })) {
2472
- if (this.datasetItems.length === 2) {
2473
- $index = $index === 1 ? 0 : 1;
2474
- }
2475
- else {
2476
- return;
2477
- }
2478
- }
2479
- this.selectedItem = this.datasetItems[$index];
2480
- this.updateHighlighter();
2481
- // invoke on datavalue change.
2482
- this.invokeOnChange(this.datavalue, $event || {}, true);
2483
- i1$1.$appDigest();
2484
- }
2485
- onPropertyChange(key, nv, ov) {
2486
- if (key === 'disabled' && !i1$1.toBoolean(nv)) {
2487
- this.nativeElement.removeAttribute(key);
2488
- }
2489
- else {
2490
- super.onPropertyChange(key, nv, ov);
2491
- }
2492
- }
2493
- static { this.ɵfac = function SwitchComponent_Factory(t) { return new (t || SwitchComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2494
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: SwitchComponent, selectors: [["", "wmSwitch", ""]], exportAs: ["wmSwitch"], features: [i0__namespace.ɵɵProvidersFeature([
2495
- i2.provideAs(SwitchComponent, i2$1.NG_VALUE_ACCESSOR, true),
2496
- i2.provideAsWidgetRef(SwitchComponent)
2497
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c0$6, decls: 6, vars: 8, consts: [["role", "group", 1, "btn-group", "btn-group-justified"], ["focus-target", "", "href", "javascript:void(0);", "class", "btn btn-default", 3, "name", "ngClass", "click", 4, "ngFor", "ngForOf"], [1, "btn", "btn-primary", "app-switch-overlay", "switch-handle", 3, "title"], [3, "class", 4, "ngIf"], ["aria-hidden", "true", 1, "model-holder", "ng-hide", 3, "name", "disabled", "value", "required"], ["focus-target", "", "href", "javascript:void(0);", 1, "btn", "btn-default", 3, "click", "name", "ngClass"], ["aria-hidden", "true", 3, "ngClass", 4, "ngIf"], [1, "caption", 3, "textContent"], ["aria-hidden", "true", 3, "ngClass"]], template: function SwitchComponent_Template(rf, ctx) { if (rf & 1) {
2498
- i0__namespace.ɵɵelementStart(0, "div", 0);
2499
- i0__namespace.ɵɵtemplate(1, SwitchComponent_a_1_Template, 3, 7, "a", 1);
2500
- i0__namespace.ɵɵelementEnd();
2501
- i0__namespace.ɵɵelementStart(2, "span", 2);
2502
- i0__namespace.ɵɵtemplate(3, SwitchComponent_i_3_Template, 1, 3, "i", 3);
2503
- i0__namespace.ɵɵtext(4);
2504
- i0__namespace.ɵɵelementEnd();
2505
- i0__namespace.ɵɵelement(5, "input", 4);
2506
- } if (rf & 2) {
2507
- i0__namespace.ɵɵadvance();
2508
- i0__namespace.ɵɵproperty("ngForOf", ctx.datasetItems);
2509
- i0__namespace.ɵɵadvance();
2510
- i0__namespace.ɵɵproperty("title", ctx.selectedItem ? ctx.selectedItem.label : ctx.modelByKey);
2511
- i0__namespace.ɵɵadvance();
2512
- i0__namespace.ɵɵproperty("ngIf", ctx.iconclass);
2513
- i0__namespace.ɵɵadvance();
2514
- i0__namespace.ɵɵtextInterpolate1(" ", ctx.selectedItem ? ctx.selectedItem.label : ctx.modelByKey, "\n");
2515
- i0__namespace.ɵɵadvance();
2516
- i0__namespace.ɵɵproperty("name", ctx.name)("disabled", ctx.disabled)("value", ctx.modelByKey)("required", ctx.required);
2517
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgForOf, i1__namespace.NgIf, i2__namespace.TextContentDirective], encapsulation: 2 }); }
2518
- }
2519
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(SwitchComponent, [{
2520
- type: i0.Component,
2521
- args: [{ selector: '[wmSwitch]', providers: [
2522
- i2.provideAs(SwitchComponent, i2$1.NG_VALUE_ACCESSOR, true),
2523
- i2.provideAsWidgetRef(SwitchComponent)
2524
- ], exportAs: 'wmSwitch', template: "<div role=\"group\" class=\"btn-group btn-group-justified\">\n <a *ngFor=\"let opt of datasetItems; let $index = index;\"\n focus-target\n href=\"javascript:void(0);\"\n class=\"btn btn-default\"\n [name]=\"'wm-switch-' + opt.key\"\n [ngClass]=\"{'selected': opt.selected, 'disabled': disabled}\"\n (click)=\"selectOpt($event, $index, opt)\"\n >\n <i *ngIf=\"opt.dataObject && opt.dataObject[iconclass]\" aria-hidden=\"true\" [ngClass]=\"['app-icon', opt.dataObject[iconclass] || opt['icon']]\"></i>\n <span class=\"caption\" [textContent]=\"opt[displayfield] || opt.label\"></span>\n </a>\n</div>\n<span [title]=\"selectedItem ? selectedItem.label : modelByKey\"\n class=\"btn btn-primary app-switch-overlay switch-handle\">\n <i *ngIf=\"iconclass\"\n class=\"app-icon {{(selectedItem && selectedItem.dataObject) && selectedItem.dataObject[iconclass]}}\"></i>\n {{selectedItem ? selectedItem.label : modelByKey}}\n</span>\n<input [name]=\"name\" class=\"model-holder ng-hide\" [disabled]=\"disabled\" [value]=\"modelByKey\" [required]=\"required\" aria-hidden=\"true\">\n" }]
2525
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2526
- type: i0.Inject,
2527
- args: ['EXPLICIT_CONTEXT']
2528
- }, {
2529
- type: i0.Optional
2530
- }] }], null); })();
2531
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(SwitchComponent, { className: "SwitchComponent", filePath: "switch/switch.component.ts", lineNumber: 25 }); })();
2532
-
2533
- const inputCalendarTypeProps = new Map([
2534
- ['autocomplete', { value: true, ...i2.PROP_BOOLEAN }],
2535
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
2536
- ['autofocus', i2.PROP_BOOLEAN],
2537
- ['class', i2.PROP_STRING],
2538
- ['datasource', i2.PROP_ANY],
2539
- ['datavalue', i2.PROP_STRING],
2540
- ['disabled', i2.PROP_BOOLEAN],
2541
- ['hint', i2.PROP_STRING],
2542
- ['maxvalue', i2.PROP_NUMBER],
2543
- ['minvalue', i2.PROP_NUMBER],
2544
- ['name', i2.PROP_STRING],
2545
- ['placeholder', { value: 'Enter text', ...i2.PROP_STRING }],
2546
- ['readonly', i2.PROP_BOOLEAN],
2547
- ['required', i2.PROP_BOOLEAN],
2548
- ['shortcutkey', i2.PROP_STRING],
2549
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2550
- ['step', i2.PROP_NUMBER],
2551
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2552
- ['type', i2.PROP_STRING],
2553
- ['updateon', i2.PROP_STRING],
2554
- ['conditionalclass', i2.PROP_ANY],
2555
- ['conditionalstyle', i2.PROP_ANY]
2556
- ]);
2557
- const registerProps$5 = () => {
2558
- i2.register('wm-input-calendar', inputCalendarTypeProps);
2559
- };
2560
-
2561
- const _c0$5 = ["input"];
2562
- const _c1$4 = ["type", "date"];
2563
- const WIDGET_CONFIG$5 = {
2564
- widgetType: 'wm-input-calendar',
2565
- hostClass: 'app-input-wrapper'
2566
- };
2567
- class InputCalendarComponent extends BaseInput {
2568
- static { this.initializeProps = registerProps$5(); }
2569
- constructor(inj, explicitContext) {
2570
- super(inj, WIDGET_CONFIG$5, explicitContext);
2571
- }
2572
- static { this.ɵfac = function InputCalendarComponent_Factory(t) { return new (t || InputCalendarComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2573
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: InputCalendarComponent, selectors: [["wm-input", "type", "date"], ["wm-input", "type", "datetime-local"], ["wm-input", "type", "month"], ["wm-input", "type", "time"], ["wm-input", "type", "week"]], viewQuery: function InputCalendarComponent_Query(rf, ctx) { if (rf & 1) {
2574
- i0__namespace.ɵɵviewQuery(_c0$5, 7);
2575
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
2576
- } if (rf & 2) {
2577
- let _t;
2578
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
2579
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
2580
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2581
- i2.provideAs(InputCalendarComponent, i2$1.NG_VALUE_ACCESSOR, true),
2582
- i2.provideAs(InputCalendarComponent, i2$1.NG_VALIDATORS, true),
2583
- i2.provideAsWidgetRef(InputCalendarComponent)
2584
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$4, decls: 2, vars: 17, consts: [["input", ""], ["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "ngModelChange", "blur", "type", "ngModel", "readonly", "required", "disabled", "min", "max", "step", "autofocus", "autocomplete", "ngClass", "ngStyle"]], template: function InputCalendarComponent_Template(rf, ctx) { if (rf & 1) {
2585
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2586
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
2587
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
2588
- i0__namespace.ɵɵlistener("blur", function InputCalendarComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputCalendarComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); });
2589
- i0__namespace.ɵɵelementEnd();
2590
- } if (rf & 2) {
2591
- i0__namespace.ɵɵproperty("type", ctx.type);
2592
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
2593
- i0__namespace.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("autocomplete", ctx.autocomplete ? "on" : "off")("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
2594
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint || ctx.type + " field");
2595
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
2596
- }
2597
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputCalendarComponent, [{
2598
- type: i0.Component,
2599
- args: [{ selector: 'wm-input[type="date"], wm-input[type="datetime-local"], wm-input[type="month"], wm-input[type="time"], wm-input[type="week"]', providers: [
2600
- i2.provideAs(InputCalendarComponent, i2$1.NG_VALUE_ACCESSOR, true),
2601
- i2.provideAs(InputCalendarComponent, i2$1.NG_VALIDATORS, true),
2602
- i2.provideAsWidgetRef(InputCalendarComponent)
2603
- ], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [min]=\"minvalue\"\n [max]=\"maxvalue\"\n [step]=\"step\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint || type + ' field'\"\n [autofocus]=\"autofocus\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n #input>\n" }]
2604
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2605
- type: i0.Inject,
2606
- args: ['EXPLICIT_CONTEXT']
2607
- }, {
2608
- type: i0.Optional
2609
- }] }], { inputEl: [{
2610
- type: i0.ViewChild,
2611
- args: ['input', { static: true }]
2612
- }], ngModel: [{
2613
- type: i0.ViewChild,
2614
- args: [i2$1.NgModel]
2615
- }] }); })();
2616
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(InputCalendarComponent, { className: "InputCalendarComponent", filePath: "text/calendar/input-calendar.component.ts", lineNumber: 22 }); })();
2617
-
2618
- const inputColorTypeProps = new Map([
2619
- ['autocomplete', { value: true, ...i2.PROP_BOOLEAN }],
2620
- ['autofocus', i2.PROP_BOOLEAN],
2621
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
2622
- ['class', i2.PROP_STRING],
2623
- ['datavaluesource', i2.PROP_ANY],
2624
- ['datavalue', i2.PROP_STRING],
2625
- ['disabled', i2.PROP_BOOLEAN],
2626
- ['hint', i2.PROP_STRING],
2627
- ['name', i2.PROP_STRING],
2628
- ['placeholder', { value: 'Enter text', ...i2.PROP_STRING }],
2629
- ['readonly', i2.PROP_BOOLEAN],
2630
- ['required', i2.PROP_BOOLEAN],
2631
- ['shortcutkey', i2.PROP_STRING],
2632
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2633
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2634
- ['type', { value: 'color', ...i2.PROP_STRING }],
2635
- ['updateon', i2.PROP_STRING],
2636
- ['conditionalclass', i2.PROP_ANY],
2637
- ['conditionalstyle', i2.PROP_ANY]
2638
- ]);
2639
- const registerProps$4 = () => {
2640
- i2.register('wm-input-color', inputColorTypeProps);
2641
- };
2642
-
2643
- const _c0$4 = ["input"];
2644
- const _c1$3 = ["type", "color"];
2645
- const WIDGET_CONFIG$4 = {
2646
- widgetType: 'wm-input-color',
2647
- hostClass: 'app-input-wrapper'
2648
- };
2649
- class InputColorComponent extends BaseInput {
2650
- static { this.initializeProps = registerProps$4(); }
2651
- constructor(inj, explicitContext) {
2652
- super(inj, WIDGET_CONFIG$4, explicitContext);
2653
- }
2654
- static { this.ɵfac = function InputColorComponent_Factory(t) { return new (t || InputColorComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2655
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: InputColorComponent, selectors: [["wm-input", "type", "color"]], viewQuery: function InputColorComponent_Query(rf, ctx) { if (rf & 1) {
2656
- i0__namespace.ɵɵviewQuery(_c0$4, 7);
2657
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
2658
- } if (rf & 2) {
2659
- let _t;
2660
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
2661
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
2662
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2663
- i2.provideAs(InputColorComponent, i2$1.NG_VALUE_ACCESSOR, true),
2664
- i2.provideAs(InputColorComponent, i2$1.NG_VALIDATORS, true),
2665
- i2.provideAsWidgetRef(InputColorComponent)
2666
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$3, decls: 2, vars: 14, consts: [["input", ""], ["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "ngModelChange", "blur", "type", "ngModel", "readonly", "required", "disabled", "maxlength", "autofocus", "ngClass", "ngStyle"]], template: function InputColorComponent_Template(rf, ctx) { if (rf & 1) {
2667
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2668
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
2669
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
2670
- i0__namespace.ɵɵlistener("blur", function InputColorComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputColorComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); });
2671
- i0__namespace.ɵɵelementEnd();
2672
- } if (rf & 2) {
2673
- i0__namespace.ɵɵproperty("type", ctx.type);
2674
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
2675
- i0__namespace.ɵɵproperty("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
2676
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
2677
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.MaxLengthValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
2678
- }
2679
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputColorComponent, [{
2680
- type: i0.Component,
2681
- args: [{ selector: 'wm-input[type="color"]', providers: [
2682
- i2.provideAs(InputColorComponent, i2$1.NG_VALUE_ACCESSOR, true),
2683
- i2.provideAs(InputColorComponent, i2$1.NG_VALIDATORS, true),
2684
- i2.provideAsWidgetRef(InputColorComponent)
2685
- ], template: "<input class=\"form-control app-textbox\"\n focus-target\n [type]=\"type\"\n role=\"textbox\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n #input>\n" }]
2686
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2687
- type: i0.Inject,
2688
- args: ['EXPLICIT_CONTEXT']
2689
- }, {
2690
- type: i0.Optional
2691
- }] }], { inputEl: [{
2692
- type: i0.ViewChild,
2693
- args: ['input', { static: true }]
2694
- }], ngModel: [{
2695
- type: i0.ViewChild,
2696
- args: [i2$1.NgModel]
2697
- }] }); })();
2698
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(InputColorComponent, { className: "InputColorComponent", filePath: "text/color/input-color.component.ts", lineNumber: 23 }); })();
2699
-
2700
- const inputEmailTypeProps = new Map([
2701
- ['autocomplete', { value: true, ...i2.PROP_BOOLEAN }],
2702
- ['autofocus', i2.PROP_BOOLEAN],
2703
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
2704
- ['class', i2.PROP_STRING],
2705
- ['datavaluesource', i2.PROP_ANY],
2706
- ['datavalue', i2.PROP_STRING],
2707
- ['disabled', i2.PROP_BOOLEAN],
2708
- ['hint', i2.PROP_STRING],
2709
- ['maxchars', i2.PROP_NUMBER],
2710
- ['name', i2.PROP_STRING],
2711
- ['placeholder', { value: 'Enter text', ...i2.PROP_STRING }],
2712
- ['readonly', i2.PROP_BOOLEAN],
2713
- ['regexp', i2.PROP_STRING],
2714
- ['required', i2.PROP_BOOLEAN],
2715
- ['shortcutkey', i2.PROP_STRING],
2716
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2717
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2718
- ['type', { value: 'email', ...i2.PROP_STRING }],
2719
- ['updateon', i2.PROP_STRING],
2720
- ['conditionalclass', i2.PROP_ANY],
2721
- ['conditionalstyle', i2.PROP_ANY]
2722
- ]);
2723
- const registerProps$3 = () => {
2724
- i2.register('wm-input-email', inputEmailTypeProps);
2725
- };
2726
-
2727
- const _c0$3 = ["input"];
2728
- const _c1$2 = ["type", "email"];
2729
- const WIDGET_CONFIG$3 = {
2730
- widgetType: 'wm-input-email',
2731
- hostClass: 'app-input-wrapper'
2732
- };
2733
- class InputEmailComponent extends BaseInput {
2734
- static { this.initializeProps = registerProps$3(); }
2735
- constructor(inj, explicitContext) {
2736
- super(inj, WIDGET_CONFIG$3, explicitContext);
2737
- }
2738
- static { this.ɵfac = function InputEmailComponent_Factory(t) { return new (t || InputEmailComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2739
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: InputEmailComponent, selectors: [["wm-input", "type", "email"]], viewQuery: function InputEmailComponent_Query(rf, ctx) { if (rf & 1) {
2740
- i0__namespace.ɵɵviewQuery(_c0$3, 7);
2741
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
2742
- } if (rf & 2) {
2743
- let _t;
2744
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
2745
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
2746
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2747
- i2.provideAs(InputEmailComponent, i2$1.NG_VALUE_ACCESSOR, true),
2748
- i2.provideAs(InputEmailComponent, i2$1.NG_VALIDATORS, true),
2749
- i2.provideAsWidgetRef(InputEmailComponent)
2750
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$2, decls: 2, vars: 17, consts: [["input", ""], ["focus-target", "", "role", "textbox", "email", "", 1, "form-control", "app-textbox", 3, "ngModelChange", "blur", "keyup.enter", "type", "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "pattern", "autofocus", "ngClass", "ngStyle", "autocomplete"]], template: function InputEmailComponent_Template(rf, ctx) { if (rf & 1) {
2751
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2752
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
2753
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function InputEmailComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
2754
- i0__namespace.ɵɵlistener("blur", function InputEmailComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputEmailComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); })("keyup.enter", function InputEmailComponent_Template_input_keyup_enter_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const input_r2 = i0__namespace.ɵɵreference(1); return i0__namespace.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); });
2755
- i0__namespace.ɵɵelementEnd();
2756
- } if (rf & 2) {
2757
- i0__namespace.ɵɵproperty("type", ctx.type);
2758
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
2759
- i0__namespace.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
2760
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
2761
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.MaxLengthValidator, i2$1__namespace.PatternValidator, i2$1__namespace.EmailValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
2762
- }
2763
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputEmailComponent, [{
2764
- type: i0.Component,
2765
- args: [{ selector: 'wm-input[type="email"]', providers: [
2766
- i2.provideAs(InputEmailComponent, i2$1.NG_VALUE_ACCESSOR, true),
2767
- i2.provideAs(InputEmailComponent, i2$1.NG_VALIDATORS, true),
2768
- i2.provideAsWidgetRef(InputEmailComponent)
2769
- ], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n email\n #input>\n" }]
2770
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2771
- type: i0.Inject,
2772
- args: ['EXPLICIT_CONTEXT']
2773
- }, {
2774
- type: i0.Optional
2775
- }] }], { inputEl: [{
2776
- type: i0.ViewChild,
2777
- args: ['input', { static: true }]
2778
- }], ngModel: [{
2779
- type: i0.ViewChild,
2780
- args: [i2$1.NgModel]
2781
- }] }); })();
2782
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(InputEmailComponent, { className: "InputEmailComponent", filePath: "text/email/input-email.component.ts", lineNumber: 23 }); })();
2783
-
2784
- const inputNumberTypeProps = new Map([
2785
- ['autocomplete', { value: true, ...i2.PROP_BOOLEAN }],
2786
- ['autofocus', i2.PROP_BOOLEAN],
2787
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
2788
- ['class', i2.PROP_STRING],
2789
- ['datavaluesource', i2.PROP_ANY],
2790
- ['datavalue', i2.PROP_STRING],
2791
- ['disabled', i2.PROP_BOOLEAN],
2792
- ['hint', i2.PROP_STRING],
2793
- ['maxchars', i2.PROP_NUMBER],
2794
- ['maxvalue', i2.PROP_NUMBER],
2795
- ['minvalue', i2.PROP_NUMBER],
2796
- ['name', i2.PROP_STRING],
2797
- ['placeholder', { value: 'Enter text', ...i2.PROP_STRING }],
2798
- ['readonly', i2.PROP_BOOLEAN],
2799
- ['regexp', i2.PROP_STRING],
2800
- ['required', i2.PROP_BOOLEAN],
2801
- ['shortcutkey', i2.PROP_STRING],
2802
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2803
- ['step', i2.PROP_NUMBER],
2804
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2805
- ['type', { value: 'number', ...i2.PROP_STRING }],
2806
- ['updateon', i2.PROP_STRING],
2807
- ['conditionalclass', i2.PROP_ANY],
2808
- ['conditionalstyle', i2.PROP_ANY]
2809
- ]);
2810
- const registerProps$2 = () => {
2811
- i2.register('wm-input-number', inputNumberTypeProps);
2812
- };
2813
-
2814
- const _c0$2 = ["input"];
2815
- const _c1$1 = ["type", "number"];
2816
- const _c2 = a0 => ({ "step-hidden": a0 });
2817
- const WIDGET_CONFIG$2 = {
2818
- widgetType: 'wm-input-number',
2819
- hostClass: 'app-input-wrapper'
2820
- };
2821
- class InputNumberComponent extends BaseInput {
2822
- static { this.initializeProps = registerProps$2(); }
2823
- constructor(inj, explicitContext) {
2824
- super(inj, WIDGET_CONFIG$2, explicitContext);
2825
- }
2826
- onArrowPress($event) {
2827
- if (this.step === 0) {
2828
- $event.preventDefault();
2829
- }
2830
- }
2831
- validateInputEntry($event) {
2832
- if ($event.key === 'e' && $event.target.value.indexOf($event.key) !== -1) {
2833
- return false;
2834
- }
2835
- }
2836
- static { this.ɵfac = function InputNumberComponent_Factory(t) { return new (t || InputNumberComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2837
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: InputNumberComponent, selectors: [["wm-input", "type", "number"]], viewQuery: function InputNumberComponent_Query(rf, ctx) { if (rf & 1) {
2838
- i0__namespace.ɵɵviewQuery(_c0$2, 7);
2839
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
2840
- } if (rf & 2) {
2841
- let _t;
2842
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
2843
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
2844
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2845
- i2.provideAs(InputNumberComponent, i2$1.NG_VALUE_ACCESSOR, true),
2846
- i2.provideAs(InputNumberComponent, i2$1.NG_VALIDATORS, true),
2847
- i2.provideAsWidgetRef(InputNumberComponent)
2848
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1$1, decls: 2, vars: 22, consts: [["input", ""], ["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "ngModelChange", "blur", "keyup.enter", "keydown.ArrowUp", "keydown.ArrowDown", "keypress", "ngClass", "type", "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "min", "max", "step", "autofocus", "ngStyle", "autocomplete"]], template: function InputNumberComponent_Template(rf, ctx) { if (rf & 1) {
2849
- const _r1 = i0__namespace.ɵɵgetCurrentView();
2850
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
2851
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function InputNumberComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
2852
- i0__namespace.ɵɵlistener("blur", function InputNumberComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleBlur($event)); })("ngModelChange", function InputNumberComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); })("keyup.enter", function InputNumberComponent_Template_input_keyup_enter_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const input_r2 = i0__namespace.ɵɵreference(1); return i0__namespace.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); })("keydown.ArrowUp", function InputNumberComponent_Template_input_keydown_ArrowUp_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onArrowPress($event)); })("keydown.ArrowDown", function InputNumberComponent_Template_input_keydown_ArrowDown_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onArrowPress($event)); })("keypress", function InputNumberComponent_Template_input_keypress_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.validateInputEntry($event)); });
2853
- i0__namespace.ɵɵelementEnd();
2854
- } if (rf & 2) {
2855
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction1(20, _c2, ctx.step === 0))("type", ctx.type);
2856
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
2857
- i0__namespace.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("min", ctx.minvalue)("max", ctx.maxvalue)("step", ctx.step)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
2858
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
2859
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.MaxLengthValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
2860
- }
2861
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputNumberComponent, [{
2862
- type: i0.Component,
2863
- args: [{ selector: 'wm-input[type="number"]', providers: [
2864
- i2.provideAs(InputNumberComponent, i2$1.NG_VALUE_ACCESSOR, true),
2865
- i2.provideAs(InputNumberComponent, i2$1.NG_VALIDATORS, true),
2866
- i2.provideAsWidgetRef(InputNumberComponent)
2867
- ], template: "<input class=\"form-control app-textbox\"\n [ngClass]=\"{'step-hidden': step === 0}\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [min]=\"minvalue\"\n [max]=\"maxvalue\"\n [step]=\"step\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (ngModelChange)=\"handleChange($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n (keydown.ArrowUp)=\"onArrowPress($event)\"\n (keydown.ArrowDown)=\"onArrowPress($event)\"\n (keypress)=\"validateInputEntry($event)\"\n #input>\n" }]
2868
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
2869
- type: i0.Inject,
2870
- args: ['EXPLICIT_CONTEXT']
2871
- }, {
2872
- type: i0.Optional
2873
- }] }], { inputEl: [{
2874
- type: i0.ViewChild,
2875
- args: ['input', { static: true }]
2876
- }], ngModel: [{
2877
- type: i0.ViewChild,
2878
- args: [i2$1.NgModel]
2879
- }] }); })();
2880
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(InputNumberComponent, { className: "InputNumberComponent", filePath: "text/number/input-number.component.ts", lineNumber: 22 }); })();
2881
-
2882
- const inputTextTypeProps = new Map([
2883
- ['autocomplete', { value: true, ...i2.PROP_BOOLEAN }],
2884
- ['autofocus', i2.PROP_BOOLEAN],
2885
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
2886
- ['class', i2.PROP_STRING],
2887
- ['datavaluesource', i2.PROP_ANY],
2888
- ['datavalue', i2.PROP_STRING],
2889
- ['disabled', i2.PROP_BOOLEAN],
2890
- ['displayformat', i2.PROP_STRING],
2891
- ['hint', i2.PROP_STRING],
2892
- ['maxchars', i2.PROP_NUMBER],
2893
- ['name', i2.PROP_STRING],
2894
- ['placeholder', { value: 'Enter text', ...i2.PROP_STRING }],
2895
- ['readonly', i2.PROP_BOOLEAN],
2896
- ['regexp', i2.PROP_STRING],
2897
- ['required', i2.PROP_BOOLEAN],
2898
- ['shortcutkey', i2.PROP_STRING],
2899
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
2900
- ['showdisplayformaton', { value: 'always', ...i2.PROP_ANY }],
2901
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
2902
- ['type', { value: 'text', ...i2.PROP_STRING }],
2903
- ['updateon', i2.PROP_STRING],
2904
- ['conditionalclass', i2.PROP_ANY],
2905
- ['conditionalstyle', i2.PROP_ANY]
2906
- ]);
2907
- const registerProps$1 = () => {
2908
- i2.register('wm-input-text', inputTextTypeProps);
2909
- i2.registerFormWidget(i1$1.FormWidgetType.PASSWORD, new Map(inputTextTypeProps));
2910
- const formTextProps = new Map(inputTextTypeProps);
2911
- const mergeTextProps = (typeProps) => {
2912
- typeProps.forEach((v, k) => formTextProps.set(k, v));
2913
- };
2914
- mergeTextProps(inputCalendarTypeProps);
2915
- mergeTextProps(inputColorTypeProps);
2916
- mergeTextProps(inputEmailTypeProps);
2917
- mergeTextProps(inputNumberTypeProps);
2918
- i2.registerFormWidget(i1$1.FormWidgetType.TEXT, new Map(formTextProps));
2919
- };
2920
-
2921
- const _c0$1 = ["input"];
2922
- const _c1 = ["type", "text"];
2923
- const WIDGET_CONFIG$1 = {
2924
- widgetType: 'wm-input-text',
2925
- hostClass: 'app-input-wrapper'
2926
- };
2927
- class InputTextComponent extends BaseInput {
2928
- static { this.initializeProps = registerProps$1(); }
2929
- constructor(inj, explicitContext) {
2930
- super(inj, WIDGET_CONFIG$1, explicitContext);
2931
- this.lazy = false;
2932
- }
2933
- /* Define the property change handler. This function will be triggered when there is a change in the widget property */
2934
- onPropertyChange(key, nv, ov) {
2935
- /*Monitoring changes for styles or properties and accordingly handling respective changes.*/
2936
- switch (key) {
2937
- case 'displayformat':
2938
- this.maskVal = this.displayformat;
2939
- this.checkForDisplayFormat();
2940
- break;
2941
- case 'showdisplayformaton':
2942
- this.lazy = nv === 'keypress' ? true : false;
2943
- break;
2944
- default:
2945
- super.onPropertyChange(key, nv, ov);
2946
- }
2947
- }
2948
- get mask() {
2949
- if (this.displayformat && (!this.placeholder || (this.placeholder && this.isFocused))) {
2950
- return {
2951
- mask: this.maskVal,
2952
- lazy: this.lazy,
2953
- definitions: {
2954
- '9': /\d/,
2955
- 'A': /[a-zA-Z]/,
2956
- 'a': /[a-z]/,
2957
- '*': /\w/
2958
- }
2959
- };
2960
- }
2961
- else {
2962
- return false;
2963
- }
2964
- }
2965
- // show display format on focus or when it has a data value present. Else show the placeholder
2966
- checkForDisplayFormat($event) {
2967
- if (this.displayformat) {
2968
- this.isFocused = (($event && $event.type === 'focus') || this.datavalue) ? true : false;
2969
- // Do not show format placeholder when no value is present on blur
2970
- if (!this.isFocused && this.imask && this.imask.maskRef) {
2971
- this.imask.maskRef.updateOptions({ lazy: true });
2972
- // on blur, when no value is present assign maskref to null, as in some cases (where format palceholder starts with pranthesis) the format placeholder is still shown. WMS-20124
2973
- if (!this.datavalue && this.imask.maskRef.value) {
2974
- this.imask.maskRef.value = this.datavalue;
2975
- }
2976
- }
2977
- else {
2978
- // when display format is dynamically populated, cursor position is at the end of the format, readjusting the cursor position based on masked input value
2979
- // Adding timeout, as the below code should be on hold until imask model is generated
2980
- setTimeout(() => {
2981
- if (this.imask && this.imask.maskRef && this.imask.maskRef.value) {
2982
- const maskValIndex = this.imask.maskRef.value.indexOf('_');
2983
- const enteredMaskVal = maskValIndex >= 0 ? this.imask.maskRef.value.slice(0, maskValIndex).length : this.imask.maskRef.value.length;
2984
- if (enteredMaskVal !== this.imask.maskRef.cursorPos) {
2985
- this.imask.maskRef.updateCursor(enteredMaskVal);
2986
- }
2987
- }
2988
- }, 50);
2989
- }
2990
- }
2991
- else if (this.imask && this.imask.maskRef) { // When display format is bound via condition, remove the placeholder when the format is not applicable
2992
- this.imask.maskRef.updateOptions({ lazy: true });
2993
- // when display format is removed assign input value to the datavalue attr. WMS-20124
2994
- this.inputEl.nativeElement.value = this.datavalue;
2995
- }
2996
- }
2997
- ngOnInit() {
2998
- super.ngOnInit();
2999
- this.isFocused = !!this.datavalue;
3000
- }
3001
- static { this.ɵfac = function InputTextComponent_Factory(t) { return new (t || InputTextComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
3002
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: InputTextComponent, selectors: [["wm-input", "type", "text"], ["wm-input", 3, "type", ""], ["wm-input", "type", "password"], ["wm-input", "type", "search"], ["wm-input", "type", "tel"], ["wm-input", "type", "url"]], viewQuery: function InputTextComponent_Query(rf, ctx) { if (rf & 1) {
3003
- i0__namespace.ɵɵviewQuery(_c0$1, 7);
3004
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
3005
- i0__namespace.ɵɵviewQuery(_c0$1, 5, i3.IMaskDirective);
3006
- } if (rf & 2) {
3007
- let _t;
3008
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
3009
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
3010
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.imask = _t.first);
3011
- } }, features: [i0__namespace.ɵɵProvidersFeature([
3012
- i2.provideAs(InputTextComponent, i2$1.NG_VALUE_ACCESSOR, true),
3013
- i2.provideAs(InputTextComponent, i2$1.NG_VALIDATORS, true),
3014
- i2.provideAsWidgetRef(InputTextComponent)
3015
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c1, decls: 2, vars: 19, consts: [["input", ""], ["focus-target", "", "role", "textbox", 1, "form-control", "app-textbox", 3, "ngModelChange", "blur", "focus", "keyup.enter", "type", "ngModel", "imask", "unmask", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "pattern", "autofocus", "ngClass", "ngStyle", "autocomplete"]], template: function InputTextComponent_Template(rf, ctx) { if (rf & 1) {
3016
- const _r1 = i0__namespace.ɵɵgetCurrentView();
3017
- i0__namespace.ɵɵelementStart(0, "input", 1, 0);
3018
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function InputTextComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
3019
- i0__namespace.ɵɵlistener("ngModelChange", function InputTextComponent_Template_input_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleChange($event)); })("blur", function InputTextComponent_Template_input_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); ctx.handleBlur($event); return i0__namespace.ɵɵresetView(ctx.checkForDisplayFormat($event)); })("focus", function InputTextComponent_Template_input_focus_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.checkForDisplayFormat($event)); })("keyup.enter", function InputTextComponent_Template_input_keyup_enter_0_listener() { i0__namespace.ɵɵrestoreView(_r1); const input_r2 = i0__namespace.ɵɵreference(1); return i0__namespace.ɵɵresetView(ctx.flushViewChanges(input_r2.value)); });
3020
- i0__namespace.ɵɵelementEnd();
3021
- } if (rf & 2) {
3022
- i0__namespace.ɵɵproperty("type", ctx.type);
3023
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
3024
- i0__namespace.ɵɵproperty("imask", ctx.mask)("unmask", true)("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("pattern", ctx.regexp)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle)("autocomplete", ctx.autocomplete ? "on" : "off");
3025
- i0__namespace.ɵɵattribute("name", ctx.name)("aria-label", ctx.hint)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey);
3026
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.MaxLengthValidator, i2$1__namespace.PatternValidator, i2$1__namespace.NgModel, i3__namespace.IMaskDirective], encapsulation: 2 }); }
3027
- }
3028
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputTextComponent, [{
3029
- type: i0.Component,
3030
- args: [{ selector: 'wm-input[type="text"], wm-input:not([type]), wm-input[type="password"], wm-input[type="search"], wm-input[type="tel"], wm-input[type="url"]', providers: [
3031
- i2.provideAs(InputTextComponent, i2$1.NG_VALUE_ACCESSOR, true),
3032
- i2.provideAs(InputTextComponent, i2$1.NG_VALIDATORS, true),
3033
- i2.provideAsWidgetRef(InputTextComponent)
3034
- ], template: "<input class=\"form-control app-textbox\"\n focus-target\n role=\"textbox\"\n [type]=\"type\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint\"\n [(ngModel)]=\"datavalue\"\n [imask]=\"mask\"\n [unmask]=\"true\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [pattern]=\"regexp\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (ngModelChange)=\"handleChange($event)\"\n (blur)=\"handleBlur($event); checkForDisplayFormat($event)\"\n (focus)=\"checkForDisplayFormat($event)\"\n [autocomplete]=\"autocomplete ? 'on' : 'off'\"\n (keyup.enter)=\"flushViewChanges(input.value)\"\n #input>\n" }]
3035
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
3036
- type: i0.Inject,
3037
- args: ['EXPLICIT_CONTEXT']
3038
- }, {
3039
- type: i0.Optional
3040
- }] }], { inputEl: [{
3041
- type: i0.ViewChild,
3042
- args: ['input', { static: true }]
3043
- }], ngModel: [{
3044
- type: i0.ViewChild,
3045
- args: [i2$1.NgModel]
3046
- }], imask: [{
3047
- type: i0.ViewChild,
3048
- args: ['input', { read: i3.IMaskDirective }]
3049
- }] }); })();
3050
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(InputTextComponent, { className: "InputTextComponent", filePath: "text/text/input-text.component.ts", lineNumber: 23 }); })();
3051
-
3052
- const textareaProps = new Map([
3053
- ['autofocus', i2.PROP_BOOLEAN],
3054
- ['autotrim', { value: true, ...i2.PROP_BOOLEAN }],
3055
- ['class', i2.PROP_STRING],
3056
- ['datavaluesource', i2.PROP_ANY],
3057
- ['datavalue', i2.PROP_STRING],
3058
- ['disabled', i2.PROP_BOOLEAN],
3059
- ['hint', i2.PROP_STRING],
3060
- ['maxchars', i2.PROP_NUMBER],
3061
- ['name', i2.PROP_STRING],
3062
- ['placeholder', { value: 'Place your text', ...i2.PROP_STRING }],
3063
- ['readonly', i2.PROP_BOOLEAN],
3064
- ['required', i2.PROP_BOOLEAN],
3065
- ['shortcutkey', i2.PROP_STRING],
3066
- ['show', { value: true, ...i2.PROP_BOOLEAN }],
3067
- ['tabindex', { value: 0, ...i2.PROP_NUMBER }],
3068
- ['updateon', i2.PROP_STRING],
3069
- ['limitdisplaytext', i2.PROP_STRING],
3070
- ['charlength', i2.PROP_NUMBER],
3071
- ['conditionalclass', i2.PROP_ANY],
3072
- ['conditionalstyle', i2.PROP_ANY]
3073
- ]);
3074
- const registerProps = () => {
3075
- i2.register('wm-textarea', textareaProps);
3076
- i2.registerFormWidget(i1$1.FormWidgetType.TEXTAREA, new Map(textareaProps));
3077
- };
3078
-
3079
- const _c0 = ["textarea"];
3080
- function TextareaComponent_div_2_Template(rf, ctx) { if (rf & 1) {
3081
- i0__namespace.ɵɵelementStart(0, "div", 3);
3082
- i0__namespace.ɵɵtext(1);
3083
- i0__namespace.ɵɵelementEnd();
3084
- } if (rf & 2) {
3085
- const ctx_r1 = i0__namespace.ɵɵnextContext();
3086
- i0__namespace.ɵɵadvance();
3087
- i0__namespace.ɵɵtextInterpolate(ctx_r1.limitdisplaytext);
3088
- } }
3089
- const WIDGET_CONFIG = {
3090
- widgetType: 'wm-textarea',
3091
- hostClass: 'app-input-wrapper'
3092
- };
3093
- class TextareaComponent extends BaseInput {
3094
- static { this.initializeProps = registerProps(); }
3095
- constructor(inj, explicitContext) {
3096
- super(inj, WIDGET_CONFIG, explicitContext);
3097
- this.charlength = 0;
3098
- }
3099
- onInputChange() {
3100
- this.charlength = this.inputEl.nativeElement.value.length;
3101
- }
3102
- static { this.ɵfac = function TextareaComponent_Factory(t) { return new (t || TextareaComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
3103
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: TextareaComponent, selectors: [["wm-textarea"]], viewQuery: function TextareaComponent_Query(rf, ctx) { if (rf & 1) {
3104
- i0__namespace.ɵɵviewQuery(_c0, 7);
3105
- i0__namespace.ɵɵviewQuery(i2$1.NgModel, 5);
3106
- } if (rf & 2) {
3107
- let _t;
3108
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inputEl = _t.first);
3109
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.ngModel = _t.first);
3110
- } }, features: [i0__namespace.ɵɵProvidersFeature([
3111
- i2.provideAs(TextareaComponent, i2$1.NG_VALUE_ACCESSOR, true),
3112
- i2.provideAs(TextareaComponent, i2$1.NG_VALIDATORS, true),
3113
- i2.provideAsWidgetRef(TextareaComponent)
3114
- ]), i0__namespace.ɵɵInheritDefinitionFeature], decls: 3, vars: 15, consts: [["textarea", ""], ["focus-target", "", "role", "textbox", "aria-multiline", "true", 1, "form-control", "app-textarea", 3, "ngModelChange", "blur", "input", "ngModel", "ngModelOptions", "readonly", "required", "disabled", "maxlength", "autofocus", "ngClass", "ngStyle"], ["class", "textarea-count", 4, "ngIf"], [1, "textarea-count"]], template: function TextareaComponent_Template(rf, ctx) { if (rf & 1) {
3115
- const _r1 = i0__namespace.ɵɵgetCurrentView();
3116
- i0__namespace.ɵɵelementStart(0, "textarea", 1, 0);
3117
- i0__namespace.ɵɵtwoWayListener("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); i0__namespace.ɵɵtwoWayBindingSet(ctx.datavalue, $event) || (ctx.datavalue = $event); return i0__namespace.ɵɵresetView($event); });
3118
- i0__namespace.ɵɵlistener("blur", function TextareaComponent_Template_textarea_blur_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.handleBlur($event)); })("input", function TextareaComponent_Template_textarea_input_0_listener() { i0__namespace.ɵɵrestoreView(_r1); return i0__namespace.ɵɵresetView(ctx.onInputChange()); })("ngModelChange", function TextareaComponent_Template_textarea_ngModelChange_0_listener($event) { i0__namespace.ɵɵrestoreView(_r1); ctx.handleChange($event); return i0__namespace.ɵɵresetView(ctx.onInputChange()); });
3119
- i0__namespace.ɵɵelementEnd();
3120
- i0__namespace.ɵɵtemplate(2, TextareaComponent_div_2_Template, 2, 1, "div", 2);
3121
- } if (rf & 2) {
3122
- i0__namespace.ɵɵtwoWayProperty("ngModel", ctx.datavalue);
3123
- i0__namespace.ɵɵproperty("ngModelOptions", ctx.ngModelOptions)("readonly", ctx.readonly)("required", ctx.required)("disabled", ctx.disabled)("maxlength", ctx.maxchars)("autofocus", ctx.autofocus)("ngClass", ctx.conditionalclass)("ngStyle", ctx.conditionalstyle);
3124
- i0__namespace.ɵɵattribute("name", ctx.name)("tabindex", ctx.tabindex)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
3125
- i0__namespace.ɵɵadvance(2);
3126
- i0__namespace.ɵɵproperty("ngIf", ctx.maxchars);
3127
- } }, dependencies: [i1__namespace.NgClass, i1__namespace.NgIf, i1__namespace.NgStyle, i2$1__namespace.DefaultValueAccessor, i2$1__namespace.NgControlStatus, i2$1__namespace.RequiredValidator, i2$1__namespace.MaxLengthValidator, i2$1__namespace.NgModel], encapsulation: 2 }); }
3128
- }
3129
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TextareaComponent, [{
3130
- type: i0.Component,
3131
- args: [{ selector: 'wm-textarea', providers: [
3132
- i2.provideAs(TextareaComponent, i2$1.NG_VALUE_ACCESSOR, true),
3133
- i2.provideAs(TextareaComponent, i2$1.NG_VALIDATORS, true),
3134
- i2.provideAsWidgetRef(TextareaComponent)
3135
- ], template: "<textarea class=\"form-control app-textarea\"\n focus-target\n role=\"textbox\"\n [attr.name]=\"name\"\n [(ngModel)]=\"datavalue\"\n [ngModelOptions]=\"ngModelOptions\"\n [readonly]=\"readonly\"\n [required]=\"required\"\n [disabled]=\"disabled\"\n [maxlength]=\"maxchars\"\n [attr.tabindex]=\"tabindex\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n aria-multiline=\"true\"\n [autofocus]=\"autofocus\"\n [ngClass]=\"conditionalclass\"\n [ngStyle]=\"conditionalstyle\"\n (blur)=\"handleBlur($event)\"\n (input)=\"onInputChange()\"\n (ngModelChange)=\"handleChange($event); onInputChange();\"\n #textarea\n></textarea>\n\n<div *ngIf=\"maxchars\" class=\"textarea-count\" >{{limitdisplaytext}}</div>\n" }]
3136
- }], () => [{ type: i0__namespace.Injector }, { type: undefined, decorators: [{
3137
- type: i0.Inject,
3138
- args: ['EXPLICIT_CONTEXT']
3139
- }, {
3140
- type: i0.Optional
3141
- }] }], { inputEl: [{
3142
- type: i0.ViewChild,
3143
- args: ['textarea', { static: true }]
3144
- }], ngModel: [{
3145
- type: i0.ViewChild,
3146
- args: [i2$1.NgModel]
3147
- }] }); })();
3148
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(TextareaComponent, { className: "TextareaComponent", filePath: "textarea/textarea.component.ts", lineNumber: 22 }); })();
3149
-
3150
- class CaptionPositionDirective {
3151
- constructor(inj, app) {
3152
- // skip floating caption for the below form fields
3153
- this.skipFloatPositionWidgets = ['radioset', 'checkboxset', 'richtext', 'switch', 'chips', 'checkbox', 'slider', 'rating', 'toggle', 'upload'];
3154
- this.elementRef = inj.get(i0.ElementRef);
3155
- this.nativeEl = this.elementRef.nativeElement;
3156
- this.app = app;
3157
- }
3158
- onBlurCb() {
3159
- let mobileInputVal;
3160
- // In case of mobile date / time picker check for input element's value which has 'mobile-input' class
3161
- if (this.inputEl.length > 1 && this.inputEl.hasClass('mobile-input')) {
3162
- lodashEs.forEach(this.inputEl, (el) => {
3163
- if ($(el).hasClass('mobile-input') && el.value) {
3164
- mobileInputVal = el.value;
3165
- }
3166
- });
3167
- }
3168
- if (!this.inputEl.val() && !mobileInputVal) {
3169
- this.compositeEle.classList.remove('float-active');
3170
- this.inputEl.removeAttr('placeholder');
3171
- }
3172
- }
3173
- onFocusCb() {
3174
- this.compositeEle.classList.add('float-active');
3175
- this.inputEl.attr('placeholder', this.placeholder);
3176
- }
3177
- // For select widget, display placeholder only on focus else remove the text of the option selected.
3178
- checkForSelectPlaceholder() {
3179
- if ($(this.nativeEl).find('select option:selected').text() && !$(this.nativeEl).find('select').is(':focus') &&
3180
- !$(this.inputEl.closest('[widget-id]')).attr('datavalue')) {
3181
- $(this.nativeEl).find('select option:selected').text('');
3182
- }
3183
- }
3184
- setDefaultValueAnimation() {
3185
- // remove placeholder when the input el has placeholder and the placeholder is not bound to any variable
3186
- if (!this._isPlaceholderBound && this.inputEl.attr('placeholder')) {
3187
- this.placeholder = this.inputEl.attr('placeholder');
3188
- this.inputEl.removeAttr('placeholder');
3189
- }
3190
- // Do not show placeholder as selected by default
3191
- this.checkForSelectPlaceholder();
3192
- // check for datavalue attribute in composite element and defaultvalue attribute in form field element
3193
- // check for datavalue.bind attribute to see whether default value is binded via expression or a variable
3194
- // check for displayformat attribute, as in form fields user can set display format to the field
3195
- // check for formdata/bindformdata attribute to see if any default value is binded to the form
3196
- // check for select tag with multiple attribute enabled
3197
- if ((this.inputEl.val() && !this.inputEl.is('select')) || $(this.inputEl.closest('[widget-id]')).attr('datavalue') || $(this.inputEl.parent('[widget-id]')).attr('datavalue.bind') || this.nativeEl.getAttribute('defaultvalue')
3198
- || this.nativeEl.getAttribute('displayformat') || $(this.nativeEl).find('select option:selected').text() || $(this.nativeEl).find('select').attr('multiple')) {
3199
- this.compositeEle.classList.add('float-active');
3200
- }
3201
- }
3202
- /**
3203
- * Observing placeholder attribute change on DOM instead of having a propChangeHandler fn
3204
- * For composite widgets propertychangehandler function is invoked at independent widgets where as the directive is at composite level
3205
- */
3206
- observeForPlaceholderAttrChange() {
3207
- this._attrObserver = new MutationObserver(mutations => {
3208
- mutations.forEach((mutation) => {
3209
- if (mutation.attributeName === 'placeholder' && this.inputEl.attr('placeholder') && !this.compositeEle.classList.contains('float-active')) {
3210
- this.placeholder = this.inputEl.attr('placeholder');
3211
- this.inputEl.removeAttr('placeholder');
3212
- }
3213
- });
3214
- });
3215
- const config = { attributes: true, childList: false, characterData: false };
3216
- this._attrObserver.observe(this.inputEl[0], config);
3217
- }
3218
- // when a form is right aligned and have input-group-btn's like date picker, time picker etc. adjust the css to not overlap the label on the icon
3219
- checkForRightAlignedForm() {
3220
- const $compositeEle = $(this.compositeEle);
3221
- if ($compositeEle.closest('.align-right').length && $compositeEle.find('.input-group-btn').length) {
3222
- const $label = $compositeEle.find('label');
3223
- if ($compositeEle.find('[wmdatetime]').length) { // for datetime picker, as there will be 2 icons css is different
3224
- $label.addClass('input-grp-dt-icon');
3225
- }
3226
- else {
3227
- $label.addClass('input-grp-icon');
3228
- }
3229
- }
3230
- }
3231
- ngAfterViewInit() {
3232
- this.compositeEle = this.nativeEl;
3233
- const widget = this.nativeEl.widget;
3234
- let captionPosition = widget.$attrs.get('captionposition');
3235
- if (widget.form) {
3236
- captionPosition = widget.form.$attrs.get('captionposition');
3237
- this.compositeEle = this.nativeEl.querySelector('.app-composite-widget');
3238
- this._isPlaceholderBound = this.nativeEl.getAttribute('placeholder.bind');
3239
- }
3240
- if (captionPosition === 'floating') {
3241
- if (widget.form) { // for form-fields remove caption-floating and replace it with caption-float or caption-top
3242
- const widgetType = this.nativeEl.getAttribute('widgettype'); // fetches the form field type
3243
- if (this.skipFloatPositionWidgets.indexOf(widgetType) > -1) {
3244
- this.compositeEle.classList.remove('caption-floating');
3245
- this.compositeEle.classList.add('caption-top');
3246
- }
3247
- this.checkForRightAlignedForm();
3248
- }
3249
- this.inputEl = $(this.nativeEl).find('input, select, textarea');
3250
- if (!this._isPlaceholderBound) {
3251
- this._isPlaceholderBound = this.inputEl.closest('[widget-id]').attr('placeholder.bind');
3252
- }
3253
- // call the below function to apply float-active class when there are default values to the fields
3254
- setTimeout(this.setDefaultValueAnimation.bind(this), 0);
3255
- this.inputEl.focus(this.onFocusCb.bind(this));
3256
- this.inputEl.blur(this.onBlurCb.bind(this));
3257
- // observe for placeholder attribute change when placeholder is bound via db variable or an expression
3258
- if (this._isPlaceholderBound) {
3259
- this.observeForPlaceholderAttrChange();
3260
- }
3261
- }
3262
- }
3263
- // captionPositionAnimate is only notified for date-time, time and search widgets as input el is not updated with value on selection of dropdown/popups
3264
- ngOnInit() {
3265
- this.labelAnimationSubscription = this.app.subscribe('captionPositionAnimate', (data) => {
3266
- // displayVal is true when there is a value entered in the input field
3267
- // In case of form fields, when the field is in focus, isFocused will be set as true
3268
- // isSelectMultiple is set to true when for select widget, multiple option is enabled
3269
- // Checking inputEl focus - when form is represented as dialog and the first field is automatically in focus
3270
- const isInputElFocused = this.inputEl && this.inputEl.is(':focus');
3271
- if (data.displayVal || data.isFocused || data.isSelectMultiple || isInputElFocused) {
3272
- data.nativeEl.addClass('float-active');
3273
- if (!data.displayVal && isInputElFocused) {
3274
- this.inputEl.attr('placeholder', this.placeholder);
3275
- }
3276
- }
3277
- else {
3278
- data.nativeEl.removeClass('float-active');
3279
- // Remove placeholder on removing float-active, if not the label and placeholder are collided
3280
- // before placeholder is removed assign it to the placeholder variable
3281
- // check for placeholder in inputel and selectel
3282
- if (this.inputEl) {
3283
- const selectEl = this.inputEl.find('option:first');
3284
- if (this.inputEl.attr('placeholder') || selectEl.text()) {
3285
- if (selectEl.length) {
3286
- selectEl.text('');
3287
- }
3288
- else {
3289
- this.placeholder = this.inputEl.attr('placeholder');
3290
- this.inputEl.removeAttr('placeholder');
3291
- }
3292
- }
3293
- }
3294
- }
3295
- });
3296
- }
3297
- ngOnDestroy() {
3298
- if (this.labelAnimationSubscription) {
3299
- this.labelAnimationSubscription();
3300
- }
3301
- if (this._attrObserver) {
3302
- this._attrObserver.disconnect();
3303
- }
3304
- }
3305
- static { this.ɵfac = function CaptionPositionDirective_Factory(t) { return new (t || CaptionPositionDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1$1__namespace.App)); }; }
3306
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: CaptionPositionDirective, selectors: [["", "wmCaptionPosition", ""]] }); }
3307
- }
3308
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(CaptionPositionDirective, [{
3309
- type: i0.Directive,
3310
- args: [{
3311
- selector: '[wmCaptionPosition]'
3312
- }]
3313
- }], () => [{ type: i0__namespace.Injector }, { type: i1$1__namespace.App }], null); })();
3314
-
3315
- const components = [
3316
- ButtonComponent,
3317
- ButtonGroupDirective,
3318
- CaptionPositionDirective,
3319
- CheckboxComponent,
3320
- CheckboxsetComponent,
3321
- CompositeDirective,
3322
- NumberComponent,
3323
- RadiosetComponent,
3324
- SelectComponent,
3325
- SwitchComponent,
3326
- InputCalendarComponent,
3327
- InputColorComponent,
3328
- InputEmailComponent,
3329
- InputNumberComponent,
3330
- InputTextComponent,
3331
- TextareaComponent
3332
- ];
3333
- class InputModule {
3334
- static { this.ɵfac = function InputModule_Factory(t) { return new (t || InputModule)(); }; }
3335
- static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: InputModule }); }
3336
- static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [i1.CommonModule,
3337
- i2$1.FormsModule,
3338
- i2.WmComponentsModule,
3339
- i3.IMaskModule] }); }
3340
- }
3341
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(InputModule, [{
3342
- type: i0.NgModule,
3343
- args: [{
3344
- imports: [
3345
- i1.CommonModule,
3346
- i2$1.FormsModule,
3347
- i2.WmComponentsModule,
3348
- i3.IMaskModule
3349
- ],
3350
- declarations: [...components],
3351
- exports: [...components]
3352
- }]
3353
- }], null, null); })();
3354
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(InputModule, { declarations: [ButtonComponent,
3355
- ButtonGroupDirective,
3356
- CaptionPositionDirective,
3357
- CheckboxComponent,
3358
- CheckboxsetComponent,
3359
- CompositeDirective,
3360
- NumberComponent,
3361
- RadiosetComponent,
3362
- SelectComponent,
3363
- SwitchComponent,
3364
- InputCalendarComponent,
3365
- InputColorComponent,
3366
- InputEmailComponent,
3367
- InputNumberComponent,
3368
- InputTextComponent,
3369
- TextareaComponent], imports: [i1.CommonModule,
3370
- i2$1.FormsModule,
3371
- i2.WmComponentsModule,
3372
- i3.IMaskModule], exports: [ButtonComponent,
3373
- ButtonGroupDirective,
3374
- CaptionPositionDirective,
3375
- CheckboxComponent,
3376
- CheckboxsetComponent,
3377
- CompositeDirective,
3378
- NumberComponent,
3379
- RadiosetComponent,
3380
- SelectComponent,
3381
- SwitchComponent,
3382
- InputCalendarComponent,
3383
- InputColorComponent,
3384
- InputEmailComponent,
3385
- InputNumberComponent,
3386
- InputTextComponent,
3387
- TextareaComponent] }); })();
3388
-
3389
- exports.BaseFormComponent = BaseFormComponent;
3390
- exports.BaseFormCustomComponent = BaseFormCustomComponent;
3391
- exports.ButtonComponent = ButtonComponent;
3392
- exports.ButtonGroupDirective = ButtonGroupDirective;
3393
- exports.CaptionPositionDirective = CaptionPositionDirective;
3394
- exports.CheckboxComponent = CheckboxComponent;
3395
- exports.CheckboxsetComponent = CheckboxsetComponent;
3396
- exports.CompositeDirective = CompositeDirective;
3397
- exports.DatasetAwareFormComponent = DatasetAwareFormComponent;
3398
- exports.InputCalendarComponent = InputCalendarComponent;
3399
- exports.InputColorComponent = InputColorComponent;
3400
- exports.InputEmailComponent = InputEmailComponent;
3401
- exports.InputModule = InputModule;
3402
- exports.InputNumberComponent = InputNumberComponent;
3403
- exports.InputTextComponent = InputTextComponent;
3404
- exports.NumberComponent = NumberComponent;
3405
- exports.RadiosetComponent = RadiosetComponent;
3406
- exports.SelectComponent = SelectComponent;
3407
- exports.SwitchComponent = SwitchComponent;
3408
- exports.TextareaComponent = TextareaComponent;
3409
- exports.unStringify = unStringify;
3410
-
3411
- }));