primeng 4.1.2 → 4.2.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.
Files changed (166) hide show
  1. package/components/autocomplete/autocomplete.d.ts +7 -0
  2. package/components/autocomplete/autocomplete.js +63 -6
  3. package/components/autocomplete/autocomplete.js.map +1 -1
  4. package/components/autocomplete/autocomplete.metadata.json +1 -1
  5. package/components/blockui/blockui.js +1 -0
  6. package/components/blockui/blockui.js.map +1 -1
  7. package/components/breadcrumb/breadcrumb.js +1 -1
  8. package/components/breadcrumb/breadcrumb.js.map +1 -1
  9. package/components/breadcrumb/breadcrumb.metadata.json +1 -1
  10. package/components/calendar/calendar.d.ts +36 -14
  11. package/components/calendar/calendar.js +337 -108
  12. package/components/calendar/calendar.js.map +1 -1
  13. package/components/calendar/calendar.metadata.json +1 -1
  14. package/components/checkbox/checkbox.js +1 -1
  15. package/components/checkbox/checkbox.js.map +1 -1
  16. package/components/checkbox/checkbox.metadata.json +1 -1
  17. package/components/chips/chips.d.ts +2 -0
  18. package/components/chips/chips.js +25 -11
  19. package/components/chips/chips.js.map +1 -1
  20. package/components/chips/chips.metadata.json +1 -1
  21. package/components/common/menuitem.d.ts +1 -0
  22. package/components/common/messageservice.d.ts +9 -0
  23. package/components/common/messageservice.js +35 -0
  24. package/components/common/messageservice.js.map +1 -0
  25. package/components/common/messageservice.metadata.json +1 -0
  26. package/components/common/selectitem.d.ts +1 -0
  27. package/components/common/shared.d.ts +1 -0
  28. package/components/common/shared.js +4 -0
  29. package/components/common/shared.js.map +1 -1
  30. package/components/common/shared.metadata.json +1 -1
  31. package/components/contextmenu/contextmenu.d.ts +2 -0
  32. package/components/contextmenu/contextmenu.js +18 -5
  33. package/components/contextmenu/contextmenu.js.map +1 -1
  34. package/components/contextmenu/contextmenu.metadata.json +1 -1
  35. package/components/datatable/datatable.d.ts +14 -0
  36. package/components/datatable/datatable.js +113 -38
  37. package/components/datatable/datatable.js.map +1 -1
  38. package/components/datatable/datatable.metadata.json +1 -1
  39. package/components/dropdown/dropdown.d.ts +4 -2
  40. package/components/dropdown/dropdown.js +25 -13
  41. package/components/dropdown/dropdown.js.map +1 -1
  42. package/components/dropdown/dropdown.metadata.json +1 -1
  43. package/components/fileupload/fileupload.d.ts +16 -4
  44. package/components/fileupload/fileupload.js +72 -9
  45. package/components/fileupload/fileupload.js.map +1 -1
  46. package/components/fileupload/fileupload.metadata.json +1 -1
  47. package/components/growl/growl.d.ts +9 -2
  48. package/components/growl/growl.js +45 -8
  49. package/components/growl/growl.js.map +1 -1
  50. package/components/growl/growl.metadata.json +1 -1
  51. package/components/inputmask/inputmask.d.ts +4 -1
  52. package/components/inputmask/inputmask.js +28 -7
  53. package/components/inputmask/inputmask.js.map +1 -1
  54. package/components/inputmask/inputmask.metadata.json +1 -1
  55. package/components/listbox/listbox.d.ts +3 -0
  56. package/components/listbox/listbox.js +14 -1
  57. package/components/listbox/listbox.js.map +1 -1
  58. package/components/listbox/listbox.metadata.json +1 -1
  59. package/components/megamenu/megamenu.js +1 -1
  60. package/components/megamenu/megamenu.js.map +1 -1
  61. package/components/megamenu/megamenu.metadata.json +1 -1
  62. package/components/menu/menu.js +2 -2
  63. package/components/menu/menu.js.map +1 -1
  64. package/components/menu/menu.metadata.json +1 -1
  65. package/components/menubar/menubar.js +1 -1
  66. package/components/menubar/menubar.js.map +1 -1
  67. package/components/menubar/menubar.metadata.json +1 -1
  68. package/components/messages/messages.d.ts +8 -2
  69. package/components/messages/messages.js +29 -3
  70. package/components/messages/messages.js.map +1 -1
  71. package/components/messages/messages.metadata.json +1 -1
  72. package/components/multiselect/multiselect.d.ts +8 -2
  73. package/components/multiselect/multiselect.js +40 -6
  74. package/components/multiselect/multiselect.js.map +1 -1
  75. package/components/multiselect/multiselect.metadata.json +1 -1
  76. package/components/orderlist/orderlist.js +1 -1
  77. package/components/orderlist/orderlist.js.map +1 -1
  78. package/components/organizationchart/organizationchart.js +2 -2
  79. package/components/organizationchart/organizationchart.js.map +1 -1
  80. package/components/organizationchart/organizationchart.metadata.json +1 -1
  81. package/components/paginator/paginator.d.ts +2 -1
  82. package/components/paginator/paginator.js +19 -10
  83. package/components/paginator/paginator.js.map +1 -1
  84. package/components/paginator/paginator.metadata.json +1 -1
  85. package/components/panel/panel.js +1 -1
  86. package/components/panel/panel.js.map +1 -1
  87. package/components/panelmenu/panelmenu.js +2 -2
  88. package/components/panelmenu/panelmenu.js.map +1 -1
  89. package/components/panelmenu/panelmenu.metadata.json +1 -1
  90. package/components/picklist/picklist.js +18 -8
  91. package/components/picklist/picklist.js.map +1 -1
  92. package/components/radiobutton/radiobutton.js +2 -2
  93. package/components/radiobutton/radiobutton.js.map +1 -1
  94. package/components/radiobutton/radiobutton.metadata.json +1 -1
  95. package/components/schedule/schedule.d.ts +2 -1
  96. package/components/schedule/schedule.js +14 -7
  97. package/components/schedule/schedule.js.map +1 -1
  98. package/components/schedule/schedule.metadata.json +1 -1
  99. package/components/selectbutton/selectbutton.d.ts +2 -1
  100. package/components/selectbutton/selectbutton.js +12 -2
  101. package/components/selectbutton/selectbutton.js.map +1 -1
  102. package/components/selectbutton/selectbutton.metadata.json +1 -1
  103. package/components/slidemenu/slidemenu.d.ts +1 -0
  104. package/components/slidemenu/slidemenu.js +18 -3
  105. package/components/slidemenu/slidemenu.js.map +1 -1
  106. package/components/slidemenu/slidemenu.metadata.json +1 -1
  107. package/components/slider/slider.d.ts +11 -4
  108. package/components/slider/slider.js +70 -29
  109. package/components/slider/slider.js.map +1 -1
  110. package/components/slider/slider.metadata.json +1 -1
  111. package/components/spinner/spinner.d.ts +5 -3
  112. package/components/spinner/spinner.js +21 -11
  113. package/components/spinner/spinner.js.map +1 -1
  114. package/components/spinner/spinner.metadata.json +1 -1
  115. package/components/tabmenu/tabmenu.js +1 -1
  116. package/components/tabmenu/tabmenu.js.map +1 -1
  117. package/components/tabmenu/tabmenu.metadata.json +1 -1
  118. package/components/tabview/tabview.d.ts +16 -6
  119. package/components/tabview/tabview.js +65 -17
  120. package/components/tabview/tabview.js.map +1 -1
  121. package/components/tabview/tabview.metadata.json +1 -1
  122. package/components/terminal/terminal.d.ts +8 -5
  123. package/components/terminal/terminal.js +15 -13
  124. package/components/terminal/terminal.js.map +1 -1
  125. package/components/terminal/terminal.metadata.json +1 -1
  126. package/components/terminal/terminalservice.d.ts +9 -0
  127. package/components/terminal/terminalservice.js +34 -0
  128. package/components/terminal/terminalservice.js.map +1 -0
  129. package/components/terminal/terminalservice.metadata.json +1 -0
  130. package/components/tieredmenu/tieredmenu.js +1 -1
  131. package/components/tieredmenu/tieredmenu.js.map +1 -1
  132. package/components/tieredmenu/tieredmenu.metadata.json +1 -1
  133. package/components/tooltip/tooltip.d.ts +4 -1
  134. package/components/tooltip/tooltip.js +27 -5
  135. package/components/tooltip/tooltip.js.map +1 -1
  136. package/components/tooltip/tooltip.metadata.json +1 -1
  137. package/components/tree/tree.d.ts +2 -0
  138. package/components/tree/tree.js +19 -5
  139. package/components/tree/tree.js.map +1 -1
  140. package/components/tree/tree.metadata.json +1 -1
  141. package/components/treetable/treetable.d.ts +2 -0
  142. package/components/treetable/treetable.js +11 -1
  143. package/components/treetable/treetable.js.map +1 -1
  144. package/components/treetable/treetable.metadata.json +1 -1
  145. package/package.json +19 -19
  146. package/resources/primeng.css +451 -68
  147. package/resources/primeng.min.css +1 -1
  148. package/resources/themes/_theme.scss +8 -0
  149. package/resources/themes/cruze/theme.css +6 -0
  150. package/resources/themes/cupertino/theme.css +6 -0
  151. package/resources/themes/darkness/theme.css +6 -0
  152. package/resources/themes/flick/theme.css +6 -0
  153. package/resources/themes/home/theme.css +6 -0
  154. package/resources/themes/kasper/theme.css +6 -0
  155. package/resources/themes/lightness/theme.css +6 -0
  156. package/resources/themes/ludvig/theme.css +6 -0
  157. package/resources/themes/omega/theme.css +14 -0
  158. package/resources/themes/omega/theme.css.map +7 -0
  159. package/resources/themes/omega/theme.scss +11 -0
  160. package/resources/themes/pepper-grinder/theme.css +6 -0
  161. package/resources/themes/redmond/theme.css +6 -0
  162. package/resources/themes/rocket/theme.css +6 -0
  163. package/resources/themes/south-street/theme.css +6 -0
  164. package/resources/themes/start/theme.css +6 -0
  165. package/resources/themes/trontastic/theme.css +6 -0
  166. package/resources/themes/voclain/theme.css +6 -0
