primereact 9.1.1 → 9.2.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/api.d.ts +2 -2
- 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/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/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 +226 -115
- package/core/core.min.js +4 -4
- package/datatable/datatable.cjs.js +84 -79
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +2 -11
- package/datatable/datatable.esm.js +85 -80
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +84 -79
- package/datatable/datatable.min.css +1 -1
- package/datatable/datatable.min.js +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 +13 -0
- 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/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 +91 -6
- package/megamenu/megamenu.cjs.min.js +1 -1
- package/megamenu/megamenu.d.ts +9 -0
- package/megamenu/megamenu.esm.js +93 -8
- package/megamenu/megamenu.esm.min.js +1 -1
- package/megamenu/megamenu.js +91 -6
- package/megamenu/megamenu.min.css +1 -1
- package/megamenu/megamenu.min.js +1 -1
- package/multiselect/multiselect.cjs.js +1 -0
- package/multiselect/multiselect.cjs.min.js +1 -1
- package/multiselect/multiselect.esm.js +1 -0
- package/multiselect/multiselect.esm.min.js +1 -1
- package/multiselect/multiselect.js +1 -0
- package/multiselect/multiselect.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +554 -244
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +554 -245
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +554 -244
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +616 -667
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +130 -2
- package/resources/themes/arya-green/theme.css +130 -2
- package/resources/themes/arya-orange/theme.css +130 -2
- package/resources/themes/arya-purple/theme.css +130 -2
- package/resources/themes/bootstrap4-dark-blue/theme.css +131 -2
- package/resources/themes/bootstrap4-dark-purple/theme.css +131 -2
- package/resources/themes/bootstrap4-light-blue/theme.css +131 -2
- package/resources/themes/bootstrap4-light-purple/theme.css +131 -2
- package/resources/themes/fluent-light/theme.css +131 -2
- package/resources/themes/lara-dark-blue/theme.css +131 -2
- package/resources/themes/lara-dark-indigo/theme.css +131 -2
- package/resources/themes/lara-dark-purple/theme.css +131 -2
- package/resources/themes/lara-dark-teal/theme.css +131 -2
- package/resources/themes/lara-light-blue/theme.css +131 -2
- package/resources/themes/lara-light-indigo/theme.css +131 -2
- package/resources/themes/lara-light-purple/theme.css +131 -2
- package/resources/themes/lara-light-teal/theme.css +131 -2
- package/resources/themes/luna-amber/theme.css +131 -2
- package/resources/themes/luna-blue/theme.css +131 -2
- package/resources/themes/luna-green/theme.css +131 -2
- package/resources/themes/luna-pink/theme.css +131 -2
- package/resources/themes/md-dark-deeppurple/theme.css +131 -2
- package/resources/themes/md-dark-indigo/theme.css +131 -2
- package/resources/themes/md-light-deeppurple/theme.css +131 -2
- package/resources/themes/md-light-indigo/theme.css +131 -2
- package/resources/themes/mdc-dark-deeppurple/theme.css +131 -2
- package/resources/themes/mdc-dark-indigo/theme.css +131 -2
- package/resources/themes/mdc-light-deeppurple/theme.css +131 -2
- package/resources/themes/mdc-light-indigo/theme.css +131 -2
- package/resources/themes/mira/theme.css +131 -2
- package/resources/themes/nano/theme.css +131 -2
- package/resources/themes/nova/theme.css +131 -2
- package/resources/themes/nova-accent/theme.css +131 -2
- package/resources/themes/nova-alt/theme.css +131 -2
- package/resources/themes/rhea/theme.css +131 -2
- package/resources/themes/saga-blue/theme.css +131 -2
- package/resources/themes/saga-green/theme.css +131 -2
- package/resources/themes/saga-orange/theme.css +131 -2
- package/resources/themes/saga-purple/theme.css +131 -2
- package/resources/themes/soho-dark/theme.css +131 -2
- package/resources/themes/soho-light/theme.css +131 -2
- package/resources/themes/tailwind-light/theme.css +131 -2
- package/resources/themes/vela-blue/theme.css +131 -2
- package/resources/themes/vela-green/theme.css +131 -2
- package/resources/themes/vela-orange/theme.css +131 -2
- package/resources/themes/vela-purple/theme.css +131 -2
- package/resources/themes/viva-dark/theme.css +131 -2
- package/resources/themes/viva-light/theme.css +131 -2
- 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.min.css +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 +14 -9
- package/utils/utils.cjs.min.js +1 -1
- package/utils/utils.esm.js +14 -9
- package/utils/utils.esm.min.js +1 -1
- package/utils/utils.js +14 -9
- 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 +1 -1
package/resources/primereact.css
CHANGED
|
@@ -221,6 +221,15 @@
|
|
|
221
221
|
cursor: pointer;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
+
.p-avatar-group .p-avatar + .p-avatar {
|
|
225
|
+
margin-left: -1rem;
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
.p-avatar-group {
|
|
229
|
+
display: flex;
|
|
230
|
+
align-items: center;
|
|
231
|
+
}
|
|
232
|
+
|
|
224
233
|
.p-autocomplete {
|
|
225
234
|
display: inline-flex;
|
|
226
235
|
position: relative;
|
|
@@ -318,13 +327,28 @@
|
|
|
318
327
|
width: 1%;
|
|
319
328
|
}
|
|
320
329
|
|
|
321
|
-
.p-
|
|
322
|
-
|
|
330
|
+
.p-blockui-container {
|
|
331
|
+
position: relative;
|
|
323
332
|
}
|
|
324
333
|
|
|
325
|
-
.p-
|
|
334
|
+
.p-blockui {
|
|
335
|
+
position: absolute;
|
|
336
|
+
top: 0;
|
|
337
|
+
left: 0;
|
|
338
|
+
width: 100%;
|
|
339
|
+
height: 100%;
|
|
340
|
+
opacity: 1;
|
|
326
341
|
display: flex;
|
|
327
342
|
align-items: center;
|
|
343
|
+
justify-content: center;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.p-blockui.p-component-overlay {
|
|
347
|
+
position: absolute;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.p-blockui-document.p-component-overlay {
|
|
351
|
+
position: fixed;
|
|
328
352
|
}
|
|
329
353
|
|
|
330
354
|
.p-badge {
|
|
@@ -360,30 +384,6 @@
|
|
|
360
384
|
border-radius: 50%;
|
|
361
385
|
}
|
|
362
386
|
|
|
363
|
-
.p-blockui-container {
|
|
364
|
-
position: relative;
|
|
365
|
-
}
|
|
366
|
-
|
|
367
|
-
.p-blockui {
|
|
368
|
-
position: absolute;
|
|
369
|
-
top: 0;
|
|
370
|
-
left: 0;
|
|
371
|
-
width: 100%;
|
|
372
|
-
height: 100%;
|
|
373
|
-
opacity: 1;
|
|
374
|
-
display: flex;
|
|
375
|
-
align-items: center;
|
|
376
|
-
justify-content: center;
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
.p-blockui.p-component-overlay {
|
|
380
|
-
position: absolute;
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
.p-blockui-document.p-component-overlay {
|
|
384
|
-
position: fixed;
|
|
385
|
-
}
|
|
386
|
-
|
|
387
387
|
.p-breadcrumb {
|
|
388
388
|
overflow-x: auto;
|
|
389
389
|
}
|
|
@@ -812,46 +812,9 @@
|
|
|
812
812
|
top: 0;
|
|
813
813
|
}
|
|
814
814
|
|
|
815
|
-
.p-
|
|
816
|
-
|
|
817
|
-
cursor: pointer;
|
|
818
|
-
user-select: none;
|
|
819
|
-
vertical-align: bottom;
|
|
820
|
-
position: relative;
|
|
821
|
-
}
|
|
822
|
-
|
|
823
|
-
.p-checkbox.p-checkbox-disabled {
|
|
824
|
-
cursor: auto;
|
|
825
|
-
}
|
|
826
|
-
|
|
827
|
-
.p-checkbox-box {
|
|
828
|
-
display: flex;
|
|
829
|
-
justify-content: center;
|
|
830
|
-
align-items: center;
|
|
831
|
-
}
|
|
832
|
-
|
|
833
|
-
.p-chip {
|
|
834
|
-
display: inline-flex;
|
|
835
|
-
align-items: center;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.p-chip-text {
|
|
839
|
-
line-height: 1.5;
|
|
840
|
-
}
|
|
841
|
-
|
|
842
|
-
.p-chip-icon.pi {
|
|
843
|
-
line-height: 1.5;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.p-chip .p-chip-remove-icon {
|
|
847
|
-
line-height: 1.5;
|
|
848
|
-
cursor: pointer;
|
|
849
|
-
}
|
|
850
|
-
|
|
851
|
-
.p-chip img {
|
|
852
|
-
border-radius: 50%;
|
|
815
|
+
.p-chart {
|
|
816
|
+
position: relative
|
|
853
817
|
}
|
|
854
|
-
|
|
855
818
|
.p-chips {
|
|
856
819
|
display: inline-flex;
|
|
857
820
|
}
|
|
@@ -898,9 +861,24 @@
|
|
|
898
861
|
display: flex;
|
|
899
862
|
}
|
|
900
863
|
|
|
901
|
-
.p-
|
|
902
|
-
|
|
864
|
+
.p-checkbox {
|
|
865
|
+
display: inline-flex;
|
|
866
|
+
cursor: pointer;
|
|
867
|
+
user-select: none;
|
|
868
|
+
vertical-align: bottom;
|
|
869
|
+
position: relative;
|
|
870
|
+
}
|
|
871
|
+
|
|
872
|
+
.p-checkbox.p-checkbox-disabled {
|
|
873
|
+
cursor: auto;
|
|
874
|
+
}
|
|
875
|
+
|
|
876
|
+
.p-checkbox-box {
|
|
877
|
+
display: flex;
|
|
878
|
+
justify-content: center;
|
|
879
|
+
align-items: center;
|
|
903
880
|
}
|
|
881
|
+
|
|
904
882
|
.p-colorpicker {
|
|
905
883
|
display: inline-block;
|
|
906
884
|
}
|
|
@@ -991,6 +969,28 @@
|
|
|
991
969
|
background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAACWCAIAAAC3uvTNAAAA7ElEQVRYw+2YUQqDQAxEh9GWuqV6Be9/JT88RN0VRUuv0ElBwhKY3yF5m90kLKd+mF/975r6geNyjm9Fy0kgqTJ6nqoIdGKczjmPJU5tZxA8wWPL7YOHKhZAlcmTAVVcxSCrMbfgqY/H6JEOoASPe56tgSrqLR7U2zWojwWjJ3jq47HEiZoGTwJxP1RRXw8y9RZfCMhbhTHOVTxXnUFtPJ5rGjzu35y2KfKGQxWT2K4TQL1d2zz6KAH1kRU8wfOXx+37qY3Hct+aDaqot2u7R/wMuDS3qnj0z0HqK4X/+kRNHdfUwFP2Nisqe/sFuUZiVjC9HCUAAAAASUVORK5CYII=') no-repeat left top;
|
|
992
970
|
}
|
|
993
971
|
|
|
972
|
+
.p-chip {
|
|
973
|
+
display: inline-flex;
|
|
974
|
+
align-items: center;
|
|
975
|
+
}
|
|
976
|
+
|
|
977
|
+
.p-chip-text {
|
|
978
|
+
line-height: 1.5;
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
.p-chip-icon.pi {
|
|
982
|
+
line-height: 1.5;
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
.p-chip .p-chip-remove-icon {
|
|
986
|
+
line-height: 1.5;
|
|
987
|
+
cursor: pointer;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
.p-chip img {
|
|
991
|
+
border-radius: 50%;
|
|
992
|
+
}
|
|
993
|
+
|
|
994
994
|
.p-confirm-popup {
|
|
995
995
|
position: absolute;
|
|
996
996
|
top: 50%;
|
|
@@ -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
|
}
|
|
@@ -1119,21 +1091,24 @@
|
|
|
1119
1091
|
position: relative;
|
|
1120
1092
|
}
|
|
1121
1093
|
|
|
1122
|
-
.p-datatable
|
|
1123
|
-
|
|
1124
|
-
min-width: 100%;
|
|
1125
|
-
table-layout: fixed;
|
|
1094
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1095
|
+
overflow: auto;
|
|
1126
1096
|
}
|
|
1127
1097
|
|
|
1128
|
-
.p-datatable
|
|
1129
|
-
|
|
1130
|
-
|
|
1098
|
+
.p-datatable-table {
|
|
1099
|
+
border-spacing: 0px;
|
|
1100
|
+
width: 100%;
|
|
1131
1101
|
}
|
|
1132
1102
|
|
|
1133
1103
|
.p-datatable .p-sortable-disabled {
|
|
1134
1104
|
cursor: auto;
|
|
1135
1105
|
}
|
|
1136
1106
|
|
|
1107
|
+
.p-datatable .p-sortable-column {
|
|
1108
|
+
cursor: pointer;
|
|
1109
|
+
user-select: none;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1137
1112
|
.p-datatable .p-sortable-column .p-column-title,
|
|
1138
1113
|
.p-datatable .p-sortable-column .p-sortable-column-icon,
|
|
1139
1114
|
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
@@ -1146,15 +1121,6 @@
|
|
|
1146
1121
|
justify-content: center;
|
|
1147
1122
|
}
|
|
1148
1123
|
|
|
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
1124
|
.p-datatable-selectable .p-selectable-row,
|
|
1159
1125
|
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1160
1126
|
cursor: pointer;
|
|
@@ -1166,45 +1132,22 @@
|
|
|
1166
1132
|
}
|
|
1167
1133
|
|
|
1168
1134
|
/* Scrollable */
|
|
1169
|
-
.p-datatable-scrollable .p-datatable-wrapper {
|
|
1135
|
+
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1170
1136
|
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
1137
|
}
|
|
1195
1138
|
|
|
1196
|
-
.p-datatable-scrollable .p-datatable-thead {
|
|
1139
|
+
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1197
1140
|
position: sticky;
|
|
1198
1141
|
top: 0;
|
|
1199
1142
|
z-index: 1;
|
|
1200
1143
|
}
|
|
1201
1144
|
|
|
1202
|
-
.p-datatable-scrollable .p-datatable-frozen-tbody {
|
|
1145
|
+
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1203
1146
|
position: sticky;
|
|
1204
1147
|
z-index: 1;
|
|
1205
1148
|
}
|
|
1206
1149
|
|
|
1207
|
-
.p-datatable-scrollable .p-datatable-tfoot {
|
|
1150
|
+
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1208
1151
|
position: sticky;
|
|
1209
1152
|
bottom: 0;
|
|
1210
1153
|
z-index: 1;
|
|
@@ -1219,77 +1162,38 @@
|
|
|
1219
1162
|
z-index: 1;
|
|
1220
1163
|
}
|
|
1221
1164
|
|
|
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
1165
|
.p-datatable-flex-scrollable {
|
|
1232
1166
|
display: flex;
|
|
1233
1167
|
flex-direction: column;
|
|
1234
1168
|
height: 100%;
|
|
1235
1169
|
}
|
|
1236
1170
|
|
|
1237
|
-
.p-datatable-flex-scrollable .p-datatable-wrapper {
|
|
1171
|
+
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1238
1172
|
display: flex;
|
|
1239
1173
|
flex-direction: column;
|
|
1240
1174
|
flex: 1;
|
|
1241
1175
|
height: 100%;
|
|
1242
1176
|
}
|
|
1243
1177
|
|
|
1244
|
-
.p-datatable-scrollable .p-rowgroup-header {
|
|
1178
|
+
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1245
1179
|
position: sticky;
|
|
1246
1180
|
z-index: 1;
|
|
1247
1181
|
}
|
|
1248
1182
|
|
|
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
1183
|
/* 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 {
|
|
1184
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th,
|
|
1185
|
+
.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
|
|
1186
|
+
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1283
1187
|
overflow: hidden;
|
|
1284
1188
|
white-space: nowrap;
|
|
1285
1189
|
}
|
|
1286
1190
|
|
|
1287
|
-
.p-datatable-resizable .p-resizable-column {
|
|
1191
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1288
1192
|
background-clip: padding-box;
|
|
1289
1193
|
position: relative;
|
|
1290
1194
|
}
|
|
1291
1195
|
|
|
1292
|
-
.p-datatable-resizable-fit .p-resizable-column:last-child .p-column-resizer {
|
|
1196
|
+
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1293
1197
|
display: none;
|
|
1294
1198
|
}
|
|
1295
1199
|
|
|
@@ -1299,10 +1203,10 @@
|
|
|
1299
1203
|
top: 0;
|
|
1300
1204
|
right: 0;
|
|
1301
1205
|
margin: 0;
|
|
1302
|
-
width: .5rem;
|
|
1206
|
+
width: 0.5rem;
|
|
1303
1207
|
height: 100%;
|
|
1304
1208
|
padding: 0px;
|
|
1305
|
-
cursor:col-resize;
|
|
1209
|
+
cursor: col-resize;
|
|
1306
1210
|
border: 1px solid transparent;
|
|
1307
1211
|
}
|
|
1308
1212
|
|
|
@@ -1428,7 +1332,11 @@
|
|
|
1428
1332
|
}
|
|
1429
1333
|
|
|
1430
1334
|
/* VirtualScroller */
|
|
1431
|
-
.p-datatable
|
|
1335
|
+
.p-datatable-virtualscroller-spacer {
|
|
1336
|
+
display: flex;
|
|
1337
|
+
}
|
|
1338
|
+
|
|
1339
|
+
.p-datatable .p-virtualscroller .p-virtualscroller-loading {
|
|
1432
1340
|
transform: none !important;
|
|
1433
1341
|
min-height: 0;
|
|
1434
1342
|
position: sticky;
|
|
@@ -1471,6 +1379,34 @@
|
|
|
1471
1379
|
justify-content: center;
|
|
1472
1380
|
}
|
|
1473
1381
|
|
|
1382
|
+
.p-datascroller {
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.p-datascroller .p-datascroller-header {
|
|
1386
|
+
text-align: center;
|
|
1387
|
+
padding: .5em .75em;
|
|
1388
|
+
border-bottom: 0 none;
|
|
1389
|
+
}
|
|
1390
|
+
|
|
1391
|
+
.p-datascroller .p-datascroller-footer {
|
|
1392
|
+
text-align: center;
|
|
1393
|
+
padding: .25em .625em;
|
|
1394
|
+
border-top: 0px none;
|
|
1395
|
+
}
|
|
1396
|
+
|
|
1397
|
+
.p-datascroller .p-datascroller-content {
|
|
1398
|
+
padding: .25em .625em;
|
|
1399
|
+
}
|
|
1400
|
+
|
|
1401
|
+
.p-datascroller-inline .p-datascroller-content {
|
|
1402
|
+
overflow: auto;
|
|
1403
|
+
}
|
|
1404
|
+
|
|
1405
|
+
.p-datascroller .p-datascroller-list {
|
|
1406
|
+
list-style-type: none;
|
|
1407
|
+
margin: 0;
|
|
1408
|
+
padding: 0;
|
|
1409
|
+
}
|
|
1474
1410
|
.p-dialog-mask {
|
|
1475
1411
|
position: fixed;
|
|
1476
1412
|
top: 0;
|
|
@@ -2945,63 +2881,23 @@ input.p-dropdown-label {
|
|
|
2945
2881
|
border: 1px solid #ccc;
|
|
2946
2882
|
}
|
|
2947
2883
|
|
|
2948
|
-
.p-
|
|
2949
|
-
|
|
2950
|
-
}
|
|
2951
|
-
|
|
2952
|
-
.p-fileupload-row {
|
|
2884
|
+
.p-fieldset-legend > a,
|
|
2885
|
+
.p-fieldset-legend > span {
|
|
2953
2886
|
display: flex;
|
|
2954
2887
|
align-items: center;
|
|
2888
|
+
justify-content: center;
|
|
2955
2889
|
}
|
|
2956
2890
|
|
|
2957
|
-
.p-
|
|
2958
|
-
|
|
2959
|
-
|
|
2960
|
-
}
|
|
2961
|
-
|
|
2962
|
-
.p-fileupload-row > div:last-child {
|
|
2963
|
-
text-align: right;
|
|
2964
|
-
}
|
|
2965
|
-
|
|
2966
|
-
.p-fileupload-content > .p-progressbar {
|
|
2967
|
-
width: 100%;
|
|
2968
|
-
position: absolute;
|
|
2969
|
-
top: 0;
|
|
2970
|
-
left: 0;
|
|
2971
|
-
}
|
|
2972
|
-
|
|
2973
|
-
.p-button.p-fileupload-choose {
|
|
2974
|
-
position: relative;
|
|
2891
|
+
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
2892
|
+
cursor: pointer;
|
|
2893
|
+
user-select: none;
|
|
2975
2894
|
overflow: hidden;
|
|
2895
|
+
position: relative;
|
|
2896
|
+
text-decoration: none;
|
|
2976
2897
|
}
|
|
2977
2898
|
|
|
2978
|
-
.p-
|
|
2979
|
-
|
|
2980
|
-
flex-wrap: wrap;
|
|
2981
|
-
}
|
|
2982
|
-
|
|
2983
|
-
.p-button.p-fileupload-choose input[type=file] {
|
|
2984
|
-
display: none;
|
|
2985
|
-
}
|
|
2986
|
-
|
|
2987
|
-
.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
|
|
2988
|
-
display: none;
|
|
2989
|
-
}
|
|
2990
|
-
|
|
2991
|
-
.p-fileupload-filename {
|
|
2992
|
-
word-break: break-all;
|
|
2993
|
-
}
|
|
2994
|
-
|
|
2995
|
-
.p-fileupload-file-thumbnail {
|
|
2996
|
-
flex-shrink: 0;
|
|
2997
|
-
}
|
|
2998
|
-
|
|
2999
|
-
.p-fileupload-file-badge {
|
|
3000
|
-
margin: 0.5rem;
|
|
3001
|
-
}
|
|
3002
|
-
|
|
3003
|
-
.p-fluid .p-fileupload .p-button {
|
|
3004
|
-
width: auto;
|
|
2899
|
+
.p-fieldset-legend-text {
|
|
2900
|
+
line-height: 1;
|
|
3005
2901
|
}
|
|
3006
2902
|
|
|
3007
2903
|
.p-galleria-content {
|
|
@@ -3303,25 +3199,6 @@ input.p-dropdown-label {
|
|
|
3303
3199
|
visibility: visible;
|
|
3304
3200
|
}
|
|
3305
3201
|
|
|
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
3202
|
.p-image-mask {
|
|
3326
3203
|
display: flex;
|
|
3327
3204
|
align-items: center;
|
|
@@ -3404,6 +3281,65 @@ input.p-dropdown-label {
|
|
|
3404
3281
|
transition: all 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
3405
3282
|
}
|
|
3406
3283
|
|
|
3284
|
+
.p-fileupload-content {
|
|
3285
|
+
position: relative;
|
|
3286
|
+
}
|
|
3287
|
+
|
|
3288
|
+
.p-fileupload-row {
|
|
3289
|
+
display: flex;
|
|
3290
|
+
align-items: center;
|
|
3291
|
+
}
|
|
3292
|
+
|
|
3293
|
+
.p-fileupload-row > div {
|
|
3294
|
+
flex: 1 1 auto;
|
|
3295
|
+
width: 25%;
|
|
3296
|
+
}
|
|
3297
|
+
|
|
3298
|
+
.p-fileupload-row > div:last-child {
|
|
3299
|
+
text-align: right;
|
|
3300
|
+
}
|
|
3301
|
+
|
|
3302
|
+
.p-fileupload-content > .p-progressbar {
|
|
3303
|
+
width: 100%;
|
|
3304
|
+
position: absolute;
|
|
3305
|
+
top: 0;
|
|
3306
|
+
left: 0;
|
|
3307
|
+
}
|
|
3308
|
+
|
|
3309
|
+
.p-button.p-fileupload-choose {
|
|
3310
|
+
position: relative;
|
|
3311
|
+
overflow: hidden;
|
|
3312
|
+
}
|
|
3313
|
+
|
|
3314
|
+
.p-fileupload-buttonbar {
|
|
3315
|
+
display: flex;
|
|
3316
|
+
flex-wrap: wrap;
|
|
3317
|
+
}
|
|
3318
|
+
|
|
3319
|
+
.p-button.p-fileupload-choose input[type=file] {
|
|
3320
|
+
display: none;
|
|
3321
|
+
}
|
|
3322
|
+
|
|
3323
|
+
.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
|
|
3324
|
+
display: none;
|
|
3325
|
+
}
|
|
3326
|
+
|
|
3327
|
+
.p-fileupload-filename {
|
|
3328
|
+
word-break: break-all;
|
|
3329
|
+
}
|
|
3330
|
+
|
|
3331
|
+
.p-fileupload-file-thumbnail {
|
|
3332
|
+
flex-shrink: 0;
|
|
3333
|
+
}
|
|
3334
|
+
|
|
3335
|
+
.p-fileupload-file-badge {
|
|
3336
|
+
margin: 0.5rem;
|
|
3337
|
+
}
|
|
3338
|
+
|
|
3339
|
+
.p-fluid .p-fileupload .p-button {
|
|
3340
|
+
width: auto;
|
|
3341
|
+
}
|
|
3342
|
+
|
|
3407
3343
|
.p-inplace .p-inplace-display {
|
|
3408
3344
|
display: inline;
|
|
3409
3345
|
cursor: pointer;
|
|
@@ -3426,6 +3362,27 @@ input.p-dropdown-label {
|
|
|
3426
3362
|
margin-left: .25rem;
|
|
3427
3363
|
}
|
|
3428
3364
|
|
|
3365
|
+
.p-inputswitch {
|
|
3366
|
+
position: relative;
|
|
3367
|
+
display: inline-block;
|
|
3368
|
+
}
|
|
3369
|
+
|
|
3370
|
+
.p-inputswitch-slider {
|
|
3371
|
+
position: absolute;
|
|
3372
|
+
cursor: pointer;
|
|
3373
|
+
top: 0;
|
|
3374
|
+
left: 0;
|
|
3375
|
+
right: 0;
|
|
3376
|
+
bottom: 0;
|
|
3377
|
+
border: 1px solid transparent;
|
|
3378
|
+
}
|
|
3379
|
+
|
|
3380
|
+
.p-inputswitch-slider:before {
|
|
3381
|
+
position: absolute;
|
|
3382
|
+
content: "";
|
|
3383
|
+
top: 50%;
|
|
3384
|
+
}
|
|
3385
|
+
|
|
3429
3386
|
.p-inputnumber {
|
|
3430
3387
|
display: inline-flex;
|
|
3431
3388
|
}
|
|
@@ -3527,27 +3484,6 @@ input.p-dropdown-label {
|
|
|
3527
3484
|
width: 100%;
|
|
3528
3485
|
}
|
|
3529
3486
|
|
|
3530
|
-
.p-inputswitch {
|
|
3531
|
-
position: relative;
|
|
3532
|
-
display: inline-block;
|
|
3533
|
-
}
|
|
3534
|
-
|
|
3535
|
-
.p-inputswitch-slider {
|
|
3536
|
-
position: absolute;
|
|
3537
|
-
cursor: pointer;
|
|
3538
|
-
top: 0;
|
|
3539
|
-
left: 0;
|
|
3540
|
-
right: 0;
|
|
3541
|
-
bottom: 0;
|
|
3542
|
-
border: 1px solid transparent;
|
|
3543
|
-
}
|
|
3544
|
-
|
|
3545
|
-
.p-inputswitch-slider:before {
|
|
3546
|
-
position: absolute;
|
|
3547
|
-
content: "";
|
|
3548
|
-
top: 50%;
|
|
3549
|
-
}
|
|
3550
|
-
|
|
3551
3487
|
.p-inputtext {
|
|
3552
3488
|
margin: 0;
|
|
3553
3489
|
}
|
|
@@ -3599,7 +3535,8 @@ input.p-dropdown-label {
|
|
|
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
|
|
|
@@ -3653,6 +3590,15 @@ input.p-dropdown-label {
|
|
|
3653
3590
|
width: 100%;
|
|
3654
3591
|
}
|
|
3655
3592
|
|
|
3593
|
+
.p-inputtextarea-resizable {
|
|
3594
|
+
overflow: hidden;
|
|
3595
|
+
resize: none;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
.p-fluid .p-inputtextarea {
|
|
3599
|
+
width: 100%;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3656
3602
|
@keyframes dash-frame {
|
|
3657
3603
|
100% {
|
|
3658
3604
|
stroke-dashoffset: 0;
|
|
@@ -3671,15 +3617,6 @@ input.p-dropdown-label {
|
|
|
3671
3617
|
font-size: 1.3rem;
|
|
3672
3618
|
text-align: center;
|
|
3673
3619
|
}
|
|
3674
|
-
.p-inputtextarea-resizable {
|
|
3675
|
-
overflow: hidden;
|
|
3676
|
-
resize: none;
|
|
3677
|
-
}
|
|
3678
|
-
|
|
3679
|
-
.p-fluid .p-inputtextarea {
|
|
3680
|
-
width: 100%;
|
|
3681
|
-
}
|
|
3682
|
-
|
|
3683
3620
|
.p-mention {
|
|
3684
3621
|
display: inline-flex;
|
|
3685
3622
|
position: relative;
|
|
@@ -3719,30 +3656,34 @@ input.p-dropdown-label {
|
|
|
3719
3656
|
display: flex;
|
|
3720
3657
|
}
|
|
3721
3658
|
|
|
3722
|
-
.p-
|
|
3723
|
-
|
|
3724
|
-
/* Github #3122: Prevent animation flickering */
|
|
3725
|
-
top: -9999px;
|
|
3726
|
-
left: -9999px;
|
|
3659
|
+
.p-listbox-list-wrapper {
|
|
3660
|
+
overflow: auto;
|
|
3727
3661
|
}
|
|
3728
3662
|
|
|
3729
|
-
.p-
|
|
3663
|
+
.p-listbox-list {
|
|
3664
|
+
list-style-type: none;
|
|
3730
3665
|
margin: 0;
|
|
3731
3666
|
padding: 0;
|
|
3732
|
-
list-style: none;
|
|
3733
3667
|
}
|
|
3734
3668
|
|
|
3735
|
-
.p-
|
|
3669
|
+
.p-listbox-item {
|
|
3736
3670
|
cursor: pointer;
|
|
3737
|
-
|
|
3738
|
-
align-items: center;
|
|
3739
|
-
text-decoration: none;
|
|
3671
|
+
position: relative;
|
|
3740
3672
|
overflow: hidden;
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.p-listbox-filter-container {
|
|
3741
3676
|
position: relative;
|
|
3742
3677
|
}
|
|
3743
3678
|
|
|
3744
|
-
.p-
|
|
3745
|
-
|
|
3679
|
+
.p-listbox-filter-icon {
|
|
3680
|
+
position: absolute;
|
|
3681
|
+
top: 50%;
|
|
3682
|
+
margin-top: -.5rem;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.p-listbox-filter {
|
|
3686
|
+
width: 100%;
|
|
3746
3687
|
}
|
|
3747
3688
|
|
|
3748
3689
|
.p-megamenu {
|
|
@@ -3824,7 +3765,6 @@ input.p-dropdown-label {
|
|
|
3824
3765
|
margin-left: auto;
|
|
3825
3766
|
}
|
|
3826
3767
|
|
|
3827
|
-
|
|
3828
3768
|
.p-megamenu-grid {
|
|
3829
3769
|
display: flex;
|
|
3830
3770
|
}
|
|
@@ -3858,34 +3798,12 @@ input.p-dropdown-label {
|
|
|
3858
3798
|
width: 100%;
|
|
3859
3799
|
}
|
|
3860
3800
|
|
|
3861
|
-
.p-
|
|
3862
|
-
|
|
3863
|
-
}
|
|
3864
|
-
|
|
3865
|
-
.p-listbox-list {
|
|
3866
|
-
list-style-type: none;
|
|
3867
|
-
margin: 0;
|
|
3868
|
-
padding: 0;
|
|
3869
|
-
}
|
|
3870
|
-
|
|
3871
|
-
.p-listbox-item {
|
|
3801
|
+
.p-megamenu-button {
|
|
3802
|
+
display: none;
|
|
3872
3803
|
cursor: pointer;
|
|
3873
|
-
|
|
3874
|
-
|
|
3875
|
-
|
|
3876
|
-
|
|
3877
|
-
.p-listbox-filter-container {
|
|
3878
|
-
position: relative;
|
|
3879
|
-
}
|
|
3880
|
-
|
|
3881
|
-
.p-listbox-filter-icon {
|
|
3882
|
-
position: absolute;
|
|
3883
|
-
top: 50%;
|
|
3884
|
-
margin-top: -.5rem;
|
|
3885
|
-
}
|
|
3886
|
-
|
|
3887
|
-
.p-listbox-filter {
|
|
3888
|
-
width: 100%;
|
|
3804
|
+
align-items: center;
|
|
3805
|
+
justify-content: center;
|
|
3806
|
+
text-decoration: none;
|
|
3889
3807
|
}
|
|
3890
3808
|
|
|
3891
3809
|
.p-menubar {
|
|
@@ -3961,20 +3879,30 @@ input.p-dropdown-label {
|
|
|
3961
3879
|
text-decoration: none;
|
|
3962
3880
|
}
|
|
3963
3881
|
|
|
3964
|
-
.p-
|
|
3965
|
-
|
|
3966
|
-
|
|
3967
|
-
|
|
3968
|
-
|
|
3882
|
+
.p-menu-overlay {
|
|
3883
|
+
position: absolute;
|
|
3884
|
+
/* Github #3122: Prevent animation flickering */
|
|
3885
|
+
top: -9999px;
|
|
3886
|
+
left: -9999px;
|
|
3969
3887
|
}
|
|
3970
3888
|
|
|
3971
|
-
.p-
|
|
3972
|
-
|
|
3973
|
-
|
|
3889
|
+
.p-menu ul {
|
|
3890
|
+
margin: 0;
|
|
3891
|
+
padding: 0;
|
|
3892
|
+
list-style: none;
|
|
3974
3893
|
}
|
|
3975
3894
|
|
|
3976
|
-
.p-
|
|
3895
|
+
.p-menu .p-menuitem-link {
|
|
3896
|
+
cursor: pointer;
|
|
3977
3897
|
display: flex;
|
|
3898
|
+
align-items: center;
|
|
3899
|
+
text-decoration: none;
|
|
3900
|
+
overflow: hidden;
|
|
3901
|
+
position: relative;
|
|
3902
|
+
}
|
|
3903
|
+
|
|
3904
|
+
.p-menu .p-menuitem-text {
|
|
3905
|
+
line-height: 1;
|
|
3978
3906
|
}
|
|
3979
3907
|
|
|
3980
3908
|
.p-message-wrapper {
|
|
@@ -4151,6 +4079,22 @@ input.p-dropdown-label {
|
|
|
4151
4079
|
display: flex;
|
|
4152
4080
|
}
|
|
4153
4081
|
|
|
4082
|
+
.p-inline-message {
|
|
4083
|
+
display: inline-flex;
|
|
4084
|
+
align-items: center;
|
|
4085
|
+
justify-content: center;
|
|
4086
|
+
vertical-align: top;
|
|
4087
|
+
}
|
|
4088
|
+
|
|
4089
|
+
.p-inline-message-icon-only .p-inline-message-text {
|
|
4090
|
+
visibility: hidden;
|
|
4091
|
+
width: 0;
|
|
4092
|
+
}
|
|
4093
|
+
|
|
4094
|
+
.p-fluid .p-inline-message {
|
|
4095
|
+
display: flex;
|
|
4096
|
+
}
|
|
4097
|
+
|
|
4154
4098
|
.p-orderlist {
|
|
4155
4099
|
display: flex;
|
|
4156
4100
|
}
|
|
@@ -4343,37 +4287,6 @@ input.p-dropdown-label {
|
|
|
4343
4287
|
border-bottom-color: transparent
|
|
4344
4288
|
}
|
|
4345
4289
|
|
|
4346
|
-
.p-panelmenu .p-panelmenu-header-link {
|
|
4347
|
-
display: flex;
|
|
4348
|
-
align-items: center;
|
|
4349
|
-
user-select: none;
|
|
4350
|
-
cursor: pointer;
|
|
4351
|
-
position: relative;
|
|
4352
|
-
text-decoration: none;
|
|
4353
|
-
}
|
|
4354
|
-
|
|
4355
|
-
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4356
|
-
z-index: 1;
|
|
4357
|
-
}
|
|
4358
|
-
|
|
4359
|
-
.p-panelmenu .p-submenu-list {
|
|
4360
|
-
margin: 0;
|
|
4361
|
-
padding: 0;
|
|
4362
|
-
list-style: none;
|
|
4363
|
-
}
|
|
4364
|
-
|
|
4365
|
-
.p-panelmenu .p-menuitem-link {
|
|
4366
|
-
display: flex;
|
|
4367
|
-
align-items: center;
|
|
4368
|
-
user-select: none;
|
|
4369
|
-
cursor: pointer;
|
|
4370
|
-
text-decoration: none;
|
|
4371
|
-
}
|
|
4372
|
-
|
|
4373
|
-
.p-panelmenu .p-menuitem-text {
|
|
4374
|
-
line-height: 1;
|
|
4375
|
-
}
|
|
4376
|
-
|
|
4377
4290
|
.p-panel-header {
|
|
4378
4291
|
display: flex;
|
|
4379
4292
|
justify-content: space-between;
|
|
@@ -4430,6 +4343,37 @@ input.p-dropdown-label {
|
|
|
4430
4343
|
position: relative;
|
|
4431
4344
|
}
|
|
4432
4345
|
|
|
4346
|
+
.p-panelmenu .p-panelmenu-header-link {
|
|
4347
|
+
display: flex;
|
|
4348
|
+
align-items: center;
|
|
4349
|
+
user-select: none;
|
|
4350
|
+
cursor: pointer;
|
|
4351
|
+
position: relative;
|
|
4352
|
+
text-decoration: none;
|
|
4353
|
+
}
|
|
4354
|
+
|
|
4355
|
+
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4356
|
+
z-index: 1;
|
|
4357
|
+
}
|
|
4358
|
+
|
|
4359
|
+
.p-panelmenu .p-submenu-list {
|
|
4360
|
+
margin: 0;
|
|
4361
|
+
padding: 0;
|
|
4362
|
+
list-style: none;
|
|
4363
|
+
}
|
|
4364
|
+
|
|
4365
|
+
.p-panelmenu .p-menuitem-link {
|
|
4366
|
+
display: flex;
|
|
4367
|
+
align-items: center;
|
|
4368
|
+
user-select: none;
|
|
4369
|
+
cursor: pointer;
|
|
4370
|
+
text-decoration: none;
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.p-panelmenu .p-menuitem-text {
|
|
4374
|
+
line-height: 1;
|
|
4375
|
+
}
|
|
4376
|
+
|
|
4433
4377
|
.p-password {
|
|
4434
4378
|
position: relative;
|
|
4435
4379
|
display: inline-flex;
|
|
@@ -4463,6 +4407,49 @@ input.p-dropdown-label {
|
|
|
4463
4407
|
.p-password-input::-ms-clear {
|
|
4464
4408
|
display: none;
|
|
4465
4409
|
}
|
|
4410
|
+
.p-picklist {
|
|
4411
|
+
display: flex;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
.p-picklist-buttons {
|
|
4415
|
+
display: flex;
|
|
4416
|
+
flex-direction: column;
|
|
4417
|
+
justify-content: center;
|
|
4418
|
+
}
|
|
4419
|
+
|
|
4420
|
+
.p-picklist-list-wrapper {
|
|
4421
|
+
flex: 1 1 50%;
|
|
4422
|
+
}
|
|
4423
|
+
|
|
4424
|
+
.p-picklist-list {
|
|
4425
|
+
list-style-type: none;
|
|
4426
|
+
margin: 0;
|
|
4427
|
+
padding: 0;
|
|
4428
|
+
overflow: auto;
|
|
4429
|
+
min-height: 12rem;
|
|
4430
|
+
max-height: 24rem;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.p-picklist-item {
|
|
4434
|
+
cursor: pointer;
|
|
4435
|
+
overflow: hidden;
|
|
4436
|
+
position: relative;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
.p-picklist-filter {
|
|
4440
|
+
position: relative;
|
|
4441
|
+
}
|
|
4442
|
+
|
|
4443
|
+
.p-picklist-filter-icon {
|
|
4444
|
+
position: absolute;
|
|
4445
|
+
top: 50%;
|
|
4446
|
+
margin-top: -.5rem;
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4449
|
+
.p-picklist-filter-input {
|
|
4450
|
+
width: 100%;
|
|
4451
|
+
}
|
|
4452
|
+
|
|
4466
4453
|
.p-progressbar {
|
|
4467
4454
|
position: relative;
|
|
4468
4455
|
overflow: hidden;
|
|
@@ -4560,47 +4547,45 @@ input.p-dropdown-label {
|
|
|
4560
4547
|
right: -8%; }
|
|
4561
4548
|
}
|
|
4562
4549
|
|
|
4563
|
-
.p-
|
|
4564
|
-
display: flex;
|
|
4565
|
-
}
|
|
4566
|
-
|
|
4567
|
-
.p-picklist-buttons {
|
|
4550
|
+
.p-rating {
|
|
4568
4551
|
display: flex;
|
|
4569
|
-
|
|
4570
|
-
justify-content: center;
|
|
4552
|
+
align-items: center;
|
|
4571
4553
|
}
|
|
4572
4554
|
|
|
4573
|
-
.p-
|
|
4574
|
-
|
|
4555
|
+
.p-rating-item {
|
|
4556
|
+
display: inline-flex;
|
|
4557
|
+
align-items: center;
|
|
4558
|
+
cursor: pointer;
|
|
4575
4559
|
}
|
|
4576
4560
|
|
|
4577
|
-
.p-
|
|
4578
|
-
|
|
4579
|
-
margin: 0;
|
|
4580
|
-
padding: 0;
|
|
4581
|
-
overflow: auto;
|
|
4582
|
-
min-height: 12rem;
|
|
4583
|
-
max-height: 24rem;
|
|
4561
|
+
.p-rating.p-readonly .p-rating-item {
|
|
4562
|
+
cursor: default;
|
|
4584
4563
|
}
|
|
4585
4564
|
|
|
4586
|
-
.p-
|
|
4565
|
+
.p-radiobutton {
|
|
4566
|
+
display: inline-flex;
|
|
4587
4567
|
cursor: pointer;
|
|
4588
|
-
|
|
4589
|
-
|
|
4568
|
+
user-select: none;
|
|
4569
|
+
vertical-align: bottom;
|
|
4590
4570
|
}
|
|
4591
4571
|
|
|
4592
|
-
.p-
|
|
4593
|
-
|
|
4572
|
+
.p-radiobutton-box {
|
|
4573
|
+
display: flex;
|
|
4574
|
+
justify-content: center;
|
|
4575
|
+
align-items: center;
|
|
4594
4576
|
}
|
|
4595
4577
|
|
|
4596
|
-
.p-
|
|
4597
|
-
|
|
4598
|
-
|
|
4599
|
-
|
|
4578
|
+
.p-radiobutton-icon {
|
|
4579
|
+
-webkit-backface-visibility: hidden;
|
|
4580
|
+
backface-visibility: hidden;
|
|
4581
|
+
transform: translateZ(0) scale(.1);
|
|
4582
|
+
border-radius: 50%;
|
|
4583
|
+
visibility: hidden;
|
|
4600
4584
|
}
|
|
4601
4585
|
|
|
4602
|
-
.p-
|
|
4603
|
-
|
|
4586
|
+
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4587
|
+
transform: translateZ(0) scale(1.0, 1.0);
|
|
4588
|
+
visibility: visible;
|
|
4604
4589
|
}
|
|
4605
4590
|
|
|
4606
4591
|
.p-progress-spinner {
|
|
@@ -4676,21 +4661,6 @@ input.p-dropdown-label {
|
|
|
4676
4661
|
}
|
|
4677
4662
|
}
|
|
4678
4663
|
|
|
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
4664
|
.p-ripple {
|
|
4695
4665
|
overflow: hidden;
|
|
4696
4666
|
position: relative;
|
|
@@ -4719,71 +4689,6 @@ input.p-dropdown-label {
|
|
|
4719
4689
|
}
|
|
4720
4690
|
}
|
|
4721
4691
|
|
|
4722
|
-
.p-radiobutton {
|
|
4723
|
-
display: inline-flex;
|
|
4724
|
-
cursor: pointer;
|
|
4725
|
-
user-select: none;
|
|
4726
|
-
vertical-align: bottom;
|
|
4727
|
-
}
|
|
4728
|
-
|
|
4729
|
-
.p-radiobutton-box {
|
|
4730
|
-
display: flex;
|
|
4731
|
-
justify-content: center;
|
|
4732
|
-
align-items: center;
|
|
4733
|
-
}
|
|
4734
|
-
|
|
4735
|
-
.p-radiobutton-icon {
|
|
4736
|
-
-webkit-backface-visibility: hidden;
|
|
4737
|
-
backface-visibility: hidden;
|
|
4738
|
-
transform: translateZ(0) scale(.1);
|
|
4739
|
-
border-radius: 50%;
|
|
4740
|
-
visibility: hidden;
|
|
4741
|
-
}
|
|
4742
|
-
|
|
4743
|
-
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4744
|
-
transform: translateZ(0) scale(1.0, 1.0);
|
|
4745
|
-
visibility: visible;
|
|
4746
|
-
}
|
|
4747
|
-
|
|
4748
|
-
.p-scrolltop {
|
|
4749
|
-
position: fixed;
|
|
4750
|
-
bottom: 20px;
|
|
4751
|
-
right: 20px;
|
|
4752
|
-
display: flex;
|
|
4753
|
-
align-items: center;
|
|
4754
|
-
justify-content: center;
|
|
4755
|
-
}
|
|
4756
|
-
|
|
4757
|
-
.p-scrolltop-sticky {
|
|
4758
|
-
position: sticky;
|
|
4759
|
-
}
|
|
4760
|
-
|
|
4761
|
-
.p-scrolltop-sticky.p-link {
|
|
4762
|
-
margin-left: auto;
|
|
4763
|
-
}
|
|
4764
|
-
|
|
4765
|
-
.p-scrolltop-helper {
|
|
4766
|
-
display: none !important;
|
|
4767
|
-
}
|
|
4768
|
-
|
|
4769
|
-
.p-scrolltop-enter {
|
|
4770
|
-
opacity: 0;
|
|
4771
|
-
}
|
|
4772
|
-
|
|
4773
|
-
.p-scrolltop-enter-active {
|
|
4774
|
-
opacity: 1;
|
|
4775
|
-
transition: opacity .15s;
|
|
4776
|
-
}
|
|
4777
|
-
|
|
4778
|
-
.p-scrolltop-exit {
|
|
4779
|
-
opacity: 1;
|
|
4780
|
-
}
|
|
4781
|
-
|
|
4782
|
-
.p-scrolltop-exit-active {
|
|
4783
|
-
opacity: 0;
|
|
4784
|
-
transition: opacity .15s;
|
|
4785
|
-
}
|
|
4786
|
-
|
|
4787
4692
|
.p-scrollpanel-wrapper {
|
|
4788
4693
|
overflow: hidden;
|
|
4789
4694
|
width: 100%;
|
|
@@ -4835,6 +4740,45 @@ input.p-dropdown-label {
|
|
|
4835
4740
|
user-select: none;
|
|
4836
4741
|
}
|
|
4837
4742
|
|
|
4743
|
+
.p-scrolltop {
|
|
4744
|
+
position: fixed;
|
|
4745
|
+
bottom: 20px;
|
|
4746
|
+
right: 20px;
|
|
4747
|
+
display: flex;
|
|
4748
|
+
align-items: center;
|
|
4749
|
+
justify-content: center;
|
|
4750
|
+
}
|
|
4751
|
+
|
|
4752
|
+
.p-scrolltop-sticky {
|
|
4753
|
+
position: sticky;
|
|
4754
|
+
}
|
|
4755
|
+
|
|
4756
|
+
.p-scrolltop-sticky.p-link {
|
|
4757
|
+
margin-left: auto;
|
|
4758
|
+
}
|
|
4759
|
+
|
|
4760
|
+
.p-scrolltop-helper {
|
|
4761
|
+
display: none !important;
|
|
4762
|
+
}
|
|
4763
|
+
|
|
4764
|
+
.p-scrolltop-enter {
|
|
4765
|
+
opacity: 0;
|
|
4766
|
+
}
|
|
4767
|
+
|
|
4768
|
+
.p-scrolltop-enter-active {
|
|
4769
|
+
opacity: 1;
|
|
4770
|
+
transition: opacity .15s;
|
|
4771
|
+
}
|
|
4772
|
+
|
|
4773
|
+
.p-scrolltop-exit {
|
|
4774
|
+
opacity: 1;
|
|
4775
|
+
}
|
|
4776
|
+
|
|
4777
|
+
.p-scrolltop-exit-active {
|
|
4778
|
+
opacity: 0;
|
|
4779
|
+
transition: opacity .15s;
|
|
4780
|
+
}
|
|
4781
|
+
|
|
4838
4782
|
.p-sidebar-mask {
|
|
4839
4783
|
position: fixed;
|
|
4840
4784
|
top: 0;
|
|
@@ -5181,51 +5125,6 @@ input.p-dropdown-label {
|
|
|
5181
5125
|
transform: translateX(100%);
|
|
5182
5126
|
}
|
|
5183
5127
|
}
|
|
5184
|
-
.p-slider {
|
|
5185
|
-
position: relative;
|
|
5186
|
-
}
|
|
5187
|
-
|
|
5188
|
-
.p-slider .p-slider-handle {
|
|
5189
|
-
position: absolute;
|
|
5190
|
-
cursor: grab;
|
|
5191
|
-
touch-action: none;
|
|
5192
|
-
display: block;
|
|
5193
|
-
z-index: 1;
|
|
5194
|
-
}
|
|
5195
|
-
|
|
5196
|
-
.p-slider .p-slider-handle.p-slider-handle-active {
|
|
5197
|
-
z-index: 2;
|
|
5198
|
-
}
|
|
5199
|
-
|
|
5200
|
-
.p-slider-range {
|
|
5201
|
-
position: absolute;
|
|
5202
|
-
display: block;
|
|
5203
|
-
}
|
|
5204
|
-
|
|
5205
|
-
.p-slider-horizontal .p-slider-range {
|
|
5206
|
-
top: 0;
|
|
5207
|
-
left: 0;
|
|
5208
|
-
height: 100%;
|
|
5209
|
-
}
|
|
5210
|
-
|
|
5211
|
-
.p-slider-horizontal .p-slider-handle {
|
|
5212
|
-
top: 50%;
|
|
5213
|
-
}
|
|
5214
|
-
|
|
5215
|
-
.p-slider-vertical {
|
|
5216
|
-
height: 100px;
|
|
5217
|
-
}
|
|
5218
|
-
|
|
5219
|
-
.p-slider-vertical .p-slider-handle {
|
|
5220
|
-
left: 50%;
|
|
5221
|
-
}
|
|
5222
|
-
|
|
5223
|
-
.p-slider-vertical .p-slider-range {
|
|
5224
|
-
bottom: 0;
|
|
5225
|
-
left: 0;
|
|
5226
|
-
width: 100%;
|
|
5227
|
-
}
|
|
5228
|
-
|
|
5229
5128
|
.p-speeddial {
|
|
5230
5129
|
position: absolute;
|
|
5231
5130
|
display: flex;
|
|
@@ -5337,84 +5236,81 @@ input.p-dropdown-label {
|
|
|
5337
5236
|
flex-direction: row;
|
|
5338
5237
|
}
|
|
5339
5238
|
|
|
5340
|
-
.p-
|
|
5239
|
+
.p-splitbutton {
|
|
5240
|
+
display: inline-flex;
|
|
5341
5241
|
position: relative;
|
|
5342
5242
|
}
|
|
5343
5243
|
|
|
5344
|
-
.p-
|
|
5345
|
-
|
|
5346
|
-
|
|
5347
|
-
|
|
5348
|
-
|
|
5244
|
+
.p-splitbutton .p-splitbutton-defaultbutton,
|
|
5245
|
+
.p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
|
|
5246
|
+
.p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
|
|
5247
|
+
flex: 1 1 auto;
|
|
5248
|
+
border-top-right-radius: 0;
|
|
5249
|
+
border-bottom-right-radius: 0;
|
|
5250
|
+
border-right: 0 none;
|
|
5349
5251
|
}
|
|
5350
5252
|
|
|
5351
|
-
.p-
|
|
5352
|
-
|
|
5253
|
+
.p-splitbutton-menubutton,
|
|
5254
|
+
.p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
|
5255
|
+
.p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
5353
5256
|
display: flex;
|
|
5257
|
+
align-items: center;
|
|
5354
5258
|
justify-content: center;
|
|
5355
|
-
|
|
5259
|
+
border-top-left-radius: 0;
|
|
5260
|
+
border-bottom-left-radius: 0;
|
|
5356
5261
|
}
|
|
5357
5262
|
|
|
5358
|
-
.p-
|
|
5359
|
-
|
|
5360
|
-
flex-direction: column;
|
|
5361
|
-
align-items: center;
|
|
5362
|
-
overflow: hidden;
|
|
5363
|
-
text-decoration: none;
|
|
5263
|
+
.p-splitbutton .p-menu {
|
|
5264
|
+
min-width: 100%;
|
|
5364
5265
|
}
|
|
5365
5266
|
|
|
5366
|
-
.p-
|
|
5367
|
-
|
|
5267
|
+
.p-fluid .p-splitbutton {
|
|
5268
|
+
display: flex;
|
|
5368
5269
|
}
|
|
5369
5270
|
|
|
5370
|
-
.p-
|
|
5371
|
-
|
|
5271
|
+
.p-slider {
|
|
5272
|
+
position: relative;
|
|
5372
5273
|
}
|
|
5373
5274
|
|
|
5374
|
-
.p-
|
|
5375
|
-
|
|
5275
|
+
.p-slider .p-slider-handle {
|
|
5276
|
+
position: absolute;
|
|
5277
|
+
cursor: grab;
|
|
5278
|
+
touch-action: none;
|
|
5279
|
+
display: block;
|
|
5280
|
+
z-index: 1;
|
|
5376
5281
|
}
|
|
5377
5282
|
|
|
5378
|
-
.p-
|
|
5379
|
-
|
|
5380
|
-
align-items: center;
|
|
5381
|
-
justify-content: center;
|
|
5283
|
+
.p-slider .p-slider-handle.p-slider-handle-active {
|
|
5284
|
+
z-index: 2;
|
|
5382
5285
|
}
|
|
5383
5286
|
|
|
5384
|
-
.p-
|
|
5287
|
+
.p-slider-range {
|
|
5288
|
+
position: absolute;
|
|
5385
5289
|
display: block;
|
|
5386
5290
|
}
|
|
5387
5291
|
|
|
5388
|
-
.p-
|
|
5389
|
-
|
|
5390
|
-
|
|
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;
|
|
5292
|
+
.p-slider-horizontal .p-slider-range {
|
|
5293
|
+
top: 0;
|
|
5294
|
+
left: 0;
|
|
5295
|
+
height: 100%;
|
|
5400
5296
|
}
|
|
5401
5297
|
|
|
5402
|
-
.p-
|
|
5403
|
-
|
|
5404
|
-
.p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
5405
|
-
display: flex;
|
|
5406
|
-
align-items: center;
|
|
5407
|
-
justify-content: center;
|
|
5408
|
-
border-top-left-radius: 0;
|
|
5409
|
-
border-bottom-left-radius: 0;
|
|
5298
|
+
.p-slider-horizontal .p-slider-handle {
|
|
5299
|
+
top: 50%;
|
|
5410
5300
|
}
|
|
5411
5301
|
|
|
5412
|
-
.p-
|
|
5413
|
-
|
|
5302
|
+
.p-slider-vertical {
|
|
5303
|
+
height: 100px;
|
|
5414
5304
|
}
|
|
5415
5305
|
|
|
5416
|
-
.p-
|
|
5417
|
-
|
|
5306
|
+
.p-slider-vertical .p-slider-handle {
|
|
5307
|
+
left: 50%;
|
|
5308
|
+
}
|
|
5309
|
+
|
|
5310
|
+
.p-slider-vertical .p-slider-range {
|
|
5311
|
+
bottom: 0;
|
|
5312
|
+
left: 0;
|
|
5313
|
+
width: 100%;
|
|
5418
5314
|
}
|
|
5419
5315
|
|
|
5420
5316
|
.p-splitter {
|
|
@@ -5476,6 +5372,54 @@ input.p-dropdown-label {
|
|
|
5476
5372
|
height: 100%;
|
|
5477
5373
|
}
|
|
5478
5374
|
|
|
5375
|
+
.p-steps {
|
|
5376
|
+
position: relative;
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5379
|
+
.p-steps ul {
|
|
5380
|
+
padding: 0;
|
|
5381
|
+
margin: 0;
|
|
5382
|
+
list-style-type: none;
|
|
5383
|
+
display: flex;
|
|
5384
|
+
}
|
|
5385
|
+
|
|
5386
|
+
.p-steps-item {
|
|
5387
|
+
position: relative;
|
|
5388
|
+
display: flex;
|
|
5389
|
+
justify-content: center;
|
|
5390
|
+
flex: 1 1 auto;
|
|
5391
|
+
}
|
|
5392
|
+
|
|
5393
|
+
.p-steps-item .p-menuitem-link {
|
|
5394
|
+
display: inline-flex;
|
|
5395
|
+
flex-direction: column;
|
|
5396
|
+
align-items: center;
|
|
5397
|
+
overflow: hidden;
|
|
5398
|
+
text-decoration: none;
|
|
5399
|
+
}
|
|
5400
|
+
|
|
5401
|
+
.p-steps.p-readonly .p-steps-item {
|
|
5402
|
+
cursor: auto;
|
|
5403
|
+
}
|
|
5404
|
+
|
|
5405
|
+
.p-steps-item.p-steps-current .p-menuitem-link {
|
|
5406
|
+
cursor: default;
|
|
5407
|
+
}
|
|
5408
|
+
|
|
5409
|
+
.p-steps-title {
|
|
5410
|
+
white-space: nowrap;
|
|
5411
|
+
}
|
|
5412
|
+
|
|
5413
|
+
.p-steps-number {
|
|
5414
|
+
display: flex;
|
|
5415
|
+
align-items: center;
|
|
5416
|
+
justify-content: center;
|
|
5417
|
+
}
|
|
5418
|
+
|
|
5419
|
+
.p-steps-title {
|
|
5420
|
+
display: block;
|
|
5421
|
+
}
|
|
5422
|
+
|
|
5479
5423
|
.p-tabview-nav-container {
|
|
5480
5424
|
position: relative;
|
|
5481
5425
|
}
|
|
@@ -5551,6 +5495,21 @@ input.p-dropdown-label {
|
|
|
5551
5495
|
display: none;
|
|
5552
5496
|
}
|
|
5553
5497
|
|
|
5498
|
+
.p-tag {
|
|
5499
|
+
display: inline-flex;
|
|
5500
|
+
align-items: center;
|
|
5501
|
+
justify-content: center;
|
|
5502
|
+
}
|
|
5503
|
+
|
|
5504
|
+
.p-tag-icon,
|
|
5505
|
+
.p-tag-value,
|
|
5506
|
+
.p-tag-icon.pi {
|
|
5507
|
+
line-height: 1.5;
|
|
5508
|
+
}
|
|
5509
|
+
|
|
5510
|
+
.p-tag.p-tag-rounded {
|
|
5511
|
+
border-radius: 10rem;
|
|
5512
|
+
}
|
|
5554
5513
|
.p-tabmenu {
|
|
5555
5514
|
overflow-x: auto;
|
|
5556
5515
|
}
|
|
@@ -5591,21 +5550,6 @@ input.p-dropdown-label {
|
|
|
5591
5550
|
display: none;
|
|
5592
5551
|
}
|
|
5593
5552
|
|
|
5594
|
-
.p-tag {
|
|
5595
|
-
display: inline-flex;
|
|
5596
|
-
align-items: center;
|
|
5597
|
-
justify-content: center;
|
|
5598
|
-
}
|
|
5599
|
-
|
|
5600
|
-
.p-tag-icon,
|
|
5601
|
-
.p-tag-value,
|
|
5602
|
-
.p-tag-icon.pi {
|
|
5603
|
-
line-height: 1.5;
|
|
5604
|
-
}
|
|
5605
|
-
|
|
5606
|
-
.p-tag.p-tag-rounded {
|
|
5607
|
-
border-radius: 10rem;
|
|
5608
|
-
}
|
|
5609
5553
|
.p-terminal {
|
|
5610
5554
|
height: 18rem;
|
|
5611
5555
|
overflow: auto;
|
|
@@ -5788,25 +5732,6 @@ input.p-dropdown-label {
|
|
|
5788
5732
|
flex-direction: column-reverse;
|
|
5789
5733
|
}
|
|
5790
5734
|
|
|
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
5735
|
.p-toast {
|
|
5811
5736
|
position: fixed;
|
|
5812
5737
|
width: calc(100% - var(--toast-indent, 0px));
|
|
@@ -5822,6 +5747,10 @@ input.p-dropdown-label {
|
|
|
5822
5747
|
flex: 1 1 auto;
|
|
5823
5748
|
}
|
|
5824
5749
|
|
|
5750
|
+
.p-toast-summary {
|
|
5751
|
+
overflow-wrap: anywhere;
|
|
5752
|
+
}
|
|
5753
|
+
|
|
5825
5754
|
.p-toast-detail {
|
|
5826
5755
|
overflow-wrap: anywhere;
|
|
5827
5756
|
}
|
|
@@ -5902,7 +5831,7 @@ input.p-dropdown-label {
|
|
|
5902
5831
|
max-height: 1000px;
|
|
5903
5832
|
}
|
|
5904
5833
|
|
|
5905
|
-
.p-toast-message-exit-active {
|
|
5834
|
+
.p-toast .p-toast-message.p-toast-message-exit-active {
|
|
5906
5835
|
opacity: 0;
|
|
5907
5836
|
max-height: 0;
|
|
5908
5837
|
margin-bottom: 0;
|
|
@@ -5910,6 +5839,25 @@ input.p-dropdown-label {
|
|
|
5910
5839
|
transition: max-height 0.45s cubic-bezier(0, 1, 0, 1), opacity 0.3s, margin-bottom 0.3s;
|
|
5911
5840
|
}
|
|
5912
5841
|
|
|
5842
|
+
.p-toolbar {
|
|
5843
|
+
display: flex;
|
|
5844
|
+
align-items: center;
|
|
5845
|
+
justify-content: space-between;
|
|
5846
|
+
flex-wrap: wrap;
|
|
5847
|
+
}
|
|
5848
|
+
|
|
5849
|
+
.p-toolbar-group-start,
|
|
5850
|
+
.p-toolbar-group-center,
|
|
5851
|
+
.p-toolbar-group-end {
|
|
5852
|
+
display: flex;
|
|
5853
|
+
align-items: center;
|
|
5854
|
+
}
|
|
5855
|
+
|
|
5856
|
+
.p-toolbar-group-left,
|
|
5857
|
+
.p-toolbar-group-right {
|
|
5858
|
+
display: flex;
|
|
5859
|
+
align-items: center;
|
|
5860
|
+
}
|
|
5913
5861
|
.p-tree-container {
|
|
5914
5862
|
margin: 0;
|
|
5915
5863
|
padding: 0;
|
|
@@ -6135,59 +6083,12 @@ input.p-dropdown-label {
|
|
|
6135
6083
|
display: flex;
|
|
6136
6084
|
}
|
|
6137
6085
|
|
|
6138
|
-
.p-
|
|
6086
|
+
.p-treetable {
|
|
6139
6087
|
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
6088
|
}
|
|
6156
6089
|
|
|
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;
|
|
6090
|
+
.p-treetable > .p-treetable-wrapper {
|
|
6091
|
+
overflow: auto;
|
|
6191
6092
|
}
|
|
6192
6093
|
|
|
6193
6094
|
.p-treetable table {
|
|
@@ -6201,14 +6102,6 @@ input.p-dropdown-label {
|
|
|
6201
6102
|
user-select: none;
|
|
6202
6103
|
}
|
|
6203
6104
|
|
|
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
6105
|
.p-treetable-selectable .p-treetable-tbody > tr {
|
|
6213
6106
|
cursor: pointer;
|
|
6214
6107
|
}
|
|
@@ -6259,10 +6152,10 @@ input.p-dropdown-label {
|
|
|
6259
6152
|
top: 0;
|
|
6260
6153
|
right: 0;
|
|
6261
6154
|
margin: 0;
|
|
6262
|
-
width: .5rem;
|
|
6155
|
+
width: 0.5rem;
|
|
6263
6156
|
height: 100%;
|
|
6264
6157
|
padding: 0px;
|
|
6265
|
-
cursor:col-resize;
|
|
6158
|
+
cursor: col-resize;
|
|
6266
6159
|
border: 1px solid transparent;
|
|
6267
6160
|
}
|
|
6268
6161
|
|
|
@@ -6316,5 +6209,61 @@ input.p-dropdown-label {
|
|
|
6316
6209
|
display: flex;
|
|
6317
6210
|
align-items: center;
|
|
6318
6211
|
justify-content: center;
|
|
6319
|
-
z-index:
|
|
6212
|
+
z-index: 2;
|
|
6213
|
+
}
|
|
6214
|
+
|
|
6215
|
+
.p-virtualscroller {
|
|
6216
|
+
position: relative;
|
|
6217
|
+
overflow: auto;
|
|
6218
|
+
contain: strict;
|
|
6219
|
+
transform: translateZ(0);
|
|
6220
|
+
will-change: scroll-position;
|
|
6221
|
+
outline: 0 none;
|
|
6222
|
+
}
|
|
6223
|
+
|
|
6224
|
+
.p-virtualscroller-content {
|
|
6225
|
+
position: absolute;
|
|
6226
|
+
top: 0;
|
|
6227
|
+
left: 0;
|
|
6228
|
+
/*contain: content;*/
|
|
6229
|
+
min-height: 100%;
|
|
6230
|
+
min-width: 100%;
|
|
6231
|
+
will-change: transform;
|
|
6232
|
+
}
|
|
6233
|
+
|
|
6234
|
+
.p-virtualscroller-spacer {
|
|
6235
|
+
position: absolute;
|
|
6236
|
+
top: 0;
|
|
6237
|
+
left: 0;
|
|
6238
|
+
height: 1px;
|
|
6239
|
+
width: 1px;
|
|
6240
|
+
transform-origin: 0 0;
|
|
6241
|
+
pointer-events: none;
|
|
6242
|
+
}
|
|
6243
|
+
|
|
6244
|
+
.p-virtualscroller-loader {
|
|
6245
|
+
position: sticky;
|
|
6246
|
+
top: 0;
|
|
6247
|
+
left: 0;
|
|
6248
|
+
width: 100%;
|
|
6249
|
+
height: 100%;
|
|
6250
|
+
}
|
|
6251
|
+
|
|
6252
|
+
.p-virtualscroller-loader.p-component-overlay {
|
|
6253
|
+
display: flex;
|
|
6254
|
+
align-items: center;
|
|
6255
|
+
justify-content: center;
|
|
6256
|
+
}
|
|
6257
|
+
|
|
6258
|
+
.p-virtualscroller-loading-icon {
|
|
6259
|
+
font-size: 2rem;
|
|
6260
|
+
}
|
|
6261
|
+
|
|
6262
|
+
.p-virtualscroller-horizontal > .p-virtualscroller-content {
|
|
6263
|
+
display: flex;
|
|
6264
|
+
}
|
|
6265
|
+
|
|
6266
|
+
/* Inline */
|
|
6267
|
+
.p-virtualscroller-inline .p-virtualscroller-content {
|
|
6268
|
+
position: static;
|
|
6320
6269
|
}
|