@club-employes/utopia 4.382.0 → 4.383.0

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.
@@ -27,6 +27,7 @@ declare const _default: DefineComponent<DropDownProps, {}, {}, {}, {}, Component
27
27
  message: string;
28
28
  size: "extra-small" | "small" | "medium" | "large";
29
29
  disabled: boolean;
30
+ loading: boolean;
30
31
  modelValue: string | number | boolean | (string | number | boolean)[] | null;
31
32
  options: DropDownOption[];
32
33
  placeholder: string;
@@ -26,6 +26,7 @@ export interface DropDownProps {
26
26
  innerModalId?: string;
27
27
  maxVisibleChips?: number;
28
28
  boldLabel?: boolean;
29
+ loading?: boolean;
29
30
  language?: string;
30
31
  withAll?: boolean;
31
32
  }
@@ -140,6 +140,7 @@ declare const _default: DefineComponent<InputPhoneProps, {}, {}, {}, {}, Compone
140
140
  message: string;
141
141
  size: "extra-small" | "small" | "medium" | "large";
142
142
  disabled: boolean;
143
+ loading: boolean;
143
144
  modelValue: string | number | boolean | (string | number | boolean)[] | null;
144
145
  options: DropDownOption[];
145
146
  placeholder: string;
@@ -261,6 +262,7 @@ declare const _default: DefineComponent<InputPhoneProps, {}, {}, {}, {}, Compone
261
262
  message: string;
262
263
  size: "extra-small" | "small" | "medium" | "large";
263
264
  disabled: boolean;
265
+ loading: boolean;
264
266
  modelValue: string | number | boolean | (string | number | boolean)[] | null;
265
267
  options: DropDownOption[];
266
268
  placeholder: string;