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
@@ -247,6 +247,16 @@
|
|
247
247
|
--purple-700:#763cad;
|
248
248
|
--purple-800:#5c2f88;
|
249
249
|
--purple-900:#432263;
|
250
|
+
--red-50:#fef6f6;
|
251
|
+
--red-100:#fbd2d2;
|
252
|
+
--red-200:#f8afaf;
|
253
|
+
--red-300:#f58b8b;
|
254
|
+
--red-400:#f26868;
|
255
|
+
--red-500:#ef4444;
|
256
|
+
--red-600:#cb3a3a;
|
257
|
+
--red-700:#a73030;
|
258
|
+
--red-800:#832525;
|
259
|
+
--red-900:#601b1b;
|
250
260
|
}
|
251
261
|
|
252
262
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -389,16 +399,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
389
399
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
390
400
|
line-height: 2rem;
|
391
401
|
}
|
392
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
393
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
394
|
-
color: #3f3f46;
|
402
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
395
403
|
transition: none;
|
396
|
-
font-weight: 600;
|
397
|
-
padding: 0.5rem;
|
398
404
|
}
|
399
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
400
|
-
|
401
|
-
|
405
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
406
|
+
outline: 0 none;
|
407
|
+
outline-offset: 0;
|
408
|
+
box-shadow: 0 0 0 1px #6366F1;
|
409
|
+
border-color: #4F46E5;
|
402
410
|
}
|
403
411
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
404
412
|
margin-right: 0.5rem;
|
@@ -496,20 +504,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
496
504
|
color: #312E81;
|
497
505
|
background: #EEF2FF;
|
498
506
|
}
|
499
|
-
.p-datepicker .p-yearpicker {
|
500
|
-
margin: 0.5rem 0;
|
501
|
-
}
|
502
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
503
|
-
padding: 0.5rem;
|
504
|
-
transition: none;
|
505
|
-
border-radius: 0.375rem;
|
506
|
-
}
|
507
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
508
|
-
color: #312E81;
|
509
|
-
background: #EEF2FF;
|
510
|
-
}
|
511
507
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
512
|
-
border-
|
508
|
+
border-right: 1px solid #f3f4f6;
|
513
509
|
padding-right: 0.5rem;
|
514
510
|
padding-left: 0.5rem;
|
515
511
|
padding-top: 0;
|
@@ -517,10 +513,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
517
513
|
}
|
518
514
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
519
515
|
padding-left: 0;
|
520
|
-
border-left: 0 none;
|
521
516
|
}
|
522
517
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
523
518
|
padding-right: 0;
|
519
|
+
border-right: 0 none;
|
524
520
|
}
|
525
521
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
526
522
|
background: #f4f4f5;
|
@@ -530,18 +526,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
530
526
|
outline-offset: 0;
|
531
527
|
box-shadow: 0 0 0 1px #6366F1;
|
532
528
|
}
|
533
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
534
|
-
background: #f4f4f5;
|
535
|
-
}
|
536
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
537
|
-
outline: 0 none;
|
538
|
-
outline-offset: 0;
|
539
|
-
box-shadow: 0 0 0 1px #6366F1;
|
540
|
-
}
|
541
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
529
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
542
530
|
background: #f4f4f5;
|
543
531
|
}
|
544
|
-
.p-datepicker:not(.p-disabled) .p-
|
532
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
545
533
|
outline: 0 none;
|
546
534
|
outline-offset: 0;
|
547
535
|
box-shadow: 0 0 0 1px #6366F1;
|
@@ -742,7 +730,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
742
730
|
|
743
731
|
.p-colorpicker-panel {
|
744
732
|
background: #27272A;
|
745
|
-
border: 1px solid #18181B;
|
733
|
+
border-color: 1px solid #18181B;
|
746
734
|
}
|
747
735
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
748
736
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -867,9 +855,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
867
855
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
868
856
|
background-color: #ffffff;
|
869
857
|
}
|
870
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
871
|
-
background-color: transparent;
|
872
|
-
}
|
873
858
|
|
874
859
|
.p-editor-container .p-editor-toolbar {
|
875
860
|
background: #fafafa;
|
@@ -1412,7 +1397,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1412
1397
|
background-color: #ffffff;
|
1413
1398
|
}
|
1414
1399
|
|
1415
|
-
p-password.
|
1400
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1416
1401
|
border-color: #f0a9a7;
|
1417
1402
|
}
|
1418
1403
|
|
@@ -1514,7 +1499,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1514
1499
|
.p-rating .p-rating-icon:first-child {
|
1515
1500
|
margin-left: 0;
|
1516
1501
|
}
|
1517
|
-
.p-rating .p-rating-icon.pi-star
|
1502
|
+
.p-rating .p-rating-icon.pi-star {
|
1518
1503
|
color: #4F46E5;
|
1519
1504
|
}
|
1520
1505
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1696,8 +1681,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1696
1681
|
border-top-right-radius: 0.375rem;
|
1697
1682
|
border-bottom-right-radius: 0.375rem;
|
1698
1683
|
}
|
1699
|
-
|
1700
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1684
|
+
.p-treeselect.p-invalid.p-component {
|
1701
1685
|
border-color: #f0a9a7;
|
1702
1686
|
}
|
1703
1687
|
|
@@ -2262,6 +2246,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2262
2246
|
background-color: rgba(0, 0, 0, 0.4);
|
2263
2247
|
}
|
2264
2248
|
|
2249
|
+
.p-splitbutton {
|
2250
|
+
border-radius: 0.375rem;
|
2251
|
+
}
|
2252
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2253
|
+
background-color: transparent;
|
2254
|
+
color: #4F46E5;
|
2255
|
+
border: 1px solid;
|
2256
|
+
}
|
2257
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2258
|
+
background: rgba(79, 70, 229, 0.04);
|
2259
|
+
color: #4F46E5;
|
2260
|
+
}
|
2261
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2262
|
+
background: rgba(79, 70, 229, 0.16);
|
2263
|
+
color: #4F46E5;
|
2264
|
+
}
|
2265
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2266
|
+
color: #71717A;
|
2267
|
+
border-color: #71717A;
|
2268
|
+
}
|
2269
|
+
.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 {
|
2270
|
+
background: #f4f4f5;
|
2271
|
+
color: #71717A;
|
2272
|
+
}
|
2273
|
+
.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 {
|
2274
|
+
background: #e5e7eb;
|
2275
|
+
color: #71717A;
|
2276
|
+
}
|
2277
|
+
.p-splitbutton.p-button-text > .p-button {
|
2278
|
+
background-color: transparent;
|
2279
|
+
color: #4F46E5;
|
2280
|
+
border-color: transparent;
|
2281
|
+
}
|
2282
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2283
|
+
background: rgba(79, 70, 229, 0.04);
|
2284
|
+
color: #4F46E5;
|
2285
|
+
border-color: transparent;
|
2286
|
+
}
|
2287
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2288
|
+
background: rgba(79, 70, 229, 0.16);
|
2289
|
+
color: #4F46E5;
|
2290
|
+
border-color: transparent;
|
2291
|
+
}
|
2292
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2293
|
+
color: #71717A;
|
2294
|
+
}
|
2295
|
+
.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 {
|
2296
|
+
background: #f4f4f5;
|
2297
|
+
color: #71717A;
|
2298
|
+
}
|
2299
|
+
.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 {
|
2300
|
+
background: #e5e7eb;
|
2301
|
+
color: #71717A;
|
2302
|
+
}
|
2303
|
+
.p-splitbutton.p-button-raised {
|
2304
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
2305
|
+
}
|
2306
|
+
.p-splitbutton.p-button-rounded {
|
2307
|
+
border-radius: 2rem;
|
2308
|
+
}
|
2309
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2310
|
+
border-radius: 2rem;
|
2311
|
+
}
|
2312
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2313
|
+
font-size: 0.875rem;
|
2314
|
+
padding: 0.65625rem 0.875rem;
|
2315
|
+
}
|
2316
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2317
|
+
font-size: 0.875rem;
|
2318
|
+
}
|
2319
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2320
|
+
font-size: 1.25rem;
|
2321
|
+
padding: 0.9375rem 1.25rem;
|
2322
|
+
}
|
2323
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2324
|
+
font-size: 1.25rem;
|
2325
|
+
}
|
2326
|
+
|
2327
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2328
|
+
background-color: transparent;
|
2329
|
+
color: #64748B;
|
2330
|
+
border: 1px solid;
|
2331
|
+
}
|
2332
|
+
.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 {
|
2333
|
+
background: rgba(100, 116, 139, 0.04);
|
2334
|
+
color: #64748B;
|
2335
|
+
}
|
2336
|
+
.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 {
|
2337
|
+
background: rgba(100, 116, 139, 0.16);
|
2338
|
+
color: #64748B;
|
2339
|
+
}
|
2340
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2341
|
+
background-color: transparent;
|
2342
|
+
color: #64748B;
|
2343
|
+
border-color: transparent;
|
2344
|
+
}
|
2345
|
+
.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 {
|
2346
|
+
background: rgba(100, 116, 139, 0.04);
|
2347
|
+
border-color: transparent;
|
2348
|
+
color: #64748B;
|
2349
|
+
}
|
2350
|
+
.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 {
|
2351
|
+
background: rgba(100, 116, 139, 0.16);
|
2352
|
+
border-color: transparent;
|
2353
|
+
color: #64748B;
|
2354
|
+
}
|
2355
|
+
|
2356
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2357
|
+
background-color: transparent;
|
2358
|
+
color: #3B82F6;
|
2359
|
+
border: 1px solid;
|
2360
|
+
}
|
2361
|
+
.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 {
|
2362
|
+
background: rgba(59, 130, 246, 0.04);
|
2363
|
+
color: #3B82F6;
|
2364
|
+
}
|
2365
|
+
.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 {
|
2366
|
+
background: rgba(59, 130, 246, 0.16);
|
2367
|
+
color: #3B82F6;
|
2368
|
+
}
|
2369
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2370
|
+
background-color: transparent;
|
2371
|
+
color: #3B82F6;
|
2372
|
+
border-color: transparent;
|
2373
|
+
}
|
2374
|
+
.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 {
|
2375
|
+
background: rgba(59, 130, 246, 0.04);
|
2376
|
+
border-color: transparent;
|
2377
|
+
color: #3B82F6;
|
2378
|
+
}
|
2379
|
+
.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 {
|
2380
|
+
background: rgba(59, 130, 246, 0.16);
|
2381
|
+
border-color: transparent;
|
2382
|
+
color: #3B82F6;
|
2383
|
+
}
|
2384
|
+
|
2385
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2386
|
+
background-color: transparent;
|
2387
|
+
color: #22C55E;
|
2388
|
+
border: 1px solid;
|
2389
|
+
}
|
2390
|
+
.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 {
|
2391
|
+
background: rgba(34, 197, 94, 0.04);
|
2392
|
+
color: #22C55E;
|
2393
|
+
}
|
2394
|
+
.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 {
|
2395
|
+
background: rgba(34, 197, 94, 0.16);
|
2396
|
+
color: #22C55E;
|
2397
|
+
}
|
2398
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2399
|
+
background-color: transparent;
|
2400
|
+
color: #22C55E;
|
2401
|
+
border-color: transparent;
|
2402
|
+
}
|
2403
|
+
.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 {
|
2404
|
+
background: rgba(34, 197, 94, 0.04);
|
2405
|
+
border-color: transparent;
|
2406
|
+
color: #22C55E;
|
2407
|
+
}
|
2408
|
+
.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 {
|
2409
|
+
background: rgba(34, 197, 94, 0.16);
|
2410
|
+
border-color: transparent;
|
2411
|
+
color: #22C55E;
|
2412
|
+
}
|
2413
|
+
|
2414
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2415
|
+
background-color: transparent;
|
2416
|
+
color: #F59E0B;
|
2417
|
+
border: 1px solid;
|
2418
|
+
}
|
2419
|
+
.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 {
|
2420
|
+
background: rgba(245, 158, 11, 0.04);
|
2421
|
+
color: #F59E0B;
|
2422
|
+
}
|
2423
|
+
.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 {
|
2424
|
+
background: rgba(245, 158, 11, 0.16);
|
2425
|
+
color: #F59E0B;
|
2426
|
+
}
|
2427
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2428
|
+
background-color: transparent;
|
2429
|
+
color: #F59E0B;
|
2430
|
+
border-color: transparent;
|
2431
|
+
}
|
2432
|
+
.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 {
|
2433
|
+
background: rgba(245, 158, 11, 0.04);
|
2434
|
+
border-color: transparent;
|
2435
|
+
color: #F59E0B;
|
2436
|
+
}
|
2437
|
+
.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 {
|
2438
|
+
background: rgba(245, 158, 11, 0.16);
|
2439
|
+
border-color: transparent;
|
2440
|
+
color: #F59E0B;
|
2441
|
+
}
|
2442
|
+
|
2443
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2444
|
+
background-color: transparent;
|
2445
|
+
color: #A855F7;
|
2446
|
+
border: 1px solid;
|
2447
|
+
}
|
2448
|
+
.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 {
|
2449
|
+
background: rgba(168, 85, 247, 0.04);
|
2450
|
+
color: #A855F7;
|
2451
|
+
}
|
2452
|
+
.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 {
|
2453
|
+
background: rgba(168, 85, 247, 0.16);
|
2454
|
+
color: #A855F7;
|
2455
|
+
}
|
2456
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2457
|
+
background-color: transparent;
|
2458
|
+
color: #A855F7;
|
2459
|
+
border-color: transparent;
|
2460
|
+
}
|
2461
|
+
.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 {
|
2462
|
+
background: rgba(168, 85, 247, 0.04);
|
2463
|
+
border-color: transparent;
|
2464
|
+
color: #A855F7;
|
2465
|
+
}
|
2466
|
+
.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 {
|
2467
|
+
background: rgba(168, 85, 247, 0.16);
|
2468
|
+
border-color: transparent;
|
2469
|
+
color: #A855F7;
|
2470
|
+
}
|
2471
|
+
|
2472
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2473
|
+
background-color: transparent;
|
2474
|
+
color: #EF4444;
|
2475
|
+
border: 1px solid;
|
2476
|
+
}
|
2477
|
+
.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 {
|
2478
|
+
background: rgba(239, 68, 68, 0.04);
|
2479
|
+
color: #EF4444;
|
2480
|
+
}
|
2481
|
+
.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 {
|
2482
|
+
background: rgba(239, 68, 68, 0.16);
|
2483
|
+
color: #EF4444;
|
2484
|
+
}
|
2485
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2486
|
+
background-color: transparent;
|
2487
|
+
color: #EF4444;
|
2488
|
+
border-color: transparent;
|
2489
|
+
}
|
2490
|
+
.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 {
|
2491
|
+
background: rgba(239, 68, 68, 0.04);
|
2492
|
+
border-color: transparent;
|
2493
|
+
color: #EF4444;
|
2494
|
+
}
|
2495
|
+
.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 {
|
2496
|
+
background: rgba(239, 68, 68, 0.16);
|
2497
|
+
border-color: transparent;
|
2498
|
+
color: #EF4444;
|
2499
|
+
}
|
2500
|
+
|
2265
2501
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2266
2502
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2267
2503
|
width: 2rem;
|
@@ -3043,6 +3279,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3043
3279
|
background: #f4f4f5;
|
3044
3280
|
color: #18181B;
|
3045
3281
|
}
|
3282
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3283
|
+
background: #fcfcfc;
|
3284
|
+
}
|
3285
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3286
|
+
background: #f4f4f5;
|
3287
|
+
}
|
3046
3288
|
|
3047
3289
|
.p-orderlist-item.cdk-drag-preview {
|
3048
3290
|
padding: 0.75rem 1rem;
|
@@ -3238,6 +3480,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3238
3480
|
background: #f4f4f5;
|
3239
3481
|
color: #18181B;
|
3240
3482
|
}
|
3483
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3484
|
+
background: #fcfcfc;
|
3485
|
+
}
|
3486
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3487
|
+
background: #f4f4f5;
|
3488
|
+
}
|
3241
3489
|
|
3242
3490
|
.p-picklist-item.cdk-drag-preview {
|
3243
3491
|
padding: 0.75rem 1rem;
|
@@ -3833,6 +4081,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3833
4081
|
color: #3f3f46;
|
3834
4082
|
border-top: 0 none;
|
3835
4083
|
}
|
4084
|
+
.p-panel .p-panel-icons-end {
|
4085
|
+
order: 2;
|
4086
|
+
margin-left: auto;
|
4087
|
+
}
|
4088
|
+
.p-panel .p-panel-icons-start {
|
4089
|
+
order: 0;
|
4090
|
+
margin-right: 0.5rem;
|
4091
|
+
}
|
4092
|
+
.p-panel .p-panel-icons-center {
|
4093
|
+
order: 2;
|
4094
|
+
width: 100%;
|
4095
|
+
text-align: center;
|
4096
|
+
}
|
3836
4097
|
|
3837
4098
|
.p-scrollpanel .p-scrollpanel-bar {
|
3838
4099
|
background: #fafafa;
|
@@ -5082,6 +5343,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5082
5343
|
border-color: #4F46E5;
|
5083
5344
|
color: #4F46E5;
|
5084
5345
|
}
|
5346
|
+
.p-tabmenu .p-tabmenu-left-icon {
|
5347
|
+
margin-right: 0.5rem;
|
5348
|
+
}
|
5349
|
+
.p-tabmenu .p-tabmenu-right-icon {
|
5350
|
+
margin-left: 0.5rem;
|
5351
|
+
}
|
5352
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5353
|
+
background: #ffffff;
|
5354
|
+
color: #4F46E5;
|
5355
|
+
width: 3rem;
|
5356
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
|
5357
|
+
border-radius: 0;
|
5358
|
+
}
|
5359
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
|
5360
|
+
outline: 0 none;
|
5361
|
+
outline-offset: 0;
|
5362
|
+
box-shadow: inset 0 0 0 1px #6366F1;
|
5363
|
+
}
|
5085
5364
|
|
5086
5365
|
.p-tieredmenu {
|
5087
5366
|
padding: 0.25rem 0;
|