primereact 9.2.2 → 9.3.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 (781) hide show
  1. package/accordion/accordion.cjs.js +13 -5
  2. package/accordion/accordion.cjs.min.js +1 -1
  3. package/accordion/accordion.d.ts +0 -2
  4. package/accordion/accordion.esm.js +13 -5
  5. package/accordion/accordion.esm.min.js +1 -1
  6. package/accordion/accordion.js +13 -7
  7. package/accordion/accordion.min.js +1 -1
  8. package/api/api.d.ts +1 -0
  9. package/autocomplete/autocomplete.cjs.js +75 -59
  10. package/autocomplete/autocomplete.cjs.min.js +1 -1
  11. package/autocomplete/autocomplete.d.ts +6 -4
  12. package/autocomplete/autocomplete.esm.js +75 -59
  13. package/autocomplete/autocomplete.esm.min.js +1 -1
  14. package/autocomplete/autocomplete.js +74 -61
  15. package/autocomplete/autocomplete.min.js +1 -1
  16. package/breadcrumb/breadcrumb.cjs.js +11 -2
  17. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  18. package/breadcrumb/breadcrumb.d.ts +5 -0
  19. package/breadcrumb/breadcrumb.esm.js +11 -2
  20. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  21. package/breadcrumb/breadcrumb.js +12 -4
  22. package/breadcrumb/breadcrumb.min.js +1 -1
  23. package/button/button.cjs.js +6 -2
  24. package/button/button.cjs.min.js +1 -1
  25. package/button/button.esm.js +6 -2
  26. package/button/button.esm.min.js +1 -1
  27. package/button/button.js +7 -4
  28. package/button/button.min.js +1 -1
  29. package/calendar/calendar.cjs.js +47 -38
  30. package/calendar/calendar.cjs.min.js +1 -1
  31. package/calendar/calendar.d.ts +16 -1
  32. package/calendar/calendar.esm.js +48 -39
  33. package/calendar/calendar.esm.min.js +1 -1
  34. package/calendar/calendar.js +44 -40
  35. package/calendar/calendar.min.js +1 -1
  36. package/carousel/carousel.cjs.js +28 -12
  37. package/carousel/carousel.cjs.min.js +1 -1
  38. package/carousel/carousel.d.ts +9 -0
  39. package/carousel/carousel.esm.js +29 -13
  40. package/carousel/carousel.esm.min.js +1 -1
  41. package/carousel/carousel.js +26 -14
  42. package/carousel/carousel.min.js +1 -1
  43. package/cascadeselect/cascadeselect.cjs.js +23 -7
  44. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  45. package/cascadeselect/cascadeselect.d.ts +7 -3
  46. package/cascadeselect/cascadeselect.esm.js +24 -8
  47. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  48. package/cascadeselect/cascadeselect.js +23 -9
  49. package/cascadeselect/cascadeselect.min.js +1 -1
  50. package/checkbox/checkbox.cjs.js +10 -5
  51. package/checkbox/checkbox.cjs.min.js +1 -1
  52. package/checkbox/checkbox.d.ts +1 -2
  53. package/checkbox/checkbox.esm.js +10 -5
  54. package/checkbox/checkbox.esm.min.js +1 -1
  55. package/checkbox/checkbox.js +11 -7
  56. package/checkbox/checkbox.min.js +1 -1
  57. package/chip/chip.cjs.js +54 -8
  58. package/chip/chip.cjs.min.js +1 -1
  59. package/chip/chip.d.ts +1 -7
  60. package/chip/chip.esm.js +54 -8
  61. package/chip/chip.esm.min.js +1 -1
  62. package/chip/chip.js +55 -10
  63. package/chip/chip.min.js +1 -1
  64. package/chips/chips.cjs.js +56 -6
  65. package/chips/chips.cjs.min.js +1 -1
  66. package/chips/chips.d.ts +5 -0
  67. package/chips/chips.esm.js +57 -7
  68. package/chips/chips.esm.min.js +1 -1
  69. package/chips/chips.js +57 -8
  70. package/chips/chips.min.js +1 -1
  71. package/column/column.d.ts +2 -2
  72. package/contextmenu/contextmenu.cjs.js +16 -23
  73. package/contextmenu/contextmenu.cjs.min.js +1 -1
  74. package/contextmenu/contextmenu.d.ts +5 -0
  75. package/contextmenu/contextmenu.esm.js +16 -23
  76. package/contextmenu/contextmenu.esm.min.js +1 -1
  77. package/contextmenu/contextmenu.js +17 -25
  78. package/contextmenu/contextmenu.min.js +1 -1
  79. package/core/core.js +3581 -120
  80. package/core/core.min.js +101 -9
  81. package/datatable/datatable.cjs.js +186 -85
  82. package/datatable/datatable.cjs.min.js +1 -1
  83. package/datatable/datatable.d.ts +32 -6
  84. package/datatable/datatable.esm.js +187 -86
  85. package/datatable/datatable.esm.min.js +1 -1
  86. package/datatable/datatable.js +172 -87
  87. package/datatable/datatable.min.js +1 -1
  88. package/dataview/dataview.cjs.js +25 -11
  89. package/dataview/dataview.cjs.min.js +1 -1
  90. package/dataview/dataview.d.ts +10 -1
  91. package/dataview/dataview.esm.js +26 -12
  92. package/dataview/dataview.esm.min.js +1 -1
  93. package/dataview/dataview.js +24 -13
  94. package/dataview/dataview.min.js +1 -1
  95. package/dialog/dialog.cjs.js +74 -10
  96. package/dialog/dialog.cjs.min.js +1 -1
  97. package/dialog/dialog.d.ts +13 -0
  98. package/dialog/dialog.esm.js +75 -11
  99. package/dialog/dialog.esm.min.js +1 -1
  100. package/dialog/dialog.js +73 -12
  101. package/dialog/dialog.min.js +1 -1
  102. package/dropdown/dropdown.cjs.js +37 -12
  103. package/dropdown/dropdown.cjs.min.js +1 -1
  104. package/dropdown/dropdown.d.ts +12 -4
  105. package/dropdown/dropdown.esm.js +38 -13
  106. package/dropdown/dropdown.esm.min.js +1 -1
  107. package/dropdown/dropdown.js +36 -14
  108. package/dropdown/dropdown.min.js +1 -1
  109. package/fieldset/fieldset.cjs.js +14 -5
  110. package/fieldset/fieldset.cjs.min.js +1 -1
  111. package/fieldset/fieldset.d.ts +9 -0
  112. package/fieldset/fieldset.esm.js +15 -6
  113. package/fieldset/fieldset.esm.min.js +1 -1
  114. package/fieldset/fieldset.js +14 -7
  115. package/fieldset/fieldset.min.js +1 -1
  116. package/fileupload/fileupload.cjs.js +54 -18
  117. package/fileupload/fileupload.cjs.min.js +1 -1
  118. package/fileupload/fileupload.d.ts +4 -0
  119. package/fileupload/fileupload.esm.js +49 -13
  120. package/fileupload/fileupload.esm.min.js +1 -1
  121. package/fileupload/fileupload.js +53 -20
  122. package/fileupload/fileupload.min.js +1 -1
  123. package/galleria/galleria.cjs.js +113 -27
  124. package/galleria/galleria.cjs.min.js +1 -1
  125. package/galleria/galleria.d.ts +21 -0
  126. package/galleria/galleria.esm.js +114 -28
  127. package/galleria/galleria.esm.min.js +1 -1
  128. package/galleria/galleria.js +110 -29
  129. package/galleria/galleria.min.js +1 -1
  130. package/iconbase/iconbase.cjs.js +35 -0
  131. package/iconbase/iconbase.cjs.min.js +1 -0
  132. package/iconbase/iconbase.d.ts +9 -0
  133. package/iconbase/iconbase.esm.js +31 -0
  134. package/iconbase/iconbase.esm.min.js +1 -0
  135. package/iconbase/iconbase.js +39 -0
  136. package/iconbase/iconbase.min.css +1 -0
  137. package/iconbase/iconbase.min.js +1 -0
  138. package/iconbase/package.json +7 -0
  139. package/icons/angledoubledown/index.cjs.js +61 -0
  140. package/icons/angledoubledown/index.cjs.min.js +1 -0
  141. package/icons/angledoubledown/index.d.ts +19 -0
  142. package/icons/angledoubledown/index.esm.js +37 -0
  143. package/icons/angledoubledown/index.esm.min.js +1 -0
  144. package/icons/angledoubledown/index.js +65 -0
  145. package/icons/angledoubledown/index.min.js +1 -0
  146. package/icons/angledoubledown/package.json +7 -0
  147. package/icons/angledoubleleft/index.cjs.js +61 -0
  148. package/icons/angledoubleleft/index.cjs.min.js +1 -0
  149. package/icons/angledoubleleft/index.d.ts +19 -0
  150. package/icons/angledoubleleft/index.esm.js +37 -0
  151. package/icons/angledoubleleft/index.esm.min.js +1 -0
  152. package/icons/angledoubleleft/index.js +65 -0
  153. package/icons/angledoubleleft/index.min.js +1 -0
  154. package/icons/angledoubleleft/package.json +7 -0
  155. package/icons/angledoubleright/index.cjs.js +61 -0
  156. package/icons/angledoubleright/index.cjs.min.js +1 -0
  157. package/icons/angledoubleright/index.d.ts +19 -0
  158. package/icons/angledoubleright/index.esm.js +37 -0
  159. package/icons/angledoubleright/index.esm.min.js +1 -0
  160. package/icons/angledoubleright/index.js +65 -0
  161. package/icons/angledoubleright/index.min.js +1 -0
  162. package/icons/angledoubleright/package.json +7 -0
  163. package/icons/angledoubleup/index.cjs.js +61 -0
  164. package/icons/angledoubleup/index.cjs.min.js +1 -0
  165. package/icons/angledoubleup/index.d.ts +19 -0
  166. package/icons/angledoubleup/index.esm.js +37 -0
  167. package/icons/angledoubleup/index.esm.min.js +1 -0
  168. package/icons/angledoubleup/index.js +65 -0
  169. package/icons/angledoubleup/index.min.js +1 -0
  170. package/icons/angledoubleup/package.json +7 -0
  171. package/icons/angledown/index.cjs.js +59 -0
  172. package/icons/angledown/index.cjs.min.js +1 -0
  173. package/icons/angledown/index.d.ts +19 -0
  174. package/icons/angledown/index.esm.js +35 -0
  175. package/icons/angledown/index.esm.min.js +1 -0
  176. package/icons/angledown/index.js +63 -0
  177. package/icons/angledown/index.min.js +1 -0
  178. package/icons/angledown/package.json +7 -0
  179. package/icons/angleleft/index.cjs.js +59 -0
  180. package/icons/angleleft/index.cjs.min.js +1 -0
  181. package/icons/angleleft/index.d.ts +19 -0
  182. package/icons/angleleft/index.esm.js +35 -0
  183. package/icons/angleleft/index.esm.min.js +1 -0
  184. package/icons/angleleft/index.js +63 -0
  185. package/icons/angleleft/index.min.js +1 -0
  186. package/icons/angleleft/package.json +7 -0
  187. package/icons/angleright/index.cjs.js +59 -0
  188. package/icons/angleright/index.cjs.min.js +1 -0
  189. package/icons/angleright/index.d.ts +19 -0
  190. package/icons/angleright/index.esm.js +35 -0
  191. package/icons/angleright/index.esm.min.js +1 -0
  192. package/icons/angleright/index.js +63 -0
  193. package/icons/angleright/index.min.js +1 -0
  194. package/icons/angleright/package.json +7 -0
  195. package/icons/angleup/index.cjs.js +59 -0
  196. package/icons/angleup/index.cjs.min.js +1 -0
  197. package/icons/angleup/index.d.ts +19 -0
  198. package/icons/angleup/index.esm.js +35 -0
  199. package/icons/angleup/index.esm.min.js +1 -0
  200. package/icons/angleup/index.js +63 -0
  201. package/icons/angleup/index.min.js +1 -0
  202. package/icons/angleup/package.json +7 -0
  203. package/icons/arrowdown/index.cjs.js +69 -0
  204. package/icons/arrowdown/index.cjs.min.js +1 -0
  205. package/icons/arrowdown/index.d.ts +19 -0
  206. package/icons/arrowdown/index.esm.js +45 -0
  207. package/icons/arrowdown/index.esm.min.js +1 -0
  208. package/icons/arrowdown/index.js +73 -0
  209. package/icons/arrowdown/index.min.js +1 -0
  210. package/icons/arrowdown/package.json +7 -0
  211. package/icons/arrowup/index.cjs.js +69 -0
  212. package/icons/arrowup/index.cjs.min.js +1 -0
  213. package/icons/arrowup/index.d.ts +19 -0
  214. package/icons/arrowup/index.esm.js +45 -0
  215. package/icons/arrowup/index.esm.min.js +1 -0
  216. package/icons/arrowup/index.js +73 -0
  217. package/icons/arrowup/index.min.js +1 -0
  218. package/icons/arrowup/package.json +7 -0
  219. package/icons/ban/index.cjs.js +67 -0
  220. package/icons/ban/index.cjs.min.js +1 -0
  221. package/icons/ban/index.d.ts +19 -0
  222. package/icons/ban/index.esm.js +43 -0
  223. package/icons/ban/index.esm.min.js +1 -0
  224. package/icons/ban/index.js +71 -0
  225. package/icons/ban/index.min.js +1 -0
  226. package/icons/ban/package.json +7 -0
  227. package/icons/bars/index.cjs.js +61 -0
  228. package/icons/bars/index.cjs.min.js +1 -0
  229. package/icons/bars/index.d.ts +19 -0
  230. package/icons/bars/index.esm.js +37 -0
  231. package/icons/bars/index.esm.min.js +1 -0
  232. package/icons/bars/index.js +65 -0
  233. package/icons/bars/index.min.js +1 -0
  234. package/icons/bars/package.json +7 -0
  235. package/icons/calendar/index.cjs.js +59 -0
  236. package/icons/calendar/index.cjs.min.js +1 -0
  237. package/icons/calendar/index.d.ts +19 -0
  238. package/icons/calendar/index.esm.js +35 -0
  239. package/icons/calendar/index.esm.min.js +1 -0
  240. package/icons/calendar/index.js +63 -0
  241. package/icons/calendar/index.min.js +1 -0
  242. package/icons/calendar/package.json +7 -0
  243. package/icons/check/index.cjs.js +59 -0
  244. package/icons/check/index.cjs.min.js +1 -0
  245. package/icons/check/index.d.ts +19 -0
  246. package/icons/check/index.esm.js +35 -0
  247. package/icons/check/index.esm.min.js +1 -0
  248. package/icons/check/index.js +63 -0
  249. package/icons/check/index.min.js +1 -0
  250. package/icons/check/package.json +7 -0
  251. package/icons/chevrondown/index.cjs.js +59 -0
  252. package/icons/chevrondown/index.cjs.min.js +1 -0
  253. package/icons/chevrondown/index.d.ts +19 -0
  254. package/icons/chevrondown/index.esm.js +35 -0
  255. package/icons/chevrondown/index.esm.min.js +1 -0
  256. package/icons/chevrondown/index.js +63 -0
  257. package/icons/chevrondown/index.min.js +1 -0
  258. package/icons/chevrondown/package.json +7 -0
  259. package/icons/chevronleft/index.cjs.js +59 -0
  260. package/icons/chevronleft/index.cjs.min.js +1 -0
  261. package/icons/chevronleft/index.d.ts +19 -0
  262. package/icons/chevronleft/index.esm.js +35 -0
  263. package/icons/chevronleft/index.esm.min.js +1 -0
  264. package/icons/chevronleft/index.js +63 -0
  265. package/icons/chevronleft/index.min.js +1 -0
  266. package/icons/chevronleft/package.json +7 -0
  267. package/icons/chevronright/index.cjs.js +59 -0
  268. package/icons/chevronright/index.cjs.min.js +1 -0
  269. package/icons/chevronright/index.d.ts +19 -0
  270. package/icons/chevronright/index.esm.js +35 -0
  271. package/icons/chevronright/index.esm.min.js +1 -0
  272. package/icons/chevronright/index.js +63 -0
  273. package/icons/chevronright/index.min.js +1 -0
  274. package/icons/chevronright/package.json +7 -0
  275. package/icons/chevronup/index.cjs.js +59 -0
  276. package/icons/chevronup/index.cjs.min.js +1 -0
  277. package/icons/chevronup/index.d.ts +19 -0
  278. package/icons/chevronup/index.esm.js +35 -0
  279. package/icons/chevronup/index.esm.min.js +1 -0
  280. package/icons/chevronup/index.js +63 -0
  281. package/icons/chevronup/index.min.js +1 -0
  282. package/icons/chevronup/package.json +7 -0
  283. package/icons/download/index.cjs.js +69 -0
  284. package/icons/download/index.cjs.min.js +1 -0
  285. package/icons/download/index.d.ts +19 -0
  286. package/icons/download/index.esm.js +45 -0
  287. package/icons/download/index.esm.min.js +1 -0
  288. package/icons/download/index.js +73 -0
  289. package/icons/download/index.min.js +1 -0
  290. package/icons/download/package.json +7 -0
  291. package/icons/exclamationtriangle/index.cjs.js +73 -0
  292. package/icons/exclamationtriangle/index.cjs.min.js +1 -0
  293. package/icons/exclamationtriangle/index.d.ts +19 -0
  294. package/icons/exclamationtriangle/index.esm.js +49 -0
  295. package/icons/exclamationtriangle/index.esm.min.js +1 -0
  296. package/icons/exclamationtriangle/index.js +77 -0
  297. package/icons/exclamationtriangle/index.min.js +1 -0
  298. package/icons/exclamationtriangle/package.json +7 -0
  299. package/icons/eye/index.cjs.js +61 -0
  300. package/icons/eye/index.cjs.min.js +1 -0
  301. package/icons/eye/index.d.ts +19 -0
  302. package/icons/eye/index.esm.js +37 -0
  303. package/icons/eye/index.esm.min.js +1 -0
  304. package/icons/eye/index.js +65 -0
  305. package/icons/eye/index.min.js +1 -0
  306. package/icons/eye/package.json +7 -0
  307. package/icons/eyeslash/index.cjs.js +69 -0
  308. package/icons/eyeslash/index.cjs.min.js +1 -0
  309. package/icons/eyeslash/index.d.ts +19 -0
  310. package/icons/eyeslash/index.esm.js +45 -0
  311. package/icons/eyeslash/index.esm.min.js +1 -0
  312. package/icons/eyeslash/index.js +73 -0
  313. package/icons/eyeslash/index.min.js +1 -0
  314. package/icons/eyeslash/package.json +7 -0
  315. package/icons/filter/index.cjs.js +67 -0
  316. package/icons/filter/index.cjs.min.js +1 -0
  317. package/icons/filter/index.d.ts +19 -0
  318. package/icons/filter/index.esm.js +43 -0
  319. package/icons/filter/index.esm.min.js +1 -0
  320. package/icons/filter/index.js +71 -0
  321. package/icons/filter/index.min.js +1 -0
  322. package/icons/filter/package.json +7 -0
  323. package/icons/filterslash/index.cjs.js +69 -0
  324. package/icons/filterslash/index.cjs.min.js +1 -0
  325. package/icons/filterslash/index.d.ts +19 -0
  326. package/icons/filterslash/index.esm.js +45 -0
  327. package/icons/filterslash/index.esm.min.js +1 -0
  328. package/icons/filterslash/index.js +73 -0
  329. package/icons/filterslash/index.min.js +1 -0
  330. package/icons/filterslash/package.json +7 -0
  331. package/icons/infocircle/index.cjs.js +69 -0
  332. package/icons/infocircle/index.cjs.min.js +1 -0
  333. package/icons/infocircle/index.d.ts +19 -0
  334. package/icons/infocircle/index.esm.js +45 -0
  335. package/icons/infocircle/index.esm.min.js +1 -0
  336. package/icons/infocircle/index.js +73 -0
  337. package/icons/infocircle/index.min.js +1 -0
  338. package/icons/infocircle/package.json +7 -0
  339. package/icons/minus/index.cjs.js +59 -0
  340. package/icons/minus/index.cjs.min.js +1 -0
  341. package/icons/minus/index.d.ts +19 -0
  342. package/icons/minus/index.esm.js +35 -0
  343. package/icons/minus/index.esm.min.js +1 -0
  344. package/icons/minus/index.js +63 -0
  345. package/icons/minus/index.min.js +1 -0
  346. package/icons/minus/package.json +7 -0
  347. package/icons/pencil/index.cjs.js +67 -0
  348. package/icons/pencil/index.cjs.min.js +1 -0
  349. package/icons/pencil/index.d.ts +19 -0
  350. package/icons/pencil/index.esm.js +43 -0
  351. package/icons/pencil/index.esm.min.js +1 -0
  352. package/icons/pencil/index.js +71 -0
  353. package/icons/pencil/index.min.js +1 -0
  354. package/icons/pencil/package.json +7 -0
  355. package/icons/plus/index.cjs.js +67 -0
  356. package/icons/plus/index.cjs.min.js +1 -0
  357. package/icons/plus/index.d.ts +19 -0
  358. package/icons/plus/index.esm.js +43 -0
  359. package/icons/plus/index.esm.min.js +1 -0
  360. package/icons/plus/index.js +71 -0
  361. package/icons/plus/index.min.js +1 -0
  362. package/icons/plus/package.json +7 -0
  363. package/icons/refresh/index.cjs.js +69 -0
  364. package/icons/refresh/index.cjs.min.js +1 -0
  365. package/icons/refresh/index.d.ts +19 -0
  366. package/icons/refresh/index.esm.js +45 -0
  367. package/icons/refresh/index.esm.min.js +1 -0
  368. package/icons/refresh/index.js +73 -0
  369. package/icons/refresh/index.min.js +1 -0
  370. package/icons/refresh/package.json +7 -0
  371. package/icons/search/index.cjs.js +69 -0
  372. package/icons/search/index.cjs.min.js +1 -0
  373. package/icons/search/index.d.ts +19 -0
  374. package/icons/search/index.esm.js +45 -0
  375. package/icons/search/index.esm.min.js +1 -0
  376. package/icons/search/index.js +73 -0
  377. package/icons/search/index.min.js +1 -0
  378. package/icons/search/package.json +7 -0
  379. package/icons/searchminus/index.cjs.js +69 -0
  380. package/icons/searchminus/index.cjs.min.js +1 -0
  381. package/icons/searchminus/index.d.ts +19 -0
  382. package/icons/searchminus/index.esm.js +45 -0
  383. package/icons/searchminus/index.esm.min.js +1 -0
  384. package/icons/searchminus/index.js +73 -0
  385. package/icons/searchminus/index.min.js +1 -0
  386. package/icons/searchminus/package.json +7 -0
  387. package/icons/searchplus/index.cjs.js +69 -0
  388. package/icons/searchplus/index.cjs.min.js +1 -0
  389. package/icons/searchplus/index.d.ts +19 -0
  390. package/icons/searchplus/index.esm.js +45 -0
  391. package/icons/searchplus/index.esm.min.js +1 -0
  392. package/icons/searchplus/index.js +73 -0
  393. package/icons/searchplus/index.min.js +1 -0
  394. package/icons/searchplus/package.json +7 -0
  395. package/icons/sortalt/index.cjs.js +76 -0
  396. package/icons/sortalt/index.cjs.min.js +1 -0
  397. package/icons/sortalt/index.d.ts +19 -0
  398. package/icons/sortalt/index.esm.js +52 -0
  399. package/icons/sortalt/index.esm.min.js +1 -0
  400. package/icons/sortalt/index.js +80 -0
  401. package/icons/sortalt/index.min.js +1 -0
  402. package/icons/sortalt/package.json +7 -0
  403. package/icons/sortamountdown/index.cjs.js +82 -0
  404. package/icons/sortamountdown/index.cjs.min.js +1 -0
  405. package/icons/sortamountdown/index.d.ts +19 -0
  406. package/icons/sortamountdown/index.esm.js +58 -0
  407. package/icons/sortamountdown/index.esm.min.js +1 -0
  408. package/icons/sortamountdown/index.js +86 -0
  409. package/icons/sortamountdown/index.min.js +1 -0
  410. package/icons/sortamountdown/package.json +7 -0
  411. package/icons/sortamountupalt/index.cjs.js +82 -0
  412. package/icons/sortamountupalt/index.cjs.min.js +1 -0
  413. package/icons/sortamountupalt/index.d.ts +19 -0
  414. package/icons/sortamountupalt/index.esm.js +58 -0
  415. package/icons/sortamountupalt/index.esm.min.js +1 -0
  416. package/icons/sortamountupalt/index.js +86 -0
  417. package/icons/sortamountupalt/index.min.js +1 -0
  418. package/icons/sortamountupalt/package.json +7 -0
  419. package/icons/spinner/index.cjs.js +67 -0
  420. package/icons/spinner/index.cjs.min.js +1 -0
  421. package/icons/spinner/index.d.ts +19 -0
  422. package/icons/spinner/index.esm.js +43 -0
  423. package/icons/spinner/index.esm.min.js +1 -0
  424. package/icons/spinner/index.js +71 -0
  425. package/icons/spinner/index.min.js +1 -0
  426. package/icons/spinner/package.json +7 -0
  427. package/icons/star/index.cjs.js +67 -0
  428. package/icons/star/index.cjs.min.js +1 -0
  429. package/icons/star/index.d.ts +19 -0
  430. package/icons/star/index.esm.js +43 -0
  431. package/icons/star/index.esm.min.js +1 -0
  432. package/icons/star/index.js +71 -0
  433. package/icons/star/index.min.js +1 -0
  434. package/icons/star/package.json +7 -0
  435. package/icons/starfill/index.cjs.js +67 -0
  436. package/icons/starfill/index.cjs.min.js +1 -0
  437. package/icons/starfill/index.d.ts +19 -0
  438. package/icons/starfill/index.esm.js +43 -0
  439. package/icons/starfill/index.esm.min.js +1 -0
  440. package/icons/starfill/index.js +71 -0
  441. package/icons/starfill/index.min.js +1 -0
  442. package/icons/starfill/package.json +7 -0
  443. package/icons/thlarge/index.cjs.js +69 -0
  444. package/icons/thlarge/index.cjs.min.js +1 -0
  445. package/icons/thlarge/index.d.ts +19 -0
  446. package/icons/thlarge/index.esm.js +45 -0
  447. package/icons/thlarge/index.esm.min.js +1 -0
  448. package/icons/thlarge/index.js +73 -0
  449. package/icons/thlarge/index.min.js +1 -0
  450. package/icons/thlarge/package.json +7 -0
  451. package/icons/times/index.cjs.js +59 -0
  452. package/icons/times/index.cjs.min.js +1 -0
  453. package/icons/times/index.d.ts +19 -0
  454. package/icons/times/index.esm.js +35 -0
  455. package/icons/times/index.esm.min.js +1 -0
  456. package/icons/times/index.js +63 -0
  457. package/icons/times/index.min.js +1 -0
  458. package/icons/times/package.json +7 -0
  459. package/icons/timescircle/index.cjs.js +69 -0
  460. package/icons/timescircle/index.cjs.min.js +1 -0
  461. package/icons/timescircle/index.d.ts +19 -0
  462. package/icons/timescircle/index.esm.js +45 -0
  463. package/icons/timescircle/index.esm.min.js +1 -0
  464. package/icons/timescircle/index.js +73 -0
  465. package/icons/timescircle/index.min.js +1 -0
  466. package/icons/timescircle/package.json +7 -0
  467. package/icons/trash/index.cjs.js +69 -0
  468. package/icons/trash/index.cjs.min.js +1 -0
  469. package/icons/trash/index.d.ts +19 -0
  470. package/icons/trash/index.esm.js +45 -0
  471. package/icons/trash/index.esm.min.js +1 -0
  472. package/icons/trash/index.js +73 -0
  473. package/icons/trash/index.min.js +1 -0
  474. package/icons/trash/package.json +7 -0
  475. package/icons/undo/index.cjs.js +69 -0
  476. package/icons/undo/index.cjs.min.js +1 -0
  477. package/icons/undo/index.d.ts +19 -0
  478. package/icons/undo/index.esm.js +45 -0
  479. package/icons/undo/index.esm.min.js +1 -0
  480. package/icons/undo/index.js +73 -0
  481. package/icons/undo/index.min.js +1 -0
  482. package/icons/undo/package.json +7 -0
  483. package/icons/upload/index.cjs.js +69 -0
  484. package/icons/upload/index.cjs.min.js +1 -0
  485. package/icons/upload/index.d.ts +19 -0
  486. package/icons/upload/index.esm.js +45 -0
  487. package/icons/upload/index.esm.min.js +1 -0
  488. package/icons/upload/index.js +73 -0
  489. package/icons/upload/index.min.js +1 -0
  490. package/icons/upload/package.json +7 -0
  491. package/icons/windowmaximize/index.cjs.js +69 -0
  492. package/icons/windowmaximize/index.cjs.min.js +1 -0
  493. package/icons/windowmaximize/index.d.ts +19 -0
  494. package/icons/windowmaximize/index.esm.js +45 -0
  495. package/icons/windowmaximize/index.esm.min.js +1 -0
  496. package/icons/windowmaximize/index.js +73 -0
  497. package/icons/windowmaximize/index.min.js +1 -0
  498. package/icons/windowmaximize/package.json +7 -0
  499. package/icons/windowminimize/index.cjs.js +69 -0
  500. package/icons/windowminimize/index.cjs.min.js +1 -0
  501. package/icons/windowminimize/index.d.ts +19 -0
  502. package/icons/windowminimize/index.esm.js +45 -0
  503. package/icons/windowminimize/index.esm.min.js +1 -0
  504. package/icons/windowminimize/index.js +73 -0
  505. package/icons/windowminimize/index.min.js +1 -0
  506. package/icons/windowminimize/package.json +7 -0
  507. package/image/image.cjs.js +73 -21
  508. package/image/image.cjs.min.js +1 -1
  509. package/image/image.d.ts +30 -0
  510. package/image/image.esm.js +74 -22
  511. package/image/image.esm.min.js +1 -1
  512. package/image/image.js +68 -23
  513. package/image/image.min.js +1 -1
  514. package/inplace/inplace.cjs.js +9 -2
  515. package/inplace/inplace.cjs.min.js +1 -1
  516. package/inplace/inplace.d.ts +5 -0
  517. package/inplace/inplace.esm.js +10 -3
  518. package/inplace/inplace.esm.min.js +1 -1
  519. package/inplace/inplace.js +10 -4
  520. package/inplace/inplace.min.js +1 -1
  521. package/inputnumber/inputnumber.cjs.js +24 -10
  522. package/inputnumber/inputnumber.cjs.min.js +1 -1
  523. package/inputnumber/inputnumber.d.ts +0 -2
  524. package/inputnumber/inputnumber.esm.js +25 -11
  525. package/inputnumber/inputnumber.esm.min.js +1 -1
  526. package/inputnumber/inputnumber.js +24 -12
  527. package/inputnumber/inputnumber.min.js +1 -1
  528. package/listbox/listbox.cjs.js +14 -4
  529. package/listbox/listbox.cjs.min.js +1 -1
  530. package/listbox/listbox.d.ts +5 -0
  531. package/listbox/listbox.esm.js +15 -5
  532. package/listbox/listbox.esm.min.js +1 -1
  533. package/listbox/listbox.js +15 -6
  534. package/listbox/listbox.min.js +1 -1
  535. package/megamenu/megamenu.cjs.js +22 -10
  536. package/megamenu/megamenu.cjs.min.js +1 -1
  537. package/megamenu/megamenu.d.ts +9 -0
  538. package/megamenu/megamenu.esm.js +22 -10
  539. package/megamenu/megamenu.esm.min.js +1 -1
  540. package/megamenu/megamenu.js +21 -12
  541. package/megamenu/megamenu.min.js +1 -1
  542. package/menubar/menubar.cjs.js +67 -10
  543. package/menubar/menubar.cjs.min.js +1 -1
  544. package/menubar/menubar.d.ts +9 -0
  545. package/menubar/menubar.esm.js +67 -10
  546. package/menubar/menubar.esm.min.js +1 -1
  547. package/menubar/menubar.js +66 -12
  548. package/menubar/menubar.min.js +1 -1
  549. package/menuitem/menuitem.d.ts +2 -0
  550. package/message/message.cjs.js +32 -11
  551. package/message/message.cjs.min.js +1 -1
  552. package/message/message.esm.js +32 -11
  553. package/message/message.esm.min.js +1 -1
  554. package/message/message.js +30 -13
  555. package/message/message.min.js +1 -1
  556. package/messages/messages.cjs.js +86 -15
  557. package/messages/messages.cjs.min.js +1 -1
  558. package/messages/messages.d.ts +5 -1
  559. package/messages/messages.esm.js +86 -15
  560. package/messages/messages.esm.min.js +1 -1
  561. package/messages/messages.js +83 -17
  562. package/messages/messages.min.js +1 -1
  563. package/multiselect/multiselect.cjs.js +100 -36
  564. package/multiselect/multiselect.cjs.min.js +1 -1
  565. package/multiselect/multiselect.d.ts +16 -2
  566. package/multiselect/multiselect.esm.js +100 -36
  567. package/multiselect/multiselect.esm.min.js +1 -1
  568. package/multiselect/multiselect.js +97 -38
  569. package/multiselect/multiselect.min.js +1 -1
  570. package/orderlist/orderlist.cjs.js +37 -9
  571. package/orderlist/orderlist.cjs.min.js +1 -1
  572. package/orderlist/orderlist.d.ts +23 -2
  573. package/orderlist/orderlist.esm.js +38 -10
  574. package/orderlist/orderlist.esm.min.js +1 -1
  575. package/orderlist/orderlist.js +34 -11
  576. package/orderlist/orderlist.min.js +1 -1
  577. package/organizationchart/organizationchart.cjs.js +23 -8
  578. package/organizationchart/organizationchart.cjs.min.js +1 -1
  579. package/organizationchart/organizationchart.d.ts +5 -0
  580. package/organizationchart/organizationchart.esm.js +24 -9
  581. package/organizationchart/organizationchart.esm.min.js +1 -1
  582. package/organizationchart/organizationchart.js +23 -10
  583. package/organizationchart/organizationchart.min.js +1 -1
  584. package/overlaypanel/overlaypanel.cjs.js +55 -5
  585. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  586. package/overlaypanel/overlaypanel.d.ts +5 -0
  587. package/overlaypanel/overlaypanel.esm.js +56 -6
  588. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  589. package/overlaypanel/overlaypanel.js +56 -7
  590. package/overlaypanel/overlaypanel.min.js +1 -1
  591. package/package.json +2 -3
  592. package/paginator/paginator.cjs.js +57 -20
  593. package/paginator/paginator.cjs.min.js +1 -1
  594. package/paginator/paginator.d.ts +17 -0
  595. package/paginator/paginator.esm.js +58 -21
  596. package/paginator/paginator.esm.min.js +1 -1
  597. package/paginator/paginator.js +55 -22
  598. package/paginator/paginator.min.js +1 -1
  599. package/panel/panel.cjs.js +10 -8
  600. package/panel/panel.cjs.min.js +1 -1
  601. package/panel/panel.d.ts +0 -2
  602. package/panel/panel.esm.js +10 -8
  603. package/panel/panel.esm.min.js +1 -1
  604. package/panel/panel.js +10 -10
  605. package/panel/panel.min.js +1 -1
  606. package/panelmenu/panelmenu.cjs.js +17 -14
  607. package/panelmenu/panelmenu.cjs.min.js +1 -1
  608. package/panelmenu/panelmenu.d.ts +5 -0
  609. package/panelmenu/panelmenu.esm.js +17 -14
  610. package/panelmenu/panelmenu.esm.min.js +1 -1
  611. package/panelmenu/panelmenu.js +17 -16
  612. package/panelmenu/panelmenu.min.js +1 -1
  613. package/password/password.cjs.js +22 -5
  614. package/password/password.cjs.min.js +1 -1
  615. package/password/password.d.ts +9 -0
  616. package/password/password.esm.js +23 -6
  617. package/password/password.esm.min.js +1 -1
  618. package/password/password.js +22 -7
  619. package/password/password.min.js +1 -1
  620. package/picklist/picklist.cjs.js +96 -18
  621. package/picklist/picklist.cjs.min.js +1 -1
  622. package/picklist/picklist.d.ts +41 -0
  623. package/picklist/picklist.esm.js +98 -20
  624. package/picklist/picklist.esm.min.js +1 -1
  625. package/picklist/picklist.js +89 -20
  626. package/picklist/picklist.min.js +1 -1
  627. package/primereact.all.cjs.js +2713 -765
  628. package/primereact.all.cjs.min.js +1 -1
  629. package/primereact.all.esm.js +2668 -766
  630. package/primereact.all.esm.min.js +1 -1
  631. package/primereact.all.js +2713 -765
  632. package/primereact.all.min.js +1 -1
  633. package/rating/rating.cjs.js +22 -10
  634. package/rating/rating.cjs.min.js +1 -1
  635. package/rating/rating.d.ts +5 -8
  636. package/rating/rating.esm.js +22 -10
  637. package/rating/rating.esm.min.js +1 -1
  638. package/rating/rating.js +21 -12
  639. package/rating/rating.min.js +1 -1
  640. package/resources/primereact.css +505 -474
  641. package/resources/primereact.min.css +1 -1
  642. package/resources/themes/arya-blue/theme.css +123 -17
  643. package/resources/themes/arya-green/theme.css +123 -17
  644. package/resources/themes/arya-orange/theme.css +123 -17
  645. package/resources/themes/arya-purple/theme.css +123 -17
  646. package/resources/themes/bootstrap4-dark-blue/theme.css +123 -17
  647. package/resources/themes/bootstrap4-dark-purple/theme.css +123 -17
  648. package/resources/themes/bootstrap4-light-blue/theme.css +123 -17
  649. package/resources/themes/bootstrap4-light-purple/theme.css +123 -17
  650. package/resources/themes/fluent-light/theme.css +123 -17
  651. package/resources/themes/lara-dark-blue/theme.css +123 -17
  652. package/resources/themes/lara-dark-indigo/theme.css +123 -17
  653. package/resources/themes/lara-dark-purple/theme.css +123 -17
  654. package/resources/themes/lara-dark-teal/theme.css +123 -17
  655. package/resources/themes/lara-light-blue/theme.css +130 -24
  656. package/resources/themes/lara-light-indigo/theme.css +130 -24
  657. package/resources/themes/lara-light-purple/theme.css +130 -24
  658. package/resources/themes/lara-light-teal/theme.css +130 -24
  659. package/resources/themes/luna-amber/theme.css +137 -31
  660. package/resources/themes/luna-blue/theme.css +137 -31
  661. package/resources/themes/luna-green/theme.css +137 -31
  662. package/resources/themes/luna-pink/theme.css +137 -31
  663. package/resources/themes/md-dark-deeppurple/theme.css +247 -144
  664. package/resources/themes/md-dark-indigo/theme.css +247 -144
  665. package/resources/themes/md-light-deeppurple/theme.css +127 -24
  666. package/resources/themes/md-light-indigo/theme.css +127 -24
  667. package/resources/themes/mdc-dark-deeppurple/theme.css +247 -144
  668. package/resources/themes/mdc-dark-indigo/theme.css +247 -144
  669. package/resources/themes/mdc-light-deeppurple/theme.css +127 -24
  670. package/resources/themes/mdc-light-indigo/theme.css +127 -24
  671. package/resources/themes/mira/theme.css +127 -25
  672. package/resources/themes/nano/theme.css +123 -17
  673. package/resources/themes/nova/theme.css +123 -17
  674. package/resources/themes/nova-accent/theme.css +123 -17
  675. package/resources/themes/nova-alt/theme.css +123 -17
  676. package/resources/themes/rhea/theme.css +123 -17
  677. package/resources/themes/saga-blue/theme.css +123 -17
  678. package/resources/themes/saga-green/theme.css +123 -17
  679. package/resources/themes/saga-orange/theme.css +123 -17
  680. package/resources/themes/saga-purple/theme.css +123 -17
  681. package/resources/themes/soho-dark/theme.css +165 -62
  682. package/resources/themes/soho-light/theme.css +126 -23
  683. package/resources/themes/tailwind-light/theme.css +153 -52
  684. package/resources/themes/vela-blue/theme.css +123 -17
  685. package/resources/themes/vela-green/theme.css +123 -17
  686. package/resources/themes/vela-orange/theme.css +123 -17
  687. package/resources/themes/vela-purple/theme.css +123 -17
  688. package/resources/themes/viva-dark/theme.css +127 -25
  689. package/resources/themes/viva-light/theme.css +127 -25
  690. package/scrolltop/scrolltop.cjs.js +12 -6
  691. package/scrolltop/scrolltop.cjs.min.js +1 -1
  692. package/scrolltop/scrolltop.d.ts +1 -2
  693. package/scrolltop/scrolltop.esm.js +12 -6
  694. package/scrolltop/scrolltop.esm.min.js +1 -1
  695. package/scrolltop/scrolltop.js +13 -8
  696. package/scrolltop/scrolltop.min.js +1 -1
  697. package/sidebar/sidebar.cjs.js +13 -5
  698. package/sidebar/sidebar.cjs.min.js +1 -1
  699. package/sidebar/sidebar.d.ts +5 -0
  700. package/sidebar/sidebar.esm.js +14 -6
  701. package/sidebar/sidebar.esm.min.js +1 -1
  702. package/sidebar/sidebar.js +14 -7
  703. package/sidebar/sidebar.min.js +1 -1
  704. package/slidemenu/slidemenu.cjs.js +26 -9
  705. package/slidemenu/slidemenu.cjs.min.js +1 -1
  706. package/slidemenu/slidemenu.d.ts +9 -0
  707. package/slidemenu/slidemenu.esm.js +26 -9
  708. package/slidemenu/slidemenu.esm.min.js +1 -1
  709. package/slidemenu/slidemenu.js +26 -11
  710. package/slidemenu/slidemenu.min.js +1 -1
  711. package/speeddial/speeddial.cjs.js +16 -15
  712. package/speeddial/speeddial.cjs.min.js +1 -1
  713. package/speeddial/speeddial.d.ts +2 -3
  714. package/speeddial/speeddial.esm.js +16 -15
  715. package/speeddial/speeddial.esm.min.js +1 -1
  716. package/speeddial/speeddial.js +16 -17
  717. package/speeddial/speeddial.min.js +1 -1
  718. package/splitbutton/splitbutton.cjs.js +16 -3
  719. package/splitbutton/splitbutton.cjs.min.js +1 -1
  720. package/splitbutton/splitbutton.d.ts +1 -2
  721. package/splitbutton/splitbutton.esm.js +16 -3
  722. package/splitbutton/splitbutton.esm.min.js +1 -1
  723. package/splitbutton/splitbutton.js +17 -5
  724. package/splitbutton/splitbutton.min.js +1 -1
  725. package/tabview/tabview.cjs.js +34 -16
  726. package/tabview/tabview.cjs.min.js +1 -1
  727. package/tabview/tabview.d.ts +15 -2
  728. package/tabview/tabview.esm.js +35 -17
  729. package/tabview/tabview.esm.min.js +1 -1
  730. package/tabview/tabview.js +33 -18
  731. package/tabview/tabview.min.js +1 -1
  732. package/tieredmenu/tieredmenu.cjs.js +12 -4
  733. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  734. package/tieredmenu/tieredmenu.d.ts +5 -0
  735. package/tieredmenu/tieredmenu.esm.js +12 -4
  736. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  737. package/tieredmenu/tieredmenu.js +13 -6
  738. package/tieredmenu/tieredmenu.min.js +1 -1
  739. package/toast/toast.cjs.js +53 -15
  740. package/toast/toast.cjs.min.js +1 -1
  741. package/toast/toast.d.ts +9 -0
  742. package/toast/toast.esm.js +54 -16
  743. package/toast/toast.esm.min.js +1 -1
  744. package/toast/toast.js +50 -17
  745. package/toast/toast.min.js +1 -1
  746. package/tree/tree.cjs.js +56 -24
  747. package/tree/tree.cjs.min.js +1 -1
  748. package/tree/tree.d.ts +18 -2
  749. package/tree/tree.esm.js +57 -25
  750. package/tree/tree.esm.min.js +1 -1
  751. package/tree/tree.js +52 -26
  752. package/tree/tree.min.js +1 -1
  753. package/treeselect/treeselect.cjs.js +37 -14
  754. package/treeselect/treeselect.cjs.min.js +1 -1
  755. package/treeselect/treeselect.d.ts +11 -3
  756. package/treeselect/treeselect.esm.js +38 -15
  757. package/treeselect/treeselect.esm.min.js +1 -1
  758. package/treeselect/treeselect.js +36 -16
  759. package/treeselect/treeselect.min.js +1 -1
  760. package/treetable/treetable.cjs.js +90 -39
  761. package/treetable/treetable.cjs.min.js +1 -1
  762. package/treetable/treetable.d.ts +18 -2
  763. package/treetable/treetable.esm.js +91 -40
  764. package/treetable/treetable.esm.min.js +1 -1
  765. package/treetable/treetable.js +82 -41
  766. package/treetable/treetable.min.js +1 -1
  767. package/tristatecheckbox/tristatecheckbox.cjs.js +20 -6
  768. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  769. package/tristatecheckbox/tristatecheckbox.d.ts +9 -0
  770. package/tristatecheckbox/tristatecheckbox.esm.js +21 -7
  771. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  772. package/tristatecheckbox/tristatecheckbox.js +20 -8
  773. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  774. package/virtualscroller/virtualscroller.cjs.js +14 -4
  775. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  776. package/virtualscroller/virtualscroller.d.ts +6 -0
  777. package/virtualscroller/virtualscroller.esm.js +15 -5
  778. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  779. package/virtualscroller/virtualscroller.js +15 -6
  780. package/virtualscroller/virtualscroller.min.js +1 -1
  781. package/web-types.json +1 -1
