primeng 18.0.0-beta.1 → 18.0.0-beta.2

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 (470) hide show
  1. package/README.md +1 -1
  2. package/accordion/accordion.d.ts +1 -1
  3. package/accordion/style/accordionstyle.d.ts +37 -0
  4. package/api/translation.d.ts +2 -0
  5. package/autocomplete/autocomplete.d.ts +2 -3
  6. package/autocomplete/style/autocompletestyle.d.ts +69 -0
  7. package/avatar/style/avatarstyle.d.ts +25 -0
  8. package/avatargroup/style/avatargroupstyle.d.ts +14 -0
  9. package/badge/style/badgestyle.d.ts +17 -0
  10. package/base/style/basestyle.d.ts +4 -0
  11. package/blockui/blockui.d.ts +1 -1
  12. package/blockui/style/blockuistyle.d.ts +17 -0
  13. package/breadcrumb/style/breadcrumbstyle.d.ts +45 -0
  14. package/button/style/buttonstyle.d.ts +29 -0
  15. package/buttongroup/style/buttongroupstyle.d.ts +17 -0
  16. package/card/style/cardstyle.d.ts +45 -0
  17. package/carousel/style/carouselstyle.d.ts +69 -0
  18. package/cascadeselect/cascadeselect.d.ts +2 -2
  19. package/cascadeselect/style/cascadeselectstyle.d.ts +65 -0
  20. package/checkbox/style/checkboxstyle.d.ts +29 -0
  21. package/chip/style/chipstyle.d.ts +33 -0
  22. package/colorpicker/colorpicker.d.ts +1 -1
  23. package/colorpicker/style/colorpickerstyle.d.ts +45 -0
  24. package/confirmdialog/confirmdialog.d.ts +1 -1
  25. package/confirmdialog/style/confirmdialogstyle.d.ts +33 -0
  26. package/confirmpopup/confirmpopup.d.ts +3 -3
  27. package/confirmpopup/style/confirmpopupstyle.d.ts +41 -0
  28. package/contextmenu/contextmenu.d.ts +2 -2
  29. package/contextmenu/style/contextmenustyle.d.ts +54 -0
  30. package/dataview/dataview.d.ts +1 -1
  31. package/dataview/style/dataviewstyle.d.ts +37 -0
  32. package/datepicker/datepicker.d.ts +1 -1
  33. package/datepicker/style/datepickerstyle.d.ts +165 -0
  34. package/dialog/style/dialogstyle.d.ts +49 -0
  35. package/divider/style/dividerstyle.d.ts +21 -0
  36. package/dock/style/dockstyle.d.ts +41 -0
  37. package/drawer/style/drawerstyle.d.ts +37 -0
  38. package/dropdown/style/dropdownstyle.d.ts +14 -0
  39. package/dynamicdialog/style/dynamicdialogstyle.d.ts +49 -0
  40. package/editor/style/editorstyle.d.ts +25 -0
  41. package/esm2022/accordion/accordion.mjs +3 -3
  42. package/esm2022/accordion/style/accordionstyle.mjs +37 -1
  43. package/esm2022/api/primengconfig.mjs +3 -1
  44. package/esm2022/api/translation.mjs +1 -1
  45. package/esm2022/autocomplete/autocomplete.mjs +4 -4
  46. package/esm2022/autocomplete/style/autocompletestyle.mjs +69 -1
  47. package/esm2022/avatar/style/avatarstyle.mjs +25 -1
  48. package/esm2022/avatargroup/style/avatargroupstyle.mjs +14 -1
  49. package/esm2022/badge/style/badgestyle.mjs +17 -1
  50. package/esm2022/basecomponent/basecomponent.mjs +3 -4
  51. package/esm2022/blockui/blockui.mjs +3 -3
  52. package/esm2022/blockui/style/blockuistyle.mjs +17 -1
  53. package/esm2022/breadcrumb/style/breadcrumbstyle.mjs +45 -1
  54. package/esm2022/button/style/buttonstyle.mjs +29 -1
  55. package/esm2022/buttongroup/style/buttongroupstyle.mjs +17 -1
  56. package/esm2022/card/style/cardstyle.mjs +45 -1
  57. package/esm2022/carousel/style/carouselstyle.mjs +69 -1
  58. package/esm2022/cascadeselect/cascadeselect.mjs +15 -19
  59. package/esm2022/cascadeselect/style/cascadeselectstyle.mjs +65 -1
  60. package/esm2022/checkbox/checkbox.mjs +1 -1
  61. package/esm2022/checkbox/style/checkboxstyle.mjs +29 -1
  62. package/esm2022/chip/style/chipstyle.mjs +33 -1
  63. package/esm2022/colorpicker/colorpicker.mjs +3 -3
  64. package/esm2022/colorpicker/style/colorpickerstyle.mjs +45 -1
  65. package/esm2022/confirmdialog/confirmdialog.mjs +3 -3
  66. package/esm2022/confirmdialog/style/confirmdialogstyle.mjs +33 -1
  67. package/esm2022/confirmpopup/confirmpopup.mjs +11 -11
  68. package/esm2022/confirmpopup/style/confirmpopupstyle.mjs +41 -1
  69. package/esm2022/contextmenu/contextmenu.mjs +15 -15
  70. package/esm2022/contextmenu/style/contextmenustyle.mjs +54 -1
  71. package/esm2022/dataview/dataview.mjs +3 -3
  72. package/esm2022/dataview/style/dataviewstyle.mjs +37 -1
  73. package/esm2022/datepicker/datepicker.mjs +3 -3
  74. package/esm2022/datepicker/style/datepickerstyle.mjs +165 -1
  75. package/esm2022/dialog/style/dialogstyle.mjs +49 -1
  76. package/esm2022/divider/style/dividerstyle.mjs +21 -1
  77. package/esm2022/dock/style/dockstyle.mjs +41 -1
  78. package/esm2022/drawer/drawer.mjs +3 -3
  79. package/esm2022/drawer/style/drawerstyle.mjs +37 -1
  80. package/esm2022/dropdown/dropdown.mjs +9 -9
  81. package/esm2022/dropdown/style/dropdownstyle.mjs +4 -1
  82. package/esm2022/dynamicdialog/style/dynamicdialogstyle.mjs +49 -1
  83. package/esm2022/editor/style/editorstyle.mjs +25 -1
  84. package/esm2022/fieldset/style/fieldsetstyle.mjs +37 -1
  85. package/esm2022/fileupload/fileupload.interface.mjs +1 -1
  86. package/esm2022/fileupload/fileupload.mjs +46 -13
  87. package/esm2022/fileupload/style/fileuploadstyle.mjs +73 -1
  88. package/esm2022/floatlabel/style/floatlabelstyle.mjs +17 -1
  89. package/esm2022/fluid/style/fluidstyle.mjs +17 -1
  90. package/esm2022/galleria/style/galleriastyle.mjs +125 -1
  91. package/esm2022/iconfield/style/iconfieldstyle.mjs +23 -4
  92. package/esm2022/image/style/imagestyle.mjs +57 -1
  93. package/esm2022/inplace/style/inplacestyle.mjs +25 -1
  94. package/esm2022/inputgroup/style/inputgroupstyle.mjs +24 -8
  95. package/esm2022/inputmask/inputmask.mjs +1 -1
  96. package/esm2022/inputmask/style/inputmaskstyle.mjs +17 -1
  97. package/esm2022/inputnumber/inputnumber.mjs +3 -3
  98. package/esm2022/inputnumber/style/inputnumberstyle.mjs +33 -1
  99. package/esm2022/inputotp/inputotp.mjs +3 -3
  100. package/esm2022/inputotp/style/inputotpstyle.mjs +21 -1
  101. package/esm2022/inputtext/style/inputtextstyle.mjs +17 -1
  102. package/esm2022/inputtextarea/style/textareastyle.mjs +17 -1
  103. package/esm2022/knob/style/knobstyle.mjs +29 -1
  104. package/esm2022/listbox/listbox.mjs +9 -9
  105. package/esm2022/listbox/style/listboxstyle.mjs +53 -1
  106. package/esm2022/megamenu/megamenu.mjs +15 -15
  107. package/esm2022/megamenu/style/megamenustyle.mjs +81 -1
  108. package/esm2022/menu/style/menustyle.mjs +57 -1
  109. package/esm2022/menubar/style/menubarstyle.mjs +65 -1
  110. package/esm2022/message/style/messagestyle.mjs +38 -2
  111. package/esm2022/metergroup/metergroup.mjs +10 -10
  112. package/esm2022/metergroup/style/metergroupstyle.mjs +45 -1
  113. package/esm2022/multiselect/multiselect.mjs +53 -53
  114. package/esm2022/multiselect/style/multiselectstyle.mjs +85 -1
  115. package/esm2022/orderlist/orderlist.mjs +3 -3
  116. package/esm2022/orderlist/style/orderliststyle.mjs +21 -1
  117. package/esm2022/organizationchart/organizationchart.mjs +3 -3
  118. package/esm2022/organizationchart/style/organizationchartstyle.mjs +53 -1
  119. package/esm2022/overlay/overlay.mjs +1 -1
  120. package/esm2022/overlaypanel/style/popoverstyle.mjs +21 -1
  121. package/esm2022/paginator/paginator.mjs +6 -6
  122. package/esm2022/paginator/style/paginatorstyle.mjs +81 -1
  123. package/esm2022/panel/style/panelstyle.mjs +45 -1
  124. package/esm2022/panelmenu/panelmenu.mjs +22 -22
  125. package/esm2022/panelmenu/style/panelmenustyle.mjs +83 -2
  126. package/esm2022/password/style/passwordstyle.mjs +45 -1
  127. package/esm2022/picklist/picklist.mjs +3 -3
  128. package/esm2022/picklist/style/pickliststyle.mjs +37 -1
  129. package/esm2022/progressbar/progressbar.mjs +3 -3
  130. package/esm2022/progressbar/style/progressbarstyle.mjs +25 -1
  131. package/esm2022/progressspinner/progressspinner.mjs +3 -3
  132. package/esm2022/progressspinner/style/progressspinnerstyle.mjs +25 -1
  133. package/esm2022/radiobutton/radiobutton.mjs +4 -4
  134. package/esm2022/radiobutton/style/radiobuttonstyle.mjs +29 -1
  135. package/esm2022/rating/rating.mjs +1 -1
  136. package/esm2022/rating/style/ratingstyle.mjs +29 -1
  137. package/esm2022/ripple/ripple.mjs +17 -12
  138. package/esm2022/ripple/style/ripplestyle.mjs +17 -1
  139. package/esm2022/scroller/scroller.mjs +5 -5
  140. package/esm2022/scroller/style/scrollerstyle.mjs +104 -0
  141. package/esm2022/scrollpanel/scrollpanel.mjs +3 -3
  142. package/esm2022/scrollpanel/style/scrollpanelstyle.mjs +33 -1
  143. package/esm2022/scrolltop/scrolltop.mjs +3 -3
  144. package/esm2022/scrolltop/style/scrolltopstyle.mjs +21 -1
  145. package/esm2022/select/public_api.mjs +2 -1
  146. package/esm2022/select/select.mjs +10 -10
  147. package/esm2022/select/style/selectstyle.mjs +85 -1
  148. package/esm2022/selectbutton/selectbutton.mjs +8 -8
  149. package/esm2022/selectbutton/style/selectbuttonstyle.mjs +17 -1
  150. package/esm2022/skeleton/style/skeletonstyle.mjs +17 -1
  151. package/esm2022/slider/style/sliderstyle.mjs +25 -1
  152. package/esm2022/speeddial/speeddial.mjs +3 -3
  153. package/esm2022/speeddial/style/speeddialstyle.mjs +41 -1
  154. package/esm2022/splitbutton/splitbutton.mjs +8 -8
  155. package/esm2022/splitbutton/style/splitbuttonstyle.mjs +25 -1
  156. package/esm2022/splitter/style/splitterstyle.mjs +25 -1
  157. package/esm2022/stepper/stepper.mjs +26 -26
  158. package/esm2022/stepper/style/stepperstyle.mjs +21 -1
  159. package/esm2022/steps/style/stepsstyle.mjs +37 -1
  160. package/esm2022/table/style/tablestyle.mjs +899 -0
  161. package/esm2022/table/table.mjs +24 -24
  162. package/esm2022/tabmenu/style/tabmenustyle.mjs +42 -2
  163. package/esm2022/tabmenu/tabmenu.mjs +3 -3
  164. package/esm2022/tabs/style/tabsstyle.mjs +49 -1
  165. package/esm2022/tabview/style/tabsstyle.mjs +49 -1
  166. package/esm2022/tag/style/tagstyle.mjs +25 -1
  167. package/esm2022/terminal/style/terminalstyle.mjs +49 -1
  168. package/esm2022/textarea/style/textareastyle.mjs +17 -1
  169. package/esm2022/textarea/textarea.mjs +1 -2
  170. package/esm2022/tieredmenu/style/tieredmenustyle.mjs +61 -1
  171. package/esm2022/tieredmenu/tieredmenu.mjs +15 -15
  172. package/esm2022/timeline/style/timelinestyle.mjs +41 -1
  173. package/esm2022/toast/style/toaststyle.mjs +49 -1
  174. package/esm2022/togglebutton/style/togglebuttonstyle.mjs +25 -1
  175. package/esm2022/togglebutton/togglebutton.mjs +3 -3
  176. package/esm2022/toggleswitch/style/toggleswitchstyle.mjs +25 -1
  177. package/esm2022/toggleswitch/toggleswitch.mjs +1 -1
  178. package/esm2022/toolbar/style/toolbarstyle.mjs +29 -1
  179. package/esm2022/tooltip/style/tooltipstyle.mjs +25 -1
  180. package/esm2022/tree/style/treestyle.mjs +69 -1
  181. package/esm2022/tree/tree.mjs +9 -9
  182. package/esm2022/treeselect/style/treeselectstyle.mjs +53 -1
  183. package/esm2022/treeselect/treeselect.mjs +3 -3
  184. package/esm2022/treetable/style/treetablestyle.mjs +97 -1
  185. package/esm2022/treetable/treetable.mjs +3 -3
  186. package/fesm2022/primeng-accordion.mjs +38 -2
  187. package/fesm2022/primeng-accordion.mjs.map +1 -1
  188. package/fesm2022/primeng-api.mjs +2 -0
  189. package/fesm2022/primeng-api.mjs.map +1 -1
  190. package/fesm2022/primeng-autocomplete.mjs +71 -3
  191. package/fesm2022/primeng-autocomplete.mjs.map +1 -1
  192. package/fesm2022/primeng-avatar.mjs +24 -0
  193. package/fesm2022/primeng-avatar.mjs.map +1 -1
  194. package/fesm2022/primeng-avatargroup.mjs +13 -0
  195. package/fesm2022/primeng-avatargroup.mjs.map +1 -1
  196. package/fesm2022/primeng-badge.mjs +16 -0
  197. package/fesm2022/primeng-badge.mjs.map +1 -1
  198. package/fesm2022/primeng-basecomponent.mjs +2 -3
  199. package/fesm2022/primeng-basecomponent.mjs.map +1 -1
  200. package/fesm2022/primeng-blockui.mjs +18 -2
  201. package/fesm2022/primeng-blockui.mjs.map +1 -1
  202. package/fesm2022/primeng-breadcrumb.mjs +44 -0
  203. package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
  204. package/fesm2022/primeng-button.mjs +28 -0
  205. package/fesm2022/primeng-button.mjs.map +1 -1
  206. package/fesm2022/primeng-buttongroup.mjs +16 -0
  207. package/fesm2022/primeng-buttongroup.mjs.map +1 -1
  208. package/fesm2022/primeng-card.mjs +44 -0
  209. package/fesm2022/primeng-card.mjs.map +1 -1
  210. package/fesm2022/primeng-carousel.mjs +68 -0
  211. package/fesm2022/primeng-carousel.mjs.map +1 -1
  212. package/fesm2022/primeng-cascadeselect.mjs +78 -18
  213. package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
  214. package/fesm2022/primeng-checkbox.mjs +28 -0
  215. package/fesm2022/primeng-checkbox.mjs.map +1 -1
  216. package/fesm2022/primeng-chip.mjs +32 -0
  217. package/fesm2022/primeng-chip.mjs.map +1 -1
  218. package/fesm2022/primeng-colorpicker.mjs +46 -2
  219. package/fesm2022/primeng-colorpicker.mjs.map +1 -1
  220. package/fesm2022/primeng-confirmdialog.mjs +34 -2
  221. package/fesm2022/primeng-confirmdialog.mjs.map +1 -1
  222. package/fesm2022/primeng-confirmpopup.mjs +49 -9
  223. package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
  224. package/fesm2022/primeng-contextmenu.mjs +67 -14
  225. package/fesm2022/primeng-contextmenu.mjs.map +1 -1
  226. package/fesm2022/primeng-dataview.mjs +38 -2
  227. package/fesm2022/primeng-dataview.mjs.map +1 -1
  228. package/fesm2022/primeng-datepicker.mjs +166 -2
  229. package/fesm2022/primeng-datepicker.mjs.map +1 -1
  230. package/fesm2022/primeng-dialog.mjs +49 -1
  231. package/fesm2022/primeng-dialog.mjs.map +1 -1
  232. package/fesm2022/primeng-divider.mjs +21 -1
  233. package/fesm2022/primeng-divider.mjs.map +1 -1
  234. package/fesm2022/primeng-dock.mjs +40 -0
  235. package/fesm2022/primeng-dock.mjs.map +1 -1
  236. package/fesm2022/primeng-drawer.mjs +38 -2
  237. package/fesm2022/primeng-drawer.mjs.map +1 -1
  238. package/fesm2022/primeng-dropdown.mjs +11 -8
  239. package/fesm2022/primeng-dropdown.mjs.map +1 -1
  240. package/fesm2022/primeng-dynamicdialog.mjs +48 -0
  241. package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
  242. package/fesm2022/primeng-editor.mjs +24 -0
  243. package/fesm2022/primeng-editor.mjs.map +1 -1
  244. package/fesm2022/primeng-fieldset.mjs +36 -0
  245. package/fesm2022/primeng-fieldset.mjs.map +1 -1
  246. package/fesm2022/primeng-fileupload.mjs +117 -12
  247. package/fesm2022/primeng-fileupload.mjs.map +1 -1
  248. package/fesm2022/primeng-floatlabel.mjs +16 -0
  249. package/fesm2022/primeng-floatlabel.mjs.map +1 -1
  250. package/fesm2022/primeng-fluid.mjs +16 -0
  251. package/fesm2022/primeng-fluid.mjs.map +1 -1
  252. package/fesm2022/primeng-galleria.mjs +124 -0
  253. package/fesm2022/primeng-galleria.mjs.map +1 -1
  254. package/fesm2022/primeng-iconfield.mjs +22 -3
  255. package/fesm2022/primeng-iconfield.mjs.map +1 -1
  256. package/fesm2022/primeng-image.mjs +56 -0
  257. package/fesm2022/primeng-image.mjs.map +1 -1
  258. package/fesm2022/primeng-inplace.mjs +24 -0
  259. package/fesm2022/primeng-inplace.mjs.map +1 -1
  260. package/fesm2022/primeng-inputgroup.mjs +23 -7
  261. package/fesm2022/primeng-inputgroup.mjs.map +1 -1
  262. package/fesm2022/primeng-inputmask.mjs +16 -0
  263. package/fesm2022/primeng-inputmask.mjs.map +1 -1
  264. package/fesm2022/primeng-inputnumber.mjs +34 -2
  265. package/fesm2022/primeng-inputnumber.mjs.map +1 -1
  266. package/fesm2022/primeng-inputotp.mjs +22 -2
  267. package/fesm2022/primeng-inputotp.mjs.map +1 -1
  268. package/fesm2022/primeng-inputtext.mjs +16 -0
  269. package/fesm2022/primeng-inputtext.mjs.map +1 -1
  270. package/fesm2022/primeng-inputtextarea.mjs +16 -0
  271. package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
  272. package/fesm2022/primeng-knob.mjs +28 -0
  273. package/fesm2022/primeng-knob.mjs.map +1 -1
  274. package/fesm2022/primeng-listbox.mjs +60 -8
  275. package/fesm2022/primeng-listbox.mjs.map +1 -1
  276. package/fesm2022/primeng-megamenu.mjs +94 -14
  277. package/fesm2022/primeng-megamenu.mjs.map +1 -1
  278. package/fesm2022/primeng-menu.mjs +56 -0
  279. package/fesm2022/primeng-menu.mjs.map +1 -1
  280. package/fesm2022/primeng-menubar.mjs +64 -0
  281. package/fesm2022/primeng-menubar.mjs.map +1 -1
  282. package/fesm2022/primeng-message.mjs +38 -2
  283. package/fesm2022/primeng-message.mjs.map +1 -1
  284. package/fesm2022/primeng-metergroup.mjs +53 -9
  285. package/fesm2022/primeng-metergroup.mjs.map +1 -1
  286. package/fesm2022/primeng-multiselect.mjs +136 -52
  287. package/fesm2022/primeng-multiselect.mjs.map +1 -1
  288. package/fesm2022/primeng-orderlist.mjs +22 -2
  289. package/fesm2022/primeng-orderlist.mjs.map +1 -1
  290. package/fesm2022/primeng-organizationchart.mjs +54 -2
  291. package/fesm2022/primeng-organizationchart.mjs.map +1 -1
  292. package/fesm2022/primeng-overlay.mjs.map +1 -1
  293. package/fesm2022/primeng-overlaypanel.mjs +20 -0
  294. package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
  295. package/fesm2022/primeng-paginator.mjs +85 -5
  296. package/fesm2022/primeng-paginator.mjs.map +1 -1
  297. package/fesm2022/primeng-panel.mjs +45 -1
  298. package/fesm2022/primeng-panel.mjs.map +1 -1
  299. package/fesm2022/primeng-panelmenu.mjs +103 -22
  300. package/fesm2022/primeng-panelmenu.mjs.map +1 -1
  301. package/fesm2022/primeng-password.mjs +44 -0
  302. package/fesm2022/primeng-password.mjs.map +1 -1
  303. package/fesm2022/primeng-picklist.mjs +38 -2
  304. package/fesm2022/primeng-picklist.mjs.map +1 -1
  305. package/fesm2022/primeng-progressbar.mjs +26 -2
  306. package/fesm2022/primeng-progressbar.mjs.map +1 -1
  307. package/fesm2022/primeng-progressspinner.mjs +26 -2
  308. package/fesm2022/primeng-progressspinner.mjs.map +1 -1
  309. package/fesm2022/primeng-radiobutton.mjs +31 -3
  310. package/fesm2022/primeng-radiobutton.mjs.map +1 -1
  311. package/fesm2022/primeng-rating.mjs +28 -0
  312. package/fesm2022/primeng-rating.mjs.map +1 -1
  313. package/fesm2022/primeng-ripple.mjs +32 -11
  314. package/fesm2022/primeng-ripple.mjs.map +1 -1
  315. package/fesm2022/primeng-scroller.mjs +39 -7
  316. package/fesm2022/primeng-scroller.mjs.map +1 -1
  317. package/fesm2022/primeng-scrollpanel.mjs +34 -2
  318. package/fesm2022/primeng-scrollpanel.mjs.map +1 -1
  319. package/fesm2022/primeng-scrolltop.mjs +22 -2
  320. package/fesm2022/primeng-scrolltop.mjs.map +1 -1
  321. package/fesm2022/primeng-select.mjs +94 -10
  322. package/fesm2022/primeng-select.mjs.map +1 -1
  323. package/fesm2022/primeng-selectbutton.mjs +23 -7
  324. package/fesm2022/primeng-selectbutton.mjs.map +1 -1
  325. package/fesm2022/primeng-skeleton.mjs +16 -0
  326. package/fesm2022/primeng-skeleton.mjs.map +1 -1
  327. package/fesm2022/primeng-slider.mjs +24 -0
  328. package/fesm2022/primeng-slider.mjs.map +1 -1
  329. package/fesm2022/primeng-speeddial.mjs +42 -2
  330. package/fesm2022/primeng-speeddial.mjs.map +1 -1
  331. package/fesm2022/primeng-splitbutton.mjs +31 -7
  332. package/fesm2022/primeng-splitbutton.mjs.map +1 -1
  333. package/fesm2022/primeng-splitter.mjs +24 -0
  334. package/fesm2022/primeng-splitter.mjs.map +1 -1
  335. package/fesm2022/primeng-stepper.mjs +45 -25
  336. package/fesm2022/primeng-stepper.mjs.map +1 -1
  337. package/fesm2022/primeng-steps.mjs +36 -0
  338. package/fesm2022/primeng-steps.mjs.map +1 -1
  339. package/fesm2022/primeng-table.mjs +230 -56
  340. package/fesm2022/primeng-table.mjs.map +1 -1
  341. package/fesm2022/primeng-tabmenu.mjs +43 -3
  342. package/fesm2022/primeng-tabmenu.mjs.map +1 -1
  343. package/fesm2022/primeng-tabs.mjs +48 -0
  344. package/fesm2022/primeng-tabs.mjs.map +1 -1
  345. package/fesm2022/primeng-tabview.mjs +48 -0
  346. package/fesm2022/primeng-tabview.mjs.map +1 -1
  347. package/fesm2022/primeng-tag.mjs +24 -0
  348. package/fesm2022/primeng-tag.mjs.map +1 -1
  349. package/fesm2022/primeng-terminal.mjs +48 -0
  350. package/fesm2022/primeng-terminal.mjs.map +1 -1
  351. package/fesm2022/primeng-textarea.mjs +16 -1
  352. package/fesm2022/primeng-textarea.mjs.map +1 -1
  353. package/fesm2022/primeng-tieredmenu.mjs +74 -14
  354. package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
  355. package/fesm2022/primeng-timeline.mjs +40 -0
  356. package/fesm2022/primeng-timeline.mjs.map +1 -1
  357. package/fesm2022/primeng-toast.mjs +48 -0
  358. package/fesm2022/primeng-toast.mjs.map +1 -1
  359. package/fesm2022/primeng-togglebutton.mjs +26 -2
  360. package/fesm2022/primeng-togglebutton.mjs.map +1 -1
  361. package/fesm2022/primeng-toggleswitch.mjs +24 -0
  362. package/fesm2022/primeng-toggleswitch.mjs.map +1 -1
  363. package/fesm2022/primeng-toolbar.mjs +28 -0
  364. package/fesm2022/primeng-toolbar.mjs.map +1 -1
  365. package/fesm2022/primeng-tooltip.mjs +24 -0
  366. package/fesm2022/primeng-tooltip.mjs.map +1 -1
  367. package/fesm2022/primeng-tree.mjs +76 -8
  368. package/fesm2022/primeng-tree.mjs.map +1 -1
  369. package/fesm2022/primeng-treeselect.mjs +54 -2
  370. package/fesm2022/primeng-treeselect.mjs.map +1 -1
  371. package/fesm2022/primeng-treetable.mjs +98 -2
  372. package/fesm2022/primeng-treetable.mjs.map +1 -1
  373. package/fieldset/style/fieldsetstyle.d.ts +37 -0
  374. package/fileupload/fileupload.d.ts +4 -1
  375. package/fileupload/fileupload.interface.d.ts +9 -0
  376. package/fileupload/style/fileuploadstyle.d.ts +73 -0
  377. package/floatlabel/style/floatlabelstyle.d.ts +17 -0
  378. package/fluid/style/fluidstyle.d.ts +17 -0
  379. package/galleria/style/galleriastyle.d.ts +125 -0
  380. package/iconfield/style/iconfieldstyle.d.ts +17 -0
  381. package/image/style/imagestyle.d.ts +57 -0
  382. package/inplace/style/inplacestyle.d.ts +25 -0
  383. package/inputgroup/style/inputgroupstyle.d.ts +17 -0
  384. package/inputmask/style/inputmaskstyle.d.ts +17 -0
  385. package/inputnumber/inputnumber.d.ts +1 -1
  386. package/inputnumber/style/inputnumberstyle.d.ts +33 -0
  387. package/inputotp/inputotp.d.ts +1 -1
  388. package/inputotp/style/inputotpstyle.d.ts +21 -0
  389. package/inputtext/style/inputtextstyle.d.ts +17 -0
  390. package/inputtextarea/style/textareastyle.d.ts +17 -0
  391. package/knob/style/knobstyle.d.ts +29 -0
  392. package/listbox/style/listboxstyle.d.ts +53 -0
  393. package/megamenu/megamenu.d.ts +2 -2
  394. package/megamenu/style/megamenustyle.d.ts +81 -0
  395. package/menu/style/menustyle.d.ts +57 -0
  396. package/menubar/style/menubarstyle.d.ts +65 -0
  397. package/message/style/messagestyle.d.ts +37 -0
  398. package/metergroup/metergroup.d.ts +2 -2
  399. package/metergroup/style/metergroupstyle.d.ts +45 -0
  400. package/multiselect/multiselect.d.ts +4 -5
  401. package/multiselect/style/multiselectstyle.d.ts +85 -0
  402. package/orderlist/orderlist.d.ts +1 -1
  403. package/orderlist/style/orderliststyle.d.ts +21 -0
  404. package/organizationchart/organizationchart.d.ts +1 -1
  405. package/organizationchart/style/organizationchartstyle.d.ts +53 -0
  406. package/overlaypanel/style/popoverstyle.d.ts +21 -0
  407. package/package.json +226 -226
  408. package/paginator/style/paginatorstyle.d.ts +81 -0
  409. package/panel/style/panelstyle.d.ts +43 -0
  410. package/panelmenu/panelmenu.d.ts +3 -3
  411. package/panelmenu/style/panelmenustyle.d.ts +82 -0
  412. package/password/style/passwordstyle.d.ts +45 -0
  413. package/picklist/picklist.d.ts +1 -1
  414. package/picklist/style/pickliststyle.d.ts +37 -0
  415. package/progressbar/progressbar.d.ts +1 -1
  416. package/progressbar/style/progressbarstyle.d.ts +25 -0
  417. package/progressspinner/progressspinner.d.ts +1 -1
  418. package/progressspinner/style/progressspinnerstyle.d.ts +25 -0
  419. package/radiobutton/radiobutton.d.ts +1 -1
  420. package/radiobutton/style/radiobuttonstyle.d.ts +29 -0
  421. package/rating/style/ratingstyle.d.ts +29 -0
  422. package/ripple/ripple.d.ts +1 -0
  423. package/ripple/style/ripplestyle.d.ts +17 -0
  424. package/scroller/scroller.d.ts +2 -2
  425. package/scroller/style/scrollerstyle.d.ts +43 -0
  426. package/scrollpanel/scrollpanel.d.ts +1 -1
  427. package/scrollpanel/style/scrollpanelstyle.d.ts +33 -0
  428. package/scrolltop/scrolltop.d.ts +1 -1
  429. package/scrolltop/style/scrolltopstyle.d.ts +21 -0
  430. package/select/public_api.d.ts +1 -0
  431. package/select/style/selectstyle.d.ts +85 -0
  432. package/selectbutton/selectbutton.d.ts +1 -1
  433. package/selectbutton/style/selectbuttonstyle.d.ts +17 -0
  434. package/skeleton/style/skeletonstyle.d.ts +17 -0
  435. package/slider/style/sliderstyle.d.ts +25 -0
  436. package/speeddial/speeddial.d.ts +1 -1
  437. package/speeddial/style/speeddialstyle.d.ts +41 -0
  438. package/splitbutton/splitbutton.d.ts +1 -1
  439. package/splitbutton/style/splitbuttonstyle.d.ts +25 -0
  440. package/splitter/style/splitterstyle.d.ts +25 -0
  441. package/stepper/stepper.d.ts +4 -4
  442. package/stepper/style/stepperstyle.d.ts +21 -0
  443. package/steps/style/stepsstyle.d.ts +37 -0
  444. package/table/style/tablestyle.d.ts +327 -0
  445. package/table/table.d.ts +5 -5
  446. package/tabmenu/style/tabmenustyle.d.ts +41 -0
  447. package/tabmenu/tabmenu.d.ts +1 -1
  448. package/tabs/style/tabsstyle.d.ts +49 -0
  449. package/tabview/style/tabsstyle.d.ts +49 -0
  450. package/tag/style/tagstyle.d.ts +25 -0
  451. package/terminal/style/terminalstyle.d.ts +49 -0
  452. package/textarea/style/textareastyle.d.ts +17 -0
  453. package/tieredmenu/style/tieredmenustyle.d.ts +61 -0
  454. package/tieredmenu/tieredmenu.d.ts +2 -2
  455. package/timeline/style/timelinestyle.d.ts +41 -0
  456. package/toast/style/toaststyle.d.ts +49 -0
  457. package/togglebutton/style/togglebuttonstyle.d.ts +25 -0
  458. package/togglebutton/togglebutton.d.ts +1 -1
  459. package/toggleswitch/style/toggleswitchstyle.d.ts +25 -0
  460. package/toolbar/style/toolbarstyle.d.ts +29 -0
  461. package/tooltip/style/tooltipstyle.d.ts +25 -0
  462. package/tree/style/treestyle.d.ts +69 -0
  463. package/treeselect/style/treeselectstyle.d.ts +53 -0
  464. package/treeselect/treeselect.d.ts +1 -1
  465. package/treetable/style/treetablestyle.d.ts +97 -0
  466. package/treetable/treetable.d.ts +1 -1
  467. package/esm2022/scroller/style/virtualscrollerstyle.mjs +0 -72
  468. package/esm2022/table/style/datatablestyle.mjs +0 -725
  469. package/scroller/style/virtualscrollerstyle.d.ts +0 -10
  470. package/table/style/datatablestyle.d.ts +0 -124
