@kengic/vue 0.23.4 → 0.23.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/kengic-vue.js +4759 -4478
  3. package/dist/src/apis/WMS/models.d.ts +4 -2
  4. package/dist/src/components/KgButton/index.hooks.d.ts +8 -0
  5. package/dist/src/components/KgButton/index.store.d.ts +3 -0
  6. package/dist/src/components/KgForm/index.vm.d.ts +2 -2
  7. package/dist/src/components/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +2 -0
  8. package/dist/src/components/KgForm.Item/components/KgForm.Item.Select.d.ts +2 -0
  9. package/dist/src/components/KgForm.Item/index.vm.d.ts +1 -1
  10. package/dist/src/components/KgResizable/KgResizable.d.ts +4 -56
  11. package/dist/src/components/KgResizable/KgResizable.service.d.ts +12 -0
  12. package/dist/src/components/KgSearch/components/KgSearch.ConfigModal.d.ts +0 -22
  13. package/dist/src/components/KgSearch/index.vm.d.ts +1 -1
  14. package/dist/src/components/KgSubmit/KgSubmit.d.ts +1 -30
  15. package/dist/src/components/KgSubmit/index.hooks.d.ts +3 -2
  16. package/dist/src/components/KgSubmit/index.store.d.ts +1 -18
  17. package/dist/src/components/KgTable/KgTable.service.d.ts +0 -1
  18. package/dist/src/components/KgTable/components/setting/config/KgTable.Setting.ConfigModal.d.ts +0 -15
  19. package/dist/src/components/KgTable/index.hooks.d.ts +4 -0
  20. package/dist/src/components/KgTable/index.store.d.ts +8 -8
  21. package/dist/src/components/KgTable/index.vm.d.ts +0 -1
  22. package/dist/src/components/KgVar/index.hooks.d.ts +1 -0
  23. package/dist/src/components/KgVar/index.store.d.ts +15 -13
  24. package/dist/src/components/KgVar/index.vm.d.ts +2 -2
  25. package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.VarProfileConfig.d.ts → KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileConfig.d.ts} +1 -2
  26. package/dist/src/components/KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.d.ts +7 -0
  27. package/dist/src/components/{KgSearch/components/KgSearch.ConfigModal.VarProfileMaster.hooks.d.ts → KgVarConfig/components/search/KgVarConfig.Modal.Search.VarProfileMaster.service.d.ts} +2 -2
  28. package/dist/src/components/KgVarConfig/components/search/KgVarConfig.Modal.Search.d.ts +5 -0
  29. package/dist/src/components/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitConfig.d.ts +7 -0
  30. package/dist/src/components/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.VarSubmitDetail.d.ts +5 -22
  31. package/dist/src/components/KgVarConfig/components/submit/KgVarConfig.Modal.Submit.d.ts +4 -21
  32. package/dist/src/components/{KgSubmit/components/KgSubmit.VarSubmitConfig.Button.d.ts → KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridConfig.d.ts} +1 -1
  33. package/dist/src/components/KgVarConfig/components/table/KgVarConfig.Modal.Table.VarGridMaster.d.ts +7 -0
  34. 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} +3 -3
  35. package/dist/src/components/KgVarConfig/components/table/KgVarConfig.Modal.Table.d.ts +5 -0
  36. package/dist/src/components/KgVarConfig/index.vm.d.ts +15 -9
  37. package/dist/src/consts/i18n/en.d.ts +30 -37
  38. package/dist/src/consts/i18n/zh_CN.d.ts +30 -37
  39. package/dist/src/consts/index.vm.d.ts +36 -3
  40. package/dist/src/consts/injection-keys.const.d.ts +4 -4
  41. package/package.json +1 -1
  42. package/dist/src/components/KgSearch/components/KgSearch.ConfigModal.Body.d.ts +0 -28
  43. package/dist/src/components/KgSearch/components/KgSearch.ConfigModal.VarProfileMaster.d.ts +0 -24
  44. package/dist/src/components/KgSubmit/components/KgSubmit.VarSubmitConfig.Modal.d.ts +0 -29
  45. package/dist/src/components/KgTable/components/setting/config/KgTable.Setting.ConfigModal.Body.d.ts +0 -22
  46. package/dist/src/components/KgTable/components/setting/config/KgTable.Setting.ConfigModal.VarGridConfig.d.ts +0 -21
  47. package/dist/src/components/KgTable/components/setting/config/KgTable.Setting.ConfigModal.VarGridMaster.d.ts +0 -24
