primereact 9.0.0-rc.1 → 9.1.0

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 (320) hide show
  1. package/README.md +2 -2
  2. package/accordion/accordion.d.ts +2 -2
  3. package/autocomplete/autocomplete.d.ts +2 -2
  4. package/avatar/avatar.d.ts +2 -2
  5. package/avatargroup/avatargroup.d.ts +2 -2
  6. package/badge/badge.d.ts +2 -2
  7. package/blockui/blockui.d.ts +2 -2
  8. package/breadcrumb/breadcrumb.d.ts +2 -2
  9. package/button/button.cjs.js +15 -2
  10. package/button/button.cjs.min.js +1 -1
  11. package/button/button.d.ts +46 -2
  12. package/button/button.esm.js +15 -2
  13. package/button/button.esm.min.js +1 -1
  14. package/button/button.js +15 -2
  15. package/button/button.min.js +1 -1
  16. package/calendar/calendar.d.ts +2 -2
  17. package/card/card.d.ts +2 -2
  18. package/carousel/carousel.d.ts +2 -3
  19. package/cascadeselect/cascadeselect.cjs.js +28 -0
  20. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  21. package/cascadeselect/cascadeselect.d.ts +11 -2
  22. package/cascadeselect/cascadeselect.esm.js +29 -1
  23. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  24. package/cascadeselect/cascadeselect.js +28 -0
  25. package/cascadeselect/cascadeselect.min.js +1 -1
  26. package/chart/chart.d.ts +2 -2
  27. package/checkbox/checkbox.d.ts +2 -2
  28. package/chip/chip.d.ts +2 -2
  29. package/chips/chips.d.ts +2 -2
  30. package/colorpicker/colorpicker.d.ts +2 -2
  31. package/column/column.d.ts +3 -45
  32. package/columngroup/columngroup.d.ts +2 -2
  33. package/confirmdialog/confirmdialog.d.ts +2 -4
  34. package/confirmpopup/confirmpopup.d.ts +2 -4
  35. package/contextmenu/contextmenu.d.ts +2 -2
  36. package/core/core.js +33 -3
  37. package/core/core.min.js +4 -4
  38. package/csstransition/csstransition.d.ts +2 -2
  39. package/datascroller/datascroller.d.ts +2 -2
  40. package/datatable/datatable.d.ts +10 -29
  41. package/dataview/dataview.d.ts +3 -5
  42. package/deferredcontent/deferredcontent.d.ts +2 -2
  43. package/dialog/dialog.d.ts +2 -3
  44. package/divider/divider.d.ts +2 -2
  45. package/dock/dock.d.ts +2 -4
  46. package/dropdown/dropdown.d.ts +2 -3
  47. package/editor/editor.d.ts +2 -2
  48. package/fieldset/fieldset.d.ts +2 -2
  49. package/fileupload/fileupload.cjs.js +156 -23
  50. package/fileupload/fileupload.cjs.min.js +1 -1
  51. package/fileupload/fileupload.d.ts +2 -6
  52. package/fileupload/fileupload.esm.js +156 -23
  53. package/fileupload/fileupload.esm.min.js +1 -1
  54. package/fileupload/fileupload.js +156 -23
  55. package/fileupload/fileupload.min.css +1 -1
  56. package/fileupload/fileupload.min.js +1 -1
  57. package/galleria/galleria.d.ts +2 -3
  58. package/hooks/hooks.cjs.js +15 -0
  59. package/hooks/hooks.cjs.min.js +1 -1
  60. package/hooks/hooks.d.ts +2 -8
  61. package/hooks/hooks.esm.js +15 -0
  62. package/hooks/hooks.esm.min.js +1 -1
  63. package/hooks/hooks.js +15 -0
  64. package/hooks/hooks.min.js +1 -1
  65. package/image/image.d.ts +2 -2
  66. package/inplace/inplace.d.ts +20 -10
  67. package/inputmask/inputmask.d.ts +2 -2
  68. package/inputnumber/inputnumber.d.ts +2 -2
  69. package/inputswitch/inputswitch.d.ts +2 -2
  70. package/inputtext/inputtext.d.ts +2 -2
  71. package/inputtextarea/inputtextarea.d.ts +2 -2
  72. package/knob/knob.d.ts +2 -2
  73. package/listbox/listbox.d.ts +2 -5
  74. package/megamenu/megamenu.d.ts +2 -2
  75. package/mention/mention.d.ts +2 -3
  76. package/menu/menu.d.ts +2 -2
  77. package/menubar/menubar.d.ts +2 -2
  78. package/menubar/menubar.min.css +1 -1
  79. package/menuitem/menuitem.d.ts +3 -4
  80. package/message/message.d.ts +2 -2
  81. package/messages/messages.d.ts +2 -2
  82. package/multiselect/multiselect.d.ts +2 -4
  83. package/multistatecheckbox/multistatecheckbox.d.ts +2 -3
  84. package/orderlist/orderlist.cjs.js +33 -2
  85. package/orderlist/orderlist.cjs.min.js +1 -1
  86. package/orderlist/orderlist.d.ts +7 -3
  87. package/orderlist/orderlist.esm.js +31 -3
  88. package/orderlist/orderlist.esm.min.js +1 -1
  89. package/orderlist/orderlist.js +33 -2
  90. package/orderlist/orderlist.min.js +1 -1
  91. package/organizationchart/organizationchart.cjs.js +2 -1
  92. package/organizationchart/organizationchart.cjs.min.js +1 -1
  93. package/organizationchart/organizationchart.d.ts +6 -2
  94. package/organizationchart/organizationchart.esm.js +2 -1
  95. package/organizationchart/organizationchart.esm.min.js +1 -1
  96. package/organizationchart/organizationchart.js +2 -1
  97. package/organizationchart/organizationchart.min.js +1 -1
  98. package/overlaypanel/overlaypanel.d.ts +2 -3
  99. package/overlayservice/overlayservice.d.ts +2 -3
  100. package/package.json +3 -3
  101. package/paginator/paginator.cjs.js +1 -1
  102. package/paginator/paginator.cjs.min.js +1 -1
  103. package/paginator/paginator.d.ts +5 -17
  104. package/paginator/paginator.esm.js +1 -1
  105. package/paginator/paginator.esm.min.js +1 -1
  106. package/paginator/paginator.js +1 -1
  107. package/paginator/paginator.min.js +1 -1
  108. package/panel/panel.d.ts +2 -3
  109. package/panelmenu/panelmenu.d.ts +2 -2
  110. package/password/password.d.ts +2 -2
  111. package/picklist/picklist.cjs.js +34 -2
  112. package/picklist/picklist.cjs.min.js +1 -1
  113. package/picklist/picklist.d.ts +12 -3
  114. package/picklist/picklist.esm.js +32 -3
  115. package/picklist/picklist.esm.min.js +1 -1
  116. package/picklist/picklist.js +34 -2
  117. package/picklist/picklist.min.js +1 -1
  118. package/primereact.all.cjs.js +191 -27
  119. package/primereact.all.cjs.min.js +1 -1
  120. package/primereact.all.esm.js +191 -27
  121. package/primereact.all.esm.min.js +1 -1
  122. package/primereact.all.js +191 -27
  123. package/primereact.all.min.js +1 -1
  124. package/progressbar/progressbar.d.ts +2 -2
  125. package/progressspinner/progressspinner.d.ts +2 -2
  126. package/radiobutton/radiobutton.d.ts +2 -2
  127. package/rating/rating.d.ts +2 -2
  128. package/resources/primereact.css +643 -625
  129. package/resources/primereact.min.css +1 -1
  130. package/resources/themes/arya-blue/theme.css +1 -44
  131. package/resources/themes/arya-green/theme.css +1 -44
  132. package/resources/themes/arya-orange/theme.css +1 -44
  133. package/resources/themes/arya-purple/theme.css +1 -44
  134. package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
  135. package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
  136. package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
  137. package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
  138. package/resources/themes/fluent-light/theme.css +0 -44
  139. package/resources/themes/lara-dark-blue/theme.css +0 -44
  140. package/resources/themes/lara-dark-indigo/theme.css +0 -44
  141. package/resources/themes/lara-dark-purple/theme.css +0 -44
  142. package/resources/themes/lara-dark-teal/theme.css +0 -44
  143. package/resources/themes/lara-light-blue/theme.css +0 -44
  144. package/resources/themes/lara-light-indigo/theme.css +0 -44
  145. package/resources/themes/lara-light-purple/theme.css +0 -44
  146. package/resources/themes/lara-light-teal/theme.css +0 -44
  147. package/resources/themes/luna-amber/theme.css +0 -44
  148. package/resources/themes/luna-blue/theme.css +0 -44
  149. package/resources/themes/luna-green/theme.css +0 -44
  150. package/resources/themes/luna-pink/theme.css +0 -44
  151. package/resources/themes/md-dark-deeppurple/theme.css +0 -44
  152. package/resources/themes/md-dark-indigo/theme.css +0 -44
  153. package/resources/themes/md-light-deeppurple/theme.css +0 -44
  154. package/resources/themes/md-light-indigo/theme.css +0 -44
  155. package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
  156. package/resources/themes/mdc-dark-indigo/theme.css +0 -44
  157. package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
  158. package/resources/themes/mdc-light-indigo/theme.css +0 -44
  159. package/resources/themes/mira/theme.css +0 -44
  160. package/resources/themes/nano/theme.css +0 -44
  161. package/resources/themes/nova/theme.css +0 -44
  162. package/resources/themes/nova-accent/theme.css +0 -44
  163. package/resources/themes/nova-alt/theme.css +0 -44
  164. package/resources/themes/rhea/theme.css +0 -44
  165. package/resources/themes/saga-blue/theme.css +0 -44
  166. package/resources/themes/saga-green/theme.css +0 -44
  167. package/resources/themes/saga-orange/theme.css +0 -44
  168. package/resources/themes/saga-purple/theme.css +0 -44
  169. package/resources/themes/soho-dark/theme.css +0 -44
  170. package/resources/themes/soho-light/theme.css +0 -44
  171. package/resources/themes/tailwind-light/theme.css +7 -54
  172. package/resources/themes/vela-blue/theme.css +0 -44
  173. package/resources/themes/vela-green/theme.css +0 -44
  174. package/resources/themes/vela-orange/theme.css +0 -44
  175. package/resources/themes/vela-purple/theme.css +0 -44
  176. package/resources/themes/viva-dark/theme.css +0 -44
  177. package/resources/themes/viva-light/theme.css +0 -44
  178. package/ripple/ripple.d.ts +2 -2
  179. package/row/row.d.ts +2 -2
  180. package/scrollpanel/scrollpanel.d.ts +2 -2
  181. package/scrolltop/scrolltop.d.ts +2 -2
  182. package/selectbutton/selectbutton.d.ts +2 -2
  183. package/selectitem/selectitem.d.ts +0 -1
  184. package/sidebar/sidebar.d.ts +2 -2
  185. package/skeleton/skeleton.d.ts +2 -2
  186. package/slidemenu/slidemenu.d.ts +2 -2
  187. package/slider/slider.d.ts +2 -2
  188. package/speeddial/speeddial.d.ts +2 -3
  189. package/splitbutton/splitbutton.d.ts +2 -2
  190. package/splitter/splitter.d.ts +2 -2
  191. package/steps/steps.d.ts +2 -2
  192. package/styleclass/styleclass.d.ts +2 -2
  193. package/tabmenu/tabmenu.d.ts +2 -2
  194. package/tabview/tabview.d.ts +2 -3
  195. package/tag/tag.d.ts +2 -2
  196. package/terminal/terminal.d.ts +2 -2
  197. package/terminalservice/terminalservice.d.ts +2 -3
  198. package/tieredmenu/tieredmenu.d.ts +2 -2
  199. package/timeline/timeline.d.ts +2 -2
  200. package/toast/toast.d.ts +2 -3
  201. package/togglebutton/togglebutton.d.ts +2 -3
  202. package/toolbar/toolbar.d.ts +2 -2
  203. package/tooltip/tooltip.d.ts +2 -2
  204. package/tooltip/tooltipoptions.d.ts +49 -14
  205. package/tree/tree.d.ts +2 -11
  206. package/treeselect/treeselect.d.ts +2 -7
  207. package/treetable/treetable.d.ts +2 -7
  208. package/tristatecheckbox/tristatecheckbox.d.ts +2 -2
  209. package/virtualscroller/virtualscroller.cjs.js +2 -0
  210. package/virtualscroller/virtualscroller.cjs.min.js +1 -1
  211. package/virtualscroller/virtualscroller.d.ts +2 -9
  212. package/virtualscroller/virtualscroller.esm.js +2 -0
  213. package/virtualscroller/virtualscroller.esm.min.js +1 -1
  214. package/virtualscroller/virtualscroller.js +2 -0
  215. package/virtualscroller/virtualscroller.min.css +1 -1
  216. package/virtualscroller/virtualscroller.min.js +1 -1
  217. package/web-types.json +2 -2
  218. package/accordion/package.json +0 -7
  219. package/api/package.json +0 -7
  220. package/autocomplete/package.json +0 -7
  221. package/avatar/package.json +0 -7
  222. package/avatargroup/package.json +0 -7
  223. package/badge/package.json +0 -7
  224. package/blockui/package.json +0 -7
  225. package/breadcrumb/package.json +0 -7
  226. package/button/package.json +0 -7
  227. package/calendar/package.json +0 -7
  228. package/card/package.json +0 -7
  229. package/carousel/package.json +0 -7
  230. package/cascadeselect/package.json +0 -7
  231. package/chart/package.json +0 -7
  232. package/checkbox/package.json +0 -7
  233. package/chip/package.json +0 -7
  234. package/chips/package.json +0 -7
  235. package/colorpicker/package.json +0 -7
  236. package/column/package.json +0 -7
  237. package/columngroup/package.json +0 -7
  238. package/confirmdialog/package.json +0 -7
  239. package/confirmpopup/package.json +0 -7
  240. package/contextmenu/package.json +0 -7
  241. package/csstransition/package.json +0 -7
  242. package/datascroller/package.json +0 -7
  243. package/datatable/package.json +0 -7
  244. package/dataview/package.json +0 -7
  245. package/deferredcontent/package.json +0 -7
  246. package/dialog/package.json +0 -7
  247. package/divider/package.json +0 -7
  248. package/dock/package.json +0 -7
  249. package/dropdown/package.json +0 -7
  250. package/editor/package.json +0 -7
  251. package/fieldset/package.json +0 -7
  252. package/fileupload/package.json +0 -7
  253. package/galleria/package.json +0 -7
  254. package/hooks/package.json +0 -7
  255. package/image/package.json +0 -7
  256. package/inplace/package.json +0 -7
  257. package/inputmask/package.json +0 -7
  258. package/inputnumber/package.json +0 -7
  259. package/inputswitch/package.json +0 -7
  260. package/inputtext/package.json +0 -7
  261. package/inputtextarea/package.json +0 -7
  262. package/keyfilter/package.json +0 -7
  263. package/knob/package.json +0 -7
  264. package/listbox/package.json +0 -7
  265. package/megamenu/package.json +0 -7
  266. package/mention/package.json +0 -7
  267. package/menu/package.json +0 -7
  268. package/menubar/package.json +0 -7
  269. package/menuitem/package.json +0 -4
  270. package/message/package.json +0 -7
  271. package/messages/package.json +0 -7
  272. package/multiselect/package.json +0 -7
  273. package/multistatecheckbox/package.json +0 -7
  274. package/orderlist/package.json +0 -7
  275. package/organizationchart/package.json +0 -7
  276. package/overlaypanel/package.json +0 -7
  277. package/overlayservice/package.json +0 -7
  278. package/paginator/package.json +0 -7
  279. package/panel/package.json +0 -7
  280. package/panelmenu/package.json +0 -7
  281. package/password/package.json +0 -7
  282. package/picklist/package.json +0 -7
  283. package/portal/package.json +0 -6
  284. package/progressbar/package.json +0 -7
  285. package/progressspinner/package.json +0 -7
  286. package/radiobutton/package.json +0 -7
  287. package/rating/package.json +0 -7
  288. package/ripple/package.json +0 -7
  289. package/row/package.json +0 -7
  290. package/scrollpanel/package.json +0 -7
  291. package/scrolltop/package.json +0 -7
  292. package/selectbutton/package.json +0 -7
  293. package/selectitem/package.json +0 -4
  294. package/sidebar/package.json +0 -7
  295. package/skeleton/package.json +0 -7
  296. package/slidemenu/package.json +0 -7
  297. package/slider/package.json +0 -7
  298. package/speeddial/package.json +0 -7
  299. package/splitbutton/package.json +0 -7
  300. package/splitter/package.json +0 -7
  301. package/steps/package.json +0 -7
  302. package/styleclass/package.json +0 -7
  303. package/tabmenu/package.json +0 -7
  304. package/tabview/package.json +0 -7
  305. package/tag/package.json +0 -7
  306. package/terminal/package.json +0 -7
  307. package/terminalservice/package.json +0 -7
  308. package/tieredmenu/package.json +0 -7
  309. package/timeline/package.json +0 -7
  310. package/toast/package.json +0 -7
  311. package/togglebutton/package.json +0 -7
  312. package/toolbar/package.json +0 -7
  313. package/tooltip/package.json +0 -7
  314. package/tree/package.json +0 -7
  315. package/treenode/package.json +0 -4
  316. package/treeselect/package.json +0 -7
  317. package/treetable/package.json +0 -7
  318. package/tristatecheckbox/package.json +0 -7
  319. package/utils/package.json +0 -7
  320. package/virtualscroller/package.json +0 -7
