@jnrs/lingshu-smart 2.2.11 → 2.2.12
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/components/index.js +3732 -3745
- package/dist/index.d.ts +1 -1
- package/dist/index.js +24 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export
|
|
1
|
+
export * from './types/index';
|
package/dist/index.js
CHANGED
|
@@ -1 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
var R = /* @__PURE__ */ ((O) => (O.UNDO = "Undo", O.REDO = "Redo", O))(R || {}), a = /* @__PURE__ */ ((O) => (O.TRANSPORT = "搬运设备", O.MACHINE = "机床", O.CLEANING = "清洗机", O.STATION = "装载站", O.STORAGE = "库", O.OTHER = "其他", O))(a || {}), N = /* @__PURE__ */ ((O) => (O.SINGLE_JOINT_ROBOT = "SingleJointRobot", O.DOUBLE_JOINT_ROBOT = "DoubleJointRobot", O.RGV = "Rgv", O.MACHINE_TOOL = "MachineTool", O.MARKING_MACHINE = "MarkingMachine", O.CLEANING_MACHINE = "CleaningMachine", O.LOADING_STATION = "LoadingStation", O.PALLET_STORAGE = "PalletStorage", O.TOOL_STORAGE = "ToolStorage", O.BUFFER_DOCK = "BufferDock", O.GROUND_RAIL = "GroundRail", O.FOLLOWING_TUGGER = "FollowingTugger", O.RAIL = "Rail", O.RESOURCE_STORE = "ResourceStore", O))(N || {}), T = /* @__PURE__ */ ((O) => (O.STATION_SLOT = "StationSlot", O.RESOURCE = "Resource", O))(T || {}), t = /* @__PURE__ */ ((O) => (O.PALLET = "Pallet", O.TOOL = "Tool", O))(t || {});
|
|
2
|
+
function r(O) {
|
|
3
|
+
return O?.className === N.MACHINE_TOOL;
|
|
4
|
+
}
|
|
5
|
+
function I(O) {
|
|
6
|
+
return O?.className === N.MACHINE_TOOL || O?.className === N.MARKING_MACHINE || O?.className === N.CLEANING_MACHINE || O?.className === N.LOADING_STATION || O?.className === N.RESOURCE_STORE;
|
|
7
|
+
}
|
|
8
|
+
function A(O) {
|
|
9
|
+
return O?.className === N.SINGLE_JOINT_ROBOT || O?.className === N.DOUBLE_JOINT_ROBOT;
|
|
10
|
+
}
|
|
11
|
+
function L(O) {
|
|
12
|
+
return O?.className === N.RAIL;
|
|
13
|
+
}
|
|
14
|
+
export {
|
|
15
|
+
T as EnumComponent,
|
|
16
|
+
N as EnumModel,
|
|
17
|
+
t as EnumResourceType,
|
|
18
|
+
R as EnumStepType,
|
|
19
|
+
a as EnumTag,
|
|
20
|
+
A as hasFixtureChange,
|
|
21
|
+
I as hasStationSlotGroup,
|
|
22
|
+
r as isMachineTool,
|
|
23
|
+
L as isRail
|
|
24
|
+
};
|