@kengic/vue 0.23.5 → 0.23.7-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.
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +3844 -3442
- package/dist/src/apis/WMS/models.d.ts +4 -2
- package/dist/src/components/KgButton/index.hooks.d.ts +8 -9
- package/dist/src/components/KgButton/index.store.d.ts +3 -0
- package/dist/src/components/KgResizable/KgResizable.d.ts +4 -56
- package/dist/src/components/KgResizable/KgResizable.service.d.ts +12 -0
- package/dist/src/components/KgSearch/index.vm.d.ts +1 -2
- package/dist/src/components/KgSubmit/index.hooks.d.ts +3 -2
- package/dist/src/components/KgSubmit/index.store.d.ts +1 -18
- package/dist/src/components/KgTable/index.store.d.ts +7 -7
- package/dist/src/components/KgTable/index.vm.d.ts +0 -1
- package/dist/src/components/KgVar/index.hooks.d.ts +3 -2
- package/dist/src/components/KgVar/index.store.d.ts +8 -6
- package/dist/src/components/{KgTable/components/setting/config/KgTable.Setting.ConfigModal.VarGridMaster.d.ts → KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +1 -1
- package/dist/src/components/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +7 -0
- package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.VarProfileMaster.service.d.ts → KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +1 -1
- package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.VarProfileConfig.d.ts → KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts} +1 -1
- package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.VarProfileMaster.d.ts → KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts} +1 -1
- package/dist/src/components/{KgTable/components/setting/config/KgTable.Setting.ConfigModal.VarGridMaster.service.d.ts → KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.service.d.ts} +1 -1
- package/dist/src/components/KgVarConfig/index.vm.d.ts +14 -10
- package/dist/src/consts/i18n/en.d.ts +30 -37
- package/dist/src/consts/i18n/zh_CN.d.ts +30 -37
- package/dist/src/consts/index.vm.d.ts +36 -3
- package/package.json +1 -1
- package/dist/src/components/KgTable/components/setting/config/KgTable.Setting.ConfigModal.VarGridConfig.d.ts +0 -8
- /package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.Body.d.ts → KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts} +0 -0
- /package/dist/src/components/{KgTable/components/setting/config/KgTable.Setting.ConfigModal.Body.d.ts → KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts} +0 -0
@@ -91,19 +91,12 @@ declare const _default: {
|
|
91
91
|
'NE-desc': string;
|
92
92
|
START_WITH: string;
|
93
93
|
'START_WITH-desc': string;
|
94
|
-
VarProfileConfig: string;
|
95
|
-
VarProfileMaster: string;
|
96
|
-
canNotUpdateSystemVarProfileMaster: string;
|
97
94
|
close: string;
|
98
95
|
formTitle: string;
|
99
96
|
pleaseSelectVarProfileMaster: string;
|
100
97
|
};
|
101
|
-
KgVarConfigModalSubmitVarSubmitConfig: {
|
102
|
-
invalidWidthForSpan: string;
|
103
|
-
};
|
104
98
|
KgTable: {
|
105
99
|
apiNotSupportDynamicQuery: string;
|
106
|
-
canNotUpdateSystemVarGridMaster: string;
|
107
100
|
column: string;
|
108
101
|
config: string;
|
109
102
|
emptyText: string;
|
@@ -129,52 +122,35 @@ declare const _default: {
|
|
129
122
|
locate: string;
|
130
123
|
row: string;
|
131
124
|
};
|
132
|
-
KgTableSettingConfigModal: {
|
133
|
-
|
134
|
-
VarGridMaster: string;
|
135
|
-
};
|
136
|
-
KgTableSettingConfigModalVarGridMaster: {
|
137
|
-
DESC: string;
|
138
|
-
ENUM: string;
|
139
|
-
FILE_SIZE: string;
|
140
|
-
PROGRESS: string;
|
141
|
-
ROUTE_LINK: string;
|
142
|
-
UPDATE_LINK: string;
|
143
|
-
YN: string;
|
144
|
-
center: string;
|
145
|
-
left: string;
|
146
|
-
'not-sort': string;
|
147
|
-
right: string;
|
148
|
-
};
|
149
|
-
KgTableSettingVarGridConfig: {
|
150
|
-
emptyPageSizeOptions: string;
|
151
|
-
invalidCommandParameter: string;
|
152
|
-
invalidPageSizeOption: string;
|
153
|
-
invalidPageSizeOptions: string;
|
154
|
-
};
|
125
|
+
KgTableSettingConfigModal: {};
|
126
|
+
KgTableSettingVarGridConfig: {};
|
155
127
|
KgTableSettingVarGridMasterSaveAs: {
|
156
128
|
title: string;
|
157
129
|
};
|
158
130
|
KgVar: {};
|
159
131
|
KgVarConfig: {
|
132
|
+
VarGridConfig: string;
|
133
|
+
VarGridMaster: string;
|
134
|
+
VarProfileConfig: string;
|
135
|
+
VarProfileMaster: string;
|
160
136
|
action: string;
|
161
137
|
allForm: string;
|
162
138
|
allLanguage: string;
|
139
|
+
canNotUpdateSystemVarGridMaster: string;
|
140
|
+
canNotUpdateSystemVarProfileMaster: string;
|
163
141
|
confirm: string;
|
164
142
|
createConfig: string;
|
165
|
-
createSuccess: string;
|
166
143
|
currentForm: string;
|
167
144
|
currentLanguage: string;
|
168
145
|
customLevel: string;
|
169
|
-
|
170
|
-
deleteSuccess: string;
|
171
|
-
discardConfirmMessage: string;
|
146
|
+
emptyPageSizeOptions: string;
|
172
147
|
formId: string;
|
173
148
|
formValidationMessageForMaxAndMin: string;
|
174
149
|
formValidationMessageForMaxLengthAndMinLength: string;
|
175
|
-
|
176
|
-
|
177
|
-
|
150
|
+
invalidCommandParameter: string;
|
151
|
+
invalidPageSizeOption: string;
|
152
|
+
invalidPageSizeOptions: string;
|
153
|
+
pleaseSelectVariable: string;
|
178
154
|
tabButton: string;
|
179
155
|
tabSearch: string;
|
180
156
|
tabSubmit: string;
|
@@ -197,6 +173,23 @@ declare const _default: {
|
|
197
173
|
VarSubmitConfig: string;
|
198
174
|
VarSubmitDetail: string;
|
199
175
|
};
|
176
|
+
KgVarConfigModalSubmitVarSubmitConfig: {
|
177
|
+
invalidWidthForSpan: string;
|
178
|
+
};
|
179
|
+
KgVarConfigModalTableVarGridMaster: {
|
180
|
+
DESC: string;
|
181
|
+
FILE_SIZE: string;
|
182
|
+
ICON: string;
|
183
|
+
IMAGE: string;
|
184
|
+
PROGRESS: string;
|
185
|
+
ROUTE_LINK: string;
|
186
|
+
UPDATE_LINK: string;
|
187
|
+
YN: string;
|
188
|
+
center: string;
|
189
|
+
left: string;
|
190
|
+
notSort: string;
|
191
|
+
right: string;
|
192
|
+
};
|
200
193
|
KgVarConfigSelectFormIdModal: {
|
201
194
|
title: string;
|
202
195
|
};
|
@@ -348,12 +348,45 @@ export declare enum KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE {
|
|
348
348
|
BOOLEAN = "BOOLEAN"
|
349
349
|
}
|
350
350
|
/** 宽度单位. */
|
351
|
-
export declare const enum
|
352
|
-
/**
|
351
|
+
export declare const enum KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT {
|
352
|
+
/**
|
353
|
+
* 网格.
|
354
|
+
*/
|
353
355
|
SPAN = "SPAN",
|
354
|
-
/**
|
356
|
+
/**
|
357
|
+
* 像素.
|
358
|
+
*/
|
355
359
|
PX = "PX"
|
356
360
|
}
|
361
|
+
/**
|
362
|
+
* 栅格布局宽度.
|
363
|
+
*/
|
364
|
+
export declare const enum KG__SPAN {
|
365
|
+
_1 = 1,
|
366
|
+
_2 = 2,
|
367
|
+
_3 = 3,
|
368
|
+
_4 = 4,
|
369
|
+
_5 = 5,
|
370
|
+
_6 = 6,
|
371
|
+
_7 = 7,
|
372
|
+
_8 = 8,
|
373
|
+
_9 = 9,
|
374
|
+
_10 = 10,
|
375
|
+
_11 = 11,
|
376
|
+
_12 = 12,
|
377
|
+
_13 = 13,
|
378
|
+
_14 = 14,
|
379
|
+
_15 = 15,
|
380
|
+
_16 = 16,
|
381
|
+
_17 = 17,
|
382
|
+
_18 = 18,
|
383
|
+
_19 = 19,
|
384
|
+
_20 = 20,
|
385
|
+
_21 = 21,
|
386
|
+
_22 = 22,
|
387
|
+
_23 = 23,
|
388
|
+
_24 = 24
|
389
|
+
}
|
357
390
|
/**
|
358
391
|
* 导出 EXCEL 文件的后缀.
|
359
392
|
*/
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@kengic/vue",
|
3
|
-
"version": "0.23.
|
3
|
+
"version": "0.23.7-beta.0",
|
4
4
|
"scripts": {
|
5
5
|
"build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
|
6
6
|
"build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",
|
@@ -1,8 +0,0 @@
|
|
1
|
-
import { ExtractPropTypes } from 'vue';
|
2
|
-
export declare const FORM_ID__VAR_GRID_CONFIG = "kg-table.VarGridConfig";
|
3
|
-
export declare const getProps: () => any;
|
4
|
-
export declare type IKgTableSettingConfigModalVarGridConfigProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
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>, {} | {
|
6
|
-
[x: string]: any;
|
7
|
-
}>;
|
8
|
-
export default _default;
|
File without changes
|