@@ -0,0 +1,5 @@
1
+ export declare const getProps: () => any;
2
+ 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>, {} | {
3
+ [x: string]: any;
4
+ }>;
5
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { ExtractPropTypes } from 'vue';
2
+ export declare const getProps: () => any;
3
+ export declare type KgVarConfigModalSubmitVarSubmitConfigProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
4
+ 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>, {} | {
5
+ [x: string]: any;
6
+ }>;
7
+ export default _default;
@@ -1,24 +1,7 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
2
- export declare const FORM_ID__VAR_SUBMIT_FIELD = "kg-submit.VarSubmitDetail";
3
- export declare const getProps: () => {
4
- /** 主页面的页面标识. */
5
- hostFormID: {
6
- type: PropType<string>;
7
- required: boolean;
8
- };
9
- };
1
+ import { ExtractPropTypes } from 'vue';
2
+ export declare const getProps: () => any;
10
3
  export declare type IKgVarConfigModalSubmitVarSubmitDetailProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
11
- declare const _default: import("vue").DefineComponent<{
12
- /** 主页面的页面标识. */
13
- hostFormID: {
14
- type: PropType<string>;
15
- required: boolean;
16
- };
17
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
18
- /** 主页面的页面标识. */
19
- hostFormID: {
20
- type: PropType<string>;
21
- required: boolean;
22
- };
23
- }>>, {}>;
4
+ 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>, {} | {
5
+ [x: string]: any;
6
+ }>;
24
7
  export default _default;
@@ -1,22 +1,5 @@
1
- import { PropType } from 'vue';
2
- export declare const getProps: () => {
3
- /** 主页面的页面标识. */
4
- hostFormID: {
5
- type: PropType<string>;
6
- required: boolean;
7
- };
8
- };
9
- declare const _default: import("vue").DefineComponent<{
10
- /** 主页面的页面标识. */
11
- hostFormID: {
12
- type: PropType<string>;
13
- required: boolean;
14
- };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- /** 主页面的页面标识. */
17
- hostFormID: {
18
- type: PropType<string>;
19
- required: boolean;
20
- };
21
- }>>, {}>;
1
+ export declare const getProps: () => any;
2
+ 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>, {} | {
3
+ [x: string]: any;
4
+ }>;
22
5
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import { ExtractPropTypes } from 'vue';
2
2
  export declare const getProps: () => any;
3
- export declare type KgSubmitVarSubmitConfigButtonProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
3
+ export declare type KgVarConfigModalTableVarGridConfigProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
4
4
  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>, {} | {
5
5
  [x: string]: any;
6
6
  }>;
@@ -0,0 +1,7 @@
1
+ import { ExtractPropTypes } from 'vue';
2
+ export declare const getProps: () => any;
3
+ export declare type KgVarConfigModalTableVarGridMasterProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
4
+ 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>, {} | {
5
+ [x: string]: any;
6
+ }>;
7
+ export default _default;
@@ -1,6 +1,6 @@
1
1
  import { ColumnsType } from 'ant-design-vue/es/table';
2
2
  import { Ref, UnwrapRef } from 'vue';
