primereact 9.6.1 → 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/calendar/calendar.cjs.js +7 -5
- package/calendar/calendar.cjs.min.js +1 -1
- package/calendar/calendar.esm.js +7 -5
- package/calendar/calendar.esm.min.js +1 -1
- package/calendar/calendar.js +7 -5
- package/calendar/calendar.min.js +1 -1
- package/carousel/carousel.cjs.js +8 -8
- package/carousel/carousel.cjs.min.js +1 -1
- package/carousel/carousel.esm.js +9 -9
- package/carousel/carousel.esm.min.js +1 -1
- package/carousel/carousel.js +8 -8
- package/carousel/carousel.min.js +1 -1
- package/core/core.js +2 -1
- package/core/core.min.js +2 -2
- package/datatable/datatable.cjs.js +9 -6
- package/datatable/datatable.cjs.min.js +1 -1
- package/datatable/datatable.d.ts +119 -27
- package/datatable/datatable.esm.js +9 -6
- package/datatable/datatable.esm.min.js +1 -1
- package/datatable/datatable.js +9 -6
- package/datatable/datatable.min.js +1 -1
- package/dropdown/dropdown.cjs.js +1 -0
- package/dropdown/dropdown.cjs.min.js +1 -1
- package/dropdown/dropdown.esm.js +1 -0
- package/dropdown/dropdown.esm.min.js +1 -1
- package/dropdown/dropdown.js +1 -0
- package/dropdown/dropdown.min.js +1 -1
- package/package.json +1 -1
- package/primereact.all.cjs.js +28 -21
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +28 -21
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +28 -21
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +578 -578
- package/resources/primereact.min.css +1 -1
- package/slider/slider.cjs.js +2 -1
- package/slider/slider.cjs.min.js +1 -1
- package/slider/slider.esm.js +2 -1
- package/slider/slider.esm.min.js +1 -1
- package/slider/slider.js +2 -1
- package/slider/slider.min.js +1 -1
- package/tooltip/tooltip.cjs.js +1 -1
- package/tooltip/tooltip.cjs.min.js +1 -1
- package/tooltip/tooltip.esm.js +1 -1
- package/tooltip/tooltip.esm.min.js +1 -1
- package/tooltip/tooltip.js +1 -1
- package/tooltip/tooltip.min.js +1 -1
- package/web-types.json +1 -1
package/resources/primereact.css
CHANGED
|
@@ -287,48 +287,6 @@
|
|
|
287
287
|
overflow: auto;
|
|
288
288
|
}
|
|
289
289
|
|
|
290
|
-
.p-badge {
|
|
291
|
-
display: inline-block;
|
|
292
|
-
border-radius: 10px;
|
|
293
|
-
text-align: center;
|
|
294
|
-
padding: 0 .5rem;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
.p-overlay-badge {
|
|
298
|
-
position: relative;
|
|
299
|
-
}
|
|
300
|
-
|
|
301
|
-
.p-overlay-badge .p-badge {
|
|
302
|
-
position: absolute;
|
|
303
|
-
top: 0;
|
|
304
|
-
right: 0;
|
|
305
|
-
transform: translate(50%,-50%);
|
|
306
|
-
transform-origin: 100% 0;
|
|
307
|
-
margin: 0;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.p-badge-dot {
|
|
311
|
-
width: .5rem;
|
|
312
|
-
min-width: .5rem;
|
|
313
|
-
height: .5rem;
|
|
314
|
-
border-radius: 50%;
|
|
315
|
-
padding: 0;
|
|
316
|
-
}
|
|
317
|
-
|
|
318
|
-
.p-badge-no-gutter {
|
|
319
|
-
padding: 0;
|
|
320
|
-
border-radius: 50%;
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
.p-avatar-group .p-avatar + .p-avatar {
|
|
324
|
-
margin-left: -1rem;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
.p-avatar-group {
|
|
328
|
-
display: flex;
|
|
329
|
-
align-items: center;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
290
|
.p-avatar {
|
|
333
291
|
display: inline-flex;
|
|
334
292
|
align-items: center;
|
|
@@ -363,6 +321,48 @@
|
|
|
363
321
|
cursor: pointer;
|
|
364
322
|
}
|
|
365
323
|
|
|
324
|
+
.p-avatar-group .p-avatar + .p-avatar {
|
|
325
|
+
margin-left: -1rem;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
.p-avatar-group {
|
|
329
|
+
display: flex;
|
|
330
|
+
align-items: center;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.p-badge {
|
|
334
|
+
display: inline-block;
|
|
335
|
+
border-radius: 10px;
|
|
336
|
+
text-align: center;
|
|
337
|
+
padding: 0 .5rem;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
.p-overlay-badge {
|
|
341
|
+
position: relative;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
.p-overlay-badge .p-badge {
|
|
345
|
+
position: absolute;
|
|
346
|
+
top: 0;
|
|
347
|
+
right: 0;
|
|
348
|
+
transform: translate(50%,-50%);
|
|
349
|
+
transform-origin: 100% 0;
|
|
350
|
+
margin: 0;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
.p-badge-dot {
|
|
354
|
+
width: .5rem;
|
|
355
|
+
min-width: .5rem;
|
|
356
|
+
height: .5rem;
|
|
357
|
+
border-radius: 50%;
|
|
358
|
+
padding: 0;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.p-badge-no-gutter {
|
|
362
|
+
padding: 0;
|
|
363
|
+
border-radius: 50%;
|
|
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;
|
|
@@ -1049,34 +1049,6 @@
|
|
|
1049
1049
|
align-items: center;
|
|
1050
1050
|
}
|
|
1051
1051
|
|
|
1052
|
-
.p-datascroller {
|
|
1053
|
-
}
|
|
1054
|
-
|
|
1055
|
-
.p-datascroller .p-datascroller-header {
|
|
1056
|
-
text-align: center;
|
|
1057
|
-
padding: .5em .75em;
|
|
1058
|
-
border-bottom: 0 none;
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
.p-datascroller .p-datascroller-footer {
|
|
1062
|
-
text-align: center;
|
|
1063
|
-
padding: .25em .625em;
|
|
1064
|
-
border-top: 0px none;
|
|
1065
|
-
}
|
|
1066
|
-
|
|
1067
|
-
.p-datascroller .p-datascroller-content {
|
|
1068
|
-
padding: .25em .625em;
|
|
1069
|
-
}
|
|
1070
|
-
|
|
1071
|
-
.p-datascroller-inline .p-datascroller-content {
|
|
1072
|
-
overflow: auto;
|
|
1073
|
-
}
|
|
1074
|
-
|
|
1075
|
-
.p-datascroller .p-datascroller-list {
|
|
1076
|
-
list-style-type: none;
|
|
1077
|
-
margin: 0;
|
|
1078
|
-
padding: 0;
|
|
1079
|
-
}
|
|
1080
1052
|
.p-contextmenu {
|
|
1081
1053
|
position: absolute;
|
|
1082
1054
|
}
|
|
@@ -1123,6 +1095,34 @@
|
|
|
1123
1095
|
transition: opacity 250ms;
|
|
1124
1096
|
}
|
|
1125
1097
|
|
|
1098
|
+
.p-datascroller {
|
|
1099
|
+
}
|
|
1100
|
+
|
|
1101
|
+
.p-datascroller .p-datascroller-header {
|
|
1102
|
+
text-align: center;
|
|
1103
|
+
padding: .5em .75em;
|
|
1104
|
+
border-bottom: 0 none;
|
|
1105
|
+
}
|
|
1106
|
+
|
|
1107
|
+
.p-datascroller .p-datascroller-footer {
|
|
1108
|
+
text-align: center;
|
|
1109
|
+
padding: .25em .625em;
|
|
1110
|
+
border-top: 0px none;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
.p-datascroller .p-datascroller-content {
|
|
1114
|
+
padding: .25em .625em;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
.p-datascroller-inline .p-datascroller-content {
|
|
1118
|
+
overflow: auto;
|
|
1119
|
+
}
|
|
1120
|
+
|
|
1121
|
+
.p-datascroller .p-datascroller-list {
|
|
1122
|
+
list-style-type: none;
|
|
1123
|
+
margin: 0;
|
|
1124
|
+
padding: 0;
|
|
1125
|
+
}
|
|
1126
1126
|
.p-datatable {
|
|
1127
1127
|
position: relative;
|
|
1128
1128
|
}
|
|
@@ -1402,6 +1402,19 @@
|
|
|
1402
1402
|
justify-content: center;
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
+
.p-dataview-loading {
|
|
1406
|
+
position: relative;
|
|
1407
|
+
min-height: 4rem;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
.p-dataview .p-dataview-loading-overlay {
|
|
1411
|
+
position: absolute;
|
|
1412
|
+
z-index: 1;
|
|
1413
|
+
display: flex;
|
|
1414
|
+
align-items: center;
|
|
1415
|
+
justify-content: center;
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1405
1418
|
.p-dialog-mask {
|
|
1406
1419
|
position: fixed;
|
|
1407
1420
|
top: 0;
|
|
@@ -1632,19 +1645,6 @@
|
|
|
1632
1645
|
cursor: move;
|
|
1633
1646
|
}
|
|
1634
1647
|
|
|
1635
|
-
.p-dataview-loading {
|
|
1636
|
-
position: relative;
|
|
1637
|
-
min-height: 4rem;
|
|
1638
|
-
}
|
|
1639
|
-
|
|
1640
|
-
.p-dataview .p-dataview-loading-overlay {
|
|
1641
|
-
position: absolute;
|
|
1642
|
-
z-index: 1;
|
|
1643
|
-
display: flex;
|
|
1644
|
-
align-items: center;
|
|
1645
|
-
justify-content: center;
|
|
1646
|
-
}
|
|
1647
|
-
|
|
1648
1648
|
.p-divider-horizontal {
|
|
1649
1649
|
display: flex;
|
|
1650
1650
|
width: 100%;
|
|
@@ -1848,42 +1848,132 @@
|
|
|
1848
1848
|
flex-direction: row-reverse;
|
|
1849
1849
|
}
|
|
1850
1850
|
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
* Copyright (c) 2014, Jason Chen
|
|
1855
|
-
* Copyright (c) 2013, salesforce.com
|
|
1856
|
-
*/
|
|
1857
|
-
.ql-container {
|
|
1858
|
-
box-sizing: border-box;
|
|
1859
|
-
font-family: Helvetica, Arial, sans-serif;
|
|
1860
|
-
font-size: 13px;
|
|
1861
|
-
height: 100%;
|
|
1862
|
-
margin: 0px;
|
|
1851
|
+
.p-dropdown {
|
|
1852
|
+
display: inline-flex;
|
|
1853
|
+
cursor: pointer;
|
|
1863
1854
|
position: relative;
|
|
1855
|
+
user-select: none;
|
|
1864
1856
|
}
|
|
1865
|
-
|
|
1857
|
+
|
|
1858
|
+
.p-dropdown-clear-icon {
|
|
1859
|
+
position: absolute;
|
|
1860
|
+
top: 50%;
|
|
1861
|
+
margin-top: -.5rem;
|
|
1862
|
+
}
|
|
1863
|
+
|
|
1864
|
+
.p-dropdown-trigger {
|
|
1865
|
+
display: flex;
|
|
1866
|
+
align-items: center;
|
|
1867
|
+
justify-content: center;
|
|
1868
|
+
flex-shrink: 0;
|
|
1869
|
+
}
|
|
1870
|
+
|
|
1871
|
+
.p-dropdown-label {
|
|
1872
|
+
display: block;
|
|
1873
|
+
white-space: nowrap;
|
|
1874
|
+
overflow: hidden;
|
|
1875
|
+
flex: 1 1 auto;
|
|
1876
|
+
width: 1%;
|
|
1877
|
+
text-overflow: ellipsis;
|
|
1878
|
+
cursor: pointer;
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1881
|
+
.p-dropdown-label-empty {
|
|
1882
|
+
overflow: hidden;
|
|
1866
1883
|
visibility: hidden;
|
|
1867
1884
|
}
|
|
1868
|
-
|
|
1869
|
-
|
|
1885
|
+
|
|
1886
|
+
input.p-dropdown-label {
|
|
1887
|
+
cursor: default;
|
|
1870
1888
|
}
|
|
1871
|
-
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1889
|
+
|
|
1890
|
+
.p-dropdown .p-dropdown-panel {
|
|
1891
|
+
min-width: 100%;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
.p-dropdown-panel {
|
|
1875
1895
|
position: absolute;
|
|
1876
|
-
top:
|
|
1896
|
+
top: 0;
|
|
1897
|
+
left: 0;
|
|
1877
1898
|
}
|
|
1878
|
-
|
|
1899
|
+
|
|
1900
|
+
.p-dropdown-items-wrapper {
|
|
1901
|
+
overflow: auto;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
.p-dropdown-item {
|
|
1905
|
+
cursor: pointer;
|
|
1906
|
+
font-weight: normal;
|
|
1907
|
+
white-space: nowrap;
|
|
1908
|
+
position: relative;
|
|
1909
|
+
overflow: hidden;
|
|
1910
|
+
}
|
|
1911
|
+
|
|
1912
|
+
.p-dropdown-items {
|
|
1879
1913
|
margin: 0;
|
|
1880
1914
|
padding: 0;
|
|
1915
|
+
list-style-type: none;
|
|
1881
1916
|
}
|
|
1882
|
-
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1917
|
+
|
|
1918
|
+
.p-dropdown-filter {
|
|
1919
|
+
width: 100%;
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
.p-dropdown-filter-container {
|
|
1923
|
+
position: relative;
|
|
1924
|
+
}
|
|
1925
|
+
|
|
1926
|
+
.p-dropdown-filter-icon,
|
|
1927
|
+
.p-dropdown-filter-clear-icon {
|
|
1928
|
+
position: absolute;
|
|
1929
|
+
top: 50%;
|
|
1930
|
+
margin-top: -.5rem;
|
|
1931
|
+
}
|
|
1932
|
+
|
|
1933
|
+
.p-fluid .p-dropdown {
|
|
1934
|
+
display: flex;
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
.p-fluid .p-dropdown .p-dropdown-label {
|
|
1938
|
+
width: 1%;
|
|
1939
|
+
}
|
|
1940
|
+
|
|
1941
|
+
/*!
|
|
1942
|
+
* Quill Editor v1.3.7
|
|
1943
|
+
* https://quilljs.com/
|
|
1944
|
+
* Copyright (c) 2014, Jason Chen
|
|
1945
|
+
* Copyright (c) 2013, salesforce.com
|
|
1946
|
+
*/
|
|
1947
|
+
.ql-container {
|
|
1948
|
+
box-sizing: border-box;
|
|
1949
|
+
font-family: Helvetica, Arial, sans-serif;
|
|
1950
|
+
font-size: 13px;
|
|
1951
|
+
height: 100%;
|
|
1952
|
+
margin: 0px;
|
|
1953
|
+
position: relative;
|
|
1954
|
+
}
|
|
1955
|
+
.ql-container.ql-disabled .ql-tooltip {
|
|
1956
|
+
visibility: hidden;
|
|
1957
|
+
}
|
|
1958
|
+
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
|
|
1959
|
+
pointer-events: none;
|
|
1960
|
+
}
|
|
1961
|
+
.ql-clipboard {
|
|
1962
|
+
left: -100000px;
|
|
1963
|
+
height: 1px;
|
|
1964
|
+
overflow-y: hidden;
|
|
1965
|
+
position: absolute;
|
|
1966
|
+
top: 50%;
|
|
1967
|
+
}
|
|
1968
|
+
.ql-clipboard p {
|
|
1969
|
+
margin: 0;
|
|
1970
|
+
padding: 0;
|
|
1971
|
+
}
|
|
1972
|
+
.ql-editor {
|
|
1973
|
+
box-sizing: border-box;
|
|
1974
|
+
line-height: 1.42;
|
|
1975
|
+
height: 100%;
|
|
1976
|
+
outline: none;
|
|
1887
1977
|
overflow-y: auto;
|
|
1888
1978
|
padding: 12px 15px;
|
|
1889
1979
|
tab-size: 4;
|
|
@@ -2794,94 +2884,23 @@
|
|
|
2794
2884
|
border: 1px solid #ccc;
|
|
2795
2885
|
}
|
|
2796
2886
|
|
|
2797
|
-
.p-
|
|
2798
|
-
|
|
2799
|
-
cursor: pointer;
|
|
2800
|
-
position: relative;
|
|
2801
|
-
user-select: none;
|
|
2802
|
-
}
|
|
2803
|
-
|
|
2804
|
-
.p-dropdown-clear-icon {
|
|
2805
|
-
position: absolute;
|
|
2806
|
-
top: 50%;
|
|
2807
|
-
margin-top: -.5rem;
|
|
2808
|
-
}
|
|
2809
|
-
|
|
2810
|
-
.p-dropdown-trigger {
|
|
2887
|
+
.p-fieldset-legend > a,
|
|
2888
|
+
.p-fieldset-legend > span {
|
|
2811
2889
|
display: flex;
|
|
2812
2890
|
align-items: center;
|
|
2813
2891
|
justify-content: center;
|
|
2814
|
-
flex-shrink: 0;
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
.p-dropdown-label {
|
|
2818
|
-
display: block;
|
|
2819
|
-
white-space: nowrap;
|
|
2820
|
-
overflow: hidden;
|
|
2821
|
-
flex: 1 1 auto;
|
|
2822
|
-
width: 1%;
|
|
2823
|
-
text-overflow: ellipsis;
|
|
2824
|
-
cursor: pointer;
|
|
2825
|
-
}
|
|
2826
|
-
|
|
2827
|
-
.p-dropdown-label-empty {
|
|
2828
|
-
overflow: hidden;
|
|
2829
|
-
visibility: hidden;
|
|
2830
|
-
}
|
|
2831
|
-
|
|
2832
|
-
input.p-dropdown-label {
|
|
2833
|
-
cursor: default;
|
|
2834
2892
|
}
|
|
2835
2893
|
|
|
2836
|
-
.p-
|
|
2837
|
-
min-width: 100%;
|
|
2838
|
-
}
|
|
2839
|
-
|
|
2840
|
-
.p-dropdown-panel {
|
|
2841
|
-
position: absolute;
|
|
2842
|
-
top: 0;
|
|
2843
|
-
left: 0;
|
|
2844
|
-
}
|
|
2845
|
-
|
|
2846
|
-
.p-dropdown-items-wrapper {
|
|
2847
|
-
overflow: auto;
|
|
2848
|
-
}
|
|
2849
|
-
|
|
2850
|
-
.p-dropdown-item {
|
|
2894
|
+
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
2851
2895
|
cursor: pointer;
|
|
2852
|
-
|
|
2853
|
-
white-space: nowrap;
|
|
2854
|
-
position: relative;
|
|
2896
|
+
user-select: none;
|
|
2855
2897
|
overflow: hidden;
|
|
2856
|
-
}
|
|
2857
|
-
|
|
2858
|
-
.p-dropdown-items {
|
|
2859
|
-
margin: 0;
|
|
2860
|
-
padding: 0;
|
|
2861
|
-
list-style-type: none;
|
|
2862
|
-
}
|
|
2863
|
-
|
|
2864
|
-
.p-dropdown-filter {
|
|
2865
|
-
width: 100%;
|
|
2866
|
-
}
|
|
2867
|
-
|
|
2868
|
-
.p-dropdown-filter-container {
|
|
2869
2898
|
position: relative;
|
|
2899
|
+
text-decoration: none;
|
|
2870
2900
|
}
|
|
2871
2901
|
|
|
2872
|
-
.p-
|
|
2873
|
-
|
|
2874
|
-
position: absolute;
|
|
2875
|
-
top: 50%;
|
|
2876
|
-
margin-top: -.5rem;
|
|
2877
|
-
}
|
|
2878
|
-
|
|
2879
|
-
.p-fluid .p-dropdown {
|
|
2880
|
-
display: flex;
|
|
2881
|
-
}
|
|
2882
|
-
|
|
2883
|
-
.p-fluid .p-dropdown .p-dropdown-label {
|
|
2884
|
-
width: 1%;
|
|
2902
|
+
.p-fieldset-legend-text {
|
|
2903
|
+
line-height: 1;
|
|
2885
2904
|
}
|
|
2886
2905
|
|
|
2887
2906
|
.p-fileupload-content {
|
|
@@ -2943,25 +2962,6 @@ input.p-dropdown-label {
|
|
|
2943
2962
|
width: auto;
|
|
2944
2963
|
}
|
|
2945
2964
|
|
|
2946
|
-
.p-fieldset-legend > a,
|
|
2947
|
-
.p-fieldset-legend > span {
|
|
2948
|
-
display: flex;
|
|
2949
|
-
align-items: center;
|
|
2950
|
-
justify-content: center;
|
|
2951
|
-
}
|
|
2952
|
-
|
|
2953
|
-
.p-fieldset-toggleable .p-fieldset-legend a {
|
|
2954
|
-
cursor: pointer;
|
|
2955
|
-
user-select: none;
|
|
2956
|
-
overflow: hidden;
|
|
2957
|
-
position: relative;
|
|
2958
|
-
text-decoration: none;
|
|
2959
|
-
}
|
|
2960
|
-
|
|
2961
|
-
.p-fieldset-legend-text {
|
|
2962
|
-
line-height: 1;
|
|
2963
|
-
}
|
|
2964
|
-
|
|
2965
2965
|
.p-galleria-content {
|
|
2966
2966
|
display: flex;
|
|
2967
2967
|
flex-direction: column;
|
|
@@ -3261,6 +3261,37 @@ input.p-dropdown-label {
|
|
|
3261
3261
|
visibility: visible;
|
|
3262
3262
|
}
|
|
3263
3263
|
|
|
3264
|
+
.p-icon {
|
|
3265
|
+
display: inline-block;
|
|
3266
|
+
}
|
|
3267
|
+
|
|
3268
|
+
.p-icon-spin {
|
|
3269
|
+
-webkit-animation: p-icon-spin 2s infinite linear;
|
|
3270
|
+
animation: p-icon-spin 2s infinite linear;
|
|
3271
|
+
}
|
|
3272
|
+
|
|
3273
|
+
@-webkit-keyframes p-icon-spin {
|
|
3274
|
+
0% {
|
|
3275
|
+
-webkit-transform: rotate(0deg);
|
|
3276
|
+
transform: rotate(0deg);
|
|
3277
|
+
}
|
|
3278
|
+
100% {
|
|
3279
|
+
-webkit-transform: rotate(359deg);
|
|
3280
|
+
transform: rotate(359deg);
|
|
3281
|
+
}
|
|
3282
|
+
}
|
|
3283
|
+
|
|
3284
|
+
@keyframes p-icon-spin {
|
|
3285
|
+
0% {
|
|
3286
|
+
-webkit-transform: rotate(0deg);
|
|
3287
|
+
transform: rotate(0deg);
|
|
3288
|
+
}
|
|
3289
|
+
100% {
|
|
3290
|
+
-webkit-transform: rotate(359deg);
|
|
3291
|
+
transform: rotate(359deg);
|
|
3292
|
+
}
|
|
3293
|
+
}
|
|
3294
|
+
|
|
3264
3295
|
.p-image-mask {
|
|
3265
3296
|
display: flex;
|
|
3266
3297
|
align-items: center;
|
|
@@ -3345,37 +3376,6 @@ input.p-dropdown-label {
|
|
|
3345
3376
|
transition: all 150ms cubic-bezier(0.4, 0.0, 0.2, 1);
|
|
3346
3377
|
}
|
|
3347
3378
|
|
|
3348
|
-
.p-icon {
|
|
3349
|
-
display: inline-block;
|
|
3350
|
-
}
|
|
3351
|
-
|
|
3352
|
-
.p-icon-spin {
|
|
3353
|
-
-webkit-animation: p-icon-spin 2s infinite linear;
|
|
3354
|
-
animation: p-icon-spin 2s infinite linear;
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
|
-
@-webkit-keyframes p-icon-spin {
|
|
3358
|
-
0% {
|
|
3359
|
-
-webkit-transform: rotate(0deg);
|
|
3360
|
-
transform: rotate(0deg);
|
|
3361
|
-
}
|
|
3362
|
-
100% {
|
|
3363
|
-
-webkit-transform: rotate(359deg);
|
|
3364
|
-
transform: rotate(359deg);
|
|
3365
|
-
}
|
|
3366
|
-
}
|
|
3367
|
-
|
|
3368
|
-
@keyframes p-icon-spin {
|
|
3369
|
-
0% {
|
|
3370
|
-
-webkit-transform: rotate(0deg);
|
|
3371
|
-
transform: rotate(0deg);
|
|
3372
|
-
}
|
|
3373
|
-
100% {
|
|
3374
|
-
-webkit-transform: rotate(359deg);
|
|
3375
|
-
transform: rotate(359deg);
|
|
3376
|
-
}
|
|
3377
|
-
}
|
|
3378
|
-
|
|
3379
3379
|
.p-inplace .p-inplace-display {
|
|
3380
3380
|
display: inline;
|
|
3381
3381
|
cursor: pointer;
|
|
@@ -3636,24 +3636,6 @@ input.p-dropdown-label {
|
|
|
3636
3636
|
width: 100%;
|
|
3637
3637
|
}
|
|
3638
3638
|
|
|
3639
|
-
@keyframes dash-frame {
|
|
3640
|
-
100% {
|
|
3641
|
-
stroke-dashoffset: 0;
|
|
3642
|
-
}
|
|
3643
|
-
}
|
|
3644
|
-
.p-knob-range {
|
|
3645
|
-
fill: none;
|
|
3646
|
-
transition: stroke .1s ease-in;
|
|
3647
|
-
}
|
|
3648
|
-
.p-knob-value {
|
|
3649
|
-
animation-name: dash-frame;
|
|
3650
|
-
animation-fill-mode: forwards;
|
|
3651
|
-
fill: none;
|
|
3652
|
-
}
|
|
3653
|
-
.p-knob-text {
|
|
3654
|
-
font-size: 1.3rem;
|
|
3655
|
-
text-align: center;
|
|
3656
|
-
}
|
|
3657
3639
|
.p-listbox-list-wrapper {
|
|
3658
3640
|
overflow: auto;
|
|
3659
3641
|
}
|
|
@@ -3684,32 +3666,24 @@ input.p-dropdown-label {
|
|
|
3684
3666
|
width: 100%;
|
|
3685
3667
|
}
|
|
3686
3668
|
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
left: -9999px;
|
|
3669
|
+
@keyframes dash-frame {
|
|
3670
|
+
100% {
|
|
3671
|
+
stroke-dashoffset: 0;
|
|
3672
|
+
}
|
|
3692
3673
|
}
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
padding: 0;
|
|
3697
|
-
list-style: none;
|
|
3674
|
+
.p-knob-range {
|
|
3675
|
+
fill: none;
|
|
3676
|
+
transition: stroke .1s ease-in;
|
|
3698
3677
|
}
|
|
3699
|
-
|
|
3700
|
-
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
align-items: center;
|
|
3704
|
-
text-decoration: none;
|
|
3705
|
-
overflow: hidden;
|
|
3706
|
-
position: relative;
|
|
3678
|
+
.p-knob-value {
|
|
3679
|
+
animation-name: dash-frame;
|
|
3680
|
+
animation-fill-mode: forwards;
|
|
3681
|
+
fill: none;
|
|
3707
3682
|
}
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
-
|
|
3683
|
+
.p-knob-text {
|
|
3684
|
+
font-size: 1.3rem;
|
|
3685
|
+
text-align: center;
|
|
3711
3686
|
}
|
|
3712
|
-
|
|
3713
3687
|
.p-megamenu {
|
|
3714
3688
|
display: flex;
|
|
3715
3689
|
}
|
|
@@ -3869,6 +3843,32 @@ input.p-dropdown-label {
|
|
|
3869
3843
|
display: flex;
|
|
3870
3844
|
}
|
|
3871
3845
|
|
|
3846
|
+
.p-menu-overlay {
|
|
3847
|
+
position: absolute;
|
|
3848
|
+
/* Github #3122: Prevent animation flickering */
|
|
3849
|
+
top: -9999px;
|
|
3850
|
+
left: -9999px;
|
|
3851
|
+
}
|
|
3852
|
+
|
|
3853
|
+
.p-menu ul {
|
|
3854
|
+
margin: 0;
|
|
3855
|
+
padding: 0;
|
|
3856
|
+
list-style: none;
|
|
3857
|
+
}
|
|
3858
|
+
|
|
3859
|
+
.p-menu .p-menuitem-link {
|
|
3860
|
+
cursor: pointer;
|
|
3861
|
+
display: flex;
|
|
3862
|
+
align-items: center;
|
|
3863
|
+
text-decoration: none;
|
|
3864
|
+
overflow: hidden;
|
|
3865
|
+
position: relative;
|
|
3866
|
+
}
|
|
3867
|
+
|
|
3868
|
+
.p-menu .p-menuitem-text {
|
|
3869
|
+
line-height: 1;
|
|
3870
|
+
}
|
|
3871
|
+
|
|
3872
3872
|
.p-menubar {
|
|
3873
3873
|
display: flex;
|
|
3874
3874
|
align-items: center;
|
|
@@ -3942,6 +3942,22 @@ input.p-dropdown-label {
|
|
|
3942
3942
|
text-decoration: none;
|
|
3943
3943
|
}
|
|
3944
3944
|
|
|
3945
|
+
.p-inline-message {
|
|
3946
|
+
display: inline-flex;
|
|
3947
|
+
align-items: center;
|
|
3948
|
+
justify-content: center;
|
|
3949
|
+
vertical-align: top;
|
|
3950
|
+
}
|
|
3951
|
+
|
|
3952
|
+
.p-inline-message-icon-only .p-inline-message-text {
|
|
3953
|
+
visibility: hidden;
|
|
3954
|
+
width: 0;
|
|
3955
|
+
}
|
|
3956
|
+
|
|
3957
|
+
.p-fluid .p-inline-message {
|
|
3958
|
+
display: flex;
|
|
3959
|
+
}
|
|
3960
|
+
|
|
3945
3961
|
.p-message-wrapper {
|
|
3946
3962
|
display: flex;
|
|
3947
3963
|
align-items: center;
|
|
@@ -3985,22 +4001,6 @@ input.p-dropdown-label {
|
|
|
3985
4001
|
display: none;
|
|
3986
4002
|
}
|
|
3987
4003
|
|
|
3988
|
-
.p-inline-message {
|
|
3989
|
-
display: inline-flex;
|
|
3990
|
-
align-items: center;
|
|
3991
|
-
justify-content: center;
|
|
3992
|
-
vertical-align: top;
|
|
3993
|
-
}
|
|
3994
|
-
|
|
3995
|
-
.p-inline-message-icon-only .p-inline-message-text {
|
|
3996
|
-
visibility: hidden;
|
|
3997
|
-
width: 0;
|
|
3998
|
-
}
|
|
3999
|
-
|
|
4000
|
-
.p-fluid .p-inline-message {
|
|
4001
|
-
display: flex;
|
|
4002
|
-
}
|
|
4003
|
-
|
|
4004
4004
|
.p-multiselect {
|
|
4005
4005
|
display: inline-flex;
|
|
4006
4006
|
position: relative;
|
|
@@ -4132,59 +4132,6 @@ input.p-dropdown-label {
|
|
|
4132
4132
|
display: flex;
|
|
4133
4133
|
}
|
|
4134
4134
|
|
|
4135
|
-
.p-organizationchart-table {
|
|
4136
|
-
border-spacing: 0;
|
|
4137
|
-
border-collapse: separate;
|
|
4138
|
-
margin: 0 auto;
|
|
4139
|
-
}
|
|
4140
|
-
|
|
4141
|
-
.p-organizationchart-table > tbody > tr > td {
|
|
4142
|
-
text-align: center;
|
|
4143
|
-
vertical-align: top;
|
|
4144
|
-
padding: 0 .75rem;
|
|
4145
|
-
}
|
|
4146
|
-
|
|
4147
|
-
.p-organizationchart-node-content {
|
|
4148
|
-
display: inline-block;
|
|
4149
|
-
position: relative;
|
|
4150
|
-
}
|
|
4151
|
-
|
|
4152
|
-
.p-organizationchart-node-content .p-node-toggler {
|
|
4153
|
-
position: absolute;
|
|
4154
|
-
bottom: -.75rem;
|
|
4155
|
-
margin-left: -.75rem;
|
|
4156
|
-
z-index: 2;
|
|
4157
|
-
left: 50%;
|
|
4158
|
-
user-select: none;
|
|
4159
|
-
cursor: pointer;
|
|
4160
|
-
width: 1.5rem;
|
|
4161
|
-
height: 1.5rem;
|
|
4162
|
-
text-decoration: none;
|
|
4163
|
-
}
|
|
4164
|
-
|
|
4165
|
-
.p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon {
|
|
4166
|
-
position: relative;
|
|
4167
|
-
top: .25rem;
|
|
4168
|
-
}
|
|
4169
|
-
|
|
4170
|
-
.p-organizationchart-line-down {
|
|
4171
|
-
margin: 0 auto;
|
|
4172
|
-
height: 20px;
|
|
4173
|
-
width: 1px;
|
|
4174
|
-
}
|
|
4175
|
-
|
|
4176
|
-
.p-organizationchart-line-right {
|
|
4177
|
-
border-radius: 0px;
|
|
4178
|
-
}
|
|
4179
|
-
|
|
4180
|
-
.p-organizationchart-line-left {
|
|
4181
|
-
border-radius: 0;
|
|
4182
|
-
}
|
|
4183
|
-
|
|
4184
|
-
.p-organizationchart-selectable-node {
|
|
4185
|
-
cursor: pointer;
|
|
4186
|
-
}
|
|
4187
|
-
|
|
4188
4135
|
.p-orderlist {
|
|
4189
4136
|
display: flex;
|
|
4190
4137
|
}
|
|
@@ -4245,6 +4192,59 @@ input.p-dropdown-label {
|
|
|
4245
4192
|
background: var(--primary-color);
|
|
4246
4193
|
}
|
|
4247
4194
|
|
|
4195
|
+
.p-organizationchart-table {
|
|
4196
|
+
border-spacing: 0;
|
|
4197
|
+
border-collapse: separate;
|
|
4198
|
+
margin: 0 auto;
|
|
4199
|
+
}
|
|
4200
|
+
|
|
4201
|
+
.p-organizationchart-table > tbody > tr > td {
|
|
4202
|
+
text-align: center;
|
|
4203
|
+
vertical-align: top;
|
|
4204
|
+
padding: 0 .75rem;
|
|
4205
|
+
}
|
|
4206
|
+
|
|
4207
|
+
.p-organizationchart-node-content {
|
|
4208
|
+
display: inline-block;
|
|
4209
|
+
position: relative;
|
|
4210
|
+
}
|
|
4211
|
+
|
|
4212
|
+
.p-organizationchart-node-content .p-node-toggler {
|
|
4213
|
+
position: absolute;
|
|
4214
|
+
bottom: -.75rem;
|
|
4215
|
+
margin-left: -.75rem;
|
|
4216
|
+
z-index: 2;
|
|
4217
|
+
left: 50%;
|
|
4218
|
+
user-select: none;
|
|
4219
|
+
cursor: pointer;
|
|
4220
|
+
width: 1.5rem;
|
|
4221
|
+
height: 1.5rem;
|
|
4222
|
+
text-decoration: none;
|
|
4223
|
+
}
|
|
4224
|
+
|
|
4225
|
+
.p-organizationchart-node-content .p-node-toggler .p-node-toggler-icon {
|
|
4226
|
+
position: relative;
|
|
4227
|
+
top: .25rem;
|
|
4228
|
+
}
|
|
4229
|
+
|
|
4230
|
+
.p-organizationchart-line-down {
|
|
4231
|
+
margin: 0 auto;
|
|
4232
|
+
height: 20px;
|
|
4233
|
+
width: 1px;
|
|
4234
|
+
}
|
|
4235
|
+
|
|
4236
|
+
.p-organizationchart-line-right {
|
|
4237
|
+
border-radius: 0px;
|
|
4238
|
+
}
|
|
4239
|
+
|
|
4240
|
+
.p-organizationchart-line-left {
|
|
4241
|
+
border-radius: 0;
|
|
4242
|
+
}
|
|
4243
|
+
|
|
4244
|
+
.p-organizationchart-selectable-node {
|
|
4245
|
+
cursor: pointer;
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
4248
|
.p-overlaypanel {
|
|
4249
4249
|
position: absolute;
|
|
4250
4250
|
margin-top: 10px;
|
|
@@ -4360,26 +4360,6 @@ input.p-dropdown-label {
|
|
|
4360
4360
|
position: relative;
|
|
4361
4361
|
}
|
|
4362
4362
|
|
|
4363
|
-
.p-panel-header {
|
|
4364
|
-
display: flex;
|
|
4365
|
-
justify-content: space-between;
|
|
4366
|
-
align-items: center;
|
|
4367
|
-
}
|
|
4368
|
-
|
|
4369
|
-
.p-panel-title {
|
|
4370
|
-
line-height: 1;
|
|
4371
|
-
}
|
|
4372
|
-
|
|
4373
|
-
.p-panel-header-icon {
|
|
4374
|
-
display: inline-flex;
|
|
4375
|
-
justify-content: center;
|
|
4376
|
-
align-items: center;
|
|
4377
|
-
cursor: pointer;
|
|
4378
|
-
text-decoration: none;
|
|
4379
|
-
overflow: hidden;
|
|
4380
|
-
position: relative;
|
|
4381
|
-
}
|
|
4382
|
-
|
|
4383
4363
|
.p-panelmenu .p-panelmenu-header-link {
|
|
4384
4364
|
display: flex;
|
|
4385
4365
|
align-items: center;
|
|
@@ -4411,6 +4391,26 @@ input.p-dropdown-label {
|
|
|
4411
4391
|
line-height: 1;
|
|
4412
4392
|
}
|
|
4413
4393
|
|
|
4394
|
+
.p-panel-header {
|
|
4395
|
+
display: flex;
|
|
4396
|
+
justify-content: space-between;
|
|
4397
|
+
align-items: center;
|
|
4398
|
+
}
|
|
4399
|
+
|
|
4400
|
+
.p-panel-title {
|
|
4401
|
+
line-height: 1;
|
|
4402
|
+
}
|
|
4403
|
+
|
|
4404
|
+
.p-panel-header-icon {
|
|
4405
|
+
display: inline-flex;
|
|
4406
|
+
justify-content: center;
|
|
4407
|
+
align-items: center;
|
|
4408
|
+
cursor: pointer;
|
|
4409
|
+
text-decoration: none;
|
|
4410
|
+
overflow: hidden;
|
|
4411
|
+
position: relative;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
4414
|
.p-password {
|
|
4415
4415
|
position: relative;
|
|
4416
4416
|
display: inline-flex;
|
|
@@ -4584,59 +4584,18 @@ input.p-dropdown-label {
|
|
|
4584
4584
|
right: -8%; }
|
|
4585
4585
|
}
|
|
4586
4586
|
|
|
4587
|
-
.p-
|
|
4588
|
-
|
|
4589
|
-
|
|
4590
|
-
|
|
4591
|
-
|
|
4592
|
-
|
|
4593
|
-
|
|
4594
|
-
.p-radiobutton-box {
|
|
4595
|
-
display: flex;
|
|
4596
|
-
justify-content: center;
|
|
4597
|
-
align-items: center;
|
|
4587
|
+
.p-progress-spinner {
|
|
4588
|
+
position: relative;
|
|
4589
|
+
margin: 0 auto;
|
|
4590
|
+
width: 100px;
|
|
4591
|
+
height: 100px;
|
|
4592
|
+
display: inline-block;
|
|
4598
4593
|
}
|
|
4599
4594
|
|
|
4600
|
-
.p-
|
|
4601
|
-
|
|
4602
|
-
|
|
4603
|
-
|
|
4604
|
-
border-radius: 50%;
|
|
4605
|
-
visibility: hidden;
|
|
4606
|
-
}
|
|
4607
|
-
|
|
4608
|
-
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4609
|
-
transform: translateZ(0) scale(1.0, 1.0);
|
|
4610
|
-
visibility: visible;
|
|
4611
|
-
}
|
|
4612
|
-
|
|
4613
|
-
.p-rating {
|
|
4614
|
-
display: flex;
|
|
4615
|
-
align-items: center;
|
|
4616
|
-
}
|
|
4617
|
-
|
|
4618
|
-
.p-rating-item {
|
|
4619
|
-
display: inline-flex;
|
|
4620
|
-
align-items: center;
|
|
4621
|
-
cursor: pointer;
|
|
4622
|
-
}
|
|
4623
|
-
|
|
4624
|
-
.p-rating.p-readonly .p-rating-item {
|
|
4625
|
-
cursor: default;
|
|
4626
|
-
}
|
|
4627
|
-
|
|
4628
|
-
.p-progress-spinner {
|
|
4629
|
-
position: relative;
|
|
4630
|
-
margin: 0 auto;
|
|
4631
|
-
width: 100px;
|
|
4632
|
-
height: 100px;
|
|
4633
|
-
display: inline-block;
|
|
4634
|
-
}
|
|
4635
|
-
|
|
4636
|
-
.p-progress-spinner::before {
|
|
4637
|
-
content: '';
|
|
4638
|
-
display: block;
|
|
4639
|
-
padding-top: 100%;
|
|
4595
|
+
.p-progress-spinner::before {
|
|
4596
|
+
content: '';
|
|
4597
|
+
display: block;
|
|
4598
|
+
padding-top: 100%;
|
|
4640
4599
|
}
|
|
4641
4600
|
|
|
4642
4601
|
.p-progress-spinner-svg {
|
|
@@ -4698,6 +4657,47 @@ input.p-dropdown-label {
|
|
|
4698
4657
|
}
|
|
4699
4658
|
}
|
|
4700
4659
|
|
|
4660
|
+
.p-radiobutton {
|
|
4661
|
+
display: inline-flex;
|
|
4662
|
+
cursor: pointer;
|
|
4663
|
+
user-select: none;
|
|
4664
|
+
vertical-align: bottom;
|
|
4665
|
+
}
|
|
4666
|
+
|
|
4667
|
+
.p-radiobutton-box {
|
|
4668
|
+
display: flex;
|
|
4669
|
+
justify-content: center;
|
|
4670
|
+
align-items: center;
|
|
4671
|
+
}
|
|
4672
|
+
|
|
4673
|
+
.p-radiobutton-icon {
|
|
4674
|
+
-webkit-backface-visibility: hidden;
|
|
4675
|
+
backface-visibility: hidden;
|
|
4676
|
+
transform: translateZ(0) scale(.1);
|
|
4677
|
+
border-radius: 50%;
|
|
4678
|
+
visibility: hidden;
|
|
4679
|
+
}
|
|
4680
|
+
|
|
4681
|
+
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
|
|
4682
|
+
transform: translateZ(0) scale(1.0, 1.0);
|
|
4683
|
+
visibility: visible;
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
.p-rating {
|
|
4687
|
+
display: flex;
|
|
4688
|
+
align-items: center;
|
|
4689
|
+
}
|
|
4690
|
+
|
|
4691
|
+
.p-rating-item {
|
|
4692
|
+
display: inline-flex;
|
|
4693
|
+
align-items: center;
|
|
4694
|
+
cursor: pointer;
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
.p-rating.p-readonly .p-rating-item {
|
|
4698
|
+
cursor: default;
|
|
4699
|
+
}
|
|
4700
|
+
|
|
4701
4701
|
.p-ripple {
|
|
4702
4702
|
overflow: hidden;
|
|
4703
4703
|
position: relative;
|
|
@@ -4726,45 +4726,6 @@ input.p-dropdown-label {
|
|
|
4726
4726
|
}
|
|
4727
4727
|
}
|
|
4728
4728
|
|
|
4729
|
-
.p-scrolltop {
|
|
4730
|
-
position: fixed;
|
|
4731
|
-
bottom: 20px;
|
|
4732
|
-
right: 20px;
|
|
4733
|
-
display: flex;
|
|
4734
|
-
align-items: center;
|
|
4735
|
-
justify-content: center;
|
|
4736
|
-
}
|
|
4737
|
-
|
|
4738
|
-
.p-scrolltop-sticky {
|
|
4739
|
-
position: sticky;
|
|
4740
|
-
}
|
|
4741
|
-
|
|
4742
|
-
.p-scrolltop-sticky.p-link {
|
|
4743
|
-
margin-left: auto;
|
|
4744
|
-
}
|
|
4745
|
-
|
|
4746
|
-
.p-scrolltop-helper {
|
|
4747
|
-
display: none !important;
|
|
4748
|
-
}
|
|
4749
|
-
|
|
4750
|
-
.p-scrolltop-enter {
|
|
4751
|
-
opacity: 0;
|
|
4752
|
-
}
|
|
4753
|
-
|
|
4754
|
-
.p-scrolltop-enter-active {
|
|
4755
|
-
opacity: 1;
|
|
4756
|
-
transition: opacity .15s;
|
|
4757
|
-
}
|
|
4758
|
-
|
|
4759
|
-
.p-scrolltop-exit {
|
|
4760
|
-
opacity: 1;
|
|
4761
|
-
}
|
|
4762
|
-
|
|
4763
|
-
.p-scrolltop-exit-active {
|
|
4764
|
-
opacity: 0;
|
|
4765
|
-
transition: opacity .15s;
|
|
4766
|
-
}
|
|
4767
|
-
|
|
4768
4729
|
.p-scrollpanel-wrapper {
|
|
4769
4730
|
overflow: hidden;
|
|
4770
4731
|
width: 100%;
|
|
@@ -4816,39 +4777,45 @@ input.p-dropdown-label {
|
|
|
4816
4777
|
user-select: none;
|
|
4817
4778
|
}
|
|
4818
4779
|
|
|
4819
|
-
.p-
|
|
4820
|
-
position:
|
|
4821
|
-
|
|
4780
|
+
.p-scrolltop {
|
|
4781
|
+
position: fixed;
|
|
4782
|
+
bottom: 20px;
|
|
4783
|
+
right: 20px;
|
|
4784
|
+
display: flex;
|
|
4785
|
+
align-items: center;
|
|
4786
|
+
justify-content: center;
|
|
4822
4787
|
}
|
|
4823
4788
|
|
|
4824
|
-
.p-
|
|
4825
|
-
|
|
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;
|
|
4789
|
+
.p-scrolltop-sticky {
|
|
4790
|
+
position: sticky;
|
|
4834
4791
|
}
|
|
4835
4792
|
|
|
4836
|
-
.p-
|
|
4837
|
-
|
|
4793
|
+
.p-scrolltop-sticky.p-link {
|
|
4794
|
+
margin-left: auto;
|
|
4838
4795
|
}
|
|
4839
4796
|
|
|
4840
|
-
.p-
|
|
4841
|
-
|
|
4797
|
+
.p-scrolltop-helper {
|
|
4798
|
+
display: none !important;
|
|
4842
4799
|
}
|
|
4843
4800
|
|
|
4844
|
-
|
|
4845
|
-
|
|
4846
|
-
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4801
|
+
.p-scrolltop-enter {
|
|
4802
|
+
opacity: 0;
|
|
4803
|
+
}
|
|
4804
|
+
|
|
4805
|
+
.p-scrolltop-enter-active {
|
|
4806
|
+
opacity: 1;
|
|
4807
|
+
transition: opacity .15s;
|
|
4808
|
+
}
|
|
4809
|
+
|
|
4810
|
+
.p-scrolltop-exit {
|
|
4811
|
+
opacity: 1;
|
|
4812
|
+
}
|
|
4813
|
+
|
|
4814
|
+
.p-scrolltop-exit-active {
|
|
4815
|
+
opacity: 0;
|
|
4816
|
+
transition: opacity .15s;
|
|
4851
4817
|
}
|
|
4818
|
+
|
|
4852
4819
|
.p-sidebar-mask {
|
|
4853
4820
|
position: fixed;
|
|
4854
4821
|
top: 0;
|
|
@@ -5068,6 +5035,39 @@ input.p-dropdown-label {
|
|
|
5068
5035
|
}
|
|
5069
5036
|
}
|
|
5070
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
5071
|
.p-slidemenu {
|
|
5072
5072
|
width: 12.5em;
|
|
5073
5073
|
}
|
|
@@ -5157,6 +5157,51 @@ input.p-dropdown-label {
|
|
|
5157
5157
|
display: block;
|
|
5158
5158
|
}
|
|
5159
5159
|
|
|
5160
|
+
.p-slider {
|
|
5161
|
+
position: relative;
|
|
5162
|
+
}
|
|
5163
|
+
|
|
5164
|
+
.p-slider .p-slider-handle {
|
|
5165
|
+
position: absolute;
|
|
5166
|
+
cursor: grab;
|
|
5167
|
+
touch-action: none;
|
|
5168
|
+
display: block;
|
|
5169
|
+
z-index: 1;
|
|
5170
|
+
}
|
|
5171
|
+
|
|
5172
|
+
.p-slider .p-slider-handle.p-slider-handle-active {
|
|
5173
|
+
z-index: 2;
|
|
5174
|
+
}
|
|
5175
|
+
|
|
5176
|
+
.p-slider-range {
|
|
5177
|
+
position: absolute;
|
|
5178
|
+
display: block;
|
|
5179
|
+
}
|
|
5180
|
+
|
|
5181
|
+
.p-slider-horizontal .p-slider-range {
|
|
5182
|
+
top: 0;
|
|
5183
|
+
left: 0;
|
|
5184
|
+
height: 100%;
|
|
5185
|
+
}
|
|
5186
|
+
|
|
5187
|
+
.p-slider-horizontal .p-slider-handle {
|
|
5188
|
+
top: 50%;
|
|
5189
|
+
}
|
|
5190
|
+
|
|
5191
|
+
.p-slider-vertical {
|
|
5192
|
+
height: 100px;
|
|
5193
|
+
}
|
|
5194
|
+
|
|
5195
|
+
.p-slider-vertical .p-slider-handle {
|
|
5196
|
+
left: 50%;
|
|
5197
|
+
}
|
|
5198
|
+
|
|
5199
|
+
.p-slider-vertical .p-slider-range {
|
|
5200
|
+
bottom: 0;
|
|
5201
|
+
left: 0;
|
|
5202
|
+
width: 100%;
|
|
5203
|
+
}
|
|
5204
|
+
|
|
5160
5205
|
.p-speeddial {
|
|
5161
5206
|
position: absolute;
|
|
5162
5207
|
display: flex;
|
|
@@ -5268,51 +5313,6 @@ input.p-dropdown-label {
|
|
|
5268
5313
|
flex-direction: row;
|
|
5269
5314
|
}
|
|
5270
5315
|
|
|
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;
|
|
5290
|
-
}
|
|
5291
|
-
|
|
5292
|
-
.p-slider-horizontal .p-slider-range {
|
|
5293
|
-
top: 0;
|
|
5294
|
-
left: 0;
|
|
5295
|
-
height: 100%;
|
|
5296
|
-
}
|
|
5297
|
-
|
|
5298
|
-
.p-slider-horizontal .p-slider-handle {
|
|
5299
|
-
top: 50%;
|
|
5300
|
-
}
|
|
5301
|
-
|
|
5302
|
-
.p-slider-vertical {
|
|
5303
|
-
height: 100px;
|
|
5304
|
-
}
|
|
5305
|
-
|
|
5306
|
-
.p-slider-vertical .p-slider-handle {
|
|
5307
|
-
left: 50%;
|
|
5308
|
-
}
|
|
5309
|
-
|
|
5310
|
-
.p-slider-vertical .p-slider-range {
|
|
5311
|
-
bottom: 0;
|
|
5312
|
-
left: 0;
|
|
5313
|
-
width: 100%;
|
|
5314
|
-
}
|
|
5315
|
-
|
|
5316
5316
|
.p-splitbutton {
|
|
5317
5317
|
display: inline-flex;
|
|
5318
5318
|
position: relative;
|
|
@@ -5452,6 +5452,46 @@ input.p-dropdown-label {
|
|
|
5452
5452
|
display: block;
|
|
5453
5453
|
}
|
|
5454
5454
|
|
|
5455
|
+
.p-tabmenu {
|
|
5456
|
+
overflow-x: auto;
|
|
5457
|
+
}
|
|
5458
|
+
|
|
5459
|
+
.p-tabmenu-nav {
|
|
5460
|
+
display: flex;
|
|
5461
|
+
margin: 0;
|
|
5462
|
+
padding: 0;
|
|
5463
|
+
list-style-type: none;
|
|
5464
|
+
flex-wrap: nowrap;
|
|
5465
|
+
}
|
|
5466
|
+
|
|
5467
|
+
.p-tabmenu-nav a {
|
|
5468
|
+
cursor: pointer;
|
|
5469
|
+
user-select: none;
|
|
5470
|
+
display: flex;
|
|
5471
|
+
align-items: center;
|
|
5472
|
+
position: relative;
|
|
5473
|
+
text-decoration: none;
|
|
5474
|
+
text-decoration: none;
|
|
5475
|
+
overflow: hidden;
|
|
5476
|
+
}
|
|
5477
|
+
|
|
5478
|
+
.p-tabmenu-nav a:focus {
|
|
5479
|
+
z-index: 1;
|
|
5480
|
+
}
|
|
5481
|
+
|
|
5482
|
+
.p-tabmenu-nav .p-menuitem-text {
|
|
5483
|
+
line-height: 1;
|
|
5484
|
+
}
|
|
5485
|
+
|
|
5486
|
+
.p-tabmenu-ink-bar {
|
|
5487
|
+
display: none;
|
|
5488
|
+
z-index: 1;
|
|
5489
|
+
}
|
|
5490
|
+
|
|
5491
|
+
.p-tabmenu::-webkit-scrollbar {
|
|
5492
|
+
display: none;
|
|
5493
|
+
}
|
|
5494
|
+
|
|
5455
5495
|
.p-tabview-nav-container {
|
|
5456
5496
|
position: relative;
|
|
5457
5497
|
}
|
|
@@ -5527,46 +5567,21 @@ input.p-dropdown-label {
|
|
|
5527
5567
|
display: none;
|
|
5528
5568
|
}
|
|
5529
5569
|
|
|
5530
|
-
.p-
|
|
5531
|
-
|
|
5532
|
-
}
|
|
5533
|
-
|
|
5534
|
-
.p-tabmenu-nav {
|
|
5535
|
-
display: flex;
|
|
5536
|
-
margin: 0;
|
|
5537
|
-
padding: 0;
|
|
5538
|
-
list-style-type: none;
|
|
5539
|
-
flex-wrap: nowrap;
|
|
5540
|
-
}
|
|
5541
|
-
|
|
5542
|
-
.p-tabmenu-nav a {
|
|
5543
|
-
cursor: pointer;
|
|
5544
|
-
user-select: none;
|
|
5545
|
-
display: flex;
|
|
5570
|
+
.p-tag {
|
|
5571
|
+
display: inline-flex;
|
|
5546
5572
|
align-items: center;
|
|
5547
|
-
|
|
5548
|
-
text-decoration: none;
|
|
5549
|
-
text-decoration: none;
|
|
5550
|
-
overflow: hidden;
|
|
5551
|
-
}
|
|
5552
|
-
|
|
5553
|
-
.p-tabmenu-nav a:focus {
|
|
5554
|
-
z-index: 1;
|
|
5555
|
-
}
|
|
5556
|
-
|
|
5557
|
-
.p-tabmenu-nav .p-menuitem-text {
|
|
5558
|
-
line-height: 1;
|
|
5573
|
+
justify-content: center;
|
|
5559
5574
|
}
|
|
5560
5575
|
|
|
5561
|
-
.p-
|
|
5562
|
-
|
|
5563
|
-
|
|
5576
|
+
.p-tag-icon,
|
|
5577
|
+
.p-tag-value,
|
|
5578
|
+
.p-tag-icon.pi {
|
|
5579
|
+
line-height: 1.5;
|
|
5564
5580
|
}
|
|
5565
5581
|
|
|
5566
|
-
.p-
|
|
5567
|
-
|
|
5582
|
+
.p-tag.p-tag-rounded {
|
|
5583
|
+
border-radius: 10rem;
|
|
5568
5584
|
}
|
|
5569
|
-
|
|
5570
5585
|
.p-terminal {
|
|
5571
5586
|
height: 18rem;
|
|
5572
5587
|
overflow: auto;
|
|
@@ -5590,21 +5605,6 @@ input.p-dropdown-label {
|
|
|
5590
5605
|
display: none;
|
|
5591
5606
|
}
|
|
5592
5607
|
|
|
5593
|
-
.p-tag {
|
|
5594
|
-
display: inline-flex;
|
|
5595
|
-
align-items: center;
|
|
5596
|
-
justify-content: center;
|
|
5597
|
-
}
|
|
5598
|
-
|
|
5599
|
-
.p-tag-icon,
|
|
5600
|
-
.p-tag-value,
|
|
5601
|
-
.p-tag-icon.pi {
|
|
5602
|
-
line-height: 1.5;
|
|
5603
|
-
}
|
|
5604
|
-
|
|
5605
|
-
.p-tag.p-tag-rounded {
|
|
5606
|
-
border-radius: 10rem;
|
|
5607
|
-
}
|
|
5608
5608
|
.p-tieredmenu-overlay {
|
|
5609
5609
|
position: absolute;
|
|
5610
5610
|
}
|