@jnrs/lingshu-smart 2.2.31 → 2.2.32

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.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as e, b as n, d as o, E as t, a as r, f as i, h as u, i as l, g as m, e as p, l as c, n as h, j as E, t as T, m as x, k as P } from "./index-Mt8e7D8x.js";
1
+ import { c as e, b as n, d as o, E as t, a as r, f as i, h as u, i as l, g as m, e as p, l as c, n as h, j as E, t as T, m as x, k as P } from "./index-g6O0IWAC.js";
2
2
  export {
3
3
  e as EnumComponent,
4
4
  n as EnumModel,
@@ -12,6 +12,7 @@ export declare class MachineTool extends ModelAbs<IMachineToolConfig> {
12
12
  private stationSlotGroup;
13
13
  private stationContainer;
14
14
  private stationContainerBaseRotation;
15
+ private animating;
15
16
  protected createUi(): Box;
16
17
  protected operating(data: IMachineToolOperating): void;
17
18
  private rotateStationContainerWithAnimation;
@@ -1,5 +1,5 @@
1
1
  import { UI } from 'leafer';
2
- import { IInteractiveState, IEventState } from '../../types';
2
+ import { IInteractiveState, IEventState } from '../types';
3
3
  /**
4
4
  * 根据交互属性设置鼠标样式和 hover 效果
5
5
  * @param target UI 目标对象
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jnrs/lingshu-smart",
3
- "version": "2.2.31",
3
+ "version": "2.2.32",
4
4
  "description": "LingShu Smart 2D Digital Twin System.",
5
5
  "keywords": [
6
6
  "jnrs",
@@ -46,7 +46,7 @@
46
46
  "pinia-plugin-persistedstate": "^4.7.1",
47
47
  "vue": "^3.5.22",
48
48
  "vue-i18n": "^9.14.5",
49
- "@jnrs/shared": "1.1.32"
49
+ "@jnrs/shared": "1.1.33"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@types/lodash-es": "^4.17.12",