primereact 9.6.0 → 9.6.2
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/calendar/calendar.cjs.js +7 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +7 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +7 -5
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +8 -8
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +9 -9
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +8 -8
- package/carousel/carousel.min.js +1 -1
- package/core/core.js +9 -11
- package/core/core.min.js +2 -2
- package/datatable/datatable.cjs.js +37 -24
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +119 -27
- package/datatable/datatable.esm.js +37 -24
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +37 -24
- 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/fileupload/fileupload.cjs.js +2 -5
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +2 -5
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +2 -5
- package/fileupload/fileupload.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +65 -54
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +65 -54
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +65 -54
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +612 -612
- package/resources/primereact.min.css +1 -1
- package/slider/slider.cjs.js +2 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +2 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +2 -1
- package/slider/slider.min.js +1 -1
- package/tooltip/tooltip.cjs.js +1 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +1 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +1 -1
- package/tooltip/tooltip.min.js +1 -1
- package/utils/utils.cjs.js +7 -10
- package/utils/utils.esm.js +7 -10
- package/utils/utils.js +7 -10
- package/web-types.json +1 -1
package/resources/primereact.css
CHANGED
|
@@ -321,15 +321,6 @@
|
|
|
321
321
|
cursor: pointer;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.p-avatar-group .p-avatar + .p-avatar {
|
|
325
|
-
margin-left: -1rem;
|
|
326
|
-
}
|
|
327
|
-
|
|
328
|
-
.p-avatar-group {
|
|
329
|
-
display: flex;
|
|
330
|
-
align-items: center;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
324
|
.p-badge {
|
|
334
325
|
display: inline-block;
|
|
335
326
|
border-radius: 10px;
|
|
@@ -363,6 +354,15 @@
|
|
|
363
354
|
border-radius: 50%;
|
|
364
355
|
}
|
|
365
356
|
|
|
357
|
+
.p-avatar-group .p-avatar + .p-avatar {
|
|
358
|
+
margin-left: -1rem;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.p-avatar-group {
|
|
362
|
+
display: flex;
|
|
363
|
+
align-items: center;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
366
|
.p-blockui-container {
|
|
367
367
|
position: relative;
|
|
368
368
|
}
|
|
@@ -823,24 +823,6 @@
|
|
|
823
823
|
.p-chart {
|
|
824
824
|
position: relative
|
|
825
825
|
}
|
|
826
|
-
.p-checkbox {
|
|
827
|
-
display: inline-flex;
|
|
828
|
-
cursor: pointer;
|
|
829
|
-
user-select: none;
|
|
830
|
-
vertical-align: bottom;
|
|
831
|
-
position: relative;
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
.p-checkbox.p-checkbox-disabled {
|
|
835
|
-
cursor: auto;
|
|
836
|
-
}
|
|
837
|
-
|
|
838
|
-
.p-checkbox-box {
|
|
839
|
-
display: flex;
|
|
840
|
-
justify-content: center;
|
|
841
|
-
align-items: center;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
826
|
.p-chip {
|
|
845
827
|
display: inline-flex;
|
|
846
828
|
align-items: center;
|
|
@@ -863,6 +845,24 @@
|
|
|
863
845
|
border-radius: 50%;
|
|
864
846
|
}
|
|
865
847
|
|
|
848
|
+
.p-checkbox {
|
|
849
|
+
display: inline-flex;
|
|
850
|
+
cursor: pointer;
|
|
851
|
+
user-select: none;
|
|
852
|
+
vertical-align: bottom;
|
|
853
|
+
position: relative;
|
|
854
|
+
}
|
|
855
|
+
|
|
856
|
+
.p-checkbox.p-checkbox-disabled {
|
|
857
|
+
cursor: auto;
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
.p-checkbox-box {
|
|
861
|
+
display: flex;
|
|
862
|
+
justify-content: center;
|
|
863
|
+
align-items: center;
|
|
864
|
+
}
|
|
865
|
+
|
|
866
866
|
.p-chips {
|
|
867
867
|
display: inline-flex;
|
|
868
868
|
}
|
|
@@ -1123,375 +1123,132 @@
|
|
|
1123
1123
|
margin: 0;
|
|
1124
1124
|
padding: 0;
|
|
1125
1125
|
}
|
|
1126
|
-
.p-
|
|
1126
|
+
.p-datatable {
|
|
1127
1127
|
position: relative;
|
|
1128
|
-
min-height: 4rem;
|
|
1129
1128
|
}
|
|
1130
1129
|
|
|
1131
|
-
.p-
|
|
1132
|
-
|
|
1133
|
-
z-index: 1;
|
|
1134
|
-
display: flex;
|
|
1135
|
-
align-items: center;
|
|
1136
|
-
justify-content: center;
|
|
1130
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1131
|
+
overflow: auto;
|
|
1137
1132
|
}
|
|
1138
1133
|
|
|
1139
|
-
.p-
|
|
1140
|
-
|
|
1141
|
-
top: 0;
|
|
1142
|
-
left: 0;
|
|
1134
|
+
.p-datatable-table {
|
|
1135
|
+
border-spacing: 0px;
|
|
1143
1136
|
width: 100%;
|
|
1144
|
-
height: 100%;
|
|
1145
|
-
display: none;
|
|
1146
|
-
justify-content: center;
|
|
1147
|
-
align-items: center;
|
|
1148
|
-
pointer-events: none;
|
|
1149
|
-
background-color: transparent;
|
|
1150
|
-
transition-property: background-color;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
.p-dialog-visible {
|
|
1154
|
-
display: flex;
|
|
1155
1137
|
}
|
|
1156
1138
|
|
|
1157
|
-
.p-
|
|
1158
|
-
|
|
1139
|
+
.p-datatable .p-sortable-disabled {
|
|
1140
|
+
cursor: auto;
|
|
1159
1141
|
}
|
|
1160
1142
|
|
|
1161
|
-
.p-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
pointer-events: auto;
|
|
1165
|
-
max-height: 90%;
|
|
1166
|
-
transform: scale(1);
|
|
1167
|
-
position: relative;
|
|
1143
|
+
.p-datatable .p-sortable-column {
|
|
1144
|
+
cursor: pointer;
|
|
1145
|
+
user-select: none;
|
|
1168
1146
|
}
|
|
1169
1147
|
|
|
1170
|
-
.p-
|
|
1171
|
-
|
|
1172
|
-
|
|
1148
|
+
.p-datatable .p-sortable-column .p-column-title,
|
|
1149
|
+
.p-datatable .p-sortable-column .p-sortable-column-icon,
|
|
1150
|
+
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1151
|
+
vertical-align: middle;
|
|
1173
1152
|
}
|
|
1174
1153
|
|
|
1175
|
-
.p-
|
|
1176
|
-
display: flex;
|
|
1154
|
+
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1155
|
+
display: inline-flex;
|
|
1177
1156
|
align-items: center;
|
|
1178
|
-
|
|
1157
|
+
justify-content: center;
|
|
1179
1158
|
}
|
|
1180
1159
|
|
|
1181
|
-
.p-
|
|
1182
|
-
|
|
1160
|
+
.p-datatable-selectable .p-selectable-row,
|
|
1161
|
+
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1162
|
+
cursor: pointer;
|
|
1183
1163
|
}
|
|
1184
1164
|
|
|
1185
|
-
.p-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
align-self: flex-start;
|
|
1189
|
-
flex-shrink: 0;
|
|
1165
|
+
.p-datatable-drag-selection-helper {
|
|
1166
|
+
position: absolute;
|
|
1167
|
+
z-index: 99999999;
|
|
1190
1168
|
}
|
|
1191
1169
|
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
align-items: center;
|
|
1195
|
-
justify-content: center;
|
|
1196
|
-
overflow: hidden;
|
|
1170
|
+
/* Scrollable */
|
|
1171
|
+
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1197
1172
|
position: relative;
|
|
1198
1173
|
}
|
|
1199
1174
|
|
|
1200
|
-
.p-
|
|
1201
|
-
|
|
1175
|
+
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1176
|
+
position: sticky;
|
|
1177
|
+
top: 0;
|
|
1178
|
+
z-index: 1;
|
|
1202
1179
|
}
|
|
1203
1180
|
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1181
|
+
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1182
|
+
position: sticky;
|
|
1183
|
+
z-index: 1;
|
|
1207
1184
|
}
|
|
1208
1185
|
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
transform: scale(0.7);
|
|
1186
|
+
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1187
|
+
position: sticky;
|
|
1188
|
+
bottom: 0;
|
|
1189
|
+
z-index: 1;
|
|
1214
1190
|
}
|
|
1215
1191
|
|
|
1216
|
-
.p-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
1192
|
+
.p-datatable-scrollable .p-frozen-column {
|
|
1193
|
+
position: sticky;
|
|
1194
|
+
background: inherit;
|
|
1220
1195
|
}
|
|
1221
1196
|
|
|
1222
|
-
.p-
|
|
1223
|
-
|
|
1197
|
+
.p-datatable-scrollable th.p-frozen-column {
|
|
1198
|
+
z-index: 1;
|
|
1224
1199
|
}
|
|
1225
1200
|
|
|
1226
|
-
.p-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1201
|
+
.p-datatable-flex-scrollable {
|
|
1202
|
+
display: flex;
|
|
1203
|
+
flex-direction: column;
|
|
1204
|
+
height: 100%;
|
|
1230
1205
|
}
|
|
1231
1206
|
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
.p-dialog-top-left .p-dialog,
|
|
1238
|
-
.p-dialog-top-right .p-dialog,
|
|
1239
|
-
.p-dialog-bottom-left .p-dialog,
|
|
1240
|
-
.p-dialog-bottom-right .p-dialog {
|
|
1241
|
-
margin: 0.75em;
|
|
1207
|
+
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1208
|
+
display: flex;
|
|
1209
|
+
flex-direction: column;
|
|
1210
|
+
flex: 1;
|
|
1211
|
+
height: 100%;
|
|
1242
1212
|
}
|
|
1243
1213
|
|
|
1244
|
-
.p-
|
|
1245
|
-
|
|
1246
|
-
|
|
1214
|
+
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1215
|
+
position: sticky;
|
|
1216
|
+
z-index: 1;
|
|
1247
1217
|
}
|
|
1248
1218
|
|
|
1249
|
-
|
|
1250
|
-
.p-
|
|
1251
|
-
|
|
1219
|
+
/* Resizable */
|
|
1220
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th,
|
|
1221
|
+
.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
|
|
1222
|
+
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1223
|
+
overflow: hidden;
|
|
1224
|
+
white-space: nowrap;
|
|
1252
1225
|
}
|
|
1253
1226
|
|
|
1254
|
-
.p-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
.p-dialog-top-left .p-dialog-exit-active,
|
|
1258
|
-
.p-dialog-bottom-left .p-dialog-enter,
|
|
1259
|
-
.p-dialog-bottom-left .p-dialog-exit-active {
|
|
1260
|
-
transform: translate3d(-100%, 0px, 0px);
|
|
1227
|
+
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1228
|
+
background-clip: padding-box;
|
|
1229
|
+
position: relative;
|
|
1261
1230
|
}
|
|
1262
1231
|
|
|
1263
|
-
.p-
|
|
1264
|
-
|
|
1265
|
-
.p-dialog-top-right .p-dialog-enter,
|
|
1266
|
-
.p-dialog-top-right .p-dialog-exit-active,
|
|
1267
|
-
.p-dialog-bottom-right .p-dialog-enter,
|
|
1268
|
-
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1269
|
-
transform: translate3d(100%, 0px, 0px);
|
|
1232
|
+
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1233
|
+
display: none;
|
|
1270
1234
|
}
|
|
1271
1235
|
|
|
1272
|
-
.p-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1236
|
+
.p-datatable .p-column-resizer {
|
|
1237
|
+
display: block;
|
|
1238
|
+
position: absolute !important;
|
|
1239
|
+
top: 0;
|
|
1240
|
+
right: 0;
|
|
1241
|
+
margin: 0;
|
|
1242
|
+
width: 0.5rem;
|
|
1243
|
+
height: 100%;
|
|
1244
|
+
padding: 0px;
|
|
1245
|
+
cursor: col-resize;
|
|
1246
|
+
border: 1px solid transparent;
|
|
1282
1247
|
}
|
|
1283
1248
|
|
|
1284
|
-
.p-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
.p-dialog-top-left .p-dialog-exit-active,
|
|
1288
|
-
.p-dialog-bottom-left .p-dialog-exit-active,
|
|
1289
|
-
.p-dialog-right .p-dialog-exit-active,
|
|
1290
|
-
.p-dialog-top-right .p-dialog-exit-active,
|
|
1291
|
-
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1292
|
-
transition: all 0.3s ease-out;
|
|
1293
|
-
}
|
|
1294
|
-
|
|
1295
|
-
/* Maximize */
|
|
1296
|
-
.p-dialog-maximized {
|
|
1297
|
-
transition: none;
|
|
1298
|
-
transform: none;
|
|
1299
|
-
margin: 0 !important;
|
|
1300
|
-
width: 100vw !important;
|
|
1301
|
-
height: 100vh !important;
|
|
1302
|
-
max-height: 100%;
|
|
1303
|
-
top: 0px !important;
|
|
1304
|
-
left: 0px !important;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
.p-dialog-maximized .p-dialog-content {
|
|
1308
|
-
flex-grow: 1;
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
/* Position */
|
|
1312
|
-
.p-dialog-left {
|
|
1313
|
-
justify-content: flex-start;
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.p-dialog-right {
|
|
1317
|
-
justify-content: flex-end;
|
|
1318
|
-
}
|
|
1319
|
-
|
|
1320
|
-
.p-dialog-top {
|
|
1321
|
-
align-items: flex-start;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
.p-dialog-top-left {
|
|
1325
|
-
justify-content: flex-start;
|
|
1326
|
-
align-items: flex-start;
|
|
1327
|
-
}
|
|
1328
|
-
|
|
1329
|
-
.p-dialog-top-right {
|
|
1330
|
-
justify-content: flex-end;
|
|
1331
|
-
align-items: flex-start;
|
|
1332
|
-
}
|
|
1333
|
-
|
|
1334
|
-
.p-dialog-bottom {
|
|
1335
|
-
align-items: flex-end;
|
|
1336
|
-
}
|
|
1337
|
-
|
|
1338
|
-
.p-dialog-bottom-left {
|
|
1339
|
-
justify-content: flex-start;
|
|
1340
|
-
align-items: flex-end;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
.p-dialog-bottom-right {
|
|
1344
|
-
justify-content: flex-end;
|
|
1345
|
-
align-items: flex-end;
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
.p-confirm-dialog .p-dialog-content {
|
|
1349
|
-
display: flex;
|
|
1350
|
-
align-items: center;
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
/* Resizable */
|
|
1354
|
-
.p-dialog .p-resizable-handle {
|
|
1355
|
-
position: absolute;
|
|
1356
|
-
font-size: 0.1px;
|
|
1357
|
-
display: block;
|
|
1358
|
-
cursor: se-resize;
|
|
1359
|
-
width: 12px;
|
|
1360
|
-
height: 12px;
|
|
1361
|
-
right: 1px;
|
|
1362
|
-
bottom: 1px;
|
|
1363
|
-
}
|
|
1364
|
-
|
|
1365
|
-
.p-dialog-draggable .p-dialog-header {
|
|
1366
|
-
cursor: move;
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
.p-datatable {
|
|
1370
|
-
position: relative;
|
|
1371
|
-
}
|
|
1372
|
-
|
|
1373
|
-
.p-datatable > .p-datatable-wrapper {
|
|
1374
|
-
overflow: auto;
|
|
1375
|
-
}
|
|
1376
|
-
|
|
1377
|
-
.p-datatable-table {
|
|
1378
|
-
border-spacing: 0px;
|
|
1379
|
-
width: 100%;
|
|
1380
|
-
}
|
|
1381
|
-
|
|
1382
|
-
.p-datatable .p-sortable-disabled {
|
|
1383
|
-
cursor: auto;
|
|
1384
|
-
}
|
|
1385
|
-
|
|
1386
|
-
.p-datatable .p-sortable-column {
|
|
1387
|
-
cursor: pointer;
|
|
1388
|
-
user-select: none;
|
|
1389
|
-
}
|
|
1390
|
-
|
|
1391
|
-
.p-datatable .p-sortable-column .p-column-title,
|
|
1392
|
-
.p-datatable .p-sortable-column .p-sortable-column-icon,
|
|
1393
|
-
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1394
|
-
vertical-align: middle;
|
|
1395
|
-
}
|
|
1396
|
-
|
|
1397
|
-
.p-datatable .p-sortable-column .p-sortable-column-badge {
|
|
1398
|
-
display: inline-flex;
|
|
1399
|
-
align-items: center;
|
|
1400
|
-
justify-content: center;
|
|
1401
|
-
}
|
|
1402
|
-
|
|
1403
|
-
.p-datatable-selectable .p-selectable-row,
|
|
1404
|
-
.p-datatable-selectable-cell .p-selectable-cell {
|
|
1405
|
-
cursor: pointer;
|
|
1406
|
-
}
|
|
1407
|
-
|
|
1408
|
-
.p-datatable-drag-selection-helper {
|
|
1409
|
-
position: absolute;
|
|
1410
|
-
z-index: 99999999;
|
|
1411
|
-
}
|
|
1412
|
-
|
|
1413
|
-
/* Scrollable */
|
|
1414
|
-
.p-datatable-scrollable > .p-datatable-wrapper {
|
|
1415
|
-
position: relative;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1418
|
-
.p-datatable-scrollable-table > .p-datatable-thead {
|
|
1419
|
-
position: sticky;
|
|
1420
|
-
top: 0;
|
|
1421
|
-
z-index: 1;
|
|
1422
|
-
}
|
|
1423
|
-
|
|
1424
|
-
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
|
1425
|
-
position: sticky;
|
|
1426
|
-
z-index: 1;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
.p-datatable-scrollable-table > .p-datatable-tfoot {
|
|
1430
|
-
position: sticky;
|
|
1431
|
-
bottom: 0;
|
|
1432
|
-
z-index: 1;
|
|
1433
|
-
}
|
|
1434
|
-
|
|
1435
|
-
.p-datatable-scrollable .p-frozen-column {
|
|
1436
|
-
position: sticky;
|
|
1437
|
-
background: inherit;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
.p-datatable-scrollable th.p-frozen-column {
|
|
1441
|
-
z-index: 1;
|
|
1442
|
-
}
|
|
1443
|
-
|
|
1444
|
-
.p-datatable-flex-scrollable {
|
|
1445
|
-
display: flex;
|
|
1446
|
-
flex-direction: column;
|
|
1447
|
-
height: 100%;
|
|
1448
|
-
}
|
|
1449
|
-
|
|
1450
|
-
.p-datatable-flex-scrollable > .p-datatable-wrapper {
|
|
1451
|
-
display: flex;
|
|
1452
|
-
flex-direction: column;
|
|
1453
|
-
flex: 1;
|
|
1454
|
-
height: 100%;
|
|
1455
|
-
}
|
|
1456
|
-
|
|
1457
|
-
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
|
1458
|
-
position: sticky;
|
|
1459
|
-
z-index: 1;
|
|
1460
|
-
}
|
|
1461
|
-
|
|
1462
|
-
/* Resizable */
|
|
1463
|
-
.p-datatable-resizable-table > .p-datatable-thead > tr > th,
|
|
1464
|
-
.p-datatable-resizable-table > .p-datatable-tfoot > tr > td,
|
|
1465
|
-
.p-datatable-resizable-table > .p-datatable-tbody > tr > td {
|
|
1466
|
-
overflow: hidden;
|
|
1467
|
-
white-space: nowrap;
|
|
1468
|
-
}
|
|
1469
|
-
|
|
1470
|
-
.p-datatable-resizable-table > .p-datatable-thead > tr > th.p-resizable-column:not(.p-frozen-column) {
|
|
1471
|
-
background-clip: padding-box;
|
|
1472
|
-
position: relative;
|
|
1473
|
-
}
|
|
1474
|
-
|
|
1475
|
-
.p-datatable-resizable-table-fit > .p-datatable-thead > tr > th.p-resizable-column:last-child .p-column-resizer {
|
|
1476
|
-
display: none;
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
.p-datatable .p-column-resizer {
|
|
1480
|
-
display: block;
|
|
1481
|
-
position: absolute !important;
|
|
1482
|
-
top: 0;
|
|
1483
|
-
right: 0;
|
|
1484
|
-
margin: 0;
|
|
1485
|
-
width: 0.5rem;
|
|
1486
|
-
height: 100%;
|
|
1487
|
-
padding: 0px;
|
|
1488
|
-
cursor: col-resize;
|
|
1489
|
-
border: 1px solid transparent;
|
|
1490
|
-
}
|
|
1491
|
-
|
|
1492
|
-
.p-datatable .p-column-header-content {
|
|
1493
|
-
display: flex;
|
|
1494
|
-
align-items: center;
|
|
1249
|
+
.p-datatable .p-column-header-content {
|
|
1250
|
+
display: flex;
|
|
1251
|
+
align-items: center;
|
|
1495
1252
|
}
|
|
1496
1253
|
|
|
1497
1254
|
.p-datatable .p-column-resizer-helper {
|
|
@@ -1645,6 +1402,249 @@
|
|
|
1645
1402
|
justify-content: center;
|
|
1646
1403
|
}
|
|
1647
1404
|
|
|
1405
|
+
.p-dataview-loading {
|
|
1406
|
+
position: relative;
|
|
1407
|
+
min-height: 4rem;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.p-dataview .p-dataview-loading-overlay {
|
|
1411
|
+
position: absolute;
|
|
1412
|
+
z-index: 1;
|
|
1413
|
+
display: flex;
|
|
1414
|
+
align-items: center;
|
|
1415
|
+
justify-content: center;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
.p-dialog-mask {
|
|
1419
|
+
position: fixed;
|
|
1420
|
+
top: 0;
|
|
1421
|
+
left: 0;
|
|
1422
|
+
width: 100%;
|
|
1423
|
+
height: 100%;
|
|
1424
|
+
display: none;
|
|
1425
|
+
justify-content: center;
|
|
1426
|
+
align-items: center;
|
|
1427
|
+
pointer-events: none;
|
|
1428
|
+
background-color: transparent;
|
|
1429
|
+
transition-property: background-color;
|
|
1430
|
+
}
|
|
1431
|
+
|
|
1432
|
+
.p-dialog-visible {
|
|
1433
|
+
display: flex;
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
.p-dialog-mask.p-component-overlay {
|
|
1437
|
+
pointer-events: auto;
|
|
1438
|
+
}
|
|
1439
|
+
|
|
1440
|
+
.p-dialog {
|
|
1441
|
+
display: flex;
|
|
1442
|
+
flex-direction: column;
|
|
1443
|
+
pointer-events: auto;
|
|
1444
|
+
max-height: 90%;
|
|
1445
|
+
transform: scale(1);
|
|
1446
|
+
position: relative;
|
|
1447
|
+
}
|
|
1448
|
+
|
|
1449
|
+
.p-dialog-content {
|
|
1450
|
+
overflow-y: auto;
|
|
1451
|
+
flex-grow: 1;
|
|
1452
|
+
}
|
|
1453
|
+
|
|
1454
|
+
.p-dialog-header {
|
|
1455
|
+
display: flex;
|
|
1456
|
+
align-items: center;
|
|
1457
|
+
flex-shrink: 0;
|
|
1458
|
+
}
|
|
1459
|
+
|
|
1460
|
+
.p-dialog-footer {
|
|
1461
|
+
flex-shrink: 0;
|
|
1462
|
+
}
|
|
1463
|
+
|
|
1464
|
+
.p-dialog .p-dialog-header-icons {
|
|
1465
|
+
display: flex;
|
|
1466
|
+
align-items: center;
|
|
1467
|
+
align-self: flex-start;
|
|
1468
|
+
flex-shrink: 0;
|
|
1469
|
+
}
|
|
1470
|
+
|
|
1471
|
+
.p-dialog .p-dialog-header-icon {
|
|
1472
|
+
display: flex;
|
|
1473
|
+
align-items: center;
|
|
1474
|
+
justify-content: center;
|
|
1475
|
+
overflow: hidden;
|
|
1476
|
+
position: relative;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
.p-dialog .p-dialog-title {
|
|
1480
|
+
flex-grow: 1;
|
|
1481
|
+
}
|
|
1482
|
+
|
|
1483
|
+
/* Fluid */
|
|
1484
|
+
.p-fluid .p-dialog-footer .p-button {
|
|
1485
|
+
width: auto;
|
|
1486
|
+
}
|
|
1487
|
+
|
|
1488
|
+
/* Animation */
|
|
1489
|
+
/* Center */
|
|
1490
|
+
.p-dialog-enter {
|
|
1491
|
+
opacity: 0;
|
|
1492
|
+
transform: scale(0.7);
|
|
1493
|
+
}
|
|
1494
|
+
|
|
1495
|
+
.p-dialog-enter-active {
|
|
1496
|
+
opacity: 1;
|
|
1497
|
+
transform: scale(1);
|
|
1498
|
+
transition: all 150ms cubic-bezier(0, 0, 0.2, 1);
|
|
1499
|
+
}
|
|
1500
|
+
|
|
1501
|
+
.p-dialog-enter-done {
|
|
1502
|
+
transform: none;
|
|
1503
|
+
}
|
|
1504
|
+
|
|
1505
|
+
.p-dialog-exit-active {
|
|
1506
|
+
opacity: 0;
|
|
1507
|
+
transform: scale(0.7);
|
|
1508
|
+
transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1);
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
/* Top, Bottom, Left, Right, Top* and Bottom* */
|
|
1512
|
+
.p-dialog-top .p-dialog,
|
|
1513
|
+
.p-dialog-bottom .p-dialog,
|
|
1514
|
+
.p-dialog-left .p-dialog,
|
|
1515
|
+
.p-dialog-right .p-dialog,
|
|
1516
|
+
.p-dialog-top-left .p-dialog,
|
|
1517
|
+
.p-dialog-top-right .p-dialog,
|
|
1518
|
+
.p-dialog-bottom-left .p-dialog,
|
|
1519
|
+
.p-dialog-bottom-right .p-dialog {
|
|
1520
|
+
margin: 0.75em;
|
|
1521
|
+
}
|
|
1522
|
+
|
|
1523
|
+
.p-dialog-top .p-dialog-enter,
|
|
1524
|
+
.p-dialog-top .p-dialog-exit-active {
|
|
1525
|
+
transform: translate3d(0px, -100%, 0px);
|
|
1526
|
+
}
|
|
1527
|
+
|
|
1528
|
+
.p-dialog-bottom .p-dialog-enter,
|
|
1529
|
+
.p-dialog-bottom .p-dialog-exit-active {
|
|
1530
|
+
transform: translate3d(0px, 100%, 0px);
|
|
1531
|
+
}
|
|
1532
|
+
|
|
1533
|
+
.p-dialog-left .p-dialog-enter,
|
|
1534
|
+
.p-dialog-left .p-dialog-exit-active,
|
|
1535
|
+
.p-dialog-top-left .p-dialog-enter,
|
|
1536
|
+
.p-dialog-top-left .p-dialog-exit-active,
|
|
1537
|
+
.p-dialog-bottom-left .p-dialog-enter,
|
|
1538
|
+
.p-dialog-bottom-left .p-dialog-exit-active {
|
|
1539
|
+
transform: translate3d(-100%, 0px, 0px);
|
|
1540
|
+
}
|
|
1541
|
+
|
|
1542
|
+
.p-dialog-right .p-dialog-enter,
|
|
1543
|
+
.p-dialog-right .p-dialog-exit-active,
|
|
1544
|
+
.p-dialog-top-right .p-dialog-enter,
|
|
1545
|
+
.p-dialog-top-right .p-dialog-exit-active,
|
|
1546
|
+
.p-dialog-bottom-right .p-dialog-enter,
|
|
1547
|
+
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1548
|
+
transform: translate3d(100%, 0px, 0px);
|
|
1549
|
+
}
|
|
1550
|
+
|
|
1551
|
+
.p-dialog-top .p-dialog-enter-active,
|
|
1552
|
+
.p-dialog-bottom .p-dialog-enter-active,
|
|
1553
|
+
.p-dialog-left .p-dialog-enter-active,
|
|
1554
|
+
.p-dialog-top-left .p-dialog-enter-active,
|
|
1555
|
+
.p-dialog-bottom-left .p-dialog-enter-active,
|
|
1556
|
+
.p-dialog-right .p-dialog-enter-active,
|
|
1557
|
+
.p-dialog-top-right .p-dialog-enter-active,
|
|
1558
|
+
.p-dialog-bottom-right .p-dialog-enter-active {
|
|
1559
|
+
transform: translate3d(0px, 0px, 0px);
|
|
1560
|
+
transition: all 0.3s ease-out;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
.p-dialog-top .p-dialog-exit-active,
|
|
1564
|
+
.p-dialog-bottom .p-dialog-exit-active,
|
|
1565
|
+
.p-dialog-left .p-dialog-exit-active,
|
|
1566
|
+
.p-dialog-top-left .p-dialog-exit-active,
|
|
1567
|
+
.p-dialog-bottom-left .p-dialog-exit-active,
|
|
1568
|
+
.p-dialog-right .p-dialog-exit-active,
|
|
1569
|
+
.p-dialog-top-right .p-dialog-exit-active,
|
|
1570
|
+
.p-dialog-bottom-right .p-dialog-exit-active {
|
|
1571
|
+
transition: all 0.3s ease-out;
|
|
1572
|
+
}
|
|
1573
|
+
|
|
1574
|
+
/* Maximize */
|
|
1575
|
+
.p-dialog-maximized {
|
|
1576
|
+
transition: none;
|
|
1577
|
+
transform: none;
|
|
1578
|
+
margin: 0 !important;
|
|
1579
|
+
width: 100vw !important;
|
|
1580
|
+
height: 100vh !important;
|
|
1581
|
+
max-height: 100%;
|
|
1582
|
+
top: 0px !important;
|
|
1583
|
+
left: 0px !important;
|
|
1584
|
+
}
|
|
1585
|
+
|
|
1586
|
+
.p-dialog-maximized .p-dialog-content {
|
|
1587
|
+
flex-grow: 1;
|
|
1588
|
+
}
|
|
1589
|
+
|
|
1590
|
+
/* Position */
|
|
1591
|
+
.p-dialog-left {
|
|
1592
|
+
justify-content: flex-start;
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.p-dialog-right {
|
|
1596
|
+
justify-content: flex-end;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1599
|
+
.p-dialog-top {
|
|
1600
|
+
align-items: flex-start;
|
|
1601
|
+
}
|
|
1602
|
+
|
|
1603
|
+
.p-dialog-top-left {
|
|
1604
|
+
justify-content: flex-start;
|
|
1605
|
+
align-items: flex-start;
|
|
1606
|
+
}
|
|
1607
|
+
|
|
1608
|
+
.p-dialog-top-right {
|
|
1609
|
+
justify-content: flex-end;
|
|
1610
|
+
align-items: flex-start;
|
|
1611
|
+
}
|
|
1612
|
+
|
|
1613
|
+
.p-dialog-bottom {
|
|
1614
|
+
align-items: flex-end;
|
|
1615
|
+
}
|
|
1616
|
+
|
|
1617
|
+
.p-dialog-bottom-left {
|
|
1618
|
+
justify-content: flex-start;
|
|
1619
|
+
align-items: flex-end;
|
|
1620
|
+
}
|
|
1621
|
+
|
|
1622
|
+
.p-dialog-bottom-right {
|
|
1623
|
+
justify-content: flex-end;
|
|
1624
|
+
align-items: flex-end;
|
|
1625
|
+
}
|
|
1626
|
+
|
|
1627
|
+
.p-confirm-dialog .p-dialog-content {
|
|
1628
|
+
display: flex;
|
|
1629
|
+
align-items: center;
|
|
1630
|
+
}
|
|
1631
|
+
|
|
1632
|
+
/* Resizable */
|
|
1633
|
+
.p-dialog .p-resizable-handle {
|
|
1634
|
+
position: absolute;
|
|
1635
|
+
font-size: 0.1px;
|
|
1636
|
+
display: block;
|
|
1637
|
+
cursor: se-resize;
|
|
1638
|
+
width: 12px;
|
|
1639
|
+
height: 12px;
|
|
1640
|
+
right: 1px;
|
|
1641
|
+
bottom: 1px;
|
|
1642
|
+
}
|
|
1643
|
+
|
|
1644
|
+
.p-dialog-draggable .p-dialog-header {
|
|
1645
|
+
cursor: move;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
1648
|
.p-divider-horizontal {
|
|
1649
1649
|
display: flex;
|
|
1650
1650
|
width: 100%;
|
|
@@ -3627,15 +3627,6 @@ input.p-dropdown-label {
|
|
|
3627
3627
|
width: 100%;
|
|
3628
3628
|
}
|
|
3629
3629
|
|
|
3630
|
-
.p-inputtextarea-resizable {
|
|
3631
|
-
overflow: hidden;
|
|
3632
|
-
resize: none;
|
|
3633
|
-
}
|
|
3634
|
-
|
|
3635
|
-
.p-fluid .p-inputtextarea {
|
|
3636
|
-
width: 100%;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
3630
|
@keyframes dash-frame {
|
|
3640
3631
|
100% {
|
|
3641
3632
|
stroke-dashoffset: 0;
|
|
@@ -3680,7 +3671,16 @@ input.p-dropdown-label {
|
|
|
3680
3671
|
margin-top: -.5rem;
|
|
3681
3672
|
}
|
|
3682
3673
|
|
|
3683
|
-
.p-listbox-filter {
|
|
3674
|
+
.p-listbox-filter {
|
|
3675
|
+
width: 100%;
|
|
3676
|
+
}
|
|
3677
|
+
|
|
3678
|
+
.p-inputtextarea-resizable {
|
|
3679
|
+
overflow: hidden;
|
|
3680
|
+
resize: none;
|
|
3681
|
+
}
|
|
3682
|
+
|
|
3683
|
+
.p-fluid .p-inputtextarea {
|
|
3684
3684
|
width: 100%;
|
|
3685
3685
|
}
|
|
3686
3686
|
|
|
@@ -4324,42 +4324,39 @@ input.p-dropdown-label {
|
|
|
4324
4324
|
border-bottom-color: transparent
|
|
4325
4325
|
}
|
|
4326
4326
|
|
|
4327
|
-
.p-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
justify-content: center;
|
|
4331
|
-
flex-wrap: wrap;
|
|
4327
|
+
.p-password {
|
|
4328
|
+
position: relative;
|
|
4329
|
+
display: inline-flex;
|
|
4332
4330
|
}
|
|
4333
4331
|
|
|
4334
|
-
.p-
|
|
4335
|
-
|
|
4332
|
+
.p-password-panel {
|
|
4333
|
+
position: absolute;
|
|
4334
|
+
top: 0;
|
|
4335
|
+
left: 0;
|
|
4336
4336
|
}
|
|
4337
4337
|
|
|
4338
|
-
.p-
|
|
4339
|
-
|
|
4338
|
+
.p-password .p-password-panel {
|
|
4339
|
+
min-width: 100%;
|
|
4340
4340
|
}
|
|
4341
4341
|
|
|
4342
|
-
.p-
|
|
4343
|
-
|
|
4344
|
-
.p-paginator-last,
|
|
4345
|
-
.p-paginator-first,
|
|
4346
|
-
.p-paginator-prev,
|
|
4347
|
-
.p-paginator-current {
|
|
4348
|
-
cursor: pointer;
|
|
4349
|
-
display: inline-flex;
|
|
4350
|
-
align-items: center;
|
|
4351
|
-
justify-content: center;
|
|
4352
|
-
line-height: 1;
|
|
4353
|
-
user-select: none;
|
|
4354
|
-
overflow: hidden;
|
|
4355
|
-
position: relative;
|
|
4342
|
+
.p-password-meter {
|
|
4343
|
+
height: 10px;
|
|
4356
4344
|
}
|
|
4357
4345
|
|
|
4358
|
-
.p-
|
|
4359
|
-
|
|
4360
|
-
|
|
4346
|
+
.p-password-strength {
|
|
4347
|
+
height: 100%;
|
|
4348
|
+
width: 0%;
|
|
4349
|
+
transition: width 1s ease-in-out;
|
|
4350
|
+
}
|
|
4351
|
+
|
|
4352
|
+
.p-fluid .p-password {
|
|
4353
|
+
display: flex;
|
|
4361
4354
|
}
|
|
4362
4355
|
|
|
4356
|
+
.p-password-input::-ms-reveal,
|
|
4357
|
+
.p-password-input::-ms-clear {
|
|
4358
|
+
display: none;
|
|
4359
|
+
}
|
|
4363
4360
|
.p-panel-header {
|
|
4364
4361
|
display: flex;
|
|
4365
4362
|
justify-content: space-between;
|
|
@@ -4411,39 +4408,42 @@ input.p-dropdown-label {
|
|
|
4411
4408
|
line-height: 1;
|
|
4412
4409
|
}
|
|
4413
4410
|
|
|
4414
|
-
.p-
|
|
4415
|
-
|
|
4416
|
-
|
|
4417
|
-
|
|
4418
|
-
|
|
4419
|
-
.p-password-panel {
|
|
4420
|
-
position: absolute;
|
|
4421
|
-
top: 0;
|
|
4422
|
-
left: 0;
|
|
4411
|
+
.p-paginator {
|
|
4412
|
+
display: flex;
|
|
4413
|
+
align-items: center;
|
|
4414
|
+
justify-content: center;
|
|
4415
|
+
flex-wrap: wrap;
|
|
4423
4416
|
}
|
|
4424
4417
|
|
|
4425
|
-
.p-
|
|
4426
|
-
|
|
4418
|
+
.p-paginator-left-content {
|
|
4419
|
+
margin-right: auto;
|
|
4427
4420
|
}
|
|
4428
4421
|
|
|
4429
|
-
.p-
|
|
4430
|
-
|
|
4422
|
+
.p-paginator-right-content {
|
|
4423
|
+
margin-left: auto;
|
|
4431
4424
|
}
|
|
4432
4425
|
|
|
4433
|
-
.p-
|
|
4434
|
-
|
|
4435
|
-
|
|
4436
|
-
|
|
4426
|
+
.p-paginator-page,
|
|
4427
|
+
.p-paginator-next,
|
|
4428
|
+
.p-paginator-last,
|
|
4429
|
+
.p-paginator-first,
|
|
4430
|
+
.p-paginator-prev,
|
|
4431
|
+
.p-paginator-current {
|
|
4432
|
+
cursor: pointer;
|
|
4433
|
+
display: inline-flex;
|
|
4434
|
+
align-items: center;
|
|
4435
|
+
justify-content: center;
|
|
4436
|
+
line-height: 1;
|
|
4437
|
+
user-select: none;
|
|
4438
|
+
overflow: hidden;
|
|
4439
|
+
position: relative;
|
|
4437
4440
|
}
|
|
4438
4441
|
|
|
4439
|
-
.p-
|
|
4440
|
-
|
|
4442
|
+
.p-paginator-element:focus {
|
|
4443
|
+
z-index: 1;
|
|
4444
|
+
position: relative;
|
|
4441
4445
|
}
|
|
4442
4446
|
|
|
4443
|
-
.p-password-input::-ms-reveal,
|
|
4444
|
-
.p-password-input::-ms-clear {
|
|
4445
|
-
display: none;
|
|
4446
|
-
}
|
|
4447
4447
|
.p-picklist {
|
|
4448
4448
|
display: flex;
|
|
4449
4449
|
}
|
|
@@ -4698,32 +4698,43 @@ input.p-dropdown-label {
|
|
|
4698
4698
|
cursor: default;
|
|
4699
4699
|
}
|
|
4700
4700
|
|
|
4701
|
-
.p-
|
|
4702
|
-
|
|
4703
|
-
|
|
4701
|
+
.p-scrolltop {
|
|
4702
|
+
position: fixed;
|
|
4703
|
+
bottom: 20px;
|
|
4704
|
+
right: 20px;
|
|
4705
|
+
display: flex;
|
|
4706
|
+
align-items: center;
|
|
4707
|
+
justify-content: center;
|
|
4704
4708
|
}
|
|
4705
4709
|
|
|
4706
|
-
.p-
|
|
4707
|
-
|
|
4708
|
-
position: absolute;
|
|
4709
|
-
background: rgba(255, 255, 255, 0.5);
|
|
4710
|
-
border-radius: 100%;
|
|
4711
|
-
transform: scale(0);
|
|
4710
|
+
.p-scrolltop-sticky {
|
|
4711
|
+
position: sticky;
|
|
4712
4712
|
}
|
|
4713
4713
|
|
|
4714
|
-
.p-
|
|
4715
|
-
|
|
4714
|
+
.p-scrolltop-sticky.p-link {
|
|
4715
|
+
margin-left: auto;
|
|
4716
4716
|
}
|
|
4717
4717
|
|
|
4718
|
-
.p-
|
|
4718
|
+
.p-scrolltop-helper {
|
|
4719
4719
|
display: none !important;
|
|
4720
4720
|
}
|
|
4721
4721
|
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
4722
|
+
.p-scrolltop-enter {
|
|
4723
|
+
opacity: 0;
|
|
4724
|
+
}
|
|
4725
|
+
|
|
4726
|
+
.p-scrolltop-enter-active {
|
|
4727
|
+
opacity: 1;
|
|
4728
|
+
transition: opacity .15s;
|
|
4729
|
+
}
|
|
4730
|
+
|
|
4731
|
+
.p-scrolltop-exit {
|
|
4732
|
+
opacity: 1;
|
|
4733
|
+
}
|
|
4734
|
+
|
|
4735
|
+
.p-scrolltop-exit-active {
|
|
4736
|
+
opacity: 0;
|
|
4737
|
+
transition: opacity .15s;
|
|
4727
4738
|
}
|
|
4728
4739
|
|
|
4729
4740
|
.p-scrollpanel-wrapper {
|
|
@@ -4768,52 +4779,163 @@ input.p-dropdown-label {
|
|
|
4768
4779
|
visibility: hidden;
|
|
4769
4780
|
}
|
|
4770
4781
|
|
|
4771
|
-
.p-scrollpanel:hover .p-scrollpanel-bar,
|
|
4772
|
-
.p-scrollpanel:active .p-scrollpanel-bar {
|
|
4773
|
-
opacity: 1;
|
|
4782
|
+
.p-scrollpanel:hover .p-scrollpanel-bar,
|
|
4783
|
+
.p-scrollpanel:active .p-scrollpanel-bar {
|
|
4784
|
+
opacity: 1;
|
|
4785
|
+
}
|
|
4786
|
+
|
|
4787
|
+
.p-scrollpanel-grabbed {
|
|
4788
|
+
user-select: none;
|
|
4789
|
+
}
|
|
4790
|
+
|
|
4791
|
+
.p-ripple {
|
|
4792
|
+
overflow: hidden;
|
|
4793
|
+
position: relative;
|
|
4794
|
+
}
|
|
4795
|
+
|
|
4796
|
+
.p-ink {
|
|
4797
|
+
display: block;
|
|
4798
|
+
position: absolute;
|
|
4799
|
+
background: rgba(255, 255, 255, 0.5);
|
|
4800
|
+
border-radius: 100%;
|
|
4801
|
+
transform: scale(0);
|
|
4802
|
+
}
|
|
4803
|
+
|
|
4804
|
+
.p-ink-active {
|
|
4805
|
+
animation: ripple 0.4s linear;
|
|
4806
|
+
}
|
|
4807
|
+
|
|
4808
|
+
.p-ripple-disabled .p-ink {
|
|
4809
|
+
display: none !important;
|
|
4810
|
+
}
|
|
4811
|
+
|
|
4812
|
+
@keyframes ripple {
|
|
4813
|
+
100% {
|
|
4814
|
+
opacity: 0;
|
|
4815
|
+
transform: scale(2.5);
|
|
4816
|
+
}
|
|
4817
|
+
}
|
|
4818
|
+
|
|
4819
|
+
.p-skeleton {
|
|
4820
|
+
position: relative;
|
|
4821
|
+
overflow: hidden;
|
|
4822
|
+
}
|
|
4823
|
+
|
|
4824
|
+
.p-skeleton::after {
|
|
4825
|
+
content: "";
|
|
4826
|
+
animation: p-skeleton-animation 1.2s infinite;
|
|
4827
|
+
height: 100%;
|
|
4828
|
+
left: 0;
|
|
4829
|
+
position: absolute;
|
|
4830
|
+
right: 0;
|
|
4831
|
+
top: 0;
|
|
4832
|
+
transform: translateX(-100%);
|
|
4833
|
+
z-index: 1;
|
|
4834
|
+
}
|
|
4835
|
+
|
|
4836
|
+
.p-skeleton-circle {
|
|
4837
|
+
border-radius: 50%;
|
|
4838
|
+
}
|
|
4839
|
+
|
|
4840
|
+
.p-skeleton-none::after {
|
|
4841
|
+
animation: none;
|
|
4842
|
+
}
|
|
4843
|
+
|
|
4844
|
+
@keyframes p-skeleton-animation {
|
|
4845
|
+
from {
|
|
4846
|
+
transform: translateX(-100%);
|
|
4847
|
+
}
|
|
4848
|
+
to {
|
|
4849
|
+
transform: translateX(100%);
|
|
4850
|
+
}
|
|
4851
|
+
}
|
|
4852
|
+
.p-slidemenu {
|
|
4853
|
+
width: 12.5em;
|
|
4854
|
+
}
|
|
4855
|
+
|
|
4856
|
+
.p-slidemenu.p-slidemenu-overlay {
|
|
4857
|
+
position: absolute;
|
|
4858
|
+
}
|
|
4859
|
+
|
|
4860
|
+
.p-slidemenu .p-menu-separator {
|
|
4861
|
+
border-width: 1px 0 0 0;
|
|
4862
|
+
}
|
|
4863
|
+
|
|
4864
|
+
.p-slidemenu ul {
|
|
4865
|
+
list-style: none;
|
|
4866
|
+
margin: 0;
|
|
4867
|
+
padding: 0;
|
|
4868
|
+
}
|
|
4869
|
+
|
|
4870
|
+
.p-slidemenu .p-slidemenu-rootlist {
|
|
4871
|
+
position: absolute;
|
|
4872
|
+
top: 0;
|
|
4873
|
+
}
|
|
4874
|
+
|
|
4875
|
+
.p-slidemenu .p-submenu-list {
|
|
4876
|
+
display: none;
|
|
4877
|
+
position: absolute;
|
|
4878
|
+
top: 0;
|
|
4879
|
+
width: 12.5em;
|
|
4880
|
+
}
|
|
4881
|
+
|
|
4882
|
+
.p-slidemenu .p-menuitem-link {
|
|
4883
|
+
cursor: pointer;
|
|
4884
|
+
display: flex;
|
|
4885
|
+
align-items: center;
|
|
4886
|
+
text-decoration: none;
|
|
4887
|
+
overflow: hidden;
|
|
4888
|
+
}
|
|
4889
|
+
|
|
4890
|
+
.p-slidemenu .p-menuitem-icon {
|
|
4891
|
+
vertical-align: middle;
|
|
4892
|
+
}
|
|
4893
|
+
|
|
4894
|
+
.p-slidemenu .p-menuitem-text {
|
|
4895
|
+
vertical-align: middle;
|
|
4774
4896
|
}
|
|
4775
4897
|
|
|
4776
|
-
.p-
|
|
4777
|
-
|
|
4898
|
+
.p-slidemenu .p-menuitem {
|
|
4899
|
+
position: relative;
|
|
4778
4900
|
}
|
|
4779
4901
|
|
|
4780
|
-
.p-
|
|
4781
|
-
|
|
4782
|
-
bottom: 20px;
|
|
4783
|
-
right: 20px;
|
|
4784
|
-
display: flex;
|
|
4785
|
-
align-items: center;
|
|
4786
|
-
justify-content: center;
|
|
4902
|
+
.p-slidemenu .p-menuitem-link .p-submenu-icon {
|
|
4903
|
+
margin-left: auto;
|
|
4787
4904
|
}
|
|
4788
4905
|
|
|
4789
|
-
.p-
|
|
4790
|
-
position:
|
|
4906
|
+
.p-slidemenu .p-slidemenu-wrapper {
|
|
4907
|
+
position: relative;
|
|
4791
4908
|
}
|
|
4792
4909
|
|
|
4793
|
-
.p-
|
|
4794
|
-
|
|
4910
|
+
.p-slidemenu .p-slidemenu-content {
|
|
4911
|
+
overflow-x: hidden;
|
|
4912
|
+
overflow-y: auto;
|
|
4913
|
+
position: relative;
|
|
4914
|
+
height: 100%;
|
|
4795
4915
|
}
|
|
4796
4916
|
|
|
4797
|
-
.p-
|
|
4798
|
-
|
|
4917
|
+
.p-slidemenu-backward {
|
|
4918
|
+
position: absolute;
|
|
4919
|
+
bottom: 0;
|
|
4920
|
+
width: 100%;
|
|
4921
|
+
padding: 0.25em;
|
|
4922
|
+
cursor: pointer;
|
|
4799
4923
|
}
|
|
4800
4924
|
|
|
4801
|
-
.p-
|
|
4802
|
-
|
|
4925
|
+
.p-slidemenu-backward .p-slidemenu-backward-icon {
|
|
4926
|
+
vertical-align: middle;
|
|
4803
4927
|
}
|
|
4804
4928
|
|
|
4805
|
-
.p-
|
|
4806
|
-
|
|
4807
|
-
transition: opacity .15s;
|
|
4929
|
+
.p-slidemenu-backward span {
|
|
4930
|
+
vertical-align: middle;
|
|
4808
4931
|
}
|
|
4809
4932
|
|
|
4810
|
-
.p-
|
|
4811
|
-
|
|
4933
|
+
.p-slidemenu .p-menuitem-active {
|
|
4934
|
+
position: static;
|
|
4812
4935
|
}
|
|
4813
4936
|
|
|
4814
|
-
.p-
|
|
4815
|
-
|
|
4816
|
-
transition: opacity .15s;
|
|
4937
|
+
.p-slidemenu .p-menuitem-active > .p-submenu-list {
|
|
4938
|
+
display: block;
|
|
4817
4939
|
}
|
|
4818
4940
|
|
|
4819
4941
|
.p-sidebar-mask {
|
|
@@ -5035,128 +5157,6 @@ input.p-dropdown-label {
|
|
|
5035
5157
|
}
|
|
5036
5158
|
}
|
|
5037
5159
|
|
|
5038
|
-
.p-skeleton {
|
|
5039
|
-
position: relative;
|
|
5040
|
-
overflow: hidden;
|
|
5041
|
-
}
|
|
5042
|
-
|
|
5043
|
-
.p-skeleton::after {
|
|
5044
|
-
content: "";
|
|
5045
|
-
animation: p-skeleton-animation 1.2s infinite;
|
|
5046
|
-
height: 100%;
|
|
5047
|
-
left: 0;
|
|
5048
|
-
position: absolute;
|
|
5049
|
-
right: 0;
|
|
5050
|
-
top: 0;
|
|
5051
|
-
transform: translateX(-100%);
|
|
5052
|
-
z-index: 1;
|
|
5053
|
-
}
|
|
5054
|
-
|
|
5055
|
-
.p-skeleton-circle {
|
|
5056
|
-
border-radius: 50%;
|
|
5057
|
-
}
|
|
5058
|
-
|
|
5059
|
-
.p-skeleton-none::after {
|
|
5060
|
-
animation: none;
|
|
5061
|
-
}
|
|
5062
|
-
|
|
5063
|
-
@keyframes p-skeleton-animation {
|
|
5064
|
-
from {
|
|
5065
|
-
transform: translateX(-100%);
|
|
5066
|
-
}
|
|
5067
|
-
to {
|
|
5068
|
-
transform: translateX(100%);
|
|
5069
|
-
}
|
|
5070
|
-
}
|
|
5071
|
-
.p-slidemenu {
|
|
5072
|
-
width: 12.5em;
|
|
5073
|
-
}
|
|
5074
|
-
|
|
5075
|
-
.p-slidemenu.p-slidemenu-overlay {
|
|
5076
|
-
position: absolute;
|
|
5077
|
-
}
|
|
5078
|
-
|
|
5079
|
-
.p-slidemenu .p-menu-separator {
|
|
5080
|
-
border-width: 1px 0 0 0;
|
|
5081
|
-
}
|
|
5082
|
-
|
|
5083
|
-
.p-slidemenu ul {
|
|
5084
|
-
list-style: none;
|
|
5085
|
-
margin: 0;
|
|
5086
|
-
padding: 0;
|
|
5087
|
-
}
|
|
5088
|
-
|
|
5089
|
-
.p-slidemenu .p-slidemenu-rootlist {
|
|
5090
|
-
position: absolute;
|
|
5091
|
-
top: 0;
|
|
5092
|
-
}
|
|
5093
|
-
|
|
5094
|
-
.p-slidemenu .p-submenu-list {
|
|
5095
|
-
display: none;
|
|
5096
|
-
position: absolute;
|
|
5097
|
-
top: 0;
|
|
5098
|
-
width: 12.5em;
|
|
5099
|
-
}
|
|
5100
|
-
|
|
5101
|
-
.p-slidemenu .p-menuitem-link {
|
|
5102
|
-
cursor: pointer;
|
|
5103
|
-
display: flex;
|
|
5104
|
-
align-items: center;
|
|
5105
|
-
text-decoration: none;
|
|
5106
|
-
overflow: hidden;
|
|
5107
|
-
}
|
|
5108
|
-
|
|
5109
|
-
.p-slidemenu .p-menuitem-icon {
|
|
5110
|
-
vertical-align: middle;
|
|
5111
|
-
}
|
|
5112
|
-
|
|
5113
|
-
.p-slidemenu .p-menuitem-text {
|
|
5114
|
-
vertical-align: middle;
|
|
5115
|
-
}
|
|
5116
|
-
|
|
5117
|
-
.p-slidemenu .p-menuitem {
|
|
5118
|
-
position: relative;
|
|
5119
|
-
}
|
|
5120
|
-
|
|
5121
|
-
.p-slidemenu .p-menuitem-link .p-submenu-icon {
|
|
5122
|
-
margin-left: auto;
|
|
5123
|
-
}
|
|
5124
|
-
|
|
5125
|
-
.p-slidemenu .p-slidemenu-wrapper {
|
|
5126
|
-
position: relative;
|
|
5127
|
-
}
|
|
5128
|
-
|
|
5129
|
-
.p-slidemenu .p-slidemenu-content {
|
|
5130
|
-
overflow-x: hidden;
|
|
5131
|
-
overflow-y: auto;
|
|
5132
|
-
position: relative;
|
|
5133
|
-
height: 100%;
|
|
5134
|
-
}
|
|
5135
|
-
|
|
5136
|
-
.p-slidemenu-backward {
|
|
5137
|
-
position: absolute;
|
|
5138
|
-
bottom: 0;
|
|
5139
|
-
width: 100%;
|
|
5140
|
-
padding: 0.25em;
|
|
5141
|
-
cursor: pointer;
|
|
5142
|
-
}
|
|
5143
|
-
|
|
5144
|
-
.p-slidemenu-backward .p-slidemenu-backward-icon {
|
|
5145
|
-
vertical-align: middle;
|
|
5146
|
-
}
|
|
5147
|
-
|
|
5148
|
-
.p-slidemenu-backward span {
|
|
5149
|
-
vertical-align: middle;
|
|
5150
|
-
}
|
|
5151
|
-
|
|
5152
|
-
.p-slidemenu .p-menuitem-active {
|
|
5153
|
-
position: static;
|
|
5154
|
-
}
|
|
5155
|
-
|
|
5156
|
-
.p-slidemenu .p-menuitem-active > .p-submenu-list {
|
|
5157
|
-
display: block;
|
|
5158
|
-
}
|
|
5159
|
-
|
|
5160
5160
|
.p-slider {
|
|
5161
5161
|
position: relative;
|
|
5162
5162
|
}
|
|
@@ -5567,44 +5567,6 @@ input.p-dropdown-label {
|
|
|
5567
5567
|
display: none;
|
|
5568
5568
|
}
|
|
5569
5569
|
|
|
5570
|
-
.p-tag {
|
|
5571
|
-
display: inline-flex;
|
|
5572
|
-
align-items: center;
|
|
5573
|
-
justify-content: center;
|
|
5574
|
-
}
|
|
5575
|
-
|
|
5576
|
-
.p-tag-icon,
|
|
5577
|
-
.p-tag-value,
|
|
5578
|
-
.p-tag-icon.pi {
|
|
5579
|
-
line-height: 1.5;
|
|
5580
|
-
}
|
|
5581
|
-
|
|
5582
|
-
.p-tag.p-tag-rounded {
|
|
5583
|
-
border-radius: 10rem;
|
|
5584
|
-
}
|
|
5585
|
-
.p-terminal {
|
|
5586
|
-
height: 18rem;
|
|
5587
|
-
overflow: auto;
|
|
5588
|
-
}
|
|
5589
|
-
|
|
5590
|
-
.p-terminal-prompt-container {
|
|
5591
|
-
display: flex;
|
|
5592
|
-
align-items: center;
|
|
5593
|
-
}
|
|
5594
|
-
|
|
5595
|
-
.p-terminal-input {
|
|
5596
|
-
flex: 1 1 auto;
|
|
5597
|
-
border: 0 none;
|
|
5598
|
-
background-color: transparent;
|
|
5599
|
-
color: inherit;
|
|
5600
|
-
padding: 0;
|
|
5601
|
-
outline: 0 none;
|
|
5602
|
-
}
|
|
5603
|
-
|
|
5604
|
-
.p-terminal-input::-ms-clear {
|
|
5605
|
-
display: none;
|
|
5606
|
-
}
|
|
5607
|
-
|
|
5608
5570
|
.p-tieredmenu-overlay {
|
|
5609
5571
|
position: absolute;
|
|
5610
5572
|
}
|
|
@@ -5653,6 +5615,44 @@ input.p-dropdown-label {
|
|
|
5653
5615
|
left: -100%;
|
|
5654
5616
|
}
|
|
5655
5617
|
|
|
5618
|
+
.p-terminal {
|
|
5619
|
+
height: 18rem;
|
|
5620
|
+
overflow: auto;
|
|
5621
|
+
}
|
|
5622
|
+
|
|
5623
|
+
.p-terminal-prompt-container {
|
|
5624
|
+
display: flex;
|
|
5625
|
+
align-items: center;
|
|
5626
|
+
}
|
|
5627
|
+
|
|
5628
|
+
.p-terminal-input {
|
|
5629
|
+
flex: 1 1 auto;
|
|
5630
|
+
border: 0 none;
|
|
5631
|
+
background-color: transparent;
|
|
5632
|
+
color: inherit;
|
|
5633
|
+
padding: 0;
|
|
5634
|
+
outline: 0 none;
|
|
5635
|
+
}
|
|
5636
|
+
|
|
5637
|
+
.p-terminal-input::-ms-clear {
|
|
5638
|
+
display: none;
|
|
5639
|
+
}
|
|
5640
|
+
|
|
5641
|
+
.p-tag {
|
|
5642
|
+
display: inline-flex;
|
|
5643
|
+
align-items: center;
|
|
5644
|
+
justify-content: center;
|
|
5645
|
+
}
|
|
5646
|
+
|
|
5647
|
+
.p-tag-icon,
|
|
5648
|
+
.p-tag-value,
|
|
5649
|
+
.p-tag-icon.pi {
|
|
5650
|
+
line-height: 1.5;
|
|
5651
|
+
}
|
|
5652
|
+
|
|
5653
|
+
.p-tag.p-tag-rounded {
|
|
5654
|
+
border-radius: 10rem;
|
|
5655
|
+
}
|
|
5656
5656
|
.p-timeline {
|
|
5657
5657
|
display: flex;
|
|
5658
5658
|
flex-grow: 1;
|