@kengic/vue 0.32.22 → 0.32.24
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/bin/postinstall.mjs +1 -1
- package/dist/kengic-vue.js +12981 -12964
- package/dist/src/component/KgAppSelect/KgAppSelect.event.d.ts +1 -1
- package/dist/src/component/KgAppSelect/KgAppSelect.hooks.d.ts +1 -1
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.event.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.store.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.hooks.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.store.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.event.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.hooks.d.ts +1 -1
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.event.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.hooks.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +8 -6
- package/dist/src/component/KgVar/KgVar.store.d.ts +8 -3
- package/dist/src/component/KgVarConfig/KgVarConfig$Modal$Table$VarGridMaster.service.d.ts +4 -4
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.event.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +1 -1
- package/dist/src/config/config.event.d.ts +1 -1
- package/dist/src/config/config.hooks.d.ts +1 -1
- package/dist/src/config/config.store.d.ts +2 -1
- package/dist/src/config/index.d.ts +1 -1
- package/dist/src/i18n/i18n.setup.d.ts +9 -9
- package/dist/src/model/index.d.ts +55 -60
- package/dist/src/page/KgPageDda/KgPageDda.Create.store.d.ts +1 -1
- package/dist/src/project/src/locales/useLocale.d.ts +1 -1
- package/dist/src/project/types/config.d.ts +1 -1
- package/dist/src/util/kg.util.d.ts +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { FormInstance, type TooltipProps } from 'ant-design-vue';
|
|
2
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
|
-
import { Pinia, StoreOnActionListener } from 'pinia';
|
|
4
3
|
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
5
4
|
import { IKgProps, IKgSlots, IKgModalProps } from '../component';
|
|
6
5
|
/**
|
|
@@ -526,34 +525,35 @@ declare const KG: {
|
|
|
526
525
|
* 在表格内创建时, 空白行的临时主键.
|
|
527
526
|
*/
|
|
528
527
|
__KG__TABLE_TEMP_ID__: string;
|
|
529
|
-
DESCRIPTION_KEY__KG: string;
|
|
528
|
+
DESCRIPTION_KEY__KG: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
530
529
|
DESCRIPTION_KEY__WEB: string;
|
|
531
530
|
DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
|
|
532
531
|
DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
|
|
533
|
-
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
532
|
+
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
534
533
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
535
534
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
536
535
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
537
536
|
DYNAMIC_QUERY_OPERATOR__GTE: string;
|
|
538
537
|
DYNAMIC_QUERY_OPERATOR__IN: string;
|
|
538
|
+
/** @deprecated 已废弃 */
|
|
539
539
|
DYNAMIC_QUERY_OPERATOR__LT: string;
|
|
540
540
|
DYNAMIC_QUERY_OPERATOR__LTE: string;
|
|
541
|
-
|
|
542
|
-
|
|
541
|
+
/** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__WEB */
|
|
542
|
+
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
543
|
+
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string; /**
|
|
544
|
+
* 唯一标识.
|
|
543
545
|
*/
|
|
544
|
-
|
|
545
|
-
DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
546
|
+
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
546
547
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
547
548
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
548
|
-
HTTP_HEADER__KG_DB_TYPE: string;
|
|
549
|
+
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
550
|
+
* 表单.
|
|
551
|
+
*/
|
|
549
552
|
HTTP_HEADER__KG_FID: string;
|
|
550
553
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
551
554
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
552
555
|
HTTP_HEADER__KG_PAGE_INDEX: string;
|
|
553
|
-
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
554
|
-
* <p>依赖注入表单数据对象.</p>
|
|
555
|
-
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
556
|
-
*/
|
|
556
|
+
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
557
557
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
558
558
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
559
559
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
@@ -561,10 +561,10 @@ declare const KG: {
|
|
|
561
561
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
562
562
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
563
563
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
564
|
-
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
565
|
-
|
|
564
|
+
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
565
|
+
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string; /**
|
|
566
|
+
* 右下侧面板.
|
|
566
567
|
*/
|
|
567
|
-
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
|
|
568
568
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
|
|
569
569
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_05: string;
|
|
570
570
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_06: string;
|
|
@@ -575,19 +575,19 @@ declare const KG: {
|
|
|
575
575
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
|
|
576
576
|
HTTP_HEADER__KG_WAREHOUSE: string;
|
|
577
577
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
578
|
-
HTTP_HEADER__KG_WORK_STATION: string;
|
|
578
|
+
HTTP_HEADER__KG_WORK_STATION: string; /**
|
|
579
|
+
* 右上侧工具栏.
|
|
580
|
+
*/
|
|
579
581
|
LOCALE: {
|
|
580
|
-
CS_CZ: import("@kengic/core
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
590
|
-
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
582
|
+
CS_CZ: import("@kengic/core/src/model").IKgLocale;
|
|
583
|
+
EN: import("@kengic/core/src/model").IKgLocale;
|
|
584
|
+
ES_ES: import("@kengic/core/src/model").IKgLocale;
|
|
585
|
+
FR_FR: import("@kengic/core/src/model").IKgLocale;
|
|
586
|
+
KM_KH: import("@kengic/core/src/model").IKgLocale;
|
|
587
|
+
KO_KR: import("@kengic/core/src/model").IKgLocale;
|
|
588
|
+
TH_TH: import("@kengic/core/src/model").IKgLocale;
|
|
589
|
+
VI_VN: import("@kengic/core/src/model").IKgLocale;
|
|
590
|
+
ZH_CN: import("@kengic/core/src/model").IKgLocale;
|
|
591
591
|
};
|
|
592
592
|
LOCALE_DATA_LIST: {
|
|
593
593
|
text: string;
|
|
@@ -1114,34 +1114,35 @@ declare const KG_CONST: {
|
|
|
1114
1114
|
* 在表格内创建时, 空白行的临时主键.
|
|
1115
1115
|
*/
|
|
1116
1116
|
__KG__TABLE_TEMP_ID__: string;
|
|
1117
|
-
DESCRIPTION_KEY__KG: string;
|
|
1117
|
+
DESCRIPTION_KEY__KG: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
1118
1118
|
DESCRIPTION_KEY__WEB: string;
|
|
1119
1119
|
DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
|
|
1120
1120
|
DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
|
|
1121
|
-
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
1121
|
+
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
1122
1122
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
1123
1123
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
1124
1124
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
1125
1125
|
DYNAMIC_QUERY_OPERATOR__GTE: string;
|
|
1126
1126
|
DYNAMIC_QUERY_OPERATOR__IN: string;
|
|
1127
|
+
/** @deprecated 已废弃 */
|
|
1127
1128
|
DYNAMIC_QUERY_OPERATOR__LT: string;
|
|
1128
1129
|
DYNAMIC_QUERY_OPERATOR__LTE: string;
|
|
1129
|
-
|
|
1130
|
-
|
|
1130
|
+
/** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__WEB */
|
|
1131
|
+
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
1132
|
+
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string; /**
|
|
1133
|
+
* 唯一标识.
|
|
1131
1134
|
*/
|
|
1132
|
-
|
|
1133
|
-
DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
1135
|
+
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
1134
1136
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
1135
1137
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
1136
|
-
HTTP_HEADER__KG_DB_TYPE: string;
|
|
1138
|
+
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
1139
|
+
* 表单.
|
|
1140
|
+
*/
|
|
1137
1141
|
HTTP_HEADER__KG_FID: string;
|
|
1138
1142
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
1139
1143
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
1140
1144
|
HTTP_HEADER__KG_PAGE_INDEX: string;
|
|
1141
|
-
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
1142
|
-
* <p>依赖注入表单数据对象.</p>
|
|
1143
|
-
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
1144
|
-
*/
|
|
1145
|
+
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
1145
1146
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
1146
1147
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
1147
1148
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
@@ -1149,10 +1150,10 @@ declare const KG_CONST: {
|
|
|
1149
1150
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
1150
1151
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
1151
1152
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
1152
|
-
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
1153
|
-
|
|
1153
|
+
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
1154
|
+
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string; /**
|
|
1155
|
+
* 右下侧面板.
|
|
1154
1156
|
*/
|
|
1155
|
-
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
|
|
1156
1157
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
|
|
1157
1158
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_05: string;
|
|
1158
1159
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_06: string;
|
|
@@ -1163,19 +1164,19 @@ declare const KG_CONST: {
|
|
|
1163
1164
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
|
|
1164
1165
|
HTTP_HEADER__KG_WAREHOUSE: string;
|
|
1165
1166
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
1166
|
-
HTTP_HEADER__KG_WORK_STATION: string;
|
|
1167
|
+
HTTP_HEADER__KG_WORK_STATION: string; /**
|
|
1168
|
+
* 右上侧工具栏.
|
|
1169
|
+
*/
|
|
1167
1170
|
LOCALE: {
|
|
1168
|
-
CS_CZ: import("@kengic/core
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1178
|
-
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1171
|
+
CS_CZ: import("@kengic/core/src/model").IKgLocale;
|
|
1172
|
+
EN: import("@kengic/core/src/model").IKgLocale;
|
|
1173
|
+
ES_ES: import("@kengic/core/src/model").IKgLocale;
|
|
1174
|
+
FR_FR: import("@kengic/core/src/model").IKgLocale;
|
|
1175
|
+
KM_KH: import("@kengic/core/src/model").IKgLocale;
|
|
1176
|
+
KO_KR: import("@kengic/core/src/model").IKgLocale;
|
|
1177
|
+
TH_TH: import("@kengic/core/src/model").IKgLocale;
|
|
1178
|
+
VI_VN: import("@kengic/core/src/model").IKgLocale;
|
|
1179
|
+
ZH_CN: import("@kengic/core/src/model").IKgLocale;
|
|
1179
1180
|
};
|
|
1180
1181
|
LOCALE_DATA_LIST: {
|
|
1181
1182
|
text: string;
|
|
@@ -2217,12 +2218,6 @@ interface IKgVarGridDetailDisplayTypeProperties {
|
|
|
2217
2218
|
yValue?: any;
|
|
2218
2219
|
};
|
|
2219
2220
|
}
|
|
2220
|
-
/**
|
|
2221
|
-
* 状态管理类型定义.
|
|
2222
|
-
*/
|
|
2223
|
-
declare type IKgStoreDefinition<GETTERS, ACTIONS> = (pinia?: Pinia | null | undefined) => GETTERS & ACTIONS & {
|
|
2224
|
-
$onAction(callback: StoreOnActionListener<any, any, any, any>, detached?: boolean): () => void;
|
|
2225
|
-
};
|
|
2226
2221
|
/** @deprecated 已废弃, 请使用 {@link KG} */
|
|
2227
2222
|
declare const KG_COMMON_CONST: {
|
|
2228
2223
|
/** @deprecated 已废弃, 请使用 {@link KG.__KG__CREATE_ROW_ID__} */
|
|
@@ -2261,4 +2256,4 @@ declare const FORM_IDS: {
|
|
|
2261
2256
|
/** @deprecated 已废弃, 请使用 {@link KG.FORM_ID__KG_VAR_CONFIG__MODAL__TABLE__VAR_GRID_CONFIG} */
|
|
2262
2257
|
KG_VAR_CONFIG__MODAL__TABLE__VAR_GRID_CONFIG: string;
|
|
2263
2258
|
};
|
|
2264
|
-
export { KG, KG_APP, KG_APP_PREFIX, KG_APPS, KG_APP_PREFIXS, KG_FORM_CONTEXT, KG_CUSTOM_LEVEL, KG__API_METHOD, KG__VAR_GRID_DETAIL__DISPLAY_TYPE, KG__VAR_GRID_DETAIL__ALIGN, KG__VAR_GRID_CONFIG__OPERATION_ON_ROW_CLICK, KG_BUTTON_TYPE, KG__VAR_BUTTON__TYPE, KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LAYOUT, KG__VAR_CONFIG_INPUT__DATA_TYPE, KG__VAR_CONFIG_INPUT__VALIDATION_TYPE, KG__VAR_CONFIG_TIP__PLACEMENT, KG__VAR_CONFIG_POSSIBILITY__DATA_SOURCE_TYPE, KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__DYNAMIC_PARAM, KG__DYNAMIC_PARAM_LIST, KG__DYNAMIC_PARAM_HASH, KG__DYNAMIC_PARAM_HASH_LIST, KG__SPAN, KG__VAR_BUTTON__EXPORT_EXCEL_SUFFIX, KG_DESCRIPTION_CODE_NAME, __KG__RESPONSE__, KG_TMP_MENU_ID__SCADA, KG_TMP_MENU_ID__DATA_MANAGER, KG_TMP_MENU_ID__BUSINESS_MANAGER, KG_TMP_MENU_ID__WCS, KG_TMP_MENU_ID__SYS, KG_TMP_MENU_ID__PDA, type IKgVarButtonModalProperties, type IKgVarSubmitConfigProperties, type IKgVarButtonProperties, type IKgVarButtonConfigProperties, type IKgVarChildDetailProperties, type IKgVarConfigDescriptionProperties, type IKgVarConfigInputProperties, type IKgVarConfigLookupProperties, type IKgVarConfigPossibilityProperties, type IKgVarConfigTipProperties, type IKgVarDdaProperties, type IKgVarGridConfigProperties, type IKgVarGridDetailProperties, type IKgVarGridMasterProperties, type IKgVarProfileConfigProperties, type IKgVarProfileDetailProperties, type IKgVarProfileMasterProperties, type IKgVarSubmitDetailProperties, type IKgVarVariableProperties, type IKgVarConfigControlControlProperties, type IKgVarGridDetailDisplayTypeProperties,
|
|
2259
|
+
export { KG, KG_APP, KG_APP_PREFIX, KG_APPS, KG_APP_PREFIXS, KG_FORM_CONTEXT, KG_CUSTOM_LEVEL, KG__API_METHOD, KG__VAR_GRID_DETAIL__DISPLAY_TYPE, KG__VAR_GRID_DETAIL__ALIGN, KG__VAR_GRID_CONFIG__OPERATION_ON_ROW_CLICK, KG_BUTTON_TYPE, KG__VAR_BUTTON__TYPE, KG__VAR_BUTTON__COLOR, KG__VAR_BUTTON_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__DISPLAY_TYPE, KG__VAR_SUBMIT_CONFIG__LAYOUT, KG__VAR_CONFIG_INPUT__DATA_TYPE, KG__VAR_CONFIG_INPUT__VALIDATION_TYPE, KG__VAR_CONFIG_TIP__PLACEMENT, KG__VAR_CONFIG_POSSIBILITY__DATA_SOURCE_TYPE, KG__VAR_CONFIG_POSSIBILITY__VALUE_DATA_TYPE, KG__VAR_SUBMIT_CONFIG__LABEL_COLUMN_UNIT, KG__DYNAMIC_PARAM, KG__DYNAMIC_PARAM_LIST, KG__DYNAMIC_PARAM_HASH, KG__DYNAMIC_PARAM_HASH_LIST, KG__SPAN, KG__VAR_BUTTON__EXPORT_EXCEL_SUFFIX, KG_DESCRIPTION_CODE_NAME, __KG__RESPONSE__, KG_TMP_MENU_ID__SCADA, KG_TMP_MENU_ID__DATA_MANAGER, KG_TMP_MENU_ID__BUSINESS_MANAGER, KG_TMP_MENU_ID__WCS, KG_TMP_MENU_ID__SYS, KG_TMP_MENU_ID__PDA, type IKgVarButtonModalProperties, type IKgVarSubmitConfigProperties, type IKgVarButtonProperties, type IKgVarButtonConfigProperties, type IKgVarChildDetailProperties, type IKgVarConfigDescriptionProperties, type IKgVarConfigInputProperties, type IKgVarConfigLookupProperties, type IKgVarConfigPossibilityProperties, type IKgVarConfigTipProperties, type IKgVarDdaProperties, type IKgVarGridConfigProperties, type IKgVarGridDetailProperties, type IKgVarGridMasterProperties, type IKgVarProfileConfigProperties, type IKgVarProfileDetailProperties, type IKgVarProfileMasterProperties, type IKgVarSubmitDetailProperties, type IKgVarVariableProperties, type IKgVarConfigControlControlProperties, type IKgVarGridDetailDisplayTypeProperties, KG_CONST, KG_DYNAMIC_QUERY_OPERATOR, KG_COMMON_CONST, KG_TABLE_TEMP_ID, FORM_IDS, };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
+
import { type IKgStoreDefinition } from '@kengic/core';
|
|
1
2
|
import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../api/WMS/models';
|
|
2
|
-
import { IKgStoreDefinition } from '../../model';
|
|
3
3
|
export interface IKgPageDdaCreateStoreGetters {
|
|
4
4
|
createVarDdaQuery: CreateVarDdaQuery;
|
|
5
5
|
fid: string | null | undefined;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Multi-language related operations
|
|
4
4
|
*/
|
|
5
|
-
import { IKgLocale } from '@kengic/core
|
|
5
|
+
import { IKgLocale } from '@kengic/core';
|
|
6
6
|
export declare function useLocale(): {
|
|
7
7
|
getLocale: import("vue").ComputedRef<string>;
|
|
8
8
|
getShowLocalePicker: import("vue").ComputedRef<boolean>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IKgLocale } from '@kengic/core
|
|
1
|
+
import { IKgLocale } from '@kengic/core';
|
|
2
2
|
import { ContentEnum, PermissionModeEnum, RouterTransitionEnum, SessionTimeoutProcessingEnum, SettingButtonPositionEnum, ThemeEnum } from '../src/enums/appEnum';
|
|
3
3
|
import { CacheTypeEnum } from '../src/enums/cacheEnum';
|
|
4
4
|
import { MenuModeEnum, MenuTypeEnum, MixSidebarTriggerEnum, TriggerEnum } from '../src/enums/menuEnum';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ____DEBUG____, ____ERROR____, ____INFO_____, ____WARN_____, IKgEventListener, IKgRemoveEventListener, KgCoreUtil } from '@kengic/core
|
|
1
|
+
import { ____DEBUG____, ____ERROR____, ____INFO_____, ____WARN_____, IKgEventListener, IKgRemoveEventListener, KgCoreUtil } from '@kengic/core';
|
|
2
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
3
|
import dayjs, { Dayjs } from 'dayjs';
|
|
4
4
|
import { Slots } from 'vue';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.32.
|
|
3
|
+
"version": "0.32.24",
|
|
4
4
|
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": "24.14.1",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@iconify-icons/mdi": "1.2.48",
|
|
60
60
|
"@iconify-icons/ph": "1.2.5",
|
|
61
61
|
"@iconify/vue": "4.1.2",
|
|
62
|
-
"@kengic/core
|
|
62
|
+
"@kengic/core": "0.0.8",
|
|
63
63
|
"@kengic/pont": "2.1.2",
|
|
64
64
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
65
65
|
"@thymine/xunee": "0.4.9-beta.47",
|