primereact 9.6.2 → 9.6.3
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/datatable/datatable.cjs.js +5 -4
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.esm.js +5 -4
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +5 -4
- package/datatable/datatable.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +5 -4
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +5 -4
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +5 -4
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +365 -365
- package/resources/primereact.min.css +1 -1
- package/web-types.json +1 -1
package/resources/primereact.css
CHANGED
|
@@ -321,6 +321,15 @@
|
|
|
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
|
+
|
|
324
333
|
.p-badge {
|
|
325
334
|
display: inline-block;
|
|
326
335
|
border-radius: 10px;
|
|
@@ -354,15 +363,6 @@
|
|
|
354
363
|
border-radius: 50%;
|
|
355
364
|
}
|
|
356
365
|
|
|
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
|
}
|
|
@@ -658,10 +658,6 @@
|
|
|
658
658
|
position: relative;
|
|
659
659
|
}
|
|
660
660
|
|
|
661
|
-
.p-card-header img {
|
|
662
|
-
width: 100%;
|
|
663
|
-
}
|
|
664
|
-
|
|
665
661
|
.p-carousel {
|
|
666
662
|
display: flex;
|
|
667
663
|
flex-direction: column;
|
|
@@ -732,6 +728,10 @@
|
|
|
732
728
|
visibility: visible;
|
|
733
729
|
}
|
|
734
730
|
|
|
731
|
+
.p-card-header img {
|
|
732
|
+
width: 100%;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
735
|
.p-cascadeselect {
|
|
736
736
|
display: inline-flex;
|
|
737
737
|
cursor: pointer;
|
|
@@ -823,6 +823,24 @@
|
|
|
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
|
+
|
|
826
844
|
.p-chip {
|
|
827
845
|
display: inline-flex;
|
|
828
846
|
align-items: center;
|
|
@@ -845,24 +863,6 @@
|
|
|
845
863
|
border-radius: 50%;
|
|
846
864
|
}
|
|
847
865
|
|
|
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
|
}
|
|
@@ -3627,24 +3627,15 @@ input.p-dropdown-label {
|
|
|
3627
3627
|
width: 100%;
|
|
3628
3628
|
}
|
|
3629
3629
|
|
|
3630
|
-
|
|
3631
|
-
|
|
3632
|
-
|
|
3633
|
-
}
|
|
3634
|
-
}
|
|
3635
|
-
.p-knob-range {
|
|
3636
|
-
fill: none;
|
|
3637
|
-
transition: stroke .1s ease-in;
|
|
3638
|
-
}
|
|
3639
|
-
.p-knob-value {
|
|
3640
|
-
animation-name: dash-frame;
|
|
3641
|
-
animation-fill-mode: forwards;
|
|
3642
|
-
fill: none;
|
|
3630
|
+
.p-inputtextarea-resizable {
|
|
3631
|
+
overflow: hidden;
|
|
3632
|
+
resize: none;
|
|
3643
3633
|
}
|
|
3644
|
-
|
|
3645
|
-
|
|
3646
|
-
|
|
3634
|
+
|
|
3635
|
+
.p-fluid .p-inputtextarea {
|
|
3636
|
+
width: 100%;
|
|
3647
3637
|
}
|
|
3638
|
+
|
|
3648
3639
|
.p-listbox-list-wrapper {
|
|
3649
3640
|
overflow: auto;
|
|
3650
3641
|
}
|
|
@@ -3675,15 +3666,24 @@ input.p-dropdown-label {
|
|
|
3675
3666
|
width: 100%;
|
|
3676
3667
|
}
|
|
3677
3668
|
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3669
|
+
@keyframes dash-frame {
|
|
3670
|
+
100% {
|
|
3671
|
+
stroke-dashoffset: 0;
|
|
3672
|
+
}
|
|
3681
3673
|
}
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3674
|
+
.p-knob-range {
|
|
3675
|
+
fill: none;
|
|
3676
|
+
transition: stroke .1s ease-in;
|
|
3677
|
+
}
|
|
3678
|
+
.p-knob-value {
|
|
3679
|
+
animation-name: dash-frame;
|
|
3680
|
+
animation-fill-mode: forwards;
|
|
3681
|
+
fill: none;
|
|
3682
|
+
}
|
|
3683
|
+
.p-knob-text {
|
|
3684
|
+
font-size: 1.3rem;
|
|
3685
|
+
text-align: center;
|
|
3685
3686
|
}
|
|
3686
|
-
|
|
3687
3687
|
.p-megamenu {
|
|
3688
3688
|
display: flex;
|
|
3689
3689
|
}
|
|
@@ -3958,6 +3958,49 @@ input.p-dropdown-label {
|
|
|
3958
3958
|
display: flex;
|
|
3959
3959
|
}
|
|
3960
3960
|
|
|
3961
|
+
.p-message-wrapper {
|
|
3962
|
+
display: flex;
|
|
3963
|
+
align-items: center;
|
|
3964
|
+
}
|
|
3965
|
+
|
|
3966
|
+
.p-message-close {
|
|
3967
|
+
display: flex;
|
|
3968
|
+
align-items: center;
|
|
3969
|
+
justify-content: center;
|
|
3970
|
+
}
|
|
3971
|
+
|
|
3972
|
+
.p-message-close.p-link {
|
|
3973
|
+
margin-left: auto;
|
|
3974
|
+
overflow: hidden;
|
|
3975
|
+
position: relative;
|
|
3976
|
+
}
|
|
3977
|
+
|
|
3978
|
+
.p-message-enter {
|
|
3979
|
+
opacity: 0;
|
|
3980
|
+
}
|
|
3981
|
+
|
|
3982
|
+
.p-message-enter-active {
|
|
3983
|
+
opacity: 1;
|
|
3984
|
+
transition: opacity .3s;
|
|
3985
|
+
}
|
|
3986
|
+
|
|
3987
|
+
.p-message-exit {
|
|
3988
|
+
opacity: 1;
|
|
3989
|
+
max-height: 1000px;
|
|
3990
|
+
}
|
|
3991
|
+
|
|
3992
|
+
.p-message-exit-active {
|
|
3993
|
+
opacity: 0;
|
|
3994
|
+
max-height: 0;
|
|
3995
|
+
margin: 0;
|
|
3996
|
+
overflow: hidden;
|
|
3997
|
+
transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
|
3998
|
+
}
|
|
3999
|
+
|
|
4000
|
+
.p-message-exit-active .p-message-close {
|
|
4001
|
+
display: none;
|
|
4002
|
+
}
|
|
4003
|
+
|
|
3961
4004
|
.p-multiselect {
|
|
3962
4005
|
display: inline-flex;
|
|
3963
4006
|
position: relative;
|
|
@@ -4089,49 +4132,6 @@ input.p-dropdown-label {
|
|
|
4089
4132
|
display: flex;
|
|
4090
4133
|
}
|
|
4091
4134
|
|
|
4092
|
-
.p-message-wrapper {
|
|
4093
|
-
display: flex;
|
|
4094
|
-
align-items: center;
|
|
4095
|
-
}
|
|
4096
|
-
|
|
4097
|
-
.p-message-close {
|
|
4098
|
-
display: flex;
|
|
4099
|
-
align-items: center;
|
|
4100
|
-
justify-content: center;
|
|
4101
|
-
}
|
|
4102
|
-
|
|
4103
|
-
.p-message-close.p-link {
|
|
4104
|
-
margin-left: auto;
|
|
4105
|
-
overflow: hidden;
|
|
4106
|
-
position: relative;
|
|
4107
|
-
}
|
|
4108
|
-
|
|
4109
|
-
.p-message-enter {
|
|
4110
|
-
opacity: 0;
|
|
4111
|
-
}
|
|
4112
|
-
|
|
4113
|
-
.p-message-enter-active {
|
|
4114
|
-
opacity: 1;
|
|
4115
|
-
transition: opacity .3s;
|
|
4116
|
-
}
|
|
4117
|
-
|
|
4118
|
-
.p-message-exit {
|
|
4119
|
-
opacity: 1;
|
|
4120
|
-
max-height: 1000px;
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4123
|
-
.p-message-exit-active {
|
|
4124
|
-
opacity: 0;
|
|
4125
|
-
max-height: 0;
|
|
4126
|
-
margin: 0;
|
|
4127
|
-
overflow: hidden;
|
|
4128
|
-
transition: max-height .3s cubic-bezier(0, 1, 0, 1), opacity .3s, margin .3s;
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
.p-message-exit-active .p-message-close {
|
|
4132
|
-
display: none;
|
|
4133
|
-
}
|
|
4134
|
-
|
|
4135
4135
|
.p-orderlist {
|
|
4136
4136
|
display: flex;
|
|
4137
4137
|
}
|
|
@@ -4324,70 +4324,53 @@ input.p-dropdown-label {
|
|
|
4324
4324
|
border-bottom-color: transparent
|
|
4325
4325
|
}
|
|
4326
4326
|
|
|
4327
|
-
.p-
|
|
4328
|
-
|
|
4329
|
-
|
|
4330
|
-
|
|
4331
|
-
|
|
4332
|
-
.p-password-panel {
|
|
4333
|
-
position: absolute;
|
|
4334
|
-
top: 0;
|
|
4335
|
-
left: 0;
|
|
4327
|
+
.p-paginator {
|
|
4328
|
+
display: flex;
|
|
4329
|
+
align-items: center;
|
|
4330
|
+
justify-content: center;
|
|
4331
|
+
flex-wrap: wrap;
|
|
4336
4332
|
}
|
|
4337
4333
|
|
|
4338
|
-
.p-
|
|
4339
|
-
|
|
4334
|
+
.p-paginator-left-content {
|
|
4335
|
+
margin-right: auto;
|
|
4340
4336
|
}
|
|
4341
4337
|
|
|
4342
|
-
.p-
|
|
4343
|
-
|
|
4338
|
+
.p-paginator-right-content {
|
|
4339
|
+
margin-left: auto;
|
|
4344
4340
|
}
|
|
4345
4341
|
|
|
4346
|
-
.p-
|
|
4347
|
-
|
|
4348
|
-
|
|
4349
|
-
|
|
4342
|
+
.p-paginator-page,
|
|
4343
|
+
.p-paginator-next,
|
|
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;
|
|
4350
4356
|
}
|
|
4351
4357
|
|
|
4352
|
-
.p-
|
|
4353
|
-
|
|
4358
|
+
.p-paginator-element:focus {
|
|
4359
|
+
z-index: 1;
|
|
4360
|
+
position: relative;
|
|
4354
4361
|
}
|
|
4355
4362
|
|
|
4356
|
-
.p-
|
|
4357
|
-
.p-password-input::-ms-clear {
|
|
4358
|
-
display: none;
|
|
4359
|
-
}
|
|
4360
|
-
.p-panel-header {
|
|
4363
|
+
.p-panelmenu .p-panelmenu-header-link {
|
|
4361
4364
|
display: flex;
|
|
4362
|
-
justify-content: space-between;
|
|
4363
4365
|
align-items: center;
|
|
4366
|
+
user-select: none;
|
|
4367
|
+
cursor: pointer;
|
|
4368
|
+
position: relative;
|
|
4369
|
+
text-decoration: none;
|
|
4364
4370
|
}
|
|
4365
4371
|
|
|
4366
|
-
.p-
|
|
4367
|
-
|
|
4368
|
-
}
|
|
4369
|
-
|
|
4370
|
-
.p-panel-header-icon {
|
|
4371
|
-
display: inline-flex;
|
|
4372
|
-
justify-content: center;
|
|
4373
|
-
align-items: center;
|
|
4374
|
-
cursor: pointer;
|
|
4375
|
-
text-decoration: none;
|
|
4376
|
-
overflow: hidden;
|
|
4377
|
-
position: relative;
|
|
4378
|
-
}
|
|
4379
|
-
|
|
4380
|
-
.p-panelmenu .p-panelmenu-header-link {
|
|
4381
|
-
display: flex;
|
|
4382
|
-
align-items: center;
|
|
4383
|
-
user-select: none;
|
|
4384
|
-
cursor: pointer;
|
|
4385
|
-
position: relative;
|
|
4386
|
-
text-decoration: none;
|
|
4387
|
-
}
|
|
4388
|
-
|
|
4389
|
-
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4390
|
-
z-index: 1;
|
|
4372
|
+
.p-panelmenu .p-panelmenu-header-link:focus {
|
|
4373
|
+
z-index: 1;
|
|
4391
4374
|
}
|
|
4392
4375
|
|
|
4393
4376
|
.p-panelmenu .p-submenu-list {
|
|
@@ -4408,42 +4391,59 @@ input.p-dropdown-label {
|
|
|
4408
4391
|
line-height: 1;
|
|
4409
4392
|
}
|
|
4410
4393
|
|
|
4411
|
-
.p-
|
|
4394
|
+
.p-panel-header {
|
|
4412
4395
|
display: flex;
|
|
4396
|
+
justify-content: space-between;
|
|
4413
4397
|
align-items: center;
|
|
4414
|
-
justify-content: center;
|
|
4415
|
-
flex-wrap: wrap;
|
|
4416
|
-
}
|
|
4417
|
-
|
|
4418
|
-
.p-paginator-left-content {
|
|
4419
|
-
margin-right: auto;
|
|
4420
4398
|
}
|
|
4421
4399
|
|
|
4422
|
-
.p-
|
|
4423
|
-
|
|
4400
|
+
.p-panel-title {
|
|
4401
|
+
line-height: 1;
|
|
4424
4402
|
}
|
|
4425
4403
|
|
|
4426
|
-
.p-
|
|
4427
|
-
.p-paginator-next,
|
|
4428
|
-
.p-paginator-last,
|
|
4429
|
-
.p-paginator-first,
|
|
4430
|
-
.p-paginator-prev,
|
|
4431
|
-
.p-paginator-current {
|
|
4432
|
-
cursor: pointer;
|
|
4404
|
+
.p-panel-header-icon {
|
|
4433
4405
|
display: inline-flex;
|
|
4434
|
-
align-items: center;
|
|
4435
4406
|
justify-content: center;
|
|
4436
|
-
|
|
4437
|
-
|
|
4407
|
+
align-items: center;
|
|
4408
|
+
cursor: pointer;
|
|
4409
|
+
text-decoration: none;
|
|
4438
4410
|
overflow: hidden;
|
|
4439
4411
|
position: relative;
|
|
4440
4412
|
}
|
|
4441
4413
|
|
|
4442
|
-
.p-
|
|
4443
|
-
z-index: 1;
|
|
4414
|
+
.p-password {
|
|
4444
4415
|
position: relative;
|
|
4416
|
+
display: inline-flex;
|
|
4445
4417
|
}
|
|
4446
4418
|
|
|
4419
|
+
.p-password-panel {
|
|
4420
|
+
position: absolute;
|
|
4421
|
+
top: 0;
|
|
4422
|
+
left: 0;
|
|
4423
|
+
}
|
|
4424
|
+
|
|
4425
|
+
.p-password .p-password-panel {
|
|
4426
|
+
min-width: 100%;
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
.p-password-meter {
|
|
4430
|
+
height: 10px;
|
|
4431
|
+
}
|
|
4432
|
+
|
|
4433
|
+
.p-password-strength {
|
|
4434
|
+
height: 100%;
|
|
4435
|
+
width: 0%;
|
|
4436
|
+
transition: width 1s ease-in-out;
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
.p-fluid .p-password {
|
|
4440
|
+
display: flex;
|
|
4441
|
+
}
|
|
4442
|
+
|
|
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,43 +4698,32 @@ input.p-dropdown-label {
|
|
|
4698
4698
|
cursor: default;
|
|
4699
4699
|
}
|
|
4700
4700
|
|
|
4701
|
-
.p-
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
right: 20px;
|
|
4705
|
-
display: flex;
|
|
4706
|
-
align-items: center;
|
|
4707
|
-
justify-content: center;
|
|
4701
|
+
.p-ripple {
|
|
4702
|
+
overflow: hidden;
|
|
4703
|
+
position: relative;
|
|
4708
4704
|
}
|
|
4709
4705
|
|
|
4710
|
-
.p-
|
|
4711
|
-
|
|
4706
|
+
.p-ink {
|
|
4707
|
+
display: block;
|
|
4708
|
+
position: absolute;
|
|
4709
|
+
background: rgba(255, 255, 255, 0.5);
|
|
4710
|
+
border-radius: 100%;
|
|
4711
|
+
transform: scale(0);
|
|
4712
4712
|
}
|
|
4713
4713
|
|
|
4714
|
-
.p-
|
|
4715
|
-
|
|
4714
|
+
.p-ink-active {
|
|
4715
|
+
animation: ripple 0.4s linear;
|
|
4716
4716
|
}
|
|
4717
4717
|
|
|
4718
|
-
.p-
|
|
4718
|
+
.p-ripple-disabled .p-ink {
|
|
4719
4719
|
display: none !important;
|
|
4720
4720
|
}
|
|
4721
4721
|
|
|
4722
|
-
|
|
4723
|
-
|
|
4724
|
-
|
|
4725
|
-
|
|
4726
|
-
|
|
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;
|
|
4722
|
+
@keyframes ripple {
|
|
4723
|
+
100% {
|
|
4724
|
+
opacity: 0;
|
|
4725
|
+
transform: scale(2.5);
|
|
4726
|
+
}
|
|
4738
4727
|
}
|
|
4739
4728
|
|
|
4740
4729
|
.p-scrollpanel-wrapper {
|
|
@@ -4788,154 +4777,43 @@ input.p-dropdown-label {
|
|
|
4788
4777
|
user-select: none;
|
|
4789
4778
|
}
|
|
4790
4779
|
|
|
4791
|
-
.p-
|
|
4792
|
-
|
|
4793
|
-
|
|
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;
|
|
4780
|
+
.p-scrolltop {
|
|
4781
|
+
position: fixed;
|
|
4782
|
+
bottom: 20px;
|
|
4783
|
+
right: 20px;
|
|
4884
4784
|
display: flex;
|
|
4885
4785
|
align-items: center;
|
|
4886
|
-
|
|
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;
|
|
4786
|
+
justify-content: center;
|
|
4896
4787
|
}
|
|
4897
4788
|
|
|
4898
|
-
.p-
|
|
4899
|
-
position:
|
|
4789
|
+
.p-scrolltop-sticky {
|
|
4790
|
+
position: sticky;
|
|
4900
4791
|
}
|
|
4901
4792
|
|
|
4902
|
-
.p-
|
|
4793
|
+
.p-scrolltop-sticky.p-link {
|
|
4903
4794
|
margin-left: auto;
|
|
4904
4795
|
}
|
|
4905
4796
|
|
|
4906
|
-
.p-
|
|
4907
|
-
|
|
4908
|
-
}
|
|
4909
|
-
|
|
4910
|
-
.p-slidemenu .p-slidemenu-content {
|
|
4911
|
-
overflow-x: hidden;
|
|
4912
|
-
overflow-y: auto;
|
|
4913
|
-
position: relative;
|
|
4914
|
-
height: 100%;
|
|
4915
|
-
}
|
|
4916
|
-
|
|
4917
|
-
.p-slidemenu-backward {
|
|
4918
|
-
position: absolute;
|
|
4919
|
-
bottom: 0;
|
|
4920
|
-
width: 100%;
|
|
4921
|
-
padding: 0.25em;
|
|
4922
|
-
cursor: pointer;
|
|
4797
|
+
.p-scrolltop-helper {
|
|
4798
|
+
display: none !important;
|
|
4923
4799
|
}
|
|
4924
4800
|
|
|
4925
|
-
.p-
|
|
4926
|
-
|
|
4801
|
+
.p-scrolltop-enter {
|
|
4802
|
+
opacity: 0;
|
|
4927
4803
|
}
|
|
4928
4804
|
|
|
4929
|
-
.p-
|
|
4930
|
-
|
|
4805
|
+
.p-scrolltop-enter-active {
|
|
4806
|
+
opacity: 1;
|
|
4807
|
+
transition: opacity .15s;
|
|
4931
4808
|
}
|
|
4932
4809
|
|
|
4933
|
-
.p-
|
|
4934
|
-
|
|
4810
|
+
.p-scrolltop-exit {
|
|
4811
|
+
opacity: 1;
|
|
4935
4812
|
}
|
|
4936
4813
|
|
|
4937
|
-
.p-
|
|
4938
|
-
|
|
4814
|
+
.p-scrolltop-exit-active {
|
|
4815
|
+
opacity: 0;
|
|
4816
|
+
transition: opacity .15s;
|
|
4939
4817
|
}
|
|
4940
4818
|
|
|
4941
4819
|
.p-sidebar-mask {
|
|
@@ -5157,6 +5035,128 @@ input.p-dropdown-label {
|
|
|
5157
5035
|
}
|
|
5158
5036
|
}
|
|
5159
5037
|
|
|
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,6 +5567,44 @@ 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
|
+
|
|
5570
5608
|
.p-tieredmenu-overlay {
|
|
5571
5609
|
position: absolute;
|
|
5572
5610
|
}
|
|
@@ -5615,44 +5653,6 @@ input.p-dropdown-label {
|
|
|
5615
5653
|
left: -100%;
|
|
5616
5654
|
}
|
|
5617
5655
|
|
|
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;
|