@@ -3421,22 +3421,6 @@
3421
3421
  background: rgba(0, 0, 0, 0.04);
3422
3422
  }
3423
3423
 
3424
- @media screen and (max-width: 769px) {
3425
- .p-orderlist {
3426
- flex-direction: column;
3427
- }
3428
- .p-orderlist .p-orderlist-controls {
3429
- padding: 1rem;
3430
- flex-direction: row;
3431
- }
3432
- .p-orderlist .p-orderlist-controls .p-button {
3433
- margin-right: 0.5rem;
3434
- margin-bottom: 0;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3437
- margin-right: 0;
3438
- }
3439
- }
3440
3424
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3441
3425
  background: rgba(0, 0, 0, 0.04);
3442
3426
  color: rgba(0, 0, 0, 0.87);
@@ -3616,34 +3600,6 @@
3616
3600
  background: rgba(63, 81, 181, 0.12);
3617
3601
  }
3618
3602
 
3619
- @media screen and (max-width: 769px) {
3620
- .p-picklist {
3621
- flex-direction: column;
3622
- }
3623
- .p-picklist .p-picklist-buttons {
3624
- padding: 1rem;
3625
- flex-direction: row;
3626
- }
3627
- .p-picklist .p-picklist-buttons .p-button {
3628
- margin-right: 0.5rem;
3629
- margin-bottom: 0;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button:last-child {
3632
- margin-right: 0;
3633
- }
3634
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3635
- content: "\e930";
3636
- }
3637
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3638
- content: "\e92c";
3639
- }
3640
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3641
- content: "\e933";
3642
- }
3643
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3644
- content: "\e92f";
3645
- }
3646
- }
3647
3603
  .p-tree {
3648
3604
  border: 1px solid #e0e0e0;
3649
3605
  background: #ffffff;
@@ -3421,22 +3421,6 @@
3421
3421
  background: rgba(255, 255, 255, 0.04);
3422
3422
  }