@@ -157,6 +157,27 @@
157
157
  .ui-overflow-hidden {
158
158
  overflow: hidden;
159
159
  }
160
+
161
+ ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
162
+ color: #898989;
163
+ }
164
+ :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
165
+ color: #898989;
166
+ opacity: 1;
167
+ }
168
+ ::-moz-placeholder { /* Mozilla Firefox 19+ */
169
+ color: #898989;
170
+ opacity: 1;
171
+ }
172
+ :-ms-input-placeholder { /* Internet Explorer 10-11 */
173
+ color: #898989;
174
+ }
175
+ ::-ms-input-placeholder { /* Microsoft Edge */
176
+ color: #898989;
177
+ }
178
+ .ui-placeholder {
179
+ color: #898989;
180
+ }
160
181
  .ui-accordion {
161
182
  width: 100%;
162
183
  }
@@ -237,6 +258,17 @@
237
258
  vertical-align: top;
238
259
  }
239
260
 
261
+ .ui-autocomplete .ui-autocomplete-input {
262
+ padding-right: 1.5em;
263
+ }
264
+
265
+ .ui-autocomplete-loader {
266
+ position: absolute;
267
+ right: .25em;
268
+ top: 50%;
269
+ margin-top: -.5em;
270
+ }
271
+
240
272
  .ui-autocomplete-query {
241
273
  font-weight: bold;
242
274
  }
