@kengic/vue 0.30.1-beta.7 → 0.30.1-beta.71
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/CHANGELOG.md +10 -1
- package/README.md +4 -3
- package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
- package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
- package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +157798 -140907
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/palette-swatch-variant.f7258843.mjs +8 -0
- package/dist/partition-outlined.1bcf4f37.mjs +8 -0
- package/dist/pause-rounded.1ed7cc39.mjs +8 -0
- package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/component/KgButton/KgButton.event.d.ts +21 -21
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +9 -9
- package/dist/src/component/KgButton/KgButton.store.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +48 -11
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +34 -6
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
- package/dist/src/component/KgCanvas/index.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
- package/dist/src/component/KgForm/KgForm.d.ts +39 -39
- package/dist/src/component/KgForm/KgForm.hooks.d.ts +2 -2
- package/dist/src/component/KgForm/KgForm.store.d.ts +4 -4
- package/dist/src/component/KgForm/index.d.ts +52 -52
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +40 -38
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
- package/dist/src/component/KgImage/KgImage.d.ts +6 -6
- package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
- package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +20 -20
- package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
- package/dist/src/component/KgModal02/KgModal02.d.ts +476 -0
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
- package/dist/src/component/KgModal02/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSearch/KgSearch.event.d.ts +12 -12
- package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +6 -6
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +26 -26
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +93 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1502 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +474 -0
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +26 -21
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +48 -16
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
- package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.Setting.VarGridMaster.SaveAs.d.ts +4 -0
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +5 -6
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.event.d.ts +41 -31
- package/dist/src/component/KgTable/KgTable.hooks.d.ts +19 -15
- package/dist/src/component/KgTable/KgTable.model.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +32 -3
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +57 -31
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +31 -1
- package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
- package/dist/src/component/KgVar/KgVar.d.ts +23 -17
- package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
- package/dist/src/component/KgVar/index.d.ts +1 -1
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/index.d.ts +3 -0
- package/dist/src/config/config.store.d.ts +9 -5
- package/dist/src/config/index.d.ts +19 -13
- package/dist/src/const/const.model.d.ts +530 -11
- package/dist/src/const/form-id.const.d.ts +22 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/cs_CZ.d.ts +1 -300
- package/dist/src/i18n/en.d.ts +234 -297
- package/dist/src/i18n/es_ES.d.ts +1 -299
- package/dist/src/i18n/fr_FR.d.ts +1 -299
- package/dist/src/i18n/i18n.setup.d.ts +2 -2
- package/dist/src/i18n/km_KH.d.ts +1 -299
- package/dist/src/i18n/ko_KR.d.ts +1 -299
- package/dist/src/i18n/vi_VN.d.ts +1 -299
- package/dist/src/i18n/zh_CN.d.ts +235 -298
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/hooks/index.d.ts +0 -1
- package/dist/src/project/src/locales/useLocale.d.ts +1 -0
- package/dist/src/project/src/router/types.d.ts +19 -0
- package/dist/src/project/src/utils/env.d.ts +4 -19
- package/dist/src/project/types/config.d.ts +10 -2
- package/dist/src/service/http-client.d.ts +5 -1
- package/dist/src/util/ant-design-vue.d.ts +16 -16
- package/dist/src/util/kg-auth.util.d.ts +7 -6
- package/dist/src/util/kg-route.util.d.ts +9 -9
- package/dist/src/util/kg.util.d.ts +2 -2
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +11 -9
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
- package/dist/src/component/KgTable/components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts +0 -5
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- package/dist/src/project/src/hooks/web/useI18n.d.ts +0 -13
- /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.HeadCell.d.ts → KgTable.HeadCell.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
package/dist/src/i18n/zh_CN.d.ts
CHANGED
|
@@ -1,301 +1,238 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
kg:
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
right: string;
|
|
238
|
-
};
|
|
239
|
-
KgVarConfigSelectFormIdModal: {
|
|
240
|
-
title: string;
|
|
241
|
-
};
|
|
242
|
-
KgWarehouse: {
|
|
243
|
-
reloadMessage: string;
|
|
244
|
-
selectWarehouse: string;
|
|
245
|
-
title: string;
|
|
246
|
-
warehouse: string;
|
|
247
|
-
};
|
|
248
|
-
action: string;
|
|
249
|
-
add: string;
|
|
250
|
-
allUser: string;
|
|
251
|
-
asc: string;
|
|
252
|
-
button: string;
|
|
253
|
-
cancel: string;
|
|
254
|
-
close: string;
|
|
255
|
-
confirm: string;
|
|
256
|
-
confirmDelete: string;
|
|
257
|
-
copy: string;
|
|
258
|
-
copySuccess: string;
|
|
259
|
-
create: string;
|
|
260
|
-
createSuccess: string;
|
|
261
|
-
default: string;
|
|
262
|
-
delete: string;
|
|
263
|
-
deleteSuccess: string;
|
|
264
|
-
desc: string;
|
|
265
|
-
edit: string;
|
|
266
|
-
empty: string;
|
|
267
|
-
emptyText: string;
|
|
268
|
-
execute: string;
|
|
269
|
-
executeSuccess: string;
|
|
270
|
-
export: string;
|
|
271
|
-
exportSuccess: string;
|
|
272
|
-
fail: string;
|
|
273
|
-
formId: string;
|
|
274
|
-
formName: string;
|
|
275
|
-
formValidationFail: string;
|
|
276
|
-
import: string;
|
|
277
|
-
'import-template': string;
|
|
278
|
-
importSuccess: string;
|
|
279
|
-
importTemplate: string;
|
|
280
|
-
loading: string;
|
|
281
|
-
lookup: string;
|
|
282
|
-
millisecond: string;
|
|
283
|
-
no: string;
|
|
284
|
-
ok: string;
|
|
285
|
-
query: string;
|
|
286
|
-
refresh: string;
|
|
287
|
-
required: string;
|
|
288
|
-
reset: string;
|
|
289
|
-
save: string;
|
|
290
|
-
search: string;
|
|
291
|
-
selectAll: string;
|
|
292
|
-
show: string;
|
|
293
|
-
succeed: string;
|
|
294
|
-
success: string;
|
|
295
|
-
tip: string;
|
|
296
|
-
update: string;
|
|
297
|
-
updateSuccess: string;
|
|
298
|
-
yes: string;
|
|
299
|
-
};
|
|
2
|
+
'kg.KgAppSelect.businessManager': string;
|
|
3
|
+
'kg.KgAppSelect.dataManager': string;
|
|
4
|
+
'kg.KgAppSelect.sys': string;
|
|
5
|
+
'kg.KgAppSelect.tooltip': string;
|
|
6
|
+
'kg.KgButton.noApiUrl': string;
|
|
7
|
+
'kg.KgButton.noVarSubmitConfig': string;
|
|
8
|
+
'kg.KgCanvas.enterFullscreen': string;
|
|
9
|
+
'kg.KgCanvas.exitFullscreen': string;
|
|
10
|
+
'kg.KgCanvas.exportImage': string;
|
|
11
|
+
'kg.KgCanvas.originalScale': string;
|
|
12
|
+
'kg.KgCanvas.overviewScale': string;
|
|
13
|
+
'kg.KgCanvas.reload': string;
|
|
14
|
+
'kg.KgFormItem.formValidationMessageForGT': string;
|
|
15
|
+
'kg.KgFormItem.formValidationMessageForGTE': string;
|
|
16
|
+
'kg.KgFormItem.formValidationMessageForInvalidFloat': string;
|
|
17
|
+
'kg.KgFormItem.formValidationMessageForInvalidInteger': string;
|
|
18
|
+
'kg.KgFormItem.formValidationMessageForInvalidJSON': string;
|
|
19
|
+
'kg.KgFormItem.formValidationMessageForInvalidLetter': string;
|
|
20
|
+
'kg.KgFormItem.formValidationMessageForInvalidLowerLetter': string;
|
|
21
|
+
'kg.KgFormItem.formValidationMessageForInvalidUpperLetter': string;
|
|
22
|
+
'kg.KgFormItem.formValidationMessageForLT': string;
|
|
23
|
+
'kg.KgFormItem.formValidationMessageForLTE': string;
|
|
24
|
+
'kg.KgFormItem.formValidationMessageForMaxLength': string;
|
|
25
|
+
'kg.KgFormItem.formValidationMessageForMinLength': string;
|
|
26
|
+
'kg.KgFormItem.formValidationMessageForRegularExpression': string;
|
|
27
|
+
'kg.KgPageDdaCreate.confirm-cancel': string;
|
|
28
|
+
'kg.KgPageDdaCreate.done': string;
|
|
29
|
+
'kg.KgPageDdaCreate.next-step': string;
|
|
30
|
+
'kg.KgPageDdaCreate.previous-step': string;
|
|
31
|
+
'kg.KgPageDdaCreateBasic.form-id': string;
|
|
32
|
+
'kg.KgPageDdaCreateBasic.form-name': string;
|
|
33
|
+
'kg.KgPageDdaCreateBasic.maintenance': string;
|
|
34
|
+
'kg.KgPageDdaCreateBasic.sql': string;
|
|
35
|
+
'kg.KgPageDdaCreateBasic.type': string;
|
|
36
|
+
'kg.KgPageDdaCreateButton.button-var-name-reserved': string;
|
|
37
|
+
'kg.KgPageDdaCreateButton.button-var-name-used': string;
|
|
38
|
+
'kg.KgPageDdaCreateMenu.parent-menu': string;
|
|
39
|
+
'kg.KgPageDdaCreateSearch.available': string;
|
|
40
|
+
'kg.KgPageDdaCreateSearch.column-desc': string;
|
|
41
|
+
'kg.KgPageDdaCreateSearch.column-name': string;
|
|
42
|
+
'kg.KgPageDdaCreateSearch.column-type': string;
|
|
43
|
+
'kg.KgPageDdaCreateSearch.selected': string;
|
|
44
|
+
'kg.KgPageDdaCreateSubmit.available': string;
|
|
45
|
+
'kg.KgPageDdaCreateSubmit.column-desc': string;
|
|
46
|
+
'kg.KgPageDdaCreateSubmit.column-name': string;
|
|
47
|
+
'kg.KgPageDdaCreateSubmit.column-type': string;
|
|
48
|
+
'kg.KgPageDdaCreateSubmit.selected': string;
|
|
49
|
+
'kg.KgPageDdaCreateTable.available': string;
|
|
50
|
+
'kg.KgPageDdaCreateTable.column-desc': string;
|
|
51
|
+
'kg.KgPageDdaCreateTable.column-name': string;
|
|
52
|
+
'kg.KgPageDdaCreateTable.column-type': string;
|
|
53
|
+
'kg.KgPageDdaCreateTable.selected': string;
|
|
54
|
+
'kg.KgSearch.title': string;
|
|
55
|
+
'kg.KgSearchConfigModal.BETWEEN': string;
|
|
56
|
+
'kg.KgSearchConfigModal.BETWEEN-desc': string;
|
|
57
|
+
'kg.KgSearchConfigModal.CONTAIN': string;
|
|
58
|
+
'kg.KgSearchConfigModal.CONTAIN-desc': string;
|
|
59
|
+
'kg.KgSearchConfigModal.EMPTY': string;
|
|
60
|
+
'kg.KgSearchConfigModal.EMPTY-desc': string;
|
|
61
|
+
'kg.KgSearchConfigModal.END_WITH': string;
|
|
62
|
+
'kg.KgSearchConfigModal.END_WITH-desc': string;
|
|
63
|
+
'kg.KgSearchConfigModal.EQ': string;
|
|
64
|
+
'kg.KgSearchConfigModal.EQ-desc': string;
|
|
65
|
+
'kg.KgSearchConfigModal.GT': string;
|
|
66
|
+
'kg.KgSearchConfigModal.GT-desc': string;
|
|
67
|
+
'kg.KgSearchConfigModal.GTE': string;
|
|
68
|
+
'kg.KgSearchConfigModal.GTE-desc': string;
|
|
69
|
+
'kg.KgSearchConfigModal.IN': string;
|
|
70
|
+
'kg.KgSearchConfigModal.IN-desc': string;
|
|
71
|
+
'kg.KgSearchConfigModal.LT': string;
|
|
72
|
+
'kg.KgSearchConfigModal.LT-desc': string;
|
|
73
|
+
'kg.KgSearchConfigModal.LTE': string;
|
|
74
|
+
'kg.KgSearchConfigModal.LTE-desc': string;
|
|
75
|
+
'kg.KgSearchConfigModal.NE': string;
|
|
76
|
+
'kg.KgSearchConfigModal.NE-desc': string;
|
|
77
|
+
'kg.KgSearchConfigModal.NOT_EMPTY': string;
|
|
78
|
+
'kg.KgSearchConfigModal.NOT_EMPTY-desc': string;
|
|
79
|
+
'kg.KgSearchConfigModal.START_WITH': string;
|
|
80
|
+
'kg.KgSearchConfigModal.START_WITH-desc': string;
|
|
81
|
+
'kg.KgSearchConfigModal.close': string;
|
|
82
|
+
'kg.KgSearchConfigModal.formTitle': string;
|
|
83
|
+
'kg.KgSearchConfigModal.pleaseSelectVarProfileMaster': string;
|
|
84
|
+
'kg.KgSqlClient.ResultTab.ellapseLabel': string;
|
|
85
|
+
'kg.KgSqlClient.ResultTab.messageLabel': string;
|
|
86
|
+
'kg.KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
87
|
+
'kg.KgSqlClient.ResultTab.rowsAffected': string;
|
|
88
|
+
'kg.KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
89
|
+
'kg.KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
90
|
+
'kg.KgSqlClient.Toolbar.Top.deleteCurrentTemplate': string;
|
|
91
|
+
'kg.KgSqlClient.Toolbar.Top.saveAsTemplate': string;
|
|
92
|
+
'kg.KgSqlClient.Toolbar.Top.saveCurrentTemplate': string;
|
|
93
|
+
'kg.KgSqlClient.Toolbar.Top.viewHistory': string;
|
|
94
|
+
'kg.KgSqlClient.Toolbar.Top.viewTemplate': string;
|
|
95
|
+
'kg.KgTable.apiNotSupportDynamicQuery': string;
|
|
96
|
+
'kg.KgTable.column': string;
|
|
97
|
+
'kg.KgTable.config': string;
|
|
98
|
+
'kg.KgTable.emptyText': string;
|
|
99
|
+
'kg.KgTable.isShowDescription': string;
|
|
100
|
+
'kg.KgTable.other': string;
|
|
101
|
+
'kg.KgTable.request-fail-error': string;
|
|
102
|
+
'kg.KgTable.request-fail-no-data': string;
|
|
103
|
+
'kg.KgTable.rowHeight': string;
|
|
104
|
+
'kg.KgTable.rowHeightH': string;
|
|
105
|
+
'kg.KgTable.rowHeightL': string;
|
|
106
|
+
'kg.KgTable.rowHeightM': string;
|
|
107
|
+
'kg.KgTable.save-var-grid-master-as-success-message': string;
|
|
108
|
+
'kg.KgTable.saveVarGridMaster': string;
|
|
109
|
+
'kg.KgTable.saveVarGridMasterAs': string;
|
|
110
|
+
'kg.KgTable.saveVarGridMasterSuccessMessage': string;
|
|
111
|
+
'kg.KgTable.varGridMasters': string;
|
|
112
|
+
'kg.KgTableHeadCell.align': string;
|
|
113
|
+
'kg.KgTableHeadCell.alignCenter': string;
|
|
114
|
+
'kg.KgTableHeadCell.alignLeft': string;
|
|
115
|
+
'kg.KgTableHeadCell.alignRight': string;
|
|
116
|
+
'kg.KgTableHeadCell.hide': string;
|
|
117
|
+
'kg.KgTableHeadCell.isEllipsis': string;
|
|
118
|
+
'kg.KgTableHeadCell.isFilter': string;
|
|
119
|
+
'kg.KgTableHeadCell.isFixToLeft': string;
|
|
120
|
+
'kg.KgTableHeadCell.isFixToRight': string;
|
|
121
|
+
'kg.KgTableHeadCell.isSort': string;
|
|
122
|
+
'kg.KgTableInfo.check': string;
|
|
123
|
+
'kg.KgTableInfo.clearCheck': string;
|
|
124
|
+
'kg.KgTableInfo.clearTable': string;
|
|
125
|
+
'kg.KgTableInfo.locate': string;
|
|
126
|
+
'kg.KgTableInfo.row': string;
|
|
127
|
+
'kg.KgTableSettingVarGridMasterSaveAs.title': string;
|
|
128
|
+
'kg.KgVarConfig.VarGridConfig': string;
|
|
129
|
+
'kg.KgVarConfig.VarGridMaster': string;
|
|
130
|
+
'kg.KgVarConfig.VarProfileConfig': string;
|
|
131
|
+
'kg.KgVarConfig.VarProfileMaster': string;
|
|
132
|
+
'kg.KgVarConfig.action': string;
|
|
133
|
+
'kg.KgVarConfig.allForm': string;
|
|
134
|
+
'kg.KgVarConfig.allLanguage': string;
|
|
135
|
+
'kg.KgVarConfig.canNotUpdateSystemVarGridMaster': string;
|
|
136
|
+
'kg.KgVarConfig.canNotUpdateSystemVarProfileMaster': string;
|
|
137
|
+
'kg.KgVarConfig.confirm': string;
|
|
138
|
+
'kg.KgVarConfig.createConfig': string;
|
|
139
|
+
'kg.KgVarConfig.currentForm': string;
|
|
140
|
+
'kg.KgVarConfig.currentLanguage': string;
|
|
141
|
+
'kg.KgVarConfig.customLevel': string;
|
|
142
|
+
'kg.KgVarConfig.emptyPageSizeOptions': string;
|
|
143
|
+
'kg.KgVarConfig.formId': string;
|
|
144
|
+
'kg.KgVarConfig.formValidationMessageForMaxAndMin': string;
|
|
145
|
+
'kg.KgVarConfig.formValidationMessageForMaxLengthAndMinLength': string;
|
|
146
|
+
'kg.KgVarConfig.invalidCommandParameter': string;
|
|
147
|
+
'kg.KgVarConfig.invalidPageSizeOption': string;
|
|
148
|
+
'kg.KgVarConfig.invalidPageSizeOptions': string;
|
|
149
|
+
'kg.KgVarConfig.pleaseSelectVariable': string;
|
|
150
|
+
'kg.KgVarConfig.tabButton': string;
|
|
151
|
+
'kg.KgVarConfig.tabChild': string;
|
|
152
|
+
'kg.KgVarConfig.tabSearch': string;
|
|
153
|
+
'kg.KgVarConfig.tabSubmit': string;
|
|
154
|
+
'kg.KgVarConfig.tabTable': string;
|
|
155
|
+
'kg.KgVarConfig.varVariable': string;
|
|
156
|
+
'kg.KgVarConfig.variable': string;
|
|
157
|
+
'kg.KgVarConfigModalButton.VarButton': string;
|
|
158
|
+
'kg.KgVarConfigModalButton.VarButtonConfig': string;
|
|
159
|
+
'kg.KgVarConfigModalChild.childVarName': string;
|
|
160
|
+
'kg.KgVarConfigModalChild.childVarNameDuplicate': string;
|
|
161
|
+
'kg.KgVarConfigModalChild.childVarNameRequired': string;
|
|
162
|
+
'kg.KgVarConfigModalChild.parentVarName': string;
|
|
163
|
+
'kg.KgVarConfigModalChild.parentVarNameDuplicate': string;
|
|
164
|
+
'kg.KgVarConfigModalChild.parentVarNameRequired': string;
|
|
165
|
+
'kg.KgVarConfigModalSubmit.VarSubmitConfig': string;
|
|
166
|
+
'kg.KgVarConfigModalSubmit.VarSubmitDetail': string;
|
|
167
|
+
'kg.KgVarConfigModalSubmitVarSubmitConfig.invalidWidthForSpan': string;
|
|
168
|
+
'kg.KgVarConfigModalTableVarGridMaster.DESC': string;
|
|
169
|
+
'kg.KgVarConfigModalTableVarGridMaster.DESC__UPDATE_LINK': string;
|
|
170
|
+
'kg.KgVarConfigModalTableVarGridMaster.FILE_SIZE': string;
|
|
171
|
+
'kg.KgVarConfigModalTableVarGridMaster.ICON': string;
|
|
172
|
+
'kg.KgVarConfigModalTableVarGridMaster.IMAGE': string;
|
|
173
|
+
'kg.KgVarConfigModalTableVarGridMaster.PROGRESS': string;
|
|
174
|
+
'kg.KgVarConfigModalTableVarGridMaster.ROUTE_LINK': string;
|
|
175
|
+
'kg.KgVarConfigModalTableVarGridMaster.UPDATE_LINK': string;
|
|
176
|
+
'kg.KgVarConfigModalTableVarGridMaster.YN': string;
|
|
177
|
+
'kg.KgVarConfigModalTableVarGridMaster.center': string;
|
|
178
|
+
'kg.KgVarConfigModalTableVarGridMaster.left': string;
|
|
179
|
+
'kg.KgVarConfigModalTableVarGridMaster.notSort': string;
|
|
180
|
+
'kg.KgVarConfigModalTableVarGridMaster.right': string;
|
|
181
|
+
'kg.KgVarConfigSelectFormIdModal.title': string;
|
|
182
|
+
'kg.KgWarehouse.reloadMessage': string;
|
|
183
|
+
'kg.KgWarehouse.selectWarehouse': string;
|
|
184
|
+
'kg.KgWarehouse.title': string;
|
|
185
|
+
'kg.KgWarehouse.warehouse': string;
|
|
186
|
+
'kg.action': string;
|
|
187
|
+
'kg.add': string;
|
|
188
|
+
'kg.allUser': string;
|
|
189
|
+
'kg.asc': string;
|
|
190
|
+
'kg.button': string;
|
|
191
|
+
'kg.cancel': string;
|
|
192
|
+
'kg.close': string;
|
|
193
|
+
'kg.confirm': string;
|
|
194
|
+
'kg.confirmDelete': string;
|
|
195
|
+
'kg.copy': string;
|
|
196
|
+
'kg.copySuccess': string;
|
|
197
|
+
'kg.create': string;
|
|
198
|
+
'kg.createSuccess': string;
|
|
199
|
+
'kg.default': string;
|
|
200
|
+
'kg.delete': string;
|
|
201
|
+
'kg.deleteSuccess': string;
|
|
202
|
+
'kg.desc': string;
|
|
203
|
+
'kg.edit': string;
|
|
204
|
+
'kg.empty': string;
|
|
205
|
+
'kg.emptyText': string;
|
|
206
|
+
'kg.execute': string;
|
|
207
|
+
'kg.executeSuccess': string;
|
|
208
|
+
'kg.export': string;
|
|
209
|
+
'kg.exportSuccess': string;
|
|
210
|
+
'kg.fail': string;
|
|
211
|
+
'kg.formId': string;
|
|
212
|
+
'kg.formName': string;
|
|
213
|
+
'kg.formValidationFail': string;
|
|
214
|
+
'kg.import': string;
|
|
215
|
+
'kg.import-template': string;
|
|
216
|
+
'kg.importSuccess': string;
|
|
217
|
+
'kg.importTemplate': string;
|
|
218
|
+
'kg.loading': string;
|
|
219
|
+
'kg.lookup': string;
|
|
220
|
+
'kg.millisecond': string;
|
|
221
|
+
'kg.no': string;
|
|
222
|
+
'kg.ok': string;
|
|
223
|
+
'kg.query': string;
|
|
224
|
+
'kg.refresh': string;
|
|
225
|
+
'kg.required': string;
|
|
226
|
+
'kg.reset': string;
|
|
227
|
+
'kg.save': string;
|
|
228
|
+
'kg.search': string;
|
|
229
|
+
'kg.selectAll': string;
|
|
230
|
+
'kg.show': string;
|
|
231
|
+
'kg.succeed': string;
|
|
232
|
+
'kg.success': string;
|
|
233
|
+
'kg.tip': string;
|
|
234
|
+
'kg.update': string;
|
|
235
|
+
'kg.updateSuccess': string;
|
|
236
|
+
'kg.yes': string;
|
|
300
237
|
};
|
|
301
238
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as KgPageCircularShuttleMonitor } from './KgPageCircularShuttleMonitor';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
import './KgPageDda.
|
|
2
|
+
import './KgPageDda.css';
|
|
3
3
|
export declare const getProps: () => any;
|
|
4
4
|
export declare type IKgPageDdaProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
5
5
|
declare const _default: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../../api/WMS/models';
|
|
2
2
|
import { KgStoreDefinition } from '../../../const';
|
|
3
|
-
export interface
|
|
3
|
+
export interface IKgPageDdaCreateStoreGetters {
|
|
4
4
|
getCreateVarDdaQuery: CreateVarDdaQuery;
|
|
5
5
|
getFrmId: string | null | undefined;
|
|
6
6
|
getIsLoading: boolean;
|
|
7
7
|
getResultSetMetadataColumns: Array<ResultSetMetadataColumn>;
|
|
8
8
|
getVarButtons: Array<VarButton>;
|
|
9
9
|
}
|
|
10
|
-
export interface
|
|
10
|
+
export interface IKgPageDdaCreateStoreActions {
|
|
11
11
|
createVarButton(button: VarButton): void;
|
|
12
12
|
deleteVarButton(param: {
|
|
13
13
|
varName: string | null | undefined;
|
|
@@ -36,4 +36,4 @@ export interface IKgCircleVisStoreActions {
|
|
|
36
36
|
frmNam: string;
|
|
37
37
|
}): void;
|
|
38
38
|
}
|
|
39
|
-
export declare const useKgPageDdaCreateStore: KgStoreDefinition<
|
|
39
|
+
export declare const useKgPageDdaCreateStore: KgStoreDefinition<IKgPageDdaCreateStoreGetters, IKgPageDdaCreateStoreActions>;
|
package/dist/src/page/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export {
|
|
2
|
-
export * from '
|
|
1
|
+
export { useKgCircularShuttleMonitor, type IUseKgCircularShuttleMonitor } from '../component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks';
|
|
2
|
+
export * from '../component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model';
|
|
3
3
|
/**
|
|
4
4
|
* 路由.
|
|
5
5
|
*
|
|
@@ -16,7 +16,6 @@ export * from './web/useAppInject';
|
|
|
16
16
|
export * from './web/useContentHeight';
|
|
17
17
|
export * from './web/useCopyToClipboard';
|
|
18
18
|
export * from './web/useDesign';
|
|
19
|
-
export * from './web/useI18n';
|
|
20
19
|
export * from './web/usePage';
|
|
21
20
|
export * from './web/usePagination';
|
|
22
21
|
export * from './web/useWebSocket';
|
|
@@ -24,7 +24,26 @@ export interface Menu {
|
|
|
24
24
|
id: string;
|
|
25
25
|
app: string | null;
|
|
26
26
|
name: string;
|
|
27
|
+
/**
|
|
28
|
+
* 原始的 {@link Menu.name}, 即 {@link Menu.name} 翻译之前的值.
|
|
29
|
+
*
|
|
30
|
+
* @see Menu.name
|
|
31
|
+
*/
|
|
32
|
+
name$raw?: string | null;
|
|
27
33
|
title: string;
|
|
34
|
+
/**
|
|
35
|
+
* 原始的 {@link Menu.title}, 即 {@link Menu.title} 翻译之前的值.
|
|
36
|
+
*
|
|
37
|
+
* @see Menu.title
|
|
38
|
+
*/
|
|
39
|
+
title$raw?: string | null;
|
|
40
|
+
slotTitle: string;
|
|
41
|
+
/**
|
|
42
|
+
* 原始的 {@link Menu.slotTitle}, 即 {@link Menu.slotTitle} 翻译之前的值.
|
|
43
|
+
*
|
|
44
|
+
* @see Menu.slotTitle
|
|
45
|
+
*/
|
|
46
|
+
slotTitle$raw?: string | null;
|
|
28
47
|
path?: string;
|
|
29
48
|
paramPath?: string;
|
|
30
49
|
icon?: string;
|