@@ -0,0 +1,327 @@
1
+ import { BaseStyle } from 'primeng/base';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TableStyle extends BaseStyle {
4
+ name: string;
5
+ theme: ({ dt }: {
6
+ dt: any;
7
+ }) => string;
8
+ classes: {
9
+ root: ({ instance }: {
10
+ instance: any;
11
+ }) => {
12
+ 'p-datatable p-component': boolean;
13
+ 'p-datatable-hoverable': any;
14
+ 'p-datatable-resizable': any;
15
+ 'p-datatable-resizable-fit': boolean;
16
+ 'p-datatable-scrollable': any;
17
+ 'p-datatable-flex-scrollable': boolean;
18
+ 'p-datatable-striped': any;
19
+ 'p-datatable-gridlines': any;
20
+ 'p-datatable-sm': boolean;
21
+ 'p-datatable-lg': boolean;
22
+ };
23
+ mask: string;
24
+ loadingIcon: string;
25
+ header: string;
26
+ pcPaginator: ({ instance }: {
27
+ instance: any;
28
+ }) => string;
29
+ tableContainer: string;
30
+ table: ({ instance }: {
31
+ instance: any;
32
+ }) => {
33
+ 'p-datatable-table': boolean;
34
+ 'p-datatable-scrollable-table': any;
35
+ 'p-datatable-resizable-table': any;
36
+ 'p-datatable-resizable-table-fit': boolean;
37
+ };
38
+ thead: string;
39
+ columnResizer: string;
40
+ columnHeaderContent: string;
41
+ columnTitle: string;
42
+ columnFooter: string;
43
+ sortIcon: string;
44
+ pcSortBadge: string;
45
+ filter: ({ instance }: {
46
+ instance: any;
47
+ }) => {
48
+ 'p-datatable-filter': boolean;
49
+ 'p-datatable-inline-filter': boolean;
50
+ 'p-datatable-popover-filter': boolean;
51
+ };
52
+ filterElementContainer: string;
53
+ pcColumnFilterButton: string;
54
+ pcColumnFilterClearButton: string;
55
+ filterOverlay: ({ instance }: {
56
+ instance: any;
57
+ }) => {
58
+ 'p-datatable-filter-overlay p-component': boolean;
59
+ 'p-datatable-filter-overlay-popover': boolean;
60
+ };
61
+ filterConstraintList: string;
62
+ filterConstraint: string;
63
+ filterConstraintSeparator: string;
64
+ filterOperator: string;
65
+ pcFilterOperatorDropdown: string;
66
+ filterRuleList: string;
67
+ filterRule: string;
68
+ pcFilterConstraintDropdown: string;
69
+ pcFilterRemoveRuleButton: string;
70
+ pcFilterAddRuleButton: string;
71
+ filterButtonbar: string;
72
+ pcFilterClearButton: string;
73
+ pcFilterApplyButton: string;
74
+ tbody: ({ instance }: {
75
+ instance: any;
76
+ }) => {
77
+ 'p-datatable-tbody': boolean;
78
+ 'p-datatable-frozen-tbody': any;
79
+ 'p-virtualscroller-content': any;
80
+ };
81
+ rowGroupHeader: string;
82
+ rowToggleButton: string;
83
+ rowToggleIcon: string;
84
+ rowExpansion: string;
85
+ rowGroupFooter: string;
86
+ emptyMessage: string;
87
+ bodyCell: ({ instance }: {
88
+ instance: any;
89
+ }) => {
90
+ 'p-datatable-frozen-column': any;
91
+ };
92
+ reorderableRowHandle: string;
93
+ pcRowEditorInit: string;
94
+ pcRowEditorSave: string;
95
+ pcRowEditorCancel: string;
96
+ tfoot: string;
97
+ footerCell: ({ instance }: {
98
+ instance: any;
99
+ }) => {
100
+ 'p-datatable-frozen-column': any;
101
+ };
102
+ virtualScrollerSpacer: string;
103
+ footer: string;
104
+ columnResizeIndicator: string;
105
+ rowReorderIndicatorUp: string;
106
+ rowReorderIndicatorDown: string;
107
+ };
108
+ inlineStyles: {
109
+ tableContainer: ({ instance }: {
110
+ instance: any;
111
+ }) => {
112
+ 'max-height': any;
113
+ overflow: string;
114
+ };
115
+ thead: {
116
+ position: string;
117
+ };
118
+ tfoot: {
119
+ position: string;
120
+ };
121
+ };
122
+ static ɵfac: i0.ɵɵFactoryDeclaration<TableStyle, never>;
123
+ static ɵprov: i0.ɵɵInjectableDeclaration<TableStyle>;
124
+ }
125
+ /**
126
+ *
127
+ * DataTable displays data in tabular format.
128
+ *
129
+ * [Live Demo](https://www.primeng.org/table/)
130
+ *
131
+ * @module tablestyle
132
+ *
133
+ */
134
+ export declare enum TableClasses {
135
+ /**
136
+ * Class name of the root element
137
+ */
138
+ root = "p-datatable",
139
+ /**
140
+ * Class name of the mask element
141
+ */
142
+ mask = "p-datatable-mask",
143
+ /**
144
+ * Class name of the loading icon element
145
+ */
146
+ loadingIcon = "p-datatable-loading-icon",
147
+ /**
148
+ * Class name of the header element
149
+ */
150
+ header = "p-datatable-header",
151
+ /**
152
+ * Class name of the paginator element
153
+ */
154
+ pcPaginator = "p-datatable-paginator-[position]",
155
+ /**
156
+ * Class name of the table container element
157
+ */
158
+ tableContainer = "p-datatable-table-container",
159
+ /**
160
+ * Class name of the table element
161
+ */
162
+ table = "p-datatable-table",
163
+ /**
164
+ * Class name of the thead element
165
+ */
166
+ thead = "p-datatable-thead",
167
+ /**
168
+ * Class name of the column resizer element
169
+ */
170
+ columnResizer = "p-datatable-column-resizer",
171
+ /**
172
+ * Class name of the column header content element
173
+ */
174
+ columnHeaderContent = "p-datatable-column-header-content",
175
+ /**
176
+ * Class name of the column title element
177
+ */
178
+ columnTitle = "p-datatable-column-title",
179
+ /**
180
+ * Class name of the sort icon element
181
+ */
182
+ sortIcon = "p-datatable-sort-icon",
183
+ /**
184
+ * Class name of the sort badge element
185
+ */
186
+ pcSortBadge = "p-datatable-sort-badge",
187
+ /**
188
+ * Class name of the filter element
189
+ */
190
+ filter = "p-datatable-filter",
191
+ /**
192
+ * Class name of the filter element container element
193
+ */
194
+ filterElementContainer = "p-datatable-filter-element-container",
195
+ /**
196
+ * Class name of the column filter button element
197
+ */
198
+ pcColumnFilterButton = "p-datatable-column-filter-button",
199
+ /**
200
+ * Class name of the column filter clear button element
201
+ */
202
+ pcColumnFilterClearButton = "p-datatable-column-filter-clear-button",
203
+ /**
204
+ * Class name of the filter overlay element
205
+ */
206
+ filterOverlay = "p-datatable-filter-overlay",
207
+ /**
208
+ * Class name of the filter constraint list element
209
+ */
210
+ filterConstraintList = "p-datatable-filter-constraint-list",
211
+ /**
212
+ * Class name of the filter constraint element
213
+ */
214
+ filterConstraint = "p-datatable-filter-constraint",
215
+ /**
216
+ * Class name of the filter constraint separator element
217
+ */
218
+ filterConstraintSeparator = "p-datatable-filter-constraint-separator",
219
+ /**
220
+ * Class name of the filter operator element
221
+ */
222
+ filterOperator = "p-datatable-filter-operator",
223
+ /**
224
+ * Class name of the filter operator dropdown element
225
+ */
226
+ pcFilterOperatorDropdown = "p-datatable-filter-operator-dropdown",
227
+ /**
228
+ * Class name of the filter rule list element
229
+ */
230
+ filterRuleList = "p-datatable-filter-rule-list",
231
+ /**
232
+ * Class name of the filter rule element
233
+ */
234
+ filterRule = "p-datatable-filter-rule",
235
+ /**
236
+ * Class name of the filter constraint dropdown element
237
+ */
238
+ pcFilterConstraintDropdown = "p-datatable-filter-constraint-dropdown",
239
+ /**
240
+ * Class name of the filter remove rule button element
241
+ */
242
+ pcFilterRemoveRuleButton = "p-datatable-filter-remove-rule-button",
243
+ /**
244
+ * Class name of the filter add rule button element
245
+ */
246
+ pcFilterAddRuleButton = "p-datatable-filter-add-rule-button",
247
+ /**
248
+ * Class name of the filter buttonbar element
249
+ */
250
+ filterButtonbar = "p-datatable-filter-buttonbar",
251
+ /**
252
+ * Class name of the filter clear button element
253
+ */
254
+ pcFilterClearButton = "p-datatable-filter-clear-button",
255
+ /**
256
+ * Class name of the filter apply button element
257
+ */
258
+ pcFilterApplyButton = "p-datatable-filter-apply-button",
259
+ /**
260
+ * Class name of the tbody element
261
+ */
262
+ tbody = "p-datatable-tbody",
263
+ /**
264
+ * Class name of the row group header element
265
+ */
266
+ rowGroupHeader = "p-datatable-row-group-header",
267
+ /**
268
+ * Class name of the row toggle button element
269
+ */
270
+ rowToggleButton = "p-datatable-row-toggle-button",
271
+ /**
272
+ * Class name of the row toggle icon element
273
+ */
274
+ rowToggleIcon = "p-datatable-row-toggle-icon",
275
+ /**
276
+ * Class name of the row expansion element
277
+ */
278
+ rowExpansion = "p-datatable-row-expansion",
279
+ /**
280
+ * Class name of the row group footer element
281
+ */
282
+ rowGroupFooter = "p-datatable-row-group-footer",
283
+ /**
284
+ * Class name of the empty message element
285
+ */
286
+ emptyMessage = "p-datatable-empty-message",
287
+ /**
288
+ * Class name of the reorderable row handle element
289
+ */
290
+ reorderableRowHandle = "p-datatable-reorderable-row-handle",
291
+ /**
292
+ * Class name of the row editor init element
293
+ */
294
+ pcRowEditorInit = "p-datatable-row-editor-init",
295
+ /**
296
+ * Class name of the row editor save element
297
+ */
298
+ pcRowEditorSave = "p-datatable-row-editor-save",
299
+ /**
300
+ * Class name of the row editor cancel element
301
+ */
302
+ pcRowEditorCancel = "p-datatable-row-editor-cancel",
303
+ /**
304
+ * Class name of the tfoot element
305
+ */
306
+ tfoot = "p-datatable-tfoot",
307
+ /**
308
+ * Class name of the virtual scroller spacer element
309
+ */
310
+ virtualScrollerSpacer = "p-datatable-virtualscroller-spacer",
311
+ /**
312
+ * Class name of the footer element
313
+ */
314
+ footer = "p-datatable-footer",
315
+ /**
316
+ * Class name of the column resize indicator element
317
+ */
318
+ columnResizeIndicator = "p-datatable-column-resize-indicator",
319
+ /**
320
+ * Class name of the row reorder indicator up element
321
+ */
322
+ rowReorderIndicatorUp = "p-datatable-row-reorder-indicator-up",
323
+ /**
324
+ * Class name of the row reorder indicator down element
325
+ */
326
+ rowReorderIndicatorDown = "p-datatable-row-reorder-indicator-down"
327
+ }
package/table/table.d.ts CHANGED
@@ -5,8 +5,8 @@ import { ConnectedOverlayScrollHandler } from 'primeng/dom';
5
5
  import { Scroller } from 'primeng/scroller';
