primeng 13.1.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/button/button.d.ts +2 -1
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2020/autocomplete/autocomplete.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/button/button.mjs +6 -4
- package/esm2020/calendar/calendar.mjs +8 -4
- package/esm2020/contextmenu/contextmenu.mjs +2 -1
- package/esm2020/dropdown/dropdown.mjs +12 -10
- package/esm2020/fileupload/fileupload.mjs +1 -1
- package/esm2020/image/image.mjs +1 -1
- package/esm2020/inputnumber/inputnumber.mjs +3 -3
- package/esm2020/inputswitch/inputswitch.mjs +6 -4
- package/esm2020/knob/knob.mjs +2 -2
- package/esm2020/multiselect/multiselect.mjs +11 -5
- package/esm2020/orderlist/orderlist.mjs +6 -4
- package/esm2020/paginator/paginator.mjs +1 -1
- package/esm2020/panel/panel.mjs +11 -8
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/picklist/picklist.mjs +6 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/esm2020/table/table.mjs +18 -19
- package/esm2020/tabmenu/tabmenu.mjs +124 -60
- package/esm2020/tabview/tabview.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs.map +1 -1
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-button.mjs +5 -3
- package/fesm2015/primeng-button.mjs.map +1 -1
- package/fesm2015/primeng-calendar.mjs +7 -3
- package/fesm2015/primeng-calendar.mjs.map +1 -1
- package/fesm2015/primeng-contextmenu.mjs +1 -0
- package/fesm2015/primeng-contextmenu.mjs.map +1 -1
- package/fesm2015/primeng-dropdown.mjs +11 -9
- package/fesm2015/primeng-dropdown.mjs.map +1 -1
- package/fesm2015/primeng-fileupload.mjs +1 -1
- package/fesm2015/primeng-image.mjs.map +1 -1
- package/fesm2015/primeng-inputnumber.mjs +2 -2
- package/fesm2015/primeng-inputnumber.mjs.map +1 -1
- package/fesm2015/primeng-inputswitch.mjs +5 -3
- package/fesm2015/primeng-inputswitch.mjs.map +1 -1
- package/fesm2015/primeng-knob.mjs +1 -1
- package/fesm2015/primeng-knob.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +10 -4
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-orderlist.mjs +5 -3
- package/fesm2015/primeng-orderlist.mjs.map +1 -1
- package/fesm2015/primeng-paginator.mjs +1 -1
- package/fesm2015/primeng-panel.mjs +10 -7
- package/fesm2015/primeng-panel.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-picklist.mjs +5 -3
- package/fesm2015/primeng-picklist.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2015/primeng-table.mjs +17 -18
- package/fesm2015/primeng-table.mjs.map +1 -1
- package/fesm2015/primeng-tabmenu.mjs +124 -59
- package/fesm2015/primeng-tabmenu.mjs.map +1 -1
- package/fesm2015/primeng-tabview.mjs +1 -1
- package/fesm2015/primeng-tabview.mjs.map +1 -1
- package/fesm2020/primeng-autocomplete.mjs +2 -2
- package/fesm2020/primeng-autocomplete.mjs.map +1 -1
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-button.mjs +5 -3
- package/fesm2020/primeng-button.mjs.map +1 -1
- package/fesm2020/primeng-calendar.mjs +7 -3
- package/fesm2020/primeng-calendar.mjs.map +1 -1
- package/fesm2020/primeng-contextmenu.mjs +1 -0
- package/fesm2020/primeng-contextmenu.mjs.map +1 -1
- package/fesm2020/primeng-dropdown.mjs +11 -9
- package/fesm2020/primeng-dropdown.mjs.map +1 -1
- package/fesm2020/primeng-fileupload.mjs +1 -1
- package/fesm2020/primeng-image.mjs.map +1 -1
- package/fesm2020/primeng-inputnumber.mjs +2 -2
- package/fesm2020/primeng-inputnumber.mjs.map +1 -1
- package/fesm2020/primeng-inputswitch.mjs +5 -3
- package/fesm2020/primeng-inputswitch.mjs.map +1 -1
- package/fesm2020/primeng-knob.mjs +1 -1
- package/fesm2020/primeng-knob.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +10 -4
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-orderlist.mjs +5 -3
- package/fesm2020/primeng-orderlist.mjs.map +1 -1
- package/fesm2020/primeng-paginator.mjs +1 -1
- package/fesm2020/primeng-panel.mjs +10 -7
- package/fesm2020/primeng-panel.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-picklist.mjs +5 -3
- package/fesm2020/primeng-picklist.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-table.mjs +17 -18
- package/fesm2020/primeng-table.mjs.map +1 -1
- package/fesm2020/primeng-tabmenu.mjs +123 -59
- package/fesm2020/primeng-tabmenu.mjs.map +1 -1
- package/fesm2020/primeng-tabview.mjs +1 -1
- package/fesm2020/primeng-tabview.mjs.map +1 -1
- package/image/image.d.ts +2 -1
- package/inputswitch/inputswitch.d.ts +2 -1
- package/multiselect/multiselect.d.ts +2 -1
- package/orderlist/orderlist.d.ts +2 -1
- package/package.json +1 -1
- package/panel/panel.d.ts +2 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/picklist/picklist.d.ts +2 -1
- package/resources/components/panel/panel.css +1 -1
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/components/tabmenu/tabmenu.css +37 -2
- package/resources/themes/arya-blue/theme.css +321 -42
- package/resources/themes/arya-green/theme.css +321 -42
- package/resources/themes/arya-orange/theme.css +321 -42
- package/resources/themes/arya-purple/theme.css +321 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
- package/resources/themes/fluent-light/theme.css +320 -41
- package/resources/themes/lara-dark-blue/theme.css +328 -84
- package/resources/themes/lara-dark-indigo/theme.css +328 -84
- package/resources/themes/lara-dark-purple/theme.css +328 -84
- package/resources/themes/lara-dark-teal/theme.css +328 -84
- package/resources/themes/lara-light-blue/theme.css +426 -182
- package/resources/themes/lara-light-indigo/theme.css +327 -83
- package/resources/themes/lara-light-purple/theme.css +327 -83
- package/resources/themes/lara-light-teal/theme.css +327 -83
- package/resources/themes/luna-amber/theme.css +320 -41
- package/resources/themes/luna-blue/theme.css +320 -41
- package/resources/themes/luna-green/theme.css +320 -41
- package/resources/themes/luna-pink/theme.css +320 -41
- package/resources/themes/md-dark-deeppurple/theme.css +401 -45
- package/resources/themes/md-dark-indigo/theme.css +401 -45
- package/resources/themes/md-light-deeppurple/theme.css +398 -42
- package/resources/themes/md-light-indigo/theme.css +398 -42
- package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
- package/resources/themes/mdc-dark-indigo/theme.css +401 -45
- package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
- package/resources/themes/mdc-light-indigo/theme.css +398 -42
- package/resources/themes/nova/theme.css +320 -41
- package/resources/themes/nova-accent/theme.css +320 -41
- package/resources/themes/nova-alt/theme.css +320 -41
- package/resources/themes/rhea/theme.css +320 -41
- package/resources/themes/saga-blue/theme.css +320 -41
- package/resources/themes/saga-green/theme.css +320 -41
- package/resources/themes/saga-orange/theme.css +320 -41
- package/resources/themes/saga-purple/theme.css +320 -41
- package/resources/themes/tailwind-light/theme.css +319 -40
- package/resources/themes/vela-blue/theme.css +321 -42
- package/resources/themes/vela-green/theme.css +321 -42
- package/resources/themes/vela-orange/theme.css +321 -42
- package/resources/themes/vela-purple/theme.css +321 -42
- package/table/table.d.ts +3 -3
- package/tabmenu/tabmenu.d.ts +13 -1
- 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: 2.5rem;
|
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: #673AB7;
|
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: #673AB7;
|
486
494
|
background: rgba(103, 58, 183, 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: #673AB7;
|
498
|
-
background: rgba(103, 58, 183, 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: #673AB7;
|
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: #673AB7;
|
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(103, 58, 183, 0.04);
|
2248
|
+
color: #673AB7;
|
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(103, 58, 183, 0.16);
|
2252
|
+
color: #673AB7;
|
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: #673AB7;
|
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(103, 58, 183, 0.04);
|
2273
|
+
color: #673AB7;
|
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(103, 58, 183, 0.16);
|
2278
|
+
color: #673AB7;
|
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.62475rem 0.875rem;
|
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.8925rem 1.25rem;
|
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: #4CAF50;
|
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(76, 175, 80, 0.04);
|
2323
|
+
color: #4CAF50;
|
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(76, 175, 80, 0.16);
|
2327
|
+
color: #4CAF50;
|
2328
|
+
}
|
2329
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2330
|
+
background-color: transparent;
|
2331
|
+
color: #4CAF50;
|
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(76, 175, 80, 0.04);
|
2336
|
+
border-color: transparent;
|
2337
|
+
color: #4CAF50;
|
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(76, 175, 80, 0.16);
|
2341
|
+
border-color: transparent;
|
2342
|
+
color: #4CAF50;
|
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: 2.5rem;
|
@@ -3032,6 +3268,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3032
3268
|
background: rgba(0, 0, 0, 0.04);
|
3033
3269
|
color: rgba(0, 0, 0, 0.87);
|
3034
3270
|
}
|
3271
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3272
|
+
background: rgba(0, 0, 0, 0.02);
|
3273
|
+
}
|
3274
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3275
|
+
background: rgba(0, 0, 0, 0.04);
|
3276
|
+
}
|
3035
3277
|
|
3036
3278
|
.p-orderlist-item.cdk-drag-preview {
|
3037
3279
|
padding: 1rem 1rem;
|
@@ -3227,6 +3469,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3227
3469
|
background: rgba(0, 0, 0, 0.04);
|
3228
3470
|
color: rgba(0, 0, 0, 0.87);
|
3229
3471
|
}
|
3472
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3473
|
+
background: rgba(0, 0, 0, 0.02);
|
3474
|
+
}
|
3475
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3476
|
+
background: rgba(0, 0, 0, 0.04);
|
3477
|
+
}
|
3230
3478
|
|
3231
3479
|
.p-picklist-item.cdk-drag-preview {
|
3232
3480
|
padding: 1rem 1rem;
|
@@ -3822,6 +4070,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3822
4070
|
color: rgba(0, 0, 0, 0.87);
|
3823
4071
|
border-top: 0 none;
|
3824
4072
|
}
|
4073
|
+
.p-panel .p-panel-icons-end {
|
4074
|
+
order: 2;
|
4075
|
+
margin-left: auto;
|
4076
|
+
}
|
4077
|
+
.p-panel .p-panel-icons-start {
|
4078
|
+
order: 0;
|
4079
|
+
margin-right: 0.5rem;
|
4080
|
+
}
|
4081
|
+
.p-panel .p-panel-icons-center {
|
4082
|
+
order: 2;
|
4083
|
+
width: 100%;
|
4084
|
+
text-align: center;
|
4085
|
+
}
|
3825
4086
|
|
3826
4087
|
.p-scrollpanel .p-scrollpanel-bar {
|
3827
4088
|
background: rgba(0, 0, 0, 0.12);
|
@@ -5071,6 +5332,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5071
5332
|
border-color: rgba(0, 0, 0, 0.12);
|
5072
5333
|
color: #673AB7;
|
5073
5334
|
}
|
5335
|
+
.p-tabmenu .p-tabmenu-left-icon {
|
5336
|
+
margin-right: 0.5rem;
|
5337
|
+
}
|
5338
|
+
.p-tabmenu .p-tabmenu-right-icon {
|
5339
|
+
margin-left: 0.5rem;
|
5340
|
+
}
|
5341
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5342
|
+
background: #ffffff;
|
5343
|
+
color: #673AB7;
|
5344
|
+
width: 3rem;
|
5345
|
+
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);
|
5346
|
+
border-radius: 0;
|
5347
|
+
}
|
5348
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
|
5349
|
+
outline: 0 none;
|
5350
|
+
outline-offset: 0;
|
5351
|
+
box-shadow: inset none;
|
5352
|
+
}
|
5074
5353
|
|
5075
5354
|
.p-tieredmenu {
|
5076
5355
|
padding: 0.5rem 0;
|
@@ -6012,6 +6291,9 @@ p-autocomplete.ng-dirty.ng-invalid .p-autocomplete .p-autocomplete-multiple-cont
|
|
6012
6291
|
.p-calendar-w-btn.p-calendar-disabled {
|
6013
6292
|
opacity: 0.38;
|
6014
6293
|
}
|
6294
|
+
.p-calendar-w-btn.p-calendar-disabled .p-inputtext {
|
6295
|
+
opacity: 1;
|
6296
|
+
}
|
6015
6297
|
|
6016
6298
|
.p-datepicker .p-datepicker-header {
|
6017
6299
|
border-bottom: 0 none;
|
@@ -6828,7 +7110,7 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
|
6828
7110
|
border-radius: 0;
|
6829
7111
|
}
|
6830
7112
|
.p-progressbar .p-progressbar-label {
|
6831
|
-
display: none;
|
7113
|
+
display: none !important;
|
6832
7114
|
}
|
6833
7115
|
|
6834
7116
|
.p-radiobutton {
|
@@ -7151,4 +7433,78 @@ p-multiselect.ng-dirty.ng-invalid .p-multiselect:not(.p-disabled).p-focus {
|
|
7151
7433
|
border-color: #d9d8d9;
|
7152
7434
|
}
|
7153
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(103, 58, 183, 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(103, 58, 183, 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(3rem + 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(76, 175, 80, 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(76, 175, 80, 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
|
+
|
7154
7510
|
/* Customizations to the designer theme should be defined here */
|