@smartbit4all/ng-client 3.4.2 → 3.4.3

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.
@@ -188,6 +188,9 @@ export interface SmartSelect<T> {
188
188
  style?: Style;
189
189
  labelStyle?: Style;
190
190
  isVisible?: boolean;
191
+ icon?: string;
192
+ iconColor?: string;
193
+ iconPosition?: 'PRE' | 'POST';
191
194
  error?: string;
192
195
  errorIcon?: string;
193
196
  errorIconColor?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.4.2",
3
+ "version": "3.4.3",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file
Binary file