@progress-chef/platform-shared-components 0.0.110 → 0.0.112
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/esm2022/lib/atoms/alert/alert.component.mjs +2 -2
- package/esm2022/lib/atoms/alert/alert.module.mjs +10 -6
- package/esm2022/lib/atoms/angular-popup/angular-popup.component.mjs +1 -1
- package/esm2022/lib/atoms/angular-popup/angular-popup.module.mjs +4 -8
- package/esm2022/lib/atoms/atoms.module.mjs +117 -117
- package/esm2022/lib/atoms/avatar/avatar.component.mjs +3 -3
- package/esm2022/lib/atoms/avatar/avatar.module.mjs +20 -8
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.component.mjs +3 -3
- package/esm2022/lib/atoms/breadcrumb/breadcrumb.module.mjs +8 -4
- package/esm2022/lib/atoms/button/button.component.mjs +8 -5
- package/esm2022/lib/atoms/button/button.module.mjs +24 -9
- package/esm2022/lib/atoms/button-group/button-group.component.mjs +2 -2
- package/esm2022/lib/atoms/button-group/button-group.module.mjs +24 -9
- package/esm2022/lib/atoms/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/lib/atoms/checkbox/checkbox.module.mjs +9 -5
- package/esm2022/lib/atoms/chip/chip.component.mjs +1 -1
- package/esm2022/lib/atoms/chip/chip.module.mjs +8 -12
- package/esm2022/lib/atoms/chip-list/chip-list.component.mjs +4 -4
- package/esm2022/lib/atoms/chip-list/chip-list.module.mjs +5 -5
- package/esm2022/lib/atoms/clipboard/clipboard.component.mjs +13 -5
- package/esm2022/lib/atoms/clipboard/clipboard.module.mjs +12 -8
- package/esm2022/lib/atoms/container/container.component.mjs +1 -1
- package/esm2022/lib/atoms/container/container.module.mjs +5 -3
- package/esm2022/lib/atoms/date-range/date-range.component.mjs +1 -1
- package/esm2022/lib/atoms/date-range/date-range.module.mjs +4 -4
- package/esm2022/lib/atoms/datepicker/datepicker.component.mjs +1 -1
- package/esm2022/lib/atoms/datepicker/datepicker.module.mjs +5 -5
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.component.mjs +1 -1
- package/esm2022/lib/atoms/drag-and-drop/drag-and-drop.module.mjs +2 -2
- package/esm2022/lib/atoms/dropdown/dropdown.component.mjs +42 -23
- package/esm2022/lib/atoms/dropdown/dropdown.module.mjs +4 -4
- package/esm2022/lib/atoms/dropdown-button/dropdown-button.component.mjs +46 -0
- package/esm2022/lib/atoms/dropdown-button/dropdown-button.module.mjs +36 -0
- package/esm2022/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.mjs +3 -3
- package/esm2022/lib/atoms/dropdown-tree/dropdowntree.module.mjs +43 -0
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.component.mjs +2 -2
- package/esm2022/lib/atoms/expansion-panel/expansion-panel.module.mjs +10 -10
- package/esm2022/lib/atoms/icon/icon.component.mjs +1 -1
- package/esm2022/lib/atoms/icon/icon.module.mjs +7 -3
- package/esm2022/lib/atoms/{label → labels}/label.component.mjs +2 -2
- package/esm2022/lib/atoms/labels/label.module.mjs +32 -0
- package/esm2022/lib/atoms/{list-view → list-views}/list-view.component.mjs +1 -1
- package/esm2022/lib/atoms/list-views/list-view.module.mjs +60 -0
- package/esm2022/lib/atoms/loader/loader.component.mjs +1 -1
- package/esm2022/lib/atoms/loader/loader.module.mjs +2 -2
- package/esm2022/lib/atoms/loading-spinner/loading-spinner.component.mjs +1 -1
- package/esm2022/lib/atoms/loading-spinner/loading-spinner.module.mjs +11 -5
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.mjs +4 -4
- package/esm2022/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.mjs +5 -5
- package/esm2022/lib/atoms/notification/notification.component.mjs +2 -2
- package/esm2022/lib/atoms/notification/notification.module.mjs +9 -5
- package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.component.mjs +1 -1
- package/esm2022/lib/atoms/numeric-textbox/numeric-textbox.module.mjs +3 -3
- package/esm2022/lib/atoms/progress-bar/progress-bar.component.mjs +1 -1
- package/esm2022/lib/atoms/progress-bar/progress-bar.module.mjs +2 -2
- package/esm2022/lib/atoms/radio-button/radio-button.component.mjs +2 -2
- package/esm2022/lib/atoms/radio-button/radio-button.module.mjs +4 -4
- package/esm2022/lib/atoms/search-box/search-box.component.mjs +7 -7
- package/esm2022/lib/atoms/search-box/search-box.module.mjs +16 -12
- package/esm2022/lib/atoms/slider/slider.component.mjs +2 -2
- package/esm2022/lib/atoms/slider/slider.module.mjs +3 -3
- package/esm2022/lib/atoms/stepper/stepper.component.mjs +1 -1
- package/esm2022/lib/atoms/stepper/stepper.module.mjs +2 -2
- package/esm2022/lib/atoms/switch/switch.module.mjs +11 -15
- package/esm2022/lib/atoms/text-area/text-area.component.mjs +3 -3
- package/esm2022/lib/atoms/text-area/text-area.module.mjs +9 -5
- package/esm2022/lib/atoms/textbox/textbox.component.mjs +4 -4
- package/esm2022/lib/atoms/textbox/textbox.module.mjs +27 -9
- package/esm2022/lib/atoms/time-picker/time-picker.component.mjs +83 -0
- package/esm2022/lib/atoms/time-picker/time-picker.module.mjs +35 -0
- package/esm2022/lib/atoms/timescheduler/timescheduler.component.mjs +24 -6
- package/esm2022/lib/atoms/timescheduler/timescheduler.module.mjs +13 -9
- package/esm2022/lib/atoms/toast-notification/toast-notification.module.mjs +20 -7
- package/esm2022/lib/atoms/toast-notification/toast-notification.service.mjs +105 -31
- package/esm2022/lib/atoms/tooltip/tooltip.component.mjs +1 -1
- package/esm2022/lib/atoms/tooltip/tooltip.module.mjs +8 -4
- package/esm2022/lib/atoms/typography/typography.component.mjs +1 -4
- package/esm2022/lib/atoms/typography/typography.module.mjs +2 -2
- package/esm2022/lib/atoms/uploader/uploader.component.mjs +2 -2
- package/esm2022/lib/atoms/uploader/uploader.module.mjs +12 -8
- package/esm2022/lib/molecules/card/card-actions/card-actions.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-body/card-body.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-footer/card-footer.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card-header/card-header.component.mjs +2 -2
- package/esm2022/lib/molecules/card/card.component.mjs +1 -1
- package/esm2022/lib/molecules/card/card.module.mjs +16 -8
- package/esm2022/lib/molecules/dialog/confirmation-dialog/confirmation-dialog.component.mjs +3 -3
- package/esm2022/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.mjs +2 -2
- package/esm2022/lib/molecules/dialog/dialog.component.mjs +1 -1
- package/esm2022/lib/molecules/dialog/dialog.module.mjs +16 -8
- package/esm2022/lib/molecules/grid-form/grid-form.component.mjs +110 -0
- package/esm2022/lib/molecules/grid-form/grid-form.module.mjs +59 -0
- package/esm2022/lib/molecules/grid-layout/grid-layout-item/grid-layout-item.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-layout/grid-layout.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-layout/grid-layout.module.mjs +2 -2
- package/esm2022/lib/molecules/grid-pagination/grid-pagination-spacer/grid-pagination-spacer.component.mjs +1 -1
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.component.mjs +42 -14
- package/esm2022/lib/molecules/grid-pagination/grid-pagination.module.mjs +25 -17
- package/esm2022/lib/molecules/molecules.module.mjs +23 -24
- package/esm2022/lib/molecules/tabstrip/tabstrip-tab/tabstrip-tab.component.mjs +1 -1
- package/esm2022/lib/molecules/tabstrip/tabstrip.module.mjs +3 -3
- package/esm2022/lib/shared.component.mjs +4 -7
- package/esm2022/lib/shared.module.mjs +1 -1
- package/esm2022/public-api.mjs +29 -31
- package/fesm2022/progress-chef-platform-shared-components.mjs +3375 -3300
- package/fesm2022/progress-chef-platform-shared-components.mjs.map +1 -1
- package/lib/atoms/alert/alert.module.d.ts +1 -1
- package/lib/atoms/angular-popup/angular-popup.module.d.ts +2 -3
- package/lib/atoms/atoms.module.d.ts +43 -43
- package/lib/atoms/avatar/avatar.component.d.ts +1 -1
- package/lib/atoms/avatar/avatar.module.d.ts +1 -1
- package/lib/atoms/button/button.component.d.ts +3 -2
- package/lib/atoms/button/button.module.d.ts +2 -2
- package/lib/atoms/button-group/button-group.module.d.ts +2 -2
- package/lib/atoms/checkbox/checkbox.component.d.ts +1 -1
- package/lib/atoms/checkbox/checkbox.module.d.ts +1 -1
- package/lib/atoms/chip/chip.module.d.ts +4 -5
- package/lib/atoms/chip-list/chip-list.module.d.ts +3 -3
- package/lib/atoms/clipboard/clipboard.component.d.ts +3 -1
- package/lib/atoms/clipboard/clipboard.module.d.ts +4 -4
- package/lib/atoms/dropdown/dropdown.component.d.ts +15 -7
- package/lib/atoms/dropdown/dropdown.module.d.ts +2 -2
- package/lib/atoms/dropdown-button/dropdown-button.component.d.ts +17 -0
- package/lib/atoms/dropdown-button/dropdown-button.module.d.ts +11 -0
- package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.module.d.ts +6 -6
- package/lib/atoms/expansion-panel/expansion-panel.module.d.ts +3 -4
- package/lib/atoms/{label → labels}/label.component.d.ts +1 -1
- package/lib/atoms/{label → labels}/label.module.d.ts +1 -1
- package/lib/atoms/{list-view → list-views}/list-view.module.d.ts +4 -5
- package/lib/atoms/multi-select-dropdown/multi-select-dropdown.component.d.ts +4 -4
- package/lib/atoms/multi-select-dropdown/multi-select-dropdown.module.d.ts +2 -2
- package/lib/atoms/notification/notification.component.d.ts +1 -1
- package/lib/atoms/radio-button/radio-button.component.d.ts +1 -1
- package/lib/atoms/radio-button/radio-button.module.d.ts +1 -1
- package/lib/atoms/search-box/search-box.module.d.ts +5 -5
- package/lib/atoms/slider/slider.module.d.ts +1 -1
- package/lib/atoms/switch/switch.module.d.ts +10 -12
- package/lib/atoms/text-area/text-area.module.d.ts +1 -1
- package/lib/atoms/textbox/textbox.component.d.ts +1 -1
- package/lib/atoms/textbox/textbox.module.d.ts +2 -2
- package/lib/atoms/time-picker/{timepicker.component.d.ts → time-picker.component.d.ts} +2 -2
- package/lib/atoms/time-picker/{timePicker.module.d.ts → time-picker.module.d.ts} +5 -5
- package/lib/atoms/timescheduler/timescheduler.component.d.ts +8 -2
- package/lib/atoms/timescheduler/timescheduler.module.d.ts +4 -4
- package/lib/atoms/toast-notification/toast-notification.service.d.ts +19 -4
- package/lib/atoms/typography/typography.component.d.ts +1 -1
- package/lib/atoms/uploader/uploader.component.d.ts +2 -2
- package/lib/atoms/uploader/uploader.module.d.ts +3 -2
- package/lib/molecules/card/card-header/card-header.component.d.ts +1 -1
- package/lib/molecules/card/card.module.d.ts +1 -1
- package/lib/molecules/dialog/dialog-titlebar/dialog-titlebar.component.d.ts +1 -1
- package/lib/molecules/dialog/dialog.module.d.ts +2 -2
- package/lib/molecules/grid-form/grid-form.module.d.ts +16 -0
- package/lib/molecules/grid-pagination/grid-pagination.component.d.ts +13 -4
- package/lib/molecules/grid-pagination/grid-pagination.module.d.ts +6 -5
- package/lib/molecules/molecules.module.d.ts +6 -6
- package/lib/shared.component.d.ts +1 -3
- package/package.json +22 -24
- package/public-api.d.ts +28 -29
- package/assets/IconFont.css +0 -101
- package/assets/IconFont.scss +0 -101
- package/assets/IconFont.ttf +0 -0
- package/assets/IconFont.woff +0 -0
- package/assets/IconFont.woff2 +0 -0
- package/esm2022/lib/atoms/dropdowntree/dropdowntree.module.mjs +0 -43
- package/esm2022/lib/atoms/label/label.module.mjs +0 -20
- package/esm2022/lib/atoms/list-view/list-view.module.mjs +0 -60
- package/esm2022/lib/atoms/time-picker/timePicker.module.mjs +0 -35
- package/esm2022/lib/atoms/time-picker/timepicker.component.mjs +0 -83
- package/esm2022/lib/molecules/grid/grid-form/grid-form.component.mjs +0 -110
- package/esm2022/lib/molecules/grid/grid-spacer/grid-spacer.component.mjs +0 -12
- package/esm2022/lib/molecules/grid/grid.component.mjs +0 -278
- package/esm2022/lib/molecules/grid/grid.module.mjs +0 -61
- package/esm2022/lib/shared.service.mjs +0 -13
- package/esm2022/lib/style-tokens/style-tokens.module.mjs +0 -18
- package/lib/molecules/grid/grid-spacer/grid-spacer.component.d.ts +0 -5
- package/lib/molecules/grid/grid.component.d.ts +0 -71
- package/lib/molecules/grid/grid.module.d.ts +0 -19
- package/lib/shared.service.d.ts +0 -5
- package/lib/style-tokens/style-tokens.module.d.ts +0 -7
- /package/lib/atoms/{dropdowntree → dropdown-tree}/dropdowntree.component.d.ts +0 -0
- /package/lib/atoms/{list-view → list-views}/list-view.component.d.ts +0 -0
- /package/lib/molecules/{grid/grid-form → grid-form}/grid-form.component.d.ts +0 -0
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { NgModule } from '@angular/core';
|
|
2
|
-
import { CommonModule } from '@angular/common';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export class StyleTokensModule {
|
|
5
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule }); }
|
|
6
|
-
static { this.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, imports: [CommonModule] }); }
|
|
7
|
-
static { this.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, imports: [CommonModule] }); }
|
|
8
|
-
}
|
|
9
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: StyleTokensModule, decorators: [{
|
|
10
|
-
type: NgModule,
|
|
11
|
-
args: [{
|
|
12
|
-
declarations: [],
|
|
13
|
-
imports: [
|
|
14
|
-
CommonModule
|
|
15
|
-
]
|
|
16
|
-
}]
|
|
17
|
-
}] });
|
|
18
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3R5bGUtdG9rZW5zLm1vZHVsZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL3Byb2plY3RzL3NoYXJlZC9zcmMvbGliL3N0eWxlLXRva2Vucy9zdHlsZS10b2tlbnMubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDOztBQVMvQyxNQUFNLE9BQU8saUJBQWlCOytHQUFqQixpQkFBaUI7Z0hBQWpCLGlCQUFpQixZQUoxQixZQUFZO2dIQUlILGlCQUFpQixZQUoxQixZQUFZOzs0RkFJSCxpQkFBaUI7a0JBUDdCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLEVBQUU7b0JBQ2hCLE9BQU8sRUFBRTt3QkFDUCxZQUFZO3FCQUNiO2lCQUNGIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgTmdNb2R1bGUgfSBmcm9tICdAYW5ndWxhci9jb3JlJztcbmltcG9ydCB7IENvbW1vbk1vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvbW1vbic7XG5cbkBOZ01vZHVsZSh7XG4gIGRlY2xhcmF0aW9uczogW10sXG4gIGltcG9ydHM6IFtcbiAgICBDb21tb25Nb2R1bGVcbiAgXVxufSlcblxuZXhwb3J0IGNsYXNzIFN0eWxlVG9rZW5zTW9kdWxlIHsgfVxuIl19
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class GridSpacerComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridSpacerComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GridSpacerComponent, "lib-grid-spacer", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit, AfterViewInit, EventEmitter, OnChanges, SimpleChanges, TemplateRef } from '@angular/core';
|
|
2
|
-
import { SelectableSettings, SelectableMode, CellClickEvent, GridComponent } from '@progress/kendo-angular-grid';
|
|
3
|
-
import { SVGIcon } from '@progress/kendo-svg-icons';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class LibGridComponent implements AfterContentInit, OnChanges, AfterViewInit {
|
|
6
|
-
templateRef: TemplateRef<any> | null;
|
|
7
|
-
detailTemplate: TemplateRef<any> | null;
|
|
8
|
-
impactColumn: TemplateRef<any> | null;
|
|
9
|
-
grid: GridComponent;
|
|
10
|
-
gridData: any;
|
|
11
|
-
columnData: any;
|
|
12
|
-
pageSize: number;
|
|
13
|
-
pageable: boolean;
|
|
14
|
-
sortable: boolean;
|
|
15
|
-
groupable: boolean;
|
|
16
|
-
reorderable: boolean;
|
|
17
|
-
resizable: boolean;
|
|
18
|
-
checkBoxWidth: number;
|
|
19
|
-
checkBoxColumnResizable: boolean;
|
|
20
|
-
checkBoxColumnMenu: boolean;
|
|
21
|
-
checkBoxColumnShowSelectedAll: boolean;
|
|
22
|
-
checkBoxRequired: boolean;
|
|
23
|
-
columnMenu: boolean;
|
|
24
|
-
mode: SelectableMode | undefined;
|
|
25
|
-
checkboxOnly: boolean;
|
|
26
|
-
dragColumns: boolean;
|
|
27
|
-
navigable: boolean;
|
|
28
|
-
height: number;
|
|
29
|
-
gridRowSelectByValue: string;
|
|
30
|
-
noRecordsContent: string;
|
|
31
|
-
selectedRowData: EventEmitter<any[]>;
|
|
32
|
-
showToolbar: boolean;
|
|
33
|
-
extractDataItems: any;
|
|
34
|
-
selectableSettings: SelectableSettings;
|
|
35
|
-
kebabList: any;
|
|
36
|
-
showKebab: boolean;
|
|
37
|
-
rowDetails: EventEmitter<any[]>;
|
|
38
|
-
kebabItemClick: EventEmitter<any>;
|
|
39
|
-
icon: SVGIcon;
|
|
40
|
-
kebabColumnWidth: number;
|
|
41
|
-
data: any;
|
|
42
|
-
rowDataOfClickedCell: EventEmitter<any>;
|
|
43
|
-
preSelected: any[];
|
|
44
|
-
preSelectedRecords: any[];
|
|
45
|
-
ignoreColumnCellClick: number[];
|
|
46
|
-
allowColumnClick: boolean;
|
|
47
|
-
arrowDownIcon: SVGIcon;
|
|
48
|
-
arrowUpIcon: SVGIcon;
|
|
49
|
-
expandRowIndex: number[];
|
|
50
|
-
customExpandRowColumn: boolean;
|
|
51
|
-
deleteIcon: SVGIcon;
|
|
52
|
-
deleteColumnWidth: number;
|
|
53
|
-
expandRowColumnWidth: number;
|
|
54
|
-
deletedRowData: EventEmitter<any>;
|
|
55
|
-
expandRows: boolean;
|
|
56
|
-
showDeleteColumn: boolean;
|
|
57
|
-
constructor();
|
|
58
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
59
|
-
ngAfterContentInit(): void;
|
|
60
|
-
ngAfterViewInit(): void;
|
|
61
|
-
setSelectableSettings(): void;
|
|
62
|
-
onSelectionChange(args: any): any;
|
|
63
|
-
onKebabClick(item: any, rowDetails: any): void;
|
|
64
|
-
onDetailExpand(rowData: any): void;
|
|
65
|
-
cellClickHandler(args: CellClickEvent): void;
|
|
66
|
-
expandRow(id: number): void;
|
|
67
|
-
collapseRow(id: number): void;
|
|
68
|
-
onDelete(rowDetails: any): void;
|
|
69
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LibGridComponent, never>;
|
|
70
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LibGridComponent, "lib-grid", never, { "gridData": { "alias": "gridData"; "required": false; }; "columnData": { "alias": "columnData"; "required": false; }; "pageSize": { "alias": "pageSize"; "required": false; }; "pageable": { "alias": "pageable"; "required": false; }; "sortable": { "alias": "sortable"; "required": false; }; "groupable": { "alias": "groupable"; "required": false; }; "reorderable": { "alias": "reorderable"; "required": false; }; "resizable": { "alias": "resizable"; "required": false; }; "checkBoxWidth": { "alias": "checkBoxWidth"; "required": false; }; "checkBoxColumnResizable": { "alias": "checkBoxColumnResizable"; "required": false; }; "checkBoxColumnMenu": { "alias": "checkBoxColumnMenu"; "required": false; }; "checkBoxColumnShowSelectedAll": { "alias": "checkBoxColumnShowSelectedAll"; "required": false; }; "checkBoxRequired": { "alias": "checkBoxRequired"; "required": false; }; "columnMenu": { "alias": "columnMenu"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "checkboxOnly": { "alias": "checkboxOnly"; "required": false; }; "dragColumns": { "alias": "dragColumns"; "required": false; }; "navigable": { "alias": "navigable"; "required": false; }; "height": { "alias": "height"; "required": false; }; "gridRowSelectByValue": { "alias": "gridRowSelectByValue"; "required": false; }; "noRecordsContent": { "alias": "noRecordsContent"; "required": false; }; "showToolbar": { "alias": "showToolbar"; "required": false; }; "kebabList": { "alias": "kebabList"; "required": false; }; "showKebab": { "alias": "showKebab"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; "kebabColumnWidth": { "alias": "kebabColumnWidth"; "required": false; }; "preSelected": { "alias": "preSelected"; "required": false; }; "ignoreColumnCellClick": { "alias": "ignoreColumnCellClick"; "required": false; }; "allowColumnClick": { "alias": "allowColumnClick"; "required": false; }; "expandRowIndex": { "alias": "expandRowIndex"; "required": false; }; "customExpandRowColumn": { "alias": "customExpandRowColumn"; "required": false; }; "deleteColumnWidth": { "alias": "deleteColumnWidth"; "required": false; }; "expandRowColumnWidth": { "alias": "expandRowColumnWidth"; "required": false; }; "expandRows": { "alias": "expandRows"; "required": false; }; "showDeleteColumn": { "alias": "showDeleteColumn"; "required": false; }; }, { "selectedRowData": "selectedRowData"; "rowDetails": "rowDetails"; "kebabItemClick": "kebabItemClick"; "rowDataOfClickedCell": "rowDataOfClickedCell"; "deletedRowData": "deletedRowData"; }, ["templateRef", "detailTemplate", "impactColumn"], ["*"], false, never>;
|
|
71
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./grid.component";
|
|
3
|
-
import * as i2 from "./grid-spacer/grid-spacer.component";
|
|
4
|
-
import * as i3 from "./grid-form/grid-form.component";
|
|
5
|
-
import * as i4 from "@angular/common";
|
|
6
|
-
import * as i5 from "@progress/kendo-angular-buttons";
|
|
7
|
-
import * as i6 from "../../atoms/icon/icon.module";
|
|
8
|
-
import * as i7 from "@progress/kendo-angular-icons";
|
|
9
|
-
import * as i8 from "@progress/kendo-angular-inputs";
|
|
10
|
-
import * as i9 from "@progress/kendo-angular-grid";
|
|
11
|
-
import * as i10 from "@progress/kendo-angular-dialog";
|
|
12
|
-
import * as i11 from "@angular/forms";
|
|
13
|
-
import * as i12 from "../../atoms/tooltip/tooltip.module";
|
|
14
|
-
import * as i13 from "../../atoms/typography/typography.module";
|
|
15
|
-
export declare class GridsModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GridsModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<GridsModule, [typeof i1.LibGridComponent, typeof i2.GridSpacerComponent, typeof i3.GridFormComponent], [typeof i4.CommonModule, typeof i5.ButtonsModule, typeof i6.IconModule, typeof i7.IconsModule, typeof i8.InputsModule, typeof i9.GridModule, typeof i10.DialogModule, typeof i11.FormsModule, typeof i12.TooltipModule, typeof i11.ReactiveFormsModule, typeof i13.TypographyModule], [typeof i1.LibGridComponent, typeof i2.GridSpacerComponent, typeof i3.GridFormComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<GridsModule>;
|
|
19
|
-
}
|
package/lib/shared.service.d.ts
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "@angular/common";
|
|
3
|
-
export declare class StyleTokensModule {
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<StyleTokensModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<StyleTokensModule, never, [typeof i1.CommonModule], never>;
|
|
6
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<StyleTokensModule>;
|
|
7
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|