3423
3423
 
3424
- @media screen and (max-width: 769px) {
3425
- .p-orderlist {
3426
- flex-direction: column;
3427
- }
3428
- .p-orderlist .p-orderlist-controls {
3429
- padding: 0.75rem;
3430
- flex-direction: row;
3431
- }
3432
- .p-orderlist .p-orderlist-controls .p-button {
3433
- margin-right: 0.5rem;
3434
- margin-bottom: 0;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3437
- margin-right: 0;
3438
- }
3439
- }
3440
3424
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3441
3425
  background: rgba(255, 255, 255, 0.04);
3442
3426
  color: rgba(255, 255, 255, 0.87);
@@ -3616,34 +3600,6 @@
3616
3600
  background: rgba(206, 147, 216, 0.16);
3617
3601
  }
3618
3602
 
3619
- @media screen and (max-width: 769px) {
3620
- .p-picklist {
3621
- flex-direction: column;
3622
- }
3623
- .p-picklist .p-picklist-buttons {
3624
- padding: 0.75rem;
3625
- flex-direction: row;
3626
- }
3627
- .p-picklist .p-picklist-buttons .p-button {
3628
- margin-right: 0.5rem;
3629
- margin-bottom: 0;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button:last-child {
3632
- margin-right: 0;
3633
- }
3634
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3635
- content: "\e930";
3636
- }
3637
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3638
- content: "\e92c";
3639
- }
3640
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3641
- content: "\e933";
3642
- }
3643
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3644
- content: "\e92f";
3645
- }
3646
- }
3647
3603
  .p-tree {
3648
3604
  border: 1px solid rgba(255, 255, 255, 0.12);
3649
3605
  background: #1e1e1e;
@@ -3421,22 +3421,6 @@
3421
3421
  background: rgba(255, 255, 255, 0.04);
3422
3422
  }
