@kengic/vue 0.30.1-beta.60 → 0.30.1-beta.61
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/kengic-vue.js +13507 -13551
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +2 -2
- package/package.json +1 -1
|
@@ -67,7 +67,7 @@ export interface IKgSimulatorStoreGetters {
|
|
|
67
67
|
* <p>配置--环形输送线--默认的传感器--离设备边缘的距离(近)--开始减速距离.</p>
|
|
68
68
|
* <p>即距离光电多远时开始减速,</p>
|
|
69
69
|
*
|
|
70
|
-
* @default
|
|
70
|
+
* @default 128 mm
|
|
71
71
|
*/
|
|
72
72
|
$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance$StartDecelerateDistance: number;
|
|
73
73
|
/**
|
|
@@ -294,7 +294,7 @@ export interface IKgSimulatorStoreActions {
|
|
|
294
294
|
*/
|
|
295
295
|
set$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance(value: number | null | undefined): void;
|
|
296
296
|
/**
|
|
297
|
-
* <p>配置--环形输送线--默认的传感器--离设备边缘的距离(近)--开始减速距离. 默认为
|
|
297
|
+
* <p>配置--环形输送线--默认的传感器--离设备边缘的距离(近)--开始减速距离. 默认为 128 mm.</p>
|
|
298
298
|
* <p>即距离光电多远时开始减速,</p>
|
|
299
299
|
*
|
|
300
300
|
* @see IKgSimulatorStoreGetters.$Config$CircularConveyor$DefaultPhotoelectricSensor$ShortDistance$StartDecelerateDistance
|
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.61",
|
|
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",
|