@wavemaker-ai/app-ng-runtime 1.0.0-rc.309

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 (1846) hide show
  1. package/build-task/.npmignore +2 -0
  2. package/build-task/bundles/index.umd.js +3060 -0
  3. package/build-task/fesm2022/index.mjs +2949 -0
  4. package/build-task/fesm2022/index.mjs.map +1 -0
  5. package/build-task/index.d.ts +882 -0
  6. package/build-task/package.json +23 -0
  7. package/components/advanced/carousel/.npmignore +2 -0
  8. package/components/advanced/carousel/bundles/index.umd.js +352 -0
  9. package/components/advanced/carousel/fesm2022/index.mjs +335 -0
  10. package/components/advanced/carousel/fesm2022/index.mjs.map +1 -0
  11. package/components/advanced/carousel/index.d.ts +89 -0
  12. package/components/advanced/carousel/package.json +18 -0
  13. package/components/advanced/custom/.npmignore +2 -0
  14. package/components/advanced/custom/bundles/index.umd.js +258 -0
  15. package/components/advanced/custom/fesm2022/index.mjs +244 -0
  16. package/components/advanced/custom/fesm2022/index.mjs.map +1 -0
  17. package/components/advanced/custom/index.d.ts +50 -0
  18. package/components/advanced/custom/package.json +18 -0
  19. package/components/advanced/login/.npmignore +2 -0
  20. package/components/advanced/login/bundles/index.umd.js +135 -0
  21. package/components/advanced/login/fesm2022/index.mjs +120 -0
  22. package/components/advanced/login/fesm2022/index.mjs.map +1 -0
  23. package/components/advanced/login/index.d.ts +34 -0
  24. package/components/advanced/login/package.json +18 -0
  25. package/components/advanced/marquee/.npmignore +2 -0
  26. package/components/advanced/marquee/bundles/index.umd.js +71 -0
  27. package/components/advanced/marquee/fesm2022/index.mjs +53 -0
  28. package/components/advanced/marquee/fesm2022/index.mjs.map +1 -0
  29. package/components/advanced/marquee/index.d.ts +12 -0
  30. package/components/advanced/marquee/package.json +18 -0
  31. package/components/base/.npmignore +2 -0
  32. package/components/base/bundles/index.umd.js +6055 -0
  33. package/components/base/fesm2022/index.mjs +5931 -0
  34. package/components/base/fesm2022/index.mjs.map +1 -0
  35. package/components/base/index.d.ts +1436 -0
  36. package/components/base/package.json +26 -0
  37. package/components/basic/anchor/.npmignore +2 -0
  38. package/components/basic/anchor/bundles/index.umd.js +204 -0
  39. package/components/basic/anchor/fesm2022/index.mjs +187 -0
  40. package/components/basic/anchor/fesm2022/index.mjs.map +1 -0
  41. package/components/basic/anchor/index.d.ts +40 -0
  42. package/components/basic/anchor/package.json +18 -0
  43. package/components/basic/audio/.npmignore +2 -0
  44. package/components/basic/audio/bundles/index.umd.js +83 -0
  45. package/components/basic/audio/fesm2022/index.mjs +65 -0
  46. package/components/basic/audio/fesm2022/index.mjs.map +1 -0
  47. package/components/basic/audio/index.d.ts +23 -0
  48. package/components/basic/audio/package.json +18 -0
  49. package/components/basic/html/.npmignore +2 -0
  50. package/components/basic/html/bundles/index.umd.js +122 -0
  51. package/components/basic/html/fesm2022/index.mjs +105 -0
  52. package/components/basic/html/fesm2022/index.mjs.map +1 -0
  53. package/components/basic/html/index.d.ts +17 -0
  54. package/components/basic/html/package.json +18 -0
  55. package/components/basic/icon/.npmignore +2 -0
  56. package/components/basic/icon/bundles/index.umd.js +80 -0
  57. package/components/basic/icon/fesm2022/index.mjs +62 -0
  58. package/components/basic/icon/fesm2022/index.mjs.map +1 -0
  59. package/components/basic/icon/index.d.ts +18 -0
  60. package/components/basic/icon/package.json +18 -0
  61. package/components/basic/iframe/.npmignore +2 -0
  62. package/components/basic/iframe/bundles/index.umd.js +101 -0
  63. package/components/basic/iframe/fesm2022/index.mjs +84 -0
  64. package/components/basic/iframe/fesm2022/index.mjs.map +1 -0
  65. package/components/basic/iframe/index.d.ts +29 -0
  66. package/components/basic/iframe/package.json +18 -0
  67. package/components/basic/label/.npmignore +2 -0
  68. package/components/basic/label/bundles/index.umd.js +129 -0
  69. package/components/basic/label/fesm2022/index.mjs +113 -0
  70. package/components/basic/label/fesm2022/index.mjs.map +1 -0
  71. package/components/basic/label/index.d.ts +15 -0
  72. package/components/basic/label/package.json +18 -0
  73. package/components/basic/picture/.npmignore +2 -0
  74. package/components/basic/picture/bundles/index.umd.js +138 -0
  75. package/components/basic/picture/fesm2022/index.mjs +121 -0
  76. package/components/basic/picture/fesm2022/index.mjs.map +1 -0
  77. package/components/basic/picture/index.d.ts +22 -0
  78. package/components/basic/picture/package.json +18 -0
  79. package/components/basic/progress/progress-bar/.npmignore +2 -0
  80. package/components/basic/progress/progress-bar/bundles/index.umd.js +170 -0
  81. package/components/basic/progress/progress-bar/fesm2022/index.mjs +154 -0
  82. package/components/basic/progress/progress-bar/fesm2022/index.mjs.map +1 -0
  83. package/components/basic/progress/progress-bar/index.d.ts +45 -0
  84. package/components/basic/progress/progress-bar/package.json +18 -0
  85. package/components/basic/progress/progress-circle/.npmignore +2 -0
  86. package/components/basic/progress/progress-circle/bundles/index.umd.js +171 -0
  87. package/components/basic/progress/progress-circle/fesm2022/index.mjs +155 -0
  88. package/components/basic/progress/progress-circle/fesm2022/index.mjs.map +1 -0
  89. package/components/basic/progress/progress-circle/index.d.ts +43 -0
  90. package/components/basic/progress/progress-circle/package.json +18 -0
  91. package/components/basic/progress/progress-utils/.npmignore +2 -0
  92. package/components/basic/progress/progress-utils/bundles/index.umd.js +35 -0
  93. package/components/basic/progress/progress-utils/fesm2022/index.mjs +32 -0
  94. package/components/basic/progress/progress-utils/fesm2022/index.mjs.map +1 -0
  95. package/components/basic/progress/progress-utils/index.d.ts +5 -0
  96. package/components/basic/progress/progress-utils/package.json +18 -0
  97. package/components/basic/rich-text-editor/.npmignore +2 -0
  98. package/components/basic/rich-text-editor/bundles/index.umd.js +236 -0
  99. package/components/basic/rich-text-editor/fesm2022/index.mjs +222 -0
  100. package/components/basic/rich-text-editor/fesm2022/index.mjs.map +1 -0
  101. package/components/basic/rich-text-editor/index.d.ts +58 -0
  102. package/components/basic/rich-text-editor/package.json +18 -0
  103. package/components/basic/search/.npmignore +2 -0
  104. package/components/basic/search/bundles/index.umd.js +1091 -0
  105. package/components/basic/search/fesm2022/index.mjs +1080 -0
  106. package/components/basic/search/fesm2022/index.mjs.map +1 -0
  107. package/components/basic/search/index.d.ts +125 -0
  108. package/components/basic/search/package.json +18 -0
  109. package/components/basic/spinner/.npmignore +2 -0
  110. package/components/basic/spinner/bundles/index.umd.js +126 -0
  111. package/components/basic/spinner/fesm2022/index.mjs +111 -0
  112. package/components/basic/spinner/fesm2022/index.mjs.map +1 -0
  113. package/components/basic/spinner/index.d.ts +30 -0
  114. package/components/basic/spinner/package.json +18 -0
  115. package/components/basic/tree/.npmignore +2 -0
  116. package/components/basic/tree/bundles/index.umd.js +767 -0
  117. package/components/basic/tree/fesm2022/index.mjs +751 -0
  118. package/components/basic/tree/fesm2022/index.mjs.map +1 -0
  119. package/components/basic/tree/index.d.ts +97 -0
  120. package/components/basic/tree/package.json +18 -0
  121. package/components/basic/video/.npmignore +2 -0
  122. package/components/basic/video/bundles/index.umd.js +116 -0
  123. package/components/basic/video/fesm2022/index.mjs +99 -0
  124. package/components/basic/video/fesm2022/index.mjs.map +1 -0
  125. package/components/basic/video/index.d.ts +30 -0
  126. package/components/basic/video/package.json +18 -0
  127. package/components/chart/.npmignore +2 -0
  128. package/components/chart/bundles/index.umd.js +1747 -0
  129. package/components/chart/fesm2022/index.mjs +1774 -0
  130. package/components/chart/fesm2022/index.mjs.map +1 -0
  131. package/components/chart/index.d.ts +103 -0
  132. package/components/chart/package.json +18 -0
  133. package/components/containers/accordion/.npmignore +2 -0
  134. package/components/containers/accordion/bundles/index.umd.js +500 -0
  135. package/components/containers/accordion/fesm2022/index.mjs +486 -0
  136. package/components/containers/accordion/fesm2022/index.mjs.map +1 -0
  137. package/components/containers/accordion/index.d.ts +114 -0
  138. package/components/containers/accordion/package.json +18 -0
  139. package/components/containers/layout-grid/.npmignore +2 -0
  140. package/components/containers/layout-grid/bundles/index.umd.js +172 -0
  141. package/components/containers/layout-grid/fesm2022/index.mjs +153 -0
  142. package/components/containers/layout-grid/fesm2022/index.mjs.map +1 -0
  143. package/components/containers/layout-grid/index.d.ts +29 -0
  144. package/components/containers/layout-grid/package.json +18 -0
  145. package/components/containers/linear-layout/.npmignore +2 -0
  146. package/components/containers/linear-layout/bundles/index.umd.js +186 -0
  147. package/components/containers/linear-layout/fesm2022/index.mjs +167 -0
  148. package/components/containers/linear-layout/fesm2022/index.mjs.map +1 -0
  149. package/components/containers/linear-layout/index.d.ts +27 -0
  150. package/components/containers/linear-layout/package.json +18 -0
  151. package/components/containers/panel/.npmignore +2 -0
  152. package/components/containers/panel/bundles/index.umd.js +223 -0
  153. package/components/containers/panel/fesm2022/index.mjs +210 -0
  154. package/components/containers/panel/fesm2022/index.mjs.map +1 -0
  155. package/components/containers/panel/index.d.ts +46 -0
  156. package/components/containers/panel/package.json +18 -0
  157. package/components/containers/tabs/.npmignore +2 -0
  158. package/components/containers/tabs/bundles/index.umd.js +788 -0
  159. package/components/containers/tabs/fesm2022/index.mjs +775 -0
  160. package/components/containers/tabs/fesm2022/index.mjs.map +1 -0
  161. package/components/containers/tabs/index.d.ts +127 -0
  162. package/components/containers/tabs/package.json +18 -0
  163. package/components/containers/tile/.npmignore +2 -0
  164. package/components/containers/tile/bundles/index.umd.js +68 -0
  165. package/components/containers/tile/fesm2022/index.mjs +50 -0
  166. package/components/containers/tile/fesm2022/index.mjs.map +1 -0
  167. package/components/containers/tile/index.d.ts +12 -0
  168. package/components/containers/tile/package.json +18 -0
  169. package/components/containers/wizard/.npmignore +2 -0
  170. package/components/containers/wizard/bundles/index.umd.js +1074 -0
  171. package/components/containers/wizard/fesm2022/index.mjs +1058 -0
  172. package/components/containers/wizard/fesm2022/index.mjs.map +1 -0
  173. package/components/containers/wizard/index.d.ts +257 -0
  174. package/components/containers/wizard/package.json +18 -0
  175. package/components/data/card/.npmignore +2 -0
  176. package/components/data/card/bundles/index.umd.js +237 -0
  177. package/components/data/card/fesm2022/index.mjs +220 -0
  178. package/components/data/card/fesm2022/index.mjs.map +1 -0
  179. package/components/data/card/index.d.ts +51 -0
  180. package/components/data/card/package.json +18 -0
  181. package/components/data/form/.npmignore +2 -0
  182. package/components/data/form/bundles/index.umd.js +3339 -0
  183. package/components/data/form/fesm2022/index.mjs +3327 -0
  184. package/components/data/form/fesm2022/index.mjs.map +1 -0
  185. package/components/data/form/index.d.ts +487 -0
  186. package/components/data/form/package.json +18 -0
  187. package/components/data/list/.npmignore +2 -0
  188. package/components/data/list/bundles/index.umd.js +1610 -0
  189. package/components/data/list/fesm2022/index.mjs +1602 -0
  190. package/components/data/list/fesm2022/index.mjs.map +1 -0
  191. package/components/data/list/index.d.ts +283 -0
  192. package/components/data/list/package.json +18 -0
  193. package/components/data/live-table/.npmignore +2 -0
  194. package/components/data/live-table/bundles/index.umd.js +283 -0
  195. package/components/data/live-table/fesm2022/index.mjs +268 -0
  196. package/components/data/live-table/fesm2022/index.mjs.map +1 -0
  197. package/components/data/live-table/index.d.ts +39 -0
  198. package/components/data/live-table/package.json +18 -0
  199. package/components/data/pagination/.npmignore +2 -0
  200. package/components/data/pagination/bundles/index.umd.js +885 -0
  201. package/components/data/pagination/fesm2022/index.mjs +880 -0
  202. package/components/data/pagination/fesm2022/index.mjs.map +1 -0
  203. package/components/data/pagination/index.d.ts +106 -0
  204. package/components/data/pagination/package.json +18 -0
  205. package/components/data/table/.npmignore +2 -0
  206. package/components/data/table/bundles/index.umd.js +4991 -0
  207. package/components/data/table/fesm2022/index.mjs +4978 -0
  208. package/components/data/table/fesm2022/index.mjs.map +1 -0
  209. package/components/data/table/index.d.ts +744 -0
  210. package/components/data/table/package.json +18 -0
  211. package/components/dialogs/alert-dialog/.npmignore +2 -0
  212. package/components/dialogs/alert-dialog/bundles/index.umd.js +126 -0
  213. package/components/dialogs/alert-dialog/fesm2022/index.mjs +114 -0
  214. package/components/dialogs/alert-dialog/fesm2022/index.mjs.map +1 -0
  215. package/components/dialogs/alert-dialog/index.d.ts +26 -0
  216. package/components/dialogs/alert-dialog/package.json +18 -0
  217. package/components/dialogs/confirm-dialog/.npmignore +2 -0
  218. package/components/dialogs/confirm-dialog/bundles/index.umd.js +129 -0
  219. package/components/dialogs/confirm-dialog/fesm2022/index.mjs +117 -0
  220. package/components/dialogs/confirm-dialog/fesm2022/index.mjs.map +1 -0
  221. package/components/dialogs/confirm-dialog/index.d.ts +29 -0
  222. package/components/dialogs/confirm-dialog/package.json +18 -0
  223. package/components/dialogs/default/.npmignore +2 -0
  224. package/components/dialogs/default/bundles/index.umd.js +380 -0
  225. package/components/dialogs/default/fesm2022/index.mjs +363 -0
  226. package/components/dialogs/default/fesm2022/index.mjs.map +1 -0
  227. package/components/dialogs/default/index.d.ts +89 -0
  228. package/components/dialogs/default/package.json +18 -0
  229. package/components/dialogs/design-dialog/.npmignore +2 -0
  230. package/components/dialogs/design-dialog/bundles/index.umd.js +150 -0
  231. package/components/dialogs/design-dialog/fesm2022/index.mjs +135 -0
  232. package/components/dialogs/design-dialog/fesm2022/index.mjs.map +1 -0
  233. package/components/dialogs/design-dialog/index.d.ts +20 -0
  234. package/components/dialogs/design-dialog/package.json +18 -0
  235. package/components/dialogs/iframe-dialog/.npmignore +2 -0
  236. package/components/dialogs/iframe-dialog/bundles/index.umd.js +119 -0
  237. package/components/dialogs/iframe-dialog/fesm2022/index.mjs +108 -0
  238. package/components/dialogs/iframe-dialog/fesm2022/index.mjs.map +1 -0
  239. package/components/dialogs/iframe-dialog/index.d.ts +22 -0
  240. package/components/dialogs/iframe-dialog/package.json +18 -0
  241. package/components/dialogs/login-dialog/.npmignore +2 -0
  242. package/components/dialogs/login-dialog/bundles/index.umd.js +114 -0
  243. package/components/dialogs/login-dialog/fesm2022/index.mjs +98 -0
  244. package/components/dialogs/login-dialog/fesm2022/index.mjs.map +1 -0
  245. package/components/dialogs/login-dialog/index.d.ts +26 -0
  246. package/components/dialogs/login-dialog/package.json +18 -0
  247. package/components/dialogs/partial-dialog/.npmignore +2 -0
  248. package/components/dialogs/partial-dialog/bundles/index.umd.js +157 -0
  249. package/components/dialogs/partial-dialog/fesm2022/index.mjs +146 -0
  250. package/components/dialogs/partial-dialog/fesm2022/index.mjs.map +1 -0
  251. package/components/dialogs/partial-dialog/index.d.ts +32 -0
  252. package/components/dialogs/partial-dialog/package.json +18 -0
  253. package/components/input/base-form/.npmignore +2 -0
  254. package/components/input/base-form/bundles/index.umd.js +147 -0
  255. package/components/input/base-form/fesm2022/index.mjs +131 -0
  256. package/components/input/base-form/fesm2022/index.mjs.map +1 -0
  257. package/components/input/base-form/index.d.ts +29 -0
  258. package/components/input/base-form/package.json +18 -0
  259. package/components/input/base-form-custom/.npmignore +2 -0
  260. package/components/input/base-form-custom/bundles/index.umd.js +129 -0
  261. package/components/input/base-form-custom/fesm2022/index.mjs +112 -0
  262. package/components/input/base-form-custom/fesm2022/index.mjs.map +1 -0
  263. package/components/input/base-form-custom/index.d.ts +26 -0
  264. package/components/input/base-form-custom/package.json +18 -0
  265. package/components/input/button/.npmignore +2 -0
  266. package/components/input/button/bundles/index.umd.js +98 -0
  267. package/components/input/button/fesm2022/index.mjs +81 -0
  268. package/components/input/button/fesm2022/index.mjs.map +1 -0
  269. package/components/input/button/index.d.ts +22 -0
  270. package/components/input/button/package.json +18 -0
  271. package/components/input/button-group/.npmignore +2 -0
  272. package/components/input/button-group/bundles/index.umd.js +80 -0
  273. package/components/input/button-group/fesm2022/index.mjs +62 -0
  274. package/components/input/button-group/fesm2022/index.mjs.map +1 -0
  275. package/components/input/button-group/index.d.ts +14 -0
  276. package/components/input/button-group/package.json +18 -0
  277. package/components/input/calendar/.npmignore +2 -0
  278. package/components/input/calendar/bundles/index.umd.js +655 -0
  279. package/components/input/calendar/fesm2022/index.mjs +665 -0
  280. package/components/input/calendar/fesm2022/index.mjs.map +1 -0
  281. package/components/input/calendar/index.d.ts +131 -0
  282. package/components/input/calendar/package.json +18 -0
  283. package/components/input/caption-position/.npmignore +2 -0
  284. package/components/input/caption-position/bundles/index.umd.js +196 -0
  285. package/components/input/caption-position/fesm2022/index.mjs +178 -0
  286. package/components/input/caption-position/fesm2022/index.mjs.map +1 -0
  287. package/components/input/caption-position/index.d.ts +34 -0
  288. package/components/input/caption-position/package.json +18 -0
  289. package/components/input/checkbox/.npmignore +2 -0
  290. package/components/input/checkbox/bundles/index.umd.js +206 -0
  291. package/components/input/checkbox/fesm2022/index.mjs +191 -0
  292. package/components/input/checkbox/fesm2022/index.mjs.map +1 -0
  293. package/components/input/checkbox/index.d.ts +39 -0
  294. package/components/input/checkbox/package.json +18 -0
  295. package/components/input/checkboxset/.npmignore +2 -0
  296. package/components/input/checkboxset/bundles/index.umd.js +178 -0
  297. package/components/input/checkboxset/fesm2022/index.mjs +165 -0
  298. package/components/input/checkboxset/fesm2022/index.mjs.map +1 -0
  299. package/components/input/checkboxset/index.d.ts +27 -0
  300. package/components/input/checkboxset/package.json +18 -0
  301. package/components/input/chips/.npmignore +2 -0
  302. package/components/input/chips/bundles/index.umd.js +741 -0
  303. package/components/input/chips/fesm2022/index.mjs +729 -0
  304. package/components/input/chips/fesm2022/index.mjs.map +1 -0
  305. package/components/input/chips/index.d.ts +90 -0
  306. package/components/input/chips/package.json +18 -0
  307. package/components/input/color-picker/.npmignore +2 -0
  308. package/components/input/color-picker/bundles/index.umd.js +145 -0
  309. package/components/input/color-picker/fesm2022/index.mjs +132 -0
  310. package/components/input/color-picker/fesm2022/index.mjs.map +1 -0
  311. package/components/input/color-picker/index.d.ts +36 -0
  312. package/components/input/color-picker/package.json +18 -0
  313. package/components/input/composite/.npmignore +2 -0
  314. package/components/input/composite/bundles/index.umd.js +120 -0
  315. package/components/input/composite/fesm2022/index.mjs +103 -0
  316. package/components/input/composite/fesm2022/index.mjs.map +1 -0
  317. package/components/input/composite/index.d.ts +27 -0
  318. package/components/input/composite/package.json +18 -0
  319. package/components/input/currency/.npmignore +2 -0
  320. package/components/input/currency/bundles/index.umd.js +112 -0
  321. package/components/input/currency/fesm2022/index.mjs +97 -0
  322. package/components/input/currency/fesm2022/index.mjs.map +1 -0
  323. package/components/input/currency/index.d.ts +31 -0
  324. package/components/input/currency/package.json +18 -0
  325. package/components/input/dataset-aware-form/.npmignore +2 -0
  326. package/components/input/dataset-aware-form/bundles/index.umd.js +354 -0
  327. package/components/input/dataset-aware-form/fesm2022/index.mjs +340 -0
  328. package/components/input/dataset-aware-form/fesm2022/index.mjs.map +1 -0
  329. package/components/input/dataset-aware-form/index.d.ts +80 -0
  330. package/components/input/dataset-aware-form/package.json +18 -0
  331. package/components/input/epoch/base-date-time/.npmignore +2 -0
  332. package/components/input/epoch/base-date-time/bundles/index.umd.js +1093 -0
  333. package/components/input/epoch/base-date-time/fesm2022/index.mjs +1084 -0
  334. package/components/input/epoch/base-date-time/fesm2022/index.mjs.map +1 -0
  335. package/components/input/epoch/base-date-time/index.d.ts +249 -0
  336. package/components/input/epoch/base-date-time/package.json +18 -0
  337. package/components/input/epoch/date/.npmignore +2 -0
  338. package/components/input/epoch/date/bundles/index.umd.js +515 -0
  339. package/components/input/epoch/date/fesm2022/index.mjs +505 -0
  340. package/components/input/epoch/date/fesm2022/index.mjs.map +1 -0
  341. package/components/input/epoch/date/index.d.ts +64 -0
  342. package/components/input/epoch/date/package.json +18 -0
  343. package/components/input/epoch/date-time/.npmignore +2 -0
  344. package/components/input/epoch/date-time/bundles/index.umd.js +519 -0
  345. package/components/input/epoch/date-time/fesm2022/index.mjs +510 -0
  346. package/components/input/epoch/date-time/fesm2022/index.mjs.map +1 -0
  347. package/components/input/epoch/date-time/index.d.ts +112 -0
  348. package/components/input/epoch/date-time/package.json +18 -0
  349. package/components/input/epoch/date-time-picker/.npmignore +2 -0
  350. package/components/input/epoch/date-time-picker/bundles/index.umd.js +453 -0
  351. package/components/input/epoch/date-time-picker/fesm2022/index.mjs +439 -0
  352. package/components/input/epoch/date-time-picker/fesm2022/index.mjs.map +1 -0
  353. package/components/input/epoch/date-time-picker/index.d.ts +83 -0
  354. package/components/input/epoch/date-time-picker/package.json +18 -0
  355. package/components/input/epoch/picker/.npmignore +2 -0
  356. package/components/input/epoch/picker/bundles/index.umd.js +192 -0
  357. package/components/input/epoch/picker/fesm2022/index.mjs +172 -0
  358. package/components/input/epoch/picker/fesm2022/index.mjs.map +1 -0
  359. package/components/input/epoch/picker/index.d.ts +39 -0
  360. package/components/input/epoch/picker/package.json +18 -0
  361. package/components/input/epoch/time/.npmignore +2 -0
  362. package/components/input/epoch/time/bundles/index.umd.js +401 -0
  363. package/components/input/epoch/time/fesm2022/index.mjs +391 -0
  364. package/components/input/epoch/time/fesm2022/index.mjs.map +1 -0
  365. package/components/input/epoch/time/index.d.ts +108 -0
  366. package/components/input/epoch/time/package.json +18 -0
  367. package/components/input/file-upload/.npmignore +2 -0
  368. package/components/input/file-upload/bundles/index.umd.js +483 -0
  369. package/components/input/file-upload/fesm2022/index.mjs +469 -0
  370. package/components/input/file-upload/fesm2022/index.mjs.map +1 -0
  371. package/components/input/file-upload/index.d.ts +106 -0
  372. package/components/input/file-upload/package.json +18 -0
  373. package/components/input/number/.npmignore +2 -0
  374. package/components/input/number/bundles/index.umd.js +109 -0
  375. package/components/input/number/fesm2022/index.mjs +95 -0
  376. package/components/input/number/fesm2022/index.mjs.map +1 -0
  377. package/components/input/number/index.d.ts +29 -0
  378. package/components/input/number/package.json +18 -0
  379. package/components/input/radioset/.npmignore +2 -0
  380. package/components/input/radioset/bundles/index.umd.js +164 -0
  381. package/components/input/radioset/fesm2022/index.mjs +151 -0
  382. package/components/input/radioset/fesm2022/index.mjs.map +1 -0
  383. package/components/input/radioset/index.d.ts +26 -0
  384. package/components/input/radioset/package.json +18 -0
  385. package/components/input/rating/.npmignore +2 -0
  386. package/components/input/rating/bundles/index.umd.js +270 -0
  387. package/components/input/rating/fesm2022/index.mjs +257 -0
  388. package/components/input/rating/fesm2022/index.mjs.map +1 -0
  389. package/components/input/rating/index.d.ts +47 -0
  390. package/components/input/rating/package.json +18 -0
  391. package/components/input/select/.npmignore +2 -0
  392. package/components/input/select/bundles/index.umd.js +225 -0
  393. package/components/input/select/fesm2022/index.mjs +211 -0
  394. package/components/input/select/fesm2022/index.mjs.map +1 -0
  395. package/components/input/select/index.d.ts +39 -0
  396. package/components/input/select/package.json +18 -0
  397. package/components/input/slider/.npmignore +2 -0
  398. package/components/input/slider/bundles/index.umd.js +203 -0
  399. package/components/input/slider/fesm2022/index.mjs +189 -0
  400. package/components/input/slider/fesm2022/index.mjs.map +1 -0
  401. package/components/input/slider/index.d.ts +42 -0
  402. package/components/input/slider/package.json +18 -0
  403. package/components/input/switch/.npmignore +2 -0
  404. package/components/input/switch/bundles/index.umd.js +224 -0
  405. package/components/input/switch/fesm2022/index.mjs +211 -0
  406. package/components/input/switch/fesm2022/index.mjs.map +1 -0
  407. package/components/input/switch/index.d.ts +33 -0
  408. package/components/input/switch/package.json +18 -0
  409. package/components/input/text/.npmignore +2 -0
  410. package/components/input/text/bundles/index.umd.js +1130 -0
  411. package/components/input/text/fesm2022/index.mjs +1114 -0
  412. package/components/input/text/fesm2022/index.mjs.map +1 -0
  413. package/components/input/text/index.d.ts +316 -0
  414. package/components/input/text/package.json +18 -0
  415. package/components/input/textarea/.npmignore +2 -0
  416. package/components/input/textarea/bundles/index.umd.js +108 -0
  417. package/components/input/textarea/fesm2022/index.mjs +94 -0
  418. package/components/input/textarea/fesm2022/index.mjs.map +1 -0
  419. package/components/input/textarea/index.d.ts +33 -0
  420. package/components/input/textarea/package.json +18 -0
  421. package/components/navigation/breadcrumb/.npmignore +2 -0
  422. package/components/navigation/breadcrumb/bundles/index.umd.js +138 -0
  423. package/components/navigation/breadcrumb/fesm2022/index.mjs +121 -0
  424. package/components/navigation/breadcrumb/fesm2022/index.mjs.map +1 -0
  425. package/components/navigation/breadcrumb/index.d.ts +28 -0
  426. package/components/navigation/breadcrumb/package.json +18 -0
  427. package/components/navigation/menu/.npmignore +2 -0
  428. package/components/navigation/menu/bundles/index.umd.js +947 -0
  429. package/components/navigation/menu/fesm2022/index.mjs +929 -0
  430. package/components/navigation/menu/fesm2022/index.mjs.map +1 -0
  431. package/components/navigation/menu/index.d.ts +189 -0
  432. package/components/navigation/menu/package.json +18 -0
  433. package/components/navigation/navbar/.npmignore +2 -0
  434. package/components/navigation/navbar/bundles/index.umd.js +87 -0
  435. package/components/navigation/navbar/fesm2022/index.mjs +70 -0
  436. package/components/navigation/navbar/fesm2022/index.mjs.map +1 -0
  437. package/components/navigation/navbar/index.d.ts +19 -0
  438. package/components/navigation/navbar/package.json +18 -0
  439. package/components/navigation/popover/.npmignore +2 -0
  440. package/components/navigation/popover/bundles/index.umd.js +527 -0
  441. package/components/navigation/popover/fesm2022/index.mjs +513 -0
  442. package/components/navigation/popover/fesm2022/index.mjs.map +1 -0
  443. package/components/navigation/popover/index.d.ts +86 -0
  444. package/components/navigation/popover/package.json +18 -0
  445. package/components/page/default/.npmignore +2 -0
  446. package/components/page/default/bundles/index.umd.js +458 -0
  447. package/components/page/default/fesm2022/index.mjs +438 -0
  448. package/components/page/default/fesm2022/index.mjs.map +1 -0
  449. package/components/page/default/index.d.ts +124 -0
  450. package/components/page/default/package.json +18 -0
  451. package/components/page/footer/.npmignore +2 -0
  452. package/components/page/footer/bundles/index.umd.js +71 -0
  453. package/components/page/footer/fesm2022/index.mjs +53 -0
  454. package/components/page/footer/fesm2022/index.mjs.map +1 -0
  455. package/components/page/footer/index.d.ts +12 -0
  456. package/components/page/footer/package.json +18 -0
  457. package/components/page/header/.npmignore +2 -0
  458. package/components/page/header/bundles/index.umd.js +67 -0
  459. package/components/page/header/fesm2022/index.mjs +49 -0
  460. package/components/page/header/fesm2022/index.mjs.map +1 -0
  461. package/components/page/header/index.d.ts +13 -0
  462. package/components/page/header/package.json +18 -0
  463. package/components/page/left-panel/.npmignore +2 -0
  464. package/components/page/left-panel/bundles/index.umd.js +415 -0
  465. package/components/page/left-panel/fesm2022/index.mjs +400 -0
  466. package/components/page/left-panel/fesm2022/index.mjs.map +1 -0
  467. package/components/page/left-panel/index.d.ts +41 -0
  468. package/components/page/left-panel/package.json +18 -0
  469. package/components/page/right-panel/.npmignore +2 -0
  470. package/components/page/right-panel/bundles/index.umd.js +86 -0
  471. package/components/page/right-panel/fesm2022/index.mjs +69 -0
  472. package/components/page/right-panel/fesm2022/index.mjs.map +1 -0
  473. package/components/page/right-panel/index.d.ts +13 -0
  474. package/components/page/right-panel/package.json +18 -0
  475. package/components/page/top-nav/.npmignore +2 -0
  476. package/components/page/top-nav/bundles/index.umd.js +68 -0
  477. package/components/page/top-nav/fesm2022/index.mjs +50 -0
  478. package/components/page/top-nav/fesm2022/index.mjs.map +1 -0
  479. package/components/page/top-nav/index.d.ts +12 -0
  480. package/components/page/top-nav/package.json +18 -0
  481. package/components/prefab/.npmignore +2 -0
  482. package/components/prefab/bundles/index.umd.js +176 -0
  483. package/components/prefab/fesm2022/index.mjs +159 -0
  484. package/components/prefab/fesm2022/index.mjs.map +1 -0
  485. package/components/prefab/index.d.ts +33 -0
  486. package/components/prefab/package.json +18 -0
  487. package/core/.npmignore +2 -0
  488. package/core/bundles/index.umd.js +5627 -0
  489. package/core/fesm2022/index.mjs +5475 -0
  490. package/core/fesm2022/index.mjs.map +1 -0
  491. package/core/index.d.ts +2143 -0
  492. package/core/package.json +24 -0
  493. package/http/.npmignore +2 -0
  494. package/http/bundles/index.umd.js +421 -0
  495. package/http/fesm2022/index.mjs +405 -0
  496. package/http/fesm2022/index.mjs.map +1 -0
  497. package/http/index.d.ts +120 -0
  498. package/http/package.json +23 -0
  499. package/locales/angular/af-na.js +17 -0
  500. package/locales/angular/af.js +17 -0
  501. package/locales/angular/agq.js +15 -0
  502. package/locales/angular/ak.js +17 -0
  503. package/locales/angular/am.js +17 -0
  504. package/locales/angular/ar-ae.js +25 -0
  505. package/locales/angular/ar-bh.js +25 -0
  506. package/locales/angular/ar-dj.js +25 -0
  507. package/locales/angular/ar-dz.js +25 -0
  508. package/locales/angular/ar-eg.js +25 -0
  509. package/locales/angular/ar-eh.js +25 -0
  510. package/locales/angular/ar-er.js +25 -0
  511. package/locales/angular/ar-il.js +25 -0
  512. package/locales/angular/ar-iq.js +25 -0
  513. package/locales/angular/ar-jo.js +25 -0
  514. package/locales/angular/ar-km.js +25 -0
  515. package/locales/angular/ar-kw.js +25 -0
  516. package/locales/angular/ar-lb.js +25 -0
  517. package/locales/angular/ar-ly.js +25 -0
  518. package/locales/angular/ar-ma.js +25 -0
  519. package/locales/angular/ar-mr.js +25 -0
  520. package/locales/angular/ar-om.js +25 -0
  521. package/locales/angular/ar-ps.js +25 -0
  522. package/locales/angular/ar-qa.js +25 -0
  523. package/locales/angular/ar-sa.js +25 -0
  524. package/locales/angular/ar-sd.js +25 -0
  525. package/locales/angular/ar-so.js +25 -0
  526. package/locales/angular/ar-ss.js +25 -0
  527. package/locales/angular/ar-sy.js +25 -0
  528. package/locales/angular/ar-td.js +25 -0
  529. package/locales/angular/ar-tn.js +25 -0
  530. package/locales/angular/ar-ye.js +25 -0
  531. package/locales/angular/ar.js +25 -0
  532. package/locales/angular/as.js +17 -0
  533. package/locales/angular/asa.js +17 -0
  534. package/locales/angular/ast.js +17 -0
  535. package/locales/angular/az-cyrl.js +15 -0
  536. package/locales/angular/az-latn.js +17 -0
  537. package/locales/angular/az.js +17 -0
  538. package/locales/angular/bas.js +15 -0
  539. package/locales/angular/be-tarask.js +21 -0
  540. package/locales/angular/be.js +21 -0
  541. package/locales/angular/bem.js +17 -0
  542. package/locales/angular/bez.js +17 -0
  543. package/locales/angular/bg.js +17 -0
  544. package/locales/angular/bm.js +15 -0
  545. package/locales/angular/bn-in.js +17 -0
  546. package/locales/angular/bn.js +17 -0
  547. package/locales/angular/bo-in.js +15 -0
  548. package/locales/angular/bo.js +15 -0
  549. package/locales/angular/br.js +23 -0
  550. package/locales/angular/brx.js +17 -0
  551. package/locales/angular/bs-cyrl.js +15 -0
  552. package/locales/angular/bs-latn.js +19 -0
  553. package/locales/angular/bs.js +19 -0
  554. package/locales/angular/ca-ad.js +17 -0
  555. package/locales/angular/ca-es-valencia.js +17 -0
  556. package/locales/angular/ca-fr.js +17 -0
  557. package/locales/angular/ca-it.js +17 -0
  558. package/locales/angular/ca.js +17 -0
  559. package/locales/angular/ccp-in.js +15 -0
  560. package/locales/angular/ccp.js +15 -0
  561. package/locales/angular/ce.js +17 -0
  562. package/locales/angular/ceb.js +17 -0
  563. package/locales/angular/cgg.js +17 -0
  564. package/locales/angular/chr.js +17 -0
  565. package/locales/angular/ckb-ir.js +17 -0
  566. package/locales/angular/ckb.js +17 -0
  567. package/locales/angular/cs.js +21 -0
  568. package/locales/angular/cy.js +25 -0
  569. package/locales/angular/da-gl.js +17 -0
  570. package/locales/angular/da.js +17 -0
  571. package/locales/angular/dav.js +15 -0
  572. package/locales/angular/de-at.js +17 -0
  573. package/locales/angular/de-be.js +17 -0
  574. package/locales/angular/de-ch.js +17 -0
  575. package/locales/angular/de-it.js +17 -0
  576. package/locales/angular/de-li.js +17 -0
  577. package/locales/angular/de-lu.js +17 -0
  578. package/locales/angular/de.js +17 -0
  579. package/locales/angular/dje.js +15 -0
  580. package/locales/angular/doi.js +17 -0
  581. package/locales/angular/dsb.js +21 -0
  582. package/locales/angular/dua.js +15 -0
  583. package/locales/angular/dyo.js +15 -0
  584. package/locales/angular/dz.js +15 -0
  585. package/locales/angular/ebu.js +15 -0
  586. package/locales/angular/ee-tg.js +17 -0
  587. package/locales/angular/ee.js +17 -0
  588. package/locales/angular/el-cy.js +17 -0
  589. package/locales/angular/el.js +17 -0
  590. package/locales/angular/en-001.js +17 -0
  591. package/locales/angular/en-150.js +17 -0
  592. package/locales/angular/en-ae.js +17 -0
  593. package/locales/angular/en-ag.js +17 -0
  594. package/locales/angular/en-ai.js +17 -0
  595. package/locales/angular/en-as.js +17 -0
  596. package/locales/angular/en-at.js +17 -0
  597. package/locales/angular/en-au.js +17 -0
  598. package/locales/angular/en-bb.js +17 -0
  599. package/locales/angular/en-be.js +17 -0
  600. package/locales/angular/en-bi.js +17 -0
  601. package/locales/angular/en-bm.js +17 -0
  602. package/locales/angular/en-bs.js +17 -0
  603. package/locales/angular/en-bw.js +17 -0
  604. package/locales/angular/en-bz.js +17 -0
  605. package/locales/angular/en-ca.js +17 -0
  606. package/locales/angular/en-cc.js +17 -0
  607. package/locales/angular/en-ch.js +17 -0
  608. package/locales/angular/en-ck.js +17 -0
  609. package/locales/angular/en-cm.js +17 -0
  610. package/locales/angular/en-cx.js +17 -0
  611. package/locales/angular/en-cy.js +17 -0
  612. package/locales/angular/en-de.js +17 -0
  613. package/locales/angular/en-dg.js +17 -0
  614. package/locales/angular/en-dk.js +17 -0
  615. package/locales/angular/en-dm.js +17 -0
  616. package/locales/angular/en-er.js +17 -0
  617. package/locales/angular/en-fi.js +17 -0
  618. package/locales/angular/en-fj.js +17 -0
  619. package/locales/angular/en-fk.js +17 -0
  620. package/locales/angular/en-fm.js +17 -0
  621. package/locales/angular/en-gb.js +17 -0
  622. package/locales/angular/en-gd.js +17 -0
  623. package/locales/angular/en-gg.js +17 -0
  624. package/locales/angular/en-gh.js +17 -0
  625. package/locales/angular/en-gi.js +17 -0
  626. package/locales/angular/en-gm.js +17 -0
  627. package/locales/angular/en-gu.js +17 -0
  628. package/locales/angular/en-gy.js +17 -0
  629. package/locales/angular/en-hk.js +17 -0
  630. package/locales/angular/en-ie.js +17 -0
  631. package/locales/angular/en-il.js +17 -0
  632. package/locales/angular/en-im.js +17 -0
  633. package/locales/angular/en-in.js +17 -0
  634. package/locales/angular/en-io.js +17 -0
  635. package/locales/angular/en-je.js +17 -0
  636. package/locales/angular/en-jm.js +17 -0
  637. package/locales/angular/en-ke.js +17 -0
  638. package/locales/angular/en-ki.js +17 -0
  639. package/locales/angular/en-kn.js +17 -0
  640. package/locales/angular/en-ky.js +17 -0
  641. package/locales/angular/en-lc.js +17 -0
  642. package/locales/angular/en-lr.js +17 -0
  643. package/locales/angular/en-ls.js +17 -0
  644. package/locales/angular/en-mg.js +17 -0
  645. package/locales/angular/en-mh.js +17 -0
  646. package/locales/angular/en-mo.js +17 -0
  647. package/locales/angular/en-mp.js +17 -0
  648. package/locales/angular/en-ms.js +17 -0
  649. package/locales/angular/en-mt.js +17 -0
  650. package/locales/angular/en-mu.js +17 -0
  651. package/locales/angular/en-mv.js +17 -0
  652. package/locales/angular/en-mw.js +17 -0
  653. package/locales/angular/en-my.js +17 -0
  654. package/locales/angular/en-na.js +17 -0
  655. package/locales/angular/en-nf.js +17 -0
  656. package/locales/angular/en-ng.js +17 -0
  657. package/locales/angular/en-nl.js +17 -0
  658. package/locales/angular/en-nr.js +17 -0
  659. package/locales/angular/en-nu.js +17 -0
  660. package/locales/angular/en-nz.js +17 -0
  661. package/locales/angular/en-pg.js +17 -0
  662. package/locales/angular/en-ph.js +17 -0
  663. package/locales/angular/en-pk.js +17 -0
  664. package/locales/angular/en-pn.js +17 -0
  665. package/locales/angular/en-pr.js +17 -0
  666. package/locales/angular/en-pw.js +17 -0
  667. package/locales/angular/en-rw.js +17 -0
  668. package/locales/angular/en-sb.js +17 -0
  669. package/locales/angular/en-sc.js +17 -0
  670. package/locales/angular/en-sd.js +17 -0
  671. package/locales/angular/en-se.js +17 -0
  672. package/locales/angular/en-sg.js +17 -0
  673. package/locales/angular/en-sh.js +17 -0
  674. package/locales/angular/en-si.js +17 -0
  675. package/locales/angular/en-sl.js +17 -0
  676. package/locales/angular/en-ss.js +17 -0
  677. package/locales/angular/en-sx.js +17 -0
  678. package/locales/angular/en-sz.js +17 -0
  679. package/locales/angular/en-tc.js +17 -0
  680. package/locales/angular/en-tk.js +17 -0
  681. package/locales/angular/en-to.js +17 -0
  682. package/locales/angular/en-tt.js +17 -0
  683. package/locales/angular/en-tv.js +17 -0
  684. package/locales/angular/en-tz.js +17 -0
  685. package/locales/angular/en-ug.js +17 -0
  686. package/locales/angular/en-um.js +17 -0
  687. package/locales/angular/en-vc.js +17 -0
  688. package/locales/angular/en-vg.js +17 -0
  689. package/locales/angular/en-vi.js +17 -0
  690. package/locales/angular/en-vu.js +17 -0
  691. package/locales/angular/en-ws.js +17 -0
  692. package/locales/angular/en-za.js +17 -0
  693. package/locales/angular/en-zm.js +17 -0
  694. package/locales/angular/en-zw.js +17 -0
  695. package/locales/angular/en.js +17 -0
  696. package/locales/angular/eo.js +17 -0
  697. package/locales/angular/es-419.js +19 -0
  698. package/locales/angular/es-ar.js +19 -0
  699. package/locales/angular/es-bo.js +19 -0
  700. package/locales/angular/es-br.js +19 -0
  701. package/locales/angular/es-bz.js +19 -0
  702. package/locales/angular/es-cl.js +19 -0
  703. package/locales/angular/es-co.js +19 -0
  704. package/locales/angular/es-cr.js +19 -0
  705. package/locales/angular/es-cu.js +19 -0
  706. package/locales/angular/es-do.js +19 -0
  707. package/locales/angular/es-ea.js +19 -0
  708. package/locales/angular/es-ec.js +19 -0
  709. package/locales/angular/es-gq.js +19 -0
  710. package/locales/angular/es-gt.js +19 -0
  711. package/locales/angular/es-hn.js +19 -0
  712. package/locales/angular/es-ic.js +19 -0
  713. package/locales/angular/es-mx.js +19 -0
  714. package/locales/angular/es-ni.js +19 -0
  715. package/locales/angular/es-pa.js +19 -0
  716. package/locales/angular/es-pe.js +19 -0
  717. package/locales/angular/es-ph.js +19 -0
  718. package/locales/angular/es-pr.js +19 -0
  719. package/locales/angular/es-py.js +19 -0
  720. package/locales/angular/es-sv.js +19 -0
  721. package/locales/angular/es-us.js +19 -0
  722. package/locales/angular/es-uy.js +19 -0
  723. package/locales/angular/es-ve.js +19 -0
  724. package/locales/angular/es.js +19 -0
  725. package/locales/angular/et.js +17 -0
  726. package/locales/angular/eu.js +17 -0
  727. package/locales/angular/ewo.js +15 -0
  728. package/locales/angular/fa-af.js +17 -0
  729. package/locales/angular/fa.js +17 -0
  730. package/locales/angular/ff-adlm-bf.js +15 -0
  731. package/locales/angular/ff-adlm-cm.js +15 -0
  732. package/locales/angular/ff-adlm-gh.js +15 -0
  733. package/locales/angular/ff-adlm-gm.js +15 -0
  734. package/locales/angular/ff-adlm-gw.js +15 -0
  735. package/locales/angular/ff-adlm-lr.js +15 -0
  736. package/locales/angular/ff-adlm-mr.js +15 -0
  737. package/locales/angular/ff-adlm-ne.js +15 -0
  738. package/locales/angular/ff-adlm-ng.js +15 -0
  739. package/locales/angular/ff-adlm-sl.js +15 -0
  740. package/locales/angular/ff-adlm-sn.js +15 -0
  741. package/locales/angular/ff-adlm.js +15 -0
  742. package/locales/angular/ff-cm.js +64 -0
  743. package/locales/angular/ff-gn.js +64 -0
  744. package/locales/angular/ff-latn-bf.js +17 -0
  745. package/locales/angular/ff-latn-cm.js +17 -0
  746. package/locales/angular/ff-latn-gh.js +17 -0
  747. package/locales/angular/ff-latn-gm.js +17 -0
  748. package/locales/angular/ff-latn-gn.js +17 -0
  749. package/locales/angular/ff-latn-gw.js +17 -0
  750. package/locales/angular/ff-latn-lr.js +17 -0
  751. package/locales/angular/ff-latn-mr.js +17 -0
  752. package/locales/angular/ff-latn-ne.js +17 -0
  753. package/locales/angular/ff-latn-ng.js +17 -0
  754. package/locales/angular/ff-latn-sl.js +17 -0
  755. package/locales/angular/ff-latn.js +17 -0
  756. package/locales/angular/ff-mr.js +64 -0
  757. package/locales/angular/ff.js +17 -0
  758. package/locales/angular/fi.js +17 -0
  759. package/locales/angular/fil.js +17 -0
  760. package/locales/angular/fo-dk.js +17 -0
  761. package/locales/angular/fo.js +17 -0
  762. package/locales/angular/fr-be.js +19 -0
  763. package/locales/angular/fr-bf.js +19 -0
  764. package/locales/angular/fr-bi.js +19 -0
  765. package/locales/angular/fr-bj.js +19 -0
  766. package/locales/angular/fr-bl.js +19 -0
  767. package/locales/angular/fr-ca.js +19 -0
  768. package/locales/angular/fr-cd.js +19 -0
  769. package/locales/angular/fr-cf.js +19 -0
  770. package/locales/angular/fr-cg.js +19 -0
  771. package/locales/angular/fr-ch.js +19 -0
  772. package/locales/angular/fr-ci.js +19 -0
  773. package/locales/angular/fr-cm.js +19 -0
  774. package/locales/angular/fr-dj.js +19 -0
  775. package/locales/angular/fr-dz.js +19 -0
  776. package/locales/angular/fr-ga.js +19 -0
  777. package/locales/angular/fr-gf.js +19 -0
  778. package/locales/angular/fr-gn.js +19 -0
  779. package/locales/angular/fr-gp.js +19 -0
  780. package/locales/angular/fr-gq.js +19 -0
  781. package/locales/angular/fr-ht.js +19 -0
  782. package/locales/angular/fr-km.js +19 -0
  783. package/locales/angular/fr-lu.js +19 -0
  784. package/locales/angular/fr-ma.js +19 -0
  785. package/locales/angular/fr-mc.js +19 -0
  786. package/locales/angular/fr-mf.js +19 -0
  787. package/locales/angular/fr-mg.js +19 -0
  788. package/locales/angular/fr-ml.js +19 -0
  789. package/locales/angular/fr-mq.js +19 -0
  790. package/locales/angular/fr-mr.js +19 -0
  791. package/locales/angular/fr-mu.js +19 -0
  792. package/locales/angular/fr-nc.js +19 -0
  793. package/locales/angular/fr-ne.js +19 -0
  794. package/locales/angular/fr-pf.js +19 -0
  795. package/locales/angular/fr-pm.js +19 -0
  796. package/locales/angular/fr-re.js +19 -0
  797. package/locales/angular/fr-rw.js +19 -0
  798. package/locales/angular/fr-sc.js +19 -0
  799. package/locales/angular/fr-sn.js +19 -0
  800. package/locales/angular/fr-sy.js +19 -0
  801. package/locales/angular/fr-td.js +19 -0
  802. package/locales/angular/fr-tg.js +19 -0
  803. package/locales/angular/fr-tn.js +19 -0
  804. package/locales/angular/fr-vu.js +19 -0
  805. package/locales/angular/fr-wf.js +19 -0
  806. package/locales/angular/fr-yt.js +19 -0
  807. package/locales/angular/fr.js +19 -0
  808. package/locales/angular/fur.js +17 -0
  809. package/locales/angular/fy.js +17 -0
  810. package/locales/angular/ga-gb.js +23 -0
  811. package/locales/angular/ga.js +23 -0
  812. package/locales/angular/gd.js +21 -0
  813. package/locales/angular/gl.js +17 -0
  814. package/locales/angular/global/af-na.js +24 -0
  815. package/locales/angular/global/af.js +24 -0
  816. package/locales/angular/global/agq.js +22 -0
  817. package/locales/angular/global/ak.js +24 -0
  818. package/locales/angular/global/am.js +24 -0
  819. package/locales/angular/global/ar-ae.js +32 -0
  820. package/locales/angular/global/ar-bh.js +32 -0
  821. package/locales/angular/global/ar-dj.js +32 -0
  822. package/locales/angular/global/ar-dz.js +32 -0
  823. package/locales/angular/global/ar-eg.js +32 -0
  824. package/locales/angular/global/ar-eh.js +32 -0
  825. package/locales/angular/global/ar-er.js +32 -0
  826. package/locales/angular/global/ar-il.js +32 -0
  827. package/locales/angular/global/ar-iq.js +32 -0
  828. package/locales/angular/global/ar-jo.js +32 -0
  829. package/locales/angular/global/ar-km.js +32 -0
  830. package/locales/angular/global/ar-kw.js +32 -0
  831. package/locales/angular/global/ar-lb.js +32 -0
  832. package/locales/angular/global/ar-ly.js +32 -0
  833. package/locales/angular/global/ar-ma.js +32 -0
  834. package/locales/angular/global/ar-mr.js +32 -0
  835. package/locales/angular/global/ar-om.js +32 -0
  836. package/locales/angular/global/ar-ps.js +32 -0
  837. package/locales/angular/global/ar-qa.js +32 -0
  838. package/locales/angular/global/ar-sa.js +32 -0
  839. package/locales/angular/global/ar-sd.js +32 -0
  840. package/locales/angular/global/ar-so.js +32 -0
  841. package/locales/angular/global/ar-ss.js +32 -0
  842. package/locales/angular/global/ar-sy.js +32 -0
  843. package/locales/angular/global/ar-td.js +32 -0
  844. package/locales/angular/global/ar-tn.js +32 -0
  845. package/locales/angular/global/ar-ye.js +32 -0
  846. package/locales/angular/global/ar.js +32 -0
  847. package/locales/angular/global/as.js +24 -0
  848. package/locales/angular/global/asa.js +24 -0
  849. package/locales/angular/global/ast.js +24 -0
  850. package/locales/angular/global/az-cyrl.js +22 -0
  851. package/locales/angular/global/az-latn.js +24 -0
  852. package/locales/angular/global/az.js +24 -0
  853. package/locales/angular/global/bas.js +22 -0
  854. package/locales/angular/global/be-tarask.js +28 -0
  855. package/locales/angular/global/be.js +28 -0
  856. package/locales/angular/global/bem.js +24 -0
  857. package/locales/angular/global/bez.js +24 -0
  858. package/locales/angular/global/bg.js +24 -0
  859. package/locales/angular/global/bm.js +22 -0
  860. package/locales/angular/global/bn-in.js +24 -0
  861. package/locales/angular/global/bn.js +24 -0
  862. package/locales/angular/global/bo-in.js +22 -0
  863. package/locales/angular/global/bo.js +22 -0
  864. package/locales/angular/global/br.js +30 -0
  865. package/locales/angular/global/brx.js +24 -0
  866. package/locales/angular/global/bs-cyrl.js +22 -0
  867. package/locales/angular/global/bs-latn.js +26 -0
  868. package/locales/angular/global/bs.js +26 -0
  869. package/locales/angular/global/ca-ad.js +24 -0
  870. package/locales/angular/global/ca-es-valencia.js +24 -0
  871. package/locales/angular/global/ca-fr.js +24 -0
  872. package/locales/angular/global/ca-it.js +24 -0
  873. package/locales/angular/global/ca.js +24 -0
  874. package/locales/angular/global/ccp-in.js +22 -0
  875. package/locales/angular/global/ccp.js +22 -0
  876. package/locales/angular/global/ce.js +24 -0
  877. package/locales/angular/global/ceb.js +24 -0
  878. package/locales/angular/global/cgg.js +24 -0
  879. package/locales/angular/global/chr.js +24 -0
  880. package/locales/angular/global/ckb-ir.js +24 -0
  881. package/locales/angular/global/ckb.js +24 -0
  882. package/locales/angular/global/cs.js +28 -0
  883. package/locales/angular/global/cy.js +32 -0
  884. package/locales/angular/global/da-gl.js +24 -0
  885. package/locales/angular/global/da.js +24 -0
  886. package/locales/angular/global/dav.js +22 -0
  887. package/locales/angular/global/de-at.js +24 -0
  888. package/locales/angular/global/de-be.js +24 -0
  889. package/locales/angular/global/de-ch.js +24 -0
  890. package/locales/angular/global/de-it.js +24 -0
  891. package/locales/angular/global/de-li.js +24 -0
  892. package/locales/angular/global/de-lu.js +24 -0
  893. package/locales/angular/global/de.js +24 -0
  894. package/locales/angular/global/dje.js +22 -0
  895. package/locales/angular/global/doi.js +24 -0
  896. package/locales/angular/global/dsb.js +28 -0
  897. package/locales/angular/global/dua.js +22 -0
  898. package/locales/angular/global/dyo.js +22 -0
  899. package/locales/angular/global/dz.js +22 -0
  900. package/locales/angular/global/ebu.js +22 -0
  901. package/locales/angular/global/ee-tg.js +24 -0
  902. package/locales/angular/global/ee.js +24 -0
  903. package/locales/angular/global/el-cy.js +24 -0
  904. package/locales/angular/global/el.js +24 -0
  905. package/locales/angular/global/en-001.js +24 -0
  906. package/locales/angular/global/en-150.js +24 -0
  907. package/locales/angular/global/en-ae.js +24 -0
  908. package/locales/angular/global/en-ag.js +24 -0
  909. package/locales/angular/global/en-ai.js +24 -0
  910. package/locales/angular/global/en-as.js +24 -0
  911. package/locales/angular/global/en-at.js +24 -0
  912. package/locales/angular/global/en-au.js +24 -0
  913. package/locales/angular/global/en-bb.js +24 -0
  914. package/locales/angular/global/en-be.js +24 -0
  915. package/locales/angular/global/en-bi.js +24 -0
  916. package/locales/angular/global/en-bm.js +24 -0
  917. package/locales/angular/global/en-bs.js +24 -0
  918. package/locales/angular/global/en-bw.js +24 -0
  919. package/locales/angular/global/en-bz.js +24 -0
  920. package/locales/angular/global/en-ca.js +24 -0
  921. package/locales/angular/global/en-cc.js +24 -0
  922. package/locales/angular/global/en-ch.js +24 -0
  923. package/locales/angular/global/en-ck.js +24 -0
  924. package/locales/angular/global/en-cm.js +24 -0
  925. package/locales/angular/global/en-cx.js +24 -0
  926. package/locales/angular/global/en-cy.js +24 -0
  927. package/locales/angular/global/en-de.js +24 -0
  928. package/locales/angular/global/en-dg.js +24 -0
  929. package/locales/angular/global/en-dk.js +24 -0
  930. package/locales/angular/global/en-dm.js +24 -0
  931. package/locales/angular/global/en-er.js +24 -0
  932. package/locales/angular/global/en-fi.js +24 -0
  933. package/locales/angular/global/en-fj.js +24 -0
  934. package/locales/angular/global/en-fk.js +24 -0
  935. package/locales/angular/global/en-fm.js +24 -0
  936. package/locales/angular/global/en-gb.js +24 -0
  937. package/locales/angular/global/en-gd.js +24 -0
  938. package/locales/angular/global/en-gg.js +24 -0
  939. package/locales/angular/global/en-gh.js +24 -0
  940. package/locales/angular/global/en-gi.js +24 -0
  941. package/locales/angular/global/en-gm.js +24 -0
  942. package/locales/angular/global/en-gu.js +24 -0
  943. package/locales/angular/global/en-gy.js +24 -0
  944. package/locales/angular/global/en-hk.js +24 -0
  945. package/locales/angular/global/en-ie.js +24 -0
  946. package/locales/angular/global/en-il.js +24 -0
  947. package/locales/angular/global/en-im.js +24 -0
  948. package/locales/angular/global/en-in.js +24 -0
  949. package/locales/angular/global/en-io.js +24 -0
  950. package/locales/angular/global/en-je.js +24 -0
  951. package/locales/angular/global/en-jm.js +24 -0
  952. package/locales/angular/global/en-ke.js +24 -0
  953. package/locales/angular/global/en-ki.js +24 -0
  954. package/locales/angular/global/en-kn.js +24 -0
  955. package/locales/angular/global/en-ky.js +24 -0
  956. package/locales/angular/global/en-lc.js +24 -0
  957. package/locales/angular/global/en-lr.js +24 -0
  958. package/locales/angular/global/en-ls.js +24 -0
  959. package/locales/angular/global/en-mg.js +24 -0
  960. package/locales/angular/global/en-mh.js +24 -0
  961. package/locales/angular/global/en-mo.js +24 -0
  962. package/locales/angular/global/en-mp.js +24 -0
  963. package/locales/angular/global/en-ms.js +24 -0
  964. package/locales/angular/global/en-mt.js +24 -0
  965. package/locales/angular/global/en-mu.js +24 -0
  966. package/locales/angular/global/en-mv.js +24 -0
  967. package/locales/angular/global/en-mw.js +24 -0
  968. package/locales/angular/global/en-my.js +24 -0
  969. package/locales/angular/global/en-na.js +24 -0
  970. package/locales/angular/global/en-nf.js +24 -0
  971. package/locales/angular/global/en-ng.js +24 -0
  972. package/locales/angular/global/en-nl.js +24 -0
  973. package/locales/angular/global/en-nr.js +24 -0
  974. package/locales/angular/global/en-nu.js +24 -0
  975. package/locales/angular/global/en-nz.js +24 -0
  976. package/locales/angular/global/en-pg.js +24 -0
  977. package/locales/angular/global/en-ph.js +24 -0
  978. package/locales/angular/global/en-pk.js +24 -0
  979. package/locales/angular/global/en-pn.js +24 -0
  980. package/locales/angular/global/en-pr.js +24 -0
  981. package/locales/angular/global/en-pw.js +24 -0
  982. package/locales/angular/global/en-rw.js +24 -0
  983. package/locales/angular/global/en-sb.js +24 -0
  984. package/locales/angular/global/en-sc.js +24 -0
  985. package/locales/angular/global/en-sd.js +24 -0
  986. package/locales/angular/global/en-se.js +24 -0
  987. package/locales/angular/global/en-sg.js +24 -0
  988. package/locales/angular/global/en-sh.js +24 -0
  989. package/locales/angular/global/en-si.js +24 -0
  990. package/locales/angular/global/en-sl.js +24 -0
  991. package/locales/angular/global/en-ss.js +24 -0
  992. package/locales/angular/global/en-sx.js +24 -0
  993. package/locales/angular/global/en-sz.js +24 -0
  994. package/locales/angular/global/en-tc.js +24 -0
  995. package/locales/angular/global/en-tk.js +24 -0
  996. package/locales/angular/global/en-to.js +24 -0
  997. package/locales/angular/global/en-tt.js +24 -0
  998. package/locales/angular/global/en-tv.js +24 -0
  999. package/locales/angular/global/en-tz.js +24 -0
  1000. package/locales/angular/global/en-ug.js +24 -0
  1001. package/locales/angular/global/en-um.js +24 -0
  1002. package/locales/angular/global/en-vc.js +24 -0
  1003. package/locales/angular/global/en-vg.js +24 -0
  1004. package/locales/angular/global/en-vi.js +24 -0
  1005. package/locales/angular/global/en-vu.js +24 -0
  1006. package/locales/angular/global/en-ws.js +24 -0
  1007. package/locales/angular/global/en-za.js +24 -0
  1008. package/locales/angular/global/en-zm.js +24 -0
  1009. package/locales/angular/global/en-zw.js +24 -0
  1010. package/locales/angular/global/en.js +24 -0
  1011. package/locales/angular/global/eo.js +24 -0
  1012. package/locales/angular/global/es-419.js +26 -0
  1013. package/locales/angular/global/es-ar.js +26 -0
  1014. package/locales/angular/global/es-bo.js +26 -0
  1015. package/locales/angular/global/es-br.js +26 -0
  1016. package/locales/angular/global/es-bz.js +26 -0
  1017. package/locales/angular/global/es-cl.js +26 -0
  1018. package/locales/angular/global/es-co.js +26 -0
  1019. package/locales/angular/global/es-cr.js +26 -0
  1020. package/locales/angular/global/es-cu.js +26 -0
  1021. package/locales/angular/global/es-do.js +26 -0
  1022. package/locales/angular/global/es-ea.js +26 -0
  1023. package/locales/angular/global/es-ec.js +26 -0
  1024. package/locales/angular/global/es-gq.js +26 -0
  1025. package/locales/angular/global/es-gt.js +26 -0
  1026. package/locales/angular/global/es-hn.js +26 -0
  1027. package/locales/angular/global/es-ic.js +26 -0
  1028. package/locales/angular/global/es-mx.js +26 -0
  1029. package/locales/angular/global/es-ni.js +26 -0
  1030. package/locales/angular/global/es-pa.js +26 -0
  1031. package/locales/angular/global/es-pe.js +26 -0
  1032. package/locales/angular/global/es-ph.js +26 -0
  1033. package/locales/angular/global/es-pr.js +26 -0
  1034. package/locales/angular/global/es-py.js +26 -0
  1035. package/locales/angular/global/es-sv.js +26 -0
  1036. package/locales/angular/global/es-us.js +26 -0
  1037. package/locales/angular/global/es-uy.js +26 -0
  1038. package/locales/angular/global/es-ve.js +26 -0
  1039. package/locales/angular/global/es.js +26 -0
  1040. package/locales/angular/global/et.js +24 -0
  1041. package/locales/angular/global/eu.js +24 -0
  1042. package/locales/angular/global/ewo.js +22 -0
  1043. package/locales/angular/global/fa-af.js +24 -0
  1044. package/locales/angular/global/fa.js +24 -0
  1045. package/locales/angular/global/ff-adlm-bf.js +22 -0
  1046. package/locales/angular/global/ff-adlm-cm.js +22 -0
  1047. package/locales/angular/global/ff-adlm-gh.js +22 -0
  1048. package/locales/angular/global/ff-adlm-gm.js +22 -0
  1049. package/locales/angular/global/ff-adlm-gw.js +22 -0
  1050. package/locales/angular/global/ff-adlm-lr.js +22 -0
  1051. package/locales/angular/global/ff-adlm-mr.js +22 -0
  1052. package/locales/angular/global/ff-adlm-ne.js +22 -0
  1053. package/locales/angular/global/ff-adlm-ng.js +22 -0
  1054. package/locales/angular/global/ff-adlm-sl.js +22 -0
  1055. package/locales/angular/global/ff-adlm-sn.js +22 -0
  1056. package/locales/angular/global/ff-adlm.js +22 -0
  1057. package/locales/angular/global/ff-cm.js +74 -0
  1058. package/locales/angular/global/ff-gn.js +74 -0
  1059. package/locales/angular/global/ff-latn-bf.js +24 -0
  1060. package/locales/angular/global/ff-latn-cm.js +24 -0
  1061. package/locales/angular/global/ff-latn-gh.js +24 -0
  1062. package/locales/angular/global/ff-latn-gm.js +24 -0
  1063. package/locales/angular/global/ff-latn-gn.js +24 -0
  1064. package/locales/angular/global/ff-latn-gw.js +24 -0
  1065. package/locales/angular/global/ff-latn-lr.js +24 -0
  1066. package/locales/angular/global/ff-latn-mr.js +24 -0
  1067. package/locales/angular/global/ff-latn-ne.js +24 -0
  1068. package/locales/angular/global/ff-latn-ng.js +24 -0
  1069. package/locales/angular/global/ff-latn-sl.js +24 -0
  1070. package/locales/angular/global/ff-latn.js +24 -0
  1071. package/locales/angular/global/ff-mr.js +74 -0
  1072. package/locales/angular/global/ff.js +24 -0
  1073. package/locales/angular/global/fi.js +24 -0
  1074. package/locales/angular/global/fil.js +24 -0
  1075. package/locales/angular/global/fo-dk.js +24 -0
  1076. package/locales/angular/global/fo.js +24 -0
  1077. package/locales/angular/global/fr-be.js +26 -0
  1078. package/locales/angular/global/fr-bf.js +26 -0
  1079. package/locales/angular/global/fr-bi.js +26 -0
  1080. package/locales/angular/global/fr-bj.js +26 -0
  1081. package/locales/angular/global/fr-bl.js +26 -0
  1082. package/locales/angular/global/fr-ca.js +26 -0
  1083. package/locales/angular/global/fr-cd.js +26 -0
  1084. package/locales/angular/global/fr-cf.js +26 -0
  1085. package/locales/angular/global/fr-cg.js +26 -0
  1086. package/locales/angular/global/fr-ch.js +26 -0
  1087. package/locales/angular/global/fr-ci.js +26 -0
  1088. package/locales/angular/global/fr-cm.js +26 -0
  1089. package/locales/angular/global/fr-dj.js +26 -0
  1090. package/locales/angular/global/fr-dz.js +26 -0
  1091. package/locales/angular/global/fr-ga.js +26 -0
  1092. package/locales/angular/global/fr-gf.js +26 -0
  1093. package/locales/angular/global/fr-gn.js +26 -0
  1094. package/locales/angular/global/fr-gp.js +26 -0
  1095. package/locales/angular/global/fr-gq.js +26 -0
  1096. package/locales/angular/global/fr-ht.js +26 -0
  1097. package/locales/angular/global/fr-km.js +26 -0
  1098. package/locales/angular/global/fr-lu.js +26 -0
  1099. package/locales/angular/global/fr-ma.js +26 -0
  1100. package/locales/angular/global/fr-mc.js +26 -0
  1101. package/locales/angular/global/fr-mf.js +26 -0
  1102. package/locales/angular/global/fr-mg.js +26 -0
  1103. package/locales/angular/global/fr-ml.js +26 -0
  1104. package/locales/angular/global/fr-mq.js +26 -0
  1105. package/locales/angular/global/fr-mr.js +26 -0
  1106. package/locales/angular/global/fr-mu.js +26 -0
  1107. package/locales/angular/global/fr-nc.js +26 -0
  1108. package/locales/angular/global/fr-ne.js +26 -0
  1109. package/locales/angular/global/fr-pf.js +26 -0
  1110. package/locales/angular/global/fr-pm.js +26 -0
  1111. package/locales/angular/global/fr-re.js +26 -0
  1112. package/locales/angular/global/fr-rw.js +26 -0
  1113. package/locales/angular/global/fr-sc.js +26 -0
  1114. package/locales/angular/global/fr-sn.js +26 -0
  1115. package/locales/angular/global/fr-sy.js +26 -0
  1116. package/locales/angular/global/fr-td.js +26 -0
  1117. package/locales/angular/global/fr-tg.js +26 -0
  1118. package/locales/angular/global/fr-tn.js +26 -0
  1119. package/locales/angular/global/fr-vu.js +26 -0
  1120. package/locales/angular/global/fr-wf.js +26 -0
  1121. package/locales/angular/global/fr-yt.js +26 -0
  1122. package/locales/angular/global/fr.js +26 -0
  1123. package/locales/angular/global/fur.js +24 -0
  1124. package/locales/angular/global/fy.js +24 -0
  1125. package/locales/angular/global/ga-gb.js +30 -0
  1126. package/locales/angular/global/ga.js +30 -0
  1127. package/locales/angular/global/gd.js +28 -0
  1128. package/locales/angular/global/gl.js +24 -0
  1129. package/locales/angular/global/gsw-fr.js +24 -0
  1130. package/locales/angular/global/gsw-li.js +24 -0
  1131. package/locales/angular/global/gsw.js +24 -0
  1132. package/locales/angular/global/gu.js +24 -0
  1133. package/locales/angular/global/guz.js +22 -0
  1134. package/locales/angular/global/gv.js +30 -0
  1135. package/locales/angular/global/ha-gh.js +24 -0
  1136. package/locales/angular/global/ha-ne.js +24 -0
  1137. package/locales/angular/global/ha.js +24 -0
  1138. package/locales/angular/global/haw.js +24 -0
  1139. package/locales/angular/global/he.js +28 -0
  1140. package/locales/angular/global/hi-latn.js +24 -0
  1141. package/locales/angular/global/hi.js +24 -0
  1142. package/locales/angular/global/hr-ba.js +26 -0
  1143. package/locales/angular/global/hr.js +26 -0
  1144. package/locales/angular/global/hsb.js +28 -0
  1145. package/locales/angular/global/hu.js +24 -0
  1146. package/locales/angular/global/hy.js +24 -0
  1147. package/locales/angular/global/ia.js +24 -0
  1148. package/locales/angular/global/id.js +22 -0
  1149. package/locales/angular/global/ig.js +22 -0
  1150. package/locales/angular/global/ii.js +22 -0
  1151. package/locales/angular/global/is.js +24 -0
  1152. package/locales/angular/global/it-ch.js +26 -0
  1153. package/locales/angular/global/it-sm.js +26 -0
  1154. package/locales/angular/global/it-va.js +26 -0
  1155. package/locales/angular/global/it.js +26 -0
  1156. package/locales/angular/global/ja.js +22 -0
  1157. package/locales/angular/global/jgo.js +24 -0
  1158. package/locales/angular/global/jmc.js +24 -0
  1159. package/locales/angular/global/jv.js +22 -0
  1160. package/locales/angular/global/ka.js +24 -0
  1161. package/locales/angular/global/kab.js +24 -0
  1162. package/locales/angular/global/kam.js +22 -0
  1163. package/locales/angular/global/kde.js +22 -0
  1164. package/locales/angular/global/kea.js +22 -0
  1165. package/locales/angular/global/kgp.js +22 -0
  1166. package/locales/angular/global/khq.js +22 -0
  1167. package/locales/angular/global/ki.js +22 -0
  1168. package/locales/angular/global/kk.js +24 -0
  1169. package/locales/angular/global/kkj.js +24 -0
  1170. package/locales/angular/global/kl.js +24 -0
  1171. package/locales/angular/global/kln.js +22 -0
  1172. package/locales/angular/global/km.js +22 -0
  1173. package/locales/angular/global/kn.js +24 -0
  1174. package/locales/angular/global/ko-kp.js +22 -0
  1175. package/locales/angular/global/ko.js +22 -0
  1176. package/locales/angular/global/kok.js +22 -0
  1177. package/locales/angular/global/ks-arab.js +24 -0
  1178. package/locales/angular/global/ks-deva.js +22 -0
  1179. package/locales/angular/global/ks.js +24 -0
  1180. package/locales/angular/global/ksb.js +24 -0
  1181. package/locales/angular/global/ksf.js +22 -0
  1182. package/locales/angular/global/ksh.js +26 -0
  1183. package/locales/angular/global/ku.js +24 -0
  1184. package/locales/angular/global/kw.js +32 -0
  1185. package/locales/angular/global/ky.js +24 -0
  1186. package/locales/angular/global/lag.js +26 -0
  1187. package/locales/angular/global/lb.js +24 -0
  1188. package/locales/angular/global/lg.js +24 -0
  1189. package/locales/angular/global/lkt.js +22 -0
  1190. package/locales/angular/global/ln-ao.js +24 -0
  1191. package/locales/angular/global/ln-cf.js +24 -0
  1192. package/locales/angular/global/ln-cg.js +24 -0
  1193. package/locales/angular/global/ln.js +24 -0
  1194. package/locales/angular/global/lo.js +22 -0
  1195. package/locales/angular/global/lrc-iq.js +22 -0
  1196. package/locales/angular/global/lrc.js +22 -0
  1197. package/locales/angular/global/lt.js +28 -0
  1198. package/locales/angular/global/lu.js +22 -0
  1199. package/locales/angular/global/luo.js +22 -0
  1200. package/locales/angular/global/luy.js +22 -0
  1201. package/locales/angular/global/lv.js +26 -0
  1202. package/locales/angular/global/mai.js +22 -0
  1203. package/locales/angular/global/mas-tz.js +24 -0
  1204. package/locales/angular/global/mas.js +24 -0
  1205. package/locales/angular/global/mer.js +22 -0
  1206. package/locales/angular/global/mfe.js +22 -0
  1207. package/locales/angular/global/mg.js +24 -0
  1208. package/locales/angular/global/mgh.js +22 -0
  1209. package/locales/angular/global/mgo.js +24 -0
  1210. package/locales/angular/global/mi.js +22 -0
  1211. package/locales/angular/global/mk.js +24 -0
  1212. package/locales/angular/global/ml.js +24 -0
  1213. package/locales/angular/global/mn.js +24 -0
  1214. package/locales/angular/global/mni-beng.js +22 -0
  1215. package/locales/angular/global/mni.js +22 -0
  1216. package/locales/angular/global/mr.js +24 -0
  1217. package/locales/angular/global/ms-bn.js +22 -0
  1218. package/locales/angular/global/ms-id.js +22 -0
  1219. package/locales/angular/global/ms-sg.js +22 -0
  1220. package/locales/angular/global/ms.js +22 -0
  1221. package/locales/angular/global/mt.js +28 -0
  1222. package/locales/angular/global/mua.js +22 -0
  1223. package/locales/angular/global/my.js +22 -0
  1224. package/locales/angular/global/mzn.js +22 -0
  1225. package/locales/angular/global/naq.js +26 -0
  1226. package/locales/angular/global/nb-sj.js +24 -0
  1227. package/locales/angular/global/nb.js +24 -0
  1228. package/locales/angular/global/nd.js +24 -0
  1229. package/locales/angular/global/nds-nl.js +22 -0
  1230. package/locales/angular/global/nds.js +22 -0
  1231. package/locales/angular/global/ne-in.js +24 -0
  1232. package/locales/angular/global/ne.js +24 -0
  1233. package/locales/angular/global/nl-aw.js +24 -0
  1234. package/locales/angular/global/nl-be.js +24 -0
  1235. package/locales/angular/global/nl-bq.js +24 -0
  1236. package/locales/angular/global/nl-cw.js +24 -0
  1237. package/locales/angular/global/nl-sr.js +24 -0
  1238. package/locales/angular/global/nl-sx.js +24 -0
  1239. package/locales/angular/global/nl.js +24 -0
  1240. package/locales/angular/global/nmg.js +22 -0
  1241. package/locales/angular/global/nn.js +24 -0
  1242. package/locales/angular/global/nnh.js +24 -0
  1243. package/locales/angular/global/no.js +24 -0
  1244. package/locales/angular/global/nus.js +22 -0
  1245. package/locales/angular/global/nyn.js +24 -0
  1246. package/locales/angular/global/om-ke.js +24 -0
  1247. package/locales/angular/global/om.js +24 -0
  1248. package/locales/angular/global/or.js +24 -0
  1249. package/locales/angular/global/os-ru.js +24 -0
  1250. package/locales/angular/global/os.js +24 -0
  1251. package/locales/angular/global/pa-arab.js +22 -0
  1252. package/locales/angular/global/pa-guru.js +24 -0
  1253. package/locales/angular/global/pa.js +24 -0
  1254. package/locales/angular/global/pcm.js +24 -0
  1255. package/locales/angular/global/pl.js +28 -0
  1256. package/locales/angular/global/ps-pk.js +24 -0
  1257. package/locales/angular/global/ps.js +24 -0
  1258. package/locales/angular/global/pt-ao.js +26 -0
  1259. package/locales/angular/global/pt-ch.js +26 -0
  1260. package/locales/angular/global/pt-cv.js +26 -0
  1261. package/locales/angular/global/pt-gq.js +26 -0
  1262. package/locales/angular/global/pt-gw.js +26 -0
  1263. package/locales/angular/global/pt-lu.js +26 -0
  1264. package/locales/angular/global/pt-mo.js +26 -0
  1265. package/locales/angular/global/pt-mz.js +26 -0
  1266. package/locales/angular/global/pt-pt.js +26 -0
  1267. package/locales/angular/global/pt-st.js +26 -0
  1268. package/locales/angular/global/pt-tl.js +26 -0
  1269. package/locales/angular/global/pt.js +26 -0
  1270. package/locales/angular/global/qu-bo.js +22 -0
  1271. package/locales/angular/global/qu-ec.js +22 -0
  1272. package/locales/angular/global/qu.js +22 -0
  1273. package/locales/angular/global/rm.js +24 -0
  1274. package/locales/angular/global/rn.js +22 -0
  1275. package/locales/angular/global/ro-md.js +26 -0
  1276. package/locales/angular/global/ro.js +26 -0
  1277. package/locales/angular/global/rof.js +24 -0
  1278. package/locales/angular/global/ru-by.js +28 -0
  1279. package/locales/angular/global/ru-kg.js +28 -0
  1280. package/locales/angular/global/ru-kz.js +28 -0
  1281. package/locales/angular/global/ru-md.js +28 -0
  1282. package/locales/angular/global/ru-ua.js +28 -0
  1283. package/locales/angular/global/ru.js +28 -0
  1284. package/locales/angular/global/rw.js +22 -0
  1285. package/locales/angular/global/rwk.js +24 -0
  1286. package/locales/angular/global/sa.js +22 -0
  1287. package/locales/angular/global/sah.js +22 -0
  1288. package/locales/angular/global/saq.js +24 -0
  1289. package/locales/angular/global/sat-olck.js +26 -0
  1290. package/locales/angular/global/sat.js +26 -0
  1291. package/locales/angular/global/sbp.js +22 -0
  1292. package/locales/angular/global/sc.js +24 -0
  1293. package/locales/angular/global/sd-arab.js +24 -0
  1294. package/locales/angular/global/sd-deva.js +22 -0
  1295. package/locales/angular/global/sd.js +24 -0
  1296. package/locales/angular/global/se-fi.js +26 -0
  1297. package/locales/angular/global/se-se.js +26 -0
  1298. package/locales/angular/global/se.js +26 -0
  1299. package/locales/angular/global/seh.js +24 -0
  1300. package/locales/angular/global/ses.js +22 -0
  1301. package/locales/angular/global/sg.js +22 -0
  1302. package/locales/angular/global/shi-latn.js +22 -0
  1303. package/locales/angular/global/shi-tfng.js +26 -0
  1304. package/locales/angular/global/shi.js +26 -0
  1305. package/locales/angular/global/si.js +24 -0
  1306. package/locales/angular/global/sk.js +28 -0
  1307. package/locales/angular/global/sl.js +28 -0
  1308. package/locales/angular/global/smn.js +26 -0
  1309. package/locales/angular/global/sn.js +24 -0
  1310. package/locales/angular/global/so-dj.js +24 -0
  1311. package/locales/angular/global/so-et.js +24 -0
  1312. package/locales/angular/global/so-ke.js +24 -0
  1313. package/locales/angular/global/so.js +24 -0
  1314. package/locales/angular/global/sq-mk.js +24 -0
  1315. package/locales/angular/global/sq-xk.js +24 -0
  1316. package/locales/angular/global/sq.js +24 -0
  1317. package/locales/angular/global/sr-cyrl-ba.js +26 -0
  1318. package/locales/angular/global/sr-cyrl-me.js +26 -0
  1319. package/locales/angular/global/sr-cyrl-xk.js +26 -0
  1320. package/locales/angular/global/sr-cyrl.js +26 -0
  1321. package/locales/angular/global/sr-latn-ba.js +22 -0
  1322. package/locales/angular/global/sr-latn-me.js +22 -0
  1323. package/locales/angular/global/sr-latn-xk.js +22 -0
  1324. package/locales/angular/global/sr-latn.js +22 -0
  1325. package/locales/angular/global/sr.js +26 -0
  1326. package/locales/angular/global/su-latn.js +22 -0
  1327. package/locales/angular/global/su.js +22 -0
  1328. package/locales/angular/global/sv-ax.js +24 -0
  1329. package/locales/angular/global/sv-fi.js +24 -0
  1330. package/locales/angular/global/sv.js +24 -0
  1331. package/locales/angular/global/sw-cd.js +24 -0
  1332. package/locales/angular/global/sw-ke.js +24 -0
  1333. package/locales/angular/global/sw-ug.js +24 -0
  1334. package/locales/angular/global/sw.js +24 -0
  1335. package/locales/angular/global/ta-lk.js +24 -0
  1336. package/locales/angular/global/ta-my.js +24 -0
  1337. package/locales/angular/global/ta-sg.js +24 -0
  1338. package/locales/angular/global/ta.js +24 -0
  1339. package/locales/angular/global/te.js +24 -0
  1340. package/locales/angular/global/teo-ke.js +24 -0
  1341. package/locales/angular/global/teo.js +24 -0
  1342. package/locales/angular/global/tg.js +22 -0
  1343. package/locales/angular/global/th.js +22 -0
  1344. package/locales/angular/global/ti-er.js +24 -0
  1345. package/locales/angular/global/ti.js +24 -0
  1346. package/locales/angular/global/tk.js +24 -0
  1347. package/locales/angular/global/to.js +22 -0
  1348. package/locales/angular/global/tr-cy.js +24 -0
  1349. package/locales/angular/global/tr.js +24 -0
  1350. package/locales/angular/global/tt.js +22 -0
  1351. package/locales/angular/global/twq.js +22 -0
  1352. package/locales/angular/global/tzm.js +24 -0
  1353. package/locales/angular/global/ug.js +24 -0
  1354. package/locales/angular/global/uk.js +28 -0
  1355. package/locales/angular/global/und.js +24 -0
  1356. package/locales/angular/global/ur-in.js +24 -0
  1357. package/locales/angular/global/ur.js +24 -0
  1358. package/locales/angular/global/uz-arab.js +22 -0
  1359. package/locales/angular/global/uz-cyrl.js +22 -0
  1360. package/locales/angular/global/uz-latn.js +24 -0
  1361. package/locales/angular/global/uz.js +24 -0
  1362. package/locales/angular/global/vai-latn.js +22 -0
  1363. package/locales/angular/global/vai-vaii.js +22 -0
  1364. package/locales/angular/global/vai.js +22 -0
  1365. package/locales/angular/global/vi.js +22 -0
  1366. package/locales/angular/global/vun.js +24 -0
  1367. package/locales/angular/global/wae.js +24 -0
  1368. package/locales/angular/global/wo.js +22 -0
  1369. package/locales/angular/global/xh.js +24 -0
  1370. package/locales/angular/global/xog.js +24 -0
  1371. package/locales/angular/global/yav.js +22 -0
  1372. package/locales/angular/global/yi.js +24 -0
  1373. package/locales/angular/global/yo-bj.js +22 -0
  1374. package/locales/angular/global/yo.js +22 -0
  1375. package/locales/angular/global/yrl-co.js +22 -0
  1376. package/locales/angular/global/yrl-ve.js +22 -0
  1377. package/locales/angular/global/yrl.js +22 -0
  1378. package/locales/angular/global/yue-hans.js +22 -0
  1379. package/locales/angular/global/yue-hant.js +22 -0
  1380. package/locales/angular/global/yue.js +22 -0
  1381. package/locales/angular/global/zgh.js +22 -0
  1382. package/locales/angular/global/zh-hans-hk.js +22 -0
  1383. package/locales/angular/global/zh-hans-mo.js +22 -0
  1384. package/locales/angular/global/zh-hans-sg.js +22 -0
  1385. package/locales/angular/global/zh-hans.js +22 -0
  1386. package/locales/angular/global/zh-hant-hk.js +22 -0
  1387. package/locales/angular/global/zh-hant-mo.js +22 -0
  1388. package/locales/angular/global/zh-hant.js +22 -0
  1389. package/locales/angular/global/zh.js +22 -0
  1390. package/locales/angular/global/zu.js +24 -0
  1391. package/locales/angular/gsw-fr.js +17 -0
  1392. package/locales/angular/gsw-li.js +17 -0
  1393. package/locales/angular/gsw.js +17 -0
  1394. package/locales/angular/gu.js +17 -0
  1395. package/locales/angular/guz.js +15 -0
  1396. package/locales/angular/gv.js +23 -0
  1397. package/locales/angular/ha-gh.js +17 -0
  1398. package/locales/angular/ha-ne.js +17 -0
  1399. package/locales/angular/ha.js +17 -0
  1400. package/locales/angular/haw.js +17 -0
  1401. package/locales/angular/he.js +21 -0
  1402. package/locales/angular/hi-latn.js +17 -0
  1403. package/locales/angular/hi.js +17 -0
  1404. package/locales/angular/hr-ba.js +19 -0
  1405. package/locales/angular/hr.js +19 -0
  1406. package/locales/angular/hsb.js +21 -0
  1407. package/locales/angular/hu.js +17 -0
  1408. package/locales/angular/hy.js +17 -0
  1409. package/locales/angular/ia.js +17 -0
  1410. package/locales/angular/id.js +15 -0
  1411. package/locales/angular/ig.js +15 -0
  1412. package/locales/angular/ii.js +15 -0
  1413. package/locales/angular/is.js +17 -0
  1414. package/locales/angular/it-ch.js +19 -0
  1415. package/locales/angular/it-sm.js +19 -0
  1416. package/locales/angular/it-va.js +19 -0
  1417. package/locales/angular/it.js +19 -0
  1418. package/locales/angular/ja.js +15 -0
  1419. package/locales/angular/jgo.js +17 -0
  1420. package/locales/angular/jmc.js +17 -0
  1421. package/locales/angular/jv.js +15 -0
  1422. package/locales/angular/ka.js +17 -0
  1423. package/locales/angular/kab.js +17 -0
  1424. package/locales/angular/kam.js +15 -0
  1425. package/locales/angular/kde.js +15 -0
  1426. package/locales/angular/kea.js +15 -0
  1427. package/locales/angular/kgp.js +15 -0
  1428. package/locales/angular/khq.js +15 -0
  1429. package/locales/angular/ki.js +15 -0
  1430. package/locales/angular/kk.js +17 -0
  1431. package/locales/angular/kkj.js +17 -0
  1432. package/locales/angular/kl.js +17 -0
  1433. package/locales/angular/kln.js +15 -0
  1434. package/locales/angular/km.js +15 -0
  1435. package/locales/angular/kn.js +17 -0
  1436. package/locales/angular/ko-kp.js +15 -0
  1437. package/locales/angular/ko.js +15 -0
  1438. package/locales/angular/kok.js +15 -0
  1439. package/locales/angular/ks-arab.js +17 -0
  1440. package/locales/angular/ks-deva.js +15 -0
  1441. package/locales/angular/ks.js +17 -0
  1442. package/locales/angular/ksb.js +17 -0
  1443. package/locales/angular/ksf.js +15 -0
  1444. package/locales/angular/ksh.js +19 -0
  1445. package/locales/angular/ku.js +17 -0
  1446. package/locales/angular/kw.js +25 -0
  1447. package/locales/angular/ky.js +17 -0
  1448. package/locales/angular/lag.js +19 -0
  1449. package/locales/angular/lb.js +17 -0
  1450. package/locales/angular/lg.js +17 -0
  1451. package/locales/angular/lkt.js +15 -0
  1452. package/locales/angular/ln-ao.js +17 -0
  1453. package/locales/angular/ln-cf.js +17 -0
  1454. package/locales/angular/ln-cg.js +17 -0
  1455. package/locales/angular/ln.js +17 -0
  1456. package/locales/angular/lo.js +15 -0
  1457. package/locales/angular/lrc-iq.js +15 -0
  1458. package/locales/angular/lrc.js +15 -0
  1459. package/locales/angular/lt.js +21 -0
  1460. package/locales/angular/lu.js +15 -0
  1461. package/locales/angular/luo.js +15 -0
  1462. package/locales/angular/luy.js +15 -0
  1463. package/locales/angular/lv.js +19 -0
  1464. package/locales/angular/mai.js +15 -0
  1465. package/locales/angular/mas-tz.js +17 -0
  1466. package/locales/angular/mas.js +17 -0
  1467. package/locales/angular/mer.js +15 -0
  1468. package/locales/angular/mfe.js +15 -0
  1469. package/locales/angular/mg.js +17 -0
  1470. package/locales/angular/mgh.js +15 -0
  1471. package/locales/angular/mgo.js +17 -0
  1472. package/locales/angular/mi.js +15 -0
  1473. package/locales/angular/mk.js +17 -0
  1474. package/locales/angular/ml.js +17 -0
  1475. package/locales/angular/mn.js +17 -0
  1476. package/locales/angular/mni-beng.js +15 -0
  1477. package/locales/angular/mni.js +15 -0
  1478. package/locales/angular/mr.js +17 -0
  1479. package/locales/angular/ms-bn.js +15 -0
  1480. package/locales/angular/ms-id.js +15 -0
  1481. package/locales/angular/ms-sg.js +15 -0
  1482. package/locales/angular/ms.js +15 -0
  1483. package/locales/angular/mt.js +21 -0
  1484. package/locales/angular/mua.js +15 -0
  1485. package/locales/angular/my.js +15 -0
  1486. package/locales/angular/mzn.js +15 -0
  1487. package/locales/angular/naq.js +19 -0
  1488. package/locales/angular/nb-sj.js +17 -0
  1489. package/locales/angular/nb.js +17 -0
  1490. package/locales/angular/nd.js +17 -0
  1491. package/locales/angular/nds-nl.js +15 -0
  1492. package/locales/angular/nds.js +15 -0
  1493. package/locales/angular/ne-in.js +17 -0
  1494. package/locales/angular/ne.js +17 -0
  1495. package/locales/angular/nl-aw.js +17 -0
  1496. package/locales/angular/nl-be.js +17 -0
  1497. package/locales/angular/nl-bq.js +17 -0
  1498. package/locales/angular/nl-cw.js +17 -0
  1499. package/locales/angular/nl-sr.js +17 -0
  1500. package/locales/angular/nl-sx.js +17 -0
  1501. package/locales/angular/nl.js +17 -0
  1502. package/locales/angular/nmg.js +15 -0
  1503. package/locales/angular/nn.js +17 -0
  1504. package/locales/angular/nnh.js +17 -0
  1505. package/locales/angular/no.js +17 -0
  1506. package/locales/angular/nus.js +15 -0
  1507. package/locales/angular/nyn.js +17 -0
  1508. package/locales/angular/om-ke.js +17 -0
  1509. package/locales/angular/om.js +17 -0
  1510. package/locales/angular/or.js +17 -0
  1511. package/locales/angular/os-ru.js +17 -0
  1512. package/locales/angular/os.js +17 -0
  1513. package/locales/angular/pa-arab.js +15 -0
  1514. package/locales/angular/pa-guru.js +17 -0
  1515. package/locales/angular/pa.js +17 -0
  1516. package/locales/angular/pcm.js +17 -0
  1517. package/locales/angular/pl.js +21 -0
  1518. package/locales/angular/ps-pk.js +17 -0
  1519. package/locales/angular/ps.js +17 -0
  1520. package/locales/angular/pt-ao.js +19 -0
  1521. package/locales/angular/pt-ch.js +19 -0
  1522. package/locales/angular/pt-cv.js +19 -0
  1523. package/locales/angular/pt-gq.js +19 -0
  1524. package/locales/angular/pt-gw.js +19 -0
  1525. package/locales/angular/pt-lu.js +19 -0
  1526. package/locales/angular/pt-mo.js +19 -0
  1527. package/locales/angular/pt-mz.js +19 -0
  1528. package/locales/angular/pt-pt.js +19 -0
  1529. package/locales/angular/pt-st.js +19 -0
  1530. package/locales/angular/pt-tl.js +19 -0
  1531. package/locales/angular/pt.js +19 -0
  1532. package/locales/angular/qu-bo.js +15 -0
  1533. package/locales/angular/qu-ec.js +15 -0
  1534. package/locales/angular/qu.js +15 -0
  1535. package/locales/angular/rm.js +17 -0
  1536. package/locales/angular/rn.js +15 -0
  1537. package/locales/angular/ro-md.js +19 -0
  1538. package/locales/angular/ro.js +19 -0
  1539. package/locales/angular/rof.js +17 -0
  1540. package/locales/angular/ru-by.js +21 -0
  1541. package/locales/angular/ru-kg.js +21 -0
  1542. package/locales/angular/ru-kz.js +21 -0
  1543. package/locales/angular/ru-md.js +21 -0
  1544. package/locales/angular/ru-ua.js +21 -0
  1545. package/locales/angular/ru.js +21 -0
  1546. package/locales/angular/rw.js +15 -0
  1547. package/locales/angular/rwk.js +17 -0
  1548. package/locales/angular/sa.js +15 -0
  1549. package/locales/angular/sah.js +15 -0
  1550. package/locales/angular/saq.js +17 -0
  1551. package/locales/angular/sat-olck.js +19 -0
  1552. package/locales/angular/sat.js +19 -0
  1553. package/locales/angular/sbp.js +15 -0
  1554. package/locales/angular/sc.js +17 -0
  1555. package/locales/angular/sd-arab.js +17 -0
  1556. package/locales/angular/sd-deva.js +15 -0
  1557. package/locales/angular/sd.js +17 -0
  1558. package/locales/angular/se-fi.js +19 -0
  1559. package/locales/angular/se-se.js +19 -0
  1560. package/locales/angular/se.js +19 -0
  1561. package/locales/angular/seh.js +17 -0
  1562. package/locales/angular/ses.js +15 -0
  1563. package/locales/angular/sg.js +15 -0
  1564. package/locales/angular/shi-latn.js +15 -0
  1565. package/locales/angular/shi-tfng.js +19 -0
  1566. package/locales/angular/shi.js +19 -0
  1567. package/locales/angular/si.js +17 -0
  1568. package/locales/angular/sk.js +21 -0
  1569. package/locales/angular/sl.js +21 -0
  1570. package/locales/angular/smn.js +19 -0
  1571. package/locales/angular/sn.js +17 -0
  1572. package/locales/angular/so-dj.js +17 -0
  1573. package/locales/angular/so-et.js +17 -0
  1574. package/locales/angular/so-ke.js +17 -0
  1575. package/locales/angular/so.js +17 -0
  1576. package/locales/angular/sq-mk.js +17 -0
  1577. package/locales/angular/sq-xk.js +17 -0
  1578. package/locales/angular/sq.js +17 -0
  1579. package/locales/angular/sr-cyrl-ba.js +19 -0
  1580. package/locales/angular/sr-cyrl-me.js +19 -0
  1581. package/locales/angular/sr-cyrl-xk.js +19 -0
  1582. package/locales/angular/sr-cyrl.js +19 -0
  1583. package/locales/angular/sr-latn-ba.js +15 -0
  1584. package/locales/angular/sr-latn-me.js +15 -0
  1585. package/locales/angular/sr-latn-xk.js +15 -0
  1586. package/locales/angular/sr-latn.js +15 -0
  1587. package/locales/angular/sr.js +19 -0
  1588. package/locales/angular/su-latn.js +15 -0
  1589. package/locales/angular/su.js +15 -0
  1590. package/locales/angular/sv-ax.js +17 -0
  1591. package/locales/angular/sv-fi.js +17 -0
  1592. package/locales/angular/sv.js +17 -0
  1593. package/locales/angular/sw-cd.js +17 -0
  1594. package/locales/angular/sw-ke.js +17 -0
  1595. package/locales/angular/sw-ug.js +17 -0
  1596. package/locales/angular/sw.js +17 -0
  1597. package/locales/angular/ta-lk.js +17 -0
  1598. package/locales/angular/ta-my.js +17 -0
  1599. package/locales/angular/ta-sg.js +17 -0
  1600. package/locales/angular/ta.js +17 -0
  1601. package/locales/angular/te.js +17 -0
  1602. package/locales/angular/teo-ke.js +17 -0
  1603. package/locales/angular/teo.js +17 -0
  1604. package/locales/angular/tg.js +15 -0
  1605. package/locales/angular/th.js +15 -0
  1606. package/locales/angular/ti-er.js +17 -0
  1607. package/locales/angular/ti.js +17 -0
  1608. package/locales/angular/tk.js +17 -0
  1609. package/locales/angular/to.js +15 -0
  1610. package/locales/angular/tr-cy.js +17 -0
  1611. package/locales/angular/tr.js +17 -0
  1612. package/locales/angular/tt.js +15 -0
  1613. package/locales/angular/twq.js +15 -0
  1614. package/locales/angular/tzm.js +17 -0
  1615. package/locales/angular/ug.js +17 -0
  1616. package/locales/angular/uk.js +21 -0
  1617. package/locales/angular/und.js +17 -0
  1618. package/locales/angular/ur-in.js +17 -0
  1619. package/locales/angular/ur.js +17 -0
  1620. package/locales/angular/uz-arab.js +15 -0
  1621. package/locales/angular/uz-cyrl.js +15 -0
  1622. package/locales/angular/uz-latn.js +17 -0
  1623. package/locales/angular/uz.js +17 -0
  1624. package/locales/angular/vai-latn.js +15 -0
  1625. package/locales/angular/vai-vaii.js +15 -0
  1626. package/locales/angular/vai.js +15 -0
  1627. package/locales/angular/vi.js +15 -0
  1628. package/locales/angular/vun.js +17 -0
  1629. package/locales/angular/wae.js +17 -0
  1630. package/locales/angular/wo.js +15 -0
  1631. package/locales/angular/xh.js +17 -0
  1632. package/locales/angular/xog.js +17 -0
  1633. package/locales/angular/yav.js +15 -0
  1634. package/locales/angular/yi.js +17 -0
  1635. package/locales/angular/yo-bj.js +15 -0
  1636. package/locales/angular/yo.js +15 -0
  1637. package/locales/angular/yrl-co.js +15 -0
  1638. package/locales/angular/yrl-ve.js +15 -0
  1639. package/locales/angular/yrl.js +15 -0
  1640. package/locales/angular/yue-hans.js +15 -0
  1641. package/locales/angular/yue-hant.js +15 -0
  1642. package/locales/angular/yue.js +15 -0
  1643. package/locales/angular/zgh.js +15 -0
  1644. package/locales/angular/zh-hans-hk.js +15 -0
  1645. package/locales/angular/zh-hans-mo.js +15 -0
  1646. package/locales/angular/zh-hans-sg.js +15 -0
  1647. package/locales/angular/zh-hans.js +15 -0
  1648. package/locales/angular/zh-hant-hk.js +15 -0
  1649. package/locales/angular/zh-hant-mo.js +15 -0
  1650. package/locales/angular/zh-hant.js +15 -0
  1651. package/locales/angular/zh.js +15 -0
  1652. package/locales/angular/zu.js +17 -0
  1653. package/locales/moment/af.js +82 -0
  1654. package/locales/moment/ar-dz.js +167 -0
  1655. package/locales/moment/ar-kw.js +66 -0
  1656. package/locales/moment/ar-ly.js +182 -0
  1657. package/locales/moment/ar-ma.js +67 -0
  1658. package/locales/moment/ar-ps.js +123 -0
  1659. package/locales/moment/ar-sa.js +116 -0
  1660. package/locales/moment/ar-tn.js +66 -0
  1661. package/locales/moment/ar.js +200 -0
  1662. package/locales/moment/az.js +113 -0
  1663. package/locales/moment/be.js +153 -0
  1664. package/locales/moment/bg.js +98 -0
  1665. package/locales/moment/bm.js +62 -0
  1666. package/locales/moment/bn-bd.js +140 -0
  1667. package/locales/moment/bn.js +130 -0
  1668. package/locales/moment/bo.js +135 -0
  1669. package/locales/moment/br.js +179 -0
  1670. package/locales/moment/bs.js +171 -0
  1671. package/locales/moment/ca.js +111 -0
  1672. package/locales/moment/cs.js +192 -0
  1673. package/locales/moment/cv.js +74 -0
  1674. package/locales/moment/cy.js +109 -0
  1675. package/locales/moment/da.js +64 -0
  1676. package/locales/moment/de-at.js +90 -0
  1677. package/locales/moment/de-ch.js +87 -0
  1678. package/locales/moment/de.js +89 -0
  1679. package/locales/moment/dv.js +101 -0
  1680. package/locales/moment/el.js +117 -0
  1681. package/locales/moment/en-au.js +79 -0
  1682. package/locales/moment/en-ca.js +75 -0
  1683. package/locales/moment/en-gb.js +79 -0
  1684. package/locales/moment/en-ie.js +79 -0
  1685. package/locales/moment/en-il.js +75 -0
  1686. package/locales/moment/en-in.js +79 -0
  1687. package/locales/moment/en-nz.js +79 -0
  1688. package/locales/moment/en-sg.js +79 -0
  1689. package/locales/moment/eo.js +79 -0
  1690. package/locales/moment/es-do.js +119 -0
  1691. package/locales/moment/es-mx.js +121 -0
  1692. package/locales/moment/es-us.js +121 -0
  1693. package/locales/moment/es.js +121 -0
  1694. package/locales/moment/et.js +89 -0
  1695. package/locales/moment/eu.js +76 -0
  1696. package/locales/moment/fa.js +124 -0
  1697. package/locales/moment/fi.js +135 -0
  1698. package/locales/moment/fil.js +69 -0
  1699. package/locales/moment/fo.js +68 -0
  1700. package/locales/moment/fr-ca.js +81 -0
  1701. package/locales/moment/fr-ch.js +85 -0
  1702. package/locales/moment/fr.js +119 -0
  1703. package/locales/moment/fy.js +86 -0
  1704. package/locales/moment/ga.js +106 -0
  1705. package/locales/moment/gd.js +106 -0
  1706. package/locales/moment/gl.js +86 -0
  1707. package/locales/moment/gom-deva.js +137 -0
  1708. package/locales/moment/gom-latn.js +135 -0
  1709. package/locales/moment/gu.js +133 -0
  1710. package/locales/moment/he.js +105 -0
  1711. package/locales/moment/hi.js +179 -0
  1712. package/locales/moment/hr.js +167 -0
  1713. package/locales/moment/hu.js +129 -0
  1714. package/locales/moment/hy-am.js +105 -0
  1715. package/locales/moment/id.js +87 -0
  1716. package/locales/moment/is.js +151 -0
  1717. package/locales/moment/it-ch.js +75 -0
  1718. package/locales/moment/it.js +117 -0
  1719. package/locales/moment/ja.js +159 -0
  1720. package/locales/moment/jv.js +87 -0
  1721. package/locales/moment/ka.js +103 -0
  1722. package/locales/moment/kk.js +93 -0
  1723. package/locales/moment/km.js +114 -0
  1724. package/locales/moment/kn.js +135 -0
  1725. package/locales/moment/ko.js +86 -0
  1726. package/locales/moment/ku-kmr.js +125 -0
  1727. package/locales/moment/ku.js +129 -0
  1728. package/locales/moment/ky.js +95 -0
  1729. package/locales/moment/lb.js +148 -0
  1730. package/locales/moment/lo.js +77 -0
  1731. package/locales/moment/lt.js +136 -0
  1732. package/locales/moment/lv.js +105 -0
  1733. package/locales/moment/me.js +128 -0
  1734. package/locales/moment/mi.js +71 -0
  1735. package/locales/moment/mk.js +97 -0
  1736. package/locales/moment/ml.js +93 -0
  1737. package/locales/moment/mn.js +111 -0
  1738. package/locales/moment/mr.js +214 -0
  1739. package/locales/moment/ms-my.js +87 -0
  1740. package/locales/moment/ms.js +86 -0
  1741. package/locales/moment/mt.js +67 -0
  1742. package/locales/moment/my.js +102 -0
  1743. package/locales/moment/nb.js +71 -0
  1744. package/locales/moment/ne.js +132 -0
  1745. package/locales/moment/nl-be.js +113 -0
  1746. package/locales/moment/nl.js +115 -0
  1747. package/locales/moment/nn.js +70 -0
  1748. package/locales/moment/oc-lnc.js +96 -0
  1749. package/locales/moment/pa-in.js +133 -0
  1750. package/locales/moment/pl.js +151 -0
  1751. package/locales/moment/pt-br.js +69 -0
  1752. package/locales/moment/pt.js +74 -0
  1753. package/locales/moment/ro.js +87 -0
  1754. package/locales/moment/ru.js +224 -0
  1755. package/locales/moment/sd.js +92 -0
  1756. package/locales/moment/se.js +68 -0
  1757. package/locales/moment/si.js +80 -0
  1758. package/locales/moment/sk.js +156 -0
  1759. package/locales/moment/sl.js +182 -0
  1760. package/locales/moment/sq.js +76 -0
  1761. package/locales/moment/sr-cyrl.js +138 -0
  1762. package/locales/moment/sr.js +140 -0
  1763. package/locales/moment/ss.js +95 -0
  1764. package/locales/moment/sv.js +79 -0
  1765. package/locales/moment/sw.js +66 -0
  1766. package/locales/moment/ta.js +142 -0
  1767. package/locales/moment/te.js +99 -0
  1768. package/locales/moment/tet.js +79 -0
  1769. package/locales/moment/tg.js +128 -0
  1770. package/locales/moment/th.js +76 -0
  1771. package/locales/moment/tk.js +102 -0
  1772. package/locales/moment/tl-ph.js +68 -0
  1773. package/locales/moment/tlh.js +135 -0
  1774. package/locales/moment/tr.js +117 -0
  1775. package/locales/moment/tzl.js +100 -0
  1776. package/locales/moment/tzm-latn.js +65 -0
  1777. package/locales/moment/tzm.js +65 -0
  1778. package/locales/moment/ug-cn.js +122 -0
  1779. package/locales/moment/uk.js +178 -0
  1780. package/locales/moment/ur.js +93 -0
  1781. package/locales/moment/uz-latn.js +65 -0
  1782. package/locales/moment/uz.js +62 -0
  1783. package/locales/moment/vi.js +91 -0
  1784. package/locales/moment/x-pseudo.js +84 -0
  1785. package/locales/moment/yo.js +64 -0
  1786. package/locales/moment/zh-cn.js +131 -0
  1787. package/locales/moment/zh-hk.js +112 -0
  1788. package/locales/moment/zh-mo.js +111 -0
  1789. package/locales/moment/zh-tw.js +110 -0
  1790. package/locales/moment-timezone/moment-timezone-with-data.js +1582 -0
  1791. package/npm-shrinkwrap.json +17 -0
  1792. package/oAuth/.npmignore +2 -0
  1793. package/oAuth/bundles/index.umd.js +495 -0
  1794. package/oAuth/fesm2022/index.mjs +478 -0
  1795. package/oAuth/fesm2022/index.mjs.map +1 -0
  1796. package/oAuth/index.d.ts +43 -0
  1797. package/oAuth/package.json +23 -0
  1798. package/package-lock.json +17 -0
  1799. package/package.json +16 -0
  1800. package/runtime/base/.npmignore +2 -0
  1801. package/runtime/base/bundles/index.umd.js +6144 -0
  1802. package/runtime/base/fesm2022/index.mjs +6180 -0
  1803. package/runtime/base/fesm2022/index.mjs.map +1 -0
  1804. package/runtime/base/index.d.ts +1426 -0
  1805. package/runtime/base/package.json +23 -0
  1806. package/runtime/dynamic/.npmignore +2 -0
  1807. package/runtime/dynamic/bundles/index.umd.js +887 -0
  1808. package/runtime/dynamic/fesm2022/index.mjs +950 -0
  1809. package/runtime/dynamic/fesm2022/index.mjs.map +1 -0
  1810. package/runtime/dynamic/index.d.ts +164 -0
  1811. package/runtime/dynamic/package.json +23 -0
  1812. package/scripts/@wavemaker/nvd3/build/nv.d3.min.js +1 -0
  1813. package/scripts/d3/d3.min.js +2 -0
  1814. package/scripts/datatable/datatable.js +3787 -0
  1815. package/scripts/iscroll/build/iscroll.js +2091 -0
  1816. package/scripts/jquery-ui/ui/widgets/droppable.js +503 -0
  1817. package/scripts/jquery-ui/ui/widgets/resizable.js +1275 -0
  1818. package/scripts/jquery-ui/ui/widgets/sortable.js +1608 -0
  1819. package/scripts/jquery.ui.touch-punch/jquery.ui.touch-punch.min.js +11 -0
  1820. package/scripts/summernote/dist/summernote-lite.min.js +2 -0
  1821. package/scripts/swipey/swipey.jquery.plugin.js +799 -0
  1822. package/scripts/tree-keyboard-navigation/keyboard-navigation.js +251 -0
  1823. package/security/.npmignore +2 -0
  1824. package/security/bundles/index.umd.js +446 -0
  1825. package/security/fesm2022/index.mjs +444 -0
  1826. package/security/fesm2022/index.mjs.map +1 -0
  1827. package/security/index.d.ts +130 -0
  1828. package/security/package.json +23 -0
  1829. package/swipey/.npmignore +2 -0
  1830. package/swipey/bundles/index.umd.js +54 -0
  1831. package/swipey/fesm2022/index.mjs +51 -0
  1832. package/swipey/fesm2022/index.mjs.map +1 -0
  1833. package/swipey/index.d.ts +21 -0
  1834. package/swipey/package.json +23 -0
  1835. package/transpiler/.npmignore +2 -0
  1836. package/transpiler/bundles/index.umd.js +814 -0
  1837. package/transpiler/fesm2022/index.mjs +808 -0
  1838. package/transpiler/fesm2022/index.mjs.map +1 -0
  1839. package/transpiler/index.d.ts +47 -0
  1840. package/transpiler/package.json +24 -0
  1841. package/variables/.npmignore +2 -0
  1842. package/variables/bundles/index.umd.js +3174 -0
  1843. package/variables/fesm2022/index.mjs +3236 -0
  1844. package/variables/fesm2022/index.mjs.map +1 -0
  1845. package/variables/index.d.ts +468 -0
  1846. package/variables/package.json +23 -0