3423
3423
 
3424
- @media screen and (max-width: 769px) {
3425
- .p-orderlist {
3426
- flex-direction: column;
3427
- }
3428
- .p-orderlist .p-orderlist-controls {
3429
- padding: 0.75rem;
3430
- flex-direction: row;
3431
- }
3432
- .p-orderlist .p-orderlist-controls .p-button {
3433
- margin-right: 0.5rem;
3434
- margin-bottom: 0;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3437
- margin-right: 0;
3438
- }
3439
- }
3440
3424
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3441
3425
  background: rgba(255, 255, 255, 0.04);
3442
3426
  color: rgba(255, 255, 255, 0.87);
@@ -3616,34 +3600,6 @@
3616
3600
  background: rgba(159, 168, 218, 0.16);
3617
3601
  }
3618
3602
 
3619
- @media screen and (max-width: 769px) {
3620
- .p-picklist {
3621
- flex-direction: column;
3622
- }
3623
- .p-picklist .p-picklist-buttons {
3624
- padding: 0.75rem;
3625
- flex-direction: row;
3626
- }
3627
- .p-picklist .p-picklist-buttons .p-button {
3628
- margin-right: 0.5rem;
3629
- margin-bottom: 0;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button:last-child {
3632
- margin-right: 0;
3633
- }
3634
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3635
- content: "\e930";
3636
- }
3637
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3638
- content: "\e92c";
3639
- }
3640
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3641
- content: "\e933";
3642
- }
3643
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3644
- content: "\e92f";
3645
- }
3646
- }
3647
3603
  .p-tree {
3648
3604
  border: 1px solid rgba(255, 255, 255, 0.12);
3649
3605
  background: #1e1e1e;
@@ -3421,22 +3421,6 @@
3421
3421
  background: rgba(0, 0, 0, 0.04);
3422
3422
  }
