primereact 9.1.0 → 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/accordion/package.json +7 -0
- package/api/api.d.ts +2 -2
- package/api/package.json +7 -0
- 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/autocomplete/package.json +7 -0
- 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/avatar/package.json +7 -0
- package/avatargroup/package.json +7 -0
- package/badge/package.json +7 -0
- package/blockui/package.json +7 -0
- package/breadcrumb/package.json +7 -0
- package/button/package.json +7 -0
- 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/calendar/package.json +7 -0
- package/card/package.json +7 -0
- package/carousel/package.json +7 -0
- package/cascadeselect/package.json +7 -0
- package/chart/package.json +7 -0
- package/checkbox/package.json +7 -0
- package/chip/package.json +7 -0
- package/chips/package.json +7 -0
- package/colorpicker/package.json +7 -0
- package/column/package.json +7 -0
- package/columngroup/package.json +7 -0
- package/confirmdialog/package.json +7 -0
- package/confirmpopup/package.json +7 -0
- 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/contextmenu/package.json +7 -0
- package/core/core.js +226 -115
- package/core/core.min.js +4 -4
- package/csstransition/package.json +7 -0
- package/datascroller/package.json +7 -0
- 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/datatable/package.json +7 -0
- package/dataview/package.json +7 -0
- package/deferredcontent/package.json +7 -0
- package/dialog/package.json +7 -0
- package/divider/package.json +7 -0
- package/dock/package.json +7 -0
- 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/dropdown/package.json +7 -0
- package/editor/package.json +7 -0
- package/fieldset/package.json +7 -0
- package/fileupload/package.json +7 -0
- package/galleria/package.json +7 -0
- 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/hooks/package.json +7 -0
- package/image/package.json +7 -0
- package/inplace/package.json +7 -0
- package/inputmask/package.json +7 -0
- package/inputnumber/package.json +7 -0
- package/inputswitch/package.json +7 -0
- package/inputtext/inputtext.min.css +1 -1
- package/inputtext/package.json +7 -0
- package/inputtextarea/package.json +7 -0
- package/keyfilter/package.json +7 -0
- package/knob/package.json +7 -0
- 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/listbox/package.json +7 -0
- 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/megamenu/package.json +7 -0
- package/mention/package.json +7 -0
- package/menu/package.json +7 -0
- package/menubar/package.json +7 -0
- package/menuitem/package.json +4 -0
- package/message/package.json +7 -0
- package/messages/package.json +7 -0
- 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/multiselect/package.json +7 -0
- package/multistatecheckbox/package.json +7 -0
- package/orderlist/package.json +7 -0
- package/organizationchart/package.json +7 -0
- package/overlaypanel/package.json +7 -0
- package/overlayservice/package.json +7 -0
- package/package.json +1 -1
- package/paginator/package.json +7 -0
- package/panel/package.json +7 -0
- package/panelmenu/package.json +7 -0
- package/password/package.json +7 -0
- package/picklist/package.json +7 -0
- package/portal/package.json +6 -0
- 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/progressbar/package.json +7 -0
- package/progressspinner/package.json +7 -0
- package/radiobutton/package.json +7 -0
- package/rating/package.json +7 -0
- package/resources/primereact.css +781 -832
- 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/ripple/package.json +7 -0
- package/row/package.json +7 -0
- package/scrollpanel/package.json +7 -0
- package/scrolltop/package.json +7 -0
- package/selectbutton/package.json +7 -0
- package/selectitem/package.json +4 -0
- package/sidebar/package.json +7 -0
- package/skeleton/package.json +7 -0
- package/slidemenu/package.json +7 -0
- package/slider/package.json +7 -0
- package/speeddial/package.json +7 -0
- package/splitbutton/package.json +7 -0
- package/splitter/package.json +7 -0
- package/steps/package.json +7 -0
- package/styleclass/package.json +7 -0
- package/tabmenu/package.json +7 -0
- package/tabview/package.json +7 -0
- package/tag/package.json +7 -0
- package/terminal/package.json +7 -0
- package/terminalservice/package.json +7 -0
- package/tieredmenu/package.json +7 -0
- 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/timeline/package.json +7 -0
- package/toast/package.json +7 -0
- package/toast/toast.min.css +1 -1
- package/togglebutton/package.json +7 -0
- package/toolbar/package.json +7 -0
- package/tooltip/package.json +7 -0
- package/tree/package.json +7 -0
- package/treenode/package.json +4 -0
- package/treeselect/package.json +7 -0
- package/treetable/package.json +7 -0
- 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/tristatecheckbox/package.json +7 -0
- package/utils/package.json +7 -0
- 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/package.json +7 -0
- 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
|
@@ -187,6 +187,49 @@
|
|
|
187
187
|
line-height: 1;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
+
.p-avatar {
|
|
191
|
+
display: inline-flex;
|
|
192
|
+
align-items: center;
|
|
193
|
+
justify-content: center;
|
|
194
|
+
width: 2rem;
|
|
195
|
+
height: 2rem;
|
|
196
|
+
font-size: 1rem;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.p-avatar.p-avatar-image {
|
|
200
|
+
background-color: transparent;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
.p-avatar-circle {
|
|
204
|
+
border-radius: 50%;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.p-avatar-circle img {
|
|
208
|
+
border-radius: 50%;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.p-avatar .p-avatar-icon {
|
|
212
|
+
font-size: 1rem;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
.p-avatar img {
|
|
216
|
+
width: 100%;
|
|
217
|
+
height: 100%;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
.p-avatar-clickable {
|
|
221
|
+
cursor: pointer;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
.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
|
+
|
|
190
233
|
.p-autocomplete {
|
|
191
234
|
display: inline-flex;
|
|
192
235
|
position: relative;
|
|
@@ -284,47 +327,28 @@
|
|
|
284
327
|
width: 1%;
|
|
285
328
|
}
|
|
286
329
|
|
|
287
|
-
.p-
|
|
288
|
-
|
|
289
|
-
align-items: center;
|
|
290
|
-
justify-content: center;
|
|
291
|
-
width: 2rem;
|
|
292
|
-
height: 2rem;
|
|
293
|
-
font-size: 1rem;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.p-avatar.p-avatar-image {
|
|
297
|
-
background-color: transparent;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.p-avatar-circle {
|
|
301
|
-
border-radius: 50%;
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
.p-avatar-circle img {
|
|
305
|
-
border-radius: 50%;
|
|
306
|
-
}
|
|
307
|
-
|
|
308
|
-
.p-avatar .p-avatar-icon {
|
|
309
|
-
font-size: 1rem;
|
|
330
|
+
.p-blockui-container {
|
|
331
|
+
position: relative;
|
|
310
332
|
}
|
|
311
333
|
|
|
312
|
-
.p-
|
|
334
|
+
.p-blockui {
|
|
335
|
+
position: absolute;
|
|
336
|
+
top: 0;
|
|
337
|
+
left: 0;
|
|
313
338
|
width: 100%;
|
|
314
339
|
height: 100%;
|
|
340
|
+
opacity: 1;
|
|
341
|
+
display: flex;
|
|
342
|
+
align-items: center;
|
|
343
|
+
justify-content: center;
|
|
315
344
|
}
|
|
316
345
|
|
|
317
|
-
.p-
|
|
318
|
-
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
.p-avatar-group .p-avatar + .p-avatar {
|
|
322
|
-
margin-left: -1rem;
|
|
346
|
+
.p-blockui.p-component-overlay {
|
|
347
|
+
position: absolute;
|
|
323
348
|
}
|
|
324
349
|
|
|
325
|
-
.p-
|
|
326
|
-
|
|
327
|
-
align-items: center;
|
|
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
|
}
|
|
@@ -650,6 +650,10 @@
|
|
|
650
650
|
position: relative;
|
|
651
651
|
}
|
|
652
652
|
|
|
653
|
+
.p-card-header img {
|
|
654
|
+
width: 100%;
|
|
655
|
+
}
|
|
656
|
+
|
|
653
657
|
.p-carousel {
|
|
654
658
|
display: flex;
|
|
655
659
|
flex-direction: column;
|
|
@@ -720,10 +724,6 @@
|
|
|
720
724
|
visibility: visible;
|
|
721
725
|
}
|
|
722
726
|
|
|
723
|
-
.p-card-header img {
|
|
724
|
-
width: 100%;
|
|
725
|
-
}
|
|
726
|
-
|
|
727
727
|
.p-cascadeselect {
|
|
728
728
|
display: inline-flex;
|
|
729
729
|
cursor: pointer;
|
|
@@ -815,24 +815,6 @@
|
|
|
815
815
|
.p-chart {
|
|
816
816
|
position: relative
|
|
817
817
|
}
|
|
818
|
-
.p-checkbox {
|
|
819
|
-
display: inline-flex;
|
|
820
|
-
cursor: pointer;
|
|
821
|
-
user-select: none;
|
|
822
|
-
vertical-align: bottom;
|
|
823
|
-
position: relative;
|
|
824
|
-
}
|
|
825
|
-
|
|
826
|
-
.p-checkbox.p-checkbox-disabled {
|
|
827
|
-
cursor: auto;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
.p-checkbox-box {
|
|
831
|
-
display: flex;
|
|
832
|
-
justify-content: center;
|
|
833
|
-
align-items: center;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
818
|
.p-chips {
|
|
837
819
|
display: inline-flex;
|
|
838
820
|
}
|
|
@@ -879,6 +861,24 @@
|
|
|
879
861
|
display: flex;
|
|
880
862
|
}
|
|
881
863
|
|
|
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;
|
|
880
|
+
}
|
|
881
|
+
|
|
882
882
|
.p-colorpicker {
|
|
883
883
|
display: inline-block;
|
|
884
884
|
}
|
|
@@ -1087,42 +1087,21 @@
|
|
|
1087
1087
|
transition: opacity 250ms;
|
|
1088
1088
|
}
|
|
1089
1089
|
|
|
1090
|
-
.p-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
.p-datascroller .p-datascroller-header {
|
|
1094
|
-
text-align: center;
|
|
1095
|
-
padding: .5em .75em;
|
|
1096
|
-
border-bottom: 0 none;
|
|
1097
|
-
}
|
|
1098
|
-
|
|
1099
|
-
.p-datascroller .p-datascroller-footer {
|
|
1100
|
-
text-align: center;
|
|
1101
|
-
padding: .25em .625em;
|
|
1102
|
-
border-top: 0px none;
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.p-datascroller .p-datascroller-content {
|
|
1106
|
-
padding: .25em .625em;
|
|
1090
|
+
.p-datatable {
|
|
1091
|
+
position: relative;
|
|
1107
1092
|
}
|
|
1108
1093
|
|
|
1109
|
-
.p-
|
|
1094
|
+
.p-datatable > .p-datatable-wrapper {
|
|
1110
1095
|
overflow: auto;
|
|
1111
1096
|
}
|
|
1112
1097
|
|
|
1113
|
-
.p-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
padding: 0;
|
|
1117
|
-
}
|
|
1118
|
-
.p-datatable {
|
|
1119
|
-
position: relative;
|
|
1098
|
+
.p-datatable-table {
|
|
1099
|
+
border-spacing: 0px;
|
|
1100
|
+
width: 100%;
|
|
1120
1101
|
}
|
|
1121
1102
|
|
|
1122
|
-
.p-datatable
|
|
1123
|
-
|
|
1124
|
-
min-width: 100%;
|
|
1125
|
-
table-layout: fixed;
|
|
1103
|
+
.p-datatable .p-sortable-disabled {
|
|
1104
|
+
cursor: auto;
|
|
1126
1105
|
}
|
|
1127
1106
|
|
|
1128
1107
|
.p-datatable .p-sortable-column {
|
|
@@ -1130,10 +1109,6 @@
|
|
|
1130
1109
|
user-select: none;
|
|
1131
1110
|
}
|
|
1132
1111
|
|
|
1133
|
-
.p-datatable .p-sortable-disabled {
|
|
1134
|
-
cursor: auto;
|
|
1135
|
-
}
|
|
1136
|
-
|
|
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,22 +1379,50 @@
|
|
|
1471
1379
|
justify-content: center;
|
|
1472
1380
|
}
|
|
1473
1381
|
|
|
1474
|
-
.p-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
|
|
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
|
+
}
|
|
1410
|
+
.p-dialog-mask {
|
|
1411
|
+
position: fixed;
|
|
1412
|
+
top: 0;
|
|
1413
|
+
left: 0;
|
|
1414
|
+
width: 100%;
|
|
1415
|
+
height: 100%;
|
|
1416
|
+
display: none;
|
|
1417
|
+
justify-content: center;
|
|
1418
|
+
align-items: center;
|
|
1419
|
+
pointer-events: none;
|
|
1420
|
+
background-color: transparent;
|
|
1421
|
+
transition-property: background-color;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
.p-dialog-visible {
|
|
1425
|
+
display: flex;
|
|
1490
1426
|
}
|
|
1491
1427
|
|
|
1492
1428
|
.p-dialog-mask.p-component-overlay {
|
|
@@ -1790,96 +1726,6 @@
|
|
|
1790
1726
|
.p-divider-dotted.p-divider-horizontal:before {
|
|
1791
1727
|
border-left-style: dotted;
|
|
1792
1728
|
}
|
|
1793
|
-
.p-dropdown {
|
|
1794
|
-
display: inline-flex;
|
|
1795
|
-
cursor: pointer;
|
|
1796
|
-
position: relative;
|
|
1797
|
-
user-select: none;
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
.p-dropdown-clear-icon {
|
|
1801
|
-
position: absolute;
|
|
1802
|
-
top: 50%;
|
|
1803
|
-
margin-top: -.5rem;
|
|
1804
|
-
}
|
|
1805
|
-
|
|
1806
|
-
.p-dropdown-trigger {
|
|
1807
|
-
display: flex;
|
|
1808
|
-
align-items: center;
|
|
1809
|
-
justify-content: center;
|
|
1810
|
-
flex-shrink: 0;
|
|
1811
|
-
}
|
|
1812
|
-
|
|
1813
|
-
.p-dropdown-label {
|
|
1814
|
-
display: block;
|
|
1815
|
-
white-space: nowrap;
|
|
1816
|
-
overflow: hidden;
|
|
1817
|
-
flex: 1 1 auto;
|
|
1818
|
-
width: 1%;
|
|
1819
|
-
text-overflow: ellipsis;
|
|
1820
|
-
cursor: pointer;
|
|
1821
|
-
}
|
|
1822
|
-
|
|
1823
|
-
.p-dropdown-label-empty {
|
|
1824
|
-
overflow: hidden;
|
|
1825
|
-
visibility: hidden;
|
|
1826
|
-
}
|
|
1827
|
-
|
|
1828
|
-
input.p-dropdown-label {
|
|
1829
|
-
cursor: default;
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
.p-dropdown .p-dropdown-panel {
|
|
1833
|
-
min-width: 100%;
|
|
1834
|
-
}
|
|
1835
|
-
|
|
1836
|
-
.p-dropdown-panel {
|
|
1837
|
-
position: absolute;
|
|
1838
|
-
top: 0;
|
|
1839
|
-
left: 0;
|
|
1840
|
-
}
|
|
1841
|
-
|
|
1842
|
-
.p-dropdown-items-wrapper {
|
|
1843
|
-
overflow: auto;
|
|
1844
|
-
}
|
|
1845
|
-
|
|
1846
|
-
.p-dropdown-item {
|
|
1847
|
-
cursor: pointer;
|
|
1848
|
-
font-weight: normal;
|
|
1849
|
-
white-space: nowrap;
|
|
1850
|
-
position: relative;
|
|
1851
|
-
overflow: hidden;
|
|
1852
|
-
}
|
|
1853
|
-
|
|
1854
|
-
.p-dropdown-items {
|
|
1855
|
-
margin: 0;
|
|
1856
|
-
padding: 0;
|
|
1857
|
-
list-style-type: none;
|
|
1858
|
-
}
|
|
1859
|
-
|
|
1860
|
-
.p-dropdown-filter {
|
|
1861
|
-
width: 100%;
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
|
-
.p-dropdown-filter-container {
|
|
1865
|
-
position: relative;
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
.p-dropdown-filter-icon,
|
|
1869
|
-
.p-dropdown-filter-clear-icon {
|
|
1870
|
-
position: absolute;
|
|
1871
|
-
top: 50%;
|
|
1872
|
-
margin-top: -.5rem;
|
|
1873
|
-
}
|
|
1874
|
-
|
|
1875
|
-
.p-fluid .p-dropdown {
|
|
1876
|
-
display: flex;
|
|
1877
|
-
}
|
|
1878
|
-
|
|
1879
|
-
.p-fluid .p-dropdown .p-dropdown-label {
|
|
1880
|
-
width: 1%;
|
|
1881
|
-
}
|
|
1882
|
-
|
|
1883
1729
|
.p-dock {
|
|
1884
1730
|
position: absolute;
|
|
1885
1731
|
z-index: 1;
|
|
@@ -1999,6 +1845,96 @@ input.p-dropdown-label {
|
|
|
1999
1845
|
flex-direction: row-reverse;
|
|
2000
1846
|
}
|
|
2001
1847
|
|
|
1848
|
+
.p-dropdown {
|
|
1849
|
+
display: inline-flex;
|
|
1850
|
+
cursor: pointer;
|
|
1851
|
+
position: relative;
|
|
1852
|
+
user-select: none;
|
|
1853
|
+
}
|
|
1854
|
+
|
|
1855
|
+
.p-dropdown-clear-icon {
|
|
1856
|
+
position: absolute;
|
|
1857
|
+
top: 50%;
|
|
1858
|
+
margin-top: -.5rem;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
.p-dropdown-trigger {
|
|
1862
|
+
display: flex;
|
|
1863
|
+
align-items: center;
|
|
1864
|
+
justify-content: center;
|
|
1865
|
+
flex-shrink: 0;
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
.p-dropdown-label {
|
|
1869
|
+
display: block;
|
|
1870
|
+
white-space: nowrap;
|
|
1871
|
+
overflow: hidden;
|
|
1872
|
+
flex: 1 1 auto;
|
|
1873
|
+
width: 1%;
|
|
1874
|
+
text-overflow: ellipsis;
|
|
1875
|
+
cursor: pointer;
|
|
1876
|
+
}
|
|
1877
|
+
|
|
1878
|
+
.p-dropdown-label-empty {
|
|
1879
|
+
overflow: hidden;
|
|
1880
|
+
visibility: hidden;
|
|
1881
|
+
}
|
|
1882
|
+
|
|
1883
|
+
input.p-dropdown-label {
|
|
1884
|
+
cursor: default;
|
|
1885
|
+
}
|
|
1886
|
+
|
|
1887
|
+
.p-dropdown .p-dropdown-panel {
|
|
1888
|
+
min-width: 100%;
|
|
1889
|
+
}
|
|
1890
|
+
|
|
1891
|
+
.p-dropdown-panel {
|
|
1892
|
+
position: absolute;
|
|
1893
|
+
top: 0;
|
|
1894
|
+
left: 0;
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
.p-dropdown-items-wrapper {
|
|
1898
|
+
overflow: auto;
|
|
1899
|
+
}
|
|
1900
|
+
|
|
1901
|
+
.p-dropdown-item {
|
|
1902
|
+
cursor: pointer;
|
|
1903
|
+
font-weight: normal;
|
|
1904
|
+
white-space: nowrap;
|
|
1905
|
+
position: relative;
|
|
1906
|
+
overflow: hidden;
|
|
1907
|
+
}
|
|
1908
|
+
|
|
1909
|
+
.p-dropdown-items {
|
|
1910
|
+
margin: 0;
|
|
1911
|
+
padding: 0;
|
|
1912
|
+
list-style-type: none;
|
|
1913
|
+
}
|
|
1914
|
+
|
|
1915
|
+
.p-dropdown-filter {
|
|
1916
|
+
width: 100%;
|
|
1917
|
+
}
|
|
1918
|
+
|
|
1919
|
+
.p-dropdown-filter-container {
|
|
1920
|
+
position: relative;
|
|
1921
|
+
}
|
|
1922
|
+
|
|
1923
|
+
.p-dropdown-filter-icon,
|
|
1924
|
+
.p-dropdown-filter-clear-icon {
|
|
1925
|
+
position: absolute;
|
|
1926
|
+
top: 50%;
|
|
1927
|
+
margin-top: -.5rem;
|
|
1928
|
+
}
|
|
1929
|
+
|
|
1930
|
+
.p-fluid .p-dropdown {
|
|
1931
|
+
display: flex;
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
.p-fluid .p-dropdown .p-dropdown-label {
|
|
1935
|
+
width: 1%;
|
|
1936
|
+
}
|
|
1937
|
+
|
|
2002
1938
|
/*!
|
|
2003
1939
|
* Quill Editor v1.3.7
|
|
2004
1940
|
* https://quilljs.com/
|
|
@@ -3263,96 +3199,37 @@ input.p-dropdown-label {
|
|
|
3263
3199
|
visibility: visible;
|
|
3264
3200
|
}
|
|
3265
3201
|
|
|
3266
|
-
.p-
|
|
3202
|
+
.p-image-mask {
|
|
3203
|
+
display: flex;
|
|
3204
|
+
align-items: center;
|
|
3205
|
+
justify-content: center;
|
|
3206
|
+
}
|
|
3207
|
+
|
|
3208
|
+
.p-image-preview-container {
|
|
3267
3209
|
position: relative;
|
|
3210
|
+
display: inline-block;
|
|
3268
3211
|
}
|
|
3269
3212
|
|
|
3270
|
-
.p-
|
|
3213
|
+
.p-image-preview-indicator {
|
|
3214
|
+
position: absolute;
|
|
3215
|
+
left: 0;
|
|
3216
|
+
top: 0;
|
|
3217
|
+
width: 100%;
|
|
3218
|
+
height: 100%;
|
|
3271
3219
|
display: flex;
|
|
3272
3220
|
align-items: center;
|
|
3221
|
+
justify-content: center;
|
|
3222
|
+
opacity: 0;
|
|
3223
|
+
transition: opacity .3s;
|
|
3273
3224
|
}
|
|
3274
3225
|
|
|
3275
|
-
.p-
|
|
3276
|
-
|
|
3277
|
-
width: 25%;
|
|
3226
|
+
.p-image-preview-icon {
|
|
3227
|
+
font-size: 1.5rem;
|
|
3278
3228
|
}
|
|
3279
3229
|
|
|
3280
|
-
.p-
|
|
3281
|
-
|
|
3282
|
-
|
|
3283
|
-
|
|
3284
|
-
.p-fileupload-content > .p-progressbar {
|
|
3285
|
-
width: 100%;
|
|
3286
|
-
position: absolute;
|
|
3287
|
-
top: 0;
|
|
3288
|
-
left: 0;
|
|
3289
|
-
}
|
|
3290
|
-
|
|
3291
|
-
.p-button.p-fileupload-choose {
|
|
3292
|
-
position: relative;
|
|
3293
|
-
overflow: hidden;
|
|
3294
|
-
}
|
|
3295
|
-
|
|
3296
|
-
.p-fileupload-buttonbar {
|
|
3297
|
-
display: flex;
|
|
3298
|
-
flex-wrap: wrap;
|
|
3299
|
-
}
|
|
3300
|
-
|
|
3301
|
-
.p-button.p-fileupload-choose input[type=file] {
|
|
3302
|
-
display: none;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
.p-fileupload-choose.p-fileupload-choose-selected input[type=file] {
|
|
3306
|
-
display: none;
|
|
3307
|
-
}
|
|
3308
|
-
|
|
3309
|
-
.p-fileupload-filename {
|
|
3310
|
-
word-break: break-all;
|
|
3311
|
-
}
|
|
3312
|
-
|
|
3313
|
-
.p-fileupload-file-thumbnail {
|
|
3314
|
-
flex-shrink: 0;
|
|
3315
|
-
}
|
|
3316
|
-
|
|
3317
|
-
.p-fileupload-file-badge {
|
|
3318
|
-
margin: 0.5rem;
|
|
3319
|
-
}
|
|
3320
|
-
|
|
3321
|
-
.p-fluid .p-fileupload .p-button {
|
|
3322
|
-
width: auto;
|
|
3323
|
-
}
|
|
3324
|
-
|
|
3325
|
-
.p-image-mask {
|
|
3326
|
-
display: flex;
|
|
3327
|
-
align-items: center;
|
|
3328
|
-
justify-content: center;
|
|
3329
|
-
}
|
|
3330
|
-
|
|
3331
|
-
.p-image-preview-container {
|
|
3332
|
-
position: relative;
|
|
3333
|
-
display: inline-block;
|
|
3334
|
-
}
|
|
3335
|
-
|
|
3336
|
-
.p-image-preview-indicator {
|
|
3337
|
-
position: absolute;
|
|
3338
|
-
left: 0;
|
|
3339
|
-
top: 0;
|
|
3340
|
-
width: 100%;
|
|
3341
|
-
height: 100%;
|
|
3342
|
-
display: flex;
|
|
3343
|
-
align-items: center;
|
|
3344
|
-
justify-content: center;
|
|
3345
|
-
opacity: 0;
|
|
3346
|
-
transition: opacity .3s;
|
|
3347
|
-
}
|
|
3348
|
-
|
|
3349
|
-
.p-image-preview-icon {
|
|
3350
|
-
font-size: 1.5rem;
|
|
3351
|
-
}
|
|
3352
|
-
|
|
3353
|
-
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
3354
|
-
opacity: 1;
|
|
3355
|
-
cursor: pointer;
|
|
3230
|
+
.p-image-preview-container:hover > .p-image-preview-indicator {
|
|
3231
|
+
opacity: 1;
|
|
3232
|
+
cursor: pointer;
|
|
3356
3233
|
}
|
|
3357
3234
|
|
|
3358
3235
|
.p-image-preview-container > img {
|
|
@@ -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;
|
|
@@ -3548,15 +3484,6 @@ input.p-dropdown-label {
|
|
|
3548
3484
|
width: 100%;
|
|
3549
3485
|
}
|
|
3550
3486
|
|
|
3551
|
-
.p-inputtextarea-resizable {
|
|
3552
|
-
overflow: hidden;
|
|
3553
|
-
resize: none;
|
|
3554
|
-
}
|
|
3555
|
-
|
|
3556
|
-
.p-fluid .p-inputtextarea {
|
|
3557
|
-
width: 100%;
|
|
3558
|
-
}
|
|
3559
|
-
|
|
3560
3487
|
.p-inputtext {
|
|
3561
3488
|
margin: 0;
|
|
3562
3489
|
}
|
|
@@ -3608,7 +3535,8 @@ input.p-dropdown-label {
|
|
|
3608
3535
|
line-height: 1;
|
|
3609
3536
|
}
|
|
3610
3537
|
|
|
3611
|
-
.p-float-label textarea ~ label
|
|
3538
|
+
.p-float-label textarea ~ label,
|
|
3539
|
+
.p-float-label .p-mention ~ label {
|
|
3612
3540
|
top: 1rem;
|
|
3613
3541
|
}
|
|
3614
3542
|
|
|
@@ -3662,6 +3590,15 @@ input.p-dropdown-label {
|
|
|
3662
3590
|
width: 100%;
|
|
3663
3591
|
}
|
|
3664
3592
|
|
|
3593
|
+
.p-inputtextarea-resizable {
|
|
3594
|
+
overflow: hidden;
|
|
3595
|
+
resize: none;
|
|
3596
|
+
}
|
|
3597
|
+
|
|
3598
|
+
.p-fluid .p-inputtextarea {
|
|
3599
|
+
width: 100%;
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3665
3602
|
@keyframes dash-frame {
|
|
3666
3603
|
100% {
|
|
3667
3604
|
stroke-dashoffset: 0;
|
|
@@ -3680,36 +3617,6 @@ input.p-dropdown-label {
|
|
|
3680
3617
|
font-size: 1.3rem;
|
|
3681
3618
|
text-align: center;
|
|
3682
3619
|
}
|
|
3683
|
-
.p-listbox-list-wrapper {
|
|
3684
|
-
overflow: auto;
|
|
3685
|
-
}
|
|
3686
|
-
|
|
3687
|
-
.p-listbox-list {
|
|
3688
|
-
list-style-type: none;
|
|
3689
|
-
margin: 0;
|
|
3690
|
-
padding: 0;
|
|
3691
|
-
}
|
|
3692
|
-
|
|
3693
|
-
.p-listbox-item {
|
|
3694
|
-
cursor: pointer;
|
|
3695
|
-
position: relative;
|
|
3696
|
-
overflow: hidden;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
.p-listbox-filter-container {
|
|
3700
|
-
position: relative;
|
|
3701
|
-
}
|
|
3702
|
-
|
|
3703
|
-
.p-listbox-filter-icon {
|
|
3704
|
-
position: absolute;
|
|
3705
|
-
top: 50%;
|
|
3706
|
-
margin-top: -.5rem;
|
|
3707
|
-
}
|
|
3708
|
-
|
|
3709
|
-
.p-listbox-filter {
|
|
3710
|
-
width: 100%;
|
|
3711
|
-
}
|
|
3712
|
-
|
|
3713
3620
|
.p-mention {
|
|
3714
3621
|
display: inline-flex;
|
|
3715
3622
|
position: relative;
|
|
@@ -3749,6 +3656,36 @@ input.p-dropdown-label {
|
|
|
3749
3656
|
display: flex;
|
|
3750
3657
|
}
|
|
3751
3658
|
|
|
3659
|
+
.p-listbox-list-wrapper {
|
|
3660
|
+
overflow: auto;
|
|
3661
|
+
}
|
|
3662
|
+
|
|
3663
|
+
.p-listbox-list {
|
|
3664
|
+
list-style-type: none;
|
|
3665
|
+
margin: 0;
|
|
3666
|
+
padding: 0;
|
|
3667
|
+
}
|
|
3668
|
+
|
|
3669
|
+
.p-listbox-item {
|
|
3670
|
+
cursor: pointer;
|
|
3671
|
+
position: relative;
|
|
3672
|
+
overflow: hidden;
|
|
3673
|
+
}
|
|
3674
|
+
|
|
3675
|
+
.p-listbox-filter-container {
|
|
3676
|
+
position: relative;
|
|
3677
|
+
}
|
|
3678
|
+
|
|
3679
|
+
.p-listbox-filter-icon {
|
|
3680
|
+
position: absolute;
|
|
3681
|
+
top: 50%;
|
|
3682
|
+
margin-top: -.5rem;
|
|
3683
|
+
}
|
|
3684
|
+
|
|
3685
|
+
.p-listbox-filter {
|
|
3686
|
+
width: 100%;
|
|
3687
|
+
}
|
|
3688
|
+
|
|
3752
3689
|
.p-megamenu {
|
|
3753
3690
|
display: flex;
|
|
3754
3691
|
}
|
|
@@ -3828,7 +3765,6 @@ input.p-dropdown-label {
|
|
|
3828
3765
|
margin-left: auto;
|
|
3829
3766
|
}
|
|
3830
3767
|
|
|
3831
|
-
|
|
3832
3768
|
.p-megamenu-grid {
|
|
3833
3769
|
display: flex;
|
|
3834
3770
|
}
|
|
@@ -3862,6 +3798,14 @@ input.p-dropdown-label {
|
|
|
3862
3798
|
width: 100%;
|
|
3863
3799
|
}
|
|
3864
3800
|
|
|
3801
|
+
.p-megamenu-button {
|
|
3802
|
+
display: none;
|
|
3803
|
+
cursor: pointer;
|
|
3804
|
+
align-items: center;
|
|
3805
|
+
justify-content: center;
|
|
3806
|
+
text-decoration: none;
|
|
3807
|
+
}
|
|
3808
|
+
|
|
3865
3809
|
.p-menubar {
|
|
3866
3810
|
display: flex;
|
|
3867
3811
|
align-items: center;
|
|
@@ -3935,20 +3879,30 @@ input.p-dropdown-label {
|
|
|
3935
3879
|
text-decoration: none;
|
|
3936
3880
|
}
|
|
3937
3881
|
|
|
3938
|
-
.p-
|
|
3939
|
-
|
|
3940
|
-
|
|
3941
|
-
|
|
3942
|
-
|
|
3882
|
+
.p-menu-overlay {
|
|
3883
|
+
position: absolute;
|
|
3884
|
+
/* Github #3122: Prevent animation flickering */
|
|
3885
|
+
top: -9999px;
|
|
3886
|
+
left: -9999px;
|
|
3943
3887
|
}
|
|
3944
3888
|
|
|
3945
|
-
.p-
|
|
3946
|
-
|
|
3947
|
-
|
|
3889
|
+
.p-menu ul {
|
|
3890
|
+
margin: 0;
|
|
3891
|
+
padding: 0;
|
|
3892
|
+
list-style: none;
|
|
3948
3893
|
}
|
|
3949
3894
|
|
|
3950
|
-
.p-
|
|
3895
|
+
.p-menu .p-menuitem-link {
|
|
3896
|
+
cursor: pointer;
|
|
3951
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;
|
|
3952
3906
|
}
|
|
3953
3907
|
|
|
3954
3908
|
.p-message-wrapper {
|
|
@@ -3994,36 +3948,10 @@ input.p-dropdown-label {
|
|
|
3994
3948
|
display: none;
|
|
3995
3949
|
}
|
|
3996
3950
|
|
|
3997
|
-
.p-
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
left: -9999px;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
|
-
.p-menu ul {
|
|
4005
|
-
margin: 0;
|
|
4006
|
-
padding: 0;
|
|
4007
|
-
list-style: none;
|
|
4008
|
-
}
|
|
4009
|
-
|
|
4010
|
-
.p-menu .p-menuitem-link {
|
|
4011
|
-
cursor: pointer;
|
|
4012
|
-
display: flex;
|
|
4013
|
-
align-items: center;
|
|
4014
|
-
text-decoration: none;
|
|
4015
|
-
overflow: hidden;
|
|
4016
|
-
position: relative;
|
|
4017
|
-
}
|
|
4018
|
-
|
|
4019
|
-
.p-menu .p-menuitem-text {
|
|
4020
|
-
line-height: 1;
|
|
4021
|
-
}
|
|
4022
|
-
|
|
4023
|
-
.p-multiselect {
|
|
4024
|
-
display: inline-flex;
|
|
4025
|
-
position: relative;
|
|
4026
|
-
user-select: none;
|
|
3951
|
+
.p-multiselect {
|
|
3952
|
+
display: inline-flex;
|
|
3953
|
+
position: relative;
|
|
3954
|
+
user-select: none;
|
|
4027
3955
|
}
|
|
4028
3956
|
|
|
4029
3957
|
.p-multiselect-trigger {
|
|
@@ -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,6 +4287,26 @@ input.p-dropdown-label {
|
|
|
4343
4287
|
border-bottom-color: transparent
|
|
4344
4288
|
}
|
|
4345
4289
|
|
|
4290
|
+
.p-panel-header {
|
|
4291
|
+
display: flex;
|
|
4292
|
+
justify-content: space-between;
|
|
4293
|
+
align-items: center;
|
|
4294
|
+
}
|
|
4295
|
+
|
|
4296
|
+
.p-panel-title {
|
|
4297
|
+
line-height: 1;
|
|
4298
|
+
}
|
|
4299
|
+
|
|
4300
|
+
.p-panel-header-icon {
|
|
4301
|
+
display: inline-flex;
|
|
4302
|
+
justify-content: center;
|
|
4303
|
+
align-items: center;
|
|
4304
|
+
cursor: pointer;
|
|
4305
|
+
text-decoration: none;
|
|
4306
|
+
overflow: hidden;
|
|
4307
|
+
position: relative;
|
|
4308
|
+
}
|
|
4309
|
+
|
|
4346
4310
|
.p-paginator {
|
|
4347
4311
|
display: flex;
|
|
4348
4312
|
align-items: center;
|
|
@@ -4379,24 +4343,35 @@ input.p-dropdown-label {
|
|
|
4379
4343
|
position: relative;
|
|
4380
4344
|
}
|
|
4381
4345
|
|
|
4382
|
-
.p-
|
|
4346
|
+
.p-panelmenu .p-panelmenu-header-link {
|
|
4383
4347
|
display: flex;
|
|
4384
|
-
justify-content: space-between;
|
|
4385
4348
|
align-items: center;
|
|
4349
|
+
user-select: none;
|
|
4350
|
+
cursor: pointer;
|
|
4351
|
+
position: relative;
|
|
4352
|
+
text-decoration: none;
|
|
4386
4353
|
}
|
|
4387
4354
|
|
|
4388
|
-
.p-
|
|
4389
|
-
|
|
4355
|
+
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4356
|
+
z-index: 1;
|
|
4390
4357
|
}
|
|
4391
4358
|
|
|
4392
|
-
.p-
|
|
4393
|
-
|
|
4394
|
-
|
|
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;
|
|
4395
4367
|
align-items: center;
|
|
4368
|
+
user-select: none;
|
|
4396
4369
|
cursor: pointer;
|
|
4397
4370
|
text-decoration: none;
|
|
4398
|
-
|
|
4399
|
-
|
|
4371
|
+
}
|
|
4372
|
+
|
|
4373
|
+
.p-panelmenu .p-menuitem-text {
|
|
4374
|
+
line-height: 1;
|
|
4400
4375
|
}
|
|
4401
4376
|
|
|
4402
4377
|
.p-password {
|
|
@@ -4475,35 +4450,116 @@ input.p-dropdown-label {
|
|
|
4475
4450
|
width: 100%;
|
|
4476
4451
|
}
|
|
4477
4452
|
|
|
4478
|
-
.p-
|
|
4453
|
+
.p-progressbar {
|
|
4454
|
+
position: relative;
|
|
4455
|
+
overflow: hidden;
|
|
4456
|
+
}
|
|
4457
|
+
|
|
4458
|
+
.p-progressbar-determinate .p-progressbar-value {
|
|
4459
|
+
height: 100%;
|
|
4460
|
+
width: 0%;
|
|
4461
|
+
position: absolute;
|
|
4462
|
+
display: none;
|
|
4463
|
+
border: 0 none;
|
|
4479
4464
|
display: flex;
|
|
4480
4465
|
align-items: center;
|
|
4481
|
-
|
|
4482
|
-
|
|
4483
|
-
position: relative;
|
|
4484
|
-
text-decoration: none;
|
|
4466
|
+
justify-content: center;
|
|
4467
|
+
overflow: hidden;
|
|
4485
4468
|
}
|
|
4486
4469
|
|
|
4487
|
-
.p-
|
|
4488
|
-
|
|
4470
|
+
.p-progressbar-determinate .p-progressbar-label {
|
|
4471
|
+
display: inline-flex;
|
|
4489
4472
|
}
|
|
4490
4473
|
|
|
4491
|
-
.p-
|
|
4492
|
-
|
|
4493
|
-
padding: 0;
|
|
4494
|
-
list-style: none;
|
|
4474
|
+
.p-progressbar-determinate .p-progressbar-value-animate {
|
|
4475
|
+
transition: width 1s ease-in-out;
|
|
4495
4476
|
}
|
|
4496
4477
|
|
|
4497
|
-
.p-
|
|
4478
|
+
.p-progressbar-indeterminate .p-progressbar-value::before {
|
|
4479
|
+
content: '';
|
|
4480
|
+
position: absolute;
|
|
4481
|
+
background-color: inherit;
|
|
4482
|
+
top: 0;
|
|
4483
|
+
left: 0;
|
|
4484
|
+
bottom: 0;
|
|
4485
|
+
will-change: left, right;
|
|
4486
|
+
-webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
4487
|
+
animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
4488
|
+
}
|
|
4489
|
+
|
|
4490
|
+
.p-progressbar-indeterminate .p-progressbar-value::after {
|
|
4491
|
+
content: '';
|
|
4492
|
+
position: absolute;
|
|
4493
|
+
background-color: inherit;
|
|
4494
|
+
top: 0;
|
|
4495
|
+
left: 0;
|
|
4496
|
+
bottom: 0;
|
|
4497
|
+
will-change: left, right;
|
|
4498
|
+
-webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
4499
|
+
animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
4500
|
+
-webkit-animation-delay: 1.15s;
|
|
4501
|
+
animation-delay: 1.15s;
|
|
4502
|
+
}
|
|
4503
|
+
|
|
4504
|
+
@-webkit-keyframes p-progressbar-indeterminate-anim {
|
|
4505
|
+
0% {
|
|
4506
|
+
left: -35%;
|
|
4507
|
+
right: 100%; }
|
|
4508
|
+
60% {
|
|
4509
|
+
left: 100%;
|
|
4510
|
+
right: -90%; }
|
|
4511
|
+
100% {
|
|
4512
|
+
left: 100%;
|
|
4513
|
+
right: -90%; }
|
|
4514
|
+
}
|
|
4515
|
+
@keyframes p-progressbar-indeterminate-anim {
|
|
4516
|
+
0% {
|
|
4517
|
+
left: -35%;
|
|
4518
|
+
right: 100%; }
|
|
4519
|
+
60% {
|
|
4520
|
+
left: 100%;
|
|
4521
|
+
right: -90%; }
|
|
4522
|
+
100% {
|
|
4523
|
+
left: 100%;
|
|
4524
|
+
right: -90%; }
|
|
4525
|
+
}
|
|
4526
|
+
|
|
4527
|
+
@-webkit-keyframes p-progressbar-indeterminate-anim-short {
|
|
4528
|
+
0% {
|
|
4529
|
+
left: -200%;
|
|
4530
|
+
right: 100%; }
|
|
4531
|
+
60% {
|
|
4532
|
+
left: 107%;
|
|
4533
|
+
right: -8%; }
|
|
4534
|
+
100% {
|
|
4535
|
+
left: 107%;
|
|
4536
|
+
right: -8%; }
|
|
4537
|
+
}
|
|
4538
|
+
@keyframes p-progressbar-indeterminate-anim-short {
|
|
4539
|
+
0% {
|
|
4540
|
+
left: -200%;
|
|
4541
|
+
right: 100%; }
|
|
4542
|
+
60% {
|
|
4543
|
+
left: 107%;
|
|
4544
|
+
right: -8%; }
|
|
4545
|
+
100% {
|
|
4546
|
+
left: 107%;
|
|
4547
|
+
right: -8%; }
|
|
4548
|
+
}
|
|
4549
|
+
|
|
4550
|
+
.p-rating {
|
|
4498
4551
|
display: flex;
|
|
4499
4552
|
align-items: center;
|
|
4500
|
-
|
|
4553
|
+
}
|
|
4554
|
+
|
|
4555
|
+
.p-rating-item {
|
|
4556
|
+
display: inline-flex;
|
|
4557
|
+
align-items: center;
|
|
4501
4558
|
cursor: pointer;
|
|
4502
|
-
text-decoration: none;
|
|
4503
4559
|
}
|
|
4504
4560
|
|
|
4505
|
-
.p-
|
|
4506
|
-
|
|
4561
|
+
.p-rating.p-readonly .p-rating-item {
|
|
4562
|
+
cursor: default;
|
|
4507
4563
|
}
|
|
4508
4564
|
|
|
4509
4565
|
.p-radiobutton {
|
|
@@ -4605,118 +4661,6 @@ input.p-dropdown-label {
|
|
|
4605
4661
|
}
|
|
4606
4662
|
}
|
|
4607
4663
|
|
|
4608
|
-
.p-progressbar {
|
|
4609
|
-
position: relative;
|
|
4610
|
-
overflow: hidden;
|
|
4611
|
-
}
|
|
4612
|
-
|
|
4613
|
-
.p-progressbar-determinate .p-progressbar-value {
|
|
4614
|
-
height: 100%;
|
|
4615
|
-
width: 0%;
|
|
4616
|
-
position: absolute;
|
|
4617
|
-
display: none;
|
|
4618
|
-
border: 0 none;
|
|
4619
|
-
display: flex;
|
|
4620
|
-
align-items: center;
|
|
4621
|
-
justify-content: center;
|
|
4622
|
-
overflow: hidden;
|
|
4623
|
-
}
|
|
4624
|
-
|
|
4625
|
-
.p-progressbar-determinate .p-progressbar-label {
|
|
4626
|
-
display: inline-flex;
|
|
4627
|
-
}
|
|
4628
|
-
|
|
4629
|
-
.p-progressbar-determinate .p-progressbar-value-animate {
|
|
4630
|
-
transition: width 1s ease-in-out;
|
|
4631
|
-
}
|
|
4632
|
-
|
|
4633
|
-
.p-progressbar-indeterminate .p-progressbar-value::before {
|
|
4634
|
-
content: '';
|
|
4635
|
-
position: absolute;
|
|
4636
|
-
background-color: inherit;
|
|
4637
|
-
top: 0;
|
|
4638
|
-
left: 0;
|
|
4639
|
-
bottom: 0;
|
|
4640
|
-
will-change: left, right;
|
|
4641
|
-
-webkit-animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
4642
|
-
animation: p-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
|
4643
|
-
}
|
|
4644
|
-
|
|
4645
|
-
.p-progressbar-indeterminate .p-progressbar-value::after {
|
|
4646
|
-
content: '';
|
|
4647
|
-
position: absolute;
|
|
4648
|
-
background-color: inherit;
|
|
4649
|
-
top: 0;
|
|
4650
|
-
left: 0;
|
|
4651
|
-
bottom: 0;
|
|
4652
|
-
will-change: left, right;
|
|
4653
|
-
-webkit-animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
4654
|
-
animation: p-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
|
4655
|
-
-webkit-animation-delay: 1.15s;
|
|
4656
|
-
animation-delay: 1.15s;
|
|
4657
|
-
}
|
|
4658
|
-
|
|
4659
|
-
@-webkit-keyframes p-progressbar-indeterminate-anim {
|
|
4660
|
-
0% {
|
|
4661
|
-
left: -35%;
|
|
4662
|
-
right: 100%; }
|
|
4663
|
-
60% {
|
|
4664
|
-
left: 100%;
|
|
4665
|
-
right: -90%; }
|
|
4666
|
-
100% {
|
|
4667
|
-
left: 100%;
|
|
4668
|
-
right: -90%; }
|
|
4669
|
-
}
|
|
4670
|
-
@keyframes p-progressbar-indeterminate-anim {
|
|
4671
|
-
0% {
|
|
4672
|
-
left: -35%;
|
|
4673
|
-
right: 100%; }
|
|
4674
|
-
60% {
|
|
4675
|
-
left: 100%;
|
|
4676
|
-
right: -90%; }
|
|
4677
|
-
100% {
|
|
4678
|
-
left: 100%;
|
|
4679
|
-
right: -90%; }
|
|
4680
|
-
}
|
|
4681
|
-
|
|
4682
|
-
@-webkit-keyframes p-progressbar-indeterminate-anim-short {
|
|
4683
|
-
0% {
|
|
4684
|
-
left: -200%;
|
|
4685
|
-
right: 100%; }
|
|
4686
|
-
60% {
|
|
4687
|
-
left: 107%;
|
|
4688
|
-
right: -8%; }
|
|
4689
|
-
100% {
|
|
4690
|
-
left: 107%;
|
|
4691
|
-
right: -8%; }
|
|
4692
|
-
}
|
|
4693
|
-
@keyframes p-progressbar-indeterminate-anim-short {
|
|
4694
|
-
0% {
|
|
4695
|
-
left: -200%;
|
|
4696
|
-
right: 100%; }
|
|
4697
|
-
60% {
|
|
4698
|
-
left: 107%;
|
|
4699
|
-
right: -8%; }
|
|
4700
|
-
100% {
|
|
4701
|
-
left: 107%;
|
|
4702
|
-
right: -8%; }
|
|
4703
|
-
}
|
|
4704
|
-
|
|
4705
|
-
.p-rating {
|
|
4706
|
-
display: flex;
|
|
4707
|
-
align-items: center;
|
|
4708
|
-
}
|
|
4709
|
-
|
|
4710
|
-
.p-rating-item {
|
|
4711
|
-
display: inline-flex;
|
|
4712
|
-
align-items: center;
|
|
4713
|
-
cursor: pointer;
|
|
4714
|
-
}
|
|
4715
|
-
|
|
4716
|
-
.p-rating.p-readonly .p-rating-item {
|
|
4717
|
-
cursor: default;
|
|
4718
|
-
}
|
|
4719
|
-
|
|
4720
4664
|
.p-ripple {
|
|
4721
4665
|
overflow: hidden;
|
|
4722
4666
|
position: relative;
|
|
@@ -5059,39 +5003,6 @@ input.p-dropdown-label {
|
|
|
5059
5003
|
}
|
|
5060
5004
|
}
|
|
5061
5005
|
|
|
5062
|
-
.p-skeleton {
|
|
5063
|
-
position: relative;
|
|
5064
|
-
overflow: hidden;
|
|
5065
|
-
}
|
|
5066
|
-
|
|
5067
|
-
.p-skeleton::after {
|
|
5068
|
-
content: "";
|
|
5069
|
-
animation: p-skeleton-animation 1.2s infinite;
|
|
5070
|
-
height: 100%;
|
|
5071
|
-
left: 0;
|
|
5072
|
-
position: absolute;
|
|
5073
|
-
right: 0;
|
|
5074
|
-
top: 0;
|
|
5075
|
-
transform: translateX(-100%);
|
|
5076
|
-
z-index: 1;
|
|
5077
|
-
}
|
|
5078
|
-
|
|
5079
|
-
.p-skeleton-circle {
|
|
5080
|
-
border-radius: 50%;
|
|
5081
|
-
}
|
|
5082
|
-
|
|
5083
|
-
.p-skeleton-none::after {
|
|
5084
|
-
animation: none;
|
|
5085
|
-
}
|
|
5086
|
-
|
|
5087
|
-
@keyframes p-skeleton-animation {
|
|
5088
|
-
from {
|
|
5089
|
-
transform: translateX(-100%);
|
|
5090
|
-
}
|
|
5091
|
-
to {
|
|
5092
|
-
transform: translateX(100%);
|
|
5093
|
-
}
|
|
5094
|
-
}
|
|
5095
5006
|
.p-slidemenu {
|
|
5096
5007
|
width: 12.5em;
|
|
5097
5008
|
}
|
|
@@ -5181,83 +5092,39 @@ input.p-dropdown-label {
|
|
|
5181
5092
|
display: block;
|
|
5182
5093
|
}
|
|
5183
5094
|
|
|
5184
|
-
.p-
|
|
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
|
-
.p-splitbutton {
|
|
5230
|
-
display: inline-flex;
|
|
5095
|
+
.p-skeleton {
|
|
5231
5096
|
position: relative;
|
|
5097
|
+
overflow: hidden;
|
|
5232
5098
|
}
|
|
5233
5099
|
|
|
5234
|
-
.p-
|
|
5235
|
-
|
|
5236
|
-
|
|
5237
|
-
|
|
5238
|
-
|
|
5239
|
-
|
|
5240
|
-
|
|
5100
|
+
.p-skeleton::after {
|
|
5101
|
+
content: "";
|
|
5102
|
+
animation: p-skeleton-animation 1.2s infinite;
|
|
5103
|
+
height: 100%;
|
|
5104
|
+
left: 0;
|
|
5105
|
+
position: absolute;
|
|
5106
|
+
right: 0;
|
|
5107
|
+
top: 0;
|
|
5108
|
+
transform: translateX(-100%);
|
|
5109
|
+
z-index: 1;
|
|
5241
5110
|
}
|
|
5242
5111
|
|
|
5243
|
-
.p-
|
|
5244
|
-
|
|
5245
|
-
.p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
|
5246
|
-
display: flex;
|
|
5247
|
-
align-items: center;
|
|
5248
|
-
justify-content: center;
|
|
5249
|
-
border-top-left-radius: 0;
|
|
5250
|
-
border-bottom-left-radius: 0;
|
|
5112
|
+
.p-skeleton-circle {
|
|
5113
|
+
border-radius: 50%;
|
|
5251
5114
|
}
|
|
5252
5115
|
|
|
5253
|
-
.p-
|
|
5254
|
-
|
|
5116
|
+
.p-skeleton-none::after {
|
|
5117
|
+
animation: none;
|
|
5255
5118
|
}
|
|
5256
5119
|
|
|
5257
|
-
|
|
5258
|
-
|
|
5120
|
+
@keyframes p-skeleton-animation {
|
|
5121
|
+
from {
|
|
5122
|
+
transform: translateX(-100%);
|
|
5123
|
+
}
|
|
5124
|
+
to {
|
|
5125
|
+
transform: translateX(100%);
|
|
5126
|
+
}
|
|
5259
5127
|
}
|
|
5260
|
-
|
|
5261
5128
|
.p-speeddial {
|
|
5262
5129
|
position: absolute;
|
|
5263
5130
|
display: flex;
|
|
@@ -5342,31 +5209,108 @@ input.p-dropdown-label {
|
|
|
5342
5209
|
flex-direction: column-reverse;
|
|
5343
5210
|
}
|
|
5344
5211
|
|
|
5345
|
-
.p-speeddial-direction-down {
|
|
5346
|
-
align-items: center;
|
|
5347
|
-
flex-direction: column;
|
|
5212
|
+
.p-speeddial-direction-down {
|
|
5213
|
+
align-items: center;
|
|
5214
|
+
flex-direction: column;
|
|
5215
|
+
}
|
|
5216
|
+
|
|
5217
|
+
.p-speeddial-direction-down .p-speeddial-list {
|
|
5218
|
+
flex-direction: column;
|
|
5219
|
+
}
|
|
5220
|
+
|
|
5221
|
+
.p-speeddial-direction-left {
|
|
5222
|
+
justify-content: center;
|
|
5223
|
+
flex-direction: row-reverse;
|
|
5224
|
+
}
|
|
5225
|
+
|
|
5226
|
+
.p-speeddial-direction-left .p-speeddial-list {
|
|
5227
|
+
flex-direction: row-reverse;
|
|
5228
|
+
}
|
|
5229
|
+
|
|
5230
|
+
.p-speeddial-direction-right {
|
|
5231
|
+
justify-content: center;
|
|
5232
|
+
flex-direction: row;
|
|
5233
|
+
}
|
|
5234
|
+
|
|
5235
|
+
.p-speeddial-direction-right .p-speeddial-list {
|
|
5236
|
+
flex-direction: row;
|
|
5237
|
+
}
|
|
5238
|
+
|
|
5239
|
+
.p-splitbutton {
|
|
5240
|
+
display: inline-flex;
|
|
5241
|
+
position: relative;
|
|
5242
|
+
}
|
|
5243
|
+
|
|
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;
|
|
5251
|
+
}
|
|
5252
|
+
|
|
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 {
|
|
5256
|
+
display: flex;
|
|
5257
|
+
align-items: center;
|
|
5258
|
+
justify-content: center;
|
|
5259
|
+
border-top-left-radius: 0;
|
|
5260
|
+
border-bottom-left-radius: 0;
|
|
5261
|
+
}
|
|
5262
|
+
|
|
5263
|
+
.p-splitbutton .p-menu {
|
|
5264
|
+
min-width: 100%;
|
|
5265
|
+
}
|
|
5266
|
+
|
|
5267
|
+
.p-fluid .p-splitbutton {
|
|
5268
|
+
display: flex;
|
|
5269
|
+
}
|
|
5270
|
+
|
|
5271
|
+
.p-slider {
|
|
5272
|
+
position: relative;
|
|
5273
|
+
}
|
|
5274
|
+
|
|
5275
|
+
.p-slider .p-slider-handle {
|
|
5276
|
+
position: absolute;
|
|
5277
|
+
cursor: grab;
|
|
5278
|
+
touch-action: none;
|
|
5279
|
+
display: block;
|
|
5280
|
+
z-index: 1;
|
|
5281
|
+
}
|
|
5282
|
+
|
|
5283
|
+
.p-slider .p-slider-handle.p-slider-handle-active {
|
|
5284
|
+
z-index: 2;
|
|
5285
|
+
}
|
|
5286
|
+
|
|
5287
|
+
.p-slider-range {
|
|
5288
|
+
position: absolute;
|
|
5289
|
+
display: block;
|
|
5348
5290
|
}
|
|
5349
5291
|
|
|
5350
|
-
.p-
|
|
5351
|
-
|
|
5292
|
+
.p-slider-horizontal .p-slider-range {
|
|
5293
|
+
top: 0;
|
|
5294
|
+
left: 0;
|
|
5295
|
+
height: 100%;
|
|
5352
5296
|
}
|
|
5353
5297
|
|
|
5354
|
-
.p-
|
|
5355
|
-
|
|
5356
|
-
flex-direction: row-reverse;
|
|
5298
|
+
.p-slider-horizontal .p-slider-handle {
|
|
5299
|
+
top: 50%;
|
|
5357
5300
|
}
|
|
5358
5301
|
|
|
5359
|
-
.p-
|
|
5360
|
-
|
|
5302
|
+
.p-slider-vertical {
|
|
5303
|
+
height: 100px;
|
|
5361
5304
|
}
|
|
5362
5305
|
|
|
5363
|
-
.p-
|
|
5364
|
-
|
|
5365
|
-
flex-direction: row;
|
|
5306
|
+
.p-slider-vertical .p-slider-handle {
|
|
5307
|
+
left: 50%;
|
|
5366
5308
|
}
|
|
5367
5309
|
|
|
5368
|
-
.p-
|
|
5369
|
-
|
|
5310
|
+
.p-slider-vertical .p-slider-range {
|
|
5311
|
+
bottom: 0;
|
|
5312
|
+
left: 0;
|
|
5313
|
+
width: 100%;
|
|
5370
5314
|
}
|
|
5371
5315
|
|
|
5372
5316
|
.p-splitter {
|
|
@@ -5476,46 +5420,6 @@ input.p-dropdown-label {
|
|
|
5476
5420
|
display: block;
|
|
5477
5421
|
}
|
|
5478
5422
|
|
|
5479
|
-
.p-tabmenu {
|
|
5480
|
-
overflow-x: auto;
|
|
5481
|
-
}
|
|
5482
|
-
|
|
5483
|
-
.p-tabmenu-nav {
|
|
5484
|
-
display: flex;
|
|
5485
|
-
margin: 0;
|
|
5486
|
-
padding: 0;
|
|
5487
|
-
list-style-type: none;
|
|
5488
|
-
flex-wrap: nowrap;
|
|
5489
|
-
}
|
|
5490
|
-
|
|
5491
|
-
.p-tabmenu-nav a {
|
|
5492
|
-
cursor: pointer;
|
|
5493
|
-
user-select: none;
|
|
5494
|
-
display: flex;
|
|
5495
|
-
align-items: center;
|
|
5496
|
-
position: relative;
|
|
5497
|
-
text-decoration: none;
|
|
5498
|
-
text-decoration: none;
|
|
5499
|
-
overflow: hidden;
|
|
5500
|
-
}
|
|
5501
|
-
|
|
5502
|
-
.p-tabmenu-nav a:focus {
|
|
5503
|
-
z-index: 1;
|
|
5504
|
-
}
|
|
5505
|
-
|
|
5506
|
-
.p-tabmenu-nav .p-menuitem-text {
|
|
5507
|
-
line-height: 1;
|
|
5508
|
-
}
|
|
5509
|
-
|
|
5510
|
-
.p-tabmenu-ink-bar {
|
|
5511
|
-
display: none;
|
|
5512
|
-
z-index: 1;
|
|
5513
|
-
}
|
|
5514
|
-
|
|
5515
|
-
.p-tabmenu::-webkit-scrollbar {
|
|
5516
|
-
display: none;
|
|
5517
|
-
}
|
|
5518
|
-
|
|
5519
5423
|
.p-tabview-nav-container {
|
|
5520
5424
|
position: relative;
|
|
5521
5425
|
}
|
|
@@ -5606,6 +5510,46 @@ input.p-dropdown-label {
|
|
|
5606
5510
|
.p-tag.p-tag-rounded {
|
|
5607
5511
|
border-radius: 10rem;
|
|
5608
5512
|
}
|
|
5513
|
+
.p-tabmenu {
|
|
5514
|
+
overflow-x: auto;
|
|
5515
|
+
}
|
|
5516
|
+
|
|
5517
|
+
.p-tabmenu-nav {
|
|
5518
|
+
display: flex;
|
|
5519
|
+
margin: 0;
|
|
5520
|
+
padding: 0;
|
|
5521
|
+
list-style-type: none;
|
|
5522
|
+
flex-wrap: nowrap;
|
|
5523
|
+
}
|
|
5524
|
+
|
|
5525
|
+
.p-tabmenu-nav a {
|
|
5526
|
+
cursor: pointer;
|
|
5527
|
+
user-select: none;
|
|
5528
|
+
display: flex;
|
|
5529
|
+
align-items: center;
|
|
5530
|
+
position: relative;
|
|
5531
|
+
text-decoration: none;
|
|
5532
|
+
text-decoration: none;
|
|
5533
|
+
overflow: hidden;
|
|
5534
|
+
}
|
|
5535
|
+
|
|
5536
|
+
.p-tabmenu-nav a:focus {
|
|
5537
|
+
z-index: 1;
|
|
5538
|
+
}
|
|
5539
|
+
|
|
5540
|
+
.p-tabmenu-nav .p-menuitem-text {
|
|
5541
|
+
line-height: 1;
|
|
5542
|
+
}
|
|
5543
|
+
|
|
5544
|
+
.p-tabmenu-ink-bar {
|
|
5545
|
+
display: none;
|
|
5546
|
+
z-index: 1;
|
|
5547
|
+
}
|
|
5548
|
+
|
|
5549
|
+
.p-tabmenu::-webkit-scrollbar {
|
|
5550
|
+
display: none;
|
|
5551
|
+
}
|
|
5552
|
+
|
|
5609
5553
|
.p-terminal {
|
|
5610
5554
|
height: 18rem;
|
|
5611
5555
|
overflow: auto;
|
|
@@ -5803,6 +5747,10 @@ input.p-dropdown-label {
|
|
|
5803
5747
|
flex: 1 1 auto;
|
|
5804
5748
|
}
|
|
5805
5749
|
|
|
5750
|
+
.p-toast-summary {
|
|
5751
|
+
overflow-wrap: anywhere;
|
|
5752
|
+
}
|
|
5753
|
+
|
|
5806
5754
|
.p-toast-detail {
|
|
5807
5755
|
overflow-wrap: anywhere;
|
|
5808
5756
|
}
|
|
@@ -5883,7 +5831,7 @@ input.p-dropdown-label {
|
|
|
5883
5831
|
max-height: 1000px;
|
|
5884
5832
|
}
|
|
5885
5833
|
|
|
5886
|
-
.p-toast-message-exit-active {
|
|
5834
|
+
.p-toast .p-toast-message.p-toast-message-exit-active {
|
|
5887
5835
|
opacity: 0;
|
|
5888
5836
|
max-height: 0;
|
|
5889
5837
|
margin-bottom: 0;
|
|
@@ -5910,69 +5858,6 @@ input.p-dropdown-label {
|
|
|
5910
5858
|
display: flex;
|
|
5911
5859
|
align-items: center;
|
|
5912
5860
|
}
|
|
5913
|
-
.p-tooltip {
|
|
5914
|
-
position: absolute;
|
|
5915
|
-
padding: .25em .5rem;
|
|
5916
|
-
/* #3687: Tooltip prevent scrollbar flickering */
|
|
5917
|
-
top: -9999px;
|
|
5918
|
-
left: -9999px;
|
|
5919
|
-
}
|
|
5920
|
-
|
|
5921
|
-
.p-tooltip.p-tooltip-right,
|
|
5922
|
-
.p-tooltip.p-tooltip-left {
|
|
5923
|
-
padding: 0 .25rem;
|
|
5924
|
-
}
|
|
5925
|
-
|
|
5926
|
-
.p-tooltip.p-tooltip-top,
|
|
5927
|
-
.p-tooltip.p-tooltip-bottom {
|
|
5928
|
-
padding:.25em 0;
|
|
5929
|
-
}
|
|
5930
|
-
|
|
5931
|
-
.p-tooltip .p-tooltip-text {
|
|
5932
|
-
white-space: pre-line;
|
|
5933
|
-
word-break: break-word;
|
|
5934
|
-
}
|
|
5935
|
-
|
|
5936
|
-
.p-tooltip-arrow {
|
|
5937
|
-
position: absolute;
|
|
5938
|
-
width: 0;
|
|
5939
|
-
height: 0;
|
|
5940
|
-
border-color: transparent;
|
|
5941
|
-
border-style: solid;
|
|
5942
|
-
}
|
|
5943
|
-
|
|
5944
|
-
.p-tooltip-right .p-tooltip-arrow {
|
|
5945
|
-
top: 50%;
|
|
5946
|
-
left: 0;
|
|
5947
|
-
margin-top: -.25rem;
|
|
5948
|
-
border-width: .25em .25em .25em 0;
|
|
5949
|
-
}
|
|
5950
|
-
|
|
5951
|
-
.p-tooltip-left .p-tooltip-arrow {
|
|
5952
|
-
top: 50%;
|
|
5953
|
-
right: 0;
|
|
5954
|
-
margin-top: -.25rem;
|
|
5955
|
-
border-width: .25em 0 .25em .25rem;
|
|
5956
|
-
}
|
|
5957
|
-
|
|
5958
|
-
.p-tooltip.p-tooltip-top {
|
|
5959
|
-
padding: .25em 0;
|
|
5960
|
-
}
|
|
5961
|
-
|
|
5962
|
-
.p-tooltip-top .p-tooltip-arrow {
|
|
5963
|
-
bottom: 0;
|
|
5964
|
-
left: 50%;
|
|
5965
|
-
margin-left: -.25rem;
|
|
5966
|
-
border-width: .25em .25em 0;
|
|
5967
|
-
}
|
|
5968
|
-
|
|
5969
|
-
.p-tooltip-bottom .p-tooltip-arrow {
|
|
5970
|
-
top: 0;
|
|
5971
|
-
left: 50%;
|
|
5972
|
-
margin-left: -.25rem;
|
|
5973
|
-
border-width: 0 .25em .25rem;
|
|
5974
|
-
}
|
|
5975
|
-
|
|
5976
5861
|
.p-tree-container {
|
|
5977
5862
|
margin: 0;
|
|
5978
5863
|
padding: 0;
|
|
@@ -6040,6 +5925,69 @@ input.p-dropdown-label {
|
|
|
6040
5925
|
justify-content: center;
|
|
6041
5926
|
}
|
|
6042
5927
|
|
|
5928
|
+
.p-tooltip {
|
|
5929
|
+
position: absolute;
|
|
5930
|
+
padding: .25em .5rem;
|
|
5931
|
+
/* #3687: Tooltip prevent scrollbar flickering */
|
|
5932
|
+
top: -9999px;
|
|
5933
|
+
left: -9999px;
|
|
5934
|
+
}
|
|
5935
|
+
|
|
5936
|
+
.p-tooltip.p-tooltip-right,
|
|
5937
|
+
.p-tooltip.p-tooltip-left {
|
|
5938
|
+
padding: 0 .25rem;
|
|
5939
|
+
}
|
|
5940
|
+
|
|
5941
|
+
.p-tooltip.p-tooltip-top,
|
|
5942
|
+
.p-tooltip.p-tooltip-bottom {
|
|
5943
|
+
padding:.25em 0;
|
|
5944
|
+
}
|
|
5945
|
+
|
|
5946
|
+
.p-tooltip .p-tooltip-text {
|
|
5947
|
+
white-space: pre-line;
|
|
5948
|
+
word-break: break-word;
|
|
5949
|
+
}
|
|
5950
|
+
|
|
5951
|
+
.p-tooltip-arrow {
|
|
5952
|
+
position: absolute;
|
|
5953
|
+
width: 0;
|
|
5954
|
+
height: 0;
|
|
5955
|
+
border-color: transparent;
|
|
5956
|
+
border-style: solid;
|
|
5957
|
+
}
|
|
5958
|
+
|
|
5959
|
+
.p-tooltip-right .p-tooltip-arrow {
|
|
5960
|
+
top: 50%;
|
|
5961
|
+
left: 0;
|
|
5962
|
+
margin-top: -.25rem;
|
|
5963
|
+
border-width: .25em .25em .25em 0;
|
|
5964
|
+
}
|
|
5965
|
+
|
|
5966
|
+
.p-tooltip-left .p-tooltip-arrow {
|
|
5967
|
+
top: 50%;
|
|
5968
|
+
right: 0;
|
|
5969
|
+
margin-top: -.25rem;
|
|
5970
|
+
border-width: .25em 0 .25em .25rem;
|
|
5971
|
+
}
|
|
5972
|
+
|
|
5973
|
+
.p-tooltip.p-tooltip-top {
|
|
5974
|
+
padding: .25em 0;
|
|
5975
|
+
}
|
|
5976
|
+
|
|
5977
|
+
.p-tooltip-top .p-tooltip-arrow {
|
|
5978
|
+
bottom: 0;
|
|
5979
|
+
left: 50%;
|
|
5980
|
+
margin-left: -.25rem;
|
|
5981
|
+
border-width: .25em .25em 0;
|
|
5982
|
+
}
|
|
5983
|
+
|
|
5984
|
+
.p-tooltip-bottom .p-tooltip-arrow {
|
|
5985
|
+
top: 0;
|
|
5986
|
+
left: 50%;
|
|
5987
|
+
margin-left: -.25rem;
|
|
5988
|
+
border-width: 0 .25em .25rem;
|
|
5989
|
+
}
|
|
5990
|
+
|
|
6043
5991
|
.p-treeselect {
|
|
6044
5992
|
display: inline-flex;
|
|
6045
5993
|
cursor: pointer;
|
|
@@ -6139,6 +6087,10 @@ input.p-dropdown-label {
|
|
|
6139
6087
|
position: relative;
|
|
6140
6088
|
}
|
|
6141
6089
|
|
|
6090
|
+
.p-treetable > .p-treetable-wrapper {
|
|
6091
|
+
overflow: auto;
|
|
6092
|
+
}
|
|
6093
|
+
|
|
6142
6094
|
.p-treetable table {
|
|
6143
6095
|
border-collapse: collapse;
|
|
6144
6096
|
width: 100%;
|
|
@@ -6150,14 +6102,6 @@ input.p-dropdown-label {
|
|
|
6150
6102
|
user-select: none;
|
|
6151
6103
|
}
|
|
6152
6104
|
|
|
6153
|
-
.p-treetable-auto-layout > .p-treetable-wrapper {
|
|
6154
|
-
overflow-x: auto;
|
|
6155
|
-
}
|
|
6156
|
-
|
|
6157
|
-
.p-treetable-auto-layout > .p-treetable-wrapper > table {
|
|
6158
|
-
table-layout: auto;
|
|
6159
|
-
}
|
|
6160
|
-
|
|
6161
6105
|
.p-treetable-selectable .p-treetable-tbody > tr {
|
|
6162
6106
|
cursor: pointer;
|
|
6163
6107
|
}
|
|
@@ -6208,10 +6152,10 @@ input.p-dropdown-label {
|
|
|
6208
6152
|
top: 0;
|
|
6209
6153
|
right: 0;
|
|
6210
6154
|
margin: 0;
|
|
6211
|
-
width: .5rem;
|
|
6155
|
+
width: 0.5rem;
|
|
6212
6156
|
height: 100%;
|
|
6213
6157
|
padding: 0px;
|
|
6214
|
-
cursor:col-resize;
|
|
6158
|
+
cursor: col-resize;
|
|
6215
6159
|
border: 1px solid transparent;
|
|
6216
6160
|
}
|
|
6217
6161
|
|
|
@@ -6265,7 +6209,7 @@ input.p-dropdown-label {
|
|
|
6265
6209
|
display: flex;
|
|
6266
6210
|
align-items: center;
|
|
6267
6211
|
justify-content: center;
|
|
6268
|
-
z-index:
|
|
6212
|
+
z-index: 2;
|
|
6269
6213
|
}
|
|
6270
6214
|
|
|
6271
6215
|
.p-virtualscroller {
|
|
@@ -6315,6 +6259,11 @@ input.p-dropdown-label {
|
|
|
6315
6259
|
font-size: 2rem;
|
|
6316
6260
|
}
|
|
6317
6261
|
|
|
6318
|
-
.p-horizontal
|
|
6262
|
+
.p-virtualscroller-horizontal > .p-virtualscroller-content {
|
|
6319
6263
|
display: flex;
|
|
6320
6264
|
}
|
|
6265
|
+
|
|
6266
|
+
/* Inline */
|
|
6267
|
+
.p-virtualscroller-inline .p-virtualscroller-content {
|
|
6268
|
+
position: static;
|
|
6269
|
+
}
|