primevue 3.27.0 → 3.28.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 (408) hide show
  1. package/README.md +1 -1
  2. package/autocomplete/AutoComplete.d.ts +10 -1
  3. package/autocomplete/AutoComplete.vue +1 -1
  4. package/autocomplete/autocomplete.cjs.js +4 -1
  5. package/autocomplete/autocomplete.cjs.min.js +1 -1
  6. package/autocomplete/autocomplete.esm.js +4 -1
  7. package/autocomplete/autocomplete.esm.min.js +1 -1
  8. package/autocomplete/autocomplete.js +4 -1
  9. package/autocomplete/autocomplete.min.js +1 -1
  10. package/avatar/Avatar.d.ts +44 -0
  11. package/avatar/Avatar.vue +10 -8
  12. package/avatar/avatar.cjs.js +36 -34
  13. package/avatar/avatar.cjs.min.js +1 -1
  14. package/avatar/avatar.esm.js +33 -35
  15. package/avatar/avatar.esm.min.js +1 -1
  16. package/avatar/avatar.js +37 -36
  17. package/avatar/avatar.min.js +1 -1
  18. package/avatargroup/AvatarGroup.d.ts +27 -1
  19. package/avatargroup/AvatarGroup.vue +5 -2
  20. package/avatargroup/avatargroup.cjs.js +9 -5
  21. package/avatargroup/avatargroup.cjs.min.js +1 -1
  22. package/avatargroup/avatargroup.esm.js +6 -6
  23. package/avatargroup/avatargroup.esm.min.js +1 -1
  24. package/avatargroup/avatargroup.js +10 -7
  25. package/avatargroup/avatargroup.min.js +1 -1
  26. package/badge/Badge.d.ts +32 -0
  27. package/badge/Badge.vue +3 -1
  28. package/badge/badge.cjs.js +8 -4
  29. package/badge/badge.cjs.min.js +1 -1
  30. package/badge/badge.esm.js +5 -5
  31. package/badge/badge.esm.min.js +1 -1
  32. package/badge/badge.js +9 -6
  33. package/badge/badge.min.js +1 -1
  34. package/basecomponent/BaseComponent.vue +10 -3
  35. package/basecomponent/basecomponent.cjs.js +10 -3
  36. package/basecomponent/basecomponent.cjs.min.js +1 -1
  37. package/basecomponent/basecomponent.esm.js +10 -3
  38. package/basecomponent/basecomponent.esm.min.js +1 -1
  39. package/basecomponent/basecomponent.js +10 -3
  40. package/basecomponent/basecomponent.min.js +1 -1
  41. package/baseicon/BaseIcon.vue +2 -2
  42. package/baseicon/baseicon.cjs.js +2 -2
  43. package/baseicon/baseicon.cjs.min.js +1 -1
  44. package/baseicon/baseicon.esm.js +2 -2
  45. package/baseicon/baseicon.esm.min.js +1 -1
  46. package/baseicon/baseicon.js +2 -2
  47. package/baseicon/baseicon.min.js +1 -1
  48. package/blockui/BlockUI.d.ts +44 -0
  49. package/blockui/BlockUI.vue +3 -1
  50. package/blockui/blockui.cjs.js +9 -3
  51. package/blockui/blockui.cjs.min.js +1 -1
  52. package/blockui/blockui.esm.js +6 -4
  53. package/blockui/blockui.esm.min.js +1 -1
  54. package/blockui/blockui.js +10 -5
  55. package/blockui/blockui.min.js +1 -1
  56. package/breadcrumb/Breadcrumb.d.ts +60 -0
  57. package/breadcrumb/Breadcrumb.vue +8 -6
  58. package/breadcrumb/BreadcrumbItem.vue +14 -10
  59. package/breadcrumb/breadcrumb.cjs.js +53 -51
  60. package/breadcrumb/breadcrumb.cjs.min.js +1 -1
  61. package/breadcrumb/breadcrumb.esm.js +53 -52
  62. package/breadcrumb/breadcrumb.esm.min.js +1 -1
  63. package/breadcrumb/breadcrumb.js +54 -53
  64. package/breadcrumb/breadcrumb.min.js +1 -1
  65. package/button/Button.d.ts +48 -0
  66. package/button/Button.vue +10 -9
  67. package/button/button.cjs.js +43 -44
  68. package/button/button.cjs.min.js +1 -1
  69. package/button/button.esm.js +43 -45
  70. package/button/button.esm.min.js +1 -1
  71. package/button/button.js +44 -46
  72. package/button/button.min.js +1 -1
  73. package/chart/Chart.d.ts +36 -0
  74. package/chart/Chart.vue +5 -2
  75. package/chart/chart.cjs.js +10 -5
  76. package/chart/chart.cjs.min.js +1 -1
  77. package/chart/chart.esm.js +7 -6
  78. package/chart/chart.esm.min.js +1 -1
  79. package/chart/chart.js +11 -7
  80. package/chart/chart.min.js +1 -1
  81. package/chip/Chip.d.ts +60 -0
  82. package/chip/Chip.vue +10 -9
  83. package/chip/chip.cjs.js +35 -36
  84. package/chip/chip.cjs.min.js +1 -1
  85. package/chip/chip.esm.js +35 -37
  86. package/chip/chip.esm.min.js +1 -1
  87. package/chip/chip.js +36 -38
  88. package/chip/chip.min.js +1 -1
  89. package/config/PrimeVue.d.ts +8 -0
  90. package/config/config.cjs.js +3 -1
  91. package/config/config.cjs.min.js +1 -1
  92. package/config/config.esm.js +3 -2
  93. package/config/config.esm.min.js +1 -1
  94. package/config/config.js +3 -1
  95. package/config/config.min.js +1 -1
  96. package/confirmdialog/ConfirmDialog.d.ts +88 -0
  97. package/confirmdialog/ConfirmDialog.vue +9 -6
  98. package/confirmdialog/confirmdialog.cjs.js +22 -18
  99. package/confirmdialog/confirmdialog.cjs.min.js +1 -1
  100. package/confirmdialog/confirmdialog.esm.js +22 -19
  101. package/confirmdialog/confirmdialog.esm.min.js +1 -1
  102. package/confirmdialog/confirmdialog.js +23 -20
  103. package/confirmdialog/confirmdialog.min.js +1 -1
  104. package/confirmpopup/ConfirmPopup.d.ts +75 -0
  105. package/confirmpopup/ConfirmPopup.vue +11 -9
  106. package/confirmpopup/confirmpopup.cjs.js +27 -25
  107. package/confirmpopup/confirmpopup.cjs.min.js +1 -1
  108. package/confirmpopup/confirmpopup.esm.js +27 -26
  109. package/confirmpopup/confirmpopup.esm.min.js +1 -1
  110. package/confirmpopup/confirmpopup.js +28 -27
  111. package/confirmpopup/confirmpopup.min.js +1 -1
  112. package/contextmenu/ContextMenu.d.ts +135 -0
  113. package/contextmenu/ContextMenu.vue +4 -1
  114. package/contextmenu/ContextMenuSub.vue +46 -10
  115. package/contextmenu/contextmenu.cjs.js +57 -46
  116. package/contextmenu/contextmenu.cjs.min.js +1 -1
  117. package/contextmenu/contextmenu.esm.js +57 -47
  118. package/contextmenu/contextmenu.esm.min.js +1 -1
  119. package/contextmenu/contextmenu.js +58 -48
  120. package/contextmenu/contextmenu.min.js +1 -1
  121. package/core/core.js +278 -246
  122. package/core/core.min.js +11 -11
  123. package/dialog/Dialog.d.ts +87 -0
  124. package/dialog/Dialog.vue +23 -10
  125. package/dialog/dialog.cjs.js +31 -30
  126. package/dialog/dialog.cjs.min.js +1 -1
  127. package/dialog/dialog.esm.js +31 -31
  128. package/dialog/dialog.esm.min.js +1 -1
  129. package/dialog/dialog.js +32 -32
  130. package/dialog/dialog.min.js +1 -1
  131. package/dock/Dock.d.ts +94 -0
  132. package/dock/Dock.vue +4 -2
  133. package/dock/DockSub.vue +30 -6
  134. package/dock/dock.cjs.js +52 -39
  135. package/dock/dock.cjs.min.js +1 -1
  136. package/dock/dock.esm.js +52 -40
  137. package/dock/dock.esm.min.js +1 -1
  138. package/dock/dock.js +53 -41
  139. package/dock/dock.min.js +1 -1
  140. package/dropdown/Dropdown.vue +1 -1
  141. package/dropdown/dropdown.cjs.js +1 -1
  142. package/dropdown/dropdown.cjs.min.js +1 -1
  143. package/dropdown/dropdown.esm.js +1 -1
  144. package/dropdown/dropdown.esm.min.js +1 -1
  145. package/dropdown/dropdown.js +1 -1
  146. package/dropdown/dropdown.min.js +1 -1
  147. package/dynamicdialog/DynamicDialog.vue +3 -1
  148. package/dynamicdialog/dynamicdialog.cjs.js +5 -1
  149. package/dynamicdialog/dynamicdialog.cjs.min.js +1 -1
  150. package/dynamicdialog/dynamicdialog.esm.js +4 -1
  151. package/dynamicdialog/dynamicdialog.esm.min.js +1 -1
  152. package/dynamicdialog/dynamicdialog.js +6 -3
  153. package/dynamicdialog/dynamicdialog.min.js +1 -1
  154. package/fileupload/FileContent.vue +11 -9
  155. package/fileupload/FileUpload.d.ts +154 -0
  156. package/fileupload/FileUpload.vue +26 -24
  157. package/fileupload/fileupload.cjs.js +100 -97
  158. package/fileupload/fileupload.cjs.min.js +1 -1
  159. package/fileupload/fileupload.esm.js +100 -98
  160. package/fileupload/fileupload.esm.min.js +1 -1
  161. package/fileupload/fileupload.js +101 -99
  162. package/fileupload/fileupload.min.js +1 -1
  163. package/inlinemessage/InlineMessage.d.ts +52 -0
  164. package/inlinemessage/InlineMessage.vue +7 -3
  165. package/inlinemessage/inlinemessage.cjs.js +12 -11
  166. package/inlinemessage/inlinemessage.cjs.min.js +1 -1
  167. package/inlinemessage/inlinemessage.esm.js +12 -12
  168. package/inlinemessage/inlinemessage.esm.min.js +1 -1
  169. package/inlinemessage/inlinemessage.js +13 -13
  170. package/inlinemessage/inlinemessage.min.js +1 -1
  171. package/inplace/Inplace.d.ts +59 -0
  172. package/inplace/Inplace.vue +7 -5
  173. package/inplace/inplace.cjs.js +17 -16
  174. package/inplace/inplace.cjs.min.js +1 -1
  175. package/inplace/inplace.esm.js +17 -17
  176. package/inplace/inplace.esm.min.js +1 -1
  177. package/inplace/inplace.js +18 -18
  178. package/inplace/inplace.min.js +1 -1
  179. package/listbox/Listbox.d.ts +1 -1
  180. package/megamenu/MegaMenu.d.ts +149 -0
  181. package/megamenu/MegaMenu.vue +6 -3
  182. package/megamenu/MegaMenuSub.vue +43 -15
  183. package/megamenu/megamenu.cjs.js +83 -75
  184. package/megamenu/megamenu.cjs.min.js +1 -1
  185. package/megamenu/megamenu.esm.js +83 -76
  186. package/megamenu/megamenu.esm.min.js +1 -1
  187. package/megamenu/megamenu.js +84 -77
  188. package/megamenu/megamenu.min.js +1 -1
  189. package/menu/Menu.d.ts +113 -0
  190. package/menu/Menu.vue +11 -8
  191. package/menu/Menuitem.vue +20 -8
  192. package/menu/menu.cjs.js +73 -62
  193. package/menu/menu.cjs.min.js +1 -1
  194. package/menu/menu.esm.js +73 -63
  195. package/menu/menu.esm.min.js +1 -1
  196. package/menu/menu.js +74 -64
  197. package/menu/menu.min.js +1 -1
  198. package/menubar/Menubar.d.ts +146 -0
  199. package/menubar/Menubar.vue +8 -5
  200. package/menubar/MenubarSub.vue +38 -10
  201. package/menubar/menubar.cjs.js +70 -60
  202. package/menubar/menubar.cjs.min.js +1 -1
  203. package/menubar/menubar.esm.js +70 -61
  204. package/menubar/menubar.esm.min.js +1 -1
  205. package/menubar/menubar.js +71 -62
  206. package/menubar/menubar.min.js +1 -1
  207. package/message/Message.d.ts +64 -1
  208. package/message/Message.vue +9 -7
  209. package/message/message.cjs.js +22 -21
  210. package/message/message.cjs.min.js +1 -1
  211. package/message/message.esm.js +22 -22
  212. package/message/message.esm.min.js +1 -1
  213. package/message/message.js +23 -23
  214. package/message/message.min.js +1 -1
  215. package/multiselect/MultiSelect.d.ts +1 -1
  216. package/overlaypanel/OverlayPanel.d.ts +56 -0
  217. package/overlaypanel/OverlayPanel.vue +6 -4
  218. package/overlaypanel/overlaypanel.cjs.js +13 -10
  219. package/overlaypanel/overlaypanel.cjs.min.js +1 -1
  220. package/overlaypanel/overlaypanel.esm.js +13 -11
  221. package/overlaypanel/overlaypanel.esm.min.js +1 -1
  222. package/overlaypanel/overlaypanel.js +14 -12
  223. package/overlaypanel/overlaypanel.min.js +1 -1
  224. package/package.json +1 -1
  225. package/panel/Panel.d.ts +10 -1
  226. package/panel/Panel.vue +1 -1
  227. package/panel/panel.cjs.js +4 -1
  228. package/panel/panel.cjs.min.js +1 -1
  229. package/panel/panel.esm.js +4 -1
  230. package/panel/panel.esm.min.js +1 -1
  231. package/panel/panel.js +4 -1
  232. package/panel/panel.min.js +1 -1
  233. package/panelmenu/PanelMenu.d.ts +133 -0
  234. package/panelmenu/PanelMenu.vue +36 -13
  235. package/panelmenu/PanelMenuList.vue +3 -0
  236. package/panelmenu/PanelMenuSub.vue +33 -12
  237. package/panelmenu/panelmenu.cjs.js +115 -96
  238. package/panelmenu/panelmenu.cjs.min.js +1 -1
  239. package/panelmenu/panelmenu.esm.js +115 -97
  240. package/panelmenu/panelmenu.esm.min.js +1 -1
  241. package/panelmenu/panelmenu.js +116 -98
  242. package/panelmenu/panelmenu.min.js +1 -1
  243. package/password/Password.vue +2 -2
  244. package/password/password.cjs.js +2 -2
  245. package/password/password.cjs.min.js +1 -1
  246. package/password/password.esm.js +2 -2
  247. package/password/password.esm.min.js +1 -1
  248. package/password/password.js +2 -2
  249. package/password/password.min.js +1 -1
  250. package/progressbar/ProgressBar.d.ts +40 -0
  251. package/progressbar/ProgressBar.vue +8 -5
  252. package/progressbar/progressbar.cjs.js +25 -23
  253. package/progressbar/progressbar.cjs.min.js +1 -1
  254. package/progressbar/progressbar.esm.js +22 -24
  255. package/progressbar/progressbar.esm.min.js +1 -1
  256. package/progressbar/progressbar.js +26 -25
  257. package/progressbar/progressbar.min.js +1 -1
  258. package/progressspinner/ProgressSpinner.d.ts +40 -0
  259. package/progressspinner/ProgressSpinner.vue +6 -3
  260. package/progressspinner/progressspinner.cjs.js +18 -13
  261. package/progressspinner/progressspinner.cjs.min.js +1 -1
  262. package/progressspinner/progressspinner.esm.js +15 -14
  263. package/progressspinner/progressspinner.esm.min.js +1 -1
  264. package/progressspinner/progressspinner.js +19 -15
  265. package/progressspinner/progressspinner.min.js +1 -1
  266. package/resources/themes/arya-blue/theme.css +1 -1
  267. package/resources/themes/arya-green/theme.css +1 -1
  268. package/resources/themes/arya-orange/theme.css +1 -1
  269. package/resources/themes/arya-purple/theme.css +1 -1
  270. package/resources/themes/bootstrap4-dark-blue/theme.css +1 -1
  271. package/resources/themes/bootstrap4-dark-purple/theme.css +1 -1
  272. package/resources/themes/bootstrap4-light-blue/theme.css +1 -1
  273. package/resources/themes/bootstrap4-light-purple/theme.css +1 -1
  274. package/resources/themes/fluent-light/theme.css +1 -1
  275. package/resources/themes/lara-dark-blue/theme.css +1 -1
  276. package/resources/themes/lara-dark-indigo/theme.css +1 -1
  277. package/resources/themes/lara-dark-purple/theme.css +1 -1
  278. package/resources/themes/lara-dark-teal/theme.css +1 -1
  279. package/resources/themes/lara-light-blue/theme.css +1 -1
  280. package/resources/themes/lara-light-indigo/theme.css +1 -1
  281. package/resources/themes/lara-light-purple/theme.css +1 -1
  282. package/resources/themes/lara-light-teal/theme.css +1 -1
  283. package/resources/themes/luna-amber/theme.css +1 -1
  284. package/resources/themes/luna-blue/theme.css +1 -1
  285. package/resources/themes/luna-green/theme.css +1 -1
  286. package/resources/themes/luna-pink/theme.css +1 -1
  287. package/resources/themes/md-dark-deeppurple/theme.css +4 -1
  288. package/resources/themes/md-dark-indigo/theme.css +4 -1
  289. package/resources/themes/md-light-deeppurple/theme.css +4 -1
  290. package/resources/themes/md-light-indigo/theme.css +4 -1
  291. package/resources/themes/mdc-dark-deeppurple/theme.css +4 -1
  292. package/resources/themes/mdc-dark-indigo/theme.css +4 -1
  293. package/resources/themes/mdc-light-deeppurple/theme.css +4 -1
  294. package/resources/themes/mdc-light-indigo/theme.css +4 -1
  295. package/resources/themes/mira/theme.css +1 -1
  296. package/resources/themes/nano/theme.css +1 -1
  297. package/resources/themes/nova/theme.css +1 -1
  298. package/resources/themes/nova-accent/theme.css +1 -1
  299. package/resources/themes/nova-alt/theme.css +1 -1
  300. package/resources/themes/nova-vue/theme.css +1 -1
  301. package/resources/themes/rhea/theme.css +1 -1
  302. package/resources/themes/saga-blue/theme.css +1 -1
  303. package/resources/themes/saga-green/theme.css +1 -1
  304. package/resources/themes/saga-orange/theme.css +1 -1
  305. package/resources/themes/saga-purple/theme.css +1 -1
  306. package/resources/themes/soho-dark/theme.css +1 -1
  307. package/resources/themes/soho-light/theme.css +1 -1
  308. package/resources/themes/tailwind-light/theme.css +1 -1
  309. package/resources/themes/vela-blue/theme.css +1 -1
  310. package/resources/themes/vela-green/theme.css +1 -1
  311. package/resources/themes/vela-orange/theme.css +1 -1
  312. package/resources/themes/vela-purple/theme.css +1 -1
  313. package/resources/themes/viva-dark/theme.css +1 -1
  314. package/resources/themes/viva-light/theme.css +1 -1
  315. package/scrolltop/ScrollTop.d.ts +48 -0
  316. package/scrolltop/ScrollTop.vue +5 -2
  317. package/scrolltop/scrolltop.cjs.js +10 -7
  318. package/scrolltop/scrolltop.cjs.min.js +1 -1
  319. package/scrolltop/scrolltop.esm.js +10 -8
  320. package/scrolltop/scrolltop.esm.min.js +1 -1
  321. package/scrolltop/scrolltop.js +11 -9
  322. package/scrolltop/scrolltop.min.js +1 -1
  323. package/sidebar/Sidebar.d.ts +68 -0
  324. package/sidebar/Sidebar.vue +9 -7
  325. package/sidebar/sidebar.cjs.js +26 -24
  326. package/sidebar/sidebar.cjs.min.js +1 -1
  327. package/sidebar/sidebar.esm.js +26 -25
  328. package/sidebar/sidebar.esm.min.js +1 -1
  329. package/sidebar/sidebar.js +27 -26
  330. package/sidebar/sidebar.min.js +1 -1
  331. package/skeleton/Skeleton.d.ts +32 -0
  332. package/skeleton/Skeleton.vue +4 -1
  333. package/skeleton/skeleton.cjs.js +10 -4
  334. package/skeleton/skeleton.cjs.min.js +1 -1
  335. package/skeleton/skeleton.esm.js +7 -5
  336. package/skeleton/skeleton.esm.min.js +1 -1
  337. package/skeleton/skeleton.js +11 -6
  338. package/skeleton/skeleton.min.js +1 -1
  339. package/speeddial/SpeedDial.d.ts +101 -0
  340. package/speeddial/SpeedDial.vue +31 -8
  341. package/speeddial/speeddial.cjs.js +47 -33
  342. package/speeddial/speeddial.cjs.min.js +1 -1
  343. package/speeddial/speeddial.esm.js +47 -34
  344. package/speeddial/speeddial.esm.min.js +1 -1
  345. package/speeddial/speeddial.js +48 -35
  346. package/speeddial/speeddial.min.js +1 -1
  347. package/splitbutton/SplitButton.d.ts +64 -0
  348. package/splitbutton/SplitButton.vue +8 -5
  349. package/splitbutton/splitbutton.cjs.js +23 -18
  350. package/splitbutton/splitbutton.cjs.min.js +1 -1
  351. package/splitbutton/splitbutton.esm.js +23 -19
  352. package/splitbutton/splitbutton.esm.min.js +1 -1
  353. package/splitbutton/splitbutton.js +24 -20
  354. package/splitbutton/splitbutton.min.js +1 -1
  355. package/steps/Steps.d.ts +52 -0
  356. package/steps/Steps.vue +11 -8
  357. package/steps/steps.cjs.js +34 -33
  358. package/steps/steps.cjs.min.js +1 -1
  359. package/steps/steps.esm.js +31 -34
  360. package/steps/steps.esm.min.js +1 -1
  361. package/steps/steps.js +35 -35
  362. package/steps/steps.min.js +1 -1
  363. package/tabmenu/TabMenu.d.ts +79 -0
  364. package/tabmenu/TabMenu.vue +20 -10
  365. package/tabmenu/tabmenu.cjs.js +47 -41
  366. package/tabmenu/tabmenu.cjs.min.js +1 -1
  367. package/tabmenu/tabmenu.esm.js +47 -42
  368. package/tabmenu/tabmenu.esm.min.js +1 -1
  369. package/tabmenu/tabmenu.js +48 -43
  370. package/tabmenu/tabmenu.min.js +1 -1
  371. package/tag/Tag.d.ts +40 -0
  372. package/tag/Tag.vue +7 -4
  373. package/tag/tag.cjs.js +14 -12
  374. package/tag/tag.cjs.min.js +1 -1
  375. package/tag/tag.esm.js +11 -13
  376. package/tag/tag.esm.min.js +1 -1
  377. package/tag/tag.js +15 -14
  378. package/tag/tag.min.js +1 -1
  379. package/terminal/Terminal.d.ts +79 -0
  380. package/terminal/Terminal.vue +12 -10
  381. package/terminal/terminal.cjs.js +23 -28
  382. package/terminal/terminal.cjs.min.js +1 -1
  383. package/terminal/terminal.esm.js +23 -29
  384. package/terminal/terminal.esm.min.js +1 -1
  385. package/terminal/terminal.js +24 -30
  386. package/terminal/terminal.min.js +1 -1
  387. package/tieredmenu/TieredMenu.d.ts +130 -0
  388. package/tieredmenu/TieredMenu.vue +4 -1
  389. package/tieredmenu/TieredMenuSub.vue +39 -11
  390. package/tieredmenu/tieredmenu.cjs.js +53 -41
  391. package/tieredmenu/tieredmenu.cjs.min.js +1 -1
  392. package/tieredmenu/tieredmenu.esm.js +53 -42
  393. package/tieredmenu/tieredmenu.esm.min.js +1 -1
  394. package/tieredmenu/tieredmenu.js +54 -43
  395. package/tieredmenu/tieredmenu.min.js +1 -1
  396. package/toast/Toast.d.ts +79 -0
  397. package/toast/Toast.vue +4 -1
  398. package/toast/ToastMessage.vue +12 -10
  399. package/toast/toast.cjs.js +31 -31
  400. package/toast/toast.cjs.min.js +1 -1
  401. package/toast/toast.esm.js +31 -32
  402. package/toast/toast.esm.min.js +1 -1
  403. package/toast/toast.js +32 -33
  404. package/toast/toast.min.js +1 -1
  405. package/treeselect/TreeSelect.d.ts +1 -2
  406. package/vetur-attributes.json +160 -0
  407. package/vetur-tags.json +79 -34
  408. package/web-types.json +404 -2
