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
@@ -758,6 +758,15 @@
|
|
758
758
|
.p-cascadeselect.p-invalid.p-component {
|
759
759
|
border-color: #b00020;
|
760
760
|
}
|
761
|
+
.p-cascadeselect.p-variant-filled {
|
762
|
+
background-color: #f5f5f5;
|
763
|
+
}
|
764
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
765
|
+
background-color: #ececec;
|
766
|
+
}
|
767
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
768
|
+
background-color: #dcdcdc;
|
769
|
+
}
|
761
770
|
|
762
771
|
.p-cascadeselect-panel {
|
763
772
|
background: #ffffff;
|
@@ -874,6 +883,18 @@
|
|
874
883
|
background: #673AB7;
|
875
884
|
color: #ffffff;
|
876
885
|
}
|
886
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
887
|
+
background-color: #f5f5f5;
|
888
|
+
}
|
889
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
890
|
+
background: #673AB7;
|
891
|
+
}
|
892
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
893
|
+
background-color: #ececec;
|
894
|
+
}
|
895
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
896
|
+
background: #673AB7;
|
897
|
+
}
|
877
898
|
|
878
899
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
879
900
|
border-color: #b00020;
|
@@ -1013,6 +1034,15 @@
|
|
1013
1034
|
.p-dropdown.p-invalid.p-component {
|
1014
1035
|
border-color: #b00020;
|
1015
1036
|
}
|
1037
|
+
.p-dropdown.p-variant-filled {
|
1038
|
+
background-color: #f5f5f5;
|
1039
|
+
}
|
1040
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1041
|
+
background-color: #ececec;
|
1042
|
+
}
|
1043
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1044
|
+
background-color: #dcdcdc;
|
1045
|
+
}
|
1016
1046
|
|
1017
1047
|
.p-dropdown-panel {
|
1018
1048
|
background: #ffffff;
|
@@ -1196,6 +1226,16 @@
|
|
1196
1226
|
right: 0.75rem;
|
1197
1227
|
}
|
1198
1228
|
|
1229
|
+
.p-inputmask.p-variant-filled {
|
1230
|
+
background-color: #f5f5f5;
|
1231
|
+
}
|
1232
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1233
|
+
background-color: #ececec;
|
1234
|
+
}
|
1235
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1236
|
+
background-color: #dcdcdc;
|
1237
|
+
}
|
1238
|
+
|
1199
1239
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1200
1240
|
border-color: #b00020;
|
1201
1241
|
}
|
@@ -1215,6 +1255,16 @@
|
|
1215
1255
|
right: 3.5rem;
|
1216
1256
|
}
|
1217
1257
|
|
1258
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1259
|
+
background-color: #f5f5f5;
|
1260
|
+
}
|
1261
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1262
|
+
background-color: #ececec;
|
1263
|
+
}
|
1264
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1265
|
+
background-color: #dcdcdc;
|
1266
|
+
}
|
1267
|
+
|
1218
1268
|
.p-inputotp {
|
1219
1269
|
display: flex;
|
1220
1270
|
align-items: center;
|
@@ -1293,6 +1343,15 @@
|
|
1293
1343
|
.p-inputtext.ng-dirty.ng-invalid {
|
1294
1344
|
border-color: #b00020;
|
1295
1345
|
}
|
1346
|
+
.p-inputtext.p-variant-filled {
|
1347
|
+
background-color: #f5f5f5;
|
1348
|
+
}
|
1349
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1350
|
+
background-color: #ececec;
|
1351
|
+
}
|
1352
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1353
|
+
background-color: #dcdcdc;
|
1354
|
+
}
|
1296
1355
|
.p-inputtext.p-inputtext-sm {
|
1297
1356
|
font-size: 0.875rem;
|
1298
1357
|
padding: 0.65625rem 0.65625rem;
|
@@ -1509,8 +1568,17 @@
|
|
1509
1568
|
border-top-right-radius: 4px;
|
1510
1569
|
border-bottom-right-radius: 4px;
|
1511
1570
|
}
|
1571
|
+
.p-multiselect.p-variant-filled {
|
1572
|
+
background: #f5f5f5;
|
1573
|
+
}
|
1574
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1575
|
+
background-color: #ececec;
|
1576
|
+
}
|
1577
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1578
|
+
background-color: #dcdcdc;
|
1579
|
+
}
|
1512
1580
|
|
1513
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1581
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1514
1582
|
padding: 0.375rem 0.75rem;
|
1515
1583
|
}
|
1516
1584
|
|
@@ -1708,6 +1776,18 @@
|
|
1708
1776
|
background: #ffffff;
|
1709
1777
|
color: #673AB7;
|
1710
1778
|
}
|
1779
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1780
|
+
background-color: #f5f5f5;
|
1781
|
+
}
|
1782
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1783
|
+
background-color: #ececec;
|
1784
|
+
}
|
1785
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1786
|
+
background: #ffffff;
|
1787
|
+
}
|
1788
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1789
|
+
background: #ffffff;
|
1790
|
+
}
|
1711
1791
|
|
1712
1792
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1713
1793
|
border-color: #b00020;
|
@@ -1822,9 +1902,12 @@
|
|
1822
1902
|
margin-left: -10px;
|
1823
1903
|
}
|
1824
1904
|
.p-slider.p-slider-vertical {
|
1905
|
+
height: 100%;
|
1825
1906
|
width: 2px;
|
1826
1907
|
}
|
1827
1908
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1909
|
+
height: 20px;
|
1910
|
+
width: 20px;
|
1828
1911
|
margin-left: -10px;
|
1829
1912
|
margin-bottom: -10px;
|
1830
1913
|
}
|
@@ -1939,6 +2022,15 @@
|
|
1939
2022
|
border-top-right-radius: 4px;
|
1940
2023
|
border-bottom-right-radius: 4px;
|
1941
2024
|
}
|
2025
|
+
.p-treeselect.p-variant-filled {
|
2026
|
+
background-color: #f5f5f5;
|
2027
|
+
}
|
2028
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2029
|
+
background-color: #ececec;
|
2030
|
+
}
|
2031
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2032
|
+
background-color: #dcdcdc;
|
2033
|
+
}
|
1942
2034
|
|
1943
2035
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1944
2036
|
border-color: #b00020;
|
@@ -3491,6 +3583,18 @@
|
|
3491
3583
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3492
3584
|
color: rgba(0, 0, 0, 0.87);
|
3493
3585
|
}
|
3586
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3587
|
+
background-color: #f5f5f5;
|
3588
|
+
}
|
3589
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3590
|
+
background: #673AB7;
|
3591
|
+
}
|
3592
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3593
|
+
background-color: #ececec;
|
3594
|
+
}
|
3595
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3596
|
+
background: #673AB7;
|
3597
|
+
}
|
3494
3598
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3495
3599
|
background: rgba(103, 58, 183, 0.12);
|
3496
3600
|
color: #673AB7;
|
@@ -3688,6 +3792,18 @@
|
|
3688
3792
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3689
3793
|
color: rgba(0, 0, 0, 0.87);
|
3690
3794
|
}
|
3795
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3796
|
+
background-color: #f5f5f5;
|
3797
|
+
}
|
3798
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3799
|
+
background: #673AB7;
|
3800
|
+
}
|
3801
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3802
|
+
background-color: #ececec;
|
3803
|
+
}
|
3804
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3805
|
+
background: #673AB7;
|
3806
|
+
}
|
3691
3807
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3692
3808
|
outline: 0.15rem solid transparent;
|
3693
3809
|
outline-offset: -0.15rem;
|
@@ -6937,11 +7053,10 @@
|
|
6937
7053
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
6938
7054
|
box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12);
|
6939
7055
|
}
|
6940
|
-
|
6941
|
-
.p-input-filled .p-checkbox .p-checkbox-box {
|
7056
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
6942
7057
|
background-color: #ffffff;
|
6943
7058
|
}
|
6944
|
-
.p-
|
7059
|
+
.p-checkbox.p-variant-filled .p-checkbox-box:not(.p-disabled):hover {
|
6945
7060
|
background-color: #ffffff;
|
6946
7061
|
}
|
6947
7062
|
|
@@ -7058,6 +7173,18 @@
|
|
7058
7173
|
.p-dropdown:not(.p-disabled).p-focus {
|
7059
7174
|
box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7;
|
7060
7175
|
}
|
7176
|
+
.p-dropdown.p-variant-filled {
|
7177
|
+
background: #f5f5f5;
|
7178
|
+
}
|
7179
|
+
.p-dropdown.p-variant-filled:not(.p-disabled):hover {
|
7180
|
+
background-color: #ececec;
|
7181
|
+
}
|
7182
|
+
.p-dropdown.p-variant-filled:not(.p-disabled).p-focus {
|
7183
|
+
background-color: #dcdcdc;
|
7184
|
+
}
|
7185
|
+
.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext {
|
7186
|
+
background-color: transparent;
|
7187
|
+
}
|
7061
7188
|
|
7062
7189
|
.p-dropdown-item .p-ink {
|
7063
7190
|
background-color: rgba(103, 58, 183, 0.16);
|
@@ -758,6 +758,15 @@
|
|
758
758
|
.p-cascadeselect.p-invalid.p-component {
|
759
759
|
border-color: #b00020;
|
760
760
|
}
|
761
|
+
.p-cascadeselect.p-variant-filled {
|
762
|
+
background-color: #f5f5f5;
|
763
|
+
}
|
764
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
765
|
+
background-color: #ececec;
|
766
|
+
}
|
767
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
768
|
+
background-color: #dcdcdc;
|
769
|
+
}
|
761
770
|
|
762
771
|
.p-cascadeselect-panel {
|
763
772
|
background: #ffffff;
|
@@ -874,6 +883,18 @@
|
|
874
883
|
background: #3F51B5;
|
875
884
|
color: #ffffff;
|
876
885
|
}
|
886
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
887
|
+
background-color: #f5f5f5;
|
888
|
+
}
|
889
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
890
|
+
background: #3F51B5;
|
891
|
+
}
|
892
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
893
|
+
background-color: #ececec;
|
894
|
+
}
|
895
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
896
|
+
background: #3F51B5;
|
897
|
+
}
|
877
898
|
|
878
899
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
879
900
|
border-color: #b00020;
|
@@ -1013,6 +1034,15 @@
|
|
1013
1034
|
.p-dropdown.p-invalid.p-component {
|
1014
1035
|
border-color: #b00020;
|
1015
1036
|
}
|
1037
|
+
.p-dropdown.p-variant-filled {
|
1038
|
+
background-color: #f5f5f5;
|
1039
|
+
}
|
1040
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1041
|
+
background-color: #ececec;
|
1042
|
+
}
|
1043
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1044
|
+
background-color: #dcdcdc;
|
1045
|
+
}
|
1016
1046
|
|
1017
1047
|
.p-dropdown-panel {
|
1018
1048
|
background: #ffffff;
|
@@ -1196,6 +1226,16 @@
|
|
1196
1226
|
right: 0.75rem;
|
1197
1227
|
}
|
1198
1228
|
|
1229
|
+
.p-inputmask.p-variant-filled {
|
1230
|
+
background-color: #f5f5f5;
|
1231
|
+
}
|
1232
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1233
|
+
background-color: #ececec;
|
1234
|
+
}
|
1235
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1236
|
+
background-color: #dcdcdc;
|
1237
|
+
}
|
1238
|
+
|
1199
1239
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1200
1240
|
border-color: #b00020;
|
1201
1241
|
}
|
@@ -1215,6 +1255,16 @@
|
|
1215
1255
|
right: 3.5rem;
|
1216
1256
|
}
|
1217
1257
|
|
1258
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1259
|
+
background-color: #f5f5f5;
|
1260
|
+
}
|
1261
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1262
|
+
background-color: #ececec;
|
1263
|
+
}
|
1264
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1265
|
+
background-color: #dcdcdc;
|
1266
|
+
}
|
1267
|
+
|
1218
1268
|
.p-inputotp {
|
1219
1269
|
display: flex;
|
1220
1270
|
align-items: center;
|
@@ -1293,6 +1343,15 @@
|
|
1293
1343
|
.p-inputtext.ng-dirty.ng-invalid {
|
1294
1344
|
border-color: #b00020;
|
1295
1345
|
}
|
1346
|
+
.p-inputtext.p-variant-filled {
|
1347
|
+
background-color: #f5f5f5;
|
1348
|
+
}
|
1349
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1350
|
+
background-color: #ececec;
|
1351
|
+
}
|
1352
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1353
|
+
background-color: #dcdcdc;
|
1354
|
+
}
|
1296
1355
|
.p-inputtext.p-inputtext-sm {
|
1297
1356
|
font-size: 0.875rem;
|
1298
1357
|
padding: 0.65625rem 0.65625rem;
|
@@ -1509,8 +1568,17 @@
|
|
1509
1568
|
border-top-right-radius: 4px;
|
1510
1569
|
border-bottom-right-radius: 4px;
|
1511
1570
|
}
|
1571
|
+
.p-multiselect.p-variant-filled {
|
1572
|
+
background: #f5f5f5;
|
1573
|
+
}
|
1574
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1575
|
+
background-color: #ececec;
|
1576
|
+
}
|
1577
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1578
|
+
background-color: #dcdcdc;
|
1579
|
+
}
|
1512
1580
|
|
1513
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1581
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1514
1582
|
padding: 0.375rem 0.75rem;
|
1515
1583
|
}
|
1516
1584
|
|
@@ -1708,6 +1776,18 @@
|
|
1708
1776
|
background: #ffffff;
|
1709
1777
|
color: #3F51B5;
|
1710
1778
|
}
|
1779
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1780
|
+
background-color: #f5f5f5;
|
1781
|
+
}
|
1782
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1783
|
+
background-color: #ececec;
|
1784
|
+
}
|
1785
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1786
|
+
background: #ffffff;
|
1787
|
+
}
|
1788
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1789
|
+
background: #ffffff;
|
1790
|
+
}
|
1711
1791
|
|
1712
1792
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1713
1793
|
border-color: #b00020;
|
@@ -1822,9 +1902,12 @@
|
|
1822
1902
|
margin-left: -10px;
|
1823
1903
|
}
|
1824
1904
|
.p-slider.p-slider-vertical {
|
1905
|
+
height: 100%;
|
1825
1906
|
width: 2px;
|
1826
1907
|
}
|
1827
1908
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1909
|
+
height: 20px;
|
1910
|
+
width: 20px;
|
1828
1911
|
margin-left: -10px;
|
1829
1912
|
margin-bottom: -10px;
|
1830
1913
|
}
|
@@ -1939,6 +2022,15 @@
|
|
1939
2022
|
border-top-right-radius: 4px;
|
1940
2023
|
border-bottom-right-radius: 4px;
|
1941
2024
|
}
|
2025
|
+
.p-treeselect.p-variant-filled {
|
2026
|
+
background-color: #f5f5f5;
|
2027
|
+
}
|
2028
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2029
|
+
background-color: #ececec;
|
2030
|
+
}
|
2031
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2032
|
+
background-color: #dcdcdc;
|
2033
|
+
}
|
1942
2034
|
|
1943
2035
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1944
2036
|
border-color: #b00020;
|
@@ -3491,6 +3583,18 @@
|
|
3491
3583
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3492
3584
|
color: rgba(0, 0, 0, 0.87);
|
3493
3585
|
}
|
3586
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3587
|
+
background-color: #f5f5f5;
|
3588
|
+
}
|
3589
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3590
|
+
background: #3F51B5;
|
3591
|
+
}
|
3592
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3593
|
+
background-color: #ececec;
|
3594
|
+
}
|
3595
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3596
|
+
background: #3F51B5;
|
3597
|
+
}
|
3494
3598
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3495
3599
|
background: rgba(63, 81, 181, 0.12);
|
3496
3600
|
color: #3F51B5;
|
@@ -3688,6 +3792,18 @@
|
|
3688
3792
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3689
3793
|
color: rgba(0, 0, 0, 0.87);
|
3690
3794
|
}
|
3795
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3796
|
+
background-color: #f5f5f5;
|
3797
|
+
}
|
3798
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3799
|
+
background: #3F51B5;
|
3800
|
+
}
|
3801
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3802
|
+
background-color: #ececec;
|
3803
|
+
}
|
3804
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3805
|
+
background: #3F51B5;
|
3806
|
+
}
|
3691
3807
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3692
3808
|
outline: 0.15rem solid transparent;
|
3693
3809
|
outline-offset: -0.15rem;
|
@@ -6937,11 +7053,10 @@
|
|
6937
7053
|
.p-checkbox.p-checkbox-checked:not(.p-checkbox-disabled).p-checkbox-focused {
|
6938
7054
|
box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12);
|
6939
7055
|
}
|
6940
|
-
|
6941
|
-
.p-input-filled .p-checkbox .p-checkbox-box {
|
7056
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
6942
7057
|
background-color: #ffffff;
|
6943
7058
|
}
|
6944
|
-
.p-
|
7059
|
+
.p-checkbox.p-variant-filled .p-checkbox-box:not(.p-disabled):hover {
|
6945
7060
|
background-color: #ffffff;
|
6946
7061
|
}
|
6947
7062
|
|
@@ -7058,6 +7173,18 @@
|
|
7058
7173
|
.p-dropdown:not(.p-disabled).p-focus {
|
7059
7174
|
box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5;
|
7060
7175
|
}
|
7176
|
+
.p-dropdown.p-variant-filled {
|
7177
|
+
background: #f5f5f5;
|
7178
|
+
}
|
7179
|
+
.p-dropdown.p-variant-filled:not(.p-disabled):hover {
|
7180
|
+
background-color: #ececec;
|
7181
|
+
}
|
7182
|
+
.p-dropdown.p-variant-filled:not(.p-disabled).p-focus {
|
7183
|
+
background-color: #dcdcdc;
|
7184
|
+
}
|
7185
|
+
.p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext {
|
7186
|
+
background-color: transparent;
|
7187
|
+
}
|
7061
7188
|
|
7062
7189
|
.p-dropdown-item .p-ink {
|
7063
7190
|
background-color: rgba(63, 81, 181, 0.16);
|
@@ -761,6 +761,15 @@
|
|
761
761
|
.p-cascadeselect.p-invalid.p-component {
|
762
762
|
border-color: #bf616a;
|
763
763
|
}
|
764
|
+
.p-cascadeselect.p-variant-filled {
|
765
|
+
background-color: #eceff4;
|
766
|
+
}
|
767
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
768
|
+
background-color: #eceff4;
|
769
|
+
}
|
770
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
771
|
+
background-color: #ffffff;
|
772
|
+
}
|
764
773
|
|
765
774
|
.p-cascadeselect-panel {
|
766
775
|
background: #ffffff;
|
@@ -877,6 +886,18 @@
|
|
877
886
|
background: #81a1c1;
|
878
887
|
color: #ffffff;
|
879
888
|
}
|
889
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
890
|
+
background-color: #eceff4;
|
891
|
+
}
|
892
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
893
|
+
background: #5e81ac;
|
894
|
+
}
|
895
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
896
|
+
background-color: #eceff4;
|
897
|
+
}
|
898
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
899
|
+
background: #81a1c1;
|
900
|
+
}
|
880
901
|
|
881
902
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
882
903
|
border-color: #bf616a;
|
@@ -1016,6 +1037,15 @@
|
|
1016
1037
|
.p-dropdown.p-invalid.p-component {
|
1017
1038
|
border-color: #bf616a;
|
1018
1039
|
}
|
1040
|
+
.p-dropdown.p-variant-filled {
|
1041
|
+
background-color: #eceff4;
|
1042
|
+
}
|
1043
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1044
|
+
background-color: #eceff4;
|
1045
|
+
}
|
1046
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1047
|
+
background-color: #ffffff;
|
1048
|
+
}
|
1019
1049
|
|
1020
1050
|
.p-dropdown-panel {
|
1021
1051
|
background: #ffffff;
|
@@ -1199,6 +1229,16 @@
|
|
1199
1229
|
right: 0.5rem;
|
1200
1230
|
}
|
1201
1231
|
|
1232
|
+
.p-inputmask.p-variant-filled {
|
1233
|
+
background-color: #eceff4;
|
1234
|
+
}
|
1235
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1236
|
+
background-color: #eceff4;
|
1237
|
+
}
|
1238
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1239
|
+
background-color: #ffffff;
|
1240
|
+
}
|
1241
|
+
|
1202
1242
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1203
1243
|
border-color: #bf616a;
|
1204
1244
|
}
|
@@ -1218,6 +1258,16 @@
|
|
1218
1258
|
right: 2.857rem;
|
1219
1259
|
}
|
1220
1260
|
|
1261
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1262
|
+
background-color: #eceff4;
|
1263
|
+
}
|
1264
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1265
|
+
background-color: #eceff4;
|
1266
|
+
}
|
1267
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1268
|
+
background-color: #ffffff;
|
1269
|
+
}
|
1270
|
+
|
1221
1271
|
.p-inputotp {
|
1222
1272
|
display: flex;
|
1223
1273
|
align-items: center;
|
@@ -1296,6 +1346,15 @@
|
|
1296
1346
|
.p-inputtext.ng-dirty.ng-invalid {
|
1297
1347
|
border-color: #bf616a;
|
1298
1348
|
}
|
1349
|
+
.p-inputtext.p-variant-filled {
|
1350
|
+
background-color: #eceff4;
|
1351
|
+
}
|
1352
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1353
|
+
background-color: #eceff4;
|
1354
|
+
}
|
1355
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1356
|
+
background-color: #ffffff;
|
1357
|
+
}
|
1299
1358
|
.p-inputtext.p-inputtext-sm {
|
1300
1359
|
font-size: 0.875rem;
|
1301
1360
|
padding: 0.4375rem 0.4375rem;
|
@@ -1512,8 +1571,17 @@
|
|
1512
1571
|
border-top-right-radius: 4px;
|
1513
1572
|
border-bottom-right-radius: 4px;
|
1514
1573
|
}
|
1574
|
+
.p-multiselect.p-variant-filled {
|
1575
|
+
background: #eceff4;
|
1576
|
+
}
|
1577
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1578
|
+
background-color: #eceff4;
|
1579
|
+
}
|
1580
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1581
|
+
background-color: #ffffff;
|
1582
|
+
}
|
1515
1583
|
|
1516
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1584
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1517
1585
|
padding: 0.25rem 0.5rem;
|
1518
1586
|
}
|
1519
1587
|
|
@@ -1711,6 +1779,18 @@
|
|
1711
1779
|
background: #81a1c1;
|
1712
1780
|
color: #ffffff;
|
1713
1781
|
}
|
1782
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1783
|
+
background-color: #eceff4;
|
1784
|
+
}
|
1785
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1786
|
+
background-color: #eceff4;
|
1787
|
+
}
|
1788
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1789
|
+
background: #5e81ac;
|
1790
|
+
}
|
1791
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1792
|
+
background: #81a1c1;
|
1793
|
+
}
|
1714
1794
|
|
1715
1795
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1716
1796
|
border-color: #bf616a;
|
@@ -1825,9 +1905,12 @@
|
|
1825
1905
|
margin-left: -0.5715rem;
|
1826
1906
|
}
|
1827
1907
|
.p-slider.p-slider-vertical {
|
1908
|
+
height: 100%;
|
1828
1909
|
width: 0.286rem;
|
1829
1910
|
}
|
1830
1911
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1912
|
+
height: 1.143rem;
|
1913
|
+
width: 1.143rem;
|
1831
1914
|
margin-left: -0.5715rem;
|
1832
1915
|
margin-bottom: -0.5715rem;
|
1833
1916
|
}
|
@@ -1942,6 +2025,15 @@
|
|
1942
2025
|
border-top-right-radius: 4px;
|
1943
2026
|
border-bottom-right-radius: 4px;
|
1944
2027
|
}
|
2028
|
+
.p-treeselect.p-variant-filled {
|
2029
|
+
background-color: #eceff4;
|
2030
|
+
}
|
2031
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2032
|
+
background-color: #eceff4;
|
2033
|
+
}
|
2034
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2035
|
+
background-color: #ffffff;
|
2036
|
+
}
|
1945
2037
|
|
1946
2038
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1947
2039
|
border-color: #bf616a;
|
@@ -3445,6 +3537,18 @@
|
|
3445
3537
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3446
3538
|
color: #4c566a;
|
3447
3539
|
}
|
3540
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3541
|
+
background-color: #eceff4;
|
3542
|
+
}
|
3543
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3544
|
+
background: #5e81ac;
|
3545
|
+
}
|
3546
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3547
|
+
background-color: #eceff4;
|
3548
|
+
}
|
3549
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3550
|
+
background: #81a1c1;
|
3551
|
+
}
|
3448
3552
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3449
3553
|
background: #d8dee9;
|
3450
3554
|
color: #2e3440;
|
@@ -3642,6 +3746,18 @@
|
|
3642
3746
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3643
3747
|
color: #4c566a;
|
3644
3748
|
}
|
3749
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3750
|
+
background-color: #eceff4;
|
3751
|
+
}
|
3752
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3753
|
+
background: #5e81ac;
|
3754
|
+
}
|
3755
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3756
|
+
background-color: #eceff4;
|
3757
|
+
}
|
3758
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3759
|
+
background: #81a1c1;
|
3760
|
+
}
|
3645
3761
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3646
3762
|
outline: 0.15rem solid #c0d0e0;
|
3647
3763
|
outline-offset: -0.15rem;
|