primereact 9.1.1 → 9.2.1
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/api.cjs.js +16 -0
- package/api/api.cjs.min.js +1 -1
- package/api/api.d.ts +2 -2
- package/api/api.esm.js +16 -0
- package/api/api.esm.min.js +1 -1
- package/api/api.js +16 -0
- package/api/api.min.js +1 -1
- package/autocomplete/autocomplete.cjs.js +1 -0
- package/autocomplete/autocomplete.cjs.min.js +1 -1
- package/autocomplete/autocomplete.esm.js +1 -0
- package/autocomplete/autocomplete.esm.min.js +1 -1
- package/autocomplete/autocomplete.js +1 -0
- package/autocomplete/autocomplete.min.js +1 -1
- package/avatar/avatar.cjs.js +2 -2
- package/avatar/avatar.cjs.min.js +1 -1
- package/avatar/avatar.esm.js +2 -2
- package/avatar/avatar.esm.min.js +1 -1
- package/avatar/avatar.js +2 -2
- package/avatar/avatar.min.js +1 -1
- package/button/button.cjs.js +6 -1
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +2 -2
- package/button/button.esm.js +6 -1
- package/button/button.esm.min.js +1 -1
- package/button/button.js +6 -1
- package/button/button.min.js +1 -1
- package/calendar/calendar.cjs.js +2 -2
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +2 -2
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +2 -2
- package/calendar/calendar.min.js +1 -1
- package/confirmdialog/confirmdialog.cjs.min.js +1 -1
- package/confirmdialog/confirmdialog.esm.min.js +1 -1
- package/confirmdialog/confirmdialog.min.js +1 -1
- package/confirmpopup/confirmpopup.cjs.min.js +1 -1
- package/confirmpopup/confirmpopup.esm.min.js +1 -1
- package/confirmpopup/confirmpopup.min.js +1 -1
- package/contextmenu/contextmenu.cjs.js +61 -18
- package/contextmenu/contextmenu.cjs.min.js +1 -1
- package/contextmenu/contextmenu.d.ts +9 -0
- package/contextmenu/contextmenu.esm.js +63 -20
- package/contextmenu/contextmenu.esm.min.js +1 -1
- package/contextmenu/contextmenu.js +61 -18
- package/contextmenu/contextmenu.min.js +1 -1
- package/core/core.js +254 -129
- package/core/core.min.js +9 -9
- package/datatable/datatable.cjs.js +90 -82
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +2 -11
- package/datatable/datatable.esm.js +91 -83
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +90 -82
- package/datatable/datatable.min.css +1 -1
- package/datatable/datatable.min.js +1 -1
- package/dataview/dataview.d.ts +1 -1
- package/dropdown/dropdown.cjs.js +1 -0
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -0
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -0
- package/dropdown/dropdown.min.js +1 -1
- package/hooks/hooks.cjs.js +34 -2
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.d.ts +17 -3
- package/hooks/hooks.esm.js +34 -3
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +34 -2
- package/hooks/hooks.min.js +1 -1
- package/inputnumber/inputnumber.cjs.min.js +1 -1
- package/inputnumber/inputnumber.esm.min.js +1 -1
- package/inputnumber/inputnumber.min.js +1 -1
- package/inputtext/inputtext.min.css +1 -1
- package/listbox/listbox.cjs.js +5 -4
- package/listbox/listbox.cjs.min.js +1 -1
- package/listbox/listbox.esm.js +5 -4
- package/listbox/listbox.esm.min.js +1 -1
- package/listbox/listbox.js +5 -4
- package/listbox/listbox.min.js +1 -1
- package/megamenu/megamenu.cjs.js +94 -6
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.d.ts +9 -0
- package/megamenu/megamenu.esm.js +96 -8
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +94 -6
- package/megamenu/megamenu.min.css +1 -1
- package/megamenu/megamenu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +3 -1
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.d.ts +27 -1
- package/multiselect/multiselect.esm.js +3 -1
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +3 -1
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/paginator/paginator.cjs.js +0 -8
- package/paginator/paginator.cjs.min.js +1 -1
- package/paginator/paginator.esm.js +0 -8
- package/paginator/paginator.esm.min.js +1 -1
- package/paginator/paginator.js +0 -8
- package/paginator/paginator.min.js +1 -1
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +609 -265
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +609 -266
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +609 -265
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +638 -688
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +134 -6
- package/resources/themes/arya-green/theme.css +134 -6
- package/resources/themes/arya-orange/theme.css +134 -6
- package/resources/themes/arya-purple/theme.css +134 -6
- package/resources/themes/bootstrap4-dark-blue/theme.css +137 -8
- package/resources/themes/bootstrap4-dark-purple/theme.css +137 -8
- package/resources/themes/bootstrap4-light-blue/theme.css +137 -8
- package/resources/themes/bootstrap4-light-purple/theme.css +137 -8
- package/resources/themes/fluent-light/theme.css +133 -4
- package/resources/themes/lara-dark-blue/theme.css +135 -6
- package/resources/themes/lara-dark-indigo/theme.css +135 -6
- package/resources/themes/lara-dark-purple/theme.css +135 -6
- package/resources/themes/lara-dark-teal/theme.css +135 -6
- package/resources/themes/lara-light-blue/theme.css +137 -8
- package/resources/themes/lara-light-indigo/theme.css +137 -8
- package/resources/themes/lara-light-purple/theme.css +137 -8
- package/resources/themes/lara-light-teal/theme.css +137 -8
- package/resources/themes/luna-amber/theme.css +137 -8
- package/resources/themes/luna-blue/theme.css +137 -8
- package/resources/themes/luna-green/theme.css +137 -8
- package/resources/themes/luna-pink/theme.css +137 -8
- package/resources/themes/md-dark-deeppurple/theme.css +137 -8
- package/resources/themes/md-dark-indigo/theme.css +137 -8
- package/resources/themes/md-light-deeppurple/theme.css +137 -8
- package/resources/themes/md-light-indigo/theme.css +137 -8
- package/resources/themes/mdc-dark-deeppurple/theme.css +137 -8
- package/resources/themes/mdc-dark-indigo/theme.css +137 -8
- package/resources/themes/mdc-light-deeppurple/theme.css +137 -8
- package/resources/themes/mdc-light-indigo/theme.css +137 -8
- package/resources/themes/mira/theme.css +137 -8
- package/resources/themes/nano/theme.css +137 -8
- package/resources/themes/nova/theme.css +137 -8
- package/resources/themes/nova-accent/theme.css +137 -8
- package/resources/themes/nova-alt/theme.css +137 -8
- package/resources/themes/rhea/theme.css +137 -8
- package/resources/themes/saga-blue/theme.css +135 -6
- package/resources/themes/saga-green/theme.css +135 -6
- package/resources/themes/saga-orange/theme.css +135 -6
- package/resources/themes/saga-purple/theme.css +135 -6
- package/resources/themes/soho-dark/theme.css +137 -8
- package/resources/themes/soho-light/theme.css +137 -8
- package/resources/themes/tailwind-light/theme.css +137 -8
- package/resources/themes/vela-blue/theme.css +135 -6
- package/resources/themes/vela-green/theme.css +135 -6
- package/resources/themes/vela-orange/theme.css +135 -6
- package/resources/themes/vela-purple/theme.css +135 -6
- package/resources/themes/viva-dark/theme.css +137 -8
- package/resources/themes/viva-light/theme.css +137 -8
- package/splitbutton/splitbutton.cjs.js +57 -3
- package/splitbutton/splitbutton.cjs.min.js +1 -1
- package/splitbutton/splitbutton.d.ts +28 -0
- package/splitbutton/splitbutton.esm.js +57 -3
- package/splitbutton/splitbutton.esm.min.js +1 -1
- package/splitbutton/splitbutton.js +57 -3
- package/splitbutton/splitbutton.min.js +1 -1
- package/tieredmenu/tieredmenu.cjs.js +69 -9
- package/tieredmenu/tieredmenu.cjs.min.js +1 -1
- package/tieredmenu/tieredmenu.d.ts +9 -0
- package/tieredmenu/tieredmenu.esm.js +71 -11
- package/tieredmenu/tieredmenu.esm.min.js +1 -1
- package/tieredmenu/tieredmenu.js +69 -9
- package/tieredmenu/tieredmenu.min.js +1 -1
- package/toast/toast.cjs.js +16 -0
- package/toast/toast.cjs.min.js +1 -1
- package/toast/toast.esm.js +16 -0
- package/toast/toast.esm.min.js +1 -1
- package/toast/toast.js +16 -0
- package/toast/toast.min.css +1 -1
- package/toast/toast.min.js +1 -1
- package/tooltip/tooltip.cjs.js +5 -4
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +5 -4
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +5 -4
- package/tooltip/tooltip.min.js +1 -1
- package/treetable/treetable.cjs.js +12 -9
- package/treetable/treetable.cjs.min.js +1 -1
- package/treetable/treetable.d.ts +0 -5
- package/treetable/treetable.esm.js +12 -9
- package/treetable/treetable.esm.min.js +1 -1
- package/treetable/treetable.js +12 -9
- package/treetable/treetable.min.css +1 -1
- package/treetable/treetable.min.js +1 -1
- package/utils/utils.cjs.js +15 -10
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +15 -10
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +15 -10
- package/utils/utils.min.js +1 -1
- package/virtualscroller/virtualscroller.cjs.js +177 -104
- package/virtualscroller/virtualscroller.cjs.min.js +1 -1
- package/virtualscroller/virtualscroller.d.ts +20 -0
- package/virtualscroller/virtualscroller.esm.js +177 -104
- package/virtualscroller/virtualscroller.esm.min.js +1 -1
- package/virtualscroller/virtualscroller.js +177 -104
- package/virtualscroller/virtualscroller.min.css +1 -1
- package/virtualscroller/virtualscroller.min.js +1 -1
- package/web-types.json +2 -2
package/resources/primereact.css
CHANGED
|
@@ -187,40 +187,6 @@
|
|
|
187
187
|
line-height: 1;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.p-avatar {
|
|
191
|
-
display: inline-flex;
|
|
192
|
-
align-items: center;
|
|
193
|
-
justify-content: center;
|
|
194
|
-
width: 2rem;
|
|
195
|
-
height: 2rem;
|
|
196
|
-
font-size: 1rem;
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.p-avatar.p-avatar-image {
|
|
200
|
-
background-color: transparent;
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.p-avatar-circle {
|
|
204
|
-
border-radius: 50%;
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.p-avatar-circle img {
|
|
208
|
-
border-radius: 50%;
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.p-avatar .p-avatar-icon {
|
|
212
|
-
font-size: 1rem;
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.p-avatar img {
|
|
216
|
-
width: 100%;
|
|
217
|
-
height: 100%;
|
|
218
|
-
}
|
|
219
|
-
|
|
220
|
-
.p-avatar-clickable {
|
|
221
|
-
cursor: pointer;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
190
|
.p-autocomplete {
|
|
225
191
|
display: inline-flex;
|
|
226
192
|
position: relative;
|
|
@@ -318,6 +284,40 @@
|
|
|
318
284
|
width: 1%;
|
|
319
285
|
}
|
|
320
286
|
|
|
287
|
+
.p-avatar {
|
|
288
|
+
display: inline-flex;
|
|
289
|
+
align-items: center;
|
|
290
|
+
justify-content: center;
|
|
291
|
+
width: 2rem;
|
|
292
|
+
height: 2rem;
|
|
293
|
+
font-size: 1rem;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
.p-avatar.p-avatar-image {
|
|
297
|
+
background-color: transparent;
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
.p-avatar-circle {
|
|
301
|
+
border-radius: 50%;
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
.p-avatar-circle img {
|
|
305
|
+
border-radius: 50%;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
.p-avatar .p-avatar-icon {
|
|
309
|
+
font-size: 1rem;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
.p-avatar img {
|
|
313
|
+
width: 100%;
|
|
314
|
+
height: 100%;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.p-avatar-clickable {
|
|
318
|
+
cursor: pointer;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
321
|
.p-avatar-group .p-avatar + .p-avatar {
|
|
322
322
|
margin-left: -1rem;
|
|
323
323
|
}
|
|
@@ -812,6 +812,9 @@
|
|
|
812
812
|
top: 0;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
+
.p-chart {
|
|
816
|
+
position: relative
|
|
817
|
+
}
|
|
815
818
|
.p-checkbox {
|
|
816
819
|
display: inline-flex;
|
|
817
820
|
cursor: pointer;
|
|
@@ -898,9 +901,6 @@
|
|
|
898
901
|
display: flex;
|
|
899
902
|
}
|
|
900
903
|
|
|
901
|
-
.p-chart {
|
|
902
|
-
position: relative
|
|
903
|
-
}
|
|
904
904
|
.p-colorpicker {
|
|
905
905
|
display: inline-block;
|
|
906
906
|
}
|
|
@@ -1041,34 +1041,6 @@
|
|
|
1041
1041
|
align-items: center;
|
|
1042
1042
|
}
|
|
1043
1043
|
|
|
1044
|
-
.p-datascroller {
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
.p-datascroller .p-datascroller-header {
|
|
1048
|
-
text-align: center;
|
|
1049
|
-
padding: .5em .75em;
|
|
1050
|
-
border-bottom: 0 none;
|
|
1051
|
-
}
|
|
1052
|
-
|
|
1053
|
-
.p-datascroller .p-datascroller-footer {
|
|
1054
|
-
text-align: center;
|
|
1055
|
-
padding: .25em .625em;
|
|
1056
|
-
border-top: 0px none;
|
|
1057
|
-
}
|
|
1058
|
-
|
|
1059
|
-
.p-datascroller .p-datascroller-content {
|
|
1060
|
-
padding: .25em .625em;
|
|
1061
|
-
}
|
|
1062
|
-
|
|
1063
|
-
.p-datascroller-inline .p-datascroller-content {
|
|
1064
|
-
overflow: auto;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.p-datascroller .p-datascroller-list {
|
|
1068
|
-
list-style-type: none;
|
|
1069
|
-
margin: 0;
|
|
1070
|
-
padding: 0;
|
|
1071
|
-
}
|
|
1072
1044
|
.p-contextmenu {
|
|
1073
1045
|
position: absolute;
|
|
1074
1046
|
}
|
|
@@ -1115,25 +1087,56 @@
|
|
|
1115
1087
|
transition: opacity 250ms;
|
|
1116
1088
|
}
|
|
1117
1089
|
|
|
1090
|
+
.p-datascroller {
|
|
1091
|
+
}
|
|
1092
|
+
|
|
1093
|
+
.p-datascroller .p-datascroller-header {
|
|
1094
|
+
text-align: center;
|
|
1095
|
+
padding: .5em .75em;
|
|
1096
|
+
border-bottom: 0 none;
|
|
1097
|
+
}
|
|
1098
|
+
|
|
1099
|
+
.p-datascroller .p-datascroller-footer {
|
|
1100
|
+
text-align: center;
|
|
1101
|
+
padding: .25em .625em;
|
|
1102
|
+
border-top: 0px none;
|
|
1103
|
+
}
|
|
1104
|
+
|
|
1105
|
+
.p-datascroller .p-datascroller-content {
|
|
1106
|
+
padding: .25em .625em;
|
|
1107
|
+
}
|
|
1108
|
+
|
|
1109
|
+
.p-datascroller-inline .p-datascroller-content {
|
|
1110
|
+
overflow: auto;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.p-datascroller .p-datascroller-list {
|
|
1114
|
+
list-style-type: none;
|
|
1115
|
+
margin: 0;
|
|
1116
|
+
padding: 0;
|
|
1117
|
+
}
|
|
1118
1118
|
.p-datatable {
|
|
1119
1119
|
position: relative;
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
-
.p-datatable
|
|
1123
|
-
|
|
1124
|
-
min-width: 100%;
|
|
1125
|
-
table-layout: fixed;
|
|
1122
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1123
|
+
overflow: auto;
|
|
1126
1124
|
}
|
|
1127
1125
|
|
|
1128
|
-
.p-datatable
|
|
1129
|
-
|
|
1130
|
-
|
|
1126
|
+
.p-datatable-table {
|
|
1127
|
+
border-spacing: 0px;
|
|
1128
|
+
width: 100%;
|
|
1131
1129
|
}
|
|
1132
1130
|
|
|
1133
1131
|
.p-datatable .p-sortable-disabled {
|
|
1134
1132
|
cursor: auto;
|
|
1135
1133
|
}
|
|
1136
1134
|
|
|
1135
|
+
.p-datatable .p-sortable-column {
|
|
1136
|
+
cursor: pointer;
|
|
1137
|
+
user-select: none;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1137
1140
|
.p-datatable .p-sortable-column .p-column-title,
|
|
1138
1141
|
.p-datatable .p-sortable-column .p-sortable-column-icon,
|
|
1139
1142
|
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
@@ -1146,15 +1149,6 @@
|
|
|
1146
1149
|
justify-content: center;
|
|
1147
1150
|
}
|
|
1148
1151
|
|
|
1149
|
-
.p-datatable-responsive-scroll > .p-datatable-wrapper {
|
|
1150
|
-
overflow-x: auto;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.p-datatable-responsive-scroll > .p-datatable-wrapper > table,
|
|
1154
|
-
.p-datatable-auto-layout > .p-datatable-wrapper > table {
|
|
1155
|
-
table-layout: auto;
|
|
1156
|
-
}
|
|
1157
|
-
|
|
1158
1152
|
.p-datatable-selectable .p-selectable-row,
|
|
1159
1153
|
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1160
1154
|
cursor: pointer;
|
|
@@ -1166,45 +1160,22 @@
|
|
|
1166
1160
|
}
|
|
1167
1161
|
|
|
1168
1162
|
/* Scrollable */
|
|
1169
|
-
.p-datatable-scrollable .p-datatable-wrapper {
|
|
1163
|
+
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1170
1164
|
position: relative;
|
|
1171
|
-
overflow: auto;
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
.p-datatable-scrollable .p-datatable-thead,
|
|
1175
|
-
.p-datatable-scrollable .p-datatable-tbody,
|
|
1176
|
-
.p-datatable-scrollable .p-datatable-tfoot {
|
|
1177
|
-
display: block;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
.p-datatable-scrollable .p-datatable-thead > tr,
|
|
1181
|
-
.p-datatable-scrollable .p-datatable-tbody > tr,
|
|
1182
|
-
.p-datatable-scrollable .p-datatable-tfoot > tr {
|
|
1183
|
-
display: flex;
|
|
1184
|
-
flex-wrap: nowrap;
|
|
1185
|
-
width: 100%;
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
.p-datatable-scrollable .p-datatable-thead > tr > th,
|
|
1189
|
-
.p-datatable-scrollable .p-datatable-tbody > tr > td,
|
|
1190
|
-
.p-datatable-scrollable .p-datatable-tfoot > tr > td {
|
|
1191
|
-
display: flex;
|
|
1192
|
-
flex: 1 1 0;
|
|
1193
|
-
align-items: center;
|
|
1194
1165
|
}
|
|
1195
1166
|
|
|
1196
|
-
.p-datatable-scrollable .p-datatable-thead {
|
|
1167
|
+
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1197
1168
|
position: sticky;
|
|
1198
1169
|
top: 0;
|
|
1199
1170
|
z-index: 1;
|
|
1200
1171
|
}
|
|
1201
1172
|
|
|
1202
|
-
.p-datatable-scrollable .p-datatable-frozen-tbody {
|
|
1173
|
+
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1203
1174
|
position: sticky;
|
|
1204
1175
|
z-index: 1;
|
|
1205
1176
|
}
|
|
1206
1177
|
|
|
1207
|
-
.p-datatable-scrollable .p-datatable-tfoot {
|
|
1178
|
+
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1208
1179
|
position: sticky;
|
|
1209
1180
|
bottom: 0;
|
|
1210
1181
|
z-index: 1;
|
|
@@ -1219,77 +1190,38 @@
|
|
|
1219
1190
|
z-index: 1;
|
|
1220
1191
|
}
|
|
1221
1192
|
|
|
1222
|
-
.p-datatable-scrollable-both .p-datatable-thead > tr > th,
|
|
1223
|
-
.p-datatable-scrollable-both .p-datatable-tbody > tr > td,
|
|
1224
|
-
.p-datatable-scrollable-both .p-datatable-tfoot > tr > td,
|
|
1225
|
-
.p-datatable-scrollable-horizontal .p-datatable-thead > tr > th
|
|
1226
|
-
.p-datatable-scrollable-horizontal .p-datatable-tbody > tr > td,
|
|
1227
|
-
.p-datatable-scrollable-horizontal .p-datatable-tfoot > tr > td {
|
|
1228
|
-
flex: 0 0 auto;
|
|
1229
|
-
}
|
|
1230
|
-
|
|
1231
1193
|
.p-datatable-flex-scrollable {
|
|
1232
1194
|
display: flex;
|
|
1233
1195
|
flex-direction: column;
|
|
1234
1196
|
height: 100%;
|
|
1235
1197
|
}
|
|
1236
1198
|
|
|
1237
|
-
.p-datatable-flex-scrollable .p-datatable-wrapper {
|
|
1199
|
+
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1238
1200
|
display: flex;
|
|
1239
1201
|
flex-direction: column;
|
|
1240
1202
|
flex: 1;
|
|
1241
1203
|
height: 100%;
|
|
1242
1204
|
}
|
|
1243
1205
|
|
|
1244
|
-
.p-datatable-scrollable .p-rowgroup-header {
|
|
1206
|
+
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1245
1207
|
position: sticky;
|
|
1246
1208
|
z-index: 1;
|
|
1247
1209
|
}
|
|
1248
1210
|
|
|
1249
|
-
.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead,
|
|
1250
|
-
.p-datatable-scrollable.p-datatable-grouped-footer .p-datatable-tfoot {
|
|
1251
|
-
display: table;
|
|
1252
|
-
border-collapse: collapse;
|
|
1253
|
-
width: 100%;
|
|
1254
|
-
table-layout: fixed;
|
|
1255
|
-
}
|
|
1256
|
-
|
|
1257
|
-
.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead > tr,
|
|
1258
|
-
.p-datatable-scrollable.p-datatable-grouped-footer .p-datatable-tfoot > tr {
|
|
1259
|
-
display: table-row;
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
.p-datatable-scrollable.p-datatable-grouped-header .p-datatable-thead > tr > th,
|
|
1263
|
-
.p-datatable-scrollable.p-datatable-grouped-footer .p-datatable-tfoot > tr > td {
|
|
1264
|
-
display: table-cell;
|
|
1265
|
-
}
|
|
1266
|
-
|
|
1267
|
-
.p-datatable-virtual-table {
|
|
1268
|
-
position: absolute;
|
|
1269
|
-
}
|
|
1270
|
-
|
|
1271
|
-
.p-datatable-scrollable .p-virtualscroller > .p-datatable-table {
|
|
1272
|
-
display: inline-block; /* For Safari */
|
|
1273
|
-
}
|
|
1274
|
-
|
|
1275
1211
|
/* Resizable */
|
|
1276
|
-
.p-datatable-resizable > .p-datatable-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
.p-datatable-resizable .p-datatable-thead > tr > th,
|
|
1281
|
-
.p-datatable-resizable .p-datatable-tfoot > tr > td,
|
|
1282
|
-
.p-datatable-resizable .p-datatable-tbody > tr > td {
|
|
1212
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th,
|
|
1213
|
+
.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
|
|
1214
|
+
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1283
1215
|
overflow: hidden;
|
|
1284
1216
|
white-space: nowrap;
|
|
1285
1217
|
}
|
|
1286
1218
|
|
|
1287
|
-
.p-datatable-resizable .p-resizable-column {
|
|
1219
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1288
1220
|
background-clip: padding-box;
|
|
1289
1221
|
position: relative;
|
|
1290
1222
|
}
|
|
1291
1223
|
|
|
1292
|
-
.p-datatable-resizable-fit .p-resizable-column:last-child .p-column-resizer {
|
|
1224
|
+
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1293
1225
|
display: none;
|
|
1294
1226
|
}
|
|
1295
1227
|
|
|
@@ -1299,10 +1231,10 @@
|
|
|
1299
1231
|
top: 0;
|
|
1300
1232
|
right: 0;
|
|
1301
1233
|
margin: 0;
|
|
1302
|
-
width: .5rem;
|
|
1234
|
+
width: 0.5rem;
|
|
1303
1235
|
height: 100%;
|
|
1304
1236
|
padding: 0px;
|
|
1305
|
-
cursor:col-resize;
|
|
1237
|
+
cursor: col-resize;
|
|
1306
1238
|
border: 1px solid transparent;
|
|
1307
1239
|
}
|
|
1308
1240
|
|
|
@@ -1428,7 +1360,11 @@
|
|
|
1428
1360
|
}
|
|
1429
1361
|
|
|
1430
1362
|
/* VirtualScroller */
|
|
1431
|
-
.p-datatable
|
|
1363
|
+
.p-datatable-virtualscroller-spacer {
|
|
1364
|
+
display: flex;
|
|
1365
|
+
}
|
|
1366
|
+
|
|
1367
|
+
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
|
1432
1368
|
transform: none !important;
|
|
1433
1369
|
min-height: 0;
|
|
1434
1370
|
position: sticky;
|
|
@@ -2945,6 +2881,25 @@ input.p-dropdown-label {
|
|
|
2945
2881
|
border: 1px solid #ccc;
|
|
2946
2882
|
}
|
|
2947
2883
|
|
|
2884
|
+
.p-fieldset-legend > a,
|
|
2885
|
+
.p-fieldset-legend > span {
|
|
2886
|
+
display: flex;
|
|
2887
|
+
align-items: center;
|
|
2888
|
+
justify-content: center;
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
2892
|
+
cursor: pointer;
|
|
2893
|
+
user-select: none;
|
|
2894
|
+
overflow: hidden;
|
|
2895
|
+
position: relative;
|
|
2896
|
+
text-decoration: none;
|
|
2897
|
+
}
|
|
2898
|
+
|
|
2899
|
+
.p-fieldset-legend-text {
|
|
2900
|
+
line-height: 1;
|
|
2901
|
+
}
|
|
2902
|
+
|
|
2948
2903
|
.p-fileupload-content {
|
|
2949
2904
|
position: relative;
|
|
2950
2905
|
}
|
|
@@ -3303,25 +3258,6 @@ input.p-dropdown-label {
|
|
|
3303
3258
|
visibility: visible;
|
|
3304
3259
|
}
|
|
3305
3260
|
|
|
3306
|
-
.p-fieldset-legend > a,
|
|
3307
|
-
.p-fieldset-legend > span {
|
|
3308
|
-
display: flex;
|
|
3309
|
-
align-items: center;
|
|
3310
|
-
justify-content: center;
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
|
-
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
3314
|
-
cursor: pointer;
|
|
3315
|
-
user-select: none;
|
|
3316
|
-
overflow: hidden;
|
|
3317
|
-
position: relative;
|
|
3318
|
-
text-decoration: none;
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
.p-fieldset-legend-text {
|
|
3322
|
-
line-height: 1;
|
|
3323
|
-
}
|
|
3324
|
-
|
|
3325
3261
|
.p-image-mask {
|
|
3326
3262
|
display: flex;
|
|
3327
3263
|
align-items: center;
|
|
@@ -3593,13 +3529,14 @@ input.p-dropdown-label {
|
|
|
3593
3529
|
position: absolute;
|
|
3594
3530
|
pointer-events: none;
|
|
3595
3531
|
top: 50%;
|
|
3596
|
-
margin-top:
|
|
3532
|
+
margin-top: -0.5rem;
|
|
3597
3533
|
transition-property: all;
|
|
3598
3534
|
transition-timing-function: ease;
|
|
3599
3535
|
line-height: 1;
|
|
3600
3536
|
}
|
|
3601
3537
|
|
|
3602
|
-
.p-float-label textarea ~ label
|
|
3538
|
+
.p-float-label textarea ~ label,
|
|
3539
|
+
.p-float-label .p-mention ~ label {
|
|
3603
3540
|
top: 1rem;
|
|
3604
3541
|
}
|
|
3605
3542
|
|
|
@@ -3609,8 +3546,9 @@ input.p-dropdown-label {
|
|
|
3609
3546
|
.p-float-label textarea:focus ~ label,
|
|
3610
3547
|
.p-float-label textarea.p-filled ~ label,
|
|
3611
3548
|
.p-float-label .p-inputwrapper-focus ~ label,
|
|
3612
|
-
.p-float-label .p-inputwrapper-filled ~ label
|
|
3613
|
-
|
|
3549
|
+
.p-float-label .p-inputwrapper-filled ~ label,
|
|
3550
|
+
.p-float-label .p-tooltip-target-wrapper ~ label {
|
|
3551
|
+
top: -0.75rem;
|
|
3614
3552
|
font-size: 12px;
|
|
3615
3553
|
}
|
|
3616
3554
|
|
|
@@ -3644,7 +3582,7 @@ input.p-dropdown-label {
|
|
|
3644
3582
|
.p-input-icon-right > .p-input-suffix {
|
|
3645
3583
|
position: absolute;
|
|
3646
3584
|
top: 50%;
|
|
3647
|
-
margin-top:
|
|
3585
|
+
margin-top: -0.5rem;
|
|
3648
3586
|
}
|
|
3649
3587
|
|
|
3650
3588
|
.p-fluid .p-input-icon-left,
|
|
@@ -3653,6 +3591,15 @@ input.p-dropdown-label {
|
|
|
3653
3591
|
width: 100%;
|
|
3654
3592
|
}
|
|
3655
3593
|
|
|
3594
|
+
.p-inputtextarea-resizable {
|
|
3595
|
+
overflow: hidden;
|
|
3596
|
+
resize: none;
|
|
3597
|
+
}
|
|
3598
|
+
|
|
3599
|
+
.p-fluid .p-inputtextarea {
|
|
3600
|
+
width: 100%;
|
|
3601
|
+
}
|
|
3602
|
+
|
|
3656
3603
|
@keyframes dash-frame {
|
|
3657
3604
|
100% {
|
|
3658
3605
|
stroke-dashoffset: 0;
|
|
@@ -3671,78 +3618,34 @@ input.p-dropdown-label {
|
|
|
3671
3618
|
font-size: 1.3rem;
|
|
3672
3619
|
text-align: center;
|
|
3673
3620
|
}
|
|
3674
|
-
.p-
|
|
3675
|
-
overflow:
|
|
3676
|
-
resize: none;
|
|
3621
|
+
.p-listbox-list-wrapper {
|
|
3622
|
+
overflow: auto;
|
|
3677
3623
|
}
|
|
3678
3624
|
|
|
3679
|
-
.p-
|
|
3680
|
-
|
|
3625
|
+
.p-listbox-list {
|
|
3626
|
+
list-style-type: none;
|
|
3627
|
+
margin: 0;
|
|
3628
|
+
padding: 0;
|
|
3681
3629
|
}
|
|
3682
3630
|
|
|
3683
|
-
.p-
|
|
3684
|
-
|
|
3631
|
+
.p-listbox-item {
|
|
3632
|
+
cursor: pointer;
|
|
3685
3633
|
position: relative;
|
|
3634
|
+
overflow: hidden;
|
|
3686
3635
|
}
|
|
3687
3636
|
|
|
3688
|
-
.p-
|
|
3689
|
-
position: absolute;
|
|
3690
|
-
top: 50%;
|
|
3691
|
-
margin-top: -.5rem;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
.p-mention .p-mention-panel {
|
|
3695
|
-
min-width: 100%;
|
|
3696
|
-
}
|
|
3697
|
-
|
|
3698
|
-
.p-mention-panel {
|
|
3699
|
-
position: absolute;
|
|
3700
|
-
top: 0;
|
|
3701
|
-
left: 0;
|
|
3702
|
-
overflow: auto;
|
|
3703
|
-
}
|
|
3704
|
-
|
|
3705
|
-
.p-mention-items {
|
|
3706
|
-
margin: 0;
|
|
3707
|
-
padding: 0;
|
|
3708
|
-
list-style-type: none;
|
|
3709
|
-
}
|
|
3710
|
-
|
|
3711
|
-
.p-mention-item {
|
|
3712
|
-
cursor: pointer;
|
|
3713
|
-
white-space: nowrap;
|
|
3637
|
+
.p-listbox-filter-container {
|
|
3714
3638
|
position: relative;
|
|
3715
|
-
overflow: hidden;
|
|
3716
3639
|
}
|
|
3717
3640
|
|
|
3718
|
-
.p-
|
|
3719
|
-
display: flex;
|
|
3720
|
-
}
|
|
3721
|
-
|
|
3722
|
-
.p-menu-overlay {
|
|
3641
|
+
.p-listbox-filter-icon {
|
|
3723
3642
|
position: absolute;
|
|
3724
|
-
|
|
3725
|
-
top:
|
|
3726
|
-
left: -9999px;
|
|
3727
|
-
}
|
|
3728
|
-
|
|
3729
|
-
.p-menu ul {
|
|
3730
|
-
margin: 0;
|
|
3731
|
-
padding: 0;
|
|
3732
|
-
list-style: none;
|
|
3733
|
-
}
|
|
3734
|
-
|
|
3735
|
-
.p-menu .p-menuitem-link {
|
|
3736
|
-
cursor: pointer;
|
|
3737
|
-
display: flex;
|
|
3738
|
-
align-items: center;
|
|
3739
|
-
text-decoration: none;
|
|
3740
|
-
overflow: hidden;
|
|
3741
|
-
position: relative;
|
|
3643
|
+
top: 50%;
|
|
3644
|
+
margin-top: -.5rem;
|
|
3742
3645
|
}
|
|
3743
3646
|
|
|
3744
|
-
.p-
|
|
3745
|
-
|
|
3647
|
+
.p-listbox-filter {
|
|
3648
|
+
width: 100%;
|
|
3746
3649
|
}
|
|
3747
3650
|
|
|
3748
3651
|
.p-megamenu {
|
|
@@ -3824,7 +3727,6 @@ input.p-dropdown-label {
|
|
|
3824
3727
|
margin-left: auto;
|
|
3825
3728
|
}
|
|
3826
3729
|
|
|
3827
|
-
|
|
3828
3730
|
.p-megamenu-grid {
|
|
3829
3731
|
display: flex;
|
|
3830
3732
|
}
|
|
@@ -3858,34 +3760,77 @@ input.p-dropdown-label {
|
|
|
3858
3760
|
width: 100%;
|
|
3859
3761
|
}
|
|
3860
3762
|
|
|
3861
|
-
.p-
|
|
3763
|
+
.p-megamenu-button {
|
|
3764
|
+
display: none;
|
|
3765
|
+
cursor: pointer;
|
|
3766
|
+
align-items: center;
|
|
3767
|
+
justify-content: center;
|
|
3768
|
+
text-decoration: none;
|
|
3769
|
+
}
|
|
3770
|
+
|
|
3771
|
+
.p-mention {
|
|
3772
|
+
display: inline-flex;
|
|
3773
|
+
position: relative;
|
|
3774
|
+
}
|
|
3775
|
+
|
|
3776
|
+
.p-autocomplete-loader {
|
|
3777
|
+
position: absolute;
|
|
3778
|
+
top: 50%;
|
|
3779
|
+
margin-top: -.5rem;
|
|
3780
|
+
}
|
|
3781
|
+
|
|
3782
|
+
.p-mention .p-mention-panel {
|
|
3783
|
+
min-width: 100%;
|
|
3784
|
+
}
|
|
3785
|
+
|
|
3786
|
+
.p-mention-panel {
|
|
3787
|
+
position: absolute;
|
|
3788
|
+
top: 0;
|
|
3789
|
+
left: 0;
|
|
3862
3790
|
overflow: auto;
|
|
3863
3791
|
}
|
|
3864
3792
|
|
|
3865
|
-
.p-
|
|
3866
|
-
list-style-type: none;
|
|
3793
|
+
.p-mention-items {
|
|
3867
3794
|
margin: 0;
|
|
3868
3795
|
padding: 0;
|
|
3796
|
+
list-style-type: none;
|
|
3869
3797
|
}
|
|
3870
3798
|
|
|
3871
|
-
.p-
|
|
3799
|
+
.p-mention-item {
|
|
3872
3800
|
cursor: pointer;
|
|
3801
|
+
white-space: nowrap;
|
|
3873
3802
|
position: relative;
|
|
3874
3803
|
overflow: hidden;
|
|
3875
3804
|
}
|
|
3876
3805
|
|
|
3877
|
-
.p-
|
|
3878
|
-
|
|
3806
|
+
.p-fluid .p-mention {
|
|
3807
|
+
display: flex;
|
|
3879
3808
|
}
|
|
3880
3809
|
|
|
3881
|
-
.p-
|
|
3810
|
+
.p-menu-overlay {
|
|
3882
3811
|
position: absolute;
|
|
3883
|
-
|
|
3884
|
-
|
|
3812
|
+
/* Github #3122: Prevent animation flickering */
|
|
3813
|
+
top: -9999px;
|
|
3814
|
+
left: -9999px;
|
|
3885
3815
|
}
|
|
3886
3816
|
|
|
3887
|
-
.p-
|
|
3888
|
-
|
|
3817
|
+
.p-menu ul {
|
|
3818
|
+
margin: 0;
|
|
3819
|
+
padding: 0;
|
|
3820
|
+
list-style: none;
|
|
3821
|
+
}
|
|
3822
|
+
|
|
3823
|
+
.p-menu .p-menuitem-link {
|
|
3824
|
+
cursor: pointer;
|
|
3825
|
+
display: flex;
|
|
3826
|
+
align-items: center;
|
|
3827
|
+
text-decoration: none;
|
|
3828
|
+
overflow: hidden;
|
|
3829
|
+
position: relative;
|
|
3830
|
+
}
|
|
3831
|
+
|
|
3832
|
+
.p-menu .p-menuitem-text {
|
|
3833
|
+
line-height: 1;
|
|
3889
3834
|
}
|
|
3890
3835
|
|
|
3891
3836
|
.p-menubar {
|
|
@@ -4343,35 +4288,40 @@ input.p-dropdown-label {
|
|
|
4343
4288
|
border-bottom-color: transparent
|
|
4344
4289
|
}
|
|
4345
4290
|
|
|
4346
|
-
.p-
|
|
4291
|
+
.p-paginator {
|
|
4347
4292
|
display: flex;
|
|
4348
4293
|
align-items: center;
|
|
4349
|
-
|
|
4350
|
-
|
|
4351
|
-
position: relative;
|
|
4352
|
-
text-decoration: none;
|
|
4294
|
+
justify-content: center;
|
|
4295
|
+
flex-wrap: wrap;
|
|
4353
4296
|
}
|
|
4354
4297
|
|
|
4355
|
-
.p-
|
|
4356
|
-
|
|
4298
|
+
.p-paginator-left-content {
|
|
4299
|
+
margin-right: auto;
|
|
4357
4300
|
}
|
|
4358
4301
|
|
|
4359
|
-
.p-
|
|
4360
|
-
|
|
4361
|
-
padding: 0;
|
|
4362
|
-
list-style: none;
|
|
4302
|
+
.p-paginator-right-content {
|
|
4303
|
+
margin-left: auto;
|
|
4363
4304
|
}
|
|
4364
4305
|
|
|
4365
|
-
.p-
|
|
4366
|
-
|
|
4306
|
+
.p-paginator-page,
|
|
4307
|
+
.p-paginator-next,
|
|
4308
|
+
.p-paginator-last,
|
|
4309
|
+
.p-paginator-first,
|
|
4310
|
+
.p-paginator-prev,
|
|
4311
|
+
.p-paginator-current {
|
|
4312
|
+
cursor: pointer;
|
|
4313
|
+
display: inline-flex;
|
|
4367
4314
|
align-items: center;
|
|
4315
|
+
justify-content: center;
|
|
4316
|
+
line-height: 1;
|
|
4368
4317
|
user-select: none;
|
|
4369
|
-
|
|
4370
|
-
|
|
4318
|
+
overflow: hidden;
|
|
4319
|
+
position: relative;
|
|
4371
4320
|
}
|
|
4372
4321
|
|
|
4373
|
-
.p-
|
|
4374
|
-
|
|
4322
|
+
.p-paginator-element:focus {
|
|
4323
|
+
z-index: 1;
|
|
4324
|
+
position: relative;
|
|
4375
4325
|
}
|
|
4376
4326
|
|
|
4377
4327
|
.p-panel-header {
|
|
@@ -4394,40 +4344,35 @@ input.p-dropdown-label {
|
|
|
4394
4344
|
position: relative;
|
|
4395
4345
|
}
|
|
4396
4346
|
|
|
4397
|
-
.p-
|
|
4347
|
+
.p-panelmenu .p-panelmenu-header-link {
|
|
4398
4348
|
display: flex;
|
|
4399
4349
|
align-items: center;
|
|
4400
|
-
|
|
4401
|
-
|
|
4350
|
+
user-select: none;
|
|
4351
|
+
cursor: pointer;
|
|
4352
|
+
position: relative;
|
|
4353
|
+
text-decoration: none;
|
|
4402
4354
|
}
|
|
4403
4355
|
|
|
4404
|
-
.p-
|
|
4405
|
-
|
|
4356
|
+
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4357
|
+
z-index: 1;
|
|
4406
4358
|
}
|
|
4407
4359
|
|
|
4408
|
-
.p-
|
|
4409
|
-
|
|
4360
|
+
.p-panelmenu .p-submenu-list {
|
|
4361
|
+
margin: 0;
|
|
4362
|
+
padding: 0;
|
|
4363
|
+
list-style: none;
|
|
4410
4364
|
}
|
|
4411
4365
|
|
|
4412
|
-
.p-
|
|
4413
|
-
|
|
4414
|
-
.p-paginator-last,
|
|
4415
|
-
.p-paginator-first,
|
|
4416
|
-
.p-paginator-prev,
|
|
4417
|
-
.p-paginator-current {
|
|
4418
|
-
cursor: pointer;
|
|
4419
|
-
display: inline-flex;
|
|
4366
|
+
.p-panelmenu .p-menuitem-link {
|
|
4367
|
+
display: flex;
|
|
4420
4368
|
align-items: center;
|
|
4421
|
-
justify-content: center;
|
|
4422
|
-
line-height: 1;
|
|
4423
4369
|
user-select: none;
|
|
4424
|
-
|
|
4425
|
-
|
|
4370
|
+
cursor: pointer;
|
|
4371
|
+
text-decoration: none;
|
|
4426
4372
|
}
|
|
4427
4373
|
|
|
4428
|
-
.p-
|
|
4429
|
-
|
|
4430
|
-
position: relative;
|
|
4374
|
+
.p-panelmenu .p-menuitem-text {
|
|
4375
|
+
line-height: 1;
|
|
4431
4376
|
}
|
|
4432
4377
|
|
|
4433
4378
|
.p-password {
|
|
@@ -4463,6 +4408,49 @@ input.p-dropdown-label {
|
|
|
4463
4408
|
.p-password-input::-ms-clear {
|
|
4464
4409
|
display: none;
|
|
4465
4410
|
}
|
|
4411
|
+
.p-picklist {
|
|
4412
|
+
display: flex;
|
|
4413
|
+
}
|
|
4414
|
+
|
|
4415
|
+
.p-picklist-buttons {
|
|
4416
|
+
display: flex;
|
|
4417
|
+
flex-direction: column;
|
|
4418
|
+
justify-content: center;
|
|
4419
|
+
}
|
|
4420
|
+
|
|
4421
|
+
.p-picklist-list-wrapper {
|
|
4422
|
+
flex: 1 1 50%;
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4425
|
+
.p-picklist-list {
|
|
4426
|
+
list-style-type: none;
|
|
4427
|
+
margin: 0;
|
|
4428
|
+
padding: 0;
|
|
4429
|
+
overflow: auto;
|
|
4430
|
+
min-height: 12rem;
|
|
4431
|
+
max-height: 24rem;
|
|
4432
|
+
}
|
|
4433
|
+
|
|
4434
|
+
.p-picklist-item {
|
|
4435
|
+
cursor: pointer;
|
|
4436
|
+
overflow: hidden;
|
|
4437
|
+
position: relative;
|
|
4438
|
+
}
|
|
4439
|
+
|
|
4440
|
+
.p-picklist-filter {
|
|
4441
|
+
position: relative;
|
|
4442
|
+
}
|
|
4443
|
+
|
|
4444
|
+
.p-picklist-filter-icon {
|
|
4445
|
+
position: absolute;
|
|
4446
|
+
top: 50%;
|
|
4447
|
+
margin-top: -.5rem;
|
|
4448
|
+
}
|
|
4449
|
+
|
|
4450
|
+
.p-picklist-filter-input {
|
|
4451
|
+
width: 100%;
|
|
4452
|
+
}
|
|
4453
|
+
|
|
4466
4454
|
.p-progressbar {
|
|
4467
4455
|
position: relative;
|
|
4468
4456
|
overflow: hidden;
|
|
@@ -4560,61 +4548,18 @@ input.p-dropdown-label {
|
|
|
4560
4548
|
right: -8%; }
|
|
4561
4549
|
}
|
|
4562
4550
|
|
|
4563
|
-
.p-
|
|
4564
|
-
|
|
4551
|
+
.p-progress-spinner {
|
|
4552
|
+
position: relative;
|
|
4553
|
+
margin: 0 auto;
|
|
4554
|
+
width: 100px;
|
|
4555
|
+
height: 100px;
|
|
4556
|
+
display: inline-block;
|
|
4565
4557
|
}
|
|
4566
4558
|
|
|
4567
|
-
.p-
|
|
4568
|
-
|
|
4569
|
-
|
|
4570
|
-
|
|
4571
|
-
}
|
|
4572
|
-
|
|
4573
|
-
.p-picklist-list-wrapper {
|
|
4574
|
-
flex: 1 1 50%;
|
|
4575
|
-
}
|
|
4576
|
-
|
|
4577
|
-
.p-picklist-list {
|
|
4578
|
-
list-style-type: none;
|
|
4579
|
-
margin: 0;
|
|
4580
|
-
padding: 0;
|
|
4581
|
-
overflow: auto;
|
|
4582
|
-
min-height: 12rem;
|
|
4583
|
-
max-height: 24rem;
|
|
4584
|
-
}
|
|
4585
|
-
|
|
4586
|
-
.p-picklist-item {
|
|
4587
|
-
cursor: pointer;
|
|
4588
|
-
overflow: hidden;
|
|
4589
|
-
position: relative;
|
|
4590
|
-
}
|
|
4591
|
-
|
|
4592
|
-
.p-picklist-filter {
|
|
4593
|
-
position: relative;
|
|
4594
|
-
}
|
|
4595
|
-
|
|
4596
|
-
.p-picklist-filter-icon {
|
|
4597
|
-
position: absolute;
|
|
4598
|
-
top: 50%;
|
|
4599
|
-
margin-top: -.5rem;
|
|
4600
|
-
}
|
|
4601
|
-
|
|
4602
|
-
.p-picklist-filter-input {
|
|
4603
|
-
width: 100%;
|
|
4604
|
-
}
|
|
4605
|
-
|
|
4606
|
-
.p-progress-spinner {
|
|
4607
|
-
position: relative;
|
|
4608
|
-
margin: 0 auto;
|
|
4609
|
-
width: 100px;
|
|
4610
|
-
height: 100px;
|
|
4611
|
-
display: inline-block;
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
|
-
.p-progress-spinner::before {
|
|
4615
|
-
content: '';
|
|
4616
|
-
display: block;
|
|
4617
|
-
padding-top: 100%;
|
|
4559
|
+
.p-progress-spinner::before {
|
|
4560
|
+
content: '';
|
|
4561
|
+
display: block;
|
|
4562
|
+
padding-top: 100%;
|
|
4618
4563
|
}
|
|
4619
4564
|
|
|
4620
4565
|
.p-progress-spinner-svg {
|
|
@@ -4676,49 +4621,6 @@ input.p-dropdown-label {
|
|
|
4676
4621
|
}
|
|
4677
4622
|
}
|
|
4678
4623
|
|
|
4679
|
-
.p-rating {
|
|
4680
|
-
display: flex;
|
|
4681
|
-
align-items: center;
|
|
4682
|
-
}
|
|
4683
|
-
|
|
4684
|
-
.p-rating-item {
|
|
4685
|
-
display: inline-flex;
|
|
4686
|
-
align-items: center;
|
|
4687
|
-
cursor: pointer;
|
|
4688
|
-
}
|
|
4689
|
-
|
|
4690
|
-
.p-rating.p-readonly .p-rating-item {
|
|
4691
|
-
cursor: default;
|
|
4692
|
-
}
|
|
4693
|
-
|
|
4694
|
-
.p-ripple {
|
|
4695
|
-
overflow: hidden;
|
|
4696
|
-
position: relative;
|
|
4697
|
-
}
|
|
4698
|
-
|
|
4699
|
-
.p-ink {
|
|
4700
|
-
display: block;
|
|
4701
|
-
position: absolute;
|
|
4702
|
-
background: rgba(255, 255, 255, 0.5);
|
|
4703
|
-
border-radius: 100%;
|
|
4704
|
-
transform: scale(0);
|
|
4705
|
-
}
|
|
4706
|
-
|
|
4707
|
-
.p-ink-active {
|
|
4708
|
-
animation: ripple 0.4s linear;
|
|
4709
|
-
}
|
|
4710
|
-
|
|
4711
|
-
.p-ripple-disabled .p-ink {
|
|
4712
|
-
display: none !important;
|
|
4713
|
-
}
|
|
4714
|
-
|
|
4715
|
-
@keyframes ripple {
|
|
4716
|
-
100% {
|
|
4717
|
-
opacity: 0;
|
|
4718
|
-
transform: scale(2.5);
|
|
4719
|
-
}
|
|
4720
|
-
}
|
|
4721
|
-
|
|
4722
4624
|
.p-radiobutton {
|
|
4723
4625
|
display: inline-flex;
|
|
4724
4626
|
cursor: pointer;
|
|
@@ -4745,43 +4647,47 @@ input.p-dropdown-label {
|
|
|
4745
4647
|
visibility: visible;
|
|
4746
4648
|
}
|
|
4747
4649
|
|
|
4748
|
-
.p-
|
|
4749
|
-
position: fixed;
|
|
4750
|
-
bottom: 20px;
|
|
4751
|
-
right: 20px;
|
|
4650
|
+
.p-rating {
|
|
4752
4651
|
display: flex;
|
|
4753
4652
|
align-items: center;
|
|
4754
|
-
justify-content: center;
|
|
4755
4653
|
}
|
|
4756
4654
|
|
|
4757
|
-
.p-
|
|
4758
|
-
|
|
4655
|
+
.p-rating-item {
|
|
4656
|
+
display: inline-flex;
|
|
4657
|
+
align-items: center;
|
|
4658
|
+
cursor: pointer;
|
|
4759
4659
|
}
|
|
4760
4660
|
|
|
4761
|
-
.p-
|
|
4762
|
-
|
|
4661
|
+
.p-rating.p-readonly .p-rating-item {
|
|
4662
|
+
cursor: default;
|
|
4763
4663
|
}
|
|
4764
4664
|
|
|
4765
|
-
.p-
|
|
4766
|
-
|
|
4665
|
+
.p-ripple {
|
|
4666
|
+
overflow: hidden;
|
|
4667
|
+
position: relative;
|
|
4767
4668
|
}
|
|
4768
4669
|
|
|
4769
|
-
.p-
|
|
4770
|
-
|
|
4670
|
+
.p-ink {
|
|
4671
|
+
display: block;
|
|
4672
|
+
position: absolute;
|
|
4673
|
+
background: rgba(255, 255, 255, 0.5);
|
|
4674
|
+
border-radius: 100%;
|
|
4675
|
+
transform: scale(0);
|
|
4771
4676
|
}
|
|
4772
4677
|
|
|
4773
|
-
.p-
|
|
4774
|
-
|
|
4775
|
-
transition: opacity .15s;
|
|
4678
|
+
.p-ink-active {
|
|
4679
|
+
animation: ripple 0.4s linear;
|
|
4776
4680
|
}
|
|
4777
4681
|
|
|
4778
|
-
.p-
|
|
4779
|
-
|
|
4682
|
+
.p-ripple-disabled .p-ink {
|
|
4683
|
+
display: none !important;
|
|
4780
4684
|
}
|
|
4781
4685
|
|
|
4782
|
-
|
|
4783
|
-
|
|
4784
|
-
|
|
4686
|
+
@keyframes ripple {
|
|
4687
|
+
100% {
|
|
4688
|
+
opacity: 0;
|
|
4689
|
+
transform: scale(2.5);
|
|
4690
|
+
}
|
|
4785
4691
|
}
|
|
4786
4692
|
|
|
4787
4693
|
.p-scrollpanel-wrapper {
|
|
@@ -4835,6 +4741,45 @@ input.p-dropdown-label {
|
|
|
4835
4741
|
user-select: none;
|
|
4836
4742
|
}
|
|
4837
4743
|
|
|
4744
|
+
.p-scrolltop {
|
|
4745
|
+
position: fixed;
|
|
4746
|
+
bottom: 20px;
|
|
4747
|
+
right: 20px;
|
|
4748
|
+
display: flex;
|
|
4749
|
+
align-items: center;
|
|
4750
|
+
justify-content: center;
|
|
4751
|
+
}
|
|
4752
|
+
|
|
4753
|
+
.p-scrolltop-sticky {
|
|
4754
|
+
position: sticky;
|
|
4755
|
+
}
|
|
4756
|
+
|
|
4757
|
+
.p-scrolltop-sticky.p-link {
|
|
4758
|
+
margin-left: auto;
|
|
4759
|
+
}
|
|
4760
|
+
|
|
4761
|
+
.p-scrolltop-helper {
|
|
4762
|
+
display: none !important;
|
|
4763
|
+
}
|
|
4764
|
+
|
|
4765
|
+
.p-scrolltop-enter {
|
|
4766
|
+
opacity: 0;
|
|
4767
|
+
}
|
|
4768
|
+
|
|
4769
|
+
.p-scrolltop-enter-active {
|
|
4770
|
+
opacity: 1;
|
|
4771
|
+
transition: opacity .15s;
|
|
4772
|
+
}
|
|
4773
|
+
|
|
4774
|
+
.p-scrolltop-exit {
|
|
4775
|
+
opacity: 1;
|
|
4776
|
+
}
|
|
4777
|
+
|
|
4778
|
+
.p-scrolltop-exit-active {
|
|
4779
|
+
opacity: 0;
|
|
4780
|
+
transition: opacity .15s;
|
|
4781
|
+
}
|
|
4782
|
+
|
|
4838
4783
|
.p-sidebar-mask {
|
|
4839
4784
|
position: fixed;
|
|
4840
4785
|
top: 0;
|
|
@@ -5059,6 +5004,39 @@ input.p-dropdown-label {
|
|
|
5059
5004
|
}
|
|
5060
5005
|
}
|
|
5061
5006
|
|
|
5007
|
+
.p-skeleton {
|
|
5008
|
+
position: relative;
|
|
5009
|
+
overflow: hidden;
|
|
5010
|
+
}
|
|
5011
|
+
|
|
5012
|
+
.p-skeleton::after {
|
|
5013
|
+
content: "";
|
|
5014
|
+
animation: p-skeleton-animation 1.2s infinite;
|
|
5015
|
+
height: 100%;
|
|
5016
|
+
left: 0;
|
|
5017
|
+
position: absolute;
|
|
5018
|
+
right: 0;
|
|
5019
|
+
top: 0;
|
|
5020
|
+
transform: translateX(-100%);
|
|
5021
|
+
z-index: 1;
|
|
5022
|
+
}
|
|
5023
|
+
|
|
5024
|
+
.p-skeleton-circle {
|
|
5025
|
+
border-radius: 50%;
|
|
5026
|
+
}
|
|
5027
|
+
|
|
5028
|
+
.p-skeleton-none::after {
|
|
5029
|
+
animation: none;
|
|
5030
|
+
}
|
|
5031
|
+
|
|
5032
|
+
@keyframes p-skeleton-animation {
|
|
5033
|
+
from {
|
|
5034
|
+
transform: translateX(-100%);
|
|
5035
|
+
}
|
|
5036
|
+
to {
|
|
5037
|
+
transform: translateX(100%);
|
|
5038
|
+
}
|
|
5039
|
+
}
|
|
5062
5040
|
.p-slidemenu {
|
|
5063
5041
|
width: 12.5em;
|
|
5064
5042
|
}
|
|
@@ -5148,39 +5126,6 @@ input.p-dropdown-label {
|
|
|
5148
5126
|
display: block;
|
|
5149
5127
|
}
|
|
5150
5128
|
|
|
5151
|
-
.p-skeleton {
|
|
5152
|
-
position: relative;
|
|
5153
|
-
overflow: hidden;
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
|
-
.p-skeleton::after {
|
|
5157
|
-
content: "";
|
|
5158
|
-
animation: p-skeleton-animation 1.2s infinite;
|
|
5159
|
-
height: 100%;
|
|
5160
|
-
left: 0;
|
|
5161
|
-
position: absolute;
|
|
5162
|
-
right: 0;
|
|
5163
|
-
top: 0;
|
|
5164
|
-
transform: translateX(-100%);
|
|
5165
|
-
z-index: 1;
|
|
5166
|
-
}
|
|
5167
|
-
|
|
5168
|
-
.p-skeleton-circle {
|
|
5169
|
-
border-radius: 50%;
|
|
5170
|
-
}
|
|
5171
|
-
|
|
5172
|
-
.p-skeleton-none::after {
|
|
5173
|
-
animation: none;
|
|
5174
|
-
}
|
|
5175
|
-
|
|
5176
|
-
@keyframes p-skeleton-animation {
|
|
5177
|
-
from {
|
|
5178
|
-
transform: translateX(-100%);
|
|
5179
|
-
}
|
|
5180
|
-
to {
|
|
5181
|
-
transform: translateX(100%);
|
|
5182
|
-
}
|
|
5183
|
-
}
|
|
5184
5129
|
.p-slider {
|
|
5185
5130
|
position: relative;
|
|
5186
5131
|
}
|
|
@@ -5337,66 +5282,18 @@ input.p-dropdown-label {
|
|
|
5337
5282
|
flex-direction: row;
|
|
5338
5283
|
}
|
|
5339
5284
|
|
|
5340
|
-
.p-
|
|
5285
|
+
.p-splitbutton {
|
|
5286
|
+
display: inline-flex;
|
|
5341
5287
|
position: relative;
|
|
5342
5288
|
}
|
|
5343
5289
|
|
|
5344
|
-
.p-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5349
|
-
|
|
5350
|
-
|
|
5351
|
-
.p-steps-item {
|
|
5352
|
-
position: relative;
|
|
5353
|
-
display: flex;
|
|
5354
|
-
justify-content: center;
|
|
5355
|
-
flex: 1 1 auto;
|
|
5356
|
-
}
|
|
5357
|
-
|
|
5358
|
-
.p-steps-item .p-menuitem-link {
|
|
5359
|
-
display: inline-flex;
|
|
5360
|
-
flex-direction: column;
|
|
5361
|
-
align-items: center;
|
|
5362
|
-
overflow: hidden;
|
|
5363
|
-
text-decoration: none;
|
|
5364
|
-
}
|
|
5365
|
-
|
|
5366
|
-
.p-steps.p-readonly .p-steps-item {
|
|
5367
|
-
cursor: auto;
|
|
5368
|
-
}
|
|
5369
|
-
|
|
5370
|
-
.p-steps-item.p-steps-current .p-menuitem-link {
|
|
5371
|
-
cursor: default;
|
|
5372
|
-
}
|
|
5373
|
-
|
|
5374
|
-
.p-steps-title {
|
|
5375
|
-
white-space: nowrap;
|
|
5376
|
-
}
|
|
5377
|
-
|
|
5378
|
-
.p-steps-number {
|
|
5379
|
-
display: flex;
|
|
5380
|
-
align-items: center;
|
|
5381
|
-
justify-content: center;
|
|
5382
|
-
}
|
|
5383
|
-
|
|
5384
|
-
.p-steps-title {
|
|
5385
|
-
display: block;
|
|
5386
|
-
}
|
|
5387
|
-
|
|
5388
|
-
.p-splitbutton {
|
|
5389
|
-
display: inline-flex;
|
|
5390
|
-
position: relative;
|
|
5391
|
-
}
|
|
5392
|
-
|
|
5393
|
-
.p-splitbutton .p-splitbutton-defaultbutton,
|
|
5394
|
-
.p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
|
|
5395
|
-
.p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
|
|
5396
|
-
flex: 1 1 auto;
|
|
5397
|
-
border-top-right-radius: 0;
|
|
5398
|
-
border-bottom-right-radius: 0;
|
|
5399
|
-
border-right: 0 none;
|
|
5290
|
+
.p-splitbutton .p-splitbutton-defaultbutton,
|
|
5291
|
+
.p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
|
|
5292
|
+
.p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
|
|
5293
|
+
flex: 1 1 auto;
|
|
5294
|
+
border-top-right-radius: 0;
|
|
5295
|
+
border-bottom-right-radius: 0;
|
|
5296
|
+
border-right: 0 none;
|
|
5400
5297
|
}
|
|
5401
5298
|
|
|
5402
5299
|
.p-splitbutton-menubutton,
|
|
@@ -5476,6 +5373,94 @@ input.p-dropdown-label {
|
|
|
5476
5373
|
height: 100%;
|
|
5477
5374
|
}
|
|
5478
5375
|
|
|
5376
|
+
.p-steps {
|
|
5377
|
+
position: relative;
|
|
5378
|
+
}
|
|
5379
|
+
|
|
5380
|
+
.p-steps ul {
|
|
5381
|
+
padding: 0;
|
|
5382
|
+
margin: 0;
|
|
5383
|
+
list-style-type: none;
|
|
5384
|
+
display: flex;
|
|
5385
|
+
}
|
|
5386
|
+
|
|
5387
|
+
.p-steps-item {
|
|
5388
|
+
position: relative;
|
|
5389
|
+
display: flex;
|
|
5390
|
+
justify-content: center;
|
|
5391
|
+
flex: 1 1 auto;
|
|
5392
|
+
}
|
|
5393
|
+
|
|
5394
|
+
.p-steps-item .p-menuitem-link {
|
|
5395
|
+
display: inline-flex;
|
|
5396
|
+
flex-direction: column;
|
|
5397
|
+
align-items: center;
|
|
5398
|
+
overflow: hidden;
|
|
5399
|
+
text-decoration: none;
|
|
5400
|
+
}
|
|
5401
|
+
|
|
5402
|
+
.p-steps.p-readonly .p-steps-item {
|
|
5403
|
+
cursor: auto;
|
|
5404
|
+
}
|
|
5405
|
+
|
|
5406
|
+
.p-steps-item.p-steps-current .p-menuitem-link {
|
|
5407
|
+
cursor: default;
|
|
5408
|
+
}
|
|
5409
|
+
|
|
5410
|
+
.p-steps-title {
|
|
5411
|
+
white-space: nowrap;
|
|
5412
|
+
}
|
|
5413
|
+
|
|
5414
|
+
.p-steps-number {
|
|
5415
|
+
display: flex;
|
|
5416
|
+
align-items: center;
|
|
5417
|
+
justify-content: center;
|
|
5418
|
+
}
|
|
5419
|
+
|
|
5420
|
+
.p-steps-title {
|
|
5421
|
+
display: block;
|
|
5422
|
+
}
|
|
5423
|
+
|
|
5424
|
+
.p-tabmenu {
|
|
5425
|
+
overflow-x: auto;
|
|
5426
|
+
}
|
|
5427
|
+
|
|
5428
|
+
.p-tabmenu-nav {
|
|
5429
|
+
display: flex;
|
|
5430
|
+
margin: 0;
|
|
5431
|
+
padding: 0;
|
|
5432
|
+
list-style-type: none;
|
|
5433
|
+
flex-wrap: nowrap;
|
|
5434
|
+
}
|
|
5435
|
+
|
|
5436
|
+
.p-tabmenu-nav a {
|
|
5437
|
+
cursor: pointer;
|
|
5438
|
+
user-select: none;
|
|
5439
|
+
display: flex;
|
|
5440
|
+
align-items: center;
|
|
5441
|
+
position: relative;
|
|
5442
|
+
text-decoration: none;
|
|
5443
|
+
text-decoration: none;
|
|
5444
|
+
overflow: hidden;
|
|
5445
|
+
}
|
|
5446
|
+
|
|
5447
|
+
.p-tabmenu-nav a:focus {
|
|
5448
|
+
z-index: 1;
|
|
5449
|
+
}
|
|
5450
|
+
|
|
5451
|
+
.p-tabmenu-nav .p-menuitem-text {
|
|
5452
|
+
line-height: 1;
|
|
5453
|
+
}
|
|
5454
|
+
|
|
5455
|
+
.p-tabmenu-ink-bar {
|
|
5456
|
+
display: none;
|
|
5457
|
+
z-index: 1;
|
|
5458
|
+
}
|
|
5459
|
+
|
|
5460
|
+
.p-tabmenu::-webkit-scrollbar {
|
|
5461
|
+
display: none;
|
|
5462
|
+
}
|
|
5463
|
+
|
|
5479
5464
|
.p-tabview-nav-container {
|
|
5480
5465
|
position: relative;
|
|
5481
5466
|
}
|
|
@@ -5551,43 +5536,26 @@ input.p-dropdown-label {
|
|
|
5551
5536
|
display: none;
|
|
5552
5537
|
}
|
|
5553
5538
|
|
|
5554
|
-
.p-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5558
|
-
.p-tabmenu-nav {
|
|
5559
|
-
display: flex;
|
|
5560
|
-
margin: 0;
|
|
5561
|
-
padding: 0;
|
|
5562
|
-
list-style-type: none;
|
|
5563
|
-
flex-wrap: nowrap;
|
|
5539
|
+
.p-terminal {
|
|
5540
|
+
height: 18rem;
|
|
5541
|
+
overflow: auto;
|
|
5564
5542
|
}
|
|
5565
5543
|
|
|
5566
|
-
.p-
|
|
5567
|
-
cursor: pointer;
|
|
5568
|
-
user-select: none;
|
|
5544
|
+
.p-terminal-prompt-container {
|
|
5569
5545
|
display: flex;
|
|
5570
5546
|
align-items: center;
|
|
5571
|
-
position: relative;
|
|
5572
|
-
text-decoration: none;
|
|
5573
|
-
text-decoration: none;
|
|
5574
|
-
overflow: hidden;
|
|
5575
5547
|
}
|
|
5576
5548
|
|
|
5577
|
-
.p-
|
|
5578
|
-
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
.p-tabmenu-ink-bar {
|
|
5586
|
-
display: none;
|
|
5587
|
-
z-index: 1;
|
|
5549
|
+
.p-terminal-input {
|
|
5550
|
+
flex: 1 1 auto;
|
|
5551
|
+
border: 0 none;
|
|
5552
|
+
background-color: transparent;
|
|
5553
|
+
color: inherit;
|
|
5554
|
+
padding: 0;
|
|
5555
|
+
outline: 0 none;
|
|
5588
5556
|
}
|
|
5589
5557
|
|
|
5590
|
-
.p-
|
|
5558
|
+
.p-terminal-input::-ms-clear {
|
|
5591
5559
|
display: none;
|
|
5592
5560
|
}
|
|
5593
5561
|
|
|
@@ -5606,29 +5574,6 @@ input.p-dropdown-label {
|
|
|
5606
5574
|
.p-tag.p-tag-rounded {
|
|
5607
5575
|
border-radius: 10rem;
|
|
5608
5576
|
}
|
|
5609
|
-
.p-terminal {
|
|
5610
|
-
height: 18rem;
|
|
5611
|
-
overflow: auto;
|
|
5612
|
-
}
|
|
5613
|
-
|
|
5614
|
-
.p-terminal-prompt-container {
|
|
5615
|
-
display: flex;
|
|
5616
|
-
align-items: center;
|
|
5617
|
-
}
|
|
5618
|
-
|
|
5619
|
-
.p-terminal-input {
|
|
5620
|
-
flex: 1 1 auto;
|
|
5621
|
-
border: 0 none;
|
|
5622
|
-
background-color: transparent;
|
|
5623
|
-
color: inherit;
|
|
5624
|
-
padding: 0;
|
|
5625
|
-
outline: 0 none;
|
|
5626
|
-
}
|
|
5627
|
-
|
|
5628
|
-
.p-terminal-input::-ms-clear {
|
|
5629
|
-
display: none;
|
|
5630
|
-
}
|
|
5631
|
-
|
|
5632
5577
|
.p-tieredmenu-overlay {
|
|
5633
5578
|
position: absolute;
|
|
5634
5579
|
}
|
|
@@ -5788,25 +5733,6 @@ input.p-dropdown-label {
|
|
|
5788
5733
|
flex-direction: column-reverse;
|
|
5789
5734
|
}
|
|
5790
5735
|
|
|
5791
|
-
.p-toolbar {
|
|
5792
|
-
display: flex;
|
|
5793
|
-
align-items: center;
|
|
5794
|
-
justify-content: space-between;
|
|
5795
|
-
flex-wrap: wrap;
|
|
5796
|
-
}
|
|
5797
|
-
|
|
5798
|
-
.p-toolbar-group-start,
|
|
5799
|
-
.p-toolbar-group-center,
|
|
5800
|
-
.p-toolbar-group-end {
|
|
5801
|
-
display: flex;
|
|
5802
|
-
align-items: center;
|
|
5803
|
-
}
|
|
5804
|
-
|
|
5805
|
-
.p-toolbar-group-left,
|
|
5806
|
-
.p-toolbar-group-right {
|
|
5807
|
-
display: flex;
|
|
5808
|
-
align-items: center;
|
|
5809
|
-
}
|
|
5810
5736
|
.p-toast {
|
|
5811
5737
|
position: fixed;
|
|
5812
5738
|
width: calc(100% - var(--toast-indent, 0px));
|
|
@@ -5822,6 +5748,10 @@ input.p-dropdown-label {
|
|
|
5822
5748
|
flex: 1 1 auto;
|
|
5823
5749
|
}
|
|
5824
5750
|
|
|
5751
|
+
.p-toast-summary {
|
|
5752
|
+
overflow-wrap: anywhere;
|
|
5753
|
+
}
|
|
5754
|
+
|
|
5825
5755
|
.p-toast-detail {
|
|
5826
5756
|
overflow-wrap: anywhere;
|
|
5827
5757
|
}
|
|
@@ -5902,7 +5832,7 @@ input.p-dropdown-label {
|
|
|
5902
5832
|
max-height: 1000px;
|
|
5903
5833
|
}
|
|
5904
5834
|
|
|
5905
|
-
.p-toast-message-exit-active {
|
|
5835
|
+
.p-toast .p-toast-message.p-toast-message-exit-active {
|
|
5906
5836
|
opacity: 0;
|
|
5907
5837
|
max-height: 0;
|
|
5908
5838
|
margin-bottom: 0;
|
|
@@ -5910,73 +5840,25 @@ input.p-dropdown-label {
|
|
|
5910
5840
|
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin-bottom 0.3s;
|
|
5911
5841
|
}
|
|
5912
5842
|
|
|
5913
|
-
.p-
|
|
5914
|
-
|
|
5915
|
-
padding: 0;
|
|
5916
|
-
list-style-type: none;
|
|
5917
|
-
overflow: auto;
|
|
5918
|
-
}
|
|
5919
|
-
|
|
5920
|
-
.p-treenode-children {
|
|
5921
|
-
margin: 0;
|
|
5922
|
-
padding: 0;
|
|
5923
|
-
list-style-type: none;
|
|
5924
|
-
}
|
|
5925
|
-
|
|
5926
|
-
.p-treenode-selectable {
|
|
5927
|
-
cursor: pointer;
|
|
5928
|
-
user-select: none;
|
|
5929
|
-
}
|
|
5930
|
-
|
|
5931
|
-
.p-tree-toggler {
|
|
5932
|
-
cursor: pointer;
|
|
5933
|
-
user-select: none;
|
|
5934
|
-
display: inline-flex;
|
|
5843
|
+
.p-toolbar {
|
|
5844
|
+
display: flex;
|
|
5935
5845
|
align-items: center;
|
|
5936
|
-
justify-content:
|
|
5937
|
-
flex-
|
|
5938
|
-
overflow: hidden;
|
|
5939
|
-
position: relative;
|
|
5940
|
-
}
|
|
5941
|
-
|
|
5942
|
-
.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
|
|
5943
|
-
visibility: hidden;
|
|
5846
|
+
justify-content: space-between;
|
|
5847
|
+
flex-wrap: wrap;
|
|
5944
5848
|
}
|
|
5945
5849
|
|
|
5946
|
-
.p-
|
|
5850
|
+
.p-toolbar-group-start,
|
|
5851
|
+
.p-toolbar-group-center,
|
|
5852
|
+
.p-toolbar-group-end {
|
|
5947
5853
|
display: flex;
|
|
5948
5854
|
align-items: center;
|
|
5949
5855
|
}
|
|
5950
5856
|
|
|
5951
|
-
.p-
|
|
5952
|
-
|
|
5953
|
-
}
|
|
5954
|
-
|
|
5955
|
-
.p-tree-filter-container {
|
|
5956
|
-
position: relative;
|
|
5957
|
-
display: block;
|
|
5958
|
-
width: 100%;
|
|
5959
|
-
}
|
|
5960
|
-
|
|
5961
|
-
.p-tree-filter-icon {
|
|
5962
|
-
position: absolute;
|
|
5963
|
-
top: 50%;
|
|
5964
|
-
margin-top: -.5rem;
|
|
5965
|
-
}
|
|
5966
|
-
|
|
5967
|
-
.p-tree-loading {
|
|
5968
|
-
position: relative;
|
|
5969
|
-
min-height: 4rem;
|
|
5970
|
-
}
|
|
5971
|
-
|
|
5972
|
-
.p-tree .p-tree-loading-overlay {
|
|
5973
|
-
position: absolute;
|
|
5974
|
-
z-index: 1;
|
|
5857
|
+
.p-toolbar-group-left,
|
|
5858
|
+
.p-toolbar-group-right {
|
|
5975
5859
|
display: flex;
|
|
5976
5860
|
align-items: center;
|
|
5977
|
-
justify-content: center;
|
|
5978
5861
|
}
|
|
5979
|
-
|
|
5980
5862
|
.p-tooltip {
|
|
5981
5863
|
position: absolute;
|
|
5982
5864
|
padding: .25em .5rem;
|
|
@@ -6040,6 +5922,73 @@ input.p-dropdown-label {
|
|
|
6040
5922
|
border-width: 0 .25em .25rem;
|
|
6041
5923
|
}
|
|
6042
5924
|
|
|
5925
|
+
.p-tree-container {
|
|
5926
|
+
margin: 0;
|
|
5927
|
+
padding: 0;
|
|
5928
|
+
list-style-type: none;
|
|
5929
|
+
overflow: auto;
|
|
5930
|
+
}
|
|
5931
|
+
|
|
5932
|
+
.p-treenode-children {
|
|
5933
|
+
margin: 0;
|
|
5934
|
+
padding: 0;
|
|
5935
|
+
list-style-type: none;
|
|
5936
|
+
}
|
|
5937
|
+
|
|
5938
|
+
.p-treenode-selectable {
|
|
5939
|
+
cursor: pointer;
|
|
5940
|
+
user-select: none;
|
|
5941
|
+
}
|
|
5942
|
+
|
|
5943
|
+
.p-tree-toggler {
|
|
5944
|
+
cursor: pointer;
|
|
5945
|
+
user-select: none;
|
|
5946
|
+
display: inline-flex;
|
|
5947
|
+
align-items: center;
|
|
5948
|
+
justify-content: center;
|
|
5949
|
+
flex-shrink: 0;
|
|
5950
|
+
overflow: hidden;
|
|
5951
|
+
position: relative;
|
|
5952
|
+
}
|
|
5953
|
+
|
|
5954
|
+
.p-treenode-leaf > .p-treenode-content .p-tree-toggler {
|
|
5955
|
+
visibility: hidden;
|
|
5956
|
+
}
|
|
5957
|
+
|
|
5958
|
+
.p-treenode-content {
|
|
5959
|
+
display: flex;
|
|
5960
|
+
align-items: center;
|
|
5961
|
+
}
|
|
5962
|
+
|
|
5963
|
+
.p-tree-filter {
|
|
5964
|
+
width: 100%;
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5967
|
+
.p-tree-filter-container {
|
|
5968
|
+
position: relative;
|
|
5969
|
+
display: block;
|
|
5970
|
+
width: 100%;
|
|
5971
|
+
}
|
|
5972
|
+
|
|
5973
|
+
.p-tree-filter-icon {
|
|
5974
|
+
position: absolute;
|
|
5975
|
+
top: 50%;
|
|
5976
|
+
margin-top: -.5rem;
|
|
5977
|
+
}
|
|
5978
|
+
|
|
5979
|
+
.p-tree-loading {
|
|
5980
|
+
position: relative;
|
|
5981
|
+
min-height: 4rem;
|
|
5982
|
+
}
|
|
5983
|
+
|
|
5984
|
+
.p-tree .p-tree-loading-overlay {
|
|
5985
|
+
position: absolute;
|
|
5986
|
+
z-index: 1;
|
|
5987
|
+
display: flex;
|
|
5988
|
+
align-items: center;
|
|
5989
|
+
justify-content: center;
|
|
5990
|
+
}
|
|
5991
|
+
|
|
6043
5992
|
.p-treeselect {
|
|
6044
5993
|
display: inline-flex;
|
|
6045
5994
|
cursor: pointer;
|
|
@@ -6135,59 +6084,12 @@ input.p-dropdown-label {
|
|
|
6135
6084
|
display: flex;
|
|
6136
6085
|
}
|
|
6137
6086
|
|
|
6138
|
-
.p-
|
|
6087
|
+
.p-treetable {
|
|
6139
6088
|
position: relative;
|
|
6140
|
-
overflow: auto;
|
|
6141
|
-
contain: strict;
|
|
6142
|
-
transform: translateZ(0);
|
|
6143
|
-
will-change: scroll-position;
|
|
6144
|
-
outline: 0 none;
|
|
6145
|
-
}
|
|
6146
|
-
|
|
6147
|
-
.p-virtualscroller-content {
|
|
6148
|
-
position: absolute;
|
|
6149
|
-
top: 0;
|
|
6150
|
-
left: 0;
|
|
6151
|
-
/*contain: content;*/
|
|
6152
|
-
min-height: 100%;
|
|
6153
|
-
min-width: 100%;
|
|
6154
|
-
will-change: transform;
|
|
6155
6089
|
}
|
|
6156
6090
|
|
|
6157
|
-
.p-
|
|
6158
|
-
|
|
6159
|
-
top: 0;
|
|
6160
|
-
left: 0;
|
|
6161
|
-
height: 1px;
|
|
6162
|
-
width: 1px;
|
|
6163
|
-
transform-origin: 0 0;
|
|
6164
|
-
pointer-events: none;
|
|
6165
|
-
}
|
|
6166
|
-
|
|
6167
|
-
.p-virtualscroller-loader {
|
|
6168
|
-
position: sticky;
|
|
6169
|
-
top: 0;
|
|
6170
|
-
left: 0;
|
|
6171
|
-
width: 100%;
|
|
6172
|
-
height: 100%;
|
|
6173
|
-
}
|
|
6174
|
-
|
|
6175
|
-
.p-virtualscroller-loader.p-component-overlay {
|
|
6176
|
-
display: flex;
|
|
6177
|
-
align-items: center;
|
|
6178
|
-
justify-content: center;
|
|
6179
|
-
}
|
|
6180
|
-
|
|
6181
|
-
.p-virtualscroller-loading-icon {
|
|
6182
|
-
font-size: 2rem;
|
|
6183
|
-
}
|
|
6184
|
-
|
|
6185
|
-
.p-horizontal-scroll > .p-virtualscroller-content {
|
|
6186
|
-
display: flex;
|
|
6187
|
-
}
|
|
6188
|
-
|
|
6189
|
-
.p-treetable {
|
|
6190
|
-
position: relative;
|
|
6091
|
+
.p-treetable > .p-treetable-wrapper {
|
|
6092
|
+
overflow: auto;
|
|
6191
6093
|
}
|
|
6192
6094
|
|
|
6193
6095
|
.p-treetable table {
|
|
@@ -6201,14 +6103,6 @@ input.p-dropdown-label {
|
|
|
6201
6103
|
user-select: none;
|
|
6202
6104
|
}
|
|
6203
6105
|
|
|
6204
|
-
.p-treetable-auto-layout > .p-treetable-wrapper {
|
|
6205
|
-
overflow-x: auto;
|
|
6206
|
-
}
|
|
6207
|
-
|
|
6208
|
-
.p-treetable-auto-layout > .p-treetable-wrapper > table {
|
|
6209
|
-
table-layout: auto;
|
|
6210
|
-
}
|
|
6211
|
-
|
|
6212
6106
|
.p-treetable-selectable .p-treetable-tbody > tr {
|
|
6213
6107
|
cursor: pointer;
|
|
6214
6108
|
}
|
|
@@ -6259,10 +6153,10 @@ input.p-dropdown-label {
|
|
|
6259
6153
|
top: 0;
|
|
6260
6154
|
right: 0;
|
|
6261
6155
|
margin: 0;
|
|
6262
|
-
width: .5rem;
|
|
6156
|
+
width: 0.5rem;
|
|
6263
6157
|
height: 100%;
|
|
6264
6158
|
padding: 0px;
|
|
6265
|
-
cursor:col-resize;
|
|
6159
|
+
cursor: col-resize;
|
|
6266
6160
|
border: 1px solid transparent;
|
|
6267
6161
|
}
|
|
6268
6162
|
|
|
@@ -6316,5 +6210,61 @@ input.p-dropdown-label {
|
|
|
6316
6210
|
display: flex;
|
|
6317
6211
|
align-items: center;
|
|
6318
6212
|
justify-content: center;
|
|
6319
|
-
z-index:
|
|
6213
|
+
z-index: 2;
|
|
6214
|
+
}
|
|
6215
|
+
|
|
6216
|
+
.p-virtualscroller {
|
|
6217
|
+
position: relative;
|
|
6218
|
+
overflow: auto;
|
|
6219
|
+
contain: strict;
|
|
6220
|
+
transform: translateZ(0);
|
|
6221
|
+
will-change: scroll-position;
|
|
6222
|
+
outline: 0 none;
|
|
6223
|
+
}
|
|
6224
|
+
|
|
6225
|
+
.p-virtualscroller-content {
|
|
6226
|
+
position: absolute;
|
|
6227
|
+
top: 0;
|
|
6228
|
+
left: 0;
|
|
6229
|
+
/*contain: content;*/
|
|
6230
|
+
min-height: 100%;
|
|
6231
|
+
min-width: 100%;
|
|
6232
|
+
will-change: transform;
|
|
6233
|
+
}
|
|
6234
|
+
|
|
6235
|
+
.p-virtualscroller-spacer {
|
|
6236
|
+
position: absolute;
|
|
6237
|
+
top: 0;
|
|
6238
|
+
left: 0;
|
|
6239
|
+
height: 1px;
|
|
6240
|
+
width: 1px;
|
|
6241
|
+
transform-origin: 0 0;
|
|
6242
|
+
pointer-events: none;
|
|
6243
|
+
}
|
|
6244
|
+
|
|
6245
|
+
.p-virtualscroller-loader {
|
|
6246
|
+
position: sticky;
|
|
6247
|
+
top: 0;
|
|
6248
|
+
left: 0;
|
|
6249
|
+
width: 100%;
|
|
6250
|
+
height: 100%;
|
|
6251
|
+
}
|
|
6252
|
+
|
|
6253
|
+
.p-virtualscroller-loader.p-component-overlay {
|
|
6254
|
+
display: flex;
|
|
6255
|
+
align-items: center;
|
|
6256
|
+
justify-content: center;
|
|
6257
|
+
}
|
|
6258
|
+
|
|
6259
|
+
.p-virtualscroller-loading-icon {
|
|
6260
|
+
font-size: 2rem;
|
|
6261
|
+
}
|
|
6262
|
+
|
|
6263
|
+
.p-virtualscroller-horizontal > .p-virtualscroller-content {
|
|
6264
|
+
display: flex;
|
|
6265
|
+
}
|
|
6266
|
+
|
|
6267
|
+
/* Inline */
|
|
6268
|
+
.p-virtualscroller-inline .p-virtualscroller-content {
|
|
6269
|
+
position: static;
|
|
6320
6270
|
}
|