@kengic/vue 0.29.1-beta.8 → 0.29.1-beta.9

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.
@@ -1,5 +1,9 @@
1
1
  /** 节点类型. */
2
2
  export declare const NODE_KEY: {
3
+ /** 巷道. */
4
+ AISLE: string;
5
+ /** 巷道:巷道编号. */
6
+ AISLE__UI__TEXT: string;
3
7
  /** 轨道. */
4
8
  PATH: string;
5
9
  /** 小车. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.29.1-beta.8",
3
+ "version": "0.29.1-beta.9",
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",