primeng 7.1.0-rc.1 → 7.1.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/CHANGELOG.md +137 -1
- package/components/accordion/accordion.js +1 -1
- package/components/accordion/accordion.js.map +1 -1
- package/components/accordion/accordion.metadata.json +1 -1
- package/components/autocomplete/autocomplete.d.ts +2 -2
- package/components/autocomplete/autocomplete.js +6 -4
- package/components/autocomplete/autocomplete.js.map +1 -1
- package/components/autocomplete/autocomplete.metadata.json +1 -1
- package/components/calendar/calendar.d.ts +11 -4
- package/components/calendar/calendar.js +84 -31
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.metadata.json +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +6 -1
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/checkbox.metadata.json +1 -1
- package/components/common/confirmation.d.ts +1 -1
- package/components/confirmdialog/confirmdialog.js +4 -4
- package/components/confirmdialog/confirmdialog.js.map +1 -1
- package/components/confirmdialog/confirmdialog.metadata.json +1 -1
- package/components/contextmenu/contextmenu.js +3 -3
- package/components/contextmenu/contextmenu.js.map +1 -1
- package/components/contextmenu/contextmenu.metadata.json +1 -1
- package/components/dataview/dataview.d.ts +2 -0
- package/components/dataview/dataview.js +13 -2
- package/components/dataview/dataview.js.map +1 -1
- package/components/dataview/dataview.metadata.json +1 -1
- package/components/dialog/dialog.d.ts +6 -0
- package/components/dialog/dialog.js +65 -4
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/dialog.metadata.json +1 -1
- package/components/dom/domhandler.d.ts +1 -1
- package/components/dom/domhandler.js +22 -13
- package/components/dom/domhandler.js.map +1 -1
- package/components/dom/domhandler.metadata.json +1 -1
- package/components/dropdown/dropdown.d.ts +3 -3
- package/components/dropdown/dropdown.js +19 -9
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/dropdown.metadata.json +1 -1
- package/components/dynamicdialog/dynamicdialog.js +3 -3
- package/components/dynamicdialog/dynamicdialog.js.map +1 -1
- package/components/dynamicdialog/dynamicdialog.metadata.json +1 -1
- package/components/fullcalendar/fullcalendar.js +2 -2
- package/components/fullcalendar/fullcalendar.js.map +1 -1
- package/components/galleria/galleria.js +3 -1
- package/components/galleria/galleria.js.map +1 -1
- package/components/galleria/galleria.metadata.json +1 -1
- package/components/gmap/gmap.d.ts +1 -0
- package/components/gmap/gmap.js +14 -0
- package/components/gmap/gmap.js.map +1 -1
- package/components/gmap/gmap.metadata.json +1 -1
- package/components/inputmask/inputmask.d.ts +1 -1
- package/components/inputmask/inputmask.js +2 -2
- package/components/inputmask/inputmask.js.map +1 -1
- package/components/inputtextarea/inputtextarea.js +0 -1
- package/components/inputtextarea/inputtextarea.js.map +1 -1
- package/components/inputtextarea/inputtextarea.metadata.json +1 -1
- package/components/listbox/listbox.d.ts +1 -0
- package/components/listbox/listbox.js +9 -0
- package/components/listbox/listbox.js.map +1 -1
- package/components/listbox/listbox.metadata.json +1 -1
- package/components/menu/menu.js +1 -1
- package/components/menu/menu.js.map +1 -1
- package/components/menu/menu.metadata.json +1 -1
- package/components/menubar/menubar.js +2 -2
- package/components/menubar/menubar.js.map +1 -1
- package/components/multiselect/multiselect.d.ts +1 -0
- package/components/multiselect/multiselect.js +14 -7
- package/components/multiselect/multiselect.js.map +1 -1
- package/components/multiselect/multiselect.metadata.json +1 -1
- package/components/orderlist/orderlist.js +1 -1
- package/components/orderlist/orderlist.js.map +1 -1
- package/components/paginator/paginator.d.ts +7 -1
- package/components/paginator/paginator.js +30 -3
- package/components/paginator/paginator.js.map +1 -1
- package/components/paginator/paginator.metadata.json +1 -1
- package/components/panelmenu/panelmenu.d.ts +5 -0
- package/components/panelmenu/panelmenu.js +11 -7
- package/components/panelmenu/panelmenu.js.map +1 -1
- package/components/panelmenu/panelmenu.metadata.json +1 -1
- package/components/picklist/picklist.js +1 -1
- package/components/picklist/picklist.js.map +1 -1
- package/components/radiobutton/radiobutton.d.ts +5 -3
- package/components/radiobutton/radiobutton.js +19 -7
- package/components/radiobutton/radiobutton.js.map +1 -1
- package/components/radiobutton/radiobutton.metadata.json +1 -1
- package/components/slider/slider.js +9 -0
- package/components/slider/slider.js.map +1 -1
- package/components/slider/slider.metadata.json +1 -1
- package/components/spinner/spinner.d.ts +4 -4
- package/components/spinner/spinner.js +23 -14
- package/components/spinner/spinner.js.map +1 -1
- package/components/spinner/spinner.metadata.json +1 -1
- package/components/table/table.d.ts +15 -4
- package/components/table/table.js +126 -40
- package/components/table/table.js.map +1 -1
- package/components/table/table.metadata.json +1 -1
- package/components/tieredmenu/tieredmenu.d.ts +3 -2
- package/components/tieredmenu/tieredmenu.js +4 -2
- package/components/tieredmenu/tieredmenu.js.map +1 -1
- package/components/tieredmenu/tieredmenu.metadata.json +1 -1
- package/components/tree/tree.js +8 -2
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.metadata.json +1 -1
- package/components/treetable/treetable.d.ts +18 -1
- package/components/treetable/treetable.js +128 -8
- package/components/treetable/treetable.js.map +1 -1
- package/components/treetable/treetable.metadata.json +1 -1
- package/package.json +28 -25
- package/resources/components/calendar/calendar.css +1 -0
- package/resources/components/dialog/dialog.css +2 -4
- package/resources/components/dropdown/dropdown.css +1 -0
- package/resources/components/fileupload/fileupload.css +1 -0
- package/resources/components/galleria/galleria.css +1 -2
- package/resources/components/radiobutton/radiobutton.css +1 -1
- package/resources/primeng.css +562 -562
- package/resources/primeng.min.css +1 -1
- package/resources/themes/luna-amber/theme.css +77 -8
- package/resources/themes/luna-blue/theme.css +77 -8
- package/resources/themes/luna-green/theme.css +77 -8
- package/resources/themes/luna-pink/theme.css +77 -8
- package/resources/themes/nova-colored/theme.css +77 -8
- package/resources/themes/nova-dark/theme.css +77 -8
- package/resources/themes/nova-light/theme.css +77 -8
- package/resources/themes/rhea/theme.css +77 -8
package/resources/primeng.css
CHANGED
@@ -188,6 +188,55 @@ button {
|
|
188
188
|
-webkit-border-radius: 0;
|
189
189
|
border-radius: 0;
|
190
190
|
}
|
191
|
+
.ui-accordion {
|
192
|
+
width: 100%;
|
193
|
+
}
|
194
|
+
|
195
|
+
.ui-accordion .ui-accordion-header {
|
196
|
+
cursor: pointer;
|
197
|
+
position: relative;
|
198
|
+
margin-top: 1px;
|
199
|
+
zoom: 1;
|
200
|
+
}
|
201
|
+
|
202
|
+
.ui-accordion .ui-accordion-header a {
|
203
|
+
display: block;
|
204
|
+
padding: .5em;
|
205
|
+
}
|
206
|
+
|
207
|
+
.ui-accordion .ui-accordion-toggle-icon,
|
208
|
+
.ui-accordion .ui-accordion-header-text {
|
209
|
+
vertical-align: middle;
|
210
|
+
}
|
211
|
+
|
212
|
+
.ui-accordion .ui-accordion-content {
|
213
|
+
padding: 1em;
|
214
|
+
border-top: 0;
|
215
|
+
overflow: visible;
|
216
|
+
zoom: 1;
|
217
|
+
}
|
218
|
+
|
219
|
+
.ui-accordion .ui-accordion-header.ui-state-disabled,
|
220
|
+
.ui-accordion .ui-accordion-header.ui-state-disabled a {
|
221
|
+
cursor: default;
|
222
|
+
}
|
223
|
+
|
224
|
+
.ui-accordion-content-wrapper-overflown {
|
225
|
+
overflow: hidden;
|
226
|
+
}
|
227
|
+
|
228
|
+
.ui-rtl .ui-accordion .ui-accordion-header a {
|
229
|
+
padding: .5em 2em .5em .5em;
|
230
|
+
}
|
231
|
+
|
232
|
+
.ui-rtl .ui-accordion .ui-accordion-toggle-icon {
|
233
|
+
left: initial;
|
234
|
+
right: .5em;
|
235
|
+
}
|
236
|
+
|
237
|
+
.ui-rtl .ui-accordion .ui-accordion-toggle-icon.pi-caret-right:before {
|
238
|
+
content: '\e904';
|
239
|
+
}
|
191
240
|
.ui-autocomplete {
|
192
241
|
width: auto;
|
193
242
|
zoom: 1;
|
@@ -352,55 +401,6 @@ button {
|
|
352
401
|
width: 2em;
|
353
402
|
}
|
354
403
|
|
355
|
-
.ui-accordion {
|
356
|
-
width: 100%;
|
357
|
-
}
|
358
|
-
|
359
|
-
.ui-accordion .ui-accordion-header {
|
360
|
-
cursor: pointer;
|
361
|
-
position: relative;
|
362
|
-
margin-top: 1px;
|
363
|
-
zoom: 1;
|
364
|
-
}
|
365
|
-
|
366
|
-
.ui-accordion .ui-accordion-header a {
|
367
|
-
display: block;
|
368
|
-
padding: .5em;
|
369
|
-
}
|
370
|
-
|
371
|
-
.ui-accordion .ui-accordion-toggle-icon,
|
372
|
-
.ui-accordion .ui-accordion-header-text {
|
373
|
-
vertical-align: middle;
|
374
|
-
}
|
375
|
-
|
376
|
-
.ui-accordion .ui-accordion-content {
|
377
|
-
padding: 1em;
|
378
|
-
border-top: 0;
|
379
|
-
overflow: visible;
|
380
|
-
zoom: 1;
|
381
|
-
}
|
382
|
-
|
383
|
-
.ui-accordion .ui-accordion-header.ui-state-disabled,
|
384
|
-
.ui-accordion .ui-accordion-header.ui-state-disabled a {
|
385
|
-
cursor: default;
|
386
|
-
}
|
387
|
-
|
388
|
-
.ui-accordion-content-wrapper-overflown {
|
389
|
-
overflow: hidden;
|
390
|
-
}
|
391
|
-
|
392
|
-
.ui-rtl .ui-accordion .ui-accordion-header a {
|
393
|
-
padding: .5em 2em .5em .5em;
|
394
|
-
}
|
395
|
-
|
396
|
-
.ui-rtl .ui-accordion .ui-accordion-toggle-icon {
|
397
|
-
left: initial;
|
398
|
-
right: .5em;
|
399
|
-
}
|
400
|
-
|
401
|
-
.ui-rtl .ui-accordion .ui-accordion-toggle-icon.pi-caret-right:before {
|
402
|
-
content: '\e904';
|
403
|
-
}
|
404
404
|
.ui-blockui {
|
405
405
|
position: absolute;
|
406
406
|
top: 0;
|
@@ -726,6 +726,7 @@ button.ui-button::-moz-focus-inner {
|
|
726
726
|
display: inline-block;
|
727
727
|
text-align: center;
|
728
728
|
padding: .5em;
|
729
|
+
cursor: pointer;
|
729
730
|
}
|
730
731
|
|
731
732
|
.ui-datepicker-monthpicker select.ui-datepicker-year {
|
@@ -1240,34 +1241,6 @@ input[type=text]::-ms-clear {
|
|
1240
1241
|
border-top: 0 none;
|
1241
1242
|
}
|
1242
1243
|
|
1243
|
-
.ui-datascroller {
|
1244
|
-
}
|
1245
|
-
|
1246
|
-
.ui-datascroller .ui-datascroller-header {
|
1247
|
-
text-align: center;
|
1248
|
-
padding: .5em .75em;
|
1249
|
-
border-bottom: 0 none;
|
1250
|
-
}
|
1251
|
-
|
1252
|
-
.ui-datascroller .ui-datascroller-footer {
|
1253
|
-
text-align: center;
|
1254
|
-
padding: .25em .625em;
|
1255
|
-
border-top: 0px none;
|
1256
|
-
}
|
1257
|
-
|
1258
|
-
.ui-datascroller .ui-datascroller-content {
|
1259
|
-
padding: .25em .625em;
|
1260
|
-
}
|
1261
|
-
|
1262
|
-
.ui-datascroller-inline .ui-datascroller-content {
|
1263
|
-
overflow: auto;
|
1264
|
-
}
|
1265
|
-
|
1266
|
-
.ui-datascroller .ui-datascroller-list {
|
1267
|
-
list-style-type: none;
|
1268
|
-
margin: 0;
|
1269
|
-
padding: 0;
|
1270
|
-
}
|
1271
1244
|
.ui-datatable {
|
1272
1245
|
position: relative;
|
1273
1246
|
}
|
@@ -1638,6 +1611,34 @@ input[type=text]::-ms-clear {
|
|
1638
1611
|
display: block;
|
1639
1612
|
}
|
1640
1613
|
}
|
1614
|
+
.ui-datascroller {
|
1615
|
+
}
|
1616
|
+
|
1617
|
+
.ui-datascroller .ui-datascroller-header {
|
1618
|
+
text-align: center;
|
1619
|
+
padding: .5em .75em;
|
1620
|
+
border-bottom: 0 none;
|
1621
|
+
}
|
1622
|
+
|
1623
|
+
.ui-datascroller .ui-datascroller-footer {
|
1624
|
+
text-align: center;
|
1625
|
+
padding: .25em .625em;
|
1626
|
+
border-top: 0px none;
|
1627
|
+
}
|
1628
|
+
|
1629
|
+
.ui-datascroller .ui-datascroller-content {
|
1630
|
+
padding: .25em .625em;
|
1631
|
+
}
|
1632
|
+
|
1633
|
+
.ui-datascroller-inline .ui-datascroller-content {
|
1634
|
+
overflow: auto;
|
1635
|
+
}
|
1636
|
+
|
1637
|
+
.ui-datascroller .ui-datascroller-list {
|
1638
|
+
list-style-type: none;
|
1639
|
+
margin: 0;
|
1640
|
+
padding: 0;
|
1641
|
+
}
|
1641
1642
|
.ui-dataview {
|
1642
1643
|
position: relative;
|
1643
1644
|
}
|
@@ -1787,11 +1788,9 @@ input[type=text]::-ms-clear {
|
|
1787
1788
|
}
|
1788
1789
|
.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-icon {
|
1789
1790
|
font-size: 1.5em;
|
1790
|
-
vertical-align: middle;
|
1791
1791
|
margin-right: .5em;
|
1792
|
-
|
1793
|
-
|
1794
|
-
vertical-align: middle;
|
1792
|
+
position: relative;
|
1793
|
+
top: .2em;
|
1795
1794
|
}
|
1796
1795
|
|
1797
1796
|
.ui-dialog-footer .ui-button {
|
@@ -1943,8 +1942,38 @@ input[type=text]::-ms-clear {
|
|
1943
1942
|
/** Dropdown **/
|
1944
1943
|
.ui-fluid .ui-dropdown {
|
1945
1944
|
width: 100%;
|
1945
|
+
min-width: 100%;
|
1946
1946
|
}
|
1947
1947
|
|
1948
|
+
.ui-fieldset,
|
1949
|
+
.ui-fieldset .ui-fieldset-legend {
|
1950
|
+
padding: 0.5em 1em;
|
1951
|
+
}
|
1952
|
+
|
1953
|
+
.ui-fieldset-toggleable .ui-fieldset-legend {
|
1954
|
+
padding: 0;
|
1955
|
+
}
|
1956
|
+
|
1957
|
+
.ui-fieldset-toggleable .ui-fieldset-legend a {
|
1958
|
+
padding: 0.5em 1em;
|
1959
|
+
cursor:pointer;
|
1960
|
+
white-space: nowrap;
|
1961
|
+
display: block;
|
1962
|
+
}
|
1963
|
+
|
1964
|
+
.ui-fieldset .ui-fieldset-toggler {
|
1965
|
+
margin-right: .1em;
|
1966
|
+
display: inline-block;
|
1967
|
+
vertical-align: middle;
|
1968
|
+
}
|
1969
|
+
|
1970
|
+
.ui-fieldset .ui-fieldset-legend-text {
|
1971
|
+
vertical-align: middle;
|
1972
|
+
}
|
1973
|
+
|
1974
|
+
.ui-fieldset .ui-fieldset-content-wrapper-overflown {
|
1975
|
+
overflow: hidden;
|
1976
|
+
}
|
1948
1977
|
/*
|
1949
1978
|
* FileUpload
|
1950
1979
|
*/
|
@@ -2024,6 +2053,7 @@ input[type=text]::-ms-clear {
|
|
2024
2053
|
filter: alpha(opacity=0);
|
2025
2054
|
direction: ltr;
|
2026
2055
|
cursor: pointer;
|
2056
|
+
z-index: 1;
|
2027
2057
|
}
|
2028
2058
|
|
2029
2059
|
.ui-fileupload-choose.ui-fileupload-choose-selected input[type=file] {
|
@@ -2058,38 +2088,6 @@ input[type=text]::-ms-clear {
|
|
2058
2088
|
|
2059
2089
|
|
2060
2090
|
|
2061
|
-
.ui-fieldset,
|
2062
|
-
.ui-fieldset .ui-fieldset-legend {
|
2063
|
-
padding: 0.5em 1em;
|
2064
|
-
}
|
2065
|
-
|
2066
|
-
.ui-fieldset-toggleable .ui-fieldset-legend {
|
2067
|
-
padding: 0;
|
2068
|
-
}
|
2069
|
-
|
2070
|
-
.ui-fieldset-toggleable .ui-fieldset-legend a {
|
2071
|
-
padding: 0.5em 1em;
|
2072
|
-
cursor:pointer;
|
2073
|
-
white-space: nowrap;
|
2074
|
-
display: block;
|
2075
|
-
}
|
2076
|
-
|
2077
|
-
.ui-fieldset .ui-fieldset-toggler {
|
2078
|
-
margin-right: .1em;
|
2079
|
-
display: inline-block;
|
2080
|
-
vertical-align: middle;
|
2081
|
-
}
|
2082
|
-
|
2083
|
-
.ui-fieldset .ui-fieldset-legend-text {
|
2084
|
-
vertical-align: middle;
|
2085
|
-
}
|
2086
|
-
|
2087
|
-
.ui-fieldset .ui-fieldset-content-wrapper-overflown {
|
2088
|
-
overflow: hidden;
|
2089
|
-
}
|
2090
|
-
.ui-fluid .fc .ui-button {
|
2091
|
-
width: auto;
|
2092
|
-
}
|
2093
2091
|
.ui-galleria {
|
2094
2092
|
overflow: hidden;
|
2095
2093
|
visibility: hidden;
|
@@ -2121,7 +2119,6 @@ input[type=text]::-ms-clear {
|
|
2121
2119
|
margin: 0;
|
2122
2120
|
padding: 0;
|
2123
2121
|
width: 2340px;
|
2124
|
-
z-index: 900;
|
2125
2122
|
position: absolute;
|
2126
2123
|
top: 0;
|
2127
2124
|
left: 0;
|
@@ -2145,7 +2142,7 @@ input[type=text]::-ms-clear {
|
|
2145
2142
|
.ui-galleria .ui-galleria-nav-next, .ui-galleria .ui-galleria-nav-prev {
|
2146
2143
|
cursor: pointer;
|
2147
2144
|
position: absolute;
|
2148
|
-
z-index:
|
2145
|
+
z-index: 1;
|
2149
2146
|
}
|
2150
2147
|
|
2151
2148
|
.ui-galleria .ui-galleria-nav-prev {
|
@@ -2173,6 +2170,9 @@ input[type=text]::-ms-clear {
|
|
2173
2170
|
padding: 1em 1.4em;
|
2174
2171
|
}
|
2175
2172
|
|
2173
|
+
.ui-fluid .fc .ui-button {
|
2174
|
+
width: auto;
|
2175
|
+
}
|
2176
2176
|
/* Deprecated Grid CSS */
|
2177
2177
|
.ui-grid {
|
2178
2178
|
clear: both;
|
@@ -3341,32 +3341,75 @@ input[type=text]::-ms-clear {
|
|
3341
3341
|
.ui-listbox-footer {
|
3342
3342
|
padding: .125em .2em;
|
3343
3343
|
}
|
3344
|
-
.ui-
|
3344
|
+
.ui-menu {
|
3345
|
+
width: 12.5em;
|
3345
3346
|
padding: .25em;
|
3346
3347
|
}
|
3347
3348
|
|
3348
|
-
.ui-
|
3349
|
+
.ui-menu.ui-menu-dynamic {
|
3350
|
+
position: absolute;
|
3351
|
+
}
|
3352
|
+
|
3353
|
+
.ui-menu .ui-menu-separator {
|
3354
|
+
border-width: 1px 0 0 0;
|
3355
|
+
}
|
3356
|
+
|
3357
|
+
.ui-menu ul {
|
3358
|
+
list-style: none;
|
3349
3359
|
margin: 0;
|
3350
3360
|
padding: 0;
|
3351
|
-
list-style: none;
|
3352
3361
|
}
|
3353
3362
|
|
3354
|
-
.ui-
|
3355
|
-
|
3363
|
+
.ui-menu .ui-submenu-header {
|
3364
|
+
padding: .25em .5em;
|
3365
|
+
margin: .125em 0;
|
3356
3366
|
}
|
3357
3367
|
|
3358
|
-
.ui-
|
3368
|
+
.ui-menu .ui-menuitem {
|
3369
|
+
margin: .125em 0;
|
3370
|
+
}
|
3371
|
+
|
3372
|
+
.ui-menu .ui-menuitem-link {
|
3373
|
+
cursor: pointer;
|
3359
3374
|
padding: .25em;
|
3360
3375
|
display: block;
|
3361
3376
|
text-decoration: none;
|
3362
3377
|
}
|
3363
3378
|
|
3364
|
-
.ui-
|
3379
|
+
.ui-menu .ui-menuitem-icon {
|
3365
3380
|
margin-right: .25em;
|
3366
3381
|
vertical-align: middle;
|
3367
3382
|
}
|
3368
3383
|
|
3369
|
-
.ui-
|
3384
|
+
.ui-menu .ui-menuitem-text {
|
3385
|
+
vertical-align: middle;
|
3386
|
+
}
|
3387
|
+
.ui-megamenu {
|
3388
|
+
padding: .25em;
|
3389
|
+
}
|
3390
|
+
|
3391
|
+
.ui-megamenu-root-list {
|
3392
|
+
margin: 0;
|
3393
|
+
padding: 0;
|
3394
|
+
list-style: none;
|
3395
|
+
}
|
3396
|
+
|
3397
|
+
.ui-megamenu-root-list > .ui-menuitem {
|
3398
|
+
position: relative;
|
3399
|
+
}
|
3400
|
+
|
3401
|
+
.ui-megamenu .ui-menuitem-link {
|
3402
|
+
padding: .25em;
|
3403
|
+
display: block;
|
3404
|
+
text-decoration: none;
|
3405
|
+
}
|
3406
|
+
|
3407
|
+
.ui-megamenu .ui-menuitem-icon {
|
3408
|
+
margin-right: .25em;
|
3409
|
+
vertical-align: middle;
|
3410
|
+
}
|
3411
|
+
|
3412
|
+
.ui-megamenu .ui-menuitem-text {
|
3370
3413
|
vertical-align: middle;
|
3371
3414
|
}
|
3372
3415
|
|
@@ -3431,49 +3474,6 @@ input[type=text]::-ms-clear {
|
|
3431
3474
|
-ms-flex-wrap: nowrap;
|
3432
3475
|
flex-wrap: nowrap;
|
3433
3476
|
}
|
3434
|
-
.ui-menu {
|
3435
|
-
width: 12.5em;
|
3436
|
-
padding: .25em;
|
3437
|
-
}
|
3438
|
-
|
3439
|
-
.ui-menu.ui-menu-dynamic {
|
3440
|
-
position: absolute;
|
3441
|
-
}
|
3442
|
-
|
3443
|
-
.ui-menu .ui-menu-separator {
|
3444
|
-
border-width: 1px 0 0 0;
|
3445
|
-
}
|
3446
|
-
|
3447
|
-
.ui-menu ul {
|
3448
|
-
list-style: none;
|
3449
|
-
margin: 0;
|
3450
|
-
padding: 0;
|
3451
|
-
}
|
3452
|
-
|
3453
|
-
.ui-menu .ui-submenu-header {
|
3454
|
-
padding: .25em .5em;
|
3455
|
-
margin: .125em 0;
|
3456
|
-
}
|
3457
|
-
|
3458
|
-
.ui-menu .ui-menuitem {
|
3459
|
-
margin: .125em 0;
|
3460
|
-
}
|
3461
|
-
|
3462
|
-
.ui-menu .ui-menuitem-link {
|
3463
|
-
cursor: pointer;
|
3464
|
-
padding: .25em;
|
3465
|
-
display: block;
|
3466
|
-
text-decoration: none;
|
3467
|
-
}
|
3468
|
-
|
3469
|
-
.ui-menu .ui-menuitem-icon {
|
3470
|
-
margin-right: .25em;
|
3471
|
-
vertical-align: middle;
|
3472
|
-
}
|
3473
|
-
|
3474
|
-
.ui-menu .ui-menuitem-text {
|
3475
|
-
vertical-align: middle;
|
3476
|
-
}
|
3477
3477
|
.ui-menubar {
|
3478
3478
|
padding: .25em;
|
3479
3479
|
}
|
@@ -3581,6 +3581,54 @@ input[type=text]::-ms-clear {
|
|
3581
3581
|
.ui-fluid .ui-message {
|
3582
3582
|
display: block;
|
3583
3583
|
}
|
3584
|
+
.ui-messages {
|
3585
|
+
border: 1px solid;
|
3586
|
+
margin: .5em 0;
|
3587
|
+
padding: 1em 1em 1em .5em;
|
3588
|
+
position: relative;
|
3589
|
+
display: flex;
|
3590
|
+
}
|
3591
|
+
|
3592
|
+
.ui-messages .ui-messages-icon {
|
3593
|
+
display:inline-block;
|
3594
|
+
padding: 0;
|
3595
|
+
vertical-align: middle;
|
3596
|
+
font-size: 2em;
|
3597
|
+
}
|
3598
|
+
|
3599
|
+
.ui-messages .ui-messages-summary {
|
3600
|
+
font-weight: bold;
|
3601
|
+
margin-left: .25em;
|
3602
|
+
}
|
3603
|
+
|
3604
|
+
.ui-messages .ui-messages-detail {
|
3605
|
+
margin-left: .25em;
|
3606
|
+
}
|
3607
|
+
|
3608
|
+
.ui-messages ul {
|
3609
|
+
margin: 0;
|
3610
|
+
padding: 0;
|
3611
|
+
list-style-type: none;
|
3612
|
+
display: inline-block;
|
3613
|
+
vertical-align: middle;
|
3614
|
+
display: flex;
|
3615
|
+
align-items: center;
|
3616
|
+
}
|
3617
|
+
|
3618
|
+
.ui-messages ul > li {
|
3619
|
+
padding: .25em;
|
3620
|
+
}
|
3621
|
+
|
3622
|
+
.ui-messages.ui-messages-noicon ul {
|
3623
|
+
margin: 0 1.5em 0 0;
|
3624
|
+
}
|
3625
|
+
|
3626
|
+
.ui-messages .ui-messages-close {
|
3627
|
+
cursor: pointer;
|
3628
|
+
position: absolute;
|
3629
|
+
top: 5px;
|
3630
|
+
right: 5px;
|
3631
|
+
}
|
3584
3632
|
.ui-multiselect {
|
3585
3633
|
display: inline-block;
|
3586
3634
|
position: relative;
|
@@ -3732,54 +3780,6 @@ input[type=text]::-ms-clear {
|
|
3732
3780
|
}
|
3733
3781
|
|
3734
3782
|
|
3735
|
-
.ui-messages {
|
3736
|
-
border: 1px solid;
|
3737
|
-
margin: .5em 0;
|
3738
|
-
padding: 1em 1em 1em .5em;
|
3739
|
-
position: relative;
|
3740
|
-
display: flex;
|
3741
|
-
}
|
3742
|
-
|
3743
|
-
.ui-messages .ui-messages-icon {
|
3744
|
-
display:inline-block;
|
3745
|
-
padding: 0;
|
3746
|
-
vertical-align: middle;
|
3747
|
-
font-size: 2em;
|
3748
|
-
}
|
3749
|
-
|
3750
|
-
.ui-messages .ui-messages-summary {
|
3751
|
-
font-weight: bold;
|
3752
|
-
margin-left: .25em;
|
3753
|
-
}
|
3754
|
-
|
3755
|
-
.ui-messages .ui-messages-detail {
|
3756
|
-
margin-left: .25em;
|
3757
|
-
}
|
3758
|
-
|
3759
|
-
.ui-messages ul {
|
3760
|
-
margin: 0;
|
3761
|
-
padding: 0;
|
3762
|
-
list-style-type: none;
|
3763
|
-
display: inline-block;
|
3764
|
-
vertical-align: middle;
|
3765
|
-
display: flex;
|
3766
|
-
align-items: center;
|
3767
|
-
}
|
3768
|
-
|
3769
|
-
.ui-messages ul > li {
|
3770
|
-
padding: .25em;
|
3771
|
-
}
|
3772
|
-
|
3773
|
-
.ui-messages.ui-messages-noicon ul {
|
3774
|
-
margin: 0 1.5em 0 0;
|
3775
|
-
}
|
3776
|
-
|
3777
|
-
.ui-messages .ui-messages-close {
|
3778
|
-
cursor: pointer;
|
3779
|
-
position: absolute;
|
3780
|
-
top: 5px;
|
3781
|
-
right: 5px;
|
3782
|
-
}
|
3783
3783
|
.ui-orderlist {
|
3784
3784
|
display: -webkit-box;
|
3785
3785
|
display: -ms-flexbox;
|
@@ -4671,7 +4671,7 @@ input[type=text]::-ms-clear {
|
|
4671
4671
|
margin-left: -.5em;
|
4672
4672
|
}
|
4673
4673
|
|
4674
|
-
.ui-radiobutton
|
4674
|
+
.ui-radiobutton {
|
4675
4675
|
vertical-align: middle;
|
4676
4676
|
}
|
4677
4677
|
.ui-rating {
|
@@ -5122,55 +5122,6 @@ input[type=text]::-ms-clear {
|
|
5122
5122
|
.ui-splitbutton .ui-menuitem-link {
|
5123
5123
|
cursor: pointer;
|
5124
5124
|
}
|
5125
|
-
.ui-steps ul {
|
5126
|
-
list-style-type: none;
|
5127
|
-
padding: 0;
|
5128
|
-
margin: 0;
|
5129
|
-
}
|
5130
|
-
|
5131
|
-
.ui-steps .ui-steps-item {
|
5132
|
-
float: left;
|
5133
|
-
box-sizing: border-box;
|
5134
|
-
cursor: pointer;
|
5135
|
-
}
|
5136
|
-
|
5137
|
-
.ui-steps.ui-steps-readonly .ui-steps-item {
|
5138
|
-
cursor: auto;
|
5139
|
-
}
|
5140
|
-
|
5141
|
-
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5142
|
-
text-decoration: none;
|
5143
|
-
display: block;
|
5144
|
-
padding: 1em;
|
5145
|
-
position: relative;
|
5146
|
-
text-align: center;
|
5147
|
-
}
|
5148
|
-
|
5149
|
-
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link,
|
5150
|
-
.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link {
|
5151
|
-
cursor: default;
|
5152
|
-
}
|
5153
|
-
|
5154
|
-
.ui-steps .ui-steps-number {
|
5155
|
-
font-size: 2em;
|
5156
|
-
display: block;
|
5157
|
-
}
|
5158
|
-
|
5159
|
-
.ui-steps .ui-steps-title {
|
5160
|
-
display: block;
|
5161
|
-
white-space: nowrap;
|
5162
|
-
}
|
5163
|
-
|
5164
|
-
/* Responsive */
|
5165
|
-
@media (max-width: 40em) {
|
5166
|
-
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5167
|
-
padding: 0.5em;
|
5168
|
-
}
|
5169
|
-
|
5170
|
-
.ui-steps .ui-steps-item .ui-steps-title {
|
5171
|
-
display: none;
|
5172
|
-
}
|
5173
|
-
}
|
5174
5125
|
.ui-table {
|
5175
5126
|
position: relative;
|
5176
5127
|
}
|
@@ -5376,36 +5327,85 @@ input[type=text]::-ms-clear {
|
|
5376
5327
|
font-size: 2em;
|
5377
5328
|
}
|
5378
5329
|
|
5379
|
-
|
5380
|
-
|
5330
|
+
.ui-steps ul {
|
5331
|
+
list-style-type: none;
|
5332
|
+
padding: 0;
|
5381
5333
|
margin: 0;
|
5382
|
-
|
5383
|
-
}
|
5334
|
+
}
|
5384
5335
|
|
5385
|
-
.ui-
|
5386
|
-
|
5387
|
-
|
5388
|
-
|
5389
|
-
margin: 0 .2em 1px 0;
|
5390
|
-
padding: 0;
|
5391
|
-
white-space: nowrap;
|
5392
|
-
display: block;
|
5393
|
-
border-bottom: 0;
|
5394
|
-
top: 1px;
|
5336
|
+
.ui-steps .ui-steps-item {
|
5337
|
+
float: left;
|
5338
|
+
box-sizing: border-box;
|
5339
|
+
cursor: pointer;
|
5395
5340
|
}
|
5396
5341
|
|
5397
|
-
.ui-
|
5398
|
-
|
5399
|
-
padding: 0.5em 1em;
|
5400
|
-
text-decoration: none;
|
5342
|
+
.ui-steps.ui-steps-readonly .ui-steps-item {
|
5343
|
+
cursor: auto;
|
5401
5344
|
}
|
5402
5345
|
|
5403
|
-
.ui-
|
5404
|
-
|
5346
|
+
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5347
|
+
text-decoration: none;
|
5348
|
+
display: block;
|
5349
|
+
padding: 1em;
|
5350
|
+
position: relative;
|
5351
|
+
text-align: center;
|
5405
5352
|
}
|
5406
5353
|
|
5407
|
-
.ui-
|
5408
|
-
|
5354
|
+
.ui-steps .ui-steps-item.ui-state-highlight .ui-menuitem-link,
|
5355
|
+
.ui-steps .ui-steps-item.ui-state-disabled .ui-menuitem-link {
|
5356
|
+
cursor: default;
|
5357
|
+
}
|
5358
|
+
|
5359
|
+
.ui-steps .ui-steps-number {
|
5360
|
+
font-size: 2em;
|
5361
|
+
display: block;
|
5362
|
+
}
|
5363
|
+
|
5364
|
+
.ui-steps .ui-steps-title {
|
5365
|
+
display: block;
|
5366
|
+
white-space: nowrap;
|
5367
|
+
}
|
5368
|
+
|
5369
|
+
/* Responsive */
|
5370
|
+
@media (max-width: 40em) {
|
5371
|
+
.ui-steps .ui-steps-item .ui-menuitem-link {
|
5372
|
+
padding: 0.5em;
|
5373
|
+
}
|
5374
|
+
|
5375
|
+
.ui-steps .ui-steps-item .ui-steps-title {
|
5376
|
+
display: none;
|
5377
|
+
}
|
5378
|
+
}
|
5379
|
+
/** TabMenu **/
|
5380
|
+
.ui-tabmenu .ui-tabmenu-nav {
|
5381
|
+
margin: 0;
|
5382
|
+
padding: .25em .5em 0 .25em;
|
5383
|
+
}
|
5384
|
+
|
5385
|
+
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
|
5386
|
+
list-style: none;
|
5387
|
+
float: left;
|
5388
|
+
position: relative;
|
5389
|
+
margin: 0 .2em 1px 0;
|
5390
|
+
padding: 0;
|
5391
|
+
white-space: nowrap;
|
5392
|
+
display: block;
|
5393
|
+
border-bottom: 0;
|
5394
|
+
top: 1px;
|
5395
|
+
}
|
5396
|
+
|
5397
|
+
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
|
5398
|
+
float: left;
|
5399
|
+
padding: 0.5em 1em;
|
5400
|
+
text-decoration: none;
|
5401
|
+
}
|
5402
|
+
|
5403
|
+
.ui-tabmenu .ui-tabmenu-nav a {
|
5404
|
+
padding: 0.5em 1em;
|
5405
|
+
}
|
5406
|
+
|
5407
|
+
.ui-tabmenu .ui-menuitem-icon {
|
5408
|
+
margin-right: .25em;
|
5409
5409
|
vertical-align: middle;
|
5410
5410
|
}
|
5411
5411
|
|
@@ -5557,6 +5557,31 @@ input[type=text]::-ms-clear {
|
|
5557
5557
|
float: right;
|
5558
5558
|
}
|
5559
5559
|
|
5560
|
+
.ui-terminal {
|
5561
|
+
height: 18em;
|
5562
|
+
overflow: auto;
|
5563
|
+
padding: .25em;
|
5564
|
+
}
|
5565
|
+
|
5566
|
+
.ui-terminal-input {
|
5567
|
+
border: 0 none;
|
5568
|
+
background-color: transparent;
|
5569
|
+
color: inherit;
|
5570
|
+
padding: 0;
|
5571
|
+
margin: 0 0 0 .125em;
|
5572
|
+
width: 75%;
|
5573
|
+
outline: none;
|
5574
|
+
vertical-align: baseline;
|
5575
|
+
}
|
5576
|
+
|
5577
|
+
.ui-terminal-command {
|
5578
|
+
margin-left: .125em;
|
5579
|
+
-moz-margin-start: .125em;
|
5580
|
+
}
|
5581
|
+
|
5582
|
+
.ui-terminal-input::-ms-clear {
|
5583
|
+
display: none;
|
5584
|
+
}
|
5560
5585
|
.ui-tieredmenu {
|
5561
5586
|
width: 12.5em;
|
5562
5587
|
padding: .25em;
|
@@ -5615,31 +5640,6 @@ input[type=text]::-ms-clear {
|
|
5615
5640
|
.ui-tieredmenu .ui-menuitem-active > .ui-submenu > .ui-submenu-list {
|
5616
5641
|
display: block;
|
5617
5642
|
}
|
5618
|
-
.ui-terminal {
|
5619
|
-
height: 18em;
|
5620
|
-
overflow: auto;
|
5621
|
-
padding: .25em;
|
5622
|
-
}
|
5623
|
-
|
5624
|
-
.ui-terminal-input {
|
5625
|
-
border: 0 none;
|
5626
|
-
background-color: transparent;
|
5627
|
-
color: inherit;
|
5628
|
-
padding: 0;
|
5629
|
-
margin: 0 0 0 .125em;
|
5630
|
-
width: 75%;
|
5631
|
-
outline: none;
|
5632
|
-
vertical-align: baseline;
|
5633
|
-
}
|
5634
|
-
|
5635
|
-
.ui-terminal-command {
|
5636
|
-
margin-left: .125em;
|
5637
|
-
-moz-margin-start: .125em;
|
5638
|
-
}
|
5639
|
-
|
5640
|
-
.ui-terminal-input::-ms-clear {
|
5641
|
-
display: none;
|
5642
|
-
}
|
5643
5643
|
.ui-toast {
|
5644
5644
|
position: fixed;
|
5645
5645
|
width: 20em;
|
@@ -5800,196 +5800,195 @@ input[type=text]::-ms-clear {
|
|
5800
5800
|
border-width: 0 .25em .25em;
|
5801
5801
|
border-bottom-color: rgb(76, 76, 76);
|
5802
5802
|
}
|
5803
|
-
.ui-
|
5804
|
-
|
5803
|
+
.ui-treetable {
|
5804
|
+
position: relative;
|
5805
5805
|
}
|
5806
5806
|
|
5807
|
-
.ui-
|
5808
|
-
|
5807
|
+
.ui-treetable table {
|
5808
|
+
border-collapse: collapse;
|
5809
|
+
width: 100%;
|
5810
|
+
table-layout: fixed;
|
5809
5811
|
}
|
5810
5812
|
|
5811
|
-
.ui-
|
5812
|
-
|
5813
|
-
|
5814
|
-
|
5815
|
-
padding: .25em;
|
5816
|
-
white-space: nowrap;
|
5813
|
+
.ui-treetable .ui-treetable-thead > tr > th,
|
5814
|
+
.ui-treetable .ui-treetable-tbody > tr > td,
|
5815
|
+
.ui-treetable .ui-treetable-tfoot > tr > td {
|
5816
|
+
padding: .25em .5em;
|
5817
5817
|
}
|
5818
5818
|
|
5819
|
-
.ui-
|
5820
|
-
|
5819
|
+
.ui-treetable .ui-treetable-toggler {
|
5820
|
+
cursor: pointer;
|
5821
|
+
display: inline-block;
|
5822
|
+
height: 1em;
|
5823
|
+
position: relative;
|
5824
|
+
top: 50%;
|
5825
|
+
margin-top: -.5em;
|
5821
5826
|
}
|
5822
5827
|
|
5823
|
-
.ui-
|
5824
|
-
|
5825
|
-
padding: 0 0 0 1em;
|
5828
|
+
.ui-treetable .ui-sortable-column {
|
5829
|
+
cursor: pointer;
|
5826
5830
|
}
|
5827
5831
|
|
5828
|
-
.ui-
|
5829
|
-
|
5830
|
-
background-color: transparent;
|
5831
|
-
background-image: none;
|
5832
|
-
background-position: 0 0;
|
5833
|
-
background-repeat: repeat-y;
|
5834
|
-
list-style: none outside none;
|
5835
|
-
margin: 0;
|
5836
|
-
padding: .125em 0 0 0;
|
5832
|
+
.ui-treetable p-treetablesorticon {
|
5833
|
+
vertical-align: middle;
|
5837
5834
|
}
|
5838
5835
|
|
5839
|
-
.ui-
|
5840
|
-
|
5841
|
-
list-style-type: none;
|
5836
|
+
.ui-treetable-auto-layout > .ui-treetable-wrapper {
|
5837
|
+
overflow-x: auto;
|
5842
5838
|
}
|
5843
5839
|
|
5844
|
-
.ui-
|
5845
|
-
|
5840
|
+
.ui-treetable-auto-layout > .ui-treetable-wrapper > table {
|
5841
|
+
table-layout: auto;
|
5846
5842
|
}
|
5847
5843
|
|
5848
|
-
.ui-
|
5849
|
-
|
5850
|
-
display: inline-block;
|
5844
|
+
.ui-treetable .ui-treetable-chkbox {
|
5845
|
+
margin: 0 .25em;
|
5851
5846
|
vertical-align: middle;
|
5852
5847
|
}
|
5853
5848
|
|
5854
|
-
|
5855
|
-
|
5856
|
-
|
5849
|
+
/* Sections */
|
5850
|
+
.ui-treetable-caption,
|
5851
|
+
.ui-treetable-summary {
|
5852
|
+
padding: .25em .5em;
|
5853
|
+
text-align: center;
|
5854
|
+
font-weight: bold;
|
5857
5855
|
}
|
5858
5856
|
|
5859
|
-
.ui-
|
5860
|
-
|
5861
|
-
padding: 0 .25em;
|
5862
|
-
vertical-align: middle;
|
5857
|
+
.ui-treetable-caption {
|
5858
|
+
border-bottom: 0 none;
|
5863
5859
|
}
|
5864
5860
|
|
5865
|
-
.ui-
|
5866
|
-
|
5867
|
-
font-weight: normal;
|
5868
|
-
border: 0 none;
|
5861
|
+
.ui-treetable-summary {
|
5862
|
+
border-top: 0 none;
|
5869
5863
|
}
|
5870
5864
|
|
5871
|
-
|
5872
|
-
|
5865
|
+
/* Paginator */
|
5866
|
+
.ui-treetable .ui-paginator-top {
|
5867
|
+
border-bottom: 0 none;
|
5873
5868
|
}
|
5874
5869
|
|
5875
|
-
.ui-
|
5876
|
-
|
5870
|
+
.ui-treetable .ui-paginator-bottom {
|
5871
|
+
border-top: 0 none;
|
5877
5872
|
}
|
5878
5873
|
|
5879
|
-
|
5880
|
-
|
5881
|
-
|
5874
|
+
/* Scrollable */
|
5875
|
+
.ui-treetable-scrollable-wrapper {
|
5876
|
+
position: relative;
|
5882
5877
|
}
|
5883
|
-
|
5884
|
-
.ui-
|
5885
|
-
|
5878
|
+
.ui-treetable-scrollable-header,
|
5879
|
+
.ui-treetable-scrollable-footer {
|
5880
|
+
overflow: hidden;
|
5881
|
+
border: 0 none;
|
5886
5882
|
}
|
5887
5883
|
|
5888
|
-
.ui-
|
5889
|
-
|
5890
|
-
|
5891
|
-
padding-right: 1.5em;
|
5884
|
+
.ui-treetable-scrollable-body {
|
5885
|
+
overflow: auto;
|
5886
|
+
position: relative;
|
5892
5887
|
}
|
5893
5888
|
|
5894
|
-
.ui-
|
5895
|
-
|
5896
|
-
margin: 0;
|
5897
|
-
padding: 0.4em;
|
5898
|
-
display: inline-block;
|
5899
|
-
width: 100%;
|
5889
|
+
.ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr:first-child > td {
|
5890
|
+
border-top: 0 none;
|
5900
5891
|
}
|
5901
5892
|
|
5902
|
-
.ui-
|
5893
|
+
.ui-treetable-virtual-table {
|
5903
5894
|
position: absolute;
|
5904
|
-
top: .8em;
|
5905
|
-
right: 1em;
|
5906
5895
|
}
|
5907
5896
|
|
5908
|
-
|
5909
|
-
.ui-
|
5910
|
-
|
5897
|
+
/* Frozen Columns */
|
5898
|
+
.ui-treetable-frozen-view .ui-treetable-scrollable-body {
|
5899
|
+
overflow: hidden;
|
5911
5900
|
}
|
5912
5901
|
|
5913
|
-
|
5914
|
-
|
5915
|
-
width:auto;
|
5916
|
-
padding: .5em 0;
|
5917
|
-
overflow:auto;
|
5902
|
+
.ui-treetable-frozen-view > .ui-treetable-scrollable-body > table > .ui-treetable-tbody > tr > td:last-child {
|
5903
|
+
border-right: 0 none;
|
5918
5904
|
}
|
5919
5905
|
|
5920
|
-
.ui-
|
5921
|
-
|
5922
|
-
|
5923
|
-
border-collapse: collapse;
|
5924
|
-
margin: 0;
|
5925
|
-
padding: 0;
|
5926
|
-
vertical-align: middle;
|
5906
|
+
.ui-treetable-unfrozen-view {
|
5907
|
+
position: absolute;
|
5908
|
+
top: 0px;
|
5927
5909
|
}
|
5928
5910
|
|
5929
|
-
|
5930
|
-
|
5931
|
-
|
5911
|
+
/* Resizable */
|
5912
|
+
.ui-treetable-resizable > .ui-treetable-wrapper {
|
5913
|
+
overflow-x: auto;
|
5932
5914
|
}
|
5933
5915
|
|
5934
|
-
.ui-
|
5935
|
-
|
5936
|
-
|
5937
|
-
|
5938
|
-
|
5939
|
-
.ui-tree.ui-tree-horizontal .ui-tree-node-label {
|
5940
|
-
margin: 0;
|
5941
|
-
}
|
5942
|
-
|
5943
|
-
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
|
5944
|
-
font-weight: normal;
|
5945
|
-
white-space: nowrap;
|
5916
|
+
.ui-treetable-resizable .ui-treetable-thead > tr > th,
|
5917
|
+
.ui-treetable-resizable .ui-treetable-tfoot > tr > td,
|
5918
|
+
.ui-treetable-resizable .ui-treetable-tbody > tr > td {
|
5919
|
+
overflow: hidden;
|
5946
5920
|
}
|
5947
5921
|
|
5948
|
-
.ui-
|
5949
|
-
background:
|
5950
|
-
|
5922
|
+
.ui-treetable-resizable .ui-resizable-column {
|
5923
|
+
background-clip: padding-box;
|
5924
|
+
position: relative;
|
5951
5925
|
}
|
5952
5926
|
|
5953
|
-
.ui-
|
5954
|
-
|
5955
|
-
padding-right: 0;
|
5927
|
+
.ui-treetable-resizable-fit .ui-resizable-column:last-child .ui-column-resizer {
|
5928
|
+
display: none;
|
5956
5929
|
}
|
5957
5930
|
|
5958
|
-
.ui-
|
5959
|
-
|
5931
|
+
.ui-treetable .ui-column-resizer {
|
5932
|
+
display: block;
|
5933
|
+
position: absolute !important;
|
5934
|
+
top: 0;
|
5935
|
+
right: 0;
|
5960
5936
|
margin: 0;
|
5937
|
+
width: .5em;
|
5938
|
+
height: 100%;
|
5939
|
+
padding: 0px;
|
5940
|
+
cursor:col-resize;
|
5941
|
+
border: 1px solid transparent;
|
5961
5942
|
}
|
5962
5943
|
|
5963
|
-
.ui-
|
5944
|
+
.ui-treetable .ui-column-resizer-helper {
|
5964
5945
|
width: 1px;
|
5946
|
+
position: absolute;
|
5947
|
+
z-index: 10;
|
5948
|
+
display: none;
|
5965
5949
|
}
|
5966
5950
|
|
5967
|
-
|
5968
|
-
|
5969
|
-
|
5951
|
+
/* Reorder */
|
5952
|
+
.ui-treetable-reorder-indicator-up,
|
5953
|
+
.ui-treetable-reorder-indicator-down {
|
5954
|
+
position: absolute;
|
5955
|
+
display: none;
|
5970
5956
|
}
|
5971
5957
|
|
5972
|
-
|
5973
|
-
|
5974
|
-
|
5958
|
+
/* Responsive */
|
5959
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td .ui-column-title {
|
5960
|
+
display: none;
|
5975
5961
|
}
|
5976
5962
|
|
5977
|
-
|
5978
|
-
|
5979
|
-
|
5963
|
+
@media screen and (max-width: 40em) {
|
5964
|
+
.ui-treetable-responsive .ui-treetable-thead > tr > th,
|
5965
|
+
.ui-treetable-responsive .ui-treetable-tfoot > tr > td {
|
5966
|
+
display: none !important;
|
5967
|
+
}
|
5980
5968
|
|
5981
|
-
.ui-
|
5982
|
-
|
5983
|
-
|
5984
|
-
|
5969
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td {
|
5970
|
+
text-align: left;
|
5971
|
+
display: block;
|
5972
|
+
border: 0 none;
|
5973
|
+
width: 100% !important;
|
5974
|
+
-webkit-box-sizing: border-box;
|
5975
|
+
-moz-box-sizing: border-box;
|
5976
|
+
box-sizing: border-box;
|
5977
|
+
float: left;
|
5978
|
+
clear: left;
|
5979
|
+
}
|
5985
5980
|
|
5986
|
-
|
5987
|
-
.
|
5988
|
-
|
5989
|
-
|
5981
|
+
.ui-treetable-responsive .ui-treetable-tbody > tr > td .ui-column-title {
|
5982
|
+
padding: .4em;
|
5983
|
+
min-width: 30%;
|
5984
|
+
display: inline-block;
|
5985
|
+
margin: -.4em 1em -.4em -.4em;
|
5986
|
+
font-weight: bold;
|
5987
|
+
}
|
5990
5988
|
}
|
5991
5989
|
|
5992
|
-
|
5990
|
+
/* Loader */
|
5991
|
+
.ui-treetable-loading {
|
5993
5992
|
position: absolute;
|
5994
5993
|
width: 100%;
|
5995
5994
|
height: 100%;
|
@@ -5998,7 +5997,7 @@ input[type=text]::-ms-clear {
|
|
5998
5997
|
z-index: 1;
|
5999
5998
|
}
|
6000
5999
|
|
6001
|
-
.ui-
|
6000
|
+
.ui-treetable-loading-content {
|
6002
6001
|
position: absolute;
|
6003
6002
|
left: 50%;
|
6004
6003
|
top: 50%;
|
@@ -6007,199 +6006,199 @@ input[type=text]::-ms-clear {
|
|
6007
6006
|
margin-left: -1em;
|
6008
6007
|
}
|
6009
6008
|
|
6010
|
-
.ui-
|
6009
|
+
.ui-treetable .ui-treetable-loading-icon {
|
6011
6010
|
font-size: 2em;
|
6012
|
-
}
|
6011
|
+
}
|
6012
|
+
.ui-tree {
|
6013
|
+
width: 18em;
|
6014
|
+
}
|
6013
6015
|
|
6014
|
-
.ui-
|
6015
|
-
|
6016
|
+
.ui-tree .ui-treenode-selectable.ui-treenode-content {
|
6017
|
+
cursor: pointer;
|
6016
6018
|
}
|
6017
6019
|
|
6018
|
-
.ui-
|
6019
|
-
|
6020
|
-
|
6021
|
-
|
6020
|
+
.ui-tree .ui-tree-container {
|
6021
|
+
height: 100%;
|
6022
|
+
margin: 0;
|
6023
|
+
overflow: auto;
|
6024
|
+
padding: .25em;
|
6025
|
+
white-space: nowrap;
|
6022
6026
|
}
|
6023
6027
|
|
6024
|
-
.ui-
|
6025
|
-
|
6026
|
-
.ui-treetable .ui-treetable-tfoot > tr > td {
|
6027
|
-
padding: .25em .5em;
|
6028
|
+
.ui-tree-empty-message {
|
6029
|
+
padding: .25em;
|
6028
6030
|
}
|
6029
6031
|
|
6030
|
-
.ui-
|
6031
|
-
|
6032
|
-
|
6033
|
-
height: 1em;
|
6034
|
-
position: relative;
|
6035
|
-
top: 50%;
|
6036
|
-
margin-top: -.5em;
|
6032
|
+
.ui-tree .ui-treenode-children {
|
6033
|
+
margin: 0;
|
6034
|
+
padding: 0 0 0 1em;
|
6037
6035
|
}
|
6038
6036
|
|
6039
|
-
.ui-
|
6040
|
-
|
6037
|
+
.ui-tree .ui-treenode {
|
6038
|
+
background-attachment: scroll;
|
6039
|
+
background-color: transparent;
|
6040
|
+
background-image: none;
|
6041
|
+
background-position: 0 0;
|
6042
|
+
background-repeat: repeat-y;
|
6043
|
+
list-style: none outside none;
|
6044
|
+
margin: 0;
|
6045
|
+
padding: .125em 0 0 0;
|
6041
6046
|
}
|
6042
6047
|
|
6043
|
-
.ui-
|
6044
|
-
|
6048
|
+
.ui-tree .ui-treenode-droppoint {
|
6049
|
+
height: 4px;
|
6050
|
+
list-style-type: none;
|
6045
6051
|
}
|
6046
6052
|
|
6047
|
-
.ui-
|
6048
|
-
|
6053
|
+
.ui-tree .ui-treenode-droppoint-active {
|
6054
|
+
border: 0 none;
|
6049
6055
|
}
|
6050
6056
|
|
6051
|
-
.ui-
|
6052
|
-
|
6057
|
+
.ui-tree .ui-tree-toggler {
|
6058
|
+
cursor: pointer;
|
6059
|
+
display: inline-block;
|
6060
|
+
vertical-align: middle;
|
6053
6061
|
}
|
6054
6062
|
|
6055
|
-
.ui-
|
6056
|
-
|
6063
|
+
.ui-tree .ui-treenode-icon {
|
6064
|
+
display: inline-block;
|
6057
6065
|
vertical-align: middle;
|
6058
6066
|
}
|
6059
6067
|
|
6060
|
-
|
6061
|
-
|
6062
|
-
.
|
6063
|
-
|
6064
|
-
text-align: center;
|
6065
|
-
font-weight: bold;
|
6068
|
+
.ui-tree .ui-treenode-label {
|
6069
|
+
display: inline-block;
|
6070
|
+
padding: 0 .25em;
|
6071
|
+
vertical-align: middle;
|
6066
6072
|
}
|
6067
6073
|
|
6068
|
-
.ui-
|
6069
|
-
|
6074
|
+
.ui-tree .ui-treenode-label.ui-state-hover,
|
6075
|
+
.ui-tree .ui-treenode-label.ui-state-highlight {
|
6076
|
+
font-weight: normal;
|
6077
|
+
border: 0 none;
|
6070
6078
|
}
|
6071
6079
|
|
6072
|
-
.ui-
|
6073
|
-
|
6080
|
+
.ui-tree .ui-treenode.ui-treenode-leaf > .ui-treenode-content > .ui-tree-toggler {
|
6081
|
+
visibility: hidden;
|
6074
6082
|
}
|
6075
6083
|
|
6076
|
-
|
6077
|
-
|
6078
|
-
border-bottom: 0 none;
|
6084
|
+
.ui-tree .ui-chkbox-box {
|
6085
|
+
cursor: pointer;
|
6079
6086
|
}
|
6080
6087
|
|
6081
|
-
.ui-
|
6082
|
-
|
6088
|
+
.ui-tree .ui-chkbox {
|
6089
|
+
display: inline-block;
|
6090
|
+
vertical-align: middle;
|
6083
6091
|
}
|
6084
6092
|
|
6085
|
-
|
6086
|
-
|
6087
|
-
position: relative;
|
6093
|
+
.ui-tree .ui-chkbox .ui-chkbox-icon {
|
6094
|
+
margin-left: 1px;
|
6088
6095
|
}
|
6089
|
-
|
6090
|
-
.ui-
|
6091
|
-
|
6092
|
-
|
6096
|
+
|
6097
|
+
.ui-tree .ui-tree-filter {
|
6098
|
+
width: 100%;
|
6099
|
+
box-sizing: border-box;
|
6100
|
+
padding-right: 1.5em;
|
6093
6101
|
}
|
6094
6102
|
|
6095
|
-
.ui-
|
6096
|
-
overflow: auto;
|
6103
|
+
.ui-tree .ui-tree-filter-container {
|
6097
6104
|
position: relative;
|
6105
|
+
margin: 0;
|
6106
|
+
padding: 0.4em;
|
6107
|
+
display: inline-block;
|
6108
|
+
width: 100%;
|
6098
6109
|
}
|
6099
6110
|
|
6100
|
-
.ui-
|
6101
|
-
|
6111
|
+
.ui-tree .ui-tree-filter-container .ui-tree-filter-icon {
|
6112
|
+
position: absolute;
|
6113
|
+
top: .8em;
|
6114
|
+
right: 1em;
|
6102
6115
|
}
|
6103
6116
|
|
6104
|
-
|
6105
|
-
|
6117
|
+
/** Fluid **/
|
6118
|
+
.ui-fluid .ui-tree {
|
6119
|
+
width: 100%;
|
6106
6120
|
}
|
6107
6121
|
|
6108
|
-
|
6109
|
-
.ui-
|
6110
|
-
|
6122
|
+
/** Horizontal Tree **/
|
6123
|
+
.ui-tree-horizontal {
|
6124
|
+
width:auto;
|
6125
|
+
padding: .5em 0;
|
6126
|
+
overflow:auto;
|
6111
6127
|
}
|
6112
6128
|
|
6113
|
-
.ui-
|
6114
|
-
|
6129
|
+
.ui-tree.ui-tree-horizontal table,
|
6130
|
+
.ui-tree.ui-tree-horizontal tr,
|
6131
|
+
.ui-tree.ui-tree-horizontal td {
|
6132
|
+
border-collapse: collapse;
|
6133
|
+
margin: 0;
|
6134
|
+
padding: 0;
|
6135
|
+
vertical-align: middle;
|
6115
6136
|
}
|
6116
6137
|
|
6117
|
-
.ui-
|
6118
|
-
|
6119
|
-
|
6138
|
+
.ui-tree.ui-tree-horizontal .ui-tree-toggler {
|
6139
|
+
vertical-align: middle;
|
6140
|
+
margin: 0;
|
6120
6141
|
}
|
6121
6142
|
|
6122
|
-
|
6123
|
-
|
6124
|
-
|
6143
|
+
.ui-tree-horizontal .ui-treenode-content {
|
6144
|
+
font-weight: normal;
|
6145
|
+
padding: 0.4em 1em 0.4em 0.2em;
|
6125
6146
|
}
|
6126
6147
|
|
6127
|
-
.ui-
|
6128
|
-
|
6129
|
-
.ui-treetable-resizable .ui-treetable-tbody > tr > td {
|
6130
|
-
overflow: hidden;
|
6148
|
+
.ui-tree.ui-tree-horizontal .ui-tree-node-label {
|
6149
|
+
margin: 0;
|
6131
6150
|
}
|
6132
6151
|
|
6133
|
-
.ui-
|
6134
|
-
|
6135
|
-
|
6152
|
+
.ui-tree-horizontal .ui-treenode-parent .ui-treenode-content {
|
6153
|
+
font-weight: normal;
|
6154
|
+
white-space: nowrap;
|
6136
6155
|
}
|
6137
6156
|
|
6138
|
-
.ui-
|
6139
|
-
|
6157
|
+
.ui-tree.ui-tree-horizontal .ui-treenode {
|
6158
|
+
background: url("./images/line.gif") repeat-x scroll center center transparent;
|
6159
|
+
padding: .25em 2.5em;
|
6140
6160
|
}
|
6141
6161
|
|
6142
|
-
.ui-
|
6143
|
-
|
6144
|
-
|
6145
|
-
|
6146
|
-
|
6162
|
+
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-leaf,
|
6163
|
+
.ui-tree.ui-tree-horizontal .ui-treenode.ui-treenode-collapsed {
|
6164
|
+
padding-right: 0;
|
6165
|
+
}
|
6166
|
+
|
6167
|
+
.ui-tree.ui-tree-horizontal .ui-treenode-children {
|
6168
|
+
padding: 0;
|
6147
6169
|
margin: 0;
|
6148
|
-
width: .5em;
|
6149
|
-
height: 100%;
|
6150
|
-
padding: 0px;
|
6151
|
-
cursor:col-resize;
|
6152
|
-
border: 1px solid transparent;
|
6153
6170
|
}
|
6154
6171
|
|
6155
|
-
.ui-
|
6172
|
+
.ui-tree.ui-tree-horizontal .ui-treenode-connector {
|
6156
6173
|
width: 1px;
|
6157
|
-
position: absolute;
|
6158
|
-
z-index: 10;
|
6159
|
-
display: none;
|
6160
6174
|
}
|
6161
6175
|
|
6162
|
-
|
6163
|
-
|
6164
|
-
|
6165
|
-
position: absolute;
|
6166
|
-
display: none;
|
6176
|
+
.ui-tree.ui-tree-horizontal .ui-treenode-connector-table {
|
6177
|
+
height: 100%;
|
6178
|
+
width: 1px;
|
6167
6179
|
}
|
6168
6180
|
|
6169
|
-
|
6170
|
-
.
|
6171
|
-
|
6181
|
+
.ui-tree.ui-tree-horizontal .ui-treenode-connector-line {
|
6182
|
+
background: url("./images/line.gif") repeat-y scroll 0 0 transparent;
|
6183
|
+
width: 1px;
|
6172
6184
|
}
|
6173
6185
|
|
6174
|
-
|
6175
|
-
|
6176
|
-
|
6177
|
-
display: none !important;
|
6178
|
-
}
|
6186
|
+
.ui-tree.ui-tree-horizontal table {
|
6187
|
+
height: 0;
|
6188
|
+
}
|
6179
6189
|
|
6180
|
-
|
6181
|
-
|
6182
|
-
|
6183
|
-
|
6184
|
-
width: 100% !important;
|
6185
|
-
-webkit-box-sizing: border-box;
|
6186
|
-
-moz-box-sizing: border-box;
|
6187
|
-
box-sizing: border-box;
|
6188
|
-
float: left;
|
6189
|
-
clear: left;
|
6190
|
-
}
|
6190
|
+
.ui-tree.ui-tree-horizontal .ui-chkbox {
|
6191
|
+
vertical-align: bottom;
|
6192
|
+
margin-right: .25em;
|
6193
|
+
}
|
6191
6194
|
|
6192
|
-
|
6193
|
-
|
6194
|
-
|
6195
|
-
|
6196
|
-
margin: -.4em 1em -.4em -.4em;
|
6197
|
-
font-weight: bold;
|
6198
|
-
}
|
6195
|
+
/** Loading **/
|
6196
|
+
.ui-tree.ui-tree-loading {
|
6197
|
+
position: relative;
|
6198
|
+
min-height: 4em;
|
6199
6199
|
}
|
6200
6200
|
|
6201
|
-
|
6202
|
-
.ui-treetable-loading {
|
6201
|
+
.ui-tree .ui-tree-loading-mask {
|
6203
6202
|
position: absolute;
|
6204
6203
|
width: 100%;
|
6205
6204
|
height: 100%;
|
@@ -6208,7 +6207,7 @@ input[type=text]::-ms-clear {
|
|
6208
6207
|
z-index: 1;
|
6209
6208
|
}
|
6210
6209
|
|
6211
|
-
.ui-
|
6210
|
+
.ui-tree .ui-tree-loading-content {
|
6212
6211
|
position: absolute;
|
6213
6212
|
left: 50%;
|
6214
6213
|
top: 50%;
|
@@ -6217,9 +6216,10 @@ input[type=text]::-ms-clear {
|
|
6217
6216
|
margin-left: -1em;
|
6218
6217
|
}
|
6219
6218
|
|
6220
|
-
.ui-
|
6219
|
+
.ui-tree .ui-tree-loading-content .ui-tree-loading-icon {
|
6221
6220
|
font-size: 2em;
|
6222
|
-
}
|
6221
|
+
}
|
6222
|
+
|
6223
6223
|
.ui-virtualscroller .ui-virtualscroller-header {
|
6224
6224
|
text-align: center;
|
6225
6225
|
padding: .5em .75em;
|