primereact 9.0.0 → 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 (207) hide show
  1. package/button/button.cjs.js +15 -2
  2. package/button/button.cjs.min.js +1 -1
  3. package/button/button.d.ts +33 -0
  4. package/button/button.esm.js +15 -2
  5. package/button/button.esm.min.js +1 -1
  6. package/button/button.js +15 -2
  7. package/button/button.min.js +1 -1
  8. package/cascadeselect/cascadeselect.cjs.js +28 -0
  9. package/cascadeselect/cascadeselect.cjs.min.js +1 -1
  10. package/cascadeselect/cascadeselect.d.ts +9 -0
  11. package/cascadeselect/cascadeselect.esm.js +29 -1
  12. package/cascadeselect/cascadeselect.esm.min.js +1 -1
  13. package/cascadeselect/cascadeselect.js +28 -0
  14. package/cascadeselect/cascadeselect.min.js +1 -1
  15. package/core/core.js +30 -2
  16. package/core/core.min.js +2 -2
  17. package/fileupload/fileupload.cjs.js +156 -23
  18. package/fileupload/fileupload.cjs.min.js +1 -1
  19. package/fileupload/fileupload.esm.js +156 -23
  20. package/fileupload/fileupload.esm.min.js +1 -1
  21. package/fileupload/fileupload.js +156 -23
  22. package/fileupload/fileupload.min.css +1 -1
  23. package/fileupload/fileupload.min.js +1 -1
  24. package/hooks/hooks.cjs.js +15 -0
  25. package/hooks/hooks.cjs.min.js +1 -1
  26. package/hooks/hooks.esm.js +15 -0
  27. package/hooks/hooks.esm.min.js +1 -1
  28. package/hooks/hooks.js +15 -0
  29. package/hooks/hooks.min.js +1 -1
  30. package/menubar/menubar.min.css +1 -1
  31. package/orderlist/orderlist.cjs.js +33 -2
  32. package/orderlist/orderlist.cjs.min.js +1 -1
  33. package/orderlist/orderlist.d.ts +5 -0
  34. package/orderlist/orderlist.esm.js +31 -3
  35. package/orderlist/orderlist.esm.min.js +1 -1
  36. package/orderlist/orderlist.js +33 -2
  37. package/orderlist/orderlist.min.js +1 -1
  38. package/organizationchart/organizationchart.d.ts +4 -0
  39. package/package.json +2 -2
  40. package/picklist/picklist.cjs.js +34 -2
  41. package/picklist/picklist.cjs.min.js +1 -1
  42. package/picklist/picklist.d.ts +10 -0
  43. package/picklist/picklist.esm.js +32 -3
  44. package/picklist/picklist.esm.min.js +1 -1
  45. package/picklist/picklist.js +34 -2
  46. package/picklist/picklist.min.js +1 -1
  47. package/primereact.all.cjs.js +186 -25
  48. package/primereact.all.cjs.min.js +1 -1
  49. package/primereact.all.esm.js +186 -25
  50. package/primereact.all.esm.min.js +1 -1
  51. package/primereact.all.js +186 -25
  52. package/primereact.all.min.js +1 -1
  53. package/resources/primereact.css +685 -671
  54. package/resources/primereact.min.css +1 -1
  55. package/resources/themes/arya-blue/theme.css +1 -44
  56. package/resources/themes/arya-green/theme.css +1 -44
  57. package/resources/themes/arya-orange/theme.css +1 -44
  58. package/resources/themes/arya-purple/theme.css +1 -44
  59. package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
  60. package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
  61. package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
  62. package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
  63. package/resources/themes/fluent-light/theme.css +0 -44
  64. package/resources/themes/lara-dark-blue/theme.css +0 -44
  65. package/resources/themes/lara-dark-indigo/theme.css +0 -44
  66. package/resources/themes/lara-dark-purple/theme.css +0 -44
  67. package/resources/themes/lara-dark-teal/theme.css +0 -44
  68. package/resources/themes/lara-light-blue/theme.css +0 -44
  69. package/resources/themes/lara-light-indigo/theme.css +0 -44
  70. package/resources/themes/lara-light-purple/theme.css +0 -44
  71. package/resources/themes/lara-light-teal/theme.css +0 -44
  72. package/resources/themes/luna-amber/theme.css +0 -44
  73. package/resources/themes/luna-blue/theme.css +0 -44
  74. package/resources/themes/luna-green/theme.css +0 -44
  75. package/resources/themes/luna-pink/theme.css +0 -44
  76. package/resources/themes/md-dark-deeppurple/theme.css +0 -44
  77. package/resources/themes/md-dark-indigo/theme.css +0 -44
  78. package/resources/themes/md-light-deeppurple/theme.css +0 -44
  79. package/resources/themes/md-light-indigo/theme.css +0 -44
  80. package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
  81. package/resources/themes/mdc-dark-indigo/theme.css +0 -44
  82. package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
  83. package/resources/themes/mdc-light-indigo/theme.css +0 -44
  84. package/resources/themes/mira/theme.css +0 -44
  85. package/resources/themes/nano/theme.css +0 -44
  86. package/resources/themes/nova/theme.css +0 -44
  87. package/resources/themes/nova-accent/theme.css +0 -44
  88. package/resources/themes/nova-alt/theme.css +0 -44
  89. package/resources/themes/rhea/theme.css +0 -44
  90. package/resources/themes/saga-blue/theme.css +0 -44
  91. package/resources/themes/saga-green/theme.css +0 -44
  92. package/resources/themes/saga-orange/theme.css +0 -44
  93. package/resources/themes/saga-purple/theme.css +0 -44
  94. package/resources/themes/soho-dark/theme.css +0 -44
  95. package/resources/themes/soho-light/theme.css +0 -44
  96. package/resources/themes/tailwind-light/theme.css +7 -54
  97. package/resources/themes/vela-blue/theme.css +0 -44
  98. package/resources/themes/vela-green/theme.css +0 -44
  99. package/resources/themes/vela-orange/theme.css +0 -44
  100. package/resources/themes/vela-purple/theme.css +0 -44
  101. package/resources/themes/viva-dark/theme.css +0 -44
  102. package/resources/themes/viva-light/theme.css +0 -44
  103. package/tooltip/tooltipoptions.d.ts +49 -12
  104. package/web-types.json +1 -1
  105. package/accordion/package.json +0 -7
  106. package/api/package.json +0 -7
  107. package/autocomplete/package.json +0 -7
  108. package/avatar/package.json +0 -7
  109. package/avatargroup/package.json +0 -7
  110. package/badge/package.json +0 -7
  111. package/blockui/package.json +0 -7
  112. package/breadcrumb/package.json +0 -7
  113. package/button/package.json +0 -7
  114. package/calendar/package.json +0 -7
  115. package/card/package.json +0 -7
  116. package/carousel/package.json +0 -7
  117. package/cascadeselect/package.json +0 -7
  118. package/chart/package.json +0 -7
  119. package/checkbox/package.json +0 -7
  120. package/chip/package.json +0 -7
  121. package/chips/package.json +0 -7
  122. package/colorpicker/package.json +0 -7
  123. package/column/package.json +0 -7
  124. package/columngroup/package.json +0 -7
  125. package/confirmdialog/package.json +0 -7
  126. package/confirmpopup/package.json +0 -7
  127. package/contextmenu/package.json +0 -7
  128. package/csstransition/package.json +0 -7
  129. package/datascroller/package.json +0 -7
  130. package/datatable/package.json +0 -7
  131. package/dataview/package.json +0 -7
  132. package/deferredcontent/package.json +0 -7
  133. package/dialog/package.json +0 -7
  134. package/divider/package.json +0 -7
  135. package/dock/package.json +0 -7
  136. package/dropdown/package.json +0 -7
  137. package/editor/package.json +0 -7
  138. package/fieldset/package.json +0 -7
  139. package/fileupload/package.json +0 -7
  140. package/galleria/package.json +0 -7
  141. package/hooks/package.json +0 -7
  142. package/image/package.json +0 -7
  143. package/inplace/package.json +0 -7
  144. package/inputmask/package.json +0 -7
  145. package/inputnumber/package.json +0 -7
  146. package/inputswitch/package.json +0 -7
  147. package/inputtext/package.json +0 -7
  148. package/inputtextarea/package.json +0 -7
  149. package/keyfilter/package.json +0 -7
  150. package/knob/package.json +0 -7
  151. package/listbox/package.json +0 -7
  152. package/megamenu/package.json +0 -7
  153. package/mention/package.json +0 -7
  154. package/menu/package.json +0 -7
  155. package/menubar/package.json +0 -7
  156. package/menuitem/package.json +0 -4
  157. package/message/package.json +0 -7
  158. package/messages/package.json +0 -7
  159. package/multiselect/package.json +0 -7
  160. package/multistatecheckbox/package.json +0 -7
  161. package/orderlist/package.json +0 -7
  162. package/organizationchart/package.json +0 -7
  163. package/overlaypanel/package.json +0 -7
  164. package/overlayservice/package.json +0 -7
  165. package/paginator/package.json +0 -7
  166. package/panel/package.json +0 -7
  167. package/panelmenu/package.json +0 -7
  168. package/password/package.json +0 -7
  169. package/picklist/package.json +0 -7
  170. package/portal/package.json +0 -6
  171. package/progressbar/package.json +0 -7
  172. package/progressspinner/package.json +0 -7
  173. package/radiobutton/package.json +0 -7
  174. package/rating/package.json +0 -7
  175. package/ripple/package.json +0 -7
  176. package/row/package.json +0 -7
  177. package/scrollpanel/package.json +0 -7
  178. package/scrolltop/package.json +0 -7
  179. package/selectbutton/package.json +0 -7
  180. package/selectitem/package.json +0 -4
  181. package/sidebar/package.json +0 -7
  182. package/skeleton/package.json +0 -7
  183. package/slidemenu/package.json +0 -7
  184. package/slider/package.json +0 -7
  185. package/speeddial/package.json +0 -7
  186. package/splitbutton/package.json +0 -7
  187. package/splitter/package.json +0 -7
  188. package/steps/package.json +0 -7
  189. package/styleclass/package.json +0 -7
  190. package/tabmenu/package.json +0 -7
  191. package/tabview/package.json +0 -7
  192. package/tag/package.json +0 -7
  193. package/terminal/package.json +0 -7
  194. package/terminalservice/package.json +0 -7
  195. package/tieredmenu/package.json +0 -7
  196. package/timeline/package.json +0 -7
  197. package/toast/package.json +0 -7
  198. package/togglebutton/package.json +0 -7
  199. package/toolbar/package.json +0 -7
  200. package/tooltip/package.json +0 -7
  201. package/tree/package.json +0 -7
  202. package/treenode/package.json +0 -4
  203. package/treeselect/package.json +0 -7
  204. package/treetable/package.json +0 -7
  205. package/tristatecheckbox/package.json +0 -7
  206. package/utils/package.json +0 -7
  207. package/virtualscroller/package.json +0 -7
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(129, 199, 132, 0.16);
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: 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 #383838;
3625
3581
  background: #1e1e1e;
