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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2827) hide show
  1. app-ng-runtime/build-task/.npmignore +2 -0
  2. app-ng-runtime/build-task/package.json +28 -0
  3. app-ng-runtime/components/advanced/carousel/.npmignore +2 -0
  4. app-ng-runtime/components/advanced/carousel/package.json +23 -0
  5. app-ng-runtime/components/advanced/login/.npmignore +2 -0
  6. app-ng-runtime/components/advanced/login/package.json +23 -0
  7. app-ng-runtime/components/advanced/marquee/.npmignore +2 -0
  8. app-ng-runtime/components/advanced/marquee/package.json +23 -0
  9. app-ng-runtime/components/base/.npmignore +2 -0
  10. app-ng-runtime/components/base/bundles/index.umd.js +5364 -0
  11. app-ng-runtime/components/base/directives/show-in-device.directive.d.ts +15 -0
  12. app-ng-runtime/components/base/esm2022/directives/show-in-device.directive.mjs +71 -0
  13. app-ng-runtime/components/base/esm2022/widgets/common/base/base-field-validations.mjs +265 -0
  14. app-ng-runtime/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +43 -0
  15. app-ng-runtime/components/base/fesm2022/index.mjs +5242 -0
  16. app-ng-runtime/components/base/fesm2022/index.mjs.map +1 -0
  17. app-ng-runtime/components/base/package.json +28 -0
  18. app-ng-runtime/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +15 -0
  19. app-ng-runtime/components/basic/default/.npmignore +2 -0
  20. app-ng-runtime/components/basic/default/package.json +23 -0
  21. app-ng-runtime/components/basic/progress/.npmignore +2 -0
  22. app-ng-runtime/components/basic/progress/package.json +23 -0
  23. app-ng-runtime/components/basic/rich-text-editor/.npmignore +2 -0
  24. app-ng-runtime/components/basic/rich-text-editor/package.json +23 -0
  25. app-ng-runtime/components/basic/search/.npmignore +2 -0
  26. app-ng-runtime/components/basic/search/bundles/index.umd.js +1285 -0
  27. app-ng-runtime/components/basic/search/esm2022/search.component.mjs +922 -0
  28. app-ng-runtime/components/basic/search/fesm2022/index.mjs +1273 -0
  29. app-ng-runtime/components/basic/search/fesm2022/index.mjs.map +1 -0
  30. app-ng-runtime/components/basic/search/package.json +23 -0
  31. app-ng-runtime/components/basic/tree/.npmignore +2 -0
  32. app-ng-runtime/components/basic/tree/package.json +23 -0
  33. app-ng-runtime/components/chart/.npmignore +2 -0
  34. app-ng-runtime/components/chart/package.json +23 -0
  35. app-ng-runtime/components/containers/accordion/.npmignore +2 -0
  36. app-ng-runtime/components/containers/accordion/package.json +23 -0
  37. app-ng-runtime/components/containers/layout-grid/.npmignore +2 -0
  38. app-ng-runtime/components/containers/layout-grid/package.json +23 -0
  39. app-ng-runtime/components/containers/linear-layout/.npmignore +2 -0
  40. app-ng-runtime/components/containers/linear-layout/package.json +23 -0
  41. app-ng-runtime/components/containers/panel/.npmignore +2 -0
  42. app-ng-runtime/components/containers/panel/package.json +23 -0
  43. app-ng-runtime/components/containers/tabs/.npmignore +2 -0
  44. app-ng-runtime/components/containers/tabs/package.json +23 -0
  45. app-ng-runtime/components/containers/tile/.npmignore +2 -0
  46. app-ng-runtime/components/containers/tile/package.json +23 -0
  47. app-ng-runtime/components/containers/wizard/.npmignore +2 -0
  48. app-ng-runtime/components/containers/wizard/package.json +23 -0
  49. app-ng-runtime/components/data/card/.npmignore +2 -0
  50. app-ng-runtime/components/data/card/package.json +23 -0
  51. app-ng-runtime/components/data/form/.npmignore +2 -0
  52. app-ng-runtime/components/data/form/package.json +23 -0
  53. app-ng-runtime/components/data/list/.npmignore +2 -0
  54. app-ng-runtime/components/data/list/package.json +23 -0
  55. app-ng-runtime/components/data/live-table/.npmignore +2 -0
  56. app-ng-runtime/components/data/live-table/package.json +23 -0
  57. app-ng-runtime/components/data/pagination/.npmignore +2 -0
  58. app-ng-runtime/components/data/pagination/bundles/index.umd.js +835 -0
  59. app-ng-runtime/components/data/pagination/esm2022/pagination.component.mjs +771 -0
  60. app-ng-runtime/components/data/pagination/fesm2022/index.mjs +828 -0
  61. app-ng-runtime/components/data/pagination/fesm2022/index.mjs.map +1 -0
  62. app-ng-runtime/components/data/pagination/package.json +23 -0
  63. app-ng-runtime/components/data/table/.npmignore +2 -0
  64. app-ng-runtime/components/data/table/bundles/index.umd.js +4530 -0
  65. app-ng-runtime/components/data/table/esm2022/table.component.mjs +2203 -0
  66. app-ng-runtime/components/data/table/fesm2022/index.mjs +4517 -0
  67. app-ng-runtime/components/data/table/fesm2022/index.mjs.map +1 -0
  68. app-ng-runtime/components/data/table/package.json +23 -0
  69. app-ng-runtime/components/dialogs/alert-dialog/.npmignore +2 -0
  70. app-ng-runtime/components/dialogs/alert-dialog/package.json +23 -0
  71. app-ng-runtime/components/dialogs/confirm-dialog/.npmignore +2 -0
  72. app-ng-runtime/components/dialogs/confirm-dialog/package.json +23 -0
  73. app-ng-runtime/components/dialogs/default/.npmignore +2 -0
  74. app-ng-runtime/components/dialogs/default/package.json +23 -0
  75. app-ng-runtime/components/dialogs/design-dialog/.npmignore +2 -0
  76. app-ng-runtime/components/dialogs/design-dialog/package.json +23 -0
  77. app-ng-runtime/components/dialogs/iframe-dialog/.npmignore +2 -0
  78. app-ng-runtime/components/dialogs/iframe-dialog/package.json +23 -0
  79. app-ng-runtime/components/dialogs/login-dialog/.npmignore +2 -0
  80. app-ng-runtime/components/dialogs/login-dialog/package.json +23 -0
  81. app-ng-runtime/components/dialogs/partial-dialog/.npmignore +2 -0
  82. app-ng-runtime/components/dialogs/partial-dialog/package.json +23 -0
  83. app-ng-runtime/components/input/calendar/.npmignore +2 -0
  84. app-ng-runtime/components/input/calendar/package.json +23 -0
  85. app-ng-runtime/components/input/chips/.npmignore +2 -0
  86. app-ng-runtime/components/input/chips/package.json +23 -0
  87. app-ng-runtime/components/input/color-picker/.npmignore +2 -0
  88. app-ng-runtime/components/input/color-picker/bundles/index.umd.js +202 -0
  89. app-ng-runtime/components/input/color-picker/esm2022/color-picker.component.mjs +133 -0
  90. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs +188 -0
  91. app-ng-runtime/components/input/color-picker/fesm2022/index.mjs.map +1 -0
  92. app-ng-runtime/components/input/color-picker/package.json +23 -0
  93. app-ng-runtime/components/input/currency/.npmignore +2 -0
  94. app-ng-runtime/components/input/currency/package.json +23 -0
  95. app-ng-runtime/components/input/default/.npmignore +2 -0
  96. app-ng-runtime/components/input/default/bundles/index.umd.js +3416 -0
  97. app-ng-runtime/components/input/default/esm2022/checkbox/checkbox.component.mjs +176 -0
  98. app-ng-runtime/components/input/default/esm2022/select/select.component.mjs +203 -0
  99. app-ng-runtime/components/input/default/esm2022/text/base/base-input.mjs +90 -0
  100. app-ng-runtime/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +66 -0
  101. app-ng-runtime/components/input/default/esm2022/text/color/input-color.component.mjs +66 -0
  102. app-ng-runtime/components/input/default/fesm2022/index.mjs +3385 -0
  103. app-ng-runtime/components/input/default/fesm2022/index.mjs.map +1 -0
  104. app-ng-runtime/components/input/default/package.json +23 -0
  105. app-ng-runtime/components/input/default/text/base/base-input.d.ts +33 -0
  106. app-ng-runtime/components/input/epoch/.npmignore +2 -0
  107. app-ng-runtime/components/input/epoch/bundles/index.umd.js +3140 -0
  108. app-ng-runtime/components/input/epoch/esm2022/date/date.component.mjs +353 -0
  109. app-ng-runtime/components/input/epoch/esm2022/date-time/date-time.component.mjs +508 -0
  110. app-ng-runtime/components/input/epoch/esm2022/time/time.component.mjs +381 -0
  111. app-ng-runtime/components/input/epoch/fesm2022/index.mjs +3125 -0
  112. app-ng-runtime/components/input/epoch/fesm2022/index.mjs.map +1 -0
  113. app-ng-runtime/components/input/epoch/package.json +23 -0
  114. app-ng-runtime/components/input/file-upload/.npmignore +2 -0
  115. app-ng-runtime/components/input/file-upload/package.json +23 -0
  116. app-ng-runtime/components/input/rating/.npmignore +2 -0
  117. app-ng-runtime/components/input/rating/bundles/index.umd.js +343 -0
  118. app-ng-runtime/components/input/rating/esm2022/rating.component.mjs +271 -0
  119. app-ng-runtime/components/input/rating/fesm2022/index.mjs +329 -0
  120. app-ng-runtime/components/input/rating/fesm2022/index.mjs.map +1 -0
  121. app-ng-runtime/components/input/rating/package.json +23 -0
  122. app-ng-runtime/components/input/slider/.npmignore +2 -0
  123. app-ng-runtime/components/input/slider/bundles/index.umd.js +156 -0
  124. app-ng-runtime/components/input/slider/esm2022/slider.component.mjs +88 -0
  125. app-ng-runtime/components/input/slider/fesm2022/index.mjs +141 -0
  126. app-ng-runtime/components/input/slider/fesm2022/index.mjs.map +1 -0
  127. app-ng-runtime/components/input/slider/package.json +23 -0
  128. app-ng-runtime/components/navigation/breadcrumb/.npmignore +2 -0
  129. app-ng-runtime/components/navigation/breadcrumb/package.json +23 -0
  130. app-ng-runtime/components/navigation/menu/.npmignore +2 -0
  131. app-ng-runtime/components/navigation/menu/package.json +23 -0
  132. app-ng-runtime/components/navigation/navbar/.npmignore +2 -0
  133. app-ng-runtime/components/navigation/navbar/package.json +23 -0
  134. app-ng-runtime/components/navigation/popover/.npmignore +2 -0
  135. app-ng-runtime/components/navigation/popover/package.json +23 -0
  136. app-ng-runtime/components/page/default/.npmignore +2 -0
  137. app-ng-runtime/components/page/default/package.json +23 -0
  138. app-ng-runtime/components/page/footer/.npmignore +2 -0
  139. app-ng-runtime/components/page/footer/package.json +23 -0
  140. app-ng-runtime/components/page/header/.npmignore +2 -0
  141. app-ng-runtime/components/page/header/package.json +23 -0
  142. app-ng-runtime/components/page/left-panel/.npmignore +2 -0
  143. app-ng-runtime/components/page/left-panel/package.json +23 -0
  144. app-ng-runtime/components/page/right-panel/.npmignore +2 -0
  145. app-ng-runtime/components/page/right-panel/package.json +23 -0
  146. app-ng-runtime/components/page/top-nav/.npmignore +2 -0
  147. app-ng-runtime/components/page/top-nav/package.json +23 -0
  148. app-ng-runtime/components/prefab/.npmignore +2 -0
  149. app-ng-runtime/components/prefab/package.json +23 -0
  150. app-ng-runtime/core/.npmignore +2 -0
  151. app-ng-runtime/core/bundles/index.umd.js +5352 -0
  152. app-ng-runtime/core/esm2022/public_api.mjs +27 -0
  153. app-ng-runtime/core/esm2022/services/custom-icons-loader.service.mjs +26 -0
  154. app-ng-runtime/core/fesm2022/index.mjs +5182 -0
  155. app-ng-runtime/core/fesm2022/index.mjs.map +1 -0
  156. app-ng-runtime/core/package.json +29 -0
  157. app-ng-runtime/core/public_api.d.ts +23 -0
  158. app-ng-runtime/core/services/custom-icons-loader.service.d.ts +7 -0
  159. app-ng-runtime/http/.npmignore +2 -0
  160. app-ng-runtime/http/package.json +28 -0
  161. app-ng-runtime/mobile/components/basic/default/.npmignore +2 -0
  162. app-ng-runtime/mobile/components/basic/default/package.json +23 -0
  163. app-ng-runtime/mobile/components/basic/search/.npmignore +2 -0
  164. app-ng-runtime/mobile/components/basic/search/package.json +23 -0
  165. app-ng-runtime/mobile/components/containers/segmented-control/.npmignore +2 -0
  166. app-ng-runtime/mobile/components/containers/segmented-control/package.json +23 -0
  167. app-ng-runtime/mobile/components/data/media-list/.npmignore +2 -0
  168. app-ng-runtime/mobile/components/data/media-list/package.json +23 -0
  169. app-ng-runtime/mobile/components/device/barcode-scanner/.npmignore +2 -0
  170. app-ng-runtime/mobile/components/device/barcode-scanner/package.json +23 -0
  171. app-ng-runtime/mobile/components/device/camera/.npmignore +2 -0
  172. app-ng-runtime/mobile/components/device/camera/package.json +23 -0
  173. app-ng-runtime/mobile/components/input/file-upload/.npmignore +2 -0
  174. app-ng-runtime/mobile/components/input/file-upload/package.json +23 -0
  175. app-ng-runtime/mobile/components/page/default/.npmignore +2 -0
  176. app-ng-runtime/mobile/components/page/default/package.json +23 -0
  177. app-ng-runtime/mobile/components/page/left-panel/.npmignore +2 -0
  178. app-ng-runtime/mobile/components/page/left-panel/package.json +23 -0
  179. app-ng-runtime/mobile/components/page/mobile-navbar/.npmignore +2 -0
  180. app-ng-runtime/mobile/components/page/mobile-navbar/package.json +23 -0
  181. app-ng-runtime/mobile/components/page/tab-bar/.npmignore +2 -0
  182. app-ng-runtime/mobile/components/page/tab-bar/package.json +23 -0
  183. app-ng-runtime/mobile/core/.npmignore +2 -0
  184. app-ng-runtime/mobile/core/package.json +28 -0
  185. app-ng-runtime/mobile/offline/.npmignore +2 -0
  186. app-ng-runtime/mobile/offline/package.json +28 -0
  187. app-ng-runtime/mobile/placeholder/runtime/.npmignore +2 -0
  188. app-ng-runtime/mobile/placeholder/runtime/package.json +27 -0
  189. app-ng-runtime/mobile/placeholder/runtime-dynamic/.npmignore +2 -0
  190. app-ng-runtime/mobile/placeholder/runtime-dynamic/package.json +23 -0
  191. app-ng-runtime/mobile/runtime/.npmignore +2 -0
  192. app-ng-runtime/mobile/runtime/package.json +28 -0
  193. app-ng-runtime/mobile/runtime-dynamic/.npmignore +2 -0
  194. app-ng-runtime/mobile/runtime-dynamic/package.json +23 -0
  195. app-ng-runtime/mobile/variables/.npmignore +2 -0
  196. app-ng-runtime/mobile/variables/package.json +28 -0
  197. app-ng-runtime/oAuth/.npmignore +2 -0
  198. app-ng-runtime/oAuth/package.json +28 -0
  199. app-ng-runtime/package.json +11 -0
  200. app-ng-runtime/runtime/base/.npmignore +2 -0
  201. app-ng-runtime/runtime/base/bundles/index.umd.js +5216 -0
  202. app-ng-runtime/runtime/base/components/app-component/app.component.d.ts +40 -0
  203. app-ng-runtime/runtime/base/directives/accessroles.directive.d.ts +39 -0
  204. app-ng-runtime/runtime/base/esm2022/components/app-component/app.component.mjs +238 -0
  205. app-ng-runtime/runtime/base/esm2022/directives/accessroles.directive.mjs +108 -0
  206. app-ng-runtime/runtime/base/esm2022/services/i18n.service.mjs +334 -0
  207. app-ng-runtime/runtime/base/fesm2022/index.mjs +5243 -0
  208. app-ng-runtime/runtime/base/fesm2022/index.mjs.map +1 -0
  209. app-ng-runtime/runtime/base/package.json +28 -0
  210. app-ng-runtime/runtime/dynamic/.npmignore +2 -0
  211. app-ng-runtime/runtime/dynamic/package.json +28 -0
  212. app-ng-runtime/security/.npmignore +2 -0
  213. app-ng-runtime/security/package.json +28 -0
  214. app-ng-runtime/swipey/.npmignore +2 -0
  215. app-ng-runtime/swipey/package.json +28 -0
  216. app-ng-runtime/transpiler/.npmignore +2 -0
  217. app-ng-runtime/transpiler/package.json +29 -0
  218. app-ng-runtime/variables/.npmignore +2 -0
  219. app-ng-runtime/variables/package.json +28 -0
  220. package/components/base/bundles/index.umd.js +0 -5360
  221. package/components/base/directives/show-in-device.directive.d.ts +0 -18
  222. package/components/base/esm2022/directives/show-in-device.directive.mjs +0 -73
  223. package/components/base/esm2022/widgets/common/base/base-field-validations.mjs +0 -267
  224. package/components/base/esm2022/widgets/common/lazy-load/lazy-load.directive.mjs +0 -36
  225. package/components/base/fesm2022/index.mjs +0 -5238
  226. package/components/base/fesm2022/index.mjs.map +0 -1
  227. package/components/base/widgets/common/lazy-load/lazy-load.directive.d.ts +0 -15
  228. package/components/basic/search/bundles/index.umd.js +0 -1284
  229. package/components/basic/search/esm2022/search.component.mjs +0 -921
  230. package/components/basic/search/fesm2022/index.mjs +0 -1272
  231. package/components/basic/search/fesm2022/index.mjs.map +0 -1
  232. package/components/data/pagination/bundles/index.umd.js +0 -834
  233. package/components/data/pagination/esm2022/pagination.component.mjs +0 -770
  234. package/components/data/pagination/fesm2022/index.mjs +0 -827
  235. package/components/data/pagination/fesm2022/index.mjs.map +0 -1
  236. package/components/data/table/bundles/index.umd.js +0 -4531
  237. package/components/data/table/esm2022/table.component.mjs +0 -2204
  238. package/components/data/table/fesm2022/index.mjs +0 -4518
  239. package/components/data/table/fesm2022/index.mjs.map +0 -1
  240. package/components/input/color-picker/bundles/index.umd.js +0 -202
  241. package/components/input/color-picker/esm2022/color-picker.component.mjs +0 -133
  242. package/components/input/color-picker/fesm2022/index.mjs +0 -188
  243. package/components/input/color-picker/fesm2022/index.mjs.map +0 -1
  244. package/components/input/default/bundles/index.umd.js +0 -3411
  245. package/components/input/default/esm2022/checkbox/checkbox.component.mjs +0 -175
  246. package/components/input/default/esm2022/select/select.component.mjs +0 -202
  247. package/components/input/default/esm2022/text/base/base-input.mjs +0 -89
  248. package/components/input/default/esm2022/text/calendar/input-calendar.component.mjs +0 -65
  249. package/components/input/default/esm2022/text/color/input-color.component.mjs +0 -65
  250. package/components/input/default/fesm2022/index.mjs +0 -3380
  251. package/components/input/default/fesm2022/index.mjs.map +0 -1
  252. package/components/input/default/text/base/base-input.d.ts +0 -32
  253. package/components/input/epoch/bundles/index.umd.js +0 -3138
  254. package/components/input/epoch/esm2022/date/date.component.mjs +0 -353
  255. package/components/input/epoch/esm2022/date-time/date-time.component.mjs +0 -507
  256. package/components/input/epoch/esm2022/time/time.component.mjs +0 -380
  257. package/components/input/epoch/fesm2022/index.mjs +0 -3123
  258. package/components/input/epoch/fesm2022/index.mjs.map +0 -1
  259. package/components/input/rating/bundles/index.umd.js +0 -341
  260. package/components/input/rating/esm2022/rating.component.mjs +0 -269
  261. package/components/input/rating/fesm2022/index.mjs +0 -327
  262. package/components/input/rating/fesm2022/index.mjs.map +0 -1
  263. package/components/input/slider/bundles/index.umd.js +0 -155
  264. package/components/input/slider/esm2022/slider.component.mjs +0 -87
  265. package/components/input/slider/fesm2022/index.mjs +0 -140
  266. package/components/input/slider/fesm2022/index.mjs.map +0 -1
  267. package/core/bundles/index.umd.js +0 -5329
  268. package/core/esm2022/public_api.mjs +0 -26
  269. package/core/fesm2022/index.mjs +0 -5160
  270. package/core/fesm2022/index.mjs.map +0 -1
  271. package/core/public_api.d.ts +0 -22
  272. package/npm-shrinkwrap.json +0 -17
  273. package/package.json +0 -16
  274. package/runtime/base/bundles/index.umd.js +0 -5205
  275. package/runtime/base/components/app-component/app.component.d.ts +0 -38
  276. package/runtime/base/directives/accessroles.directive.d.ts +0 -38
  277. package/runtime/base/esm2022/components/app-component/app.component.mjs +0 -234
  278. package/runtime/base/esm2022/directives/accessroles.directive.mjs +0 -101
  279. package/runtime/base/esm2022/services/i18n.service.mjs +0 -334
  280. package/runtime/base/fesm2022/index.mjs +0 -5232
  281. package/runtime/base/fesm2022/index.mjs.map +0 -1
  282. {package → app-ng-runtime}/build-task/advanced/carousel/carousel-template/carousel-template.build.d.ts +0 -0
  283. {package → app-ng-runtime}/build-task/advanced/carousel/carousel.build.d.ts +0 -0
  284. {package → app-ng-runtime}/build-task/advanced/login/login.build.d.ts +0 -0
  285. {package → app-ng-runtime}/build-task/advanced/marquee/marquee.build.d.ts +0 -0
  286. {package → app-ng-runtime}/build-task/basic/default/anchor/anchor.build.d.ts +0 -0
  287. {package → app-ng-runtime}/build-task/basic/default/audio/audio.build.d.ts +0 -0
  288. {package → app-ng-runtime}/build-task/basic/default/html/html.build.d.ts +0 -0
  289. {package → app-ng-runtime}/build-task/basic/default/icon/icon.build.d.ts +0 -0
  290. {package → app-ng-runtime}/build-task/basic/default/iframe/iframe.build.d.ts +0 -0
  291. {package → app-ng-runtime}/build-task/basic/default/label/label.build.d.ts +0 -0
  292. {package → app-ng-runtime}/build-task/basic/default/picture/picture.build.d.ts +0 -0
  293. {package → app-ng-runtime}/build-task/basic/default/spinner/spinner.build.d.ts +0 -0
  294. {package → app-ng-runtime}/build-task/basic/default/video/video.build.d.ts +0 -0
  295. {package → app-ng-runtime}/build-task/basic/progress/progress-bar/progress-bar.build.d.ts +0 -0
  296. {package → app-ng-runtime}/build-task/basic/progress/progress-circle/progress-circle.build.d.ts +0 -0
  297. {package → app-ng-runtime}/build-task/basic/rich-text-editor/rich-text-editor.build.d.ts +0 -0
  298. {package → app-ng-runtime}/build-task/basic/search/search.build.d.ts +0 -0
  299. {package → app-ng-runtime}/build-task/basic/tree/tree.build.d.ts +0 -0
  300. {package → app-ng-runtime}/build-task/bundles/index.umd.js +0 -0
  301. {package → app-ng-runtime}/build-task/chart/chart.build.d.ts +0 -0
  302. {package → app-ng-runtime}/build-task/containers/accordion/accordion-pane/accordion-pane.build.d.ts +0 -0
  303. {package → app-ng-runtime}/build-task/containers/accordion/accordion.build.d.ts +0 -0
  304. {package → app-ng-runtime}/build-task/containers/container.build.d.ts +0 -0
  305. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-column/layout-grid-column.build.d.ts +0 -0
  306. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid-row/layout-grid-row.build.d.ts +0 -0
  307. {package → app-ng-runtime}/build-task/containers/layout-grid/layout-grid.build.d.ts +0 -0
  308. {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout-item/linear-layout-item.build.d.ts +0 -0
  309. {package → app-ng-runtime}/build-task/containers/linear-layout/linear-layout.build.d.ts +0 -0
  310. {package → app-ng-runtime}/build-task/containers/panel/panel.build.d.ts +0 -0
  311. {package → app-ng-runtime}/build-task/containers/repeat-template.build.d.ts +0 -0
  312. {package → app-ng-runtime}/build-task/containers/segmented-control/segment-content/segment-content.build.d.ts +0 -0
  313. {package → app-ng-runtime}/build-task/containers/segmented-control/segmented-control.build.d.ts +0 -0
  314. {package → app-ng-runtime}/build-task/containers/tabs/tab-pane/tab-pane.build.d.ts +0 -0
  315. {package → app-ng-runtime}/build-task/containers/tabs/tabs.build.d.ts +0 -0
  316. {package → app-ng-runtime}/build-task/containers/tile/tile.build.d.ts +0 -0
  317. {package → app-ng-runtime}/build-task/containers/wizard/wizard-step/wizard-step.build.d.ts +0 -0
  318. {package → app-ng-runtime}/build-task/containers/wizard/wizard.build.d.ts +0 -0
  319. {package → app-ng-runtime}/build-task/data/card/card-actions/card-actions.build.d.ts +0 -0
  320. {package → app-ng-runtime}/build-task/data/card/card-content/card-content.build.d.ts +0 -0
  321. {package → app-ng-runtime}/build-task/data/card/card-footer/card-footer.build.d.ts +0 -0
  322. {package → app-ng-runtime}/build-task/data/card/card.build.d.ts +0 -0
  323. {package → app-ng-runtime}/build-task/data/form/form-action/form-action.build.d.ts +0 -0
  324. {package → app-ng-runtime}/build-task/data/form/form-field/form-field.build.d.ts +0 -0
  325. {package → app-ng-runtime}/build-task/data/form/form.build.d.ts +0 -0
  326. {package → app-ng-runtime}/build-task/data/list/list.build.d.ts +0 -0
  327. {package → app-ng-runtime}/build-task/data/live-table/live-table.build.d.ts +0 -0
  328. {package → app-ng-runtime}/build-task/data/media-list/media-list-item/media-list-item.build.d.ts +0 -0
  329. {package → app-ng-runtime}/build-task/data/media-list/media-list.build.d.ts +0 -0
  330. {package → app-ng-runtime}/build-task/data/pagination/pagination.build.d.ts +0 -0
  331. {package → app-ng-runtime}/build-task/data/table/table-action/table-action.build.d.ts +0 -0
  332. {package → app-ng-runtime}/build-task/data/table/table-column/table-column.build.d.ts +0 -0
  333. {package → app-ng-runtime}/build-task/data/table/table-column-group/table-column-group.build.d.ts +0 -0
  334. {package → app-ng-runtime}/build-task/data/table/table-row/table-row.build.d.ts +0 -0
  335. {package → app-ng-runtime}/build-task/data/table/table-row-action/table-row-action.build.d.ts +0 -0
  336. {package → app-ng-runtime}/build-task/data/table/table.build.d.ts +0 -0
  337. {package → app-ng-runtime}/build-task/device/barcode-scanner/barcode-scanner.build.d.ts +0 -0
  338. {package → app-ng-runtime}/build-task/device/camera/camera.build.d.ts +0 -0
  339. {package → app-ng-runtime}/build-task/dialogs/alert-dialog/alert-dialog.build.d.ts +0 -0
  340. {package → app-ng-runtime}/build-task/dialogs/base/dialog-footer/dialog-footer.build.d.ts +0 -0
  341. {package → app-ng-runtime}/build-task/dialogs/confirm-dialog/confirm-dialog.build.d.ts +0 -0
  342. {package → app-ng-runtime}/build-task/dialogs/design-dialog/dialog.build.d.ts +0 -0
  343. {package → app-ng-runtime}/build-task/dialogs/iframe-dialog/iframe-dialog.build.d.ts +0 -0
  344. {package → app-ng-runtime}/build-task/dialogs/login-dialog/login-dialog.build.d.ts +0 -0
  345. {package → app-ng-runtime}/build-task/dialogs/partial-dialog/partial-dialog.build.d.ts +0 -0
  346. {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel-template/carousel-template.build.mjs +0 -0
  347. {package → app-ng-runtime}/build-task/esm2022/advanced/carousel/carousel.build.mjs +0 -0
  348. {package → app-ng-runtime}/build-task/esm2022/advanced/login/login.build.mjs +0 -0
  349. {package → app-ng-runtime}/build-task/esm2022/advanced/marquee/marquee.build.mjs +0 -0
  350. {package → app-ng-runtime}/build-task/esm2022/basic/default/anchor/anchor.build.mjs +0 -0
  351. {package → app-ng-runtime}/build-task/esm2022/basic/default/audio/audio.build.mjs +0 -0
  352. {package → app-ng-runtime}/build-task/esm2022/basic/default/html/html.build.mjs +0 -0
  353. {package → app-ng-runtime}/build-task/esm2022/basic/default/icon/icon.build.mjs +0 -0
  354. {package → app-ng-runtime}/build-task/esm2022/basic/default/iframe/iframe.build.mjs +0 -0
  355. {package → app-ng-runtime}/build-task/esm2022/basic/default/label/label.build.mjs +0 -0
  356. {package → app-ng-runtime}/build-task/esm2022/basic/default/picture/picture.build.mjs +0 -0
  357. {package → app-ng-runtime}/build-task/esm2022/basic/default/spinner/spinner.build.mjs +0 -0
  358. {package → app-ng-runtime}/build-task/esm2022/basic/default/video/video.build.mjs +0 -0
  359. {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-bar/progress-bar.build.mjs +0 -0
  360. {package → app-ng-runtime}/build-task/esm2022/basic/progress/progress-circle/progress-circle.build.mjs +0 -0
  361. {package → app-ng-runtime}/build-task/esm2022/basic/rich-text-editor/rich-text-editor.build.mjs +0 -0
  362. {package → app-ng-runtime}/build-task/esm2022/basic/search/search.build.mjs +0 -0
  363. {package → app-ng-runtime}/build-task/esm2022/basic/tree/tree.build.mjs +0 -0
  364. {package → app-ng-runtime}/build-task/esm2022/chart/chart.build.mjs +0 -0
  365. {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion-pane/accordion-pane.build.mjs +0 -0
  366. {package → app-ng-runtime}/build-task/esm2022/containers/accordion/accordion.build.mjs +0 -0
  367. {package → app-ng-runtime}/build-task/esm2022/containers/container.build.mjs +0 -0
  368. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-column/layout-grid-column.build.mjs +0 -0
  369. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid-row/layout-grid-row.build.mjs +0 -0
  370. {package → app-ng-runtime}/build-task/esm2022/containers/layout-grid/layout-grid.build.mjs +0 -0
  371. {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout-item/linear-layout-item.build.mjs +0 -0
  372. {package → app-ng-runtime}/build-task/esm2022/containers/linear-layout/linear-layout.build.mjs +0 -0
  373. {package → app-ng-runtime}/build-task/esm2022/containers/panel/panel.build.mjs +0 -0
  374. {package → app-ng-runtime}/build-task/esm2022/containers/repeat-template.build.mjs +0 -0
  375. {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segment-content/segment-content.build.mjs +0 -0
  376. {package → app-ng-runtime}/build-task/esm2022/containers/segmented-control/segmented-control.build.mjs +0 -0
  377. {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tab-pane/tab-pane.build.mjs +0 -0
  378. {package → app-ng-runtime}/build-task/esm2022/containers/tabs/tabs.build.mjs +0 -0
  379. {package → app-ng-runtime}/build-task/esm2022/containers/tile/tile.build.mjs +0 -0
  380. {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard-step/wizard-step.build.mjs +0 -0
  381. {package → app-ng-runtime}/build-task/esm2022/containers/wizard/wizard.build.mjs +0 -0
  382. {package → app-ng-runtime}/build-task/esm2022/data/card/card-actions/card-actions.build.mjs +0 -0
  383. {package → app-ng-runtime}/build-task/esm2022/data/card/card-content/card-content.build.mjs +0 -0
  384. {package → app-ng-runtime}/build-task/esm2022/data/card/card-footer/card-footer.build.mjs +0 -0
  385. {package → app-ng-runtime}/build-task/esm2022/data/card/card.build.mjs +0 -0
  386. {package → app-ng-runtime}/build-task/esm2022/data/form/form-action/form-action.build.mjs +0 -0
  387. {package → app-ng-runtime}/build-task/esm2022/data/form/form-field/form-field.build.mjs +0 -0
  388. {package → app-ng-runtime}/build-task/esm2022/data/form/form.build.mjs +0 -0
  389. {package → app-ng-runtime}/build-task/esm2022/data/list/list.build.mjs +0 -0
  390. {package → app-ng-runtime}/build-task/esm2022/data/live-table/live-table.build.mjs +0 -0
  391. {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list-item/media-list-item.build.mjs +0 -0
  392. {package → app-ng-runtime}/build-task/esm2022/data/media-list/media-list.build.mjs +0 -0
  393. {package → app-ng-runtime}/build-task/esm2022/data/pagination/pagination.build.mjs +0 -0
  394. {package → app-ng-runtime}/build-task/esm2022/data/table/table-action/table-action.build.mjs +0 -0
  395. {package → app-ng-runtime}/build-task/esm2022/data/table/table-column/table-column.build.mjs +0 -0
  396. {package → app-ng-runtime}/build-task/esm2022/data/table/table-column-group/table-column-group.build.mjs +0 -0
  397. {package → app-ng-runtime}/build-task/esm2022/data/table/table-row/table-row.build.mjs +0 -0
  398. {package → app-ng-runtime}/build-task/esm2022/data/table/table-row-action/table-row-action.build.mjs +0 -0
  399. {package → app-ng-runtime}/build-task/esm2022/data/table/table.build.mjs +0 -0
  400. {package → app-ng-runtime}/build-task/esm2022/device/barcode-scanner/barcode-scanner.build.mjs +0 -0
  401. {package → app-ng-runtime}/build-task/esm2022/device/camera/camera.build.mjs +0 -0
  402. {package → app-ng-runtime}/build-task/esm2022/dialogs/alert-dialog/alert-dialog.build.mjs +0 -0
  403. {package → app-ng-runtime}/build-task/esm2022/dialogs/base/dialog-footer/dialog-footer.build.mjs +0 -0
  404. {package → app-ng-runtime}/build-task/esm2022/dialogs/confirm-dialog/confirm-dialog.build.mjs +0 -0
  405. {package → app-ng-runtime}/build-task/esm2022/dialogs/design-dialog/dialog.build.mjs +0 -0
  406. {package → app-ng-runtime}/build-task/esm2022/dialogs/iframe-dialog/iframe-dialog.build.mjs +0 -0
  407. {package → app-ng-runtime}/build-task/esm2022/dialogs/login-dialog/login-dialog.build.mjs +0 -0
  408. {package → app-ng-runtime}/build-task/esm2022/dialogs/partial-dialog/partial-dialog.build.mjs +0 -0
  409. {package → app-ng-runtime}/build-task/esm2022/index.mjs +0 -0
  410. {package → app-ng-runtime}/build-task/esm2022/input/calendar/calendar.build.mjs +0 -0
  411. {package → app-ng-runtime}/build-task/esm2022/input/chips/chips.build.mjs +0 -0
  412. {package → app-ng-runtime}/build-task/esm2022/input/color-picker/color-picker.build.mjs +0 -0
  413. {package → app-ng-runtime}/build-task/esm2022/input/currency/currency.build.mjs +0 -0
  414. {package → app-ng-runtime}/build-task/esm2022/input/default/button/button.build.mjs +0 -0
  415. {package → app-ng-runtime}/build-task/esm2022/input/default/button-group/button-group.build.mjs +0 -0
  416. {package → app-ng-runtime}/build-task/esm2022/input/default/checkbox/checkbox.build.mjs +0 -0
  417. {package → app-ng-runtime}/build-task/esm2022/input/default/checkboxset/checkboxset.build.mjs +0 -0
  418. {package → app-ng-runtime}/build-task/esm2022/input/default/composite/composite.build.mjs +0 -0
  419. {package → app-ng-runtime}/build-task/esm2022/input/default/number/number.build.mjs +0 -0
  420. {package → app-ng-runtime}/build-task/esm2022/input/default/radioset/radioset.build.mjs +0 -0
  421. {package → app-ng-runtime}/build-task/esm2022/input/default/select/select.build.mjs +0 -0
  422. {package → app-ng-runtime}/build-task/esm2022/input/default/switch/switch.build.mjs +0 -0
  423. {package → app-ng-runtime}/build-task/esm2022/input/default/text/text.build.mjs +0 -0
  424. {package → app-ng-runtime}/build-task/esm2022/input/default/textarea/textarea.build.mjs +0 -0
  425. {package → app-ng-runtime}/build-task/esm2022/input/epoch/date/date.build.mjs +0 -0
  426. {package → app-ng-runtime}/build-task/esm2022/input/epoch/date-time/date-time.build.mjs +0 -0
  427. {package → app-ng-runtime}/build-task/esm2022/input/epoch/time/time.build.mjs +0 -0
  428. {package → app-ng-runtime}/build-task/esm2022/input/file-upload/file-upload.build.mjs +0 -0
  429. {package → app-ng-runtime}/build-task/esm2022/input/rating/rating.build.mjs +0 -0
  430. {package → app-ng-runtime}/build-task/esm2022/input/slider/slider.build.mjs +0 -0
  431. {package → app-ng-runtime}/build-task/esm2022/message/message.build.mjs +0 -0
  432. {package → app-ng-runtime}/build-task/esm2022/navigation/breadcrumb/breadcrumb.build.mjs +0 -0
  433. {package → app-ng-runtime}/build-task/esm2022/navigation/menu/menu.build.mjs +0 -0
  434. {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav-item/nav-item.build.mjs +0 -0
  435. {package → app-ng-runtime}/build-task/esm2022/navigation/nav/nav.build.mjs +0 -0
  436. {package → app-ng-runtime}/build-task/esm2022/navigation/navbar/navbar.build.mjs +0 -0
  437. {package → app-ng-runtime}/build-task/esm2022/navigation/popover/popover.build.mjs +0 -0
  438. {package → app-ng-runtime}/build-task/esm2022/page/content/content.build.mjs +0 -0
  439. {package → app-ng-runtime}/build-task/esm2022/page/footer/footer.build.mjs +0 -0
  440. {package → app-ng-runtime}/build-task/esm2022/page/header/header.build.mjs +0 -0
  441. {package → app-ng-runtime}/build-task/esm2022/page/layout.build.mjs +0 -0
  442. {package → app-ng-runtime}/build-task/esm2022/page/left-panel/left-panel.build.mjs +0 -0
  443. {package → app-ng-runtime}/build-task/esm2022/page/mobile-navbar/mobile-navbar.build.mjs +0 -0
  444. {package → app-ng-runtime}/build-task/esm2022/page/page-content/page-content.build.mjs +0 -0
  445. {package → app-ng-runtime}/build-task/esm2022/page/page.build.mjs +0 -0
  446. {package → app-ng-runtime}/build-task/esm2022/page/right-panel/right-panel.build.mjs +0 -0
  447. {package → app-ng-runtime}/build-task/esm2022/page/router-outlet/router-outlet.build.mjs +0 -0
  448. {package → app-ng-runtime}/build-task/esm2022/page/tab-bar/tab-bar.build.mjs +0 -0
  449. {package → app-ng-runtime}/build-task/esm2022/page/top-nav/top-nav.build.mjs +0 -0
  450. {package → app-ng-runtime}/build-task/esm2022/partial/partial.build.mjs +0 -0
  451. {package → app-ng-runtime}/build-task/esm2022/partial-param/partial-param.build.mjs +0 -0
  452. {package → app-ng-runtime}/build-task/esm2022/prefab/prefab-container/prefab-container.build.mjs +0 -0
  453. {package → app-ng-runtime}/build-task/esm2022/prefab/prefab.build.mjs +0 -0
  454. {package → app-ng-runtime}/build-task/esm2022/public_api.mjs +0 -0
  455. {package → app-ng-runtime}/build-task/esm2022/utils/utils.mjs +0 -0
  456. {package → app-ng-runtime}/build-task/fesm2022/index.mjs +0 -0
  457. {package → app-ng-runtime}/build-task/fesm2022/index.mjs.map +0 -0
  458. {package → app-ng-runtime}/build-task/index.d.ts +0 -0
  459. {package → app-ng-runtime}/build-task/input/calendar/calendar.build.d.ts +0 -0
  460. {package → app-ng-runtime}/build-task/input/chips/chips.build.d.ts +0 -0
  461. {package → app-ng-runtime}/build-task/input/color-picker/color-picker.build.d.ts +0 -0
  462. {package → app-ng-runtime}/build-task/input/currency/currency.build.d.ts +0 -0
  463. {package → app-ng-runtime}/build-task/input/default/button/button.build.d.ts +0 -0
  464. {package → app-ng-runtime}/build-task/input/default/button-group/button-group.build.d.ts +0 -0
  465. {package → app-ng-runtime}/build-task/input/default/checkbox/checkbox.build.d.ts +0 -0
  466. {package → app-ng-runtime}/build-task/input/default/checkboxset/checkboxset.build.d.ts +0 -0
  467. {package → app-ng-runtime}/build-task/input/default/composite/composite.build.d.ts +0 -0
  468. {package → app-ng-runtime}/build-task/input/default/number/number.build.d.ts +0 -0
  469. {package → app-ng-runtime}/build-task/input/default/radioset/radioset.build.d.ts +0 -0
  470. {package → app-ng-runtime}/build-task/input/default/select/select.build.d.ts +0 -0
  471. {package → app-ng-runtime}/build-task/input/default/switch/switch.build.d.ts +0 -0
  472. {package → app-ng-runtime}/build-task/input/default/text/text.build.d.ts +0 -0
  473. {package → app-ng-runtime}/build-task/input/default/textarea/textarea.build.d.ts +0 -0
  474. {package → app-ng-runtime}/build-task/input/epoch/date/date.build.d.ts +0 -0
  475. {package → app-ng-runtime}/build-task/input/epoch/date-time/date-time.build.d.ts +0 -0
  476. {package → app-ng-runtime}/build-task/input/epoch/time/time.build.d.ts +0 -0
  477. {package → app-ng-runtime}/build-task/input/file-upload/file-upload.build.d.ts +0 -0
  478. {package → app-ng-runtime}/build-task/input/rating/rating.build.d.ts +0 -0
  479. {package → app-ng-runtime}/build-task/input/slider/slider.build.d.ts +0 -0
  480. {package → app-ng-runtime}/build-task/message/message.build.d.ts +0 -0
  481. {package → app-ng-runtime}/build-task/navigation/breadcrumb/breadcrumb.build.d.ts +0 -0
  482. {package → app-ng-runtime}/build-task/navigation/menu/menu.build.d.ts +0 -0
  483. {package → app-ng-runtime}/build-task/navigation/nav/nav-item/nav-item.build.d.ts +0 -0
  484. {package → app-ng-runtime}/build-task/navigation/nav/nav.build.d.ts +0 -0
  485. {package → app-ng-runtime}/build-task/navigation/navbar/navbar.build.d.ts +0 -0
  486. {package → app-ng-runtime}/build-task/navigation/popover/popover.build.d.ts +0 -0
  487. {package → app-ng-runtime}/build-task/page/content/content.build.d.ts +0 -0
  488. {package → app-ng-runtime}/build-task/page/footer/footer.build.d.ts +0 -0
  489. {package → app-ng-runtime}/build-task/page/header/header.build.d.ts +0 -0
  490. {package → app-ng-runtime}/build-task/page/layout.build.d.ts +0 -0
  491. {package → app-ng-runtime}/build-task/page/left-panel/left-panel.build.d.ts +0 -0
  492. {package → app-ng-runtime}/build-task/page/mobile-navbar/mobile-navbar.build.d.ts +0 -0
  493. {package → app-ng-runtime}/build-task/page/page-content/page-content.build.d.ts +0 -0
  494. {package → app-ng-runtime}/build-task/page/page.build.d.ts +0 -0
  495. {package → app-ng-runtime}/build-task/page/right-panel/right-panel.build.d.ts +0 -0
  496. {package → app-ng-runtime}/build-task/page/router-outlet/router-outlet.build.d.ts +0 -0
  497. {package → app-ng-runtime}/build-task/page/tab-bar/tab-bar.build.d.ts +0 -0
  498. {package → app-ng-runtime}/build-task/page/top-nav/top-nav.build.d.ts +0 -0
  499. {package → app-ng-runtime}/build-task/partial/partial.build.d.ts +0 -0
  500. {package → app-ng-runtime}/build-task/partial-param/partial-param.build.d.ts +0 -0
  501. {package → app-ng-runtime}/build-task/prefab/prefab-container/prefab-container.build.d.ts +0 -0
  502. {package → app-ng-runtime}/build-task/prefab/prefab.build.d.ts +0 -0
  503. {package → app-ng-runtime}/build-task/public_api.d.ts +0 -0
  504. {package → app-ng-runtime}/build-task/utils/utils.d.ts +0 -0
  505. {package → app-ng-runtime}/components/advanced/carousel/bundles/index.umd.js +0 -0
  506. {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.directive.d.ts +0 -0
  507. {package → app-ng-runtime}/components/advanced/carousel/carousel-template/carousel-template.props.d.ts +0 -0
  508. {package → app-ng-runtime}/components/advanced/carousel/carousel.animator.d.ts +0 -0
  509. {package → app-ng-runtime}/components/advanced/carousel/carousel.directive.d.ts +0 -0
  510. {package → app-ng-runtime}/components/advanced/carousel/carousel.module.d.ts +0 -0
  511. {package → app-ng-runtime}/components/advanced/carousel/carousel.props.d.ts +0 -0
  512. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.directive.mjs +0 -0
  513. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel-template/carousel-template.props.mjs +0 -0
  514. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.animator.mjs +0 -0
  515. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.directive.mjs +0 -0
  516. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.module.mjs +0 -0
  517. {package → app-ng-runtime}/components/advanced/carousel/esm2022/carousel.props.mjs +0 -0
  518. {package → app-ng-runtime}/components/advanced/carousel/esm2022/index.mjs +0 -0
  519. {package → app-ng-runtime}/components/advanced/carousel/esm2022/public_api.mjs +0 -0
  520. {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs +0 -0
  521. {package → app-ng-runtime}/components/advanced/carousel/fesm2022/index.mjs.map +0 -0
  522. {package → app-ng-runtime}/components/advanced/carousel/index.d.ts +0 -0
  523. {package → app-ng-runtime}/components/advanced/carousel/public_api.d.ts +0 -0
  524. {package → app-ng-runtime}/components/advanced/login/bundles/index.umd.js +0 -0
  525. {package → app-ng-runtime}/components/advanced/login/esm2022/index.mjs +0 -0
  526. {package → app-ng-runtime}/components/advanced/login/esm2022/login.component.mjs +0 -0
  527. {package → app-ng-runtime}/components/advanced/login/esm2022/login.module.mjs +0 -0
  528. {package → app-ng-runtime}/components/advanced/login/esm2022/login.props.mjs +0 -0
  529. {package → app-ng-runtime}/components/advanced/login/esm2022/public_api.mjs +0 -0
  530. {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs +0 -0
  531. {package → app-ng-runtime}/components/advanced/login/fesm2022/index.mjs.map +0 -0
  532. {package → app-ng-runtime}/components/advanced/login/index.d.ts +0 -0
  533. {package → app-ng-runtime}/components/advanced/login/login.component.d.ts +0 -0
  534. {package → app-ng-runtime}/components/advanced/login/login.module.d.ts +0 -0
  535. {package → app-ng-runtime}/components/advanced/login/login.props.d.ts +0 -0
  536. {package → app-ng-runtime}/components/advanced/login/public_api.d.ts +0 -0
  537. {package → app-ng-runtime}/components/advanced/marquee/bundles/index.umd.js +0 -0
  538. {package → app-ng-runtime}/components/advanced/marquee/esm2022/index.mjs +0 -0
  539. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.directive.mjs +0 -0
  540. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.module.mjs +0 -0
  541. {package → app-ng-runtime}/components/advanced/marquee/esm2022/marquee.props.mjs +0 -0
  542. {package → app-ng-runtime}/components/advanced/marquee/esm2022/public_api.mjs +0 -0
  543. {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs +0 -0
  544. {package → app-ng-runtime}/components/advanced/marquee/fesm2022/index.mjs.map +0 -0
  545. {package → app-ng-runtime}/components/advanced/marquee/index.d.ts +0 -0
  546. {package → app-ng-runtime}/components/advanced/marquee/marquee.directive.d.ts +0 -0
  547. {package → app-ng-runtime}/components/advanced/marquee/marquee.module.d.ts +0 -0
  548. {package → app-ng-runtime}/components/advanced/marquee/marquee.props.d.ts +0 -0
  549. {package → app-ng-runtime}/components/advanced/marquee/public_api.d.ts +0 -0
  550. {package → app-ng-runtime}/components/base/components.module.d.ts +0 -0
  551. {package → app-ng-runtime}/components/base/esm2022/components.module.mjs +0 -0
  552. {package → app-ng-runtime}/components/base/esm2022/index.mjs +0 -0
  553. {package → app-ng-runtime}/components/base/esm2022/pipes/custom-pipes.mjs +0 -0
  554. {package → app-ng-runtime}/components/base/esm2022/pipes/image.pipe.mjs +0 -0
  555. {package → app-ng-runtime}/components/base/esm2022/pipes/sanitize.pipe.mjs +0 -0
  556. {package → app-ng-runtime}/components/base/esm2022/pipes/trust-as.pipe.mjs +0 -0
  557. {package → app-ng-runtime}/components/base/esm2022/pipes/wm-pipe.mjs +0 -0
  558. {package → app-ng-runtime}/components/base/esm2022/public_api.mjs +0 -0
  559. {package → app-ng-runtime}/components/base/esm2022/utils/data-utils.mjs +0 -0
  560. {package → app-ng-runtime}/components/base/esm2022/utils/form-utils.mjs +0 -0
  561. {package → app-ng-runtime}/components/base/esm2022/utils/live-utils.mjs +0 -0
  562. {package → app-ng-runtime}/components/base/esm2022/utils/widget-utils.mjs +0 -0
  563. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base-container.component.mjs +0 -0
  564. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/base.component.mjs +0 -0
  565. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/dataset-aware-nav.component.mjs +0 -0
  566. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/partial-container.directive.mjs +0 -0
  567. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/stylable.component.mjs +0 -0
  568. {package → app-ng-runtime}/components/base/esm2022/widgets/common/base/text-content.directive.mjs +0 -0
  569. {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.directive.mjs +0 -0
  570. {package → app-ng-runtime}/components/base/esm2022/widgets/common/container/container.props.mjs +0 -0
  571. {package → app-ng-runtime}/components/base/esm2022/widgets/common/dialog/dialog.service.mjs +0 -0
  572. {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.directive.mjs +0 -0
  573. {package → app-ng-runtime}/components/base/esm2022/widgets/common/item-template/item-template.props.mjs +0 -0
  574. {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.component.mjs +0 -0
  575. {package → app-ng-runtime}/components/base/esm2022/widgets/common/message/message.props.mjs +0 -0
  576. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.directive.mjs +0 -0
  577. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial/partial.props.mjs +0 -0
  578. {package → app-ng-runtime}/components/base/esm2022/widgets/common/partial-param/partial-param.directive.mjs +0 -0
  579. {package → app-ng-runtime}/components/base/esm2022/widgets/common/pull-to-refresh/pull-to-refresh.mjs +0 -0
  580. {package → app-ng-runtime}/components/base/esm2022/widgets/common/redraw/redrawable.directive.mjs +0 -0
  581. {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.directive.mjs +0 -0
  582. {package → app-ng-runtime}/components/base/esm2022/widgets/common/repeat-template/repeat-template.props.mjs +0 -0
  583. {package → app-ng-runtime}/components/base/esm2022/widgets/common/smooth-scroll/smooth-scroll.directive.mjs +0 -0
  584. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/constants.mjs +0 -0
  585. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/deviceview.mjs +0 -0
  586. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/property-change-handler.mjs +0 -0
  587. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/styler.mjs +0 -0
  588. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/types.mjs +0 -0
  589. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-id-generator.mjs +0 -0
  590. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-props.mjs +0 -0
  591. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-proxy-provider.mjs +0 -0
  592. {package → app-ng-runtime}/components/base/esm2022/widgets/framework/widget-registry.mjs +0 -0
  593. {package → app-ng-runtime}/components/base/index.d.ts +0 -0
  594. {package → app-ng-runtime}/components/base/pipes/custom-pipes.d.ts +0 -0
  595. {package → app-ng-runtime}/components/base/pipes/image.pipe.d.ts +0 -0
  596. {package → app-ng-runtime}/components/base/pipes/sanitize.pipe.d.ts +0 -0
  597. {package → app-ng-runtime}/components/base/pipes/trust-as.pipe.d.ts +0 -0
  598. {package → app-ng-runtime}/components/base/pipes/wm-pipe.d.ts +0 -0
  599. {package → app-ng-runtime}/components/base/public_api.d.ts +0 -0
  600. {package → app-ng-runtime}/components/base/utils/data-utils.d.ts +0 -0
  601. {package → app-ng-runtime}/components/base/utils/form-utils.d.ts +0 -0
  602. {package → app-ng-runtime}/components/base/utils/live-utils.d.ts +0 -0
  603. {package → app-ng-runtime}/components/base/utils/widget-utils.d.ts +0 -0
  604. {package → app-ng-runtime}/components/base/widgets/common/base/base-container.component.d.ts +0 -0
  605. {package → app-ng-runtime}/components/base/widgets/common/base/base-field-validations.d.ts +0 -0
  606. {package → app-ng-runtime}/components/base/widgets/common/base/base.component.d.ts +0 -0
  607. {package → app-ng-runtime}/components/base/widgets/common/base/dataset-aware-nav.component.d.ts +0 -0
  608. {package → app-ng-runtime}/components/base/widgets/common/base/partial-container.directive.d.ts +0 -0
  609. {package → app-ng-runtime}/components/base/widgets/common/base/stylable.component.d.ts +0 -0
  610. {package → app-ng-runtime}/components/base/widgets/common/base/text-content.directive.d.ts +0 -0
  611. {package → app-ng-runtime}/components/base/widgets/common/container/container.directive.d.ts +0 -0
  612. {package → app-ng-runtime}/components/base/widgets/common/container/container.props.d.ts +0 -0
  613. {package → app-ng-runtime}/components/base/widgets/common/dialog/dialog.service.d.ts +0 -0
  614. {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.directive.d.ts +0 -0
  615. {package → app-ng-runtime}/components/base/widgets/common/item-template/item-template.props.d.ts +0 -0
  616. {package → app-ng-runtime}/components/base/widgets/common/message/message.component.d.ts +0 -0
  617. {package → app-ng-runtime}/components/base/widgets/common/message/message.props.d.ts +0 -0
  618. {package → app-ng-runtime}/components/base/widgets/common/partial/partial.directive.d.ts +0 -0
  619. {package → app-ng-runtime}/components/base/widgets/common/partial/partial.props.d.ts +0 -0
  620. {package → app-ng-runtime}/components/base/widgets/common/partial-param/partial-param.directive.d.ts +0 -0
  621. {package → app-ng-runtime}/components/base/widgets/common/pull-to-refresh/pull-to-refresh.d.ts +0 -0
  622. {package → app-ng-runtime}/components/base/widgets/common/redraw/redrawable.directive.d.ts +0 -0
  623. {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.directive.d.ts +0 -0
  624. {package → app-ng-runtime}/components/base/widgets/common/repeat-template/repeat-template.props.d.ts +0 -0
  625. {package → app-ng-runtime}/components/base/widgets/common/smooth-scroll/smooth-scroll.directive.d.ts +0 -0
  626. {package → app-ng-runtime}/components/base/widgets/framework/constants.d.ts +0 -0
  627. {package → app-ng-runtime}/components/base/widgets/framework/deviceview.d.ts +0 -0
  628. {package → app-ng-runtime}/components/base/widgets/framework/property-change-handler.d.ts +0 -0
  629. {package → app-ng-runtime}/components/base/widgets/framework/styler.d.ts +0 -0
  630. {package → app-ng-runtime}/components/base/widgets/framework/types.d.ts +0 -0
  631. {package → app-ng-runtime}/components/base/widgets/framework/widget-id-generator.d.ts +0 -0
  632. {package → app-ng-runtime}/components/base/widgets/framework/widget-props.d.ts +0 -0
  633. {package → app-ng-runtime}/components/base/widgets/framework/widget-proxy-provider.d.ts +0 -0
  634. {package → app-ng-runtime}/components/base/widgets/framework/widget-registry.d.ts +0 -0
  635. {package → app-ng-runtime}/components/basic/default/anchor/anchor.component.d.ts +0 -0
  636. {package → app-ng-runtime}/components/basic/default/anchor/anchor.props.d.ts +0 -0
  637. {package → app-ng-runtime}/components/basic/default/audio/audio.component.d.ts +0 -0
  638. {package → app-ng-runtime}/components/basic/default/audio/audio.props.d.ts +0 -0
  639. {package → app-ng-runtime}/components/basic/default/basic.module.d.ts +0 -0
  640. {package → app-ng-runtime}/components/basic/default/bundles/index.umd.js +0 -0
  641. {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.component.mjs +0 -0
  642. {package → app-ng-runtime}/components/basic/default/esm2022/anchor/anchor.props.mjs +0 -0
  643. {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.component.mjs +0 -0
  644. {package → app-ng-runtime}/components/basic/default/esm2022/audio/audio.props.mjs +0 -0
  645. {package → app-ng-runtime}/components/basic/default/esm2022/basic.module.mjs +0 -0
  646. {package → app-ng-runtime}/components/basic/default/esm2022/html/html.directive.mjs +0 -0
  647. {package → app-ng-runtime}/components/basic/default/esm2022/html/html.props.mjs +0 -0
  648. {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.component.mjs +0 -0
  649. {package → app-ng-runtime}/components/basic/default/esm2022/icon/icon.props.mjs +0 -0
  650. {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.component.mjs +0 -0
  651. {package → app-ng-runtime}/components/basic/default/esm2022/iframe/iframe.props.mjs +0 -0
  652. {package → app-ng-runtime}/components/basic/default/esm2022/index.mjs +0 -0
  653. {package → app-ng-runtime}/components/basic/default/esm2022/label/label.directive.mjs +0 -0
  654. {package → app-ng-runtime}/components/basic/default/esm2022/label/label.props.mjs +0 -0
  655. {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.directive.mjs +0 -0
  656. {package → app-ng-runtime}/components/basic/default/esm2022/picture/picture.props.mjs +0 -0
  657. {package → app-ng-runtime}/components/basic/default/esm2022/public_api.mjs +0 -0
  658. {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.component.mjs +0 -0
  659. {package → app-ng-runtime}/components/basic/default/esm2022/spinner/spinner.props.mjs +0 -0
  660. {package → app-ng-runtime}/components/basic/default/esm2022/video/video.component.mjs +0 -0
  661. {package → app-ng-runtime}/components/basic/default/esm2022/video/video.props.mjs +0 -0
  662. {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs +0 -0
  663. {package → app-ng-runtime}/components/basic/default/fesm2022/index.mjs.map +0 -0
  664. {package → app-ng-runtime}/components/basic/default/html/html.directive.d.ts +0 -0
  665. {package → app-ng-runtime}/components/basic/default/html/html.props.d.ts +0 -0
  666. {package → app-ng-runtime}/components/basic/default/icon/icon.component.d.ts +0 -0
  667. {package → app-ng-runtime}/components/basic/default/icon/icon.props.d.ts +0 -0
  668. {package → app-ng-runtime}/components/basic/default/iframe/iframe.component.d.ts +0 -0
  669. {package → app-ng-runtime}/components/basic/default/iframe/iframe.props.d.ts +0 -0
  670. {package → app-ng-runtime}/components/basic/default/index.d.ts +0 -0
  671. {package → app-ng-runtime}/components/basic/default/label/label.directive.d.ts +0 -0
  672. {package → app-ng-runtime}/components/basic/default/label/label.props.d.ts +0 -0
  673. {package → app-ng-runtime}/components/basic/default/picture/picture.directive.d.ts +0 -0
  674. {package → app-ng-runtime}/components/basic/default/picture/picture.props.d.ts +0 -0
  675. {package → app-ng-runtime}/components/basic/default/public_api.d.ts +0 -0
  676. {package → app-ng-runtime}/components/basic/default/spinner/spinner.component.d.ts +0 -0
  677. {package → app-ng-runtime}/components/basic/default/spinner/spinner.props.d.ts +0 -0
  678. {package → app-ng-runtime}/components/basic/default/video/video.component.d.ts +0 -0
  679. {package → app-ng-runtime}/components/basic/default/video/video.props.d.ts +0 -0
  680. {package → app-ng-runtime}/components/basic/progress/bundles/index.umd.js +0 -0
  681. {package → app-ng-runtime}/components/basic/progress/esm2022/index.mjs +0 -0
  682. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.component.mjs +0 -0
  683. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-bar/progress-bar.props.mjs +0 -0
  684. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.component.mjs +0 -0
  685. {package → app-ng-runtime}/components/basic/progress/esm2022/progress-circle/progress-circle.props.mjs +0 -0
  686. {package → app-ng-runtime}/components/basic/progress/esm2022/progress.module.mjs +0 -0
  687. {package → app-ng-runtime}/components/basic/progress/esm2022/public_api.mjs +0 -0
  688. {package → app-ng-runtime}/components/basic/progress/esm2022/utils.mjs +0 -0
  689. {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs +0 -0
  690. {package → app-ng-runtime}/components/basic/progress/fesm2022/index.mjs.map +0 -0
  691. {package → app-ng-runtime}/components/basic/progress/index.d.ts +0 -0
  692. {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.component.d.ts +0 -0
  693. {package → app-ng-runtime}/components/basic/progress/progress-bar/progress-bar.props.d.ts +0 -0
  694. {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.component.d.ts +0 -0
  695. {package → app-ng-runtime}/components/basic/progress/progress-circle/progress-circle.props.d.ts +0 -0
  696. {package → app-ng-runtime}/components/basic/progress/progress.module.d.ts +0 -0
  697. {package → app-ng-runtime}/components/basic/progress/public_api.d.ts +0 -0
  698. {package → app-ng-runtime}/components/basic/progress/utils.d.ts +0 -0
  699. {package → app-ng-runtime}/components/basic/rich-text-editor/bundles/index.umd.js +0 -0
  700. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/index.mjs +0 -0
  701. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/public_api.mjs +0 -0
  702. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.component.mjs +0 -0
  703. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.module.mjs +0 -0
  704. {package → app-ng-runtime}/components/basic/rich-text-editor/esm2022/rich-text-editor.props.mjs +0 -0
  705. {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs +0 -0
  706. {package → app-ng-runtime}/components/basic/rich-text-editor/fesm2022/index.mjs.map +0 -0
  707. {package → app-ng-runtime}/components/basic/rich-text-editor/index.d.ts +0 -0
  708. {package → app-ng-runtime}/components/basic/rich-text-editor/public_api.d.ts +0 -0
  709. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.component.d.ts +0 -0
  710. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.module.d.ts +0 -0
  711. {package → app-ng-runtime}/components/basic/rich-text-editor/rich-text-editor.props.d.ts +0 -0
  712. {package → app-ng-runtime}/components/basic/search/data-provider/data-provider.d.ts +0 -0
  713. {package → app-ng-runtime}/components/basic/search/data-provider/local-data-provider.d.ts +0 -0
  714. {package → app-ng-runtime}/components/basic/search/data-provider/remote-data-provider.d.ts +0 -0
  715. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/data-provider.mjs +0 -0
  716. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/local-data-provider.mjs +0 -0
  717. {package → app-ng-runtime}/components/basic/search/esm2022/data-provider/remote-data-provider.mjs +0 -0
  718. {package → app-ng-runtime}/components/basic/search/esm2022/index.mjs +0 -0
  719. {package → app-ng-runtime}/components/basic/search/esm2022/public_api.mjs +0 -0
  720. {package → app-ng-runtime}/components/basic/search/esm2022/scrollable.directive.mjs +0 -0
  721. {package → app-ng-runtime}/components/basic/search/esm2022/search.module.mjs +0 -0
  722. {package → app-ng-runtime}/components/basic/search/esm2022/search.props.mjs +0 -0
  723. {package → app-ng-runtime}/components/basic/search/index.d.ts +0 -0
  724. {package → app-ng-runtime}/components/basic/search/public_api.d.ts +0 -0
  725. {package → app-ng-runtime}/components/basic/search/scrollable.directive.d.ts +0 -0
  726. {package → app-ng-runtime}/components/basic/search/search.component.d.ts +0 -0
  727. {package → app-ng-runtime}/components/basic/search/search.module.d.ts +0 -0
  728. {package → app-ng-runtime}/components/basic/search/search.props.d.ts +0 -0
  729. {package → app-ng-runtime}/components/basic/tree/bundles/index.umd.js +0 -0
  730. {package → app-ng-runtime}/components/basic/tree/esm2022/index.mjs +0 -0
  731. {package → app-ng-runtime}/components/basic/tree/esm2022/public_api.mjs +0 -0
  732. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.component.mjs +0 -0
  733. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.module.mjs +0 -0
  734. {package → app-ng-runtime}/components/basic/tree/esm2022/tree.props.mjs +0 -0
  735. {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs +0 -0
  736. {package → app-ng-runtime}/components/basic/tree/fesm2022/index.mjs.map +0 -0
  737. {package → app-ng-runtime}/components/basic/tree/index.d.ts +0 -0
  738. {package → app-ng-runtime}/components/basic/tree/public_api.d.ts +0 -0
  739. {package → app-ng-runtime}/components/basic/tree/tree.component.d.ts +0 -0
  740. {package → app-ng-runtime}/components/basic/tree/tree.module.d.ts +0 -0
  741. {package → app-ng-runtime}/components/basic/tree/tree.props.d.ts +0 -0
  742. {package → app-ng-runtime}/components/chart/bundles/index.umd.js +0 -0
  743. {package → app-ng-runtime}/components/chart/chart.component.d.ts +0 -0
  744. {package → app-ng-runtime}/components/chart/chart.module.d.ts +0 -0
  745. {package → app-ng-runtime}/components/chart/chart.props.d.ts +0 -0
  746. {package → app-ng-runtime}/components/chart/chart.utils.d.ts +0 -0
  747. {package → app-ng-runtime}/components/chart/esm2022/chart.component.mjs +0 -0
  748. {package → app-ng-runtime}/components/chart/esm2022/chart.module.mjs +0 -0
  749. {package → app-ng-runtime}/components/chart/esm2022/chart.props.mjs +0 -0
  750. {package → app-ng-runtime}/components/chart/esm2022/chart.utils.mjs +0 -0
  751. {package → app-ng-runtime}/components/chart/esm2022/index.mjs +0 -0
  752. {package → app-ng-runtime}/components/chart/esm2022/public_api.mjs +0 -0
  753. {package → app-ng-runtime}/components/chart/fesm2022/index.mjs +0 -0
  754. {package → app-ng-runtime}/components/chart/fesm2022/index.mjs.map +0 -0
  755. {package → app-ng-runtime}/components/chart/index.d.ts +0 -0
  756. {package → app-ng-runtime}/components/chart/public_api.d.ts +0 -0
  757. {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.component.d.ts +0 -0
  758. {package → app-ng-runtime}/components/containers/accordion/accordion-pane/accordion-pane.props.d.ts +0 -0
  759. {package → app-ng-runtime}/components/containers/accordion/accordion.directive.d.ts +0 -0
  760. {package → app-ng-runtime}/components/containers/accordion/accordion.module.d.ts +0 -0
  761. {package → app-ng-runtime}/components/containers/accordion/accordion.props.d.ts +0 -0
  762. {package → app-ng-runtime}/components/containers/accordion/bundles/index.umd.js +0 -0
  763. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.component.mjs +0 -0
  764. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion-pane/accordion-pane.props.mjs +0 -0
  765. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.directive.mjs +0 -0
  766. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.module.mjs +0 -0
  767. {package → app-ng-runtime}/components/containers/accordion/esm2022/accordion.props.mjs +0 -0
  768. {package → app-ng-runtime}/components/containers/accordion/esm2022/index.mjs +0 -0
  769. {package → app-ng-runtime}/components/containers/accordion/esm2022/public_api.mjs +0 -0
  770. {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs +0 -0
  771. {package → app-ng-runtime}/components/containers/accordion/fesm2022/index.mjs.map +0 -0
  772. {package → app-ng-runtime}/components/containers/accordion/index.d.ts +0 -0
  773. {package → app-ng-runtime}/components/containers/accordion/public_api.d.ts +0 -0
  774. {package → app-ng-runtime}/components/containers/layout-grid/bundles/index.umd.js +0 -0
  775. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/index.mjs +0 -0
  776. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.directive.mjs +0 -0
  777. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-column/layout-grid-column.props.mjs +0 -0
  778. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.directive.mjs +0 -0
  779. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid-row/layout-grid-row.props.mjs +0 -0
  780. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.directive.mjs +0 -0
  781. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.module.mjs +0 -0
  782. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/layout-grid.props.mjs +0 -0
  783. {package → app-ng-runtime}/components/containers/layout-grid/esm2022/public_api.mjs +0 -0
  784. {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs +0 -0
  785. {package → app-ng-runtime}/components/containers/layout-grid/fesm2022/index.mjs.map +0 -0
  786. {package → app-ng-runtime}/components/containers/layout-grid/index.d.ts +0 -0
  787. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.directive.d.ts +0 -0
  788. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-column/layout-grid-column.props.d.ts +0 -0
  789. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.directive.d.ts +0 -0
  790. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid-row/layout-grid-row.props.d.ts +0 -0
  791. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.directive.d.ts +0 -0
  792. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.module.d.ts +0 -0
  793. {package → app-ng-runtime}/components/containers/layout-grid/layout-grid.props.d.ts +0 -0
  794. {package → app-ng-runtime}/components/containers/layout-grid/public_api.d.ts +0 -0
  795. {package → app-ng-runtime}/components/containers/linear-layout/bundles/index.umd.js +0 -0
  796. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/index.mjs +0 -0
  797. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.directive.mjs +0 -0
  798. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout-item/linear-layout-item.props.mjs +0 -0
  799. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.directive.mjs +0 -0
  800. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.module.mjs +0 -0
  801. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/linear-layout.props.mjs +0 -0
  802. {package → app-ng-runtime}/components/containers/linear-layout/esm2022/public_api.mjs +0 -0
  803. {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs +0 -0
  804. {package → app-ng-runtime}/components/containers/linear-layout/fesm2022/index.mjs.map +0 -0
  805. {package → app-ng-runtime}/components/containers/linear-layout/index.d.ts +0 -0
  806. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.directive.d.ts +0 -0
  807. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout-item/linear-layout-item.props.d.ts +0 -0
  808. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.directive.d.ts +0 -0
  809. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.module.d.ts +0 -0
  810. {package → app-ng-runtime}/components/containers/linear-layout/linear-layout.props.d.ts +0 -0
  811. {package → app-ng-runtime}/components/containers/linear-layout/public_api.d.ts +0 -0
  812. {package → app-ng-runtime}/components/containers/panel/bundles/index.umd.js +0 -0
  813. {package → app-ng-runtime}/components/containers/panel/esm2022/index.mjs +0 -0
  814. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.component.mjs +0 -0
  815. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.module.mjs +0 -0
  816. {package → app-ng-runtime}/components/containers/panel/esm2022/panel.props.mjs +0 -0
  817. {package → app-ng-runtime}/components/containers/panel/esm2022/public_api.mjs +0 -0
  818. {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs +0 -0
  819. {package → app-ng-runtime}/components/containers/panel/fesm2022/index.mjs.map +0 -0
  820. {package → app-ng-runtime}/components/containers/panel/index.d.ts +0 -0
  821. {package → app-ng-runtime}/components/containers/panel/panel.component.d.ts +0 -0
  822. {package → app-ng-runtime}/components/containers/panel/panel.module.d.ts +0 -0
  823. {package → app-ng-runtime}/components/containers/panel/panel.props.d.ts +0 -0
  824. {package → app-ng-runtime}/components/containers/panel/public_api.d.ts +0 -0
  825. {package → app-ng-runtime}/components/containers/tabs/bundles/index.umd.js +0 -0
  826. {package → app-ng-runtime}/components/containers/tabs/esm2022/index.mjs +0 -0
  827. {package → app-ng-runtime}/components/containers/tabs/esm2022/public_api.mjs +0 -0
  828. {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.component.mjs +0 -0
  829. {package → app-ng-runtime}/components/containers/tabs/esm2022/tab-pane/tab-pane.props.mjs +0 -0
  830. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.animator.mjs +0 -0
  831. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.component.mjs +0 -0
  832. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.module.mjs +0 -0
  833. {package → app-ng-runtime}/components/containers/tabs/esm2022/tabs.props.mjs +0 -0
  834. {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs +0 -0
  835. {package → app-ng-runtime}/components/containers/tabs/fesm2022/index.mjs.map +0 -0
  836. {package → app-ng-runtime}/components/containers/tabs/index.d.ts +0 -0
  837. {package → app-ng-runtime}/components/containers/tabs/public_api.d.ts +0 -0
  838. {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.component.d.ts +0 -0
  839. {package → app-ng-runtime}/components/containers/tabs/tab-pane/tab-pane.props.d.ts +0 -0
  840. {package → app-ng-runtime}/components/containers/tabs/tabs.animator.d.ts +0 -0
  841. {package → app-ng-runtime}/components/containers/tabs/tabs.component.d.ts +0 -0
  842. {package → app-ng-runtime}/components/containers/tabs/tabs.module.d.ts +0 -0
  843. {package → app-ng-runtime}/components/containers/tabs/tabs.props.d.ts +0 -0
  844. {package → app-ng-runtime}/components/containers/tile/bundles/index.umd.js +0 -0
  845. {package → app-ng-runtime}/components/containers/tile/esm2022/index.mjs +0 -0
  846. {package → app-ng-runtime}/components/containers/tile/esm2022/public_api.mjs +0 -0
  847. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.directive.mjs +0 -0
  848. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.module.mjs +0 -0
  849. {package → app-ng-runtime}/components/containers/tile/esm2022/tile.props.mjs +0 -0
  850. {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs +0 -0
  851. {package → app-ng-runtime}/components/containers/tile/fesm2022/index.mjs.map +0 -0
  852. {package → app-ng-runtime}/components/containers/tile/index.d.ts +0 -0
  853. {package → app-ng-runtime}/components/containers/tile/public_api.d.ts +0 -0
  854. {package → app-ng-runtime}/components/containers/tile/tile.directive.d.ts +0 -0
  855. {package → app-ng-runtime}/components/containers/tile/tile.module.d.ts +0 -0
  856. {package → app-ng-runtime}/components/containers/tile/tile.props.d.ts +0 -0
  857. {package → app-ng-runtime}/components/containers/wizard/bundles/index.umd.js +0 -0
  858. {package → app-ng-runtime}/components/containers/wizard/esm2022/index.mjs +0 -0
  859. {package → app-ng-runtime}/components/containers/wizard/esm2022/public_api.mjs +0 -0
  860. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.directive.mjs +0 -0
  861. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard-step/wizard-step.props.mjs +0 -0
  862. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.component.mjs +0 -0
  863. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.module.mjs +0 -0
  864. {package → app-ng-runtime}/components/containers/wizard/esm2022/wizard.props.mjs +0 -0
  865. {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs +0 -0
  866. {package → app-ng-runtime}/components/containers/wizard/fesm2022/index.mjs.map +0 -0
  867. {package → app-ng-runtime}/components/containers/wizard/index.d.ts +0 -0
  868. {package → app-ng-runtime}/components/containers/wizard/public_api.d.ts +0 -0
  869. {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.directive.d.ts +0 -0
  870. {package → app-ng-runtime}/components/containers/wizard/wizard-step/wizard-step.props.d.ts +0 -0
  871. {package → app-ng-runtime}/components/containers/wizard/wizard.component.d.ts +0 -0
  872. {package → app-ng-runtime}/components/containers/wizard/wizard.module.d.ts +0 -0
  873. {package → app-ng-runtime}/components/containers/wizard/wizard.props.d.ts +0 -0
  874. {package → app-ng-runtime}/components/data/card/bundles/index.umd.js +0 -0
  875. {package → app-ng-runtime}/components/data/card/card-actions/card-actions.directive.d.ts +0 -0
  876. {package → app-ng-runtime}/components/data/card/card-actions/card-actions.props.d.ts +0 -0
  877. {package → app-ng-runtime}/components/data/card/card-content/card-content.component.d.ts +0 -0
  878. {package → app-ng-runtime}/components/data/card/card-content/card-content.props.d.ts +0 -0
  879. {package → app-ng-runtime}/components/data/card/card-footer/card-footer.directive.d.ts +0 -0
  880. {package → app-ng-runtime}/components/data/card/card-footer/card-footer.props.d.ts +0 -0
  881. {package → app-ng-runtime}/components/data/card/card.component.d.ts +0 -0
  882. {package → app-ng-runtime}/components/data/card/card.module.d.ts +0 -0
  883. {package → app-ng-runtime}/components/data/card/card.props.d.ts +0 -0
  884. {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.directive.mjs +0 -0
  885. {package → app-ng-runtime}/components/data/card/esm2022/card-actions/card-actions.props.mjs +0 -0
  886. {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.component.mjs +0 -0
  887. {package → app-ng-runtime}/components/data/card/esm2022/card-content/card-content.props.mjs +0 -0
  888. {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.directive.mjs +0 -0
  889. {package → app-ng-runtime}/components/data/card/esm2022/card-footer/card-footer.props.mjs +0 -0
  890. {package → app-ng-runtime}/components/data/card/esm2022/card.component.mjs +0 -0
  891. {package → app-ng-runtime}/components/data/card/esm2022/card.module.mjs +0 -0
  892. {package → app-ng-runtime}/components/data/card/esm2022/card.props.mjs +0 -0
  893. {package → app-ng-runtime}/components/data/card/esm2022/index.mjs +0 -0
  894. {package → app-ng-runtime}/components/data/card/esm2022/public_api.mjs +0 -0
  895. {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs +0 -0
  896. {package → app-ng-runtime}/components/data/card/fesm2022/index.mjs.map +0 -0
  897. {package → app-ng-runtime}/components/data/card/index.d.ts +0 -0
  898. {package → app-ng-runtime}/components/data/card/public_api.d.ts +0 -0
  899. {package → app-ng-runtime}/components/data/form/bundles/index.umd.js +0 -0
  900. {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.directive.mjs +0 -0
  901. {package → app-ng-runtime}/components/data/form/esm2022/form-action/form-action.props.mjs +0 -0
  902. {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.directive.mjs +0 -0
  903. {package → app-ng-runtime}/components/data/form/esm2022/form-field/form-field.props.mjs +0 -0
  904. {package → app-ng-runtime}/components/data/form/esm2022/form-widget.directive.mjs +0 -0
  905. {package → app-ng-runtime}/components/data/form/esm2022/form.component.mjs +0 -0
  906. {package → app-ng-runtime}/components/data/form/esm2022/form.module.mjs +0 -0
  907. {package → app-ng-runtime}/components/data/form/esm2022/form.props.mjs +0 -0
  908. {package → app-ng-runtime}/components/data/form/esm2022/index.mjs +0 -0
  909. {package → app-ng-runtime}/components/data/form/esm2022/live-actions/dependson.directive.mjs +0 -0
  910. {package → app-ng-runtime}/components/data/form/esm2022/live-actions/live-actions.directive.mjs +0 -0
  911. {package → app-ng-runtime}/components/data/form/esm2022/live-filter/live-filter.directive.mjs +0 -0
  912. {package → app-ng-runtime}/components/data/form/esm2022/live-form/live-form.directive.mjs +0 -0
  913. {package → app-ng-runtime}/components/data/form/esm2022/public_api.mjs +0 -0
  914. {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs +0 -0
  915. {package → app-ng-runtime}/components/data/form/fesm2022/index.mjs.map +0 -0
  916. {package → app-ng-runtime}/components/data/form/form-action/form-action.directive.d.ts +0 -0
  917. {package → app-ng-runtime}/components/data/form/form-action/form-action.props.d.ts +0 -0
  918. {package → app-ng-runtime}/components/data/form/form-field/form-field.directive.d.ts +0 -0
  919. {package → app-ng-runtime}/components/data/form/form-field/form-field.props.d.ts +0 -0
  920. {package → app-ng-runtime}/components/data/form/form-widget.directive.d.ts +0 -0
  921. {package → app-ng-runtime}/components/data/form/form.component.d.ts +0 -0
  922. {package → app-ng-runtime}/components/data/form/form.module.d.ts +0 -0
  923. {package → app-ng-runtime}/components/data/form/form.props.d.ts +0 -0
  924. {package → app-ng-runtime}/components/data/form/index.d.ts +0 -0
  925. {package → app-ng-runtime}/components/data/form/live-actions/dependson.directive.d.ts +0 -0
  926. {package → app-ng-runtime}/components/data/form/live-actions/live-actions.directive.d.ts +0 -0
  927. {package → app-ng-runtime}/components/data/form/live-filter/live-filter.directive.d.ts +0 -0
  928. {package → app-ng-runtime}/components/data/form/live-form/live-form.directive.d.ts +0 -0
  929. {package → app-ng-runtime}/components/data/form/public_api.d.ts +0 -0
  930. {package → app-ng-runtime}/components/data/list/bundles/index.umd.js +0 -0
  931. {package → app-ng-runtime}/components/data/list/esm2022/index.mjs +0 -0
  932. {package → app-ng-runtime}/components/data/list/esm2022/list-item.directive.mjs +0 -0
  933. {package → app-ng-runtime}/components/data/list/esm2022/list.animator.mjs +0 -0
  934. {package → app-ng-runtime}/components/data/list/esm2022/list.component.mjs +0 -0
  935. {package → app-ng-runtime}/components/data/list/esm2022/list.module.mjs +0 -0
  936. {package → app-ng-runtime}/components/data/list/esm2022/list.props.mjs +0 -0
  937. {package → app-ng-runtime}/components/data/list/esm2022/public_api.mjs +0 -0
  938. {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs +0 -0
  939. {package → app-ng-runtime}/components/data/list/fesm2022/index.mjs.map +0 -0
  940. {package → app-ng-runtime}/components/data/list/index.d.ts +0 -0
  941. {package → app-ng-runtime}/components/data/list/list-item.directive.d.ts +0 -0
  942. {package → app-ng-runtime}/components/data/list/list.animator.d.ts +0 -0
  943. {package → app-ng-runtime}/components/data/list/list.component.d.ts +0 -0
  944. {package → app-ng-runtime}/components/data/list/list.module.d.ts +0 -0
  945. {package → app-ng-runtime}/components/data/list/list.props.d.ts +0 -0
  946. {package → app-ng-runtime}/components/data/list/public_api.d.ts +0 -0
  947. {package → app-ng-runtime}/components/data/live-table/bundles/index.umd.js +0 -0
  948. {package → app-ng-runtime}/components/data/live-table/esm2022/index.mjs +0 -0
  949. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.component.mjs +0 -0
  950. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.module.mjs +0 -0
  951. {package → app-ng-runtime}/components/data/live-table/esm2022/live-table.props.mjs +0 -0
  952. {package → app-ng-runtime}/components/data/live-table/esm2022/public_api.mjs +0 -0
  953. {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs +0 -0
  954. {package → app-ng-runtime}/components/data/live-table/fesm2022/index.mjs.map +0 -0
  955. {package → app-ng-runtime}/components/data/live-table/index.d.ts +0 -0
  956. {package → app-ng-runtime}/components/data/live-table/live-table.component.d.ts +0 -0
  957. {package → app-ng-runtime}/components/data/live-table/live-table.module.d.ts +0 -0
  958. {package → app-ng-runtime}/components/data/live-table/live-table.props.d.ts +0 -0
  959. {package → app-ng-runtime}/components/data/live-table/public_api.d.ts +0 -0
  960. {package → app-ng-runtime}/components/data/pagination/esm2022/index.mjs +0 -0
  961. {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.module.mjs +0 -0
  962. {package → app-ng-runtime}/components/data/pagination/esm2022/pagination.props.mjs +0 -0
  963. {package → app-ng-runtime}/components/data/pagination/esm2022/public_api.mjs +0 -0
  964. {package → app-ng-runtime}/components/data/pagination/index.d.ts +0 -0
  965. {package → app-ng-runtime}/components/data/pagination/pagination.component.d.ts +0 -0
  966. {package → app-ng-runtime}/components/data/pagination/pagination.module.d.ts +0 -0
  967. {package → app-ng-runtime}/components/data/pagination/pagination.props.d.ts +0 -0
  968. {package → app-ng-runtime}/components/data/pagination/public_api.d.ts +0 -0
  969. {package → app-ng-runtime}/components/data/table/esm2022/index.mjs +0 -0
  970. {package → app-ng-runtime}/components/data/table/esm2022/public_api.mjs +0 -0
  971. {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.directive.mjs +0 -0
  972. {package → app-ng-runtime}/components/data/table/esm2022/table-action/table-action.props.mjs +0 -0
  973. {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.directive.mjs +0 -0
  974. {package → app-ng-runtime}/components/data/table/esm2022/table-column/table-column.props.mjs +0 -0
  975. {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.directive.mjs +0 -0
  976. {package → app-ng-runtime}/components/data/table/esm2022/table-column-group/table-column-group.props.mjs +0 -0
  977. {package → app-ng-runtime}/components/data/table/esm2022/table-cud.directive.mjs +0 -0
  978. {package → app-ng-runtime}/components/data/table/esm2022/table-filter.directive.mjs +0 -0
  979. {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.directive.mjs +0 -0
  980. {package → app-ng-runtime}/components/data/table/esm2022/table-row/table-row.props.mjs +0 -0
  981. {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.directive.mjs +0 -0
  982. {package → app-ng-runtime}/components/data/table/esm2022/table-row-action/table-row-action.props.mjs +0 -0
  983. {package → app-ng-runtime}/components/data/table/esm2022/table.module.mjs +0 -0
  984. {package → app-ng-runtime}/components/data/table/esm2022/table.props.mjs +0 -0
  985. {package → app-ng-runtime}/components/data/table/index.d.ts +0 -0
  986. {package → app-ng-runtime}/components/data/table/public_api.d.ts +0 -0
  987. {package → app-ng-runtime}/components/data/table/table-action/table-action.directive.d.ts +0 -0
  988. {package → app-ng-runtime}/components/data/table/table-action/table-action.props.d.ts +0 -0
  989. {package → app-ng-runtime}/components/data/table/table-column/table-column.directive.d.ts +0 -0
  990. {package → app-ng-runtime}/components/data/table/table-column/table-column.props.d.ts +0 -0
  991. {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.directive.d.ts +0 -0
  992. {package → app-ng-runtime}/components/data/table/table-column-group/table-column-group.props.d.ts +0 -0
  993. {package → app-ng-runtime}/components/data/table/table-cud.directive.d.ts +0 -0
  994. {package → app-ng-runtime}/components/data/table/table-filter.directive.d.ts +0 -0
  995. {package → app-ng-runtime}/components/data/table/table-row/table-row.directive.d.ts +0 -0
  996. {package → app-ng-runtime}/components/data/table/table-row/table-row.props.d.ts +0 -0
  997. {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.directive.d.ts +0 -0
  998. {package → app-ng-runtime}/components/data/table/table-row-action/table-row-action.props.d.ts +0 -0
  999. {package → app-ng-runtime}/components/data/table/table.component.d.ts +0 -0
  1000. {package → app-ng-runtime}/components/data/table/table.module.d.ts +0 -0
  1001. {package → app-ng-runtime}/components/data/table/table.props.d.ts +0 -0
  1002. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.component.d.ts +0 -0
  1003. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.module.d.ts +0 -0
  1004. {package → app-ng-runtime}/components/dialogs/alert-dialog/alert-dialog.props.d.ts +0 -0
  1005. {package → app-ng-runtime}/components/dialogs/alert-dialog/bundles/index.umd.js +0 -0
  1006. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.component.mjs +0 -0
  1007. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.module.mjs +0 -0
  1008. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/alert-dialog.props.mjs +0 -0
  1009. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/index.mjs +0 -0
  1010. {package → app-ng-runtime}/components/dialogs/alert-dialog/esm2022/public_api.mjs +0 -0
  1011. {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs +0 -0
  1012. {package → app-ng-runtime}/components/dialogs/alert-dialog/fesm2022/index.mjs.map +0 -0
  1013. {package → app-ng-runtime}/components/dialogs/alert-dialog/index.d.ts +0 -0
  1014. {package → app-ng-runtime}/components/dialogs/alert-dialog/public_api.d.ts +0 -0
  1015. {package → app-ng-runtime}/components/dialogs/confirm-dialog/bundles/index.umd.js +0 -0
  1016. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.component.d.ts +0 -0
  1017. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.module.d.ts +0 -0
  1018. {package → app-ng-runtime}/components/dialogs/confirm-dialog/confirm-dialog.props.d.ts +0 -0
  1019. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.component.mjs +0 -0
  1020. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.module.mjs +0 -0
  1021. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/confirm-dialog.props.mjs +0 -0
  1022. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/index.mjs +0 -0
  1023. {package → app-ng-runtime}/components/dialogs/confirm-dialog/esm2022/public_api.mjs +0 -0
  1024. {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs +0 -0
  1025. {package → app-ng-runtime}/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +0 -0
  1026. {package → app-ng-runtime}/components/dialogs/confirm-dialog/index.d.ts +0 -0
  1027. {package → app-ng-runtime}/components/dialogs/confirm-dialog/public_api.d.ts +0 -0
  1028. {package → app-ng-runtime}/components/dialogs/default/base-dialog.d.ts +0 -0
  1029. {package → app-ng-runtime}/components/dialogs/default/bundles/index.umd.js +0 -0
  1030. {package → app-ng-runtime}/components/dialogs/default/dialog-body/dialog-body.directive.d.ts +0 -0
  1031. {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.directive.d.ts +0 -0
  1032. {package → app-ng-runtime}/components/dialogs/default/dialog-footer/dialog-footer.props.d.ts +0 -0
  1033. {package → app-ng-runtime}/components/dialogs/default/dialog-header/dialog-header.component.d.ts +0 -0
  1034. {package → app-ng-runtime}/components/dialogs/default/dialog.module.d.ts +0 -0
  1035. {package → app-ng-runtime}/components/dialogs/default/esm2022/base-dialog.mjs +0 -0
  1036. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-body/dialog-body.directive.mjs +0 -0
  1037. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.directive.mjs +0 -0
  1038. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-footer/dialog-footer.props.mjs +0 -0
  1039. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog-header/dialog-header.component.mjs +0 -0
  1040. {package → app-ng-runtime}/components/dialogs/default/esm2022/dialog.module.mjs +0 -0
  1041. {package → app-ng-runtime}/components/dialogs/default/esm2022/index.mjs +0 -0
  1042. {package → app-ng-runtime}/components/dialogs/default/esm2022/public_api.mjs +0 -0
  1043. {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs +0 -0
  1044. {package → app-ng-runtime}/components/dialogs/default/fesm2022/index.mjs.map +0 -0
  1045. {package → app-ng-runtime}/components/dialogs/default/index.d.ts +0 -0
  1046. {package → app-ng-runtime}/components/dialogs/default/public_api.d.ts +0 -0
  1047. {package → app-ng-runtime}/components/dialogs/design-dialog/bundles/index.umd.js +0 -0
  1048. {package → app-ng-runtime}/components/dialogs/design-dialog/design-dialog.module.d.ts +0 -0
  1049. {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.component.d.ts +0 -0
  1050. {package → app-ng-runtime}/components/dialogs/design-dialog/dialog.props.d.ts +0 -0
  1051. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/design-dialog.module.mjs +0 -0
  1052. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.component.mjs +0 -0
  1053. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/dialog.props.mjs +0 -0
  1054. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/index.mjs +0 -0
  1055. {package → app-ng-runtime}/components/dialogs/design-dialog/esm2022/public_api.mjs +0 -0
  1056. {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs +0 -0
  1057. {package → app-ng-runtime}/components/dialogs/design-dialog/fesm2022/index.mjs.map +0 -0
  1058. {package → app-ng-runtime}/components/dialogs/design-dialog/index.d.ts +0 -0
  1059. {package → app-ng-runtime}/components/dialogs/design-dialog/public_api.d.ts +0 -0
  1060. {package → app-ng-runtime}/components/dialogs/iframe-dialog/bundles/index.umd.js +0 -0
  1061. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.component.mjs +0 -0
  1062. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.module.mjs +0 -0
  1063. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/iframe-dialog.props.mjs +0 -0
  1064. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/index.mjs +0 -0
  1065. {package → app-ng-runtime}/components/dialogs/iframe-dialog/esm2022/public_api.mjs +0 -0
  1066. {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs +0 -0
  1067. {package → app-ng-runtime}/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +0 -0
  1068. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.component.d.ts +0 -0
  1069. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.module.d.ts +0 -0
  1070. {package → app-ng-runtime}/components/dialogs/iframe-dialog/iframe-dialog.props.d.ts +0 -0
  1071. {package → app-ng-runtime}/components/dialogs/iframe-dialog/index.d.ts +0 -0
  1072. {package → app-ng-runtime}/components/dialogs/iframe-dialog/public_api.d.ts +0 -0
  1073. {package → app-ng-runtime}/components/dialogs/login-dialog/bundles/index.umd.js +0 -0
  1074. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/index.mjs +0 -0
  1075. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.directive.mjs +0 -0
  1076. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/login-dialog.module.mjs +0 -0
  1077. {package → app-ng-runtime}/components/dialogs/login-dialog/esm2022/public_api.mjs +0 -0
  1078. {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs +0 -0
  1079. {package → app-ng-runtime}/components/dialogs/login-dialog/fesm2022/index.mjs.map +0 -0
  1080. {package → app-ng-runtime}/components/dialogs/login-dialog/index.d.ts +0 -0
  1081. {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.directive.d.ts +0 -0
  1082. {package → app-ng-runtime}/components/dialogs/login-dialog/login-dialog.module.d.ts +0 -0
  1083. {package → app-ng-runtime}/components/dialogs/login-dialog/public_api.d.ts +0 -0
  1084. {package → app-ng-runtime}/components/dialogs/partial-dialog/bundles/index.umd.js +0 -0
  1085. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/index.mjs +0 -0
  1086. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.component.mjs +0 -0
  1087. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.module.mjs +0 -0
  1088. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/partial-dialog.props.mjs +0 -0
  1089. {package → app-ng-runtime}/components/dialogs/partial-dialog/esm2022/public_api.mjs +0 -0
  1090. {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs +0 -0
  1091. {package → app-ng-runtime}/components/dialogs/partial-dialog/fesm2022/index.mjs.map +0 -0
  1092. {package → app-ng-runtime}/components/dialogs/partial-dialog/index.d.ts +0 -0
  1093. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.component.d.ts +0 -0
  1094. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.module.d.ts +0 -0
  1095. {package → app-ng-runtime}/components/dialogs/partial-dialog/partial-dialog.props.d.ts +0 -0
  1096. {package → app-ng-runtime}/components/dialogs/partial-dialog/public_api.d.ts +0 -0
  1097. {package → app-ng-runtime}/components/input/calendar/bundles/index.umd.js +0 -0
  1098. {package → app-ng-runtime}/components/input/calendar/calendar.component.d.ts +0 -0
  1099. {package → app-ng-runtime}/components/input/calendar/calendar.module.d.ts +0 -0
  1100. {package → app-ng-runtime}/components/input/calendar/calendar.props.d.ts +0 -0
  1101. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.component.mjs +0 -0
  1102. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.module.mjs +0 -0
  1103. {package → app-ng-runtime}/components/input/calendar/esm2022/calendar.props.mjs +0 -0
  1104. {package → app-ng-runtime}/components/input/calendar/esm2022/index.mjs +0 -0
  1105. {package → app-ng-runtime}/components/input/calendar/esm2022/public_api.mjs +0 -0
  1106. {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs +0 -0
  1107. {package → app-ng-runtime}/components/input/calendar/fesm2022/index.mjs.map +0 -0
  1108. {package → app-ng-runtime}/components/input/calendar/index.d.ts +0 -0
  1109. {package → app-ng-runtime}/components/input/calendar/public_api.d.ts +0 -0
  1110. {package → app-ng-runtime}/components/input/chips/bundles/index.umd.js +0 -0
  1111. {package → app-ng-runtime}/components/input/chips/chips.component.d.ts +0 -0
  1112. {package → app-ng-runtime}/components/input/chips/chips.module.d.ts +0 -0
  1113. {package → app-ng-runtime}/components/input/chips/chips.props.d.ts +0 -0
  1114. {package → app-ng-runtime}/components/input/chips/esm2022/chips.component.mjs +0 -0
  1115. {package → app-ng-runtime}/components/input/chips/esm2022/chips.module.mjs +0 -0
  1116. {package → app-ng-runtime}/components/input/chips/esm2022/chips.props.mjs +0 -0
  1117. {package → app-ng-runtime}/components/input/chips/esm2022/index.mjs +0 -0
  1118. {package → app-ng-runtime}/components/input/chips/esm2022/public_api.mjs +0 -0
  1119. {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs +0 -0
  1120. {package → app-ng-runtime}/components/input/chips/fesm2022/index.mjs.map +0 -0
  1121. {package → app-ng-runtime}/components/input/chips/index.d.ts +0 -0
  1122. {package → app-ng-runtime}/components/input/chips/public_api.d.ts +0 -0
  1123. {package → app-ng-runtime}/components/input/color-picker/color-picker.component.d.ts +0 -0
  1124. {package → app-ng-runtime}/components/input/color-picker/color-picker.module.d.ts +0 -0
  1125. {package → app-ng-runtime}/components/input/color-picker/color-picker.props.d.ts +0 -0
  1126. {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.module.mjs +0 -0
  1127. {package → app-ng-runtime}/components/input/color-picker/esm2022/color-picker.props.mjs +0 -0
  1128. {package → app-ng-runtime}/components/input/color-picker/esm2022/index.mjs +0 -0
  1129. {package → app-ng-runtime}/components/input/color-picker/esm2022/public_api.mjs +0 -0
  1130. {package → app-ng-runtime}/components/input/color-picker/index.d.ts +0 -0
  1131. {package → app-ng-runtime}/components/input/color-picker/public_api.d.ts +0 -0
  1132. {package → app-ng-runtime}/components/input/currency/bundles/index.umd.js +0 -0
  1133. {package → app-ng-runtime}/components/input/currency/currency.component.d.ts +0 -0
  1134. {package → app-ng-runtime}/components/input/currency/currency.module.d.ts +0 -0
  1135. {package → app-ng-runtime}/components/input/currency/currency.props.d.ts +0 -0
  1136. {package → app-ng-runtime}/components/input/currency/esm2022/currency.component.mjs +0 -0
  1137. {package → app-ng-runtime}/components/input/currency/esm2022/currency.module.mjs +0 -0
  1138. {package → app-ng-runtime}/components/input/currency/esm2022/currency.props.mjs +0 -0
  1139. {package → app-ng-runtime}/components/input/currency/esm2022/index.mjs +0 -0
  1140. {package → app-ng-runtime}/components/input/currency/esm2022/public_api.mjs +0 -0
  1141. {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs +0 -0
  1142. {package → app-ng-runtime}/components/input/currency/fesm2022/index.mjs.map +0 -0
  1143. {package → app-ng-runtime}/components/input/currency/index.d.ts +0 -0
  1144. {package → app-ng-runtime}/components/input/currency/public_api.d.ts +0 -0
  1145. {package → app-ng-runtime}/components/input/default/base-form-custom.component.d.ts +0 -0
  1146. {package → app-ng-runtime}/components/input/default/base-form.component.d.ts +0 -0
  1147. {package → app-ng-runtime}/components/input/default/button/button.component.d.ts +0 -0
  1148. {package → app-ng-runtime}/components/input/default/button/button.props.d.ts +0 -0
  1149. {package → app-ng-runtime}/components/input/default/button-group/button-group.directive.d.ts +0 -0
  1150. {package → app-ng-runtime}/components/input/default/button-group/button-group.props.d.ts +0 -0
  1151. {package → app-ng-runtime}/components/input/default/caption-position.directive.d.ts +0 -0
  1152. {package → app-ng-runtime}/components/input/default/checkbox/checkbox.component.d.ts +0 -0
  1153. {package → app-ng-runtime}/components/input/default/checkbox/checkbox.props.d.ts +0 -0
  1154. {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.component.d.ts +0 -0
  1155. {package → app-ng-runtime}/components/input/default/checkboxset/checkboxset.props.d.ts +0 -0
  1156. {package → app-ng-runtime}/components/input/default/composite/composite.directive.d.ts +0 -0
  1157. {package → app-ng-runtime}/components/input/default/composite/composite.props.d.ts +0 -0
  1158. {package → app-ng-runtime}/components/input/default/dataset-aware-form.component.d.ts +0 -0
  1159. {package → app-ng-runtime}/components/input/default/esm2022/base-form-custom.component.mjs +0 -0
  1160. {package → app-ng-runtime}/components/input/default/esm2022/base-form.component.mjs +0 -0
  1161. {package → app-ng-runtime}/components/input/default/esm2022/button/button.component.mjs +0 -0
  1162. {package → app-ng-runtime}/components/input/default/esm2022/button/button.props.mjs +0 -0
  1163. {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.directive.mjs +0 -0
  1164. {package → app-ng-runtime}/components/input/default/esm2022/button-group/button-group.props.mjs +0 -0
  1165. {package → app-ng-runtime}/components/input/default/esm2022/caption-position.directive.mjs +0 -0
  1166. {package → app-ng-runtime}/components/input/default/esm2022/checkbox/checkbox.props.mjs +0 -0
  1167. {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.component.mjs +0 -0
  1168. {package → app-ng-runtime}/components/input/default/esm2022/checkboxset/checkboxset.props.mjs +0 -0
  1169. {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.directive.mjs +0 -0
  1170. {package → app-ng-runtime}/components/input/default/esm2022/composite/composite.props.mjs +0 -0
  1171. {package → app-ng-runtime}/components/input/default/esm2022/dataset-aware-form.component.mjs +0 -0
  1172. {package → app-ng-runtime}/components/input/default/esm2022/index.mjs +0 -0
  1173. {package → app-ng-runtime}/components/input/default/esm2022/input.module.mjs +0 -0
  1174. {package → app-ng-runtime}/components/input/default/esm2022/number/number.component.mjs +0 -0
  1175. {package → app-ng-runtime}/components/input/default/esm2022/number/number.props.mjs +0 -0
  1176. {package → app-ng-runtime}/components/input/default/esm2022/public_api.mjs +0 -0
  1177. {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.component.mjs +0 -0
  1178. {package → app-ng-runtime}/components/input/default/esm2022/radioset/radioset.props.mjs +0 -0
  1179. {package → app-ng-runtime}/components/input/default/esm2022/select/select.props.mjs +0 -0
  1180. {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.component.mjs +0 -0
  1181. {package → app-ng-runtime}/components/input/default/esm2022/switch/switch.props.mjs +0 -0
  1182. {package → app-ng-runtime}/components/input/default/esm2022/text/calendar/input-calendar.props.mjs +0 -0
  1183. {package → app-ng-runtime}/components/input/default/esm2022/text/color/input-color.props.mjs +0 -0
  1184. {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.component.mjs +0 -0
  1185. {package → app-ng-runtime}/components/input/default/esm2022/text/email/input-email.props.mjs +0 -0
  1186. {package → app-ng-runtime}/components/input/default/esm2022/text/locale/number-locale.mjs +0 -0
  1187. {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.component.mjs +0 -0
  1188. {package → app-ng-runtime}/components/input/default/esm2022/text/number/input-number.props.mjs +0 -0
  1189. {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.component.mjs +0 -0
  1190. {package → app-ng-runtime}/components/input/default/esm2022/text/text/input-text.props.mjs +0 -0
  1191. {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.component.mjs +0 -0
  1192. {package → app-ng-runtime}/components/input/default/esm2022/textarea/textarea.props.mjs +0 -0
  1193. {package → app-ng-runtime}/components/input/default/index.d.ts +0 -0
  1194. {package → app-ng-runtime}/components/input/default/input.module.d.ts +0 -0
  1195. {package → app-ng-runtime}/components/input/default/number/number.component.d.ts +0 -0
  1196. {package → app-ng-runtime}/components/input/default/number/number.props.d.ts +0 -0
  1197. {package → app-ng-runtime}/components/input/default/public_api.d.ts +0 -0
  1198. {package → app-ng-runtime}/components/input/default/radioset/radioset.component.d.ts +0 -0
  1199. {package → app-ng-runtime}/components/input/default/radioset/radioset.props.d.ts +0 -0
  1200. {package → app-ng-runtime}/components/input/default/select/select.component.d.ts +0 -0
  1201. {package → app-ng-runtime}/components/input/default/select/select.props.d.ts +0 -0
  1202. {package → app-ng-runtime}/components/input/default/switch/switch.component.d.ts +0 -0
  1203. {package → app-ng-runtime}/components/input/default/switch/switch.props.d.ts +0 -0
  1204. {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.component.d.ts +0 -0
  1205. {package → app-ng-runtime}/components/input/default/text/calendar/input-calendar.props.d.ts +0 -0
  1206. {package → app-ng-runtime}/components/input/default/text/color/input-color.component.d.ts +0 -0
  1207. {package → app-ng-runtime}/components/input/default/text/color/input-color.props.d.ts +0 -0
  1208. {package → app-ng-runtime}/components/input/default/text/email/input-email.component.d.ts +0 -0
  1209. {package → app-ng-runtime}/components/input/default/text/email/input-email.props.d.ts +0 -0
  1210. {package → app-ng-runtime}/components/input/default/text/locale/number-locale.d.ts +0 -0
  1211. {package → app-ng-runtime}/components/input/default/text/number/input-number.component.d.ts +0 -0
  1212. {package → app-ng-runtime}/components/input/default/text/number/input-number.props.d.ts +0 -0
  1213. {package → app-ng-runtime}/components/input/default/text/text/input-text.component.d.ts +0 -0
  1214. {package → app-ng-runtime}/components/input/default/text/text/input-text.props.d.ts +0 -0
  1215. {package → app-ng-runtime}/components/input/default/textarea/textarea.component.d.ts +0 -0
  1216. {package → app-ng-runtime}/components/input/default/textarea/textarea.props.d.ts +0 -0
  1217. {package → app-ng-runtime}/components/input/epoch/base-date-time.component.d.ts +0 -0
  1218. {package → app-ng-runtime}/components/input/epoch/date/date.component.d.ts +0 -0
  1219. {package → app-ng-runtime}/components/input/epoch/date/date.props.d.ts +0 -0
  1220. {package → app-ng-runtime}/components/input/epoch/date/imaskUtil.d.ts +0 -0
  1221. {package → app-ng-runtime}/components/input/epoch/date-time/date-time-picker.component.d.ts +0 -0
  1222. {package → app-ng-runtime}/components/input/epoch/date-time/date-time.component.d.ts +0 -0
  1223. {package → app-ng-runtime}/components/input/epoch/date-time/date-time.props.d.ts +0 -0
  1224. {package → app-ng-runtime}/components/input/epoch/epoch.module.d.ts +0 -0
  1225. {package → app-ng-runtime}/components/input/epoch/esm2022/base-date-time.component.mjs +0 -0
  1226. {package → app-ng-runtime}/components/input/epoch/esm2022/date/date.props.mjs +0 -0
  1227. {package → app-ng-runtime}/components/input/epoch/esm2022/date/imaskUtil.mjs +0 -0
  1228. {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time-picker.component.mjs +0 -0
  1229. {package → app-ng-runtime}/components/input/epoch/esm2022/date-time/date-time.props.mjs +0 -0
  1230. {package → app-ng-runtime}/components/input/epoch/esm2022/epoch.module.mjs +0 -0
  1231. {package → app-ng-runtime}/components/input/epoch/esm2022/index.mjs +0 -0
  1232. {package → app-ng-runtime}/components/input/epoch/esm2022/picker/picker.component.mjs +0 -0
  1233. {package → app-ng-runtime}/components/input/epoch/esm2022/public_api.mjs +0 -0
  1234. {package → app-ng-runtime}/components/input/epoch/esm2022/time/time.props.mjs +0 -0
  1235. {package → app-ng-runtime}/components/input/epoch/index.d.ts +0 -0
  1236. {package → app-ng-runtime}/components/input/epoch/picker/picker.component.d.ts +0 -0
  1237. {package → app-ng-runtime}/components/input/epoch/public_api.d.ts +0 -0
  1238. {package → app-ng-runtime}/components/input/epoch/time/time.component.d.ts +0 -0
  1239. {package → app-ng-runtime}/components/input/epoch/time/time.props.d.ts +0 -0
  1240. {package → app-ng-runtime}/components/input/file-upload/bundles/index.umd.js +0 -0
  1241. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.component.mjs +0 -0
  1242. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
  1243. {package → app-ng-runtime}/components/input/file-upload/esm2022/file-upload.props.mjs +0 -0
  1244. {package → app-ng-runtime}/components/input/file-upload/esm2022/index.mjs +0 -0
  1245. {package → app-ng-runtime}/components/input/file-upload/esm2022/public_api.mjs +0 -0
  1246. {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs +0 -0
  1247. {package → app-ng-runtime}/components/input/file-upload/fesm2022/index.mjs.map +0 -0
  1248. {package → app-ng-runtime}/components/input/file-upload/file-upload.component.d.ts +0 -0
  1249. {package → app-ng-runtime}/components/input/file-upload/file-upload.module.d.ts +0 -0
  1250. {package → app-ng-runtime}/components/input/file-upload/file-upload.props.d.ts +0 -0
  1251. {package → app-ng-runtime}/components/input/file-upload/index.d.ts +0 -0
  1252. {package → app-ng-runtime}/components/input/file-upload/public_api.d.ts +0 -0
  1253. {package → app-ng-runtime}/components/input/rating/esm2022/index.mjs +0 -0
  1254. {package → app-ng-runtime}/components/input/rating/esm2022/public_api.mjs +0 -0
  1255. {package → app-ng-runtime}/components/input/rating/esm2022/rating.module.mjs +0 -0
  1256. {package → app-ng-runtime}/components/input/rating/esm2022/rating.props.mjs +0 -0
  1257. {package → app-ng-runtime}/components/input/rating/index.d.ts +0 -0
  1258. {package → app-ng-runtime}/components/input/rating/public_api.d.ts +0 -0
  1259. {package → app-ng-runtime}/components/input/rating/rating.component.d.ts +0 -0
  1260. {package → app-ng-runtime}/components/input/rating/rating.module.d.ts +0 -0
  1261. {package → app-ng-runtime}/components/input/rating/rating.props.d.ts +0 -0
  1262. {package → app-ng-runtime}/components/input/slider/esm2022/index.mjs +0 -0
  1263. {package → app-ng-runtime}/components/input/slider/esm2022/public_api.mjs +0 -0
  1264. {package → app-ng-runtime}/components/input/slider/esm2022/slider.module.mjs +0 -0
  1265. {package → app-ng-runtime}/components/input/slider/esm2022/slider.props.mjs +0 -0
  1266. {package → app-ng-runtime}/components/input/slider/index.d.ts +0 -0
  1267. {package → app-ng-runtime}/components/input/slider/public_api.d.ts +0 -0
  1268. {package → app-ng-runtime}/components/input/slider/slider.component.d.ts +0 -0
  1269. {package → app-ng-runtime}/components/input/slider/slider.module.d.ts +0 -0
  1270. {package → app-ng-runtime}/components/input/slider/slider.props.d.ts +0 -0
  1271. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.component.d.ts +0 -0
  1272. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.module.d.ts +0 -0
  1273. {package → app-ng-runtime}/components/navigation/breadcrumb/breadcrumb.props.d.ts +0 -0
  1274. {package → app-ng-runtime}/components/navigation/breadcrumb/bundles/index.umd.js +0 -0
  1275. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.component.mjs +0 -0
  1276. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.module.mjs +0 -0
  1277. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/breadcrumb.props.mjs +0 -0
  1278. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/index.mjs +0 -0
  1279. {package → app-ng-runtime}/components/navigation/breadcrumb/esm2022/public_api.mjs +0 -0
  1280. {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs +0 -0
  1281. {package → app-ng-runtime}/components/navigation/breadcrumb/fesm2022/index.mjs.map +0 -0
  1282. {package → app-ng-runtime}/components/navigation/breadcrumb/index.d.ts +0 -0
  1283. {package → app-ng-runtime}/components/navigation/breadcrumb/public_api.d.ts +0 -0
  1284. {package → app-ng-runtime}/components/navigation/menu/bundles/index.umd.js +0 -0
  1285. {package → app-ng-runtime}/components/navigation/menu/esm2022/index.mjs +0 -0
  1286. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-adapator.component.mjs +0 -0
  1287. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown/menu-dropdown.component.mjs +0 -0
  1288. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu-dropdown-item/menu-dropdown-item.component.mjs +0 -0
  1289. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.component.mjs +0 -0
  1290. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.module.mjs +0 -0
  1291. {package → app-ng-runtime}/components/navigation/menu/esm2022/menu.props.mjs +0 -0
  1292. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.directive.mjs +0 -0
  1293. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav-item/nav-item.props.mjs +0 -0
  1294. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.component.mjs +0 -0
  1295. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/nav.props.mjs +0 -0
  1296. {package → app-ng-runtime}/components/navigation/menu/esm2022/nav/navigation-control.directive.mjs +0 -0
  1297. {package → app-ng-runtime}/components/navigation/menu/esm2022/public_api.mjs +0 -0
  1298. {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs +0 -0
  1299. {package → app-ng-runtime}/components/navigation/menu/fesm2022/index.mjs.map +0 -0
  1300. {package → app-ng-runtime}/components/navigation/menu/index.d.ts +0 -0
  1301. {package → app-ng-runtime}/components/navigation/menu/menu-adapator.component.d.ts +0 -0
  1302. {package → app-ng-runtime}/components/navigation/menu/menu-dropdown/menu-dropdown.component.d.ts +0 -0
  1303. {package → app-ng-runtime}/components/navigation/menu/menu-dropdown-item/menu-dropdown-item.component.d.ts +0 -0
  1304. {package → app-ng-runtime}/components/navigation/menu/menu.component.d.ts +0 -0
  1305. {package → app-ng-runtime}/components/navigation/menu/menu.module.d.ts +0 -0
  1306. {package → app-ng-runtime}/components/navigation/menu/menu.props.d.ts +0 -0
  1307. {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.directive.d.ts +0 -0
  1308. {package → app-ng-runtime}/components/navigation/menu/nav/nav-item/nav-item.props.d.ts +0 -0
  1309. {package → app-ng-runtime}/components/navigation/menu/nav/nav.component.d.ts +0 -0
  1310. {package → app-ng-runtime}/components/navigation/menu/nav/nav.props.d.ts +0 -0
  1311. {package → app-ng-runtime}/components/navigation/menu/nav/navigation-control.directive.d.ts +0 -0
  1312. {package → app-ng-runtime}/components/navigation/menu/public_api.d.ts +0 -0
  1313. {package → app-ng-runtime}/components/navigation/navbar/bundles/index.umd.js +0 -0
  1314. {package → app-ng-runtime}/components/navigation/navbar/esm2022/index.mjs +0 -0
  1315. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.component.mjs +0 -0
  1316. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.module.mjs +0 -0
  1317. {package → app-ng-runtime}/components/navigation/navbar/esm2022/navbar.props.mjs +0 -0
  1318. {package → app-ng-runtime}/components/navigation/navbar/esm2022/public_api.mjs +0 -0
  1319. {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs +0 -0
  1320. {package → app-ng-runtime}/components/navigation/navbar/fesm2022/index.mjs.map +0 -0
  1321. {package → app-ng-runtime}/components/navigation/navbar/index.d.ts +0 -0
  1322. {package → app-ng-runtime}/components/navigation/navbar/navbar.component.d.ts +0 -0
  1323. {package → app-ng-runtime}/components/navigation/navbar/navbar.module.d.ts +0 -0
  1324. {package → app-ng-runtime}/components/navigation/navbar/navbar.props.d.ts +0 -0
  1325. {package → app-ng-runtime}/components/navigation/navbar/public_api.d.ts +0 -0
  1326. {package → app-ng-runtime}/components/navigation/popover/bundles/index.umd.js +0 -0
  1327. {package → app-ng-runtime}/components/navigation/popover/esm2022/index.mjs +0 -0
  1328. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.component.mjs +0 -0
  1329. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.module.mjs +0 -0
  1330. {package → app-ng-runtime}/components/navigation/popover/esm2022/popover.props.mjs +0 -0
  1331. {package → app-ng-runtime}/components/navigation/popover/esm2022/public_api.mjs +0 -0
  1332. {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs +0 -0
  1333. {package → app-ng-runtime}/components/navigation/popover/fesm2022/index.mjs.map +0 -0
  1334. {package → app-ng-runtime}/components/navigation/popover/index.d.ts +0 -0
  1335. {package → app-ng-runtime}/components/navigation/popover/popover.component.d.ts +0 -0
  1336. {package → app-ng-runtime}/components/navigation/popover/popover.module.d.ts +0 -0
  1337. {package → app-ng-runtime}/components/navigation/popover/popover.props.d.ts +0 -0
  1338. {package → app-ng-runtime}/components/navigation/popover/public_api.d.ts +0 -0
  1339. {package → app-ng-runtime}/components/page/default/bundles/index.umd.js +0 -0
  1340. {package → app-ng-runtime}/components/page/default/content/content.component.d.ts +0 -0
  1341. {package → app-ng-runtime}/components/page/default/content/content.props.d.ts +0 -0
  1342. {package → app-ng-runtime}/components/page/default/esm2022/content/content.component.mjs +0 -0
  1343. {package → app-ng-runtime}/components/page/default/esm2022/content/content.props.mjs +0 -0
  1344. {package → app-ng-runtime}/components/page/default/esm2022/index.mjs +0 -0
  1345. {package → app-ng-runtime}/components/page/default/esm2022/layout.directive.mjs +0 -0
  1346. {package → app-ng-runtime}/components/page/default/esm2022/layout.props.mjs +0 -0
  1347. {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.component.mjs +0 -0
  1348. {package → app-ng-runtime}/components/page/default/esm2022/page-content/page-content.props.mjs +0 -0
  1349. {package → app-ng-runtime}/components/page/default/esm2022/page.directive.mjs +0 -0
  1350. {package → app-ng-runtime}/components/page/default/esm2022/page.module.mjs +0 -0
  1351. {package → app-ng-runtime}/components/page/default/esm2022/page.props.mjs +0 -0
  1352. {package → app-ng-runtime}/components/page/default/esm2022/public_api.mjs +0 -0
  1353. {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.directive.mjs +0 -0
  1354. {package → app-ng-runtime}/components/page/default/esm2022/router-outlet.props.mjs +0 -0
  1355. {package → app-ng-runtime}/components/page/default/esm2022/spa-page.directive.mjs +0 -0
  1356. {package → app-ng-runtime}/components/page/default/esm2022/spa-page.props.mjs +0 -0
  1357. {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs +0 -0
  1358. {package → app-ng-runtime}/components/page/default/fesm2022/index.mjs.map +0 -0
  1359. {package → app-ng-runtime}/components/page/default/index.d.ts +0 -0
  1360. {package → app-ng-runtime}/components/page/default/layout.directive.d.ts +0 -0
  1361. {package → app-ng-runtime}/components/page/default/layout.props.d.ts +0 -0
  1362. {package → app-ng-runtime}/components/page/default/page-content/page-content.component.d.ts +0 -0
  1363. {package → app-ng-runtime}/components/page/default/page-content/page-content.props.d.ts +0 -0
  1364. {package → app-ng-runtime}/components/page/default/page.directive.d.ts +0 -0
  1365. {package → app-ng-runtime}/components/page/default/page.module.d.ts +0 -0
  1366. {package → app-ng-runtime}/components/page/default/page.props.d.ts +0 -0
  1367. {package → app-ng-runtime}/components/page/default/public_api.d.ts +0 -0
  1368. {package → app-ng-runtime}/components/page/default/router-outlet.directive.d.ts +0 -0
  1369. {package → app-ng-runtime}/components/page/default/router-outlet.props.d.ts +0 -0
  1370. {package → app-ng-runtime}/components/page/default/spa-page.directive.d.ts +0 -0
  1371. {package → app-ng-runtime}/components/page/default/spa-page.props.d.ts +0 -0
  1372. {package → app-ng-runtime}/components/page/footer/bundles/index.umd.js +0 -0
  1373. {package → app-ng-runtime}/components/page/footer/esm2022/footer.directive.mjs +0 -0
  1374. {package → app-ng-runtime}/components/page/footer/esm2022/footer.module.mjs +0 -0
  1375. {package → app-ng-runtime}/components/page/footer/esm2022/footer.props.mjs +0 -0
  1376. {package → app-ng-runtime}/components/page/footer/esm2022/index.mjs +0 -0
  1377. {package → app-ng-runtime}/components/page/footer/esm2022/public_api.mjs +0 -0
  1378. {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs +0 -0
  1379. {package → app-ng-runtime}/components/page/footer/fesm2022/index.mjs.map +0 -0
  1380. {package → app-ng-runtime}/components/page/footer/footer.directive.d.ts +0 -0
  1381. {package → app-ng-runtime}/components/page/footer/footer.module.d.ts +0 -0
  1382. {package → app-ng-runtime}/components/page/footer/footer.props.d.ts +0 -0
  1383. {package → app-ng-runtime}/components/page/footer/index.d.ts +0 -0
  1384. {package → app-ng-runtime}/components/page/footer/public_api.d.ts +0 -0
  1385. {package → app-ng-runtime}/components/page/header/bundles/index.umd.js +0 -0
  1386. {package → app-ng-runtime}/components/page/header/esm2022/header.component.mjs +0 -0
  1387. {package → app-ng-runtime}/components/page/header/esm2022/header.module.mjs +0 -0
  1388. {package → app-ng-runtime}/components/page/header/esm2022/header.props.mjs +0 -0
  1389. {package → app-ng-runtime}/components/page/header/esm2022/index.mjs +0 -0
  1390. {package → app-ng-runtime}/components/page/header/esm2022/public_api.mjs +0 -0
  1391. {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs +0 -0
  1392. {package → app-ng-runtime}/components/page/header/fesm2022/index.mjs.map +0 -0
  1393. {package → app-ng-runtime}/components/page/header/header.component.d.ts +0 -0
  1394. {package → app-ng-runtime}/components/page/header/header.module.d.ts +0 -0
  1395. {package → app-ng-runtime}/components/page/header/header.props.d.ts +0 -0
  1396. {package → app-ng-runtime}/components/page/header/index.d.ts +0 -0
  1397. {package → app-ng-runtime}/components/page/header/public_api.d.ts +0 -0
  1398. {package → app-ng-runtime}/components/page/left-panel/bundles/index.umd.js +0 -0
  1399. {package → app-ng-runtime}/components/page/left-panel/esm2022/index.mjs +0 -0
  1400. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.animator.mjs +0 -0
  1401. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
  1402. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
  1403. {package → app-ng-runtime}/components/page/left-panel/esm2022/left-panel.props.mjs +0 -0
  1404. {package → app-ng-runtime}/components/page/left-panel/esm2022/public_api.mjs +0 -0
  1405. {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs +0 -0
  1406. {package → app-ng-runtime}/components/page/left-panel/fesm2022/index.mjs.map +0 -0
  1407. {package → app-ng-runtime}/components/page/left-panel/index.d.ts +0 -0
  1408. {package → app-ng-runtime}/components/page/left-panel/left-panel.animator.d.ts +0 -0
  1409. {package → app-ng-runtime}/components/page/left-panel/left-panel.directive.d.ts +0 -0
  1410. {package → app-ng-runtime}/components/page/left-panel/left-panel.module.d.ts +0 -0
  1411. {package → app-ng-runtime}/components/page/left-panel/left-panel.props.d.ts +0 -0
  1412. {package → app-ng-runtime}/components/page/left-panel/public_api.d.ts +0 -0
  1413. {package → app-ng-runtime}/components/page/right-panel/bundles/index.umd.js +0 -0
  1414. {package → app-ng-runtime}/components/page/right-panel/esm2022/index.mjs +0 -0
  1415. {package → app-ng-runtime}/components/page/right-panel/esm2022/public_api.mjs +0 -0
  1416. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.directive.mjs +0 -0
  1417. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.module.mjs +0 -0
  1418. {package → app-ng-runtime}/components/page/right-panel/esm2022/right-panel.props.mjs +0 -0
  1419. {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs +0 -0
  1420. {package → app-ng-runtime}/components/page/right-panel/fesm2022/index.mjs.map +0 -0
  1421. {package → app-ng-runtime}/components/page/right-panel/index.d.ts +0 -0
  1422. {package → app-ng-runtime}/components/page/right-panel/public_api.d.ts +0 -0
  1423. {package → app-ng-runtime}/components/page/right-panel/right-panel.directive.d.ts +0 -0
  1424. {package → app-ng-runtime}/components/page/right-panel/right-panel.module.d.ts +0 -0
  1425. {package → app-ng-runtime}/components/page/right-panel/right-panel.props.d.ts +0 -0
  1426. {package → app-ng-runtime}/components/page/top-nav/bundles/index.umd.js +0 -0
  1427. {package → app-ng-runtime}/components/page/top-nav/esm2022/index.mjs +0 -0
  1428. {package → app-ng-runtime}/components/page/top-nav/esm2022/public_api.mjs +0 -0
  1429. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.directive.mjs +0 -0
  1430. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.module.mjs +0 -0
  1431. {package → app-ng-runtime}/components/page/top-nav/esm2022/top-nav.props.mjs +0 -0
  1432. {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs +0 -0
  1433. {package → app-ng-runtime}/components/page/top-nav/fesm2022/index.mjs.map +0 -0
  1434. {package → app-ng-runtime}/components/page/top-nav/index.d.ts +0 -0
  1435. {package → app-ng-runtime}/components/page/top-nav/public_api.d.ts +0 -0
  1436. {package → app-ng-runtime}/components/page/top-nav/top-nav.directive.d.ts +0 -0
  1437. {package → app-ng-runtime}/components/page/top-nav/top-nav.module.d.ts +0 -0
  1438. {package → app-ng-runtime}/components/page/top-nav/top-nav.props.d.ts +0 -0
  1439. {package → app-ng-runtime}/components/prefab/bundles/index.umd.js +0 -0
  1440. {package → app-ng-runtime}/components/prefab/esm2022/index.mjs +0 -0
  1441. {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.directive.mjs +0 -0
  1442. {package → app-ng-runtime}/components/prefab/esm2022/prefab-container/prefab-container.props.mjs +0 -0
  1443. {package → app-ng-runtime}/components/prefab/esm2022/prefab.directive.mjs +0 -0
  1444. {package → app-ng-runtime}/components/prefab/esm2022/prefab.module.mjs +0 -0
  1445. {package → app-ng-runtime}/components/prefab/esm2022/prefab.props.mjs +0 -0
  1446. {package → app-ng-runtime}/components/prefab/esm2022/public_api.mjs +0 -0
  1447. {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs +0 -0
  1448. {package → app-ng-runtime}/components/prefab/fesm2022/index.mjs.map +0 -0
  1449. {package → app-ng-runtime}/components/prefab/index.d.ts +0 -0
  1450. {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.directive.d.ts +0 -0
  1451. {package → app-ng-runtime}/components/prefab/prefab-container/prefab-container.props.d.ts +0 -0
  1452. {package → app-ng-runtime}/components/prefab/prefab.directive.d.ts +0 -0
  1453. {package → app-ng-runtime}/components/prefab/prefab.module.d.ts +0 -0
  1454. {package → app-ng-runtime}/components/prefab/prefab.props.d.ts +0 -0
  1455. {package → app-ng-runtime}/components/prefab/public_api.d.ts +0 -0
  1456. {package → app-ng-runtime}/core/constants/currency-constants.d.ts +0 -0
  1457. {package → app-ng-runtime}/core/core.module.d.ts +0 -0
  1458. {package → app-ng-runtime}/core/enums/enums.d.ts +0 -0
  1459. {package → app-ng-runtime}/core/esm2022/constants/currency-constants.mjs +0 -0
  1460. {package → app-ng-runtime}/core/esm2022/core.module.mjs +0 -0
  1461. {package → app-ng-runtime}/core/esm2022/enums/enums.mjs +0 -0
  1462. {package → app-ng-runtime}/core/esm2022/index.mjs +0 -0
  1463. {package → app-ng-runtime}/core/esm2022/services/constant.service.mjs +0 -0
  1464. {package → app-ng-runtime}/core/esm2022/services/field-type.service.mjs +0 -0
  1465. {package → app-ng-runtime}/core/esm2022/services/field-widget.service.mjs +0 -0
  1466. {package → app-ng-runtime}/core/esm2022/services/pagination.service.mjs +0 -0
  1467. {package → app-ng-runtime}/core/esm2022/services/script-loader.service.mjs +0 -0
  1468. {package → app-ng-runtime}/core/esm2022/services/state-persistence.service.mjs +0 -0
  1469. {package → app-ng-runtime}/core/esm2022/services/user-custom-pipe-manager.service.mjs +0 -0
  1470. {package → app-ng-runtime}/core/esm2022/services/utils.service.mjs +0 -0
  1471. {package → app-ng-runtime}/core/esm2022/services/viewport.service.mjs +0 -0
  1472. {package → app-ng-runtime}/core/esm2022/types/types.mjs +0 -0
  1473. {package → app-ng-runtime}/core/esm2022/utils/build-utils.mjs +0 -0
  1474. {package → app-ng-runtime}/core/esm2022/utils/dom.mjs +0 -0
  1475. {package → app-ng-runtime}/core/esm2022/utils/event-notifier.mjs +0 -0
  1476. {package → app-ng-runtime}/core/esm2022/utils/expression-parser.mjs +0 -0
  1477. {package → app-ng-runtime}/core/esm2022/utils/id-generator.mjs +0 -0
  1478. {package → app-ng-runtime}/core/esm2022/utils/lru-cache.mjs +0 -0
  1479. {package → app-ng-runtime}/core/esm2022/utils/utils.mjs +0 -0
  1480. {package → app-ng-runtime}/core/esm2022/utils/watcher.mjs +0 -0
  1481. {package → app-ng-runtime}/core/esm2022/utils/wm-project-properties.mjs +0 -0
  1482. {package → app-ng-runtime}/core/index.d.ts +0 -0
  1483. {package → app-ng-runtime}/core/services/constant.service.d.ts +0 -0
  1484. {package → app-ng-runtime}/core/services/field-type.service.d.ts +0 -0
  1485. {package → app-ng-runtime}/core/services/field-widget.service.d.ts +0 -0
  1486. {package → app-ng-runtime}/core/services/pagination.service.d.ts +0 -0
  1487. {package → app-ng-runtime}/core/services/script-loader.service.d.ts +0 -0
  1488. {package → app-ng-runtime}/core/services/state-persistence.service.d.ts +0 -0
  1489. {package → app-ng-runtime}/core/services/user-custom-pipe-manager.service.d.ts +0 -0
  1490. {package → app-ng-runtime}/core/services/utils.service.d.ts +0 -0
  1491. {package → app-ng-runtime}/core/services/viewport.service.d.ts +0 -0
  1492. {package → app-ng-runtime}/core/types/types.d.ts +0 -0
  1493. {package → app-ng-runtime}/core/utils/build-utils.d.ts +0 -0
  1494. {package → app-ng-runtime}/core/utils/dom.d.ts +0 -0
  1495. {package → app-ng-runtime}/core/utils/event-notifier.d.ts +0 -0
  1496. {package → app-ng-runtime}/core/utils/expression-parser.d.ts +0 -0
  1497. {package → app-ng-runtime}/core/utils/id-generator.d.ts +0 -0
  1498. {package → app-ng-runtime}/core/utils/lru-cache.d.ts +0 -0
  1499. {package → app-ng-runtime}/core/utils/utils.d.ts +0 -0
  1500. {package → app-ng-runtime}/core/utils/watcher.d.ts +0 -0
  1501. {package → app-ng-runtime}/core/utils/wm-project-properties.d.ts +0 -0
  1502. {package → app-ng-runtime}/http/bundles/index.umd.js +0 -0
  1503. {package → app-ng-runtime}/http/esm2022/http-service.module.mjs +0 -0
  1504. {package → app-ng-runtime}/http/esm2022/http.service.mjs +0 -0
  1505. {package → app-ng-runtime}/http/esm2022/index.mjs +0 -0
  1506. {package → app-ng-runtime}/http/esm2022/public_api.mjs +0 -0
  1507. {package → app-ng-runtime}/http/esm2022/wm-http-request.mjs +0 -0
  1508. {package → app-ng-runtime}/http/esm2022/wm-http-response.mjs +0 -0
  1509. {package → app-ng-runtime}/http/fesm2022/index.mjs +0 -0
  1510. {package → app-ng-runtime}/http/fesm2022/index.mjs.map +0 -0
  1511. {package → app-ng-runtime}/http/http-service.module.d.ts +0 -0
  1512. {package → app-ng-runtime}/http/http.service.d.ts +0 -0
  1513. {package → app-ng-runtime}/http/index.d.ts +0 -0
  1514. {package → app-ng-runtime}/http/public_api.d.ts +0 -0
  1515. {package → app-ng-runtime}/http/wm-http-request.d.ts +0 -0
  1516. {package → app-ng-runtime}/http/wm-http-response.d.ts +0 -0
  1517. {package → app-ng-runtime}/locales/angular/global/af-na.js +0 -0
  1518. {package → app-ng-runtime}/locales/angular/global/af.js +0 -0
  1519. {package → app-ng-runtime}/locales/angular/global/agq.js +0 -0
  1520. {package → app-ng-runtime}/locales/angular/global/ak.js +0 -0
  1521. {package → app-ng-runtime}/locales/angular/global/am.js +0 -0
  1522. {package → app-ng-runtime}/locales/angular/global/ar-ae.js +0 -0
  1523. {package → app-ng-runtime}/locales/angular/global/ar-bh.js +0 -0
  1524. {package → app-ng-runtime}/locales/angular/global/ar-dj.js +0 -0
  1525. {package → app-ng-runtime}/locales/angular/global/ar-dz.js +0 -0
  1526. {package → app-ng-runtime}/locales/angular/global/ar-eg.js +0 -0
  1527. {package → app-ng-runtime}/locales/angular/global/ar-eh.js +0 -0
  1528. {package → app-ng-runtime}/locales/angular/global/ar-er.js +0 -0
  1529. {package → app-ng-runtime}/locales/angular/global/ar-il.js +0 -0
  1530. {package → app-ng-runtime}/locales/angular/global/ar-iq.js +0 -0
  1531. {package → app-ng-runtime}/locales/angular/global/ar-jo.js +0 -0
  1532. {package → app-ng-runtime}/locales/angular/global/ar-km.js +0 -0
  1533. {package → app-ng-runtime}/locales/angular/global/ar-kw.js +0 -0
  1534. {package → app-ng-runtime}/locales/angular/global/ar-lb.js +0 -0
  1535. {package → app-ng-runtime}/locales/angular/global/ar-ly.js +0 -0
  1536. {package → app-ng-runtime}/locales/angular/global/ar-ma.js +0 -0
  1537. {package → app-ng-runtime}/locales/angular/global/ar-mr.js +0 -0
  1538. {package → app-ng-runtime}/locales/angular/global/ar-om.js +0 -0
  1539. {package → app-ng-runtime}/locales/angular/global/ar-ps.js +0 -0
  1540. {package → app-ng-runtime}/locales/angular/global/ar-qa.js +0 -0
  1541. {package → app-ng-runtime}/locales/angular/global/ar-sa.js +0 -0
  1542. {package → app-ng-runtime}/locales/angular/global/ar-sd.js +0 -0
  1543. {package → app-ng-runtime}/locales/angular/global/ar-so.js +0 -0
  1544. {package → app-ng-runtime}/locales/angular/global/ar-ss.js +0 -0
  1545. {package → app-ng-runtime}/locales/angular/global/ar-sy.js +0 -0
  1546. {package → app-ng-runtime}/locales/angular/global/ar-td.js +0 -0
  1547. {package → app-ng-runtime}/locales/angular/global/ar-tn.js +0 -0
  1548. {package → app-ng-runtime}/locales/angular/global/ar-ye.js +0 -0
  1549. {package → app-ng-runtime}/locales/angular/global/ar.js +0 -0
  1550. {package → app-ng-runtime}/locales/angular/global/as.js +0 -0
  1551. {package → app-ng-runtime}/locales/angular/global/asa.js +0 -0
  1552. {package → app-ng-runtime}/locales/angular/global/ast.js +0 -0
  1553. {package → app-ng-runtime}/locales/angular/global/az-cyrl.js +0 -0
  1554. {package → app-ng-runtime}/locales/angular/global/az-latn.js +0 -0
  1555. {package → app-ng-runtime}/locales/angular/global/az.js +0 -0
  1556. {package → app-ng-runtime}/locales/angular/global/bas.js +0 -0
  1557. {package → app-ng-runtime}/locales/angular/global/be-tarask.js +0 -0
  1558. {package → app-ng-runtime}/locales/angular/global/be.js +0 -0
  1559. {package → app-ng-runtime}/locales/angular/global/bem.js +0 -0
  1560. {package → app-ng-runtime}/locales/angular/global/bez.js +0 -0
  1561. {package → app-ng-runtime}/locales/angular/global/bg.js +0 -0
  1562. {package → app-ng-runtime}/locales/angular/global/bm.js +0 -0
  1563. {package → app-ng-runtime}/locales/angular/global/bn-in.js +0 -0
  1564. {package → app-ng-runtime}/locales/angular/global/bn.js +0 -0
  1565. {package → app-ng-runtime}/locales/angular/global/bo-in.js +0 -0
  1566. {package → app-ng-runtime}/locales/angular/global/bo.js +0 -0
  1567. {package → app-ng-runtime}/locales/angular/global/br.js +0 -0
  1568. {package → app-ng-runtime}/locales/angular/global/brx.js +0 -0
  1569. {package → app-ng-runtime}/locales/angular/global/bs-cyrl.js +0 -0
  1570. {package → app-ng-runtime}/locales/angular/global/bs-latn.js +0 -0
  1571. {package → app-ng-runtime}/locales/angular/global/bs.js +0 -0
  1572. {package → app-ng-runtime}/locales/angular/global/ca-ad.js +0 -0
  1573. {package → app-ng-runtime}/locales/angular/global/ca-es-valencia.js +0 -0
  1574. {package → app-ng-runtime}/locales/angular/global/ca-fr.js +0 -0
  1575. {package → app-ng-runtime}/locales/angular/global/ca-it.js +0 -0
  1576. {package → app-ng-runtime}/locales/angular/global/ca.js +0 -0
  1577. {package → app-ng-runtime}/locales/angular/global/ccp-in.js +0 -0
  1578. {package → app-ng-runtime}/locales/angular/global/ccp.js +0 -0
  1579. {package → app-ng-runtime}/locales/angular/global/ce.js +0 -0
  1580. {package → app-ng-runtime}/locales/angular/global/ceb.js +0 -0
  1581. {package → app-ng-runtime}/locales/angular/global/cgg.js +0 -0
  1582. {package → app-ng-runtime}/locales/angular/global/chr.js +0 -0
  1583. {package → app-ng-runtime}/locales/angular/global/ckb-ir.js +0 -0
  1584. {package → app-ng-runtime}/locales/angular/global/ckb.js +0 -0
  1585. {package → app-ng-runtime}/locales/angular/global/cs.js +0 -0
  1586. {package → app-ng-runtime}/locales/angular/global/cy.js +0 -0
  1587. {package → app-ng-runtime}/locales/angular/global/da-gl.js +0 -0
  1588. {package → app-ng-runtime}/locales/angular/global/da.js +0 -0
  1589. {package → app-ng-runtime}/locales/angular/global/dav.js +0 -0
  1590. {package → app-ng-runtime}/locales/angular/global/de-at.js +0 -0
  1591. {package → app-ng-runtime}/locales/angular/global/de-be.js +0 -0
  1592. {package → app-ng-runtime}/locales/angular/global/de-ch.js +0 -0
  1593. {package → app-ng-runtime}/locales/angular/global/de-it.js +0 -0
  1594. {package → app-ng-runtime}/locales/angular/global/de-li.js +0 -0
  1595. {package → app-ng-runtime}/locales/angular/global/de-lu.js +0 -0
  1596. {package → app-ng-runtime}/locales/angular/global/de.js +0 -0
  1597. {package → app-ng-runtime}/locales/angular/global/dje.js +0 -0
  1598. {package → app-ng-runtime}/locales/angular/global/doi.js +0 -0
  1599. {package → app-ng-runtime}/locales/angular/global/dsb.js +0 -0
  1600. {package → app-ng-runtime}/locales/angular/global/dua.js +0 -0
  1601. {package → app-ng-runtime}/locales/angular/global/dyo.js +0 -0
  1602. {package → app-ng-runtime}/locales/angular/global/dz.js +0 -0
  1603. {package → app-ng-runtime}/locales/angular/global/ebu.js +0 -0
  1604. {package → app-ng-runtime}/locales/angular/global/ee-tg.js +0 -0
  1605. {package → app-ng-runtime}/locales/angular/global/ee.js +0 -0
  1606. {package → app-ng-runtime}/locales/angular/global/el-cy.js +0 -0
  1607. {package → app-ng-runtime}/locales/angular/global/el.js +0 -0
  1608. {package → app-ng-runtime}/locales/angular/global/en-001.js +0 -0
  1609. {package → app-ng-runtime}/locales/angular/global/en-150.js +0 -0
  1610. {package → app-ng-runtime}/locales/angular/global/en-ae.js +0 -0
  1611. {package → app-ng-runtime}/locales/angular/global/en-ag.js +0 -0
  1612. {package → app-ng-runtime}/locales/angular/global/en-ai.js +0 -0
  1613. {package → app-ng-runtime}/locales/angular/global/en-as.js +0 -0
  1614. {package → app-ng-runtime}/locales/angular/global/en-at.js +0 -0
  1615. {package → app-ng-runtime}/locales/angular/global/en-au.js +0 -0
  1616. {package → app-ng-runtime}/locales/angular/global/en-bb.js +0 -0
  1617. {package → app-ng-runtime}/locales/angular/global/en-be.js +0 -0
  1618. {package → app-ng-runtime}/locales/angular/global/en-bi.js +0 -0
  1619. {package → app-ng-runtime}/locales/angular/global/en-bm.js +0 -0
  1620. {package → app-ng-runtime}/locales/angular/global/en-bs.js +0 -0
  1621. {package → app-ng-runtime}/locales/angular/global/en-bw.js +0 -0
  1622. {package → app-ng-runtime}/locales/angular/global/en-bz.js +0 -0
  1623. {package → app-ng-runtime}/locales/angular/global/en-ca.js +0 -0
  1624. {package → app-ng-runtime}/locales/angular/global/en-cc.js +0 -0
  1625. {package → app-ng-runtime}/locales/angular/global/en-ch.js +0 -0
  1626. {package → app-ng-runtime}/locales/angular/global/en-ck.js +0 -0
  1627. {package → app-ng-runtime}/locales/angular/global/en-cm.js +0 -0
  1628. {package → app-ng-runtime}/locales/angular/global/en-cx.js +0 -0
  1629. {package → app-ng-runtime}/locales/angular/global/en-cy.js +0 -0
  1630. {package → app-ng-runtime}/locales/angular/global/en-de.js +0 -0
  1631. {package → app-ng-runtime}/locales/angular/global/en-dg.js +0 -0
  1632. {package → app-ng-runtime}/locales/angular/global/en-dk.js +0 -0
  1633. {package → app-ng-runtime}/locales/angular/global/en-dm.js +0 -0
  1634. {package → app-ng-runtime}/locales/angular/global/en-er.js +0 -0
  1635. {package → app-ng-runtime}/locales/angular/global/en-fi.js +0 -0
  1636. {package → app-ng-runtime}/locales/angular/global/en-fj.js +0 -0
  1637. {package → app-ng-runtime}/locales/angular/global/en-fk.js +0 -0
  1638. {package → app-ng-runtime}/locales/angular/global/en-fm.js +0 -0
  1639. {package → app-ng-runtime}/locales/angular/global/en-gb.js +0 -0
  1640. {package → app-ng-runtime}/locales/angular/global/en-gd.js +0 -0
  1641. {package → app-ng-runtime}/locales/angular/global/en-gg.js +0 -0
  1642. {package → app-ng-runtime}/locales/angular/global/en-gh.js +0 -0
  1643. {package → app-ng-runtime}/locales/angular/global/en-gi.js +0 -0
  1644. {package → app-ng-runtime}/locales/angular/global/en-gm.js +0 -0
  1645. {package → app-ng-runtime}/locales/angular/global/en-gu.js +0 -0
  1646. {package → app-ng-runtime}/locales/angular/global/en-gy.js +0 -0
  1647. {package → app-ng-runtime}/locales/angular/global/en-hk.js +0 -0
  1648. {package → app-ng-runtime}/locales/angular/global/en-ie.js +0 -0
  1649. {package → app-ng-runtime}/locales/angular/global/en-il.js +0 -0
  1650. {package → app-ng-runtime}/locales/angular/global/en-im.js +0 -0
  1651. {package → app-ng-runtime}/locales/angular/global/en-in.js +0 -0
  1652. {package → app-ng-runtime}/locales/angular/global/en-io.js +0 -0
  1653. {package → app-ng-runtime}/locales/angular/global/en-je.js +0 -0
  1654. {package → app-ng-runtime}/locales/angular/global/en-jm.js +0 -0
  1655. {package → app-ng-runtime}/locales/angular/global/en-ke.js +0 -0
  1656. {package → app-ng-runtime}/locales/angular/global/en-ki.js +0 -0
  1657. {package → app-ng-runtime}/locales/angular/global/en-kn.js +0 -0
  1658. {package → app-ng-runtime}/locales/angular/global/en-ky.js +0 -0
  1659. {package → app-ng-runtime}/locales/angular/global/en-lc.js +0 -0
  1660. {package → app-ng-runtime}/locales/angular/global/en-lr.js +0 -0
  1661. {package → app-ng-runtime}/locales/angular/global/en-ls.js +0 -0
  1662. {package → app-ng-runtime}/locales/angular/global/en-mg.js +0 -0
  1663. {package → app-ng-runtime}/locales/angular/global/en-mh.js +0 -0
  1664. {package → app-ng-runtime}/locales/angular/global/en-mo.js +0 -0
  1665. {package → app-ng-runtime}/locales/angular/global/en-mp.js +0 -0
  1666. {package → app-ng-runtime}/locales/angular/global/en-ms.js +0 -0
  1667. {package → app-ng-runtime}/locales/angular/global/en-mt.js +0 -0
  1668. {package → app-ng-runtime}/locales/angular/global/en-mu.js +0 -0
  1669. {package → app-ng-runtime}/locales/angular/global/en-mv.js +0 -0
  1670. {package → app-ng-runtime}/locales/angular/global/en-mw.js +0 -0
  1671. {package → app-ng-runtime}/locales/angular/global/en-my.js +0 -0
  1672. {package → app-ng-runtime}/locales/angular/global/en-na.js +0 -0
  1673. {package → app-ng-runtime}/locales/angular/global/en-nf.js +0 -0
  1674. {package → app-ng-runtime}/locales/angular/global/en-ng.js +0 -0
  1675. {package → app-ng-runtime}/locales/angular/global/en-nl.js +0 -0
  1676. {package → app-ng-runtime}/locales/angular/global/en-nr.js +0 -0
  1677. {package → app-ng-runtime}/locales/angular/global/en-nu.js +0 -0
  1678. {package → app-ng-runtime}/locales/angular/global/en-nz.js +0 -0
  1679. {package → app-ng-runtime}/locales/angular/global/en-pg.js +0 -0
  1680. {package → app-ng-runtime}/locales/angular/global/en-ph.js +0 -0
  1681. {package → app-ng-runtime}/locales/angular/global/en-pk.js +0 -0
  1682. {package → app-ng-runtime}/locales/angular/global/en-pn.js +0 -0
  1683. {package → app-ng-runtime}/locales/angular/global/en-pr.js +0 -0
  1684. {package → app-ng-runtime}/locales/angular/global/en-pw.js +0 -0
  1685. {package → app-ng-runtime}/locales/angular/global/en-rw.js +0 -0
  1686. {package → app-ng-runtime}/locales/angular/global/en-sb.js +0 -0
  1687. {package → app-ng-runtime}/locales/angular/global/en-sc.js +0 -0
  1688. {package → app-ng-runtime}/locales/angular/global/en-sd.js +0 -0
  1689. {package → app-ng-runtime}/locales/angular/global/en-se.js +0 -0
  1690. {package → app-ng-runtime}/locales/angular/global/en-sg.js +0 -0
  1691. {package → app-ng-runtime}/locales/angular/global/en-sh.js +0 -0
  1692. {package → app-ng-runtime}/locales/angular/global/en-si.js +0 -0
  1693. {package → app-ng-runtime}/locales/angular/global/en-sl.js +0 -0
  1694. {package → app-ng-runtime}/locales/angular/global/en-ss.js +0 -0
  1695. {package → app-ng-runtime}/locales/angular/global/en-sx.js +0 -0
  1696. {package → app-ng-runtime}/locales/angular/global/en-sz.js +0 -0
  1697. {package → app-ng-runtime}/locales/angular/global/en-tc.js +0 -0
  1698. {package → app-ng-runtime}/locales/angular/global/en-tk.js +0 -0
  1699. {package → app-ng-runtime}/locales/angular/global/en-to.js +0 -0
  1700. {package → app-ng-runtime}/locales/angular/global/en-tt.js +0 -0
  1701. {package → app-ng-runtime}/locales/angular/global/en-tv.js +0 -0
  1702. {package → app-ng-runtime}/locales/angular/global/en-tz.js +0 -0
  1703. {package → app-ng-runtime}/locales/angular/global/en-ug.js +0 -0
  1704. {package → app-ng-runtime}/locales/angular/global/en-um.js +0 -0
  1705. {package → app-ng-runtime}/locales/angular/global/en-vc.js +0 -0
  1706. {package → app-ng-runtime}/locales/angular/global/en-vg.js +0 -0
  1707. {package → app-ng-runtime}/locales/angular/global/en-vi.js +0 -0
  1708. {package → app-ng-runtime}/locales/angular/global/en-vu.js +0 -0
  1709. {package → app-ng-runtime}/locales/angular/global/en-ws.js +0 -0
  1710. {package → app-ng-runtime}/locales/angular/global/en-za.js +0 -0
  1711. {package → app-ng-runtime}/locales/angular/global/en-zm.js +0 -0
  1712. {package → app-ng-runtime}/locales/angular/global/en-zw.js +0 -0
  1713. {package → app-ng-runtime}/locales/angular/global/en.js +0 -0
  1714. {package → app-ng-runtime}/locales/angular/global/eo.js +0 -0
  1715. {package → app-ng-runtime}/locales/angular/global/es-419.js +0 -0
  1716. {package → app-ng-runtime}/locales/angular/global/es-ar.js +0 -0
  1717. {package → app-ng-runtime}/locales/angular/global/es-bo.js +0 -0
  1718. {package → app-ng-runtime}/locales/angular/global/es-br.js +0 -0
  1719. {package → app-ng-runtime}/locales/angular/global/es-bz.js +0 -0
  1720. {package → app-ng-runtime}/locales/angular/global/es-cl.js +0 -0
  1721. {package → app-ng-runtime}/locales/angular/global/es-co.js +0 -0
  1722. {package → app-ng-runtime}/locales/angular/global/es-cr.js +0 -0
  1723. {package → app-ng-runtime}/locales/angular/global/es-cu.js +0 -0
  1724. {package → app-ng-runtime}/locales/angular/global/es-do.js +0 -0
  1725. {package → app-ng-runtime}/locales/angular/global/es-ea.js +0 -0
  1726. {package → app-ng-runtime}/locales/angular/global/es-ec.js +0 -0
  1727. {package → app-ng-runtime}/locales/angular/global/es-gq.js +0 -0
  1728. {package → app-ng-runtime}/locales/angular/global/es-gt.js +0 -0
  1729. {package → app-ng-runtime}/locales/angular/global/es-hn.js +0 -0
  1730. {package → app-ng-runtime}/locales/angular/global/es-ic.js +0 -0
  1731. {package → app-ng-runtime}/locales/angular/global/es-mx.js +0 -0
  1732. {package → app-ng-runtime}/locales/angular/global/es-ni.js +0 -0
  1733. {package → app-ng-runtime}/locales/angular/global/es-pa.js +0 -0
  1734. {package → app-ng-runtime}/locales/angular/global/es-pe.js +0 -0
  1735. {package → app-ng-runtime}/locales/angular/global/es-ph.js +0 -0
  1736. {package → app-ng-runtime}/locales/angular/global/es-pr.js +0 -0
  1737. {package → app-ng-runtime}/locales/angular/global/es-py.js +0 -0
  1738. {package → app-ng-runtime}/locales/angular/global/es-sv.js +0 -0
  1739. {package → app-ng-runtime}/locales/angular/global/es-us.js +0 -0
  1740. {package → app-ng-runtime}/locales/angular/global/es-uy.js +0 -0
  1741. {package → app-ng-runtime}/locales/angular/global/es-ve.js +0 -0
  1742. {package → app-ng-runtime}/locales/angular/global/es.js +0 -0
  1743. {package → app-ng-runtime}/locales/angular/global/et.js +0 -0
  1744. {package → app-ng-runtime}/locales/angular/global/eu.js +0 -0
  1745. {package → app-ng-runtime}/locales/angular/global/ewo.js +0 -0
  1746. {package → app-ng-runtime}/locales/angular/global/fa-af.js +0 -0
  1747. {package → app-ng-runtime}/locales/angular/global/fa.js +0 -0
  1748. {package → app-ng-runtime}/locales/angular/global/ff-adlm-bf.js +0 -0
  1749. {package → app-ng-runtime}/locales/angular/global/ff-adlm-cm.js +0 -0
  1750. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gh.js +0 -0
  1751. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gm.js +0 -0
  1752. {package → app-ng-runtime}/locales/angular/global/ff-adlm-gw.js +0 -0
  1753. {package → app-ng-runtime}/locales/angular/global/ff-adlm-lr.js +0 -0
  1754. {package → app-ng-runtime}/locales/angular/global/ff-adlm-mr.js +0 -0
  1755. {package → app-ng-runtime}/locales/angular/global/ff-adlm-ne.js +0 -0
  1756. {package → app-ng-runtime}/locales/angular/global/ff-adlm-ng.js +0 -0
  1757. {package → app-ng-runtime}/locales/angular/global/ff-adlm-sl.js +0 -0
  1758. {package → app-ng-runtime}/locales/angular/global/ff-adlm-sn.js +0 -0
  1759. {package → app-ng-runtime}/locales/angular/global/ff-adlm.js +0 -0
  1760. {package → app-ng-runtime}/locales/angular/global/ff-cm.js +0 -0
  1761. {package → app-ng-runtime}/locales/angular/global/ff-gn.js +0 -0
  1762. {package → app-ng-runtime}/locales/angular/global/ff-latn-bf.js +0 -0
  1763. {package → app-ng-runtime}/locales/angular/global/ff-latn-cm.js +0 -0
  1764. {package → app-ng-runtime}/locales/angular/global/ff-latn-gh.js +0 -0
  1765. {package → app-ng-runtime}/locales/angular/global/ff-latn-gm.js +0 -0
  1766. {package → app-ng-runtime}/locales/angular/global/ff-latn-gn.js +0 -0
  1767. {package → app-ng-runtime}/locales/angular/global/ff-latn-gw.js +0 -0
  1768. {package → app-ng-runtime}/locales/angular/global/ff-latn-lr.js +0 -0
  1769. {package → app-ng-runtime}/locales/angular/global/ff-latn-mr.js +0 -0
  1770. {package → app-ng-runtime}/locales/angular/global/ff-latn-ne.js +0 -0
  1771. {package → app-ng-runtime}/locales/angular/global/ff-latn-ng.js +0 -0
  1772. {package → app-ng-runtime}/locales/angular/global/ff-latn-sl.js +0 -0
  1773. {package → app-ng-runtime}/locales/angular/global/ff-latn.js +0 -0
  1774. {package → app-ng-runtime}/locales/angular/global/ff-mr.js +0 -0
  1775. {package → app-ng-runtime}/locales/angular/global/ff.js +0 -0
  1776. {package → app-ng-runtime}/locales/angular/global/fi.js +0 -0
  1777. {package → app-ng-runtime}/locales/angular/global/fil.js +0 -0
  1778. {package → app-ng-runtime}/locales/angular/global/fo-dk.js +0 -0
  1779. {package → app-ng-runtime}/locales/angular/global/fo.js +0 -0
  1780. {package → app-ng-runtime}/locales/angular/global/fr-be.js +0 -0
  1781. {package → app-ng-runtime}/locales/angular/global/fr-bf.js +0 -0
  1782. {package → app-ng-runtime}/locales/angular/global/fr-bi.js +0 -0
  1783. {package → app-ng-runtime}/locales/angular/global/fr-bj.js +0 -0
  1784. {package → app-ng-runtime}/locales/angular/global/fr-bl.js +0 -0
  1785. {package → app-ng-runtime}/locales/angular/global/fr-ca.js +0 -0
  1786. {package → app-ng-runtime}/locales/angular/global/fr-cd.js +0 -0
  1787. {package → app-ng-runtime}/locales/angular/global/fr-cf.js +0 -0
  1788. {package → app-ng-runtime}/locales/angular/global/fr-cg.js +0 -0
  1789. {package → app-ng-runtime}/locales/angular/global/fr-ch.js +0 -0
  1790. {package → app-ng-runtime}/locales/angular/global/fr-ci.js +0 -0
  1791. {package → app-ng-runtime}/locales/angular/global/fr-cm.js +0 -0
  1792. {package → app-ng-runtime}/locales/angular/global/fr-dj.js +0 -0
  1793. {package → app-ng-runtime}/locales/angular/global/fr-dz.js +0 -0
  1794. {package → app-ng-runtime}/locales/angular/global/fr-ga.js +0 -0
  1795. {package → app-ng-runtime}/locales/angular/global/fr-gf.js +0 -0
  1796. {package → app-ng-runtime}/locales/angular/global/fr-gn.js +0 -0
  1797. {package → app-ng-runtime}/locales/angular/global/fr-gp.js +0 -0
  1798. {package → app-ng-runtime}/locales/angular/global/fr-gq.js +0 -0
  1799. {package → app-ng-runtime}/locales/angular/global/fr-ht.js +0 -0
  1800. {package → app-ng-runtime}/locales/angular/global/fr-km.js +0 -0
  1801. {package → app-ng-runtime}/locales/angular/global/fr-lu.js +0 -0
  1802. {package → app-ng-runtime}/locales/angular/global/fr-ma.js +0 -0
  1803. {package → app-ng-runtime}/locales/angular/global/fr-mc.js +0 -0
  1804. {package → app-ng-runtime}/locales/angular/global/fr-mf.js +0 -0
  1805. {package → app-ng-runtime}/locales/angular/global/fr-mg.js +0 -0
  1806. {package → app-ng-runtime}/locales/angular/global/fr-ml.js +0 -0
  1807. {package → app-ng-runtime}/locales/angular/global/fr-mq.js +0 -0
  1808. {package → app-ng-runtime}/locales/angular/global/fr-mr.js +0 -0
  1809. {package → app-ng-runtime}/locales/angular/global/fr-mu.js +0 -0
  1810. {package → app-ng-runtime}/locales/angular/global/fr-nc.js +0 -0
  1811. {package → app-ng-runtime}/locales/angular/global/fr-ne.js +0 -0
  1812. {package → app-ng-runtime}/locales/angular/global/fr-pf.js +0 -0
  1813. {package → app-ng-runtime}/locales/angular/global/fr-pm.js +0 -0
  1814. {package → app-ng-runtime}/locales/angular/global/fr-re.js +0 -0
  1815. {package → app-ng-runtime}/locales/angular/global/fr-rw.js +0 -0
  1816. {package → app-ng-runtime}/locales/angular/global/fr-sc.js +0 -0
  1817. {package → app-ng-runtime}/locales/angular/global/fr-sn.js +0 -0
  1818. {package → app-ng-runtime}/locales/angular/global/fr-sy.js +0 -0
  1819. {package → app-ng-runtime}/locales/angular/global/fr-td.js +0 -0
  1820. {package → app-ng-runtime}/locales/angular/global/fr-tg.js +0 -0
  1821. {package → app-ng-runtime}/locales/angular/global/fr-tn.js +0 -0
  1822. {package → app-ng-runtime}/locales/angular/global/fr-vu.js +0 -0
  1823. {package → app-ng-runtime}/locales/angular/global/fr-wf.js +0 -0
  1824. {package → app-ng-runtime}/locales/angular/global/fr-yt.js +0 -0
  1825. {package → app-ng-runtime}/locales/angular/global/fr.js +0 -0
  1826. {package → app-ng-runtime}/locales/angular/global/fur.js +0 -0
  1827. {package → app-ng-runtime}/locales/angular/global/fy.js +0 -0
  1828. {package → app-ng-runtime}/locales/angular/global/ga-gb.js +0 -0
  1829. {package → app-ng-runtime}/locales/angular/global/ga.js +0 -0
  1830. {package → app-ng-runtime}/locales/angular/global/gd.js +0 -0
  1831. {package → app-ng-runtime}/locales/angular/global/gl.js +0 -0
  1832. {package → app-ng-runtime}/locales/angular/global/gsw-fr.js +0 -0
  1833. {package → app-ng-runtime}/locales/angular/global/gsw-li.js +0 -0
  1834. {package → app-ng-runtime}/locales/angular/global/gsw.js +0 -0
  1835. {package → app-ng-runtime}/locales/angular/global/gu.js +0 -0
  1836. {package → app-ng-runtime}/locales/angular/global/guz.js +0 -0
  1837. {package → app-ng-runtime}/locales/angular/global/gv.js +0 -0
  1838. {package → app-ng-runtime}/locales/angular/global/ha-gh.js +0 -0
  1839. {package → app-ng-runtime}/locales/angular/global/ha-ne.js +0 -0
  1840. {package → app-ng-runtime}/locales/angular/global/ha.js +0 -0
  1841. {package → app-ng-runtime}/locales/angular/global/haw.js +0 -0
  1842. {package → app-ng-runtime}/locales/angular/global/he.js +0 -0
  1843. {package → app-ng-runtime}/locales/angular/global/hi-latn.js +0 -0
  1844. {package → app-ng-runtime}/locales/angular/global/hi.js +0 -0
  1845. {package → app-ng-runtime}/locales/angular/global/hr-ba.js +0 -0
  1846. {package → app-ng-runtime}/locales/angular/global/hr.js +0 -0
  1847. {package → app-ng-runtime}/locales/angular/global/hsb.js +0 -0
  1848. {package → app-ng-runtime}/locales/angular/global/hu.js +0 -0
  1849. {package → app-ng-runtime}/locales/angular/global/hy.js +0 -0
  1850. {package → app-ng-runtime}/locales/angular/global/ia.js +0 -0
  1851. {package → app-ng-runtime}/locales/angular/global/id.js +0 -0
  1852. {package → app-ng-runtime}/locales/angular/global/ig.js +0 -0
  1853. {package → app-ng-runtime}/locales/angular/global/ii.js +0 -0
  1854. {package → app-ng-runtime}/locales/angular/global/is.js +0 -0
  1855. {package → app-ng-runtime}/locales/angular/global/it-ch.js +0 -0
  1856. {package → app-ng-runtime}/locales/angular/global/it-sm.js +0 -0
  1857. {package → app-ng-runtime}/locales/angular/global/it-va.js +0 -0
  1858. {package → app-ng-runtime}/locales/angular/global/it.js +0 -0
  1859. {package → app-ng-runtime}/locales/angular/global/ja.js +0 -0
  1860. {package → app-ng-runtime}/locales/angular/global/jgo.js +0 -0
  1861. {package → app-ng-runtime}/locales/angular/global/jmc.js +0 -0
  1862. {package → app-ng-runtime}/locales/angular/global/jv.js +0 -0
  1863. {package → app-ng-runtime}/locales/angular/global/ka.js +0 -0
  1864. {package → app-ng-runtime}/locales/angular/global/kab.js +0 -0
  1865. {package → app-ng-runtime}/locales/angular/global/kam.js +0 -0
  1866. {package → app-ng-runtime}/locales/angular/global/kde.js +0 -0
  1867. {package → app-ng-runtime}/locales/angular/global/kea.js +0 -0
  1868. {package → app-ng-runtime}/locales/angular/global/kgp.js +0 -0
  1869. {package → app-ng-runtime}/locales/angular/global/khq.js +0 -0
  1870. {package → app-ng-runtime}/locales/angular/global/ki.js +0 -0
  1871. {package → app-ng-runtime}/locales/angular/global/kk.js +0 -0
  1872. {package → app-ng-runtime}/locales/angular/global/kkj.js +0 -0
  1873. {package → app-ng-runtime}/locales/angular/global/kl.js +0 -0
  1874. {package → app-ng-runtime}/locales/angular/global/kln.js +0 -0
  1875. {package → app-ng-runtime}/locales/angular/global/km.js +0 -0
  1876. {package → app-ng-runtime}/locales/angular/global/kn.js +0 -0
  1877. {package → app-ng-runtime}/locales/angular/global/ko-kp.js +0 -0
  1878. {package → app-ng-runtime}/locales/angular/global/ko.js +0 -0
  1879. {package → app-ng-runtime}/locales/angular/global/kok.js +0 -0
  1880. {package → app-ng-runtime}/locales/angular/global/ks-arab.js +0 -0
  1881. {package → app-ng-runtime}/locales/angular/global/ks-deva.js +0 -0
  1882. {package → app-ng-runtime}/locales/angular/global/ks.js +0 -0
  1883. {package → app-ng-runtime}/locales/angular/global/ksb.js +0 -0
  1884. {package → app-ng-runtime}/locales/angular/global/ksf.js +0 -0
  1885. {package → app-ng-runtime}/locales/angular/global/ksh.js +0 -0
  1886. {package → app-ng-runtime}/locales/angular/global/ku.js +0 -0
  1887. {package → app-ng-runtime}/locales/angular/global/kw.js +0 -0
  1888. {package → app-ng-runtime}/locales/angular/global/ky.js +0 -0
  1889. {package → app-ng-runtime}/locales/angular/global/lag.js +0 -0
  1890. {package → app-ng-runtime}/locales/angular/global/lb.js +0 -0
  1891. {package → app-ng-runtime}/locales/angular/global/lg.js +0 -0
  1892. {package → app-ng-runtime}/locales/angular/global/lkt.js +0 -0
  1893. {package → app-ng-runtime}/locales/angular/global/ln-ao.js +0 -0
  1894. {package → app-ng-runtime}/locales/angular/global/ln-cf.js +0 -0
  1895. {package → app-ng-runtime}/locales/angular/global/ln-cg.js +0 -0
  1896. {package → app-ng-runtime}/locales/angular/global/ln.js +0 -0
  1897. {package → app-ng-runtime}/locales/angular/global/lo.js +0 -0
  1898. {package → app-ng-runtime}/locales/angular/global/lrc-iq.js +0 -0
  1899. {package → app-ng-runtime}/locales/angular/global/lrc.js +0 -0
  1900. {package → app-ng-runtime}/locales/angular/global/lt.js +0 -0
  1901. {package → app-ng-runtime}/locales/angular/global/lu.js +0 -0
  1902. {package → app-ng-runtime}/locales/angular/global/luo.js +0 -0
  1903. {package → app-ng-runtime}/locales/angular/global/luy.js +0 -0
  1904. {package → app-ng-runtime}/locales/angular/global/lv.js +0 -0
  1905. {package → app-ng-runtime}/locales/angular/global/mai.js +0 -0
  1906. {package → app-ng-runtime}/locales/angular/global/mas-tz.js +0 -0
  1907. {package → app-ng-runtime}/locales/angular/global/mas.js +0 -0
  1908. {package → app-ng-runtime}/locales/angular/global/mer.js +0 -0
  1909. {package → app-ng-runtime}/locales/angular/global/mfe.js +0 -0
  1910. {package → app-ng-runtime}/locales/angular/global/mg.js +0 -0
  1911. {package → app-ng-runtime}/locales/angular/global/mgh.js +0 -0
  1912. {package → app-ng-runtime}/locales/angular/global/mgo.js +0 -0
  1913. {package → app-ng-runtime}/locales/angular/global/mi.js +0 -0
  1914. {package → app-ng-runtime}/locales/angular/global/mk.js +0 -0
  1915. {package → app-ng-runtime}/locales/angular/global/ml.js +0 -0
  1916. {package → app-ng-runtime}/locales/angular/global/mn.js +0 -0
  1917. {package → app-ng-runtime}/locales/angular/global/mni-beng.js +0 -0
  1918. {package → app-ng-runtime}/locales/angular/global/mni.js +0 -0
  1919. {package → app-ng-runtime}/locales/angular/global/mr.js +0 -0
  1920. {package → app-ng-runtime}/locales/angular/global/ms-bn.js +0 -0
  1921. {package → app-ng-runtime}/locales/angular/global/ms-id.js +0 -0
  1922. {package → app-ng-runtime}/locales/angular/global/ms-sg.js +0 -0
  1923. {package → app-ng-runtime}/locales/angular/global/ms.js +0 -0
  1924. {package → app-ng-runtime}/locales/angular/global/mt.js +0 -0
  1925. {package → app-ng-runtime}/locales/angular/global/mua.js +0 -0
  1926. {package → app-ng-runtime}/locales/angular/global/my.js +0 -0
  1927. {package → app-ng-runtime}/locales/angular/global/mzn.js +0 -0
  1928. {package → app-ng-runtime}/locales/angular/global/naq.js +0 -0
  1929. {package → app-ng-runtime}/locales/angular/global/nb-sj.js +0 -0
  1930. {package → app-ng-runtime}/locales/angular/global/nb.js +0 -0
  1931. {package → app-ng-runtime}/locales/angular/global/nd.js +0 -0
  1932. {package → app-ng-runtime}/locales/angular/global/nds-nl.js +0 -0
  1933. {package → app-ng-runtime}/locales/angular/global/nds.js +0 -0
  1934. {package → app-ng-runtime}/locales/angular/global/ne-in.js +0 -0
  1935. {package → app-ng-runtime}/locales/angular/global/ne.js +0 -0
  1936. {package → app-ng-runtime}/locales/angular/global/nl-aw.js +0 -0
  1937. {package → app-ng-runtime}/locales/angular/global/nl-be.js +0 -0
  1938. {package → app-ng-runtime}/locales/angular/global/nl-bq.js +0 -0
  1939. {package → app-ng-runtime}/locales/angular/global/nl-cw.js +0 -0
  1940. {package → app-ng-runtime}/locales/angular/global/nl-sr.js +0 -0
  1941. {package → app-ng-runtime}/locales/angular/global/nl-sx.js +0 -0
  1942. {package → app-ng-runtime}/locales/angular/global/nl.js +0 -0
  1943. {package → app-ng-runtime}/locales/angular/global/nmg.js +0 -0
  1944. {package → app-ng-runtime}/locales/angular/global/nn.js +0 -0
  1945. {package → app-ng-runtime}/locales/angular/global/nnh.js +0 -0
  1946. {package → app-ng-runtime}/locales/angular/global/no.js +0 -0
  1947. {package → app-ng-runtime}/locales/angular/global/nus.js +0 -0
  1948. {package → app-ng-runtime}/locales/angular/global/nyn.js +0 -0
  1949. {package → app-ng-runtime}/locales/angular/global/om-ke.js +0 -0
  1950. {package → app-ng-runtime}/locales/angular/global/om.js +0 -0
  1951. {package → app-ng-runtime}/locales/angular/global/or.js +0 -0
  1952. {package → app-ng-runtime}/locales/angular/global/os-ru.js +0 -0
  1953. {package → app-ng-runtime}/locales/angular/global/os.js +0 -0
  1954. {package → app-ng-runtime}/locales/angular/global/pa-arab.js +0 -0
  1955. {package → app-ng-runtime}/locales/angular/global/pa-guru.js +0 -0
  1956. {package → app-ng-runtime}/locales/angular/global/pa.js +0 -0
  1957. {package → app-ng-runtime}/locales/angular/global/pcm.js +0 -0
  1958. {package → app-ng-runtime}/locales/angular/global/pl.js +0 -0
  1959. {package → app-ng-runtime}/locales/angular/global/ps-pk.js +0 -0
  1960. {package → app-ng-runtime}/locales/angular/global/ps.js +0 -0
  1961. {package → app-ng-runtime}/locales/angular/global/pt-ao.js +0 -0
  1962. {package → app-ng-runtime}/locales/angular/global/pt-ch.js +0 -0
  1963. {package → app-ng-runtime}/locales/angular/global/pt-cv.js +0 -0
  1964. {package → app-ng-runtime}/locales/angular/global/pt-gq.js +0 -0
  1965. {package → app-ng-runtime}/locales/angular/global/pt-gw.js +0 -0
  1966. {package → app-ng-runtime}/locales/angular/global/pt-lu.js +0 -0
  1967. {package → app-ng-runtime}/locales/angular/global/pt-mo.js +0 -0
  1968. {package → app-ng-runtime}/locales/angular/global/pt-mz.js +0 -0
  1969. {package → app-ng-runtime}/locales/angular/global/pt-pt.js +0 -0
  1970. {package → app-ng-runtime}/locales/angular/global/pt-st.js +0 -0
  1971. {package → app-ng-runtime}/locales/angular/global/pt-tl.js +0 -0
  1972. {package → app-ng-runtime}/locales/angular/global/pt.js +0 -0
  1973. {package → app-ng-runtime}/locales/angular/global/qu-bo.js +0 -0
  1974. {package → app-ng-runtime}/locales/angular/global/qu-ec.js +0 -0
  1975. {package → app-ng-runtime}/locales/angular/global/qu.js +0 -0
  1976. {package → app-ng-runtime}/locales/angular/global/rm.js +0 -0
  1977. {package → app-ng-runtime}/locales/angular/global/rn.js +0 -0
  1978. {package → app-ng-runtime}/locales/angular/global/ro-md.js +0 -0
  1979. {package → app-ng-runtime}/locales/angular/global/ro.js +0 -0
  1980. {package → app-ng-runtime}/locales/angular/global/rof.js +0 -0
  1981. {package → app-ng-runtime}/locales/angular/global/ru-by.js +0 -0
  1982. {package → app-ng-runtime}/locales/angular/global/ru-kg.js +0 -0
  1983. {package → app-ng-runtime}/locales/angular/global/ru-kz.js +0 -0
  1984. {package → app-ng-runtime}/locales/angular/global/ru-md.js +0 -0
  1985. {package → app-ng-runtime}/locales/angular/global/ru-ua.js +0 -0
  1986. {package → app-ng-runtime}/locales/angular/global/ru.js +0 -0
  1987. {package → app-ng-runtime}/locales/angular/global/rw.js +0 -0
  1988. {package → app-ng-runtime}/locales/angular/global/rwk.js +0 -0
  1989. {package → app-ng-runtime}/locales/angular/global/sa.js +0 -0
  1990. {package → app-ng-runtime}/locales/angular/global/sah.js +0 -0
  1991. {package → app-ng-runtime}/locales/angular/global/saq.js +0 -0
  1992. {package → app-ng-runtime}/locales/angular/global/sat-olck.js +0 -0
  1993. {package → app-ng-runtime}/locales/angular/global/sat.js +0 -0
  1994. {package → app-ng-runtime}/locales/angular/global/sbp.js +0 -0
  1995. {package → app-ng-runtime}/locales/angular/global/sc.js +0 -0
  1996. {package → app-ng-runtime}/locales/angular/global/sd-arab.js +0 -0
  1997. {package → app-ng-runtime}/locales/angular/global/sd-deva.js +0 -0
  1998. {package → app-ng-runtime}/locales/angular/global/sd.js +0 -0
  1999. {package → app-ng-runtime}/locales/angular/global/se-fi.js +0 -0
  2000. {package → app-ng-runtime}/locales/angular/global/se-se.js +0 -0
  2001. {package → app-ng-runtime}/locales/angular/global/se.js +0 -0
  2002. {package → app-ng-runtime}/locales/angular/global/seh.js +0 -0
  2003. {package → app-ng-runtime}/locales/angular/global/ses.js +0 -0
  2004. {package → app-ng-runtime}/locales/angular/global/sg.js +0 -0
  2005. {package → app-ng-runtime}/locales/angular/global/shi-latn.js +0 -0
  2006. {package → app-ng-runtime}/locales/angular/global/shi-tfng.js +0 -0
  2007. {package → app-ng-runtime}/locales/angular/global/shi.js +0 -0
  2008. {package → app-ng-runtime}/locales/angular/global/si.js +0 -0
  2009. {package → app-ng-runtime}/locales/angular/global/sk.js +0 -0
  2010. {package → app-ng-runtime}/locales/angular/global/sl.js +0 -0
  2011. {package → app-ng-runtime}/locales/angular/global/smn.js +0 -0
  2012. {package → app-ng-runtime}/locales/angular/global/sn.js +0 -0
  2013. {package → app-ng-runtime}/locales/angular/global/so-dj.js +0 -0
  2014. {package → app-ng-runtime}/locales/angular/global/so-et.js +0 -0
  2015. {package → app-ng-runtime}/locales/angular/global/so-ke.js +0 -0
  2016. {package → app-ng-runtime}/locales/angular/global/so.js +0 -0
  2017. {package → app-ng-runtime}/locales/angular/global/sq-mk.js +0 -0
  2018. {package → app-ng-runtime}/locales/angular/global/sq-xk.js +0 -0
  2019. {package → app-ng-runtime}/locales/angular/global/sq.js +0 -0
  2020. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-ba.js +0 -0
  2021. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-me.js +0 -0
  2022. {package → app-ng-runtime}/locales/angular/global/sr-cyrl-xk.js +0 -0
  2023. {package → app-ng-runtime}/locales/angular/global/sr-cyrl.js +0 -0
  2024. {package → app-ng-runtime}/locales/angular/global/sr-latn-ba.js +0 -0
  2025. {package → app-ng-runtime}/locales/angular/global/sr-latn-me.js +0 -0
  2026. {package → app-ng-runtime}/locales/angular/global/sr-latn-xk.js +0 -0
  2027. {package → app-ng-runtime}/locales/angular/global/sr-latn.js +0 -0
  2028. {package → app-ng-runtime}/locales/angular/global/sr.js +0 -0
  2029. {package → app-ng-runtime}/locales/angular/global/su-latn.js +0 -0
  2030. {package → app-ng-runtime}/locales/angular/global/su.js +0 -0
  2031. {package → app-ng-runtime}/locales/angular/global/sv-ax.js +0 -0
  2032. {package → app-ng-runtime}/locales/angular/global/sv-fi.js +0 -0
  2033. {package → app-ng-runtime}/locales/angular/global/sv.js +0 -0
  2034. {package → app-ng-runtime}/locales/angular/global/sw-cd.js +0 -0
  2035. {package → app-ng-runtime}/locales/angular/global/sw-ke.js +0 -0
  2036. {package → app-ng-runtime}/locales/angular/global/sw-ug.js +0 -0
  2037. {package → app-ng-runtime}/locales/angular/global/sw.js +0 -0
  2038. {package → app-ng-runtime}/locales/angular/global/ta-lk.js +0 -0
  2039. {package → app-ng-runtime}/locales/angular/global/ta-my.js +0 -0
  2040. {package → app-ng-runtime}/locales/angular/global/ta-sg.js +0 -0
  2041. {package → app-ng-runtime}/locales/angular/global/ta.js +0 -0
  2042. {package → app-ng-runtime}/locales/angular/global/te.js +0 -0
  2043. {package → app-ng-runtime}/locales/angular/global/teo-ke.js +0 -0
  2044. {package → app-ng-runtime}/locales/angular/global/teo.js +0 -0
  2045. {package → app-ng-runtime}/locales/angular/global/tg.js +0 -0
  2046. {package → app-ng-runtime}/locales/angular/global/th.js +0 -0
  2047. {package → app-ng-runtime}/locales/angular/global/ti-er.js +0 -0
  2048. {package → app-ng-runtime}/locales/angular/global/ti.js +0 -0
  2049. {package → app-ng-runtime}/locales/angular/global/tk.js +0 -0
  2050. {package → app-ng-runtime}/locales/angular/global/to.js +0 -0
  2051. {package → app-ng-runtime}/locales/angular/global/tr-cy.js +0 -0
  2052. {package → app-ng-runtime}/locales/angular/global/tr.js +0 -0
  2053. {package → app-ng-runtime}/locales/angular/global/tt.js +0 -0
  2054. {package → app-ng-runtime}/locales/angular/global/twq.js +0 -0
  2055. {package → app-ng-runtime}/locales/angular/global/tzm.js +0 -0
  2056. {package → app-ng-runtime}/locales/angular/global/ug.js +0 -0
  2057. {package → app-ng-runtime}/locales/angular/global/uk.js +0 -0
  2058. {package → app-ng-runtime}/locales/angular/global/und.js +0 -0
  2059. {package → app-ng-runtime}/locales/angular/global/ur-in.js +0 -0
  2060. {package → app-ng-runtime}/locales/angular/global/ur.js +0 -0
  2061. {package → app-ng-runtime}/locales/angular/global/uz-arab.js +0 -0
  2062. {package → app-ng-runtime}/locales/angular/global/uz-cyrl.js +0 -0
  2063. {package → app-ng-runtime}/locales/angular/global/uz-latn.js +0 -0
  2064. {package → app-ng-runtime}/locales/angular/global/uz.js +0 -0
  2065. {package → app-ng-runtime}/locales/angular/global/vai-latn.js +0 -0
  2066. {package → app-ng-runtime}/locales/angular/global/vai-vaii.js +0 -0
  2067. {package → app-ng-runtime}/locales/angular/global/vai.js +0 -0
  2068. {package → app-ng-runtime}/locales/angular/global/vi.js +0 -0
  2069. {package → app-ng-runtime}/locales/angular/global/vun.js +0 -0
  2070. {package → app-ng-runtime}/locales/angular/global/wae.js +0 -0
  2071. {package → app-ng-runtime}/locales/angular/global/wo.js +0 -0
  2072. {package → app-ng-runtime}/locales/angular/global/xh.js +0 -0
  2073. {package → app-ng-runtime}/locales/angular/global/xog.js +0 -0
  2074. {package → app-ng-runtime}/locales/angular/global/yav.js +0 -0
  2075. {package → app-ng-runtime}/locales/angular/global/yi.js +0 -0
  2076. {package → app-ng-runtime}/locales/angular/global/yo-bj.js +0 -0
  2077. {package → app-ng-runtime}/locales/angular/global/yo.js +0 -0
  2078. {package → app-ng-runtime}/locales/angular/global/yrl-co.js +0 -0
  2079. {package → app-ng-runtime}/locales/angular/global/yrl-ve.js +0 -0
  2080. {package → app-ng-runtime}/locales/angular/global/yrl.js +0 -0
  2081. {package → app-ng-runtime}/locales/angular/global/yue-hans.js +0 -0
  2082. {package → app-ng-runtime}/locales/angular/global/yue-hant.js +0 -0
  2083. {package → app-ng-runtime}/locales/angular/global/yue.js +0 -0
  2084. {package → app-ng-runtime}/locales/angular/global/zgh.js +0 -0
  2085. {package → app-ng-runtime}/locales/angular/global/zh-hans-hk.js +0 -0
  2086. {package → app-ng-runtime}/locales/angular/global/zh-hans-mo.js +0 -0
  2087. {package → app-ng-runtime}/locales/angular/global/zh-hans-sg.js +0 -0
  2088. {package → app-ng-runtime}/locales/angular/global/zh-hans.js +0 -0
  2089. {package → app-ng-runtime}/locales/angular/global/zh-hant-hk.js +0 -0
  2090. {package → app-ng-runtime}/locales/angular/global/zh-hant-mo.js +0 -0
  2091. {package → app-ng-runtime}/locales/angular/global/zh-hant.js +0 -0
  2092. {package → app-ng-runtime}/locales/angular/global/zh.js +0 -0
  2093. {package → app-ng-runtime}/locales/angular/global/zu.js +0 -0
  2094. {package → app-ng-runtime}/locales/fullcalendar/af.js +0 -0
  2095. {package → app-ng-runtime}/locales/fullcalendar/ar-dz.js +0 -0
  2096. {package → app-ng-runtime}/locales/fullcalendar/ar-kw.js +0 -0
  2097. {package → app-ng-runtime}/locales/fullcalendar/ar-ly.js +0 -0
  2098. {package → app-ng-runtime}/locales/fullcalendar/ar-ma.js +0 -0
  2099. {package → app-ng-runtime}/locales/fullcalendar/ar-sa.js +0 -0
  2100. {package → app-ng-runtime}/locales/fullcalendar/ar-tn.js +0 -0
  2101. {package → app-ng-runtime}/locales/fullcalendar/ar.js +0 -0
  2102. {package → app-ng-runtime}/locales/fullcalendar/az.js +0 -0
  2103. {package → app-ng-runtime}/locales/fullcalendar/bg.js +0 -0
  2104. {package → app-ng-runtime}/locales/fullcalendar/bs.js +0 -0
  2105. {package → app-ng-runtime}/locales/fullcalendar/ca.js +0 -0
  2106. {package → app-ng-runtime}/locales/fullcalendar/cs.js +0 -0
  2107. {package → app-ng-runtime}/locales/fullcalendar/da.js +0 -0
  2108. {package → app-ng-runtime}/locales/fullcalendar/de.js +0 -0
  2109. {package → app-ng-runtime}/locales/fullcalendar/el.js +0 -0
  2110. {package → app-ng-runtime}/locales/fullcalendar/en-au.js +0 -0
  2111. {package → app-ng-runtime}/locales/fullcalendar/en-gb.js +0 -0
  2112. {package → app-ng-runtime}/locales/fullcalendar/en-nz.js +0 -0
  2113. {package → app-ng-runtime}/locales/fullcalendar/es-us.js +0 -0
  2114. {package → app-ng-runtime}/locales/fullcalendar/es.js +0 -0
  2115. {package → app-ng-runtime}/locales/fullcalendar/et.js +0 -0
  2116. {package → app-ng-runtime}/locales/fullcalendar/eu.js +0 -0
  2117. {package → app-ng-runtime}/locales/fullcalendar/fa.js +0 -0
  2118. {package → app-ng-runtime}/locales/fullcalendar/fi.js +0 -0
  2119. {package → app-ng-runtime}/locales/fullcalendar/fr-ca.js +0 -0
  2120. {package → app-ng-runtime}/locales/fullcalendar/fr-ch.js +0 -0
  2121. {package → app-ng-runtime}/locales/fullcalendar/fr.js +0 -0
  2122. {package → app-ng-runtime}/locales/fullcalendar/gl.js +0 -0
  2123. {package → app-ng-runtime}/locales/fullcalendar/he.js +0 -0
  2124. {package → app-ng-runtime}/locales/fullcalendar/hi.js +0 -0
  2125. {package → app-ng-runtime}/locales/fullcalendar/hr.js +0 -0
  2126. {package → app-ng-runtime}/locales/fullcalendar/hu.js +0 -0
  2127. {package → app-ng-runtime}/locales/fullcalendar/id.js +0 -0
  2128. {package → app-ng-runtime}/locales/fullcalendar/is.js +0 -0
  2129. {package → app-ng-runtime}/locales/fullcalendar/it.js +0 -0
  2130. {package → app-ng-runtime}/locales/fullcalendar/ja.js +0 -0
  2131. {package → app-ng-runtime}/locales/fullcalendar/ka.js +0 -0
  2132. {package → app-ng-runtime}/locales/fullcalendar/kk.js +0 -0
  2133. {package → app-ng-runtime}/locales/fullcalendar/ko.js +0 -0
  2134. {package → app-ng-runtime}/locales/fullcalendar/lb.js +0 -0
  2135. {package → app-ng-runtime}/locales/fullcalendar/lt.js +0 -0
  2136. {package → app-ng-runtime}/locales/fullcalendar/lv.js +0 -0
  2137. {package → app-ng-runtime}/locales/fullcalendar/mk.js +0 -0
  2138. {package → app-ng-runtime}/locales/fullcalendar/ms.js +0 -0
  2139. {package → app-ng-runtime}/locales/fullcalendar/nb.js +0 -0
  2140. {package → app-ng-runtime}/locales/fullcalendar/ne.js +0 -0
  2141. {package → app-ng-runtime}/locales/fullcalendar/nl.js +0 -0
  2142. {package → app-ng-runtime}/locales/fullcalendar/nn.js +0 -0
  2143. {package → app-ng-runtime}/locales/fullcalendar/pl.js +0 -0
  2144. {package → app-ng-runtime}/locales/fullcalendar/pt-br.js +0 -0
  2145. {package → app-ng-runtime}/locales/fullcalendar/pt.js +0 -0
  2146. {package → app-ng-runtime}/locales/fullcalendar/ro.js +0 -0
  2147. {package → app-ng-runtime}/locales/fullcalendar/ru.js +0 -0
  2148. {package → app-ng-runtime}/locales/fullcalendar/sk.js +0 -0
  2149. {package → app-ng-runtime}/locales/fullcalendar/sl.js +0 -0
  2150. {package → app-ng-runtime}/locales/fullcalendar/sq.js +0 -0
  2151. {package → app-ng-runtime}/locales/fullcalendar/sr-cyrl.js +0 -0
  2152. {package → app-ng-runtime}/locales/fullcalendar/sr.js +0 -0
  2153. {package → app-ng-runtime}/locales/fullcalendar/sv.js +0 -0
  2154. {package → app-ng-runtime}/locales/fullcalendar/th.js +0 -0
  2155. {package → app-ng-runtime}/locales/fullcalendar/tr.js +0 -0
  2156. {package → app-ng-runtime}/locales/fullcalendar/ug.js +0 -0
  2157. {package → app-ng-runtime}/locales/fullcalendar/uk.js +0 -0
  2158. {package → app-ng-runtime}/locales/fullcalendar/uz.js +0 -0
  2159. {package → app-ng-runtime}/locales/fullcalendar/vi.js +0 -0
  2160. {package → app-ng-runtime}/locales/fullcalendar/zh-cn.js +0 -0
  2161. {package → app-ng-runtime}/locales/fullcalendar/zh-tw.js +0 -0
  2162. {package → app-ng-runtime}/locales/moment/af.js +0 -0
  2163. {package → app-ng-runtime}/locales/moment/ar-dz.js +0 -0
  2164. {package → app-ng-runtime}/locales/moment/ar-kw.js +0 -0
  2165. {package → app-ng-runtime}/locales/moment/ar-ly.js +0 -0
  2166. {package → app-ng-runtime}/locales/moment/ar-ma.js +0 -0
  2167. {package → app-ng-runtime}/locales/moment/ar-sa.js +0 -0
  2168. {package → app-ng-runtime}/locales/moment/ar-tn.js +0 -0
  2169. {package → app-ng-runtime}/locales/moment/ar.js +0 -0
  2170. {package → app-ng-runtime}/locales/moment/az.js +0 -0
  2171. {package → app-ng-runtime}/locales/moment/be.js +0 -0
  2172. {package → app-ng-runtime}/locales/moment/bg.js +0 -0
  2173. {package → app-ng-runtime}/locales/moment/bm.js +0 -0
  2174. {package → app-ng-runtime}/locales/moment/bn-bd.js +0 -0
  2175. {package → app-ng-runtime}/locales/moment/bn.js +0 -0
  2176. {package → app-ng-runtime}/locales/moment/bo.js +0 -0
  2177. {package → app-ng-runtime}/locales/moment/br.js +0 -0
  2178. {package → app-ng-runtime}/locales/moment/bs.js +0 -0
  2179. {package → app-ng-runtime}/locales/moment/ca.js +0 -0
  2180. {package → app-ng-runtime}/locales/moment/cs.js +0 -0
  2181. {package → app-ng-runtime}/locales/moment/cv.js +0 -0
  2182. {package → app-ng-runtime}/locales/moment/cy.js +0 -0
  2183. {package → app-ng-runtime}/locales/moment/da.js +0 -0
  2184. {package → app-ng-runtime}/locales/moment/de-at.js +0 -0
  2185. {package → app-ng-runtime}/locales/moment/de-ch.js +0 -0
  2186. {package → app-ng-runtime}/locales/moment/de.js +0 -0
  2187. {package → app-ng-runtime}/locales/moment/dv.js +0 -0
  2188. {package → app-ng-runtime}/locales/moment/el.js +0 -0
  2189. {package → app-ng-runtime}/locales/moment/en-au.js +0 -0
  2190. {package → app-ng-runtime}/locales/moment/en-ca.js +0 -0
  2191. {package → app-ng-runtime}/locales/moment/en-gb.js +0 -0
  2192. {package → app-ng-runtime}/locales/moment/en-ie.js +0 -0
  2193. {package → app-ng-runtime}/locales/moment/en-il.js +0 -0
  2194. {package → app-ng-runtime}/locales/moment/en-in.js +0 -0
  2195. {package → app-ng-runtime}/locales/moment/en-nz.js +0 -0
  2196. {package → app-ng-runtime}/locales/moment/en-sg.js +0 -0
  2197. {package → app-ng-runtime}/locales/moment/eo.js +0 -0
  2198. {package → app-ng-runtime}/locales/moment/es-do.js +0 -0
  2199. {package → app-ng-runtime}/locales/moment/es-mx.js +0 -0
  2200. {package → app-ng-runtime}/locales/moment/es-us.js +0 -0
  2201. {package → app-ng-runtime}/locales/moment/es.js +0 -0
  2202. {package → app-ng-runtime}/locales/moment/et.js +0 -0
  2203. {package → app-ng-runtime}/locales/moment/eu.js +0 -0
  2204. {package → app-ng-runtime}/locales/moment/fa.js +0 -0
  2205. {package → app-ng-runtime}/locales/moment/fi.js +0 -0
  2206. {package → app-ng-runtime}/locales/moment/fil.js +0 -0
  2207. {package → app-ng-runtime}/locales/moment/fo.js +0 -0
  2208. {package → app-ng-runtime}/locales/moment/fr-ca.js +0 -0
  2209. {package → app-ng-runtime}/locales/moment/fr-ch.js +0 -0
  2210. {package → app-ng-runtime}/locales/moment/fr.js +0 -0
  2211. {package → app-ng-runtime}/locales/moment/fy.js +0 -0
  2212. {package → app-ng-runtime}/locales/moment/ga.js +0 -0
  2213. {package → app-ng-runtime}/locales/moment/gd.js +0 -0
  2214. {package → app-ng-runtime}/locales/moment/gl.js +0 -0
  2215. {package → app-ng-runtime}/locales/moment/gom-deva.js +0 -0
  2216. {package → app-ng-runtime}/locales/moment/gom-latn.js +0 -0
  2217. {package → app-ng-runtime}/locales/moment/gu.js +0 -0
  2218. {package → app-ng-runtime}/locales/moment/he.js +0 -0
  2219. {package → app-ng-runtime}/locales/moment/hi.js +0 -0
  2220. {package → app-ng-runtime}/locales/moment/hr.js +0 -0
  2221. {package → app-ng-runtime}/locales/moment/hu.js +0 -0
  2222. {package → app-ng-runtime}/locales/moment/hy-am.js +0 -0
  2223. {package → app-ng-runtime}/locales/moment/id.js +0 -0
  2224. {package → app-ng-runtime}/locales/moment/is.js +0 -0
  2225. {package → app-ng-runtime}/locales/moment/it-ch.js +0 -0
  2226. {package → app-ng-runtime}/locales/moment/it.js +0 -0
  2227. {package → app-ng-runtime}/locales/moment/ja.js +0 -0
  2228. {package → app-ng-runtime}/locales/moment/jv.js +0 -0
  2229. {package → app-ng-runtime}/locales/moment/ka.js +0 -0
  2230. {package → app-ng-runtime}/locales/moment/kk.js +0 -0
  2231. {package → app-ng-runtime}/locales/moment/km.js +0 -0
  2232. {package → app-ng-runtime}/locales/moment/kn.js +0 -0
  2233. {package → app-ng-runtime}/locales/moment/ko.js +0 -0
  2234. {package → app-ng-runtime}/locales/moment/ku.js +0 -0
  2235. {package → app-ng-runtime}/locales/moment/ky.js +0 -0
  2236. {package → app-ng-runtime}/locales/moment/lb.js +0 -0
  2237. {package → app-ng-runtime}/locales/moment/lo.js +0 -0
  2238. {package → app-ng-runtime}/locales/moment/lt.js +0 -0
  2239. {package → app-ng-runtime}/locales/moment/lv.js +0 -0
  2240. {package → app-ng-runtime}/locales/moment/me.js +0 -0
  2241. {package → app-ng-runtime}/locales/moment/mi.js +0 -0
  2242. {package → app-ng-runtime}/locales/moment/mk.js +0 -0
  2243. {package → app-ng-runtime}/locales/moment/ml.js +0 -0
  2244. {package → app-ng-runtime}/locales/moment/mn.js +0 -0
  2245. {package → app-ng-runtime}/locales/moment/mr.js +0 -0
  2246. {package → app-ng-runtime}/locales/moment/ms-my.js +0 -0
  2247. {package → app-ng-runtime}/locales/moment/ms.js +0 -0
  2248. {package → app-ng-runtime}/locales/moment/mt.js +0 -0
  2249. {package → app-ng-runtime}/locales/moment/my.js +0 -0
  2250. {package → app-ng-runtime}/locales/moment/nb.js +0 -0
  2251. {package → app-ng-runtime}/locales/moment/ne.js +0 -0
  2252. {package → app-ng-runtime}/locales/moment/nl-be.js +0 -0
  2253. {package → app-ng-runtime}/locales/moment/nl.js +0 -0
  2254. {package → app-ng-runtime}/locales/moment/nn.js +0 -0
  2255. {package → app-ng-runtime}/locales/moment/oc-lnc.js +0 -0
  2256. {package → app-ng-runtime}/locales/moment/pa-in.js +0 -0
  2257. {package → app-ng-runtime}/locales/moment/pl.js +0 -0
  2258. {package → app-ng-runtime}/locales/moment/pt-br.js +0 -0
  2259. {package → app-ng-runtime}/locales/moment/pt.js +0 -0
  2260. {package → app-ng-runtime}/locales/moment/ro.js +0 -0
  2261. {package → app-ng-runtime}/locales/moment/ru.js +0 -0
  2262. {package → app-ng-runtime}/locales/moment/sd.js +0 -0
  2263. {package → app-ng-runtime}/locales/moment/se.js +0 -0
  2264. {package → app-ng-runtime}/locales/moment/si.js +0 -0
  2265. {package → app-ng-runtime}/locales/moment/sk.js +0 -0
  2266. {package → app-ng-runtime}/locales/moment/sl.js +0 -0
  2267. {package → app-ng-runtime}/locales/moment/sq.js +0 -0
  2268. {package → app-ng-runtime}/locales/moment/sr-cyrl.js +0 -0
  2269. {package → app-ng-runtime}/locales/moment/sr.js +0 -0
  2270. {package → app-ng-runtime}/locales/moment/ss.js +0 -0
  2271. {package → app-ng-runtime}/locales/moment/sv.js +0 -0
  2272. {package → app-ng-runtime}/locales/moment/sw.js +0 -0
  2273. {package → app-ng-runtime}/locales/moment/ta.js +0 -0
  2274. {package → app-ng-runtime}/locales/moment/te.js +0 -0
  2275. {package → app-ng-runtime}/locales/moment/tet.js +0 -0
  2276. {package → app-ng-runtime}/locales/moment/tg.js +0 -0
  2277. {package → app-ng-runtime}/locales/moment/th.js +0 -0
  2278. {package → app-ng-runtime}/locales/moment/tk.js +0 -0
  2279. {package → app-ng-runtime}/locales/moment/tl-ph.js +0 -0
  2280. {package → app-ng-runtime}/locales/moment/tlh.js +0 -0
  2281. {package → app-ng-runtime}/locales/moment/tr.js +0 -0
  2282. {package → app-ng-runtime}/locales/moment/tzl.js +0 -0
  2283. {package → app-ng-runtime}/locales/moment/tzm-latn.js +0 -0
  2284. {package → app-ng-runtime}/locales/moment/tzm.js +0 -0
  2285. {package → app-ng-runtime}/locales/moment/ug-cn.js +0 -0
  2286. {package → app-ng-runtime}/locales/moment/uk.js +0 -0
  2287. {package → app-ng-runtime}/locales/moment/ur.js +0 -0
  2288. {package → app-ng-runtime}/locales/moment/uz-latn.js +0 -0
  2289. {package → app-ng-runtime}/locales/moment/uz.js +0 -0
  2290. {package → app-ng-runtime}/locales/moment/vi.js +0 -0
  2291. {package → app-ng-runtime}/locales/moment/x-pseudo.js +0 -0
  2292. {package → app-ng-runtime}/locales/moment/yo.js +0 -0
  2293. {package → app-ng-runtime}/locales/moment/zh-cn.js +0 -0
  2294. {package → app-ng-runtime}/locales/moment/zh-hk.js +0 -0
  2295. {package → app-ng-runtime}/locales/moment/zh-mo.js +0 -0
  2296. {package → app-ng-runtime}/locales/moment/zh-tw.js +0 -0
  2297. {package → app-ng-runtime}/locales/moment-timezone/moment-timezone-with-data.js +0 -0
  2298. {package → app-ng-runtime}/mobile/components/basic/default/anchor/anchor.directive.d.ts +0 -0
  2299. {package → app-ng-runtime}/mobile/components/basic/default/app-update/app-update.component.d.ts +0 -0
  2300. {package → app-ng-runtime}/mobile/components/basic/default/basic.module.d.ts +0 -0
  2301. {package → app-ng-runtime}/mobile/components/basic/default/bundles/index.umd.js +0 -0
  2302. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/anchor/anchor.directive.mjs +0 -0
  2303. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/app-update/app-update.component.mjs +0 -0
  2304. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/basic.module.mjs +0 -0
  2305. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-browser.component.mjs +0 -0
  2306. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/file-browser/file-selector.service.mjs +0 -0
  2307. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/image-cache/image-cache.directive.mjs +0 -0
  2308. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/index.mjs +0 -0
  2309. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.component.mjs +0 -0
  2310. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/network-info-toaster/network-info-toaster.props.mjs +0 -0
  2311. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-management.service.mjs +0 -0
  2312. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/process-manager/process-manager.component.mjs +0 -0
  2313. {package → app-ng-runtime}/mobile/components/basic/default/esm2022/public_api.mjs +0 -0
  2314. {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs +0 -0
  2315. {package → app-ng-runtime}/mobile/components/basic/default/fesm2022/index.mjs.map +0 -0
  2316. {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-browser.component.d.ts +0 -0
  2317. {package → app-ng-runtime}/mobile/components/basic/default/file-browser/file-selector.service.d.ts +0 -0
  2318. {package → app-ng-runtime}/mobile/components/basic/default/image-cache/image-cache.directive.d.ts +0 -0
  2319. {package → app-ng-runtime}/mobile/components/basic/default/index.d.ts +0 -0
  2320. {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.component.d.ts +0 -0
  2321. {package → app-ng-runtime}/mobile/components/basic/default/network-info-toaster/network-info-toaster.props.d.ts +0 -0
  2322. {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-management.service.d.ts +0 -0
  2323. {package → app-ng-runtime}/mobile/components/basic/default/process-manager/process-manager.component.d.ts +0 -0
  2324. {package → app-ng-runtime}/mobile/components/basic/default/public_api.d.ts +0 -0
  2325. {package → app-ng-runtime}/mobile/components/basic/search/bundles/index.umd.js +0 -0
  2326. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/index.mjs +0 -0
  2327. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/public_api.mjs +0 -0
  2328. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.directive.mjs +0 -0
  2329. {package → app-ng-runtime}/mobile/components/basic/search/esm2022/search.module.mjs +0 -0
  2330. {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs +0 -0
  2331. {package → app-ng-runtime}/mobile/components/basic/search/fesm2022/index.mjs.map +0 -0
  2332. {package → app-ng-runtime}/mobile/components/basic/search/index.d.ts +0 -0
  2333. {package → app-ng-runtime}/mobile/components/basic/search/public_api.d.ts +0 -0
  2334. {package → app-ng-runtime}/mobile/components/basic/search/search.directive.d.ts +0 -0
  2335. {package → app-ng-runtime}/mobile/components/basic/search/search.module.d.ts +0 -0
  2336. {package → app-ng-runtime}/mobile/components/containers/segmented-control/bundles/index.umd.js +0 -0
  2337. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/index.mjs +0 -0
  2338. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/public_api.mjs +0 -0
  2339. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.component.mjs +0 -0
  2340. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segment-content/segment-content.props.mjs +0 -0
  2341. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.component.mjs +0 -0
  2342. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.module.mjs +0 -0
  2343. {package → app-ng-runtime}/mobile/components/containers/segmented-control/esm2022/segmented-control.props.mjs +0 -0
  2344. {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs +0 -0
  2345. {package → app-ng-runtime}/mobile/components/containers/segmented-control/fesm2022/index.mjs.map +0 -0
  2346. {package → app-ng-runtime}/mobile/components/containers/segmented-control/index.d.ts +0 -0
  2347. {package → app-ng-runtime}/mobile/components/containers/segmented-control/public_api.d.ts +0 -0
  2348. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.component.d.ts +0 -0
  2349. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segment-content/segment-content.props.d.ts +0 -0
  2350. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.component.d.ts +0 -0
  2351. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.module.d.ts +0 -0
  2352. {package → app-ng-runtime}/mobile/components/containers/segmented-control/segmented-control.props.d.ts +0 -0
  2353. {package → app-ng-runtime}/mobile/components/data/media-list/bundles/index.umd.js +0 -0
  2354. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/index.mjs +0 -0
  2355. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list-item/media-list-item.directive.mjs +0 -0
  2356. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.component.mjs +0 -0
  2357. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.module.mjs +0 -0
  2358. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/media-list.props.mjs +0 -0
  2359. {package → app-ng-runtime}/mobile/components/data/media-list/esm2022/public_api.mjs +0 -0
  2360. {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs +0 -0
  2361. {package → app-ng-runtime}/mobile/components/data/media-list/fesm2022/index.mjs.map +0 -0
  2362. {package → app-ng-runtime}/mobile/components/data/media-list/index.d.ts +0 -0
  2363. {package → app-ng-runtime}/mobile/components/data/media-list/media-list-item/media-list-item.directive.d.ts +0 -0
  2364. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.component.d.ts +0 -0
  2365. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.module.d.ts +0 -0
  2366. {package → app-ng-runtime}/mobile/components/data/media-list/media-list.props.d.ts +0 -0
  2367. {package → app-ng-runtime}/mobile/components/data/media-list/public_api.d.ts +0 -0
  2368. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.component.d.ts +0 -0
  2369. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.module.d.ts +0 -0
  2370. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/barcode-scanner.props.d.ts +0 -0
  2371. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/bundles/index.umd.js +0 -0
  2372. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.component.mjs +0 -0
  2373. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.module.mjs +0 -0
  2374. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/barcode-scanner.props.mjs +0 -0
  2375. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/index.mjs +0 -0
  2376. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/esm2022/public_api.mjs +0 -0
  2377. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs +0 -0
  2378. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/fesm2022/index.mjs.map +0 -0
  2379. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/index.d.ts +0 -0
  2380. {package → app-ng-runtime}/mobile/components/device/barcode-scanner/public_api.d.ts +0 -0
  2381. {package → app-ng-runtime}/mobile/components/device/camera/bundles/index.umd.js +0 -0
  2382. {package → app-ng-runtime}/mobile/components/device/camera/camera.component.d.ts +0 -0
  2383. {package → app-ng-runtime}/mobile/components/device/camera/camera.module.d.ts +0 -0
  2384. {package → app-ng-runtime}/mobile/components/device/camera/camera.props.d.ts +0 -0
  2385. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.component.mjs +0 -0
  2386. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.module.mjs +0 -0
  2387. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/camera.props.mjs +0 -0
  2388. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/index.mjs +0 -0
  2389. {package → app-ng-runtime}/mobile/components/device/camera/esm2022/public_api.mjs +0 -0
  2390. {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs +0 -0
  2391. {package → app-ng-runtime}/mobile/components/device/camera/fesm2022/index.mjs.map +0 -0
  2392. {package → app-ng-runtime}/mobile/components/device/camera/index.d.ts +0 -0
  2393. {package → app-ng-runtime}/mobile/components/device/camera/public_api.d.ts +0 -0
  2394. {package → app-ng-runtime}/mobile/components/input/file-upload/bundles/index.umd.js +0 -0
  2395. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.directive.mjs +0 -0
  2396. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/file-upload.module.mjs +0 -0
  2397. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/index.mjs +0 -0
  2398. {package → app-ng-runtime}/mobile/components/input/file-upload/esm2022/public_api.mjs +0 -0
  2399. {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs +0 -0
  2400. {package → app-ng-runtime}/mobile/components/input/file-upload/fesm2022/index.mjs.map +0 -0
  2401. {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.directive.d.ts +0 -0
  2402. {package → app-ng-runtime}/mobile/components/input/file-upload/file-upload.module.d.ts +0 -0
  2403. {package → app-ng-runtime}/mobile/components/input/file-upload/index.d.ts +0 -0
  2404. {package → app-ng-runtime}/mobile/components/input/file-upload/public_api.d.ts +0 -0
  2405. {package → app-ng-runtime}/mobile/components/page/default/bundles/index.umd.js +0 -0
  2406. {package → app-ng-runtime}/mobile/components/page/default/esm2022/index.mjs +0 -0
  2407. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page-content-loader/page-content-loader.component.mjs +0 -0
  2408. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.directive.mjs +0 -0
  2409. {package → app-ng-runtime}/mobile/components/page/default/esm2022/page.module.mjs +0 -0
  2410. {package → app-ng-runtime}/mobile/components/page/default/esm2022/public_api.mjs +0 -0
  2411. {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs +0 -0
  2412. {package → app-ng-runtime}/mobile/components/page/default/fesm2022/index.mjs.map +0 -0
  2413. {package → app-ng-runtime}/mobile/components/page/default/index.d.ts +0 -0
  2414. {package → app-ng-runtime}/mobile/components/page/default/page-content-loader/page-content-loader.component.d.ts +0 -0
  2415. {package → app-ng-runtime}/mobile/components/page/default/page.directive.d.ts +0 -0
  2416. {package → app-ng-runtime}/mobile/components/page/default/page.module.d.ts +0 -0
  2417. {package → app-ng-runtime}/mobile/components/page/default/public_api.d.ts +0 -0
  2418. {package → app-ng-runtime}/mobile/components/page/left-panel/bundles/index.umd.js +0 -0
  2419. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/index.mjs +0 -0
  2420. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.directive.mjs +0 -0
  2421. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/left-panel.module.mjs +0 -0
  2422. {package → app-ng-runtime}/mobile/components/page/left-panel/esm2022/public_api.mjs +0 -0
  2423. {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs +0 -0
  2424. {package → app-ng-runtime}/mobile/components/page/left-panel/fesm2022/index.mjs.map +0 -0
  2425. {package → app-ng-runtime}/mobile/components/page/left-panel/index.d.ts +0 -0
  2426. {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.directive.d.ts +0 -0
  2427. {package → app-ng-runtime}/mobile/components/page/left-panel/left-panel.module.d.ts +0 -0
  2428. {package → app-ng-runtime}/mobile/components/page/left-panel/public_api.d.ts +0 -0
  2429. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/bundles/index.umd.js +0 -0
  2430. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/index.mjs +0 -0
  2431. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.component.mjs +0 -0
  2432. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.module.mjs +0 -0
  2433. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/mobile-navbar.props.mjs +0 -0
  2434. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/esm2022/public_api.mjs +0 -0
  2435. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs +0 -0
  2436. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/fesm2022/index.mjs.map +0 -0
  2437. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/index.d.ts +0 -0
  2438. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.component.d.ts +0 -0
  2439. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.module.d.ts +0 -0
  2440. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/mobile-navbar.props.d.ts +0 -0
  2441. {package → app-ng-runtime}/mobile/components/page/mobile-navbar/public_api.d.ts +0 -0
  2442. {package → app-ng-runtime}/mobile/components/page/tab-bar/bundles/index.umd.js +0 -0
  2443. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/index.mjs +0 -0
  2444. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/public_api.mjs +0 -0
  2445. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tab-bar.module.mjs +0 -0
  2446. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.component.mjs +0 -0
  2447. {package → app-ng-runtime}/mobile/components/page/tab-bar/esm2022/tabbar.props.mjs +0 -0
  2448. {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs +0 -0
  2449. {package → app-ng-runtime}/mobile/components/page/tab-bar/fesm2022/index.mjs.map +0 -0
  2450. {package → app-ng-runtime}/mobile/components/page/tab-bar/index.d.ts +0 -0
  2451. {package → app-ng-runtime}/mobile/components/page/tab-bar/public_api.d.ts +0 -0
  2452. {package → app-ng-runtime}/mobile/components/page/tab-bar/tab-bar.module.d.ts +0 -0
  2453. {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.component.d.ts +0 -0
  2454. {package → app-ng-runtime}/mobile/components/page/tab-bar/tabbar.props.d.ts +0 -0
  2455. {package → app-ng-runtime}/mobile/core/bundles/index.umd.js +0 -0
  2456. {package → app-ng-runtime}/mobile/core/core.module.d.ts +0 -0
  2457. {package → app-ng-runtime}/mobile/core/esm2022/core.module.mjs +0 -0
  2458. {package → app-ng-runtime}/mobile/core/esm2022/index.mjs +0 -0
  2459. {package → app-ng-runtime}/mobile/core/esm2022/native.xhr.mjs +0 -0
  2460. {package → app-ng-runtime}/mobile/core/esm2022/public_api.mjs +0 -0
  2461. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-cache.service.mjs +0 -0
  2462. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-download.service.mjs +0 -0
  2463. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-opener.service.mjs +0 -0
  2464. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file-upload.service.mjs +0 -0
  2465. {package → app-ng-runtime}/mobile/core/esm2022/services/device-file.service.mjs +0 -0
  2466. {package → app-ng-runtime}/mobile/core/esm2022/services/device-start-up-service.mjs +0 -0
  2467. {package → app-ng-runtime}/mobile/core/esm2022/services/device.service.mjs +0 -0
  2468. {package → app-ng-runtime}/mobile/core/esm2022/services/ext-app-message.service.mjs +0 -0
  2469. {package → app-ng-runtime}/mobile/core/esm2022/services/network.service.mjs +0 -0
  2470. {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs +0 -0
  2471. {package → app-ng-runtime}/mobile/core/fesm2022/index.mjs.map +0 -0
  2472. {package → app-ng-runtime}/mobile/core/index.d.ts +0 -0
  2473. {package → app-ng-runtime}/mobile/core/native.xhr.d.ts +0 -0
  2474. {package → app-ng-runtime}/mobile/core/public_api.d.ts +0 -0
  2475. {package → app-ng-runtime}/mobile/core/services/device-file-cache.service.d.ts +0 -0
  2476. {package → app-ng-runtime}/mobile/core/services/device-file-download.service.d.ts +0 -0
  2477. {package → app-ng-runtime}/mobile/core/services/device-file-opener.service.d.ts +0 -0
  2478. {package → app-ng-runtime}/mobile/core/services/device-file-upload.service.d.ts +0 -0
  2479. {package → app-ng-runtime}/mobile/core/services/device-file.service.d.ts +0 -0
  2480. {package → app-ng-runtime}/mobile/core/services/device-start-up-service.d.ts +0 -0
  2481. {package → app-ng-runtime}/mobile/core/services/device.service.d.ts +0 -0
  2482. {package → app-ng-runtime}/mobile/core/services/ext-app-message.service.d.ts +0 -0
  2483. {package → app-ng-runtime}/mobile/core/services/network.service.d.ts +0 -0
  2484. {package → app-ng-runtime}/mobile/offline/bundles/index.umd.js +0 -0
  2485. {package → app-ng-runtime}/mobile/offline/esm2022/index.mjs +0 -0
  2486. {package → app-ng-runtime}/mobile/offline/esm2022/models/config.mjs +0 -0
  2487. {package → app-ng-runtime}/mobile/offline/esm2022/models/local-db-store.mjs +0 -0
  2488. {package → app-ng-runtime}/mobile/offline/esm2022/offline.module.mjs +0 -0
  2489. {package → app-ng-runtime}/mobile/offline/esm2022/public_api.mjs +0 -0
  2490. {package → app-ng-runtime}/mobile/offline/esm2022/services/change-log.service.mjs +0 -0
  2491. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-data-pull.service.mjs +0 -0
  2492. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db-management.service.mjs +0 -0
  2493. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-db.service.mjs +0 -0
  2494. {package → app-ng-runtime}/mobile/offline/esm2022/services/local-key-value.service.mjs +0 -0
  2495. {package → app-ng-runtime}/mobile/offline/esm2022/services/push.service.mjs +0 -0
  2496. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/error-blocker.mjs +0 -0
  2497. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/file-handler.mjs +0 -0
  2498. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/id-resolver.mjs +0 -0
  2499. {package → app-ng-runtime}/mobile/offline/esm2022/services/workers/multi-part-param-transformer.mjs +0 -0
  2500. {package → app-ng-runtime}/mobile/offline/esm2022/utils/file-upload.utils.mjs +0 -0
  2501. {package → app-ng-runtime}/mobile/offline/esm2022/utils/live-variable.utils.mjs +0 -0
  2502. {package → app-ng-runtime}/mobile/offline/esm2022/utils/query-executor.utils.mjs +0 -0
  2503. {package → app-ng-runtime}/mobile/offline/esm2022/utils/security.utils.mjs +0 -0
  2504. {package → app-ng-runtime}/mobile/offline/esm2022/utils/utils.mjs +0 -0
  2505. {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs +0 -0
  2506. {package → app-ng-runtime}/mobile/offline/fesm2022/index.mjs.map +0 -0
  2507. {package → app-ng-runtime}/mobile/offline/index.d.ts +0 -0
  2508. {package → app-ng-runtime}/mobile/offline/models/config.d.ts +0 -0
  2509. {package → app-ng-runtime}/mobile/offline/models/local-db-store.d.ts +0 -0
  2510. {package → app-ng-runtime}/mobile/offline/offline.module.d.ts +0 -0
  2511. {package → app-ng-runtime}/mobile/offline/public_api.d.ts +0 -0
  2512. {package → app-ng-runtime}/mobile/offline/services/change-log.service.d.ts +0 -0
  2513. {package → app-ng-runtime}/mobile/offline/services/local-db-data-pull.service.d.ts +0 -0
  2514. {package → app-ng-runtime}/mobile/offline/services/local-db-management.service.d.ts +0 -0
  2515. {package → app-ng-runtime}/mobile/offline/services/local-db.service.d.ts +0 -0
  2516. {package → app-ng-runtime}/mobile/offline/services/local-key-value.service.d.ts +0 -0
  2517. {package → app-ng-runtime}/mobile/offline/services/push.service.d.ts +0 -0
  2518. {package → app-ng-runtime}/mobile/offline/services/workers/error-blocker.d.ts +0 -0
  2519. {package → app-ng-runtime}/mobile/offline/services/workers/file-handler.d.ts +0 -0
  2520. {package → app-ng-runtime}/mobile/offline/services/workers/id-resolver.d.ts +0 -0
  2521. {package → app-ng-runtime}/mobile/offline/services/workers/multi-part-param-transformer.d.ts +0 -0
  2522. {package → app-ng-runtime}/mobile/offline/utils/file-upload.utils.d.ts +0 -0
  2523. {package → app-ng-runtime}/mobile/offline/utils/live-variable.utils.d.ts +0 -0
  2524. {package → app-ng-runtime}/mobile/offline/utils/query-executor.utils.d.ts +0 -0
  2525. {package → app-ng-runtime}/mobile/offline/utils/security.utils.d.ts +0 -0
  2526. {package → app-ng-runtime}/mobile/offline/utils/utils.d.ts +0 -0
  2527. {package → app-ng-runtime}/mobile/placeholder/runtime/bundles/index.umd.js +0 -0
  2528. {package → app-ng-runtime}/mobile/placeholder/runtime/components/app-ext.component.d.ts +0 -0
  2529. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/components/app-ext.component.mjs +0 -0
  2530. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/index.mjs +0 -0
  2531. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/mobile-runtime.module.mjs +0 -0
  2532. {package → app-ng-runtime}/mobile/placeholder/runtime/esm2022/public_api.mjs +0 -0
  2533. {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs +0 -0
  2534. {package → app-ng-runtime}/mobile/placeholder/runtime/fesm2022/index.mjs.map +0 -0
  2535. {package → app-ng-runtime}/mobile/placeholder/runtime/index.d.ts +0 -0
  2536. {package → app-ng-runtime}/mobile/placeholder/runtime/mobile-runtime.module.d.ts +0 -0
  2537. {package → app-ng-runtime}/mobile/placeholder/runtime/public_api.d.ts +0 -0
  2538. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/bundles/index.umd.js +0 -0
  2539. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/index.mjs +0 -0
  2540. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
  2541. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/esm2022/public_api.mjs +0 -0
  2542. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs +0 -0
  2543. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/fesm2022/index.mjs.map +0 -0
  2544. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/index.d.ts +0 -0
  2545. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
  2546. {package → app-ng-runtime}/mobile/placeholder/runtime-dynamic/public_api.d.ts +0 -0
  2547. {package → app-ng-runtime}/mobile/runtime/bundles/index.umd.js +0 -0
  2548. {package → app-ng-runtime}/mobile/runtime/components/app-ext.component.d.ts +0 -0
  2549. {package → app-ng-runtime}/mobile/runtime/esm2022/components/app-ext.component.mjs +0 -0
  2550. {package → app-ng-runtime}/mobile/runtime/esm2022/index.mjs +0 -0
  2551. {package → app-ng-runtime}/mobile/runtime/esm2022/mobile-runtime.module.mjs +0 -0
  2552. {package → app-ng-runtime}/mobile/runtime/esm2022/public_api.mjs +0 -0
  2553. {package → app-ng-runtime}/mobile/runtime/esm2022/services/cookie.service.mjs +0 -0
  2554. {package → app-ng-runtime}/mobile/runtime/esm2022/services/http-interceptor.service.mjs +0 -0
  2555. {package → app-ng-runtime}/mobile/runtime/esm2022/services/webprocess.service.mjs +0 -0
  2556. {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs +0 -0
  2557. {package → app-ng-runtime}/mobile/runtime/fesm2022/index.mjs.map +0 -0
  2558. {package → app-ng-runtime}/mobile/runtime/index.d.ts +0 -0
  2559. {package → app-ng-runtime}/mobile/runtime/mobile-runtime.module.d.ts +0 -0
  2560. {package → app-ng-runtime}/mobile/runtime/public_api.d.ts +0 -0
  2561. {package → app-ng-runtime}/mobile/runtime/services/cookie.service.d.ts +0 -0
  2562. {package → app-ng-runtime}/mobile/runtime/services/http-interceptor.service.d.ts +0 -0
  2563. {package → app-ng-runtime}/mobile/runtime/services/webprocess.service.d.ts +0 -0
  2564. {package → app-ng-runtime}/mobile/runtime-dynamic/bundles/index.umd.js +0 -0
  2565. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/index.mjs +0 -0
  2566. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/mobile-runtime-dynamic.module.mjs +0 -0
  2567. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/public_api.mjs +0 -0
  2568. {package → app-ng-runtime}/mobile/runtime-dynamic/esm2022/services/live-sync.service.mjs +0 -0
  2569. {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs +0 -0
  2570. {package → app-ng-runtime}/mobile/runtime-dynamic/fesm2022/index.mjs.map +0 -0
  2571. {package → app-ng-runtime}/mobile/runtime-dynamic/index.d.ts +0 -0
  2572. {package → app-ng-runtime}/mobile/runtime-dynamic/mobile-runtime-dynamic.module.d.ts +0 -0
  2573. {package → app-ng-runtime}/mobile/runtime-dynamic/public_api.d.ts +0 -0
  2574. {package → app-ng-runtime}/mobile/runtime-dynamic/services/live-sync.service.d.ts +0 -0
  2575. {package → app-ng-runtime}/mobile/variables/bundles/index.umd.js +0 -0
  2576. {package → app-ng-runtime}/mobile/variables/esm2022/index.mjs +0 -0
  2577. {package → app-ng-runtime}/mobile/variables/esm2022/public_api.mjs +0 -0
  2578. {package → app-ng-runtime}/mobile/variables/esm2022/services/calendar-service.mjs +0 -0
  2579. {package → app-ng-runtime}/mobile/variables/esm2022/services/camera-service.mjs +0 -0
  2580. {package → app-ng-runtime}/mobile/variables/esm2022/services/contacts-service.mjs +0 -0
  2581. {package → app-ng-runtime}/mobile/variables/esm2022/services/datasync-service.mjs +0 -0
  2582. {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/device-service.mjs +0 -0
  2583. {package → app-ng-runtime}/mobile/variables/esm2022/services/device-service/location-service.mjs +0 -0
  2584. {package → app-ng-runtime}/mobile/variables/esm2022/services/file-service.mjs +0 -0
  2585. {package → app-ng-runtime}/mobile/variables/esm2022/services/scan-service.mjs +0 -0
  2586. {package → app-ng-runtime}/mobile/variables/esm2022/variables.module.mjs +0 -0
  2587. {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs +0 -0
  2588. {package → app-ng-runtime}/mobile/variables/fesm2022/index.mjs.map +0 -0
  2589. {package → app-ng-runtime}/mobile/variables/index.d.ts +0 -0
  2590. {package → app-ng-runtime}/mobile/variables/public_api.d.ts +0 -0
  2591. {package → app-ng-runtime}/mobile/variables/services/calendar-service.d.ts +0 -0
  2592. {package → app-ng-runtime}/mobile/variables/services/camera-service.d.ts +0 -0
  2593. {package → app-ng-runtime}/mobile/variables/services/contacts-service.d.ts +0 -0
  2594. {package → app-ng-runtime}/mobile/variables/services/datasync-service.d.ts +0 -0
  2595. {package → app-ng-runtime}/mobile/variables/services/device-service/device-service.d.ts +0 -0
  2596. {package → app-ng-runtime}/mobile/variables/services/device-service/location-service.d.ts +0 -0
  2597. {package → app-ng-runtime}/mobile/variables/services/file-service.d.ts +0 -0
  2598. {package → app-ng-runtime}/mobile/variables/services/scan-service.d.ts +0 -0
  2599. {package → app-ng-runtime}/mobile/variables/variables.module.d.ts +0 -0
  2600. {package → app-ng-runtime}/oAuth/bundles/index.umd.js +0 -0
  2601. {package → app-ng-runtime}/oAuth/esm2022/index.mjs +0 -0
  2602. {package → app-ng-runtime}/oAuth/esm2022/oAuth.module.mjs +0 -0
  2603. {package → app-ng-runtime}/oAuth/esm2022/oAuth.service.mjs +0 -0
  2604. {package → app-ng-runtime}/oAuth/esm2022/oAuth.utils.mjs +0 -0
  2605. {package → app-ng-runtime}/oAuth/esm2022/public_api.mjs +0 -0
  2606. {package → app-ng-runtime}/oAuth/fesm2022/index.mjs +0 -0
  2607. {package → app-ng-runtime}/oAuth/fesm2022/index.mjs.map +0 -0
  2608. {package → app-ng-runtime}/oAuth/index.d.ts +0 -0
  2609. {package → app-ng-runtime}/oAuth/oAuth.module.d.ts +0 -0
  2610. {package → app-ng-runtime}/oAuth/oAuth.service.d.ts +0 -0
  2611. {package → app-ng-runtime}/oAuth/oAuth.utils.d.ts +0 -0
  2612. {package → app-ng-runtime}/oAuth/public_api.d.ts +0 -0
  2613. {package → app-ng-runtime}/runtime/base/components/app-spinner.component.d.ts +0 -0
  2614. {package → app-ng-runtime}/runtime/base/components/base-layout.component.d.ts +0 -0
  2615. {package → app-ng-runtime}/runtime/base/components/base-page.component.d.ts +0 -0
  2616. {package → app-ng-runtime}/runtime/base/components/base-partial.component.d.ts +0 -0
  2617. {package → app-ng-runtime}/runtime/base/components/base-prefab.component.d.ts +0 -0
  2618. {package → app-ng-runtime}/runtime/base/components/base-spa-page.component.d.ts +0 -0
  2619. {package → app-ng-runtime}/runtime/base/components/custom-toaster.component.d.ts +0 -0
  2620. {package → app-ng-runtime}/runtime/base/components/empty-component/empty-page.component.d.ts +0 -0
  2621. {package → app-ng-runtime}/runtime/base/components/prefab-preview.component.d.ts +0 -0
  2622. {package → app-ng-runtime}/runtime/base/directives/prefab.directive.d.ts +0 -0
  2623. {package → app-ng-runtime}/runtime/base/esm2022/components/app-spinner.component.mjs +0 -0
  2624. {package → app-ng-runtime}/runtime/base/esm2022/components/base-layout.component.mjs +0 -0
  2625. {package → app-ng-runtime}/runtime/base/esm2022/components/base-page.component.mjs +0 -0
  2626. {package → app-ng-runtime}/runtime/base/esm2022/components/base-partial.component.mjs +0 -0
  2627. {package → app-ng-runtime}/runtime/base/esm2022/components/base-prefab.component.mjs +0 -0
  2628. {package → app-ng-runtime}/runtime/base/esm2022/components/base-spa-page.component.mjs +0 -0
  2629. {package → app-ng-runtime}/runtime/base/esm2022/components/custom-toaster.component.mjs +0 -0
  2630. {package → app-ng-runtime}/runtime/base/esm2022/components/empty-component/empty-page.component.mjs +0 -0
  2631. {package → app-ng-runtime}/runtime/base/esm2022/components/prefab-preview.component.mjs +0 -0
  2632. {package → app-ng-runtime}/runtime/base/esm2022/directives/prefab.directive.mjs +0 -0
  2633. {package → app-ng-runtime}/runtime/base/esm2022/guards/auth.guard.mjs +0 -0
  2634. {package → app-ng-runtime}/runtime/base/esm2022/guards/can-deactivate-page.guard.mjs +0 -0
  2635. {package → app-ng-runtime}/runtime/base/esm2022/guards/page-not-found.guard.mjs +0 -0
  2636. {package → app-ng-runtime}/runtime/base/esm2022/guards/role.guard.mjs +0 -0
  2637. {package → app-ng-runtime}/runtime/base/esm2022/index.mjs +0 -0
  2638. {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_dom_renderer.mjs +0 -0
  2639. {package → app-ng-runtime}/runtime/base/esm2022/overrides/wm_shared_styles_host.mjs +0 -0
  2640. {package → app-ng-runtime}/runtime/base/esm2022/public_api.mjs +0 -0
  2641. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-extension.resolve.mjs +0 -0
  2642. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-js.resolve.mjs +0 -0
  2643. {package → app-ng-runtime}/runtime/base/esm2022/resolves/app-variables.resolve.mjs +0 -0
  2644. {package → app-ng-runtime}/runtime/base/esm2022/resolves/i18n.resolve.mjs +0 -0
  2645. {package → app-ng-runtime}/runtime/base/esm2022/resolves/metadata.resolve.mjs +0 -0
  2646. {package → app-ng-runtime}/runtime/base/esm2022/resolves/security-config.resolve.mjs +0 -0
  2647. {package → app-ng-runtime}/runtime/base/esm2022/runtime-base.module.mjs +0 -0
  2648. {package → app-ng-runtime}/runtime/base/esm2022/services/app-defaults.service.mjs +0 -0
  2649. {package → app-ng-runtime}/runtime/base/esm2022/services/app.manager.service.mjs +0 -0
  2650. {package → app-ng-runtime}/runtime/base/esm2022/services/app.service.mjs +0 -0
  2651. {package → app-ng-runtime}/runtime/base/esm2022/services/dynamic-component-ref-provider.service.mjs +0 -0
  2652. {package → app-ng-runtime}/runtime/base/esm2022/services/http-interceptor.services.mjs +0 -0
  2653. {package → app-ng-runtime}/runtime/base/esm2022/services/navigation.service.mjs +0 -0
  2654. {package → app-ng-runtime}/runtime/base/esm2022/services/pipe-provider.service.mjs +0 -0
  2655. {package → app-ng-runtime}/runtime/base/esm2022/services/pipe.service.mjs +0 -0
  2656. {package → app-ng-runtime}/runtime/base/esm2022/services/prefab-manager.service.mjs +0 -0
  2657. {package → app-ng-runtime}/runtime/base/esm2022/services/spinner.service.mjs +0 -0
  2658. {package → app-ng-runtime}/runtime/base/esm2022/services/toaster.service.mjs +0 -0
  2659. {package → app-ng-runtime}/runtime/base/esm2022/types/types.mjs +0 -0
  2660. {package → app-ng-runtime}/runtime/base/esm2022/util/fragment-monitor.mjs +0 -0
  2661. {package → app-ng-runtime}/runtime/base/esm2022/util/utils.mjs +0 -0
  2662. {package → app-ng-runtime}/runtime/base/esm2022/util/wm-route-reuse-strategy.mjs +0 -0
  2663. {package → app-ng-runtime}/runtime/base/guards/auth.guard.d.ts +0 -0
  2664. {package → app-ng-runtime}/runtime/base/guards/can-deactivate-page.guard.d.ts +0 -0
  2665. {package → app-ng-runtime}/runtime/base/guards/page-not-found.guard.d.ts +0 -0
  2666. {package → app-ng-runtime}/runtime/base/guards/role.guard.d.ts +0 -0
  2667. {package → app-ng-runtime}/runtime/base/index.d.ts +0 -0
  2668. {package → app-ng-runtime}/runtime/base/overrides/wm_dom_renderer.d.ts +0 -0
  2669. {package → app-ng-runtime}/runtime/base/overrides/wm_shared_styles_host.d.ts +0 -0
  2670. {package → app-ng-runtime}/runtime/base/public_api.d.ts +0 -0
  2671. {package → app-ng-runtime}/runtime/base/resolves/app-extension.resolve.d.ts +0 -0
  2672. {package → app-ng-runtime}/runtime/base/resolves/app-js.resolve.d.ts +0 -0
  2673. {package → app-ng-runtime}/runtime/base/resolves/app-variables.resolve.d.ts +0 -0
  2674. {package → app-ng-runtime}/runtime/base/resolves/i18n.resolve.d.ts +0 -0
  2675. {package → app-ng-runtime}/runtime/base/resolves/metadata.resolve.d.ts +0 -0
  2676. {package → app-ng-runtime}/runtime/base/resolves/security-config.resolve.d.ts +0 -0
  2677. {package → app-ng-runtime}/runtime/base/runtime-base.module.d.ts +0 -0
  2678. {package → app-ng-runtime}/runtime/base/services/app-defaults.service.d.ts +0 -0
  2679. {package → app-ng-runtime}/runtime/base/services/app.manager.service.d.ts +0 -0
  2680. {package → app-ng-runtime}/runtime/base/services/app.service.d.ts +0 -0
  2681. {package → app-ng-runtime}/runtime/base/services/dynamic-component-ref-provider.service.d.ts +0 -0
  2682. {package → app-ng-runtime}/runtime/base/services/http-interceptor.services.d.ts +0 -0
  2683. {package → app-ng-runtime}/runtime/base/services/i18n.service.d.ts +0 -0
  2684. {package → app-ng-runtime}/runtime/base/services/navigation.service.d.ts +0 -0
  2685. {package → app-ng-runtime}/runtime/base/services/pipe-provider.service.d.ts +0 -0
  2686. {package → app-ng-runtime}/runtime/base/services/pipe.service.d.ts +0 -0
  2687. {package → app-ng-runtime}/runtime/base/services/prefab-manager.service.d.ts +0 -0
  2688. {package → app-ng-runtime}/runtime/base/services/spinner.service.d.ts +0 -0
  2689. {package → app-ng-runtime}/runtime/base/services/toaster.service.d.ts +0 -0
  2690. {package → app-ng-runtime}/runtime/base/types/types.d.ts +0 -0
  2691. {package → app-ng-runtime}/runtime/base/util/fragment-monitor.d.ts +0 -0
  2692. {package → app-ng-runtime}/runtime/base/util/utils.d.ts +0 -0
  2693. {package → app-ng-runtime}/runtime/base/util/wm-route-reuse-strategy.d.ts +0 -0
  2694. {package → app-ng-runtime}/runtime/dynamic/app/app.module.d.ts +0 -0
  2695. {package → app-ng-runtime}/runtime/dynamic/app/app.routes.d.ts +0 -0
  2696. {package → app-ng-runtime}/runtime/dynamic/app/components/page-wrapper.component.d.ts +0 -0
  2697. {package → app-ng-runtime}/runtime/dynamic/app/services/app-extension.service.d.ts +0 -0
  2698. {package → app-ng-runtime}/runtime/dynamic/app/services/app-js-provider.service.d.ts +0 -0
  2699. {package → app-ng-runtime}/runtime/dynamic/app/services/app-resource-manager.service.d.ts +0 -0
  2700. {package → app-ng-runtime}/runtime/dynamic/app/services/app-variables-provider.service.d.ts +0 -0
  2701. {package → app-ng-runtime}/runtime/dynamic/app/services/component-ref-provider.service.d.ts +0 -0
  2702. {package → app-ng-runtime}/runtime/dynamic/app/services/prefab-config-provider.service.d.ts +0 -0
  2703. {package → app-ng-runtime}/runtime/dynamic/bundles/index.umd.js +0 -0
  2704. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.module.mjs +0 -0
  2705. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/app.routes.mjs +0 -0
  2706. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/components/page-wrapper.component.mjs +0 -0
  2707. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-extension.service.mjs +0 -0
  2708. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-js-provider.service.mjs +0 -0
  2709. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-resource-manager.service.mjs +0 -0
  2710. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/app-variables-provider.service.mjs +0 -0
  2711. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/component-ref-provider.service.mjs +0 -0
  2712. {package → app-ng-runtime}/runtime/dynamic/esm2022/app/services/prefab-config-provider.service.mjs +0 -0
  2713. {package → app-ng-runtime}/runtime/dynamic/esm2022/index.mjs +0 -0
  2714. {package → app-ng-runtime}/runtime/dynamic/esm2022/main.mjs +0 -0
  2715. {package → app-ng-runtime}/runtime/dynamic/esm2022/public_api.mjs +0 -0
  2716. {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs +0 -0
  2717. {package → app-ng-runtime}/runtime/dynamic/fesm2022/index.mjs.map +0 -0
  2718. {package → app-ng-runtime}/runtime/dynamic/index.d.ts +0 -0
  2719. {package → app-ng-runtime}/runtime/dynamic/main.d.ts +0 -0
  2720. {package → app-ng-runtime}/runtime/dynamic/public_api.d.ts +0 -0
  2721. {package → app-ng-runtime}/scripts/@wavemaker/nvd3/build/nv.d3.min.js +0 -0
  2722. {package → app-ng-runtime}/scripts/d3/d3.min.js +0 -0
  2723. {package → app-ng-runtime}/scripts/datatable/datatable.js +0 -0
  2724. {package → app-ng-runtime}/scripts/fullcalendar/main.min.js +0 -0
  2725. {package → app-ng-runtime}/scripts/hammerjs/hammer.min.js +0 -0
  2726. {package → app-ng-runtime}/scripts/iscroll/build/iscroll.js +0 -0
  2727. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/droppable.js +0 -0
  2728. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/resizable.js +0 -0
  2729. {package → app-ng-runtime}/scripts/jquery-ui/ui/widgets/sortable.js +0 -0
  2730. {package → app-ng-runtime}/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +0 -0
  2731. {package → app-ng-runtime}/scripts/summernote/dist/summernote-lite.min.js +0 -0
  2732. {package → app-ng-runtime}/scripts/swipey/swipey.jquery.plugin.js +0 -0
  2733. {package → app-ng-runtime}/scripts/tree-keyboard-navigation/keyboard-navigation.js +0 -0
  2734. {package → app-ng-runtime}/security/bundles/index.umd.js +0 -0
  2735. {package → app-ng-runtime}/security/esm2022/index.mjs +0 -0
  2736. {package → app-ng-runtime}/security/esm2022/public_api.mjs +0 -0
  2737. {package → app-ng-runtime}/security/esm2022/security.module.mjs +0 -0
  2738. {package → app-ng-runtime}/security/esm2022/security.service.mjs +0 -0
  2739. {package → app-ng-runtime}/security/fesm2022/index.mjs +0 -0
  2740. {package → app-ng-runtime}/security/fesm2022/index.mjs.map +0 -0
  2741. {package → app-ng-runtime}/security/index.d.ts +0 -0
  2742. {package → app-ng-runtime}/security/public_api.d.ts +0 -0
  2743. {package → app-ng-runtime}/security/security.module.d.ts +0 -0
  2744. {package → app-ng-runtime}/security/security.service.d.ts +0 -0
  2745. {package → app-ng-runtime}/swipey/bundles/index.umd.js +0 -0
  2746. {package → app-ng-runtime}/swipey/esm2022/index.mjs +0 -0
  2747. {package → app-ng-runtime}/swipey/esm2022/public_api.mjs +0 -0
  2748. {package → app-ng-runtime}/swipey/esm2022/swipe.animation.mjs +0 -0
  2749. {package → app-ng-runtime}/swipey/fesm2022/index.mjs +0 -0
  2750. {package → app-ng-runtime}/swipey/fesm2022/index.mjs.map +0 -0
  2751. {package → app-ng-runtime}/swipey/index.d.ts +0 -0
  2752. {package → app-ng-runtime}/swipey/public_api.d.ts +0 -0
  2753. {package → app-ng-runtime}/swipey/swipe.animation.d.ts +0 -0
  2754. {package → app-ng-runtime}/transpiler/build.d.ts +0 -0
  2755. {package → app-ng-runtime}/transpiler/bundles/index.umd.js +0 -0
  2756. {package → app-ng-runtime}/transpiler/esm2022/build.mjs +0 -0
  2757. {package → app-ng-runtime}/transpiler/esm2022/imports.mjs +0 -0
  2758. {package → app-ng-runtime}/transpiler/esm2022/index.mjs +0 -0
  2759. {package → app-ng-runtime}/transpiler/esm2022/public_api.mjs +0 -0
  2760. {package → app-ng-runtime}/transpiler/fesm2022/index.mjs +0 -0
  2761. {package → app-ng-runtime}/transpiler/fesm2022/index.mjs.map +0 -0
  2762. {package → app-ng-runtime}/transpiler/imports.d.ts +0 -0
  2763. {package → app-ng-runtime}/transpiler/index.d.ts +0 -0
  2764. {package → app-ng-runtime}/transpiler/public_api.d.ts +0 -0
  2765. {package → app-ng-runtime}/variables/advanced-options.d.ts +0 -0
  2766. {package → app-ng-runtime}/variables/bundles/index.umd.js +0 -0
  2767. {package → app-ng-runtime}/variables/constants/variables.constants.d.ts +0 -0
  2768. {package → app-ng-runtime}/variables/esm2022/advanced-options.mjs +0 -0
  2769. {package → app-ng-runtime}/variables/esm2022/constants/variables.constants.mjs +0 -0
  2770. {package → app-ng-runtime}/variables/esm2022/factory/variable-manager.factory.mjs +0 -0
  2771. {package → app-ng-runtime}/variables/esm2022/factory/variable.factory.mjs +0 -0
  2772. {package → app-ng-runtime}/variables/esm2022/index.mjs +0 -0
  2773. {package → app-ng-runtime}/variables/esm2022/manager/action/base-action.manager.mjs +0 -0
  2774. {package → app-ng-runtime}/variables/esm2022/manager/action/login-action.manager.mjs +0 -0
  2775. {package → app-ng-runtime}/variables/esm2022/manager/action/logout-action.manager.mjs +0 -0
  2776. {package → app-ng-runtime}/variables/esm2022/manager/action/navigation-action.manager.mjs +0 -0
  2777. {package → app-ng-runtime}/variables/esm2022/manager/action/notification-action.manager.mjs +0 -0
  2778. {package → app-ng-runtime}/variables/esm2022/manager/variable/base-variable.manager.mjs +0 -0
  2779. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-manager.mjs +0 -0
  2780. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-operation.mjs +0 -0
  2781. {package → app-ng-runtime}/variables/esm2022/manager/variable/device-variable-service.mjs +0 -0
  2782. {package → app-ng-runtime}/variables/esm2022/manager/variable/web-socket-variable.manager.mjs +0 -0
  2783. {package → app-ng-runtime}/variables/esm2022/model/action/login-action.mjs +0 -0
  2784. {package → app-ng-runtime}/variables/esm2022/model/action/logout-action.mjs +0 -0
  2785. {package → app-ng-runtime}/variables/esm2022/model/action/navigation-action.mjs +0 -0
  2786. {package → app-ng-runtime}/variables/esm2022/model/action/notification-action.mjs +0 -0
  2787. {package → app-ng-runtime}/variables/esm2022/model/variable/device-variable.mjs +0 -0
  2788. {package → app-ng-runtime}/variables/esm2022/model/variable/web-socket-variable.mjs +0 -0
  2789. {package → app-ng-runtime}/variables/esm2022/public_api.mjs +0 -0
  2790. {package → app-ng-runtime}/variables/esm2022/service/metadata-service/metadata.service.mjs +0 -0
  2791. {package → app-ng-runtime}/variables/esm2022/service/variables.service.mjs +0 -0
  2792. {package → app-ng-runtime}/variables/esm2022/util/action/navigation-action.utils.mjs +0 -0
  2793. {package → app-ng-runtime}/variables/esm2022/util/oAuth.utils.mjs +0 -0
  2794. {package → app-ng-runtime}/variables/esm2022/util/variable/pagination.utils.mjs +0 -0
  2795. {package → app-ng-runtime}/variables/esm2022/util/variable/service-variable.utils.mjs +0 -0
  2796. {package → app-ng-runtime}/variables/esm2022/util/variable/variables.utils.mjs +0 -0
  2797. {package → app-ng-runtime}/variables/esm2022/variables.module.mjs +0 -0
  2798. {package → app-ng-runtime}/variables/factory/variable-manager.factory.d.ts +0 -0
  2799. {package → app-ng-runtime}/variables/factory/variable.factory.d.ts +0 -0
  2800. {package → app-ng-runtime}/variables/fesm2022/index.mjs +0 -0
  2801. {package → app-ng-runtime}/variables/fesm2022/index.mjs.map +0 -0
  2802. {package → app-ng-runtime}/variables/index.d.ts +0 -0
  2803. {package → app-ng-runtime}/variables/manager/action/base-action.manager.d.ts +0 -0
  2804. {package → app-ng-runtime}/variables/manager/action/login-action.manager.d.ts +0 -0
  2805. {package → app-ng-runtime}/variables/manager/action/logout-action.manager.d.ts +0 -0
  2806. {package → app-ng-runtime}/variables/manager/action/navigation-action.manager.d.ts +0 -0
  2807. {package → app-ng-runtime}/variables/manager/action/notification-action.manager.d.ts +0 -0
  2808. {package → app-ng-runtime}/variables/manager/variable/base-variable.manager.d.ts +0 -0
  2809. {package → app-ng-runtime}/variables/manager/variable/device-variable-manager.d.ts +0 -0
  2810. {package → app-ng-runtime}/variables/manager/variable/device-variable-operation.d.ts +0 -0
  2811. {package → app-ng-runtime}/variables/manager/variable/device-variable-service.d.ts +0 -0
  2812. {package → app-ng-runtime}/variables/manager/variable/web-socket-variable.manager.d.ts +0 -0
  2813. {package → app-ng-runtime}/variables/model/action/login-action.d.ts +0 -0
  2814. {package → app-ng-runtime}/variables/model/action/logout-action.d.ts +0 -0
  2815. {package → app-ng-runtime}/variables/model/action/navigation-action.d.ts +0 -0
  2816. {package → app-ng-runtime}/variables/model/action/notification-action.d.ts +0 -0
  2817. {package → app-ng-runtime}/variables/model/variable/device-variable.d.ts +0 -0
  2818. {package → app-ng-runtime}/variables/model/variable/web-socket-variable.d.ts +0 -0
  2819. {package → app-ng-runtime}/variables/public_api.d.ts +0 -0
  2820. {package → app-ng-runtime}/variables/service/metadata-service/metadata.service.d.ts +0 -0
  2821. {package → app-ng-runtime}/variables/service/variables.service.d.ts +0 -0
  2822. {package → app-ng-runtime}/variables/util/action/navigation-action.utils.d.ts +0 -0
  2823. {package → app-ng-runtime}/variables/util/oAuth.utils.d.ts +0 -0
  2824. {package → app-ng-runtime}/variables/util/variable/pagination.utils.d.ts +0 -0
  2825. {package → app-ng-runtime}/variables/util/variable/service-variable.utils.d.ts +0 -0
  2826. {package → app-ng-runtime}/variables/util/variable/variables.utils.d.ts +0 -0
  2827. {package → app-ng-runtime}/variables/variables.module.d.ts +0 -0
@@ -0,0 +1,922 @@
1
+ import { Attribute, Component, ElementRef, Inject, Injector, Optional, QueryList, ViewChild, ViewChildren } from '@angular/core';
2
+ import { NG_VALUE_ACCESSOR, NG_VALIDATORS } from '@angular/forms';
3
+ import { Observable, from, of } from 'rxjs';
4
+ import { filter, mergeMap } from 'rxjs/operators';
5
+ import { TypeaheadDirective } from 'ngx-bootstrap/typeahead';
6
+ import { addClass, adjustContainerPosition, App, DataSource, isDefined, isMobile, toBoolean } from '@wm/core';
7
+ import { ALLFIELDS, convertDataToObject, extractDataAsArray, getUniqObjsByDataField, provideAs, provideAsWidgetRef, styler, transformFormData, getContainerTargetClass } from '@wm/components/base';
8
+ import { DatasetAwareFormComponent } from '@wm/components/input';
9
+ import { registerProps } from './search.props';
10
+ import { DataProvider } from './data-provider/data-provider';
11
+ import { debounce, find, get, includes, isArray, isEmpty, isEqual, isObject, isUndefined, map, split, toString, trim } from "lodash-es";
12
+ import * as i0 from "@angular/core";
13
+ import * as i1 from "@wm/core";
14
+ const _c0 = ["ulElement"];
15
+ const _c1 = ["liElements"];
16
+ const _c2 = ["wmSearch", ""];
17
+ const _c3 = a0 => ({ customTemplate: a0 });
18
+ const _c4 = (a0, a1) => ({ active: a0, "list-group-header": a1 });
19
+ const _c5 = (a0, a1, a2, a3) => ({ item: a0, index: a1, match: a2, query: a3 });
20
+ const _c6 = () => ({ standalone: true });
21
+ const _c7 = a0 => ({ "show-btn": a0 });
22
+ const _c8 = a0 => ({ "disabled": a0 });
23
+ function SearchComponent_ng_template_0_a_0_img_1_Template(rf, ctx) { if (rf & 1) {
24
+ i0.ɵɵelement(0, "img", 10);
25
+ } if (rf & 2) {
26
+ const model_r1 = i0.ɵɵnextContext(2).item;
27
+ const ctx_r1 = i0.ɵɵnextContext();
28
+ i0.ɵɵstyleProp("width", ctx_r1.imagewidth);
29
+ i0.ɵɵproperty("src", model_r1.imgSrc, i0.ɵɵsanitizeUrl);
30
+ } }
31
+ function SearchComponent_ng_template_0_a_0_Template(rf, ctx) { if (rf & 1) {
32
+ i0.ɵɵelementStart(0, "a");
33
+ i0.ɵɵtemplate(1, SearchComponent_ng_template_0_a_0_img_1_Template, 1, 3, "img", 8);
34
+ i0.ɵɵelement(2, "span", 9);
35
+ i0.ɵɵelementEnd();
36
+ } if (rf & 2) {
37
+ const ctx_r2 = i0.ɵɵnextContext();
38
+ const model_r1 = ctx_r2.item;
39
+ const query_r4 = ctx_r2.query;
40
+ const match_r5 = ctx_r2.match;
41
+ const ctx_r1 = i0.ɵɵnextContext();
42
+ i0.ɵɵadvance();
43
+ i0.ɵɵproperty("ngIf", model_r1.imgSrc);
44
+ i0.ɵɵadvance();
45
+ i0.ɵɵproperty("title", model_r1.label)("innerHtml", ctx_r1.highlight(match_r5, query_r4) || model_r1.label, i0.ɵɵsanitizeHtml);
46
+ } }
47
+ function SearchComponent_ng_template_0_a_1_Template(rf, ctx) { if (rf & 1) {
48
+ i0.ɵɵelementStart(0, "a", 11);
49
+ i0.ɵɵelement(1, "div", 12);
50
+ i0.ɵɵelementEnd();
51
+ } if (rf & 2) {
52
+ const match_r5 = i0.ɵɵnextContext().match;
53
+ const ctx_r1 = i0.ɵɵnextContext();
54
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(3, _c3, ctx_r1.content))("wmItemTemplate", ctx_r1.content)("userComponentParams", match_r5.item);
55
+ } }
56
+ function SearchComponent_ng_template_0_Template(rf, ctx) { if (rf & 1) {
57
+ i0.ɵɵtemplate(0, SearchComponent_ng_template_0_a_0_Template, 3, 3, "a", 6)(1, SearchComponent_ng_template_0_a_1_Template, 2, 5, "a", 7);
58
+ } if (rf & 2) {
59
+ const ctx_r1 = i0.ɵɵnextContext();
60
+ i0.ɵɵproperty("ngIf", !ctx_r1.content);
61
+ i0.ɵɵadvance();
62
+ i0.ɵɵproperty("ngIf", ctx_r1.content);
63
+ } }
64
+ function SearchComponent_ng_template_2_li_2_h4_2_Template(rf, ctx) { if (rf & 1) {
65
+ i0.ɵɵelementStart(0, "h4", 21);
66
+ i0.ɵɵtext(1);
67
+ i0.ɵɵelementEnd();
68
+ } if (rf & 2) {
69
+ const match_r7 = i0.ɵɵnextContext().$implicit;
70
+ i0.ɵɵadvance();
71
+ i0.ɵɵtextInterpolate(match_r7.value);
72
+ } }
73
+ function SearchComponent_ng_template_2_li_2_ng_container_3_Template(rf, ctx) { if (rf & 1) {
74
+ i0.ɵɵelementContainer(0, 22);
75
+ } if (rf & 2) {
76
+ const ctx_r7 = i0.ɵɵnextContext();
77
+ const match_r7 = ctx_r7.$implicit;
78
+ const i_r9 = ctx_r7.index;
79
+ const ctx_r9 = i0.ɵɵnextContext();
80
+ const itemTemplate_r11 = ctx_r9.itemTemplate;
81
+ const query_r12 = ctx_r9.query;
82
+ i0.ɵɵproperty("ngTemplateOutlet", itemTemplate_r11)("ngTemplateOutletContext", i0.ɵɵpureFunction4(2, _c5, match_r7.item, i_r9, match_r7, query_r12));
83
+ } }
84
+ function SearchComponent_ng_template_2_li_2_Template(rf, ctx) { if (rf & 1) {
85
+ const _r6 = i0.ɵɵgetCurrentView();
86
+ i0.ɵɵelementStart(0, "li", 18, 4);
87
+ i0.ɵɵlistener("mouseenter", function SearchComponent_ng_template_2_li_2_Template_li_mouseenter_0_listener() { const match_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.typeaheadContainer.selectActive(match_r7)); })("click", function SearchComponent_ng_template_2_li_2_Template_li_click_0_listener($event) { const match_r7 = i0.ɵɵrestoreView(_r6).$implicit; const ctx_r1 = i0.ɵɵnextContext(2); match_r7 && !match_r7.isHeader() && ctx_r1.typeaheadContainer.selectMatch(match_r7, $event); ctx_r1.$typeaheadEvent = $event; return i0.ɵɵresetView(ctx_r1.notifySubscriber()); });
88
+ i0.ɵɵtemplate(2, SearchComponent_ng_template_2_li_2_h4_2_Template, 2, 1, "h4", 19)(3, SearchComponent_ng_template_2_li_2_ng_container_3_Template, 1, 7, "ng-container", 20);
89
+ i0.ɵɵelementEnd();
90
+ } if (rf & 2) {
91
+ const match_r7 = ctx.$implicit;
92
+ const ctx_r1 = i0.ɵɵnextContext(2);
93
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction2(3, _c4, ctx_r1.typeaheadContainer && ctx_r1.typeaheadContainer.isActive(match_r7), match_r7 && match_r7.isHeader()));
94
+ i0.ɵɵadvance(2);
95
+ i0.ɵɵproperty("ngIf", match_r7.isHeader());
96
+ i0.ɵɵadvance();
97
+ i0.ɵɵproperty("ngIf", !match_r7.isHeader());
98
+ } }
99
+ function SearchComponent_ng_template_2_Template(rf, ctx) { if (rf & 1) {
100
+ i0.ɵɵelementStart(0, "ul", 13, 3);
101
+ i0.ɵɵtemplate(2, SearchComponent_ng_template_2_li_2_Template, 4, 6, "li", 14);
102
+ i0.ɵɵelementStart(3, "div", 15);
103
+ i0.ɵɵelement(4, "span", 16);
104
+ i0.ɵɵelementEnd();
105
+ i0.ɵɵelementStart(5, "div", 15);
106
+ i0.ɵɵelement(6, "i", 17)(7, "span", 16);
107
+ i0.ɵɵelementEnd()();
108
+ } if (rf & 2) {
109
+ const matches_r13 = ctx.matches;
110
+ const ctx_r1 = i0.ɵɵnextContext();
111
+ i0.ɵɵadvance(2);
112
+ i0.ɵɵproperty("ngForOf", matches_r13);
113
+ i0.ɵɵadvance();
114
+ i0.ɵɵproperty("hidden", ctx_r1._loadingItems || !(ctx_r1.datacompletemsg && ctx_r1.dataProvider.isLastPage));
115
+ i0.ɵɵadvance();
116
+ i0.ɵɵproperty("textContent", ctx_r1.datacompletemsg);
117
+ i0.ɵɵadvance();
118
+ i0.ɵɵproperty("hidden", !ctx_r1._loadingItems);
119
+ i0.ɵɵadvance(2);
120
+ i0.ɵɵproperty("textContent", ctx_r1.loadingdatamsg);
121
+ } }
122
+ function SearchComponent_ng_container_4_Template(rf, ctx) { if (rf & 1) {
123
+ const _r14 = i0.ɵɵgetCurrentView();
124
+ i0.ɵɵelementContainerStart(0);
125
+ i0.ɵɵelementStart(1, "input", 23);
126
+ i0.ɵɵtwoWayListener("ngModelChange", function SearchComponent_ng_container_4_Template_input_ngModelChange_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.query, $event) || (ctx_r1.query = $event); return i0.ɵɵresetView($event); });
127
+ i0.ɵɵlistener("input", function SearchComponent_ng_container_4_Template_input_input_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onInputChange($event)); })("keydown", function SearchComponent_ng_container_4_Template_input_keydown_1_listener() { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.listenQuery = true); })("keydown.enter", function SearchComponent_ng_container_4_Template_input_keydown_enter_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1.$typeaheadEvent = $event; return i0.ɵɵresetView(ctx_r1.handleEnterEvent($event)); })("keydown.arrowdown", function SearchComponent_ng_container_4_Template_input_keydown_arrowdown_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.selectNext($event)); })("blur", function SearchComponent_ng_container_4_Template_input_blur_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.invokeOnTouched($event)); })("click", function SearchComponent_ng_container_4_Template_input_click_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleFocus($event)); })("focus", function SearchComponent_ng_container_4_Template_input_focus_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1._unsubscribeDv = false; ctx_r1.listenQuery = true; ctx_r1.handleFocus($event); return i0.ɵɵresetView(ctx_r1.invokeOnFocus($event)); })("focusout", function SearchComponent_ng_container_4_Template_input_focusout_1_listener() { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onFocusOut()); })("typeaheadLoading", function SearchComponent_ng_container_4_Template_input_typeaheadLoading_1_listener() { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1._loadingItems); })("typeaheadOnSelect", function SearchComponent_ng_container_4_Template_input_typeaheadOnSelect_1_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.typeaheadOnSelect($event)); });
128
+ i0.ɵɵelementEnd();
129
+ i0.ɵɵelementStart(2, "i", 24);
130
+ i0.ɵɵlistener("click", function SearchComponent_ng_container_4_Template_i_click_2_listener($event) { i0.ɵɵrestoreView(_r14); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.clearSearch($event)); });
131
+ i0.ɵɵelementEnd();
132
+ i0.ɵɵelementContainerEnd();
133
+ } if (rf & 2) {
134
+ const ctx_r1 = i0.ɵɵnextContext();
135
+ const customItemTemplate_r15 = i0.ɵɵreference(1);
136
+ const customListTemplate_r16 = i0.ɵɵreference(3);
137
+ i0.ɵɵadvance();
138
+ i0.ɵɵproperty("title", ctx_r1.query || "")("placeholder", ctx_r1.placeholder || "")("disabled", ctx_r1.disabled);
139
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.query);
140
+ i0.ɵɵproperty("ngModelOptions", i0.ɵɵpureFunction0(23, _c6))("readonly", ctx_r1.readonly)("disabled", ctx_r1.disabled)("typeahead", ctx_r1.typeaheadDataSource)("typeaheadWaitMs", ctx_r1.debouncetime)("typeaheadItemTemplate", customItemTemplate_r15)("optionsListTemplate", customListTemplate_r16)("typeaheadMinLength", ctx_r1.minchars)("typeaheadOptionsLimit", ctx_r1.limit)("typeaheadGroupField", ctx_r1.groupby ? "groupby" : null)("typeaheadAsync", true)("typeaheadScrollable", true)("adaptivePosition", true)("typeaheadOptionsInScrollableView", ctx_r1.optionslimitinscrollableview)("dropup", ctx_r1.dropup)("tabindex", ctx_r1.tabindex);
141
+ i0.ɵɵattribute("name", ctx_r1.name)("aria-label", ctx_r1.hint || "Search field");
142
+ i0.ɵɵadvance();
143
+ i0.ɵɵproperty("hidden", !ctx_r1.showClosebtn);
144
+ } }
145
+ function SearchComponent_ng_template_5_span_5_Template(rf, ctx) { if (rf & 1) {
146
+ i0.ɵɵelement(0, "span", 32);
147
+ } }
148
+ function SearchComponent_ng_template_5_span_9_Template(rf, ctx) { if (rf & 1) {
149
+ const _r18 = i0.ɵɵgetCurrentView();
150
+ i0.ɵɵelementStart(0, "span", 33)(1, "form")(2, "button", 34);
151
+ i0.ɵɵlistener("click", function SearchComponent_ng_template_5_span_9_Template_button_click_2_listener($event) { i0.ɵɵrestoreView(_r18); const ctx_r1 = i0.ɵɵnextContext(2); return i0.ɵɵresetView(ctx_r1.onSearchSelect($event)); });
152
+ i0.ɵɵelementEnd()()();
153
+ } if (rf & 2) {
154
+ const ctx_r1 = i0.ɵɵnextContext(2);
155
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(2, _c8, ctx_r1.disabled));
156
+ i0.ɵɵadvance(2);
157
+ i0.ɵɵproperty("disabled", ctx_r1.disabled);
158
+ } }
159
+ function SearchComponent_ng_template_5_Template(rf, ctx) { if (rf & 1) {
160
+ const _r17 = i0.ɵɵgetCurrentView();
161
+ i0.ɵɵelementStart(0, "span", 25);
162
+ i0.ɵɵlistener("click", function SearchComponent_ng_template_5_Template_span_click_0_listener() { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.closeSearch()); });
163
+ i0.ɵɵelementEnd();
164
+ i0.ɵɵelementStart(1, "span", 26);
165
+ i0.ɵɵtext(2, "Back button");
166
+ i0.ɵɵelementEnd();
167
+ i0.ɵɵelementStart(3, "input", 27);
168
+ i0.ɵɵtwoWayListener("ngModelChange", function SearchComponent_ng_template_5_Template_input_ngModelChange_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); i0.ɵɵtwoWayBindingSet(ctx_r1.query, $event) || (ctx_r1.query = $event); return i0.ɵɵresetView($event); });
169
+ i0.ɵɵlistener("input", function SearchComponent_ng_template_5_Template_input_input_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.onInputChange($event)); })("keydown", function SearchComponent_ng_template_5_Template_input_keydown_3_listener() { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.listenQuery = true); })("keydown.enter", function SearchComponent_ng_template_5_Template_input_keydown_enter_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1.$typeaheadEvent = $event; return i0.ɵɵresetView(ctx_r1.handleEnterEvent($event)); })("keydown.arrowdown", function SearchComponent_ng_template_5_Template_input_keydown_arrowdown_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.selectNext($event)); })("blur", function SearchComponent_ng_template_5_Template_input_blur_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1.invokeOnTouched($event); return i0.ɵɵresetView(ctx_r1.onFocusOut()); })("click", function SearchComponent_ng_template_5_Template_input_click_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.handleFocus($event)); })("focus", function SearchComponent_ng_template_5_Template_input_focus_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); ctx_r1._unsubscribeDv = false; ctx_r1.listenQuery = true; ctx_r1.handleFocus($event); return i0.ɵɵresetView(ctx_r1.invokeOnFocus($event)); })("typeaheadLoading", function SearchComponent_ng_template_5_Template_input_typeaheadLoading_3_listener() { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1._loadingItems); })("typeaheadOnSelect", function SearchComponent_ng_template_5_Template_input_typeaheadOnSelect_3_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.typeaheadOnSelect($event)); });
170
+ i0.ɵɵelementEnd();
171
+ i0.ɵɵelement(4, "input", 28);
172
+ i0.ɵɵtemplate(5, SearchComponent_ng_template_5_span_5_Template, 1, 0, "span", 29);
173
+ i0.ɵɵelementStart(6, "span", 30);
174
+ i0.ɵɵlistener("click", function SearchComponent_ng_template_5_Template_span_click_6_listener($event) { i0.ɵɵrestoreView(_r17); const ctx_r1 = i0.ɵɵnextContext(); return i0.ɵɵresetView(ctx_r1.clearSearch($event, true)); });
175
+ i0.ɵɵelementEnd();
176
+ i0.ɵɵelementStart(7, "span", 26);
177
+ i0.ɵɵtext(8, "Clear button");
178
+ i0.ɵɵelementEnd();
179
+ i0.ɵɵtemplate(9, SearchComponent_ng_template_5_span_9_Template, 3, 4, "span", 31);
180
+ } if (rf & 2) {
181
+ const ctx_r1 = i0.ɵɵnextContext();
182
+ const customItemTemplate_r15 = i0.ɵɵreference(1);
183
+ const customListTemplate_r16 = i0.ɵɵreference(3);
184
+ i0.ɵɵadvance(3);
185
+ i0.ɵɵproperty("title", ctx_r1.query || "")("placeholder", ctx_r1.placeholder || "")("container", ctx_r1.containerTarget || ".wm-app")("disabled", ctx_r1.disabled);
186
+ i0.ɵɵtwoWayProperty("ngModel", ctx_r1.query);
187
+ i0.ɵɵproperty("ngModelOptions", i0.ɵɵpureFunction0(25, _c6))("readonly", ctx_r1.readonly)("typeahead", ctx_r1.typeaheadDataSource)("typeaheadWaitMs", ctx_r1.debouncetime)("typeaheadItemTemplate", customItemTemplate_r15)("optionsListTemplate", customListTemplate_r16)("typeaheadMinLength", ctx_r1.minchars)("typeaheadOptionsLimit", ctx_r1.limit)("typeaheadGroupField", ctx_r1.groupby ? "groupby" : null)("typeaheadAsync", true)("typeaheadScrollable", true)("adaptivePosition", true)("typeaheadOptionsInScrollableView", ctx_r1.optionslimitinscrollableview)("tabindex", ctx_r1.tabindex)("dropup", ctx_r1.dropup);
188
+ i0.ɵɵattribute("name", ctx_r1.name)("aria-label", ctx_r1.hint || "Search field");
189
+ i0.ɵɵadvance(2);
190
+ i0.ɵɵproperty("ngIf", ctx_r1._loadingItems);
191
+ i0.ɵɵadvance();
192
+ i0.ɵɵproperty("ngClass", i0.ɵɵpureFunction1(26, _c7, ctx_r1.isQueryEntered()));
193
+ i0.ɵɵadvance(3);
194
+ i0.ɵɵproperty("ngIf", ctx_r1.showsearchicon);
195
+ } }
196
+ const WIDGET_CONFIG = { widgetType: 'wm-search', hostClass: 'input-group' };
197
+ export class SearchComponent extends DatasetAwareFormComponent {
198
+ static { this.initializeProps = registerProps(); }
199
+ // getter setter is added to pass the datasource to searchcomponent.
200
+ get datasource() {
201
+ return this._datasource;
202
+ }
203
+ set datasource(nv) {
204
+ this._datasource = nv;
205
+ const data = this.datavalue || this.toBeProcessedDatavalue;
206
+ this.updateByDatavalue(data);
207
+ }
208
+ constructor(inj, app, binddatavalue, binddataset, explicitContext) {
209
+ super(inj, WIDGET_CONFIG, explicitContext);
210
+ this.binddatavalue = binddatavalue;
211
+ this.binddataset = binddataset;
212
+ this.query = '';
213
+ this.page = 1;
214
+ // this flag will not allow the empty datafield values.
215
+ this.allowempty = false;
216
+ this.app = app;
217
+ addClass(this.nativeElement, 'app-search', true);
218
+ /**
219
+ * Listens for the change in the ngModel on every search and retrieves the data as observable.
220
+ * This observable data is passed to the typeahead.
221
+ * @type {Observable<any>}
222
+ */
223
+ this.typeaheadDataSource = Observable
224
+ .create((observer) => {
225
+ // Runs on every search
226
+ if (this.listenQuery) {
227
+ this._defaultQueryInvoked = false;
228
+ this._loadingItems = true;
229
+ observer.next(this.query);
230
+ }
231
+ // on keydown, while scrolling the dropdown items, when last item is reached next call is triggered
232
+ // unless the call is resolved, we are able to scroll next to first item and soon
233
+ // This shows flickering from first item to next new items appended.
234
+ // By setting container to undefined, key events changes will be stopped while loading items
235
+ if (this.lastSelectedIndex) {
236
+ this.typeahead._container = undefined;
237
+ }
238
+ }).pipe(filter(() => {
239
+ this._loadingItems = false;
240
+ return (this.minchars === 0 || (this.query && this.query.length >= this.minchars));
241
+ }), mergeMap((token) => this.getDataSourceAsObservable(token)));
242
+ this.dataProvider = new DataProvider();
243
+ /**
244
+ * When default datavalue is not found within the dataset, a filter call is made to get the record using fetchDefaultModel.
245
+ * after getting the response, set the queryModel and query.
246
+ */
247
+ const datavalueSubscription = this.datavalue$.subscribe((val) => {
248
+ const query = (isArray(val) ? val[0] : val);
249
+ if (query === null || query === '') {
250
+ this._modelByValue = '';
251
+ // reset the query.
252
+ this.query = this.queryModel = '';
253
+ // on clear or reset filter, empty the lastResults to fetch new records.
254
+ this._lastResult = undefined;
255
+ return;
256
+ }
257
+ if (!this._unsubscribeDv) {
258
+ this._defaultQueryInvoked = false;
259
+ // if prev datavalue is not equal to current datavalue then clear the modelByKey and queryModel
260
+ if (!isObject(val) && this.prevDatavalue !== val) {
261
+ this._modelByKey = undefined;
262
+ this.query = this.queryModel = '';
263
+ }
264
+ // if the datafield is ALLFILEDS do not fetch the records
265
+ // update the query model with the values we have
266
+ this.updateByDatavalue(val);
267
+ }
268
+ // turn on showCloseBtn when a default value is given
269
+ this.showClosebtn = (this.query !== '');
270
+ });
271
+ this.registerDestroyListener(() => datavalueSubscription.unsubscribe());
272
+ const datasetSubscription = this.dataset$.subscribe(() => {
273
+ // set the next item index.
274
+ this.startIndex = this.datasetItems.length;
275
+ this._lastResult = undefined;
276
+ const defaultValue = this.datavalue || this.toBeProcessedDatavalue;
277
+ // invoking updateByDataset only when datavalue is present, as entered value i.e. query is setting back to ''
278
+ if (isDefined(defaultValue)) {
279
+ this.updateByDataset(defaultValue);
280
+ }
281
+ });
282
+ this.registerDestroyListener(() => datasetSubscription.unsubscribe());
283
+ }
284
+ // on clear, trigger search with page size 1
285
+ clearSearch($event, loadOnClear) {
286
+ this.query = '';
287
+ this.onInputChange($event);
288
+ this.dataProvider.isLastPage = false;
289
+ this.listenQuery = false;
290
+ if (loadOnClear) {
291
+ this.listenQuery = true;
292
+ this._unsubscribeDv = false;
293
+ this.loadMoreData();
294
+ }
295
+ this.invokeEventCallback('clearsearch');
296
+ this._loadingItems = false;
297
+ // when search input is cleared, focus on the input field
298
+ if ($event) {
299
+ this.$element.find('.app-search-input').focus();
300
+ }
301
+ }
302
+ // function to clear the input value
303
+ clearText() {
304
+ this.query = '';
305
+ this.showClosebtn = false;
306
+ }
307
+ // Close the full screen mode in mobile view of auto complete
308
+ closeSearch() {
309
+ this._loadingItems = false;
310
+ this.page = 1;
311
+ // after closing the search, insert the element at its previous position (elIndex)
312
+ this.insertAtIndex(this.elIndex);
313
+ this.elIndex = undefined;
314
+ this.parentEl = undefined;
315
+ this.$element.removeClass('full-screen');
316
+ if (this._domUpdated) {
317
+ this._domUpdated = false;
318
+ }
319
+ this.listenQuery = false;
320
+ this._unsubscribeDv = true;
321
+ this.typeahead.hide();
322
+ }
323
+ renderMobileAutoComplete() {
324
+ // Get the parent element of the search element which can be next or prev element, if both are empty then get the parent of element.
325
+ if (!isDefined(this.elIndex)) {
326
+ this.parentEl = this.$element.parent();
327
+ this.elIndex = this.parentEl.children().index(this.$element);
328
+ }
329
+ if (!this.$element.hasClass('full-screen')) {
330
+ // this flag is set to notify that the typeahead-container dom has changed its position
331
+ this._domUpdated = true;
332
+ // Add full screen class on focus of the input element.
333
+ this.$element.addClass('full-screen');
334
+ // Add position to set the height to auto
335
+ if (this.position === 'inline') {
336
+ this.$element.addClass(this.position);
337
+ }
338
+ }
339
+ // focus is lost when element is changed to full-screen, keydown to select next items will not work
340
+ // Hence explicitly focusing the input
341
+ if (this.$element.hasClass('full-screen')) {
342
+ this.$element.find('.app-search-input').focus();
343
+ }
344
+ }
345
+ getDataSourceAsObservable(query) {
346
+ // show dropdown only when there is change in query. This should not apply when dataoptions with filterFields are updated.
347
+ // when lastResult is not available i.e. still the first call is pending and second query is invoked then do not return.
348
+ if (this._lastQuery === query && !get(this.dataoptions, 'filterFields') && isDefined(this._lastResult)) {
349
+ this._loadingItems = false;
350
+ return of(this._lastResult);
351
+ }
352
+ /*
353
+ WMS-19177: On focus of input field for autocomplete type, do not trigger api call when
354
+ a) searchkey and displayexpression are different
355
+ b) binddisplaylabel contains multiple values
356
+ c) binddisplaylabel contains single value which does not match with searchkey
357
+ */
358
+ if (this.type === 'autocomplete' && this.searchkey && this.query && this.datavalue) {
359
+ let bindDisplayLabelArray = [];
360
+ const searchKeyArray = split(this.searchkey, ',');
361
+ let displaylabel;
362
+ if (this.binddisplaylabel) {
363
+ bindDisplayLabelArray = split(this.binddisplaylabel, '+');
364
+ if (bindDisplayLabelArray.length === 1) {
365
+ if (!includes(bindDisplayLabelArray[0], '|')) {
366
+ const regex = /\[(.*?)\]/;
367
+ displaylabel = regex.exec(bindDisplayLabelArray[0])[1];
368
+ }
369
+ else {
370
+ displaylabel = true;
371
+ }
372
+ }
373
+ }
374
+ if ((bindDisplayLabelArray.length > 1 || (displaylabel && !includes(searchKeyArray, displaylabel))
375
+ || (this.displayexpression && !includes(searchKeyArray, this.displayexpression)))) {
376
+ this._loadingItems = false;
377
+ return of([]);
378
+ }
379
+ }
380
+ this._lastQuery = this.query;
381
+ return from(this.getDataSource(query));
382
+ }
383
+ handleEvent(node, eventName, eventCallback, locals) {
384
+ if (!includes(['blur', 'focus', 'select', 'submit', 'change'], eventName)) {
385
+ super.handleEvent(node, eventName, eventCallback, locals);
386
+ }
387
+ }
388
+ // highlight the characters in the dropdown matching the query.
389
+ highlight(match, query) {
390
+ if (this.typeaheadContainer) {
391
+ // highlight of chars will work only when label are strings.
392
+ match.value = match.item.label.toString();
393
+ return this.typeaheadContainer.highlight(match, query);
394
+ }
395
+ }
396
+ // inserts the element at the index position
397
+ insertAtIndex(i) {
398
+ if (i === 0) {
399
+ this.parentEl.prepend(this.$element);
400
+ }
401
+ else {
402
+ const $elAtIndex = this.parentEl.children().eq(i);
403
+ if ($elAtIndex.length) {
404
+ this.$element.insertBefore(this.parentEl.children().eq(i));
405
+ }
406
+ else {
407
+ this.$element.insertAfter(this.parentEl.children().eq(i - 1));
408
+ }
409
+ }
410
+ }
411
+ // Check if the widget is of type autocomplete in mobile view/ app
412
+ isMobileAutoComplete() {
413
+ return this.type === 'autocomplete' && isMobile();
414
+ }
415
+ // Check if the query is entered in the input and the view is not mobile
416
+ isQueryEntered() {
417
+ return this.showclear && this.showClosebtn;
418
+ }
419
+ loadMoreData(incrementPage) {
420
+ if (this.dataProvider.isLastPage) {
421
+ return;
422
+ }
423
+ // Increase the page number and trigger force query update
424
+ this.page = incrementPage ? this.page + 1 : this.page;
425
+ this.isScrolled = true;
426
+ this._loadingItems = true;
427
+ // when invoking new set of results, reset the lastQuery.
428
+ if (incrementPage) {
429
+ this._lastQuery = undefined;
430
+ }
431
+ // trigger the typeahead change manually to fetch the next set of results.
432
+ this.typeahead.onInput({
433
+ target: {
434
+ value: trim(this.query) || '0' // dummy data to notify the observables
435
+ }
436
+ });
437
+ }
438
+ // on focusout, subscribe to the datavalue changes again
439
+ onFocusOut() {
440
+ this._unsubscribeDv = false;
441
+ this._loadingItems = false;
442
+ // reset the page value on focusout.
443
+ this.page = 1;
444
+ // if domUpdated is true then do not hide the dropdown in the fullscreen
445
+ if (!this._domUpdated && this._isOpen) {
446
+ this.listenQuery = false;
447
+ }
448
+ this._isOpen = false;
449
+ // on outside click, typeahead is hidden. To avoid this, when fullscreen is set, overridding isFocused flag on the typeahead container
450
+ if (this._domUpdated && this.typeahead && this.typeahead._container) {
451
+ this.typeahead._container.isFocused = true;
452
+ }
453
+ }
454
+ onInputChange($event) {
455
+ // reset all the previous page details in order to fetch new set of result.
456
+ this.result = [];
457
+ this.page = 1;
458
+ this.listenQuery = this.isUpdateOnKeyPress();
459
+ this._modelByValue = undefined;
460
+ // when input is cleared, reset the datavalue
461
+ if (this.query === '') {
462
+ this.queryModel = '';
463
+ this._modelByValue = '';
464
+ this.updatePrevDatavalue(this._lastQuery);
465
+ this.invokeOnChange(this._modelByValue, {}, true);
466
+ this.invokeEventCallback('clear', { $event });
467
+ // trigger onSubmit only when the search input is cleared off and do not trigger when tab is pressed.
468
+ if ($event && $event.which !== 9) {
469
+ this.invokeEventCallback('submit', { $event });
470
+ }
471
+ }
472
+ else {
473
+ // invoking change event on every input value change.
474
+ this.invokeEventCallback('change', {
475
+ $event: $event,
476
+ newVal: this._modelByValue || this.query,
477
+ oldVal: this.prevDatavalue
478
+ });
479
+ }
480
+ this.showClosebtn = (this.query !== '');
481
+ }
482
+ // Triggered for enter event
483
+ handleEnterEvent($event) {
484
+ // submit event triggered when there is no search results
485
+ if (!get(this.typeahead, 'matches.length')) {
486
+ this.onSearchSelect($event);
487
+ }
488
+ }
489
+ // Triggerred when typeahead option is selected.
490
+ onSearchSelect($event) {
491
+ let item;
492
+ // WMS-22533: Before adding active typeahead el, check if the entered query matches with the active el or not
493
+ const isQueryMatch = this.typeaheadContainer?.active?.value === this.query;
494
+ if (this.typeaheadContainer && this.typeaheadContainer.active && isQueryMatch) {
495
+ item = this.typeaheadContainer.active.item;
496
+ }
497
+ $event = this.eventData($event, item || {});
498
+ // searchOn is set as onBtnClick, then invoke the search api call manually.
499
+ if (!this.isUpdateOnKeyPress()) {
500
+ this.listenQuery = true;
501
+ // trigger the typeahead change manually to fetch the next set of results.
502
+ this.typeahead.onInput({
503
+ target: {
504
+ value: this.query // dummy data to notify the observables
505
+ }
506
+ });
507
+ return;
508
+ }
509
+ // when matches are available.
510
+ if (this.typeaheadContainer && this.liElements.length && isQueryMatch) {
511
+ this.typeaheadContainer.selectActiveMatch();
512
+ }
513
+ else {
514
+ this.queryModel = this.query;
515
+ this.invokeEventCallback('submit', { $event });
516
+ }
517
+ }
518
+ invokeOnBeforeServiceCall(inputData) {
519
+ this.invokeEventCallback('beforeservicecall', { inputData });
520
+ }
521
+ onDropdownOpen() {
522
+ if (this.clearData) {
523
+ this.typeahead.hide();
524
+ }
525
+ // setting the ulElements, liElement on typeaheadContainer.
526
+ // as we are using customOption template, liElements are not available on typeaheadContainer so append them explicitly.
527
+ const fn = debounce(() => {
528
+ this._isOpen = true;
529
+ this.typeaheadContainer = this.typeahead._container || this.typeahead._typeahead.instance;
530
+ this.typeaheadContainer.liElements = this.liElements;
531
+ this.typeaheadContainer.ulElement = this.ulElement;
532
+ adjustContainerPosition($('typeahead-container'), this.nativeElement, this.typeahead._typeahead, $('typeahead-container .dropdown-menu'));
533
+ });
534
+ fn();
535
+ // open full-screen search view
536
+ if (this.isMobileAutoComplete()) {
537
+ if (!this.$element.hasClass('full-screen')) {
538
+ this.renderMobileAutoComplete();
539
+ }
540
+ const dropdownEl = this.dropdownEl.closest('typeahead-container');
541
+ dropdownEl.insertAfter(this.$element.find('input').first());
542
+ const screenHeight = this.$element.closest('.app-content').height();
543
+ dropdownEl.css({ position: 'relative', top: 0, height: screenHeight + 'px' });
544
+ this.showClosebtn = this.query && this.query !== '';
545
+ if (!isUndefined(this.dataProvider.isLastPage) && !this.dataProvider.isLastPage) {
546
+ this.triggerSearch();
547
+ }
548
+ }
549
+ }
550
+ selectNext() {
551
+ const matches = this.typeaheadContainer.matches;
552
+ if (!matches) {
553
+ return;
554
+ }
555
+ const index = matches.indexOf(this.typeaheadContainer.active);
556
+ // on keydown, if scroll is at the bottom and next page records are available, fetch next page items.
557
+ if (!this._loadingItems && !this.dataProvider.isLastPage && index + 1 > matches.length - 1) {
558
+ // index is saved in order to select the lastSelected item in the dropdown after fetching next page items.
559
+ this.lastSelectedIndex = index;
560
+ this.loadMoreData(true);
561
+ }
562
+ }
563
+ setLastActiveMatchAsSelected() {
564
+ if (this.lastSelectedIndex) {
565
+ this.typeaheadContainer._active = this.typeaheadContainer.matches[this.lastSelectedIndex];
566
+ this.typeaheadContainer.nextActiveMatch();
567
+ this.lastSelectedIndex = undefined;
568
+ }
569
+ }
570
+ triggerSearch() {
571
+ if (this.dataProvider.isLastPage || !this.$element.hasClass('full-screen')) {
572
+ return;
573
+ }
574
+ const typeAheadDropDown = this.dropdownEl;
575
+ const $lastItem = typeAheadDropDown.find('li').last();
576
+ // Check if last item is not below the full screen
577
+ if ($lastItem.length && typeAheadDropDown.length && (typeAheadDropDown.height() + typeAheadDropDown.position().top > $lastItem.height() + $lastItem.position().top)) {
578
+ this.loadMoreData(true);
579
+ }
580
+ }
581
+ isUpdateOnKeyPress() {
582
+ return this.searchon === 'typing';
583
+ }
584
+ debounceDefaultQuery(data) {
585
+ this._defaultQueryInvoked = true;
586
+ this.getDataSource(data, true).then((response) => {
587
+ if (response.length) {
588
+ this.queryModel = response;
589
+ this._lastQuery = this.query = this.queryModel[0].label || '';
590
+ this._modelByValue = this.queryModel[0].value;
591
+ this._modelByKey = this.queryModel[0].key;
592
+ this.showClosebtn = (this.query !== '');
593
+ }
594
+ else {
595
+ this._modelByValue = undefined;
596
+ this.queryModel = undefined;
597
+ this.query = '';
598
+ }
599
+ if (this.clearData) {
600
+ if (get(this.typeahead, '_typeahead.isShown')) {
601
+ this.typeahead.hide();
602
+ }
603
+ }
604
+ });
605
+ }
606
+ updateByDatavalue(data) {
607
+ this.updateByDataset(data);
608
+ this.updateByDataSource(data);
609
+ }
610
+ updateByDataSource(data) {
611
+ // value is present but the corresponding key is not found then fetch next set
612
+ // modelByKey will be set only when datavalue is available inside the localData otherwise make a N/w call.
613
+ if (isDefined(data) && !isObject(data) && this.datasource && !isDefined(this._modelByKey) && this.datafield !== ALLFIELDS) {
614
+ // Avoid making default query if queryModel already exists.
615
+ if (isDefined(this.queryModel) && !isEmpty(this.queryModel)) {
616
+ this.updateDatavalueFromQueryModel();
617
+ return;
618
+ }
619
+ // Make default query call only when datasource supports CRUD (live variable).
620
+ if (!this._defaultQueryInvoked && this.datasource.execute(DataSource.Operation.SUPPORTS_CRUD)) {
621
+ this.debounceDefaultQuery(data);
622
+ }
623
+ }
624
+ }
625
+ // updates the model value using queryModel
626
+ updateDatavalueFromQueryModel() {
627
+ if (isDefined(this.queryModel)) {
628
+ this._modelByValue = isArray(this.queryModel) ? this.queryModel[0].value : this.queryModel;
629
+ this._modelByKey = isArray(this.queryModel) ? this.queryModel[0].key : this.queryModel;
630
+ this.toBeProcessedDatavalue = undefined;
631
+ }
632
+ }
633
+ updateByDataset(data) {
634
+ // default query is already invoked then do not make other default query call.
635
+ // For local search i.e. searchkey is undefined, do not return, verify the datavalue against the datasetItems .
636
+ if (this._defaultQueryInvoked && this.searchkey) {
637
+ return;
638
+ }
639
+ const selectedItem = find(this.datasetItems, (item) => {
640
+ return (isObject(item.value) ? isEqual(item.value, data) : (toString(item.value)).toLowerCase() === (toString(data)).toLowerCase());
641
+ });
642
+ // set the default only when it is available in dataset.
643
+ if (selectedItem) {
644
+ this.queryModel = [selectedItem];
645
+ }
646
+ else if (this.datafield === ALLFIELDS && isObject(data)) {
647
+ this.queryModel = this.getTransformedData(extractDataAsArray(data));
648
+ }
649
+ else {
650
+ // resetting the queryModel only when prevDatavalue is equal to data
651
+ if (this.prevDatavalue !== data) {
652
+ this.queryModel = undefined;
653
+ this.query = '';
654
+ return;
655
+ }
656
+ }
657
+ this.updateDatavalueFromQueryModel();
658
+ // Show the label value on input.
659
+ this._lastQuery = this.query = isDefined(this.queryModel) && this.queryModel.length ? get(this.queryModel[0], 'label') : '';
660
+ this.showClosebtn = (this.query !== '');
661
+ }
662
+ // If we have last search results then open dropdown on focus
663
+ handleFocus($event) {
664
+ if (this.type === 'search' && this.query === this._lastQuery && this._lastResult) {
665
+ this.typeahead.keyUpEventEmitter.emit(this.query);
666
+ }
667
+ }
668
+ notifySubscriber() {
669
+ const parentEl = $(this.nativeElement).closest('.app-composite-widget.caption-floating');
670
+ if (parentEl.length > 0) {
671
+ this.app.notify('captionPositionAnimate', { displayVal: true, nativeEl: parentEl });
672
+ }
673
+ }
674
+ // This method returns a promise that provides the filtered data from the datasource.
675
+ getDataSource(query, searchOnDataField, nextItemIndex) {
676
+ // For default query, searchOnDataField is set to true, then do not make a n/w call when datafield is ALLFIELDS
677
+ if (searchOnDataField && this.datafield === ALLFIELDS) {
678
+ this._loadingItems = false;
679
+ return Promise.resolve([]);
680
+ }
681
+ // For default datavalue, search key as to be on datafield to get the default data from the filter call.
682
+ const dataConfig = {
683
+ dataset: this.dataset ? convertDataToObject(this.dataset) : undefined,
684
+ binddataset: this.binddataset,
685
+ datasource: this.datasource,
686
+ datafield: this.datafield,
687
+ hasData: this.dataset && this.dataset.length,
688
+ query: query,
689
+ isLocalFilter: !this.searchkey,
690
+ searchKey: searchOnDataField ? this.datafield : this.searchkey,
691
+ // default search call match mode should be startignorecase
692
+ matchMode: searchOnDataField ? 'startignorecase' : this.matchmode,
693
+ casesensitive: this.casesensitive,
694
+ isformfield: this.isformfield,
695
+ orderby: this.orderby,
696
+ limit: this.limit,
697
+ pagesize: this.pagesize,
698
+ page: this.page,
699
+ onBeforeservicecall: this.invokeOnBeforeServiceCall.bind(this)
700
+ };
701
+ if (this.dataoptions) {
702
+ dataConfig.dataoptions = this.dataoptions;
703
+ dataConfig.viewParent = this.viewParent;
704
+ }
705
+ this._loadingItems = true;
706
+ return this.dataProvider.filter(dataConfig)
707
+ .then((response) => {
708
+ // response from dataProvider returns always data object.
709
+ response = response.data || response;
710
+ // for service variable, updating the dataset only if it is not defined or empty
711
+ if ((!isDefined(this.dataset) || !this.dataset.length) && this.dataProvider.updateDataset) {
712
+ this.dataset = response;
713
+ }
714
+ if (this.dataProvider.hasMoreData) {
715
+ this.formattedDataset = this.formattedDataset.concat(response);
716
+ }
717
+ else {
718
+ this.formattedDataset = response;
719
+ }
720
+ // explicitly setting the optionslimit as the matches more than 20 will be ignored if optionslimit is not specified.
721
+ if (this.formattedDataset.length > 20 && !isDefined(this.limit)) {
722
+ this.typeahead.typeaheadOptionsLimit = this.formattedDataset.length;
723
+ }
724
+ // In mobile, trigger the search by default until the results have height upto page height. Other results can be fetched by scrolling
725
+ if (this._isOpen && this.isMobileAutoComplete() && !isUndefined(this.dataProvider.isLastPage) && !this.dataProvider.isLastPage) {
726
+ this.triggerSearch();
727
+ }
728
+ const transformedData = this.getTransformedData(this.formattedDataset, nextItemIndex);
729
+ // result contains the datafield values.
730
+ this.result = map(transformedData, 'value');
731
+ return transformedData;
732
+ }, (error) => {
733
+ this._loadingItems = false;
734
+ return [];
735
+ }).then(result => {
736
+ if (this.isScrolled) {
737
+ (debounce(() => {
738
+ this.setLastActiveMatchAsSelected();
739
+ }, 30))();
740
+ this.isScrolled = false;
741
+ }
742
+ // When no result is found, set the datavalue to undefined.
743
+ if (!result.length) {
744
+ this._modelByValue = undefined;
745
+ this.queryModel = query;
746
+ }
747
+ // on focusout i.e. on other widget focus, if n/w is pending loading icon is shown, when data is available then dropdown is shown again.
748
+ // on unsubscribing do not show the results.
749
+ if (this._unsubscribeDv) {
750
+ result = [];
751
+ }
752
+ this._loadingItems = false;
753
+ this._lastResult = result;
754
+ return result;
755
+ });
756
+ }
757
+ // this method returns the parent context i.e. Page context and not parent component's context.
758
+ getContext(context) {
759
+ if (context && get(context, 'widget')) {
760
+ return this.getContext(context.viewParent);
761
+ }
762
+ return context;
763
+ }
764
+ getTransformedData(data, itemIndex, iscustom) {
765
+ if (isDefined(itemIndex)) {
766
+ itemIndex++;
767
+ }
768
+ const transformedData = transformFormData(this.getContext(this.viewParent), data, this.datafield, {
769
+ displayField: this.displaylabel || this.displayfield,
770
+ displayExpr: iscustom ? '' : this.displayexpression,
771
+ bindDisplayExpr: iscustom ? '' : this.binddisplaylabel,
772
+ bindDisplayImgSrc: this.binddisplayimagesrc,
773
+ displayImgSrc: this.displayimagesrc
774
+ }, itemIndex, this);
775
+ return getUniqObjsByDataField(transformedData, this.datafield, this.displayfield || this.displaylabel, toBoolean(this.allowempty));
776
+ }
777
+ // OptionsListTemplate listens to the scroll event and triggers this function.
778
+ onScroll($scrollEl, evt) {
779
+ const totalHeight = $scrollEl.scrollHeight, clientHeight = $scrollEl.clientHeight;
780
+ // If scroll is at the bottom and no request is in progress and next page records are available, fetch next page items.
781
+ if (!this._loadingItems && !this.dataProvider.isLastPage && ($scrollEl.scrollTop + clientHeight >= totalHeight)) {
782
+ this.loadMoreData(true);
783
+ }
784
+ }
785
+ ngOnInit() {
786
+ super.ngOnInit();
787
+ if (!isDefined(this.minchars)) {
788
+ // for autocomplete set the minchars to 0
789
+ if (this.type === 'autocomplete') {
790
+ this.minchars = 0;
791
+ }
792
+ else {
793
+ this.minchars = 1;
794
+ }
795
+ }
796
+ this.listenQuery = this.isUpdateOnKeyPress();
797
+ // by default for autocomplete do not show the search icon
798
+ // by default show the searchicon for type = search
799
+ this.showsearchicon = isDefined(this.showsearchicon) ? this.showsearchicon : (this.type === 'search');
800
+ }
801
+ ngAfterViewInit() {
802
+ super.ngAfterViewInit();
803
+ styler(this.nativeElement, this);
804
+ this.containerTarget = getContainerTargetClass(this.nativeElement);
805
+ }
806
+ eventData($event, item) {
807
+ if ($event) {
808
+ $event['data'] = {
809
+ item: item.dataObject,
810
+ model: item.value,
811
+ label: item.label,
812
+ query: this.query
813
+ };
814
+ }
815
+ return $event;
816
+ }
817
+ // triggered on select on option from the list. Set the queryModel, query and modelByKey from the matched item.
818
+ typeaheadOnSelect(match, $event) {
819
+ const item = match.item;
820
+ this.queryModel = item;
821
+ item.selected = true;
822
+ this.query = item.label;
823
+ this.showClosebtn = (this.query !== '');
824
+ $event = $event || this.$typeaheadEvent;
825
+ // As item.key can vary from key in the datasetItems
826
+ this._modelByKey = item.key;
827
+ this._modelByValue = item.value;
828
+ $event = this.eventData($event, item);
829
+ this.invokeOnTouched();
830
+ this.invokeOnChange(this.datavalue, $event || {});
831
+ // updating the variable bound to default value as invokeOnChange is not updating the variable.
832
+ if (this.datavalue !== this.prevDatavalue) {
833
+ this.updateBoundVariable(this.datavalue);
834
+ }
835
+ if (this.$element.hasClass('full-screen')) {
836
+ this.closeSearch();
837
+ }
838
+ this.invokeEventCallback('select', { $event, selectedValue: this.datavalue });
839
+ this.invokeEventCallback('submit', { $event });
840
+ this.updatePrevDatavalue(this.datavalue);
841
+ }
842
+ onPropertyChange(key, nv, ov) {
843
+ if (key === 'tabindex') {
844
+ return;
845
+ }
846
+ // Backward compatability from 10.3.1 to 10.3.2
847
+ // 10.3.1 we had displaylabel as modal value
848
+ // From 10.3.2 onwords we will be having displayexpresion as modal value
849
+ if (this.type === 'autocomplete' && key === 'displaylabel' && this.displaylabel && (!this.displayexpression || (this.displayexpression && !this.datasource))) {
850
+ this.displayexpression = this.displaylabel;
851
+ this.displaylabel = undefined;
852
+ }
853
+ // when dataoptions are provided and there is no displaylabel given then displaylabel is set as the relatedfield
854
+ if (key === 'displaylabel' && this.dataoptions && this.binddisplaylabel === null) {
855
+ this.query = get(this._modelByValue, nv) || this._modelByValue;
856
+ }
857
+ // when search is disabled, do not load any more data or just clear the data that is already in process or loaded.
858
+ if (key === 'disabled') {
859
+ if (nv === false) {
860
+ this.clearData = false;
861
+ }
862
+ else {
863
+ this.clearData = true;
864
+ if (get(this.typeahead, '_typeahead.isShown')) {
865
+ this.typeahead.hide();
866
+ }
867
+ }
868
+ }
869
+ super.onPropertyChange(key, nv, ov);
870
+ }
871
+ static { this.ɵfac = function SearchComponent_Factory(t) { return new (t || SearchComponent)(i0.ɵɵdirectiveInject(i0.Injector), i0.ɵɵdirectiveInject(i1.App), i0.ɵɵinjectAttribute('datavalue.bind'), i0.ɵɵinjectAttribute('dataset.bind'), i0.ɵɵdirectiveInject('EXPLICIT_CONTEXT', 8)); }; }
872
+ static { this.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SearchComponent, selectors: [["", "wmSearch", ""]], viewQuery: function SearchComponent_Query(rf, ctx) { if (rf & 1) {
873
+ i0.ɵɵviewQuery(TypeaheadDirective, 5);
874
+ i0.ɵɵviewQuery(_c0, 5);
875
+ i0.ɵɵviewQuery(_c1, 5);
876
+ } if (rf & 2) {
877
+ let _t;
878
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.typeahead = _t.first);
879
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.ulElement = _t.first);
880
+ i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.liElements = _t);
881
+ } }, features: [i0.ɵɵProvidersFeature([
882
+ provideAs(SearchComponent, NG_VALUE_ACCESSOR, true),
883
+ provideAs(SearchComponent, NG_VALIDATORS, true),
884
+ provideAsWidgetRef(SearchComponent)
885
+ ]), i0.ɵɵInheritDefinitionFeature], attrs: _c2, decls: 7, vars: 2, consts: [["customItemTemplate", ""], ["customListTemplate", ""], ["searchTemplate", ""], ["ulElement", ""], ["liElements", ""], [4, "ngIf", "ngIfElse"], [4, "ngIf"], ["partialContainer", "", 3, "ngClass", "wmItemTemplate", "userComponentParams", 4, "ngIf"], ["alt", "Search", 3, "src", "width", 4, "ngIf"], [3, "title", "innerHtml"], ["alt", "Search", 3, "src"], ["partialContainer", "", 3, "ngClass", "wmItemTemplate", "userComponentParams"], ["partial-container-target", ""], ["scrollable", "", 1, "app-search", "dropdown-menu"], [3, "ngClass", "mouseenter", "click", 4, "ngFor", "ngForOf"], [1, "status", 3, "hidden"], [3, "textContent"], [1, "fa", "fa-circle-o-notch", "fa-spin"], [3, "mouseenter", "click", "ngClass"], ["class", "group-title", 4, "ngIf"], [3, "ngTemplateOutlet", "ngTemplateOutletContext", 4, "ngIf"], [1, "group-title"], [3, "ngTemplateOutlet", "ngTemplateOutletContext"], ["type", "text", "focus-target", "", "container", "body", "autocomplete", "off", "typeaheadOptionField", "label", 1, "app-textbox", "form-control", "list-of-objs", "app-search-input", 3, "ngModelChange", "input", "keydown", "keydown.enter", "keydown.arrowdown", "blur", "click", "focus", "focusout", "typeaheadLoading", "typeaheadOnSelect", "title", "placeholder", "disabled", "ngModel", "ngModelOptions", "readonly", "typeahead", "typeaheadWaitMs", "typeaheadItemTemplate", "optionsListTemplate", "typeaheadMinLength", "typeaheadOptionsLimit", "typeaheadGroupField", "typeaheadAsync", "typeaheadScrollable", "adaptivePosition", "typeaheadOptionsInScrollableView", "dropup", "tabindex"], [1, "btn-close", "wi", "wi-cancel", 3, "click", "hidden"], ["aria-hidden", "true", 1, "wi", "wi-arrow-left", "form-control-feedback", "back-btn", 3, "click"], [1, "sr-only"], ["type", "text", "focus-target", "", "autocomplete", "off", "typeaheadOptionField", "label", 1, "app-textbox", "form-control", "list-of-objs", "app-search-input", 3, "ngModelChange", "input", "keydown", "keydown.enter", "keydown.arrowdown", "blur", "click", "focus", "typeaheadLoading", "typeaheadOnSelect", "title", "placeholder", "container", "disabled", "ngModel", "ngModelOptions", "readonly", "typeahead", "typeaheadWaitMs", "typeaheadItemTemplate", "optionsListTemplate", "typeaheadMinLength", "typeaheadOptionsLimit", "typeaheadGroupField", "typeaheadAsync", "typeaheadScrollable", "adaptivePosition", "typeaheadOptionsInScrollableView", "tabindex", "dropup"], ["ng-model", "proxyModel", "ng-required", "required", "tabindex", "-1", "aria-hidden", "true", 1, "model-holder"], ["aria-hidden", "true", "class", "fa fa-circle-o-notch fa-spin form-control-feedback", 4, "ngIf"], [1, "wi", "wi-close", "form-control-feedback", "clear-btn", 3, "click", "ngClass"], ["class", "input-group-addon", "aria-label", "search icon", 3, "ngClass", 4, "ngIf"], ["aria-hidden", "true", 1, "fa", "fa-circle-o-notch", "fa-spin", "form-control-feedback"], ["aria-label", "search icon", 1, "input-group-addon", 3, "ngClass"], ["title", "Search", "type", "submit", 1, "app-search-button", "wm-sl-l", "sl-search", 3, "click", "disabled"]], template: function SearchComponent_Template(rf, ctx) { if (rf & 1) {
886
+ i0.ɵɵtemplate(0, SearchComponent_ng_template_0_Template, 2, 2, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor)(2, SearchComponent_ng_template_2_Template, 8, 5, "ng-template", null, 1, i0.ɵɵtemplateRefExtractor)(4, SearchComponent_ng_container_4_Template, 3, 24, "ng-container", 5)(5, SearchComponent_ng_template_5_Template, 10, 28, "ng-template", null, 2, i0.ɵɵtemplateRefExtractor);
887
+ } if (rf & 2) {
888
+ const searchTemplate_r19 = i0.ɵɵreference(6);
889
+ i0.ɵɵadvance(4);
890
+ i0.ɵɵproperty("ngIf", ctx.navsearchbar)("ngIfElse", searchTemplate_r19);
891
+ } }, encapsulation: 2 }); }
892
+ }
893
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SearchComponent, [{
894
+ type: Component,
895
+ args: [{ selector: '[wmSearch]', providers: [
896
+ provideAs(SearchComponent, NG_VALUE_ACCESSOR, true),
897
+ provideAs(SearchComponent, NG_VALIDATORS, true),
898
+ provideAsWidgetRef(SearchComponent)
899
+ ], template: "<ng-template #customItemTemplate let-model=\"item\" let-index=\"index\" let-query=\"query\" let-match=\"match\">\n <!-- Default item template -->\n <a *ngIf=\"!content\">\n <img *ngIf=\"model.imgSrc\" [src]=\"model.imgSrc\" alt=\"Search\" [style.width]=\"imagewidth\">\n <span [title]=\"model.label\" [innerHtml]=\"highlight(match, query) || model.label\"></span>\n </a>\n <!-- Custom partial template -->\n <a *ngIf=\"content\" [ngClass]=\"{customTemplate: content}\" partialContainer [wmItemTemplate]=\"content\" [userComponentParams]=\"match.item\">\n <div partial-container-target></div>\n </a>\n</ng-template>\n\n<ng-template #customListTemplate let-matches=\"matches\" let-itemTemplate=\"itemTemplate\" let-query=\"query\">\n <ul #ulElement class=\"app-search dropdown-menu\" scrollable>\n <li #liElements *ngFor=\"let match of matches; let i = index;\" [ngClass]=\"{active: typeaheadContainer && typeaheadContainer.isActive(match), 'list-group-header': match && match.isHeader()}\"\n (mouseenter)=\"typeaheadContainer.selectActive(match);\"\n (click)=\"match && !match.isHeader() && typeaheadContainer.selectMatch(match, $event); $typeaheadEvent = $event; notifySubscriber();\">\n <!-- itemTemplate comes from the <input> -->\n <h4 *ngIf=\"match.isHeader()\" class=\"group-title\">{{match.value}}</h4>\n <ng-container *ngIf=\"!match.isHeader()\" [ngTemplateOutlet]=\"itemTemplate\"\n [ngTemplateOutletContext]=\"{item: match.item, index: i, match: match, query: query}\">\n </ng-container>\n </li>\n <div class=\"status\" [hidden]=\"_loadingItems || !(datacompletemsg && dataProvider.isLastPage)\">\n <span [textContent]=\"datacompletemsg\"></span>\n </div>\n <div class=\"status\" [hidden]=\"!_loadingItems\">\n <i class=\"fa fa-circle-o-notch fa-spin\"></i>\n <span [textContent]=\"loadingdatamsg\"></span>\n </div>\n </ul>\n</ng-template>\n\n<!--This template is for search inside mobile navbar.-->\n<ng-container *ngIf=\"navsearchbar; else searchTemplate\">\n <input [title]=\"query || ''\" type=\"text\" class=\"app-textbox form-control list-of-objs app-search-input\" [placeholder]=\"placeholder || ''\"\n focus-target\n container=\"body\"\n [disabled]=\"disabled\"\n autocomplete=\"off\"\n [(ngModel)]=\"query\"\n [ngModelOptions]=\"{standalone: true}\"\n [readonly]=\"readonly\"\n [disabled]=\"disabled\"\n [typeahead]=\"typeaheadDataSource\"\n [typeaheadWaitMs]=\"debouncetime\"\n [typeaheadItemTemplate]=\"customItemTemplate\"\n [optionsListTemplate]=\"customListTemplate\"\n (input)=\"onInputChange($event)\"\n (keydown)=\"listenQuery = true\"\n (keydown.enter)=\"$typeaheadEvent = $event;handleEnterEvent($event)\"\n (keydown.arrowdown)=\"selectNext($event)\"\n (blur)=\"invokeOnTouched($event)\"\n (click)=\"handleFocus($event);\"\n (focus)=\"_unsubscribeDv = false; listenQuery = true; handleFocus($event); invokeOnFocus($event);\"\n (focusout)=\"onFocusOut()\"\n [typeaheadMinLength]=\"minchars\"\n [typeaheadOptionsLimit]=\"limit\"\n (typeaheadLoading)=\"_loadingItems\"\n (typeaheadOnSelect)=\"typeaheadOnSelect($event)\"\n typeaheadOptionField=\"label\"\n [typeaheadGroupField]=\"groupby ? 'groupby' : null\"\n [typeaheadAsync]=\"true\"\n [typeaheadScrollable]=\"true\"\n [adaptivePosition]=\"true\"\n [typeaheadOptionsInScrollableView]=\"optionslimitinscrollableview\"\n [dropup]=\"dropup\"\n [tabindex]=\"tabindex\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint || 'Search field'\"/>\n <i class=\"btn-close wi wi-cancel\" [hidden]=\"!showClosebtn\" (click)=\"clearSearch($event);\"></i>\n</ng-container>\n<!--This template is for both web and fullscreen mode in mobile.-->\n<ng-template #searchTemplate>\n <span class=\"wi wi-arrow-left form-control-feedback back-btn\" aria-hidden=\"true\" (click)=\"closeSearch()\"></span>\n <span class=\"sr-only\">Back button</span>\n <input [title]=\"query || ''\" type=\"text\" class=\"app-textbox form-control list-of-objs app-search-input\" [placeholder]=\"placeholder || ''\"\n focus-target\n [container]=\"containerTarget || '.wm-app'\"\n [disabled]=\"disabled\"\n autocomplete=\"off\"\n [(ngModel)]=\"query\"\n [ngModelOptions]=\"{standalone: true}\"\n [readonly]=\"readonly\"\n [typeahead]=\"typeaheadDataSource\"\n [typeaheadWaitMs]=\"debouncetime\"\n [typeaheadItemTemplate]=\"customItemTemplate\"\n [optionsListTemplate]=\"customListTemplate\"\n (input)=\"onInputChange($event)\"\n (keydown)=\"listenQuery = true\"\n (keydown.enter)=\"$typeaheadEvent = $event;handleEnterEvent($event)\"\n (keydown.arrowdown)=\"selectNext($event)\"\n (blur)=\"invokeOnTouched($event); onFocusOut()\"\n (click)=\"handleFocus($event);\"\n (focus)=\"_unsubscribeDv = false; listenQuery = true; handleFocus($event); invokeOnFocus($event)\"\n [typeaheadMinLength]=\"minchars\"\n [typeaheadOptionsLimit]=\"limit\"\n (typeaheadLoading)=\"_loadingItems\"\n (typeaheadOnSelect)=\"typeaheadOnSelect($event)\"\n typeaheadOptionField=\"label\"\n [typeaheadGroupField]=\"groupby ? 'groupby' : null\"\n [typeaheadAsync]=\"true\"\n [typeaheadScrollable]=\"true\"\n [adaptivePosition]=\"true\"\n [typeaheadOptionsInScrollableView]=\"optionslimitinscrollableview\"\n [tabindex]=\"tabindex\"\n [dropup]=\"dropup\"\n [attr.name]=\"name\"\n [attr.aria-label]=\"hint || 'Search field'\">\n <input class=\"model-holder\" ng-model=\"proxyModel\" ng-required=\"required\" tabindex=\"-1\" aria-hidden=\"true\">\n <span *ngIf=\"_loadingItems\" aria-hidden=\"true\" class=\"fa fa-circle-o-notch fa-spin form-control-feedback\"></span>\n <span class=\"wi wi-close form-control-feedback clear-btn\" [ngClass]=\"{'show-btn': isQueryEntered()}\" (click)=\"clearSearch($event, true)\"></span>\n <span class=\"sr-only\">Clear button</span>\n <span *ngIf=\"showsearchicon\" class=\"input-group-addon\" aria-label=\"search icon\" [ngClass]=\"{'disabled': disabled}\">\n <form>\n <button title=\"Search\" [disabled]=\"disabled\" class=\"app-search-button wm-sl-l sl-search\" type=\"submit\"\n (click)=\"onSearchSelect($event)\"></button>\n </form>\n </span>\n</ng-template>\n" }]
900
+ }], () => [{ type: i0.Injector }, { type: i1.App }, { type: undefined, decorators: [{
901
+ type: Attribute,
902
+ args: ['datavalue.bind']
903
+ }] }, { type: undefined, decorators: [{
904
+ type: Attribute,
905
+ args: ['dataset.bind']
906
+ }] }, { type: undefined, decorators: [{
907
+ type: Inject,
908
+ args: ['EXPLICIT_CONTEXT']
909
+ }, {
910
+ type: Optional
911
+ }] }], { typeahead: [{
912
+ type: ViewChild,
913
+ args: [TypeaheadDirective]
914
+ }], ulElement: [{
915
+ type: ViewChild,
916
+ args: ['ulElement']
917
+ }], liElements: [{
918
+ type: ViewChildren,
919
+ args: ['liElements']
920
+ }] }); })();
921
+ (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SearchComponent, { className: "SearchComponent", filePath: "search.component.ts", lineNumber: 61 }); })();
922
+ //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic2VhcmNoLmNvbXBvbmVudC5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL2NvbXBvbmVudHMvd2lkZ2V0cy9iYXNpYy9zZWFyY2gvc3JjL3NlYXJjaC5jb21wb25lbnQudHMiLCIuLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9jb21wb25lbnRzL3dpZGdldHMvYmFzaWMvc2VhcmNoL3NyYy9zZWFyY2guY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUVILFNBQVMsRUFDVCxTQUFTLEVBQ1QsVUFBVSxFQUFFLE1BQU0sRUFDbEIsUUFBUSxFQUVSLFFBQVEsRUFDUixTQUFTLEVBQ1QsU0FBUyxFQUNULFlBQVksRUFDZixNQUFNLGVBQWUsQ0FBQztBQUN2QixPQUFPLEVBQUUsaUJBQWlCLEVBQUUsYUFBYSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFbEUsT0FBTyxFQUFFLFVBQVUsRUFBRSxJQUFJLEVBQUUsRUFBRSxFQUFFLE1BQU0sTUFBTSxDQUFDO0FBQzVDLE9BQU8sRUFBRSxNQUFNLEVBQUUsUUFBUSxFQUFFLE1BQU0sZ0JBQWdCLENBQUM7QUFFbEQsT0FBTyxFQUErQixrQkFBa0IsRUFBa0IsTUFBTSx5QkFBeUIsQ0FBQztBQUUxRyxPQUFPLEVBQ0gsUUFBUSxFQUNSLHVCQUF1QixFQUN2QixHQUFHLEVBQ0gsVUFBVSxFQUNWLFNBQVMsRUFDVCxRQUFRLEVBQ1IsU0FBUyxFQUNaLE1BQU0sVUFBVSxDQUFDO0FBQ2xCLE9BQU8sRUFBRSxTQUFTLEVBQUUsbUJBQW1CLEVBQWUsa0JBQWtCLEVBQUUsc0JBQXNCLEVBQUUsU0FBUyxFQUFFLGtCQUFrQixFQUFFLE1BQU0sRUFBRSxpQkFBaUIsRUFBRSx1QkFBdUIsRUFBRSxNQUFNLHFCQUFxQixDQUFDO0FBQ2pOLE9BQU8sRUFBRSx5QkFBeUIsRUFBRSxNQUFNLHNCQUFzQixDQUFDO0FBRWpFLE9BQU8sRUFBRSxhQUFh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QUNuRCxTQUFTLGtCQUFrQixhQUFhLEVBQUUsSUFBSSxDQUFDO29CQUMvQyxrQkFBa0IsaUJBQWlCO2lCQUN0Qzs7c0JBMkVJLFNBQVM7dUJBQUMsZ0JBQWdCOztzQkFDMUIsU0FBUzt1QkFBQyxjQUFjOztzQkFDeEIsTUFBTTt1QkFBQyxrQkFBa0I7O3NCQUFHLFFBQVE7cUJBNUNWLFNBQVM7a0JBQXZDLFNBQVM7bUJBQUMsa0JBQWtCO1lBQ0wsU0FBUztrQkFBaEMsU0FBUzttQkFBQyxXQUFXO1lBQ00sVUFBVTtrQkFBckMsWUFBWTttQkFBQyxZQUFZOztrRkFqQ2pCLGVBQWUiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQge1xuICAgIEFmdGVyVmlld0luaXQsXG4gICAgQXR0cmlidXRlLFxuICAgIENvbXBvbmVudCxcbiAgICBFbGVtZW50UmVmLCBJbmplY3QsXG4gICAgSW5qZWN0b3IsXG4gICAgT25Jbml0LFxuICAgIE9wdGlvbmFsLFxuICAgIFF1ZXJ5TGlzdCxcbiAgICBWaWV3Q2hpbGQsXG4gICAgVmlld0NoaWxkcmVuXG59IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgTkdfVkFMVUVfQUNDRVNTT1IsIE5HX1ZBTElEQVRPUlMgfSBmcm9tICdAYW5ndWxhci9mb3Jtcyc7XG5cbmltcG9ydCB7IE9ic2VydmFibGUsIGZyb20sIG9mIH0gZnJvbSAncnhqcyc7XG5pbXBvcnQgeyBmaWx0ZXIsIG1lcmdlTWFwIH0gZnJvbSAncnhqcy9vcGVyYXRvcnMnO1xuXG5pbXBvcnQgeyBUeXBlYWhlYWRDb250YWluZXJDb21wb25lbnQsIFR5cGVhaGVhZERpcmVjdGl2ZSwgVHlwZWFoZWFkTWF0Y2ggfSBmcm9tICduZ3gtYm9vdHN0cmFwL3R5cGVhaGVhZCc7XG5cbmltcG9ydCB7XG4gICAgYWRkQ2xhc3MsXG4gICAgYWRqdXN0Q29udGFpbmVyUG9zaXRpb24sXG4gICAgQXBwLFxuICAgIERhdGFTb3VyY2UsXG4gICAgaXNEZWZpbmVkLFxuICAgIGlzTW9iaWxlLFxuICAgIHRvQm9vbGVhblxufSBmcm9tICdAd20vY29yZSc7XG5pbXBvcnQgeyBBTExGSUVMRFMsIGNvbnZlcnREYXRhVG9PYmplY3QsIERhdGFTZXRJdGVtLCBleHRyYWN0RGF0YUFzQXJyYXksIGdldFVuaXFPYmpzQnlEYXRhRmllbGQsIHByb3ZpZGVBcywgcHJvdmlkZUFzV2lkZ2V0UmVmLCBzdHlsZXIsIHRyYW5zZm9ybUZvcm1EYXRhLCBnZXRDb250YWluZXJUYXJnZXRDbGFzcyB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2Jhc2UnO1xuaW1wb3J0IHsgRGF0YXNldEF3YXJlRm9ybUNvbXBvbmVudCB9IGZyb20gJ0B3bS9jb21wb25lbnRzL2lucHV0JztcblxuaW1wb3J0IHsgcmVnaXN0ZXJQcm9wcyB9IGZyb20gJy4vc2VhcmNoLnByb3BzJztcbmltcG9ydCB7IERhdGFQcm92aWRlciwgSURhdGFQcm92aWRlciwgSURhdGFQcm92aWRlckNvbmZpZyB9IGZyb20gJy4vZGF0YS1wcm92aWRlci9kYXRhLXByb3ZpZGVyJztcbmltcG9ydCB7XG4gICAgZGVib3VuY2UsXG4gICAgZmluZCxcbiAgICBnZXQsXG4gICAgaW5jbHVkZXMsXG4gICAgaXNBcnJheSxcbiAgICBpc0VtcHR5LFxuICAgIGlzRXF1YWwsXG4gICAgaXNPYmplY3QsXG4gICAgaXNVbmRlZmluZWQsXG4gICAgbWFwLFxuICAgIHNwbGl0LFxuICAgIHRvU3RyaW5nLFxuICAgIHRyaW1cbn0gZnJvbSBcImxvZGFzaC1lc1wiO1xuXG5jb25zdCBXSURHRVRfQ09ORklHID0geyB3aWRnZXRUeXBlOiAnd20tc2VhcmNoJywgaG9zdENsYXNzOiAnaW5wdXQtZ3JvdXAnIH07XG5cbkBDb21wb25lbnQoe1xuICAgIHNlbGVjdG9yOiAnW3dtU2VhcmNoXScsXG4gICAgdGVtcGxhdGVVcmw6ICcuL3NlYXJjaC5jb21wb25lbnQuaHRtbCcsXG4gICAgcHJvdmlkZXJzOiBbXG4gICAgICAgIHByb3ZpZGVBcyhTZWFyY2hDb21wb25lbnQsIE5HX1ZBTFVFX0FDQ0VTU09SLCB0cnVlKSxcbiAgICAgICAgcHJvdmlkZUFzKFNlYXJjaENvbXBvbmVudCwgTkdfVkFMSURBVE9SUywgdHJ1ZSksXG4gICAgICAgIHByb3ZpZGVBc1dpZGdldFJlZihTZWFyY2hDb21wb25lbnQpXG4gICAgXVxufSlcbmV4cG9ydCBjbGFzcyBTZWFyY2hDb21wb25lbnQgZXh0ZW5kcyBEYXRhc2V0QXdhcmVGb3JtQ29tcG9uZW50IGltcGxlbWVudHMgT25Jbml0LCBBZnRlclZpZXdJbml0IHtcbiAgICBzdGF0aWMgaW5pdGlhbGl6ZVByb3BzID0gcmVnaXN0ZXJQcm9wcygpO1xuICAgIHB1YmxpYyBjYXNlc2Vuc2l0aXZlOiBib29sZWFuO1xuICAgIHB1YmxpYyBzZWFyY2hrZXk6IHN0cmluZztcbiAgICBwdWJsaWMgcXVlcnlNb2RlbDogQXJyYXk8RGF0YVNldEl0ZW0+IHwgc3RyaW5nO1xuICAgIHB1YmxpYyBxdWVyeSA9ICcnO1xuICAgIHB1YmxpYyBsaW1pdDogYW55O1xuICAgIHB1YmxpYyBzaG93c2VhcmNoaWNvbjogYm9vbGVhbjtcbiAgICBwdWJsaWMgbWluY2hhcnM6IG51bWJlcjtcbiAgICBwdWJsaWMgdHlwZTogc3RyaW5nO1xuICAgIHB1YmxpYyBuYXZzZWFyY2hiYXI6IGFueTtcbiAgICBwdWJsaWMgZGVib3VuY2V0aW1lOiBudW1iZXI7XG4gICAgcHVibGljIGhpbnQ6IHN0cmluZztcblxuICAgIHByaXZhdGUgYXBwOiBBcHA7XG4gICAgcHJpdmF0ZSB0eXBlYWhlYWREYXRhU291cmNlOiBPYnNlcnZhYmxlPGFueT47XG4gICAgcHJpdmF0ZSBwYWdlc2l6ZTogYW55O1xuICAgIHByaXZhdGUgcGFnZSA9IDE7XG4gICAgcHVibGljIF9sb2FkaW5nSXRlbXM6IGJvb2xlYW47XG4gICAgcHJpdmF0ZSBkYXRhUHJvdmlkZXI6IElEYXRhUHJvdmlkZXI7XG4gICAgcHJpdmF0ZSByZXN1bHQ6IEFycmF5PGFueT47IC8vIGNvbnRhaW5zIHRoZSBzZWFyY2ggcmVzdWx0IGkuZS4gbWF0Y2hlc1xuICAgIHByaXZhdGUgZm9ybWF0dGVkRGF0YXNldDogYW55O1xuICAgIHByaXZhdGUgaXNmb3JtZmllbGQ6IGJvb2xlYW47XG4gICAgcHJpdmF0ZSAkdHlwZWFoZWFkRXZlbnQ6IEV2ZW50O1xuXG4gICAgcHVibGljIHRhYmluZGV4OiBudW1iZXI7XG4gICAgcHVibGljIHN0YXJ0SW5kZXg6IG51bWJlcjtcbiAgICBwdWJsaWMgYmluZGRpc3BsYXlsYWJlbDogc3RyaW5nO1xuICAgIHB1YmxpYyB0eXBlYWhlYWRDb250YWluZXI6IFR5cGVhaGVhZENvbnRhaW5lckNvbXBvbmVudDtcbiAgICBwdWJsaWMgY29udGFpbmVyVGFyZ2V0OiBzdHJpbmc7XG5cbiAgICBAVmlld0NoaWxkKFR5cGVhaGVhZERpcmVjdGl2ZSkgdHlwZWFoZWFkOiBUeXBlYWhlYWREaXJlY3RpdmU7XG4gICAgQFZpZXdDaGlsZCgndWxFbGVtZW50JykgdWxFbGVtZW50OiBFbGVtZW50UmVmO1xuICAgIEBWaWV3Q2hpbGRyZW4oJ2xpRWxlbWVudHMnKSBsaUVsZW1lbnRzOiBRdWVyeUxpc3Q8RWxlbWVudFJlZj47XG5cbiAgICBwcml2YXRlIGFsbG93b25seXNlbGVjdDogYm9vbGVhbjtcbiAgICBwcml2YXRlIGNsYXNzOiBzdHJpbmc7XG5cbiAgICBwcml2YXRlIGxhc3RTZWxlY3RlZEluZGV4OiBudW1iZXI7XG4gICAgcHJpdmF0ZSBkYXRhb3B0aW9uczogYW55O1xuICAgIHB1YmxpYyBkcm9wZG93bkVsOiBhbnk7XG4gICAgcHJpdmF0ZSBfbGFzdFF1ZXJ5OiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBfbGFzdFJlc3VsdDogYW55O1xuICAgIHByaXZhdGUgX2lzT3BlbjogYm9vbGVhbjsgLy8gc2V0IHRvIHRydWUgd2hlbiBkcm9wZG93biBpcyBvcGVuXG4gICAgcHJpdmF0ZSBzaG93Q2xvc2VidG46IGJvb2xlYW47XG4gICAgcHJpdmF0ZSBfdW5zdWJzY3JpYmVEdjogYm9vbGVhbjtcbiAgICBwcml2YXRlIF9kYXRhc291cmNlOiBhbnk7XG4gICAgcHJpdmF0ZSBpc1Njcm9sbGVkOiBib29sZWFuO1xuICAgIHByaXZhdGUgcGFyZW50RWw6IGFueTtcbiAgICBwcml2YXRlIHBvc2l0aW9uOiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBlbEluZGV4OiBudW1iZXI7XG4gICAgcHJpdmF0ZSBsaXN0ZW5RdWVyeTogYm9vbGVhbjtcbiAgICBwcml2YXRlIF9kb21VcGRhdGVkOiBib29sZWFuO1xuICAgIHByaXZhdGUgc2VhcmNob246IHN0cmluZztcbiAgICBwcml2YXRlIHNob3djbGVhcjogYm9vbGVhbjtcbiAgICBwdWJsaWMgbWF0Y2htb2RlOiBzdHJpbmc7XG4gICAgcHJpdmF0ZSBjbGVhckRhdGE6IGJvb2xlYW47XG5cblxuICAgIC8vIGdldHRlciBzZXR0ZXIgaXMgYWRkZWQgdG8gcGFzcyB0aGUgZGF0YXNvdXJjZSB0byBzZWFyY2hjb21wb25lbnQuXG4gICAgZ2V0IGRhdGFzb3VyY2UoKSB7XG4gICAgICAgIHJldHVybiB0aGlzLl9kYXRhc291cmNlO1xuICAgIH1cblxuICAgIHNldCBkYXRhc291cmNlKG52KSB7XG4gICAgICAgIHRoaXMuX2RhdGFzb3VyY2UgPSBudjtcbiAgICAgICAgY29uc3QgZGF0YSA9IHRoaXMuZGF0YXZhbHVlIHx8IHRoaXMudG9CZVByb2Nlc3NlZERhdGF2YWx1ZTtcbiAgICAgICAgdGhpcy51cGRhdGVCeURhdGF2YWx1ZShkYXRhKTtcbiAgICB9XG5cbiAgICBjb25zdHJ1Y3RvcihcbiAgICAgICAgaW5qOiBJbmplY3RvcixcbiAgICAgICAgYXBwOiBBcHAsXG4gICAgICAgIEBBdHRyaWJ1dGUoJ2RhdGF2YWx1ZS5iaW5kJykgcHVibGljIGJpbmRkYXRhdmFsdWUsXG4gICAgICAgIEBBdHRyaWJ1dGUoJ2RhdGFzZXQuYmluZCcpIHB1YmxpYyBiaW5kZGF0YXNldCxcbiAgICAgICAgQEluamVjdCgnRVhQTElDSVRfQ09OVEVYVCcpIEBPcHRpb25hbCgpIGV4cGxpY2l0Q29udGV4dDogYW55XG4gICAgKSB7XG4gICAgICAgIHN1cGVyKGluaiwgV0lER0VUX0NPTkZJRywgZXhwbGljaXRDb250ZXh0KTtcbiAgICAgICAgLy8gdGhpcyBmbGFnIHdpbGwgbm90IGFsbG93IHRoZSBlbXB0eSBkYXRhZmllbGQgdmFsdWVzLlxuICAgICAgICB0aGlzLmFsbG93ZW1wdHkgPSBmYWxzZTtcbiAgICAgICAgdGhpcy5hcHAgPSBhcHA7XG4gICAgICAgIGFkZENsYXNzKHRoaXMubmF0aXZlRWxlbWVudCwgJ2FwcC1zZWFyY2gnLCB0cnVlKTtcblxuICAgICAgICAvKipcbiAgICAgICAgICogTGlzdGVucyBmb3IgdGhlIGNoYW5nZSBpbiB0aGUgbmdNb2RlbCBvbiBldmVyeSBzZWFyY2ggYW5kIHJldHJpZXZlcyB0aGUgZGF0YSBhcyBvYnNlcnZhYmxlLlxuICAgICAgICAgKiBUaGlzIG9ic2VydmFibGUgZGF0YSBpcyBwYXNzZWQgdG8gdGhlIHR5cGVhaGVhZC5cbiAgICAgICAgICogQHR5cGUge09ic2VydmFibGU8YW55Pn1cbiAgICAgICAgICovXG4gICAgICAgIHRoaXMudHlwZWFoZWFkRGF0YVNvdXJjZSA9IE9ic2VydmFibGVcbiAgICAgICAgICAgIC5jcmVhdGUoKG9ic2VydmVyOiBhbnkpID0+IHtcbiAgICAgICAgICAgICAgICAvLyBSdW5zIG9uIGV2ZXJ5IHNlYXJjaFxuICAgICAgICAgICAgICAgIGlmICh0aGlzLmxpc3RlblF1ZXJ5KSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuX2RlZmF1bHRRdWVyeUludm9rZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5fbG9hZGluZ0l0ZW1zID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICAgICAgb2JzZXJ2ZXIubmV4dCh0aGlzLnF1ZXJ5KTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICAgICAgLy8gb24ga2V5ZG93biwgd2hpbGUgc2Nyb2xsaW5nIHRoZSBkcm9wZG93biBpdGVtcywgd2hlbiBsYXN0IGl0ZW0gaXMgcmVhY2hlZCBuZXh0IGNhbGwgaXMgdHJpZ2dlcmVkXG4gICAgICAgICAgICAgICAgLy8gdW5sZXNzIHRoZSBjYWxsIGlzIHJlc29sdmVkLCB3ZSBhcmUgYWJsZSB0byBzY3JvbGwgbmV4dCB0byBmaXJzdCBpdGVtIGFuZCBzb29uXG4gICAgICAgICAgICAgICAgLy8gVGhpcyBzaG93cyBmbGlja2VyaW5nIGZyb20gZmlyc3QgaXRlbSB0byBuZXh0IG5ldyBpdGVtcyBhcHBlbmRlZC5cbiAgICAgICAgICAgICAgICAvLyBCeSBzZXR0aW5nIGNvbnRhaW5lciB0byB1bmRlZmluZWQsIGtleSBldmVudHMgY2hhbmdlcyB3aWxsIGJlIHN0b3BwZWQgd2hpbGUgbG9hZGluZyBpdGVtc1xuICAgICAgICAgICAgICAgIGlmICh0aGlzLmxhc3RTZWxlY3RlZEluZGV4KSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMudHlwZWFoZWFkLl9jb250YWluZXIgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgfSkucGlwZShcbiAgICAgICAgICAgICAgICBmaWx0ZXIoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAgICAgcmV0dXJuICh0aGlzLm1pbmNoYXJzID09PSAwIHx8ICh0aGlzLnF1ZXJ5ICYmIHRoaXMucXVlcnkubGVuZ3RoID49IHRoaXMubWluY2hhcnMpKTtcbiAgICAgICAgICAgICAgICB9KSxcbiAgICAgICAgICAgICAgICBtZXJnZU1hcCgodG9rZW46IHN0cmluZykgPT4gdGhpcy5nZXREYXRhU291cmNlQXNPYnNlcnZhYmxlKHRva2VuKSlcbiAgICAgICAgICAgICk7XG5cbiAgICAgICAgdGhpcy5kYXRhUHJvdmlkZXIgPSBuZXcgRGF0YVByb3ZpZGVyKCk7XG5cbiAgICAgICAgLyoqXG4gICAgICAgICAqIFdoZW4gZGVmYXVsdCBkYXRhdmFsdWUgaXMgbm90IGZvdW5kIHdpdGhpbiB0aGUgZGF0YXNldCwgYSBmaWx0ZXIgY2FsbCBpcyBtYWRlIHRvIGdldCB0aGUgcmVjb3JkIHVzaW5nIGZldGNoRGVmYXVsdE1vZGVsLlxuICAgICAgICAgKiBhZnRlciBnZXR0aW5nIHRoZSByZXNwb25zZSwgc2V0IHRoZSBxdWVyeU1vZGVsIGFuZCBxdWVyeS5cbiAgICAgICAgICovXG4gICAgICAgIGNvbnN0IGRhdGF2YWx1ZVN1YnNjcmlwdGlvbiA9IHRoaXMuZGF0YXZhbHVlJC5zdWJzY3JpYmUoKHZhbDogQXJyYXk8c3RyaW5nPiB8IHN0cmluZykgPT4ge1xuXG4gICAgICAgICAgICBjb25zdCBxdWVyeSA9IChpc0FycmF5KHZhbCkgPyB2YWxbMF0gOiB2YWwpIGFzIHN0cmluZztcblxuICAgICAgICAgICAgaWYgKHF1ZXJ5ID09PSBudWxsIHx8IHF1ZXJ5ID09PSAnJykge1xuICAgICAgICAgICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9ICcnO1xuICAgICAgICAgICAgICAgIC8vIHJlc2V0IHRoZSBxdWVyeS5cbiAgICAgICAgICAgICAgICB0aGlzLnF1ZXJ5ID0gdGhpcy5xdWVyeU1vZGVsID0gJyc7XG4gICAgICAgICAgICAgICAgLy8gb24gY2xlYXIgb3IgcmVzZXQgZmlsdGVyLCBlbXB0eSB0aGUgbGFzdFJlc3VsdHMgdG8gZmV0Y2ggbmV3IHJlY29yZHMuXG4gICAgICAgICAgICAgICAgdGhpcy5fbGFzdFJlc3VsdCA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIGlmICghdGhpcy5fdW5zdWJzY3JpYmVEdikge1xuICAgICAgICAgICAgICAgIHRoaXMuX2RlZmF1bHRRdWVyeUludm9rZWQgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICAvLyBpZiBwcmV2IGRhdGF2YWx1ZSBpcyBub3QgZXF1YWwgdG8gY3VycmVudCBkYXRhdmFsdWUgdGhlbiBjbGVhciB0aGUgbW9kZWxCeUtleSBhbmQgcXVlcnlNb2RlbFxuICAgICAgICAgICAgICAgIGlmICghaXNPYmplY3QodmFsKSAmJiAodGhpcyBhcyBhbnkpLnByZXZEYXRhdmFsdWUgIT09IHZhbCkge1xuICAgICAgICAgICAgICAgICAgICB0aGlzLl9tb2RlbEJ5S2V5ID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgICAgICAgICB0aGlzLnF1ZXJ5ID0gdGhpcy5xdWVyeU1vZGVsID0gJyc7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIC8vIGlmIHRoZSBkYXRhZmllbGQgaXMgQUxMRklMRURTIGRvIG5vdCBmZXRjaCB0aGUgcmVjb3Jkc1xuICAgICAgICAgICAgICAgIC8vIHVwZGF0ZSB0aGUgcXVlcnkgbW9kZWwgd2l0aCB0aGUgdmFsdWVzIHdlIGhhdmVcbiAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZUJ5RGF0YXZhbHVlKHZhbCk7XG4gICAgICAgICAgICB9XG5cbiAgICAgICAgICAgIC8vIHR1cm4gb24gc2hvd0Nsb3NlQnRuIHdoZW4gYSBkZWZhdWx0IHZhbHVlIGlzIGdpdmVuXG4gICAgICAgICAgICB0aGlzLnNob3dDbG9zZWJ0biA9ICh0aGlzLnF1ZXJ5ICE9PSAnJyk7XG4gICAgICAgIH0pO1xuICAgICAgICB0aGlzLnJlZ2lzdGVyRGVzdHJveUxpc3RlbmVyKCgpID0+IGRhdGF2YWx1ZVN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpKTtcblxuICAgICAgICBjb25zdCBkYXRhc2V0U3Vic2NyaXB0aW9uID0gdGhpcy5kYXRhc2V0JC5zdWJzY3JpYmUoKCkgPT4ge1xuICAgICAgICAgICAgLy8gc2V0IHRoZSBuZXh0IGl0ZW0gaW5kZXguXG4gICAgICAgICAgICB0aGlzLnN0YXJ0SW5kZXggPSB0aGlzLmRhdGFzZXRJdGVtcy5sZW5ndGg7XG4gICAgICAgICAgICB0aGlzLl9sYXN0UmVzdWx0ID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgY29uc3QgZGVmYXVsdFZhbHVlID0gdGhpcy5kYXRhdmFsdWUgfHwgdGhpcy50b0JlUHJvY2Vzc2VkRGF0YXZhbHVlO1xuICAgICAgICAgICAgLy8gaW52b2tpbmcgdXBkYXRlQnlEYXRhc2V0IG9ubHkgd2hlbiBkYXRhdmFsdWUgaXMgcHJlc2VudCwgYXMgZW50ZXJlZCB2YWx1ZSBpLmUuIHF1ZXJ5IGlzIHNldHRpbmcgYmFjayB0byAnJ1xuICAgICAgICAgICAgaWYgKGlzRGVmaW5lZChkZWZhdWx0VmFsdWUpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy51cGRhdGVCeURhdGFzZXQoZGVmYXVsdFZhbHVlKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfSk7XG4gICAgICAgIHRoaXMucmVnaXN0ZXJEZXN0cm95TGlzdGVuZXIoKCkgPT4gZGF0YXNldFN1YnNjcmlwdGlvbi51bnN1YnNjcmliZSgpKTtcbiAgICB9XG5cbiAgICAvLyBvbiBjbGVhciwgdHJpZ2dlciBzZWFyY2ggd2l0aCBwYWdlIHNpemUgMVxuICAgIHByaXZhdGUgY2xlYXJTZWFyY2goJGV2ZW50LCBsb2FkT25DbGVhcikge1xuICAgICAgICB0aGlzLnF1ZXJ5ID0gJyc7XG4gICAgICAgIHRoaXMub25JbnB1dENoYW5nZSgkZXZlbnQpO1xuICAgICAgICB0aGlzLmRhdGFQcm92aWRlci5pc0xhc3RQYWdlID0gZmFsc2U7XG4gICAgICAgIHRoaXMubGlzdGVuUXVlcnkgPSBmYWxzZTtcbiAgICAgICAgaWYgKGxvYWRPbkNsZWFyKSB7XG4gICAgICAgICAgICB0aGlzLmxpc3RlblF1ZXJ5ID0gdHJ1ZTtcbiAgICAgICAgICAgIHRoaXMuX3Vuc3Vic2NyaWJlRHYgPSBmYWxzZTtcbiAgICAgICAgICAgIHRoaXMubG9hZE1vcmVEYXRhKCk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdjbGVhcnNlYXJjaCcpO1xuICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSBmYWxzZTtcbiAgICAgICAgLy8gd2hlbiBzZWFyY2ggaW5wdXQgaXMgY2xlYXJlZCwgZm9jdXMgb24gdGhlIGlucHV0IGZpZWxkXG4gICAgICAgIGlmICgkZXZlbnQpIHtcbiAgICAgICAgICAgIHRoaXMuJGVsZW1lbnQuZmluZCgnLmFwcC1zZWFyY2gtaW5wdXQnKS5mb2N1cygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLy8gZnVuY3Rpb24gdG8gIGNsZWFyIHRoZSBpbnB1dCB2YWx1ZVxuICAgIHB1YmxpYyBjbGVhclRleHQoKSB7XG4gICAgICAgIHRoaXMucXVlcnkgPSAnJztcbiAgICAgICAgdGhpcy5zaG93Q2xvc2VidG4gPSBmYWxzZTtcbiAgICB9XG5cbiAgICAvLyBDbG9zZSB0aGUgZnVsbCBzY3JlZW4gbW9kZSBpbiBtb2JpbGUgdmlldyBvZiBhdXRvIGNvbXBsZXRlXG4gICAgcHJpdmF0ZSBjbG9zZVNlYXJjaCgpIHtcbiAgICAgICAgdGhpcy5fbG9hZGluZ0l0ZW1zID0gZmFsc2U7XG4gICAgICAgIHRoaXMucGFnZSA9IDE7XG4gICAgICAgIC8vIGFmdGVyIGNsb3NpbmcgdGhlIHNlYXJjaCwgaW5zZXJ0IHRoZSBlbGVtZW50IGF0IGl0cyBwcmV2aW91cyBwb3NpdGlvbiAoZWxJbmRleClcbiAgICAgICAgdGhpcy5pbnNlcnRBdEluZGV4KHRoaXMuZWxJbmRleCk7XG4gICAgICAgIHRoaXMuZWxJbmRleCA9IHVuZGVmaW5lZDtcbiAgICAgICAgdGhpcy5wYXJlbnRFbCA9IHVuZGVmaW5lZDtcbiAgICAgICAgdGhpcy4kZWxlbWVudC5yZW1vdmVDbGFzcygnZnVsbC1zY3JlZW4nKTtcbiAgICAgICAgaWYgKHRoaXMuX2RvbVVwZGF0ZWQpIHtcbiAgICAgICAgICAgIHRoaXMuX2RvbVVwZGF0ZWQgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmxpc3RlblF1ZXJ5ID0gZmFsc2U7XG4gICAgICAgIHRoaXMuX3Vuc3Vic2NyaWJlRHYgPSB0cnVlO1xuICAgICAgICB0aGlzLnR5cGVhaGVhZC5oaWRlKCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSByZW5kZXJNb2JpbGVBdXRvQ29tcGxldGUoKSB7XG4gICAgICAgIC8vIEdldCB0aGUgcGFyZW50IGVsZW1lbnQgb2YgdGhlIHNlYXJjaCBlbGVtZW50IHdoaWNoIGNhbiBiZSBuZXh0IG9yIHByZXYgZWxlbWVudCwgaWYgYm90aCBhcmUgZW1wdHkgdGhlbiBnZXQgdGhlIHBhcmVudCBvZiBlbGVtZW50LlxuICAgICAgICBpZiAoIWlzRGVmaW5lZCh0aGlzLmVsSW5kZXgpKSB7XG4gICAgICAgICAgICB0aGlzLnBhcmVudEVsID0gdGhpcy4kZWxlbWVudC5wYXJlbnQoKTtcbiAgICAgICAgICAgIHRoaXMuZWxJbmRleCA9IHRoaXMucGFyZW50RWwuY2hpbGRyZW4oKS5pbmRleCh0aGlzLiRlbGVtZW50KTtcbiAgICAgICAgfVxuICAgICAgICBpZiAoIXRoaXMuJGVsZW1lbnQuaGFzQ2xhc3MoJ2Z1bGwtc2NyZWVuJykpIHtcbiAgICAgICAgICAgIC8vIHRoaXMgZmxhZyBpcyBzZXQgdG8gbm90aWZ5IHRoYXQgdGhlIHR5cGVhaGVhZC1jb250YWluZXIgZG9tIGhhcyBjaGFuZ2VkIGl0cyBwb3NpdGlvblxuICAgICAgICAgICAgdGhpcy5fZG9tVXBkYXRlZCA9IHRydWU7XG4gICAgICAgICAgICAvLyBBZGQgZnVsbCBzY3JlZW4gY2xhc3Mgb24gZm9jdXMgb2YgdGhlIGlucHV0IGVsZW1lbnQuXG4gICAgICAgICAgICB0aGlzLiRlbGVtZW50LmFkZENsYXNzKCdmdWxsLXNjcmVlbicpO1xuXG4gICAgICAgICAgICAvLyBBZGQgcG9zaXRpb24gdG8gc2V0IHRoZSBoZWlnaHQgdG8gYXV0b1xuICAgICAgICAgICAgaWYgKHRoaXMucG9zaXRpb24gPT09ICdpbmxpbmUnKSB7XG4gICAgICAgICAgICAgICAgdGhpcy4kZWxlbWVudC5hZGRDbGFzcyh0aGlzLnBvc2l0aW9uKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICAvLyBmb2N1cyBpcyBsb3N0IHdoZW4gZWxlbWVudCBpcyBjaGFuZ2VkIHRvIGZ1bGwtc2NyZWVuLCBrZXlkb3duIHRvIHNlbGVjdCBuZXh0IGl0ZW1zIHdpbGwgbm90IHdvcmtcbiAgICAgICAgLy8gSGVuY2UgZXhwbGljaXRseSBmb2N1c2luZyB0aGUgaW5wdXRcbiAgICAgICAgaWYgKHRoaXMuJGVsZW1lbnQuaGFzQ2xhc3MoJ2Z1bGwtc2NyZWVuJykpIHtcbiAgICAgICAgICAgIHRoaXMuJGVsZW1lbnQuZmluZCgnLmFwcC1zZWFyY2gtaW5wdXQnKS5mb2N1cygpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBnZXREYXRhU291cmNlQXNPYnNlcnZhYmxlKHF1ZXJ5OiBzdHJpbmcpOiBPYnNlcnZhYmxlPGFueT4ge1xuICAgICAgICAvLyBzaG93IGRyb3Bkb3duIG9ubHkgd2hlbiB0aGVyZSBpcyBjaGFuZ2UgaW4gcXVlcnkuIFRoaXMgc2hvdWxkIG5vdCBhcHBseSB3aGVuIGRhdGFvcHRpb25zIHdpdGggZmlsdGVyRmllbGRzIGFyZSB1cGRhdGVkLlxuICAgICAgICAvLyB3aGVuIGxhc3RSZXN1bHQgaXMgbm90IGF2YWlsYWJsZSBpLmUuIHN0aWxsIHRoZSBmaXJzdCBjYWxsIGlzIHBlbmRpbmcgYW5kIHNlY29uZCBxdWVyeSBpcyBpbnZva2VkIHRoZW4gZG8gbm90IHJldHVybi5cbiAgICAgICAgaWYgKHRoaXMuX2xhc3RRdWVyeSA9PT0gcXVlcnkgJiYgIWdldCh0aGlzLmRhdGFvcHRpb25zLCAnZmlsdGVyRmllbGRzJykgJiYgaXNEZWZpbmVkKHRoaXMuX2xhc3RSZXN1bHQpKSB7XG4gICAgICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSBmYWxzZTtcbiAgICAgICAgICAgIHJldHVybiBvZih0aGlzLl9sYXN0UmVzdWx0KTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8qXG4gICAgICAgICAgICAgV01TLTE5MTc3OiBPbiBmb2N1cyBvZiBpbnB1dCBmaWVsZCBmb3IgYXV0b2NvbXBsZXRlIHR5cGUsIGRvIG5vdCB0cmlnZ2VyIGFwaSBjYWxsIHdoZW5cbiAgICAgICAgICAgICAgICAgYSkgc2VhcmNoa2V5IGFuZCBkaXNwbGF5ZXhwcmVzc2lvbiBhcmUgZGlmZmVyZW50XG4gICAgICAgICAgICAgICAgIGIpIGJpbmRkaXNwbGF5bGFiZWwgY29udGFpbnMgbXVsdGlwbGUgdmFsdWVzXG4gICAgICAgICAgICAgICAgIGMpIGJpbmRkaXNwbGF5bGFiZWwgY29udGFpbnMgc2luZ2xlIHZhbHVlIHdoaWNoIGRvZXMgbm90IG1hdGNoIHdpdGggc2VhcmNoa2V5XG4gICAgICAgICovXG4gICAgICAgIGlmICh0aGlzLnR5cGUgPT09ICdhdXRvY29tcGxldGUnICYmIHRoaXMuc2VhcmNoa2V5ICYmIHRoaXMucXVlcnkgJiYgdGhpcy5kYXRhdmFsdWUpIHtcbiAgICAgICAgICAgIGxldCBiaW5kRGlzcGxheUxhYmVsQXJyYXkgPSBbXTtcbiAgICAgICAgICAgIGNvbnN0IHNlYXJjaEtleUFycmF5ID0gc3BsaXQodGhpcy5zZWFyY2hrZXksICcsJyk7XG4gICAgICAgICAgICBsZXQgZGlzcGxheWxhYmVsO1xuICAgICAgICAgICAgaWYgKHRoaXMuYmluZGRpc3BsYXlsYWJlbCkge1xuICAgICAgICAgICAgICAgIGJpbmREaXNwbGF5TGFiZWxBcnJheSA9IHNwbGl0KHRoaXMuYmluZGRpc3BsYXlsYWJlbCwgJysnKTtcbiAgICAgICAgICAgICAgICBpZiAoYmluZERpc3BsYXlMYWJlbEFycmF5Lmxlbmd0aCA9PT0gMSkge1xuICAgICAgICAgICAgICAgICAgICBpZiAoIWluY2x1ZGVzKGJpbmREaXNwbGF5TGFiZWxBcnJheVswXSwgJ3wnKSkge1xuICAgICAgICAgICAgICAgICAgICAgICAgY29uc3QgcmVnZXggPSAvXFxbKC4qPylcXF0vO1xuICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheWxhYmVsID0gcmVnZXguZXhlYyhiaW5kRGlzcGxheUxhYmVsQXJyYXlbMF0pWzFdO1xuICAgICAgICAgICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgICAgICAgICAgZGlzcGxheWxhYmVsID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgICAgIGlmICgoYmluZERpc3BsYXlMYWJlbEFycmF5Lmxlbmd0aCA+IDEgfHwgKGRpc3BsYXlsYWJlbCAmJiAhaW5jbHVkZXMoc2VhcmNoS2V5QXJyYXksIGRpc3BsYXlsYWJlbCkpXG4gICAgICAgICAgICAgICAgfHwgKHRoaXMuZGlzcGxheWV4cHJlc3Npb24gJiYgIWluY2x1ZGVzKHNlYXJjaEtleUFycmF5LCB0aGlzLmRpc3BsYXlleHByZXNzaW9uKSkpKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5fbG9hZGluZ0l0ZW1zID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgcmV0dXJuIG9mKFtdKTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuICAgICAgICB0aGlzLl9sYXN0UXVlcnkgPSB0aGlzLnF1ZXJ5O1xuICAgICAgICByZXR1cm4gZnJvbSh0aGlzLmdldERhdGFTb3VyY2UocXVlcnkpKTtcbiAgICB9XG5cbiAgICBwcm90ZWN0ZWQgaGFuZGxlRXZlbnQobm9kZTogSFRNTEVsZW1lbnQsIGV2ZW50TmFtZTogc3RyaW5nLCBldmVudENhbGxiYWNrOiBGdW5jdGlvbiwgbG9jYWxzOiBhbnkpIHtcbiAgICAgICAgaWYgKCFpbmNsdWRlcyhbJ2JsdXInLCAnZm9jdXMnLCAnc2VsZWN0JywgJ3N1Ym1pdCcsICdjaGFuZ2UnXSwgZXZlbnROYW1lKSkge1xuICAgICAgICAgICAgc3VwZXIuaGFuZGxlRXZlbnQobm9kZSwgZXZlbnROYW1lLCBldmVudENhbGxiYWNrLCBsb2NhbHMpO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgLy8gaGlnaGxpZ2h0IHRoZSBjaGFyYWN0ZXJzIGluIHRoZSBkcm9wZG93biBtYXRjaGluZyB0aGUgcXVlcnkuXG4gICAgcHJpdmF0ZSBoaWdobGlnaHQobWF0Y2g6IFR5cGVhaGVhZE1hdGNoLCBxdWVyeTogc3RyaW5nKSB7XG4gICAgICAgIGlmICh0aGlzLnR5cGVhaGVhZENvbnRhaW5lcikge1xuICAgICAgICAgICAgLy8gaGlnaGxpZ2h0IG9mIGNoYXJzIHdpbGwgd29yayBvbmx5IHdoZW4gbGFiZWwgYXJlIHN0cmluZ3MuXG4gICAgICAgICAgICAobWF0Y2ggYXMgYW55KS52YWx1ZSA9IG1hdGNoLml0ZW0ubGFiZWwudG9TdHJpbmcoKTtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLnR5cGVhaGVhZENvbnRhaW5lci5oaWdobGlnaHQobWF0Y2gsIHF1ZXJ5KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIGluc2VydHMgdGhlIGVsZW1lbnQgYXQgdGhlIGluZGV4IHBvc2l0aW9uXG4gICAgcHJpdmF0ZSBpbnNlcnRBdEluZGV4KGkpIHtcbiAgICAgICAgaWYgKGkgPT09IDApIHtcbiAgICAgICAgICAgIHRoaXMucGFyZW50RWwucHJlcGVuZCh0aGlzLiRlbGVtZW50KTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIGNvbnN0ICRlbEF0SW5kZXggPSB0aGlzLnBhcmVudEVsLmNoaWxkcmVuKCkuZXEoaSk7XG4gICAgICAgICAgICBpZiAoJGVsQXRJbmRleC5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICB0aGlzLiRlbGVtZW50Lmluc2VydEJlZm9yZSh0aGlzLnBhcmVudEVsLmNoaWxkcmVuKCkuZXEoaSkpO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB0aGlzLiRlbGVtZW50Lmluc2VydEFmdGVyKHRoaXMucGFyZW50RWwuY2hpbGRyZW4oKS5lcShpIC0gMSkpO1xuICAgICAgICAgICAgfVxuICAgICAgICB9XG4gICAgfVxuXG4gICAgLy8gQ2hlY2sgaWYgdGhlIHdpZGdldCBpcyBvZiB0eXBlIGF1dG9jb21wbGV0ZSBpbiBtb2JpbGUgdmlldy8gYXBwXG4gICAgcHVibGljIGlzTW9iaWxlQXV0b0NvbXBsZXRlKCkge1xuICAgICAgICByZXR1cm4gdGhpcy50eXBlID09PSAnYXV0b2NvbXBsZXRlJyAmJiBpc01vYmlsZSgpO1xuICAgIH1cblxuICAgIC8vIENoZWNrIGlmIHRoZSBxdWVyeSBpcyBlbnRlcmVkIGluIHRoZSBpbnB1dCBhbmQgdGhlIHZpZXcgaXMgbm90IG1vYmlsZVxuICAgIHB1YmxpYyBpc1F1ZXJ5RW50ZXJlZCgpIHtcbiAgICAgICAgcmV0dXJuIHRoaXMuc2hvd2NsZWFyICYmIHRoaXMuc2hvd0Nsb3NlYnRuO1xuICAgIH1cblxuICAgIHByaXZhdGUgbG9hZE1vcmVEYXRhKGluY3JlbWVudFBhZ2U/OiBib29sZWFuKSB7XG4gICAgICAgIGlmICh0aGlzLmRhdGFQcm92aWRlci5pc0xhc3RQYWdlKSB7XG4gICAgICAgICAgICByZXR1cm47XG4gICAgICAgIH1cbiAgICAgICAgLy8gSW5jcmVhc2UgdGhlIHBhZ2UgbnVtYmVyIGFuZCB0cmlnZ2VyIGZvcmNlIHF1ZXJ5IHVwZGF0ZVxuICAgICAgICB0aGlzLnBhZ2UgPSBpbmNyZW1lbnRQYWdlID8gdGhpcy5wYWdlICsgMSA6IHRoaXMucGFnZTtcblxuICAgICAgICB0aGlzLmlzU2Nyb2xsZWQgPSB0cnVlO1xuICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSB0cnVlO1xuXG4gICAgICAgIC8vIHdoZW4gaW52b2tpbmcgbmV3IHNldCBvZiByZXN1bHRzLCByZXNldCB0aGUgbGFzdFF1ZXJ5LlxuICAgICAgICBpZiAoaW5jcmVtZW50UGFnZSkge1xuICAgICAgICAgICAgdGhpcy5fbGFzdFF1ZXJ5ID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gdHJpZ2dlciB0aGUgdHlwZWFoZWFkIGNoYW5nZSBtYW51YWxseSB0byBmZXRjaCB0aGUgbmV4dCBzZXQgb2YgcmVzdWx0cy5cbiAgICAgICAgdGhpcy50eXBlYWhlYWQub25JbnB1dCh7XG4gICAgICAgICAgICB0YXJnZXQ6IHtcbiAgICAgICAgICAgICAgICB2YWx1ZTogdHJpbSh0aGlzLnF1ZXJ5KSB8fCAnMCcgLy8gZHVtbXkgZGF0YSB0byBub3RpZnkgdGhlIG9ic2VydmFibGVzXG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIC8vIG9uIGZvY3Vzb3V0LCBzdWJzY3JpYmUgdG8gdGhlIGRhdGF2YWx1ZSBjaGFuZ2VzIGFnYWluXG4gICAgcHJpdmF0ZSBvbkZvY3VzT3V0KCkge1xuICAgICAgICB0aGlzLl91bnN1YnNjcmliZUR2ID0gZmFsc2U7XG4gICAgICAgIHRoaXMuX2xvYWRpbmdJdGVtcyA9IGZhbHNlO1xuICAgICAgICAvLyByZXNldCB0aGUgcGFnZSB2YWx1ZSBvbiBmb2N1c291dC5cbiAgICAgICAgdGhpcy5wYWdlID0gMTtcbiAgICAgICAgLy8gaWYgZG9tVXBkYXRlZCBpcyB0cnVlIHRoZW4gZG8gbm90IGhpZGUgdGhlIGRyb3Bkb3duIGluIHRoZSBmdWxsc2NyZWVuXG4gICAgICAgIGlmICghdGhpcy5fZG9tVXBkYXRlZCAmJiB0aGlzLl9pc09wZW4pIHtcbiAgICAgICAgICAgIHRoaXMubGlzdGVuUXVlcnkgPSBmYWxzZTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLl9pc09wZW4gPSBmYWxzZTtcbiAgICAgICAgLy8gb24gb3V0c2lkZSBjbGljaywgdHlwZWFoZWFkIGlzIGhpZGRlbi4gVG8gYXZvaWQgdGhpcywgd2hlbiBmdWxsc2NyZWVuIGlzIHNldCwgb3ZlcnJpZGRpbmcgaXNGb2N1c2VkIGZsYWcgb24gdGhlIHR5cGVhaGVhZCBjb250YWluZXJcbiAgICAgICAgaWYgKHRoaXMuX2RvbVVwZGF0ZWQgJiYgdGhpcy50eXBlYWhlYWQgJiYgKHRoaXMudHlwZWFoZWFkIGFzIGFueSkuX2NvbnRhaW5lcikge1xuICAgICAgICAgICAgKHRoaXMudHlwZWFoZWFkIGFzIGFueSkuX2NvbnRhaW5lci5pc0ZvY3VzZWQgPSB0cnVlO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBvbklucHV0Q2hhbmdlKCRldmVudCkge1xuICAgICAgICAvLyByZXNldCBhbGwgdGhlIHByZXZpb3VzIHBhZ2UgZGV0YWlscyBpbiBvcmRlciB0byBmZXRjaCBuZXcgc2V0IG9mIHJlc3VsdC5cbiAgICAgICAgdGhpcy5yZXN1bHQgPSBbXTtcbiAgICAgICAgdGhpcy5wYWdlID0gMTtcbiAgICAgICAgdGhpcy5saXN0ZW5RdWVyeSA9IHRoaXMuaXNVcGRhdGVPbktleVByZXNzKCk7XG4gICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9IHVuZGVmaW5lZDtcblxuICAgICAgICAvLyB3aGVuIGlucHV0IGlzIGNsZWFyZWQsIHJlc2V0IHRoZSBkYXRhdmFsdWVcbiAgICAgICAgaWYgKHRoaXMucXVlcnkgPT09ICcnKSB7XG4gICAgICAgICAgICB0aGlzLnF1ZXJ5TW9kZWwgPSAnJztcbiAgICAgICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9ICcnO1xuICAgICAgICAgICAgdGhpcy51cGRhdGVQcmV2RGF0YXZhbHVlKHRoaXMuX2xhc3RRdWVyeSk7XG4gICAgICAgICAgICB0aGlzLmludm9rZU9uQ2hhbmdlKHRoaXMuX21vZGVsQnlWYWx1ZSwge30sIHRydWUpO1xuXG4gICAgICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soJ2NsZWFyJywgeyAkZXZlbnQgfSk7XG5cbiAgICAgICAgICAgIC8vIHRyaWdnZXIgb25TdWJtaXQgb25seSB3aGVuIHRoZSBzZWFyY2ggaW5wdXQgaXMgY2xlYXJlZCBvZmYgYW5kIGRvIG5vdCB0cmlnZ2VyIHdoZW4gdGFiIGlzIHByZXNzZWQuXG4gICAgICAgICAgICBpZiAoJGV2ZW50ICYmICRldmVudC53aGljaCAhPT0gOSkge1xuICAgICAgICAgICAgICAgIHRoaXMuaW52b2tlRXZlbnRDYWxsYmFjaygnc3VibWl0JywgeyAkZXZlbnQgfSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAvLyBpbnZva2luZyBjaGFuZ2UgZXZlbnQgb24gZXZlcnkgaW5wdXQgdmFsdWUgY2hhbmdlLlxuICAgICAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdjaGFuZ2UnLCB7XG4gICAgICAgICAgICAgICAgJGV2ZW50OiAkZXZlbnQsXG4gICAgICAgICAgICAgICAgbmV3VmFsOiB0aGlzLl9tb2RlbEJ5VmFsdWUgfHwgdGhpcy5xdWVyeSxcbiAgICAgICAgICAgICAgICBvbGRWYWw6ICh0aGlzIGFzIGFueSkucHJldkRhdGF2YWx1ZVxuICAgICAgICAgICAgfSk7XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy5zaG93Q2xvc2VidG4gPSAodGhpcy5xdWVyeSAhPT0gJycpO1xuICAgIH1cblxuICAgIC8vIFRyaWdnZXJlZCBmb3IgZW50ZXIgZXZlbnRcbiAgICBwcml2YXRlIGhhbmRsZUVudGVyRXZlbnQoJGV2ZW50KSB7XG4gICAgICAgIC8vIHN1Ym1pdCBldmVudCB0cmlnZ2VyZWQgd2hlbiB0aGVyZSBpcyBubyBzZWFyY2ggcmVzdWx0c1xuICAgICAgICBpZiAoIWdldCh0aGlzLnR5cGVhaGVhZCwgJ21hdGNoZXMubGVuZ3RoJykpIHtcbiAgICAgICAgICAgIHRoaXMub25TZWFyY2hTZWxlY3QoJGV2ZW50KTtcbiAgICAgICAgfVxuICAgIH1cbiAgICAvLyBUcmlnZ2VycmVkIHdoZW4gdHlwZWFoZWFkIG9wdGlvbiBpcyBzZWxlY3RlZC5cbiAgICBwcml2YXRlIG9uU2VhcmNoU2VsZWN0KCRldmVudDogRXZlbnQpIHtcbiAgICAgICAgbGV0IGl0ZW07XG4gICAgICAgIC8vIFdNUy0yMjUzMzogQmVmb3JlIGFkZGluZyBhY3RpdmUgdHlwZWFoZWFkIGVsLCBjaGVjayBpZiB0aGUgZW50ZXJlZCBxdWVyeSBtYXRjaGVzIHdpdGggdGhlIGFjdGl2ZSBlbCBvciBub3RcbiAgICAgICAgY29uc3QgaXNRdWVyeU1hdGNoID0gdGhpcy50eXBlYWhlYWRDb250YWluZXI/LmFjdGl2ZT8udmFsdWUgPT09IHRoaXMucXVlcnk7XG5cbiAgICAgICAgaWYgKHRoaXMudHlwZWFoZWFkQ29udGFpbmVyICYmIHRoaXMudHlwZWFoZWFkQ29udGFpbmVyLmFjdGl2ZSAmJiBpc1F1ZXJ5TWF0Y2gpIHtcbiAgICAgICAgICAgIGl0ZW0gPSB0aGlzLnR5cGVhaGVhZENvbnRhaW5lci5hY3RpdmUuaXRlbTtcbiAgICAgICAgfVxuICAgICAgICAkZXZlbnQgPSB0aGlzLmV2ZW50RGF0YSgkZXZlbnQsIGl0ZW0gfHwge30pO1xuXG4gICAgICAgIC8vIHNlYXJjaE9uIGlzIHNldCBhcyBvbkJ0bkNsaWNrLCB0aGVuIGludm9rZSB0aGUgc2VhcmNoIGFwaSBjYWxsIG1hbnVhbGx5LlxuICAgICAgICBpZiAoIXRoaXMuaXNVcGRhdGVPbktleVByZXNzKCkpIHtcbiAgICAgICAgICAgIHRoaXMubGlzdGVuUXVlcnkgPSB0cnVlO1xuICAgICAgICAgICAgLy8gdHJpZ2dlciB0aGUgdHlwZWFoZWFkIGNoYW5nZSBtYW51YWxseSB0byBmZXRjaCB0aGUgbmV4dCBzZXQgb2YgcmVzdWx0cy5cbiAgICAgICAgICAgIHRoaXMudHlwZWFoZWFkLm9uSW5wdXQoe1xuICAgICAgICAgICAgICAgIHRhcmdldDoge1xuICAgICAgICAgICAgICAgICAgICB2YWx1ZTogdGhpcy5xdWVyeSAvLyBkdW1teSBkYXRhIHRvIG5vdGlmeSB0aGUgb2JzZXJ2YWJsZXNcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9KTtcbiAgICAgICAgICAgIHJldHVybjtcbiAgICAgICAgfVxuICAgICAgICAvLyB3aGVuIG1hdGNoZXMgYXJlIGF2YWlsYWJsZS5cbiAgICAgICAgaWYgKHRoaXMudHlwZWFoZWFkQ29udGFpbmVyICYmIHRoaXMubGlFbGVtZW50cy5sZW5ndGggJiYgaXNRdWVyeU1hdGNoKSB7XG4gICAgICAgICAgICB0aGlzLnR5cGVhaGVhZENvbnRhaW5lci5zZWxlY3RBY3RpdmVNYXRjaCgpO1xuICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgdGhpcy5xdWVyeU1vZGVsID0gdGhpcy5xdWVyeTtcbiAgICAgICAgICAgIHRoaXMuaW52b2tlRXZlbnRDYWxsYmFjaygnc3VibWl0JywgeyAkZXZlbnQgfSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIGludm9rZU9uQmVmb3JlU2VydmljZUNhbGwoaW5wdXREYXRhKSB7XG4gICAgICAgIHRoaXMuaW52b2tlRXZlbnRDYWxsYmFjaygnYmVmb3Jlc2VydmljZWNhbGwnLCB7IGlucHV0RGF0YSB9KTtcbiAgICB9XG5cbiAgICBwcml2YXRlIG9uRHJvcGRvd25PcGVuKCkge1xuICAgICAgICBpZiAodGhpcy5jbGVhckRhdGEpIHtcbiAgICAgICAgICAgIHRoaXMudHlwZWFoZWFkLmhpZGUoKTtcbiAgICAgICAgfVxuICAgICAgICAvLyBzZXR0aW5nIHRoZSB1bEVsZW1lbnRzLCBsaUVsZW1lbnQgb24gdHlwZWFoZWFkQ29udGFpbmVyLlxuICAgICAgICAvLyBhcyB3ZSBhcmUgdXNpbmcgY3VzdG9tT3B0aW9uIHRlbXBsYXRlLCBsaUVsZW1lbnRzIGFyZSBub3QgYXZhaWxhYmxlIG9uIHR5cGVhaGVhZENvbnRhaW5lciBzbyBhcHBlbmQgdGhlbSBleHBsaWNpdGx5LlxuICAgICAgICBjb25zdCBmbiA9IGRlYm91bmNlKCgpID0+IHtcbiAgICAgICAgICAgIHRoaXMuX2lzT3BlbiA9IHRydWU7XG4gICAgICAgICAgICB0aGlzLnR5cGVhaGVhZENvbnRhaW5lciA9IHRoaXMudHlwZWFoZWFkLl9jb250YWluZXIgfHwgKHRoaXMudHlwZWFoZWFkIGFzIGFueSkuX3R5cGVhaGVhZC5pbnN0YW5jZTtcbiAgICAgICAgICAgICh0aGlzLnR5cGVhaGVhZENvbnRhaW5lciBhcyBhbnkpLmxpRWxlbWVudHMgPSB0aGlzLmxpRWxlbWVudHM7XG4gICAgICAgICAgICAodGhpcy50eXBlYWhlYWRDb250YWluZXIgYXMgYW55KS51bEVsZW1lbnQgPSB0aGlzLnVsRWxlbWVudDtcbiAgICAgICAgICAgIGFkanVzdENvbnRhaW5lclBvc2l0aW9uKCQoJ3R5cGVhaGVhZC1jb250YWluZXInKSwgdGhpcy5uYXRpdmVFbGVtZW50LCAodGhpcy50eXBlYWhlYWQgYXMgYW55KS5fdHlwZWFoZWFkLCAkKCd0eXBlYWhlYWQtY29udGFpbmVyIC5kcm9wZG93bi1tZW51JykpO1xuXG4gICAgICAgIH0pO1xuXG4gICAgICAgIGZuKCk7XG5cbiAgICAgICAgLy8gb3BlbiBmdWxsLXNjcmVlbiBzZWFyY2ggdmlld1xuICAgICAgICBpZiAodGhpcy5pc01vYmlsZUF1dG9Db21wbGV0ZSgpKSB7XG4gICAgICAgICAgICBpZiAoIXRoaXMuJGVsZW1lbnQuaGFzQ2xhc3MoJ2Z1bGwtc2NyZWVuJykpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnJlbmRlck1vYmlsZUF1dG9Db21wbGV0ZSgpO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgY29uc3QgZHJvcGRvd25FbCA9IHRoaXMuZHJvcGRvd25FbC5jbG9zZXN0KCd0eXBlYWhlYWQtY29udGFpbmVyJyk7XG5cbiAgICAgICAgICAgIGRyb3Bkb3duRWwuaW5zZXJ0QWZ0ZXIodGhpcy4kZWxlbWVudC5maW5kKCdpbnB1dCcpLmZpcnN0KCkpO1xuICAgICAgICAgICAgY29uc3Qgc2NyZWVuSGVpZ2h0ID0gdGhpcy4kZWxlbWVudC5jbG9zZXN0KCcuYXBwLWNvbnRlbnQnKS5oZWlnaHQoKTtcbiAgICAgICAgICAgIGRyb3Bkb3duRWwuY3NzKHsgcG9zaXRpb246ICdyZWxhdGl2ZScsIHRvcDogMCwgaGVpZ2h0OiBzY3JlZW5IZWlnaHQgKyAncHgnIH0pO1xuICAgICAgICAgICAgdGhpcy5zaG93Q2xvc2VidG4gPSB0aGlzLnF1ZXJ5ICYmIHRoaXMucXVlcnkgIT09ICcnO1xuXG4gICAgICAgICAgICBpZiAoIWlzVW5kZWZpbmVkKHRoaXMuZGF0YVByb3ZpZGVyLmlzTGFzdFBhZ2UpICYmICF0aGlzLmRhdGFQcm92aWRlci5pc0xhc3RQYWdlKSB7XG4gICAgICAgICAgICAgICAgdGhpcy50cmlnZ2VyU2VhcmNoKCk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIHNlbGVjdE5leHQoKSB7XG4gICAgICAgIGNvbnN0IG1hdGNoZXMgPSB0aGlzLnR5cGVhaGVhZENvbnRhaW5lci5tYXRjaGVzO1xuXG4gICAgICAgIGlmICghbWF0Y2hlcykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IGluZGV4ID0gbWF0Y2hlcy5pbmRleE9mKHRoaXMudHlwZWFoZWFkQ29udGFpbmVyLmFjdGl2ZSk7XG5cbiAgICAgICAgLy8gb24ga2V5ZG93biwgaWYgc2Nyb2xsIGlzIGF0IHRoZSBib3R0b20gYW5kIG5leHQgcGFnZSByZWNvcmRzIGFyZSBhdmFpbGFibGUsIGZldGNoIG5leHQgcGFnZSBpdGVtcy5cbiAgICAgICAgaWYgKCF0aGlzLl9sb2FkaW5nSXRlbXMgJiYgIXRoaXMuZGF0YVByb3ZpZGVyLmlzTGFzdFBhZ2UgJiYgaW5kZXggKyAxID4gbWF0Y2hlcy5sZW5ndGggLSAxKSB7XG4gICAgICAgICAgICAvLyBpbmRleCBpcyBzYXZlZCBpbiBvcmRlciB0byBzZWxlY3QgdGhlIGxhc3RTZWxlY3RlZCBpdGVtIGluIHRoZSBkcm9wZG93biBhZnRlciBmZXRjaGluZyBuZXh0IHBhZ2UgaXRlbXMuXG4gICAgICAgICAgICB0aGlzLmxhc3RTZWxlY3RlZEluZGV4ID0gaW5kZXg7XG4gICAgICAgICAgICB0aGlzLmxvYWRNb3JlRGF0YSh0cnVlKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgc2V0TGFzdEFjdGl2ZU1hdGNoQXNTZWxlY3RlZCgpIHtcbiAgICAgICAgaWYgKHRoaXMubGFzdFNlbGVjdGVkSW5kZXgpIHtcbiAgICAgICAgICAgICh0aGlzLnR5cGVhaGVhZENvbnRhaW5lciBhcyBhbnkpLl9hY3RpdmUgPSB0aGlzLnR5cGVhaGVhZENvbnRhaW5lci5tYXRjaGVzW3RoaXMubGFzdFNlbGVjdGVkSW5kZXhdO1xuICAgICAgICAgICAgdGhpcy50eXBlYWhlYWRDb250YWluZXIubmV4dEFjdGl2ZU1hdGNoKCk7XG4gICAgICAgICAgICB0aGlzLmxhc3RTZWxlY3RlZEluZGV4ID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB0cmlnZ2VyU2VhcmNoKCkge1xuICAgICAgICBpZiAodGhpcy5kYXRhUHJvdmlkZXIuaXNMYXN0UGFnZSB8fCAhdGhpcy4kZWxlbWVudC5oYXNDbGFzcygnZnVsbC1zY3JlZW4nKSkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHR5cGVBaGVhZERyb3BEb3duID0gdGhpcy5kcm9wZG93bkVsO1xuICAgICAgICBjb25zdCAkbGFzdEl0ZW0gPSB0eXBlQWhlYWREcm9wRG93bi5maW5kKCdsaScpLmxhc3QoKTtcblxuICAgICAgICAvLyBDaGVjayBpZiBsYXN0IGl0ZW0gaXMgbm90IGJlbG93IHRoZSBmdWxsIHNjcmVlblxuICAgICAgICBpZiAoJGxhc3RJdGVtLmxlbmd0aCAmJiB0eXBlQWhlYWREcm9wRG93bi5sZW5ndGggJiYgKHR5cGVBaGVhZERyb3BEb3duLmhlaWdodCgpICsgdHlwZUFoZWFkRHJvcERvd24ucG9zaXRpb24oKS50b3AgPiAkbGFzdEl0ZW0uaGVpZ2h0KCkgKyAkbGFzdEl0ZW0ucG9zaXRpb24oKS50b3ApKSB7XG4gICAgICAgICAgICB0aGlzLmxvYWRNb3JlRGF0YSh0cnVlKTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIHByaXZhdGUgaXNVcGRhdGVPbktleVByZXNzKCkge1xuICAgICAgICByZXR1cm4gdGhpcy5zZWFyY2hvbiA9PT0gJ3R5cGluZyc7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBkZWJvdW5jZURlZmF1bHRRdWVyeShkYXRhKSB7XG4gICAgICAgIHRoaXMuX2RlZmF1bHRRdWVyeUludm9rZWQgPSB0cnVlO1xuICAgICAgICB0aGlzLmdldERhdGFTb3VyY2UoZGF0YSwgdHJ1ZSkudGhlbigocmVzcG9uc2UpID0+IHtcbiAgICAgICAgICAgIGlmIChyZXNwb25zZS5sZW5ndGgpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnF1ZXJ5TW9kZWwgPSByZXNwb25zZTtcbiAgICAgICAgICAgICAgICB0aGlzLl9sYXN0UXVlcnkgPSB0aGlzLnF1ZXJ5ID0gdGhpcy5xdWVyeU1vZGVsWzBdLmxhYmVsIHx8ICcnO1xuICAgICAgICAgICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9IHRoaXMucXVlcnlNb2RlbFswXS52YWx1ZTtcbiAgICAgICAgICAgICAgICB0aGlzLl9tb2RlbEJ5S2V5ID0gdGhpcy5xdWVyeU1vZGVsWzBdLmtleTtcbiAgICAgICAgICAgICAgICB0aGlzLnNob3dDbG9zZWJ0biA9ICh0aGlzLnF1ZXJ5ICE9PSAnJyk7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgICAgICB0aGlzLnF1ZXJ5TW9kZWwgPSB1bmRlZmluZWQ7XG4gICAgICAgICAgICAgICAgdGhpcy5xdWVyeSA9ICcnO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgaWYgKHRoaXMuY2xlYXJEYXRhKSB7XG4gICAgICAgICAgICAgICAgaWYgKGdldCgodGhpcy50eXBlYWhlYWQgYXMgYW55KSwgJ190eXBlYWhlYWQuaXNTaG93bicpKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMudHlwZWFoZWFkLmhpZGUoKTtcbiAgICAgICAgICAgICAgICB9XG4gICAgICAgICAgICB9XG4gICAgICAgIH0pO1xuICAgIH1cblxuICAgIHByaXZhdGUgdXBkYXRlQnlEYXRhdmFsdWUoZGF0YSkge1xuICAgICAgICB0aGlzLnVwZGF0ZUJ5RGF0YXNldChkYXRhKTtcbiAgICAgICAgdGhpcy51cGRhdGVCeURhdGFTb3VyY2UoZGF0YSk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSB1cGRhdGVCeURhdGFTb3VyY2UoZGF0YSkge1xuICAgICAgICAvLyB2YWx1ZSBpcyBwcmVzZW50IGJ1dCB0aGUgY29ycmVzcG9uZGluZyBrZXkgaXMgbm90IGZvdW5kIHRoZW4gZmV0Y2ggbmV4dCBzZXRcbiAgICAgICAgLy8gbW9kZWxCeUtleSB3aWxsIGJlIHNldCBvbmx5IHdoZW4gZGF0YXZhbHVlIGlzIGF2YWlsYWJsZSBpbnNpZGUgdGhlIGxvY2FsRGF0YSBvdGhlcndpc2UgbWFrZSBhIE4vdyBjYWxsLlxuICAgICAgICBpZiAoaXNEZWZpbmVkKGRhdGEpICYmICFpc09iamVjdChkYXRhKSAmJiB0aGlzLmRhdGFzb3VyY2UgJiYgIWlzRGVmaW5lZCh0aGlzLl9tb2RlbEJ5S2V5KSAmJiB0aGlzLmRhdGFmaWVsZCAhPT0gQUxMRklFTERTKSB7XG4gICAgICAgICAgICAvLyBBdm9pZCBtYWtpbmcgZGVmYXVsdCBxdWVyeSBpZiBxdWVyeU1vZGVsIGFscmVhZHkgZXhpc3RzLlxuICAgICAgICAgICAgaWYgKGlzRGVmaW5lZCh0aGlzLnF1ZXJ5TW9kZWwpICYmICFpc0VtcHR5KHRoaXMucXVlcnlNb2RlbCkpIHtcbiAgICAgICAgICAgICAgICB0aGlzLnVwZGF0ZURhdGF2YWx1ZUZyb21RdWVyeU1vZGVsKCk7XG4gICAgICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAvLyBNYWtlIGRlZmF1bHQgcXVlcnkgY2FsbCBvbmx5IHdoZW4gZGF0YXNvdXJjZSBzdXBwb3J0cyBDUlVEIChsaXZlIHZhcmlhYmxlKS5cbiAgICAgICAgICAgIGlmICghdGhpcy5fZGVmYXVsdFF1ZXJ5SW52b2tlZCAmJiB0aGlzLmRhdGFzb3VyY2UuZXhlY3V0ZShEYXRhU291cmNlLk9wZXJhdGlvbi5TVVBQT1JUU19DUlVEKSkge1xuICAgICAgICAgICAgICAgIHRoaXMuZGVib3VuY2VEZWZhdWx0UXVlcnkoZGF0YSk7XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICAvLyB1cGRhdGVzIHRoZSBtb2RlbCB2YWx1ZSB1c2luZyBxdWVyeU1vZGVsXG4gICAgcHJpdmF0ZSB1cGRhdGVEYXRhdmFsdWVGcm9tUXVlcnlNb2RlbCgpIHtcbiAgICAgICAgaWYgKGlzRGVmaW5lZCh0aGlzLnF1ZXJ5TW9kZWwpKSB7XG4gICAgICAgICAgICB0aGlzLl9tb2RlbEJ5VmFsdWUgPSBpc0FycmF5KHRoaXMucXVlcnlNb2RlbCkgPyAodGhpcy5xdWVyeU1vZGVsWzBdIGFzIERhdGFTZXRJdGVtKS52YWx1ZSA6IHRoaXMucXVlcnlNb2RlbDtcbiAgICAgICAgICAgIHRoaXMuX21vZGVsQnlLZXkgPSBpc0FycmF5KHRoaXMucXVlcnlNb2RlbCkgPyAodGhpcy5xdWVyeU1vZGVsWzBdIGFzIERhdGFTZXRJdGVtKS5rZXkgOiB0aGlzLnF1ZXJ5TW9kZWw7XG4gICAgICAgICAgICB0aGlzLnRvQmVQcm9jZXNzZWREYXRhdmFsdWUgPSB1bmRlZmluZWQ7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwcml2YXRlIHVwZGF0ZUJ5RGF0YXNldChkYXRhOiBhbnkpIHtcbiAgICAgICAgLy8gZGVmYXVsdCBxdWVyeSBpcyBhbHJlYWR5IGludm9rZWQgdGhlbiBkbyBub3QgbWFrZSBvdGhlciBkZWZhdWx0IHF1ZXJ5IGNhbGwuXG4gICAgICAgIC8vIEZvciBsb2NhbCBzZWFyY2ggaS5lLiBzZWFyY2hrZXkgaXMgdW5kZWZpbmVkLCBkbyBub3QgcmV0dXJuLCB2ZXJpZnkgdGhlIGRhdGF2YWx1ZSBhZ2FpbnN0IHRoZSBkYXRhc2V0SXRlbXMgLlxuICAgICAgICBpZiAodGhpcy5fZGVmYXVsdFF1ZXJ5SW52b2tlZCAmJiB0aGlzLnNlYXJjaGtleSkge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG4gICAgICAgIGNvbnN0IHNlbGVjdGVkSXRlbSA9IGZpbmQodGhpcy5kYXRhc2V0SXRlbXMsIChpdGVtKSA9PiB7XG4gICAgICAgICAgICByZXR1cm4gKGlzT2JqZWN0KGl0ZW0udmFsdWUpID8gaXNFcXVhbChpdGVtLnZhbHVlLCBkYXRhKSA6ICh0b1N0cmluZyhpdGVtLnZhbHVlKSkudG9Mb3dlckNhc2UoKSA9PT0gKHRvU3RyaW5nKGRhdGEpKS50b0xvd2VyQ2FzZSgpKTtcbiAgICAgICAgfSk7XG5cbiAgICAgICAgLy8gc2V0IHRoZSBkZWZhdWx0IG9ubHkgd2hlbiBpdCBpcyBhdmFpbGFibGUgaW4gZGF0YXNldC5cbiAgICAgICAgaWYgKHNlbGVjdGVkSXRlbSkge1xuICAgICAgICAgICAgdGhpcy5xdWVyeU1vZGVsID0gW3NlbGVjdGVkSXRlbV07XG4gICAgICAgIH0gZWxzZSBpZiAodGhpcy5kYXRhZmllbGQgPT09IEFMTEZJRUxEUyAmJiBpc09iamVjdChkYXRhKSkge1xuICAgICAgICAgICAgdGhpcy5xdWVyeU1vZGVsID0gdGhpcy5nZXRUcmFuc2Zvcm1lZERhdGEoZXh0cmFjdERhdGFBc0FycmF5KGRhdGEpKTtcbiAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgIC8vIHJlc2V0dGluZyB0aGUgcXVlcnlNb2RlbCBvbmx5IHdoZW4gcHJldkRhdGF2YWx1ZSBpcyBlcXVhbCB0byBkYXRhXG4gICAgICAgICAgICBpZiAoKHRoaXMgYXMgYW55KS5wcmV2RGF0YXZhbHVlICE9PSBkYXRhKSB7XG4gICAgICAgICAgICAgICAgdGhpcy5xdWVyeU1vZGVsID0gdW5kZWZpbmVkO1xuICAgICAgICAgICAgICAgIHRoaXMucXVlcnkgPSAnJztcbiAgICAgICAgICAgICAgICByZXR1cm47XG4gICAgICAgICAgICB9XG4gICAgICAgIH1cbiAgICAgICAgdGhpcy51cGRhdGVEYXRhdmFsdWVGcm9tUXVlcnlNb2RlbCgpO1xuXG4gICAgICAgIC8vIFNob3cgdGhlIGxhYmVsIHZhbHVlIG9uIGlucHV0LlxuICAgICAgICB0aGlzLl9sYXN0UXVlcnkgPSB0aGlzLnF1ZXJ5ID0gaXNEZWZpbmVkKHRoaXMucXVlcnlNb2RlbCkgJiYgdGhpcy5xdWVyeU1vZGVsLmxlbmd0aCA/IGdldCh0aGlzLnF1ZXJ5TW9kZWxbMF0sICdsYWJlbCcpIDogJyc7XG4gICAgICAgIHRoaXMuc2hvd0Nsb3NlYnRuID0gKHRoaXMucXVlcnkgIT09ICcnKTtcbiAgICB9XG5cbiAgICAvLyBJZiB3ZSBoYXZlIGxhc3Qgc2VhcmNoIHJlc3VsdHMgdGhlbiBvcGVuIGRyb3Bkb3duIG9uIGZvY3VzXG4gICAgcHJpdmF0ZSBoYW5kbGVGb2N1cygkZXZlbnQpIHtcbiAgICAgICAgaWYgKHRoaXMudHlwZSA9PT0gJ3NlYXJjaCcgJiYgdGhpcy5xdWVyeSA9PT0gdGhpcy5fbGFzdFF1ZXJ5ICYmIHRoaXMuX2xhc3RSZXN1bHQpIHtcbiAgICAgICAgICAgICh0aGlzLnR5cGVhaGVhZCBhcyBhbnkpLmtleVVwRXZlbnRFbWl0dGVyLmVtaXQodGhpcy5xdWVyeSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgbm90aWZ5U3Vic2NyaWJlcigpIHtcbiAgICAgICAgY29uc3QgcGFyZW50RWwgPSAkKHRoaXMubmF0aXZlRWxlbWVudCkuY2xvc2VzdCgnLmFwcC1jb21wb3NpdGUtd2lkZ2V0LmNhcHRpb24tZmxvYXRpbmcnKTtcbiAgICAgICAgaWYgKHBhcmVudEVsLmxlbmd0aCA+IDApIHtcbiAgICAgICAgICAgIHRoaXMuYXBwLm5vdGlmeSgnY2FwdGlvblBvc2l0aW9uQW5pbWF0ZScsIHtkaXNwbGF5VmFsOiB0cnVlLCBuYXRpdmVFbDogcGFyZW50RWx9KTtcbiAgICAgICAgfVxuICAgIH1cblxuICAgIC8vIFRoaXMgbWV0aG9kIHJldHVybnMgYSBwcm9taXNlIHRoYXQgcHJvdmlkZXMgdGhlIGZpbHRlcmVkIGRhdGEgZnJvbSB0aGUgZGF0YXNvdXJjZS5cbiAgICBwdWJsaWMgZ2V0RGF0YVNvdXJjZShxdWVyeTogQXJyYXk8c3RyaW5nPiB8IHN0cmluZywgc2VhcmNoT25EYXRhRmllbGQ/OiBib29sZWFuLCBuZXh0SXRlbUluZGV4PzogbnVtYmVyKTogUHJvbWlzZTxEYXRhU2V0SXRlbVtdPiB7XG4gICAgICAgIC8vIEZvciBkZWZhdWx0IHF1ZXJ5LCBzZWFyY2hPbkRhdGFGaWVsZCBpcyBzZXQgdG8gdHJ1ZSwgdGhlbiBkbyBub3QgbWFrZSBhIG4vdyBjYWxsIHdoZW4gZGF0YWZpZWxkIGlzIEFMTEZJRUxEU1xuICAgICAgICBpZiAoc2VhcmNoT25EYXRhRmllbGQgJiYgdGhpcy5kYXRhZmllbGQgPT09IEFMTEZJRUxEUykge1xuICAgICAgICAgICAgdGhpcy5fbG9hZGluZ0l0ZW1zID0gZmFsc2U7XG4gICAgICAgICAgICByZXR1cm4gUHJvbWlzZS5yZXNvbHZlKFtdKTtcbiAgICAgICAgfVxuXG4gICAgICAgIC8vIEZvciBkZWZhdWx0IGRhdGF2YWx1ZSwgc2VhcmNoIGtleSBhcyB0byBiZSBvbiBkYXRhZmllbGQgdG8gZ2V0IHRoZSBkZWZhdWx0IGRhdGEgZnJvbSB0aGUgZmlsdGVyIGNhbGwuXG4gICAgICAgIGNvbnN0IGRhdGFDb25maWc6IElEYXRhUHJvdmlkZXJDb25maWcgPSB7XG4gICAgICAgICAgICBkYXRhc2V0OiB0aGlzLmRhdGFzZXQgPyBjb252ZXJ0RGF0YVRvT2JqZWN0KHRoaXMuZGF0YXNldCkgOiB1bmRlZmluZWQsXG4gICAgICAgICAgICBiaW5kZGF0YXNldDogdGhpcy5iaW5kZGF0YXNldCxcbiAgICAgICAgICAgIGRhdGFzb3VyY2U6IHRoaXMuZGF0YXNvdXJjZSxcbiAgICAgICAgICAgIGRhdGFmaWVsZDogdGhpcy5kYXRhZmllbGQsXG4gICAgICAgICAgICBoYXNEYXRhOiB0aGlzLmRhdGFzZXQgJiYgdGhpcy5kYXRhc2V0Lmxlbmd0aCxcbiAgICAgICAgICAgIHF1ZXJ5OiBxdWVyeSxcbiAgICAgICAgICAgIGlzTG9jYWxGaWx0ZXI6ICF0aGlzLnNlYXJjaGtleSxcbiAgICAgICAgICAgIHNlYXJjaEtleTogc2VhcmNoT25EYXRhRmllbGQgPyB0aGlzLmRhdGFmaWVsZCA6IHRoaXMuc2VhcmNoa2V5LFxuICAgICAgICAgICAgLy8gZGVmYXVsdCBzZWFyY2ggY2FsbCBtYXRjaCBtb2RlIHNob3VsZCBiZSBzdGFydGlnbm9yZWNhc2VcbiAgICAgICAgICAgIG1hdGNoTW9kZTogc2VhcmNoT25EYXRhRmllbGQgPyAnc3RhcnRpZ25vcmVjYXNlJyA6IHRoaXMubWF0Y2htb2RlLFxuICAgICAgICAgICAgY2FzZXNlbnNpdGl2ZTogdGhpcy5jYXNlc2Vuc2l0aXZlLFxuICAgICAgICAgICAgaXNmb3JtZmllbGQ6IHRoaXMuaXNmb3JtZmllbGQsXG4gICAgICAgICAgICBvcmRlcmJ5OiB0aGlzLm9yZGVyYnksXG4gICAgICAgICAgICBsaW1pdDogdGhpcy5saW1pdCxcbiAgICAgICAgICAgIHBhZ2VzaXplOiB0aGlzLnBhZ2VzaXplLFxuICAgICAgICAgICAgcGFnZTogdGhpcy5wYWdlLFxuICAgICAgICAgICAgb25CZWZvcmVzZXJ2aWNlY2FsbDogdGhpcy5pbnZva2VPbkJlZm9yZVNlcnZpY2VDYWxsLmJpbmQodGhpcylcbiAgICAgICAgfTtcblxuICAgICAgICBpZiAodGhpcy5kYXRhb3B0aW9ucykge1xuICAgICAgICAgICAgZGF0YUNvbmZpZy5kYXRhb3B0aW9ucyA9IHRoaXMuZGF0YW9wdGlvbnM7XG4gICAgICAgICAgICBkYXRhQ29uZmlnLnZpZXdQYXJlbnQgPSB0aGlzLnZpZXdQYXJlbnQ7XG4gICAgICAgIH1cblxuICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSB0cnVlO1xuXG4gICAgICAgIHJldHVybiB0aGlzLmRhdGFQcm92aWRlci5maWx0ZXIoZGF0YUNvbmZpZylcbiAgICAgICAgICAgIC50aGVuKChyZXNwb25zZTogYW55KSA9PiB7XG4gICAgICAgICAgICAgICAgLy8gcmVzcG9uc2UgZnJvbSBkYXRhUHJvdmlkZXIgcmV0dXJucyBhbHdheXMgZGF0YSBvYmplY3QuXG4gICAgICAgICAgICAgICAgcmVzcG9uc2UgPSByZXNwb25zZS5kYXRhIHx8IHJlc3BvbnNlO1xuICAgICAgICAgICAgICAgIC8vIGZvciBzZXJ2aWNlIHZhcmlhYmxlLCB1cGRhdGluZyB0aGUgZGF0YXNldCBvbmx5IGlmIGl0IGlzIG5vdCBkZWZpbmVkIG9yIGVtcHR5XG4gICAgICAgICAgICAgICAgaWYgKCghaXNEZWZpbmVkKHRoaXMuZGF0YXNldCkgfHwgIXRoaXMuZGF0YXNldC5sZW5ndGgpICYmIHRoaXMuZGF0YVByb3ZpZGVyLnVwZGF0ZURhdGFzZXQpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5kYXRhc2V0ID0gcmVzcG9uc2U7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuZGF0YVByb3ZpZGVyLmhhc01vcmVEYXRhKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZm9ybWF0dGVkRGF0YXNldCA9IHRoaXMuZm9ybWF0dGVkRGF0YXNldC5jb25jYXQocmVzcG9uc2UpO1xuICAgICAgICAgICAgICAgIH0gZWxzZSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuZm9ybWF0dGVkRGF0YXNldCA9IHJlc3BvbnNlO1xuICAgICAgICAgICAgICAgIH1cblxuICAgICAgICAgICAgICAgIC8vIGV4cGxpY2l0bHkgc2V0dGluZyB0aGUgb3B0aW9uc2xpbWl0IGFzIHRoZSBtYXRjaGVzIG1vcmUgdGhhbiAyMCB3aWxsIGJlIGlnbm9yZWQgaWYgb3B0aW9uc2xpbWl0IGlzIG5vdCBzcGVjaWZpZWQuXG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuZm9ybWF0dGVkRGF0YXNldC5sZW5ndGggPiAyMCAmJiAhaXNEZWZpbmVkKHRoaXMubGltaXQpKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMudHlwZWFoZWFkLnR5cGVhaGVhZE9wdGlvbnNMaW1pdCA9IHRoaXMuZm9ybWF0dGVkRGF0YXNldC5sZW5ndGg7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgLy8gSW4gbW9iaWxlLCB0cmlnZ2VyIHRoZSBzZWFyY2ggYnkgZGVmYXVsdCB1bnRpbCB0aGUgcmVzdWx0cyBoYXZlIGhlaWdodCB1cHRvIHBhZ2UgaGVpZ2h0LiBPdGhlciByZXN1bHRzIGNhbiBiZSBmZXRjaGVkIGJ5IHNjcm9sbGluZ1xuICAgICAgICAgICAgICAgICAgICBpZiAodGhpcy5faXNPcGVuICYmIHRoaXMuaXNNb2JpbGVBdXRvQ29tcGxldGUoKSAmJiAhaXNVbmRlZmluZWQodGhpcy5kYXRhUHJvdmlkZXIuaXNMYXN0UGFnZSkgJiYgIXRoaXMuZGF0YVByb3ZpZGVyLmlzTGFzdFBhZ2UpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy50cmlnZ2VyU2VhcmNoKCk7XG4gICAgICAgICAgICAgICAgfVxuXG4gICAgICAgICAgICAgICAgY29uc3QgdHJhbnNmb3JtZWREYXRhID0gdGhpcy5nZXRUcmFuc2Zvcm1lZERhdGEodGhpcy5mb3JtYXR0ZWREYXRhc2V0LCBuZXh0SXRlbUluZGV4KTtcblxuICAgICAgICAgICAgICAgIC8vIHJlc3VsdCBjb250YWlucyB0aGUgZGF0YWZpZWxkIHZhbHVlcy5cbiAgICAgICAgICAgICAgICAgICAgdGhpcy5yZXN1bHQgPSBtYXAodHJhbnNmb3JtZWREYXRhLCAndmFsdWUnKTtcbiAgICAgICAgICAgICAgICByZXR1cm4gdHJhbnNmb3JtZWREYXRhO1xuICAgICAgICAgICAgfSwgKGVycm9yKSA9PiB7XG4gICAgICAgICAgICAgICAgdGhpcy5fbG9hZGluZ0l0ZW1zID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgcmV0dXJuIFtdO1xuICAgICAgICAgICAgfVxuICAgICAgICAgICAgKS50aGVuKHJlc3VsdCA9PiB7XG4gICAgICAgICAgICAgICAgaWYgKHRoaXMuaXNTY3JvbGxlZCkge1xuICAgICAgICAgICAgICAgICAgICAoZGVib3VuY2UoKCkgPT4ge1xuICAgICAgICAgICAgICAgICAgICAgICAgdGhpcy5zZXRMYXN0QWN0aXZlTWF0Y2hBc1NlbGVjdGVkKCk7XG4gICAgICAgICAgICAgICAgICAgIH0sIDMwKSkoKTtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5pc1Njcm9sbGVkID0gZmFsc2U7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIC8vIFdoZW4gbm8gcmVzdWx0IGlzIGZvdW5kLCBzZXQgdGhlIGRhdGF2YWx1ZSB0byB1bmRlZmluZWQuXG4gICAgICAgICAgICAgICAgaWYgKCFyZXN1bHQubGVuZ3RoKSB7XG4gICAgICAgICAgICAgICAgICAgIHRoaXMuX21vZGVsQnlWYWx1ZSA9IHVuZGVmaW5lZDtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy5xdWVyeU1vZGVsID0gKHF1ZXJ5IGFzIHN0cmluZyk7XG4gICAgICAgICAgICAgICAgfVxuICAgICAgICAgICAgICAgIC8vIG9uIGZvY3Vzb3V0IGkuZS4gb24gb3RoZXIgd2lkZ2V0IGZvY3VzLCBpZiBuL3cgaXMgcGVuZGluZyBsb2FkaW5nIGljb24gaXMgc2hvd24sIHdoZW4gZGF0YSBpcyBhdmFpbGFibGUgdGhlbiBkcm9wZG93biBpcyBzaG93biBhZ2Fpbi5cbiAgICAgICAgICAgICAgICAvLyBvbiB1bnN1YnNjcmliaW5nIGRvIG5vdCBzaG93IHRoZSByZXN1bHRzLlxuICAgICAgICAgICAgICAgIGlmICh0aGlzLl91bnN1YnNjcmliZUR2KSB7XG4gICAgICAgICAgICAgICAgICAgIHJlc3VsdCA9IFtdO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgICAgICB0aGlzLl9sb2FkaW5nSXRlbXMgPSBmYWxzZTtcbiAgICAgICAgICAgICAgICB0aGlzLl9sYXN0UmVzdWx0ID0gcmVzdWx0O1xuICAgICAgICAgICAgICAgIHJldHVybiByZXN1bHQ7XG4gICAgICAgICAgICB9KTtcbiAgICB9XG5cbiAgICAvLyB0aGlzIG1ldGhvZCByZXR1cm5zIHRoZSBwYXJlbnQgY29udGV4dCBpLmUuIFBhZ2UgY29udGV4dCBhbmQgbm90IHBhcmVudCBjb21wb25lbnQncyBjb250ZXh0LlxuICAgIHByaXZhdGUgZ2V0Q29udGV4dChjb250ZXh0KSB7XG4gICAgICAgIGlmIChjb250ZXh0ICYmIGdldChjb250ZXh0LCAnd2lkZ2V0JykpIHtcbiAgICAgICAgICAgIHJldHVybiB0aGlzLmdldENvbnRleHQoY29udGV4dC52aWV3UGFyZW50KTtcbiAgICAgICAgfVxuICAgICAgICByZXR1cm4gY29udGV4dDtcbiAgICB9XG5cbiAgICBwdWJsaWMgZ2V0VHJhbnNmb3JtZWREYXRhKGRhdGE6IGFueSwgaXRlbUluZGV4PzogbnVtYmVyLCBpc2N1c3RvbT86IGJvb2xlYW4pOiBEYXRhU2V0SXRlbVtdIHtcbiAgICAgICAgaWYgKGlzRGVmaW5lZChpdGVtSW5kZXgpKSB7XG4gICAgICAgICAgICBpdGVtSW5kZXgrKztcbiAgICAgICAgfVxuXG4gICAgICAgIGNvbnN0IHRyYW5zZm9ybWVkRGF0YSA9IHRyYW5zZm9ybUZvcm1EYXRhKFxuICAgICAgICAgICAgdGhpcy5nZXRDb250ZXh0KHRoaXMudmlld1BhcmVudCksXG4gICAgICAgICAgICBkYXRhLFxuICAgICAgICAgICAgdGhpcy5kYXRhZmllbGQsXG4gICAgICAgICAgICB7XG4gICAgICAgICAgICAgICAgZGlzcGxheUZpZWxkOiB0aGlzLmRpc3BsYXlsYWJlbCB8fCB0aGlzLmRpc3BsYXlmaWVsZCxcbiAgICAgICAgICAgICAgICBkaXNwbGF5RXhwcjogaXNjdXN0b20gPyAnJyA6IHRoaXMuZGlzcGxheWV4cHJlc3Npb24sXG4gICAgICAgICAgICAgICAgYmluZERpc3BsYXlFeHByOiBpc2N1c3RvbSA/ICcnIDogdGhpcy5iaW5kZGlzcGxheWxhYmVsLFxuICAgICAgICAgICAgICAgIGJpbmREaXNwbGF5SW1nU3JjOiB0aGlzLmJpbmRkaXNwbGF5aW1hZ2VzcmMsXG4gICAgICAgICAgICAgICAgZGlzcGxheUltZ1NyYzogdGhpcy5kaXNwbGF5aW1hZ2VzcmNcbiAgICAgICAgICAgIH0sXG4gICAgICAgICAgICBpdGVtSW5kZXgsXG4gICAgICAgICAgICB0aGlzXG4gICAgICAgICk7XG4gICAgICAgIHJldHVybiBnZXRVbmlxT2Jqc0J5RGF0YUZpZWxkKHRyYW5zZm9ybWVkRGF0YSwgdGhpcy5kYXRhZmllbGQsIHRoaXMuZGlzcGxheWZpZWxkIHx8IHRoaXMuZGlzcGxheWxhYmVsLCB0b0Jvb2xlYW4odGhpcy5hbGxvd2VtcHR5KSk7XG4gICAgfVxuXG4gICAgLy8gT3B0aW9uc0xpc3RUZW1wbGF0ZSBsaXN0ZW5zIHRvIHRoZSBzY3JvbGwgZXZlbnQgYW5kIHRyaWdnZXJzIHRoaXMgZnVuY3Rpb24uXG4gICAgcHVibGljIG9uU2Nyb2xsKCRzY3JvbGxFbDogRWxlbWVudCwgZXZ0OiBFdmVudCkge1xuICAgICAgICBjb25zdCB0b3RhbEhlaWdodCA9ICRzY3JvbGxFbC5zY3JvbGxIZWlnaHQsXG4gICAgICAgICAgICBjbGllbnRIZWlnaHQgPSAkc2Nyb2xsRWwuY2xpZW50SGVpZ2h0O1xuXG4gICAgICAgIC8vIElmIHNjcm9sbCBpcyBhdCB0aGUgYm90dG9tIGFuZCBubyByZXF1ZXN0IGlzIGluIHByb2dyZXNzIGFuZCBuZXh0IHBhZ2UgcmVjb3JkcyBhcmUgYXZhaWxhYmxlLCBmZXRjaCBuZXh0IHBhZ2UgaXRlbXMuXG4gICAgICAgIGlmICghdGhpcy5fbG9hZGluZ0l0ZW1zICYmICF0aGlzLmRhdGFQcm92aWRlci5pc0xhc3RQYWdlICYmICgkc2Nyb2xsRWwuc2Nyb2xsVG9wICsgY2xpZW50SGVpZ2h0ID49IHRvdGFsSGVpZ2h0KSkge1xuICAgICAgICAgICAgdGhpcy5sb2FkTW9yZURhdGEodHJ1ZSk7XG4gICAgICAgIH1cbiAgICB9XG5cbiAgICBwdWJsaWMgbmdPbkluaXQoKSB7XG4gICAgICAgIHN1cGVyLm5nT25Jbml0KCk7XG5cbiAgICAgICAgaWYgKCFpc0RlZmluZWQodGhpcy5taW5jaGFycykpIHtcbiAgICAgICAgICAgIC8vIGZvciBhdXRvY29tcGxldGUgc2V0IHRoZSBtaW5jaGFycyB0byAwXG4gICAgICAgICAgICBpZiAodGhpcy50eXBlID09PSAnYXV0b2NvbXBsZXRlJykge1xuICAgICAgICAgICAgICAgIHRoaXMubWluY2hhcnMgPSAwO1xuICAgICAgICAgICAgfSBlbHNlIHtcbiAgICAgICAgICAgICAgICB0aGlzLm1pbmNoYXJzID0gMTtcbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHRoaXMubGlzdGVuUXVlcnkgPSB0aGlzLmlzVXBkYXRlT25LZXlQcmVzcygpO1xuXG4gICAgICAgIC8vIGJ5IGRlZmF1bHQgZm9yIGF1dG9jb21wbGV0ZSBkbyBub3Qgc2hvdyB0aGUgc2VhcmNoIGljb25cbiAgICAgICAgLy8gYnkgZGVmYXVsdCBzaG93IHRoZSBzZWFyY2hpY29uIGZvciB0eXBlID0gc2VhcmNoXG4gICAgICAgIHRoaXMuc2hvd3NlYXJjaGljb24gPSBpc0RlZmluZWQodGhpcy5zaG93c2VhcmNoaWNvbikgPyB0aGlzLnNob3dzZWFyY2hpY29uIDogKHRoaXMudHlwZSA9PT0gJ3NlYXJjaCcpO1xuICAgIH1cblxuICAgIHB1YmxpYyBuZ0FmdGVyVmlld0luaXQoKSB7XG4gICAgICAgIHN1cGVyLm5nQWZ0ZXJWaWV3SW5pdCgpO1xuXG4gICAgICAgIHN0eWxlcih0aGlzLm5hdGl2ZUVsZW1lbnQgYXMgSFRNTEVsZW1lbnQsIHRoaXMpO1xuICAgICAgICB0aGlzLmNvbnRhaW5lclRhcmdldCA9IGdldENvbnRhaW5lclRhcmdldENsYXNzKHRoaXMubmF0aXZlRWxlbWVudCk7XG4gICAgfVxuXG4gICAgcHJpdmF0ZSBldmVudERhdGEoJGV2ZW50LCBpdGVtKSB7XG4gICAgICAgIGlmICgkZXZlbnQpIHtcbiAgICAgICAgICAgICRldmVudFsnZGF0YSddID0ge1xuICAgICAgICAgICAgICAgIGl0ZW0gIDogaXRlbS5kYXRhT2JqZWN0LFxuICAgICAgICAgICAgICAgIG1vZGVsIDogaXRlbS52YWx1ZSxcbiAgICAgICAgICAgICAgICBsYWJlbCA6IGl0ZW0ubGFiZWwsXG4gICAgICAgICAgICAgICAgcXVlcnkgOiB0aGlzLnF1ZXJ5XG4gICAgICAgICAgICB9O1xuICAgICAgICB9XG5cbiAgICAgICAgcmV0dXJuICRldmVudDtcbiAgICB9XG5cbiAgICAvLyB0cmlnZ2VyZWQgb24gc2VsZWN0IG9uIG9wdGlvbiBmcm9tIHRoZSBsaXN0LiBTZXQgdGhlIHF1ZXJ5TW9kZWwsIHF1ZXJ5IGFuZCBtb2RlbEJ5S2V5IGZyb20gdGhlIG1hdGNoZWQgaXRlbS5cbiAgICBwdWJsaWMgdHlwZWFoZWFkT25TZWxlY3QobWF0Y2g6IFR5cGVhaGVhZE1hdGNoLCAkZXZlbnQ6IEV2ZW50KTogdm9pZCB7XG4gICAgICAgIGNvbnN0IGl0ZW0gPSBtYXRjaC5pdGVtO1xuICAgICAgICB0aGlzLnF1ZXJ5TW9kZWwgPSBpdGVtO1xuICAgICAgICBpdGVtLnNlbGVjdGVkID0gdHJ1ZTtcbiAgICAgICAgdGhpcy5xdWVyeSA9IGl0ZW0ubGFiZWw7XG4gICAgICAgIHRoaXMuc2hvd0Nsb3NlYnRuID0gKHRoaXMucXVlcnkgIT09ICcnKTtcbiAgICAgICAgJGV2ZW50ID0gJGV2ZW50IHx8IHRoaXMuJHR5cGVhaGVhZEV2ZW50O1xuXG4gICAgICAgIC8vIEFzIGl0ZW0ua2V5IGNhbiB2YXJ5IGZyb20ga2V5IGluIHRoZSBkYXRhc2V0SXRlbXNcbiAgICAgICAgdGhpcy5fbW9kZWxCeUtleSA9IGl0ZW0ua2V5O1xuICAgICAgICB0aGlzLl9tb2RlbEJ5VmFsdWUgPSBpdGVtLnZhbHVlO1xuXG4gICAgICAgICRldmVudCA9IHRoaXMuZXZlbnREYXRhKCRldmVudCwgaXRlbSk7XG5cbiAgICAgICAgdGhpcy5pbnZva2VPblRvdWNoZWQoKTtcbiAgICAgICAgdGhpcy5pbnZva2VPbkNoYW5nZSh0aGlzLmRhdGF2YWx1ZSwgJGV2ZW50IHx8IHt9KTtcbiAgICAgICAgLy8gdXBkYXRpbmcgdGhlIHZhcmlhYmxlIGJvdW5kIHRvIGRlZmF1bHQgdmFsdWUgYXMgaW52b2tlT25DaGFuZ2UgaXMgbm90IHVwZGF0aW5nIHRoZSB2YXJpYWJsZS5cbiAgICAgICAgaWYgKHRoaXMuZGF0YXZhbHVlICE9PSAodGhpcyBhcyBhbnkpLnByZXZEYXRhdmFsdWUpIHtcbiAgICAgICAgICAgIHRoaXMudXBkYXRlQm91bmRWYXJpYWJsZSh0aGlzLmRhdGF2YWx1ZSk7XG4gICAgICAgIH1cbiAgICAgICAgaWYgKHRoaXMuJGVsZW1lbnQuaGFzQ2xhc3MoJ2Z1bGwtc2NyZWVuJykpIHtcbiAgICAgICAgICAgIHRoaXMuY2xvc2VTZWFyY2goKTtcbiAgICAgICAgfVxuICAgICAgICB0aGlzLmludm9rZUV2ZW50Q2FsbGJhY2soJ3NlbGVjdCcsIHsgJGV2ZW50LCBzZWxlY3RlZFZhbHVlOiB0aGlzLmRhdGF2YWx1ZSB9KTtcbiAgICAgICAgdGhpcy5pbnZva2VFdmVudENhbGxiYWNrKCdzdWJtaXQnLCB7ICRldmVudCB9KTtcblxuICAgICAgICB0aGlzLnVwZGF0ZVByZXZEYXRhdmFsdWUodGhpcy5kYXRhdmFsdWUpO1xuICAgIH1cblxuICAgIG9uUHJvcGVydHlDaGFuZ2Uoa2V5OiBzdHJpbmcsIG52OiBhbnksIG92OiBhbnkpIHtcbiAgICAgICAgaWYgKGtleSA9PT0gJ3RhYmluZGV4Jykge1xuICAgICAgICAgICAgcmV0dXJuO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gQmFja3dhcmQgY29tcGF0YWJpbGl0eSBmcm9tIDEwLjMuMSB0byAxMC4zLjJcbiAgICAgICAgLy8gMTAuMy4xIHdlIGhhZCBkaXNwbGF5bGFiZWwgYXMgbW9kYWwgdmFsdWVcbiAgICAgICAgLy8gRnJvbSAxMC4zLjIgb253b3JkcyB3ZSB3aWxsIGJlIGhhdmluZyBkaXNwbGF5ZXhwcmVzaW9uIGFzIG1vZGFsIHZhbHVlXG4gICAgICAgIGlmICh0aGlzLnR5cGUgPT09ICdhdXRvY29tcGxldGUnICYmIGtleSA9PT0gJ2Rpc3BsYXlsYWJlbCcgJiYgdGhpcy5kaXNwbGF5bGFiZWwgJiYgKCF0aGlzLmRpc3BsYXlleHByZXNzaW9uIHx8ICh0aGlzLmRpc3BsYXlleHByZXNzaW9uICYmICF0aGlzLmRhdGFzb3VyY2UpKSkgIHtcbiAgICAgICAgICAgIHRoaXMuZGlzcGxheWV4cHJlc3Npb24gPSB0aGlzLmRpc3BsYXlsYWJlbDtcbiAgICAgICAgICAgIHRoaXMuZGlzcGxheWxhYmVsID0gdW5kZWZpbmVkO1xuICAgICAgICB9XG5cbiAgICAgICAgLy8gd2hlbiBkYXRhb3B0aW9ucyBhcmUgcHJvdmlkZWQgYW5kIHRoZXJlIGlzIG5vIGRpc3BsYXlsYWJlbCBnaXZlbiB0aGVuIGRpc3BsYXlsYWJlbCBpcyBzZXQgYXMgdGhlIHJlbGF0ZWRmaWVsZFxuICAgICAgICBpZiAoa2V5ID09PSAnZGlzcGxheWxhYmVsJyAmJiB0aGlzLmRhdGFvcHRpb25zICYmIHRoaXMuYmluZGRpc3BsYXlsYWJlbCA9PT0gbnVsbCkge1xuICAgICAgICAgICAgdGhpcy5xdWVyeSA9IGdldCh0aGlzLl9tb2RlbEJ5VmFsdWUsIG52KSB8fCB0aGlzLl9tb2RlbEJ5VmFsdWU7XG4gICAgICAgIH1cblxuICAgICAgICAvLyB3aGVuIHNlYXJjaCBpcyBkaXNhYmxlZCwgZG8gbm90IGxvYWQgYW55IG1vcmUgZGF0YSBvciBqdXN0IGNsZWFyIHRoZSBkYXRhIHRoYXQgaXMgYWxyZWFkeSBpbiBwcm9jZXNzIG9yIGxvYWRlZC5cbiAgICAgICAgaWYgKGtleSA9PT0gJ2Rpc2FibGVkJykge1xuICAgICAgICAgICAgaWYgKG52ID09PSBmYWxzZSkge1xuICAgICAgICAgICAgICAgIHRoaXMuY2xlYXJEYXRhID0gZmFsc2U7XG4gICAgICAgICAgICB9IGVsc2Uge1xuICAgICAgICAgICAgICAgIHRoaXMuY2xlYXJEYXRhID0gdHJ1ZTtcbiAgICAgICAgICAgICAgICBpZiAoZ2V0KCh0aGlzLnR5cGVhaGVhZCBhcyBhbnkpLCAnX3R5cGVhaGVhZC5pc1Nob3duJykpIHtcbiAgICAgICAgICAgICAgICAgICAgdGhpcy50eXBlYWhlYWQuaGlkZSgpO1xuICAgICAgICAgICAgICAgIH1cbiAgICAgICAgICAgIH1cbiAgICAgICAgfVxuXG4gICAgICAgIHN1cGVyLm9uUHJvcGVydHlDaGFuZ2Uoa2V5LCBudiwgb3YpO1xuICAgIH1cbn1cbiIsIjxuZy10ZW1wbGF0ZSAjY3VzdG9tSXRlbVRlbXBsYXRlIGxldC1tb2RlbD1cIml0ZW1cIiBsZXQtaW5kZXg9XCJpbmRleFwiIGxldC1xdWVyeT1cInF1ZXJ5XCIgbGV0LW1hdGNoPVwibWF0Y2hcIj5cbiAgICA8IS0tIERlZmF1bHQgaXRlbSB0ZW1wbGF0ZSAtLT5cbiAgICA8YSAqbmdJZj1cIiFjb250ZW50XCI+XG4gICAgICAgIDxpbWcgKm5nSWY9XCJtb2RlbC5pbWdTcmNcIiBbc3JjXT1cIm1vZGVsLmltZ1NyY1wiIGFsdD1cIlNlYXJjaFwiIFtzdHlsZS53aWR0aF09XCJpbWFnZXdpZHRoXCI+XG4gICAgICAgIDxzcGFuIFt0aXRsZV09XCJtb2RlbC5sYWJlbFwiIFtpbm5lckh0bWxdPVwiaGlnaGxpZ2h0KG1hdGNoLCBxdWVyeSkgfHwgbW9kZWwubGFiZWxcIj48L3NwYW4+XG4gICAgPC9hPlxuICAgIDwhLS0gQ3VzdG9tIHBhcnRpYWwgdGVtcGxhdGUgLS0+XG4gICAgPGEgKm5nSWY9XCJjb250ZW50XCIgW25nQ2xhc3NdPVwie2N1c3RvbVRlbXBsYXRlOiBjb250ZW50fVwiIHBhcnRpYWxDb250YWluZXIgW3dtSXRlbVRlbXBsYXRlXT1cImNvbnRlbnRcIiBbdXNlckNvbXBvbmVudFBhcmFtc109XCJtYXRjaC5pdGVtXCI+XG4gICAgICAgIDxkaXYgcGFydGlhbC1jb250YWluZXItdGFyZ2V0PjwvZGl2PlxuICAgIDwvYT5cbjwvbmctdGVtcGxhdGU+XG5cbjxuZy10ZW1wbGF0ZSAjY3VzdG9tTGlzdFRlbXBsYXRlIGxldC1tYXRjaGVzPVwibWF0Y2hlc1wiIGxldC1pdGVtVGVtcGxhdGU9XCJpdGVtVGVtcGxhdGVcIiBsZXQtcXVlcnk9XCJxdWVyeVwiPlxuICAgIDx1bCAjdWxFbGVtZW50IGNsYXNzPVwiYXBwLXNlYXJjaCBkcm9wZG93bi1tZW51XCIgc2Nyb2xsYWJsZT5cbiAgICAgICAgPGxpICNsaUVsZW1lbnRzICpuZ0Zvcj1cImxldCBtYXRjaCBvZiBtYXRjaGVzOyBsZXQgaSA9IGluZGV4O1wiIFtuZ0NsYXNzXT1cInthY3RpdmU6IHR5cGVhaGVhZENvbnRhaW5lciAmJiB0eXBlYWhlYWRDb250YWluZXIuaXNBY3RpdmUobWF0Y2gpLCAnbGlzdC1ncm91cC1oZWFkZXInOiBtYXRjaCAmJiBtYXRjaC5pc0hlYWRlcigpfVwiXG4gICAgICAgICAgICAobW91c2VlbnRlcik9XCJ0eXBlYWhlYWRDb250YWluZXIuc2VsZWN0QWN0aXZlKG1hdGNoKTtcIlxuICAgICAgICAgICAgKGNsaWNrKT1cIm1hdGNoICYmICFtYXRjaC5pc0hlYWRlcigpICYmIHR5cGVhaGVhZENvbnRhaW5lci5zZWxlY3RNYXRjaChtYXRjaCwgJGV2ZW50KTsgJHR5cGVhaGVhZEV2ZW50ID0gJGV2ZW50OyBub3RpZnlTdWJzY3JpYmVyKCk7XCI+XG4gICAgICAgICAgICA8IS0tIGl0ZW1UZW1wbGF0ZSBjb21lcyBmcm9tIHRoZSA8aW5wdXQ+IC0tPlxuICAgICAgICAgICAgPGg0ICpuZ0lmPVwibWF0Y2guaXNIZWFkZXIoKVwiIGNsYXNzPVwiZ3JvdXAtdGl0bGVcIj57e21hdGNoLnZhbHVlfX08L2g0PlxuICAgICAgICAgICAgPG5nLWNvbnRhaW5lciAqbmdJZj1cIiFtYXRjaC5pc0hlYWRlcigpXCIgW25nVGVtcGxhdGVPdXRsZXRdPVwiaXRlbVRlbXBsYXRlXCJcbiAgICAgICAgICAgICAgICAgICAgICAgICAgW25nVGVtcGxhdGVPdXRsZXRDb250ZXh0XT1cIntpdGVtOiBtYXRjaC5pdGVtLCBpbmRleDogaSwgbWF0Y2g6IG1hdGNoLCBxdWVyeTogcXVlcnl9XCI+XG4gICAgICAgICAgICA8L25nLWNvbnRhaW5lcj5cbiAgICAgICAgPC9saT5cbiAgICAgICAgPGRpdiBjbGFzcz1cInN0YXR1c1wiIFtoaWRkZW5dPVwiX2xvYWRpbmdJdGVtcyB8fCAhKGRhdGFjb21wbGV0ZW1zZyAmJiBkYXRhUHJvdmlkZXIuaXNMYXN0UGFnZSlcIj5cbiAgICAgICAgICAgIDxzcGFuIFt0ZXh0Q29udGVudF09XCJkYXRhY29tcGxldGVtc2dcIj48L3NwYW4+XG4gICAgICAgIDwvZGl2PlxuICAgICAgICA8ZGl2IGNsYXNzPVwic3RhdHVzXCIgW2hpZGRlbl09XCIhX2xvYWRpbmdJdGVtc1wiPlxuICAgICAgICAgICAgPGkgY2xhc3M9XCJmYSBmYS1jaXJjbGUtby1ub3RjaCBmYS1zcGluXCI+PC9pPlxuICAgICAgICAgICAgPHNwYW4gW3RleHRDb250ZW50XT1cImxvYWRpbmdkYXRhbXNnXCI+PC9zcGFuPlxuICAgICAgICA8L2Rpdj5cbiAgICA8L3VsPlxuPC9uZy10ZW1wbGF0ZT5cblxuPCEtLVRoaXMgdGVtcGxhdGUgaXMgZm9yIHNlYXJjaCBpbnNpZGUgbW9iaWxlIG5hdmJhci4tLT5cbjxuZy1jb250YWluZXIgKm5nSWY9XCJuYXZzZWFyY2hiYXI7IGVsc2Ugc2VhcmNoVGVtcGxhdGVcIj5cbiAgICA8aW5wdXQgW3RpdGxlXT1cInF1ZXJ5IHx8ICcnXCIgdHlwZT1cInRleHRcIiBjbGFzcz1cImFwcC10ZXh0Ym94IGZvcm0tY29udHJvbCBsaXN0LW9mLW9ianMgYXBwLXNlYXJjaC1pbnB1dFwiIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlciB8fCAnJ1wiXG4gICAgICAgICAgIGZvY3VzLXRhcmdldFxuICAgICAgICAgICBjb250YWluZXI9XCJib2R5XCJcbiAgICAgICAgICAgW2Rpc2FibGVkXT1cImRpc2FibGVkXCJcbiAgICAgICAgICAgYXV0b2NvbXBsZXRlPVwib2ZmXCJcbiAgICAgICAgICAgWyhuZ01vZGVsKV09XCJxdWVyeVwiXG4gICAgICAgICAgIFtuZ01vZGVsT3B0aW9uc109XCJ7c3RhbmRhbG9uZTogdHJ1ZX1cIlxuICAgICAgICAgICBbcmVhZG9ubHldPVwicmVhZG9ubHlcIlxuICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAgICBbdHlwZWFoZWFkXT1cInR5cGVhaGVhZERhdGFTb3VyY2VcIlxuICAgICAgICAgICBbdHlwZWFoZWFkV2FpdE1zXT1cImRlYm91bmNldGltZVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRJdGVtVGVtcGxhdGVdPVwiY3VzdG9tSXRlbVRlbXBsYXRlXCJcbiAgICAgICAgICAgW29wdGlvbnNMaXN0VGVtcGxhdGVdPVwiY3VzdG9tTGlzdFRlbXBsYXRlXCJcbiAgICAgICAgICAgKGlucHV0KT1cIm9uSW5wdXRDaGFuZ2UoJGV2ZW50KVwiXG4gICAgICAgICAgIChrZXlkb3duKT1cImxpc3RlblF1ZXJ5ID0gdHJ1ZVwiXG4gICAgICAgICAgIChrZXlkb3duLmVudGVyKT1cIiR0eXBlYWhlYWRFdmVudCA9ICRldmVudDtoYW5kbGVFbnRlckV2ZW50KCRldmVudClcIlxuICAgICAgICAgICAoa2V5ZG93bi5hcnJvd2Rvd24pPVwic2VsZWN0TmV4dCgkZXZlbnQpXCJcbiAgICAgICAgICAgKGJsdXIpPVwiaW52b2tlT25Ub3VjaGVkKCRldmVudClcIlxuICAgICAgICAgICAoY2xpY2spPVwiaGFuZGxlRm9jdXMoJGV2ZW50KTtcIlxuICAgICAgICAgICAoZm9jdXMpPVwiX3Vuc3Vic2NyaWJlRHYgPSBmYWxzZTsgbGlzdGVuUXVlcnkgPSB0cnVlOyBoYW5kbGVGb2N1cygkZXZlbnQpOyBpbnZva2VPbkZvY3VzKCRldmVudCk7XCJcbiAgICAgICAgICAgKGZvY3Vzb3V0KT1cIm9uRm9jdXNPdXQoKVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRNaW5MZW5ndGhdPVwibWluY2hhcnNcIlxuICAgICAgICAgICBbdHlwZWFoZWFkT3B0aW9uc0xpbWl0XT1cImxpbWl0XCJcbiAgICAgICAgICAgKHR5cGVhaGVhZExvYWRpbmcpPVwiX2xvYWRpbmdJdGVtc1wiXG4gICAgICAgICAgICh0eXBlYWhlYWRPblNlbGVjdCk9XCJ0eXBlYWhlYWRPblNlbGVjdCgkZXZlbnQpXCJcbiAgICAgICAgICAgdHlwZWFoZWFkT3B0aW9uRmllbGQ9XCJsYWJlbFwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRHcm91cEZpZWxkXT1cImdyb3VwYnkgPyAnZ3JvdXBieScgOiBudWxsXCJcbiAgICAgICAgICAgW3R5cGVhaGVhZEFzeW5jXT1cInRydWVcIlxuICAgICAgICAgICBbdHlwZWFoZWFkU2Nyb2xsYWJsZV09XCJ0cnVlXCJcbiAgICAgICAgICAgW2FkYXB0aXZlUG9zaXRpb25dPVwidHJ1ZVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRPcHRpb25zSW5TY3JvbGxhYmxlVmlld109XCJvcHRpb25zbGltaXRpbnNjcm9sbGFibGV2aWV3XCJcbiAgICAgICAgICAgW2Ryb3B1cF09XCJkcm9wdXBcIlxuICAgICAgICAgICBbdGFiaW5kZXhdPVwidGFiaW5kZXhcIlxuICAgICAgICAgICBbYXR0ci5uYW1lXT1cIm5hbWVcIlxuICAgICAgICAgICBbYXR0ci5hcmlhLWxhYmVsXT1cImhpbnQgfHwgJ1NlYXJjaCBmaWVsZCdcIi8+XG4gICAgPGkgY2xhc3M9XCJidG4tY2xvc2Ugd2kgd2ktY2FuY2VsXCIgW2hpZGRlbl09XCIhc2hvd0Nsb3NlYnRuXCIgKGNsaWNrKT1cImNsZWFyU2VhcmNoKCRldmVudCk7XCI+PC9pPlxuPC9uZy1jb250YWluZXI+XG48IS0tVGhpcyB0ZW1wbGF0ZSBpcyBmb3IgYm90aCB3ZWIgYW5kIGZ1bGxzY3JlZW4gbW9kZSBpbiBtb2JpbGUuLS0+XG48bmctdGVtcGxhdGUgI3NlYXJjaFRlbXBsYXRlPlxuICAgIDxzcGFuIGNsYXNzPVwid2kgd2ktYXJyb3ctbGVmdCBmb3JtLWNvbnRyb2wtZmVlZGJhY2sgYmFjay1idG5cIiBhcmlhLWhpZGRlbj1cInRydWVcIiAoY2xpY2spPVwiY2xvc2VTZWFyY2goKVwiPjwvc3Bhbj5cbiAgICA8c3BhbiBjbGFzcz1cInNyLW9ubHlcIj5CYWNrIGJ1dHRvbjwvc3Bhbj5cbiAgICA8aW5wdXQgW3RpdGxlXT1cInF1ZXJ5IHx8ICcnXCIgdHlwZT1cInRleHRcIiBjbGFzcz1cImFwcC10ZXh0Ym94IGZvcm0tY29udHJvbCBsaXN0LW9mLW9ianMgYXBwLXNlYXJjaC1pbnB1dFwiIFtwbGFjZWhvbGRlcl09XCJwbGFjZWhvbGRlciB8fCAnJ1wiXG4gICAgICAgICAgIGZvY3VzLXRhcmdldFxuICAgICAgICAgICBbY29udGFpbmVyXT1cImNvbnRhaW5lclRhcmdldCB8fCAnLndtLWFwcCdcIlxuICAgICAgICAgICBbZGlzYWJsZWRdPVwiZGlzYWJsZWRcIlxuICAgICAgICAgICBhdXRvY29tcGxldGU9XCJvZmZcIlxuICAgICAgICAgICBbKG5nTW9kZWwpXT1cInF1ZXJ5XCJcbiAgICAgICAgICAgW25nTW9kZWxPcHRpb25zXT1cIntzdGFuZGFsb25lOiB0cnVlfVwiXG4gICAgICAgICAgIFtyZWFkb25seV09XCJyZWFkb25seVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRdPVwidHlwZWFoZWFkRGF0YVNvdXJjZVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRXYWl0TXNdPVwiZGVib3VuY2V0aW1lXCJcbiAgICAgICAgICAgW3R5cGVhaGVhZEl0ZW1UZW1wbGF0ZV09XCJjdXN0b21JdGVtVGVtcGxhdGVcIlxuICAgICAgICAgICBbb3B0aW9uc0xpc3RUZW1wbGF0ZV09XCJjdXN0b21MaXN0VGVtcGxhdGVcIlxuICAgICAgICAgICAoaW5wdXQpPVwib25JbnB1dENoYW5nZSgkZXZlbnQpXCJcbiAgICAgICAgICAgKGtleWRvd24pPVwibGlzdGVuUXVlcnkgPSB0cnVlXCJcbiAgICAgICAgICAgKGtleWRvd24uZW50ZXIpPVwiJHR5cGVhaGVhZEV2ZW50ID0gJGV2ZW50O2hhbmRsZUVudGVyRXZlbnQoJGV2ZW50KVwiXG4gICAgICAgICAgIChrZXlkb3duLmFycm93ZG93bik9XCJzZWxlY3ROZXh0KCRldmVudClcIlxuICAgICAgICAgICAoYmx1cik9XCJpbnZva2VPblRvdWNoZWQoJGV2ZW50KTsgb25Gb2N1c091dCgpXCJcbiAgICAgICAgICAgKGNsaWNrKT1cImhhbmRsZUZvY3VzKCRldmVudCk7XCJcbiAgICAgICAgICAgKGZvY3VzKT1cIl91bnN1YnNjcmliZUR2ID0gZmFsc2U7IGxpc3RlblF1ZXJ5ID0gdHJ1ZTsgaGFuZGxlRm9jdXMoJGV2ZW50KTsgaW52b2tlT25Gb2N1cygkZXZlbnQpXCJcbiAgICAgICAgICAgW3R5cGVhaGVhZE1pbkxlbmd0aF09XCJtaW5jaGFyc1wiXG4gICAgICAgICAgIFt0eXBlYWhlYWRPcHRpb25zTGltaXRdPVwibGltaXRcIlxuICAgICAgICAgICAodHlwZWFoZWFkTG9hZGluZyk9XCJfbG9hZGluZ0l0ZW1zXCJcbiAgICAgICAgICAgKHR5cGVhaGVhZE9uU2VsZWN0KT1cInR5cGVhaGVhZE9uU2VsZWN0KCRldmVudClcIlxuICAgICAgICAgICB0eXBlYWhlYWRPcHRpb25GaWVsZD1cImxhYmVsXCJcbiAgICAgICAgICAgW3R5cGVhaGVhZEdyb3VwRmllbGRdPVwiZ3JvdXBieSA/ICdncm91cGJ5JyA6IG51bGxcIlxuICAgICAgICAgICBbdHlwZWFoZWFkQXN5bmNdPVwidHJ1ZVwiXG4gICAgICAgICAgIFt0eXBlYWhlYWRTY3JvbGxhYmxlXT1cInRydWVcIlxuICAgICAgICAgICBbYWRhcHRpdmVQb3NpdGlvbl09XCJ0cnVlXCJcbiAgICAgICAgICAgW3R5cGVhaGVhZE9wdGlvbnNJblNjcm9sbGFibGVWaWV3XT1cIm9wdGlvbnNsaW1pdGluc2Nyb2xsYWJsZXZpZXdcIlxuICAgICAgICAgICBbdGFiaW5kZXhdPVwidGFiaW5kZXhcIlxuICAgICAgICAgICBbZHJvcHVwXT1cImRyb3B1cFwiXG4gICAgICAgICAgIFthdHRyLm5hbWVdPVwibmFtZVwiXG4gICAgICAgICAgIFthdHRyLmFyaWEtbGFiZWxdPVwiaGludCB8fCAnU2VhcmNoIGZpZWxkJ1wiPlxuICAgIDxpbnB1dCBjbGFzcz1cIm1vZGVsLWhvbGRlclwiIG5nLW1vZGVsPVwicHJveHlNb2RlbFwiIG5nLXJlcXVpcmVkPVwicmVxdWlyZWRcIiB0YWJpbmRleD1cIi0xXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCI+XG4gICAgPHNwYW4gKm5nSWY9XCJfbG9hZGluZ0l0ZW1zXCIgYXJpYS1oaWRkZW49XCJ0cnVlXCIgY2xhc3M9XCJmYSBmYS1jaXJjbGUtby1ub3RjaCBmYS1zcGluIGZvcm0tY29udHJvbC1mZWVkYmFja1wiPjwvc3Bhbj5cbiAgICA8c3BhbiBjbGFzcz1cIndpIHdpLWNsb3NlIGZvcm0tY29udHJvbC1mZWVkYmFjayBjbGVhci1idG5cIiBbbmdDbGFzc109XCJ7J3Nob3ctYnRuJzogaXNRdWVyeUVudGVyZWQoKX1cIiAoY2xpY2spPVwiY2xlYXJTZWFyY2goJGV2ZW50LCB0cnVlKVwiPjwvc3Bhbj5cbiAgICA8c3BhbiBjbGFzcz1cInNyLW9ubHlcIj5DbGVhciBidXR0b248L3NwYW4+XG4gICAgPHNwYW4gKm5nSWY9XCJzaG93c2VhcmNoaWNvblwiIGNsYXNzPVwiaW5wdXQtZ3JvdXAtYWRkb25cIiBhcmlhLWxhYmVsPVwic2VhcmNoIGljb25cIiBbbmdDbGFzc109XCJ7J2Rpc2FibGVkJzogZGlzYWJsZWR9XCI+XG4gICAgICAgIDxmb3JtPlxuICAgICAgICAgICAgPGJ1dHRvbiB0aXRsZT1cIlNlYXJjaFwiIFtkaXNhYmxlZF09XCJkaXNhYmxlZFwiIGNsYXNzPVwiYXBwLXNlYXJjaC1idXR0b24gd20tc2wtbCBzbC1zZWFyY2hcIiB0eXBlPVwic3VibWl0XCJcbiAgICAgICAgICAgICAgICAgICAgKGNsaWNrKT1cIm9uU2VhcmNoU2VsZWN0KCRldmVudClcIj48L2J1dHRvbj5cbiAgICAgICAgPC9mb3JtPlxuICAgIDwvc3Bhbj5cbjwvbmctdGVtcGxhdGU+XG4iXX0=