3423
3423
 
3424
- @media screen and (max-width: 769px) {
3425
- .p-orderlist {
3426
- flex-direction: column;
3427
- }
3428
- .p-orderlist .p-orderlist-controls {
3429
- padding: 0.75rem;
3430
- flex-direction: row;
3431
- }
3432
- .p-orderlist .p-orderlist-controls .p-button {
3433
- margin-right: 0.5rem;
3434
- margin-bottom: 0;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3437
- margin-right: 0;
3438
- }
3439
- }
3440
3424
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3441
3425
  background: rgba(0, 0, 0, 0.04);
3442
3426
  color: rgba(0, 0, 0, 0.87);
@@ -3616,34 +3600,6 @@
3616
3600
  background: rgba(103, 58, 183, 0.12);
3617
3601
  }
3618
3602
 
3619
- @media screen and (max-width: 769px) {
3620
- .p-picklist {
3621
- flex-direction: column;
3622
- }
3623
- .p-picklist .p-picklist-buttons {
3624
- padding: 0.75rem;
3625
- flex-direction: row;
3626
- }
3627
- .p-picklist .p-picklist-buttons .p-button {
3628
- margin-right: 0.5rem;
3629
- margin-bottom: 0;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button:last-child {
3632
- margin-right: 0;
3633
- }
3634
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3635
- content: "\e930";
3636
- }
3637
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3638
- content: "\e92c";
3639
- }
3640
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3641
- content: "\e933";
3642
- }
3643
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3644
- content: "\e92f";
3645
- }
3646
- }
3647
3603
  .p-tree {
3648
3604
  border: 1px solid #e0e0e0;
3649
3605
  background: #ffffff;
@@ -3421,22 +3421,6 @@
3421
3421
  background: rgba(0, 0, 0, 0.04);
3422
3422
  }
