@kengic/vue 0.28.1-beta.8 → 0.28.2-beta.0

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 (48) hide show
  1. package/dist/caret-right-outlined-Btgsw6a_.0434903b.mjs +8 -0
  2. package/dist/index.css +1 -1
  3. package/dist/kengic-vue.js +71269 -69241
  4. package/dist/project/build/vite/plugin/index.ts +2 -3
  5. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +16 -0
  6. package/dist/src/api/WMS/Controllers/SqlClientController/index.d.ts +1 -0
  7. package/dist/src/api/WMS/Controllers/index.d.ts +1 -0
  8. package/dist/src/api/WMS/models.d.ts +51 -1
  9. package/dist/src/component/KgModal/KgModal.d.ts +1 -1
  10. package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
  11. package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
  12. package/dist/src/component/KgTable/KgTable.event.d.ts +6 -0
  13. package/dist/src/component/KgTable/KgTable.service.d.ts +1 -1
  14. package/dist/src/component/KgVar/KgVar.VarConfigDescription.store.d.ts +12 -0
  15. package/dist/src/component/KgVar/KgVar.VarGridConfig.store.d.ts +10 -0
  16. package/dist/src/component/KgVar/KgVar.VarGridMaster.store.d.ts +10 -0
  17. package/dist/src/component/KgVar/KgVar.hooks.d.ts +25 -5
  18. package/dist/src/component/KgVar/KgVar.store.d.ts +1 -7
  19. package/dist/src/component/KgVarConfig/KgVarConfig.vm.d.ts +0 -5
  20. package/dist/src/const/const.vm.d.ts +20 -5
  21. package/dist/src/const/form-id.const.d.ts +12 -0
  22. package/dist/src/const/index.d.ts +2 -1
  23. package/dist/src/i18n/cs_CZ.d.ts +288 -0
  24. package/dist/src/i18n/en.d.ts +14 -0
  25. package/dist/src/i18n/es_ES.d.ts +14 -0
  26. package/dist/src/i18n/fr_FR.d.ts +14 -0
  27. package/dist/src/i18n/i18n.setup.d.ts +4 -3
  28. package/dist/src/i18n/km_KH.d.ts +14 -0
  29. package/dist/src/i18n/ko_KR.d.ts +14 -0
  30. package/dist/src/i18n/vi_VN.d.ts +14 -0
  31. package/dist/src/i18n/zh_CN.d.ts +14 -0
  32. package/dist/src/page/KgPageSqlClient/KgPageSqlClient.d.ts +12 -0
  33. package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Editor.d.ts +11 -0
  34. package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +36 -0
  35. package/dist/src/page/KgPageSqlClient/components/KgSqlClient.Toolbar.d.ts +7 -0
  36. package/dist/src/page/KgPageSqlClient/components/KgSqlClient.d.ts +5 -0
  37. package/dist/src/page/KgPageSqlClient/index.d.ts +1 -0
  38. package/dist/src/page/index.d.ts +0 -2
  39. package/dist/src/project/types/config.d.ts +2 -1
  40. package/dist/src/util/kg.util.d.ts +26 -6
  41. package/package.json +4 -4
  42. package/dist/src/page/KgPageDda/KgPageDda.vm.d.ts +0 -12
  43. /package/dist/{close-outlined-DMcSQWxQ.084c8247.mjs → close-outlined-DMcSQWxQ.5c3bee6f.mjs} +0 -0
  44. /package/dist/{exclamation-circle-outlined-DZrXCnvM.731e46ba.mjs → exclamation-circle-outlined-DZrXCnvM.d94561db.mjs} +0 -0
  45. /package/dist/{fullscreen-exit-outlined-X1iYkFc4.01c6bbb7.mjs → fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs} +0 -0
  46. /package/dist/{fullscreen-outlined-DDBrsRcy.3b4bc9b9.mjs → fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs} +0 -0
  47. /package/dist/{search-outlined-Od1M_oxf.efc43746.mjs → search-outlined-Od1M_oxf.71fb0c01.mjs} +0 -0
  48. /package/dist/{three-dots-loading-bIlrTJYR.d0516412.mjs → three-dots-loading-bIlrTJYR.f189f620.mjs} +0 -0
