@pantograph/vue 0.30.8 → 0.30.9
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.
- package/dist/ActionButton/ActionButton.d.ts +6 -6
- package/dist/Base/BaseButton/BaseButton.d.ts +1 -1
- package/dist/Button/Button.d.ts +6 -6
- package/dist/Chip/Chip.d.ts +1 -1
- package/dist/ChipGroup/ChipGroup.d.ts +1 -1
- package/dist/Comment/CommentActions.d.ts +8 -8
- package/dist/Comment/CommentEditor.d.ts +16 -16
- package/dist/Comment/CommentReactions.d.ts +4 -4
- package/dist/DataTable/components/DataTableHeaderCell.d.ts +6 -6
- package/dist/FloatButton/FloatButton.d.ts +6 -6
- package/dist/Form/Form.d.ts +1 -1
- package/dist/IconButton/IconButton.d.ts +6 -6
- package/dist/Progress/Progress.d.ts +1 -1
- package/dist/style/index.css +1 -1
- package/dist/use/index.js +1 -1
- package/dist/use/index.umd.cjs +1 -1
- package/package.json +2 -2
|
@@ -102,8 +102,8 @@ declare function __VLS_template(): {
|
|
|
102
102
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
103
103
|
click: (...args: any[]) => void;
|
|
104
104
|
}, string, {
|
|
105
|
-
color: import('..').ButtonColor;
|
|
106
105
|
type: ButtonType;
|
|
106
|
+
color: import('..').ButtonColor;
|
|
107
107
|
htmlType: "reset" | "submit" | "button";
|
|
108
108
|
disabled: boolean;
|
|
109
109
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -127,13 +127,13 @@ declare function __VLS_template(): {
|
|
|
127
127
|
$nextTick: typeof import('vue').nextTick;
|
|
128
128
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
129
129
|
} & Readonly<{
|
|
130
|
-
color: import('..').ButtonColor;
|
|
131
130
|
type: ButtonType;
|
|
131
|
+
color: import('..').ButtonColor;
|
|
132
132
|
htmlType: "reset" | "submit" | "button";
|
|
133
133
|
disabled: boolean;
|
|
134
134
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
135
135
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
136
|
-
}>, "blur" | "focus" | ("
|
|
136
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
137
137
|
focus(): void;
|
|
138
138
|
blur(): void;
|
|
139
139
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -243,8 +243,8 @@ declare const __VLS_component: import('vue').DefineComponent<ActionButtonProps,
|
|
|
243
243
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
244
244
|
click: (...args: any[]) => void;
|
|
245
245
|
}, string, {
|
|
246
|
-
color: import('..').ButtonColor;
|
|
247
246
|
type: ButtonType;
|
|
247
|
+
color: import('..').ButtonColor;
|
|
248
248
|
htmlType: "reset" | "submit" | "button";
|
|
249
249
|
disabled: boolean;
|
|
250
250
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -268,13 +268,13 @@ declare const __VLS_component: import('vue').DefineComponent<ActionButtonProps,
|
|
|
268
268
|
$nextTick: typeof import('vue').nextTick;
|
|
269
269
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
270
270
|
} & Readonly<{
|
|
271
|
-
color: import('..').ButtonColor;
|
|
272
271
|
type: ButtonType;
|
|
272
|
+
color: import('..').ButtonColor;
|
|
273
273
|
htmlType: "reset" | "submit" | "button";
|
|
274
274
|
disabled: boolean;
|
|
275
275
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
276
276
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
277
|
-
}>, "blur" | "focus" | ("
|
|
277
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
278
278
|
focus(): void;
|
|
279
279
|
blur(): void;
|
|
280
280
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -70,8 +70,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ba
|
|
|
70
70
|
}, string, import('vue').PublicProps, Readonly<BaseButtonProps> & Readonly<{
|
|
71
71
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
72
72
|
}>, {
|
|
73
|
-
color: ButtonColor;
|
|
74
73
|
type: ButtonType;
|
|
74
|
+
color: ButtonColor;
|
|
75
75
|
htmlType: "reset" | "submit" | "button";
|
|
76
76
|
disabled: boolean;
|
|
77
77
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
package/dist/Button/Button.d.ts
CHANGED
|
@@ -99,8 +99,8 @@ declare function __VLS_template(): {
|
|
|
99
99
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
100
100
|
click: (...args: any[]) => void;
|
|
101
101
|
}, string, {
|
|
102
|
-
color: import('..').ButtonColor;
|
|
103
102
|
type: import('..').ButtonType;
|
|
103
|
+
color: import('..').ButtonColor;
|
|
104
104
|
htmlType: "reset" | "submit" | "button";
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -124,13 +124,13 @@ declare function __VLS_template(): {
|
|
|
124
124
|
$nextTick: typeof import('vue').nextTick;
|
|
125
125
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
126
126
|
} & Readonly<{
|
|
127
|
-
color: import('..').ButtonColor;
|
|
128
127
|
type: import('..').ButtonType;
|
|
128
|
+
color: import('..').ButtonColor;
|
|
129
129
|
htmlType: "reset" | "submit" | "button";
|
|
130
130
|
disabled: boolean;
|
|
131
131
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
132
132
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
|
-
}>, "blur" | "focus" | ("
|
|
133
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
134
134
|
focus(): void;
|
|
135
135
|
blur(): void;
|
|
136
136
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -240,8 +240,8 @@ declare const __VLS_component: import('vue').DefineComponent<Partial<Omit<BaseBu
|
|
|
240
240
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
241
241
|
click: (...args: any[]) => void;
|
|
242
242
|
}, string, {
|
|
243
|
-
color: import('..').ButtonColor;
|
|
244
243
|
type: import('..').ButtonType;
|
|
244
|
+
color: import('..').ButtonColor;
|
|
245
245
|
htmlType: "reset" | "submit" | "button";
|
|
246
246
|
disabled: boolean;
|
|
247
247
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -265,13 +265,13 @@ declare const __VLS_component: import('vue').DefineComponent<Partial<Omit<BaseBu
|
|
|
265
265
|
$nextTick: typeof import('vue').nextTick;
|
|
266
266
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
267
267
|
} & Readonly<{
|
|
268
|
-
color: import('..').ButtonColor;
|
|
269
268
|
type: import('..').ButtonType;
|
|
269
|
+
color: import('..').ButtonColor;
|
|
270
270
|
htmlType: "reset" | "submit" | "button";
|
|
271
271
|
disabled: boolean;
|
|
272
272
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
273
273
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
274
|
-
}>, "blur" | "focus" | ("
|
|
274
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
275
275
|
focus(): void;
|
|
276
276
|
blur(): void;
|
|
277
277
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
package/dist/Chip/Chip.d.ts
CHANGED
|
@@ -45,8 +45,8 @@ declare const __VLS_component: import('vue').DefineComponent<ChipProps, {}, {},
|
|
|
45
45
|
}, string, import('vue').PublicProps, Readonly<ChipProps> & Readonly<{
|
|
46
46
|
onClose?: ((event: MouseEvent) => any) | undefined;
|
|
47
47
|
}>, {
|
|
48
|
-
color: ChipColor;
|
|
49
48
|
size: ChipSize;
|
|
49
|
+
color: ChipColor;
|
|
50
50
|
closeable: boolean;
|
|
51
51
|
unExtendParent: boolean;
|
|
52
52
|
selected: boolean;
|
|
@@ -26,8 +26,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ch
|
|
|
26
26
|
}, string, import('vue').PublicProps, Readonly<ChipGroupProps> & Readonly<{
|
|
27
27
|
onClose?: ((...args: any[]) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
|
-
color: ChipColor;
|
|
30
29
|
size: ChipSize;
|
|
30
|
+
color: ChipColor;
|
|
31
31
|
closeable: boolean;
|
|
32
32
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly<{
|
|
33
33
|
default?: () => never;
|
|
@@ -3,7 +3,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
3
3
|
$: import('vue').ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
7
6
|
readonly class?: import('clsx').ClassValue;
|
|
8
7
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
9
8
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -11,6 +10,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
11
10
|
readonly size?: import('..').ButtonSize | undefined;
|
|
12
11
|
readonly icon?: string | undefined;
|
|
13
12
|
readonly customStroke?: boolean | undefined;
|
|
13
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
14
14
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
15
15
|
readonly loading?: boolean | undefined;
|
|
16
16
|
readonly block?: boolean | undefined;
|
|
@@ -122,8 +122,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
122
122
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
123
|
click: (...args: any[]) => void;
|
|
124
124
|
}, string, {
|
|
125
|
-
color: import('..').ButtonColor;
|
|
126
125
|
type: import('..').ButtonType;
|
|
126
|
+
color: import('..').ButtonColor;
|
|
127
127
|
htmlType: "reset" | "submit" | "button";
|
|
128
128
|
disabled: boolean;
|
|
129
129
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -147,13 +147,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
147
147
|
$nextTick: typeof import('vue').nextTick;
|
|
148
148
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
149
149
|
} & Readonly<{
|
|
150
|
-
color: import('..').ButtonColor;
|
|
151
150
|
type: import('..').ButtonType;
|
|
151
|
+
color: import('..').ButtonColor;
|
|
152
152
|
htmlType: "reset" | "submit" | "button";
|
|
153
153
|
disabled: boolean;
|
|
154
154
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
155
155
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
}>, "blur" | "focus" | ("
|
|
156
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
157
157
|
focus(): void;
|
|
158
158
|
blur(): void;
|
|
159
159
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -205,7 +205,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
205
205
|
$: import('vue').ComponentInternalInstance;
|
|
206
206
|
$data: {};
|
|
207
207
|
$props: {
|
|
208
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
209
208
|
readonly class?: import('clsx').ClassValue;
|
|
210
209
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
211
210
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -213,6 +212,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
213
212
|
readonly size?: import('..').ButtonSize | undefined;
|
|
214
213
|
readonly icon?: string | undefined;
|
|
215
214
|
readonly customStroke?: boolean | undefined;
|
|
215
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
216
216
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
217
217
|
readonly loading?: boolean | undefined;
|
|
218
218
|
readonly block?: boolean | undefined;
|
|
@@ -324,8 +324,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
324
324
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
325
325
|
click: (...args: any[]) => void;
|
|
326
326
|
}, string, {
|
|
327
|
-
color: import('..').ButtonColor;
|
|
328
327
|
type: import('..').ButtonType;
|
|
328
|
+
color: import('..').ButtonColor;
|
|
329
329
|
htmlType: "reset" | "submit" | "button";
|
|
330
330
|
disabled: boolean;
|
|
331
331
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -349,13 +349,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
349
349
|
$nextTick: typeof import('vue').nextTick;
|
|
350
350
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
351
351
|
} & Readonly<{
|
|
352
|
-
color: import('..').ButtonColor;
|
|
353
352
|
type: import('..').ButtonType;
|
|
353
|
+
color: import('..').ButtonColor;
|
|
354
354
|
htmlType: "reset" | "submit" | "button";
|
|
355
355
|
disabled: boolean;
|
|
356
356
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
357
357
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
358
|
-
}>, "blur" | "focus" | ("
|
|
358
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
359
359
|
focus(): void;
|
|
360
360
|
blur(): void;
|
|
361
361
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -31,7 +31,6 @@ declare function __VLS_template(): {
|
|
|
31
31
|
$: import('vue').ComponentInternalInstance;
|
|
32
32
|
$data: {};
|
|
33
33
|
$props: {
|
|
34
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
35
34
|
readonly class?: import('clsx').ClassValue;
|
|
36
35
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
37
36
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -39,6 +38,7 @@ declare function __VLS_template(): {
|
|
|
39
38
|
readonly size?: import('..').ButtonSize | undefined;
|
|
40
39
|
readonly icon?: string | undefined;
|
|
41
40
|
readonly customStroke?: boolean | undefined;
|
|
41
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
42
42
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
43
43
|
readonly loading?: boolean | undefined;
|
|
44
44
|
readonly block?: boolean | undefined;
|
|
@@ -150,8 +150,8 @@ declare function __VLS_template(): {
|
|
|
150
150
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
151
151
|
click: (...args: any[]) => void;
|
|
152
152
|
}, string, {
|
|
153
|
-
color: import('..').ButtonColor;
|
|
154
153
|
type: import('..').ButtonType;
|
|
154
|
+
color: import('..').ButtonColor;
|
|
155
155
|
htmlType: "reset" | "submit" | "button";
|
|
156
156
|
disabled: boolean;
|
|
157
157
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -175,13 +175,13 @@ declare function __VLS_template(): {
|
|
|
175
175
|
$nextTick: typeof import('vue').nextTick;
|
|
176
176
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
177
177
|
} & Readonly<{
|
|
178
|
-
color: import('..').ButtonColor;
|
|
179
178
|
type: import('..').ButtonType;
|
|
179
|
+
color: import('..').ButtonColor;
|
|
180
180
|
htmlType: "reset" | "submit" | "button";
|
|
181
181
|
disabled: boolean;
|
|
182
182
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
183
183
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
184
|
-
}>, "blur" | "focus" | ("
|
|
184
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
185
185
|
focus(): void;
|
|
186
186
|
blur(): void;
|
|
187
187
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -233,7 +233,6 @@ declare function __VLS_template(): {
|
|
|
233
233
|
$: import('vue').ComponentInternalInstance;
|
|
234
234
|
$data: {};
|
|
235
235
|
$props: {
|
|
236
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
237
236
|
readonly class?: import('clsx').ClassValue;
|
|
238
237
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
239
238
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -241,6 +240,7 @@ declare function __VLS_template(): {
|
|
|
241
240
|
readonly size?: import('..').ButtonSize | undefined;
|
|
242
241
|
readonly icon?: string | undefined;
|
|
243
242
|
readonly customStroke?: boolean | undefined;
|
|
243
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
244
244
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
245
245
|
readonly loading?: boolean | undefined;
|
|
246
246
|
readonly block?: boolean | undefined;
|
|
@@ -352,8 +352,8 @@ declare function __VLS_template(): {
|
|
|
352
352
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
353
353
|
click: (...args: any[]) => void;
|
|
354
354
|
}, string, {
|
|
355
|
-
color: import('..').ButtonColor;
|
|
356
355
|
type: import('..').ButtonType;
|
|
356
|
+
color: import('..').ButtonColor;
|
|
357
357
|
htmlType: "reset" | "submit" | "button";
|
|
358
358
|
disabled: boolean;
|
|
359
359
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -377,13 +377,13 @@ declare function __VLS_template(): {
|
|
|
377
377
|
$nextTick: typeof import('vue').nextTick;
|
|
378
378
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
379
379
|
} & Readonly<{
|
|
380
|
-
color: import('..').ButtonColor;
|
|
381
380
|
type: import('..').ButtonType;
|
|
381
|
+
color: import('..').ButtonColor;
|
|
382
382
|
htmlType: "reset" | "submit" | "button";
|
|
383
383
|
disabled: boolean;
|
|
384
384
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
385
385
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
386
|
-
}>, "blur" | "focus" | ("
|
|
386
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
387
387
|
focus(): void;
|
|
388
388
|
blur(): void;
|
|
389
389
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -465,7 +465,6 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
465
465
|
$: import('vue').ComponentInternalInstance;
|
|
466
466
|
$data: {};
|
|
467
467
|
$props: {
|
|
468
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
469
468
|
readonly class?: import('clsx').ClassValue;
|
|
470
469
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
471
470
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -473,6 +472,7 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
473
472
|
readonly size?: import('..').ButtonSize | undefined;
|
|
474
473
|
readonly icon?: string | undefined;
|
|
475
474
|
readonly customStroke?: boolean | undefined;
|
|
475
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
476
476
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
477
477
|
readonly loading?: boolean | undefined;
|
|
478
478
|
readonly block?: boolean | undefined;
|
|
@@ -584,8 +584,8 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
584
584
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
585
585
|
click: (...args: any[]) => void;
|
|
586
586
|
}, string, {
|
|
587
|
-
color: import('..').ButtonColor;
|
|
588
587
|
type: import('..').ButtonType;
|
|
588
|
+
color: import('..').ButtonColor;
|
|
589
589
|
htmlType: "reset" | "submit" | "button";
|
|
590
590
|
disabled: boolean;
|
|
591
591
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -609,13 +609,13 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
609
609
|
$nextTick: typeof import('vue').nextTick;
|
|
610
610
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
611
611
|
} & Readonly<{
|
|
612
|
-
color: import('..').ButtonColor;
|
|
613
612
|
type: import('..').ButtonType;
|
|
613
|
+
color: import('..').ButtonColor;
|
|
614
614
|
htmlType: "reset" | "submit" | "button";
|
|
615
615
|
disabled: boolean;
|
|
616
616
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
617
617
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
618
|
-
}>, "blur" | "focus" | ("
|
|
618
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
619
619
|
focus(): void;
|
|
620
620
|
blur(): void;
|
|
621
621
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -667,7 +667,6 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
667
667
|
$: import('vue').ComponentInternalInstance;
|
|
668
668
|
$data: {};
|
|
669
669
|
$props: {
|
|
670
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
671
670
|
readonly class?: import('clsx').ClassValue;
|
|
672
671
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
673
672
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -675,6 +674,7 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
675
674
|
readonly size?: import('..').ButtonSize | undefined;
|
|
676
675
|
readonly icon?: string | undefined;
|
|
677
676
|
readonly customStroke?: boolean | undefined;
|
|
677
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
678
678
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
679
679
|
readonly loading?: boolean | undefined;
|
|
680
680
|
readonly block?: boolean | undefined;
|
|
@@ -786,8 +786,8 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
786
786
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
787
787
|
click: (...args: any[]) => void;
|
|
788
788
|
}, string, {
|
|
789
|
-
color: import('..').ButtonColor;
|
|
790
789
|
type: import('..').ButtonType;
|
|
790
|
+
color: import('..').ButtonColor;
|
|
791
791
|
htmlType: "reset" | "submit" | "button";
|
|
792
792
|
disabled: boolean;
|
|
793
793
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -811,13 +811,13 @@ declare const __VLS_component: import('vue').DefineComponent<CommentEditorProps,
|
|
|
811
811
|
$nextTick: typeof import('vue').nextTick;
|
|
812
812
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
813
813
|
} & Readonly<{
|
|
814
|
-
color: import('..').ButtonColor;
|
|
815
814
|
type: import('..').ButtonType;
|
|
815
|
+
color: import('..').ButtonColor;
|
|
816
816
|
htmlType: "reset" | "submit" | "button";
|
|
817
817
|
disabled: boolean;
|
|
818
818
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
819
819
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
820
|
-
}>, "blur" | "focus" | ("
|
|
820
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
821
821
|
focus(): void;
|
|
822
822
|
blur(): void;
|
|
823
823
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -3,7 +3,6 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
3
3
|
$: import('vue').ComponentInternalInstance;
|
|
4
4
|
$data: {};
|
|
5
5
|
$props: {
|
|
6
|
-
readonly color?: import('..').ButtonColor | undefined;
|
|
7
6
|
readonly class?: import('clsx').ClassValue;
|
|
8
7
|
readonly flipOnDir?: import('..').FlipOnDir | undefined;
|
|
9
8
|
readonly type?: import('..').ButtonType | undefined;
|
|
@@ -11,6 +10,7 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
11
10
|
readonly size?: import('..').ButtonSize | undefined;
|
|
12
11
|
readonly icon?: string | undefined;
|
|
13
12
|
readonly customStroke?: boolean | undefined;
|
|
13
|
+
readonly color?: import('..').ButtonColor | undefined;
|
|
14
14
|
readonly as?: import('vue').Component | import('reka-ui').AsTag | undefined;
|
|
15
15
|
readonly loading?: boolean | undefined;
|
|
16
16
|
readonly block?: boolean | undefined;
|
|
@@ -122,8 +122,8 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
122
122
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
123
123
|
click: (...args: any[]) => void;
|
|
124
124
|
}, string, {
|
|
125
|
-
color: import('..').ButtonColor;
|
|
126
125
|
type: import('..').ButtonType;
|
|
126
|
+
color: import('..').ButtonColor;
|
|
127
127
|
htmlType: "reset" | "submit" | "button";
|
|
128
128
|
disabled: boolean;
|
|
129
129
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -147,13 +147,13 @@ declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import
|
|
|
147
147
|
$nextTick: typeof import('vue').nextTick;
|
|
148
148
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
149
149
|
} & Readonly<{
|
|
150
|
-
color: import('..').ButtonColor;
|
|
151
150
|
type: import('..').ButtonType;
|
|
151
|
+
color: import('..').ButtonColor;
|
|
152
152
|
htmlType: "reset" | "submit" | "button";
|
|
153
153
|
disabled: boolean;
|
|
154
154
|
}> & Omit<Readonly<import('..').BaseButtonProps> & Readonly<{
|
|
155
155
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
156
|
-
}>, "blur" | "focus" | ("
|
|
156
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
157
157
|
focus(): void;
|
|
158
158
|
blur(): void;
|
|
159
159
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -148,8 +148,8 @@ declare function __VLS_template(): {
|
|
|
148
148
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
149
149
|
click: (...args: any[]) => void;
|
|
150
150
|
}, string, {
|
|
151
|
-
color: import('../..').ButtonColor;
|
|
152
151
|
type: import('../..').ButtonType;
|
|
152
|
+
color: import('../..').ButtonColor;
|
|
153
153
|
htmlType: "reset" | "submit" | "button";
|
|
154
154
|
disabled: boolean;
|
|
155
155
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -173,13 +173,13 @@ declare function __VLS_template(): {
|
|
|
173
173
|
$nextTick: typeof import('vue').nextTick;
|
|
174
174
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
175
175
|
} & Readonly<{
|
|
176
|
-
color: import('../..').ButtonColor;
|
|
177
176
|
type: import('../..').ButtonType;
|
|
177
|
+
color: import('../..').ButtonColor;
|
|
178
178
|
htmlType: "reset" | "submit" | "button";
|
|
179
179
|
disabled: boolean;
|
|
180
180
|
}> & Omit<Readonly<import('../..').BaseButtonProps> & Readonly<{
|
|
181
181
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
182
|
-
}>, "blur" | "focus" | ("
|
|
182
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
183
183
|
focus(): void;
|
|
184
184
|
blur(): void;
|
|
185
185
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -365,8 +365,8 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
365
365
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
366
366
|
click: (...args: any[]) => void;
|
|
367
367
|
}, string, {
|
|
368
|
-
color: import('../..').ButtonColor;
|
|
369
368
|
type: import('../..').ButtonType;
|
|
369
|
+
color: import('../..').ButtonColor;
|
|
370
370
|
htmlType: "reset" | "submit" | "button";
|
|
371
371
|
disabled: boolean;
|
|
372
372
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -390,13 +390,13 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
|
|
|
390
390
|
$nextTick: typeof import('vue').nextTick;
|
|
391
391
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
392
392
|
} & Readonly<{
|
|
393
|
-
color: import('../..').ButtonColor;
|
|
394
393
|
type: import('../..').ButtonType;
|
|
394
|
+
color: import('../..').ButtonColor;
|
|
395
395
|
htmlType: "reset" | "submit" | "button";
|
|
396
396
|
disabled: boolean;
|
|
397
397
|
}> & Omit<Readonly<import('../..').BaseButtonProps> & Readonly<{
|
|
398
398
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
399
|
-
}>, "blur" | "focus" | ("
|
|
399
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
400
400
|
focus(): void;
|
|
401
401
|
blur(): void;
|
|
402
402
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -101,8 +101,8 @@ declare function __VLS_template(): {
|
|
|
101
101
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
102
102
|
click: (...args: any[]) => void;
|
|
103
103
|
}, string, {
|
|
104
|
-
color: import('..').ButtonColor;
|
|
105
104
|
type: import('..').ButtonType;
|
|
105
|
+
color: import('..').ButtonColor;
|
|
106
106
|
htmlType: "reset" | "submit" | "button";
|
|
107
107
|
disabled: boolean;
|
|
108
108
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -126,13 +126,13 @@ declare function __VLS_template(): {
|
|
|
126
126
|
$nextTick: typeof import('vue').nextTick;
|
|
127
127
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
128
128
|
} & Readonly<{
|
|
129
|
-
color: import('..').ButtonColor;
|
|
130
129
|
type: import('..').ButtonType;
|
|
130
|
+
color: import('..').ButtonColor;
|
|
131
131
|
htmlType: "reset" | "submit" | "button";
|
|
132
132
|
disabled: boolean;
|
|
133
133
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
134
134
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
135
|
-
}>, "blur" | "focus" | ("
|
|
135
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
136
136
|
focus(): void;
|
|
137
137
|
blur(): void;
|
|
138
138
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -242,8 +242,8 @@ declare const __VLS_component: import('vue').DefineComponent<FloatButtonProps, {
|
|
|
242
242
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
243
243
|
click: (...args: any[]) => void;
|
|
244
244
|
}, string, {
|
|
245
|
-
color: import('..').ButtonColor;
|
|
246
245
|
type: import('..').ButtonType;
|
|
246
|
+
color: import('..').ButtonColor;
|
|
247
247
|
htmlType: "reset" | "submit" | "button";
|
|
248
248
|
disabled: boolean;
|
|
249
249
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -267,13 +267,13 @@ declare const __VLS_component: import('vue').DefineComponent<FloatButtonProps, {
|
|
|
267
267
|
$nextTick: typeof import('vue').nextTick;
|
|
268
268
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
269
269
|
} & Readonly<{
|
|
270
|
-
color: import('..').ButtonColor;
|
|
271
270
|
type: import('..').ButtonType;
|
|
271
|
+
color: import('..').ButtonColor;
|
|
272
272
|
htmlType: "reset" | "submit" | "button";
|
|
273
273
|
disabled: boolean;
|
|
274
274
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
275
275
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
276
|
-
}>, "blur" | "focus" | ("
|
|
276
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
277
277
|
focus(): void;
|
|
278
278
|
blur(): void;
|
|
279
279
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
package/dist/Form/Form.d.ts
CHANGED
|
@@ -73,8 +73,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Fo
|
|
|
73
73
|
values: import('vee-validate').GenericObject;
|
|
74
74
|
handleReset: () => void;
|
|
75
75
|
submitForm: (e?: unknown) => Promise<void>;
|
|
76
|
-
name: string;
|
|
77
76
|
meta: import('vue').ComputedRef<import('vee-validate').FormMeta<import('vee-validate').GenericObject>>;
|
|
77
|
+
name: string;
|
|
78
78
|
controlledValues: import('vue').Ref<import('vee-validate').GenericObject, import('vee-validate').GenericObject>;
|
|
79
79
|
submitCount: import('vue').Ref<number>;
|
|
80
80
|
errorBag: import('vue').Ref<Partial<Record<string, string[]>>, Partial<Record<string, string[]>>>;
|
|
@@ -99,8 +99,8 @@ declare function __VLS_template(): {
|
|
|
99
99
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
100
100
|
click: (...args: any[]) => void;
|
|
101
101
|
}, string, {
|
|
102
|
-
color: import('..').ButtonColor;
|
|
103
102
|
type: import('..').ButtonType;
|
|
103
|
+
color: import('..').ButtonColor;
|
|
104
104
|
htmlType: "reset" | "submit" | "button";
|
|
105
105
|
disabled: boolean;
|
|
106
106
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -124,13 +124,13 @@ declare function __VLS_template(): {
|
|
|
124
124
|
$nextTick: typeof import('vue').nextTick;
|
|
125
125
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
126
126
|
} & Readonly<{
|
|
127
|
-
color: import('..').ButtonColor;
|
|
128
127
|
type: import('..').ButtonType;
|
|
128
|
+
color: import('..').ButtonColor;
|
|
129
129
|
htmlType: "reset" | "submit" | "button";
|
|
130
130
|
disabled: boolean;
|
|
131
131
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
132
132
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
133
|
-
}>, "blur" | "focus" | ("
|
|
133
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
134
134
|
focus(): void;
|
|
135
135
|
blur(): void;
|
|
136
136
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -238,8 +238,8 @@ declare const __VLS_component: import('vue').DefineComponent<Partial<Omit<BaseBu
|
|
|
238
238
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
239
239
|
click: (...args: any[]) => void;
|
|
240
240
|
}, string, {
|
|
241
|
-
color: import('..').ButtonColor;
|
|
242
241
|
type: import('..').ButtonType;
|
|
242
|
+
color: import('..').ButtonColor;
|
|
243
243
|
htmlType: "reset" | "submit" | "button";
|
|
244
244
|
disabled: boolean;
|
|
245
245
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -263,13 +263,13 @@ declare const __VLS_component: import('vue').DefineComponent<Partial<Omit<BaseBu
|
|
|
263
263
|
$nextTick: typeof import('vue').nextTick;
|
|
264
264
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
|
265
265
|
} & Readonly<{
|
|
266
|
-
color: import('..').ButtonColor;
|
|
267
266
|
type: import('..').ButtonType;
|
|
267
|
+
color: import('..').ButtonColor;
|
|
268
268
|
htmlType: "reset" | "submit" | "button";
|
|
269
269
|
disabled: boolean;
|
|
270
270
|
}> & Omit<Readonly<BaseButtonProps> & Readonly<{
|
|
271
271
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
272
|
-
}>, "blur" | "focus" | ("
|
|
272
|
+
}>, "blur" | "focus" | ("type" | "color" | "htmlType" | "disabled")> & import('vue').ShallowUnwrapRef<{
|
|
273
273
|
focus(): void;
|
|
274
274
|
blur(): void;
|
|
275
275
|
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
@@ -7,9 +7,9 @@ declare function __VLS_template(): {
|
|
|
7
7
|
};
|
|
8
8
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
9
9
|
declare const __VLS_component: import('vue').DefineComponent<ProgressProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ProgressProps> & Readonly<{}>, {
|
|
10
|
-
color: import('./Progress.model').ProgressColor;
|
|
11
10
|
type: import('./Progress.model').ProgressType;
|
|
12
11
|
size: import('./Progress.model').ProgressSize;
|
|
12
|
+
color: import('./Progress.model').ProgressColor;
|
|
13
13
|
strokeLinecap: "butt" | "round" | "square";
|
|
14
14
|
duration: number;
|
|
15
15
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|