primereact 7.2.0 → 7.2.1

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 (229) hide show
  1. package/calendar/calendar.cjs.js +1 -1
  2. package/calendar/calendar.cjs.min.js +1 -1
  3. package/calendar/calendar.esm.js +1 -1
  4. package/calendar/calendar.esm.min.js +1 -1
  5. package/calendar/calendar.js +1 -1
  6. package/calendar/calendar.min.js +1 -1
  7. package/carousel/carousel.cjs.js +212 -5
  8. package/carousel/carousel.cjs.min.js +1 -1
  9. package/carousel/carousel.esm.js +212 -5
  10. package/carousel/carousel.esm.min.js +1 -1
  11. package/carousel/carousel.js +212 -5
  12. package/carousel/carousel.min.js +1 -1
  13. package/core/core.js +34 -3
  14. package/core/core.min.js +4 -4
  15. package/datatable/datatable.cjs.js +21 -16
  16. package/datatable/datatable.cjs.min.js +1 -1
  17. package/datatable/datatable.d.ts +1 -0
  18. package/datatable/datatable.esm.js +21 -16
  19. package/datatable/datatable.esm.min.js +1 -1
  20. package/datatable/datatable.js +21 -16
  21. package/datatable/datatable.min.js +1 -1
  22. package/dataview/dataview.cjs.js +1 -5
  23. package/dataview/dataview.cjs.min.js +1 -1
  24. package/dataview/dataview.esm.js +1 -5
  25. package/dataview/dataview.esm.min.js +1 -1
  26. package/dataview/dataview.js +1 -5
  27. package/dataview/dataview.min.js +1 -1
  28. package/dropdown/dropdown.cjs.js +1 -1
  29. package/dropdown/dropdown.cjs.min.js +1 -1
  30. package/dropdown/dropdown.esm.js +1 -1
  31. package/dropdown/dropdown.esm.min.js +1 -1
  32. package/dropdown/dropdown.js +1 -1
  33. package/dropdown/dropdown.min.js +1 -1
  34. package/galleria/galleria.cjs.js +212 -5
  35. package/galleria/galleria.cjs.min.js +1 -1
  36. package/galleria/galleria.esm.js +212 -5
  37. package/galleria/galleria.esm.min.js +1 -1
  38. package/galleria/galleria.js +212 -5
  39. package/galleria/galleria.min.js +1 -1
  40. package/inputnumber/inputnumber.cjs.js +5 -1
  41. package/inputnumber/inputnumber.cjs.min.js +1 -1
  42. package/inputnumber/inputnumber.esm.js +5 -1
  43. package/inputnumber/inputnumber.esm.min.js +1 -1
  44. package/inputnumber/inputnumber.js +5 -1
  45. package/inputnumber/inputnumber.min.js +1 -1
  46. package/knob/knob.cjs.js +1 -1
  47. package/knob/knob.cjs.min.js +1 -1
  48. package/knob/knob.esm.js +1 -1
  49. package/knob/knob.esm.min.js +1 -1
  50. package/knob/knob.js +1 -1
  51. package/knob/knob.min.js +1 -1
  52. package/multiselect/multiselect.cjs.js +1 -1
  53. package/multiselect/multiselect.cjs.min.js +1 -1
  54. package/multiselect/multiselect.esm.js +1 -1
  55. package/multiselect/multiselect.esm.min.js +1 -1
  56. package/multiselect/multiselect.js +1 -1
  57. package/multiselect/multiselect.min.js +1 -1
  58. package/package.json +1 -1
  59. package/primereact.all.cjs.js +142 -122
  60. package/primereact.all.cjs.min.js +1 -1
  61. package/primereact.all.esm.js +142 -122
  62. package/primereact.all.esm.min.js +1 -1
  63. package/primereact.all.js +142 -122
  64. package/primereact.all.min.js +1 -1
  65. package/resources/primereact.css +7 -2
  66. package/resources/primereact.min.css +1 -1
  67. package/resources/themes/arya-blue/theme.css +254 -2
  68. package/resources/themes/arya-green/theme.css +254 -2
  69. package/resources/themes/arya-orange/theme.css +254 -2
  70. package/resources/themes/arya-purple/theme.css +254 -2
  71. package/resources/themes/bootstrap4-dark-blue/theme.css +254 -2
  72. package/resources/themes/bootstrap4-dark-purple/theme.css +254 -2
  73. package/resources/themes/bootstrap4-light-blue/theme.css +252 -0
  74. package/resources/themes/bootstrap4-light-purple/theme.css +252 -0
  75. package/resources/themes/fluent-light/theme.css +252 -0
  76. package/resources/themes/lara-dark-blue/theme.css +261 -44
  77. package/resources/themes/lara-dark-indigo/theme.css +261 -44
  78. package/resources/themes/lara-dark-purple/theme.css +261 -44
  79. package/resources/themes/lara-dark-teal/theme.css +261 -44
  80. package/resources/themes/lara-light-blue/theme.css +259 -42
  81. package/resources/themes/lara-light-indigo/theme.css +259 -42
  82. package/resources/themes/lara-light-purple/theme.css +259 -42
  83. package/resources/themes/lara-light-teal/theme.css +259 -42
  84. package/resources/themes/luna-amber/theme.css +252 -0
  85. package/resources/themes/luna-blue/theme.css +252 -0
  86. package/resources/themes/luna-green/theme.css +252 -0
  87. package/resources/themes/luna-pink/theme.css +252 -0
  88. package/resources/themes/md-dark-deeppurple/theme.css +328 -2
  89. package/resources/themes/md-dark-indigo/theme.css +328 -2
  90. package/resources/themes/md-light-deeppurple/theme.css +326 -0
  91. package/resources/themes/md-light-indigo/theme.css +326 -0
  92. package/resources/themes/mdc-dark-deeppurple/theme.css +328 -2
  93. package/resources/themes/mdc-dark-indigo/theme.css +328 -2
  94. package/resources/themes/mdc-light-deeppurple/theme.css +326 -0
  95. package/resources/themes/mdc-light-indigo/theme.css +326 -0
  96. package/resources/themes/nova/theme.css +252 -0
  97. package/resources/themes/nova-accent/theme.css +252 -0
  98. package/resources/themes/nova-alt/theme.css +252 -0
  99. package/resources/themes/rhea/theme.css +252 -0
  100. package/resources/themes/saga-blue/theme.css +252 -0
  101. package/resources/themes/saga-green/theme.css +252 -0
  102. package/resources/themes/saga-orange/theme.css +252 -0
  103. package/resources/themes/saga-purple/theme.css +252 -0
  104. package/resources/themes/tailwind-light/theme.css +252 -0
  105. package/resources/themes/vela-blue/theme.css +254 -2
  106. package/resources/themes/vela-green/theme.css +254 -2
  107. package/resources/themes/vela-orange/theme.css +254 -2
  108. package/resources/themes/vela-purple/theme.css +254 -2
  109. package/splitbutton/splitbutton.d.ts +4 -1
  110. package/splitbutton/splitbutton.min.css +1 -1
  111. package/tabmenu/tabmenu.cjs.js +1 -1
  112. package/tabmenu/tabmenu.cjs.min.js +1 -1
  113. package/tabmenu/tabmenu.esm.js +1 -1
  114. package/tabmenu/tabmenu.esm.min.js +1 -1
  115. package/tabmenu/tabmenu.js +1 -1
  116. package/tabmenu/tabmenu.min.js +1 -1
  117. package/tabview/tabview.cjs.js +1 -1
  118. package/tabview/tabview.cjs.min.js +1 -1
  119. package/tabview/tabview.esm.js +1 -1
  120. package/tabview/tabview.esm.min.js +1 -1
  121. package/tabview/tabview.js +1 -1
  122. package/tabview/tabview.min.js +1 -1
  123. package/toolbar/toolbar.min.css +1 -1
  124. package/tree/tree.cjs.js +2 -1
  125. package/tree/tree.cjs.min.js +1 -1
  126. package/tree/tree.esm.js +2 -1
  127. package/tree/tree.esm.min.js +1 -1
  128. package/tree/tree.js +2 -1
  129. package/tree/tree.min.js +1 -1
  130. package/treeselect/treeselect.cjs.js +3 -3
  131. package/treeselect/treeselect.cjs.min.js +1 -1
  132. package/treeselect/treeselect.esm.js +3 -3
  133. package/treeselect/treeselect.esm.min.js +1 -1
  134. package/treeselect/treeselect.js +3 -3
  135. package/treeselect/treeselect.min.js +1 -1
  136. package/treetable/treetable.cjs.js +12 -10
  137. package/treetable/treetable.cjs.min.js +1 -1
  138. package/treetable/treetable.esm.js +8 -7
  139. package/treetable/treetable.esm.min.js +1 -1
  140. package/treetable/treetable.js +12 -10
  141. package/treetable/treetable.min.js +1 -1
  142. package/utils/utils.cjs.js +26 -0
  143. package/utils/utils.cjs.min.js +1 -1
  144. package/utils/utils.d.ts +1 -0
  145. package/utils/utils.esm.js +26 -0
  146. package/utils/utils.esm.min.js +1 -1
  147. package/utils/utils.js +26 -0
  148. package/utils/utils.min.js +1 -1
  149. package/web-types.json +15 -3
  150. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
  151. package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
  152. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
  153. package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
  154. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
  155. package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
  156. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
  157. package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
  158. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
  159. package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
  160. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
  161. package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
  162. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
  163. package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
  164. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
  165. package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
  166. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
  167. package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
  168. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
  169. package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  170. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
  171. package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
  172. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
  173. package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
  174. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
  175. package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
  176. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
  177. package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
  178. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
  179. package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
  180. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
  181. package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
  182. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
  183. package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
  184. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
  185. package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
  186. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
  187. package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
  188. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
  189. package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
  190. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
  191. package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
  192. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
  193. package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
  194. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
  195. package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
  196. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
  197. package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
  198. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
  199. package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
  200. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
  201. package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
  202. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
  203. package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
  204. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
  205. package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
  206. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
  207. package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
  208. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
  209. package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
  210. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
  211. package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
  212. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
  213. package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
  214. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
  215. package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
  216. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
  217. package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
  218. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
  219. package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
  220. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
  221. package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
  222. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
  223. package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
  224. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
  225. package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
  226. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
  227. package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
  228. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
  229. package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -2204,6 +2204,258 @@
