@smartbit4all/ng-client 4.2.103 → 4.2.105
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 +15 -4
- package/fesm2022/smartbit4all-ng-client.mjs +14 -3
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/widgets/smartformwidget/smartformwidget.component.d.ts +1 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.2.105.tgz +0 -0
- package/smartbit4all-ng-client-4.2.103.tgz +0 -0
|
@@ -144,6 +144,7 @@ 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
|
+
onTextareaChange(value: string): void;
|
|
147
148
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartformwidgetComponent, never>;
|
|
148
149
|
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
150
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|