@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,3224 @@
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({
566
+ ...this.createLazyLoadMetadata(),
567
+ ...event,
568
+ rows: event.last - event.first
569
+ });
570
+ }
571
+ resetScrollTop() {
572
+ if (this.virtualScroll)
573
+ this.scrollToVirtualIndex(0);
574
+ else
575
+ this.scrollTo({ top: 0 });
576
+ }
577
+ scrollToVirtualIndex(index) {
578
+ if (this.scrollableViewChild) {
579
+ this.scrollableViewChild.scrollToVirtualIndex(index);
580
+ }
581
+ if (this.scrollableFrozenViewChild) {
582
+ this.scrollableFrozenViewChild.scrollToVirtualIndex(index);
583
+ }
584
+ }
585
+ scrollTo(options) {
586
+ if (this.scrollableViewChild) {
587
+ this.scrollableViewChild.scrollTo(options);
588
+ }
589
+ if (this.scrollableFrozenViewChild) {
590
+ this.scrollableFrozenViewChild.scrollTo(options);
591
+ }
592
+ }
593
+ isEmpty() {
594
+ let data = this.filteredNodes || this.value;
595
+ return data == null || data.length == 0;
596
+ }
597
+ getBlockableElement() {
598
+ return this.el.nativeElement.children[0];
599
+ }
600
+ onColumnResizeBegin(event) {
601
+ let containerLeft = DomHandler.getOffset(this.containerViewChild.nativeElement).left;
602
+ this.lastResizerHelperX = event.pageX - containerLeft + this.containerViewChild.nativeElement.scrollLeft;
603
+ event.preventDefault();
604
+ }
605
+ onColumnResize(event) {
606
+ let containerLeft = DomHandler.getOffset(this.containerViewChild.nativeElement).left;
607
+ DomHandler.addClass(this.containerViewChild.nativeElement, 'p-unselectable-text');
608
+ this.resizeHelperViewChild.nativeElement.style.height = this.containerViewChild.nativeElement.offsetHeight + 'px';
609
+ this.resizeHelperViewChild.nativeElement.style.top = 0 + 'px';
610
+ this.resizeHelperViewChild.nativeElement.style.left = event.pageX - containerLeft + this.containerViewChild.nativeElement.scrollLeft + 'px';
611
+ this.resizeHelperViewChild.nativeElement.style.display = 'block';
612
+ }
613
+ onColumnResizeEnd(event, column) {
614
+ let delta = this.resizeHelperViewChild.nativeElement.offsetLeft - this.lastResizerHelperX;
615
+ let columnWidth = column.offsetWidth;
616
+ let newColumnWidth = columnWidth + delta;
617
+ let minWidth = column.style.minWidth || 15;
618
+ if (columnWidth + delta > parseInt(minWidth)) {
619
+ if (this.columnResizeMode === 'fit') {
620
+ let nextColumn = column.nextElementSibling;
621
+ while (!nextColumn.offsetParent) {
622
+ nextColumn = nextColumn.nextElementSibling;
623
+ }
624
+ if (nextColumn) {
625
+ let nextColumnWidth = nextColumn.offsetWidth - delta;
626
+ let nextColumnMinWidth = nextColumn.style.minWidth || 15;
627
+ if (newColumnWidth > 15 && nextColumnWidth > parseInt(nextColumnMinWidth)) {
628
+ if (this.scrollable) {
629
+ let scrollableView = this.findParentScrollableView(column);
630
+ let scrollableBodyTable = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body table') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport table');
631
+ let scrollableHeaderTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-header-table');
632
+ let scrollableFooterTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-footer-table');
633
+ let resizeColumnIndex = DomHandler.index(column);
634
+ this.resizeColGroup(scrollableHeaderTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
635
+ this.resizeColGroup(scrollableBodyTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
636
+ this.resizeColGroup(scrollableFooterTable, resizeColumnIndex, newColumnWidth, nextColumnWidth);
637
+ }
638
+ else {
639
+ column.style.width = newColumnWidth + 'px';
640
+ if (nextColumn) {
641
+ nextColumn.style.width = nextColumnWidth + 'px';
642
+ }
643
+ }
644
+ }
645
+ }
646
+ }
647
+ else if (this.columnResizeMode === 'expand') {
648
+ if (this.scrollable) {
649
+ let scrollableView = this.findParentScrollableView(column);
650
+ let scrollableBody = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport');
651
+ let scrollableHeader = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-header');
652
+ let scrollableFooter = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-footer');
653
+ let scrollableBodyTable = DomHandler.findSingle(scrollableView, '.p-treetable-scrollable-body table') || DomHandler.findSingle(scrollableView, '.p-scroller-viewport table');
654
+ let scrollableHeaderTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-header-table');
655
+ let scrollableFooterTable = DomHandler.findSingle(scrollableView, 'table.p-treetable-scrollable-footer-table');
656
+ scrollableBodyTable.style.width = scrollableBodyTable.offsetWidth + delta + 'px';
657
+ scrollableHeaderTable.style.width = scrollableHeaderTable.offsetWidth + delta + 'px';
658
+ if (scrollableFooterTable) {
659
+ scrollableFooterTable.style.width = scrollableFooterTable.offsetWidth + delta + 'px';
660
+ }
661
+ let resizeColumnIndex = DomHandler.index(column);
662
+ const scrollableBodyTableWidth = column ? scrollableBodyTable.offsetWidth + delta : newColumnWidth;
663
+ const scrollableHeaderTableWidth = column ? scrollableHeaderTable.offsetWidth + delta : newColumnWidth;
664
+ const isContainerInViewport = this.containerViewChild.nativeElement.offsetWidth >= scrollableBodyTableWidth;
665
+ let setWidth = (container, table, width, isContainerInViewport) => {
666
+ if (container && table) {
667
+ container.style.width = isContainerInViewport ? width + DomHandler.calculateScrollbarWidth(scrollableBody) + 'px' : 'auto';
668
+ table.style.width = width + 'px';
669
+ }
670
+ };
671
+ setWidth(scrollableBody, scrollableBodyTable, scrollableBodyTableWidth, isContainerInViewport);
672
+ setWidth(scrollableHeader, scrollableHeaderTable, scrollableHeaderTableWidth, isContainerInViewport);
673
+ setWidth(scrollableFooter, scrollableFooterTable, scrollableHeaderTableWidth, isContainerInViewport);
674
+ this.resizeColGroup(scrollableHeaderTable, resizeColumnIndex, newColumnWidth, null);
675
+ this.resizeColGroup(scrollableBodyTable, resizeColumnIndex, newColumnWidth, null);
676
+ this.resizeColGroup(scrollableFooterTable, resizeColumnIndex, newColumnWidth, null);
677
+ }
678
+ else {
679
+ this.tableViewChild.nativeElement.style.width = this.tableViewChild.nativeElement.offsetWidth + delta + 'px';
680
+ column.style.width = newColumnWidth + 'px';
681
+ let containerWidth = this.tableViewChild.nativeElement.style.width;
682
+ this.containerViewChild.nativeElement.style.width = containerWidth + 'px';
683
+ }
684
+ }
685
+ this.onColResize.emit({
686
+ element: column,
687
+ delta: delta
688
+ });
689
+ }
690
+ this.resizeHelperViewChild.nativeElement.style.display = 'none';
691
+ DomHandler.removeClass(this.containerViewChild.nativeElement, 'p-unselectable-text');
692
+ }
693
+ findParentScrollableView(column) {
694
+ if (column) {
695
+ let parent = column.parentElement;
696
+ while (parent && !DomHandler.hasClass(parent, 'p-treetable-scrollable-view')) {
697
+ parent = parent.parentElement;
698
+ }
699
+ return parent;
700
+ }
701
+ else {
702
+ return null;
703
+ }
704
+ }
705
+ resizeColGroup(table, resizeColumnIndex, newColumnWidth, nextColumnWidth) {
706
+ if (table) {
707
+ let colGroup = table.children[0].nodeName === 'COLGROUP' ? table.children[0] : null;
708
+ if (colGroup) {
709
+ let col = colGroup.children[resizeColumnIndex];
710
+ let nextCol = col.nextElementSibling;
711
+ col.style.width = newColumnWidth + 'px';
712
+ if (nextCol && nextColumnWidth) {
713
+ nextCol.style.width = nextColumnWidth + 'px';
714
+ }
715
+ }
716
+ else {
717
+ throw 'Scrollable tables require a colgroup to support resizable columns';
718
+ }
719
+ }
720
+ }
721
+ onColumnDragStart(event, columnElement) {
722
+ this.reorderIconWidth = DomHandler.getHiddenElementOuterWidth(this.reorderIndicatorUpViewChild.nativeElement);
723
+ this.reorderIconHeight = DomHandler.getHiddenElementOuterHeight(this.reorderIndicatorDownViewChild.nativeElement);
724
+ this.draggedColumn = columnElement;
725
+ event.dataTransfer.setData('text', 'b'); // For firefox
726
+ }
727
+ onColumnDragEnter(event, dropHeader) {
728
+ if (this.reorderableColumns && this.draggedColumn && dropHeader) {
729
+ event.preventDefault();
730
+ let containerOffset = DomHandler.getOffset(this.containerViewChild.nativeElement);
731
+ let dropHeaderOffset = DomHandler.getOffset(dropHeader);
732
+ if (this.draggedColumn != dropHeader) {
733
+ let targetLeft = dropHeaderOffset.left - containerOffset.left;
734
+ let targetTop = containerOffset.top - dropHeaderOffset.top;
735
+ let columnCenter = dropHeaderOffset.left + dropHeader.offsetWidth / 2;
736
+ this.reorderIndicatorUpViewChild.nativeElement.style.top = dropHeaderOffset.top - containerOffset.top - (this.reorderIconHeight - 1) + 'px';
737
+ this.reorderIndicatorDownViewChild.nativeElement.style.top = dropHeaderOffset.top - containerOffset.top + dropHeader.offsetHeight + 'px';
738
+ if (event.pageX > columnCenter) {
739
+ this.reorderIndicatorUpViewChild.nativeElement.style.left = targetLeft + dropHeader.offsetWidth - Math.ceil(this.reorderIconWidth / 2) + 'px';
740
+ this.reorderIndicatorDownViewChild.nativeElement.style.left = targetLeft + dropHeader.offsetWidth - Math.ceil(this.reorderIconWidth / 2) + 'px';
741
+ this.dropPosition = 1;
742
+ }
743
+ else {
744
+ this.reorderIndicatorUpViewChild.nativeElement.style.left = targetLeft - Math.ceil(this.reorderIconWidth / 2) + 'px';
745
+ this.reorderIndicatorDownViewChild.nativeElement.style.left = targetLeft - Math.ceil(this.reorderIconWidth / 2) + 'px';
746
+ this.dropPosition = -1;
747
+ }
748
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'block';
749
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'block';
750
+ }
751
+ else {
752
+ event.dataTransfer.dropEffect = 'none';
753
+ }
754
+ }
755
+ }
756
+ onColumnDragLeave(event) {
757
+ if (this.reorderableColumns && this.draggedColumn) {
758
+ event.preventDefault();
759
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'none';
760
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'none';
761
+ }
762
+ }
763
+ onColumnDrop(event, dropColumn) {
764
+ event.preventDefault();
765
+ if (this.draggedColumn) {
766
+ let dragIndex = DomHandler.indexWithinGroup(this.draggedColumn, 'ttreorderablecolumn');
767
+ let dropIndex = DomHandler.indexWithinGroup(dropColumn, 'ttreorderablecolumn');
768
+ let allowDrop = dragIndex != dropIndex;
769
+ if (allowDrop && ((dropIndex - dragIndex == 1 && this.dropPosition === -1) || (dragIndex - dropIndex == 1 && this.dropPosition === 1))) {
770
+ allowDrop = false;
771
+ }
772
+ if (allowDrop && dropIndex < dragIndex && this.dropPosition === 1) {
773
+ dropIndex = dropIndex + 1;
774
+ }
775
+ if (allowDrop && dropIndex > dragIndex && this.dropPosition === -1) {
776
+ dropIndex = dropIndex - 1;
777
+ }
778
+ if (allowDrop) {
779
+ ObjectUtils.reorderArray(this.columns, dragIndex, dropIndex);
780
+ this.onColReorder.emit({
781
+ dragIndex: dragIndex,
782
+ dropIndex: dropIndex,
783
+ columns: this.columns
784
+ });
785
+ }
786
+ this.reorderIndicatorUpViewChild.nativeElement.style.display = 'none';
787
+ this.reorderIndicatorDownViewChild.nativeElement.style.display = 'none';
788
+ this.draggedColumn.draggable = false;
789
+ this.draggedColumn = null;
790
+ this.dropPosition = null;
791
+ }
792
+ }
793
+ handleRowClick(event) {
794
+ let targetNode = event.originalEvent.target.nodeName;
795
+ if (targetNode == 'INPUT' || targetNode == 'BUTTON' || targetNode == 'A' || DomHandler.hasClass(event.originalEvent.target, 'p-clickable')) {
796
+ return;
797
+ }
798
+ if (this.selectionMode) {
799
+ this.preventSelectionSetterPropagation = true;
800
+ let rowNode = event.rowNode;
801
+ let selected = this.isSelected(rowNode.node);
802
+ let metaSelection = this.rowTouched ? false : this.metaKeySelection;
803
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(rowNode.node.data, this.dataKey)) : null;
804
+ if (metaSelection) {
805
+ let metaKey = event.originalEvent.metaKey || event.originalEvent.ctrlKey;
806
+ if (selected && metaKey) {
807
+ if (this.isSingleSelectionMode()) {
808
+ this._selection = null;
809
+ this.selectionKeys = {};
810
+ this.selectionChange.emit(null);
811
+ }
812
+ else {
813
+ let selectionIndex = this.findIndexInSelection(rowNode.node);
814
+ this._selection = this.selection.filter((val, i) => i != selectionIndex);
815
+ this.selectionChange.emit(this.selection);
816
+ if (dataKeyValue) {
817
+ delete this.selectionKeys[dataKeyValue];
818
+ }
819
+ }
820
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
821
+ }
822
+ else {
823
+ if (this.isSingleSelectionMode()) {
824
+ this._selection = rowNode.node;
825
+ this.selectionChange.emit(rowNode.node);
826
+ if (dataKeyValue) {
827
+ this.selectionKeys = {};
828
+ this.selectionKeys[dataKeyValue] = 1;
829
+ }
830
+ }
831
+ else if (this.isMultipleSelectionMode()) {
832
+ if (metaKey) {
833
+ this._selection = this.selection || [];
834
+ }
835
+ else {
836
+ this._selection = [];
837
+ this.selectionKeys = {};
838
+ }
839
+ this._selection = [...this.selection, rowNode.node];
840
+ this.selectionChange.emit(this.selection);
841
+ if (dataKeyValue) {
842
+ this.selectionKeys[dataKeyValue] = 1;
843
+ }
844
+ }
845
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
846
+ }
847
+ }
848
+ else {
849
+ if (this.selectionMode === 'single') {
850
+ if (selected) {
851
+ this._selection = null;
852
+ this.selectionKeys = {};
853
+ this.selectionChange.emit(this.selection);
854
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
855
+ }
856
+ else {
857
+ this._selection = rowNode.node;
858
+ this.selectionChange.emit(this.selection);
859
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
860
+ if (dataKeyValue) {
861
+ this.selectionKeys = {};
862
+ this.selectionKeys[dataKeyValue] = 1;
863
+ }
864
+ }
865
+ }
866
+ else if (this.selectionMode === 'multiple') {
867
+ if (selected) {
868
+ let selectionIndex = this.findIndexInSelection(rowNode.node);
869
+ this._selection = this.selection.filter((val, i) => i != selectionIndex);
870
+ this.selectionChange.emit(this.selection);
871
+ this.onNodeUnselect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row' });
872
+ if (dataKeyValue) {
873
+ delete this.selectionKeys[dataKeyValue];
874
+ }
875
+ }
876
+ else {
877
+ this._selection = this.selection ? [...this.selection, rowNode.node] : [rowNode.node];
878
+ this.selectionChange.emit(this.selection);
879
+ this.onNodeSelect.emit({ originalEvent: event.originalEvent, node: rowNode.node, type: 'row', index: event.rowIndex });
880
+ if (dataKeyValue) {
881
+ this.selectionKeys[dataKeyValue] = 1;
882
+ }
883
+ }
884
+ }
885
+ }
886
+ this.tableService.onSelectionChange();
887
+ }
888
+ this.rowTouched = false;
889
+ }
890
+ handleRowTouchEnd(event) {
891
+ this.rowTouched = true;
892
+ }
893
+ handleRowRightClick(event) {
894
+ if (this.contextMenu) {
895
+ const node = event.rowNode.node;
896
+ if (this.contextMenuSelectionMode === 'separate') {
897
+ this.contextMenuSelection = node;
898
+ this.contextMenuSelectionChange.emit(node);
899
+ this.onContextMenuSelect.emit({ originalEvent: event.originalEvent, node: node });
900
+ this.contextMenu.show(event.originalEvent);
901
+ this.tableService.onContextMenu(node);
902
+ }
903
+ else if (this.contextMenuSelectionMode === 'joint') {
904
+ this.preventSelectionSetterPropagation = true;
905
+ let selected = this.isSelected(node);
906
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
907
+ if (!selected) {
908
+ if (this.isSingleSelectionMode()) {
909
+ this.selection = node;
910
+ this.selectionChange.emit(node);
911
+ }
912
+ else if (this.isMultipleSelectionMode()) {
913
+ this.selection = [node];
914
+ this.selectionChange.emit(this.selection);
915
+ }
916
+ if (dataKeyValue) {
917
+ this.selectionKeys[dataKeyValue] = 1;
918
+ }
919
+ }
920
+ this.contextMenu.show(event.originalEvent);
921
+ this.onContextMenuSelect.emit({ originalEvent: event.originalEvent, node: node });
922
+ }
923
+ }
924
+ }
925
+ toggleNodeWithCheckbox(event) {
926
+ this.selection = this.selection || [];
927
+ this.preventSelectionSetterPropagation = true;
928
+ let node = event.rowNode.node;
929
+ let selected = this.isSelected(node);
930
+ if (selected) {
931
+ this.propagateSelectionDown(node, false);
932
+ if (event.rowNode.parent) {
933
+ this.propagateSelectionUp(node.parent, false);
934
+ }
935
+ this.selectionChange.emit(this.selection);
936
+ this.onNodeUnselect.emit({ originalEvent: event, node: node });
937
+ }
938
+ else {
939
+ this.propagateSelectionDown(node, true);
940
+ if (event.rowNode.parent) {
941
+ this.propagateSelectionUp(node.parent, true);
942
+ }
943
+ this.selectionChange.emit(this.selection);
944
+ this.onNodeSelect.emit({ originalEvent: event, node: node });
945
+ }
946
+ this.tableService.onSelectionChange();
947
+ }
948
+ toggleNodesWithCheckbox(event, check) {
949
+ let data = this.filteredNodes || this.value;
950
+ this._selection = check && data ? data.slice() : [];
951
+ if (check) {
952
+ if (data && data.length) {
953
+ for (let node of data) {
954
+ this.propagateSelectionDown(node, true);
955
+ }
956
+ }
957
+ }
958
+ else {
959
+ this._selection = [];
960
+ this.selectionKeys = {};
961
+ }
962
+ this.preventSelectionSetterPropagation = true;
963
+ this.selectionChange.emit(this._selection);
964
+ this.tableService.onSelectionChange();
965
+ this.onHeaderCheckboxToggle.emit({ originalEvent: event, checked: check });
966
+ }
967
+ propagateSelectionUp(node, select) {
968
+ if (node.children && node.children.length) {
969
+ let selectedChildCount = 0;
970
+ let childPartialSelected = false;
971
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
972
+ for (let child of node.children) {
973
+ if (this.isSelected(child))
974
+ selectedChildCount++;
975
+ else if (child.partialSelected)
976
+ childPartialSelected = true;
977
+ }
978
+ if (select && selectedChildCount == node.children.length) {
979
+ this._selection = [...(this.selection || []), node];
980
+ node.partialSelected = false;
981
+ if (dataKeyValue) {
982
+ this.selectionKeys[dataKeyValue] = 1;
983
+ }
984
+ }
985
+ else {
986
+ if (!select) {
987
+ let index = this.findIndexInSelection(node);
988
+ if (index >= 0) {
989
+ this._selection = this.selection.filter((val, i) => i != index);
990
+ if (dataKeyValue) {
991
+ delete this.selectionKeys[dataKeyValue];
992
+ }
993
+ }
994
+ }
995
+ if (childPartialSelected || (selectedChildCount > 0 && selectedChildCount != node.children.length))
996
+ node.partialSelected = true;
997
+ else
998
+ node.partialSelected = false;
999
+ }
1000
+ }
1001
+ let parent = node.parent;
1002
+ if (parent) {
1003
+ this.propagateSelectionUp(parent, select);
1004
+ }
1005
+ }
1006
+ propagateSelectionDown(node, select) {
1007
+ let index = this.findIndexInSelection(node);
1008
+ let dataKeyValue = this.dataKey ? String(ObjectUtils.resolveFieldData(node.data, this.dataKey)) : null;
1009
+ if (select && index == -1) {
1010
+ this._selection = [...(this.selection || []), node];
1011
+ if (dataKeyValue) {
1012
+ this.selectionKeys[dataKeyValue] = 1;
1013
+ }
1014
+ }
1015
+ else if (!select && index > -1) {
1016
+ this._selection = this.selection.filter((val, i) => i != index);
1017
+ if (dataKeyValue) {
1018
+ delete this.selectionKeys[dataKeyValue];
1019
+ }
1020
+ }
1021
+ node.partialSelected = false;
1022
+ if (node.children && node.children.length) {
1023
+ for (let child of node.children) {
1024
+ this.propagateSelectionDown(child, select);
1025
+ }
1026
+ }
1027
+ }
1028
+ isSelected(node) {
1029
+ if (node && this.selection) {
1030
+ if (this.dataKey) {
1031
+ return this.selectionKeys[ObjectUtils.resolveFieldData(node.data, this.dataKey)] !== undefined;
1032
+ }
1033
+ else {
1034
+ if (Array.isArray(this.selection))
1035
+ return this.findIndexInSelection(node) > -1;
1036
+ else
1037
+ return this.equals(node, this.selection);
1038
+ }
1039
+ }
1040
+ return false;
1041
+ }
1042
+ findIndexInSelection(node) {
1043
+ let index = -1;
1044
+ if (this.selection && this.selection.length) {
1045
+ for (let i = 0; i < this.selection.length; i++) {
1046
+ if (this.equals(node, this.selection[i])) {
1047
+ index = i;
1048
+ break;
1049
+ }
1050
+ }
1051
+ }
1052
+ return index;
1053
+ }
1054
+ isSingleSelectionMode() {
1055
+ return this.selectionMode === 'single';
1056
+ }
1057
+ isMultipleSelectionMode() {
1058
+ return this.selectionMode === 'multiple';
1059
+ }
1060
+ equals(node1, node2) {
1061
+ return this.compareSelectionBy === 'equals' ? node1 === node2 : ObjectUtils.equals(node1.data, node2.data, this.dataKey);
1062
+ }
1063
+ filter(value, field, matchMode) {
1064
+ if (this.filterTimeout) {
1065
+ clearTimeout(this.filterTimeout);
1066
+ }
1067
+ if (!this.isFilterBlank(value)) {
1068
+ this.filters[field] = { value: value, matchMode: matchMode };
1069
+ }
1070
+ else if (this.filters[field]) {
1071
+ delete this.filters[field];
1072
+ }
1073
+ this.filterTimeout = setTimeout(() => {
1074
+ this._filter();
1075
+ this.filterTimeout = null;
1076
+ }, this.filterDelay);
1077
+ }
1078
+ filterGlobal(value, matchMode) {
1079
+ this.filter(value, 'global', matchMode);
1080
+ }
1081
+ isFilterBlank(filter) {
1082
+ if (filter !== null && filter !== undefined) {
1083
+ if ((typeof filter === 'string' && filter.trim().length == 0) || (Array.isArray(filter) && filter.length == 0))
1084
+ return true;
1085
+ else
1086
+ return false;
1087
+ }
1088
+ return true;
1089
+ }
1090
+ _filter() {
1091
+ if (this.lazy) {
1092
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
1093
+ }
1094
+ else {
1095
+ if (!this.value) {
1096
+ return;
1097
+ }
1098
+ if (!this.hasFilter()) {
1099
+ this.filteredNodes = null;
1100
+ if (this.paginator) {
1101
+ this.totalRecords = this.value ? this.value.length : 0;
1102
+ }
1103
+ }
1104
+ else {
1105
+ let globalFilterFieldsArray;
1106
+ if (this.filters['global']) {
1107
+ if (!this.columns && !this.globalFilterFields)
1108
+ throw new Error('Global filtering requires dynamic columns or globalFilterFields to be defined.');
1109
+ else
1110
+ globalFilterFieldsArray = this.globalFilterFields || this.columns;
1111
+ }
1112
+ this.filteredNodes = [];
1113
+ const isStrictMode = this.filterMode === 'strict';
1114
+ let isValueChanged = false;
1115
+ for (let node of this.value) {
1116
+ let copyNode = { ...node };
1117
+ let localMatch = true;
1118
+ let globalMatch = false;
1119
+ let paramsWithoutNode;
1120
+ for (let prop in this.filters) {
1121
+ if (this.filters.hasOwnProperty(prop) && prop !== 'global') {
1122
+ let filterMeta = this.filters[prop];
1123
+ let filterField = prop;
1124
+ let filterValue = filterMeta.value;
1125
+ let filterMatchMode = filterMeta.matchMode || 'startsWith';
1126
+ let filterConstraint = this.filterService.filters[filterMatchMode];
1127
+ paramsWithoutNode = { filterField, filterValue, filterConstraint, isStrictMode };
1128
+ if ((isStrictMode && !(this.findFilteredNodes(copyNode, paramsWithoutNode) || this.isFilterMatched(copyNode, paramsWithoutNode))) ||
1129
+ (!isStrictMode && !(this.isFilterMatched(copyNode, paramsWithoutNode) || this.findFilteredNodes(copyNode, paramsWithoutNode)))) {
1130
+ localMatch = false;
1131
+ }
1132
+ if (!localMatch) {
1133
+ break;
1134
+ }
1135
+ }
1136
+ }
1137
+ if (this.filters['global'] && !globalMatch && globalFilterFieldsArray) {
1138
+ for (let j = 0; j < globalFilterFieldsArray.length; j++) {
1139
+ let copyNodeForGlobal = { ...copyNode };
1140
+ let filterField = globalFilterFieldsArray[j].field || globalFilterFieldsArray[j];
1141
+ let filterValue = this.filters['global'].value;
1142
+ let filterConstraint = this.filterService.filters[this.filters['global'].matchMode];
1143
+ paramsWithoutNode = { filterField, filterValue, filterConstraint, isStrictMode };
1144
+ if ((isStrictMode && (this.findFilteredNodes(copyNodeForGlobal, paramsWithoutNode) || this.isFilterMatched(copyNodeForGlobal, paramsWithoutNode))) ||
1145
+ (!isStrictMode && (this.isFilterMatched(copyNodeForGlobal, paramsWithoutNode) || this.findFilteredNodes(copyNodeForGlobal, paramsWithoutNode)))) {
1146
+ globalMatch = true;
1147
+ copyNode = copyNodeForGlobal;
1148
+ }
1149
+ }
1150
+ }
1151
+ let matches = localMatch;
1152
+ if (this.filters['global']) {
1153
+ matches = localMatch && globalMatch;
1154
+ }
1155
+ if (matches) {
1156
+ this.filteredNodes.push(copyNode);
1157
+ }
1158
+ isValueChanged = isValueChanged || !localMatch || globalMatch || (localMatch && this.filteredNodes.length > 0) || (!globalMatch && this.filteredNodes.length === 0);
1159
+ }
1160
+ if (!isValueChanged) {
1161
+ this.filteredNodes = null;
1162
+ }
1163
+ if (this.paginator) {
1164
+ this.totalRecords = this.filteredNodes ? this.filteredNodes.length : this.value ? this.value.length : 0;
1165
+ }
1166
+ }
1167
+ }
1168
+ this.first = 0;
1169
+ const filteredValue = this.filteredNodes || this.value;
1170
+ this.onFilter.emit({
1171
+ filters: this.filters,
1172
+ filteredValue: filteredValue
1173
+ });
1174
+ this.tableService.onUIUpdate(filteredValue);
1175
+ this.updateSerializedValue();
1176
+ if (this.scrollable) {
1177
+ this.resetScrollTop();
1178
+ }
1179
+ }
1180
+ findFilteredNodes(node, paramsWithoutNode) {
1181
+ if (node) {
1182
+ let matched = false;
1183
+ if (node.children) {
1184
+ let childNodes = [...node.children];
1185
+ node.children = [];
1186
+ for (let childNode of childNodes) {
1187
+ let copyChildNode = { ...childNode };
1188
+ if (this.isFilterMatched(copyChildNode, paramsWithoutNode)) {
1189
+ matched = true;
1190
+ node.children.push(copyChildNode);
1191
+ }
1192
+ }
1193
+ }
1194
+ if (matched) {
1195
+ return true;
1196
+ }
1197
+ }
1198
+ }
1199
+ isFilterMatched(node, { filterField, filterValue, filterConstraint, isStrictMode }) {
1200
+ let matched = false;
1201
+ let dataFieldValue = ObjectUtils.resolveFieldData(node.data, filterField);
1202
+ if (filterConstraint(dataFieldValue, filterValue, this.filterLocale)) {
1203
+ matched = true;
1204
+ }
1205
+ if (!matched || (isStrictMode && !this.isNodeLeaf(node))) {
1206
+ matched = this.findFilteredNodes(node, { filterField, filterValue, filterConstraint, isStrictMode }) || matched;
1207
+ }
1208
+ return matched;
1209
+ }
1210
+ isNodeLeaf(node) {
1211
+ return node.leaf === false ? false : !(node.children && node.children.length);
1212
+ }
1213
+ hasFilter() {
1214
+ let empty = true;
1215
+ for (let prop in this.filters) {
1216
+ if (this.filters.hasOwnProperty(prop)) {
1217
+ empty = false;
1218
+ break;
1219
+ }
1220
+ }
1221
+ return !empty;
1222
+ }
1223
+ reset() {
1224
+ this._sortField = null;
1225
+ this._sortOrder = 1;
1226
+ this._multiSortMeta = null;
1227
+ this.tableService.onSort(null);
1228
+ this.filteredNodes = null;
1229
+ this.filters = {};
1230
+ this.first = 0;
1231
+ if (this.lazy) {
1232
+ this.onLazyLoad.emit(this.createLazyLoadMetadata());
1233
+ }
1234
+ else {
1235
+ this.totalRecords = this._value ? this._value.length : 0;
1236
+ }
1237
+ }
1238
+ updateEditingCell(cell, data, field) {
1239
+ this.editingCell = cell;
1240
+ this.editingCellData = data;
1241
+ this.editingCellField = field;
1242
+ this.bindDocumentEditListener();
1243
+ }
1244
+ isEditingCellValid() {
1245
+ return this.editingCell && DomHandler.find(this.editingCell, '.ng-invalid.ng-dirty').length === 0;
1246
+ }
1247
+ bindDocumentEditListener() {
1248
+ if (!this.documentEditListener) {
1249
+ this.documentEditListener = this.renderer.listen(this.document, 'click', (event) => {
1250
+ if (this.editingCell && !this.editingCellClick && this.isEditingCellValid()) {
1251
+ DomHandler.removeClass(this.editingCell, 'p-cell-editing');
1252
+ this.editingCell = null;
1253
+ this.onEditComplete.emit({ field: this.editingCellField, data: this.editingCellData });
1254
+ this.editingCellField = null;
1255
+ this.editingCellData = null;
1256
+ this.unbindDocumentEditListener();
1257
+ }
1258
+ this.editingCellClick = false;
1259
+ });
1260
+ }
1261
+ }
1262
+ unbindDocumentEditListener() {
1263
+ if (this.documentEditListener) {
1264
+ this.documentEditListener();
1265
+ this.documentEditListener = null;
1266
+ }
1267
+ }
1268
+ ngOnDestroy() {
1269
+ this.unbindDocumentEditListener();
1270
+ this.editingCell = null;
1271
+ this.editingCellField = null;
1272
+ this.editingCellData = null;
1273
+ this.initialized = null;
1274
+ }
1275
+ }
1276
+ 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 });
1277
+ 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: `
1278
+ <div
1279
+ #container
1280
+ [ngStyle]="style"
1281
+ [class]="styleClass"
1282
+ data-scrollselectors=".p-treetable-scrollable-body"
1283
+ [ngClass]="{
1284
+ 'p-treetable p-component': true,
1285
+ 'p-treetable-hoverable-rows': rowHover || selectionMode === 'single' || selectionMode === 'multiple',
1286
+ 'p-treetable-auto-layout': autoLayout,
1287
+ 'p-treetable-resizable': resizableColumns,
1288
+ 'p-treetable-resizable-fit': resizableColumns && columnResizeMode === 'fit',
1289
+ 'p-treetable-flex-scrollable': scrollable && scrollHeight === 'flex'
1290
+ }"
1291
+ >
1292
+ <div class="p-treetable-loading" *ngIf="loading && showLoader">
1293
+ <div class="p-treetable-loading-overlay p-component-overlay">
1294
+ <i *ngIf="loadingIcon" [class]="'p-treetable-loading-icon pi-spin ' + loadingIcon"></i>
1295
+ <ng-container *ngIf="!loadingIcon">
1296
+ <SpinnerIcon *ngIf="!loadingIconTemplate" [spin]="true" [styleClass]="'p-treetable-loading-icon'"/>
1297
+ <span *ngIf="loadingIconTemplate" class="p-treetable-loading-icon">
1298
+ <ng-template *ngTemplateOutlet="loadingIconTemplate"></ng-template>
1299
+ </span>
1300
+ </ng-container>
1301
+ </div>
1302
+ </div>
1303
+ <div *ngIf="captionTemplate" class="p-treetable-header">
1304
+ <ng-container *ngTemplateOutlet="captionTemplate"></ng-container>
1305
+ </div>
1306
+ <p-paginator
1307
+ [rows]="rows"
1308
+ [first]="first"
1309
+ [totalRecords]="totalRecords"
1310
+ [pageLinkSize]="pageLinks"
1311
+ styleClass="p-paginator-top"
1312
+ [alwaysShow]="alwaysShowPaginator"
1313
+ (onPageChange)="onPageChange($event)"
1314
+ [rowsPerPageOptions]="rowsPerPageOptions"
1315
+ *ngIf="paginator && (paginatorPosition === 'top' || paginatorPosition == 'both')"
1316
+ [templateLeft]="paginatorLeftTemplate"
1317
+ [templateRight]="paginatorRightTemplate"
1318
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1319
+ [currentPageReportTemplate]="currentPageReportTemplate"
1320
+ [showFirstLastIcon]="showFirstLastIcon"
1321
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1322
+ [showCurrentPageReport]="showCurrentPageReport"
1323
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1324
+ [showPageLinks]="showPageLinks"
1325
+ >
1326
+ <ng-template pTemplate="firstpagelinkicon">
1327
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1328
+ </ng-template>
1329
+
1330
+ <ng-template pTemplate="previouspagelinkicon">
1331
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1332
+ </ng-template>
1333
+
1334
+ <ng-template pTemplate="lastpagelinkicon">
1335
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1336
+ </ng-template>
1337
+
1338
+ <ng-template pTemplate="nextpagelinkicon">
1339
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1340
+ </ng-template>
1341
+ </p-paginator>
1342
+
1343
+ <div class="p-treetable-wrapper" *ngIf="!scrollable">
1344
+ <table #table [ngClass]="tableStyleClass" [ngStyle]="tableStyle">
1345
+ <ng-container *ngTemplateOutlet="colGroupTemplate; context: { $implicit: columns }"></ng-container>
1346
+ <thead class="p-treetable-thead">
1347
+ <ng-container *ngTemplateOutlet="headerTemplate; context: { $implicit: columns }"></ng-container>
1348
+ </thead>
1349
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="bodyTemplate"></tbody>
1350
+ <tfoot class="p-treetable-tfoot">
1351
+ <ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: columns }"></ng-container>
1352
+ </tfoot>
1353
+ </table>
1354
+ </div>
1355
+
1356
+ <div class="p-treetable-scrollable-wrapper" *ngIf="scrollable">
1357
+ <div
1358
+ class="p-treetable-scrollable-view p-treetable-frozen-view"
1359
+ *ngIf="frozenColumns || frozenBodyTemplate"
1360
+ #scrollableFrozenView
1361
+ [ttScrollableView]="frozenColumns"
1362
+ [frozen]="true"
1363
+ [ngStyle]="{ width: frozenWidth }"
1364
+ [scrollHeight]="scrollHeight"
1365
+ ></div>
1366
+ <div class="p-treetable-scrollable-view" #scrollableView [ttScrollableView]="columns" [frozen]="false" [scrollHeight]="scrollHeight" [ngStyle]="{ left: frozenWidth, width: 'calc(100% - ' + frozenWidth + ')' }"></div>
1367
+ </div>
1368
+
1369
+ <p-paginator
1370
+ [rows]="rows"
1371
+ [first]="first"
1372
+ [totalRecords]="totalRecords"
1373
+ [pageLinkSize]="pageLinks"
1374
+ styleClass="p-paginator-bottom"
1375
+ [alwaysShow]="alwaysShowPaginator"
1376
+ (onPageChange)="onPageChange($event)"
1377
+ [rowsPerPageOptions]="rowsPerPageOptions"
1378
+ *ngIf="paginator && (paginatorPosition === 'bottom' || paginatorPosition == 'both')"
1379
+ [templateLeft]="paginatorLeftTemplate"
1380
+ [templateRight]="paginatorRightTemplate"
1381
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1382
+ [currentPageReportTemplate]="currentPageReportTemplate"
1383
+ [showFirstLastIcon]="showFirstLastIcon"
1384
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1385
+ [showCurrentPageReport]="showCurrentPageReport"
1386
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1387
+ [showPageLinks]="showPageLinks"
1388
+ >
1389
+ <ng-template pTemplate="firstpagelinkicon">
1390
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1391
+ </ng-template>
1392
+
1393
+ <ng-template pTemplate="previouspagelinkicon">
1394
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1395
+ </ng-template>
1396
+
1397
+ <ng-template pTemplate="lastpagelinkicon">
1398
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1399
+ </ng-template>
1400
+
1401
+ <ng-template pTemplate="nextpagelinkicon">
1402
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1403
+ </ng-template>
1404
+ </p-paginator>
1405
+ <div *ngIf="summaryTemplate" class="p-treetable-footer">
1406
+ <ng-container *ngTemplateOutlet="summaryTemplate"></ng-container>
1407
+ </div>
1408
+
1409
+ <div #resizeHelper class="p-column-resizer-helper" style="display:none" *ngIf="resizableColumns"></div>
1410
+ <span #reorderIndicatorUp class="p-treetable-reorder-indicator-up" style="display: none;" *ngIf="reorderableColumns">
1411
+ <ArrowDownIcon *ngIf="!reorderIndicatorUpIconTemplate"/>
1412
+ <ng-template *ngTemplateOutlet="reorderIndicatorUpIconTemplate"></ng-template>
1413
+ </span>
1414
+ <span #reorderIndicatorDown class="p-treetable-reorder-indicator-down" style="display: none;" *ngIf="reorderableColumns">
1415
+ <ArrowUpIcon *ngIf="!reorderIndicatorDownIconTemplate"/>
1416
+ <ng-template *ngTemplateOutlet="reorderIndicatorDownIconTemplate"></ng-template>
1417
+ </span>
1418
+ </div>
1419
+ `, 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 });
1420
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTable, decorators: [{
1421
+ type: Component,
1422
+ args: [{ selector: 'p-treeTable', template: `
1423
+ <div
1424
+ #container
1425
+ [ngStyle]="style"
1426
+ [class]="styleClass"
1427
+ data-scrollselectors=".p-treetable-scrollable-body"
1428
+ [ngClass]="{
1429
+ 'p-treetable p-component': true,
1430
+ 'p-treetable-hoverable-rows': rowHover || selectionMode === 'single' || selectionMode === 'multiple',
1431
+ 'p-treetable-auto-layout': autoLayout,
1432
+ 'p-treetable-resizable': resizableColumns,
1433
+ 'p-treetable-resizable-fit': resizableColumns && columnResizeMode === 'fit',
1434
+ 'p-treetable-flex-scrollable': scrollable && scrollHeight === 'flex'
1435
+ }"
1436
+ >
1437
+ <div class="p-treetable-loading" *ngIf="loading && showLoader">
1438
+ <div class="p-treetable-loading-overlay p-component-overlay">
1439
+ <i *ngIf="loadingIcon" [class]="'p-treetable-loading-icon pi-spin ' + loadingIcon"></i>
1440
+ <ng-container *ngIf="!loadingIcon">
1441
+ <SpinnerIcon *ngIf="!loadingIconTemplate" [spin]="true" [styleClass]="'p-treetable-loading-icon'"/>
1442
+ <span *ngIf="loadingIconTemplate" class="p-treetable-loading-icon">
1443
+ <ng-template *ngTemplateOutlet="loadingIconTemplate"></ng-template>
1444
+ </span>
1445
+ </ng-container>
1446
+ </div>
1447
+ </div>
1448
+ <div *ngIf="captionTemplate" class="p-treetable-header">
1449
+ <ng-container *ngTemplateOutlet="captionTemplate"></ng-container>
1450
+ </div>
1451
+ <p-paginator
1452
+ [rows]="rows"
1453
+ [first]="first"
1454
+ [totalRecords]="totalRecords"
1455
+ [pageLinkSize]="pageLinks"
1456
+ styleClass="p-paginator-top"
1457
+ [alwaysShow]="alwaysShowPaginator"
1458
+ (onPageChange)="onPageChange($event)"
1459
+ [rowsPerPageOptions]="rowsPerPageOptions"
1460
+ *ngIf="paginator && (paginatorPosition === 'top' || paginatorPosition == 'both')"
1461
+ [templateLeft]="paginatorLeftTemplate"
1462
+ [templateRight]="paginatorRightTemplate"
1463
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1464
+ [currentPageReportTemplate]="currentPageReportTemplate"
1465
+ [showFirstLastIcon]="showFirstLastIcon"
1466
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1467
+ [showCurrentPageReport]="showCurrentPageReport"
1468
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1469
+ [showPageLinks]="showPageLinks"
1470
+ >
1471
+ <ng-template pTemplate="firstpagelinkicon">
1472
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1473
+ </ng-template>
1474
+
1475
+ <ng-template pTemplate="previouspagelinkicon">
1476
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1477
+ </ng-template>
1478
+
1479
+ <ng-template pTemplate="lastpagelinkicon">
1480
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1481
+ </ng-template>
1482
+
1483
+ <ng-template pTemplate="nextpagelinkicon">
1484
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1485
+ </ng-template>
1486
+ </p-paginator>
1487
+
1488
+ <div class="p-treetable-wrapper" *ngIf="!scrollable">
1489
+ <table #table [ngClass]="tableStyleClass" [ngStyle]="tableStyle">
1490
+ <ng-container *ngTemplateOutlet="colGroupTemplate; context: { $implicit: columns }"></ng-container>
1491
+ <thead class="p-treetable-thead">
1492
+ <ng-container *ngTemplateOutlet="headerTemplate; context: { $implicit: columns }"></ng-container>
1493
+ </thead>
1494
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="bodyTemplate"></tbody>
1495
+ <tfoot class="p-treetable-tfoot">
1496
+ <ng-container *ngTemplateOutlet="footerTemplate; context: { $implicit: columns }"></ng-container>
1497
+ </tfoot>
1498
+ </table>
1499
+ </div>
1500
+
1501
+ <div class="p-treetable-scrollable-wrapper" *ngIf="scrollable">
1502
+ <div
1503
+ class="p-treetable-scrollable-view p-treetable-frozen-view"
1504
+ *ngIf="frozenColumns || frozenBodyTemplate"
1505
+ #scrollableFrozenView
1506
+ [ttScrollableView]="frozenColumns"
1507
+ [frozen]="true"
1508
+ [ngStyle]="{ width: frozenWidth }"
1509
+ [scrollHeight]="scrollHeight"
1510
+ ></div>
1511
+ <div class="p-treetable-scrollable-view" #scrollableView [ttScrollableView]="columns" [frozen]="false" [scrollHeight]="scrollHeight" [ngStyle]="{ left: frozenWidth, width: 'calc(100% - ' + frozenWidth + ')' }"></div>
1512
+ </div>
1513
+
1514
+ <p-paginator
1515
+ [rows]="rows"
1516
+ [first]="first"
1517
+ [totalRecords]="totalRecords"
1518
+ [pageLinkSize]="pageLinks"
1519
+ styleClass="p-paginator-bottom"
1520
+ [alwaysShow]="alwaysShowPaginator"
1521
+ (onPageChange)="onPageChange($event)"
1522
+ [rowsPerPageOptions]="rowsPerPageOptions"
1523
+ *ngIf="paginator && (paginatorPosition === 'bottom' || paginatorPosition == 'both')"
1524
+ [templateLeft]="paginatorLeftTemplate"
1525
+ [templateRight]="paginatorRightTemplate"
1526
+ [dropdownAppendTo]="paginatorDropdownAppendTo"
1527
+ [currentPageReportTemplate]="currentPageReportTemplate"
1528
+ [showFirstLastIcon]="showFirstLastIcon"
1529
+ [dropdownItemTemplate]="paginatorDropdownItemTemplate"
1530
+ [showCurrentPageReport]="showCurrentPageReport"
1531
+ [showJumpToPageDropdown]="showJumpToPageDropdown"
1532
+ [showPageLinks]="showPageLinks"
1533
+ >
1534
+ <ng-template pTemplate="firstpagelinkicon">
1535
+ <ng-container *ngTemplateOutlet="paginatorFirstPageLinkIconTemplate"></ng-container>
1536
+ </ng-template>
1537
+
1538
+ <ng-template pTemplate="previouspagelinkicon">
1539
+ <ng-container *ngTemplateOutlet="paginatorPreviousPageLinkIconTemplate"></ng-container>
1540
+ </ng-template>
1541
+
1542
+ <ng-template pTemplate="lastpagelinkicon">
1543
+ <ng-container *ngTemplateOutlet="paginatorLastPageLinkIconTemplate"></ng-container>
1544
+ </ng-template>
1545
+
1546
+ <ng-template pTemplate="nextpagelinkicon">
1547
+ <ng-container *ngTemplateOutlet="paginatorNextPageLinkIconTemplate"></ng-container>
1548
+ </ng-template>
1549
+ </p-paginator>
1550
+ <div *ngIf="summaryTemplate" class="p-treetable-footer">
1551
+ <ng-container *ngTemplateOutlet="summaryTemplate"></ng-container>
1552
+ </div>
1553
+
1554
+ <div #resizeHelper class="p-column-resizer-helper" style="display:none" *ngIf="resizableColumns"></div>
1555
+ <span #reorderIndicatorUp class="p-treetable-reorder-indicator-up" style="display: none;" *ngIf="reorderableColumns">
1556
+ <ArrowDownIcon *ngIf="!reorderIndicatorUpIconTemplate"/>
1557
+ <ng-template *ngTemplateOutlet="reorderIndicatorUpIconTemplate"></ng-template>
1558
+ </span>
1559
+ <span #reorderIndicatorDown class="p-treetable-reorder-indicator-down" style="display: none;" *ngIf="reorderableColumns">
1560
+ <ArrowUpIcon *ngIf="!reorderIndicatorDownIconTemplate"/>
1561
+ <ng-template *ngTemplateOutlet="reorderIndicatorDownIconTemplate"></ng-template>
1562
+ </span>
1563
+ </div>
1564
+ `, providers: [TreeTableService], encapsulation: ViewEncapsulation.None, host: {
1565
+ class: 'p-element'
1566
+ }, 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"] }]
1567
+ }], ctorParameters: function () { return [{ type: Document, decorators: [{
1568
+ type: Inject,
1569
+ args: [DOCUMENT]
1570
+ }] }, { type: i0.Renderer2 }, { type: i0.ElementRef }, { type: i0.ChangeDetectorRef }, { type: i0.NgZone }, { type: TreeTableService }, { type: i1.FilterService }]; }, propDecorators: { columns: [{
1571
+ type: Input
1572
+ }], style: [{
1573
+ type: Input
1574
+ }], styleClass: [{
1575
+ type: Input
1576
+ }], tableStyle: [{
1577
+ type: Input
1578
+ }], tableStyleClass: [{
1579
+ type: Input
1580
+ }], autoLayout: [{
1581
+ type: Input
1582
+ }], lazy: [{
1583
+ type: Input
1584
+ }], lazyLoadOnInit: [{
1585
+ type: Input
1586
+ }], paginator: [{
1587
+ type: Input
1588
+ }], rows: [{
1589
+ type: Input
1590
+ }], first: [{
1591
+ type: Input
1592
+ }], pageLinks: [{
1593
+ type: Input
1594
+ }], rowsPerPageOptions: [{
1595
+ type: Input
1596
+ }], alwaysShowPaginator: [{
1597
+ type: Input
1598
+ }], paginatorPosition: [{
1599
+ type: Input
1600
+ }], paginatorDropdownAppendTo: [{
1601
+ type: Input
1602
+ }], currentPageReportTemplate: [{
1603
+ type: Input
1604
+ }], showCurrentPageReport: [{
1605
+ type: Input
1606
+ }], showJumpToPageDropdown: [{
1607
+ type: Input
1608
+ }], showFirstLastIcon: [{
1609
+ type: Input
1610
+ }], showPageLinks: [{
1611
+ type: Input
1612
+ }], defaultSortOrder: [{
1613
+ type: Input
1614
+ }], sortMode: [{
1615
+ type: Input
1616
+ }], resetPageOnSort: [{
1617
+ type: Input
1618
+ }], customSort: [{
1619
+ type: Input
1620
+ }], selectionMode: [{
1621
+ type: Input
1622
+ }], selectionChange: [{
1623
+ type: Output
1624
+ }], contextMenuSelection: [{
1625
+ type: Input
1626
+ }], contextMenuSelectionChange: [{
1627
+ type: Output
1628
+ }], contextMenuSelectionMode: [{
1629
+ type: Input
1630
+ }], dataKey: [{
1631
+ type: Input
1632
+ }], metaKeySelection: [{
1633
+ type: Input
1634
+ }], compareSelectionBy: [{
1635
+ type: Input
1636
+ }], rowHover: [{
1637
+ type: Input
1638
+ }], loading: [{
1639
+ type: Input
1640
+ }], loadingIcon: [{
1641
+ type: Input
1642
+ }], showLoader: [{
1643
+ type: Input
1644
+ }], scrollable: [{
1645
+ type: Input
1646
+ }], scrollHeight: [{
1647
+ type: Input
1648
+ }], virtualScroll: [{
1649
+ type: Input
1650
+ }], virtualScrollItemSize: [{
1651
+ type: Input
1652
+ }], virtualScrollOptions: [{
1653
+ type: Input
1654
+ }], virtualScrollDelay: [{
1655
+ type: Input
1656
+ }], frozenWidth: [{
1657
+ type: Input
1658
+ }], frozenColumns: [{
1659
+ type: Input
1660
+ }], resizableColumns: [{
1661
+ type: Input
1662
+ }], columnResizeMode: [{
1663
+ type: Input
1664
+ }], reorderableColumns: [{
1665
+ type: Input
1666
+ }], contextMenu: [{
1667
+ type: Input
1668
+ }], rowTrackBy: [{
1669
+ type: Input
1670
+ }], filters: [{
1671
+ type: Input
1672
+ }], globalFilterFields: [{
1673
+ type: Input
1674
+ }], filterDelay: [{
1675
+ type: Input
1676
+ }], filterMode: [{
1677
+ type: Input
1678
+ }], filterLocale: [{
1679
+ type: Input
1680
+ }], onFilter: [{
1681
+ type: Output
1682
+ }], onNodeExpand: [{
1683
+ type: Output
1684
+ }], onNodeCollapse: [{
1685
+ type: Output
1686
+ }], onPage: [{
1687
+ type: Output
1688
+ }], onSort: [{
1689
+ type: Output
1690
+ }], onLazyLoad: [{
1691
+ type: Output
1692
+ }], sortFunction: [{
1693
+ type: Output
1694
+ }], onColResize: [{
1695
+ type: Output
1696
+ }], onColReorder: [{
1697
+ type: Output
1698
+ }], onNodeSelect: [{
1699
+ type: Output
1700
+ }], onNodeUnselect: [{
1701
+ type: Output
1702
+ }], onContextMenuSelect: [{
1703
+ type: Output
1704
+ }], onHeaderCheckboxToggle: [{
1705
+ type: Output
1706
+ }], onEditInit: [{
1707
+ type: Output
1708
+ }], onEditComplete: [{
1709
+ type: Output
1710
+ }], onEditCancel: [{
1711
+ type: Output
1712
+ }], containerViewChild: [{
1713
+ type: ViewChild,
1714
+ args: ['container']
1715
+ }], resizeHelperViewChild: [{
1716
+ type: ViewChild,
1717
+ args: ['resizeHelper']
1718
+ }], reorderIndicatorUpViewChild: [{
1719
+ type: ViewChild,
1720
+ args: ['reorderIndicatorUp']
1721
+ }], reorderIndicatorDownViewChild: [{
1722
+ type: ViewChild,
1723
+ args: ['reorderIndicatorDown']
1724
+ }], tableViewChild: [{
1725
+ type: ViewChild,
1726
+ args: ['table']
1727
+ }], scrollableViewChild: [{
1728
+ type: ViewChild,
1729
+ args: ['scrollableView']
1730
+ }], scrollableFrozenViewChild: [{
1731
+ type: ViewChild,
1732
+ args: ['scrollableFrozenView']
1733
+ }], templates: [{
1734
+ type: ContentChildren,
1735
+ args: [QiusTemplate]
1736
+ }], virtualRowHeight: [{
1737
+ type: Input
1738
+ }], value: [{
1739
+ type: Input
1740
+ }], totalRecords: [{
1741
+ type: Input
1742
+ }], sortField: [{
1743
+ type: Input
1744
+ }], sortOrder: [{
1745
+ type: Input
1746
+ }], multiSortMeta: [{
1747
+ type: Input
1748
+ }], selection: [{
1749
+ type: Input
1750
+ }] } });
1751
+ class TTBody {
1752
+ constructor(tt, treeTableService, cd) {
1753
+ this.tt = tt;
1754
+ this.treeTableService = treeTableService;
1755
+ this.cd = cd;
1756
+ this.subscription = this.tt.tableService.uiUpdateSource$.subscribe(() => {
1757
+ if (this.tt.virtualScroll) {
1758
+ this.cd.detectChanges();
1759
+ }
1760
+ });
1761
+ }
1762
+ getScrollerOption(option, options) {
1763
+ if (this.tt.virtualScroll) {
1764
+ options = options || this.scrollerOptions;
1765
+ return options ? options[option] : null;
1766
+ }
1767
+ return null;
1768
+ }
1769
+ getRowIndex(rowIndex) {
1770
+ const getItemOptions = this.getScrollerOption('getItemOptions');
1771
+ return getItemOptions ? getItemOptions(rowIndex).index : rowIndex;
1772
+ }
1773
+ ngOnDestroy() {
1774
+ if (this.subscription) {
1775
+ this.subscription.unsubscribe();
1776
+ }
1777
+ }
1778
+ }
1779
+ 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 });
1780
+ 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: `
1781
+ <ng-template ngFor let-serializedNode let-rowIndex="index" [ngForOf]="serializedNodes || tt.serializedValue" [ngForTrackBy]="tt.rowTrackBy">
1782
+ <ng-container *ngIf="serializedNode.visible">
1783
+ <ng-container *ngTemplateOutlet="template; context: { $implicit: serializedNode, node: serializedNode.node, rowData: serializedNode.node.data, columns: columns }"></ng-container>
1784
+ </ng-container>
1785
+ </ng-template>
1786
+ <ng-container *ngIf="tt.isEmpty()">
1787
+ <ng-container *ngTemplateOutlet="tt.emptyMessageTemplate; context: { $implicit: columns, frozen: frozen }"></ng-container>
1788
+ </ng-container>
1789
+ `, 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 });
1790
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTBody, decorators: [{
1791
+ type: Component,
1792
+ args: [{
1793
+ selector: '[pTreeTableBody]',
1794
+ template: `
1795
+ <ng-template ngFor let-serializedNode let-rowIndex="index" [ngForOf]="serializedNodes || tt.serializedValue" [ngForTrackBy]="tt.rowTrackBy">
1796
+ <ng-container *ngIf="serializedNode.visible">
1797
+ <ng-container *ngTemplateOutlet="template; context: { $implicit: serializedNode, node: serializedNode.node, rowData: serializedNode.node.data, columns: columns }"></ng-container>
1798
+ </ng-container>
1799
+ </ng-template>
1800
+ <ng-container *ngIf="tt.isEmpty()">
1801
+ <ng-container *ngTemplateOutlet="tt.emptyMessageTemplate; context: { $implicit: columns, frozen: frozen }"></ng-container>
1802
+ </ng-container>
1803
+ `,
1804
+ encapsulation: ViewEncapsulation.None,
1805
+ host: {
1806
+ class: 'p-element'
1807
+ }
1808
+ }]
1809
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { columns: [{
1810
+ type: Input,
1811
+ args: ['pTreeTableBody']
1812
+ }], template: [{
1813
+ type: Input,
1814
+ args: ['pTreeTableBodyTemplate']
1815
+ }], frozen: [{
1816
+ type: Input
1817
+ }], serializedNodes: [{
1818
+ type: Input
1819
+ }], scrollerOptions: [{
1820
+ type: Input
1821
+ }] } });
1822
+ class TTScrollableView {
1823
+ constructor(platformId, renderer, tt, el, zone) {
1824
+ this.platformId = platformId;
1825
+ this.renderer = renderer;
1826
+ this.tt = tt;
1827
+ this.el = el;
1828
+ this.zone = zone;
1829
+ }
1830
+ get scrollHeight() {
1831
+ return this._scrollHeight;
1832
+ }
1833
+ set scrollHeight(val) {
1834
+ this._scrollHeight = val;
1835
+ if (val != null && (val.includes('%') || val.includes('calc'))) {
1836
+ console.log('Percentage scroll height calculation is removed in favor of the more performant CSS based flex mode, use scrollHeight="flex" instead.');
1837
+ }
1838
+ }
1839
+ ngAfterViewInit() {
1840
+ if (!this.frozen) {
1841
+ if (this.tt.frozenColumns || this.tt.frozenBodyTemplate) {
1842
+ DomHandler.addClass(this.el.nativeElement, 'p-treetable-unfrozen-view');
1843
+ }
1844
+ let frozenView = this.el.nativeElement.previousElementSibling;
1845
+ if (frozenView) {
1846
+ if (this.tt.virtualScroll)
1847
+ this.frozenSiblingBody = DomHandler.findSingle(frozenView, '.p-scroller-viewport');
1848
+ else
1849
+ this.frozenSiblingBody = DomHandler.findSingle(frozenView, '.p-treetable-scrollable-body');
1850
+ }
1851
+ let scrollBarWidth = DomHandler.calculateScrollbarWidth();
1852
+ this.scrollHeaderBoxViewChild.nativeElement.style.paddingRight = scrollBarWidth + 'px';
1853
+ if (this.scrollFooterBoxViewChild && this.scrollFooterBoxViewChild.nativeElement) {
1854
+ this.scrollFooterBoxViewChild.nativeElement.style.paddingRight = scrollBarWidth + 'px';
1855
+ }
1856
+ }
1857
+ else {
1858
+ if (this.scrollableAlignerViewChild && this.scrollableAlignerViewChild.nativeElement) {
1859
+ this.scrollableAlignerViewChild.nativeElement.style.height = DomHandler.calculateScrollbarHeight() + 'px';
1860
+ }
1861
+ }
1862
+ this.bindEvents();
1863
+ }
1864
+ bindEvents() {
1865
+ if (isPlatformBrowser(this.platformId)) {
1866
+ this.zone.runOutsideAngular(() => {
1867
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1868
+ this.headerScrollListener = this.renderer.listen(this.scrollHeaderBoxViewChild.nativeElement, 'scroll', this.onHeaderScroll.bind(this));
1869
+ }
1870
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1871
+ this.footerScrollListener = this.renderer.listen(this.scrollFooterViewChild.nativeElement, 'scroll', this.onFooterScroll.bind(this));
1872
+ }
1873
+ if (!this.frozen) {
1874
+ if (this.tt.virtualScroll) {
1875
+ this.bodyScrollListener = this.renderer.listen(this.scroller.getElementRef().nativeElement, 'scroll', this.onBodyScroll.bind(this));
1876
+ }
1877
+ else {
1878
+ this.bodyScrollListener = this.renderer.listen(this.scrollBodyViewChild.nativeElement, 'scroll', this.onBodyScroll.bind(this));
1879
+ }
1880
+ }
1881
+ });
1882
+ }
1883
+ }
1884
+ unbindEvents() {
1885
+ if (isPlatformBrowser(this.platformId)) {
1886
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1887
+ if (this.headerScrollListener) {
1888
+ this.headerScrollListener();
1889
+ this.headerScrollListener = null;
1890
+ }
1891
+ }
1892
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1893
+ if (this.footerScrollListener) {
1894
+ this.footerScrollListener();
1895
+ this.footerScrollListener = null;
1896
+ }
1897
+ }
1898
+ if (this.scrollBodyViewChild && this.scrollBodyViewChild.nativeElement) {
1899
+ if (this.bodyScrollListener) {
1900
+ this.bodyScrollListener();
1901
+ this.bodyScrollListener = null;
1902
+ }
1903
+ }
1904
+ if (this.scroller && this.scroller.getElementRef()) {
1905
+ if (this.bodyScrollListener) {
1906
+ this.bodyScrollListener();
1907
+ this.bodyScrollListener = null;
1908
+ }
1909
+ }
1910
+ }
1911
+ }
1912
+ onHeaderScroll() {
1913
+ const scrollLeft = this.scrollHeaderViewChild.nativeElement.scrollLeft;
1914
+ this.scrollBodyViewChild.nativeElement.scrollLeft = scrollLeft;
1915
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1916
+ this.scrollFooterViewChild.nativeElement.scrollLeft = scrollLeft;
1917
+ }
1918
+ this.preventBodyScrollPropagation = true;
1919
+ }
1920
+ onFooterScroll() {
1921
+ const scrollLeft = this.scrollFooterViewChild.nativeElement.scrollLeft;
1922
+ this.scrollBodyViewChild.nativeElement.scrollLeft = scrollLeft;
1923
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1924
+ this.scrollHeaderViewChild.nativeElement.scrollLeft = scrollLeft;
1925
+ }
1926
+ this.preventBodyScrollPropagation = true;
1927
+ }
1928
+ onBodyScroll(event) {
1929
+ if (this.preventBodyScrollPropagation) {
1930
+ this.preventBodyScrollPropagation = false;
1931
+ return;
1932
+ }
1933
+ if (this.scrollHeaderViewChild && this.scrollHeaderViewChild.nativeElement) {
1934
+ this.scrollHeaderBoxViewChild.nativeElement.style.marginLeft = -1 * event.target.scrollLeft + 'px';
1935
+ }
1936
+ if (this.scrollFooterViewChild && this.scrollFooterViewChild.nativeElement) {
1937
+ this.scrollFooterBoxViewChild.nativeElement.style.marginLeft = -1 * event.target.scrollLeft + 'px';
1938
+ }
1939
+ if (this.frozenSiblingBody) {
1940
+ this.frozenSiblingBody.scrollTop = event.target.scrollTop;
1941
+ }
1942
+ }
1943
+ scrollToVirtualIndex(index) {
1944
+ if (this.scroller) {
1945
+ this.scroller.scrollToIndex(index);
1946
+ }
1947
+ }
1948
+ scrollTo(options) {
1949
+ if (this.scroller) {
1950
+ this.scroller.scrollTo(options);
1951
+ }
1952
+ else {
1953
+ if (this.scrollBodyViewChild.nativeElement.scrollTo) {
1954
+ this.scrollBodyViewChild.nativeElement.scrollTo(options);
1955
+ }
1956
+ else {
1957
+ this.scrollBodyViewChild.nativeElement.scrollLeft = options.left;
1958
+ this.scrollBodyViewChild.nativeElement.scrollTop = options.top;
1959
+ }
1960
+ }
1961
+ }
1962
+ ngOnDestroy() {
1963
+ this.unbindEvents();
1964
+ this.frozenSiblingBody = null;
1965
+ }
1966
+ }
1967
+ 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 });
1968
+ 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: `
1969
+ <div #scrollHeader class="p-treetable-scrollable-header">
1970
+ <div #scrollHeaderBox class="p-treetable-scrollable-header-box">
1971
+ <table class="p-treetable-scrollable-header-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
1972
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
1973
+ <thead class="p-treetable-thead">
1974
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenHeaderTemplate || tt.headerTemplate : tt.headerTemplate; context: { $implicit: columns }"></ng-container>
1975
+ </thead>
1976
+ </table>
1977
+ </div>
1978
+ </div>
1979
+
1980
+ <p-scroller
1981
+ *ngIf="tt.virtualScroll"
1982
+ #scroller
1983
+ [items]="tt.serializedValue"
1984
+ styleClass="p-treetable-scrollable-body"
1985
+ [style]="{ height: tt.scrollHeight !== 'flex' ? tt.scrollHeight : undefined }"
1986
+ [scrollHeight]="scrollHeight !== 'flex' ? undefined : '100%'"
1987
+ [itemSize]="tt.virtualScrollItemSize || tt._virtualRowHeight"
1988
+ [lazy]="tt.lazy"
1989
+ (onLazyLoad)="tt.onLazyItemLoad($event)"
1990
+ [options]="tt.virtualScrollOptions"
1991
+ >
1992
+ <ng-template pTemplate="content" let-items let-scrollerOptions="options">
1993
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
1994
+ </ng-template>
1995
+ <ng-container *ngIf="loaderTemplate">
1996
+ <ng-template pTemplate="loader" let-scrollerOptions="options">
1997
+ <ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
1998
+ </ng-template>
1999
+ </ng-container>
2000
+ </p-scroller>
2001
+ <ng-container *ngIf="!tt.virtualScroll">
2002
+ <div #scrollBody class="p-treetable-scrollable-body" [ngStyle]="{ 'max-height': tt.scrollHeight !== 'flex' ? scrollHeight : undefined, 'overflow-y': !frozen && tt.scrollHeight ? 'scroll' : undefined }">
2003
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: serializedValue, options: {} }"></ng-container>
2004
+ </div>
2005
+ </ng-container>
2006
+
2007
+ <ng-template #buildInItems let-items let-scrollerOptions="options">
2008
+ <table #scrollTable [class]="tt.tableStyleClass" [ngClass]="scrollerOptions.contentStyleClass" [ngStyle]="tt.tableStyle" [style]="scrollerOptions.contentStyle">
2009
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2010
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="frozen ? tt.frozenBodyTemplate || tt.bodyTemplate : tt.bodyTemplate" [serializedNodes]="items" [frozen]="frozen"></tbody>
2011
+ </table>
2012
+ <div #scrollableAligner style="background-color:transparent" *ngIf="frozen"></div>
2013
+ </ng-template>
2014
+
2015
+ <div #scrollFooter *ngIf="tt.footerTemplate" class="p-treetable-scrollable-footer">
2016
+ <div #scrollFooterBox class="p-treetable-scrollable-footer-box">
2017
+ <table class="p-treetable-scrollable-footer-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2018
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2019
+ <tfoot class="p-treetable-tfoot">
2020
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenFooterTemplate || tt.footerTemplate : tt.footerTemplate; context: { $implicit: columns }"></ng-container>
2021
+ </tfoot>
2022
+ </table>
2023
+ </div>
2024
+ </div>
2025
+ `, 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 });
2026
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTScrollableView, decorators: [{
2027
+ type: Component,
2028
+ args: [{
2029
+ selector: '[ttScrollableView]',
2030
+ template: `
2031
+ <div #scrollHeader class="p-treetable-scrollable-header">
2032
+ <div #scrollHeaderBox class="p-treetable-scrollable-header-box">
2033
+ <table class="p-treetable-scrollable-header-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2034
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2035
+ <thead class="p-treetable-thead">
2036
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenHeaderTemplate || tt.headerTemplate : tt.headerTemplate; context: { $implicit: columns }"></ng-container>
2037
+ </thead>
2038
+ </table>
2039
+ </div>
2040
+ </div>
2041
+
2042
+ <p-scroller
2043
+ *ngIf="tt.virtualScroll"
2044
+ #scroller
2045
+ [items]="tt.serializedValue"
2046
+ styleClass="p-treetable-scrollable-body"
2047
+ [style]="{ height: tt.scrollHeight !== 'flex' ? tt.scrollHeight : undefined }"
2048
+ [scrollHeight]="scrollHeight !== 'flex' ? undefined : '100%'"
2049
+ [itemSize]="tt.virtualScrollItemSize || tt._virtualRowHeight"
2050
+ [lazy]="tt.lazy"
2051
+ (onLazyLoad)="tt.onLazyItemLoad($event)"
2052
+ [options]="tt.virtualScrollOptions"
2053
+ >
2054
+ <ng-template pTemplate="content" let-items let-scrollerOptions="options">
2055
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: items, options: scrollerOptions }"></ng-container>
2056
+ </ng-template>
2057
+ <ng-container *ngIf="loaderTemplate">
2058
+ <ng-template pTemplate="loader" let-scrollerOptions="options">
2059
+ <ng-container *ngTemplateOutlet="loaderTemplate; context: { options: scrollerOptions }"></ng-container>
2060
+ </ng-template>
2061
+ </ng-container>
2062
+ </p-scroller>
2063
+ <ng-container *ngIf="!tt.virtualScroll">
2064
+ <div #scrollBody class="p-treetable-scrollable-body" [ngStyle]="{ 'max-height': tt.scrollHeight !== 'flex' ? scrollHeight : undefined, 'overflow-y': !frozen && tt.scrollHeight ? 'scroll' : undefined }">
2065
+ <ng-container *ngTemplateOutlet="buildInItems; context: { $implicit: serializedValue, options: {} }"></ng-container>
2066
+ </div>
2067
+ </ng-container>
2068
+
2069
+ <ng-template #buildInItems let-items let-scrollerOptions="options">
2070
+ <table #scrollTable [class]="tt.tableStyleClass" [ngClass]="scrollerOptions.contentStyleClass" [ngStyle]="tt.tableStyle" [style]="scrollerOptions.contentStyle">
2071
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2072
+ <tbody class="p-treetable-tbody" [pTreeTableBody]="columns" [pTreeTableBodyTemplate]="frozen ? tt.frozenBodyTemplate || tt.bodyTemplate : tt.bodyTemplate" [serializedNodes]="items" [frozen]="frozen"></tbody>
2073
+ </table>
2074
+ <div #scrollableAligner style="background-color:transparent" *ngIf="frozen"></div>
2075
+ </ng-template>
2076
+
2077
+ <div #scrollFooter *ngIf="tt.footerTemplate" class="p-treetable-scrollable-footer">
2078
+ <div #scrollFooterBox class="p-treetable-scrollable-footer-box">
2079
+ <table class="p-treetable-scrollable-footer-table" [ngClass]="tt.tableStyleClass" [ngStyle]="tt.tableStyle">
2080
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenColGroupTemplate || tt.colGroupTemplate : tt.colGroupTemplate; context: { $implicit: columns }"></ng-container>
2081
+ <tfoot class="p-treetable-tfoot">
2082
+ <ng-container *ngTemplateOutlet="frozen ? tt.frozenFooterTemplate || tt.footerTemplate : tt.footerTemplate; context: { $implicit: columns }"></ng-container>
2083
+ </tfoot>
2084
+ </table>
2085
+ </div>
2086
+ </div>
2087
+ `,
2088
+ encapsulation: ViewEncapsulation.None,
2089
+ host: {
2090
+ class: 'p-element'
2091
+ }
2092
+ }]
2093
+ }], ctorParameters: function () { return [{ type: undefined, decorators: [{
2094
+ type: Inject,
2095
+ args: [PLATFORM_ID]
2096
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, 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 () { return [{ type: Document, decorators: [{
2333
+ type: Inject,
2334
+ args: [DOCUMENT]
2335
+ }] }, { type: undefined, decorators: [{
2336
+ type: Inject,
2337
+ args: [PLATFORM_ID]
2338
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { ttResizableColumnDisabled: [{
2339
+ type: Input
2340
+ }] } });
2341
+ class TTReorderableColumn {
2342
+ constructor(document, platformId, renderer, tt, el, zone) {
2343
+ this.document = document;
2344
+ this.platformId = platformId;
2345
+ this.renderer = renderer;
2346
+ this.tt = tt;
2347
+ this.el = el;
2348
+ this.zone = zone;
2349
+ }
2350
+ ngAfterViewInit() {
2351
+ if (this.isEnabled()) {
2352
+ this.bindEvents();
2353
+ }
2354
+ }
2355
+ bindEvents() {
2356
+ if (isPlatformBrowser(this.platformId)) {
2357
+ this.zone.runOutsideAngular(() => {
2358
+ this.mouseDownListener = this.renderer.listen(this.el.nativeElement, 'mousedown', this.onMouseDown.bind(this));
2359
+ this.dragStartListener = this.renderer.listen(this.el.nativeElement, 'dragstart', this.onDragStart.bind(this));
2360
+ this.dragOverListener = this.renderer.listen(this.el.nativeElement, 'dragover', this.onDragEnter.bind(this));
2361
+ this.dragEnterListener = this.renderer.listen(this.el.nativeElement, 'dragenter', this.onDragEnter.bind(this));
2362
+ this.dragLeaveListener = this.renderer.listen(this.el.nativeElement, 'dragleave', this.onDragLeave.bind(this));
2363
+ });
2364
+ }
2365
+ }
2366
+ unbindEvents() {
2367
+ if (isPlatformBrowser(this.platformId)) {
2368
+ if (this.mouseDownListener) {
2369
+ this.mouseDownListener();
2370
+ this.mouseDownListener = null;
2371
+ }
2372
+ if (this.dragOverListener) {
2373
+ this.dragOverListener();
2374
+ this.dragOverListener = null;
2375
+ }
2376
+ if (this.dragEnterListener) {
2377
+ this.dragEnterListener();
2378
+ this.dragEnterListener = null;
2379
+ }
2380
+ if (this.dragEnterListener) {
2381
+ this.dragEnterListener();
2382
+ this.dragEnterListener = null;
2383
+ }
2384
+ if (this.dragLeaveListener) {
2385
+ this.dragLeaveListener();
2386
+ this.dragLeaveListener = null;
2387
+ }
2388
+ }
2389
+ }
2390
+ onMouseDown(event) {
2391
+ if (event.target.nodeName === 'INPUT' || event.target.nodeName === 'TEXTAREA' || DomHandler.hasClass(event.target, 'p-column-resizer'))
2392
+ this.el.nativeElement.draggable = false;
2393
+ else
2394
+ this.el.nativeElement.draggable = true;
2395
+ }
2396
+ onDragStart(event) {
2397
+ this.tt.onColumnDragStart(event, this.el.nativeElement);
2398
+ }
2399
+ onDragOver(event) {
2400
+ event.preventDefault();
2401
+ }
2402
+ onDragEnter(event) {
2403
+ this.tt.onColumnDragEnter(event, this.el.nativeElement);
2404
+ }
2405
+ onDragLeave(event) {
2406
+ this.tt.onColumnDragLeave(event);
2407
+ }
2408
+ onDrop(event) {
2409
+ if (this.isEnabled()) {
2410
+ this.tt.onColumnDrop(event, this.el.nativeElement);
2411
+ }
2412
+ }
2413
+ isEnabled() {
2414
+ return this.ttReorderableColumnDisabled !== true;
2415
+ }
2416
+ ngOnDestroy() {
2417
+ this.unbindEvents();
2418
+ }
2419
+ }
2420
+ 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 });
2421
+ 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 });
2422
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTReorderableColumn, decorators: [{
2423
+ type: Directive,
2424
+ args: [{
2425
+ selector: '[ttReorderableColumn]',
2426
+ host: {
2427
+ class: 'p-element'
2428
+ }
2429
+ }]
2430
+ }], ctorParameters: function () { return [{ type: Document, decorators: [{
2431
+ type: Inject,
2432
+ args: [DOCUMENT]
2433
+ }] }, { type: undefined, decorators: [{
2434
+ type: Inject,
2435
+ args: [PLATFORM_ID]
2436
+ }] }, { type: i0.Renderer2 }, { type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { ttReorderableColumnDisabled: [{
2437
+ type: Input
2438
+ }], onDrop: [{
2439
+ type: HostListener,
2440
+ args: ['drop', ['$event']]
2441
+ }] } });
2442
+ class TTSelectableRow {
2443
+ constructor(tt, tableService) {
2444
+ this.tt = tt;
2445
+ this.tableService = tableService;
2446
+ if (this.isEnabled()) {
2447
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2448
+ this.selected = this.tt.isSelected(this.rowNode.node);
2449
+ });
2450
+ }
2451
+ }
2452
+ ngOnInit() {
2453
+ if (this.isEnabled()) {
2454
+ this.selected = this.tt.isSelected(this.rowNode.node);
2455
+ }
2456
+ }
2457
+ onClick(event) {
2458
+ if (this.isEnabled()) {
2459
+ this.tt.handleRowClick({
2460
+ originalEvent: event,
2461
+ rowNode: this.rowNode
2462
+ });
2463
+ }
2464
+ }
2465
+ onEnterKey(event) {
2466
+ if (event.which === 13) {
2467
+ this.onClick(event);
2468
+ }
2469
+ }
2470
+ onTouchEnd(event) {
2471
+ if (this.isEnabled()) {
2472
+ this.tt.handleRowTouchEnd(event);
2473
+ }
2474
+ }
2475
+ isEnabled() {
2476
+ return this.ttSelectableRowDisabled !== true;
2477
+ }
2478
+ ngOnDestroy() {
2479
+ if (this.subscription) {
2480
+ this.subscription.unsubscribe();
2481
+ }
2482
+ }
2483
+ }
2484
+ 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 });
2485
+ 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 });
2486
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRow, decorators: [{
2487
+ type: Directive,
2488
+ args: [{
2489
+ selector: '[ttSelectableRow]',
2490
+ host: {
2491
+ class: 'p-element',
2492
+ '[class.p-highlight]': 'selected'
2493
+ }
2494
+ }]
2495
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }]; }, propDecorators: { rowNode: [{
2496
+ type: Input,
2497
+ args: ['ttSelectableRow']
2498
+ }], ttSelectableRowDisabled: [{
2499
+ type: Input
2500
+ }], onClick: [{
2501
+ type: HostListener,
2502
+ args: ['click', ['$event']]
2503
+ }], onEnterKey: [{
2504
+ type: HostListener,
2505
+ args: ['keydown', ['$event']]
2506
+ }], onTouchEnd: [{
2507
+ type: HostListener,
2508
+ args: ['touchend', ['$event']]
2509
+ }] } });
2510
+ class TTSelectableRowDblClick {
2511
+ constructor(tt, tableService) {
2512
+ this.tt = tt;
2513
+ this.tableService = tableService;
2514
+ if (this.isEnabled()) {
2515
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2516
+ this.selected = this.tt.isSelected(this.rowNode.node);
2517
+ });
2518
+ }
2519
+ }
2520
+ ngOnInit() {
2521
+ if (this.isEnabled()) {
2522
+ this.selected = this.tt.isSelected(this.rowNode.node);
2523
+ }
2524
+ }
2525
+ onClick(event) {
2526
+ if (this.isEnabled()) {
2527
+ this.tt.handleRowClick({
2528
+ originalEvent: event,
2529
+ rowNode: this.rowNode
2530
+ });
2531
+ }
2532
+ }
2533
+ isEnabled() {
2534
+ return this.ttSelectableRowDisabled !== true;
2535
+ }
2536
+ ngOnDestroy() {
2537
+ if (this.subscription) {
2538
+ this.subscription.unsubscribe();
2539
+ }
2540
+ }
2541
+ }
2542
+ 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 });
2543
+ 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 });
2544
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTSelectableRowDblClick, decorators: [{
2545
+ type: Directive,
2546
+ args: [{
2547
+ selector: '[ttSelectableRowDblClick]',
2548
+ host: {
2549
+ class: 'p-element',
2550
+ '[class.p-highlight]': 'selected'
2551
+ }
2552
+ }]
2553
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }]; }, propDecorators: { rowNode: [{
2554
+ type: Input,
2555
+ args: ['ttSelectableRowDblClick']
2556
+ }], ttSelectableRowDisabled: [{
2557
+ type: Input
2558
+ }], onClick: [{
2559
+ type: HostListener,
2560
+ args: ['dblclick', ['$event']]
2561
+ }] } });
2562
+ class TTContextMenuRow {
2563
+ constructor(tt, tableService, el) {
2564
+ this.tt = tt;
2565
+ this.tableService = tableService;
2566
+ this.el = el;
2567
+ if (this.isEnabled()) {
2568
+ this.subscription = this.tt.tableService.contextMenuSource$.subscribe((node) => {
2569
+ this.selected = this.tt.equals(this.rowNode.node, node);
2570
+ });
2571
+ }
2572
+ }
2573
+ onContextMenu(event) {
2574
+ if (this.isEnabled()) {
2575
+ this.tt.handleRowRightClick({
2576
+ originalEvent: event,
2577
+ rowNode: this.rowNode
2578
+ });
2579
+ this.el.nativeElement.focus();
2580
+ event.preventDefault();
2581
+ }
2582
+ }
2583
+ isEnabled() {
2584
+ return this.ttContextMenuRowDisabled !== true;
2585
+ }
2586
+ ngOnDestroy() {
2587
+ if (this.subscription) {
2588
+ this.subscription.unsubscribe();
2589
+ }
2590
+ }
2591
+ }
2592
+ 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 });
2593
+ 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 });
2594
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTContextMenuRow, decorators: [{
2595
+ type: Directive,
2596
+ args: [{
2597
+ selector: '[ttContextMenuRow]',
2598
+ host: {
2599
+ class: 'p-element',
2600
+ '[class.p-highlight-contextmenu]': 'selected',
2601
+ '[attr.tabindex]': 'isEnabled() ? 0 : undefined'
2602
+ }
2603
+ }]
2604
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ElementRef }]; }, propDecorators: { rowNode: [{
2605
+ type: Input,
2606
+ args: ['ttContextMenuRow']
2607
+ }], ttContextMenuRowDisabled: [{
2608
+ type: Input
2609
+ }], onContextMenu: [{
2610
+ type: HostListener,
2611
+ args: ['contextmenu', ['$event']]
2612
+ }] } });
2613
+ class TTCheckbox {
2614
+ constructor(tt, tableService, cd) {
2615
+ this.tt = tt;
2616
+ this.tableService = tableService;
2617
+ this.cd = cd;
2618
+ this.subscription = this.tt.tableService.selectionSource$.subscribe(() => {
2619
+ this.checked = this.tt.isSelected(this.rowNode.node);
2620
+ this.cd.markForCheck();
2621
+ });
2622
+ }
2623
+ ngOnInit() {
2624
+ this.checked = this.tt.isSelected(this.rowNode.node);
2625
+ }
2626
+ onClick(event) {
2627
+ if (!this.disabled) {
2628
+ this.tt.toggleNodeWithCheckbox({
2629
+ originalEvent: event,
2630
+ rowNode: this.rowNode
2631
+ });
2632
+ }
2633
+ DomHandler.clearSelection();
2634
+ }
2635
+ onFocus() {
2636
+ this.focused = true;
2637
+ }
2638
+ onBlur() {
2639
+ this.focused = false;
2640
+ }
2641
+ ngOnDestroy() {
2642
+ if (this.subscription) {
2643
+ this.subscription.unsubscribe();
2644
+ }
2645
+ }
2646
+ }
2647
+ 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 });
2648
+ 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: `
2649
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event)">
2650
+ <div class="p-hidden-accessible">
2651
+ <input type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" />
2652
+ </div>
2653
+ <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">
2654
+ <ng-container *ngIf="!tt.checkboxIconTemplate">
2655
+ <CheckIcon [styleClass]="'p-checkbox-icon'" *ngIf="checked"/>
2656
+ <MinusIcon [styleClass]="'p-checkbox-icon'" *ngIf="rowNode.node.partialSelected"/>
2657
+ </ng-container>
2658
+ <span *ngIf="tt.checkboxIconTemplate">
2659
+ <ng-template *ngTemplateOutlet="tt.checkboxIconTemplate; context: { $implicit: checked, partialSelected: rowNode.node.partialSelected }"></ng-template>
2660
+ </span>
2661
+ </div>
2662
+ </div>
2663
+ `, 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 });
2664
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTCheckbox, decorators: [{
2665
+ type: Component,
2666
+ args: [{
2667
+ selector: 'p-treeTableCheckbox',
2668
+ template: `
2669
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event)">
2670
+ <div class="p-hidden-accessible">
2671
+ <input type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" />
2672
+ </div>
2673
+ <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">
2674
+ <ng-container *ngIf="!tt.checkboxIconTemplate">
2675
+ <CheckIcon [styleClass]="'p-checkbox-icon'" *ngIf="checked"/>
2676
+ <MinusIcon [styleClass]="'p-checkbox-icon'" *ngIf="rowNode.node.partialSelected"/>
2677
+ </ng-container>
2678
+ <span *ngIf="tt.checkboxIconTemplate">
2679
+ <ng-template *ngTemplateOutlet="tt.checkboxIconTemplate; context: { $implicit: checked, partialSelected: rowNode.node.partialSelected }"></ng-template>
2680
+ </span>
2681
+ </div>
2682
+ </div>
2683
+ `,
2684
+ encapsulation: ViewEncapsulation.None,
2685
+ changeDetection: ChangeDetectionStrategy.OnPush,
2686
+ host: {
2687
+ class: 'p-element'
2688
+ }
2689
+ }]
2690
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { disabled: [{
2691
+ type: Input
2692
+ }], rowNode: [{
2693
+ type: Input,
2694
+ args: ['value']
2695
+ }] } });
2696
+ class TTHeaderCheckbox {
2697
+ constructor(tt, tableService, cd) {
2698
+ this.tt = tt;
2699
+ this.tableService = tableService;
2700
+ this.cd = cd;
2701
+ this.valueChangeSubscription = this.tt.tableService.uiUpdateSource$.subscribe(() => {
2702
+ this.checked = this.updateCheckedState();
2703
+ });
2704
+ this.selectionChangeSubscription = this.tt.tableService.selectionSource$.subscribe(() => {
2705
+ this.checked = this.updateCheckedState();
2706
+ });
2707
+ }
2708
+ ngOnInit() {
2709
+ this.checked = this.updateCheckedState();
2710
+ }
2711
+ onClick(event, checked) {
2712
+ if (this.tt.value && this.tt.value.length > 0) {
2713
+ this.tt.toggleNodesWithCheckbox(event, !checked);
2714
+ }
2715
+ DomHandler.clearSelection();
2716
+ }
2717
+ onFocus() {
2718
+ this.focused = true;
2719
+ }
2720
+ onBlur() {
2721
+ this.focused = false;
2722
+ }
2723
+ ngOnDestroy() {
2724
+ if (this.selectionChangeSubscription) {
2725
+ this.selectionChangeSubscription.unsubscribe();
2726
+ }
2727
+ if (this.valueChangeSubscription) {
2728
+ this.valueChangeSubscription.unsubscribe();
2729
+ }
2730
+ }
2731
+ updateCheckedState() {
2732
+ this.cd.markForCheck();
2733
+ let checked;
2734
+ const data = this.tt.filteredNodes || this.tt.value;
2735
+ if (data) {
2736
+ for (let node of data) {
2737
+ if (this.tt.isSelected(node)) {
2738
+ checked = true;
2739
+ }
2740
+ else {
2741
+ checked = false;
2742
+ break;
2743
+ }
2744
+ }
2745
+ }
2746
+ else {
2747
+ checked = false;
2748
+ }
2749
+ return checked;
2750
+ }
2751
+ }
2752
+ 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 });
2753
+ 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: `
2754
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event, cb.checked)">
2755
+ <div class="p-hidden-accessible">
2756
+ <input #cb type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="!tt.value || tt.value.length === 0" />
2757
+ </div>
2758
+ <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">
2759
+ <ng-container *ngIf="!tt.headerCheckboxIconTemplate">
2760
+ <CheckIcon *ngIf="checked" [styleClass]="'p-checkbox-icon'"/>
2761
+ </ng-container>
2762
+ <span class="p-checkbox-icon" *ngIf="tt.headerCheckboxIconTemplate">
2763
+ <ng-template *ngTemplateOutlet="tt.headerCheckboxIconTemplate; context: { $implicit: checked }"></ng-template>
2764
+ </span>
2765
+ </div>
2766
+ </div>
2767
+ `, 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 });
2768
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTHeaderCheckbox, decorators: [{
2769
+ type: Component,
2770
+ args: [{
2771
+ selector: 'p-treeTableHeaderCheckbox',
2772
+ template: `
2773
+ <div class="p-checkbox p-component" [ngClass]="{ 'p-checkbox-focused': focused }" (click)="onClick($event, cb.checked)">
2774
+ <div class="p-hidden-accessible">
2775
+ <input #cb type="checkbox" [checked]="checked" (focus)="onFocus()" (blur)="onBlur()" [disabled]="!tt.value || tt.value.length === 0" />
2776
+ </div>
2777
+ <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">
2778
+ <ng-container *ngIf="!tt.headerCheckboxIconTemplate">
2779
+ <CheckIcon *ngIf="checked" [styleClass]="'p-checkbox-icon'"/>
2780
+ </ng-container>
2781
+ <span class="p-checkbox-icon" *ngIf="tt.headerCheckboxIconTemplate">
2782
+ <ng-template *ngTemplateOutlet="tt.headerCheckboxIconTemplate; context: { $implicit: checked }"></ng-template>
2783
+ </span>
2784
+ </div>
2785
+ </div>
2786
+ `,
2787
+ encapsulation: ViewEncapsulation.None,
2788
+ changeDetection: ChangeDetectionStrategy.OnPush,
2789
+ host: {
2790
+ class: 'p-element'
2791
+ }
2792
+ }]
2793
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TreeTableService }, { type: i0.ChangeDetectorRef }]; }, propDecorators: { boxViewChild: [{
2794
+ type: ViewChild,
2795
+ args: ['box']
2796
+ }] } });
2797
+ class TTEditableColumn {
2798
+ constructor(tt, el, zone) {
2799
+ this.tt = tt;
2800
+ this.el = el;
2801
+ this.zone = zone;
2802
+ }
2803
+ ngAfterViewInit() {
2804
+ if (this.isEnabled()) {
2805
+ DomHandler.addClass(this.el.nativeElement, 'p-editable-column');
2806
+ }
2807
+ }
2808
+ onClick(event) {
2809
+ if (this.isEnabled()) {
2810
+ this.tt.editingCellClick = true;
2811
+ if (this.tt.editingCell) {
2812
+ if (this.tt.editingCell !== this.el.nativeElement) {
2813
+ if (!this.tt.isEditingCellValid()) {
2814
+ return;
2815
+ }
2816
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2817
+ this.openCell();
2818
+ }
2819
+ }
2820
+ else {
2821
+ this.openCell();
2822
+ }
2823
+ }
2824
+ }
2825
+ openCell() {
2826
+ this.tt.updateEditingCell(this.el.nativeElement, this.data, this.field);
2827
+ DomHandler.addClass(this.el.nativeElement, 'p-cell-editing');
2828
+ this.tt.onEditInit.emit({ field: this.field, data: this.data });
2829
+ this.tt.editingCellClick = true;
2830
+ this.zone.runOutsideAngular(() => {
2831
+ setTimeout(() => {
2832
+ let focusable = DomHandler.findSingle(this.el.nativeElement, 'input, textarea');
2833
+ if (focusable) {
2834
+ focusable.focus();
2835
+ }
2836
+ }, 50);
2837
+ });
2838
+ }
2839
+ closeEditingCell() {
2840
+ DomHandler.removeClass(this.tt.editingCell, 'p-checkbox-icon');
2841
+ this.tt.editingCell = null;
2842
+ this.tt.unbindDocumentEditListener();
2843
+ }
2844
+ onKeyDown(event) {
2845
+ if (this.isEnabled()) {
2846
+ //enter
2847
+ if (event.keyCode == 13) {
2848
+ if (this.tt.isEditingCellValid()) {
2849
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2850
+ this.closeEditingCell();
2851
+ this.tt.onEditComplete.emit({ field: this.field, data: this.data });
2852
+ }
2853
+ event.preventDefault();
2854
+ }
2855
+ //escape
2856
+ else if (event.keyCode == 27) {
2857
+ if (this.tt.isEditingCellValid()) {
2858
+ DomHandler.removeClass(this.tt.editingCell, 'p-cell-editing');
2859
+ this.closeEditingCell();
2860
+ this.tt.onEditCancel.emit({ field: this.field, data: this.data });
2861
+ }
2862
+ event.preventDefault();
2863
+ }
2864
+ //tab
2865
+ else if (event.keyCode == 9) {
2866
+ this.tt.onEditComplete.emit({ field: this.field, data: this.data });
2867
+ if (event.shiftKey)
2868
+ this.moveToPreviousCell(event);
2869
+ else
2870
+ this.moveToNextCell(event);
2871
+ }
2872
+ }
2873
+ }
2874
+ findCell(element) {
2875
+ if (element) {
2876
+ let cell = element;
2877
+ while (cell && !DomHandler.hasClass(cell, 'p-cell-editing')) {
2878
+ cell = cell.parentElement;
2879
+ }
2880
+ return cell;
2881
+ }
2882
+ else {
2883
+ return null;
2884
+ }
2885
+ }
2886
+ moveToPreviousCell(event) {
2887
+ let currentCell = this.findCell(event.target);
2888
+ let row = currentCell.parentElement;
2889
+ let targetCell = this.findPreviousEditableColumn(currentCell);
2890
+ if (targetCell) {
2891
+ DomHandler.invokeElementMethod(targetCell, 'click');
2892
+ event.preventDefault();
2893
+ }
2894
+ }
2895
+ moveToNextCell(event) {
2896
+ let currentCell = this.findCell(event.target);
2897
+ let row = currentCell.parentElement;
2898
+ let targetCell = this.findNextEditableColumn(currentCell);
2899
+ if (targetCell) {
2900
+ DomHandler.invokeElementMethod(targetCell, 'click');
2901
+ event.preventDefault();
2902
+ }
2903
+ }
2904
+ findPreviousEditableColumn(cell) {
2905
+ let prevCell = cell.previousElementSibling;
2906
+ if (!prevCell) {
2907
+ let previousRow = cell.parentElement ? cell.parentElement.previousElementSibling : null;
2908
+ if (previousRow) {
2909
+ prevCell = previousRow.lastElementChild;
2910
+ }
2911
+ }
2912
+ if (prevCell) {
2913
+ if (DomHandler.hasClass(prevCell, 'p-editable-column'))
2914
+ return prevCell;
2915
+ else
2916
+ return this.findPreviousEditableColumn(prevCell);
2917
+ }
2918
+ else {
2919
+ return null;
2920
+ }
2921
+ }
2922
+ findNextEditableColumn(cell) {
2923
+ let nextCell = cell.nextElementSibling;
2924
+ if (!nextCell) {
2925
+ let nextRow = cell.parentElement ? cell.parentElement.nextElementSibling : null;
2926
+ if (nextRow) {
2927
+ nextCell = nextRow.firstElementChild;
2928
+ }
2929
+ }
2930
+ if (nextCell) {
2931
+ if (DomHandler.hasClass(nextCell, 'p-editable-column'))
2932
+ return nextCell;
2933
+ else
2934
+ return this.findNextEditableColumn(nextCell);
2935
+ }
2936
+ else {
2937
+ return null;
2938
+ }
2939
+ }
2940
+ isEnabled() {
2941
+ return this.ttEditableColumnDisabled !== true;
2942
+ }
2943
+ }
2944
+ 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 });
2945
+ 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 });
2946
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTEditableColumn, decorators: [{
2947
+ type: Directive,
2948
+ args: [{
2949
+ selector: '[ttEditableColumn]',
2950
+ host: {
2951
+ class: 'p-element'
2952
+ }
2953
+ }]
2954
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { data: [{
2955
+ type: Input,
2956
+ args: ['ttEditableColumn']
2957
+ }], field: [{
2958
+ type: Input,
2959
+ args: ['ttEditableColumnField']
2960
+ }], ttEditableColumnDisabled: [{
2961
+ type: Input
2962
+ }], onClick: [{
2963
+ type: HostListener,
2964
+ args: ['click', ['$event']]
2965
+ }], onKeyDown: [{
2966
+ type: HostListener,
2967
+ args: ['keydown', ['$event']]
2968
+ }] } });
2969
+ class TreeTableCellEditor {
2970
+ constructor(tt, editableColumn) {
2971
+ this.tt = tt;
2972
+ this.editableColumn = editableColumn;
2973
+ }
2974
+ ngAfterContentInit() {
2975
+ this.templates.forEach((item) => {
2976
+ switch (item.getType()) {
2977
+ case 'input':
2978
+ this.inputTemplate = item.template;
2979
+ break;
2980
+ case 'output':
2981
+ this.outputTemplate = item.template;
2982
+ break;
2983
+ }
2984
+ });
2985
+ }
2986
+ }
2987
+ 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 });
2988
+ 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: `
2989
+ <ng-container *ngIf="tt.editingCell === editableColumn.el.nativeElement">
2990
+ <ng-container *ngTemplateOutlet="inputTemplate"></ng-container>
2991
+ </ng-container>
2992
+ <ng-container *ngIf="!tt.editingCell || tt.editingCell !== editableColumn.el.nativeElement">
2993
+ <ng-container *ngTemplateOutlet="outputTemplate"></ng-container>
2994
+ </ng-container>
2995
+ `, 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 });
2996
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableCellEditor, decorators: [{
2997
+ type: Component,
2998
+ args: [{
2999
+ selector: 'p-treeTableCellEditor',
3000
+ template: `
3001
+ <ng-container *ngIf="tt.editingCell === editableColumn.el.nativeElement">
3002
+ <ng-container *ngTemplateOutlet="inputTemplate"></ng-container>
3003
+ </ng-container>
3004
+ <ng-container *ngIf="!tt.editingCell || tt.editingCell !== editableColumn.el.nativeElement">
3005
+ <ng-container *ngTemplateOutlet="outputTemplate"></ng-container>
3006
+ </ng-container>
3007
+ `,
3008
+ encapsulation: ViewEncapsulation.None,
3009
+ host: {
3010
+ class: 'p-element'
3011
+ }
3012
+ }]
3013
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: TTEditableColumn }]; }, propDecorators: { templates: [{
3014
+ type: ContentChildren,
3015
+ args: [QiusTemplate]
3016
+ }] } });
3017
+ class TTRow {
3018
+ constructor(tt, el, zone) {
3019
+ this.tt = tt;
3020
+ this.el = el;
3021
+ this.zone = zone;
3022
+ }
3023
+ onKeyDown(event) {
3024
+ switch (event.which) {
3025
+ //down arrow
3026
+ case 40:
3027
+ let nextRow = this.el.nativeElement.nextElementSibling;
3028
+ if (nextRow) {
3029
+ nextRow.focus();
3030
+ }
3031
+ event.preventDefault();
3032
+ break;
3033
+ //down arrow
3034
+ case 38:
3035
+ let prevRow = this.el.nativeElement.previousElementSibling;
3036
+ if (prevRow) {
3037
+ prevRow.focus();
3038
+ }
3039
+ event.preventDefault();
3040
+ break;
3041
+ //left arrow
3042
+ case 37:
3043
+ if (this.rowNode.node.expanded) {
3044
+ this.tt.toggleRowIndex = DomHandler.index(this.el.nativeElement);
3045
+ this.rowNode.node.expanded = false;
3046
+ this.tt.onNodeCollapse.emit({
3047
+ originalEvent: event,
3048
+ node: this.rowNode.node
3049
+ });
3050
+ this.tt.updateSerializedValue();
3051
+ this.tt.tableService.onUIUpdate(this.tt.value);
3052
+ this.restoreFocus();
3053
+ }
3054
+ break;
3055
+ //right arrow
3056
+ case 39:
3057
+ if (!this.rowNode.node.expanded) {
3058
+ this.tt.toggleRowIndex = DomHandler.index(this.el.nativeElement);
3059
+ this.rowNode.node.expanded = true;
3060
+ this.tt.onNodeExpand.emit({
3061
+ originalEvent: event,
3062
+ node: this.rowNode.node
3063
+ });
3064
+ this.tt.updateSerializedValue();
3065
+ this.tt.tableService.onUIUpdate(this.tt.value);
3066
+ this.restoreFocus();
3067
+ }
3068
+ break;
3069
+ }
3070
+ }
3071
+ restoreFocus() {
3072
+ this.zone.runOutsideAngular(() => {
3073
+ setTimeout(() => {
3074
+ let row = DomHandler.findSingle(this.tt.containerViewChild.nativeElement, '.p-treetable-tbody').children[this.tt.toggleRowIndex];
3075
+ if (row) {
3076
+ row.focus();
3077
+ }
3078
+ }, 25);
3079
+ });
3080
+ }
3081
+ }
3082
+ 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 });
3083
+ 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 });
3084
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TTRow, decorators: [{
3085
+ type: Directive,
3086
+ args: [{
3087
+ selector: '[ttRow]',
3088
+ host: {
3089
+ class: 'p-element',
3090
+ '[attr.tabindex]': '"0"'
3091
+ }
3092
+ }]
3093
+ }], ctorParameters: function () { return [{ type: TreeTable }, { type: i0.ElementRef }, { type: i0.NgZone }]; }, propDecorators: { rowNode: [{
3094
+ type: Input,
3095
+ args: ['ttRow']
3096
+ }], onKeyDown: [{
3097
+ type: HostListener,
3098
+ args: ['keydown', ['$event']]
3099
+ }] } });
3100
+ class TreeTableToggler {
3101
+ constructor(tt) {
3102
+ this.tt = tt;
3103
+ }
3104
+ onClick(event) {
3105
+ this.rowNode.node.expanded = !this.rowNode.node.expanded;
3106
+ if (this.rowNode.node.expanded) {
3107
+ this.tt.onNodeExpand.emit({
3108
+ originalEvent: event,
3109
+ node: this.rowNode.node
3110
+ });
3111
+ }
3112
+ else {
3113
+ this.tt.onNodeCollapse.emit({
3114
+ originalEvent: event,
3115
+ node: this.rowNode.node
3116
+ });
3117
+ }
3118
+ this.tt.updateSerializedValue();
3119
+ this.tt.tableService.onUIUpdate(this.tt.value);
3120
+ event.preventDefault();
3121
+ }
3122
+ }
3123
+ TreeTableToggler.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableToggler, deps: [{ token: TreeTable }], target: i0.ɵɵFactoryTarget.Component });
3124
+ 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: `
3125
+ <button
3126
+ type="button"
3127
+ class="p-treetable-toggler p-link"
3128
+ (click)="onClick($event)"
3129
+ tabindex="-1"
3130
+ pRipple
3131
+ [style.visibility]="rowNode.node.leaf === false || (rowNode.node.children && rowNode.node.children.length) ? 'visible' : 'hidden'"
3132
+ [style.marginLeft]="rowNode.level * 16 + 'px'"
3133
+ >
3134
+ <ng-container *ngIf="!tt.togglerIconTemplate">
3135
+ <ChevronDownIcon *ngIf="rowNode.node.expanded"/>
3136
+ <ChevronRightIcon *ngIf="!rowNode.node.expanded"/>
3137
+ </ng-container>
3138
+ <ng-template *ngTemplateOutlet="tt.togglerIconTemplate; context: { $implicit: rowNode.node.expanded }"></ng-template>
3139
+ </button>
3140
+ `, 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 });
3141
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableToggler, decorators: [{
3142
+ type: Component,
3143
+ args: [{
3144
+ selector: 'p-treeTableToggler',
3145
+ template: `
3146
+ <button
3147
+ type="button"
3148
+ class="p-treetable-toggler p-link"
3149
+ (click)="onClick($event)"
3150
+ tabindex="-1"
3151
+ pRipple
3152
+ [style.visibility]="rowNode.node.leaf === false || (rowNode.node.children && rowNode.node.children.length) ? 'visible' : 'hidden'"
3153
+ [style.marginLeft]="rowNode.level * 16 + 'px'"
3154
+ >
3155
+ <ng-container *ngIf="!tt.togglerIconTemplate">
3156
+ <ChevronDownIcon *ngIf="rowNode.node.expanded"/>
3157
+ <ChevronRightIcon *ngIf="!rowNode.node.expanded"/>
3158
+ </ng-container>
3159
+ <ng-template *ngTemplateOutlet="tt.togglerIconTemplate; context: { $implicit: rowNode.node.expanded }"></ng-template>
3160
+ </button>
3161
+ `,
3162
+ encapsulation: ViewEncapsulation.None,
3163
+ host: {
3164
+ class: 'p-element'
3165
+ }
3166
+ }]
3167
+ }], ctorParameters: function () { return [{ type: TreeTable }]; }, propDecorators: { rowNode: [{
3168
+ type: Input
3169
+ }] } });
3170
+ class TreeTableModule {
3171
+ }
3172
+ TreeTableModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
3173
+ 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] });
3174
+ 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,
3175
+ ScrollerModule] });
3176
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.2.10", ngImport: i0, type: TreeTableModule, decorators: [{
3177
+ type: NgModule,
3178
+ args: [{
3179
+ imports: [CommonModule, PaginatorModule, RippleModule, ScrollerModule, SpinnerIcon, ArrowDownIcon, ArrowUpIcon, SortAltIcon, SortAmountUpAltIcon, SortAmountDownIcon, CheckIcon, MinusIcon, ChevronDownIcon, ChevronRightIcon],
3180
+ exports: [
3181
+ TreeTable,
3182
+ SharedModule,
3183
+ TreeTableToggler,
3184
+ TTSortableColumn,
3185
+ TTSortIcon,
3186
+ TTResizableColumn,
3187
+ TTRow,
3188
+ TTReorderableColumn,
3189
+ TTSelectableRow,
3190
+ TTSelectableRowDblClick,
3191
+ TTContextMenuRow,
3192
+ TTCheckbox,
3193
+ TTHeaderCheckbox,
3194
+ TTEditableColumn,
3195
+ TreeTableCellEditor,
3196
+ ScrollerModule
3197
+ ],
3198
+ declarations: [
3199
+ TreeTable,
3200
+ TreeTableToggler,
3201
+ TTScrollableView,
3202
+ TTBody,
3203
+ TTSortableColumn,
3204
+ TTSortIcon,
3205
+ TTResizableColumn,
3206
+ TTRow,
3207
+ TTReorderableColumn,
3208
+ TTSelectableRow,
3209
+ TTSelectableRowDblClick,
3210
+ TTContextMenuRow,
3211
+ TTCheckbox,
3212
+ TTHeaderCheckbox,
3213
+ TTEditableColumn,
3214
+ TreeTableCellEditor
3215
+ ]
3216
+ }]
3217
+ }] });
3218
+
3219
+ /**
3220
+ * Generated bundle index. Do not edit.
3221
+ */
3222
+
3223
+ export { TTBody, TTCheckbox, TTContextMenuRow, TTEditableColumn, TTHeaderCheckbox, TTReorderableColumn, TTResizableColumn, TTRow, TTScrollableView, TTSelectableRow, TTSelectableRowDblClick, TTSortIcon, TTSortableColumn, TreeTable, TreeTableCellEditor, TreeTableModule, TreeTableService, TreeTableToggler };
3224
+ //# sourceMappingURL=qius.solutions-parallel-ui-angular-treetable.mjs.map