@jnrs/lingshu-smart 2.2.8 → 2.2.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/App.vue.d.ts +1 -2
- package/dist/assets/data/editor_default_setting.d.ts +1 -8
- package/dist/assets/data/editor_preset_menu.d.ts +1 -8
- package/dist/components/editor/ControlBar/CaseManger.vue.d.ts +15 -3
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +411 -2
- package/dist/components/editor/ControlBar/ExportImportDialog.vue.d.ts +2 -3
- package/dist/components/editor/ControlBar/MainButton.vue.d.ts +2 -3
- package/dist/components/editor/ControlBar/StepButton.vue.d.ts +1 -2
- package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.d.ts +1 -2
- package/dist/components/editor/DrawingBoard.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/Equipments.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/Layers.vue.d.ts +1 -2
- package/dist/components/editor/MenuCard/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Base.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/DataSets.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Interaction.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/Position.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Equipment/models/SingleJointRobot.vue.d.ts +2 -0
- package/dist/components/editor/OptionCard/Scene/Background.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/Scene/index.vue.d.ts +1 -2
- package/dist/components/editor/OptionCard/index.vue.d.ts +1 -2
- package/dist/components/editor/index.vue.d.ts +13 -4
- package/dist/components/index.d.ts +2 -2
- package/dist/components/index.js +27281 -4
- package/dist/components/preview/index.vue.d.ts +5 -6
- package/dist/composables/useStepRecord.d.ts +4 -12
- package/dist/constants/options.d.ts +1 -8
- package/dist/controller/AppController.d.ts +3 -10
- package/dist/controller/EditorController.d.ts +2 -9
- package/dist/index.js +1 -1
- package/dist/json/cases.json +577 -20
- package/dist/locales/i18next.d.ts +1 -1
- package/dist/locales/index.d.ts +2 -2
- package/dist/locales/index.js +13 -3
- package/dist/main.d.ts +0 -3
- package/dist/playground/EditPageDemo.vue.d.ts +1 -2
- package/dist/playground/ViewPageDemo.vue.d.ts +27 -2
- package/dist/stores/useAppStore.d.ts +5 -12
- package/dist/stores/useDataStore.d.ts +11 -18
- package/dist/stores/useEditorStore.d.ts +20 -27
- package/dist/types/app.types.d.ts +1 -1
- package/dist/types/base.types.d.ts +1 -1
- package/dist/types/components/config.types.d.ts +1 -1
- package/dist/types/components/operating.types.d.ts +1 -1
- package/dist/types/enums.d.ts +1 -1
- package/dist/types/guards.d.ts +5 -12
- package/dist/types/index.d.ts +2 -2
- package/dist/types/models/config.types.d.ts +49 -47
- package/dist/types/models/operating.types.d.ts +53 -53
- package/dist/ui/abstract/ComponentAbs.d.ts +2 -9
- package/dist/ui/abstract/ModelAbs.d.ts +2 -10
- package/dist/ui/components/Entrance.d.ts +1 -8
- package/dist/ui/components/Light.d.ts +1 -8
- package/dist/ui/components/Progress.d.ts +1 -8
- package/dist/ui/components/Resource.d.ts +1 -8
- package/dist/ui/components/StationSlot.d.ts +1 -23
- package/dist/ui/components/StationSlotGroup.d.ts +1 -8
- package/dist/ui/factories/createGlass.d.ts +0 -6
- package/dist/ui/factories/createModel.d.ts +2 -9
- package/dist/ui/factories/createShadow.d.ts +1 -9
- package/dist/ui/factories/createText.d.ts +0 -7
- package/dist/ui/models/CleaningMachine.d.ts +1 -1
- package/dist/ui/models/DoubleJointRobot.d.ts +19 -20
- package/dist/ui/models/LoadingStation.d.ts +1 -1
- package/dist/ui/models/MachineTool.d.ts +1 -1
- package/dist/ui/models/MarkingMachine.d.ts +1 -1
- package/dist/ui/models/Rail.d.ts +1 -1
- package/dist/ui/models/ResourceStore.d.ts +1 -1
- package/dist/ui/models/SingleJointRobot.d.ts +3 -3
- package/dist/ui/shapes/NamePlate.d.ts +0 -7
- package/dist/ui/shapes/ScrewHole.d.ts +0 -7
- package/dist/ui/shapes/Texture.d.ts +1 -8
- package/dist/ui/utils/attr.d.ts +2 -9
- package/dist/utils/type-guards.d.ts +1 -1
- package/package.json +3 -3
- package/dist/App.vue.js +0 -30
- package/dist/assets/data/editor_default.d.ts +0 -16
- package/dist/assets/data/editor_default.js +0 -59
- package/dist/assets/data/editor_default_setting.js +0 -58
- package/dist/assets/data/editor_preset.d.ts +0 -9
- package/dist/assets/data/editor_preset.js +0 -51
- package/dist/assets/data/editor_preset_menu.js +0 -290
- package/dist/components/editor/ControlBar/CaseManger.vue.js +0 -465
- package/dist/components/editor/ControlBar/CaseTitleEdit.vue.js +0 -108
- package/dist/components/editor/ControlBar/ExportImportDialog.vue.js +0 -280
- package/dist/components/editor/ControlBar/MainButton.vue.js +0 -183
- package/dist/components/editor/ControlBar/StepButton.vue.js +0 -147
- package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.js +0 -98
- package/dist/components/editor/DrawingBoard.vue.js +0 -31
- package/dist/components/editor/MenuCard/Equipments.vue.js +0 -129
- package/dist/components/editor/MenuCard/Layers.vue.js +0 -201
- package/dist/components/editor/MenuCard/index.vue.js +0 -84
- package/dist/components/editor/OptionCard/Equipment/Base.vue.js +0 -96
- package/dist/components/editor/OptionCard/Equipment/Binds.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Binds.vue.js +0 -443
- package/dist/components/editor/OptionCard/Equipment/Bot.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Bot.vue.js +0 -81
- package/dist/components/editor/OptionCard/Equipment/DataSets.vue.js +0 -304
- package/dist/components/editor/OptionCard/Equipment/DockStore.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/DockStore.vue.js +0 -597
- package/dist/components/editor/OptionCard/Equipment/Interaction.vue.js +0 -287
- package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.js +0 -440
- package/dist/components/editor/OptionCard/Equipment/Position.vue.js +0 -436
- package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.js +0 -1131
- package/dist/components/editor/OptionCard/Equipment/Store.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Store.vue.js +0 -453
- package/dist/components/editor/OptionCard/Equipment/Trailer.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/Trailer.vue.js +0 -1109
- package/dist/components/editor/OptionCard/Equipment/index.vue.js +0 -100
- package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.js +0 -99
- package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.js +0 -225
- package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.d.ts +0 -3
- package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.js +0 -99
- package/dist/components/editor/OptionCard/Scene/Background.vue.js +0 -543
- package/dist/components/editor/OptionCard/Scene/index.vue.js +0 -200
- package/dist/components/editor/OptionCard/index.vue.js +0 -73
- package/dist/components/editor/index.vue.js +0 -156
- package/dist/components/preview/index.vue.js +0 -104
- package/dist/composables/useStepRecord.js +0 -135
- package/dist/constants/options.js +0 -55
- package/dist/controller/AppController.js +0 -168
- package/dist/controller/EditorController.js +0 -173
- package/dist/locales/en.js +0 -5
- package/dist/locales/i18next.js +0 -6
- package/dist/locales/zhCn.js +0 -5
- package/dist/main.js +0 -13
- package/dist/playground/EditPageDemo.vue.js +0 -57
- package/dist/playground/ViewPageDemo.vue.js +0 -277
- package/dist/stores/index.js +0 -3
- package/dist/stores/useAppStore.js +0 -78
- package/dist/stores/useDataStore.js +0 -116
- package/dist/stores/useEditorStore.js +0 -263
- package/dist/types/app.types.js +0 -2
- package/dist/types/base.types.js +0 -1
- package/dist/types/components/config.types.js +0 -1
- package/dist/types/components/operating.types.js +0 -1
- package/dist/types/enums.js +0 -46
- package/dist/types/guards.js +0 -28
- package/dist/types/index.js +0 -8
- package/dist/types/models/config.types.js +0 -1
- package/dist/types/models/operating.types.js +0 -1
- package/dist/ui/abstract/ComponentAbs.js +0 -64
- package/dist/ui/abstract/ModelAbs.js +0 -119
- package/dist/ui/components/Entrance.js +0 -83
- package/dist/ui/components/Light.js +0 -167
- package/dist/ui/components/Progress.js +0 -84
- package/dist/ui/components/Resource.js +0 -70
- package/dist/ui/components/StationSlot.js +0 -207
- package/dist/ui/components/StationSlotGroup.js +0 -110
- package/dist/ui/factories/createGlass.js +0 -51
- package/dist/ui/factories/createModel.js +0 -35
- package/dist/ui/factories/createShadow.js +0 -52
- package/dist/ui/factories/createText.js +0 -46
- package/dist/ui/models/CleaningMachine.js +0 -141
- package/dist/ui/models/DoubleJointRobot.js +0 -545
- package/dist/ui/models/LoadingStation.js +0 -167
- package/dist/ui/models/MachineTool.js +0 -184
- package/dist/ui/models/MarkingMachine.js +0 -148
- package/dist/ui/models/Rail.js +0 -117
- package/dist/ui/models/ResourceStore.js +0 -101
- package/dist/ui/models/SingleBot.d.ts +0 -20
- package/dist/ui/models/SingleBot.js +0 -202
- package/dist/ui/models/SingleGripperRobot.d.ts +0 -19
- package/dist/ui/models/SingleGripperRobot.js +0 -272
- package/dist/ui/models/SingleJointRobot.js +0 -346
- package/dist/ui/shapes/NamePlate.js +0 -85
- package/dist/ui/shapes/ScrewHole.js +0 -57
- package/dist/ui/shapes/Texture.js +0 -51
- package/dist/ui/utils/attr.js +0 -50
- package/dist/utils/index.js +0 -92
- package/dist/utils/type-guards.js +0 -105
package/dist/App.vue.d.ts
CHANGED
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @Author : TanRui
|
|
3
|
-
* @WeChat : Tan578853789
|
|
4
|
-
* @File : editor_default_setting.ts
|
|
5
|
-
* @Date : 2026/01/21
|
|
6
|
-
* @Desc. : 编辑页面的初始值配置
|
|
7
|
-
*/
|
|
8
|
-
import { type ICase, type IModel } from '@/types';
|
|
1
|
+
import { ICase, IModel } from '../../types';
|
|
9
2
|
/**
|
|
10
3
|
* 新方案默认值
|
|
11
4
|
*/
|
|
@@ -1,9 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
* @Author : TanRui
|
|
3
|
-
* @WeChat : Tan578853789
|
|
4
|
-
* @File : editor_preset_menu.ts
|
|
5
|
-
* @Date : 2026/04/02
|
|
6
|
-
* @Desc. : 预设数据配置 - 设备菜单
|
|
7
|
-
*/
|
|
8
|
-
import { type IEquipmentsMenu } from '@/types';
|
|
1
|
+
import { IEquipmentsMenu } from '../../types';
|
|
9
2
|
export declare const EQUIPMENTS_MENU: IEquipmentsMenu[];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ICase } from '../../../types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
/**
|
|
4
4
|
* 加载方案列表
|
|
@@ -11,6 +11,18 @@ type __VLS_Props = {
|
|
|
11
11
|
*/
|
|
12
12
|
saveCases?: (cases?: ICase[]) => void;
|
|
13
13
|
};
|
|
14
|
-
declare const
|
|
15
|
-
|
|
14
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
|
|
15
|
+
exportImportDialogRef: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{}> & Readonly<{}>, {
|
|
16
|
+
showVisible: () => void;
|
|
17
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {}, true, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
|
18
|
+
P: {};
|
|
19
|
+
B: {};
|
|
20
|
+
D: {};
|
|
21
|
+
C: {};
|
|
22
|
+
M: {};
|
|
23
|
+
Defaults: {};
|
|
24
|
+
}, Readonly<{}> & Readonly<{}>, {
|
|
25
|
+
showVisible: () => void;
|
|
26
|
+
}, {}, {}, {}, {}> | null;
|
|
27
|
+
}, any>;
|
|
16
28
|
export default _default;
|
|
@@ -1,3 +1,412 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {
|
|
2
|
+
caseInputRef: ({
|
|
3
|
+
$: import('vue').ComponentInternalInstance;
|
|
4
|
+
$data: {};
|
|
5
|
+
$props: Partial<{
|
|
6
|
+
disabled: boolean;
|
|
7
|
+
tabindex: string | number;
|
|
8
|
+
type: import('element-plus').InputType;
|
|
9
|
+
modelValue: string | number | null;
|
|
10
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
11
|
+
autocomplete: string;
|
|
12
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
13
|
+
wordLimitPosition: "inside" | "outside";
|
|
14
|
+
validateEvent: boolean;
|
|
15
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
16
|
+
rows: number;
|
|
17
|
+
}> & Omit<{
|
|
18
|
+
readonly type: import('element-plus').InputType;
|
|
19
|
+
readonly modelValue: string | number | null;
|
|
20
|
+
readonly validateEvent: boolean;
|
|
21
|
+
readonly autocomplete: string;
|
|
22
|
+
readonly tabindex: string | number;
|
|
23
|
+
readonly inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
24
|
+
readonly modelModifiers: import('element-plus').InputModelModifiers;
|
|
25
|
+
readonly wordLimitPosition: "inside" | "outside";
|
|
26
|
+
readonly rows: number;
|
|
27
|
+
readonly name?: string | undefined;
|
|
28
|
+
readonly disabled?: boolean | undefined;
|
|
29
|
+
readonly id?: string | undefined;
|
|
30
|
+
readonly placeholder?: string | undefined;
|
|
31
|
+
readonly size?: import('element-plus').ComponentSize | undefined;
|
|
32
|
+
readonly form?: string | undefined;
|
|
33
|
+
readonly readonly?: boolean | undefined;
|
|
34
|
+
readonly ariaLabel?: string | undefined;
|
|
35
|
+
readonly inputmode?: "search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal" | undefined;
|
|
36
|
+
readonly clearable?: boolean | undefined;
|
|
37
|
+
readonly clearIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
38
|
+
readonly suffixIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
39
|
+
readonly autofocus?: boolean | undefined;
|
|
40
|
+
readonly maxlength?: string | number | undefined;
|
|
41
|
+
readonly minlength?: string | number | undefined;
|
|
42
|
+
readonly resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
|
|
43
|
+
readonly autosize?: import('element-plus').InputAutoSize | undefined;
|
|
44
|
+
readonly formatter?: ((value: string) => string) | undefined;
|
|
45
|
+
readonly parser?: ((value: string) => string) | undefined;
|
|
46
|
+
readonly showPassword?: boolean | undefined;
|
|
47
|
+
readonly showWordLimit?: boolean | undefined;
|
|
48
|
+
readonly prefixIcon?: import('element-plus/es/utils/index.mjs').IconPropType | undefined;
|
|
49
|
+
readonly containerRole?: string | undefined;
|
|
50
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
51
|
+
onInput?: ((value: string) => any) | undefined | undefined;
|
|
52
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
53
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
54
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
55
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
56
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
57
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
58
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
59
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
60
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
61
|
+
onClear?: (() => any) | undefined | undefined;
|
|
62
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "disabled" | "type" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "tabindex" | "inputStyle" | "modelModifiers" | "wordLimitPosition" | "rows">;
|
|
63
|
+
$attrs: {
|
|
64
|
+
[x: string]: unknown;
|
|
65
|
+
};
|
|
66
|
+
$refs: {
|
|
67
|
+
[x: string]: unknown;
|
|
68
|
+
};
|
|
69
|
+
$slots: Readonly<{
|
|
70
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
|
71
|
+
}>;
|
|
72
|
+
$root: import('vue').ComponentPublicInstance | null;
|
|
73
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
|
74
|
+
$host: Element | null;
|
|
75
|
+
$emit: ((event: "blur", evt: FocusEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "clear") => void) & ((event: "input", value: string) => void) & ((event: "update:modelValue", value: string) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void);
|
|
76
|
+
$el: any;
|
|
77
|
+
$options: import('vue').ComponentOptionsBase<Readonly<import('vue').ExtractPropTypes<{
|
|
78
|
+
name: {
|
|
79
|
+
type: import('vue').PropType<string>;
|
|
80
|
+
};
|
|
81
|
+
disabled: {
|
|
82
|
+
type: import('vue').PropType<boolean>;
|
|
83
|
+
default: undefined;
|
|
84
|
+
};
|
|
85
|
+
type: {
|
|
86
|
+
type: import('vue').PropType<import('element-plus').InputType>;
|
|
87
|
+
default: import('element-plus').InputType;
|
|
88
|
+
};
|
|
89
|
+
id: {
|
|
90
|
+
type: import('vue').PropType<string>;
|
|
91
|
+
};
|
|
92
|
+
placeholder: {
|
|
93
|
+
type: import('vue').PropType<string>;
|
|
94
|
+
};
|
|
95
|
+
size: {
|
|
96
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
97
|
+
};
|
|
98
|
+
form: {
|
|
99
|
+
type: import('vue').PropType<string>;
|
|
100
|
+
};
|
|
101
|
+
modelValue: {
|
|
102
|
+
type: import('vue').PropType<string | number | null>;
|
|
103
|
+
default: "";
|
|
104
|
+
};
|
|
105
|
+
readonly: {
|
|
106
|
+
type: import('vue').PropType<boolean>;
|
|
107
|
+
};
|
|
108
|
+
validateEvent: {
|
|
109
|
+
type: import('vue').PropType<boolean>;
|
|
110
|
+
default: true;
|
|
111
|
+
};
|
|
112
|
+
ariaLabel: {
|
|
113
|
+
type: import('vue').PropType<string>;
|
|
114
|
+
};
|
|
115
|
+
inputmode: {
|
|
116
|
+
type: import('vue').PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
117
|
+
};
|
|
118
|
+
autocomplete: {
|
|
119
|
+
type: import('vue').PropType<string>;
|
|
120
|
+
default: "off";
|
|
121
|
+
};
|
|
122
|
+
clearable: {
|
|
123
|
+
type: import('vue').PropType<boolean>;
|
|
124
|
+
};
|
|
125
|
+
clearIcon: {
|
|
126
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
127
|
+
default: any;
|
|
128
|
+
};
|
|
129
|
+
suffixIcon: {
|
|
130
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
131
|
+
};
|
|
132
|
+
tabindex: {
|
|
133
|
+
type: import('vue').PropType<string | number>;
|
|
134
|
+
default: 0;
|
|
135
|
+
};
|
|
136
|
+
inputStyle: {
|
|
137
|
+
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
138
|
+
default: () => {};
|
|
139
|
+
};
|
|
140
|
+
autofocus: {
|
|
141
|
+
type: import('vue').PropType<boolean>;
|
|
142
|
+
};
|
|
143
|
+
modelModifiers: {
|
|
144
|
+
type: import('vue').PropType<import('element-plus').InputModelModifiers>;
|
|
145
|
+
default: () => {};
|
|
146
|
+
};
|
|
147
|
+
maxlength: {
|
|
148
|
+
type: import('vue').PropType<string | number>;
|
|
149
|
+
};
|
|
150
|
+
minlength: {
|
|
151
|
+
type: import('vue').PropType<string | number>;
|
|
152
|
+
};
|
|
153
|
+
resize: {
|
|
154
|
+
type: import('vue').PropType<"horizontal" | "vertical" | "none" | "both">;
|
|
155
|
+
};
|
|
156
|
+
autosize: {
|
|
157
|
+
type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
158
|
+
};
|
|
159
|
+
formatter: {
|
|
160
|
+
type: import('vue').PropType<(value: string) => string>;
|
|
161
|
+
};
|
|
162
|
+
parser: {
|
|
163
|
+
type: import('vue').PropType<(value: string) => string>;
|
|
164
|
+
};
|
|
165
|
+
showPassword: {
|
|
166
|
+
type: import('vue').PropType<boolean>;
|
|
167
|
+
};
|
|
168
|
+
showWordLimit: {
|
|
169
|
+
type: import('vue').PropType<boolean>;
|
|
170
|
+
};
|
|
171
|
+
wordLimitPosition: {
|
|
172
|
+
type: import('vue').PropType<"inside" | "outside">;
|
|
173
|
+
default: "inside";
|
|
174
|
+
};
|
|
175
|
+
prefixIcon: {
|
|
176
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
177
|
+
};
|
|
178
|
+
containerRole: {
|
|
179
|
+
type: import('vue').PropType<string>;
|
|
180
|
+
};
|
|
181
|
+
rows: {
|
|
182
|
+
type: import('vue').PropType<number>;
|
|
183
|
+
default: 2;
|
|
184
|
+
};
|
|
185
|
+
}>> & {
|
|
186
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
187
|
+
onInput?: ((value: string) => any) | undefined;
|
|
188
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
189
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
190
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
191
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
192
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
193
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
194
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
195
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
196
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
197
|
+
onClear?: (() => any) | undefined;
|
|
198
|
+
}, {
|
|
199
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
200
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
201
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
202
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
203
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize | undefined>;
|
|
204
|
+
isComposing: import('vue').Ref<boolean>;
|
|
205
|
+
focus: () => void | undefined;
|
|
206
|
+
blur: () => void | undefined;
|
|
207
|
+
select: () => void;
|
|
208
|
+
clear: () => void;
|
|
209
|
+
resizeTextarea: () => void;
|
|
210
|
+
}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
211
|
+
input: (value: string) => void;
|
|
212
|
+
focus: (evt: FocusEvent) => void;
|
|
213
|
+
"update:modelValue": (value: string) => void;
|
|
214
|
+
change: (value: string, evt?: Event | undefined) => void;
|
|
215
|
+
clear: () => void;
|
|
216
|
+
blur: (evt: FocusEvent) => void;
|
|
217
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
218
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
219
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
220
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
221
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
222
|
+
mouseleave: (evt: MouseEvent) => void;
|
|
223
|
+
}, string, {
|
|
224
|
+
disabled: boolean;
|
|
225
|
+
tabindex: string | number;
|
|
226
|
+
type: import('element-plus').InputType;
|
|
227
|
+
modelValue: string | number | null;
|
|
228
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
229
|
+
autocomplete: string;
|
|
230
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
231
|
+
wordLimitPosition: "inside" | "outside";
|
|
232
|
+
validateEvent: boolean;
|
|
233
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
234
|
+
rows: number;
|
|
235
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
236
|
+
beforeCreate?: (() => void) | (() => void)[];
|
|
237
|
+
created?: (() => void) | (() => void)[];
|
|
238
|
+
beforeMount?: (() => void) | (() => void)[];
|
|
239
|
+
mounted?: (() => void) | (() => void)[];
|
|
240
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
|
241
|
+
updated?: (() => void) | (() => void)[];
|
|
242
|
+
activated?: (() => void) | (() => void)[];
|
|
243
|
+
deactivated?: (() => void) | (() => void)[];
|
|
244
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
|
245
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
|
246
|
+
destroyed?: (() => void) | (() => void)[];
|
|
247
|
+
unmounted?: (() => void) | (() => void)[];
|
|
248
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
249
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
|
250
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
|
251
|
+
};
|
|
252
|
+
$forceUpdate: () => void;
|
|
253
|
+
$nextTick: typeof import('vue').nextTick;
|
|
254
|
+
$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;
|
|
255
|
+
} & Readonly<{
|
|
256
|
+
disabled: boolean;
|
|
257
|
+
tabindex: string | number;
|
|
258
|
+
type: import('element-plus').InputType;
|
|
259
|
+
modelValue: string | number | null;
|
|
260
|
+
modelModifiers: import('element-plus').InputModelModifiers;
|
|
261
|
+
autocomplete: string;
|
|
262
|
+
clearIcon: import('element-plus/es/utils/index.mjs').IconPropType;
|
|
263
|
+
wordLimitPosition: "inside" | "outside";
|
|
264
|
+
validateEvent: boolean;
|
|
265
|
+
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
266
|
+
rows: number;
|
|
267
|
+
}> & Omit<Readonly<import('vue').ExtractPropTypes<{
|
|
268
|
+
name: {
|
|
269
|
+
type: import('vue').PropType<string>;
|
|
270
|
+
};
|
|
271
|
+
disabled: {
|
|
272
|
+
type: import('vue').PropType<boolean>;
|
|
273
|
+
default: undefined;
|
|
274
|
+
};
|
|
275
|
+
type: {
|
|
276
|
+
type: import('vue').PropType<import('element-plus').InputType>;
|
|
277
|
+
default: import('element-plus').InputType;
|
|
278
|
+
};
|
|
279
|
+
id: {
|
|
280
|
+
type: import('vue').PropType<string>;
|
|
281
|
+
};
|
|
282
|
+
placeholder: {
|
|
283
|
+
type: import('vue').PropType<string>;
|
|
284
|
+
};
|
|
285
|
+
size: {
|
|
286
|
+
type: import('vue').PropType<"" | "small" | "default" | "large">;
|
|
287
|
+
};
|
|
288
|
+
form: {
|
|
289
|
+
type: import('vue').PropType<string>;
|
|
290
|
+
};
|
|
291
|
+
modelValue: {
|
|
292
|
+
type: import('vue').PropType<string | number | null>;
|
|
293
|
+
default: "";
|
|
294
|
+
};
|
|
295
|
+
readonly: {
|
|
296
|
+
type: import('vue').PropType<boolean>;
|
|
297
|
+
};
|
|
298
|
+
validateEvent: {
|
|
299
|
+
type: import('vue').PropType<boolean>;
|
|
300
|
+
default: true;
|
|
301
|
+
};
|
|
302
|
+
ariaLabel: {
|
|
303
|
+
type: import('vue').PropType<string>;
|
|
304
|
+
};
|
|
305
|
+
inputmode: {
|
|
306
|
+
type: import('vue').PropType<"search" | "none" | "text" | "url" | "email" | "tel" | "numeric" | "decimal">;
|
|
307
|
+
};
|
|
308
|
+
autocomplete: {
|
|
309
|
+
type: import('vue').PropType<string>;
|
|
310
|
+
default: "off";
|
|
311
|
+
};
|
|
312
|
+
clearable: {
|
|
313
|
+
type: import('vue').PropType<boolean>;
|
|
314
|
+
};
|
|
315
|
+
clearIcon: {
|
|
316
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
317
|
+
default: any;
|
|
318
|
+
};
|
|
319
|
+
suffixIcon: {
|
|
320
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
321
|
+
};
|
|
322
|
+
tabindex: {
|
|
323
|
+
type: import('vue').PropType<string | number>;
|
|
324
|
+
default: 0;
|
|
325
|
+
};
|
|
326
|
+
inputStyle: {
|
|
327
|
+
type: import('vue').PropType<string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null>;
|
|
328
|
+
default: () => {};
|
|
329
|
+
};
|
|
330
|
+
autofocus: {
|
|
331
|
+
type: import('vue').PropType<boolean>;
|
|
332
|
+
};
|
|
333
|
+
modelModifiers: {
|
|
334
|
+
type: import('vue').PropType<import('element-plus').InputModelModifiers>;
|
|
335
|
+
default: () => {};
|
|
336
|
+
};
|
|
337
|
+
maxlength: {
|
|
338
|
+
type: import('vue').PropType<string | number>;
|
|
339
|
+
};
|
|
340
|
+
minlength: {
|
|
341
|
+
type: import('vue').PropType<string | number>;
|
|
342
|
+
};
|
|
343
|
+
resize: {
|
|
344
|
+
type: import('vue').PropType<"horizontal" | "vertical" | "none" | "both">;
|
|
345
|
+
};
|
|
346
|
+
autosize: {
|
|
347
|
+
type: import('vue').PropType<import('element-plus').InputAutoSize>;
|
|
348
|
+
};
|
|
349
|
+
formatter: {
|
|
350
|
+
type: import('vue').PropType<(value: string) => string>;
|
|
351
|
+
};
|
|
352
|
+
parser: {
|
|
353
|
+
type: import('vue').PropType<(value: string) => string>;
|
|
354
|
+
};
|
|
355
|
+
showPassword: {
|
|
356
|
+
type: import('vue').PropType<boolean>;
|
|
357
|
+
};
|
|
358
|
+
showWordLimit: {
|
|
359
|
+
type: import('vue').PropType<boolean>;
|
|
360
|
+
};
|
|
361
|
+
wordLimitPosition: {
|
|
362
|
+
type: import('vue').PropType<"inside" | "outside">;
|
|
363
|
+
default: "inside";
|
|
364
|
+
};
|
|
365
|
+
prefixIcon: {
|
|
366
|
+
type: import('vue').PropType<import('element-plus/es/utils/index.mjs').IconPropType>;
|
|
367
|
+
};
|
|
368
|
+
containerRole: {
|
|
369
|
+
type: import('vue').PropType<string>;
|
|
370
|
+
};
|
|
371
|
+
rows: {
|
|
372
|
+
type: import('vue').PropType<number>;
|
|
373
|
+
default: 2;
|
|
374
|
+
};
|
|
375
|
+
}>> & {
|
|
376
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
377
|
+
onInput?: ((value: string) => any) | undefined;
|
|
378
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
379
|
+
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
380
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
381
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
382
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
383
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
384
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
385
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
386
|
+
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
387
|
+
onClear?: (() => any) | undefined;
|
|
388
|
+
}, "disabled" | "type" | "blur" | "focus" | "clear" | "input" | "select" | "textarea" | "ref" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "tabindex" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "resizeTextarea"> & import('vue').ShallowUnwrapRef<{
|
|
389
|
+
input: import('vue').ShallowRef<HTMLInputElement | undefined>;
|
|
390
|
+
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined>;
|
|
391
|
+
ref: import('vue').ComputedRef<HTMLInputElement | HTMLTextAreaElement | undefined>;
|
|
392
|
+
textareaStyle: import('vue').ComputedRef<import('vue').StyleValue>;
|
|
393
|
+
autosize: import('vue').Ref<import('element-plus').InputAutoSize | undefined>;
|
|
394
|
+
isComposing: import('vue').Ref<boolean>;
|
|
395
|
+
focus: () => void | undefined;
|
|
396
|
+
blur: () => void | undefined;
|
|
397
|
+
select: () => void;
|
|
398
|
+
clear: () => void;
|
|
399
|
+
resizeTextarea: () => void;
|
|
400
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
401
|
+
$slots: {
|
|
402
|
+
prepend?: (props: {}) => any;
|
|
403
|
+
} & {
|
|
404
|
+
prefix?: (props: {}) => any;
|
|
405
|
+
} & {
|
|
406
|
+
suffix?: (props: {}) => any;
|
|
407
|
+
} & {
|
|
408
|
+
append?: (props: {}) => any;
|
|
409
|
+
};
|
|
410
|
+
}) | null;
|
|
411
|
+
}, any>;
|
|
3
412
|
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
declare const
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {
|
|
2
2
|
showVisible: () => void;
|
|
3
|
-
}, {}, {}, {}, import(
|
|
4
|
-
declare const _default: typeof __VLS_export;
|
|
3
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
5
4
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ICase } from '../../../types';
|
|
2
2
|
type __VLS_Props = {
|
|
3
3
|
/**
|
|
4
4
|
* 跳转到预览页面
|
|
@@ -10,6 +10,5 @@ type __VLS_Props = {
|
|
|
10
10
|
*/
|
|
11
11
|
handleExit?: () => void;
|
|
12
12
|
};
|
|
13
|
-
declare const
|
|
14
|
-
declare const _default: typeof __VLS_export;
|
|
13
|
+
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
14
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -6,6 +6,5 @@ export interface Props {
|
|
|
6
6
|
canRedo: boolean;
|
|
7
7
|
jumpToStep: (step: number) => void;
|
|
8
8
|
}
|
|
9
|
-
declare const
|
|
10
|
-
declare const _default: typeof __VLS_export;
|
|
9
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
10
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLCanvasElement>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
3
2
|
export default _default;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
declare const
|
|
2
|
-
declare const _default: typeof __VLS_export;
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
3
2
|
export default _default;
|