@@ -0,0 +1,288 @@
1
+ declare const _default: {
2
+ kg: {
3
+ KgAppSelect: {
4
+ businessManager: string;
5
+ dataManager: string;
6
+ sys: string;
7
+ tooltip: string;
8
+ };
9
+ KgButton: {
10
+ noApiUrl: string;
11
+ noVarSubmitConfig: string;
12
+ };
13
+ KgCanvas: {
14
+ enterFullscreen: string;
15
+ exitFullscreen: string;
16
+ exportImage: string;
17
+ originalScale: string;
18
+ overviewScale: string;
19
+ reload: string;
20
+ };
21
+ KgFormItem: {
22
+ formValidationMessageForGT: string;
23
+ formValidationMessageForGTE: string;
24
+ formValidationMessageForInvalidFloat: string;
25
+ formValidationMessageForInvalidInteger: string;
26
+ formValidationMessageForInvalidJSON: string;
27
+ formValidationMessageForInvalidLetter: string;
28
+ formValidationMessageForInvalidLowerLetter: string;
29
+ formValidationMessageForInvalidUpperLetter: string;
30
+ formValidationMessageForLT: string;
31
+ formValidationMessageForLTE: string;
32
+ formValidationMessageForMaxLength: string;
33
+ formValidationMessageForMinLength: string;
34
+ formValidationMessageForRegularExpression: string;
35
+ };
36
+ KgPageDdaCreate: {
37
+ 'confirm-cancel': string;
38
+ done: string;
39
+ 'next-step': string;
40
+ 'previous-step': string;
41
+ };
42
+ KgPageDdaCreateBasic: {
43
+ 'form-id': string;
44
+ 'form-name': string;
45
+ maintenance: string;
46
+ sql: string;
47
+ type: string;
48
+ };
49
+ KgPageDdaCreateButton: {
50
+ 'button-var-name-reserved': string;
51
+ 'button-var-name-used': string;
52
+ };
53
+ KgPageDdaCreateMenu: {
54
+ 'parent-menu': string;
55
+ };
56
+ KgPageDdaCreateSearch: {
57
+ available: string;
58
+ 'column-desc': string;
59
+ 'column-name': string;
60
+ 'column-type': string;
61
+ selected: string;
62
+ };
63
+ KgPageDdaCreateSubmit: {
64
+ available: string;
65
+ 'column-desc': string;
66
+ 'column-name': string;
67
+ 'column-type': string;
68
+ selected: string;
69
+ };
70
+ KgPageDdaCreateTable: {
71
+ available: string;
72
+ 'column-desc': string;
73
+ 'column-name': string;
74
+ 'column-type': string;
75
+ selected: string;
76
+ };
77
+ KgSearch: {
78
+ title: string;
79
+ };
80
+ KgSearchConfigModal: {
81
+ BETWEEN: string;
82
+ 'BETWEEN-desc': string;
83
+ CONTAIN: string;
84
+ 'CONTAIN-desc': string;
85
+ END_WITH: string;
86
+ 'END_WITH-desc': string;
87
+ EQ: string;
88
+ 'EQ-desc': string;
89
+ GT: string;
90
+ 'GT-desc': string;
91
+ GTE: string;
92
+ 'GTE-desc': string;
93
+ IN: string;
94
+ 'IN-desc': string;
95
+ LT: string;
96
+ 'LT-desc': string;
97
+ LTE: string;
98
+ 'LTE-desc': string;
99
+ NE: string;
100
+ 'NE-desc': string;
101
+ START_WITH: string;
102
+ 'START_WITH-desc': string;
103
+ close: string;
104
+ formTitle: string;
105
+ pleaseSelectVarProfileMaster: string;
106
+ };
107
+ KgSqlClient: {
108
+ ResultTab: {
109
+ resultStatusLabel: string;
110
+ ellapseLabel: string;
111
+ rowsTotalLabel: string;
112
+ messageLabel: string;
113
+ tabTitlePrefix: string;
114
+ rowsAffected: string;
115
+ };
116
+ };
117
+ KgTable: {
118
+ apiNotSupportDynamicQuery: string;
119
+ column: string;
120
+ config: string;
121
+ emptyText: string;
122
+ isShowDescription: string;
123
+ other: string;
124
+ 'request-fail-error': string;
125
+ 'request-fail-no-data': string;
126
+ rowHeight: string;
127
+ rowHeightH: string;
128
+ rowHeightL: string;
129
+ rowHeightM: string;
130
+ 'save-var-grid-master-as-success-message': string;
131
+ saveVarGridMaster: string;
132
+ saveVarGridMasterAs: string;
133
+ saveVarGridMasterSuccessMessage: string;
134
+ totalText: string;
135
+ varGridMasters: string;
136
+ };
137
+ KgTableHeaderCell: {
138
+ align: string;
139
+ alignCenter: string;
140
+ alignLeft: string;
141
+ alignRight: string;
142
+ hide: string;
143
+ isEllipsis: string;
144
+ isFilter: string;
145
+ isFixToLeft: string;
146
+ isFixToRight: string;
147
+ isSort: string;
148
+ };
149
+ KgTableInfo: {
150
+ check: string;
151
+ clearCheck: string;
152
+ clearTable: string;
153
+ locate: string;
154
+ row: string;
155
+ };
156
+ KgTableSettingVarGridConfig: {};
157
+ KgTableSettingVarGridMasterSaveAs: {
158
+ title: string;
159
+ };
160
+ KgVar: {};
161
+ KgVarConfig: {
162
+ VarGridConfig: string;
163
+ VarGridMaster: string;
164
+ VarProfileConfig: string;
165
+ VarProfileMaster: string;
166
+ action: string;
167
+ allForm: string;
168
+ allLanguage: string;
169
+ canNotUpdateSystemVarGridMaster: string;
170
+ canNotUpdateSystemVarProfileMaster: string;
171
+ confirm: string;
172
+ createConfig: string;
173
+ currentForm: string;
174
+ currentLanguage: string;
175
+ customLevel: string;
176
+ emptyPageSizeOptions: string;
177
+ formId: string;
178
+ formValidationMessageForMaxAndMin: string;
179
+ formValidationMessageForMaxLengthAndMinLength: string;
180
+ invalidCommandParameter: string;
181
+ invalidPageSizeOption: string;
182
+ invalidPageSizeOptions: string;
183
+ pleaseSelectVariable: string;
184
+ tabButton: string;
185
+ tabChild: string;
186
+ tabSearch: string;
187
+ tabSubmit: string;
188
+ tabTable: string;
189
+ varVariable: string;
190
+ variable: string;
191
+ };
192
+ KgVarConfigModalButton: {
193
+ VarButton: string;
194
+ VarButtonConfig: string;
195
+ };
196
+ KgVarConfigModalChild: {
197
+ childVarName: string;
198
+ childVarNameDuplicate: string;
199
+ childVarNameRequired: string;
200
+ parentVarName: string;
201
+ parentVarNameDuplicate: string;
202
+ parentVarNameRequired: string;
203
+ };
204
+ KgVarConfigModalSubmit: {
205
+ VarSubmitConfig: string;
206
+ VarSubmitDetail: string;
207
+ };
208
+ KgVarConfigModalSubmitVarSubmitConfig: {
209
+ invalidWidthForSpan: string;
210
+ };
211
+ KgVarConfigModalTableVarGridMaster: {
212
+ DESC: string;
213
+ DESC__UPDATE_LINK: string;
214
+ FILE_SIZE: string;
215
+ ICON: string;
216
+ IMAGE: string;
217
+ PROGRESS: string;
218
+ ROUTE_LINK: string;
219
+ UPDATE_LINK: string;
220
+ YN: string;
221
+ center: string;
222
+ left: string;
223
+ notSort: string;
224
+ right: string;
225
+ };
226
+ KgVarConfigSelectFormIdModal: {
227
+ title: string;
228
+ };
229
+ KgWarehouse: {
230
+ reloadMessage: string;
231
+ selectWarehouse: string;
232
+ title: string;
233
+ warehouse: string;
234
+ };
235
+ action: string;
236
+ add: string;
237
+ allUser: string;
238
+ asc: string;
239
+ button: string;
240
+ cancel: string;
241
+ close: string;
242
+ confirm: string;
243
+ confirmDelete: string;
244
+ copy: string;
245
+ copySuccess: string;
246
+ create: string;
247
+ createSuccess: string;
248
+ default: string;
249
+ delete: string;
250
+ deleteSuccess: string;
251
+ desc: string;
252
+ edit: string;
253
+ empty: string;
254
+ emptyText: string;
255
+ execute: string;
256
+ executeSuccess: string;
257
+ export: string;
258
+ exportSuccess: string;
259
+ fail: string;
260
+ formId: string;
261
+ formName: string;
262
+ formValidationFail: string;
263
+ import: string;
264
+ 'import-template': string;
265
+ importSuccess: string;
266
+ importTemplate: string;
267
+ loading: string;
268
+ lookup: string;
269
+ millisecond: string;
270
+ no: string;
271
+ ok: string;
272
+ query: string;
273
+ refresh: string;
274
+ required: string;
275
+ reset: string;
276
+ save: string;
277
+ search: string;
278
+ selectAll: string;
279
+ show: string;
280
+ succeed: string;
281
+ success: string;
282
+ tip: string;
283
+ update: string;
284
+ updateSuccess: string;
285
+ yes: string;
286
+ };
287
+ };
288
+ export default _default;
@@ -103,6 +103,16 @@ declare const _default: {
103
103
  formTitle: string;
104
104
  pleaseSelectVarProfileMaster: string;
105
105
  };