3
- import { VarGridDetail } from '../../../../../apis/WMS/models';
3
+ import { VarGridDetail } from '../../../../apis/WMS/models';
4
4
  export declare type IUseTransferColumns = {
5
5
  /** 左侧表格的列. */
6
6
  leftColumns: () => ColumnsType<VarGridDetail>;
@@ -12,7 +12,7 @@ export declare type IUseTransferColumns = {
12
12
  * @param hostFormID 宿主页面标识.
13
13
  * @param varGridDetails
14
14
  */
15
- export declare function _useTransferColumns(hostFormID: string | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseTransferColumns;
15
+ export declare function _useTransferColumns(hostFormID: string | null | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseTransferColumns;
16
16
  export declare type IUseDragRow = {};
17
17
  /**
18
18
  *
@@ -20,4 +20,4 @@ export declare type IUseDragRow = {};
20
20
  * @param varGridDetails
21
21
  * @param transferRightRows
22
22
  */
23
- export declare function _useDragRow(hostFormID: string | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRows: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
23
+ export declare function _useDragRow(hostFormID: string | null | undefined, varGridDetails: Ref<UnwrapRef<Array<VarGridDetail>>>, transferRightRows: Ref<UnwrapRef<Array<VarGridDetail>>>): IUseDragRow;
@@ -0,0 +1,5 @@
1
+ export declare const getProps: () => any;
2
+ 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>, {} | {
3
+ [x: string]: any;
4
+ }>;
5
+ export default _default;
@@ -1,14 +1,6 @@
1
1
  import { InjectionKey, Ref } from 'vue';
2
2
  /** 正在被配置的界面标识. */
3
- export declare const DI__KG_VAR_CONFIG__HOST_FORM_ID: InjectionKey<Ref<string | null>>;
4
- /**
5
- * 界面标识: 变量配置弹窗:按钮:按钮管理.
6
- */
7
- export declare const FORM_ID__BUTTON__VAR_BUTTON = "KgVarConfig.Modal.Button.VarButton";
8
- /**
9
- * 界面标识: 变量配置弹窗:按钮:按钮配置.
10
- */
11
- export declare const FORM_ID__BUTTON__VAR_BUTTON_CONFIG = "KgVarConfig.Modal.Button.VarButtonConfig";
3
+ export declare const KG__DI__KG_VAR_CONFIG__HOST_FORM_ID: InjectionKey<Ref<string | null>>;
12
4
  /**
13
5
  * 界面标识: 变量配置弹窗:变量配置:变量列表.
14
6
  */
@@ -41,3 +33,17 @@ export declare const FORM_ID__VAR__VAR_CONFIG_LOOKUP__VAR_DDA = "KgVarConfig.Mod
41
33
  * 界面标识: 变量配置弹窗:变量配置:提示文本.
42
34
  */
43
35
  export declare const FORM_ID__VAR__VAR_CONFIG_TIP = "KgVarConfig.Modal.Var.VarConfigTip";
36
+ /**
37
+ * 界面标识: 变量配置弹窗:按钮:按钮管理.
38
+ */
39
+ export declare const FORM_ID__BUTTON__VAR_BUTTON = "KgVarConfig.Modal.Button.VarButton";
40
+ /**
41
+ * 界面标识: 变量配置弹窗:按钮:按钮配置.
42
+ */
43
+ export declare const FORM_ID__BUTTON__VAR_BUTTON_CONFIG = "KgVarConfig.Modal.Button.VarButtonConfig";
44
+ export declare const FORM_ID__SEARCH__VAR_PROFILE_MASTER = "KgSearch.ConfigModal.VarProfileMaster";
45
+ export declare const FORM_ID__SEARCH__VAR_PROFILE_CONFIG = "KgSearch.ConfigModal.VarProfileConfig";
46
+ export declare const FORM_ID__SUBMIT__VAR_SUBMIT_DETAIL = "KgVarConfig.Modal.Submit.VarSubmitDetail";
47
+ export declare const FORM_ID__SUBMIT__VAR_SUBMIT_CONFIG = "KgVarConfig.Modal.Submit.VarSubmitConfig";
48
+ export declare const FORM_ID__TABLE__VAR_GRID_MASTER = "KgVarConfig.Modal.Table.VarGridMaster";
49
+ export declare const FORM_ID__TABLE__VAR_GRID_CONFIG = "KgVarConfig.Modal.Table.VarGridConfig";
@@ -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
- KgSubmitVarSubmitConfigModal: {
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,53 +122,36 @@ declare const _default: {
129
122
  locate: string;
130
123
  row: string;
131
124
  };
132
- KgTableSettingConfigModal: {
133
- VarGridConfig: string;
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
- deleteConfirmMessage: string;
170
- deleteSuccess: string;
171
- discardConfirmMessage: string;
146
+ emptyPageSizeOptions: string;
172
147
  formId: string;
173
148
  formValidationMessageForMaxAndMin: string;
174
149
  formValidationMessageForMaxLengthAndMinLength: string;
175
- groupName: string;
176
- pleaseSelectVariableFromLeft: string;
150
+ invalidCommandParameter: string;
151
+ invalidPageSizeOption: string;
152
+ invalidPageSizeOptions: string;
153
+ pleaseSelectVariable: string;
177
154
  required: string;
178
- saveSuccess: string;
179
155
  tabButton: string;
180
156
  tabSearch: string;
181
157
  tabSubmit: string;
@@ -198,6 +174,23 @@ declare const _default: {
198
174
  VarSubmitConfig: string;
199
175
  VarSubmitDetail: string;
200
176
  };
177
+ KgVarConfigModalSubmitVarSubmitConfig: {
178
+ invalidWidthForSpan: string;
179
+ };
180
+ KgVarConfigModalTableVarGridMaster: {
181
+ DESC: string;
182
+ FILE_SIZE: string;
183
+ ICON: string;
184
+ IMAGE: string;
185
+ PROGRESS: string;
186
+ ROUTE_LINK: string;
187
+ UPDATE_LINK: string;
188
+ YN: string;
189
+ center: string;
190
+ left: string;
191
+ notSort: string;
192
+ right: string;
193
+ };
201
194
  KgVarConfigSelectFormIdModal: {
202
195
  title: string;
203
196
  };
@@ -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
- KgSubmitVarSubmitConfigModal: {
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
- VarGridConfig: string;
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
- deleteConfirmMessage: string;
170
- deleteSuccess: string;
171
- discardConfirmMessage: string;
146
+ emptyPageSizeOptions: string;
172
147
  formId: string;
173
148
  formValidationMessageForMaxAndMin: string;
174
149
  formValidationMessageForMaxLengthAndMinLength: string;
175
- groupName: string;
176
- pleaseSelectVariableFromLeft: string;
177
- saveSuccess: string;
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 KG__VAR_SUBMIT_CONFIG_LABEL_COLUMN_UNIT {
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
  */
@@ -1,9 +1,9 @@
1
1
  import { InjectionKey } from 'vue';
2
2
  /** 界面标识. */
3
- export declare const KG_DI_FORM_ID: InjectionKey<string>;
3
+ export declare const KG__DI__FORM_ID: InjectionKey<string>;
4
4
  /** 宿主界面标识. */
5
- export declare const KG_DI_HOST_FORM_ID: InjectionKey<string>;
5
+ export declare const KG__DI__VAR_CONFIG_LOOKUP__HOST_FORM_ID: InjectionKey<string>;
6
6
  /** 变量名称. */
7
- export declare const KG_DI_VAR_NAME: InjectionKey<string>;
7
+ export declare const KG__DI__KG_FORM_ITEM__VAR_NAME: InjectionKey<string>;
8
8
  /** 变量查找编号. */
9
- export declare const KG_DI_LOOKUP_ID: InjectionKey<string>;
9
+ export declare const KG__DI__VAR_CONFIG_LOOKUP__LOOKUP_ID: InjectionKey<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.23.4",
3
+ "version": "0.23.6",
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,28 +0,0 @@
1
- import { PropType } from 'vue';
2
- export declare const getProps: () => {
3
- /**
4
- * 主页面的页面标识.
5
- */
6
- hostFormID: {
7
- type: PropType<string>;
8
- required: boolean;
9
- };
10
- };
11
- declare const _default: import("vue").DefineComponent<{
12
- /**
13
- * 主页面的页面标识.
14
- */
15
- hostFormID: {
16
- type: PropType<string>;
17
- required: boolean;
18
- };
19
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
20
- /**
21
- * 主页面的页面标识.
22
- */
23
- hostFormID: {
24
- type: PropType<string>;
25
- required: boolean;
26
- };
27
- }>>, {}>;
28
- export default _default;
@@ -1,24 +0,0 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgSearch.ConfigModal.VarProfileMaster.less';
3
- export declare const getProps: () => {
4
- /** 主页面的页面标识. */
5
- hostFormID: {
6
- type: PropType<string>;
7
- required: boolean;
8
- };
9
- };
10
- export declare type IKgSearchConfigModalVarProfileMasterProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
11
- declare const _default: import("vue").DefineComponent<{
12
- /** 主页面的页面标识. */
13
- hostFormID: {
14
- type: PropType<string>;
15
- required: boolean;
16
- };
17
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
18
- /** 主页面的页面标识. */
19
- hostFormID: {
20
- type: PropType<string>;
21
- required: boolean;
22
- };
23
- }>>, {}>;
24
- export default _default;
@@ -1,29 +0,0 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
2
- export declare const FORM_ID__VAR_SUBMIT_CONFIG = "kg-submit.VarSubmitConfig";
3
- export declare const getProps: () => {
4
- /** 主页面的页面标识. */
5
- hostFormID: {
6
- type: PropType<string>;
7
- required: boolean;
8
- };
9
- onKgClose: PropType<() => void>;
10
- };
11
- export declare type KgSubmitVarSubmitConfigModalProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
12
- declare const _default: import("vue").DefineComponent<{
13
- /** 主页面的页面标识. */
14
- hostFormID: {
15
- type: PropType<string>;
16
- required: boolean;
17
- };
18
- onKgClose: PropType<() => void>;
19
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "kgClose"[], "kgClose", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
20
- /** 主页面的页面标识. */
21
- hostFormID: {
22
- type: PropType<string>;
23
- required: boolean;
24
- };
25
- onKgClose: PropType<() => void>;
26
- }>> & {
27
- onKgClose?: ((...args: any[]) => any) | undefined;
28
- }, {}>;
29
- export default _default;
@@ -1,22 +0,0 @@
1
- import { PropType } from 'vue';
2
- export declare const getProps: () => {
3
- /** 主页面的页面标识. */
4
- hostFormID: {
5
- type: PropType<string>;
6
- required: boolean;
7
- };
8
- };
9
- declare const _default: import("vue").DefineComponent<{
10
- /** 主页面的页面标识. */
11
- hostFormID: {
12
- type: PropType<string>;
13
- required: boolean;
14
- };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
16
- /** 主页面的页面标识. */
17
- hostFormID: {
18
- type: PropType<string>;
19
- required: boolean;
20
- };
21
- }>>, {}>;
22
- export default _default;
@@ -1,21 +0,0 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
2
- export declare const FORM_ID__VAR_GRID_CONFIG = "kg-table.VarGridConfig";
3
- export declare const getProps: () => {
4
- hostFormID: {
5
- type: PropType<string>;
6
- required: boolean;
7
- };
8
- };
9
- export declare type IKgTableSettingConfigModalVarGridConfigProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
10
- declare const _default: import("vue").DefineComponent<{
11
- hostFormID: {
12
- type: PropType<string>;
13
- required: boolean;
14
- };
15
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
16
- hostFormID: {
17
- type: PropType<string>;
18
- required: boolean;
19
- };
20
- }>>, {}>;
21
- export default _default;
@@ -1,24 +0,0 @@
1
- import { ExtractPropTypes, PropType } from 'vue';
2
- import './KgTable.Setting.ConfigModal.VarGridMaster.less';
3
- export declare const getProps: () => {
4
- /** 主页面的页面标识. */
5
- hostFormID: {
6
- type: PropType<string>;
7
- required: boolean;
8
- };
9
- };
10
- export declare type IKgTableSettingConfigModalVarGridMasterProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
11
- declare const _default: import("vue").DefineComponent<{
12
- /** 主页面的页面标识. */
13
- hostFormID: {
14
- type: PropType<string>;
15
- required: boolean;
16
- };
17
- }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
18
- /** 主页面的页面标识. */
19
- hostFormID: {
20
- type: PropType<string>;
21
- required: boolean;
22
- };
23
- }>>, {}>;
24
- export default _default;