6
6
  import { Nullable, VoidListener } from 'primeng/ts-helpers';
7
7
  import { Subscription } from 'rxjs';
8
- import { TableFilterButtonPropsOptions, ExportCSVOptions, TableColResizeEvent, TableColumnReorderEvent, TableContextMenuSelectEvent, TableEditCancelEvent, TableEditCompleteEvent, TableEditInitEvent, TableFilterEvent, TableHeaderCheckboxToggleEvent, TableLazyLoadEvent, TablePageEvent, TableRowCollapseEvent, TableRowExpandEvent, TableRowReorderEvent, TableRowSelectEvent, TableRowUnSelectEvent, TableSelectAllChangeEvent } from './table.interface';
9
- import { DataTableStyle } from './style/datatablestyle';
8
+ import { ExportCSVOptions, TableColResizeEvent, TableColumnReorderEvent, TableContextMenuSelectEvent, TableEditCancelEvent, TableEditCompleteEvent, TableEditInitEvent, TableFilterButtonPropsOptions, TableFilterEvent, TableHeaderCheckboxToggleEvent, TableLazyLoadEvent, TablePageEvent, TableRowCollapseEvent, TableRowExpandEvent, TableRowReorderEvent, TableRowSelectEvent, TableRowUnSelectEvent, TableSelectAllChangeEvent } from './table.interface';
9
+ import { TableStyle } from './style/tablestyle';
10
10
  import { BaseComponent } from 'primeng/basecomponent';
