primevue 3.35.0 → 3.37.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 (1785) hide show
  1. package/README.md +63 -47
  2. package/accordion/BaseAccordion.vue +2 -52
  3. package/accordion/accordion.cjs.js +3 -37
  4. package/accordion/accordion.cjs.min.js +1 -1
  5. package/accordion/accordion.esm.js +2 -37
  6. package/accordion/accordion.esm.min.js +1 -1
  7. package/accordion/accordion.js +4 -38
  8. package/accordion/accordion.min.js +1 -1
  9. package/accordion/package.json +8 -8
  10. package/accordion/style/AccordionStyle.d.ts +3 -0
  11. package/accordion/style/accordionstyle.cjs.js +42 -0
  12. package/accordion/style/accordionstyle.cjs.min.js +1 -0
  13. package/accordion/style/accordionstyle.esm.js +36 -0
  14. package/accordion/style/accordionstyle.esm.min.js +1 -0
  15. package/accordion/style/accordionstyle.js +45 -0
  16. package/accordion/style/accordionstyle.min.js +1 -0
  17. package/accordion/style/package.json +6 -0
  18. package/accordiontab/BaseAccordionTab.vue +2 -0
  19. package/accordiontab/accordiontab.cjs.js +3 -0
  20. package/accordiontab/accordiontab.cjs.min.js +1 -1
  21. package/accordiontab/accordiontab.esm.js +2 -0
  22. package/accordiontab/accordiontab.esm.min.js +1 -1
  23. package/accordiontab/accordiontab.js +4 -2
  24. package/accordiontab/accordiontab.min.js +1 -1
  25. package/accordiontab/package.json +8 -8
  26. package/accordiontab/style/AccordionTabStyle.d.ts +3 -0
  27. package/accordiontab/style/accordiontabstyle.cjs.js +5 -0
  28. package/accordiontab/style/accordiontabstyle.cjs.min.js +1 -0
  29. package/accordiontab/style/accordiontabstyle.esm.js +3 -0
  30. package/accordiontab/style/accordiontabstyle.esm.min.js +1 -0
  31. package/accordiontab/style/accordiontabstyle.js +10 -0
  32. package/accordiontab/style/accordiontabstyle.min.js +1 -0
  33. package/accordiontab/style/package.json +6 -0
  34. package/animate/Animate.d.ts +87 -0
  35. package/animate/animate.cjs.js +71 -0
  36. package/animate/animate.cjs.min.js +1 -0
  37. package/animate/animate.esm.js +65 -0
  38. package/animate/animate.esm.min.js +1 -0
  39. package/animate/animate.js +72 -0
  40. package/animate/animate.min.js +1 -0
  41. package/animate/package.json +6 -0
  42. package/animate/style/AnimateStyle.d.ts +3 -0
  43. package/animate/style/animatestyle.cjs.js +5 -0
  44. package/animate/style/animatestyle.cjs.min.js +1 -0
  45. package/animate/style/animatestyle.esm.js +3 -0
  46. package/animate/style/animatestyle.esm.min.js +1 -0
  47. package/animate/style/animatestyle.js +10 -0
  48. package/animate/style/animatestyle.min.js +1 -0
  49. package/animate/style/package.json +6 -0
  50. package/api/api.cjs.js +18 -10
  51. package/api/api.cjs.min.js +1 -1
  52. package/api/api.esm.js +18 -10
  53. package/api/api.esm.min.js +1 -1
  54. package/api/api.js +18 -10
  55. package/api/api.min.js +1 -1
  56. package/autocomplete/BaseAutoComplete.vue +2 -154
  57. package/autocomplete/autocomplete.cjs.js +3 -72
  58. package/autocomplete/autocomplete.cjs.min.js +1 -1
  59. package/autocomplete/autocomplete.esm.js +3 -73
  60. package/autocomplete/autocomplete.esm.min.js +1 -1
  61. package/autocomplete/autocomplete.js +4 -73
  62. package/autocomplete/autocomplete.min.js +1 -1
  63. package/autocomplete/package.json +8 -8
  64. package/autocomplete/style/AutoCompleteStyle.d.ts +3 -0
  65. package/autocomplete/style/autocompletestyle.cjs.js +78 -0
  66. package/autocomplete/style/autocompletestyle.cjs.min.js +1 -0
  67. package/autocomplete/style/autocompletestyle.esm.js +72 -0
  68. package/autocomplete/style/autocompletestyle.esm.min.js +1 -0
  69. package/autocomplete/style/autocompletestyle.js +80 -0
  70. package/autocomplete/style/autocompletestyle.min.js +1 -0
  71. package/autocomplete/style/package.json +6 -0
  72. package/avatar/BaseAvatar.vue +2 -55
  73. package/avatar/avatar.cjs.js +3 -24
  74. package/avatar/avatar.cjs.min.js +1 -1
  75. package/avatar/avatar.esm.js +2 -24
  76. package/avatar/avatar.esm.min.js +1 -1
  77. package/avatar/avatar.js +4 -25
  78. package/avatar/avatar.min.js +1 -1
  79. package/avatar/package.json +8 -8
  80. package/avatar/style/AvatarStyle.d.ts +3 -0
  81. package/avatar/style/avatarstyle.cjs.js +29 -0
  82. package/avatar/style/avatarstyle.cjs.min.js +1 -0
  83. package/avatar/style/avatarstyle.esm.js +23 -0
  84. package/avatar/style/avatarstyle.esm.min.js +1 -0
  85. package/avatar/style/avatarstyle.js +32 -0
  86. package/avatar/style/avatarstyle.min.js +1 -0
  87. package/avatar/style/package.json +6 -0
  88. package/avatargroup/BaseAvatarGroup.vue +2 -24
  89. package/avatargroup/avatargroup.cjs.js +3 -14
  90. package/avatargroup/avatargroup.cjs.min.js +1 -1
  91. package/avatargroup/avatargroup.esm.js +2 -14
  92. package/avatargroup/avatargroup.esm.min.js +1 -1
  93. package/avatargroup/avatargroup.js +4 -15
  94. package/avatargroup/avatargroup.min.js +1 -1
  95. package/avatargroup/package.json +8 -8
  96. package/avatargroup/style/AvatarGroupStyle.d.ts +3 -0
  97. package/avatargroup/style/avatargroupstyle.cjs.js +19 -0
  98. package/avatargroup/style/avatargroupstyle.cjs.min.js +1 -0
  99. package/avatargroup/style/avatargroupstyle.esm.js +13 -0
  100. package/avatargroup/style/avatargroupstyle.esm.min.js +1 -0
  101. package/avatargroup/style/avatargroupstyle.js +22 -0
  102. package/avatargroup/style/avatargroupstyle.min.js +1 -0
  103. package/avatargroup/style/package.json +6 -0
  104. package/badge/BaseBadge.vue +2 -61
  105. package/badge/badge.cjs.js +3 -28
  106. package/badge/badge.cjs.min.js +1 -1
  107. package/badge/badge.esm.js +2 -28
  108. package/badge/badge.esm.min.js +1 -1
  109. package/badge/badge.js +4 -28
  110. package/badge/badge.min.js +1 -1
  111. package/badge/package.json +8 -8
  112. package/badge/style/BadgeStyle.d.ts +3 -0
  113. package/badge/style/badgestyle.cjs.js +33 -0
  114. package/badge/style/badgestyle.cjs.min.js +1 -0
  115. package/badge/style/badgestyle.esm.js +27 -0
  116. package/badge/style/badgestyle.esm.min.js +1 -0
  117. package/badge/style/badgestyle.js +35 -0
  118. package/badge/style/badgestyle.min.js +1 -0
  119. package/badge/style/package.json +6 -0
  120. package/badgedirective/badgedirective.cjs.js +11 -24
  121. package/badgedirective/badgedirective.cjs.min.js +1 -1
  122. package/badgedirective/badgedirective.esm.js +10 -24
  123. package/badgedirective/badgedirective.esm.min.js +1 -1
  124. package/badgedirective/badgedirective.js +12 -25
  125. package/badgedirective/badgedirective.min.js +1 -1
  126. package/badgedirective/package.json +5 -5
  127. package/badgedirective/style/BadgeDirectiveStyle.d.ts +3 -0
  128. package/badgedirective/style/badgedirectivestyle.cjs.js +19 -0
  129. package/badgedirective/style/badgedirectivestyle.cjs.min.js +1 -0
  130. package/badgedirective/style/badgedirectivestyle.esm.js +13 -0
  131. package/badgedirective/style/badgedirectivestyle.esm.min.js +1 -0
  132. package/badgedirective/style/badgedirectivestyle.js +22 -0
  133. package/badgedirective/style/badgedirectivestyle.min.js +1 -0
  134. package/badgedirective/style/package.json +6 -0
  135. package/base/base.cjs.js +2 -15
  136. package/base/base.cjs.min.js +1 -1
  137. package/base/base.esm.js +2 -12
  138. package/base/base.esm.min.js +1 -1
  139. package/base/base.js +5 -18
  140. package/base/base.min.js +1 -1
  141. package/base/style/BaseStyle.d.ts +10 -0
  142. package/base/style/basestyle.cjs.js +52 -0
  143. package/base/style/basestyle.cjs.min.js +1 -0
  144. package/base/style/basestyle.esm.js +50 -0
  145. package/base/style/basestyle.esm.min.js +1 -0
  146. package/base/style/basestyle.js +55 -0
  147. package/base/style/basestyle.min.js +1 -0
  148. package/base/style/package.json +6 -0
  149. package/basecomponent/BaseComponent.vue +11 -368
  150. package/basecomponent/basecomponent.cjs.js +37 -27
  151. package/basecomponent/basecomponent.cjs.min.js +1 -1
  152. package/basecomponent/basecomponent.esm.js +33 -27
  153. package/basecomponent/basecomponent.esm.min.js +1 -1
  154. package/basecomponent/basecomponent.js +37 -27
  155. package/basecomponent/basecomponent.min.js +1 -1
  156. package/basecomponent/package.json +8 -8
  157. package/basecomponent/style/BaseComponentStyle.d.ts +3 -0
  158. package/basecomponent/style/basecomponentstyle.cjs.js +32 -0
  159. package/basecomponent/style/basecomponentstyle.cjs.min.js +1 -0
  160. package/basecomponent/style/basecomponentstyle.esm.js +26 -0
  161. package/basecomponent/style/basecomponentstyle.esm.min.js +1 -0
  162. package/basecomponent/style/basecomponentstyle.js +34 -0
  163. package/basecomponent/style/basecomponentstyle.min.js +1 -0
  164. package/basecomponent/style/package.json +6 -0
  165. package/basedirective/basedirective.cjs.js +47 -34
  166. package/basedirective/basedirective.cjs.min.js +1 -1
  167. package/basedirective/basedirective.esm.js +43 -34
  168. package/basedirective/basedirective.esm.min.js +1 -1
  169. package/basedirective/basedirective.js +48 -35
  170. package/basedirective/basedirective.min.js +1 -1
  171. package/baseicon/BaseIcon.vue +2 -37
  172. package/baseicon/baseicon.cjs.js +6 -8
  173. package/baseicon/baseicon.cjs.min.js +1 -1
  174. package/baseicon/baseicon.esm.js +2 -8
  175. package/baseicon/baseicon.esm.min.js +1 -1
  176. package/baseicon/baseicon.js +7 -9
  177. package/baseicon/baseicon.min.js +1 -1
  178. package/baseicon/package.json +7 -7
  179. package/baseicon/style/BaseIconStyle.d.ts +3 -0
  180. package/baseicon/style/baseiconstyle.cjs.js +15 -0
  181. package/baseicon/style/baseiconstyle.cjs.min.js +1 -0
  182. package/baseicon/style/baseiconstyle.esm.js +9 -0
  183. package/baseicon/style/baseiconstyle.esm.min.js +1 -0
  184. package/baseicon/style/baseiconstyle.js +18 -0
  185. package/baseicon/style/baseiconstyle.min.js +1 -0
  186. package/baseicon/style/package.json +6 -0
  187. package/blockui/BaseBlockUI.vue +2 -27
  188. package/blockui/BlockUI.vue +2 -4
  189. package/blockui/blockui.cjs.js +5 -18
  190. package/blockui/blockui.cjs.min.js +1 -1
  191. package/blockui/blockui.esm.js +4 -18
  192. package/blockui/blockui.esm.min.js +1 -1
  193. package/blockui/blockui.js +6 -19
  194. package/blockui/blockui.min.js +1 -1
  195. package/blockui/package.json +8 -8
  196. package/blockui/style/BlockUIStyle.d.ts +3 -0
  197. package/blockui/style/blockuistyle.cjs.js +19 -0
  198. package/blockui/style/blockuistyle.cjs.min.js +1 -0
  199. package/blockui/style/blockuistyle.esm.js +13 -0
  200. package/blockui/style/blockuistyle.esm.min.js +1 -0
  201. package/blockui/style/blockuistyle.js +22 -0
  202. package/blockui/style/blockuistyle.min.js +1 -0
  203. package/blockui/style/package.json +6 -0
  204. package/breadcrumb/BaseBreadcrumb.vue +2 -60
  205. package/breadcrumb/breadcrumb.cjs.js +3 -34
  206. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  207. package/breadcrumb/breadcrumb.esm.js +2 -34
  208. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  209. package/breadcrumb/breadcrumb.js +4 -35
  210. package/breadcrumb/breadcrumb.min.js +1 -1
  211. package/breadcrumb/package.json +8 -9
  212. package/breadcrumb/style/BreadcrumbStyle.d.ts +3 -0
  213. package/breadcrumb/style/breadcrumbstyle.cjs.js +39 -0
  214. package/breadcrumb/style/breadcrumbstyle.cjs.min.js +1 -0
  215. package/breadcrumb/style/breadcrumbstyle.esm.js +33 -0
  216. package/breadcrumb/style/breadcrumbstyle.esm.min.js +1 -0
  217. package/breadcrumb/style/breadcrumbstyle.js +42 -0
  218. package/breadcrumb/style/breadcrumbstyle.min.js +1 -0
  219. package/breadcrumb/style/package.json +6 -0
  220. package/button/BaseButton.vue +2 -36
  221. package/button/button.cjs.js +3 -33
  222. package/button/button.cjs.min.js +1 -1
  223. package/button/button.esm.js +2 -33
  224. package/button/button.esm.min.js +1 -1
  225. package/button/button.js +4 -35
  226. package/button/button.min.js +1 -1
  227. package/button/package.json +8 -8
  228. package/button/style/ButtonStyle.d.ts +3 -0
  229. package/button/style/buttonstyle.cjs.js +44 -0
  230. package/button/style/buttonstyle.cjs.min.js +1 -0
  231. package/button/style/buttonstyle.esm.js +38 -0
  232. package/button/style/buttonstyle.esm.min.js +1 -0
  233. package/button/style/buttonstyle.js +47 -0
  234. package/button/style/buttonstyle.min.js +1 -0
  235. package/button/style/package.json +6 -0
  236. package/calendar/BaseCalendar.vue +2 -227
  237. package/calendar/Calendar.vue +15 -7
  238. package/calendar/calendar.cjs.js +63 -162
  239. package/calendar/calendar.cjs.min.js +1 -1
  240. package/calendar/calendar.esm.js +62 -162
  241. package/calendar/calendar.esm.min.js +1 -1
  242. package/calendar/calendar.js +64 -163
  243. package/calendar/calendar.min.js +1 -1
  244. package/calendar/package.json +8 -8
  245. package/calendar/style/CalendarStyle.d.ts +3 -0
  246. package/calendar/style/calendarstyle.cjs.js +118 -0
  247. package/calendar/style/calendarstyle.cjs.min.js +1 -0
  248. package/calendar/style/calendarstyle.esm.js +112 -0
  249. package/calendar/style/calendarstyle.esm.min.js +1 -0
  250. package/calendar/style/calendarstyle.js +121 -0
  251. package/calendar/style/calendarstyle.min.js +1 -0
  252. package/calendar/style/package.json +6 -0
  253. package/card/BaseCard.vue +2 -13
  254. package/card/card.cjs.js +3 -12
  255. package/card/card.cjs.min.js +1 -1
  256. package/card/card.esm.js +2 -12
  257. package/card/card.esm.min.js +1 -1
  258. package/card/card.js +4 -14
  259. package/card/card.min.js +1 -1
  260. package/card/package.json +8 -8
  261. package/card/style/CardStyle.d.ts +3 -0
  262. package/card/style/cardstyle.cjs.js +23 -0
  263. package/card/style/cardstyle.cjs.min.js +1 -0
  264. package/card/style/cardstyle.esm.js +17 -0
  265. package/card/style/cardstyle.esm.min.js +1 -0
  266. package/card/style/cardstyle.js +26 -0
  267. package/card/style/cardstyle.min.js +1 -0
  268. package/card/style/package.json +6 -0
  269. package/carousel/BaseCarousel.vue +2 -135
  270. package/carousel/Carousel.vue +3 -10
  271. package/carousel/carousel.cjs.js +5 -75
  272. package/carousel/carousel.cjs.min.js +1 -1
  273. package/carousel/carousel.esm.js +5 -76
  274. package/carousel/carousel.esm.min.js +1 -1
  275. package/carousel/carousel.js +6 -76
  276. package/carousel/carousel.min.js +1 -1
  277. package/carousel/package.json +8 -8
  278. package/carousel/style/CarouselStyle.d.ts +3 -0
  279. package/carousel/style/carouselstyle.cjs.js +74 -0
  280. package/carousel/style/carouselstyle.cjs.min.js +1 -0
  281. package/carousel/style/carouselstyle.esm.js +68 -0
  282. package/carousel/style/carouselstyle.esm.min.js +1 -0
  283. package/carousel/style/carouselstyle.js +77 -0
  284. package/carousel/style/carouselstyle.min.js +1 -0
  285. package/carousel/style/package.json +6 -0
  286. package/cascadeselect/BaseCascadeSelect.vue +2 -142
  287. package/cascadeselect/cascadeselect.cjs.js +3 -67
  288. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  289. package/cascadeselect/cascadeselect.esm.js +2 -67
  290. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  291. package/cascadeselect/cascadeselect.js +4 -68
  292. package/cascadeselect/cascadeselect.min.js +1 -1
  293. package/cascadeselect/package.json +8 -8
  294. package/cascadeselect/style/CascadeSelectStyle.d.ts +3 -0
  295. package/cascadeselect/style/cascadeselectstyle.cjs.js +72 -0
  296. package/cascadeselect/style/cascadeselectstyle.cjs.min.js +1 -0
  297. package/cascadeselect/style/cascadeselectstyle.esm.js +66 -0
  298. package/cascadeselect/style/cascadeselectstyle.esm.min.js +1 -0
  299. package/cascadeselect/style/cascadeselectstyle.js +75 -0
  300. package/cascadeselect/style/cascadeselectstyle.min.js +1 -0
  301. package/cascadeselect/style/package.json +6 -0
  302. package/chart/BaseChart.vue +2 -19
  303. package/chart/chart.cjs.js +3 -14
  304. package/chart/chart.cjs.min.js +1 -1
  305. package/chart/chart.esm.js +2 -14
  306. package/chart/chart.esm.min.js +1 -1
  307. package/chart/chart.js +4 -15
  308. package/chart/chart.min.js +1 -1
  309. package/chart/package.json +8 -8
  310. package/chart/style/ChartStyle.d.ts +3 -0
  311. package/chart/style/chartstyle.cjs.js +19 -0
  312. package/chart/style/chartstyle.cjs.min.js +1 -0
  313. package/chart/style/chartstyle.esm.js +13 -0
  314. package/chart/style/chartstyle.esm.min.js +1 -0
  315. package/chart/style/chartstyle.js +22 -0
  316. package/chart/style/chartstyle.min.js +1 -0
  317. package/chart/style/package.json +6 -0
  318. package/checkbox/BaseCheckbox.vue +2 -23
  319. package/checkbox/checkbox.cjs.js +3 -24
  320. package/checkbox/checkbox.cjs.min.js +1 -1
  321. package/checkbox/checkbox.esm.js +2 -24
  322. package/checkbox/checkbox.esm.min.js +1 -1
  323. package/checkbox/checkbox.js +4 -26
  324. package/checkbox/checkbox.min.js +1 -1
  325. package/checkbox/package.json +8 -8
  326. package/checkbox/style/CheckboxStyle.d.ts +3 -0
  327. package/checkbox/style/checkboxstyle.cjs.js +35 -0
  328. package/checkbox/style/checkboxstyle.cjs.min.js +1 -0
  329. package/checkbox/style/checkboxstyle.esm.js +29 -0
  330. package/checkbox/style/checkboxstyle.esm.min.js +1 -0
  331. package/checkbox/style/checkboxstyle.js +38 -0
  332. package/checkbox/style/checkboxstyle.min.js +1 -0
  333. package/checkbox/style/package.json +6 -0
  334. package/chip/BaseChip.vue +2 -45
  335. package/chip/chip.cjs.js +3 -22
  336. package/chip/chip.cjs.min.js +1 -1
  337. package/chip/chip.esm.js +2 -22
  338. package/chip/chip.esm.min.js +1 -1
  339. package/chip/chip.js +4 -23
  340. package/chip/chip.min.js +1 -1
  341. package/chip/package.json +8 -8
  342. package/chip/style/ChipStyle.d.ts +3 -0
  343. package/chip/style/chipstyle.cjs.js +27 -0
  344. package/chip/style/chipstyle.cjs.min.js +1 -0
  345. package/chip/style/chipstyle.esm.js +21 -0
  346. package/chip/style/chipstyle.esm.min.js +1 -0
  347. package/chip/style/chipstyle.js +30 -0
  348. package/chip/style/chipstyle.min.js +1 -0
  349. package/chip/style/package.json +6 -0
  350. package/chips/BaseChips.vue +2 -74
  351. package/chips/chips.cjs.js +3 -34
  352. package/chips/chips.cjs.min.js +1 -1
  353. package/chips/chips.esm.js +2 -34
  354. package/chips/chips.esm.min.js +1 -1
  355. package/chips/chips.js +4 -35
  356. package/chips/chips.min.js +1 -1
  357. package/chips/package.json +8 -8
  358. package/chips/style/ChipsStyle.d.ts +3 -0
  359. package/chips/style/chipsstyle.cjs.js +39 -0
  360. package/chips/style/chipsstyle.cjs.min.js +1 -0
  361. package/chips/style/chipsstyle.esm.js +33 -0
  362. package/chips/style/chipsstyle.esm.min.js +1 -0
  363. package/chips/style/chipsstyle.js +42 -0
  364. package/chips/style/chipsstyle.min.js +1 -0
  365. package/chips/style/package.json +6 -0
  366. package/colorpicker/BaseColorPicker.vue +2 -39
  367. package/colorpicker/colorpicker.cjs.js +3 -41
  368. package/colorpicker/colorpicker.cjs.min.js +1 -1
  369. package/colorpicker/colorpicker.esm.js +2 -41
  370. package/colorpicker/colorpicker.esm.min.js +1 -1
  371. package/colorpicker/colorpicker.js +4 -42
  372. package/colorpicker/colorpicker.min.js +1 -1
  373. package/colorpicker/package.json +8 -8
  374. package/colorpicker/style/ColorPickerStyle.d.ts +3 -0
  375. package/colorpicker/style/colorpickerstyle.cjs.js +46 -0
  376. package/colorpicker/style/colorpickerstyle.cjs.min.js +1 -0
  377. package/colorpicker/style/colorpickerstyle.esm.js +40 -0
  378. package/colorpicker/style/colorpickerstyle.esm.min.js +1 -0
  379. package/colorpicker/style/colorpickerstyle.js +49 -0
  380. package/colorpicker/style/colorpickerstyle.min.js +1 -0
  381. package/colorpicker/style/package.json +6 -0
  382. package/column/BaseColumn.vue +2 -0
  383. package/column/Column.d.ts +8 -6
  384. package/column/column.cjs.js +3 -0
  385. package/column/column.cjs.min.js +1 -1
  386. package/column/column.esm.js +2 -0
  387. package/column/column.esm.min.js +1 -1
  388. package/column/column.js +4 -2
  389. package/column/column.min.js +1 -1
  390. package/column/package.json +8 -8
  391. package/column/style/ColumnStyle.d.ts +3 -0
  392. package/column/style/columnstyle.cjs.js +5 -0
  393. package/column/style/columnstyle.cjs.min.js +1 -0
  394. package/column/style/columnstyle.esm.js +3 -0
  395. package/column/style/columnstyle.esm.min.js +1 -0
  396. package/column/style/columnstyle.js +10 -0
  397. package/column/style/columnstyle.min.js +1 -0
  398. package/column/style/package.json +6 -0
  399. package/columngroup/BaseColumnGroup.vue +2 -0
  400. package/columngroup/columngroup.cjs.js +3 -0
  401. package/columngroup/columngroup.cjs.min.js +1 -1
  402. package/columngroup/columngroup.esm.js +2 -0
  403. package/columngroup/columngroup.esm.min.js +1 -1
  404. package/columngroup/columngroup.js +4 -2
  405. package/columngroup/columngroup.min.js +1 -1
  406. package/columngroup/package.json +8 -8
  407. package/columngroup/style/ColumnGroupStyle.d.ts +3 -0
  408. package/columngroup/style/columngroupstyle.cjs.js +5 -0
  409. package/columngroup/style/columngroupstyle.cjs.min.js +1 -0
  410. package/columngroup/style/columngroupstyle.esm.js +3 -0
  411. package/columngroup/style/columngroupstyle.esm.min.js +1 -0
  412. package/columngroup/style/columngroupstyle.js +10 -0
  413. package/columngroup/style/columngroupstyle.min.js +1 -0
  414. package/columngroup/style/package.json +6 -0
  415. package/config/PrimeVue.d.ts +4 -0
  416. package/config/config.cjs.js +15 -13
  417. package/config/config.cjs.min.js +1 -1
  418. package/config/config.esm.js +15 -13
  419. package/config/config.esm.min.js +1 -1
  420. package/config/config.js +15 -13
  421. package/config/config.min.js +1 -1
  422. package/config/package.json +5 -5
  423. package/confirmationeventbus/package.json +1 -1
  424. package/confirmationservice/package.json +5 -5
  425. package/confirmdialog/BaseConfirmDialog.vue +2 -11
  426. package/confirmdialog/confirmdialog.cjs.js +3 -16
  427. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  428. package/confirmdialog/confirmdialog.esm.js +2 -16
  429. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  430. package/confirmdialog/confirmdialog.js +4 -18
  431. package/confirmdialog/confirmdialog.min.js +1 -1
  432. package/confirmdialog/package.json +8 -8
  433. package/confirmdialog/style/ConfirmDialogStyle.d.ts +3 -0
  434. package/confirmdialog/style/confirmdialogstyle.cjs.js +27 -0
  435. package/confirmdialog/style/confirmdialogstyle.cjs.min.js +1 -0
  436. package/confirmdialog/style/confirmdialogstyle.esm.js +21 -0
  437. package/confirmdialog/style/confirmdialogstyle.esm.min.js +1 -0
  438. package/confirmdialog/style/confirmdialogstyle.js +30 -0
  439. package/confirmdialog/style/confirmdialogstyle.min.js +1 -0
  440. package/confirmdialog/style/package.json +6 -0
  441. package/confirmpopup/BaseConfirmPopup.vue +2 -97
  442. package/confirmpopup/confirmpopup.cjs.js +3 -32
  443. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  444. package/confirmpopup/confirmpopup.esm.js +2 -32
  445. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  446. package/confirmpopup/confirmpopup.js +4 -33
  447. package/confirmpopup/confirmpopup.min.js +1 -1
  448. package/confirmpopup/package.json +8 -8
  449. package/confirmpopup/style/ConfirmPopupStyle.d.ts +3 -0
  450. package/confirmpopup/style/confirmpopupstyle.cjs.js +37 -0
  451. package/confirmpopup/style/confirmpopupstyle.cjs.min.js +1 -0
  452. package/confirmpopup/style/confirmpopupstyle.esm.js +31 -0
  453. package/confirmpopup/style/confirmpopupstyle.esm.min.js +1 -0
  454. package/confirmpopup/style/confirmpopupstyle.js +40 -0
  455. package/confirmpopup/style/confirmpopupstyle.min.js +1 -0
  456. package/confirmpopup/style/package.json +6 -0
  457. package/contextmenu/BaseContextMenu.vue +2 -84
  458. package/contextmenu/ContextMenu.d.ts +5 -0
  459. package/contextmenu/ContextMenu.vue +1 -5
  460. package/contextmenu/ContextMenuSub.vue +1 -0
  461. package/contextmenu/contextmenu.cjs.js +5 -50
  462. package/contextmenu/contextmenu.cjs.min.js +1 -1
  463. package/contextmenu/contextmenu.esm.js +4 -50
  464. package/contextmenu/contextmenu.esm.min.js +1 -1
  465. package/contextmenu/contextmenu.js +6 -51
  466. package/contextmenu/contextmenu.min.js +1 -1
  467. package/contextmenu/package.json +8 -8
  468. package/contextmenu/style/ContextMenuStyle.d.ts +3 -0
  469. package/contextmenu/style/contextmenustyle.cjs.js +50 -0
  470. package/contextmenu/style/contextmenustyle.cjs.min.js +1 -0
  471. package/contextmenu/style/contextmenustyle.esm.js +44 -0
  472. package/contextmenu/style/contextmenustyle.esm.min.js +1 -0
  473. package/contextmenu/style/contextmenustyle.js +53 -0
  474. package/contextmenu/style/contextmenustyle.min.js +1 -0
  475. package/contextmenu/style/package.json +6 -0
  476. package/core/core.js +5224 -1163
  477. package/core/core.min.js +223 -25
  478. package/datatable/BaseDataTable.vue +6 -473
  479. package/datatable/DataTable.d.ts +5 -0
  480. package/datatable/DataTable.vue +12 -27
  481. package/datatable/HeaderCell.vue +1 -5
  482. package/datatable/TableHeader.vue +0 -6
  483. package/datatable/datatable.cjs.js +23 -287
  484. package/datatable/datatable.cjs.min.js +1 -1
  485. package/datatable/datatable.esm.js +22 -287
  486. package/datatable/datatable.esm.min.js +1 -1
  487. package/datatable/datatable.js +24 -288
  488. package/datatable/datatable.min.js +1 -1
  489. package/datatable/package.json +8 -8
  490. package/datatable/style/DataTableStyle.d.ts +3 -0
  491. package/datatable/style/datatablestyle.cjs.js +255 -0
  492. package/datatable/style/datatablestyle.cjs.min.js +1 -0
  493. package/datatable/style/datatablestyle.esm.js +249 -0
  494. package/datatable/style/datatablestyle.esm.min.js +1 -0
  495. package/datatable/style/datatablestyle.js +258 -0
  496. package/datatable/style/datatablestyle.min.js +1 -0
  497. package/datatable/style/package.json +6 -0
  498. package/dataview/BaseDataView.vue +2 -20
  499. package/dataview/DataView.vue +2 -9
  500. package/dataview/dataview.cjs.js +5 -28
  501. package/dataview/dataview.cjs.min.js +1 -1
  502. package/dataview/dataview.esm.js +4 -28
  503. package/dataview/dataview.esm.min.js +1 -1
  504. package/dataview/dataview.js +6 -30
  505. package/dataview/dataview.min.js +1 -1
  506. package/dataview/package.json +8 -8
  507. package/dataview/style/DataViewStyle.d.ts +3 -0
  508. package/dataview/style/dataviewstyle.cjs.js +33 -0
  509. package/dataview/style/dataviewstyle.cjs.min.js +1 -0
  510. package/dataview/style/dataviewstyle.esm.js +27 -0
  511. package/dataview/style/dataviewstyle.esm.min.js +1 -0
  512. package/dataview/style/dataviewstyle.js +36 -0
  513. package/dataview/style/dataviewstyle.min.js +1 -0
  514. package/dataview/style/package.json +6 -0
  515. package/dataviewlayoutoptions/BaseDataViewLayoutOptions.vue +2 -19
  516. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.js +3 -18
  517. package/dataviewlayoutoptions/dataviewlayoutoptions.cjs.min.js +1 -1
  518. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.js +2 -18
  519. package/dataviewlayoutoptions/dataviewlayoutoptions.esm.min.js +1 -1
  520. package/dataviewlayoutoptions/dataviewlayoutoptions.js +4 -20
  521. package/dataviewlayoutoptions/dataviewlayoutoptions.min.js +1 -1
  522. package/dataviewlayoutoptions/package.json +8 -8
  523. package/dataviewlayoutoptions/style/DataViewLayoutOptionsStyle.d.ts +3 -0
  524. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.js +29 -0
  525. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.cjs.min.js +1 -0
  526. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.js +23 -0
  527. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.esm.min.js +1 -0
  528. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.js +32 -0
  529. package/dataviewlayoutoptions/style/dataviewlayoutoptionsstyle.min.js +1 -0
  530. package/dataviewlayoutoptions/style/package.json +6 -0
  531. package/deferredcontent/DeferredContent.vue +2 -0
  532. package/deferredcontent/deferredcontent.cjs.js +3 -0
  533. package/deferredcontent/deferredcontent.cjs.min.js +1 -1
  534. package/deferredcontent/deferredcontent.esm.js +2 -0
  535. package/deferredcontent/deferredcontent.esm.min.js +1 -1
  536. package/deferredcontent/deferredcontent.js +4 -2
  537. package/deferredcontent/deferredcontent.min.js +1 -1
  538. package/deferredcontent/package.json +8 -8
  539. package/deferredcontent/style/DeferredContentStyle.d.ts +3 -0
  540. package/deferredcontent/style/deferredcontentstyle.cjs.js +5 -0
  541. package/deferredcontent/style/deferredcontentstyle.cjs.min.js +1 -0
  542. package/deferredcontent/style/deferredcontentstyle.esm.js +3 -0
  543. package/deferredcontent/style/deferredcontentstyle.esm.min.js +1 -0
  544. package/deferredcontent/style/deferredcontentstyle.js +10 -0
  545. package/deferredcontent/style/deferredcontentstyle.min.js +1 -0
  546. package/deferredcontent/style/package.json +6 -0
  547. package/dialog/BaseDialog.vue +2 -197
  548. package/dialog/Dialog.vue +3 -11
  549. package/dialog/dialog.cjs.js +6 -78
  550. package/dialog/dialog.cjs.min.js +1 -1
  551. package/dialog/dialog.esm.js +5 -78
  552. package/dialog/dialog.esm.min.js +1 -1
  553. package/dialog/dialog.js +7 -79
  554. package/dialog/dialog.min.js +1 -1
  555. package/dialog/package.json +8 -8
  556. package/dialog/style/DialogStyle.d.ts +3 -0
  557. package/dialog/style/dialogstyle.cjs.js +72 -0
  558. package/dialog/style/dialogstyle.cjs.min.js +1 -0
  559. package/dialog/style/dialogstyle.esm.js +66 -0
  560. package/dialog/style/dialogstyle.esm.min.js +1 -0
  561. package/dialog/style/dialogstyle.js +75 -0
  562. package/dialog/style/dialogstyle.min.js +1 -0
  563. package/dialog/style/package.json +6 -0
  564. package/divider/BaseDivider.vue +2 -96
  565. package/divider/divider.cjs.js +3 -42
  566. package/divider/divider.cjs.min.js +1 -1
  567. package/divider/divider.esm.js +2 -42
  568. package/divider/divider.esm.min.js +1 -1
  569. package/divider/divider.js +4 -43
  570. package/divider/divider.min.js +1 -1
  571. package/divider/package.json +8 -8
  572. package/divider/style/DividerStyle.d.ts +3 -0
  573. package/divider/style/dividerstyle.cjs.js +47 -0
  574. package/divider/style/dividerstyle.cjs.min.js +1 -0
  575. package/divider/style/dividerstyle.esm.js +41 -0
  576. package/divider/style/dividerstyle.esm.min.js +1 -0
  577. package/divider/style/dividerstyle.js +50 -0
  578. package/divider/style/dividerstyle.min.js +1 -0
  579. package/divider/style/package.json +6 -0
  580. package/dock/BaseDock.vue +2 -144
  581. package/dock/dock.cjs.js +3 -45
  582. package/dock/dock.cjs.min.js +1 -1
  583. package/dock/dock.esm.js +2 -45
  584. package/dock/dock.esm.min.js +1 -1
  585. package/dock/dock.js +4 -46
  586. package/dock/dock.min.js +1 -1
  587. package/dock/package.json +2 -2
  588. package/dock/style/DockStyle.d.ts +3 -0
  589. package/dock/style/dockstyle.cjs.js +50 -0
  590. package/dock/style/dockstyle.cjs.min.js +1 -0
  591. package/dock/style/dockstyle.esm.js +44 -0
  592. package/dock/style/dockstyle.esm.min.js +1 -0
  593. package/dock/style/dockstyle.js +53 -0
  594. package/dock/style/dockstyle.min.js +1 -0
  595. package/dock/style/package.json +6 -0
  596. package/dropdown/BaseDropdown.vue +2 -152
  597. package/dropdown/dropdown.cjs.js +3 -64
  598. package/dropdown/dropdown.cjs.min.js +1 -1
  599. package/dropdown/dropdown.esm.js +2 -64
  600. package/dropdown/dropdown.esm.min.js +1 -1
  601. package/dropdown/dropdown.js +4 -65
  602. package/dropdown/dropdown.min.js +1 -1
  603. package/dropdown/package.json +8 -8
  604. package/dropdown/style/DropdownStyle.d.ts +3 -0
  605. package/dropdown/style/dropdownstyle.cjs.js +69 -0
  606. package/dropdown/style/dropdownstyle.cjs.min.js +1 -0
  607. package/dropdown/style/dropdownstyle.esm.js +63 -0
  608. package/dropdown/style/dropdownstyle.esm.min.js +1 -0
  609. package/dropdown/style/dropdownstyle.js +72 -0
  610. package/dropdown/style/dropdownstyle.min.js +1 -0
  611. package/dropdown/style/package.json +6 -0
  612. package/dynamicdialog/BaseDynamicDialog.vue +16 -0
  613. package/dynamicdialog/DynamicDialog.vue +2 -2
  614. package/dynamicdialog/dynamicdialog.cjs.js +17 -3
  615. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  616. package/dynamicdialog/dynamicdialog.esm.js +15 -2
  617. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  618. package/dynamicdialog/dynamicdialog.js +17 -4
  619. package/dynamicdialog/dynamicdialog.min.js +1 -1
  620. package/dynamicdialog/style/AccordionStyle.d.ts +3 -0
  621. package/dynamicdialog/style/dynamicdialogstyle.cjs.js +5 -0
  622. package/dynamicdialog/style/dynamicdialogstyle.cjs.min.js +1 -0
  623. package/dynamicdialog/style/dynamicdialogstyle.esm.js +3 -0
  624. package/dynamicdialog/style/dynamicdialogstyle.esm.min.js +1 -0
  625. package/dynamicdialog/style/dynamicdialogstyle.js +10 -0
  626. package/dynamicdialog/style/dynamicdialogstyle.min.js +1 -0
  627. package/dynamicdialog/style/package.json +6 -0
  628. package/editor/BaseEditor.vue +3 -961
  629. package/editor/editor.cjs.js +7 -16
  630. package/editor/editor.cjs.min.js +1 -1
  631. package/editor/editor.esm.js +6 -16
  632. package/editor/editor.esm.min.js +1 -1
  633. package/editor/editor.js +8 -17
  634. package/editor/editor.min.js +1 -1
  635. package/editor/package.json +8 -8
  636. package/editor/style/EditorStyle.d.ts +3 -0
  637. package/editor/style/editorstyle.cjs.js +21 -0
  638. package/editor/style/editorstyle.cjs.min.js +1 -0
  639. package/editor/style/editorstyle.esm.js +15 -0
  640. package/editor/style/editorstyle.esm.min.js +1 -0
  641. package/editor/style/editorstyle.js +24 -0
  642. package/editor/style/editorstyle.min.js +1 -0
  643. package/editor/style/package.json +6 -0
  644. package/fieldset/BaseFieldset.vue +2 -45
  645. package/fieldset/fieldset.cjs.js +3 -27
  646. package/fieldset/fieldset.cjs.min.js +1 -1
  647. package/fieldset/fieldset.esm.js +2 -27
  648. package/fieldset/fieldset.esm.min.js +1 -1
  649. package/fieldset/fieldset.js +4 -28
  650. package/fieldset/fieldset.min.js +1 -1
  651. package/fieldset/package.json +8 -8
  652. package/fieldset/style/FieldsetStyle.d.ts +3 -0
  653. package/fieldset/style/fieldsetstyle.cjs.js +29 -0
  654. package/fieldset/style/fieldsetstyle.cjs.min.js +1 -0
  655. package/fieldset/style/fieldsetstyle.esm.js +23 -0
  656. package/fieldset/style/fieldsetstyle.esm.min.js +1 -0
  657. package/fieldset/style/fieldsetstyle.js +32 -0
  658. package/fieldset/style/fieldsetstyle.min.js +1 -0
  659. package/fieldset/style/package.json +6 -0
  660. package/fileupload/BaseFileUpload.vue +2 -82
  661. package/fileupload/FileUpload.vue +2 -2
  662. package/fileupload/fileupload.cjs.js +6 -43
  663. package/fileupload/fileupload.cjs.min.js +1 -1
  664. package/fileupload/fileupload.esm.js +5 -43
  665. package/fileupload/fileupload.esm.min.js +1 -1
  666. package/fileupload/fileupload.js +7 -44
  667. package/fileupload/fileupload.min.js +1 -1
  668. package/fileupload/package.json +8 -8
  669. package/fileupload/style/FileUploadStyle.d.ts +3 -0
  670. package/fileupload/style/fileuploadstyle.cjs.js +46 -0
  671. package/fileupload/style/fileuploadstyle.cjs.min.js +1 -0
  672. package/fileupload/style/fileuploadstyle.esm.js +40 -0
  673. package/fileupload/style/fileuploadstyle.esm.min.js +1 -0
  674. package/fileupload/style/fileuploadstyle.js +49 -0
  675. package/fileupload/style/fileuploadstyle.min.js +1 -0
  676. package/fileupload/style/package.json +6 -0
  677. package/focustrap/focustrap.cjs.js +5 -1
  678. package/focustrap/focustrap.cjs.min.js +1 -1
  679. package/focustrap/focustrap.esm.js +4 -1
  680. package/focustrap/focustrap.esm.min.js +1 -1
  681. package/focustrap/focustrap.js +6 -3
  682. package/focustrap/focustrap.min.js +1 -1
  683. package/focustrap/package.json +1 -1
  684. package/focustrap/style/FocusTrapStyle.d.ts +3 -0
  685. package/focustrap/style/focustrapstyle.cjs.js +5 -0
  686. package/focustrap/style/focustrapstyle.cjs.min.js +1 -0
  687. package/focustrap/style/focustrapstyle.esm.js +3 -0
  688. package/focustrap/style/focustrapstyle.esm.min.js +1 -0
  689. package/focustrap/style/focustrapstyle.js +10 -0
  690. package/focustrap/style/focustrapstyle.min.js +1 -0
  691. package/focustrap/style/package.json +6 -0
  692. package/galleria/BaseGalleria.vue +2 -378
  693. package/galleria/Galleria.vue +3 -6
  694. package/galleria/GalleriaThumbnails.vue +3 -10
  695. package/galleria/galleria.cjs.js +8 -104
  696. package/galleria/galleria.cjs.min.js +1 -1
  697. package/galleria/galleria.esm.js +8 -105
  698. package/galleria/galleria.esm.min.js +1 -1
  699. package/galleria/galleria.js +9 -105
  700. package/galleria/galleria.min.js +1 -1
  701. package/galleria/package.json +8 -8
  702. package/galleria/style/GalleriaStyle.d.ts +3 -0
  703. package/galleria/style/galleriastyle.cjs.js +97 -0
  704. package/galleria/style/galleriastyle.cjs.min.js +1 -0
  705. package/galleria/style/galleriastyle.esm.js +91 -0
  706. package/galleria/style/galleriastyle.esm.min.js +1 -0
  707. package/galleria/style/galleriastyle.js +100 -0
  708. package/galleria/style/galleriastyle.min.js +1 -0
  709. package/galleria/style/package.json +6 -0
  710. package/icons/angledoubledown/package.json +2 -2
  711. package/icons/angledoubleleft/package.json +2 -2
  712. package/icons/angledoubleright/package.json +2 -2
  713. package/icons/angledoubleup/package.json +2 -2
  714. package/icons/angledown/package.json +2 -2
  715. package/icons/angleleft/package.json +2 -2
  716. package/icons/angleright/package.json +2 -2
  717. package/icons/angleup/package.json +2 -2
  718. package/icons/arrowdown/package.json +2 -2
  719. package/icons/arrowup/package.json +2 -2
  720. package/icons/ban/package.json +2 -2
  721. package/icons/bars/package.json +2 -2
  722. package/icons/calendar/package.json +2 -2
  723. package/icons/check/package.json +2 -2
  724. package/icons/chevrondown/package.json +2 -2
  725. package/icons/chevronleft/package.json +2 -2
  726. package/icons/chevronright/package.json +2 -2
  727. package/icons/chevronup/package.json +2 -2
  728. package/icons/exclamationtriangle/package.json +2 -2
  729. package/icons/eye/package.json +2 -2
  730. package/icons/eyeslash/package.json +2 -2
  731. package/icons/filter/package.json +2 -2
  732. package/icons/filterslash/package.json +2 -2
  733. package/icons/infocircle/package.json +2 -2
  734. package/icons/minus/package.json +2 -2
  735. package/icons/pencil/package.json +2 -2
  736. package/icons/plus/package.json +2 -2
  737. package/icons/refresh/package.json +2 -2
  738. package/icons/search/package.json +2 -2
  739. package/icons/searchminus/package.json +2 -2
  740. package/icons/searchplus/package.json +2 -2
  741. package/icons/sortalt/package.json +2 -2
  742. package/icons/sortamountdown/package.json +2 -2
  743. package/icons/sortamountupalt/package.json +2 -2
  744. package/icons/spinner/package.json +2 -2
  745. package/icons/star/package.json +2 -2
  746. package/icons/starfill/package.json +2 -2
  747. package/icons/thlarge/package.json +2 -2
  748. package/icons/times/package.json +2 -2
  749. package/icons/timescircle/package.json +2 -2
  750. package/icons/trash/package.json +2 -2
  751. package/icons/undo/package.json +2 -2
  752. package/icons/upload/package.json +2 -2
  753. package/icons/windowmaximize/package.json +8 -8
  754. package/icons/windowminimize/package.json +2 -2
  755. package/image/BaseImage.vue +2 -104
  756. package/image/Image.vue +4 -7
  757. package/image/image.cjs.js +7 -49
  758. package/image/image.cjs.min.js +1 -1
  759. package/image/image.esm.js +6 -49
  760. package/image/image.esm.min.js +1 -1
  761. package/image/image.js +8 -50
  762. package/image/image.min.js +1 -1
  763. package/image/package.json +2 -2
  764. package/image/style/ImageStyle.d.ts +3 -0
  765. package/image/style/imagestyle.cjs.js +48 -0
  766. package/image/style/imagestyle.cjs.min.js +1 -0
  767. package/image/style/imagestyle.esm.js +42 -0
  768. package/image/style/imagestyle.esm.min.js +1 -0
  769. package/image/style/imagestyle.js +51 -0
  770. package/image/style/imagestyle.min.js +1 -0
  771. package/image/style/package.json +6 -0
  772. package/inlinemessage/BaseInlineMessage.vue +2 -33
  773. package/inlinemessage/inlinemessage.cjs.js +3 -25
  774. package/inlinemessage/inlinemessage.cjs.min.js +1 -1
  775. package/inlinemessage/inlinemessage.esm.js +2 -25
  776. package/inlinemessage/inlinemessage.esm.min.js +1 -1
  777. package/inlinemessage/inlinemessage.js +4 -26
  778. package/inlinemessage/inlinemessage.min.js +1 -1
  779. package/inlinemessage/package.json +8 -8
  780. package/inlinemessage/style/InlineMessageStyle.d.ts +3 -0
  781. package/inlinemessage/style/inlinemessagestyle.cjs.js +30 -0
  782. package/inlinemessage/style/inlinemessagestyle.cjs.min.js +1 -0
  783. package/inlinemessage/style/inlinemessagestyle.esm.js +24 -0
  784. package/inlinemessage/style/inlinemessagestyle.esm.min.js +1 -0
  785. package/inlinemessage/style/inlinemessagestyle.js +33 -0
  786. package/inlinemessage/style/inlinemessagestyle.min.js +1 -0
  787. package/inlinemessage/style/package.json +6 -0
  788. package/inplace/BaseInplace.vue +2 -35
  789. package/inplace/inplace.cjs.js +3 -26
  790. package/inplace/inplace.cjs.min.js +1 -1
  791. package/inplace/inplace.esm.js +2 -26
  792. package/inplace/inplace.esm.min.js +1 -1
  793. package/inplace/inplace.js +4 -27
  794. package/inplace/inplace.min.js +1 -1
  795. package/inplace/package.json +8 -8
  796. package/inplace/style/InplaceStyle.d.ts +3 -0
  797. package/inplace/style/inplacestyle.cjs.js +31 -0
  798. package/inplace/style/inplacestyle.cjs.min.js +1 -0
  799. package/inplace/style/inplacestyle.esm.js +25 -0
  800. package/inplace/style/inplacestyle.esm.min.js +1 -0
  801. package/inplace/style/inplacestyle.js +34 -0
  802. package/inplace/style/inplacestyle.min.js +1 -0
  803. package/inplace/style/package.json +6 -0
  804. package/inputmask/BaseInputMask.vue +2 -12
  805. package/inputmask/inputmask.cjs.js +3 -11
  806. package/inputmask/inputmask.cjs.min.js +1 -1
  807. package/inputmask/inputmask.esm.js +2 -11
  808. package/inputmask/inputmask.esm.min.js +1 -1
  809. package/inputmask/inputmask.js +4 -13
  810. package/inputmask/inputmask.min.js +1 -1
  811. package/inputmask/package.json +8 -8
  812. package/inputmask/style/InputMaskStyle.d.ts +3 -0
  813. package/inputmask/style/inputmaskstyle.cjs.js +22 -0
  814. package/inputmask/style/inputmaskstyle.cjs.min.js +1 -0
  815. package/inputmask/style/inputmaskstyle.esm.js +16 -0
  816. package/inputmask/style/inputmaskstyle.esm.min.js +1 -0
  817. package/inputmask/style/inputmaskstyle.js +25 -0
  818. package/inputmask/style/inputmaskstyle.min.js +1 -0
  819. package/inputmask/style/package.json +6 -0
  820. package/inputnumber/BaseInputNumber.vue +2 -139
  821. package/inputnumber/inputnumber.cjs.js +3 -40
  822. package/inputnumber/inputnumber.cjs.min.js +1 -1
  823. package/inputnumber/inputnumber.esm.js +2 -40
  824. package/inputnumber/inputnumber.esm.min.js +1 -1
  825. package/inputnumber/inputnumber.js +4 -41
  826. package/inputnumber/inputnumber.min.js +1 -1
  827. package/inputnumber/package.json +8 -8
  828. package/inputnumber/style/InputNumberStyle.d.ts +3 -0
  829. package/inputnumber/style/inputnumberstyle.cjs.js +45 -0
  830. package/inputnumber/style/inputnumberstyle.cjs.min.js +1 -0
  831. package/inputnumber/style/inputnumberstyle.esm.js +39 -0
  832. package/inputnumber/style/inputnumberstyle.esm.min.js +1 -0
  833. package/inputnumber/style/inputnumberstyle.js +48 -0
  834. package/inputnumber/style/inputnumberstyle.min.js +1 -0
  835. package/inputnumber/style/package.json +6 -0
  836. package/inputswitch/BaseInputSwitch.vue +2 -48
  837. package/inputswitch/InputSwitch.d.ts +5 -0
  838. package/inputswitch/inputswitch.cjs.js +3 -29
  839. package/inputswitch/inputswitch.cjs.min.js +1 -1
  840. package/inputswitch/inputswitch.esm.js +2 -29
  841. package/inputswitch/inputswitch.esm.min.js +1 -1
  842. package/inputswitch/inputswitch.js +4 -30
  843. package/inputswitch/inputswitch.min.js +1 -1
  844. package/inputswitch/package.json +8 -8
  845. package/inputswitch/style/InputSwitchStyle.d.ts +3 -0
  846. package/inputswitch/style/inputswitchstyle.cjs.js +34 -0
  847. package/inputswitch/style/inputswitchstyle.cjs.min.js +1 -0
  848. package/inputswitch/style/inputswitchstyle.esm.js +28 -0
  849. package/inputswitch/style/inputswitchstyle.esm.min.js +1 -0
  850. package/inputswitch/style/inputswitchstyle.js +37 -0
  851. package/inputswitch/style/inputswitchstyle.min.js +1 -0
  852. package/inputswitch/style/package.json +6 -0
  853. package/inputtext/BaseInputText.vue +2 -14
  854. package/inputtext/inputtext.cjs.js +3 -14
  855. package/inputtext/inputtext.cjs.min.js +1 -1
  856. package/inputtext/inputtext.esm.js +2 -14
  857. package/inputtext/inputtext.esm.min.js +1 -1
  858. package/inputtext/inputtext.js +4 -16
  859. package/inputtext/inputtext.min.js +1 -1
  860. package/inputtext/package.json +8 -8
  861. package/inputtext/style/InputTextStyle.d.ts +3 -0
  862. package/inputtext/style/inputtextstyle.cjs.js +25 -0
  863. package/inputtext/style/inputtextstyle.cjs.min.js +1 -0
  864. package/inputtext/style/inputtextstyle.esm.js +19 -0
  865. package/inputtext/style/inputtextstyle.esm.min.js +1 -0
  866. package/inputtext/style/inputtextstyle.js +28 -0
  867. package/inputtext/style/inputtextstyle.min.js +1 -0
  868. package/inputtext/style/package.json +6 -0
  869. package/knob/BaseKnob.vue +2 -37
  870. package/knob/knob.cjs.js +3 -22
  871. package/knob/knob.cjs.min.js +1 -1
  872. package/knob/knob.esm.js +2 -22
  873. package/knob/knob.esm.min.js +1 -1
  874. package/knob/knob.js +4 -23
  875. package/knob/knob.min.js +1 -1
  876. package/knob/package.json +8 -8
  877. package/knob/style/KnobStyle.d.ts +3 -0
  878. package/knob/style/knobstyle.cjs.js +27 -0
  879. package/knob/style/knobstyle.cjs.min.js +1 -0
  880. package/knob/style/knobstyle.esm.js +21 -0
  881. package/knob/style/knobstyle.esm.min.js +1 -0
  882. package/knob/style/knobstyle.js +30 -0
  883. package/knob/style/knobstyle.min.js +1 -0
  884. package/knob/style/package.json +6 -0
  885. package/listbox/BaseListbox.vue +2 -71
  886. package/listbox/listbox.cjs.js +3 -40
  887. package/listbox/listbox.cjs.min.js +1 -1
  888. package/listbox/listbox.esm.js +2 -40
  889. package/listbox/listbox.esm.min.js +1 -1
  890. package/listbox/listbox.js +4 -41
  891. package/listbox/listbox.min.js +1 -1
  892. package/listbox/package.json +8 -8
  893. package/listbox/style/ListboxStyle.d.ts +3 -0
  894. package/listbox/style/listboxstyle.cjs.js +45 -0
  895. package/listbox/style/listboxstyle.cjs.min.js +1 -0
  896. package/listbox/style/listboxstyle.esm.js +39 -0
  897. package/listbox/style/listboxstyle.esm.min.js +1 -0
  898. package/listbox/style/listboxstyle.js +48 -0
  899. package/listbox/style/listboxstyle.min.js +1 -0
  900. package/listbox/style/package.json +6 -0
  901. package/megamenu/BaseMegaMenu.vue +2 -197
  902. package/megamenu/MegaMenu.d.ts +5 -0
  903. package/megamenu/MegaMenuSub.vue +2 -1
  904. package/megamenu/megamenu.cjs.js +5 -91
  905. package/megamenu/megamenu.cjs.min.js +1 -1
  906. package/megamenu/megamenu.esm.js +4 -91
  907. package/megamenu/megamenu.esm.min.js +1 -1
  908. package/megamenu/megamenu.js +6 -92
  909. package/megamenu/megamenu.min.js +1 -1
  910. package/megamenu/package.json +8 -8
  911. package/megamenu/style/MegaMenuStyle.d.ts +3 -0
  912. package/megamenu/style/megamenustyle.cjs.js +95 -0
  913. package/megamenu/style/megamenustyle.cjs.min.js +1 -0
  914. package/megamenu/style/megamenustyle.esm.js +89 -0
  915. package/megamenu/style/megamenustyle.esm.min.js +1 -0
  916. package/megamenu/style/megamenustyle.js +98 -0
  917. package/megamenu/style/megamenustyle.min.js +1 -0
  918. package/megamenu/style/package.json +6 -0
  919. package/menu/BaseMenu.vue +2 -63
  920. package/menu/Menu.d.ts +5 -0
  921. package/menu/Menu.vue +1 -1
  922. package/menu/Menuitem.vue +2 -1
  923. package/menu/menu.cjs.js +6 -48
  924. package/menu/menu.cjs.min.js +1 -1
  925. package/menu/menu.esm.js +5 -48
  926. package/menu/menu.esm.min.js +1 -1
  927. package/menu/menu.js +7 -49
  928. package/menu/menu.min.js +1 -1
  929. package/menu/package.json +8 -8
  930. package/menu/style/MenuStyle.d.ts +3 -0
  931. package/menu/style/menustyle.cjs.js +51 -0
  932. package/menu/style/menustyle.cjs.min.js +1 -0
  933. package/menu/style/menustyle.esm.js +45 -0
  934. package/menu/style/menustyle.esm.min.js +1 -0
  935. package/menu/style/menustyle.js +54 -0
  936. package/menu/style/menustyle.min.js +1 -0
  937. package/menu/style/package.json +6 -0
  938. package/menubar/BaseMenubar.vue +2 -122
  939. package/menubar/Menubar.d.ts +5 -0
  940. package/menubar/MenubarSub.vue +1 -0
  941. package/menubar/menubar.cjs.js +4 -57
  942. package/menubar/menubar.cjs.min.js +1 -1
  943. package/menubar/menubar.esm.js +3 -57
  944. package/menubar/menubar.esm.min.js +1 -1
  945. package/menubar/menubar.js +5 -58
  946. package/menubar/menubar.min.js +1 -1
  947. package/menubar/package.json +8 -8
  948. package/menubar/style/MenubarStyle.d.ts +3 -0
  949. package/menubar/style/menubarstyle.cjs.js +62 -0
  950. package/menubar/style/menubarstyle.cjs.min.js +1 -0
  951. package/menubar/style/menubarstyle.esm.js +56 -0
  952. package/menubar/style/menubarstyle.esm.min.js +1 -0
  953. package/menubar/style/menubarstyle.js +65 -0
  954. package/menubar/style/menubarstyle.min.js +1 -0
  955. package/menubar/style/package.json +6 -0
  956. package/message/BaseMessage.vue +2 -69
  957. package/message/message.cjs.js +3 -22
  958. package/message/message.cjs.min.js +1 -1
  959. package/message/message.esm.js +2 -22
  960. package/message/message.esm.min.js +1 -1
  961. package/message/message.js +4 -23
  962. package/message/message.min.js +1 -1
  963. package/message/package.json +8 -8
  964. package/message/style/MessageStyle.d.ts +3 -0
  965. package/message/style/messagestyle.cjs.js +27 -0
  966. package/message/style/messagestyle.cjs.min.js +1 -0
  967. package/message/style/messagestyle.esm.js +21 -0
  968. package/message/style/messagestyle.esm.min.js +1 -0
  969. package/message/style/messagestyle.js +30 -0
  970. package/message/style/messagestyle.min.js +1 -0
  971. package/message/style/package.json +6 -0
  972. package/multiselect/BaseMultiSelect.vue +2 -193
  973. package/multiselect/MultiSelect.vue +4 -3
  974. package/multiselect/multiselect.cjs.js +7 -104
  975. package/multiselect/multiselect.cjs.min.js +1 -1
  976. package/multiselect/multiselect.esm.js +6 -104
  977. package/multiselect/multiselect.esm.min.js +1 -1
  978. package/multiselect/multiselect.js +8 -105
  979. package/multiselect/multiselect.min.js +1 -1
  980. package/multiselect/package.json +8 -8
  981. package/multiselect/style/MultiSelectStyle.d.ts +3 -0
  982. package/multiselect/style/multiselectstyle.cjs.js +106 -0
  983. package/multiselect/style/multiselectstyle.cjs.min.js +1 -0
  984. package/multiselect/style/multiselectstyle.esm.js +100 -0
  985. package/multiselect/style/multiselectstyle.esm.min.js +1 -0
  986. package/multiselect/style/multiselectstyle.js +109 -0
  987. package/multiselect/style/multiselectstyle.min.js +1 -0
  988. package/multiselect/style/package.json +6 -0
  989. package/orderlist/BaseOrderList.vue +2 -69
  990. package/orderlist/OrderList.vue +4 -4
  991. package/orderlist/orderlist.cjs.js +8 -33
  992. package/orderlist/orderlist.cjs.min.js +1 -1
  993. package/orderlist/orderlist.esm.js +7 -33
  994. package/orderlist/orderlist.esm.min.js +1 -1
  995. package/orderlist/orderlist.js +9 -34
  996. package/orderlist/orderlist.min.js +1 -1
  997. package/orderlist/package.json +8 -8
  998. package/orderlist/style/OrderListStyle.d.ts +3 -0
  999. package/orderlist/style/orderliststyle.cjs.js +37 -0
  1000. package/orderlist/style/orderliststyle.cjs.min.js +1 -0
  1001. package/orderlist/style/orderliststyle.esm.js +31 -0
  1002. package/orderlist/style/orderliststyle.esm.min.js +1 -0
  1003. package/orderlist/style/orderliststyle.js +40 -0
  1004. package/orderlist/style/orderliststyle.min.js +1 -0
  1005. package/orderlist/style/package.json +6 -0
  1006. package/organizationchart/BaseOrganizationChart.vue +2 -78
  1007. package/organizationchart/OrganizationChart.d.ts +6 -1
  1008. package/organizationchart/organizationchart.cjs.js +3 -42
  1009. package/organizationchart/organizationchart.cjs.min.js +1 -1
  1010. package/organizationchart/organizationchart.esm.js +2 -42
  1011. package/organizationchart/organizationchart.esm.min.js +1 -1
  1012. package/organizationchart/organizationchart.js +4 -43
  1013. package/organizationchart/organizationchart.min.js +1 -1
  1014. package/organizationchart/package.json +8 -8
  1015. package/organizationchart/style/OrganizationChartStyle.d.ts +3 -0
  1016. package/organizationchart/style/organizationchartstyle.cjs.js +45 -0
  1017. package/organizationchart/style/organizationchartstyle.cjs.min.js +1 -0
  1018. package/organizationchart/style/organizationchartstyle.esm.js +39 -0
  1019. package/organizationchart/style/organizationchartstyle.esm.min.js +1 -0
  1020. package/organizationchart/style/organizationchartstyle.js +48 -0
  1021. package/organizationchart/style/organizationchartstyle.min.js +1 -0
  1022. package/organizationchart/style/package.json +6 -0
  1023. package/overlayeventbus/package.json +1 -1
  1024. package/overlaypanel/BaseOverlayPanel.vue +6 -94
  1025. package/overlaypanel/OverlayPanel.d.ts +5 -0
  1026. package/overlaypanel/OverlayPanel.vue +22 -0
  1027. package/overlaypanel/overlaypanel.cjs.js +28 -23
  1028. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  1029. package/overlaypanel/overlaypanel.esm.js +27 -23
  1030. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  1031. package/overlaypanel/overlaypanel.js +29 -24
  1032. package/overlaypanel/overlaypanel.min.js +1 -1
  1033. package/overlaypanel/package.json +8 -8
  1034. package/overlaypanel/style/OverlayPanelStyle.d.ts +3 -0
  1035. package/overlaypanel/style/overlaypanelstyle.cjs.js +28 -0
  1036. package/overlaypanel/style/overlaypanelstyle.cjs.min.js +1 -0
  1037. package/overlaypanel/style/overlaypanelstyle.esm.js +22 -0
  1038. package/overlaypanel/style/overlaypanelstyle.esm.min.js +1 -0
  1039. package/overlaypanel/style/overlaypanelstyle.js +31 -0
  1040. package/overlaypanel/style/overlaypanelstyle.min.js +1 -0
  1041. package/overlaypanel/style/package.json +6 -0
  1042. package/package.json +1 -1
  1043. package/paginator/BasePaginator.vue +2 -102
  1044. package/paginator/package.json +8 -8
  1045. package/paginator/paginator.cjs.js +3 -66
  1046. package/paginator/paginator.cjs.min.js +1 -1
  1047. package/paginator/paginator.esm.js +2 -66
  1048. package/paginator/paginator.esm.min.js +1 -1
  1049. package/paginator/paginator.js +4 -67
  1050. package/paginator/paginator.min.js +1 -1
  1051. package/paginator/style/PaginatorStyle.d.ts +3 -0
  1052. package/paginator/style/package.json +6 -0
  1053. package/paginator/style/paginatorstyle.cjs.js +71 -0
  1054. package/paginator/style/paginatorstyle.cjs.min.js +1 -0
  1055. package/paginator/style/paginatorstyle.esm.js +65 -0
  1056. package/paginator/style/paginatorstyle.esm.min.js +1 -0
  1057. package/paginator/style/paginatorstyle.js +74 -0
  1058. package/paginator/style/paginatorstyle.min.js +1 -0
  1059. package/panel/BasePanel.vue +2 -47
  1060. package/panel/package.json +8 -8
  1061. package/panel/panel.cjs.js +3 -26
  1062. package/panel/panel.cjs.min.js +1 -1
  1063. package/panel/panel.esm.js +2 -26
  1064. package/panel/panel.esm.min.js +1 -1
  1065. package/panel/panel.js +4 -27
  1066. package/panel/panel.min.js +1 -1
  1067. package/panel/style/PanelStyle.d.ts +3 -0
  1068. package/panel/style/package.json +6 -0
  1069. package/panel/style/panelstyle.cjs.js +31 -0
  1070. package/panel/style/panelstyle.cjs.min.js +1 -0
  1071. package/panel/style/panelstyle.esm.js +25 -0
  1072. package/panel/style/panelstyle.esm.min.js +1 -0
  1073. package/panel/style/panelstyle.js +34 -0
  1074. package/panel/style/panelstyle.min.js +1 -0
  1075. package/panelmenu/BasePanelMenu.vue +2 -89
  1076. package/panelmenu/PanelMenu.d.ts +13 -0
  1077. package/panelmenu/PanelMenu.vue +20 -2
  1078. package/panelmenu/PanelMenuList.vue +1 -1
  1079. package/panelmenu/PanelMenuSub.vue +2 -1
  1080. package/panelmenu/package.json +8 -8
  1081. package/panelmenu/panelmenu.cjs.js +24 -67
  1082. package/panelmenu/panelmenu.cjs.min.js +1 -1
  1083. package/panelmenu/panelmenu.esm.js +23 -67
  1084. package/panelmenu/panelmenu.esm.min.js +1 -1
  1085. package/panelmenu/panelmenu.js +24 -67
  1086. package/panelmenu/panelmenu.min.js +1 -1
  1087. package/panelmenu/style/PanelMenuStyle.d.ts +3 -0
  1088. package/panelmenu/style/package.json +6 -0
  1089. package/panelmenu/style/panelmenustyle.cjs.js +66 -0
  1090. package/panelmenu/style/panelmenustyle.cjs.min.js +1 -0
  1091. package/panelmenu/style/panelmenustyle.esm.js +60 -0
  1092. package/panelmenu/style/panelmenustyle.esm.min.js +1 -0
  1093. package/panelmenu/style/panelmenustyle.js +69 -0
  1094. package/panelmenu/style/panelmenustyle.min.js +1 -0
  1095. package/passthrough/package.json +1 -1
  1096. package/passthrough/tailwind/index.cjs.js +412 -380
  1097. package/passthrough/tailwind/index.cjs.min.js +1 -1
  1098. package/passthrough/tailwind/index.esm.js +412 -380
  1099. package/passthrough/tailwind/index.esm.min.js +1 -1
  1100. package/passthrough/tailwind/index.js +412 -380
  1101. package/passthrough/tailwind/index.min.js +1 -1
  1102. package/passthrough/tailwind/package.json +1 -1
  1103. package/password/BasePassword.vue +2 -70
  1104. package/password/package.json +8 -8
  1105. package/password/password.cjs.js +3 -50
  1106. package/password/password.cjs.min.js +1 -1
  1107. package/password/password.esm.js +2 -50
  1108. package/password/password.esm.min.js +1 -1
  1109. package/password/password.js +4 -51
  1110. package/password/password.min.js +1 -1
  1111. package/password/style/PasswordStyle.d.ts +3 -0
  1112. package/password/style/package.json +6 -0
  1113. package/password/style/passwordstyle.cjs.js +55 -0
  1114. package/password/style/passwordstyle.cjs.min.js +1 -0
  1115. package/password/style/passwordstyle.esm.js +49 -0
  1116. package/password/style/passwordstyle.esm.min.js +1 -0
  1117. package/password/style/passwordstyle.js +58 -0
  1118. package/password/style/passwordstyle.min.js +1 -0
  1119. package/picklist/BasePickList.vue +2 -70
  1120. package/picklist/PickList.vue +2 -2
  1121. package/picklist/package.json +8 -8
  1122. package/picklist/picklist.cjs.js +5 -40
  1123. package/picklist/picklist.cjs.min.js +1 -1
  1124. package/picklist/picklist.esm.js +4 -40
  1125. package/picklist/picklist.esm.min.js +1 -1
  1126. package/picklist/picklist.js +6 -41
  1127. package/picklist/picklist.min.js +1 -1
  1128. package/picklist/style/PickListStyle.d.ts +3 -0
  1129. package/picklist/style/package.json +6 -0
  1130. package/picklist/style/pickliststyle.cjs.js +43 -0
  1131. package/picklist/style/pickliststyle.cjs.min.js +1 -0
  1132. package/picklist/style/pickliststyle.esm.js +37 -0
  1133. package/picklist/style/pickliststyle.esm.min.js +1 -0
  1134. package/picklist/style/pickliststyle.js +46 -0
  1135. package/picklist/style/pickliststyle.min.js +1 -0
  1136. package/portal/package.json +7 -7
  1137. package/portal/style/PortalStyle.d.ts +3 -0
  1138. package/portal/style/package.json +6 -0
  1139. package/portal/style/portalstyle.cjs.js +5 -0
  1140. package/portal/style/portalstyle.cjs.min.js +1 -0
  1141. package/portal/style/portalstyle.esm.js +3 -0
  1142. package/portal/style/portalstyle.esm.min.js +1 -0
  1143. package/portal/style/portalstyle.js +10 -0
  1144. package/portal/style/portalstyle.min.js +1 -0
  1145. package/progressbar/BaseProgressBar.vue +2 -133
  1146. package/progressbar/package.json +8 -8
  1147. package/progressbar/progressbar.cjs.js +3 -23
  1148. package/progressbar/progressbar.cjs.min.js +1 -1
  1149. package/progressbar/progressbar.esm.js +2 -23
  1150. package/progressbar/progressbar.esm.min.js +1 -1
  1151. package/progressbar/progressbar.js +4 -24
  1152. package/progressbar/progressbar.min.js +1 -1
  1153. package/progressbar/style/ProgressBarStyle.d.ts +3 -0
  1154. package/progressbar/style/package.json +6 -0
  1155. package/progressbar/style/progressbarstyle.cjs.js +28 -0
  1156. package/progressbar/style/progressbarstyle.cjs.min.js +1 -0
  1157. package/progressbar/style/progressbarstyle.esm.js +22 -0
  1158. package/progressbar/style/progressbarstyle.esm.min.js +1 -0
  1159. package/progressbar/style/progressbarstyle.js +31 -0
  1160. package/progressbar/style/progressbarstyle.min.js +1 -0
  1161. package/progressspinner/BaseProgressSpinner.vue +2 -43
  1162. package/progressspinner/package.json +8 -8
  1163. package/progressspinner/progressspinner.cjs.js +3 -16
  1164. package/progressspinner/progressspinner.cjs.min.js +1 -1
  1165. package/progressspinner/progressspinner.esm.js +2 -16
  1166. package/progressspinner/progressspinner.esm.min.js +1 -1
  1167. package/progressspinner/progressspinner.js +4 -17
  1168. package/progressspinner/progressspinner.min.js +1 -1
  1169. package/progressspinner/style/ProgressSpinnerStyle.d.ts +3 -0
  1170. package/progressspinner/style/package.json +6 -0
  1171. package/progressspinner/style/progressspinnerstyle.cjs.js +21 -0
  1172. package/progressspinner/style/progressspinnerstyle.cjs.min.js +1 -0
  1173. package/progressspinner/style/progressspinnerstyle.esm.js +15 -0
  1174. package/progressspinner/style/progressspinnerstyle.esm.min.js +1 -0
  1175. package/progressspinner/style/progressspinnerstyle.js +24 -0
  1176. package/progressspinner/style/progressspinnerstyle.min.js +1 -0
  1177. package/radiobutton/BaseRadioButton.vue +2 -23
  1178. package/radiobutton/package.json +8 -8
  1179. package/radiobutton/radiobutton.cjs.js +3 -24
  1180. package/radiobutton/radiobutton.cjs.min.js +1 -1
  1181. package/radiobutton/radiobutton.esm.js +2 -24
  1182. package/radiobutton/radiobutton.esm.min.js +1 -1
  1183. package/radiobutton/radiobutton.js +4 -26
  1184. package/radiobutton/radiobutton.min.js +1 -1
  1185. package/radiobutton/style/RadioButtonStyle.d.ts +3 -0
  1186. package/radiobutton/style/package.json +6 -0
  1187. package/radiobutton/style/radiobuttonstyle.cjs.js +35 -0
  1188. package/radiobutton/style/radiobuttonstyle.cjs.min.js +1 -0
  1189. package/radiobutton/style/radiobuttonstyle.esm.js +29 -0
  1190. package/radiobutton/style/radiobuttonstyle.esm.min.js +1 -0
  1191. package/radiobutton/style/radiobuttonstyle.js +38 -0
  1192. package/radiobutton/style/radiobuttonstyle.min.js +1 -0
  1193. package/rating/BaseRating.vue +2 -53
  1194. package/rating/package.json +8 -8
  1195. package/rating/rating.cjs.js +3 -38
  1196. package/rating/rating.cjs.min.js +1 -1
  1197. package/rating/rating.esm.js +2 -38
  1198. package/rating/rating.esm.min.js +1 -1
  1199. package/rating/rating.js +4 -39
  1200. package/rating/rating.min.js +1 -1
  1201. package/rating/style/RatingStyle.d.ts +3 -0
  1202. package/rating/style/package.json +6 -0
  1203. package/rating/style/ratingstyle.cjs.js +43 -0
  1204. package/rating/style/ratingstyle.cjs.min.js +1 -0
  1205. package/rating/style/ratingstyle.esm.js +37 -0
  1206. package/rating/style/ratingstyle.esm.min.js +1 -0
  1207. package/rating/style/ratingstyle.js +46 -0
  1208. package/rating/style/ratingstyle.min.js +1 -0
  1209. package/resources/themes/arya-blue/theme.css +119 -404
  1210. package/resources/themes/arya-green/theme.css +119 -404
  1211. package/resources/themes/arya-orange/theme.css +119 -404
  1212. package/resources/themes/arya-purple/theme.css +119 -404
  1213. package/resources/themes/bootstrap4-dark-blue/theme.css +119 -404
  1214. package/resources/themes/bootstrap4-dark-purple/theme.css +119 -404
  1215. package/resources/themes/bootstrap4-light-blue/theme.css +119 -404
  1216. package/resources/themes/bootstrap4-light-purple/theme.css +119 -404
  1217. package/resources/themes/fluent-light/theme.css +119 -404
  1218. package/resources/themes/lara-dark-blue/theme.css +695 -967
  1219. package/resources/themes/lara-dark-indigo/theme.css +695 -967
  1220. package/resources/themes/lara-dark-purple/theme.css +695 -967
  1221. package/resources/themes/lara-dark-teal/theme.css +770 -1042
  1222. package/resources/themes/lara-light-blue/theme.css +728 -1008
  1223. package/resources/themes/lara-light-indigo/theme.css +728 -1008
  1224. package/resources/themes/lara-light-purple/theme.css +728 -1008
  1225. package/resources/themes/lara-light-teal/theme.css +974 -1254
  1226. package/resources/themes/luna-amber/theme.css +119 -404
  1227. package/resources/themes/luna-blue/theme.css +119 -404
  1228. package/resources/themes/luna-green/theme.css +119 -404
  1229. package/resources/themes/luna-pink/theme.css +119 -404
  1230. package/resources/themes/md-dark-deeppurple/theme.css +119 -449
  1231. package/resources/themes/md-dark-indigo/theme.css +119 -449
  1232. package/resources/themes/md-light-deeppurple/theme.css +119 -449
  1233. package/resources/themes/md-light-indigo/theme.css +119 -449
  1234. package/resources/themes/mdc-dark-deeppurple/theme.css +119 -449
  1235. package/resources/themes/mdc-dark-indigo/theme.css +119 -449
  1236. package/resources/themes/mdc-light-deeppurple/theme.css +119 -449
  1237. package/resources/themes/mdc-light-indigo/theme.css +119 -449
  1238. package/resources/themes/mira/theme.css +119 -404
  1239. package/resources/themes/nano/theme.css +119 -404
  1240. package/resources/themes/nova/theme.css +119 -404
  1241. package/resources/themes/nova-accent/theme.css +119 -404
  1242. package/resources/themes/nova-alt/theme.css +119 -404
  1243. package/resources/themes/nova-vue/theme.css +119 -404
  1244. package/resources/themes/rhea/theme.css +119 -404
  1245. package/resources/themes/saga-blue/theme.css +119 -404
  1246. package/resources/themes/saga-green/theme.css +119 -404
  1247. package/resources/themes/saga-orange/theme.css +119 -404
  1248. package/resources/themes/saga-purple/theme.css +119 -404
  1249. package/resources/themes/soho-dark/theme.css +119 -404
  1250. package/resources/themes/soho-light/theme.css +119 -404
  1251. package/resources/themes/tailwind-light/theme.css +119 -404
  1252. package/resources/themes/vela-blue/theme.css +119 -404
  1253. package/resources/themes/vela-green/theme.css +119 -404
  1254. package/resources/themes/vela-orange/theme.css +119 -404
  1255. package/resources/themes/vela-purple/theme.css +119 -404
  1256. package/resources/themes/viva-dark/theme.css +119 -404
  1257. package/resources/themes/viva-light/theme.css +119 -404
  1258. package/ripple/package.json +5 -5
  1259. package/ripple/ripple.cjs.js +15 -26
  1260. package/ripple/ripple.cjs.min.js +1 -1
  1261. package/ripple/ripple.esm.js +14 -26
  1262. package/ripple/ripple.esm.min.js +1 -1
  1263. package/ripple/ripple.js +16 -27
  1264. package/ripple/ripple.min.js +1 -1
  1265. package/ripple/style/RippleStyle.d.ts +3 -0
  1266. package/ripple/style/package.json +6 -0
  1267. package/ripple/style/ripplestyle.cjs.js +19 -0
  1268. package/ripple/style/ripplestyle.cjs.min.js +1 -0
  1269. package/ripple/style/ripplestyle.esm.js +13 -0
  1270. package/ripple/style/ripplestyle.esm.min.js +1 -0
  1271. package/ripple/style/ripplestyle.js +22 -0
  1272. package/ripple/style/ripplestyle.min.js +1 -0
  1273. package/row/package.json +8 -8
  1274. package/row/style/RowStyle.d.ts +3 -0
  1275. package/row/style/package.json +6 -0
  1276. package/row/style/rowstyle.cjs.js +5 -0
  1277. package/row/style/rowstyle.cjs.min.js +1 -0
  1278. package/row/style/rowstyle.esm.js +3 -0
  1279. package/row/style/rowstyle.esm.min.js +1 -0
  1280. package/row/style/rowstyle.js +10 -0
  1281. package/row/style/rowstyle.min.js +1 -0
  1282. package/scrollpanel/BaseScrollPanel.vue +2 -75
  1283. package/scrollpanel/package.json +8 -8
  1284. package/scrollpanel/scrollpanel.cjs.js +3 -18
  1285. package/scrollpanel/scrollpanel.cjs.min.js +1 -1
  1286. package/scrollpanel/scrollpanel.esm.js +2 -18
  1287. package/scrollpanel/scrollpanel.esm.min.js +1 -1
  1288. package/scrollpanel/scrollpanel.js +4 -19
  1289. package/scrollpanel/scrollpanel.min.js +1 -1
  1290. package/scrollpanel/style/ScrollPanelStyle.d.ts +3 -0
  1291. package/scrollpanel/style/package.json +6 -0
  1292. package/scrollpanel/style/scrollpanelstyle.cjs.js +23 -0
  1293. package/scrollpanel/style/scrollpanelstyle.cjs.min.js +1 -0
  1294. package/scrollpanel/style/scrollpanelstyle.esm.js +17 -0
  1295. package/scrollpanel/style/scrollpanelstyle.esm.min.js +1 -0
  1296. package/scrollpanel/style/scrollpanelstyle.js +26 -0
  1297. package/scrollpanel/style/scrollpanelstyle.min.js +1 -0
  1298. package/scrolltop/BaseScrollTop.vue +2 -49
  1299. package/scrolltop/package.json +8 -8
  1300. package/scrolltop/scrolltop.cjs.js +3 -20
  1301. package/scrolltop/scrolltop.cjs.min.js +1 -1
  1302. package/scrolltop/scrolltop.esm.js +2 -20
  1303. package/scrolltop/scrolltop.esm.min.js +1 -1
  1304. package/scrolltop/scrolltop.js +4 -21
  1305. package/scrolltop/scrolltop.min.js +1 -1
  1306. package/scrolltop/style/ScrollTopStyle.d.ts +3 -0
  1307. package/scrolltop/style/package.json +6 -0
  1308. package/scrolltop/style/scrolltopstyle.cjs.js +25 -0
  1309. package/scrolltop/style/scrolltopstyle.cjs.min.js +1 -0
  1310. package/scrolltop/style/scrolltopstyle.esm.js +19 -0
  1311. package/scrolltop/style/scrolltopstyle.esm.min.js +1 -0
  1312. package/scrolltop/style/scrolltopstyle.js +28 -0
  1313. package/scrolltop/style/scrolltopstyle.min.js +1 -0
  1314. package/selectbutton/BaseSelectButton.vue +7 -16
  1315. package/selectbutton/SelectButton.d.ts +7 -1
  1316. package/selectbutton/SelectButton.vue +1 -1
  1317. package/selectbutton/package.json +8 -8
  1318. package/selectbutton/selectbutton.cjs.js +9 -22
  1319. package/selectbutton/selectbutton.cjs.min.js +1 -1
  1320. package/selectbutton/selectbutton.esm.js +8 -22
  1321. package/selectbutton/selectbutton.esm.min.js +1 -1
  1322. package/selectbutton/selectbutton.js +10 -24
  1323. package/selectbutton/selectbutton.min.js +1 -1
  1324. package/selectbutton/style/SelectButtonStyle.d.ts +3 -0
  1325. package/selectbutton/style/package.json +6 -0
  1326. package/selectbutton/style/selectbuttonstyle.cjs.js +31 -0
  1327. package/selectbutton/style/selectbuttonstyle.cjs.min.js +1 -0
  1328. package/selectbutton/style/selectbuttonstyle.esm.js +25 -0
  1329. package/selectbutton/style/selectbuttonstyle.esm.min.js +1 -0
  1330. package/selectbutton/style/selectbuttonstyle.js +34 -0
  1331. package/selectbutton/style/selectbuttonstyle.min.js +1 -0
  1332. package/sidebar/BaseSidebar.vue +2 -206
  1333. package/sidebar/Sidebar.vue +7 -9
  1334. package/sidebar/package.json +8 -8
  1335. package/sidebar/sidebar.cjs.js +9 -67
  1336. package/sidebar/sidebar.cjs.min.js +1 -1
  1337. package/sidebar/sidebar.esm.js +8 -67
  1338. package/sidebar/sidebar.esm.min.js +1 -1
  1339. package/sidebar/sidebar.js +10 -68
  1340. package/sidebar/sidebar.min.js +1 -1
  1341. package/sidebar/style/SidebarStyle.d.ts +3 -0
  1342. package/sidebar/style/package.json +6 -0
  1343. package/sidebar/style/sidebarstyle.cjs.js +61 -0
  1344. package/sidebar/style/sidebarstyle.cjs.min.js +1 -0
  1345. package/sidebar/style/sidebarstyle.esm.js +55 -0
  1346. package/sidebar/style/sidebarstyle.esm.min.js +1 -0
  1347. package/sidebar/style/sidebarstyle.js +64 -0
  1348. package/sidebar/style/sidebarstyle.min.js +1 -0
  1349. package/skeleton/BaseSkeleton.vue +2 -59
  1350. package/skeleton/package.json +8 -8
  1351. package/skeleton/skeleton.cjs.js +3 -26
  1352. package/skeleton/skeleton.cjs.min.js +1 -1
  1353. package/skeleton/skeleton.esm.js +2 -26
  1354. package/skeleton/skeleton.esm.min.js +1 -1
  1355. package/skeleton/skeleton.js +4 -27
  1356. package/skeleton/skeleton.min.js +1 -1
  1357. package/skeleton/style/SkeletonStyle.d.ts +3 -0
  1358. package/skeleton/style/package.json +6 -0
  1359. package/skeleton/style/skeletonstyle.cjs.js +31 -0
  1360. package/skeleton/style/skeletonstyle.cjs.min.js +1 -0
  1361. package/skeleton/style/skeletonstyle.esm.js +25 -0
  1362. package/skeleton/style/skeletonstyle.esm.min.js +1 -0
  1363. package/skeleton/style/skeletonstyle.js +34 -0
  1364. package/skeleton/style/skeletonstyle.min.js +1 -0
  1365. package/slider/BaseSlider.vue +2 -68
  1366. package/slider/package.json +8 -8
  1367. package/slider/slider.cjs.js +3 -32
  1368. package/slider/slider.cjs.min.js +1 -1
  1369. package/slider/slider.esm.js +2 -32
  1370. package/slider/slider.esm.min.js +1 -1
  1371. package/slider/slider.js +4 -33
  1372. package/slider/slider.min.js +1 -1
  1373. package/slider/style/SliderStyle.d.ts +3 -0
  1374. package/slider/style/package.json +6 -0
  1375. package/slider/style/sliderstyle.cjs.js +37 -0
  1376. package/slider/style/sliderstyle.cjs.min.js +1 -0
  1377. package/slider/style/sliderstyle.esm.js +31 -0
  1378. package/slider/style/sliderstyle.esm.min.js +1 -0
  1379. package/slider/style/sliderstyle.js +40 -0
  1380. package/slider/style/sliderstyle.min.js +1 -0
  1381. package/speeddial/BaseSpeedDial.vue +2 -138
  1382. package/speeddial/package.json +2 -2
  1383. package/speeddial/speeddial.cjs.js +3 -69
  1384. package/speeddial/speeddial.cjs.min.js +1 -1
  1385. package/speeddial/speeddial.esm.js +2 -69
  1386. package/speeddial/speeddial.esm.min.js +1 -1
  1387. package/speeddial/speeddial.js +4 -70
  1388. package/speeddial/speeddial.min.js +1 -1
  1389. package/speeddial/style/SpeedDialStyle.d.ts +3 -0
  1390. package/speeddial/style/package.json +6 -0
  1391. package/speeddial/style/speeddialstyle.cjs.js +74 -0
  1392. package/speeddial/style/speeddialstyle.cjs.min.js +1 -0
  1393. package/speeddial/style/speeddialstyle.esm.js +68 -0
  1394. package/speeddial/style/speeddialstyle.esm.min.js +1 -0
  1395. package/speeddial/style/speeddialstyle.js +77 -0
  1396. package/speeddial/style/speeddialstyle.min.js +1 -0
  1397. package/splitbutton/BaseSplitButton.vue +2 -60
  1398. package/splitbutton/SplitButton.vue +4 -1
  1399. package/splitbutton/package.json +8 -8
  1400. package/splitbutton/splitbutton.cjs.js +6 -25
  1401. package/splitbutton/splitbutton.cjs.min.js +1 -1
  1402. package/splitbutton/splitbutton.esm.js +5 -25
  1403. package/splitbutton/splitbutton.esm.min.js +1 -1
  1404. package/splitbutton/splitbutton.js +7 -26
  1405. package/splitbutton/splitbutton.min.js +1 -1
  1406. package/splitbutton/style/SplitButtonStyle.d.ts +3 -0
  1407. package/splitbutton/style/package.json +6 -0
  1408. package/splitbutton/style/splitbuttonstyle.cjs.js +29 -0
  1409. package/splitbutton/style/splitbuttonstyle.cjs.min.js +1 -0
  1410. package/splitbutton/style/splitbuttonstyle.esm.js +23 -0
  1411. package/splitbutton/style/splitbuttonstyle.esm.min.js +1 -0
  1412. package/splitbutton/style/splitbuttonstyle.js +32 -0
  1413. package/splitbutton/style/splitbuttonstyle.min.js +1 -0
  1414. package/splitter/BaseSplitter.vue +2 -68
  1415. package/splitter/Splitter.d.ts +20 -0
  1416. package/splitter/Splitter.vue +3 -1
  1417. package/splitter/package.json +8 -8
  1418. package/splitter/splitter.cjs.js +8 -32
  1419. package/splitter/splitter.cjs.min.js +1 -1
  1420. package/splitter/splitter.esm.js +7 -32
  1421. package/splitter/splitter.esm.min.js +1 -1
  1422. package/splitter/splitter.js +9 -33
  1423. package/splitter/splitter.min.js +1 -1
  1424. package/splitter/style/SplitterStyle.d.ts +3 -0
  1425. package/splitter/style/package.json +6 -0
  1426. package/splitter/style/splitterstyle.cjs.js +36 -0
  1427. package/splitter/style/splitterstyle.cjs.min.js +1 -0
  1428. package/splitter/style/splitterstyle.esm.js +30 -0
  1429. package/splitter/style/splitterstyle.esm.min.js +1 -0
  1430. package/splitter/style/splitterstyle.js +39 -0
  1431. package/splitter/style/splitterstyle.min.js +1 -0
  1432. package/splitterpanel/BaseSplitterPanel.vue +2 -28
  1433. package/splitterpanel/package.json +8 -8
  1434. package/splitterpanel/splitterpanel.cjs.js +3 -19
  1435. package/splitterpanel/splitterpanel.cjs.min.js +1 -1
  1436. package/splitterpanel/splitterpanel.esm.js +2 -19
  1437. package/splitterpanel/splitterpanel.esm.min.js +1 -1
  1438. package/splitterpanel/splitterpanel.js +4 -20
  1439. package/splitterpanel/splitterpanel.min.js +1 -1
  1440. package/splitterpanel/style/SplitterPanelStyle.d.ts +3 -0
  1441. package/splitterpanel/style/package.json +6 -0
  1442. package/splitterpanel/style/splitterpanelstyle.cjs.js +24 -0
  1443. package/splitterpanel/style/splitterpanelstyle.cjs.min.js +1 -0
  1444. package/splitterpanel/style/splitterpanelstyle.esm.js +18 -0
  1445. package/splitterpanel/style/splitterpanelstyle.esm.min.js +1 -0
  1446. package/splitterpanel/style/splitterpanelstyle.js +27 -0
  1447. package/splitterpanel/style/splitterpanelstyle.min.js +1 -0
  1448. package/steps/BaseSteps.vue +2 -84
  1449. package/steps/package.json +8 -8
  1450. package/steps/steps.cjs.js +3 -39
  1451. package/steps/steps.cjs.min.js +1 -1
  1452. package/steps/steps.esm.js +2 -39
  1453. package/steps/steps.esm.min.js +1 -1
  1454. package/steps/steps.js +4 -40
  1455. package/steps/steps.min.js +1 -1
  1456. package/steps/style/StepsStyle.d.ts +3 -0
  1457. package/steps/style/package.json +6 -0
  1458. package/steps/style/stepsstyle.cjs.js +44 -0
  1459. package/steps/style/stepsstyle.cjs.min.js +1 -0
  1460. package/steps/style/stepsstyle.esm.js +38 -0
  1461. package/steps/style/stepsstyle.esm.min.js +1 -0
  1462. package/steps/style/stepsstyle.js +47 -0
  1463. package/steps/style/stepsstyle.min.js +1 -0
  1464. package/styleclass/StyleClass.d.ts +6 -6
  1465. package/styleclass/package.json +1 -1
  1466. package/styleclass/style/StyleClassStyle.d.ts +3 -0
  1467. package/styleclass/style/package.json +6 -0
  1468. package/styleclass/style/styleclassstyle.cjs.js +5 -0
  1469. package/styleclass/style/styleclassstyle.cjs.min.js +1 -0
  1470. package/styleclass/style/styleclassstyle.esm.js +3 -0
  1471. package/styleclass/style/styleclassstyle.esm.min.js +1 -0
  1472. package/styleclass/style/styleclassstyle.js +10 -0
  1473. package/styleclass/style/styleclassstyle.min.js +1 -0
  1474. package/tabmenu/BaseTabMenu.vue +2 -67
  1475. package/tabmenu/package.json +8 -8
  1476. package/tabmenu/style/TabMenuStyle.d.ts +3 -0
  1477. package/tabmenu/style/package.json +6 -0
  1478. package/tabmenu/style/tabmenustyle.cjs.js +36 -0
  1479. package/tabmenu/style/tabmenustyle.cjs.min.js +1 -0
  1480. package/tabmenu/style/tabmenustyle.esm.js +30 -0
  1481. package/tabmenu/style/tabmenustyle.esm.min.js +1 -0
  1482. package/tabmenu/style/tabmenustyle.js +39 -0
  1483. package/tabmenu/style/tabmenustyle.min.js +1 -0
  1484. package/tabmenu/tabmenu.cjs.js +3 -31
  1485. package/tabmenu/tabmenu.cjs.min.js +1 -1
  1486. package/tabmenu/tabmenu.esm.js +2 -31
  1487. package/tabmenu/tabmenu.esm.min.js +1 -1
  1488. package/tabmenu/tabmenu.js +4 -32
  1489. package/tabmenu/tabmenu.min.js +1 -1
  1490. package/tabpanel/BaseTabPanel.vue +3 -1
  1491. package/tabpanel/package.json +8 -8
  1492. package/tabpanel/style/TabPanelStyle.d.ts +3 -0
  1493. package/tabpanel/style/package.json +6 -0
  1494. package/tabpanel/style/tabpanelstyle.cjs.js +5 -0
  1495. package/tabpanel/style/tabpanelstyle.cjs.min.js +1 -0
  1496. package/tabpanel/style/tabpanelstyle.esm.js +3 -0
  1497. package/tabpanel/style/tabpanelstyle.esm.min.js +1 -0
  1498. package/tabpanel/style/tabpanelstyle.js +10 -0
  1499. package/tabpanel/style/tabpanelstyle.min.js +1 -0
  1500. package/tabpanel/tabpanel.cjs.js +4 -1
  1501. package/tabpanel/tabpanel.cjs.min.js +1 -1
  1502. package/tabpanel/tabpanel.esm.js +3 -1
  1503. package/tabpanel/tabpanel.esm.min.js +1 -1
  1504. package/tabpanel/tabpanel.js +5 -3
  1505. package/tabpanel/tabpanel.min.js +1 -1
  1506. package/tabview/BaseTabView.vue +2 -110
  1507. package/tabview/package.json +8 -8
  1508. package/tabview/style/TabViewStyle.d.ts +3 -0
  1509. package/tabview/style/package.json +6 -0
  1510. package/tabview/style/tabviewstyle.cjs.js +49 -0
  1511. package/tabview/style/tabviewstyle.cjs.min.js +1 -0
  1512. package/tabview/style/tabviewstyle.esm.js +43 -0
  1513. package/tabview/style/tabviewstyle.esm.min.js +1 -0
  1514. package/tabview/style/tabviewstyle.js +52 -0
  1515. package/tabview/style/tabviewstyle.min.js +1 -0
  1516. package/tabview/tabview.cjs.js +3 -44
  1517. package/tabview/tabview.cjs.min.js +1 -1
  1518. package/tabview/tabview.esm.js +2 -44
  1519. package/tabview/tabview.esm.min.js +1 -1
  1520. package/tabview/tabview.js +4 -45
  1521. package/tabview/tabview.min.js +1 -1
  1522. package/tag/BaseTag.vue +2 -42
  1523. package/tag/package.json +8 -8
  1524. package/tag/style/TagStyle.d.ts +3 -0
  1525. package/tag/style/package.json +6 -0
  1526. package/tag/style/tagstyle.cjs.js +30 -0
  1527. package/tag/style/tagstyle.cjs.min.js +1 -0
  1528. package/tag/style/tagstyle.esm.js +24 -0
  1529. package/tag/style/tagstyle.esm.min.js +1 -0
  1530. package/tag/style/tagstyle.js +33 -0
  1531. package/tag/style/tagstyle.min.js +1 -0
  1532. package/tag/tag.cjs.js +3 -25
  1533. package/tag/tag.cjs.min.js +1 -1
  1534. package/tag/tag.esm.js +2 -25
  1535. package/tag/tag.esm.min.js +1 -1
  1536. package/tag/tag.js +4 -26
  1537. package/tag/tag.min.js +1 -1
  1538. package/terminal/BaseTerminal.vue +2 -44
  1539. package/terminal/package.json +8 -8
  1540. package/terminal/style/TerminalStyle.d.ts +3 -0
  1541. package/terminal/style/package.json +6 -0
  1542. package/terminal/style/terminalstyle.cjs.js +25 -0
  1543. package/terminal/style/terminalstyle.cjs.min.js +1 -0
  1544. package/terminal/style/terminalstyle.esm.js +19 -0
  1545. package/terminal/style/terminalstyle.esm.min.js +1 -0
  1546. package/terminal/style/terminalstyle.js +28 -0
  1547. package/terminal/style/terminalstyle.min.js +1 -0
  1548. package/terminal/terminal.cjs.js +3 -20
  1549. package/terminal/terminal.cjs.min.js +1 -1
  1550. package/terminal/terminal.esm.js +2 -20
  1551. package/terminal/terminal.esm.min.js +1 -1
  1552. package/terminal/terminal.js +4 -21
  1553. package/terminal/terminal.min.js +1 -1
  1554. package/terminalservice/package.json +5 -5
  1555. package/textarea/BaseTextarea.vue +2 -30
  1556. package/textarea/package.json +8 -8
  1557. package/textarea/style/TextareaStyle.d.ts +3 -0
  1558. package/textarea/style/package.json +6 -0
  1559. package/textarea/style/textareastyle.cjs.js +26 -0
  1560. package/textarea/style/textareastyle.cjs.min.js +1 -0
  1561. package/textarea/style/textareastyle.esm.js +20 -0
  1562. package/textarea/style/textareastyle.esm.min.js +1 -0
  1563. package/textarea/style/textareastyle.js +29 -0
  1564. package/textarea/style/textareastyle.min.js +1 -0
  1565. package/textarea/textarea.cjs.js +3 -21
  1566. package/textarea/textarea.cjs.min.js +1 -1
  1567. package/textarea/textarea.esm.js +2 -21
  1568. package/textarea/textarea.esm.min.js +1 -1
  1569. package/textarea/textarea.js +4 -22
  1570. package/textarea/textarea.min.js +1 -1
  1571. package/tieredmenu/BaseTieredMenu.vue +2 -89
  1572. package/tieredmenu/TieredMenu.d.ts +5 -0
  1573. package/tieredmenu/TieredMenuSub.vue +2 -1
  1574. package/tieredmenu/package.json +8 -8
  1575. package/tieredmenu/style/TieredMenuStyle.d.ts +3 -0
  1576. package/tieredmenu/style/package.json +6 -0
  1577. package/tieredmenu/style/tieredmenustyle.cjs.js +62 -0
  1578. package/tieredmenu/style/tieredmenustyle.cjs.min.js +1 -0
  1579. package/tieredmenu/style/tieredmenustyle.esm.js +56 -0
  1580. package/tieredmenu/style/tieredmenustyle.esm.min.js +1 -0
  1581. package/tieredmenu/style/tieredmenustyle.js +65 -0
  1582. package/tieredmenu/style/tieredmenustyle.min.js +1 -0
  1583. package/tieredmenu/tieredmenu.cjs.js +5 -58
  1584. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  1585. package/tieredmenu/tieredmenu.esm.js +4 -58
  1586. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  1587. package/tieredmenu/tieredmenu.js +6 -59
  1588. package/tieredmenu/tieredmenu.min.js +1 -1
  1589. package/timeline/BaseTimeline.vue +2 -132
  1590. package/timeline/package.json +8 -8
  1591. package/timeline/style/TimelineStyle.d.ts +3 -0
  1592. package/timeline/style/package.json +6 -0
  1593. package/timeline/style/timelinestyle.cjs.js +28 -0
  1594. package/timeline/style/timelinestyle.cjs.min.js +1 -0
  1595. package/timeline/style/timelinestyle.esm.js +22 -0
  1596. package/timeline/style/timelinestyle.esm.min.js +1 -0
  1597. package/timeline/style/timelinestyle.js +31 -0
  1598. package/timeline/style/timelinestyle.min.js +1 -0
  1599. package/timeline/timeline.cjs.js +3 -23
  1600. package/timeline/timeline.cjs.min.js +1 -1
  1601. package/timeline/timeline.esm.js +2 -23
  1602. package/timeline/timeline.esm.min.js +1 -1
  1603. package/timeline/timeline.js +4 -24
  1604. package/timeline/timeline.min.js +1 -1
  1605. package/toast/BaseToast.vue +2 -130
  1606. package/toast/Toast.d.ts +5 -0
  1607. package/toast/Toast.vue +5 -0
  1608. package/toast/package.json +8 -8
  1609. package/toast/style/ToastStyle.d.ts +3 -0
  1610. package/toast/style/package.json +6 -0
  1611. package/toast/style/toaststyle.cjs.js +65 -0
  1612. package/toast/style/toaststyle.cjs.min.js +1 -0
  1613. package/toast/style/toaststyle.esm.js +59 -0
  1614. package/toast/style/toaststyle.esm.min.js +1 -0
  1615. package/toast/style/toaststyle.js +68 -0
  1616. package/toast/style/toaststyle.min.js +1 -0
  1617. package/toast/toast.cjs.js +11 -60
  1618. package/toast/toast.cjs.min.js +1 -1
  1619. package/toast/toast.esm.js +10 -60
  1620. package/toast/toast.esm.min.js +1 -1
  1621. package/toast/toast.js +12 -61
  1622. package/toast/toast.min.js +1 -1
  1623. package/toasteventbus/package.json +1 -1
  1624. package/toastservice/ToastService.d.ts +5 -0
  1625. package/toastservice/package.json +5 -5
  1626. package/toastservice/toastservice.cjs.js +3 -0
  1627. package/toastservice/toastservice.cjs.min.js +1 -1
  1628. package/toastservice/toastservice.esm.js +3 -0
  1629. package/toastservice/toastservice.esm.min.js +1 -1
  1630. package/toastservice/toastservice.js +3 -0
  1631. package/toastservice/toastservice.min.js +1 -1
  1632. package/togglebutton/BaseToggleButton.vue +2 -23
  1633. package/togglebutton/package.json +8 -8
  1634. package/togglebutton/style/ToggleButtonStyle.d.ts +3 -0
  1635. package/togglebutton/style/package.json +6 -0
  1636. package/togglebutton/style/togglebuttonstyle.cjs.js +35 -0
  1637. package/togglebutton/style/togglebuttonstyle.cjs.min.js +1 -0
  1638. package/togglebutton/style/togglebuttonstyle.esm.js +29 -0
  1639. package/togglebutton/style/togglebuttonstyle.esm.min.js +1 -0
  1640. package/togglebutton/style/togglebuttonstyle.js +38 -0
  1641. package/togglebutton/style/togglebuttonstyle.min.js +1 -0
  1642. package/togglebutton/togglebutton.cjs.js +3 -24
  1643. package/togglebutton/togglebutton.cjs.min.js +1 -1
  1644. package/togglebutton/togglebutton.esm.js +2 -24
  1645. package/togglebutton/togglebutton.esm.min.js +1 -1
  1646. package/togglebutton/togglebutton.js +4 -26
  1647. package/togglebutton/togglebutton.min.js +1 -1
  1648. package/toolbar/BaseToolbar.vue +2 -38
  1649. package/toolbar/package.json +8 -8
  1650. package/toolbar/style/ToolbarStyle.d.ts +3 -0
  1651. package/toolbar/style/package.json +6 -0
  1652. package/toolbar/style/toolbarstyle.cjs.js +22 -0
  1653. package/toolbar/style/toolbarstyle.cjs.min.js +1 -0
  1654. package/toolbar/style/toolbarstyle.esm.js +16 -0
  1655. package/toolbar/style/toolbarstyle.esm.min.js +1 -0
  1656. package/toolbar/style/toolbarstyle.js +25 -0
  1657. package/toolbar/style/toolbarstyle.min.js +1 -0
  1658. package/toolbar/toolbar.cjs.js +3 -17
  1659. package/toolbar/toolbar.cjs.min.js +1 -1
  1660. package/toolbar/toolbar.esm.js +2 -17
  1661. package/toolbar/toolbar.esm.min.js +1 -1
  1662. package/toolbar/toolbar.js +4 -18
  1663. package/toolbar/toolbar.min.js +1 -1
  1664. package/tooltip/Tooltip.d.ts +6 -1
  1665. package/tooltip/package.json +5 -5
  1666. package/tooltip/style/TooltipStyle.d.ts +3 -0
  1667. package/tooltip/style/package.json +6 -0
  1668. package/tooltip/style/tooltipstyle.cjs.js +21 -0
  1669. package/tooltip/style/tooltipstyle.cjs.min.js +1 -0
  1670. package/tooltip/style/tooltipstyle.esm.js +15 -0
  1671. package/tooltip/style/tooltipstyle.esm.min.js +1 -0
  1672. package/tooltip/style/tooltipstyle.js +24 -0
  1673. package/tooltip/style/tooltipstyle.min.js +1 -0
  1674. package/tooltip/tooltip.cjs.js +25 -26
  1675. package/tooltip/tooltip.cjs.min.js +1 -1
  1676. package/tooltip/tooltip.esm.js +24 -26
  1677. package/tooltip/tooltip.esm.min.js +1 -1
  1678. package/tooltip/tooltip.js +26 -27
  1679. package/tooltip/tooltip.min.js +1 -1
  1680. package/tree/BaseTree.vue +2 -134
  1681. package/tree/Tree.d.ts +10 -2
  1682. package/tree/Tree.vue +1 -1
  1683. package/tree/package.json +8 -8
  1684. package/tree/style/TreeStyle.d.ts +3 -0
  1685. package/tree/style/package.json +6 -0
  1686. package/tree/style/treestyle.cjs.js +63 -0
  1687. package/tree/style/treestyle.cjs.min.js +1 -0
  1688. package/tree/style/treestyle.esm.js +57 -0
  1689. package/tree/style/treestyle.esm.min.js +1 -0
  1690. package/tree/style/treestyle.js +66 -0
  1691. package/tree/style/treestyle.min.js +1 -0
  1692. package/tree/tree.cjs.js +4 -59
  1693. package/tree/tree.cjs.min.js +1 -1
  1694. package/tree/tree.esm.js +3 -59
  1695. package/tree/tree.esm.min.js +1 -1
  1696. package/tree/tree.js +5 -60
  1697. package/tree/tree.min.js +1 -1
  1698. package/treeselect/BaseTreeSelect.vue +2 -101
  1699. package/treeselect/package.json +2 -2
  1700. package/treeselect/style/TreeSelectStyle.d.ts +3 -0
  1701. package/treeselect/style/package.json +6 -0
  1702. package/treeselect/style/treeselectstyle.cjs.js +60 -0
  1703. package/treeselect/style/treeselectstyle.cjs.min.js +1 -0
  1704. package/treeselect/style/treeselectstyle.esm.js +54 -0
  1705. package/treeselect/style/treeselectstyle.esm.min.js +1 -0
  1706. package/treeselect/style/treeselectstyle.js +63 -0
  1707. package/treeselect/style/treeselectstyle.min.js +1 -0
  1708. package/treeselect/treeselect.cjs.js +3 -55
  1709. package/treeselect/treeselect.cjs.min.js +1 -1
  1710. package/treeselect/treeselect.esm.js +2 -55
  1711. package/treeselect/treeselect.esm.min.js +1 -1
  1712. package/treeselect/treeselect.js +4 -56
  1713. package/treeselect/treeselect.min.js +1 -1
  1714. package/treetable/BaseTreeTable.vue +2 -271
  1715. package/treetable/TreeTable.d.ts +0 -18
  1716. package/treetable/TreeTable.vue +7 -23
  1717. package/treetable/package.json +8 -8
  1718. package/treetable/style/TreeTableStyle.d.ts +3 -0
  1719. package/treetable/style/package.json +6 -0
  1720. package/treetable/style/treetablestyle.cjs.js +110 -0
  1721. package/treetable/style/treetablestyle.cjs.min.js +1 -0
  1722. package/treetable/style/treetablestyle.esm.js +104 -0
  1723. package/treetable/style/treetablestyle.esm.min.js +1 -0
  1724. package/treetable/style/treetablestyle.js +113 -0
  1725. package/treetable/style/treetablestyle.min.js +1 -0
  1726. package/treetable/treetable.cjs.js +9 -121
  1727. package/treetable/treetable.cjs.min.js +1 -1
  1728. package/treetable/treetable.esm.js +8 -121
  1729. package/treetable/treetable.esm.min.js +1 -1
  1730. package/treetable/treetable.js +10 -122
  1731. package/treetable/treetable.min.js +1 -1
  1732. package/tristatecheckbox/BaseTriStateCheckbox.vue +2 -25
  1733. package/tristatecheckbox/package.json +8 -8
  1734. package/tristatecheckbox/style/TriStateCheckboxStyle.d.ts +3 -0
  1735. package/tristatecheckbox/style/package.json +6 -0
  1736. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.js +37 -0
  1737. package/tristatecheckbox/style/tristatecheckboxstyle.cjs.min.js +1 -0
  1738. package/tristatecheckbox/style/tristatecheckboxstyle.esm.js +31 -0
  1739. package/tristatecheckbox/style/tristatecheckboxstyle.esm.min.js +1 -0
  1740. package/tristatecheckbox/style/tristatecheckboxstyle.js +40 -0
  1741. package/tristatecheckbox/style/tristatecheckboxstyle.min.js +1 -0
  1742. package/tristatecheckbox/tristatecheckbox.cjs.js +3 -26
  1743. package/tristatecheckbox/tristatecheckbox.cjs.min.js +1 -1
  1744. package/tristatecheckbox/tristatecheckbox.esm.js +2 -26
  1745. package/tristatecheckbox/tristatecheckbox.esm.min.js +1 -1
  1746. package/tristatecheckbox/tristatecheckbox.js +4 -28
  1747. package/tristatecheckbox/tristatecheckbox.min.js +1 -1
  1748. package/useconfirm/package.json +5 -5
  1749. package/usedialog/package.json +1 -1
  1750. package/usestyle/UseStyle.d.ts +6 -6
  1751. package/usestyle/package.json +1 -1
  1752. package/usestyle/usestyle.cjs.js +15 -10
  1753. package/usestyle/usestyle.cjs.min.js +1 -1
  1754. package/usestyle/usestyle.esm.js +15 -10
  1755. package/usestyle/usestyle.esm.min.js +1 -1
  1756. package/usestyle/usestyle.js +15 -10
  1757. package/usestyle/usestyle.min.js +1 -1
  1758. package/usetoast/package.json +5 -5
  1759. package/utils/Utils.d.ts +5 -0
  1760. package/utils/package.json +4 -4
  1761. package/utils/utils.cjs.js +42 -2
  1762. package/utils/utils.cjs.min.js +1 -1
  1763. package/utils/utils.esm.js +42 -2
  1764. package/utils/utils.esm.min.js +1 -1
  1765. package/utils/utils.js +42 -2
  1766. package/utils/utils.min.js +1 -1
  1767. package/vetur-attributes.json +8 -0
  1768. package/vetur-tags.json +2 -0
  1769. package/virtualscroller/BaseVirtualScroller.vue +3 -67
  1770. package/virtualscroller/package.json +2 -2
  1771. package/virtualscroller/style/VirtualScrollerStyle.d.ts +3 -0
  1772. package/virtualscroller/style/package.json +6 -0
  1773. package/virtualscroller/style/virtualscrollerstyle.cjs.js +15 -0
  1774. package/virtualscroller/style/virtualscrollerstyle.cjs.min.js +1 -0
  1775. package/virtualscroller/style/virtualscrollerstyle.esm.js +9 -0
  1776. package/virtualscroller/style/virtualscrollerstyle.esm.min.js +1 -0
  1777. package/virtualscroller/style/virtualscrollerstyle.js +18 -0
  1778. package/virtualscroller/style/virtualscrollerstyle.min.js +1 -0
  1779. package/virtualscroller/virtualscroller.cjs.js +4 -8
  1780. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  1781. package/virtualscroller/virtualscroller.esm.js +3 -8
  1782. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  1783. package/virtualscroller/virtualscroller.js +5 -9
  1784. package/virtualscroller/virtualscroller.min.js +1 -1
  1785. package/web-types.json +21 -1
