@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.
Files changed (176) hide show
  1. package/dist/App.vue.d.ts +1 -2
  2. package/dist/assets/data/editor_default_setting.d.ts +1 -8
  3. package/dist/assets/data/editor_preset_menu.d.ts +1 -8
  4. package/dist/components/editor/ControlBar/CaseManger.vue.d.ts +15 -3
  5. package/dist/components/editor/ControlBar/CaseTitleEdit.vue.d.ts +411 -2
  6. package/dist/components/editor/ControlBar/ExportImportDialog.vue.d.ts +2 -3
  7. package/dist/components/editor/ControlBar/MainButton.vue.d.ts +2 -3
  8. package/dist/components/editor/ControlBar/StepButton.vue.d.ts +1 -2
  9. package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.d.ts +1 -2
  10. package/dist/components/editor/DrawingBoard.vue.d.ts +1 -2
  11. package/dist/components/editor/MenuCard/Equipments.vue.d.ts +1 -2
  12. package/dist/components/editor/MenuCard/Layers.vue.d.ts +1 -2
  13. package/dist/components/editor/MenuCard/index.vue.d.ts +1 -2
  14. package/dist/components/editor/OptionCard/Equipment/Base.vue.d.ts +1 -2
  15. package/dist/components/editor/OptionCard/Equipment/DataSets.vue.d.ts +1 -2
  16. package/dist/components/editor/OptionCard/Equipment/Interaction.vue.d.ts +1 -2
  17. package/dist/components/editor/OptionCard/Equipment/Position.vue.d.ts +1 -2
  18. package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.d.ts +1 -2
  19. package/dist/components/editor/OptionCard/Equipment/index.vue.d.ts +1 -2
  20. package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.d.ts +1 -2
  21. package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.d.ts +1 -2
  22. package/dist/components/editor/OptionCard/Equipment/models/SingleJointRobot.vue.d.ts +2 -0
  23. package/dist/components/editor/OptionCard/Scene/Background.vue.d.ts +1 -2
  24. package/dist/components/editor/OptionCard/Scene/index.vue.d.ts +1 -2
  25. package/dist/components/editor/OptionCard/index.vue.d.ts +1 -2
  26. package/dist/components/editor/index.vue.d.ts +13 -4
  27. package/dist/components/index.d.ts +2 -2
  28. package/dist/components/index.js +27281 -4
  29. package/dist/components/preview/index.vue.d.ts +5 -6
  30. package/dist/composables/useStepRecord.d.ts +4 -12
  31. package/dist/constants/options.d.ts +1 -8
  32. package/dist/controller/AppController.d.ts +3 -10
  33. package/dist/controller/EditorController.d.ts +2 -9
  34. package/dist/index.js +1 -1
  35. package/dist/json/cases.json +577 -20
  36. package/dist/locales/i18next.d.ts +1 -1
  37. package/dist/locales/index.d.ts +2 -2
  38. package/dist/locales/index.js +13 -3
  39. package/dist/main.d.ts +0 -3
  40. package/dist/playground/EditPageDemo.vue.d.ts +1 -2
  41. package/dist/playground/ViewPageDemo.vue.d.ts +27 -2
  42. package/dist/stores/useAppStore.d.ts +5 -12
  43. package/dist/stores/useDataStore.d.ts +11 -18
  44. package/dist/stores/useEditorStore.d.ts +20 -27
  45. package/dist/types/app.types.d.ts +1 -1
  46. package/dist/types/base.types.d.ts +1 -1
  47. package/dist/types/components/config.types.d.ts +1 -1
  48. package/dist/types/components/operating.types.d.ts +1 -1
  49. package/dist/types/enums.d.ts +1 -1
  50. package/dist/types/guards.d.ts +5 -12
  51. package/dist/types/index.d.ts +2 -2
  52. package/dist/types/models/config.types.d.ts +49 -47
  53. package/dist/types/models/operating.types.d.ts +53 -53
  54. package/dist/ui/abstract/ComponentAbs.d.ts +2 -9
  55. package/dist/ui/abstract/ModelAbs.d.ts +2 -10
  56. package/dist/ui/components/Entrance.d.ts +1 -8
  57. package/dist/ui/components/Light.d.ts +1 -8
  58. package/dist/ui/components/Progress.d.ts +1 -8
  59. package/dist/ui/components/Resource.d.ts +1 -8
  60. package/dist/ui/components/StationSlot.d.ts +1 -23
  61. package/dist/ui/components/StationSlotGroup.d.ts +1 -8
  62. package/dist/ui/factories/createGlass.d.ts +0 -6
  63. package/dist/ui/factories/createModel.d.ts +2 -9
  64. package/dist/ui/factories/createShadow.d.ts +1 -9
  65. package/dist/ui/factories/createText.d.ts +0 -7
  66. package/dist/ui/models/CleaningMachine.d.ts +1 -1
  67. package/dist/ui/models/DoubleJointRobot.d.ts +19 -20
  68. package/dist/ui/models/LoadingStation.d.ts +1 -1
  69. package/dist/ui/models/MachineTool.d.ts +1 -1
  70. package/dist/ui/models/MarkingMachine.d.ts +1 -1
  71. package/dist/ui/models/Rail.d.ts +1 -1
  72. package/dist/ui/models/ResourceStore.d.ts +1 -1
  73. package/dist/ui/models/SingleJointRobot.d.ts +3 -3
  74. package/dist/ui/shapes/NamePlate.d.ts +0 -7
  75. package/dist/ui/shapes/ScrewHole.d.ts +0 -7
  76. package/dist/ui/shapes/Texture.d.ts +1 -8
  77. package/dist/ui/utils/attr.d.ts +2 -9
  78. package/dist/utils/type-guards.d.ts +1 -1
  79. package/package.json +3 -3
  80. package/dist/App.vue.js +0 -30
  81. package/dist/assets/data/editor_default.d.ts +0 -16
  82. package/dist/assets/data/editor_default.js +0 -59
  83. package/dist/assets/data/editor_default_setting.js +0 -58
  84. package/dist/assets/data/editor_preset.d.ts +0 -9
  85. package/dist/assets/data/editor_preset.js +0 -51
  86. package/dist/assets/data/editor_preset_menu.js +0 -290
  87. package/dist/components/editor/ControlBar/CaseManger.vue.js +0 -465
  88. package/dist/components/editor/ControlBar/CaseTitleEdit.vue.js +0 -108
  89. package/dist/components/editor/ControlBar/ExportImportDialog.vue.js +0 -280
  90. package/dist/components/editor/ControlBar/MainButton.vue.js +0 -183
  91. package/dist/components/editor/ControlBar/StepButton.vue.js +0 -147
  92. package/dist/components/editor/ControlBar/StepRecordVisualizer.vue.js +0 -98
  93. package/dist/components/editor/DrawingBoard.vue.js +0 -31
  94. package/dist/components/editor/MenuCard/Equipments.vue.js +0 -129
  95. package/dist/components/editor/MenuCard/Layers.vue.js +0 -201
  96. package/dist/components/editor/MenuCard/index.vue.js +0 -84
  97. package/dist/components/editor/OptionCard/Equipment/Base.vue.js +0 -96
  98. package/dist/components/editor/OptionCard/Equipment/Binds.vue.d.ts +0 -3
  99. package/dist/components/editor/OptionCard/Equipment/Binds.vue.js +0 -443
  100. package/dist/components/editor/OptionCard/Equipment/Bot.vue.d.ts +0 -3
  101. package/dist/components/editor/OptionCard/Equipment/Bot.vue.js +0 -81
  102. package/dist/components/editor/OptionCard/Equipment/DataSets.vue.js +0 -304
  103. package/dist/components/editor/OptionCard/Equipment/DockStore.vue.d.ts +0 -3
  104. package/dist/components/editor/OptionCard/Equipment/DockStore.vue.js +0 -597
  105. package/dist/components/editor/OptionCard/Equipment/Interaction.vue.js +0 -287
  106. package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.d.ts +0 -3
  107. package/dist/components/editor/OptionCard/Equipment/Position.backup.vue.js +0 -440
  108. package/dist/components/editor/OptionCard/Equipment/Position.vue.js +0 -436
  109. package/dist/components/editor/OptionCard/Equipment/StationSlotGroup.vue.js +0 -1131
  110. package/dist/components/editor/OptionCard/Equipment/Store.vue.d.ts +0 -3
  111. package/dist/components/editor/OptionCard/Equipment/Store.vue.js +0 -453
  112. package/dist/components/editor/OptionCard/Equipment/Trailer.vue.d.ts +0 -3
  113. package/dist/components/editor/OptionCard/Equipment/Trailer.vue.js +0 -1109
  114. package/dist/components/editor/OptionCard/Equipment/index.vue.js +0 -100
  115. package/dist/components/editor/OptionCard/Equipment/models/MachineTool.vue.js +0 -99
  116. package/dist/components/editor/OptionCard/Equipment/models/Rail.vue.js +0 -225
  117. package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.d.ts +0 -3
  118. package/dist/components/editor/OptionCard/Equipment/models/SingleGripperRobot.vue.js +0 -99
  119. package/dist/components/editor/OptionCard/Scene/Background.vue.js +0 -543
  120. package/dist/components/editor/OptionCard/Scene/index.vue.js +0 -200
  121. package/dist/components/editor/OptionCard/index.vue.js +0 -73
  122. package/dist/components/editor/index.vue.js +0 -156
  123. package/dist/components/preview/index.vue.js +0 -104
  124. package/dist/composables/useStepRecord.js +0 -135
  125. package/dist/constants/options.js +0 -55
  126. package/dist/controller/AppController.js +0 -168
  127. package/dist/controller/EditorController.js +0 -173
  128. package/dist/locales/en.js +0 -5
  129. package/dist/locales/i18next.js +0 -6
  130. package/dist/locales/zhCn.js +0 -5
  131. package/dist/main.js +0 -13
  132. package/dist/playground/EditPageDemo.vue.js +0 -57
  133. package/dist/playground/ViewPageDemo.vue.js +0 -277
  134. package/dist/stores/index.js +0 -3
  135. package/dist/stores/useAppStore.js +0 -78
  136. package/dist/stores/useDataStore.js +0 -116
  137. package/dist/stores/useEditorStore.js +0 -263
  138. package/dist/types/app.types.js +0 -2
  139. package/dist/types/base.types.js +0 -1
  140. package/dist/types/components/config.types.js +0 -1
  141. package/dist/types/components/operating.types.js +0 -1
  142. package/dist/types/enums.js +0 -46
  143. package/dist/types/guards.js +0 -28
  144. package/dist/types/index.js +0 -8
  145. package/dist/types/models/config.types.js +0 -1
  146. package/dist/types/models/operating.types.js +0 -1
  147. package/dist/ui/abstract/ComponentAbs.js +0 -64
  148. package/dist/ui/abstract/ModelAbs.js +0 -119
  149. package/dist/ui/components/Entrance.js +0 -83
  150. package/dist/ui/components/Light.js +0 -167
  151. package/dist/ui/components/Progress.js +0 -84
  152. package/dist/ui/components/Resource.js +0 -70
  153. package/dist/ui/components/StationSlot.js +0 -207
  154. package/dist/ui/components/StationSlotGroup.js +0 -110
  155. package/dist/ui/factories/createGlass.js +0 -51
  156. package/dist/ui/factories/createModel.js +0 -35
  157. package/dist/ui/factories/createShadow.js +0 -52
  158. package/dist/ui/factories/createText.js +0 -46
  159. package/dist/ui/models/CleaningMachine.js +0 -141
  160. package/dist/ui/models/DoubleJointRobot.js +0 -545
  161. package/dist/ui/models/LoadingStation.js +0 -167
  162. package/dist/ui/models/MachineTool.js +0 -184
  163. package/dist/ui/models/MarkingMachine.js +0 -148
  164. package/dist/ui/models/Rail.js +0 -117
  165. package/dist/ui/models/ResourceStore.js +0 -101
  166. package/dist/ui/models/SingleBot.d.ts +0 -20
  167. package/dist/ui/models/SingleBot.js +0 -202
  168. package/dist/ui/models/SingleGripperRobot.d.ts +0 -19
  169. package/dist/ui/models/SingleGripperRobot.js +0 -272
  170. package/dist/ui/models/SingleJointRobot.js +0 -346
  171. package/dist/ui/shapes/NamePlate.js +0 -85
  172. package/dist/ui/shapes/ScrewHole.js +0 -57
  173. package/dist/ui/shapes/Texture.js +0 -51
  174. package/dist/ui/utils/attr.js +0 -50
  175. package/dist/utils/index.js +0 -92
  176. package/dist/utils/type-guards.js +0 -105
