@unifylib/ui-lib 1.1.46 → 1.1.48
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/base-model/button-action-settings.mjs +2 -1
- package/esm2022/lib/components/activity-report-form/activity-report-form.component.mjs +2 -2
- package/esm2022/lib/components/advanced-filter/field-filter/field-filter.component.mjs +3 -3
- package/esm2022/lib/components/audit-log-details-dialog/audit-log-details-dialog.component.mjs +2 -2
- package/esm2022/lib/components/base-form/base-form.component.mjs +2 -2
- package/esm2022/lib/components/base-form-canvas/base-form-canvas.component.mjs +24 -3
- package/esm2022/lib/components/base-input-dialog/base-input-dialog.component.mjs +2 -2
- package/esm2022/lib/components/base-table/base-table.component.mjs +4 -3
- package/esm2022/lib/components/button-actions/button-actions.component.mjs +35 -4
- package/esm2022/lib/components/editable-base-table/editable-base-table.component.mjs +2 -2
- package/esm2022/lib/components/item-line-editor/item-line-editor.component.mjs +2 -2
- package/esm2022/lib/components/report-form/report-form.component.mjs +2 -2
- package/esm2022/lib/components/section-form-canvas/section-form-canvas.component.mjs +2 -2
- package/fesm2022/iq-ui-lib.mjs +71 -17
- package/fesm2022/iq-ui-lib.mjs.map +1 -1
- package/fesm2022/unifylib-ui-lib.mjs +71 -17
- package/fesm2022/unifylib-ui-lib.mjs.map +1 -1
- package/lib/base-model/button-action-settings.d.ts +1 -0
- package/lib/components/base-form-canvas/base-form-canvas.component.d.ts +4 -2
- package/lib/components/button-actions/button-actions.component.d.ts +4 -2
- package/package.json +1 -1
|
@@ -42,6 +42,7 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
|
|
|
42
42
|
supportingAttributes: any;
|
|
43
43
|
editable: boolean;
|
|
44
44
|
emitOnValueChanges: boolean;
|
|
45
|
+
filterResetNonce: number;
|
|
45
46
|
item: any;
|
|
46
47
|
_defaults: any;
|
|
47
48
|
attachmentEmitter: EventEmitter<any>;
|
|
@@ -75,7 +76,7 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
|
|
|
75
76
|
patchLookupValue($event: LookupItem, fieldName: string): void;
|
|
76
77
|
getBankName(fieldName: string): string;
|
|
77
78
|
patchMultiSelectValue($event: LookupItem[], fieldName: string): void;
|
|
78
|
-
ngOnChanges(
|
|
79
|
+
ngOnChanges(changes: SimpleChanges): void;
|
|
79
80
|
showField(item: any, field: any): any;
|
|
80
81
|
workflowEditableField(field: {
|
|
81
82
|
property: string;
|
|
@@ -85,6 +86,7 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
|
|
|
85
86
|
referenceAttributeTrue(fieldName: string, attribute: any): void;
|
|
86
87
|
translateLable(itemElement: any): any;
|
|
87
88
|
buildForm(): void;
|
|
89
|
+
private resetFilterFormValues;
|
|
88
90
|
labelKey(column: any): string;
|
|
89
91
|
labelKeyPlaceHolder(column: any): string;
|
|
90
92
|
getErrors(prop: string): string;
|
|
@@ -120,5 +122,5 @@ export declare class BaseFormCanvasComponent implements OnInit, OnChanges, OnDes
|
|
|
120
122
|
getAcceptedFileTypes(field: FieldInfo): string | undefined;
|
|
121
123
|
onAttachmentFileSelected(file: File | null, field: FieldInfo): void;
|
|
122
124
|
static ɵfac: i0.ɵɵFactoryDeclaration<BaseFormCanvasComponent, never>;
|
|
123
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFormCanvasComponent, "app-base-form-canvas", never, { "pageInfo": { "alias": "pageInfo"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "workflowEditableFields": { "alias": "workflowEditableFields"; "required": false; }; "isWorkflowEditableManaged": { "alias": "isWorkflowEditableManaged"; "required": false; }; "supportingAttributes": { "alias": "supportingAttributes"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "emitOnValueChanges": { "alias": "emitOnValueChanges"; "required": false; }; "item": { "alias": "item"; "required": false; }; "equationSuggestedFields": { "alias": "equationSuggestedFields"; "required": false; }; "currentEquationValue": { "alias": "currentEquationValue"; "required": false; "isSignal": true; }; }, { "attachmentEmitter": "attachmentEmitter"; "actionEmitter": "actionEmitter"; "formUpdated": "formUpdated"; "hyperTextEvent": "hyperTextEvent"; "currentEquationValue": "currentEquationValueChange"; }, never, never, true, never>;
|
|
125
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BaseFormCanvasComponent, "app-base-form-canvas", never, { "pageInfo": { "alias": "pageInfo"; "required": false; }; "currency": { "alias": "currency"; "required": false; }; "fields": { "alias": "fields"; "required": false; }; "errors": { "alias": "errors"; "required": false; }; "workflowEditableFields": { "alias": "workflowEditableFields"; "required": false; }; "isWorkflowEditableManaged": { "alias": "isWorkflowEditableManaged"; "required": false; }; "supportingAttributes": { "alias": "supportingAttributes"; "required": false; }; "editable": { "alias": "editable"; "required": false; }; "emitOnValueChanges": { "alias": "emitOnValueChanges"; "required": false; }; "filterResetNonce": { "alias": "filterResetNonce"; "required": false; }; "item": { "alias": "item"; "required": false; }; "equationSuggestedFields": { "alias": "equationSuggestedFields"; "required": false; }; "currentEquationValue": { "alias": "currentEquationValue"; "required": false; "isSignal": true; }; }, { "attachmentEmitter": "attachmentEmitter"; "actionEmitter": "actionEmitter"; "formUpdated": "formUpdated"; "hyperTextEvent": "hyperTextEvent"; "currentEquationValue": "currentEquationValueChange"; }, never, never, true, never>;
|
|
124
126
|
}
|
|
@@ -10,8 +10,10 @@ export declare class ButtonActionsComponent {
|
|
|
10
10
|
clickedButton: EventEmitter<any>;
|
|
11
11
|
buttonsAction: boolean;
|
|
12
12
|
listAction: ButtonActionSettings[];
|
|
13
|
+
row?: unknown;
|
|
13
14
|
ngOnInit(): void;
|
|
14
|
-
|
|
15
|
+
resolveActionHref(action: ButtonActionSettings): string | null;
|
|
16
|
+
getClickedAction(action: ButtonActionSettings, event?: MouseEvent): void;
|
|
15
17
|
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonActionsComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonActionsComponent, "app-button-actions", never, { "actions": { "alias": "actions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "buttonsAction": { "alias": "buttonsAction"; "required": false; }; "listAction": { "alias": "listAction"; "required": false; }; }, { "clickedButton": "clickedButton"; }, never, never, true, never>;
|
|
18
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ButtonActionsComponent, "app-button-actions", never, { "actions": { "alias": "actions"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "buttonsAction": { "alias": "buttonsAction"; "required": false; }; "listAction": { "alias": "listAction"; "required": false; }; "row": { "alias": "row"; "required": false; }; }, { "clickedButton": "clickedButton"; }, never, never, true, never>;
|
|
17
19
|
}
|