2204
2204
  border-color: transparent;
2205
2205
  }
2206
2206
 
2207
+ .p-splitbutton {
2208
+ border-radius: 3px;
2209
+ }
2210
+ .p-splitbutton.p-button-outlined > .p-button {
2211
+ background-color: transparent;
2212
+ color: #007ad9;
2213
+ border: 1px solid;
2214
+ }
2215
+ .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2216
+ background: rgba(0, 122, 217, 0.04);
2217
+ color: #007ad9;
2218
+ }
2219
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2220
+ background: rgba(0, 122, 217, 0.16);
2221
+ color: #007ad9;
2222
+ }
2223
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
2224
+ color: #848484;
2225
+ border-color: #848484;
2226
+ }
2227
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2228
+ background: #eaeaea;
2229
+ color: #848484;
2230
+ }
2231
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2232
+ background: #d2d2d2;
2233
+ color: #848484;
2234
+ }
2235
+ .p-splitbutton.p-button-text > .p-button {
2236
+ background-color: transparent;
2237
+ color: #007ad9;
2238
+ border-color: transparent;
2239
+ }
2240
+ .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2241
+ background: rgba(0, 122, 217, 0.04);
2242
+ color: #007ad9;
2243
+ border-color: transparent;
2244
+ }
2245
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2246
+ background: rgba(0, 122, 217, 0.16);
2247
+ color: #007ad9;
2248
+ border-color: transparent;
2249
+ }
2250
+ .p-splitbutton.p-button-text.p-button-plain > .p-button {
2251
+ color: #848484;
2252
+ }
2253
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2254
+ background: #eaeaea;
2255
+ color: #848484;
2256
+ }
2257
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2258
+ background: #d2d2d2;
2259
+ color: #848484;
2260
+ }
2261
+ .p-splitbutton.p-button-raised {
2262
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
2263
+ }
2264
+ .p-splitbutton.p-button-rounded {
2265
+ border-radius: 2rem;
2266
+ }
2267
+ .p-splitbutton.p-button-rounded > .p-button {
2268
+ border-radius: 2rem;
2269
+ }
2270
+ .p-splitbutton.p-button-sm > .p-button {
2271
+ font-size: 0.875rem;
2272
+ padding: 0.375375rem 0.875rem;
2273
+ }
2274
+ .p-splitbutton.p-button-sm > .p-button .p-button-icon {
2275
+ font-size: 0.875rem;
2276
+ }
2277
+ .p-splitbutton.p-button-lg > .p-button {
2278
+ font-size: 1.25rem;
2279
+ padding: 0.53625rem 1.25rem;
2280
+ }
2281
+ .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2282
+ font-size: 1.25rem;
2283
+ }
2284
+
2285
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2286
+ background-color: transparent;
2287
+ color: #607D8B;
2288
+ border: 1px solid;
2289
+ }
2290
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2291
+ background: rgba(96, 125, 139, 0.04);
2292
+ color: #607D8B;
2293
+ }
2294
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2295
+ background: rgba(96, 125, 139, 0.16);
2296
+ color: #607D8B;
2297
+ }
2298
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button {
2299
+ background-color: transparent;
2300
+ color: #607D8B;
2301
+ border-color: transparent;
2302
+ }
2303
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2304
+ background: rgba(96, 125, 139, 0.04);
2305
+ border-color: transparent;
2306
+ color: #607D8B;
2307
+ }
2308
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2309
+ background: rgba(96, 125, 139, 0.16);
2310
+ border-color: transparent;
2311
+ color: #607D8B;
2312
+ }
2313
+
2314
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2315
+ background-color: transparent;
2316
+ color: #007ad9;
2317
+ border: 1px solid;
2318
+ }
2319
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2320
+ background: rgba(0, 122, 217, 0.04);
2321
+ color: #007ad9;
2322
+ }
2323
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2324
+ background: rgba(0, 122, 217, 0.16);
2325
+ color: #007ad9;
2326
+ }
2327
+ .p-splitbutton.p-button-info.p-button-text > .p-button {
2328
+ background-color: transparent;
2329
+ color: #007ad9;
2330
+ border-color: transparent;
2331
+ }
2332
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2333
+ background: rgba(0, 122, 217, 0.04);
2334
+ border-color: transparent;
2335
+ color: #007ad9;
2336
+ }
2337
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2338
+ background: rgba(0, 122, 217, 0.16);
2339
+ border-color: transparent;
2340
+ color: #007ad9;
2341
+ }
2342
+
2343
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2344
+ background-color: transparent;
2345
+ color: #34A835;
2346
+ border: 1px solid;
2347
+ }
2348
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2349
+ background: rgba(52, 168, 53, 0.04);
2350
+ color: #34A835;
2351
+ }
2352
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2353
+ background: rgba(52, 168, 53, 0.16);
2354
+ color: #34A835;
2355
+ }
2356
+ .p-splitbutton.p-button-success.p-button-text > .p-button {
2357
+ background-color: transparent;
2358
+ color: #34A835;
2359
+ border-color: transparent;
2360
+ }
2361
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2362
+ background: rgba(52, 168, 53, 0.04);
2363
+ border-color: transparent;
2364
+ color: #34A835;
2365
+ }
2366
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2367
+ background: rgba(52, 168, 53, 0.16);
2368
+ border-color: transparent;
2369
+ color: #34A835;
2370
+ }
2371
+
2372
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2373
+ background-color: transparent;
2374
+ color: #ffba01;
2375
+ border: 1px solid;
2376
+ }
2377
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2378
+ background: rgba(255, 186, 1, 0.04);
2379
+ color: #ffba01;
2380
+ }
2381
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2382
+ background: rgba(255, 186, 1, 0.16);
2383
+ color: #ffba01;
2384
+ }
2385
+ .p-splitbutton.p-button-warning.p-button-text > .p-button {
2386
+ background-color: transparent;
2387
+ color: #ffba01;
2388
+ border-color: transparent;
2389
+ }
2390
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2391
+ background: rgba(255, 186, 1, 0.04);
2392
+ border-color: transparent;
2393
+ color: #ffba01;
2394
+ }
2395
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2396
+ background: rgba(255, 186, 1, 0.16);
2397
+ border-color: transparent;
2398
+ color: #ffba01;
2399
+ }
2400
+
2401
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2402
+ background-color: transparent;
2403
+ color: #9C27B0;
2404
+ border: 1px solid;
2405
+ }
2406
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2407
+ background: rgba(156, 39, 176, 0.04);
2408
+ color: #9C27B0;
2409
+ }
2410
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2411
+ background: rgba(156, 39, 176, 0.16);
2412
+ color: #9C27B0;
2413
+ }
2414
+ .p-splitbutton.p-button-help.p-button-text > .p-button {
2415
+ background-color: transparent;
2416
+ color: #9C27B0;
2417
+ border-color: transparent;
2418
+ }
2419
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2420
+ background: rgba(156, 39, 176, 0.04);
2421
+ border-color: transparent;
2422
+ color: #9C27B0;
2423
+ }
2424
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2425
+ background: rgba(156, 39, 176, 0.16);
2426
+ border-color: transparent;
2427
+ color: #9C27B0;
2428
+ }
2429
+
2430
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2431
+ background-color: transparent;
2432
+ color: #e91224;
2433
+ border: 1px solid;
2434
+ }
2435
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2436
+ background: rgba(233, 18, 36, 0.04);
2437
+ color: #e91224;
2438
+ }
2439
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2440
+ background: rgba(233, 18, 36, 0.16);
2441
+ color: #e91224;
2442
+ }
2443
+ .p-splitbutton.p-button-danger.p-button-text > .p-button {
2444
+ background-color: transparent;
2445
+ color: #e91224;
2446
+ border-color: transparent;
2447
+ }
2448
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2449
+ background: rgba(233, 18, 36, 0.04);
2450
+ border-color: transparent;
2451
+ color: #e91224;
2452
+ }
2453
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2454
+ background: rgba(233, 18, 36, 0.16);
2455
+ border-color: transparent;
2456
+ color: #e91224;
2457
+ }
2458
+
2207
2459
  .p-speeddial-button.p-button.p-button-icon-only {
2208
2460
  width: 4rem;
2209
2461
  height: 4rem;
@@ -2192,6 +2192,258 @@
2192
2192
  border-color: transparent;
2193
2193
  }