11
11
  import { RadioButton, RadioButtonClickEvent } from 'primeng/radiobutton';
12
12
  import * as i0 from "@angular/core";
@@ -17,7 +17,7 @@ import * as i4 from "primeng/select";
17
17
  import * as i5 from "@angular/forms";
18
18
  import * as i6 from "primeng/button";
19
19
  import * as i7 from "primeng/selectbutton";
20
- import * as i8 from "primeng/calendar";
20
+ import * as i8 from "primeng/datepicker";
21
21
  import * as i9 from "primeng/inputnumber";
22
22
  import * as i10 from "primeng/checkbox";
23
23
  import * as i11 from "primeng/scroller";
@@ -768,7 +768,7 @@ export declare class Table extends BaseComponent implements OnInit, AfterViewIni
768
768
  filterService: FilterService;
769
769
  tableService: TableService;
770
770
  zone: NgZone;
771
- _componentStyle: DataTableStyle;
771
+ _componentStyle: TableStyle;
772
772
  ngOnInit(): void;
773
773
  ngAfterContentInit(): void;
774
774
  ngAfterViewInit(): void;
@@ -1623,6 +1623,6 @@ export declare class ColumnFilterFormElement implements OnInit {
1623
1623
  }
1624
1624
  export declare class TableModule {
1625
1625
  static ɵfac: i0.ɵɵFactoryDeclaration<TableModule, never>;
1626
- static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof Table, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof TableBody, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement], [typeof i1.CommonModule, typeof i2.PaginatorModule, typeof i3.InputTextModule, typeof i4.SelectModule, typeof i5.FormsModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8.CalendarModule, typeof i9.InputNumberModule, typeof i10.CheckboxModule, typeof i11.ScrollerModule, typeof i12.ArrowDownIcon, typeof i13.ArrowUpIcon, typeof i14.SpinnerIcon, typeof i15.SortAltIcon, typeof i16.SortAmountUpAltIcon, typeof i17.SortAmountDownIcon, typeof i18.CheckIcon, typeof i19.FilterIcon, typeof i20.FilterSlashIcon, typeof i21.PlusIcon, typeof i22.TrashIcon, typeof i23.RadioButtonModule], [typeof Table, typeof i24.SharedModule, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement, typeof i11.ScrollerModule]>;
1626
+ static ɵmod: i0.ɵɵNgModuleDeclaration<TableModule, [typeof Table, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof TableBody, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement], [typeof i1.CommonModule, typeof i2.PaginatorModule, typeof i3.InputTextModule, typeof i4.SelectModule, typeof i5.FormsModule, typeof i6.ButtonModule, typeof i7.SelectButtonModule, typeof i8.DatePickerModule, typeof i9.InputNumberModule, typeof i10.CheckboxModule, typeof i11.ScrollerModule, typeof i12.ArrowDownIcon, typeof i13.ArrowUpIcon, typeof i14.SpinnerIcon, typeof i15.SortAltIcon, typeof i16.SortAmountUpAltIcon, typeof i17.SortAmountDownIcon, typeof i18.CheckIcon, typeof i19.FilterIcon, typeof i20.FilterSlashIcon, typeof i21.PlusIcon, typeof i22.TrashIcon, typeof i23.RadioButtonModule], [typeof Table, typeof i24.SharedModule, typeof SortableColumn, typeof FrozenColumn, typeof RowGroupHeader, typeof SelectableRow, typeof RowToggler, typeof ContextMenuRow, typeof ResizableColumn, typeof ReorderableColumn, typeof EditableColumn, typeof CellEditor, typeof SortIcon, typeof TableRadioButton, typeof TableCheckbox, typeof TableHeaderCheckbox, typeof ReorderableRowHandle, typeof ReorderableRow, typeof SelectableRowDblClick, typeof EditableRow, typeof InitEditableRow, typeof SaveEditableRow, typeof CancelEditableRow, typeof ColumnFilter, typeof ColumnFilterFormElement, typeof i11.ScrollerModule]>;
1627
1627
  static ɵinj: i0.ɵɵInjectorDeclaration<TableModule>;
