@fastkit/vui 0.8.11 → 0.8.12
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/vui.d.ts +30 -30
- package/package.json +6 -6
package/dist/vui.d.ts
CHANGED
|
@@ -2612,9 +2612,9 @@ declare const ValidationErrorSymbol = "ValidationError";
|
|
|
2612
2612
|
export declare const VApp: DefineComponent<{}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, ComponentProvideOptions, {
|
|
2613
2613
|
name: string;
|
|
2614
2614
|
setup(this: void, props: Readonly<LooseRequired<{
|
|
2615
|
-
[x:
|
|
2615
|
+
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
2616
2616
|
} | {
|
|
2617
|
-
[x:
|
|
2617
|
+
[x: `on${string}`]: ((...args: never) => any) | undefined;
|
|
2618
2618
|
}>>, ctx: SetupContext<EmitsOptions>): () => JSX.Element;
|
|
2619
2619
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
2620
2620
|
|
|
@@ -2740,7 +2740,7 @@ export declare const VAvatar: DefineComponent<{
|
|
|
2740
2740
|
textColor: PropType<PaletteName>;
|
|
2741
2741
|
borderColor: PropType<PaletteName>;
|
|
2742
2742
|
}>> & {
|
|
2743
|
-
[x:
|
|
2743
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2744
2744
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
2745
2745
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2746
2746
|
size: {
|
|
@@ -2811,7 +2811,7 @@ export declare const VBreadcrumbs: DefineComponent<{
|
|
|
2811
2811
|
};
|
|
2812
2812
|
divider: PropType<VNodeChild | ((vui: VuiService) => VNodeChild)>;
|
|
2813
2813
|
}>> & {
|
|
2814
|
-
[x:
|
|
2814
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
2815
2815
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element | undefined;
|
|
2816
2816
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
2817
2817
|
items: {
|
|
@@ -4220,7 +4220,7 @@ export declare const VButton: DefineComponent<{
|
|
|
4220
4220
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
4221
4221
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
4222
4222
|
}>> & {
|
|
4223
|
-
[x:
|
|
4223
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4224
4224
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
4225
4225
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4226
4226
|
size: {
|
|
@@ -4476,7 +4476,7 @@ export declare const VButtonGroup: DefineComponent<{
|
|
|
4476
4476
|
textColor: PropType<PaletteName>;
|
|
4477
4477
|
borderColor: PropType<PaletteName>;
|
|
4478
4478
|
}>> & {
|
|
4479
|
-
[x:
|
|
4479
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
4480
4480
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
4481
4481
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
4482
4482
|
disabled: BooleanConstructor;
|
|
@@ -5123,7 +5123,7 @@ export declare const VCard: DefineComponent<{
|
|
|
5123
5123
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
5124
5124
|
elevation: PropType<VuiElevationValue>;
|
|
5125
5125
|
}>> & {
|
|
5126
|
-
[x:
|
|
5126
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
5127
5127
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
5128
5128
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
5129
5129
|
disabled: BooleanConstructor;
|
|
@@ -5339,18 +5339,18 @@ export declare const VCard: DefineComponent<{
|
|
|
5339
5339
|
export declare const VCardActions: DefineComponent<{}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, ComponentProvideOptions, {
|
|
5340
5340
|
name: string;
|
|
5341
5341
|
setup(this: void, props: Readonly<LooseRequired<{
|
|
5342
|
-
[x:
|
|
5342
|
+
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
5343
5343
|
} | {
|
|
5344
|
-
[x:
|
|
5344
|
+
[x: `on${string}`]: ((...args: never) => any) | undefined;
|
|
5345
5345
|
}>>, ctx: SetupContext<EmitsOptions>): () => JSX.Element;
|
|
5346
5346
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
5347
5347
|
|
|
5348
5348
|
export declare const VCardContent: DefineComponent<{}, () => JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, EmitsOptions, string, ComponentProvideOptions, {
|
|
5349
5349
|
name: string;
|
|
5350
5350
|
setup(this: void, props: Readonly<LooseRequired<{
|
|
5351
|
-
[x:
|
|
5351
|
+
[x: `on${string}`]: ((...args: any[]) => any) | undefined;
|
|
5352
5352
|
} | {
|
|
5353
|
-
[x:
|
|
5353
|
+
[x: `on${string}`]: ((...args: never) => any) | undefined;
|
|
5354
5354
|
}>>, ctx: SetupContext<EmitsOptions>): () => JSX.Element;
|
|
5355
5355
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{}>>, {}>;
|
|
5356
5356
|
|
|
@@ -6175,7 +6175,7 @@ export declare const VChip: DefineComponent<{
|
|
|
6175
6175
|
textColor: PropType<PaletteName>;
|
|
6176
6176
|
borderColor: PropType<PaletteName>;
|
|
6177
6177
|
}>> & {
|
|
6178
|
-
[x:
|
|
6178
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
6179
6179
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
6180
6180
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
6181
6181
|
size: {
|
|
@@ -7197,7 +7197,7 @@ export declare const VDrawerLayout: DefineComponent<{
|
|
|
7197
7197
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
7198
7198
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
7199
7199
|
}>> & {
|
|
7200
|
-
[x:
|
|
7200
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
7201
7201
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
7202
7202
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
7203
7203
|
'v-slots': PropType<ResolveRawSlots<{
|
|
@@ -8399,7 +8399,7 @@ export declare const VGridContainer: DefineComponent<{
|
|
|
8399
8399
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
8400
8400
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
8401
8401
|
}>> & {
|
|
8402
|
-
[x:
|
|
8402
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
8403
8403
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
8404
8404
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
8405
8405
|
wrapperTag: {
|
|
@@ -9134,7 +9134,7 @@ export declare const VGridItem: DefineComponent<{
|
|
|
9134
9134
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
9135
9135
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
9136
9136
|
}>> & {
|
|
9137
|
-
[x:
|
|
9137
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9138
9138
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
9139
9139
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
9140
9140
|
tag: {
|
|
@@ -9881,7 +9881,7 @@ export declare const VHero: DefineComponent<{
|
|
|
9881
9881
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
9882
9882
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
9883
9883
|
}>> & {
|
|
9884
|
-
[x:
|
|
9884
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
9885
9885
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
9886
9886
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
9887
9887
|
'v-slots': PropType<ResolveRawSlots_2<{
|
|
@@ -10326,7 +10326,7 @@ export declare const VNavigation: DefineComponent<{
|
|
|
10326
10326
|
};
|
|
10327
10327
|
caption: PropType<VNodeChild | (() => VNodeChild)>;
|
|
10328
10328
|
}>> & {
|
|
10329
|
-
[x:
|
|
10329
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
10330
10330
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
10331
10331
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
10332
10332
|
items: {
|
|
@@ -11219,7 +11219,7 @@ export declare const VOptionGroup: DefineComponent<{
|
|
|
11219
11219
|
required: true;
|
|
11220
11220
|
};
|
|
11221
11221
|
}>> & {
|
|
11222
|
-
[x:
|
|
11222
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11223
11223
|
}>>, ctx: SetupContext<Record<string, any>>): {
|
|
11224
11224
|
classes: ComputedRef<(string | {
|
|
11225
11225
|
'v-option-group--disabled': boolean;
|
|
@@ -11977,7 +11977,7 @@ export declare const VPaper: DefineComponent<{
|
|
|
11977
11977
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
11978
11978
|
elevation: PropType<VuiElevationValue>;
|
|
11979
11979
|
}>> & {
|
|
11980
|
-
[x:
|
|
11980
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
11981
11981
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
11982
11982
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
11983
11983
|
square: BooleanConstructor;
|
|
@@ -12934,7 +12934,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
12934
12934
|
iconName: IconName;
|
|
12935
12935
|
menuOpened: Ref<boolean>;
|
|
12936
12936
|
fieldRef: () => Ref<HTMLElement | null>;
|
|
12937
|
-
focus: (opts?: FocusOptions
|
|
12937
|
+
focus: (opts?: FocusOptions) => void;
|
|
12938
12938
|
showMenu: () => void;
|
|
12939
12939
|
closeMenu: () => void;
|
|
12940
12940
|
renderSelections: (selectedItems: FormSelectorItemControl[]) => VNodeChild[];
|
|
@@ -13160,7 +13160,7 @@ export declare const VSelect: DefineComponent<{
|
|
|
13160
13160
|
iconName: IconName;
|
|
13161
13161
|
menuOpened: Ref<boolean>;
|
|
13162
13162
|
fieldRef: () => Ref<HTMLElement | null>;
|
|
13163
|
-
focus: (opts?: FocusOptions
|
|
13163
|
+
focus: (opts?: FocusOptions) => void;
|
|
13164
13164
|
showMenu: () => void;
|
|
13165
13165
|
closeMenu: () => void;
|
|
13166
13166
|
renderSelections: (selectedItems: FormSelectorItemControl[]) => VNodeChild[];
|
|
@@ -13342,7 +13342,7 @@ export declare const VSkeltonLoaderBone: DefineComponent<{
|
|
|
13342
13342
|
default: string;
|
|
13343
13343
|
};
|
|
13344
13344
|
}>> & {
|
|
13345
|
-
[x:
|
|
13345
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
13346
13346
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
13347
13347
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
13348
13348
|
tag: {
|
|
@@ -15165,7 +15165,7 @@ export declare const VToolbar: DefineComponent<{
|
|
|
15165
15165
|
borderColor: PropType<PaletteName>;
|
|
15166
15166
|
elevation: PropType<VuiElevationValue>;
|
|
15167
15167
|
}>> & {
|
|
15168
|
-
[x:
|
|
15168
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15169
15169
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
15170
15170
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
15171
15171
|
dense: BooleanConstructor;
|
|
@@ -15198,7 +15198,7 @@ export declare const VToolbarEdge: DefineComponent<{
|
|
|
15198
15198
|
required: true;
|
|
15199
15199
|
};
|
|
15200
15200
|
}>> & {
|
|
15201
|
-
[x:
|
|
15201
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15202
15202
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
15203
15203
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
15204
15204
|
edge: {
|
|
@@ -15838,7 +15838,7 @@ export declare const VToolbarMenu: DefineComponent<{
|
|
|
15838
15838
|
onTransitionend: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
15839
15839
|
onTransitionstart: PropType<((payload: TransitionEvent) => void) | undefined>;
|
|
15840
15840
|
}>> & {
|
|
15841
|
-
[x:
|
|
15841
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
15842
15842
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
15843
15843
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
15844
15844
|
size: {
|
|
@@ -16075,7 +16075,7 @@ export declare const VToolbarTitle: DefineComponent<{
|
|
|
16075
16075
|
default: string;
|
|
16076
16076
|
};
|
|
16077
16077
|
}>> & {
|
|
16078
|
-
[x:
|
|
16078
|
+
[x: `on${string}`]: ((...args: any[]) => any) | ((...args: unknown[]) => any) | undefined;
|
|
16079
16079
|
}>>, ctx: SetupContext<Record<string, any>>): () => JSX.Element;
|
|
16080
16080
|
}, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
16081
16081
|
tag: {
|
|
@@ -16610,9 +16610,9 @@ export declare const VWysiwygEditor: DefineComponent<{
|
|
|
16610
16610
|
error: BooleanConstructor;
|
|
16611
16611
|
errorMessages: PropType<string | string[]>;
|
|
16612
16612
|
}, {
|
|
16613
|
-
focus: (position?: FocusPosition
|
|
16613
|
+
focus: (position?: FocusPosition, options?: {
|
|
16614
16614
|
scrollIntoView?: boolean | undefined;
|
|
16615
|
-
}
|
|
16615
|
+
}) => ChainedCommands | undefined;
|
|
16616
16616
|
blur: () => ChainedCommands | undefined;
|
|
16617
16617
|
createTools: (bubbleMenu?: boolean) => JSX.Element;
|
|
16618
16618
|
parentControl: ControlProvider | null;
|
|
@@ -16841,9 +16841,9 @@ export declare const VWysiwygEditor: DefineComponent<{
|
|
|
16841
16841
|
focus: (ev: FocusEvent) => boolean;
|
|
16842
16842
|
blur: (ev: FocusEvent) => boolean;
|
|
16843
16843
|
}>): {
|
|
16844
|
-
focus: (position?: FocusPosition
|
|
16844
|
+
focus: (position?: FocusPosition, options?: {
|
|
16845
16845
|
scrollIntoView?: boolean | undefined;
|
|
16846
|
-
}
|
|
16846
|
+
}) => ChainedCommands | undefined;
|
|
16847
16847
|
blur: () => ChainedCommands | undefined;
|
|
16848
16848
|
createTools: (bubbleMenu?: boolean) => JSX.Element;
|
|
16849
16849
|
parentControl: ControlProvider | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fastkit/vui",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.12",
|
|
4
4
|
"description": "@fastkit/vui",
|
|
5
5
|
"buildOptions": {
|
|
6
6
|
"name": "Vui",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"vue": "^3.2.26"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@fastkit/color-scheme": "0.8.
|
|
36
|
-
"@fastkit/icon-font": "0.8.
|
|
37
|
-
"@fastkit/tiny-logger": "0.8.
|
|
38
|
-
"@fastkit/vite-kit": "0.8.
|
|
39
|
-
"@fastkit/vue-kit": "0.8.
|
|
35
|
+
"@fastkit/color-scheme": "0.8.12",
|
|
36
|
+
"@fastkit/icon-font": "0.8.12",
|
|
37
|
+
"@fastkit/tiny-logger": "0.8.12",
|
|
38
|
+
"@fastkit/vite-kit": "0.8.12",
|
|
39
|
+
"@fastkit/vue-kit": "0.8.12",
|
|
40
40
|
"@tiptap/extension-link": "^2.0.0-beta.36",
|
|
41
41
|
"@tiptap/extension-underline": "^2.0.0-beta.23",
|
|
42
42
|
"@tiptap/extension-text-style": "^2.0.0-beta.23",
|