@@ -0,0 +1,3060 @@
1
+ (function (global, factory) {
2
+ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@wm/transpiler'), require('@wm/core'), require('@angular/compiler'), require('lodash-es')) :
3
+ typeof define === 'function' && define.amd ? define(['exports', '@wm/transpiler', '@wm/core', '@angular/compiler', 'lodash-es'], factory) :
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.wm = global.wm || {}, global.wm.buildTask = {}), global.wm.transpiler, global.wm.core, global.ng.compiler, global._));
5
+ })(this, (function (exports, transpiler, core, compiler, lodashEs) { 'use strict';
6
+
7
+ const carouselTagName = 'carousel';
8
+ const dataSetKey$6 = 'dataset';
9
+ const idGen$v = new core.IDGenerator('wm_carousel_ref_');
10
+ const isDynamicCarousel = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
11
+ transpiler.register('wm-carousel', () => {
12
+ return {
13
+ pre: (attrs, shared) => {
14
+ // generating unique Id for the carousel
15
+ const counter = idGen$v.nextUid();
16
+ let style = '';
17
+ if (attrs?.get('height')?.endsWith('%')) {
18
+ style = `height:${parseInt(attrs.get('height'), 10)}vh`;
19
+ attrs.set('height', '100%');
20
+ }
21
+ if (attrs?.get('width')) {
22
+ style += style ? `;` : '' + `width:${attrs.get('width')}`;
23
+ }
24
+ shared.set('carousel_ref', counter);
25
+ return `<div class="app-carousel carousel" style="${style}"><${carouselTagName} wmCarousel #${counter}="wmCarousel" ${transpiler.getAttrMarkup(attrs)} interval="0" [ngClass]="${counter}.navigationClass">`;
26
+ },
27
+ post: () => `</${carouselTagName}></div>`,
28
+ template: (node) => {
29
+ // check if the carousel is dynamic
30
+ if (isDynamicCarousel(node)) {
31
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey$6);
32
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
33
+ if (!datasetAttr) {
34
+ return;
35
+ }
36
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
37
+ if (!boundExpr) {
38
+ return;
39
+ }
40
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value);
41
+ }
42
+ },
43
+ // To provide parent carousel reference for children
44
+ provide: (attrs, shared) => {
45
+ const provider = new Map();
46
+ provider.set('carousel_ref', shared.get('carousel_ref'));
47
+ return provider;
48
+ }
49
+ };
50
+ });
51
+ var carousel_build = () => { };
52
+
53
+ var carousel_build$1 = /*#__PURE__*/Object.freeze({
54
+ __proto__: null,
55
+ default: carousel_build
56
+ });
57
+
58
+ const carouselContentTagName = 'slide';
59
+ let counter$1 = 1;
60
+ // For static carousel
61
+ transpiler.register('wm-carousel-content', () => {
62
+ return {
63
+ pre: attrs => `<${carouselContentTagName} wmCarouselTemplate ${transpiler.getAttrMarkup(attrs)}>`,
64
+ post: () => `</${carouselContentTagName}>`
65
+ };
66
+ });
67
+ // For dynamic carousel
68
+ transpiler.register('wm-carousel-template', () => {
69
+ return {
70
+ requires: ['wm-carousel'],
71
+ pre: (attrs, shared, parentCarousel) => {
72
+ const carouselRef = parentCarousel.get('carousel_ref');
73
+ return `@if(!${carouselRef}.fieldDefs){<div >{{${carouselRef}.nodatamessage}}</div>}
74
+ @for (item of ${carouselRef}.fieldDefs; track item; let i = $index) {
75
+ <${carouselContentTagName} wmCarouselTemplate #carouselTemplateRef="carouselTemplateRef" ${transpiler.getAttrMarkup(attrs)}>
76
+ <ng-container [ngTemplateOutlet]="carouselTempRef${counter$1}"
77
+ [ngTemplateOutletContext]="{item:item, index:i}"
78
+ [ngTemplateOutletInjector]="${carouselRef}.createCustomInjector('carousel_item_' + carouselTemplateRef.trackId, {item:item, index:i})"></ng-container>
79
+ </${carouselContentTagName}>
80
+ }
81
+ <ng-template #carouselTempRef${counter$1++} let-item="item" let-index="index">`;
82
+ },
83
+ post: () => `</ng-template>`
84
+ };
85
+ });
86
+ var carouselTemplate_build = () => { };
87
+
88
+ var carouselTemplate_build$1 = /*#__PURE__*/Object.freeze({
89
+ __proto__: null,
90
+ default: carouselTemplate_build
91
+ });
92
+
93
+ const tagName$1F = 'div';
94
+ transpiler.register('wm-login', () => {
95
+ return {
96
+ pre: attrs => `<${tagName$1F} wmLogin ${transpiler.getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction">`,
97
+ post: () => `</${tagName$1F}>`,
98
+ provide: () => {
99
+ const provider = new Map();
100
+ provider.set('isLogin', true);
101
+ return provider;
102
+ }
103
+ };
104
+ });
105
+ var login_build = () => { };
106
+
107
+ var login_build$1 = /*#__PURE__*/Object.freeze({
108
+ __proto__: null,
109
+ default: login_build
110
+ });
111
+
112
+ const tagName$1E = 'marquee';
113
+ transpiler.register('wm-marquee', () => {
114
+ return {
115
+ pre: attrs => `<${tagName$1E} onmouseover="this.stop();" onmouseout="this.start();" wmMarquee role="marquee" aria-live="off" ${transpiler.getAttrMarkup(attrs)}>`,
116
+ post: () => `</${tagName$1E}>`
117
+ };
118
+ });
119
+ var marquee_build = () => { };
120
+
121
+ var marquee_build$1 = /*#__PURE__*/Object.freeze({
122
+ __proto__: null,
123
+ default: marquee_build
124
+ });
125
+
126
+ const tagName$1D = 'a';
127
+ const idGen$u = new core.IDGenerator('wm_anchor');
128
+ transpiler.register('wm-anchor', () => {
129
+ return {
130
+ pre: (attrs) => {
131
+ const counter = idGen$u.nextUid();
132
+ return `<${tagName$1D} wmAnchor #${counter}="wmAnchor" role="link" data-identifier="anchor" [attr.aria-label]="${counter}.arialabel || (${counter}.badgevalue ? ${counter}.caption + ' ' + ${counter}.badgevalue : ${counter}.caption) || null" ${transpiler.getAttrMarkup(attrs)}>`;
133
+ },
134
+ post: () => `</${tagName$1D}>`
135
+ };
136
+ });
137
+ var anchor_build = () => { };
138
+
139
+ var anchor_build$1 = /*#__PURE__*/Object.freeze({
140
+ __proto__: null,
141
+ default: anchor_build
142
+ });
143
+
144
+ const tagName$1C = 'div';
145
+ transpiler.register('wm-audio', () => {
146
+ return {
147
+ pre: attrs => `<${tagName$1C} wmAudio ${transpiler.getAttrMarkup(attrs)}>`,
148
+ post: () => `</${tagName$1C}>`
149
+ };
150
+ });
151
+ var audio_build = () => { };
152
+
153
+ var audio_build$1 = /*#__PURE__*/Object.freeze({
154
+ __proto__: null,
155
+ default: audio_build
156
+ });
157
+
158
+ const tagName$1B = 'div';
159
+ const idGen$t = new core.IDGenerator('wm_html');
160
+ transpiler.register('wm-html', () => {
161
+ return {
162
+ pre: (attrs) => {
163
+ const counter = idGen$t.nextUid();
164
+ return `<${tagName$1B} wmHtml #${counter}="wmHtml" role="application" [attr.aria-label]="${counter}.arialabel || 'HTML content'" ${transpiler.getAttrMarkup(attrs)}>`;
165
+ },
166
+ post: () => `</${tagName$1B}>`
167
+ };
168
+ });
169
+ var html_build = () => { };
170
+
171
+ var html_build$1 = /*#__PURE__*/Object.freeze({
172
+ __proto__: null,
173
+ default: html_build
174
+ });
175
+
176
+ const tagName$1A = 'span';
177
+ transpiler.register('wm-icon', () => {
178
+ return {
179
+ pre: attrs => `<${tagName$1A} wmIcon ${transpiler.getAttrMarkup(attrs)}>`,
180
+ post: () => `</${tagName$1A}>`
181
+ };
182
+ });
183
+ var icon_build = () => { };
184
+
185
+ var icon_build$1 = /*#__PURE__*/Object.freeze({
186
+ __proto__: null,
187
+ default: icon_build
188
+ });
189
+
190
+ const tagName$1z = 'div';
191
+ transpiler.register('wm-iframe', () => {
192
+ return {
193
+ pre: attrs => `<${tagName$1z} wmIframe ${transpiler.getAttrMarkup(attrs)}>`,
194
+ post: () => `</${tagName$1z}>`
195
+ };
196
+ });
197
+ var iframe_build = () => { };
198
+
199
+ var iframe_build$1 = /*#__PURE__*/Object.freeze({
200
+ __proto__: null,
201
+ default: iframe_build
202
+ });
203
+
204
+ let tagName$1y = 'p';
205
+ const idGen$s = new core.IDGenerator('wm_label');
206
+ transpiler.register('wm-label', () => {
207
+ return {
208
+ pre: (attrs) => {
209
+ if (!attrs.get("notag")) {
210
+ if (!attrs.get('type')) {
211
+ const classList = attrs.get('class') ? attrs.get('class').split(' ').filter(element => ["h1", "h2", "h3", "h4", "h5", "h6", "p"].includes(element)) : [];
212
+ attrs.set('type', classList.length ? classList[0] : "p");
213
+ }
214
+ tagName$1y = attrs.get('type');
215
+ }
216
+ else {
217
+ tagName$1y = 'label';
218
+ }
219
+ const counter = idGen$s.nextUid();
220
+ return `<${tagName$1y} wmLabel #${counter}="wmLabel" ${transpiler.getAttrMarkup(attrs)}>`;
221
+ },
222
+ post: () => `</${tagName$1y}>`
223
+ };
224
+ });
225
+ var label_build = () => { };
226
+
227
+ var label_build$1 = /*#__PURE__*/Object.freeze({
228
+ __proto__: null,
229
+ default: label_build
230
+ });
231
+
232
+ const tagName$1x = 'img';
233
+ const idGen$r = new core.IDGenerator('wm_picture');
234
+ transpiler.register('wm-picture', () => {
235
+ return {
236
+ pre: (attrs) => {
237
+ const counter = idGen$r.nextUid();
238
+ return `<${tagName$1x} wmPicture #${counter}="wmPicture" [alt]="${counter}.alttext" wmImageCache="${attrs.get('offline') || 'true'}" [attr.aria-label]="${counter}.arialabel || 'Image'" ${transpiler.getAttrMarkup(attrs)}>`;
239
+ }
240
+ };
241
+ });
242
+ var picture_build = () => { };
243
+
244
+ var picture_build$1 = /*#__PURE__*/Object.freeze({
245
+ __proto__: null,
246
+ default: picture_build
247
+ });
248
+
249
+ const tagName$1w = 'div';
250
+ const idGen$q = new core.IDGenerator('wm_spinner');
251
+ transpiler.register('wm-spinner', () => {
252
+ return {
253
+ pre: (attrs) => {
254
+ const counter = idGen$q.nextUid();
255
+ return `<${tagName$1w} wmSpinner #${counter}="wmSpinner" role="alert" [attr.aria-label]="${counter}.arialabel || 'Loading...'" aria-live="assertive" aria-busy="true" ${transpiler.getAttrMarkup(attrs)}>`;
256
+ },
257
+ post: () => `</${tagName$1w}>`
258
+ };
259
+ });
260
+ var spinner_build = () => { };
261
+
262
+ var spinner_build$1 = /*#__PURE__*/Object.freeze({
263
+ __proto__: null,
264
+ default: spinner_build
265
+ });
266
+
267
+ const tagName$1v = 'div';
268
+ const getAttr = (node, attrName) => node.attrs.find(attr => attr.name === attrName);
269
+ const getAttrValue = (node, attrName) => {
270
+ const match = getAttr(node, attrName);
271
+ if (match) {
272
+ return match.value;
273
+ }
274
+ };
275
+ const getReplaceRegex = (v) => new RegExp(`bind:(${v}|${v}\\[\\$i])\\.`, 'g');
276
+ transpiler.register('wm-progress-bar', () => {
277
+ return {
278
+ template: (node) => {
279
+ const dataset = getAttrValue(node, 'dataset');
280
+ const boundExpr = transpiler.getBoundToExpr(dataset);
281
+ if (boundExpr) {
282
+ let type = getAttrValue(node, 'type');
283
+ let datavalue = getAttrValue(node, 'datavalue');
284
+ const replaceRegex = getReplaceRegex(boundExpr);
285
+ if (type && type.includes(boundExpr)) {
286
+ type = type.replace(replaceRegex, '');
287
+ getAttr(node, 'type').value = type;
288
+ }
289
+ if (datavalue && datavalue.includes(boundExpr)) {
290
+ datavalue = datavalue.replace(replaceRegex, '');
291
+ getAttr(node, 'datavalue').value = datavalue;
292
+ }
293
+ }
294
+ },
295
+ pre: attrs => `<${tagName$1v} wmProgressBar ${transpiler.getAttrMarkup(attrs)}>`,
296
+ post: () => `</${tagName$1v}>`
297
+ };
298
+ });
299
+ var progressBar_build = () => { };
300
+
301
+ var progressBar_build$1 = /*#__PURE__*/Object.freeze({
302
+ __proto__: null,
303
+ default: progressBar_build
304
+ });
305
+
306
+ const tagName$1u = 'div';
307
+ const idGen$p = new core.IDGenerator('wm_progress_circle');
308
+ transpiler.register('wm-progress-circle', () => {
309
+ return {
310
+ pre: (attrs) => {
311
+ const counter = idGen$p.nextUid();
312
+ return `<${tagName$1u} wmProgressCircle #${counter}="wmProgressCircle" role="progressbar" [attr.aria-label]="${counter}.arialabel || 'circle-progress'" [attr.hint]="${counter}.hint" [attr.aria-valuetext]="${counter}.displayValue" [attr.aria-valuemin]="${counter}.minvalue" [attr.aria-valuemax]="${counter}.maxvalue" ${transpiler.getAttrMarkup(attrs)}>`;
313
+ },
314
+ post: () => `</${tagName$1u}>`
315
+ };
316
+ });
317
+ var progressCircle_build = () => { };
318
+
319
+ var progressCircle_build$1 = /*#__PURE__*/Object.freeze({
320
+ __proto__: null,
321
+ default: progressCircle_build
322
+ });
323
+
324
+ const tagName$1t = 'div';
325
+ const idGen$o = new core.IDGenerator('wm_richtexteditor');
326
+ transpiler.register('wm-richtexteditor', () => {
327
+ return {
328
+ pre: (attrs) => {
329
+ const counter = idGen$o.nextUid();
330
+ return `<${tagName$1t} wmRichTextEditor #${counter}="wmRichTextEditor" role="textbox" [attr.aria-label]="${counter}.arialabel || 'Richtext editor'" ${transpiler.getFormMarkupAttr(attrs)}>`;
331
+ },
332
+ post: () => `</${tagName$1t}>`
333
+ };
334
+ });
335
+ var richTextEditor_build = () => { };
336
+
337
+ var richTextEditor_build$1 = /*#__PURE__*/Object.freeze({
338
+ __proto__: null,
339
+ default: richTextEditor_build
340
+ });
341
+
342
+ const tagName$1s = 'div';
343
+ transpiler.register('wm-search', () => {
344
+ return {
345
+ pre: attrs => `<${tagName$1s} wmSearch ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`,
346
+ post: () => `</${tagName$1s}>`
347
+ };
348
+ });
349
+ var search_build = () => { };
350
+
351
+ var search_build$1 = /*#__PURE__*/Object.freeze({
352
+ __proto__: null,
353
+ default: search_build
354
+ });
355
+
356
+ const tagName$1r = 'ul';
357
+ transpiler.register('wm-tree', () => {
358
+ return {
359
+ pre: attrs => `<${tagName$1r} wmTree class="ztree" ${transpiler.getAttrMarkup(attrs)}>`,
360
+ post: () => `</${tagName$1r}>`
361
+ };
362
+ });
363
+
364
+ var tree_build = /*#__PURE__*/Object.freeze({
365
+ __proto__: null
366
+ });
367
+
368
+ const tagName$1q = 'div';
369
+ transpiler.register('wm-card', () => {
370
+ return {
371
+ pre: attrs => `<${tagName$1q} wmCard ${transpiler.getAttrMarkup(attrs)}>`,
372
+ post: () => `</${tagName$1q}>`
373
+ };
374
+ });
375
+ var card_build = () => { };
376
+
377
+ var card_build$1 = /*#__PURE__*/Object.freeze({
378
+ __proto__: null,
379
+ default: card_build
380
+ });
381
+
382
+ const tagName$1p = 'div';
383
+ transpiler.register('wm-card-content', () => {
384
+ return {
385
+ pre: attrs => `<${tagName$1p} wmCardContent partialContainer ${transpiler.getAttrMarkup(attrs)}>`,
386
+ post: () => `</${tagName$1p}>`
387
+ };
388
+ });
389
+ var cardContent_build = () => { };
390
+
391
+ var cardContent_build$1 = /*#__PURE__*/Object.freeze({
392
+ __proto__: null,
393
+ default: cardContent_build
394
+ });
395
+
396
+ const tagName$1o = 'div';
397
+ transpiler.register('wm-card-actions', () => {
398
+ return {
399
+ pre: attrs => `<${tagName$1o} wmCardActions ${transpiler.getAttrMarkup(attrs)}>`,
400
+ post: () => `</${tagName$1o}>`
401
+ };
402
+ });
403
+ var cardActions_build = () => { };
404
+
405
+ var cardActions_build$1 = /*#__PURE__*/Object.freeze({
406
+ __proto__: null,
407
+ default: cardActions_build
408
+ });
409
+
410
+ const tagName$1n = 'div';
411
+ transpiler.register('wm-card-footer', () => {
412
+ return {
413
+ pre: attrs => `<${tagName$1n} wmCardFooter ${transpiler.getAttrMarkup(attrs)}>`,
414
+ post: () => `</${tagName$1n}>`
415
+ };
416
+ });
417
+ var cardFooter_build = () => { };
418
+
419
+ var cardFooter_build$1 = /*#__PURE__*/Object.freeze({
420
+ __proto__: null,
421
+ default: cardFooter_build
422
+ });
423
+
424
+ const tagName$1m = 'div';
425
+ transpiler.register('wm-chart', () => {
426
+ return {
427
+ pre: attrs => `<${tagName$1m} wmChart redrawable aria-label="${attrs.get('type')} Chart" ${transpiler.getAttrMarkup(attrs)}>`,
428
+ post: () => `</${tagName$1m}>`
429
+ };
430
+ });
431
+ var chart_build = () => { };
432
+
433
+ var chart_build$1 = /*#__PURE__*/Object.freeze({
434
+ __proto__: null,
435
+ default: chart_build
436
+ });
437
+
438
+ const tagName$1l = 'div';
439
+ const dataSetKey$5 = 'dataset';
440
+ const idGen$n = new core.IDGenerator('wm_accordion_ref_');
441
+ const isDynamicAccordion = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
442
+ transpiler.register('wm-accordion', () => {
443
+ return {
444
+ pre: (attrs, shared) => {
445
+ // generating unique Id for the accordion
446
+ const counter = idGen$n.nextUid();
447
+ shared.set('accordion_ref', counter);
448
+ return `<${tagName$1l} wmAccordion #${counter}="wmAccordion" ${transpiler.getAttrMarkup(attrs)}>`;
449
+ },
450
+ post: () => `</${tagName$1l}>`,
451
+ template: (node, shared) => {
452
+ // check if the accordion is dynamic
453
+ if (isDynamicAccordion(node)) {
454
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey$5);
455
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
456
+ if (!datasetAttr) {
457
+ return;
458
+ }
459
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
460
+ if (!boundExpr) {
461
+ return;
462
+ }
463
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value);
464
+ }
465
+ },
466
+ // To provide parent accordion reference for children
467
+ provide: (attrs, shared) => {
468
+ const provider = new Map();
469
+ provider.set('accordion_ref', shared.get('accordion_ref'));
470
+ return provider;
471
+ }
472
+ };
473
+ });
474
+ var accordion_build = () => { };
475
+
476
+ var accordion_build$1 = /*#__PURE__*/Object.freeze({
477
+ __proto__: null,
478
+ default: accordion_build
479
+ });
480
+
481
+ const tagName$1k = 'div';
482
+ const idGen$m = new core.IDGenerator('wm_accordionpane');
483
+ transpiler.register('wm-accordionpane', () => {
484
+ return {
485
+ pre: (attrs) => {
486
+ const counter = idGen$m.nextUid();
487
+ return `<${tagName$1k} #${counter}="wmAccordionPane" wmAccordionPane partialContainer wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`;
488
+ },
489
+ post: () => `</${tagName$1k}>`
490
+ };
491
+ });
492
+ var accordionPane_build = () => { };
493
+
494
+ var accordionPane_build$1 = /*#__PURE__*/Object.freeze({
495
+ __proto__: null,
496
+ default: accordionPane_build
497
+ });
498
+
499
+ const tagName$1j = 'div';
500
+ transpiler.register('wm-container', () => {
501
+ return {
502
+ pre: attrs => `<${tagName$1j} wmContainer partialContainer wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${transpiler.getAttrMarkup(attrs)}>`,
503
+ post: () => `</${tagName$1j}>`
504
+ };
505
+ });
506
+ var container_build = () => { };
507
+
508
+ var container_build$1 = /*#__PURE__*/Object.freeze({
509
+ __proto__: null,
510
+ default: container_build
511
+ });
512
+
513
+ const tagName$1i = 'div';
514
+ transpiler.register('wm-gridcolumn', () => {
515
+ return {
516
+ pre: attrs => `<${tagName$1i} wmLayoutGridColumn ${transpiler.getAttrMarkup(attrs)}>`,
517
+ post: () => `</${tagName$1i}>`
518
+ };
519
+ });
520
+ var layoutGridColumn_build = () => { };
521
+
522
+ var layoutGridColumn_build$1 = /*#__PURE__*/Object.freeze({
523
+ __proto__: null,
524
+ default: layoutGridColumn_build
525
+ });
526
+
527
+ const tagName$1h = 'div';
528
+ transpiler.register('wm-gridrow', () => {
529
+ return {
530
+ pre: attrs => `<${tagName$1h} wmLayoutGridRow ${transpiler.getAttrMarkup(attrs)}>`,
531
+ post: () => `</${tagName$1h}>`
532
+ };
533
+ });
534
+ var layoutGridRow_build = () => { };
535
+
536
+ var layoutGridRow_build$1 = /*#__PURE__*/Object.freeze({
537
+ __proto__: null,
538
+ default: layoutGridRow_build
539
+ });
540
+
541
+ const tagName$1g = 'div';
542
+ transpiler.register('wm-layoutgrid', () => {
543
+ return {
544
+ pre: attrs => `<${tagName$1g} wmLayoutGrid ${transpiler.getAttrMarkup(attrs)}>`,
545
+ post: () => `</${tagName$1g}>`
546
+ };
547
+ });
548
+ var layoutGrid_build = () => { };
549
+
550
+ var layoutGrid_build$1 = /*#__PURE__*/Object.freeze({
551
+ __proto__: null,
552
+ default: layoutGrid_build
553
+ });
554
+
555
+ const tagName$1f = 'div';
556
+ const idGen$l = new core.IDGenerator('wm_panel');
557
+ transpiler.register('wm-panel', () => {
558
+ return {
559
+ pre: (attrs) => {
560
+ const counter = idGen$l.nextUid();
561
+ return `<${tagName$1f} wmPanel #${counter}="wmPanel" partialContainer wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`;
562
+ },
563
+ post: () => `</${tagName$1f}>`
564
+ };
565
+ });
566
+ transpiler.register('wm-panel-footer', () => {
567
+ return {
568
+ pre: attrs => `<${tagName$1f} wmPanelFooter ${transpiler.getAttrMarkup(attrs)}>`,
569
+ post: () => `</${tagName$1f}>`
570
+ };
571
+ });
572
+ var panel_build = () => { };
573
+
574
+ var panel_build$1 = /*#__PURE__*/Object.freeze({
575
+ __proto__: null,
576
+ default: panel_build
577
+ });
578
+
579
+ const tagName$1e = 'div';
580
+ transpiler.register('wm-segmented-control', () => {
581
+ return {
582
+ pre: attrs => `<${tagName$1e} wmSegmentedControl ${transpiler.getAttrMarkup(attrs)}>`,
583
+ post: () => `</${tagName$1e}>`
584
+ };
585
+ });
586
+ var segmentedControl_build = () => { };
587
+
588
+ var segmentedControl_build$1 = /*#__PURE__*/Object.freeze({
589
+ __proto__: null,
590
+ default: segmentedControl_build
591
+ });
592
+
593
+ const tagName$1d = 'li';
594
+ transpiler.register('wm-segment-content', () => {
595
+ return {
596
+ pre: attrs => `<${tagName$1d} wmSegmentContent partialContainer wmSmoothscroll=${attrs.get('smoothscroll') || 'false'} wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
597
+ post: () => `</${tagName$1d}>`
598
+ };
599
+ });
600
+ var segmentContent_build = () => { };
601
+
602
+ var segmentContent_build$1 = /*#__PURE__*/Object.freeze({
603
+ __proto__: null,
604
+ default: segmentContent_build
605
+ });
606
+
607
+ const dynamicTemplateTagName = 'div';
608
+ let counter = 1;
609
+ // For dynamic accordion panes/tab panes
610
+ transpiler.register('wm-repeat-template', () => {
611
+ return {
612
+ requires: ['wm-accordion', 'wm-tabs', 'wm-wizard'],
613
+ pre: (attrs, shared, parentAccordion, parentTab, parentWizard) => {
614
+ const widgetRef = (parentAccordion && parentAccordion.get('accordion_ref')) || (parentTab && parentTab.get('tabs_ref')) || (parentWizard && parentWizard.get('wizard_ref'));
615
+ if (widgetRef) {
616
+ return `@if(${widgetRef}.fieldDefs && !${widgetRef}.fieldDefs.length){<div>{{${widgetRef}.nodatamessage}}</div>}
617
+ @for (item of ${widgetRef}.fieldDefs; track item; let i = $index) {
618
+ <${dynamicTemplateTagName} wmRepeatTemplate #repeatItemRef="repeatItemRef" ${transpiler.getAttrMarkup(attrs)}>
619
+ <ng-container [ngTemplateOutlet]="widgetRef${counter}"
620
+ [ngTemplateOutletContext]="{item:item, index:i}"
621
+ [ngTemplateOutletInjector]="${widgetRef}.createCustomInjector('dynamic_pane_' + repeatItemRef.trackId, {item:item, index:i})"></ng-container>
622
+ </${dynamicTemplateTagName}>
623
+ }
624
+ <ng-template #widgetRef${counter++} let-item="item" let-index="index">`;
625
+ }
626
+ },
627
+ post: () => `</ng-template>`
628
+ };
629
+ });
630
+ var repeatTemplate_build = () => { };
631
+
632
+ var repeatTemplate_build$1 = /*#__PURE__*/Object.freeze({
633
+ __proto__: null,
634
+ default: repeatTemplate_build
635
+ });
636
+
637
+ const tagName$1c = 'div';
638
+ const dataSetKey$4 = 'dataset';
639
+ const idGen$k = new core.IDGenerator('wm_tabs_ref_');
640
+ const isDynamicTabs = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
641
+ transpiler.register('wm-tabs', () => {
642
+ return {
643
+ pre: (attrs, shared) => {
644
+ // generating unique Id for the tabs
645
+ const counter = idGen$k.nextUid();
646
+ shared.set('tabs_ref', counter);
647
+ return `<${tagName$1c} wmTabs #${counter}="wmTabs" ${transpiler.getAttrMarkup(attrs)}>`;
648
+ },
649
+ post: () => `</${tagName$1c}>`,
650
+ template: (node, shared) => {
651
+ // check if the tab widget is dynamic
652
+ if (isDynamicTabs(node)) {
653
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey$4);
654
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
655
+ if (!datasetAttr) {
656
+ return;
657
+ }
658
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
659
+ if (!boundExpr) {
660
+ return;
661
+ }
662
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value);
663
+ }
664
+ },
665
+ // To provide parent tab reference for children
666
+ provide: (attrs, shared) => {
667
+ const provider = new Map();
668
+ provider.set('tabs_ref', shared.get('tabs_ref'));
669
+ return provider;
670
+ }
671
+ };
672
+ });
673
+ var tabs_build = () => { };
674
+
675
+ var tabs_build$1 = /*#__PURE__*/Object.freeze({
676
+ __proto__: null,
677
+ default: tabs_build
678
+ });
679
+
680
+ const tagName$1b = 'div';
681
+ transpiler.register('wm-tabpane', () => {
682
+ return {
683
+ pre: attrs => `<${tagName$1b} wmTabPane partialContainer ${transpiler.getAttrMarkup(attrs)} wm-navigable-element="true" role="tabpanel">`,
684
+ post: () => `</${tagName$1b}>`
685
+ };
686
+ });
687
+ var tabPane_build = () => { };
688
+
689
+ var tabPane_build$1 = /*#__PURE__*/Object.freeze({
690
+ __proto__: null,
691
+ default: tabPane_build
692
+ });
693
+
694
+ const tagName$1a = 'div';
695
+ transpiler.register('wm-tile', () => {
696
+ return {
697
+ pre: attrs => `<${tagName$1a} wmTile wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
698
+ post: () => `</${tagName$1a}>`
699
+ };
700
+ });
701
+ var tile_build = () => { };
702
+
703
+ var tile_build$1 = /*#__PURE__*/Object.freeze({
704
+ __proto__: null,
705
+ default: tile_build
706
+ });
707
+
708
+ const tagName$19 = 'div';
709
+ const dataSetKey$3 = 'dataset';
710
+ const idGen$j = new core.IDGenerator('wm_wizard_ref_');
711
+ const isDynamicWizard = node => node.attrs.find(attr => attr.name === 'type' && attr.value === 'dynamic');
712
+ transpiler.register('wm-wizard', () => {
713
+ return {
714
+ pre: (attrs, shared) => {
715
+ const counter = idGen$j.nextUid();
716
+ shared.set('wizard_ref', counter);
717
+ return `<${tagName$19} wmWizard #${counter}="wmWizard" ${transpiler.getAttrMarkup(attrs)}>`;
718
+ },
719
+ post: () => `</${tagName$19}>`,
720
+ template: (node, shared) => {
721
+ // check if the tab widget is dynamic
722
+ if (isDynamicWizard(node)) {
723
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey$3);
724
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
725
+ if (!datasetAttr) {
726
+ return;
727
+ }
728
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
729
+ if (!boundExpr) {
730
+ return;
731
+ }
732
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value);
733
+ }
734
+ },
735
+ // To provide parent tab reference for children
736
+ provide: (attrs, shared) => {
737
+ const provider = new Map();
738
+ provider.set('wizard_ref', shared.get('wizard_ref'));
739
+ return provider;
740
+ }
741
+ };
742
+ });
743
+ var wizard_build = () => { };
744
+
745
+ var wizard_build$1 = /*#__PURE__*/Object.freeze({
746
+ __proto__: null,
747
+ default: wizard_build
748
+ });
749
+
750
+ const tagName$18 = 'form';
751
+ const idGen$i = new core.IDGenerator('wizard_step_id_');
752
+ transpiler.register('wm-wizardstep', () => {
753
+ return {
754
+ pre: attrs => {
755
+ const counter = idGen$i.nextUid();
756
+ return `<${tagName$18} wmWizardStep partialContainer #${counter}="wmWizardStep" ${transpiler.getAttrMarkup(attrs)}>
757
+ <ng-template [ngIf]="${counter}.isInitialized">`;
758
+ },
759
+ post: () => `</ng-template></${tagName$18}>`
760
+ };
761
+ });
762
+ var wizardStep_build = () => { };
763
+
764
+ var wizardStep_build$1 = /*#__PURE__*/Object.freeze({
765
+ __proto__: null,
766
+ default: wizardStep_build
767
+ });
768
+
769
+ const tagName$17 = 'div';
770
+ transpiler.register('wm-wizardaction', () => {
771
+ return {
772
+ pre: attrs => `<ng-template #wizardAction><${tagName$17} wmWizardAction ${transpiler.getAttrMarkup(attrs)}>`,
773
+ post: () => `</${tagName$17}></ng-template>`
774
+ };
775
+ });
776
+ var wizardAction_build = () => { };
777
+
778
+ var wizardAction_build$1 = /*#__PURE__*/Object.freeze({
779
+ __proto__: null,
780
+ default: wizardAction_build
781
+ });
782
+
783
+ const tagName$16 = 'button';
784
+ const idGen$h = new core.IDGenerator('wm_barcodescanner');
785
+ transpiler.register('wm-barcodescanner', () => {
786
+ return {
787
+ pre: (attrs) => {
788
+ const counter = idGen$h.nextUid();
789
+ return `<${tagName$16} wmBarcodescanner #${counter}="wmBarcodescanner" [attr.aria-label]="${counter}.arialabel || 'Barcode scanner'" ${transpiler.getAttrMarkup(attrs)}>`;
790
+ },
791
+ post: () => `</${tagName$16}>`
792
+ };
793
+ });
794
+ var barcodeScanner_build = () => { };
795
+
796
+ var barcodeScanner_build$1 = /*#__PURE__*/Object.freeze({
797
+ __proto__: null,
798
+ default: barcodeScanner_build
799
+ });
800
+
801
+ const tagName$15 = 'button';
802
+ const idGen$g = new core.IDGenerator('wm_camera');
803
+ transpiler.register('wm-camera', () => {
804
+ return {
805
+ pre: (attrs) => {
806
+ const counter = idGen$g.nextUid();
807
+ return `<${tagName$15} type='button' wmCamera #${counter}="wmCamera" [attr.aria-label]="${counter}.arialabel || 'Camera'" ${transpiler.getAttrMarkup(attrs)}>`;
808
+ },
809
+ post: () => `</${tagName$15}>`
810
+ };
811
+ });
812
+ var camera_build = () => { };
813
+
814
+ var camera_build$1 = /*#__PURE__*/Object.freeze({
815
+ __proto__: null,
816
+ default: camera_build
817
+ });
818
+
819
+ const tagName$14 = 'div';
820
+ transpiler.register('wm-alertdialog', () => {
821
+ return {
822
+ pre: attrs => `<${tagName$14} wmAlertDialog wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
823
+ post: () => `</${tagName$14}>`
824
+ };
825
+ });
826
+ var alertDialog_build = () => { };
827
+
828
+ var alertDialog_build$1 = /*#__PURE__*/Object.freeze({
829
+ __proto__: null,
830
+ default: alertDialog_build
831
+ });
832
+
833
+ const tagName$13 = 'div';
834
+ transpiler.register('wm-confirmdialog', () => {
835
+ return {
836
+ pre: attrs => `<${tagName$13} wmConfirmDialog wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
837
+ post: () => `</${tagName$13}>`
838
+ };
839
+ });
840
+ var confirmDialog_build = () => { };
841
+
842
+ var confirmDialog_build$1 = /*#__PURE__*/Object.freeze({
843
+ __proto__: null,
844
+ default: confirmDialog_build
845
+ });
846
+
847
+ const tagName$12 = 'div';
848
+ transpiler.register('wm-dialogactions', () => {
849
+ return {
850
+ pre: attrs => `<ng-template #dialogFooter><${tagName$12} wmDialogFooter data-identfier="actions" ${transpiler.getAttrMarkup(attrs)}>`,
851
+ post: () => `</${tagName$12}></ng-template>`
852
+ };
853
+ });
854
+ var dialogFooter_build = () => { };
855
+
856
+ var dialogFooter_build$1 = /*#__PURE__*/Object.freeze({
857
+ __proto__: null,
858
+ default: dialogFooter_build
859
+ });
860
+
861
+ const tagName$11 = 'div';
862
+ transpiler.register('wm-dialog', () => {
863
+ return {
864
+ pre: attrs => `<${tagName$11} wmDialog ${transpiler.getAttrMarkup(attrs)} aria-modal="true" role="dialog" wm-navigable-element="true"><ng-template #dialogBody>`,
865
+ post: () => `</ng-template></${tagName$11}>`
866
+ };
867
+ });
868
+ var dialog_build = () => { };
869
+
870
+ var dialog_build$1 = /*#__PURE__*/Object.freeze({
871
+ __proto__: null,
872
+ default: dialog_build
873
+ });
874
+
875
+ const tagName$10 = 'div';
876
+ transpiler.register('wm-iframedialog', () => {
877
+ return {
878
+ pre: attrs => `<${tagName$10} wmIframeDialog wm-navigable-element="true" ${transpiler.getAttrMarkup(attrs)}>`,
879
+ post: () => `</${tagName$10}>`
880
+ };
881
+ });
882
+ var iframeDialog_build = () => { };
883
+
884
+ var iframeDialog_build$1 = /*#__PURE__*/Object.freeze({
885
+ __proto__: null,
886
+ default: iframeDialog_build
887
+ });
888
+
889
+ const tagName$$ = 'div';
890
+ transpiler.register('wm-logindialog', () => {
891
+ return {
892
+ pre: attrs => `<${tagName$$} wmDialog wmLoginDialog ${transpiler.getAttrMarkup(attrs)} eventsource.bind="Actions.loginAction" wm-navigable-element="true"><ng-template #dialogBody>`,
893
+ post: () => `</ng-template></${tagName$$}>`
894
+ };
895
+ });
896
+ var loginDialog_build = () => { };
897
+
898
+ var loginDialog_build$1 = /*#__PURE__*/Object.freeze({
899
+ __proto__: null,
900
+ default: loginDialog_build
901
+ });
902
+
903
+ const tagName$_ = 'div';
904
+ transpiler.register('wm-pagedialog', () => {
905
+ return {
906
+ pre: (attrs, shared) => {
907
+ const content = attrs.get('content');
908
+ attrs.delete('content');
909
+ const boundContent = attrs.get('content.bind');
910
+ attrs.delete('content.bind');
911
+ const onLoad = attrs.get('load.event');
912
+ attrs.delete('load.event');
913
+ let onLoadEvtMarkup = '';
914
+ let contentMarkup = '';
915
+ if (onLoad) {
916
+ onLoadEvtMarkup = `load.event="${onLoad}"`;
917
+ }
918
+ if (boundContent) {
919
+ contentMarkup = `content.bind="${boundContent}"`;
920
+ }
921
+ else if (content) {
922
+ contentMarkup = `content="${content}"`;
923
+ }
924
+ let containerMarkup = '';
925
+ if (contentMarkup) {
926
+ shared.set('hasPartialContent', true);
927
+ containerMarkup += `<ng-template><div wmContainer #partial partialContainer ${contentMarkup} width="100%" height="100%" ${onLoadEvtMarkup}>`;
928
+ }
929
+ return `<${tagName$_} wmPartialDialog ${transpiler.getAttrMarkup(attrs)}>${containerMarkup}`;
930
+ },
931
+ post: (attrs, shared) => {
932
+ let preContent = '';
933
+ if (shared.get('hasPartialContent')) {
934
+ preContent = `</div></ng-template>`;
935
+ }
936
+ return `${preContent}</${tagName$_}>`;
937
+ }
938
+ };
939
+ });
940
+ var partialDialog_build = () => { };
941
+
942
+ var partialDialog_build$1 = /*#__PURE__*/Object.freeze({
943
+ __proto__: null,
944
+ default: partialDialog_build
945
+ });
946
+
947
+ const ALLFIELDS = 'All Fields';
948
+ const EDIT_MODE = {
949
+ QUICK_EDIT: 'quickedit',
950
+ FORM: 'form',
951
+ DIALOG: 'dialog'
952
+ };
953
+ const fieldTypeWidgetTypeMap = {
954
+ 'integer': ['number', 'text', 'select', 'checkboxset', 'radioset', 'rating', 'slider', 'currency', 'autocomplete', 'chips'],
955
+ 'big_integer': ['number', 'text', 'select', 'checkboxset', 'radioset', 'rating', 'slider', 'currency', 'autocomplete', 'chips'],
956
+ 'short': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
957
+ 'float': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
958
+ 'big_decimal': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
959
+ 'number': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
960
+ 'double': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
961
+ 'long': ['number', 'text', 'select', 'checkboxset', 'radioset', 'rating', 'slider', 'currency', 'autocomplete', 'chips'],
962
+ 'byte': ['number', 'text', 'select', 'checkboxset', 'radioset', 'slider', 'currency', 'autocomplete', 'chips'],
963
+ 'string': ['text', 'number', 'textarea', 'password', 'richtext', 'select', 'checkboxset', 'radioset', 'date', 'time', 'timestamp', 'switch', 'currency', 'autocomplete', 'chips', 'colorpicker'],
964
+ 'character': ['text', 'number', 'textarea', 'password', 'richtext', 'select', 'checkboxset', 'radioset', 'switch', 'currency', 'autocomplete', 'chips'],
965
+ 'text': ['text', 'number', 'textarea', 'password', 'richtext', 'select', 'checkboxset', 'radioset', 'date', 'time', 'timestamp', 'switch', 'currency', 'autocomplete', 'chips', 'colorpicker'],
966
+ 'date': ['date', 'text', 'number', 'select', 'checkboxset', 'radioset', 'autocomplete', 'chips'],
967
+ 'time': ['time', 'text', 'number', 'select', 'checkboxset', 'radioset', 'autocomplete', 'chips'],
968
+ 'timestamp': ['timestamp', 'text', 'number', 'select', 'checkboxset', 'radioset', 'autocomplete', 'chips'],
969
+ 'datetime': ['datetime', 'text', 'select', 'checkboxset', 'radioset', 'autocomplete', 'chips'],
970
+ 'boolean': ['checkbox', 'radioset', 'toggle', 'select'],
971
+ 'list': ['select', 'radioset', 'checkboxset', 'switch', 'autocomplete', 'chips'],
972
+ 'clob': ['text', 'textarea', 'richtext'],
973
+ 'blob': ['upload'],
974
+ 'file': ['upload'],
975
+ 'custom': ['text', 'number', 'textarea', 'password', 'checkbox', 'toggle', 'slider', 'richtext', 'currency', 'switch',
976
+ 'select', 'checkboxset', 'radioset', 'date', 'time', 'timestamp', 'rating', 'datetime', 'autocomplete', 'chips', 'colorpicker']
977
+ };
978
+ const DATASET_WIDGETS = new Set([core.FormWidgetType.SELECT, core.FormWidgetType.CHECKBOXSET, core.FormWidgetType.RADIOSET,
979
+ core.FormWidgetType.SWITCH, core.FormWidgetType.AUTOCOMPLETE, core.FormWidgetType.CHIPS, core.FormWidgetType.TYPEAHEAD, core.FormWidgetType.RATING]);
980
+ const isDataSetWidget = widget => {
981
+ return DATASET_WIDGETS.has(widget);
982
+ };
983
+ // Get filter widget applicable to the given type
984
+ const getDataTableFilterWidget = type => {
985
+ let widget = fieldTypeWidgetTypeMap[type] && fieldTypeWidgetTypeMap[type][0];
986
+ if (type === core.DataType.BOOLEAN) {
987
+ widget = core.FormWidgetType.SELECT;
988
+ }
989
+ const filterWidgets = [core.FormWidgetType.TEXT, core.FormWidgetType.NUMBER, core.FormWidgetType.SELECT, core.FormWidgetType.AUTOCOMPLETE,
990
+ core.FormWidgetType.DATE, core.FormWidgetType.TIME, core.FormWidgetType.DATETIME];
991
+ if (filterWidgets.includes(widget)) {
992
+ return widget;
993
+ }
994
+ return core.FormWidgetType.TEXT;
995
+ };
996
+ /**
997
+ * @ngdoc function
998
+ * @name wm.widgets.live.getEditModeWidget
999
+ * @methodOf wm.widgets.live.LiveWidgetUtils
1000
+ * @function
1001
+ *
1002
+ * @description
1003
+ * This function returns the default widget for grid
1004
+ *
1005
+ * @param {object} colDef field definition
1006
+ */
1007
+ const getEditModeWidget = colDef => {
1008
+ if (colDef['related-entity-name'] && colDef['primary-key']) {
1009
+ return core.FormWidgetType.SELECT;
1010
+ }
1011
+ return (fieldTypeWidgetTypeMap[colDef.type] && fieldTypeWidgetTypeMap[colDef.type][0]) || core.FormWidgetType.TEXT;
1012
+ };
1013
+
1014
+ const tagName$Z = 'div';
1015
+ const idGen$f = new core.IDGenerator('formfield_');
1016
+ const getEventsTemplate = (attrs) => {
1017
+ const eventAttrs = new Map();
1018
+ if (!attrs.has('focus.event')) {
1019
+ attrs.set('focus.event', '');
1020
+ }
1021
+ if (!attrs.has('blur.event')) {
1022
+ attrs.set('blur.event', '');
1023
+ }
1024
+ attrs.forEach((value, key) => {
1025
+ if (key.endsWith('.event')) {
1026
+ if (key === 'focus.event') {
1027
+ value = `_onFocusField($event);${value}`;
1028
+ }
1029
+ else if (key === 'blur.event') {
1030
+ value = `_onBlurField($event);${value}`;
1031
+ }
1032
+ eventAttrs.set(key, value);
1033
+ attrs.delete(key);
1034
+ }
1035
+ });
1036
+ return transpiler.getFormMarkupAttr(eventAttrs);
1037
+ };
1038
+ const DEFAULT_PLACEHOLDERS = new Map([
1039
+ [core.FormWidgetType.SELECT, ['Select Min value', 'Select Max value', 'Select value']],
1040
+ [core.FormWidgetType.DATETIME, ['Select Min date time', 'Select Max date time', 'Select date time']],
1041
+ [core.FormWidgetType.TIME, ['Select Min time', 'Select Max time', 'Select time']],
1042
+ [core.FormWidgetType.DATE, ['Select Min date', 'Select Max date', 'Select date']],
1043
+ [core.FormWidgetType.TEXTAREA, ['', '', 'Enter value']],
1044
+ [core.FormWidgetType.RICHTEXT, ['', '', 'Enter value']],
1045
+ [core.FormWidgetType.COLORPICKER, ['Select Color', 'Select Color', 'Select Color']],
1046
+ [core.FormWidgetType.CHIPS, ['', '', 'Type here...']],
1047
+ [core.FormWidgetType.PASSWORD, ['Enter Min value', 'Enter Max value', 'Enter value']],
1048
+ [core.FormWidgetType.NUMBER, ['Enter Min value', 'Enter Max value', 'Enter value']],
1049
+ [core.FormWidgetType.TEXT, ['Enter Min value', 'Enter Max value', 'Enter value']],
1050
+ [core.FormWidgetType.CURRENCY, ['Enter Min value', 'Enter Max value', 'Enter value']],
1051
+ [core.FormWidgetType.AUTOCOMPLETE, ['', '', 'Search']],
1052
+ ]);
1053
+ const setDefaultPlaceholder = (attrs, widgetType, index) => {
1054
+ const prop = index === 1 ? 'maxplaceholder' : 'placeholder';
1055
+ let placeholder = attrs.get(prop);
1056
+ if (placeholder || placeholder === '') {
1057
+ return;
1058
+ }
1059
+ placeholder = DEFAULT_PLACEHOLDERS.get(widgetType) && DEFAULT_PLACEHOLDERS.get(widgetType)[index];
1060
+ if (placeholder) {
1061
+ attrs.set(prop, placeholder);
1062
+ }
1063
+ };
1064
+ const getWidgetTemplate = (attrs, options) => {
1065
+ let customAttrs = ``;
1066
+ if (options.widgetType === "custom-widget") {
1067
+ for (let [key, value] of attrs) {
1068
+ if (key.startsWith('prop-'))
1069
+ customAttrs += key + '="' + value + '" ';
1070
+ }
1071
+ }
1072
+ const name = attrs.get('name');
1073
+ const customWidgetName = attrs.get('widgetname');
1074
+ const fieldName = (attrs.get('key') || name || '').trim();
1075
+ const formControl = options.isMaxWidget ? `formControlName="${fieldName}_max"` : (options.isInList ? `[formControlName]="${options.counter}._fieldName"` : `formControlName="${fieldName}"`);
1076
+ const tmplRef = options.isMaxWidget ? `#formWidgetMax` : `#formWidget`;
1077
+ const widgetName = name ? (options.isMaxWidget ? `name="${name}_formWidgetMax"` : `name="${name}_formWidget"`) : '';
1078
+ const conditionalClass = `[ngClass]="${attrs.get('ngclass')}"`;
1079
+ const defaultTmpl = `[class.hidden]="!${options.pCounter}.isUpdateMode && ${options.counter}.viewmodewidget !== 'default'" ${formControl} ${options.eventsTmpl} ${conditionalClass} ${tmplRef} ${widgetName} ${customWidgetName ? `widgetname=${customWidgetName} ${customAttrs}` : ''}`;
1080
+ return core.getFormWidgetTemplate(options.widgetType, defaultTmpl, attrs, { counter: options.counter, pCounter: options.pCounter });
1081
+ };
1082
+ const getTemplate = (attrs, widgetType, eventsTmpl, counter, pCounter, isInList) => {
1083
+ const isRange = attrs.get('is-range') === 'true';
1084
+ if (!isRange) {
1085
+ return getWidgetTemplate(attrs, { widgetType, eventsTmpl, counter, pCounter, isInList });
1086
+ }
1087
+ const layoutClass = 'col-sm-6';
1088
+ return `<div class="${layoutClass}">${getWidgetTemplate(attrs, { widgetType, eventsTmpl, counter, pCounter })}</div>
1089
+ <div class="${layoutClass}">${getWidgetTemplate(attrs, { widgetType, eventsTmpl, counter, pCounter, isMaxWidget: true })}</div>`;
1090
+ };
1091
+ const getCaptionByWidget = (attrs, widgetType, counter) => {
1092
+ if (attrs.get('is-related') === 'true') {
1093
+ return `${counter}.getDisplayExpr()`;
1094
+ }
1095
+ if (widgetType === core.FormWidgetType.PASSWORD) {
1096
+ return '\'********\'';
1097
+ }
1098
+ let caption = `${counter}.value`;
1099
+ if (widgetType === core.FormWidgetType.DATETIME || widgetType === core.FormWidgetType.TIMESTAMP) {
1100
+ caption += ` | toDate:${counter}.formWidget.datepattern || 'yyyy-MM-dd hh:mm:ss a'`;
1101
+ return caption;
1102
+ }
1103
+ if (widgetType === core.FormWidgetType.TIME) {
1104
+ caption += ` | toDate:${counter}.formWidget.timepattern || 'hh:mm a'`;
1105
+ return caption;
1106
+ }
1107
+ if (widgetType === core.FormWidgetType.DATE) {
1108
+ caption += ` | toDate:${counter}.formWidget.datepattern || 'yyyy-MMM-dd'`;
1109
+ return caption;
1110
+ }
1111
+ if (widgetType === core.FormWidgetType.RATING || widgetType === core.FormWidgetType.UPLOAD) {
1112
+ return '';
1113
+ }
1114
+ if (isDataSetWidget(widgetType) && attrs.get('datafield') === ALLFIELDS) {
1115
+ return `${counter}.getDisplayExpr()`;
1116
+ }
1117
+ return `${counter}.getCaption()`;
1118
+ };
1119
+ const registerFormField = (isFormField) => {
1120
+ return {
1121
+ requires: ['wm-form', 'wm-liveform', 'wm-livefilter', 'wm-list'],
1122
+ pre: (attrs, shared, parentForm, parentLiveForm, parentFilter, parentList) => {
1123
+ const counter = idGen$f.nextUid();
1124
+ const parent = parentForm || parentLiveForm || parentFilter;
1125
+ const pCounter = (parent && parent.get('form_reference')) || 'form';
1126
+ const widgetType = attrs.get('widget') || core.FormWidgetType.TEXT;
1127
+ const dataRole = isFormField ? 'form-field' : 'filter-field';
1128
+ const formFieldErrorMsgId = 'wmform-field-error-' + core.generateGUId();
1129
+ const validationMsg = `@if (${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode) {
1130
+ <p class="help-block text-danger" aria-hidden="false" role="alert" aria-live="assertive" [attr.aria-label]="${counter}.validationmessage" id="${formFieldErrorMsgId}">
1131
+ <span aria-hidden="true" [textContent]="${counter}.validationmessage"></span>
1132
+ </p>}`;
1133
+ const eventsTmpl = widgetType === core.FormWidgetType.UPLOAD ? '' : getEventsTemplate(attrs);
1134
+ const controlLayout = 'col-sm-12';
1135
+ const isInList = pCounter === (parentList && parentList.get('parent_form_reference'));
1136
+ attrs.set('__validationId', formFieldErrorMsgId);
1137
+ attrs.set('__widgetType', widgetType);
1138
+ attrs.delete('widget');
1139
+ shared.set('counter', counter);
1140
+ if (attrs.get('is-range') === 'true') {
1141
+ setDefaultPlaceholder(attrs, widgetType, 0);
1142
+ setDefaultPlaceholder(attrs, widgetType, 1);
1143
+ }
1144
+ else {
1145
+ setDefaultPlaceholder(attrs, widgetType, 2);
1146
+ }
1147
+ return `<${tagName$Z} data-role="${dataRole}" [formGroup]="${pCounter}.ngform" wmFormField wmCaptionPosition #${counter}="wmFormField" widgettype="${widgetType}" ${transpiler.getFormMarkupAttr(attrs)}>
1148
+ <div class="live-field form-group app-composite-widget clearfix caption-{{${pCounter}.captionposition}}" widget="${widgetType}">
1149
+ <label [hidden]="!${counter}.displayname" class="app-label control-label formfield-label {{${pCounter}._captionClass}}"
1150
+ [ngStyle]="{width: ${pCounter}.captionsize}" [ngClass]="{'text-danger': ${counter}._control?.invalid && ${counter}._control?.touched && ${pCounter}.isUpdateMode,
1151
+ required: ${pCounter}.isUpdateMode && ${counter}.required}" [textContent]="${counter}.displayname"> </label>
1152
+ <div [ngClass]="${counter}.displayname ? ${pCounter}._widgetClass : '${controlLayout}'">
1153
+ <span class="form-control-static app-label"
1154
+ [hidden]="${pCounter}.isUpdateMode || ${counter}.viewmodewidget === 'default' || ${counter}.widgettype === 'upload'" [innerHTML]="${getCaptionByWidget(attrs, widgetType, counter)}"></span>
1155
+ ${getTemplate(attrs, widgetType, eventsTmpl, counter, pCounter, isInList)}
1156
+ @if(${counter}.showPendingSpinner){ <span aria-hidden="true" class="form-field-spinner fa fa-circle-o-notch fa-spin form-control-feedback"></span>}
1157
+ @if(!(${counter}._control?.invalid && ${counter}._control?.touched) && ${pCounter}.isUpdateMode){ <p class="help-block" aria-hidden="true" role="alert" aria-live="polite" [textContent]="${counter}.hint"></p> }
1158
+ ${validationMsg}
1159
+ </div>
1160
+ </div>`;
1161
+ },
1162
+ post: () => `</${tagName$Z}>`,
1163
+ provide: (attrs, shared) => {
1164
+ const provider = new Map();
1165
+ provider.set('form_reference', shared.get('counter'));
1166
+ return provider;
1167
+ },
1168
+ imports: (attrs) => {
1169
+ const widgetType = attrs.get('__widgetType') || attrs.get('type');
1170
+ const requiredWidget = core.getRequiredFormWidget(widgetType);
1171
+ attrs.delete('__widgetType');
1172
+ let pipeImports = [];
1173
+ if (widgetType && [core.FormWidgetType.DATE, core.FormWidgetType.DATETIME, core.FormWidgetType.TIME, core.FormWidgetType.TIMESTAMP].includes(widgetType)) {
1174
+ pipeImports.push('toDate');
1175
+ }
1176
+ return [requiredWidget, 'wm-form', ...pipeImports];
1177
+ }
1178
+ };
1179
+ };
1180
+ transpiler.register('wm-form-field', registerFormField.bind(undefined, true));
1181
+ transpiler.register('wm-filter-field', registerFormField.bind(undefined, false));
1182
+ var formField_build = () => { };
1183
+
1184
+ var formField_build$1 = /*#__PURE__*/Object.freeze({
1185
+ __proto__: null,
1186
+ default: formField_build
1187
+ });
1188
+
1189
+ const tagName$Y = 'div';
1190
+ const registerAction = (tmpl) => {
1191
+ return {
1192
+ pre: attrs => `<${tagName$Y} wmFormAction name="${attrs.get('name') || attrs.get('key')}" ${transpiler.getAttrMarkup(attrs)} ${tmpl}>`,
1193
+ post: () => `</${tagName$Y}>`
1194
+ };
1195
+ };
1196
+ transpiler.register('wm-form-action', registerAction.bind(undefined, ''));
1197
+ transpiler.register('wm-filter-action', registerAction.bind(undefined, ` update-mode="true" `));
1198
+ var formAction_build = () => { };
1199
+
1200
+ var formAction_build$1 = /*#__PURE__*/Object.freeze({
1201
+ __proto__: null,
1202
+ default: formAction_build
1203
+ });
1204
+
1205
+ const tagName$X = 'form';
1206
+ const idGen$e = new core.IDGenerator('form_');
1207
+ const formWidgets$1 = new Set([
1208
+ 'wm-text',
1209
+ 'wm-textarea',
1210
+ 'wm-checkbox',
1211
+ 'wm-slider',
1212
+ 'wm-richtexteditor',
1213
+ 'wm-currency',
1214
+ 'wm-switch',
1215
+ 'wm-select',
1216
+ 'wm-checkboxset',
1217
+ 'wm-radioset',
1218
+ 'wm-date',
1219
+ 'wm-time',
1220
+ 'wm-timestamp',
1221
+ 'wm-upload',
1222
+ 'wm-rating',
1223
+ 'wm-datetime',
1224
+ 'wm-search',
1225
+ 'wm-chips',
1226
+ 'wm-colorpicker',
1227
+ 'wm-table'
1228
+ ]);
1229
+ let numberOfFields;
1230
+ const addFormControlName = (children = []) => {
1231
+ children.forEach(childNode => {
1232
+ if (childNode.name === 'wm-form-field') {
1233
+ numberOfFields++;
1234
+ }
1235
+ if (formWidgets$1.has(childNode.name)) {
1236
+ let key = childNode.attrs.find((attr) => attr.name === 'key' || attr.name === 'name');
1237
+ key = key && key.value;
1238
+ if (!key) {
1239
+ // for checkbox inside table inside form, key and name attrs are not available. Using datavalue to construct formControlName instead.
1240
+ let dataValue = childNode.attrs.find((attr) => attr.name === 'datavalue');
1241
+ if (dataValue && dataValue.value) {
1242
+ const regex = /\((.*)\)/;
1243
+ dataValue = dataValue.value.match(regex);
1244
+ if (dataValue && dataValue.length > 1) {
1245
+ key = dataValue[1].replace(/["']/g, '');
1246
+ }
1247
+ }
1248
+ }
1249
+ childNode.attrs.push(new compiler.Attribute('formControlName', key, 1, 1, 1, undefined, undefined));
1250
+ childNode.attrs.push(new compiler.Attribute('wmFormWidget', '', 1, 1, 1, undefined, undefined));
1251
+ }
1252
+ addFormControlName(childNode.children);
1253
+ });
1254
+ };
1255
+ const updateFormDataSource = (attrMap) => {
1256
+ if (attrMap.get('formdata.bind')) {
1257
+ const formDataSource = transpiler.getDataSource(attrMap.get('formdata.bind'));
1258
+ if (formDataSource) {
1259
+ attrMap.set('formdatasource.bind', formDataSource);
1260
+ }
1261
+ }
1262
+ };
1263
+ const buildTask = (directiveAttr = '') => {
1264
+ return {
1265
+ requires: ['wm-livetable', 'wm-login'],
1266
+ template: (node) => {
1267
+ numberOfFields = 0;
1268
+ addFormControlName(node.children);
1269
+ },
1270
+ pre: (attrs, shared, parentLiveTable, parentLoginWidget) => {
1271
+ let tmpl;
1272
+ let dialogId;
1273
+ const role = parentLoginWidget && parentLoginWidget.get('isLogin') ? 'app-login' : '';
1274
+ const counter = idGen$e.nextUid();
1275
+ const dependsOn = attrs.get('dependson') ? `dependson="${attrs.get('dependson')}"` : '';
1276
+ if (dependsOn) {
1277
+ attrs.set('dependsontable', attrs.get('dependson'));
1278
+ }
1279
+ const classProp = attrs.get('formlayout') === 'page' ? 'app-device-liveform panel liveform-inline' : '';
1280
+ const dialogAttributes = ['title', 'title.bind', 'iconclass', 'iconclass.bind', 'width'];
1281
+ attrs.delete('dependson');
1282
+ const liveFormTmpl = `<${tagName$X} wmForm data-role="${role}" ${directiveAttr} #${counter} ngNativeValidate [formGroup]="${counter}.ngform" [noValidate]="${counter}.validationtype !== 'html'"
1283
+ class="${classProp}" [class]="${counter}.captionAlignClass" [autocomplete]="${counter}.autocomplete ? 'on' : 'off'" captionposition=${attrs.get('captionposition')}`;
1284
+ attrs.set('numberOfFields', `${numberOfFields}`);
1285
+ shared.set('counter', counter);
1286
+ updateFormDataSource(attrs);
1287
+ if (attrs.get('formlayout') === 'dialog') {
1288
+ dialogId = parentLiveTable ? parentLiveTable.get('liveform_dialog_id') : `liveform_dialog_id_${counter}`;
1289
+ attrs.set('dialogId', dialogId);
1290
+ const dialogAttrsMap = new Map();
1291
+ dialogAttributes.forEach((attr) => {
1292
+ if (attrs.get(attr)) {
1293
+ dialogAttrsMap.set(attr, attrs.get(attr));
1294
+ }
1295
+ });
1296
+ attrs.set('width', '100%');
1297
+ tmpl = transpiler.getAttrMarkup(attrs);
1298
+ return `<div data-identifier="liveform" init-widget class="app-liveform liveform-dialog" ${dependsOn} dialogid="${dialogId}">
1299
+ <div wmDialog class="app-liveform-dialog" name="${dialogId}" role="form" ${transpiler.getAttrMarkup(dialogAttrsMap)} modal="true">
1300
+ <ng-template #dialogBody>
1301
+ ${liveFormTmpl} ${tmpl}>`;
1302
+ }
1303
+ let mobileFormContentTmpl = '';
1304
+ let buttonTemplate = '';
1305
+ // Include mobile-navbar above the form when formlayout is set to page
1306
+ if (attrs.get('formlayout') === 'page') {
1307
+ const name = `device_liveform_header_${counter}`;
1308
+ const navbarAttrsMap = new Map();
1309
+ navbarAttrsMap.set('title', attrs.get('title'));
1310
+ navbarAttrsMap.set('backbtnclick.event', attrs.get('backbtnclick.event'));
1311
+ buttonTemplate = `<ng-template #buttonRef let-btn="btn">
1312
+ <button wmButton name="{{btn.key}}" class="navbar-btn btn-primary btn-transparent" iconclass.bind="btn.iconclass" show.bind="btn.show"
1313
+ (click)="${counter}.invokeActionEvent($event, btn.action)" type.bind="btn.type" hint.bind="btn.title" shortcutkey.bind="btn.shortcutkey" disabled.bind="btn.disabled"
1314
+ tabindex.bind="btn.tabindex" [class.hidden]="btn.updateMode ? !${counter}.isUpdateMode : ${counter}.isUpdateMode"></button>
1315
+ </ng-template>`;
1316
+ mobileFormContentTmpl = `<header wmMobileNavbar name="${name}" ${transpiler.getAttrMarkup(navbarAttrsMap)}>
1317
+ @for (btn of ${counter}.buttonArray; track btn; let i = $index) {
1318
+ <ng-container
1319
+ [ngTemplateOutlet]="buttonRef"
1320
+ [ngTemplateOutletContext]="{btn:btn}"
1321
+ [ngTemplateOutletInjector]="${counter}.createCustomInjector('mobile_' + i, {item:item, index:i})">
1322
+ </ng-container>
1323
+ }
1324
+ </header>
1325
+ <div class="form-elements panel-body" >`;
1326
+ }
1327
+ tmpl = transpiler.getAttrMarkup(attrs);
1328
+ const dependsOnTmpl = dependsOn ? `<div ${dependsOn}>` : '';
1329
+ return `${dependsOnTmpl}${liveFormTmpl} ${tmpl}>
1330
+ ${buttonTemplate} ${mobileFormContentTmpl}`;
1331
+ },
1332
+ post: (attrs) => {
1333
+ if (attrs.get('formlayout') === 'dialog') {
1334
+ return '</form></ng-template></div></div>';
1335
+ }
1336
+ if (attrs.get('formlayout') === 'page') {
1337
+ return `</div></${tagName$X}>`;
1338
+ }
1339
+ if (attrs.get('dependsontable')) {
1340
+ return `</${tagName$X}></div>`;
1341
+ }
1342
+ return `</${tagName$X}>`;
1343
+ },
1344
+ provide: (attrs, shared) => {
1345
+ const provider = new Map();
1346
+ provider.set('form_reference', shared.get('counter'));
1347
+ return provider;
1348
+ },
1349
+ imports: (attrs) => {
1350
+ const formlayout = attrs.get('formlayout');
1351
+ if (formlayout === 'dialog') {
1352
+ return ['wm-dialog'];
1353
+ }
1354
+ return [];
1355
+ }
1356
+ };
1357
+ };
1358
+ transpiler.register('wm-form', buildTask);
1359
+ transpiler.register('wm-liveform', () => buildTask('wmLiveForm'));
1360
+ transpiler.register('wm-livefilter', () => buildTask('wmLiveFilter'));
1361
+ var form_build = () => { };
1362
+
1363
+ var form_build$1 = /*#__PURE__*/Object.freeze({
1364
+ __proto__: null,
1365
+ default: form_build
1366
+ });
1367
+
1368
+ const tagName$W = 'div';
1369
+ transpiler.register('wm-calendar', () => {
1370
+ return {
1371
+ pre: (attrs) => {
1372
+ let viewType = attrs.get('view') ? attrs.get('view') + ' view' : 'month view';
1373
+ return `<${tagName$W} wmCalendar redrawable style="width:100%" role="region" aria-label="${viewType}" ${transpiler.getAttrMarkup(attrs)}>`;
1374
+ },
1375
+ post: () => `</${tagName$W}>`
1376
+ };
1377
+ });
1378
+ var calendar_build = () => { };
1379
+
1380
+ var calendar_build$1 = /*#__PURE__*/Object.freeze({
1381
+ __proto__: null,
1382
+ default: calendar_build
1383
+ });
1384
+
1385
+ const tagName$V = 'ul';
1386
+ transpiler.register('wm-chips', () => {
1387
+ return {
1388
+ pre: attrs => `<${tagName$V} wmChips ${transpiler.getAttrMarkup(attrs)} ${core.getNgModelAttr(attrs)}>`,
1389
+ post: () => `</${tagName$V}>`
1390
+ };
1391
+ });
1392
+ var chips_build = () => { };
1393
+
1394
+ var chips_build$1 = /*#__PURE__*/Object.freeze({
1395
+ __proto__: null,
1396
+ default: chips_build
1397
+ });
1398
+
1399
+ const tagName$U = 'div';
1400
+ transpiler.register('wm-colorpicker', () => {
1401
+ return {
1402
+ pre: attrs => `<${tagName$U} wmColorPicker ${transpiler.getAttrMarkup(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1403
+ post: () => `</${tagName$U}>`
1404
+ };
1405
+ });
1406
+ var colorPicker_build = () => { };
1407
+
1408
+ var colorPicker_build$1 = /*#__PURE__*/Object.freeze({
1409
+ __proto__: null,
1410
+ default: colorPicker_build
1411
+ });
1412
+
1413
+ const tagName$T = 'div';
1414
+ transpiler.register('wm-currency', () => {
1415
+ return {
1416
+ pre: attrs => `<${tagName$T} wmCurrency ${transpiler.getAttrMarkup(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1417
+ post: () => `</${tagName$T}>`
1418
+ };
1419
+ });
1420
+ var currency_build = () => { };
1421
+
1422
+ var currency_build$1 = /*#__PURE__*/Object.freeze({
1423
+ __proto__: null,
1424
+ default: currency_build
1425
+ });
1426
+
1427
+ const tagName$S = 'div';
1428
+ transpiler.register('wm-buttongroup', () => {
1429
+ return {
1430
+ pre: attrs => `<${tagName$S} wmButtonGroup role="group" ${transpiler.getAttrMarkup(attrs)}>`,
1431
+ post: () => `</${tagName$S}>`
1432
+ };
1433
+ });
1434
+ var buttonGroup_build = () => { };
1435
+
1436
+ var buttonGroup_build$1 = /*#__PURE__*/Object.freeze({
1437
+ __proto__: null,
1438
+ default: buttonGroup_build
1439
+ });
1440
+
1441
+ const tagName$R = 'button';
1442
+ const idGen$d = new core.IDGenerator('wm_button');
1443
+ transpiler.register('wm-button', () => {
1444
+ return {
1445
+ pre: (attrs) => {
1446
+ const counter = idGen$d.nextUid();
1447
+ return `<${tagName$R} wmButton #${counter}="wmButton" [attr.aria-label]="${counter}.arialabel || (${counter}.badgevalue ? ${counter}.caption + ' ' + ${counter}.badgevalue : ${counter}.caption) || null" ${transpiler.getAttrMarkup(attrs)}>`;
1448
+ },
1449
+ post: () => `</${tagName$R}>`
1450
+ };
1451
+ });
1452
+ var button_build = () => { };
1453
+
1454
+ var button_build$1 = /*#__PURE__*/Object.freeze({
1455
+ __proto__: null,
1456
+ default: button_build
1457
+ });
1458
+
1459
+ const tagName$Q = 'div';
1460
+ transpiler.register('wm-checkbox', () => {
1461
+ return {
1462
+ pre: attrs => {
1463
+ if (attrs.get('type') === 'button') {
1464
+ return `<${tagName$Q} wmCheckbox ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`;
1465
+ }
1466
+ else {
1467
+ return `<${tagName$Q} wmCheckbox ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)} style="height:100%">`;
1468
+ }
1469
+ },
1470
+ post: () => `</${tagName$Q}>`
1471
+ };
1472
+ });
1473
+ var checkbox_build = () => { };
1474
+
1475
+ var checkbox_build$1 = /*#__PURE__*/Object.freeze({
1476
+ __proto__: null,
1477
+ default: checkbox_build
1478
+ });
1479
+
1480
+ const tagName$P = 'ul';
1481
+ transpiler.register('wm-checkboxset', () => {
1482
+ return {
1483
+ pre: attrs => `<${tagName$P} role="group" wmCheckboxset ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1484
+ post: () => `</${tagName$P}>`
1485
+ };
1486
+ });
1487
+ var checkboxset_build = () => { };
1488
+
1489
+ var checkboxset_build$1 = /*#__PURE__*/Object.freeze({
1490
+ __proto__: null,
1491
+ default: checkboxset_build
1492
+ });
1493
+
1494
+ const tagName$O = 'div';
1495
+ transpiler.register('wm-composite', () => {
1496
+ return {
1497
+ pre: attrs => `<${tagName$O} wmComposite wmCaptionPosition ${transpiler.setChildAttrs(attrs)} ${transpiler.getAttrMarkup(attrs)}>`,
1498
+ post: () => `</${tagName$O}${transpiler.clearChildAttrs()}>`
1499
+ };
1500
+ });
1501
+ var composite_build = () => { };
1502
+
1503
+ var composite_build$1 = /*#__PURE__*/Object.freeze({
1504
+ __proto__: null,
1505
+ default: composite_build
1506
+ });
1507
+
1508
+ const tagName$N = 'div';
1509
+ transpiler.register('wm-number', () => {
1510
+ return {
1511
+ pre: attrs => `<${tagName$N} wmNumber ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1512
+ post: () => `</${tagName$N}>`
1513
+ };
1514
+ });
1515
+ var number_build = () => { };
1516
+
1517
+ var number_build$1 = /*#__PURE__*/Object.freeze({
1518
+ __proto__: null,
1519
+ default: number_build
1520
+ });
1521
+
1522
+ const tagName$M = 'ul';
1523
+ transpiler.register('wm-radioset', () => {
1524
+ return {
1525
+ pre: (attrs) => {
1526
+ const hintAttr = attrs.get("hint") ? ` title="${attrs.get("hint")}" ` : '';
1527
+ return `<${tagName$M} role="radiogroup" wmRadioset ${hintAttr} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)}
1528
+ ${core.getNgModelAttr(attrs)}>`;
1529
+ },
1530
+ post: () => `</${tagName$M}>`
1531
+ };
1532
+ });
1533
+ var radioset_build = () => { };
1534
+
1535
+ var radioset_build$1 = /*#__PURE__*/Object.freeze({
1536
+ __proto__: null,
1537
+ default: radioset_build
1538
+ });
1539
+
1540
+ const tagName$L = 'wm-select';
1541
+ transpiler.register('wm-select', () => {
1542
+ return {
1543
+ pre: attrs => `<${tagName$L} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1544
+ post: () => `</${tagName$L}>`
1545
+ };
1546
+ });
1547
+ var select_build = () => { };
1548
+
1549
+ var select_build$1 = /*#__PURE__*/Object.freeze({
1550
+ __proto__: null,
1551
+ default: select_build
1552
+ });
1553
+
1554
+ const tagName$K = 'div';
1555
+ const idGen$c = new core.IDGenerator('wm_switch');
1556
+ transpiler.register('wm-switch', () => {
1557
+ return {
1558
+ pre: (attrs) => {
1559
+ const counter = idGen$c.nextUid();
1560
+ return `<${tagName$K} wmSwitch #${counter}="wmSwitch" role="group" [attr.aria-label]="${counter}.arialabel || 'Switch choose options'" ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`;
1561
+ },
1562
+ post: () => `</${tagName$K}>`
1563
+ };
1564
+ });
1565
+ var switch_build = () => { };
1566
+
1567
+ var switch_build$1 = /*#__PURE__*/Object.freeze({
1568
+ __proto__: null,
1569
+ default: switch_build
1570
+ });
1571
+
1572
+ const tagName$J = 'wm-input';
1573
+ transpiler.register('wm-text', () => {
1574
+ return {
1575
+ pre: attrs => `<${tagName$J} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1576
+ post: () => `</${tagName$J}>`
1577
+ };
1578
+ });
1579
+ var text_build = () => { };
1580
+
1581
+ var text_build$1 = /*#__PURE__*/Object.freeze({
1582
+ __proto__: null,
1583
+ default: text_build
1584
+ });
1585
+
1586
+ const tagName$I = 'wm-textarea';
1587
+ transpiler.register('wm-textarea', () => {
1588
+ return {
1589
+ pre: attrs => `<${tagName$I} ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1590
+ post: () => `</${tagName$I}>`
1591
+ };
1592
+ });
1593
+ var textarea_build = () => { };
1594
+
1595
+ var textarea_build$1 = /*#__PURE__*/Object.freeze({
1596
+ __proto__: null,
1597
+ default: textarea_build
1598
+ });
1599
+
1600
+ const tagName$H = 'div';
1601
+ transpiler.register('wm-datetime', () => {
1602
+ return {
1603
+ pre: attrs => `<${tagName$H} wmDateTime ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1604
+ post: () => `</${tagName$H}>`
1605
+ };
1606
+ });
1607
+ var dateTime_build = () => { };
1608
+
1609
+ var dateTime_build$1 = /*#__PURE__*/Object.freeze({
1610
+ __proto__: null,
1611
+ default: dateTime_build
1612
+ });
1613
+
1614
+ const tagName$G = 'div';
1615
+ transpiler.register('wm-date', () => {
1616
+ return {
1617
+ pre: attrs => `<${tagName$G} wmDate ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1618
+ post: () => `</${tagName$G}>`
1619
+ };
1620
+ });
1621
+ var date_build = () => { };
1622
+
1623
+ var date_build$1 = /*#__PURE__*/Object.freeze({
1624
+ __proto__: null,
1625
+ default: date_build
1626
+ });
1627
+
1628
+ const tagName$F = 'div';
1629
+ transpiler.register('wm-time', () => {
1630
+ return {
1631
+ pre: attrs => `<${tagName$F} wmTime ${transpiler.getFormMarkupAttr(attrs)} ${transpiler.getChildAttrs(attrs)} ${core.getNgModelAttr(attrs)}>`,
1632
+ post: () => `</${tagName$F}>`
1633
+ };
1634
+ });
1635
+ var time_build = () => { };
1636
+
1637
+ var time_build$1 = /*#__PURE__*/Object.freeze({
1638
+ __proto__: null,
1639
+ default: time_build
1640
+ });
1641
+
1642
+ const tagName$E = 'div';
1643
+ transpiler.register('wm-fileupload', () => {
1644
+ return {
1645
+ pre: attrs => {
1646
+ if (attrs.get('select.event')) {
1647
+ const onSelectBinding = transpiler.getDataSource(attrs.get('select.event'));
1648
+ attrs.set('datasource.bind', onSelectBinding);
1649
+ }
1650
+ if (attrs.get('delete.event')) {
1651
+ const onDeleteBinding = transpiler.getDataSource(attrs.get('delete.event'));
1652
+ attrs.set('deletedatasource.bind', onDeleteBinding);
1653
+ }
1654
+ return `<${tagName$E} wmFileUpload ${transpiler.getAttrMarkup(attrs)}>`;
1655
+ },
1656
+ post: () => `</${tagName$E}>`
1657
+ };
1658
+ });
1659
+ var fileUpload_build = () => { };
1660
+
1661
+ var fileUpload_build$1 = /*#__PURE__*/Object.freeze({
1662
+ __proto__: null,
1663
+ default: fileUpload_build
1664
+ });
1665
+
1666
+ const tagName$D = 'div';
1667
+ transpiler.register('wm-rating', () => {
1668
+ return {
1669
+ pre: attrs => `<${tagName$D} wmRating ${transpiler.getFormMarkupAttr(attrs)} ${core.getNgModelAttr(attrs)}>`,
1670
+ post: () => `</${tagName$D}>`
1671
+ };
1672
+ });
1673
+ var rating_build = () => { };
1674
+
1675
+ var rating_build$1 = /*#__PURE__*/Object.freeze({
1676
+ __proto__: null,
1677
+ default: rating_build
1678
+ });
1679
+
1680
+ const tagName$C = 'div';
1681
+ transpiler.register('wm-slider', () => {
1682
+ return {
1683
+ pre: attrs => `<${tagName$C} wmSlider ${transpiler.getAttrMarkup(attrs)} ${core.getNgModelAttr(attrs)}>`,
1684
+ post: () => `</${tagName$C}>`
1685
+ };
1686
+ });
1687
+ var slider_build = () => { };
1688
+
1689
+ var slider_build$1 = /*#__PURE__*/Object.freeze({
1690
+ __proto__: null,
1691
+ default: slider_build
1692
+ });
1693
+
1694
+ const wmlistTag = 'wm-list';
1695
+ const tagName$B = 'div';
1696
+ const dataSetKey$2 = 'dataset';
1697
+ function copyAttribute$1(from, fromAttrName, to, toAttrName) {
1698
+ const fromAttr = from.attrs.find(a => a.name === fromAttrName);
1699
+ if (fromAttr) {
1700
+ to.attrs.push(new compiler.Attribute(toAttrName, fromAttr.value, fromAttr.sourceSpan, fromAttr.keySpan, fromAttr.valueSpan, undefined, undefined));
1701
+ }
1702
+ }
1703
+ transpiler.register('wm-media-list', () => {
1704
+ return {
1705
+ template: (node) => {
1706
+ let bindDataset;
1707
+ const attrObj = node.attrs.find(attr => attr.name === dataSetKey$2),
1708
+ /**
1709
+ * Replacing binded property value with item
1710
+ * @param children
1711
+ */
1712
+ replaceBind = (children = []) => {
1713
+ children.forEach(childNode => {
1714
+ if (childNode.name) {
1715
+ // return if the child Element is of wm-list .
1716
+ if (childNode.name !== wmlistTag) {
1717
+ childNode.attrs.forEach((attr) => {
1718
+ if (attr.value.startsWith(`bind:${bindDataset}.data[$i]`)) {
1719
+ attr.value = attr.value.replace(`${bindDataset}.data[$i]`, 'item');
1720
+ }
1721
+ else if (attr.value.startsWith(`bind:${bindDataset}`)) {
1722
+ attr.value = attr.value.replace(bindDataset, 'item');
1723
+ }
1724
+ });
1725
+ replaceBind(childNode.children);
1726
+ }
1727
+ }
1728
+ });
1729
+ };
1730
+ if (attrObj && attrObj.value.startsWith('bind:')) {
1731
+ bindDataset = attrObj.value.replace('bind:', '');
1732
+ }
1733
+ if (bindDataset) {
1734
+ replaceBind(node.children);
1735
+ }
1736
+ const template = node.children
1737
+ .find(e => e instanceof compiler.Element && e.name === 'wm-media-template');
1738
+ if (template != null) {
1739
+ copyAttribute$1(template, 'width', node, 'thumbnailwidth');
1740
+ copyAttribute$1(template, 'height', node, 'thumbnailheight');
1741
+ }
1742
+ },
1743
+ pre: attrs => `<${tagName$B} wmMediaList ${transpiler.getAttrMarkup(attrs)}>`,
1744
+ post: () => `</${tagName$B}>`
1745
+ };
1746
+ });
1747
+ var mediaList_build = () => { };
1748
+
1749
+ var mediaList_build$1 = /*#__PURE__*/Object.freeze({
1750
+ __proto__: null,
1751
+ default: mediaList_build
1752
+ });
1753
+
1754
+ const tagName$A = 'ng-template';
1755
+ transpiler.register('wm-media-template', () => {
1756
+ return {
1757
+ pre: () => `<${tagName$A} #mediaListTemplate let-item="item" let-index="index">`,
1758
+ post: () => `</${tagName$A}>`
1759
+ };
1760
+ });
1761
+ var mediaListItem_build = () => { };
1762
+
1763
+ var mediaListItem_build$1 = /*#__PURE__*/Object.freeze({
1764
+ __proto__: null,
1765
+ default: mediaListItem_build
1766
+ });
1767
+
1768
+ const wmListTag = 'wm-list';
1769
+ const listTagName = 'div';
1770
+ const dataSetKey$1 = 'dataset';
1771
+ transpiler.register(wmListTag, () => {
1772
+ return {
1773
+ requires: ['wm-form', 'wm-liveform'],
1774
+ template: (node, shared) => {
1775
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey$1);
1776
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
1777
+ if (!datasetAttr) {
1778
+ return;
1779
+ }
1780
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
1781
+ if (!boundExpr) {
1782
+ return;
1783
+ }
1784
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value, 'itemRef.');
1785
+ const listTemplateNode = (node.children || []).find((c) => c instanceof compiler.Element && c?.name === 'wm-listtemplate');
1786
+ if (listTemplateNode) {
1787
+ const meta = {};
1788
+ (listTemplateNode.attrs || []).forEach(a => {
1789
+ meta[a.name] = a.value;
1790
+ });
1791
+ shared.set('listTemplateAttrs', JSON.stringify(meta));
1792
+ }
1793
+ else {
1794
+ shared.set('listTemplateAttrs', null);
1795
+ }
1796
+ },
1797
+ pre: (attrs, shared, parentForm, parentLiveForm) => {
1798
+ const parent = parentForm || parentLiveForm;
1799
+ shared.set('form_reference', parent && parent.get('form_reference'));
1800
+ const listTemplateAttrsJson = shared.get('listTemplateAttrs');
1801
+ if (listTemplateAttrsJson) {
1802
+ // Escape double quotes so they can sit safely inside an HTML attribute
1803
+ const escapedJson = listTemplateAttrsJson.replace(/"/g, '&quot;');
1804
+ attrs.set('itemattrs', escapedJson);
1805
+ }
1806
+ return `<${listTagName} wmList wmLiveActions ${transpiler.getAttrMarkup(attrs)}>`;
1807
+ },
1808
+ post: () => `</${listTagName}>`,
1809
+ provide: (attrs, shared) => {
1810
+ const provider = new Map();
1811
+ provider.set('parent_form_reference', shared.get('form_reference'));
1812
+ return provider;
1813
+ }
1814
+ };
1815
+ });
1816
+ transpiler.register('wm-listtemplate', () => {
1817
+ return {
1818
+ pre: () => `<ng-template #listTemplate let-item="item" let-$index="$index" let-itemRef="itemRef" let-$first="$first" let-$last="$last" let-currentItemWidgets="currentItemWidgets" >`,
1819
+ post: () => `</ng-template>`
1820
+ };
1821
+ });
1822
+ function copyAttribute(from, fromAttrName, to, toAttrName) {
1823
+ const fromAttr = from.attrs.find(a => a.name === fromAttrName);
1824
+ if (fromAttr) {
1825
+ to.attrs.push(new compiler.Attribute(toAttrName, fromAttr.value, fromAttr.sourceSpan, fromAttr.keySpan, fromAttr.valueSpan, undefined, undefined));
1826
+ }
1827
+ }
1828
+ transpiler.register('wm-list-action-template', () => {
1829
+ return {
1830
+ template: (node) => {
1831
+ node.attrs.find(attr => attr.name === 'position').value;
1832
+ const btns = node.children
1833
+ .filter(e => e instanceof compiler.Element && e.name === 'wm-button');
1834
+ // add swipe-position on button nodes to identify whether buttons are from left or right action templates
1835
+ btns.forEach((btnNode) => {
1836
+ copyAttribute(node, 'position', btnNode, 'swipe-position');
1837
+ });
1838
+ },
1839
+ pre: (attrs, el) => {
1840
+ if (attrs.get('position') === 'left') {
1841
+ return `<ng-template #listLeftActionTemplate>
1842
+ <li class="app-list-item-action-panel app-list-item-left-action-panel actionMenu" ${transpiler.getAttrMarkup(attrs)}>`;
1843
+ }
1844
+ if (attrs.get('position') === 'right') {
1845
+ return `<ng-template #listRightActionTemplate>
1846
+ <li class="app-list-item-action-panel app-list-item-right-action-panel actionMenu" ${transpiler.getAttrMarkup(attrs)}>`;
1847
+ }
1848
+ },
1849
+ post: () => `</li></ng-template>`
1850
+ };
1851
+ });
1852
+ var list_build = () => { };
1853
+
1854
+ var list_build$1 = /*#__PURE__*/Object.freeze({
1855
+ __proto__: null,
1856
+ default: list_build
1857
+ });
1858
+
1859
+ const tagName$z = 'div';
1860
+ const idGen$b = new core.IDGenerator('liveform_dialog_id_');
1861
+ transpiler.register('wm-livetable', () => {
1862
+ return {
1863
+ pre: (attrs, shared) => {
1864
+ const counter = idGen$b.nextUid();
1865
+ shared.set('counter', counter);
1866
+ return `<${tagName$z} wmLiveTable ${transpiler.getAttrMarkup(attrs)} dialogid="${counter}">`;
1867
+ },
1868
+ post: () => `</${tagName$z}>`,
1869
+ provide: (attrs, shared) => {
1870
+ const provider = new Map();
1871
+ provider.set('liveform_dialog_id', shared.get('counter'));
1872
+ return provider;
1873
+ }
1874
+ };
1875
+ });
1876
+ var liveTable_build = () => { };
1877
+
1878
+ var liveTable_build$1 = /*#__PURE__*/Object.freeze({
1879
+ __proto__: null,
1880
+ default: liveTable_build
1881
+ });
1882
+
1883
+ const tagName$y = 'p';
1884
+ const idGen$a = new core.IDGenerator('wm_message');
1885
+ transpiler.register('wm-message', () => {
1886
+ return {
1887
+ pre: (attrs) => {
1888
+ const counter = idGen$a.nextUid();
1889
+ return `<${tagName$y} wmMessage tabindex="0" #${counter}="wmMessage" ${transpiler.getAttrMarkup(attrs)}>`;
1890
+ },
1891
+ post: () => `</${tagName$y}>`
1892
+ };
1893
+ });
1894
+ var message_build = () => { };
1895
+
1896
+ var message_build$1 = /*#__PURE__*/Object.freeze({
1897
+ __proto__: null,
1898
+ default: message_build
1899
+ });
1900
+
1901
+ const tagName$x = 'ol';
1902
+ transpiler.register('wm-breadcrumb', () => {
1903
+ return {
1904
+ pre: attrs => `<${tagName$x} wmBreadcrumb ${transpiler.getAttrMarkup(attrs)}>`,
1905
+ post: () => `</${tagName$x}>`
1906
+ };
1907
+ });
1908
+ var breadcrumb_build = () => { };
1909
+
1910
+ var breadcrumb_build$1 = /*#__PURE__*/Object.freeze({
1911
+ __proto__: null,
1912
+ default: breadcrumb_build
1913
+ });
1914
+
1915
+ const tagName$w = 'div';
1916
+ transpiler.register('wm-menu', () => {
1917
+ return {
1918
+ pre: attrs => {
1919
+ const menuWidth = attrs.get("width");
1920
+ let styleBinding = '';
1921
+ if (menuWidth) {
1922
+ const units = ['%', 'px'];
1923
+ const hasUnit = units.some(unit => menuWidth.includes(unit));
1924
+ if (hasUnit) {
1925
+ styleBinding = `[ngStyle]="{'width': '${menuWidth}'}"`;
1926
+ }
1927
+ else {
1928
+ styleBinding = `[ngStyle]="{'width': '${menuWidth}px'}"`;
1929
+ }
1930
+ return `<${tagName$w} wmMenu dropdown ${transpiler.getAttrMarkup(attrs)} ${styleBinding}>`;
1931
+ }
1932
+ else {
1933
+ return `<${tagName$w} wmMenu dropdown ${transpiler.getAttrMarkup(attrs)}>`;
1934
+ }
1935
+ },
1936
+ post: () => `</${tagName$w}>`
1937
+ };
1938
+ });
1939
+ var menu_build = () => { };
1940
+
1941
+ var menu_build$1 = /*#__PURE__*/Object.freeze({
1942
+ __proto__: null,
1943
+ default: menu_build
1944
+ });
1945
+
1946
+ const tagName$v = 'li';
1947
+ transpiler.register('wm-nav-item', () => {
1948
+ return {
1949
+ pre: attrs => `<${tagName$v} wmNavItem role="listitem" ${transpiler.getAttrMarkup(attrs)}>`,
1950
+ post: () => `</${tagName$v}>`
1951
+ };
1952
+ });
1953
+ var navItem_build = () => { };
1954
+
1955
+ var navItem_build$1 = /*#__PURE__*/Object.freeze({
1956
+ __proto__: null,
1957
+ default: navItem_build
1958
+ });
1959
+
1960
+ const tagName$u = 'ul';
1961
+ transpiler.register('wm-nav', () => {
1962
+ return {
1963
+ pre: attrs => `<${tagName$u} wmNav data-element-type="wmNav" data-role="page-header" role="list" ${transpiler.getAttrMarkup(attrs)}>`,
1964
+ post: () => `</${tagName$u}>`
1965
+ };
1966
+ });
1967
+ var nav_build = () => { };
1968
+
1969
+ var nav_build$1 = /*#__PURE__*/Object.freeze({
1970
+ __proto__: null,
1971
+ default: nav_build
1972
+ });
1973
+
1974
+ const tagName$t = 'nav';
1975
+ transpiler.register('wm-navbar', () => {
1976
+ return {
1977
+ pre: attrs => `<${tagName$t} wmNavbar data-element-type="wmNavbar" role="navigation" ${transpiler.getAttrMarkup(attrs)}>`,
1978
+ post: () => `</${tagName$t}>`
1979
+ };
1980
+ });
1981
+ var navbar_build = () => { };
1982
+
1983
+ var navbar_build$1 = /*#__PURE__*/Object.freeze({
1984
+ __proto__: null,
1985
+ default: navbar_build
1986
+ });
1987
+
1988
+ const tagName$s = 'wm-popover';
1989
+ transpiler.register('wm-popover', () => {
1990
+ return {
1991
+ requires: ['wm-table'],
1992
+ pre: (attrs, shared, table) => {
1993
+ const contentSource = attrs.get('contentsource');
1994
+ let popoverTemplate;
1995
+ if (contentSource !== 'inline') {
1996
+ const content = attrs.get('content');
1997
+ const bindContent = attrs.get('content.bind');
1998
+ let contentMarkup = '';
1999
+ if (content) {
2000
+ contentMarkup = `content="${content}"`;
2001
+ }
2002
+ else if (bindContent) {
2003
+ contentMarkup = `content.bind="${bindContent}"`;
2004
+ }
2005
+ popoverTemplate = `<div wmContainer #partial partialContainer ${contentMarkup}>`;
2006
+ shared.set('hasPopoverContent', true);
2007
+ }
2008
+ let markup = `<${tagName$s} wmPopover ${transpiler.getAttrMarkup(attrs)}>`;
2009
+ const contextAttrs = table ? `let-row="row"` : ``;
2010
+ markup += `<ng-template ${contextAttrs}><div tabindex="0" class="popover-start sr-only" aria-label="">popover content start</div>`;
2011
+ // todo keyboard navigation - tab
2012
+ if (popoverTemplate) {
2013
+ markup += `${popoverTemplate ? popoverTemplate : ''}`;
2014
+ }
2015
+ return markup;
2016
+ },
2017
+ post: (attrs, shared) => {
2018
+ let markup = '';
2019
+ if (shared.get('hasPopoverContent')) {
2020
+ markup += `</div>`;
2021
+ }
2022
+ return `${markup}<div tabindex="0" class="popover-end sr-only" aria-label="">popover content ended</div></ng-template></${tagName$s}>`;
2023
+ }
2024
+ };
2025
+ });
2026
+ var popover_build = () => { };
2027
+
2028
+ var popover_build$1 = /*#__PURE__*/Object.freeze({
2029
+ __proto__: null,
2030
+ default: popover_build
2031
+ });
2032
+
2033
+ const tagName$r = 'div';
2034
+ const findChild = (node, childName) => {
2035
+ const child = node && node.children.find(e => (e instanceof compiler.Element && e.name === childName));
2036
+ return child;
2037
+ };
2038
+ const getElementNode = (name, node) => {
2039
+ let elementNode;
2040
+ if (!node) {
2041
+ return;
2042
+ }
2043
+ lodashEs.forEach(node.children, (child) => {
2044
+ if (child instanceof compiler.Element) {
2045
+ if (child.name === name) {
2046
+ elementNode = child;
2047
+ }
2048
+ else if (child.children) {
2049
+ elementNode = getElementNode(name, child);
2050
+ }
2051
+ }
2052
+ return !elementNode;
2053
+ });
2054
+ return elementNode;
2055
+ };
2056
+ const idGen$9 = new core.IDGenerator('wm_page');
2057
+ transpiler.register('wm-page', () => {
2058
+ return {
2059
+ template: (node) => {
2060
+ let pageContentNode = findChild(findChild(node, 'wm-content'), 'wm-page-content');
2061
+ if (!pageContentNode) {
2062
+ pageContentNode = getElementNode('wm-page-content', getElementNode('wm-content', node));
2063
+ }
2064
+ if (pageContentNode) {
2065
+ // Wrap content in @if block with proper newlines to avoid template syntax errors
2066
+ pageContentNode.children.unshift(new compiler.Text('@if (compilePageContent) {\n', null, undefined, undefined));
2067
+ pageContentNode.children.push(new compiler.Text('\n{{onPageContentReady()}}\n}', null, undefined, undefined));
2068
+ }
2069
+ },
2070
+ pre: (attrs) => {
2071
+ const counter = idGen$9.nextUid();
2072
+ return `<${tagName$r} wmPage #${counter}="wmPage" data-role="pageContainer" [attr.aria-label]="${counter}.arialabel" ${transpiler.getAttrMarkup(attrs)}>`;
2073
+ },
2074
+ post: () => `</${tagName$r}>`
2075
+ };
2076
+ });
2077
+ var page_build = () => { };
2078
+
2079
+ var page_build$1 = /*#__PURE__*/Object.freeze({
2080
+ __proto__: null,
2081
+ default: page_build
2082
+ });
2083
+
2084
+ const tagName$q = 'div';
2085
+ const idGen$8 = new core.IDGenerator('wm_layout');
2086
+ transpiler.register('wm-layout', () => {
2087
+ return {
2088
+ pre: (attrs) => {
2089
+ const counter = idGen$8.nextUid();
2090
+ return `<${tagName$q} wmLayout #${counter}="wmLayout" data-role="pageContainer" [attr.aria-label]="${counter}.arialabel" ${transpiler.getAttrMarkup(attrs)}>`;
2091
+ },
2092
+ post: () => `</${tagName$q}>`
2093
+ };
2094
+ });
2095
+ var layout_build = () => { };
2096
+
2097
+ var layout_build$1 = /*#__PURE__*/Object.freeze({
2098
+ __proto__: null,
2099
+ default: layout_build
2100
+ });
2101
+
2102
+ const tagName$p = 'router-outlet';
2103
+ transpiler.register('wm-router-outlet', () => {
2104
+ return {
2105
+ pre: attrs => `<div wmRouterOutlet name="wmRouterOutlet" ${transpiler.getAttrMarkup(attrs)}><${tagName$p} (activate)="onActivate($event)">`,
2106
+ post: () => `</${tagName$p}></div>`
2107
+ };
2108
+ });
2109
+ var routerOutlet_build = () => { };
2110
+
2111
+ var routerOutlet_build$1 = /*#__PURE__*/Object.freeze({
2112
+ __proto__: null,
2113
+ default: routerOutlet_build
2114
+ });
2115
+
2116
+ const tagName$o = 'nav';
2117
+ transpiler.register('wm-pagination', () => {
2118
+ return {
2119
+ pre: attrs => `<${tagName$o} wmPagination data-identifier="pagination" aria-label="Page navigation" ${transpiler.getAttrMarkup(attrs)}>`,
2120
+ post: () => `</${tagName$o}>`
2121
+ };
2122
+ });
2123
+ var pagination_build = () => { };
2124
+
2125
+ var pagination_build$1 = /*#__PURE__*/Object.freeze({
2126
+ __proto__: null,
2127
+ default: pagination_build
2128
+ });
2129
+
2130
+ const tagName$n = 'main';
2131
+ transpiler.register('wm-content', () => {
2132
+ return {
2133
+ pre: attrs => `<${tagName$n} wmContent data-role="page-content" role="main" ${transpiler.getAttrMarkup(attrs)}>`,
2134
+ post: () => `</${tagName$n}>`
2135
+ };
2136
+ });
2137
+ var content_build = () => { };
2138
+
2139
+ var content_build$1 = /*#__PURE__*/Object.freeze({
2140
+ __proto__: null,
2141
+ default: content_build
2142
+ });
2143
+
2144
+ const tagName$m = 'footer';
2145
+ const idGen$7 = new core.IDGenerator('wm_footer');
2146
+ transpiler.register('wm-footer', () => {
2147
+ return {
2148
+ pre: (attrs) => {
2149
+ const counter = idGen$7.nextUid();
2150
+ return `<${tagName$m} wmFooter #${counter}="wmFooter" partialContainer data-role="page-footer" role="contentinfo" [attr.aria-label]="${counter}.arialabel || 'Page footer'" ${transpiler.getAttrMarkup(attrs)}>`;
2151
+ },
2152
+ post: () => `</${tagName$m}>`
2153
+ };
2154
+ });
2155
+ var footer_build = () => { };
2156
+
2157
+ var footer_build$1 = /*#__PURE__*/Object.freeze({
2158
+ __proto__: null,
2159
+ default: footer_build
2160
+ });
2161
+
2162
+ const tagName$l = 'header';
2163
+ const idGen$6 = new core.IDGenerator('wm_header');
2164
+ transpiler.register('wm-header', () => {
2165
+ return {
2166
+ pre: (attrs) => {
2167
+ const counter = idGen$6.nextUid();
2168
+ return `<${tagName$l} wmHeader #${counter}="wmHeader" partialContainer data-role="page-header" role="banner" [attr.aria-label]="${counter}.arialabel || 'Page header'" ${transpiler.getAttrMarkup(attrs)}>`;
2169
+ },
2170
+ post: () => `</${tagName$l}>`
2171
+ };
2172
+ });
2173
+ var header_build = () => { };
2174
+
2175
+ var header_build$1 = /*#__PURE__*/Object.freeze({
2176
+ __proto__: null,
2177
+ default: header_build
2178
+ });
2179
+
2180
+ const tagName$k = 'aside';
2181
+ const idGen$5 = new core.IDGenerator('wm_left_panel');
2182
+ transpiler.register('wm-left-panel', () => {
2183
+ return {
2184
+ pre: (attrs) => {
2185
+ const counter = idGen$5.nextUid();
2186
+ return `<${tagName$k} wmLeftPanel #${counter}="wmLeftPanel" partialContainer data-role="page-left-panel" [attr.aria-label]="${counter}.arialabel || 'Left navigation panel'" wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${transpiler.getAttrMarkup(attrs)}>`;
2187
+ },
2188
+ post: () => `</${tagName$k}>`
2189
+ };
2190
+ });
2191
+ var leftPanel_build = () => { };
2192
+
2193
+ var leftPanel_build$1 = /*#__PURE__*/Object.freeze({
2194
+ __proto__: null,
2195
+ default: leftPanel_build
2196
+ });
2197
+
2198
+ const tagName$j = 'header';
2199
+ transpiler.register('wm-mobile-navbar', () => {
2200
+ return {
2201
+ pre: attrs => `<${tagName$j} wmMobileNavbar ${transpiler.getAttrMarkup(attrs)}>`,
2202
+ post: () => `</${tagName$j}>`
2203
+ };
2204
+ });
2205
+ var mobileNavbar_build = () => { };
2206
+
2207
+ var mobileNavbar_build$1 = /*#__PURE__*/Object.freeze({
2208
+ __proto__: null,
2209
+ default: mobileNavbar_build
2210
+ });
2211
+
2212
+ const tagName$i = 'aside';
2213
+ const idGen$4 = new core.IDGenerator('wm_right_panel');
2214
+ transpiler.register('wm-right-panel', () => {
2215
+ return {
2216
+ pre: (attrs) => {
2217
+ const counter = idGen$4.nextUid();
2218
+ return `<${tagName$i} wmRightPanel #${counter}="wmRightPanel" partialContainer data-role="page-right-panel" role="complementary" [attr.aria-label]="${counter}.arialabel || 'Right navigation panel'" ${transpiler.getAttrMarkup(attrs)}>`;
2219
+ },
2220
+ post: () => `</${tagName$i}>`
2221
+ };
2222
+ });
2223
+ var rightPanel_build = () => { };
2224
+
2225
+ var rightPanel_build$1 = /*#__PURE__*/Object.freeze({
2226
+ __proto__: null,
2227
+ default: rightPanel_build
2228
+ });
2229
+
2230
+ const tagName$h = 'div';
2231
+ transpiler.register('wm-page-content', () => {
2232
+ return {
2233
+ template: (node) => {
2234
+ // For SPA pages, just append onPageContentReady() without conditional wrapping
2235
+ for (let attr of node.attrs) {
2236
+ if (attr.name === 'spa' && attr.value === 'true') {
2237
+ // No conditional wrapping needed - content should render immediately
2238
+ node.children.push(new compiler.Text('{{onPageContentReady()}}', null, undefined, undefined));
2239
+ break;
2240
+ }
2241
+ }
2242
+ },
2243
+ pre: attrs => `<${tagName$h} wmPageContent ${attrs.get('spa') && 'wmSpaPage' || ''} wmSmoothscroll="${attrs.get('smoothscroll') || 'false'}" ${transpiler.getAttrMarkup(attrs)}>`,
2244
+ post: () => `</${tagName$h}>`,
2245
+ imports: (attrs) => {
2246
+ if (attrs.get('spa')) {
2247
+ return ['spa-page-content'];
2248
+ }
2249
+ return [];
2250
+ }
2251
+ };
2252
+ });
2253
+ var pageContent_build = () => { };
2254
+
2255
+ var pageContent_build$1 = /*#__PURE__*/Object.freeze({
2256
+ __proto__: null,
2257
+ default: pageContent_build
2258
+ });
2259
+
2260
+ const tagName$g = 'div';
2261
+ transpiler.register('wm-mobile-tabbar', () => {
2262
+ return {
2263
+ pre: attrs => `<${tagName$g} wmMobileTabbar ${transpiler.getAttrMarkup(attrs)}>`,
2264
+ post: () => `</${tagName$g}>`
2265
+ };
2266
+ });
2267
+ var tabBar_build = () => { };
2268
+
2269
+ var tabBar_build$1 = /*#__PURE__*/Object.freeze({
2270
+ __proto__: null,
2271
+ default: tabBar_build
2272
+ });
2273
+
2274
+ const tagName$f = 'section';
2275
+ const idGen$3 = new core.IDGenerator('wm_top_nav');
2276
+ transpiler.register('wm-top-nav', () => {
2277
+ return {
2278
+ pre: (attrs) => {
2279
+ const counter = idGen$3.nextUid();
2280
+ return `<${tagName$f} wmTopNav #${counter}="wmTopNav" partialContainer data-role="page-topnav" role="navigation" [attr.aria-label]="${counter}.arialabel || 'Second level navigation'" ${transpiler.getAttrMarkup(attrs)}>`;
2281
+ },
2282
+ post: () => `</${tagName$f}>`
2283
+ };
2284
+ });
2285
+ var topNav_build = () => { };
2286
+
2287
+ var topNav_build$1 = /*#__PURE__*/Object.freeze({
2288
+ __proto__: null,
2289
+ default: topNav_build
2290
+ });
2291
+
2292
+ const tagName$e = 'section';
2293
+ transpiler.register('wm-partial', () => {
2294
+ return {
2295
+ template: (node) => {
2296
+ // Wrap content in @if block with proper newlines to avoid template syntax errors
2297
+ node.children.unshift(new compiler.Text('@if (compileContent) {\n', null, undefined, undefined));
2298
+ node.children.push(new compiler.Text('\n}', null, undefined, undefined));
2299
+ },
2300
+ pre: attrs => `<${tagName$e} wmPartial data-role="partial" ${transpiler.getAttrMarkup(attrs)}>`,
2301
+ post: () => `</${tagName$e}>`
2302
+ };
2303
+ });
2304
+ var partial_build = () => { };
2305
+
2306
+ var partial_build$1 = /*#__PURE__*/Object.freeze({
2307
+ __proto__: null,
2308
+ default: partial_build
2309
+ });
2310
+
2311
+ const tagName$d = 'div';
2312
+ transpiler.register('wm-param', () => {
2313
+ return {
2314
+ pre: attrs => `<${tagName$d} wmParam hidden ${transpiler.getAttrMarkup(attrs)}>`,
2315
+ post: () => `</${tagName$d}>`
2316
+ };
2317
+ });
2318
+ var partialParam_build = () => { };
2319
+
2320
+ var partialParam_build$1 = /*#__PURE__*/Object.freeze({
2321
+ __proto__: null,
2322
+ default: partialParam_build
2323
+ });
2324
+
2325
+ const tagName$c = 'section';
2326
+ transpiler.register('wm-prefab', () => {
2327
+ return {
2328
+ pre: attrs => `<${tagName$c} wmPrefab redrawable data-role="prefab" ${transpiler.getAttrMarkup(attrs)}>`,
2329
+ post: () => `</${tagName$c}>`
2330
+ };
2331
+ });
2332
+ var prefab_build = () => { };
2333
+
2334
+ var prefab_build$1 = /*#__PURE__*/Object.freeze({
2335
+ __proto__: null,
2336
+ default: prefab_build
2337
+ });
2338
+
2339
+ const tagName$b = 'div';
2340
+ transpiler.register('wm-prefab-container', () => {
2341
+ return {
2342
+ template: (node) => {
2343
+ // Wrap content in @if block with proper newlines to avoid template syntax errors
2344
+ node.children.unshift(new compiler.Text('@if (compileContent) {\n', null, undefined, undefined));
2345
+ node.children.push(new compiler.Text('\n}', null, undefined, undefined));
2346
+ },
2347
+ pre: attrs => `<${tagName$b} wmPrefabContainer ${transpiler.getAttrMarkup(attrs)}>`,
2348
+ post: () => `</${tagName$b}>`
2349
+ };
2350
+ });
2351
+ var prefabContainer_build = () => { };
2352
+
2353
+ var prefabContainer_build$1 = /*#__PURE__*/Object.freeze({
2354
+ __proto__: null,
2355
+ default: prefabContainer_build
2356
+ });
2357
+
2358
+ const tagName$a = 'div';
2359
+ transpiler.register('wm-table-action', () => {
2360
+ return {
2361
+ pre: attrs => `<${tagName$a} name="${attrs.get('name') || attrs.get('key')}" wmTableAction ${transpiler.getAttrMarkup(attrs)}>`,
2362
+ post: () => `</${tagName$a}>`
2363
+ };
2364
+ });
2365
+ var tableAction_build = () => { };
2366
+
2367
+ var tableAction_build$1 = /*#__PURE__*/Object.freeze({
2368
+ __proto__: null,
2369
+ default: tableAction_build
2370
+ });
2371
+
2372
+ const tagName$9 = 'div';
2373
+ transpiler.register('wm-table-column-group', () => {
2374
+ return {
2375
+ pre: attrs => `<${tagName$9} wmTableColumnGroup ${transpiler.getAttrMarkup(attrs)}>`,
2376
+ post: () => `</${tagName$9}>`
2377
+ };
2378
+ });
2379
+ var tableColumnGroup_build = () => { };
2380
+
2381
+ var tableColumnGroup_build$1 = /*#__PURE__*/Object.freeze({
2382
+ __proto__: null,
2383
+ default: tableColumnGroup_build
2384
+ });
2385
+
2386
+ const tagName$8 = 'div';
2387
+ const idGen$2 = new core.IDGenerator('data_table_form_');
2388
+ const formWidgets = new Set([
2389
+ 'wm-text',
2390
+ 'wm-textarea',
2391
+ 'wm-checkbox',
2392
+ 'wm-slider',
2393
+ 'wm-currency',
2394
+ 'wm-switch',
2395
+ 'wm-select',
2396
+ 'wm-checkboxset',
2397
+ 'wm-radioset',
2398
+ 'wm-date',
2399
+ 'wm-time',
2400
+ 'wm-timestamp',
2401
+ 'wm-rating',
2402
+ 'wm-datetime',
2403
+ 'wm-search',
2404
+ 'wm-chips',
2405
+ 'wm-colorpicker'
2406
+ ]);
2407
+ // Add ngModelOptions standalone true as inner custom form widgets will be not part of table ngform
2408
+ const addNgModelStandalone = (children = []) => {
2409
+ let formControlAttr = [];
2410
+ children.forEach(childNode => {
2411
+ if (formWidgets.has(childNode.name)) {
2412
+ // angular build is failing when formControlName is undefined for checkbox and mgModelOptions attr is present
2413
+ if (childNode.name === 'wm-checkbox') {
2414
+ formControlAttr = childNode.attrs.filter(function (attr) {
2415
+ return attr.name === 'formControlName';
2416
+ });
2417
+ if (formControlAttr.length) {
2418
+ return;
2419
+ }
2420
+ }
2421
+ childNode.attrs.push(new compiler.Attribute('[ngModelOptions]', '{standalone: true}', 1, 1, 1, undefined, undefined));
2422
+ }
2423
+ addNgModelStandalone(childNode.children);
2424
+ });
2425
+ };
2426
+ // get the filter template (widget and filter menu) to be displayed in filter row
2427
+ const getFilterTemplate = (attrs, pCounter) => {
2428
+ const widget = attrs.get('filterwidget') || getDataTableFilterWidget(attrs.get('type') || core.DataType.STRING);
2429
+ const fieldName = attrs.get('binding');
2430
+ const type = attrs.get('type') || 'string';
2431
+ let datasourceBinding, submitEventBinding;
2432
+ const datasetAttr = attrs.get('filterdataset.bind');
2433
+ // when multicolumn is selected and filterwidget as autocomplete is assigned to dataset.
2434
+ if (attrs.get('filterwidget') === 'autocomplete') {
2435
+ if (datasetAttr) {
2436
+ const binddatasource = transpiler.getDataSource(datasetAttr);
2437
+ datasourceBinding = `dataset.bind="${datasetAttr}" datasource.bind="${binddatasource}"`;
2438
+ }
2439
+ submitEventBinding = `submit.event="changeFn('${fieldName}')"`;
2440
+ }
2441
+ const innerTmpl = `#filterWidget formControlName="${fieldName + '_filter'}" ${datasourceBinding} ${submitEventBinding} change.event="changeFn('${fieldName}')"
2442
+ disabled.bind="isDisabled('${fieldName}')"`;
2443
+ const options = { inputType: 'filterinputtype' };
2444
+ const widgetTmpl = `${core.getFormWidgetTemplate(widget, innerTmpl, attrs, options)}`;
2445
+ return `<ng-template #filterTmpl let-changeFn="changeFn" let-isDisabled="isDisabled">
2446
+ <div class="input-group ${widget}" data-col-identifier="${fieldName}">
2447
+ ${widgetTmpl}
2448
+ @if(${pCounter}.showClearIcon('${fieldName}')){
2449
+ <span class="input-group-addon filter-clear-icon" >
2450
+ <button class="btn-transparent btn app-button" aria-label="Clear button" type="button" (click)="${pCounter}.clearRowFilter('${fieldName}')">
2451
+ <i class="app-icon wi wi-clear" aria-hidden="true"></i>
2452
+ </button>
2453
+ </span>
2454
+ }
2455
+ <span class="input-group-addon" dropdown container="body" (onShown)="${pCounter}.adjustContainer('${fieldName}');">
2456
+ <button class="btn-transparent btn app-button" type="button" dropdownToggle><i class="app-icon wi wi-filter-list"></i></button>
2457
+ <ul class="matchmode-dropdown dropdown-menu" *dropdownMenu>
2458
+ @for (matchMode of ${pCounter}.matchModeTypesMap['${type}']; track matchMode) {
2459
+ <li [ngClass]="{active: matchMode === (${pCounter}.rowFilter['${fieldName}'].matchMode || ${pCounter}.matchModeTypesMap['${type}'][0])}">
2460
+ <a href="javascript:void(0);" (click)="${pCounter}.onFilterConditionSelect('${fieldName}', matchMode)" [innerText]="${pCounter}.matchModeMsgs[matchMode]"></a>
2461
+ </li>
2462
+ }
2463
+ </ul>
2464
+ </span>
2465
+ </div></ng-template>`;
2466
+ };
2467
+ const getEventsTmpl = attrs => {
2468
+ let tmpl = '';
2469
+ attrs.forEach((val, key) => {
2470
+ if (key.endsWith('.event')) {
2471
+ tmpl += `${key}="${val}" `;
2472
+ }
2473
+ });
2474
+ return tmpl;
2475
+ };
2476
+ // Generate inline edit properties template. Properties requiring row instance are generated here.
2477
+ const getInlineEditRowPropsTmpl = attrs => {
2478
+ const propAttrs = new Map();
2479
+ const props = ['disabled', 'disabled.bind'];
2480
+ props.forEach(prop => {
2481
+ if (attrs.get(prop)) {
2482
+ propAttrs.set(prop, attrs.get(prop));
2483
+ attrs.delete(prop);
2484
+ }
2485
+ });
2486
+ return transpiler.getAttrMarkup(propAttrs);
2487
+ };
2488
+ // get the inline widget template
2489
+ const getInlineEditWidgetTmpl = (attrs, isNewRow, errorstyle, pCounter) => {
2490
+ const options = {};
2491
+ const fieldName = attrs.get('binding');
2492
+ const widget = attrs.get('edit-widget-type') || getEditModeWidget({
2493
+ 'type': attrs.get('type'),
2494
+ 'related-entity-name': attrs.get('related-entity-name'),
2495
+ 'primary-key': attrs.get('primary-key')
2496
+ });
2497
+ let widgetRef = '';
2498
+ let formControl = '';
2499
+ let wmFormWidget = '';
2500
+ if (widget === core.FormWidgetType.UPLOAD) {
2501
+ options.uploadProps = {
2502
+ formName: idGen$2.nextUid(),
2503
+ name: fieldName
2504
+ };
2505
+ options.counter = pCounter;
2506
+ }
2507
+ else {
2508
+ widgetRef = isNewRow ? '#inlineWidgetNew' : '#inlineWidget';
2509
+ formControl = isNewRow ? `formControlName="${fieldName}_new"` : `formControlName="${fieldName}"`;
2510
+ wmFormWidget = 'wmFormWidget';
2511
+ }
2512
+ options.inputType = 'editinputtype';
2513
+ const tmplRef = isNewRow ? '#inlineWidgetTmplNew' : '#inlineWidgetTmpl';
2514
+ const eventsTmpl = widget === core.FormWidgetType.UPLOAD ? '' : getEventsTmpl(attrs);
2515
+ const rowPropsTl = getInlineEditRowPropsTmpl(attrs);
2516
+ const innerTmpl = `${widgetRef} ${wmFormWidget} key="${fieldName}" data-field-name="${fieldName}" ${formControl} ${eventsTmpl} ${rowPropsTl}`;
2517
+ const widgetTmpl = core.getFormWidgetTemplate(widget, innerTmpl, attrs, options);
2518
+ const pendingSpinnerStatus = isNewRow ? 'getPendingSpinnerStatusNew' : 'getPendingSpinnerStatus';
2519
+ const validationErrorTmpl = getValiationErrorTemplate(errorstyle);
2520
+ /* This element with error message is used to run Automation checks if any error message is present */
2521
+ const errorMsgElementForAutomation = '@if(getValidationMessage()){<span class="sr-only" >{{getValidationMessage()}}</span>}';
2522
+ return `<ng-template ${tmplRef} let-row="row" let-getControl="getControl" let-getValidationMessage="getValidationMessage" let-${pendingSpinnerStatus}="${pendingSpinnerStatus}">
2523
+ <div data-col-identifier="${fieldName}" >
2524
+ ${widgetTmpl}
2525
+ ${validationErrorTmpl}
2526
+ @if(${pendingSpinnerStatus}()){
2527
+ <div class="overlay"><span aria-hidden="true" class="form-field-spinner fa fa-circle-o-notch fa-spin form-control-feedback"></span></div>
2528
+ }
2529
+ ${errorMsgElementForAutomation}
2530
+ </div>
2531
+ </ng-template>`;
2532
+ };
2533
+ const getValiationErrorTemplate = (errorTmplType) => {
2534
+ let validationErrorTmpl = '';
2535
+ switch (errorTmplType) {
2536
+ case 'bottom':
2537
+ validationErrorTmpl = `@if(getValidationMessage() && getControl() && getControl().invalid && getControl().touched){<span class="help-block text-danger" >{{getValidationMessage()}}</span>}`;
2538
+ break;
2539
+ case 'hover':
2540
+ default:
2541
+ // added app-label class as in foundation.css the default class(app-label) has been written for label tag
2542
+ validationErrorTmpl = `@if(getValidationMessage() && getControl() && getControl().invalid && getControl().touched){<span placement="top" container="body" tooltip="{{getValidationMessage()}}" class="app-label text-danger wi wi-error">
2543
+ </span>}`;
2544
+ }
2545
+ return validationErrorTmpl;
2546
+ };
2547
+ const getFormatExpression = (attrs) => {
2548
+ const columnValue = `row.getProperty('${attrs.get('binding')}')`;
2549
+ let formatPattern = attrs.get('custompipeformat') || attrs.get('formatpattern');
2550
+ let colExpression = '';
2551
+ // For date time data types, if format pattern is not applied, Apply default toDate format
2552
+ if (core.isDateTimeType(attrs.get('type')) && (!formatPattern || formatPattern === 'None')) {
2553
+ attrs.set('formatpattern', 'toDate');
2554
+ attrs.delete('datepattern');
2555
+ formatPattern = 'toDate';
2556
+ }
2557
+ switch (formatPattern) {
2558
+ case 'toDate':
2559
+ colExpression = `{{${columnValue} | toDate: colDef.datepattern}}`;
2560
+ break;
2561
+ case 'toCurrency':
2562
+ if (attrs.get('currencypattern')) {
2563
+ colExpression = `{{${columnValue} | toCurrency: '${attrs.get('currencypattern')}`;
2564
+ if (attrs.get('fractionsize')) {
2565
+ colExpression += `': ${attrs.get('fractionsize')}}}`;
2566
+ }
2567
+ else {
2568
+ colExpression += `'}}`;
2569
+ }
2570
+ }
2571
+ break;
2572
+ case 'numberToString':
2573
+ if (attrs.get('fractionsize')) {
2574
+ colExpression = `{{${columnValue} | numberToString: '${attrs.get('fractionsize')}'}}`;
2575
+ }
2576
+ break;
2577
+ case 'stringToNumber':
2578
+ colExpression = `{{${columnValue} | stringToNumber}}`;
2579
+ break;
2580
+ case 'timeFromNow':
2581
+ colExpression = `{{${columnValue} | timeFromNow}}`;
2582
+ break;
2583
+ case 'prefix':
2584
+ if (attrs.get('prefix')) {
2585
+ colExpression = `{{${columnValue} | prefix: '${attrs.get('prefix')}'}}`;
2586
+ }
2587
+ break;
2588
+ case 'suffix':
2589
+ if (attrs.get('suffix')) {
2590
+ colExpression = `{{${columnValue} | suffix: '${attrs.get('suffix')}'}}`;
2591
+ }
2592
+ break;
2593
+ default:
2594
+ if (core.checkIsCustomPipeExpression(formatPattern)) {
2595
+ colExpression = `{{${columnValue} | ${formatPattern} : ${`row`}}}`;
2596
+ }
2597
+ break;
2598
+ }
2599
+ return colExpression;
2600
+ };
2601
+ transpiler.register('wm-table-column', () => {
2602
+ return {
2603
+ requires: ['wm-table'],
2604
+ template: (node, shared) => {
2605
+ if (node.children.length) {
2606
+ // If node has children, but an empty text node dont generate custom expression
2607
+ if (node.children.length === 1 && node.children[0] instanceof compiler.Text && node.children[0].value.trim().length === 0) {
2608
+ return;
2609
+ }
2610
+ shared.set('customExpression', true);
2611
+ addNgModelStandalone(node.children);
2612
+ }
2613
+ },
2614
+ pre: (attrs, shared, parentTable) => {
2615
+ let rowFilterTmpl = '';
2616
+ let inlineEditTmpl = '';
2617
+ let inlineNewEditTmpl = '';
2618
+ let parentForm = '';
2619
+ if (parentTable) {
2620
+ const pCounter = parentTable.get('table_reference');
2621
+ rowFilterTmpl = (parentTable.get('filtermode') === 'multicolumn' && attrs.get('searchable') !== 'false') ? getFilterTemplate(attrs, pCounter) : '';
2622
+ const editMode = parentTable.get('editmode');
2623
+ const isInlineEdit = (editMode !== EDIT_MODE.DIALOG && editMode !== EDIT_MODE.FORM && attrs.get('readonly') !== 'true');
2624
+ inlineEditTmpl = isInlineEdit ? getInlineEditWidgetTmpl(attrs, false, parentTable.get('errorstyle'), pCounter) : '';
2625
+ inlineNewEditTmpl = isInlineEdit && editMode === EDIT_MODE.QUICK_EDIT && parentTable.get('shownewrow') !== 'false' ? getInlineEditWidgetTmpl(attrs, true, attrs.get('errorstyle')) : '';
2626
+ parentForm = ` [formGroup]="${pCounter}.ngform" `;
2627
+ }
2628
+ const formatPattern = attrs.get('formatpattern');
2629
+ const customExpr = `<ng-template #customExprTmpl let-row="row" let-colDef="colDef" let-editRow="editRow" let-deleteRow="deleteRow" let-addNewRow="addNewRow">`;
2630
+ let customExprTmpl = '';
2631
+ let formatExprTmpl = '';
2632
+ if (shared.get('customExpression')) {
2633
+ attrs.set('customExpression', 'true');
2634
+ customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}">`;
2635
+ }
2636
+ else if ((formatPattern && formatPattern !== 'None') || core.isDateTimeType(attrs.get('type'))) {
2637
+ formatExprTmpl = getFormatExpression(attrs);
2638
+ if (formatExprTmpl) {
2639
+ shared.set('customExpression', true);
2640
+ attrs.set('customExpression', 'true');
2641
+ customExprTmpl = `${customExpr}<div data-col-identifier="${attrs.get('binding')}" title="${formatExprTmpl}">${formatExprTmpl}`;
2642
+ }
2643
+ }
2644
+ return `<${tagName$8} wmTableColumn ${transpiler.getAttrMarkup(attrs)} ${parentForm}>
2645
+ ${rowFilterTmpl}
2646
+ ${inlineEditTmpl}
2647
+ ${inlineNewEditTmpl}
2648
+ ${customExprTmpl}`;
2649
+ },
2650
+ post: (attrs, shared) => {
2651
+ let customExprTmpl = '';
2652
+ if (shared.get('customExpression')) {
2653
+ customExprTmpl = `</div></ng-template>`;
2654
+ }
2655
+ return `${customExprTmpl}</${tagName$8}>`;
2656
+ },
2657
+ imports: (attrs) => {
2658
+ const editWidgetType = attrs.get('edit-widget-type');
2659
+ const filterWidgetType = attrs.get('filterwidget') || getDataTableFilterWidget(attrs.get('type') || core.DataType.STRING);
2660
+ const formatpattern = attrs.get('custompipeformat') || attrs.get('formatpattern');
2661
+ let pipeImports = [];
2662
+ if (!!formatpattern) {
2663
+ if (core.checkIsCustomPipeExpression(formatpattern)) {
2664
+ pipeImports.push('custom');
2665
+ }
2666
+ else {
2667
+ pipeImports.push(formatpattern);
2668
+ }
2669
+ }
2670
+ return [core.getRequiredFormWidget(editWidgetType), core.getRequiredFormWidget(filterWidgetType), 'wm-table', ...pipeImports];
2671
+ }
2672
+ };
2673
+ });
2674
+ var tableColumn_build = () => { };
2675
+
2676
+ var tableColumn_build$1 = /*#__PURE__*/Object.freeze({
2677
+ __proto__: null,
2678
+ default: tableColumn_build
2679
+ });
2680
+
2681
+ const tagName$7 = 'div';
2682
+ const getRowExpansionActionTmpl = (attrs) => {
2683
+ const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
2684
+ const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
2685
+ const title = attrs.get('expandtitle') || attrs.get('display-name') || 'Collapse/Expand';
2686
+ return `<ng-template #rowExpansionActionTmpl let-row="row">
2687
+ <${tag} ${directive}
2688
+ title="${title}"
2689
+ ${core.getRowActionAttrs(attrs)}
2690
+ class="${attrs.get('class')} row-expansion-button"
2691
+ iconclass="${attrs.get('collapseicon')}"
2692
+ type="button" aria-label="${title}"></${tag}>
2693
+ </ng-template>`;
2694
+ };
2695
+ transpiler.register('wm-table-row', () => {
2696
+ return {
2697
+ pre: (attrs) => {
2698
+ return `<${tagName$7} wmTableRow ${transpiler.getAttrMarkup(attrs)}>
2699
+ ${getRowExpansionActionTmpl(attrs)}
2700
+ <ng-template #rowExpansionTmpl let-row="row" let-rowDef="rowDef" let-containerLoad="containerLoad">
2701
+ <div wmContainer partialContainer content.bind="rowDef.content" load.event="containerLoad(widget)"
2702
+ [ngStyle]="{'height': rowDef.height, 'overflow-y': 'auto'}">
2703
+ @for (param of rowDef.partialParams | keyvalue; track param) {
2704
+ <div wmParam hidden
2705
+ [name]="param.key" [value]="param.value"></div>
2706
+ }`;
2707
+ },
2708
+ post: () => `</div></ng-template></${tagName$7}>`
2709
+ };
2710
+ });
2711
+ var tableRow_build = () => { };
2712
+
2713
+ var tableRow_build$1 = /*#__PURE__*/Object.freeze({
2714
+ __proto__: null,
2715
+ default: tableRow_build
2716
+ });
2717
+
2718
+ const tagName$6 = 'div';
2719
+ const getSaveCancelTemplate = () => {
2720
+ return `<button type="button" aria-label="Save edit icon" class="save row-action-button btn app-button btn-transparent save-edit-row-button hidden" title="{{appLocale?.LABEL_SAVE || 'Save'}}">
2721
+ <i class="wi wi-done" aria-hidden="true"></i>
2722
+ </button>
2723
+ <button type="button" aria-label="Cancel edit icon" class="cancel row-action-button btn app-button btn-transparent cancel-edit-row-button hidden" title="{{appLocale?.LABEL_CANCEL || 'Cancel'}}">
2724
+ <i class="wi wi-cancel" aria-hidden="true"></i>
2725
+ </button>`;
2726
+ };
2727
+ // get the inline widget template
2728
+ const getRowActionTmpl = (attrs) => {
2729
+ const action = attrs.get('action');
2730
+ const actionTmpl = action ? ` click.event.delayed="${action}" ` : '';
2731
+ const saveCancelTmpl = action && action.includes('editRow(') ? getSaveCancelTemplate() : '';
2732
+ const btnClass = action ? (action.includes('editRow(') ? 'edit edit-row-button' :
2733
+ (action.includes('deleteRow(') ? 'delete delete-row-button' : '')) : '';
2734
+ const tabIndex = attrs.get('tabindex') ? `tabindex="${attrs.get('tabindex')}"` : '';
2735
+ const tag = attrs.get('widget-type') === 'anchor' ? 'a' : 'button';
2736
+ const directive = attrs.get('widget-type') === 'anchor' ? 'wmAnchor' : 'wmButton';
2737
+ return `<ng-template #rowActionTmpl let-row="row">
2738
+ <${tag} ${directive} data-action-key="${attrs.get('key')}"
2739
+ ${core.getRowActionAttrs(attrs)}
2740
+ class="row-action row-action-button ${attrs.get('class')} ${btnClass}"
2741
+ iconclass="${attrs.get('iconclass')}"
2742
+ ${actionTmpl}
2743
+ ${tabIndex}
2744
+ type="button"></${tag}>
2745
+ ${saveCancelTmpl}
2746
+ </ng-template>`;
2747
+ };
2748
+ transpiler.register('wm-table-row-action', () => {
2749
+ return {
2750
+ pre: attrs => `<${tagName$6} wmTableRowAction ${transpiler.getAttrMarkup(attrs)}>
2751
+ ${getRowActionTmpl(attrs)}`,
2752
+ post: () => `</${tagName$6}>`
2753
+ };
2754
+ });
2755
+ var tableRowAction_build = () => { };
2756
+
2757
+ var tableRowAction_build$1 = /*#__PURE__*/Object.freeze({
2758
+ __proto__: null,
2759
+ default: tableRowAction_build
2760
+ });
2761
+
2762
+ const tagName$5 = 'div';
2763
+ const dataSetKey = 'dataset';
2764
+ const idGen$1 = new core.IDGenerator('table_');
2765
+ let columnIndex = 0;
2766
+ /**
2767
+ * This method assigns index to the table-column and column-groups in order to the maintain the columns in the same order
2768
+ * as specified in the configuration.
2769
+ * Scenario: ordering the columns when accessrole is specified on column.
2770
+ *
2771
+ * headerIndex: ID | Name | Street | ==> top level header (ID has index 0, Name 1, Street 2)
2772
+ * index: ---- | fname | lname | --- | ==> sub level header ( ID 0, fname 1, lname 2, Street 3)
2773
+ * fname will have headerIndex as 1 and colIndex as 1. lname will have headerIndex as 1 and columnIndex as 2.
2774
+ * If suppose we have a group in the sub-level-header, then col index will be treated as the header index.
2775
+ *
2776
+ */
2777
+ function assignColumnIndex(node, parentIndex) {
2778
+ let headerIndex = 0;
2779
+ node.forEach((childNode) => {
2780
+ const nodeName = childNode.name;
2781
+ const newheaderIndex = parentIndex !== undefined ? parentIndex : headerIndex;
2782
+ if (nodeName === 'wm-table-column' || nodeName === 'wm-table-column-group') {
2783
+ childNode.attrs.push(new compiler.Attribute('index', '' + columnIndex, 1, 1, 1, undefined, undefined));
2784
+ childNode.attrs.push(new compiler.Attribute('headerIndex', '' + newheaderIndex, 1, 1, 1, undefined, undefined));
2785
+ if (nodeName === 'wm-table-column-group') {
2786
+ assignColumnIndex(childNode.children, headerIndex);
2787
+ }
2788
+ columnIndex++;
2789
+ headerIndex++;
2790
+ }
2791
+ });
2792
+ }
2793
+ transpiler.register('wm-table', () => {
2794
+ return {
2795
+ template: (node, shared) => {
2796
+ // If table does not have child columns, set isdynamictable to true
2797
+ if (node.children.length) {
2798
+ const isColumnsPresent = node.children.some(childNode => {
2799
+ return childNode.name === 'wm-table-column' || childNode.name === 'wm-table-column-group';
2800
+ });
2801
+ assignColumnIndex(node.children);
2802
+ shared.set('isdynamictable', isColumnsPresent ? 'false' : 'true');
2803
+ // If table have row expansion enabled, set isrowexpansionenabled to true
2804
+ const isRowsPresent = node.children.some(childNode => {
2805
+ return childNode.name === 'wm-table-row';
2806
+ });
2807
+ shared.set('isrowexpansionenabled', isRowsPresent ? 'true' : 'false');
2808
+ }
2809
+ else {
2810
+ shared.set('isdynamictable', 'true');
2811
+ }
2812
+ const datasetAttr = node.attrs.find(attr => attr.name === dataSetKey);
2813
+ const widgetNameAttr = node.attrs.find(attr => attr.name === 'name');
2814
+ if (!datasetAttr) {
2815
+ return;
2816
+ }
2817
+ const boundExpr = transpiler.getBoundToExpr(datasetAttr.value);
2818
+ if (!boundExpr) {
2819
+ return;
2820
+ }
2821
+ core.updateTemplateAttrs(node, boundExpr, widgetNameAttr.value, '', 'row');
2822
+ },
2823
+ pre: (attrs, shared) => {
2824
+ const counter = idGen$1.nextUid();
2825
+ shared.set('counter', counter);
2826
+ attrs.set('isdynamictable', shared.get('isdynamictable'));
2827
+ attrs.set('isrowexpansionenabled', shared.get('isrowexpansionenabled'));
2828
+ attrs.set('table_reference', counter);
2829
+ return `<${tagName$5} wmTable="${counter}" wmTableFilterSort wmTableCUD #${counter} data-identifier="table" ${transpiler.getAttrMarkup(attrs)}>`;
2830
+ },
2831
+ post: () => `</${tagName$5}>`,
2832
+ provide: (attrs, shared) => {
2833
+ const provider = new Map();
2834
+ provider.set('table_reference', shared.get('counter'));
2835
+ provider.set('filtermode', attrs.get('filtermode'));
2836
+ provider.set('errorstyle', attrs.get('errorstyle'));
2837
+ provider.set('editmode', attrs.get('editmode'));
2838
+ provider.set('shownewrow', attrs.get('shownewrow'));
2839
+ return provider;
2840
+ }
2841
+ };
2842
+ });
2843
+ var table_build = () => { };
2844
+
2845
+ var table_build$1 = /*#__PURE__*/Object.freeze({
2846
+ __proto__: null,
2847
+ default: table_build
2848
+ });
2849
+
2850
+ const tagName$4 = 'div';
2851
+ transpiler.register('wm-video', () => {
2852
+ return {
2853
+ pre: attrs => `<${tagName$4} wmVideo ${transpiler.getAttrMarkup(attrs)}>`,
2854
+ post: () => `</${tagName$4}>`
2855
+ };
2856
+ });
2857
+ var video_build = () => { };
2858
+
2859
+ var video_build$1 = /*#__PURE__*/Object.freeze({
2860
+ __proto__: null,
2861
+ default: video_build
2862
+ });
2863
+
2864
+ const tagName$3 = 'div';
2865
+ const SPACING_KEY = 'parentLinearLayout.spacing';
2866
+ transpiler.register('wm-linearlayout', () => {
2867
+ return {
2868
+ requires: ['wm-linearlayout'],
2869
+ pre: (attrs, shared, provider) => {
2870
+ let spacing = attrs.get('spacing');
2871
+ attrs.set('spacing', (!spacing || spacing === '0') && provider ? provider.get(SPACING_KEY) : spacing);
2872
+ return `<${tagName$3} wmLinearLayout ${transpiler.getAttrMarkup(attrs)}>`;
2873
+ },
2874
+ post: () => `</${tagName$3}>`,
2875
+ provide: (attrs, shared) => {
2876
+ const provider = new Map();
2877
+ provider.set(SPACING_KEY, attrs.get('spacing'));
2878
+ return provider;
2879
+ }
2880
+ };
2881
+ });
2882
+ var linearLayout_build = () => { };
2883
+
2884
+ var linearLayout_build$1 = /*#__PURE__*/Object.freeze({
2885
+ __proto__: null,
2886
+ default: linearLayout_build
2887
+ });
2888
+
2889
+ const tagName$2 = 'div';
2890
+ transpiler.register('wm-linearlayoutitem', () => {
2891
+ return {
2892
+ pre: attrs => `<${tagName$2} wmLinearLayoutItem ${transpiler.getAttrMarkup(attrs)}>`,
2893
+ post: () => `</${tagName$2}>`
2894
+ };
2895
+ });
2896
+ var linearLayoutItem_build = () => { };
2897
+
2898
+ var linearLayoutItem_build$1 = /*#__PURE__*/Object.freeze({
2899
+ __proto__: null,
2900
+ default: linearLayoutItem_build
2901
+ });
2902
+
2903
+ const tagName$1 = 'div';
2904
+ const idGen = new core.IDGenerator('wm_custom_widget');
2905
+ transpiler.register('wm-custom-widget', () => {
2906
+ return {
2907
+ pre: (attrs) => {
2908
+ const counter = idGen.nextUid();
2909
+ return `<${tagName$1} wmWidgetContainer customWidgetContainer #${counter}="wmWidgetContainer" ${transpiler.getAttrMarkup(attrs)}>`;
2910
+ },
2911
+ post: () => `</${tagName$1}>`
2912
+ };
2913
+ });
2914
+ var customWidgetContainer_build = () => { };
2915
+
2916
+ var customWidgetContainer_build$1 = /*#__PURE__*/Object.freeze({
2917
+ __proto__: null,
2918
+ default: customWidgetContainer_build
2919
+ });
2920
+
2921
+ const tagName = 'section';
2922
+ transpiler.register('wm-custom-widget-container', () => {
2923
+ return {
2924
+ template: (node) => {
2925
+ // Wrap content in @if block with proper newlines to avoid template syntax errors
2926
+ node.children.unshift(new compiler.Text('@if (compileContent) {\n', null, undefined, undefined));
2927
+ node.children.push(new compiler.Text('\n}', null, undefined, undefined));
2928
+ },
2929
+ pre: attrs => `<${tagName} wmCustomWidget data-role="widget" ${transpiler.getAttrMarkup(attrs)}>`,
2930
+ post: () => `</${tagName}>`
2931
+ };
2932
+ });
2933
+ var customWidgetWrapper_build = () => { };
2934
+
2935
+ var customWidgetWrapper_build$1 = /*#__PURE__*/Object.freeze({
2936
+ __proto__: null,
2937
+ default: customWidgetWrapper_build
2938
+ });
2939
+
2940
+ const initComponentsBuildTask = () => { };
2941
+
2942
+ exports.accordionBuild = accordion_build$1;
2943
+ exports.accordionPaneBuild = accordionPane_build$1;
2944
+ exports.alertDlgBuild = alertDialog_build$1;
2945
+ exports.anchorBuild = anchor_build$1;
2946
+ exports.audioBuild = audio_build$1;
2947
+ exports.barcodeScannerBuild = barcodeScanner_build$1;
2948
+ exports.breadcrumbBuild = breadcrumb_build$1;
2949
+ exports.buttonBuild = button_build$1;
2950
+ exports.buttonGroupBuild = buttonGroup_build$1;
2951
+ exports.calendarBuild = calendar_build$1;
2952
+ exports.cameraBuild = camera_build$1;
2953
+ exports.cardActionsBuild = cardActions_build$1;
2954
+ exports.cardBuild = card_build$1;
2955
+ exports.cardContentBuild = cardContent_build$1;
2956
+ exports.cardFooterBuild = cardFooter_build$1;
2957
+ exports.carouselBuild = carousel_build$1;
2958
+ exports.carouselTemplateBuild = carouselTemplate_build$1;
2959
+ exports.chartBuild = chart_build$1;
2960
+ exports.checkboxBuild = checkbox_build$1;
2961
+ exports.checkboxSetBuild = checkboxset_build$1;
2962
+ exports.chipsBuild = chips_build$1;
2963
+ exports.colorPickerBuild = colorPicker_build$1;
2964
+ exports.compositeBuild = composite_build$1;
2965
+ exports.confirmDlgBuild = confirmDialog_build$1;
2966
+ exports.containerBuild = container_build$1;
2967
+ exports.contentBuild = content_build$1;
2968
+ exports.currencyBuild = currency_build$1;
2969
+ exports.customWidgetBuild = customWidgetContainer_build$1;
2970
+ exports.customWidgetWrapperBuild = customWidgetWrapper_build$1;
2971
+ exports.dateBuild = date_build$1;
2972
+ exports.dateTimeBuild = dateTime_build$1;
2973
+ exports.dlgBuild = dialog_build$1;
2974
+ exports.dlgFooterBuild = dialogFooter_build$1;
2975
+ exports.fileUploadBuild = fileUpload_build$1;
2976
+ exports.footerBuild = footer_build$1;
2977
+ exports.formActionBuild = formAction_build$1;
2978
+ exports.formBuild = form_build$1;
2979
+ exports.formFieldBuild = formField_build$1;
2980
+ exports.headerBuild = header_build$1;
2981
+ exports.htmlBuild = html_build$1;
2982
+ exports.iconBuild = icon_build$1;
2983
+ exports.iframeBuild = iframe_build$1;
2984
+ exports.iframeDlgBuild = iframeDialog_build$1;
2985
+ exports.initComponentsBuildTask = initComponentsBuildTask;
2986
+ exports.labelBuild = label_build$1;
2987
+ exports.layoutBuild = layout_build$1;
2988
+ exports.leftPanelBuild = leftPanel_build$1;
2989
+ exports.lgBuild = layoutGrid_build$1;
2990
+ exports.lgcolBuild = layoutGridColumn_build$1;
2991
+ exports.lgrowBuild = layoutGridRow_build$1;
2992
+ exports.linearLayoutBuild = linearLayout_build$1;
2993
+ exports.linearLayoutItemBuild = linearLayoutItem_build$1;
2994
+ exports.listBuild = list_build$1;
2995
+ exports.liveTableBuild = liveTable_build$1;
2996
+ exports.loginBuild = login_build$1;
2997
+ exports.loginDlgBuild = loginDialog_build$1;
2998
+ exports.marqueeBuild = marquee_build$1;
2999
+ exports.mediaListBuild = mediaList_build$1;
3000
+ exports.mediaListItemBuild = mediaListItem_build$1;
3001
+ exports.menuBuild = menu_build$1;
3002
+ exports.messageBuild = message_build$1;
3003
+ exports.mobileNavbarBuild = mobileNavbar_build$1;
3004
+ exports.navBuild = nav_build$1;
3005
+ exports.navItemBuild = navItem_build$1;
3006
+ exports.navbarBuild = navbar_build$1;
3007
+ exports.numberBuild = number_build$1;
3008
+ exports.pageBuild = page_build$1;
3009
+ exports.pageContentBuild = pageContent_build$1;
3010
+ exports.paginationBuild = pagination_build$1;
3011
+ exports.panelBuild = panel_build$1;
3012
+ exports.partialBuild = partial_build$1;
3013
+ exports.partialDlgBuild = partialDialog_build$1;
3014
+ exports.partialParamBuild = partialParam_build$1;
3015
+ exports.pictureBuild = picture_build$1;
3016
+ exports.popoverBuild = popover_build$1;
3017
+ exports.prefabBuild = prefab_build$1;
3018
+ exports.prefabContainerBuild = prefabContainer_build$1;
3019
+ exports.progressBarBuild = progressBar_build$1;
3020
+ exports.progressCircleBuild = progressCircle_build$1;
3021
+ exports.radiosetBuild = radioset_build$1;
3022
+ exports.ratingBuild = rating_build$1;
3023
+ exports.repeatTemplateBuild = repeatTemplate_build$1;
3024
+ exports.rightPanelBuild = rightPanel_build$1;
3025
+ exports.routerOutletBuild = routerOutlet_build$1;
3026
+ exports.rteBuild = richTextEditor_build$1;
3027
+ exports.searchBuild = search_build$1;
3028
+ exports.segContentBuild = segmentContent_build$1;
3029
+ exports.segControlBuild = segmentedControl_build$1;
3030
+ exports.selectBuild = select_build$1;
3031
+ exports.sliderBuild = slider_build$1;
3032
+ exports.spinnerBuild = spinner_build$1;
3033
+ exports.switchBuild = switch_build$1;
3034
+ exports.tabBarBuild = tabBar_build$1;
3035
+ exports.tabPaneBuild = tabPane_build$1;
3036
+ exports.tableActionBuild = tableAction_build$1;
3037
+ exports.tableBuild = table_build$1;
3038
+ exports.tableColumnBuild = tableColumn_build$1;
3039
+ exports.tableColumnGroupBuild = tableColumnGroup_build$1;
3040
+ exports.tableRowActionBuild = tableRowAction_build$1;
3041
+ exports.tableRowBuild = tableRow_build$1;
3042
+ exports.tabsBuild = tabs_build$1;
3043
+ exports.textAreaBuild = textarea_build$1;
3044
+ exports.textBuild = text_build$1;
3045
+ exports.tileBuild = tile_build$1;
3046
+ exports.timeBuild = time_build$1;
3047
+ exports.topNavBuild = topNav_build$1;
3048
+ exports.treeBuild = tree_build;
3049
+ exports.videoBuild = video_build$1;
3050
+ exports.wizardActionBuild = wizardAction_build$1;
3051
+ exports.wizardBuild = wizard_build$1;
3052
+ exports.wizardStepBuild = wizardStep_build$1;
3053
+ Object.keys(transpiler).forEach(function (k) {
3054
+ if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
3055
+ enumerable: true,
3056
+ get: function () { return transpiler[k]; }
3057
+ });
3058
+ });
3059
+
3060
+ }));