@chase-shao/vue-component-lib 1.2.107 → 1.2.108

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.
@@ -10,8 +10,8 @@ declare function __VLS_template(): {
10
10
  };
11
11
  refs: {
12
12
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
13
- onError?: ((value: string) => any) | undefined;
14
13
  onChange?: ((...args: any[]) => any) | undefined;
14
+ onError?: ((value: string) => any) | undefined;
15
15
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
16
16
  }>, {
17
17
  isFileUpload(): boolean;
@@ -21,23 +21,23 @@ declare function __VLS_template(): {
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  "update:modelValue": (value: any) => any;
23
23
  } & {
24
- error: (value: string) => any;
25
24
  change: (...args: any[]) => any;
25
+ error: (value: string) => any;
26
26
  "update:modelValue": (value: any) => any;
27
27
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
28
28
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
29
+ onChange?: ((...args: any[]) => any) | undefined;
29
30
  onError?: ((value: string) => any) | undefined;
30
31
  onInput?: ((value: any) => any) | undefined;
31
- onChange?: ((...args: any[]) => any) | undefined;
32
32
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
33
33
  }>, {
34
34
  validate(): boolean;
35
35
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
36
  "update:modelValue": (value: any) => any;
37
37
  } & {
38
+ change: (...args: any[]) => any;
38
39
  error: (value: string) => any;
39
40
  input: (value: any) => any;
40
- change: (...args: any[]) => any;
41
41
  "update:modelValue": (value: any) => any;
42
42
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
43
43
  P: {};
@@ -47,9 +47,9 @@ declare function __VLS_template(): {
47
47
  M: {};
48
48
  Defaults: {};
49
49
  }, Readonly<{}> & Readonly<{
50
+ onChange?: ((...args: any[]) => any) | undefined;
50
51
  onError?: ((value: string) => any) | undefined;
51
52
  onInput?: ((value: any) => any) | undefined;
52
- onChange?: ((...args: any[]) => any) | undefined;
53
53
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
54
54
  }>, {
55
55
  validate(): boolean;
@@ -107,8 +107,8 @@ declare function __VLS_template(): {
107
107
  M: {};
108
108
  Defaults: {};
109
109
  }, Readonly<{}> & Readonly<{
110
- onError?: ((value: string) => any) | undefined;
111
110
  onChange?: ((...args: any[]) => any) | undefined;
111
+ onError?: ((value: string) => any) | undefined;
112
112
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
113
113
  }>, {
114
114
  isFileUpload(): boolean;
@@ -122,8 +122,8 @@ declare function __VLS_template(): {
122
122
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
123
123
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
124
124
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
125
- onError?: ((value: string) => any) | undefined;
126
125
  onChange?: ((...args: any[]) => any) | undefined;
126
+ onError?: ((value: string) => any) | undefined;
127
127
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
128
128
  }>, {
129
129
  isFileUpload(): boolean;
@@ -133,23 +133,23 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
133
133
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
134
134
  "update:modelValue": (value: any) => any;
135
135
  } & {
136
- error: (value: string) => any;
137
136
  change: (...args: any[]) => any;
137
+ error: (value: string) => any;
138
138
  "update:modelValue": (value: any) => any;
139
139
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
140
140
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
141
+ onChange?: ((...args: any[]) => any) | undefined;
141
142
  onError?: ((value: string) => any) | undefined;
142
143
  onInput?: ((value: any) => any) | undefined;
143
- onChange?: ((...args: any[]) => any) | undefined;
144
144
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
145
145
  }>, {
146
146
  validate(): boolean;
147
147
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
148
148
  "update:modelValue": (value: any) => any;
149
149
  } & {
150
+ change: (...args: any[]) => any;
150
151
  error: (value: string) => any;
151
152
  input: (value: any) => any;
152
- change: (...args: any[]) => any;
153
153
  "update:modelValue": (value: any) => any;
154
154
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
155
155
  P: {};
@@ -159,9 +159,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
159
159
  M: {};
160
160
  Defaults: {};
161
161
  }, Readonly<{}> & Readonly<{
162
+ onChange?: ((...args: any[]) => any) | undefined;
162
163
  onError?: ((value: string) => any) | undefined;
163
164
  onInput?: ((value: any) => any) | undefined;
164
- onChange?: ((...args: any[]) => any) | undefined;
165
165
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
166
166
  }>, {
167
167
  validate(): boolean;
@@ -219,8 +219,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
219
219
  M: {};
220
220
  Defaults: {};
221
221
  }, Readonly<{}> & Readonly<{
222
- onError?: ((value: string) => any) | undefined;
223
222
  onChange?: ((...args: any[]) => any) | undefined;
223
+ onError?: ((value: string) => any) | undefined;
224
224
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
225
225
  }>, {
226
226
  isFileUpload(): boolean;
@@ -10,8 +10,8 @@ declare function __VLS_template(): {
10
10
  };
11
11
  refs: {
12
12
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
13
- onError?: ((value: string) => any) | undefined;
14
13
  onChange?: ((...args: any[]) => any) | undefined;
14
+ onError?: ((value: string) => any) | undefined;
15
15
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
16
16
  }>, {
17
17
  isFileUpload(): boolean;
@@ -21,23 +21,23 @@ declare function __VLS_template(): {
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  "update:modelValue": (value: any) => any;
23
23
  } & {
24
- error: (value: string) => any;
25
24
  change: (...args: any[]) => any;
25
+ error: (value: string) => any;
26
26
  "update:modelValue": (value: any) => any;
27
27
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
28
28
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
29
+ onChange?: ((...args: any[]) => any) | undefined;
29
30
  onError?: ((value: string) => any) | undefined;
30
31
  onInput?: ((value: any) => any) | undefined;
31
- onChange?: ((...args: any[]) => any) | undefined;
32
32
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
33
33
  }>, {
34
34
  validate(): boolean;
35
35
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
36
  "update:modelValue": (value: any) => any;
37
37
  } & {
38
+ change: (...args: any[]) => any;
38
39
  error: (value: string) => any;
39
40
  input: (value: any) => any;
40
- change: (...args: any[]) => any;
41
41
  "update:modelValue": (value: any) => any;
42
42
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
43
43
  P: {};
@@ -47,9 +47,9 @@ declare function __VLS_template(): {
47
47
  M: {};
48
48
  Defaults: {};
49
49
  }, Readonly<{}> & Readonly<{
50
+ onChange?: ((...args: any[]) => any) | undefined;
50
51
  onError?: ((value: string) => any) | undefined;
51
52
  onInput?: ((value: any) => any) | undefined;
52
- onChange?: ((...args: any[]) => any) | undefined;
53
53
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
54
54
  }>, {
55
55
  validate(): boolean;
@@ -107,8 +107,8 @@ declare function __VLS_template(): {
107
107
  M: {};
108
108
  Defaults: {};
109
109
  }, Readonly<{}> & Readonly<{
110
- onError?: ((value: string) => any) | undefined;
111
110
  onChange?: ((...args: any[]) => any) | undefined;
111
+ onError?: ((value: string) => any) | undefined;
112
112
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
113
113
  }>, {
114
114
  isFileUpload(): boolean;
@@ -122,8 +122,8 @@ declare function __VLS_template(): {
122
122
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
123
123
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
124
124
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
125
- onError?: ((value: string) => any) | undefined;
126
125
  onChange?: ((...args: any[]) => any) | undefined;
126
+ onError?: ((value: string) => any) | undefined;
127
127
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
128
128
  }>, {
129
129
  isFileUpload(): boolean;
@@ -133,23 +133,23 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
133
133
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
134
134
  "update:modelValue": (value: any) => any;
135
135
  } & {
136
- error: (value: string) => any;
137
136
  change: (...args: any[]) => any;
137
+ error: (value: string) => any;
138
138
  "update:modelValue": (value: any) => any;
139
139
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
140
140
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
141
+ onChange?: ((...args: any[]) => any) | undefined;
141
142
  onError?: ((value: string) => any) | undefined;
142
143
  onInput?: ((value: any) => any) | undefined;
143
- onChange?: ((...args: any[]) => any) | undefined;
144
144
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
145
145
  }>, {
146
146
  validate(): boolean;
147
147
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
148
148
  "update:modelValue": (value: any) => any;
149
149
  } & {
150
+ change: (...args: any[]) => any;
150
151
  error: (value: string) => any;
151
152
  input: (value: any) => any;
152
- change: (...args: any[]) => any;
153
153
  "update:modelValue": (value: any) => any;
154
154
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
155
155
  P: {};
@@ -159,9 +159,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
159
159
  M: {};
160
160
  Defaults: {};
161
161
  }, Readonly<{}> & Readonly<{
162
+ onChange?: ((...args: any[]) => any) | undefined;
162
163
  onError?: ((value: string) => any) | undefined;
163
164
  onInput?: ((value: any) => any) | undefined;
164
- onChange?: ((...args: any[]) => any) | undefined;
165
165
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
166
166
  }>, {
167
167
  validate(): boolean;
@@ -219,8 +219,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
219
219
  M: {};
220
220
  Defaults: {};
221
221
  }, Readonly<{}> & Readonly<{
222
- onError?: ((value: string) => any) | undefined;
223
222
  onChange?: ((...args: any[]) => any) | undefined;
223
+ onError?: ((value: string) => any) | undefined;
224
224
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
225
225
  }>, {
226
226
  isFileUpload(): boolean;
@@ -10,8 +10,8 @@ declare function __VLS_template(): {
10
10
  };
11
11
  refs: {
12
12
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
13
- onError?: ((value: string) => any) | undefined;
14
13
  onChange?: ((...args: any[]) => any) | undefined;
14
+ onError?: ((value: string) => any) | undefined;
15
15
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
16
16
  }>, {
17
17
  isFileUpload(): boolean;
@@ -21,23 +21,23 @@ declare function __VLS_template(): {
21
21
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
22
22
  "update:modelValue": (value: any) => any;
23
23
  } & {
24
- error: (value: string) => any;
25
24
  change: (...args: any[]) => any;
25
+ error: (value: string) => any;
26
26
  "update:modelValue": (value: any) => any;
27
27
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
28
28
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
29
+ onChange?: ((...args: any[]) => any) | undefined;
29
30
  onError?: ((value: string) => any) | undefined;
30
31
  onInput?: ((value: any) => any) | undefined;
31
- onChange?: ((...args: any[]) => any) | undefined;
32
32
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
33
33
  }>, {
34
34
  validate(): boolean;
35
35
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
36
36
  "update:modelValue": (value: any) => any;
37
37
  } & {
38
+ change: (...args: any[]) => any;
38
39
  error: (value: string) => any;
39
40
  input: (value: any) => any;
40
- change: (...args: any[]) => any;
41
41
  "update:modelValue": (value: any) => any;
42
42
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
43
43
  P: {};
@@ -47,9 +47,9 @@ declare function __VLS_template(): {
47
47
  M: {};
48
48
  Defaults: {};
49
49
  }, Readonly<{}> & Readonly<{
50
+ onChange?: ((...args: any[]) => any) | undefined;
50
51
  onError?: ((value: string) => any) | undefined;
51
52
  onInput?: ((value: any) => any) | undefined;
52
- onChange?: ((...args: any[]) => any) | undefined;
53
53
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
54
54
  }>, {
55
55
  validate(): boolean;
@@ -107,8 +107,8 @@ declare function __VLS_template(): {
107
107
  M: {};
108
108
  Defaults: {};
109
109
  }, Readonly<{}> & Readonly<{
110
- onError?: ((value: string) => any) | undefined;
111
110
  onChange?: ((...args: any[]) => any) | undefined;
111
+ onError?: ((value: string) => any) | undefined;
112
112
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
113
113
  }>, {
114
114
  isFileUpload(): boolean;
@@ -122,8 +122,8 @@ declare function __VLS_template(): {
122
122
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
123
123
  declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
124
124
  dataWidgets: (import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
125
- onError?: ((value: string) => any) | undefined;
126
125
  onChange?: ((...args: any[]) => any) | undefined;
126
+ onError?: ((value: string) => any) | undefined;
127
127
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
128
128
  }>, {
129
129
  isFileUpload(): boolean;
@@ -133,23 +133,23 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
133
133
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
134
134
  "update:modelValue": (value: any) => any;
135
135
  } & {
136
- error: (value: string) => any;
137
136
  change: (...args: any[]) => any;
137
+ error: (value: string) => any;
138
138
  "update:modelValue": (value: any) => any;
139
139
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {
140
140
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
141
+ onChange?: ((...args: any[]) => any) | undefined;
141
142
  onError?: ((value: string) => any) | undefined;
142
143
  onInput?: ((value: any) => any) | undefined;
143
- onChange?: ((...args: any[]) => any) | undefined;
144
144
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
145
145
  }>, {
146
146
  validate(): boolean;
147
147
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
148
148
  "update:modelValue": (value: any) => any;
149
149
  } & {
150
+ change: (...args: any[]) => any;
150
151
  error: (value: string) => any;
151
152
  input: (value: any) => any;
152
- change: (...args: any[]) => any;
153
153
  "update:modelValue": (value: any) => any;
154
154
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
155
155
  P: {};
@@ -159,9 +159,9 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
159
159
  M: {};
160
160
  Defaults: {};
161
161
  }, Readonly<{}> & Readonly<{
162
+ onChange?: ((...args: any[]) => any) | undefined;
162
163
  onError?: ((value: string) => any) | undefined;
163
164
  onInput?: ((value: any) => any) | undefined;
164
- onChange?: ((...args: any[]) => any) | undefined;
165
165
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
166
166
  }>, {
167
167
  validate(): boolean;
@@ -219,8 +219,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
219
219
  M: {};
220
220
  Defaults: {};
221
221
  }, Readonly<{}> & Readonly<{
222
- onError?: ((value: string) => any) | undefined;
223
222
  onChange?: ((...args: any[]) => any) | undefined;
223
+ onError?: ((value: string) => any) | undefined;
224
224
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
225
225
  }>, {
226
226
  isFileUpload(): boolean;
@@ -3,14 +3,14 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
4
  "update:modelValue": (value: any) => any;
5
5
  } & {
6
+ change: (...args: any[]) => any;
6
7
  error: (value: string) => any;
7
8
  input: (value: any) => any;
8
- change: (...args: any[]) => any;
9
9
  "update:modelValue": (value: any) => any;
10
10
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
11
+ onChange?: ((...args: any[]) => any) | undefined;
11
12
  onError?: ((value: string) => any) | undefined;
12
13
  onInput?: ((value: any) => any) | undefined;
13
- onChange?: ((...args: any[]) => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -2,14 +2,14 @@ declare const _default: import('vue').DefineComponent<{}, {
2
2
  submit(workflowId: string): Promise<unknown>;
3
3
  validate(): boolean;
4
4
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
5
+ change: (...args: any[]) => any;
5
6
  error: (value: string) => any;
6
7
  input: (value: any) => any;
7
- change: (...args: any[]) => any;
8
8
  "update:modelValue": (value: any) => any;
9
9
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
10
+ onChange?: ((...args: any[]) => any) | undefined;
10
11
  onError?: ((value: string) => any) | undefined;
11
12
  onInput?: ((value: any) => any) | undefined;
12
- onChange?: ((...args: any[]) => any) | undefined;
13
13
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
14
14
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
15
15
  uploadRef: any;
@@ -3,14 +3,14 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
4
  "update:modelValue": (value: any) => any;
5
5
  } & {
6
+ change: (...args: any[]) => any;
6
7
  error: (value: string) => any;
7
8
  input: (value: any) => any;
8
- change: (...args: any[]) => any;
9
9
  "update:modelValue": (value: any) => any;
10
10
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
11
+ onChange?: ((...args: any[]) => any) | undefined;
11
12
  onError?: ((value: string) => any) | undefined;
12
13
  onInput?: ((value: any) => any) | undefined;
13
- onChange?: ((...args: any[]) => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -3,14 +3,14 @@ declare const _default: import('vue').DefineComponent<{}, {
3
3
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
4
4
  "update:modelValue": (value: any) => any;
5
5
  } & {
6
+ change: (...args: any[]) => any;
6
7
  error: (value: string) => any;
7
8
  input: (value: any) => any;
8
- change: (...args: any[]) => any;
9
9
  "update:modelValue": (value: any) => any;
10
10
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
11
+ onChange?: ((...args: any[]) => any) | undefined;
11
12
  onError?: ((value: string) => any) | undefined;
12
13
  onInput?: ((value: any) => any) | undefined;
13
- onChange?: ((...args: any[]) => any) | undefined;
14
14
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
15
15
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
16
16
  export default _default;
@@ -1,14 +1,14 @@
1
1
  declare const _default: import('vue').DefineComponent<{}, {
2
2
  validate(): boolean;
3
3
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
4
+ change: (...args: any[]) => any;
4
5
  error: (value: string) => any;
5
6
  input: (value: any) => any;
6
- change: (...args: any[]) => any;
7
7
  "update:modelValue": (value: any) => any;
8
8
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
9
+ onChange?: ((...args: any[]) => any) | undefined;
9
10
  onError?: ((value: string) => any) | undefined;
10
11
  onInput?: ((value: any) => any) | undefined;
11
- onChange?: ((...args: any[]) => any) | undefined;
12
12
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
13
13
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
14
14
  export default _default;
@@ -6,27 +6,27 @@ declare const _default: import('vue').DefineComponent<{}, {
6
6
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
7
7
  "update:modelValue": (value: any) => any;
8
8
  } & {
9
- error: (value: string) => any;
10
9
  change: (...args: any[]) => any;
10
+ error: (value: string) => any;
11
11
  "update:modelValue": (value: any) => any;
12
12
  }, string, import('vue').PublicProps, Readonly<{}> & Readonly<{
13
- onError?: ((value: string) => any) | undefined;
14
13
  onChange?: ((...args: any[]) => any) | undefined;
14
+ onError?: ((value: string) => any) | undefined;
15
15
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
16
16
  }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
17
17
  widgetRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{
18
+ onChange?: ((...args: any[]) => any) | undefined;
18
19
  onError?: ((value: string) => any) | undefined;
19
20
  onInput?: ((value: any) => any) | undefined;
20
- onChange?: ((...args: any[]) => any) | undefined;
21
21
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
22
22
  }>, {
23
23
  validate(): boolean;
24
24
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
25
25
  "update:modelValue": (value: any) => any;
26
26
  } & {
27
+ change: (...args: any[]) => any;
27
28
  error: (value: string) => any;
28
29
  input: (value: any) => any;
29
- change: (...args: any[]) => any;
30
30
  "update:modelValue": (value: any) => any;
31
31
  }, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
32
32
  P: {};
@@ -36,9 +36,9 @@ declare const _default: import('vue').DefineComponent<{}, {
36
36
  M: {};
37
37
  Defaults: {};
38
38
  }, Readonly<{}> & Readonly<{
39
+ onChange?: ((...args: any[]) => any) | undefined;
39
40
  onError?: ((value: string) => any) | undefined;
40
41
  onInput?: ((value: any) => any) | undefined;
41
- onChange?: ((...args: any[]) => any) | undefined;
42
42
  "onUpdate:modelValue"?: ((value: any) => any) | undefined;
43
43
  }>, {
44
44
  validate(): boolean;