@kengic/vue 0.30.1-beta.82 → 0.30.1-beta.84
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 +80180 -80196
- package/dist/src/component/KgAppSelect/KgAppSelect.store.d.ts +2 -2
- package/dist/src/component/KgButton/KgButton.Copy.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Create.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Delete.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Export.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Import.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.ImportTemplate.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Item.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Other.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.Search.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.Update.d.ts +3 -3
- package/dist/src/component/KgButton/KgButton.model.d.ts +1 -1
- package/dist/src/component/KgButton/KgButton.store.d.ts +2 -2
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +2 -2
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts +2 -2
- package/dist/src/component/KgForm/KgForm.d.ts +36 -36
- package/dist/src/component/KgForm/KgForm.event.d.ts +1 -1
- package/dist/src/component/KgForm/KgForm.store.d.ts +2 -2
- package/dist/src/component/KgForm/index.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Checkbox.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.CheckboxGroup.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Date.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.DateRange.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Image.d.ts +6 -6
- package/dist/src/component/KgForm.Item/KgForm.Item.Input.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.InputNumber.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.InputPassword.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Link.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.RadioGroup.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Select.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.Switch.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.TextArea.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +2 -2
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +1 -1
- package/dist/src/component/KgImage/KgImage.d.ts +6 -6
- package/dist/src/component/KgModal/KgModal.d.ts +3 -3
- package/dist/src/component/KgSearch/KgSearch.store.d.ts +3 -3
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +2 -2
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.model.d.ts +1 -1
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +2 -2
- package/dist/src/component/KgTable/KgTable.store.d.ts +2 -2
- package/dist/src/component/KgTable02/KgTable02.store.d.ts +2 -2
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +2 -2
- package/dist/src/component/KgVarConfig/KgVarConfig.store.d.ts +2 -2
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +2 -2
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +44 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.event.d.ts +27 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.hooks.d.ts +28 -0
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +37 -0
- package/dist/src/component/KgWorkStation/index.d.ts +3 -0
- package/dist/src/component/index.d.ts +4 -3
- package/dist/src/config/config.hooks.d.ts +2 -2
- package/dist/src/config/config.store.d.ts +12 -15
- package/dist/src/config/index.d.ts +14 -14
- package/dist/src/i18n/i18n.setup.d.ts +11 -13
- package/dist/src/i18n/index.d.ts +1 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/{const/const.model.d.ts → model/index.d.ts} +419 -219
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +2 -2
- package/dist/src/project/src/locales/helper.d.ts +3 -4
- package/dist/src/project/src/locales/useLocale.d.ts +3 -3
- package/dist/src/project/src/store/modules/locale.d.ts +9 -9
- package/dist/src/project/types/config.d.ts +6 -17
- package/dist/src/util/ant-design-vue.d.ts +15 -15
- package/dist/src/util/kg.util.d.ts +35 -37
- package/package.json +5 -5
- package/dist/src/const/form-id.const.d.ts +0 -44
- package/dist/src/const/index.d.ts +0 -2
- /package/dist/{caret-right-outlined-Btgsw6a_.0434903b.mjs → caret-right-outlined-Btgsw6a_.7ce8e8fe.mjs} +0 -0
- /package/dist/{close-outlined-DMcSQWxQ.5c3bee6f.mjs → close-outlined-DMcSQWxQ.ce961fd1.mjs} +0 -0
- /package/dist/{exclamation-circle-outlined-DZrXCnvM.d94561db.mjs → exclamation-circle-outlined-DZrXCnvM.07559897.mjs} +0 -0
- /package/dist/{fullscreen-exit-outlined-X1iYkFc4.a1640595.mjs → fullscreen-exit-outlined-X1iYkFc4.d7884311.mjs} +0 -0
- /package/dist/{fullscreen-outlined-DDBrsRcy.b9f9d4a1.mjs → fullscreen-outlined-DDBrsRcy.d174b06a.mjs} +0 -0
- /package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.4a68e7e4.mjs} +0 -0
- /package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.ebceb73e.mjs} +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { CreateVarDdaQuery, ResultSetMetadataColumn, SysPermission, VarButton, VarGridDetail, VarProfileDetail, VarSubmitDetail } from '../../../api/WMS/models';
|
|
2
|
-
import {
|
|
2
|
+
import { IKgStoreDefinition } from '../../../model';
|
|
3
3
|
export interface IKgPageDdaCreateStoreGetters {
|
|
4
4
|
getCreateVarDdaQuery: CreateVarDdaQuery;
|
|
5
5
|
getFrmId: string | null | undefined;
|
|
@@ -36,4 +36,4 @@ export interface IKgPageDdaCreateStoreActions {
|
|
|
36
36
|
frmNam: string;
|
|
37
37
|
}): void;
|
|
38
38
|
}
|
|
39
|
-
export declare const useKgPageDdaCreateStore:
|
|
39
|
+
export declare const useKgPageDdaCreateStore: IKgStoreDefinition<IKgPageDdaCreateStoreGetters, IKgPageDdaCreateStoreActions>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare
|
|
3
|
-
export declare function
|
|
4
|
-
export declare function setLoadLocalePool(cb: (loadLocalePool: LocaleType[]) => void): void;
|
|
1
|
+
export declare const loadLocalePool: string[];
|
|
2
|
+
export declare function setHtmlPageLang(locale: string): void;
|
|
3
|
+
export declare function setLoadLocalePool(cb: (loadLocalePool: string[]) => void): void;
|
|
5
4
|
export declare function genMessage(langs: Record<string, Record<string, any>>, prefix?: string): Recordable<any>;
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
*
|
|
3
3
|
* Multi-language related operations
|
|
4
4
|
*/
|
|
5
|
-
import {
|
|
5
|
+
import { IKgLocale } from '@kengic/core.core';
|
|
6
6
|
export declare function useLocale(): {
|
|
7
|
-
getLocale: import("vue").ComputedRef<
|
|
7
|
+
getLocale: import("vue").ComputedRef<string>;
|
|
8
8
|
getShowLocalePicker: import("vue").ComputedRef<boolean>;
|
|
9
|
-
changeLocale: (locale:
|
|
9
|
+
changeLocale: (locale: IKgLocale) => Promise<IKgLocale | undefined>;
|
|
10
10
|
getAntdLocale: import("vue").ComputedRef<any>;
|
|
11
11
|
};
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { LocaleSetting
|
|
1
|
+
import { LocaleSetting } from '../../../types';
|
|
2
2
|
interface LocaleState {
|
|
3
3
|
localInfo: LocaleSetting;
|
|
4
4
|
pathTitleMap: Record<string, string>;
|
|
5
5
|
}
|
|
6
6
|
export declare const _useLocaleStore: import("pinia").StoreDefinition<"app-locale", LocaleState, {
|
|
7
7
|
getShowPicker(): boolean;
|
|
8
|
-
getLocale():
|
|
8
|
+
getLocale(): string;
|
|
9
9
|
getPathTitle: (state: {
|
|
10
10
|
localInfo: {
|
|
11
11
|
showPicker: boolean;
|
|
12
|
-
locale:
|
|
13
|
-
fallback:
|
|
14
|
-
availableLocales:
|
|
12
|
+
locale: string;
|
|
13
|
+
fallback: string;
|
|
14
|
+
availableLocales: string[];
|
|
15
15
|
};
|
|
16
16
|
pathTitleMap: Record<string, string>;
|
|
17
17
|
} & import("pinia").PiniaCustomStateProperties<LocaleState>) => (path: string) => string;
|
|
@@ -21,13 +21,13 @@ export declare const _useLocaleStore: import("pinia").StoreDefinition<"app-local
|
|
|
21
21
|
}>;
|
|
22
22
|
export declare function useLocaleStore(): import("pinia").Store<"app-locale", LocaleState, {
|
|
23
23
|
getShowPicker(): boolean;
|
|
24
|
-
getLocale():
|
|
24
|
+
getLocale(): string;
|
|
25
25
|
getPathTitle: (state: {
|
|
26
26
|
localInfo: {
|
|
27
27
|
showPicker: boolean;
|
|
28
|
-
locale:
|
|
29
|
-
fallback:
|
|
30
|
-
availableLocales:
|
|
28
|
+
locale: string;
|
|
29
|
+
fallback: string;
|
|
30
|
+
availableLocales: string[];
|
|
31
31
|
};
|
|
32
32
|
pathTitleMap: Record<string, string>;
|
|
33
33
|
} & import("pinia").PiniaCustomStateProperties<LocaleState>) => (path: string) => string;
|
|
@@ -1,20 +1,9 @@
|
|
|
1
|
+
import { IKgLocale } from '@kengic/core.core';
|
|
1
2
|
import { ContentEnum, PermissionModeEnum, RouterTransitionEnum, SessionTimeoutProcessingEnum, SettingButtonPositionEnum, ThemeEnum } from '../src/enums/appEnum';
|
|
2
3
|
import { CacheTypeEnum } from '../src/enums/cacheEnum';
|
|
3
4
|
import { MenuModeEnum, MenuTypeEnum, MixSidebarTriggerEnum, TriggerEnum } from '../src/enums/menuEnum';
|
|
4
|
-
/**
|
|
5
|
-
|
|
6
|
-
* <ul>
|
|
7
|
-
* <li>cs_CZ: 捷克语_捷克</li>
|
|
8
|
-
* <li> en: 英语</li>
|
|
9
|
-
* <li>es_ES: 西班牙语_西班牙</li>
|
|
10
|
-
* <li>fr_FR: 法语_法国</li>
|
|
11
|
-
* <li>km_KH: 高棉语_柬埔寨</li>
|
|
12
|
-
* <li>ko_KR: 韩语_韩国</li>
|
|
13
|
-
* <li>vi_VN: 越南语_越南</li>
|
|
14
|
-
* <li>zh_CN: 汉语_中国</li>
|
|
15
|
-
* </ul>
|
|
16
|
-
*/
|
|
17
|
-
export declare type LocaleType = 'cs_CZ' | 'en' | 'es_ES' | 'fr_FR' | 'km_KH' | 'ko_KR' | 'vi_VN' | 'zh_CN';
|
|
5
|
+
/** @deprecated 已弃用, 请使用 {@link IKgLocale} */
|
|
6
|
+
export declare type LocaleType = IKgLocale;
|
|
18
7
|
export interface MenuSetting {
|
|
19
8
|
bgColor: string;
|
|
20
9
|
fixed: boolean;
|
|
@@ -57,9 +46,9 @@ export interface HeaderSetting {
|
|
|
57
46
|
}
|
|
58
47
|
export interface LocaleSetting {
|
|
59
48
|
showPicker: boolean;
|
|
60
|
-
locale:
|
|
61
|
-
fallback:
|
|
62
|
-
availableLocales:
|
|
49
|
+
locale: string;
|
|
50
|
+
fallback: string;
|
|
51
|
+
availableLocales: string[];
|
|
63
52
|
}
|
|
64
53
|
export interface TransitionSetting {
|
|
65
54
|
enable: boolean;
|
|
@@ -9,11 +9,11 @@ export declare const formProps: () => {
|
|
|
9
9
|
layout: PropType<"inline" | "horizontal" | "vertical">;
|
|
10
10
|
labelCol: {
|
|
11
11
|
type: PropType<Partial<ExtractPropTypes<{
|
|
12
|
-
span: (
|
|
13
|
-
order: (
|
|
14
|
-
offset: (
|
|
15
|
-
push: (
|
|
16
|
-
pull: (
|
|
12
|
+
span: (StringConstructor | NumberConstructor)[];
|
|
13
|
+
order: (StringConstructor | NumberConstructor)[];
|
|
14
|
+
offset: (StringConstructor | NumberConstructor)[];
|
|
15
|
+
push: (StringConstructor | NumberConstructor)[];
|
|
16
|
+
pull: (StringConstructor | NumberConstructor)[];
|
|
17
17
|
xs: {
|
|
18
18
|
type: PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
19
19
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -43,16 +43,16 @@ export declare const formProps: () => {
|
|
|
43
43
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
44
44
|
};
|
|
45
45
|
prefixCls: StringConstructor;
|
|
46
|
-
flex: (
|
|
46
|
+
flex: (StringConstructor | NumberConstructor)[];
|
|
47
47
|
}>> & HTMLAttributes>;
|
|
48
48
|
};
|
|
49
49
|
wrapperCol: {
|
|
50
50
|
type: PropType<Partial<ExtractPropTypes<{
|
|
51
|
-
span: (
|
|
52
|
-
order: (
|
|
53
|
-
offset: (
|
|
54
|
-
push: (
|
|
55
|
-
pull: (
|
|
51
|
+
span: (StringConstructor | NumberConstructor)[];
|
|
52
|
+
order: (StringConstructor | NumberConstructor)[];
|
|
53
|
+
offset: (StringConstructor | NumberConstructor)[];
|
|
54
|
+
push: (StringConstructor | NumberConstructor)[];
|
|
55
|
+
pull: (StringConstructor | NumberConstructor)[];
|
|
56
56
|
xs: {
|
|
57
57
|
type: PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
58
58
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -82,7 +82,7 @@ export declare const formProps: () => {
|
|
|
82
82
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
83
83
|
};
|
|
84
84
|
prefixCls: StringConstructor;
|
|
85
|
-
flex: (
|
|
85
|
+
flex: (StringConstructor | NumberConstructor)[];
|
|
86
86
|
}>> & HTMLAttributes>;
|
|
87
87
|
};
|
|
88
88
|
colon: {
|
|
@@ -166,7 +166,7 @@ export declare const modalProps: () => {
|
|
|
166
166
|
type: BooleanConstructor;
|
|
167
167
|
default: undefined;
|
|
168
168
|
};
|
|
169
|
-
width: (
|
|
169
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
170
170
|
footer: PropType<any>;
|
|
171
171
|
okText: PropType<any>;
|
|
172
172
|
okType: PropType<LegacyButtonType>;
|
|
@@ -340,8 +340,8 @@ export declare const imageProps: () => {
|
|
|
340
340
|
type: PropType<(event: Event | string, source?: string, lineno?: number, colno?: number, error?: Error) => any>;
|
|
341
341
|
};
|
|
342
342
|
id: StringConstructor;
|
|
343
|
-
width: (
|
|
344
|
-
height: (
|
|
343
|
+
width: (StringConstructor | NumberConstructor)[];
|
|
344
|
+
height: (StringConstructor | NumberConstructor)[];
|
|
345
345
|
style: StringConstructor;
|
|
346
346
|
};
|
|
347
347
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { KgCoreUtil } from '@kengic/core.core';
|
|
2
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
3
|
import dayjs, { Dayjs } from 'dayjs';
|
|
4
|
-
import { IKgVarButtonModalProperties } from '../
|
|
4
|
+
import { IKgVarButtonModalProperties } from '../model';
|
|
5
5
|
import { Menu } from '../project/src/router/types';
|
|
6
6
|
/**
|
|
7
7
|
* 工具方法.
|
|
@@ -14,17 +14,12 @@ export declare class KgUtil {
|
|
|
14
14
|
*/
|
|
15
15
|
static tryParseJSON: typeof KgCoreUtil.tryParseJSON;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* BASE64 转换为 BLOB.
|
|
23
|
-
* @param base64 base64 字符串.
|
|
24
|
-
* @param contentType 文件类型.
|
|
25
|
-
* @param sliceSize 分块大小.
|
|
17
|
+
* 获取一个 UUID.
|
|
18
|
+
*
|
|
19
|
+
* @param param.prefix 前缀, 默认为 ''.
|
|
20
|
+
* @return UUID.
|
|
26
21
|
*/
|
|
27
|
-
static
|
|
22
|
+
static uuid: typeof KgCoreUtil.uuid;
|
|
28
23
|
/**
|
|
29
24
|
* 下载文件.
|
|
30
25
|
* @param data 文件数据.
|
|
@@ -35,7 +30,34 @@ export declare class KgUtil {
|
|
|
35
30
|
* <li>XLSX: <code>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</code></li>
|
|
36
31
|
* </ul>
|
|
37
32
|
*/
|
|
38
|
-
static downloadFile
|
|
33
|
+
static downloadFile: typeof KgCoreUtil.downloadFile;
|
|
34
|
+
/**
|
|
35
|
+
* 根据'文件大小数值'获取'文件大小文本'.
|
|
36
|
+
* @param size 文件大小数值.
|
|
37
|
+
*/
|
|
38
|
+
static getFileSize: typeof KgCoreUtil.getFileSize;
|
|
39
|
+
/**
|
|
40
|
+
* BASE64 转换为 BLOB.
|
|
41
|
+
* @param base64 base64 字符串.
|
|
42
|
+
* @param contentType 文件类型.
|
|
43
|
+
* @param sliceSize 分块大小.
|
|
44
|
+
*/
|
|
45
|
+
static base64toBlob: typeof KgCoreUtil.base64toBlob;
|
|
46
|
+
/**
|
|
47
|
+
* 显示全局遮罩.
|
|
48
|
+
*/
|
|
49
|
+
static showLoading: typeof KgCoreUtil.showLoading;
|
|
50
|
+
/**
|
|
51
|
+
* 隐藏全局遮罩.
|
|
52
|
+
*/
|
|
53
|
+
static hideLoading: typeof KgCoreUtil.hideLoading;
|
|
54
|
+
/**
|
|
55
|
+
* <p>使用 lodash 的 snakeCase() 将字符串转换为 snake_case 的命名方式, 并且去掉数字前面的下划线.</p>
|
|
56
|
+
*
|
|
57
|
+
* @param value 转换前的字符串.
|
|
58
|
+
* @return 转换后的字符串.
|
|
59
|
+
*/
|
|
60
|
+
static snakeCase: typeof KgCoreUtil.snakeCase;
|
|
39
61
|
/**
|
|
40
62
|
* <p>处理请求参数.</p>
|
|
41
63
|
* <ul>
|
|
@@ -107,30 +129,6 @@ export declare class KgUtil {
|
|
|
107
129
|
* @param value 值.
|
|
108
130
|
*/
|
|
109
131
|
static toDayjs(value: any): Dayjs | undefined;
|
|
110
|
-
/**
|
|
111
|
-
* 显示全局遮罩.
|
|
112
|
-
*/
|
|
113
|
-
static showLoading(): void;
|
|
114
|
-
/**
|
|
115
|
-
* 隐藏全局遮罩.
|
|
116
|
-
*/
|
|
117
|
-
static hideLoading(): void;
|
|
118
|
-
/**
|
|
119
|
-
* <p>使用 lodash 的 snakeCase() 将字符串转换为 snake_case 的命名方式, 并且去掉数字前面的下划线.</p>
|
|
120
|
-
*
|
|
121
|
-
* @param value 转换前的字符串.
|
|
122
|
-
* @return 转换后的字符串.
|
|
123
|
-
*/
|
|
124
|
-
static snakeCase(value: any): string;
|
|
125
|
-
/**
|
|
126
|
-
* 获取一个 UUID.
|
|
127
|
-
*
|
|
128
|
-
* @param param.prefix 前缀, 默认为 ''.
|
|
129
|
-
* @return UUID.
|
|
130
|
-
*/
|
|
131
|
-
static uuid(param?: {
|
|
132
|
-
prefix?: string;
|
|
133
|
-
}): string;
|
|
134
132
|
/**
|
|
135
133
|
* 判断当前登录用户是否是管理员.
|
|
136
134
|
* @return {} 如果当前登录用户是管理员则返回 true, 否则返回 false.
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.84",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
7
7
|
"--------------------------------------------------": "",
|
|
8
8
|
"gen-apis--WMS": "npm run use-node && kengic-pont generate-apis --config kg.config.ts --origin WMS",
|
|
9
9
|
"- ------------------------------------------------": "",
|
|
10
|
-
"use-node": "nvm use
|
|
10
|
+
"use-node": "npm cache clean -f && nvm use 24.12.0 && corepack enable && corepack use pnpm@10.27.0",
|
|
11
11
|
"cnpm--sync": "npm run use-node && npx cnpm --yes sync @kengic/vue",
|
|
12
12
|
"-- -----------------------------------------------": "",
|
|
13
13
|
"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",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"bump--patch": "npm run use-node && tsx script/bump.ts patch",
|
|
26
26
|
"bump--beta": "npm run use-node && tsx script/bump.ts beta",
|
|
27
27
|
"---- ---------------------------------------------": "发布到 npmjs 仓库",
|
|
28
|
-
"publish--npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public",
|
|
28
|
+
"publish--npm": "npm run use-node && npmrc kengic && npm publish ./ --registry https://registry.npmjs.org/ --access public --tag latest",
|
|
29
29
|
"publish--major": "npm run bump--major && tsx script/publish.ts",
|
|
30
30
|
"publish--minor": "npm run bump--minor && tsx script/publish.ts",
|
|
31
31
|
"publish--patch": "npm run bump--patch && tsx script/publish.ts",
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@iconify-icons/mdi": "1.2.48",
|
|
45
45
|
"@iconify-icons/ph": "1.2.5",
|
|
46
46
|
"@iconify/vue": "4.1.2",
|
|
47
|
-
"@kengic/core.core": "0.0.
|
|
48
|
-
"@kengic/core.react": "0.0.
|
|
47
|
+
"@kengic/core.core": "0.0.2",
|
|
48
|
+
"@kengic/core.react": "0.0.3",
|
|
49
49
|
"@kengic/pont": "1.2.17-beta.5",
|
|
50
50
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
51
51
|
"@thymine/xunee": "0.4.9-beta.47",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DDA 界面标识常量.
|
|
3
|
-
*/
|
|
4
|
-
export declare const FORM_IDS: {
|
|
5
|
-
/**
|
|
6
|
-
* 环形穿梭车可视化:小车信息汇总.
|
|
7
|
-
*/
|
|
8
|
-
KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
9
|
-
/**
|
|
10
|
-
* 环形穿梭车可视化:小车:人工创建任务.
|
|
11
|
-
*/
|
|
12
|
-
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
13
|
-
/**
|
|
14
|
-
* 环形穿梭车可视化:小车:状态.
|
|
15
|
-
*/
|
|
16
|
-
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
17
|
-
/**
|
|
18
|
-
* 环形穿梭车可视化:小车:任务.
|
|
19
|
-
*/
|
|
20
|
-
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
21
|
-
/**
|
|
22
|
-
* 环形穿梭车可视化:任务信息汇总.
|
|
23
|
-
*/
|
|
24
|
-
KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
|
|
25
|
-
KG_PAGE_DDA__CREATE__BUTTON: string;
|
|
26
|
-
/**
|
|
27
|
-
* 模拟器--菜单--场景--新建--环线输送线.
|
|
28
|
-
*/
|
|
29
|
-
KG_SIMULATOR__MENU__SCENE__CREATE__CIRCULAR_CONVEYOR: string;
|
|
30
|
-
/**
|
|
31
|
-
* 模拟器--菜单--场景--打开--环线输送线.
|
|
32
|
-
*/
|
|
33
|
-
KG_SIMULATOR__MENU__SCENE__OPEN__CIRCULAR_CONVEYOR: string;
|
|
34
|
-
/**
|
|
35
|
-
* 模拟器--面板--属性.
|
|
36
|
-
*/
|
|
37
|
-
KG_SIMULATOR__PANEL__PROPERTY: string;
|
|
38
|
-
KG_SQL_CLIENT__RESULT_TAB: string;
|
|
39
|
-
/**
|
|
40
|
-
* 变量配置弹窗:按钮:按钮管理.
|
|
41
|
-
*/
|
|
42
|
-
KG_VAR_CONFIG__MODAL__BUTTON__VAR_BUTTON: string;
|
|
43
|
-
KG_VAR_CONFIG__MODAL__TABLE__VAR_GRID_CONFIG: string;
|
|
44
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/{search-outlined-Od1M_oxf.71fb0c01.mjs → search-outlined-Od1M_oxf.4a68e7e4.mjs}
RENAMED
|
File without changes
|
/package/dist/{three-dots-loading-bIlrTJYR.f189f620.mjs → three-dots-loading-bIlrTJYR.ebceb73e.mjs}
RENAMED
|
File without changes
|