@kengic/vue 0.30.1-beta.62 → 0.30.1-beta.64

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.
@@ -1265,10 +1265,6 @@ export declare type INodeProperty = {
1265
1265
  * </p>
1266
1266
  */
1267
1267
  $Agent$Move$Direction?: 'UP' | 'DOWN' | 'LEFT' | 'RIGHT' | 'DPJ';
1268
- /**
1269
- * 代理者--移动--第一次执行移动的时刻.
1270
- */
1271
- $Agent$Move$FirstMoveTime?: number;
1272
1268
  /**
1273
1269
  * 代理者--移动--是否到达目的站点.
1274
1270
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.30.1-beta.62",
3
+ "version": "0.30.1-beta.64",
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",