primeng 17.14.1 → 17.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/megamenuitem.d.ts +4 -0
- package/api/primengconfig.d.ts +1 -1
- package/api/treenode.d.ts +4 -0
- package/autocomplete/autocomplete.d.ts +17 -2
- package/badge/badge.d.ts +2 -2
- package/breadcrumb/breadcrumb.interface.d.ts +11 -0
- package/calendar/calendar.d.ts +13 -2
- package/card/card.d.ts +5 -2
- package/cascadeselect/cascadeselect.d.ts +19 -1
- package/cascadeselect/cascadeselect.interface.d.ts +4 -0
- package/checkbox/checkbox.d.ts +11 -4
- package/chips/chips.d.ts +9 -2
- package/dom/domhandler.d.ts +2 -2
- package/dropdown/dropdown.d.ts +31 -3
- package/dropdown/dropdown.interface.d.ts +1 -1
- package/esm2022/api/filterservice.mjs +6 -1
- package/esm2022/api/megamenuitem.mjs +1 -1
- package/esm2022/api/primengconfig.mjs +3 -3
- package/esm2022/api/treenode.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +34 -12
- package/esm2022/badge/badge.mjs +3 -3
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/breadcrumb/breadcrumb.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +65 -9
- package/esm2022/card/card.mjs +11 -5
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +61 -12
- package/esm2022/checkbox/checkbox.mjs +44 -13
- package/esm2022/chips/chips.mjs +20 -10
- package/esm2022/colorpicker/colorpicker.mjs +2 -1
- package/esm2022/confirmpopup/confirmpopup.mjs +2 -2
- package/esm2022/dialog/dialog.mjs +2 -2
- package/esm2022/divider/divider.mjs +2 -2
- package/esm2022/dom/domhandler.mjs +5 -3
- package/esm2022/dropdown/dropdown.interface.mjs +1 -1
- package/esm2022/dropdown/dropdown.mjs +106 -26
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/editor/editor.mjs +2 -4
- package/esm2022/fileupload/fileupload.mjs +128 -110
- package/esm2022/icons/blank/blank.mjs +25 -0
- package/esm2022/icons/blank/primeng-icons-blank.mjs +5 -0
- package/esm2022/icons/blank/public_api.mjs +2 -0
- package/esm2022/inputmask/inputmask.mjs +31 -13
- package/esm2022/inputnumber/inputnumber.mjs +13 -4
- package/esm2022/inputotp/inputotp.mjs +3 -3
- package/esm2022/inputtext/inputtext.mjs +22 -7
- package/esm2022/inputtextarea/inputtextarea.mjs +17 -6
- package/esm2022/keyfilter/keyfilter.mjs +14 -13
- package/esm2022/megamenu/megamenu.interface.mjs +1 -1
- package/esm2022/megamenu/megamenu.mjs +2 -2
- package/esm2022/menu/menu.mjs +18 -5
- package/esm2022/menubar/menubar.interface.mjs +1 -1
- package/esm2022/menubar/menubar.mjs +3 -6
- package/esm2022/multiselect/multiselect.interface.mjs +1 -1
- package/esm2022/multiselect/multiselect.mjs +155 -44
- package/esm2022/organizationchart/organizationchart.mjs +43 -27
- package/esm2022/overlaypanel/overlaypanel.mjs +2 -2
- package/esm2022/paginator/paginator.mjs +3 -3
- package/esm2022/panelmenu/panelmenu.interface.mjs +1 -1
- package/esm2022/panelmenu/panelmenu.mjs +51 -41
- package/esm2022/password/password.mjs +22 -5
- package/esm2022/radiobutton/radiobutton.mjs +32 -10
- package/esm2022/scroller/scroller.mjs +4 -4
- package/esm2022/speeddial/speeddial.mjs +6 -8
- package/esm2022/splitbutton/splitbutton.mjs +13 -13
- package/esm2022/stepper/stepper.mjs +1 -9
- package/esm2022/table/columnfilter.interface.mjs +1 -1
- package/esm2022/table/table.mjs +59 -18
- package/esm2022/tieredmenu/tieredmenu.mjs +19 -12
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tree/tree.mjs +157 -115
- package/esm2022/treeselect/treeselect.mjs +16 -8
- package/esm2022/treetable/treetable.mjs +8 -6
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +20 -10
- package/fesm2022/primeng-api.mjs +7 -2
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +33 -11
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-badge.mjs +2 -2
- package/fesm2022/primeng-badge.mjs.map +1 -1
- package/fesm2022/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +64 -8
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-card.mjs +10 -4
- package/fesm2022/primeng-card.mjs.map +1 -1
- package/fesm2022/primeng-cascadeselect.mjs +60 -11
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +43 -12
- package/fesm2022/primeng-checkbox.mjs.map +1 -1
- package/fesm2022/primeng-chips.mjs +19 -9
- package/fesm2022/primeng-chips.mjs.map +1 -1
- package/fesm2022/primeng-colorpicker.mjs +1 -0
- package/fesm2022/primeng-colorpicker.mjs.map +1 -1
- package/fesm2022/primeng-confirmpopup.mjs +1 -1
- package/fesm2022/primeng-confirmpopup.mjs.map +1 -1
- package/fesm2022/primeng-dialog.mjs +1 -1
- package/fesm2022/primeng-dialog.mjs.map +1 -1
- package/fesm2022/primeng-divider.mjs +2 -2
- package/fesm2022/primeng-divider.mjs.map +1 -1
- package/fesm2022/primeng-dom.mjs +4 -2
- package/fesm2022/primeng-dom.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +105 -25
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-dynamicdialog.mjs +2 -2
- package/fesm2022/primeng-dynamicdialog.mjs.map +1 -1
- package/fesm2022/primeng-editor.mjs +1 -3
- package/fesm2022/primeng-editor.mjs.map +1 -1
- package/fesm2022/primeng-fileupload.mjs +127 -109
- package/fesm2022/primeng-fileupload.mjs.map +1 -1
- package/fesm2022/primeng-icons-blank.mjs +32 -0
- package/fesm2022/primeng-icons-blank.mjs.map +1 -0
- package/fesm2022/primeng-inputmask.mjs +30 -12
- package/fesm2022/primeng-inputmask.mjs.map +1 -1
- package/fesm2022/primeng-inputnumber.mjs +12 -3
- package/fesm2022/primeng-inputnumber.mjs.map +1 -1
- package/fesm2022/primeng-inputotp.mjs +2 -2
- package/fesm2022/primeng-inputotp.mjs.map +1 -1
- package/fesm2022/primeng-inputtext.mjs +21 -6
- package/fesm2022/primeng-inputtext.mjs.map +1 -1
- package/fesm2022/primeng-inputtextarea.mjs +16 -5
- package/fesm2022/primeng-inputtextarea.mjs.map +1 -1
- package/fesm2022/primeng-keyfilter.mjs +13 -12
- package/fesm2022/primeng-keyfilter.mjs.map +1 -1
- package/fesm2022/primeng-megamenu.mjs +1 -1
- package/fesm2022/primeng-megamenu.mjs.map +1 -1
- package/fesm2022/primeng-menu.mjs +17 -4
- package/fesm2022/primeng-menu.mjs.map +1 -1
- package/fesm2022/primeng-menubar.mjs +2 -5
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +154 -43
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-organizationchart.mjs +42 -26
- package/fesm2022/primeng-organizationchart.mjs.map +1 -1
- package/fesm2022/primeng-overlaypanel.mjs +1 -1
- package/fesm2022/primeng-overlaypanel.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +2 -2
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-panelmenu.mjs +50 -40
- package/fesm2022/primeng-panelmenu.mjs.map +1 -1
- package/fesm2022/primeng-password.mjs +21 -4
- package/fesm2022/primeng-password.mjs.map +1 -1
- package/fesm2022/primeng-radiobutton.mjs +31 -9
- package/fesm2022/primeng-radiobutton.mjs.map +1 -1
- package/fesm2022/primeng-scroller.mjs +3 -3
- package/fesm2022/primeng-scroller.mjs.map +1 -1
- package/fesm2022/primeng-speeddial.mjs +5 -7
- package/fesm2022/primeng-speeddial.mjs.map +1 -1
- package/fesm2022/primeng-splitbutton.mjs +12 -12
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-stepper.mjs +0 -8
- package/fesm2022/primeng-stepper.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +58 -17
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tieredmenu.mjs +18 -11
- package/fesm2022/primeng-tieredmenu.mjs.map +1 -1
- package/fesm2022/primeng-timeline.mjs +2 -2
- package/fesm2022/primeng-timeline.mjs.map +1 -1
- package/fesm2022/primeng-tree.mjs +156 -114
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +15 -7
- package/fesm2022/primeng-treeselect.mjs.map +1 -1
- package/fesm2022/primeng-treetable.mjs +7 -5
- package/fesm2022/primeng-treetable.mjs.map +1 -1
- package/fesm2022/primeng-tristatecheckbox.mjs +19 -9
- package/fesm2022/primeng-tristatecheckbox.mjs.map +1 -1
- package/fileupload/fileupload.d.ts +11 -10
- package/icons/blank/blank.d.ts +6 -0
- package/icons/blank/index.d.ts +5 -0
- package/icons/blank/public_api.d.ts +1 -0
- package/inputmask/inputmask.d.ts +13 -3
- package/inputnumber/inputnumber.d.ts +6 -1
- package/inputotp/inputotp.d.ts +1 -1
- package/inputtext/inputtext.d.ts +14 -3
- package/inputtextarea/inputtextarea.d.ts +10 -3
- package/keyfilter/keyfilter.d.ts +1 -1
- package/megamenu/megamenu.interface.d.ts +12 -0
- package/menu/menu.d.ts +1 -0
- package/menubar/menubar.interface.d.ts +17 -0
- package/multiselect/multiselect.d.ts +30 -3
- package/multiselect/multiselect.interface.d.ts +28 -0
- package/organizationchart/organizationchart.d.ts +10 -2
- package/package.json +198 -192
- package/paginator/paginator.d.ts +4 -4
- package/panelmenu/panelmenu.d.ts +1 -0
- package/panelmenu/panelmenu.interface.d.ts +12 -0
- package/password/password.d.ts +12 -2
- package/radiobutton/radiobutton.d.ts +9 -2
- package/resources/components/divider/divider.css +1 -1
- package/resources/components/speeddial/speeddial.css +8 -0
- package/resources/components/timeline/timeline.css +2 -0
- package/resources/themes/arya-blue/theme.css +117 -1
- package/resources/themes/arya-green/theme.css +117 -1
- package/resources/themes/arya-orange/theme.css +117 -1
- package/resources/themes/arya-purple/theme.css +117 -1
- package/resources/themes/aura-dark-amber/theme.css +118 -2
- package/resources/themes/aura-dark-blue/theme.css +118 -2
- package/resources/themes/aura-dark-cyan/theme.css +118 -2
- package/resources/themes/aura-dark-green/theme.css +118 -2
- package/resources/themes/aura-dark-indigo/theme.css +118 -2
- package/resources/themes/aura-dark-lime/theme.css +118 -2
- package/resources/themes/aura-dark-noir/theme.css +118 -2
- package/resources/themes/aura-dark-pink/theme.css +118 -2
- package/resources/themes/aura-dark-purple/theme.css +118 -2
- package/resources/themes/aura-dark-teal/theme.css +118 -2
- package/resources/themes/aura-light-amber/theme.css +118 -2
- package/resources/themes/aura-light-blue/theme.css +118 -2
- package/resources/themes/aura-light-cyan/theme.css +118 -2
- package/resources/themes/aura-light-green/theme.css +118 -2
- package/resources/themes/aura-light-indigo/theme.css +118 -2
- package/resources/themes/aura-light-lime/theme.css +118 -2
- package/resources/themes/aura-light-noir/theme.css +118 -2
- package/resources/themes/aura-light-pink/theme.css +118 -2
- package/resources/themes/aura-light-purple/theme.css +118 -2
- package/resources/themes/aura-light-teal/theme.css +118 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +117 -1
- package/resources/themes/bootstrap4-dark-purple/theme.css +117 -1
- package/resources/themes/bootstrap4-light-blue/theme.css +117 -1
- package/resources/themes/bootstrap4-light-purple/theme.css +117 -1
- package/resources/themes/fluent-light/theme.css +117 -1
- package/resources/themes/lara-dark-blue/theme.css +117 -1
- package/resources/themes/lara-dark-indigo/theme.css +117 -1
- package/resources/themes/lara-dark-purple/theme.css +117 -1
- package/resources/themes/lara-dark-teal/theme.css +117 -1
- package/resources/themes/lara-light-blue/theme.css +117 -1
- package/resources/themes/lara-light-indigo/theme.css +117 -1
- package/resources/themes/lara-light-purple/theme.css +117 -1
- package/resources/themes/lara-light-teal/theme.css +117 -1
- package/resources/themes/luna-amber/theme.css +117 -1
- package/resources/themes/luna-blue/theme.css +117 -1
- package/resources/themes/luna-green/theme.css +117 -1
- package/resources/themes/luna-pink/theme.css +117 -1
- package/resources/themes/md-dark-deeppurple/theme.css +131 -4
- package/resources/themes/md-dark-indigo/theme.css +131 -4
- package/resources/themes/md-light-deeppurple/theme.css +131 -4
- package/resources/themes/md-light-indigo/theme.css +131 -4
- package/resources/themes/mdc-dark-deeppurple/theme.css +131 -4
- package/resources/themes/mdc-dark-indigo/theme.css +131 -4
- package/resources/themes/mdc-light-deeppurple/theme.css +131 -4
- package/resources/themes/mdc-light-indigo/theme.css +131 -4
- package/resources/themes/mira/theme.css +117 -1
- package/resources/themes/nano/theme.css +117 -1
- package/resources/themes/nova/theme.css +117 -1
- package/resources/themes/nova-accent/theme.css +117 -1
- package/resources/themes/nova-alt/theme.css +117 -1
- package/resources/themes/rhea/theme.css +117 -1
- package/resources/themes/saga-blue/theme.css +117 -1
- package/resources/themes/saga-green/theme.css +117 -1
- package/resources/themes/saga-orange/theme.css +117 -1
- package/resources/themes/saga-purple/theme.css +117 -1
- package/resources/themes/soho-dark/theme.css +117 -1
- package/resources/themes/soho-light/theme.css +117 -1
- package/resources/themes/tailwind-light/theme.css +117 -1
- package/resources/themes/vela-blue/theme.css +117 -1
- package/resources/themes/vela-green/theme.css +117 -1
- package/resources/themes/vela-orange/theme.css +117 -1
- package/resources/themes/vela-purple/theme.css +117 -1
- package/resources/themes/viva-dark/theme.css +117 -1
- package/resources/themes/viva-light/theme.css +117 -1
- package/stepper/stepper.d.ts +0 -8
- package/table/columnfilter.interface.d.ts +213 -1
- package/table/table.d.ts +9 -5
- package/tieredmenu/tieredmenu.d.ts +4 -3
- package/tree/tree.d.ts +9 -2
- package/treeselect/treeselect.d.ts +9 -3
- package/treetable/treetable.d.ts +2 -1
- package/tristatecheckbox/tristatecheckbox.d.ts +9 -3
@@ -757,6 +757,15 @@
|
|
757
757
|
.p-cascadeselect.p-invalid.p-component {
|
758
758
|
border-color: #ff9a9a;
|
759
759
|
}
|
760
|
+
.p-cascadeselect.p-variant-filled {
|
761
|
+
background-color: #3e4053;
|
762
|
+
}
|
763
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
764
|
+
background-color: #3e4053;
|
765
|
+
}
|
766
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
767
|
+
background-color: #3e4053;
|
768
|
+
}
|
760
769
|
|
761
770
|
.p-cascadeselect-panel {
|
762
771
|
background: #282936;
|
@@ -873,6 +882,18 @@
|
|
873
882
|
background: #9378f4;
|
874
883
|
color: #1c1d26;
|
875
884
|
}
|
885
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
886
|
+
background-color: #3e4053;
|
887
|
+
}
|
888
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
889
|
+
background: #b19df7;
|
890
|
+
}
|
891
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
892
|
+
background-color: #3e4053;
|
893
|
+
}
|
894
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
895
|
+
background: #9378f4;
|
896
|
+
}
|
876
897
|
|
877
898
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
878
899
|
border-color: #ff9a9a;
|
@@ -1012,6 +1033,15 @@
|
|
1012
1033
|
.p-dropdown.p-invalid.p-component {
|
1013
1034
|
border-color: #ff9a9a;
|
1014
1035
|
}
|
1036
|
+
.p-dropdown.p-variant-filled {
|
1037
|
+
background-color: #3e4053;
|
1038
|
+
}
|
1039
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1040
|
+
background-color: #3e4053;
|
1041
|
+
}
|
1042
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1043
|
+
background-color: #3e4053;
|
1044
|
+
}
|
1015
1045
|
|
1016
1046
|
.p-dropdown-panel {
|
1017
1047
|
background: #282936;
|
@@ -1195,6 +1225,16 @@
|
|
1195
1225
|
right: 0.75rem;
|
1196
1226
|
}
|
1197
1227
|
|
1228
|
+
.p-inputmask.p-variant-filled {
|
1229
|
+
background-color: #3e4053;
|
1230
|
+
}
|
1231
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1232
|
+
background-color: #3e4053;
|
1233
|
+
}
|
1234
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1235
|
+
background-color: #3e4053;
|
1236
|
+
}
|
1237
|
+
|
1198
1238
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1199
1239
|
border-color: #ff9a9a;
|
1200
1240
|
}
|
@@ -1214,6 +1254,16 @@
|
|
1214
1254
|
right: 3.75rem;
|
1215
1255
|
}
|
1216
1256
|
|
1257
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1258
|
+
background-color: #3e4053;
|
1259
|
+
}
|
1260
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1261
|
+
background-color: #3e4053;
|
1262
|
+
}
|
1263
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1264
|
+
background-color: #3e4053;
|
1265
|
+
}
|
1266
|
+
|
1217
1267
|
.p-inputotp {
|
1218
1268
|
display: flex;
|
1219
1269
|
align-items: center;
|
@@ -1292,6 +1342,15 @@
|
|
1292
1342
|
.p-inputtext.ng-dirty.ng-invalid {
|
1293
1343
|
border-color: #ff9a9a;
|
1294
1344
|
}
|
1345
|
+
.p-inputtext.p-variant-filled {
|
1346
|
+
background-color: #3e4053;
|
1347
|
+
}
|
1348
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1349
|
+
background-color: #3e4053;
|
1350
|
+
}
|
1351
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1352
|
+
background-color: #3e4053;
|
1353
|
+
}
|
1295
1354
|
.p-inputtext.p-inputtext-sm {
|
1296
1355
|
font-size: 0.875rem;
|
1297
1356
|
padding: 0.65625rem 0.65625rem;
|
@@ -1508,8 +1567,17 @@
|
|
1508
1567
|
border-top-right-radius: 6px;
|
1509
1568
|
border-bottom-right-radius: 6px;
|
1510
1569
|
}
|
1570
|
+
.p-multiselect.p-variant-filled {
|
1571
|
+
background: #3e4053;
|
1572
|
+
}
|
1573
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1574
|
+
background-color: #3e4053;
|
1575
|
+
}
|
1576
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1577
|
+
background-color: #3e4053;
|
1578
|
+
}
|
1511
1579
|
|
1512
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1580
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1513
1581
|
padding: 0.375rem 0.75rem;
|
1514
1582
|
}
|
1515
1583
|
|
@@ -1707,6 +1775,18 @@
|
|
1707
1775
|
background: #9378f4;
|
1708
1776
|
color: #1c1d26;
|
1709
1777
|
}
|
1778
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1779
|
+
background-color: #3e4053;
|
1780
|
+
}
|
1781
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1782
|
+
background-color: #3e4053;
|
1783
|
+
}
|
1784
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1785
|
+
background: #b19df7;
|
1786
|
+
}
|
1787
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1788
|
+
background: #9378f4;
|
1789
|
+
}
|
1710
1790
|
|
1711
1791
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1712
1792
|
border-color: #ff9a9a;
|
@@ -1821,9 +1901,12 @@
|
|
1821
1901
|
margin-left: -0.5715rem;
|
1822
1902
|
}
|
1823
1903
|
.p-slider.p-slider-vertical {
|
1904
|
+
height: 100%;
|
1824
1905
|
width: 0.286rem;
|
1825
1906
|
}
|
1826
1907
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1908
|
+
height: 1.143rem;
|
1909
|
+
width: 1.143rem;
|
1827
1910
|
margin-left: -0.5715rem;
|
1828
1911
|
margin-bottom: -0.5715rem;
|
1829
1912
|
}
|
@@ -1938,6 +2021,15 @@
|
|
1938
2021
|
border-top-right-radius: 6px;
|
1939
2022
|
border-bottom-right-radius: 6px;
|
1940
2023
|
}
|
2024
|
+
.p-treeselect.p-variant-filled {
|
2025
|
+
background-color: #3e4053;
|
2026
|
+
}
|
2027
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2028
|
+
background-color: #3e4053;
|
2029
|
+
}
|
2030
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2031
|
+
background-color: #3e4053;
|
2032
|
+
}
|
1941
2033
|
|
1942
2034
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1943
2035
|
border-color: #ff9a9a;
|
@@ -3441,6 +3533,18 @@
|
|
3441
3533
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3442
3534
|
color: rgba(255, 255, 255, 0.87);
|
3443
3535
|
}
|
3536
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3537
|
+
background-color: #3e4053;
|
3538
|
+
}
|
3539
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3540
|
+
background: #b19df7;
|
3541
|
+
}
|
3542
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3543
|
+
background-color: #3e4053;
|
3544
|
+
}
|
3545
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3546
|
+
background: #9378f4;
|
3547
|
+
}
|
3444
3548
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3445
3549
|
background: rgba(177, 157, 247, 0.16);
|
3446
3550
|
color: #b19df7;
|
@@ -3638,6 +3742,18 @@
|
|
3638
3742
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3639
3743
|
color: rgba(255, 255, 255, 0.87);
|
3640
3744
|
}
|
3745
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3746
|
+
background-color: #3e4053;
|
3747
|
+
}
|
3748
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3749
|
+
background: #b19df7;
|
3750
|
+
}
|
3751
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3752
|
+
background-color: #3e4053;
|
3753
|
+
}
|
3754
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3755
|
+
background: #9378f4;
|
3756
|
+
}
|
3641
3757
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3642
3758
|
outline: 0.15rem solid #e0d8fc;
|
3643
3759
|
outline-offset: -0.15rem;
|
@@ -757,6 +757,15 @@
|
|
757
757
|
.p-cascadeselect.p-invalid.p-component {
|
758
758
|
border-color: #ff6767;
|
759
759
|
}
|
760
|
+
.p-cascadeselect.p-variant-filled {
|
761
|
+
background-color: #f6f9fc;
|
762
|
+
}
|
763
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
764
|
+
background-color: #f6f9fc;
|
765
|
+
}
|
766
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
767
|
+
background-color: #ffffff;
|
768
|
+
}
|
760
769
|
|
761
770
|
.p-cascadeselect-panel {
|
762
771
|
background: #ffffff;
|
@@ -873,6 +882,18 @@
|
|
873
882
|
background: #5935f1;
|
874
883
|
color: #ffffff;
|
875
884
|
}
|
885
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
886
|
+
background-color: #f6f9fc;
|
887
|
+
}
|
888
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
889
|
+
background: #7254f3;
|
890
|
+
}
|
891
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
892
|
+
background-color: #f6f9fc;
|
893
|
+
}
|
894
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
895
|
+
background: #5935f1;
|
896
|
+
}
|
876
897
|
|
877
898
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
878
899
|
border-color: #ff6767;
|
@@ -1012,6 +1033,15 @@
|
|
1012
1033
|
.p-dropdown.p-invalid.p-component {
|
1013
1034
|
border-color: #ff6767;
|
1014
1035
|
}
|
1036
|
+
.p-dropdown.p-variant-filled {
|
1037
|
+
background-color: #f6f9fc;
|
1038
|
+
}
|
1039
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1040
|
+
background-color: #f6f9fc;
|
1041
|
+
}
|
1042
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1043
|
+
background-color: #ffffff;
|
1044
|
+
}
|
1015
1045
|
|
1016
1046
|
.p-dropdown-panel {
|
1017
1047
|
background: #ffffff;
|
@@ -1195,6 +1225,16 @@
|
|
1195
1225
|
right: 0.75rem;
|
1196
1226
|
}
|
1197
1227
|
|
1228
|
+
.p-inputmask.p-variant-filled {
|
1229
|
+
background-color: #f6f9fc;
|
1230
|
+
}
|
1231
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1232
|
+
background-color: #f6f9fc;
|
1233
|
+
}
|
1234
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1235
|
+
background-color: #ffffff;
|
1236
|
+
}
|
1237
|
+
|
1198
1238
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1199
1239
|
border-color: #ff6767;
|
1200
1240
|
}
|
@@ -1214,6 +1254,16 @@
|
|
1214
1254
|
right: 3.75rem;
|
1215
1255
|
}
|
1216
1256
|
|
1257
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1258
|
+
background-color: #f6f9fc;
|
1259
|
+
}
|
1260
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1261
|
+
background-color: #f6f9fc;
|
1262
|
+
}
|
1263
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1264
|
+
background-color: #ffffff;
|
1265
|
+
}
|
1266
|
+
|
1217
1267
|
.p-inputotp {
|
1218
1268
|
display: flex;
|
1219
1269
|
align-items: center;
|
@@ -1292,6 +1342,15 @@
|
|
1292
1342
|
.p-inputtext.ng-dirty.ng-invalid {
|
1293
1343
|
border-color: #ff6767;
|
1294
1344
|
}
|
1345
|
+
.p-inputtext.p-variant-filled {
|
1346
|
+
background-color: #f6f9fc;
|
1347
|
+
}
|
1348
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1349
|
+
background-color: #f6f9fc;
|
1350
|
+
}
|
1351
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1352
|
+
background-color: #ffffff;
|
1353
|
+
}
|
1295
1354
|
.p-inputtext.p-inputtext-sm {
|
1296
1355
|
font-size: 0.875rem;
|
1297
1356
|
padding: 0.65625rem 0.65625rem;
|
@@ -1508,8 +1567,17 @@
|
|
1508
1567
|
border-top-right-radius: 6px;
|
1509
1568
|
border-bottom-right-radius: 6px;
|
1510
1569
|
}
|
1570
|
+
.p-multiselect.p-variant-filled {
|
1571
|
+
background: #f6f9fc;
|
1572
|
+
}
|
1573
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1574
|
+
background-color: #f6f9fc;
|
1575
|
+
}
|
1576
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1577
|
+
background-color: #ffffff;
|
1578
|
+
}
|
1511
1579
|
|
1512
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1580
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1513
1581
|
padding: 0.375rem 0.75rem;
|
1514
1582
|
}
|
1515
1583
|
|
@@ -1707,6 +1775,18 @@
|
|
1707
1775
|
background: #5935f1;
|
1708
1776
|
color: #ffffff;
|
1709
1777
|
}
|
1778
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1779
|
+
background-color: #f6f9fc;
|
1780
|
+
}
|
1781
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1782
|
+
background-color: #f6f9fc;
|
1783
|
+
}
|
1784
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1785
|
+
background: #7254f3;
|
1786
|
+
}
|
1787
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1788
|
+
background: #5935f1;
|
1789
|
+
}
|
1710
1790
|
|
1711
1791
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1712
1792
|
border-color: #ff6767;
|
@@ -1821,9 +1901,12 @@
|
|
1821
1901
|
margin-left: -0.5715rem;
|
1822
1902
|
}
|
1823
1903
|
.p-slider.p-slider-vertical {
|
1904
|
+
height: 100%;
|
1824
1905
|
width: 0.286rem;
|
1825
1906
|
}
|
1826
1907
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1908
|
+
height: 1.143rem;
|
1909
|
+
width: 1.143rem;
|
1827
1910
|
margin-left: -0.5715rem;
|
1828
1911
|
margin-bottom: -0.5715rem;
|
1829
1912
|
}
|
@@ -1938,6 +2021,15 @@
|
|
1938
2021
|
border-top-right-radius: 6px;
|
1939
2022
|
border-bottom-right-radius: 6px;
|
1940
2023
|
}
|
2024
|
+
.p-treeselect.p-variant-filled {
|
2025
|
+
background-color: #f6f9fc;
|
2026
|
+
}
|
2027
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2028
|
+
background-color: #f6f9fc;
|
2029
|
+
}
|
2030
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2031
|
+
background-color: #ffffff;
|
2032
|
+
}
|
1941
2033
|
|
1942
2034
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1943
2035
|
border-color: #ff6767;
|
@@ -3441,6 +3533,18 @@
|
|
3441
3533
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3442
3534
|
color: #043d75;
|
3443
3535
|
}
|
3536
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3537
|
+
background-color: #f6f9fc;
|
3538
|
+
}
|
3539
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3540
|
+
background: #7254f3;
|
3541
|
+
}
|
3542
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3543
|
+
background-color: #f6f9fc;
|
3544
|
+
}
|
3545
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3546
|
+
background: #5935f1;
|
3547
|
+
}
|
3444
3548
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3445
3549
|
background: #e2dcfc;
|
3446
3550
|
color: #7254f3;
|
@@ -3638,6 +3742,18 @@
|
|
3638
3742
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3639
3743
|
color: #043d75;
|
3640
3744
|
}
|
3745
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3746
|
+
background-color: #f6f9fc;
|
3747
|
+
}
|
3748
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3749
|
+
background: #7254f3;
|
3750
|
+
}
|
3751
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3752
|
+
background-color: #f6f9fc;
|
3753
|
+
}
|
3754
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3755
|
+
background: #5935f1;
|
3756
|
+
}
|
3641
3757
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3642
3758
|
outline: 0.15rem solid #c7bbfa;
|
3643
3759
|
outline-offset: -0.15rem;
|
@@ -771,6 +771,15 @@
|
|
771
771
|
.p-cascadeselect.p-invalid.p-component {
|
772
772
|
border-color: #f0a9a7;
|
773
773
|
}
|
774
|
+
.p-cascadeselect.p-variant-filled {
|
775
|
+
background-color: #fafafa;
|
776
|
+
}
|
777
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
778
|
+
background-color: #fafafa;
|
779
|
+
}
|
780
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
781
|
+
background-color: #ffffff;
|
782
|
+
}
|
774
783
|
|
775
784
|
.p-cascadeselect-panel {
|
776
785
|
background: #ffffff;
|
@@ -887,6 +896,18 @@
|
|
887
896
|
background: #4f46e5;
|
888
897
|
color: #ffffff;
|
889
898
|
}
|
899
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
900
|
+
background-color: #fafafa;
|
901
|
+
}
|
902
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
903
|
+
background: #4f46e5;
|
904
|
+
}
|
905
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
906
|
+
background-color: #fafafa;
|
907
|
+
}
|
908
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
909
|
+
background: #4f46e5;
|
910
|
+
}
|
890
911
|
|
891
912
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
892
913
|
border-color: #f0a9a7;
|
@@ -1026,6 +1047,15 @@
|
|
1026
1047
|
.p-dropdown.p-invalid.p-component {
|
1027
1048
|
border-color: #f0a9a7;
|
1028
1049
|
}
|
1050
|
+
.p-dropdown.p-variant-filled {
|
1051
|
+
background-color: #fafafa;
|
1052
|
+
}
|
1053
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1054
|
+
background-color: #fafafa;
|
1055
|
+
}
|
1056
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1057
|
+
background-color: #ffffff;
|
1058
|
+
}
|
1029
1059
|
|
1030
1060
|
.p-dropdown-panel {
|
1031
1061
|
background: #ffffff;
|
@@ -1209,6 +1239,16 @@
|
|
1209
1239
|
right: 0.75rem;
|
1210
1240
|
}
|
1211
1241
|
|
1242
|
+
.p-inputmask.p-variant-filled {
|
1243
|
+
background-color: #fafafa;
|
1244
|
+
}
|
1245
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1246
|
+
background-color: #fafafa;
|
1247
|
+
}
|
1248
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1249
|
+
background-color: #ffffff;
|
1250
|
+
}
|
1251
|
+
|
1212
1252
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1213
1253
|
border-color: #f0a9a7;
|
1214
1254
|
}
|
@@ -1228,6 +1268,16 @@
|
|
1228
1268
|
right: 3.75rem;
|
1229
1269
|
}
|
1230
1270
|
|
1271
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1272
|
+
background-color: #fafafa;
|
1273
|
+
}
|
1274
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1275
|
+
background-color: #fafafa;
|
1276
|
+
}
|
1277
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1278
|
+
background-color: #ffffff;
|
1279
|
+
}
|
1280
|
+
|
1231
1281
|
.p-inputotp {
|
1232
1282
|
display: flex;
|
1233
1283
|
align-items: center;
|
@@ -1306,6 +1356,15 @@
|
|
1306
1356
|
.p-inputtext.ng-dirty.ng-invalid {
|
1307
1357
|
border-color: #f0a9a7;
|
1308
1358
|
}
|
1359
|
+
.p-inputtext.p-variant-filled {
|
1360
|
+
background-color: #fafafa;
|
1361
|
+
}
|
1362
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1363
|
+
background-color: #fafafa;
|
1364
|
+
}
|
1365
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1366
|
+
background-color: #ffffff;
|
1367
|
+
}
|
1309
1368
|
.p-inputtext.p-inputtext-sm {
|
1310
1369
|
font-size: 0.875rem;
|
1311
1370
|
padding: 0.65625rem 0.65625rem;
|
@@ -1522,8 +1581,17 @@
|
|
1522
1581
|
border-top-right-radius: 0.375rem;
|
1523
1582
|
border-bottom-right-radius: 0.375rem;
|
1524
1583
|
}
|
1584
|
+
.p-multiselect.p-variant-filled {
|
1585
|
+
background: #fafafa;
|
1586
|
+
}
|
1587
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1588
|
+
background-color: #fafafa;
|
1589
|
+
}
|
1590
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1591
|
+
background-color: #ffffff;
|
1592
|
+
}
|
1525
1593
|
|
1526
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1594
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1527
1595
|
padding: 0.375rem 0.75rem;
|
1528
1596
|
}
|
1529
1597
|
|
@@ -1721,6 +1789,18 @@
|
|
1721
1789
|
background: #4f46e5;
|
1722
1790
|
color: #ffffff;
|
1723
1791
|
}
|
1792
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1793
|
+
background-color: #fafafa;
|
1794
|
+
}
|
1795
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1796
|
+
background-color: #fafafa;
|
1797
|
+
}
|
1798
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1799
|
+
background: #4f46e5;
|
1800
|
+
}
|
1801
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1802
|
+
background: #4f46e5;
|
1803
|
+
}
|
1724
1804
|
|
1725
1805
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1726
1806
|
border-color: #f0a9a7;
|
@@ -1835,9 +1915,12 @@
|
|
1835
1915
|
margin-left: -0.5715rem;
|
1836
1916
|
}
|
1837
1917
|
.p-slider.p-slider-vertical {
|
1918
|
+
height: 100%;
|
1838
1919
|
width: 0.286rem;
|
1839
1920
|
}
|
1840
1921
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1922
|
+
height: 1.143rem;
|
1923
|
+
width: 1.143rem;
|
1841
1924
|
margin-left: -0.5715rem;
|
1842
1925
|
margin-bottom: -0.5715rem;
|
1843
1926
|
}
|
@@ -1952,6 +2035,15 @@
|
|
1952
2035
|
border-top-right-radius: 0.375rem;
|
1953
2036
|
border-bottom-right-radius: 0.375rem;
|
1954
2037
|
}
|
2038
|
+
.p-treeselect.p-variant-filled {
|
2039
|
+
background-color: #fafafa;
|
2040
|
+
}
|
2041
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2042
|
+
background-color: #fafafa;
|
2043
|
+
}
|
2044
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2045
|
+
background-color: #ffffff;
|
2046
|
+
}
|
1955
2047
|
|
1956
2048
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1957
2049
|
border-color: #f0a9a7;
|
@@ -3455,6 +3547,18 @@
|
|
3455
3547
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3456
3548
|
color: #3f3f46;
|
3457
3549
|
}
|
3550
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3551
|
+
background-color: #fafafa;
|
3552
|
+
}
|
3553
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3554
|
+
background: #4f46e5;
|
3555
|
+
}
|
3556
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3557
|
+
background-color: #fafafa;
|
3558
|
+
}
|
3559
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3560
|
+
background: #4f46e5;
|
3561
|
+
}
|
3458
3562
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3459
3563
|
background: #eef2ff;
|
3460
3564
|
color: #312e81;
|
@@ -3652,6 +3756,18 @@
|
|
3652
3756
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3653
3757
|
color: #3f3f46;
|
3654
3758
|
}
|
3759
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3760
|
+
background-color: #fafafa;
|
3761
|
+
}
|
3762
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3763
|
+
background: #4f46e5;
|
3764
|
+
}
|
3765
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3766
|
+
background-color: #fafafa;
|
3767
|
+
}
|
3768
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3769
|
+
background: #4f46e5;
|
3770
|
+
}
|
3655
3771
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3656
3772
|
outline: 0.15rem solid #6366f1;
|
3657
3773
|
outline-offset: -0.15rem;
|