primeng 13.2.0 → 13.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.
- package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/multiselect/multiselect.mjs +2 -2
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +1 -1
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +1 -1
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/package.json +1 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/themes/arya-blue/theme.css +278 -42
- package/resources/themes/arya-green/theme.css +278 -42
- package/resources/themes/arya-orange/theme.css +278 -42
- package/resources/themes/arya-purple/theme.css +278 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +278 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +278 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +277 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +277 -41
- package/resources/themes/fluent-light/theme.css +277 -41
- package/resources/themes/lara-dark-blue/theme.css +285 -84
- package/resources/themes/lara-dark-indigo/theme.css +285 -84
- package/resources/themes/lara-dark-purple/theme.css +285 -84
- package/resources/themes/lara-dark-teal/theme.css +285 -84
- package/resources/themes/lara-light-blue/theme.css +383 -182
- package/resources/themes/lara-light-indigo/theme.css +284 -83
- package/resources/themes/lara-light-purple/theme.css +284 -83
- package/resources/themes/lara-light-teal/theme.css +284 -83
- package/resources/themes/luna-amber/theme.css +277 -41
- package/resources/themes/luna-blue/theme.css +277 -41
- package/resources/themes/luna-green/theme.css +277 -41
- package/resources/themes/luna-pink/theme.css +277 -41
- package/resources/themes/md-dark-deeppurple/theme.css +357 -44
- package/resources/themes/md-dark-indigo/theme.css +357 -44
- package/resources/themes/md-light-deeppurple/theme.css +354 -41
- package/resources/themes/md-light-indigo/theme.css +354 -41
- package/resources/themes/mdc-dark-deeppurple/theme.css +357 -44
- package/resources/themes/mdc-dark-indigo/theme.css +357 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +354 -41
- package/resources/themes/mdc-light-indigo/theme.css +354 -41
- package/resources/themes/nova/theme.css +277 -41
- package/resources/themes/nova-accent/theme.css +277 -41
- package/resources/themes/nova-alt/theme.css +277 -41
- package/resources/themes/rhea/theme.css +277 -41
- package/resources/themes/saga-blue/theme.css +277 -41
- package/resources/themes/saga-green/theme.css +277 -41
- package/resources/themes/saga-orange/theme.css +277 -41
- package/resources/themes/saga-purple/theme.css +277 -41
- package/resources/themes/tailwind-light/theme.css +276 -40
- package/resources/themes/vela-blue/theme.css +278 -42
- package/resources/themes/vela-green/theme.css +278 -42
- package/resources/themes/vela-orange/theme.css +278 -42
- package/resources/themes/vela-purple/theme.css +278 -42
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
@@ -236,6 +236,16 @@
|
|
236
236
|
--purple-700:#6d1b7b;
|
237
237
|
--purple-800:#561561;
|
238
238
|
--purple-900:#3e1046;
|
239
|
+
--red-50:#fef6f5;
|
240
|
+
--red-100:#fcd2cf;
|
241
|
+
--red-200:#faaea9;
|
242
|
+
--red-300:#f88a82;
|
243
|
+
--red-400:#f6675c;
|
244
|
+
--red-500:#f44336;
|
245
|
+
--red-600:#cf392e;
|
246
|
+
--red-700:#ab2f26;
|
247
|
+
--red-800:#86251e;
|
248
|
+
--red-900:#621b16;
|
239
249
|
}
|
240
250
|
|
241
251
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -378,16 +388,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
378
388
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
379
389
|
line-height: 2rem;
|
380
390
|
}
|
381
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
382
|
-
.
|
383
|
-
color: rgba(0, 0, 0, 0.87);
|
384
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
385
|
-
font-weight: 500;
|
386
|
-
padding: 0.5rem;
|
391
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
392
|
+
transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
|
387
393
|
}
|
388
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
389
|
-
|
390
|
-
|
394
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
395
|
+
outline: 0 none;
|
396
|
+
outline-offset: 0;
|
397
|
+
box-shadow: none;
|
398
|
+
border-color: #3F51B5;
|
391
399
|
}
|
392
400
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
393
401
|
margin-right: 0.5rem;
|
@@ -485,20 +493,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
485
493
|
color: #3F51B5;
|
486
494
|
background: rgba(63, 81, 181, 0.12);
|
487
495
|
}
|
488
|
-
.p-datepicker .p-yearpicker {
|
489
|
-
margin: 0.5rem 0;
|
490
|
-
}
|
491
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
492
|
-
padding: 0.5rem;
|
493
|
-
transition: none;
|
494
|
-
border-radius: 4px;
|
495
|
-
}
|
496
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
497
|
-
color: #3F51B5;
|
498
|
-
background: rgba(63, 81, 181, 0.12);
|
499
|
-
}
|
500
496
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
501
|
-
border-
|
497
|
+
border-right: 1px solid rgba(0, 0, 0, 0.12);
|
502
498
|
padding-right: 0.5rem;
|
503
499
|
padding-left: 0.5rem;
|
504
500
|
padding-top: 0;
|
@@ -506,10 +502,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
506
502
|
}
|
507
503
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
508
504
|
padding-left: 0;
|
509
|
-
border-left: 0 none;
|
510
505
|
}
|
511
506
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
512
507
|
padding-right: 0;
|
508
|
+
border-right: 0 none;
|
513
509
|
}
|
514
510
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
515
511
|
background: rgba(0, 0, 0, 0.04);
|
@@ -519,18 +515,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
519
515
|
outline-offset: 0;
|
520
516
|
box-shadow: none;
|
521
517
|
}
|
522
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
523
|
-
background: rgba(0, 0, 0, 0.04);
|
524
|
-
}
|
525
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
526
|
-
outline: 0 none;
|
527
|
-
outline-offset: 0;
|
528
|
-
box-shadow: none;
|
529
|
-
}
|
530
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
518
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
531
519
|
background: rgba(0, 0, 0, 0.04);
|
532
520
|
}
|
533
|
-
.p-datepicker:not(.p-disabled) .p-
|
521
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
534
522
|
outline: 0 none;
|
535
523
|
outline-offset: 0;
|
536
524
|
box-shadow: none;
|
@@ -731,7 +719,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
731
719
|
|
732
720
|
.p-colorpicker-panel {
|
733
721
|
background: #323232;
|
734
|
-
border: 1px solid #191919;
|
722
|
+
border-color: 1px solid #191919;
|
735
723
|
}
|
736
724
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
737
725
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -856,9 +844,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
856
844
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
857
845
|
background-color: #dcdcdc;
|
858
846
|
}
|
859
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
860
|
-
background-color: transparent;
|
861
|
-
}
|
862
847
|
|
863
848
|
.p-editor-container .p-editor-toolbar {
|
864
849
|
background: #ffffff;
|
@@ -1401,7 +1386,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1401
1386
|
background-color: #dcdcdc;
|
1402
1387
|
}
|
1403
1388
|
|
1404
|
-
p-password.
|
1389
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1405
1390
|
border-color: #B00020;
|
1406
1391
|
}
|
1407
1392
|
|
@@ -1503,7 +1488,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1503
1488
|
.p-rating .p-rating-icon:first-child {
|
1504
1489
|
margin-left: 0;
|
1505
1490
|
}
|
1506
|
-
.p-rating .p-rating-icon.pi-star
|
1491
|
+
.p-rating .p-rating-icon.pi-star {
|
1507
1492
|
color: #3F51B5;
|
1508
1493
|
}
|
1509
1494
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1685,8 +1670,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1685
1670
|
border-top-right-radius: 4px;
|
1686
1671
|
border-bottom-right-radius: 4px;
|
1687
1672
|
}
|
1688
|
-
|
1689
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1673
|
+
.p-treeselect.p-invalid.p-component {
|
1690
1674
|
border-color: #B00020;
|
1691
1675
|
}
|
1692
1676
|
|
@@ -2251,6 +2235,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2251
2235
|
background-color: rgba(0, 0, 0, 0.32);
|
2252
2236
|
}
|
2253
2237
|
|
2238
|
+
.p-splitbutton {
|
2239
|
+
border-radius: 4px;
|
2240
|
+
}
|
2241
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2242
|
+
background-color: transparent;
|
2243
|
+
color: #3F51B5;
|
2244
|
+
border: 0 none;
|
2245
|
+
}
|
2246
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2247
|
+
background: rgba(63, 81, 181, 0.04);
|
2248
|
+
color: #3F51B5;
|
2249
|
+
}
|
2250
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2251
|
+
background: rgba(63, 81, 181, 0.16);
|
2252
|
+
color: #3F51B5;
|
2253
|
+
}
|
2254
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2255
|
+
color: rgba(0, 0, 0, 0.6);
|
2256
|
+
border-color: rgba(0, 0, 0, 0.6);
|
2257
|
+
}
|
2258
|
+
.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 {
|
2259
|
+
background: rgba(0, 0, 0, 0.04);
|
2260
|
+
color: rgba(0, 0, 0, 0.6);
|
2261
|
+
}
|
2262
|
+
.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 {
|
2263
|
+
background: rgba(0, 0, 0, 0.16);
|
2264
|
+
color: rgba(0, 0, 0, 0.6);
|
2265
|
+
}
|
2266
|
+
.p-splitbutton.p-button-text > .p-button {
|
2267
|
+
background-color: transparent;
|
2268
|
+
color: #3F51B5;
|
2269
|
+
border-color: transparent;
|
2270
|
+
}
|
2271
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2272
|
+
background: rgba(63, 81, 181, 0.04);
|
2273
|
+
color: #3F51B5;
|
2274
|
+
border-color: transparent;
|
2275
|
+
}
|
2276
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2277
|
+
background: rgba(63, 81, 181, 0.16);
|
2278
|
+
color: #3F51B5;
|
2279
|
+
border-color: transparent;
|
2280
|
+
}
|
2281
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2282
|
+
color: rgba(0, 0, 0, 0.6);
|
2283
|
+
}
|
2284
|
+
.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 {
|
2285
|
+
background: rgba(0, 0, 0, 0.04);
|
2286
|
+
color: rgba(0, 0, 0, 0.6);
|
2287
|
+
}
|
2288
|
+
.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 {
|
2289
|
+
background: rgba(0, 0, 0, 0.16);
|
2290
|
+
color: rgba(0, 0, 0, 0.6);
|
2291
|
+
}
|
2292
|
+
.p-splitbutton.p-button-raised {
|
2293
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
2294
|
+
}
|
2295
|
+
.p-splitbutton.p-button-rounded {
|
2296
|
+
border-radius: 2rem;
|
2297
|
+
}
|
2298
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2299
|
+
border-radius: 2rem;
|
2300
|
+
}
|
2301
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2302
|
+
font-size: 0.875rem;
|
2303
|
+
padding: 0.562625rem 0.65625rem;
|
2304
|
+
}
|
2305
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2306
|
+
font-size: 0.875rem;
|
2307
|
+
}
|
2308
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2309
|
+
font-size: 1.25rem;
|
2310
|
+
padding: 0.80375rem 0.9375rem;
|
2311
|
+
}
|
2312
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2313
|
+
font-size: 1.25rem;
|
2314
|
+
}
|
2315
|
+
|
2316
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2317
|
+
background-color: transparent;
|
2318
|
+
color: #ff4081;
|
2319
|
+
border: 0 none;
|
2320
|
+
}
|
2321
|
+
.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 {
|
2322
|
+
background: rgba(255, 64, 129, 0.04);
|
2323
|
+
color: #ff4081;
|
2324
|
+
}
|
2325
|
+
.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 {
|
2326
|
+
background: rgba(255, 64, 129, 0.16);
|
2327
|
+
color: #ff4081;
|
2328
|
+
}
|
2329
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2330
|
+
background-color: transparent;
|
2331
|
+
color: #ff4081;
|
2332
|
+
border-color: transparent;
|
2333
|
+
}
|
2334
|
+
.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 {
|
2335
|
+
background: rgba(255, 64, 129, 0.04);
|
2336
|
+
border-color: transparent;
|
2337
|
+
color: #ff4081;
|
2338
|
+
}
|
2339
|
+
.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 {
|
2340
|
+
background: rgba(255, 64, 129, 0.16);
|
2341
|
+
border-color: transparent;
|
2342
|
+
color: #ff4081;
|
2343
|
+
}
|
2344
|
+
|
2345
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2346
|
+
background-color: transparent;
|
2347
|
+
color: #2196F3;
|
2348
|
+
border: 0 none;
|
2349
|
+
}
|
2350
|
+
.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 {
|
2351
|
+
background: rgba(33, 150, 243, 0.04);
|
2352
|
+
color: #2196F3;
|
2353
|
+
}
|
2354
|
+
.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 {
|
2355
|
+
background: rgba(33, 150, 243, 0.16);
|
2356
|
+
color: #2196F3;
|
2357
|
+
}
|
2358
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2359
|
+
background-color: transparent;
|
2360
|
+
color: #2196F3;
|
2361
|
+
border-color: transparent;
|
2362
|
+
}
|
2363
|
+
.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 {
|
2364
|
+
background: rgba(33, 150, 243, 0.04);
|
2365
|
+
border-color: transparent;
|
2366
|
+
color: #2196F3;
|
2367
|
+
}
|
2368
|
+
.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 {
|
2369
|
+
background: rgba(33, 150, 243, 0.16);
|
2370
|
+
border-color: transparent;
|
2371
|
+
color: #2196F3;
|
2372
|
+
}
|
2373
|
+
|
2374
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2375
|
+
background-color: transparent;
|
2376
|
+
color: #689F38;
|
2377
|
+
border: 0 none;
|
2378
|
+
}
|
2379
|
+
.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 {
|
2380
|
+
background: rgba(104, 159, 56, 0.04);
|
2381
|
+
color: #689F38;
|
2382
|
+
}
|
2383
|
+
.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 {
|
2384
|
+
background: rgba(104, 159, 56, 0.16);
|
2385
|
+
color: #689F38;
|
2386
|
+
}
|
2387
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2388
|
+
background-color: transparent;
|
2389
|
+
color: #689F38;
|
2390
|
+
border-color: transparent;
|
2391
|
+
}
|
2392
|
+
.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 {
|
2393
|
+
background: rgba(104, 159, 56, 0.04);
|
2394
|
+
border-color: transparent;
|
2395
|
+
color: #689F38;
|
2396
|
+
}
|
2397
|
+
.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 {
|
2398
|
+
background: rgba(104, 159, 56, 0.16);
|
2399
|
+
border-color: transparent;
|
2400
|
+
color: #689F38;
|
2401
|
+
}
|
2402
|
+
|
2403
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2404
|
+
background-color: transparent;
|
2405
|
+
color: #FBC02D;
|
2406
|
+
border: 0 none;
|
2407
|
+
}
|
2408
|
+
.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 {
|
2409
|
+
background: rgba(251, 192, 45, 0.04);
|
2410
|
+
color: #FBC02D;
|
2411
|
+
}
|
2412
|
+
.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 {
|
2413
|
+
background: rgba(251, 192, 45, 0.16);
|
2414
|
+
color: #FBC02D;
|
2415
|
+
}
|
2416
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2417
|
+
background-color: transparent;
|
2418
|
+
color: #FBC02D;
|
2419
|
+
border-color: transparent;
|
2420
|
+
}
|
2421
|
+
.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 {
|
2422
|
+
background: rgba(251, 192, 45, 0.04);
|
2423
|
+
border-color: transparent;
|
2424
|
+
color: #FBC02D;
|
2425
|
+
}
|
2426
|
+
.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 {
|
2427
|
+
background: rgba(251, 192, 45, 0.16);
|
2428
|
+
border-color: transparent;
|
2429
|
+
color: #FBC02D;
|
2430
|
+
}
|
2431
|
+
|
2432
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2433
|
+
background-color: transparent;
|
2434
|
+
color: #9C27B0;
|
2435
|
+
border: 0 none;
|
2436
|
+
}
|
2437
|
+
.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 {
|
2438
|
+
background: rgba(156, 39, 176, 0.04);
|
2439
|
+
color: #9C27B0;
|
2440
|
+
}
|
2441
|
+
.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 {
|
2442
|
+
background: rgba(156, 39, 176, 0.16);
|
2443
|
+
color: #9C27B0;
|
2444
|
+
}
|
2445
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2446
|
+
background-color: transparent;
|
2447
|
+
color: #9C27B0;
|
2448
|
+
border-color: transparent;
|
2449
|
+
}
|
2450
|
+
.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 {
|
2451
|
+
background: rgba(156, 39, 176, 0.04);
|
2452
|
+
border-color: transparent;
|
2453
|
+
color: #9C27B0;
|
2454
|
+
}
|
2455
|
+
.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 {
|
2456
|
+
background: rgba(156, 39, 176, 0.16);
|
2457
|
+
border-color: transparent;
|
2458
|
+
color: #9C27B0;
|
2459
|
+
}
|
2460
|
+
|
2461
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2462
|
+
background-color: transparent;
|
2463
|
+
color: #D32F2F;
|
2464
|
+
border: 0 none;
|
2465
|
+
}
|
2466
|
+
.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 {
|
2467
|
+
background: rgba(211, 47, 47, 0.04);
|
2468
|
+
color: #D32F2F;
|
2469
|
+
}
|
2470
|
+
.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 {
|
2471
|
+
background: rgba(211, 47, 47, 0.16);
|
2472
|
+
color: #D32F2F;
|
2473
|
+
}
|
2474
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2475
|
+
background-color: transparent;
|
2476
|
+
color: #D32F2F;
|
2477
|
+
border-color: transparent;
|
2478
|
+
}
|
2479
|
+
.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 {
|
2480
|
+
background: rgba(211, 47, 47, 0.04);
|
2481
|
+
border-color: transparent;
|
2482
|
+
color: #D32F2F;
|
2483
|
+
}
|
2484
|
+
.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 {
|
2485
|
+
background: rgba(211, 47, 47, 0.16);
|
2486
|
+
border-color: transparent;
|
2487
|
+
color: #D32F2F;
|
2488
|
+
}
|
2489
|
+
|
2254
2490
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2255
2491
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2256
2492
|
width: 2rem;
|
@@ -6055,6 +6291,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
|
|
6055
6291
|
.p-calendar-w-btn.p-calendar-disabled {
|
6056
6292
|
opacity: 0.38;
|
6057
6293
|
}
|
6294
|
+
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
|
6295
|
+
opacity: 1;
|
6296
|
+
}
|
6058
6297
|
|
6059
6298
|
.p-datepicker .p-datepicker-header {
|
6060
6299
|
border-bottom: 0 none;
|
@@ -7194,4 +7433,78 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
|
7194
7433
|
border-color: #d9d8d9;
|
7195
7434
|
}
|
7196
7435
|
|
7436
|
+
.p-splitbutton.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7437
|
+
background: rgba(63, 81, 181, 0.12);
|
7438
|
+
}
|
7439
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
7440
|
+
background: rgba(63, 81, 181, 0.16);
|
7441
|
+
}
|
7442
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
7443
|
+
box-shadow: inset 0 0 0 1px;
|
7444
|
+
}
|
7445
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:focus {
|
7446
|
+
box-shadow: inset 0 0 0 1px;
|
7447
|
+
}
|
7448
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active {
|
7449
|
+
box-shadow: inset 0 0 0 1px;
|
7450
|
+
}
|
7451
|
+
.p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton {
|
7452
|
+
margin-left: -1px;
|
7453
|
+
width: calc(2.75rem + 1px);
|
7454
|
+
}
|
7455
|
+
.p-splitbutton.p-disabled.p-button-text > .p-button {
|
7456
|
+
background-color: transparent !important;
|
7457
|
+
color: rgba(0, 0, 0, 0.38) !important;
|
7458
|
+
}
|
7459
|
+
.p-splitbutton.p-disabled.p-button-outlined > .p-button {
|
7460
|
+
background-color: transparent !important;
|
7461
|
+
color: rgba(0, 0, 0, 0.38) !important;
|
7462
|
+
border-color: rgba(0, 0, 0, 0.38) !important;
|
7463
|
+
}
|
7464
|
+
.p-splitbutton.p-button-raised > .p-button:enabled:focus, .p-splitbutton.p-button-raised > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7465
|
+
box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
|
7466
|
+
}
|
7467
|
+
|
7468
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7469
|
+
background: rgba(255, 64, 129, 0.12);
|
7470
|
+
}
|
7471
|
+
.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, .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 {
|
7472
|
+
background: rgba(255, 64, 129, 0.16);
|
7473
|
+
}
|
7474
|
+
|
7475
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7476
|
+
background: rgba(33, 150, 243, 0.12);
|
7477
|
+
}
|
7478
|
+
.p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
7479
|
+
background: rgba(33, 150, 243, 0.16);
|
7480
|
+
}
|
7481
|
+
|
7482
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7483
|
+
background: rgba(104, 159, 56, 0.12);
|
7484
|
+
}
|
7485
|
+
.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, .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 {
|
7486
|
+
background: rgba(104, 159, 56, 0.16);
|
7487
|
+
}
|
7488
|
+
|
7489
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7490
|
+
background: rgba(251, 192, 45, 0.12);
|
7491
|
+
}
|
7492
|
+
.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, .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 {
|
7493
|
+
background: rgba(251, 192, 45, 0.16);
|
7494
|
+
}
|
7495
|
+
|
7496
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7497
|
+
background: rgba(156, 39, 176, 0.12);
|
7498
|
+
}
|
7499
|
+
.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, .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 {
|
7500
|
+
background: rgba(156, 39, 176, 0.16);
|
7501
|
+
}
|
7502
|
+
|
7503
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):focus {
|
7504
|
+
background: rgba(211, 47, 47, 0.12);
|
7505
|
+
}
|
7506
|
+
.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, .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 {
|
7507
|
+
background: rgba(211, 47, 47, 0.16);
|
7508
|
+
}
|
7509
|
+
|
7197
7510
|
/* Customizations to the designer theme should be defined here */
|