@unifylib/ui-lib 1.1.36 → 1.1.37
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/components/advanced-filter/filter-builder/filter-builder.component.mjs +10 -1
- package/esm2022/lib/components/base-form-canvas/base-form-canvas.component.mjs +3 -1
- package/esm2022/lib/components/base-table/base-table.component.mjs +2 -5
- package/esm2022/lib/components/editable-base-table/editable-base-table.component.mjs +13 -3
- package/esm2022/lib/components/title-bar/title-bar.component.mjs +10 -8
- package/fesm2022/unifylib-ui-lib.mjs +33 -13
- package/fesm2022/unifylib-ui-lib.mjs.map +1 -1
- package/lib/components/editable-base-table/editable-base-table.component.d.ts +2 -0
- package/lib/components/title-bar/title-bar.component.d.ts +2 -1
- package/package.json +1 -1
- package/esm2022/iq-ui-lib.mjs +0 -5
- package/fesm2022/iq-ui-lib.mjs +0 -6266
- package/fesm2022/iq-ui-lib.mjs.map +0 -1
|
@@ -8,6 +8,7 @@ import { DoActionRequest } from "../../base-model/do-action-request";
|
|
|
8
8
|
import { MatDialog } from "@angular/material/dialog";
|
|
9
9
|
import { MatDatepicker } from "@angular/material/datepicker";
|
|
10
10
|
import { Moment } from 'moment';
|
|
11
|
+
import { MatChipListbox } from "@angular/material/chips";
|
|
11
12
|
import { Directionality } from "@angular/cdk/bidi";
|
|
12
13
|
import { AttachmentUploaderComponent } from "../shared/attachment-uploader/attachment-uploader.component";
|
|
13
14
|
import * as i0 from "@angular/core";
|
|
@@ -84,6 +85,7 @@ export declare class EditableBaseTableComponent extends BaseUtils implements OnI
|
|
|
84
85
|
protected readonly REJECT = 3;
|
|
85
86
|
setMonthAndYear(normalizedMonthAndYear: Moment, picker: MatDatepicker<Moment>, element: any, column: any): void;
|
|
86
87
|
switchViewMode(b: boolean): void;
|
|
88
|
+
onChipSelectionChange(event: any, listbox?: MatChipListbox): void;
|
|
87
89
|
addBulkItems(): void;
|
|
88
90
|
fileUpload: ElementRef<HTMLInputElement>;
|
|
89
91
|
handleFileUpload($event: File): void;
|
|
@@ -2,6 +2,7 @@ import { EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
|
|
2
2
|
import { Location } from "@angular/common";
|
|
3
3
|
import { Directionality } from "@angular/cdk/bidi";
|
|
4
4
|
import { ButtonActionSettings, PageInfo } from "../../base-model";
|
|
5
|
+
import { MatChipListbox } from "@angular/material/chips";
|
|
5
6
|
import * as i0 from "@angular/core";
|
|
6
7
|
export declare class TitleBarComponent implements OnInit, OnChanges {
|
|
7
8
|
private location;
|
|
@@ -46,7 +47,7 @@ export declare class TitleBarComponent implements OnInit, OnChanges {
|
|
|
46
47
|
goBack(): void;
|
|
47
48
|
onButtonClick(btn: ButtonActionSettings): void;
|
|
48
49
|
onViewModeChanged(isPending: boolean): void;
|
|
49
|
-
onChipSelectionChange(event: any): void;
|
|
50
|
+
onChipSelectionChange(event: any, listbox?: MatChipListbox): void;
|
|
50
51
|
static ɵfac: i0.ɵɵFactoryDeclaration<TitleBarComponent, never>;
|
|
51
52
|
static ɵcmp: i0.ɵɵComponentDeclaration<TitleBarComponent, "app-title-bar", never, { "pageTitle": { "alias": "pageTitle"; "required": false; }; "showExtractButton": { "alias": "showExtractButton"; "required": false; }; "totalElements": { "alias": "totalElements"; "required": false; }; "titleMode": { "alias": "titleMode"; "required": false; }; "pageInfo": { "alias": "pageInfo"; "required": false; }; "subTitle": { "alias": "subTitle"; "required": false; }; "statusDesc": { "alias": "statusDesc"; "required": false; }; "newAction": { "alias": "newAction"; "required": false; }; "extraButton": { "alias": "extraButton"; "required": false; }; "showDetails": { "alias": "showDetails"; "required": false; }; "showImport": { "alias": "showImport"; "required": false; }; "showButton": { "alias": "showButton"; "required": false; }; "extraData": { "alias": "extraData"; "required": false; }; "titleCorporateAdmin": { "alias": "titleCorporateAdmin"; "required": false; }; "hideBackButton": { "alias": "hideBackButton"; "required": false; }; "buttons": { "alias": "buttons"; "required": false; }; "buttonsDisplayMode": { "alias": "buttonsDisplayMode"; "required": false; }; "draftSupported": { "alias": "draftSupported"; "required": false; }; "isPending": { "alias": "isPending"; "required": false; }; "onViewModeChange": { "alias": "onViewModeChange"; "required": false; }; }, { "newActionClicked": "newActionClicked"; "extraButtonClicked": "extraButtonClicked"; "extractReport": "extractReport"; "buttonClicked": "buttonClicked"; "viewModeChanged": "viewModeChanged"; }, never, never, true, never>;
|
|
52
53
|
}
|
package/package.json
CHANGED
package/esm2022/iq-ui-lib.mjs
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Generated bundle index. Do not edit.
|
|
3
|
-
*/
|
|
4
|
-
export * from './public-api';
|
|
5
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaXEtdWktbGliLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vcHJvamVjdHMvaW52b2ljZXEvdWktbGliL3NyYy9pcS11aS1saWIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUE7O0dBRUc7QUFFSCxjQUFjLGNBQWMsQ0FBQyIsInNvdXJjZXNDb250ZW50IjpbIi8qKlxuICogR2VuZXJhdGVkIGJ1bmRsZSBpbmRleC4gRG8gbm90IGVkaXQuXG4gKi9cblxuZXhwb3J0ICogZnJvbSAnLi9wdWJsaWMtYXBpJztcbiJdfQ==
|