primeng 16.8.0 → 16.9.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/breadcrumb/breadcrumb.interface.d.ts +2 -2
- package/dropdown/dropdown.d.ts +2 -1
- package/esm2022/autocomplete/autocomplete.mjs +4 -3
- package/esm2022/breadcrumb/breadcrumb.interface.mjs +1 -1
- package/esm2022/calendar/calendar.mjs +4 -3
- package/esm2022/contextmenu/contextmenu.mjs +8 -4
- package/esm2022/dropdown/dropdown.mjs +12 -7
- package/esm2022/listbox/listbox.interface.mjs +1 -1
- package/esm2022/listbox/listbox.mjs +2 -2
- package/esm2022/multiselect/multiselect.mjs +22 -5
- package/esm2022/orderlist/orderlist.mjs +65 -33
- package/esm2022/paginator/paginator.mjs +61 -20
- package/esm2022/picklist/picklist.mjs +316 -53
- package/esm2022/sidebar/sidebar.mjs +5 -14
- package/esm2022/splitter/splitter.mjs +3 -3
- package/esm2022/table/table.mjs +10 -8
- package/esm2022/tabview/tabview.mjs +68 -23
- package/fesm2022/primeng-autocomplete.mjs +3 -2
- package/fesm2022/primeng-autocomplete.mjs.map +1 -1
- package/fesm2022/primeng-calendar.mjs +3 -2
- package/fesm2022/primeng-calendar.mjs.map +1 -1
- package/fesm2022/primeng-contextmenu.mjs +7 -3
- package/fesm2022/primeng-contextmenu.mjs.map +1 -1
- package/fesm2022/primeng-dropdown.mjs +11 -6
- package/fesm2022/primeng-dropdown.mjs.map +1 -1
- package/fesm2022/primeng-listbox.mjs +1 -1
- package/fesm2022/primeng-listbox.mjs.map +1 -1
- package/fesm2022/primeng-multiselect.mjs +21 -4
- package/fesm2022/primeng-multiselect.mjs.map +1 -1
- package/fesm2022/primeng-orderlist.mjs +64 -32
- package/fesm2022/primeng-orderlist.mjs.map +1 -1
- package/fesm2022/primeng-paginator.mjs +60 -19
- package/fesm2022/primeng-paginator.mjs.map +1 -1
- package/fesm2022/primeng-picklist.mjs +315 -52
- package/fesm2022/primeng-picklist.mjs.map +1 -1
- package/fesm2022/primeng-sidebar.mjs +4 -13
- package/fesm2022/primeng-sidebar.mjs.map +1 -1
- package/fesm2022/primeng-splitter.mjs +2 -2
- package/fesm2022/primeng-splitter.mjs.map +1 -1
- package/fesm2022/primeng-table.mjs +9 -7
- package/fesm2022/primeng-table.mjs.map +1 -1
- package/fesm2022/primeng-tabview.mjs +67 -22
- package/fesm2022/primeng-tabview.mjs.map +1 -1
- package/listbox/listbox.interface.d.ts +1 -1
- package/multiselect/multiselect.d.ts +2 -0
- package/orderlist/orderlist.d.ts +20 -4
- package/package.json +150 -150
- package/paginator/paginator.d.ts +4 -2
- package/picklist/picklist.d.ts +57 -5
- package/resources/components/dropdown/dropdown.css +1 -7
- package/resources/components/table/table.css +3 -3
- package/resources/themes/arya-blue/theme.css +7 -3
- package/resources/themes/arya-green/theme.css +7 -3
- package/resources/themes/arya-orange/theme.css +7 -3
- package/resources/themes/arya-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-dark-purple/theme.css +7 -3
- package/resources/themes/bootstrap4-light-blue/theme.css +7 -3
- package/resources/themes/bootstrap4-light-purple/theme.css +7 -3
- package/resources/themes/fluent-light/theme.css +7 -3
- package/resources/themes/lara-dark-blue/theme.css +7 -3
- package/resources/themes/lara-dark-indigo/theme.css +7 -3
- package/resources/themes/lara-dark-purple/theme.css +7 -3
- package/resources/themes/lara-dark-teal/theme.css +7 -3
- package/resources/themes/lara-light-blue/theme.css +7 -3
- package/resources/themes/lara-light-indigo/theme.css +7 -3
- package/resources/themes/lara-light-purple/theme.css +7 -3
- package/resources/themes/lara-light-teal/theme.css +7 -3
- package/resources/themes/luna-amber/theme.css +7 -3
- package/resources/themes/luna-blue/theme.css +7 -3
- package/resources/themes/luna-green/theme.css +7 -3
- package/resources/themes/luna-pink/theme.css +7 -3
- package/resources/themes/md-dark-deeppurple/theme.css +7 -3
- package/resources/themes/md-dark-indigo/theme.css +7 -3
- package/resources/themes/md-light-deeppurple/theme.css +7 -3
- package/resources/themes/md-light-indigo/theme.css +7 -3
- package/resources/themes/mdc-dark-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-dark-indigo/theme.css +7 -3
- package/resources/themes/mdc-light-deeppurple/theme.css +7 -3
- package/resources/themes/mdc-light-indigo/theme.css +7 -3
- package/resources/themes/mira/theme.css +7 -3
- package/resources/themes/nano/theme.css +7 -3
- package/resources/themes/nova/theme.css +7 -3
- package/resources/themes/nova-accent/theme.css +7 -3
- package/resources/themes/nova-alt/theme.css +7 -3
- package/resources/themes/rhea/theme.css +7 -3
- package/resources/themes/saga-blue/theme.css +7 -3
- package/resources/themes/saga-green/theme.css +7 -3
- package/resources/themes/saga-orange/theme.css +7 -3
- package/resources/themes/saga-purple/theme.css +7 -3
- package/resources/themes/soho-dark/theme.css +7 -3
- package/resources/themes/soho-light/theme.css +7 -3
- package/resources/themes/tailwind-light/theme.css +7 -3
- package/resources/themes/vela-blue/theme.css +7 -3
- package/resources/themes/vela-green/theme.css +7 -3
- package/resources/themes/vela-orange/theme.css +7 -3
- package/resources/themes/vela-purple/theme.css +7 -3
- package/resources/themes/viva-dark/theme.css +7 -3
- package/resources/themes/viva-light/theme.css +7 -3
- package/sidebar/sidebar.d.ts +2 -3
- package/tabview/tabview.d.ts +19 -2
package/picklist/picklist.d.ts
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
2
2
|
import { AfterContentInit, AfterViewChecked, ChangeDetectorRef, ElementRef, EventEmitter, QueryList, Renderer2, TemplateRef } from '@angular/core';
|
3
|
-
import { FilterService, PrimeTemplate } from 'primeng/api';
|
3
|
+
import { FilterService, PrimeNGConfig, PrimeTemplate } from 'primeng/api';
|
4
4
|
import { Nullable, VoidListener } from 'primeng/ts-helpers';
|
5
5
|
import { PickListFilterOptions, PickListMoveAllToSourceEvent, PickListMoveAllToTargetEvent, PickListMoveToSourceEvent, PickListMoveToTargetEvent, PickListSourceFilterEvent, PickListSourceReorderEvent, PickListSourceSelectEvent, PickListTargetFilterEvent, PickListTargetReorderEvent, PickListTargetSelectEvent } from './picklist.interface';
|
6
6
|
import * as i0 from "@angular/core";
|
@@ -30,6 +30,7 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
30
30
|
el: ElementRef;
|
31
31
|
cd: ChangeDetectorRef;
|
32
32
|
filterService: FilterService;
|
33
|
+
config: PrimeNGConfig;
|
33
34
|
/**
|
34
35
|
* An array of objects for the source list.
|
35
36
|
* @group Props
|
@@ -283,11 +284,34 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
283
284
|
* @group Emits
|
284
285
|
*/
|
285
286
|
onTargetFilter: EventEmitter<PickListTargetFilterEvent>;
|
287
|
+
/**
|
288
|
+
* Callback to invoke when the list is focused
|
289
|
+
* @param {Event} event - Browser event.
|
290
|
+
* @group Emits
|
291
|
+
*/
|
292
|
+
onFocus: EventEmitter<Event>;
|
293
|
+
/**
|
294
|
+
* Callback to invoke when the list is blurred
|
295
|
+
* @param {Event} event - Browser event.
|
296
|
+
* @group Emits
|
297
|
+
*/
|
298
|
+
onBlur: EventEmitter<Event>;
|
286
299
|
listViewSourceChild: Nullable<ElementRef>;
|
287
300
|
listViewTargetChild: Nullable<ElementRef>;
|
288
301
|
sourceFilterViewChild: Nullable<ElementRef>;
|
289
302
|
targetFilterViewChild: Nullable<ElementRef>;
|
290
303
|
templates: Nullable<QueryList<PrimeTemplate>>;
|
304
|
+
get moveUpAriaLabel(): string;
|
305
|
+
get moveTopAriaLabel(): string;
|
306
|
+
get moveDownAriaLabel(): string;
|
307
|
+
get moveBottomAriaLabel(): string;
|
308
|
+
get moveToTargetAriaLabel(): string;
|
309
|
+
get moveAllToTargetAriaLabel(): string;
|
310
|
+
get moveToSourceAriaLabel(): string;
|
311
|
+
get moveAllToSourceAriaLabel(): string;
|
312
|
+
get idSource(): string;
|
313
|
+
get idTarget(): string;
|
314
|
+
get focusedOptionId(): any;
|
291
315
|
_breakpoint: string;
|
292
316
|
itemTemplate: TemplateRef<any> | undefined;
|
293
317
|
moveTopIconTemplate: Nullable<TemplateRef<any>>;
|
@@ -328,12 +352,16 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
328
352
|
window: Window;
|
329
353
|
media: MediaQueryList | null | undefined;
|
330
354
|
viewChanged: boolean | undefined;
|
355
|
+
focusedOptionIndex: any;
|
356
|
+
focusedOption: any | undefined;
|
357
|
+
focused: any;
|
331
358
|
mediaChangeListener: VoidListener;
|
332
|
-
constructor(document: Document, platformId: any, renderer: Renderer2, el: ElementRef, cd: ChangeDetectorRef, filterService: FilterService);
|
359
|
+
constructor(document: Document, platformId: any, renderer: Renderer2, el: ElementRef, cd: ChangeDetectorRef, filterService: FilterService, config: PrimeNGConfig);
|
333
360
|
ngOnInit(): void;
|
334
361
|
ngAfterContentInit(): void;
|
335
362
|
ngAfterViewChecked(): void;
|
336
|
-
onItemClick(event: Event | any, item: any, selectedItems: any[], callback: EventEmitter<any
|
363
|
+
onItemClick(event: Event | any, item: any, selectedItems: any[], callback: EventEmitter<any>, itemId?: string): void;
|
364
|
+
onOptionMouseDown(index: any, listType: number): void;
|
337
365
|
onSourceItemDblClick(): void;
|
338
366
|
onTargetItemDblClick(): void;
|
339
367
|
onFilter(event: KeyboardEvent, listType: number): void;
|
@@ -354,8 +382,32 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
354
382
|
moveLeft(): void;
|
355
383
|
moveAllLeft(): void;
|
356
384
|
isSelected(item: any, selectedItems: any[]): boolean;
|
357
|
-
|
385
|
+
itemClass(item: any, id: any, selectedItems: any): {
|
386
|
+
'p-picklist-item': boolean;
|
387
|
+
'p-highlight': boolean;
|
388
|
+
'p-focus': boolean;
|
389
|
+
};
|
390
|
+
findIndexInList(item: any, selectedItems: any[]): number;
|
358
391
|
onDrop(event: CdkDragDrop<string[]>, listType: number): void;
|
392
|
+
onListFocus(event: any, listType: any): void;
|
393
|
+
onListBlur(event: any, listType: any): void;
|
394
|
+
getListElement(listType: number): any;
|
395
|
+
getListItems(listType: number): any[];
|
396
|
+
getLatestSelectedVisibleOptionIndex(visibleList: any[], selectedItems: any[]): number;
|
397
|
+
getVisibleList(listType: number): any[];
|
398
|
+
setSelectionList(listType: number, selectedItems: any[]): void;
|
399
|
+
findNextOptionIndex(index: number, listType: number): number;
|
400
|
+
findPrevOptionIndex(index: number, listType: number): number;
|
401
|
+
onItemKeyDown(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
402
|
+
getFocusedOption(index: number, listType: number): any;
|
403
|
+
changeFocusedOptionIndex(index: any, listType: any): void;
|
404
|
+
scrollInView(id: any, listType: any): void;
|
405
|
+
onArrowDownKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
406
|
+
onArrowUpKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
407
|
+
onEnterKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>): void;
|
408
|
+
onSpaceKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
409
|
+
onHomeKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
410
|
+
onEndKey(event: Event | any, selectedItems: any[], callback: EventEmitter<any>, listType: number): void;
|
359
411
|
getDropIndexes(fromIndex: number, toIndex: number, droppedList: number, isTransfer: boolean, data: any[] | any): {
|
360
412
|
previousIndex: any;
|
361
413
|
currentIndex: any;
|
@@ -381,7 +433,7 @@ export declare class PickList implements AfterViewChecked, AfterContentInit {
|
|
381
433
|
destroyStyle(): void;
|
382
434
|
ngOnDestroy(): void;
|
383
435
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickList, never>;
|
384
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PickList, "p-pickList", never, { "source": { "alias": "source"; "required": false; }; "target": { "alias": "target"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "rightButtonAriaLabel": { "alias": "rightButtonAriaLabel"; "required": false; }; "leftButtonAriaLabel": { "alias": "leftButtonAriaLabel"; "required": false; }; "allRightButtonAriaLabel": { "alias": "allRightButtonAriaLabel"; "required": false; }; "allLeftButtonAriaLabel": { "alias": "allLeftButtonAriaLabel"; "required": false; }; "upButtonAriaLabel": { "alias": "upButtonAriaLabel"; "required": false; }; "downButtonAriaLabel": { "alias": "downButtonAriaLabel"; "required": false; }; "topButtonAriaLabel": { "alias": "topButtonAriaLabel"; "required": false; }; "bottomButtonAriaLabel": { "alias": "bottomButtonAriaLabel"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "filterLocale": { "alias": "filterLocale"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "sourceTrackBy": { "alias": "sourceTrackBy"; "required": false; }; "targetTrackBy": { "alias": "targetTrackBy"; "required": false; }; "showSourceFilter": { "alias": "showSourceFilter"; "required": false; }; "showTargetFilter": { "alias": "showTargetFilter"; "required": false; }; "metaKeySelection": { "alias": "metaKeySelection"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "sourceFilterPlaceholder": { "alias": "sourceFilterPlaceholder"; "required": false; }; "targetFilterPlaceholder": { "alias": "targetFilterPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaSourceFilterLabel": { "alias": "ariaSourceFilterLabel"; "required": false; }; "ariaTargetFilterLabel": { "alias": "ariaTargetFilterLabel"; "required": false; }; "filterMatchMode": { "alias": "filterMatchMode"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "keepSelection": { "alias": "keepSelection"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; "onMoveToTarget": "onMoveToTarget"; "onSourceReorder": "onSourceReorder"; "onTargetReorder": "onTargetReorder"; "onSourceSelect": "onSourceSelect"; "onTargetSelect": "onTargetSelect"; "onSourceFilter": "onSourceFilter"; "onTargetFilter": "onTargetFilter"; }, ["templates"], never, false, never>;
|
436
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PickList, "p-pickList", never, { "source": { "alias": "source"; "required": false; }; "target": { "alias": "target"; "required": false; }; "sourceHeader": { "alias": "sourceHeader"; "required": false; }; "tabindex": { "alias": "tabindex"; "required": false; }; "rightButtonAriaLabel": { "alias": "rightButtonAriaLabel"; "required": false; }; "leftButtonAriaLabel": { "alias": "leftButtonAriaLabel"; "required": false; }; "allRightButtonAriaLabel": { "alias": "allRightButtonAriaLabel"; "required": false; }; "allLeftButtonAriaLabel": { "alias": "allLeftButtonAriaLabel"; "required": false; }; "upButtonAriaLabel": { "alias": "upButtonAriaLabel"; "required": false; }; "downButtonAriaLabel": { "alias": "downButtonAriaLabel"; "required": false; }; "topButtonAriaLabel": { "alias": "topButtonAriaLabel"; "required": false; }; "bottomButtonAriaLabel": { "alias": "bottomButtonAriaLabel"; "required": false; }; "targetHeader": { "alias": "targetHeader"; "required": false; }; "responsive": { "alias": "responsive"; "required": false; }; "filterBy": { "alias": "filterBy"; "required": false; }; "filterLocale": { "alias": "filterLocale"; "required": false; }; "trackBy": { "alias": "trackBy"; "required": false; }; "sourceTrackBy": { "alias": "sourceTrackBy"; "required": false; }; "targetTrackBy": { "alias": "targetTrackBy"; "required": false; }; "showSourceFilter": { "alias": "showSourceFilter"; "required": false; }; "showTargetFilter": { "alias": "showTargetFilter"; "required": false; }; "metaKeySelection": { "alias": "metaKeySelection"; "required": false; }; "dragdrop": { "alias": "dragdrop"; "required": false; }; "style": { "alias": "style"; "required": false; }; "styleClass": { "alias": "styleClass"; "required": false; }; "sourceStyle": { "alias": "sourceStyle"; "required": false; }; "targetStyle": { "alias": "targetStyle"; "required": false; }; "showSourceControls": { "alias": "showSourceControls"; "required": false; }; "showTargetControls": { "alias": "showTargetControls"; "required": false; }; "sourceFilterPlaceholder": { "alias": "sourceFilterPlaceholder"; "required": false; }; "targetFilterPlaceholder": { "alias": "targetFilterPlaceholder"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "ariaSourceFilterLabel": { "alias": "ariaSourceFilterLabel"; "required": false; }; "ariaTargetFilterLabel": { "alias": "ariaTargetFilterLabel"; "required": false; }; "filterMatchMode": { "alias": "filterMatchMode"; "required": false; }; "stripedRows": { "alias": "stripedRows"; "required": false; }; "keepSelection": { "alias": "keepSelection"; "required": false; }; "breakpoint": { "alias": "breakpoint"; "required": false; }; }, { "onMoveToSource": "onMoveToSource"; "onMoveAllToSource": "onMoveAllToSource"; "onMoveAllToTarget": "onMoveAllToTarget"; "onMoveToTarget": "onMoveToTarget"; "onSourceReorder": "onSourceReorder"; "onTargetReorder": "onTargetReorder"; "onSourceSelect": "onSourceSelect"; "onTargetSelect": "onTargetSelect"; "onSourceFilter": "onSourceFilter"; "onTargetFilter": "onTargetFilter"; "onFocus": "onFocus"; "onBlur": "onBlur"; }, ["templates"], never, false, never>;
|
385
437
|
}
|
386
438
|
export declare class PickListModule {
|
387
439
|
static ɵfac: i0.ɵɵFactoryDeclaration<PickListModule, never>;
|
@@ -45,7 +45,7 @@
|
|
45
45
|
.p-datatable-scrollable-table > .p-datatable-thead {
|
46
46
|
position: sticky;
|
47
47
|
top: 0;
|
48
|
-
z-index:
|
48
|
+
z-index: 2;
|
49
49
|
}
|
50
50
|
|
51
51
|
.p-datatable-scrollable-table > .p-datatable-frozen-tbody {
|
@@ -84,7 +84,7 @@
|
|
84
84
|
|
85
85
|
.p-datatable-scrollable-table > .p-datatable-tbody > .p-rowgroup-header {
|
86
86
|
position: sticky;
|
87
|
-
z-index:
|
87
|
+
z-index: 2;
|
88
88
|
}
|
89
89
|
|
90
90
|
/* Resizable */
|
@@ -163,7 +163,7 @@
|
|
163
163
|
display: flex;
|
164
164
|
align-items: center;
|
165
165
|
justify-content: center;
|
166
|
-
z-index:
|
166
|
+
z-index: 3;
|
167
167
|
}
|
168
168
|
|
169
169
|
/* Filter */
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 0 none;
|
3235
3235
|
color: rgba(255, 255, 255, 0.87);
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 0 none;
|
3443
3443
|
color: rgba(255, 255, 255, 0.87);
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4070,15 +4070,19 @@
|
|
4070
4070
|
border: 1px solid #383838;
|
4071
4071
|
background: #1e1e1e;
|
4072
4072
|
color: rgba(255, 255, 255, 0.87);
|
4073
|
+
border-top: 0 none;
|
4074
|
+
}
|
4075
|
+
.p-panel .p-panel-content:last-child {
|
4073
4076
|
border-bottom-right-radius: 3px;
|
4074
4077
|
border-bottom-left-radius: 3px;
|
4075
|
-
border-top: 0 none;
|
4076
4078
|
}
|
4077
4079
|
.p-panel .p-panel-footer {
|
4078
4080
|
padding: 0.5rem 1rem;
|
4079
4081
|
border: 1px solid #383838;
|
4080
4082
|
background: #1e1e1e;
|
4081
4083
|
color: rgba(255, 255, 255, 0.87);
|
4084
|
+
border-bottom-right-radius: 3px;
|
4085
|
+
border-bottom-left-radius: 3px;
|
4082
4086
|
border-top: 0 none;
|
4083
4087
|
}
|
4084
4088
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: rgba(255, 255, 255, 0.87);
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: rgba(255, 255, 255, 0.87);
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #3f4b5b;
|
4083
4083
|
background: #2a323d;
|
4084
4084
|
color: rgba(255, 255, 255, 0.87);
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #3f4b5b;
|
4092
4094
|
background: #2a323d;
|
4093
4095
|
color: rgba(255, 255, 255, 0.87);
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: rgba(255, 255, 255, 0.87);
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: rgba(255, 255, 255, 0.04);
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: rgba(255, 255, 255, 0.87);
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: rgba(255, 255, 255, 0.04);
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #3f4b5b;
|
4083
4083
|
background: #2a323d;
|
4084
4084
|
color: rgba(255, 255, 255, 0.87);
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #3f4b5b;
|
4092
4094
|
background: #2a323d;
|
4093
4095
|
color: rgba(255, 255, 255, 0.87);
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #212529;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #e9ecef;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #212529;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #e9ecef;
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #dee2e6;
|
4083
4083
|
background: #ffffff;
|
4084
4084
|
color: #212529;
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #dee2e6;
|
4092
4094
|
background: #ffffff;
|
4093
4095
|
color: #212529;
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3246,7 +3246,7 @@
|
|
3246
3246
|
border: 0 none;
|
3247
3247
|
color: #212529;
|
3248
3248
|
background: transparent;
|
3249
|
-
transition:
|
3249
|
+
transition: box-shadow 0.15s;
|
3250
3250
|
}
|
3251
3251
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3252
3252
|
background: #e9ecef;
|
@@ -3454,7 +3454,7 @@
|
|
3454
3454
|
border: 0 none;
|
3455
3455
|
color: #212529;
|
3456
3456
|
background: transparent;
|
3457
|
-
transition:
|
3457
|
+
transition: box-shadow 0.15s;
|
3458
3458
|
}
|
3459
3459
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3460
3460
|
background: #e9ecef;
|
@@ -4082,15 +4082,19 @@
|
|
4082
4082
|
border: 1px solid #dee2e6;
|
4083
4083
|
background: #ffffff;
|
4084
4084
|
color: #212529;
|
4085
|
+
border-top: 0 none;
|
4086
|
+
}
|
4087
|
+
.p-panel .p-panel-content:last-child {
|
4085
4088
|
border-bottom-right-radius: 4px;
|
4086
4089
|
border-bottom-left-radius: 4px;
|
4087
|
-
border-top: 0 none;
|
4088
4090
|
}
|
4089
4091
|
.p-panel .p-panel-footer {
|
4090
4092
|
padding: 0.5rem 1.25rem;
|
4091
4093
|
border: 1px solid #dee2e6;
|
4092
4094
|
background: #ffffff;
|
4093
4095
|
color: #212529;
|
4096
|
+
border-bottom-right-radius: 4px;
|
4097
|
+
border-bottom-left-radius: 4px;
|
4094
4098
|
border-top: 0 none;
|
4095
4099
|
}
|
4096
4100
|
.p-panel .p-panel-icons-end {
|
@@ -3234,7 +3234,7 @@
|
|
3234
3234
|
border: 1px solid transparent;
|
3235
3235
|
color: #323130;
|
3236
3236
|
background: transparent;
|
3237
|
-
transition:
|
3237
|
+
transition: box-shadow 0.2s;
|
3238
3238
|
}
|
3239
3239
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3240
3240
|
background: #f3f2f1;
|
@@ -3442,7 +3442,7 @@
|
|
3442
3442
|
border: 1px solid transparent;
|
3443
3443
|
color: #323130;
|
3444
3444
|
background: transparent;
|
3445
|
-
transition:
|
3445
|
+
transition: box-shadow 0.2s;
|
3446
3446
|
}
|
3447
3447
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3448
3448
|
background: #f3f2f1;
|
@@ -4046,15 +4046,19 @@
|
|
4046
4046
|
border: 1px solid #a19f9d;
|
4047
4047
|
background: #ffffff;
|
4048
4048
|
color: #323130;
|
4049
|
+
border-top: 0 none;
|
4050
|
+
}
|
4051
|
+
.p-panel .p-panel-content:last-child {
|
4049
4052
|
border-bottom-right-radius: 2px;
|
4050
4053
|
border-bottom-left-radius: 2px;
|
4051
|
-
border-top: 0 none;
|
4052
4054
|
}
|
4053
4055
|
.p-panel .p-panel-footer {
|
4054
4056
|
padding: 0.5rem 1rem;
|
4055
4057
|
border: 1px solid #a19f9d;
|
4056
4058
|
background: #ffffff;
|
4057
4059
|
color: #323130;
|
4060
|
+
border-bottom-right-radius: 2px;
|
4061
|
+
border-bottom-left-radius: 2px;
|
4058
4062
|
border-top: 0 none;
|
4059
4063
|
}
|
4060
4064
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|
@@ -3253,7 +3253,7 @@
|
|
3253
3253
|
border: 0 none;
|
3254
3254
|
color: rgba(255, 255, 255, 0.87);
|
3255
3255
|
background: transparent;
|
3256
|
-
transition:
|
3256
|
+
transition: box-shadow 0.2s;
|
3257
3257
|
}
|
3258
3258
|
.p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover {
|
3259
3259
|
background: rgba(255, 255, 255, 0.03);
|
@@ -3461,7 +3461,7 @@
|
|
3461
3461
|
border: 0 none;
|
3462
3462
|
color: rgba(255, 255, 255, 0.87);
|
3463
3463
|
background: transparent;
|
3464
|
-
transition:
|
3464
|
+
transition: box-shadow 0.2s;
|
3465
3465
|
}
|
3466
3466
|
.p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover {
|
3467
3467
|
background: rgba(255, 255, 255, 0.03);
|
@@ -4065,15 +4065,19 @@
|
|
4065
4065
|
border: 1px solid #0b213f;
|
4066
4066
|
background: #071426;
|
4067
4067
|
color: rgba(255, 255, 255, 0.87);
|
4068
|
+
border-top: 0 none;
|
4069
|
+
}
|
4070
|
+
.p-panel .p-panel-content:last-child {
|
4068
4071
|
border-bottom-right-radius: 6px;
|
4069
4072
|
border-bottom-left-radius: 6px;
|
4070
|
-
border-top: 0 none;
|
4071
4073
|
}
|
4072
4074
|
.p-panel .p-panel-footer {
|
4073
4075
|
padding: 0.75rem 1.25rem;
|
4074
4076
|
border: 1px solid #0b213f;
|
4075
4077
|
background: #071426;
|
4076
4078
|
color: rgba(255, 255, 255, 0.87);
|
4079
|
+
border-bottom-right-radius: 6px;
|
4080
|
+
border-bottom-left-radius: 6px;
|
4077
4081
|
border-top: 0 none;
|
4078
4082
|
}
|
4079
4083
|
.p-panel .p-panel-icons-end {
|