@smartbit4all/ng-client 4.5.18 → 4.5.20
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/services/smartform.layout-definition.service.mjs +16 -1
- package/esm2022/lib/smart-form/smartform.form-model.mjs +1 -1
- package/esm2022/lib/smart-form/widgets/smartformwidget/smartformwidget.component.mjs +3 -3
- package/fesm2022/smartbit4all-ng-client.mjs +17 -2
- package/fesm2022/smartbit4all-ng-client.mjs.map +1 -1
- package/lib/smart-form/smartform.form-model.d.ts +15 -0
- package/package.json +1 -1
- package/smartbit4all-ng-client-4.5.20.tgz +0 -0
- package/smartbit4all-ng-client-4.5.18.tgz +0 -0
|
@@ -337,6 +337,11 @@ export interface SmartRadioButton<T> {
|
|
|
337
337
|
valueList: SmartItem<T>[];
|
|
338
338
|
selection?: SelectionDefinition;
|
|
339
339
|
direction?: SmartFormWidgetDirection;
|
|
340
|
+
icon?: string;
|
|
341
|
+
iconPosition?: 'PRE' | 'POST';
|
|
342
|
+
iconColor?: string;
|
|
343
|
+
prefix?: string;
|
|
344
|
+
suffix?: string;
|
|
340
345
|
hint?: SmartWidgetHint;
|
|
341
346
|
}
|
|
342
347
|
export interface SmartDatePicker<T> {
|
|
@@ -368,6 +373,11 @@ export interface SmartDatePicker<T> {
|
|
|
368
373
|
dateFormatHint?: string;
|
|
369
374
|
dateFieldProperties?: DateFieldProperties;
|
|
370
375
|
filter?: (d: Date | null) => boolean;
|
|
376
|
+
icon?: string;
|
|
377
|
+
iconPosition?: 'PRE' | 'POST';
|
|
378
|
+
iconColor?: string;
|
|
379
|
+
prefix?: string;
|
|
380
|
+
suffix?: string;
|
|
371
381
|
hint?: SmartWidgetHint;
|
|
372
382
|
}
|
|
373
383
|
export interface SmartDateTimePicker<T> {
|
|
@@ -399,6 +409,11 @@ export interface SmartDateTimePicker<T> {
|
|
|
399
409
|
dateFormatHint?: string;
|
|
400
410
|
dateFieldProperties?: DateFieldProperties;
|
|
401
411
|
filter?: (d: Date | null) => boolean;
|
|
412
|
+
icon?: string;
|
|
413
|
+
iconPosition?: 'PRE' | 'POST';
|
|
414
|
+
iconColor?: string;
|
|
415
|
+
prefix?: string;
|
|
416
|
+
suffix?: string;
|
|
402
417
|
hint?: SmartWidgetHint;
|
|
403
418
|
}
|
|
404
419
|
export interface SmartContainer<T> {
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|