3423
3423
 
3424
- @media screen and (max-width: 769px) {
3425
- .p-orderlist {
3426
- flex-direction: column;
3427
- }
3428
- .p-orderlist .p-orderlist-controls {
3429
- padding: 0.75rem;
3430
- flex-direction: row;
3431
- }
3432
- .p-orderlist .p-orderlist-controls .p-button {
3433
- margin-right: 0.5rem;
3434
- margin-bottom: 0;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3437
- margin-right: 0;
3438
- }
3439
- }
3440
3424
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3441
3425
  background: rgba(0, 0, 0, 0.04);
3442
3426
  color: rgba(0, 0, 0, 0.87);
@@ -3616,34 +3600,6 @@
3616
3600
  background: rgba(63, 81, 181, 0.12);
3617
3601
  }
3618
3602
 
3619
- @media screen and (max-width: 769px) {
3620
- .p-picklist {
3621
- flex-direction: column;
3622
- }
3623
- .p-picklist .p-picklist-buttons {
3624
- padding: 0.75rem;
3625
- flex-direction: row;
3626
- }
3627
- .p-picklist .p-picklist-buttons .p-button {
3628
- margin-right: 0.5rem;
3629
- margin-bottom: 0;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button:last-child {
3632
- margin-right: 0;
3633
- }
3634
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3635
- content: "\e930";
3636
- }
3637
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3638
- content: "\e92c";
3639
- }
3640
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3641
- content: "\e933";
3642
- }
3643
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3644
- content: "\e92f";
3645
- }
3646
- }
3647
3603
  .p-tree {
3648
3604
  border: 1px solid #e0e0e0;
3649
3605
  background: #ffffff;
@@ -3425,22 +3425,6 @@
3425
3425
  background: transparent;
3426
3426
  }
3427
3427
 
3428
- @media screen and (max-width: 769px) {
3429
- .p-orderlist {
3430
- flex-direction: column;
3431
- }
3432
- .p-orderlist .p-orderlist-controls {
3433
- padding: 1rem;
3434
- flex-direction: row;
3435
- }
3436
- .p-orderlist .p-orderlist-controls .p-button {
3437
- margin-right: 0.5rem;
3438
- margin-bottom: 0;
3439
- }
3440
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3441
- margin-right: 0;
3442
- }
3443
- }
3444
3428
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3445
3429
  background: transparent;
3446
3430
  color: #4C566A;
@@ -3620,34 +3604,6 @@
3620
3604
  background: #D8DEE9;
3621
3605
  }
3622
3606
 
3623
- @media screen and (max-width: 769px) {
3624
- .p-picklist {
3625
- flex-direction: column;
3626
- }
3627
- .p-picklist .p-picklist-buttons {
3628
- padding: 1rem;
3629
- flex-direction: row;
3630
- }
3631
- .p-picklist .p-picklist-buttons .p-button {
3632
- margin-right: 0.5rem;
3633
- margin-bottom: 0;
3634
- }
3635
- .p-picklist .p-picklist-buttons .p-button:last-child {
3636
- margin-right: 0;
3637
- }
3638
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3639
- content: "\e930";
3640
- }
3641
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3642
- content: "\e92c";
3643
- }
3644
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3645
- content: "\e933";
3646
- }
3647
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3648
- content: "\e92f";
3649
- }
3650
- }
3651
3607
  .p-tree {
3652
3608
  border: 1px solid #E5E9F0;
3653
3609
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: #dde1e6;
3398
3398
  }
3399
3399
 
