@unifylib/ui-lib 1.1.35 → 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/activity-report-form/activity-report-form.component.mjs +1 -14
- package/esm2022/lib/components/advanced-filter/filter-builder/filter-builder.component.mjs +10 -1
- package/esm2022/lib/components/base-form/base-form.component.mjs +1 -14
- package/esm2022/lib/components/base-form-canvas/base-form-canvas.component.mjs +4 -18
- 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/report-form/report-form.component.mjs +1 -14
- package/esm2022/lib/components/section-form-canvas/section-form-canvas.component.mjs +3 -3
- package/esm2022/lib/components/title-bar/title-bar.component.mjs +10 -8
- package/fesm2022/unifylib-ui-lib.mjs +36 -68
- package/fesm2022/unifylib-ui-lib.mjs.map +1 -1
- package/lib/components/base-form-canvas/base-form-canvas.component.d.ts +0 -2
- 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 -6318
- package/fesm2022/iq-ui-lib.mjs.map +0 -1
|
@@ -12,7 +12,6 @@ import { MatDatepicker } from "@angular/material/datepicker";
|
|
|
12
12
|
import { MatAutocompleteSelectedEvent } from "@angular/material/autocomplete";
|
|
13
13
|
import { BehaviorSubject } from "rxjs";
|
|
14
14
|
import { LiveAnnouncer } from "@angular/cdk/a11y";
|
|
15
|
-
import ClassicEditor from "@ckeditor/ckeditor5-build-classic";
|
|
16
15
|
import { Moment } from "moment/moment";
|
|
17
16
|
import * as i0 from "@angular/core";
|
|
18
17
|
export declare const DD_MM_YYYY_Format: {
|
|
@@ -32,7 +31,6 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
|
|
|
32
31
|
protected backendService: BackendService;
|
|
33
32
|
private fb;
|
|
34
33
|
private announcer;
|
|
35
|
-
Editor: typeof ClassicEditor;
|
|
36
34
|
hide: boolean;
|
|
37
35
|
dateViewMode: 'month' | 'year' | 'multi-year';
|
|
38
36
|
pageInfo: PageInfo;
|
|
@@ -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==
|