primeng 13.1.0 → 13.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/button/button.d.ts +2 -1
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2020/autocomplete/autocomplete.mjs +3 -3
- package/esm2020/breadcrumb/breadcrumb.mjs +5 -5
- package/esm2020/button/button.mjs +6 -4
- package/esm2020/calendar/calendar.mjs +8 -4
- package/esm2020/contextmenu/contextmenu.mjs +2 -1
- package/esm2020/dropdown/dropdown.mjs +12 -10
- package/esm2020/fileupload/fileupload.mjs +1 -1
- package/esm2020/image/image.mjs +1 -1
- package/esm2020/inputnumber/inputnumber.mjs +3 -3
- package/esm2020/inputswitch/inputswitch.mjs +6 -4
- package/esm2020/knob/knob.mjs +2 -2
- package/esm2020/multiselect/multiselect.mjs +11 -5
- package/esm2020/orderlist/orderlist.mjs +6 -4
- package/esm2020/paginator/paginator.mjs +1 -1
- package/esm2020/panel/panel.mjs +11 -8
- package/esm2020/panelmenu/panelmenu.mjs +7 -4
- package/esm2020/picklist/picklist.mjs +6 -4
- package/esm2020/splitbutton/splitbutton.mjs +2 -2
- package/esm2020/table/table.mjs +18 -19
- package/esm2020/tabmenu/tabmenu.mjs +124 -60
- package/esm2020/tabview/tabview.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs +2 -2
- package/fesm2015/primeng-autocomplete.mjs.map +1 -1
- package/fesm2015/primeng-breadcrumb.mjs +4 -4
- package/fesm2015/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2015/primeng-button.mjs +5 -3
- package/fesm2015/primeng-button.mjs.map +1 -1
- package/fesm2015/primeng-calendar.mjs +7 -3
- package/fesm2015/primeng-calendar.mjs.map +1 -1
- package/fesm2015/primeng-contextmenu.mjs +1 -0
- package/fesm2015/primeng-contextmenu.mjs.map +1 -1
- package/fesm2015/primeng-dropdown.mjs +11 -9
- package/fesm2015/primeng-dropdown.mjs.map +1 -1
- package/fesm2015/primeng-fileupload.mjs +1 -1
- package/fesm2015/primeng-image.mjs.map +1 -1
- package/fesm2015/primeng-inputnumber.mjs +2 -2
- package/fesm2015/primeng-inputnumber.mjs.map +1 -1
- package/fesm2015/primeng-inputswitch.mjs +5 -3
- package/fesm2015/primeng-inputswitch.mjs.map +1 -1
- package/fesm2015/primeng-knob.mjs +1 -1
- package/fesm2015/primeng-knob.mjs.map +1 -1
- package/fesm2015/primeng-multiselect.mjs +10 -4
- package/fesm2015/primeng-multiselect.mjs.map +1 -1
- package/fesm2015/primeng-orderlist.mjs +5 -3
- package/fesm2015/primeng-orderlist.mjs.map +1 -1
- package/fesm2015/primeng-paginator.mjs +1 -1
- package/fesm2015/primeng-panel.mjs +10 -7
- package/fesm2015/primeng-panel.mjs.map +1 -1
- package/fesm2015/primeng-panelmenu.mjs +6 -3
- package/fesm2015/primeng-panelmenu.mjs.map +1 -1
- package/fesm2015/primeng-picklist.mjs +5 -3
- package/fesm2015/primeng-picklist.mjs.map +1 -1
- package/fesm2015/primeng-splitbutton.mjs +2 -2
- package/fesm2015/primeng-table.mjs +17 -18
- package/fesm2015/primeng-table.mjs.map +1 -1
- package/fesm2015/primeng-tabmenu.mjs +124 -59
- package/fesm2015/primeng-tabmenu.mjs.map +1 -1
- package/fesm2015/primeng-tabview.mjs +1 -1
- package/fesm2015/primeng-tabview.mjs.map +1 -1
- package/fesm2020/primeng-autocomplete.mjs +2 -2
- package/fesm2020/primeng-autocomplete.mjs.map +1 -1
- package/fesm2020/primeng-breadcrumb.mjs +4 -4
- package/fesm2020/primeng-breadcrumb.mjs.map +1 -1
- package/fesm2020/primeng-button.mjs +5 -3
- package/fesm2020/primeng-button.mjs.map +1 -1
- package/fesm2020/primeng-calendar.mjs +7 -3
- package/fesm2020/primeng-calendar.mjs.map +1 -1
- package/fesm2020/primeng-contextmenu.mjs +1 -0
- package/fesm2020/primeng-contextmenu.mjs.map +1 -1
- package/fesm2020/primeng-dropdown.mjs +11 -9
- package/fesm2020/primeng-dropdown.mjs.map +1 -1
- package/fesm2020/primeng-fileupload.mjs +1 -1
- package/fesm2020/primeng-image.mjs.map +1 -1
- package/fesm2020/primeng-inputnumber.mjs +2 -2
- package/fesm2020/primeng-inputnumber.mjs.map +1 -1
- package/fesm2020/primeng-inputswitch.mjs +5 -3
- package/fesm2020/primeng-inputswitch.mjs.map +1 -1
- package/fesm2020/primeng-knob.mjs +1 -1
- package/fesm2020/primeng-knob.mjs.map +1 -1
- package/fesm2020/primeng-multiselect.mjs +10 -4
- package/fesm2020/primeng-multiselect.mjs.map +1 -1
- package/fesm2020/primeng-orderlist.mjs +5 -3
- package/fesm2020/primeng-orderlist.mjs.map +1 -1
- package/fesm2020/primeng-paginator.mjs +1 -1
- package/fesm2020/primeng-panel.mjs +10 -7
- package/fesm2020/primeng-panel.mjs.map +1 -1
- package/fesm2020/primeng-panelmenu.mjs +6 -3
- package/fesm2020/primeng-panelmenu.mjs.map +1 -1
- package/fesm2020/primeng-picklist.mjs +5 -3
- package/fesm2020/primeng-picklist.mjs.map +1 -1
- package/fesm2020/primeng-splitbutton.mjs +2 -2
- package/fesm2020/primeng-table.mjs +17 -18
- package/fesm2020/primeng-table.mjs.map +1 -1
- package/fesm2020/primeng-tabmenu.mjs +123 -59
- package/fesm2020/primeng-tabmenu.mjs.map +1 -1
- package/fesm2020/primeng-tabview.mjs +1 -1
- package/fesm2020/primeng-tabview.mjs.map +1 -1
- package/image/image.d.ts +2 -1
- package/inputswitch/inputswitch.d.ts +2 -1
- package/multiselect/multiselect.d.ts +2 -1
- package/orderlist/orderlist.d.ts +2 -1
- package/package.json +1 -1
- package/panel/panel.d.ts +2 -1
- package/panelmenu/panelmenu.d.ts +1 -0
- package/picklist/picklist.d.ts +2 -1
- package/resources/components/panel/panel.css +1 -1
- package/resources/components/splitbutton/splitbutton.css +7 -3
- package/resources/components/tabmenu/tabmenu.css +37 -2
- package/resources/themes/arya-blue/theme.css +321 -42
- package/resources/themes/arya-green/theme.css +321 -42
- package/resources/themes/arya-orange/theme.css +321 -42
- package/resources/themes/arya-purple/theme.css +321 -42
- package/resources/themes/bootstrap4-dark-blue/theme.css +325 -42
- package/resources/themes/bootstrap4-dark-purple/theme.css +325 -42
- package/resources/themes/bootstrap4-light-blue/theme.css +324 -41
- package/resources/themes/bootstrap4-light-purple/theme.css +324 -41
- package/resources/themes/fluent-light/theme.css +320 -41
- package/resources/themes/lara-dark-blue/theme.css +328 -84
- package/resources/themes/lara-dark-indigo/theme.css +328 -84
- package/resources/themes/lara-dark-purple/theme.css +328 -84
- package/resources/themes/lara-dark-teal/theme.css +328 -84
- package/resources/themes/lara-light-blue/theme.css +426 -182
- package/resources/themes/lara-light-indigo/theme.css +327 -83
- package/resources/themes/lara-light-purple/theme.css +327 -83
- package/resources/themes/lara-light-teal/theme.css +327 -83
- package/resources/themes/luna-amber/theme.css +320 -41
- package/resources/themes/luna-blue/theme.css +320 -41
- package/resources/themes/luna-green/theme.css +320 -41
- package/resources/themes/luna-pink/theme.css +320 -41
- package/resources/themes/md-dark-deeppurple/theme.css +401 -45
- package/resources/themes/md-dark-indigo/theme.css +401 -45
- package/resources/themes/md-light-deeppurple/theme.css +398 -42
- package/resources/themes/md-light-indigo/theme.css +398 -42
- package/resources/themes/mdc-dark-deeppurple/theme.css +401 -45
- package/resources/themes/mdc-dark-indigo/theme.css +401 -45
- package/resources/themes/mdc-light-deeppurple/theme.css +398 -42
- package/resources/themes/mdc-light-indigo/theme.css +398 -42
- package/resources/themes/nova/theme.css +320 -41
- package/resources/themes/nova-accent/theme.css +320 -41
- package/resources/themes/nova-alt/theme.css +320 -41
- package/resources/themes/rhea/theme.css +320 -41
- package/resources/themes/saga-blue/theme.css +320 -41
- package/resources/themes/saga-green/theme.css +320 -41
- package/resources/themes/saga-orange/theme.css +320 -41
- package/resources/themes/saga-purple/theme.css +320 -41
- package/resources/themes/tailwind-light/theme.css +319 -40
- package/resources/themes/vela-blue/theme.css +321 -42
- package/resources/themes/vela-green/theme.css +321 -42
- package/resources/themes/vela-orange/theme.css +321 -42
- package/resources/themes/vela-purple/theme.css +321 -42
- package/table/table.d.ts +3 -3
- package/tabmenu/tabmenu.d.ts +13 -1
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-dark-teal/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-blue/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-indigo/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-purple/fonts/Inter-SemiBold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Bold.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Light.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Medium.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-Regular.woff2 +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff +0 -0
- package/resources/themes/lara-light-teal/fonts/Inter-SemiBold.woff2 +0 -0
package/picklist/picklist.d.ts
CHANGED
@@ -46,6 +46,7 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
46
46
|
ariaTargetFilterLabel: string;
|
47
47
|
filterMatchMode: string;
|
48
48
|
breakpoint: string;
|
49
|
+
stripedRows: boolean;
|
49
50
|
onMoveToSource: EventEmitter<any>;
|
50
51
|
onMoveAllToSource: EventEmitter<any>;
|
51
52
|
onMoveAllToTarget: EventEmitter<any>;
|
@@ -121,7 +122,7 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
121
122
|
destroyStyle(): void;
|
122
123
|
ngOnDestroy(): void;
|
123
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickList, never>;
|
124
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickList, "p-pickList", never, { "source": "source"; "target": "target"; "sourceHeader": "sourceHeader"; "rightButtonAriaLabel": "rightButtonAriaLabel"; "leftButtonAriaLabel": "leftButtonAriaLabel"; "allRightButtonAriaLabel": "allRightButtonAriaLabel"; "allLeftButtonAriaLabel": "allLeftButtonAriaLabel"; "upButtonAriaLabel": "upButtonAriaLabel"; "downButtonAriaLabel": "downButtonAriaLabel"; "topButtonAriaLabel": "topButtonAriaLabel"; "bottomButtonAriaLabel": "bottomButtonAriaLabel"; "targetHeader": "targetHeader"; "responsive": "responsive"; "filterBy": "filterBy"; "filterLocale": "filterLocale"; "trackBy": "trackBy"; "sourceTrackBy": "sourceTrackBy"; "targetTrackBy": "targetTrackBy"; "showSourceFilter": "showSourceFilter"; "showTargetFilter": "showTargetFilter"; "metaKeySelection": "metaKeySelection"; "dragdrop": "dragdrop"; "style": "style"; "styleClass": "styleClass"; "sourceStyle": "sourceStyle"; "targetStyle": "targetStyle"; "showSourceControls": "showSourceControls"; "showTargetControls": "showTargetControls"; "sourceFilterPlaceholder": "sourceFilterPlaceholder"; "targetFilterPlaceholder": "targetFilterPlaceholder"; "disabled": "disabled"; "ariaSourceFilterLabel": "ariaSourceFilterLabel"; "ariaTargetFilterLabel": "ariaTargetFilterLabel"; "filterMatchMode": "filterMatchMode"; "breakpoint": "breakpoint"; }, { "onMoveToSource": "onMoveToSource"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; "onMoveToTarget": "onMoveToTarget"; "onSourceReorder": "onSourceReorder"; "onTargetReorder": "onTargetReorder"; "onSourceSelect": "onSourceSelect"; "onTargetSelect": "onTargetSelect"; "onSourceFilter": "onSourceFilter"; "onTargetFilter": "onTargetFilter"; }, ["templates"], never>;
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickList, "p-pickList", never, { "source": "source"; "target": "target"; "sourceHeader": "sourceHeader"; "rightButtonAriaLabel": "rightButtonAriaLabel"; "leftButtonAriaLabel": "leftButtonAriaLabel"; "allRightButtonAriaLabel": "allRightButtonAriaLabel"; "allLeftButtonAriaLabel": "allLeftButtonAriaLabel"; "upButtonAriaLabel": "upButtonAriaLabel"; "downButtonAriaLabel": "downButtonAriaLabel"; "topButtonAriaLabel": "topButtonAriaLabel"; "bottomButtonAriaLabel": "bottomButtonAriaLabel"; "targetHeader": "targetHeader"; "responsive": "responsive"; "filterBy": "filterBy"; "filterLocale": "filterLocale"; "trackBy": "trackBy"; "sourceTrackBy": "sourceTrackBy"; "targetTrackBy": "targetTrackBy"; "showSourceFilter": "showSourceFilter"; "showTargetFilter": "showTargetFilter"; "metaKeySelection": "metaKeySelection"; "dragdrop": "dragdrop"; "style": "style"; "styleClass": "styleClass"; "sourceStyle": "sourceStyle"; "targetStyle": "targetStyle"; "showSourceControls": "showSourceControls"; "showTargetControls": "showTargetControls"; "sourceFilterPlaceholder": "sourceFilterPlaceholder"; "targetFilterPlaceholder": "targetFilterPlaceholder"; "disabled": "disabled"; "ariaSourceFilterLabel": "ariaSourceFilterLabel"; "ariaTargetFilterLabel": "ariaTargetFilterLabel"; "filterMatchMode": "filterMatchMode"; "breakpoint": "breakpoint"; "stripedRows": "stripedRows"; }, { "onMoveToSource": "onMoveToSource"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; "onMoveToTarget": "onMoveToTarget"; "onSourceReorder": "onSourceReorder"; "onTargetReorder": "onTargetReorder"; "onSourceSelect": "onSourceSelect"; "onTargetSelect": "onTargetSelect"; "onSourceFilter": "onSourceFilter"; "onTargetFilter": "onTargetFilter"; }, ["templates"], never>;
|
125
126
|
}
|
126
127
|
export declare class PickListModule {
|
127
128
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickListModule, never>;
|
@@ -3,14 +3,18 @@
|
|
3
3
|
position: relative;
|
4
4
|
}
|
5
5
|
|
6
|
-
.p-splitbutton .p-splitbutton-defaultbutton
|
6
|
+
.p-splitbutton .p-splitbutton-defaultbutton,
|
7
|
+
.p-splitbutton.p-button-rounded > .p-splitbutton-defaultbutton.p-button,
|
8
|
+
.p-splitbutton.p-button-outlined > .p-splitbutton-defaultbutton.p-button {
|
7
9
|
flex: 1 1 auto;
|
8
10
|
border-top-right-radius: 0;
|
9
11
|
border-bottom-right-radius: 0;
|
10
12
|
border-right: 0 none;
|
11
13
|
}
|
12
14
|
|
13
|
-
.p-splitbutton-menubutton
|
15
|
+
.p-splitbutton-menubutton,
|
16
|
+
.p-splitbutton.p-button-rounded > .p-splitbutton-menubutton.p-button,
|
17
|
+
.p-splitbutton.p-button-outlined > .p-splitbutton-menubutton.p-button {
|
14
18
|
display: flex;
|
15
19
|
align-items: center;
|
16
20
|
justify-content: center;
|
@@ -24,4 +28,4 @@
|
|
24
28
|
|
25
29
|
.p-fluid .p-splitbutton {
|
26
30
|
display: flex;
|
27
|
-
}
|
31
|
+
}
|
@@ -1,5 +1,39 @@
|
|
1
|
-
.p-tabmenu {
|
1
|
+
.p-tabmenu-nav-container {
|
2
|
+
position: relative;
|
3
|
+
}
|
4
|
+
|
5
|
+
.p-tabmenu-scrollable .p-tabmenu-nav-container {
|
6
|
+
overflow: hidden;
|
7
|
+
}
|
8
|
+
|
9
|
+
.p-tabmenu-nav-content {
|
2
10
|
overflow-x: auto;
|
11
|
+
overflow-y: hidden;
|
12
|
+
scroll-behavior: smooth;
|
13
|
+
scrollbar-width: none;
|
14
|
+
overscroll-behavior: contain auto;
|
15
|
+
}
|
16
|
+
|
17
|
+
.p-tabmenu-nav-btn {
|
18
|
+
position: absolute;
|
19
|
+
top: 0;
|
20
|
+
z-index: 2;
|
21
|
+
height: 100%;
|
22
|
+
display: flex;
|
23
|
+
align-items: center;
|
24
|
+
justify-content: center;
|
25
|
+
}
|
26
|
+
|
27
|
+
.p-tabmenu-nav-prev {
|
28
|
+
left: 0;
|
29
|
+
}
|
30
|
+
|
31
|
+
.p-tabmenu-nav-next {
|
32
|
+
right: 0;
|
33
|
+
}
|
34
|
+
|
35
|
+
.p-tabview-nav-content::-webkit-scrollbar {
|
36
|
+
display: none;
|
3
37
|
}
|
4
38
|
|
5
39
|
.p-tabmenu-nav {
|
@@ -27,6 +61,7 @@
|
|
27
61
|
|
28
62
|
.p-tabmenu-nav .p-menuitem-text {
|
29
63
|
line-height: 1;
|
64
|
+
white-space: nowrap;
|
30
65
|
}
|
31
66
|
|
32
67
|
.p-tabmenu-ink-bar {
|
@@ -34,6 +69,6 @@
|
|
34
69
|
z-index: 1;
|
35
70
|
}
|
36
71
|
|
37
|
-
.p-tabmenu::-webkit-scrollbar {
|
72
|
+
.p-tabmenu-nav-content::-webkit-scrollbar {
|
38
73
|
display: none;
|
39
74
|
}
|
@@ -212,6 +212,16 @@
|
|
212
212
|
--purple-700:#6d1b7b;
|
213
213
|
--purple-800:#561561;
|
214
214
|
--purple-900:#3e1046;
|
215
|
+
--red-50:#fff5f5;
|
216
|
+
--red-100:#ffd1ce;
|
217
|
+
--red-200:#ffada7;
|
218
|
+
--red-300:#ff8980;
|
219
|
+
--red-400:#ff6459;
|
220
|
+
--red-500:#ff4032;
|
221
|
+
--red-600:#d9362b;
|
222
|
+
--red-700:#b32d23;
|
223
|
+
--red-800:#8c231c;
|
224
|
+
--red-900:#661a14;
|
215
225
|
}
|
216
226
|
|
217
227
|
.p-autocomplete .p-autocomplete-loader {
|
@@ -354,16 +364,14 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
354
364
|
.p-datepicker .p-datepicker-header .p-datepicker-title {
|
355
365
|
line-height: 2rem;
|
356
366
|
}
|
357
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
358
|
-
|
359
|
-
color: rgba(255, 255, 255, 0.87);
|
360
|
-
transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
|
361
|
-
font-weight: 600;
|
362
|
-
padding: 0.5rem;
|
367
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select {
|
368
|
+
transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
|
363
369
|
}
|
364
|
-
.p-datepicker .p-datepicker-header .p-datepicker-title
|
365
|
-
|
366
|
-
|
370
|
+
.p-datepicker .p-datepicker-header .p-datepicker-title select:focus {
|
371
|
+
outline: 0 none;
|
372
|
+
outline-offset: 0;
|
373
|
+
box-shadow: 0 0 0 1px #93cbf9;
|
374
|
+
border-color: #64B5F6;
|
367
375
|
}
|
368
376
|
.p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month {
|
369
377
|
margin-right: 0.5rem;
|
@@ -461,20 +469,8 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
461
469
|
color: rgba(255, 255, 255, 0.87);
|
462
470
|
background: rgba(100, 181, 246, 0.16);
|
463
471
|
}
|
464
|
-
.p-datepicker .p-yearpicker {
|
465
|
-
margin: 0.5rem 0;
|
466
|
-
}
|
467
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year {
|
468
|
-
padding: 0.5rem;
|
469
|
-
transition: box-shadow 0.2s;
|
470
|
-
border-radius: 3px;
|
471
|
-
}
|
472
|
-
.p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight {
|
473
|
-
color: rgba(255, 255, 255, 0.87);
|
474
|
-
background: rgba(100, 181, 246, 0.16);
|
475
|
-
}
|
476
472
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group {
|
477
|
-
border-
|
473
|
+
border-right: 1px solid #383838;
|
478
474
|
padding-right: 0.5rem;
|
479
475
|
padding-left: 0.5rem;
|
480
476
|
padding-top: 0;
|
@@ -482,10 +478,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
482
478
|
}
|
483
479
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:first-child {
|
484
480
|
padding-left: 0;
|
485
|
-
border-left: 0 none;
|
486
481
|
}
|
487
482
|
.p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child {
|
488
483
|
padding-right: 0;
|
484
|
+
border-right: 0 none;
|
489
485
|
}
|
490
486
|
.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover {
|
491
487
|
background: rgba(255, 255, 255, 0.03);
|
@@ -495,18 +491,10 @@ p-calendar.ng-dirty.ng-invalid > .p-calendar > .p-inputtext {
|
|
495
491
|
outline-offset: 0;
|
496
492
|
box-shadow: 0 0 0 1px #93cbf9;
|
497
493
|
}
|
498
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-
|
499
|
-
background: rgba(255, 255, 255, 0.03);
|
500
|
-
}
|
501
|
-
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus {
|
502
|
-
outline: 0 none;
|
503
|
-
outline-offset: 0;
|
504
|
-
box-shadow: 0 0 0 1px #93cbf9;
|
505
|
-
}
|
506
|
-
.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover {
|
494
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):hover {
|
507
495
|
background: rgba(255, 255, 255, 0.03);
|
508
496
|
}
|
509
|
-
.p-datepicker:not(.p-disabled) .p-
|
497
|
+
.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-highlight):not(.p-disabled):focus {
|
510
498
|
outline: 0 none;
|
511
499
|
outline-offset: 0;
|
512
500
|
box-shadow: 0 0 0 1px #93cbf9;
|
@@ -707,7 +695,7 @@ p-chips.ng-dirty.ng-invalid > .p-chips > .p-inputtext {
|
|
707
695
|
|
708
696
|
.p-colorpicker-panel {
|
709
697
|
background: #1e1e1e;
|
710
|
-
border: 1px solid #383838;
|
698
|
+
border-color: 1px solid #383838;
|
711
699
|
}
|
712
700
|
.p-colorpicker-panel .p-colorpicker-color-handle,
|
713
701
|
.p-colorpicker-panel .p-colorpicker-hue-handle {
|
@@ -832,9 +820,6 @@ p-dropdown.ng-dirty.ng-invalid > .p-dropdown {
|
|
832
820
|
.p-input-filled .p-dropdown:not(.p-disabled).p-focus {
|
833
821
|
background-color: #383838;
|
834
822
|
}
|
835
|
-
.p-input-filled .p-dropdown:not(.p-disabled).p-focus .p-inputtext {
|
836
|
-
background-color: transparent;
|
837
|
-
}
|
838
823
|
|
839
824
|
.p-editor-container .p-editor-toolbar {
|
840
825
|
background: #1e1e1e;
|
@@ -1377,7 +1362,7 @@ p-multiselect.ng-dirty.ng-invalid > .p-multiselect {
|
|
1377
1362
|
background-color: #383838;
|
1378
1363
|
}
|
1379
1364
|
|
1380
|
-
p-password.
|
1365
|
+
.p-password.p-invalid.p-component > .p-inputtext {
|
1381
1366
|
border-color: #ef9a9a;
|
1382
1367
|
}
|
1383
1368
|
|
@@ -1479,7 +1464,7 @@ p-radiobutton.ng-dirty.ng-invalid > .p-radiobutton > .p-radiobutton-box {
|
|
1479
1464
|
.p-rating .p-rating-icon:first-child {
|
1480
1465
|
margin-left: 0;
|
1481
1466
|
}
|
1482
|
-
.p-rating .p-rating-icon.pi-star
|
1467
|
+
.p-rating .p-rating-icon.pi-star {
|
1483
1468
|
color: #64B5F6;
|
1484
1469
|
}
|
1485
1470
|
.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-icon:hover {
|
@@ -1661,8 +1646,7 @@ p-togglebutton.ng-dirty.ng-invalid > .p-togglebutton.p-button {
|
|
1661
1646
|
border-top-right-radius: 3px;
|
1662
1647
|
border-bottom-right-radius: 3px;
|
1663
1648
|
}
|
1664
|
-
|
1665
|
-
p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
1649
|
+
.p-treeselect.p-invalid.p-component {
|
1666
1650
|
border-color: #ef9a9a;
|
1667
1651
|
}
|
1668
1652
|
|
@@ -2227,6 +2211,258 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2227
2211
|
background-color: rgba(0, 0, 0, 0.4);
|
2228
2212
|
}
|
2229
2213
|
|
2214
|
+
.p-splitbutton {
|
2215
|
+
border-radius: 3px;
|
2216
|
+
}
|
2217
|
+
.p-splitbutton.p-button-outlined > .p-button {
|
2218
|
+
background-color: transparent;
|
2219
|
+
color: #64B5F6;
|
2220
|
+
border: 1px solid;
|
2221
|
+
}
|
2222
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2223
|
+
background: rgba(100, 181, 246, 0.04);
|
2224
|
+
color: #64B5F6;
|
2225
|
+
}
|
2226
|
+
.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2227
|
+
background: rgba(100, 181, 246, 0.16);
|
2228
|
+
color: #64B5F6;
|
2229
|
+
}
|
2230
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button {
|
2231
|
+
color: rgba(255, 255, 255, 0.6);
|
2232
|
+
border-color: rgba(255, 255, 255, 0.6);
|
2233
|
+
}
|
2234
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2235
|
+
background: rgba(255, 255, 255, 0.03);
|
2236
|
+
color: rgba(255, 255, 255, 0.6);
|
2237
|
+
}
|
2238
|
+
.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
2239
|
+
background: rgba(255, 255, 255, 0.16);
|
2240
|
+
color: rgba(255, 255, 255, 0.6);
|
2241
|
+
}
|
2242
|
+
.p-splitbutton.p-button-text > .p-button {
|
2243
|
+
background-color: transparent;
|
2244
|
+
color: #64B5F6;
|
2245
|
+
border-color: transparent;
|
2246
|
+
}
|
2247
|
+
.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2248
|
+
background: rgba(100, 181, 246, 0.04);
|
2249
|
+
color: #64B5F6;
|
2250
|
+
border-color: transparent;
|
2251
|
+
}
|
2252
|
+
.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2253
|
+
background: rgba(100, 181, 246, 0.16);
|
2254
|
+
color: #64B5F6;
|
2255
|
+
border-color: transparent;
|
2256
|
+
}
|
2257
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button {
|
2258
|
+
color: rgba(255, 255, 255, 0.6);
|
2259
|
+
}
|
2260
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2261
|
+
background: rgba(255, 255, 255, 0.03);
|
2262
|
+
color: rgba(255, 255, 255, 0.6);
|
2263
|
+
}
|
2264
|
+
.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active {
|
2265
|
+
background: rgba(255, 255, 255, 0.16);
|
2266
|
+
color: rgba(255, 255, 255, 0.6);
|
2267
|
+
}
|
2268
|
+
.p-splitbutton.p-button-raised {
|
2269
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
2270
|
+
}
|
2271
|
+
.p-splitbutton.p-button-rounded {
|
2272
|
+
border-radius: 2rem;
|
2273
|
+
}
|
2274
|
+
.p-splitbutton.p-button-rounded > .p-button {
|
2275
|
+
border-radius: 2rem;
|
2276
|
+
}
|
2277
|
+
.p-splitbutton.p-button-sm > .p-button {
|
2278
|
+
font-size: 0.875rem;
|
2279
|
+
padding: 0.4375rem 0.875rem;
|
2280
|
+
}
|
2281
|
+
.p-splitbutton.p-button-sm > .p-button .p-button-icon {
|
2282
|
+
font-size: 0.875rem;
|
2283
|
+
}
|
2284
|
+
.p-splitbutton.p-button-lg > .p-button {
|
2285
|
+
font-size: 1.25rem;
|
2286
|
+
padding: 0.625rem 1.25rem;
|
2287
|
+
}
|
2288
|
+
.p-splitbutton.p-button-lg > .p-button .p-button-icon {
|
2289
|
+
font-size: 1.25rem;
|
2290
|
+
}
|
2291
|
+
|
2292
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button {
|
2293
|
+
background-color: transparent;
|
2294
|
+
color: #78909C;
|
2295
|
+
border: 1px solid;
|
2296
|
+
}
|
2297
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2298
|
+
background: rgba(120, 144, 156, 0.04);
|
2299
|
+
color: #78909C;
|
2300
|
+
}
|
2301
|
+
.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2302
|
+
background: rgba(120, 144, 156, 0.16);
|
2303
|
+
color: #78909C;
|
2304
|
+
}
|
2305
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button {
|
2306
|
+
background-color: transparent;
|
2307
|
+
color: #78909C;
|
2308
|
+
border-color: transparent;
|
2309
|
+
}
|
2310
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2311
|
+
background: rgba(120, 144, 156, 0.04);
|
2312
|
+
border-color: transparent;
|
2313
|
+
color: #78909C;
|
2314
|
+
}
|
2315
|
+
.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2316
|
+
background: rgba(120, 144, 156, 0.16);
|
2317
|
+
border-color: transparent;
|
2318
|
+
color: #78909C;
|
2319
|
+
}
|
2320
|
+
|
2321
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button {
|
2322
|
+
background-color: transparent;
|
2323
|
+
color: #81D4FA;
|
2324
|
+
border: 1px solid;
|
2325
|
+
}
|
2326
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2327
|
+
background: rgba(129, 212, 250, 0.04);
|
2328
|
+
color: #81D4FA;
|
2329
|
+
}
|
2330
|
+
.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2331
|
+
background: rgba(129, 212, 250, 0.16);
|
2332
|
+
color: #81D4FA;
|
2333
|
+
}
|
2334
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button {
|
2335
|
+
background-color: transparent;
|
2336
|
+
color: #81D4FA;
|
2337
|
+
border-color: transparent;
|
2338
|
+
}
|
2339
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2340
|
+
background: rgba(129, 212, 250, 0.04);
|
2341
|
+
border-color: transparent;
|
2342
|
+
color: #81D4FA;
|
2343
|
+
}
|
2344
|
+
.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2345
|
+
background: rgba(129, 212, 250, 0.16);
|
2346
|
+
border-color: transparent;
|
2347
|
+
color: #81D4FA;
|
2348
|
+
}
|
2349
|
+
|
2350
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button {
|
2351
|
+
background-color: transparent;
|
2352
|
+
color: #C5E1A5;
|
2353
|
+
border: 1px solid;
|
2354
|
+
}
|
2355
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2356
|
+
background: rgba(197, 225, 165, 0.04);
|
2357
|
+
color: #C5E1A5;
|
2358
|
+
}
|
2359
|
+
.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2360
|
+
background: rgba(197, 225, 165, 0.16);
|
2361
|
+
color: #C5E1A5;
|
2362
|
+
}
|
2363
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button {
|
2364
|
+
background-color: transparent;
|
2365
|
+
color: #C5E1A5;
|
2366
|
+
border-color: transparent;
|
2367
|
+
}
|
2368
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2369
|
+
background: rgba(197, 225, 165, 0.04);
|
2370
|
+
border-color: transparent;
|
2371
|
+
color: #C5E1A5;
|
2372
|
+
}
|
2373
|
+
.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2374
|
+
background: rgba(197, 225, 165, 0.16);
|
2375
|
+
border-color: transparent;
|
2376
|
+
color: #C5E1A5;
|
2377
|
+
}
|
2378
|
+
|
2379
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button {
|
2380
|
+
background-color: transparent;
|
2381
|
+
color: #FFE082;
|
2382
|
+
border: 1px solid;
|
2383
|
+
}
|
2384
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2385
|
+
background: rgba(255, 224, 130, 0.04);
|
2386
|
+
color: #FFE082;
|
2387
|
+
}
|
2388
|
+
.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2389
|
+
background: rgba(255, 224, 130, 0.16);
|
2390
|
+
color: #FFE082;
|
2391
|
+
}
|
2392
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button {
|
2393
|
+
background-color: transparent;
|
2394
|
+
color: #FFE082;
|
2395
|
+
border-color: transparent;
|
2396
|
+
}
|
2397
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2398
|
+
background: rgba(255, 224, 130, 0.04);
|
2399
|
+
border-color: transparent;
|
2400
|
+
color: #FFE082;
|
2401
|
+
}
|
2402
|
+
.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2403
|
+
background: rgba(255, 224, 130, 0.16);
|
2404
|
+
border-color: transparent;
|
2405
|
+
color: #FFE082;
|
2406
|
+
}
|
2407
|
+
|
2408
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button {
|
2409
|
+
background-color: transparent;
|
2410
|
+
color: #CE93D8;
|
2411
|
+
border: 1px solid;
|
2412
|
+
}
|
2413
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2414
|
+
background: rgba(206, 147, 216, 0.04);
|
2415
|
+
color: #CE93D8;
|
2416
|
+
}
|
2417
|
+
.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2418
|
+
background: rgba(206, 147, 216, 0.16);
|
2419
|
+
color: #CE93D8;
|
2420
|
+
}
|
2421
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button {
|
2422
|
+
background-color: transparent;
|
2423
|
+
color: #CE93D8;
|
2424
|
+
border-color: transparent;
|
2425
|
+
}
|
2426
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2427
|
+
background: rgba(206, 147, 216, 0.04);
|
2428
|
+
border-color: transparent;
|
2429
|
+
color: #CE93D8;
|
2430
|
+
}
|
2431
|
+
.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2432
|
+
background: rgba(206, 147, 216, 0.16);
|
2433
|
+
border-color: transparent;
|
2434
|
+
color: #CE93D8;
|
2435
|
+
}
|
2436
|
+
|
2437
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button {
|
2438
|
+
background-color: transparent;
|
2439
|
+
color: #F48FB1;
|
2440
|
+
border: 1px solid;
|
2441
|
+
}
|
2442
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2443
|
+
background: rgba(244, 143, 177, 0.04);
|
2444
|
+
color: #F48FB1;
|
2445
|
+
}
|
2446
|
+
.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active {
|
2447
|
+
background: rgba(244, 143, 177, 0.16);
|
2448
|
+
color: #F48FB1;
|
2449
|
+
}
|
2450
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button {
|
2451
|
+
background-color: transparent;
|
2452
|
+
color: #F48FB1;
|
2453
|
+
border-color: transparent;
|
2454
|
+
}
|
2455
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover {
|
2456
|
+
background: rgba(244, 143, 177, 0.04);
|
2457
|
+
border-color: transparent;
|
2458
|
+
color: #F48FB1;
|
2459
|
+
}
|
2460
|
+
.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active {
|
2461
|
+
background: rgba(244, 143, 177, 0.16);
|
2462
|
+
border-color: transparent;
|
2463
|
+
color: #F48FB1;
|
2464
|
+
}
|
2465
|
+
|
2230
2466
|
.p-carousel .p-carousel-content .p-carousel-prev,
|
2231
2467
|
.p-carousel .p-carousel-content .p-carousel-next {
|
2232
2468
|
width: 2rem;
|
@@ -2449,7 +2685,7 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
2449
2685
|
border-width: 1px;
|
2450
2686
|
}
|
2451
2687
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) {
|
2452
|
-
background:
|
2688
|
+
background: #242424;
|
2453
2689
|
}
|
2454
2690
|
.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight {
|
2455
2691
|
background: rgba(100, 181, 246, 0.16);
|
@@ -3008,6 +3244,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3008
3244
|
background: rgba(255, 255, 255, 0.03);
|
3009
3245
|
color: rgba(255, 255, 255, 0.87);
|
3010
3246
|
}
|
3247
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) {
|
3248
|
+
background: rgba(255, 255, 255, 0.01);
|
3249
|
+
}
|
3250
|
+
.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover {
|
3251
|
+
background: rgba(255, 255, 255, 0.03);
|
3252
|
+
}
|
3011
3253
|
|
3012
3254
|
.p-orderlist-item.cdk-drag-preview {
|
3013
3255
|
padding: 0.5rem 1rem;
|
@@ -3203,6 +3445,12 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3203
3445
|
background: rgba(255, 255, 255, 0.03);
|
3204
3446
|
color: rgba(255, 255, 255, 0.87);
|
3205
3447
|
}
|
3448
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) {
|
3449
|
+
background: rgba(255, 255, 255, 0.01);
|
3450
|
+
}
|
3451
|
+
.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover {
|
3452
|
+
background: rgba(255, 255, 255, 0.03);
|
3453
|
+
}
|
3206
3454
|
|
3207
3455
|
.p-picklist-item.cdk-drag-preview {
|
3208
3456
|
padding: 0.5rem 1rem;
|
@@ -3798,6 +4046,19 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
3798
4046
|
color: rgba(255, 255, 255, 0.87);
|
3799
4047
|
border-top: 0 none;
|
3800
4048
|
}
|
4049
|
+
.p-panel .p-panel-icons-end {
|
4050
|
+
order: 2;
|
4051
|
+
margin-left: auto;
|
4052
|
+
}
|
4053
|
+
.p-panel .p-panel-icons-start {
|
4054
|
+
order: 0;
|
4055
|
+
margin-right: 0.5rem;
|
4056
|
+
}
|
4057
|
+
.p-panel .p-panel-icons-center {
|
4058
|
+
order: 2;
|
4059
|
+
width: 100%;
|
4060
|
+
text-align: center;
|
4061
|
+
}
|
3801
4062
|
|
3802
4063
|
.p-scrollpanel .p-scrollpanel-bar {
|
3803
4064
|
background: #383838;
|
@@ -5047,6 +5308,24 @@ p-treeselect.ng-invalid.ng-dirty > .p-treeselect {
|
|
5047
5308
|
border-color: #64B5F6;
|
5048
5309
|
color: #64B5F6;
|
5049
5310
|
}
|
5311
|
+
.p-tabmenu .p-tabmenu-left-icon {
|
5312
|
+
margin-right: 0.5rem;
|
5313
|
+
}
|
5314
|
+
.p-tabmenu .p-tabmenu-right-icon {
|
5315
|
+
margin-left: 0.5rem;
|
5316
|
+
}
|
5317
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link {
|
5318
|
+
background: #1e1e1e;
|
5319
|
+
color: #64B5F6;
|
5320
|
+
width: 2.357rem;
|
5321
|
+
box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
|
5322
|
+
border-radius: 0;
|
5323
|
+
}
|
5324
|
+
.p-tabmenu .p-tabmenu-nav-btn.p-link:focus {
|
5325
|
+
outline: 0 none;
|
5326
|
+
outline-offset: 0;
|
5327
|
+
box-shadow: inset 0 0 0 1px #93cbf9;
|
5328
|
+
}
|
5050
5329
|
|
5051
5330
|
.p-tieredmenu {
|
5052
5331
|
padding: 0.25rem 0;
|