@@ -4461,6 +4417,7 @@
4461
4417
  border-bottom: 0 none;
4462
4418
  border-top-right-radius: 3px;
4463
4419
  border-top-left-radius: 3px;
4420
+ gap: 0.5rem;
4464
4421
  }
4465
4422
  .p-fileupload .p-fileupload-buttonbar .p-button {
4466
4423
  margin-right: 0.5rem;
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(255, 213, 79, 0.16);
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: 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 #383838;
3625
3581
  background: #1e1e1e;
@@ -4461,6 +4417,7 @@
4461
4417
  border-bottom: 0 none;
4462
4418
  border-top-right-radius: 3px;
4463
4419
  border-top-left-radius: 3px;
4420
+ gap: 0.5rem;
4464
4421
  }
4465
4422
  .p-fileupload .p-fileupload-buttonbar .p-button {
4466
4423
  margin-right: 0.5rem;
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(186, 104, 200, 0.16);
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: 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 #383838;
3625
3581
  background: #1e1e1e;
@@ -4461,6 +4417,7 @@
4461
4417
  border-bottom: 0 none;
4462
4418
  border-top-right-radius: 3px;
4463
4419
  border-top-left-radius: 3px;
4420
+ gap: 0.5rem;
4464
4421
  }
4465
4422
  .p-fileupload .p-fileupload-buttonbar .p-button {
4466
4423
  margin-right: 0.5rem;
@@ -3409,22 +3409,6 @@
3409
3409
  background: rgba(255, 255, 255, 0.04);
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 769px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 1.25rem;
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: rgba(255, 255, 255, 0.04);
3430
3414
  color: rgba(255, 255, 255, 0.87);
@@ -3604,34 +3588,6 @@
3604
3588
  background: #8dd0ff;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 769px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 1.25rem;
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 #3f4b5b;
3637
3593
  background: #2a323d;
@@ -3409,22 +3409,6 @@
3409
3409
  background: rgba(255, 255, 255, 0.04);
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 769px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 1.25rem;
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: rgba(255, 255, 255, 0.04);
3430
3414
  color: rgba(255, 255, 255, 0.87);
@@ -3604,34 +3588,6 @@
3604
3588
  background: #c298d8;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 769px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 1.25rem;
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 #3f4b5b;
3637
3593
  background: #2a323d;
@@ -3409,22 +3409,6 @@
3409
3409
  background: #e9ecef;
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 769px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 1.25rem;
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: #e9ecef;
3430
3414
  color: #212529;
@@ -3604,34 +3588,6 @@
3604
3588
  background: #007bff;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 769px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 1.25rem;
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 #dee2e6;
3637
3593
  background: #ffffff;
@@ -3409,22 +3409,6 @@
3409
3409
  background: #e9ecef;
3410
3410
  }
