@smartbit4all/ng-client 4.2.103 → 4.2.104
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/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +21 -4
- package/fesm2022/smartbit4all-ng-client.mjs +20 -3
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +3 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.104.tgz +0 -0
- package/smartbit4all-ng-client-4.2.103.tgz +0 -0
|
@@ -144,6 +144,9 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
144
144
|
getOptions(items: SmartItems<any>[]): any[];
|
|
145
145
|
get clearButtonDescriptor(): UiActionDescriptor;
|
|
146
146
|
clearField(key: string): void;
|
|
147
|
+
private userInputFlag;
|
|
148
|
+
onTextareaInput(event: Event): void;
|
|
149
|
+
onTextareaChange(value: string): void;
|
|
147
150
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartformwidgetComponent, never>;
|
|
148
151
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartformwidgetComponent, "smartformwidget", never, { "form": { "alias": "form"; "required": false; }; "widgetInstance": { "alias": "widgetInstance"; "required": false; }; "onBlur": { "alias": "onBlur"; "required": false; }; "onValueChange": { "alias": "onValueChange"; "required": false; }; "labelColor": { "alias": "labelColor"; "required": false; }; "sophisticatedValueChange": { "alias": "sophisticatedValueChange"; "required": false; }; }, { "valueCleared": "valueCleared"; }, never, never, false, never>;
|
|
149
152
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|