1628
1628
  }
@@ -8,3 +8,44 @@ export declare class TabMenuStyle extends BaseStyle {
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<TabMenuStyle, never>;
9
9
  static ɵprov: i0.ɵɵInjectableDeclaration<TabMenuStyle>;
10
10
  }
11
+ /**
12
+ *
13
+ * TabMenu is a navigation component that displays items as tab headers. Example below uses nested routes with TabMenu.
14
+ *
15
+ * [Live Demo](https://www.primeng.org/tabmenu/)
16
+ *
17
+ * @module tabmenustyle
18
+ *
19
+ */
20
+ export declare enum TabMenuClasses {
21
+ /**
22
+ * Class name of the root element
23
+ */
24
+ root = "p-tabmenu",
25
+ /**
26
+ * Class name of the tablist element
27
+ */
28
+ tablist = "p-tabmenu-tablist",
29
+ /**
30
+ * Class name of the item element
31
+ */
32
+ item = "p-tabmenu-item",
33
+ /**
34
+ * Class name of the item link element
35
+ */
36
+ itemLink = "p-tabmenu-item-link",
37
+ /**
38
+ * Class name of the item icon element
39
+ */
40
+ itemIcon = "p-tabmenu-item-icon",
41
+ /**
42
+ * Class name of the item label element
43
+ */
44
+ itemLabel = "p-tabmenu-item-label",
45
+ /**
46
+ * Class name of the inkbar element
47
+ */
48
+ inkbar = "p-tabmenu-ink-bar"
49
+ }
50
+ export interface TabMenuStyle extends BaseStyle {
51
+ }
@@ -116,7 +116,7 @@ export declare class TabMenu extends BaseComponent implements AfterContentInit,
116
116
  private clearAutoScrollHandler;
