@smartbit4all/ng-client 3.3.50 → 3.3.51

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.
@@ -118,6 +118,7 @@ export interface SmartSelect<T> {
118
118
  label: string;
119
119
  originalLabel?: string;
120
120
  showLabel?: boolean;
121
+ placeholder?: string;
121
122
  value?: T;
122
123
  minWidth?: SmartFormWidgetWidth | number;
123
124
  isDisabled?: boolean;
@@ -147,6 +148,7 @@ export interface SmartSelectMultiple<T> {
147
148
  validators?: SmartValidator[];
148
149
  cssClass?: string;
149
150
  cssLabelClass?: string;
151
+ placeholder?: string;
150
152
  isVisible?: boolean;
151
153
  error?: string;
152
154
  errorIcon?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartbit4all/ng-client",
3
- "version": "3.3.50",
3
+ "version": "3.3.51",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "^13.3.9",
6
6
  "@angular/common": "^13.2.0",
Binary file