@qius.solutions/parallel-ui-angular 1.0.0

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 (1830) hide show
  1. package/LICENSE +88 -0
  2. package/README.md +254 -0
  3. package/accordion/accordion.d.ts +77 -0
  4. package/accordion/index.d.ts +5 -0
  5. package/accordion/public_api.d.ts +1 -0
  6. package/animate/animate.d.ts +27 -0
  7. package/animate/index.d.ts +5 -0
  8. package/animate/public_api.d.ts +1 -0
  9. package/api/blockableui.d.ts +3 -0
  10. package/api/confirmaeventtype.d.ts +5 -0
  11. package/api/confirmation.d.ts +24 -0
  12. package/api/confirmationservice.d.ts +13 -0
  13. package/api/contextmenuservice.d.ts +10 -0
  14. package/api/filtermatchmode.d.ts +22 -0
  15. package/api/filtermetadata.d.ts +5 -0
  16. package/api/filteroperator.d.ts +4 -0
  17. package/api/filterservice.d.ts +29 -0
  18. package/api/index.d.ts +5 -0
  19. package/api/lazyloadevent.d.ts +15 -0
  20. package/api/megamenuitem.d.ts +36 -0
  21. package/api/menuitem.d.ts +55 -0
  22. package/api/message.d.ts +15 -0
  23. package/api/messageservice.d.ts +13 -0
  24. package/api/overlayoptions.d.ts +50 -0
  25. package/api/overlayservice.d.ts +9 -0
  26. package/api/parallel-ui-angular-config.d.ts +20 -0
  27. package/api/parallel-ui-icons.d.ts +260 -0
  28. package/api/public_api.d.ts +29 -0
  29. package/api/selectitem.d.ts +8 -0
  30. package/api/selectitemgroup.d.ts +6 -0
  31. package/api/shared.d.ts +25 -0
  32. package/api/sortevent.d.ts +8 -0
  33. package/api/sortmeta.d.ts +4 -0
  34. package/api/tablestate.d.ts +20 -0
  35. package/api/translation.d.ts +47 -0
  36. package/api/translationkeys.d.ts +42 -0
  37. package/api/treedragdropservice.d.ts +12 -0
  38. package/api/treenode.d.ts +19 -0
  39. package/api/treenodedragevent.d.ts +8 -0
  40. package/autocomplete/autocomplete.d.ts +183 -0
  41. package/autocomplete/index.d.ts +5 -0
  42. package/autocomplete/public_api.d.ts +1 -0
  43. package/autofocus/autofocus.d.ts +17 -0
  44. package/autofocus/index.d.ts +5 -0
  45. package/autofocus/public_api.d.ts +1 -0
  46. package/avatar/avatar.d.ts +28 -0
  47. package/avatar/index.d.ts +5 -0
  48. package/avatar/public_api.d.ts +1 -0
  49. package/avatargroup/avatargroup.d.ts +13 -0
  50. package/avatargroup/index.d.ts +5 -0
  51. package/avatargroup/public_api.d.ts +1 -0
  52. package/badge/badge.d.ts +56 -0
  53. package/badge/index.d.ts +5 -0
  54. package/badge/public_api.d.ts +1 -0
  55. package/baseicon/baseicon.d.ts +14 -0
  56. package/baseicon/index.d.ts +5 -0
  57. package/baseicon/public_api.d.ts +1 -0
  58. package/blockui/blockui.d.ts +37 -0
  59. package/blockui/index.d.ts +5 -0
  60. package/blockui/public_api.d.ts +1 -0
  61. package/breadcrumb/breadcrumb.d.ts +29 -0
  62. package/breadcrumb/index.d.ts +5 -0
  63. package/breadcrumb/public_api.d.ts +1 -0
  64. package/button/button.d.ts +87 -0
  65. package/button/index.d.ts +5 -0
  66. package/button/public_api.d.ts +1 -0
  67. package/calendar/calendar.d.ts +353 -0
  68. package/calendar/index.d.ts +5 -0
  69. package/calendar/public_api.d.ts +1 -0
  70. package/card/card.d.ts +30 -0
  71. package/card/index.d.ts +5 -0
  72. package/card/public_api.d.ts +1 -0
  73. package/carousel/carousel.d.ts +112 -0
  74. package/carousel/index.d.ts +5 -0
  75. package/carousel/public_api.d.ts +1 -0
  76. package/cascadeselect/cascadeselect.d.ts +156 -0
  77. package/cascadeselect/index.d.ts +5 -0
  78. package/cascadeselect/public_api.d.ts +1 -0
  79. package/chart/chart.d.ts +39 -0
  80. package/chart/index.d.ts +5 -0
  81. package/chart/public_api.d.ts +1 -0
  82. package/checkbox/checkbox.d.ts +56 -0
  83. package/checkbox/index.d.ts +5 -0
  84. package/checkbox/public_api.d.ts +1 -0
  85. package/chip/chip.d.ts +33 -0
  86. package/chip/index.d.ts +5 -0
  87. package/chip/public_api.d.ts +1 -0
  88. package/chips/chips.d.ts +73 -0
  89. package/chips/index.d.ts +5 -0
  90. package/chips/public_api.d.ts +1 -0
  91. package/colorpicker/colorpicker.d.ts +141 -0
  92. package/colorpicker/index.d.ts +5 -0
  93. package/colorpicker/public_api.d.ts +1 -0
  94. package/confirmdialog/confirmdialog.d.ts +116 -0
  95. package/confirmdialog/index.d.ts +5 -0
  96. package/confirmdialog/public_api.d.ts +1 -0
  97. package/confirmpopup/confirmpopup.d.ts +71 -0
  98. package/confirmpopup/index.d.ts +5 -0
  99. package/confirmpopup/public_api.d.ts +1 -0
  100. package/contextmenu/contextmenu.d.ts +92 -0
  101. package/contextmenu/index.d.ts +5 -0
  102. package/contextmenu/public_api.d.ts +1 -0
  103. package/dataview/dataview.d.ts +104 -0
  104. package/dataview/index.d.ts +5 -0
  105. package/dataview/public_api.d.ts +1 -0
  106. package/defer/defer.d.ts +29 -0
  107. package/defer/index.d.ts +5 -0
  108. package/defer/public_api.d.ts +1 -0
  109. package/dialog/dialog.d.ts +155 -0
  110. package/dialog/index.d.ts +5 -0
  111. package/dialog/public_api.d.ts +1 -0
  112. package/divider/divider.d.ts +29 -0
  113. package/divider/index.d.ts +5 -0
  114. package/divider/public_api.d.ts +1 -0
  115. package/dock/dock.d.ts +43 -0
  116. package/dock/index.d.ts +5 -0
  117. package/dock/public_api.d.ts +1 -0
  118. package/dom/connectedoverlayscrollhandler.d.ts +9 -0
  119. package/dom/domhandler.d.ts +82 -0
  120. package/dom/index.d.ts +5 -0
  121. package/dom/public_api.d.ts +2 -0
  122. package/dragdrop/dragdrop.d.ts +65 -0
  123. package/dragdrop/index.d.ts +5 -0
  124. package/dragdrop/public_api.d.ts +1 -0
  125. package/dropdown/dropdown.d.ts +225 -0
  126. package/dropdown/index.d.ts +5 -0
  127. package/dropdown/public_api.d.ts +1 -0
  128. package/dynamicdialog/dialogservice.d.ts +18 -0
  129. package/dynamicdialog/dynamicdialog-config.d.ts +29 -0
  130. package/dynamicdialog/dynamicdialog-injector.d.ts +8 -0
  131. package/dynamicdialog/dynamicdialog-ref.d.ts +25 -0
  132. package/dynamicdialog/dynamicdialog.d.ts +101 -0
  133. package/dynamicdialog/dynamicdialogcontent.d.ts +8 -0
  134. package/dynamicdialog/index.d.ts +5 -0
  135. package/dynamicdialog/public_api.d.ts +6 -0
  136. package/editor/editor.d.ts +50 -0
  137. package/editor/index.d.ts +5 -0
  138. package/editor/public_api.d.ts +1 -0
  139. package/esm2020/accordion/accordion.mjs +396 -0
  140. package/esm2020/accordion/public_api.mjs +2 -0
  141. package/esm2020/accordion/qius.solutions-parallel-ui-angular-accordion.mjs +5 -0
  142. package/esm2020/animate/animate.mjs +79 -0
  143. package/esm2020/animate/public_api.mjs +2 -0
  144. package/esm2020/animate/qius.solutions-parallel-ui-angular-animate.mjs +5 -0
  145. package/esm2020/api/blockableui.mjs +2 -0
  146. package/esm2020/api/confirmaeventtype.mjs +7 -0
  147. package/esm2020/api/confirmation.mjs +2 -0
  148. package/esm2020/api/confirmationservice.mjs +28 -0
  149. package/esm2020/api/contextmenuservice.mjs +23 -0
  150. package/esm2020/api/filtermatchmode.mjs +23 -0
  151. package/esm2020/api/filtermetadata.mjs +2 -0
  152. package/esm2020/api/filteroperator.mjs +5 -0
  153. package/esm2020/api/filterservice.mjs +221 -0
  154. package/esm2020/api/lazyloadevent.mjs +2 -0
  155. package/esm2020/api/megamenuitem.mjs +2 -0
  156. package/esm2020/api/menuitem.mjs +2 -0
  157. package/esm2020/api/message.mjs +2 -0
  158. package/esm2020/api/messageservice.mjs +30 -0
  159. package/esm2020/api/overlayoptions.mjs +2 -0
  160. package/esm2020/api/overlayservice.mjs +21 -0
  161. package/esm2020/api/parallel-ui-angular-config.mjs +84 -0
  162. package/esm2020/api/parallel-ui-icons.mjs +261 -0
  163. package/esm2020/api/public_api.mjs +30 -0
  164. package/esm2020/api/qius.solutions-parallel-ui-angular-api.mjs +5 -0
  165. package/esm2020/api/selectitem.mjs +2 -0
  166. package/esm2020/api/selectitemgroup.mjs +2 -0
  167. package/esm2020/api/shared.mjs +62 -0
  168. package/esm2020/api/sortevent.mjs +2 -0
  169. package/esm2020/api/sortmeta.mjs +2 -0
  170. package/esm2020/api/tablestate.mjs +2 -0
  171. package/esm2020/api/translation.mjs +2 -0
  172. package/esm2020/api/translationkeys.mjs +43 -0
  173. package/esm2020/api/treedragdropservice.mjs +23 -0
  174. package/esm2020/api/treenode.mjs +2 -0
  175. package/esm2020/api/treenodedragevent.mjs +2 -0
  176. package/esm2020/autocomplete/autocomplete.mjs +1144 -0
  177. package/esm2020/autocomplete/public_api.mjs +2 -0
  178. package/esm2020/autocomplete/qius.solutions-parallel-ui-angular-autocomplete.mjs +5 -0
  179. package/esm2020/autofocus/autofocus.mjs +51 -0
  180. package/esm2020/autofocus/public_api.mjs +2 -0
  181. package/esm2020/autofocus/qius.solutions-parallel-ui-angular-autofocus.mjs +5 -0
  182. package/esm2020/avatar/avatar.mjs +75 -0
  183. package/esm2020/avatar/public_api.mjs +2 -0
  184. package/esm2020/avatar/qius.solutions-parallel-ui-angular-avatar.mjs +5 -0
  185. package/esm2020/avatargroup/avatargroup.mjs +40 -0
  186. package/esm2020/avatargroup/public_api.mjs +2 -0
  187. package/esm2020/avatargroup/qius.solutions-parallel-ui-angular-avatargroup.mjs +5 -0
  188. package/esm2020/badge/badge.mjs +182 -0
  189. package/esm2020/badge/public_api.mjs +2 -0
  190. package/esm2020/badge/qius.solutions-parallel-ui-angular-badge.mjs +5 -0
  191. package/esm2020/baseicon/baseicon.mjs +41 -0
  192. package/esm2020/baseicon/public_api.mjs +2 -0
  193. package/esm2020/baseicon/qius.solutions-parallel-ui-angular-baseicon.mjs +5 -0
  194. package/esm2020/blockui/blockui.mjs +140 -0
  195. package/esm2020/blockui/public_api.mjs +2 -0
  196. package/esm2020/blockui/qius.solutions-parallel-ui-angular-blockui.mjs +5 -0
  197. package/esm2020/breadcrumb/breadcrumb.mjs +296 -0
  198. package/esm2020/breadcrumb/public_api.mjs +2 -0
  199. package/esm2020/breadcrumb/qius.solutions-parallel-ui-angular-breadcrumb.mjs +5 -0
  200. package/esm2020/button/button.mjs +362 -0
  201. package/esm2020/button/public_api.mjs +2 -0
  202. package/esm2020/button/qius.solutions-parallel-ui-angular-button.mjs +5 -0
  203. package/esm2020/calendar/calendar.mjs +3123 -0
  204. package/esm2020/calendar/public_api.mjs +2 -0
  205. package/esm2020/calendar/qius.solutions-parallel-ui-angular-calendar.mjs +5 -0
  206. package/esm2020/card/card.mjs +126 -0
  207. package/esm2020/card/public_api.mjs +2 -0
  208. package/esm2020/card/qius.solutions-parallel-ui-angular-card.mjs +5 -0
  209. package/esm2020/carousel/carousel.mjs +696 -0
  210. package/esm2020/carousel/public_api.mjs +2 -0
  211. package/esm2020/carousel/qius.solutions-parallel-ui-angular-carousel.mjs +5 -0
  212. package/esm2020/cascadeselect/cascadeselect.mjs +766 -0
  213. package/esm2020/cascadeselect/public_api.mjs +2 -0
  214. package/esm2020/cascadeselect/qius.solutions-parallel-ui-angular-cascadeselect.mjs +5 -0
  215. package/esm2020/chart/chart.mjs +142 -0
  216. package/esm2020/chart/public_api.mjs +2 -0
  217. package/esm2020/chart/qius.solutions-parallel-ui-angular-chart.mjs +5 -0
  218. package/esm2020/checkbox/checkbox.mjs +247 -0
  219. package/esm2020/checkbox/public_api.mjs +2 -0
  220. package/esm2020/checkbox/qius.solutions-parallel-ui-angular-checkbox.mjs +5 -0
  221. package/esm2020/chip/chip.mjs +113 -0
  222. package/esm2020/chip/public_api.mjs +2 -0
  223. package/esm2020/chip/qius.solutions-parallel-ui-angular-chip.mjs +5 -0
  224. package/esm2020/chips/chips.mjs +375 -0
  225. package/esm2020/chips/public_api.mjs +2 -0
  226. package/esm2020/chips/qius.solutions-parallel-ui-angular-chips.mjs +5 -0
  227. package/esm2020/colorpicker/colorpicker.mjs +685 -0
  228. package/esm2020/colorpicker/public_api.mjs +2 -0
  229. package/esm2020/colorpicker/qius.solutions-parallel-ui-angular-colorpicker.mjs +5 -0
  230. package/esm2020/confirmdialog/confirmdialog.mjs +606 -0
  231. package/esm2020/confirmdialog/public_api.mjs +2 -0
  232. package/esm2020/confirmdialog/qius.solutions-parallel-ui-angular-confirmdialog.mjs +5 -0
  233. package/esm2020/confirmpopup/confirmpopup.mjs +394 -0
  234. package/esm2020/confirmpopup/public_api.mjs +2 -0
  235. package/esm2020/confirmpopup/qius.solutions-parallel-ui-angular-confirmpopup.mjs +5 -0
  236. package/esm2020/contextmenu/contextmenu.mjs +691 -0
  237. package/esm2020/contextmenu/public_api.mjs +2 -0
  238. package/esm2020/contextmenu/qius.solutions-parallel-ui-angular-contextmenu.mjs +5 -0
  239. package/esm2020/dataview/dataview.mjs +512 -0
  240. package/esm2020/dataview/public_api.mjs +2 -0
  241. package/esm2020/dataview/qius.solutions-parallel-ui-angular-dataview.mjs +5 -0
  242. package/esm2020/defer/defer.mjs +92 -0
  243. package/esm2020/defer/public_api.mjs +2 -0
  244. package/esm2020/defer/qius.solutions-parallel-ui-angular-defer.mjs +5 -0
  245. package/esm2020/dialog/dialog.mjs +833 -0
  246. package/esm2020/dialog/public_api.mjs +2 -0
  247. package/esm2020/dialog/qius.solutions-parallel-ui-angular-dialog.mjs +5 -0
  248. package/esm2020/divider/divider.mjs +69 -0
  249. package/esm2020/divider/public_api.mjs +2 -0
  250. package/esm2020/divider/qius.solutions-parallel-ui-angular-divider.mjs +5 -0
  251. package/esm2020/dock/dock.mjs +210 -0
  252. package/esm2020/dock/public_api.mjs +2 -0
  253. package/esm2020/dock/qius.solutions-parallel-ui-angular-dock.mjs +5 -0
  254. package/esm2020/dom/connectedoverlayscrollhandler.mjs +27 -0
  255. package/esm2020/dom/domhandler.mjs +600 -0
  256. package/esm2020/dom/public_api.mjs +3 -0
  257. package/esm2020/dom/qius.solutions-parallel-ui-angular-dom.mjs +5 -0
  258. package/esm2020/dragdrop/dragdrop.mjs +251 -0
  259. package/esm2020/dragdrop/public_api.mjs +2 -0
  260. package/esm2020/dragdrop/qius.solutions-parallel-ui-angular-dragdrop.mjs +5 -0
  261. package/esm2020/dropdown/dropdown.mjs +1372 -0
  262. package/esm2020/dropdown/public_api.mjs +2 -0
  263. package/esm2020/dropdown/qius.solutions-parallel-ui-angular-dropdown.mjs +5 -0
  264. package/esm2020/dynamicdialog/dialogservice.mjs +60 -0
  265. package/esm2020/dynamicdialog/dynamicdialog-config.mjs +3 -0
  266. package/esm2020/dynamicdialog/dynamicdialog-injector.mjs +13 -0
  267. package/esm2020/dynamicdialog/dynamicdialog-ref.mjs +41 -0
  268. package/esm2020/dynamicdialog/dynamicdialog.mjs +562 -0
  269. package/esm2020/dynamicdialog/dynamicdialogcontent.mjs +19 -0
  270. package/esm2020/dynamicdialog/public_api.mjs +7 -0
  271. package/esm2020/dynamicdialog/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +5 -0
  272. package/esm2020/editor/editor.mjs +309 -0
  273. package/esm2020/editor/public_api.mjs +2 -0
  274. package/esm2020/editor/qius.solutions-parallel-ui-angular-editor.mjs +5 -0
  275. package/esm2020/fieldset/fieldset.mjs +214 -0
  276. package/esm2020/fieldset/public_api.mjs +2 -0
  277. package/esm2020/fieldset/qius.solutions-parallel-ui-angular-fieldset.mjs +5 -0
  278. package/esm2020/fileupload/fileupload.mjs +754 -0
  279. package/esm2020/fileupload/public_api.mjs +2 -0
  280. package/esm2020/fileupload/qius.solutions-parallel-ui-angular-fileupload.mjs +5 -0
  281. package/esm2020/focustrap/focustrap.mjs +52 -0
  282. package/esm2020/focustrap/public_api.mjs +2 -0
  283. package/esm2020/focustrap/qius.solutions-parallel-ui-angular-focustrap.mjs +5 -0
  284. package/esm2020/galleria/galleria.mjs +1187 -0
  285. package/esm2020/galleria/public_api.mjs +2 -0
  286. package/esm2020/galleria/qius.solutions-parallel-ui-angular-galleria.mjs +5 -0
  287. package/esm2020/icons/angledoubledown/angledoubledown.mjs +35 -0
  288. package/esm2020/icons/angledoubledown/public_api.mjs +2 -0
  289. package/esm2020/icons/angledoubledown/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +5 -0
  290. package/esm2020/icons/angledoubleleft/angledoubleleft.mjs +35 -0
  291. package/esm2020/icons/angledoubleleft/public_api.mjs +2 -0
  292. package/esm2020/icons/angledoubleleft/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +5 -0
  293. package/esm2020/icons/angledoubleright/angledoubleright.mjs +35 -0
  294. package/esm2020/icons/angledoubleright/public_api.mjs +2 -0
  295. package/esm2020/icons/angledoubleright/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +5 -0
  296. package/esm2020/icons/angledoubleup/angledoubleup.mjs +35 -0
  297. package/esm2020/icons/angledoubleup/public_api.mjs +2 -0
  298. package/esm2020/icons/angledoubleup/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +5 -0
  299. package/esm2020/icons/angledown/angledown.mjs +31 -0
  300. package/esm2020/icons/angledown/public_api.mjs +2 -0
  301. package/esm2020/icons/angledown/qius.solutions-parallel-ui-angular-icons-angledown.mjs +5 -0
  302. package/esm2020/icons/angleleft/angleleft.mjs +31 -0
  303. package/esm2020/icons/angleleft/public_api.mjs +2 -0
  304. package/esm2020/icons/angleleft/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +5 -0
  305. package/esm2020/icons/angleright/angleright.mjs +31 -0
  306. package/esm2020/icons/angleright/public_api.mjs +2 -0
  307. package/esm2020/icons/angleright/qius.solutions-parallel-ui-angular-icons-angleright.mjs +5 -0
  308. package/esm2020/icons/angleup/angleup.mjs +31 -0
  309. package/esm2020/icons/angleup/public_api.mjs +2 -0
  310. package/esm2020/icons/angleup/qius.solutions-parallel-ui-angular-icons-angleup.mjs +5 -0
  311. package/esm2020/icons/arrowdown/arrowdown.mjs +49 -0
  312. package/esm2020/icons/arrowdown/public_api.mjs +2 -0
  313. package/esm2020/icons/arrowdown/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +5 -0
  314. package/esm2020/icons/arrowdownleft/arrowdownleft.mjs +31 -0
  315. package/esm2020/icons/arrowdownleft/public_api.mjs +2 -0
  316. package/esm2020/icons/arrowdownleft/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +5 -0
  317. package/esm2020/icons/arrowdownright/arrowdownright.mjs +31 -0
  318. package/esm2020/icons/arrowdownright/public_api.mjs +2 -0
  319. package/esm2020/icons/arrowdownright/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +5 -0
  320. package/esm2020/icons/arrowleft/arrowleft.mjs +49 -0
  321. package/esm2020/icons/arrowleft/public_api.mjs +2 -0
  322. package/esm2020/icons/arrowleft/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +5 -0
  323. package/esm2020/icons/arrowright/arrowright.mjs +35 -0
  324. package/esm2020/icons/arrowright/public_api.mjs +2 -0
  325. package/esm2020/icons/arrowright/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +5 -0
  326. package/esm2020/icons/arrowup/arrowup.mjs +49 -0
  327. package/esm2020/icons/arrowup/public_api.mjs +2 -0
  328. package/esm2020/icons/arrowup/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +5 -0
  329. package/esm2020/icons/ban/ban.mjs +45 -0
  330. package/esm2020/icons/ban/public_api.mjs +2 -0
  331. package/esm2020/icons/ban/qius.solutions-parallel-ui-angular-icons-ban.mjs +5 -0
  332. package/esm2020/icons/bars/bars.mjs +35 -0
  333. package/esm2020/icons/bars/public_api.mjs +2 -0
  334. package/esm2020/icons/bars/qius.solutions-parallel-ui-angular-icons-bars.mjs +5 -0
  335. package/esm2020/icons/calendar/calendar.mjs +31 -0
  336. package/esm2020/icons/calendar/public_api.mjs +2 -0
  337. package/esm2020/icons/calendar/qius.solutions-parallel-ui-angular-icons-calendar.mjs +5 -0
  338. package/esm2020/icons/caretleft/caretleft.mjs +31 -0
  339. package/esm2020/icons/caretleft/public_api.mjs +2 -0
  340. package/esm2020/icons/caretleft/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +5 -0
  341. package/esm2020/icons/caretright/caretright.mjs +31 -0
  342. package/esm2020/icons/caretright/public_api.mjs +2 -0
  343. package/esm2020/icons/caretright/qius.solutions-parallel-ui-angular-icons-caretright.mjs +5 -0
  344. package/esm2020/icons/check/check.mjs +31 -0
  345. package/esm2020/icons/check/public_api.mjs +2 -0
  346. package/esm2020/icons/check/qius.solutions-parallel-ui-angular-icons-check.mjs +5 -0
  347. package/esm2020/icons/chevrondown/chevrondown.mjs +31 -0
  348. package/esm2020/icons/chevrondown/public_api.mjs +2 -0
  349. package/esm2020/icons/chevrondown/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +5 -0
  350. package/esm2020/icons/chevronleft/chevronleft.mjs +31 -0
  351. package/esm2020/icons/chevronleft/public_api.mjs +2 -0
  352. package/esm2020/icons/chevronleft/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +5 -0
  353. package/esm2020/icons/chevronright/chevronright.mjs +31 -0
  354. package/esm2020/icons/chevronright/public_api.mjs +2 -0
  355. package/esm2020/icons/chevronright/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +5 -0
  356. package/esm2020/icons/chevronup/chevronup.mjs +31 -0
  357. package/esm2020/icons/chevronup/public_api.mjs +2 -0
  358. package/esm2020/icons/chevronup/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +5 -0
  359. package/esm2020/icons/exclamationtriangle/exclamationtriangle.mjs +61 -0
  360. package/esm2020/icons/exclamationtriangle/public_api.mjs +2 -0
  361. package/esm2020/icons/exclamationtriangle/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +5 -0
  362. package/esm2020/icons/eye/eye.mjs +35 -0
  363. package/esm2020/icons/eye/public_api.mjs +2 -0
  364. package/esm2020/icons/eye/qius.solutions-parallel-ui-angular-icons-eye.mjs +5 -0
  365. package/esm2020/icons/eyeslash/eyeslash.mjs +49 -0
  366. package/esm2020/icons/eyeslash/public_api.mjs +2 -0
  367. package/esm2020/icons/eyeslash/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +5 -0
  368. package/esm2020/icons/filter/filter.mjs +45 -0
  369. package/esm2020/icons/filter/public_api.mjs +2 -0
  370. package/esm2020/icons/filter/qius.solutions-parallel-ui-angular-icons-filter.mjs +5 -0
  371. package/esm2020/icons/filterslash/filterslash.mjs +49 -0
  372. package/esm2020/icons/filterslash/public_api.mjs +2 -0
  373. package/esm2020/icons/filterslash/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +5 -0
  374. package/esm2020/icons/home/home.mjs +49 -0
  375. package/esm2020/icons/home/public_api.mjs +2 -0
  376. package/esm2020/icons/home/qius.solutions-parallel-ui-angular-icons-home.mjs +5 -0
  377. package/esm2020/icons/infocircle/infocircle.mjs +49 -0
  378. package/esm2020/icons/infocircle/public_api.mjs +2 -0
  379. package/esm2020/icons/infocircle/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +5 -0
  380. package/esm2020/icons/minus/minus.mjs +32 -0
  381. package/esm2020/icons/minus/public_api.mjs +2 -0
  382. package/esm2020/icons/minus/qius.solutions-parallel-ui-angular-icons-minus.mjs +5 -0
  383. package/esm2020/icons/pencil/pencil.mjs +45 -0
  384. package/esm2020/icons/pencil/public_api.mjs +2 -0
  385. package/esm2020/icons/pencil/qius.solutions-parallel-ui-angular-icons-pencil.mjs +5 -0
  386. package/esm2020/icons/plus/plus.mjs +45 -0
  387. package/esm2020/icons/plus/public_api.mjs +2 -0
  388. package/esm2020/icons/plus/qius.solutions-parallel-ui-angular-icons-plus.mjs +5 -0
  389. package/esm2020/icons/refresh/public_api.mjs +2 -0
  390. package/esm2020/icons/refresh/qius.solutions-parallel-ui-angular-icons-refresh.mjs +5 -0
  391. package/esm2020/icons/refresh/refresh.mjs +49 -0
  392. package/esm2020/icons/search/public_api.mjs +2 -0
  393. package/esm2020/icons/search/qius.solutions-parallel-ui-angular-icons-search.mjs +5 -0
  394. package/esm2020/icons/search/search.mjs +49 -0
  395. package/esm2020/icons/searchminus/public_api.mjs +2 -0
  396. package/esm2020/icons/searchminus/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +5 -0
  397. package/esm2020/icons/searchminus/searchminus.mjs +49 -0
  398. package/esm2020/icons/searchplus/public_api.mjs +2 -0
  399. package/esm2020/icons/searchplus/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +5 -0
  400. package/esm2020/icons/searchplus/searchplus.mjs +49 -0
  401. package/esm2020/icons/sortalt/public_api.mjs +2 -0
  402. package/esm2020/icons/sortalt/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +5 -0
  403. package/esm2020/icons/sortalt/sortalt.mjs +57 -0
  404. package/esm2020/icons/sortamountdown/public_api.mjs +2 -0
  405. package/esm2020/icons/sortamountdown/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +5 -0
  406. package/esm2020/icons/sortamountdown/sortamountdown.mjs +85 -0
  407. package/esm2020/icons/sortamountupalt/public_api.mjs +2 -0
  408. package/esm2020/icons/sortamountupalt/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +5 -0
  409. package/esm2020/icons/sortamountupalt/sortamountupalt.mjs +85 -0
  410. package/esm2020/icons/spinner/public_api.mjs +2 -0
  411. package/esm2020/icons/spinner/qius.solutions-parallel-ui-angular-icons-spinner.mjs +5 -0
  412. package/esm2020/icons/spinner/spinner.mjs +45 -0
  413. package/esm2020/icons/star/public_api.mjs +2 -0
  414. package/esm2020/icons/star/qius.solutions-parallel-ui-angular-icons-star.mjs +5 -0
  415. package/esm2020/icons/star/star.mjs +45 -0
  416. package/esm2020/icons/starfill/public_api.mjs +2 -0
  417. package/esm2020/icons/starfill/qius.solutions-parallel-ui-angular-icons-starfill.mjs +5 -0
  418. package/esm2020/icons/starfill/starfill.mjs +45 -0
  419. package/esm2020/icons/thlarge/public_api.mjs +2 -0
  420. package/esm2020/icons/thlarge/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +5 -0
  421. package/esm2020/icons/thlarge/thlarge.mjs +49 -0
  422. package/esm2020/icons/times/public_api.mjs +2 -0
  423. package/esm2020/icons/times/qius.solutions-parallel-ui-angular-icons-times.mjs +5 -0
  424. package/esm2020/icons/times/times.mjs +31 -0
  425. package/esm2020/icons/timescircle/public_api.mjs +2 -0
  426. package/esm2020/icons/timescircle/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +5 -0
  427. package/esm2020/icons/timescircle/timescircle.mjs +49 -0
  428. package/esm2020/icons/trash/public_api.mjs +2 -0
  429. package/esm2020/icons/trash/qius.solutions-parallel-ui-angular-icons-trash.mjs +5 -0
  430. package/esm2020/icons/trash/trash.mjs +49 -0
  431. package/esm2020/icons/undo/public_api.mjs +2 -0
  432. package/esm2020/icons/undo/qius.solutions-parallel-ui-angular-icons-undo.mjs +5 -0
  433. package/esm2020/icons/undo/undo.mjs +49 -0
  434. package/esm2020/icons/upload/public_api.mjs +2 -0
  435. package/esm2020/icons/upload/qius.solutions-parallel-ui-angular-icons-upload.mjs +5 -0
  436. package/esm2020/icons/upload/upload.mjs +49 -0
  437. package/esm2020/icons/windowmaximize/public_api.mjs +2 -0
  438. package/esm2020/icons/windowmaximize/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +5 -0
  439. package/esm2020/icons/windowmaximize/windowmaximize.mjs +49 -0
  440. package/esm2020/icons/windowminimize/public_api.mjs +2 -0
  441. package/esm2020/icons/windowminimize/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +5 -0
  442. package/esm2020/icons/windowminimize/windowminimize.mjs +49 -0
  443. package/esm2020/image/image.mjs +321 -0
  444. package/esm2020/image/public_api.mjs +2 -0
  445. package/esm2020/image/qius.solutions-parallel-ui-angular-image.mjs +5 -0
  446. package/esm2020/inplace/inplace.mjs +168 -0
  447. package/esm2020/inplace/public_api.mjs +2 -0
  448. package/esm2020/inplace/qius.solutions-parallel-ui-angular-inplace.mjs +5 -0
  449. package/esm2020/inputmask/inputmask.mjs +697 -0
  450. package/esm2020/inputmask/public_api.mjs +2 -0
  451. package/esm2020/inputmask/qius.solutions-parallel-ui-angular-inputmask.mjs +5 -0
  452. package/esm2020/inputnumber/inputnumber.mjs +1189 -0
  453. package/esm2020/inputnumber/public_api.mjs +2 -0
  454. package/esm2020/inputnumber/qius.solutions-parallel-ui-angular-inputnumber.mjs +5 -0
  455. package/esm2020/inputswitch/inputswitch.mjs +160 -0
  456. package/esm2020/inputswitch/public_api.mjs +2 -0
  457. package/esm2020/inputswitch/qius.solutions-parallel-ui-angular-inputswitch.mjs +5 -0
  458. package/esm2020/inputtext/inputtext.mjs +55 -0
  459. package/esm2020/inputtext/public_api.mjs +2 -0
  460. package/esm2020/inputtext/qius.solutions-parallel-ui-angular-inputtext.mjs +5 -0
  461. package/esm2020/inputtextarea/inputtextarea.mjs +117 -0
  462. package/esm2020/inputtextarea/public_api.mjs +2 -0
  463. package/esm2020/inputtextarea/qius.solutions-parallel-ui-angular-inputtextarea.mjs +5 -0
  464. package/esm2020/keyfilter/keyfilter.mjs +214 -0
  465. package/esm2020/keyfilter/public_api.mjs +2 -0
  466. package/esm2020/keyfilter/qius.solutions-parallel-ui-angular-keyfilter.mjs +5 -0
  467. package/esm2020/knob/knob.mjs +283 -0
  468. package/esm2020/knob/public_api.mjs +2 -0
  469. package/esm2020/knob/qius.solutions-parallel-ui-angular-knob.mjs +5 -0
  470. package/esm2020/listbox/listbox.mjs +800 -0
  471. package/esm2020/listbox/public_api.mjs +2 -0
  472. package/esm2020/listbox/qius.solutions-parallel-ui-angular-listbox.mjs +5 -0
  473. package/esm2020/megamenu/megamenu.mjs +464 -0
  474. package/esm2020/megamenu/public_api.mjs +2 -0
  475. package/esm2020/megamenu/qius.solutions-parallel-ui-angular-megamenu.mjs +5 -0
  476. package/esm2020/menu/menu.mjs +548 -0
  477. package/esm2020/menu/public_api.mjs +2 -0
  478. package/esm2020/menu/qius.solutions-parallel-ui-angular-menu.mjs +5 -0
  479. package/esm2020/menubar/menubar.mjs +515 -0
  480. package/esm2020/menubar/public_api.mjs +2 -0
  481. package/esm2020/menubar/qius.solutions-parallel-ui-angular-menubar.mjs +5 -0
  482. package/esm2020/message/message.mjs +103 -0
  483. package/esm2020/message/public_api.mjs +2 -0
  484. package/esm2020/message/qius.solutions-parallel-ui-angular-message.mjs +5 -0
  485. package/esm2020/messages/messages.mjs +272 -0
  486. package/esm2020/messages/public_api.mjs +2 -0
  487. package/esm2020/messages/qius.solutions-parallel-ui-angular-messages.mjs +5 -0
  488. package/esm2020/multiselect/multiselect.mjs +1411 -0
  489. package/esm2020/multiselect/public_api.mjs +2 -0
  490. package/esm2020/multiselect/qius.solutions-parallel-ui-angular-multiselect.mjs +5 -0
  491. package/esm2020/orderlist/orderlist.mjs +621 -0
  492. package/esm2020/orderlist/public_api.mjs +2 -0
  493. package/esm2020/orderlist/qius.solutions-parallel-ui-angular-orderlist.mjs +5 -0
  494. package/esm2020/organizationchart/organizationchart.mjs +319 -0
  495. package/esm2020/organizationchart/public_api.mjs +2 -0
  496. package/esm2020/organizationchart/qius.solutions-parallel-ui-angular-organizationchart.mjs +5 -0
  497. package/esm2020/overlay/overlay.mjs +520 -0
  498. package/esm2020/overlay/public_api.mjs +2 -0
  499. package/esm2020/overlay/qius.solutions-parallel-ui-angular-overlay.mjs +5 -0
  500. package/esm2020/overlaypanel/overlaypanel.mjs +410 -0
  501. package/esm2020/overlaypanel/public_api.mjs +2 -0
  502. package/esm2020/overlaypanel/qius.solutions-parallel-ui-angular-overlaypanel.mjs +5 -0
  503. package/esm2020/paginator/paginator.mjs +405 -0
  504. package/esm2020/paginator/public_api.mjs +2 -0
  505. package/esm2020/paginator/qius.solutions-parallel-ui-angular-paginator.mjs +5 -0
  506. package/esm2020/panel/panel.mjs +296 -0
  507. package/esm2020/panel/public_api.mjs +2 -0
  508. package/esm2020/panel/qius.solutions-parallel-ui-angular-panel.mjs +5 -0
  509. package/esm2020/panelmenu/panelmenu.mjs +518 -0
  510. package/esm2020/panelmenu/public_api.mjs +2 -0
  511. package/esm2020/panelmenu/qius.solutions-parallel-ui-angular-panelmenu.mjs +5 -0
  512. package/esm2020/password/password.mjs +782 -0
  513. package/esm2020/password/public_api.mjs +2 -0
  514. package/esm2020/password/qius.solutions-parallel-ui-angular-password.mjs +5 -0
  515. package/esm2020/picklist/picklist.mjs +1268 -0
  516. package/esm2020/picklist/public_api.mjs +2 -0
  517. package/esm2020/picklist/qius.solutions-parallel-ui-angular-picklist.mjs +5 -0
  518. package/esm2020/progressbar/progressbar.mjs +81 -0
  519. package/esm2020/progressbar/public_api.mjs +2 -0
  520. package/esm2020/progressbar/qius.solutions-parallel-ui-angular-progressbar.mjs +5 -0
  521. package/esm2020/progressspinner/progressspinner.mjs +55 -0
  522. package/esm2020/progressspinner/public_api.mjs +2 -0
  523. package/esm2020/progressspinner/qius.solutions-parallel-ui-angular-progressspinner.mjs +5 -0
  524. package/esm2020/public_api.mjs +2 -0
  525. package/esm2020/qius.solutions-parallel-ui-angular.mjs +5 -0
  526. package/esm2020/radiobutton/public_api.mjs +2 -0
  527. package/esm2020/radiobutton/qius.solutions-parallel-ui-angular-radiobutton.mjs +5 -0
  528. package/esm2020/radiobutton/radiobutton.mjs +254 -0
  529. package/esm2020/rating/public_api.mjs +2 -0
  530. package/esm2020/rating/qius.solutions-parallel-ui-angular-rating.mjs +5 -0
  531. package/esm2020/rating/rating.mjs +199 -0
  532. package/esm2020/ripple/public_api.mjs +2 -0
  533. package/esm2020/ripple/qius.solutions-parallel-ui-angular-ripple.mjs +5 -0
  534. package/esm2020/ripple/ripple.mjs +126 -0
  535. package/esm2020/scroller/public_api.mjs +2 -0
  536. package/esm2020/scroller/qius.solutions-parallel-ui-angular-scroller.mjs +5 -0
  537. package/esm2020/scroller/scroller.mjs +928 -0
  538. package/esm2020/scrollpanel/public_api.mjs +2 -0
  539. package/esm2020/scrollpanel/qius.solutions-parallel-ui-angular-scrollpanel.mjs +5 -0
  540. package/esm2020/scrollpanel/scrollpanel.mjs +272 -0
  541. package/esm2020/scrolltop/public_api.mjs +2 -0
  542. package/esm2020/scrolltop/qius.solutions-parallel-ui-angular-scrolltop.mjs +5 -0
  543. package/esm2020/scrolltop/scrolltop.mjs +221 -0
  544. package/esm2020/selectbutton/public_api.mjs +2 -0
  545. package/esm2020/selectbutton/qius.solutions-parallel-ui-angular-selectbutton.mjs +5 -0
  546. package/esm2020/selectbutton/selectbutton.mjs +209 -0
  547. package/esm2020/sidebar/public_api.mjs +2 -0
  548. package/esm2020/sidebar/qius.solutions-parallel-ui-angular-sidebar.mjs +5 -0
  549. package/esm2020/sidebar/sidebar.mjs +369 -0
  550. package/esm2020/skeleton/public_api.mjs +2 -0
  551. package/esm2020/skeleton/qius.solutions-parallel-ui-angular-skeleton.mjs +5 -0
  552. package/esm2020/skeleton/skeleton.mjs +65 -0
  553. package/esm2020/slidemenu/public_api.mjs +2 -0
  554. package/esm2020/slidemenu/qius.solutions-parallel-ui-angular-slidemenu.mjs +5 -0
  555. package/esm2020/slidemenu/slidemenu.mjs +616 -0
  556. package/esm2020/slider/public_api.mjs +2 -0
  557. package/esm2020/slider/qius.solutions-parallel-ui-angular-slider.mjs +5 -0
  558. package/esm2020/slider/slider.mjs +588 -0
  559. package/esm2020/speeddial/public_api.mjs +2 -0
  560. package/esm2020/speeddial/qius.solutions-parallel-ui-angular-speeddial.mjs +5 -0
  561. package/esm2020/speeddial/speeddial.mjs +402 -0
  562. package/esm2020/spinner/public_api.mjs +2 -0
  563. package/esm2020/spinner/qius.solutions-parallel-ui-angular-spinner.mjs +5 -0
  564. package/esm2020/spinner/spinner.mjs +407 -0
  565. package/esm2020/splitbutton/public_api.mjs +2 -0
  566. package/esm2020/splitbutton/qius.solutions-parallel-ui-angular-splitbutton.mjs +5 -0
  567. package/esm2020/splitbutton/splitbutton.mjs +141 -0
  568. package/esm2020/splitter/public_api.mjs +2 -0
  569. package/esm2020/splitter/qius.solutions-parallel-ui-angular-splitter.mjs +5 -0
  570. package/esm2020/splitter/splitter.mjs +355 -0
  571. package/esm2020/steps/public_api.mjs +2 -0
  572. package/esm2020/steps/qius.solutions-parallel-ui-angular-steps.mjs +5 -0
  573. package/esm2020/steps/steps.mjs +205 -0
  574. package/esm2020/styleclass/public_api.mjs +2 -0
  575. package/esm2020/styleclass/qius.solutions-parallel-ui-angular-styleclass.mjs +5 -0
  576. package/esm2020/styleclass/styleclass.mjs +220 -0
  577. package/esm2020/table/public_api.mjs +2 -0
  578. package/esm2020/table/qius.solutions-parallel-ui-angular-table.mjs +5 -0
  579. package/esm2020/table/table.mjs +5314 -0
  580. package/esm2020/tabmenu/public_api.mjs +2 -0
  581. package/esm2020/tabmenu/qius.solutions-parallel-ui-angular-tabmenu.mjs +5 -0
  582. package/esm2020/tabmenu/tabmenu.mjs +374 -0
  583. package/esm2020/tabview/public_api.mjs +2 -0
  584. package/esm2020/tabview/qius.solutions-parallel-ui-angular-tabview.mjs +5 -0
  585. package/esm2020/tabview/tabview.mjs +527 -0
  586. package/esm2020/tag/public_api.mjs +2 -0
  587. package/esm2020/tag/qius.solutions-parallel-ui-angular-tag.mjs +5 -0
  588. package/esm2020/tag/tag.mjs +86 -0
  589. package/esm2020/terminal/public_api.mjs +3 -0
  590. package/esm2020/terminal/qius.solutions-parallel-ui-angular-terminal.mjs +5 -0
  591. package/esm2020/terminal/terminal.mjs +112 -0
  592. package/esm2020/terminal/terminalservice.mjs +27 -0
  593. package/esm2020/tieredmenu/public_api.mjs +2 -0
  594. package/esm2020/tieredmenu/qius.solutions-parallel-ui-angular-tieredmenu.mjs +5 -0
  595. package/esm2020/tieredmenu/tieredmenu.mjs +663 -0
  596. package/esm2020/timeline/public_api.mjs +2 -0
  597. package/esm2020/timeline/qius.solutions-parallel-ui-angular-timeline.mjs +5 -0
  598. package/esm2020/timeline/timeline.mjs +131 -0
  599. package/esm2020/toast/public_api.mjs +2 -0
  600. package/esm2020/toast/qius.solutions-parallel-ui-angular-toast.mjs +5 -0
  601. package/esm2020/toast/toast.mjs +443 -0
  602. package/esm2020/togglebutton/public_api.mjs +2 -0
  603. package/esm2020/togglebutton/qius.solutions-parallel-ui-angular-togglebutton.mjs +5 -0
  604. package/esm2020/togglebutton/togglebutton.mjs +133 -0
  605. package/esm2020/toolbar/public_api.mjs +2 -0
  606. package/esm2020/toolbar/qius.solutions-parallel-ui-angular-toolbar.mjs +5 -0
  607. package/esm2020/toolbar/toolbar.mjs +83 -0
  608. package/esm2020/tooltip/public_api.mjs +2 -0
  609. package/esm2020/tooltip/qius.solutions-parallel-ui-angular-tooltip.mjs +5 -0
  610. package/esm2020/tooltip/tooltip.mjs +546 -0
  611. package/esm2020/tree/public_api.mjs +2 -0
  612. package/esm2020/tree/qius.solutions-parallel-ui-angular-tree.mjs +5 -0
  613. package/esm2020/tree/tree.mjs +1584 -0
  614. package/esm2020/treeselect/public_api.mjs +2 -0
  615. package/esm2020/treeselect/qius.solutions-parallel-ui-angular-treeselect.mjs +5 -0
  616. package/esm2020/treeselect/treeselect.mjs +778 -0
  617. package/esm2020/treetable/public_api.mjs +2 -0
  618. package/esm2020/treetable/qius.solutions-parallel-ui-angular-treetable.mjs +5 -0
  619. package/esm2020/treetable/treetable.mjs +3217 -0
  620. package/esm2020/tristatecheckbox/public_api.mjs +2 -0
  621. package/esm2020/tristatecheckbox/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +5 -0
  622. package/esm2020/tristatecheckbox/tristatecheckbox.mjs +223 -0
  623. package/esm2020/utils/objectutils.mjs +198 -0
  624. package/esm2020/utils/public_api.mjs +5 -0
  625. package/esm2020/utils/qius.solutions-parallel-ui-angular-utils.mjs +5 -0
  626. package/esm2020/utils/uniquecomponentid.mjs +7 -0
  627. package/esm2020/utils/zindexutils.mjs +35 -0
  628. package/esm2020/virtualscroller/public_api.mjs +2 -0
  629. package/esm2020/virtualscroller/qius.solutions-parallel-ui-angular-virtualscroller.mjs +5 -0
  630. package/esm2020/virtualscroller/virtualscroller.mjs +153 -0
  631. package/fesm2015/qius.solutions-parallel-ui-angular-accordion.mjs +405 -0
  632. package/fesm2015/qius.solutions-parallel-ui-angular-accordion.mjs.map +1 -0
  633. package/fesm2015/qius.solutions-parallel-ui-angular-animate.mjs +86 -0
  634. package/fesm2015/qius.solutions-parallel-ui-angular-animate.mjs.map +1 -0
  635. package/fesm2015/qius.solutions-parallel-ui-angular-api.mjs +817 -0
  636. package/fesm2015/qius.solutions-parallel-ui-angular-api.mjs.map +1 -0
  637. package/fesm2015/qius.solutions-parallel-ui-angular-autocomplete.mjs +1154 -0
  638. package/fesm2015/qius.solutions-parallel-ui-angular-autocomplete.mjs.map +1 -0
  639. package/fesm2015/qius.solutions-parallel-ui-angular-autofocus.mjs +58 -0
  640. package/fesm2015/qius.solutions-parallel-ui-angular-autofocus.mjs.map +1 -0
  641. package/fesm2015/qius.solutions-parallel-ui-angular-avatar.mjs +82 -0
  642. package/fesm2015/qius.solutions-parallel-ui-angular-avatar.mjs.map +1 -0
  643. package/fesm2015/qius.solutions-parallel-ui-angular-avatargroup.mjs +47 -0
  644. package/fesm2015/qius.solutions-parallel-ui-angular-avatargroup.mjs.map +1 -0
  645. package/fesm2015/qius.solutions-parallel-ui-angular-badge.mjs +191 -0
  646. package/fesm2015/qius.solutions-parallel-ui-angular-badge.mjs.map +1 -0
  647. package/fesm2015/qius.solutions-parallel-ui-angular-baseicon.mjs +48 -0
  648. package/fesm2015/qius.solutions-parallel-ui-angular-baseicon.mjs.map +1 -0
  649. package/fesm2015/qius.solutions-parallel-ui-angular-blockui.mjs +149 -0
  650. package/fesm2015/qius.solutions-parallel-ui-angular-blockui.mjs.map +1 -0
  651. package/fesm2015/qius.solutions-parallel-ui-angular-breadcrumb.mjs +303 -0
  652. package/fesm2015/qius.solutions-parallel-ui-angular-breadcrumb.mjs.map +1 -0
  653. package/fesm2015/qius.solutions-parallel-ui-angular-button.mjs +371 -0
  654. package/fesm2015/qius.solutions-parallel-ui-angular-button.mjs.map +1 -0
  655. package/fesm2015/qius.solutions-parallel-ui-angular-calendar.mjs +3133 -0
  656. package/fesm2015/qius.solutions-parallel-ui-angular-calendar.mjs.map +1 -0
  657. package/fesm2015/qius.solutions-parallel-ui-angular-card.mjs +133 -0
  658. package/fesm2015/qius.solutions-parallel-ui-angular-card.mjs.map +1 -0
  659. package/fesm2015/qius.solutions-parallel-ui-angular-carousel.mjs +706 -0
  660. package/fesm2015/qius.solutions-parallel-ui-angular-carousel.mjs.map +1 -0
  661. package/fesm2015/qius.solutions-parallel-ui-angular-cascadeselect.mjs +776 -0
  662. package/fesm2015/qius.solutions-parallel-ui-angular-cascadeselect.mjs.map +1 -0
  663. package/fesm2015/qius.solutions-parallel-ui-angular-chart.mjs +151 -0
  664. package/fesm2015/qius.solutions-parallel-ui-angular-chart.mjs.map +1 -0
  665. package/fesm2015/qius.solutions-parallel-ui-angular-checkbox.mjs +254 -0
  666. package/fesm2015/qius.solutions-parallel-ui-angular-checkbox.mjs.map +1 -0
  667. package/fesm2015/qius.solutions-parallel-ui-angular-chip.mjs +120 -0
  668. package/fesm2015/qius.solutions-parallel-ui-angular-chip.mjs.map +1 -0
  669. package/fesm2015/qius.solutions-parallel-ui-angular-chips.mjs +384 -0
  670. package/fesm2015/qius.solutions-parallel-ui-angular-chips.mjs.map +1 -0
  671. package/fesm2015/qius.solutions-parallel-ui-angular-colorpicker.mjs +694 -0
  672. package/fesm2015/qius.solutions-parallel-ui-angular-colorpicker.mjs.map +1 -0
  673. package/fesm2015/qius.solutions-parallel-ui-angular-confirmdialog.mjs +615 -0
  674. package/fesm2015/qius.solutions-parallel-ui-angular-confirmdialog.mjs.map +1 -0
  675. package/fesm2015/qius.solutions-parallel-ui-angular-confirmpopup.mjs +403 -0
  676. package/fesm2015/qius.solutions-parallel-ui-angular-confirmpopup.mjs.map +1 -0
  677. package/fesm2015/qius.solutions-parallel-ui-angular-contextmenu.mjs +702 -0
  678. package/fesm2015/qius.solutions-parallel-ui-angular-contextmenu.mjs.map +1 -0
  679. package/fesm2015/qius.solutions-parallel-ui-angular-dataview.mjs +519 -0
  680. package/fesm2015/qius.solutions-parallel-ui-angular-dataview.mjs.map +1 -0
  681. package/fesm2015/qius.solutions-parallel-ui-angular-defer.mjs +101 -0
  682. package/fesm2015/qius.solutions-parallel-ui-angular-defer.mjs.map +1 -0
  683. package/fesm2015/qius.solutions-parallel-ui-angular-dialog.mjs +842 -0
  684. package/fesm2015/qius.solutions-parallel-ui-angular-dialog.mjs.map +1 -0
  685. package/fesm2015/qius.solutions-parallel-ui-angular-divider.mjs +76 -0
  686. package/fesm2015/qius.solutions-parallel-ui-angular-divider.mjs.map +1 -0
  687. package/fesm2015/qius.solutions-parallel-ui-angular-dock.mjs +217 -0
  688. package/fesm2015/qius.solutions-parallel-ui-angular-dock.mjs.map +1 -0
  689. package/fesm2015/qius.solutions-parallel-ui-angular-dom.mjs +632 -0
  690. package/fesm2015/qius.solutions-parallel-ui-angular-dom.mjs.map +1 -0
  691. package/fesm2015/qius.solutions-parallel-ui-angular-dragdrop.mjs +258 -0
  692. package/fesm2015/qius.solutions-parallel-ui-angular-dragdrop.mjs.map +1 -0
  693. package/fesm2015/qius.solutions-parallel-ui-angular-dropdown.mjs +1379 -0
  694. package/fesm2015/qius.solutions-parallel-ui-angular-dropdown.mjs.map +1 -0
  695. package/fesm2015/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +698 -0
  696. package/fesm2015/qius.solutions-parallel-ui-angular-dynamicdialog.mjs.map +1 -0
  697. package/fesm2015/qius.solutions-parallel-ui-angular-editor.mjs +317 -0
  698. package/fesm2015/qius.solutions-parallel-ui-angular-editor.mjs.map +1 -0
  699. package/fesm2015/qius.solutions-parallel-ui-angular-fieldset.mjs +221 -0
  700. package/fesm2015/qius.solutions-parallel-ui-angular-fieldset.mjs.map +1 -0
  701. package/fesm2015/qius.solutions-parallel-ui-angular-fileupload.mjs +764 -0
  702. package/fesm2015/qius.solutions-parallel-ui-angular-fileupload.mjs.map +1 -0
  703. package/fesm2015/qius.solutions-parallel-ui-angular-focustrap.mjs +60 -0
  704. package/fesm2015/qius.solutions-parallel-ui-angular-focustrap.mjs.map +1 -0
  705. package/fesm2015/qius.solutions-parallel-ui-angular-galleria.mjs +1199 -0
  706. package/fesm2015/qius.solutions-parallel-ui-angular-galleria.mjs.map +1 -0
  707. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +42 -0
  708. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs.map +1 -0
  709. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +42 -0
  710. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs.map +1 -0
  711. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +42 -0
  712. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs.map +1 -0
  713. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +42 -0
  714. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs.map +1 -0
  715. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledown.mjs +38 -0
  716. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angledown.mjs.map +1 -0
  717. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +38 -0
  718. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleleft.mjs.map +1 -0
  719. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleright.mjs +38 -0
  720. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleright.mjs.map +1 -0
  721. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleup.mjs +38 -0
  722. package/fesm2015/qius.solutions-parallel-ui-angular-icons-angleup.mjs.map +1 -0
  723. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +56 -0
  724. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs.map +1 -0
  725. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +38 -0
  726. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs.map +1 -0
  727. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +38 -0
  728. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs.map +1 -0
  729. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +56 -0
  730. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs.map +1 -0
  731. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +42 -0
  732. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowright.mjs.map +1 -0
  733. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +56 -0
  734. package/fesm2015/qius.solutions-parallel-ui-angular-icons-arrowup.mjs.map +1 -0
  735. package/fesm2015/qius.solutions-parallel-ui-angular-icons-ban.mjs +52 -0
  736. package/fesm2015/qius.solutions-parallel-ui-angular-icons-ban.mjs.map +1 -0
  737. package/fesm2015/qius.solutions-parallel-ui-angular-icons-bars.mjs +42 -0
  738. package/fesm2015/qius.solutions-parallel-ui-angular-icons-bars.mjs.map +1 -0
  739. package/fesm2015/qius.solutions-parallel-ui-angular-icons-calendar.mjs +38 -0
  740. package/fesm2015/qius.solutions-parallel-ui-angular-icons-calendar.mjs.map +1 -0
  741. package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +38 -0
  742. package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretleft.mjs.map +1 -0
  743. package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretright.mjs +38 -0
  744. package/fesm2015/qius.solutions-parallel-ui-angular-icons-caretright.mjs.map +1 -0
  745. package/fesm2015/qius.solutions-parallel-ui-angular-icons-check.mjs +38 -0
  746. package/fesm2015/qius.solutions-parallel-ui-angular-icons-check.mjs.map +1 -0
  747. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +38 -0
  748. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs.map +1 -0
  749. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +38 -0
  750. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs.map +1 -0
  751. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +38 -0
  752. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronright.mjs.map +1 -0
  753. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +38 -0
  754. package/fesm2015/qius.solutions-parallel-ui-angular-icons-chevronup.mjs.map +1 -0
  755. package/fesm2015/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +68 -0
  756. package/fesm2015/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs.map +1 -0
  757. package/fesm2015/qius.solutions-parallel-ui-angular-icons-eye.mjs +42 -0
  758. package/fesm2015/qius.solutions-parallel-ui-angular-icons-eye.mjs.map +1 -0
  759. package/fesm2015/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +56 -0
  760. package/fesm2015/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs.map +1 -0
  761. package/fesm2015/qius.solutions-parallel-ui-angular-icons-filter.mjs +52 -0
  762. package/fesm2015/qius.solutions-parallel-ui-angular-icons-filter.mjs.map +1 -0
  763. package/fesm2015/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +56 -0
  764. package/fesm2015/qius.solutions-parallel-ui-angular-icons-filterslash.mjs.map +1 -0
  765. package/fesm2015/qius.solutions-parallel-ui-angular-icons-home.mjs +56 -0
  766. package/fesm2015/qius.solutions-parallel-ui-angular-icons-home.mjs.map +1 -0
  767. package/fesm2015/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +56 -0
  768. package/fesm2015/qius.solutions-parallel-ui-angular-icons-infocircle.mjs.map +1 -0
  769. package/fesm2015/qius.solutions-parallel-ui-angular-icons-minus.mjs +39 -0
  770. package/fesm2015/qius.solutions-parallel-ui-angular-icons-minus.mjs.map +1 -0
  771. package/fesm2015/qius.solutions-parallel-ui-angular-icons-pencil.mjs +52 -0
  772. package/fesm2015/qius.solutions-parallel-ui-angular-icons-pencil.mjs.map +1 -0
  773. package/fesm2015/qius.solutions-parallel-ui-angular-icons-plus.mjs +52 -0
  774. package/fesm2015/qius.solutions-parallel-ui-angular-icons-plus.mjs.map +1 -0
  775. package/fesm2015/qius.solutions-parallel-ui-angular-icons-refresh.mjs +56 -0
  776. package/fesm2015/qius.solutions-parallel-ui-angular-icons-refresh.mjs.map +1 -0
  777. package/fesm2015/qius.solutions-parallel-ui-angular-icons-search.mjs +56 -0
  778. package/fesm2015/qius.solutions-parallel-ui-angular-icons-search.mjs.map +1 -0
  779. package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +56 -0
  780. package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchminus.mjs.map +1 -0
  781. package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +56 -0
  782. package/fesm2015/qius.solutions-parallel-ui-angular-icons-searchplus.mjs.map +1 -0
  783. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +64 -0
  784. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortalt.mjs.map +1 -0
  785. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +92 -0
  786. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs.map +1 -0
  787. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +92 -0
  788. package/fesm2015/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs.map +1 -0
  789. package/fesm2015/qius.solutions-parallel-ui-angular-icons-spinner.mjs +52 -0
  790. package/fesm2015/qius.solutions-parallel-ui-angular-icons-spinner.mjs.map +1 -0
  791. package/fesm2015/qius.solutions-parallel-ui-angular-icons-star.mjs +52 -0
  792. package/fesm2015/qius.solutions-parallel-ui-angular-icons-star.mjs.map +1 -0
  793. package/fesm2015/qius.solutions-parallel-ui-angular-icons-starfill.mjs +52 -0
  794. package/fesm2015/qius.solutions-parallel-ui-angular-icons-starfill.mjs.map +1 -0
  795. package/fesm2015/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +56 -0
  796. package/fesm2015/qius.solutions-parallel-ui-angular-icons-thlarge.mjs.map +1 -0
  797. package/fesm2015/qius.solutions-parallel-ui-angular-icons-times.mjs +38 -0
  798. package/fesm2015/qius.solutions-parallel-ui-angular-icons-times.mjs.map +1 -0
  799. package/fesm2015/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +56 -0
  800. package/fesm2015/qius.solutions-parallel-ui-angular-icons-timescircle.mjs.map +1 -0
  801. package/fesm2015/qius.solutions-parallel-ui-angular-icons-trash.mjs +56 -0
  802. package/fesm2015/qius.solutions-parallel-ui-angular-icons-trash.mjs.map +1 -0
  803. package/fesm2015/qius.solutions-parallel-ui-angular-icons-undo.mjs +56 -0
  804. package/fesm2015/qius.solutions-parallel-ui-angular-icons-undo.mjs.map +1 -0
  805. package/fesm2015/qius.solutions-parallel-ui-angular-icons-upload.mjs +56 -0
  806. package/fesm2015/qius.solutions-parallel-ui-angular-icons-upload.mjs.map +1 -0
  807. package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +56 -0
  808. package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs.map +1 -0
  809. package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +56 -0
  810. package/fesm2015/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs.map +1 -0
  811. package/fesm2015/qius.solutions-parallel-ui-angular-image.mjs +330 -0
  812. package/fesm2015/qius.solutions-parallel-ui-angular-image.mjs.map +1 -0
  813. package/fesm2015/qius.solutions-parallel-ui-angular-inplace.mjs +175 -0
  814. package/fesm2015/qius.solutions-parallel-ui-angular-inplace.mjs.map +1 -0
  815. package/fesm2015/qius.solutions-parallel-ui-angular-inputmask.mjs +706 -0
  816. package/fesm2015/qius.solutions-parallel-ui-angular-inputmask.mjs.map +1 -0
  817. package/fesm2015/qius.solutions-parallel-ui-angular-inputnumber.mjs +1198 -0
  818. package/fesm2015/qius.solutions-parallel-ui-angular-inputnumber.mjs.map +1 -0
  819. package/fesm2015/qius.solutions-parallel-ui-angular-inputswitch.mjs +167 -0
  820. package/fesm2015/qius.solutions-parallel-ui-angular-inputswitch.mjs.map +1 -0
  821. package/fesm2015/qius.solutions-parallel-ui-angular-inputtext.mjs +64 -0
  822. package/fesm2015/qius.solutions-parallel-ui-angular-inputtext.mjs.map +1 -0
  823. package/fesm2015/qius.solutions-parallel-ui-angular-inputtextarea.mjs +126 -0
  824. package/fesm2015/qius.solutions-parallel-ui-angular-inputtextarea.mjs.map +1 -0
  825. package/fesm2015/qius.solutions-parallel-ui-angular-keyfilter.mjs +223 -0
  826. package/fesm2015/qius.solutions-parallel-ui-angular-keyfilter.mjs.map +1 -0
  827. package/fesm2015/qius.solutions-parallel-ui-angular-knob.mjs +292 -0
  828. package/fesm2015/qius.solutions-parallel-ui-angular-knob.mjs.map +1 -0
  829. package/fesm2015/qius.solutions-parallel-ui-angular-listbox.mjs +807 -0
  830. package/fesm2015/qius.solutions-parallel-ui-angular-listbox.mjs.map +1 -0
  831. package/fesm2015/qius.solutions-parallel-ui-angular-megamenu.mjs +473 -0
  832. package/fesm2015/qius.solutions-parallel-ui-angular-megamenu.mjs.map +1 -0
  833. package/fesm2015/qius.solutions-parallel-ui-angular-menu.mjs +559 -0
  834. package/fesm2015/qius.solutions-parallel-ui-angular-menu.mjs.map +1 -0
  835. package/fesm2015/qius.solutions-parallel-ui-angular-menubar.mjs +526 -0
  836. package/fesm2015/qius.solutions-parallel-ui-angular-menubar.mjs.map +1 -0
  837. package/fesm2015/qius.solutions-parallel-ui-angular-message.mjs +110 -0
  838. package/fesm2015/qius.solutions-parallel-ui-angular-message.mjs.map +1 -0
  839. package/fesm2015/qius.solutions-parallel-ui-angular-messages.mjs +283 -0
  840. package/fesm2015/qius.solutions-parallel-ui-angular-messages.mjs.map +1 -0
  841. package/fesm2015/qius.solutions-parallel-ui-angular-multiselect.mjs +1421 -0
  842. package/fesm2015/qius.solutions-parallel-ui-angular-multiselect.mjs.map +1 -0
  843. package/fesm2015/qius.solutions-parallel-ui-angular-orderlist.mjs +630 -0
  844. package/fesm2015/qius.solutions-parallel-ui-angular-orderlist.mjs.map +1 -0
  845. package/fesm2015/qius.solutions-parallel-ui-angular-organizationchart.mjs +327 -0
  846. package/fesm2015/qius.solutions-parallel-ui-angular-organizationchart.mjs.map +1 -0
  847. package/fesm2015/qius.solutions-parallel-ui-angular-overlay.mjs +554 -0
  848. package/fesm2015/qius.solutions-parallel-ui-angular-overlay.mjs.map +1 -0
  849. package/fesm2015/qius.solutions-parallel-ui-angular-overlaypanel.mjs +419 -0
  850. package/fesm2015/qius.solutions-parallel-ui-angular-overlaypanel.mjs.map +1 -0
  851. package/fesm2015/qius.solutions-parallel-ui-angular-paginator.mjs +411 -0
  852. package/fesm2015/qius.solutions-parallel-ui-angular-paginator.mjs.map +1 -0
  853. package/fesm2015/qius.solutions-parallel-ui-angular-panel.mjs +303 -0
  854. package/fesm2015/qius.solutions-parallel-ui-angular-panel.mjs.map +1 -0
  855. package/fesm2015/qius.solutions-parallel-ui-angular-panelmenu.mjs +525 -0
  856. package/fesm2015/qius.solutions-parallel-ui-angular-panelmenu.mjs.map +1 -0
  857. package/fesm2015/qius.solutions-parallel-ui-angular-password.mjs +793 -0
  858. package/fesm2015/qius.solutions-parallel-ui-angular-password.mjs.map +1 -0
  859. package/fesm2015/qius.solutions-parallel-ui-angular-picklist.mjs +1277 -0
  860. package/fesm2015/qius.solutions-parallel-ui-angular-picklist.mjs.map +1 -0
  861. package/fesm2015/qius.solutions-parallel-ui-angular-progressbar.mjs +88 -0
  862. package/fesm2015/qius.solutions-parallel-ui-angular-progressbar.mjs.map +1 -0
  863. package/fesm2015/qius.solutions-parallel-ui-angular-progressspinner.mjs +62 -0
  864. package/fesm2015/qius.solutions-parallel-ui-angular-progressspinner.mjs.map +1 -0
  865. package/fesm2015/qius.solutions-parallel-ui-angular-radiobutton.mjs +261 -0
  866. package/fesm2015/qius.solutions-parallel-ui-angular-radiobutton.mjs.map +1 -0
  867. package/fesm2015/qius.solutions-parallel-ui-angular-rating.mjs +206 -0
  868. package/fesm2015/qius.solutions-parallel-ui-angular-rating.mjs.map +1 -0
  869. package/fesm2015/qius.solutions-parallel-ui-angular-ripple.mjs +135 -0
  870. package/fesm2015/qius.solutions-parallel-ui-angular-ripple.mjs.map +1 -0
  871. package/fesm2015/qius.solutions-parallel-ui-angular-scroller.mjs +938 -0
  872. package/fesm2015/qius.solutions-parallel-ui-angular-scroller.mjs.map +1 -0
  873. package/fesm2015/qius.solutions-parallel-ui-angular-scrollpanel.mjs +281 -0
  874. package/fesm2015/qius.solutions-parallel-ui-angular-scrollpanel.mjs.map +1 -0
  875. package/fesm2015/qius.solutions-parallel-ui-angular-scrolltop.mjs +230 -0
  876. package/fesm2015/qius.solutions-parallel-ui-angular-scrolltop.mjs.map +1 -0
  877. package/fesm2015/qius.solutions-parallel-ui-angular-selectbutton.mjs +216 -0
  878. package/fesm2015/qius.solutions-parallel-ui-angular-selectbutton.mjs.map +1 -0
  879. package/fesm2015/qius.solutions-parallel-ui-angular-sidebar.mjs +378 -0
  880. package/fesm2015/qius.solutions-parallel-ui-angular-sidebar.mjs.map +1 -0
  881. package/fesm2015/qius.solutions-parallel-ui-angular-skeleton.mjs +72 -0
  882. package/fesm2015/qius.solutions-parallel-ui-angular-skeleton.mjs.map +1 -0
  883. package/fesm2015/qius.solutions-parallel-ui-angular-slidemenu.mjs +627 -0
  884. package/fesm2015/qius.solutions-parallel-ui-angular-slidemenu.mjs.map +1 -0
  885. package/fesm2015/qius.solutions-parallel-ui-angular-slider.mjs +597 -0
  886. package/fesm2015/qius.solutions-parallel-ui-angular-slider.mjs.map +1 -0
  887. package/fesm2015/qius.solutions-parallel-ui-angular-speeddial.mjs +408 -0
  888. package/fesm2015/qius.solutions-parallel-ui-angular-speeddial.mjs.map +1 -0
  889. package/fesm2015/qius.solutions-parallel-ui-angular-spinner.mjs +414 -0
  890. package/fesm2015/qius.solutions-parallel-ui-angular-spinner.mjs.map +1 -0
  891. package/fesm2015/qius.solutions-parallel-ui-angular-splitbutton.mjs +148 -0
  892. package/fesm2015/qius.solutions-parallel-ui-angular-splitbutton.mjs.map +1 -0
  893. package/fesm2015/qius.solutions-parallel-ui-angular-splitter.mjs +364 -0
  894. package/fesm2015/qius.solutions-parallel-ui-angular-splitter.mjs.map +1 -0
  895. package/fesm2015/qius.solutions-parallel-ui-angular-steps.mjs +212 -0
  896. package/fesm2015/qius.solutions-parallel-ui-angular-steps.mjs.map +1 -0
  897. package/fesm2015/qius.solutions-parallel-ui-angular-styleclass.mjs +227 -0
  898. package/fesm2015/qius.solutions-parallel-ui-angular-styleclass.mjs.map +1 -0
  899. package/fesm2015/qius.solutions-parallel-ui-angular-table.mjs +5329 -0
  900. package/fesm2015/qius.solutions-parallel-ui-angular-table.mjs.map +1 -0
  901. package/fesm2015/qius.solutions-parallel-ui-angular-tabmenu.mjs +385 -0
  902. package/fesm2015/qius.solutions-parallel-ui-angular-tabmenu.mjs.map +1 -0
  903. package/fesm2015/qius.solutions-parallel-ui-angular-tabview.mjs +539 -0
  904. package/fesm2015/qius.solutions-parallel-ui-angular-tabview.mjs.map +1 -0
  905. package/fesm2015/qius.solutions-parallel-ui-angular-tag.mjs +92 -0
  906. package/fesm2015/qius.solutions-parallel-ui-angular-tag.mjs.map +1 -0
  907. package/fesm2015/qius.solutions-parallel-ui-angular-terminal.mjs +143 -0
  908. package/fesm2015/qius.solutions-parallel-ui-angular-terminal.mjs.map +1 -0
  909. package/fesm2015/qius.solutions-parallel-ui-angular-tieredmenu.mjs +674 -0
  910. package/fesm2015/qius.solutions-parallel-ui-angular-tieredmenu.mjs.map +1 -0
  911. package/fesm2015/qius.solutions-parallel-ui-angular-timeline.mjs +138 -0
  912. package/fesm2015/qius.solutions-parallel-ui-angular-timeline.mjs.map +1 -0
  913. package/fesm2015/qius.solutions-parallel-ui-angular-toast.mjs +451 -0
  914. package/fesm2015/qius.solutions-parallel-ui-angular-toast.mjs.map +1 -0
  915. package/fesm2015/qius.solutions-parallel-ui-angular-togglebutton.mjs +140 -0
  916. package/fesm2015/qius.solutions-parallel-ui-angular-togglebutton.mjs.map +1 -0
  917. package/fesm2015/qius.solutions-parallel-ui-angular-toolbar.mjs +90 -0
  918. package/fesm2015/qius.solutions-parallel-ui-angular-toolbar.mjs.map +1 -0
  919. package/fesm2015/qius.solutions-parallel-ui-angular-tooltip.mjs +556 -0
  920. package/fesm2015/qius.solutions-parallel-ui-angular-tooltip.mjs.map +1 -0
  921. package/fesm2015/qius.solutions-parallel-ui-angular-tree.mjs +1596 -0
  922. package/fesm2015/qius.solutions-parallel-ui-angular-tree.mjs.map +1 -0
  923. package/fesm2015/qius.solutions-parallel-ui-angular-treeselect.mjs +791 -0
  924. package/fesm2015/qius.solutions-parallel-ui-angular-treeselect.mjs.map +1 -0
  925. package/fesm2015/qius.solutions-parallel-ui-angular-treetable.mjs +3228 -0
  926. package/fesm2015/qius.solutions-parallel-ui-angular-treetable.mjs.map +1 -0
  927. package/fesm2015/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +230 -0
  928. package/fesm2015/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs.map +1 -0
  929. package/fesm2015/qius.solutions-parallel-ui-angular-utils.mjs +246 -0
  930. package/fesm2015/qius.solutions-parallel-ui-angular-utils.mjs.map +1 -0
  931. package/fesm2015/qius.solutions-parallel-ui-angular-virtualscroller.mjs +157 -0
  932. package/fesm2015/qius.solutions-parallel-ui-angular-virtualscroller.mjs.map +1 -0
  933. package/fesm2015/qius.solutions-parallel-ui-angular.mjs +6 -0
  934. package/fesm2015/qius.solutions-parallel-ui-angular.mjs.map +1 -0
  935. package/fesm2020/qius.solutions-parallel-ui-angular-accordion.mjs +403 -0
  936. package/fesm2020/qius.solutions-parallel-ui-angular-accordion.mjs.map +1 -0
  937. package/fesm2020/qius.solutions-parallel-ui-angular-animate.mjs +86 -0
  938. package/fesm2020/qius.solutions-parallel-ui-angular-animate.mjs.map +1 -0
  939. package/fesm2020/qius.solutions-parallel-ui-angular-api.mjs +817 -0
  940. package/fesm2020/qius.solutions-parallel-ui-angular-api.mjs.map +1 -0
  941. package/fesm2020/qius.solutions-parallel-ui-angular-autocomplete.mjs +1151 -0
  942. package/fesm2020/qius.solutions-parallel-ui-angular-autocomplete.mjs.map +1 -0
  943. package/fesm2020/qius.solutions-parallel-ui-angular-autofocus.mjs +58 -0
  944. package/fesm2020/qius.solutions-parallel-ui-angular-autofocus.mjs.map +1 -0
  945. package/fesm2020/qius.solutions-parallel-ui-angular-avatar.mjs +82 -0
  946. package/fesm2020/qius.solutions-parallel-ui-angular-avatar.mjs.map +1 -0
  947. package/fesm2020/qius.solutions-parallel-ui-angular-avatargroup.mjs +47 -0
  948. package/fesm2020/qius.solutions-parallel-ui-angular-avatargroup.mjs.map +1 -0
  949. package/fesm2020/qius.solutions-parallel-ui-angular-badge.mjs +189 -0
  950. package/fesm2020/qius.solutions-parallel-ui-angular-badge.mjs.map +1 -0
  951. package/fesm2020/qius.solutions-parallel-ui-angular-baseicon.mjs +48 -0
  952. package/fesm2020/qius.solutions-parallel-ui-angular-baseicon.mjs.map +1 -0
  953. package/fesm2020/qius.solutions-parallel-ui-angular-blockui.mjs +147 -0
  954. package/fesm2020/qius.solutions-parallel-ui-angular-blockui.mjs.map +1 -0
  955. package/fesm2020/qius.solutions-parallel-ui-angular-breadcrumb.mjs +303 -0
  956. package/fesm2020/qius.solutions-parallel-ui-angular-breadcrumb.mjs.map +1 -0
  957. package/fesm2020/qius.solutions-parallel-ui-angular-button.mjs +369 -0
  958. package/fesm2020/qius.solutions-parallel-ui-angular-button.mjs.map +1 -0
  959. package/fesm2020/qius.solutions-parallel-ui-angular-calendar.mjs +3130 -0
  960. package/fesm2020/qius.solutions-parallel-ui-angular-calendar.mjs.map +1 -0
  961. package/fesm2020/qius.solutions-parallel-ui-angular-card.mjs +133 -0
  962. package/fesm2020/qius.solutions-parallel-ui-angular-card.mjs.map +1 -0
  963. package/fesm2020/qius.solutions-parallel-ui-angular-carousel.mjs +703 -0
  964. package/fesm2020/qius.solutions-parallel-ui-angular-carousel.mjs.map +1 -0
  965. package/fesm2020/qius.solutions-parallel-ui-angular-cascadeselect.mjs +773 -0
  966. package/fesm2020/qius.solutions-parallel-ui-angular-cascadeselect.mjs.map +1 -0
  967. package/fesm2020/qius.solutions-parallel-ui-angular-chart.mjs +149 -0
  968. package/fesm2020/qius.solutions-parallel-ui-angular-chart.mjs.map +1 -0
  969. package/fesm2020/qius.solutions-parallel-ui-angular-checkbox.mjs +254 -0
  970. package/fesm2020/qius.solutions-parallel-ui-angular-checkbox.mjs.map +1 -0
  971. package/fesm2020/qius.solutions-parallel-ui-angular-chip.mjs +120 -0
  972. package/fesm2020/qius.solutions-parallel-ui-angular-chip.mjs.map +1 -0
  973. package/fesm2020/qius.solutions-parallel-ui-angular-chips.mjs +382 -0
  974. package/fesm2020/qius.solutions-parallel-ui-angular-chips.mjs.map +1 -0
  975. package/fesm2020/qius.solutions-parallel-ui-angular-colorpicker.mjs +692 -0
  976. package/fesm2020/qius.solutions-parallel-ui-angular-colorpicker.mjs.map +1 -0
  977. package/fesm2020/qius.solutions-parallel-ui-angular-confirmdialog.mjs +613 -0
  978. package/fesm2020/qius.solutions-parallel-ui-angular-confirmdialog.mjs.map +1 -0
  979. package/fesm2020/qius.solutions-parallel-ui-angular-confirmpopup.mjs +401 -0
  980. package/fesm2020/qius.solutions-parallel-ui-angular-confirmpopup.mjs.map +1 -0
  981. package/fesm2020/qius.solutions-parallel-ui-angular-contextmenu.mjs +698 -0
  982. package/fesm2020/qius.solutions-parallel-ui-angular-contextmenu.mjs.map +1 -0
  983. package/fesm2020/qius.solutions-parallel-ui-angular-dataview.mjs +519 -0
  984. package/fesm2020/qius.solutions-parallel-ui-angular-dataview.mjs.map +1 -0
  985. package/fesm2020/qius.solutions-parallel-ui-angular-defer.mjs +99 -0
  986. package/fesm2020/qius.solutions-parallel-ui-angular-defer.mjs.map +1 -0
  987. package/fesm2020/qius.solutions-parallel-ui-angular-dialog.mjs +840 -0
  988. package/fesm2020/qius.solutions-parallel-ui-angular-dialog.mjs.map +1 -0
  989. package/fesm2020/qius.solutions-parallel-ui-angular-divider.mjs +76 -0
  990. package/fesm2020/qius.solutions-parallel-ui-angular-divider.mjs.map +1 -0
  991. package/fesm2020/qius.solutions-parallel-ui-angular-dock.mjs +217 -0
  992. package/fesm2020/qius.solutions-parallel-ui-angular-dock.mjs.map +1 -0
  993. package/fesm2020/qius.solutions-parallel-ui-angular-dom.mjs +632 -0
  994. package/fesm2020/qius.solutions-parallel-ui-angular-dom.mjs.map +1 -0
  995. package/fesm2020/qius.solutions-parallel-ui-angular-dragdrop.mjs +258 -0
  996. package/fesm2020/qius.solutions-parallel-ui-angular-dragdrop.mjs.map +1 -0
  997. package/fesm2020/qius.solutions-parallel-ui-angular-dropdown.mjs +1379 -0
  998. package/fesm2020/qius.solutions-parallel-ui-angular-dropdown.mjs.map +1 -0
  999. package/fesm2020/qius.solutions-parallel-ui-angular-dynamicdialog.mjs +693 -0
  1000. package/fesm2020/qius.solutions-parallel-ui-angular-dynamicdialog.mjs.map +1 -0
  1001. package/fesm2020/qius.solutions-parallel-ui-angular-editor.mjs +316 -0
  1002. package/fesm2020/qius.solutions-parallel-ui-angular-editor.mjs.map +1 -0
  1003. package/fesm2020/qius.solutions-parallel-ui-angular-fieldset.mjs +221 -0
  1004. package/fesm2020/qius.solutions-parallel-ui-angular-fieldset.mjs.map +1 -0
  1005. package/fesm2020/qius.solutions-parallel-ui-angular-fileupload.mjs +761 -0
  1006. package/fesm2020/qius.solutions-parallel-ui-angular-fileupload.mjs.map +1 -0
  1007. package/fesm2020/qius.solutions-parallel-ui-angular-focustrap.mjs +59 -0
  1008. package/fesm2020/qius.solutions-parallel-ui-angular-focustrap.mjs.map +1 -0
  1009. package/fesm2020/qius.solutions-parallel-ui-angular-galleria.mjs +1194 -0
  1010. package/fesm2020/qius.solutions-parallel-ui-angular-galleria.mjs.map +1 -0
  1011. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs +42 -0
  1012. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubledown.mjs.map +1 -0
  1013. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs +42 -0
  1014. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleleft.mjs.map +1 -0
  1015. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs +42 -0
  1016. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleright.mjs.map +1 -0
  1017. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs +42 -0
  1018. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledoubleup.mjs.map +1 -0
  1019. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledown.mjs +38 -0
  1020. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angledown.mjs.map +1 -0
  1021. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleleft.mjs +38 -0
  1022. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleleft.mjs.map +1 -0
  1023. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleright.mjs +38 -0
  1024. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleright.mjs.map +1 -0
  1025. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleup.mjs +38 -0
  1026. package/fesm2020/qius.solutions-parallel-ui-angular-icons-angleup.mjs.map +1 -0
  1027. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs +56 -0
  1028. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdown.mjs.map +1 -0
  1029. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs +38 -0
  1030. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownleft.mjs.map +1 -0
  1031. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs +38 -0
  1032. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowdownright.mjs.map +1 -0
  1033. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs +56 -0
  1034. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowleft.mjs.map +1 -0
  1035. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowright.mjs +42 -0
  1036. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowright.mjs.map +1 -0
  1037. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowup.mjs +56 -0
  1038. package/fesm2020/qius.solutions-parallel-ui-angular-icons-arrowup.mjs.map +1 -0
  1039. package/fesm2020/qius.solutions-parallel-ui-angular-icons-ban.mjs +52 -0
  1040. package/fesm2020/qius.solutions-parallel-ui-angular-icons-ban.mjs.map +1 -0
  1041. package/fesm2020/qius.solutions-parallel-ui-angular-icons-bars.mjs +42 -0
  1042. package/fesm2020/qius.solutions-parallel-ui-angular-icons-bars.mjs.map +1 -0
  1043. package/fesm2020/qius.solutions-parallel-ui-angular-icons-calendar.mjs +38 -0
  1044. package/fesm2020/qius.solutions-parallel-ui-angular-icons-calendar.mjs.map +1 -0
  1045. package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretleft.mjs +38 -0
  1046. package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretleft.mjs.map +1 -0
  1047. package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretright.mjs +38 -0
  1048. package/fesm2020/qius.solutions-parallel-ui-angular-icons-caretright.mjs.map +1 -0
  1049. package/fesm2020/qius.solutions-parallel-ui-angular-icons-check.mjs +38 -0
  1050. package/fesm2020/qius.solutions-parallel-ui-angular-icons-check.mjs.map +1 -0
  1051. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs +38 -0
  1052. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevrondown.mjs.map +1 -0
  1053. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs +38 -0
  1054. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronleft.mjs.map +1 -0
  1055. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronright.mjs +38 -0
  1056. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronright.mjs.map +1 -0
  1057. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronup.mjs +38 -0
  1058. package/fesm2020/qius.solutions-parallel-ui-angular-icons-chevronup.mjs.map +1 -0
  1059. package/fesm2020/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs +68 -0
  1060. package/fesm2020/qius.solutions-parallel-ui-angular-icons-exclamationtriangle.mjs.map +1 -0
  1061. package/fesm2020/qius.solutions-parallel-ui-angular-icons-eye.mjs +42 -0
  1062. package/fesm2020/qius.solutions-parallel-ui-angular-icons-eye.mjs.map +1 -0
  1063. package/fesm2020/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs +56 -0
  1064. package/fesm2020/qius.solutions-parallel-ui-angular-icons-eyeslash.mjs.map +1 -0
  1065. package/fesm2020/qius.solutions-parallel-ui-angular-icons-filter.mjs +52 -0
  1066. package/fesm2020/qius.solutions-parallel-ui-angular-icons-filter.mjs.map +1 -0
  1067. package/fesm2020/qius.solutions-parallel-ui-angular-icons-filterslash.mjs +56 -0
  1068. package/fesm2020/qius.solutions-parallel-ui-angular-icons-filterslash.mjs.map +1 -0
  1069. package/fesm2020/qius.solutions-parallel-ui-angular-icons-home.mjs +56 -0
  1070. package/fesm2020/qius.solutions-parallel-ui-angular-icons-home.mjs.map +1 -0
  1071. package/fesm2020/qius.solutions-parallel-ui-angular-icons-infocircle.mjs +56 -0
  1072. package/fesm2020/qius.solutions-parallel-ui-angular-icons-infocircle.mjs.map +1 -0
  1073. package/fesm2020/qius.solutions-parallel-ui-angular-icons-minus.mjs +39 -0
  1074. package/fesm2020/qius.solutions-parallel-ui-angular-icons-minus.mjs.map +1 -0
  1075. package/fesm2020/qius.solutions-parallel-ui-angular-icons-pencil.mjs +52 -0
  1076. package/fesm2020/qius.solutions-parallel-ui-angular-icons-pencil.mjs.map +1 -0
  1077. package/fesm2020/qius.solutions-parallel-ui-angular-icons-plus.mjs +52 -0
  1078. package/fesm2020/qius.solutions-parallel-ui-angular-icons-plus.mjs.map +1 -0
  1079. package/fesm2020/qius.solutions-parallel-ui-angular-icons-refresh.mjs +56 -0
  1080. package/fesm2020/qius.solutions-parallel-ui-angular-icons-refresh.mjs.map +1 -0
  1081. package/fesm2020/qius.solutions-parallel-ui-angular-icons-search.mjs +56 -0
  1082. package/fesm2020/qius.solutions-parallel-ui-angular-icons-search.mjs.map +1 -0
  1083. package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchminus.mjs +56 -0
  1084. package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchminus.mjs.map +1 -0
  1085. package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchplus.mjs +56 -0
  1086. package/fesm2020/qius.solutions-parallel-ui-angular-icons-searchplus.mjs.map +1 -0
  1087. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortalt.mjs +64 -0
  1088. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortalt.mjs.map +1 -0
  1089. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs +92 -0
  1090. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountdown.mjs.map +1 -0
  1091. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs +92 -0
  1092. package/fesm2020/qius.solutions-parallel-ui-angular-icons-sortamountupalt.mjs.map +1 -0
  1093. package/fesm2020/qius.solutions-parallel-ui-angular-icons-spinner.mjs +52 -0
  1094. package/fesm2020/qius.solutions-parallel-ui-angular-icons-spinner.mjs.map +1 -0
  1095. package/fesm2020/qius.solutions-parallel-ui-angular-icons-star.mjs +52 -0
  1096. package/fesm2020/qius.solutions-parallel-ui-angular-icons-star.mjs.map +1 -0
  1097. package/fesm2020/qius.solutions-parallel-ui-angular-icons-starfill.mjs +52 -0
  1098. package/fesm2020/qius.solutions-parallel-ui-angular-icons-starfill.mjs.map +1 -0
  1099. package/fesm2020/qius.solutions-parallel-ui-angular-icons-thlarge.mjs +56 -0
  1100. package/fesm2020/qius.solutions-parallel-ui-angular-icons-thlarge.mjs.map +1 -0
  1101. package/fesm2020/qius.solutions-parallel-ui-angular-icons-times.mjs +38 -0
  1102. package/fesm2020/qius.solutions-parallel-ui-angular-icons-times.mjs.map +1 -0
  1103. package/fesm2020/qius.solutions-parallel-ui-angular-icons-timescircle.mjs +56 -0
  1104. package/fesm2020/qius.solutions-parallel-ui-angular-icons-timescircle.mjs.map +1 -0
  1105. package/fesm2020/qius.solutions-parallel-ui-angular-icons-trash.mjs +56 -0
  1106. package/fesm2020/qius.solutions-parallel-ui-angular-icons-trash.mjs.map +1 -0
  1107. package/fesm2020/qius.solutions-parallel-ui-angular-icons-undo.mjs +56 -0
  1108. package/fesm2020/qius.solutions-parallel-ui-angular-icons-undo.mjs.map +1 -0
  1109. package/fesm2020/qius.solutions-parallel-ui-angular-icons-upload.mjs +56 -0
  1110. package/fesm2020/qius.solutions-parallel-ui-angular-icons-upload.mjs.map +1 -0
  1111. package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs +56 -0
  1112. package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowmaximize.mjs.map +1 -0
  1113. package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs +56 -0
  1114. package/fesm2020/qius.solutions-parallel-ui-angular-icons-windowminimize.mjs.map +1 -0
  1115. package/fesm2020/qius.solutions-parallel-ui-angular-image.mjs +328 -0
  1116. package/fesm2020/qius.solutions-parallel-ui-angular-image.mjs.map +1 -0
  1117. package/fesm2020/qius.solutions-parallel-ui-angular-inplace.mjs +175 -0
  1118. package/fesm2020/qius.solutions-parallel-ui-angular-inplace.mjs.map +1 -0
  1119. package/fesm2020/qius.solutions-parallel-ui-angular-inputmask.mjs +704 -0
  1120. package/fesm2020/qius.solutions-parallel-ui-angular-inputmask.mjs.map +1 -0
  1121. package/fesm2020/qius.solutions-parallel-ui-angular-inputnumber.mjs +1196 -0
  1122. package/fesm2020/qius.solutions-parallel-ui-angular-inputnumber.mjs.map +1 -0
  1123. package/fesm2020/qius.solutions-parallel-ui-angular-inputswitch.mjs +167 -0
  1124. package/fesm2020/qius.solutions-parallel-ui-angular-inputswitch.mjs.map +1 -0
  1125. package/fesm2020/qius.solutions-parallel-ui-angular-inputtext.mjs +62 -0
  1126. package/fesm2020/qius.solutions-parallel-ui-angular-inputtext.mjs.map +1 -0
  1127. package/fesm2020/qius.solutions-parallel-ui-angular-inputtextarea.mjs +124 -0
  1128. package/fesm2020/qius.solutions-parallel-ui-angular-inputtextarea.mjs.map +1 -0
  1129. package/fesm2020/qius.solutions-parallel-ui-angular-keyfilter.mjs +221 -0
  1130. package/fesm2020/qius.solutions-parallel-ui-angular-keyfilter.mjs.map +1 -0
  1131. package/fesm2020/qius.solutions-parallel-ui-angular-knob.mjs +290 -0
  1132. package/fesm2020/qius.solutions-parallel-ui-angular-knob.mjs.map +1 -0
  1133. package/fesm2020/qius.solutions-parallel-ui-angular-listbox.mjs +807 -0
  1134. package/fesm2020/qius.solutions-parallel-ui-angular-listbox.mjs.map +1 -0
  1135. package/fesm2020/qius.solutions-parallel-ui-angular-megamenu.mjs +471 -0
  1136. package/fesm2020/qius.solutions-parallel-ui-angular-megamenu.mjs.map +1 -0
  1137. package/fesm2020/qius.solutions-parallel-ui-angular-menu.mjs +555 -0
  1138. package/fesm2020/qius.solutions-parallel-ui-angular-menu.mjs.map +1 -0
  1139. package/fesm2020/qius.solutions-parallel-ui-angular-menubar.mjs +522 -0
  1140. package/fesm2020/qius.solutions-parallel-ui-angular-menubar.mjs.map +1 -0
  1141. package/fesm2020/qius.solutions-parallel-ui-angular-message.mjs +110 -0
  1142. package/fesm2020/qius.solutions-parallel-ui-angular-message.mjs.map +1 -0
  1143. package/fesm2020/qius.solutions-parallel-ui-angular-messages.mjs +279 -0
  1144. package/fesm2020/qius.solutions-parallel-ui-angular-messages.mjs.map +1 -0
  1145. package/fesm2020/qius.solutions-parallel-ui-angular-multiselect.mjs +1418 -0
  1146. package/fesm2020/qius.solutions-parallel-ui-angular-multiselect.mjs.map +1 -0
  1147. package/fesm2020/qius.solutions-parallel-ui-angular-orderlist.mjs +628 -0
  1148. package/fesm2020/qius.solutions-parallel-ui-angular-orderlist.mjs.map +1 -0
  1149. package/fesm2020/qius.solutions-parallel-ui-angular-organizationchart.mjs +325 -0
  1150. package/fesm2020/qius.solutions-parallel-ui-angular-organizationchart.mjs.map +1 -0
  1151. package/fesm2020/qius.solutions-parallel-ui-angular-overlay.mjs +527 -0
  1152. package/fesm2020/qius.solutions-parallel-ui-angular-overlay.mjs.map +1 -0
  1153. package/fesm2020/qius.solutions-parallel-ui-angular-overlaypanel.mjs +417 -0
  1154. package/fesm2020/qius.solutions-parallel-ui-angular-overlaypanel.mjs.map +1 -0
  1155. package/fesm2020/qius.solutions-parallel-ui-angular-paginator.mjs +411 -0
  1156. package/fesm2020/qius.solutions-parallel-ui-angular-paginator.mjs.map +1 -0
  1157. package/fesm2020/qius.solutions-parallel-ui-angular-panel.mjs +303 -0
  1158. package/fesm2020/qius.solutions-parallel-ui-angular-panel.mjs.map +1 -0
  1159. package/fesm2020/qius.solutions-parallel-ui-angular-panelmenu.mjs +525 -0
  1160. package/fesm2020/qius.solutions-parallel-ui-angular-panelmenu.mjs.map +1 -0
  1161. package/fesm2020/qius.solutions-parallel-ui-angular-password.mjs +789 -0
  1162. package/fesm2020/qius.solutions-parallel-ui-angular-password.mjs.map +1 -0
  1163. package/fesm2020/qius.solutions-parallel-ui-angular-picklist.mjs +1275 -0
  1164. package/fesm2020/qius.solutions-parallel-ui-angular-picklist.mjs.map +1 -0
  1165. package/fesm2020/qius.solutions-parallel-ui-angular-progressbar.mjs +88 -0
  1166. package/fesm2020/qius.solutions-parallel-ui-angular-progressbar.mjs.map +1 -0
  1167. package/fesm2020/qius.solutions-parallel-ui-angular-progressspinner.mjs +62 -0
  1168. package/fesm2020/qius.solutions-parallel-ui-angular-progressspinner.mjs.map +1 -0
  1169. package/fesm2020/qius.solutions-parallel-ui-angular-radiobutton.mjs +261 -0
  1170. package/fesm2020/qius.solutions-parallel-ui-angular-radiobutton.mjs.map +1 -0
  1171. package/fesm2020/qius.solutions-parallel-ui-angular-rating.mjs +206 -0
  1172. package/fesm2020/qius.solutions-parallel-ui-angular-rating.mjs.map +1 -0
  1173. package/fesm2020/qius.solutions-parallel-ui-angular-ripple.mjs +133 -0
  1174. package/fesm2020/qius.solutions-parallel-ui-angular-ripple.mjs.map +1 -0
  1175. package/fesm2020/qius.solutions-parallel-ui-angular-scroller.mjs +935 -0
  1176. package/fesm2020/qius.solutions-parallel-ui-angular-scroller.mjs.map +1 -0
  1177. package/fesm2020/qius.solutions-parallel-ui-angular-scrollpanel.mjs +279 -0
  1178. package/fesm2020/qius.solutions-parallel-ui-angular-scrollpanel.mjs.map +1 -0
  1179. package/fesm2020/qius.solutions-parallel-ui-angular-scrolltop.mjs +228 -0
  1180. package/fesm2020/qius.solutions-parallel-ui-angular-scrolltop.mjs.map +1 -0
  1181. package/fesm2020/qius.solutions-parallel-ui-angular-selectbutton.mjs +216 -0
  1182. package/fesm2020/qius.solutions-parallel-ui-angular-selectbutton.mjs.map +1 -0
  1183. package/fesm2020/qius.solutions-parallel-ui-angular-sidebar.mjs +376 -0
  1184. package/fesm2020/qius.solutions-parallel-ui-angular-sidebar.mjs.map +1 -0
  1185. package/fesm2020/qius.solutions-parallel-ui-angular-skeleton.mjs +72 -0
  1186. package/fesm2020/qius.solutions-parallel-ui-angular-skeleton.mjs.map +1 -0
  1187. package/fesm2020/qius.solutions-parallel-ui-angular-slidemenu.mjs +623 -0
  1188. package/fesm2020/qius.solutions-parallel-ui-angular-slidemenu.mjs.map +1 -0
  1189. package/fesm2020/qius.solutions-parallel-ui-angular-slider.mjs +595 -0
  1190. package/fesm2020/qius.solutions-parallel-ui-angular-slider.mjs.map +1 -0
  1191. package/fesm2020/qius.solutions-parallel-ui-angular-speeddial.mjs +409 -0
  1192. package/fesm2020/qius.solutions-parallel-ui-angular-speeddial.mjs.map +1 -0
  1193. package/fesm2020/qius.solutions-parallel-ui-angular-spinner.mjs +414 -0
  1194. package/fesm2020/qius.solutions-parallel-ui-angular-spinner.mjs.map +1 -0
  1195. package/fesm2020/qius.solutions-parallel-ui-angular-splitbutton.mjs +148 -0
  1196. package/fesm2020/qius.solutions-parallel-ui-angular-splitbutton.mjs.map +1 -0
  1197. package/fesm2020/qius.solutions-parallel-ui-angular-splitter.mjs +362 -0
  1198. package/fesm2020/qius.solutions-parallel-ui-angular-splitter.mjs.map +1 -0
  1199. package/fesm2020/qius.solutions-parallel-ui-angular-steps.mjs +212 -0
  1200. package/fesm2020/qius.solutions-parallel-ui-angular-steps.mjs.map +1 -0
  1201. package/fesm2020/qius.solutions-parallel-ui-angular-styleclass.mjs +227 -0
  1202. package/fesm2020/qius.solutions-parallel-ui-angular-styleclass.mjs.map +1 -0
  1203. package/fesm2020/qius.solutions-parallel-ui-angular-table.mjs +5321 -0
  1204. package/fesm2020/qius.solutions-parallel-ui-angular-table.mjs.map +1 -0
  1205. package/fesm2020/qius.solutions-parallel-ui-angular-tabmenu.mjs +381 -0
  1206. package/fesm2020/qius.solutions-parallel-ui-angular-tabmenu.mjs.map +1 -0
  1207. package/fesm2020/qius.solutions-parallel-ui-angular-tabview.mjs +534 -0
  1208. package/fesm2020/qius.solutions-parallel-ui-angular-tabview.mjs.map +1 -0
  1209. package/fesm2020/qius.solutions-parallel-ui-angular-tag.mjs +92 -0
  1210. package/fesm2020/qius.solutions-parallel-ui-angular-tag.mjs.map +1 -0
  1211. package/fesm2020/qius.solutions-parallel-ui-angular-terminal.mjs +143 -0
  1212. package/fesm2020/qius.solutions-parallel-ui-angular-terminal.mjs.map +1 -0
  1213. package/fesm2020/qius.solutions-parallel-ui-angular-tieredmenu.mjs +670 -0
  1214. package/fesm2020/qius.solutions-parallel-ui-angular-tieredmenu.mjs.map +1 -0
  1215. package/fesm2020/qius.solutions-parallel-ui-angular-timeline.mjs +138 -0
  1216. package/fesm2020/qius.solutions-parallel-ui-angular-timeline.mjs.map +1 -0
  1217. package/fesm2020/qius.solutions-parallel-ui-angular-toast.mjs +449 -0
  1218. package/fesm2020/qius.solutions-parallel-ui-angular-toast.mjs.map +1 -0
  1219. package/fesm2020/qius.solutions-parallel-ui-angular-togglebutton.mjs +140 -0
  1220. package/fesm2020/qius.solutions-parallel-ui-angular-togglebutton.mjs.map +1 -0
  1221. package/fesm2020/qius.solutions-parallel-ui-angular-toolbar.mjs +90 -0
  1222. package/fesm2020/qius.solutions-parallel-ui-angular-toolbar.mjs.map +1 -0
  1223. package/fesm2020/qius.solutions-parallel-ui-angular-tooltip.mjs +553 -0
  1224. package/fesm2020/qius.solutions-parallel-ui-angular-tooltip.mjs.map +1 -0
  1225. package/fesm2020/qius.solutions-parallel-ui-angular-tree.mjs +1591 -0
  1226. package/fesm2020/qius.solutions-parallel-ui-angular-tree.mjs.map +1 -0
  1227. package/fesm2020/qius.solutions-parallel-ui-angular-treeselect.mjs +785 -0
  1228. package/fesm2020/qius.solutions-parallel-ui-angular-treeselect.mjs.map +1 -0
  1229. package/fesm2020/qius.solutions-parallel-ui-angular-treetable.mjs +3224 -0
  1230. package/fesm2020/qius.solutions-parallel-ui-angular-treetable.mjs.map +1 -0
  1231. package/fesm2020/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs +230 -0
  1232. package/fesm2020/qius.solutions-parallel-ui-angular-tristatecheckbox.mjs.map +1 -0
  1233. package/fesm2020/qius.solutions-parallel-ui-angular-utils.mjs +246 -0
  1234. package/fesm2020/qius.solutions-parallel-ui-angular-utils.mjs.map +1 -0
  1235. package/fesm2020/qius.solutions-parallel-ui-angular-virtualscroller.mjs +160 -0
  1236. package/fesm2020/qius.solutions-parallel-ui-angular-virtualscroller.mjs.map +1 -0
  1237. package/fesm2020/qius.solutions-parallel-ui-angular.mjs +6 -0
  1238. package/fesm2020/qius.solutions-parallel-ui-angular.mjs.map +1 -0
  1239. package/fieldset/fieldset.d.ts +41 -0
  1240. package/fieldset/index.d.ts +5 -0
  1241. package/fieldset/public_api.d.ts +1 -0
  1242. package/fileupload/fileupload.d.ts +139 -0
  1243. package/fileupload/index.d.ts +5 -0
  1244. package/fileupload/public_api.d.ts +1 -0
  1245. package/focustrap/focustrap.d.ts +16 -0
  1246. package/focustrap/index.d.ts +5 -0
  1247. package/focustrap/public_api.d.ts +1 -0
  1248. package/galleria/galleria.d.ts +218 -0
  1249. package/galleria/index.d.ts +5 -0
  1250. package/galleria/public_api.d.ts +1 -0
  1251. package/icons/angledoubledown/angledoubledown.d.ts +6 -0
  1252. package/icons/angledoubledown/index.d.ts +5 -0
  1253. package/icons/angledoubledown/public_api.d.ts +1 -0
  1254. package/icons/angledoubleleft/angledoubleleft.d.ts +6 -0
  1255. package/icons/angledoubleleft/index.d.ts +5 -0
  1256. package/icons/angledoubleleft/public_api.d.ts +1 -0
  1257. package/icons/angledoubleright/angledoubleright.d.ts +6 -0
  1258. package/icons/angledoubleright/index.d.ts +5 -0
  1259. package/icons/angledoubleright/public_api.d.ts +1 -0
  1260. package/icons/angledoubleup/angledoubleup.d.ts +6 -0
  1261. package/icons/angledoubleup/index.d.ts +5 -0
  1262. package/icons/angledoubleup/public_api.d.ts +1 -0
  1263. package/icons/angledown/angledown.d.ts +6 -0
  1264. package/icons/angledown/index.d.ts +5 -0
  1265. package/icons/angledown/public_api.d.ts +1 -0
  1266. package/icons/angleleft/angleleft.d.ts +6 -0
  1267. package/icons/angleleft/index.d.ts +5 -0
  1268. package/icons/angleleft/public_api.d.ts +1 -0
  1269. package/icons/angleright/angleright.d.ts +6 -0
  1270. package/icons/angleright/index.d.ts +5 -0
  1271. package/icons/angleright/public_api.d.ts +1 -0
  1272. package/icons/angleup/angleup.d.ts +6 -0
  1273. package/icons/angleup/index.d.ts +5 -0
  1274. package/icons/angleup/public_api.d.ts +1 -0
  1275. package/icons/arrowdown/arrowdown.d.ts +6 -0
  1276. package/icons/arrowdown/index.d.ts +5 -0
  1277. package/icons/arrowdown/public_api.d.ts +1 -0
  1278. package/icons/arrowdownleft/arrowdownleft.d.ts +6 -0
  1279. package/icons/arrowdownleft/index.d.ts +5 -0
  1280. package/icons/arrowdownleft/public_api.d.ts +1 -0
  1281. package/icons/arrowdownright/arrowdownright.d.ts +6 -0
  1282. package/icons/arrowdownright/index.d.ts +5 -0
  1283. package/icons/arrowdownright/public_api.d.ts +1 -0
  1284. package/icons/arrowleft/arrowleft.d.ts +6 -0
  1285. package/icons/arrowleft/index.d.ts +5 -0
  1286. package/icons/arrowleft/public_api.d.ts +1 -0
  1287. package/icons/arrowright/arrowright.d.ts +6 -0
  1288. package/icons/arrowright/index.d.ts +5 -0
  1289. package/icons/arrowright/public_api.d.ts +1 -0
  1290. package/icons/arrowup/arrowup.d.ts +6 -0
  1291. package/icons/arrowup/index.d.ts +5 -0
  1292. package/icons/arrowup/public_api.d.ts +1 -0
  1293. package/icons/ban/ban.d.ts +6 -0
  1294. package/icons/ban/index.d.ts +5 -0
  1295. package/icons/ban/public_api.d.ts +1 -0
  1296. package/icons/bars/bars.d.ts +6 -0
  1297. package/icons/bars/index.d.ts +5 -0
  1298. package/icons/bars/public_api.d.ts +1 -0
  1299. package/icons/calendar/calendar.d.ts +6 -0
  1300. package/icons/calendar/index.d.ts +5 -0
  1301. package/icons/calendar/public_api.d.ts +1 -0
  1302. package/icons/caretleft/caretleft.d.ts +6 -0
  1303. package/icons/caretleft/index.d.ts +5 -0
  1304. package/icons/caretleft/public_api.d.ts +1 -0
  1305. package/icons/caretright/caretright.d.ts +6 -0
  1306. package/icons/caretright/index.d.ts +5 -0
  1307. package/icons/caretright/public_api.d.ts +1 -0
  1308. package/icons/check/check.d.ts +6 -0
  1309. package/icons/check/index.d.ts +5 -0
  1310. package/icons/check/public_api.d.ts +1 -0
  1311. package/icons/chevrondown/chevrondown.d.ts +6 -0
  1312. package/icons/chevrondown/index.d.ts +5 -0
  1313. package/icons/chevrondown/public_api.d.ts +1 -0
  1314. package/icons/chevronleft/chevronleft.d.ts +6 -0
  1315. package/icons/chevronleft/index.d.ts +5 -0
  1316. package/icons/chevronleft/public_api.d.ts +1 -0
  1317. package/icons/chevronright/chevronright.d.ts +6 -0
  1318. package/icons/chevronright/index.d.ts +5 -0
  1319. package/icons/chevronright/public_api.d.ts +1 -0
  1320. package/icons/chevronup/chevronup.d.ts +6 -0
  1321. package/icons/chevronup/index.d.ts +5 -0
  1322. package/icons/chevronup/public_api.d.ts +1 -0
  1323. package/icons/exclamationtriangle/exclamationtriangle.d.ts +6 -0
  1324. package/icons/exclamationtriangle/index.d.ts +5 -0
  1325. package/icons/exclamationtriangle/public_api.d.ts +1 -0
  1326. package/icons/eye/eye.d.ts +6 -0
  1327. package/icons/eye/index.d.ts +5 -0
  1328. package/icons/eye/public_api.d.ts +1 -0
  1329. package/icons/eyeslash/eyeslash.d.ts +6 -0
  1330. package/icons/eyeslash/index.d.ts +5 -0
  1331. package/icons/eyeslash/public_api.d.ts +1 -0
  1332. package/icons/filter/filter.d.ts +6 -0
  1333. package/icons/filter/index.d.ts +5 -0
  1334. package/icons/filter/public_api.d.ts +1 -0
  1335. package/icons/filterslash/filterslash.d.ts +6 -0
  1336. package/icons/filterslash/index.d.ts +5 -0
  1337. package/icons/filterslash/public_api.d.ts +1 -0
  1338. package/icons/home/home.d.ts +6 -0
  1339. package/icons/home/index.d.ts +5 -0
  1340. package/icons/home/public_api.d.ts +1 -0
  1341. package/icons/infocircle/index.d.ts +5 -0
  1342. package/icons/infocircle/infocircle.d.ts +6 -0
  1343. package/icons/infocircle/public_api.d.ts +1 -0
  1344. package/icons/minus/index.d.ts +5 -0
  1345. package/icons/minus/minus.d.ts +6 -0
  1346. package/icons/minus/public_api.d.ts +1 -0
  1347. package/icons/pencil/index.d.ts +5 -0
  1348. package/icons/pencil/pencil.d.ts +6 -0
  1349. package/icons/pencil/public_api.d.ts +1 -0
  1350. package/icons/plus/index.d.ts +5 -0
  1351. package/icons/plus/plus.d.ts +6 -0
  1352. package/icons/plus/public_api.d.ts +1 -0
  1353. package/icons/refresh/index.d.ts +5 -0
  1354. package/icons/refresh/public_api.d.ts +1 -0
  1355. package/icons/refresh/refresh.d.ts +6 -0
  1356. package/icons/search/index.d.ts +5 -0
  1357. package/icons/search/public_api.d.ts +1 -0
  1358. package/icons/search/search.d.ts +6 -0
  1359. package/icons/searchminus/index.d.ts +5 -0
  1360. package/icons/searchminus/public_api.d.ts +1 -0
  1361. package/icons/searchminus/searchminus.d.ts +6 -0
  1362. package/icons/searchplus/index.d.ts +5 -0
  1363. package/icons/searchplus/public_api.d.ts +1 -0
  1364. package/icons/searchplus/searchplus.d.ts +6 -0
  1365. package/icons/sortalt/index.d.ts +5 -0
  1366. package/icons/sortalt/public_api.d.ts +1 -0
  1367. package/icons/sortalt/sortalt.d.ts +6 -0
  1368. package/icons/sortamountdown/index.d.ts +5 -0
  1369. package/icons/sortamountdown/public_api.d.ts +1 -0
  1370. package/icons/sortamountdown/sortamountdown.d.ts +6 -0
  1371. package/icons/sortamountupalt/index.d.ts +5 -0
  1372. package/icons/sortamountupalt/public_api.d.ts +1 -0
  1373. package/icons/sortamountupalt/sortamountupalt.d.ts +6 -0
  1374. package/icons/spinner/index.d.ts +5 -0
  1375. package/icons/spinner/public_api.d.ts +1 -0
  1376. package/icons/spinner/spinner.d.ts +6 -0
  1377. package/icons/star/index.d.ts +5 -0
  1378. package/icons/star/public_api.d.ts +1 -0
  1379. package/icons/star/star.d.ts +6 -0
  1380. package/icons/starfill/index.d.ts +5 -0
  1381. package/icons/starfill/public_api.d.ts +1 -0
  1382. package/icons/starfill/starfill.d.ts +6 -0
  1383. package/icons/thlarge/index.d.ts +5 -0
  1384. package/icons/thlarge/public_api.d.ts +1 -0
  1385. package/icons/thlarge/thlarge.d.ts +6 -0
  1386. package/icons/times/index.d.ts +5 -0
  1387. package/icons/times/public_api.d.ts +1 -0
  1388. package/icons/times/times.d.ts +6 -0
  1389. package/icons/timescircle/index.d.ts +5 -0
  1390. package/icons/timescircle/public_api.d.ts +1 -0
  1391. package/icons/timescircle/timescircle.d.ts +6 -0
  1392. package/icons/trash/index.d.ts +5 -0
  1393. package/icons/trash/public_api.d.ts +1 -0
  1394. package/icons/trash/trash.d.ts +6 -0
  1395. package/icons/undo/index.d.ts +5 -0
  1396. package/icons/undo/public_api.d.ts +1 -0
  1397. package/icons/undo/undo.d.ts +6 -0
  1398. package/icons/upload/index.d.ts +5 -0
  1399. package/icons/upload/public_api.d.ts +1 -0
  1400. package/icons/upload/upload.d.ts +6 -0
  1401. package/icons/windowmaximize/index.d.ts +5 -0
  1402. package/icons/windowmaximize/public_api.d.ts +1 -0
  1403. package/icons/windowmaximize/windowmaximize.d.ts +6 -0
  1404. package/icons/windowminimize/index.d.ts +5 -0
  1405. package/icons/windowminimize/public_api.d.ts +1 -0
  1406. package/icons/windowminimize/windowminimize.d.ts +6 -0
  1407. package/image/image.d.ts +81 -0
  1408. package/image/index.d.ts +5 -0
  1409. package/image/public_api.d.ts +1 -0
  1410. package/index.d.ts +5 -0
  1411. package/inplace/index.d.ts +5 -0
  1412. package/inplace/inplace.d.ts +45 -0
  1413. package/inplace/public_api.d.ts +1 -0
  1414. package/inputmask/index.d.ts +5 -0
  1415. package/inputmask/inputmask.d.ts +108 -0
  1416. package/inputmask/public_api.d.ts +1 -0
  1417. package/inputnumber/index.d.ts +5 -0
  1418. package/inputnumber/inputnumber.d.ts +177 -0
  1419. package/inputnumber/public_api.d.ts +1 -0
  1420. package/inputswitch/index.d.ts +5 -0
  1421. package/inputswitch/inputswitch.d.ts +47 -0
  1422. package/inputswitch/public_api.d.ts +1 -0
  1423. package/inputtext/index.d.ts +5 -0
  1424. package/inputtext/inputtext.d.ts +22 -0
  1425. package/inputtext/public_api.d.ts +1 -0
  1426. package/inputtextarea/index.d.ts +5 -0
  1427. package/inputtextarea/inputtextarea.d.ts +34 -0
  1428. package/inputtextarea/public_api.d.ts +1 -0
  1429. package/keyfilter/index.d.ts +5 -0
  1430. package/keyfilter/keyfilter.d.ts +39 -0
  1431. package/keyfilter/public_api.d.ts +1 -0
  1432. package/knob/index.d.ts +5 -0
  1433. package/knob/knob.d.ts +81 -0
  1434. package/knob/public_api.d.ts +1 -0
  1435. package/listbox/index.d.ts +5 -0
  1436. package/listbox/listbox.d.ts +125 -0
  1437. package/listbox/public_api.d.ts +1 -0
  1438. package/megamenu/index.d.ts +5 -0
  1439. package/megamenu/megamenu.d.ts +42 -0
  1440. package/megamenu/public_api.d.ts +1 -0
  1441. package/menu/index.d.ts +5 -0
  1442. package/menu/menu.d.ts +77 -0
  1443. package/menu/public_api.d.ts +1 -0
  1444. package/menubar/index.d.ts +5 -0
  1445. package/menubar/menubar.d.ts +97 -0
  1446. package/menubar/public_api.d.ts +1 -0
  1447. package/message/index.d.ts +5 -0
  1448. package/message/message.d.ts +21 -0
  1449. package/message/public_api.d.ts +1 -0
  1450. package/messages/index.d.ts +5 -0
  1451. package/messages/messages.d.ts +49 -0
  1452. package/messages/public_api.d.ts +1 -0
  1453. package/multiselect/index.d.ts +5 -0
  1454. package/multiselect/multiselect.d.ts +232 -0
  1455. package/multiselect/public_api.d.ts +1 -0
  1456. package/orderlist/index.d.ts +5 -0
  1457. package/orderlist/orderlist.d.ts +105 -0
  1458. package/orderlist/public_api.d.ts +1 -0
  1459. package/organizationchart/index.d.ts +5 -0
  1460. package/organizationchart/organizationchart.d.ts +63 -0
  1461. package/organizationchart/public_api.d.ts +1 -0
  1462. package/overlay/index.d.ts +5 -0
  1463. package/overlay/overlay.d.ts +118 -0
  1464. package/overlay/public_api.d.ts +1 -0
  1465. package/overlaypanel/index.d.ts +5 -0
  1466. package/overlaypanel/overlaypanel.d.ts +80 -0
  1467. package/overlaypanel/public_api.d.ts +1 -0
  1468. package/package.json +1267 -0
  1469. package/paginator/index.d.ts +5 -0
  1470. package/paginator/paginator.d.ts +79 -0
  1471. package/paginator/public_api.d.ts +1 -0
  1472. package/panel/index.d.ts +5 -0
  1473. package/panel/panel.d.ts +52 -0
  1474. package/panel/public_api.d.ts +1 -0
  1475. package/panelmenu/index.d.ts +5 -0
  1476. package/panelmenu/panelmenu.d.ts +66 -0
  1477. package/panelmenu/public_api.d.ts +1 -0
  1478. package/password/index.d.ts +5 -0
  1479. package/password/password.d.ts +168 -0
  1480. package/password/public_api.d.ts +1 -0
  1481. package/picklist/index.d.ts +5 -0
  1482. package/picklist/picklist.d.ts +183 -0
  1483. package/picklist/public_api.d.ts +1 -0
  1484. package/progressbar/index.d.ts +5 -0
  1485. package/progressbar/progressbar.d.ts +18 -0
  1486. package/progressbar/public_api.d.ts +1 -0
  1487. package/progressspinner/index.d.ts +5 -0
  1488. package/progressspinner/progressspinner.d.ts +16 -0
  1489. package/progressspinner/public_api.d.ts +1 -0
  1490. package/public_api.d.ts +2 -0
  1491. package/radiobutton/index.d.ts +5 -0
  1492. package/radiobutton/public_api.d.ts +1 -0
  1493. package/radiobutton/radiobutton.d.ts +62 -0
  1494. package/rating/index.d.ts +5 -0
  1495. package/rating/public_api.d.ts +1 -0
  1496. package/rating/rating.d.ts +52 -0
  1497. package/resources/components/accordion/accordion.css +33 -0
  1498. package/resources/components/autocomplete/autocomplete.css +100 -0
  1499. package/resources/components/avatar/avatar.css +26 -0
  1500. package/resources/components/avatargroup/avatargroup.css +8 -0
  1501. package/resources/components/badge/badge.css +32 -0
  1502. package/resources/components/blockui/blockui.css +24 -0
  1503. package/resources/components/breadcrumb/breadcrumb.css +25 -0
  1504. package/resources/components/button/button.css +69 -0
  1505. package/resources/components/calendar/calendar.css +171 -0
  1506. package/resources/components/card/card.css +3 -0
  1507. package/resources/components/carousel/carousel.css +69 -0
  1508. package/resources/components/cascadeselect/cascadeselect.css +96 -0
  1509. package/resources/components/checkbox/checkbox.css +28 -0
  1510. package/resources/components/chip/chip.css +24 -0
  1511. package/resources/components/chips/chips.css +66 -0
  1512. package/resources/components/colorpicker/colorpicker-images.css +7 -0
  1513. package/resources/components/colorpicker/colorpicker.css +81 -0
  1514. package/resources/components/colorpicker/images/color.png +0 -0
  1515. package/resources/components/colorpicker/images/hue.png +0 -0
  1516. package/resources/components/common/common.css +167 -0
  1517. package/resources/components/confirmpopup/confirmpopup.css +49 -0
  1518. package/resources/components/contextmenu/contextmenu.css +46 -0
  1519. package/resources/components/dataview/dataview.css +11 -0
  1520. package/resources/components/dialog/dialog.css +138 -0
  1521. package/resources/components/divider/divider.css +84 -0
  1522. package/resources/components/dock/dock.css +105 -0
  1523. package/resources/components/dropdown/dropdown.css +78 -0
  1524. package/resources/components/editor/editor.css +4 -0
  1525. package/resources/components/fieldset/fieldset.css +25 -0
  1526. package/resources/components/fileupload/fileupload.css +45 -0
  1527. package/resources/components/galleria/galleria.css +274 -0
  1528. package/resources/components/image/image.css +64 -0
  1529. package/resources/components/inplace/inplace.css +17 -0
  1530. package/resources/components/inputmask/inputmask.css +10 -0
  1531. package/resources/components/inputnumber/inputnumber.css +113 -0
  1532. package/resources/components/inputswitch/inputswitch.css +20 -0
  1533. package/resources/components/inputtext/inputtext.css +105 -0
  1534. package/resources/components/inputtextarea/inputtextarea.css +8 -0
  1535. package/resources/components/knob/knob.css +18 -0
  1536. package/resources/components/listbox/listbox.css +38 -0
  1537. package/resources/components/megamenu/megamenu.css +107 -0
  1538. package/resources/components/menu/menu.css +28 -0
  1539. package/resources/components/menubar/menubar.css +75 -0
  1540. package/resources/components/message/message.css +15 -0
  1541. package/resources/components/messages/messages.css +20 -0
  1542. package/resources/components/multiselect/multiselect.css +108 -0
  1543. package/resources/components/orderlist/orderlist.css +76 -0
  1544. package/resources/components/organizationchart/organizationchart.css +60 -0
  1545. package/resources/components/overlay/overlay.css +78 -0
  1546. package/resources/components/overlaypanel/overlaypanel.css +58 -0
  1547. package/resources/components/paginator/paginator.css +35 -0
  1548. package/resources/components/panel/panel.css +27 -0
  1549. package/resources/components/panelmenu/panelmenu.css +40 -0
  1550. package/resources/components/password/images/password-meter.png +0 -0
  1551. package/resources/components/password/password.css +44 -0
  1552. package/resources/components/picklist/picklist.css +58 -0
  1553. package/resources/components/progressbar/progressbar.css +96 -0
  1554. package/resources/components/progressspinner/progressspinner.css +72 -0
  1555. package/resources/components/radiobutton/radiobutton.css +36 -0
  1556. package/resources/components/rating/rating.css +11 -0
  1557. package/resources/components/ripple/ripple.css +27 -0
  1558. package/resources/components/scroller/scroller.css +56 -0
  1559. package/resources/components/scrollpanel/scrollpanel.css +48 -0
  1560. package/resources/components/scrolltop/scrolltop.css +16 -0
  1561. package/resources/components/sidebar/sidebar.css +104 -0
  1562. package/resources/components/skeleton/skeleton.css +33 -0
  1563. package/resources/components/slidemenu/slidemenu.css +99 -0
  1564. package/resources/components/slider/slider.css +39 -0
  1565. package/resources/components/speeddial/speeddial.css +110 -0
  1566. package/resources/components/spinner/spinner.css +61 -0
  1567. package/resources/components/splitbutton/splitbutton.css +31 -0
  1568. package/resources/components/splitter/splitter.css +62 -0
  1569. package/resources/components/steps/steps.css +47 -0
  1570. package/resources/components/table/table.css +242 -0
  1571. package/resources/components/tabmenu/tabmenu.css +78 -0
  1572. package/resources/components/tabview/tabview.css +73 -0
  1573. package/resources/components/tag/tag.css +15 -0
  1574. package/resources/components/terminal/terminal.css +22 -0
  1575. package/resources/components/tieredmenu/tieredmenu.css +49 -0
  1576. package/resources/components/timeline/timeline.css +110 -0
  1577. package/resources/components/toast/toast.css +68 -0
  1578. package/resources/components/toolbar/toolbar.css +17 -0
  1579. package/resources/components/tooltip/tooltip.css +61 -0
  1580. package/resources/components/tree/images/line.gif +0 -0
  1581. package/resources/components/tree/tree.css +156 -0
  1582. package/resources/components/treeselect/treeselect.css +95 -0
  1583. package/resources/components/treetable/treetable.css +203 -0
  1584. package/resources/images/color.png +0 -0
  1585. package/resources/images/hue.png +0 -0
  1586. package/resources/images/line.gif +0 -0
  1587. package/resources/images/password-meter.png +0 -0
  1588. package/resources/parallel-ui-angular.css +588 -0
  1589. package/resources/parallel-ui-angular.min.css +1 -0
  1590. package/resources/themes/arya-blue/theme.css +7757 -0
  1591. package/resources/themes/arya-green/theme.css +7757 -0
  1592. package/resources/themes/arya-orange/theme.css +7757 -0
  1593. package/resources/themes/arya-purple/theme.css +7757 -0
  1594. package/resources/themes/bootstrap4-dark-blue/theme.css +7763 -0
  1595. package/resources/themes/bootstrap4-dark-purple/theme.css +7763 -0
  1596. package/resources/themes/bootstrap4-light-blue/theme.css +7763 -0
  1597. package/resources/themes/bootstrap4-light-purple/theme.css +7763 -0
  1598. package/resources/themes/fluent-light/theme.css +7905 -0
  1599. package/resources/themes/lara-dark-blue/theme.css +7737 -0
  1600. package/resources/themes/lara-dark-indigo/theme.css +7737 -0
  1601. package/resources/themes/lara-dark-purple/theme.css +7737 -0
  1602. package/resources/themes/lara-dark-teal/theme.css +7737 -0
  1603. package/resources/themes/lara-light-blue/theme.css +7737 -0
  1604. package/resources/themes/lara-light-indigo/theme.css +7737 -0
  1605. package/resources/themes/lara-light-purple/theme.css +7737 -0
  1606. package/resources/themes/lara-light-teal/theme.css +7737 -0
  1607. package/resources/themes/luna-amber/theme.css +7686 -0
  1608. package/resources/themes/luna-blue/theme.css +7686 -0
  1609. package/resources/themes/luna-green/theme.css +7686 -0
  1610. package/resources/themes/luna-pink/theme.css +7686 -0
  1611. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1612. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1613. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1614. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1615. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1616. package/resources/themes/md-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1617. package/resources/themes/md-dark-deeppurple/theme.css +9765 -0
  1618. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1619. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1620. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1621. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1622. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1623. package/resources/themes/md-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1624. package/resources/themes/md-dark-indigo/theme.css +9765 -0
  1625. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1626. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1627. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1628. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1629. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1630. package/resources/themes/md-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1631. package/resources/themes/md-light-deeppurple/theme.css +9765 -0
  1632. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1633. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1634. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1635. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1636. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1637. package/resources/themes/md-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1638. package/resources/themes/md-light-indigo/theme.css +9765 -0
  1639. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1640. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1641. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1642. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1643. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1644. package/resources/themes/mdc-dark-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1645. package/resources/themes/mdc-dark-deeppurple/theme.css +9765 -0
  1646. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1647. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1648. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1649. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1650. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1651. package/resources/themes/mdc-dark-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1652. package/resources/themes/mdc-dark-indigo/theme.css +9765 -0
  1653. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1654. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1655. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1656. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1657. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1658. package/resources/themes/mdc-light-deeppurple/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1659. package/resources/themes/mdc-light-deeppurple/theme.css +9765 -0
  1660. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff +0 -0
  1661. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-500.woff2 +0 -0
  1662. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff +0 -0
  1663. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-700.woff2 +0 -0
  1664. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff +0 -0
  1665. package/resources/themes/mdc-light-indigo/fonts/roboto-v20-latin-ext_latin-regular.woff2 +0 -0
  1666. package/resources/themes/mdc-light-indigo/theme.css +9765 -0
  1667. package/resources/themes/mira/fonts/Inter-Bold.woff +0 -0
  1668. package/resources/themes/mira/fonts/Inter-Bold.woff2 +0 -0
  1669. package/resources/themes/mira/fonts/Inter-Medium.woff +0 -0
  1670. package/resources/themes/mira/fonts/Inter-Medium.woff2 +0 -0
  1671. package/resources/themes/mira/fonts/Inter-Regular.woff +0 -0
  1672. package/resources/themes/mira/fonts/Inter-Regular.woff2 +0 -0
  1673. package/resources/themes/mira/fonts/Inter-SemiBold.woff +0 -0
  1674. package/resources/themes/mira/fonts/Inter-SemiBold.woff2 +0 -0
  1675. package/resources/themes/mira/theme.css +7990 -0
  1676. package/resources/themes/nano/theme.css +7736 -0
  1677. package/resources/themes/nova/theme.css +7702 -0
  1678. package/resources/themes/nova-accent/theme.css +7714 -0
  1679. package/resources/themes/nova-alt/theme.css +7714 -0
  1680. package/resources/themes/rhea/theme.css +7690 -0
  1681. package/resources/themes/saga-blue/theme.css +7753 -0
  1682. package/resources/themes/saga-green/theme.css +7753 -0
  1683. package/resources/themes/saga-orange/theme.css +7753 -0
  1684. package/resources/themes/saga-purple/theme.css +7753 -0
  1685. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  1686. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  1687. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  1688. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  1689. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  1690. package/resources/themes/soho-dark/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  1691. package/resources/themes/soho-dark/theme.css +7719 -0
  1692. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff +0 -0
  1693. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-300.woff2 +0 -0
  1694. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff +0 -0
  1695. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-700.woff2 +0 -0
  1696. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff +0 -0
  1697. package/resources/themes/soho-light/fonts/lato-v17-latin-ext_latin-regular.woff2 +0 -0
  1698. package/resources/themes/soho-light/theme.css +7785 -0
  1699. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff +0 -0
  1700. package/resources/themes/tailwind-light/fonts/Inter-Bold.woff2 +0 -0
  1701. package/resources/themes/tailwind-light/fonts/Inter-Light.woff +0 -0
  1702. package/resources/themes/tailwind-light/fonts/Inter-Light.woff2 +0 -0
  1703. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff +0 -0
  1704. package/resources/themes/tailwind-light/fonts/Inter-Medium.woff2 +0 -0
  1705. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff +0 -0
  1706. package/resources/themes/tailwind-light/fonts/Inter-Regular.woff2 +0 -0
  1707. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff +0 -0
  1708. package/resources/themes/tailwind-light/fonts/Inter-SemiBold.woff2 +0 -0
  1709. package/resources/themes/tailwind-light/theme.css +7867 -0
  1710. package/resources/themes/vela-blue/theme.css +7757 -0
  1711. package/resources/themes/vela-green/theme.css +7757 -0
  1712. package/resources/themes/vela-orange/theme.css +7757 -0
  1713. package/resources/themes/vela-purple/theme.css +7757 -0
  1714. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  1715. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  1716. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  1717. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  1718. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  1719. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  1720. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  1721. package/resources/themes/viva-dark/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  1722. package/resources/themes/viva-dark/theme.css +7910 -0
  1723. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff +0 -0
  1724. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-300.woff2 +0 -0
  1725. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff +0 -0
  1726. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-600.woff2 +0 -0
  1727. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff +0 -0
  1728. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-700.woff2 +0 -0
  1729. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff +0 -0
  1730. package/resources/themes/viva-light/fonts/poppins-v15-latin-ext_latin-regular.woff2 +0 -0
  1731. package/resources/themes/viva-light/theme.css +7910 -0
  1732. package/ripple/index.d.ts +5 -0
  1733. package/ripple/public_api.d.ts +1 -0
  1734. package/ripple/ripple.d.ts +31 -0
  1735. package/scroller/index.d.ts +5 -0
  1736. package/scroller/public_api.d.ts +1 -0
  1737. package/scroller/scroller.d.ts +251 -0
  1738. package/scrollpanel/index.d.ts +5 -0
  1739. package/scrollpanel/public_api.d.ts +1 -0
  1740. package/scrollpanel/scrollpanel.d.ts +59 -0
  1741. package/scrolltop/index.d.ts +5 -0
  1742. package/scrolltop/public_api.d.ts +1 -0
  1743. package/scrolltop/scrolltop.d.ts +53 -0
  1744. package/selectbutton/index.d.ts +5 -0
  1745. package/selectbutton/public_api.d.ts +1 -0
  1746. package/selectbutton/selectbutton.d.ts +45 -0
  1747. package/sidebar/index.d.ts +5 -0
  1748. package/sidebar/public_api.d.ts +1 -0
  1749. package/sidebar/sidebar.d.ts +75 -0
  1750. package/skeleton/index.d.ts +5 -0
  1751. package/skeleton/public_api.d.ts +1 -0
  1752. package/skeleton/skeleton.d.ts +25 -0
  1753. package/slidemenu/index.d.ts +5 -0
  1754. package/slidemenu/public_api.d.ts +1 -0
  1755. package/slidemenu/slidemenu.d.ts +112 -0
  1756. package/slider/index.d.ts +5 -0
  1757. package/slider/public_api.d.ts +1 -0
  1758. package/slider/slider.d.ts +92 -0
  1759. package/speeddial/index.d.ts +5 -0
  1760. package/speeddial/public_api.d.ts +1 -0
  1761. package/speeddial/speeddial.d.ts +137 -0
  1762. package/spinner/index.d.ts +5 -0
  1763. package/spinner/public_api.d.ts +1 -0
  1764. package/spinner/spinner.d.ts +80 -0
  1765. package/splitbutton/index.d.ts +5 -0
  1766. package/splitbutton/public_api.d.ts +1 -0
  1767. package/splitbutton/splitbutton.d.ts +45 -0
  1768. package/splitter/index.d.ts +5 -0
  1769. package/splitter/public_api.d.ts +1 -0
  1770. package/splitter/splitter.d.ts +88 -0
  1771. package/steps/index.d.ts +5 -0
  1772. package/steps/public_api.d.ts +1 -0
  1773. package/steps/steps.d.ts +33 -0
  1774. package/styleclass/index.d.ts +5 -0
  1775. package/styleclass/public_api.d.ts +1 -0
  1776. package/styleclass/styleclass.d.ts +45 -0
  1777. package/table/index.d.ts +5 -0
  1778. package/table/public_api.d.ts +1 -0
  1779. package/table/table.d.ts +890 -0
  1780. package/tabmenu/index.d.ts +5 -0
  1781. package/tabmenu/public_api.d.ts +1 -0
  1782. package/tabmenu/tabmenu.d.ts +61 -0
  1783. package/tabview/index.d.ts +5 -0
  1784. package/tabview/public_api.d.ts +1 -0
  1785. package/tabview/tabview.d.ts +110 -0
  1786. package/tag/index.d.ts +5 -0
  1787. package/tag/public_api.d.ts +1 -0
  1788. package/tag/tag.d.ts +30 -0
  1789. package/terminal/index.d.ts +5 -0
  1790. package/terminal/public_api.d.ts +2 -0
  1791. package/terminal/terminal.d.ts +34 -0
  1792. package/terminal/terminalservice.d.ts +11 -0
  1793. package/tieredmenu/index.d.ts +5 -0
  1794. package/tieredmenu/public_api.d.ts +1 -0
  1795. package/tieredmenu/tieredmenu.d.ts +109 -0
  1796. package/timeline/index.d.ts +5 -0
  1797. package/timeline/public_api.d.ts +1 -0
  1798. package/timeline/timeline.d.ts +27 -0
  1799. package/toast/index.d.ts +5 -0
  1800. package/toast/public_api.d.ts +1 -0
  1801. package/toast/toast.d.ts +87 -0
  1802. package/togglebutton/index.d.ts +5 -0
  1803. package/togglebutton/public_api.d.ts +1 -0
  1804. package/togglebutton/togglebutton.d.ts +40 -0
  1805. package/toolbar/index.d.ts +5 -0
  1806. package/toolbar/public_api.d.ts +1 -0
  1807. package/toolbar/toolbar.d.ts +23 -0
  1808. package/tooltip/index.d.ts +5 -0
  1809. package/tooltip/public_api.d.ts +1 -0
  1810. package/tooltip/tooltip.d.ts +115 -0
  1811. package/tree/index.d.ts +5 -0
  1812. package/tree/public_api.d.ts +1 -0
  1813. package/tree/tree.d.ts +207 -0
  1814. package/treeselect/index.d.ts +5 -0
  1815. package/treeselect/public_api.d.ts +1 -0
  1816. package/treeselect/treeselect.d.ts +149 -0
  1817. package/treetable/index.d.ts +5 -0
  1818. package/treetable/public_api.d.ts +1 -0
  1819. package/treetable/treetable.d.ts +542 -0
  1820. package/tristatecheckbox/index.d.ts +5 -0
  1821. package/tristatecheckbox/public_api.d.ts +1 -0
  1822. package/tristatecheckbox/tristatecheckbox.d.ts +49 -0
  1823. package/utils/index.d.ts +5 -0
  1824. package/utils/objectutils.d.ts +17 -0
  1825. package/utils/public_api.d.ts +4 -0
  1826. package/utils/uniquecomponentid.d.ts +2 -0
  1827. package/utils/zindexutils.d.ts +7 -0
  1828. package/virtualscroller/index.d.ts +5 -0
  1829. package/virtualscroller/public_api.d.ts +1 -0
  1830. package/virtualscroller/virtualscroller.d.ts +41 -0
