@jnrs/lingshu-smart 2.2.8 → 2.2.10
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
|
@@ -1,597 +0,0 @@
|
|
|
1
|
-
import { toRefs, computed } from 'vue';
|
|
2
|
-
//// import { useFmsVisualEditStore } from '@/stores'
|
|
3
|
-
//const { selectedEquipment } = toRefs(useFmsVisualEditStore())
|
|
4
|
-
const palletStoreData = computed(() => {
|
|
5
|
-
return selectedEquipment.value.palletStoreData;
|
|
6
|
-
});
|
|
7
|
-
const cutterStoreData = computed(() => {
|
|
8
|
-
return selectedEquipment.value.cutterStoreData;
|
|
9
|
-
});
|
|
10
|
-
debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
|
|
11
|
-
const __VLS_ctx = {
|
|
12
|
-
...{},
|
|
13
|
-
...{},
|
|
14
|
-
};
|
|
15
|
-
let __VLS_components;
|
|
16
|
-
let __VLS_directives;
|
|
17
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
18
|
-
...{ class: "form_group" },
|
|
19
|
-
});
|
|
20
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
21
|
-
...{ class: "form_group_title" },
|
|
22
|
-
});
|
|
23
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({});
|
|
24
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
25
|
-
...{ class: "keyVal" },
|
|
26
|
-
});
|
|
27
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
28
|
-
...{ class: "key" },
|
|
29
|
-
});
|
|
30
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
31
|
-
...{ class: "val" },
|
|
32
|
-
});
|
|
33
|
-
const __VLS_0 = {}.ElSelect;
|
|
34
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
35
|
-
// @ts-ignore
|
|
36
|
-
ElSelect;
|
|
37
|
-
// @ts-ignore
|
|
38
|
-
const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({
|
|
39
|
-
modelValue: (__VLS_ctx.selectedEquipment.activeStore),
|
|
40
|
-
valueOnClear: (false),
|
|
41
|
-
filterable: true,
|
|
42
|
-
clearable: true,
|
|
43
|
-
size: "default",
|
|
44
|
-
...{ style: "width: 100%" },
|
|
45
|
-
}));
|
|
46
|
-
const __VLS_2 = __VLS_1({
|
|
47
|
-
modelValue: (__VLS_ctx.selectedEquipment.activeStore),
|
|
48
|
-
valueOnClear: (false),
|
|
49
|
-
filterable: true,
|
|
50
|
-
clearable: true,
|
|
51
|
-
size: "default",
|
|
52
|
-
...{ style: "width: 100%" },
|
|
53
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_1));
|
|
54
|
-
const { default: __VLS_5 } = __VLS_3.slots;
|
|
55
|
-
// @ts-ignore
|
|
56
|
-
[selectedEquipment,];
|
|
57
|
-
const __VLS_6 = {}.ElOption;
|
|
58
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
59
|
-
// @ts-ignore
|
|
60
|
-
ElOption;
|
|
61
|
-
// @ts-ignore
|
|
62
|
-
const __VLS_7 = __VLS_asFunctionalComponent(__VLS_6, new __VLS_6({
|
|
63
|
-
label: "空码头",
|
|
64
|
-
value: (false),
|
|
65
|
-
}));
|
|
66
|
-
const __VLS_8 = __VLS_7({
|
|
67
|
-
label: "空码头",
|
|
68
|
-
value: (false),
|
|
69
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_7));
|
|
70
|
-
const __VLS_12 = {}.ElOption;
|
|
71
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
72
|
-
// @ts-ignore
|
|
73
|
-
ElOption;
|
|
74
|
-
// @ts-ignore
|
|
75
|
-
const __VLS_13 = __VLS_asFunctionalComponent(__VLS_12, new __VLS_12({
|
|
76
|
-
label: "料库",
|
|
77
|
-
value: "PalletStore",
|
|
78
|
-
}));
|
|
79
|
-
const __VLS_14 = __VLS_13({
|
|
80
|
-
label: "料库",
|
|
81
|
-
value: "PalletStore",
|
|
82
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_13));
|
|
83
|
-
const __VLS_18 = {}.ElOption;
|
|
84
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
85
|
-
// @ts-ignore
|
|
86
|
-
ElOption;
|
|
87
|
-
// @ts-ignore
|
|
88
|
-
const __VLS_19 = __VLS_asFunctionalComponent(__VLS_18, new __VLS_18({
|
|
89
|
-
label: "刀库",
|
|
90
|
-
value: "CutterStore",
|
|
91
|
-
}));
|
|
92
|
-
const __VLS_20 = __VLS_19({
|
|
93
|
-
label: "刀库",
|
|
94
|
-
value: "CutterStore",
|
|
95
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_19));
|
|
96
|
-
var __VLS_3;
|
|
97
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
98
|
-
...{ class: "sameAreaBox" },
|
|
99
|
-
});
|
|
100
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
101
|
-
...{ class: "keyVal" },
|
|
102
|
-
});
|
|
103
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
104
|
-
...{ class: "key" },
|
|
105
|
-
});
|
|
106
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
107
|
-
...{ class: "val" },
|
|
108
|
-
});
|
|
109
|
-
const __VLS_24 = {}.ElInput;
|
|
110
|
-
/** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
|
|
111
|
-
// @ts-ignore
|
|
112
|
-
ElInput;
|
|
113
|
-
// @ts-ignore
|
|
114
|
-
const __VLS_25 = __VLS_asFunctionalComponent(__VLS_24, new __VLS_24({
|
|
115
|
-
modelValue: (__VLS_ctx.palletStoreData.nameplate),
|
|
116
|
-
maxlength: "10",
|
|
117
|
-
type: "text",
|
|
118
|
-
size: "default",
|
|
119
|
-
...{ style: "width: 100%" },
|
|
120
|
-
}));
|
|
121
|
-
const __VLS_26 = __VLS_25({
|
|
122
|
-
modelValue: (__VLS_ctx.palletStoreData.nameplate),
|
|
123
|
-
maxlength: "10",
|
|
124
|
-
type: "text",
|
|
125
|
-
size: "default",
|
|
126
|
-
...{ style: "width: 100%" },
|
|
127
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_25));
|
|
128
|
-
// @ts-ignore
|
|
129
|
-
[palletStoreData,];
|
|
130
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
131
|
-
...{ class: "keyVal" },
|
|
132
|
-
});
|
|
133
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
134
|
-
...{ class: "key" },
|
|
135
|
-
});
|
|
136
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
137
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
138
|
-
...{ class: "unit" },
|
|
139
|
-
});
|
|
140
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
141
|
-
...{ class: "val" },
|
|
142
|
-
});
|
|
143
|
-
const __VLS_30 = {}.ElInputNumber;
|
|
144
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
145
|
-
// @ts-ignore
|
|
146
|
-
ElInputNumber;
|
|
147
|
-
// @ts-ignore
|
|
148
|
-
const __VLS_31 = __VLS_asFunctionalComponent(__VLS_30, new __VLS_30({
|
|
149
|
-
modelValue: (__VLS_ctx.palletStoreData.size),
|
|
150
|
-
modelModifiers: { number: true, },
|
|
151
|
-
step: (1),
|
|
152
|
-
precision: (0),
|
|
153
|
-
min: (0),
|
|
154
|
-
max: (100),
|
|
155
|
-
size: "default",
|
|
156
|
-
...{ style: "width: 100%" },
|
|
157
|
-
}));
|
|
158
|
-
const __VLS_32 = __VLS_31({
|
|
159
|
-
modelValue: (__VLS_ctx.palletStoreData.size),
|
|
160
|
-
modelModifiers: { number: true, },
|
|
161
|
-
step: (1),
|
|
162
|
-
precision: (0),
|
|
163
|
-
min: (0),
|
|
164
|
-
max: (100),
|
|
165
|
-
size: "default",
|
|
166
|
-
...{ style: "width: 100%" },
|
|
167
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_31));
|
|
168
|
-
// @ts-ignore
|
|
169
|
-
[palletStoreData,];
|
|
170
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
171
|
-
...{ class: "keyVal" },
|
|
172
|
-
});
|
|
173
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
174
|
-
...{ class: "key" },
|
|
175
|
-
});
|
|
176
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
177
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
178
|
-
...{ class: "val" },
|
|
179
|
-
});
|
|
180
|
-
const __VLS_36 = {}.ElInputNumber;
|
|
181
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
182
|
-
// @ts-ignore
|
|
183
|
-
ElInputNumber;
|
|
184
|
-
// @ts-ignore
|
|
185
|
-
const __VLS_37 = __VLS_asFunctionalComponent(__VLS_36, new __VLS_36({
|
|
186
|
-
modelValue: (__VLS_ctx.palletStoreData.count),
|
|
187
|
-
modelModifiers: { number: true, },
|
|
188
|
-
step: (1),
|
|
189
|
-
precision: (0),
|
|
190
|
-
min: (0),
|
|
191
|
-
max: (20),
|
|
192
|
-
size: "default",
|
|
193
|
-
...{ style: "width: 100%" },
|
|
194
|
-
}));
|
|
195
|
-
const __VLS_38 = __VLS_37({
|
|
196
|
-
modelValue: (__VLS_ctx.palletStoreData.count),
|
|
197
|
-
modelModifiers: { number: true, },
|
|
198
|
-
step: (1),
|
|
199
|
-
precision: (0),
|
|
200
|
-
min: (0),
|
|
201
|
-
max: (20),
|
|
202
|
-
size: "default",
|
|
203
|
-
...{ style: "width: 100%" },
|
|
204
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_37));
|
|
205
|
-
// @ts-ignore
|
|
206
|
-
[palletStoreData,];
|
|
207
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
208
|
-
...{ class: "keyVal" },
|
|
209
|
-
});
|
|
210
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
211
|
-
...{ class: "key" },
|
|
212
|
-
});
|
|
213
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
214
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
215
|
-
...{ class: "val" },
|
|
216
|
-
});
|
|
217
|
-
const __VLS_42 = {}.ElInputNumber;
|
|
218
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
219
|
-
// @ts-ignore
|
|
220
|
-
ElInputNumber;
|
|
221
|
-
// @ts-ignore
|
|
222
|
-
const __VLS_43 = __VLS_asFunctionalComponent(__VLS_42, new __VLS_42({
|
|
223
|
-
modelValue: (__VLS_ctx.palletStoreData.oneDirectionMaxQuantity),
|
|
224
|
-
modelModifiers: { number: true, },
|
|
225
|
-
step: (1),
|
|
226
|
-
precision: (0),
|
|
227
|
-
min: (0),
|
|
228
|
-
max: (20),
|
|
229
|
-
size: "default",
|
|
230
|
-
...{ style: "width: 100%" },
|
|
231
|
-
}));
|
|
232
|
-
const __VLS_44 = __VLS_43({
|
|
233
|
-
modelValue: (__VLS_ctx.palletStoreData.oneDirectionMaxQuantity),
|
|
234
|
-
modelModifiers: { number: true, },
|
|
235
|
-
step: (1),
|
|
236
|
-
precision: (0),
|
|
237
|
-
min: (0),
|
|
238
|
-
max: (20),
|
|
239
|
-
size: "default",
|
|
240
|
-
...{ style: "width: 100%" },
|
|
241
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_43));
|
|
242
|
-
// @ts-ignore
|
|
243
|
-
[palletStoreData,];
|
|
244
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
245
|
-
...{ class: "keyVal" },
|
|
246
|
-
});
|
|
247
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
248
|
-
...{ class: "key" },
|
|
249
|
-
});
|
|
250
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
251
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
252
|
-
...{ class: "val" },
|
|
253
|
-
});
|
|
254
|
-
const __VLS_48 = {}.ElSelect;
|
|
255
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
256
|
-
// @ts-ignore
|
|
257
|
-
ElSelect;
|
|
258
|
-
// @ts-ignore
|
|
259
|
-
const __VLS_49 = __VLS_asFunctionalComponent(__VLS_48, new __VLS_48({
|
|
260
|
-
modelValue: (__VLS_ctx.palletStoreData.flow),
|
|
261
|
-
filterable: true,
|
|
262
|
-
size: "default",
|
|
263
|
-
...{ style: "width: 100%" },
|
|
264
|
-
}));
|
|
265
|
-
const __VLS_50 = __VLS_49({
|
|
266
|
-
modelValue: (__VLS_ctx.palletStoreData.flow),
|
|
267
|
-
filterable: true,
|
|
268
|
-
size: "default",
|
|
269
|
-
...{ style: "width: 100%" },
|
|
270
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_49));
|
|
271
|
-
const { default: __VLS_53 } = __VLS_51.slots;
|
|
272
|
-
// @ts-ignore
|
|
273
|
-
[palletStoreData,];
|
|
274
|
-
const __VLS_54 = {}.ElOption;
|
|
275
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
276
|
-
// @ts-ignore
|
|
277
|
-
ElOption;
|
|
278
|
-
// @ts-ignore
|
|
279
|
-
const __VLS_55 = __VLS_asFunctionalComponent(__VLS_54, new __VLS_54({
|
|
280
|
-
label: "X 轴",
|
|
281
|
-
value: "x",
|
|
282
|
-
}));
|
|
283
|
-
const __VLS_56 = __VLS_55({
|
|
284
|
-
label: "X 轴",
|
|
285
|
-
value: "x",
|
|
286
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_55));
|
|
287
|
-
const __VLS_60 = {}.ElOption;
|
|
288
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
289
|
-
// @ts-ignore
|
|
290
|
-
ElOption;
|
|
291
|
-
// @ts-ignore
|
|
292
|
-
const __VLS_61 = __VLS_asFunctionalComponent(__VLS_60, new __VLS_60({
|
|
293
|
-
label: "Y 轴",
|
|
294
|
-
value: "y",
|
|
295
|
-
}));
|
|
296
|
-
const __VLS_62 = __VLS_61({
|
|
297
|
-
label: "Y 轴",
|
|
298
|
-
value: "y",
|
|
299
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_61));
|
|
300
|
-
const __VLS_66 = {}.ElOption;
|
|
301
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
302
|
-
// @ts-ignore
|
|
303
|
-
ElOption;
|
|
304
|
-
// @ts-ignore
|
|
305
|
-
const __VLS_67 = __VLS_asFunctionalComponent(__VLS_66, new __VLS_66({
|
|
306
|
-
label: "X 轴反转",
|
|
307
|
-
value: "x-reverse",
|
|
308
|
-
}));
|
|
309
|
-
const __VLS_68 = __VLS_67({
|
|
310
|
-
label: "X 轴反转",
|
|
311
|
-
value: "x-reverse",
|
|
312
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_67));
|
|
313
|
-
const __VLS_72 = {}.ElOption;
|
|
314
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
315
|
-
// @ts-ignore
|
|
316
|
-
ElOption;
|
|
317
|
-
// @ts-ignore
|
|
318
|
-
const __VLS_73 = __VLS_asFunctionalComponent(__VLS_72, new __VLS_72({
|
|
319
|
-
label: "Y 轴反转",
|
|
320
|
-
value: "y-reverse",
|
|
321
|
-
}));
|
|
322
|
-
const __VLS_74 = __VLS_73({
|
|
323
|
-
label: "Y 轴反转",
|
|
324
|
-
value: "y-reverse",
|
|
325
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_73));
|
|
326
|
-
var __VLS_51;
|
|
327
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
328
|
-
...{ class: "sameAreaBox" },
|
|
329
|
-
});
|
|
330
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
331
|
-
...{ class: "keyVal" },
|
|
332
|
-
});
|
|
333
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
334
|
-
...{ class: "key" },
|
|
335
|
-
});
|
|
336
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
337
|
-
...{ class: "val" },
|
|
338
|
-
});
|
|
339
|
-
const __VLS_78 = {}.ElInput;
|
|
340
|
-
/** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
|
|
341
|
-
// @ts-ignore
|
|
342
|
-
ElInput;
|
|
343
|
-
// @ts-ignore
|
|
344
|
-
const __VLS_79 = __VLS_asFunctionalComponent(__VLS_78, new __VLS_78({
|
|
345
|
-
modelValue: (__VLS_ctx.cutterStoreData.nameplate),
|
|
346
|
-
maxlength: "10",
|
|
347
|
-
type: "text",
|
|
348
|
-
size: "default",
|
|
349
|
-
...{ style: "width: 100%" },
|
|
350
|
-
}));
|
|
351
|
-
const __VLS_80 = __VLS_79({
|
|
352
|
-
modelValue: (__VLS_ctx.cutterStoreData.nameplate),
|
|
353
|
-
maxlength: "10",
|
|
354
|
-
type: "text",
|
|
355
|
-
size: "default",
|
|
356
|
-
...{ style: "width: 100%" },
|
|
357
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_79));
|
|
358
|
-
// @ts-ignore
|
|
359
|
-
[cutterStoreData,];
|
|
360
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
361
|
-
...{ class: "keyVal" },
|
|
362
|
-
});
|
|
363
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
364
|
-
...{ class: "key" },
|
|
365
|
-
});
|
|
366
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
367
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
|
|
368
|
-
...{ class: "unit" },
|
|
369
|
-
});
|
|
370
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
371
|
-
...{ class: "val" },
|
|
372
|
-
});
|
|
373
|
-
const __VLS_84 = {}.ElInputNumber;
|
|
374
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
375
|
-
// @ts-ignore
|
|
376
|
-
ElInputNumber;
|
|
377
|
-
// @ts-ignore
|
|
378
|
-
const __VLS_85 = __VLS_asFunctionalComponent(__VLS_84, new __VLS_84({
|
|
379
|
-
modelValue: (__VLS_ctx.cutterStoreData.size),
|
|
380
|
-
modelModifiers: { number: true, },
|
|
381
|
-
step: (1),
|
|
382
|
-
precision: (0),
|
|
383
|
-
min: (0),
|
|
384
|
-
max: (100),
|
|
385
|
-
size: "default",
|
|
386
|
-
...{ style: "width: 100%" },
|
|
387
|
-
}));
|
|
388
|
-
const __VLS_86 = __VLS_85({
|
|
389
|
-
modelValue: (__VLS_ctx.cutterStoreData.size),
|
|
390
|
-
modelModifiers: { number: true, },
|
|
391
|
-
step: (1),
|
|
392
|
-
precision: (0),
|
|
393
|
-
min: (0),
|
|
394
|
-
max: (100),
|
|
395
|
-
size: "default",
|
|
396
|
-
...{ style: "width: 100%" },
|
|
397
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_85));
|
|
398
|
-
// @ts-ignore
|
|
399
|
-
[cutterStoreData,];
|
|
400
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
401
|
-
...{ class: "keyVal" },
|
|
402
|
-
});
|
|
403
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
404
|
-
...{ class: "key" },
|
|
405
|
-
});
|
|
406
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
407
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
408
|
-
...{ class: "val" },
|
|
409
|
-
});
|
|
410
|
-
const __VLS_90 = {}.ElInputNumber;
|
|
411
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
412
|
-
// @ts-ignore
|
|
413
|
-
ElInputNumber;
|
|
414
|
-
// @ts-ignore
|
|
415
|
-
const __VLS_91 = __VLS_asFunctionalComponent(__VLS_90, new __VLS_90({
|
|
416
|
-
modelValue: (__VLS_ctx.cutterStoreData.count),
|
|
417
|
-
modelModifiers: { number: true, },
|
|
418
|
-
step: (1),
|
|
419
|
-
precision: (0),
|
|
420
|
-
min: (0),
|
|
421
|
-
max: (20),
|
|
422
|
-
size: "default",
|
|
423
|
-
...{ style: "width: 100%" },
|
|
424
|
-
}));
|
|
425
|
-
const __VLS_92 = __VLS_91({
|
|
426
|
-
modelValue: (__VLS_ctx.cutterStoreData.count),
|
|
427
|
-
modelModifiers: { number: true, },
|
|
428
|
-
step: (1),
|
|
429
|
-
precision: (0),
|
|
430
|
-
min: (0),
|
|
431
|
-
max: (20),
|
|
432
|
-
size: "default",
|
|
433
|
-
...{ style: "width: 100%" },
|
|
434
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_91));
|
|
435
|
-
// @ts-ignore
|
|
436
|
-
[cutterStoreData,];
|
|
437
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
438
|
-
...{ class: "keyVal" },
|
|
439
|
-
});
|
|
440
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
441
|
-
...{ class: "key" },
|
|
442
|
-
});
|
|
443
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
444
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
445
|
-
...{ class: "val" },
|
|
446
|
-
});
|
|
447
|
-
const __VLS_96 = {}.ElInputNumber;
|
|
448
|
-
/** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
|
|
449
|
-
// @ts-ignore
|
|
450
|
-
ElInputNumber;
|
|
451
|
-
// @ts-ignore
|
|
452
|
-
const __VLS_97 = __VLS_asFunctionalComponent(__VLS_96, new __VLS_96({
|
|
453
|
-
modelValue: (__VLS_ctx.cutterStoreData.oneDirectionMaxQuantity),
|
|
454
|
-
modelModifiers: { number: true, },
|
|
455
|
-
step: (1),
|
|
456
|
-
precision: (0),
|
|
457
|
-
min: (0),
|
|
458
|
-
max: (20),
|
|
459
|
-
size: "default",
|
|
460
|
-
...{ style: "width: 100%" },
|
|
461
|
-
}));
|
|
462
|
-
const __VLS_98 = __VLS_97({
|
|
463
|
-
modelValue: (__VLS_ctx.cutterStoreData.oneDirectionMaxQuantity),
|
|
464
|
-
modelModifiers: { number: true, },
|
|
465
|
-
step: (1),
|
|
466
|
-
precision: (0),
|
|
467
|
-
min: (0),
|
|
468
|
-
max: (20),
|
|
469
|
-
size: "default",
|
|
470
|
-
...{ style: "width: 100%" },
|
|
471
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_97));
|
|
472
|
-
// @ts-ignore
|
|
473
|
-
[cutterStoreData,];
|
|
474
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
475
|
-
...{ class: "keyVal" },
|
|
476
|
-
});
|
|
477
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
478
|
-
...{ class: "key" },
|
|
479
|
-
});
|
|
480
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.br)({});
|
|
481
|
-
__VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
|
|
482
|
-
...{ class: "val" },
|
|
483
|
-
});
|
|
484
|
-
const __VLS_102 = {}.ElSelect;
|
|
485
|
-
/** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
|
|
486
|
-
// @ts-ignore
|
|
487
|
-
ElSelect;
|
|
488
|
-
// @ts-ignore
|
|
489
|
-
const __VLS_103 = __VLS_asFunctionalComponent(__VLS_102, new __VLS_102({
|
|
490
|
-
modelValue: (__VLS_ctx.cutterStoreData.flow),
|
|
491
|
-
filterable: true,
|
|
492
|
-
size: "default",
|
|
493
|
-
...{ style: "width: 100%" },
|
|
494
|
-
}));
|
|
495
|
-
const __VLS_104 = __VLS_103({
|
|
496
|
-
modelValue: (__VLS_ctx.cutterStoreData.flow),
|
|
497
|
-
filterable: true,
|
|
498
|
-
size: "default",
|
|
499
|
-
...{ style: "width: 100%" },
|
|
500
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_103));
|
|
501
|
-
const { default: __VLS_107 } = __VLS_105.slots;
|
|
502
|
-
// @ts-ignore
|
|
503
|
-
[cutterStoreData,];
|
|
504
|
-
const __VLS_108 = {}.ElOption;
|
|
505
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
506
|
-
// @ts-ignore
|
|
507
|
-
ElOption;
|
|
508
|
-
// @ts-ignore
|
|
509
|
-
const __VLS_109 = __VLS_asFunctionalComponent(__VLS_108, new __VLS_108({
|
|
510
|
-
label: "X 轴",
|
|
511
|
-
value: "x",
|
|
512
|
-
}));
|
|
513
|
-
const __VLS_110 = __VLS_109({
|
|
514
|
-
label: "X 轴",
|
|
515
|
-
value: "x",
|
|
516
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_109));
|
|
517
|
-
const __VLS_114 = {}.ElOption;
|
|
518
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
519
|
-
// @ts-ignore
|
|
520
|
-
ElOption;
|
|
521
|
-
// @ts-ignore
|
|
522
|
-
const __VLS_115 = __VLS_asFunctionalComponent(__VLS_114, new __VLS_114({
|
|
523
|
-
label: "Y 轴",
|
|
524
|
-
value: "y",
|
|
525
|
-
}));
|
|
526
|
-
const __VLS_116 = __VLS_115({
|
|
527
|
-
label: "Y 轴",
|
|
528
|
-
value: "y",
|
|
529
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_115));
|
|
530
|
-
const __VLS_120 = {}.ElOption;
|
|
531
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
532
|
-
// @ts-ignore
|
|
533
|
-
ElOption;
|
|
534
|
-
// @ts-ignore
|
|
535
|
-
const __VLS_121 = __VLS_asFunctionalComponent(__VLS_120, new __VLS_120({
|
|
536
|
-
label: "X 轴反转",
|
|
537
|
-
value: "x-reverse",
|
|
538
|
-
}));
|
|
539
|
-
const __VLS_122 = __VLS_121({
|
|
540
|
-
label: "X 轴反转",
|
|
541
|
-
value: "x-reverse",
|
|
542
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_121));
|
|
543
|
-
const __VLS_126 = {}.ElOption;
|
|
544
|
-
/** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
|
|
545
|
-
// @ts-ignore
|
|
546
|
-
ElOption;
|
|
547
|
-
// @ts-ignore
|
|
548
|
-
const __VLS_127 = __VLS_asFunctionalComponent(__VLS_126, new __VLS_126({
|
|
549
|
-
label: "Y 轴反转",
|
|
550
|
-
value: "y-reverse",
|
|
551
|
-
}));
|
|
552
|
-
const __VLS_128 = __VLS_127({
|
|
553
|
-
label: "Y 轴反转",
|
|
554
|
-
value: "y-reverse",
|
|
555
|
-
}, ...__VLS_functionalComponentArgsRest(__VLS_127));
|
|
556
|
-
var __VLS_105;
|
|
557
|
-
/** @type {__VLS_StyleScopedClasses['form_group']} */ ;
|
|
558
|
-
/** @type {__VLS_StyleScopedClasses['form_group_title']} */ ;
|
|
559
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
560
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
561
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
562
|
-
/** @type {__VLS_StyleScopedClasses['sameAreaBox']} */ ;
|
|
563
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
564
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
565
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
566
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
567
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
568
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
569
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
570
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
571
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
572
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
573
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
574
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
575
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
576
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
577
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
578
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
579
|
-
/** @type {__VLS_StyleScopedClasses['sameAreaBox']} */ ;
|
|
580
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
581
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
582
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
583
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
584
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
585
|
-
/** @type {__VLS_StyleScopedClasses['unit']} */ ;
|
|
586
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
587
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
588
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
589
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
590
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
591
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
592
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
593
|
-
/** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
|
|
594
|
-
/** @type {__VLS_StyleScopedClasses['key']} */ ;
|
|
595
|
-
/** @type {__VLS_StyleScopedClasses['val']} */ ;
|
|
596
|
-
const __VLS_export = (await import('vue')).defineComponent({});
|
|
597
|
-
export default {};
|