@oub/fusion 0.2.155 → 0.2.157

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.
@@ -32,14 +32,14 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
32
  value: number;
33
33
  };
34
34
  }, {
35
- stateClasses(): {
35
+ stateClasses: () => {
36
36
  disabled: boolean;
37
37
  };
38
- isMinDisabled(): boolean;
39
- isMaxDisabled(): boolean;
38
+ isMinDisabled: () => boolean;
39
+ isMaxDisabled: () => boolean;
40
40
  }, {
41
- increaseValue(): void;
42
- decreaseValue(): void;
41
+ increaseValue: () => void;
42
+ decreaseValue: () => void;
43
43
  }, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
44
44
  label: {
45
45
  type: StringConstructor;
@@ -145,9 +145,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
145
145
  disabled: boolean;
146
146
  helperLabel: string;
147
147
  errorLabel: string;
148
- headers: Record<string, any>;
149
148
  maxFiles: number;
150
149
  maxFileSize: number;
150
+ headers: Record<string, any>;
151
151
  formData: Record<string, any>;
152
152
  }, {}, {
153
153
  SVGExclamationTriangle: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;