primeng 17.15.0 → 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 +11 -2
- package/breadcrumb/breadcrumb.interface.d.ts +11 -0
- package/calendar/calendar.d.ts +13 -2
- package/cascadeselect/cascadeselect.d.ts +19 -1
- package/cascadeselect/cascadeselect.interface.d.ts +4 -0
- package/checkbox/checkbox.d.ts +9 -3
- package/chips/chips.d.ts +9 -2
- package/dropdown/dropdown.d.ts +31 -3
- 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 +20 -9
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/breadcrumb/breadcrumb.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +65 -9
- package/esm2022/cascadeselect/cascadeselect.interface.mjs +1 -1
- package/esm2022/cascadeselect/cascadeselect.mjs +61 -12
- package/esm2022/checkbox/checkbox.mjs +32 -10
- package/esm2022/chips/chips.mjs +20 -10
- package/esm2022/dropdown/dropdown.mjs +105 -26
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/fileupload/fileupload.mjs +123 -105
- 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/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 -3
- package/esm2022/multiselect/multiselect.mjs +83 -30
- package/esm2022/organizationchart/organizationchart.mjs +43 -27
- 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/splitbutton/splitbutton.mjs +13 -13
- package/esm2022/table/table.mjs +3 -3
- package/esm2022/tieredmenu/tieredmenu.mjs +19 -12
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tree/tree.mjs +53 -13
- package/esm2022/treeselect/treeselect.mjs +12 -4
- package/esm2022/treetable/treetable.mjs +8 -6
- package/esm2022/tristatecheckbox/tristatecheckbox.mjs +20 -10
- package/fesm2022/primeng-api.mjs +2 -2
- package/fesm2022/primeng-api.mjs.map +1 -1
- package/fesm2022/primeng-autocomplete.mjs +19 -8
- package/fesm2022/primeng-autocomplete.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-cascadeselect.mjs +60 -11
- package/fesm2022/primeng-cascadeselect.mjs.map +1 -1
- package/fesm2022/primeng-checkbox.mjs +31 -9
- 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-dropdown.mjs +104 -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-fileupload.mjs +122 -104
- 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-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 -2
- package/fesm2022/primeng-menubar.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +82 -29
- 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-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-splitbutton.mjs +12 -12
- package/fesm2022/primeng-splitbutton.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +2 -2
- 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 +52 -12
- package/fesm2022/primeng-tree.mjs.map +1 -1
- package/fesm2022/primeng-treeselect.mjs +11 -3
- 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 +2 -0
- 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/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 +21 -1
- package/organizationchart/organizationchart.d.ts +10 -2
- package/package.json +202 -196
- 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/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/tieredmenu/tieredmenu.d.ts +4 -3
- package/tree/tree.d.ts +9 -2
- package/treeselect/treeselect.d.ts +7 -1
- 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: #a241b2;
|
852
861
|
color: #ffffff;
|
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: #BA68C8;
|
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: #a241b2;
|
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: #a241b2;
|
1686
1754
|
color: #ffffff;
|
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: #BA68C8;
|
1764
|
+
}
|
1765
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1766
|
+
background: #a241b2;
|
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: #BA68C8;
|
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: #a241b2;
|
3525
|
+
}
|
3422
3526
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3423
3527
|
background: rgba(186, 104, 200, 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: #BA68C8;
|
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: #a241b2;
|
3734
|
+
}
|
3619
3735
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3620
3736
|
outline: 0.15rem solid #cf95d9;
|
3621
3737
|
outline-offset: -0.15rem;
|
@@ -765,6 +765,15 @@
|
|
765
765
|
.p-cascadeselect.p-invalid.p-component {
|
766
766
|
border-color: #f78c79;
|
767
767
|
}
|
768
|
+
.p-cascadeselect.p-variant-filled {
|
769
|
+
background-color: #263238;
|
770
|
+
}
|
771
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
772
|
+
background-color: #263238;
|
773
|
+
}
|
774
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
775
|
+
background-color: #263238;
|
776
|
+
}
|
768
777
|
|
769
778
|
.p-cascadeselect-panel {
|
770
779
|
background: #161d21;
|
@@ -881,6 +890,18 @@
|
|
881
890
|
background: #7f93de;
|
882
891
|
color: #121212;
|
883
892
|
}
|
893
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
894
|
+
background-color: #263238;
|
895
|
+
}
|
896
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
897
|
+
background: #9eade6;
|
898
|
+
}
|
899
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
900
|
+
background-color: #263238;
|
901
|
+
}
|
902
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
903
|
+
background: #7f93de;
|
904
|
+
}
|
884
905
|
|
885
906
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
886
907
|
border-color: #f78c79;
|
@@ -1020,6 +1041,15 @@
|
|
1020
1041
|
.p-dropdown.p-invalid.p-component {
|
1021
1042
|
border-color: #f78c79;
|
1022
1043
|
}
|
1044
|
+
.p-dropdown.p-variant-filled {
|
1045
|
+
background-color: #263238;
|
1046
|
+
}
|
1047
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1048
|
+
background-color: #263238;
|
1049
|
+
}
|
1050
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1051
|
+
background-color: #263238;
|
1052
|
+
}
|
1023
1053
|
|
1024
1054
|
.p-dropdown-panel {
|
1025
1055
|
background: #161d21;
|
@@ -1203,6 +1233,16 @@
|
|
1203
1233
|
right: 0.75rem;
|
1204
1234
|
}
|
1205
1235
|
|
1236
|
+
.p-inputmask.p-variant-filled {
|
1237
|
+
background-color: #263238;
|
1238
|
+
}
|
1239
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1240
|
+
background-color: #263238;
|
1241
|
+
}
|
1242
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1243
|
+
background-color: #263238;
|
1244
|
+
}
|
1245
|
+
|
1206
1246
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1207
1247
|
border-color: #f78c79;
|
1208
1248
|
}
|
@@ -1222,6 +1262,16 @@
|
|
1222
1262
|
right: 3.607rem;
|
1223
1263
|
}
|
1224
1264
|
|
1265
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1266
|
+
background-color: #263238;
|
1267
|
+
}
|
1268
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1269
|
+
background-color: #263238;
|
1270
|
+
}
|
1271
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1272
|
+
background-color: #263238;
|
1273
|
+
}
|
1274
|
+
|
1225
1275
|
.p-inputotp {
|
1226
1276
|
display: flex;
|
1227
1277
|
align-items: center;
|
@@ -1300,6 +1350,15 @@
|
|
1300
1350
|
.p-inputtext.ng-dirty.ng-invalid {
|
1301
1351
|
border-color: #f78c79;
|
1302
1352
|
}
|
1353
|
+
.p-inputtext.p-variant-filled {
|
1354
|
+
background-color: #263238;
|
1355
|
+
}
|
1356
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1357
|
+
background-color: #263238;
|
1358
|
+
}
|
1359
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1360
|
+
background-color: #263238;
|
1361
|
+
}
|
1303
1362
|
.p-inputtext.p-inputtext-sm {
|
1304
1363
|
font-size: 0.875rem;
|
1305
1364
|
padding: 0.4375rem 0.65625rem;
|
@@ -1516,8 +1575,17 @@
|
|
1516
1575
|
border-top-right-radius: 6px;
|
1517
1576
|
border-bottom-right-radius: 6px;
|
1518
1577
|
}
|
1578
|
+
.p-multiselect.p-variant-filled {
|
1579
|
+
background: #263238;
|
1580
|
+
}
|
1581
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1582
|
+
background-color: #263238;
|
1583
|
+
}
|
1584
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1585
|
+
background-color: #263238;
|
1586
|
+
}
|
1519
1587
|
|
1520
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1588
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1521
1589
|
padding: 0.25rem 0.75rem;
|
1522
1590
|
}
|
1523
1591
|
|
@@ -1715,6 +1783,18 @@
|
|
1715
1783
|
background: #7f93de;
|
1716
1784
|
color: #121212;
|
1717
1785
|
}
|
1786
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1787
|
+
background-color: #263238;
|
1788
|
+
}
|
1789
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1790
|
+
background-color: #263238;
|
1791
|
+
}
|
1792
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1793
|
+
background: #9eade6;
|
1794
|
+
}
|
1795
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1796
|
+
background: #7f93de;
|
1797
|
+
}
|
1718
1798
|
|
1719
1799
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1720
1800
|
border-color: #f78c79;
|
@@ -1829,9 +1909,12 @@
|
|
1829
1909
|
margin-left: -0.5715rem;
|
1830
1910
|
}
|
1831
1911
|
.p-slider.p-slider-vertical {
|
1912
|
+
height: 100%;
|
1832
1913
|
width: 0.286rem;
|
1833
1914
|
}
|
1834
1915
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1916
|
+
height: 1.143rem;
|
1917
|
+
width: 1.143rem;
|
1835
1918
|
margin-left: -0.5715rem;
|
1836
1919
|
margin-bottom: -0.5715rem;
|
1837
1920
|
}
|
@@ -1946,6 +2029,15 @@
|
|
1946
2029
|
border-top-right-radius: 6px;
|
1947
2030
|
border-bottom-right-radius: 6px;
|
1948
2031
|
}
|
2032
|
+
.p-treeselect.p-variant-filled {
|
2033
|
+
background-color: #263238;
|
2034
|
+
}
|
2035
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2036
|
+
background-color: #263238;
|
2037
|
+
}
|
2038
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2039
|
+
background-color: #263238;
|
2040
|
+
}
|
1949
2041
|
|
1950
2042
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1951
2043
|
border-color: #f78c79;
|
@@ -3449,6 +3541,18 @@
|
|
3449
3541
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3450
3542
|
color: rgba(255, 255, 255, 0.87);
|
3451
3543
|
}
|
3544
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3545
|
+
background-color: #263238;
|
3546
|
+
}
|
3547
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3548
|
+
background: #9eade6;
|
3549
|
+
}
|
3550
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3551
|
+
background-color: #263238;
|
3552
|
+
}
|
3553
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3554
|
+
background: #7f93de;
|
3555
|
+
}
|
3452
3556
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3453
3557
|
background: rgba(158, 173, 230, 0.16);
|
3454
3558
|
color: #9eade6;
|
@@ -3646,6 +3750,18 @@
|
|
3646
3750
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3647
3751
|
color: rgba(255, 255, 255, 0.87);
|
3648
3752
|
}
|
3753
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3754
|
+
background-color: #263238;
|
3755
|
+
}
|
3756
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3757
|
+
background: #9eade6;
|
3758
|
+
}
|
3759
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3760
|
+
background-color: #263238;
|
3761
|
+
}
|
3762
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3763
|
+
background: #7f93de;
|
3764
|
+
}
|
3649
3765
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3650
3766
|
outline: 0.15rem solid #9eade6;
|
3651
3767
|
outline-offset: -0.15rem;
|
@@ -766,6 +766,15 @@
|
|
766
766
|
.p-cascadeselect.p-invalid.p-component {
|
767
767
|
border-color: #f88c79;
|
768
768
|
}
|
769
|
+
.p-cascadeselect.p-variant-filled {
|
770
|
+
background-color: #f2f2f2;
|
771
|
+
}
|
772
|
+
.p-cascadeselect.p-variant-filled:enabled:hover {
|
773
|
+
background-color: #f2f2f2;
|
774
|
+
}
|
775
|
+
.p-cascadeselect.p-variant-filled:enabled:focus {
|
776
|
+
background-color: #f2f2f2;
|
777
|
+
}
|
769
778
|
|
770
779
|
.p-cascadeselect-panel {
|
771
780
|
background: #ffffff;
|
@@ -882,6 +891,18 @@
|
|
882
891
|
background: #3c5ece;
|
883
892
|
color: #ffffff;
|
884
893
|
}
|
894
|
+
.p-checkbox.p-variant-filled .p-checkbox-box {
|
895
|
+
background-color: #f2f2f2;
|
896
|
+
}
|
897
|
+
.p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
898
|
+
background: #5472d4;
|
899
|
+
}
|
900
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box:hover {
|
901
|
+
background-color: #f2f2f2;
|
902
|
+
}
|
903
|
+
.p-checkbox.p-variant-filled:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover {
|
904
|
+
background: #3c5ece;
|
905
|
+
}
|
885
906
|
|
886
907
|
p-checkbox.ng-dirty.ng-invalid > .p-checkbox > .p-checkbox-box {
|
887
908
|
border-color: #f88c79;
|
@@ -1021,6 +1042,15 @@
|
|
1021
1042
|
.p-dropdown.p-invalid.p-component {
|
1022
1043
|
border-color: #f88c79;
|
1023
1044
|
}
|
1045
|
+
.p-dropdown.p-variant-filled {
|
1046
|
+
background-color: #f2f2f2;
|
1047
|
+
}
|
1048
|
+
.p-dropdown.p-variant-filled:enabled:hover {
|
1049
|
+
background-color: #f2f2f2;
|
1050
|
+
}
|
1051
|
+
.p-dropdown.p-variant-filled:enabled:focus {
|
1052
|
+
background-color: #f2f2f2;
|
1053
|
+
}
|
1024
1054
|
|
1025
1055
|
.p-dropdown-panel {
|
1026
1056
|
background: #ffffff;
|
@@ -1204,6 +1234,16 @@
|
|
1204
1234
|
right: 0.75rem;
|
1205
1235
|
}
|
1206
1236
|
|
1237
|
+
.p-inputmask.p-variant-filled {
|
1238
|
+
background-color: #f2f2f2;
|
1239
|
+
}
|
1240
|
+
.p-inputmask.p-variant-filled:enabled:hover {
|
1241
|
+
background-color: #f2f2f2;
|
1242
|
+
}
|
1243
|
+
.p-inputmask.p-variant-filled:enabled:focus {
|
1244
|
+
background-color: #f2f2f2;
|
1245
|
+
}
|
1246
|
+
|
1207
1247
|
p-inputnumber.ng-dirty.ng-invalid > .p-inputnumber > .p-inputtext {
|
1208
1248
|
border-color: #f88c79;
|
1209
1249
|
}
|
@@ -1223,6 +1263,16 @@
|
|
1223
1263
|
right: 3.607rem;
|
1224
1264
|
}
|
1225
1265
|
|
1266
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input {
|
1267
|
+
background-color: #f2f2f2;
|
1268
|
+
}
|
1269
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:hover {
|
1270
|
+
background-color: #f2f2f2;
|
1271
|
+
}
|
1272
|
+
p-inputnumber.p-inputnumber.p-variant-filled > .p-inputnumber-input:enabled:focus {
|
1273
|
+
background-color: #f2f2f2;
|
1274
|
+
}
|
1275
|
+
|
1226
1276
|
.p-inputotp {
|
1227
1277
|
display: flex;
|
1228
1278
|
align-items: center;
|
@@ -1301,6 +1351,15 @@
|
|
1301
1351
|
.p-inputtext.ng-dirty.ng-invalid {
|
1302
1352
|
border-color: #f88c79;
|
1303
1353
|
}
|
1354
|
+
.p-inputtext.p-variant-filled {
|
1355
|
+
background-color: #f2f2f2;
|
1356
|
+
}
|
1357
|
+
.p-inputtext.p-variant-filled:enabled:hover {
|
1358
|
+
background-color: #f2f2f2;
|
1359
|
+
}
|
1360
|
+
.p-inputtext.p-variant-filled:enabled:focus {
|
1361
|
+
background-color: #f2f2f2;
|
1362
|
+
}
|
1304
1363
|
.p-inputtext.p-inputtext-sm {
|
1305
1364
|
font-size: 0.875rem;
|
1306
1365
|
padding: 0.4375rem 0.65625rem;
|
@@ -1517,8 +1576,17 @@
|
|
1517
1576
|
border-top-right-radius: 6px;
|
1518
1577
|
border-bottom-right-radius: 6px;
|
1519
1578
|
}
|
1579
|
+
.p-multiselect.p-variant-filled {
|
1580
|
+
background: #f2f2f2;
|
1581
|
+
}
|
1582
|
+
.p-multiselect.p-variant-filled:not(.p-disabled):hover {
|
1583
|
+
background-color: #f2f2f2;
|
1584
|
+
}
|
1585
|
+
.p-multiselect.p-variant-filled:not(.p-disabled).p-focus {
|
1586
|
+
background-color: #f2f2f2;
|
1587
|
+
}
|
1520
1588
|
|
1521
|
-
.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1589
|
+
.p-inputwrapper-filled .p-multiselect.p-multiselect-chip .p-multiselect-label {
|
1522
1590
|
padding: 0.25rem 0.75rem;
|
1523
1591
|
}
|
1524
1592
|
|
@@ -1716,6 +1784,18 @@
|
|
1716
1784
|
background: #3c5ece;
|
1717
1785
|
color: #ffffff;
|
1718
1786
|
}
|
1787
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box {
|
1788
|
+
background-color: #f2f2f2;
|
1789
|
+
}
|
1790
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box:not(.p-disabled):hover {
|
1791
|
+
background-color: #f2f2f2;
|
1792
|
+
}
|
1793
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight {
|
1794
|
+
background: #5472d4;
|
1795
|
+
}
|
1796
|
+
.p-radiobutton.p-variant-filled .p-radiobutton-box.p-highlight:not(.p-disabled):hover {
|
1797
|
+
background: #3c5ece;
|
1798
|
+
}
|
1719
1799
|
|
1720
1800
|
p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
1721
1801
|
border-color: #f88c79;
|
@@ -1830,9 +1910,12 @@
|
|
1830
1910
|
margin-left: -0.5715rem;
|
1831
1911
|
}
|
1832
1912
|
.p-slider.p-slider-vertical {
|
1913
|
+
height: 100%;
|
1833
1914
|
width: 0.286rem;
|
1834
1915
|
}
|
1835
1916
|
.p-slider.p-slider-vertical .p-slider-handle {
|
1917
|
+
height: 1.143rem;
|
1918
|
+
width: 1.143rem;
|
1836
1919
|
margin-left: -0.5715rem;
|
1837
1920
|
margin-bottom: -0.5715rem;
|
1838
1921
|
}
|
@@ -1947,6 +2030,15 @@
|
|
1947
2030
|
border-top-right-radius: 6px;
|
1948
2031
|
border-bottom-right-radius: 6px;
|
1949
2032
|
}
|
2033
|
+
.p-treeselect.p-variant-filled {
|
2034
|
+
background-color: #f2f2f2;
|
2035
|
+
}
|
2036
|
+
.p-treeselect.p-variant-filled:enabled:hover {
|
2037
|
+
background-color: #f2f2f2;
|
2038
|
+
}
|
2039
|
+
.p-treeselect.p-variant-filled:enabled:focus {
|
2040
|
+
background-color: #f2f2f2;
|
2041
|
+
}
|
1950
2042
|
|
1951
2043
|
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1952
2044
|
border-color: #f88c79;
|
@@ -3450,6 +3542,18 @@
|
|
3450
3542
|
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3451
3543
|
color: #6c6c6c;
|
3452
3544
|
}
|
3545
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box {
|
3546
|
+
background-color: #f2f2f2;
|
3547
|
+
}
|
3548
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3549
|
+
background: #5472d4;
|
3550
|
+
}
|
3551
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3552
|
+
background-color: #f2f2f2;
|
3553
|
+
}
|
3554
|
+
.p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3555
|
+
background: #3c5ece;
|
3556
|
+
}
|
3453
3557
|
.p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight {
|
3454
3558
|
background: #ced6f1;
|
3455
3559
|
color: #585858;
|
@@ -3647,6 +3751,18 @@
|
|
3647
3751
|
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox .p-indeterminate .p-checkbox-icon {
|
3648
3752
|
color: #6c6c6c;
|
3649
3753
|
}
|
3754
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box {
|
3755
|
+
background-color: #f2f2f2;
|
3756
|
+
}
|
3757
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled .p-checkbox-box.p-highlight {
|
3758
|
+
background: #5472d4;
|
3759
|
+
}
|
3760
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box:hover {
|
3761
|
+
background-color: #f2f2f2;
|
3762
|
+
}
|
3763
|
+
.p-treetable .p-treetable-tbody > tr > td p-treetablecheckbox .p-checkbox.p-variant-filled:not(.p-disabled) .p-checkbox-box.p-highlight:hover {
|
3764
|
+
background: #3c5ece;
|
3765
|
+
}
|
3650
3766
|
.p-treetable .p-treetable-tbody > tr:focus-visible {
|
3651
3767
|
outline: 0.15rem solid #bbc7ee;
|
3652
3768
|
outline-offset: -0.15rem;
|
@@ -10,7 +10,7 @@ import * as i3 from "primeng/ripple";
|
|
10
10
|
import * as i4 from "primeng/tooltip";
|
11
11
|
import * as i5 from "primeng/icons/angleright";
|
12
12
|
import * as i6 from "primeng/api";
|
13
|
-
export declare class TieredMenuSub {
|
13
|
+
export declare class TieredMenuSub implements AfterContentInit {
|
14
14
|
el: ElementRef;
|
15
15
|
renderer: Renderer2;
|
16
16
|
tieredMenu: TieredMenu;
|
@@ -26,7 +26,7 @@ export declare class TieredMenuSub {
|
|
26
26
|
ariaLabelledBy: string | undefined;
|
27
27
|
level: number;
|
28
28
|
focusedItemId: string | undefined;
|
29
|
-
activeItemPath: any[]
|
29
|
+
activeItemPath: import("@angular/core").InputSignal<any[]>;
|
30
30
|
tabindex: number;
|
31
31
|
itemClick: EventEmitter<any>;
|
32
32
|
itemMouseEnter: EventEmitter<any>;
|
@@ -35,6 +35,7 @@ export declare class TieredMenuSub {
|
|
35
35
|
menuKeydown: EventEmitter<any>;
|
36
36
|
sublistViewChild: ElementRef;
|
37
37
|
constructor(el: ElementRef, renderer: Renderer2, tieredMenu: TieredMenu);
|
38
|
+
ngAfterContentInit(): void;
|
38
39
|
positionSubmenu(): void;
|
39
40
|
getItemProp(processedItem: any, name: string, params?: any | null): any;
|
40
41
|
getItemId(processedItem: any): string;
|
@@ -52,7 +53,7 @@ export declare class TieredMenuSub {
|
|
52
53
|
onItemMouseEnter(param: any): void;
|
53
54
|
onItemClick(event: any, processedItem: any): void;
|
54
55
|
static ɵfac: i0.ɵɵFactoryDeclaration<TieredMenuSub, never>;
|
55
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TieredMenuSub, "p-tieredMenuSub", never, { "items": { "alias": "items"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "root": { "alias": "root"; "required": false; }; "autoDisplay": { "alias": "autoDisplay"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "level": { "alias": "level"; "required": false; }; "focusedItemId": { "alias": "focusedItemId"; "required": false; }; "activeItemPath": { "alias": "activeItemPath"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "itemClick": "itemClick"; "itemMouseEnter": "itemMouseEnter"; "menuFocus": "menuFocus"; "menuBlur": "menuBlur"; "menuKeydown": "menuKeydown"; }, never, never, false, never>;
|
56
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TieredMenuSub, "p-tieredMenuSub", never, { "items": { "alias": "items"; "required": false; }; "itemTemplate": { "alias": "itemTemplate"; "required": false; }; "root": { "alias": "root"; "required": false; }; "autoDisplay": { "alias": "autoDisplay"; "required": false; }; "autoZIndex": { "alias": "autoZIndex"; "required": false; }; "baseZIndex": { "alias": "baseZIndex"; "required": false; }; "popup": { "alias": "popup"; "required": false; }; "menuId": { "alias": "menuId"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; "ariaLabelledBy": { "alias": "ariaLabelledBy"; "required": false; }; "level": { "alias": "level"; "required": false; }; "focusedItemId": { "alias": "focusedItemId"; "required": false; }; "activeItemPath": { "alias": "activeItemPath"; "required": false; "isSignal": true; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "itemClick": "itemClick"; "itemMouseEnter": "itemMouseEnter"; "menuFocus": "menuFocus"; "menuBlur": "menuBlur"; "menuKeydown": "menuKeydown"; }, never, never, false, never>;
|
56
57
|
static ngAcceptInputType_root: unknown;
|
57
58
|
static ngAcceptInputType_autoDisplay: unknown;
|
58
59
|
static ngAcceptInputType_autoZIndex: unknown;
|