@dpa-id-components/dpa-shared-components 6.0.0 → 6.0.2

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.
@@ -9,6 +9,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
9
9
  }[]>;
10
10
  required: true;
11
11
  };
12
+ hasAutoFocus: {
13
+ type: __PropType<boolean | undefined>;
14
+ required: false;
15
+ default: boolean;
16
+ };
12
17
  isOpen: {
13
18
  type: __PropType<boolean | undefined>;
14
19
  required: false;
@@ -99,6 +104,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
99
104
  }[]>;
100
105
  required: true;
101
106
  };
107
+ hasAutoFocus: {
108
+ type: __PropType<boolean | undefined>;
109
+ required: false;
110
+ default: boolean;
111
+ };
102
112
  isOpen: {
103
113
  type: __PropType<boolean | undefined>;
104
114
  required: false;
@@ -191,6 +201,7 @@ declare const _sfc_main: import("vue").DefineComponent<{
191
201
  active: boolean | undefined;
192
202
  imageShape: "rounded" | "square" | undefined;
193
203
  checkboxSize: "small" | "medium" | undefined;
204
+ hasAutoFocus: boolean | undefined;
194
205
  isOpen: boolean | undefined;
195
206
  defaultTitle: string | undefined;
196
207
  multiLabel: string | undefined;
@@ -15,6 +15,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
15
15
  required: false;
16
16
  default: boolean;
17
17
  };
18
+ autofocus: {
19
+ type: __PropType<boolean | undefined>;
20
+ required: false;
21
+ default: boolean;
22
+ };
18
23
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
19
24
  placeholder: {
20
25
  type: __PropType<string | undefined>;
@@ -31,11 +36,17 @@ declare const _sfc_main: import("vue").DefineComponent<{
31
36
  required: false;
32
37
  default: boolean;
33
38
  };
39
+ autofocus: {
40
+ type: __PropType<boolean | undefined>;
41
+ required: false;
42
+ default: boolean;
43
+ };
34
44
  }>> & {
35
45
  onInput?: ((...args: any[]) => any) | undefined;
36
46
  }, {
37
47
  placeholder: string | undefined;
38
48
  size: "small" | "xs" | "medium" | "large" | "xl" | undefined;
39
49
  hasIcon: boolean | undefined;
50
+ autofocus: boolean | undefined;
40
51
  }, {}>;
41
52
  export default _sfc_main;
@@ -30,6 +30,11 @@ declare const _sfc_main: import("vue").DefineComponent<{
30
30
  required: false;
31
31
  default: string;
32
32
  };
33
+ size: {
34
+ type: __PropType<"small" | "large" | undefined>;
35
+ required: false;
36
+ default: string;
37
+ };
33
38
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
34
39
  modelValue: {
35
40
  type: __PropType<boolean | undefined>;
@@ -61,10 +66,16 @@ declare const _sfc_main: import("vue").DefineComponent<{
61
66
  required: false;
62
67
  default: string;
63
68
  };
69
+ size: {
70
+ type: __PropType<"small" | "large" | undefined>;
71
+ required: false;
72
+ default: string;
73
+ };
64
74
  }>> & {
65
75
  "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
66
76
  }, {
67
77
  color: "blue" | "green" | undefined;
78
+ size: "small" | "large" | undefined;
68
79
  disabled: boolean | undefined;
69
80
  modelValue: boolean | undefined;
70
81
  labelText: string | undefined;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
2
+ export default _default;