3400
- @media screen and (max-width: 769px) {
3401
- .p-orderlist {
3402
- flex-direction: column;
3403
- }
3404
- .p-orderlist .p-orderlist-controls {
3405
- padding: 0.5rem;
3406
- flex-direction: row;
3407
- }
3408
- .p-orderlist .p-orderlist-controls .p-button {
3409
- margin-right: 0.5rem;
3410
- margin-bottom: 0;
3411
- }
3412
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3413
- margin-right: 0;
3414
- }
3415
- }
3416
3400
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3417
3401
  background: #dde1e6;
3418
3402
  color: #343a3f;
@@ -3592,34 +3576,6 @@
3592
3576
  background: #44A1D9;
3593
3577
  }
3594
3578
 
3595
- @media screen and (max-width: 769px) {
3596
- .p-picklist {
3597
- flex-direction: column;
3598
- }
3599
- .p-picklist .p-picklist-buttons {
3600
- padding: 0.5rem;
3601
- flex-direction: row;
3602
- }
3603
- .p-picklist .p-picklist-buttons .p-button {
3604
- margin-right: 0.5rem;
3605
- margin-bottom: 0;
3606
- }
3607
- .p-picklist .p-picklist-buttons .p-button:last-child {
3608
- margin-right: 0;
3609
- }
3610
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3611
- content: "\e930";
3612
- }
3613
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3614
- content: "\e92c";
3615
- }
3616
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3617
- content: "\e933";
3618
- }
3619
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3620
- content: "\e92f";
3621
- }
3622
- }
3623
3579
  .p-tree {
3624
3580
  border: 1px solid #dee2e6;
3625
3581
  background: #ffffff;
@@ -3409,22 +3409,6 @@
3409
3409
  background: #eaeaea;
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 960px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 0.571rem 1rem;
3418
- flex-direction: row;
3419
- }
3420
- .p-orderlist .p-orderlist-controls .p-button {
3421
- margin-right: 0.5rem;
3422
- margin-bottom: 0;
3423
- }
3424
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3425
- margin-right: 0;
3426
- }
3427
- }
3428
3412
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3429
3413
  background: #eaeaea;
3430
3414
  color: #333333;
@@ -3604,34 +3588,6 @@
3604
3588
  background: #007ad9;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 960px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 0.571rem 1rem;
3613
- flex-direction: row;
3614
- }
3615
- .p-picklist .p-picklist-buttons .p-button {
3616
- margin-right: 0.5rem;
3617
- margin-bottom: 0;
3618
- }
3619
- .p-picklist .p-picklist-buttons .p-button:last-child {
3620
- margin-right: 0;
3621
- }
3622
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3623
- content: "\e930";
3624
- }
3625
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3626
- content: "\e92c";
3627
- }
3628
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3629
- content: "\e933";
3630
- }
3631
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3632
- content: "\e92f";
3633
- }
3634
- }
3635
3591
  .p-tree {
3636
3592
  border: 1px solid #c8c8c8;
3637
3593
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: #eaeaea;
3398
3398
  }
3399
3399
 
3400
- @media screen and (max-width: 960px) {
3401
- .p-orderlist {
3402
- flex-direction: column;
3403
- }
3404
- .p-orderlist .p-orderlist-controls {
3405
- padding: 0.571rem 1rem;
3406
- flex-direction: row;
3407
- }
3408
- .p-orderlist .p-orderlist-controls .p-button {
3409
- margin-right: 0.5rem;
3410
- margin-bottom: 0;
3411
- }
3412
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3413
- margin-right: 0;
3414
- }
3415
- }
3416
3400
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3417
3401
  background: #eaeaea;
3418
3402
  color: #333333;
@@ -3592,34 +3576,6 @@
3592
3576
  background: #e02365;
3593
3577
  }
3594
3578
 
3595
- @media screen and (max-width: 960px) {
3596
- .p-picklist {
3597
- flex-direction: column;
3598
- }
3599
- .p-picklist .p-picklist-buttons {
3600
- padding: 0.571rem 1rem;
3601
- flex-direction: row;
3602
- }
3603
- .p-picklist .p-picklist-buttons .p-button {
3604
- margin-right: 0.5rem;
3605
- margin-bottom: 0;
3606
- }
3607
- .p-picklist .p-picklist-buttons .p-button:last-child {
3608
- margin-right: 0;
3609
- }
3610
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3611
- content: "\e930";
3612
- }
3613
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3614
- content: "\e92c";
3615
- }
3616
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3617
- content: "\e933";
3618
- }
3619
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3620
- content: "\e92f";
3621
- }
3622
- }
3623
3579
  .p-tree {
3624
3580
  border: 1px solid #c8c8c8;
3625
3581
  background: #ffffff;
@@ -3409,22 +3409,6 @@
3409
3409
  background: #eaeaea;
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 960px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 0.571rem 1rem;
3418
- flex-direction: row;
3419
- }
3420
- .p-orderlist .p-orderlist-controls .p-button {
3421
- margin-right: 0.5rem;
3422
- margin-bottom: 0;
3423
- }
3424
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3425
- margin-right: 0;
3426
- }
3427
- }
3428
3412
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3429
3413
  background: #eaeaea;
