primeng 16.8.0 → 16.9.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/breadcrumb/breadcrumb.interface.d.ts +2 -2
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2022/autocomplete/autocomplete.mjs +4 -3
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +4 -3
- package/esm2022/contextmenu/contextmenu.mjs +8 -4
- package/esm2022/dropdown/dropdown.mjs +12 -7
- package/esm2022/listbox/listbox.interface.mjs +1 -1
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +17 -5
- package/esm2022/orderlist/orderlist.mjs +65 -33
- package/esm2022/picklist/picklist.mjs +316 -53
- package/esm2022/sidebar/sidebar.mjs +5 -14
- package/esm2022/splitter/splitter.mjs +3 -3
- package/esm2022/table/table.mjs +10 -8
- package/esm2022/tabview/tabview.mjs +68 -23
- package/fesm2022/primeng-autocomplete.mjs +3 -2
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +3 -2
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +7 -3
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +11 -6
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +16 -4
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +64 -32
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +315 -52
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +4 -13
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +2 -2
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +9 -7
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +67 -22
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/listbox/listbox.interface.d.ts +1 -1
- package/multiselect/multiselect.d.ts +2 -0
- package/orderlist/orderlist.d.ts +20 -4
- package/package.json +104 -104
- package/picklist/picklist.d.ts +57 -5
- package/resources/components/dropdown/dropdown.css +1 -7
- package/resources/components/table/table.css +3 -3
- package/resources/themes/arya-blue/theme.css +7 -3
- package/resources/themes/arya-green/theme.css +7 -3
- package/resources/themes/arya-orange/theme.css +7 -3
- package/resources/themes/arya-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-light-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-light-purple/theme.css +7 -3
- package/resources/themes/fluent-light/theme.css +7 -3
- package/resources/themes/lara-dark-blue/theme.css +7 -3
- package/resources/themes/lara-dark-indigo/theme.css +7 -3
- package/resources/themes/lara-dark-purple/theme.css +7 -3
- package/resources/themes/lara-dark-teal/theme.css +7 -3
- package/resources/themes/lara-light-blue/theme.css +7 -3
- package/resources/themes/lara-light-indigo/theme.css +7 -3
- package/resources/themes/lara-light-purple/theme.css +7 -3
- package/resources/themes/lara-light-teal/theme.css +7 -3
- package/resources/themes/luna-amber/theme.css +7 -3
- package/resources/themes/luna-blue/theme.css +7 -3
- package/resources/themes/luna-green/theme.css +7 -3
- package/resources/themes/luna-pink/theme.css +7 -3
- package/resources/themes/md-dark-deeppurple/theme.css +7 -3
- package/resources/themes/md-dark-indigo/theme.css +7 -3
- package/resources/themes/md-light-deeppurple/theme.css +7 -3
- package/resources/themes/md-light-indigo/theme.css +7 -3
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-dark-indigo/theme.css +7 -3
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-light-indigo/theme.css +7 -3
- package/resources/themes/mira/theme.css +7 -3
- package/resources/themes/nano/theme.css +7 -3
- package/resources/themes/nova/theme.css +7 -3
- package/resources/themes/nova-accent/theme.css +7 -3
- package/resources/themes/nova-alt/theme.css +7 -3
- package/resources/themes/rhea/theme.css +7 -3
- package/resources/themes/saga-blue/theme.css +7 -3
- package/resources/themes/saga-green/theme.css +7 -3
- package/resources/themes/saga-orange/theme.css +7 -3
- package/resources/themes/saga-purple/theme.css +7 -3
- package/resources/themes/soho-dark/theme.css +7 -3
- package/resources/themes/soho-light/theme.css +7 -3
- package/resources/themes/tailwind-light/theme.css +7 -3
- package/resources/themes/vela-blue/theme.css +7 -3
- package/resources/themes/vela-green/theme.css +7 -3
- package/resources/themes/vela-orange/theme.css +7 -3
- package/resources/themes/vela-purple/theme.css +7 -3
- package/resources/themes/viva-dark/theme.css +7 -3
- package/resources/themes/viva-light/theme.css +7 -3
- package/sidebar/sidebar.d.ts +2 -3
- package/tabview/tabview.d.ts +19 -2
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #495057;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #e9ecef;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #495057;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #e9ecef;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dee2e6;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #495057;
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #dee2e6;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #495057;
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #495057;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #e9ecef;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #495057;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #e9ecef;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dee2e6;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #495057;
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #dee2e6;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #495057;
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: #495057;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #e9ecef;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: #495057;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #e9ecef;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dee2e6;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #495057;
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #dee2e6;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #495057;
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: rgba(255, 255, 255, 0.87);
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: box-shadow 0.2s;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: rgba(255, 255, 255, 0.87);
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: box-shadow 0.2s;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #3e4053;
|
4071
4071
|
background: #282936;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 6px;
|
4074
4077
|
border-bottom-left-radius: 6px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.75rem 1.25rem;
|
4079
4081
|
border: 1px solid #3e4053;
|
4080
4082
|
background: #282936;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 6px;
|
4085
|
+
border-bottom-left-radius: 6px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3258,7 +3258,7 @@
|
|
3258
3258
|
border: 0 none;
|
3259
3259
|
color: #043d75;
|
3260
3260
|
background: transparent;
|
3261
|
-
transition:
|
3261
|
+
transition: box-shadow 0.2s;
|
3262
3262
|
}
|
3263
3263
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3264
3264
|
background: #f6f9fc;
|
@@ -3466,7 +3466,7 @@
|
|
3466
3466
|
border: 0 none;
|
3467
3467
|
color: #043d75;
|
3468
3468
|
background: transparent;
|
3469
|
-
transition:
|
3469
|
+
transition: box-shadow 0.2s;
|
3470
3470
|
}
|
3471
3471
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3472
3472
|
background: #f6f9fc;
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #dfe7ef;
|
4071
4071
|
background: #ffffff;
|
4072
4072
|
color: #043d75;
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 6px;
|
4074
4077
|
border-bottom-left-radius: 6px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.75rem 1.25rem;
|
4079
4081
|
border: 1px solid #dfe7ef;
|
4080
4082
|
background: #ffffff;
|
4081
4083
|
color: #043d75;
|
4084
|
+
border-bottom-right-radius: 6px;
|
4085
|
+
border-bottom-left-radius: 6px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3269,7 +3269,7 @@
|
|
3269
3269
|
border: 0 none;
|
3270
3270
|
color: #3f3f46;
|
3271
3271
|
background: transparent;
|
3272
|
-
transition:
|
3272
|
+
transition: none;
|
3273
3273
|
}
|
3274
3274
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3275
3275
|
background: #f4f4f5;
|
@@ -3477,7 +3477,7 @@
|
|
3477
3477
|
border: 0 none;
|
3478
3478
|
color: #3f3f46;
|
3479
3479
|
background: transparent;
|
3480
|
-
transition:
|
3480
|
+
transition: none;
|
3481
3481
|
}
|
3482
3482
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3483
3483
|
background: #f4f4f5;
|
@@ -4105,15 +4105,19 @@
|
|
4105
4105
|
border: 1px solid #e5e7eb;
|
4106
4106
|
background: #ffffff;
|
4107
4107
|
color: #3f3f46;
|
4108
|
+
border-top: 0 none;
|
4109
|
+
}
|
4110
|
+
.p-panel .p-panel-content:last-child {
|
4108
4111
|
border-bottom-right-radius: 0.375rem;
|
4109
4112
|
border-bottom-left-radius: 0.375rem;
|
4110
|
-
border-top: 0 none;
|
4111
4113
|
}
|
4112
4114
|
.p-panel .p-panel-footer {
|
4113
4115
|
padding: 0.75rem 1.25rem;
|
4114
4116
|
border: 1px solid #e5e7eb;
|
4115
4117
|
background: #ffffff;
|
4116
4118
|
color: #3f3f46;
|
4119
|
+
border-bottom-right-radius: 0.375rem;
|
4120
|
+
border-bottom-left-radius: 0.375rem;
|
4117
4121
|
border-top: 0 none;
|
4118
4122
|
}
|
4119
4123
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #304562;
|
4071
4071
|
background: #1f2d40;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #304562;
|
4080
4082
|
background: #1f2d40;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #304562;
|
4071
4071
|
background: #1f2d40;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #304562;
|
4080
4082
|
background: #1f2d40;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #304562;
|
4071
4071
|
background: #1f2d40;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #304562;
|
4080
4082
|
background: #1f2d40;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #304562;
|
4071
4071
|
background: #1f2d40;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #304562;
|
4080
4082
|
background: #1f2d40;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3266,7 +3266,7 @@
|
|
3266
3266
|
border: 0 none;
|
3267
3267
|
color: rgba(255, 255, 255, 0.87);
|
3268
3268
|
background: transparent;
|
3269
|
-
transition:
|
3269
|
+
transition: box-shadow 0.3s;
|
3270
3270
|
}
|
3271
3271
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3272
3272
|
background: rgba(158, 173, 230, 0.08);
|
@@ -3474,7 +3474,7 @@
|
|
3474
3474
|
border: 0 none;
|
3475
3475
|
color: rgba(255, 255, 255, 0.87);
|
3476
3476
|
background: transparent;
|
3477
|
-
transition:
|
3477
|
+
transition: box-shadow 0.3s;
|
3478
3478
|
}
|
3479
3479
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3480
3480
|
background: rgba(158, 173, 230, 0.08);
|
@@ -4102,15 +4102,19 @@
|
|
4102
4102
|
border: 2px solid #263238;
|
4103
4103
|
background: #161d21;
|
4104
4104
|
color: rgba(255, 255, 255, 0.87);
|
4105
|
+
border-top: 0 none;
|
4106
|
+
}
|
4107
|
+
.p-panel .p-panel-content:last-child {
|
4105
4108
|
border-bottom-right-radius: 6px;
|
4106
4109
|
border-bottom-left-radius: 6px;
|
4107
|
-
border-top: 0 none;
|
4108
4110
|
}
|
4109
4111
|
.p-panel .p-panel-footer {
|
4110
4112
|
padding: 0.5rem 1rem;
|
4111
4113
|
border: 2px solid #263238;
|
4112
4114
|
background: #161d21;
|
4113
4115
|
color: rgba(255, 255, 255, 0.87);
|
4116
|
+
border-bottom-right-radius: 6px;
|
4117
|
+
border-bottom-left-radius: 6px;
|
4114
4118
|
border-top: 0 none;
|
4115
4119
|
}
|
4116
4120
|
.p-panel .p-panel-icons-end {
|
@@ -3267,7 +3267,7 @@
|
|
3267
3267
|
border: 0 none;
|
3268
3268
|
color: #6c6c6c;
|
3269
3269
|
background: transparent;
|
3270
|
-
transition:
|
3270
|
+
transition: box-shadow 0.3s;
|
3271
3271
|
}
|
3272
3272
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3273
3273
|
background: #edf0fA;
|
@@ -3475,7 +3475,7 @@
|
|
3475
3475
|
border: 0 none;
|
3476
3476
|
color: #6c6c6c;
|
3477
3477
|
background: transparent;
|
3478
|
-
transition:
|
3478
|
+
transition: box-shadow 0.3s;
|
3479
3479
|
}
|
3480
3480
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3481
3481
|
background: #edf0fA;
|
@@ -4103,15 +4103,19 @@
|
|
4103
4103
|
border: 2px solid #ebebeb;
|
4104
4104
|
background: #ffffff;
|
4105
4105
|
color: #6c6c6c;
|
4106
|
+
border-top: 0 none;
|
4107
|
+
}
|
4108
|
+
.p-panel .p-panel-content:last-child {
|
4106
4109
|
border-bottom-right-radius: 6px;
|
4107
4110
|
border-bottom-left-radius: 6px;
|
4108
|
-
border-top: 0 none;
|
4109
4111
|
}
|
4110
4112
|
.p-panel .p-panel-footer {
|
4111
4113
|
padding: 0.5rem 1rem;
|
4112
4114
|
border: 2px solid #ebebeb;
|
4113
4115
|
background: #ffffff;
|
4114
4116
|
color: #6c6c6c;
|
4117
|
+
border-bottom-right-radius: 6px;
|
4118
|
+
border-bottom-left-radius: 6px;
|
4115
4119
|
border-top: 0 none;
|
4116
4120
|
}
|
4117
4121
|
.p-panel .p-panel-icons-end {
|
package/sidebar/sidebar.d.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter,
|
1
|
+
import { AfterContentInit, AfterViewInit, ChangeDetectorRef, ElementRef, EventEmitter, OnDestroy, QueryList, Renderer2, TemplateRef } from '@angular/core';
|
2
2
|
import { PrimeNGConfig, PrimeTemplate } from 'primeng/api';
|
3
3
|
import { Nullable, VoidListener } from 'primeng/ts-helpers';
|
4
4
|
import * as i0 from "@angular/core";
|
@@ -10,7 +10,7 @@ import * as i4 from "primeng/icons/times";
|
|
10
10
|
* Sidebar is a panel component displayed as an overlay at the edges of the screen.
|
11
11
|
* @group Components
|
12
12
|
*/
|
13
|
-
export declare class Sidebar implements AfterViewInit, AfterContentInit, OnDestroy
|
13
|
+
export declare class Sidebar implements AfterViewInit, AfterContentInit, OnDestroy {
|
14
14
|
private document;
|
15
15
|
el: ElementRef;
|
16
16
|
renderer: Renderer2;
|
@@ -129,7 +129,6 @@ export declare class Sidebar implements AfterViewInit, AfterContentInit, OnDestr
|
|
129
129
|
closeIconTemplate: Nullable<TemplateRef<any>>;
|
130
130
|
constructor(document: Document, el: ElementRef, renderer: Renderer2, cd: ChangeDetectorRef, config: PrimeNGConfig);
|
131
131
|
ngAfterViewInit(): void;
|
132
|
-
ngOnChanges(changes: SimpleChanges): void;
|
133
132
|
ngAfterContentInit(): void;
|
134
133
|
onKeyDown(event: KeyboardEvent): void;
|
135
134
|
show(): void;
|
package/tabview/tabview.d.ts
CHANGED
@@ -168,6 +168,21 @@ export declare class TabView implements AfterContentInit, AfterViewChecked, OnDe
|
|
168
168
|
* @group Props
|
169
169
|
*/
|
170
170
|
selectOnFocus: boolean;
|
171
|
+
/**
|
172
|
+
* Used to define a string aria label attribute the forward navigation button.
|
173
|
+
* @group Props
|
174
|
+
*/
|
175
|
+
nextButtonAriaLabel: string | undefined;
|
176
|
+
/**
|
177
|
+
* Used to define a string aria label attribute the backward navigation button.
|
178
|
+
* @group Props
|
179
|
+
*/
|
180
|
+
prevButtonAriaLabel: string | undefined;
|
181
|
+
/**
|
182
|
+
* When activated, navigation buttons will automatically hide or show based on the available space within the container.
|
183
|
+
* @group Props
|
184
|
+
*/
|
185
|
+
autoHideButtons: boolean;
|
171
186
|
/**
|
172
187
|
* Index of the element in tabbing order.
|
173
188
|
* @group Props
|
@@ -209,7 +224,9 @@ export declare class TabView implements AfterContentInit, AfterViewChecked, OnDe
|
|
209
224
|
nextIconTemplate: TemplateRef<any> | undefined;
|
210
225
|
previousIconTemplate: TemplateRef<any> | undefined;
|
211
226
|
resizeObserver: Nullable<ResizeObserver>;
|
212
|
-
|
227
|
+
container: HTMLDivElement | undefined;
|
228
|
+
list: HTMLUListElement | undefined;
|
229
|
+
buttonVisible: boolean;
|
213
230
|
elementToObserve: ElementRef;
|
214
231
|
constructor(platformId: any, el: ElementRef, cd: ChangeDetectorRef, renderer: Renderer2);
|
215
232
|
ngAfterContentInit(): void;
|
@@ -245,7 +262,7 @@ export declare class TabView implements AfterContentInit, AfterViewChecked, OnDe
|
|
245
262
|
navBackward(): void;
|
246
263
|
navForward(): void;
|
247
264
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabView, never>;
|
248
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TabView, "p-tabView", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "controlClose": { "alias": "controlClose"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "onChange": "onChange"; "onClose": "onClose"; "activeIndexChange": "activeIndexChange"; }, ["tabPanels", "templates"], ["*"], false, never>;
|
265
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TabView, "p-tabView", never, { "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "controlClose": { "alias": "controlClose"; "required": false; }; "scrollable": { "alias": "scrollable"; "required": false; }; "activeIndex": { "alias": "activeIndex"; "required": false; }; "selectOnFocus": { "alias": "selectOnFocus"; "required": false; }; "nextButtonAriaLabel": { "alias": "nextButtonAriaLabel"; "required": false; }; "prevButtonAriaLabel": { "alias": "prevButtonAriaLabel"; "required": false; }; "autoHideButtons": { "alias": "autoHideButtons"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; }, { "onChange": "onChange"; "onClose": "onClose"; "activeIndexChange": "activeIndexChange"; }, ["tabPanels", "templates"], ["*"], false, never>;
|
249
266
|
}
|
250
267
|
export declare class TabViewModule {
|
251
268
|
static ɵfac: i0.ɵɵFactoryDeclaration<TabViewModule, never>;
|