@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
@@ -1,4531 +0,0 @@
1
- (function (global, factory) {
2
- typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@angular/core'), require('@angular/common'), require('@angular/forms'), require('ngx-bootstrap/tooltip'), require('ngx-bootstrap/dropdown'), require('@wm/components/base'), require('@wm/components/basic'), require('@wm/components/input'), require('@wm/components/navigation/menu'), require('@wm/components/data/list'), require('@wm/components/data/pagination'), require('@wm/core'), require('rxjs'), require('rxjs/operators'), require('lodash-es')) :
3
- typeof define === 'function' && define.amd ? define(['exports', '@angular/core', '@angular/common', '@angular/forms', 'ngx-bootstrap/tooltip', 'ngx-bootstrap/dropdown', '@wm/components/base', '@wm/components/basic', '@wm/components/input', '@wm/components/navigation/menu', '@wm/components/data/list', '@wm/components/data/pagination', '@wm/core', 'rxjs', 'rxjs/operators', 'lodash-es'], factory) :
4
- (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.components = global.wm.components || {}, global.wm.components.data = global.wm.components.data || {}, global.wm.components.data.table = {}), global.ng.core, global.ng.common, global.ng.forms, global.tooltip, global.dropdown, global.wm.components.base, global.wm.components.basic, global.wm.components.input, global.wm.components.navigation.menu, global.wm.components.data.list, global.wm.components.data.pagination, global.wm.core, global.rxjs, global.rxjs.operators, global._));
5
- })(this, (function (exports, i0, i7, i1, tooltip, i6, i4, i5, i8, i9, i3, i10, i2, rxjs, operators, lodashEs) { 'use strict';
6
-
7
- function _interopNamespaceDefault(e) {
8
- var n = Object.create(null);
9
- if (e) {
10
- Object.keys(e).forEach(function (k) {
11
- if (k !== 'default') {
12
- var d = Object.getOwnPropertyDescriptor(e, k);
13
- Object.defineProperty(n, k, d.get ? d : {
14
- enumerable: true,
15
- get: function () { return e[k]; }
16
- });
17
- }
18
- });
19
- }
20
- n.default = e;
21
- return Object.freeze(n);
22
- }
23
-
24
- var i0__namespace = /*#__PURE__*/_interopNamespaceDefault(i0);
25
- var i7__namespace = /*#__PURE__*/_interopNamespaceDefault(i7);
26
- var i1__namespace = /*#__PURE__*/_interopNamespaceDefault(i1);
27
- var i6__namespace = /*#__PURE__*/_interopNamespaceDefault(i6);
28
- var i4__namespace = /*#__PURE__*/_interopNamespaceDefault(i4);
29
- var i5__namespace = /*#__PURE__*/_interopNamespaceDefault(i5);
30
- var i8__namespace = /*#__PURE__*/_interopNamespaceDefault(i8);
31
- var i9__namespace = /*#__PURE__*/_interopNamespaceDefault(i9);
32
- var i3__namespace = /*#__PURE__*/_interopNamespaceDefault(i3);
33
- var i10__namespace = /*#__PURE__*/_interopNamespaceDefault(i10);
34
- var i2__namespace = /*#__PURE__*/_interopNamespaceDefault(i2);
35
-
36
- const registerProps$5 = () => {
37
- i4.register('wm-table', new Map([
38
- ['boundarylinks', { value: false, ...i4.PROP_BOOLEAN }],
39
- ['class', i4.PROP_STRING],
40
- ['confirmdelete', { value: 'Are you sure you want to delete this?', ...i4.PROP_STRING }],
41
- ['datasource', i4.PROP_STRING],
42
- ['dataset', i4.PROP_ANY],
43
- ['deletecanceltext', i4.PROP_STRING],
44
- ['deleteoktext', i4.PROP_STRING],
45
- ['deletemessage', { value: 'Record deleted successfully', ...i4.PROP_STRING }],
46
- ['directionlinks', { value: true, ...i4.PROP_BOOLEAN }],
47
- ['editmode', i4.PROP_STRING],
48
- ['errorstyle', { value: 'hover', ...i4.PROP_STRING }],
49
- ['enablecolumnselection', { value: false, ...i4.PROP_BOOLEAN }],
50
- ['enablesort', { value: true, ...i4.PROP_BOOLEAN }],
51
- ['errormessage', i4.PROP_STRING],
52
- ['exportformat', i4.PROP_STRING],
53
- ['exportdatasize', { value: 100, ...i4.PROP_NUMBER }],
54
- ['filtermode', i4.PROP_STRING],
55
- ['filteronkeypress', { value: false, ...i4.PROP_BOOLEAN }],
56
- ['filternullrecords', { value: true, ...i4.PROP_BOOLEAN }],
57
- ['forceellipses', { value: true, ...i4.PROP_BOOLEAN }],
58
- ['formposition', i4.PROP_STRING],
59
- ['gridclass', { value: 'table-hover', ...i4.PROP_STRING }],
60
- ['gridfirstrowselect', i4.PROP_BOOLEAN],
61
- ['iconclass', i4.PROP_STRING],
62
- ['insertmessage', { value: 'Record added successfully', ...i4.PROP_STRING }],
63
- ['isdynamictable', i4.PROP_BOOLEAN], // internal property to determine dynamic table
64
- ['isrowexpansionenabled', i4.PROP_BOOLEAN],
65
- ['loadingdatamsg', { value: 'Loading...', ...i4.PROP_STRING }],
66
- ['loadingicon', { value: 'fa fa-circle-o-notch fa-spin', ...i4.PROP_STRING }],
67
- ['maxsize', { value: 5, ...i4.PROP_NUMBER }],
68
- ['multiselect', i4.PROP_BOOLEAN],
69
- ['name', i4.PROP_STRING],
70
- ['navigation', { value: 'Basic', ...i4.PROP_STRING }],
71
- ['navigationalign', { value: 'left', ...i4.PROP_STRING }],
72
- ['nodatamessage', { value: 'No data found.', ...i4.PROP_STRING }],
73
- ['ondemandmessage', { value: 'Load More', ...i4.PROP_STRING }],
74
- ['showviewlessbutton', { value: false, ...i4.PROP_BOOLEAN }],
75
- ['viewlessmessage', { value: 'View Less', ...i4.PROP_STRING }],
76
- ['pagesize', i4.PROP_NUMBER],
77
- ['radioselect', i4.PROP_BOOLEAN],
78
- ['rowclass', i4.PROP_STRING],
79
- ['rowngclass', i4.PROP_STRING],
80
- ['searchlabel', { value: 'Search', ...i4.PROP_STRING }],
81
- ['show', { value: true, ...i4.PROP_BOOLEAN }],
82
- ['showheader', { value: true, ...i4.PROP_BOOLEAN }],
83
- ['shownewrow', { value: true, ...i4.PROP_BOOLEAN }],
84
- ['showrecordcount', i4.PROP_BOOLEAN],
85
- ['showrowindex', i4.PROP_BOOLEAN],
86
- ['spacing', { value: 'normal', ...i4.PROP_STRING }],
87
- ['statehandler', { value: 'none', ...i4.PROP_STRING }],
88
- ['subheading', i4.PROP_STRING],
89
- ['tabindex', { value: 0, ...i4.PROP_NUMBER }],
90
- ['title', i4.PROP_STRING],
91
- ['updatemessage', { value: 'Record updated successfully', ...i4.PROP_STRING }]
92
- ]));
93
- };
94
-
95
- const _c0$1 = ["rowExpansionTmpl"];
96
- const _c1$1 = ["rowActionTmpl"];
97
- const _c2$1 = ["filterTmpl"];
98
- const _c3$1 = ["inlineWidgetTmpl"];
99
- const _c4$1 = ["inlineWidgetTmplNew"];
100
- const _c5$1 = ["customExprTmpl"];
101
- const _c6 = ["rowExpansionActionTmpl"];
102
- const _c7 = ["datagridElement"];
103
- const _c8 = ["rowActionsView"];
104
- const _c9 = ["multiColumnFilterView"];
105
- const _c10 = ["inlineEditView"];
106
- const _c11 = ["inlineEditNewView"];
107
- const _c12 = ["customExprView"];
108
- const _c13 = ["rowDetailView"];
109
- const _c14 = ["rowExpansionActionView"];
110
- const _c15 = ["dynamicTable"];
111
- const _c16 = ["wmTable", ""];
112
- const _c17 = a0 => ({ btn: a0 });
113
- const _c18 = (a0, a1) => ({ "btn-sm": a0, "disabled-new": a1 });
114
- function TableComponent_div_0_i_3_Template(rf, ctx) { if (rf & 1) {
115
- i0__namespace.ɵɵelement(0, "i");
116
- } if (rf & 2) {
117
- const ctx_r0 = i0__namespace.ɵɵnextContext(2);
118
- i0__namespace.ɵɵclassMapInterpolate1("app-icon panel-icon ", ctx_r0.iconclass, "");
119
- } }
120
- function TableComponent_div_0_div_7_ng_container_1_Template(rf, ctx) { if (rf & 1) {
121
- i0__namespace.ɵɵelementContainer(0, 29);
122
- } if (rf & 2) {
123
- const btn_r2 = ctx.$implicit;
124
- const index_r3 = ctx.index;
125
- const ctx_r0 = i0__namespace.ɵɵnextContext(3);
126
- const buttonRef_r4 = i0__namespace.ɵɵreference(8);
127
- const anchorRef_r5 = i0__namespace.ɵɵreference(10);
128
- i0__namespace.ɵɵproperty("ngTemplateOutlet", btn_r2.widgetType === "button" ? buttonRef_r4 : anchorRef_r5)("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction1(3, _c17, btn_r2))("ngTemplateOutletInjector", ctx_r0.createCustomInjector("actions_header_" + index_r3, i0__namespace.ɵɵpureFunction1(5, _c17, btn_r2)));
129
- } }
130
- function TableComponent_div_0_div_7_div_2_Template(rf, ctx) { if (rf & 1) {
131
- i0__namespace.ɵɵelement(0, "div", 30);
132
- } if (rf & 2) {
133
- const ctx_r0 = i0__namespace.ɵɵnextContext(3);
134
- i0__namespace.ɵɵattributeInterpolate1("name", "", ctx_r0.name, "-export");
135
- } }
136
- function TableComponent_div_0_div_7_Template(rf, ctx) { if (rf & 1) {
137
- i0__namespace.ɵɵelementStart(0, "div", 26);
138
- i0__namespace.ɵɵtemplate(1, TableComponent_div_0_div_7_ng_container_1_Template, 1, 7, "ng-container", 27)(2, TableComponent_div_0_div_7_div_2_Template, 1, 2, "div", 28);
139
- i0__namespace.ɵɵelementEnd();
140
- } if (rf & 2) {
141
- const ctx_r0 = i0__namespace.ɵɵnextContext(2);
142
- i0__namespace.ɵɵadvance();
143
- i0__namespace.ɵɵproperty("ngForOf", ctx_r0._actions.header);
144
- i0__namespace.ɵɵadvance();
145
- i0__namespace.ɵɵproperty("ngIf", ctx_r0.exportOptions.length);
146
- } }
147
- function TableComponent_div_0_Template(rf, ctx) { if (rf & 1) {
148
- i0__namespace.ɵɵelementStart(0, "div", 19)(1, "h3", 20)(2, "div", 21);
149
- i0__namespace.ɵɵtemplate(3, TableComponent_div_0_i_3_Template, 1, 3, "i", 22);
150
- i0__namespace.ɵɵelementEnd();
151
- i0__namespace.ɵɵelementStart(4, "div", 21);
152
- i0__namespace.ɵɵelement(5, "div", 23)(6, "div", 24);
153
- i0__namespace.ɵɵelementEnd();
154
- i0__namespace.ɵɵtemplate(7, TableComponent_div_0_div_7_Template, 3, 2, "div", 25);
155
- i0__namespace.ɵɵelementEnd()();
156
- } if (rf & 2) {
157
- const ctx_r0 = i0__namespace.ɵɵnextContext();
158
- i0__namespace.ɵɵadvance(3);
159
- i0__namespace.ɵɵproperty("ngIf", ctx_r0.iconclass);
160
- i0__namespace.ɵɵadvance(2);
161
- i0__namespace.ɵɵproperty("innerHTML", ctx_r0.title, i0__namespace.ɵɵsanitizeHtml);
162
- i0__namespace.ɵɵadvance();
163
- i0__namespace.ɵɵproperty("innerHTML", ctx_r0.subheading, i0__namespace.ɵɵsanitizeHtml);
164
- i0__namespace.ɵɵadvance();
165
- i0__namespace.ɵɵproperty("ngIf", ctx_r0.exportOptions.length || ctx_r0._actions.header.length);
166
- } }
167
- function TableComponent_div_6_ng_container_1_Template(rf, ctx) { if (rf & 1) {
168
- i0__namespace.ɵɵelementContainer(0, 29);
169
- } if (rf & 2) {
170
- const btn_r6 = ctx.$implicit;
171
- const index_r7 = ctx.index;
172
- const ctx_r0 = i0__namespace.ɵɵnextContext(2);
173
- const buttonRef_r4 = i0__namespace.ɵɵreference(8);
174
- const anchorRef_r5 = i0__namespace.ɵɵreference(10);
175
- i0__namespace.ɵɵproperty("ngTemplateOutlet", btn_r6.widgetType === "button" ? buttonRef_r4 : anchorRef_r5)("ngTemplateOutletContext", i0__namespace.ɵɵpureFunction1(3, _c17, btn_r6))("ngTemplateOutletInjector", ctx_r0.createCustomInjector("actions_footer_" + index_r7, i0__namespace.ɵɵpureFunction1(5, _c17, btn_r6)));
176
- } }
177
- function TableComponent_div_6_Template(rf, ctx) { if (rf & 1) {
178
- i0__namespace.ɵɵelementStart(0, "div", 31);
179
- i0__namespace.ɵɵtemplate(1, TableComponent_div_6_ng_container_1_Template, 1, 7, "ng-container", 27);
180
- i0__namespace.ɵɵelementEnd();
181
- } if (rf & 2) {
182
- const ctx_r0 = i0__namespace.ɵɵnextContext();
183
- i0__namespace.ɵɵadvance();
184
- i0__namespace.ɵɵproperty("ngForOf", ctx_r0._actions.footer);
185
- } }
186
- function TableComponent_ng_template_7_Template(rf, ctx) { if (rf & 1) {
187
- const _r8 = i0__namespace.ɵɵgetCurrentView();
188
- i0__namespace.ɵɵelementStart(0, "button", 32);
189
- i0__namespace.ɵɵlistener("click", function TableComponent_ng_template_7_Template_button_click_0_listener($event) { const btn_r9 = i0__namespace.ɵɵrestoreView(_r8).btn; const ctx_r0 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r0.invokeActionEvent($event, btn_r9.action)); });
190
- i0__namespace.ɵɵelementEnd();
191
- } if (rf & 2) {
192
- const btn_r9 = ctx.btn;
193
- const ctx_r0 = i0__namespace.ɵɵnextContext();
194
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(2, _c18, ctx_r0.spacing === "condensed", btn_r9.key === "addNewRow" && (ctx_r0.isGridEditMode || ctx_r0.isLoading)));
195
- i0__namespace.ɵɵattribute("aria-label", btn_r9.displayName);
196
- } }
197
- function TableComponent_ng_template_9_Template(rf, ctx) { if (rf & 1) {
198
- const _r10 = i0__namespace.ɵɵgetCurrentView();
199
- i0__namespace.ɵɵelementStart(0, "a", 33);
200
- i0__namespace.ɵɵlistener("click", function TableComponent_ng_template_9_Template_a_click_0_listener($event) { const btn_r11 = i0__namespace.ɵɵrestoreView(_r10).btn; const ctx_r0 = i0__namespace.ɵɵnextContext(); return i0__namespace.ɵɵresetView(ctx_r0.invokeActionEvent($event, btn_r11.action)); });
201
- i0__namespace.ɵɵelementEnd();
202
- } if (rf & 2) {
203
- const btn_r11 = ctx.btn;
204
- const ctx_r0 = i0__namespace.ɵɵnextContext();
205
- i0__namespace.ɵɵproperty("ngClass", i0__namespace.ɵɵpureFunction2(1, _c18, ctx_r0.spacing === "condensed", btn_r11.key === "addNewRow" && (ctx_r0.isGridEditMode || ctx_r0.isLoading)));
206
- } }
207
- const DEFAULT_CLS = 'app-grid app-panel panel';
208
- const WIDGET_CONFIG$5 = { widgetType: 'wm-table', hostClass: DEFAULT_CLS };
209
- const exportIconMapping = {
210
- EXCEL: 'fa fa-file-excel-o',
211
- CSV: 'fa fa-file-text-o'
212
- };
213
- const ROW_OPS_FIELD = 'rowOperations';
214
- const noop = () => { };
215
- const isInputBodyWrapper = target => {
216
- const classes = ['.dropdown-menu', '.uib-typeahead-match', '.modal-dialog', '.toast'];
217
- let isInput = false;
218
- classes.forEach(cls => {
219
- if (target.closest(cls).length) {
220
- isInput = true;
221
- return false;
222
- }
223
- });
224
- const attrs = ['bsdatepickerdaydecorator'];
225
- if (!isInput) {
226
- attrs.forEach(attr => {
227
- if (target[0].hasAttribute(attr)) {
228
- isInput = true;
229
- return false;
230
- }
231
- });
232
- }
233
- return isInput;
234
- };
235
- class TableComponent extends i4.StylableComponent {
236
- static { this.initializeProps = registerProps$5(); }
237
- set gridData(newValue) {
238
- this.isDataLoading = false;
239
- // Fix for [WMS-24012]: hide no datafound msg when variableInflight is true and dataset is empty
240
- if (this.variableInflight && lodashEs.isEmpty(newValue)) {
241
- return;
242
- }
243
- this.variableInflight = false;
244
- // Fix for [WMS-24108]: Change the status to ready or nodata found when variableInflight is false(after getting the data)
245
- if (newValue && (newValue.length) === 0) {
246
- this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
247
- }
248
- else {
249
- this.callDataGridMethod('setStatus', 'ready');
250
- }
251
- if (this.gridOptions.isNavTypeScrollOrOndemand()) {
252
- // update the _gridData field with the next set of items and modify the current page
253
- [this._gridData, this.currentPage] = this.paginationService.updateFieldsOnPagination(this, newValue);
254
- // When edit action is performed on previous page, update the _gridData field with the modified row data
255
- if (this.gridOptions.lastActionPerformed === this.gridOptions.ACTIONS.EDIT) {
256
- const rowIndex = lodashEs.floor(this.actionRowIndex % this.pagesize);
257
- this._gridData.splice(this.actionRowIndex, 1, newValue[rowIndex]);
258
- }
259
- this.setDataGridOption('isLastPage', !!(this.dataNavigator.isDisableNext));
260
- // In case of on demand pagination, create the load more button only once and show the button until next page is not disabled
261
- if (!this.$element.find('.on-demand-datagrid').length && !this.dataNavigator.isDisableNext && this.onDemandLoad) {
262
- this.gridOptions.addLoadMoreBtn();
263
- }
264
- else if ((this._gridData && this._gridData.length) && (this.dataNavigator.isDisableNext || !this.isDataLoading)) {
265
- // when the next page is disabled or when the data is not loading remove the loading/load more button accordingly
266
- this.callDataGridMethod('hideLoadingIndicator', this.dataNavigator.isDisableNext, this.infScroll);
267
- }
268
- }
269
- else {
270
- this._gridData = newValue;
271
- }
272
- let startRowIndex = 0;
273
- let gridOptions;
274
- this._onChange(this._gridData);
275
- this._onTouched();
276
- if (i2.isDefined(newValue)) {
277
- this.gridOptions.bindScrollEvt();
278
- /*Setting the serial no's only when show navigation is enabled and data navigator is compiled
279
- and its current page is set properly*/
280
- if (this.isNavigationEnabled() && this.dataNavigator.dn.currentPage) {
281
- startRowIndex = ((this.dataNavigator.dn.currentPage - 1) * (this.dataNavigator.maxResults || 1)) + 1;
282
- this.setDataGridOption('startRowIndex', startRowIndex);
283
- }
284
- /* If colDefs are available, but not already set on the datagrid, then set them.
285
- * This will happen while switching from markup to design tab. */
286
- gridOptions = this.callDataGridMethod('getOptions');
287
- if (!gridOptions) {
288
- return;
289
- }
290
- if (!gridOptions.colDefs.length && this.fieldDefs.length) {
291
- this.setDataGridOption('colDefs', i2.getClonedObject(this.fieldDefs));
292
- }
293
- // If data and colDefs are present, call on before data render event
294
- if (!this.isdynamictable && !lodashEs.isEmpty(newValue) && gridOptions.colDefs.length) {
295
- this.invokeEventCallback('beforedatarender', { $data: this._gridData, $columns: this.columns, data: this._gridData, columns: this.columns });
296
- }
297
- this.setDataGridOption('data', i2.getClonedObject(this._gridData));
298
- }
299
- }
300
- get gridData() {
301
- return this._gridData || [];
302
- }
303
- get selecteditem() {
304
- if (this.multiselect) {
305
- return i2.getClonedObject(this.items);
306
- }
307
- if (lodashEs.isEmpty(this.items)) {
308
- return {};
309
- }
310
- return i2.getClonedObject(this.items[0]);
311
- }
312
- set selecteditem(val) {
313
- // Select the rows in the table based on the new selected items passed
314
- this.items.length = 0;
315
- this.callDataGridMethod('selectRows', val);
316
- }
317
- onKeyPress($event) {
318
- if ($event.which === 13) {
319
- this.invokeEventCallback('enterkeypress', { $event, $data: this.gridData });
320
- }
321
- }
322
- constructor(inj, fb, app, dynamicComponentProvider, statePersistence, paginationService, viewport, parentList, binddataset, binddatasource, readonlygrid, ngZone, trustAsPipe, explicitContext) {
323
- super(inj, WIDGET_CONFIG$5, explicitContext);
324
- this.inj = inj;
325
- this.fb = fb;
326
- this.app = app;
327
- this.dynamicComponentProvider = dynamicComponentProvider;
328
- this.statePersistence = statePersistence;
329
- this.paginationService = paginationService;
330
- this.viewport = viewport;
331
- this.parentList = parentList;
332
- this.binddataset = binddataset;
333
- this.binddatasource = binddatasource;
334
- this.readonlygrid = readonlygrid;
335
- this.ngZone = ngZone;
336
- this.trustAsPipe = trustAsPipe;
337
- this.rowActionsCompiledTl = {};
338
- this.rowFilterCompliedTl = {};
339
- this.inlineCompliedTl = {};
340
- this.inlineNewCompliedTl = {};
341
- this.customExprCompiledTl = {};
342
- this.customExprCompiledSummaryTl = {};
343
- this.rowDefInstances = {};
344
- this.rowDefMap = {};
345
- this.rowExpansionActionTl = {};
346
- this.columns = {};
347
- this.formfields = {};
348
- this.enablesort = true;
349
- this.showviewlessbutton = false;
350
- this.primaryKey = [];
351
- this.selectedItems = [];
352
- this.selectedItemChange = new rxjs.Subject();
353
- this.selectedItemChange$ = this.selectedItemChange.asObservable();
354
- this.actions = [];
355
- this._actions = {
356
- 'header': [],
357
- 'footer': []
358
- };
359
- this.exportOptions = [];
360
- this.headerConfig = [];
361
- this.items = [];
362
- this.rowActions = [];
363
- this.shownavigation = false;
364
- this.showFirstRow = false;
365
- this.documentClickBind = noop;
366
- this.prevFilterExpression = [];
367
- this.fieldDefs = [];
368
- this.rowDef = {};
369
- this.rowInstance = {};
370
- this.fullFieldDefs = [];
371
- this.variableInflight = true;
372
- this.applyProps = new Map();
373
- this.redraw = lodashEs.debounce(this._redraw, 150);
374
- this.debouncedHandleLoading = lodashEs.debounce(this.handleLoading, 350);
375
- // Filter and Sort Methods
376
- this.rowFilter = {};
377
- this._searchSortHandler = noop;
378
- this.searchSortHandler = (...args) => { this._searchSortHandler.apply(this, args); };
379
- this.onRowFilterChange = noop;
380
- this.onFilterConditionSelect = noop;
381
- this.showClearIcon = noop;
382
- this.clearRowFilter = noop;
383
- this.adjustContainer = noop;
384
- this._pageLoad = true;
385
- this.gridOptions = {
386
- data: [],
387
- colDefs: [],
388
- startRowIndex: 1,
389
- mode: '',
390
- sortInfo: {
391
- field: '',
392
- direction: ''
393
- },
394
- filtermode: '',
395
- filteronkeypress: false,
396
- searchLabel: '',
397
- rowActions: [],
398
- headerConfig: [],
399
- rowClass: '',
400
- editmode: '',
401
- formPosition: '',
402
- isMobile: false,
403
- rowExpansionEnabled: false,
404
- rowDef: {
405
- position: '0'
406
- },
407
- name: '',
408
- messages: {
409
- selectField: 'Select Field'
410
- },
411
- securityUtils: {
412
- pipeTransform: {}
413
- },
414
- navigation: '',
415
- isdynamictable: '',
416
- deletedRowIndex: -1,
417
- lastActionPerformed: 'scroll',
418
- isSearchTrigerred: false,
419
- isDatasetUpdated: false,
420
- isDataUpdatedByUser: false,
421
- showviewlessbutton: false,
422
- ondemandmessage: '',
423
- viewlessmessage: '',
424
- loadingdatamsg: '',
425
- isNextPageData: undefined,
426
- ACTIONS: {
427
- 'DELETE': 'delete',
428
- 'EDIT': 'edit',
429
- 'SEARCH_OR_SORT': 'search_or_sort',
430
- 'DEFAULT': 'scroll',
431
- 'FILTER_CRITERIA': 'filter',
432
- 'DATASET_UPDATE': 'dataset_update'
433
- },
434
- actionRowIndex: undefined,
435
- actionRowPage: undefined,
436
- isLastPage: false,
437
- // get the current page number
438
- getCurrentPage: () => {
439
- return lodashEs.get(this.dataNavigator, 'dn.currentPage') || 1;
440
- },
441
- // set the page number
442
- setCurrentPage: (pageNum) => {
443
- lodashEs.set(this.dataNavigator, 'dn.currentPage', pageNum || 1);
444
- },
445
- getDataSource: () => {
446
- return this.datasource;
447
- },
448
- // get the page limit
449
- getPageSize: () => {
450
- return this.pagesize;
451
- },
452
- getPageCount: () => {
453
- return this.dataNavigator.pageCount;
454
- },
455
- enableNavigation: () => {
456
- this.dataNavigator.widget.isDisableNext = false;
457
- this.dataNavigator.widget.isDisableLast = false;
458
- this.gridOptions.mode = 'viewless';
459
- },
460
- // set the deleted row index
461
- setDeletedRowIndex: (id) => {
462
- this.setDataGridOption('deletedRowIndex', id);
463
- },
464
- // sets the last action performed like edit, delete etc.
465
- setLastActionPerformed: (action) => {
466
- this.setDataGridOption('lastActionPerformed', action || this.gridOptions.lastActionPerformed);
467
- },
468
- isNavTypeScrollOrOndemand: () => {
469
- return this.gridOptions.navigation === 'Scroll' || this.gridOptions.navigation === 'On-Demand';
470
- },
471
- setIsSearchTrigerred: (value) => {
472
- this.setDataGridOption('isSearchTrigerred', value);
473
- },
474
- setIsDatasetUpdated: (value) => {
475
- this.setDataGridOption('isDatasetUpdated', value);
476
- },
477
- // Fix for [WMS-23263]: 'isNextPageData' flag is set to true -> if user fetching the next page data by clicking onLoad more or scroll
478
- setIsNextPageData: (value) => {
479
- this.setDataGridOption('isNextPageData', value);
480
- },
481
- // Fix for [WMS-23263]: 'isDataUpdatedByUser' flag is set to true -> if user changes the dataset from script
482
- setIsDataUpdatedByUser: (value) => {
483
- this.setDataGridOption('isDataUpdatedByUser', value);
484
- },
485
- onDataRender: () => {
486
- this.ngZone.run(() => {
487
- if (this.gridData.length) {
488
- this.invokeEventCallback('datarender', { $data: this.gridData, data: this.gridData });
489
- }
490
- // select rows selected in previous pages. (Not finding intersection of data and selecteditems as it will be heavy)
491
- if (!this.multiselect) {
492
- this.items.length = 0;
493
- }
494
- this.callDataGridMethod('selectRows', this.items);
495
- this.selectedItems = this.callDataGridMethod('getSelectedRows');
496
- if (this.selectedItems.length) {
497
- this.selectedItemChange.next(this.selectedItems);
498
- }
499
- // On render, apply the filters set for query service variable
500
- if (this._isPageSearch && this.filterInfo) {
501
- this.searchSortHandler(this.filterInfo, undefined, 'search');
502
- }
503
- });
504
- },
505
- onRowSelect: (row, e) => {
506
- this.ngZone.run(() => {
507
- this.selectedItems = this.callDataGridMethod('getSelectedRows');
508
- if (this.selectedItems.length) {
509
- this.selectedItemChange.next(this.selectedItems);
510
- }
511
- const rowData = this.addRowIndex(row);
512
- if (this.selectedItems.length && rowData.$index && this.getConfiguredState() !== 'none' && this.dataNavigator && i4.unsupportedStatePersistenceTypes.indexOf(this.navigation) < 0) {
513
- const obj = { page: this.dataNavigator.dn.currentPage, index: rowData.$index - 1 };
514
- const widgetState = this.statePersistence.getWidgetState(this);
515
- if (lodashEs.get(widgetState, 'selectedItem') && this.multiselect) {
516
- if (!lodashEs.some(widgetState.selectedItem, obj)) {
517
- widgetState.selectedItem.push(obj);
518
- }
519
- this.statePersistence.setWidgetState(this, { 'selectedItem': widgetState.selectedItem });
520
- }
521
- else {
522
- this.statePersistence.setWidgetState(this, { 'selectedItem': [obj] });
523
- }
524
- }
525
- else {
526
- console.warn('Retain State handling on Widget ' + this.name + ' is not supported for current pagination type.');
527
- }
528
- this.invokeEventCallback('rowselect', { $data: rowData, $event: e, row: rowData });
529
- });
530
- },
531
- // assigns the items on capture phase of the click handler.
532
- assignSelectedItems: (row, e, rowInfo) => {
533
- this.ngZone.run(() => {
534
- /*
535
- * in case of single select, update the items with out changing the reference.
536
- * for multi select, keep old selected items in tact
537
- */
538
- if (this.multiselect) {
539
- //Fix for [WMS-25110]: Add row to items list only if the row is selected
540
- if (lodashEs.findIndex(this.items, row) === -1 && (rowInfo?._selected === undefined || rowInfo?._selected == true || (this.gridfirstrowselect && rowInfo?.rowId == 0 && !this.showFirstRow))) {
541
- this.items.push(row);
542
- if (rowInfo?.rowId == 0) {
543
- this.showFirstRow = true;
544
- }
545
- }
546
- }
547
- else {
548
- this.items.length = 0;
549
- this.items.push(row);
550
- }
551
- });
552
- },
553
- onRowDblClick: (row, e) => {
554
- const rowData = this.addRowIndex(row);
555
- this.invokeEventCallback('rowdblclick', { $data: rowData, $event: e, row: rowData });
556
- },
557
- onRowDeselect: (row, e) => {
558
- if (this.multiselect) {
559
- this.ngZone.run(() => {
560
- this.items = lodashEs.pullAllWith(this.items, [row], lodashEs.isEqual);
561
- this.selectedItems = this.callDataGridMethod('getSelectedRows');
562
- this.invokeEventCallback('rowdeselect', { $data: row, $event: e, row });
563
- const rowData = this.addRowIndex(row);
564
- if (this.getConfiguredState() !== 'none' && i4.unsupportedStatePersistenceTypes.indexOf(this.navigation) < 0) {
565
- const obj = { page: this.dataNavigator.dn.currentPage, index: rowData.$index - 1 };
566
- const widgetState = this.statePersistence.getWidgetState(this);
567
- if (lodashEs.get(widgetState, 'selectedItem')) {
568
- lodashEs.remove(widgetState.selectedItem, function (selectedItem) {
569
- return lodashEs.isEqual(selectedItem, obj);
570
- });
571
- this.statePersistence.removeWidgetState(this, 'selectedItem');
572
- if (widgetState.selectedItem.length > 0) {
573
- this.statePersistence.setWidgetState(this, { 'selectedItem': widgetState.selectedItem });
574
- }
575
- }
576
- }
577
- else {
578
- console.warn('Retain State handling on Widget ' + this.name + ' is not supported for current pagination type.');
579
- }
580
- });
581
- }
582
- },
583
- callOnRowDeselectEvent: (row, e) => {
584
- this.items = this.selectedItems = this.callDataGridMethod('getSelectedRows');
585
- this.invokeEventCallback('rowdeselect', { $data: row, $event: e, row });
586
- },
587
- callOnRowClickEvent: (row, e) => {
588
- // WMS-18774: If we invoke navigation action variable on rowclick callback, the navigation is triggering outside angular zone so adding ngZone.run
589
- this.ngZone.run(() => {
590
- // Call row click only if click is triggered by user
591
- if (e && e.hasOwnProperty('originalEvent')) {
592
- const rowData = this.addRowIndex(row);
593
- this.invokeEventCallback('rowclick', { $data: rowData, $event: e, row: rowData });
594
- }
595
- });
596
- },
597
- closePopover: i2.closePopover,
598
- onColumnSelect: (col, e) => {
599
- this.selectedColumns = this.callDataGridMethod('getSelectedColumns');
600
- this.invokeEventCallback('columnselect', { $data: col, $event: e });
601
- },
602
- onColumnDeselect: (col, e) => {
603
- this.selectedColumns = this.callDataGridMethod('getSelectedColumns');
604
- this.invokeEventCallback('columndeselect', { $data: col, $event: e });
605
- },
606
- onHeaderClick: (col, e) => {
607
- // if onSort function is registered invoke it when the column header is clicked
608
- this.invokeEventCallback('headerclick', { $event: e, $data: col, column: col });
609
- },
610
- onRowDelete: (row, cancelRowDeleteCallback, e, callBack, options) => {
611
- this.ngZone.run(() => {
612
- this.deleteRecord(lodashEs.extend({}, options, {
613
- row,
614
- 'cancelRowDeleteCallback': cancelRowDeleteCallback,
615
- 'evt': e,
616
- 'callBack': callBack
617
- }));
618
- });
619
- },
620
- onRowInsert: (row, e, callBack, options) => {
621
- this.insertRecord(lodashEs.extend({}, options, { row, event: e, 'callBack': callBack }));
622
- },
623
- beforeRowUpdate: (row, eventName) => {
624
- if (this._liveTableParent) {
625
- this._liveTableParent.updateRow(row, eventName);
626
- }
627
- this.prevData = i2.getClonedObject(row);
628
- },
629
- afterRowUpdate: (row, e, callBack, options) => {
630
- this.updateRecord(lodashEs.extend({}, options, { row, 'prevData': this.prevData, 'event': e, 'callBack': callBack }));
631
- },
632
- onBeforeRowUpdate: (row, e, options) => {
633
- return this.invokeEventCallback('beforerowupdate', { $event: e, $data: row, row, options: options });
634
- },
635
- onBeforeRowInsert: (row, e, options) => {
636
- return this.invokeEventCallback('beforerowinsert', { $event: e, $data: row, row, options: options });
637
- },
638
- onBeforeRowDelete: (row, e, options) => {
639
- const rowData = this.addRowIndex(row);
640
- return this.invokeEventCallback('beforerowdelete', { $event: e, row: rowData, options: options });
641
- },
642
- onFormRender: ($row, e, operation, alwaysNewRow) => {
643
- const widget = alwaysNewRow ? 'inlineInstanceNew' : 'inlineInstance';
644
- setTimeout(() => {
645
- this.formWidgets = {};
646
- this.fieldDefs.forEach(col => {
647
- if (col[widget]) {
648
- this.formWidgets[col.field] = col[widget];
649
- // Adding formwidgets to the context for inlineinstance widget when fieldDefs were ready
650
- if (col[widget].context) {
651
- col[widget].context.formWidgets = this.formWidgets;
652
- }
653
- this.setDisabledOnField(operation, col, widget);
654
- }
655
- });
656
- this.invokeEventCallback('formrender', { $event: e, formWidgets: this.formWidgets, $operation: operation });
657
- }, 250);
658
- },
659
- onBeforeFormRender: (row, e, operation) => {
660
- return this.invokeEventCallback('beforeformrender', { $event: e, row, $operation: operation });
661
- },
662
- registerRowNgClassWatcher: (rowData, index) => {
663
- if (!this.rowngclass) {
664
- return;
665
- }
666
- const row = this.getClonedRowObject(rowData);
667
- const watchName = `${this.widgetId}_rowNgClass_${index}`;
668
- i2.$unwatch(watchName);
669
- //[Todo-CSP]: generate watcher expr in page if rowngclass attr is present for table
670
- this.registerDestroyListener(i2.$watch(this.rowngclass, this.viewParent, { row }, (nv, ov) => {
671
- this.callDataGridMethod('applyRowNgClass', i4.getConditionalClasses(nv, ov), index);
672
- }, watchName));
673
- },
674
- registerColNgClassWatcher: (rowData, colDef, rowIndex, colIndex) => {
675
- if (!colDef['col-ng-class']) {
676
- return;
677
- }
678
- const row = this.getClonedRowObject(rowData);
679
- const watchName = `${this.widgetId}_colNgClass_${rowIndex}_${colIndex}`;
680
- i2.$unwatch(watchName);
681
- //[Todo-CSP]: generate watcher expr in page if col-ng-class attr is present for table
682
- this.registerDestroyListener(i2.$watch(colDef['col-ng-class'], this.viewParent, { row }, (nv, ov) => {
683
- this.callDataGridMethod('applyColNgClass', i4.getConditionalClasses(nv, ov), rowIndex, colIndex);
684
- }, watchName));
685
- },
686
- clearCustomExpression: () => {
687
- this.customExprViewRef.clear();
688
- this.customExprCompiledTl = {};
689
- this.customExprCompiledSummaryTl = {};
690
- },
691
- clearRowDetailExpression: () => {
692
- this.rowDetailViewRef.clear();
693
- this.rowDefMap = {};
694
- this.rowDefInstances = {};
695
- },
696
- generateCustomExpressions: (rowData, index, summaryRow) => {
697
- const row = this.getClonedRowObject(rowData);
698
- const compileTemplate = (tmpl) => {
699
- if (!tmpl) {
700
- return;
701
- }
702
- const colDef = {};
703
- const context = {
704
- row,
705
- colDef
706
- };
707
- this.addEventsToContext(context);
708
- const customExprView = this.customExprViewRef.createEmbeddedView(tmpl, context);
709
- const rootNode = customExprView.rootNodes[0];
710
- const fieldName = rootNode.getAttribute('data-col-identifier');
711
- lodashEs.extend(colDef, this.columns[fieldName]);
712
- if (!summaryRow) {
713
- this.customExprCompiledTl[fieldName + index] = rootNode;
714
- }
715
- else {
716
- this.customExprCompiledSummaryTl[fieldName + index] = rootNode;
717
- }
718
- };
719
- if (this.isdynamictable) {
720
- this.fieldDefs.forEach(col => {
721
- compileTemplate(col.customExprTmpl);
722
- });
723
- return;
724
- }
725
- // For all the columns inside the table, generate the custom expression
726
- this.customExprTmpl.forEach(compileTemplate.bind(this));
727
- },
728
- generateRowExpansionCell: (rowData, index) => {
729
- const row = this.getClonedRowObject(rowData);
730
- // For all the columns inside the table, generate the inline widget
731
- this.rowExpansionActionTmpl.forEach((tmpl) => {
732
- this.rowExpansionActionTl[index] = this.rowExpansionActionViewRef.createEmbeddedView(tmpl, { row }).rootNodes;
733
- });
734
- },
735
- getRowExpansionAction: (index) => {
736
- return this.rowExpansionActionTl[index];
737
- },
738
- generateRowDetailView: ($event, rowData, rowId, $target, $overlay, callback) => {
739
- const row = this.getClonedRowObject(rowData);
740
- const rowDef = i2.getClonedObject(this.rowDef);
741
- if (this.rowInstance.invokeEventCallback('beforerowexpand', { $event, $data: rowDef, row }) === false) {
742
- return;
743
- }
744
- if (!rowDef.content) {
745
- return;
746
- }
747
- // Expand the row detail
748
- callback();
749
- // Row is already rendered. Return here
750
- if (this.rowDefMap[rowId] && this.rowDefMap[rowId].content === rowDef.content) {
751
- this.rowInstance.invokeEventCallback('rowexpand', { $event, row, $data: this.rowDefInstances[rowId] });
752
- return;
753
- }
754
- this.rowDefMap[rowId] = rowDef;
755
- $target.empty();
756
- $target.hide();
757
- $overlay.show();
758
- const context = {
759
- row,
760
- rowDef,
761
- containerLoad: (widget) => {
762
- setTimeout(() => {
763
- $overlay.hide();
764
- $target.show();
765
- this.rowDefInstances[rowId] = widget;
766
- this.rowInstance.invokeEventCallback('rowexpand', { $event, row, $data: widget });
767
- }, 500);
768
- }
769
- };
770
- const rootNode = this.rowDetailViewRef.createEmbeddedView(this.rowExpansionTmpl, context).rootNodes[0];
771
- $target[0].appendChild(rootNode);
772
- i2.$appDigest();
773
- },
774
- onBeforeRowCollapse: ($event, row, rowId) => {
775
- return this.rowInstance.invokeEventCallback('beforerowcollapse', { $event, row, $data: this.rowDefInstances[rowId] });
776
- },
777
- onRowCollapse: ($event, row) => {
778
- this.rowInstance.invokeEventCallback('rowcollapse', { $event, row });
779
- },
780
- getCustomExpression: (fieldName, index, summaryRow) => {
781
- let customExpression;
782
- if (!summaryRow) {
783
- customExpression = this.customExprCompiledTl[fieldName + index];
784
- }
785
- else {
786
- customExpression = this.customExprCompiledSummaryTl[fieldName + index];
787
- }
788
- return customExpression || '';
789
- },
790
- clearRowActions: () => {
791
- this.rowActionsViewRef.clear();
792
- this.rowActionsCompiledTl = {};
793
- this.rowExpansionActionViewRef.clear();
794
- this.rowExpansionActionTl = {};
795
- },
796
- generateRowActions: (rowData, index) => {
797
- const row = this.getClonedRowObject(rowData);
798
- this.rowActionsCompiledTl[index] = [];
799
- // For all the columns inside the table, generate the inline widget
800
- this.rowActionTmpl.forEach((tmpl) => {
801
- this.rowActionsCompiledTl[index].push(...this.rowActionsViewRef.createEmbeddedView(tmpl, { row }).rootNodes);
802
- });
803
- },
804
- getRowAction: (index) => {
805
- return this.rowActionsCompiledTl[index];
806
- },
807
- generateInlineEditRow: (rowData, alwaysNewRow) => {
808
- const row = this.getClonedRowObject(rowData);
809
- if (alwaysNewRow) {
810
- // Clear the view container ref
811
- this.inlineEditNewViewRef.clear();
812
- this.inlineNewCompliedTl = {};
813
- // For all the columns inside the table, generate the inline widget
814
- this.inlineWidgetNewTmpl.forEach(tmpl => {
815
- let fieldName;
816
- const context = {
817
- row,
818
- getControl: () => {
819
- return this.ngform.controls[fieldName + '_new'] || {};
820
- },
821
- getValidationMessage: () => {
822
- return this.columns[fieldName] && this.columns[fieldName].validationmessage;
823
- },
824
- getPendingSpinnerStatusNew: () => {
825
- return this.columns[fieldName] && this.columns[fieldName].showPendingSpinnerNew;
826
- }
827
- };
828
- const rootNode = this.inlineEditNewViewRef.createEmbeddedView(tmpl, context).rootNodes[0];
829
- fieldName = rootNode.getAttribute('data-col-identifier');
830
- this.inlineNewCompliedTl[fieldName] = rootNode;
831
- });
832
- this.clearForm(true);
833
- return;
834
- }
835
- // Clear the view container ref
836
- this.inlineEditViewRef.clear();
837
- this.inlineCompliedTl = {};
838
- this.clearForm();
839
- // For all the columns inside the table, generate the inline widget
840
- this.inlineWidgetTmpl.forEach(tmpl => {
841
- let fieldName;
842
- const context = {
843
- row,
844
- getControl: () => {
845
- return this.ngform.controls[fieldName] || {};
846
- },
847
- getValidationMessage: () => {
848
- return this.columns[fieldName] && this.columns[fieldName].validationmessage;
849
- },
850
- getPendingSpinnerStatus: () => {
851
- return this.columns[fieldName] && this.columns[fieldName].showPendingSpinner;
852
- }
853
- };
854
- const rootNode = this.inlineEditViewRef.createEmbeddedView(tmpl, context).rootNodes[0];
855
- fieldName = rootNode.getAttribute('data-col-identifier');
856
- this.inlineCompliedTl[fieldName] = rootNode;
857
- });
858
- },
859
- getInlineEditWidget: (fieldName, value, alwaysNewRow) => {
860
- if (alwaysNewRow) {
861
- this.gridOptions.setFieldValue(fieldName + '_new', value);
862
- return this.inlineNewCompliedTl[fieldName];
863
- }
864
- this.gridOptions.setFieldValue(fieldName, value);
865
- return this.inlineCompliedTl[fieldName];
866
- },
867
- setFieldValue: (fieldName, value) => {
868
- const control = this.ngform.controls && this.ngform.controls[fieldName];
869
- if (control) {
870
- control.setValue(value);
871
- }
872
- },
873
- getFieldValue: fieldName => {
874
- const control = this.ngform.controls && this.ngform.controls[fieldName];
875
- return control && control.value;
876
- },
877
- // function to add load more button to table
878
- addLoadMoreBtn: () => {
879
- this.callDataGridMethod('addLoadMoreBtn', this.ondemandmessage, this.loadingdatamsg, ($event) => {
880
- this.gridOptions.setIsNextPageData(true);
881
- this.gridOptions.setIsDataUpdatedByUser(false);
882
- if (this.gridOptions.mode === 'viewless') {
883
- this.dataNavigator.navigatePage('first', $event, true);
884
- this.gridOptions.mode = '';
885
- }
886
- else {
887
- this.dataNavigator.navigatePage('next', $event);
888
- this.isDataLoading = true;
889
- }
890
- }, this.infScroll);
891
- },
892
- // function to bind scroll event
893
- bindScrollEvt: () => {
894
- if (this._gridData && this._gridData.length && this.infScroll) {
895
- // smoothscroll events will be binded.
896
- // Added timeout as the table html is rendered at runtime
897
- setTimeout(() => {
898
- this.paginationService.bindScrollEvt(this, 'tbody', i4.DEBOUNCE_TIMES.PAGINATION_DEBOUNCE_TIME);
899
- }, 0);
900
- }
901
- },
902
- generateFilterRow: () => {
903
- // Clear the view container ref
904
- this.filterViewRef.clear();
905
- this.rowFilterCompliedTl = {};
906
- // For all the columns inside the table, generate the compiled filter template
907
- this.filterTmpl.forEach((tmpl) => {
908
- const rootNode = this.filterViewRef.createEmbeddedView(tmpl, {
909
- changeFn: this.onRowFilterChange.bind(this),
910
- isDisabled: (fieldName) => {
911
- return this.emptyMatchModes.indexOf(this.rowFilter[fieldName] && this.rowFilter[fieldName].matchMode) > -1;
912
- }
913
- }).rootNodes[0];
914
- this.rowFilterCompliedTl[rootNode.getAttribute('data-col-identifier')] = rootNode;
915
- });
916
- },
917
- getFilterWidget: (fieldName) => {
918
- // Move the generated filter template to the filter row
919
- return this.rowFilterCompliedTl[fieldName];
920
- },
921
- setGridEditMode: (val) => {
922
- this.ngZone.run(() => {
923
- this.isGridEditMode = val;
924
- i2.$appDigest();
925
- });
926
- },
927
- setGridState: (val) => {
928
- this.isLoading = val === 'loading';
929
- },
930
- /*
931
- set actionRowIndex and actionRowPage values
932
- actionRowIndex will have the row index in the dataset on which edit/delete operation is being performed
933
- actionRowPage will have page number in which the action row index is present
934
- */
935
- setActionRowIndex: (val) => {
936
- if (this.gridOptions.isNavTypeScrollOrOndemand()) {
937
- this.actionRowIndex = parseInt(val);
938
- this.setDataGridOption('actionRowIndex', this.actionRowIndex);
939
- if (!lodashEs.isNaN(this.actionRowIndex)) {
940
- this.actionRowPage = Math.floor(this.actionRowIndex / this.pagesize) + 1;
941
- this.setDataGridOption('actionRowPage', this.actionRowPage || this.gridOptions.actionRowPage);
942
- }
943
- }
944
- },
945
- clearActionRowIndex: () => {
946
- if (!this.isRowDeleted && (this.infScroll || this.onDemandLoad)) {
947
- this.clearActionRowVars();
948
- }
949
- },
950
- noChangesDetected: () => {
951
- this.toggleMessage(true, 'info', 'No Changes Detected', '');
952
- },
953
- // Function to redraw the widgets on resize of columns
954
- redrawWidgets: () => {
955
- this.fieldDefs.forEach(col => {
956
- i2.triggerFn(col.inlineInstance && col.inlineInstance.redraw);
957
- i2.triggerFn(col.inlineInstanceNew && col.inlineInstanceNew.redraw);
958
- i2.triggerFn(col.filterInstance && col.filterInstance.redraw);
959
- });
960
- },
961
- searchHandler: this.searchSortHandler.bind(this),
962
- sortHandler: this.searchSortHandler.bind(this),
963
- timeoutCall: (fn, delay) => {
964
- setTimeout(fn, delay);
965
- },
966
- runInNgZone: fn => {
967
- this.ngZone.run(fn);
968
- },
969
- safeApply: () => {
970
- i2.$appDigest();
971
- },
972
- setTouched: (name) => {
973
- const ctrl = this.ngform.controls[name];
974
- if (ctrl) {
975
- ctrl.markAsTouched();
976
- }
977
- },
978
- clearForm: this.clearForm.bind(this),
979
- callLoadInlineWidgetData: () => {
980
- this.fullFieldDefs.forEach(col => {
981
- if (lodashEs.isUndefined(col.isDataSetBound)) {
982
- i2.triggerFn(col.loadInlineWidgetData && col.loadInlineWidgetData.bind(col));
983
- }
984
- });
985
- },
986
- // Function to apply validators to Inline form controls
987
- applyValidations: (col, alwaysNewRow) => {
988
- if (alwaysNewRow) {
989
- i2.triggerFn(col.applyNewRowValidations && col.applyNewRowValidations.bind(col));
990
- }
991
- else {
992
- i2.triggerFn(col.applyValidations && col.applyValidations.bind(col));
993
- }
994
- },
995
- // Function to remove validators and set form state to untouched for inline form control
996
- removeValidations: (alwaysNewRow) => {
997
- this.fullFieldDefs.forEach(col => {
998
- if (!col.readonly && col.binding !== 'rowOperations') {
999
- if (alwaysNewRow) {
1000
- i2.triggerFn(col.removeNewRowValidations && col.removeNewRowValidations.bind(col));
1001
- }
1002
- else {
1003
- i2.triggerFn(col.removeValidations && col.removeValidations.bind(col));
1004
- }
1005
- }
1006
- });
1007
- }
1008
- };
1009
- this._selectedItemsExist = false;
1010
- this._onChange = () => { };
1011
- this._onTouched = () => { };
1012
- i4.styler(this.nativeElement, this);
1013
- this.ngform = fb.group({});
1014
- this.addEventsToContext(this.context);
1015
- const listenersToRemove = [
1016
- // Updates pagination, filter, sort etc options for service and crud variables
1017
- this.app.subscribe('check-state-persistence-options', options => {
1018
- let dataSourceName = lodashEs.get(this.datasource, 'name');
1019
- // in Prefabs, this.datasource is not resolved at the time of variable invocation, so additional check is required.
1020
- if (!dataSourceName) {
1021
- dataSourceName = i4.extractDataSourceName(this.binddatasource);
1022
- }
1023
- if (lodashEs.get(options, 'variable.name') !== dataSourceName) {
1024
- return;
1025
- }
1026
- if (this._pageLoad && this.getConfiguredState() !== 'none') {
1027
- this._pageLoad = false;
1028
- const widgetState = this.statePersistence.getWidgetState(this);
1029
- if (widgetState) {
1030
- options = this.handleStateParams(widgetState, options);
1031
- }
1032
- else {
1033
- this.setDataGridOption('selectFirstRow', this.gridfirstrowselect);
1034
- }
1035
- }
1036
- }),
1037
- // Show loading status based on the variable life cycle
1038
- this.app.subscribe('toggle-variable-state', options => {
1039
- if (this.datasource && this.datasource.execute(i2.DataSource.Operation.IS_API_AWARE) && i2.isDataSourceEqual(options.variable, this.datasource)) {
1040
- if (this._pageLoad && this.getConfiguredState() !== 'none') {
1041
- this._pageLoad = false;
1042
- const widgetState = this.statePersistence.getWidgetState(this);
1043
- if (widgetState) {
1044
- options = this.handleStateParams(widgetState, options);
1045
- }
1046
- else {
1047
- this.setDataGridOption('selectFirstRow', this.gridfirstrowselect);
1048
- }
1049
- }
1050
- i2.isDefined(this.variableInflight) ? this.debouncedHandleLoading(options) : this.handleLoading(options);
1051
- }
1052
- }),
1053
- this.app.subscribe('setup-cud-listener', param => {
1054
- if (this.name !== param) {
1055
- return;
1056
- }
1057
- this._isDependent = true;
1058
- this.selectedItemChange$
1059
- .pipe(operators.debounceTime(250))
1060
- .subscribe(this.triggerWMEvent.bind(this));
1061
- })
1062
- ];
1063
- listenersToRemove.forEach(l => this.registerDestroyListener(l));
1064
- this.deleteoktext = this.appLocale.LABEL_OK;
1065
- this.deletecanceltext = this.appLocale.LABEL_CANCEL;
1066
- }
1067
- ngAfterContentInit() {
1068
- super.ngAfterContentInit();
1069
- this.headerConfig = this.headerConfig.filter(this.filterEmptyValues.bind(this));
1070
- lodashEs.remove(this.fieldDefs, f => f === undefined);
1071
- const runModeInitialProperties = {
1072
- showrowindex: 'showRowIndex',
1073
- multiselect: 'multiselect',
1074
- radioselect: 'showRadioColumn',
1075
- filternullrecords: 'filterNullRecords',
1076
- enablesort: 'enableSort',
1077
- showheader: 'showHeader',
1078
- enablecolumnselection: 'enableColumnSelection',
1079
- shownewrow: 'showNewRow',
1080
- gridfirstrowselect: 'selectFirstRow'
1081
- };
1082
- if (this._liveTableParent) {
1083
- this.isPartOfLiveGrid = true;
1084
- }
1085
- if (this.readonlygrid || !this.editmode) {
1086
- if (this.readonlygrid === 'true') {
1087
- this.editmode = '';
1088
- }
1089
- else {
1090
- if (this.isPartOfLiveGrid) {
1091
- this.editmode = this.isPartOfLiveGrid.formlayout === 'inline' ? i4.EDIT_MODE.FORM : i4.EDIT_MODE.DIALOG;
1092
- }
1093
- else {
1094
- this.editmode = this.readonlygrid ? i4.EDIT_MODE.INLINE : '';
1095
- }
1096
- }
1097
- }
1098
- this.gridOptions.colDefs = this.fullFieldDefs;
1099
- this.gridOptions.rowActions = this.rowActions;
1100
- this.gridOptions.headerConfig = this.headerConfig;
1101
- this.gridOptions.rowClass = this.rowclass;
1102
- this.gridOptions.editmode = this.editmode;
1103
- this.gridOptions.formPosition = this.formposition;
1104
- this.gridOptions.filtermode = this.filtermode;
1105
- this.gridOptions.filteronkeypress = this.filteronkeypress;
1106
- this.gridOptions.searchLabel = this.searchlabel;
1107
- this.gridOptions.isMobile = i2.isMobile();
1108
- this.gridOptions.name = this.name;
1109
- this.gridOptions.securityUtils.pipeTransform = this.trustAsPipe;
1110
- this.gridOptions.navigation = this.navigation;
1111
- this.gridOptions.isdynamictable = this.isdynamictable;
1112
- this.gridOptions.showviewlessbutton = this.showviewlessbutton;
1113
- this.gridOptions.ondemandmessage = this.ondemandmessage;
1114
- this.gridOptions.viewlessmessage = this.viewlessmessage;
1115
- this.gridOptions.loadingdatamsg = this.loadingdatamsg;
1116
- // When loadondemand property is enabled(deferload="true") and show is true, only the column titles of the datatable are rendered, the data(body of the datatable) is not at all rendered.
1117
- // Because the griddata is setting before the datatable dom is rendered but we are sending empty data to the datatable.
1118
- if (!lodashEs.isEmpty(this.gridData)) {
1119
- this.gridOptions.data = i2.getClonedObject(this.gridData);
1120
- }
1121
- this.gridOptions.messages = {
1122
- 'selectField': this.appLocale.MESSAGE_SELECT_FIELD
1123
- };
1124
- this.datagridElement = $(this._tableElement.nativeElement);
1125
- this.gridElement = this.$element;
1126
- this.$element.css({ 'position': 'relative' });
1127
- lodashEs.forEach(runModeInitialProperties, (value, key) => {
1128
- if (i2.isDefined(this[key])) {
1129
- this.gridOptions[value] = (this[key] === 'true' || this[key] === true);
1130
- }
1131
- });
1132
- if (this.statehandler !== 'none') {
1133
- this.gridOptions['selectFirstRow'] = false;
1134
- }
1135
- this.renderOperationColumns();
1136
- this.gridOptions.colDefs = this.fieldDefs;
1137
- this.datagridElement.datatable(this.gridOptions);
1138
- this.callDataGridMethod('setStatus', 'loading', this.loadingdatamsg);
1139
- // if(this.gridOptions.data.length || this.variableInflight) {
1140
- // this.callDataGridMethod('setStatus', 'loading', this.loadingdatamsg);
1141
- // } else {
1142
- // this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
1143
- // }
1144
- this.applyProps.forEach(args => this.callDataGridMethod(...args));
1145
- if (this.editmode === i4.EDIT_MODE.QUICK_EDIT) {
1146
- this.documentClickBind = this._documentClickBind.bind(this);
1147
- document.addEventListener('click', this.documentClickBind);
1148
- }
1149
- }
1150
- getConfiguredState() {
1151
- const mode = this.statePersistence.computeMode(this.statehandler);
1152
- return mode && mode.toLowerCase();
1153
- }
1154
- handleStateParams(widgetState, options) {
1155
- if (lodashEs.get(widgetState, 'selectedItem')) {
1156
- this._selectedItemsExist = true;
1157
- }
1158
- options.options = options.options || {};
1159
- if (lodashEs.get(widgetState, 'pagination')) {
1160
- options.options.page = widgetState.pagination;
1161
- if (lodashEs.get(widgetState, 'sort')) {
1162
- this.sortStateHandler(widgetState);
1163
- options.options.orderBy = lodashEs.get(widgetState, 'sort.field') + ' ' + lodashEs.get(widgetState, 'sort.direction');
1164
- }
1165
- if (lodashEs.get(widgetState, 'search')) {
1166
- setTimeout(() => {
1167
- this.searchStateHandler(widgetState);
1168
- }, 500);
1169
- options.options.filterFields = this.getFilterFields(widgetState.search);
1170
- }
1171
- }
1172
- else {
1173
- options.options.page = 1;
1174
- if (lodashEs.get(widgetState, 'search')) {
1175
- setTimeout(() => {
1176
- this.searchStateHandler(widgetState);
1177
- }, 500);
1178
- options.options.filterFields = this.getFilterFields(widgetState.search);
1179
- }
1180
- if (lodashEs.get(widgetState, 'sort')) {
1181
- this.sortStateHandler(widgetState);
1182
- options.options.orderBy = lodashEs.get(widgetState, 'sort.field') + ' ' + lodashEs.get(widgetState, 'sort.direction');
1183
- }
1184
- }
1185
- return options;
1186
- }
1187
- triggerWMEvent(newVal) {
1188
- if (this.editmode === 'dialog') {
1189
- return;
1190
- }
1191
- i2.$invokeWatchers(true);
1192
- this.app.notify('wm-event', { eventName: 'selectedItemChange', widgetName: this.name, row: newVal, table: this });
1193
- }
1194
- sortStateHandler(widgetState) {
1195
- const $gridElement = this.datagridElement;
1196
- const $sortIcon = $gridElement.find('th[data-col-field="' + lodashEs.get(widgetState, 'sort.field') + '"] .sort-icon');
1197
- if (lodashEs.get(widgetState, 'sort.direction') === 'asc' && $sortIcon.length) {
1198
- $sortIcon.addClass('asc wi wi-long-arrow-up');
1199
- }
1200
- else if (lodashEs.get(widgetState, 'sort.direction') === 'desc' && $sortIcon.length) {
1201
- $sortIcon.addClass('desc wi wi-long-arrow-down');
1202
- }
1203
- }
1204
- searchStateHandler(widgetState) {
1205
- if (lodashEs.isArray(widgetState.search)) {
1206
- lodashEs.forEach(widgetState.search, (filterObj) => {
1207
- if (this.rowFilter[filterObj.field]) {
1208
- this.rowFilter[filterObj.field].value = filterObj.value;
1209
- this.rowFilter[filterObj.field].matchMode = filterObj.matchMode;
1210
- this.rowFilter[filterObj.field].type = filterObj.type;
1211
- if ($(this.rowFilterCompliedTl[filterObj.field]).length) {
1212
- filterObj.type === 'integer' ? parseInt(filterObj.value) : filterObj.value;
1213
- $(this.rowFilterCompliedTl[filterObj.field]).find('input').val(filterObj.value);
1214
- }
1215
- }
1216
- });
1217
- }
1218
- else {
1219
- const $gridElement = this.datagridElement;
1220
- $gridElement.find('[data-element="dgSearchText"]').val(widgetState.search.value);
1221
- $gridElement.find('[data-element="dgFilterValue"]').val(widgetState.search.field);
1222
- }
1223
- }
1224
- // removes empty values in headerConfig array.
1225
- filterEmptyValues(item) {
1226
- if (item.columns) {
1227
- item.columns = item.columns.filter(this.filterEmptyValues.bind(this));
1228
- }
1229
- return item !== undefined;
1230
- }
1231
- // Compares the prevFilterCriteria Rules with the new rules
1232
- compareFilterExpressions(prevFilters, newFilters) {
1233
- return !!((prevFilters.length === newFilters.length) && (lodashEs.isEqual(prevFilters, newFilters)));
1234
- }
1235
- // Set the table lastActionPerformed to Filter Criteria and maintain the prevFilterExpression
1236
- setLastActionToFilterCriteria() {
1237
- this.prevFilterExpression = lodashEs.get(this.datasource, 'filterExpressions.rules') ? i2.getClonedObject(this.datasource.filterExpressions.rules) : i2.getClonedObject([].concat(this.datasource.dataBinding));
1238
- this.gridOptions.setLastActionPerformed(this.gridOptions.ACTIONS.FILTER_CRITERIA);
1239
- this.gridOptions.setIsSearchTrigerred(true);
1240
- }
1241
- // Set the table lastActionPerformed to Dataset update and set isDatasetUpdated to true
1242
- // Fix for [WMS-22323]-this method is called when dataset is being updated
1243
- setLastActionToDatasetUpdate() {
1244
- this.gridOptions.setLastActionPerformed(this.gridOptions.ACTIONS.DATASET_UPDATE);
1245
- // Fix for [WMS-23263]: reset currentPage to 1 as dataset is being changed
1246
- this.gridOptions.setCurrentPage(1);
1247
- this.gridOptions.setIsDatasetUpdated(true);
1248
- }
1249
- // Update the lastActionPerformed to Filter_Criteria, when there is change in the Variable filter criteria rules
1250
- checkIfVarFiltersApplied() {
1251
- if (!lodashEs.isEmpty(lodashEs.get(this.datasource, 'filterExpressions.rules')) || !lodashEs.isEmpty(lodashEs.get(this.datasource, 'dataBinding'))) {
1252
- const currentFilterExpr = lodashEs.get(this.datasource, 'filterExpressions.rules') ? this.datasource.filterExpressions.rules : [].concat(this.datasource.dataBinding);
1253
- const isEqual = this.compareFilterExpressions(this.prevFilterExpression, currentFilterExpr);
1254
- if (!isEqual) {
1255
- this.setLastActionToFilterCriteria();
1256
- }
1257
- }
1258
- }
1259
- watchVariableDataSet(newVal) {
1260
- let result;
1261
- // Check for Variable filters if applied
1262
- if (this.gridOptions.isNavTypeScrollOrOndemand()) {
1263
- this.checkIfVarFiltersApplied();
1264
- }
1265
- // State handling for static variables
1266
- if (lodashEs.get(this.datasource, 'category') === 'wm.Variable' && this._pageLoad && this.getConfiguredState() !== 'none') {
1267
- const widgetState = this.statePersistence.getWidgetState(this);
1268
- this._pageLoad = false;
1269
- if (lodashEs.get(widgetState, 'selectedItem')) {
1270
- this._selectedItemsExist = true;
1271
- }
1272
- else {
1273
- this.setDataGridOption('selectFirstRow', this.gridfirstrowselect);
1274
- }
1275
- if (lodashEs.get(widgetState, 'search')) {
1276
- this.searchStateHandler(widgetState);
1277
- this.searchSortHandler(widgetState.search, undefined, 'search', true);
1278
- }
1279
- if (lodashEs.get(widgetState, 'sort')) {
1280
- this.searchSortHandler(widgetState.sort, undefined, 'sort', true);
1281
- this.sortStateHandler(widgetState);
1282
- }
1283
- if (lodashEs.get(widgetState, 'pagination')) {
1284
- this.dataNavigator.pageChanged({ page: widgetState.pagination }, true);
1285
- }
1286
- }
1287
- // After the setting the watch on navigator, dataset is triggered with undefined. In this case, return here.
1288
- if (this.dataNavigatorWatched && lodashEs.isUndefined(newVal) && this.__fullData) {
1289
- return;
1290
- }
1291
- // If variable is in loading state, show loading icon
1292
- if (this.variableInflight && !this.infScroll) {
1293
- this.callDataGridMethod('setStatus', 'loading', this.loadingdatamsg);
1294
- }
1295
- result = i2.getValidJSON(newVal);
1296
- // Converting newval to object if it is an Object that comes as a string "{"data" : 1}"
1297
- if (result) {
1298
- newVal = result;
1299
- }
1300
- const sortExp = this.getSortExpr();
1301
- const sortExpArr = sortExp.split(' ');
1302
- if (sortExp && sortExpArr.length) {
1303
- this.sortInfo = {
1304
- direction: sortExpArr[1],
1305
- field: sortExpArr[0]
1306
- };
1307
- }
1308
- /*Return if data is invalid.*/
1309
- if (!this.isDataValid()) {
1310
- return;
1311
- }
1312
- // If value is empty or in studio mode, dont enable the navigation
1313
- if (newVal) {
1314
- if (this.shownavigation && !this.dataNavigatorWatched) {
1315
- this.enablePageNavigation();
1316
- return;
1317
- }
1318
- }
1319
- else {
1320
- this.resetPageNavigation();
1321
- // If the dataset is undefined or empty or table is bound to static variable then set variableInflight to false inorder to update the status
1322
- if (newVal === '' || newVal === undefined || lodashEs.get(this.datasource, 'category') === 'wm.Variable') {
1323
- this.variableInflight = false;
1324
- }
1325
- /*for run mode, disabling the loader and showing no data found message if dataset is not valid*/
1326
- if (!this.variableInflight) {
1327
- this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
1328
- }
1329
- this.setDataGridOption('selectFirstRow', this.gridfirstrowselect);
1330
- }
1331
- if (!this.isNavigationEnabled() && newVal) {
1332
- this.checkFiltersApplied(this.getSortExpr());
1333
- }
1334
- // @ts-ignore
1335
- if (!lodashEs.isObject(newVal) || newVal === '' || (newVal && newVal.dataValue === '')) {
1336
- if (!this.variableInflight) {
1337
- // If variable has finished loading and resultSet is empty, ender empty data
1338
- this.setGridData([]);
1339
- }
1340
- return;
1341
- }
1342
- if (newVal) {
1343
- this.populateGridData(newVal);
1344
- }
1345
- }
1346
- ngOnDestroy() {
1347
- document.removeEventListener('click', this.documentClickBind);
1348
- if (this.navigatorResultWatch) {
1349
- this.navigatorResultWatch.unsubscribe();
1350
- }
1351
- if (this.navigatorMaxResultWatch) {
1352
- this.navigatorMaxResultWatch.unsubscribe();
1353
- }
1354
- super.ngOnDestroy();
1355
- }
1356
- addRowIndex(row) {
1357
- const rowData = i2.getClonedObject(row);
1358
- const rowIndex = lodashEs.indexOf(this.gridOptions.data, row);
1359
- if (rowIndex < 0) {
1360
- return row;
1361
- }
1362
- rowData.$index = rowIndex + 1;
1363
- rowData.$isFirst = rowData.$index === 1;
1364
- rowData.$isLast = this.gridData.length === rowData.$index;
1365
- return rowData;
1366
- }
1367
- addEventsToContext(context) {
1368
- context.addNewRow = () => this.addNewRow();
1369
- context.deleteRow = () => this.deleteRow();
1370
- context.editRow = () => this.editRow();
1371
- }
1372
- execute(operation, options) {
1373
- if ([i2.DataSource.Operation.IS_API_AWARE, i2.DataSource.Operation.IS_PAGEABLE, i2.DataSource.Operation.SUPPORTS_SERVER_FILTER].includes(operation)) {
1374
- return false;
1375
- }
1376
- return this.datasource ? this.datasource.execute(operation, options) : {};
1377
- }
1378
- isNavigationEnabled() {
1379
- return this.shownavigation && this.dataNavigator && this.dataNavigatorWatched;
1380
- }
1381
- getClonedRowObject(rowData) {
1382
- const row = i2.getClonedObject(rowData);
1383
- row.getProperty = field => {
1384
- return lodashEs.get(row, field);
1385
- };
1386
- row.$isFirst = row.$index === 1;
1387
- row.$isLast = this.gridData.length === row.$index;
1388
- delete row.$$index;
1389
- delete row.$$pk;
1390
- return row;
1391
- }
1392
- handleLoading(data) {
1393
- this.variableInflight = data.active;
1394
- // based on the active state and response toggling the 'loading data...' and 'no data found' messages.
1395
- if (data.active) {
1396
- this.callDataGridMethod('setStatus', 'loading', this.loadingdatamsg);
1397
- }
1398
- else {
1399
- // If grid is in edit mode or grid has data, dont show the no data message
1400
- if (!this.isGridEditMode && lodashEs.isEmpty(this.dataset)) {
1401
- this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
1402
- }
1403
- else {
1404
- this.callDataGridMethod('setStatus', 'ready');
1405
- }
1406
- }
1407
- }
1408
- setDisabledOnField(operation, colDef, widgetType) {
1409
- if (operation !== 'new' && colDef['primary-key'] && colDef.generator === 'assigned' && !colDef['related-entity-name'] && !colDef.period) {
1410
- colDef[widgetType].disabled = true;
1411
- }
1412
- }
1413
- resetFormControl(ctrl) {
1414
- ctrl.markAsUntouched();
1415
- ctrl.markAsPristine();
1416
- }
1417
- clearForm(newRow) {
1418
- const ctrls = this.ngform.controls;
1419
- lodashEs.keys(this.ngform.controls).forEach(key => {
1420
- // If new row, clear the controls in the new row. Else, clear the controls in edit row
1421
- if (!key.endsWith('_filter') && ((key.endsWith('_new') && newRow) || (!key.endsWith('_new') && !newRow))) {
1422
- ctrls[key].setValue('');
1423
- this.resetFormControl(ctrls[key]);
1424
- }
1425
- });
1426
- }
1427
- showFieldBasedOnScreenType(field) {
1428
- let showField;
1429
- if (i2.isMobile() && this.viewport.isMobileType) {
1430
- showField = field.mobileDisplay;
1431
- }
1432
- else if (this.viewport.isTabletType) {
1433
- showField = field.tabletDisplay;
1434
- }
1435
- else {
1436
- showField = field.pcDisplay;
1437
- }
1438
- return showField;
1439
- }
1440
- /* Check whether it is non-empty row. */
1441
- isEmptyRecord(record) {
1442
- const properties = Object.keys(record);
1443
- let data, isDisplayed;
1444
- return properties.every((prop, index) => {
1445
- data = record[prop];
1446
- /* If fieldDefs are missing, show all columns in data. */
1447
- isDisplayed = (this.fieldDefs.length && i2.isDefined(this.fieldDefs[index]) && this.showFieldBasedOnScreenType(this.fieldDefs[index])) || true;
1448
- /*Validating only the displayed fields*/
1449
- if (isDisplayed) {
1450
- return (data === null || data === undefined || data === '');
1451
- }
1452
- return true;
1453
- });
1454
- }
1455
- /* Function to remove the empty data. */
1456
- removeEmptyRecords(serviceData) {
1457
- const allRecords = serviceData;
1458
- let filteredData = [];
1459
- if (allRecords && allRecords.length) {
1460
- /*Comparing and pushing the non-empty data columns*/
1461
- filteredData = allRecords.filter(record => {
1462
- return record && !this.isEmptyRecord(record);
1463
- });
1464
- }
1465
- return filteredData;
1466
- }
1467
- setGridData(serverData) {
1468
- const data = this.filternullrecords ? this.removeEmptyRecords(serverData) : serverData;
1469
- // fix for [WMS-24012] set variableinflight flag to false for static variables
1470
- // If the table is bound to some widget and not bound to any variable (ex: Table1.selectedItem) then set variableInflight to false
1471
- if (lodashEs.get(this.datasource, 'category') === 'wm.Variable' || lodashEs.get(this.datasource, 'category') === undefined) {
1472
- this.variableInflight = false;
1473
- }
1474
- if (!this.variableInflight) {
1475
- if (data && (data.length) === 0) {
1476
- this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
1477
- }
1478
- else {
1479
- this.callDataGridMethod('setStatus', 'ready');
1480
- }
1481
- }
1482
- this.gridData = data;
1483
- }
1484
- setDataGridOption(optionName, newVal, forceSet = false) {
1485
- if (!this.datagridElement || !this.datagridElement.datatable || !this.datagridElement.datatable('instance')) {
1486
- return;
1487
- }
1488
- const option = {};
1489
- if (i2.isDefined && (!lodashEs.isEqual(newVal, this.gridOptions[optionName]) || forceSet)) {
1490
- option[optionName] = newVal;
1491
- this.datagridElement.datatable('option', option);
1492
- this.gridOptions[optionName] = newVal;
1493
- }
1494
- }
1495
- callDataGridMethod(...args) {
1496
- if (!this.datagridElement || !this.datagridElement.datatable('instance')) {
1497
- this.applyProps.set(args[1], args);
1498
- return; // If datagrid is not initiliazed or destroyed, return here
1499
- }
1500
- return this.datagridElement.datatable.apply(this.datagridElement, args);
1501
- }
1502
- renderOperationColumns() {
1503
- let rowActionCol, insertPosition;
1504
- const rowOperationsColumn = i4.getRowOperationsColumn(), config = {
1505
- 'name': rowOperationsColumn.field,
1506
- 'field': rowOperationsColumn.field,
1507
- 'isPredefined': true
1508
- };
1509
- // Return if no fieldDefs are present
1510
- if (!this.fieldDefs.length) {
1511
- return;
1512
- }
1513
- rowActionCol = lodashEs.find(this.fullFieldDefs, { 'field': ROW_OPS_FIELD, type: 'custom' }); // Check if column is fetched from markup
1514
- lodashEs.remove(this.fieldDefs, { type: 'custom', field: ROW_OPS_FIELD }); // Removing operations column
1515
- lodashEs.remove(this.headerConfig, { field: rowOperationsColumn.field });
1516
- /*Add the column for row operations only if at-least one operation has been enabled.*/
1517
- if (this.rowActions.length) {
1518
- if (rowActionCol) { // If column is present in markup, push the column or push the default column
1519
- insertPosition = rowActionCol.rowactionsposition ? lodashEs.toNumber(rowActionCol.rowactionsposition) : this.fieldDefs.length;
1520
- this.fieldDefs.splice(insertPosition, 0, rowActionCol);
1521
- if (insertPosition === 0) {
1522
- this.headerConfig.unshift(config);
1523
- }
1524
- else {
1525
- this.headerConfig.push(config);
1526
- }
1527
- }
1528
- else {
1529
- this.fieldDefs.push(rowOperationsColumn);
1530
- this.headerConfig.push(config);
1531
- }
1532
- }
1533
- this.setDataGridOption('headerConfig', this.headerConfig);
1534
- }
1535
- enablePageNavigation() {
1536
- if (this.dataset && this.binddataset && this.dataNavigator) {
1537
- /*Check for sanity*/
1538
- this.dataNavigatorWatched = true;
1539
- if (this.navigatorResultWatch) {
1540
- this.navigatorResultWatch.unsubscribe();
1541
- }
1542
- /*Register a watch on the "result" property of the "dataNavigator" so that the paginated data is displayed in the live-list.*/
1543
- this.navigatorResultWatch = this.dataNavigator.resultEmitter.subscribe((newVal) => {
1544
- /* Check for sanity. */
1545
- if (i2.isDefined(newVal)) {
1546
- // Watch will not be triggered if dataset and new value are equal. So trigger the property change handler manually
1547
- // This happens in case, if dataset is directly updated.
1548
- if (lodashEs.isEqual(this.dataset, newVal)) {
1549
- this.watchVariableDataSet(newVal);
1550
- }
1551
- else {
1552
- if (lodashEs.isArray(newVal)) {
1553
- this.widget.dataset = [].concat(newVal);
1554
- }
1555
- else if (lodashEs.isObject(newVal)) {
1556
- this.widget.dataset = lodashEs.extend({}, newVal);
1557
- }
1558
- else {
1559
- this.widget.dataset = newVal;
1560
- }
1561
- }
1562
- }
1563
- else {
1564
- this.widget.dataset = undefined;
1565
- }
1566
- }, true);
1567
- /*De-register the watch if it is exists */
1568
- if (this.navigatorMaxResultWatch) {
1569
- this.navigatorMaxResultWatch.unsubscribe();
1570
- }
1571
- /*Register a watch on the "maxResults" property of the "dataNavigator" so that the "pageSize" is displayed in the live-list.*/
1572
- this.navigatorMaxResultWatch = this.dataNavigator.maxResultsEmitter.subscribe((newVal) => {
1573
- this.pagesize = newVal;
1574
- });
1575
- // If dataset is a pageable object, data is present inside the content property
1576
- this.__fullData = this.dataset;
1577
- this.dataNavigator.widget.maxResults = this.pagesize || 5;
1578
- this.dataNavigator.options = {
1579
- maxResults: this.pagesize || 5
1580
- };
1581
- this.removePropertyBinding('dataset');
1582
- this.dataNavigator.setBindDataSet(this.binddataset, this.viewParent, this.datasource, this.dataset, this.binddatasource, undefined, this.statehandler);
1583
- }
1584
- }
1585
- resetPageNavigation() {
1586
- /*Check for sanity*/
1587
- if (this.dataNavigator) {
1588
- this.dataNavigator.resetPageNavigation();
1589
- }
1590
- }
1591
- isDataValid() {
1592
- let error;
1593
- const dataset = this.dataset || {};
1594
- /*In case "data" contains "error" & "errorMessage", then display the error message in the grid.*/
1595
- if (dataset.error) {
1596
- error = dataset.error;
1597
- }
1598
- if (dataset.data && dataset.data.error) {
1599
- if (dataset.data.errorMessage) {
1600
- error = dataset.data.errorMessage;
1601
- }
1602
- }
1603
- if (error) {
1604
- this.setGridData([]);
1605
- this.callDataGridMethod('setStatus', 'error', error);
1606
- return false;
1607
- }
1608
- return true;
1609
- }
1610
- // Function to populate the grid with data.
1611
- populateGridData(serviceData) {
1612
- let data;
1613
- serviceData = i4.transformData(serviceData, this.name);
1614
- // Apply filter and sort, if data is refreshed through Refresh data method
1615
- if (!this.isNavigationEnabled() && this._isClientSearch) {
1616
- data = i2.getClonedObject(serviceData);
1617
- data = this.getSearchResult(data, this.filterInfo);
1618
- data = this.getSortResult(data, this.sortInfo);
1619
- this.serverData = data;
1620
- }
1621
- else {
1622
- this.serverData = serviceData;
1623
- }
1624
- // If fielddefs are not present, generate fielddefs from data
1625
- // Removing fielddefs check because When loadondemand property is enabled(deferload="true"), the dataset propertychangehanlder is triggered first before the dom is getting rendered.
1626
- // So at that time fielddefs length is zero, due to this the columns are created dynamically.
1627
- if (this.isdynamictable) {
1628
- this.createGridColumns(this.serverData);
1629
- }
1630
- else {
1631
- this.setGridData(this.serverData);
1632
- }
1633
- if (this.getConfiguredState() !== 'none' && this._selectedItemsExist && serviceData.length) {
1634
- const widgetState = this.statePersistence.getWidgetState(this);
1635
- let currentPageItems;
1636
- if (lodashEs.get(widgetState, 'selectedItem')) {
1637
- currentPageItems = widgetState.selectedItem.filter(val => {
1638
- return val.page === this.dataNavigator.dn.currentPage;
1639
- });
1640
- this._selectedItemsExist = false;
1641
- // if an item is already selected, don't trigger onSelect event for it again
1642
- if (currentPageItems.length && this.selecteditem.length !== widgetState.selectedItem.length) {
1643
- // don't reassign this.selecteditem if selected items already exist.
1644
- if (lodashEs.isArray(this.selecteditem)) {
1645
- currentPageItems.forEach((item) => {
1646
- this.selectItem(item.index, undefined);
1647
- });
1648
- }
1649
- else {
1650
- this.selecteditem = currentPageItems.map(function (val) { return val.index; });
1651
- }
1652
- }
1653
- }
1654
- }
1655
- }
1656
- // Function to generate and compile the form fields from the metadata
1657
- async generateDynamicColumns(columns) {
1658
- this.fieldDefs = []; // empty the form fields
1659
- // empty the filter field template refs.
1660
- this.filterTmpl._results = [];
1661
- if (lodashEs.isEmpty(columns)) {
1662
- return;
1663
- }
1664
- let tmpl = '';
1665
- columns.forEach(col => {
1666
- let attrsTmpl = '';
1667
- let customTmpl = '';
1668
- lodashEs.forEach(col, (val, key) => {
1669
- if (!lodashEs.isUndefined(val) && val !== '') {
1670
- // If custom expression is present, keep it inside table column. Else, keep as attribute
1671
- if (key === 'customExpression') {
1672
- customTmpl = val;
1673
- }
1674
- else {
1675
- attrsTmpl += ` ${key}="${val}"`;
1676
- }
1677
- }
1678
- });
1679
- tmpl += `<wm-table-column ${attrsTmpl} tableName="${this.name}${this.$attrs.get('table_reference')}">${customTmpl}</wm-table-column>`;
1680
- });
1681
- this.dynamicTableRef.clear();
1682
- if (!this._dynamicContext) {
1683
- this._dynamicContext = Object.create(this.viewParent);
1684
- this._dynamicContext[this.getAttr('wmTable')] = this;
1685
- }
1686
- this.noOfColumns = columns.length;
1687
- const componentFactoryRef = await this.dynamicComponentProvider.getComponentFactoryRef('app-table-dynamic-' + this.widgetId, tmpl, {
1688
- noCache: true,
1689
- transpile: true
1690
- });
1691
- const component = this.dynamicTableRef.createComponent(componentFactoryRef, 0, this.inj);
1692
- i2.extendProto(component.instance, this._dynamicContext);
1693
- this.$element.find('.dynamic-table-container')[0].appendChild(component.location.nativeElement);
1694
- }
1695
- prepareColDefs(data) {
1696
- let defaultFieldDefs;
1697
- let properties;
1698
- let columnIndex = 0;
1699
- let headerIndex = 0;
1700
- this.fieldDefs = [];
1701
- this.headerConfig = [];
1702
- this.columns = {};
1703
- /* if properties map is existed then fetch the column configuration for all nested levels using util function */
1704
- properties = data;
1705
- /*call utility function to prepare fieldDefs for grid against given data (A MAX OF 10 COLUMNS ONLY)*/
1706
- defaultFieldDefs = i4.prepareFieldDefs(properties);
1707
- /*append additional properties*/
1708
- lodashEs.forEach(defaultFieldDefs, columnDef => {
1709
- columnDef.binding = columnDef.field;
1710
- columnDef.caption = columnDef.displayName;
1711
- columnDef.pcDisplay = true;
1712
- columnDef.mobileDisplay = true;
1713
- columnDef.tabletDisplay = true;
1714
- columnDef.searchable = true;
1715
- columnDef.showinfilter = true;
1716
- columnDef.type = 'string';
1717
- // Fix for [WMS-19668] and [WMS-19669]- Adding index and headerIndex for Dynamic DB columns.
1718
- // Note: we don't have column groups for Dynamic DB
1719
- columnDef.index = columnIndex;
1720
- columnDef.headerIndex = headerIndex;
1721
- columnIndex++;
1722
- headerIndex++;
1723
- });
1724
- defaultFieldDefs.forEach(col => {
1725
- this.columns[col.field] = col;
1726
- });
1727
- this.invokeEventCallback('beforedatarender', { $data: data, $columns: this.columns, data: data, columns: this.columns });
1728
- defaultFieldDefs = [];
1729
- // Apply the changes made by the user
1730
- lodashEs.forEach(this.columns, val => {
1731
- defaultFieldDefs.push(val);
1732
- });
1733
- this.generateDynamicColumns(defaultFieldDefs);
1734
- }
1735
- createGridColumns(data) {
1736
- /* this call back function receives the data from the variable */
1737
- /* check whether data is valid or not */
1738
- const dataValid = data && !data.error;
1739
- /*if the data is type json object, make it an array of the object*/
1740
- if (dataValid && !lodashEs.isArray(data)) {
1741
- data = [data];
1742
- }
1743
- /* if the data is empty, show nodatamessage */
1744
- if (lodashEs.isEmpty(data)) {
1745
- this.setGridData(data);
1746
- return;
1747
- }
1748
- if (!dataValid) {
1749
- return;
1750
- }
1751
- /* if new columns to be rendered, prepare default fieldDefs for the data provided*/
1752
- this.prepareColDefs(data);
1753
- this.serverData = data;
1754
- this.setGridData(this.serverData);
1755
- }
1756
- getSortExpr() {
1757
- let sortExp;
1758
- let pagingOptions;
1759
- if (this.datasource && this.datasource.execute(i2.DataSource.Operation.IS_PAGEABLE)) {
1760
- pagingOptions = this.datasource.execute(i2.DataSource.Operation.GET_PAGING_OPTIONS);
1761
- sortExp = lodashEs.isEmpty(pagingOptions) ? '' : i4.getOrderByExpr(pagingOptions.sort);
1762
- }
1763
- return sortExp || '';
1764
- }
1765
- onPropertyChange(key, nv, ov) {
1766
- let enableNewRow;
1767
- switch (key) {
1768
- case 'datasource':
1769
- // Fix for [WMS-23653] when startUpdate is false (request on page load property is unchecked),
1770
- // then set status msg as "No data found"
1771
- if (nv.startUpdate === false) {
1772
- this.variableInflight = false;
1773
- this.callDataGridMethod('setStatus', 'nodata', this.nodatamessage);
1774
- }
1775
- this.watchVariableDataSet(this.dataset);
1776
- this.onDataSourceChange();
1777
- break;
1778
- case 'dataset':
1779
- if (this.gridOptions.isNavTypeScrollOrOndemand() && this.gridOptions.getCurrentPage() === 1) {
1780
- this.gridOptions.setIsNextPageData(false);
1781
- }
1782
- if (this.binddatasource && !this.datasource) {
1783
- return;
1784
- }
1785
- // if table is inside list then table dataset will be set as "item.XXX" and there is no datasource.
1786
- // So extracting datasource from the datset bound expression.
1787
- if (this.parentList && !this.datasource && lodashEs.startsWith(this.binddataset, 'item')) {
1788
- this.datasource = i2.getDatasourceFromExpr(this.widget.$attrs.get('datasetboundexpr'), this);
1789
- }
1790
- if (this.gridOptions.isNavTypeScrollOrOndemand()) {
1791
- if (this.gridOptions.isNextPageData) {
1792
- // when fetching next page data
1793
- this.gridOptions.setIsDataUpdatedByUser(false);
1794
- }
1795
- else {
1796
- // when dataset is updated from script
1797
- this.gridOptions.setIsDataUpdatedByUser(true);
1798
- this.setLastActionToDatasetUpdate();
1799
- this.gridOptions.setIsNextPageData(false);
1800
- }
1801
- }
1802
- // for Static Variables with Retain State enabled, prevent Table from rendering more than once
1803
- // Fix for [WMS-25284]: Render table that is inside list widget and bound to static Variable
1804
- if (!(lodashEs.get(this.datasource, 'category') === 'wm.Variable' && this._pageLoad && this.getConfiguredState() !== 'none') || (this.parentList && lodashEs.startsWith(this.binddataset, 'item'))) {
1805
- this.watchVariableDataSet(nv);
1806
- }
1807
- break;
1808
- case 'filtermode':
1809
- this.setDataGridOption('filtermode', nv);
1810
- break;
1811
- case 'searchlabel':
1812
- this.setDataGridOption('searchLabel', nv);
1813
- break;
1814
- case 'navigation':
1815
- if (nv === 'Advanced') { // Support for older projects where navigation type was advanced instead of clasic
1816
- this.navigation = 'Classic';
1817
- return;
1818
- }
1819
- if (nv !== 'None') {
1820
- this.shownavigation = true;
1821
- }
1822
- this.setDataGridOption('navigation', this.navigation);
1823
- this.onDemandLoad = nv === i4.NAVIGATION_TYPE.ONDEMAND ? true : false;
1824
- this.infScroll = nv === i4.NAVIGATION_TYPE.SCROLL ? true : false;
1825
- this.navControls = nv;
1826
- break;
1827
- case 'gridfirstrowselect':
1828
- this.setDataGridOption('selectFirstRow', nv);
1829
- break;
1830
- case 'gridclass':
1831
- this.callDataGridMethod('option', 'cssClassNames.grid', nv);
1832
- break;
1833
- case 'nodatamessage':
1834
- this.callDataGridMethod('option', 'dataStates.nodata', nv);
1835
- break;
1836
- case 'loadingdatamsg':
1837
- this.callDataGridMethod('option', 'dataStates.loading', nv);
1838
- break;
1839
- case 'loadingicon':
1840
- this.callDataGridMethod('option', 'loadingicon', nv);
1841
- break;
1842
- case 'spacing':
1843
- this.callDataGridMethod('option', 'spacing', nv);
1844
- if (nv === 'condensed') {
1845
- this.navigationSize = 'small';
1846
- }
1847
- else {
1848
- this.navigationSize = '';
1849
- }
1850
- break;
1851
- case 'exportformat':
1852
- this.exportOptions = [];
1853
- if (nv) {
1854
- // Populate options for export drop down menu
1855
- lodashEs.forEach(lodashEs.split(nv, ','), type => {
1856
- this.exportOptions.push({
1857
- label: type,
1858
- icon: exportIconMapping[type]
1859
- });
1860
- });
1861
- }
1862
- break;
1863
- case 'shownewrow':
1864
- // Enable new row if shownew is true or addNewRow buton is present
1865
- enableNewRow = nv || lodashEs.some(this.actions, act => lodashEs.includes(act.action, 'addNewRow()'));
1866
- this.callDataGridMethod('option', 'actionsEnabled.new', enableNewRow);
1867
- break;
1868
- case 'pagesize':
1869
- this.dataNavigator.options = {
1870
- maxResults: nv
1871
- };
1872
- this.dataNavigator.widget.maxResults = nv;
1873
- this.dataNavigator.maxResults = nv;
1874
- break;
1875
- case 'ondemandmessage':
1876
- if (nv) {
1877
- this.$element.find('.on-demand-datagrid > a').text(nv);
1878
- }
1879
- this.gridOptions.ondemandmessage = nv;
1880
- break;
1881
- case 'viewlessmessage':
1882
- this.gridOptions.viewlessmessage = nv;
1883
- break;
1884
- case 'show':
1885
- if (nv) {
1886
- this.invokeEventCallback('show');
1887
- }
1888
- else {
1889
- this.invokeEventCallback('hide');
1890
- }
1891
- default:
1892
- super.onPropertyChange(key, nv, ov);
1893
- }
1894
- }
1895
- onDataSourceChange() {
1896
- this.fieldDefs.forEach(col => {
1897
- i2.triggerFn(col.onDataSourceChange && col.onDataSourceChange.bind(col));
1898
- });
1899
- }
1900
- clearActionRowVars() {
1901
- this.actionRowIndex = undefined;
1902
- this.actionRowPage = undefined;
1903
- this.setDataGridOption('actionRowIndex', undefined);
1904
- this.setDataGridOption('actionRowPage', undefined);
1905
- }
1906
- onStyleChange(key, nv, ov) {
1907
- switch (key) {
1908
- case 'width':
1909
- this.callDataGridMethod('setGridDimensions', 'width', nv);
1910
- break;
1911
- case 'height':
1912
- this.callDataGridMethod('setGridDimensions', 'height', nv);
1913
- break;
1914
- }
1915
- super.onStyleChange(key, nv, ov);
1916
- }
1917
- populateActions() {
1918
- this._actions.header = [];
1919
- this._actions.footer = [];
1920
- lodashEs.forEach(this.actions, (action) => {
1921
- if (lodashEs.includes(action.position, 'header')) {
1922
- this._actions.header.push(action);
1923
- }
1924
- if (lodashEs.includes(action.position, 'footer')) {
1925
- this._actions.footer.push(action);
1926
- }
1927
- });
1928
- }
1929
- // this method will render the filter row.
1930
- renderDynamicFilterColumn(filteTemRef) {
1931
- // For dynamic table manually pushing the filtertemplateRef as templateRef will not be available prior.
1932
- if (this.isdynamictable) {
1933
- this.filterTmpl._results.push(filteTemRef);
1934
- }
1935
- }
1936
- registerColumns(tableColumn, colIndex) {
1937
- if (i2.isMobile() && this.viewport.isMobileType) {
1938
- if (!tableColumn.mobileDisplay) {
1939
- return;
1940
- }
1941
- }
1942
- else if (this.viewport.isTabletType) {
1943
- if (!tableColumn.tabletDisplay) {
1944
- return;
1945
- }
1946
- }
1947
- else {
1948
- if (!tableColumn.pcDisplay) {
1949
- return;
1950
- }
1951
- }
1952
- if (tableColumn['primary-key']) {
1953
- this.primaryKey.push(tableColumn.field);
1954
- }
1955
- this.fieldDefs[colIndex] = tableColumn;
1956
- const colCount = this.fieldDefs.length;
1957
- this.fullFieldDefs.push(tableColumn);
1958
- this.rowFilter[tableColumn.field] = {
1959
- value: undefined
1960
- };
1961
- this.fieldDefs.forEach(col => {
1962
- this.columns[col.field] = col;
1963
- });
1964
- // If dynamic datatable and last column, pass the columns to jquery datatable
1965
- if (this.isdynamictable && colCount === this.noOfColumns) {
1966
- this.renderOperationColumns();
1967
- this.setDataGridOption('colDefs', this.fieldDefs);
1968
- }
1969
- }
1970
- registerFormField(name, formField) {
1971
- this.formfields[name] = formField;
1972
- }
1973
- registerActions(tableAction) {
1974
- this.actions.push(tableAction);
1975
- this.populateActions();
1976
- }
1977
- registerRow(tableRow, rowInstance) {
1978
- this.rowDef = tableRow;
1979
- this.rowInstance = rowInstance;
1980
- this.callDataGridMethod('option', 'cssClassNames.rowExpandIcon', this.rowDef.expandicon);
1981
- this.callDataGridMethod('option', 'cssClassNames.rowCollapseIcon', this.rowDef.collapseicon);
1982
- this.gridOptions.rowExpansionEnabled = true;
1983
- this.gridOptions.rowDef = this.rowDef;
1984
- }
1985
- registerRowActions(tableRowAction) {
1986
- this.rowActions.push(tableRowAction);
1987
- }
1988
- selectItem(item, data) {
1989
- /* server is not updating immediately, so set the server data to success callback data */
1990
- if (data) {
1991
- this.serverData = data;
1992
- }
1993
- if (lodashEs.isObject(item)) {
1994
- item = lodashEs.omitBy(item, (value) => {
1995
- return lodashEs.isArray(value) && lodashEs.isEmpty(value);
1996
- });
1997
- }
1998
- this.callDataGridMethod('selectRow', item, true);
1999
- }
2000
- /* deselect the given item*/
2001
- deselectItem(item) {
2002
- this.callDataGridMethod('deselectRow', item);
2003
- }
2004
- onDataNavigatorDataSetChange(nv) {
2005
- let data;
2006
- this.__fullData = nv;
2007
- this.checkFiltersApplied(this.getSortExpr());
2008
- if (this._isClientSearch) {
2009
- data = i2.getClonedObject(this.__fullData);
2010
- if (lodashEs.isObject(data) && !lodashEs.isArray(data)) {
2011
- data = [data];
2012
- }
2013
- data = this.getSearchResult(data, this.filterInfo);
2014
- data = this.getSortResult(data, this.sortInfo);
2015
- return data;
2016
- }
2017
- return nv;
2018
- }
2019
- toggleMessage(show, type, msg, header) {
2020
- if (show && msg) {
2021
- this.app.notifyApp(msg, type, header);
2022
- }
2023
- }
2024
- export($item) {
2025
- let filterFields;
2026
- const sortOptions = lodashEs.isEmpty(this.sortInfo) ? '' : this.sortInfo.field + ' ' + this.sortInfo.direction;
2027
- const columns = {};
2028
- let isValid;
2029
- let requestData;
2030
- this.fieldDefs.forEach(fieldDef => {
2031
- // Do not add the row operation actions column to the exported file.
2032
- if (fieldDef.field === ROW_OPS_FIELD || !fieldDef.show) {
2033
- return;
2034
- }
2035
- const option = {
2036
- 'header': fieldDef.displayName
2037
- };
2038
- // If column has exportexpression, then send form the expression as required by backend.
2039
- // otherwise send the field name.
2040
- if (fieldDef.exportexpression) {
2041
- option.expression = fieldDef.exportexpression;
2042
- }
2043
- else {
2044
- option.field = fieldDef.field;
2045
- }
2046
- columns[fieldDef.field] = option;
2047
- });
2048
- filterFields = this.getFilterFields(this.filterInfo);
2049
- requestData = {
2050
- matchMode: 'anywhereignorecase',
2051
- filterFields: filterFields,
2052
- orderBy: sortOptions,
2053
- exportType: $item.label,
2054
- logicalOp: 'AND',
2055
- exportSize: this.exportdatasize,
2056
- columns: columns
2057
- };
2058
- isValid = this.invokeEventCallback('beforeexport', { $data: requestData });
2059
- if (isValid === false) {
2060
- return;
2061
- }
2062
- requestData.fields = lodashEs.values(requestData.columns);
2063
- this.datasource.execute(i2.DataSource.Operation.DOWNLOAD, { data: requestData });
2064
- }
2065
- expandRow(rowId) {
2066
- this.callDataGridMethod('expandRow', rowId);
2067
- }
2068
- collapseRow(rowId) {
2069
- this.callDataGridMethod('collapseRow', rowId);
2070
- }
2071
- _documentClickBind(event) {
2072
- const $target = event.target;
2073
- // If click triggered from same grid or a dialog, do not save the row
2074
- if (this.$element[0].contains($target) || event.target.doctype || isInputBodyWrapper($($target))) {
2075
- return;
2076
- }
2077
- this.callDataGridMethod('saveRow');
2078
- }
2079
- _redraw(forceRender) {
2080
- if (forceRender) {
2081
- this.datagridElement.datatable(this.gridOptions);
2082
- }
2083
- else {
2084
- setTimeout(() => {
2085
- this.callDataGridMethod('setColGroupWidths');
2086
- this.callDataGridMethod('addOrRemoveScroll');
2087
- });
2088
- }
2089
- }
2090
- invokeActionEvent($event, expression) {
2091
- const fn = i2.$parseEvent(expression);
2092
- fn(this.viewParent, Object.assign(this.context, { $event }));
2093
- }
2094
- // change and blur events are added from the template
2095
- handleEvent(node, eventName, callback, locals) {
2096
- if (eventName !== 'select') {
2097
- super.handleEvent(this.nativeElement, eventName, callback, locals);
2098
- }
2099
- }
2100
- triggerUploadEvent($event, eventName, fieldName, row) {
2101
- const params = { $event, row };
2102
- if (!this.columns[fieldName]) {
2103
- return;
2104
- }
2105
- if (eventName === 'change') {
2106
- params.newVal = $event.target.files;
2107
- params.oldVal = this.columns[fieldName]._oldUploadVal;
2108
- this.columns[fieldName]._oldUploadVal = params.newVal;
2109
- }
2110
- this.columns[fieldName].invokeEventCallback(eventName, params);
2111
- }
2112
- registerFormWidget() { }
2113
- // Form control accessor methods. This will be used for table inside form
2114
- writeValue() { }
2115
- registerOnChange(fn) {
2116
- this._onChange = fn;
2117
- }
2118
- registerOnTouched(fn) {
2119
- this._onTouched = fn;
2120
- }
2121
- ngOnDetach() {
2122
- super.ngOnDetach();
2123
- if (lodashEs.get(this.datasource, 'category') === 'wm.Variable' && this.getConfiguredState() !== 'none') {
2124
- this._pageLoad = false;
2125
- }
2126
- else {
2127
- this._pageLoad = true;
2128
- }
2129
- }
2130
- static { this.ɵfac = function TableComponent_Factory(t) { return new (t || TableComponent)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i1__namespace.FormBuilder), i0__namespace.ɵɵdirectiveInject(i2__namespace.App), i0__namespace.ɵɵdirectiveInject(i2__namespace.DynamicComponentRefProvider), i0__namespace.ɵɵdirectiveInject(i2__namespace.StatePersistence), i0__namespace.ɵɵdirectiveInject(i2__namespace.PaginationService), i0__namespace.ɵɵdirectiveInject(i2__namespace.Viewport), i0__namespace.ɵɵdirectiveInject(i3__namespace.ListComponent, 8), i0__namespace.ɵɵinjectAttribute('dataset.bind'), i0__namespace.ɵɵinjectAttribute('datasource.bind'), i0__namespace.ɵɵinjectAttribute('readonlygrid'), i0__namespace.ɵɵdirectiveInject(i0__namespace.NgZone), i0__namespace.ɵɵdirectiveInject(i4__namespace.TrustAsPipe), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
2131
- static { this.ɵcmp = /*@__PURE__*/ i0__namespace.ɵɵdefineComponent({ type: TableComponent, selectors: [["", "wmTable", ""]], contentQueries: function TableComponent_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
2132
- i0__namespace.ɵɵcontentQuery(dirIndex, _c0$1, 5);
2133
- i0__namespace.ɵɵcontentQuery(dirIndex, _c1$1, 5);
2134
- i0__namespace.ɵɵcontentQuery(dirIndex, _c2$1, 5);
2135
- i0__namespace.ɵɵcontentQuery(dirIndex, _c3$1, 5);
2136
- i0__namespace.ɵɵcontentQuery(dirIndex, _c4$1, 5);
2137
- i0__namespace.ɵɵcontentQuery(dirIndex, _c5$1, 5);
2138
- i0__namespace.ɵɵcontentQuery(dirIndex, _c6, 5);
2139
- } if (rf & 2) {
2140
- let _t;
2141
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowExpansionTmpl = _t.first);
2142
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowActionTmpl = _t);
2143
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.filterTmpl = _t);
2144
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inlineWidgetTmpl = _t);
2145
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inlineWidgetNewTmpl = _t);
2146
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customExprTmpl = _t);
2147
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowExpansionActionTmpl = _t);
2148
- } }, viewQuery: function TableComponent_Query(rf, ctx) { if (rf & 1) {
2149
- i0__namespace.ɵɵviewQuery(i10.PaginationComponent, 7);
2150
- i0__namespace.ɵɵviewQuery(_c7, 7);
2151
- i0__namespace.ɵɵviewQuery(_c8, 7, i0.ViewContainerRef);
2152
- i0__namespace.ɵɵviewQuery(_c9, 7, i0.ViewContainerRef);
2153
- i0__namespace.ɵɵviewQuery(_c10, 7, i0.ViewContainerRef);
2154
- i0__namespace.ɵɵviewQuery(_c11, 7, i0.ViewContainerRef);
2155
- i0__namespace.ɵɵviewQuery(_c12, 7, i0.ViewContainerRef);
2156
- i0__namespace.ɵɵviewQuery(_c13, 7, i0.ViewContainerRef);
2157
- i0__namespace.ɵɵviewQuery(_c14, 7, i0.ViewContainerRef);
2158
- i0__namespace.ɵɵviewQuery(_c15, 7, i0.ViewContainerRef);
2159
- } if (rf & 2) {
2160
- let _t;
2161
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.dataNavigator = _t.first);
2162
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx._tableElement = _t.first);
2163
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowActionsViewRef = _t.first);
2164
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.filterViewRef = _t.first);
2165
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inlineEditViewRef = _t.first);
2166
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inlineEditNewViewRef = _t.first);
2167
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customExprViewRef = _t.first);
2168
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowDetailViewRef = _t.first);
2169
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.rowExpansionActionViewRef = _t.first);
2170
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.dynamicTableRef = _t.first);
2171
- } }, hostBindings: function TableComponent_HostBindings(rf, ctx) { if (rf & 1) {
2172
- i0__namespace.ɵɵlistener("keypress", function TableComponent_keypress_HostBindingHandler($event) { return ctx.onKeyPress($event); });
2173
- } }, features: [i0__namespace.ɵɵProvidersFeature([
2174
- i4.provideAs(TableComponent, i1.NG_VALUE_ACCESSOR, true),
2175
- i4.provideAsWidgetRef(TableComponent)
2176
- ]), i0__namespace.ɵɵInheritDefinitionFeature], attrs: _c16, decls: 29, vars: 4, consts: [["datagridElement", ""], ["buttonRef", ""], ["anchorRef", ""], ["multiColumnFilterView", ""], ["inlineEditView", ""], ["inlineEditNewView", ""], ["rowActionsView", ""], ["rowExpansionActionView", ""], ["customExprView", ""], ["dynamicTable", ""], ["rowDetailView", ""], ["class", "panel-heading", 4, "ngIf"], [1, "app-datagrid"], [1, "panel-footer", "clearfix", 3, "hidden"], [1, "app-datagrid-paginator", 3, "hidden"], ["wmPagination", "", "show.bind", "shownavigation", "navigationalign.bind", "navigationalign", "navigationsize.bind", "navigationSize", "navigation.bind", "navControls", "showrecordcount.bind", "showrecordcount", "maxsize.bind", "maxsize", "boundarylinks.bind", "boundarylinks", "forceellipses.bind", "forceellipses", "directionlinks.bind", "directionlinks"], ["class", "app-datagrid-actions", 4, "ngIf"], ["hidden", ""], [1, "dynamic-table-container"], [1, "panel-heading"], [1, "panel-title"], [1, "pull-left"], [3, "class", 4, "ngIf"], [1, "heading", 3, "innerHTML"], [1, "description", 3, "innerHTML"], ["class", "panel-actions app-datagrid-actions", 4, "ngIf"], [1, "panel-actions", "app-datagrid-actions"], [3, "ngTemplateOutlet", "ngTemplateOutletContext", "ngTemplateOutletInjector", 4, "ngFor", "ngForOf"], ["wmMenu", "", "dropdown", "", "caption.bind", "appLocale.LABEL_EXPORT", "autoclose", "always", "dataset.bind", "exportOptions", "select.event", "export($item)", "menuposition", "down,left", 4, "ngIf"], [3, "ngTemplateOutlet", "ngTemplateOutletContext", "ngTemplateOutletInjector"], ["wmMenu", "", "dropdown", "", "caption.bind", "appLocale.LABEL_EXPORT", "autoclose", "always", "dataset.bind", "exportOptions", "select.event", "export($item)", "menuposition", "down,left"], [1, "app-datagrid-actions"], ["wmButton", "", "caption.bind", "btn.displayName", "show.bind", "btn.show", "class.bind", "btn.class", "iconclass.bind", "btn.iconclass", "type", "button", "shortcutkey.bind", "btn.shortcutkey", "tabindex.bind", "btn.tabindex", "hint.bind", "btn.title", "disabled.bind", "btn.disabled", "conditionalclass.bind", "btn.conditionalclass", "conditionalstyle.bind", "btn.conditionalstyle", 3, "click", "ngClass"], ["wmAnchor", "", "caption.bind", "btn.displayName", "show.bind", "btn.show", "class.bind", "btn.class", "iconclass.bind", "btn.iconclass", "shortcutkey.bind", "btn.shortcutkey", "tabindex.bind", "btn.tabindex", "hint.bind", "btn.title", "hyperlink.bind", "btn.hyperlink", "target.bind", "btn.target", "conditionalclass.bind", "btn.conditionalclass", "conditionalstyle.bind", "btn.conditionalstyle", 3, "click", "ngClass"]], template: function TableComponent_Template(rf, ctx) { if (rf & 1) {
2177
- i0__namespace.ɵɵtemplate(0, TableComponent_div_0_Template, 8, 4, "div", 11);
2178
- i0__namespace.ɵɵelement(1, "div", 12, 0);
2179
- i0__namespace.ɵɵelementStart(3, "div", 13)(4, "div", 14);
2180
- i0__namespace.ɵɵelement(5, "nav", 15);
2181
- i0__namespace.ɵɵelementEnd();
2182
- i0__namespace.ɵɵtemplate(6, TableComponent_div_6_Template, 2, 1, "div", 16);
2183
- i0__namespace.ɵɵelementEnd();
2184
- i0__namespace.ɵɵtemplate(7, TableComponent_ng_template_7_Template, 1, 5, "ng-template", null, 1, i0__namespace.ɵɵtemplateRefExtractor)(9, TableComponent_ng_template_9_Template, 1, 4, "ng-template", null, 2, i0__namespace.ɵɵtemplateRefExtractor);
2185
- i0__namespace.ɵɵelementStart(11, "div", 17);
2186
- i0__namespace.ɵɵelementContainer(12, null, 3)(14, null, 4)(16, null, 5)(18, null, 6)(20, null, 7)(22, null, 8)(24, null, 9)(26, null, 10);
2187
- i0__namespace.ɵɵelement(28, "div", 18);
2188
- i0__namespace.ɵɵelementEnd();
2189
- } if (rf & 2) {
2190
- i0__namespace.ɵɵproperty("ngIf", ctx.title || ctx.subheading || ctx.iconclass || ctx.exportOptions.length || ctx._actions.header.length);
2191
- i0__namespace.ɵɵadvance(3);
2192
- i0__namespace.ɵɵproperty("hidden", !ctx._actions.footer.length && (!ctx.shownavigation || ctx.onDemandLoad && ctx.dataNavigator.isDisableNext || (ctx.dataNavigator == null ? null : ctx.dataNavigator.dataSize) <= ctx.pagesize));
2193
- i0__namespace.ɵɵadvance();
2194
- i0__namespace.ɵɵproperty("hidden", !(ctx.dataNavigator == null ? null : ctx.dataNavigator.dataSize) && !(ctx.dataNavigator.datasource == null ? null : ctx.dataNavigator.datasource.pagination == null ? null : ctx.dataNavigator.datasource.pagination.next) || !ctx.shownavigation || ctx.onDemandLoad && ctx.dataNavigator.isDisableNext || (ctx.dataNavigator == null ? null : ctx.dataNavigator.dataSize) <= ctx.pagesize);
2195
- i0__namespace.ɵɵadvance(2);
2196
- i0__namespace.ɵɵproperty("ngIf", ctx._actions.footer.length);
2197
- } }, dependencies: [i5__namespace.AnchorComponent, i6__namespace.BsDropdownDirective, i7__namespace.NgClass, i7__namespace.NgForOf, i7__namespace.NgIf, i7__namespace.NgTemplateOutlet, i8__namespace.ButtonComponent, i9__namespace.MenuComponent, i10__namespace.PaginationComponent], encapsulation: 2 }); }
2198
- }
2199
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableComponent, [{
2200
- type: i0.Component,
2201
- args: [{ selector: '[wmTable]', providers: [
2202
- i4.provideAs(TableComponent, i1.NG_VALUE_ACCESSOR, true),
2203
- i4.provideAsWidgetRef(TableComponent)
2204
- ], template: "<div class=\"panel-heading\" *ngIf=\"title || subheading || iconclass || exportOptions.length || _actions.header.length\">\n <h3 class=\"panel-title\">\n <div class=\"pull-left\">\n <i class=\"app-icon panel-icon {{iconclass}}\" *ngIf=\"iconclass\"></i>\n </div>\n <div class=\"pull-left\">\n <div class=\"heading\" [innerHTML]=\"title\"></div>\n <div class=\"description\" [innerHTML]=\"subheading\"></div>\n </div>\n <div class=\"panel-actions app-datagrid-actions\" *ngIf=\"exportOptions.length || _actions.header.length\">\n <ng-container *ngFor=\"let btn of _actions.header; let index = index;\"\n [ngTemplateOutlet]=\"btn.widgetType === 'button' ? buttonRef : anchorRef\"\n [ngTemplateOutletContext]=\"{btn:btn}\"\n [ngTemplateOutletInjector]=\"createCustomInjector('actions_header_' + index, {btn:btn})\">\n </ng-container>\n <div wmMenu dropdown caption.bind=\"appLocale.LABEL_EXPORT\" *ngIf=\"exportOptions.length\" autoclose=\"always\" attr.name=\"{{name}}-export\"\n dataset.bind=\"exportOptions\" select.event=\"export($item)\" menuposition=\"down,left\"></div>\n </div>\n </h3>\n</div>\n<div class=\"app-datagrid\" #datagridElement></div>\n\n<div class=\"panel-footer clearfix\" [hidden]=\"!_actions.footer.length && (!shownavigation || (onDemandLoad && dataNavigator.isDisableNext) || dataNavigator?.dataSize <= pagesize)\">\n <div class=\"app-datagrid-paginator\" [hidden]=\"(!dataNavigator?.dataSize && !dataNavigator.datasource?.pagination?.next) || !shownavigation || (onDemandLoad && dataNavigator.isDisableNext) || dataNavigator?.dataSize <= pagesize\">\n <nav wmPagination show.bind=\"shownavigation\" navigationalign.bind=\"navigationalign\"\n navigationsize.bind=\"navigationSize\"\n navigation.bind=\"navControls\" showrecordcount.bind=\"showrecordcount\" maxsize.bind=\"maxsize\"\n boundarylinks.bind=\"boundarylinks\"\n forceellipses.bind=\"forceellipses\" directionlinks.bind=\"directionlinks\"></nav>\n </div>\n <div class=\"app-datagrid-actions\" *ngIf=\"_actions.footer.length\">\n <ng-container *ngFor=\"let btn of _actions.footer; let index = index;\"\n [ngTemplateOutlet]=\"btn.widgetType === 'button' ? buttonRef : anchorRef\"\n [ngTemplateOutletContext]=\"{btn:btn}\"\n [ngTemplateOutletInjector]=\"createCustomInjector('actions_footer_' + index, {btn:btn})\">\n </ng-container>\n </div>\n</div>\n\n<ng-template #buttonRef let-btn=\"btn\">\n <button wmButton caption.bind=\"btn.displayName\" show.bind=\"btn.show\" class.bind=\"btn.class\" iconclass.bind=\"btn.iconclass\" (click)=\"invokeActionEvent($event, btn.action)\"\n [ngClass]=\"{'btn-sm': spacing === 'condensed', 'disabled-new': btn.key === 'addNewRow' && (isGridEditMode || isLoading)}\"\n type=\"button\" shortcutkey.bind=\"btn.shortcutkey\" tabindex.bind=\"btn.tabindex\" hint.bind=\"btn.title\" [attr.aria-label]=\"btn.displayName\" disabled.bind=\"btn.disabled\" conditionalclass.bind=\"btn.conditionalclass\" conditionalstyle.bind=\"btn.conditionalstyle\"></button>\n</ng-template>\n\n<ng-template #anchorRef let-btn=\"btn\">\n <a wmAnchor caption.bind=\"btn.displayName\" show.bind=\"btn.show\" class.bind=\"btn.class\" iconclass.bind=\"btn.iconclass\" (click)=\"invokeActionEvent($event, btn.action)\"\n [ngClass]=\"{'btn-sm': spacing === 'condensed', 'disabled-new': btn.key === 'addNewRow' && (isGridEditMode || isLoading)}\"\n shortcutkey.bind=\"btn.shortcutkey\" tabindex.bind=\"btn.tabindex\" hint.bind=\"btn.title\"\n hyperlink.bind=\"btn.hyperlink\" target.bind=\"btn.target\" conditionalclass.bind=\"btn.conditionalclass\" conditionalstyle.bind=\"btn.conditionalstyle\"></a>\n</ng-template>\n\n<div hidden>\n <ng-container #multiColumnFilterView></ng-container>\n\n <ng-container #inlineEditView></ng-container>\n\n <ng-container #inlineEditNewView></ng-container>\n\n <ng-container #rowActionsView></ng-container>\n\n <ng-container #rowExpansionActionView></ng-container>\n\n <ng-container #customExprView></ng-container>\n\n <ng-container #dynamicTable></ng-container>\n\n <ng-container #rowDetailView></ng-container>\n\n <div class=\"dynamic-table-container\"></div>\n</div>\n" }]
2205
- }], () => [{ type: i0__namespace.Injector }, { type: i1__namespace.FormBuilder }, { type: i2__namespace.App }, { type: i2__namespace.DynamicComponentRefProvider }, { type: i2__namespace.StatePersistence }, { type: i2__namespace.PaginationService }, { type: i2__namespace.Viewport }, { type: i3__namespace.ListComponent, decorators: [{
2206
- type: i0.Optional
2207
- }] }, { type: undefined, decorators: [{
2208
- type: i0.Attribute,
2209
- args: ['dataset.bind']
2210
- }] }, { type: undefined, decorators: [{
2211
- type: i0.Attribute,
2212
- args: ['datasource.bind']
2213
- }] }, { type: undefined, decorators: [{
2214
- type: i0.Attribute,
2215
- args: ['readonlygrid']
2216
- }] }, { type: i0__namespace.NgZone }, { type: i4__namespace.TrustAsPipe }, { type: undefined, decorators: [{
2217
- type: i0.Inject,
2218
- args: ['EXPLICIT_CONTEXT']
2219
- }, {
2220
- type: i0.Optional
2221
- }] }], { dataNavigator: [{
2222
- type: i0.ViewChild,
2223
- args: [i10.PaginationComponent, { static: true }]
2224
- }], _tableElement: [{
2225
- type: i0.ViewChild,
2226
- args: ['datagridElement', { static: true }]
2227
- }], rowActionTmpl: [{
2228
- type: i0.ContentChildren,
2229
- args: ['rowActionTmpl', { descendants: true }]
2230
- }], rowActionsViewRef: [{
2231
- type: i0.ViewChild,
2232
- args: ['rowActionsView', { static: true, read: i0.ViewContainerRef }]
2233
- }], filterTmpl: [{
2234
- type: i0.ContentChildren,
2235
- args: ['filterTmpl', { descendants: true }]
2236
- }], filterViewRef: [{
2237
- type: i0.ViewChild,
2238
- args: ['multiColumnFilterView', { static: true, read: i0.ViewContainerRef }]
2239
- }], inlineWidgetTmpl: [{
2240
- type: i0.ContentChildren,
2241
- args: ['inlineWidgetTmpl', { descendants: true }]
2242
- }], inlineEditViewRef: [{
2243
- type: i0.ViewChild,
2244
- args: ['inlineEditView', { static: true, read: i0.ViewContainerRef }]
2245
- }], inlineWidgetNewTmpl: [{
2246
- type: i0.ContentChildren,
2247
- args: ['inlineWidgetTmplNew', { descendants: true }]
2248
- }], inlineEditNewViewRef: [{
2249
- type: i0.ViewChild,
2250
- args: ['inlineEditNewView', { static: true, read: i0.ViewContainerRef }]
2251
- }], customExprTmpl: [{
2252
- type: i0.ContentChildren,
2253
- args: ['customExprTmpl', { descendants: true }]
2254
- }], customExprViewRef: [{
2255
- type: i0.ViewChild,
2256
- args: ['customExprView', { static: true, read: i0.ViewContainerRef }]
2257
- }], rowExpansionActionTmpl: [{
2258
- type: i0.ContentChildren,
2259
- args: ['rowExpansionActionTmpl', { descendants: true }]
2260
- }], rowExpansionTmpl: [{
2261
- type: i0.ContentChild,
2262
- args: ['rowExpansionTmpl']
2263
- }], rowDetailViewRef: [{
2264
- type: i0.ViewChild,
2265
- args: ['rowDetailView', { static: true, read: i0.ViewContainerRef }]
2266
- }], rowExpansionActionViewRef: [{
2267
- type: i0.ViewChild,
2268
- args: ['rowExpansionActionView', { static: true, read: i0.ViewContainerRef }]
2269
- }], dynamicTableRef: [{
2270
- type: i0.ViewChild,
2271
- args: ['dynamicTable', { static: true, read: i0.ViewContainerRef }]
2272
- }], onKeyPress: [{
2273
- type: i0.HostListener,
2274
- args: ['keypress', ['$event']]
2275
- }] }); })();
2276
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassDebugInfo(TableComponent, { className: "TableComponent", filePath: "table.component.ts", lineNumber: 122 }); })();
2277
-
2278
- const OPERATION = {
2279
- 'NEW': 'new',
2280
- 'EDIT': 'edit',
2281
- 'DELETE': 'delete'
2282
- };
2283
- class TableCUDDirective {
2284
- constructor(table, dialogService, app) {
2285
- this.table = table;
2286
- this.dialogService = dialogService;
2287
- this.app = app;
2288
- table.initiateSelectItem = this.initiateSelectItem.bind(this);
2289
- table.updateVariable = this.updateVariable.bind(this);
2290
- table.updateRecord = this.updateRecord.bind(this);
2291
- table.deleteRecord = this.deleteRecord.bind(this);
2292
- table.insertRecord = this.insertRecord.bind(this);
2293
- table.editRow = this.editRow.bind(this);
2294
- table.addNewRow = this.addNewRow.bind(this);
2295
- table.addRow = this.addNewRow.bind(this);
2296
- table.deleteRow = this.deleteRow.bind(this);
2297
- table.onRecordDelete = this.onRecordDelete.bind(this);
2298
- table.hideEditRow = this.hideEditRow.bind(this);
2299
- table.saveRow = this.saveRow.bind(this);
2300
- table.cancelRow = this.cancelRow.bind(this);
2301
- }
2302
- selectItemOnSuccess(row, skipSelectItem, callBack) {
2303
- /*$timeout is used so that by then $is.dataset has the updated value.
2304
- * Selection of the item is done in the callback of page navigation so that the item that needs to be selected actually exists in the grid.*/
2305
- /*Do not select the item if skip selection item is specified*/
2306
- setTimeout(() => {
2307
- if (!skipSelectItem) {
2308
- this.table.selectItem(row, this.table.dataset);
2309
- }
2310
- i2.triggerFn(callBack);
2311
- }, 250);
2312
- }
2313
- initiateSelectItem(index, row, skipSelectItem, isStaticVariable, callBack) {
2314
- // In case of on demand and Infinite Scroll pagination, when new row is inserted show it in the last page and continue with current flow instead of navigating user to the last page
2315
- if ((this.table.gridOptions.isNavTypeScrollOrOndemand()) && !this.table.dataNavigator.isDisableNext && this.table.isNewRowInserted) {
2316
- this.table.isNewRowInserted = false;
2317
- return;
2318
- }
2319
- /*index === "last" indicates that an insert operation has been successfully performed and navigation to the last page is required.
2320
- * Hence increment the "dataSize" by 1.*/
2321
- if (index === 'last') {
2322
- if (!isStaticVariable) {
2323
- this.table.dataNavigator.dataSize += 1;
2324
- }
2325
- /*Update the data in the current page in the grid after insert/update operations.*/
2326
- if (!this.table.isNavigationEnabled()) {
2327
- index = 'current';
2328
- }
2329
- }
2330
- /*Re-calculate the paging values like pageCount etc that could change due to change in the dataSize.*/
2331
- this.table.dataNavigator.calculatePagingValues();
2332
- /* updating pagination fulldata*/
2333
- this.table.dataNavigator.__fullData = this.table.__fullData;
2334
- this.table.dataNavigator.navigatePage(index, null, true, () => {
2335
- if (this.table.isNavigationEnabled() || isStaticVariable) {
2336
- this.selectItemOnSuccess(row, skipSelectItem, callBack);
2337
- }
2338
- if (this.table.editmode === 'quickedit' && !skipSelectItem) {
2339
- // In case of quickeditmode, manually set active row to attach event handlers and focus the row
2340
- this.table.callDataGridMethod('setActiveRow', row);
2341
- }
2342
- });
2343
- }
2344
- updateVariable(row, callBack) {
2345
- const dataSource = this.table.datasource;
2346
- if (!dataSource) {
2347
- return;
2348
- }
2349
- dataSource.execute(i2.DataSource.Operation.FETCH_DISTINCT_VALUES);
2350
- if (!this.table.isNavigationEnabled()) {
2351
- const sortInfo = this.table.sortInfo;
2352
- const sortOptions = sortInfo && sortInfo.direction ? (sortInfo.field + ' ' + sortInfo.direction) : '';
2353
- i4.refreshDataSource(dataSource, {
2354
- page: 1,
2355
- filterFields: this.table.getFilterFields(this.table.filterInfo),
2356
- orderBy: sortOptions,
2357
- matchMode: 'anywhereignorecase'
2358
- }).then(() => {
2359
- i2.$appDigest();
2360
- this.selectItemOnSuccess(row, true, callBack);
2361
- });
2362
- }
2363
- }
2364
- insertSuccessHandler(response, options) {
2365
- /*Display appropriate error message in case of error.*/
2366
- if (response.error) {
2367
- this.table.invokeEventCallback('error', { $event: options.event, $operation: OPERATION.NEW, $data: response.error });
2368
- if (!this.table.onError) {
2369
- this.table.toggleMessage(true, 'error', this.table.errormessage || response.error);
2370
- }
2371
- i2.triggerFn(options.error, response);
2372
- }
2373
- else {
2374
- if (this.table.gridOptions.isNavTypeScrollOrOndemand()) {
2375
- this.table.isNewRowInserted = true;
2376
- }
2377
- if (options.event) {
2378
- const row = $(options.event.target).closest('tr');
2379
- this.table.callDataGridMethod('hideRowEditMode', row);
2380
- }
2381
- if (!this.table.onRowinsert) {
2382
- this.table.toggleMessage(true, 'success', this.table.insertmessage);
2383
- }
2384
- if (this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_CRUD)) {
2385
- this.table.initiateSelectItem(this.table.getNavigationTargetBySortInfo(), response, undefined, false, options.callBack);
2386
- this.updateVariable(response, options.callBack);
2387
- }
2388
- else if (!this.table.datasource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
2389
- this.table.initiateSelectItem(this.table.getNavigationTargetBySortInfo(), response, undefined, false, options.callBack);
2390
- }
2391
- i2.triggerFn(options.success, response);
2392
- this.table.invokeEventCallback('rowinsert', { $event: options.event, $data: response, row: response });
2393
- }
2394
- }
2395
- generatePath(binddataset) {
2396
- let path, index;
2397
- let dataBoundExpr = this.table.widget.$attrs.get('datasetboundexpr');
2398
- if (lodashEs.startsWith(binddataset, 'item') && dataBoundExpr) {
2399
- if (lodashEs.startsWith(dataBoundExpr, 'Widgets.')) {
2400
- dataBoundExpr = i2.extractCurrentItemExpr(dataBoundExpr, this.table);
2401
- }
2402
- const parentListItems = this.table.$element.parents('.app-list-item');
2403
- const indexArr = lodashEs.map(parentListItems, (item) => lodashEs.parseInt($(item).attr('listitemindex')));
2404
- for (let i = indexArr.length - 1; i >= 0; i--) {
2405
- dataBoundExpr = dataBoundExpr.replace('$i', indexArr[i]);
2406
- }
2407
- index = lodashEs.last(indexArr);
2408
- path = dataBoundExpr.replace(/^Variables\..*\.dataSet([^.])*(\.|$)/g, '');
2409
- }
2410
- else {
2411
- // if we have dataset as "Variables.staticVar1.dataSet[1].details" then pass index as 1.
2412
- const regEx = /^Variables\..*\.dataSet([\[][0-9]])/g;
2413
- if (regEx.test(binddataset)) {
2414
- index = lodashEs.parseInt(binddataset.replace(/^Variables\..*\.dataSet([\[])/g, ''));
2415
- }
2416
- path = binddataset.replace(/^Variables\..*\.dataSet([^.])*(\.|$)/g, '');
2417
- }
2418
- return { path, index };
2419
- }
2420
- insertRecord(options) {
2421
- const dataSource = this.table.datasource;
2422
- if (!dataSource) {
2423
- return;
2424
- }
2425
- const currentPageNum = dataSource.pagination && dataSource.pagination.number + 1;
2426
- const dataObject = {
2427
- row: options.row,
2428
- skipNotification: true,
2429
- period: options.period
2430
- };
2431
- if (dataSource.execute(i2.DataSource.Operation.SUPPORTS_CRUD) || !dataSource.execute(i2.DataSource.Operation.IS_API_AWARE) || dataSource.category === 'wm.CrudVariable') {
2432
- if (!dataSource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
2433
- const extraOptions = this.generatePath(this.table.binddataset);
2434
- dataSource.execute(i2.DataSource.Operation.ADD_ITEM, { item: options.row, path: extraOptions.path, parentIndex: extraOptions.index });
2435
- this.insertSuccessHandler(options.row, options);
2436
- return;
2437
- }
2438
- dataSource.execute(i2.DataSource.Operation.INSERT_RECORD, dataObject).then(response => {
2439
- this.insertSuccessHandler(response, options);
2440
- if (dataSource.category === 'wm.CrudVariable') {
2441
- dataSource.execute(i2.DataSource.Operation.LIST_RECORDS, {
2442
- 'skipToggleState': true,
2443
- 'operation': 'list',
2444
- 'page': currentPageNum
2445
- });
2446
- }
2447
- }, error => {
2448
- this.table.invokeEventCallback('error', { $event: options.event, $operation: OPERATION.NEW, $data: error });
2449
- if (!this.table.onError) {
2450
- this.table.toggleMessage(true, 'error', this.table.errormessage || error);
2451
- }
2452
- i2.triggerFn(options.error, error);
2453
- i2.triggerFn(options.callBack, undefined, true);
2454
- });
2455
- }
2456
- else {
2457
- this.table.invokeEventCallback('rowinsert', { $event: options.event, row: options.row });
2458
- }
2459
- }
2460
- updateSuccessHandler(response, options) {
2461
- /*Display appropriate error message in case of error.*/
2462
- if (response.error) {
2463
- this.table.invokeEventCallback('error', { $event: options.event, $operation: OPERATION.EDIT, $data: response.error });
2464
- /*disable readonly and show the appropriate error*/
2465
- if (!this.table.onError) {
2466
- this.table.toggleMessage(true, 'error', this.table.errormessage || response.error);
2467
- }
2468
- i2.triggerFn(options.error, response);
2469
- }
2470
- else {
2471
- if (options.event) {
2472
- const row = $(options.event.target).closest('tr');
2473
- this.table.callDataGridMethod('hideRowEditMode', row);
2474
- }
2475
- if (!this.table.onRowupdate) {
2476
- this.table.toggleMessage(true, 'success', this.table.updatemessage);
2477
- }
2478
- if (this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_CRUD)) {
2479
- this.table.initiateSelectItem('current', response, undefined, false, options.callBack);
2480
- this.updateVariable(response, options.callBack);
2481
- }
2482
- else if (!this.table.datasource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
2483
- this.table.initiateSelectItem('current', response, undefined, false, options.callBack);
2484
- }
2485
- i2.triggerFn(options.success, response);
2486
- this.table.invokeEventCallback('rowupdate', { $event: options.event, $data: response, row: response });
2487
- }
2488
- }
2489
- updateRecord(options) {
2490
- const dataSource = this.table.datasource;
2491
- if (!dataSource) {
2492
- return;
2493
- }
2494
- const currentPageNum = dataSource.pagination && dataSource.pagination.number + 1;
2495
- const dataObject = {
2496
- row: options.row,
2497
- prevData: options.prevData,
2498
- skipNotification: true,
2499
- period: options.period
2500
- };
2501
- if (dataSource.execute(i2.DataSource.Operation.SUPPORTS_CRUD) || !dataSource.execute(i2.DataSource.Operation.IS_API_AWARE) || dataSource.category === 'wm.CrudVariable') {
2502
- if (!dataSource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
2503
- const extraOptions = this.generatePath(this.table.binddataset);
2504
- dataSource.execute(i2.DataSource.Operation.SET_ITEM, { prevItem: options.prevData, item: options.row, path: extraOptions.path, parentIndex: extraOptions.index });
2505
- this.updateSuccessHandler(options.row, options);
2506
- return;
2507
- }
2508
- dataSource.execute(i2.DataSource.Operation.UPDATE_RECORD, dataObject).then(response => {
2509
- this.updateSuccessHandler(response, options);
2510
- if (dataSource.category === 'wm.CrudVariable') {
2511
- dataSource.execute(i2.DataSource.Operation.LIST_RECORDS, {
2512
- 'skipToggleState': true,
2513
- 'operation': 'list',
2514
- 'page': currentPageNum
2515
- });
2516
- }
2517
- }, error => {
2518
- this.table.invokeEventCallback('error', { $event: options.event, $operation: OPERATION.EDIT, $data: error });
2519
- if (!this.table.onError) {
2520
- this.table.toggleMessage(true, 'error', this.table.errormessage || error);
2521
- }
2522
- i2.triggerFn(options.error, error);
2523
- i2.triggerFn(options.callBack, undefined, true);
2524
- });
2525
- }
2526
- else {
2527
- this.table.invokeEventCallback('rowupdate', { $event: options.event, row: options.row });
2528
- }
2529
- }
2530
- onRecordDelete(callBack) {
2531
- let index;
2532
- /*Check for sanity*/
2533
- if (this.table.dataNavigator) {
2534
- this.table.dataNavigator.dataSize -= 1;
2535
- this.table.dataNavigator.calculatePagingValues();
2536
- /*If the current page does not contain any records due to deletion, then navigate to the previous page.*/
2537
- index = this.table.dataNavigator.pageCount < this.table.dataNavigator.dn.currentPage ? 'prev' : undefined;
2538
- /* updating pagination fulldata*/
2539
- this.table.dataNavigator.__fullData = this.table.__fullData;
2540
- this.table.dataNavigator.navigatePage(index, null, true, () => {
2541
- setTimeout(() => {
2542
- i2.triggerFn(callBack);
2543
- }, undefined, false);
2544
- });
2545
- }
2546
- }
2547
- deleteSuccessHandler(row, response, evt, callBack) {
2548
- /* check the response whether the data successfully deleted or not , if any error occurred show the
2549
- * corresponding error , other wise remove the row from grid */
2550
- if (response && response.error) {
2551
- if (!this.table.onError) {
2552
- this.table.toggleMessage(true, 'error', this.table.errormessage || response.error);
2553
- }
2554
- return;
2555
- }
2556
- this.onRecordDelete(callBack);
2557
- if (this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_CRUD)) {
2558
- this.updateVariable(row, callBack);
2559
- }
2560
- if (!this.table.onRowdelete) {
2561
- this.table.toggleMessage(true, 'success', this.table.deletemessage);
2562
- }
2563
- // custom EventHandler for row deleted event
2564
- this.table.invokeEventCallback('rowdelete', { $event: evt, $data: row, row });
2565
- this.table.invokeEventCallback('rowdeleted', { $event: evt, $data: row, row });
2566
- }
2567
- deleteFn(options) {
2568
- const dataSource = this.table.datasource;
2569
- let isLastPageElement, currentPageNum;
2570
- if (!dataSource) {
2571
- return;
2572
- }
2573
- // when delete operation is executed, turn on isRowDeleted flag to perform the next operations in table component
2574
- if (this.table.onDemandLoad || this.table.infScroll) {
2575
- this.table.isRowDeleted = true;
2576
- }
2577
- if (dataSource.category === 'wm.CrudVariable') {
2578
- this.triggerWMEvent('resetEditMode');
2579
- if (dataSource.pagination) {
2580
- isLastPageElement = dataSource.pagination.last && dataSource.pagination.numberOfElements === 1;
2581
- currentPageNum = isLastPageElement ? dataSource.pagination.number : dataSource.pagination.number + 1;
2582
- }
2583
- }
2584
- if (dataSource.execute(i2.DataSource.Operation.SUPPORTS_CRUD) || !dataSource.execute(i2.DataSource.Operation.IS_API_AWARE) || this.table._isDependent || dataSource.category === 'wm.CrudVariable') {
2585
- if (!dataSource.execute(i2.DataSource.Operation.IS_API_AWARE)) {
2586
- const extraOptions = this.generatePath(this.table.binddataset);
2587
- dataSource.execute(i2.DataSource.Operation.REMOVE_ITEM, { item: options.row, path: extraOptions.path, parentIndex: extraOptions.index });
2588
- this.deleteSuccessHandler(options.row, undefined, options.evt, options.callBack);
2589
- return;
2590
- }
2591
- dataSource.execute(i2.DataSource.Operation.DELETE_RECORD, {
2592
- row: options.row,
2593
- skipNotification: true,
2594
- period: options.period
2595
- }).then(response => {
2596
- this.deleteSuccessHandler(response, options.row, options.evt, options.callBack);
2597
- if (dataSource.category === 'wm.CrudVariable') {
2598
- //this.triggerWMEvent('rerender', dataSource);
2599
- dataSource.execute(i2.DataSource.Operation.LIST_RECORDS, {
2600
- 'skipToggleState': true,
2601
- 'operation': 'list',
2602
- 'page': currentPageNum
2603
- });
2604
- }
2605
- }, error => {
2606
- // In case of deletion failure, turn isRowDeleted flag off to prevent executing code in table comp
2607
- if (this.table.isRowDeleted) {
2608
- this.table.isRowDeleted = false;
2609
- }
2610
- i2.triggerFn(options.callBack, undefined, true);
2611
- this.table.invokeEventCallback('error', { $event: options.evt, $operation: OPERATION.DELETE, $data: error });
2612
- if (!this.table.onError) {
2613
- this.table.toggleMessage(true, 'error', this.table.errormessage || error);
2614
- }
2615
- });
2616
- }
2617
- else {
2618
- this.table.invokeEventCallback('rowdelete', { $event: options.evt, row: options.row });
2619
- }
2620
- i2.triggerFn(options.cancelRowDeleteCallback);
2621
- }
2622
- deleteRecord(options) {
2623
- if (!this.table.confirmdelete) {
2624
- this.deleteFn(options);
2625
- i2.triggerFn(options.cancelRowDeleteCallback);
2626
- return;
2627
- }
2628
- this.dialogService.showAppConfirmDialog({
2629
- title: this.app.appLocale.MESSAGE_DELETE_RECORD || 'Delete Record',
2630
- iconclass: 'wi wi-delete fa-lg',
2631
- message: this.table.confirmdelete,
2632
- oktext: this.table.deleteoktext,
2633
- canceltext: this.table.deletecanceltext,
2634
- onOk: () => {
2635
- this.deleteFn(options);
2636
- this.dialogService.closeAppConfirmDialog();
2637
- },
2638
- onCancel: () => {
2639
- i2.triggerFn(options.cancelRowDeleteCallback);
2640
- this.dialogService.closeAppConfirmDialog();
2641
- },
2642
- onOpen: () => {
2643
- // Focus the cancel button on open
2644
- $('.cancel-action').focus();
2645
- },
2646
- onEscape: () => {
2647
- i2.triggerFn(options.cancelRowDeleteCallback);
2648
- }
2649
- });
2650
- }
2651
- editRow(evt) {
2652
- let row;
2653
- if (this.table._isDependent) {
2654
- this.triggerWMEvent('update');
2655
- return;
2656
- }
2657
- if (evt && evt.target) {
2658
- this.table.callDataGridMethod('toggleEditRow', evt, { 'selectRow': true, action: 'edit' });
2659
- }
2660
- else {
2661
- // For live form, call the update function with selected item
2662
- if (this.table.editmode === 'form' || this.table.editmode === 'dialog') {
2663
- row = evt || this.table.selectedItems[0];
2664
- this.table.gridOptions.beforeRowUpdate(row);
2665
- }
2666
- else {
2667
- // Wait for the selected item to get updated
2668
- setTimeout(() => {
2669
- row = this.table.datagridElement.find('tr.active');
2670
- if (row.length) {
2671
- this.table.callDataGridMethod('toggleEditRow', undefined, { $row: row, action: 'edit' });
2672
- }
2673
- });
2674
- }
2675
- }
2676
- this.table._triggeredByUser = true;
2677
- // Fix for [WMS-23263]: set 'isDataUpdatedByUser' flag to false since dataset is not being updated from script
2678
- this.table.gridOptions.setIsDataUpdatedByUser(false);
2679
- }
2680
- addNewRow() {
2681
- if (!this.table.isGridEditMode) { // If grid is already in edit mode, do not add new row
2682
- this.table._triggeredByUser = true;
2683
- // Fix for [WMS-23263]: set 'isDataUpdatedByUser' flag to false since dataset is not being updated from script
2684
- this.table.gridOptions.setIsDataUpdatedByUser(false);
2685
- this.table.callDataGridMethod('addNewRow');
2686
- if (this.table._liveTableParent) {
2687
- this.table._liveTableParent.addNewRow();
2688
- }
2689
- else if (this.table._isDependent) {
2690
- this.triggerWMEvent('insert');
2691
- //this.table.callDataGridMethod('addNewRow');
2692
- }
2693
- }
2694
- }
2695
- triggerWMEvent(eventName, dataSource) {
2696
- i2.$invokeWatchers(true);
2697
- this.app.notify('wm-event', { eventName, widgetName: this.table.name, row: this.table.selecteditem, dataSource: dataSource });
2698
- }
2699
- deleteRow(evt) {
2700
- let row;
2701
- if (evt && evt.target) {
2702
- this.table.callDataGridMethod('deleteRowAndUpdateSelectAll', evt);
2703
- }
2704
- else {
2705
- // Wait for the selected item to get updated
2706
- setTimeout(() => {
2707
- row = evt || this.table.selectedItems[0];
2708
- this.deleteRecord({ row });
2709
- });
2710
- }
2711
- this.table._triggeredByUser = true;
2712
- // Fix for [WMS-23263]: set 'isDataUpdatedByUser' flag to false since dataset is not being updated from script
2713
- this.table.gridOptions.setIsDataUpdatedByUser(false);
2714
- }
2715
- // Function to hide the edited row
2716
- hideEditRow() {
2717
- const $row = this.table.datagridElement.find('tr.row-editing');
2718
- if ($row.length) {
2719
- this.table.callDataGridMethod('hideRowEditMode', $row);
2720
- }
2721
- }
2722
- // Function to save the row
2723
- saveRow() {
2724
- this.table.callDataGridMethod('saveRow');
2725
- }
2726
- // Function to cancel the edit
2727
- cancelRow() {
2728
- const $row = this.table.datagridElement.find('tr.row-editing');
2729
- if ($row.length) {
2730
- this.table.callDataGridMethod('cancelEdit', $row);
2731
- }
2732
- }
2733
- static { this.ɵfac = function TableCUDDirective_Factory(t) { return new (t || TableCUDDirective)(i0__namespace.ɵɵdirectiveInject(TableComponent, 2), i0__namespace.ɵɵdirectiveInject(i2__namespace.AbstractDialogService), i0__namespace.ɵɵdirectiveInject(i2__namespace.App)); }; }
2734
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableCUDDirective, selectors: [["", "wmTableCUD", ""]] }); }
2735
- }
2736
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableCUDDirective, [{
2737
- type: i0.Directive,
2738
- args: [{
2739
- selector: '[wmTableCUD]'
2740
- }]
2741
- }], () => [{ type: undefined, decorators: [{
2742
- type: i0.Self
2743
- }, {
2744
- type: i0.Inject,
2745
- args: [TableComponent]
2746
- }] }, { type: i2__namespace.AbstractDialogService }, { type: i2__namespace.App }], null); })();
2747
-
2748
- const emptyMatchModes = ['null', 'empty', 'nullorempty', 'isnotnull', 'isnotempty'];
2749
- // Get search value based on the time
2750
- const getSearchValue = (value, type) => {
2751
- if (!i2.isDefined(value) || value === '') {
2752
- return undefined;
2753
- }
2754
- if (i2.isNumberType(type)) {
2755
- return lodashEs.toNumber(value);
2756
- }
2757
- if (type === i2.DataType.DATETIME) {
2758
- return moment(value).valueOf();
2759
- }
2760
- return lodashEs.toString(value).toLowerCase();
2761
- };
2762
- // Filter the data based on the search value and conditions
2763
- const getFilteredData = (data, searchObj, visibleCols = []) => {
2764
- const searchVal = getSearchValue(searchObj.value, searchObj.type);
2765
- let currentVal;
2766
- // Return whole data if
2767
- // - search value is undefined and matchmode is not an empty matchmode type
2768
- // - search value is null and datatype is number. Null can not be compared with numeric values[WMS-19275].
2769
- if ((!i2.isDefined(searchVal) && !lodashEs.includes(emptyMatchModes, searchObj.matchMode)) || (i2.isNumberType(searchObj.type) && lodashEs.isNull(searchObj.value))) {
2770
- return data;
2771
- }
2772
- data = data.filter((obj) => {
2773
- let isExists;
2774
- if (searchObj.field) {
2775
- currentVal = getSearchValue(lodashEs.get(obj, searchObj.field), searchObj.type);
2776
- }
2777
- else {
2778
- currentVal = [];
2779
- lodashEs.forEach(obj, (val, key) => {
2780
- if ((lodashEs.includes(visibleCols, key))) {
2781
- currentVal.push(val);
2782
- }
2783
- else {
2784
- // WMS-22271 If the key is in nested key format (dot format)
2785
- // Find all the indexes of the key in visiblecols and extract their values from obj
2786
- const colIndex = lodashEs.filter(lodashEs.range(visibleCols.length), (i) => visibleCols[i].includes(key));
2787
- lodashEs.forEach(colIndex, (index) => {
2788
- // @ts-ignore
2789
- const value = lodashEs.get(obj, visibleCols[index]);
2790
- if (currentVal.indexOf(value) < 0) {
2791
- currentVal.push(value);
2792
- }
2793
- });
2794
- }
2795
- });
2796
- currentVal = currentVal.join(' ').toLowerCase(); // If field is not there, search on all the columns
2797
- }
2798
- switch (searchObj.matchMode) {
2799
- case 'start':
2800
- isExists = lodashEs.startsWith(currentVal, searchVal);
2801
- break;
2802
- case 'end':
2803
- isExists = lodashEs.endsWith(currentVal, searchVal);
2804
- break;
2805
- case 'exact':
2806
- isExists = lodashEs.isEqual(currentVal, searchVal);
2807
- break;
2808
- case 'notequals':
2809
- isExists = !lodashEs.isEqual(currentVal, searchVal);
2810
- break;
2811
- case 'null':
2812
- isExists = lodashEs.isNull(currentVal);
2813
- break;
2814
- case 'isnotnull':
2815
- isExists = !lodashEs.isNull(currentVal);
2816
- break;
2817
- case 'empty':
2818
- isExists = lodashEs.isEmpty(currentVal);
2819
- break;
2820
- case 'isnotempty':
2821
- isExists = !lodashEs.isEmpty(currentVal);
2822
- break;
2823
- case 'nullorempty':
2824
- isExists = lodashEs.isNull(currentVal) || lodashEs.isEmpty(currentVal);
2825
- break;
2826
- case 'lessthan':
2827
- isExists = currentVal < searchVal;
2828
- break;
2829
- case 'lessthanequal':
2830
- isExists = currentVal <= searchVal;
2831
- break;
2832
- case 'greaterthan':
2833
- isExists = currentVal > searchVal;
2834
- break;
2835
- case 'greaterthanequal':
2836
- isExists = currentVal >= searchVal;
2837
- break;
2838
- default:
2839
- isExists = i2.isNumberType(searchObj.type) ? lodashEs.isEqual(currentVal, searchVal) : lodashEs.includes(currentVal, searchVal);
2840
- break;
2841
- }
2842
- return isExists;
2843
- });
2844
- return data;
2845
- };
2846
- // Set the filter fields when the search value is specified and field is not selected
2847
- const setAllFilterFields = function (filterFields, searchObj, visibleCols) {
2848
- visibleCols.forEach(function (field) {
2849
- filterFields[field] = {
2850
- 'value': searchObj.value,
2851
- 'type': searchObj.value.type,
2852
- 'logicalOp': 'OR'
2853
- };
2854
- if (searchObj.matchMode) {
2855
- filterFields[field].matchMode = searchObj.matchMode;
2856
- }
2857
- });
2858
- };
2859
- // Set the filter fields as required by datasource
2860
- const setFilterFields = (filterFields, searchObj, visibleCols = []) => {
2861
- const field = searchObj && searchObj.field;
2862
- /*Set the filter options when a field/column has been selected.*/
2863
- if (field) {
2864
- filterFields[field] = {
2865
- 'value': searchObj.value,
2866
- 'logicalOp': 'AND'
2867
- };
2868
- if (searchObj.matchMode) {
2869
- filterFields[field].matchMode = searchObj.matchMode;
2870
- }
2871
- }
2872
- else {
2873
- /*Set the filter options when a field/column hasn't been selected.*/
2874
- setAllFilterFields(filterFields, searchObj, visibleCols);
2875
- }
2876
- };
2877
- // Transform filter fields from array to object having field names as keys
2878
- const transformFilterField = (userFilters, filterField) => {
2879
- if (filterField.field) {
2880
- userFilters[filterField.field] = {
2881
- value: filterField.value,
2882
- matchMode: filterField.matchMode,
2883
- type: filterField.type
2884
- };
2885
- }
2886
- };
2887
- // Build a filter Fields object
2888
- const addToFilterFields = (filterFields, searchObj) => {
2889
- filterFields.push({
2890
- field: (searchObj.key) ? searchObj.key : '',
2891
- matchMode: searchObj.matchMode,
2892
- type: searchObj.type,
2893
- value: searchObj.value
2894
- });
2895
- };
2896
- class TableFilterSortDirective {
2897
- constructor(table) {
2898
- this.table = table;
2899
- table._searchSortHandler = this.searchSortHandler.bind(this);
2900
- table.getSearchResult = this.getSearchResult.bind(this);
2901
- table.getSortResult = this.getSortResult.bind(this);
2902
- table.checkFiltersApplied = this.checkFiltersApplied.bind(this);
2903
- table.getFilterFields = this.getFilterFields.bind(this);
2904
- table.onRowFilterChange = this.onRowFilterChange.bind(this);
2905
- table.onFilterConditionSelect = this.onFilterConditionSelect.bind(this);
2906
- table.showClearIcon = this.showClearIcon.bind(this);
2907
- table.clearRowFilter = this.clearRowFilter.bind(this);
2908
- table.matchModeTypesMap = i4.getMatchModeTypesMap();
2909
- table.matchModeMsgs = i4.getMatchModeMsgs(table.appLocale);
2910
- table.emptyMatchModes = emptyMatchModes;
2911
- table.getNavigationTargetBySortInfo = this.getNavigationTargetBySortInfo.bind(this);
2912
- table.refreshData = this.refreshData.bind(this);
2913
- table.clearFilter = this.clearFilter.bind(this);
2914
- table.adjustContainer = this.adjustContainer.bind(this);
2915
- }
2916
- adjustContainer(fieldName) {
2917
- setTimeout(() => {
2918
- i2.adjustContainerRightEdges($('bs-dropdown-container'), this.table.rowFilterCompliedTl[fieldName], this.table, $('bs-dropdown-container .dropdown-menu'));
2919
- });
2920
- }
2921
- // Get first or last page based on sort info of primary key
2922
- getNavigationTargetBySortInfo() {
2923
- return this.table.sortInfo && this.table.sortInfo.direction === 'desc' &&
2924
- lodashEs.includes(this.table.primaryKey, this.table.sortInfo.field) ? 'first' : 'last';
2925
- }
2926
- // Returns all the columns of the table wherein, showinfilter is set to true
2927
- getTableVisibleCols() {
2928
- const visibleCols = [];
2929
- lodashEs.forEach(this.table.columns, (val, col) => {
2930
- if (lodashEs.toLower(lodashEs.toString(val.showinfilter)) === 'true' && col !== 'rowOperations' && val.searchable) {
2931
- visibleCols.push(col);
2932
- }
2933
- });
2934
- return visibleCols;
2935
- }
2936
- // call the set filter fields function based on the field selected or not
2937
- invokeSetFilterfieldBasedOnFieldval(searchObj, filterFields) {
2938
- if (searchObj.field) {
2939
- setFilterFields(filterFields, searchObj);
2940
- }
2941
- else if (!lodashEs.isEmpty(searchObj)) {
2942
- const visibleCols = this.getTableVisibleCols();
2943
- setFilterFields(filterFields, searchObj, visibleCols);
2944
- }
2945
- }
2946
- // Get the filter fields as required by datasource
2947
- getFilterFields(searchObj) {
2948
- searchObj = searchObj || {};
2949
- const filterFields = {};
2950
- if (lodashEs.isArray(searchObj)) {
2951
- lodashEs.forEach(searchObj, obj => {
2952
- this.invokeSetFilterfieldBasedOnFieldval(obj, filterFields);
2953
- });
2954
- }
2955
- else {
2956
- this.invokeSetFilterfieldBasedOnFieldval(searchObj, filterFields);
2957
- }
2958
- return filterFields;
2959
- }
2960
- // Get the logical operator for the search filter
2961
- getLogicalOperator(filterFields) {
2962
- let operator = '';
2963
- for (const field in filterFields) {
2964
- operator = filterFields[field]['logicalOp'] || '';
2965
- break;
2966
- }
2967
- return operator;
2968
- }
2969
- // Reset the sort based on sort returned by the call
2970
- resetSortStatus(variableSort) {
2971
- let gridSortString;
2972
- if (!lodashEs.isEmpty(this.table.sortInfo) && this.table.datasource) {
2973
- gridSortString = this.table.sortInfo.field + ' ' + this.table.sortInfo.direction;
2974
- variableSort = this.table.datasource.execute(i2.DataSource.Operation.GET_OPTIONS).orderBy || variableSort;
2975
- if (variableSort) { // If multiple order by fields are present, compare with the first one
2976
- variableSort = lodashEs.head(lodashEs.split(variableSort, ','));
2977
- }
2978
- if (gridSortString !== variableSort) {
2979
- this.table.callDataGridMethod('resetSortIcons');
2980
- this.table.sortInfo = {};
2981
- this.table.setDataGridOption('sortInfo', {});
2982
- }
2983
- }
2984
- }
2985
- // Clear the all the filters applied
2986
- clearFilter(skipFilter) {
2987
- let $gridElement;
2988
- this.table.filterInfo = {};
2989
- if (this.table.filtermode === 'multicolumn') {
2990
- this.table.fieldDefs.forEach(col => {
2991
- if (col.resetFilter) {
2992
- col.resetFilter();
2993
- }
2994
- });
2995
- if (!skipFilter) {
2996
- this.table.onRowFilterChange();
2997
- }
2998
- }
2999
- else if (this.table.filtermode === 'search') {
3000
- $gridElement = this.table.datagridElement;
3001
- $gridElement.find('[data-element="dgSearchText"]').val('');
3002
- $gridElement.find('[data-element="dgFilterValue"]').val('');
3003
- if (!skipFilter) {
3004
- $gridElement.find('.app-search-button').trigger('click');
3005
- }
3006
- }
3007
- }
3008
- // Check the filters applied and remove if dat does not contain any filters
3009
- checkFiltersApplied(variableSort) {
3010
- if (!this.table.datasource) {
3011
- return;
3012
- }
3013
- if (this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_SERVER_FILTER)) {
3014
- if (lodashEs.isEmpty(this.table.datasource.execute(i2.DataSource.Operation.GET_OPTIONS).filterFields)) {
3015
- this.clearFilter(true);
3016
- }
3017
- this.resetSortStatus(variableSort);
3018
- return;
3019
- }
3020
- if (this.table.datasource.execute(i2.DataSource.Operation.IS_PAGEABLE)) {
3021
- this.resetSortStatus(variableSort);
3022
- }
3023
- }
3024
- // Returns data filtered using searchObj
3025
- getSearchResult(data, searchObj) {
3026
- const visibleCols = this.getTableVisibleCols();
3027
- if (!searchObj) {
3028
- return data;
3029
- }
3030
- if (lodashEs.isArray(searchObj)) {
3031
- searchObj.forEach((obj) => {
3032
- data = getFilteredData(data, obj, visibleCols);
3033
- });
3034
- }
3035
- else {
3036
- data = getFilteredData(data, searchObj, visibleCols);
3037
- }
3038
- return data;
3039
- }
3040
- // Returns data sorted using sortObj
3041
- getSortResult(data, sortObj) {
3042
- if (sortObj && sortObj.direction) {
3043
- data = lodashEs.orderBy(data, sortObj.field, sortObj.direction);
3044
- }
3045
- return data;
3046
- }
3047
- // This method handles the client side sort and search
3048
- handleClientSideSortSearch(searchSortObj, e, type) {
3049
- this.table._isClientSearch = true;
3050
- let data;
3051
- data = this.table.isNavigationEnabled() ? i2.getClonedObject(this.table.__fullData) : i2.getClonedObject(this.table.dataset);
3052
- if (type === 'search') {
3053
- this.table.filterInfo = searchSortObj;
3054
- }
3055
- else {
3056
- this.table.sortInfo = searchSortObj;
3057
- }
3058
- if (lodashEs.isObject(data) && !lodashEs.isArray(data)) {
3059
- data = [data];
3060
- }
3061
- /*Both the functions return same 'data' if arguments are undefined*/
3062
- data = this.getSearchResult(data, this.table.filterInfo);
3063
- data = this.getSortResult(data, this.table.sortInfo);
3064
- this.table.serverData = data;
3065
- if (type === 'sort') {
3066
- // Calling 'onSort' event
3067
- this.table.invokeEventCallback('sort', { $event: e, $data: {
3068
- data: this.table.serverData,
3069
- sortDirection: this.table.sortInfo.direction,
3070
- colDef: this.table.columns[this.table.sortInfo.field]
3071
- } });
3072
- }
3073
- if (this.table.isNavigationEnabled()) {
3074
- // Reset the page number to 1
3075
- this.table.dataNavigator.dn.currentPage = 1;
3076
- this.table.dataNavigator.setPagingValues(data);
3077
- }
3078
- else {
3079
- this.table.setGridData(this.table.serverData);
3080
- }
3081
- }
3082
- // This method handles the search for pageable datasource
3083
- handleSinglePageSearch(searchObj) {
3084
- this.table._isPageSearch = true;
3085
- let data = i2.getClonedObject(this.table.gridData);
3086
- const $rows = this.table.datagridElement.find('tbody tr.app-datagrid-row');
3087
- this.table.filterInfo = searchObj;
3088
- data = this.getSearchResult(data, searchObj);
3089
- // Compared the filtered data and original data, to show or hide the rows
3090
- lodashEs.forEach(this.table.gridData, (value, index) => {
3091
- const $row = $($rows[index]);
3092
- if (lodashEs.find(data, obj => lodashEs.isEqual(obj, value))) {
3093
- $row.show();
3094
- }
3095
- else {
3096
- $row.hide();
3097
- }
3098
- });
3099
- if (data && data.length) {
3100
- this.table.callDataGridMethod('setStatus', 'ready');
3101
- // Select the first row after the search for single select
3102
- if (this.table.gridfirstrowselect && !this.table.multiselect) {
3103
- this.table.callDataGridMethod('selectFirstRow', true, true);
3104
- }
3105
- }
3106
- else {
3107
- this.table.callDataGridMethod('setStatus', 'nodata', this.table.nodatamessage);
3108
- this.table.selecteditem = undefined;
3109
- }
3110
- this.table.callDataGridMethod('updateSelectAllCheckboxState');
3111
- }
3112
- // This method handles the search for server side variables
3113
- handleServerSideSearch(searchObj) {
3114
- this.table.filterInfo = searchObj;
3115
- if (!this.table.datasource) {
3116
- return;
3117
- }
3118
- const sortInfo = this.table.sortInfo;
3119
- const sortOptions = sortInfo && sortInfo.direction ? (sortInfo.field + ' ' + sortInfo.direction) : '';
3120
- const filterFields = this.getFilterFields(searchObj);
3121
- const logicalOp = this.getLogicalOperator(filterFields);
3122
- i4.refreshDataSource(this.table.datasource, {
3123
- page: 1,
3124
- filterFields: filterFields,
3125
- orderBy: sortOptions,
3126
- condition: logicalOp
3127
- }).then(() => {
3128
- i2.$appDigest();
3129
- }, () => {
3130
- this.table.toggleMessage(true, 'error', this.table.nodatamessage);
3131
- });
3132
- }
3133
- // This method handles the sort for server side variables
3134
- handleSeverSideSort(sortObj, e, statePersistenceTriggered) {
3135
- // Update the sort info for passing to datagrid
3136
- this.table.gridOptions.sortInfo.field = sortObj.field;
3137
- this.table.gridOptions.sortInfo.direction = sortObj.direction;
3138
- this.table.sortInfo = i2.getClonedObject(sortObj);
3139
- const sortOptions = sortObj && sortObj.direction ? (sortObj.field + ' ' + sortObj.direction) : '';
3140
- const filterFields = this.getFilterFields(this.table.filterInfo);
3141
- const condition = this.getLogicalOperator(filterFields);
3142
- if (!statePersistenceTriggered && this.table.getConfiguredState() !== 'none') {
3143
- this.table.statePersistence.removeWidgetState(this.table, 'pagination');
3144
- }
3145
- i4.refreshDataSource(this.table.datasource, {
3146
- page: 1,
3147
- filterFields: filterFields,
3148
- orderBy: sortOptions,
3149
- condition: condition
3150
- }).then((response) => {
3151
- i2.$appDigest();
3152
- const data = (response && response.data) ? response.data : response;
3153
- this.table.invokeEventCallback('sort', { $event: e, $data: {
3154
- data,
3155
- sortDirection: sortObj.direction,
3156
- colDef: this.table.columns[sortObj.field]
3157
- }
3158
- });
3159
- });
3160
- }
3161
- searchHandler(searchSortObj, e, type, statePersistenceTriggered) {
3162
- let obj;
3163
- if (lodashEs.isArray(searchSortObj)) {
3164
- obj = searchSortObj.filter(function (searchObject) {
3165
- return (searchObject.matchMode !== undefined && searchObject.value !== undefined) || (searchObject.value !== undefined && searchObject.field === '');
3166
- });
3167
- }
3168
- else {
3169
- obj = { field: searchSortObj.field, value: searchSortObj.value, type: searchSortObj.type };
3170
- }
3171
- if (this.table.getConfiguredState() !== 'none' && i4.unsupportedStatePersistenceTypes.indexOf(this.table.navigation) < 0) {
3172
- if ((lodashEs.isArray(searchSortObj) && obj.length) || (searchSortObj.value)) {
3173
- this.table.statePersistence.removeWidgetState(this.table, 'search');
3174
- this.table.statePersistence.setWidgetState(this.table, { search: obj });
3175
- }
3176
- else {
3177
- this.table.statePersistence.removeWidgetState(this.table, 'search');
3178
- }
3179
- if (!statePersistenceTriggered) {
3180
- this.table.statePersistence.removeWidgetState(this.table, 'pagination');
3181
- this.table.statePersistence.removeWidgetState(this.table, 'selectedItem');
3182
- }
3183
- }
3184
- else {
3185
- console.warn('Retain State handling on Widget ' + this.table.name + ' is not supported for current pagination type.');
3186
- }
3187
- let filterFields = i2.getClonedObject(searchSortObj);
3188
- const dataSource = this.table.datasource;
3189
- if (!dataSource && !this.table.dataset) {
3190
- return;
3191
- }
3192
- let output;
3193
- const userFilters = {};
3194
- // Transform filter fields from array to object having field names as keys
3195
- if (lodashEs.isArray(filterFields)) {
3196
- filterFields.forEach(filterField => {
3197
- transformFilterField(userFilters, filterField);
3198
- });
3199
- }
3200
- else {
3201
- transformFilterField(userFilters, filterFields);
3202
- }
3203
- output = this.table.invokeEventCallback('beforefilter', { $event: e, $data: userFilters, columns: userFilters });
3204
- // If callback returns false, don't trigger the filter call
3205
- if (output === false) {
3206
- return;
3207
- }
3208
- filterFields = [];
3209
- // if the field is not selected in search filter dropdown, building the filter fields object
3210
- if (lodashEs.isEmpty(userFilters) && !lodashEs.isEmpty(obj)) {
3211
- if (lodashEs.isArray(obj)) {
3212
- lodashEs.forEach(obj, searchObj => {
3213
- addToFilterFields(filterFields, searchObj);
3214
- });
3215
- }
3216
- else {
3217
- addToFilterFields(filterFields, obj);
3218
- }
3219
- }
3220
- else {
3221
- // Transform back the filter fields from object to array
3222
- lodashEs.forEach(userFilters, (val, key) => {
3223
- // @ts-ignore
3224
- filterFields.push({ field: key, matchMode: val.matchMode, type: val.type, value: val.value });
3225
- });
3226
- }
3227
- if (dataSource && dataSource.execute(i2.DataSource.Operation.SUPPORTS_SERVER_FILTER)) {
3228
- this.handleServerSideSearch(filterFields);
3229
- return;
3230
- }
3231
- if (dataSource && dataSource.execute(i2.DataSource.Operation.IS_API_AWARE) && dataSource.execute(i2.DataSource.Operation.IS_PAGEABLE)) {
3232
- this.handleSinglePageSearch(filterFields);
3233
- }
3234
- else {
3235
- this.handleClientSideSortSearch(filterFields, e, type);
3236
- }
3237
- }
3238
- sortHandler(searchSortObj, e, type, statePersistenceTriggered) {
3239
- const dataSource = this.table.datasource;
3240
- if (!dataSource && !this.table.dataset) {
3241
- return;
3242
- }
3243
- if (!statePersistenceTriggered && this.table.getConfiguredState() !== 'none' && i4.unsupportedStatePersistenceTypes.indexOf(this.table.navigation) < 0) {
3244
- const obj = { direction: searchSortObj.direction, field: searchSortObj.field };
3245
- if (searchSortObj.direction) {
3246
- this.table.statePersistence.setWidgetState(this.table, { sort: obj });
3247
- }
3248
- else {
3249
- this.table.statePersistence.removeWidgetState(this.table, 'sort');
3250
- }
3251
- this.table.statePersistence.removeWidgetState(this.table, 'selectedItem');
3252
- }
3253
- else {
3254
- console.warn('Retain State handling on Widget ' + this.table.name + ' is not supported for current pagination type.');
3255
- }
3256
- // WMS-22387: For server side pagination, execute client side sorting
3257
- if (dataSource && dataSource.execute(i2.DataSource.Operation.IS_SORTABLE)) {
3258
- this.handleSeverSideSort(searchSortObj, e, statePersistenceTriggered);
3259
- }
3260
- else {
3261
- this.handleClientSideSortSearch(searchSortObj, e, type);
3262
- }
3263
- }
3264
- // set the 'lastAction' performed on the table to 'search_or_sort'
3265
- setLastActionPerformedToSearchSort() {
3266
- this.table.gridOptions.setLastActionPerformed(this.table.gridOptions.ACTIONS.SEARCH_OR_SORT);
3267
- this.table.gridOptions.setIsSearchTrigerred(true);
3268
- }
3269
- // This method is triggered by jquery table
3270
- searchSortHandler(searchSortObj, e, type, statePersistenceTriggered) {
3271
- const event_type = e ? e.type : '';
3272
- if (event_type === 'change' && this.table.filtermode !== 'multicolumn') {
3273
- e.stopPropagation();
3274
- }
3275
- else {
3276
- this.setLastActionPerformedToSearchSort();
3277
- if (type === 'search') {
3278
- this.searchHandler(searchSortObj, e, type, statePersistenceTriggered);
3279
- }
3280
- else {
3281
- this.sortHandler(searchSortObj, e, type, statePersistenceTriggered);
3282
- }
3283
- }
3284
- }
3285
- // Method to show/hide clear icon in multi column filter
3286
- showClearIcon(fieldName) {
3287
- const value = this.table.rowFilter[fieldName] && this.table.rowFilter[fieldName].value;
3288
- return i2.isDefined(value) && value !== '' && value !== null;
3289
- }
3290
- // Method clear the filter value in multi column filter
3291
- clearRowFilter(fieldName) {
3292
- if (this.table.rowFilter && this.table.rowFilter[fieldName]) {
3293
- this.table.columns[fieldName].resetFilter();
3294
- this.onRowFilterChange(fieldName);
3295
- }
3296
- }
3297
- // This method is triggered on select of condition in multi column filter
3298
- onFilterConditionSelect(fieldName, condition) {
3299
- this.table.rowFilter[fieldName] = this.table.rowFilter[fieldName] || {};
3300
- this.table.rowFilter[fieldName].matchMode = condition;
3301
- // For empty match modes, clear off the value and call filter
3302
- if (lodashEs.includes(this.table.emptyMatchModes, condition)) {
3303
- this.table.columns[fieldName].resetFilter();
3304
- this.table.onRowFilterChange();
3305
- }
3306
- else {
3307
- // If value is present, call the filter. Else, focus on the field
3308
- if (i2.isDefined(this.table.rowFilter[fieldName].value) && this.table.rowFilter[fieldName].value !== '') {
3309
- this.table.onRowFilterChange();
3310
- }
3311
- else {
3312
- setTimeout(() => {
3313
- this.table.columns[fieldName].filterInstance.focus();
3314
- });
3315
- }
3316
- }
3317
- }
3318
- // Method to get the updated values when filter on field is changed for multicolumn filter
3319
- getFilterOnFieldValues(filterDef) {
3320
- if (!this.table.datasource || !this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_DISTINCT_API)) {
3321
- return;
3322
- }
3323
- const fieldName = filterDef.field;
3324
- const formFields = this.table.fullFieldDefs;
3325
- const filterOnFields = lodashEs.filter(formFields, { 'filteronfilter': fieldName });
3326
- const newVal = lodashEs.get(this.table.rowFilter, [fieldName, 'value']);
3327
- // Loop over the fields for which the current field is filter on field
3328
- lodashEs.forEach(filterOnFields, filterField => {
3329
- const filterOn = filterField.filteronfilter;
3330
- const filterKey = filterField.field;
3331
- const filterFields = {};
3332
- const filterWidget = filterField.filterwidget;
3333
- if (!i4.isDataSetWidget(filterWidget) || filterOn === filterKey || filterField.isFilterDataSetBound) {
3334
- return;
3335
- }
3336
- filterFields[filterOn] = (i2.isDefined(newVal) && newVal !== '' && newVal !== null) ? { 'value': newVal } : {};
3337
- if (filterWidget === i2.FormWidgetType.AUTOCOMPLETE && filterField.filterInstance.dataoptions) {
3338
- filterField.filterInstance.dataoptions.filterFields = filterFields;
3339
- }
3340
- else {
3341
- this.table.datasource.execute(i2.DataSource.Operation.GET_DISTINCT_DATA_BY_FIELDS, {
3342
- 'fields': filterKey,
3343
- 'filterFields': filterFields
3344
- }).then(data => {
3345
- filterField.filterdataset = data.data;
3346
- });
3347
- }
3348
- });
3349
- }
3350
- // This method is triggered on value change in multi column filter
3351
- onRowFilterChange(fieldName) {
3352
- const searchObj = [];
3353
- const field = lodashEs.find(this.table.fullFieldDefs, { 'field': fieldName });
3354
- // Convert row filters to a search object and call search handler
3355
- lodashEs.forEach(this.table.rowFilter, (value, key) => {
3356
- if ((i2.isDefined(value.value) && value.value !== '') || lodashEs.includes(this.table.emptyMatchModes, value.matchMode)) {
3357
- if (field && key === field.field) {
3358
- value.type = value.type || field.type;
3359
- value.matchMode = value.matchMode || lodashEs.get(this.table.matchModeTypesMap[value.type], 0);
3360
- }
3361
- searchObj.push({
3362
- field: key,
3363
- value: value.value,
3364
- matchMode: value.matchMode,
3365
- type: value.type
3366
- });
3367
- }
3368
- });
3369
- this.table.gridOptions.searchHandler(searchObj, undefined, 'search');
3370
- // If field is passed, update any filter on field values if present
3371
- if (field) {
3372
- this.getFilterOnFieldValues(field);
3373
- }
3374
- }
3375
- refreshData(isSamePage) {
3376
- if (!this.table.datasource) {
3377
- return;
3378
- }
3379
- const page = isSamePage ? this.table.dataNavigator.dn.currentPage : 1;
3380
- const sortInfo = this.table.sortInfo;
3381
- const sortOptions = sortInfo && sortInfo.direction ? (sortInfo.field + ' ' + sortInfo.direction) : '';
3382
- const filterFields = this.getFilterFields(this.table.filterInfo);
3383
- const logicalOp = this.getLogicalOperator(filterFields);
3384
- i4.refreshDataSource(this.table.datasource, {
3385
- page: page,
3386
- filterFields: filterFields,
3387
- orderBy: sortOptions,
3388
- condition: logicalOp
3389
- });
3390
- }
3391
- static { this.ɵfac = function TableFilterSortDirective_Factory(t) { return new (t || TableFilterSortDirective)(i0__namespace.ɵɵdirectiveInject(TableComponent, 2)); }; }
3392
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableFilterSortDirective, selectors: [["", "wmTableFilterSort", ""]] }); }
3393
- }
3394
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableFilterSortDirective, [{
3395
- type: i0.Directive,
3396
- args: [{
3397
- selector: '[wmTableFilterSort]'
3398
- }]
3399
- }], () => [{ type: undefined, decorators: [{
3400
- type: i0.Self
3401
- }, {
3402
- type: i0.Inject,
3403
- args: [TableComponent]
3404
- }] }], null); })();
3405
-
3406
- const registerProps$4 = () => {
3407
- i4.register('wm-table-action', new Map([
3408
- ['accessroles', i4.PROP_STRING],
3409
- ['action', i4.PROP_STRING],
3410
- ['caption', i4.PROP_STRING],
3411
- ['class', i4.PROP_STRING],
3412
- ['conditionalclass', i4.PROP_ANY],
3413
- ['conditionalstyle', i4.PROP_ANY],
3414
- ['disabled', { value: false, ...i4.PROP_BOOLEAN }],
3415
- ['display-name', i4.PROP_STRING],
3416
- ['hyperlink', i4.PROP_STRING],
3417
- ['icon', i4.PROP_STRING],
3418
- ['iconclass', i4.PROP_STRING],
3419
- ['key', i4.PROP_STRING],
3420
- ['position', { value: 'footer', ...i4.PROP_STRING }],
3421
- ['shortcutkey', i4.PROP_STRING],
3422
- ['show', { value: true, ...i4.PROP_BOOLEAN }],
3423
- ['tabindex', { value: 0, ...i4.PROP_NUMBER }],
3424
- ['title', i4.PROP_STRING],
3425
- ['target', i4.PROP_STRING],
3426
- ['widget-type', { value: 'button', ...i4.PROP_STRING }]
3427
- ]));
3428
- };
3429
-
3430
- const WIDGET_CONFIG$4 = { widgetType: 'wm-table-action', hostClass: '' };
3431
- class TableActionDirective extends i4.BaseComponent {
3432
- static { this.initializeProps = registerProps$4(); }
3433
- constructor(inj, table, explicitContext) {
3434
- super(inj, WIDGET_CONFIG$4, explicitContext);
3435
- this.table = table;
3436
- }
3437
- populateAction() {
3438
- this.buttonDef = {
3439
- key: this.key,
3440
- displayName: this['display-name'] || this.caption || '',
3441
- show: this.show,
3442
- class: this.class || '',
3443
- iconclass: this.iconclass || '',
3444
- title: lodashEs.isUndefined(this.title) ? (this['display-name'] || '') : this.title,
3445
- action: this.action,
3446
- accessroles: this.accessroles,
3447
- shortcutkey: this.shortcutkey,
3448
- disabled: this.disabled,
3449
- tabindex: this.tabindex,
3450
- icon: this.icon,
3451
- position: this.position,
3452
- widgetType: this['widget-type'],
3453
- hyperlink: this.hyperlink,
3454
- target: this.target || '',
3455
- conditionalclass: this.conditionalclass || '',
3456
- conditionalstyle: this.conditionalstyle || {}
3457
- };
3458
- this._propsInitialized = true;
3459
- }
3460
- ngOnInit() {
3461
- super.ngOnInit();
3462
- this.populateAction();
3463
- this.table.registerActions(this.buttonDef);
3464
- }
3465
- onPropertyChange(key, nv) {
3466
- if (!this._propsInitialized) {
3467
- return;
3468
- }
3469
- if (key === 'display-name') {
3470
- this.buttonDef.displayName = nv;
3471
- }
3472
- else {
3473
- this.buttonDef[key] = nv;
3474
- }
3475
- }
3476
- static { this.ɵfac = function TableActionDirective_Factory(t) { return new (t || TableActionDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(TableComponent, 8), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
3477
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableActionDirective, selectors: [["", "wmTableAction", ""]], features: [i0__namespace.ɵɵProvidersFeature([
3478
- i4.provideAsWidgetRef(TableActionDirective)
3479
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
3480
- }
3481
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableActionDirective, [{
3482
- type: i0.Directive,
3483
- args: [{
3484
- selector: '[wmTableAction]',
3485
- providers: [
3486
- i4.provideAsWidgetRef(TableActionDirective)
3487
- ]
3488
- }]
3489
- }], () => [{ type: i0__namespace.Injector }, { type: TableComponent, decorators: [{
3490
- type: i0.Optional
3491
- }] }, { type: undefined, decorators: [{
3492
- type: i0.Inject,
3493
- args: ['EXPLICIT_CONTEXT']
3494
- }, {
3495
- type: i0.Optional
3496
- }] }], null); })();
3497
-
3498
- const registerProps$3 = () => {
3499
- i4.register('wm-table-column', new Map([
3500
- ['accessroles', i4.PROP_STRING],
3501
- ['autoclose', { value: 'outsideClick', ...i4.PROP_STRING }],
3502
- ['backgroundcolor', i4.PROP_STRING],
3503
- ['binding', i4.PROP_STRING],
3504
- ['caption', i4.PROP_STRING],
3505
- ['checkedvalue', i4.PROP_STRING],
3506
- ['col-class', i4.PROP_STRING],
3507
- ['collapsible', i4.PROP_BOOLEAN],
3508
- ['col-ng-class', i4.PROP_STRING],
3509
- ['currencypattern', i4.PROP_STRING],
3510
- ['customExpression', i4.PROP_BOOLEAN], // Internal property to check if column has custom expression
3511
- ['dataentrymode', { value: 'default', ...i4.PROP_STRING }],
3512
- ['datafield', i4.PROP_STRING],
3513
- ['dataoptions', i4.PROP_ANY],
3514
- ['dataset', i4.PROP_ANY],
3515
- ['datasource', i4.PROP_STRING],
3516
- ['dateformat', i4.PROP_STRING],
3517
- ['datepattern', i4.PROP_STRING],
3518
- ['debouncetime', { value: 250, ...i4.PROP_NUMBER }],
3519
- ['defaultvalue', i4.PROP_STRING],
3520
- ['disabled', i4.PROP_BOOLEAN],
3521
- ['displayfield', i4.PROP_STRING],
3522
- ['displaylabel', i4.PROP_STRING],
3523
- ['editdatepattern', i4.PROP_STRING],
3524
- ['outputformat', i4.PROP_STRING],
3525
- ['edit-widget-type', i4.PROP_STRING],
3526
- ['showineditmode', i4.PROP_BOOLEAN],
3527
- ['editinputtype', i4.PROP_STRING],
3528
- ['exportexpression', i4.PROP_STRING],
3529
- ['filterdataset', i4.PROP_STRING],
3530
- ['filterdatafield', i4.PROP_STRING],
3531
- ['filterdisplayfield', i4.PROP_STRING],
3532
- ['filterdisplaylabel', i4.PROP_STRING],
3533
- ['filterexpressions', { value: '{}', ...i4.PROP_STRING }],
3534
- ['filtersearchkey', i4.PROP_STRING],
3535
- ['filter-on', i4.PROP_STRING],
3536
- ['filteronfilter', i4.PROP_STRING],
3537
- ['filterplaceholder', i4.PROP_STRING],
3538
- ['filterwidget', i4.PROP_STRING],
3539
- ['filterinputtype', i4.PROP_STRING],
3540
- ['formatpattern', i4.PROP_STRING],
3541
- ['custompipeformat', i4.PROP_STRING],
3542
- ['fractionsize', i4.PROP_STRING],
3543
- ['generator', i4.PROP_STRING],
3544
- ['groupby', i4.PROP_STRING],
3545
- ['limit', i4.PROP_NUMBER],
3546
- ['match', i4.PROP_STRING],
3547
- ['matchmode', i4.PROP_STRING],
3548
- ['maxchars', i4.PROP_NUMBER],
3549
- ['maxvalue', i4.PROP_NUMBER],
3550
- ['step', i4.PROP_NUMBER],
3551
- ['mobiledisplay', { value: true, ...i4.PROP_BOOLEAN }],
3552
- ['minvalue', i4.PROP_NUMBER],
3553
- ['maxdate', i4.PROP_STRING],
3554
- ['mindate', i4.PROP_STRING],
3555
- ['excludedays', i4.PROP_STRING],
3556
- ['excludedates', i4.PROP_STRING],
3557
- ['maxtime', i4.PROP_STRING],
3558
- ['mintime', i4.PROP_STRING],
3559
- ['pcdisplay', { value: true, ...i4.PROP_BOOLEAN }],
3560
- ['period', i4.PROP_BOOLEAN],
3561
- ['placeholder', i4.PROP_STRING],
3562
- ['prefix', i4.PROP_STRING],
3563
- ['primary-key', i4.PROP_BOOLEAN],
3564
- ['readonly', i4.PROP_BOOLEAN],
3565
- ['regexp', i4.PROP_ANY],
3566
- ['related-entity-name', i4.PROP_STRING],
3567
- ['required', i4.PROP_BOOLEAN],
3568
- ['rowactionsposition', i4.PROP_STRING],
3569
- ['searchkey', i4.PROP_STRING],
3570
- ['searchable', { value: true, ...i4.PROP_BOOLEAN }],
3571
- ['showinfilter', { value: false, ...i4.PROP_BOOLEAN }],
3572
- ['suffix', i4.PROP_STRING],
3573
- ['show', { value: true, ...i4.PROP_BOOLEAN }],
3574
- ['showcount', i4.PROP_BOOLEAN],
3575
- ['showdropdownon', { value: 'default', ...i4.PROP_STRING }],
3576
- ['sortable', { value: true, ...i4.PROP_BOOLEAN }],
3577
- ['tabletdisplay', { value: true, ...i4.PROP_BOOLEAN }],
3578
- ['textalignment', { value: 'left', ...i4.PROP_STRING }],
3579
- ['textcolor', i4.PROP_STRING],
3580
- ['type', { value: 'string', ...i4.PROP_STRING }],
3581
- ['uncheckedvalue', i4.PROP_STRING],
3582
- ['validationmessage', i4.PROP_STRING],
3583
- ['widget-type', i4.PROP_STRING],
3584
- ['width', i4.PROP_STRING],
3585
- ]));
3586
- };
3587
-
3588
- const registerProps$2 = () => {
3589
- i4.register('wm-table-column-group', new Map([
3590
- ['backgroundcolor', i4.PROP_STRING],
3591
- ['caption', i4.PROP_STRING],
3592
- ['col-class', i4.PROP_STRING],
3593
- ['name', i4.PROP_STRING],
3594
- ['textalignment', { value: 'center', ...i4.PROP_STRING }]
3595
- ]));
3596
- };
3597
-
3598
- const WIDGET_CONFIG$3 = { widgetType: 'wm-table-column-group', hostClass: '' };
3599
- class TableColumnGroupDirective extends i4.BaseComponent {
3600
- static { this.initializeProps = registerProps$2(); }
3601
- constructor(inj, group, table, explicitContext) {
3602
- super(inj, WIDGET_CONFIG$3, explicitContext);
3603
- this.group = group;
3604
- this.table = table;
3605
- this.config = {};
3606
- }
3607
- populateConfig() {
3608
- this.config = {
3609
- field: this.name,
3610
- displayName: this.caption || '',
3611
- columns: [],
3612
- isGroup: true,
3613
- accessroles: this.accessroles,
3614
- textAlignment: this.textalignment || 'center',
3615
- backgroundColor: this.backgroundcolor,
3616
- class: this['col-class']
3617
- };
3618
- }
3619
- onPropertyChange(key, nv, ov) {
3620
- if (key === 'caption') {
3621
- this.config.displayName = nv || '';
3622
- this.table.callDataGridMethod('setColumnProp', this.config.field, 'displayName', nv, true);
3623
- }
3624
- else {
3625
- super.onPropertyChange(key, nv, ov);
3626
- }
3627
- }
3628
- ngOnInit() {
3629
- super.ngOnInit();
3630
- this.populateConfig();
3631
- // when group is inside another group (i.e. sub-level column-group) then consider the col index and not header index.
3632
- const headerIndex = parseInt(this.getAttr('headerIndex'), 10);
3633
- const colIndex = parseInt(this.getAttr('index'), 10);
3634
- const fieldName = this.group && this.group.name;
3635
- i4.setHeaderConfigForTable(this.table.headerConfig, this.config, fieldName, fieldName ? colIndex : headerIndex);
3636
- }
3637
- static { this.ɵfac = function TableColumnGroupDirective_Factory(t) { return new (t || TableColumnGroupDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(TableColumnGroupDirective, 12), i0__namespace.ɵɵdirectiveInject(TableComponent, 8), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
3638
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableColumnGroupDirective, selectors: [["", "wmTableColumnGroup", ""]], features: [i0__namespace.ɵɵProvidersFeature([
3639
- i4.provideAsWidgetRef(TableColumnGroupDirective)
3640
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
3641
- }
3642
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableColumnGroupDirective, [{
3643
- type: i0.Directive,
3644
- args: [{
3645
- selector: '[wmTableColumnGroup]',
3646
- providers: [
3647
- i4.provideAsWidgetRef(TableColumnGroupDirective)
3648
- ]
3649
- }]
3650
- }], () => [{ type: i0__namespace.Injector }, { type: TableColumnGroupDirective, decorators: [{
3651
- type: i0.SkipSelf
3652
- }, {
3653
- type: i0.Optional
3654
- }] }, { type: TableComponent, decorators: [{
3655
- type: i0.Optional
3656
- }] }, { type: undefined, decorators: [{
3657
- type: i0.Inject,
3658
- args: ['EXPLICIT_CONTEXT']
3659
- }, {
3660
- type: i0.Optional
3661
- }] }], null); })();
3662
-
3663
- const _c0 = ["customExprTmpl"];
3664
- const _c1 = ["inlineWidgetTmpl"];
3665
- const _c2 = ["filterTmpl"];
3666
- const _c3 = ["filterWidget"];
3667
- const _c4 = ["inlineWidget"];
3668
- const _c5 = ["inlineWidgetNew"];
3669
- const WIDGET_CONFIG$2 = { widgetType: 'wm-table-column', hostClass: '' };
3670
- let inlineWidgetProps = ['datafield', 'displayfield', 'placeholder', 'searchkey', 'matchmode', 'displaylabel', 'groupby', 'match', 'dateformat', 'showcount', 'collapsible',
3671
- 'checkedvalue', 'uncheckedvalue', 'showdropdownon', 'dataentrymode', 'autoclose', 'dataset', 'outputformat'];
3672
- const validationProps = ['maxchars', 'regexp', 'minvalue', 'maxvalue', 'step', 'required', 'mindate', 'maxdate',
3673
- 'excludedates', 'excludedays', 'mintime', 'maxtime'];
3674
- inlineWidgetProps = [...inlineWidgetProps, ...validationProps];
3675
- class FieldDef {
3676
- constructor(widget) {
3677
- this.widget = widget;
3678
- }
3679
- focus() {
3680
- this.widget.focus();
3681
- }
3682
- setProperty(prop, newval) {
3683
- // Get the scope of the current editable widget and set the value
3684
- prop = prop === 'value' ? 'datavalue' : prop;
3685
- this.widget[prop] = newval;
3686
- }
3687
- getProperty(prop) {
3688
- prop = prop === 'value' ? 'datavalue' : prop;
3689
- return this.widget[prop];
3690
- }
3691
- }
3692
- class TableColumnDirective extends i4.BaseComponent {
3693
- static { this.initializeProps = registerProps$3(); }
3694
- constructor(inj, appDefaults, table, group, bindfilterdataset, binddataset, explicitContext) {
3695
- super(inj, WIDGET_CONFIG$2, explicitContext);
3696
- this.appDefaults = appDefaults;
3697
- this.table = table;
3698
- this.group = group;
3699
- this.bindfilterdataset = bindfilterdataset;
3700
- this.binddataset = binddataset;
3701
- this.syncValidators = [];
3702
- this.asyncValidators = [];
3703
- this.observeOnFields = [];
3704
- this.aggregate = {
3705
- sum: () => {
3706
- return lodashEs.sum(this._getColumnData());
3707
- },
3708
- average: (precision = 2) => {
3709
- return lodashEs.round(lodashEs.mean(this._getColumnData()), precision);
3710
- },
3711
- count: () => {
3712
- return this._getColumnData().length;
3713
- },
3714
- minimum: () => {
3715
- return lodashEs.min(this._getColumnData());
3716
- },
3717
- maximum: () => {
3718
- return lodashEs.max(this._getColumnData());
3719
- },
3720
- percent: (value, precision = 2) => {
3721
- return lodashEs.round((lodashEs.sum(this._getColumnData()) / value) * 100, precision);
3722
- }
3723
- };
3724
- this.notifyForFields = [];
3725
- }
3726
- get dataoptions() {
3727
- return this._dataoptions;
3728
- }
3729
- set dataoptions(options) {
3730
- this._dataoptions = options;
3731
- }
3732
- get datasource() {
3733
- return this._datasource;
3734
- }
3735
- set datasource(ds) {
3736
- this._datasource = ds;
3737
- }
3738
- ngOnInit() {
3739
- super.ngOnInit();
3740
- // Set the default values and register with table
3741
- this.populateFieldDef();
3742
- // when column is inside a group then consider the col index and not header index.
3743
- const colIndex = parseInt(this.getAttr('index'), 10);
3744
- const headerIndex = parseInt(this.getAttr('headerIndex'), 10);
3745
- const fieldName = this.group && this.group.name;
3746
- // Register column with header config to create group structure
3747
- i4.setHeaderConfigForTable(this.table.headerConfig, {
3748
- field: this.field,
3749
- displayName: this.displayName
3750
- }, fieldName, fieldName ? colIndex : headerIndex);
3751
- this.table.registerColumns(this.widget, colIndex);
3752
- this._isRowFilter = this.table.filtermode === 'multicolumn' && this.searchable;
3753
- this._isInlineEditable = !this.readonly && (this.table.editmode !== i4.EDIT_MODE.DIALOG && this.table.editmode !== i4.EDIT_MODE.FORM);
3754
- this._isNewEditableRow = this._isInlineEditable && this.table.editmode === i4.EDIT_MODE.QUICK_EDIT && this.table.shownewrow;
3755
- this.setUpControls();
3756
- this._propsInitialized = true;
3757
- // Inline control status change subscriber
3758
- if (this.getFormControl()) {
3759
- const onStatusChangeSubscription = this.getFormControl().statusChanges
3760
- .pipe(operators.debounceTime(100))
3761
- .subscribe(status => this.onStatusChange(status, 'inlineInstance'));
3762
- this.registerDestroyListener(() => onStatusChangeSubscription.unsubscribe());
3763
- // Instantiate custom validators class for inline edit form control
3764
- this.fieldValidations = new i4.BaseFieldValidations(this, this['inlineInstance'], this.editWidgetType, this.getFormControl(), this.table, 'inlineInstance');
3765
- }
3766
- // Quick edit new row control status change subscriber
3767
- if (this._checkNewEditableRowControl()) {
3768
- const onStatusChangeSubscription_new = this.getFormControl('_new').statusChanges
3769
- .pipe(operators.debounceTime(100))
3770
- .subscribe(status => this.onStatusChange(status, 'inlineInstanceNew'));
3771
- this.registerDestroyListener(() => onStatusChangeSubscription_new.unsubscribe());
3772
- // Instantiate custom validators class for Quick edit newrow form control
3773
- this.fieldValidations_new = new i4.BaseFieldValidations(this, this['inlineInstanceNew'], this.editWidgetType, this.getFormControl('_new'), this.table, 'inlineInstanceNew');
3774
- }
3775
- }
3776
- ngAfterContentInit() {
3777
- if (this._isRowFilter) {
3778
- // Listen on the inner row filter widget and setup the widget
3779
- const s1 = this._filterInstances.changes.subscribe((val) => {
3780
- this.filterInstance = val.first && val.first.widget;
3781
- this.setUpFilterWidget();
3782
- });
3783
- this.registerDestroyListener(() => s1.unsubscribe());
3784
- }
3785
- if (this._isInlineEditable) {
3786
- const s2 = this._inlineInstances.changes.subscribe((val) => {
3787
- // Listen on the inner inline widget and setup the widget
3788
- this.inlineInstance = val.first && val.first.widget;
3789
- this.fieldValidations.formwidget = val.first;
3790
- this.table.registerFormField(this.binding, new FieldDef(this.inlineInstance));
3791
- this.setUpInlineWidget('inlineInstance');
3792
- });
3793
- this.registerDestroyListener(() => s2.unsubscribe());
3794
- if (this._isNewEditableRow) {
3795
- const s3 = this._inlineInstancesNew.changes.subscribe((val) => {
3796
- // Listen on the inner inline widget and setup the widget
3797
- this.inlineInstanceNew = val.first && val.first.widget;
3798
- this.fieldValidations_new.formwidget = val.first;
3799
- this.setUpInlineWidget('inlineInstanceNew');
3800
- });
3801
- this.registerDestroyListener(() => s3.unsubscribe());
3802
- }
3803
- }
3804
- this.registerReadyStateListener(() => {
3805
- this.key = this.field || this.binding;
3806
- });
3807
- super.ngAfterContentInit();
3808
- if (this.table.isdynamictable) {
3809
- this.table.inlineWidgetTmpl._results.push(this.inlineWidthTempRef);
3810
- }
3811
- }
3812
- ngAfterViewInit() {
3813
- // manually listing the table column templateRef as templateRef will not be available prior.
3814
- if (this.filterTemplateRef) {
3815
- this.table.renderDynamicFilterColumn(this.filterTemplateRef);
3816
- }
3817
- }
3818
- // Apply default|sync|async|prop validators for inline form control
3819
- applyValidations() {
3820
- if (!this.getFormControl()) {
3821
- return;
3822
- }
3823
- if (this.syncValidators.length > 0) {
3824
- this.fieldValidations.setValidators(this.syncValidators);
3825
- }
3826
- this.fieldValidations.setUpValidators();
3827
- if (this.asyncValidators.length > 0) {
3828
- this.fieldValidations.setAsyncValidators(this.asyncValidators);
3829
- }
3830
- if (this.observeOnFields.length > 0) {
3831
- this.fieldValidations.observeOn(this.observeOnFields, 'columns');
3832
- }
3833
- }
3834
- // Remove validators for the inline widget and set form to untouched
3835
- removeValidations() {
3836
- this.table.ngform.markAsUntouched();
3837
- const control = this.getFormControl();
3838
- if (!control) {
3839
- return;
3840
- }
3841
- control.clearValidators();
3842
- control.clearAsyncValidators();
3843
- control.updateValueAndValidity();
3844
- }
3845
- // Apply default|sync|async|prop validators for QuickEdit new row form control
3846
- applyNewRowValidations() {
3847
- if (!this._checkNewEditableRowControl()) {
3848
- return;
3849
- }
3850
- if (this.syncValidators.length > 0) {
3851
- this.fieldValidations_new.setValidators(this.syncValidators);
3852
- }
3853
- this.fieldValidations_new.setUpValidators();
3854
- if (this.asyncValidators.length > 0) {
3855
- this.fieldValidations_new.setAsyncValidators(this.asyncValidators);
3856
- }
3857
- if (this.observeOnFields.length > 0) {
3858
- this.fieldValidations_new.observeOn(this.observeOnFields, 'columns');
3859
- }
3860
- }
3861
- // Remove validators for the QuickEdit new row widget and set form to untouched
3862
- removeNewRowValidations() {
3863
- this.table.ngform.markAsUntouched();
3864
- if (!this._checkNewEditableRowControl()) {
3865
- return;
3866
- }
3867
- const control = this.getFormControl('_new');
3868
- control.clearValidators();
3869
- control.clearAsyncValidators();
3870
- control.updateValueAndValidity();
3871
- }
3872
- addFormControl(suffix) {
3873
- const ctrlName = suffix ? (this.binding + suffix) : this.binding;
3874
- this.table.ngform.addControl(ctrlName, this.table.fb.control(''));
3875
- }
3876
- getFormControl(suffix) {
3877
- const ctrlName = suffix ? (this.binding + suffix) : this.binding;
3878
- return this.table.ngform.controls[ctrlName];
3879
- }
3880
- _checkNewEditableRowControl() {
3881
- return this._isNewEditableRow && this.getFormControl('_new');
3882
- }
3883
- // Setup the inline edit and filter widget
3884
- setUpControls() {
3885
- if (this._isInlineEditable) {
3886
- if (this.editWidgetType === i2.FormWidgetType.UPLOAD) {
3887
- return;
3888
- }
3889
- this.addFormControl();
3890
- const control = this.getFormControl();
3891
- if (control) {
3892
- const onValueChangeSubscription = control.valueChanges
3893
- .pipe(operators.debounceTime(200))
3894
- .subscribe(value => this.onValueChange(value, 'inlineInstance'));
3895
- this.registerDestroyListener(() => onValueChangeSubscription.unsubscribe());
3896
- }
3897
- if (this._isNewEditableRow) {
3898
- this.addFormControl('_new');
3899
- const newControl = this.getFormControl('_new');
3900
- if (newControl) {
3901
- const onNewValueChangeSubscription = newControl.valueChanges
3902
- .pipe(operators.debounceTime(200))
3903
- .subscribe(value => this.onValueChange(value, 'inlineInstanceNew'));
3904
- this.registerDestroyListener(() => onNewValueChangeSubscription.unsubscribe());
3905
- }
3906
- }
3907
- }
3908
- if (this._isRowFilter) {
3909
- this.addFormControl('_filter');
3910
- this.filterControl = this.getFormControl('_filter');
3911
- if (this.filterControl) {
3912
- const onFilterValueSubscription = this.filterControl.valueChanges.subscribe(this.onFilterValueChange.bind(this));
3913
- this.registerDestroyListener(() => onFilterValueSubscription.unsubscribe());
3914
- }
3915
- }
3916
- }
3917
- // Reset the row filter value
3918
- resetFilter() {
3919
- if (this.filterControl) {
3920
- this.filterControl.setValue('');
3921
- }
3922
- if (this.filterwidget === i2.FormWidgetType.AUTOCOMPLETE) {
3923
- this.filterInstance.query = '';
3924
- this.filterInstance.queryModel = '';
3925
- }
3926
- }
3927
- // On field value change, propagate event to parent form
3928
- onFilterValueChange(val) {
3929
- this.table.rowFilter[this.field].value = val;
3930
- }
3931
- // Get of the active from control
3932
- get datavalue() {
3933
- return this[this.activeControlType] && this[this.activeControlType].datavalue;
3934
- }
3935
- set datavalue(val) {
3936
- const control = this.getFormControl(this.activeControlType === 'inlineInstanceNew' ? '_new' : undefined);
3937
- if (!control) {
3938
- return;
3939
- }
3940
- if (control && this.editWidgetType !== i2.FormWidgetType.UPLOAD) {
3941
- control.setValue(val);
3942
- }
3943
- }
3944
- get value() {
3945
- return this.datavalue;
3946
- }
3947
- set value(val) {
3948
- this.datavalue = val;
3949
- }
3950
- // On field value change, apply cascading filter and set validation message
3951
- onValueChange(val, widget) {
3952
- if (val !== null) {
3953
- i4.applyFilterOnField(this.table.datasource, this.widget, this.table.fieldDefs, val, {
3954
- widget: 'edit-widget-type'
3955
- });
3956
- }
3957
- if (this.table.ngform.touched) {
3958
- this.activeControlType = widget;
3959
- if (widget === 'inlineInstance') {
3960
- this.notifyChanges();
3961
- this.fieldValidations.setCustomValidationMessage();
3962
- }
3963
- else if (this._isNewEditableRow) {
3964
- this.notifyChanges('_new');
3965
- this.fieldValidations_new.setCustomValidationMessage();
3966
- }
3967
- }
3968
- }
3969
- loadFilterData() {
3970
- // If filterdataset is not bound, get the data implicitly
3971
- if (this._isRowFilter && i4.isDataSetWidget(this.filterwidget) && !this.bindfilterdataset) {
3972
- // For live variable, get the data using distinct API
3973
- if (this.table.datasource.execute(i2.DataSource.Operation.SUPPORTS_DISTINCT_API)) {
3974
- // check for related entity columns
3975
- if (this.relatedEntityName) {
3976
- this.widget['is-related'] = true;
3977
- this.widget['lookup-type'] = this.relatedEntityName;
3978
- this.widget['lookup-field'] = lodashEs.last(lodashEs.split(this.field, '.'));
3979
- }
3980
- if (this.filterwidget === i2.FormWidgetType.AUTOCOMPLETE) {
3981
- this.filterInstance.dataoptions = i4.getDistinctFieldProperties(this.table.datasource, this);
3982
- this.filterInstance.datasource = this.table.datasource;
3983
- }
3984
- else {
3985
- i4.getDistinctValues(this.table.datasource, this.widget, 'filterwidget').then((res) => {
3986
- this._filterDataSet = res.data;
3987
- this.setFilterWidgetDataSet();
3988
- });
3989
- }
3990
- }
3991
- else {
3992
- // For other datasources, get the data from datasource bound to table
3993
- //[Todo-CSP]: watch fn should already be generated from table dataset.bind expr
3994
- this.registerDestroyListener(i2.$watch(this.table.binddataset, this.viewParent, {}, nv => this.widget.filterdataset = nv, i4.getWatchIdentifier(this.widgetId, 'filterdataset')));
3995
- }
3996
- }
3997
- }
3998
- loadInlineWidgetData() {
3999
- // If dataset is not bound, get the data implicitly
4000
- if (i4.isDataSetWidget(this['edit-widget-type']) && !this.binddataset && !this.readonly) {
4001
- const dataSource = this.table.datasource;
4002
- if (this['related-entity-name'] && this['primary-key']) {
4003
- // Fetch the data for the related fields
4004
- this.isDataSetBound = true;
4005
- const bindings = lodashEs.split(this.binding, '.');
4006
- this.showPendingSpinner = true;
4007
- i4.fetchRelatedFieldData(dataSource, this.widget, {
4008
- relatedField: lodashEs.head(bindings),
4009
- datafield: lodashEs.last(bindings),
4010
- widget: 'edit-widget-type'
4011
- });
4012
- }
4013
- else if (dataSource.execute(i2.DataSource.Operation.SUPPORTS_DISTINCT_API)) {
4014
- i4.getDistinctValuesForField(dataSource, this.widget, {
4015
- widget: 'edit-widget-type'
4016
- });
4017
- }
4018
- }
4019
- }
4020
- // On table datasource change, get the data for row filters
4021
- onDataSourceChange() {
4022
- this.loadFilterData();
4023
- if (this.table.editmode === i4.EDIT_MODE.QUICK_EDIT) {
4024
- this.loadInlineWidgetData();
4025
- }
4026
- }
4027
- // Set the data on the row filter widget
4028
- setFilterWidgetDataSet() {
4029
- if (this.filterInstance) {
4030
- this.filterInstance.dataset = this._filterDataSet;
4031
- }
4032
- }
4033
- // Set the props on the row filter widget
4034
- setUpFilterWidget() {
4035
- this.filterInstance.registerReadyStateListener(() => {
4036
- if (i4.isDataSetWidget(this.filterwidget)) {
4037
- // if binding is department.deptId then field will be deptId
4038
- const field = lodashEs.last(this.binding.split('.'));
4039
- this.filterInstance.dataset = this._filterDataSet;
4040
- this.filterInstance.datafield = this.filterdatafield || field;
4041
- this.filterInstance.displayfield = this.filterdisplayfield || field;
4042
- if (this.filterwidget === i2.FormWidgetType.AUTOCOMPLETE) {
4043
- this.filterInstance.displaylabel = this.filterdisplaylabel || field;
4044
- this.filterInstance.searchkey = this.filtersearchkey || field;
4045
- }
4046
- }
4047
- if (this.filterwidget === i2.FormWidgetType.TIME) {
4048
- this.filterInstance.timepattern = this.appDefaults.timeFormat || 'hh:mm:ss a';
4049
- }
4050
- this.filterInstance.placeholder = this.filterplaceholder || '';
4051
- });
4052
- }
4053
- // Notifies all the dependent validation controls incase of any changes
4054
- notifyChanges(quickEdit) {
4055
- lodashEs.forEach(this.notifyForFields, field => {
4056
- if (quickEdit && this._isNewEditableRow) {
4057
- field.fieldValidations_new.validate();
4058
- }
4059
- else {
4060
- field.fieldValidations.validate();
4061
- }
4062
- });
4063
- }
4064
- // Watches control for dependent validation changes
4065
- observeOn(fields) {
4066
- this.observeOnFields = lodashEs.cloneDeep(fields);
4067
- }
4068
- // Sets the default validators inline and quickedit new row using props
4069
- setUpValidators() {
4070
- this.fieldValidations.setUpValidators();
4071
- if (this._checkNewEditableRowControl()) {
4072
- this.fieldValidations_new.setUpValidators();
4073
- }
4074
- }
4075
- // Sets the Async validators on the inline and quickedit new row form control
4076
- setAsyncValidators(validators) {
4077
- this.asyncValidators = lodashEs.cloneDeep(validators);
4078
- }
4079
- // Sets the default/custom validators on the inline and quickedit new row form control
4080
- setValidators(validators) {
4081
- this.syncValidators = lodashEs.cloneDeep(validators);
4082
- }
4083
- boundFn(fn) {
4084
- return fn();
4085
- }
4086
- // Shows spinner for async validators based on status
4087
- onStatusChange(status, type) {
4088
- this['showPendingSpinner' + (type === 'inlineInstance' ? '' : 'New')] = (status === 'PENDING');
4089
- }
4090
- /* Summary Row Logic start */
4091
- setSummaryRowData(data) {
4092
- const newData = (data instanceof Array) ? data : [data];
4093
- this._invokeSummaryRowData(newData);
4094
- }
4095
- _invokeSummaryRowData(data) {
4096
- lodashEs.forEach(data, (item, index) => {
4097
- const content = item;
4098
- if (content instanceof Promise) {
4099
- content.then(res => {
4100
- this.table.callDataGridMethod('setSummaryRowDef', this.key, res, index, true);
4101
- });
4102
- }
4103
- else if (content.value && content.value instanceof Promise) {
4104
- const contentData = content;
4105
- content.value.then(res => {
4106
- contentData.value = res;
4107
- this.table.callDataGridMethod('setSummaryRowDef', this.key, contentData, index, true);
4108
- });
4109
- }
4110
- this.table.callDataGridMethod('setSummaryRowDef', this.key, content, index);
4111
- });
4112
- }
4113
- _getColumnData() {
4114
- return lodashEs.map(this.table.dataset, this.binding);
4115
- }
4116
- /* Summary Row Logic end */
4117
- // Set the props on the inline edit widget
4118
- setInlineWidgetProp(widget, prop, nv) {
4119
- if (prop === 'datepattern' && this.editWidgetType === i2.FormWidgetType.TIME) {
4120
- prop = 'timepattern';
4121
- }
4122
- if (this[widget] && i2.isDefined(nv)) {
4123
- this[widget][prop] = nv;
4124
- }
4125
- }
4126
- // Initialize the inline edit widget
4127
- setUpInlineWidget(widget) {
4128
- this[widget].registerReadyStateListener(() => {
4129
- if (i4.isDataSetWidget(this['edit-widget-type'])) {
4130
- this[widget].dataset = this.dataset;
4131
- }
4132
- inlineWidgetProps.forEach(key => {
4133
- this.setInlineWidgetProp(widget, key, this[key]);
4134
- });
4135
- this[widget].datasource = this._datasource;
4136
- this[widget].dataoptions = this._dataoptions;
4137
- this.setInlineWidgetProp(widget, 'datepattern', this.editdatepattern);
4138
- });
4139
- }
4140
- getStyleDef() {
4141
- return `width: ${this.width || ''}; background-color: ${this.backgroundcolor || ''}; color: ${this.textcolor || ''};`;
4142
- }
4143
- populateFieldDef() {
4144
- this.width = this.width === 'px' ? '' : (this.width || '');
4145
- this.field = this.binding;
4146
- this.displayName = this.caption || '';
4147
- this.pcDisplay = this.pcdisplay;
4148
- this.mobileDisplay = this.mobiledisplay;
4149
- this.tabletDisplay = this.tabletdisplay;
4150
- this.textAlignment = this.textalignment;
4151
- this.backgroundColor = this.backgroundcolor;
4152
- this.textColor = this.textcolor;
4153
- this.primaryKey = this['primary-key'];
4154
- this.relatedEntityName = this['related-entity-name'];
4155
- this.style = this.getStyleDef();
4156
- this.class = this['col-class'];
4157
- this.ngclass = this['col-ng-class'];
4158
- this.formatpattern = this.formatpattern === 'toNumber' ? 'numberToString' : this.formatpattern;
4159
- this.searchable = (this.type === 'blob' || this.type === 'clob') ? false : this.searchable;
4160
- this.showinfilter = (this.nativeElement.hasAttribute('showinfilter') && !(this.table && this.table.isdynamictable)) ? this.nativeElement.getAttribute('showinfilter') : (this.show);
4161
- this.limit = this.limit ? +this.limit : undefined;
4162
- this.editWidgetType = this['edit-widget-type'] = this['edit-widget-type'] || i4.getEditModeWidget(this);
4163
- this.filterOn = this['filter-on'];
4164
- this.readonly = i2.isDefined(this.getAttr('readonly')) ? this.getAttr('readonly') === 'true' : (this['related-entity-name'] ? !this['primary-key'] : lodashEs.includes(['identity', 'uniqueid', 'sequence'], this.generator));
4165
- this.filterwidget = this.filterwidget || i4.getDataTableFilterWidget(this.type || 'string');
4166
- this.isFilterDataSetBound = !!this.bindfilterdataset;
4167
- this.defaultvalue = i4.getDefaultValue(this.defaultvalue, this.type, this.editWidgetType);
4168
- // For date time data types, if date pattern is not specified, set the app format or default format
4169
- if (i2.isDateTimeType(this.type) && this.formatpattern === 'toDate' && !this.datepattern) {
4170
- const defaultFormat = i2.getDisplayDateTimeFormat(this.type);
4171
- if (this.type === i2.DataType.DATE) {
4172
- this.datepattern = this.appDefaults.dateFormat || defaultFormat;
4173
- }
4174
- else if (this.type === i2.DataType.TIME) {
4175
- this.datepattern = this.appDefaults.timeFormat || defaultFormat;
4176
- }
4177
- else if (this.type === i2.DataType.TIMESTAMP || this.type === i2.DataType.DATETIME) {
4178
- this.datepattern = this.appDefaults.dateTimeFormat || defaultFormat;
4179
- }
4180
- }
4181
- }
4182
- onPropertyChange(key, nv, ov) {
4183
- if (!this._propsInitialized) {
4184
- return;
4185
- }
4186
- switch (key) {
4187
- case 'caption':
4188
- this.displayName = nv || '';
4189
- this.setProperty('displayName', this.displayName);
4190
- // Fix for [WMS-25934]: update the headerConfig list when there is change in display name
4191
- // when column is inside a group then consider the col index and not header index.
4192
- const fieldName = this.group && this.group.name;
4193
- const index = fieldName ? parseInt(this.getAttr('index'), 10) : parseInt(this.getAttr('headerIndex'), 10);
4194
- // Register column with header config to create group structure
4195
- i4.setHeaderConfigForTable(this.table.headerConfig, {
4196
- field: this.field,
4197
- displayName: this.displayName
4198
- }, fieldName, index);
4199
- break;
4200
- case 'defaultvalue':
4201
- this.defaultvalue = i4.getDefaultValue(this.defaultvalue, this.type, this.editWidgetType);
4202
- break;
4203
- case 'show':
4204
- this.table.redraw(true);
4205
- this.showinfilter = this.nativeElement.hasAttribute('showinfilter') ? this.nativeElement.getAttribute('showinfilter') : nv;
4206
- break;
4207
- case 'filterdataset':
4208
- this._filterDataSet = nv;
4209
- this.setFilterWidgetDataSet();
4210
- break;
4211
- case 'editdatepattern':
4212
- this.setInlineWidgetProp('inlineInstance', 'datepattern', nv);
4213
- this.setInlineWidgetProp('inlineInstanceNew', 'datepattern', nv);
4214
- break;
4215
- case 'showinfilter':
4216
- this.showinfilter = nv;
4217
- break;
4218
- default:
4219
- if (inlineWidgetProps.includes(key)) {
4220
- this.setInlineWidgetProp('inlineInstance', key, nv);
4221
- this.setInlineWidgetProp('inlineInstanceNew', key, nv);
4222
- }
4223
- break;
4224
- }
4225
- super.onPropertyChange(key, nv, ov);
4226
- }
4227
- setProperty(property, nv) {
4228
- this[property] = nv;
4229
- switch (property) {
4230
- case 'displayName':
4231
- this.table.callDataGridMethod('setColumnProp', this.field, property, nv);
4232
- break;
4233
- default:
4234
- this.table.redraw(true);
4235
- }
4236
- }
4237
- static { this.ɵfac = function TableColumnDirective_Factory(t) { return new (t || TableColumnDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(i2__namespace.AppDefaults), i0__namespace.ɵɵdirectiveInject(TableComponent, 8), i0__namespace.ɵɵdirectiveInject(TableColumnGroupDirective, 8), i0__namespace.ɵɵinjectAttribute('filterdataset.bind'), i0__namespace.ɵɵinjectAttribute('dataset.bind'), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
4238
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableColumnDirective, selectors: [["", "wmTableColumn", ""]], contentQueries: function TableColumnDirective_ContentQueries(rf, ctx, dirIndex) { if (rf & 1) {
4239
- i0__namespace.ɵɵcontentQuery(dirIndex, _c0, 5);
4240
- i0__namespace.ɵɵcontentQuery(dirIndex, _c1, 5);
4241
- i0__namespace.ɵɵcontentQuery(dirIndex, _c2, 5);
4242
- i0__namespace.ɵɵcontentQuery(dirIndex, _c3, 5);
4243
- i0__namespace.ɵɵcontentQuery(dirIndex, _c4, 5);
4244
- i0__namespace.ɵɵcontentQuery(dirIndex, _c5, 5);
4245
- } if (rf & 2) {
4246
- let _t;
4247
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.customExprTmpl = _t.first);
4248
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.inlineWidthTempRef = _t.first);
4249
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx.filterTemplateRef = _t.first);
4250
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx._filterInstances = _t);
4251
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx._inlineInstances = _t);
4252
- i0__namespace.ɵɵqueryRefresh(_t = i0__namespace.ɵɵloadQuery()) && (ctx._inlineInstancesNew = _t);
4253
- } }, features: [i0__namespace.ɵɵProvidersFeature([
4254
- i4.provideAsWidgetRef(TableColumnDirective)
4255
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
4256
- }
4257
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableColumnDirective, [{
4258
- type: i0.Directive,
4259
- args: [{
4260
- selector: '[wmTableColumn]',
4261
- providers: [
4262
- i4.provideAsWidgetRef(TableColumnDirective)
4263
- ]
4264
- }]
4265
- }], () => [{ type: i0__namespace.Injector }, { type: i2__namespace.AppDefaults }, { type: TableComponent, decorators: [{
4266
- type: i0.Optional
4267
- }] }, { type: TableColumnGroupDirective, decorators: [{
4268
- type: i0.Optional
4269
- }] }, { type: undefined, decorators: [{
4270
- type: i0.Attribute,
4271
- args: ['filterdataset.bind']
4272
- }] }, { type: undefined, decorators: [{
4273
- type: i0.Attribute,
4274
- args: ['dataset.bind']
4275
- }] }, { type: undefined, decorators: [{
4276
- type: i0.Inject,
4277
- args: ['EXPLICIT_CONTEXT']
4278
- }, {
4279
- type: i0.Optional
4280
- }] }], { _filterInstances: [{
4281
- type: i0.ContentChildren,
4282
- args: ['filterWidget', { descendants: true }]
4283
- }], _inlineInstances: [{
4284
- type: i0.ContentChildren,
4285
- args: ['inlineWidget', { descendants: true }]
4286
- }], _inlineInstancesNew: [{
4287
- type: i0.ContentChildren,
4288
- args: ['inlineWidgetNew', { descendants: true }]
4289
- }], customExprTmpl: [{
4290
- type: i0.ContentChild,
4291
- args: ['customExprTmpl']
4292
- }], inlineWidthTempRef: [{
4293
- type: i0.ContentChild,
4294
- args: ['inlineWidgetTmpl']
4295
- }], filterTemplateRef: [{
4296
- type: i0.ContentChild,
4297
- args: ['filterTmpl']
4298
- }] }); })();
4299
-
4300
- const registerProps$1 = () => {
4301
- i4.register('wm-table-row', new Map([
4302
- ['class', i4.PROP_STRING],
4303
- ['closeothers', { value: true, ...i4.PROP_BOOLEAN }],
4304
- ['content', i4.PROP_STRING],
4305
- ['columnwidth', { value: '30px', ...i4.PROP_STRING }],
4306
- ['collapseicon', i4.PROP_STRING],
4307
- ['expandicon', i4.PROP_STRING],
4308
- ['height', i4.PROP_STRING],
4309
- ['position', { value: '0', ...i4.PROP_STRING }]
4310
- ]));
4311
- };
4312
-
4313
- const WIDGET_CONFIG$1 = { widgetType: 'wm-table-row', hostClass: '' };
4314
- class TableRowDirective extends i4.BaseComponent {
4315
- static { this.initializeProps = registerProps$1(); }
4316
- constructor(inj, table, explicitContext) {
4317
- super(inj, WIDGET_CONFIG$1, explicitContext);
4318
- this.table = table;
4319
- }
4320
- populateConfig() {
4321
- this.config = {
4322
- closeothers: this.closeothers,
4323
- content: this.content,
4324
- columnwidth: this.columnwidth,
4325
- expandicon: this.expandicon,
4326
- collapseicon: this.collapseicon,
4327
- height: this.height,
4328
- position: this.position
4329
- };
4330
- }
4331
- ngOnInit() {
4332
- super.ngOnInit();
4333
- this.populateConfig();
4334
- this.table.registerRow(this.config, this);
4335
- }
4336
- onPropertyChange(key, nv) {
4337
- if (key === 'content' && this.config) {
4338
- this.config.content = this.content;
4339
- }
4340
- }
4341
- static { this.ɵfac = function TableRowDirective_Factory(t) { return new (t || TableRowDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(TableComponent, 12), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
4342
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableRowDirective, selectors: [["", "wmTableRow", ""]], features: [i0__namespace.ɵɵProvidersFeature([
4343
- i4.provideAsWidgetRef(TableRowDirective)
4344
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
4345
- }
4346
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableRowDirective, [{
4347
- type: i0.Directive,
4348
- args: [{
4349
- selector: '[wmTableRow]',
4350
- providers: [
4351
- i4.provideAsWidgetRef(TableRowDirective)
4352
- ]
4353
- }]
4354
- }], () => [{ type: i0__namespace.Injector }, { type: TableComponent, decorators: [{
4355
- type: i0.Optional
4356
- }, {
4357
- type: i0.SkipSelf
4358
- }] }, { type: undefined, decorators: [{
4359
- type: i0.Inject,
4360
- args: ['EXPLICIT_CONTEXT']
4361
- }, {
4362
- type: i0.Optional
4363
- }] }], null); })();
4364
-
4365
- const registerProps = () => {
4366
- i4.register('wm-table-row-action', new Map([
4367
- ['accessroles', i4.PROP_STRING],
4368
- ['action', i4.PROP_STRING],
4369
- ['caption', i4.PROP_STRING],
4370
- ['class ', { value: 'btn-secondary', ...i4.PROP_STRING }],
4371
- ['disabled', { value: false, ...i4.PROP_BOOLEAN }],
4372
- ['display-name', i4.PROP_STRING],
4373
- ['hyperlink', i4.PROP_STRING],
4374
- ['iconclass', i4.PROP_STRING],
4375
- ['key', i4.PROP_STRING],
4376
- ['show', { value: true, ...i4.PROP_BOOLEAN }],
4377
- ['tabindex', { value: 0, ...i4.PROP_NUMBER }],
4378
- ['target', i4.PROP_STRING],
4379
- ['title', i4.PROP_STRING],
4380
- ['widget-type', { value: 'button', ...i4.PROP_STRING }]
4381
- ]));
4382
- };
4383
-
4384
- const WIDGET_CONFIG = { widgetType: 'wm-table-row-action', hostClass: '' };
4385
- class TableRowActionDirective extends i4.BaseComponent {
4386
- static { this.initializeProps = registerProps(); }
4387
- constructor(inj, table, contexts, explicitContext) {
4388
- super(inj, WIDGET_CONFIG, explicitContext);
4389
- this.table = table;
4390
- contexts[0].editRow = (evt) => this.table.editRow(evt);
4391
- contexts[0].deleteRow = (evt) => this.table.deleteRow(evt);
4392
- contexts[0].addNewRow = (evt) => this.table.addNewRow(evt);
4393
- }
4394
- getTitle() {
4395
- return lodashEs.isUndefined(this.title) ? (this['display-name'] || '') : this.title;
4396
- }
4397
- populateAction() {
4398
- this.buttonDef = {
4399
- key: this.key,
4400
- displayName: this['display-name'] || this.caption || '',
4401
- show: this.show,
4402
- class: this.class || '',
4403
- iconclass: this.iconclass || '',
4404
- title: this.getTitle(),
4405
- action: this.action,
4406
- accessroles: this.accessroles,
4407
- disabled: this.disabled,
4408
- tabindex: this.tabindex ? +this.tabindex : undefined,
4409
- widgetType: this['widget-type'] || 'button',
4410
- hyperlink: this.hyperlink,
4411
- target: this.target || '',
4412
- conditionalclass: this.conditionalclass || '',
4413
- conditionalstyle: this.conditionalstyle || {}
4414
- };
4415
- }
4416
- ngOnInit() {
4417
- super.ngOnInit();
4418
- this.populateAction();
4419
- this.table.registerRowActions(this.buttonDef);
4420
- }
4421
- static { this.ɵfac = function TableRowActionDirective_Factory(t) { return new (t || TableRowActionDirective)(i0__namespace.ɵɵdirectiveInject(i0__namespace.Injector), i0__namespace.ɵɵdirectiveInject(TableComponent, 8), i0__namespace.ɵɵdirectiveInject(i4.Context, 2), i0__namespace.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
4422
- static { this.ɵdir = /*@__PURE__*/ i0__namespace.ɵɵdefineDirective({ type: TableRowActionDirective, selectors: [["", "wmTableRowAction", ""]], features: [i0__namespace.ɵɵProvidersFeature([
4423
- i4.provideAsWidgetRef(TableRowActionDirective),
4424
- { provide: i4.Context, useFactory: () => { return {}; }, multi: true }
4425
- ]), i0__namespace.ɵɵInheritDefinitionFeature] }); }
4426
- }
4427
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableRowActionDirective, [{
4428
- type: i0.Directive,
4429
- args: [{
4430
- selector: '[wmTableRowAction]',
4431
- providers: [
4432
- i4.provideAsWidgetRef(TableRowActionDirective),
4433
- { provide: i4.Context, useFactory: () => { return {}; }, multi: true }
4434
- ]
4435
- }]
4436
- }], () => [{ type: i0__namespace.Injector }, { type: TableComponent, decorators: [{
4437
- type: i0.Optional
4438
- }] }, { type: Array, decorators: [{
4439
- type: i0.Self
4440
- }, {
4441
- type: i0.Inject,
4442
- args: [i4.Context]
4443
- }] }, { type: undefined, decorators: [{
4444
- type: i0.Inject,
4445
- args: ['EXPLICIT_CONTEXT']
4446
- }, {
4447
- type: i0.Optional
4448
- }] }], null); })();
4449
-
4450
- const components = [
4451
- TableComponent,
4452
- TableCUDDirective,
4453
- TableFilterSortDirective,
4454
- TableActionDirective,
4455
- TableColumnDirective,
4456
- TableColumnGroupDirective,
4457
- TableRowDirective,
4458
- TableRowActionDirective
4459
- ];
4460
- class TableModule {
4461
- static { this.ɵfac = function TableModule_Factory(t) { return new (t || TableModule)(); }; }
4462
- static { this.ɵmod = /*@__PURE__*/ i0__namespace.ɵɵdefineNgModule({ type: TableModule }); }
4463
- static { this.ɵinj = /*@__PURE__*/ i0__namespace.ɵɵdefineInjector({ imports: [i5.BasicModule,
4464
- i6.BsDropdownModule,
4465
- i7.CommonModule,
4466
- i1.FormsModule,
4467
- i1.ReactiveFormsModule,
4468
- i8.InputModule,
4469
- i3.ListModule,
4470
- i9.MenuModule,
4471
- i10.PaginationModule,
4472
- tooltip.TooltipModule,
4473
- i4.WmComponentsModule] }); }
4474
- }
4475
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0__namespace.ɵsetClassMetadata(TableModule, [{
4476
- type: i0.NgModule,
4477
- args: [{
4478
- imports: [
4479
- i5.BasicModule,
4480
- i6.BsDropdownModule,
4481
- i7.CommonModule,
4482
- i1.FormsModule,
4483
- i1.ReactiveFormsModule,
4484
- i8.InputModule,
4485
- i3.ListModule,
4486
- i9.MenuModule,
4487
- i10.PaginationModule,
4488
- tooltip.TooltipModule,
4489
- i4.WmComponentsModule
4490
- ],
4491
- declarations: [...components],
4492
- exports: [...components]
4493
- }]
4494
- }], null, null); })();
4495
- (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0__namespace.ɵɵsetNgModuleScope(TableModule, { declarations: [TableComponent,
4496
- TableCUDDirective,
4497
- TableFilterSortDirective,
4498
- TableActionDirective,
4499
- TableColumnDirective,
4500
- TableColumnGroupDirective,
4501
- TableRowDirective,
4502
- TableRowActionDirective], imports: [i5.BasicModule,
4503
- i6.BsDropdownModule,
4504
- i7.CommonModule,
4505
- i1.FormsModule,
4506
- i1.ReactiveFormsModule,
4507
- i8.InputModule,
4508
- i3.ListModule,
4509
- i9.MenuModule,
4510
- i10.PaginationModule,
4511
- tooltip.TooltipModule,
4512
- i4.WmComponentsModule], exports: [TableComponent,
4513
- TableCUDDirective,
4514
- TableFilterSortDirective,
4515
- TableActionDirective,
4516
- TableColumnDirective,
4517
- TableColumnGroupDirective,
4518
- TableRowDirective,
4519
- TableRowActionDirective] }); })();
4520
-
4521
- exports.TableActionDirective = TableActionDirective;
4522
- exports.TableCUDDirective = TableCUDDirective;
4523
- exports.TableColumnDirective = TableColumnDirective;
4524
- exports.TableColumnGroupDirective = TableColumnGroupDirective;
4525
- exports.TableComponent = TableComponent;
4526
- exports.TableFilterSortDirective = TableFilterSortDirective;
4527
- exports.TableModule = TableModule;
4528
- exports.TableRowActionDirective = TableRowActionDirective;
4529
- exports.TableRowDirective = TableRowDirective;
4530
-
4531
- }));