primeng 8.0.2 → 8.1.1
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 +135 -0
- package/components/accordion/accordion.js +3 -1
- package/components/accordion/accordion.js.map +1 -1
- package/components/accordion/accordion.metadata.json +1 -1
- package/components/autocomplete/autocomplete.d.ts +3 -0
- package/components/autocomplete/autocomplete.js +18 -3
- package/components/autocomplete/autocomplete.js.map +1 -1
- package/components/autocomplete/autocomplete.metadata.json +1 -1
- package/components/breadcrumb/breadcrumb.js +1 -1
- package/components/breadcrumb/breadcrumb.js.map +1 -1
- package/components/breadcrumb/breadcrumb.metadata.json +1 -1
- package/components/button/button.js +1 -1
- package/components/button/button.js.map +1 -1
- package/components/button/button.metadata.json +1 -1
- package/components/calendar/calendar.d.ts +1 -0
- package/components/calendar/calendar.js +23 -5
- package/components/calendar/calendar.js.map +1 -1
- package/components/calendar/calendar.metadata.json +1 -1
- package/components/carousel/carousel.d.ts +66 -47
- package/components/carousel/carousel.js +406 -197
- package/components/carousel/carousel.js.map +1 -1
- package/components/carousel/carousel.metadata.json +1 -1
- package/components/checkbox/checkbox.d.ts +1 -0
- package/components/checkbox/checkbox.js +10 -4
- package/components/checkbox/checkbox.js.map +1 -1
- package/components/checkbox/checkbox.metadata.json +1 -1
- package/components/common/api.d.ts +1 -0
- package/components/common/api.js +2 -0
- package/components/common/api.js.map +1 -1
- package/components/common/api.metadata.json +1 -1
- package/components/common/menuitem.d.ts +1 -0
- package/components/confirmdialog/confirmdialog.d.ts +1 -0
- package/components/confirmdialog/confirmdialog.js +34 -3
- package/components/confirmdialog/confirmdialog.js.map +1 -1
- package/components/confirmdialog/confirmdialog.metadata.json +1 -1
- package/components/contextmenu/contextmenu.d.ts +3 -1
- package/components/contextmenu/contextmenu.js +22 -8
- package/components/contextmenu/contextmenu.js.map +1 -1
- package/components/contextmenu/contextmenu.metadata.json +1 -1
- package/components/dataview/dataview.d.ts +1 -1
- package/components/dataview/dataview.js +4 -2
- package/components/dataview/dataview.js.map +1 -1
- package/components/dataview/dataview.metadata.json +1 -1
- package/components/dialog/dialog.js +7 -3
- package/components/dialog/dialog.js.map +1 -1
- package/components/dialog/dialog.metadata.json +1 -1
- package/components/dragdrop/dragdrop.d.ts +2 -1
- package/components/dragdrop/dragdrop.js +23 -5
- package/components/dragdrop/dragdrop.js.map +1 -1
- package/components/dragdrop/dragdrop.metadata.json +1 -1
- package/components/dropdown/dropdown.d.ts +13 -5
- package/components/dropdown/dropdown.js +82 -33
- package/components/dropdown/dropdown.js.map +1 -1
- package/components/dropdown/dropdown.metadata.json +1 -1
- package/components/focustrap/focustrap.js +1 -1
- package/components/focustrap/focustrap.js.map +1 -1
- package/components/inplace/inplace.d.ts +2 -2
- package/components/inplace/inplace.js.map +1 -1
- package/components/inputmask/inputmask.js +1 -1
- package/components/inputmask/inputmask.js.map +1 -1
- package/components/inputmask/inputmask.metadata.json +1 -1
- package/components/inputtextarea/inputtextarea.js +1 -0
- package/components/inputtextarea/inputtextarea.js.map +1 -1
- package/components/inputtextarea/inputtextarea.metadata.json +1 -1
- package/components/listbox/listbox.d.ts +2 -0
- package/components/listbox/listbox.js +41 -13
- package/components/listbox/listbox.js.map +1 -1
- package/components/listbox/listbox.metadata.json +1 -1
- package/components/megamenu/megamenu.js +1 -1
- package/components/megamenu/megamenu.js.map +1 -1
- package/components/megamenu/megamenu.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.d.ts +5 -3
- package/components/menubar/menubar.js +56 -33
- package/components/menubar/menubar.js.map +1 -1
- package/components/menubar/menubar.metadata.json +1 -1
- package/components/multiselect/multiselect.d.ts +7 -2
- package/components/multiselect/multiselect.js +40 -19
- package/components/multiselect/multiselect.js.map +1 -1
- package/components/multiselect/multiselect.metadata.json +1 -1
- package/components/orderlist/orderlist.d.ts +1 -0
- package/components/orderlist/orderlist.js +7 -1
- package/components/orderlist/orderlist.js.map +1 -1
- package/components/orderlist/orderlist.metadata.json +1 -1
- package/components/panelmenu/panelmenu.js +2 -2
- package/components/panelmenu/panelmenu.js.map +1 -1
- package/components/panelmenu/panelmenu.metadata.json +1 -1
- package/components/picklist/picklist.d.ts +1 -0
- package/components/picklist/picklist.js +8 -2
- package/components/picklist/picklist.js.map +1 -1
- package/components/picklist/picklist.metadata.json +1 -1
- package/components/slidemenu/slidemenu.js +1 -1
- package/components/slidemenu/slidemenu.js.map +1 -1
- package/components/slidemenu/slidemenu.metadata.json +1 -1
- package/components/slider/slider.d.ts +7 -1
- package/components/slider/slider.js +43 -1
- package/components/slider/slider.js.map +1 -1
- package/components/slider/slider.metadata.json +1 -1
- package/components/spinner/spinner.js +6 -0
- package/components/spinner/spinner.js.map +1 -1
- package/components/spinner/spinner.metadata.json +1 -1
- package/components/steps/steps.js +1 -1
- package/components/steps/steps.js.map +1 -1
- package/components/steps/steps.metadata.json +1 -1
- package/components/table/table.d.ts +3 -15
- package/components/table/table.js +15 -133
- package/components/table/table.js.map +1 -1
- package/components/table/table.metadata.json +1 -1
- package/components/tabmenu/tabmenu.js +3 -3
- package/components/tabmenu/tabmenu.js.map +1 -1
- package/components/tabmenu/tabmenu.metadata.json +1 -1
- package/components/tabview/tabview.d.ts +3 -0
- package/components/tabview/tabview.js +15 -1
- package/components/tabview/tabview.js.map +1 -1
- package/components/tabview/tabview.metadata.json +1 -1
- package/components/tieredmenu/tieredmenu.d.ts +14 -8
- package/components/tieredmenu/tieredmenu.js +89 -43
- package/components/tieredmenu/tieredmenu.js.map +1 -1
- package/components/tieredmenu/tieredmenu.metadata.json +1 -1
- package/components/tree/tree.js +9 -4
- package/components/tree/tree.js.map +1 -1
- package/components/tree/tree.metadata.json +1 -1
- package/components/treetable/treetable.d.ts +0 -12
- package/components/treetable/treetable.js +5 -122
- package/components/treetable/treetable.js.map +1 -1
- package/components/treetable/treetable.metadata.json +1 -1
- package/components/tristatecheckbox/tristatecheckbox.d.ts +1 -0
- package/components/tristatecheckbox/tristatecheckbox.js +7 -3
- package/components/tristatecheckbox/tristatecheckbox.js.map +1 -1
- package/components/tristatecheckbox/tristatecheckbox.metadata.json +1 -1
- package/components/utils/filterutils.d.ts +13 -0
- package/components/utils/filterutils.js +147 -0
- package/components/utils/filterutils.js.map +1 -0
- package/components/utils/filterutils.metadata.json +1 -0
- package/components/utils/objectutils.d.ts +0 -1
- package/components/utils/objectutils.js +0 -18
- package/components/utils/objectutils.js.map +1 -1
- package/components/utils/uniquecomponentid.d.ts +2 -0
- package/components/utils/uniquecomponentid.js +10 -0
- package/components/utils/uniquecomponentid.js.map +1 -0
- package/components/utils/uniquecomponentid.metadata.json +1 -0
- package/package.json +9 -5
- package/resources/components/carousel/carousel.css +57 -58
- package/resources/components/checkbox/checkbox.css +4 -0
- package/resources/components/colorpicker/images/color.png +0 -0
- package/resources/components/colorpicker/images/hue.png +0 -0
- package/resources/components/lightbox/images/loading.gif +0 -0
- package/resources/components/password/images/password-meter.png +0 -0
- package/resources/components/sidebar/sidebar.css +5 -1
- package/resources/components/table/table.css +4 -0
- package/resources/components/tree/images/line.gif +0 -0
- package/resources/primeng.css +608 -596
- package/resources/primeng.min.css +1 -1
- package/resources/themes/luna-amber/theme.css +2261 -2977
- package/resources/themes/luna-blue/theme.css +2253 -2969
- package/resources/themes/luna-green/theme.css +2253 -2969
- package/resources/themes/luna-pink/theme.css +2253 -2969
- package/resources/themes/nova-colored/theme.css +2267 -2983
- package/resources/themes/nova-dark/theme.css +2267 -2983
- package/resources/themes/nova-light/theme.css +2282 -2998
- package/resources/themes/rhea/theme.css +2250 -2966
- package/.editorconfig +0 -13
- package/.travis.yml +0 -23
- package/.vscode/settings.json +0 -2
package/resources/primeng.css
CHANGED
@@ -188,6 +188,66 @@ 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
|
+
}
|
240
|
+
.ui-blockui {
|
241
|
+
position: absolute;
|
242
|
+
top: 0;
|
243
|
+
left: 0;
|
244
|
+
width: 100%;
|
245
|
+
height: 100%;
|
246
|
+
}
|
247
|
+
|
248
|
+
.ui-blockui-document {
|
249
|
+
position: fixed;
|
250
|
+
}
|
191
251
|
.ui-autocomplete {
|
192
252
|
width: auto;
|
193
253
|
zoom: 1;
|
@@ -352,65 +412,116 @@ button {
|
|
352
412
|
width: 2em;
|
353
413
|
}
|
354
414
|
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
415
|
+
/* Button */
|
416
|
+
.ui-button {
|
417
|
+
display: inline-block;
|
418
|
+
position: relative;
|
419
|
+
padding: 0;
|
420
|
+
text-decoration: none !important;
|
421
|
+
cursor: pointer;
|
422
|
+
text-align: center;
|
423
|
+
zoom: 1;
|
424
|
+
overflow: visible; /* the overflow property removes extra width in IE */
|
361
425
|
}
|
362
426
|
|
363
|
-
|
364
|
-
|
427
|
+
p-button {
|
428
|
+
display: inline-block;
|
365
429
|
}
|
366
|
-
|
367
|
-
|
430
|
+
|
431
|
+
/*button text element */
|
432
|
+
.ui-button .ui-button-text {
|
433
|
+
display: block;
|
434
|
+
line-height: normal;
|
368
435
|
}
|
369
436
|
|
370
|
-
.ui-
|
371
|
-
|
372
|
-
position: relative;
|
373
|
-
margin-top: 1px;
|
374
|
-
zoom: 1;
|
437
|
+
.ui-button-text-only .ui-button-text {
|
438
|
+
padding: .25em 1em;
|
375
439
|
}
|
376
440
|
|
377
|
-
.ui-
|
378
|
-
|
379
|
-
padding: .
|
441
|
+
.ui-button-icon-only .ui-button-text,
|
442
|
+
.ui-button-text-empty .ui-button-text {
|
443
|
+
padding: .25em;
|
444
|
+
text-indent: -9999999px;
|
380
445
|
}
|
381
446
|
|
382
|
-
.ui-
|
383
|
-
.
|
384
|
-
vertical-align: middle;
|
447
|
+
.ui-button-text-icon-left .ui-button-text {
|
448
|
+
padding: .25em 1em .25em 2.1em;
|
385
449
|
}
|
386
450
|
|
387
|
-
.ui-
|
388
|
-
padding: 1em;
|
389
|
-
border-top: 0;
|
390
|
-
overflow: visible;
|
391
|
-
zoom: 1;
|
451
|
+
.ui-button-text-icon-right .ui-button-text {
|
452
|
+
padding: .25em 2.1em .25em 1em;
|
392
453
|
}
|
393
454
|
|
394
|
-
|
395
|
-
.ui-
|
396
|
-
|
455
|
+
/*button icon element(s) */
|
456
|
+
.ui-button-icon-only .ui-button-icon-left,
|
457
|
+
.ui-button-text-icon-left .ui-button-icon-left,
|
458
|
+
.ui-button-text-icon-right .ui-button-icon-right {
|
459
|
+
position: absolute;
|
460
|
+
top: 50%;
|
461
|
+
margin-top: -.5em;
|
462
|
+
height: 1em;
|
397
463
|
}
|
398
464
|
|
399
|
-
.ui-
|
400
|
-
|
465
|
+
.ui-button-icon-only .ui-button-icon-left {
|
466
|
+
top: 50%;
|
467
|
+
left: 50%;
|
468
|
+
margin-top: -.5em;
|
469
|
+
margin-left: -.5em;
|
470
|
+
width: 1em;
|
471
|
+
height: 1em;
|
401
472
|
}
|
402
473
|
|
403
|
-
.ui-
|
404
|
-
|
474
|
+
.ui-button-icon-left {
|
475
|
+
left: .5em;
|
405
476
|
}
|
406
|
-
|
407
|
-
.ui-
|
408
|
-
left: initial;
|
477
|
+
|
478
|
+
.ui-button-icon-right {
|
409
479
|
right: .5em;
|
410
480
|
}
|
411
481
|
|
412
|
-
|
413
|
-
|
482
|
+
/*button sets*/
|
483
|
+
.ui-buttonset .ui-button {
|
484
|
+
margin-left: 0;
|
485
|
+
margin-right: 0;
|
486
|
+
}
|
487
|
+
|
488
|
+
/* workarounds */
|
489
|
+
button.ui-button::-moz-focus-inner {
|
490
|
+
border: 0; padding: 0; /* reset extra padding in Firefox */
|
491
|
+
}
|
492
|
+
|
493
|
+
/** Fluid **/
|
494
|
+
.ui-fluid .ui-button {
|
495
|
+
width: 100%;
|
496
|
+
}
|
497
|
+
|
498
|
+
.ui-fluid .ui-button-text-icon-left .ui-button-text,
|
499
|
+
.ui-fluid .ui-button-text-icon-right .ui-button-text {
|
500
|
+
padding-left: 1em;
|
501
|
+
padding-right: 1em;
|
502
|
+
}
|
503
|
+
|
504
|
+
/** ButtonSet **/
|
505
|
+
.ui-fluid .ui-buttonset {
|
506
|
+
width: 100%;
|
507
|
+
}
|
508
|
+
|
509
|
+
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
|
510
|
+
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
|
511
|
+
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
|
512
|
+
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
|
513
|
+
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
|
514
|
+
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
|
515
|
+
|
516
|
+
@media (max-width: 640px) {
|
517
|
+
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
|
518
|
+
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
|
519
|
+
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
|
520
|
+
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
|
521
|
+
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
|
522
|
+
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
|
523
|
+
width: 100%;
|
524
|
+
}
|
414
525
|
}
|
415
526
|
/** Breadcrumb **/
|
416
527
|
.ui-breadcrumb {
|
@@ -718,117 +829,6 @@ input[type=text]::-ms-clear {
|
|
718
829
|
}
|
719
830
|
}
|
720
831
|
|
721
|
-
/* Button */
|
722
|
-
.ui-button {
|
723
|
-
display: inline-block;
|
724
|
-
position: relative;
|
725
|
-
padding: 0;
|
726
|
-
text-decoration: none !important;
|
727
|
-
cursor: pointer;
|
728
|
-
text-align: center;
|
729
|
-
zoom: 1;
|
730
|
-
overflow: visible; /* the overflow property removes extra width in IE */
|
731
|
-
}
|
732
|
-
|
733
|
-
p-button {
|
734
|
-
display: inline-block;
|
735
|
-
}
|
736
|
-
|
737
|
-
/*button text element */
|
738
|
-
.ui-button .ui-button-text {
|
739
|
-
display: block;
|
740
|
-
line-height: normal;
|
741
|
-
}
|
742
|
-
|
743
|
-
.ui-button-text-only .ui-button-text {
|
744
|
-
padding: .25em 1em;
|
745
|
-
}
|
746
|
-
|
747
|
-
.ui-button-icon-only .ui-button-text,
|
748
|
-
.ui-button-text-empty .ui-button-text {
|
749
|
-
padding: .25em;
|
750
|
-
text-indent: -9999999px;
|
751
|
-
}
|
752
|
-
|
753
|
-
.ui-button-text-icon-left .ui-button-text {
|
754
|
-
padding: .25em 1em .25em 2.1em;
|
755
|
-
}
|
756
|
-
|
757
|
-
.ui-button-text-icon-right .ui-button-text {
|
758
|
-
padding: .25em 2.1em .25em 1em;
|
759
|
-
}
|
760
|
-
|
761
|
-
/*button icon element(s) */
|
762
|
-
.ui-button-icon-only .ui-button-icon-left,
|
763
|
-
.ui-button-text-icon-left .ui-button-icon-left,
|
764
|
-
.ui-button-text-icon-right .ui-button-icon-right {
|
765
|
-
position: absolute;
|
766
|
-
top: 50%;
|
767
|
-
margin-top: -.5em;
|
768
|
-
height: 1em;
|
769
|
-
}
|
770
|
-
|
771
|
-
.ui-button-icon-only .ui-button-icon-left {
|
772
|
-
top: 50%;
|
773
|
-
left: 50%;
|
774
|
-
margin-top: -.5em;
|
775
|
-
margin-left: -.5em;
|
776
|
-
width: 1em;
|
777
|
-
height: 1em;
|
778
|
-
}
|
779
|
-
|
780
|
-
.ui-button-icon-left {
|
781
|
-
left: .5em;
|
782
|
-
}
|
783
|
-
|
784
|
-
.ui-button-icon-right {
|
785
|
-
right: .5em;
|
786
|
-
}
|
787
|
-
|
788
|
-
/*button sets*/
|
789
|
-
.ui-buttonset .ui-button {
|
790
|
-
margin-left: 0;
|
791
|
-
margin-right: 0;
|
792
|
-
}
|
793
|
-
|
794
|
-
/* workarounds */
|
795
|
-
button.ui-button::-moz-focus-inner {
|
796
|
-
border: 0; padding: 0; /* reset extra padding in Firefox */
|
797
|
-
}
|
798
|
-
|
799
|
-
/** Fluid **/
|
800
|
-
.ui-fluid .ui-button {
|
801
|
-
width: 100%;
|
802
|
-
}
|
803
|
-
|
804
|
-
.ui-fluid .ui-button-text-icon-left .ui-button-text,
|
805
|
-
.ui-fluid .ui-button-text-icon-right .ui-button-text {
|
806
|
-
padding-left: 1em;
|
807
|
-
padding-right: 1em;
|
808
|
-
}
|
809
|
-
|
810
|
-
/** ButtonSet **/
|
811
|
-
.ui-fluid .ui-buttonset {
|
812
|
-
width: 100%;
|
813
|
-
}
|
814
|
-
|
815
|
-
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button {width: 100%;}
|
816
|
-
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button {width: 50%;}
|
817
|
-
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button {width: 33.3%;}
|
818
|
-
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button {width: 25%;}
|
819
|
-
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button {width: 20%;}
|
820
|
-
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {width: 16.6%;}
|
821
|
-
|
822
|
-
@media (max-width: 640px) {
|
823
|
-
.ui-fluid .ui-buttonset.ui-buttonset-1 .ui-button,
|
824
|
-
.ui-fluid .ui-buttonset.ui-buttonset-2 .ui-button,
|
825
|
-
.ui-fluid .ui-buttonset.ui-buttonset-3 .ui-button,
|
826
|
-
.ui-fluid .ui-buttonset.ui-buttonset-4 .ui-button,
|
827
|
-
.ui-fluid .ui-buttonset.ui-buttonset-5 .ui-button,
|
828
|
-
.ui-fluid .ui-buttonset.ui-buttonset-6 .ui-button {
|
829
|
-
width: 100%;
|
830
|
-
}
|
831
|
-
}
|
832
832
|
.ui-card-header img {
|
833
833
|
width: 100%;
|
834
834
|
}
|
@@ -854,119 +854,89 @@ button.ui-button::-moz-focus-inner {
|
|
854
854
|
padding-top: 1em;
|
855
855
|
}
|
856
856
|
.ui-carousel {
|
857
|
-
|
858
|
-
|
857
|
+
display: flex;
|
858
|
+
flex-direction: column;
|
859
|
+
width: 100%;
|
859
860
|
}
|
860
861
|
|
861
|
-
.ui-carousel
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
left: 0;
|
862
|
+
.ui-carousel-content {
|
863
|
+
display: flex;
|
864
|
+
flex-direction: column;
|
865
|
+
flex-wrap: nowrap;
|
866
|
+
overflow: auto;
|
867
|
+
padding: 0 .5em;
|
868
868
|
}
|
869
869
|
|
870
|
-
.ui-carousel
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
870
|
+
.ui-carousel-prev,
|
871
|
+
.ui-carousel-next {
|
872
|
+
align-self: center;
|
873
|
+
text-align: center;
|
874
|
+
flex-grow: 0;
|
875
|
+
flex-shrink: 0;
|
876
|
+
width: 2.5em;
|
877
|
+
height: 2.5em;
|
878
|
+
position: relative;
|
875
879
|
}
|
876
880
|
|
877
|
-
.ui-carousel
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
+
.ui-carousel-prev span,
|
882
|
+
.ui-carousel-next span {
|
883
|
+
width: 100%;
|
884
|
+
display: flex;
|
885
|
+
justify-content: center;
|
886
|
+
align-items: center;
|
881
887
|
}
|
882
888
|
|
883
|
-
.ui-carousel
|
884
|
-
|
885
|
-
|
886
|
-
|
889
|
+
.ui-carousel-container {
|
890
|
+
display: flex;
|
891
|
+
flex-direction: row;
|
892
|
+
padding: 0 .1em;
|
887
893
|
}
|
888
894
|
|
889
|
-
.ui-carousel
|
890
|
-
|
891
|
-
|
892
|
-
|
895
|
+
.ui-carousel-header,
|
896
|
+
.ui-carousel-footer {
|
897
|
+
padding: .5em;
|
898
|
+
z-index: 1;
|
893
899
|
}
|
894
900
|
|
895
|
-
.ui-carousel
|
896
|
-
display: inline-block;
|
901
|
+
.ui-carousel-items-content {
|
897
902
|
overflow: hidden;
|
903
|
+
width: 100%;
|
898
904
|
}
|
899
905
|
|
900
|
-
.ui-carousel
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
background-image: none;
|
905
|
-
}
|
906
|
-
|
907
|
-
.ui-carousel .ui-carousel-dropdown option,
|
908
|
-
.ui-carousel .ui-carousel-mobiledropdown option{
|
909
|
-
background-image: none;
|
910
|
-
border: 0 none;
|
911
|
-
box-shadow: none;
|
912
|
-
-moz-box-shadow: none;
|
913
|
-
-webkit-box-shadow: none;
|
914
|
-
}
|
915
|
-
|
916
|
-
.ui-carousel .ui-carousel-button {
|
917
|
-
float: right;
|
918
|
-
margin: .125em;
|
919
|
-
}
|
920
|
-
|
921
|
-
.ui-carousel .ui-carousel-page-link {
|
922
|
-
float: left;
|
923
|
-
margin: 0 .125em;
|
924
|
-
text-decoration: none;
|
925
|
-
}
|
926
|
-
|
927
|
-
.ui-carousel .ui-carousel-page-link,
|
928
|
-
.ui-carousel .ui-carousel-button {
|
929
|
-
cursor: pointer;
|
930
|
-
}
|
931
|
-
|
932
|
-
.ui-carousel .ui-carousel-page-links {
|
933
|
-
margin: 0px .5em;
|
934
|
-
margin-top: .125em;
|
935
|
-
float: right;
|
936
|
-
}
|
937
|
-
|
938
|
-
.ui-carousel .ui-carousel-mobiledropdown {
|
939
|
-
display: none;
|
940
|
-
}
|
941
|
-
.ui-chkbox {
|
942
|
-
display: inline-block;
|
943
|
-
cursor: pointer;
|
944
|
-
vertical-align: middle;
|
945
|
-
margin-right: .25em;
|
946
|
-
user-select: none;
|
947
|
-
-moz-user-select: none;
|
948
|
-
-webkit-user-select: none;
|
906
|
+
.ui-carousel-items-container {
|
907
|
+
display: flex;
|
908
|
+
flex-wrap: nowrap;
|
909
|
+
flex-direction: row;
|
949
910
|
}
|
950
911
|
|
951
|
-
.ui-
|
952
|
-
width:
|
953
|
-
|
954
|
-
|
955
|
-
-moz-border-radius: 2px;
|
956
|
-
-webkit-border-radius: 2px;
|
957
|
-
border-radius: 2px;
|
958
|
-
text-align: center;
|
912
|
+
.ui-carousel-items-container .ui-carousel-item {
|
913
|
+
width: 100%;
|
914
|
+
box-sizing: border-box;
|
915
|
+
overflow: auto;
|
959
916
|
}
|
960
917
|
|
961
|
-
.ui-
|
962
|
-
display:
|
918
|
+
.ui-carousel-dots-container {
|
919
|
+
display: flex;
|
920
|
+
flex-direction: row;
|
921
|
+
justify-content: center;
|
922
|
+
flex-wrap: wrap;
|
923
|
+
margin: .5em;
|
963
924
|
}
|
964
925
|
|
965
|
-
|
966
|
-
|
926
|
+
/* Vertical */
|
927
|
+
.ui-carousel-vertical .ui-carousel-container {
|
928
|
+
flex-direction: column;
|
929
|
+
width: 100%;
|
967
930
|
}
|
968
931
|
|
932
|
+
.ui-carousel-vertical .ui-carousel-items-container {
|
933
|
+
flex-direction: column;
|
934
|
+
height: 100%;
|
935
|
+
}
|
969
936
|
|
937
|
+
.ui-carousel-vertical .ui-carousel-dots-container {
|
938
|
+
margin: .75em 0;
|
939
|
+
}
|
970
940
|
.ui-chips > ul.ui-inputtext {
|
971
941
|
clear: left;
|
972
942
|
cursor: text;
|
@@ -1026,6 +996,39 @@ button.ui-button::-moz-focus-inner {
|
|
1026
996
|
-webkit-border-radius: 0;
|
1027
997
|
border-radius: 0;
|
1028
998
|
}
|
999
|
+
.ui-chkbox {
|
1000
|
+
display: inline-block;
|
1001
|
+
cursor: pointer;
|
1002
|
+
vertical-align: middle;
|
1003
|
+
margin-right: .25em;
|
1004
|
+
user-select: none;
|
1005
|
+
-moz-user-select: none;
|
1006
|
+
-webkit-user-select: none;
|
1007
|
+
}
|
1008
|
+
|
1009
|
+
.ui-chkbox .ui-chkbox-box {
|
1010
|
+
width: 1.125em;
|
1011
|
+
height: 1.125em;
|
1012
|
+
line-height: 1.125em;
|
1013
|
+
-moz-border-radius: 2px;
|
1014
|
+
-webkit-border-radius: 2px;
|
1015
|
+
border-radius: 2px;
|
1016
|
+
text-align: center;
|
1017
|
+
}
|
1018
|
+
|
1019
|
+
.ui-chkbox .ui-chkbox-icon {
|
1020
|
+
display: block;
|
1021
|
+
}
|
1022
|
+
|
1023
|
+
.ui-chkbox-label {
|
1024
|
+
vertical-align: middle;
|
1025
|
+
}
|
1026
|
+
|
1027
|
+
.ui-chkbox-readonly {
|
1028
|
+
cursor: default;
|
1029
|
+
}
|
1030
|
+
|
1031
|
+
|
1029
1032
|
.ui-colorpicker {
|
1030
1033
|
display: inline-block;
|
1031
1034
|
}
|
@@ -1201,6 +1204,34 @@ button.ui-button::-moz-focus-inner {
|
|
1201
1204
|
}
|
1202
1205
|
|
1203
1206
|
|
1207
|
+
.ui-datascroller {
|
1208
|
+
}
|
1209
|
+
|
1210
|
+
.ui-datascroller .ui-datascroller-header {
|
1211
|
+
text-align: center;
|
1212
|
+
padding: .5em .75em;
|
1213
|
+
border-bottom: 0 none;
|
1214
|
+
}
|
1215
|
+
|
1216
|
+
.ui-datascroller .ui-datascroller-footer {
|
1217
|
+
text-align: center;
|
1218
|
+
padding: .25em .625em;
|
1219
|
+
border-top: 0px none;
|
1220
|
+
}
|
1221
|
+
|
1222
|
+
.ui-datascroller .ui-datascroller-content {
|
1223
|
+
padding: .25em .625em;
|
1224
|
+
}
|
1225
|
+
|
1226
|
+
.ui-datascroller-inline .ui-datascroller-content {
|
1227
|
+
overflow: auto;
|
1228
|
+
}
|
1229
|
+
|
1230
|
+
.ui-datascroller .ui-datascroller-list {
|
1231
|
+
list-style-type: none;
|
1232
|
+
margin: 0;
|
1233
|
+
padding: 0;
|
1234
|
+
}
|
1204
1235
|
.ui-datalist .ui-datalist-header,
|
1205
1236
|
.ui-datalist .ui-datalist-footer {
|
1206
1237
|
text-align:center;
|
@@ -1241,34 +1272,6 @@ button.ui-button::-moz-focus-inner {
|
|
1241
1272
|
border-top: 0 none;
|
1242
1273
|
}
|
1243
1274
|
|
1244
|
-
.ui-datascroller {
|
1245
|
-
}
|
1246
|
-
|
1247
|
-
.ui-datascroller .ui-datascroller-header {
|
1248
|
-
text-align: center;
|
1249
|
-
padding: .5em .75em;
|
1250
|
-
border-bottom: 0 none;
|
1251
|
-
}
|
1252
|
-
|
1253
|
-
.ui-datascroller .ui-datascroller-footer {
|
1254
|
-
text-align: center;
|
1255
|
-
padding: .25em .625em;
|
1256
|
-
border-top: 0px none;
|
1257
|
-
}
|
1258
|
-
|
1259
|
-
.ui-datascroller .ui-datascroller-content {
|
1260
|
-
padding: .25em .625em;
|
1261
|
-
}
|
1262
|
-
|
1263
|
-
.ui-datascroller-inline .ui-datascroller-content {
|
1264
|
-
overflow: auto;
|
1265
|
-
}
|
1266
|
-
|
1267
|
-
.ui-datascroller .ui-datascroller-list {
|
1268
|
-
list-style-type: none;
|
1269
|
-
margin: 0;
|
1270
|
-
padding: 0;
|
1271
|
-
}
|
1272
1275
|
.ui-dataview {
|
1273
1276
|
position: relative;
|
1274
1277
|
}
|
@@ -2922,6 +2925,78 @@ button.ui-button::-moz-focus-inner {
|
|
2922
2925
|
.ui-lightbox-nav-left:hover, .ui-lightbox-nav-right:hover{
|
2923
2926
|
opacity: 1;
|
2924
2927
|
}
|
2928
|
+
.ui-listbox {
|
2929
|
+
padding: .25em;
|
2930
|
+
width: 10em;
|
2931
|
+
}
|
2932
|
+
|
2933
|
+
.ui-listbox .ui-listbox-list-wrapper {
|
2934
|
+
overflow:auto;
|
2935
|
+
}
|
2936
|
+
|
2937
|
+
.ui-listbox .ui-listbox-list {
|
2938
|
+
list-style-type: none;
|
2939
|
+
margin: 0;
|
2940
|
+
padding: 0;
|
2941
|
+
}
|
2942
|
+
|
2943
|
+
.ui-listbox .ui-listbox-item {
|
2944
|
+
padding: .25em;
|
2945
|
+
border: 0 none;
|
2946
|
+
cursor: pointer;
|
2947
|
+
font-weight: normal;
|
2948
|
+
margin-bottom: 1px;
|
2949
|
+
}
|
2950
|
+
|
2951
|
+
.ui-listbox .ui-listbox-item > span {
|
2952
|
+
vertical-align: middle;
|
2953
|
+
}
|
2954
|
+
|
2955
|
+
.ui-listbox .ui-listbox-item:last-child {
|
2956
|
+
margin-bottom: 0;
|
2957
|
+
}
|
2958
|
+
|
2959
|
+
.ui-listbox.ui-state-disabled .ui-listbox-item {
|
2960
|
+
cursor: default;
|
2961
|
+
}
|
2962
|
+
|
2963
|
+
.ui-listbox-header {
|
2964
|
+
margin-bottom: 0.3em;
|
2965
|
+
padding: .125em .2em;
|
2966
|
+
position: relative;
|
2967
|
+
}
|
2968
|
+
|
2969
|
+
.ui-listbox-header .ui-chkbox {
|
2970
|
+
display: inline-block;
|
2971
|
+
vertical-align: middle;
|
2972
|
+
cursor: pointer;
|
2973
|
+
}
|
2974
|
+
|
2975
|
+
.ui-listbox-header .ui-listbox-filter-container {
|
2976
|
+
display: inline-block;
|
2977
|
+
vertical-align: middle;
|
2978
|
+
position: relative;
|
2979
|
+
width: 100%;
|
2980
|
+
}
|
2981
|
+
|
2982
|
+
.ui-listbox-header.ui-listbox-header-w-checkbox .ui-listbox-filter-container {
|
2983
|
+
width: calc(100% - 2em);
|
2984
|
+
}
|
2985
|
+
|
2986
|
+
.ui-listbox-header .ui-listbox-filter-container .ui-listbox-filter-icon {
|
2987
|
+
position: absolute;
|
2988
|
+
top: .25em;
|
2989
|
+
left: .25em;
|
2990
|
+
}
|
2991
|
+
|
2992
|
+
.ui-listbox-header .ui-inputtext {
|
2993
|
+
padding: .125em .125em .125em 1.25em;
|
2994
|
+
width: 100%;
|
2995
|
+
}
|
2996
|
+
|
2997
|
+
.ui-listbox-footer {
|
2998
|
+
padding: .125em .2em;
|
2999
|
+
}
|
2925
3000
|
.ui-megamenu {
|
2926
3001
|
padding: .25em;
|
2927
3002
|
}
|
@@ -3012,78 +3087,6 @@ button.ui-button::-moz-focus-inner {
|
|
3012
3087
|
-ms-flex-wrap: nowrap;
|
3013
3088
|
flex-wrap: nowrap;
|
3014
3089
|
}
|
3015
|
-
.ui-listbox {
|
3016
|
-
padding: .25em;
|
3017
|
-
width: 10em;
|
3018
|
-
}
|
3019
|
-
|
3020
|
-
.ui-listbox .ui-listbox-list-wrapper {
|
3021
|
-
overflow:auto;
|
3022
|
-
}
|
3023
|
-
|
3024
|
-
.ui-listbox .ui-listbox-list {
|
3025
|
-
list-style-type: none;
|
3026
|
-
margin: 0;
|
3027
|
-
padding: 0;
|
3028
|
-
}
|
3029
|
-
|
3030
|
-
.ui-listbox .ui-listbox-item {
|
3031
|
-
padding: .25em;
|
3032
|
-
border: 0 none;
|
3033
|
-
cursor: pointer;
|
3034
|
-
font-weight: normal;
|
3035
|
-
margin-bottom: 1px;
|
3036
|
-
}
|
3037
|
-
|
3038
|
-
.ui-listbox .ui-listbox-item > span {
|
3039
|
-
vertical-align: middle;
|
3040
|
-
}
|
3041
|
-
|
3042
|
-
.ui-listbox .ui-listbox-item:last-child {
|
3043
|
-
margin-bottom: 0;
|
3044
|
-
}
|
3045
|
-
|
3046
|
-
.ui-listbox.ui-state-disabled .ui-listbox-item {
|
3047
|
-
cursor: default;
|
3048
|
-
}
|
3049
|
-
|
3050
|
-
.ui-listbox-header {
|
3051
|
-
margin-bottom: 0.3em;
|
3052
|
-
padding: .125em .2em;
|
3053
|
-
position: relative;
|
3054
|
-
}
|
3055
|
-
|
3056
|
-
.ui-listbox-header .ui-chkbox {
|
3057
|
-
display: inline-block;
|
3058
|
-
vertical-align: middle;
|
3059
|
-
cursor: pointer;
|
3060
|
-
}
|
3061
|
-
|
3062
|
-
.ui-listbox-header .ui-listbox-filter-container {
|
3063
|
-
display: inline-block;
|
3064
|
-
vertical-align: middle;
|
3065
|
-
position: relative;
|
3066
|
-
width: 100%;
|
3067
|
-
}
|
3068
|
-
|
3069
|
-
.ui-listbox-header.ui-listbox-header-w-checkbox .ui-listbox-filter-container {
|
3070
|
-
width: calc(100% - 2em);
|
3071
|
-
}
|
3072
|
-
|
3073
|
-
.ui-listbox-header .ui-listbox-filter-container .ui-listbox-filter-icon {
|
3074
|
-
position: absolute;
|
3075
|
-
top: .25em;
|
3076
|
-
left: .25em;
|
3077
|
-
}
|
3078
|
-
|
3079
|
-
.ui-listbox-header .ui-inputtext {
|
3080
|
-
padding: .125em .125em .125em 1.25em;
|
3081
|
-
width: 100%;
|
3082
|
-
}
|
3083
|
-
|
3084
|
-
.ui-listbox-footer {
|
3085
|
-
padding: .125em .2em;
|
3086
|
-
}
|
3087
3090
|
.ui-menu {
|
3088
3091
|
width: 12.5em;
|
3089
3092
|
padding: .25em;
|
@@ -3124,9 +3127,25 @@ button.ui-button::-moz-focus-inner {
|
|
3124
3127
|
vertical-align: middle;
|
3125
3128
|
}
|
3126
3129
|
|
3127
|
-
.ui-menu .ui-menuitem-text {
|
3130
|
+
.ui-menu .ui-menuitem-text {
|
3131
|
+
vertical-align: middle;
|
3132
|
+
}
|
3133
|
+
.ui-message {
|
3134
|
+
border: 1px solid;
|
3135
|
+
margin: 0px .25em;
|
3136
|
+
padding: .25em .5em;
|
3137
|
+
display: inline-block;
|
3138
|
+
vertical-align: top;
|
3139
|
+
}
|
3140
|
+
|
3141
|
+
.ui-message .ui-message-icon,
|
3142
|
+
.ui-message .ui-message-text {
|
3128
3143
|
vertical-align: middle;
|
3129
3144
|
}
|
3145
|
+
|
3146
|
+
.ui-fluid .ui-message {
|
3147
|
+
display: block;
|
3148
|
+
}
|
3130
3149
|
.ui-menubar {
|
3131
3150
|
padding: .25em;
|
3132
3151
|
}
|
@@ -3218,22 +3237,6 @@ button.ui-button::-moz-focus-inner {
|
|
3218
3237
|
float: right;
|
3219
3238
|
padding: .25em;
|
3220
3239
|
}
|
3221
|
-
.ui-message {
|
3222
|
-
border: 1px solid;
|
3223
|
-
margin: 0px .25em;
|
3224
|
-
padding: .25em .5em;
|
3225
|
-
display: inline-block;
|
3226
|
-
vertical-align: top;
|
3227
|
-
}
|
3228
|
-
|
3229
|
-
.ui-message .ui-message-icon,
|
3230
|
-
.ui-message .ui-message-text {
|
3231
|
-
vertical-align: middle;
|
3232
|
-
}
|
3233
|
-
|
3234
|
-
.ui-fluid .ui-message {
|
3235
|
-
display: block;
|
3236
|
-
}
|
3237
3240
|
.ui-messages {
|
3238
3241
|
border: 1px solid;
|
3239
3242
|
margin: .5em 0;
|
@@ -3910,6 +3913,116 @@ button.ui-button::-moz-focus-inner {
|
|
3910
3913
|
-webkit-transition: transform .3s, opacity .15s;
|
3911
3914
|
transition: transform .3s, opacity .15s;
|
3912
3915
|
}
|
3916
|
+
.ui-progressbar {
|
3917
|
+
height: 1.2em;
|
3918
|
+
text-align: left;
|
3919
|
+
position: relative;
|
3920
|
+
overflow: hidden;
|
3921
|
+
}
|
3922
|
+
|
3923
|
+
.ui-progressbar-determinate .ui-progressbar-value {
|
3924
|
+
height: 100%;
|
3925
|
+
width: 0%;
|
3926
|
+
position: absolute;
|
3927
|
+
display: none;
|
3928
|
+
border: 0 none;
|
3929
|
+
}
|
3930
|
+
|
3931
|
+
.ui-progressbar-determinate .ui-progressbar-value-animate {
|
3932
|
+
-webkit-transition: width 1s ease-in-out;
|
3933
|
+
-moz-transition: width 1s ease-in-out;
|
3934
|
+
-o-transition: width 1s ease-in-out;
|
3935
|
+
transition: width 1s ease-in-out;
|
3936
|
+
}
|
3937
|
+
|
3938
|
+
.ui-progressbar-determinate .ui-progressbar-label {
|
3939
|
+
text-align: center;
|
3940
|
+
height: 100%;
|
3941
|
+
width: 100%;
|
3942
|
+
position: absolute;
|
3943
|
+
display: none;
|
3944
|
+
font-weight: bold;
|
3945
|
+
}
|
3946
|
+
|
3947
|
+
.ui-progressbar-indeterminate {
|
3948
|
+
height: .5em;
|
3949
|
+
}
|
3950
|
+
|
3951
|
+
.ui-progressbar-indeterminate .ui-progressbar-value {
|
3952
|
+
border: 0 none;
|
3953
|
+
}
|
3954
|
+
|
3955
|
+
.ui-progressbar-indeterminate .ui-progressbar-value::before {
|
3956
|
+
content: '';
|
3957
|
+
position: absolute;
|
3958
|
+
background-color: inherit;
|
3959
|
+
top: 0;
|
3960
|
+
left: 0;
|
3961
|
+
bottom: 0;
|
3962
|
+
will-change: left, right;
|
3963
|
+
-webkit-animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
3964
|
+
animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
3965
|
+
}
|
3966
|
+
|
3967
|
+
.ui-progressbar-indeterminate .ui-progressbar-value::after {
|
3968
|
+
content: '';
|
3969
|
+
position: absolute;
|
3970
|
+
background-color: inherit;
|
3971
|
+
top: 0;
|
3972
|
+
left: 0;
|
3973
|
+
bottom: 0;
|
3974
|
+
will-change: left, right;
|
3975
|
+
-webkit-animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
3976
|
+
animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
3977
|
+
-webkit-animation-delay: 1.15s;
|
3978
|
+
animation-delay: 1.15s;
|
3979
|
+
}
|
3980
|
+
|
3981
|
+
@-webkit-keyframes ui-progressbar-indeterminate-anim {
|
3982
|
+
0% {
|
3983
|
+
left: -35%;
|
3984
|
+
right: 100%; }
|
3985
|
+
60% {
|
3986
|
+
left: 100%;
|
3987
|
+
right: -90%; }
|
3988
|
+
100% {
|
3989
|
+
left: 100%;
|
3990
|
+
right: -90%; }
|
3991
|
+
}
|
3992
|
+
@keyframes ui-progressbar-indeterminate-anim {
|
3993
|
+
0% {
|
3994
|
+
left: -35%;
|
3995
|
+
right: 100%; }
|
3996
|
+
60% {
|
3997
|
+
left: 100%;
|
3998
|
+
right: -90%; }
|
3999
|
+
100% {
|
4000
|
+
left: 100%;
|
4001
|
+
right: -90%; }
|
4002
|
+
}
|
4003
|
+
|
4004
|
+
@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
|
4005
|
+
0% {
|
4006
|
+
left: -200%;
|
4007
|
+
right: 100%; }
|
4008
|
+
60% {
|
4009
|
+
left: 107%;
|
4010
|
+
right: -8%; }
|
4011
|
+
100% {
|
4012
|
+
left: 107%;
|
4013
|
+
right: -8%; }
|
4014
|
+
}
|
4015
|
+
@keyframes ui-progressbar-indeterminate-anim-short {
|
4016
|
+
0% {
|
4017
|
+
left: -200%;
|
4018
|
+
right: 100%; }
|
4019
|
+
60% {
|
4020
|
+
left: 107%;
|
4021
|
+
right: -8%; }
|
4022
|
+
100% {
|
4023
|
+
left: 107%;
|
4024
|
+
right: -8%; }
|
4025
|
+
}
|
3913
4026
|
.ui-picklist > div {
|
3914
4027
|
float: left;
|
3915
4028
|
}
|
@@ -4100,130 +4213,20 @@ button.ui-button::-moz-focus-inner {
|
|
4100
4213
|
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-right::before {
|
4101
4214
|
content: "\e930";
|
4102
4215
|
}
|
4103
|
-
|
4104
|
-
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-right::before {
|
4105
|
-
content: "\e92c";
|
4106
|
-
}
|
4107
|
-
|
4108
|
-
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-left::before {
|
4109
|
-
content: "\e933";
|
4110
|
-
}
|
4111
|
-
|
4112
|
-
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-left::before {
|
4113
|
-
content: "\e92f";
|
4114
|
-
}
|
4115
|
-
}
|
4116
|
-
|
4117
|
-
.ui-progressbar {
|
4118
|
-
height: 1.2em;
|
4119
|
-
text-align: left;
|
4120
|
-
position: relative;
|
4121
|
-
overflow: hidden;
|
4122
|
-
}
|
4123
|
-
|
4124
|
-
.ui-progressbar-determinate .ui-progressbar-value {
|
4125
|
-
height: 100%;
|
4126
|
-
width: 0%;
|
4127
|
-
position: absolute;
|
4128
|
-
display: none;
|
4129
|
-
border: 0 none;
|
4130
|
-
}
|
4131
|
-
|
4132
|
-
.ui-progressbar-determinate .ui-progressbar-value-animate {
|
4133
|
-
-webkit-transition: width 1s ease-in-out;
|
4134
|
-
-moz-transition: width 1s ease-in-out;
|
4135
|
-
-o-transition: width 1s ease-in-out;
|
4136
|
-
transition: width 1s ease-in-out;
|
4137
|
-
}
|
4138
|
-
|
4139
|
-
.ui-progressbar-determinate .ui-progressbar-label {
|
4140
|
-
text-align: center;
|
4141
|
-
height: 100%;
|
4142
|
-
width: 100%;
|
4143
|
-
position: absolute;
|
4144
|
-
display: none;
|
4145
|
-
font-weight: bold;
|
4146
|
-
}
|
4147
|
-
|
4148
|
-
.ui-progressbar-indeterminate {
|
4149
|
-
height: .5em;
|
4150
|
-
}
|
4151
|
-
|
4152
|
-
.ui-progressbar-indeterminate .ui-progressbar-value {
|
4153
|
-
border: 0 none;
|
4154
|
-
}
|
4155
|
-
|
4156
|
-
.ui-progressbar-indeterminate .ui-progressbar-value::before {
|
4157
|
-
content: '';
|
4158
|
-
position: absolute;
|
4159
|
-
background-color: inherit;
|
4160
|
-
top: 0;
|
4161
|
-
left: 0;
|
4162
|
-
bottom: 0;
|
4163
|
-
will-change: left, right;
|
4164
|
-
-webkit-animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
4165
|
-
animation: ui-progressbar-indeterminate-anim 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
|
4166
|
-
}
|
4167
|
-
|
4168
|
-
.ui-progressbar-indeterminate .ui-progressbar-value::after {
|
4169
|
-
content: '';
|
4170
|
-
position: absolute;
|
4171
|
-
background-color: inherit;
|
4172
|
-
top: 0;
|
4173
|
-
left: 0;
|
4174
|
-
bottom: 0;
|
4175
|
-
will-change: left, right;
|
4176
|
-
-webkit-animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
4177
|
-
animation: ui-progressbar-indeterminate-anim-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
|
4178
|
-
-webkit-animation-delay: 1.15s;
|
4179
|
-
animation-delay: 1.15s;
|
4180
|
-
}
|
4181
|
-
|
4182
|
-
@-webkit-keyframes ui-progressbar-indeterminate-anim {
|
4183
|
-
0% {
|
4184
|
-
left: -35%;
|
4185
|
-
right: 100%; }
|
4186
|
-
60% {
|
4187
|
-
left: 100%;
|
4188
|
-
right: -90%; }
|
4189
|
-
100% {
|
4190
|
-
left: 100%;
|
4191
|
-
right: -90%; }
|
4192
|
-
}
|
4193
|
-
@keyframes ui-progressbar-indeterminate-anim {
|
4194
|
-
0% {
|
4195
|
-
left: -35%;
|
4196
|
-
right: 100%; }
|
4197
|
-
60% {
|
4198
|
-
left: 100%;
|
4199
|
-
right: -90%; }
|
4200
|
-
100% {
|
4201
|
-
left: 100%;
|
4202
|
-
right: -90%; }
|
4203
|
-
}
|
4204
|
-
|
4205
|
-
@-webkit-keyframes ui-progressbar-indeterminate-anim-short {
|
4206
|
-
0% {
|
4207
|
-
left: -200%;
|
4208
|
-
right: 100%; }
|
4209
|
-
60% {
|
4210
|
-
left: 107%;
|
4211
|
-
right: -8%; }
|
4212
|
-
100% {
|
4213
|
-
left: 107%;
|
4214
|
-
right: -8%; }
|
4215
|
-
}
|
4216
|
-
@keyframes ui-progressbar-indeterminate-anim-short {
|
4217
|
-
0% {
|
4218
|
-
left: -200%;
|
4219
|
-
right: 100%; }
|
4220
|
-
60% {
|
4221
|
-
left: 107%;
|
4222
|
-
right: -8%; }
|
4223
|
-
100% {
|
4224
|
-
left: 107%;
|
4225
|
-
right: -8%; }
|
4216
|
+
|
4217
|
+
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-right::before {
|
4218
|
+
content: "\e92c";
|
4219
|
+
}
|
4220
|
+
|
4221
|
+
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-left::before {
|
4222
|
+
content: "\e933";
|
4223
|
+
}
|
4224
|
+
|
4225
|
+
.ui-picklist.ui-picklist-responsive .ui-picklist-buttons .pi-angle-double-left::before {
|
4226
|
+
content: "\e92f";
|
4227
|
+
}
|
4226
4228
|
}
|
4229
|
+
|
4227
4230
|
.ui-progress-spinner {
|
4228
4231
|
position: relative;
|
4229
4232
|
margin: 0 auto;
|
@@ -4511,6 +4514,10 @@ button.ui-button::-moz-focus-inner {
|
|
4511
4514
|
float: right;
|
4512
4515
|
}
|
4513
4516
|
|
4517
|
+
.ui-sidebar-close {
|
4518
|
+
cursor: pointer;
|
4519
|
+
}
|
4520
|
+
|
4514
4521
|
@media screen and (max-width: 64em) {
|
4515
4522
|
.ui-sidebar-left.ui-sidebar-lg,
|
4516
4523
|
.ui-sidebar-left.ui-sidebar-md,
|
@@ -4519,6 +4526,7 @@ button.ui-button::-moz-focus-inner {
|
|
4519
4526
|
width: 20em;
|
4520
4527
|
}
|
4521
4528
|
}
|
4529
|
+
|
4522
4530
|
.ui-slidemenu {
|
4523
4531
|
width: 12.5em;
|
4524
4532
|
padding: .25em;
|
@@ -4989,6 +4997,10 @@ button.ui-button::-moz-focus-inner {
|
|
4989
4997
|
display: none !important;
|
4990
4998
|
}
|
4991
4999
|
|
5000
|
+
.ui-table-responsive colgroup {
|
5001
|
+
display: none !important;
|
5002
|
+
}
|
5003
|
+
|
4992
5004
|
.ui-table-responsive .ui-table-tbody > tr > td {
|
4993
5005
|
text-align: left;
|
4994
5006
|
display: block;
|
@@ -5033,46 +5045,6 @@ button.ui-button::-moz-focus-inner {
|
|
5033
5045
|
font-size: 2em;
|
5034
5046
|
}
|
5035
5047
|
|
5036
|
-
/** TabMenu **/
|
5037
|
-
.ui-tabmenu .ui-tabmenu-nav {
|
5038
|
-
margin: 0;
|
5039
|
-
padding: .25em .5em 0 .25em;
|
5040
|
-
}
|
5041
|
-
|
5042
|
-
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
|
5043
|
-
list-style: none;
|
5044
|
-
float: left;
|
5045
|
-
position: relative;
|
5046
|
-
margin: 0 .2em 1px 0;
|
5047
|
-
padding: 0;
|
5048
|
-
white-space: nowrap;
|
5049
|
-
display: block;
|
5050
|
-
border-bottom: 0;
|
5051
|
-
top: 1px;
|
5052
|
-
}
|
5053
|
-
|
5054
|
-
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
|
5055
|
-
float: left;
|
5056
|
-
padding: 0.5em 1em;
|
5057
|
-
text-decoration: none;
|
5058
|
-
}
|
5059
|
-
|
5060
|
-
.ui-tabmenu .ui-tabmenu-nav a {
|
5061
|
-
padding: 0.5em 1em;
|
5062
|
-
}
|
5063
|
-
|
5064
|
-
.ui-tabmenu .ui-menuitem-icon {
|
5065
|
-
margin-right: .25em;
|
5066
|
-
vertical-align: middle;
|
5067
|
-
}
|
5068
|
-
|
5069
|
-
.ui-tabmenu .ui-menuitem-text {
|
5070
|
-
vertical-align: middle;
|
5071
|
-
}
|
5072
|
-
|
5073
|
-
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-disabled a {
|
5074
|
-
cursor: default;
|
5075
|
-
}
|
5076
5048
|
.ui-tabview {
|
5077
5049
|
padding: .25em;
|
5078
5050
|
}
|
@@ -5214,6 +5186,46 @@ button.ui-button::-moz-focus-inner {
|
|
5214
5186
|
float: right;
|
5215
5187
|
}
|
5216
5188
|
|
5189
|
+
/** TabMenu **/
|
5190
|
+
.ui-tabmenu .ui-tabmenu-nav {
|
5191
|
+
margin: 0;
|
5192
|
+
padding: .25em .5em 0 .25em;
|
5193
|
+
}
|
5194
|
+
|
5195
|
+
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem {
|
5196
|
+
list-style: none;
|
5197
|
+
float: left;
|
5198
|
+
position: relative;
|
5199
|
+
margin: 0 .2em 1px 0;
|
5200
|
+
padding: 0;
|
5201
|
+
white-space: nowrap;
|
5202
|
+
display: block;
|
5203
|
+
border-bottom: 0;
|
5204
|
+
top: 1px;
|
5205
|
+
}
|
5206
|
+
|
5207
|
+
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem a {
|
5208
|
+
float: left;
|
5209
|
+
padding: 0.5em 1em;
|
5210
|
+
text-decoration: none;
|
5211
|
+
}
|
5212
|
+
|
5213
|
+
.ui-tabmenu .ui-tabmenu-nav a {
|
5214
|
+
padding: 0.5em 1em;
|
5215
|
+
}
|
5216
|
+
|
5217
|
+
.ui-tabmenu .ui-menuitem-icon {
|
5218
|
+
margin-right: .25em;
|
5219
|
+
vertical-align: middle;
|
5220
|
+
}
|
5221
|
+
|
5222
|
+
.ui-tabmenu .ui-menuitem-text {
|
5223
|
+
vertical-align: middle;
|
5224
|
+
}
|
5225
|
+
|
5226
|
+
.ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-disabled a {
|
5227
|
+
cursor: default;
|
5228
|
+
}
|
5217
5229
|
.ui-terminal {
|
5218
5230
|
height: 18em;
|
5219
5231
|
overflow: auto;
|
@@ -5379,84 +5391,6 @@ button.ui-button::-moz-focus-inner {
|
|
5379
5391
|
min-width: 20vw;
|
5380
5392
|
transform: translate(-50%, -50%);
|
5381
5393
|
}
|
5382
|
-
.ui-toolbar {
|
5383
|
-
padding: .25em .5em;
|
5384
|
-
}
|
5385
|
-
|
5386
|
-
.ui-toolbar-group-left {
|
5387
|
-
float:left
|
5388
|
-
}
|
5389
|
-
|
5390
|
-
.ui-toolbar-group-right {
|
5391
|
-
float:right
|
5392
|
-
}
|
5393
|
-
.ui-tooltip {
|
5394
|
-
position:absolute;
|
5395
|
-
display:none;
|
5396
|
-
padding: .25em .5em;
|
5397
|
-
max-width: 12.5em;
|
5398
|
-
}
|
5399
|
-
|
5400
|
-
.ui-tooltip.ui-tooltip-right,
|
5401
|
-
.ui-tooltip.ui-tooltip-left {
|
5402
|
-
padding: 0 .25em;
|
5403
|
-
}
|
5404
|
-
|
5405
|
-
.ui-tooltip.ui-tooltip-top,
|
5406
|
-
.ui-tooltip.ui-tooltip-bottom {
|
5407
|
-
padding:.25em 0;
|
5408
|
-
}
|
5409
|
-
|
5410
|
-
.ui-tooltip .ui-tooltip-text {
|
5411
|
-
padding: .125em .5em;
|
5412
|
-
background-color: rgb(76, 76, 76);
|
5413
|
-
color: #ffffff;
|
5414
|
-
white-space: pre-line;
|
5415
|
-
}
|
5416
|
-
|
5417
|
-
.ui-tooltip-arrow {
|
5418
|
-
position: absolute;
|
5419
|
-
width: 0;
|
5420
|
-
height: 0;
|
5421
|
-
border-color: transparent;
|
5422
|
-
border-style: solid;
|
5423
|
-
}
|
5424
|
-
|
5425
|
-
.ui-tooltip-right .ui-tooltip-arrow {
|
5426
|
-
top: 50%;
|
5427
|
-
left: 0;
|
5428
|
-
margin-top: -.25em;
|
5429
|
-
border-width: .25em .25em .25em 0;
|
5430
|
-
border-right-color: rgb(76, 76, 76);
|
5431
|
-
}
|
5432
|
-
|
5433
|
-
.ui-tooltip-left .ui-tooltip-arrow {
|
5434
|
-
top: 50%;
|
5435
|
-
right: 0;
|
5436
|
-
margin-top: -.25em;
|
5437
|
-
border-width: .25em 0 .25em .25em;
|
5438
|
-
border-left-color: rgb(76, 76, 76);
|
5439
|
-
}
|
5440
|
-
|
5441
|
-
.ui-tooltip.ui-tooltip-top {
|
5442
|
-
padding: .25em 0;
|
5443
|
-
}
|
5444
|
-
|
5445
|
-
.ui-tooltip-top .ui-tooltip-arrow {
|
5446
|
-
bottom: 0;
|
5447
|
-
left: 50%;
|
5448
|
-
margin-left: -.25em;
|
5449
|
-
border-width: .25em .25em 0;
|
5450
|
-
border-top-color: rgb(76, 76, 76);
|
5451
|
-
}
|
5452
|
-
|
5453
|
-
.ui-tooltip-bottom .ui-tooltip-arrow {
|
5454
|
-
top: 0;
|
5455
|
-
left: 50%;
|
5456
|
-
margin-left: -.25em;
|
5457
|
-
border-width: 0 .25em .25em;
|
5458
|
-
border-bottom-color: rgb(76, 76, 76);
|
5459
|
-
}
|
5460
5394
|
.ui-tree {
|
5461
5395
|
width: 18em;
|
5462
5396
|
}
|
@@ -5668,6 +5602,84 @@ button.ui-button::-moz-focus-inner {
|
|
5668
5602
|
font-size: 2em;
|
5669
5603
|
}
|
5670
5604
|
|
5605
|
+
.ui-toolbar {
|
5606
|
+
padding: .25em .5em;
|
5607
|
+
}
|
5608
|
+
|
5609
|
+
.ui-toolbar-group-left {
|
5610
|
+
float:left
|
5611
|
+
}
|
5612
|
+
|
5613
|
+
.ui-toolbar-group-right {
|
5614
|
+
float:right
|
5615
|
+
}
|
5616
|
+
.ui-tooltip {
|
5617
|
+
position:absolute;
|
5618
|
+
display:none;
|
5619
|
+
padding: .25em .5em;
|
5620
|
+
max-width: 12.5em;
|
5621
|
+
}
|
5622
|
+
|
5623
|
+
.ui-tooltip.ui-tooltip-right,
|
5624
|
+
.ui-tooltip.ui-tooltip-left {
|
5625
|
+
padding: 0 .25em;
|
5626
|
+
}
|
5627
|
+
|
5628
|
+
.ui-tooltip.ui-tooltip-top,
|
5629
|
+
.ui-tooltip.ui-tooltip-bottom {
|
5630
|
+
padding:.25em 0;
|
5631
|
+
}
|
5632
|
+
|
5633
|
+
.ui-tooltip .ui-tooltip-text {
|
5634
|
+
padding: .125em .5em;
|
5635
|
+
background-color: rgb(76, 76, 76);
|
5636
|
+
color: #ffffff;
|
5637
|
+
white-space: pre-line;
|
5638
|
+
}
|
5639
|
+
|
5640
|
+
.ui-tooltip-arrow {
|
5641
|
+
position: absolute;
|
5642
|
+
width: 0;
|
5643
|
+
height: 0;
|
5644
|
+
border-color: transparent;
|
5645
|
+
border-style: solid;
|
5646
|
+
}
|
5647
|
+
|
5648
|
+
.ui-tooltip-right .ui-tooltip-arrow {
|
5649
|
+
top: 50%;
|
5650
|
+
left: 0;
|
5651
|
+
margin-top: -.25em;
|
5652
|
+
border-width: .25em .25em .25em 0;
|
5653
|
+
border-right-color: rgb(76, 76, 76);
|
5654
|
+
}
|
5655
|
+
|
5656
|
+
.ui-tooltip-left .ui-tooltip-arrow {
|
5657
|
+
top: 50%;
|
5658
|
+
right: 0;
|
5659
|
+
margin-top: -.25em;
|
5660
|
+
border-width: .25em 0 .25em .25em;
|
5661
|
+
border-left-color: rgb(76, 76, 76);
|
5662
|
+
}
|
5663
|
+
|
5664
|
+
.ui-tooltip.ui-tooltip-top {
|
5665
|
+
padding: .25em 0;
|
5666
|
+
}
|
5667
|
+
|
5668
|
+
.ui-tooltip-top .ui-tooltip-arrow {
|
5669
|
+
bottom: 0;
|
5670
|
+
left: 50%;
|
5671
|
+
margin-left: -.25em;
|
5672
|
+
border-width: .25em .25em 0;
|
5673
|
+
border-top-color: rgb(76, 76, 76);
|
5674
|
+
}
|
5675
|
+
|
5676
|
+
.ui-tooltip-bottom .ui-tooltip-arrow {
|
5677
|
+
top: 0;
|
5678
|
+
left: 50%;
|
5679
|
+
margin-left: -.25em;
|
5680
|
+
border-width: 0 .25em .25em;
|
5681
|
+
border-bottom-color: rgb(76, 76, 76);
|
5682
|
+
}
|
5671
5683
|
.ui-treetable {
|
5672
5684
|
position: relative;
|
5673
5685
|
}
|