@oub/fusion 0.3.19 → 0.3.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.
@@ -3,6 +3,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  type: BooleanConstructor;
4
4
  default: boolean;
5
5
  };
6
+ hasBorder: {
7
+ type: BooleanConstructor;
8
+ default: boolean;
9
+ };
6
10
  variant: {
7
11
  default: string;
8
12
  validator: (value: string) => boolean;
@@ -26,6 +30,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
26
30
  type: BooleanConstructor;
27
31
  default: boolean;
28
32
  };
33
+ hasBorder: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
29
37
  variant: {
30
38
  default: string;
31
39
  validator: (value: string) => boolean;
@@ -49,6 +57,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
49
57
  selectable: boolean;
50
58
  selected: boolean;
51
59
  shadow: boolean;
60
+ hasBorder: boolean;
52
61
  variant: string;
53
62
  }, {}, {
54
63
  FusionDivider: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -326,8 +326,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
326
326
  }>> & Readonly<{
327
327
  onRemove?: ((...args: any[]) => any) | undefined;
328
328
  }>, {
329
- isUploading: boolean;
330
329
  hasBorder: boolean;
330
+ isUploading: boolean;
331
331
  }, {}, {
332
332
  SVGBin: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
333
333
  SVGImagePlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -55,8 +55,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
55
55
  }>> & Readonly<{
56
56
  onRemove?: ((...args: any[]) => any) | undefined;
57
57
  }>, {
58
- isUploading: boolean;
59
58
  hasBorder: boolean;
59
+ isUploading: boolean;
60
60
  }, {}, {
61
61
  SVGBin: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
62
62
  SVGImagePlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
@@ -32,8 +32,8 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
32
32
  }>> & Readonly<{
33
33
  onRemove?: ((...args: any[]) => any) | undefined;
34
34
  }>, {
35
- isUploading: boolean;
36
35
  hasBorder: boolean;
36
+ isUploading: boolean;
37
37
  }, {}, {
38
38
  SVGBin: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
39
39
  SVGImagePlaceholder: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;