@@ -9,6 +9,41 @@
9
9
  */
10
10
  import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
11
11
 
12
+ export declare type ProgressSpinnerPassThroughOptionType = ProgressSpinnerPassThroughAttributes | ((options: ProgressSpinnerPassThroughMethodOptions) => ProgressSpinnerPassThroughAttributes) | null | undefined;
13
+
14
+ /**
15
+ * Custom passthrough(pt) option method.
16
+ */
17
+ export interface ProgressSpinnerPassThroughMethodOptions {
18
+ props: ProgressSpinnerProps;
19
+ }
20
+
21
+ /**
22
+ * Custom passthrough(pt) options.
23
+ * @see {@link ProgressSpinnerProps.pt}
24
+ */
25
+ export interface ProgressSpinnerPassThroughOptions {
26
+ /**
27
+ * Uses to pass attributes to the root's DOM element.
28
+ */
29
+ root?: ProgressSpinnerPassThroughOptionType;
30
+ /**
31
+ * Uses to pass attributes to the spinner's DOM element.
32
+ */
33
+ spinner?: ProgressSpinnerPassThroughOptionType;
34
+ /**
35
+ * Uses to pass attributes to the circle's DOM element.
36
+ */
37
+ circle?: ProgressSpinnerPassThroughOptionType;
38
+ }
39
+
40
+ /**
41
+ * Custom passthrough attributes for each DOM elements
42
+ */
43
+ export interface ProgressSpinnerPassThroughAttributes {
44
+ [key: string]: any;
45
+ }
46
+
12
47
  /**
13
48
  * Defines valid properties in ProgressSpinner component.
14
49
  */
