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
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #ef9a9a;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #304562;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #304562;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #304562;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #1f2d40;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #2396f2;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #304562;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #64B5F6;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #304562;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #2396f2;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #ef9a9a;
|
@@ -990,6 +1011,15 @@
|
|
990
1011
|
.p-dropdown.p-invalid.p-component {
|
991
1012
|
border-color: #ef9a9a;
|
992
1013
|
}
|
1014
|
+
.p-dropdown.p-variant-filled {
|
1015
|
+
background-color: #304562;
|
1016
|
+
}
|
1017
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1018
|
+
background-color: #304562;
|
1019
|
+
}
|
1020
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1021
|
+
background-color: #304562;
|
1022
|
+
}
|
993
1023
|
|
994
1024
|
.p-dropdown-panel {
|
995
1025
|
background: #1f2d40;
|
@@ -1173,6 +1203,16 @@
|
|
1173
1203
|
right: 0.5rem;
|
1174
1204
|
}
|
1175
1205
|
|
1206
|
+
.p-inputmask.p-variant-filled {
|
1207
|
+
background-color: #304562;
|
1208
|
+
}
|
1209
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1210
|
+
background-color: #304562;
|
1211
|
+
}
|
1212
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1213
|
+
background-color: #304562;
|
1214
|
+
}
|
1215
|
+
|
1176
1216
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1177
1217
|
border-color: #ef9a9a;
|
1178
1218
|
}
|
@@ -1192,6 +1232,16 @@
|
|
1192
1232
|
right: 2.857rem;
|
1193
1233
|
}
|
1194
1234
|
|
1235
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1236
|
+
background-color: #304562;
|
1237
|
+
}
|
1238
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1239
|
+
background-color: #304562;
|
1240
|
+
}
|
1241
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1242
|
+
background-color: #304562;
|
1243
|
+
}
|
1244
|
+
|
1195
1245
|
.p-inputotp {
|
1196
1246
|
display: flex;
|
1197
1247
|
align-items: center;
|
@@ -1270,6 +1320,15 @@
|
|
1270
1320
|
.p-inputtext.ng-dirty.ng-invalid {
|
1271
1321
|
border-color: #ef9a9a;
|
1272
1322
|
}
|
1323
|
+
.p-inputtext.p-variant-filled {
|
1324
|
+
background-color: #304562;
|
1325
|
+
}
|
1326
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1327
|
+
background-color: #304562;
|
1328
|
+
}
|
1329
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1330
|
+
background-color: #304562;
|
1331
|
+
}
|
1273
1332
|
.p-inputtext.p-inputtext-sm {
|
1274
1333
|
font-size: 0.875rem;
|
1275
1334
|
padding: 0.4375rem 0.4375rem;
|
@@ -1486,8 +1545,17 @@
|
|
1486
1545
|
border-top-right-radius: 3px;
|
1487
1546
|
border-bottom-right-radius: 3px;
|
1488
1547
|
}
|
1548
|
+
.p-multiselect.p-variant-filled {
|
1549
|
+
background: #304562;
|
1550
|
+
}
|
1551
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1552
|
+
background-color: #304562;
|
1553
|
+
}
|
1554
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1555
|
+
background-color: #304562;
|
1556
|
+
}
|
1489
1557
|
|
1490
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1558
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1491
1559
|
padding: 0.25rem 0.5rem;
|
1492
1560
|
}
|
1493
1561
|
|
@@ -1685,6 +1753,18 @@
|
|
1685
1753
|
background: #2396f2;
|
1686
1754
|
color: #212529;
|
1687
1755
|
}
|
1756
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1757
|
+
background-color: #304562;
|
1758
|
+
}
|
1759
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1760
|
+
background-color: #304562;
|
1761
|
+
}
|
1762
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1763
|
+
background: #64B5F6;
|
1764
|
+
}
|
1765
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1766
|
+
background: #2396f2;
|
1767
|
+
}
|
1688
1768
|
|
1689
1769
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1690
1770
|
border-color: #ef9a9a;
|
@@ -1799,9 +1879,12 @@
|
|
1799
1879
|
margin-left: -0.5715rem;
|
1800
1880
|
}
|
1801
1881
|
.p-slider.p-slider-vertical {
|
1882
|
+
height: 100%;
|
1802
1883
|
width: 0.286rem;
|
1803
1884
|
}
|
1804
1885
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1886
|
+
height: 1.143rem;
|
1887
|
+
width: 1.143rem;
|
1805
1888
|
margin-left: -0.5715rem;
|
1806
1889
|
margin-bottom: -0.5715rem;
|
1807
1890
|
}
|
@@ -1916,6 +1999,15 @@
|
|
1916
1999
|
border-top-right-radius: 3px;
|
1917
2000
|
border-bottom-right-radius: 3px;
|
1918
2001
|
}
|
2002
|
+
.p-treeselect.p-variant-filled {
|
2003
|
+
background-color: #304562;
|
2004
|
+
}
|
2005
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2006
|
+
background-color: #304562;
|
2007
|
+
}
|
2008
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2009
|
+
background-color: #304562;
|
2010
|
+
}
|
1919
2011
|
|
1920
2012
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1921
2013
|
border-color: #ef9a9a;
|
@@ -3419,6 +3511,18 @@
|
|
3419
3511
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3420
3512
|
color: rgba(255, 255, 255, 0.87);
|
3421
3513
|
}
|
3514
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3515
|
+
background-color: #304562;
|
3516
|
+
}
|
3517
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3518
|
+
background: #64B5F6;
|
3519
|
+
}
|
3520
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3521
|
+
background-color: #304562;
|
3522
|
+
}
|
3523
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3524
|
+
background: #2396f2;
|
3525
|
+
}
|
3422
3526
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3423
3527
|
background: rgba(100, 181, 246, 0.16);
|
3424
3528
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3616,6 +3720,18 @@
|
|
3616
3720
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3617
3721
|
color: rgba(255, 255, 255, 0.87);
|
3618
3722
|
}
|
3723
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3724
|
+
background-color: #304562;
|
3725
|
+
}
|
3726
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3727
|
+
background: #64B5F6;
|
3728
|
+
}
|
3729
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3730
|
+
background-color: #304562;
|
3731
|
+
}
|
3732
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3733
|
+
background: #2396f2;
|
3734
|
+
}
|
3619
3735
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3620
3736
|
outline: 0.15rem solid #93cbf9;
|
3621
3737
|
outline-offset: -0.15rem;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #ef9a9a;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #304562;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #304562;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #304562;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #1f2d40;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #54b358;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #304562;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #81C784;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #304562;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #54b358;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #ef9a9a;
|
@@ -990,6 +1011,15 @@
|
|
990
1011
|
.p-dropdown.p-invalid.p-component {
|
991
1012
|
border-color: #ef9a9a;
|
992
1013
|
}
|
1014
|
+
.p-dropdown.p-variant-filled {
|
1015
|
+
background-color: #304562;
|
1016
|
+
}
|
1017
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1018
|
+
background-color: #304562;
|
1019
|
+
}
|
1020
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1021
|
+
background-color: #304562;
|
1022
|
+
}
|
993
1023
|
|
994
1024
|
.p-dropdown-panel {
|
995
1025
|
background: #1f2d40;
|
@@ -1173,6 +1203,16 @@
|
|
1173
1203
|
right: 0.5rem;
|
1174
1204
|
}
|
1175
1205
|
|
1206
|
+
.p-inputmask.p-variant-filled {
|
1207
|
+
background-color: #304562;
|
1208
|
+
}
|
1209
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1210
|
+
background-color: #304562;
|
1211
|
+
}
|
1212
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1213
|
+
background-color: #304562;
|
1214
|
+
}
|
1215
|
+
|
1176
1216
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1177
1217
|
border-color: #ef9a9a;
|
1178
1218
|
}
|
@@ -1192,6 +1232,16 @@
|
|
1192
1232
|
right: 2.857rem;
|
1193
1233
|
}
|
1194
1234
|
|
1235
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1236
|
+
background-color: #304562;
|
1237
|
+
}
|
1238
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1239
|
+
background-color: #304562;
|
1240
|
+
}
|
1241
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1242
|
+
background-color: #304562;
|
1243
|
+
}
|
1244
|
+
|
1195
1245
|
.p-inputotp {
|
1196
1246
|
display: flex;
|
1197
1247
|
align-items: center;
|
@@ -1270,6 +1320,15 @@
|
|
1270
1320
|
.p-inputtext.ng-dirty.ng-invalid {
|
1271
1321
|
border-color: #ef9a9a;
|
1272
1322
|
}
|
1323
|
+
.p-inputtext.p-variant-filled {
|
1324
|
+
background-color: #304562;
|
1325
|
+
}
|
1326
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1327
|
+
background-color: #304562;
|
1328
|
+
}
|
1329
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1330
|
+
background-color: #304562;
|
1331
|
+
}
|
1273
1332
|
.p-inputtext.p-inputtext-sm {
|
1274
1333
|
font-size: 0.875rem;
|
1275
1334
|
padding: 0.4375rem 0.4375rem;
|
@@ -1486,8 +1545,17 @@
|
|
1486
1545
|
border-top-right-radius: 3px;
|
1487
1546
|
border-bottom-right-radius: 3px;
|
1488
1547
|
}
|
1548
|
+
.p-multiselect.p-variant-filled {
|
1549
|
+
background: #304562;
|
1550
|
+
}
|
1551
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1552
|
+
background-color: #304562;
|
1553
|
+
}
|
1554
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1555
|
+
background-color: #304562;
|
1556
|
+
}
|
1489
1557
|
|
1490
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1558
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1491
1559
|
padding: 0.25rem 0.5rem;
|
1492
1560
|
}
|
1493
1561
|
|
@@ -1685,6 +1753,18 @@
|
|
1685
1753
|
background: #54b358;
|
1686
1754
|
color: #212529;
|
1687
1755
|
}
|
1756
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1757
|
+
background-color: #304562;
|
1758
|
+
}
|
1759
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1760
|
+
background-color: #304562;
|
1761
|
+
}
|
1762
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1763
|
+
background: #81C784;
|
1764
|
+
}
|
1765
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1766
|
+
background: #54b358;
|
1767
|
+
}
|
1688
1768
|
|
1689
1769
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1690
1770
|
border-color: #ef9a9a;
|
@@ -1799,9 +1879,12 @@
|
|
1799
1879
|
margin-left: -0.5715rem;
|
1800
1880
|
}
|
1801
1881
|
.p-slider.p-slider-vertical {
|
1882
|
+
height: 100%;
|
1802
1883
|
width: 0.286rem;
|
1803
1884
|
}
|
1804
1885
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1886
|
+
height: 1.143rem;
|
1887
|
+
width: 1.143rem;
|
1805
1888
|
margin-left: -0.5715rem;
|
1806
1889
|
margin-bottom: -0.5715rem;
|
1807
1890
|
}
|
@@ -1916,6 +1999,15 @@
|
|
1916
1999
|
border-top-right-radius: 3px;
|
1917
2000
|
border-bottom-right-radius: 3px;
|
1918
2001
|
}
|
2002
|
+
.p-treeselect.p-variant-filled {
|
2003
|
+
background-color: #304562;
|
2004
|
+
}
|
2005
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2006
|
+
background-color: #304562;
|
2007
|
+
}
|
2008
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2009
|
+
background-color: #304562;
|
2010
|
+
}
|
1919
2011
|
|
1920
2012
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1921
2013
|
border-color: #ef9a9a;
|
@@ -3419,6 +3511,18 @@
|
|
3419
3511
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3420
3512
|
color: rgba(255, 255, 255, 0.87);
|
3421
3513
|
}
|
3514
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3515
|
+
background-color: #304562;
|
3516
|
+
}
|
3517
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3518
|
+
background: #81C784;
|
3519
|
+
}
|
3520
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3521
|
+
background-color: #304562;
|
3522
|
+
}
|
3523
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3524
|
+
background: #54b358;
|
3525
|
+
}
|
3422
3526
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3423
3527
|
background: rgba(129, 199, 132, 0.16);
|
3424
3528
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3616,6 +3720,18 @@
|
|
3616
3720
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3617
3721
|
color: rgba(255, 255, 255, 0.87);
|
3618
3722
|
}
|
3723
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3724
|
+
background-color: #304562;
|
3725
|
+
}
|
3726
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3727
|
+
background: #81C784;
|
3728
|
+
}
|
3729
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3730
|
+
background-color: #304562;
|
3731
|
+
}
|
3732
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3733
|
+
background: #54b358;
|
3734
|
+
}
|
3619
3735
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3620
3736
|
outline: 0.15rem solid #a7d8a9;
|
3621
3737
|
outline-offset: -0.15rem;
|
@@ -735,6 +735,15 @@
|
|
735
735
|
.p-cascadeselect.p-invalid.p-component {
|
736
736
|
border-color: #ef9a9a;
|
737
737
|
}
|
738
|
+
.p-cascadeselect.p-variant-filled {
|
739
|
+
background-color: #304562;
|
740
|
+
}
|
741
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
742
|
+
background-color: #304562;
|
743
|
+
}
|
744
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
745
|
+
background-color: #304562;
|
746
|
+
}
|
738
747
|
|
739
748
|
.p-cascadeselect-panel {
|
740
749
|
background: #1f2d40;
|
@@ -851,6 +860,18 @@
|
|
851
860
|
background: #ffc50c;
|
852
861
|
color: #212529;
|
853
862
|
}
|
863
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
864
|
+
background-color: #304562;
|
865
|
+
}
|
866
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
867
|
+
background: #FFD54F;
|
868
|
+
}
|
869
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
870
|
+
background-color: #304562;
|
871
|
+
}
|
872
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
873
|
+
background: #ffc50c;
|
874
|
+
}
|
854
875
|
|
855
876
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
856
877
|
border-color: #ef9a9a;
|
@@ -990,6 +1011,15 @@
|
|
990
1011
|
.p-dropdown.p-invalid.p-component {
|
991
1012
|
border-color: #ef9a9a;
|
992
1013
|
}
|
1014
|
+
.p-dropdown.p-variant-filled {
|
1015
|
+
background-color: #304562;
|
1016
|
+
}
|
1017
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1018
|
+
background-color: #304562;
|
1019
|
+
}
|
1020
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1021
|
+
background-color: #304562;
|
1022
|
+
}
|
993
1023
|
|
994
1024
|
.p-dropdown-panel {
|
995
1025
|
background: #1f2d40;
|
@@ -1173,6 +1203,16 @@
|
|
1173
1203
|
right: 0.5rem;
|
1174
1204
|
}
|
1175
1205
|
|
1206
|
+
.p-inputmask.p-variant-filled {
|
1207
|
+
background-color: #304562;
|
1208
|
+
}
|
1209
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1210
|
+
background-color: #304562;
|
1211
|
+
}
|
1212
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1213
|
+
background-color: #304562;
|
1214
|
+
}
|
1215
|
+
|
1176
1216
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1177
1217
|
border-color: #ef9a9a;
|
1178
1218
|
}
|
@@ -1192,6 +1232,16 @@
|
|
1192
1232
|
right: 2.857rem;
|
1193
1233
|
}
|
1194
1234
|
|
1235
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1236
|
+
background-color: #304562;
|
1237
|
+
}
|
1238
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1239
|
+
background-color: #304562;
|
1240
|
+
}
|
1241
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1242
|
+
background-color: #304562;
|
1243
|
+
}
|
1244
|
+
|
1195
1245
|
.p-inputotp {
|
1196
1246
|
display: flex;
|
1197
1247
|
align-items: center;
|
@@ -1270,6 +1320,15 @@
|
|
1270
1320
|
.p-inputtext.ng-dirty.ng-invalid {
|
1271
1321
|
border-color: #ef9a9a;
|
1272
1322
|
}
|
1323
|
+
.p-inputtext.p-variant-filled {
|
1324
|
+
background-color: #304562;
|
1325
|
+
}
|
1326
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1327
|
+
background-color: #304562;
|
1328
|
+
}
|
1329
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1330
|
+
background-color: #304562;
|
1331
|
+
}
|
1273
1332
|
.p-inputtext.p-inputtext-sm {
|
1274
1333
|
font-size: 0.875rem;
|
1275
1334
|
padding: 0.4375rem 0.4375rem;
|
@@ -1486,8 +1545,17 @@
|
|
1486
1545
|
border-top-right-radius: 3px;
|
1487
1546
|
border-bottom-right-radius: 3px;
|
1488
1547
|
}
|
1548
|
+
.p-multiselect.p-variant-filled {
|
1549
|
+
background: #304562;
|
1550
|
+
}
|
1551
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1552
|
+
background-color: #304562;
|
1553
|
+
}
|
1554
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1555
|
+
background-color: #304562;
|
1556
|
+
}
|
1489
1557
|
|
1490
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1558
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1491
1559
|
padding: 0.25rem 0.5rem;
|
1492
1560
|
}
|
1493
1561
|
|
@@ -1685,6 +1753,18 @@
|
|
1685
1753
|
background: #ffc50c;
|
1686
1754
|
color: #212529;
|
1687
1755
|
}
|
1756
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1757
|
+
background-color: #304562;
|
1758
|
+
}
|
1759
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1760
|
+
background-color: #304562;
|
1761
|
+
}
|
1762
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1763
|
+
background: #FFD54F;
|
1764
|
+
}
|
1765
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1766
|
+
background: #ffc50c;
|
1767
|
+
}
|
1688
1768
|
|
1689
1769
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1690
1770
|
border-color: #ef9a9a;
|
@@ -1799,9 +1879,12 @@
|
|
1799
1879
|
margin-left: -0.5715rem;
|
1800
1880
|
}
|
1801
1881
|
.p-slider.p-slider-vertical {
|
1882
|
+
height: 100%;
|
1802
1883
|
width: 0.286rem;
|
1803
1884
|
}
|
1804
1885
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1886
|
+
height: 1.143rem;
|
1887
|
+
width: 1.143rem;
|
1805
1888
|
margin-left: -0.5715rem;
|
1806
1889
|
margin-bottom: -0.5715rem;
|
1807
1890
|
}
|
@@ -1916,6 +1999,15 @@
|
|
1916
1999
|
border-top-right-radius: 3px;
|
1917
2000
|
border-bottom-right-radius: 3px;
|
1918
2001
|
}
|
2002
|
+
.p-treeselect.p-variant-filled {
|
2003
|
+
background-color: #304562;
|
2004
|
+
}
|
2005
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2006
|
+
background-color: #304562;
|
2007
|
+
}
|
2008
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2009
|
+
background-color: #304562;
|
2010
|
+
}
|
1919
2011
|
|
1920
2012
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1921
2013
|
border-color: #ef9a9a;
|
@@ -3419,6 +3511,18 @@
|
|
3419
3511
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3420
3512
|
color: rgba(255, 255, 255, 0.87);
|
3421
3513
|
}
|
3514
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3515
|
+
background-color: #304562;
|
3516
|
+
}
|
3517
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3518
|
+
background: #FFD54F;
|
3519
|
+
}
|
3520
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3521
|
+
background-color: #304562;
|
3522
|
+
}
|
3523
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3524
|
+
background: #ffc50c;
|
3525
|
+
}
|
3422
3526
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3423
3527
|
background: rgba(255, 213, 79, 0.16);
|
3424
3528
|
color: rgba(255, 255, 255, 0.87);
|
@@ -3616,6 +3720,18 @@
|
|
3616
3720
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3617
3721
|
color: rgba(255, 255, 255, 0.87);
|
3618
3722
|
}
|
3723
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3724
|
+
background-color: #304562;
|
3725
|
+
}
|
3726
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3727
|
+
background: #FFD54F;
|
3728
|
+
}
|
3729
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3730
|
+
background-color: #304562;
|
3731
|
+
}
|
3732
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3733
|
+
background: #ffc50c;
|
3734
|
+
}
|
3619
3735
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3620
3736
|
outline: 0.15rem solid #ffe284;
|
3621
3737
|
outline-offset: -0.15rem;
|