@smartbit4all/ng-client 3.3.220 → 3.3.222
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/esm2020/lib/smart-client/smart-component-api-client.mjs +3 -3
- package/esm2020/lib/smart-filter-editor/smart-filter-editor-content/smart-filter-editor-content.component.mjs +56 -18
- package/esm2020/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +12 -3
- package/fesm2015/smartbit4all-ng-client.mjs +68 -20
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +68 -21
- package/fesm2020/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-3.3.222.tgz +0 -0
- package/smartbit4all-ng-client-3.3.220.tgz +0 -0
|
@@ -127,6 +127,7 @@ export declare class SmartformwidgetComponent implements OnInit, OnDestroy, Afte
|
|
|
127
127
|
truncateUri(uri: any): any;
|
|
128
128
|
removeMatrixRow(question: any): void;
|
|
129
129
|
isToolbarPresent(): boolean;
|
|
130
|
+
getChipsValue(value: any): any;
|
|
130
131
|
static ɵfac: i0.ɵɵFactoryDeclaration<SmartformwidgetComponent, never>;
|
|
131
132
|
static ɵcmp: i0.ɵɵComponentDeclaration<SmartformwidgetComponent, "smartformwidget", never, { "form": "form"; "widgetInstance": "widgetInstance"; "onBlur": "onBlur"; "onValueChange": "onValueChange"; "labelColor": "labelColor"; "sophisticatedValueChange": "sophisticatedValueChange"; }, {}, never, never>;
|
|
132
133
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|