@@ -27,6 +62,11 @@ export interface ProgressSpinnerProps {
27
62
  * @defaultValue 2s
28
63
  */
29
64
  animationDuration?: string | undefined;
65
+ /**
66
+ * Uses to pass attributes to DOM elements inside the component.
67
+ * @type {ProgressSpinnerPassThroughOptions}
68
+ */
69
+ pt?: ProgressSpinnerPassThroughOptions;
30
70
  }
31
71
 
32
72
  /**
@@ -1,14 +1,17 @@
1
1
  <template>
2
- <div class="p-progress-spinner" role="progressbar">
3
- <svg class="p-progress-spinner-svg" viewBox="25 25 50 50" :style="svgStyle">
4
- <circle class="p-progress-spinner-circle" cx="50" cy="50" r="20" :fill="fill" :stroke-width="strokeWidth" strokeMiterlimit="10" />
2
+ <div class="p-progress-spinner" role="progressbar" v-bind="ptm('root')">
3
+ <svg class="p-progress-spinner-svg" viewBox="25 25 50 50" :style="svgStyle" v-bind="ptm('spinner')">
4
+ <circle class="p-progress-spinner-circle" cx="50" cy="50" r="20" :fill="fill" :stroke-width="strokeWidth" strokeMiterlimit="10" v-bind="ptm('circle')" />
5
5
  </svg>
6
6
  </div>
7
7
  </template>
8
8
 
9
9
  <script>
10
+ import BaseComponent from 'primevue/basecomponent';
11
+
10
12
  export default {
11
13
  name: 'ProgressSpinner',
14
+ extends: BaseComponent,
12
15
  props: {
13
16
  strokeWidth: {
14
17
  type: String,
@@ -1,9 +1,15 @@
1
1
  'use strict';
2
2
 
3
+ var BaseComponent = require('primevue/basecomponent');
3
4
  var vue = require('vue');
4
5
 
6
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
7
+
8
+ var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
9
+
5
10
  var script = {
6
11
  name: 'ProgressSpinner',
12
+ extends: BaseComponent__default["default"],
7
13
  props: {
8
14
  strokeWidth: {
9
15
  type: String,
@@ -27,20 +33,19 @@ var script = {
27
33
  }
28
34
  };
29
35
 
30
- const _hoisted_1 = {
31
- class: "p-progress-spinner",
32
- role: "progressbar"
33
- };
34
- const _hoisted_2 = ["fill", "stroke-width"];
36
+ const _hoisted_1 = ["fill", "stroke-width"];
35
37
 
36
38
  function render(_ctx, _cache, $props, $setup, $data, $options) {
37
- return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
38
- (vue.openBlock(), vue.createElementBlock("svg", {
39
+ return (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
40
+ class: "p-progress-spinner",
41
+ role: "progressbar"
42
+ }, _ctx.ptm('root')), [
43
+ (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
39
44
  class: "p-progress-spinner-svg",
40
45
  viewBox: "25 25 50 50",
41
- style: vue.normalizeStyle($options.svgStyle)
42
- }, [
43
- vue.createElementVNode("circle", {
46
+ style: $options.svgStyle
47
+ }, _ctx.ptm('spinner')), [
48
+ vue.createElementVNode("circle", vue.mergeProps({
44
49
  class: "p-progress-spinner-circle",
45
50
  cx: "50",
46
51
  cy: "50",
@@ -48,9 +53,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
48
53
  fill: $props.fill,
49
54
  "stroke-width": $props.strokeWidth,
50
55
  strokeMiterlimit: "10"
51
- }, null, 8, _hoisted_2)
52
- ], 4))
53
- ]))
56
+ }, _ctx.ptm('circle')), null, 16, _hoisted_1)
57
+ ], 16))
58
+ ], 16))
54
59
  }
55
60
 
56
61
  function styleInject(css, ref) {
@@ -1 +1 @@
1
- "use strict";var e=require("vue"),n={name:"ProgressSpinner",props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const t={class:"p-progress-spinner",role:"progressbar"},r=["fill","stroke-width"];!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===t&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),n.render=function(n,i,o,s,l,p){return e.openBlock(),e.createElementBlock("div",t,[(e.openBlock(),e.createElementBlock("svg",{class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:e.normalizeStyle(p.svgStyle)},[e.createElementVNode("circle",{class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:o.fill,"stroke-width":o.strokeWidth,strokeMiterlimit:"10"},null,8,r)],4))])},module.exports=n;
1
+ "use strict";var e=require("primevue/basecomponent"),t=require("vue");function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ProgressSpinner",extends:n(e).default,props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const i=["fill","stroke-width"];!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),r.render=function(e,n,r,o,s,p){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:"p-progress-spinner",role:"progressbar"},e.ptm("root")),[(t.openBlock(),t.createElementBlock("svg",t.mergeProps({class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:p.svgStyle},e.ptm("spinner")),[t.createElementVNode("circle",t.mergeProps({class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:r.fill,"stroke-width":r.strokeWidth,strokeMiterlimit:"10"},e.ptm("circle")),null,16,i)],16))],16)},module.exports=r;
@@ -1,7 +1,9 @@
1
- import { openBlock, createElementBlock, normalizeStyle, createElementVNode } from 'vue';
1
+ import BaseComponent from 'primevue/basecomponent';
2
+ import { openBlock, createElementBlock, mergeProps, createElementVNode } from 'vue';
2
3
 
3
4
  var script = {
4
5
  name: 'ProgressSpinner',
6
+ extends: BaseComponent,
5
7
  props: {
6
8
  strokeWidth: {
7
9
  type: String,
@@ -25,20 +27,19 @@ var script = {
25
27
  }
26
28
  };
27
29
 
28
- const _hoisted_1 = {
29
- class: "p-progress-spinner",
30
- role: "progressbar"
31
- };
32
- const _hoisted_2 = ["fill", "stroke-width"];
30
+ const _hoisted_1 = ["fill", "stroke-width"];
33
31
 
34
32
  function render(_ctx, _cache, $props, $setup, $data, $options) {
35
- return (openBlock(), createElementBlock("div", _hoisted_1, [
36
- (openBlock(), createElementBlock("svg", {
33
+ return (openBlock(), createElementBlock("div", mergeProps({
34
+ class: "p-progress-spinner",
35
+ role: "progressbar"
36
+ }, _ctx.ptm('root')), [
37
+ (openBlock(), createElementBlock("svg", mergeProps({
37
38
  class: "p-progress-spinner-svg",
38
39
  viewBox: "25 25 50 50",
39
- style: normalizeStyle($options.svgStyle)
40
- }, [
41
- createElementVNode("circle", {
40
+ style: $options.svgStyle
41
+ }, _ctx.ptm('spinner')), [
42
+ createElementVNode("circle", mergeProps({
42
43
  class: "p-progress-spinner-circle",
43
44
  cx: "50",
44
45
  cy: "50",
@@ -46,9 +47,9 @@ function render(_ctx, _cache, $props, $setup, $data, $options) {
46
47
  fill: $props.fill,
47
48
  "stroke-width": $props.strokeWidth,
48
49
  strokeMiterlimit: "10"
49
- }, null, 8, _hoisted_2)
50
- ], 4))
51
- ]))
50
+ }, _ctx.ptm('circle')), null, 16, _hoisted_1)
51
+ ], 16))
52
+ ], 16))
52
53
  }
53
54
 
54
55
  function styleInject(css, ref) {
@@ -1 +1 @@
1
- import{openBlock as e,createElementBlock as n,normalizeStyle as t,createElementVNode as r}from"vue";var i={name:"ProgressSpinner",props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const s={class:"p-progress-spinner",role:"progressbar"},o=["fill","stroke-width"];!function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===t&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),i.render=function(i,p,l,a,d,c){return e(),n("div",s,[(e(),n("svg",{class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:t(c.svgStyle)},[r("circle",{class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:l.fill,"stroke-width":l.strokeWidth,strokeMiterlimit:"10"},null,8,o)],4))])};export{i as default};
1
+ import e from"primevue/basecomponent";import{openBlock as t,createElementBlock as n,mergeProps as r,createElementVNode as i}from"vue";var s={name:"ProgressSpinner",extends:e,props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const o=["fill","stroke-width"];!function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),s.render=function(e,s,p,l,a,d){return t(),n("div",r({class:"p-progress-spinner",role:"progressbar"},e.ptm("root")),[(t(),n("svg",r({class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:d.svgStyle},e.ptm("spinner")),[i("circle",r({class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:p.fill,"stroke-width":p.strokeWidth,strokeMiterlimit:"10"},e.ptm("circle")),null,16,o)],16))],16)};export{s as default};
@@ -1,9 +1,14 @@
1
1
  this.primevue = this.primevue || {};
2
- this.primevue.progressspinner = (function (vue) {
2
+ this.primevue.progressspinner = (function (BaseComponent, vue) {
3
3
  'use strict';
4
4
 
5
+ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
6
+
7
+ var BaseComponent__default = /*#__PURE__*/_interopDefaultLegacy(BaseComponent);
8
+
5
9
  var script = {
6
10
  name: 'ProgressSpinner',
11
+ extends: BaseComponent__default["default"],
7
12
  props: {
8
13
  strokeWidth: {
9
14
  type: String,
@@ -27,20 +32,19 @@ this.primevue.progressspinner = (function (vue) {
27
32
  }
28
33
  };
29
34
 
30
- const _hoisted_1 = {
31
- class: "p-progress-spinner",
32
- role: "progressbar"
33
- };
34
- const _hoisted_2 = ["fill", "stroke-width"];
35
+ const _hoisted_1 = ["fill", "stroke-width"];
35
36
 
36
37
  function render(_ctx, _cache, $props, $setup, $data, $options) {
37
- return (vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
38
- (vue.openBlock(), vue.createElementBlock("svg", {
38
+ return (vue.openBlock(), vue.createElementBlock("div", vue.mergeProps({
39
+ class: "p-progress-spinner",
40
+ role: "progressbar"
41
+ }, _ctx.ptm('root')), [
42
+ (vue.openBlock(), vue.createElementBlock("svg", vue.mergeProps({
39
43
  class: "p-progress-spinner-svg",
40
44
  viewBox: "25 25 50 50",
41
- style: vue.normalizeStyle($options.svgStyle)
42
- }, [
43
- vue.createElementVNode("circle", {
45
+ style: $options.svgStyle
46
+ }, _ctx.ptm('spinner')), [
47
+ vue.createElementVNode("circle", vue.mergeProps({
44
48
  class: "p-progress-spinner-circle",
45
49
  cx: "50",
46
50
  cy: "50",
@@ -48,9 +52,9 @@ this.primevue.progressspinner = (function (vue) {
48
52
  fill: $props.fill,
49
53
  "stroke-width": $props.strokeWidth,
50
54
  strokeMiterlimit: "10"
51
- }, null, 8, _hoisted_2)
52
- ], 4))
53
- ]))
55
+ }, _ctx.ptm('circle')), null, 16, _hoisted_1)
56
+ ], 16))
57
+ ], 16))
54
58
  }
55
59
 
56
60
  function styleInject(css, ref) {
@@ -87,4 +91,4 @@ this.primevue.progressspinner = (function (vue) {
87
91
 
88
92
  return script;
89
93
 
90
- })(Vue);
94
+ })(primevue.basecomponent, Vue);
@@ -1 +1 @@
1
- this.primevue=this.primevue||{},this.primevue.progressspinner=function(e){"use strict";var n={name:"ProgressSpinner",props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const t={class:"p-progress-spinner",role:"progressbar"},r=["fill","stroke-width"];return function(e,n){void 0===n&&(n={});var t=n.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===t&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),n.render=function(n,i,s,o,l,p){return e.openBlock(),e.createElementBlock("div",t,[(e.openBlock(),e.createElementBlock("svg",{class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:e.normalizeStyle(p.svgStyle)},[e.createElementVNode("circle",{class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:s.fill,"stroke-width":s.strokeWidth,strokeMiterlimit:"10"},null,8,r)],4))])},n}(Vue);
1
+ this.primevue=this.primevue||{},this.primevue.progressspinner=function(e,t){"use strict";function n(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}var r={name:"ProgressSpinner",extends:n(e).default,props:{strokeWidth:{type:String,default:"2"},fill:{type:String,default:"none"},animationDuration:{type:String,default:"2s"}},computed:{svgStyle(){return{"animation-duration":this.animationDuration}}}};const i=["fill","stroke-width"];return function(e,t){void 0===t&&(t={});var n=t.insertAt;if(e&&"undefined"!=typeof document){var r=document.head||document.getElementsByTagName("head")[0],i=document.createElement("style");i.type="text/css","top"===n&&r.firstChild?r.insertBefore(i,r.firstChild):r.appendChild(i),i.styleSheet?i.styleSheet.cssText=e:i.appendChild(document.createTextNode(e))}}("\n.p-progress-spinner {\n position: relative;\n margin: 0 auto;\n width: 100px;\n height: 100px;\n display: inline-block;\n}\n.p-progress-spinner::before {\n content: '';\n display: block;\n padding-top: 100%;\n}\n.p-progress-spinner-svg {\n height: 100%;\n transform-origin: center center;\n width: 100%;\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n margin: auto;\n}\n"),r.render=function(e,n,r,s,o,p){return t.openBlock(),t.createElementBlock("div",t.mergeProps({class:"p-progress-spinner",role:"progressbar"},e.ptm("root")),[(t.openBlock(),t.createElementBlock("svg",t.mergeProps({class:"p-progress-spinner-svg",viewBox:"25 25 50 50",style:p.svgStyle},e.ptm("spinner")),[t.createElementVNode("circle",t.mergeProps({class:"p-progress-spinner-circle",cx:"50",cy:"50",r:"20",fill:r.fill,"stroke-width":r.strokeWidth,strokeMiterlimit:"10"},e.ptm("circle")),null,16,i)],16))],16)},r}(primevue.basecomponent,Vue);
@@ -5445,7 +5445,7 @@
5445
5445
  font-size: 1.5rem;
5446
5446
  margin-right: 0.5rem;
5447
5447
  }
5448
- .p-message .p-icon {
5448
+ .p-message .p-icon:not(.p-message-close-icon) {
5449
5449
  width: 1.5rem;
5450
5450
  height: 1.5rem;
5451
5451
  }
@@ -5445,7 +5445,7 @@
5445
5445
  font-size: 1.5rem;
5446
5446
  margin-right: 0.5rem;
5447
5447
  }
5448
- .p-message .p-icon {
5448
+ .p-message .p-icon:not(.p-message-close-icon) {
5449
5449
  width: 1.5rem;
5450
5450
  height: 1.5rem;
5451
5451
  }
@@ -5445,7 +5445,7 @@
5445
5445
  font-size: 1.5rem;
5446
5446
  margin-right: 0.5rem;
5447
5447
  }
5448
- .p-message .p-icon {
5448
+ .p-message .p-icon:not(.p-message-close-icon) {
5449
5449
  width: 1.5rem;
5450
5450
  height: 1.5rem;
5451
5451
  }
@@ -5445,7 +5445,7 @@
5445
5445
  font-size: 1.5rem;
5446
5446
  margin-right: 0.5rem;
5447
5447
  }
5448
- .p-message .p-icon {
5448
+ .p-message .p-icon:not(.p-message-close-icon) {
5449
5449
  width: 1.5rem;
5450
5450
  height: 1.5rem;
5451
5451
  }
@@ -5457,7 +5457,7 @@
5457
5457
  font-size: 1.5rem;
5458
5458
  margin-right: 0.5rem;
5459
5459
  }
5460
- .p-message .p-icon {
5460
+ .p-message .p-icon:not(.p-message-close-icon) {
5461
5461
  width: 1.5rem;
5462
5462
  height: 1.5rem;
5463
5463
  }
@@ -5457,7 +5457,7 @@
5457
5457
  font-size: 1.5rem;
5458
5458
  margin-right: 0.5rem;
5459
5459
  }
5460
- .p-message .p-icon {
5460
+ .p-message .p-icon:not(.p-message-close-icon) {
5461
5461
  width: 1.5rem;
5462
5462
  height: 1.5rem;
5463
5463
  }
@@ -5457,7 +5457,7 @@
5457
5457
  font-size: 1.5rem;
5458
5458
  margin-right: 0.5rem;
5459
5459
  }
5460
- .p-message .p-icon {
5460
+ .p-message .p-icon:not(.p-message-close-icon) {
5461
5461
  width: 1.5rem;
5462
5462
  height: 1.5rem;
5463
5463
  }
@@ -5457,7 +5457,7 @@
5457
5457
  font-size: 1.5rem;
5458
5458
  margin-right: 0.5rem;
5459
5459
  }
5460
- .p-message .p-icon {
5460
+ .p-message .p-icon:not(.p-message-close-icon) {
5461
5461
  width: 1.5rem;
5462
5462
  height: 1.5rem;
5463
5463
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1rem;
5401
5401
  height: 1rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5396,7 +5396,7 @@
5396
5396
  font-size: 1.5rem;
5397
5397
  margin-right: 0.5rem;
5398
5398
  }
5399
- .p-message .p-icon {
5399
+ .p-message .p-icon:not(.p-message-close-icon) {
5400
5400
  width: 1.5rem;
5401
5401
  height: 1.5rem;
5402
5402
  }
@@ -5408,7 +5408,7 @@
5408
5408
  font-size: 1.5rem;
5409
5409
  margin-right: 0.5rem;
5410
5410
  }
5411
- .p-message .p-icon {
5411
+ .p-message .p-icon:not(.p-message-close-icon) {
5412
5412
  width: 1.5rem;
5413
5413
  height: 1.5rem;
5414
5414
  }
@@ -5408,7 +5408,7 @@
5408
5408
  font-size: 1.5rem;
5409
5409
  margin-right: 0.5rem;
5410
5410
  }
5411
- .p-message .p-icon {
5411
+ .p-message .p-icon:not(.p-message-close-icon) {
5412
5412
  width: 1.5rem;
5413
5413
  height: 1.5rem;
5414
5414
  }
@@ -5408,7 +5408,7 @@
5408
5408
  font-size: 1.5rem;
5409
5409
  margin-right: 0.5rem;
5410
5410
  }
5411
- .p-message .p-icon {
5411
+ .p-message .p-icon:not(.p-message-close-icon) {
5412
5412
  width: 1.5rem;
5413
5413
  height: 1.5rem;
5414
5414
  }
@@ -5408,7 +5408,7 @@
5408
5408
  font-size: 1.5rem;
5409
5409
  margin-right: 0.5rem;
5410
5410
  }
5411
- .p-message .p-icon {
5411
+ .p-message .p-icon:not(.p-message-close-icon) {
5412
5412
  width: 1.5rem;
5413
5413
  height: 1.5rem;
5414
5414
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(255, 255, 255, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(255, 255, 255, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(255, 255, 255, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(255, 255, 255, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(255, 255, 255, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(255, 255, 255, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(0, 0, 0, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(0, 0, 0, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(0, 0, 0, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(0, 0, 0, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(0, 0, 0, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(0, 0, 0, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(255, 255, 255, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(255, 255, 255, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(255, 255, 255, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(255, 255, 255, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(255, 255, 255, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(255, 255, 255, 0.04);
6262
6265
  }
@@ -5469,7 +5469,7 @@
5469
5469
  font-size: 1.5rem;
5470
5470
  margin-right: 0.5rem;
5471
5471
  }
5472
- .p-message .p-icon {
5472
+ .p-message .p-icon:not(.p-message-close-icon) {
5473
5473
  width: 1.5rem;
5474
5474
  height: 1.5rem;
5475
5475
  }
@@ -6257,6 +6257,9 @@
6257
6257
  .p-calendar-w-btn .p-datepicker-trigger.p-button span {
6258
6258
  color: rgba(0, 0, 0, 0.6);
6259
6259
  }
6260
+ .p-calendar-w-btn .p-datepicker-trigger.p-button .p-icon path {
6261
+ fill: rgba(0, 0, 0, 0.6);
6262
+ }
6260
6263
  .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover {
6261
6264
  background: rgba(0, 0, 0, 0.04);
6262
6265
  }