@@ -0,0 +1,3228 @@
1
+ import * as i2 from '@angular/common';
2
+ import { DOCUMENT, isPlatformBrowser, CommonModule } from '@angular/common';
3
+ import * as i0 from '@angular/core';
4
+ import { Injectable, EventEmitter, Component, ViewEncapsulation, Inject, Input, Output, ViewChild, ContentChildren, PLATFORM_ID, Directive, HostListener, ChangeDetectionStrategy, NgModule } from '@angular/core';
5
+ import * as i1 from '@qius.solutions/parallel-ui-angular/api';
6
+ import { QiusTemplate, SharedModule } from '@qius.solutions/parallel-ui-angular/api';
7
+ import { DomHandler } from '@qius.solutions/parallel-ui-angular/dom';
8
+ import * as i3 from '@qius.solutions/parallel-ui-angular/paginator';
9
+ import { PaginatorModule } from '@qius.solutions/parallel-ui-angular/paginator';
10
+ import * as i5 from '@qius.solutions/parallel-ui-angular/ripple';
11
+ import { RippleModule } from '@qius.solutions/parallel-ui-angular/ripple';
12
+ import * as i4 from '@qius.solutions/parallel-ui-angular/scroller';
13
+ import { ScrollerModule } from '@qius.solutions/parallel-ui-angular/scroller';
14
+ import { ObjectUtils } from '@qius.solutions/parallel-ui-angular/utils';
15
+ import { Subject } from 'rxjs';
16
+ import { SortAmountDownIcon } from '@qius.solutions/parallel-ui-angular/icons/sortamountdown';
17
+ import { ChevronRightIcon } from '@qius.solutions/parallel-ui-angular/icons/chevronright';
18
+ import { ArrowDownIcon } from '@qius.solutions/parallel-ui-angular/icons/arrowdown';
19
+ import { ArrowUpIcon } from '@qius.solutions/parallel-ui-angular/icons/arrowup';
20
+ import { CheckIcon } from '@qius.solutions/parallel-ui-angular/icons/check';
21
+ import { ChevronDownIcon } from '@qius.solutions/parallel-ui-angular/icons/chevrondown';
22
+ import { MinusIcon } from '@qius.solutions/parallel-ui-angular/icons/minus';
23
+ import { SortAltIcon } from '@qius.solutions/parallel-ui-angular/icons/sortalt';
24
+ import { SortAmountUpAltIcon } from '@qius.solutions/parallel-ui-angular/icons/sortamountupalt';
25
+ import { SpinnerIcon } from '@qius.solutions/parallel-ui-angular/icons/spinner';
26
+
27
+ class TreeTableService {
28
+ constructor() {
29
+ this.sortSource = new Subject();
30
+ this.selectionSource = new Subject();
31
+ this.contextMenuSource = new Subject();
32
+ this.uiUpdateSource = new Subject();
33
+ this.totalRecordsSource = new Subject();
34
+ this.sortSource$ = this.sortSource.asObservable();
35
+ this.selectionSource$ = this.selectionSource.asObservable();
36
+ this.contextMenuSource$ = this.contextMenuSource.asObservable();
37
+ this.uiUpdateSource$ = this.uiUpdateSource.asObservable();
38
+ this.totalRecordsSource$ = this.totalRecordsSource.asObservable();
39
+ }
40
+ onSort(sortMeta) {
41
+ this.sortSource.next(sortMeta);
42
+ }
43
+ onSelectionChange() {
44
+ this.selectionSource.next(null);
45
+ }
46
+ onContextMenu(node) {
47
+ this.contextMenuSource.next(node);
48
+ }
49
+ onUIUpdate(value) {
50
+ this.uiUpdateSource.next(value);
51
+ }
52
+ onTotalRecordsChange(value) {
53
+ this.totalRecordsSource.next(value);
54
+ }
55
+ }
56
+ TreeTableService.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
57
+ TreeTableService.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableService });
58
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableService, decorators: [{
59
+ type: Injectable
60
+ }] });
61
+ class TreeTable {
62
+ constructor(document, renderer, el, cd, zone, tableService, filterService) {
63
+ this.document = document;
64
+ this.renderer = renderer;
65
+ this.el = el;
66
+ this.cd = cd;
67
+ this.zone = zone;
68
+ this.tableService = tableService;
69
+ this.filterService = filterService;
70
+ this.lazy = false;
71
+ this.lazyLoadOnInit = true;
72
+ this.first = 0;
73
+ this.pageLinks = 5;
74
+ this.alwaysShowPaginator = true;
75
+ this.paginatorPosition = 'bottom';
76
+ this.currentPageReportTemplate = '{currentPage} of {totalPages}';
77
+ this.showFirstLastIcon = true;
78
+ this.showPageLinks = true;
79
+ this.defaultSortOrder = 1;
80
+ this.sortMode = 'single';
81
+ this.resetPageOnSort = true;
82
+ this.selectionChange = new EventEmitter();
83
+ this.contextMenuSelectionChange = new EventEmitter();
84
+ this.contextMenuSelectionMode = 'separate';
85
+ this.compareSelectionBy = 'deepEquals';
86
+ this.showLoader = true;
87
+ this.virtualScrollDelay = 150;
88
+ this.columnResizeMode = 'fit';
89
+ this.rowTrackBy = (index, item) => item;
90
+ this.filters = {};
91
+ this.filterDelay = 300;
92
+ this.filterMode = 'lenient';
93
+ this.onFilter = new EventEmitter();
94
+ this.onNodeExpand = new EventEmitter();
95
+ this.onNodeCollapse = new EventEmitter();
96
+ this.onPage = new EventEmitter();
97
+ this.onSort = new EventEmitter();
98
+ this.onLazyLoad = new EventEmitter();
99
+ this.sortFunction = new EventEmitter();
100
+ this.onColResize = new EventEmitter();
101
+ this.onColReorder = new EventEmitter();
102
+ this.onNodeSelect = new EventEmitter();
103
+ this.onNodeUnselect = new EventEmitter();
104
+ this.onContextMenuSelect = new EventEmitter();
105
+ this.onHeaderCheckboxToggle = new EventEmitter();
106
+ this.onEditInit = new EventEmitter();
107
+ this.onEditComplete = new EventEmitter();
108
+ this.onEditCancel = new EventEmitter();
109
+ /* @deprecated */
110
+ this._virtualRowHeight = 28;
111
+ this._value = [];
112
+ this._totalRecords = 0;
113
+ this._sortOrder = 1;
114
+ this.selectionKeys = {};
115
+ }
116
+ get virtualRowHeight() {
117
+ return this._virtualRowHeight;
118
+ }
119
+ set virtualRowHeight(val) {
120
+ this._virtualRowHeight = val;
121
+ console.warn('The virtualRowHeight property is deprecated, use virtualScrollItemSize property instead.');
122
+ }
123
+ ngOnInit() {
124
+ if (this.lazy && this.lazyLoadOnInit && !this.virtualScroll) {
125
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
126
+ }
127
+ this.initialized = true;
128
+ }
129
+ ngAfterContentInit() {
130
+ this.templates.forEach((item) => {
131
+ switch (item.getType()) {
132
+ case 'caption':
133
+ this.captionTemplate = item.template;
134
+ break;
135
+ case 'header':
136
+ this.headerTemplate = item.template;
137
+ break;
138
+ case 'body':
139
+ this.bodyTemplate = item.template;
140
+ break;
141
+ case 'loadingbody':
142
+ this.loadingBodyTemplate = item.template;
143
+ break;
144
+ case 'footer':
145
+ this.footerTemplate = item.template;
146
+ break;
147
+ case 'summary':
148
+ this.summaryTemplate = item.template;
149
+ break;
150
+ case 'colgroup':
151
+ this.colGroupTemplate = item.template;
152
+ break;
153
+ case 'emptymessage':
154
+ this.emptyMessageTemplate = item.template;
155
+ break;
156
+ case 'paginatorleft':
157
+ this.paginatorLeftTemplate = item.template;
158
+ break;
159
+ case 'paginatorright':
160
+ this.paginatorRightTemplate = item.template;
161
+ break;
162
+ case 'paginatordropdownitem':
163
+ this.paginatorDropdownItemTemplate = item.template;
164
+ break;
165
+ case 'frozenheader':
166
+ this.frozenHeaderTemplate = item.template;
167
+ break;
168
+ case 'frozenbody':
169
+ this.frozenBodyTemplate = item.template;
170
+ break;
171
+ case 'frozenfooter':
172
+ this.frozenFooterTemplate = item.template;
173
+ break;
174
+ case 'frozencolgroup':
175
+ this.frozenColGroupTemplate = item.template;
176
+ break;
177
+ case 'loadingicon':
178
+ this.loadingIconTemplate = item.template;
179
+ break;
180
+ case 'reorderindicatorupicon':
181
+ this.reorderIndicatorUpIconTemplate = item.template;
182
+ break;
183
+ case 'reorderindicatordownicon':
184
+ this.reorderIndicatorDownIconTemplate = item.template;
185
+ break;
186
+ case 'sorticon':
187
+ this.sortIconTemplate = item.template;
188
+ break;
189
+ case 'checkboxicon':
190
+ this.checkboxIconTemplate = item.template;
191
+ break;
192
+ case 'headercheckboxicon':
193
+ this.headerCheckboxIconTemplate = item.template;
194
+ break;
195
+ case 'togglericon':
196
+ this.togglerIconTemplate = item.template;
197
+ break;
198
+ case 'paginatorfirstpagelinkicon':
199
+ this.paginatorFirstPageLinkIconTemplate = item.template;
200
+ break;
201
+ case 'paginatorlastpagelinkicon':
202
+ this.paginatorLastPageLinkIconTemplate = item.template;
203
+ break;
204
+ case 'paginatorpreviouspagelinkicon':
205
+ this.paginatorPreviousPageLinkIconTemplate = item.template;
206
+ break;
207
+ case 'paginatornextpagelinkicon':
208
+ this.paginatorNextPageLinkIconTemplate = item.template;
209
+ break;
210
+ }
211
+ });
212
+ }
213
+ ngOnChanges(simpleChange) {
214
+ if (simpleChange.value) {
215
+ this._value = simpleChange.value.currentValue;
216
+ if (!this.lazy) {
217
+ this.totalRecords = this._value ? this._value.length : 0;
218
+ if (this.sortMode == 'single' && this.sortField)
219
+ this.sortSingle();
220
+ else if (this.sortMode == 'multiple' && this.multiSortMeta)
221
+ this.sortMultiple();
222
+ else if (this.hasFilter())
223
+ //sort already filters
224
+ this._filter();
225
+ }
226
+ this.updateSerializedValue();
227
+ this.tableService.onUIUpdate(this.value);
228
+ }
229
+ if (simpleChange.sortField) {
230
+ this._sortField = simpleChange.sortField.currentValue;
231
+ //avoid triggering lazy load prior to lazy initialization at onInit
232
+ if (!this.lazy || this.initialized) {
233
+ if (this.sortMode === 'single') {
234
+ this.sortSingle();
235
+ }
236
+ }
237
+ }
238
+ if (simpleChange.sortOrder) {
239
+ this._sortOrder = simpleChange.sortOrder.currentValue;
240
+ //avoid triggering lazy load prior to lazy initialization at onInit
241
+ if (!this.lazy || this.initialized) {
242
+ if (this.sortMode === 'single') {
243
+ this.sortSingle();
244
+ }
245
+ }
246
+ }
247
+ if (simpleChange.multiSortMeta) {
248
+ this._multiSortMeta = simpleChange.multiSortMeta.currentValue;
249
+ if (this.sortMode === 'multiple') {
250
+ this.sortMultiple();
251
+ }
252
+ }
253
+ if (simpleChange.selection) {
254
+ this._selection = simpleChange.selection.currentValue;
255
+ if (!this.preventSelectionSetterPropagation) {
256
+ this.updateSelectionKeys();
257
+ this.tableService.onSelectionChange();
258
+ }
259
+ this.preventSelectionSetterPropagation = false;
260
+ }
261
+ }
262
+ get value() {
263
+ return this._value;
264
+ }
265
+ set value(val) {
266
+ this._value = val;
267
+ }
268
+ updateSerializedValue() {
269
+ this.serializedValue = [];
270
+ if (this.paginator)
271
+ this.serializePageNodes();
272
+ else
273
+ this.serializeNodes(null, this.filteredNodes || this.value, 0, true);
274
+ }
275
+ serializeNodes(parent, nodes, level, visible) {
276
+ if (nodes && nodes.length) {
277
+ for (let node of nodes) {
278
+ node.parent = parent;
279
+ const rowNode = {
280
+ node: node,
281
+ parent: parent,
282
+ level: level,
283
+ visible: visible && (parent ? parent.expanded : true)
284
+ };
285
+ this.serializedValue.push(rowNode);
286
+ if (rowNode.visible && node.expanded) {
287
+ this.serializeNodes(node, node.children, level + 1, rowNode.visible);
288
+ }
289
+ }
290
+ }
291
+ }
292
+ serializePageNodes() {
293
+ let data = this.filteredNodes || this.value;
294
+ this.serializedValue = [];
295
+ if (data && data.length) {
296
+ const first = this.lazy ? 0 : this.first;
297
+ for (let i = first; i < first + this.rows; i++) {
298
+ let node = data[i];
299
+ if (node) {
300
+ this.serializedValue.push({
301
+ node: node,
302
+ parent: null,
303
+ level: 0,
304
+ visible: true
305
+ });
306
+ this.serializeNodes(node, node.children, 1, true);
307
+ }
308
+ }
309
+ }
310
+ }
311
+ get totalRecords() {
312
+ return this._totalRecords;
313
+ }
314
+ set totalRecords(val) {
315
+ this._totalRecords = val;
316
+ this.tableService.onTotalRecordsChange(this._totalRecords);
317
+ }
318
+ get sortField() {
319
+ return this._sortField;
320
+ }
321
+ set sortField(val) {
322
+ this._sortField = val;
323
+ }
324
+ get sortOrder() {
325
+ return this._sortOrder;
326
+ }
327
+ set sortOrder(val) {
328
+ this._sortOrder = val;
329
+ }
330
+ get multiSortMeta() {
331
+ return this._multiSortMeta;
332
+ }
333
+ set multiSortMeta(val) {
334
+ this._multiSortMeta = val;
335
+ }
336
+ get selection() {
337
+ return this._selection;
338
+ }
339
+ set selection(val) {
340
+ this._selection = val;
341
+ }
342
+ updateSelectionKeys() {
343
+ if (this.dataKey && this._selection) {
344
+ this.selectionKeys = {};
345
+ if (Array.isArray(this._selection)) {
346
+ for (let node of this._selection) {
347
+ this.selectionKeys[String(ObjectUtils.resolveFieldData(node.data, this.dataKey))] = 1;
348
+ }
349
+ }
350
+ else {
351
+ this.selectionKeys[String(ObjectUtils.resolveFieldData(this._selection.data, this.dataKey))] = 1;
352
+ }
353
+ }
354
+ }
355
+ onPageChange(event) {
356
+ this.first = event.first;
357
+ this.rows = event.rows;
358
+ if (this.lazy)
359
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
360
+ else
361
+ this.serializePageNodes();
362
+ this.onPage.emit({
363
+ first: this.first,
364
+ rows: this.rows
365
+ });
366
+ this.tableService.onUIUpdate(this.value);
367
+ if (this.scrollable) {
368
+ this.resetScrollTop();
369
+ }
370
+ }
371
+ sort(event) {
372
+ let originalEvent = event.originalEvent;
373
+ if (this.sortMode === 'single') {
374
+ this._sortOrder = this.sortField === event.field ? this.sortOrder * -1 : this.defaultSortOrder;
375
+ this._sortField = event.field;
376
+ this.sortSingle();
377
+ if (this.resetPageOnSort && this.scrollable) {
378
+ this.resetScrollTop();
379
+ }
380
+ }
381
+ if (this.sortMode === 'multiple') {
382
+ let metaKey = originalEvent.metaKey || originalEvent.ctrlKey;
383
+ let sortMeta = this.getSortMeta(event.field);
384
+ if (sortMeta) {
385
+ if (!metaKey) {
386
+ this._multiSortMeta = [{ field: event.field, order: sortMeta.order * -1 }];
387
+ if (this.resetPageOnSort && this.scrollable) {
388
+ this.resetScrollTop();
389
+ }
390
+ }
391
+ else {
392
+ sortMeta.order = sortMeta.order * -1;
393
+ }
394
+ }
395
+ else {
396
+ if (!metaKey || !this.multiSortMeta) {
397
+ this._multiSortMeta = [];
398
+ if (this.resetPageOnSort && this.scrollable) {
399
+ this.resetScrollTop();
400
+ }
401
+ }
402
+ this.multiSortMeta.push({ field: event.field, order: this.defaultSortOrder });
403
+ }
404
+ this.sortMultiple();
405
+ }
406
+ }
407
+ sortSingle() {
408
+ if (this.sortField && this.sortOrder) {
409
+ if (this.lazy) {
410
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
411
+ }
412
+ else if (this.value) {
413
+ this.sortNodes(this.value);
414
+ if (this.hasFilter()) {
415
+ this._filter();
416
+ }
417
+ }
418
+ let sortMeta = {
419
+ field: this.sortField,
420
+ order: this.sortOrder
421
+ };
422
+ this.onSort.emit(sortMeta);
423
+ this.tableService.onSort(sortMeta);
424
+ this.updateSerializedValue();
425
+ }
426
+ }
427
+ sortNodes(nodes) {
428
+ if (!nodes || nodes.length === 0) {
429
+ return;
430
+ }
431
+ if (this.customSort) {
432
+ this.sortFunction.emit({
433
+ data: nodes,
434
+ mode: this.sortMode,
435
+ field: this.sortField,
436
+ order: this.sortOrder
437
+ });
438
+ }
439
+ else {
440
+ nodes.sort((node1, node2) => {
441
+ let value1 = ObjectUtils.resolveFieldData(node1.data, this.sortField);
442
+ let value2 = ObjectUtils.resolveFieldData(node2.data, this.sortField);
443
+ let result = null;
444
+ if (value1 == null && value2 != null)
445
+ result = -1;
446
+ else if (value1 != null && value2 == null)
447
+ result = 1;
448
+ else if (value1 == null && value2 == null)
449
+ result = 0;
450
+ else if (typeof value1 === 'string' && typeof value2 === 'string')
451
+ result = value1.localeCompare(value2, undefined, { numeric: true });
452
+ else
453
+ result = value1 < value2 ? -1 : value1 > value2 ? 1 : 0;
454
+ return this.sortOrder * result;
455
+ });
456
+ }
457
+ for (let node of nodes) {
458
+ this.sortNodes(node.children);
459
+ }
460
+ }
461
+ sortMultiple() {
462
+ if (this.multiSortMeta) {
463
+ if (this.lazy) {
464
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
465
+ }
466
+ else if (this.value) {
467
+ this.sortMultipleNodes(this.value);
468
+ if (this.hasFilter()) {
469
+ this._filter();
470
+ }
471
+ }
472
+ this.onSort.emit({
473
+ multisortmeta: this.multiSortMeta
474
+ });
475
+ this.updateSerializedValue();
476
+ this.tableService.onSort(this.multiSortMeta);
477
+ }
478
+ }
479
+ sortMultipleNodes(nodes) {
480
+ if (!nodes || nodes.length === 0) {
481
+ return;
482
+ }
483
+ if (this.customSort) {
484
+ this.sortFunction.emit({
485
+ data: this.value,
486
+ mode: this.sortMode,
487
+ multiSortMeta: this.multiSortMeta
488
+ });
489
+ }
490
+ else {
491
+ nodes.sort((node1, node2) => {
492
+ return this.multisortField(node1, node2, this.multiSortMeta, 0);
493
+ });
494
+ }
495
+ for (let node of nodes) {
496
+ this.sortMultipleNodes(node.children);
497
+ }
498
+ }
499
+ multisortField(node1, node2, multiSortMeta, index) {
500
+ if (ObjectUtils.isEmpty(this.multiSortMeta) || ObjectUtils.isEmpty(multiSortMeta[index])) {
501
+ return 0;
502
+ }
503
+ let value1 = ObjectUtils.resolveFieldData(node1.data, multiSortMeta[index].field);
504
+ let value2 = ObjectUtils.resolveFieldData(node2.data, multiSortMeta[index].field);
505
+ let result = null;
506
+ if (value1 == null && value2 != null)
507
+ result = -1;
508
+ else if (value1 != null && value2 == null)
509
+ result = 1;
510
+ else if (value1 == null && value2 == null)
511
+ result = 0;
512
+ if (typeof value1 == 'string' || value1 instanceof String) {
513
+ if (value1.localeCompare && value1 != value2) {
514
+ return multiSortMeta[index].order * value1.localeCompare(value2, undefined, { numeric: true });
515
+ }
516
+ }
517
+ else {
518
+ result = value1 < value2 ? -1 : 1;
519
+ }
520
+ if (value1 == value2) {
521
+ return multiSortMeta.length - 1 > index ? this.multisortField(node1, node2, multiSortMeta, index + 1) : 0;
522
+ }
523
+ return multiSortMeta[index].order * result;
524
+ }
525
+ getSortMeta(field) {
526
+ if (this.multiSortMeta && this.multiSortMeta.length) {
527
+ for (let i = 0; i < this.multiSortMeta.length; i++) {
528
+ if (this.multiSortMeta[i].field === field) {
529
+ return this.multiSortMeta[i];
530
+ }
531
+ }
532
+ }
533
+ return null;
534
+ }
535
+ isSorted(field) {
536
+ if (this.sortMode === 'single') {
537
+ return this.sortField && this.sortField === field;
538
+ }
539
+ else if (this.sortMode === 'multiple') {
540
+ let sorted = false;
541
+ if (this.multiSortMeta) {
542
+ for (let i = 0; i < this.multiSortMeta.length; i++) {
543
+ if (this.multiSortMeta[i].field == field) {
544
+ sorted = true;
545
+ break;
546
+ }
547
+ }
548
+ }
549
+ return sorted;
550
+ }
551
+ }
552
+ createLazyLoadMetadata() {
553
+ return {
554
+ first: this.first,
555
+ rows: this.rows,
556
+ sortField: this.sortField,
557
+ sortOrder: this.sortOrder,
558
+ filters: this.filters,
559
+ globalFilter: this.filters && this.filters['global'] ? this.filters['global'].value : null,
560
+ multiSortMeta: this.multiSortMeta,
561
+ forceUpdate: () => this.cd.detectChanges()
562
+ };
563
+ }
564
+ onLazyItemLoad(event) {
565
+ this.onLazyLoad.emit(Object.assign(Object.assign(Object.assign({}, this.createLazyLoadMetadata()), event), { rows: event.last - event.first }));
566
+ }
567
+ resetScrollTop() {
568
+ if (this.virtualScroll)
569
+ this.scrollToVirtualIndex(0);
570
+ else
571
+ this.scrollTo({ top: 0 });
572
+ }
573
+ scrollToVirtualIndex(index) {
574
+ if (this.scrollableViewChild) {
575
+ this.scrollableViewChild.scrollToVirtualIndex(index);
576
+ }
577
+ if (this.scrollableFrozenViewChild) {
578
+ this.scrollableFrozenViewChild.scrollToVirtualIndex(index);
579
+ }
580
+ }
581
+ scrollTo(options) {
582
+ if (this.scrollableViewChild) {
583
+ this.scrollableViewChild.scrollTo(options);
584
+ }
585
+ if (this.scrollableFrozenViewChild) {
586
+ this.scrollableFrozenViewChild.scrollTo(options);
587
+ }
588
+ }
589
+ isEmpty() {
590
+ let data = this.filteredNodes || this.value;
591
+ return data == null || data.length == 0;
592
+ }
593
+ getBlockableElement() {
594
+ return this.el.nativeElement.children[0];
595
+ }
596
+ onColumnResizeBegin(event) {
597
+ let containerLeft = DomHandler.getOffset(this.containerViewChild.nativeElement).left;
598
+ this.lastResizerHelperX = event.pageX - containerLeft + this.containerViewChild.nativeElement.scrollLeft;
599
+ event.preventDefault();
600
+ }
601
+ onColumnResize(event) {
602
+ let containerLeft = DomHandler.getOffset(this.containerViewChild.nativeElement).left;
603
+ DomHandler.addClass(this.containerViewChild.nativeElement, 'p-unselectable-text');
604
+ this.resizeHelperViewChild.nativeElement.style.height = this.containerViewChild.nativeElement.offsetHeight + 'px';
605
+ this.resizeHelperViewChild.nativeElement.style.top = 0 + 'px';
606
+ this.resizeHelperViewChild.nativeElement.style.left = event.pageX - containerLeft + this.containerViewChild.nativeElement.scrollLeft + 'px';
607
+ this.resizeHelperViewChild.nativeElement.style.display = 'block';
608
+ }
609
+ onColumnResizeEnd(event, column) {
610
+ let delta = this.resizeHelperViewChild.nativeElement.offsetLeft - this.lastResizerHelperX;
611
+ let columnWidth = column.offsetWidth;
612
+ let newColumnWidth = columnWidth + delta;
613
+ let minWidth = column.style.minWidth || 15;
614
+ if (columnWidth + delta > parseInt(minWidth)) {
615
+ if (this.columnResizeMode === 'fit') {
616
+ let nextColumn = column.nextElementSibling;
617
+ while (!nextColumn.offsetParent) {
618
+ nextColumn = nextColumn.nextElementSibling;
619
+ }
620
+ if (nextColumn) {
621
+ let nextColumnWidth = nextColumn.offsetWidth - delta;
622
+ let nextColumnMinWidth = nextColumn.style.minWidth || 15;
623
+ if (newColumnWidth > 15 && nextColumnWidth > parseInt(nextColumnMinWidth)) {
624
+ if (this.scrollable) {
625
+ let scrollableView = this.findParentScrollableView(column);
626
+ let scrollableBodyTable = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body table') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport table');
627
+ let scrollableHeaderTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-header-table');
628
+ let scrollableFooterTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-footer-table');
629
+ let resizeColumnIndex = DomHandler.index(column);
630
+ this.resizeColGroup(scrollableHeaderTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
631
+ this.resizeColGroup(scrollableBodyTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
632
+ this.resizeColGroup(scrollableFooterTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
633
+ }
634
+ else {
635
+ column.style.width = newColumnWidth + 'px';
636
+ if (nextColumn) {
637
+ nextColumn.style.width = nextColumnWidth + 'px';
638
+ }
639
+ }
640
+ }
641
+ }
642
+ }
643
+ else if (this.columnResizeMode === 'expand') {
644
+ if (this.scrollable) {
645
+ let scrollableView = this.findParentScrollableView(column);
646
+ let scrollableBody = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport');
647
+ let scrollableHeader = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-header');
648
+ let scrollableFooter = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-footer');
649
+ let scrollableBodyTable = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body table') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport table');
650
+ let scrollableHeaderTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-header-table');
651
+ let scrollableFooterTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-footer-table');
652
+ scrollableBodyTable.style.width = scrollableBodyTable.offsetWidth + delta + 'px';
653
+ scrollableHeaderTable.style.width = scrollableHeaderTable.offsetWidth + delta + 'px';
654
+ if (scrollableFooterTable) {
655
+ scrollableFooterTable.style.width = scrollableFooterTable.offsetWidth + delta + 'px';
656
+ }
657
+ let resizeColumnIndex = DomHandler.index(column);
658
+ const scrollableBodyTableWidth = column ? scrollableBodyTable.offsetWidth + delta : newColumnWidth;
659
+ const scrollableHeaderTableWidth = column ? scrollableHeaderTable.offsetWidth + delta : newColumnWidth;
660
+ const isContainerInViewport = this.containerViewChild.nativeElement.offsetWidth >= scrollableBodyTableWidth;
661
+ let setWidth = (container, table, width, isContainerInViewport) => {
662
+ if (container && table) {
663
+ container.style.width = isContainerInViewport ? width + DomHandler.calculateScrollbarWidth(scrollableBody) + 'px' : 'auto';
664
+ table.style.width = width + 'px';
665
+ }
666
+ };
667
+ setWidth(scrollableBody, scrollableBodyTable, scrollableBodyTableWidth, isContainerInViewport);
668
+ setWidth(scrollableHeader, scrollableHeaderTable, scrollableHeaderTableWidth, isContainerInViewport);
669
+ setWidth(scrollableFooter, scrollableFooterTable, scrollableHeaderTableWidth, isContainerInViewport);
670
+ this.resizeColGroup(scrollableHeaderTable, resizeColumnIndex, newColumnWidth, null);
671
+ this.resizeColGroup(scrollableBodyTable, resizeColumnIndex, newColumnWidth, null);
672
+ this.resizeColGroup(scrollableFooterTable, resizeColumnIndex, newColumnWidth, null);
673
+ }
674
+ else {
675
+ this.tableViewChild.nativeElement.style.width = this.tableViewChild.nativeElement.offsetWidth + delta + 'px';
676
+ column.style.width = newColumnWidth + 'px';
677
+ let containerWidth = this.tableViewChild.nativeElement.style.width;
678
+ this.containerViewChild.nativeElement.style.width = containerWidth + 'px';
679
+ }
680
+ }
681
+ this.onColResize.emit({
682
+ element: column,
683
+ delta: delta
684
+ });
685
+ }
686
+ this.resizeHelperViewChild.nativeElement.style.display = 'none';
687
+ DomHandler.removeClass(this.containerViewChild.nativeElement, 'p-unselectable-text');
688
+ }
689
+ findParentScrollableView(column) {
690
+ if (column) {
691
+ let parent = column.parentElement;
692
+ while (parent && !DomHandler.hasClass(parent, 'p-treetable-scrollable-view')) {
693
+ parent = parent.parentElement;
694
+ }
695
+ return parent;
696
+ }
697
+ else {
698
+ return null;
699
+ }
700
+ }
701
+ resizeColGroup(table, resizeColumnIndex, newColumnWidth, nextColumnWidth) {
702
+ if (table) {
703
+ let colGroup = table.children[0].nodeName === 'COLGROUP' ? table.children[0] : null;
704
+ if (colGroup) {
705
+ let col = colGroup.children[resizeColumnIndex];
706
+ let nextCol = col.nextElementSibling;
707
+ col.style.width = newColumnWidth + 'px';
708
+ if (nextCol && nextColumnWidth) {
709
+ nextCol.style.width = nextColumnWidth + 'px';
710
+ }
711
+ }
712
+ else {
713
+ throw 'Scrollable tables require a colgroup to support resizable columns';
714
+ }
715
+ }
716
+ }
717
+ onColumnDragStart(event, columnElement) {
718
+ this.reorderIconWidth = DomHandler.getHiddenElementOuterWidth(this.reorderIndicatorUpViewChild.nativeElement);
719
+ this.reorderIconHeight = DomHandler.getHiddenElementOuterHeight(this.reorderIndicatorDownViewChild.nativeElement);
720
+ this.draggedColumn = columnElement;
721
+ event.dataTransfer.setData('text', 'b'); // For firefox
722
+ }
723
+ onColumnDragEnter(event, dropHeader) {
724
+ if (this.reorderableColumns && this.draggedColumn && dropHeader) {
725
+ event.preventDefault();
726
+ let containerOffset = DomHandler.getOffset(this.containerViewChild.nativeElement);
727
+ let dropHeaderOffset = DomHandler.getOffset(dropHeader);
728
+ if (this.draggedColumn != dropHeader) {
729
+ let targetLeft = dropHeaderOffset.left - containerOffset.left;
730
+ let targetTop = containerOffset.top - dropHeaderOffset.top;
731
+ let columnCenter = dropHeaderOffset.left + dropHeader.offsetWidth / 2;
732
+ this.reorderIndicatorUpViewChild.nativeElement.style.top = dropHeaderOffset.top - containerOffset.top - (this.reorderIconHeight - 1) + 'px';
733
+ this.reorderIndicatorDownViewChild.nativeElement.style.top = dropHeaderOffset.top - containerOffset.top + dropHeader.offsetHeight + 'px';
734
+ if (event.pageX > columnCenter) {
735
+ this.reorderIndicatorUpViewChild.nativeElement.style.left = targetLeft + dropHeader.offsetWidth - Math.ceil(this.reorderIconWidth / 2) + 'px';
736
+ this.reorderIndicatorDownViewChild.nativeElement.style.left = targetLeft + dropHeader.offsetWidth - Math.ceil(this.reorderIconWidth / 2) + 'px';
737
+ this.dropPosition = 1;
738
+ }
739
+ else {
740
+ this.reorderIndicatorUpViewChild.nativeElement.style.left = targetLeft - Math.ceil(this.reorderIconWidth / 2) + 'px';
741
+ this.reorderIndicatorDownViewChild.nativeElement.style.left = targetLeft - Math.ceil(this.reorderIconWidth / 2) + 'px';
742
+ this.dropPosition = -1;
743
+ }
744
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'block';
745
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'block';
746
+ }
747
+ else {
748
+ event.dataTransfer.dropEffect = 'none';
749
+ }
750
+ }
751
+ }
752
+ onColumnDragLeave(event) {
753
+ if (this.reorderableColumns && this.draggedColumn) {
754
+ event.preventDefault();
755
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'none';
756
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'none';
757
+ }
758
+ }
759
+ onColumnDrop(event, dropColumn) {
760
+ event.preventDefault();
761
+ if (this.draggedColumn) {
762
+ let dragIndex = DomHandler.indexWithinGroup(this.draggedColumn, 'ttreorderablecolumn');
763
+ let dropIndex = DomHandler.indexWithinGroup(dropColumn, 'ttreorderablecolumn');
764
+ let allowDrop = dragIndex != dropIndex;
765
+ if (allowDrop && ((dropIndex - dragIndex == 1 && this.dropPosition === -1) || (dragIndex - dropIndex == 1 && this.dropPosition === 1))) {
766
+ allowDrop = false;
767
+ }
768
+ if (allowDrop && dropIndex < dragIndex && this.dropPosition === 1) {
769
+ dropIndex = dropIndex + 1;
770
+ }
771
+ if (allowDrop && dropIndex > dragIndex && this.dropPosition === -1) {
772
+ dropIndex = dropIndex - 1;
773
+ }
774
+ if (allowDrop) {
775
+ ObjectUtils.reorderArray(this.columns, dragIndex, dropIndex);
776
+ this.onColReorder.emit({
777
+ dragIndex: dragIndex,
778
+ dropIndex: dropIndex,
779
+ columns: this.columns
780
+ });
781
+ }
782
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'none';
783
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'none';
784
+ this.draggedColumn.draggable = false;
785
+ this.draggedColumn = null;
786
+ this.dropPosition = null;
787
+ }
788
+ }
789
+ handleRowClick(event) {
790
+ let targetNode = event.originalEvent.target.nodeName;
791
+ if (targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || DomHandler.hasClass(event.originalEvent.target, 'p-clickable')) {
792
+ return;
793
+ }
794
+ if (this.selectionMode) {
795
+ this.preventSelectionSetterPropagation = true;
796
+ let rowNode = event.rowNode;
797
+ let selected = this.isSelected(rowNode.node);
798
+ let metaSelection = this.rowTouched ? false : this.metaKeySelection;
799
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(rowNode.node.data, this.dataKey)) : null;
800
+ if (metaSelection) {
801
+ let metaKey = event.originalEvent.metaKey || event.originalEvent.ctrlKey;
802
+ if (selected && metaKey) {
803
+ if (this.isSingleSelectionMode()) {
804
+ this._selection = null;
805
+ this.selectionKeys = {};
806
+ this.selectionChange.emit(null);
807
+ }
808
+ else {
809
+ let selectionIndex = this.findIndexInSelection(rowNode.node);
810
+ this._selection = this.selection.filter((val, i) => i != selectionIndex);
811
+ this.selectionChange.emit(this.selection);
812
+ if (dataKeyValue) {
813
+ delete this.selectionKeys[dataKeyValue];
814
+ }
815
+ }
816
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
817
+ }
818
+ else {
819
+ if (this.isSingleSelectionMode()) {
820
+ this._selection = rowNode.node;
821
+ this.selectionChange.emit(rowNode.node);
822
+ if (dataKeyValue) {
823
+ this.selectionKeys = {};
824
+ this.selectionKeys[dataKeyValue] = 1;
825
+ }
826
+ }
827
+ else if (this.isMultipleSelectionMode()) {
828
+ if (metaKey) {
829
+ this._selection = this.selection || [];
830
+ }
831
+ else {
832
+ this._selection = [];
833
+ this.selectionKeys = {};
834
+ }
835
+ this._selection = [...this.selection, rowNode.node];
836
+ this.selectionChange.emit(this.selection);
837
+ if (dataKeyValue) {
838
+ this.selectionKeys[dataKeyValue] = 1;
839
+ }
840
+ }
841
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
842
+ }
843
+ }
844
+ else {
845
+ if (this.selectionMode === 'single') {
846
+ if (selected) {
847
+ this._selection = null;
848
+ this.selectionKeys = {};
849
+ this.selectionChange.emit(this.selection);
850
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
851
+ }
852
+ else {
853
+ this._selection = rowNode.node;
854
+ this.selectionChange.emit(this.selection);
855
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
856
+ if (dataKeyValue) {
857
+ this.selectionKeys = {};
858
+ this.selectionKeys[dataKeyValue] = 1;
859
+ }
860
+ }
861
+ }
862
+ else if (this.selectionMode === 'multiple') {
863
+ if (selected) {
864
+ let selectionIndex = this.findIndexInSelection(rowNode.node);
865
+ this._selection = this.selection.filter((val, i) => i != selectionIndex);
866
+ this.selectionChange.emit(this.selection);
867
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
868
+ if (dataKeyValue) {
869
+ delete this.selectionKeys[dataKeyValue];
870
+ }
871
+ }
872
+ else {
873
+ this._selection = this.selection ? [...this.selection, rowNode.node] : [rowNode.node];
874
+ this.selectionChange.emit(this.selection);
875
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
876
+ if (dataKeyValue) {
877
+ this.selectionKeys[dataKeyValue] = 1;
878
+ }
879
+ }
880
+ }
881
+ }
882
+ this.tableService.onSelectionChange();
883
+ }
884
+ this.rowTouched = false;
885
+ }
886
+ handleRowTouchEnd(event) {
887
+ this.rowTouched = true;
888
+ }
889
+ handleRowRightClick(event) {
890
+ if (this.contextMenu) {
891
+ const node = event.rowNode.node;
892
+ if (this.contextMenuSelectionMode === 'separate') {
893
+ this.contextMenuSelection = node;
894
+ this.contextMenuSelectionChange.emit(node);
895
+ this.onContextMenuSelect.emit({ originalEvent: event.originalEvent, node: node });
896
+ this.contextMenu.show(event.originalEvent);
897
+ this.tableService.onContextMenu(node);
898
+ }
899
+ else if (this.contextMenuSelectionMode === 'joint') {
900
+ this.preventSelectionSetterPropagation = true;
901
+ let selected = this.isSelected(node);
902
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
903
+ if (!selected) {
904
+ if (this.isSingleSelectionMode()) {
905
+ this.selection = node;
906
+ this.selectionChange.emit(node);
907
+ }
908
+ else if (this.isMultipleSelectionMode()) {
909
+ this.selection = [node];
910
+ this.selectionChange.emit(this.selection);
911
+ }
912
+ if (dataKeyValue) {
913
+ this.selectionKeys[dataKeyValue] = 1;
914
+ }
915
+ }
916
+ this.contextMenu.show(event.originalEvent);
917
+ this.onContextMenuSelect.emit({ originalEvent: event.originalEvent, node: node });
918
+ }
919
+ }
920
+ }
921
+ toggleNodeWithCheckbox(event) {
922
+ this.selection = this.selection || [];
923
+ this.preventSelectionSetterPropagation = true;
924
+ let node = event.rowNode.node;
925
+ let selected = this.isSelected(node);
926
+ if (selected) {
927
+ this.propagateSelectionDown(node, false);
928
+ if (event.rowNode.parent) {
929
+ this.propagateSelectionUp(node.parent, false);
930
+ }
931
+ this.selectionChange.emit(this.selection);
932
+ this.onNodeUnselect.emit({ originalEvent: event, node: node });
933
+ }
934
+ else {
935
+ this.propagateSelectionDown(node, true);
936
+ if (event.rowNode.parent) {
937
+ this.propagateSelectionUp(node.parent, true);
938
+ }
939
+ this.selectionChange.emit(this.selection);
940
+ this.onNodeSelect.emit({ originalEvent: event, node: node });
941
+ }
942
+ this.tableService.onSelectionChange();
943
+ }
944
+ toggleNodesWithCheckbox(event, check) {
945
+ let data = this.filteredNodes || this.value;
946
+ this._selection = check && data ? data.slice() : [];
947
+ if (check) {
948
+ if (data && data.length) {
949
+ for (let node of data) {
950
+ this.propagateSelectionDown(node, true);
951
+ }
952
+ }
953
+ }
954
+ else {
955
+ this._selection = [];
956
+ this.selectionKeys = {};
957
+ }
958
+ this.preventSelectionSetterPropagation = true;
959
+ this.selectionChange.emit(this._selection);
960
+ this.tableService.onSelectionChange();
961
+ this.onHeaderCheckboxToggle.emit({ originalEvent: event, checked: check });
962
+ }
963
+ propagateSelectionUp(node, select) {
964
+ if (node.children && node.children.length) {
965
+ let selectedChildCount = 0;
966
+ let childPartialSelected = false;
967
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
968
+ for (let child of node.children) {
969
+ if (this.isSelected(child))
970
+ selectedChildCount++;
971
+ else if (child.partialSelected)
972
+ childPartialSelected = true;
973
+ }
974
+ if (select && selectedChildCount == node.children.length) {
975
+ this._selection = [...(this.selection || []), node];
976
+ node.partialSelected = false;
977
+ if (dataKeyValue) {
978
+ this.selectionKeys[dataKeyValue] = 1;
979
+ }
980
+ }
981
+ else {
982
+ if (!select) {
983
+ let index = this.findIndexInSelection(node);
984
+ if (index >= 0) {
985
+ this._selection = this.selection.filter((val, i) => i != index);
986
+ if (dataKeyValue) {
987
+ delete this.selectionKeys[dataKeyValue];
988
+ }
989
+ }
990
+ }
991
+ if (childPartialSelected || (selectedChildCount > 0 && selectedChildCount != node.children.length))
992
+ node.partialSelected = true;
993
+ else
994
+ node.partialSelected = false;
995
+ }
996
+ }
997
+ let parent = node.parent;
998
+ if (parent) {
999
+ this.propagateSelectionUp(parent, select);
1000
+ }
1001
+ }
1002
+ propagateSelectionDown(node, select) {
1003
+ let index = this.findIndexInSelection(node);
1004
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
1005
+ if (select && index == -1) {
1006
+ this._selection = [...(this.selection || []), node];
1007
+ if (dataKeyValue) {
1008
+ this.selectionKeys[dataKeyValue] = 1;
1009
+ }
1010
+ }
1011
+ else if (!select && index > -1) {
1012
+ this._selection = this.selection.filter((val, i) => i != index);
1013
+ if (dataKeyValue) {
1014
+ delete this.selectionKeys[dataKeyValue];
1015
+ }
1016
+ }
1017
+ node.partialSelected = false;
1018
+ if (node.children && node.children.length) {
1019
+ for (let child of node.children) {
1020
+ this.propagateSelectionDown(child, select);
1021
+ }
1022
+ }
1023
+ }
1024
+ isSelected(node) {
1025
+ if (node && this.selection) {
1026
+ if (this.dataKey) {
1027
+ return this.selectionKeys[ObjectUtils.resolveFieldData(node.data, this.dataKey)] !== undefined;
1028
+ }
1029
+ else {
1030
+ if (Array.isArray(this.selection))
1031
+ return this.findIndexInSelection(node) > -1;
1032
+ else
1033
+ return this.equals(node, this.selection);
1034
+ }
1035
+ }
1036
+ return false;
1037
+ }
1038
+ findIndexInSelection(node) {
1039
+ let index = -1;
1040
+ if (this.selection && this.selection.length) {
1041
+ for (let i = 0; i < this.selection.length; i++) {
1042
+ if (this.equals(node, this.selection[i])) {
1043
+ index = i;
1044
+ break;
1045
+ }
1046
+ }
1047
+ }
1048
+ return index;
1049
+ }
1050
+ isSingleSelectionMode() {
1051
+ return this.selectionMode === 'single';
1052
+ }
1053
+ isMultipleSelectionMode() {
1054
+ return this.selectionMode === 'multiple';
1055
+ }
1056
+ equals(node1, node2) {
1057
+ return this.compareSelectionBy === 'equals' ? node1 === node2 : ObjectUtils.equals(node1.data, node2.data, this.dataKey);
1058
+ }
1059
+ filter(value, field, matchMode) {
1060
+ if (this.filterTimeout) {
1061
+ clearTimeout(this.filterTimeout);
1062
+ }
1063
+ if (!this.isFilterBlank(value)) {
1064
+ this.filters[field] = { value: value, matchMode: matchMode };
1065
+ }
1066
+ else if (this.filters[field]) {
1067
+ delete this.filters[field];
1068
+ }
1069
+ this.filterTimeout = setTimeout(() => {
1070
+ this._filter();
1071
+ this.filterTimeout = null;
1072
+ }, this.filterDelay);
1073
+ }
1074
+ filterGlobal(value, matchMode) {
1075
+ this.filter(value, 'global', matchMode);
1076
+ }
1077
+ isFilterBlank(filter) {
1078
+ if (filter !== null && filter !== undefined) {
1079
+ if ((typeof filter === 'string' && filter.trim().length == 0) || (Array.isArray(filter) && filter.length == 0))
1080
+ return true;
1081
+ else
1082
+ return false;
1083
+ }
1084
+ return true;
1085
+ }
1086
+ _filter() {
1087
+ if (this.lazy) {
1088
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
1089
+ }
1090
+ else {
1091
+ if (!this.value) {
1092
+ return;
1093
+ }
1094
+ if (!this.hasFilter()) {
1095
+ this.filteredNodes = null;
1096
+ if (this.paginator) {
1097
+ this.totalRecords = this.value ? this.value.length : 0;
1098
+ }
1099
+ }
1100
+ else {
1101
+ let globalFilterFieldsArray;
1102
+ if (this.filters['global']) {
1103
+ if (!this.columns && !this.globalFilterFields)
1104
+ throw new Error('Global filtering requires dynamic columns or globalFilterFields to be defined.');
1105
+ else
1106
+ globalFilterFieldsArray = this.globalFilterFields || this.columns;
1107
+ }
1108
+ this.filteredNodes = [];
1109
+ const isStrictMode = this.filterMode === 'strict';
1110
+ let isValueChanged = false;
1111
+ for (let node of this.value) {
1112
+ let copyNode = Object.assign({}, node);
1113
+ let localMatch = true;
1114
+ let globalMatch = false;
1115
+ let paramsWithoutNode;
1116
+ for (let prop in this.filters) {
1117
+ if (this.filters.hasOwnProperty(prop) && prop !== 'global') {
1118
+ let filterMeta = this.filters[prop];
1119
+ let filterField = prop;
1120
+ let filterValue = filterMeta.value;
1121
+ let filterMatchMode = filterMeta.matchMode || 'startsWith';
1122
+ let filterConstraint = this.filterService.filters[filterMatchMode];
1123
+ paramsWithoutNode = { filterField, filterValue, filterConstraint, isStrictMode };
1124
+ if ((isStrictMode && !(this.findFilteredNodes(copyNode, paramsWithoutNode) || this.isFilterMatched(copyNode, paramsWithoutNode))) ||
1125
+ (!isStrictMode && !(this.isFilterMatched(copyNode, paramsWithoutNode) || this.findFilteredNodes(copyNode, paramsWithoutNode)))) {
1126
+ localMatch = false;
1127
+ }
1128
+ if (!localMatch) {
1129
+ break;
1130
+ }
1131
+ }
1132
+ }
1133
+ if (this.filters['global'] && !globalMatch && globalFilterFieldsArray) {
1134
+ for (let j = 0; j < globalFilterFieldsArray.length; j++) {
1135
+ let copyNodeForGlobal = Object.assign({}, copyNode);
1136
+ let filterField = globalFilterFieldsArray[j].field || globalFilterFieldsArray[j];
1137
+ let filterValue = this.filters['global'].value;
1138
+ let filterConstraint = this.filterService.filters[this.filters['global'].matchMode];
1139
+ paramsWithoutNode = { filterField, filterValue, filterConstraint, isStrictMode };
1140
+ if ((isStrictMode && (this.findFilteredNodes(copyNodeForGlobal, paramsWithoutNode) || this.isFilterMatched(copyNodeForGlobal, paramsWithoutNode))) ||
1141
+ (!isStrictMode && (this.isFilterMatched(copyNodeForGlobal, paramsWithoutNode) || this.findFilteredNodes(copyNodeForGlobal, paramsWithoutNode)))) {
1142
+ globalMatch = true;
1143
+ copyNode = copyNodeForGlobal;
1144
+ }
1145
+ }
1146
+ }
1147
+ let matches = localMatch;
1148
+ if (this.filters['global']) {
1149
+ matches = localMatch && globalMatch;
1150
+ }
1151
+ if (matches) {
1152
+ this.filteredNodes.push(copyNode);
1153
+ }
1154
+ isValueChanged = isValueChanged || !localMatch || globalMatch || (localMatch && this.filteredNodes.length > 0) || (!globalMatch && this.filteredNodes.length === 0);
1155
+ }
1156
+ if (!isValueChanged) {
1157
+ this.filteredNodes = null;
1158
+ }
1159
+ if (this.paginator) {
1160
+ this.totalRecords = this.filteredNodes ? this.filteredNodes.length : this.value ? this.value.length : 0;
1161
+ }
1162
+ }
1163
+ }
1164
+ this.first = 0;
1165
+ const filteredValue = this.filteredNodes || this.value;
1166
+ this.onFilter.emit({
1167
+ filters: this.filters,
1168
+ filteredValue: filteredValue
1169
+ });
1170
+ this.tableService.onUIUpdate(filteredValue);
1171
+ this.updateSerializedValue();
1172
+ if (this.scrollable) {
1173
+ this.resetScrollTop();
1174
+ }
1175
+ }
1176
+ findFilteredNodes(node, paramsWithoutNode) {
1177
+ if (node) {
1178
+ let matched = false;
1179
+ if (node.children) {
1180
+ let childNodes = [...node.children];
1181
+ node.children = [];
1182
+ for (let childNode of childNodes) {
1183
+ let copyChildNode = Object.assign({}, childNode);
1184
+ if (this.isFilterMatched(copyChildNode, paramsWithoutNode)) {
1185
+ matched = true;
1186
+ node.children.push(copyChildNode);
1187
+ }
1188
+ }
1189
+ }
1190
+ if (matched) {
1191
+ return true;
1192
+ }
1193
+ }
1194
+ }
1195
+ isFilterMatched(node, { filterField, filterValue, filterConstraint, isStrictMode }) {
1196
+ let matched = false;
1197
+ let dataFieldValue = ObjectUtils.resolveFieldData(node.data, filterField);
1198
+ if (filterConstraint(dataFieldValue, filterValue, this.filterLocale)) {
1199
+ matched = true;
1200
+ }
1201
+ if (!matched || (isStrictMode && !this.isNodeLeaf(node))) {
1202
+ matched = this.findFilteredNodes(node, { filterField, filterValue, filterConstraint, isStrictMode }) || matched;
1203
+ }
1204
+ return matched;
1205
+ }
1206
+ isNodeLeaf(node) {
1207
+ return node.leaf === false ? false : !(node.children && node.children.length);
1208
+ }
1209
+ hasFilter() {
1210
+ let empty = true;
1211
+ for (let prop in this.filters) {
1212
+ if (this.filters.hasOwnProperty(prop)) {
1213
+ empty = false;
1214
+ break;
1215
+ }
1216
+ }
1217
+ return !empty;
1218
+ }
1219
+ reset() {
1220
+ this._sortField = null;
1221
+ this._sortOrder = 1;
1222
+ this._multiSortMeta = null;
1223
+ this.tableService.onSort(null);
1224
+ this.filteredNodes = null;
1225
+ this.filters = {};
1226
+ this.first = 0;
1227
+ if (this.lazy) {
1228
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
1229
+ }
1230
+ else {
1231
+ this.totalRecords = this._value ? this._value.length : 0;
1232
+ }
1233
+ }
1234
+ updateEditingCell(cell, data, field) {
1235
+ this.editingCell = cell;
1236
+ this.editingCellData = data;
1237
+ this.editingCellField = field;
1238
+ this.bindDocumentEditListener();
1239
+ }
1240
+ isEditingCellValid() {
1241
+ return this.editingCell && DomHandler.find(this.editingCell, '.ng-invalid.ng-dirty').length === 0;
1242
+ }
1243
+ bindDocumentEditListener() {
1244
+ if (!this.documentEditListener) {
1245
+ this.documentEditListener = this.renderer.listen(this.document, 'click', (event) => {
1246
+ if (this.editingCell && !this.editingCellClick && this.isEditingCellValid()) {
1247
+ DomHandler.removeClass(this.editingCell, 'p-cell-editing');
1248
+ this.editingCell = null;
1249
+ this.onEditComplete.emit({ field: this.editingCellField, data: this.editingCellData });
1250
+ this.editingCellField = null;
1251
+ this.editingCellData = null;
1252
+ this.unbindDocumentEditListener();
1253
+ }
1254
+ this.editingCellClick = false;
1255
+ });
1256
+ }
1257
+ }
1258
+ unbindDocumentEditListener() {
1259
+ if (this.documentEditListener) {
1260
+ this.documentEditListener();
1261
+ this.documentEditListener = null;
1262
+ }
1263
+ }
1264
+ ngOnDestroy() {
1265
+ this.unbindDocumentEditListener();
1266
+ this.editingCell = null;
1267
+ this.editingCellField = null;
1268
+ this.editingCellData = null;
1269
+ this.initialized = null;
1270
+ }
1271
+ }
1272
+ TreeTable.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTable, deps: [{ token: DOCUMENT }, { token: i0.Renderer2 }, { token: i0.ElementRef }, { token: i0.ChangeDetectorRef }, { token: i0.NgZone }, { token: TreeTableService }, { token: i1.FilterService }], target: i0.ɵɵFactoryTarget.Component });
1273
+ TreeTable.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeTable, selector: "p-treeTable", inputs: { columns: "columns", style: "style", styleClass: "styleClass", tableStyle: "tableStyle", tableStyleClass: "tableStyleClass", autoLayout: "autoLayout", lazy: "lazy", lazyLoadOnInit: "lazyLoadOnInit", paginator: "paginator", rows: "rows", first: "first", pageLinks: "pageLinks", rowsPerPageOptions: "rowsPerPageOptions", alwaysShowPaginator: "alwaysShowPaginator", paginatorPosition: "paginatorPosition", paginatorDropdownAppendTo: "paginatorDropdownAppendTo", currentPageReportTemplate: "currentPageReportTemplate", showCurrentPageReport: "showCurrentPageReport", showJumpToPageDropdown: "showJumpToPageDropdown", showFirstLastIcon: "showFirstLastIcon", showPageLinks: "showPageLinks", defaultSortOrder: "defaultSortOrder", sortMode: "sortMode", resetPageOnSort: "resetPageOnSort", customSort: "customSort", selectionMode: "selectionMode", contextMenuSelection: "contextMenuSelection", contextMenuSelectionMode: "contextMenuSelectionMode", dataKey: "dataKey", metaKeySelection: "metaKeySelection", compareSelectionBy: "compareSelectionBy", rowHover: "rowHover", loading: "loading", loadingIcon: "loadingIcon", showLoader: "showLoader", scrollable: "scrollable", scrollHeight: "scrollHeight", virtualScroll: "virtualScroll", virtualScrollItemSize: "virtualScrollItemSize", virtualScrollOptions: "virtualScrollOptions", virtualScrollDelay: "virtualScrollDelay", frozenWidth: "frozenWidth", frozenColumns: "frozenColumns", resizableColumns: "resizableColumns", columnResizeMode: "columnResizeMode", reorderableColumns: "reorderableColumns", contextMenu: "contextMenu", rowTrackBy: "rowTrackBy", filters: "filters", globalFilterFields: "globalFilterFields", filterDelay: "filterDelay", filterMode: "filterMode", filterLocale: "filterLocale", virtualRowHeight: "virtualRowHeight", value: "value", totalRecords: "totalRecords", sortField: "sortField", sortOrder: "sortOrder", multiSortMeta: "multiSortMeta", selection: "selection" }, outputs: { selectionChange: "selectionChange", contextMenuSelectionChange: "contextMenuSelectionChange", onFilter: "onFilter", onNodeExpand: "onNodeExpand", onNodeCollapse: "onNodeCollapse", onPage: "onPage", onSort: "onSort", onLazyLoad: "onLazyLoad", sortFunction: "sortFunction", onColResize: "onColResize", onColReorder: "onColReorder", onNodeSelect: "onNodeSelect", onNodeUnselect: "onNodeUnselect", onContextMenuSelect: "onContextMenuSelect", onHeaderCheckboxToggle: "onHeaderCheckboxToggle", onEditInit: "onEditInit", onEditComplete: "onEditComplete", onEditCancel: "onEditCancel" }, host: { classAttribute: "p-element" }, providers: [TreeTableService], queries: [{ propertyName: "templates", predicate: QiusTemplate }], viewQueries: [{ propertyName: "containerViewChild", first: true, predicate: ["container"], descendants: true }, { propertyName: "resizeHelperViewChild", first: true, predicate: ["resizeHelper"], descendants: true }, { propertyName: "reorderIndicatorUpViewChild", first: true, predicate: ["reorderIndicatorUp"], descendants: true }, { propertyName: "reorderIndicatorDownViewChild", first: true, predicate: ["reorderIndicatorDown"], descendants: true }, { propertyName: "tableViewChild", first: true, predicate: ["table"], descendants: true }, { propertyName: "scrollableViewChild", first: true, predicate: ["scrollableView"], descendants: true }, { propertyName: "scrollableFrozenViewChild", first: true, predicate: ["scrollableFrozenView"], descendants: true }], usesOnChanges: true, ngImport: i0, template: `
1274
+ <div
1275
+ #container
1276
+ [ngStyle]="style"
1277
+ [class]="styleClass"
1278
+ data-scrollselectors=".p-treetable-scrollable-body"
1279
+ [ngClass]="{
1280
+ 'p-treetable p-component': true,
1281
+ 'p-treetable-hoverable-rows': rowHover || selectionMode === 'single' || selectionMode === 'multiple',
1282
+ 'p-treetable-auto-layout': autoLayout,
1283
+ 'p-treetable-resizable': resizableColumns,
1284
+ 'p-treetable-resizable-fit': resizableColumns && columnResizeMode === 'fit',
1285
+ 'p-treetable-flex-scrollable': scrollable && scrollHeight === 'flex'
1286
+ }"
1287
+ >
1288
+ <div class="p-treetable-loading" *ngIf="loading && showLoader">
1289
+ <div class="p-treetable-loading-overlay p-component-overlay">
1290
+ <i *ngIf="loadingIcon" [class]="'p-treetable-loading-icon pi-spin ' + loadingIcon"></i>
1291
+ <ng-container *ngIf="!loadingIcon">
1292
+ <SpinnerIcon *ngIf="!loadingIconTemplate" [spin]="true" [styleClass]="'p-treetable-loading-icon'"/>
1293
+ <span *ngIf="loadingIconTemplate" class="p-treetable-loading-icon">
1294
+ <ng-template *ngTemplateOutlet="loadingIconTemplate"></ng-template>
1295
+ </span>
1296
+ </ng-container>
1297
+ </div>
1298
+ </div>
1299
+ <div *ngIf="captionTemplate" class="p-treetable-header">
1300
+ <ng-container *ngTemplateOutlet="captionTemplate"></ng-container>
1301
+ </div>
1302
+ <p-paginator
1303
+ [rows]="rows"
1304
+ [first]="first"
1305
+ [totalRecords]="totalRecords"
1306
+ [pageLinkSize]="pageLinks"
1307
+ styleClass="p-paginator-top"
1308
+ [alwaysShow]="alwaysShowPaginator"
1309
+ (onPageChange)="onPageChange($event)"
1310
+ [rowsPerPageOptions]="rowsPerPageOptions"
1311
+ *ngIf="paginator && (paginatorPosition === 'top' || paginatorPosition == 'both')"
1312
+ [templateLeft]="paginatorLeftTemplate"
1313
+ [templateRight]="paginatorRightTemplate"
1314
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1315
+ [currentPageReportTemplate]="currentPageReportTemplate"
1316
+ [showFirstLastIcon]="showFirstLastIcon"
1317
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1318
+ [showCurrentPageReport]="showCurrentPageReport"
1319
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1320
+ [showPageLinks]="showPageLinks"
1321
+ >
1322
+ <ng-template pTemplate="firstpagelinkicon">
1323
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1324
+ </ng-template>
1325
+
1326
+ <ng-template pTemplate="previouspagelinkicon">
1327
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1328
+ </ng-template>
1329
+
1330
+ <ng-template pTemplate="lastpagelinkicon">
1331
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1332
+ </ng-template>
1333
+
1334
+ <ng-template pTemplate="nextpagelinkicon">
1335
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1336
+ </ng-template>
1337
+ </p-paginator>
1338
+
1339
+ <div class="p-treetable-wrapper" *ngIf="!scrollable">
1340
+ <table #table [ngClass]="tableStyleClass" [ngStyle]="tableStyle">
1341
+ <ng-container *ngTemplateOutlet="colGroupTemplate; context: { $implicit: columns }"></ng-container>
1342
+ <thead class="p-treetable-thead">
1343
+ <ng-container *ngTemplateOutlet="headerTemplate; context: { $implicit: columns }"></ng-container>
1344
+ </thead>
1345
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="bodyTemplate"></tbody>
1346
+ <tfoot class="p-treetable-tfoot">
1347
+ <ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: columns }"></ng-container>
1348
+ </tfoot>
1349
+ </table>
1350
+ </div>
1351
+
1352
+ <div class="p-treetable-scrollable-wrapper" *ngIf="scrollable">
1353
+ <div
1354
+ class="p-treetable-scrollable-view p-treetable-frozen-view"
1355
+ *ngIf="frozenColumns || frozenBodyTemplate"
1356
+ #scrollableFrozenView
1357
+ [ttScrollableView]="frozenColumns"
1358
+ [frozen]="true"
1359
+ [ngStyle]="{ width: frozenWidth }"
1360
+ [scrollHeight]="scrollHeight"
1361
+ ></div>
1362
+ <div class="p-treetable-scrollable-view" #scrollableView [ttScrollableView]="columns" [frozen]="false" [scrollHeight]="scrollHeight" [ngStyle]="{ left: frozenWidth, width: 'calc(100% - ' + frozenWidth + ')' }"></div>
1363
+ </div>
1364
+
1365
+ <p-paginator
1366
+ [rows]="rows"
1367
+ [first]="first"
1368
+ [totalRecords]="totalRecords"
1369
+ [pageLinkSize]="pageLinks"
1370
+ styleClass="p-paginator-bottom"
1371
+ [alwaysShow]="alwaysShowPaginator"
1372
+ (onPageChange)="onPageChange($event)"
1373
+ [rowsPerPageOptions]="rowsPerPageOptions"
1374
+ *ngIf="paginator && (paginatorPosition === 'bottom' || paginatorPosition == 'both')"
1375
+ [templateLeft]="paginatorLeftTemplate"
1376
+ [templateRight]="paginatorRightTemplate"
1377
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1378
+ [currentPageReportTemplate]="currentPageReportTemplate"
1379
+ [showFirstLastIcon]="showFirstLastIcon"
1380
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1381
+ [showCurrentPageReport]="showCurrentPageReport"
1382
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1383
+ [showPageLinks]="showPageLinks"
1384
+ >
1385
+ <ng-template pTemplate="firstpagelinkicon">
1386
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1387
+ </ng-template>
1388
+
1389
+ <ng-template pTemplate="previouspagelinkicon">
1390
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1391
+ </ng-template>
1392
+
1393
+ <ng-template pTemplate="lastpagelinkicon">
1394
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1395
+ </ng-template>
1396
+
1397
+ <ng-template pTemplate="nextpagelinkicon">
1398
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1399
+ </ng-template>
1400
+ </p-paginator>
1401
+ <div *ngIf="summaryTemplate" class="p-treetable-footer">
1402
+ <ng-container *ngTemplateOutlet="summaryTemplate"></ng-container>
1403
+ </div>
1404
+
1405
+ <div #resizeHelper class="p-column-resizer-helper" style="display:none" *ngIf="resizableColumns"></div>
1406
+ <span #reorderIndicatorUp class="p-treetable-reorder-indicator-up" style="display: none;" *ngIf="reorderableColumns">
1407
+ <ArrowDownIcon *ngIf="!reorderIndicatorUpIconTemplate"/>
1408
+ <ng-template *ngTemplateOutlet="reorderIndicatorUpIconTemplate"></ng-template>
1409
+ </span>
1410
+ <span #reorderIndicatorDown class="p-treetable-reorder-indicator-down" style="display: none;" *ngIf="reorderableColumns">
1411
+ <ArrowUpIcon *ngIf="!reorderIndicatorDownIconTemplate"/>
1412
+ <ng-template *ngTemplateOutlet="reorderIndicatorDownIconTemplate"></ng-template>
1413
+ </span>
1414
+ </div>
1415
+ `, isInline: true, styles: [".p-treetable{position:relative}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-treetable .p-sortable-column .p-column-title,.p-treetable .p-sortable-column .p-sortable-column-icon,.p-treetable .p-sortable-column .p-sortable-column-badge{vertical-align:middle}.p-treetable .p-sortable-column .p-sortable-column-badge{display:inline-flex;align-items:center;justify-content:center}.p-treetable-auto-layout>.p-treetable-wrapper{overflow-x:auto}.p-treetable-auto-layout>.p-treetable-wrapper>table{table-layout:auto}.p-treetable-hoverable-rows .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;position:relative}p-treetabletoggler+p-treetablecheckbox .p-checkbox{vertical-align:middle}p-treetabletoggler+p-treetablecheckbox+span{vertical-align:middle}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-header,.p-treetable-scrollable-footer{overflow:hidden}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-scrollable-body>table>.p-treetable-tbody>tr:first-child>td{border-top:0 none}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-frozen-view>.p-treetable-scrollable-body>table>.p-treetable-tbody>tr>td:last-child{border-right:0 none}.p-treetable-unfrozen-view{position:absolute;top:0}.p-treetable-flex-scrollable,.p-treetable-flex-scrollable .p-treetable-scrollable-wrapper,.p-treetable-flex-scrollable .p-treetable-scrollable-view{display:flex;flex-direction:column;flex:1;height:100%}.p-treetable-flex-scrollable .p-treetable-virtual-scrollable-body{flex:1}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable .p-row-editor-init,.p-treetable .p-row-editor-save,.p-treetable .p-row-editor-cancel,.p-treetable .p-row-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-treetable-reorder-indicator-up,.p-treetable-reorder-indicator-down{position:absolute;display:none}[ttReorderableColumn]{cursor:move}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-scroller-loading{transform:none!important;min-height:0;position:sticky;top:0;left:0}\n"], dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgStyle; }), selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "component", type: i0.forwardRef(function () { return i3.Paginator; }), selector: "p-paginator", inputs: ["pageLinkSize", "style", "styleClass", "alwaysShow", "templateLeft", "templateRight", "dropdownAppendTo", "dropdownScrollHeight", "currentPageReportTemplate", "showCurrentPageReport", "showFirstLastIcon", "totalRecords", "rows", "rowsPerPageOptions", "showJumpToPageDropdown", "showJumpToPageInput", "showPageLinks", "dropdownItemTemplate", "first"], outputs: ["onPageChange"] }, { kind: "directive", type: i0.forwardRef(function () { return i1.QiusTemplate; }), selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i0.forwardRef(function () { return SpinnerIcon; }), selector: "SpinnerIcon" }, { kind: "component", type: i0.forwardRef(function () { return ArrowDownIcon; }), selector: "ArrowDownIcon" }, { kind: "component", type: i0.forwardRef(function () { return ArrowUpIcon; }), selector: "ArrowUpIcon" }, { kind: "component", type: i0.forwardRef(function () { return TTScrollableView; }), selector: "[ttScrollableView]", inputs: ["ttScrollableView", "frozen", "scrollHeight"] }, { kind: "component", type: i0.forwardRef(function () { return TTBody; }), selector: "[pTreeTableBody]", inputs: ["pTreeTableBody", "pTreeTableBodyTemplate", "frozen", "serializedNodes", "scrollerOptions"] }], encapsulation: i0.ViewEncapsulation.None });
1416
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTable, decorators: [{
1417
+ type: Component,
1418
+ args: [{ selector: 'p-treeTable', template: `
1419
+ <div
1420
+ #container
1421
+ [ngStyle]="style"
1422
+ [class]="styleClass"
1423
+ data-scrollselectors=".p-treetable-scrollable-body"
1424
+ [ngClass]="{
1425
+ 'p-treetable p-component': true,
1426
+ 'p-treetable-hoverable-rows': rowHover || selectionMode === 'single' || selectionMode === 'multiple',
1427
+ 'p-treetable-auto-layout': autoLayout,
1428
+ 'p-treetable-resizable': resizableColumns,
1429
+ 'p-treetable-resizable-fit': resizableColumns && columnResizeMode === 'fit',
1430
+ 'p-treetable-flex-scrollable': scrollable && scrollHeight === 'flex'
1431
+ }"
1432
+ >
1433
+ <div class="p-treetable-loading" *ngIf="loading && showLoader">
1434
+ <div class="p-treetable-loading-overlay p-component-overlay">
1435
+ <i *ngIf="loadingIcon" [class]="'p-treetable-loading-icon pi-spin ' + loadingIcon"></i>
1436
+ <ng-container *ngIf="!loadingIcon">
1437
+ <SpinnerIcon *ngIf="!loadingIconTemplate" [spin]="true" [styleClass]="'p-treetable-loading-icon'"/>
1438
+ <span *ngIf="loadingIconTemplate" class="p-treetable-loading-icon">
1439
+ <ng-template *ngTemplateOutlet="loadingIconTemplate"></ng-template>
1440
+ </span>
1441
+ </ng-container>
1442
+ </div>
1443
+ </div>
1444
+ <div *ngIf="captionTemplate" class="p-treetable-header">
1445
+ <ng-container *ngTemplateOutlet="captionTemplate"></ng-container>
1446
+ </div>
1447
+ <p-paginator
1448
+ [rows]="rows"
1449
+ [first]="first"
1450
+ [totalRecords]="totalRecords"
1451
+ [pageLinkSize]="pageLinks"
1452
+ styleClass="p-paginator-top"
1453
+ [alwaysShow]="alwaysShowPaginator"
1454
+ (onPageChange)="onPageChange($event)"
1455
+ [rowsPerPageOptions]="rowsPerPageOptions"
1456
+ *ngIf="paginator && (paginatorPosition === 'top' || paginatorPosition == 'both')"
1457
+ [templateLeft]="paginatorLeftTemplate"
1458
+ [templateRight]="paginatorRightTemplate"
1459
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1460
+ [currentPageReportTemplate]="currentPageReportTemplate"
1461
+ [showFirstLastIcon]="showFirstLastIcon"
1462
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1463
+ [showCurrentPageReport]="showCurrentPageReport"
1464
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1465
+ [showPageLinks]="showPageLinks"
1466
+ >
1467
+ <ng-template pTemplate="firstpagelinkicon">
1468
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1469
+ </ng-template>
1470
+
1471
+ <ng-template pTemplate="previouspagelinkicon">
1472
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1473
+ </ng-template>
1474
+
1475
+ <ng-template pTemplate="lastpagelinkicon">
1476
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1477
+ </ng-template>
1478
+
1479
+ <ng-template pTemplate="nextpagelinkicon">
1480
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1481
+ </ng-template>
1482
+ </p-paginator>
1483
+
1484
+ <div class="p-treetable-wrapper" *ngIf="!scrollable">
1485
+ <table #table [ngClass]="tableStyleClass" [ngStyle]="tableStyle">
1486
+ <ng-container *ngTemplateOutlet="colGroupTemplate; context: { $implicit: columns }"></ng-container>
1487
+ <thead class="p-treetable-thead">
1488
+ <ng-container *ngTemplateOutlet="headerTemplate; context: { $implicit: columns }"></ng-container>
1489
+ </thead>
1490
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="bodyTemplate"></tbody>
1491
+ <tfoot class="p-treetable-tfoot">
1492
+ <ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: columns }"></ng-container>
1493
+ </tfoot>
1494
+ </table>
1495
+ </div>
1496
+
1497
+ <div class="p-treetable-scrollable-wrapper" *ngIf="scrollable">
1498
+ <div
1499
+ class="p-treetable-scrollable-view p-treetable-frozen-view"
1500
+ *ngIf="frozenColumns || frozenBodyTemplate"
1501
+ #scrollableFrozenView
1502
+ [ttScrollableView]="frozenColumns"
1503
+ [frozen]="true"
1504
+ [ngStyle]="{ width: frozenWidth }"
1505
+ [scrollHeight]="scrollHeight"
1506
+ ></div>
1507
+ <div class="p-treetable-scrollable-view" #scrollableView [ttScrollableView]="columns" [frozen]="false" [scrollHeight]="scrollHeight" [ngStyle]="{ left: frozenWidth, width: 'calc(100% - ' + frozenWidth + ')' }"></div>
1508
+ </div>
1509
+
1510
+ <p-paginator
1511
+ [rows]="rows"
1512
+ [first]="first"
1513
+ [totalRecords]="totalRecords"
1514
+ [pageLinkSize]="pageLinks"
1515
+ styleClass="p-paginator-bottom"
1516
+ [alwaysShow]="alwaysShowPaginator"
1517
+ (onPageChange)="onPageChange($event)"
1518
+ [rowsPerPageOptions]="rowsPerPageOptions"
1519
+ *ngIf="paginator && (paginatorPosition === 'bottom' || paginatorPosition == 'both')"
1520
+ [templateLeft]="paginatorLeftTemplate"
1521
+ [templateRight]="paginatorRightTemplate"
1522
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1523
+ [currentPageReportTemplate]="currentPageReportTemplate"
1524
+ [showFirstLastIcon]="showFirstLastIcon"
1525
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1526
+ [showCurrentPageReport]="showCurrentPageReport"
1527
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1528
+ [showPageLinks]="showPageLinks"
1529
+ >
1530
+ <ng-template pTemplate="firstpagelinkicon">
1531
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1532
+ </ng-template>
1533
+
1534
+ <ng-template pTemplate="previouspagelinkicon">
1535
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1536
+ </ng-template>
1537
+
1538
+ <ng-template pTemplate="lastpagelinkicon">
1539
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1540
+ </ng-template>
1541
+
1542
+ <ng-template pTemplate="nextpagelinkicon">
1543
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1544
+ </ng-template>
1545
+ </p-paginator>
1546
+ <div *ngIf="summaryTemplate" class="p-treetable-footer">
1547
+ <ng-container *ngTemplateOutlet="summaryTemplate"></ng-container>
1548
+ </div>
1549
+
1550
+ <div #resizeHelper class="p-column-resizer-helper" style="display:none" *ngIf="resizableColumns"></div>
1551
+ <span #reorderIndicatorUp class="p-treetable-reorder-indicator-up" style="display: none;" *ngIf="reorderableColumns">
1552
+ <ArrowDownIcon *ngIf="!reorderIndicatorUpIconTemplate"/>
1553
+ <ng-template *ngTemplateOutlet="reorderIndicatorUpIconTemplate"></ng-template>
1554
+ </span>
1555
+ <span #reorderIndicatorDown class="p-treetable-reorder-indicator-down" style="display: none;" *ngIf="reorderableColumns">
1556
+ <ArrowUpIcon *ngIf="!reorderIndicatorDownIconTemplate"/>
1557
+ <ng-template *ngTemplateOutlet="reorderIndicatorDownIconTemplate"></ng-template>
1558
+ </span>
1559
+ </div>
1560
+ `, providers: [TreeTableService], encapsulation: ViewEncapsulation.None, host: {
1561
+ class: 'p-element'
1562
+ }, styles: [".p-treetable{position:relative}.p-treetable table{border-collapse:collapse;width:100%;table-layout:fixed}.p-treetable .p-sortable-column{cursor:pointer;-webkit-user-select:none;user-select:none}.p-treetable .p-sortable-column .p-column-title,.p-treetable .p-sortable-column .p-sortable-column-icon,.p-treetable .p-sortable-column .p-sortable-column-badge{vertical-align:middle}.p-treetable .p-sortable-column .p-sortable-column-badge{display:inline-flex;align-items:center;justify-content:center}.p-treetable-auto-layout>.p-treetable-wrapper{overflow-x:auto}.p-treetable-auto-layout>.p-treetable-wrapper>table{table-layout:auto}.p-treetable-hoverable-rows .p-treetable-tbody>tr{cursor:pointer}.p-treetable-toggler{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;position:relative}p-treetabletoggler+p-treetablecheckbox .p-checkbox{vertical-align:middle}p-treetabletoggler+p-treetablecheckbox+span{vertical-align:middle}.p-treetable-scrollable-wrapper{position:relative}.p-treetable-scrollable-header,.p-treetable-scrollable-footer{overflow:hidden}.p-treetable-scrollable-body{overflow:auto;position:relative}.p-treetable-scrollable-body>table>.p-treetable-tbody>tr:first-child>td{border-top:0 none}.p-treetable-virtual-table{position:absolute}.p-treetable-frozen-view .p-treetable-scrollable-body{overflow:hidden}.p-treetable-frozen-view>.p-treetable-scrollable-body>table>.p-treetable-tbody>tr>td:last-child{border-right:0 none}.p-treetable-unfrozen-view{position:absolute;top:0}.p-treetable-flex-scrollable,.p-treetable-flex-scrollable .p-treetable-scrollable-wrapper,.p-treetable-flex-scrollable .p-treetable-scrollable-view{display:flex;flex-direction:column;flex:1;height:100%}.p-treetable-flex-scrollable .p-treetable-virtual-scrollable-body{flex:1}.p-treetable-resizable>.p-treetable-wrapper{overflow-x:auto}.p-treetable-resizable .p-treetable-thead>tr>th,.p-treetable-resizable .p-treetable-tfoot>tr>td,.p-treetable-resizable .p-treetable-tbody>tr>td{overflow:hidden}.p-treetable-resizable .p-resizable-column{background-clip:padding-box;position:relative}.p-treetable-resizable-fit .p-resizable-column:last-child .p-column-resizer{display:none}.p-treetable .p-column-resizer{display:block;position:absolute!important;top:0;right:0;margin:0;width:.5rem;height:100%;padding:0;cursor:col-resize;border:1px solid transparent}.p-treetable .p-column-resizer-helper{width:1px;position:absolute;z-index:10;display:none}.p-treetable .p-row-editor-init,.p-treetable .p-row-editor-save,.p-treetable .p-row-editor-cancel,.p-treetable .p-row-toggler{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.p-treetable-reorder-indicator-up,.p-treetable-reorder-indicator-down{position:absolute;display:none}[ttReorderableColumn]{cursor:move}.p-treetable .p-treetable-loading-overlay{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.p-treetable .p-scroller-loading{transform:none!important;min-height:0;position:sticky;top:0;left:0}\n"] }]
1563
+ }], ctorParameters: function () {
1564
+ return [{ type: Document, decorators: [{
1565
+ type: Inject,
1566
+ args: [DOCUMENT]
1567
+ }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: TreeTableService }, { type: i1.FilterService }];
1568
+ }, propDecorators: { columns: [{
1569
+ type: Input
1570
+ }], style: [{
1571
+ type: Input
1572
+ }], styleClass: [{
1573
+ type: Input
1574
+ }], tableStyle: [{
1575
+ type: Input
1576
+ }], tableStyleClass: [{
1577
+ type: Input
1578
+ }], autoLayout: [{
1579
+ type: Input
1580
+ }], lazy: [{
1581
+ type: Input
1582
+ }], lazyLoadOnInit: [{
1583
+ type: Input
1584
+ }], paginator: [{
1585
+ type: Input
1586
+ }], rows: [{
1587
+ type: Input
1588
+ }], first: [{
1589
+ type: Input
1590
+ }], pageLinks: [{
1591
+ type: Input
1592
+ }], rowsPerPageOptions: [{
1593
+ type: Input
1594
+ }], alwaysShowPaginator: [{
1595
+ type: Input
1596
+ }], paginatorPosition: [{
1597
+ type: Input
1598
+ }], paginatorDropdownAppendTo: [{
1599
+ type: Input
1600
+ }], currentPageReportTemplate: [{
1601
+ type: Input
1602
+ }], showCurrentPageReport: [{
1603
+ type: Input
1604
+ }], showJumpToPageDropdown: [{
1605
+ type: Input
1606
+ }], showFirstLastIcon: [{
1607
+ type: Input
1608
+ }], showPageLinks: [{
1609
+ type: Input
1610
+ }], defaultSortOrder: [{
1611
+ type: Input
1612
+ }], sortMode: [{
1613
+ type: Input
1614
+ }], resetPageOnSort: [{
1615
+ type: Input
1616
+ }], customSort: [{
1617
+ type: Input
1618
+ }], selectionMode: [{
1619
+ type: Input
1620
+ }], selectionChange: [{
1621
+ type: Output
1622
+ }], contextMenuSelection: [{
1623
+ type: Input
1624
+ }], contextMenuSelectionChange: [{
1625
+ type: Output
1626
+ }], contextMenuSelectionMode: [{
1627
+ type: Input
1628
+ }], dataKey: [{
1629
+ type: Input
1630
+ }], metaKeySelection: [{
1631
+ type: Input
1632
+ }], compareSelectionBy: [{
1633
+ type: Input
1634
+ }], rowHover: [{
1635
+ type: Input
1636
+ }], loading: [{
1637
+ type: Input
1638
+ }], loadingIcon: [{
1639
+ type: Input
1640
+ }], showLoader: [{
1641
+ type: Input
1642
+ }], scrollable: [{
1643
+ type: Input
1644
+ }], scrollHeight: [{
1645
+ type: Input
1646
+ }], virtualScroll: [{
1647
+ type: Input
1648
+ }], virtualScrollItemSize: [{
1649
+ type: Input
1650
+ }], virtualScrollOptions: [{
1651
+ type: Input
1652
+ }], virtualScrollDelay: [{
1653
+ type: Input
1654
+ }], frozenWidth: [{
1655
+ type: Input
1656
+ }], frozenColumns: [{
1657
+ type: Input
1658
+ }], resizableColumns: [{
1659
+ type: Input
1660
+ }], columnResizeMode: [{
1661
+ type: Input
1662
+ }], reorderableColumns: [{
1663
+ type: Input
1664
+ }], contextMenu: [{
1665
+ type: Input
1666
+ }], rowTrackBy: [{
1667
+ type: Input
1668
+ }], filters: [{
1669
+ type: Input
1670
+ }], globalFilterFields: [{
1671
+ type: Input
1672
+ }], filterDelay: [{
1673
+ type: Input
1674
+ }], filterMode: [{
1675
+ type: Input
1676
+ }], filterLocale: [{
1677
+ type: Input
1678
+ }], onFilter: [{
1679
+ type: Output
1680
+ }], onNodeExpand: [{
1681
+ type: Output
1682
+ }], onNodeCollapse: [{
1683
+ type: Output
1684
+ }], onPage: [{
1685
+ type: Output
1686
+ }], onSort: [{
1687
+ type: Output
1688
+ }], onLazyLoad: [{
1689
+ type: Output
1690
+ }], sortFunction: [{
1691
+ type: Output
1692
+ }], onColResize: [{
1693
+ type: Output
1694
+ }], onColReorder: [{
1695
+ type: Output
1696
+ }], onNodeSelect: [{
1697
+ type: Output
1698
+ }], onNodeUnselect: [{
1699
+ type: Output
1700
+ }], onContextMenuSelect: [{
1701
+ type: Output
1702
+ }], onHeaderCheckboxToggle: [{
1703
+ type: Output
1704
+ }], onEditInit: [{
1705
+ type: Output
1706
+ }], onEditComplete: [{
1707
+ type: Output
1708
+ }], onEditCancel: [{
1709
+ type: Output
1710
+ }], containerViewChild: [{
1711
+ type: ViewChild,
1712
+ args: ['container']
1713
+ }], resizeHelperViewChild: [{
1714
+ type: ViewChild,
1715
+ args: ['resizeHelper']
1716
+ }], reorderIndicatorUpViewChild: [{
1717
+ type: ViewChild,
1718
+ args: ['reorderIndicatorUp']
1719
+ }], reorderIndicatorDownViewChild: [{
1720
+ type: ViewChild,
1721
+ args: ['reorderIndicatorDown']
1722
+ }], tableViewChild: [{
1723
+ type: ViewChild,
1724
+ args: ['table']
1725
+ }], scrollableViewChild: [{
1726
+ type: ViewChild,
1727
+ args: ['scrollableView']
1728
+ }], scrollableFrozenViewChild: [{
1729
+ type: ViewChild,
1730
+ args: ['scrollableFrozenView']
1731
+ }], templates: [{
1732
+ type: ContentChildren,
1733
+ args: [QiusTemplate]
1734
+ }], virtualRowHeight: [{
1735
+ type: Input
1736
+ }], value: [{
1737
+ type: Input
1738
+ }], totalRecords: [{
1739
+ type: Input
1740
+ }], sortField: [{
1741
+ type: Input
1742
+ }], sortOrder: [{
1743
+ type: Input
1744
+ }], multiSortMeta: [{
1745
+ type: Input
1746
+ }], selection: [{
1747
+ type: Input
1748
+ }] } });
1749
+ class TTBody {
1750
+ constructor(tt, treeTableService, cd) {
1751
+ this.tt = tt;
1752
+ this.treeTableService = treeTableService;
1753
+ this.cd = cd;
1754
+ this.subscription = this.tt.tableService.uiUpdateSource$.subscribe(() => {
1755
+ if (this.tt.virtualScroll) {
1756
+ this.cd.detectChanges();
1757
+ }
1758
+ });
1759
+ }
1760
+ getScrollerOption(option, options) {
1761
+ if (this.tt.virtualScroll) {
1762
+ options = options || this.scrollerOptions;
1763
+ return options ? options[option] : null;
1764
+ }
1765
+ return null;
1766
+ }
1767
+ getRowIndex(rowIndex) {
1768
+ const getItemOptions = this.getScrollerOption('getItemOptions');
1769
+ return getItemOptions ? getItemOptions(rowIndex).index : rowIndex;
1770
+ }
1771
+ ngOnDestroy() {
1772
+ if (this.subscription) {
1773
+ this.subscription.unsubscribe();
1774
+ }
1775
+ }
1776
+ }
1777
+ TTBody.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTBody, deps: [{ token: TreeTable }, { token: TreeTableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
1778
+ TTBody.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TTBody, selector: "[pTreeTableBody]", inputs: { columns: ["pTreeTableBody", "columns"], template: ["pTreeTableBodyTemplate", "template"], frozen: "frozen", serializedNodes: "serializedNodes", scrollerOptions: "scrollerOptions" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
1779
+ <ng-template ngFor let-serializedNode let-rowIndex="index" [ngForOf]="serializedNodes || tt.serializedValue" [ngForTrackBy]="tt.rowTrackBy">
1780
+ <ng-container *ngIf="serializedNode.visible">
1781
+ <ng-container *ngTemplateOutlet="template; context: { $implicit: serializedNode, node: serializedNode.node, rowData: serializedNode.node.data, columns: columns }"></ng-container>
1782
+ </ng-container>
1783
+ </ng-template>
1784
+ <ng-container *ngIf="tt.isEmpty()">
1785
+ <ng-container *ngTemplateOutlet="tt.emptyMessageTemplate; context: { $implicit: columns, frozen: frozen }"></ng-container>
1786
+ </ng-container>
1787
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
1788
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTBody, decorators: [{
1789
+ type: Component,
1790
+ args: [{
1791
+ selector: '[pTreeTableBody]',
1792
+ template: `
1793
+ <ng-template ngFor let-serializedNode let-rowIndex="index" [ngForOf]="serializedNodes || tt.serializedValue" [ngForTrackBy]="tt.rowTrackBy">
1794
+ <ng-container *ngIf="serializedNode.visible">
1795
+ <ng-container *ngTemplateOutlet="template; context: { $implicit: serializedNode, node: serializedNode.node, rowData: serializedNode.node.data, columns: columns }"></ng-container>
1796
+ </ng-container>
1797
+ </ng-template>
1798
+ <ng-container *ngIf="tt.isEmpty()">
1799
+ <ng-container *ngTemplateOutlet="tt.emptyMessageTemplate; context: { $implicit: columns, frozen: frozen }"></ng-container>
1800
+ </ng-container>
1801
+ `,
1802
+ encapsulation: ViewEncapsulation.None,
1803
+ host: {
1804
+ class: 'p-element'
1805
+ }
1806
+ }]
1807
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { columns: [{
1808
+ type: Input,
1809
+ args: ['pTreeTableBody']
1810
+ }], template: [{
1811
+ type: Input,
1812
+ args: ['pTreeTableBodyTemplate']
1813
+ }], frozen: [{
1814
+ type: Input
1815
+ }], serializedNodes: [{
1816
+ type: Input
1817
+ }], scrollerOptions: [{
1818
+ type: Input
1819
+ }] } });
1820
+ class TTScrollableView {
1821
+ constructor(platformId, renderer, tt, el, zone) {
1822
+ this.platformId = platformId;
1823
+ this.renderer = renderer;
1824
+ this.tt = tt;
1825
+ this.el = el;
1826
+ this.zone = zone;
1827
+ }
1828
+ get scrollHeight() {
1829
+ return this._scrollHeight;
1830
+ }
1831
+ set scrollHeight(val) {
1832
+ this._scrollHeight = val;
1833
+ if (val != null && (val.includes('%') || val.includes('calc'))) {
1834
+ console.log('Percentage scroll height calculation is removed in favor of the more performant CSS based flex mode, use scrollHeight="flex" instead.');
1835
+ }
1836
+ }
1837
+ ngAfterViewInit() {
1838
+ if (!this.frozen) {
1839
+ if (this.tt.frozenColumns || this.tt.frozenBodyTemplate) {
1840
+ DomHandler.addClass(this.el.nativeElement, 'p-treetable-unfrozen-view');
1841
+ }
1842
+ let frozenView = this.el.nativeElement.previousElementSibling;
1843
+ if (frozenView) {
1844
+ if (this.tt.virtualScroll)
1845
+ this.frozenSiblingBody = DomHandler.findSingle(frozenView, '.p-scroller-viewport');
1846
+ else
1847
+ this.frozenSiblingBody = DomHandler.findSingle(frozenView, '.p-treetable-scrollable-body');
1848
+ }
1849
+ let scrollBarWidth = DomHandler.calculateScrollbarWidth();
1850
+ this.scrollHeaderBoxViewChild.nativeElement.style.paddingRight = scrollBarWidth + 'px';
1851
+ if (this.scrollFooterBoxViewChild && this.scrollFooterBoxViewChild.nativeElement) {
1852
+ this.scrollFooterBoxViewChild.nativeElement.style.paddingRight = scrollBarWidth + 'px';
1853
+ }
1854
+ }
1855
+ else {
1856
+ if (this.scrollableAlignerViewChild && this.scrollableAlignerViewChild.nativeElement) {
1857
+ this.scrollableAlignerViewChild.nativeElement.style.height = DomHandler.calculateScrollbarHeight() + 'px';
1858
+ }
1859
+ }
1860
+ this.bindEvents();
1861
+ }
1862
+ bindEvents() {
1863
+ if (isPlatformBrowser(this.platformId)) {
1864
+ this.zone.runOutsideAngular(() => {
1865
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1866
+ this.headerScrollListener = this.renderer.listen(this.scrollHeaderBoxViewChild.nativeElement, 'scroll', this.onHeaderScroll.bind(this));
1867
+ }
1868
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1869
+ this.footerScrollListener = this.renderer.listen(this.scrollFooterViewChild.nativeElement, 'scroll', this.onFooterScroll.bind(this));
1870
+ }
1871
+ if (!this.frozen) {
1872
+ if (this.tt.virtualScroll) {
1873
+ this.bodyScrollListener = this.renderer.listen(this.scroller.getElementRef().nativeElement, 'scroll', this.onBodyScroll.bind(this));
1874
+ }
1875
+ else {
1876
+ this.bodyScrollListener = this.renderer.listen(this.scrollBodyViewChild.nativeElement, 'scroll', this.onBodyScroll.bind(this));
1877
+ }
1878
+ }
1879
+ });
1880
+ }
1881
+ }
1882
+ unbindEvents() {
1883
+ if (isPlatformBrowser(this.platformId)) {
1884
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1885
+ if (this.headerScrollListener) {
1886
+ this.headerScrollListener();
1887
+ this.headerScrollListener = null;
1888
+ }
1889
+ }
1890
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1891
+ if (this.footerScrollListener) {
1892
+ this.footerScrollListener();
1893
+ this.footerScrollListener = null;
1894
+ }
1895
+ }
1896
+ if (this.scrollBodyViewChild && this.scrollBodyViewChild.nativeElement) {
1897
+ if (this.bodyScrollListener) {
1898
+ this.bodyScrollListener();
1899
+ this.bodyScrollListener = null;
1900
+ }
1901
+ }
1902
+ if (this.scroller && this.scroller.getElementRef()) {
1903
+ if (this.bodyScrollListener) {
1904
+ this.bodyScrollListener();
1905
+ this.bodyScrollListener = null;
1906
+ }
1907
+ }
1908
+ }
1909
+ }
1910
+ onHeaderScroll() {
1911
+ const scrollLeft = this.scrollHeaderViewChild.nativeElement.scrollLeft;
1912
+ this.scrollBodyViewChild.nativeElement.scrollLeft = scrollLeft;
1913
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1914
+ this.scrollFooterViewChild.nativeElement.scrollLeft = scrollLeft;
1915
+ }
1916
+ this.preventBodyScrollPropagation = true;
1917
+ }
1918
+ onFooterScroll() {
1919
+ const scrollLeft = this.scrollFooterViewChild.nativeElement.scrollLeft;
1920
+ this.scrollBodyViewChild.nativeElement.scrollLeft = scrollLeft;
1921
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1922
+ this.scrollHeaderViewChild.nativeElement.scrollLeft = scrollLeft;
1923
+ }
1924
+ this.preventBodyScrollPropagation = true;
1925
+ }
1926
+ onBodyScroll(event) {
1927
+ if (this.preventBodyScrollPropagation) {
1928
+ this.preventBodyScrollPropagation = false;
1929
+ return;
1930
+ }
1931
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1932
+ this.scrollHeaderBoxViewChild.nativeElement.style.marginLeft = -1 * event.target.scrollLeft + 'px';
1933
+ }
1934
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1935
+ this.scrollFooterBoxViewChild.nativeElement.style.marginLeft = -1 * event.target.scrollLeft + 'px';
1936
+ }
1937
+ if (this.frozenSiblingBody) {
1938
+ this.frozenSiblingBody.scrollTop = event.target.scrollTop;
1939
+ }
1940
+ }
1941
+ scrollToVirtualIndex(index) {
1942
+ if (this.scroller) {
1943
+ this.scroller.scrollToIndex(index);
1944
+ }
1945
+ }
1946
+ scrollTo(options) {
1947
+ if (this.scroller) {
1948
+ this.scroller.scrollTo(options);
1949
+ }
1950
+ else {
1951
+ if (this.scrollBodyViewChild.nativeElement.scrollTo) {
1952
+ this.scrollBodyViewChild.nativeElement.scrollTo(options);
1953
+ }
1954
+ else {
1955
+ this.scrollBodyViewChild.nativeElement.scrollLeft = options.left;
1956
+ this.scrollBodyViewChild.nativeElement.scrollTop = options.top;
1957
+ }
1958
+ }
1959
+ }
1960
+ ngOnDestroy() {
1961
+ this.unbindEvents();
1962
+ this.frozenSiblingBody = null;
1963
+ }
1964
+ }
1965
+ TTScrollableView.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTScrollableView, deps: [{ token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: TreeTable }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1966
+ TTScrollableView.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TTScrollableView, selector: "[ttScrollableView]", inputs: { columns: ["ttScrollableView", "columns"], frozen: "frozen", scrollHeight: "scrollHeight" }, host: { classAttribute: "p-element" }, viewQueries: [{ propertyName: "scrollHeaderViewChild", first: true, predicate: ["scrollHeader"], descendants: true }, { propertyName: "scrollHeaderBoxViewChild", first: true, predicate: ["scrollHeaderBox"], descendants: true }, { propertyName: "scrollBodyViewChild", first: true, predicate: ["scrollBody"], descendants: true }, { propertyName: "scrollTableViewChild", first: true, predicate: ["scrollTable"], descendants: true }, { propertyName: "scrollLoadingTableViewChild", first: true, predicate: ["loadingTable"], descendants: true }, { propertyName: "scrollFooterViewChild", first: true, predicate: ["scrollFooter"], descendants: true }, { propertyName: "scrollFooterBoxViewChild", first: true, predicate: ["scrollFooterBox"], descendants: true }, { propertyName: "scrollableAlignerViewChild", first: true, predicate: ["scrollableAligner"], descendants: true }, { propertyName: "scroller", first: true, predicate: ["scroller"], descendants: true }], ngImport: i0, template: `
1967
+ <div #scrollHeader class="p-treetable-scrollable-header">
1968
+ <div #scrollHeaderBox class="p-treetable-scrollable-header-box">
1969
+ <table class="p-treetable-scrollable-header-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
1970
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
1971
+ <thead class="p-treetable-thead">
1972
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenHeaderTemplate || tt.headerTemplate : tt.headerTemplate; context: { $implicit: columns }"></ng-container>
1973
+ </thead>
1974
+ </table>
1975
+ </div>
1976
+ </div>
1977
+
1978
+ <p-scroller
1979
+ *ngIf="tt.virtualScroll"
1980
+ #scroller
1981
+ [items]="tt.serializedValue"
1982
+ styleClass="p-treetable-scrollable-body"
1983
+ [style]="{ height: tt.scrollHeight !== 'flex' ? tt.scrollHeight : undefined }"
1984
+ [scrollHeight]="scrollHeight !== 'flex' ? undefined : '100%'"
1985
+ [itemSize]="tt.virtualScrollItemSize || tt._virtualRowHeight"
1986
+ [lazy]="tt.lazy"
1987
+ (onLazyLoad)="tt.onLazyItemLoad($event)"
1988
+ [options]="tt.virtualScrollOptions"
1989
+ >
1990
+ <ng-template pTemplate="content" let-items let-scrollerOptions="options">
1991
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
1992
+ </ng-template>
1993
+ <ng-container *ngIf="loaderTemplate">
1994
+ <ng-template pTemplate="loader" let-scrollerOptions="options">
1995
+ <ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
1996
+ </ng-template>
1997
+ </ng-container>
1998
+ </p-scroller>
1999
+ <ng-container *ngIf="!tt.virtualScroll">
2000
+ <div #scrollBody class="p-treetable-scrollable-body" [ngStyle]="{ 'max-height': tt.scrollHeight !== 'flex' ? scrollHeight : undefined, 'overflow-y': !frozen && tt.scrollHeight ? 'scroll' : undefined }">
2001
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: serializedValue, options: {} }"></ng-container>
2002
+ </div>
2003
+ </ng-container>
2004
+
2005
+ <ng-template #buildInItems let-items let-scrollerOptions="options">
2006
+ <table #scrollTable [class]="tt.tableStyleClass" [ngClass]="scrollerOptions.contentStyleClass" [ngStyle]="tt.tableStyle" [style]="scrollerOptions.contentStyle">
2007
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2008
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="frozen ? tt.frozenBodyTemplate || tt.bodyTemplate : tt.bodyTemplate" [serializedNodes]="items" [frozen]="frozen"></tbody>
2009
+ </table>
2010
+ <div #scrollableAligner style="background-color:transparent" *ngIf="frozen"></div>
2011
+ </ng-template>
2012
+
2013
+ <div #scrollFooter *ngIf="tt.footerTemplate" class="p-treetable-scrollable-footer">
2014
+ <div #scrollFooterBox class="p-treetable-scrollable-footer-box">
2015
+ <table class="p-treetable-scrollable-footer-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2016
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2017
+ <tfoot class="p-treetable-tfoot">
2018
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenFooterTemplate || tt.footerTemplate : tt.footerTemplate; context: { $implicit: columns }"></ng-container>
2019
+ </tfoot>
2020
+ </table>
2021
+ </div>
2022
+ </div>
2023
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgClass, selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i2.NgStyle, selector: "[ngStyle]", inputs: ["ngStyle"] }, { kind: "directive", type: i1.QiusTemplate, selector: "[pTemplate]", inputs: ["type", "pTemplate"] }, { kind: "component", type: i4.Scroller, selector: "p-scroller", inputs: ["id", "style", "styleClass", "tabindex", "items", "itemSize", "scrollHeight", "scrollWidth", "orientation", "step", "delay", "resizeDelay", "appendOnly", "inline", "lazy", "disabled", "loaderDisabled", "columns", "showSpacer", "showLoader", "numToleratedItems", "loading", "autoSize", "trackBy", "options"], outputs: ["onLazyLoad", "onScroll", "onScrollIndexChange"] }, { kind: "component", type: TTBody, selector: "[pTreeTableBody]", inputs: ["pTreeTableBody", "pTreeTableBodyTemplate", "frozen", "serializedNodes", "scrollerOptions"] }], encapsulation: i0.ViewEncapsulation.None });
2024
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTScrollableView, decorators: [{
2025
+ type: Component,
2026
+ args: [{
2027
+ selector: '[ttScrollableView]',
2028
+ template: `
2029
+ <div #scrollHeader class="p-treetable-scrollable-header">
2030
+ <div #scrollHeaderBox class="p-treetable-scrollable-header-box">
2031
+ <table class="p-treetable-scrollable-header-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2032
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2033
+ <thead class="p-treetable-thead">
2034
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenHeaderTemplate || tt.headerTemplate : tt.headerTemplate; context: { $implicit: columns }"></ng-container>
2035
+ </thead>
2036
+ </table>
2037
+ </div>
2038
+ </div>
2039
+
2040
+ <p-scroller
2041
+ *ngIf="tt.virtualScroll"
2042
+ #scroller
2043
+ [items]="tt.serializedValue"
2044
+ styleClass="p-treetable-scrollable-body"
2045
+ [style]="{ height: tt.scrollHeight !== 'flex' ? tt.scrollHeight : undefined }"
2046
+ [scrollHeight]="scrollHeight !== 'flex' ? undefined : '100%'"
2047
+ [itemSize]="tt.virtualScrollItemSize || tt._virtualRowHeight"
2048
+ [lazy]="tt.lazy"
2049
+ (onLazyLoad)="tt.onLazyItemLoad($event)"
2050
+ [options]="tt.virtualScrollOptions"
2051
+ >
2052
+ <ng-template pTemplate="content" let-items let-scrollerOptions="options">
2053
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
2054
+ </ng-template>
2055
+ <ng-container *ngIf="loaderTemplate">
2056
+ <ng-template pTemplate="loader" let-scrollerOptions="options">
2057
+ <ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
2058
+ </ng-template>
2059
+ </ng-container>
2060
+ </p-scroller>
2061
+ <ng-container *ngIf="!tt.virtualScroll">
2062
+ <div #scrollBody class="p-treetable-scrollable-body" [ngStyle]="{ 'max-height': tt.scrollHeight !== 'flex' ? scrollHeight : undefined, 'overflow-y': !frozen && tt.scrollHeight ? 'scroll' : undefined }">
2063
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: serializedValue, options: {} }"></ng-container>
2064
+ </div>
2065
+ </ng-container>
2066
+
2067
+ <ng-template #buildInItems let-items let-scrollerOptions="options">
2068
+ <table #scrollTable [class]="tt.tableStyleClass" [ngClass]="scrollerOptions.contentStyleClass" [ngStyle]="tt.tableStyle" [style]="scrollerOptions.contentStyle">
2069
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2070
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="frozen ? tt.frozenBodyTemplate || tt.bodyTemplate : tt.bodyTemplate" [serializedNodes]="items" [frozen]="frozen"></tbody>
2071
+ </table>
2072
+ <div #scrollableAligner style="background-color:transparent" *ngIf="frozen"></div>
2073
+ </ng-template>
2074
+
2075
+ <div #scrollFooter *ngIf="tt.footerTemplate" class="p-treetable-scrollable-footer">
2076
+ <div #scrollFooterBox class="p-treetable-scrollable-footer-box">
2077
+ <table class="p-treetable-scrollable-footer-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2078
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2079
+ <tfoot class="p-treetable-tfoot">
2080
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenFooterTemplate || tt.footerTemplate : tt.footerTemplate; context: { $implicit: columns }"></ng-container>
2081
+ </tfoot>
2082
+ </table>
2083
+ </div>
2084
+ </div>
2085
+ `,
2086
+ encapsulation: ViewEncapsulation.None,
2087
+ host: {
2088
+ class: 'p-element'
2089
+ }
2090
+ }]
2091
+ }], ctorParameters: function () {
2092
+ return [{ type: undefined, decorators: [{
2093
+ type: Inject,
2094
+ args: [PLATFORM_ID]
2095
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }];
2096
+ }, propDecorators: { columns: [{
2097
+ type: Input,
2098
+ args: ['ttScrollableView']
2099
+ }], frozen: [{
2100
+ type: Input
2101
+ }], scrollHeaderViewChild: [{
2102
+ type: ViewChild,
2103
+ args: ['scrollHeader']
2104
+ }], scrollHeaderBoxViewChild: [{
2105
+ type: ViewChild,
2106
+ args: ['scrollHeaderBox']
2107
+ }], scrollBodyViewChild: [{
2108
+ type: ViewChild,
2109
+ args: ['scrollBody']
2110
+ }], scrollTableViewChild: [{
2111
+ type: ViewChild,
2112
+ args: ['scrollTable']
2113
+ }], scrollLoadingTableViewChild: [{
2114
+ type: ViewChild,
2115
+ args: ['loadingTable']
2116
+ }], scrollFooterViewChild: [{
2117
+ type: ViewChild,
2118
+ args: ['scrollFooter']
2119
+ }], scrollFooterBoxViewChild: [{
2120
+ type: ViewChild,
2121
+ args: ['scrollFooterBox']
2122
+ }], scrollableAlignerViewChild: [{
2123
+ type: ViewChild,
2124
+ args: ['scrollableAligner']
2125
+ }], scroller: [{
2126
+ type: ViewChild,
2127
+ args: ['scroller']
2128
+ }], scrollHeight: [{
2129
+ type: Input
2130
+ }] } });
2131
+ class TTSortableColumn {
2132
+ constructor(tt) {
2133
+ this.tt = tt;
2134
+ if (this.isEnabled()) {
2135
+ this.subscription = this.tt.tableService.sortSource$.subscribe((sortMeta) => {
2136
+ this.updateSortState();
2137
+ });
2138
+ }
2139
+ }
2140
+ ngOnInit() {
2141
+ if (this.isEnabled()) {
2142
+ this.updateSortState();
2143
+ }
2144
+ }
2145
+ updateSortState() {
2146
+ this.sorted = this.tt.isSorted(this.field);
2147
+ }
2148
+ onClick(event) {
2149
+ if (this.isEnabled()) {
2150
+ this.updateSortState();
2151
+ this.tt.sort({
2152
+ originalEvent: event,
2153
+ field: this.field
2154
+ });
2155
+ DomHandler.clearSelection();
2156
+ }
2157
+ }
2158
+ onEnterKey(event) {
2159
+ this.onClick(event);
2160
+ }
2161
+ isEnabled() {
2162
+ return this.ttSortableColumnDisabled !== true;
2163
+ }
2164
+ ngOnDestroy() {
2165
+ if (this.subscription) {
2166
+ this.subscription.unsubscribe();
2167
+ }
2168
+ }
2169
+ }
2170
+ TTSortableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSortableColumn, deps: [{ token: TreeTable }], target: i0.ɵɵFactoryTarget.Directive });
2171
+ TTSortableColumn.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTSortableColumn, selector: "[ttSortableColumn]", inputs: { field: ["ttSortableColumn", "field"], ttSortableColumnDisabled: "ttSortableColumnDisabled" }, host: { listeners: { "click": "onClick($event)", "keydown.enter": "onEnterKey($event)" }, properties: { "class.p-sortable-column": "isEnabled()", "class.p-highlight": "sorted", "attr.tabindex": "isEnabled() ? \"0\" : null", "attr.role": "\"columnheader\"" }, classAttribute: "p-element" }, ngImport: i0 });
2172
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSortableColumn, decorators: [{
2173
+ type: Directive,
2174
+ args: [{
2175
+ selector: '[ttSortableColumn]',
2176
+ host: {
2177
+ class: 'p-element',
2178
+ '[class.p-sortable-column]': 'isEnabled()',
2179
+ '[class.p-highlight]': 'sorted',
2180
+ '[attr.tabindex]': 'isEnabled() ? "0" : null',
2181
+ '[attr.role]': '"columnheader"'
2182
+ }
2183
+ }]
2184
+ }], ctorParameters: function () { return [{ type: TreeTable }]; }, propDecorators: { field: [{
2185
+ type: Input,
2186
+ args: ['ttSortableColumn']
2187
+ }], ttSortableColumnDisabled: [{
2188
+ type: Input
2189
+ }], onClick: [{
2190
+ type: HostListener,
2191
+ args: ['click', ['$event']]
2192
+ }], onEnterKey: [{
2193
+ type: HostListener,
2194
+ args: ['keydown.enter', ['$event']]
2195
+ }] } });
2196
+ class TTSortIcon {
2197
+ constructor(tt, cd) {
2198
+ this.tt = tt;
2199
+ this.cd = cd;
2200
+ this.subscription = this.tt.tableService.sortSource$.subscribe((sortMeta) => {
2201
+ this.updateSortState();
2202
+ this.cd.markForCheck();
2203
+ });
2204
+ }
2205
+ ngOnInit() {
2206
+ this.updateSortState();
2207
+ }
2208
+ onClick(event) {
2209
+ event.preventDefault();
2210
+ }
2211
+ updateSortState() {
2212
+ if (this.tt.sortMode === 'single') {
2213
+ this.sortOrder = this.tt.isSorted(this.field) ? this.tt.sortOrder : 0;
2214
+ }
2215
+ else if (this.tt.sortMode === 'multiple') {
2216
+ let sortMeta = this.tt.getSortMeta(this.field);
2217
+ this.sortOrder = sortMeta ? sortMeta.order : 0;
2218
+ }
2219
+ }
2220
+ ngOnDestroy() {
2221
+ if (this.subscription) {
2222
+ this.subscription.unsubscribe();
2223
+ }
2224
+ }
2225
+ }
2226
+ TTSortIcon.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSortIcon, deps: [{ token: TreeTable }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2227
+ TTSortIcon.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TTSortIcon, selector: "p-treeTableSortIcon", inputs: { field: "field", ariaLabelDesc: "ariaLabelDesc", ariaLabelAsc: "ariaLabelAsc" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
2228
+ <ng-container *ngIf="!tt.sortIconTemplate">
2229
+ <SortAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 0"/>
2230
+ <SortAmountUpAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 1"/>
2231
+ <SortAmountDownIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === -1"/>
2232
+ </ng-container>
2233
+ <span *ngIf="tt.sortIconTemplate" class="p-sortable-column-icon">
2234
+ <ng-template *ngTemplateOutlet="tt.sortIconTemplate; context: { $implicit: sortOrder }"></ng-template>
2235
+ </span>`, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(function () { return SortAltIcon; }), selector: "SortAltIcon" }, { kind: "component", type: i0.forwardRef(function () { return SortAmountUpAltIcon; }), selector: "SortAmountUpAltIcon" }, { kind: "component", type: i0.forwardRef(function () { return SortAmountDownIcon; }), selector: "SortAmountDownIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2236
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSortIcon, decorators: [{
2237
+ type: Component,
2238
+ args: [{
2239
+ selector: 'p-treeTableSortIcon',
2240
+ template: `
2241
+ <ng-container *ngIf="!tt.sortIconTemplate">
2242
+ <SortAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 0"/>
2243
+ <SortAmountUpAltIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === 1"/>
2244
+ <SortAmountDownIcon [styleClass]="'p-sortable-column-icon'" *ngIf="sortOrder === -1"/>
2245
+ </ng-container>
2246
+ <span *ngIf="tt.sortIconTemplate" class="p-sortable-column-icon">
2247
+ <ng-template *ngTemplateOutlet="tt.sortIconTemplate; context: { $implicit: sortOrder }"></ng-template>
2248
+ </span>`,
2249
+ encapsulation: ViewEncapsulation.None,
2250
+ changeDetection: ChangeDetectionStrategy.OnPush,
2251
+ host: {
2252
+ class: 'p-element'
2253
+ }
2254
+ }]
2255
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { field: [{
2256
+ type: Input
2257
+ }], ariaLabelDesc: [{
2258
+ type: Input
2259
+ }], ariaLabelAsc: [{
2260
+ type: Input
2261
+ }] } });
2262
+ class TTResizableColumn {
2263
+ constructor(document, platformId, renderer, tt, el, zone) {
2264
+ this.document = document;
2265
+ this.platformId = platformId;
2266
+ this.renderer = renderer;
2267
+ this.tt = tt;
2268
+ this.el = el;
2269
+ this.zone = zone;
2270
+ }
2271
+ ngAfterViewInit() {
2272
+ if (isPlatformBrowser(this.platformId)) {
2273
+ if (this.isEnabled()) {
2274
+ DomHandler.addClass(this.el.nativeElement, 'p-resizable-column');
2275
+ this.resizer = this.renderer.createElement('span');
2276
+ this.renderer.addClass(this.resizer, 'p-column-resizer');
2277
+ this.renderer.appendChild(this.el.nativeElement, this.resizer);
2278
+ this.zone.runOutsideAngular(() => {
2279
+ this.resizerMouseDownListener = this.renderer.listen(this.resizer, 'mousedown', this.onMouseDown.bind(this));
2280
+ });
2281
+ }
2282
+ }
2283
+ }
2284
+ bindDocumentEvents() {
2285
+ this.zone.runOutsideAngular(() => {
2286
+ this.documentMouseMoveListener = this.renderer.listen(this.document, 'mousemove', this.onDocumentMouseMove.bind(this));
2287
+ this.documentMouseUpListener = this.renderer.listen(this.document, 'mouseup', this.onDocumentMouseUp.bind(this));
2288
+ });
2289
+ }
2290
+ unbindDocumentEvents() {
2291
+ if (this.documentMouseMoveListener) {
2292
+ this.documentMouseMoveListener();
2293
+ this.documentMouseMoveListener = null;
2294
+ }
2295
+ if (this.documentMouseUpListener) {
2296
+ this.documentMouseUpListener();
2297
+ this.documentMouseUpListener = null;
2298
+ }
2299
+ }
2300
+ onMouseDown(event) {
2301
+ this.tt.onColumnResizeBegin(event);
2302
+ this.bindDocumentEvents();
2303
+ }
2304
+ onDocumentMouseMove(event) {
2305
+ this.tt.onColumnResize(event);
2306
+ }
2307
+ onDocumentMouseUp(event) {
2308
+ this.tt.onColumnResizeEnd(event, this.el.nativeElement);
2309
+ this.unbindDocumentEvents();
2310
+ }
2311
+ isEnabled() {
2312
+ return this.ttResizableColumnDisabled !== true;
2313
+ }
2314
+ ngOnDestroy() {
2315
+ if (this.resizerMouseDownListener) {
2316
+ this.resizerMouseDownListener();
2317
+ this.resizerMouseDownListener = null;
2318
+ }
2319
+ this.unbindDocumentEvents();
2320
+ }
2321
+ }
2322
+ TTResizableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTResizableColumn, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: TreeTable }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
2323
+ TTResizableColumn.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTResizableColumn, selector: "[ttResizableColumn]", inputs: { ttResizableColumnDisabled: "ttResizableColumnDisabled" }, host: { classAttribute: "p-element" }, ngImport: i0 });
2324
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTResizableColumn, decorators: [{
2325
+ type: Directive,
2326
+ args: [{
2327
+ selector: '[ttResizableColumn]',
2328
+ host: {
2329
+ class: 'p-element'
2330
+ }
2331
+ }]
2332
+ }], ctorParameters: function () {
2333
+ return [{ type: Document, decorators: [{
2334
+ type: Inject,
2335
+ args: [DOCUMENT]
2336
+ }] }, { type: undefined, decorators: [{
2337
+ type: Inject,
2338
+ args: [PLATFORM_ID]
2339
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }];
2340
+ }, propDecorators: { ttResizableColumnDisabled: [{
2341
+ type: Input
2342
+ }] } });
2343
+ class TTReorderableColumn {
2344
+ constructor(document, platformId, renderer, tt, el, zone) {
2345
+ this.document = document;
2346
+ this.platformId = platformId;
2347
+ this.renderer = renderer;
2348
+ this.tt = tt;
2349
+ this.el = el;
2350
+ this.zone = zone;
2351
+ }
2352
+ ngAfterViewInit() {
2353
+ if (this.isEnabled()) {
2354
+ this.bindEvents();
2355
+ }
2356
+ }
2357
+ bindEvents() {
2358
+ if (isPlatformBrowser(this.platformId)) {
2359
+ this.zone.runOutsideAngular(() => {
2360
+ this.mouseDownListener = this.renderer.listen(this.el.nativeElement, 'mousedown', this.onMouseDown.bind(this));
2361
+ this.dragStartListener = this.renderer.listen(this.el.nativeElement, 'dragstart', this.onDragStart.bind(this));
2362
+ this.dragOverListener = this.renderer.listen(this.el.nativeElement, 'dragover', this.onDragEnter.bind(this));
2363
+ this.dragEnterListener = this.renderer.listen(this.el.nativeElement, 'dragenter', this.onDragEnter.bind(this));
2364
+ this.dragLeaveListener = this.renderer.listen(this.el.nativeElement, 'dragleave', this.onDragLeave.bind(this));
2365
+ });
2366
+ }
2367
+ }
2368
+ unbindEvents() {
2369
+ if (isPlatformBrowser(this.platformId)) {
2370
+ if (this.mouseDownListener) {
2371
+ this.mouseDownListener();
2372
+ this.mouseDownListener = null;
2373
+ }
2374
+ if (this.dragOverListener) {
2375
+ this.dragOverListener();
2376
+ this.dragOverListener = null;
2377
+ }
2378
+ if (this.dragEnterListener) {
2379
+ this.dragEnterListener();
2380
+ this.dragEnterListener = null;
2381
+ }
2382
+ if (this.dragEnterListener) {
2383
+ this.dragEnterListener();
2384
+ this.dragEnterListener = null;
2385
+ }
2386
+ if (this.dragLeaveListener) {
2387
+ this.dragLeaveListener();
2388
+ this.dragLeaveListener = null;
2389
+ }
2390
+ }
2391
+ }
2392
+ onMouseDown(event) {
2393
+ if (event.target.nodeName === 'INPUT' || event.target.nodeName === 'TEXTAREA' || DomHandler.hasClass(event.target, 'p-column-resizer'))
2394
+ this.el.nativeElement.draggable = false;
2395
+ else
2396
+ this.el.nativeElement.draggable = true;
2397
+ }
2398
+ onDragStart(event) {
2399
+ this.tt.onColumnDragStart(event, this.el.nativeElement);
2400
+ }
2401
+ onDragOver(event) {
2402
+ event.preventDefault();
2403
+ }
2404
+ onDragEnter(event) {
2405
+ this.tt.onColumnDragEnter(event, this.el.nativeElement);
2406
+ }
2407
+ onDragLeave(event) {
2408
+ this.tt.onColumnDragLeave(event);
2409
+ }
2410
+ onDrop(event) {
2411
+ if (this.isEnabled()) {
2412
+ this.tt.onColumnDrop(event, this.el.nativeElement);
2413
+ }
2414
+ }
2415
+ isEnabled() {
2416
+ return this.ttReorderableColumnDisabled !== true;
2417
+ }
2418
+ ngOnDestroy() {
2419
+ this.unbindEvents();
2420
+ }
2421
+ }
2422
+ TTReorderableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTReorderableColumn, deps: [{ token: DOCUMENT }, { token: PLATFORM_ID }, { token: i0.Renderer2 }, { token: TreeTable }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
2423
+ TTReorderableColumn.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTReorderableColumn, selector: "[ttReorderableColumn]", inputs: { ttReorderableColumnDisabled: "ttReorderableColumnDisabled" }, host: { listeners: { "drop": "onDrop($event)" }, classAttribute: "p-element" }, ngImport: i0 });
2424
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTReorderableColumn, decorators: [{
2425
+ type: Directive,
2426
+ args: [{
2427
+ selector: '[ttReorderableColumn]',
2428
+ host: {
2429
+ class: 'p-element'
2430
+ }
2431
+ }]
2432
+ }], ctorParameters: function () {
2433
+ return [{ type: Document, decorators: [{
2434
+ type: Inject,
2435
+ args: [DOCUMENT]
2436
+ }] }, { type: undefined, decorators: [{
2437
+ type: Inject,
2438
+ args: [PLATFORM_ID]
2439
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }];
2440
+ }, propDecorators: { ttReorderableColumnDisabled: [{
2441
+ type: Input
2442
+ }], onDrop: [{
2443
+ type: HostListener,
2444
+ args: ['drop', ['$event']]
2445
+ }] } });
2446
+ class TTSelectableRow {
2447
+ constructor(tt, tableService) {
2448
+ this.tt = tt;
2449
+ this.tableService = tableService;
2450
+ if (this.isEnabled()) {
2451
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2452
+ this.selected = this.tt.isSelected(this.rowNode.node);
2453
+ });
2454
+ }
2455
+ }
2456
+ ngOnInit() {
2457
+ if (this.isEnabled()) {
2458
+ this.selected = this.tt.isSelected(this.rowNode.node);
2459
+ }
2460
+ }
2461
+ onClick(event) {
2462
+ if (this.isEnabled()) {
2463
+ this.tt.handleRowClick({
2464
+ originalEvent: event,
2465
+ rowNode: this.rowNode
2466
+ });
2467
+ }
2468
+ }
2469
+ onEnterKey(event) {
2470
+ if (event.which === 13) {
2471
+ this.onClick(event);
2472
+ }
2473
+ }
2474
+ onTouchEnd(event) {
2475
+ if (this.isEnabled()) {
2476
+ this.tt.handleRowTouchEnd(event);
2477
+ }
2478
+ }
2479
+ isEnabled() {
2480
+ return this.ttSelectableRowDisabled !== true;
2481
+ }
2482
+ ngOnDestroy() {
2483
+ if (this.subscription) {
2484
+ this.subscription.unsubscribe();
2485
+ }
2486
+ }
2487
+ }
2488
+ TTSelectableRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRow, deps: [{ token: TreeTable }, { token: TreeTableService }], target: i0.ɵɵFactoryTarget.Directive });
2489
+ TTSelectableRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTSelectableRow, selector: "[ttSelectableRow]", inputs: { rowNode: ["ttSelectableRow", "rowNode"], ttSelectableRowDisabled: "ttSelectableRowDisabled" }, host: { listeners: { "click": "onClick($event)", "keydown": "onEnterKey($event)", "touchend": "onTouchEnd($event)" }, properties: { "class.p-highlight": "selected" }, classAttribute: "p-element" }, ngImport: i0 });
2490
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRow, decorators: [{
2491
+ type: Directive,
2492
+ args: [{
2493
+ selector: '[ttSelectableRow]',
2494
+ host: {
2495
+ class: 'p-element',
2496
+ '[class.p-highlight]': 'selected'
2497
+ }
2498
+ }]
2499
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }]; }, propDecorators: { rowNode: [{
2500
+ type: Input,
2501
+ args: ['ttSelectableRow']
2502
+ }], ttSelectableRowDisabled: [{
2503
+ type: Input
2504
+ }], onClick: [{
2505
+ type: HostListener,
2506
+ args: ['click', ['$event']]
2507
+ }], onEnterKey: [{
2508
+ type: HostListener,
2509
+ args: ['keydown', ['$event']]
2510
+ }], onTouchEnd: [{
2511
+ type: HostListener,
2512
+ args: ['touchend', ['$event']]
2513
+ }] } });
2514
+ class TTSelectableRowDblClick {
2515
+ constructor(tt, tableService) {
2516
+ this.tt = tt;
2517
+ this.tableService = tableService;
2518
+ if (this.isEnabled()) {
2519
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2520
+ this.selected = this.tt.isSelected(this.rowNode.node);
2521
+ });
2522
+ }
2523
+ }
2524
+ ngOnInit() {
2525
+ if (this.isEnabled()) {
2526
+ this.selected = this.tt.isSelected(this.rowNode.node);
2527
+ }
2528
+ }
2529
+ onClick(event) {
2530
+ if (this.isEnabled()) {
2531
+ this.tt.handleRowClick({
2532
+ originalEvent: event,
2533
+ rowNode: this.rowNode
2534
+ });
2535
+ }
2536
+ }
2537
+ isEnabled() {
2538
+ return this.ttSelectableRowDisabled !== true;
2539
+ }
2540
+ ngOnDestroy() {
2541
+ if (this.subscription) {
2542
+ this.subscription.unsubscribe();
2543
+ }
2544
+ }
2545
+ }
2546
+ TTSelectableRowDblClick.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRowDblClick, deps: [{ token: TreeTable }, { token: TreeTableService }], target: i0.ɵɵFactoryTarget.Directive });
2547
+ TTSelectableRowDblClick.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTSelectableRowDblClick, selector: "[ttSelectableRowDblClick]", inputs: { rowNode: ["ttSelectableRowDblClick", "rowNode"], ttSelectableRowDisabled: "ttSelectableRowDisabled" }, host: { listeners: { "dblclick": "onClick($event)" }, properties: { "class.p-highlight": "selected" }, classAttribute: "p-element" }, ngImport: i0 });
2548
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRowDblClick, decorators: [{
2549
+ type: Directive,
2550
+ args: [{
2551
+ selector: '[ttSelectableRowDblClick]',
2552
+ host: {
2553
+ class: 'p-element',
2554
+ '[class.p-highlight]': 'selected'
2555
+ }
2556
+ }]
2557
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }]; }, propDecorators: { rowNode: [{
2558
+ type: Input,
2559
+ args: ['ttSelectableRowDblClick']
2560
+ }], ttSelectableRowDisabled: [{
2561
+ type: Input
2562
+ }], onClick: [{
2563
+ type: HostListener,
2564
+ args: ['dblclick', ['$event']]
2565
+ }] } });
2566
+ class TTContextMenuRow {
2567
+ constructor(tt, tableService, el) {
2568
+ this.tt = tt;
2569
+ this.tableService = tableService;
2570
+ this.el = el;
2571
+ if (this.isEnabled()) {
2572
+ this.subscription = this.tt.tableService.contextMenuSource$.subscribe((node) => {
2573
+ this.selected = this.tt.equals(this.rowNode.node, node);
2574
+ });
2575
+ }
2576
+ }
2577
+ onContextMenu(event) {
2578
+ if (this.isEnabled()) {
2579
+ this.tt.handleRowRightClick({
2580
+ originalEvent: event,
2581
+ rowNode: this.rowNode
2582
+ });
2583
+ this.el.nativeElement.focus();
2584
+ event.preventDefault();
2585
+ }
2586
+ }
2587
+ isEnabled() {
2588
+ return this.ttContextMenuRowDisabled !== true;
2589
+ }
2590
+ ngOnDestroy() {
2591
+ if (this.subscription) {
2592
+ this.subscription.unsubscribe();
2593
+ }
2594
+ }
2595
+ }
2596
+ TTContextMenuRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTContextMenuRow, deps: [{ token: TreeTable }, { token: TreeTableService }, { token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive });
2597
+ TTContextMenuRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTContextMenuRow, selector: "[ttContextMenuRow]", inputs: { rowNode: ["ttContextMenuRow", "rowNode"], ttContextMenuRowDisabled: "ttContextMenuRowDisabled" }, host: { listeners: { "contextmenu": "onContextMenu($event)" }, properties: { "class.p-highlight-contextmenu": "selected", "attr.tabindex": "isEnabled() ? 0 : undefined" }, classAttribute: "p-element" }, ngImport: i0 });
2598
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTContextMenuRow, decorators: [{
2599
+ type: Directive,
2600
+ args: [{
2601
+ selector: '[ttContextMenuRow]',
2602
+ host: {
2603
+ class: 'p-element',
2604
+ '[class.p-highlight-contextmenu]': 'selected',
2605
+ '[attr.tabindex]': 'isEnabled() ? 0 : undefined'
2606
+ }
2607
+ }]
2608
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ElementRef }]; }, propDecorators: { rowNode: [{
2609
+ type: Input,
2610
+ args: ['ttContextMenuRow']
2611
+ }], ttContextMenuRowDisabled: [{
2612
+ type: Input
2613
+ }], onContextMenu: [{
2614
+ type: HostListener,
2615
+ args: ['contextmenu', ['$event']]
2616
+ }] } });
2617
+ class TTCheckbox {
2618
+ constructor(tt, tableService, cd) {
2619
+ this.tt = tt;
2620
+ this.tableService = tableService;
2621
+ this.cd = cd;
2622
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2623
+ this.checked = this.tt.isSelected(this.rowNode.node);
2624
+ this.cd.markForCheck();
2625
+ });
2626
+ }
2627
+ ngOnInit() {
2628
+ this.checked = this.tt.isSelected(this.rowNode.node);
2629
+ }
2630
+ onClick(event) {
2631
+ if (!this.disabled) {
2632
+ this.tt.toggleNodeWithCheckbox({
2633
+ originalEvent: event,
2634
+ rowNode: this.rowNode
2635
+ });
2636
+ }
2637
+ DomHandler.clearSelection();
2638
+ }
2639
+ onFocus() {
2640
+ this.focused = true;
2641
+ }
2642
+ onBlur() {
2643
+ this.focused = false;
2644
+ }
2645
+ ngOnDestroy() {
2646
+ if (this.subscription) {
2647
+ this.subscription.unsubscribe();
2648
+ }
2649
+ }
2650
+ }
2651
+ TTCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTCheckbox, deps: [{ token: TreeTable }, { token: TreeTableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2652
+ TTCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TTCheckbox, selector: "p-treeTableCheckbox", inputs: { disabled: "disabled", rowNode: ["value", "rowNode"] }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
2653
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event)">
2654
+ <div class="p-hidden-accessible">
2655
+ <input type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" />
2656
+ </div>
2657
+ <div #box [ngClass]="{ 'p-checkbox-box': true, 'p-highlight': checked, 'p-focus': focused, 'p-indeterminate': rowNode.node.partialSelected, 'p-disabled': disabled }" role="checkbox" [attr.aria-checked]="checked">
2658
+ <ng-container *ngIf="!tt.checkboxIconTemplate">
2659
+ <CheckIcon [styleClass]="'p-checkbox-icon'" *ngIf="checked"/>
2660
+ <MinusIcon [styleClass]="'p-checkbox-icon'" *ngIf="rowNode.node.partialSelected"/>
2661
+ </ng-container>
2662
+ <span *ngIf="tt.checkboxIconTemplate">
2663
+ <ng-template *ngTemplateOutlet="tt.checkboxIconTemplate; context: { $implicit: checked, partialSelected: rowNode.node.partialSelected }"></ng-template>
2664
+ </span>
2665
+ </div>
2666
+ </div>
2667
+ `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(function () { return CheckIcon; }), selector: "CheckIcon" }, { kind: "component", type: i0.forwardRef(function () { return MinusIcon; }), selector: "MinusIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2668
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTCheckbox, decorators: [{
2669
+ type: Component,
2670
+ args: [{
2671
+ selector: 'p-treeTableCheckbox',
2672
+ template: `
2673
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event)">
2674
+ <div class="p-hidden-accessible">
2675
+ <input type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" />
2676
+ </div>
2677
+ <div #box [ngClass]="{ 'p-checkbox-box': true, 'p-highlight': checked, 'p-focus': focused, 'p-indeterminate': rowNode.node.partialSelected, 'p-disabled': disabled }" role="checkbox" [attr.aria-checked]="checked">
2678
+ <ng-container *ngIf="!tt.checkboxIconTemplate">
2679
+ <CheckIcon [styleClass]="'p-checkbox-icon'" *ngIf="checked"/>
2680
+ <MinusIcon [styleClass]="'p-checkbox-icon'" *ngIf="rowNode.node.partialSelected"/>
2681
+ </ng-container>
2682
+ <span *ngIf="tt.checkboxIconTemplate">
2683
+ <ng-template *ngTemplateOutlet="tt.checkboxIconTemplate; context: { $implicit: checked, partialSelected: rowNode.node.partialSelected }"></ng-template>
2684
+ </span>
2685
+ </div>
2686
+ </div>
2687
+ `,
2688
+ encapsulation: ViewEncapsulation.None,
2689
+ changeDetection: ChangeDetectionStrategy.OnPush,
2690
+ host: {
2691
+ class: 'p-element'
2692
+ }
2693
+ }]
2694
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { disabled: [{
2695
+ type: Input
2696
+ }], rowNode: [{
2697
+ type: Input,
2698
+ args: ['value']
2699
+ }] } });
2700
+ class TTHeaderCheckbox {
2701
+ constructor(tt, tableService, cd) {
2702
+ this.tt = tt;
2703
+ this.tableService = tableService;
2704
+ this.cd = cd;
2705
+ this.valueChangeSubscription = this.tt.tableService.uiUpdateSource$.subscribe(() => {
2706
+ this.checked = this.updateCheckedState();
2707
+ });
2708
+ this.selectionChangeSubscription = this.tt.tableService.selectionSource$.subscribe(() => {
2709
+ this.checked = this.updateCheckedState();
2710
+ });
2711
+ }
2712
+ ngOnInit() {
2713
+ this.checked = this.updateCheckedState();
2714
+ }
2715
+ onClick(event, checked) {
2716
+ if (this.tt.value && this.tt.value.length > 0) {
2717
+ this.tt.toggleNodesWithCheckbox(event, !checked);
2718
+ }
2719
+ DomHandler.clearSelection();
2720
+ }
2721
+ onFocus() {
2722
+ this.focused = true;
2723
+ }
2724
+ onBlur() {
2725
+ this.focused = false;
2726
+ }
2727
+ ngOnDestroy() {
2728
+ if (this.selectionChangeSubscription) {
2729
+ this.selectionChangeSubscription.unsubscribe();
2730
+ }
2731
+ if (this.valueChangeSubscription) {
2732
+ this.valueChangeSubscription.unsubscribe();
2733
+ }
2734
+ }
2735
+ updateCheckedState() {
2736
+ this.cd.markForCheck();
2737
+ let checked;
2738
+ const data = this.tt.filteredNodes || this.tt.value;
2739
+ if (data) {
2740
+ for (let node of data) {
2741
+ if (this.tt.isSelected(node)) {
2742
+ checked = true;
2743
+ }
2744
+ else {
2745
+ checked = false;
2746
+ break;
2747
+ }
2748
+ }
2749
+ }
2750
+ else {
2751
+ checked = false;
2752
+ }
2753
+ return checked;
2754
+ }
2755
+ }
2756
+ TTHeaderCheckbox.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTHeaderCheckbox, deps: [{ token: TreeTable }, { token: TreeTableService }, { token: i0.ChangeDetectorRef }], target: i0.ɵɵFactoryTarget.Component });
2757
+ TTHeaderCheckbox.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TTHeaderCheckbox, selector: "p-treeTableHeaderCheckbox", host: { classAttribute: "p-element" }, viewQueries: [{ propertyName: "boxViewChild", first: true, predicate: ["box"], descendants: true }], ngImport: i0, template: `
2758
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event, cb.checked)">
2759
+ <div class="p-hidden-accessible">
2760
+ <input #cb type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="!tt.value || tt.value.length === 0" />
2761
+ </div>
2762
+ <div #box [ngClass]="{ 'p-checkbox-box': true, 'p-highlight': checked, 'p-focus': focused, 'p-disabled': !tt.value || tt.value.length === 0 }" role="checkbox" [attr.aria-checked]="checked">
2763
+ <ng-container *ngIf="!tt.headerCheckboxIconTemplate">
2764
+ <CheckIcon *ngIf="checked" [styleClass]="'p-checkbox-icon'"/>
2765
+ </ng-container>
2766
+ <span class="p-checkbox-icon" *ngIf="tt.headerCheckboxIconTemplate">
2767
+ <ng-template *ngTemplateOutlet="tt.headerCheckboxIconTemplate; context: { $implicit: checked }"></ng-template>
2768
+ </span>
2769
+ </div>
2770
+ </div>
2771
+ `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgClass; }), selector: "[ngClass]", inputs: ["class", "ngClass"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "component", type: i0.forwardRef(function () { return CheckIcon; }), selector: "CheckIcon" }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None });
2772
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTHeaderCheckbox, decorators: [{
2773
+ type: Component,
2774
+ args: [{
2775
+ selector: 'p-treeTableHeaderCheckbox',
2776
+ template: `
2777
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event, cb.checked)">
2778
+ <div class="p-hidden-accessible">
2779
+ <input #cb type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="!tt.value || tt.value.length === 0" />
2780
+ </div>
2781
+ <div #box [ngClass]="{ 'p-checkbox-box': true, 'p-highlight': checked, 'p-focus': focused, 'p-disabled': !tt.value || tt.value.length === 0 }" role="checkbox" [attr.aria-checked]="checked">
2782
+ <ng-container *ngIf="!tt.headerCheckboxIconTemplate">
2783
+ <CheckIcon *ngIf="checked" [styleClass]="'p-checkbox-icon'"/>
2784
+ </ng-container>
2785
+ <span class="p-checkbox-icon" *ngIf="tt.headerCheckboxIconTemplate">
2786
+ <ng-template *ngTemplateOutlet="tt.headerCheckboxIconTemplate; context: { $implicit: checked }"></ng-template>
2787
+ </span>
2788
+ </div>
2789
+ </div>
2790
+ `,
2791
+ encapsulation: ViewEncapsulation.None,
2792
+ changeDetection: ChangeDetectionStrategy.OnPush,
2793
+ host: {
2794
+ class: 'p-element'
2795
+ }
2796
+ }]
2797
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { boxViewChild: [{
2798
+ type: ViewChild,
2799
+ args: ['box']
2800
+ }] } });
2801
+ class TTEditableColumn {
2802
+ constructor(tt, el, zone) {
2803
+ this.tt = tt;
2804
+ this.el = el;
2805
+ this.zone = zone;
2806
+ }
2807
+ ngAfterViewInit() {
2808
+ if (this.isEnabled()) {
2809
+ DomHandler.addClass(this.el.nativeElement, 'p-editable-column');
2810
+ }
2811
+ }
2812
+ onClick(event) {
2813
+ if (this.isEnabled()) {
2814
+ this.tt.editingCellClick = true;
2815
+ if (this.tt.editingCell) {
2816
+ if (this.tt.editingCell !== this.el.nativeElement) {
2817
+ if (!this.tt.isEditingCellValid()) {
2818
+ return;
2819
+ }
2820
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2821
+ this.openCell();
2822
+ }
2823
+ }
2824
+ else {
2825
+ this.openCell();
2826
+ }
2827
+ }
2828
+ }
2829
+ openCell() {
2830
+ this.tt.updateEditingCell(this.el.nativeElement, this.data, this.field);
2831
+ DomHandler.addClass(this.el.nativeElement, 'p-cell-editing');
2832
+ this.tt.onEditInit.emit({ field: this.field, data: this.data });
2833
+ this.tt.editingCellClick = true;
2834
+ this.zone.runOutsideAngular(() => {
2835
+ setTimeout(() => {
2836
+ let focusable = DomHandler.findSingle(this.el.nativeElement, 'input, textarea');
2837
+ if (focusable) {
2838
+ focusable.focus();
2839
+ }
2840
+ }, 50);
2841
+ });
2842
+ }
2843
+ closeEditingCell() {
2844
+ DomHandler.removeClass(this.tt.editingCell, 'p-checkbox-icon');
2845
+ this.tt.editingCell = null;
2846
+ this.tt.unbindDocumentEditListener();
2847
+ }
2848
+ onKeyDown(event) {
2849
+ if (this.isEnabled()) {
2850
+ //enter
2851
+ if (event.keyCode == 13) {
2852
+ if (this.tt.isEditingCellValid()) {
2853
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2854
+ this.closeEditingCell();
2855
+ this.tt.onEditComplete.emit({ field: this.field, data: this.data });
2856
+ }
2857
+ event.preventDefault();
2858
+ }
2859
+ //escape
2860
+ else if (event.keyCode == 27) {
2861
+ if (this.tt.isEditingCellValid()) {
2862
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2863
+ this.closeEditingCell();
2864
+ this.tt.onEditCancel.emit({ field: this.field, data: this.data });
2865
+ }
2866
+ event.preventDefault();
2867
+ }
2868
+ //tab
2869
+ else if (event.keyCode == 9) {
2870
+ this.tt.onEditComplete.emit({ field: this.field, data: this.data });
2871
+ if (event.shiftKey)
2872
+ this.moveToPreviousCell(event);
2873
+ else
2874
+ this.moveToNextCell(event);
2875
+ }
2876
+ }
2877
+ }
2878
+ findCell(element) {
2879
+ if (element) {
2880
+ let cell = element;
2881
+ while (cell && !DomHandler.hasClass(cell, 'p-cell-editing')) {
2882
+ cell = cell.parentElement;
2883
+ }
2884
+ return cell;
2885
+ }
2886
+ else {
2887
+ return null;
2888
+ }
2889
+ }
2890
+ moveToPreviousCell(event) {
2891
+ let currentCell = this.findCell(event.target);
2892
+ let row = currentCell.parentElement;
2893
+ let targetCell = this.findPreviousEditableColumn(currentCell);
2894
+ if (targetCell) {
2895
+ DomHandler.invokeElementMethod(targetCell, 'click');
2896
+ event.preventDefault();
2897
+ }
2898
+ }
2899
+ moveToNextCell(event) {
2900
+ let currentCell = this.findCell(event.target);
2901
+ let row = currentCell.parentElement;
2902
+ let targetCell = this.findNextEditableColumn(currentCell);
2903
+ if (targetCell) {
2904
+ DomHandler.invokeElementMethod(targetCell, 'click');
2905
+ event.preventDefault();
2906
+ }
2907
+ }
2908
+ findPreviousEditableColumn(cell) {
2909
+ let prevCell = cell.previousElementSibling;
2910
+ if (!prevCell) {
2911
+ let previousRow = cell.parentElement ? cell.parentElement.previousElementSibling : null;
2912
+ if (previousRow) {
2913
+ prevCell = previousRow.lastElementChild;
2914
+ }
2915
+ }
2916
+ if (prevCell) {
2917
+ if (DomHandler.hasClass(prevCell, 'p-editable-column'))
2918
+ return prevCell;
2919
+ else
2920
+ return this.findPreviousEditableColumn(prevCell);
2921
+ }
2922
+ else {
2923
+ return null;
2924
+ }
2925
+ }
2926
+ findNextEditableColumn(cell) {
2927
+ let nextCell = cell.nextElementSibling;
2928
+ if (!nextCell) {
2929
+ let nextRow = cell.parentElement ? cell.parentElement.nextElementSibling : null;
2930
+ if (nextRow) {
2931
+ nextCell = nextRow.firstElementChild;
2932
+ }
2933
+ }
2934
+ if (nextCell) {
2935
+ if (DomHandler.hasClass(nextCell, 'p-editable-column'))
2936
+ return nextCell;
2937
+ else
2938
+ return this.findNextEditableColumn(nextCell);
2939
+ }
2940
+ else {
2941
+ return null;
2942
+ }
2943
+ }
2944
+ isEnabled() {
2945
+ return this.ttEditableColumnDisabled !== true;
2946
+ }
2947
+ }
2948
+ TTEditableColumn.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTEditableColumn, deps: [{ token: TreeTable }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
2949
+ TTEditableColumn.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTEditableColumn, selector: "[ttEditableColumn]", inputs: { data: ["ttEditableColumn", "data"], field: ["ttEditableColumnField", "field"], ttEditableColumnDisabled: "ttEditableColumnDisabled" }, host: { listeners: { "click": "onClick($event)", "keydown": "onKeyDown($event)" }, classAttribute: "p-element" }, ngImport: i0 });
2950
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTEditableColumn, decorators: [{
2951
+ type: Directive,
2952
+ args: [{
2953
+ selector: '[ttEditableColumn]',
2954
+ host: {
2955
+ class: 'p-element'
2956
+ }
2957
+ }]
2958
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { data: [{
2959
+ type: Input,
2960
+ args: ['ttEditableColumn']
2961
+ }], field: [{
2962
+ type: Input,
2963
+ args: ['ttEditableColumnField']
2964
+ }], ttEditableColumnDisabled: [{
2965
+ type: Input
2966
+ }], onClick: [{
2967
+ type: HostListener,
2968
+ args: ['click', ['$event']]
2969
+ }], onKeyDown: [{
2970
+ type: HostListener,
2971
+ args: ['keydown', ['$event']]
2972
+ }] } });
2973
+ class TreeTableCellEditor {
2974
+ constructor(tt, editableColumn) {
2975
+ this.tt = tt;
2976
+ this.editableColumn = editableColumn;
2977
+ }
2978
+ ngAfterContentInit() {
2979
+ this.templates.forEach((item) => {
2980
+ switch (item.getType()) {
2981
+ case 'input':
2982
+ this.inputTemplate = item.template;
2983
+ break;
2984
+ case 'output':
2985
+ this.outputTemplate = item.template;
2986
+ break;
2987
+ }
2988
+ });
2989
+ }
2990
+ }
2991
+ TreeTableCellEditor.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableCellEditor, deps: [{ token: TreeTable }, { token: TTEditableColumn }], target: i0.ɵɵFactoryTarget.Component });
2992
+ TreeTableCellEditor.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeTableCellEditor, selector: "p-treeTableCellEditor", host: { classAttribute: "p-element" }, queries: [{ propertyName: "templates", predicate: QiusTemplate }], ngImport: i0, template: `
2993
+ <ng-container *ngIf="tt.editingCell === editableColumn.el.nativeElement">
2994
+ <ng-container *ngTemplateOutlet="inputTemplate"></ng-container>
2995
+ </ng-container>
2996
+ <ng-container *ngIf="!tt.editingCell || tt.editingCell !== editableColumn.el.nativeElement">
2997
+ <ng-container *ngTemplateOutlet="outputTemplate"></ng-container>
2998
+ </ng-container>
2999
+ `, isInline: true, dependencies: [{ kind: "directive", type: i2.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i2.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }], encapsulation: i0.ViewEncapsulation.None });
3000
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableCellEditor, decorators: [{
3001
+ type: Component,
3002
+ args: [{
3003
+ selector: 'p-treeTableCellEditor',
3004
+ template: `
3005
+ <ng-container *ngIf="tt.editingCell === editableColumn.el.nativeElement">
3006
+ <ng-container *ngTemplateOutlet="inputTemplate"></ng-container>
3007
+ </ng-container>
3008
+ <ng-container *ngIf="!tt.editingCell || tt.editingCell !== editableColumn.el.nativeElement">
3009
+ <ng-container *ngTemplateOutlet="outputTemplate"></ng-container>
3010
+ </ng-container>
3011
+ `,
3012
+ encapsulation: ViewEncapsulation.None,
3013
+ host: {
3014
+ class: 'p-element'
3015
+ }
3016
+ }]
3017
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TTEditableColumn }]; }, propDecorators: { templates: [{
3018
+ type: ContentChildren,
3019
+ args: [QiusTemplate]
3020
+ }] } });
3021
+ class TTRow {
3022
+ constructor(tt, el, zone) {
3023
+ this.tt = tt;
3024
+ this.el = el;
3025
+ this.zone = zone;
3026
+ }
3027
+ onKeyDown(event) {
3028
+ switch (event.which) {
3029
+ //down arrow
3030
+ case 40:
3031
+ let nextRow = this.el.nativeElement.nextElementSibling;
3032
+ if (nextRow) {
3033
+ nextRow.focus();
3034
+ }
3035
+ event.preventDefault();
3036
+ break;
3037
+ //down arrow
3038
+ case 38:
3039
+ let prevRow = this.el.nativeElement.previousElementSibling;
3040
+ if (prevRow) {
3041
+ prevRow.focus();
3042
+ }
3043
+ event.preventDefault();
3044
+ break;
3045
+ //left arrow
3046
+ case 37:
3047
+ if (this.rowNode.node.expanded) {
3048
+ this.tt.toggleRowIndex = DomHandler.index(this.el.nativeElement);
3049
+ this.rowNode.node.expanded = false;
3050
+ this.tt.onNodeCollapse.emit({
3051
+ originalEvent: event,
3052
+ node: this.rowNode.node
3053
+ });
3054
+ this.tt.updateSerializedValue();
3055
+ this.tt.tableService.onUIUpdate(this.tt.value);
3056
+ this.restoreFocus();
3057
+ }
3058
+ break;
3059
+ //right arrow
3060
+ case 39:
3061
+ if (!this.rowNode.node.expanded) {
3062
+ this.tt.toggleRowIndex = DomHandler.index(this.el.nativeElement);
3063
+ this.rowNode.node.expanded = true;
3064
+ this.tt.onNodeExpand.emit({
3065
+ originalEvent: event,
3066
+ node: this.rowNode.node
3067
+ });
3068
+ this.tt.updateSerializedValue();
3069
+ this.tt.tableService.onUIUpdate(this.tt.value);
3070
+ this.restoreFocus();
3071
+ }
3072
+ break;
3073
+ }
3074
+ }
3075
+ restoreFocus() {
3076
+ this.zone.runOutsideAngular(() => {
3077
+ setTimeout(() => {
3078
+ let row = DomHandler.findSingle(this.tt.containerViewChild.nativeElement, '.p-treetable-tbody').children[this.tt.toggleRowIndex];
3079
+ if (row) {
3080
+ row.focus();
3081
+ }
3082
+ }, 25);
3083
+ });
3084
+ }
3085
+ }
3086
+ TTRow.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTRow, deps: [{ token: TreeTable }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Directive });
3087
+ TTRow.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "15.2.10", type: TTRow, selector: "[ttRow]", inputs: { rowNode: ["ttRow", "rowNode"] }, host: { listeners: { "keydown": "onKeyDown($event)" }, properties: { "attr.tabindex": "\"0\"" }, classAttribute: "p-element" }, ngImport: i0 });
3088
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTRow, decorators: [{
3089
+ type: Directive,
3090
+ args: [{
3091
+ selector: '[ttRow]',
3092
+ host: {
3093
+ class: 'p-element',
3094
+ '[attr.tabindex]': '"0"'
3095
+ }
3096
+ }]
3097
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { rowNode: [{
3098
+ type: Input,
3099
+ args: ['ttRow']
3100
+ }], onKeyDown: [{
3101
+ type: HostListener,
3102
+ args: ['keydown', ['$event']]
3103
+ }] } });
3104
+ class TreeTableToggler {
3105
+ constructor(tt) {
3106
+ this.tt = tt;
3107
+ }
3108
+ onClick(event) {
3109
+ this.rowNode.node.expanded = !this.rowNode.node.expanded;
3110
+ if (this.rowNode.node.expanded) {
3111
+ this.tt.onNodeExpand.emit({
3112
+ originalEvent: event,
3113
+ node: this.rowNode.node
3114
+ });
3115
+ }
3116
+ else {
3117
+ this.tt.onNodeCollapse.emit({
3118
+ originalEvent: event,
3119
+ node: this.rowNode.node
3120
+ });
3121
+ }
3122
+ this.tt.updateSerializedValue();
3123
+ this.tt.tableService.onUIUpdate(this.tt.value);
3124
+ event.preventDefault();
3125
+ }
3126
+ }
3127
+ TreeTableToggler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableToggler, deps: [{ token: TreeTable }], target: i0.ɵɵFactoryTarget.Component });
3128
+ TreeTableToggler.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.2.10", type: TreeTableToggler, selector: "p-treeTableToggler", inputs: { rowNode: "rowNode" }, host: { classAttribute: "p-element" }, ngImport: i0, template: `
3129
+ <button
3130
+ type="button"
3131
+ class="p-treetable-toggler p-link"
3132
+ (click)="onClick($event)"
3133
+ tabindex="-1"
3134
+ pRipple
3135
+ [style.visibility]="rowNode.node.leaf === false || (rowNode.node.children && rowNode.node.children.length) ? 'visible' : 'hidden'"
3136
+ [style.marginLeft]="rowNode.level * 16 + 'px'"
3137
+ >
3138
+ <ng-container *ngIf="!tt.togglerIconTemplate">
3139
+ <ChevronDownIcon *ngIf="rowNode.node.expanded"/>
3140
+ <ChevronRightIcon *ngIf="!rowNode.node.expanded"/>
3141
+ </ng-container>
3142
+ <ng-template *ngTemplateOutlet="tt.togglerIconTemplate; context: { $implicit: rowNode.node.expanded }"></ng-template>
3143
+ </button>
3144
+ `, isInline: true, dependencies: [{ kind: "directive", type: i0.forwardRef(function () { return i2.NgIf; }), selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i0.forwardRef(function () { return i2.NgTemplateOutlet; }), selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }, { kind: "directive", type: i0.forwardRef(function () { return i5.Ripple; }), selector: "[pRipple]" }, { kind: "component", type: i0.forwardRef(function () { return ChevronDownIcon; }), selector: "ChevronDownIcon" }, { kind: "component", type: i0.forwardRef(function () { return ChevronRightIcon; }), selector: "ChevronRightIcon" }], encapsulation: i0.ViewEncapsulation.None });
3145
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableToggler, decorators: [{
3146
+ type: Component,
3147
+ args: [{
3148
+ selector: 'p-treeTableToggler',
3149
+ template: `
3150
+ <button
3151
+ type="button"
3152
+ class="p-treetable-toggler p-link"
3153
+ (click)="onClick($event)"
3154
+ tabindex="-1"
3155
+ pRipple
3156
+ [style.visibility]="rowNode.node.leaf === false || (rowNode.node.children && rowNode.node.children.length) ? 'visible' : 'hidden'"
3157
+ [style.marginLeft]="rowNode.level * 16 + 'px'"
3158
+ >
3159
+ <ng-container *ngIf="!tt.togglerIconTemplate">
3160
+ <ChevronDownIcon *ngIf="rowNode.node.expanded"/>
3161
+ <ChevronRightIcon *ngIf="!rowNode.node.expanded"/>
3162
+ </ng-container>
3163
+ <ng-template *ngTemplateOutlet="tt.togglerIconTemplate; context: { $implicit: rowNode.node.expanded }"></ng-template>
3164
+ </button>
3165
+ `,
3166
+ encapsulation: ViewEncapsulation.None,
3167
+ host: {
3168
+ class: 'p-element'
3169
+ }
3170
+ }]
3171
+ }], ctorParameters: function () { return [{ type: TreeTable }]; }, propDecorators: { rowNode: [{
3172
+ type: Input
3173
+ }] } });
3174
+ class TreeTableModule {
3175
+ }
3176
+ TreeTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3177
+ TreeTableModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, declarations: [TreeTable, TreeTableToggler, TTScrollableView, TTBody, TTSortableColumn, TTSortIcon, TTResizableColumn, TTRow, TTReorderableColumn, TTSelectableRow, TTSelectableRowDblClick, TTContextMenuRow, TTCheckbox, TTHeaderCheckbox, TTEditableColumn, TreeTableCellEditor], imports: [CommonModule, PaginatorModule, RippleModule, ScrollerModule, SpinnerIcon, ArrowDownIcon, ArrowUpIcon, SortAltIcon, SortAmountUpAltIcon, SortAmountDownIcon, CheckIcon, MinusIcon, ChevronDownIcon, ChevronRightIcon], exports: [TreeTable, SharedModule, TreeTableToggler, TTSortableColumn, TTSortIcon, TTResizableColumn, TTRow, TTReorderableColumn, TTSelectableRow, TTSelectableRowDblClick, TTContextMenuRow, TTCheckbox, TTHeaderCheckbox, TTEditableColumn, TreeTableCellEditor, ScrollerModule] });
3178
+ TreeTableModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, imports: [CommonModule, PaginatorModule, RippleModule, ScrollerModule, SpinnerIcon, ArrowDownIcon, ArrowUpIcon, SortAltIcon, SortAmountUpAltIcon, SortAmountDownIcon, CheckIcon, MinusIcon, ChevronDownIcon, ChevronRightIcon, SharedModule,
3179
+ ScrollerModule] });
3180
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, decorators: [{
3181
+ type: NgModule,
3182
+ args: [{
3183
+ imports: [CommonModule, PaginatorModule, RippleModule, ScrollerModule, SpinnerIcon, ArrowDownIcon, ArrowUpIcon, SortAltIcon, SortAmountUpAltIcon, SortAmountDownIcon, CheckIcon, MinusIcon, ChevronDownIcon, ChevronRightIcon],
3184
+ exports: [
3185
+ TreeTable,
3186
+ SharedModule,
3187
+ TreeTableToggler,
3188
+ TTSortableColumn,
3189
+ TTSortIcon,
3190
+ TTResizableColumn,
3191
+ TTRow,
3192
+ TTReorderableColumn,
3193
+ TTSelectableRow,
3194
+ TTSelectableRowDblClick,
3195
+ TTContextMenuRow,
3196
+ TTCheckbox,
3197
+ TTHeaderCheckbox,
3198
+ TTEditableColumn,
3199
+ TreeTableCellEditor,
3200
+ ScrollerModule
3201
+ ],
3202
+ declarations: [
3203
+ TreeTable,
3204
+ TreeTableToggler,
3205
+ TTScrollableView,
3206
+ TTBody,
3207
+ TTSortableColumn,
3208
+ TTSortIcon,
3209
+ TTResizableColumn,
3210
+ TTRow,
3211
+ TTReorderableColumn,
3212
+ TTSelectableRow,
3213
+ TTSelectableRowDblClick,
3214
+ TTContextMenuRow,
3215
+ TTCheckbox,
3216
+ TTHeaderCheckbox,
3217
+ TTEditableColumn,
3218
+ TreeTableCellEditor
3219
+ ]
3220
+ }]
3221
+ }] });
3222
+
3223
+ /**
3224
+ * Generated bundle index. Do not edit.
3225
+ */
3226
+
3227
+ export { TTBody, TTCheckbox, TTContextMenuRow, TTEditableColumn, TTHeaderCheckbox, TTReorderableColumn, TTResizableColumn, TTRow, TTScrollableView, TTSelectableRow, TTSelectableRowDblClick, TTSortIcon, TTSortableColumn, TreeTable, TreeTableCellEditor, TreeTableModule, TreeTableService, TreeTableToggler };
3228
+ //# sourceMappingURL=qius.solutions-parallel-ui-angular-treetable.mjs.map