2194
2194
 
2195
+ .p-splitbutton {
2196
+ border-radius: 3px;
2197
+ }
2198
+ .p-splitbutton.p-button-outlined > .p-button {
2199
+ background-color: transparent;
2200
+ color: #007ad9;
2201
+ border: 1px solid;
2202
+ }
2203
+ .p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2204
+ background: rgba(0, 122, 217, 0.04);
2205
+ color: #007ad9;
2206
+ }
2207
+ .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2208
+ background: rgba(0, 122, 217, 0.16);
2209
+ color: #007ad9;
2210
+ }
2211
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button {
2212
+ color: #848484;
2213
+ border-color: #848484;
2214
+ }
2215
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2216
+ background: #eaeaea;
2217
+ color: #848484;
2218
+ }
2219
+ .p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2220
+ background: #d2d2d2;
2221
+ color: #848484;
2222
+ }
2223
+ .p-splitbutton.p-button-text > .p-button {
2224
+ background-color: transparent;
2225
+ color: #007ad9;
2226
+ border-color: transparent;
2227
+ }
2228
+ .p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2229
+ background: rgba(0, 122, 217, 0.04);
2230
+ color: #007ad9;
2231
+ border-color: transparent;
2232
+ }
2233
+ .p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2234
+ background: rgba(0, 122, 217, 0.16);
2235
+ color: #007ad9;
2236
+ border-color: transparent;
2237
+ }
2238
+ .p-splitbutton.p-button-text.p-button-plain > .p-button {
2239
+ color: #848484;
2240
+ }
2241
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
2242
+ background: #eaeaea;
2243
+ color: #848484;
2244
+ }
2245
+ .p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
2246
+ background: #d2d2d2;
2247
+ color: #848484;
2248
+ }
2249
+ .p-splitbutton.p-button-raised {
2250
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
2251
+ }
2252
+ .p-splitbutton.p-button-rounded {
2253
+ border-radius: 2rem;
2254
+ }
2255
+ .p-splitbutton.p-button-rounded > .p-button {
2256
+ border-radius: 2rem;
2257
+ }
2258
+ .p-splitbutton.p-button-sm > .p-button {
2259
+ font-size: 0.875rem;
2260
+ padding: 0.375375rem 0.875rem;
2261
+ }
2262
+ .p-splitbutton.p-button-sm > .p-button .p-button-icon {
2263
+ font-size: 0.875rem;
2264
+ }
2265
+ .p-splitbutton.p-button-lg > .p-button {
2266
+ font-size: 1.25rem;
2267
+ padding: 0.53625rem 1.25rem;
2268
+ }
2269
+ .p-splitbutton.p-button-lg > .p-button .p-button-icon {
2270
+ font-size: 1.25rem;
2271
+ }
2272
+
2273
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
2274
+ background-color: transparent;
2275
+ color: #607D8B;
2276
+ border: 1px solid;
2277
+ }
2278
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2279
+ background: rgba(96, 125, 139, 0.04);
2280
+ color: #607D8B;
2281
+ }
2282
+ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2283
+ background: rgba(96, 125, 139, 0.16);
2284
+ color: #607D8B;
2285
+ }
2286
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button {
2287
+ background-color: transparent;
2288
+ color: #607D8B;
2289
+ border-color: transparent;
2290
+ }
2291
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2292
+ background: rgba(96, 125, 139, 0.04);
2293
+ border-color: transparent;
2294
+ color: #607D8B;
2295
+ }
2296
+ .p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2297
+ background: rgba(96, 125, 139, 0.16);
2298
+ border-color: transparent;
2299
+ color: #607D8B;
2300
+ }
2301
+
2302
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button {
2303
+ background-color: transparent;
2304
+ color: #007ad9;
2305
+ border: 1px solid;
2306
+ }
2307
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2308
+ background: rgba(0, 122, 217, 0.04);
2309
+ color: #007ad9;
2310
+ }
2311
+ .p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2312
+ background: rgba(0, 122, 217, 0.16);
2313
+ color: #007ad9;
2314
+ }
2315
+ .p-splitbutton.p-button-info.p-button-text > .p-button {
2316
+ background-color: transparent;
2317
+ color: #007ad9;
2318
+ border-color: transparent;
2319
+ }
2320
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2321
+ background: rgba(0, 122, 217, 0.04);
2322
+ border-color: transparent;
2323
+ color: #007ad9;
2324
+ }
2325
+ .p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2326
+ background: rgba(0, 122, 217, 0.16);
2327
+ border-color: transparent;
2328
+ color: #007ad9;
2329
+ }
2330
+
2331
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button {
2332
+ background-color: transparent;
2333
+ color: #34A835;
2334
+ border: 1px solid;
2335
+ }
2336
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2337
+ background: rgba(52, 168, 53, 0.04);
2338
+ color: #34A835;
2339
+ }
2340
+ .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2341
+ background: rgba(52, 168, 53, 0.16);
2342
+ color: #34A835;
2343
+ }
2344
+ .p-splitbutton.p-button-success.p-button-text > .p-button {
2345
+ background-color: transparent;
2346
+ color: #34A835;
2347
+ border-color: transparent;
2348
+ }
2349
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2350
+ background: rgba(52, 168, 53, 0.04);
2351
+ border-color: transparent;
2352
+ color: #34A835;
2353
+ }
2354
+ .p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2355
+ background: rgba(52, 168, 53, 0.16);
2356
+ border-color: transparent;
2357
+ color: #34A835;
2358
+ }
2359
+
2360
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button {
2361
+ background-color: transparent;
2362
+ color: #ffba01;
2363
+ border: 1px solid;
2364
+ }
2365
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2366
+ background: rgba(255, 186, 1, 0.04);
2367
+ color: #ffba01;
2368
+ }
2369
+ .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2370
+ background: rgba(255, 186, 1, 0.16);
2371
+ color: #ffba01;
2372
+ }
2373
+ .p-splitbutton.p-button-warning.p-button-text > .p-button {
2374
+ background-color: transparent;
2375
+ color: #ffba01;
2376
+ border-color: transparent;
2377
+ }
2378
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2379
+ background: rgba(255, 186, 1, 0.04);
2380
+ border-color: transparent;
2381
+ color: #ffba01;
2382
+ }
2383
+ .p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2384
+ background: rgba(255, 186, 1, 0.16);
2385
+ border-color: transparent;
2386
+ color: #ffba01;
2387
+ }
2388
+
2389
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button {
2390
+ background-color: transparent;
2391
+ color: #9C27B0;
2392
+ border: 1px solid;
2393
+ }
2394
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2395
+ background: rgba(156, 39, 176, 0.04);
2396
+ color: #9C27B0;
2397
+ }
2398
+ .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2399
+ background: rgba(156, 39, 176, 0.16);
2400
+ color: #9C27B0;
2401
+ }
2402
+ .p-splitbutton.p-button-help.p-button-text > .p-button {
2403
+ background-color: transparent;
2404
+ color: #9C27B0;
2405
+ border-color: transparent;
2406
+ }
2407
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2408
+ background: rgba(156, 39, 176, 0.04);
2409
+ border-color: transparent;
2410
+ color: #9C27B0;
2411
+ }
2412
+ .p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2413
+ background: rgba(156, 39, 176, 0.16);
2414
+ border-color: transparent;
2415
+ color: #9C27B0;
2416
+ }
2417
+
2418
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button {
2419
+ background-color: transparent;
2420
+ color: #e91224;
2421
+ border: 1px solid;
2422
+ }
2423
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
2424
+ background: rgba(233, 18, 36, 0.04);
2425
+ color: #e91224;
2426
+ }
2427
+ .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
2428
+ background: rgba(233, 18, 36, 0.16);
2429
+ color: #e91224;
2430
+ }
2431
+ .p-splitbutton.p-button-danger.p-button-text > .p-button {
2432
+ background-color: transparent;
2433
+ color: #e91224;
2434
+ border-color: transparent;
2435
+ }
2436
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
2437
+ background: rgba(233, 18, 36, 0.04);
2438
+ border-color: transparent;
2439
+ color: #e91224;
2440
+ }
2441
+ .p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
2442
+ background: rgba(233, 18, 36, 0.16);
2443
+ border-color: transparent;
2444
+ color: #e91224;
2445
+ }
2446
+
2195
2447
  .p-speeddial-button.p-button.p-button-icon-only {
2196
2448
  width: 4rem;
2197
2449
  height: 4rem;