@smartbit4all/ng-client 3.3.139 → 3.3.140
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-form/api/model/smartFormWidgetType.mjs +1 -2
- package/esm2020/lib/smart-form/api/model/smartMatrixModel.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/smartWidgetDefinition.mjs +1 -1
- package/esm2020/lib/smart-form/api/model/valueChangeMode.mjs +1 -1
- package/fesm2015/smartbit4all-ng-client.mjs +0 -1
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +0 -1
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/api/model/smartFormWidgetType.d.ts +1 -2
- package/lib/smart-form/api/model/smartMatrixModel.d.ts +0 -1
- package/lib/smart-form/api/model/smartWidgetDefinition.d.ts +2 -9
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.140.tgz +0 -0
- package/smartbit4all-ng-client-3.3.139.tgz +0 -0
|
@@ -14,6 +14,7 @@ import { IconPosition } from '../../../view-context/api/model/iconPosition';
|
|
|
14
14
|
import { SmartFormWidgetDirection } from './smartFormWidgetDirection';
|
|
15
15
|
import { SmartWidgetHint } from './smartWidgetHint';
|
|
16
16
|
import { SmartFormWidgetType } from './smartFormWidgetType';
|
|
17
|
+
import { Value } from '../../smartform.model';
|
|
17
18
|
import { ValueChangeMode } from './valueChangeMode';
|
|
18
19
|
import { SmartMatrixModel } from './smartMatrixModel';
|
|
19
20
|
/**
|
|
@@ -73,7 +74,7 @@ export interface SmartWidgetDefinition {
|
|
|
73
74
|
* Defines if the widget is a password input
|
|
74
75
|
*/
|
|
75
76
|
isPassword?: boolean;
|
|
76
|
-
values?: Array<
|
|
77
|
+
values?: Array<Value>;
|
|
77
78
|
childrenComponents?: Array<SmartWidgetDefinition>;
|
|
78
79
|
selection?: SelectionDefinition;
|
|
79
80
|
direction?: SmartFormWidgetDirection;
|
|
@@ -83,12 +84,4 @@ export interface SmartWidgetDefinition {
|
|
|
83
84
|
maxLength?: number;
|
|
84
85
|
valueChangeMode?: ValueChangeMode;
|
|
85
86
|
showCharacterLimitSuffix?: boolean;
|
|
86
|
-
/**
|
|
87
|
-
* The default error message to show if the widget features an autocompletion filter operation, which returns no elements.
|
|
88
|
-
*/
|
|
89
|
-
filterErrorMessage?: string;
|
|
90
|
-
/**
|
|
91
|
-
* Identifier of the toolbar associated with this widget.
|
|
92
|
-
*/
|
|
93
|
-
toolbarId?: string;
|
|
94
87
|
}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|