@@ -25,7 +25,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
25
25
  };
26
26
  var index = {
27
27
  global: {
28
- css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n \n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n }\n @keyframes p-progress-spinner-color {\n 100%, 0% {\n stroke: #ff5757;\n }\n 40% {\n stroke: #696cff;\n }\n 66% {\n stroke: #1ea97c;\n }\n 80%, 90% {\n stroke: #cc8925;\n }\n }\n\n .progressbar-value-animate::after {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n }\n .progressbar-value-animate::before {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n }\n @keyframes p-progressbar-indeterminate-anim {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n }\n"
28
+ css: "\n *[data-pd-ripple=\"true\"]{\n overflow: hidden;\n position: relative;\n }\n span[data-p-ink-active=\"true\"]{\n animation: ripple 0.4s linear;\n }\n @keyframes ripple {\n 100% {\n opacity: 0;\n transform: scale(2.5);\n }\n }\n\n .progress-spinner-circle {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: 0;\n animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite;\n stroke-linecap: round;\n }\n\n @keyframes p-progress-spinner-dash{\n 0% {\n stroke-dasharray: 1, 200;\n stroke-dashoffset: 0;\n }\n 50% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -35px;\n }\n 100% {\n stroke-dasharray: 89, 200;\n stroke-dashoffset: -124px;\n }\n }\n @keyframes p-progress-spinner-color {\n 100%, 0% {\n stroke: #ff5757;\n }\n 40% {\n stroke: #696cff;\n }\n 66% {\n stroke: #1ea97c;\n }\n 80%, 90% {\n stroke: #cc8925;\n }\n }\n\n .progressbar-value-animate::after {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;\n }\n .progressbar-value-animate::before {\n will-change: left, right;\n animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;\n }\n @keyframes p-progressbar-indeterminate-anim {\n 0% {\n left: -35%;\n right: 100%;\n }\n 60% {\n left: 100%;\n right: -90%;\n }\n 100% {\n left: 100%;\n right: -90%;\n }\n }\n"
29
29
  },
30
30
  directives: {
31
31
  ripple: {
@@ -278,7 +278,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
278
278
  "class": 'overflow-hidden relative float-left h-full w-full z-[1]'
279
279
  },
280
280
  content: {
281
- "class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative scrollbar-none w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
281
+ "class": 'box-border h-[calc(100%+18px)] overflow-scroll pr-[18px] pb-[18px] pl-0 pt-0 relative w-[calc(100%+18px)] [&::-webkit-scrollbar]:hidden'
282
282
  },
283
283
  barX: {
284
284
  "class": ['relative bg-gray-100 invisible rounded cursor-pointer h-[9px] bottom-0 z-[2]', 'transition duration-[250ms] ease-linear']
@@ -305,15 +305,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
305
305
  },
306
306
 
307
307
  previousButton: {
308
- "class": ['h-full flex items-center justify-center absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ]'] // Flex and absolute positioning styles.
308
+ "class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'left-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 ]'] // Flex and absolute positioning styles.
309
309
  },
310
310
 
311
311
  nextButton: {
312
- "class": ['h-full flex items-center justify-center absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex and absolute positioning styles.
312
+ "class": ['h-full flex items-center justify-center !absolute top-0 z-20', 'right-0', 'bg-white text-blue-500 w-12 shadow-md rounded-none', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex and absolute positioning styles.
313
313
  },
314
314
 
315
315
  nav: {
316
- "class": ['flex flex-1 list-none m-0 p-0', 'bg-white border border-gray-300 border-0 border-b-2', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
316
+ "class": ['flex flex-1 list-none m-0 p-0', 'bg-transparent border border-gray-300 border-0 border-b-2', 'dark:border-blue-900/40 dark:text-white/80 '] // Flex, list, margin, padding, and border styles.
317
317
  },
318
318
 
319
319
  tabpanel: {
@@ -321,7 +321,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
321
321
  var props = _ref11.props;
322
322
  return {
323
323
  "class": ['mr-0', {
324
- 'cursor-default pointer-events-none select-none user-select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
324
+ 'cursor-default pointer-events-none select-none select-none opacity-60': props === null || props === void 0 ? void 0 : props.disabled
325
325
  }] // Margin and condition-based styles.
326
326
  };
327
327
  },
@@ -330,9 +330,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
330
330
  var parent = _ref12.parent,
331
331
  context = _ref12.context;
332
332
  return {
333
- "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none user-select-none',
333
+ "class": ['items-center cursor-pointer flex overflow-hidden relative select-none text-decoration-none select-none',
334
334
  // Flex and overflow styles.
335
- 'border-b-2 p-5 font-bold rounded-t-lg transition-shadow duration-200 m-0',
335
+ 'border-b-2 p-5 font-bold rounded-t-md transition-shadow duration-200 m-0',
336
336
  // Border, padding, font, and transition styles.
337
337
  'transition-colors duration-200',
338
338
  // Transition duration style.
@@ -353,7 +353,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
353
353
  },
354
354
 
355
355
  content: {
356
- "class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-2xl rounded-br-2xl', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80'] // Background, padding, border, and text styles.
356
+ "class": ['bg-white p-5 border-0 text-gray-700 rounded-bl-md rounded-br-md', 'dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80'] // Background, padding, border, and text styles.
357
357
  }
358
358
  }
359
359
  },
@@ -367,11 +367,6 @@ this.primevue.passthrough.tailwind = (function (exports) {
367
367
  }]
368
368
  };
369
369
  },
370
- splitterpanel: {
371
- root: {
372
- "class": 'flex grow'
373
- }
374
- },
375
370
  gutter: function gutter(_ref14) {
376
371
  var props = _ref14.props;
377
372
  return {
@@ -391,6 +386,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
391
386
  };
392
387
  }
393
388
  },
389
+ splitterpanel: {
390
+ root: {
391
+ "class": 'flex grow'
392
+ }
393
+ },
394
394
  dialog: {
395
395
  root: function root(_ref16) {
396
396
  var state = _ref16.state;
@@ -429,7 +429,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
429
429
  };
430
430
  },
431
431
  footer: {
432
- "class": ['shrink-0 ', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
432
+ "class": ['flex gap-2 shrink-0 justify-end align-center', 'border-t-0 bg-white text-gray-700 px-6 pb-6 text-right rounded-b-lg', 'dark:bg-gray-900 dark:text-white/80']
433
433
  },
434
434
  mask: function mask(_ref18) {
435
435
  var props = _ref18.props;
@@ -483,13 +483,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
483
483
  "class": 'ml-4'
484
484
  },
485
485
  footer: {
486
- "class": 'text-right px-5 py-5 pt-0'
486
+ "class": 'flex gap-2 justify-end align-center text-right px-5 py-5 pt-0'
487
487
  },
488
488
  transition: TRANSITIONS.overlay
489
489
  },
490
490
  overlaypanel: {
491
491
  root: {
492
- "class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
492
+ "class": ['bg-white text-gray-700 border-0 rounded-md shadow-lg', 'z-40 transform origin-center', 'absolute left-0 top-0 mt-3', 'before:absolute before:w-0 before:-top-3 before:h-0 before:border-transparent before:border-solid before:ml-6 before:border-x-[0.75rem] before:border-b-[0.75rem] before:border-t-0 before:border-b-white dark:before:border-b-gray-900', 'dark:border dark:border-blue-900/40 dark:bg-gray-900 dark:text-white/80']
493
493
  },
494
494
  content: {
495
495
  "class": 'p-5 items-center flex'
@@ -707,18 +707,23 @@ this.primevue.passthrough.tailwind = (function (exports) {
707
707
  var props = _ref26.props,
708
708
  context = _ref26.context;
709
709
  return {
710
- "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom h-full', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]',
711
- // Primary button focus
712
- {
713
- 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
714
- 'text-blue-600 bg-transparent border-transparent': props.link
710
+ "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom', 'transition duration-200 ease-in-out', 'focus:outline-none focus:outline-offset-0', {
711
+ 'text-white dark:text-gray-900 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 dark:hover:bg-blue-500 hover:border-blue-600 dark:hover:border-blue-500 focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': !props.link && props.severity === null && !props.text && !props.outlined && !props.plain,
712
+ 'text-blue-600 bg-transparent border-transparent focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.link
713
+ }, {
714
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(176,185,198,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(203,213,225,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'secondary',
715
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(136,234,172,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(134,239,172,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'success',
716
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(157,193,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(147,197,253,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'info',
717
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(250,207,133,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,211,77,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'warning',
718
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(212,170,251,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(216,180,254,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'help',
719
+ 'focus:shadow-[0_0_0_2px_rgba(255,255,255,1),0_0_0_4px_rgba(247,162,162,1),0_1px_2px_0_rgba(0,0,0,1)] dark:focus:shadow-[0_0_0_2px_rgba(28,33,39,1),0_0_0_4px_rgba(252,165,165,0.7),0_1px_2px_0_rgba(0,0,0,0)]': props.severity === 'danger'
715
720
  }, {
716
- 'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
717
- 'text-white bg-green-500 border border-green-500 hover:bg-green-600 hover:border-green-600': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
718
- 'text-white bg-blue-500 border border-blue-500 hover:bg-blue-600 hover:border-blue-600': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
719
- 'text-white bg-orange-500 border border-orange-500 hover:bg-orange-600 hover:border-orange-600': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
720
- 'text-white bg-purple-500 border border-purple-500 hover:bg-purple-600 hover:border-purple-600': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
721
- 'text-white bg-red-500 border border-red-500 hover:bg-red-600 hover:border-red-600': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
721
+ 'text-white dark:text-gray-900 bg-gray-500 dark:bg-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-600 dark:hover:bg-gray-500 hover:border-gray-600 dark:hover:border-gray-500': props.severity === 'secondary' && !props.text && !props.outlined && !props.plain,
722
+ 'text-white dark:text-gray-900 bg-green-500 dark:bg-green-400 border border-green-500 dark:border-green-400 hover:bg-green-600 dark:hover:bg-green-500 hover:border-green-600 dark:hover:border-green-500': props.severity === 'success' && !props.text && !props.outlined && !props.plain,
723
+ 'text-white dark:text-gray-900 dark:bg-blue-400 bg-blue-500 dark:bg-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-600 hover:border-blue-600 dark:hover:bg-blue-500 dark:hover:border-blue-500': props.severity === 'info' && !props.text && !props.outlined && !props.plain,
724
+ 'text-white dark:text-gray-900 bg-orange-500 dark:bg-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-600 dark:hover:bg-orange-500 hover:border-orange-600 dark:hover:border-orange-500': props.severity === 'warning' && !props.text && !props.outlined && !props.plain,
725
+ 'text-white dark:text-gray-900 bg-purple-500 dark:bg-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-600 dark:hover:bg-purple-500 hover:border-purple-600 dark:hover:border-purple-500': props.severity === 'help' && !props.text && !props.outlined && !props.plain,
726
+ 'text-white dark:text-gray-900 bg-red-500 dark:bg-red-400 border border-red-500 dark:border-red-400 hover:bg-red-600 dark:hover:bg-red-500 hover:border-red-600 dark:hover:border-red-500': props.severity === 'danger' && !props.text && !props.outlined && !props.plain
722
727
  }, {
723
728
  'shadow-lg': props.raised
724
729
  }, {
@@ -726,12 +731,12 @@ this.primevue.passthrough.tailwind = (function (exports) {
726
731
  'rounded-full': props.rounded
727
732
  }, {
728
733
  'bg-transparent border-transparent': props.text && !props.plain,
729
- 'text-blue-500 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
730
- 'text-gray-500 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
731
- 'text-green-500 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
732
- 'text-orange-500 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
733
- 'text-purple-500 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
734
- 'text-red-500 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
734
+ 'text-blue-500 dark:text-blue-400 hover:bg-blue-300/20': props.text && (props.severity === null || props.severity === 'info') && !props.plain,
735
+ 'text-gray-500 dark:text-gray-400 hover:bg-gray-300/20': props.text && props.severity === 'secondary' && !props.plain,
736
+ 'text-green-500 dark:text-green-400 hover:bg-green-300/20': props.text && props.severity === 'success' && !props.plain,
737
+ 'text-orange-500 dark:text-orange-400 hover:bg-orange-300/20': props.text && props.severity === 'warning' && !props.plain,
738
+ 'text-purple-500 dark:text-purple-400 hover:bg-purple-300/20': props.text && props.severity === 'help' && !props.plain,
739
+ 'text-red-500 dark:text-red-400 hover:bg-red-300/20': props.text && props.severity === 'danger' && !props.plain
735
740
  }, {
736
741
  'shadow-lg': props.raised && props.text
737
742
  }, {
@@ -740,16 +745,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
740
745
  'text-white bg-gray-500 border border-gray-500 hover:bg-gray-600 hover:border-gray-600': props.plain && !props.outlined && !props.text
741
746
  }, {
742
747
  'bg-transparent border': props.outlined && !props.plain,
743
- 'text-blue-500 border border-blue-500 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
744
- 'text-gray-500 border border-gray-500 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
745
- 'text-green-500 border border-green-500 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
746
- 'text-orange-500 border border-orange-500 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
747
- 'text-purple-500 border border-purple-500 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
748
- 'text-red-500 border border-red-500 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
748
+ 'text-blue-500 dark:text-blue-400 border border-blue-500 dark:border-blue-400 hover:bg-blue-300/20': props.outlined && (props.severity === null || props.severity === 'info') && !props.plain,
749
+ 'text-gray-500 dark:text-gray-400 border border-gray-500 dark:border-gray-400 hover:bg-gray-300/20': props.outlined && props.severity === 'secondary' && !props.plain,
750
+ 'text-green-500 dark:text-green-400 border border-green-500 dark:border-green-400 hover:bg-green-300/20': props.outlined && props.severity === 'success' && !props.plain,
751
+ 'text-orange-500 dark:text-orange-400 border border-orange-500 dark:border-orange-400 hover:bg-orange-300/20': props.outlined && props.severity === 'warning' && !props.plain,
752
+ 'text-purple-500 dark:text-purple-400 border border-purple-500 dark:border-purple-400 hover:bg-purple-300/20': props.outlined && props.severity === 'help' && !props.plain,
753
+ 'text-red-500 dark:text-red-400 border border-red-500 dark:border-red-400 hover:bg-red-300/20': props.outlined && props.severity === 'danger' && !props.plain
749
754
  }, {
750
755
  'px-4 py-3 text-base': props.size === null,
751
756
  'text-xs py-2 px-3': props.size === 'small',
752
757
  'text-xl py-3 px-4': props.size === 'large'
758
+ }, {
759
+ 'flex-column': props.iconPos == 'top' || props.iconPos == 'bottom'
753
760
  }, {
754
761
  'opacity-60 pointer-events-none cursor-default': context.disabled
755
762
  }]
@@ -760,6 +767,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
760
767
  return {
761
768
  "class": ['flex-1', 'duration-200', 'font-bold', {
762
769
  'hover:underline': props.link
770
+ }, {
771
+ 'invisible w-0': props.label == null
763
772
  }]
764
773
  };
765
774
  },
@@ -768,9 +777,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
768
777
  return {
769
778
  "class": ['mx-0', {
770
779
  'mr-2': props.iconPos == 'left' && props.label != null,
771
- 'ml-2': props.iconPos == 'right' && props.label != null,
780
+ 'ml-2 order-1': props.iconPos == 'right' && props.label != null,
772
781
  'mb-2': props.iconPos == 'top' && props.label != null,
773
- 'mt-2': props.iconPos == 'bottom' && props.label != null
782
+ 'mt-2 order-2': props.iconPos == 'bottom' && props.label != null
774
783
  }]
775
784
  };
776
785
  },
@@ -892,6 +901,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
892
901
  return {
893
902
  "class": [{
894
903
  'rounded-tr-none rounded-br-none': props.showButtons && props.buttonLayout == 'stacked'
904
+ }, {
905
+ 'order-2': props.buttonLayout == 'horizontal'
895
906
  }]
896
907
  };
897
908
  },
@@ -908,6 +919,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
908
919
  return {
909
920
  "class": ['flex !items-center !justify-center', {
910
921
  'rounded-br-none rounded-bl-none rounded-bl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
922
+ }, {
923
+ 'order-3': props.buttonLayout == 'horizontal'
911
924
  }]
912
925
  };
913
926
  },
@@ -919,6 +932,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
919
932
  return {
920
933
  "class": ['flex !items-center !justify-center', {
921
934
  'rounded-tr-none rounded-tl-none rounded-tl-none !p-0 flex-1 w-[3rem]': props.showButtons && props.buttonLayout == 'stacked'
935
+ }, {
936
+ 'order-1': props.buttonLayout == 'horizontal'
922
937
  }]
923
938
  };
924
939
  }
@@ -927,7 +942,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
927
942
  root: function root(_ref41) {
928
943
  var props = _ref41.props;
929
944
  return {
930
- "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-0', {
945
+ "class": ['focus:outline-none focus:outline-offset-0 focus:shadow-none', {
931
946
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
932
947
  }]
933
948
  };
@@ -971,7 +986,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
971
986
  };
972
987
  },
973
988
  label: {
974
- "class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-overflow-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
989
+ "class": ['block whitespace-nowrap overflow-hidden flex flex-1 w-1 text-ellipsis cursor-pointer', 'bg-transparent border-0 p-3 text-gray-700 dark:text-white/80', 'appearance-none rounded-md']
975
990
  },
976
991
  dropdownbutton: {
977
992
  "class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/80 w-[3rem] rounded-tr-6 rounded-br-6']
@@ -1087,7 +1102,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1087
1102
  handle: function handle(_ref52) {
1088
1103
  var props = _ref52.props;
1089
1104
  return {
1090
- "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1105
+ "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1091
1106
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1092
1107
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1093
1108
  }]
@@ -1096,7 +1111,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1096
1111
  starthandler: function starthandler(_ref53) {
1097
1112
  var props = _ref53.props;
1098
1113
  return {
1099
- "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1114
+ "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1100
1115
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1101
1116
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1102
1117
  }]
@@ -1105,7 +1120,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1105
1120
  endhandler: function endhandler(_ref54) {
1106
1121
  var props = _ref54.props;
1107
1122
  return {
1108
- "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-action-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1123
+ "class": ['h-4 w-4 bg-white dark:bg-gray-600 border-2 border-blue-500 rounded-full transition duration-200', 'cursor-grab touch-none block', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'hover:bg-blue-500 hover:border hover:border-blue-500', {
1109
1124
  'top-[50%] mt-[-0.5715rem] ml-[-0.5715rem]': props.orientation == 'horizontal',
1110
1125
  'left-[50%] mb-[-0.5715rem] ml-[-0.4715rem]': props.orientation == 'vertical'
1111
1126
  }]
@@ -1253,7 +1268,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1253
1268
  input: function input(_ref64) {
1254
1269
  var props = _ref64.props;
1255
1270
  return {
1256
- "class": ['cursor-pointer block flex flex-auto overflow-hidden overflow-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
1271
+ "class": ['cursor-pointer block flex flex-auto overflow-hidden text-ellipsis whitespace-nowrap relative', 'bg-transparent border-0 text-gray-800', 'dark:text-white/80', 'p-3 transition duration-200 bg-transparent rounded appearance-none font-sans text-base', 'focus:outline-none focus:shadow-none', {
1257
1272
  'pr-7': props.showClear
1258
1273
  }]
1259
1274
  };
@@ -1270,10 +1285,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
1270
1285
  item: function item(_ref65) {
1271
1286
  var context = _ref65.context;
1272
1287
  return {
1273
- "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
1274
- 'text-gray-700': !context.focused && !context.selected,
1275
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1276
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1288
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1289
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1290
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
1291
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1277
1292
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1278
1293
  }]
1279
1294
  };
@@ -1307,13 +1322,27 @@ this.primevue.passthrough.tailwind = (function (exports) {
1307
1322
  }]
1308
1323
  };
1309
1324
  },
1310
- input: {
1311
- "class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500' //Hover
1312
- ]
1313
- },
1314
-
1315
- panel: function panel(_ref67) {
1325
+ input: function input(_ref67) {
1316
1326
  var props = _ref67.props;
1327
+ return {
1328
+ "class": ['font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none', 'hover:border-blue-500', {
1329
+ 'rounded-lg': !props.showIcon,
1330
+ 'border-r-0 rounded-l-lg': props.showIcon
1331
+ }]
1332
+ };
1333
+ },
1334
+ dropdownbutton: function dropdownbutton(_ref68) {
1335
+ var props = _ref68.props;
1336
+ return {
1337
+ root: {
1338
+ "class": [{
1339
+ 'rounded-l-none': props.showIcon
1340
+ }]
1341
+ }
1342
+ };
1343
+ },
1344
+ panel: function panel(_ref69) {
1345
+ var props = _ref69.props;
1317
1346
  return {
1318
1347
  "class": ['bg-white dark:bg-gray-900', 'min-w-[350px]', {
1319
1348
  'shadow-md border-0 absolute': !props.inline,
@@ -1351,14 +1380,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
1351
1380
  day: {
1352
1381
  "class": 'p-2'
1353
1382
  },
1354
- daylabel: function daylabel(_ref68) {
1355
- var context = _ref68.context;
1383
+ daylabel: function daylabel(_ref70) {
1384
+ var context = _ref70.context;
1356
1385
  return {
1357
1386
  "class": ['w-10 h-10 rounded-full transition-shadow duration-200 border-transparent border', 'flex items-center justify-center mx-auto overflow-hidden relative', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1358
1387
  'opacity-60 cursor-default': context.disabled,
1359
1388
  'cursor-pointer': !context.disabled
1360
1389
  }, {
1361
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1390
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1362
1391
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1363
1392
  }]
1364
1393
  };
@@ -1366,11 +1395,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
1366
1395
  monthpicker: {
1367
1396
  "class": 'my-2'
1368
1397
  },
1369
- month: function month(_ref69) {
1370
- var context = _ref69.context;
1398
+ month: function month(_ref71) {
1399
+ var context = _ref71.context;
1371
1400
  return {
1372
1401
  "class": ['w-1/3 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1373
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1402
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1374
1403
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1375
1404
  }]
1376
1405
  };
@@ -1378,11 +1407,11 @@ this.primevue.passthrough.tailwind = (function (exports) {
1378
1407
  yearpicker: {
1379
1408
  "class": 'my-2'
1380
1409
  },
1381
- year: function year(_ref70) {
1382
- var context = _ref70.context;
1410
+ year: function year(_ref72) {
1411
+ var context = _ref72.context;
1383
1412
  return {
1384
1413
  "class": ['w-1/2 inline-flex items-center justify-center cursor-pointer overflow-hidden relative', 'p-2 transition-shadow duration-200 rounded-lg', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1385
- 'text-gray-600 dark:text-white/70 bg-transprent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1414
+ 'text-gray-600 dark:text-white/70 bg-transparent hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.selected && !context.disabled,
1386
1415
  'text-blue-700 bg-blue-100 hover:bg-blue-200': context.selected && !context.disabled
1387
1416
  }]
1388
1417
  };
@@ -1429,13 +1458,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
1429
1458
  list: {
1430
1459
  "class": 'py-3 list-none m-0'
1431
1460
  },
1432
- item: function item(_ref71) {
1433
- var context = _ref71.context;
1461
+ item: function item(_ref73) {
1462
+ var context = _ref73.context;
1434
1463
  return {
1435
- "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
1436
- 'text-gray-700': !context.focused && !context.selected,
1437
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1438
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1464
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1465
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1466
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
1467
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1439
1468
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1440
1469
  }]
1441
1470
  };
@@ -1457,8 +1486,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1457
1486
  }
1458
1487
  },
1459
1488
  multiselect: {
1460
- root: function root(_ref72) {
1461
- var props = _ref72.props;
1489
+ root: function root(_ref74) {
1490
+ var props = _ref74.props;
1462
1491
  return {
1463
1492
  "class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1464
1493
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1468,10 +1497,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
1468
1497
  labelContainer: {
1469
1498
  "class": 'overflow-hidden flex flex-auto cursor-pointer'
1470
1499
  },
1471
- label: function label(_ref73) {
1472
- var props = _ref73.props;
1500
+ label: function label(_ref75) {
1501
+ var props = _ref75.props;
1473
1502
  return {
1474
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
1503
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200', _defineProperty({
1475
1504
  '!p-3': props.display !== 'chip' && ((props === null || props === void 0 ? void 0 : props.modelValue) == null || (props === null || props === void 0 ? void 0 : props.modelValue) == undefined),
1476
1505
  '!py-1.5 px-3': props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) !== null
1477
1506
  }, "!p-3", props.display == 'chip' && (props === null || props === void 0 ? void 0 : props.modelValue) == null)]
@@ -1495,8 +1524,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1495
1524
  headerCheckboxContainer: {
1496
1525
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1497
1526
  },
1498
- headerCheckbox: function headerCheckbox(_ref75) {
1499
- var context = _ref75.context;
1527
+ headerCheckbox: function headerCheckbox(_ref77) {
1528
+ var context = _ref77.context;
1500
1529
  return {
1501
1530
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/70 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1502
1531
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1519,13 +1548,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
1519
1548
  list: {
1520
1549
  "class": 'py-3 list-none m-0'
1521
1550
  },
1522
- item: function item(_ref76) {
1523
- var context = _ref76.context;
1551
+ item: function item(_ref78) {
1552
+ var context = _ref78.context;
1524
1553
  return {
1525
- "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
1526
- 'text-gray-700': !context.focused && !context.selected,
1527
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1528
- 'bg-blue-400 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1554
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1555
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1556
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
1557
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1529
1558
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1530
1559
  }]
1531
1560
  };
@@ -1533,8 +1562,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1533
1562
  checkboxContainer: {
1534
1563
  "class": ['inline-flex cursor-pointer select-none align-bottom relative', 'mr-2', 'w-6 h-6']
1535
1564
  },
1536
- checkbox: function checkbox(_ref77) {
1537
- var context = _ref77.context;
1565
+ checkbox: function checkbox(_ref79) {
1566
+ var context = _ref79.context;
1538
1567
  return {
1539
1568
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 dark:text-white/80 rounded-lg transition-colors duration-200', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1540
1569
  'border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900': !(context !== null && context !== void 0 && context.selected),
@@ -1563,8 +1592,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1563
1592
  transition: TRANSITIONS.overlay
1564
1593
  },
1565
1594
  textarea: {
1566
- root: function root(_ref78) {
1567
- var context = _ref78.context;
1595
+ root: function root(_ref80) {
1596
+ var context = _ref80.context;
1568
1597
  return {
1569
1598
  "class": ['m-0', 'font-sans text-base text-gray-600 dark:text-white/80 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 appearance-none rounded-lg', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
1570
1599
  'opacity-60 select-none pointer-events-none cursor-default': context.disabled
@@ -1573,8 +1602,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1573
1602
  }
1574
1603
  },
1575
1604
  treeselect: {
1576
- root: function root(_ref79) {
1577
- var props = _ref79.props;
1605
+ root: function root(_ref81) {
1606
+ var props = _ref81.props;
1578
1607
  return {
1579
1608
  "class": ['inline-flex cursor-pointer select-none', 'bg-white dark:bg-gray-900 border border-gray-400 dark:border-blue-900/40 transition-colors duration-200 ease-in-out rounded-md', 'w-full md:w-80', {
1580
1609
  'opacity-60 select-none pointer-events-none cursor-default': props === null || props === void 0 ? void 0 : props.disabled
@@ -1585,7 +1614,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1585
1614
  "class": ['overflow-hidden flex flex-auto cursor-pointer']
1586
1615
  },
1587
1616
  label: {
1588
- "class": ['block overflow-hidden whitespace-nowrap cursor-pointer overflow-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
1617
+ "class": ['block overflow-hidden whitespace-nowrap cursor-pointer text-ellipsis', 'text-gray-800 dark:text-white/80', 'p-3 transition duration-200']
1589
1618
  },
1590
1619
  trigger: {
1591
1620
  "class": ['flex items-center justify-center shrink-0', 'bg-transparent text-gray-600 dark:text-white/70 w-12 rounded-tr-lg rounded-br-lg']
@@ -1599,8 +1628,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1599
1628
  transition: TRANSITIONS.overlay
1600
1629
  },
1601
1630
  autocomplete: {
1602
- root: function root(_ref80) {
1603
- var props = _ref80.props;
1631
+ root: function root(_ref82) {
1632
+ var props = _ref82.props;
1604
1633
  return {
1605
1634
  "class": ['relative inline-flex', {
1606
1635
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1615,8 +1644,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1615
1644
  inputtoken: {
1616
1645
  "class": ['py-0.375rem px-0', 'flex-1 inline-flex']
1617
1646
  },
1618
- input: function input(_ref81) {
1619
- var props = _ref81.props;
1647
+ input: function input(_ref83) {
1648
+ var props = _ref83.props;
1620
1649
  return {
1621
1650
  "class": ['m-0', ' transition-colors duration-200 appearance-none rounded-lg', {
1622
1651
  'rounded-tr-none rounded-br-none': props.dropdown
@@ -1640,13 +1669,13 @@ this.primevue.passthrough.tailwind = (function (exports) {
1640
1669
  list: {
1641
1670
  "class": 'py-3 list-none m-0'
1642
1671
  },
1643
- item: function item(_ref82) {
1644
- var context = _ref82.context;
1672
+ item: function item(_ref84) {
1673
+ var context = _ref84.context;
1645
1674
  return {
1646
- "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', 'dark:text-white/80 dark:hover:bg-gray-800', 'hover:text-gray-700 hover:bg-gray-200', {
1647
- 'text-gray-700': !context.focused && !context.selected,
1648
- 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90': context.focused && !context.selected,
1649
- 'bg-blue-500 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1675
+ "class": ['cursor-pointer font-normal overflow-hidden relative whitespace-nowrap', 'm-0 p-3 border-0 transition-shadow duration-200 rounded-none', {
1676
+ 'text-gray-700 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': !context.focused && !context.selected,
1677
+ 'bg-gray-300 text-gray-700 dark:text-white/80 dark:bg-gray-800/90 hover:text-gray-700 hover:bg-gray-200 dark:text-white/80 dark:hover:bg-gray-800': context.focused && !context.selected,
1678
+ 'bg-blue-100 text-blue-700 dark:bg-blue-400 dark:text-white/80': context.focused && context.selected,
1650
1679
  'bg-blue-50 text-blue-700 dark:bg-blue-300 dark:text-white/80': !context.focused && context.selected
1651
1680
  }]
1652
1681
  };
@@ -1657,8 +1686,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1657
1686
  transition: TRANSITIONS.overlay
1658
1687
  },
1659
1688
  chips: {
1660
- root: function root(_ref83) {
1661
- var props = _ref83.props;
1689
+ root: function root(_ref85) {
1690
+ var props = _ref85.props;
1662
1691
  return {
1663
1692
  "class": ['flex', {
1664
1693
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1682,8 +1711,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1682
1711
  }
1683
1712
  },
1684
1713
  colorpicker: {
1685
- root: function root(_ref84) {
1686
- var props = _ref84.props;
1714
+ root: function root(_ref86) {
1715
+ var props = _ref86.props;
1687
1716
  return {
1688
1717
  "class": ['inline-block', {
1689
1718
  'opacity-60 select-none pointer-events-none cursor-default': props.disabled
@@ -1693,8 +1722,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1693
1722
  input: {
1694
1723
  "class": ['m-0', 'font-sans text-base text-gray-600 bg-white dark:bg-gray-900 p-3 border border-gray-300 dark:border-blue-900/40 transition-colors duration-200 rounded-lg cursor-pointer', 'hover:border-blue-500 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', 'w-8 h-8']
1695
1724
  },
1696
- panel: function panel(_ref85) {
1697
- var props = _ref85.props;
1725
+ panel: function panel(_ref87) {
1726
+ var props = _ref87.props;
1698
1727
  return {
1699
1728
  "class": ['shadow-md', 'bg-gray-800 border-gray-900', {
1700
1729
  'relative h-48 w-52': props.inline,
@@ -1734,8 +1763,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1734
1763
  },
1735
1764
  //MISC
1736
1765
  badge: {
1737
- root: function root(_ref86) {
1738
- var props = _ref86.props;
1766
+ root: function root(_ref88) {
1767
+ var props = _ref88.props;
1739
1768
  return {
1740
1769
  "class": ['rounded-full p-0 text-center inline-block', 'bg-blue-500 text-white font-bold', {
1741
1770
  'bg-gray-500 ': props.severity == 'secondary',
@@ -1753,9 +1782,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
1753
1782
  }
1754
1783
  },
1755
1784
  avatar: {
1756
- root: function root(_ref87) {
1757
- var props = _ref87.props,
1758
- parent = _ref87.parent;
1785
+ root: function root(_ref89) {
1786
+ var props = _ref89.props,
1787
+ parent = _ref89.parent;
1759
1788
  return {
1760
1789
  "class": ['flex items-center justify-center', 'bg-gray-300 dark:bg-gray-800', {
1761
1790
  'rounded-lg': props.shape == 'square',
@@ -1765,7 +1794,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
1765
1794
  'w-12 h-12 text-xl': props.size == 'large',
1766
1795
  'w-16 h-16 text-2xl': props.size == 'xlarge'
1767
1796
  }, {
1768
- '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css !== undefined
1797
+ '-ml-4 border-2 border-white dark:border-gray-900': parent.instance.$css === undefined
1769
1798
  }]
1770
1799
  };
1771
1800
  },
@@ -1799,8 +1828,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1799
1828
  root: {
1800
1829
  "class": ['overflow-hidden relative', 'border-0 h-6 bg-gray-200 rounded-md dark:bg-gray-800']
1801
1830
  },
1802
- value: function value(_ref88) {
1803
- var props = _ref88.props;
1831
+ value: function value(_ref90) {
1832
+ var props = _ref90.props;
1804
1833
  return {
1805
1834
  "class": ['border-0 m-0 bg-blue-500', {
1806
1835
  'transition-width duration-1000 ease-in-out absolute items-center border-0 flex h-full justify-center overflow-hidden w-0': props.mode !== 'indeterminate',
@@ -1824,8 +1853,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1824
1853
  }
1825
1854
  },
1826
1855
  skeleton: {
1827
- root: function root(_ref89) {
1828
- var props = _ref89.props;
1856
+ root: function root(_ref91) {
1857
+ var props = _ref91.props;
1829
1858
  return {
1830
1859
  "class": ['overflow-hidden', '!mb-2', 'bg-gray-300 dark:bg-gray-800', 'after:absolute after:top-0 after:left-0 after:right-0 after:bottom-0 after:content after:w-full after:h-full after:bg-blue-400 after:left-full after:transform after:translate-x-full after:z-10 after:bg-gradient-to-r after:from-transparent after:via-white after:to-transparent animate-pulse', {
1831
1860
  'rounded-md': props.shape !== 'circle',
@@ -1835,8 +1864,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1835
1864
  }
1836
1865
  },
1837
1866
  tag: {
1838
- root: function root(_ref90) {
1839
- var props = _ref90.props;
1867
+ root: function root(_ref92) {
1868
+ var props = _ref92.props;
1840
1869
  return {
1841
1870
  "class": ['inline-flex items-center justify-center', 'bg-blue-500 text-white text-xs font-semibold px-2 py-1 ', {
1842
1871
  'bg-green-500 ': props.severity == 'success',
@@ -1862,8 +1891,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1862
1891
  }
1863
1892
  },
1864
1893
  scrolltop: {
1865
- root: function root(_ref91) {
1866
- var props = _ref91.props;
1894
+ root: function root(_ref93) {
1895
+ var props = _ref93.props;
1867
1896
  return {
1868
1897
  "class": ['fixed bottom-20 right-20 flex items-center justify-center', 'ml-auto', {
1869
1898
  '!bg-blue-500 hover:bg-blue-600 text-white rounded-md h-8 w-8': props.target == 'parent',
@@ -1928,8 +1957,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1928
1957
  menuitem: {
1929
1958
  "class": 'relative'
1930
1959
  },
1931
- content: function content(_ref92) {
1932
- var context = _ref92.context;
1960
+ content: function content(_ref94) {
1961
+ var context = _ref94.context;
1933
1962
  return {
1934
1963
  "class": ['transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
1935
1964
  // Hover
@@ -1956,8 +1985,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
1956
1985
  }
1957
1986
  },
1958
1987
  dock: {
1959
- root: function root(_ref93) {
1960
- var props = _ref93.props;
1988
+ root: function root(_ref95) {
1989
+ var props = _ref95.props;
1961
1990
  return {
1962
1991
  "class": ['absolute z-1 flex justify-center items-center pointer-events-none', {
1963
1992
  'left-0 bottom-0 w-full': props.position == 'bottom',
@@ -1970,18 +1999,18 @@ this.primevue.passthrough.tailwind = (function (exports) {
1970
1999
  container: {
1971
2000
  "class": ['flex pointer-events-auto', 'bg-white/10 border-white/20 p-2 border rounded-md']
1972
2001
  },
1973
- menu: function menu(_ref94) {
1974
- var props = _ref94.props;
2002
+ menu: function menu(_ref96) {
2003
+ var props = _ref96.props;
1975
2004
  return {
1976
2005
  "class": ['m-0 p-0 list-none flex items-center justify-center', 'outline-none', {
1977
2006
  'flex-col': props.position == 'left' || props.position == 'right'
1978
2007
  }]
1979
2008
  };
1980
2009
  },
1981
- menuitem: function menuitem(_ref95) {
1982
- var props = _ref95.props,
1983
- context = _ref95.context,
1984
- instance = _ref95.instance;
2010
+ menuitem: function menuitem(_ref97) {
2011
+ var props = _ref97.props,
2012
+ context = _ref97.context,
2013
+ instance = _ref97.instance;
1985
2014
  return {
1986
2015
  "class": ['p-2 rounded-md', 'transition-all duration-200 ease-cubic-bezier-will-change-transform transform ', {
1987
2016
  'origin-bottom hover:mx-6': props.position == 'bottom',
@@ -2006,8 +2035,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2006
2035
  menu: {
2007
2036
  "class": ['m-0 p-0 list-none', 'outline-none']
2008
2037
  },
2009
- content: function content(_ref96) {
2010
- var context = _ref96.context;
2038
+ content: function content(_ref98) {
2039
+ var context = _ref98.context;
2011
2040
  return {
2012
2041
  "class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 rounded-none', 'hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80',
2013
2042
  // Hover
@@ -2031,8 +2060,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2031
2060
  root: {
2032
2061
  "class": ['p-2 bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex items-center relative']
2033
2062
  },
2034
- menu: function menu(_ref97) {
2035
- var props = _ref97.props;
2063
+ menu: function menu(_ref99) {
2064
+ var props = _ref99.props;
2036
2065
  return {
2037
2066
  "class": ['m-0 sm:p-0 list-none', 'outline-none', 'sm:flex items-center flex-wrap sm:flex-row sm:top-auto sm:left-auto sm:relative sm:bg-transparent sm:shadow-none sm:w-auto', 'flex-col top-full left-0', 'absolute py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-full', {
2038
2067
  'hidden ': !(props !== null && props !== void 0 && props.mobileActive),
@@ -2043,9 +2072,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2043
2072
  menuitem: {
2044
2073
  "class": 'sm:relative sm:w-auto w-full static'
2045
2074
  },
2046
- content: function content(_ref98) {
2047
- var props = _ref98.props,
2048
- context = _ref98.context;
2075
+ content: function content(_ref100) {
2076
+ var props = _ref100.props,
2077
+ context = _ref100.context;
2049
2078
  return {
2050
2079
  "class": [' transition-shadow duration-200', '', {
2051
2080
  'rounded-md': props.root
@@ -2060,29 +2089,29 @@ this.primevue.passthrough.tailwind = (function (exports) {
2060
2089
  }]
2061
2090
  };
2062
2091
  },
2063
- action: function action(_ref99) {
2064
- var context = _ref99.context;
2092
+ action: function action(_ref101) {
2093
+ var context = _ref101.context;
2065
2094
  return {
2066
2095
  "class": ['select-none', 'cursor-pointer flex items-center no-underline overflow-hidden relative', 'py-3 px-5 select-none', {
2067
- 'max-[960px]:pl-9': context.level === 1,
2068
- 'max-[960px]:pl-14': context.level === 2
2096
+ 'pl-9 sm:pl-5': context.level === 1,
2097
+ 'pl-14 sm:pl-5': context.level === 2
2069
2098
  }]
2070
2099
  };
2071
2100
  },
2072
2101
  icon: {
2073
2102
  "class": 'mr-2'
2074
2103
  },
2075
- submenuicon: function submenuicon(_ref100) {
2076
- var props = _ref100.props;
2104
+ submenuicon: function submenuicon(_ref102) {
2105
+ var props = _ref102.props;
2077
2106
  return {
2078
- "class": ['max-[960px]:ml-auto', {
2079
- 'ml-2': props.root,
2107
+ "class": [{
2108
+ 'ml-auto sm:ml-2': props.root,
2080
2109
  'ml-auto': !props.root
2081
2110
  }]
2082
2111
  };
2083
2112
  },
2084
- submenu: function submenu(_ref101) {
2085
- var props = _ref101.props;
2113
+ submenu: function submenu(_ref103) {
2114
+ var props = _ref103.props;
2086
2115
  return {
2087
2116
  "class": ['py-1 bg-white dark:bg-gray-900 border-0 sm:shadow-md sm:w-48', 'w-full static shadow-none', 'sm:absolute z-10', 'm-0 list-none', {
2088
2117
  'sm:absolute sm:left-full sm:top-0': props.level > 1
@@ -2097,8 +2126,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2097
2126
  }
2098
2127
  },
2099
2128
  megamenu: {
2100
- root: function root(_ref102) {
2101
- var props = _ref102.props;
2129
+ root: function root(_ref104) {
2130
+ var props = _ref104.props;
2102
2131
  return {
2103
2132
  "class": ['bg-gray-100 dark:bg-gray-900 border border-gray-300 dark:border-blue-900/40 rounded-md', 'flex relative', {
2104
2133
  'p-2 items-center': props.orientation == 'horizontal',
@@ -2109,8 +2138,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2109
2138
  menu: {
2110
2139
  "class": ['m-0 sm:p-0 list-none relative', 'outline-none', 'flex items-center flex-wrap flex-row top-auto left-auto relative bg-transparent shadow-none w-auto']
2111
2140
  },
2112
- menuitem: function menuitem(_ref103) {
2113
- var props = _ref103.props;
2141
+ menuitem: function menuitem(_ref105) {
2142
+ var props = _ref105.props;
2114
2143
  return {
2115
2144
  "class": ['relative', {
2116
2145
  'w-auto': props.horizontal,
@@ -2118,9 +2147,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2118
2147
  }]
2119
2148
  };
2120
2149
  },
2121
- content: function content(_ref104) {
2122
- var props = _ref104.props,
2123
- context = _ref104.context;
2150
+ content: function content(_ref106) {
2151
+ var props = _ref106.props,
2152
+ context = _ref106.context;
2124
2153
  return {
2125
2154
  "class": ['transition-shadow duration-200', {
2126
2155
  'rounded-md': props.level < 1 && props.horizontal
@@ -2141,8 +2170,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2141
2170
  icon: {
2142
2171
  "class": 'mr-2'
2143
2172
  },
2144
- submenuicon: function submenuicon(_ref105) {
2145
- var props = _ref105.props;
2173
+ submenuicon: function submenuicon(_ref107) {
2174
+ var props = _ref107.props;
2146
2175
  return {
2147
2176
  "class": [{
2148
2177
  'ml-2': props.horizontal,
@@ -2150,8 +2179,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2150
2179
  }]
2151
2180
  };
2152
2181
  },
2153
- panel: function panel(_ref106) {
2154
- var props = _ref106.props;
2182
+ panel: function panel(_ref108) {
2183
+ var props = _ref108.props;
2155
2184
  return {
2156
2185
  "class": ['py-1 bg-white dark:bg-gray-900 border-0 shadow-md w-auto', 'absolute z-10', {
2157
2186
  'left-full top-0': !props.horizontal
@@ -2201,8 +2230,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2201
2230
  menu: {
2202
2231
  "class": ['outline-none', 'm-0 p-0 list-none']
2203
2232
  },
2204
- content: function content(_ref107) {
2205
- var context = _ref107.context;
2233
+ content: function content(_ref109) {
2234
+ var context = _ref109.context;
2206
2235
  return {
2207
2236
  "class": ['text-gray-700 dark:text-white/80 transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-700 dark:hover:text-white/80',
2208
2237
  // Hover
@@ -2239,7 +2268,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
2239
2268
  "class": ['flex items-center justify-center', 'text-gray-700 dark:text-white/80 border border-gray-300 dark:border-blue-900/40 bg-white dark:bg-gray-900 w-[2rem] h-[2rem] leading-2rem text-sm z-10 rounded-full']
2240
2269
  },
2241
2270
  label: {
2242
- "class": ['block', 'whitespace-nowrap overflow-hidden overflow-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
2271
+ "class": ['block', 'whitespace-nowrap overflow-hidden text-ellipsis max-w-full', 'mt-2 text-gray-500 dark:text-white/60']
2243
2272
  }
2244
2273
  },
2245
2274
  tabmenu: {
@@ -2247,14 +2276,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2247
2276
  "class": 'overflow-x-auto'
2248
2277
  },
2249
2278
  menu: {
2250
- "class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2', 'outline-none no-underline text-base list-none']
2279
+ "class": ['flex m-0 p-0 list-none flex-nowrap', 'bg-white border-solid border-gray-300 border-b-2 dark:bg-gray-900 dark:border-blue-900/40', 'outline-none no-underline text-base list-none']
2251
2280
  },
2252
2281
  menuitem: {
2253
2282
  "class": 'mr-0'
2254
2283
  },
2255
- action: function action(_ref108) {
2256
- var context = _ref108.context,
2257
- state = _ref108.state;
2284
+ action: function action(_ref110) {
2285
+ var context = _ref110.context,
2286
+ state = _ref110.state;
2258
2287
  return {
2259
2288
  "class": ['cursor-pointer select-none flex items-center relative no-underline overflow-hidden', 'border-b-2 p-5 font-bold rounded-t-lg ', 'focus:outline-none focus:outline-offset-0 focus:shadow-[inset_0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2260
2289
  'border-gray-300 bg-white text-gray-700 hover:bg-white hover:border-gray-400 hover:text-gray-600 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80 dark:hover:bg-gray-800/80': state.d_activeIndex !== context.index,
@@ -2279,8 +2308,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2279
2308
  menuitem: {
2280
2309
  "class": 'relative'
2281
2310
  },
2282
- content: function content(_ref109) {
2283
- var context = _ref109.context;
2311
+ content: function content(_ref111) {
2312
+ var context = _ref111.context;
2284
2313
  return {
2285
2314
  "class": ['transition-shadow duration-200 border-none rounded-none', 'hover:bg-gray-200 hover:text-gray-700 dark:hover:text-white/80 dark:hover:bg-gray-800/80',
2286
2315
  //Hover
@@ -2292,8 +2321,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2292
2321
  }]
2293
2322
  };
2294
2323
  },
2295
- action: function action(_ref110) {
2296
- var context = _ref110.context;
2324
+ action: function action(_ref112) {
2325
+ var context = _ref112.context;
2297
2326
  return {
2298
2327
  "class": ['py-3 px-5 select-none', 'flex items-center cursor-pointer no-underline relative overflow-hidden', {
2299
2328
  'text-gray-700 dark:text-white/80 hover:text-gray-700 dark:hover:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80': !context.active,
@@ -2411,8 +2440,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2411
2440
  indicator: {
2412
2441
  "class": 'mr-2'
2413
2442
  },
2414
- indicatorbutton: function indicatorbutton(_ref111) {
2415
- var context = _ref111.context;
2443
+ indicatorbutton: function indicatorbutton(_ref113) {
2444
+ var context = _ref113.context;
2416
2445
  return {
2417
2446
  "class": ['w-4 h-4 transition duration-200 rounded-full', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2418
2447
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2452,8 +2481,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2452
2481
  content: {
2453
2482
  "class": 'flex flex-col overflow-auto'
2454
2483
  },
2455
- container: function container(_ref112) {
2456
- var props = _ref112.props;
2484
+ container: function container(_ref114) {
2485
+ var props = _ref114.props;
2457
2486
  return {
2458
2487
  "class": ['flex', {
2459
2488
  'flex-row': props.orientation !== 'vertical',
@@ -2467,8 +2496,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2467
2496
  itemscontent: {
2468
2497
  "class": 'overflow-hidden w-full'
2469
2498
  },
2470
- itemscontainer: function itemscontainer(_ref113) {
2471
- var props = _ref113.props;
2499
+ itemscontainer: function itemscontainer(_ref115) {
2500
+ var props = _ref115.props;
2472
2501
  return {
2473
2502
  "class": ['flex ', {
2474
2503
  'flex-row': props.orientation !== 'vertical',
@@ -2476,8 +2505,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2476
2505
  }]
2477
2506
  };
2478
2507
  },
2479
- item: function item(_ref114) {
2480
- var props = _ref114.props;
2508
+ item: function item(_ref116) {
2509
+ var props = _ref116.props;
2481
2510
  return {
2482
2511
  "class": ['flex shrink-0 grow', {
2483
2512
  'w-1/3': props.orientation !== 'vertical',
@@ -2491,8 +2520,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2491
2520
  indicator: {
2492
2521
  "class": 'mr-2 mb-2'
2493
2522
  },
2494
- indicatorbutton: function indicatorbutton(_ref115) {
2495
- var context = _ref115.context;
2523
+ indicatorbutton: function indicatorbutton(_ref117) {
2524
+ var context = _ref117.context;
2496
2525
  return {
2497
2526
  "class": ['w-8 h-2 transition duration-200 rounded-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2498
2527
  'bg-gray-200 hover:bg-gray-300 dark:bg-gray-700 dark:hover:bg-gray-600': !context.highlighted,
@@ -2514,9 +2543,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2514
2543
  node: {
2515
2544
  "class": 'p-1 outline-none'
2516
2545
  },
2517
- content: function content(_ref116) {
2518
- var context = _ref116.context,
2519
- props = _ref116.props;
2546
+ content: function content(_ref118) {
2547
+ var context = _ref118.context,
2548
+ props = _ref118.props;
2520
2549
  return {
2521
2550
  "class": ['flex items-center', 'rounded-lg transition-shadow duration-200 p-2', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2522
2551
  'bg-blue-50 text-blue-600': context.selected
@@ -2525,8 +2554,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2525
2554
  }]
2526
2555
  };
2527
2556
  },
2528
- toggler: function toggler(_ref117) {
2529
- var context = _ref117.context;
2557
+ toggler: function toggler(_ref119) {
2558
+ var context = _ref119.context;
2530
2559
  return {
2531
2560
  "class": ['cursor-pointer select-none inline-flex items-center justify-center overflow-hidden relative shrink-0', 'mr-2 w-8 h-8 border-0 bg-transparent rounded-full transition duration-200', 'hover:border-transparent focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[0_0_0_0.2rem_rgba(147,197,253,0.5)]', {
2532
2561
  'text-gray-500 dark:text-white/80 hover:bg-gray-200 dark:hover:bg-gray-800/80 hover:text-gray-800 dark:hover:text-white/80': !context.selected,
@@ -2539,9 +2568,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2539
2568
  checkboxcontainer: {
2540
2569
  "class": 'mr-2'
2541
2570
  },
2542
- checkbox: function checkbox(_ref118) {
2543
- var context = _ref118.context,
2544
- props = _ref118.props;
2571
+ checkbox: function checkbox(_ref120) {
2572
+ var context = _ref120.context,
2573
+ props = _ref120.props;
2545
2574
  return {
2546
2575
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6', 'flex items-center justify-center', 'border-2 w-6 h-6 rounded-lg transition-colors duration-200 text-white text-base dark:text-gray-900', {
2547
2576
  'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900': !context.checked,
@@ -2570,8 +2599,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2570
2599
  },
2571
2600
  // DATA
2572
2601
  timeline: {
2573
- root: function root(_ref119) {
2574
- var props = _ref119.props;
2602
+ root: function root(_ref121) {
2603
+ var props = _ref121.props;
2575
2604
  return {
2576
2605
  "class": ['flex grow', {
2577
2606
  'flex-col': props.layout === 'vertical',
@@ -2579,9 +2608,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2579
2608
  }]
2580
2609
  };
2581
2610
  },
2582
- event: function event(_ref120) {
2583
- var props = _ref120.props,
2584
- context = _ref120.context;
2611
+ event: function event(_ref122) {
2612
+ var props = _ref122.props,
2613
+ context = _ref122.context;
2585
2614
  return {
2586
2615
  "class": ['flex relative min-h-[70px]', {
2587
2616
  'flex-row-reverse': props.align === 'right' || props.layout === 'vertical' && props.align === 'alternate' && context.index % 2 === 1,
@@ -2590,9 +2619,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2590
2619
  }]
2591
2620
  };
2592
2621
  },
2593
- opposite: function opposite(_ref121) {
2594
- var props = _ref121.props,
2595
- context = _ref121.context;
2622
+ opposite: function opposite(_ref123) {
2623
+ var props = _ref123.props,
2624
+ context = _ref123.context;
2596
2625
  return {
2597
2626
  "class": ['flex-1', {
2598
2627
  'px-4': props.layout === 'vertical',
@@ -2603,8 +2632,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2603
2632
  }]
2604
2633
  };
2605
2634
  },
2606
- separator: function separator(_ref122) {
2607
- var props = _ref122.props;
2635
+ separator: function separator(_ref124) {
2636
+ var props = _ref124.props;
2608
2637
  return {
2609
2638
  "class": ['flex items-center flex-initial', {
2610
2639
  'flex-col': props.layout === 'vertical',
@@ -2615,8 +2644,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2615
2644
  marker: {
2616
2645
  "class": 'flex self-baseline w-4 h-4 rounded-full border-2 border-blue-500 bg-white dark:border-blue-300 dark:bg-blue-900/40'
2617
2646
  },
2618
- connector: function connector(_ref123) {
2619
- var props = _ref123.props;
2647
+ connector: function connector(_ref125) {
2648
+ var props = _ref125.props;
2620
2649
  return {
2621
2650
  "class": ['grow bg-gray-300 dark:bg-blue-900/40', {
2622
2651
  'w-[2px]': props.layout === 'vertical',
@@ -2624,9 +2653,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
2624
2653
  }]
2625
2654
  };
2626
2655
  },
2627
- content: function content(_ref124) {
2628
- var props = _ref124.props,
2629
- context = _ref124.context;
2656
+ content: function content(_ref126) {
2657
+ var props = _ref126.props,
2658
+ context = _ref126.context;
2630
2659
  return {
2631
2660
  "class": ['flex-1', {
2632
2661
  'px-4': props.layout === 'vertical',
@@ -2643,7 +2672,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
2643
2672
  },
2644
2673
  dataview: {
2645
2674
  content: {
2646
- "class": ['bg-white blue-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
2675
+ "class": ['bg-white text-gray-700 border-0 p-0', 'dark:bg-gray-900 dark:text-white/80' // Dark Mode
2647
2676
  ]
2648
2677
  },
2649
2678
 
@@ -2655,16 +2684,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
2655
2684
  }
2656
2685
  },
2657
2686
  dataviewlayoutoptions: {
2658
- listbutton: function listbutton(_ref125) {
2659
- var props = _ref125.props;
2687
+ listbutton: function listbutton(_ref127) {
2688
+ var props = _ref127.props;
2660
2689
  return {
2661
2690
  "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-r-none', props.modelValue === 'list' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
2662
2691
  ]
2663
2692
  };
2664
2693
  },
2665
2694
 
2666
- gridbutton: function gridbutton(_ref126) {
2667
- var props = _ref126.props;
2695
+ gridbutton: function gridbutton(_ref128) {
2696
+ var props = _ref128.props;
2668
2697
  return {
2669
2698
  "class": ['items-center cursor-pointer inline-flex overflow-hidden relative select-none text-center align-bottom justify-center border', 'transition duration-200', 'w-12 pt-3 pb-3 rounded-lg rounded-l-none', props.modelValue === 'grid' ? 'bg-blue-500 border-blue-500 text-white dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900' : 'bg-white border-gray-300 text-blue-gray-700 dark:bg-gray-900 dark:border-blue-900/40 dark:text-white/80' // highlighted state
2670
2699
  ]
@@ -2692,8 +2721,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2692
2721
  ]
2693
2722
  },
2694
2723
 
2695
- lineleft: function lineleft(_ref127) {
2696
- var context = _ref127.context;
2724
+ lineleft: function lineleft(_ref129) {
2725
+ var context = _ref129.context;
2697
2726
  return {
2698
2727
  "class": ['text-center align-top py-0 px-3 rounded-none border-r border-gray-300', 'dark:border-blue-900/40',
2699
2728
  //Dark Mode
@@ -2702,8 +2731,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2702
2731
  }]
2703
2732
  };
2704
2733
  },
2705
- lineright: function lineright(_ref128) {
2706
- var context = _ref128.context;
2734
+ lineright: function lineright(_ref130) {
2735
+ var context = _ref130.context;
2707
2736
  return {
2708
2737
  "class": ['text-center align-top py-0 px-3 rounded-none', 'dark:border-blue-900/40',
2709
2738
  //Dark Mode
@@ -2732,14 +2761,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2732
2761
  "class": 'flex flex-col justify-center p-5'
2733
2762
  },
2734
2763
  moveupbutton: {
2735
- root: function root(_ref129) {
2736
- var context = _ref129.context;
2764
+ root: function root(_ref131) {
2765
+ var context = _ref131.context;
2737
2766
  return {
2738
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2767
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2739
2768
  // button component
2740
2769
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2741
2770
  // icon only
2742
- 'mb-2',
2771
+ 'mb-2 w-12',
2743
2772
  // orderlist button
2744
2773
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2745
2774
  //Dark Mode
@@ -2753,14 +2782,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2753
2782
  }
2754
2783
  },
2755
2784
  movetopbutton: {
2756
- root: function root(_ref130) {
2757
- var context = _ref130.context;
2785
+ root: function root(_ref132) {
2786
+ var context = _ref132.context;
2758
2787
  return {
2759
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2788
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2760
2789
  // button component
2761
2790
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2762
2791
  // icon only
2763
- 'mb-2',
2792
+ 'mb-2 w-12',
2764
2793
  // orderlist button
2765
2794
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2766
2795
  //Dark Mode
@@ -2774,14 +2803,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2774
2803
  }
2775
2804
  },
2776
2805
  movedownbutton: {
2777
- root: function root(_ref131) {
2778
- var context = _ref131.context;
2806
+ root: function root(_ref133) {
2807
+ var context = _ref133.context;
2779
2808
  return {
2780
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2809
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2781
2810
  // button component
2782
2811
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2783
2812
  // icon only
2784
- 'mb-2',
2813
+ 'mb-2 w-12',
2785
2814
  // orderlist button
2786
2815
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2787
2816
  //Dark Mode
@@ -2795,14 +2824,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2795
2824
  }
2796
2825
  },
2797
2826
  movebottombutton: {
2798
- root: function root(_ref132) {
2799
- var context = _ref132.context;
2827
+ root: function root(_ref134) {
2828
+ var context = _ref134.context;
2800
2829
  return {
2801
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2830
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2802
2831
  // button component
2803
2832
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2804
2833
  // icon only
2805
- 'mb-2',
2834
+ 'mb-2 w-12',
2806
2835
  // orderlist button
2807
2836
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2808
2837
  //Dark Mode
@@ -2828,8 +2857,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2828
2857
  ]
2829
2858
  },
2830
2859
 
2831
- item: function item(_ref133) {
2832
- var context = _ref133.context;
2860
+ item: function item(_ref135) {
2861
+ var context = _ref135.context;
2833
2862
  return {
2834
2863
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2835
2864
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2847,14 +2876,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2847
2876
  "class": 'flex flex-col justify-center p-5'
2848
2877
  },
2849
2878
  sourcemoveupbutton: {
2850
- root: function root(_ref134) {
2851
- var context = _ref134.context;
2879
+ root: function root(_ref136) {
2880
+ var context = _ref136.context;
2852
2881
  return {
2853
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2882
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2854
2883
  // button component
2855
2884
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2856
2885
  // icon only
2857
- 'mb-2',
2886
+ 'mb-2 w-12',
2858
2887
  // orderlist button
2859
2888
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2860
2889
  //Dark Mode
@@ -2868,14 +2897,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2868
2897
  }
2869
2898
  },
2870
2899
  sourcemovetopbutton: {
2871
- root: function root(_ref135) {
2872
- var context = _ref135.context;
2900
+ root: function root(_ref137) {
2901
+ var context = _ref137.context;
2873
2902
  return {
2874
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2903
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2875
2904
  // button component
2876
2905
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2877
2906
  // icon only
2878
- 'mb-2',
2907
+ 'mb-2 w-12',
2879
2908
  // orderlist button
2880
2909
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2881
2910
  //Dark Mode
@@ -2889,14 +2918,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2889
2918
  }
2890
2919
  },
2891
2920
  sourcemovedownbutton: {
2892
- root: function root(_ref136) {
2893
- var context = _ref136.context;
2921
+ root: function root(_ref138) {
2922
+ var context = _ref138.context;
2894
2923
  return {
2895
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2924
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2896
2925
  // button component
2897
2926
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2898
2927
  // icon only
2899
- 'mb-2',
2928
+ 'mb-2 w-12',
2900
2929
  // orderlist button
2901
2930
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2902
2931
  //Dark Mode
@@ -2910,14 +2939,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2910
2939
  }
2911
2940
  },
2912
2941
  sourcemovebottombutton: {
2913
- root: function root(_ref137) {
2914
- var context = _ref137.context;
2942
+ root: function root(_ref139) {
2943
+ var context = _ref139.context;
2915
2944
  return {
2916
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2945
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2917
2946
  // button component
2918
2947
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2919
2948
  // icon only
2920
- 'mb-2',
2949
+ 'mb-2 w-12',
2921
2950
  // orderlist button
2922
2951
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2923
2952
  //Dark Mode
@@ -2943,8 +2972,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
2943
2972
  ]
2944
2973
  },
2945
2974
 
2946
- item: function item(_ref138) {
2947
- var context = _ref138.context;
2975
+ item: function item(_ref140) {
2976
+ var context = _ref140.context;
2948
2977
  return {
2949
2978
  "class": ['relative cursor-pointer overflow-hidden', 'py-3 px-5 m-0 border-none text-gray-600 dark:text-white/80', 'transition duration-200', {
2950
2979
  'text-blue-700 bg-blue-500/20 dark:bg-blue-300/20': context.active && !context.focused,
@@ -2957,14 +2986,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2957
2986
  "class": 'flex flex-col justify-center p-5'
2958
2987
  },
2959
2988
  movetotargetbutton: {
2960
- root: function root(_ref139) {
2961
- var context = _ref139.context;
2989
+ root: function root(_ref141) {
2990
+ var context = _ref141.context;
2962
2991
  return {
2963
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
2992
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2964
2993
  // button component
2965
2994
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2966
2995
  // icon only
2967
- 'mb-2',
2996
+ 'mb-2 w-12',
2968
2997
  // orderlist button
2969
2998
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2970
2999
  //Dark Mode
@@ -2978,14 +3007,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2978
3007
  }
2979
3008
  },
2980
3009
  movealltotargetbutton: {
2981
- root: function root(_ref140) {
2982
- var context = _ref140.context;
3010
+ root: function root(_ref142) {
3011
+ var context = _ref142.context;
2983
3012
  return {
2984
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3013
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
2985
3014
  // button component
2986
3015
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
2987
3016
  // icon only
2988
- 'mb-2',
3017
+ 'mb-2 w-12',
2989
3018
  // orderlist button
2990
3019
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
2991
3020
  //Dark Mode
@@ -2999,14 +3028,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
2999
3028
  }
3000
3029
  },
3001
3030
  movetosourcebutton: {
3002
- root: function root(_ref141) {
3003
- var context = _ref141.context;
3031
+ root: function root(_ref143) {
3032
+ var context = _ref143.context;
3004
3033
  return {
3005
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3034
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3006
3035
  // button component
3007
3036
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3008
3037
  // icon only
3009
- 'mb-2',
3038
+ 'mb-2 w-12',
3010
3039
  // orderlist button
3011
3040
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3012
3041
  //Dark Mode
@@ -3020,14 +3049,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
3020
3049
  }
3021
3050
  },
3022
3051
  movealltosourcebutton: {
3023
- root: function root(_ref142) {
3024
- var context = _ref142.context;
3052
+ root: function root(_ref144) {
3053
+ var context = _ref144.context;
3025
3054
  return {
3026
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3055
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3027
3056
  // button component
3028
3057
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3029
3058
  // icon only
3030
- 'mb-2',
3059
+ 'mb-2 w-12',
3031
3060
  // orderlist button
3032
3061
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3033
3062
  //Dark Mode
@@ -3044,14 +3073,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
3044
3073
  "class": 'flex flex-col justify-center p-5'
3045
3074
  },
3046
3075
  targetmoveupbutton: {
3047
- root: function root(_ref143) {
3048
- var context = _ref143.context;
3076
+ root: function root(_ref145) {
3077
+ var context = _ref145.context;
3049
3078
  return {
3050
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3079
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3051
3080
  // button component
3052
3081
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3053
3082
  // icon only
3054
- 'mb-2',
3083
+ 'mb-2 w-12',
3055
3084
  // orderlist button
3056
3085
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3057
3086
  //Dark Mode
@@ -3065,14 +3094,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
3065
3094
  }
3066
3095
  },
3067
3096
  targetmovetopbutton: {
3068
- root: function root(_ref144) {
3069
- var context = _ref144.context;
3097
+ root: function root(_ref146) {
3098
+ var context = _ref146.context;
3070
3099
  return {
3071
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3100
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3072
3101
  // button component
3073
3102
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3074
3103
  // icon only
3075
- 'mb-2',
3104
+ 'mb-2 w-12',
3076
3105
  // orderlist button
3077
3106
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3078
3107
  //Dark Mode
@@ -3086,14 +3115,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
3086
3115
  }
3087
3116
  },
3088
3117
  targetmovedownbutton: {
3089
- root: function root(_ref145) {
3090
- var context = _ref145.context;
3118
+ root: function root(_ref147) {
3119
+ var context = _ref147.context;
3091
3120
  return {
3092
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3121
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3093
3122
  // button component
3094
3123
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3095
3124
  // icon only
3096
- 'mb-2',
3125
+ 'mb-2 w-12',
3097
3126
  // orderlist button
3098
3127
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3099
3128
  //Dark Mode
@@ -3107,14 +3136,14 @@ this.primevue.passthrough.tailwind = (function (exports) {
3107
3136
  }
3108
3137
  },
3109
3138
  targetmovebottombutton: {
3110
- root: function root(_ref146) {
3111
- var context = _ref146.context;
3139
+ root: function root(_ref148) {
3140
+ var context = _ref148.context;
3112
3141
  return {
3113
- "class": ['relative inline-flex cursor-pointer user-select-none items-center align-bottom text-center overflow-hidden m-0',
3142
+ "class": ['relative inline-flex cursor-pointer select-none items-center align-bottom text-center overflow-hidden m-0',
3114
3143
  // button component
3115
3144
  'text-white bg-blue-500 border border-blue-500 rounded-md', 'transition duration-200 ease-in-out', 'justify-center px-0 py-3',
3116
3145
  // icon only
3117
- 'mb-2',
3146
+ 'mb-2 w-12',
3118
3147
  // orderlist button
3119
3148
  'dark:bg-sky-300 dark:border-sky-300 dark:text-gray-900',
3120
3149
  //Dark Mode
@@ -3153,10 +3182,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3153
3182
  ]
3154
3183
  },
3155
3184
 
3156
- firstpagebutton: function firstpagebutton(_ref147) {
3157
- var context = _ref147.context;
3185
+ firstpagebutton: function firstpagebutton(_ref149) {
3186
+ var context = _ref149.context;
3158
3187
  return {
3159
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3188
+ "class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3160
3189
  //Dark Mode
3161
3190
  {
3162
3191
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3165,10 +3194,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3165
3194
  };
3166
3195
  },
3167
3196
 
3168
- previouspagebutton: function previouspagebutton(_ref148) {
3169
- var context = _ref148.context;
3197
+ previouspagebutton: function previouspagebutton(_ref150) {
3198
+ var context = _ref150.context;
3170
3199
  return {
3171
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3200
+ "class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3172
3201
  //Dark Mode
3173
3202
  {
3174
3203
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3177,10 +3206,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3177
3206
  };
3178
3207
  },
3179
3208
 
3180
- nextpagebutton: function nextpagebutton(_ref149) {
3181
- var context = _ref149.context;
3209
+ nextpagebutton: function nextpagebutton(_ref151) {
3210
+ var context = _ref151.context;
3182
3211
  return {
3183
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3212
+ "class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3184
3213
  //Dark Mode
3185
3214
  {
3186
3215
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3189,10 +3218,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3189
3218
  };
3190
3219
  },
3191
3220
 
3192
- lastpagebutton: function lastpagebutton(_ref150) {
3193
- var context = _ref150.context;
3221
+ lastpagebutton: function lastpagebutton(_ref152) {
3222
+ var context = _ref152.context;
3194
3223
  return {
3195
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3224
+ "class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:text-white',
3196
3225
  //Dark Mode
3197
3226
  {
3198
3227
  'cursor-default pointer-events-none opacity-60': context.disabled,
@@ -3201,10 +3230,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3201
3230
  };
3202
3231
  },
3203
3232
 
3204
- pagebutton: function pagebutton(_ref151) {
3205
- var context = _ref151.context;
3233
+ pagebutton: function pagebutton(_ref153) {
3234
+ var context = _ref153.context;
3206
3235
  return {
3207
- "class": ['relative inline-flex items-center justify-center user-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
3236
+ "class": ['relative inline-flex items-center justify-center select-none overflow-hidden leading-none', 'border-0 text-gray-500 min-w-[3rem] h-12 m-[0.143rem] rounded-md', 'transition duration-200', 'dark:border-blue-300 dark:text-white',
3208
3237
  // Dark Mode
3209
3238
  'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)]',
3210
3239
  // Focus
@@ -3214,9 +3243,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3214
3243
  };
3215
3244
  },
3216
3245
  rowperpagedropdown: {
3217
- root: function root(_ref152) {
3218
- var props = _ref152.props,
3219
- state = _ref152.state;
3246
+ root: function root(_ref154) {
3247
+ var props = _ref154.props,
3248
+ state = _ref154.state;
3220
3249
  return {
3221
3250
  "class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
3222
3251
  //DarkMode
@@ -3230,7 +3259,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
3230
3259
  },
3231
3260
 
3232
3261
  input: {
3233
- "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3262
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3234
3263
  ]
3235
3264
  },
3236
3265
 
@@ -3248,10 +3277,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3248
3277
  list: {
3249
3278
  "class": 'm-0 p-0 py-3 list-none'
3250
3279
  },
3251
- item: function item(_ref153) {
3252
- var context = _ref153.context;
3280
+ item: function item(_ref155) {
3281
+ var context = _ref155.context;
3253
3282
  return {
3254
- "class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3283
+ "class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3255
3284
  // Dark Mode
3256
3285
  {
3257
3286
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -3266,15 +3295,15 @@ this.primevue.passthrough.tailwind = (function (exports) {
3266
3295
  "class": 'inline-flex mx-2'
3267
3296
  },
3268
3297
  input: {
3269
- "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
3298
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border border-gray-300 pr-0', 'focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] focus:border-blue-300', 'dark:text-white dark:bg-gray-950 dark:border-blue-900/40',
3270
3299
  //Dark Mode
3271
3300
  'm-0 flex-auto max-w-[3rem]']
3272
3301
  }
3273
3302
  },
3274
3303
  jumptopagedropdown: {
3275
- root: function root(_ref154) {
3276
- var props = _ref154.props,
3277
- state = _ref154.state;
3304
+ root: function root(_ref156) {
3305
+ var props = _ref156.props,
3306
+ state = _ref156.state;
3278
3307
  return {
3279
3308
  "class": ['inline-flex relative cursor-pointer user-none', 'bg-white border rounded-md', 'transition duration-200', 'h-12 mx-2', 'dark:bg-gray-950 dark:border-blue-900/40',
3280
3309
  //DarkMode
@@ -3288,7 +3317,7 @@ this.primevue.passthrough.tailwind = (function (exports) {
3288
3317
  },
3289
3318
 
3290
3319
  input: {
3291
- "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md apperance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3320
+ "class": ['font-sans text-base text-gray-600 p-3 m-0 rounded-md appearance-none', 'block whitespace-nowrap overflow-hidden flex-auto w-[1%] cursor-pointer text-ellipsis border-0 pr-0', 'focus:outline-none focus:outline-offset-0', 'dark:text-white' //Dark Mode
3292
3321
  ]
3293
3322
  },
3294
3323
 
@@ -3306,10 +3335,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3306
3335
  list: {
3307
3336
  "class": 'm-0 p-0 py-3 list-none'
3308
3337
  },
3309
- item: function item(_ref155) {
3310
- var context = _ref155.context;
3338
+ item: function item(_ref157) {
3339
+ var context = _ref157.context;
3311
3340
  return {
3312
- "class": ['relative font-normal cursor-pointer space-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3341
+ "class": ['relative font-normal cursor-pointer whitespace-nowrap overflow-hidden', 'm-0 py-3 px-5 border-none text-gray-600 rounded-none', 'transition duration-200', 'dark:text-white/80',
3313
3342
  // Dark Mode
3314
3343
  {
3315
3344
  'text-blue-700 bg-blue-50 dark:text-white/80 dark:bg-blue-300': !context.focused && context.selected,
@@ -3321,8 +3350,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3321
3350
  }
3322
3351
  },
3323
3352
  treetable: {
3324
- root: function root(_ref156) {
3325
- var props = _ref156.props;
3353
+ root: function root(_ref158) {
3354
+ var props = _ref158.props;
3326
3355
  return {
3327
3356
  "class": ['relative', {
3328
3357
  'flex flex-col h-full': props.scrollHeight === 'flex'
@@ -3342,8 +3371,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3342
3371
  ]
3343
3372
  },
3344
3373
 
3345
- wrapper: function wrapper(_ref157) {
3346
- var props = _ref157.props;
3374
+ wrapper: function wrapper(_ref159) {
3375
+ var props = _ref159.props;
3347
3376
  return {
3348
3377
  "class": [{
3349
3378
  'relative overflow-auto': props.scrollable,
@@ -3359,40 +3388,40 @@ this.primevue.passthrough.tailwind = (function (exports) {
3359
3388
  table: {
3360
3389
  "class": 'border-collapse table-fixed w-full'
3361
3390
  },
3362
- thead: function thead(_ref158) {
3363
- var props = _ref158.props;
3391
+ thead: function thead(_ref160) {
3392
+ var props = _ref160.props;
3364
3393
  return {
3365
3394
  "class": [{
3366
3395
  'block sticky top-0 z-[1]': props.scrollable
3367
3396
  }]
3368
3397
  };
3369
3398
  },
3370
- tbody: function tbody(_ref159) {
3371
- var props = _ref159.props;
3399
+ tbody: function tbody(_ref161) {
3400
+ var props = _ref161.props;
3372
3401
  return {
3373
3402
  "class": [{
3374
3403
  block: props.scrollable
3375
3404
  }]
3376
3405
  };
3377
3406
  },
3378
- tfoot: function tfoot(_ref160) {
3379
- var props = _ref160.props;
3407
+ tfoot: function tfoot(_ref162) {
3408
+ var props = _ref162.props;
3380
3409
  return {
3381
3410
  "class": [{
3382
3411
  block: props.scrollable
3383
3412
  }]
3384
3413
  };
3385
3414
  },
3386
- headerrow: function headerrow(_ref161) {
3387
- var props = _ref161.props;
3415
+ headerrow: function headerrow(_ref163) {
3416
+ var props = _ref163.props;
3388
3417
  return {
3389
3418
  "class": [{
3390
3419
  'flex flex-nowrap w-full': props.scrollable
3391
3420
  }]
3392
3421
  };
3393
3422
  },
3394
- row: function row(_ref162) {
3395
- var context = _ref162.context;
3423
+ row: function row(_ref164) {
3424
+ var context = _ref164.context;
3396
3425
  return {
3397
3426
  "class": ['transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3398
3427
  // Focus
@@ -3404,8 +3433,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3404
3433
  };
3405
3434
  },
3406
3435
  column: {
3407
- headercell: function headercell(_ref163) {
3408
- var context = _ref163.context;
3436
+ headercell: function headercell(_ref165) {
3437
+ var context = _ref165.context;
3409
3438
  return {
3410
3439
  "class": ['text-left border-gray-300 border font-bold', 'transition duration-200', context.sorted ? 'bg-blue-50 text-blue-700' : 'bg-slate-50', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3411
3440
  // Size
@@ -3420,8 +3449,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3420
3449
  }]
3421
3450
  };
3422
3451
  },
3423
- bodycell: function bodycell(_ref164) {
3424
- var context = _ref164.context;
3452
+ bodycell: function bodycell(_ref166) {
3453
+ var context = _ref166.context;
3425
3454
  return {
3426
3455
  "class": ['text-left border-gray-300 border', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3427
3456
  // Size
@@ -3436,16 +3465,19 @@ this.primevue.passthrough.tailwind = (function (exports) {
3436
3465
  }]
3437
3466
  };
3438
3467
  },
3439
- rowtoggler: function rowtoggler(_ref165) {
3440
- var context = _ref165.context;
3468
+ rowtoggler: function rowtoggler(_ref167) {
3469
+ var context = _ref167.context;
3441
3470
  return {
3442
- "class": ['relative inline-flex items-center justify-center align-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', context.selected ? 'text-blue-700' : 'text-gray-500', 'dark:text-white/70' //Dark Mode
3471
+ "class": ['relative inline-flex items-center justify-center cursor-pointer select-none overflow-hidden bg-transparent', 'w-8 h-8 border-0 rounded mr-0.5', context.selected ? 'text-blue-700' : 'text-gray-500', 'dark:text-white/70' //Dark Mode
3443
3472
  ]
3444
3473
  };
3445
3474
  },
3446
3475
 
3447
- sorticon: function sorticon(_ref166) {
3448
- var context = _ref166.context;
3476
+ sort: {
3477
+ "class": 'inline-block align-middle'
3478
+ },
3479
+ sorticon: function sorticon(_ref168) {
3480
+ var context = _ref168.context;
3449
3481
  return {
3450
3482
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3451
3483
  };
@@ -3461,16 +3493,16 @@ this.primevue.passthrough.tailwind = (function (exports) {
3461
3493
  checkboxwrapper: {
3462
3494
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6 mr-2']
3463
3495
  },
3464
- checkbox: function checkbox(_ref167) {
3465
- var context = _ref167.context;
3496
+ checkbox: function checkbox(_ref169) {
3497
+ var context = _ref169.context;
3466
3498
  return {
3467
3499
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3468
3500
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled
3469
3501
  }]
3470
3502
  };
3471
3503
  },
3472
- checkboxicon: function checkboxicon(_ref168) {
3473
- var context = _ref168.context;
3504
+ checkboxicon: function checkboxicon(_ref170) {
3505
+ var context = _ref170.context;
3474
3506
  return {
3475
3507
  "class": ['w-4 h-4 transition-all duration-200 text-base dark:text-gray-900', {
3476
3508
  'text-white': context.checked
@@ -3483,8 +3515,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3483
3515
  }
3484
3516
  },
3485
3517
  datatable: {
3486
- root: function root(_ref169) {
3487
- var props = _ref169.props;
3518
+ root: function root(_ref171) {
3519
+ var props = _ref171.props;
3488
3520
  return {
3489
3521
  "class": ['relative', {
3490
3522
  'flex flex-col h-full': props.scrollable && props.scrollHeight === 'flex'
@@ -3499,8 +3531,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3499
3531
  loadingicon: {
3500
3532
  "class": 'w-8 h-8'
3501
3533
  },
3502
- wrapper: function wrapper(_ref170) {
3503
- var props = _ref170.props;
3534
+ wrapper: function wrapper(_ref172) {
3535
+ var props = _ref172.props;
3504
3536
  return {
3505
3537
  "class": [{
3506
3538
  relative: props.scrollable,
@@ -3508,8 +3540,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3508
3540
  }]
3509
3541
  };
3510
3542
  },
3511
- header: function header(_ref171) {
3512
- var props = _ref171.props;
3543
+ header: function header(_ref173) {
3544
+ var props = _ref173.props;
3513
3545
  return {
3514
3546
  "class": ['bg-slate-50 text-slate-700 border-gray-300 font-bold p-4', 'dark:border-blue-900/40 dark:text-white/80 dark:bg-gray-900',
3515
3547
  // Dark Mode
@@ -3519,25 +3551,25 @@ this.primevue.passthrough.tailwind = (function (exports) {
3519
3551
  table: {
3520
3552
  "class": 'w-full border-spacing-0'
3521
3553
  },
3522
- thead: function thead(_ref172) {
3523
- var context = _ref172.context;
3554
+ thead: function thead(_ref174) {
3555
+ var context = _ref174.context;
3524
3556
  return {
3525
3557
  "class": [{
3526
3558
  'bg-slate-50 top-0 z-[1]': context.scrollable
3527
3559
  }]
3528
3560
  };
3529
3561
  },
3530
- tbody: function tbody(_ref173) {
3531
- var instance = _ref173.instance,
3532
- context = _ref173.context;
3562
+ tbody: function tbody(_ref175) {
3563
+ var instance = _ref175.instance,
3564
+ context = _ref175.context;
3533
3565
  return {
3534
3566
  "class": [{
3535
3567
  'sticky z-[1]': instance.frozenRow && context.scrollable
3536
3568
  }]
3537
3569
  };
3538
3570
  },
3539
- tfoot: function tfoot(_ref174) {
3540
- var context = _ref174.context;
3571
+ tfoot: function tfoot(_ref176) {
3572
+ var context = _ref176.context;
3541
3573
  return {
3542
3574
  "class": [{
3543
3575
  'bg-slate-50 bottom-0 z-[1]': context.scrollable
@@ -3550,9 +3582,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3550
3582
  },
3551
3583
 
3552
3584
  column: {
3553
- headercell: function headercell(_ref175) {
3554
- var context = _ref175.context,
3555
- props = _ref175.props;
3585
+ headercell: function headercell(_ref177) {
3586
+ var context = _ref177.context;
3587
+ _ref177.props;
3556
3588
  return {
3557
3589
  "class": ['text-left border-0 border-b border-solid border-gray-300 dark:border-blue-900/40 font-bold', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3558
3590
  // Size
@@ -3561,10 +3593,10 @@ this.primevue.passthrough.tailwind = (function (exports) {
3561
3593
  context.sorted ? 'dark:text-white/80 dark:bg-blue-300' : 'dark:text-white/80 dark:bg-gray-900',
3562
3594
  // Dark Mode
3563
3595
  {
3564
- 'sticky z-[1]': props.frozen || props.frozen === '',
3596
+ 'sticky z-[1]': context.frozen || context.frozen === '',
3565
3597
  // Frozen Columns
3566
3598
  'border-x border-y': context === null || context === void 0 ? void 0 : context.showGridlines,
3567
- 'overflow-hidden space-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
3599
+ 'overflow-hidden whitespace-nowrap border-y relative bg-clip-padding': context.resizable // Resizable
3568
3600
  }]
3569
3601
  };
3570
3602
  },
@@ -3572,9 +3604,9 @@ this.primevue.passthrough.tailwind = (function (exports) {
3572
3604
  headercontent: {
3573
3605
  "class": 'flex items-center'
3574
3606
  },
3575
- bodycell: function bodycell(_ref176) {
3576
- var props = _ref176.props,
3577
- context = _ref176.context;
3607
+ bodycell: function bodycell(_ref178) {
3608
+ var props = _ref178.props,
3609
+ context = _ref178.context;
3578
3610
  return {
3579
3611
  "class": ['text-left border-0 border-b border-solid border-gray-300', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3580
3612
  // Size
@@ -3587,8 +3619,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3587
3619
  }]
3588
3620
  };
3589
3621
  },
3590
- footercell: function footercell(_ref177) {
3591
- var context = _ref177.context;
3622
+ footercell: function footercell(_ref179) {
3623
+ var context = _ref179.context;
3592
3624
  return {
3593
3625
  "class": ['text-left border-0 border-b border-solid border-gray-300 font-bold', 'bg-slate-50 text-slate-700', 'transition duration-200', (context === null || context === void 0 ? void 0 : context.size) === 'small' ? 'p-2' : (context === null || context === void 0 ? void 0 : context.size) === 'large' ? 'p-5' : 'p-4',
3594
3626
  // Size
@@ -3599,8 +3631,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3599
3631
  }]
3600
3632
  };
3601
3633
  },
3602
- sorticon: function sorticon(_ref178) {
3603
- var context = _ref178.context;
3634
+ sorticon: function sorticon(_ref180) {
3635
+ var context = _ref180.context;
3604
3636
  return {
3605
3637
  "class": ['ml-2', context.sorted ? 'text-blue-700 dark:text-white/80' : 'text-slate-700 dark:text-white/70']
3606
3638
  };
@@ -3626,8 +3658,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3626
3658
  filterrowitems: {
3627
3659
  "class": 'm-0 p-0 py-3 list-none'
3628
3660
  },
3629
- filterrowitem: function filterrowitem(_ref179) {
3630
- var context = _ref179.context;
3661
+ filterrowitem: function filterrowitem(_ref181) {
3662
+ var context = _ref181.context;
3631
3663
  return {
3632
3664
  "class": ['m-0 py-3 px-5 bg-transparent', 'transition duration-200', context !== null && context !== void 0 && context.highlighted ? 'text-blue-700 bg-blue-100 dark:text-white/80 dark:bg-blue-300' : 'text-gray-600 bg-transparent dark:text-white/80 dark:bg-transparent']
3633
3665
  };
@@ -3680,8 +3712,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3680
3712
  "class": 'w-auto min-[0px]:text-sm px-4 py-3'
3681
3713
  }
3682
3714
  },
3683
- filtermenubutton: function filtermenubutton(_ref180) {
3684
- var context = _ref180.context;
3715
+ filtermenubutton: function filtermenubutton(_ref182) {
3716
+ var context = _ref182.context;
3685
3717
  return {
3686
3718
  "class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative ml-2', 'w-8 h-8 rounded-[50%]', 'transition duration-200', 'hover:text-slate-700 hover:bg-gray-300/20',
3687
3719
  // Hover
@@ -3694,8 +3726,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3694
3726
  }]
3695
3727
  };
3696
3728
  },
3697
- headerfilterclearbutton: function headerfilterclearbutton(_ref181) {
3698
- var context = _ref181.context;
3729
+ headerfilterclearbutton: function headerfilterclearbutton(_ref183) {
3730
+ var context = _ref183.context;
3699
3731
  return {
3700
3732
  "class": ['inline-flex justify-center items-center cursor-pointer no-underline overflow-hidden relative', 'text-left bg-transparent m-0 p-0 border-none select-none ml-2', {
3701
3733
  invisible: !context.hidden
@@ -3738,8 +3770,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3738
3770
  radiobuttonwrapper: {
3739
3771
  "class": ['relative inline-flex cursor-pointer select-none align-bottom', 'w-6 h-6']
3740
3772
  },
3741
- radiobutton: function radiobutton(_ref182) {
3742
- var context = _ref182.context;
3773
+ radiobutton: function radiobutton(_ref184) {
3774
+ var context = _ref184.context;
3743
3775
  return {
3744
3776
  "class": ['flex justify-center items-center', 'border-2 w-6 h-6 text-gray-700 rounded-full transition duration-200 ease-in-out', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3745
3777
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3747,8 +3779,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3747
3779
  }]
3748
3780
  };
3749
3781
  },
3750
- radiobuttonicon: function radiobuttonicon(_ref183) {
3751
- var context = _ref183.context;
3782
+ radiobuttonicon: function radiobuttonicon(_ref185) {
3783
+ var context = _ref185.context;
3752
3784
  return {
3753
3785
  "class": ['transform rounded-full', 'block w-3 h-3 transition duration-200 bg-white dark:bg-gray-900', {
3754
3786
  'backface-hidden scale-10 invisible': context.checked === false,
@@ -3759,8 +3791,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3759
3791
  headercheckboxwrapper: {
3760
3792
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3761
3793
  },
3762
- headercheckbox: function headercheckbox(_ref184) {
3763
- var context = _ref184.context;
3794
+ headercheckbox: function headercheckbox(_ref186) {
3795
+ var context = _ref186.context;
3764
3796
  return {
3765
3797
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3766
3798
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3774,8 +3806,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3774
3806
  checkboxwrapper: {
3775
3807
  "class": ['cursor-pointer inline-flex relative select-none align-bottom', 'w-6 h-6']
3776
3808
  },
3777
- checkbox: function checkbox(_ref185) {
3778
- var context = _ref185.context;
3809
+ checkbox: function checkbox(_ref187) {
3810
+ var context = _ref187.context;
3779
3811
  return {
3780
3812
  "class": ['flex items-center justify-center', 'border-2 w-6 h-6 text-gray-600 rounded-lg transition-colors duration-200', context.checked ? 'border-blue-500 bg-blue-500 dark:border-blue-400 dark:bg-blue-400' : 'border-gray-300 bg-white dark:border-blue-900/40 dark:bg-gray-900', {
3781
3813
  'hover:border-blue-500 dark:hover:border-blue-400 focus:outline-none focus:outline-offset-0 focus:shadow-[0_0_0_0.2rem_rgba(191,219,254,1)] dark:focus:shadow-[inset_0_0_0_0.2rem_rgba(147,197,253,0.5)]': !context.disabled,
@@ -3788,8 +3820,8 @@ this.primevue.passthrough.tailwind = (function (exports) {
3788
3820
  },
3789
3821
  transition: TRANSITIONS.overlay
3790
3822
  },
3791
- bodyrow: function bodyrow(_ref186) {
3792
- var context = _ref186.context;
3823
+ bodyrow: function bodyrow(_ref188) {
3824
+ var context = _ref188.context;
3793
3825
  return {
3794
3826
  "class": [context.selected ? 'bg-blue-50 text-blue-700 dark:bg-blue-300' : 'bg-white text-gray-600 dark:bg-gray-900', context.stripedRows ? context.index % 2 === 0 ? 'bg-white text-gray-600 dark:bg-gray-900' : 'bg-blue-100/50 text-gray-600 dark:bg-gray-950' : '', 'transition duration-200', 'focus:outline focus:outline-[0.15rem] focus:outline-blue-200 focus:outline-offset-[-0.15rem]',
3795
3827
  // Focus