@kengic/vue 0.28.3-beta.5 → 0.29.1-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 (44) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/index.css +1 -1
  3. package/dist/kengic-vue.js +15558 -15227
  4. package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
  5. package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
  6. package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
  7. package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
  8. package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
  9. package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +2 -2
  10. package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
  11. package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
  12. package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
  13. package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
  14. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
  15. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
  16. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
  17. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
  18. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
  19. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
  20. package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
  21. package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
  22. package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
  23. package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
  24. package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
  25. package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +2 -2
  26. package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
  27. package/dist/src/component/KgButton/KgButton.event.d.ts +2 -2
  28. package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -0
  29. package/dist/src/component/KgVar/KgVar.hooks.d.ts +4 -1
  30. package/dist/src/component/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts +12 -2
  31. package/dist/src/const/const.vm.d.ts +87 -20
  32. package/dist/src/i18n/cs_CZ.d.ts +4 -0
  33. package/dist/src/i18n/en.d.ts +4 -0
  34. package/dist/src/i18n/es_ES.d.ts +26 -22
  35. package/dist/src/i18n/fr_FR.d.ts +26 -22
  36. package/dist/src/i18n/km_KH.d.ts +26 -22
  37. package/dist/src/i18n/ko_KR.d.ts +26 -22
  38. package/dist/src/i18n/vi_VN.d.ts +26 -22
  39. package/dist/src/i18n/zh_CN.d.ts +4 -0
  40. package/dist/src/page/KgCircleVis/components/KgCircleVis.store.d.ts +2 -2
  41. package/dist/src/page/KgCircleVis/components/KgCircleVis.vm.d.ts +4 -0
  42. package/dist/src/service/http-client.d.ts +8 -7
  43. package/dist/src/util/kg.util.d.ts +27 -1
  44. package/package.json +2 -1
@@ -97,12 +97,35 @@ declare const _default: {
97
97
  'LTE-desc': string;
98
98
  NE: string;
99
99
  'NE-desc': string;
100
+ EMPTY: string;
101
+ 'EMPTY-desc': string;
102
+ NOT_EMPTY: string;
103
+ 'NOT_EMPTY-desc': string;
100
104
  START_WITH: string;
101
105
  'START_WITH-desc': string;
102
106
  close: string;
103
107
  formTitle: string;
104
108
  pleaseSelectVarProfileMaster: string;
105
109
  };