117
117
  private initButtonState;
118
118
  static ɵfac: i0.ɵɵFactoryDeclaration<TabMenu, never>;
119
- static ɵcmp: i0.ɵɵComponentDeclaration<TabMenu, "p-tabMenu", never, { "model": { "alias": "model"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; }, { "activeItemChange": "activeItemChange"; }, ["templates"], never, false, never>;
119
+ static ɵcmp: i0.ɵɵComponentDeclaration<TabMenu, "p-tabMenu, p-tabmenu", never, { "model": { "alias": "model"; "required": false; }; "activeItem": { "alias": "activeItem"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; }, { "activeItemChange": "activeItemChange"; }, ["templates"], never, false, never>;
120
120
  static ngAcceptInputType_scrollable: unknown;
121
121
  static ngAcceptInputType_popup: unknown;
122
122
  }
@@ -15,3 +15,52 @@ export declare class TabsStyle extends BaseStyle {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsStyle, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<TabsStyle>;
17
17
  }
18
+ /**
19
+ *
20
+ * Tabs facilitates seamless switching between different views.
21
+ *
22
+ * [Live Demo](https://www.primeng.org/tabs/)
23
+ *
24
+ * @module tabsstyle
25
+ *
26
+ */
27
+ export declare enum TabsClasses {
28
+ /**
29
+ * Class name of the root element
30
+ */
31
+ root = "p-tabs",
32
+ /**
33
+ * Class name of the wrapper element
34
+ */
35
+ list = "p-tablist",
36
+ /**
37
+ * Class name of the content element
38
+ */
39
+ content = "p-tablist-content",
40
+ /**
41
+ * Class name of the tab list element
42
+ */
43
+ tablist = "p-tablist-tab-list",
44
+ /**
45
+ * Class name of the tab list element
46
+ */
47
+ tab = "p-tab",
48
+ /**
49
+ * Class name of the inkbar element
50
+ */
51
+ inkbar = "p-tablist-active-bar",
52
+ /**
53
+ * Class name of the navigation buttons
54
+ */
55
+ button = "p-tablist-nav-button",
56
+ /**
57
+ * Class name of the tab panels wrapper
58
+ */
59
+ tabpanels = "p-tabpanels",
60
+ /**
61
+ * Class name of the tab panel element
62
+ */
63
+ tabpanel = "p-tabs-panel"
64
+ }
65
+ export interface TabsStyle extends BaseStyle {
66
+ }
@@ -15,3 +15,52 @@ export declare class TabsStyle extends BaseStyle {
15
15
  static ɵfac: i0.ɵɵFactoryDeclaration<TabsStyle, never>;
16
16
  static ɵprov: i0.ɵɵInjectableDeclaration<TabsStyle>;
17
17
  }
18
+ /**
19
+ *
20
+ * Tabs facilitates seamless switching between different views.
21
+ *
22
+ * [Live Demo](https://www.tabview.org/tabs/)
23
+ *
24
+ * @module tabviewstyle
25
+ *
26
+ */
27
+ export declare enum TabViewClasses {
28
+ /**
29
+ * Class name of the root element
30
+ */
31
+ root = "p-tabs",
32
+ /**
33
+ * Class name of the wrapper element
34
+ */
35
+ list = "p-tablist",
36
+ /**
37
+ * Class name of the content element
38
+ */
39
+ content = "p-tablist-content",
40
+ /**
41
+ * Class name of the tab list element
42
+ */
43
+ tablist = "p-tablist-tab-list",
44
+ /**
45
+ * Class name of the tab list element
46
+ */
47
+ tab = "p-tab",
48
+ /**
49
+ * Class name of the inkbar element
50
+ */
51
+ inkbar = "p-tablist-active-bar",
52
+ /**
53
+ * Class name of the navigation buttons
54
+ */
55
+ button = "p-tablist-nav-button",
56
+ /**
57
+ * Class name of the tab panels wrapper
58
+ */
59
+ tabpanels = "p-tabpanels",
60
+ /**
61
+ * Class name of the tab panel element
62
+ */
63
+ tabpanel = "p-tabs-panel"
64
+ }
65
+ export interface TabViewStyle extends BaseStyle {
66
+ }
@@ -23,3 +23,28 @@ export declare class TagStyle extends BaseStyle {
23
23
  static ɵfac: i0.ɵɵFactoryDeclaration<TagStyle, never>;
24
24
  static ɵprov: i0.ɵɵInjectableDeclaration<TagStyle>;
25
25
  }
26
+ /**
27
+ *
28
+ * Tag component is used to categorize content.
29
+ *
30
+ * [Live Demo](https://www.primeng.org/tag)
31
+ *
32
+ * @module tagstyle
33
+ *
34
+ */
35
+ export declare enum TagClasses {
36
+ /**
37
+ * Class name of the root element
38
+ */
39
+ root = "p-tag",
40
+ /**
41
+ * Class name of the icon element
42
+ */
43
+ icon = "p-tag-icon",
44
+ /**
45
+ * Class name of the label element
46
+ */
47
+ label = "p-tag-label"
48
+ }
49
+ export interface TagStyle extends BaseStyle {
50
+ }
@@ -19,3 +19,52 @@ export declare class TerminalStyle extends BaseStyle {
19
19
  static ɵfac: i0.ɵɵFactoryDeclaration<TerminalStyle, never>;
20
20
  static ɵprov: i0.ɵɵInjectableDeclaration<TerminalStyle>;
21
21
  }
22
+ /**
23
+ *
24
+ * Terminal is a text based user interface.
25
+ *
26
+ * [Live Demo](https://www.primeng.org/terminal)
27
+ *
28
+ * @module terminalstyle
29
+ *
30
+ */
31
+ export declare enum TerminalClasses {
32
+ /**
33
+ * Class name of the root element
34
+ */
35
+ root = "p-terminal",
36
+ /**
37
+ * Class name of the welcome message element
38
+ */
39
+ welcomeMessage = "p-terminal-welcome-message",
40
+ /**
41
+ * Class name of the command list element
42
+ */
43
+ commandList = "p-terminal-command-list",
44
+ /**
45
+ * Class name of the command element
46
+ */
47
+ command = "p-terminal-command",
48
+ /**
49
+ * Class name of the command value element
50
+ */
51
+ commandValue = "p-terminal-command-value",
52
+ /**
53
+ * Class name of the command response element
54
+ */
55
+ commandResponse = "p-terminal-command-response",
56
+ /**
57
+ * Class name of the prompt element
58
+ */
59
+ prompt = "p-terminal-prompt",
60
+ /**
61
+ * Class name of the prompt label element
62
+ */
63
+ promptLabel = "p-terminal-prompt-label",
64
+ /**
65
+ * Class name of the prompt value element
66
+ */
67
+ promptValue = "p-terminal-prompt-value"
68
+ }
69
+ export interface TerminalStyle extends BaseStyle {
70
+ }
@@ -20,3 +20,20 @@ export declare class TextareaStyle extends BaseStyle {
20
20
  static ɵfac: i0.ɵɵFactoryDeclaration<TextareaStyle, never>;
21
21
  static ɵprov: i0.ɵɵInjectableDeclaration<TextareaStyle>;
22
22
  }
23
+ /**
24
+ *
25
+ * Textarea is a multi-line text input element.
26
+ *
27
+ * [Live Demo](https://www.primeng.org/textarea/)
28
+ *
29
+ * @module textareastyle
30
+ *
31
+ */
32
+ export declare enum TextareaClasses {
33
+ /**
34
+ * Class name of the root element
35
+ */
36
+ root = "p-textarea"
37
+ }
38
+ export interface TextareaStyle extends BaseStyle {
39
+ }