@wavemaker/app-ng-runtime 11.8.0-rc.5667 → 11.8.0-rc.5670

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
@@ -0,0 +1,3125 @@
1
+ import * as i0 from '@angular/core';
2
+ import { Component, EventEmitter, ElementRef, Output, Input, ViewChild, Directive, Inject, Optional, NgModule } from '@angular/core';
3
+ import * as i2 from '@angular/common';
4
+ import { FormStyle, TranslationWidth, getLocaleDayPeriods, CommonModule } from '@angular/common';
5
+ import * as i5 from '@angular/forms';
6
+ import { NG_VALUE_ACCESSOR, NG_VALIDATORS, FormsModule } from '@angular/forms';
7
+ import * as i3 from 'ngx-bootstrap/datepicker';
8
+ import { BsDatepickerConfig, BsDatepickerDirective, BsDatepickerModule } from 'ngx-bootstrap/datepicker';
9
+ import * as i4$1 from 'ngx-bootstrap/dropdown';
10
+ import { BsDropdownDirective, BsDropdownModule } from 'ngx-bootstrap/dropdown';
11
+ import * as i6 from 'ngx-bootstrap/timepicker';
12
+ import { TimepickerConfig, TimepickerComponent, TimepickerModule } from 'ngx-bootstrap/timepicker';
13
+ import { ToDatePipe, getContainerTargetClass, PROP_BOOLEAN, PROP_STRING, PROP_ANY, PROP_NUMBER, register, registerFormWidget, styler, setFocusTrap, provideAs, provideAsWidgetRef, WmComponentsModule } from '@wm/components/base';
14
+ import * as i1$1 from '@wm/core';
15
+ import { App, AbstractI18nService, isMobile, getFormattedDate, getDateObj, setAttr, getNativeDateObject, hasCordova, isIos, FormWidgetType, getMomentLocaleObject, getDisplayDateTimeFormat, adjustContainerPosition, adjustContainerRightEdges, addEventListenerOnElement, addClass, $appDigest } from '@wm/core';
16
+ import { BaseFormCustomComponent } from '@wm/components/input';
17
+ import * as i1 from 'ngx-bootstrap/modal';
18
+ import { filter, isUndefined, isNaN as isNaN$1, parseInt as parseInt$1, isString, split, get, forEach, includes, debounce } from 'lodash-es';
19
+ import IMask from 'imask';
20
+ import * as i4 from 'angular-imask';
21
+ import { IMaskDirective, IMaskModule } from 'angular-imask';
22
+
23
+ const _c0$4 = ["*"];
24
+ function PickerComponent_div_6_Template(rf, ctx) { if (rf & 1) {
25
+ i0.ɵɵelementStart(0, "div", 5);
26
+ i0.ɵɵtext(1);
27
+ i0.ɵɵelementEnd();
28
+ } if (rf & 2) {
29
+ const option_r1 = ctx.$implicit;
30
+ i0.ɵɵadvance();
31
+ i0.ɵɵtextInterpolate1(" ", option_r1.label, " ");
32
+ } }
33
+ class PickerGroupComponent {
34
+ static { this.ɵfac = function PickerGroupComponent_Factory(t) { return new (t || PickerGroupComponent)(); }; }
35
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PickerGroupComponent, selectors: [["wm-pickergroup"]], ngContentSelectors: _c0$4, decls: 2, vars: 0, consts: [[1, "app-picker-group"]], template: function PickerGroupComponent_Template(rf, ctx) { if (rf & 1) {
36
+ i0.ɵɵprojectionDef();
37
+ i0.ɵɵelementStart(0, "div", 0);
38
+ i0.ɵɵprojection(1);
39
+ i0.ɵɵelementEnd();
40
+ } }, encapsulation: 2 }); }
41
+ }
42
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PickerGroupComponent, [{
43
+ type: Component,
44
+ args: [{
45
+ selector: 'wm-pickergroup',
46
+ template: `
47
+ <div class="app-picker-group">
48
+ <ng-content></ng-content>
49
+ </div>
50
+ `
51
+ }]
52
+ }], null, null); })();
53
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PickerGroupComponent, { className: "PickerGroupComponent", filePath: "picker/picker.component.ts", lineNumber: 13 }); })();
54
+ class PickerComponent {
55
+ constructor(inj) {
56
+ this.inj = inj;
57
+ this.change = new EventEmitter();
58
+ this._selectedIndex = 0;
59
+ this._options = [];
60
+ this.noOfEmptyElements = 2;
61
+ this.$el = $(inj.get(ElementRef).nativeElement);
62
+ }
63
+ set selectedValue(s) {
64
+ this._selectedValue = s;
65
+ this.reRender();
66
+ }
67
+ get selectedValue() {
68
+ return this._selectedValue;
69
+ }
70
+ set options(opts) {
71
+ this._options = opts.map(o => ({
72
+ label: o.label,
73
+ value: o.value !== undefined ? o.value : o.label
74
+ }));
75
+ this.reRender();
76
+ }
77
+ get options() {
78
+ return this._options;
79
+ }
80
+ reRender() {
81
+ this._selectedIndex = this.options.findIndex(o => o.value === this.selectedValue);
82
+ this.pickerAnimator?.select(this._selectedIndex + this.noOfEmptyElements);
83
+ }
84
+ set selectedIndex(i) {
85
+ this._selectedIndex = i;
86
+ this._selectedValue = this.options[i].value;
87
+ this.change.emit(this.options[i]);
88
+ }
89
+ get selectedIndex() {
90
+ return this._selectedIndex;
91
+ }
92
+ ngAfterViewInit() {
93
+ this.pickerAnimator = new PickerAnimator(this);
94
+ }
95
+ static { this.ɵfac = function PickerComponent_Factory(t) { return new (t || PickerComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
96
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: PickerComponent, selectors: [["wm-picker"]], inputs: { selectedValue: "selectedValue", options: "options" }, outputs: { change: "change" }, decls: 12, vars: 1, consts: [[1, "app-picker"], [1, "app-picker-option-container"], [1, "app-picker-option", "app-picker-empty-option"], ["class", "app-picker-option", 4, "ngFor", "ngForOf"], [1, "app-picker-ruler"], [1, "app-picker-option"]], template: function PickerComponent_Template(rf, ctx) { if (rf & 1) {
97
+ i0.ɵɵelementStart(0, "div", 0)(1, "div", 1)(2, "div", 2);
98
+ i0.ɵɵtext(3, "E");
99
+ i0.ɵɵelementEnd();
100
+ i0.ɵɵelementStart(4, "div", 2);
101
+ i0.ɵɵtext(5, "E");
102
+ i0.ɵɵelementEnd();
103
+ i0.ɵɵtemplate(6, PickerComponent_div_6_Template, 2, 1, "div", 3);
104
+ i0.ɵɵelementStart(7, "div", 2);
105
+ i0.ɵɵtext(8, "E");
106
+ i0.ɵɵelementEnd();
107
+ i0.ɵɵelementStart(9, "div", 2);
108
+ i0.ɵɵtext(10, "E");
109
+ i0.ɵɵelementEnd()();
110
+ i0.ɵɵelement(11, "div", 4);
111
+ i0.ɵɵelementEnd();
112
+ } if (rf & 2) {
113
+ i0.ɵɵadvance(6);
114
+ i0.ɵɵproperty("ngForOf", ctx.options);
115
+ } }, dependencies: [i2.NgForOf], encapsulation: 2 }); }
116
+ }
117
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(PickerComponent, [{
118
+ type: Component,
119
+ args: [{
120
+ selector: 'wm-picker',
121
+ template: `
122
+ <div class="app-picker">
123
+ <div class="app-picker-option-container">
124
+ <div class="app-picker-option app-picker-empty-option">E</div>
125
+ <div class="app-picker-option app-picker-empty-option">E</div>
126
+ <div *ngFor="let option of options; index as i;" class="app-picker-option">
127
+ {{option.label}}
128
+ </div>
129
+ <div class="app-picker-option app-picker-empty-option">E</div>
130
+ <div class="app-picker-option app-picker-empty-option">E</div>
131
+ </div>
132
+ <div class="app-picker-ruler"></div>
133
+ </div>
134
+ `
135
+ }]
136
+ }], () => [{ type: i0.Injector }], { change: [{
137
+ type: Output
138
+ }], selectedValue: [{
139
+ type: Input
140
+ }], options: [{
141
+ type: Input
142
+ }] }); })();
143
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(PickerComponent, { className: "PickerComponent", filePath: "picker/picker.component.ts", lineNumber: 34 }); })();
144
+ class PickerAnimator {
145
+ constructor(picker) {
146
+ this.picker = picker;
147
+ let lastSelectedIndex = picker.selectedIndex + picker.noOfEmptyElements;
148
+ const computeIndex = (d) => lastSelectedIndex + Math.floor(d / 16);
149
+ this.select(lastSelectedIndex);
150
+ this.getElement().swipey({
151
+ 'direction': $.fn.swipey.DIRECTIONS.VERTICAL,
152
+ 'threshold': 10,
153
+ 'target': picker.$el,
154
+ 'onSwipe': (e, data) => {
155
+ this.select(computeIndex(-1 * data.length));
156
+ },
157
+ 'onSwipeEnd': (e, data) => {
158
+ const nextSelectedIndex = computeIndex(-1 * data.length);
159
+ this.select(nextSelectedIndex);
160
+ lastSelectedIndex = picker.selectedIndex + picker.noOfEmptyElements;
161
+ }
162
+ });
163
+ }
164
+ getElement() {
165
+ return this.picker.$el.find('.app-picker-option-container:first');
166
+ }
167
+ getOptionElements() {
168
+ return this.getElement().find('.app-picker-option');
169
+ }
170
+ select(selectedIndex) {
171
+ const options = this.getOptionElements();
172
+ if (selectedIndex < this.picker.noOfEmptyElements
173
+ || selectedIndex >= options.length - this.picker.noOfEmptyElements) {
174
+ return;
175
+ }
176
+ this.getElement()
177
+ .find('.app-picker-option.app-picker-option-selected')
178
+ .removeClass('app-picker-option-selected');
179
+ options.eq(selectedIndex).addClass('app-picker-option-selected');
180
+ this.picker.selectedIndex = selectedIndex - this.picker.noOfEmptyElements;
181
+ const minIndex = selectedIndex - this.picker.noOfEmptyElements;
182
+ const maxIndex = selectedIndex + this.picker.noOfEmptyElements;
183
+ options.each((i, e) => {
184
+ if (i >= minIndex && i <= maxIndex) {
185
+ const rotation = (i - selectedIndex) * 30;
186
+ const opacity = 1 - Math.abs(i - selectedIndex) * 0.3;
187
+ $(e).css({
188
+ transform: 'perspective(500px) rotateX(' + rotation + 'deg)',
189
+ opacity: opacity
190
+ }).show();
191
+ }
192
+ else {
193
+ $(e).hide();
194
+ }
195
+ });
196
+ }
197
+ }
198
+
199
+ const _c0$3 = ["datetimepickerTemplate"];
200
+ function DateTimePickerComponent_ng_template_0_bs_datepicker_inline_3_Template(rf, ctx) { if (rf & 1) {
201
+ const _r2 = i0.ɵɵgetCurrentView();
202
+ i0.ɵɵelementStart(0, "bs-datepicker-inline", 11);
203
+ i0.ɵɵlistener("bsValueChange", function DateTimePickerComponent_ng_template_0_bs_datepicker_inline_3_Template_bs_datepicker_inline_bsValueChange_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onDateUpdate($event)); });
204
+ i0.ɵɵelementEnd();
205
+ } if (rf & 2) {
206
+ const ctx_r2 = i0.ɵɵnextContext(2);
207
+ i0.ɵɵproperty("bsConfig", ctx_r2.bsDatepickerConfig)("datesDisabled", ctx_r2.excludedDatesToDisable)("bsValue", ctx_r2.changedValue);
208
+ } }
209
+ function DateTimePickerComponent_ng_template_0_wm_timepicker_4_Template(rf, ctx) { if (rf & 1) {
210
+ const _r4 = i0.ɵɵgetCurrentView();
211
+ i0.ɵɵelementStart(0, "wm-timepicker", 12);
212
+ i0.ɵɵlistener("change", function DateTimePickerComponent_ng_template_0_wm_timepicker_4_Template_wm_timepicker_change_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onTimeUpdate($event)); });
213
+ i0.ɵɵelementEnd();
214
+ } if (rf & 2) {
215
+ const ctx_r2 = i0.ɵɵnextContext(2);
216
+ i0.ɵɵproperty("value", ctx_r2.changedValue)("min", ctx_r2.minTime)("max", ctx_r2.maxTime);
217
+ } }
218
+ function DateTimePickerComponent_ng_template_0_button_8_Template(rf, ctx) { if (rf & 1) {
219
+ const _r5 = i0.ɵɵgetCurrentView();
220
+ i0.ɵɵelementStart(0, "button", 13);
221
+ i0.ɵɵlistener("click", function DateTimePickerComponent_ng_template_0_button_8_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r5); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.setToday()); });
222
+ i0.ɵɵtext(1);
223
+ i0.ɵɵelementEnd();
224
+ } if (rf & 2) {
225
+ const ctx_r2 = i0.ɵɵnextContext(2);
226
+ i0.ɵɵadvance();
227
+ i0.ɵɵtextInterpolate(ctx_r2.appLocale.LABEL_TODAY_DATE || "Today");
228
+ } }
229
+ function DateTimePickerComponent_ng_template_0_button_9_Template(rf, ctx) { if (rf & 1) {
230
+ const _r6 = i0.ɵɵgetCurrentView();
231
+ i0.ɵɵelementStart(0, "button", 14);
232
+ i0.ɵɵlistener("click", function DateTimePickerComponent_ng_template_0_button_9_Template_button_click_0_listener() { i0.ɵɵrestoreView(_r6); const ctx_r2 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r2.onOkClick()); });
233
+ i0.ɵɵtext(1);
234
+ i0.ɵɵelementEnd();
235
+ } if (rf & 2) {
236
+ const ctx_r2 = i0.ɵɵnextContext(2);
237
+ i0.ɵɵadvance();
238
+ i0.ɵɵtextInterpolate(ctx_r2.appLocale.LABEL_OK || "Ok");
239
+ } }
240
+ function DateTimePickerComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
241
+ const _r1 = i0.ɵɵgetCurrentView();
242
+ i0.ɵɵelementStart(0, "div", 1)(1, "div", 2);
243
+ i0.ɵɵelement(2, "div", 3);
244
+ i0.ɵɵtemplate(3, DateTimePickerComponent_ng_template_0_bs_datepicker_inline_3_Template, 1, 3, "bs-datepicker-inline", 4)(4, DateTimePickerComponent_ng_template_0_wm_timepicker_4_Template, 1, 3, "wm-timepicker", 5);
245
+ i0.ɵɵelementStart(5, "span", 6);
246
+ i0.ɵɵtext(6);
247
+ i0.ɵɵelementEnd()();
248
+ i0.ɵɵelementStart(7, "div", 7);
249
+ i0.ɵɵtemplate(8, DateTimePickerComponent_ng_template_0_button_8_Template, 2, 1, "button", 8)(9, DateTimePickerComponent_ng_template_0_button_9_Template, 2, 1, "button", 9);
250
+ i0.ɵɵelementStart(10, "button", 10);
251
+ i0.ɵɵlistener("click", function DateTimePickerComponent_ng_template_0_Template_button_click_10_listener() { i0.ɵɵrestoreView(_r1); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.clear()); });
252
+ i0.ɵɵtext(11);
253
+ i0.ɵɵelementEnd()()();
254
+ } if (rf & 2) {
255
+ const ctx_r2 = i0.ɵɵnextContext();
256
+ i0.ɵɵadvance(3);
257
+ i0.ɵɵproperty("ngIf", ctx_r2.mode === "DATE_TIME" || ctx_r2.mode === "DATE");
258
+ i0.ɵɵadvance();
259
+ i0.ɵɵproperty("ngIf", ctx_r2.mode === "DATE_TIME" || ctx_r2.mode === "TIME");
260
+ i0.ɵɵadvance(2);
261
+ i0.ɵɵtextInterpolate1(" ", ctx_r2.getDateLabel(), " ");
262
+ i0.ɵɵadvance(2);
263
+ i0.ɵɵproperty("ngIf", ctx_r2.mode === "DATE_TIME" || ctx_r2.mode === "DATE");
264
+ i0.ɵɵadvance();
265
+ i0.ɵɵproperty("ngIf", ctx_r2.mode === "DATE_TIME" || ctx_r2.mode === "TIME");
266
+ i0.ɵɵadvance(2);
267
+ i0.ɵɵtextInterpolate(ctx_r2.appLocale.LABEL_CLEAR_DATE || "Clear");
268
+ } }
269
+ class DateTimePickerComponent {
270
+ constructor(inj, bsModalService) {
271
+ this.inj = inj;
272
+ this.bsModalService = bsModalService;
273
+ this.isDateOpen = true;
274
+ this.isTimeOpen = false;
275
+ this.mode = 'DATE_TIME';
276
+ this.placement = 'MODAL';
277
+ this.change = new EventEmitter();
278
+ this._value = new Date();
279
+ this.changedValue = null;
280
+ this.appLocale = inj.get(App).appLocale || {};
281
+ }
282
+ set value(d) {
283
+ d = d || new Date();
284
+ this._value = d;
285
+ this.changedValue = d;
286
+ }
287
+ set bsDatepickerConfig(config) {
288
+ this._bsDatepickerConfig = config;
289
+ this._bsDatepickerConfig.showClearButton = false;
290
+ this._bsDatepickerConfig.showTodayButton = false;
291
+ }
292
+ set excludedDaysToDisable(v) {
293
+ this._bsDatepickerConfig.daysDisabled = v;
294
+ }
295
+ get bsDatepickerConfig() {
296
+ return this._bsDatepickerConfig;
297
+ }
298
+ set displayFormat(format) {
299
+ if (format) {
300
+ this._displayFormat = format.replace(/y/g, "Y").replace(/d/g, "D").replace("a", "A");
301
+ }
302
+ }
303
+ validateSelectedDate() {
304
+ if (!this.changedValue) {
305
+ return true;
306
+ }
307
+ const cd = moment(this.changedValue);
308
+ const minDate = this._bsDatepickerConfig?.minDate;
309
+ const maxDate = this._bsDatepickerConfig?.maxDate;
310
+ if (minDate
311
+ && ((this.mode === 'DATE'
312
+ && moment(minDate).startOf('day').toDate() > this.changedValue)
313
+ || (this.mode !== 'DATE'
314
+ && minDate > this.changedValue))) {
315
+ return false;
316
+ }
317
+ if (maxDate
318
+ && ((this.mode === 'DATE'
319
+ && moment(maxDate).endOf('day').toDate() < this.changedValue)
320
+ || (this.mode !== 'DATE'
321
+ && maxDate < this.changedValue))) {
322
+ return false;
323
+ }
324
+ if (this._bsDatepickerConfig?.daysDisabled?.indexOf(cd.day()) >= 0) {
325
+ return false;
326
+ }
327
+ const cdSt = cd.startOf('day').toDate().getTime();
328
+ if (this.excludedDatesToDisable?.find(d => d.getTime() === cdSt)) {
329
+ return false;
330
+ }
331
+ return true;
332
+ }
333
+ get displayFormat() {
334
+ if (this._displayFormat) {
335
+ return this._displayFormat;
336
+ }
337
+ }
338
+ /**
339
+ * This method is used to highlight the current date
340
+ */
341
+ hightlightToday() {
342
+ const toDay = new Date().getDate().toString();
343
+ filter($(`body > modal-container .date-picker-modal span:contains(${toDay})`)
344
+ .not('.is-other-month,.current-date'), (obj) => {
345
+ if ($(obj).text() === toDay) {
346
+ $(obj).addClass('current-date text-info');
347
+ }
348
+ });
349
+ }
350
+ hideOnClick() {
351
+ $('body>modal-container .date-picker-modal .app-datetime-picker')
352
+ .click(($event) => $event.stopPropagation());
353
+ $('body>modal-container .date-picker-modal').click(() => this.onCancelClick());
354
+ }
355
+ getDateLabel() {
356
+ return moment(this.changedValue).format(this.displayFormat);
357
+ }
358
+ openDatePicker() {
359
+ this.isTimeOpen = false;
360
+ this.isDateOpen = true;
361
+ }
362
+ openTimePicker() {
363
+ this.isTimeOpen = true;
364
+ this.isDateOpen = false;
365
+ }
366
+ onDateUpdate(newVal) {
367
+ const oldVal = this.changedValue;
368
+ if (this.mode === 'DATE') {
369
+ newVal.setHours(0);
370
+ newVal.setMinutes(0);
371
+ newVal.setSeconds(0);
372
+ newVal.setMilliseconds(0);
373
+ }
374
+ else if (oldVal && newVal) {
375
+ newVal.setHours(oldVal.getHours());
376
+ newVal.setMinutes(oldVal.getMinutes());
377
+ newVal.setSeconds(oldVal.getSeconds());
378
+ newVal.setMilliseconds(oldVal.getMilliseconds());
379
+ }
380
+ this.changedValue = newVal;
381
+ if (this.mode === 'DATE'
382
+ && oldVal !== newVal
383
+ && this.validateSelectedDate()) {
384
+ this.onOkClick();
385
+ }
386
+ }
387
+ onTimeUpdate(newVal) {
388
+ this.changedValue = newVal;
389
+ }
390
+ show() {
391
+ this.reset();
392
+ this.modalRef = this.bsModalService.show(this.datetimepickerTemplate, {
393
+ animated: true,
394
+ backdrop: 'static',
395
+ class: 'date-picker-modal modal-dialog-centered'
396
+ });
397
+ setTimeout(() => { this.hideOnClick(); }, 500);
398
+ }
399
+ clear() {
400
+ this.changedValue = null;
401
+ this.triggerChange();
402
+ this.hideModal();
403
+ }
404
+ setToday() {
405
+ const today = moment().startOf('day').toDate();
406
+ this.onDateUpdate(today);
407
+ }
408
+ reset() {
409
+ this.changedValue = this._value;
410
+ }
411
+ hideModal() {
412
+ if (this.modalRef?.id) {
413
+ this.bsModalService.hide(this.modalRef.id);
414
+ }
415
+ }
416
+ onCancelClick() {
417
+ this.changedValue = this._value;
418
+ this.hideModal();
419
+ }
420
+ onOkClick() {
421
+ if (this.validateSelectedDate()) {
422
+ this.triggerChange();
423
+ }
424
+ this.hideModal();
425
+ }
426
+ triggerChange() {
427
+ if (this.value !== this.changedValue) {
428
+ this.change.emit(this.changedValue);
429
+ }
430
+ }
431
+ ngAfterViewInit() {
432
+ }
433
+ ngOnDestroy() {
434
+ this.hideModal();
435
+ }
436
+ static { this.ɵfac = function DateTimePickerComponent_Factory(t) { return new (t || DateTimePickerComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.BsModalService)); }; }
437
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DateTimePickerComponent, selectors: [["wm-datetimepicker"]], viewQuery: function DateTimePickerComponent_Query(rf, ctx) { if (rf & 1) {
438
+ i0.ɵɵviewQuery(_c0$3, 7);
439
+ } if (rf & 2) {
440
+ let _t;
441
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datetimepickerTemplate = _t.first);
442
+ } }, inputs: { mode: "mode", placement: "placement", _bsDatepickerConfig: [i0.ɵɵInputFlags.None, "config", "_bsDatepickerConfig"], minTime: "minTime", maxTime: "maxTime", _displayFormat: "_displayFormat", excludedDatesToDisable: "excludedDatesToDisable", value: "value", bsDatepickerConfig: [i0.ɵɵInputFlags.None, "config", "bsDatepickerConfig"], excludedDaysToDisable: "excludedDaysToDisable", displayFormat: "displayFormat" }, outputs: { change: "change" }, decls: 2, vars: 0, consts: [["datetimepickerTemplate", ""], [1, "app-datetime-picker"], [1, "modal-body"], [1, "mobile-datetime-picker-options"], ["bsDatepicker", "", 3, "bsConfig", "datesDisabled", "bsValue", "bsValueChange", 4, "ngIf"], [3, "value", "min", "max", "change", 4, "ngIf"], [1, "text-primary", "date-picker-value"], [1, "modal-footer"], ["class", "btn btn-secondary today-btn", 3, "click", 4, "ngIf"], ["class", "btn btn-primary pull-right ok-btn", 3, "click", 4, "ngIf"], [1, "btn", "btn-secondary", "pull-right", "clear-btn", 3, "click"], ["bsDatepicker", "", 3, "bsValueChange", "bsConfig", "datesDisabled", "bsValue"], [3, "change", "value", "min", "max"], [1, "btn", "btn-secondary", "today-btn", 3, "click"], [1, "btn", "btn-primary", "pull-right", "ok-btn", 3, "click"]], template: function DateTimePickerComponent_Template(rf, ctx) { if (rf & 1) {
443
+ i0.ɵɵtemplate(0, DateTimePickerComponent_ng_template_0_Template, 12, 6, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
444
+ } }, dependencies: () => [i2.NgIf, i3.BsDatepickerDirective, i3.BsDatepickerInlineDirective, TimePickerComponent], encapsulation: 2 }); }
445
+ }
446
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateTimePickerComponent, [{
447
+ type: Component,
448
+ args: [{
449
+ selector: 'wm-datetimepicker',
450
+ template: `
451
+ <ng-template #datetimepickerTemplate>
452
+ <div class="app-datetime-picker">
453
+ <div class="modal-body">
454
+ <div class="mobile-datetime-picker-options">
455
+
456
+ </div>
457
+ <bs-datepicker-inline
458
+ [bsConfig]="bsDatepickerConfig"
459
+ [datesDisabled]="excludedDatesToDisable"
460
+ bsDatepicker
461
+ [bsValue]="changedValue"
462
+ (bsValueChange)="onDateUpdate($event)"
463
+ *ngIf="mode === 'DATE_TIME' || mode === 'DATE'">
464
+ </bs-datepicker-inline>
465
+ <wm-timepicker
466
+ [value]="changedValue"
467
+ [min]="minTime"
468
+ [max]="maxTime"
469
+ (change)="onTimeUpdate($event)"
470
+ *ngIf="mode === 'DATE_TIME' || mode === 'TIME'"></wm-timepicker>
471
+ <span class="text-primary date-picker-value">
472
+ {{getDateLabel()}}
473
+ </span>
474
+ </div>
475
+ <div class="modal-footer">
476
+ <button
477
+ *ngIf="mode === 'DATE_TIME' || mode === 'DATE'"
478
+ class="btn btn-secondary today-btn"
479
+ (click)="setToday()">{{appLocale.LABEL_TODAY_DATE || "Today" }}</button>
480
+ <button
481
+ class="btn btn-primary pull-right ok-btn"
482
+ *ngIf="mode === 'DATE_TIME' || mode === 'TIME'"
483
+ (click)="onOkClick()">{{appLocale.LABEL_OK || "Ok" }}</button>
484
+ <button
485
+ class="btn btn-secondary pull-right clear-btn"
486
+ (click)="clear()">{{appLocale.LABEL_CLEAR_DATE || "Clear" }}</button>
487
+ </div>
488
+ </div>
489
+ </ng-template>
490
+ `
491
+ }]
492
+ }], () => [{ type: i0.Injector }, { type: i1.BsModalService }], { datetimepickerTemplate: [{
493
+ type: ViewChild,
494
+ args: ['datetimepickerTemplate', { static: true }]
495
+ }], mode: [{
496
+ type: Input
497
+ }], placement: [{
498
+ type: Input
499
+ }], _bsDatepickerConfig: [{
500
+ type: Input,
501
+ args: ["config"]
502
+ }], minTime: [{
503
+ type: Input
504
+ }], maxTime: [{
505
+ type: Input
506
+ }], _displayFormat: [{
507
+ type: Input
508
+ }], change: [{
509
+ type: Output
510
+ }], excludedDatesToDisable: [{
511
+ type: Input
512
+ }], value: [{
513
+ type: Input
514
+ }], bsDatepickerConfig: [{
515
+ type: Input,
516
+ args: ["config"]
517
+ }], excludedDaysToDisable: [{
518
+ type: Input
519
+ }], displayFormat: [{
520
+ type: Input
521
+ }] }); })();
522
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DateTimePickerComponent, { className: "DateTimePickerComponent", filePath: "date-time/date-time-picker.component.ts", lineNumber: 54 }); })();
523
+ class TimePickerComponent {
524
+ constructor(inj) {
525
+ this.inj = inj;
526
+ this.options = {
527
+ hour: [],
528
+ minute: [],
529
+ second: [],
530
+ meridian: ['AM', 'PM']
531
+ };
532
+ this.value = new Date();
533
+ this.min = null;
534
+ this.max = null;
535
+ this.change = new EventEmitter();
536
+ this.options.hour = this.populateNumbers(0, 23);
537
+ this.options.minute = this.populateNumbers(0, 59);
538
+ this.options.second = this.populateNumbers(0, 59);
539
+ }
540
+ populateNumbers(start, to) {
541
+ const arr = [];
542
+ for (let i = start; i <= to; i++) {
543
+ arr.push({
544
+ label: (i < 10 ? '0' : '') + i,
545
+ value: i
546
+ });
547
+ }
548
+ return arr;
549
+ }
550
+ set({ index, value }, unit) {
551
+ if (unit === 'HOUR') {
552
+ this.value = moment(this.value).hour(parseInt(value)).toDate();
553
+ }
554
+ else if (unit === 'MINUTE') {
555
+ this.value = moment(this.value).minute(parseInt(value)).toDate();
556
+ }
557
+ else if (unit === 'SECOND') {
558
+ this.value = moment(this.value).second(parseInt(value)).toDate();
559
+ }
560
+ else if (unit === 'MERIDIAN') {
561
+ this.value = moment(this.value).minute(value).toDate();
562
+ }
563
+ if (this.min && this.value < this.min) {
564
+ this.value = this.min;
565
+ }
566
+ if (this.max && this.value > this.max) {
567
+ this.value = this.max;
568
+ }
569
+ this.change.emit(this.value);
570
+ }
571
+ get hour() {
572
+ return moment(this.value).hour();
573
+ }
574
+ get minute() {
575
+ return moment(this.value).minute();
576
+ }
577
+ get second() {
578
+ return moment(this.value).second();
579
+ }
580
+ get meridian() {
581
+ return 'AM';
582
+ }
583
+ onDateUpdate(newVal) {
584
+ debugger;
585
+ }
586
+ ngAfterViewInit() {
587
+ }
588
+ static { this.ɵfac = function TimePickerComponent_Factory(t) { return new (t || TimePickerComponent)(i0.ɵɵdirectiveInject(i0.Injector)); }; }
589
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimePickerComponent, selectors: [["wm-timepicker"]], inputs: { value: "value", min: "min", max: "max" }, outputs: { change: "change" }, decls: 8, vars: 6, consts: [[3, "change", "options", "selectedValue"], [1, "app-time-separator"]], template: function TimePickerComponent_Template(rf, ctx) { if (rf & 1) {
590
+ i0.ɵɵelementStart(0, "wm-pickergroup")(1, "wm-picker", 0);
591
+ i0.ɵɵlistener("change", function TimePickerComponent_Template_wm_picker_change_1_listener($event) { return ctx.set($event, "HOUR"); });
592
+ i0.ɵɵelementEnd();
593
+ i0.ɵɵelementStart(2, "span", 1);
594
+ i0.ɵɵtext(3, ":");
595
+ i0.ɵɵelementEnd();
596
+ i0.ɵɵelementStart(4, "wm-picker", 0);
597
+ i0.ɵɵlistener("change", function TimePickerComponent_Template_wm_picker_change_4_listener($event) { return ctx.set($event, "MINUTE"); });
598
+ i0.ɵɵelementEnd();
599
+ i0.ɵɵelementStart(5, "span", 1);
600
+ i0.ɵɵtext(6, ":");
601
+ i0.ɵɵelementEnd();
602
+ i0.ɵɵelementStart(7, "wm-picker", 0);
603
+ i0.ɵɵlistener("change", function TimePickerComponent_Template_wm_picker_change_7_listener($event) { return ctx.set($event, "SECOND"); });
604
+ i0.ɵɵelementEnd()();
605
+ } if (rf & 2) {
606
+ i0.ɵɵadvance();
607
+ i0.ɵɵproperty("options", ctx.options.hour)("selectedValue", ctx.hour);
608
+ i0.ɵɵadvance(3);
609
+ i0.ɵɵproperty("options", ctx.options.minute)("selectedValue", ctx.minute);
610
+ i0.ɵɵadvance(3);
611
+ i0.ɵɵproperty("options", ctx.options.minute)("selectedValue", ctx.second);
612
+ } }, dependencies: [PickerComponent, PickerGroupComponent], encapsulation: 2 }); }
613
+ }
614
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimePickerComponent, [{
615
+ type: Component,
616
+ args: [{
617
+ selector: 'wm-timepicker',
618
+ template: `
619
+ <wm-pickergroup>
620
+ <wm-picker
621
+ [options]="options.hour"
622
+ [selectedValue]="hour"
623
+ (change)="set($event, 'HOUR')"></wm-picker>
624
+ <span class="app-time-separator">:</span>
625
+ <wm-picker
626
+ [options]="options.minute"
627
+ [selectedValue]="minute"
628
+ (change)="set($event, 'MINUTE')"></wm-picker>
629
+ <span class="app-time-separator">:</span>
630
+ <wm-picker
631
+ [options]="options.minute"
632
+ [selectedValue]="second"
633
+ (change)="set($event, 'SECOND')"></wm-picker>
634
+ </wm-pickergroup>
635
+ `
636
+ }]
637
+ }], () => [{ type: i0.Injector }], { value: [{
638
+ type: Input
639
+ }], min: [{
640
+ type: Input
641
+ }], max: [{
642
+ type: Input
643
+ }], change: [{
644
+ type: Output
645
+ }] }); })();
646
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimePickerComponent, { className: "TimePickerComponent", filePath: "date-time/date-time-picker.component.ts", lineNumber: 305 }); })();
647
+
648
+ const CURRENT_DATE$2 = 'CURRENT_DATE';
649
+ const months = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
650
+ const DATEPICKER_DROPDOWN_OPTIONS = {
651
+ BUTTON: 'button',
652
+ DEFAULT: 'default'
653
+ };
654
+ const DATAENTRYMODE_DROPDOWN_OPTIONS = {
655
+ PICKER: 'picker',
656
+ DEFAULT: 'default'
657
+ };
658
+ // Providing meridians to the timepicker baesd on selected locale
659
+ function getTimepickerConfig(i18nService) {
660
+ return Object.assign(new TimepickerConfig(), {
661
+ meridians: getLocaleDayPeriods(i18nService.getSelectedLocale(), FormStyle.Format, TranslationWidth.Abbreviated)
662
+ });
663
+ }
664
+ class BaseDateTimeComponent extends BaseFormCustomComponent {
665
+ get timeZone() { return this.inj.get(AbstractI18nService).getTimezone(this); }
666
+ constructor(inj, WIDGET_CONFIG, explicitContext) {
667
+ super(inj, WIDGET_CONFIG, explicitContext);
668
+ this.isReadOnly = false;
669
+ this.clicked = false;
670
+ this.formatsByLocale = { 'timezone': '' };
671
+ /**
672
+ * This is an internal property used to map the containerClass, showWeekNumbers etc., to the bsDatepicker
673
+ */
674
+ this._dateOptions = new BsDatepickerConfig();
675
+ this.i18nService = this.inj.get(AbstractI18nService);
676
+ this.invokeEventCallback('beforeload');
677
+ this.datePipe = this.inj.get(ToDatePipe);
678
+ this.selectedLocale = this.i18nService.getSelectedLocale();
679
+ this._dateOptions.todayPosition = 'left';
680
+ this._dateOptions.clearPosition = 'right';
681
+ this.meridians = getLocaleDayPeriods(this.selectedLocale, FormStyle.Format, TranslationWidth.Abbreviated);
682
+ this.loadNativeDateInput = isMobile() && !this.showcustompicker;
683
+ this.cancelLocaleChangeSubscription = this.getAppInstance().subscribe("locale-changed", (locale) => {
684
+ this.datePipe.datePipe.locale = locale.angular;
685
+ this._dateOptions.todayButtonLabel = this.i18nService.getLocalizedMessage('LABEL_TODAY_DATE');
686
+ this._dateOptions.clearButtonLabel = this.i18nService.getLocalizedMessage('LABEL_CLEAR_DATE');
687
+ });
688
+ }
689
+ /**
690
+ * returns true if the input value is default (i.e open date picker on input click)
691
+ * @param1 dropdownvalue, user selected value (by default datepicker opens on input click)
692
+ * **/
693
+ isDropDownDisplayEnabledOnInput(dropdownvalue) {
694
+ return dropdownvalue === DATEPICKER_DROPDOWN_OPTIONS.DEFAULT;
695
+ }
696
+ /**
697
+ * returns true if the input value is default (i.e Data entry can be done either by selecting from the Date/DateTime/Time Picker or by entering manually using the keyboard. )
698
+ * @param1 dropdownvalue, user selected value
699
+ * **/
700
+ isDataEntryModeEnabledOnInput(dropdownvalue) {
701
+ return dropdownvalue === DATAENTRYMODE_DROPDOWN_OPTIONS.DEFAULT;
702
+ }
703
+ /**
704
+ * This method is used to show validation message depending on the isNativePicker flag.
705
+ */
706
+ showValidation($event, displayValue, isNativePicker, msg) {
707
+ if (isNativePicker) {
708
+ console.warn('min max date validation failed ', msg);
709
+ return $($event.target).val(displayValue);
710
+ }
711
+ }
712
+ resetDisplayInput() {
713
+ $(this.nativeElement).find('.display-input').val('');
714
+ }
715
+ validate(c) {
716
+ if (this.invalidDateTimeFormat) {
717
+ return {
718
+ invalidDateTimeFormat: {
719
+ valid: false
720
+ }
721
+ };
722
+ }
723
+ if (!isUndefined(this.dateNotInRange) && this.dateNotInRange) {
724
+ return {
725
+ dateNotInRange: {
726
+ valid: false
727
+ },
728
+ };
729
+ }
730
+ if (!isUndefined(this.timeNotInRange) && this.timeNotInRange) {
731
+ return {
732
+ timeNotInRange: {
733
+ valid: false
734
+ },
735
+ };
736
+ }
737
+ /* WMS-18269 | Extending the existing validation for 'required' */
738
+ if (this['show'] && this['required']) {
739
+ return !!c.value ? null : { required: true };
740
+ }
741
+ this.validateType = '';
742
+ return null;
743
+ }
744
+ /**
745
+ * This method is used to validate date pattern and time pattern
746
+ * If user selects one pattern in design time and if he tries to enter the date in another pattern then the device is throwing an error
747
+ */
748
+ formatValidation(newVal, inputVal, isNativePicker) {
749
+ const pattern = this.datepattern || this.timepattern;
750
+ const timeZone = this.timeZone;
751
+ const formattedDate = getFormattedDate(this.datePipe, newVal, pattern, timeZone, null, null, this);
752
+ inputVal = inputVal.trim();
753
+ if (inputVal) {
754
+ if (pattern === 'timestamp') {
755
+ if (!isNaN$1(inputVal) && parseInt$1(inputVal) !== formattedDate) {
756
+ this.invalidDateTimeFormat = true;
757
+ this.validateType = 'incorrectformat';
758
+ this.invokeOnChange(this.datavalue, undefined, false);
759
+ return false;
760
+ }
761
+ }
762
+ else {
763
+ if (isNativePicker) {
764
+ // format the date value only when inputVal is obtained from $event.target.value, as the format doesnt match.
765
+ inputVal = getFormattedDate(this.datePipe, inputVal, pattern, timeZone);
766
+ }
767
+ if (inputVal !== formattedDate) {
768
+ this.invalidDateTimeFormat = true;
769
+ this.validateType = 'incorrectformat';
770
+ this.invokeOnChange(this.datavalue, undefined, false);
771
+ return false;
772
+ }
773
+ }
774
+ }
775
+ return true;
776
+ }
777
+ /**
778
+ * This method is used to validate min date, max date, exclude dates and exclude days
779
+ * In mobile if invalid dates are entered, device is showing an alert.
780
+ * In web if invalid dates are entered, device is showing validation message.
781
+ */
782
+ minDateMaxDateValidationOnInput(newVal, $event, displayValue, isNativePicker) {
783
+ if (newVal) {
784
+ const dateTimeVal = newVal;
785
+ newVal = moment(newVal).startOf('day').toDate();
786
+ const minDate = moment(getDateObj(this.mindate)).startOf('day').toDate();
787
+ const maxDate = moment(getDateObj(this.maxdate)).startOf('day').toDate();
788
+ if (this.mindate && newVal < minDate) {
789
+ const msg = `${this.appLocale.LABEL_MINDATE_VALIDATION_MESSAGE} ${this.mindate}.`;
790
+ this.invokeOnChange(this.datavalue, undefined, false);
791
+ if (isNativePicker && getFormattedDate(this.datePipe, minDate, this.datepattern, this.timeZone, null, null, this) === displayValue) {
792
+ return $($event.target).val(displayValue);
793
+ }
794
+ this.dateNotInRange = true;
795
+ this.validateType = 'mindate';
796
+ return this.showValidation($event, displayValue, isNativePicker, msg);
797
+ }
798
+ if (this.maxdate && newVal > maxDate) {
799
+ const msg = `${this.appLocale.LABEL_MAXDATE_VALIDATION_MESSAGE} ${this.maxdate}.`;
800
+ this.invokeOnChange(this.datavalue, undefined, false);
801
+ if (isNativePicker && getFormattedDate(this.datePipe, maxDate, this.datepattern, this.timeZone, null, null, this) === displayValue) {
802
+ return $($event.target).val(displayValue);
803
+ }
804
+ this.dateNotInRange = true;
805
+ this.validateType = 'maxdate';
806
+ return this.showValidation($event, displayValue, isNativePicker, msg);
807
+ }
808
+ if (this.excludedates) {
809
+ let excludeDatesArray;
810
+ if (isString(this.excludedates)) {
811
+ excludeDatesArray = split(this.excludedates, ',');
812
+ }
813
+ else {
814
+ excludeDatesArray = this.excludedates;
815
+ }
816
+ excludeDatesArray = excludeDatesArray.map(d => getFormattedDate(this.datePipe, d, this.datepattern, this.timeZone, null, null, this));
817
+ if (excludeDatesArray.indexOf(getFormattedDate(this.datePipe, dateTimeVal, this.datepattern, this.timeZone, null, null, this)) > -1) {
818
+ this.dateNotInRange = true;
819
+ this.validateType = 'excludedates';
820
+ this.invokeOnChange(this.datavalue, undefined, false);
821
+ return;
822
+ }
823
+ }
824
+ if (this.excludedays) {
825
+ const excludeDaysArray = split(this.excludedays, ',');
826
+ const day = get(dateTimeVal, 'getDay') ? dateTimeVal.getDay() : dateTimeVal;
827
+ if (excludeDaysArray.indexOf(day.toString()) > -1) {
828
+ this.dateNotInRange = true;
829
+ this.validateType = 'excludedays';
830
+ this.invokeOnChange(this.datavalue, undefined, false);
831
+ return;
832
+ }
833
+ }
834
+ }
835
+ if (!isNativePicker) {
836
+ this.dateNotInRange = false;
837
+ this.invokeOnChange(this.datavalue, undefined, false);
838
+ }
839
+ }
840
+ /**
841
+ * This method is used to highlight the current date
842
+ */
843
+ hightlightToday(newDate) {
844
+ const activeMonth = $(`.bs-datepicker-head .current`).first().text();
845
+ const activeYear = $(".bs-datepicker-head .current").eq(1).text();
846
+ const month = new Date(newDate).toLocaleString('default', { month: 'long' });
847
+ const year = newDate.getFullYear().toString();
848
+ if (activeMonth == month && activeYear == new Date().getFullYear() && newDate.getDate() === new Date().getDate() && newDate.getMonth() === new Date().getMonth() && newDate.getFullYear() === new Date().getFullYear()) {
849
+ const toDay = new Date().getDate().toString();
850
+ filter($(`span:contains(${toDay})`).not('.is-other-month'), (obj) => {
851
+ if ($(obj).text() === toDay) {
852
+ $(obj).addClass('current-date text-info');
853
+ }
854
+ });
855
+ }
856
+ }
857
+ /**
858
+ * This method is used to find the new date is from another year or not
859
+ * @param newDate - newly selected date value
860
+ */
861
+ isOtheryear(newDate) {
862
+ return (newDate.getMonth() === 0 && this.activeDate.getMonth() === 11) || (newDate.getMonth() === 11 && this.activeDate.getMonth() === 0);
863
+ }
864
+ showDatePickerModal(bsDataval) {
865
+ bsDataval ? this.activeDate = bsDataval : this.activeDate = new Date();
866
+ this.setNextData(this.activeDate);
867
+ this.datetimepickerComponent.show();
868
+ setTimeout(() => {
869
+ this.addDatepickerMouseEvents();
870
+ this.setActiveDateFocus(this.activeDate, true);
871
+ }, 500);
872
+ return;
873
+ }
874
+ /**
875
+ * This method is used to load other month days or other month or other year
876
+ * @param btnClass - class(previous/next) of the button which we have to click
877
+ * @param timePeriod - String value decides to load other month days or other month or other year
878
+ */
879
+ goToOtherMonthOryear(btnClass, timePeriod) {
880
+ const $node = $(`.bs-datepicker-head .${btnClass}`);
881
+ if ($node.attr('disabled')) {
882
+ return;
883
+ }
884
+ $node.trigger('click');
885
+ if (timePeriod === 'days') {
886
+ this.loadDays();
887
+ }
888
+ else if (timePeriod === 'month') {
889
+ this.loadMonths();
890
+ }
891
+ else if (timePeriod === 'year') {
892
+ this.loadYears();
893
+ }
894
+ }
895
+ /**
896
+ * This method is used to set focus for active day
897
+ * @param newDate - newly selected date value
898
+ * @param isMouseEvent - boolean value represents the event is mouse event/ keyboard event
899
+ */
900
+ setActiveDateFocus(newDate, isMouseEvent) {
901
+ this.setNextData(newDate);
902
+ this.clicked = false;
903
+ const activeMonth = this.activeDate.getMonth();
904
+ // check for keyboard event
905
+ if (!isMouseEvent) {
906
+ if (newDate.getMonth() < activeMonth) {
907
+ this.isOtheryear(newDate) ? this.goToOtherMonthOryear('next', 'days') : this.goToOtherMonthOryear('previous', 'days');
908
+ }
909
+ else if (newDate.getMonth() > activeMonth) {
910
+ this.isOtheryear(newDate) ? this.goToOtherMonthOryear('previous', 'days') : this.goToOtherMonthOryear('next', 'days');
911
+ }
912
+ }
913
+ setTimeout(() => {
914
+ const newDay = newDate.getDate().toString();
915
+ filter($(`span:contains(${newDay})`).not('.is-other-month'), (obj) => {
916
+ const activeMonth = $(`.bs-datepicker-head .current`).first().text();
917
+ const activeYear = $(".bs-datepicker-head .current").eq(1).text();
918
+ const monthName = new Date().toLocaleString('default', { month: 'long' });
919
+ if ($(obj).text() === newDay && activeMonth == monthName && activeYear == new Date().getFullYear()) {
920
+ if ($(obj).hasClass('selected')) {
921
+ $(obj).parent().attr('aria-selected', 'true');
922
+ }
923
+ $(obj).attr('aria-label', moment(newDate).format('dddd, MMMM Do YYYY'));
924
+ $('[bsdatepickerdaydecorator]').not('.is-other-month').attr('tabindex', '-1');
925
+ $(obj).attr('tabindex', '0');
926
+ $(obj).focus();
927
+ this.activeDate = newDate;
928
+ }
929
+ });
930
+ if (newDate.getDate() === new Date().getDate() && newDate.getMonth() === new Date().getMonth() && newDate.getFullYear() === new Date().getFullYear()) {
931
+ this.hightlightToday(newDate);
932
+ }
933
+ });
934
+ }
935
+ getMonth(date, inc) {
936
+ const currentMonth = new Date(date);
937
+ let month = currentMonth.getMonth();
938
+ const year = currentMonth.getFullYear();
939
+ month += inc;
940
+ const newDate = new Date(year, month);
941
+ const fullMonth = newDate.toLocaleString('en-US', { month: 'long' });
942
+ return {
943
+ date: newDate,
944
+ fullMonth: fullMonth
945
+ };
946
+ }
947
+ /**
948
+ * This method sets focus for months/days depending on the loaded datepicker table
949
+ */
950
+ setFocusForMonthOrDay() {
951
+ const activeMonthOrYear = $(`.bs-datepicker-head .current`).first().text();
952
+ const datePickerBody = $('.bs-datepicker-body');
953
+ if (datePickerBody.find('table.months').length > 0) {
954
+ if (parseInt$1(activeMonthOrYear) !== this.activeDate.getFullYear()) {
955
+ this.loadMonths();
956
+ }
957
+ const newDate = new Date(parseInt$1(activeMonthOrYear), this.activeDate.getMonth(), this.activeDate.getDate());
958
+ this.setActiveMonthFocus(newDate, true);
959
+ }
960
+ else if (datePickerBody.find('table.days').length > 0) {
961
+ const newMonth = months.indexOf(activeMonthOrYear);
962
+ if (newMonth !== this.activeDate.getMonth()) {
963
+ this.loadDays();
964
+ }
965
+ const newDate = new Date(this.activeDate.getFullYear(), newMonth, 1);
966
+ this.setActiveDateFocus(newDate, true);
967
+ }
968
+ }
969
+ /**
970
+ * This method sets focus for months/years depending on the loaded datepicker table
971
+ */
972
+ setFocusForCurrentMonthOryear() {
973
+ const datePickerBody = $('.bs-datepicker-body');
974
+ if (datePickerBody.find('table.months').length > 0) {
975
+ this.loadMonths();
976
+ this.setActiveMonthFocus(this.activeDate, true);
977
+ }
978
+ else if (datePickerBody.find('table.years').length > 0) {
979
+ this.loadYears();
980
+ this.setActiveYearFocus(this.activeDate, true);
981
+ }
982
+ }
983
+ /**
984
+ * This method sets focus for months/years/days depending on the loaded datepicker table
985
+ */
986
+ setFocusForDate(count) {
987
+ const datePickerBody = $('.bs-datepicker-body');
988
+ if (datePickerBody.find('table.months').length > 0) {
989
+ this.loadMonths();
990
+ const newDate = new Date(this.activeDate.getFullYear() + count, 0, this.activeDate.getDate());
991
+ this.setActiveMonthFocus(newDate, true);
992
+ }
993
+ else if (datePickerBody.find('table.years').length > 0) {
994
+ this.loadYears();
995
+ const startYear = datePickerBody.find('table.years span').first().text();
996
+ const newDate = new Date(parseInt$1(startYear), this.activeDate.getMonth(), this.activeDate.getDate());
997
+ this.setActiveYearFocus(newDate, true);
998
+ }
999
+ else if (datePickerBody.find('table.days').length > 0) {
1000
+ this.loadDays();
1001
+ const newDate = new Date(this.activeDate.getFullYear(), this.activeDate.getMonth() + count, 1);
1002
+ this.setActiveDateFocus(newDate, true);
1003
+ }
1004
+ }
1005
+ /**
1006
+ * This method is used to add keyboard events while opening the date picker
1007
+ * @param scope - scope of the date/datetime widget
1008
+ * @param isDateTime - boolean value represents the loaded widget is date or datetime
1009
+ */
1010
+ addDatepickerKeyboardEvents(scope, isDateTime) {
1011
+ this.elementScope = scope;
1012
+ const dateContainer = document.querySelector(`.${scope.dateContainerCls}`);
1013
+ setAttr(dateContainer, 'tabindex', '0');
1014
+ dateContainer.onkeydown = (event) => {
1015
+ // Check for Shift+Tab key or Tab key or escape
1016
+ if (event.key === 'Escape') {
1017
+ this.elementScope.hideDatepickerDropdown();
1018
+ const displayInputElem = this.elementScope.nativeElement.querySelector('.display-input');
1019
+ setTimeout(() => displayInputElem.focus());
1020
+ }
1021
+ };
1022
+ this.loadDays();
1023
+ this.setActiveDateFocus(this.activeDate);
1024
+ }
1025
+ setNextData(nextDate) {
1026
+ this.next = this.getMonth(nextDate, 1);
1027
+ this.prev = this.getMonth(nextDate, -1);
1028
+ }
1029
+ /**
1030
+ * This method is used to add tabindex, keybord and mouse events for days
1031
+ */
1032
+ loadDays() {
1033
+ setTimeout(() => {
1034
+ $('[bsdatepickerdaydecorator]').not('.is-other-month').attr('tabindex', '0');
1035
+ // if (this.clicked === false) {
1036
+ // this.next = this.getMonth(this.activeDate, 1);
1037
+ // this.prev = this.getMonth(this.activeDate, -1);
1038
+ // }
1039
+ this.addKeyBoardEventsForDays();
1040
+ this.addDatepickerMouseEvents();
1041
+ });
1042
+ }
1043
+ /**
1044
+ * This method sets keyboard events for days
1045
+ */
1046
+ addKeyBoardEventsForDays() {
1047
+ const datePickerBody = $('.bs-datepicker-body');
1048
+ datePickerBody.keydown((event) => {
1049
+ let newdate;
1050
+ if (event.key === 'ArrowDown') {
1051
+ event.preventDefault();
1052
+ newdate = moment(this.activeDate).add(+7, 'days').toDate();
1053
+ this.setActiveDateFocus(newdate);
1054
+ }
1055
+ else if (event.ctrlKey && event.key === 'ArrowUp') {
1056
+ // clicking on table header month name to load list of months
1057
+ $('.bs-datepicker-head .current').first().click();
1058
+ this.loadMonths();
1059
+ this.setActiveMonthFocus(this.activeDate);
1060
+ }
1061
+ else if (event.key === 'ArrowUp') {
1062
+ event.preventDefault();
1063
+ newdate = moment(this.activeDate).add(-7, 'days').toDate();
1064
+ this.setActiveDateFocus(newdate);
1065
+ }
1066
+ else if (event.key === 'ArrowLeft') {
1067
+ newdate = moment(this.activeDate).add(-1, 'days').toDate();
1068
+ this.setActiveDateFocus(newdate);
1069
+ }
1070
+ else if (event.key === 'ArrowRight') {
1071
+ newdate = moment(this.activeDate).add(+1, 'days').toDate();
1072
+ this.setActiveDateFocus(newdate);
1073
+ }
1074
+ else if (event.key === 'PageUp') {
1075
+ event.preventDefault();
1076
+ newdate = moment(this.activeDate).add(-1, 'month').toDate();
1077
+ this.setActiveDateFocus(newdate);
1078
+ }
1079
+ else if (event.key === 'PageDown') {
1080
+ event.preventDefault();
1081
+ newdate = moment(this.activeDate).add(+1, 'month').toDate();
1082
+ this.setActiveDateFocus(newdate);
1083
+ }
1084
+ else if (event.key === 'Enter') {
1085
+ if ($(document.activeElement).hasClass('disabled')) {
1086
+ return;
1087
+ }
1088
+ $(document.activeElement).click();
1089
+ this.elementScope.hideDatepickerDropdown();
1090
+ const displayInputElem = this.elementScope.nativeElement.querySelector('.display-input');
1091
+ setTimeout(() => displayInputElem.focus());
1092
+ }
1093
+ });
1094
+ this.focusBlurDatePickerHeadButtons();
1095
+ }
1096
+ focusBlurDatePickerHeadButtons() {
1097
+ const datePickerHeadButton = $('.bs-datepicker-head button');
1098
+ datePickerHeadButton.on('focus', function () { $(this).css('background-color', '#9AA0A3'); });
1099
+ datePickerHeadButton.on('blur', function () { $(this).css('background-color', ''); });
1100
+ }
1101
+ /**
1102
+ * This method is used to add tabindex, keybord and mouse events for months
1103
+ */
1104
+ loadMonths() {
1105
+ setTimeout(() => {
1106
+ this.addKeyBoardEventsForMonths();
1107
+ this.addDatepickerMouseEvents();
1108
+ });
1109
+ }
1110
+ /**
1111
+ * This method sets keyboard events for months
1112
+ */
1113
+ addKeyBoardEventsForMonths() {
1114
+ $('.bs-datepicker-body').keydown((event) => {
1115
+ let newdate;
1116
+ if ((event.ctrlKey && event.key === 'ArrowDown') || event.key === 'Enter') {
1117
+ if ($(document.activeElement).parent().hasClass('disabled')) {
1118
+ return;
1119
+ }
1120
+ $(document.activeElement).click();
1121
+ this.loadDays();
1122
+ const newDate = new Date(this.activeDate.getFullYear(), this.activeDate.getMonth(), 1);
1123
+ this.setActiveDateFocus(newDate);
1124
+ }
1125
+ else if (event.ctrlKey && event.key === 'ArrowUp') {
1126
+ // clicking on table header year to load list of years
1127
+ $('.bs-datepicker-head .current').first().click();
1128
+ this.loadYears();
1129
+ this.setActiveYearFocus(this.activeDate);
1130
+ }
1131
+ else if (event.key === 'ArrowDown') {
1132
+ event.preventDefault();
1133
+ newdate = moment(this.activeDate).add(+3, 'month').toDate();
1134
+ this.setActiveMonthFocus(newdate);
1135
+ }
1136
+ else if (event.key === 'ArrowUp') {
1137
+ event.preventDefault();
1138
+ newdate = moment(this.activeDate).add(-3, 'month').toDate();
1139
+ this.setActiveMonthFocus(newdate);
1140
+ }
1141
+ else if (event.key === 'ArrowLeft') {
1142
+ newdate = moment(this.activeDate).add(-1, 'month').toDate();
1143
+ this.setActiveMonthFocus(newdate);
1144
+ }
1145
+ else if (event.key === 'ArrowRight') {
1146
+ newdate = moment(this.activeDate).add(+1, 'month').toDate();
1147
+ this.setActiveMonthFocus(newdate);
1148
+ }
1149
+ });
1150
+ this.focusBlurDatePickerHeadButtons();
1151
+ }
1152
+ /**
1153
+ * This method is used to add tabindex, keybord and mouse events for years
1154
+ */
1155
+ loadYears() {
1156
+ setTimeout(() => {
1157
+ this.addKeyBoardEventsForYears();
1158
+ this.addDatepickerMouseEvents();
1159
+ });
1160
+ }
1161
+ /**
1162
+ * This method is used to set focus for active month
1163
+ */
1164
+ setActiveMonthFocus(newDate, isMoouseEvent) {
1165
+ this.setNextData(newDate);
1166
+ const newMonth = months[newDate.getMonth()];
1167
+ // check for keyboard event
1168
+ if (!isMoouseEvent) {
1169
+ if (newDate.getFullYear() < this.activeDate.getFullYear()) {
1170
+ this.goToOtherMonthOryear('previous', 'month');
1171
+ }
1172
+ else if (newDate.getFullYear() > this.activeDate.getFullYear()) {
1173
+ this.goToOtherMonthOryear('next', 'month');
1174
+ }
1175
+ }
1176
+ setTimeout(() => {
1177
+ $(`.bs-datepicker-body table.months span`).attr('tabindex', '-1');
1178
+ $(`.bs-datepicker-body table.months span:contains(${newMonth})`).attr('tabindex', '0');
1179
+ $(`.bs-datepicker-body table.months span:contains(${newMonth})`).focus();
1180
+ this.activeDate = newDate;
1181
+ });
1182
+ }
1183
+ /**
1184
+ * This method sets keyboard events for years
1185
+ */
1186
+ addKeyBoardEventsForYears() {
1187
+ $('.bs-datepicker-body').keydown((event) => {
1188
+ let newdate;
1189
+ if ((event.ctrlKey && event.key === 'ArrowDown') || event.key === 'Enter') {
1190
+ if ($(document.activeElement).parent().hasClass('disabled')) {
1191
+ return;
1192
+ }
1193
+ $(document.activeElement).click();
1194
+ this.loadMonths();
1195
+ this.setActiveMonthFocus(this.activeDate);
1196
+ }
1197
+ else if (event.key === 'ArrowDown') {
1198
+ event.preventDefault();
1199
+ newdate = moment(this.activeDate).add(+4, 'year').toDate();
1200
+ this.setActiveYearFocus(newdate);
1201
+ }
1202
+ else if (event.key === 'ArrowUp') {
1203
+ event.preventDefault();
1204
+ newdate = moment(this.activeDate).add(-4, 'year').toDate();
1205
+ this.setActiveYearFocus(newdate);
1206
+ }
1207
+ else if (event.key === 'ArrowLeft') {
1208
+ newdate = moment(this.activeDate).add(-1, 'year').toDate();
1209
+ this.setActiveYearFocus(newdate);
1210
+ }
1211
+ else if (event.key === 'ArrowRight') {
1212
+ newdate = moment(this.activeDate).add(+1, 'year').toDate();
1213
+ this.setActiveYearFocus(newdate);
1214
+ }
1215
+ });
1216
+ this.focusBlurDatePickerHeadButtons();
1217
+ }
1218
+ /**
1219
+ * This method is used to set focus for active year
1220
+ */
1221
+ setActiveYearFocus(newDate, isMouseEvent) {
1222
+ const newYear = newDate.getFullYear();
1223
+ const datePickerYears = $('.bs-datepicker-body table.years span');
1224
+ const startYear = datePickerYears.first().text();
1225
+ const endYear = datePickerYears.last().text();
1226
+ // check for keyboard event
1227
+ if (!isMouseEvent) {
1228
+ if (newDate.getFullYear() < parseInt$1(startYear)) {
1229
+ this.goToOtherMonthOryear('previous', 'year');
1230
+ }
1231
+ else if (newDate.getFullYear() > parseInt$1(endYear)) {
1232
+ this.goToOtherMonthOryear('next', 'year');
1233
+ }
1234
+ }
1235
+ setTimeout(() => {
1236
+ $(`.bs-datepicker-body table.years span`).attr('tabindex', '-1');
1237
+ $(`.bs-datepicker-body table.years span:contains(${newYear})`).attr('tabindex', '0');
1238
+ $(`.bs-datepicker-body table.years span:contains(${newYear})`).focus();
1239
+ this.activeDate = newDate;
1240
+ });
1241
+ }
1242
+ /**
1243
+ * This method sets focus for timepicker first input field(hours field) while opening time picker
1244
+ * @param scope - scope of the time picker widget
1245
+ */
1246
+ focusTimePickerPopover(scope) {
1247
+ this.elementScope = scope;
1248
+ // setTimeout is used so that by then time input has the updated value. focus is setting back to the input field
1249
+ this.elementScope.ngZone.runOutsideAngular(() => {
1250
+ setTimeout(() => {
1251
+ $('timepicker .form-group').first().find('> input.form-control').focus();
1252
+ });
1253
+ });
1254
+ }
1255
+ /**
1256
+ * This function sets the keyboard events to Timepicker popup
1257
+ */
1258
+ bindTimePickerKeyboardEvents() {
1259
+ setTimeout(() => {
1260
+ const $timepickerPopup = $('body').find('> bs-dropdown-container timepicker');
1261
+ $timepickerPopup.attr('tabindex', 0);
1262
+ this.addEventsOnTimePicker($timepickerPopup);
1263
+ });
1264
+ }
1265
+ focusOnInputEl() {
1266
+ if ($(this.nativeElement).closest('.caption-floating').length > 0) {
1267
+ setTimeout(() => {
1268
+ $(this.nativeElement).find('.app-textbox').focus();
1269
+ }, 100);
1270
+ }
1271
+ }
1272
+ /**
1273
+ * This function checks whether the given date is valid or not
1274
+ * @returns boolean value, true if date is valid else returns false
1275
+ */
1276
+ isValidDate(date) {
1277
+ return date && date instanceof Date && !isNaN(date.getTime());
1278
+ }
1279
+ /**
1280
+ * This function checks whether the given time is valid or not
1281
+ */
1282
+ timeFormatValidation() {
1283
+ const enteredDate = $(this.nativeElement).find('input').val();
1284
+ const newVal = getNativeDateObject(enteredDate, { meridians: this.meridians, pattern: this.datepattern });
1285
+ if (!this.formatValidation(newVal, enteredDate)) {
1286
+ return;
1287
+ }
1288
+ this.invalidDateTimeFormat = false;
1289
+ this.invokeOnChange(this.datavalue, undefined, false);
1290
+ }
1291
+ updateTimeValue(el, value, fieldName) {
1292
+ let minEl = el.find('input[aria-label="minutes"]');
1293
+ let secEl = el.find('input[aria-label="seconds"]');
1294
+ minEl.value = secEl.value = '00';
1295
+ if (value.length < 2) {
1296
+ setTimeout(() => {
1297
+ fieldName === 'minutes' ? this.bsTimePicker.updateMinutes(minEl) : this.bsTimePicker.updateSeconds(secEl);
1298
+ }, 500);
1299
+ }
1300
+ else {
1301
+ fieldName === 'minutes' ? this.bsTimePicker.updateMinutes(minEl) : this.bsTimePicker.updateSeconds(secEl);
1302
+ }
1303
+ }
1304
+ /**
1305
+ * This function sets the events to given element
1306
+ * @param $el - element on which the event is added
1307
+ */
1308
+ addEventsOnTimePicker($el) {
1309
+ const inputFields = $el.find('.bs-timepicker-field');
1310
+ // WMS-19382: update minutes and seconds to 0 when we enter hour value
1311
+ inputFields.first().on('keyup', evt => {
1312
+ const hourValue = evt.target.value;
1313
+ forEach(inputFields, (field, index) => {
1314
+ // @ts-ignore
1315
+ if (evt.target !== field && field.value === '' && hourValue.length) {
1316
+ const fieldName = index === 1 ? 'minutes' : 'seconds';
1317
+ this.updateTimeValue($el, hourValue, fieldName);
1318
+ }
1319
+ });
1320
+ });
1321
+ this.removeKeyupListener = () => {
1322
+ inputFields.first().off('keyup');
1323
+ };
1324
+ $el.on('keydown', event => {
1325
+ const $target = $(event.target);
1326
+ const $parent = $target.parent();
1327
+ const elementScope = this.elementScope;
1328
+ let stopPropogation, preventDefault;
1329
+ if (event.key === 'Escape') {
1330
+ elementScope.hideTimepickerDropdown();
1331
+ }
1332
+ if ($target.hasClass('bs-timepicker-field')) {
1333
+ if ($parent.is(':first-child')) {
1334
+ if ((event.shiftKey && event.key === 'Tab') || event.key === 'Enter' || event.key === 'Escape') {
1335
+ elementScope.setIsTimeOpen(false);
1336
+ this.focus();
1337
+ stopPropogation = true;
1338
+ preventDefault = true;
1339
+ }
1340
+ }
1341
+ else if ($parent.is(':last-child') || ($parent.next().next().find('button.disabled').length)) {
1342
+ if (event.key === 'Tab' || event.key === 'Escape' || event.key === 'Enter') {
1343
+ elementScope.setIsTimeOpen(false);
1344
+ this.focus();
1345
+ stopPropogation = true;
1346
+ preventDefault = true;
1347
+ }
1348
+ }
1349
+ else {
1350
+ if (event.key === 'Enter' || event.key === 'Escape') {
1351
+ elementScope.setIsTimeOpen(false);
1352
+ this.focus();
1353
+ stopPropogation = true;
1354
+ preventDefault = true;
1355
+ }
1356
+ }
1357
+ if (stopPropogation) {
1358
+ event.stopPropagation();
1359
+ }
1360
+ if (preventDefault) {
1361
+ event.preventDefault();
1362
+ }
1363
+ if (elementScope.mintime && elementScope.maxtime && !this.isValidDate(elementScope.bsTimeValue)) {
1364
+ if (event.key === 'ArrowDown') {
1365
+ elementScope.bsTimeValue = elementScope.maxTime;
1366
+ }
1367
+ else if (event.key === 'ArrowUp') {
1368
+ elementScope.bsTimeValue = elementScope.minTime;
1369
+ }
1370
+ }
1371
+ if (event.key === 'Tab') {
1372
+ this.invalidDateTimeFormat = false;
1373
+ this.invokeOnChange(this.datavalue, undefined, false);
1374
+ const pattern = this.datepattern || this.timepattern;
1375
+ if (getFormattedDate(elementScope.datePipe, elementScope.bsTimeValue, pattern, this.timeZone, null, null, this) === elementScope.displayValue) {
1376
+ $(this.nativeElement).find('.display-input').val(elementScope.displayValue);
1377
+ }
1378
+ }
1379
+ if (event.key === 'ArrowDown' || event.key === 'ArrowUp') {
1380
+ this.timeFormatValidation();
1381
+ }
1382
+ }
1383
+ else if ($target.hasClass('btn-default')) {
1384
+ if (event.key === 'Tab' || event.key === 'Escape') {
1385
+ elementScope.setIsTimeOpen(false);
1386
+ this.focus();
1387
+ }
1388
+ }
1389
+ });
1390
+ $el.find('a').on('click', evt => {
1391
+ const elementScope = this.elementScope;
1392
+ const $target = $(evt.target);
1393
+ if (elementScope.mintime && elementScope.maxtime && !this.isValidDate(elementScope.bsTimeValue)) {
1394
+ if ($target.find('span').hasClass('bs-chevron-down')) {
1395
+ elementScope.bsTimeValue = elementScope.maxTime;
1396
+ }
1397
+ else if ($target.find('span').hasClass('bs-chevron-up')) {
1398
+ elementScope.bsTimeValue = elementScope.minTime;
1399
+ }
1400
+ }
1401
+ this.timeFormatValidation();
1402
+ });
1403
+ }
1404
+ updateFormat(pattern) {
1405
+ if (pattern === 'datepattern') {
1406
+ this._dateOptions.dateInputFormat = this.datepattern;
1407
+ this.showseconds = includes(this.datepattern, 's');
1408
+ this.ismeridian = includes(this.datepattern, 'h');
1409
+ }
1410
+ else if (pattern === 'timepattern') {
1411
+ this.showseconds = includes(this.timepattern, 's');
1412
+ this.ismeridian = includes(this.timepattern, 'h');
1413
+ }
1414
+ }
1415
+ getMobileInput() {
1416
+ return this.nativeElement.querySelector('.mobile-input');
1417
+ }
1418
+ onDateTimeInputBlur() {
1419
+ // removing the opacity on blur of the mobile widget
1420
+ const displayInputElem = this.getMobileInput();
1421
+ if (displayInputElem && !hasCordova()) {
1422
+ const children = this.nativeElement.children;
1423
+ for (let i = 0; i < children.length; i++) {
1424
+ children[i].classList.remove('add-opacity');
1425
+ }
1426
+ displayInputElem.classList.remove('remove-opacity');
1427
+ }
1428
+ }
1429
+ onDateTimeInputFocus(skipFocus = false) {
1430
+ if (!this.loadNativeDateInput) {
1431
+ return;
1432
+ }
1433
+ const displayInputElem = this.getMobileInput();
1434
+ // toggling the classes to show and hide the native widget using opacity
1435
+ if (skipFocus && !hasCordova()) {
1436
+ const children = this.nativeElement.children;
1437
+ for (let i = 0; i < children.length; i++) {
1438
+ children[i].classList.add('add-opacity');
1439
+ }
1440
+ displayInputElem.classList.add('remove-opacity');
1441
+ return;
1442
+ }
1443
+ if (displayInputElem && this._triggeredByUser) {
1444
+ displayInputElem.focus();
1445
+ displayInputElem.click();
1446
+ }
1447
+ }
1448
+ getCordovaPluginDatePickerApi() {
1449
+ if (isIos()) {
1450
+ return get(window, 'cordova.wavemaker.datePicker.selectDate');
1451
+ }
1452
+ }
1453
+ /**
1454
+ * This method sets the mouse events to Datepicker popup. These events are required when we navigate date picker through mouse.
1455
+ */
1456
+ addDatepickerMouseEvents() {
1457
+ $(".bs-datepicker-head .previous span").attr("aria-hidden", 'true');
1458
+ $(".bs-datepicker-head .next span").attr("aria-hidden", 'true');
1459
+ $(".bs-datepicker-head").on("click", ".previous", (event) => {
1460
+ this.next = this.getMonth(this.activeDate, 0);
1461
+ this.prev = this.getMonth(this.activeDate, -2);
1462
+ this.clicked = true;
1463
+ // check for original mouse click
1464
+ if (event.originalEvent) {
1465
+ this.setFocusForDate(-1);
1466
+ }
1467
+ var prevMon = this.getMonth(this.activeDate, -1);
1468
+ setTimeout(() => {
1469
+ $(".bs-datepicker-head .previous span").attr("aria-hidden", 'true');
1470
+ $(".bs-datepicker-head .next span").attr("aria-hidden", 'true');
1471
+ $(".bs-datepicker-head .next").attr('aria-label', `Next Month, ${this.next.fullMonth} ${this.next.date.getFullYear()}`);
1472
+ $(".bs-datepicker-head .previous").attr('aria-label', `Previous Month, ${this.prev.fullMonth} ${this.prev.date.getFullYear()}`);
1473
+ $('.bs-datepicker-head .current').first().append(`<h2 aria-hidden="false" aria-atomic="true" aria-live='polite' class="sr-only">Changed to Previous Month, ${prevMon.fullMonth} and year ${prevMon.date.getFullYear()}</h2>`);
1474
+ $('.bs-datepicker-head').on('focus', '.current', function () {
1475
+ $('.bs-datepicker-head .current').find('h2').remove();
1476
+ });
1477
+ $(`.bs-datepicker-head .previous`).focus();
1478
+ });
1479
+ });
1480
+ $(".bs-datepicker-head").on("click", ".next", (event) => {
1481
+ this.next = this.getMonth(this.activeDate, 2);
1482
+ this.prev = this.getMonth(this.activeDate, 0);
1483
+ this.clicked = true;
1484
+ // check for original mouse click
1485
+ if (event.originalEvent) {
1486
+ this.setFocusForDate(1);
1487
+ }
1488
+ var nextMon = this.getMonth(this.activeDate, 1);
1489
+ setTimeout(() => {
1490
+ $(".bs-datepicker-head .previous span").attr("aria-hidden", 'true');
1491
+ $(".bs-datepicker-head .next span").attr("aria-hidden", 'true');
1492
+ $(".bs-datepicker-head .next").attr('aria-label', `Next Month, ${this.next.fullMonth} ${this.next.date.getFullYear()}`);
1493
+ $(".bs-datepicker-head .previous").attr('aria-label', `Previous Month, ${this.prev.fullMonth} ${this.prev.date.getFullYear()}`);
1494
+ $('.bs-datepicker-head .current').first().append(`<h2 aria-hidden="false" aria-atomic="true" aria-live='polite' class="sr-only">Changed to Next Month, ${nextMon.fullMonth} and year ${nextMon.date.getFullYear()}</h2>`);
1495
+ $('.bs-datepicker-head').on('focus', '.current', function () {
1496
+ $('.bs-datepicker-head .current').find('h2').remove();
1497
+ });
1498
+ $(`.bs-datepicker-head .next`).focus();
1499
+ });
1500
+ });
1501
+ $(".bs-datepicker-head").on("click", ".current", (event) => {
1502
+ // check for original mouse click
1503
+ if (event.originalEvent) {
1504
+ this.setFocusForCurrentMonthOryear();
1505
+ }
1506
+ });
1507
+ $('.bs-datepicker-body').on("click", ".bs-datepicker-action-buttons", (event) => {
1508
+ event.stopPropagation();
1509
+ // check for original mouse click
1510
+ if (event.originalEvent) {
1511
+ this.setFocusForMonthOrDay();
1512
+ }
1513
+ });
1514
+ // if(!this.clicked) {
1515
+ $(".bs-datepicker-head .next").attr('aria-label', `Next Month, ${this.next.fullMonth} ${this.next.date.getFullYear()}`);
1516
+ $(".bs-datepicker-head .previous").attr('aria-label', `Previous Month, ${this.prev.fullMonth} ${this.prev.date.getFullYear()}`);
1517
+ // }
1518
+ }
1519
+ blurDateInput(isPickerOpen) {
1520
+ const displayInputElem = this.nativeElement.querySelector('.display-input');
1521
+ if (isPickerOpen) {
1522
+ setTimeout(() => displayInputElem.blur());
1523
+ }
1524
+ }
1525
+ onPropertyChange(key, nv, ov) {
1526
+ if (key === 'tabindex') {
1527
+ return;
1528
+ }
1529
+ if (key === 'required') {
1530
+ this._onChange(this.datavalue);
1531
+ return;
1532
+ }
1533
+ if (key === 'datepattern') {
1534
+ this.updateFormat(key);
1535
+ }
1536
+ else if (key === 'showweeks') {
1537
+ this._dateOptions.showWeekNumbers = nv;
1538
+ }
1539
+ else if (key === 'mindate') {
1540
+ this._dateOptions.minDate = (nv === CURRENT_DATE$2) ? this.mindate = new Date() : getDateObj(nv);
1541
+ this.minDateMaxDateValidationOnInput(this.datavalue);
1542
+ }
1543
+ else if (key === 'maxdate') {
1544
+ this._dateOptions.maxDate = (nv === CURRENT_DATE$2) ? this.maxdate = new Date() : getDateObj(nv);
1545
+ this.minDateMaxDateValidationOnInput(this.datavalue);
1546
+ }
1547
+ else if (key === 'excludedates' || key === 'excludedays') {
1548
+ if (this.excludedays) {
1549
+ this.excludedDaysToDisable = split(this.excludedays, ',').map((day) => {
1550
+ return +day;
1551
+ });
1552
+ }
1553
+ if (this.excludedates) {
1554
+ this.excludedDatesToDisable = this.excludedates;
1555
+ if (isString(this.excludedates)) {
1556
+ // @ts-ignore
1557
+ this.excludedDatesToDisable = split(this.excludedates, ',');
1558
+ }
1559
+ this.excludedDatesToDisable = this.excludedDatesToDisable.map(d => getDateObj(d));
1560
+ }
1561
+ this.minDateMaxDateValidationOnInput(this.datavalue);
1562
+ }
1563
+ else if (key === 'selectfromothermonth') {
1564
+ this._dateOptions.selectFromOtherMonth = nv;
1565
+ }
1566
+ else if (key === 'todaybutton') {
1567
+ this._dateOptions.showTodayButton = nv;
1568
+ }
1569
+ else if (key === 'clearbutton') {
1570
+ this._dateOptions.showClearButton = nv;
1571
+ }
1572
+ else if (key === 'todaybuttonlabel') {
1573
+ this._dateOptions.todayButtonLabel = this.i18nService.getLocalizedMessage(nv) || nv;
1574
+ }
1575
+ else if (key === 'clearbuttonlabel') {
1576
+ this._dateOptions.clearButtonLabel = this.i18nService.getLocalizedMessage(nv) || nv;
1577
+ }
1578
+ else if (key === 'showcustompicker') {
1579
+ this.loadNativeDateInput = isMobile() && !this.showcustompicker;
1580
+ }
1581
+ else if (key === 'adaptiveposition') {
1582
+ this._dateOptions.adaptivePosition = nv;
1583
+ }
1584
+ else {
1585
+ super.onPropertyChange(key, nv, ov);
1586
+ }
1587
+ }
1588
+ ngAfterViewInit() {
1589
+ super.ngAfterViewInit();
1590
+ this.containerTarget = getContainerTargetClass(this.nativeElement);
1591
+ this.isReadOnly = this.dataentrymode != 'undefined' && !this.isDataEntryModeEnabledOnInput(this.dataentrymode);
1592
+ // this mobileinput width varies in ios hence setting width here.
1593
+ const mobileInput = this.getMobileInput();
1594
+ if (mobileInput) {
1595
+ setTimeout(() => {
1596
+ mobileInput.style.width = '100%';
1597
+ mobileInput.style.height = '100%';
1598
+ });
1599
+ }
1600
+ }
1601
+ ngOnDestroy() {
1602
+ if (this.dateOnShowSubscription) {
1603
+ this.dateOnShowSubscription.unsubscribe();
1604
+ }
1605
+ if (this.cancelLocaleChangeSubscription) {
1606
+ this.cancelLocaleChangeSubscription();
1607
+ }
1608
+ super.ngOnDestroy();
1609
+ }
1610
+ ngOnDetach() {
1611
+ this.datetimepickerComponent?.hideModal();
1612
+ }
1613
+ setTimezone(locale) {
1614
+ this.i18nService.setTimezone(locale, this);
1615
+ }
1616
+ static { this.ɵfac = function BaseDateTimeComponent_Factory(t) { i0.ɵɵinvalidFactory(); }; }
1617
+ static { this.ɵdir = /*@__PURE__*/ i0.ɵɵdefineDirective({ type: BaseDateTimeComponent, viewQuery: function BaseDateTimeComponent_Query(rf, ctx) { if (rf & 1) {
1618
+ i0.ɵɵviewQuery(BsDropdownDirective, 5);
1619
+ i0.ɵɵviewQuery(TimepickerComponent, 5);
1620
+ i0.ɵɵviewQuery(DateTimePickerComponent, 5);
1621
+ } if (rf & 2) {
1622
+ let _t;
1623
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bsDropdown = _t.first);
1624
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bsTimePicker = _t.first);
1625
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.datetimepickerComponent = _t.first);
1626
+ } }, features: [i0.ɵɵInheritDefinitionFeature] }); }
1627
+ }
1628
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(BaseDateTimeComponent, [{
1629
+ type: Directive
1630
+ }], () => [{ type: i0.Injector }, { type: undefined }, { type: undefined, decorators: [{
1631
+ type: Inject,
1632
+ args: ['EXPLICIT_CONTEXT']
1633
+ }, {
1634
+ type: Optional
1635
+ }] }], { bsDropdown: [{
1636
+ type: ViewChild,
1637
+ args: [BsDropdownDirective]
1638
+ }], bsTimePicker: [{
1639
+ type: ViewChild,
1640
+ args: [TimepickerComponent]
1641
+ }], datetimepickerComponent: [{
1642
+ type: ViewChild,
1643
+ args: [DateTimePickerComponent]
1644
+ }] }); })();
1645
+
1646
+ const dateProps = new Map([
1647
+ ['autofocus', PROP_BOOLEAN],
1648
+ ['class', PROP_STRING],
1649
+ ['dataentrymode', { value: 'default', ...PROP_STRING }],
1650
+ ['datavaluesource', PROP_ANY],
1651
+ ['datavalue', PROP_STRING],
1652
+ ['datepattern', PROP_STRING],
1653
+ ['disabled', PROP_BOOLEAN],
1654
+ ['excludedays', PROP_STRING],
1655
+ ['excludedates', PROP_STRING],
1656
+ ['hint', PROP_STRING],
1657
+ ['maxdate', PROP_STRING],
1658
+ ['mindate', PROP_STRING],
1659
+ ['name', PROP_STRING],
1660
+ ['outputformat', { value: 'yyyy-MM-dd', ...PROP_STRING }],
1661
+ ['placeholder', { value: 'Select Date', ...PROP_STRING }],
1662
+ ['readonly', PROP_BOOLEAN],
1663
+ ['required', PROP_BOOLEAN],
1664
+ ['shortcutkey', PROP_STRING],
1665
+ ['show', { value: true, ...PROP_BOOLEAN }],
1666
+ ['showdropdownon', { value: 'default', ...PROP_STRING }],
1667
+ ['showbuttonbar', { value: true, ...PROP_BOOLEAN }], // TODO not addressed
1668
+ ['showcustompicker', { value: false, ...PROP_BOOLEAN }],
1669
+ ['showindevice', { displayType: 'inline-block', value: 'all', ...PROP_STRING }],
1670
+ ['showweeks', { value: false, ...PROP_BOOLEAN }],
1671
+ ['tabindex', { value: 0, ...PROP_NUMBER }],
1672
+ ['selectfromothermonth', { value: true, ...PROP_BOOLEAN }],
1673
+ ['todaybutton', { value: true, ...PROP_BOOLEAN }],
1674
+ ['clearbutton', { value: true, ...PROP_BOOLEAN }],
1675
+ ['adaptiveposition', { value: true, ...PROP_BOOLEAN }],
1676
+ ['todaybuttonlabel', { value: 'LABEL_TODAY_DATE', ...PROP_STRING }],
1677
+ ['clearbuttonlabel', { value: 'LABEL_CLEAR_DATE', ...PROP_STRING }],
1678
+ ['showdateformatasplaceholder', PROP_BOOLEAN],
1679
+ ]);
1680
+ const registerProps$2 = () => {
1681
+ register('wm-date', dateProps);
1682
+ registerFormWidget(FormWidgetType.DATE, new Map(dateProps));
1683
+ };
1684
+
1685
+ function validateTheMaskedDate(format, locale) {
1686
+ if (format == 'timestamp') {
1687
+ return false;
1688
+ }
1689
+ let modifiedFormat = format.toUpperCase().replace(/E/g, 'd');
1690
+ if ((modifiedFormat.split('D').length - 1) === 1) {
1691
+ modifiedFormat = modifiedFormat.replace('D', 'DD');
1692
+ }
1693
+ if ((modifiedFormat.split('M').length - 1) === 1) {
1694
+ modifiedFormat = modifiedFormat.replace('M', 'MM');
1695
+ }
1696
+ const parseFn = str => {
1697
+ return moment(str, modifiedFormat).toDate();
1698
+ };
1699
+ const formatFn = date => {
1700
+ return moment(date, modifiedFormat).format(modifiedFormat);
1701
+ };
1702
+ return {
1703
+ mask: Date,
1704
+ pattern: modifiedFormat,
1705
+ format: formatFn,
1706
+ parse: parseFn,
1707
+ blocks: {
1708
+ YYYY: {
1709
+ mask: IMask.MaskedRange,
1710
+ from: 1900,
1711
+ to: 9999,
1712
+ placeholderChar: 'Y',
1713
+ maxLength: 4,
1714
+ },
1715
+ YYY: {
1716
+ mask: IMask.MaskedRange,
1717
+ from: 900,
1718
+ to: 999,
1719
+ placeholderChar: 'Y',
1720
+ maxLength: 3,
1721
+ },
1722
+ YY: {
1723
+ mask: IMask.MaskedRange,
1724
+ from: 0,
1725
+ to: 99,
1726
+ placeholderChar: 'Y',
1727
+ maxLength: 2,
1728
+ },
1729
+ Y: {
1730
+ mask: IMask.MaskedRange,
1731
+ from: 1900,
1732
+ to: 9999,
1733
+ placeholderChar: 'Y',
1734
+ maxLength: 4,
1735
+ },
1736
+ M: {
1737
+ mask: IMask.MaskedRange,
1738
+ from: 1,
1739
+ to: 12,
1740
+ placeholderChar: 'M',
1741
+ maxLength: 2,
1742
+ },
1743
+ MM: {
1744
+ mask: IMask.MaskedRange,
1745
+ from: 1,
1746
+ to: 12,
1747
+ placeholderChar: 'M',
1748
+ maxLength: 2,
1749
+ },
1750
+ MMM: {
1751
+ mask: IMask.MaskedEnum,
1752
+ enum: Array.from({ length: 12 }, (_, i) => new Date(0, i).toLocaleString(locale, { month: 'short' })),
1753
+ placeholderChar: 'M',
1754
+ maxLength: 3,
1755
+ },
1756
+ MMMM: {
1757
+ mask: IMask.MaskedEnum,
1758
+ enum: Array.from({ length: 12 }, (_, i) => new Date(0, i).toLocaleString(locale, { month: 'long' })),
1759
+ placeholderChar: "M",
1760
+ maxLength: 4
1761
+ },
1762
+ DD: {
1763
+ mask: IMask.MaskedRange,
1764
+ from: 1,
1765
+ to: 31,
1766
+ placeholderChar: 'D',
1767
+ maxLength: 2,
1768
+ },
1769
+ D: {
1770
+ mask: IMask.MaskedRange,
1771
+ from: 1,
1772
+ to: 31,
1773
+ placeholderChar: 'D',
1774
+ maxLength: 2,
1775
+ },
1776
+ ddd: {
1777
+ mask: IMask.MaskedEnum,
1778
+ enum: Array.from({ length: 7 }, (_, i) => new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'short' })),
1779
+ placeholderChar: 'E',
1780
+ maxLength: 3,
1781
+ },
1782
+ dddd: {
1783
+ mask: IMask.MaskedEnum,
1784
+ enum: Array.from({ length: 7 }, (_, i) => new Date(0, 0, i + 1).toLocaleString(locale, { weekday: 'long' })),
1785
+ placeholderChar: 'E',
1786
+ minLength: 6,
1787
+ },
1788
+ },
1789
+ autofix: true,
1790
+ lazy: false,
1791
+ overwrite: true,
1792
+ skipInvalid: true
1793
+ };
1794
+ }
1795
+
1796
+ const _c0$2 = ["dateInput"];
1797
+ const _c1$2 = ["wmDate", ""];
1798
+ function DateComponent_ng_template_8_Template(rf, ctx) { if (rf & 1) {
1799
+ const _r2 = i0.ɵɵgetCurrentView();
1800
+ i0.ɵɵelementStart(0, "wm-datetimepicker", 9);
1801
+ i0.ɵɵlistener("change", function DateComponent_ng_template_8_Template_wm_datetimepicker_change_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onDateChange($event)); });
1802
+ i0.ɵɵelementEnd();
1803
+ i0.ɵɵelementStart(1, "div", 10);
1804
+ i0.ɵɵlistener("click", function DateComponent_ng_template_8_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!(ctx_r2.disabled || ctx_r2.readonly) && ctx_r2.showDatePickerModal(ctx_r2.bsDataValue)); })("focus", function DateComponent_ng_template_8_Template_div_focus_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputFocus(true); return i0.ɵɵresetView(ctx_r2.invokeOnFocus($event)); })("blur", function DateComponent_ng_template_8_Template_div_blur_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputBlur(); return i0.ɵɵresetView(ctx_r2.invokeOnTouched($event)); });
1805
+ i0.ɵɵelementEnd();
1806
+ } if (rf & 2) {
1807
+ const ctx_r2 = i0.ɵɵnextContext();
1808
+ i0.ɵɵproperty("config", ctx_r2._dateOptions)("placement", ctx_r2.modal)("excludedDaysToDisable", ctx_r2.excludedDaysToDisable)("excludedDatesToDisable", ctx_r2.excludedDatesToDisable)("displayFormat", ctx_r2.dateInputFormat)("value", ctx_r2.bsDataValue);
1809
+ i0.ɵɵadvance();
1810
+ i0.ɵɵproperty("tabindex", ctx_r2.tabindex || 0);
1811
+ i0.ɵɵattribute("aria-label", ctx_r2.displayValue ? "Change Date " + ctx_r2.displayValue : ctx_r2.hint || "Choose Date");
1812
+ } }
1813
+ const CURRENT_DATE$1 = 'CURRENT_DATE';
1814
+ const DEFAULT_CLS$2 = 'app-date input-group';
1815
+ const WIDGET_CONFIG$2 = {
1816
+ widgetType: 'wm-date',
1817
+ hostClass: DEFAULT_CLS$2
1818
+ };
1819
+ class DateComponent extends BaseDateTimeComponent {
1820
+ static { this.initializeProps = registerProps$2(); }
1821
+ get timestamp() {
1822
+ return this.bsDataValue ? this.bsDataValue.valueOf() : undefined;
1823
+ }
1824
+ get dateInputFormat() {
1825
+ return this._dateOptions.dateInputFormat || 'yyyy-MM-dd';
1826
+ }
1827
+ get displayValue() {
1828
+ if (this.showdateformatasplaceholder && this.imask?.maskRef && this.maskDateInputFormat) {
1829
+ return getFormattedDate(this.datePipe, this.bsDataValue, this.maskDateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
1830
+ }
1831
+ return getFormattedDate(this.datePipe, this.bsDataValue, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) || '';
1832
+ }
1833
+ get nativeDisplayValue() {
1834
+ return getFormattedDate(this.datePipe, this.bsDataValue, 'yyyy-MM-dd', this.timeZone, null, this.isCurrentDate, this) || '';
1835
+ }
1836
+ // @ts-ignore
1837
+ get datavalue() {
1838
+ return getFormattedDate(this.datePipe, this.bsDataValue, this.outputformat, this.timeZone, null, this.isCurrentDate, this) || '';
1839
+ }
1840
+ // Todo[Shubham]: needs to be redefined
1841
+ // sets the dataValue and computes the display model values
1842
+ // @ts-ignore
1843
+ set datavalue(newVal) {
1844
+ if (newVal === CURRENT_DATE$1) {
1845
+ setTimeout(() => {
1846
+ this.bsDataValue = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();
1847
+ }, 50);
1848
+ this.isCurrentDate = true;
1849
+ }
1850
+ else {
1851
+ this.bsDataValue = newVal ? getDateObj(newVal, { isNativePicker: this.loadNativeDateInput }, this.timeZone) : undefined;
1852
+ this.isCurrentDate = false;
1853
+ }
1854
+ // update the previous datavalue.
1855
+ this.invokeOnChange(this.datavalue, undefined, true);
1856
+ this.cdRef.detectChanges();
1857
+ }
1858
+ // TODO use BsLocaleService to set the current user's locale to see the localized labels
1859
+ constructor(inj, cdRef, appDefaults, explicitContext) {
1860
+ super(inj, WIDGET_CONFIG$2, explicitContext);
1861
+ this.cdRef = cdRef;
1862
+ this.appDefaults = appDefaults;
1863
+ this.isOpen = false;
1864
+ this.isEnterPressedOnDateInput = false;
1865
+ this.showdateformatasplaceholder = false;
1866
+ styler(this.nativeElement, this);
1867
+ this.dateContainerCls = `app-date-${this.widgetId}`;
1868
+ this._dateOptions.containerClass = `app-date ${this.dateContainerCls}`;
1869
+ this._dateOptions.showWeekNumbers = false;
1870
+ this._bsDefaultLoadCheck = true;
1871
+ this.datepattern = this.appDefaults.dateFormat || getDisplayDateTimeFormat(FormWidgetType.DATE);
1872
+ this.updateFormat('datepattern');
1873
+ }
1874
+ /**
1875
+ * This is an internal method triggered when the date input changes
1876
+ */
1877
+ onDisplayDateChange($event, isNativePicker = false) {
1878
+ this.updateIMask();
1879
+ if (this.isEnterPressedOnDateInput) {
1880
+ this.isEnterPressedOnDateInput = false;
1881
+ return;
1882
+ }
1883
+ const newVal = getDateObj($event.target.value, { pattern: this.datepattern, isNativePicker: isNativePicker });
1884
+ // date pattern validation
1885
+ // if invalid pattern is entered, device is showing an error.
1886
+ if (!this.formatValidation(newVal, $event.target.value, isNativePicker)) {
1887
+ return;
1888
+ }
1889
+ // min date and max date validation in mobile view.
1890
+ // if invalid dates are entered, device is showing an alert.
1891
+ if (isNativePicker && this.minDateMaxDateValidationOnInput(newVal, $event, this.displayValue, isNativePicker)) {
1892
+ return;
1893
+ }
1894
+ this.setDataValue(newVal);
1895
+ }
1896
+ // sets the dataValue and computes the display model values
1897
+ setDataValue(newVal) {
1898
+ this.invalidDateTimeFormat = false;
1899
+ // min date and max date validation in web.
1900
+ // if invalid dates are entered, device is showing validation message.
1901
+ this.minDateMaxDateValidationOnInput(newVal);
1902
+ if (getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this) === this.displayValue) {
1903
+ $(this.nativeElement).find('.display-input').val(this.displayValue);
1904
+ }
1905
+ if (newVal) {
1906
+ this.bsDataValue = newVal;
1907
+ this.updateIMask();
1908
+ }
1909
+ else {
1910
+ this.bsDataValue = undefined;
1911
+ }
1912
+ this.invokeOnChange(this.datavalue, {}, true);
1913
+ }
1914
+ onDatePickerOpen() {
1915
+ this.isOpen = true;
1916
+ this.activeDate = this.bsDataValue ? this.bsDataValue : (this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date());
1917
+ if (!this.bsDataValue) {
1918
+ this.hightlightToday(this.activeDate);
1919
+ }
1920
+ this.updateIMask();
1921
+ // We are using the two input tags(To maintain the modal and proxy modal) for the date control.
1922
+ // So actual bootstrap input target width we made it to 0, so bootstrap calculating the calendar container top position improperly.
1923
+ // To fix the container top position set the width 1px;
1924
+ this.$element.find('.model-holder').width('1px');
1925
+ const dpContainerEl = $('bs-datepicker-container');
1926
+ dpContainerEl.attr('aria-label', 'Use Arrow keys to navigate dates, Choose Date from datepicker');
1927
+ $('.bs-calendar-container').removeAttr('role');
1928
+ const datePickerContainer = $('.bs-datepicker-container')[0];
1929
+ this.focusTrap = setFocusTrap(datePickerContainer, true);
1930
+ this.focusTrap.activate();
1931
+ this.addDatepickerKeyboardEvents(this, false);
1932
+ adjustContainerPosition($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
1933
+ adjustContainerRightEdges($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
1934
+ if (this.timeZone) {
1935
+ const todayBtn = document.querySelector(`.${this.dateContainerCls} .bs-datepicker-buttons .btn-today-wrapper button`);
1936
+ const setTodayTZHandler = (event) => {
1937
+ const todayTZ = getMomentLocaleObject(this.timeZone);
1938
+ if (new Date(this.bsDataValue).toDateString() !== new Date(todayTZ).toDateString()) {
1939
+ this.bsDataValue = todayTZ;
1940
+ }
1941
+ todayBtn.removeEventListener('click', setTodayTZHandler);
1942
+ };
1943
+ todayBtn.addEventListener('click', setTodayTZHandler);
1944
+ }
1945
+ }
1946
+ onInputBlur($event) {
1947
+ this.updateIMask();
1948
+ if (!$($event.relatedTarget).hasClass('current-date')) {
1949
+ this.invokeOnTouched();
1950
+ this.invokeEventCallback('blur', { $event });
1951
+ }
1952
+ }
1953
+ updateIMask() {
1954
+ this.imask?.maskRef?.updateValue();
1955
+ }
1956
+ hideDatepickerDropdown() {
1957
+ this.invokeOnTouched();
1958
+ this.isOpen = false;
1959
+ this.focusTrap?.deactivate();
1960
+ this.isEnterPressedOnDateInput = false;
1961
+ if (this.deregisterEventListener) {
1962
+ this.deregisterEventListener();
1963
+ }
1964
+ this.blurDateInput(this.isOpen);
1965
+ }
1966
+ // change and blur events are added from the template
1967
+ handleEvent(node, eventName, callback, locals) {
1968
+ if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {
1969
+ super.handleEvent(node, eventName, callback, locals);
1970
+ }
1971
+ }
1972
+ /**
1973
+ * This is an internal method used to toggle the dropdown of the date widget
1974
+ */
1975
+ toggleDpDropdown($event, skipFocus = false) {
1976
+ if (this.loadNativeDateInput) {
1977
+ // Fixes click event getting triggred twice in Mobile devices.
1978
+ if (!skipFocus) {
1979
+ this.onDateTimeInputFocus();
1980
+ }
1981
+ }
1982
+ if ($event.type === 'click') {
1983
+ this.invokeEventCallback('click', { $event: $event });
1984
+ // this.focusOnInputEl();
1985
+ }
1986
+ if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {
1987
+ $event.stopPropagation();
1988
+ return;
1989
+ }
1990
+ this.bsDatePickerDirective.toggle();
1991
+ this.addBodyClickListener(this.bsDatePickerDirective.isOpen);
1992
+ }
1993
+ addBodyClickListener(skipListener) {
1994
+ if (!skipListener) {
1995
+ return;
1996
+ }
1997
+ const bodyElement = document.querySelector('body');
1998
+ setTimeout(() => {
1999
+ const bsDateContainerElement = bodyElement.querySelector(`.${this.dateContainerCls}`);
2000
+ this.deregisterEventListener = addEventListenerOnElement(bodyElement, bsDateContainerElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
2001
+ this.isOpen = false;
2002
+ }, 0 /* EVENT_LIFE.ONCE */, true);
2003
+ }, 350);
2004
+ }
2005
+ /**
2006
+ * This is an internal method triggered when pressing key on the date input
2007
+ */
2008
+ onDisplayKeydown(event) {
2009
+ if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {
2010
+ event.stopPropagation();
2011
+ if (event.key === 'Enter') {
2012
+ const newVal = getDateObj(event.target.value, { pattern: this.datepattern });
2013
+ event.preventDefault();
2014
+ const formattedDate = getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, null, this.isCurrentDate, this);
2015
+ const inputVal = event.target.value.trim();
2016
+ if (inputVal && this.datepattern === 'timestamp') {
2017
+ if (!isNaN$1(inputVal) && parseInt$1(inputVal) !== formattedDate) {
2018
+ this.invalidDateTimeFormat = true;
2019
+ this.invokeOnChange(this.datavalue, event, false);
2020
+ }
2021
+ }
2022
+ else if (inputVal && inputVal !== formattedDate) {
2023
+ this.invalidDateTimeFormat = true;
2024
+ this.invokeOnChange(this.datavalue, event, false);
2025
+ }
2026
+ else {
2027
+ this.invalidDateTimeFormat = false;
2028
+ this.isEnterPressedOnDateInput = true;
2029
+ this.bsDatePickerDirective.bsValue = event.target.value ? newVal : '';
2030
+ this.updateIMask();
2031
+ }
2032
+ this.toggleDpDropdown(event);
2033
+ }
2034
+ else {
2035
+ this.hideDatepickerDropdown();
2036
+ }
2037
+ }
2038
+ else {
2039
+ this.hideDatepickerDropdown();
2040
+ }
2041
+ }
2042
+ /**
2043
+ * This is an internal method triggered when the date selection changes
2044
+ */
2045
+ onDateChange(newVal) {
2046
+ /**
2047
+ * Ngx-bootstrap upgrade : To avoid the page load datechange event;
2048
+ * TODO:
2049
+ * https://github.com/valor-software/ngx-bootstrap/issues/6016
2050
+ * For above issue, once we get the solution from Ngx-Bootstrap team, remove the _bsDefaultLoadCheck check and update accordingly.
2051
+ * */
2052
+ if (this._bsDefaultLoadCheck) {
2053
+ this._bsDefaultLoadCheck = false;
2054
+ return;
2055
+ }
2056
+ this.setDataValue(newVal);
2057
+ }
2058
+ onPropertyChange(key, nv, ov) {
2059
+ if (key === 'showdateformatasplaceholder') {
2060
+ this.showdateformatasplaceholder = nv;
2061
+ this.imask?.destroyMask();
2062
+ if (this.showdateformatasplaceholder && this.datepattern !== 'timestamp') {
2063
+ this.mask = validateTheMaskedDate(this.datepattern, this.selectedLocale);
2064
+ this.maskDateInputFormat = this.dateInputFormat;
2065
+ this.maskDateInputFormat = (this.dateInputFormat.split('d').length - 1) === 1 ? this.maskDateInputFormat.replace('d', 'dd') : this.maskDateInputFormat;
2066
+ this.maskDateInputFormat = (this.dateInputFormat.split('M').length - 1) === 1 ? this.maskDateInputFormat.replace('M', 'MM') : this.maskDateInputFormat;
2067
+ this.updateIMask();
2068
+ }
2069
+ }
2070
+ else {
2071
+ super.onPropertyChange(key, nv, ov);
2072
+ }
2073
+ }
2074
+ static { this.ɵfac = function DateComponent_Factory(t) { return new (t || DateComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$1.AppDefaults), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2075
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DateComponent, selectors: [["", "wmDate", ""]], viewQuery: function DateComponent_Query(rf, ctx) { if (rf & 1) {
2076
+ i0.ɵɵviewQuery(BsDatepickerDirective, 5);
2077
+ i0.ɵɵviewQuery(_c0$2, 5, IMaskDirective);
2078
+ } if (rf & 2) {
2079
+ let _t;
2080
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bsDatePickerDirective = _t.first);
2081
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.imask = _t.first);
2082
+ } }, features: [i0.ɵɵProvidersFeature([
2083
+ provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
2084
+ provideAs(DateComponent, NG_VALIDATORS, true),
2085
+ provideAsWidgetRef(DateComponent)
2086
+ ]), i0.ɵɵInheritDefinitionFeature], attrs: _c1$2, decls: 9, vars: 27, consts: [["dateInput", ""], ["datepicker", "bsDatepicker"], ["focus-target", "", "type", "text", 1, "form-control", "app-textbox", "app-dateinput", "display-input", 3, "click", "focus", "blur", "change", "keydown", "name", "imask", "unmask", "tabindex", "value", "disabled", "autofocus", "required", "readOnly"], [1, "input-group-btn"], ["type", "button", "aria-haspopup", "true", "aria-expanded", "false", 1, "btn", "btn-default", "btn-time", 3, "click", "tabindex", "disabled"], ["aria-hidden", "true", 1, "app-icon", "wm-sl-l", "sl-calendar"], [2, "width", "0", "display", "inline-block"], ["aria-label", "datepicker dropdownmenu", "aria-controls", "date", "bsDatepicker", "", "placement", "bottom right", 1, "model-holder", 3, "onShown", "onHidden", "bsValueChange", "tabindex", "container", "bsConfig", "isOpen", "daysDisabled", "datesDisabled", "isDisabled", "bsValue"], [3, "ngIf"], ["dateTimePicker", "", "mode", "DATE", 3, "change", "config", "placement", "excludedDaysToDisable", "excludedDatesToDisable", "displayFormat", "value"], ["role", "button", 1, "mobile-input", "mobile-datepicker-container", 3, "click", "focus", "blur", "tabindex"]], template: function DateComponent_Template(rf, ctx) { if (rf & 1) {
2087
+ const _r1 = i0.ɵɵgetCurrentView();
2088
+ i0.ɵɵelementStart(0, "input", 2, 0);
2089
+ i0.ɵɵlistener("click", function DateComponent_Template_input_click_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, true)); })("focus", function DateComponent_Template_input_focus_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx.onDateTimeInputFocus(); ctx.invokeOnFocus($event); return i0.ɵɵresetView(ctx.updateIMask()); })("blur", function DateComponent_Template_input_blur_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputBlur($event)); })("change", function DateComponent_Template_input_change_0_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDisplayDateChange($event)); })("keydown", function DateComponent_Template_input_keydown_0_listener($event) { i0.ɵɵrestoreView(_r1); ctx._triggeredByUser = true; return i0.ɵɵresetView(ctx.onDisplayKeydown($event)); });
2090
+ i0.ɵɵelementEnd();
2091
+ i0.ɵɵelementStart(2, "span", 3)(3, "button", 4);
2092
+ i0.ɵɵlistener("click", function DateComponent_Template_button_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, false)); });
2093
+ i0.ɵɵelement(4, "i", 5);
2094
+ i0.ɵɵelementEnd()();
2095
+ i0.ɵɵelementStart(5, "div", 6)(6, "input", 7, 1);
2096
+ i0.ɵɵlistener("onShown", function DateComponent_Template_input_onShown_6_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDatePickerOpen()); })("onHidden", function DateComponent_Template_input_onHidden_6_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.hideDatepickerDropdown()); })("bsValueChange", function DateComponent_Template_input_bsValueChange_6_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDateChange($event)); });
2097
+ i0.ɵɵelementEnd()();
2098
+ i0.ɵɵtemplate(8, DateComponent_ng_template_8_Template, 2, 8, "ng-template", 8);
2099
+ } if (rf & 2) {
2100
+ i0.ɵɵproperty("name", ctx.name)("imask", ctx.mask)("unmask", true)("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("value", ctx.displayValue)("disabled", ctx.disabled || ctx.readonly)("autofocus", ctx.autofocus)("required", ctx.required)("readOnly", ctx.isReadOnly);
2101
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-label", ctx.hint);
2102
+ i0.ɵɵadvance(3);
2103
+ i0.ɵɵproperty("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("disabled", ctx.disabled || ctx.readonly);
2104
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput)("aria-label", ctx.displayValue ? "Change Date " + ctx.displayValue : "Choose date by pressing enter");
2105
+ i0.ɵɵadvance(3);
2106
+ i0.ɵɵproperty("tabindex", -1)("container", ctx.containerTarget || ".wm-app")("bsConfig", ctx._dateOptions)("isOpen", ctx.isOpen)("daysDisabled", ctx.excludedDaysToDisable)("datesDisabled", ctx.excludedDatesToDisable)("isDisabled", ctx.disabled || ctx.readonly)("bsValue", ctx.bsDataValue);
2107
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput);
2108
+ i0.ɵɵadvance(2);
2109
+ i0.ɵɵproperty("ngIf", ctx.loadNativeDateInput);
2110
+ } }, dependencies: [i2.NgIf, i3.BsDatepickerDirective, i3.BsDatepickerInputDirective, i4.IMaskDirective, DateTimePickerComponent], encapsulation: 2 }); }
2111
+ }
2112
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DateComponent, [{
2113
+ type: Component,
2114
+ args: [{ selector: '[wmDate]', providers: [
2115
+ provideAs(DateComponent, NG_VALUE_ACCESSOR, true),
2116
+ provideAs(DateComponent, NG_VALIDATORS, true),
2117
+ provideAsWidgetRef(DateComponent)
2118
+ ], template: " <input class=\"form-control app-textbox app-dateinput display-input\"\n focus-target\n type=\"text\"\n [name]=\"name\"\n #dateInput\n [imask]=\"mask\"\n [unmask]=\"true\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event); updateIMask()\"\n (blur)=\"onInputBlur($event)\"\n [disabled]=\"disabled || readonly\"\n [autofocus]=\"autofocus\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-label]=\"hint\"\n (change)=\"onDisplayDateChange($event)\"\n (keydown)=\"this._triggeredByUser = true; onDisplayKeydown($event);\">\n\n <span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n </span>\n <div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isOpen\"\n #datepicker=\"bsDatepicker\"\n bsDatepicker\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n placement=\"bottom right\"\n [isDisabled]=\"disabled || readonly\"\n [bsValue]=\"bsDataValue\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n (bsValueChange)=\"onDateChange($event)\">\n</div>\n\n<ng-template [ngIf]=\"loadNativeDateInput\">\n <wm-datetimepicker\n dateTimePicker\n mode=\"DATE\"\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDataValue\"\n (change)=\"onDateChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDataValue)\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event);\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : hint || 'Choose Date'\"\n role=\"button\">\n </div>\n</ng-template>\n" }]
2119
+ }], () => [{ type: i0.Injector }, { type: i0.ChangeDetectorRef }, { type: i1$1.AppDefaults }, { type: undefined, decorators: [{
2120
+ type: Inject,
2121
+ args: ['EXPLICIT_CONTEXT']
2122
+ }, {
2123
+ type: Optional
2124
+ }] }], { bsDatePickerDirective: [{
2125
+ type: ViewChild,
2126
+ args: [BsDatepickerDirective]
2127
+ }], imask: [{
2128
+ type: ViewChild,
2129
+ args: ['dateInput', { read: IMaskDirective }]
2130
+ }] }); })();
2131
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DateComponent, { className: "DateComponent", filePath: "date/date.component.ts", lineNumber: 44 }); })();
2132
+
2133
+ const dateTimeProps = new Map([
2134
+ ['autofocus', PROP_BOOLEAN],
2135
+ ['class', PROP_STRING],
2136
+ ['dataentrymode', { value: 'default', ...PROP_STRING }],
2137
+ ['datavaluesource', PROP_ANY],
2138
+ ['datavalue', PROP_STRING],
2139
+ ['datepattern', PROP_STRING],
2140
+ ['disabled', PROP_BOOLEAN],
2141
+ ['excludedays', PROP_STRING],
2142
+ ['excludedates', PROP_STRING],
2143
+ ['hint', PROP_STRING],
2144
+ ['hourstep', { value: 1, ...PROP_NUMBER }],
2145
+ ['maxdate', PROP_STRING],
2146
+ ['mindate', PROP_STRING],
2147
+ ['minutestep', { value: 15, ...PROP_NUMBER }],
2148
+ ['name', PROP_STRING],
2149
+ ['outputformat', { value: 'timestamp', ...PROP_STRING }],
2150
+ ['placeholder', { value: 'Select date time', ...PROP_STRING }],
2151
+ ['readonly', PROP_BOOLEAN],
2152
+ ['required', PROP_BOOLEAN],
2153
+ ['secondsstep', { value: 1, ...PROP_NUMBER }],
2154
+ ['shortcutkey', PROP_STRING],
2155
+ ['show', { value: true, ...PROP_BOOLEAN }],
2156
+ ['showdropdownon', { value: 'default', ...PROP_STRING }],
2157
+ ['showbuttonbar', PROP_BOOLEAN],
2158
+ ['showcustompicker', { value: false, ...PROP_BOOLEAN }],
2159
+ ['showindevice', { displayType: 'inline-block', value: 'all', ...PROP_STRING }],
2160
+ ['showweeks', PROP_BOOLEAN],
2161
+ ['tabindex', { value: 0, ...PROP_NUMBER }],
2162
+ ['timestamp', PROP_STRING],
2163
+ ['selectfromothermonth', { value: true, ...PROP_BOOLEAN }],
2164
+ ['todaybutton', { value: true, ...PROP_BOOLEAN }],
2165
+ ['clearbutton', { value: true, ...PROP_BOOLEAN }],
2166
+ ['adaptiveposition', { value: true, ...PROP_BOOLEAN }],
2167
+ ['todaybuttonlabel', { value: 'LABEL_TODAY_DATE', ...PROP_STRING }],
2168
+ ['clearbuttonlabel', { value: 'LABEL_CLEAR_DATE', ...PROP_STRING }]
2169
+ ]);
2170
+ const registerProps$1 = () => {
2171
+ register('wm-datetime', dateTimeProps);
2172
+ registerFormWidget(FormWidgetType.DATETIME, new Map(dateTimeProps));
2173
+ registerFormWidget(FormWidgetType.TIMESTAMP, new Map(dateTimeProps));
2174
+ };
2175
+
2176
+ const _c0$1 = ["wmDateTime", ""];
2177
+ const _c1$1 = () => ({ standalone: true });
2178
+ function DatetimeComponent_div_10_Template(rf, ctx) { if (rf & 1) {
2179
+ const _r2 = i0.ɵɵgetCurrentView();
2180
+ i0.ɵɵelementStart(0, "div", 12);
2181
+ i0.ɵɵlistener("click", function DatetimeComponent_div_10_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.preventTpClose($event)); });
2182
+ i0.ɵɵelementStart(1, "timepicker", 13);
2183
+ i0.ɵɵtwoWayListener("ngModelChange", function DatetimeComponent_div_10_Template_timepicker_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r2.bsTimeValue, $event) || (ctx_r2.bsTimeValue = $event); return i0.ɵɵresetView($event); });
2184
+ i0.ɵɵlistener("isValid", function DatetimeComponent_div_10_Template_timepicker_isValid_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.isValid($event)); })("ngModelChange", function DatetimeComponent_div_10_Template_timepicker_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r2); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onModelUpdate($event, "time")); });
2185
+ i0.ɵɵelementEnd()();
2186
+ } if (rf & 2) {
2187
+ const ctx_r2 = i0.ɵɵnextContext();
2188
+ i0.ɵɵadvance();
2189
+ i0.ɵɵproperty("showMeridian", ctx_r2.ismeridian)("readonlyInput", ctx_r2.disabled || ctx_r2.readonly || ctx_r2.isCurrentDate);
2190
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r2.bsTimeValue);
2191
+ i0.ɵɵproperty("ngModelOptions", i0.ɵɵpureFunction0(12, _c1$1))("min", ctx_r2.minTime)("max", ctx_r2.maxTime)("hourStep", ctx_r2.hourstep)("minuteStep", ctx_r2.minutestep)("secondsStep", ctx_r2.secondsstep)("mousewheel", true)("arrowkeys", true)("showSeconds", ctx_r2.showseconds);
2192
+ } }
2193
+ function DatetimeComponent_ng_template_11_Template(rf, ctx) { if (rf & 1) {
2194
+ const _r4 = i0.ɵɵgetCurrentView();
2195
+ i0.ɵɵelementStart(0, "wm-datetimepicker", 14);
2196
+ i0.ɵɵlistener("change", function DatetimeComponent_ng_template_11_Template_wm_datetimepicker_change_0_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r2.onModelUpdate($event, "date")); });
2197
+ i0.ɵɵelementEnd();
2198
+ i0.ɵɵelementStart(1, "div", 15);
2199
+ i0.ɵɵlistener("click", function DatetimeComponent_ng_template_11_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!(ctx_r2.disabled || ctx_r2.readonly) && ctx_r2.showDatePickerModal(ctx_r2.bsDateValue)); })("focus", function DatetimeComponent_ng_template_11_Template_div_focus_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputFocus(true); return i0.ɵɵresetView(ctx_r2.invokeOnFocus($event)); })("blur", function DatetimeComponent_ng_template_11_Template_div_blur_1_listener($event) { i0.ɵɵrestoreView(_r4); const ctx_r2 = i0.ɵɵnextContext(); ctx_r2.onDateTimeInputBlur(); return i0.ɵɵresetView(ctx_r2.invokeOnTouched($event)); });
2200
+ i0.ɵɵelementEnd();
2201
+ } if (rf & 2) {
2202
+ const ctx_r2 = i0.ɵɵnextContext();
2203
+ i0.ɵɵproperty("config", ctx_r2._dateOptions)("placement", ctx_r2.modal)("excludedDaysToDisable", ctx_r2.excludedDaysToDisable)("excludedDatesToDisable", ctx_r2.excludedDatesToDisable)("displayFormat", ctx_r2.dateInputFormat)("value", ctx_r2.bsDateValue);
2204
+ i0.ɵɵadvance();
2205
+ i0.ɵɵproperty("tabindex", ctx_r2.tabindex || 0);
2206
+ i0.ɵɵattribute("aria-label", ctx_r2.displayValue ? "Change Date " + ctx_r2.displayValue : ctx_r2.hint || "Choose Date");
2207
+ } }
2208
+ const DEFAULT_CLS$1 = 'app-datetime input-group';
2209
+ const WIDGET_CONFIG$1 = { widgetType: 'wm-datetime', hostClass: DEFAULT_CLS$1 };
2210
+ const CURRENT_DATE = 'CURRENT_DATE';
2211
+ class DatetimeComponent extends BaseDateTimeComponent {
2212
+ static { this.initializeProps = registerProps$1(); }
2213
+ get timestamp() {
2214
+ return this.proxyModel ? this.proxyModel.valueOf() : undefined;
2215
+ }
2216
+ get dateInputFormat() {
2217
+ return this._dateOptions.dateInputFormat || 'yyyy-MM-ddTHH:mm:ss';
2218
+ }
2219
+ /**
2220
+ * The displayValue is the display value of the bsDateTimeValue after applying the datePattern on it.
2221
+ * @returns {any|string}
2222
+ */
2223
+ get displayValue() {
2224
+ return getFormattedDate(this.datePipe, this.proxyModel, this.dateInputFormat, this.timeZone, this.key, this.isCurrentDate, this) || '';
2225
+ }
2226
+ get nativeDisplayValue() {
2227
+ return getFormattedDate(this.datePipe, this.proxyModel, 'yyyy-MM-ddTHH:mm:ss', this.timeZone, this.key, this.isCurrentDate, this) || '';
2228
+ }
2229
+ // @ts-ignore
2230
+ get datavalue() {
2231
+ if (this.isCurrentDate && !this.proxyModel) {
2232
+ return CURRENT_DATE;
2233
+ }
2234
+ return getFormattedDate(this.datePipe, this.proxyModel, this.outputformat, this.timeZone, null, null, this);
2235
+ }
2236
+ /**Todo[Shubham]: needs to be redefined
2237
+ * This property sets the default value for the date selection
2238
+ */
2239
+ // @ts-ignore
2240
+ set datavalue(newVal) {
2241
+ if (newVal === CURRENT_DATE) {
2242
+ this.isCurrentDate = true;
2243
+ this.setTimeInterval();
2244
+ }
2245
+ else {
2246
+ this.proxyModel = newVal ? getDateObj(newVal, { isNativePicker: this.loadNativeDateInput }, this.timeZone) : undefined;
2247
+ this.clearTimeInterval();
2248
+ this.isCurrentDate = false;
2249
+ }
2250
+ this.bsTimeValue = this.bsDateValue = this.proxyModel;
2251
+ this.cdRef.detectChanges();
2252
+ }
2253
+ constructor(inj, ngZone, cdRef, appDefaults, app, explicitContext) {
2254
+ super(inj, WIDGET_CONFIG$1, explicitContext);
2255
+ this.ngZone = ngZone;
2256
+ this.cdRef = cdRef;
2257
+ this.appDefaults = appDefaults;
2258
+ this.isEnterPressedOnDateInput = false;
2259
+ /**
2260
+ * This property checks if the timePicker is Open
2261
+ */
2262
+ this.isTimeOpen = false;
2263
+ /**
2264
+ * This property checks if the datePicker is Open
2265
+ */
2266
+ this.isDateOpen = false;
2267
+ /**
2268
+ * This property is set to TRUE if the time component value is set to CURRENT_TIME; In this case the timer keeps changing the time value until the widget is available.
2269
+ */
2270
+ this.isCurrentDate = false;
2271
+ this._debouncedOnChange = debounce(this.invokeOnChange, 10);
2272
+ this.registerDestroyListener(() => this.clearTimeInterval());
2273
+ styler(this.nativeElement, this);
2274
+ this.app = app;
2275
+ this.dateContainerCls = `app-date-${this.widgetId}`;
2276
+ this._dateOptions.containerClass = `app-date ${this.dateContainerCls}`;
2277
+ this._dateOptions.showWeekNumbers = false;
2278
+ this.datepattern = this.appDefaults.dateTimeFormat || getDisplayDateTimeFormat(FormWidgetType.DATETIME);
2279
+ this.updateFormat('datepattern');
2280
+ }
2281
+ /**
2282
+ * This is an internal method used to maintain a time interval to update the time model when the data value is set to CURRENT_TIME
2283
+ */
2284
+ setTimeInterval() {
2285
+ if (this.timeinterval) {
2286
+ return;
2287
+ }
2288
+ this.timeinterval = setInterval(() => {
2289
+ const currentTime = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();
2290
+ this.onModelUpdate(currentTime);
2291
+ }, 1000);
2292
+ }
2293
+ /**
2294
+ * This is an internal method used to clear the time interval created
2295
+ */
2296
+ clearTimeInterval() {
2297
+ if (this.timeinterval) {
2298
+ clearInterval(this.timeinterval);
2299
+ this.timeinterval = null;
2300
+ }
2301
+ }
2302
+ /**
2303
+ * This is an internal method to toggle the time picker
2304
+ */
2305
+ toggleTimePicker(newVal, $event) {
2306
+ if (this.loadNativeDateInput) {
2307
+ this.onDateTimeInputFocus();
2308
+ return;
2309
+ }
2310
+ this.isTimeOpen = newVal;
2311
+ if ($event && $event.type === 'click') {
2312
+ this.invokeEventCallback('click', { $event: $event });
2313
+ }
2314
+ this.addTimepickerClickListener(this.isTimeOpen);
2315
+ }
2316
+ addTimepickerClickListener(skipListener) {
2317
+ if (!skipListener) {
2318
+ return;
2319
+ }
2320
+ const bodyElement = document.querySelector('body');
2321
+ setTimeout(() => {
2322
+ const dropdownElement = $(bodyElement).find('>bs-dropdown-container .dropdown-menu').get(0);
2323
+ this.deregisterTimepickeEventListener = addEventListenerOnElement(bodyElement, dropdownElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
2324
+ this.toggleTimePicker(false);
2325
+ }, 0 /* EVENT_LIFE.ONCE */, true);
2326
+ }, 350);
2327
+ }
2328
+ /**
2329
+ * This function sets the value isOpen/isTimeOpen (i.e when datepicker popup is closed) based on widget type(i.e DateTime, Time)
2330
+ * @param val - isOpen/isTimeOpen is set based on the timepicker popup is open/closed
2331
+ */
2332
+ setIsTimeOpen(val) {
2333
+ this.isTimeOpen = val;
2334
+ }
2335
+ hideTimepickerDropdown() {
2336
+ this.invokeOnTouched();
2337
+ this.toggleTimePicker(false);
2338
+ if (this.deregisterTimepickeEventListener) {
2339
+ this.deregisterTimepickeEventListener();
2340
+ }
2341
+ const parentEl = $(this.nativeElement).closest('.app-composite-widget.caption-floating');
2342
+ if (parentEl.length > 0) {
2343
+ this.app.notify('captionPositionAnimate', { displayVal: this.displayValue, nativeEl: parentEl });
2344
+ }
2345
+ }
2346
+ /**
2347
+ * This is an internal method to add a click listener once the time dropdown is open
2348
+ */
2349
+ onTimepickerOpen() {
2350
+ // adding class for time widget dropdown menu
2351
+ const tpElements = document.querySelectorAll('timepicker');
2352
+ forEach(tpElements, (element) => {
2353
+ addClass(element.parentElement, 'app-datetime', true);
2354
+ });
2355
+ this.bsDatePickerDirective.hide();
2356
+ this.focusTimePickerPopover(this);
2357
+ this.bindTimePickerKeyboardEvents();
2358
+ adjustContainerPosition($('bs-dropdown-container'), this.nativeElement, this.bsDropdown._dropdown, $('bs-dropdown-container .dropdown-menu'));
2359
+ adjustContainerRightEdges($('bs-dropdown-container'), this.nativeElement, this.bsDropdown._dropdown, $('bs-dropdown-container .dropdown-menu'));
2360
+ }
2361
+ onDatePickerOpen() {
2362
+ this.isDateOpen = !this.isDateOpen;
2363
+ this.toggleTimePicker(false);
2364
+ // We are using the two input tags(To maintain the modal and proxy modal) for the date control.
2365
+ // So actual bootstrap input target width we made it to 0 so bootstrap calculating the calendar container top position impropery.
2366
+ // To fix the container top position set the width 1px;
2367
+ this.$element.find('.model-holder').width('1px');
2368
+ const dpContainerEl = $('bs-datepicker-container');
2369
+ dpContainerEl.attr('aria-label', 'Use Arrow keys to navigate dates, Choose Date from datepicker');
2370
+ $('.bs-calendar-container').removeAttr('role');
2371
+ const datePickerContainer = $('.bs-datepicker-container')[0];
2372
+ this.focusTrap = setFocusTrap(datePickerContainer, true);
2373
+ this.focusTrap.activate();
2374
+ this.bsDateValue ? this.activeDate = this.bsDateValue : this.activeDate = new Date();
2375
+ if (!this.bsDateValue) {
2376
+ this.hightlightToday(this.activeDate);
2377
+ }
2378
+ this.addDatepickerKeyboardEvents(this, true);
2379
+ adjustContainerPosition($('bs-datepicker-container'), this.nativeElement, this.bsDatePickerDirective._datepicker);
2380
+ }
2381
+ /**
2382
+ * This is an internal method to update the model
2383
+ */
2384
+ onModelUpdate(newVal, type) {
2385
+ if (type === 'date') {
2386
+ this.invalidDateTimeFormat = false;
2387
+ if (getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, this.key, this.isCurrentDate, this) === this.displayValue) {
2388
+ $(this.nativeElement).find('.display-input').val(this.displayValue);
2389
+ }
2390
+ }
2391
+ // min date and max date validation in web.
2392
+ // if invalid dates are entered, device is showing validation message.
2393
+ this.minDateMaxDateValidationOnInput(newVal);
2394
+ if (!newVal) {
2395
+ // Set timevalue as 00:00:00 if we remove any one from hours/minutes/seconds field in timepicker after selecting date
2396
+ if (this.bsDateValue && this.bsTimePicker && (this.bsTimePicker.hours === '' || this.bsTimePicker.minutes === '' || this.bsTimePicker.seconds === '')) {
2397
+ this.bsDateValue = this.bsTimeValue = this.proxyModel = moment(this.bsDateValue).startOf('day').toDate();
2398
+ }
2399
+ else {
2400
+ this.bsDateValue = this.bsTimeValue = this.proxyModel = undefined;
2401
+ }
2402
+ // When the datavalue is manually cleared, both newval and datavalue are undefined but prevDataValue exists - trigger change cb
2403
+ if (newVal !== this.datavalue || (!this.datavalue && this.prevDatavalue)) {
2404
+ this._debouncedOnChange(this.datavalue, {}, true);
2405
+ }
2406
+ return;
2407
+ }
2408
+ if (type === 'date') {
2409
+ if (this.isDateOpen) {
2410
+ this.toggleTimePicker(true);
2411
+ }
2412
+ }
2413
+ this.proxyModel = newVal;
2414
+ if (this.proxyModel) {
2415
+ this.bsDateValue = this.bsTimeValue = newVal;
2416
+ }
2417
+ this._debouncedOnChange(this.datavalue, {}, true);
2418
+ this.cdRef.detectChanges();
2419
+ // Update timepicker with formatted time, when timezone is provided.
2420
+ const timePickerFields = $('.bs-timepicker-field');
2421
+ if (this.timeZone && this.key === 'datetimestamp' && timePickerFields.length) {
2422
+ const formattedDate = getFormattedDate(this.datePipe, newVal, this.getTimePattern(), this.timeZone, this.key, null, this);
2423
+ this.updateTimepickerFields(formattedDate, timePickerFields);
2424
+ }
2425
+ }
2426
+ // deduces the timepattern from datepattern set in the studio
2427
+ getTimePattern() {
2428
+ let timepattern;
2429
+ const timePatternStartIndex = this.datepattern.toLowerCase().indexOf('h');
2430
+ let timePatternEndIndex = this.datepattern.toLowerCase().indexOf(':ss');
2431
+ if (timePatternEndIndex > -1) {
2432
+ // adding the index to +3 to incluse :ss
2433
+ timePatternEndIndex += 3;
2434
+ }
2435
+ else {
2436
+ timePatternEndIndex = this.datepattern.toLowerCase().indexOf(':mm');
2437
+ // adding the index to +3 to incluse :mm
2438
+ if (timePatternEndIndex > -1) {
2439
+ timePatternEndIndex += 3;
2440
+ }
2441
+ }
2442
+ const hasMeridian = this.datepattern.toLowerCase().indexOf('a');
2443
+ timepattern = this.datepattern.substr(timePatternStartIndex, timePatternEndIndex);
2444
+ if (hasMeridian > -1)
2445
+ timepattern += ' a';
2446
+ return timepattern;
2447
+ }
2448
+ updateTimepickerFields(date, timePickerFields) {
2449
+ const meridianField = $('timepicker button.text-center');
2450
+ const formattedArr = date.split(' ');
2451
+ const formattedTime = formattedArr[0].split(':');
2452
+ for (let i = 0; i < timePickerFields.length; i++) {
2453
+ timePickerFields[i].value = formattedTime[i];
2454
+ }
2455
+ if (meridianField?.html()?.trim() !== formattedArr[1]) {
2456
+ meridianField.text(formattedArr[1]);
2457
+ }
2458
+ }
2459
+ /**
2460
+ * This is an internal method used to Prevent time picker close while changing time value
2461
+ */
2462
+ preventTpClose($event) {
2463
+ $event.stopImmediatePropagation();
2464
+ }
2465
+ /**
2466
+ * This is an internal method used to toggle the dropdown of the date widget
2467
+ */
2468
+ toggleDpDropdown($event, skipFocus = false) {
2469
+ if (this.loadNativeDateInput) {
2470
+ //Fixes click event getting triggred twice in Mobile devices.
2471
+ if (!skipFocus) {
2472
+ this.onDateTimeInputFocus();
2473
+ }
2474
+ return;
2475
+ }
2476
+ if ($event.type === 'click') {
2477
+ this.invokeEventCallback('click', { $event: $event });
2478
+ //this.focusOnInputEl();
2479
+ }
2480
+ if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {
2481
+ $event.stopPropagation();
2482
+ return;
2483
+ }
2484
+ this.bsDatePickerDirective.toggle();
2485
+ this.addBodyClickListener(this.bsDatePickerDirective.isOpen);
2486
+ }
2487
+ addBodyClickListener(skipListener) {
2488
+ if (!skipListener) {
2489
+ return;
2490
+ }
2491
+ const bodyElement = document.querySelector('body');
2492
+ setTimeout(() => {
2493
+ const bsDateContainerElement = bodyElement.querySelector(`.${this.dateContainerCls}`);
2494
+ this.deregisterDatepickerEventListener = addEventListenerOnElement(bodyElement, bsDateContainerElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
2495
+ this.bsDatePickerDirective.hide();
2496
+ }, 0 /* EVENT_LIFE.ONCE */, true);
2497
+ }, 350);
2498
+ }
2499
+ hideDatepickerDropdown() {
2500
+ this.isDateOpen = false;
2501
+ this.focusTrap?.deactivate();
2502
+ this.invokeOnTouched();
2503
+ this.bsDatePickerDirective.hide();
2504
+ // To open the timepicker menu when user wants to update time without changing the date.
2505
+ if (this.bsDateValue) {
2506
+ this.toggleTimePicker(true);
2507
+ }
2508
+ this.isEnterPressedOnDateInput = false;
2509
+ if (this.deregisterDatepickerEventListener) {
2510
+ this.deregisterDatepickerEventListener();
2511
+ }
2512
+ const parentEl = $(this.nativeElement).closest('.app-composite-widget.caption-floating');
2513
+ if (parentEl.length > 0) {
2514
+ this.app.notify('captionPositionAnimate', { displayVal: this.displayValue, nativeEl: parentEl });
2515
+ }
2516
+ this.blurDateInput(this.isDateOpen);
2517
+ }
2518
+ onDateChange($event, isNativePicker) {
2519
+ if (this.isEnterPressedOnDateInput) {
2520
+ this.isEnterPressedOnDateInput = false;
2521
+ return;
2522
+ }
2523
+ let newVal = $event.target.value.trim();
2524
+ newVal = newVal ? getNativeDateObject(newVal, { pattern: this.loadNativeDateInput ? this.outputformat : this.datepattern, meridians: this.meridians, isNativePicker: this.loadNativeDateInput }) : undefined;
2525
+ // datetime pattern validation
2526
+ // if invalid pattern is entered, device is showing an error.
2527
+ if (!this.formatValidation(newVal, $event.target.value, isNativePicker)) {
2528
+ return;
2529
+ }
2530
+ // min date and max date validation in mobile view.
2531
+ // if invalid dates are entered, device is showing an alert.
2532
+ if (isNativePicker && this.minDateMaxDateValidationOnInput(newVal, $event, this.displayValue, isNativePicker)) {
2533
+ return;
2534
+ }
2535
+ this.invalidDateTimeFormat = false;
2536
+ this.onModelUpdate(newVal);
2537
+ }
2538
+ /**
2539
+ * This is an internal method triggered when pressing key on the datetime input
2540
+ */
2541
+ onDisplayKeydown(event) {
2542
+ if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {
2543
+ event.stopPropagation();
2544
+ let newVal = event.target.value.trim();
2545
+ if (event.key === 'Enter' || event.key === 'ArrowDown') {
2546
+ newVal = newVal ? getNativeDateObject(newVal, { pattern: this.loadNativeDateInput ? this.outputformat : this.datepattern, meridians: this.meridians }) : undefined;
2547
+ event.preventDefault();
2548
+ const formattedDate = getFormattedDate(this.datePipe, newVal, this.dateInputFormat, this.timeZone, this.key, this.isCurrentDate, this);
2549
+ const inputVal = event.target.value.trim();
2550
+ if (inputVal && this.datepattern === 'timestamp') {
2551
+ if (!isNaN$1(inputVal) && parseInt$1(inputVal) !== formattedDate) {
2552
+ this.invalidDateTimeFormat = true;
2553
+ this.invokeOnChange(this.datavalue, event, false);
2554
+ }
2555
+ }
2556
+ else if (inputVal && inputVal !== formattedDate) {
2557
+ this.invalidDateTimeFormat = true;
2558
+ this.invokeOnChange(this.datavalue, event, false);
2559
+ }
2560
+ else {
2561
+ this.invalidDateTimeFormat = false;
2562
+ this.isEnterPressedOnDateInput = true;
2563
+ this.bsDatePickerDirective.bsValue = newVal;
2564
+ }
2565
+ this.toggleDpDropdown(event);
2566
+ }
2567
+ else {
2568
+ this.hideDatepickerDropdown();
2569
+ this.hideTimepickerDropdown();
2570
+ }
2571
+ }
2572
+ else {
2573
+ this.hideDatepickerDropdown();
2574
+ this.hideTimepickerDropdown();
2575
+ }
2576
+ }
2577
+ isValid(event) {
2578
+ if (!event) {
2579
+ const enteredDate = $(this.nativeElement).find('input').val();
2580
+ const newVal = getNativeDateObject(enteredDate, { pattern: this.loadNativeDateInput ? this.outputformat : this.datepattern, meridians: this.meridians, isNativePicker: this.loadNativeDateInput });
2581
+ if (!this.formatValidation(newVal, enteredDate)) {
2582
+ return;
2583
+ }
2584
+ }
2585
+ }
2586
+ // change and blur events are added from the template
2587
+ handleEvent(node, eventName, callback, locals) {
2588
+ if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {
2589
+ super.handleEvent(node, eventName, callback, locals);
2590
+ }
2591
+ }
2592
+ onInputBlur($event) {
2593
+ if (!$($event.relatedTarget).hasClass('current-date')) {
2594
+ this.invokeOnTouched();
2595
+ this.invokeEventCallback('blur', { $event });
2596
+ }
2597
+ }
2598
+ static { this.ɵfac = function DatetimeComponent_Factory(t) { return new (t || DatetimeComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i0.ChangeDetectorRef), i0.ɵɵdirectiveInject(i1$1.AppDefaults), i0.ɵɵdirectiveInject(i1$1.App), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2599
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: DatetimeComponent, selectors: [["", "wmDateTime", ""]], viewQuery: function DatetimeComponent_Query(rf, ctx) { if (rf & 1) {
2600
+ i0.ɵɵviewQuery(BsDatepickerDirective, 5);
2601
+ } if (rf & 2) {
2602
+ let _t;
2603
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.bsDatePickerDirective = _t.first);
2604
+ } }, features: [i0.ɵɵProvidersFeature([
2605
+ provideAs(DatetimeComponent, NG_VALUE_ACCESSOR, true),
2606
+ provideAs(DatetimeComponent, NG_VALIDATORS, true),
2607
+ provideAsWidgetRef(DatetimeComponent),
2608
+ { provide: TimepickerConfig, deps: [AbstractI18nService], useFactory: getTimepickerConfig }
2609
+ ]), i0.ɵɵInheritDefinitionFeature], attrs: _c0$1, decls: 12, vars: 30, consts: [["datepicker", "bsDatepicker"], ["dropdown", "", "autoClose", "false", 2, "display", "inherit", 3, "onShown", "isOpen", "container"], ["focus-target", "", "type", "text", 1, "form-control", "app-textbox", "display-input", 3, "click", "focus", "blur", "change", "keydown", "name", "tabindex", "value", "autofocus", "disabled", "required", "readOnly"], [1, "input-group-btn"], ["type", "button", "aria-haspopup", "true", "aria-expanded", "false", 1, "btn", "btn-default", "btn-date", 3, "click", "tabindex", "disabled"], ["aria-hidden", "true", 1, "app-icon", "wm-sl-l", "sl-calendar"], ["type", "button", "aria-label", "Select time", "aria-haspopup", "true", "aria-expanded", "false", 1, "btn", "btn-default", "btn-time", 3, "click", "tabindex", "disabled"], ["aria-hidden", "true", 1, "app-icon", "wm-sl-l", "sl-time"], [2, "width", "0", "display", "inline-block"], ["aria-label", "datepicker dropdownmenu", "aria-controls", "date", "focus-target", "", "placement", "bottom right", "bsDatepicker", "", 1, "model-holder", 3, "onShown", "onHidden", "bsValueChange", "tabindex", "container", "bsConfig", "isOpen", "daysDisabled", "datesDisabled", "isDisabled", "bsValue"], ["class", "dropdown-menu", "aria-label", "timepicker dropdown", "aria-controls", "time", 3, "click", 4, "dropdownMenu"], [3, "ngIf"], ["aria-label", "timepicker dropdown", "aria-controls", "time", 1, "dropdown-menu", 3, "click"], [1, "model-holder", 3, "ngModelChange", "isValid", "showMeridian", "readonlyInput", "ngModel", "ngModelOptions", "min", "max", "hourStep", "minuteStep", "secondsStep", "mousewheel", "arrowkeys", "showSeconds"], ["dateTimePicker", "", 3, "change", "config", "placement", "excludedDaysToDisable", "excludedDatesToDisable", "displayFormat", "value"], ["role", "button", 1, "mobile-input", "mobile-datepicker-container", 3, "click", "focus", "blur", "tabindex"]], template: function DatetimeComponent_Template(rf, ctx) { if (rf & 1) {
2610
+ const _r1 = i0.ɵɵgetCurrentView();
2611
+ i0.ɵɵelementStart(0, "div", 1);
2612
+ i0.ɵɵlistener("onShown", function DatetimeComponent_Template_div_onShown_0_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onTimepickerOpen()); });
2613
+ i0.ɵɵelementStart(1, "input", 2);
2614
+ i0.ɵɵlistener("click", function DatetimeComponent_Template_input_click_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, true)); })("focus", function DatetimeComponent_Template_input_focus_1_listener($event) { i0.ɵɵrestoreView(_r1); ctx.onDateTimeInputFocus(); return i0.ɵɵresetView(ctx.invokeOnFocus($event)); })("blur", function DatetimeComponent_Template_input_blur_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onInputBlur($event)); })("change", function DatetimeComponent_Template_input_change_1_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDateChange($event)); })("keydown", function DatetimeComponent_Template_input_keydown_1_listener($event) { i0.ɵɵrestoreView(_r1); ctx._triggeredByUser = true; return i0.ɵɵresetView(ctx.onDisplayKeydown($event)); });
2615
+ i0.ɵɵelementEnd();
2616
+ i0.ɵɵelementStart(2, "span", 3)(3, "button", 4);
2617
+ i0.ɵɵlistener("click", function DatetimeComponent_Template_button_click_3_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleDpDropdown($event, false)); });
2618
+ i0.ɵɵelement(4, "i", 5);
2619
+ i0.ɵɵelementEnd();
2620
+ i0.ɵɵelementStart(5, "button", 6);
2621
+ i0.ɵɵlistener("click", function DatetimeComponent_Template_button_click_5_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.toggleTimePicker(!ctx.isTimeOpen, $event)); });
2622
+ i0.ɵɵelement(6, "i", 7);
2623
+ i0.ɵɵelementEnd()();
2624
+ i0.ɵɵelementStart(7, "div", 8)(8, "input", 9, 0);
2625
+ i0.ɵɵlistener("onShown", function DatetimeComponent_Template_input_onShown_8_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onDatePickerOpen()); })("onHidden", function DatetimeComponent_Template_input_onHidden_8_listener() { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.hideDatepickerDropdown()); })("bsValueChange", function DatetimeComponent_Template_input_bsValueChange_8_listener($event) { i0.ɵɵrestoreView(_r1); return i0.ɵɵresetView(ctx.onModelUpdate($event, "date")); });
2626
+ i0.ɵɵelementEnd()();
2627
+ i0.ɵɵtemplate(10, DatetimeComponent_div_10_Template, 2, 13, "div", 10);
2628
+ i0.ɵɵelementEnd();
2629
+ i0.ɵɵtemplate(11, DatetimeComponent_ng_template_11_Template, 2, 8, "ng-template", 11);
2630
+ } if (rf & 2) {
2631
+ i0.ɵɵproperty("isOpen", ctx.isTimeOpen)("container", "body");
2632
+ i0.ɵɵadvance();
2633
+ i0.ɵɵproperty("name", ctx.name)("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("value", ctx.displayValue)("autofocus", ctx.autofocus)("disabled", ctx.disabled || ctx.readonly || ctx.isCurrentDate)("required", ctx.required)("readOnly", ctx.isReadOnly);
2634
+ i0.ɵɵattribute("aria-label", ctx.hint)("aria-hidden", !!ctx.loadNativeDateInput)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey);
2635
+ i0.ɵɵadvance(2);
2636
+ i0.ɵɵproperty("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("disabled", ctx.disabled || ctx.readonly || ctx.isCurrentDate);
2637
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput)("aria-label", ctx.displayValue ? "Change Date " + ctx.displayValue : "Choose date by pressing enter");
2638
+ i0.ɵɵadvance(2);
2639
+ i0.ɵɵproperty("tabindex", ctx.loadNativeDateInput ? "-1" : ctx.tabindex)("disabled", ctx.disabled || ctx.readonly || ctx.isCurrentDate);
2640
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput);
2641
+ i0.ɵɵadvance(3);
2642
+ i0.ɵɵproperty("tabindex", -1)("container", ctx.containerTarget || ".wm-app")("bsConfig", ctx._dateOptions)("isOpen", ctx.isDateOpen)("daysDisabled", ctx.excludedDaysToDisable)("datesDisabled", ctx.excludedDatesToDisable)("isDisabled", ctx.disabled || ctx.readonly || ctx.isCurrentDate)("bsValue", ctx.bsDateValue);
2643
+ i0.ɵɵattribute("aria-hidden", !!ctx.loadNativeDateInput);
2644
+ i0.ɵɵadvance(3);
2645
+ i0.ɵɵproperty("ngIf", ctx.loadNativeDateInput);
2646
+ } }, dependencies: [i2.NgIf, i3.BsDatepickerDirective, i3.BsDatepickerInputDirective, i4$1.BsDropdownMenuDirective, i4$1.BsDropdownDirective, i5.NgControlStatus, i5.NgModel, i6.TimepickerComponent, DateTimePickerComponent], encapsulation: 2 }); }
2647
+ }
2648
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(DatetimeComponent, [{
2649
+ type: Component,
2650
+ args: [{ selector: '[wmDateTime]', providers: [
2651
+ provideAs(DatetimeComponent, NG_VALUE_ACCESSOR, true),
2652
+ provideAs(DatetimeComponent, NG_VALIDATORS, true),
2653
+ provideAsWidgetRef(DatetimeComponent),
2654
+ { provide: TimepickerConfig, deps: [AbstractI18nService], useFactory: getTimepickerConfig }
2655
+ ], template: " <div dropdown\n [isOpen]=\"isTimeOpen\"\n autoClose=\"false\"\n [container]=\"'body'\"\n (onShown)=\"onTimepickerOpen()\"\n style=\"display: inherit;\">\n <input class=\"form-control app-textbox display-input\"\n [attr.aria-label]=\"hint\"\n focus-target\n [name]=\"name\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n type=\"text\"\n [value]=\"displayValue\"\n (click)=\"toggleDpDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event);\"\n (blur)=\"onInputBlur($event)\"\n (change)=\"onDateChange($event)\"\n [autofocus]=\"autofocus\"\n [disabled]=\"disabled || readonly || isCurrentDate\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n (keydown)=\"this._triggeredByUser = true; onDisplayKeydown($event)\">\n\n <span class=\"input-group-btn\">\n <button type=\"button\"\n class=\"btn btn-default btn-date\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly || isCurrentDate\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : 'Choose date by pressing enter'\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n (click)=\"toggleDpDropdown($event, false)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-calendar\"></i>\n </button>\n <button type=\"button\"\n class=\"btn btn-default btn-time\"\n [tabindex]=\"loadNativeDateInput ? '-1' : tabindex\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [disabled]=\"disabled || readonly || isCurrentDate\"\n aria-label=\"Select time\"\n aria-haspopup=\"true\"\n aria-expanded=\"false\"\n (click)=\"toggleTimePicker(!isTimeOpen, $event)\">\n <i aria-hidden=\"true\"\n class=\"app-icon wm-sl-l sl-time\"></i>\n </button>\n </span>\n <div style=\"width: 0;display: inline-block;\">\n <input class=\"model-holder\"\n aria-label=\"datepicker dropdownmenu\"\n aria-controls=\"date\"\n focus-target\n [tabindex]=\"-1\"\n [attr.aria-hidden]=\"!!loadNativeDateInput\"\n [container]=\"containerTarget || '.wm-app'\"\n [bsConfig]=\"_dateOptions\"\n [isOpen]=\"isDateOpen\"\n placement=\"bottom right\"\n (onShown)=\"onDatePickerOpen()\"\n (onHidden)=\"hideDatepickerDropdown()\"\n [daysDisabled]=\"excludedDaysToDisable\"\n [datesDisabled]=\"excludedDatesToDisable\"\n #datepicker=bsDatepicker\n bsDatepicker\n [isDisabled]=\"disabled || readonly || isCurrentDate\"\n [bsValue]=\"bsDateValue\"\n (bsValueChange)=\"onModelUpdate($event, 'date')\">\n </div>\n <div *dropdownMenu\n class=\"dropdown-menu\"\n aria-label=\"timepicker dropdown\"\n aria-controls=\"time\"\n (click)=\"preventTpClose($event)\">\n <timepicker class=\"model-holder\"\n [showMeridian]=\"ismeridian\"\n [readonlyInput]=\"disabled || readonly || isCurrentDate\"\n [(ngModel)]=\"bsTimeValue\"\n [ngModelOptions]=\"{standalone: true}\"\n [min]=\"minTime\"\n [max]=\"maxTime\"\n [hourStep]=\"hourstep\"\n [minuteStep]=\"minutestep\"\n [secondsStep]=\"secondsstep\"\n [mousewheel]=\"true\"\n [arrowkeys]=\"true\"\n (isValid)=\"isValid($event)\"\n [showSeconds]=\"showseconds\"\n (ngModelChange)=\"onModelUpdate($event, 'time')\"></timepicker>\n </div>\n </div>\n<ng-template [ngIf]=\"loadNativeDateInput\">\n <wm-datetimepicker\n dateTimePicker\n [config]=\"_dateOptions\"\n [placement]=\"modal\"\n [excludedDaysToDisable]=\"excludedDaysToDisable\"\n [excludedDatesToDisable]=\"excludedDatesToDisable\"\n [displayFormat]=\"dateInputFormat\"\n [value]=\"bsDateValue\"\n (change)=\"onModelUpdate($event, 'date')\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n [tabindex]=\"tabindex || 0\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsDateValue)\"\n [attr.aria-label]=\"displayValue ? 'Change Date ' + displayValue : hint || 'Choose Date'\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event)\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n role=\"button\">\n </div>\n</ng-template>\n" }]
2656
+ }], () => [{ type: i0.Injector }, { type: i0.NgZone }, { type: i0.ChangeDetectorRef }, { type: i1$1.AppDefaults }, { type: i1$1.App }, { type: undefined, decorators: [{
2657
+ type: Inject,
2658
+ args: ['EXPLICIT_CONTEXT']
2659
+ }, {
2660
+ type: Optional
2661
+ }] }], { bsDatePickerDirective: [{
2662
+ type: ViewChild,
2663
+ args: [BsDatepickerDirective]
2664
+ }] }); })();
2665
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(DatetimeComponent, { className: "DatetimeComponent", filePath: "date-time/date-time.component.ts", lineNumber: 56 }); })();
2666
+
2667
+ const timeProps = new Map([
2668
+ ['autofocus', PROP_BOOLEAN],
2669
+ ['class', PROP_STRING],
2670
+ ['dataentrymode', { value: 'default', ...PROP_STRING }],
2671
+ ['datavaluesource', PROP_ANY],
2672
+ ['datavalue', PROP_STRING],
2673
+ ['disabled', PROP_BOOLEAN],
2674
+ ['hint', PROP_STRING],
2675
+ ['hourstep', { value: 1, ...PROP_NUMBER }],
2676
+ ['maxtime', PROP_STRING],
2677
+ ['mintime', PROP_STRING],
2678
+ ['minutestep', { value: 15, ...PROP_NUMBER }],
2679
+ ['name', PROP_STRING],
2680
+ ['outputformat', { value: 'HH:mm:ss', ...PROP_STRING }],
2681
+ ['placeholder', { value: 'Select time', ...PROP_STRING }],
2682
+ ['readonly', PROP_BOOLEAN],
2683
+ ['required', PROP_BOOLEAN],
2684
+ ['shortcutkey', PROP_STRING],
2685
+ ['show', { value: true, ...PROP_BOOLEAN }],
2686
+ ['showdropdownon', { value: 'default', ...PROP_STRING }],
2687
+ ['showcustompicker', { value: false, ...PROP_BOOLEAN }],
2688
+ ['secondsstep', { value: 1, ...PROP_NUMBER }],
2689
+ ['tabindex', { value: 0, ...PROP_NUMBER }],
2690
+ ['timepattern', PROP_STRING],
2691
+ ['timestamp', PROP_STRING]
2692
+ ]);
2693
+ const registerProps = () => {
2694
+ register('wm-time', timeProps);
2695
+ registerFormWidget(FormWidgetType.TIME, new Map(timeProps));
2696
+ };
2697
+
2698
+ const _c0 = ["wmTime", ""];
2699
+ const _c1 = () => ({ standalone: true });
2700
+ function TimeComponent_div_5_Template(rf, ctx) { if (rf & 1) {
2701
+ const _r1 = i0.ɵɵgetCurrentView();
2702
+ i0.ɵɵelementStart(0, "div", 7);
2703
+ i0.ɵɵlistener("click", function TimeComponent_div_5_Template_div_click_0_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.preventTpClose($event)); });
2704
+ i0.ɵɵelementStart(1, "timepicker", 8);
2705
+ i0.ɵɵtwoWayListener("ngModelChange", function TimeComponent_div_5_Template_timepicker_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.bsTimeValue, $event) || (ctx_r1.bsTimeValue = $event); return i0.ɵɵresetView($event); });
2706
+ i0.ɵɵlistener("isValid", function TimeComponent_div_5_Template_timepicker_isValid_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.isValid($event)); })("ngModelChange", function TimeComponent_div_5_Template_timepicker_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r1); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTimeChange($event)); });
2707
+ i0.ɵɵelementEnd()();
2708
+ } if (rf & 2) {
2709
+ const ctx_r1 = i0.ɵɵnextContext();
2710
+ i0.ɵɵadvance();
2711
+ i0.ɵɵproperty("showMeridian", ctx_r1.ismeridian)("readonlyInput", ctx_r1.isDisabled);
2712
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.bsTimeValue);
2713
+ i0.ɵɵproperty("ngModelOptions", i0.ɵɵpureFunction0(13, _c1))("disabled", ctx_r1.disabled || ctx_r1.readonly || ctx_r1.isCurrentTime)("min", ctx_r1.minTime)("max", ctx_r1.maxTime)("hourStep", ctx_r1.hourstep)("minuteStep", ctx_r1.minutestep)("secondsStep", ctx_r1.secondsstep)("mousewheel", true)("arrowkeys", true)("showSeconds", ctx_r1.showseconds);
2714
+ } }
2715
+ function TimeComponent_ng_template_6_Template(rf, ctx) { if (rf & 1) {
2716
+ const _r3 = i0.ɵɵgetCurrentView();
2717
+ i0.ɵɵelementStart(0, "wm-datetimepicker", 9);
2718
+ i0.ɵɵlistener("change", function TimeComponent_ng_template_6_Template_wm_datetimepicker_change_0_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onTimeChange($event)); });
2719
+ i0.ɵɵelementEnd();
2720
+ i0.ɵɵelementStart(1, "div", 10);
2721
+ i0.ɵɵlistener("click", function TimeComponent_ng_template_6_Template_div_click_1_listener() { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(!(ctx_r1.disabled || ctx_r1.readonly) && ctx_r1.showDatePickerModal(ctx_r1.bsTimeValue)); })("focus", function TimeComponent_ng_template_6_Template_div_focus_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1.onDateTimeInputFocus(true); ctx_r1.invokeOnFocus($event); return i0.ɵɵresetView(ctx_r1.assignModel()); })("blur", function TimeComponent_ng_template_6_Template_div_blur_1_listener($event) { i0.ɵɵrestoreView(_r3); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1.onDateTimeInputBlur(); return i0.ɵɵresetView(ctx_r1.invokeOnTouched($event)); });
2722
+ i0.ɵɵelementEnd();
2723
+ } if (rf & 2) {
2724
+ const ctx_r1 = i0.ɵɵnextContext();
2725
+ i0.ɵɵproperty("minTime", ctx_r1.minTime)("maxTime", ctx_r1.maxTime)("placement", ctx_r1.modal)("displayFormat", ctx_r1.timepattern)("value", ctx_r1.bsTimeValue);
2726
+ i0.ɵɵadvance();
2727
+ i0.ɵɵattribute("aria-label", ctx_r1.displayValue ? "Change time " + ctx_r1.displayValue : ctx_r1.hint || "Select time");
2728
+ } }
2729
+ const CURRENT_TIME = 'CURRENT_TIME';
2730
+ const DEFAULT_CLS = 'input-group app-timeinput';
2731
+ const WIDGET_CONFIG = { widgetType: 'wm-time', hostClass: DEFAULT_CLS };
2732
+ class TimeComponent extends BaseDateTimeComponent {
2733
+ static { this.initializeProps = registerProps(); }
2734
+ get timestamp() {
2735
+ return this.bsTimeValue ? this.bsTimeValue.valueOf() : undefined;
2736
+ }
2737
+ // @ts-ignore
2738
+ get datavalue() {
2739
+ if (this.isCurrentTime && !this.bsTimeValue) {
2740
+ return CURRENT_TIME;
2741
+ }
2742
+ return getFormattedDate(this.datePipe, this.bsTimeValue, this.outputformat, this.timeZone, null, null, this) || '';
2743
+ }
2744
+ /**Todo[Shubham]: needs to be redefined
2745
+ * This property sets the default value for the time selection
2746
+ */
2747
+ // @ts-ignore
2748
+ set datavalue(newVal) {
2749
+ if (newVal) {
2750
+ if (newVal === CURRENT_TIME) {
2751
+ this.isCurrentTime = true;
2752
+ this.setTimeInterval();
2753
+ }
2754
+ else {
2755
+ this.clearTimeInterval();
2756
+ this.bsTimeValue = getNativeDateObject(newVal, { pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2757
+ this.isCurrentTime = false;
2758
+ this.mintimeMaxtimeValidation();
2759
+ }
2760
+ }
2761
+ else {
2762
+ this.bsTimeValue = undefined;
2763
+ this.clearTimeInterval();
2764
+ this.isCurrentTime = false;
2765
+ }
2766
+ this.invokeOnChange(this.datavalue);
2767
+ $appDigest();
2768
+ }
2769
+ get displayValue() {
2770
+ return getFormattedDate(this.datePipe, this.bsTimeValue, this.timepattern, this.timeZone, null, null, this) || '';
2771
+ }
2772
+ get nativeDisplayValue() {
2773
+ return getFormattedDate(this.datePipe, this.bsTimeValue, 'HH:mm:ss', this.timeZone, null, null, this) || '';
2774
+ }
2775
+ constructor(inj, ngZone, appDefaults, app, explicitContext) {
2776
+ super(inj, WIDGET_CONFIG, explicitContext);
2777
+ this.ngZone = ngZone;
2778
+ this.appDefaults = appDefaults;
2779
+ /**
2780
+ * This is an internal property used to toggle the timepicker dropdown
2781
+ */
2782
+ this.status = { isopen: false };
2783
+ styler(this.nativeElement, this);
2784
+ /**
2785
+ * Destroy the timer once the date widget is gone
2786
+ */
2787
+ this.registerDestroyListener(() => this.clearTimeInterval());
2788
+ this.timepattern = this.appDefaults.timeFormat || getDisplayDateTimeFormat(FormWidgetType.TIME);
2789
+ this.updateFormat('timepattern');
2790
+ this.app = app;
2791
+ }
2792
+ onPropertyChange(key, nv, ov) {
2793
+ if (key === 'tabindex') {
2794
+ return;
2795
+ }
2796
+ if (key === 'timepattern') {
2797
+ this.updateFormat('timepattern');
2798
+ }
2799
+ if (key === 'mintime') {
2800
+ this.minTime = getNativeDateObject(nv, { pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput }); // TODO it is supposed to be time conversion, not to the day
2801
+ this.mintimeMaxtimeValidation();
2802
+ }
2803
+ else if (key === 'maxtime') {
2804
+ this.maxTime = getNativeDateObject(nv, { pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2805
+ this.mintimeMaxtimeValidation();
2806
+ }
2807
+ else {
2808
+ super.onPropertyChange(key, nv, ov);
2809
+ }
2810
+ }
2811
+ setValidateType(min, max, val) {
2812
+ if (this.timeNotInRange) {
2813
+ if (val < min) {
2814
+ this.validateType = 'mintime';
2815
+ }
2816
+ else if (val > max) {
2817
+ this.validateType = 'maxtime';
2818
+ }
2819
+ }
2820
+ }
2821
+ /**
2822
+ * This is an internal method used to validate mintime and maxtime
2823
+ */
2824
+ mintimeMaxtimeValidation() {
2825
+ this.timeNotInRange = this.minTime && this.maxTime && (this.bsTimeValue < this.minTime || this.bsTimeValue > this.maxTime);
2826
+ this.setValidateType(this.minTime, this.maxTime, this.bsTimeValue);
2827
+ this.invokeOnChange(this.datavalue, undefined, false);
2828
+ }
2829
+ /**
2830
+ * This is an internal method used to toggle the dropdown of the time widget
2831
+ */
2832
+ toggleDropdown($event, skipFocus = false) {
2833
+ if (this.loadNativeDateInput) {
2834
+ //Fixes click event getting triggred twice in Mobile devices.
2835
+ if (!skipFocus) {
2836
+ this.onDateTimeInputFocus();
2837
+ }
2838
+ return;
2839
+ }
2840
+ if ($event.type === 'click') {
2841
+ this.invokeEventCallback('click', { $event: $event });
2842
+ //this.focusOnInputEl();
2843
+ }
2844
+ if ($event.target && $($event.target).is('input') && !(this.isDropDownDisplayEnabledOnInput(this.showdropdownon))) {
2845
+ return;
2846
+ }
2847
+ this.ngZone.run(() => {
2848
+ this.status.isopen = !this.status.isopen;
2849
+ });
2850
+ this.addBodyClickListener(this.status.isopen);
2851
+ }
2852
+ /**
2853
+ * This is an internal method used to Prevent time picker close while changing time value
2854
+ */
2855
+ preventTpClose($event) {
2856
+ $event.stopImmediatePropagation();
2857
+ const parentEl = $(this.nativeElement).closest('.app-composite-widget.caption-floating');
2858
+ if (parentEl.length > 0) {
2859
+ this.app.notify('captionPositionAnimate', { displayVal: this.displayValue, nativeEl: parentEl });
2860
+ }
2861
+ }
2862
+ addBodyClickListener(skipListener) {
2863
+ if (!skipListener) {
2864
+ return;
2865
+ }
2866
+ const bodyElement = document.querySelector('body');
2867
+ setTimeout(() => {
2868
+ const dropdownElement = $(bodyElement).find('>bs-dropdown-container .dropdown-menu').get(0);
2869
+ this.deregisterEventListener = addEventListenerOnElement(bodyElement, dropdownElement, this.nativeElement, 'click', this.isDropDownDisplayEnabledOnInput(this.showdropdownon), () => {
2870
+ this.status.isopen = false;
2871
+ }, 0 /* EVENT_LIFE.ONCE */, true);
2872
+ }, 350);
2873
+ }
2874
+ /**
2875
+ * This is an internal method triggered when pressing key on the time input
2876
+ */
2877
+ onDisplayKeydown(event) {
2878
+ if (this.isDropDownDisplayEnabledOnInput(this.showdropdownon)) {
2879
+ event.stopPropagation();
2880
+ if (event.key === 'Enter' || event.key === 'ArrowDown') {
2881
+ event.preventDefault();
2882
+ this.toggleDropdown(event);
2883
+ }
2884
+ else {
2885
+ this.hideTimepickerDropdown();
2886
+ }
2887
+ }
2888
+ else {
2889
+ this.hideTimepickerDropdown();
2890
+ }
2891
+ }
2892
+ /**
2893
+ * This is an internal method triggered when the time input changes
2894
+ */
2895
+ onDisplayTimeChange($event) {
2896
+ const newVal = getNativeDateObject($event.target.value, { meridians: this.meridians, pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2897
+ // time pattern validation
2898
+ // if invalid pattern is entered, device is showing an error.
2899
+ if (!this.formatValidation(newVal, $event.target.value)) {
2900
+ return;
2901
+ }
2902
+ this.invalidDateTimeFormat = false;
2903
+ this.onTimeChange(newVal);
2904
+ }
2905
+ onInputBlur($event) {
2906
+ if (!$($event.relatedTarget).hasClass('bs-timepicker-field')) {
2907
+ this.invokeOnTouched();
2908
+ this.invokeEventCallback('blur', { $event });
2909
+ }
2910
+ }
2911
+ /**
2912
+ * This is an internal method used to execute the on time change functionality
2913
+ */
2914
+ onTimeChange(newVal, isNativePicker) {
2915
+ let timeValue, timeInputValue, minTimeMeridian, maxTimeMeridian;
2916
+ // For nativePicker, newVal is event, get the dateobject from the event.
2917
+ if (isNativePicker) {
2918
+ newVal = getNativeDateObject(newVal.target.value, { pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2919
+ }
2920
+ if (newVal) {
2921
+ this.bsTimeValue = newVal;
2922
+ // if the newVal is valid but not in the given range then highlight the input field
2923
+ this.timeNotInRange = this.minTime && this.maxTime && (newVal < this.minTime || newVal > this.maxTime);
2924
+ this.setValidateType(this.minTime, this.maxTime, newVal);
2925
+ }
2926
+ else {
2927
+ // sometimes library is not returning the correct value when the min and max time are given, displaying the datavalue based on the value given by the user
2928
+ if (this.bsTimePicker && this.bsTimePicker.min && this.bsTimePicker.max) {
2929
+ minTimeMeridian = moment(new Date(this.bsTimePicker.min)).format('A');
2930
+ maxTimeMeridian = moment(new Date(this.bsTimePicker.max)).format('A');
2931
+ timeValue = this.bsTimePicker.hours + ':' + (this.bsTimePicker.minutes || 0) + ':' + (this.bsTimePicker.seconds || 0) + (this.bsTimePicker.showMeridian ? (' ' + minTimeMeridian) : '');
2932
+ timeInputValue = getNativeDateObject(timeValue, { pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2933
+ this.bsTimePicker.meridian = minTimeMeridian;
2934
+ this.timeNotInRange = (this.bsTimePicker.min > timeInputValue || this.bsTimePicker.max < timeInputValue);
2935
+ this.setValidateType(this.bsTimePicker.min, this.bsTimePicker.max, timeInputValue);
2936
+ }
2937
+ this.bsTimeValue = timeInputValue;
2938
+ }
2939
+ this.invokeOnTouched();
2940
+ this.invokeOnChange(this.datavalue, {}, true);
2941
+ }
2942
+ /**
2943
+ * This is an internal method used to maintain a time interval to update the time model when the data value is set to CURRENT_TIME
2944
+ */
2945
+ setTimeInterval() {
2946
+ if (this.timeinterval) {
2947
+ return;
2948
+ }
2949
+ this.timeinterval = setInterval(() => {
2950
+ const now = this.timeZone ? getMomentLocaleObject(this.timeZone) : new Date();
2951
+ now.setSeconds(now.getSeconds() + 1);
2952
+ this.datavalue = CURRENT_TIME;
2953
+ this.onTimeChange(now);
2954
+ }, 1000);
2955
+ }
2956
+ /**
2957
+ * This is an internal method used to clear the time interval created
2958
+ */
2959
+ clearTimeInterval() {
2960
+ if (this.timeinterval) {
2961
+ clearInterval(this.timeinterval);
2962
+ this.timeinterval = null;
2963
+ }
2964
+ }
2965
+ /**
2966
+ * This function sets the value isOpen/isTimeOpen (i.e when datepicker popup is closed) based on widget type(i.e DateTime, Time)
2967
+ * @param val - isOpen/isTimeOpen is set based on the timepicker popup is open/closed
2968
+ */
2969
+ setIsTimeOpen(val) {
2970
+ this.status.isopen = val;
2971
+ }
2972
+ // Change event is registered from the template, Prevent the framework from registering one more event
2973
+ handleEvent(node, eventName, eventCallback, locals) {
2974
+ if (!includes(['blur', 'focus', 'change', 'click'], eventName)) {
2975
+ super.handleEvent(node, eventName, eventCallback, locals);
2976
+ }
2977
+ }
2978
+ hideTimepickerDropdown() {
2979
+ this.invokeOnTouched();
2980
+ this.status.isopen = false;
2981
+ if (this.deregisterEventListener) {
2982
+ this.deregisterEventListener();
2983
+ }
2984
+ this.removeKeyupListener();
2985
+ const parentEl = $(this.nativeElement).closest('.app-composite-widget.caption-floating');
2986
+ if (parentEl.length > 0) {
2987
+ this.app.notify('captionPositionAnimate', { displayVal: this.displayValue, nativeEl: parentEl });
2988
+ }
2989
+ this.blurDateInput(true);
2990
+ }
2991
+ isValid(event) {
2992
+ if (!event) {
2993
+ const enteredDate = $(this.nativeElement).find('input').val();
2994
+ const newVal = getNativeDateObject(enteredDate, { meridians: this.meridians, pattern: this.loadNativeDateInput ? this.outputformat : undefined, isNativePicker: this.loadNativeDateInput });
2995
+ if (!this.formatValidation(newVal, enteredDate)) {
2996
+ return;
2997
+ }
2998
+ }
2999
+ }
3000
+ /**
3001
+ * This is an internal method to add css class for dropdown while opening the time dropdown
3002
+ */
3003
+ onShown() {
3004
+ const tpElements = document.querySelectorAll('timepicker');
3005
+ forEach(tpElements, element => {
3006
+ addClass(element.parentElement, 'app-datetime', true);
3007
+ });
3008
+ this.focusTimePickerPopover(this);
3009
+ this.bindTimePickerKeyboardEvents();
3010
+ adjustContainerPosition($('bs-dropdown-container'), this.nativeElement, this.bsDropdown._dropdown, $('bs-dropdown-container .dropdown-menu'));
3011
+ }
3012
+ assignModel() {
3013
+ if (!this.displayInputElem) {
3014
+ this.displayInputElem = this.getMobileInput();
3015
+ }
3016
+ this.displayInputElem.value = get(this, 'nativeDisplayValue');
3017
+ }
3018
+ static { this.ɵfac = function TimeComponent_Factory(t) { return new (t || TimeComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i0.NgZone), i0.ɵɵdirectiveInject(i1$1.AppDefaults), i0.ɵɵdirectiveInject(i1$1.App), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
3019
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: TimeComponent, selectors: [["", "wmTime", ""]], features: [i0.ɵɵProvidersFeature([
3020
+ provideAs(TimeComponent, NG_VALUE_ACCESSOR, true),
3021
+ provideAs(TimeComponent, NG_VALIDATORS, true),
3022
+ provideAsWidgetRef(TimeComponent),
3023
+ { provide: TimepickerConfig, deps: [AbstractI18nService], useFactory: getTimepickerConfig }
3024
+ ]), i0.ɵɵInheritDefinitionFeature], attrs: _c0, decls: 7, vars: 16, consts: [["dropdown", "", 2, "display", "inherit", 3, "onShown", "onHidden", "isOpen", "container"], ["focus-target", "", "type", "text", "role", "timer", 1, "form-control", "app-textbox", "display-input", 3, "click", "focus", "blur", "change", "keydown", "tabindex", "name", "value", "disabled", "autofocus", "required", "readOnly"], [1, "input-group-btn", "dropdown-toggle"], ["type", "button", "aria-label", "Select time", "aria-haspopup", "true", "aria-expanded", "false", 1, "btn", "btn-default", "btn-date", 3, "click", "tabindex", "disabled"], ["aria-hidden", "true", 1, "app-icon", "wm-sl-l", "sl-time"], ["class", "dropdown-menu", 3, "click", 4, "dropdownMenu"], [3, "ngIf"], [1, "dropdown-menu", 3, "click"], [1, "model-holder", 3, "ngModelChange", "isValid", "showMeridian", "readonlyInput", "ngModel", "ngModelOptions", "disabled", "min", "max", "hourStep", "minuteStep", "secondsStep", "mousewheel", "arrowkeys", "showSeconds"], ["dateTimePicker", "", "mode", "TIME", 3, "change", "minTime", "maxTime", "placement", "displayFormat", "value"], ["tabindex", "1000000", "role", "button", 1, "mobile-input", "mobile-datepicker-container", 3, "click", "focus", "blur"]], template: function TimeComponent_Template(rf, ctx) { if (rf & 1) {
3025
+ i0.ɵɵelementStart(0, "div", 0);
3026
+ i0.ɵɵlistener("onShown", function TimeComponent_Template_div_onShown_0_listener() { return ctx.onShown(); })("onHidden", function TimeComponent_Template_div_onHidden_0_listener() { return ctx.hideTimepickerDropdown(); });
3027
+ i0.ɵɵelementStart(1, "input", 1);
3028
+ i0.ɵɵlistener("click", function TimeComponent_Template_input_click_1_listener($event) { return ctx.toggleDropdown($event, true); })("focus", function TimeComponent_Template_input_focus_1_listener($event) { ctx.onDateTimeInputFocus(); return ctx.invokeOnFocus($event); })("blur", function TimeComponent_Template_input_blur_1_listener($event) { return ctx.onInputBlur($event); })("change", function TimeComponent_Template_input_change_1_listener($event) { return ctx.onDisplayTimeChange($event); })("keydown", function TimeComponent_Template_input_keydown_1_listener($event) { ctx._triggeredByUser = true; return ctx.onDisplayKeydown($event); });
3029
+ i0.ɵɵelementEnd();
3030
+ i0.ɵɵelementStart(2, "span", 2)(3, "button", 3);
3031
+ i0.ɵɵlistener("click", function TimeComponent_Template_button_click_3_listener($event) { return ctx.toggleDropdown($event, false); });
3032
+ i0.ɵɵelement(4, "i", 4);
3033
+ i0.ɵɵelementEnd()();
3034
+ i0.ɵɵtemplate(5, TimeComponent_div_5_Template, 2, 14, "div", 5);
3035
+ i0.ɵɵelementEnd();
3036
+ i0.ɵɵtemplate(6, TimeComponent_ng_template_6_Template, 2, 6, "ng-template", 6);
3037
+ } if (rf & 2) {
3038
+ i0.ɵɵproperty("isOpen", ctx.status.isopen)("container", "body");
3039
+ i0.ɵɵadvance();
3040
+ i0.ɵɵproperty("tabindex", ctx.tabindex)("name", ctx.name)("value", ctx.displayValue)("disabled", ctx.disabled || ctx.readonly || ctx.isCurrentTime)("autofocus", ctx.autofocus)("required", ctx.required)("readOnly", ctx.isReadOnly);
3041
+ i0.ɵɵattribute("aria-label", ctx.hint)("placeholder", ctx.placeholder)("accesskey", ctx.shortcutkey)("aria-atomic", ctx.isCurrentTime ? "true" : "false");
3042
+ i0.ɵɵadvance(2);
3043
+ i0.ɵɵproperty("tabindex", ctx.tabindex)("disabled", ctx.disabled || ctx.readonly || ctx.isCurrentTime);
3044
+ i0.ɵɵadvance(3);
3045
+ i0.ɵɵproperty("ngIf", ctx.loadNativeDateInput);
3046
+ } }, dependencies: [i2.NgIf, i4$1.BsDropdownMenuDirective, i4$1.BsDropdownDirective, i5.NgControlStatus, i5.NgModel, i6.TimepickerComponent, DateTimePickerComponent], encapsulation: 2 }); }
3047
+ }
3048
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(TimeComponent, [{
3049
+ type: Component,
3050
+ args: [{ selector: '[wmTime]', providers: [
3051
+ provideAs(TimeComponent, NG_VALUE_ACCESSOR, true),
3052
+ provideAs(TimeComponent, NG_VALIDATORS, true),
3053
+ provideAsWidgetRef(TimeComponent),
3054
+ { provide: TimepickerConfig, deps: [AbstractI18nService], useFactory: getTimepickerConfig }
3055
+ ], template: " <div dropdown [isOpen]=\"status.isopen\" (onShown)=\"onShown()\" (onHidden)=\"hideTimepickerDropdown()\" [container]=\"'body'\" style=\"display: inherit\">\n <input class=\"form-control app-textbox display-input\" [attr.aria-label]=\"hint\"\n focus-target\n [tabindex]=\"tabindex\"\n [name]=\"name\"\n type=\"text\"\n role=\"timer\"\n [value]=\"displayValue\"\n [disabled]=\"disabled || readonly || isCurrentTime\"\n [autofocus]=\"autofocus\"\n [attr.placeholder]=\"placeholder\"\n [attr.accesskey]=\"shortcutkey\"\n [attr.aria-atomic]=\"isCurrentTime ? 'true' : 'false'\"\n [required]=\"required\"\n [readOnly]=\"isReadOnly\"\n (click)=\"toggleDropdown($event, true)\"\n (focus)=\"onDateTimeInputFocus(); invokeOnFocus($event);\"\n (blur)=\"onInputBlur($event)\"\n (change)=\"onDisplayTimeChange($event)\"\n (keydown)=\"this._triggeredByUser = true; onDisplayKeydown($event)\">\n <span class=\"input-group-btn dropdown-toggle\">\n <button type=\"button\" class=\"btn btn-default btn-date\" [tabindex]=\"tabindex\" [disabled]=\"disabled || readonly || isCurrentTime\" aria-label=\"Select time\" aria-haspopup=\"true\" aria-expanded=\"false\" (click)=\"toggleDropdown($event, false)\"><i aria-hidden=\"true\" class=\"app-icon wm-sl-l sl-time\"></i></button>\n </span>\n <div *dropdownMenu class=\"dropdown-menu\" (click)=\"preventTpClose($event)\">\n <timepicker class=\"model-holder\"\n [showMeridian]=\"ismeridian\"\n [readonlyInput]=\"isDisabled\"\n [(ngModel)]=\"bsTimeValue\"\n [ngModelOptions]=\"{standalone: true}\"\n [disabled]=\"disabled || readonly || isCurrentTime\"\n [min]=\"minTime\"\n [max]=\"maxTime\"\n [hourStep]=\"hourstep\"\n [minuteStep]=\"minutestep\"\n [secondsStep]=\"secondsstep\"\n [mousewheel]=\"true\"\n [arrowkeys]=\"true\"\n (isValid)=\"isValid($event)\"\n [showSeconds]=\"showseconds\" (ngModelChange)=\"onTimeChange($event)\"></timepicker>\n </div>\n </div>\n<ng-template [ngIf]=\"loadNativeDateInput\">\n <wm-datetimepicker\n dateTimePicker\n mode=\"TIME\"\n [minTime]=\"minTime\"\n [maxTime]=\"maxTime\"\n [placement]=\"modal\"\n [displayFormat]=\"timepattern\"\n [value]=\"bsTimeValue\"\n (change)=\"onTimeChange($event)\">\n </wm-datetimepicker>\n <div class=\"mobile-input mobile-datepicker-container\"\n tabindex=\"1000000\"\n (click)=\"!(disabled || readonly) && showDatePickerModal(bsTimeValue)\"\n [attr.aria-label]=\"displayValue ? 'Change time ' + displayValue : hint || 'Select time'\"\n (focus)=\"onDateTimeInputFocus(true); invokeOnFocus($event); assignModel()\"\n (blur)=\"onDateTimeInputBlur(); invokeOnTouched($event)\"\n role=\"button\">\n </div>\n</ng-template>\n" }]
3056
+ }], () => [{ type: i0.Injector }, { type: i0.NgZone }, { type: i1$1.AppDefaults }, { type: i1$1.App }, { type: undefined, decorators: [{
3057
+ type: Inject,
3058
+ args: ['EXPLICIT_CONTEXT']
3059
+ }, {
3060
+ type: Optional
3061
+ }] }], null); })();
3062
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(TimeComponent, { className: "TimeComponent", filePath: "time/time.component.ts", lineNumber: 42 }); })();
3063
+
3064
+ const components = [
3065
+ DateComponent,
3066
+ DatetimeComponent,
3067
+ TimeComponent,
3068
+ DateTimePickerComponent,
3069
+ TimePickerComponent,
3070
+ PickerComponent,
3071
+ PickerGroupComponent
3072
+ ];
3073
+ class EpochModule {
3074
+ static { this.ɵfac = function EpochModule_Factory(t) { return new (t || EpochModule)(); }; }
3075
+ static { this.ɵmod = /*@__PURE__*/ i0.ɵɵdefineNgModule({ type: EpochModule }); }
3076
+ static { this.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [CommonModule,
3077
+ BsDatepickerModule,
3078
+ BsDropdownModule,
3079
+ FormsModule,
3080
+ TimepickerModule,
3081
+ WmComponentsModule,
3082
+ IMaskModule] }); }
3083
+ }
3084
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(EpochModule, [{
3085
+ type: NgModule,
3086
+ args: [{
3087
+ imports: [
3088
+ CommonModule,
3089
+ BsDatepickerModule,
3090
+ BsDropdownModule,
3091
+ FormsModule,
3092
+ TimepickerModule,
3093
+ WmComponentsModule,
3094
+ IMaskModule
3095
+ ],
3096
+ declarations: [...components],
3097
+ exports: [...components]
3098
+ }]
3099
+ }], null, null); })();
3100
+ (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(EpochModule, { declarations: [DateComponent,
3101
+ DatetimeComponent,
3102
+ TimeComponent,
3103
+ DateTimePickerComponent,
3104
+ TimePickerComponent,
3105
+ PickerComponent,
3106
+ PickerGroupComponent], imports: [CommonModule,
3107
+ BsDatepickerModule,
3108
+ BsDropdownModule,
3109
+ FormsModule,
3110
+ TimepickerModule,
3111
+ WmComponentsModule,
3112
+ IMaskModule], exports: [DateComponent,
3113
+ DatetimeComponent,
3114
+ TimeComponent,
3115
+ DateTimePickerComponent,
3116
+ TimePickerComponent,
3117
+ PickerComponent,
3118
+ PickerGroupComponent] }); })();
3119
+
3120
+ /**
3121
+ * Generated bundle index. Do not edit.
3122
+ */
3123
+
3124
+ export { DateComponent, DateTimePickerComponent, DatetimeComponent, EpochModule, PickerComponent, PickerGroupComponent, TimeComponent, TimePickerComponent };
3125
+ //# sourceMappingURL=index.mjs.map