110
+ KgSqlClient: {
111
+ ResultTab: {
112
+ resultStatusLabel: string;
113
+ ellapseLabel: string;
114
+ rowsTotalLabel: string;
115
+ messageLabel: string;
116
+ tabTitlePrefix: string;
117
+ rowsAffected: string;
118
+ };
119
+ Toolbar: {
120
+ Top: {
121
+ deleteCurrentTemplate: string;
122
+ saveAsTemplate: string;
123
+ saveCurrentTemplate: string;
124
+ viewHistory: string;
125
+ viewTemplate: string;
126
+ };
127
+ };
128
+ };
106
129
  KgTable: {
107
130
  apiNotSupportDynamicQuery: string;
108
131
  column: string;
@@ -215,25 +238,6 @@ declare const _default: {
215
238
  KgVarConfigSelectFormIdModal: {
216
239
  title: string;
217
240
  };
218
- KgSqlClient: {
219
- ResultTab: {
220
- resultStatusLabel: string;
221
- ellapseLabel: string;
222
- rowsTotalLabel: string;
223
- messageLabel: string;
224
- tabTitlePrefix: string;
225
- rowsAffected: string;
226
- };
227
- Toolbar: {
228
- Top: {
229
- deleteCurrentTemplate: string;
230
- saveAsTemplate: string;
231
- saveCurrentTemplate: string;
232
- viewHistory: string;
233
- viewTemplate: string;
234
- };
235
- };
236
- };
237
241
  KgWarehouse: {
238
242
  reloadMessage: string;
239
243
  selectWarehouse: string;
@@ -247,13 +251,11 @@ declare const _default: {
247
251
  button: string;
248
252
  cancel: string;
249
253
  close: string;
250
- fail: string;
251
254
  confirm: string;
252
255
  confirmDelete: string;
253
256
  copy: string;
254
257
  copySuccess: string;
255
258
  create: string;
256
- millisecond: string;
257
259
  createSuccess: string;
258
260
  default: string;
259
261
  delete: string;
@@ -266,16 +268,17 @@ declare const _default: {
266
268
  executeSuccess: string;
267
269
  export: string;
268
270
  exportSuccess: string;
271
+ fail: string;
269
272
  formId: string;
270
273
  formName: string;
271
274
  formValidationFail: string;
272
275
  import: string;
273
276
  'import-template': string;
274
- success: string;
275
277
  importSuccess: string;
276
278
  importTemplate: string;
277
279
  loading: string;
278
280
  lookup: string;
281
+ millisecond: string;
279
282
  no: string;
280
283
  ok: string;
281
284
  query: string;
@@ -287,6 +290,7 @@ declare const _default: {
287
290
  selectAll: string;
288
291
  show: string;
289
292
  succeed: string;
293
+ success: string;
290
294
  tip: string;
291
295
  update: string;
292
296
  updateSuccess: string;
@@ -97,12 +97,35 @@ declare const _default: {
97
97
  'LTE-desc': string;
98
98
  NE: string;
99
99
  'NE-desc': string;
100
+ EMPTY: string;
101
+ 'EMPTY-desc': string;
102
+ NOT_EMPTY: string;
103
+ 'NOT_EMPTY-desc': string;
100
104
  START_WITH: string;
101
105
  'START_WITH-desc': string;
102
106
  close: string;
103
107
  formTitle: string;
104
108
  pleaseSelectVarProfileMaster: string;
105
109
  };
110
+ KgSqlClient: {
111
+ ResultTab: {
112
+ resultStatusLabel: string;
113
+ ellapseLabel: string;
114
+ rowsTotalLabel: string;
115
+ messageLabel: string;
116
+ tabTitlePrefix: string;
117
+ rowsAffected: string;
118
+ };
119
+ Toolbar: {
120
+ Top: {
121
+ deleteCurrentTemplate: string;
122
+ saveAsTemplate: string;
123
+ saveCurrentTemplate: string;
124
+ viewHistory: string;
125
+ viewTemplate: string;
126
+ };
127
+ };
128
+ };
106
129
  KgTable: {
107
130
  apiNotSupportDynamicQuery: string;
108
131
  column: string;
@@ -215,25 +238,6 @@ declare const _default: {
215
238
  KgVarConfigSelectFormIdModal: {
216
239
  title: string;
217
240
  };
218
- KgSqlClient: {
219
- ResultTab: {
220
- resultStatusLabel: string;
221
- ellapseLabel: string;
222
- rowsTotalLabel: string;
223
- messageLabel: string;
224
- tabTitlePrefix: string;
225
- rowsAffected: string;
226
- };
227
- Toolbar: {
228
- Top: {
229
- deleteCurrentTemplate: string;
230
- saveAsTemplate: string;
231
- saveCurrentTemplate: string;
232
- viewHistory: string;
233
- viewTemplate: string;
234
- };
235
- };
236
- };
237
241
  KgWarehouse: {
238
242
  reloadMessage: string;
239
243
  selectWarehouse: string;
@@ -262,12 +266,11 @@ declare const _default: {
262
266
  emptyText: string;
263
267
  execute: string;
264
268
  executeSuccess: string;
265
- fail: string;
266
269
  export: string;
267
270
  exportSuccess: string;
271
+ fail: string;
268
272
  formId: string;
269
273
  formName: string;
270
- millisecond: string;
271
274
  formValidationFail: string;
272
275
  import: string;
273
276
  'import-template': string;
@@ -275,6 +278,7 @@ declare const _default: {
275
278
  importTemplate: string;
276
279
  loading: string;
277
280
  lookup: string;
281
+ millisecond: string;
278
282
  no: string;
279
283
  ok: string;
280
284
  query: string;
@@ -282,11 +286,11 @@ declare const _default: {
282
286
  required: string;
283
287
  reset: string;
284
288
  save: string;
285
- success: string;
286
289
  search: string;
287
290
  selectAll: string;
288
291
  show: string;
289
292
  succeed: string;
293
+ success: string;
290
294
  tip: string;
291
295
  update: string;
292
296
  updateSuccess: string;
@@ -97,12 +97,35 @@ declare const _default: {
97
97
  'LTE-desc': string;
98
98
  NE: string;
99
99
  'NE-desc': string;
100
+ EMPTY: string;
101
+ 'EMPTY-desc': string;
102
+ NOT_EMPTY: string;
103
+ 'NOT_EMPTY-desc': string;
100
104
  START_WITH: string;
101
105
  'START_WITH-desc': string;
102
106
  close: string;
103
107
  formTitle: string;
104
108
  pleaseSelectVarProfileMaster: string;
105
109
  };
110
+ KgSqlClient: {
111
+ ResultTab: {
112
+ resultStatusLabel: string;
113
+ ellapseLabel: string;
114
+ rowsTotalLabel: string;
115
+ messageLabel: string;
116
+ tabTitlePrefix: string;
117
+ rowsAffected: string;
118
+ };
119
+ Toolbar: {
120
+ Top: {
121
+ deleteCurrentTemplate: string;
122
+ saveAsTemplate: string;
123
+ saveCurrentTemplate: string;
124
+ viewHistory: string;
125
+ viewTemplate: string;
126
+ };
127
+ };
128
+ };
106
129
  KgTable: {
107
130
  apiNotSupportDynamicQuery: string;
108
131
  column: string;
@@ -182,25 +205,6 @@ declare const _default: {
182
205
  VarButton: string;
183
206
  VarButtonConfig: string;
184
207
  };
185
- KgSqlClient: {
186
- ResultTab: {
187
- resultStatusLabel: string;
188
- ellapseLabel: string;
189
- rowsTotalLabel: string;
190
- messageLabel: string;
191
- tabTitlePrefix: string;
192
- rowsAffected: string;
193
- };
194
- Toolbar: {
195
- Top: {
196
- deleteCurrentTemplate: string;
197
- saveAsTemplate: string;
198
- saveCurrentTemplate: string;
199
- viewHistory: string;
200
- viewTemplate: string;
201
- };
202
- };
203
- };
204
208
  KgVarConfigModalChild: {
205
209
  childVarName: string;
206
210
  childVarNameDuplicate: string;
@@ -256,7 +260,6 @@ declare const _default: {
256
260
  default: string;
257
261
  delete: string;
258
262
  deleteSuccess: string;
259
- fail: string;
260
263
  desc: string;
261
264
  edit: string;
262
265
  empty: string;
@@ -265,17 +268,17 @@ declare const _default: {
265
268
  executeSuccess: string;
266
269
  export: string;
267
270
  exportSuccess: string;
271
+ fail: string;
268
272
  formId: string;
269
273
  formName: string;
270
274
  formValidationFail: string;
271
275
  import: string;
272
276
  'import-template': string;
273
- millisecond: string;
274
277
  importSuccess: string;
275
278
  importTemplate: string;
276
279
  loading: string;
277
280
  lookup: string;
278
- success: string;
281
+ millisecond: string;
279
282
  no: string;
280
283
  ok: string;
281
284
  query: string;
@@ -287,6 +290,7 @@ declare const _default: {
287
290
  selectAll: string;
288
291
  show: string;
289
292
  succeed: string;
293
+ success: string;
290
294
  tip: string;
291
295
  update: string;
292
296
  updateSuccess: string;
@@ -97,12 +97,35 @@ declare const _default: {
97
97
  'LTE-desc': string;
98
98
  NE: string;
99
99
  'NE-desc': string;
100
+ EMPTY: string;
101
+ 'EMPTY-desc': string;
102
+ NOT_EMPTY: string;
103
+ 'NOT_EMPTY-desc': string;
100
104
  START_WITH: string;
101
105
  'START_WITH-desc': string;
102
106
  close: string;
103
107
  formTitle: string;
104
108
  pleaseSelectVarProfileMaster: string;
105
109
  };
110
+ KgSqlClient: {
111
+ ResultTab: {
112
+ resultStatusLabel: string;
113
+ ellapseLabel: string;
114
+ rowsTotalLabel: string;
115
+ messageLabel: string;
116
+ tabTitlePrefix: string;
117
+ rowsAffected: string;
118
+ };
119
+ Toolbar: {
120
+ Top: {
121
+ deleteCurrentTemplate: string;
122
+ saveAsTemplate: string;
123
+ saveCurrentTemplate: string;
124
+ viewHistory: string;
125
+ viewTemplate: string;
126
+ };
127
+ };
128
+ };
106
129
  KgTable: {
107
130
  apiNotSupportDynamicQuery: string;
108
131
  column: string;
@@ -182,25 +205,6 @@ declare const _default: {
182
205
  VarButton: string;
183
206
  VarButtonConfig: string;
184
207
  };
185
- KgSqlClient: {
186
- ResultTab: {
187
- resultStatusLabel: string;
188
- ellapseLabel: string;
189
- rowsTotalLabel: string;
190
- messageLabel: string;
191
- tabTitlePrefix: string;
192
- rowsAffected: string;
193
- };
194
- Toolbar: {
195
- Top: {
196
- deleteCurrentTemplate: string;
197
- saveAsTemplate: string;
198
- saveCurrentTemplate: string;
199
- viewHistory: string;
200
- viewTemplate: string;
201
- };
202
- };
203
- };
204
208
  KgVarConfigModalChild: {
205
209
  childVarName: string;
206
210
  childVarNameDuplicate: string;
@@ -260,13 +264,12 @@ declare const _default: {
260
264
  edit: string;
261
265
  empty: string;
262
266
  emptyText: string;
263
- fail: string;
264
267
  execute: string;
265
268
  executeSuccess: string;
266
269
  export: string;
267
270
  exportSuccess: string;
271
+ fail: string;
268
272
  formId: string;
269
- millisecond: string;
270
273
  formName: string;
271
274
  formValidationFail: string;
272
275
  import: string;
@@ -275,7 +278,7 @@ declare const _default: {
275
278
  importTemplate: string;
276
279
  loading: string;
277
280
  lookup: string;
278
- success: string;
281
+ millisecond: string;
279
282
  no: string;
280
283
  ok: string;
281
284
  query: string;
@@ -287,6 +290,7 @@ declare const _default: {
287
290
  selectAll: string;
288
291
  show: string;
289
292
  succeed: string;
293
+ success: string;
290
294
  tip: string;
291
295
  update: string;
292
296
  updateSuccess: string;
@@ -97,12 +97,35 @@ declare const _default: {
97
97
  'LTE-desc': string;
98
98
  NE: string;
99
99
  'NE-desc': string;
100
+ EMPTY: string;
101
+ 'EMPTY-desc': string;
102
+ NOT_EMPTY: string;
103
+ 'NOT_EMPTY-desc': string;
100
104
  START_WITH: string;
101
105
  'START_WITH-desc': string;
102
106
  close: string;
103
107
  formTitle: string;
104
108
  pleaseSelectVarProfileMaster: string;
105
109
  };
110
+ KgSqlClient: {
111
+ ResultTab: {
112
+ resultStatusLabel: string;
113
+ ellapseLabel: string;
114
+ rowsTotalLabel: string;
115
+ messageLabel: string;
116
+ tabTitlePrefix: string;
117
+ rowsAffected: string;
118
+ };
119
+ Toolbar: {
120
+ Top: {
121
+ deleteCurrentTemplate: string;
122
+ saveAsTemplate: string;
123
+ saveCurrentTemplate: string;
124
+ viewHistory: string;
125
+ viewTemplate: string;
126
+ };
127
+ };
128
+ };
106
129
  KgTable: {
107
130
  apiNotSupportDynamicQuery: string;
108
131
  column: string;
@@ -182,25 +205,6 @@ declare const _default: {
182
205
  VarButton: string;
183
206
  VarButtonConfig: string;
184
207
  };
185
- KgSqlClient: {
186
- ResultTab: {
187
- resultStatusLabel: string;
188
- ellapseLabel: string;
189
- rowsTotalLabel: string;
190
- messageLabel: string;
191
- tabTitlePrefix: string;
192
- rowsAffected: string;
193
- };
194
- Toolbar: {
195
- Top: {
196
- deleteCurrentTemplate: string;
197
- saveAsTemplate: string;
198
- saveCurrentTemplate: string;
199
- viewHistory: string;
200
- viewTemplate: string;
201
- };
202
- };
203
- };
204
208
  KgVarConfigModalChild: {
205
209
  childVarName: string;
206
210
  childVarNameDuplicate: string;
@@ -262,20 +266,19 @@ declare const _default: {
262
266
  emptyText: string;
263
267
  execute: string;
264
268
  executeSuccess: string;
265
- fail: string;
266
269
  export: string;
267
270
  exportSuccess: string;
271
+ fail: string;
268
272
  formId: string;
269
- millisecond: string;
270
273
  formName: string;
271
274
  formValidationFail: string;
272
275
  import: string;
273
276
  'import-template': string;
274
277
  importSuccess: string;
275
278
  importTemplate: string;
276
- success: string;
277
279
  loading: string;
278
280
  lookup: string;
281
+ millisecond: string;
279
282
  no: string;
280
283
  ok: string;
281
284
  query: string;
@@ -287,6 +290,7 @@ declare const _default: {
287
290
  selectAll: string;
288
291
  show: string;
289
292
  succeed: string;
293
+ success: string;
290
294
  tip: string;
291
295
  update: string;
292
296
  updateSuccess: string;
@@ -98,6 +98,10 @@ declare const _default: {
98
98
  'LTE-desc': string;
99
99
  NE: string;
100
100
  'NE-desc': string;
101
+ EMPTY: string;
102
+ 'EMPTY-desc': string;
103
+ NOT_EMPTY: string;
104
+ 'NOT_EMPTY-desc': string;
101
105
  START_WITH: string;
102
106
  'START_WITH-desc': string;
103
107
  close: string;
@@ -141,13 +141,13 @@ export declare type IKgCircleVisProps = {
141
141
  /**
142
142
  * 绘制时的线宽.
143
143
  *
144
- * @default 10.
144
+ * @default 100.
145
145
  */
146
146
  strokeLineWidth?: number;
147
147
  /**
148
148
  * 更新状态数据的时间间隔.
149
149
  *
150
- * @default 100 毫秒.
150
+ * @default 25 毫秒.
151
151
  */
152
152
  updateStatusInterval?: number;
153
153
  };
@@ -15,6 +15,10 @@ export declare type MapMapDTO = {
15
15
  width: number;
16
16
  };
17
17
  export declare type MapStationDTO = {
18
+ /**
19
+ * 巷道.
20
+ */
21
+ aisle: number;
18
22
  /** 线体编号. */
19
23
  conveyorNo: string;
20
24
  /** 线体坐标(线体相对环穿轨道的位置). */
@@ -1,13 +1,12 @@
1
1
  import { AxiosInstance, type AxiosRequestConfig } from 'axios';
2
2
  import dayjs from 'dayjs';
3
- import { KG_DYNAMIC_QUERY_OPERATOR } from '../const';
4
3
  import { UploadFileCallBack, UploadFileParams } from '../project/types/axios';
5
4
  interface IHttpClient {
6
5
  axiosInstance: AxiosInstance;
7
6
  options: {
8
- requestOptions?: IRequestOptions;
7
+ requestOptions?: IRequestOption;
9
8
  } & AxiosRequestConfig;
10
- request<T = any>(config: IRequestConfig, options?: IRequestOptions): Promise<T>;
9
+ request<T = any>(config: IRequestConfig, options?: IRequestOption): Promise<T>;
11
10
  uploadFile<T = any>(config: AxiosRequestConfig, params: UploadFileParams, callback?: UploadFileCallBack): Promise<T>;
12
11
  }
13
12
  /**
@@ -21,13 +20,13 @@ declare function httpClient(): IHttpClient;
21
20
  interface IRequestConfig<P = {}, D = {}> extends AxiosRequestConfig<D> {
22
21
  params?: P;
23
22
  }
24
- interface IRequestOptions {
23
+ interface IRequestOption {
25
24
  /**
26
25
  * 接口地址,如果保留为空,则使用默认值
27
26
  */
28
27
  apiUrl?: string;
29
28
  /**
30
- * dayjs 实例, 必须跟 {@link IRequestOptions.dynamicQueryOperatorModel} 同时传值. 即如果参数 {@link IRequestOptions.dynamicQueryOperatorModel} 不为空, 则参数 {@link IRequestOptions.dayjs} 也必须不为空.
29
+ * dayjs 实例, 必须跟 {@link IRequestOption.dynamicQueryOperatorModel} 同时传值. 即如果参数 {@link IRequestOption.dynamicQueryOperatorModel} 不为空, 则参数 {@link IRequestOption.dayjs} 也必须不为空.
31
30
  */
32
31
  dayjs?: typeof dayjs;
33
32
  /**
@@ -43,7 +42,7 @@ interface IRequestOptions {
43
42
  * <p>如果该参数不为空, 表示该请求启用了高级查询.</p>
44
43
  * <p>其中的 key 表示参数名, 对应的 value 表示该参数的高级查询操作符(>,=,<...).</p>
45
44
  */
46
- dynamicQueryOperatorModel?: Record<string, KG_DYNAMIC_QUERY_OPERATOR>;
45
+ dynamicQueryOperatorModel?: Record<string, string>;
47
46
  /**
48
47
  * 错误消息提示类型
49
48
  */
@@ -90,4 +89,6 @@ interface IRequestOptions {
90
89
  */
91
90
  withToken?: boolean;
92
91
  }
93
- export { kgSetupHttpClient, httpClient, type IRequestConfig, type IRequestOptions };
92
+ /** @deprecated 已弃用, 请使用 {@link IRequestOption} */
93
+ declare type IRequestOptions = IRequestOption;
94
+ export { kgSetupHttpClient, httpClient, type IRequestConfig, type IRequestOption, type IRequestOptions };
@@ -284,6 +284,11 @@ export declare class KgUtil {
284
284
  sql: string;
285
285
  whereObjectJSON: string;
286
286
  whereSql: string;
287
+ whereSql01: string;
288
+ whereSql02: string;
289
+ whereSql03: string;
290
+ whereSql04: string;
291
+ whereSql05: string;
287
292
  } | {
288
293
  /**
289
294
  * 查询操作符对象的 JSON 字符串.
@@ -294,13 +299,34 @@ export declare class KgUtil {
294
299
  */
295
300
  orderBySql: string;
296
301
  /**
297
- * 查询字段的 WHERE 片段对象的 JSON 字符串.
302
+ * <p>查询字段的 WHERE 片段对象的 JSON 字符串.</p>
303
+ * <p>该对象中, 每一个 key 表示字段名, 每一个 value 表示该字段对应的 SQL 片段</p>
298
304
  */
299
305
  whereObjectJSON: string;
300
306
  /**
301
307
  * WHERE SQL.
302
308
  */
303
309
  whereSql: string;
310
+ /**
311
+ * WHERE SQL.
312
+ */
313
+ whereSql01: string;
314
+ /**
315
+ * WHERE SQL.
316
+ */
317
+ whereSql02: string;
318
+ /**
319
+ * WHERE SQL.
320
+ */
321
+ whereSql03: string;
322
+ /**
323
+ * WHERE SQL.
324
+ */
325
+ whereSql04: string;
326
+ /**
327
+ * WHERE SQL.
328
+ */
329
+ whereSql05: string;
304
330
  sql?: undefined;
305
331
  };
306
332
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.28.3-beta.5",
3
+ "version": "0.29.1-beta.0",
4
4
  "scripts": {
5
5
  "build": "npm run use-node && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
@@ -14,6 +14,7 @@
14
14
  "bump-to:luotao:smartfactory.product.wms.wms--dev-3.2": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--dev-3.2.ts",
15
15
  "copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
16
16
  "bump-to:luotao:smartfactory.product.wms.wms--project-kengic-factory": "npm run use-node && tsx script/bump-to.luotao.smartfactory.product.wms.wms--project-kengic-factory.ts",
17
+ "copy-to:luotao:smartfactory.product.wms.wms--project-kengic-factory-test": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.product.wms.wms--project-kengic-factory-test.ts",
17
18
  "copy-to:luotao:smartfactory.tyre.haohua.basic.was-java--PcrTireWeb": "npm run use-node && npm run build:dev && tsx script/copy-to.luotao.smartfactory.tyre.haohua.basic.was-java--PcrTireWeb.ts",
18
19
  "----- --------------------------------------------": "更新组件库的版本",
19
20
  "bump:major": "npm run use-node && tsx script/bump.ts major",