@@ -1041,6 +1041,34 @@
1041
1041
  align-items: center;
1042
1042
  }
1043
1043
 
1044
+ .p-datascroller {
1045
+ }
1046
+
1047
+ .p-datascroller .p-datascroller-header {
1048
+ text-align: center;
1049
+ padding: .5em .75em;
1050
+ border-bottom: 0 none;
1051
+ }
1052
+
1053
+ .p-datascroller .p-datascroller-footer {
1054
+ text-align: center;
1055
+ padding: .25em .625em;
1056
+ border-top: 0px none;
1057
+ }
1058
+
1059
+ .p-datascroller .p-datascroller-content {
1060
+ padding: .25em .625em;
1061
+ }
1062
+
1063
+ .p-datascroller-inline .p-datascroller-content {
1064
+ overflow: auto;
1065
+ }
1066
+
1067
+ .p-datascroller .p-datascroller-list {
1068
+ list-style-type: none;
1069
+ margin: 0;
1070
+ padding: 0;
1071
+ }
1044
1072
  .p-contextmenu {
1045
1073
  position: absolute;
1046
1074
  }
@@ -1087,34 +1115,6 @@
1087
1115
  transition: opacity 250ms;
1088
1116
  }
1089
1117
 
1090
- .p-datascroller {
1091
- }
1092
-
1093
- .p-datascroller .p-datascroller-header {
1094
- text-align: center;
1095
- padding: .5em .75em;
1096
- border-bottom: 0 none;
1097
- }
1098
-
1099
- .p-datascroller .p-datascroller-footer {
1100
- text-align: center;
1101
- padding: .25em .625em;
1102
- border-top: 0px none;
1103
- }
1104
-
1105
- .p-datascroller .p-datascroller-content {
1106
- padding: .25em .625em;
1107
- }
1108
-
1109
- .p-datascroller-inline .p-datascroller-content {
1110
- overflow: auto;
1111
- }
1112
-
1113
- .p-datascroller .p-datascroller-list {
1114
- list-style-type: none;
1115
- margin: 0;
1116
- padding: 0;
1117
- }
1118
1118
  .p-dataview-loading {
1119
1119
  position: relative;
1120
1120
  min-height: 4rem;
@@ -3253,6 +3253,37 @@ input.p-dropdown-label {
3253
3253
  visibility: visible;
3254
3254
  }
3255
3255
 
3256
+ .p-icon {
3257
+ display: inline-block;
3258
+ }
3259
+
3260
+ .p-icon-spin {
3261
+ -webkit-animation: p-icon-spin 2s infinite linear;
3262
+ animation: p-icon-spin 2s infinite linear;
3263
+ }
3264
+
3265
+ @-webkit-keyframes p-icon-spin {
3266
+ 0% {
3267
+ -webkit-transform: rotate(0deg);
3268
+ transform: rotate(0deg);
3269
+ }
3270
+ 100% {
3271
+ -webkit-transform: rotate(359deg);
3272
+ transform: rotate(359deg);
3273
+ }
3274
+ }
3275
+
3276
+ @keyframes p-icon-spin {
3277
+ 0% {
3278
+ -webkit-transform: rotate(0deg);
3279
+ transform: rotate(0deg);
3280
+ }
3281
+ 100% {
3282
+ -webkit-transform: rotate(359deg);
3283
+ transform: rotate(359deg);
3284
+ }
3285
+ }
3286
+
3256
3287
  .p-image-mask {
3257
3288
  display: flex;
3258
3289
  align-items: center;
@@ -3458,27 +3489,6 @@ input.p-dropdown-label {
3458
3489
  width: 100%;
3459
3490
  }
3460
3491
 
3461
- .p-inputswitch {
3462
- position: relative;
3463
- display: inline-block;
3464
- }
3465
-
3466
- .p-inputswitch-slider {
3467
- position: absolute;
3468
- cursor: pointer;
3469
- top: 0;
3470
- left: 0;
3471
- right: 0;
3472
- bottom: 0;
3473
- border: 1px solid transparent;
3474
- }
3475
-
3476
- .p-inputswitch-slider:before {
3477
- position: absolute;
3478
- content: "";
3479
- top: 50%;
3480
- }
3481
-
3482
3492
  .p-inputtext {
3483
3493
  margin: 0;
3484
3494
  }
@@ -3586,6 +3596,27 @@ input.p-dropdown-label {
3586
3596
  width: 100%;
3587
3597
  }
3588
3598
 
3599
+ .p-inputswitch {
3600
+ position: relative;
3601
+ display: inline-block;
3602
+ }
3603
+
3604
+ .p-inputswitch-slider {
3605
+ position: absolute;
3606
+ cursor: pointer;
3607
+ top: 0;
3608
+ left: 0;
3609
+ right: 0;
3610
+ bottom: 0;
3611
+ border: 1px solid transparent;
3612
+ }
3613
+
3614
+ .p-inputswitch-slider:before {
3615
+ position: absolute;
3616
+ content: "";
3617
+ top: 50%;
3618
+ }
3619
+
3589
3620
  .p-inputtextarea-resizable {
3590
3621
  overflow: hidden;
3591
3622
  resize: none;
@@ -3763,6 +3794,32 @@ input.p-dropdown-label {
3763
3794
  text-decoration: none;
3764
3795
  }
3765
3796
 
3797
+ .p-menu-overlay {
3798
+ position: absolute;
3799
+ /* Github #3122: Prevent animation flickering */
3800
+ top: -9999px;
3801
+ left: -9999px;
3802
+ }
3803
+
3804
+ .p-menu ul {
3805
+ margin: 0;
3806
+ padding: 0;
3807
+ list-style: none;
3808
+ }
3809
+
3810
+ .p-menu .p-menuitem-link {
3811
+ cursor: pointer;
3812
+ display: flex;
3813
+ align-items: center;
3814
+ text-decoration: none;
3815
+ overflow: hidden;
3816
+ position: relative;
3817
+ }
3818
+
3819
+ .p-menu .p-menuitem-text {
3820
+ line-height: 1;
3821
+ }
3822
+
3766
3823
  .p-mention {
3767
3824
  display: inline-flex;
3768
3825
  position: relative;
@@ -3802,32 +3859,6 @@ input.p-dropdown-label {
3802
3859
  display: flex;
3803
3860
  }
3804
3861
 
3805
- .p-menu-overlay {
3806
- position: absolute;
3807
- /* Github #3122: Prevent animation flickering */
3808
- top: -9999px;
3809
- left: -9999px;
3810
- }
3811
-
3812
- .p-menu ul {
3813
- margin: 0;
3814
- padding: 0;
3815
- list-style: none;
3816
- }
3817
-
3818
- .p-menu .p-menuitem-link {
3819
- cursor: pointer;
3820
- display: flex;
3821
- align-items: center;
3822
- text-decoration: none;
3823
- overflow: hidden;
3824
- position: relative;
3825
- }
3826
-
3827
- .p-menu .p-menuitem-text {
3828
- line-height: 1;
3829
- }
3830
-
3831
3862
  .p-menubar {
3832
3863
  display: flex;
3833
3864
  align-items: center;
@@ -4204,6 +4235,42 @@ input.p-dropdown-label {
4204
4235
  cursor: pointer;
4205
4236
  }
4206
4237
 
4238
+ .p-paginator {
4239
+ display: flex;
4240
+ align-items: center;
4241
+ justify-content: center;
4242
+ flex-wrap: wrap;
4243
+ }
4244
+
4245
+ .p-paginator-left-content {
4246
+ margin-right: auto;
4247
+ }
4248
+
4249
+ .p-paginator-right-content {
4250
+ margin-left: auto;
4251
+ }
4252
+
4253
+ .p-paginator-page,
4254
+ .p-paginator-next,
4255
+ .p-paginator-last,
4256
+ .p-paginator-first,
4257
+ .p-paginator-prev,
4258
+ .p-paginator-current {
4259
+ cursor: pointer;
4260
+ display: inline-flex;
4261
+ align-items: center;
4262
+ justify-content: center;
4263
+ line-height: 1;
4264
+ user-select: none;
4265
+ overflow: hidden;
4266
+ position: relative;
4267
+ }
4268
+
4269
+ .p-paginator-element:focus {
4270
+ z-index: 1;
4271
+ position: relative;
4272
+ }
4273
+
4207
4274
  .p-overlaypanel {
4208
4275
  position: absolute;
4209
4276
  margin-top: 10px;
@@ -4283,42 +4350,6 @@ input.p-dropdown-label {
4283
4350
  border-bottom-color: transparent
4284
4351
  }
4285
4352
 
4286
- .p-paginator {
4287
- display: flex;
4288
- align-items: center;
4289
- justify-content: center;
4290
- flex-wrap: wrap;
4291
- }
4292
-
4293
- .p-paginator-left-content {
4294
- margin-right: auto;
4295
- }
4296
-
4297
- .p-paginator-right-content {
4298
- margin-left: auto;
4299
- }
4300
-
4301
- .p-paginator-page,
4302
- .p-paginator-next,
4303
- .p-paginator-last,
4304
- .p-paginator-first,
4305
- .p-paginator-prev,
4306
- .p-paginator-current {
4307
- cursor: pointer;
4308
- display: inline-flex;
4309
- align-items: center;
4310
- justify-content: center;
4311
- line-height: 1;
4312
- user-select: none;
4313
- overflow: hidden;
4314
- position: relative;
4315
- }
4316
-
4317
- .p-paginator-element:focus {
4318
- z-index: 1;
4319
- position: relative;
4320
- }
4321
-
4322
4353
  .p-panel-header {
4323
4354
  display: flex;
4324
4355
  justify-content: space-between;
@@ -4403,17 +4434,90 @@ input.p-dropdown-label {
4403
4434
  .p-password-input::-ms-clear {
4404
4435
  display: none;
4405
4436
  }
4406
- .p-picklist {
4407
- display: flex;
4437
+ .p-progress-spinner {
4438
+ position: relative;
4439
+ margin: 0 auto;
4440
+ width: 100px;
4441
+ height: 100px;
4442
+ display: inline-block;
4408
4443
  }
4409
4444
 
4410
- .p-picklist-buttons {
4411
- display: flex;
4412
- flex-direction: column;
4413
- justify-content: center;
4445
+ .p-progress-spinner::before {
4446
+ content: '';
4447
+ display: block;
4448
+ padding-top: 100%;
4414
4449
  }
4415
4450
 
4416
- .p-picklist-list-wrapper {
4451
+ .p-progress-spinner-svg {
4452
+ animation: p-progress-spinner-rotate 2s linear infinite;
4453
+ height: 100%;
4454
+ transform-origin: center center;
4455
+ width: 100%;
4456
+ position: absolute;
4457
+ top: 0;
4458
+ bottom: 0;
4459
+ left: 0;
4460
+ right: 0;
4461
+ margin: auto;
4462
+ }
4463
+
4464
+ .p-progress-spinner-circle {
4465
+ stroke-dasharray: 89, 200;
4466
+ stroke-dashoffset: 0;
4467
+ stroke: #d62d20;
4468
+ animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
4469
+ stroke-linecap: round;
4470
+ }
4471
+
4472
+ @keyframes p-progress-spinner-rotate {
4473
+ 100% {
4474
+ transform: rotate(360deg);
4475
+ }
4476
+ }
4477
+
4478
+ @keyframes p-progress-spinner-dash {
4479
+ 0% {
4480
+ stroke-dasharray: 1, 200;
4481
+ stroke-dashoffset: 0;
4482
+ }
4483
+ 50% {
4484
+ stroke-dasharray: 89, 200;
4485
+ stroke-dashoffset: -35px;
4486
+ }
4487
+ 100% {
4488
+ stroke-dasharray: 89, 200;
4489
+ stroke-dashoffset: -124px;
4490
+ }
4491
+ }
4492
+
4493
+ @keyframes p-progress-spinner-color {
4494
+ 100%,
4495
+ 0% {
4496
+ stroke: #d62d20;
4497
+ }
4498
+ 40% {
4499
+ stroke: #0057e7;
4500
+ }
4501
+ 66% {
4502
+ stroke: #008744;
4503
+ }
4504
+ 80%,
4505
+ 90% {
4506
+ stroke: #ffa700;
4507
+ }
4508
+ }
4509
+
4510
+ .p-picklist {
4511
+ display: flex;
4512
+ }
4513
+
4514
+ .p-picklist-buttons {
4515
+ display: flex;
4516
+ flex-direction: column;
4517
+ justify-content: center;
4518
+ }
4519
+
4520
+ .p-picklist-list-wrapper {
4417
4521
  flex: 1 1 50%;
4418
4522
  }
4419
4523
 
@@ -4543,79 +4647,6 @@ input.p-dropdown-label {
4543
4647
  right: -8%; }
4544
4648
  }
4545
4649
 
4546
- .p-progress-spinner {
4547
- position: relative;
4548
- margin: 0 auto;
4549
- width: 100px;
4550
- height: 100px;
4551
- display: inline-block;
4552
- }
4553
-
4554
- .p-progress-spinner::before {
4555
- content: '';
4556
- display: block;
4557
- padding-top: 100%;
4558
- }
4559
-
4560
- .p-progress-spinner-svg {
4561
- animation: p-progress-spinner-rotate 2s linear infinite;
4562
- height: 100%;
4563
- transform-origin: center center;
4564
- width: 100%;
4565
- position: absolute;
4566
- top: 0;
4567
- bottom: 0;
4568
- left: 0;
4569
- right: 0;
4570
- margin: auto;
4571
- }
4572
-
4573
- .p-progress-spinner-circle {
4574
- stroke-dasharray: 89, 200;
4575
- stroke-dashoffset: 0;
4576
- stroke: #d62d20;
4577
- animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;
4578
- stroke-linecap: round;
4579
- }
4580
-
4581
- @keyframes p-progress-spinner-rotate {
4582
- 100% {
4583
- transform: rotate(360deg);
4584
- }
4585
- }
4586
-
4587
- @keyframes p-progress-spinner-dash {
4588
- 0% {
4589
- stroke-dasharray: 1, 200;
4590
- stroke-dashoffset: 0;
4591
- }
4592
- 50% {
4593
- stroke-dasharray: 89, 200;
4594
- stroke-dashoffset: -35px;
4595
- }
4596
- 100% {
4597
- stroke-dasharray: 89, 200;
4598
- stroke-dashoffset: -124px;
4599
- }
4600
- }
4601
-
4602
- @keyframes p-progress-spinner-color {
4603
- 100%,
4604
- 0% {
4605
- stroke: #d62d20;
4606
- }
4607
- 40% {
4608
- stroke: #0057e7;
4609
- }
4610
- 66% {
4611
- stroke: #008744;
4612
- }
4613
- 80%,
4614
- 90% {
4615
- stroke: #ffa700;
4616
- }
4617
- }
4618
-
4619
4650
  .p-radiobutton {
4620
4651
  display: inline-flex;
4621
4652
  cursor: pointer;
@@ -4657,34 +4688,6 @@ input.p-dropdown-label {
4657
4688
  cursor: default;
4658
4689
  }
4659
4690
 
4660
- .p-ripple {
4661
- overflow: hidden;
4662
- position: relative;
4663
- }
4664
-
4665
- .p-ink {
4666
- display: block;
4667
- position: absolute;
4668
- background: rgba(255, 255, 255, 0.5);
4669
- border-radius: 100%;
4670
- transform: scale(0);
4671
- }
4672
-
4673
- .p-ink-active {
4674
- animation: ripple 0.4s linear;
4675
- }
4676
-
4677
- .p-ripple-disabled .p-ink {
4678
- display: none !important;
4679
- }
4680
-
4681
- @keyframes ripple {
4682
- 100% {
4683
- opacity: 0;
4684
- transform: scale(2.5);
4685
- }
4686
- }
4687
-
4688
4691
  .p-scrollpanel-wrapper {
4689
4692
  overflow: hidden;
4690
4693
  width: 100%;
@@ -4775,6 +4778,34 @@ input.p-dropdown-label {
4775
4778
  transition: opacity .15s;
4776
4779
  }
4777
4780
 
4781
+ .p-ripple {
4782
+ overflow: hidden;
4783
+ position: relative;
4784
+ }
4785
+
4786
+ .p-ink {
4787
+ display: block;
4788
+ position: absolute;
4789
+ background: rgba(255, 255, 255, 0.5);
4790
+ border-radius: 100%;
4791
+ transform: scale(0);
4792
+ }
4793
+
4794
+ .p-ink-active {
4795
+ animation: ripple 0.4s linear;
4796
+ }
4797
+
4798
+ .p-ripple-disabled .p-ink {
4799
+ display: none !important;
4800
+ }
4801
+
4802
+ @keyframes ripple {
4803
+ 100% {
4804
+ opacity: 0;
4805
+ transform: scale(2.5);
4806
+ }
4807
+ }
4808
+
4778
4809
  .p-sidebar-mask {
4779
4810
  position: fixed;
4780
4811
  top: 0;
@@ -4994,39 +5025,83 @@ input.p-dropdown-label {
4994
5025
  }
4995
5026
  }
4996
5027
 
4997
- .p-skeleton {
4998
- position: relative;
4999
- overflow: hidden;
5028
+ .p-slider {
5029
+ position: relative;
5000
5030
  }
5001
5031
 
5002
- .p-skeleton::after {
5003
- content: "";
5004
- animation: p-skeleton-animation 1.2s infinite;
5005
- height: 100%;
5006
- left: 0;
5007
- position: absolute;
5008
- right: 0;
5009
- top: 0;
5010
- transform: translateX(-100%);
5032
+ .p-slider .p-slider-handle {
5033
+ position: absolute;
5034
+ cursor: grab;
5035
+ touch-action: none;
5036
+ display: block;
5011
5037
  z-index: 1;
5012
5038
  }
5013
5039
 
5014
- .p-skeleton-circle {
5015
- border-radius: 50%;
5040
+ .p-slider .p-slider-handle.p-slider-handle-active {
5041
+ z-index: 2;
5016
5042
  }
5017
5043
 
5018
- .p-skeleton-none::after {
5019
- animation: none;
5044
+ .p-slider-range {
5045
+ position: absolute;
5046
+ display: block;
5020
5047
  }
5021
5048
 
5022
- @keyframes p-skeleton-animation {
5023
- from {
5024
- transform: translateX(-100%);
5025
- }
5026
- to {
5027
- transform: translateX(100%);
5028
- }
5049
+ .p-slider-horizontal .p-slider-range {
5050
+ top: 0;
5051
+ left: 0;
5052
+ height: 100%;
5053
+ }
5054
+
5055
+ .p-slider-horizontal .p-slider-handle {
5056
+ top: 50%;
5057
+ }
5058
+
5059
+ .p-slider-vertical {
5060
+ height: 100px;
5061
+ }
5062
+
5063
+ .p-slider-vertical .p-slider-handle {
5064
+ left: 50%;
5065
+ }
5066
+
5067
+ .p-slider-vertical .p-slider-range {
5068
+ bottom: 0;
5069
+ left: 0;
5070
+ width: 100%;
5071
+ }
5072
+
5073
+ .p-splitbutton {
5074
+ display: inline-flex;
5075
+ position: relative;
5076
+ }
5077
+
5078
+ .p-splitbutton .p-splitbutton-defaultbutton,
5079
+ .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
5080
+ .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
5081
+ flex: 1 1 auto;
5082
+ border-top-right-radius: 0;
5083
+ border-bottom-right-radius: 0;
5084
+ border-right: 0 none;
5085
+ }
5086
+
5087
+ .p-splitbutton-menubutton,
5088
+ .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
5089
+ .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
5090
+ display: flex;
5091
+ align-items: center;
5092
+ justify-content: center;
5093
+ border-top-left-radius: 0;
5094
+ border-bottom-left-radius: 0;
5095
+ }
5096
+
5097
+ .p-splitbutton .p-menu {
5098
+ min-width: 100%;
5029
5099
  }
5100
+
5101
+ .p-fluid .p-splitbutton {
5102
+ display: flex;
5103
+ }
5104
+
5030
5105
  .p-slidemenu {
5031
5106
  width: 12.5em;
5032
5107
  }
@@ -5116,51 +5191,39 @@ input.p-dropdown-label {
5116
5191
  display: block;
5117
5192
  }
5118
5193
 
5119
- .p-slider {
5120
- position: relative;
5121
- }
5122
-
5123
- .p-slider .p-slider-handle {
5124
- position: absolute;
5125
- cursor: grab;
5126
- touch-action: none;
5127
- display: block;
5128
- z-index: 1;
5129
- }
5130
-
5131
- .p-slider .p-slider-handle.p-slider-handle-active {
5132
- z-index: 2;
5133
- }
5134
-
5135
- .p-slider-range {
5136
- position: absolute;
5137
- display: block;
5194
+ .p-skeleton {
5195
+ position: relative;
5196
+ overflow: hidden;
5138
5197
  }
5139
5198
 
5140
- .p-slider-horizontal .p-slider-range {
5141
- top: 0;
5199
+ .p-skeleton::after {
5200
+ content: "";
5201
+ animation: p-skeleton-animation 1.2s infinite;
5202
+ height: 100%;
5142
5203
  left: 0;
5143
- height: 100%;
5144
- }
5145
-
5146
- .p-slider-horizontal .p-slider-handle {
5147
- top: 50%;
5204
+ position: absolute;
5205
+ right: 0;
5206
+ top: 0;
5207
+ transform: translateX(-100%);
5208
+ z-index: 1;
5148
5209
  }
5149
5210
 
5150
- .p-slider-vertical {
5151
- height: 100px;
5211
+ .p-skeleton-circle {
5212
+ border-radius: 50%;
5152
5213
  }
5153
5214
 
5154
- .p-slider-vertical .p-slider-handle {
5155
- left: 50%;
5215
+ .p-skeleton-none::after {
5216
+ animation: none;
5156
5217
  }
5157
5218
 
5158
- .p-slider-vertical .p-slider-range {
5159
- bottom: 0;
5160
- left: 0;
5161
- width: 100%;
5219
+ @keyframes p-skeleton-animation {
5220
+ from {
5221
+ transform: translateX(-100%);
5222
+ }
5223
+ to {
5224
+ transform: translateX(100%);
5225
+ }
5162
5226
  }
5163
-
5164
5227
  .p-speeddial {
5165
5228
  position: absolute;
5166
5229
  display: flex;
@@ -5272,95 +5335,138 @@ input.p-dropdown-label {
5272
5335
  flex-direction: row;
5273
5336
  }
5274
5337
 
5275
- .p-splitbutton {
5276
- display: inline-flex;
5277
- position: relative;
5338
+ .p-splitter {
5339
+ display: flex;
5340
+ flex-wrap: nowrap;
5278
5341
  }
5279
5342
 
5280
- .p-splitbutton .p-splitbutton-defaultbutton,
5281
- .p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
5282
- .p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
5283
- flex: 1 1 auto;
5284
- border-top-right-radius: 0;
5285
- border-bottom-right-radius: 0;
5286
- border-right: 0 none;
5343
+ .p-splitter-vertical {
5344
+ flex-direction: column;
5287
5345
  }
5288
5346
 
5289
- .p-splitbutton-menubutton,
5290
- .p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
5291
- .p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
5347
+ .p-splitter-panel {
5348
+ flex-grow: 1;
5349
+ }
5350
+
5351
+ .p-splitter-panel-nested {
5352
+ display: flex;
5353
+ }
5354
+
5355
+ .p-splitter-panel .p-splitter {
5356
+ flex-grow: 1;
5357
+ border: 0 none;
5358
+ }
5359
+
5360
+ .p-splitter-gutter {
5361
+ flex-grow: 0;
5362
+ flex-shrink: 0;
5292
5363
  display: flex;
5293
5364
  align-items: center;
5294
5365
  justify-content: center;
5295
- border-top-left-radius: 0;
5296
- border-bottom-left-radius: 0;
5366
+ cursor: col-resize;
5297
5367
  }
5298
5368
 
5299
- .p-splitbutton .p-menu {
5300
- min-width: 100%;
5369
+ .p-splitter-horizontal.p-splitter-resizing {
5370
+ cursor: col-resize;
5371
+ user-select: none;
5301
5372
  }
5302
5373
 
5303
- .p-fluid .p-splitbutton {
5374
+ .p-splitter-horizontal > .p-splitter-gutter > .p-splitter-gutter-handle {
5375
+ height: 24px;
5376
+ width: 100%;
5377
+ }
5378
+
5379
+ .p-splitter-horizontal > .p-splitter-gutter {
5380
+ cursor: col-resize;
5381
+ }
5382
+
5383
+ .p-splitter-vertical.p-splitter-resizing {
5384
+ cursor: row-resize;
5385
+ user-select: none;
5386
+ }
5387
+
5388
+ .p-splitter-vertical > .p-splitter-gutter {
5389
+ cursor: row-resize;
5390
+ }
5391
+
5392
+ .p-splitter-vertical > .p-splitter-gutter > .p-splitter-gutter-handle {
5393
+ width: 24px;
5394
+ height: 100%;
5395
+ }
5396
+
5397
+ .p-tabview-nav-container {
5398
+ position: relative;
5399
+ }
5400
+
5401
+ .p-tabview-scrollable .p-tabview-nav-container {
5402
+ overflow: hidden;
5403
+ }
5404
+
5405
+ .p-tabview-nav-content {
5406
+ overflow-x: auto;
5407
+ overflow-y: hidden;
5408
+ scroll-behavior: smooth;
5409
+ scrollbar-width: none;
5410
+ overscroll-behavior: contain auto;
5411
+ position: relative;
5412
+ }
5413
+
5414
+ .p-tabview-nav {
5304
5415
  display: flex;
5416
+ margin: 0;
5417
+ padding: 0;
5418
+ list-style-type: none;
5419
+ flex: 1 1 auto;
5305
5420
  }
5306
5421
 
5307
- .p-splitter {
5422
+ .p-tabview-nav-link {
5423
+ cursor: pointer;
5424
+ user-select: none;
5308
5425
  display: flex;
5309
- flex-wrap: nowrap;
5426
+ align-items: center;
5427
+ position: relative;
5428
+ text-decoration: none;
5429
+ overflow: hidden;
5310
5430
  }
5311
5431
 
5312
- .p-splitter-vertical {
5313
- flex-direction: column;
5432
+ .p-tabview-ink-bar {
5433
+ display: none;
5434
+ z-index: 1;
5314
5435
  }
5315
5436
 
5316
- .p-splitter-panel {
5317
- flex-grow: 1;
5437
+ .p-tabview-nav-link:focus {
5438
+ z-index: 1;
5318
5439
  }
5319
5440
 
5320
- .p-splitter-panel-nested {
5321
- display: flex;
5441
+ .p-tabview-close {
5442
+ z-index: 1;
5322
5443
  }
5323
5444
 
5324
- .p-splitter-panel .p-splitter {
5325
- flex-grow: 1;
5326
- border: 0 none;
5445
+ .p-tabview-title {
5446
+ line-height: 1;
5447
+ white-space: nowrap;
5327
5448
  }
5328
5449
 
5329
- .p-splitter-gutter {
5330
- flex-grow: 0;
5331
- flex-shrink: 0;
5450
+ .p-tabview-nav-btn {
5451
+ position: absolute;
5452
+ top: 0;
5453
+ z-index: 2;
5454
+ height: 100%;
5332
5455
  display: flex;
5333
5456
  align-items: center;
5334
5457
  justify-content: center;
5335
- cursor: col-resize;
5336
- }
5337
-
5338
- .p-splitter-horizontal.p-splitter-resizing {
5339
- cursor: col-resize;
5340
- user-select: none;
5341
- }
5342
-
5343
- .p-splitter-horizontal > .p-splitter-gutter > .p-splitter-gutter-handle {
5344
- height: 24px;
5345
- width: 100%;
5346
- }
5347
-
5348
- .p-splitter-horizontal > .p-splitter-gutter {
5349
- cursor: col-resize;
5350
5458
  }
5351
5459
 
5352
- .p-splitter-vertical.p-splitter-resizing {
5353
- cursor: row-resize;
5354
- user-select: none;
5460
+ .p-tabview-nav-prev {
5461
+ left: 0;
5355
5462
  }
5356
5463
 
5357
- .p-splitter-vertical > .p-splitter-gutter {
5358
- cursor: row-resize;
5464
+ .p-tabview-nav-next {
5465
+ right: 0;
5359
5466
  }
5360
5467
 
5361
- .p-splitter-vertical > .p-splitter-gutter > .p-splitter-gutter-handle {
5362
- width: 24px;
5363
- height: 100%;
5468
+ .p-tabview-nav-content::-webkit-scrollbar {
5469
+ display: none;
5364
5470
  }
5365
5471
 
5366
5472
  .p-steps {
@@ -5451,81 +5557,6 @@ input.p-dropdown-label {
5451
5557
  display: none;
5452
5558
  }
5453
5559
 
5454
- .p-tabview-nav-container {
5455
- position: relative;
5456
- }
5457
-
5458
- .p-tabview-scrollable .p-tabview-nav-container {
5459
- overflow: hidden;
5460
- }
5461
-
5462
- .p-tabview-nav-content {
5463
- overflow-x: auto;
5464
- overflow-y: hidden;
5465
- scroll-behavior: smooth;
5466
- scrollbar-width: none;
5467
- overscroll-behavior: contain auto;
5468
- position: relative;
5469
- }
5470
-
5471
- .p-tabview-nav {
5472
- display: flex;
5473
- margin: 0;
5474
- padding: 0;
5475
- list-style-type: none;
5476
- flex: 1 1 auto;
5477
- }
5478
-
5479
- .p-tabview-nav-link {
5480
- cursor: pointer;
5481
- user-select: none;
5482
- display: flex;
5483
- align-items: center;
5484
- position: relative;
5485
- text-decoration: none;
5486
- overflow: hidden;
5487
- }
5488
-
5489
- .p-tabview-ink-bar {
5490
- display: none;
5491
- z-index: 1;
5492
- }
5493
-
5494
- .p-tabview-nav-link:focus {
5495
- z-index: 1;
5496
- }
5497
-
5498
- .p-tabview-close {
5499
- z-index: 1;
5500
- }
5501
-
5502
- .p-tabview-title {
5503
- line-height: 1;
5504
- white-space: nowrap;
5505
- }
5506
-
5507
- .p-tabview-nav-btn {
5508
- position: absolute;
5509
- top: 0;
5510
- z-index: 2;
5511
- height: 100%;
5512
- display: flex;
5513
- align-items: center;
5514
- justify-content: center;
5515
- }
5516
-
5517
- .p-tabview-nav-prev {
5518
- left: 0;
5519
- }
5520
-
5521
- .p-tabview-nav-next {
5522
- right: 0;
5523
- }
5524
-
5525
- .p-tabview-nav-content::-webkit-scrollbar {
5526
- display: none;
5527
- }
5528
-
5529
5560
  .p-tag {
5530
5561
  display: inline-flex;
5531
5562
  align-items: center;
@@ -5912,73 +5943,6 @@ input.p-dropdown-label {
5912
5943
  border-width: 0 .25em .25rem;
5913
5944
  }
5914
5945
 
5915
- .p-tree-container {
5916
- margin: 0;
5917
- padding: 0;
5918
- list-style-type: none;
5919
- overflow: auto;
5920
- }
5921
-
5922
- .p-treenode-children {
5923
- margin: 0;
5924
- padding: 0;
5925
- list-style-type: none;
5926
- }
5927
-
5928
- .p-treenode-selectable {
5929
- cursor: pointer;
5930
- user-select: none;
5931
- }
5932
-
5933
- .p-tree-toggler {
5934
- cursor: pointer;
5935
- user-select: none;
5936
- display: inline-flex;
5937
- align-items: center;
5938
- justify-content: center;
5939
- flex-shrink: 0;
5940
- overflow: hidden;
5941
- position: relative;
5942
- }
5943
-
5944
- .p-treenode-leaf > .p-treenode-content .p-tree-toggler {
5945
- visibility: hidden;
5946
- }
5947
-
5948
- .p-treenode-content {
5949
- display: flex;
5950
- align-items: center;
5951
- }
5952
-
5953
- .p-tree-filter {
5954
- width: 100%;
5955
- }
5956
-
5957
- .p-tree-filter-container {
5958
- position: relative;
5959
- display: block;
5960
- width: 100%;
5961
- }
5962
-
5963
- .p-tree-filter-icon {
5964
- position: absolute;
5965
- top: 50%;
5966
- margin-top: -.5rem;
5967
- }
5968
-
5969
- .p-tree-loading {
5970
- position: relative;
5971
- min-height: 4rem;
5972
- }
5973
-
5974
- .p-tree .p-tree-loading-overlay {
5975
- position: absolute;
5976
- z-index: 1;
5977
- display: flex;
5978
- align-items: center;
5979
- justify-content: center;
5980
- }
5981
-
5982
5946
  .p-treeselect {
5983
5947
  display: inline-flex;
5984
5948
  cursor: pointer;
@@ -6203,6 +6167,73 @@ input.p-dropdown-label {
6203
6167
  z-index: 2;
6204
6168
  }
6205
6169
 
6170
+ .p-tree-container {
6171
+ margin: 0;
6172
+ padding: 0;
6173
+ list-style-type: none;
6174
+ overflow: auto;
6175
+ }
6176
+
6177
+ .p-treenode-children {
6178
+ margin: 0;
6179
+ padding: 0;
6180
+ list-style-type: none;
6181
+ }
6182
+
6183
+ .p-treenode-selectable {
6184
+ cursor: pointer;
6185
+ user-select: none;
6186
+ }
6187
+
6188
+ .p-tree-toggler {
6189
+ cursor: pointer;
6190
+ user-select: none;
6191
+ display: inline-flex;
6192
+ align-items: center;
6193
+ justify-content: center;
6194
+ flex-shrink: 0;
6195
+ overflow: hidden;
6196
+ position: relative;
6197
+ }
6198
+
6199
+ .p-treenode-leaf > .p-treenode-content .p-tree-toggler {
6200
+ visibility: hidden;
6201
+ }
6202
+
6203
+ .p-treenode-content {
6204
+ display: flex;
6205
+ align-items: center;
6206
+ }
6207
+
6208
+ .p-tree-filter {
6209
+ width: 100%;
6210
+ }
6211
+
6212
+ .p-tree-filter-container {
6213
+ position: relative;
6214
+ display: block;
6215
+ width: 100%;
6216
+ }
6217
+
6218
+ .p-tree-filter-icon {
6219
+ position: absolute;
6220
+ top: 50%;
6221
+ margin-top: -.5rem;
6222
+ }
6223
+
6224
+ .p-tree-loading {
6225
+ position: relative;
6226
+ min-height: 4rem;
6227
+ }
6228
+
6229
+ .p-tree .p-tree-loading-overlay {
6230
+ position: absolute;
6231
+ z-index: 1;
6232
+ display: flex;
6233
+ align-items: center;
6234
+ justify-content: center;
6235
+ }
6236
+
6206
6237
  .p-virtualscroller {
6207
6238
  position: relative;
6208
6239
  overflow: auto;