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.
- package/button/button.cjs.js +15 -2
- package/button/button.cjs.min.js +1 -1
- package/button/button.d.ts +33 -0
- package/button/button.esm.js +15 -2
- package/button/button.esm.min.js +1 -1
- package/button/button.js +15 -2
- package/button/button.min.js +1 -1
- package/cascadeselect/cascadeselect.cjs.js +28 -0
- package/cascadeselect/cascadeselect.cjs.min.js +1 -1
- package/cascadeselect/cascadeselect.d.ts +9 -0
- package/cascadeselect/cascadeselect.esm.js +29 -1
- package/cascadeselect/cascadeselect.esm.min.js +1 -1
- package/cascadeselect/cascadeselect.js +28 -0
- package/cascadeselect/cascadeselect.min.js +1 -1
- package/core/core.js +30 -2
- package/core/core.min.js +2 -2
- package/fileupload/fileupload.cjs.js +156 -23
- package/fileupload/fileupload.cjs.min.js +1 -1
- package/fileupload/fileupload.esm.js +156 -23
- package/fileupload/fileupload.esm.min.js +1 -1
- package/fileupload/fileupload.js +156 -23
- package/fileupload/fileupload.min.css +1 -1
- package/fileupload/fileupload.min.js +1 -1
- package/hooks/hooks.cjs.js +15 -0
- package/hooks/hooks.cjs.min.js +1 -1
- package/hooks/hooks.esm.js +15 -0
- package/hooks/hooks.esm.min.js +1 -1
- package/hooks/hooks.js +15 -0
- package/hooks/hooks.min.js +1 -1
- package/menubar/menubar.min.css +1 -1
- package/orderlist/orderlist.cjs.js +33 -2
- package/orderlist/orderlist.cjs.min.js +1 -1
- package/orderlist/orderlist.d.ts +5 -0
- package/orderlist/orderlist.esm.js +31 -3
- package/orderlist/orderlist.esm.min.js +1 -1
- package/orderlist/orderlist.js +33 -2
- package/orderlist/orderlist.min.js +1 -1
- package/organizationchart/organizationchart.d.ts +4 -0
- package/package.json +2 -2
- package/picklist/picklist.cjs.js +34 -2
- package/picklist/picklist.cjs.min.js +1 -1
- package/picklist/picklist.d.ts +10 -0
- package/picklist/picklist.esm.js +32 -3
- package/picklist/picklist.esm.min.js +1 -1
- package/picklist/picklist.js +34 -2
- package/picklist/picklist.min.js +1 -1
- package/primereact.all.cjs.js +186 -25
- package/primereact.all.cjs.min.js +1 -1
- package/primereact.all.esm.js +186 -25
- package/primereact.all.esm.min.js +1 -1
- package/primereact.all.js +186 -25
- package/primereact.all.min.js +1 -1
- package/resources/primereact.css +685 -671
- package/resources/primereact.min.css +1 -1
- package/resources/themes/arya-blue/theme.css +1 -44
- package/resources/themes/arya-green/theme.css +1 -44
- package/resources/themes/arya-orange/theme.css +1 -44
- package/resources/themes/arya-purple/theme.css +1 -44
- package/resources/themes/bootstrap4-dark-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-dark-purple/theme.css +0 -44
- package/resources/themes/bootstrap4-light-blue/theme.css +0 -44
- package/resources/themes/bootstrap4-light-purple/theme.css +0 -44
- package/resources/themes/fluent-light/theme.css +0 -44
- package/resources/themes/lara-dark-blue/theme.css +0 -44
- package/resources/themes/lara-dark-indigo/theme.css +0 -44
- package/resources/themes/lara-dark-purple/theme.css +0 -44
- package/resources/themes/lara-dark-teal/theme.css +0 -44
- package/resources/themes/lara-light-blue/theme.css +0 -44
- package/resources/themes/lara-light-indigo/theme.css +0 -44
- package/resources/themes/lara-light-purple/theme.css +0 -44
- package/resources/themes/lara-light-teal/theme.css +0 -44
- package/resources/themes/luna-amber/theme.css +0 -44
- package/resources/themes/luna-blue/theme.css +0 -44
- package/resources/themes/luna-green/theme.css +0 -44
- package/resources/themes/luna-pink/theme.css +0 -44
- package/resources/themes/md-dark-deeppurple/theme.css +0 -44
- package/resources/themes/md-dark-indigo/theme.css +0 -44
- package/resources/themes/md-light-deeppurple/theme.css +0 -44
- package/resources/themes/md-light-indigo/theme.css +0 -44
- package/resources/themes/mdc-dark-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-dark-indigo/theme.css +0 -44
- package/resources/themes/mdc-light-deeppurple/theme.css +0 -44
- package/resources/themes/mdc-light-indigo/theme.css +0 -44
- package/resources/themes/mira/theme.css +0 -44
- package/resources/themes/nano/theme.css +0 -44
- package/resources/themes/nova/theme.css +0 -44
- package/resources/themes/nova-accent/theme.css +0 -44
- package/resources/themes/nova-alt/theme.css +0 -44
- package/resources/themes/rhea/theme.css +0 -44
- package/resources/themes/saga-blue/theme.css +0 -44
- package/resources/themes/saga-green/theme.css +0 -44
- package/resources/themes/saga-orange/theme.css +0 -44
- package/resources/themes/saga-purple/theme.css +0 -44
- package/resources/themes/soho-dark/theme.css +0 -44
- package/resources/themes/soho-light/theme.css +0 -44
- package/resources/themes/tailwind-light/theme.css +7 -54
- package/resources/themes/vela-blue/theme.css +0 -44
- package/resources/themes/vela-green/theme.css +0 -44
- package/resources/themes/vela-orange/theme.css +0 -44
- package/resources/themes/vela-purple/theme.css +0 -44
- package/resources/themes/viva-dark/theme.css +0 -44
- package/resources/themes/viva-light/theme.css +0 -44
- package/tooltip/tooltipoptions.d.ts +49 -12
- package/web-types.json +1 -1
- package/accordion/package.json +0 -7
- package/api/package.json +0 -7
- package/autocomplete/package.json +0 -7
- package/avatar/package.json +0 -7
- package/avatargroup/package.json +0 -7
- package/badge/package.json +0 -7
- package/blockui/package.json +0 -7
- package/breadcrumb/package.json +0 -7
- package/button/package.json +0 -7
- package/calendar/package.json +0 -7
- package/card/package.json +0 -7
- package/carousel/package.json +0 -7
- package/cascadeselect/package.json +0 -7
- package/chart/package.json +0 -7
- package/checkbox/package.json +0 -7
- package/chip/package.json +0 -7
- package/chips/package.json +0 -7
- package/colorpicker/package.json +0 -7
- package/column/package.json +0 -7
- package/columngroup/package.json +0 -7
- package/confirmdialog/package.json +0 -7
- package/confirmpopup/package.json +0 -7
- package/contextmenu/package.json +0 -7
- package/csstransition/package.json +0 -7
- package/datascroller/package.json +0 -7
- package/datatable/package.json +0 -7
- package/dataview/package.json +0 -7
- package/deferredcontent/package.json +0 -7
- package/dialog/package.json +0 -7
- package/divider/package.json +0 -7
- package/dock/package.json +0 -7
- package/dropdown/package.json +0 -7
- package/editor/package.json +0 -7
- package/fieldset/package.json +0 -7
- package/fileupload/package.json +0 -7
- package/galleria/package.json +0 -7
- package/hooks/package.json +0 -7
- package/image/package.json +0 -7
- package/inplace/package.json +0 -7
- package/inputmask/package.json +0 -7
- package/inputnumber/package.json +0 -7
- package/inputswitch/package.json +0 -7
- package/inputtext/package.json +0 -7
- package/inputtextarea/package.json +0 -7
- package/keyfilter/package.json +0 -7
- package/knob/package.json +0 -7
- package/listbox/package.json +0 -7
- package/megamenu/package.json +0 -7
- package/mention/package.json +0 -7
- package/menu/package.json +0 -7
- package/menubar/package.json +0 -7
- package/menuitem/package.json +0 -4
- package/message/package.json +0 -7
- package/messages/package.json +0 -7
- package/multiselect/package.json +0 -7
- package/multistatecheckbox/package.json +0 -7
- package/orderlist/package.json +0 -7
- package/organizationchart/package.json +0 -7
- package/overlaypanel/package.json +0 -7
- package/overlayservice/package.json +0 -7
- package/paginator/package.json +0 -7
- package/panel/package.json +0 -7
- package/panelmenu/package.json +0 -7
- package/password/package.json +0 -7
- package/picklist/package.json +0 -7
- package/portal/package.json +0 -6
- package/progressbar/package.json +0 -7
- package/progressspinner/package.json +0 -7
- package/radiobutton/package.json +0 -7
- package/rating/package.json +0 -7
- package/ripple/package.json +0 -7
- package/row/package.json +0 -7
- package/scrollpanel/package.json +0 -7
- package/scrolltop/package.json +0 -7
- package/selectbutton/package.json +0 -7
- package/selectitem/package.json +0 -4
- package/sidebar/package.json +0 -7
- package/skeleton/package.json +0 -7
- package/slidemenu/package.json +0 -7
- package/slider/package.json +0 -7
- package/speeddial/package.json +0 -7
- package/splitbutton/package.json +0 -7
- package/splitter/package.json +0 -7
- package/steps/package.json +0 -7
- package/styleclass/package.json +0 -7
- package/tabmenu/package.json +0 -7
- package/tabview/package.json +0 -7
- package/tag/package.json +0 -7
- package/terminal/package.json +0 -7
- package/terminalservice/package.json +0 -7
- package/tieredmenu/package.json +0 -7
- package/timeline/package.json +0 -7
- package/toast/package.json +0 -7
- package/togglebutton/package.json +0 -7
- package/toolbar/package.json +0 -7
- package/tooltip/package.json +0 -7
- package/tree/package.json +0 -7
- package/treenode/package.json +0 -4
- package/treeselect/package.json +0 -7
- package/treetable/package.json +0 -7
- package/tristatecheckbox/package.json +0 -7
- package/utils/package.json +0 -7
- 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: 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(94, 234, 212, 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: #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: 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: #e9ecef;
|
|
3418
3402
|
color: #495057;
|
|
@@ -3592,34 +3576,6 @@
|
|
|
3592
3576
|
background: #EFF6FF;
|
|
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 #dee2e6;
|
|
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: 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: #e9ecef;
|
|
3418
3402
|
color: #495057;
|
|
@@ -3592,34 +3576,6 @@
|
|
|
3592
3576
|
background: #EEF2FF;
|
|
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 #dee2e6;
|
|
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: 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: #e9ecef;
|
|
3418
3402
|
color: #495057;
|
|
@@ -3592,34 +3576,6 @@
|
|
|
3592
3576
|
background: #F5F3FF;
|
|
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 #dee2e6;
|
|
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: 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: #e9ecef;
|
|
3418
3402
|
color: #495057;
|
|
@@ -3592,34 +3576,6 @@
|
|
|
3592
3576
|
background: #F0FDFA;
|
|
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 #dee2e6;
|
|
3625
3581
|
background: #ffffff;
|
|
@@ -3409,22 +3409,6 @@
|
|
|
3409
3409
|
background: #4c4c4c;
|
|
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: #4c4c4c;
|
|
3430
3414
|
color: #dedede;
|
|
@@ -3604,34 +3588,6 @@
|
|
|
3604
3588
|
background: #FFE082;
|
|
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 #191919;
|
|
3637
3593
|
background: #323232;
|
|
@@ -3409,22 +3409,6 @@
|
|
|
3409
3409
|
background: #4c4c4c;
|
|
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: #4c4c4c;
|
|
3430
3414
|
color: #dedede;
|
|
@@ -3604,34 +3588,6 @@
|
|
|
3604
3588
|
background: #81D4FA;
|
|
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 #191919;
|
|
3637
3593
|
background: #323232;
|
|
@@ -3409,22 +3409,6 @@
|
|
|
3409
3409
|
background: #4c4c4c;
|
|
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: #4c4c4c;
|
|
3430
3414
|
color: #dedede;
|
|
@@ -3604,34 +3588,6 @@
|
|
|
3604
3588
|
background: #C5E1A5;
|
|
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 #191919;
|
|
3637
3593
|
background: #323232;
|
|
@@ -3409,22 +3409,6 @@
|
|
|
3409
3409
|
background: #4c4c4c;
|
|
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: #4c4c4c;
|
|
3430
3414
|
color: #dedede;
|
|
@@ -3604,34 +3588,6 @@
|
|
|
3604
3588
|
background: #F48FB1;
|
|
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 #191919;
|
|
3637
3593
|
background: #323232;
|
|
@@ -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: 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(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: 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 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: 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(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: 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 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: 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(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: 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;
|