3411
3411
 
3412
- @media screen and (max-width: 769px) {
3413
- .p-orderlist {
3414
- flex-direction: column;
3415
- }
3416
- .p-orderlist .p-orderlist-controls {
3417
- padding: 1.25rem;
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: #e9ecef;
3430
3414
  color: #212529;
@@ -3604,34 +3588,6 @@
3604
3588
  background: #883cae;
3605
3589
  }
3606
3590
 
3607
- @media screen and (max-width: 769px) {
3608
- .p-picklist {
3609
- flex-direction: column;
3610
- }
3611
- .p-picklist .p-picklist-buttons {
3612
- padding: 1.25rem;
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 #dee2e6;
3637
3593
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: #f3f2f1;
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: #f3f2f1;
3418
3402
  color: #323130;
@@ -3592,34 +3576,6 @@
3592
3576
  background: #edebe9;
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 #a19f9d;
3625
3581
  background: #ffffff;
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 1.25rem;
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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(147, 197, 253, 0.16);
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: 1.25rem;
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 #0b213f;
3625
3581
  background: #071426;
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 1.25rem;
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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(165, 180, 252, 0.16);
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: 1.25rem;
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 #0b213f;
3625
3581
  background: #071426;
@@ -3397,22 +3397,6 @@
3397
3397
  background: rgba(255, 255, 255, 0.03);
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: 1.25rem;
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: rgba(255, 255, 255, 0.03);
3418
3402
  color: rgba(255, 255, 255, 0.87);
@@ -3592,34 +3576,6 @@
3592
3576
  background: rgba(196, 181, 253, 0.16);
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: 1.25rem;
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 #0b213f;
3625
3581
  background: #071426;