@@ -261,15 +293,16 @@
261
293
  }
262
294
 
263
295
  .ui-autocomplete .ui-button-icon-only,
264
- .ui-autocomplete .ui-button-icon-only:hover,
265
- .ui-autocomplete .ui-button-icon-only:focus,
266
- .ui-autocomplete .ui-button-icon-only:active {
296
+ .ui-autocomplete .ui-button-icon-only:enabled:hover,
297
+ .ui-autocomplete .ui-button-icon-only:enabled:focus,
298
+ .ui-autocomplete .ui-button-icon-only:enabled:active {
267
299
  border-left: 0 none;
268
300
  }
269
301
 
270
302
  /* Multiple Selection */
271
303
  .ui-autocomplete-multiple-container {
272
304
  display: inline-block;
305
+ vertical-align: middle;
273
306
  }
274
307
 
275
308
  .ui-autocomplete-multiple-container.ui-inputtext {
@@ -278,7 +311,7 @@
278
311
  list-style-type: none;
279
312
  margin: 0;
280
313
  overflow: hidden;
281
- padding: 0 .25em;
314
+ padding: 0 1.5em 0 .25em;
282
315
  }
283
316
 
284
317
  .ui-autocomplete-token {
@@ -328,6 +361,10 @@
328
361
  border-radius: 0;
329
362
  }
330
363
 
364
+ .ui-autocomplete-dd .ui-autocomplete-loader {
365
+ right: 2.25em;
366
+ }
367
+
331
368
  .ui-autocomplete-dd input.ui-corner-all ,
332
369
  .ui-autocomplete-dd .ui-autocomplete-multiple-container.ui-corner-all {
333
370
  -moz-border-radius-topright: 0px;
@@ -610,7 +647,7 @@ button.ui-button::-moz-focus-inner {
610
647
  display: inline-block;
611
648
  }
612
649
 
613
- .ui-calendar button {
650
+ .ui-calendar .ui-calendar-button {
614
651
  position: absolute;
615
652
  height: 100%;
616
653
  border-top-left-radius: 0px;
@@ -619,8 +656,8 @@ button.ui-button::-moz-focus-inner {
619
656
  border-left: 0 none;
620
657
  }
621
658
 
622
- .ui-calendar button:enabled:hover,
623
- .ui-calendar button:focus {
659
+ .ui-calendar .ui-calendar-button:enabled:hover,
660
+ .ui-calendar .ui-calendar-button:focus {
624
661
  border-left: 0 none;
625
662
  }
626
663
 
@@ -629,10 +666,14 @@ button.ui-button::-moz-focus-inner {
629
666
  width: 100%;
630
667
  }
631
668
 
632
- .ui-fluid .ui-calendar button {
669
+ .ui-fluid .ui-calendar-button {
633
670
  width: 2em;
634
671
  }
635
672
 
673
+ .ui-fluid .ui-datepicker-buttonbar button {
674
+ width: auto;
675
+ }
676
+
636
677
  .ui-fluid .ui-calendar.ui-calendar-w-btn .ui-inputtext {
637
678
  width: calc(100% - 2em);
638
679
  }
@@ -645,7 +686,7 @@ button.ui-button::-moz-focus-inner {
645
686
  position: absolute;
646
687
  }
647
688
  .ui-datepicker.ui-datepicker-inline {
648
- display: block;
689
+ display: inline-block;
649
690
  position: static;
650
691
  }
651
692
  .ui-datepicker .ui-datepicker-header {
@@ -775,6 +816,21 @@ button.ui-button::-moz-focus-inner {
775
816
  font-size: 0;
776
817
  }
777
818
 
819
+ .ui-datepicker .ui-datepicker-buttonbar {
820
+ border-left: 0 none;
821
+ border-right: 0 none;
822
+ border-bottom: 0 none;
823
+ padding: .2em;
824
+ }
825
+
826
+ .ui-datepicker .ui-datepicker-buttonbar > .ui-g > div:last-child {
827
+ text-align: right;
828
+ }
829
+
830
+ .ui-datepicker .ui-datepicker-buttonbar > .ui-g > div {
831
+ padding: 0;
832
+ }
833
+
778
834
  .ui-calendar.ui-calendar-w-btn input {
779
835
  -moz-border-radius-topright: 0px;
780
836
  -webkit-border-top-right-radius: 0px;
@@ -907,6 +963,32 @@ button.ui-button::-moz-focus-inner {
907
963
  .ui-carousel .ui-carousel-mobiledropdown {
908
964
  display: none;
909
965
  }
966
+ .ui-chkbox {
967
+ display: inline-block;
968
+ cursor: pointer;
969
+ vertical-align: middle;
970
+ margin-right: .25em;
971
+ }
972
+
973
+ .ui-chkbox .ui-chkbox-box {
974
+ width: 1.125em;
975
+ height: 1.125em;
976
+ line-height: 1.125em;
977
+ -moz-border-radius: 2px;
978
+ -webkit-border-radius: 2px;
979
+ border-radius: 2px;
980
+ text-align: center;
981
+ }
982
+
983
+ .ui-chkbox .ui-chkbox-icon {
984
+ display: block;
985
+ }
986
+
987
+ .ui-chkbox-label {
988
+ vertical-align: middle;
989
+ }
990
+
991
+
910
992
  .ui-chips > ul.ui-inputtext {
911
993
  clear: left;
912
994
  cursor: text;
@@ -966,32 +1048,6 @@ button.ui-button::-moz-focus-inner {
966
1048
  -webkit-border-radius: 0;
967
1049
  border-radius: 0;
968
1050
  }
969
- .ui-chkbox {
970
- display: inline-block;
971
- cursor: pointer;
972
- vertical-align: middle;
973
- margin-right: .25em;
974
- }
975
-
976
- .ui-chkbox .ui-chkbox-box {
977
- width: 1.125em;
978
- height: 1.125em;
979
- line-height: 1.125em;
980
- -moz-border-radius: 2px;
981
- -webkit-border-radius: 2px;
982
- border-radius: 2px;
983
- text-align: center;
984
- }
985
-
986
- .ui-chkbox .ui-chkbox-icon {
987
- display: block;
988
- }
989
-
990
- .ui-chkbox-label {
991
- vertical-align: middle;
992
- }
993
-
994
-
995
1051
  .ui-colorpicker {
996
1052
  display: inline-block;
997
1053
  }
@@ -2195,6 +2251,58 @@ button.ui-button::-moz-focus-inner {
2195
2251
  width: 100%;
2196
2252
  }
2197
2253
 
2254
+ .ui-g-offset-12 {
2255
+ margin-left: 100%;
2256
+ }
2257
+
2258
+ .ui-g-offset-11 {
2259
+ margin-left: 91.66666667%;
2260
+ }
2261
+
2262
+ .ui-g-offset-10 {
2263
+ margin-left: 83.33333333%;
2264
+ }
2265
+
2266
+ .ui-g-offset-9 {
2267
+ margin-left: 75%;
2268
+ }
2269
+
2270
+ .ui-g-offset-8 {
2271
+ margin-left: 66.66666667%;
2272
+ }
2273
+
2274
+ .ui-g-offset-7 {
2275
+ margin-left: 58.33333333%;
2276
+ }
2277
+
2278
+ .ui-g-offset-6 {
2279
+ margin-left: 50%;
2280
+ }
2281
+
2282
+ .ui-g-offset-5 {
2283
+ margin-left: 41.66666667%;
2284
+ }
2285
+
2286
+ .ui-g-offset-4 {
2287
+ margin-left: 33.33333333%;
2288
+ }
2289
+
2290
+ .ui-g-offset-3 {
2291
+ margin-left: 25%;
2292
+ }
2293
+
2294
+ .ui-g-offset-2 {
2295
+ margin-left: 16.66666667%;
2296
+ }
2297
+
2298
+ .ui-g-offset-1 {
2299
+ margin-left: 8.33333333%;
2300
+ }
2301
+
2302
+ .ui-g-offset-0 {
2303
+ margin-left: 0%;
2304
+ }
2305
+
2198
2306
  @media screen and (max-width: 40em) {
2199
2307
  .ui-sm-1,
2200
2308
  .ui-sm-2,
@@ -2258,6 +2366,58 @@ button.ui-button::-moz-focus-inner {
2258
2366
  .ui-sm-12 {
2259
2367
  width: 100%;
2260
2368
  }
2369
+
2370
+ .ui-sm-offset-12 {
2371
+ margin-left: 100%;
2372
+ }
2373
+
2374
+ .ui-sm-offset-11 {
2375
+ margin-left: 91.66666667%;
2376
+ }
2377
+
2378
+ .ui-sm-offset-10 {
2379
+ margin-left: 83.33333333%;
2380
+ }
2381
+
2382
+ .ui-sm-offset-9 {
2383
+ margin-left: 75%;
2384
+ }
2385
+
2386
+ .ui-sm-offset-8 {
2387
+ margin-left: 66.66666667%;
2388
+ }
2389
+
2390
+ .ui-sm-offset-7 {
2391
+ margin-left: 58.33333333%;
2392
+ }
2393
+
2394
+ .ui-sm-offset-6 {
2395
+ margin-left: 50%;
2396
+ }
2397
+
2398
+ .ui-sm-offset-5 {
2399
+ margin-left: 41.66666667%;
2400
+ }
2401
+
2402
+ .ui-sm-offset-4 {
2403
+ margin-left: 33.33333333%;
2404
+ }
2405
+
2406
+ .ui-sm-offset-3 {
2407
+ margin-left: 25%;
2408
+ }
2409
+
2410
+ .ui-sm-offset-2 {
2411
+ margin-left: 16.66666667%;
2412
+ }
2413
+
2414
+ .ui-sm-offset-1 {
2415
+ margin-left: 8.33333333%;
2416
+ }
2417
+
2418
+ .ui-sm-offset-0 {
2419
+ margin-left: 0%;
2420
+ }
2261
2421
  }
2262
2422
 
2263
2423
  @media screen and (min-width: 40.063em) {
@@ -2323,6 +2483,58 @@ button.ui-button::-moz-focus-inner {
2323
2483
  .ui-md-12 {
2324
2484
  width: 100%;
2325
2485
  }
2486
+
2487
+ .ui-md-offset-12 {
2488
+ margin-left: 100%;
2489
+ }
2490
+
2491
+ .ui-md-offset-11 {
2492
+ margin-left: 91.66666667%;
2493
+ }
2494
+
2495
+ .ui-md-offset-10 {
2496
+ margin-left: 83.33333333%;
2497
+ }
2498
+
2499
+ .ui-md-offset-9 {
2500
+ margin-left: 75%;
2501
+ }
2502
+
2503
+ .ui-md-offset-8 {
2504
+ margin-left: 66.66666667%;
2505
+ }
2506
+
2507
+ .ui-md-offset-7 {
2508
+ margin-left: 58.33333333%;
2509
+ }
2510
+
2511
+ .ui-md-offset-6 {
2512
+ margin-left: 50%;
2513
+ }
2514
+
2515
+ .ui-md-offset-5 {
2516
+ margin-left: 41.66666667%;
2517
+ }
2518
+
2519
+ .ui-md-offset-4 {
2520
+ margin-left: 33.33333333%;
2521
+ }
2522
+
2523
+ .ui-md-offset-3 {
2524
+ margin-left: 25%;
2525
+ }
2526
+
2527
+ .ui-md-offset-2 {
2528
+ margin-left: 16.66666667%;
2529
+ }
2530
+
2531
+ .ui-md-offset-1 {
2532
+ margin-left: 8.33333333%;
2533
+ }
2534
+
2535
+ .ui-md-offset-0 {
2536
+ margin-left: 0%;
2537
+ }
2326
2538
  }
2327
2539
 
2328
2540
  @media screen and (min-width: 64.063em) {
@@ -2388,6 +2600,58 @@ button.ui-button::-moz-focus-inner {
2388
2600
  .ui-lg-12 {
2389
2601
  width: 100%;
2390
2602
  }
2603
+
2604
+ .ui-lg-offset-12 {
2605
+ margin-left: 100%;
2606
+ }
2607
+
2608
+ .ui-lg-offset-11 {
2609
+ margin-left: 91.66666667%;
2610
+ }
2611
+
2612
+ .ui-lg-offset-10 {
2613
+ margin-left: 83.33333333%;
2614
+ }
2615
+
2616
+ .ui-lg-offset-9 {
2617
+ margin-left: 75%;
2618
+ }
2619
+
2620
+ .ui-lg-offset-8 {
2621
+ margin-left: 66.66666667%;
2622
+ }
2623
+
2624
+ .ui-lg-offset-7 {
2625
+ margin-left: 58.33333333%;
2626
+ }
2627
+
2628
+ .ui-lg-offset-6 {
2629
+ margin-left: 50%;
2630
+ }
2631
+
2632
+ .ui-lg-offset-5 {
2633
+ margin-left: 41.66666667%;
2634
+ }
2635
+
2636
+ .ui-lg-offset-4 {
2637
+ margin-left: 33.33333333%;
2638
+ }
2639
+
2640
+ .ui-lg-offset-3 {
2641
+ margin-left: 25%;
2642
+ }
2643
+
2644
+ .ui-lg-offset-2 {
2645
+ margin-left: 16.66666667%;
2646
+ }
2647
+
2648
+ .ui-lg-offset-1 {
2649
+ margin-left: 8.33333333%;
2650
+ }
2651
+
2652
+ .ui-lg-offset-0 {
2653
+ margin-left: 0%;
2654
+ }
2391
2655
  }
2392
2656
 
2393
2657
  @media screen and (min-width: 90.063em) {
@@ -2453,6 +2717,58 @@ button.ui-button::-moz-focus-inner {
2453
2717
  .ui-xl-12 {
2454
2718
  width: 100%;
2455
2719
  }
2720
+
2721
+ .ui-xl-offset-12 {
2722
+ margin-left: 100%;
2723
+ }
2724
+
2725
+ .ui-xl-offset-11 {
2726
+ margin-left: 91.66666667%;
2727
+ }
2728
+
2729
+ .ui-xl-offset-10 {
2730
+ margin-left: 83.33333333%;
2731
+ }
2732
+
2733
+ .ui-xl-offset-9 {
2734
+ margin-left: 75%;
2735
+ }
2736
+
2737
+ .ui-xl-offset-8 {
2738
+ margin-left: 66.66666667%;
2739
+ }
2740
+
2741
+ .ui-xl-offset-7 {
2742
+ margin-left: 58.33333333%;
2743
+ }
2744
+
2745
+ .ui-xl-offset-6 {
2746
+ margin-left: 50%;
2747
+ }
2748
+
2749
+ .ui-xl-offset-5 {
2750
+ margin-left: 41.66666667%;
2751
+ }
2752
+
2753
+ .ui-xl-offset-4 {
2754
+ margin-left: 33.33333333%;
2755
+ }
2756
+
2757
+ .ui-xl-offset-3 {
2758
+ margin-left: 25%;
2759
+ }
2760
+
2761
+ .ui-xl-offset-2 {
2762
+ margin-left: 16.66666667%;
2763
+ }
2764
+
2765
+ .ui-xl-offset-1 {
2766
+ margin-left: 8.33333333%;
2767
+ }
2768
+
2769
+ .ui-xl-offset-0 {
2770
+ margin-left: 0%;
2771
+ }
2456
2772
  }
2457
2773
 
2458
2774
  .ui-g-nopad {
@@ -2658,6 +2974,39 @@ button.ui-button::-moz-focus-inner {
2658
2974
  margin-right: 0;
2659
2975
  vertical-align: bottom;
2660
2976
  }
2977
+
2978
+ /* Floating Label */
2979
+ .ui-float-label {
2980
+ display: block;
2981
+ position:relative;
2982
+ }
2983
+
2984
+ .ui-float-label label {
2985
+ font-weight:normal;
2986
+ position:absolute;
2987
+ pointer-events:none;
2988
+ left: .25em;
2989
+ top: 50%;
2990
+ margin-top: -.5em;
2991
+ transition: 0.3s ease all;
2992
+ -moz-transition: 0.3s ease all;
2993
+ -webkit-transition: 0.3s ease all;
2994
+ color: #898989;
2995
+ line-height: 1;
2996
+ }
2997
+
2998
+ .ui-float-label input:focus ~ label,
2999
+ .ui-float-label input.ui-state-filled ~ label,
3000
+ .ui-float-label .ui-inputwrapper-focus ~ label,
3001
+ .ui-float-label .ui-inputwrapper-filled ~ label {
3002
+ top:-.75em;
3003
+ font-size:12px;
3004
+ }
3005
+
3006
+ .ui-float-label .input:-webkit-autofill ~ label {
3007
+ top:-20px;
3008
+ font-size:12px;
3009
+ }
2661
3010
  .ui-inputtextarea-resizable {
2662
3011
  overflow: hidden;
2663
3012
  resize:none;
@@ -2727,11 +3076,14 @@ button.ui-button::-moz-focus-inner {
2727
3076
  opacity: 1;
2728
3077
  }
2729
3078
  .ui-listbox {
2730
- overflow:auto;
2731
3079
  padding: .25em;
2732
3080
  width: 10em;
2733
3081
  }
2734
3082
 
3083
+ .ui-listbox .ui-listbox-list-wrapper {
3084
+ overflow:auto;
3085
+ }
3086
+
2735
3087
  .ui-listbox .ui-listbox-list {
2736
3088
  list-style-type: none;
2737
3089
  margin: 0;
@@ -2792,10 +3144,8 @@ button.ui-button::-moz-focus-inner {
2792
3144
  width: 100%;
2793
3145
  }
2794
3146
 
2795
- /* Fluid */
2796
- .ui-fluid .ui-listbox .ui-listbox-filter-container,
2797
- .ui-fluid .ui-listbox .ui-listbox-filter-container input {
2798
- width: calc(100% - 32px);
3147
+ .ui-listbox-footer {
3148
+ padding: .125em .2em;
2799
3149
  }
2800
3150
  .ui-menu {
2801
3151
  width: 12.5em;
@@ -3034,6 +3384,7 @@ button.ui-button::-moz-focus-inner {
3034
3384
  .ui-panelmenu .ui-panelmenu-header a {
3035
3385
  display: block;
3036
3386
  padding: .25em .5em;
3387
+ text-decoration: none;
3037
3388
  }
3038
3389
 
3039
3390
  .ui-panelmenu span {
@@ -3198,7 +3549,6 @@ button.ui-button::-moz-focus-inner {
3198
3549
  margin: 0px .25em;
3199
3550
  padding: .125em .25em;
3200
3551
  }
3201
- /** MultiSelect **/
3202
3552
  .ui-multiselect {
3203
3553
  display: inline-block;
3204
3554
  position: relative;
@@ -3246,7 +3596,12 @@ button.ui-button::-moz-focus-inner {
3246
3596
  .ui-multiselect-panel {
3247
3597
  padding: 0.2em;
3248
3598
  position: absolute;
3249
- min-width: 10em;
3599
+ min-width: 12em;
3600
+ }
3601
+
3602
+ .ui-multiselect .ui-multiselect-panel {
3603
+ min-width: 100%;
3604
+ display: none;
3250
3605
  }
3251
3606
 
3252
3607
  .ui-multiselect-panel .ui-multiselect-items-wrapper {
@@ -3301,6 +3656,10 @@ button.ui-button::-moz-focus-inner {
3301
3656
  width: 65%;
3302
3657
  }
3303
3658
 
3659
+ .ui-multiselect-header.ui-multiselect-header-no-toggleall .ui-multiselect-filter-container {
3660
+ width: 85%;
3661
+ }
3662
+
3304
3663
  .ui-multiselect-header .ui-multiselect-filter-container .fa {
3305
3664
  position: absolute;
3306
3665
  top: .25em;
@@ -3478,6 +3837,7 @@ button.ui-button::-moz-focus-inner {
3478
3837
  bottom: -9px;
3479
3838
  margin-left: -8px;
3480
3839
  z-index: 2;
3840
+ left: 50%;
3481
3841
  }
3482
3842
 
3483
3843
  .ui-organizationchart .ui-organizationchart-line-down {
@@ -3886,7 +4246,6 @@ button.ui-button::-moz-focus-inner {
3886
4246
 
3887
4247
  .ui-radiobutton, .ui-radiobutton-label {
3888
4248
  vertical-align: middle;
3889
- display: inline-block;
3890
4249
  }
3891
4250
  .ui-fluid .fc .ui-button {
3892
4251
  width: auto;
@@ -4147,31 +4506,6 @@ button.ui-button::-moz-focus-inner {
4147
4506
  .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-disabled a {
4148
4507
  cursor: default;
4149
4508
  }
4150
- .ui-terminal {
4151
- height: 18em;
4152
- overflow: auto;
4153
- padding: .25em;
4154
- }
4155
-
4156
- .ui-terminal-input {
4157
- border: 0 none;
4158
- background-color: transparent;
4159
- color: inherit;
4160
- padding: 0;
4161
- margin: 0 0 0 .125em;
4162
- width: 75%;
4163
- outline: none;
4164
- vertical-align: baseline;
4165
- }
4166
-
4167
- .ui-terminal-command {
4168
- margin-left: .125em;
4169
- -moz-margin-start: .125em;
4170
- }
4171
-
4172
- .ui-terminal-input::-ms-clear {
4173
- display: none;
4174
- }
4175
4509
  .ui-tabview {
4176
4510
  padding: .25em;
4177
4511
  }
@@ -4305,6 +4639,31 @@ button.ui-button::-moz-focus-inner {
4305
4639
  float: right;
4306
4640
  }
4307
4641
 
4642
+ .ui-terminal {
4643
+ height: 18em;
4644
+ overflow: auto;
4645
+ padding: .25em;
4646
+ }
4647
+
4648
+ .ui-terminal-input {
4649
+ border: 0 none;
4650
+ background-color: transparent;
4651
+ color: inherit;
4652
+ padding: 0;
4653
+ margin: 0 0 0 .125em;
4654
+ width: 75%;
4655
+ outline: none;
4656
+ vertical-align: baseline;
4657
+ }
4658
+
4659
+ .ui-terminal-command {
4660
+ margin-left: .125em;
4661
+ -moz-margin-start: .125em;
4662
+ }
4663
+
4664
+ .ui-terminal-input::-ms-clear {
4665
+ display: none;
4666
+ }
4308
4667
  .ui-toolbar {
4309
4668
  padding: .25em .5em;
4310
4669
  }
@@ -4542,6 +4901,30 @@ button.ui-button::-moz-focus-inner {
4542
4901
  margin-right: .25em;
4543
4902
  }
4544
4903
 
4904
+ /** Loading **/
4905
+ .ui-tree.ui-tree-loading {
4906
+ position: relative;
4907
+ min-height: 4em;
4908
+ }
4909
+
4910
+ .ui-tree .ui-tree-loading-mask {
4911
+ position: absolute;
4912
+ width: 100%;
4913
+ height: 100%;
4914
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
4915
+ opacity: 0.1;
4916
+ z-index: 1;
4917
+ }
4918
+
4919
+ .ui-tree .ui-tree-loading-content {
4920
+ position: absolute;
4921
+ left: 50%;
4922
+ top: 50%;
4923
+ z-index: 2;
4924
+ margin-top: -1em;
4925
+ margin-left: -1em;
4926
+ }
4927
+
4545
4928
  .ui-treetable {
4546
4929
  position: relative;
4547
4930
  }