@omnia/fx 8.0.23-vnext → 8.0.25-vnext
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/internal-do-not-import-from-here/ux/ComponentTypings.d.ts +25 -1
- package/internal-do-not-import-from-here/ux/layoutcanvas/editor/layoutItemselector/LayoutItemSelection.css.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/models/DataTable.d.ts +16 -0
- package/internal-do-not-import-from-here/ux/models/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/btn/Button.d.ts +17 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTable.d.ts +260 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableServer.d.ts +277 -0
- package/internal-do-not-import-from-here/ux/oxide/datatable/DataTableVirtual.d.ts +593 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/oxide/panel/Panel.d.ts +26 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/BasicPanelTypes.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelAlignment.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/PanelVariants.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/Scrolling.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/panel/docs/SettingsPanel.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/text/Text.d.ts +14 -9
- package/internal-do-not-import-from-here/ux/oxide/textfield/TextField.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.css.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/Toolbar.d.ts +75 -39
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarExamples.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/ToolbarIntro.d.ts +46 -0
- package/internal-do-not-import-from-here/ux/oxide/toolbar/docs/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/oxide/treeview/Treeview.d.ts +243 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/theming-v2/themedefinitionpicker/ThemeDefinitionPicker.d.ts +21 -0
- package/internal-do-not-import-from-here/ux/theming-v2/themeeditor/components/blueprints/BluePrintSelector.css.d.ts +1 -1
- package/internal-do-not-import-from-here/ux/use/UseColorSchemaSetup.d.ts +70 -1
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDefinitions.d.ts +13 -14
- package/internal-do-not-import-from-here/ux/velcron/core/models/VelcronDescriptors.d.ts +2 -3
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronConstants.d.ts +1 -2
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronRenderers.d.ts +62 -6
- package/internal-do-not-import-from-here/ux/velcron/core/parser/VelcronStyles.d.ts +2 -2
- package/internal-do-not-import-from-here/ux/velcron/core/stores/VelcronColorSchema.d.ts +42 -0
- package/internal-do-not-import-from-here/ux/velcron/core/stores/index.d.ts +1 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/components/AddComponent.css.d.ts +4 -0
- package/internal-do-not-import-from-here/ux/velcron/editor/models/BuiltInDescriptors.d.ts +0 -1
- package/internal-do-not-import-from-here/ux/velcron/editor/stores/VelcronEditorStore.d.ts +5 -5
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/App.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Button.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Card.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Chip.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Custom.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Dialog.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/FlexView.d.ts +0 -62
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Icon.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Image.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/ProgressCircle.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/Text.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/TextInput.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/View.d.ts +6 -6
- package/internal-do-not-import-from-here/ux/velcron/renderer/components/WebView.d.ts +6 -6
- package/internal-do-not-import-from-here/wctypings.d.ts +6 -0
- package/package.json +2 -2
@@ -0,0 +1,42 @@
|
|
1
|
+
import { ColorDefinition, ColorSchema, ColorSchemaType, ColorSchemaTypes } from "@omnia/fx-models";
|
2
|
+
import { useVelcronThemingStore } from ".";
|
3
|
+
export declare const useVelcronColorSchemaStore: (newStateWithName?: string) => {
|
4
|
+
state: {
|
5
|
+
base: ColorDefinition;
|
6
|
+
onBase: ColorDefinition;
|
7
|
+
container: ColorDefinition;
|
8
|
+
onContainer: ColorDefinition;
|
9
|
+
isContainer: boolean;
|
10
|
+
name: string;
|
11
|
+
colorSchemaType: ColorSchemaType | ColorSchemaTypes;
|
12
|
+
themeStore: {
|
13
|
+
state: {
|
14
|
+
currentTheme: import("@omnia/fx-models").ThemeDefinitionV2;
|
15
|
+
};
|
16
|
+
get: {
|
17
|
+
colorSchema: (colorSchemaType: ColorSchemaType | ColorSchemaTypes) => ColorSchema;
|
18
|
+
typography: (typographyType: import("@omnia/fx-models").TypographyType | import("@omnia/fx-models").TypographyTypes) => import("@omnia/fx-models").TypographyTypeDefinition;
|
19
|
+
color: (colorSchemaType: ColorSchemaType | ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
20
|
+
colorDefinition: (colorSchemaType: ColorSchemaType | ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
21
|
+
complementaryColorType: (colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => import("@omnia/fx-models").ColorTypes;
|
22
|
+
complementaryColor: (colorSchemaType: ColorSchemaType | ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => string;
|
23
|
+
complementaryColorDefinition: (colorSchemaType: ColorSchemaType | ColorSchemaTypes, colorType: import("@omnia/fx-models").ColorType | import("@omnia/fx-models").ColorTypes) => ColorDefinition;
|
24
|
+
currentTheme: () => import("@omnia/fx-models").ThemeDefinitionV2;
|
25
|
+
};
|
26
|
+
actions: {
|
27
|
+
setTheme(newTheme: import("@omnia/fx-models").ThemeDefinitionV2): void;
|
28
|
+
};
|
29
|
+
};
|
30
|
+
};
|
31
|
+
get: {
|
32
|
+
readonly colorSchema: ColorSchema;
|
33
|
+
readonly base: ColorDefinition;
|
34
|
+
readonly onBase: ColorDefinition;
|
35
|
+
readonly container: ColorDefinition;
|
36
|
+
readonly onContainer: ColorDefinition;
|
37
|
+
};
|
38
|
+
actions: {
|
39
|
+
setThemeStore: (themeStoreInstance: ReturnType<typeof useVelcronThemingStore>, colorSchemaType?: ColorSchemaTypes | ColorSchemaType) => void;
|
40
|
+
setColorSchema: (colorSchemaType: ColorSchemaType, container?: boolean) => void;
|
41
|
+
};
|
42
|
+
};
|
@@ -29,5 +29,4 @@ export declare const VelcronProgressCircleComponentDescriptor: VelcronComponentD
|
|
29
29
|
export declare const VelcronViewComponentDescriptor: VelcronComponentDescriptor;
|
30
30
|
export declare const VelcronDialogComponentDescriptor: VelcronComponentDescriptor;
|
31
31
|
export declare const VelcronIconComponentDescriptor: VelcronComponentDescriptor;
|
32
|
-
export declare const VelcronSectionComponentDescriptor: VelcronComponentDescriptor;
|
33
32
|
export declare const VelcronChipComponentDescriptor: VelcronComponentDescriptor;
|
@@ -11,7 +11,7 @@ export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
|
11
11
|
treeViewItems: TreeViewItem<AppTreeItem>[];
|
12
12
|
selectedAppTreeItem: TreeViewItem<AppTreeItem>;
|
13
13
|
editorMode: editorModes;
|
14
|
-
|
14
|
+
activeAppTreeItem: TreeViewItem<any>;
|
15
15
|
history: string[];
|
16
16
|
showAddComponent: boolean;
|
17
17
|
showAddDataObject: boolean;
|
@@ -35,13 +35,13 @@ export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
|
35
35
|
showAddComponent: (show: boolean) => void;
|
36
36
|
showShare: (show: boolean) => void;
|
37
37
|
showAddDataObject: (show: boolean) => void;
|
38
|
-
addComponent: (
|
38
|
+
addComponent: (descriptor: VelcronComponentDescriptor, parent?: TreeViewItem<AppTreeItem>, definition?: VelcronDefinition) => void;
|
39
39
|
deleteComponent: (target: TreeViewItem<AppTreeItem>) => void;
|
40
40
|
addDataMember: (target: TreeViewItem<AppTreeItem>, propertyName: string, value: any) => void;
|
41
41
|
deleteDataMember: (target: TreeViewItem<AppTreeItem>) => void;
|
42
42
|
renameDataMember: (target: TreeViewItem<AppTreeItem>, newName: string) => void;
|
43
43
|
updateDataMemberValue: (target: TreeViewItem<AppTreeItem>, newValue: any) => void;
|
44
|
-
|
44
|
+
setActiveAppTreeItem: (key: string) => void;
|
45
45
|
pasteComponent: (target: AppTreeItem) => void;
|
46
46
|
reloadApp: () => void;
|
47
47
|
updateHistory: () => void;
|
@@ -63,8 +63,8 @@ export declare const useVelcronEditorStore: (newInstanceWithName?: string) => {
|
|
63
63
|
onMutatedSelectedAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<AppTreeItem>>;
|
64
64
|
onMutatingEditorMode: import("@omnia/fx").EventHook<editorModes>;
|
65
65
|
onMutatedEditorMode: import("@omnia/fx").EventHook<editorModes>;
|
66
|
-
|
67
|
-
|
66
|
+
onMutatingActiveAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<any>>;
|
67
|
+
onMutatedActiveAppTreeItem: import("@omnia/fx").EventHook<TreeViewItem<any>>;
|
68
68
|
onMutatingHistory: import("@omnia/fx").EventHook<string[]>;
|
69
69
|
onMutatedHistory: import("@omnia/fx").EventHook<string[]>;
|
70
70
|
onMutatingShowAddComponent: import("@omnia/fx").EventHook<boolean>;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronAppDefinition } from "../../core";
|
1
|
+
import { VelcronAppDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronAppDefinition, VelcronAppDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronAppDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronButtonDefinition } from "../../core";
|
1
|
+
import { VelcronButtonDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronButtonDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronCardDefinition } from "../../core";
|
1
|
+
import { VelcronCardDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronCardDefinition, VelcronCardDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronCardDefinition, VelcronCardDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronCardDefinition, VelcronCardDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronCardDefinition, VelcronCardDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronCardDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronButtonDefinition } from "../../core";
|
1
|
+
import { VelcronButtonDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronButtonDefinition, VelcronButtonDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronButtonDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronCustomComponentDefinition } from "../../core";
|
1
|
+
import { VelcronCustomComponentDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronCustomComponentDefinition, VelcronCustomComponentDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronCustomComponentDefinition, VelcronCustomComponentDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronCustomComponentDefinition, VelcronCustomComponentDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronCustomComponentDefinition, VelcronCustomComponentDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronCustomComponentDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronDialogDefinition } from "../../core";
|
1
|
+
import { VelcronDialogDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronDialogDefinition, VelcronDialogDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronDialogDefinition, VelcronDialogDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronDialogDefinition, VelcronDialogDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronDialogDefinition, VelcronDialogDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronDialogDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,62 +0,0 @@
|
|
1
|
-
import { VelcronFlexViewDefinition } from "../../core";
|
2
|
-
declare const _default: {
|
3
|
-
new (...args: any[]): {
|
4
|
-
$: import("vue").ComponentInternalInstance;
|
5
|
-
$data: {};
|
6
|
-
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
|
-
definition: import("vue").Prop<VelcronFlexViewDefinition, VelcronFlexViewDefinition>;
|
8
|
-
renderContext: import("vue").Prop<import("../../core").VelcronRenderContext, import("../../core").VelcronRenderContext>;
|
9
|
-
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
|
-
$attrs: {
|
11
|
-
[x: string]: unknown;
|
12
|
-
};
|
13
|
-
$refs: {
|
14
|
-
[x: string]: unknown;
|
15
|
-
};
|
16
|
-
$slots: Readonly<{
|
17
|
-
[name: string]: import("vue").Slot;
|
18
|
-
}>;
|
19
|
-
$root: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
20
|
-
$parent: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>;
|
21
|
-
$emit: (event: string, ...args: any[]) => void;
|
22
|
-
$el: any;
|
23
|
-
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
|
-
definition: import("vue").Prop<VelcronFlexViewDefinition, VelcronFlexViewDefinition>;
|
25
|
-
renderContext: import("vue").Prop<import("../../core").VelcronRenderContext, import("../../core").VelcronRenderContext>;
|
26
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
|
-
beforeCreate?: (() => void) | (() => void)[];
|
28
|
-
created?: (() => void) | (() => void)[];
|
29
|
-
beforeMount?: (() => void) | (() => void)[];
|
30
|
-
mounted?: (() => void) | (() => void)[];
|
31
|
-
beforeUpdate?: (() => void) | (() => void)[];
|
32
|
-
updated?: (() => void) | (() => void)[];
|
33
|
-
activated?: (() => void) | (() => void)[];
|
34
|
-
deactivated?: (() => void) | (() => void)[];
|
35
|
-
beforeDestroy?: (() => void) | (() => void)[];
|
36
|
-
beforeUnmount?: (() => void) | (() => void)[];
|
37
|
-
destroyed?: (() => void) | (() => void)[];
|
38
|
-
unmounted?: (() => void) | (() => void)[];
|
39
|
-
renderTracked?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
40
|
-
renderTriggered?: ((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[];
|
41
|
-
errorCaptured?: ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void) | ((err: unknown, instance: import("vue").ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string>, {}>, info: string) => boolean | void)[];
|
42
|
-
};
|
43
|
-
$forceUpdate: () => void;
|
44
|
-
$nextTick: typeof import("vue").nextTick;
|
45
|
-
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
|
-
} & Readonly<import("vue").ExtractPropTypes<{
|
47
|
-
definition: import("vue").Prop<VelcronFlexViewDefinition, VelcronFlexViewDefinition>;
|
48
|
-
renderContext: import("vue").Prop<import("../../core").VelcronRenderContext, import("../../core").VelcronRenderContext>;
|
49
|
-
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
|
-
__isFragment?: never;
|
51
|
-
__isTeleport?: never;
|
52
|
-
__isSuspense?: never;
|
53
|
-
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
|
-
definition: import("vue").Prop<VelcronFlexViewDefinition, VelcronFlexViewDefinition>;
|
55
|
-
renderContext: import("vue").Prop<import("../../core").VelcronRenderContext, import("../../core").VelcronRenderContext>;
|
56
|
-
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
|
-
propsDefinition: Readonly<{} & {
|
58
|
-
definition?: VelcronFlexViewDefinition;
|
59
|
-
renderContext?: import("../../core").VelcronRenderContext;
|
60
|
-
}>;
|
61
|
-
};
|
62
|
-
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronIconDefinition } from "../../core";
|
1
|
+
import { VelcronIconDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronIconDefinition, VelcronIconDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronIconDefinition, VelcronIconDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronIconDefinition, VelcronIconDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronIconDefinition, VelcronIconDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronIconDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronImageDefinition } from "../../core";
|
1
|
+
import { VelcronImageDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronImageDefinition, VelcronImageDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronImageDefinition, VelcronImageDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronImageDefinition, VelcronImageDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronImageDefinition, VelcronImageDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronImageDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|
@@ -1,11 +1,11 @@
|
|
1
|
-
import { VelcronProgressCircleDefinition } from "../../core";
|
1
|
+
import { VelcronProgressCircleDefinition, VelcronRenderContext } from "../../core";
|
2
2
|
declare const _default: {
|
3
3
|
new (...args: any[]): {
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
5
5
|
$data: {};
|
6
6
|
$props: Partial<{}> & Omit<Readonly<import("vue").ExtractPropTypes<{
|
7
7
|
definition: import("vue").Prop<VelcronProgressCircleDefinition, VelcronProgressCircleDefinition>;
|
8
|
-
renderContext: import("vue").Prop<
|
8
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
9
9
|
}>> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, never>;
|
10
10
|
$attrs: {
|
11
11
|
[x: string]: unknown;
|
@@ -22,7 +22,7 @@ declare const _default: {
|
|
22
22
|
$el: any;
|
23
23
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
24
24
|
definition: import("vue").Prop<VelcronProgressCircleDefinition, VelcronProgressCircleDefinition>;
|
25
|
-
renderContext: import("vue").Prop<
|
25
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
26
26
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & {
|
27
27
|
beforeCreate?: (() => void) | (() => void)[];
|
28
28
|
created?: (() => void) | (() => void)[];
|
@@ -45,18 +45,18 @@ declare const _default: {
|
|
45
45
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean>): import("vue").WatchStopHandle;
|
46
46
|
} & Readonly<import("vue").ExtractPropTypes<{
|
47
47
|
definition: import("vue").Prop<VelcronProgressCircleDefinition, VelcronProgressCircleDefinition>;
|
48
|
-
renderContext: import("vue").Prop<
|
48
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
49
49
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
50
50
|
__isFragment?: never;
|
51
51
|
__isTeleport?: never;
|
52
52
|
__isSuspense?: never;
|
53
53
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
54
54
|
definition: import("vue").Prop<VelcronProgressCircleDefinition, VelcronProgressCircleDefinition>;
|
55
|
-
renderContext: import("vue").Prop<
|
55
|
+
renderContext: import("vue").Prop<VelcronRenderContext, VelcronRenderContext>;
|
56
56
|
}>>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & {
|
57
57
|
propsDefinition: Readonly<{} & {
|
58
58
|
definition?: VelcronProgressCircleDefinition;
|
59
|
-
renderContext?:
|
59
|
+
renderContext?: VelcronRenderContext;
|
60
60
|
}>;
|
61
61
|
};
|
62
62
|
export default _default;
|