@kengic/vue 0.30.1-beta.51 → 0.30.1-beta.52
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.
|
@@ -15,6 +15,12 @@ export interface IKgSimulatorStoreGetters {
|
|
|
15
15
|
* @default 16 m/min, 16*1000/(60*1000) mm/ms
|
|
16
16
|
*/
|
|
17
17
|
$Config$CircularConveyor$Agent$GlobalMaxVelocity: number;
|
|
18
|
+
/**
|
|
19
|
+
* 配置--环形输送线--代理者--移动动画时间间隔, 单位毫秒.
|
|
20
|
+
*
|
|
21
|
+
* @default 25 毫秒
|
|
22
|
+
*/
|
|
23
|
+
$Config$CircularConveyor$Agent$MoveAnimationInterval: number;
|
|
18
24
|
/**
|
|
19
25
|
* 配置--环形输送线--接口地址--创建代理者.
|
|
20
26
|
*
|
|
@@ -216,6 +222,10 @@ export interface IKgSimulatorStoreActions {
|
|
|
216
222
|
* 配置--环形输送线--代理者--全局最大速度. 默认为 16 m/min, (16 * 1000) / (60 * 1000) mm/ms.
|
|
217
223
|
*/
|
|
218
224
|
set$Config$CircularConveyor$Agent$GlobalMaxVelocity(value: number | null | undefined): void;
|
|
225
|
+
/**
|
|
226
|
+
* 配置--环形输送线--代理者--移动动画时间间隔, 单位毫秒. 默认为 25 毫秒.
|
|
227
|
+
*/
|
|
228
|
+
set$Config$CircularConveyor$Agent$MoveAnimationInterval(value: number | null | undefined): void;
|
|
219
229
|
/**
|
|
220
230
|
* 配置--环形输送线--接口地址--创建代理者. 默认为 '/Agent/CreateAgent'.
|
|
221
231
|
*/
|
|
@@ -4,8 +4,8 @@ import { MenuModeEnum, MenuTypeEnum, MixSidebarTriggerEnum, TriggerEnum } from '
|
|
|
4
4
|
/**
|
|
5
5
|
* <p>已支持的语言.</p>
|
|
6
6
|
* <ul>
|
|
7
|
-
* <li> en: 英语</li>
|
|
8
7
|
* <li>cs_CZ: 捷克语_捷克</li>
|
|
8
|
+
* <li> en: 英语</li>
|
|
9
9
|
* <li>es_ES: 西班牙语_西班牙</li>
|
|
10
10
|
* <li>fr_FR: 法语_法国</li>
|
|
11
11
|
* <li>km_KH: 高棉语_柬埔寨</li>
|
|
@@ -14,7 +14,7 @@ import { MenuModeEnum, MenuTypeEnum, MixSidebarTriggerEnum, TriggerEnum } from '
|
|
|
14
14
|
* <li>zh_CN: 汉语_中国</li>
|
|
15
15
|
* </ul>
|
|
16
16
|
*/
|
|
17
|
-
export declare type LocaleType = '
|
|
17
|
+
export declare type LocaleType = 'cs_CZ' | 'en' | 'es_ES' | 'fr_FR' | 'km_KH' | 'ko_KR' | 'vi_VN' | 'zh_CN';
|
|
18
18
|
export interface MenuSetting {
|
|
19
19
|
bgColor: string;
|
|
20
20
|
fixed: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.52",
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"@kengic/core.react": "0.0.2-beta.42",
|
|
48
48
|
"@kengic/pont": "1.2.17-beta.5",
|
|
49
49
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
50
|
-
"@thymine/xunee": "0.4.9-beta.
|
|
50
|
+
"@thymine/xunee": "0.4.9-beta.39",
|
|
51
51
|
"@types/crypto-js": "4.1.1",
|
|
52
52
|
"@types/fs-extra": "9.0.13",
|
|
53
53
|
"@types/inquirer": "8.2.5",
|