3430
3414
  color: #333333;
@@ -3604,34 +3588,6 @@
3604
3588
  background: #007ad9;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 960px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 0.571rem 1rem;
3613
- flex-direction: row;
3614
- }
3615
- .p-picklist .p-picklist-buttons .p-button {
3616
- margin-right: 0.5rem;
3617
- margin-bottom: 0;
3618
- }
3619
- .p-picklist .p-picklist-buttons .p-button:last-child {
3620
- margin-right: 0;
3621
- }
3622
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3623
- content: "\e930";
3624
- }
3625
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3626
- content: "\e92c";
3627
- }
3628
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3629
- content: "\e933";
3630
- }
3631
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3632
- content: "\e92f";
3633
- }
3634
- }
3635
3591
  .p-tree {
3636
3592
  border: 1px solid #c8c8c8;
3637
3593
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: #f4f4f4;
3398
3398
  }
3399
3399
 
3400
- @media screen and (max-width: 960px) {
3401
- .p-orderlist {
3402
- flex-direction: column;
3403
- }
3404
- .p-orderlist .p-orderlist-controls {
3405
- padding: 0.571rem 1rem;
3406
- flex-direction: row;
3407
- }
3408
- .p-orderlist .p-orderlist-controls .p-button {
3409
- margin-right: 0.5rem;
3410
- margin-bottom: 0;
3411
- }
3412
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3413
- margin-right: 0;
3414
- }
3415
- }
3416
3400
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3417
3401
  background: #f4f4f4;
3418
3402
  color: #666666;
@@ -3592,34 +3576,6 @@
3592
3576
  background: #AFD3C8;
3593
3577
  }
3594
3578
 
3595
- @media screen and (max-width: 960px) {
3596
- .p-picklist {
3597
- flex-direction: column;
3598
- }
3599
- .p-picklist .p-picklist-buttons {
3600
- padding: 0.571rem 1rem;
3601
- flex-direction: row;
3602
- }
3603
- .p-picklist .p-picklist-buttons .p-button {
3604
- margin-right: 0.5rem;
3605
- margin-bottom: 0;
3606
- }
3607
- .p-picklist .p-picklist-buttons .p-button:last-child {
3608
- margin-right: 0;
3609
- }
3610
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3611
- content: "\e930";
3612
- }
3613
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3614
- content: "\e92c";
3615
- }
3616
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3617
- content: "\e933";
3618
- }
3619
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3620
- content: "\e92f";
3621
- }
3622
- }
3623
3579
  .p-tree {
3624
3580
  border: 1px solid #dadada;
3625
3581
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: #e9ecef;
3398
3398
  }
3399
3399
 
3400
- @media screen and (max-width: 769px) {
3401
- .p-orderlist {
3402
- flex-direction: column;
3403
- }
3404
- .p-orderlist .p-orderlist-controls {
3405
- padding: 1rem;
3406
- flex-direction: row;
3407
- }
3408
- .p-orderlist .p-orderlist-controls .p-button {
3409
- margin-right: 0.5rem;
3410
- margin-bottom: 0;
3411
- }
3412
- .p-orderlist .p-orderlist-controls .p-button:last-child {
3413
- margin-right: 0;
3414
- }
3415
- }
3416
3400
  .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover {
3417
3401
  background: #e9ecef;
3418
3402
  color: #495057;
@@ -3592,34 +3576,6 @@
3592
3576
  background: #E3F2FD;
3593
3577
  }
3594
3578
 
3595
- @media screen and (max-width: 769px) {
3596
- .p-picklist {
3597
- flex-direction: column;
3598
- }
3599
- .p-picklist .p-picklist-buttons {
3600
- padding: 1rem;
3601
- flex-direction: row;
3602
- }
3603
- .p-picklist .p-picklist-buttons .p-button {
3604
- margin-right: 0.5rem;
3605
- margin-bottom: 0;
3606
- }
3607
- .p-picklist .p-picklist-buttons .p-button:last-child {
3608
- margin-right: 0;
3609
- }
3610
- .p-picklist .p-picklist-transfer-buttons .pi-angle-right:before {
3611
- content: "\e930";
3612
- }
3613
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-right:before {
3614
- content: "\e92c";
3615
- }
3616
- .p-picklist .p-picklist-transfer-buttons .pi-angle-left:before {
3617
- content: "\e933";
3618
- }
3619
- .p-picklist .p-picklist-transfer-buttons .pi-angle-double-left:before {
3620
- content: "\e92f";
3621
- }
3622
- }
3623
3579
  .p-tree {
3624
3580
  border: 1px solid #dee2e6;
3625
3581
  background: #ffffff;