@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.
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "4.5.18",
3
+ "version": "4.5.20",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.0.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
Binary file