106
+ KgSqlClient: {
107
+ ResultTab: {
108
+ resultStatusLabel: string;
109
+ ellapseLabel: string;
110
+ rowsTotalLabel: string;
111
+ messageLabel: string;
112
+ tabTitlePrefix: string;
113
+ rowsAffected: string;
114
+ };
115
+ };
106
116
  KgTable: {
107
117
  apiNotSupportDynamicQuery: string;
108
118
  column: string;
@@ -241,6 +251,7 @@ declare const _default: {
241
251
  edit: string;
242
252
  empty: string;
243
253
  emptyText: string;
254
+ execute: string;
244
255
  executeSuccess: string;
245
256
  export: string;
246
257
  exportSuccess: string;
@@ -253,6 +264,8 @@ declare const _default: {
253
264
  importTemplate: string;
254
265
  loading: string;
255
266
  lookup: string;
267
+ fail: string;
268
+ millisecond: string;
256
269
  no: string;
257
270
  ok: string;
258
271
  query: string;
@@ -264,6 +277,7 @@ declare const _default: {
264
277
  selectAll: string;
265
278
  show: string;
266
279
  succeed: string;
280
+ success: string;
267
281
  tip: string;
268
282
  update: string;
269
283
  updateSuccess: string;
@@ -215,6 +215,16 @@ declare const _default: {
215
215
  KgVarConfigSelectFormIdModal: {
216
216
  title: string;
217
217
  };
218
+ KgSqlClient: {
219
+ ResultTab: {
220
+ resultStatusLabel: string;
221
+ ellapseLabel: string;
222
+ rowsTotalLabel: string;
223
+ messageLabel: string;
224
+ tabTitlePrefix: string;
225
+ rowsAffected: string;
226
+ };
227
+ };
218
228
  KgWarehouse: {
219
229
  reloadMessage: string;
220
230
  selectWarehouse: string;
@@ -228,11 +238,13 @@ declare const _default: {
228
238
  button: string;
229
239
  cancel: string;
230
240
  close: string;
241
+ fail: string;
231
242
  confirm: string;
232
243
  confirmDelete: string;
233
244
  copy: string;
234
245
  copySuccess: string;
235
246
  create: string;
247
+ millisecond: string;
236
248
  createSuccess: string;
237
249
  default: string;
238
250
  delete: string;
@@ -241,6 +253,7 @@ declare const _default: {
241
253
  edit: string;
242
254
  empty: string;
243
255
  emptyText: string;
256
+ execute: string;
244
257
  executeSuccess: string;
245
258
  export: string;
246
259
  exportSuccess: string;
@@ -249,6 +262,7 @@ declare const _default: {
249
262
  formValidationFail: string;
250
263
  import: string;
251
264
  'import-template': string;
265
+ success: string;
252
266
  importSuccess: string;
253
267
  importTemplate: string;
254
268
  loading: string;
@@ -215,6 +215,16 @@ declare const _default: {
215
215
  KgVarConfigSelectFormIdModal: {
216
216
  title: string;
217
217
  };
218
+ KgSqlClient: {
219
+ ResultTab: {
220
+ resultStatusLabel: string;
221
+ ellapseLabel: string;
222
+ rowsTotalLabel: string;
223
+ messageLabel: string;
224
+ tabTitlePrefix: string;
225
+ rowsAffected: string;
226
+ };
227
+ };
218
228
  KgWarehouse: {
219
229
  reloadMessage: string;
220
230
  selectWarehouse: string;
@@ -241,11 +251,14 @@ declare const _default: {
241
251
  edit: string;
242
252
  empty: string;
243
253
  emptyText: string;
254
+ execute: string;
244
255
  executeSuccess: string;
256
+ fail: string;
245
257
  export: string;
246
258
  exportSuccess: string;
247
259
  formId: string;
248
260
  formName: string;
261
+ millisecond: string;
249
262
  formValidationFail: string;
250
263
  import: string;
251
264
  'import-template': string;
@@ -260,6 +273,7 @@ declare const _default: {
260
273
  required: string;
261
274
  reset: string;
262
275
  save: string;
276
+ success: string;
263
277
  search: string;
264
278
  selectAll: string;
265
279
  show: string;
@@ -1,13 +1,14 @@
1
1
  import { DropMenu } from '../project/src/components/Dropdown/src/typing';
2
2
  import { LocaleSetting, LocaleType } from '../project/types/config';
3
3
  export declare const LOCALE: {
4
- KO_KR: LocaleType;
4
+ CS_CZ: LocaleType;
5
5
  EN: LocaleType;
6
- VI_VN: LocaleType;
7
- ZH_CN: LocaleType;
8
6
  ES_ES: LocaleType;
9
7
  FR_FR: LocaleType;
10
8
  KM_KH: LocaleType;
9
+ KO_KR: LocaleType;
10
+ VI_VN: LocaleType;
11
+ ZH_CN: LocaleType;
11
12
  };
12
13
  export declare let localeList: DropMenu[];
13
14
  export declare const localeSetting: LocaleSetting;
@@ -182,6 +182,16 @@ declare const _default: {
182
182
  VarButton: string;
183
183
  VarButtonConfig: string;
184
184
  };
185
+ KgSqlClient: {
186
+ ResultTab: {
187
+ resultStatusLabel: string;
188
+ ellapseLabel: string;
189
+ rowsTotalLabel: string;
190
+ messageLabel: string;
191
+ tabTitlePrefix: string;
192
+ rowsAffected: string;
193
+ };
194
+ };
185
195
  KgVarConfigModalChild: {
186
196
  childVarName: string;
187
197
  childVarNameDuplicate: string;
@@ -237,10 +247,12 @@ declare const _default: {
237
247
  default: string;
238
248
  delete: string;
239
249
  deleteSuccess: string;
250
+ fail: string;
240
251
  desc: string;
241
252
  edit: string;
242
253
  empty: string;
243
254
  emptyText: string;
255
+ execute: string;
244
256
  executeSuccess: string;
245
257
  export: string;
246
258
  exportSuccess: string;
@@ -249,10 +261,12 @@ declare const _default: {
249
261
  formValidationFail: string;
250
262
  import: string;
251
263
  'import-template': string;
264
+ millisecond: string;
252
265
  importSuccess: string;
253
266
  importTemplate: string;
254
267
  loading: string;
255
268
  lookup: string;
269
+ success: string;
256
270
  no: string;
257
271
  ok: string;
258
272
  query: string;
@@ -182,6 +182,16 @@ declare const _default: {
182
182
  VarButton: string;
183
183
  VarButtonConfig: string;
184
184
  };
185
+ KgSqlClient: {
186
+ ResultTab: {
187
+ resultStatusLabel: string;
188
+ ellapseLabel: string;
189
+ rowsTotalLabel: string;
190
+ messageLabel: string;
191
+ tabTitlePrefix: string;
192
+ rowsAffected: string;
193
+ };
194
+ };
185
195
  KgVarConfigModalChild: {
186
196
  childVarName: string;
187
197
  childVarNameDuplicate: string;
@@ -241,10 +251,13 @@ declare const _default: {
241
251
  edit: string;
242
252
  empty: string;
243
253
  emptyText: string;
254
+ fail: string;
255
+ execute: string;
244
256
  executeSuccess: string;
245
257
  export: string;
246
258
  exportSuccess: string;
247
259
  formId: string;
260
+ millisecond: string;
248
261
  formName: string;
249
262
  formValidationFail: string;
250
263
  import: string;
@@ -253,6 +266,7 @@ declare const _default: {
253
266
  importTemplate: string;
254
267
  loading: string;
255
268
  lookup: string;
269
+ success: string;
256
270
  no: string;
257
271
  ok: string;
258
272
  query: string;
@@ -182,6 +182,16 @@ declare const _default: {
182
182
  VarButton: string;
183
183
  VarButtonConfig: string;
184
184
  };
185
+ KgSqlClient: {
186
+ ResultTab: {
187
+ resultStatusLabel: string;
188
+ ellapseLabel: string;
189
+ rowsTotalLabel: string;
190
+ messageLabel: string;
191
+ tabTitlePrefix: string;
192
+ rowsAffected: string;
193
+ };
194
+ };
185
195
  KgVarConfigModalChild: {
186
196
  childVarName: string;
187
197
  childVarNameDuplicate: string;
@@ -241,16 +251,20 @@ declare const _default: {
241
251
  edit: string;
242
252
  empty: string;
243
253
  emptyText: string;
254
+ execute: string;
244
255
  executeSuccess: string;
256
+ fail: string;
245
257
  export: string;
246
258
  exportSuccess: string;
247
259
  formId: string;
260
+ millisecond: string;
248
261
  formName: string;
249
262
  formValidationFail: string;
250
263
  import: string;
251
264
  'import-template': string;
252
265
  importSuccess: string;
253
266
  importTemplate: string;
267
+ success: string;
254
268
  loading: string;
255
269
  lookup: string;
256
270
  no: string;
@@ -222,6 +222,16 @@ declare const _default: {
222
222
  title: string;
223
223
  warehouse: string;
224
224
  };
225
+ KgSqlClient: {
226
+ ResultTab: {
227
+ resultStatusLabel: string;
228
+ ellapseLabel: string;
229
+ rowsTotalLabel: string;
230
+ messageLabel: string;
231
+ tabTitlePrefix: string;
232
+ rowsAffected: string;
233
+ };
234
+ };
225
235
  action: string;
226
236
  add: string;
227
237
  allUser: string;
@@ -242,16 +252,20 @@ declare const _default: {
242
252
  edit: string;
243
253
  empty: string;
244
254
  emptyText: string;
255
+ execute: string;
245
256
  executeSuccess: string;
246
257
  export: string;
247
258
  exportSuccess: string;
248
259
  formId: string;
249
260
  formName: string;
261
+ millisecond: string;
262
+ fail: string;
250
263
  formValidationFail: string;
251
264
  import: string;
252
265
  'import-template': string;
253
266
  importSuccess: string;
254
267
  importTemplate: string;
268
+ success: string;
255
269
  loading: string;
256
270
  lookup: string;
257
271
  no: string;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * <p>系统管理/系统管理/数据操作.</p>
3
+ * <p>通过页面执行 SQL 语句, 记录执行人等相关信息.</p>
4
+ */
5
+ declare const _default: import("vue").DefineComponent<Readonly<import("vue").ComponentPropsOptions<{
6
+ [x: string]: unknown;
7
+ }>>, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, readonly string[] | Readonly<import("vue").ExtractPropTypes<Readonly<import("vue").ComponentObjectPropsOptions<{
8
+ [x: string]: unknown;
9
+ }>>>>, {
10
+ [x: number]: string;
11
+ } | {}>;
12
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import './KgSqlClient.css';
2
+ export interface KgSqlClientEditorRef {
3
+ /**
4
+ * 获取待执行的文本.
5
+ */
6
+ getSqlTextForExecute(): string;
7
+ }
8
+ /**
9
+ * <p>数据库客户端:编辑器.</p>
10
+ */
11
+ export declare const KgSqlClientEditor: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1,36 @@
1
+ import { ExtractPropTypes, PropType } from 'vue';
2
+ import './KgSqlClient.css';
3
+ import { ExecuteResultDTO } from '../../../api/WMS/models';
4
+ export declare const getProps: () => {
5
+ /**
6
+ * 执行结果.
7
+ */
8
+ executeResult: PropType<ExecuteResultDTO>;
9
+ /**
10
+ * 当前索引, 即当前是第几个执行结果, 从 0 开始.
11
+ */
12
+ index: PropType<number>;
13
+ };
14
+ export declare type KgSqlClientResultTabProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
15
+ /**
16
+ * <p>数据库客户端:执行结果的标签页.</p>
17
+ */
18
+ export declare const KgSqlClientResultTab: import("vue").DefineComponent<{
19
+ /**
20
+ * 执行结果.
21
+ */
22
+ executeResult: PropType<ExecuteResultDTO>;
23
+ /**
24
+ * 当前索引, 即当前是第几个执行结果, 从 0 开始.
25
+ */
26
+ index: PropType<number>;
27
+ }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
28
+ /**
29
+ * 执行结果.
30
+ */
31
+ executeResult: PropType<ExecuteResultDTO>;
32
+ /**
33
+ * 当前索引, 即当前是第几个执行结果, 从 0 开始.
34
+ */
35
+ index: PropType<number>;
36
+ }>>, {}>;
@@ -0,0 +1,7 @@
1
+ import './KgSqlClient.css';
2
+ /**
3
+ * <p>数据库客户端:工具栏.</p>
4
+ */
5
+ export declare const KgSqlClientToolbar: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "execute"[], "execute", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>> & {
6
+ onExecute?: ((...args: any[]) => any) | undefined;
7
+ }, {}>;
@@ -0,0 +1,5 @@
1
+ import './KgSqlClient.css';
2
+ /**
3
+ * <p>数据库客户端.</p>
4
+ */
5
+ export declare const KgSqlClient: import("vue").DefineComponent<{}, () => JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}>;
@@ -0,0 +1 @@
1
+ export { default as KgPageSqlClient } from './KgPageSqlClient';
@@ -1,5 +1,3 @@
1
- export * from './KgPageDda';
2
- export { default as KgPageDda } from './KgPageDda';
3
1
  /**
4
2
  * 路由.
5
3
  *