@@ -1,3 +0,0 @@
1
- declare const _default: typeof __VLS_export;
2
- export default _default;
3
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,453 +0,0 @@
1
- import { ref, toRefs } from 'vue';
2
- //// import { useFmsVisualEditStore } from '@/stores'
3
- //const { selectedEquipment } = toRefs(useFmsVisualEditStore())
4
- const siteTextMapDialogVisible = ref(false);
5
- const siteTextMapDialogTitle = ref();
6
- const siteTextMapDialogTable = ref([]);
7
- let siteTextMapDialogData = null;
8
- const showTraySiteDialog = (title, count, data) => {
9
- siteTextMapDialogVisible.value = true;
10
- siteTextMapDialogTitle.value = title;
11
- const siteTextMap = data.siteTextMap || {};
12
- const list = [];
13
- for (let index = 1; index <= count; index++) {
14
- list.push({
15
- key: index,
16
- value: siteTextMap[index] || ''
17
- });
18
- }
19
- siteTextMapDialogTable.value = list;
20
- siteTextMapDialogData = data;
21
- };
22
- const saveTraySiteDialog = () => {
23
- const temp = {};
24
- siteTextMapDialogTable.value.forEach((element) => {
25
- if (element.value) {
26
- temp[element.key] = element.value;
27
- }
28
- });
29
- siteTextMapDialogData.siteTextMap = Object.keys(temp).length > 0 ? temp : undefined;
30
- siteTextMapDialogVisible.value = false;
31
- siteTextMapDialogData = null;
32
- };
33
- debugger; /* PartiallyEnd: #3632/scriptSetup.vue */
34
- const __VLS_ctx = {
35
- ...{},
36
- ...{},
37
- };
38
- let __VLS_components;
39
- let __VLS_directives;
40
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
41
- ...{ class: "form_group" },
42
- });
43
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
44
- ...{ class: "form_group_title" },
45
- });
46
- __VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({});
47
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
48
- ...{ class: "sameAreaBox" },
49
- });
50
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
51
- ...{ class: "keyVal" },
52
- });
53
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
54
- ...{ class: "key" },
55
- });
56
- __VLS_asFunctionalElement(__VLS_intrinsics.br)({});
57
- __VLS_asFunctionalElement(__VLS_intrinsics.span, __VLS_intrinsics.span)({
58
- ...{ class: "unit" },
59
- });
60
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
61
- ...{ class: "val" },
62
- });
63
- const __VLS_0 = {}.ElInputNumber;
64
- /** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
65
- // @ts-ignore
66
- ElInputNumber;
67
- // @ts-ignore
68
- const __VLS_1 = __VLS_asFunctionalComponent(__VLS_0, new __VLS_0({
69
- modelValue: (__VLS_ctx.selectedEquipment.size),
70
- modelModifiers: { number: true, },
71
- step: (1),
72
- precision: (0),
73
- min: (0),
74
- max: (100),
75
- size: "default",
76
- ...{ style: "width: 100%" },
77
- }));
78
- const __VLS_2 = __VLS_1({
79
- modelValue: (__VLS_ctx.selectedEquipment.size),
80
- modelModifiers: { number: true, },
81
- step: (1),
82
- precision: (0),
83
- min: (0),
84
- max: (100),
85
- size: "default",
86
- ...{ style: "width: 100%" },
87
- }, ...__VLS_functionalComponentArgsRest(__VLS_1));
88
- // @ts-ignore
89
- [selectedEquipment,];
90
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
91
- ...{ class: "keyVal" },
92
- });
93
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
94
- ...{ class: "key" },
95
- });
96
- __VLS_asFunctionalElement(__VLS_intrinsics.br)({});
97
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
98
- ...{ class: "val" },
99
- });
100
- const __VLS_6 = {}.ElInputNumber;
101
- /** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
102
- // @ts-ignore
103
- ElInputNumber;
104
- // @ts-ignore
105
- const __VLS_7 = __VLS_asFunctionalComponent(__VLS_6, new __VLS_6({
106
- modelValue: (__VLS_ctx.selectedEquipment.count),
107
- modelModifiers: { number: true, },
108
- step: (1),
109
- precision: (0),
110
- min: (0),
111
- max: (20),
112
- size: "default",
113
- ...{ style: "width: 100%" },
114
- }));
115
- const __VLS_8 = __VLS_7({
116
- modelValue: (__VLS_ctx.selectedEquipment.count),
117
- modelModifiers: { number: true, },
118
- step: (1),
119
- precision: (0),
120
- min: (0),
121
- max: (20),
122
- size: "default",
123
- ...{ style: "width: 100%" },
124
- }, ...__VLS_functionalComponentArgsRest(__VLS_7));
125
- // @ts-ignore
126
- [selectedEquipment,];
127
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
128
- ...{ class: "keyVal" },
129
- });
130
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
131
- ...{ class: "key" },
132
- });
133
- __VLS_asFunctionalElement(__VLS_intrinsics.br)({});
134
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
135
- ...{ class: "val" },
136
- });
137
- const __VLS_12 = {}.ElInputNumber;
138
- /** @type {[typeof __VLS_components.ElInputNumber, typeof __VLS_components.elInputNumber, ]} */ ;
139
- // @ts-ignore
140
- ElInputNumber;
141
- // @ts-ignore
142
- const __VLS_13 = __VLS_asFunctionalComponent(__VLS_12, new __VLS_12({
143
- modelValue: (__VLS_ctx.selectedEquipment.oneDirectionMaxQuantity),
144
- modelModifiers: { number: true, },
145
- step: (1),
146
- precision: (0),
147
- min: (0),
148
- max: (20),
149
- size: "default",
150
- ...{ style: "width: 100%" },
151
- }));
152
- const __VLS_14 = __VLS_13({
153
- modelValue: (__VLS_ctx.selectedEquipment.oneDirectionMaxQuantity),
154
- modelModifiers: { number: true, },
155
- step: (1),
156
- precision: (0),
157
- min: (0),
158
- max: (20),
159
- size: "default",
160
- ...{ style: "width: 100%" },
161
- }, ...__VLS_functionalComponentArgsRest(__VLS_13));
162
- // @ts-ignore
163
- [selectedEquipment,];
164
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
165
- ...{ class: "keyVal" },
166
- });
167
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
168
- ...{ class: "key" },
169
- });
170
- __VLS_asFunctionalElement(__VLS_intrinsics.br)({});
171
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
172
- ...{ class: "val" },
173
- });
174
- const __VLS_18 = {}.ElSelect;
175
- /** @type {[typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, typeof __VLS_components.ElSelect, typeof __VLS_components.elSelect, ]} */ ;
176
- // @ts-ignore
177
- ElSelect;
178
- // @ts-ignore
179
- const __VLS_19 = __VLS_asFunctionalComponent(__VLS_18, new __VLS_18({
180
- modelValue: (__VLS_ctx.selectedEquipment.flow),
181
- filterable: true,
182
- size: "default",
183
- ...{ style: "width: 100%" },
184
- }));
185
- const __VLS_20 = __VLS_19({
186
- modelValue: (__VLS_ctx.selectedEquipment.flow),
187
- filterable: true,
188
- size: "default",
189
- ...{ style: "width: 100%" },
190
- }, ...__VLS_functionalComponentArgsRest(__VLS_19));
191
- const { default: __VLS_23 } = __VLS_21.slots;
192
- // @ts-ignore
193
- [selectedEquipment,];
194
- const __VLS_24 = {}.ElOption;
195
- /** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
196
- // @ts-ignore
197
- ElOption;
198
- // @ts-ignore
199
- const __VLS_25 = __VLS_asFunctionalComponent(__VLS_24, new __VLS_24({
200
- label: "X 轴",
201
- value: "x",
202
- }));
203
- const __VLS_26 = __VLS_25({
204
- label: "X 轴",
205
- value: "x",
206
- }, ...__VLS_functionalComponentArgsRest(__VLS_25));
207
- const __VLS_30 = {}.ElOption;
208
- /** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
209
- // @ts-ignore
210
- ElOption;
211
- // @ts-ignore
212
- const __VLS_31 = __VLS_asFunctionalComponent(__VLS_30, new __VLS_30({
213
- label: "Y 轴",
214
- value: "y",
215
- }));
216
- const __VLS_32 = __VLS_31({
217
- label: "Y 轴",
218
- value: "y",
219
- }, ...__VLS_functionalComponentArgsRest(__VLS_31));
220
- const __VLS_36 = {}.ElOption;
221
- /** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
222
- // @ts-ignore
223
- ElOption;
224
- // @ts-ignore
225
- const __VLS_37 = __VLS_asFunctionalComponent(__VLS_36, new __VLS_36({
226
- label: "X 轴反转",
227
- value: "x-reverse",
228
- }));
229
- const __VLS_38 = __VLS_37({
230
- label: "X 轴反转",
231
- value: "x-reverse",
232
- }, ...__VLS_functionalComponentArgsRest(__VLS_37));
233
- const __VLS_42 = {}.ElOption;
234
- /** @type {[typeof __VLS_components.ElOption, typeof __VLS_components.elOption, ]} */ ;
235
- // @ts-ignore
236
- ElOption;
237
- // @ts-ignore
238
- const __VLS_43 = __VLS_asFunctionalComponent(__VLS_42, new __VLS_42({
239
- label: "Y 轴反转",
240
- value: "y-reverse",
241
- }));
242
- const __VLS_44 = __VLS_43({
243
- label: "Y 轴反转",
244
- value: "y-reverse",
245
- }, ...__VLS_functionalComponentArgsRest(__VLS_43));
246
- var __VLS_21;
247
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
248
- ...{ class: "keyVal" },
249
- });
250
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
251
- ...{ class: "key" },
252
- });
253
- __VLS_asFunctionalElement(__VLS_intrinsics.br)({});
254
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
255
- ...{ onClick: (...[$event]) => {
256
- __VLS_ctx.showTraySiteDialog('刀具工位编号映射', __VLS_ctx.selectedEquipment.count, __VLS_ctx.selectedEquipment);
257
- // @ts-ignore
258
- [selectedEquipment, selectedEquipment, showTraySiteDialog,];
259
- } },
260
- ...{ class: "val" },
261
- });
262
- const __VLS_48 = {}.ElInput;
263
- /** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
264
- // @ts-ignore
265
- ElInput;
266
- // @ts-ignore
267
- const __VLS_49 = __VLS_asFunctionalComponent(__VLS_48, new __VLS_48({
268
- value: (JSON.stringify(__VLS_ctx.selectedEquipment.siteTextMap)),
269
- readonly: true,
270
- placeholder: "默认值(索引值)",
271
- }));
272
- const __VLS_50 = __VLS_49({
273
- value: (JSON.stringify(__VLS_ctx.selectedEquipment.siteTextMap)),
274
- readonly: true,
275
- placeholder: "默认值(索引值)",
276
- }, ...__VLS_functionalComponentArgsRest(__VLS_49));
277
- // @ts-ignore
278
- [selectedEquipment,];
279
- const __VLS_54 = {}.ElDialog;
280
- /** @type {[typeof __VLS_components.ElDialog, typeof __VLS_components.elDialog, typeof __VLS_components.ElDialog, typeof __VLS_components.elDialog, ]} */ ;
281
- // @ts-ignore
282
- ElDialog;
283
- // @ts-ignore
284
- const __VLS_55 = __VLS_asFunctionalComponent(__VLS_54, new __VLS_54({
285
- modelValue: (__VLS_ctx.siteTextMapDialogVisible),
286
- title: (__VLS_ctx.siteTextMapDialogTitle),
287
- width: "300",
288
- center: true,
289
- appendToBody: (true),
290
- closeOnClickModal: (false),
291
- closeOnPressEscape: (false),
292
- draggable: true,
293
- overflow: true,
294
- }));
295
- const __VLS_56 = __VLS_55({
296
- modelValue: (__VLS_ctx.siteTextMapDialogVisible),
297
- title: (__VLS_ctx.siteTextMapDialogTitle),
298
- width: "300",
299
- center: true,
300
- appendToBody: (true),
301
- closeOnClickModal: (false),
302
- closeOnPressEscape: (false),
303
- draggable: true,
304
- overflow: true,
305
- }, ...__VLS_functionalComponentArgsRest(__VLS_55));
306
- const { default: __VLS_59 } = __VLS_57.slots;
307
- // @ts-ignore
308
- [siteTextMapDialogVisible, siteTextMapDialogTitle,];
309
- const __VLS_60 = {}.ElTable;
310
- /** @type {[typeof __VLS_components.ElTable, typeof __VLS_components.elTable, typeof __VLS_components.ElTable, typeof __VLS_components.elTable, ]} */ ;
311
- // @ts-ignore
312
- ElTable;
313
- // @ts-ignore
314
- const __VLS_61 = __VLS_asFunctionalComponent(__VLS_60, new __VLS_60({
315
- headerCellClassName: "tableData_header_cell",
316
- data: (__VLS_ctx.siteTextMapDialogTable),
317
- size: "small",
318
- scrollbarAlwaysOn: true,
319
- border: true,
320
- }));
321
- const __VLS_62 = __VLS_61({
322
- headerCellClassName: "tableData_header_cell",
323
- data: (__VLS_ctx.siteTextMapDialogTable),
324
- size: "small",
325
- scrollbarAlwaysOn: true,
326
- border: true,
327
- }, ...__VLS_functionalComponentArgsRest(__VLS_61));
328
- const { default: __VLS_65 } = __VLS_63.slots;
329
- // @ts-ignore
330
- [siteTextMapDialogTable,];
331
- const __VLS_66 = {}.ElTableColumn;
332
- /** @type {[typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, ]} */ ;
333
- // @ts-ignore
334
- ElTableColumn;
335
- // @ts-ignore
336
- const __VLS_67 = __VLS_asFunctionalComponent(__VLS_66, new __VLS_66({
337
- prop: "key",
338
- label: "key",
339
- align: "center",
340
- width: "100",
341
- }));
342
- const __VLS_68 = __VLS_67({
343
- prop: "key",
344
- label: "key",
345
- align: "center",
346
- width: "100",
347
- }, ...__VLS_functionalComponentArgsRest(__VLS_67));
348
- const __VLS_72 = {}.ElTableColumn;
349
- /** @type {[typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, typeof __VLS_components.ElTableColumn, typeof __VLS_components.elTableColumn, ]} */ ;
350
- // @ts-ignore
351
- ElTableColumn;
352
- // @ts-ignore
353
- const __VLS_73 = __VLS_asFunctionalComponent(__VLS_72, new __VLS_72({
354
- prop: "value",
355
- label: "value",
356
- align: "center",
357
- }));
358
- const __VLS_74 = __VLS_73({
359
- prop: "value",
360
- label: "value",
361
- align: "center",
362
- }, ...__VLS_functionalComponentArgsRest(__VLS_73));
363
- const { default: __VLS_77 } = __VLS_75.slots;
364
- {
365
- const { default: __VLS_78 } = __VLS_75.slots;
366
- const [scope] = __VLS_getSlotParameters(__VLS_78);
367
- const __VLS_79 = {}.ElInput;
368
- /** @type {[typeof __VLS_components.ElInput, typeof __VLS_components.elInput, ]} */ ;
369
- // @ts-ignore
370
- ElInput;
371
- // @ts-ignore
372
- const __VLS_80 = __VLS_asFunctionalComponent(__VLS_79, new __VLS_79({
373
- modelValue: (scope.row.value),
374
- size: "small",
375
- }));
376
- const __VLS_81 = __VLS_80({
377
- modelValue: (scope.row.value),
378
- size: "small",
379
- }, ...__VLS_functionalComponentArgsRest(__VLS_80));
380
- }
381
- var __VLS_75;
382
- var __VLS_63;
383
- {
384
- const { footer: __VLS_85 } = __VLS_57.slots;
385
- __VLS_asFunctionalElement(__VLS_intrinsics.div, __VLS_intrinsics.div)({
386
- ...{ class: "optionCardDialog_footer" },
387
- });
388
- const __VLS_86 = {}.ElButton;
389
- /** @type {[typeof __VLS_components.ElButton, typeof __VLS_components.elButton, typeof __VLS_components.ElButton, typeof __VLS_components.elButton, ]} */ ;
390
- // @ts-ignore
391
- ElButton;
392
- // @ts-ignore
393
- const __VLS_87 = __VLS_asFunctionalComponent(__VLS_86, new __VLS_86({
394
- ...{ 'onClick': {} },
395
- }));
396
- const __VLS_88 = __VLS_87({
397
- ...{ 'onClick': {} },
398
- }, ...__VLS_functionalComponentArgsRest(__VLS_87));
399
- let __VLS_91;
400
- const __VLS_92 = ({ click: {} },
401
- { onClick: (...[$event]) => {
402
- __VLS_ctx.siteTextMapDialogVisible = false;
403
- // @ts-ignore
404
- [siteTextMapDialogVisible,];
405
- } });
406
- const { default: __VLS_93 } = __VLS_89.slots;
407
- var __VLS_89;
408
- var __VLS_90;
409
- const __VLS_94 = {}.ElButton;
410
- /** @type {[typeof __VLS_components.ElButton, typeof __VLS_components.elButton, typeof __VLS_components.ElButton, typeof __VLS_components.elButton, ]} */ ;
411
- // @ts-ignore
412
- ElButton;
413
- // @ts-ignore
414
- const __VLS_95 = __VLS_asFunctionalComponent(__VLS_94, new __VLS_94({
415
- ...{ 'onClick': {} },
416
- type: "primary",
417
- }));
418
- const __VLS_96 = __VLS_95({
419
- ...{ 'onClick': {} },
420
- type: "primary",
421
- }, ...__VLS_functionalComponentArgsRest(__VLS_95));
422
- let __VLS_99;
423
- const __VLS_100 = ({ click: {} },
424
- { onClick: (__VLS_ctx.saveTraySiteDialog) });
425
- const { default: __VLS_101 } = __VLS_97.slots;
426
- // @ts-ignore
427
- [saveTraySiteDialog,];
428
- var __VLS_97;
429
- var __VLS_98;
430
- }
431
- var __VLS_57;
432
- /** @type {__VLS_StyleScopedClasses['form_group']} */ ;
433
- /** @type {__VLS_StyleScopedClasses['form_group_title']} */ ;
434
- /** @type {__VLS_StyleScopedClasses['sameAreaBox']} */ ;
435
- /** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
436
- /** @type {__VLS_StyleScopedClasses['key']} */ ;
437
- /** @type {__VLS_StyleScopedClasses['unit']} */ ;
438
- /** @type {__VLS_StyleScopedClasses['val']} */ ;
439
- /** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
440
- /** @type {__VLS_StyleScopedClasses['key']} */ ;
441
- /** @type {__VLS_StyleScopedClasses['val']} */ ;
442
- /** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
443
- /** @type {__VLS_StyleScopedClasses['key']} */ ;
444
- /** @type {__VLS_StyleScopedClasses['val']} */ ;
445
- /** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
446
- /** @type {__VLS_StyleScopedClasses['key']} */ ;
447
- /** @type {__VLS_StyleScopedClasses['val']} */ ;
448
- /** @type {__VLS_StyleScopedClasses['keyVal']} */ ;
449
- /** @type {__VLS_StyleScopedClasses['key']} */ ;
450
- /** @type {__VLS_StyleScopedClasses['val']} */ ;
451
- /** @type {__VLS_StyleScopedClasses['optionCardDialog_footer']} */ ;
452
- const __VLS_export = (await import('vue')).defineComponent({});
453
- export default {};
@@ -1,3 +0,0 @@
1
- declare const _default: typeof __VLS_export;
2
- export default _default;
3
- declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;