@jnrs/lingshu-smart 2.2.44 → 2.2.46

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.
@@ -53,6 +53,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
53
53
  showShadow?: boolean | undefined;
54
54
  showText?: boolean | undefined;
55
55
  inFlow?: boolean | undefined;
56
+ resources?: {
57
+ name?: string | undefined;
58
+ resourceId?: string | undefined;
59
+ resourceType?: import('../types').EnumResourceType | undefined;
60
+ color?: string | undefined;
61
+ }[] | undefined;
56
62
  operatingData?: unknown;
57
63
  width: number;
58
64
  height: number;
@@ -112,6 +118,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
112
118
  [x: string]: unknown;
113
119
  id: string;
114
120
  };
121
+ } | {
122
+ operatingType: "resetAll";
123
+ rawData?: {
124
+ [x: string]: unknown;
125
+ id: string;
126
+ } | undefined;
115
127
  } | {
116
128
  className: import("@/types").EnumModel.MACHINE_TOOL;
117
129
  light?: {
@@ -128,6 +140,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
128
140
  isOut: boolean;
129
141
  } | undefined;
130
142
  stationRotatable?: boolean | undefined;
143
+ isWorking?: boolean | undefined;
131
144
  operatingType?: "model" | undefined;
132
145
  id: string;
133
146
  rawData: {
@@ -286,6 +299,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
286
299
  isIn: boolean;
287
300
  isOut: boolean;
288
301
  } | undefined;
302
+ isWorking?: boolean | undefined;
289
303
  operatingType?: "model" | undefined;
290
304
  id: string;
291
305
  rawData: {
@@ -539,6 +553,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
539
553
  showShadow?: boolean | undefined;
540
554
  showText?: boolean | undefined;
541
555
  inFlow?: boolean | undefined;
556
+ resources?: {
557
+ name?: string | undefined;
558
+ resourceId?: string | undefined;
559
+ resourceType?: import('../types').EnumResourceType | undefined;
560
+ color?: string | undefined;
561
+ }[] | undefined;
542
562
  operatingData?: unknown;
543
563
  width: number;
544
564
  height: number;
@@ -598,6 +618,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
598
618
  [x: string]: unknown;
599
619
  id: string;
600
620
  };
621
+ } | {
622
+ operatingType: "resetAll";
623
+ rawData?: {
624
+ [x: string]: unknown;
625
+ id: string;
626
+ } | undefined;
601
627
  } | {
602
628
  className: import("@/types").EnumModel.MACHINE_TOOL;
603
629
  light?: {
@@ -614,6 +640,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
614
640
  isOut: boolean;
615
641
  } | undefined;
616
642
  stationRotatable?: boolean | undefined;
643
+ isWorking?: boolean | undefined;
617
644
  operatingType?: "model" | undefined;
618
645
  id: string;
619
646
  rawData: {
@@ -772,6 +799,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
772
799
  isIn: boolean;
773
800
  isOut: boolean;
774
801
  } | undefined;
802
+ isWorking?: boolean | undefined;
775
803
  operatingType?: "model" | undefined;
776
804
  id: string;
777
805
  rawData: {
@@ -1026,6 +1054,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1026
1054
  showShadow?: boolean | undefined;
1027
1055
  showText?: boolean | undefined;
1028
1056
  inFlow?: boolean | undefined;
1057
+ resources?: {
1058
+ name?: string | undefined;
1059
+ resourceId?: string | undefined;
1060
+ resourceType?: import('../types').EnumResourceType | undefined;
1061
+ color?: string | undefined;
1062
+ }[] | undefined;
1029
1063
  operatingData?: unknown;
1030
1064
  width: number;
1031
1065
  height: number;
@@ -1088,6 +1122,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1088
1122
  [x: string]: unknown;
1089
1123
  id: string;
1090
1124
  };
1125
+ } | {
1126
+ operatingType: "resetAll";
1127
+ rawData?: {
1128
+ [x: string]: unknown;
1129
+ id: string;
1130
+ } | undefined;
1091
1131
  } | {
1092
1132
  className: import("@/types").EnumModel.MACHINE_TOOL;
1093
1133
  light?: {
@@ -1104,6 +1144,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1104
1144
  isOut: boolean;
1105
1145
  } | undefined;
1106
1146
  stationRotatable?: boolean | undefined;
1147
+ isWorking?: boolean | undefined;
1107
1148
  operatingType?: "model" | undefined;
1108
1149
  id: string;
1109
1150
  rawData: {
@@ -1262,6 +1303,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1262
1303
  isIn: boolean;
1263
1304
  isOut: boolean;
1264
1305
  } | undefined;
1306
+ isWorking?: boolean | undefined;
1265
1307
  operatingType?: "model" | undefined;
1266
1308
  id: string;
1267
1309
  rawData: {
@@ -1516,6 +1558,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1516
1558
  showShadow?: boolean | undefined;
1517
1559
  showText?: boolean | undefined;
1518
1560
  inFlow?: boolean | undefined;
1561
+ resources?: {
1562
+ name?: string | undefined;
1563
+ resourceId?: string | undefined;
1564
+ resourceType?: import('../types').EnumResourceType | undefined;
1565
+ color?: string | undefined;
1566
+ }[] | undefined;
1519
1567
  operatingData?: unknown;
1520
1568
  width: number;
1521
1569
  height: number;
@@ -1576,6 +1624,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1576
1624
  [x: string]: unknown;
1577
1625
  id: string;
1578
1626
  };
1627
+ } | {
1628
+ operatingType: "resetAll";
1629
+ rawData?: {
1630
+ [x: string]: unknown;
1631
+ id: string;
1632
+ } | undefined;
1579
1633
  } | {
1580
1634
  className: import("@/types").EnumModel.MACHINE_TOOL;
1581
1635
  light?: {
@@ -1592,6 +1646,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1592
1646
  isOut: boolean;
1593
1647
  } | undefined;
1594
1648
  stationRotatable?: boolean | undefined;
1649
+ isWorking?: boolean | undefined;
1595
1650
  operatingType?: "model" | undefined;
1596
1651
  id: string;
1597
1652
  rawData: {
@@ -1750,6 +1805,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
1750
1805
  isIn: boolean;
1751
1806
  isOut: boolean;
1752
1807
  } | undefined;
1808
+ isWorking?: boolean | undefined;
1753
1809
  operatingType?: "model" | undefined;
1754
1810
  id: string;
1755
1811
  rawData: {
@@ -2002,6 +2058,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2002
2058
  showShadow?: boolean | undefined;
2003
2059
  showText?: boolean | undefined;
2004
2060
  inFlow?: boolean | undefined;
2061
+ resources?: {
2062
+ name?: string | undefined;
2063
+ resourceId?: string | undefined;
2064
+ resourceType?: import('../types').EnumResourceType | undefined;
2065
+ color?: string | undefined;
2066
+ }[] | undefined;
2005
2067
  operatingData?: unknown;
2006
2068
  width: number;
2007
2069
  height: number;
@@ -2061,6 +2123,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2061
2123
  [x: string]: unknown;
2062
2124
  id: string;
2063
2125
  };
2126
+ } | {
2127
+ operatingType: "resetAll";
2128
+ rawData?: {
2129
+ [x: string]: unknown;
2130
+ id: string;
2131
+ } | undefined;
2064
2132
  } | {
2065
2133
  className: import("@/types").EnumModel.MACHINE_TOOL;
2066
2134
  light?: {
@@ -2077,6 +2145,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2077
2145
  isOut: boolean;
2078
2146
  } | undefined;
2079
2147
  stationRotatable?: boolean | undefined;
2148
+ isWorking?: boolean | undefined;
2080
2149
  operatingType?: "model" | undefined;
2081
2150
  id: string;
2082
2151
  rawData: {
@@ -2235,6 +2304,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2235
2304
  isIn: boolean;
2236
2305
  isOut: boolean;
2237
2306
  } | undefined;
2307
+ isWorking?: boolean | undefined;
2238
2308
  operatingType?: "model" | undefined;
2239
2309
  id: string;
2240
2310
  rawData: {
@@ -2487,6 +2557,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2487
2557
  showShadow?: boolean | undefined;
2488
2558
  showText?: boolean | undefined;
2489
2559
  inFlow?: boolean | undefined;
2560
+ resources?: {
2561
+ name?: string | undefined;
2562
+ resourceId?: string | undefined;
2563
+ resourceType?: import('../types').EnumResourceType | undefined;
2564
+ color?: string | undefined;
2565
+ }[] | undefined;
2490
2566
  operatingData?: unknown;
2491
2567
  width: number;
2492
2568
  height: number;
@@ -2546,6 +2622,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2546
2622
  [x: string]: unknown;
2547
2623
  id: string;
2548
2624
  };
2625
+ } | {
2626
+ operatingType: "resetAll";
2627
+ rawData?: {
2628
+ [x: string]: unknown;
2629
+ id: string;
2630
+ } | undefined;
2549
2631
  } | {
2550
2632
  className: import("@/types").EnumModel.MACHINE_TOOL;
2551
2633
  light?: {
@@ -2562,6 +2644,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2562
2644
  isOut: boolean;
2563
2645
  } | undefined;
2564
2646
  stationRotatable?: boolean | undefined;
2647
+ isWorking?: boolean | undefined;
2565
2648
  operatingType?: "model" | undefined;
2566
2649
  id: string;
2567
2650
  rawData: {
@@ -2720,6 +2803,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2720
2803
  isIn: boolean;
2721
2804
  isOut: boolean;
2722
2805
  } | undefined;
2806
+ isWorking?: boolean | undefined;
2723
2807
  operatingType?: "model" | undefined;
2724
2808
  id: string;
2725
2809
  rawData: {
@@ -2983,6 +3067,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
2983
3067
  showShadow?: boolean | undefined;
2984
3068
  showText?: boolean | undefined;
2985
3069
  inFlow?: boolean | undefined;
3070
+ resources?: {
3071
+ name?: string | undefined;
3072
+ resourceId?: string | undefined;
3073
+ resourceType?: import('../types').EnumResourceType | undefined;
3074
+ color?: string | undefined;
3075
+ }[] | undefined;
2986
3076
  operatingData?: unknown;
2987
3077
  width: number;
2988
3078
  height: number;
@@ -3034,6 +3124,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3034
3124
  showShadow?: boolean | undefined;
3035
3125
  showText?: boolean | undefined;
3036
3126
  inFlow?: boolean | undefined;
3127
+ resources?: {
3128
+ name?: string | undefined;
3129
+ resourceId?: string | undefined;
3130
+ resourceType?: import('../types').EnumResourceType | undefined;
3131
+ color?: string | undefined;
3132
+ }[] | undefined;
3037
3133
  operatingData?: unknown;
3038
3134
  width: number;
3039
3135
  height: number;
@@ -3093,6 +3189,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3093
3189
  [x: string]: unknown;
3094
3190
  id: string;
3095
3191
  };
3192
+ } | {
3193
+ operatingType: "resetAll";
3194
+ rawData?: {
3195
+ [x: string]: unknown;
3196
+ id: string;
3197
+ } | undefined;
3096
3198
  } | {
3097
3199
  className: import("@/types").EnumModel.MACHINE_TOOL;
3098
3200
  light?: {
@@ -3109,6 +3211,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3109
3211
  isOut: boolean;
3110
3212
  } | undefined;
3111
3213
  stationRotatable?: boolean | undefined;
3214
+ isWorking?: boolean | undefined;
3112
3215
  operatingType?: "model" | undefined;
3113
3216
  id: string;
3114
3217
  rawData: {
@@ -3267,6 +3370,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3267
3370
  isIn: boolean;
3268
3371
  isOut: boolean;
3269
3372
  } | undefined;
3373
+ isWorking?: boolean | undefined;
3270
3374
  operatingType?: "model" | undefined;
3271
3375
  id: string;
3272
3376
  rawData: {
@@ -3530,6 +3634,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3530
3634
  showShadow?: boolean | undefined;
3531
3635
  showText?: boolean | undefined;
3532
3636
  inFlow?: boolean | undefined;
3637
+ resources?: {
3638
+ name?: string | undefined;
3639
+ resourceId?: string | undefined;
3640
+ resourceType?: import('../types').EnumResourceType | undefined;
3641
+ color?: string | undefined;
3642
+ }[] | undefined;
3533
3643
  operatingData?: unknown;
3534
3644
  width: number;
3535
3645
  height: number;
@@ -3581,6 +3691,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3581
3691
  showShadow?: boolean | undefined;
3582
3692
  showText?: boolean | undefined;
3583
3693
  inFlow?: boolean | undefined;
3694
+ resources?: {
3695
+ name?: string | undefined;
3696
+ resourceId?: string | undefined;
3697
+ resourceType?: import('../types').EnumResourceType | undefined;
3698
+ color?: string | undefined;
3699
+ }[] | undefined;
3584
3700
  operatingData?: unknown;
3585
3701
  width: number;
3586
3702
  height: number;
@@ -3640,6 +3756,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3640
3756
  [x: string]: unknown;
3641
3757
  id: string;
3642
3758
  };
3759
+ } | {
3760
+ operatingType: "resetAll";
3761
+ rawData?: {
3762
+ [x: string]: unknown;
3763
+ id: string;
3764
+ } | undefined;
3643
3765
  } | {
3644
3766
  className: import("@/types").EnumModel.MACHINE_TOOL;
3645
3767
  light?: {
@@ -3656,6 +3778,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3656
3778
  isOut: boolean;
3657
3779
  } | undefined;
3658
3780
  stationRotatable?: boolean | undefined;
3781
+ isWorking?: boolean | undefined;
3659
3782
  operatingType?: "model" | undefined;
3660
3783
  id: string;
3661
3784
  rawData: {
@@ -3814,6 +3937,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
3814
3937
  isIn: boolean;
3815
3938
  isOut: boolean;
3816
3939
  } | undefined;
3940
+ isWorking?: boolean | undefined;
3817
3941
  operatingType?: "model" | undefined;
3818
3942
  id: string;
3819
3943
  rawData: {
@@ -4075,6 +4199,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4075
4199
  showShadow?: boolean | undefined;
4076
4200
  showText?: boolean | undefined;
4077
4201
  inFlow?: boolean | undefined;
4202
+ resources?: {
4203
+ name?: string | undefined;
4204
+ resourceId?: string | undefined;
4205
+ resourceType?: import('../types').EnumResourceType | undefined;
4206
+ color?: string | undefined;
4207
+ }[] | undefined;
4078
4208
  operatingData?: unknown;
4079
4209
  width: number;
4080
4210
  height: number;
@@ -4126,6 +4256,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4126
4256
  showShadow?: boolean | undefined;
4127
4257
  showText?: boolean | undefined;
4128
4258
  inFlow?: boolean | undefined;
4259
+ resources?: {
4260
+ name?: string | undefined;
4261
+ resourceId?: string | undefined;
4262
+ resourceType?: import('../types').EnumResourceType | undefined;
4263
+ color?: string | undefined;
4264
+ }[] | undefined;
4129
4265
  operatingData?: unknown;
4130
4266
  width: number;
4131
4267
  height: number;
@@ -4185,6 +4321,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4185
4321
  [x: string]: unknown;
4186
4322
  id: string;
4187
4323
  };
4324
+ } | {
4325
+ operatingType: "resetAll";
4326
+ rawData?: {
4327
+ [x: string]: unknown;
4328
+ id: string;
4329
+ } | undefined;
4188
4330
  } | {
4189
4331
  className: import("@/types").EnumModel.MACHINE_TOOL;
4190
4332
  light?: {
@@ -4201,6 +4343,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4201
4343
  isOut: boolean;
4202
4344
  } | undefined;
4203
4345
  stationRotatable?: boolean | undefined;
4346
+ isWorking?: boolean | undefined;
4204
4347
  operatingType?: "model" | undefined;
4205
4348
  id: string;
4206
4349
  rawData: {
@@ -4359,6 +4502,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4359
4502
  isIn: boolean;
4360
4503
  isOut: boolean;
4361
4504
  } | undefined;
4505
+ isWorking?: boolean | undefined;
4362
4506
  operatingType?: "model" | undefined;
4363
4507
  id: string;
4364
4508
  rawData: {
@@ -4621,6 +4765,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4621
4765
  [x: string]: unknown;
4622
4766
  id: string;
4623
4767
  };
4768
+ } | {
4769
+ operatingType: "resetAll";
4770
+ rawData?: {
4771
+ [x: string]: unknown;
4772
+ id: string;
4773
+ } | undefined;
4624
4774
  } | {
4625
4775
  className: import("@/types").EnumModel.MACHINE_TOOL;
4626
4776
  light?: {
@@ -4637,6 +4787,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4637
4787
  isOut: boolean;
4638
4788
  } | undefined;
4639
4789
  stationRotatable?: boolean | undefined;
4790
+ isWorking?: boolean | undefined;
4640
4791
  operatingType?: "model" | undefined;
4641
4792
  id: string;
4642
4793
  rawData: {
@@ -4795,6 +4946,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
4795
4946
  isIn: boolean;
4796
4947
  isOut: boolean;
4797
4948
  } | undefined;
4949
+ isWorking?: boolean | undefined;
4798
4950
  operatingType?: "model" | undefined;
4799
4951
  id: string;
4800
4952
  rawData: {
@@ -5055,6 +5207,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5055
5207
  showShadow?: boolean | undefined;
5056
5208
  showText?: boolean | undefined;
5057
5209
  inFlow?: boolean | undefined;
5210
+ resources?: {
5211
+ name?: string | undefined;
5212
+ resourceId?: string | undefined;
5213
+ resourceType?: import('../types').EnumResourceType | undefined;
5214
+ color?: string | undefined;
5215
+ }[] | undefined;
5058
5216
  operatingData?: unknown;
5059
5217
  width: number;
5060
5218
  height: number;
@@ -5106,6 +5264,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5106
5264
  showShadow?: boolean | undefined;
5107
5265
  showText?: boolean | undefined;
5108
5266
  inFlow?: boolean | undefined;
5267
+ resources?: {
5268
+ name?: string | undefined;
5269
+ resourceId?: string | undefined;
5270
+ resourceType?: import('../types').EnumResourceType | undefined;
5271
+ color?: string | undefined;
5272
+ }[] | undefined;
5109
5273
  operatingData?: unknown;
5110
5274
  width: number;
5111
5275
  height: number;
@@ -5165,6 +5329,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5165
5329
  [x: string]: unknown;
5166
5330
  id: string;
5167
5331
  };
5332
+ } | {
5333
+ operatingType: "resetAll";
5334
+ rawData?: {
5335
+ [x: string]: unknown;
5336
+ id: string;
5337
+ } | undefined;
5168
5338
  } | {
5169
5339
  className: import("@/types").EnumModel.MACHINE_TOOL;
5170
5340
  light?: {
@@ -5181,6 +5351,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5181
5351
  isOut: boolean;
5182
5352
  } | undefined;
5183
5353
  stationRotatable?: boolean | undefined;
5354
+ isWorking?: boolean | undefined;
5184
5355
  operatingType?: "model" | undefined;
5185
5356
  id: string;
5186
5357
  rawData: {
@@ -5339,6 +5510,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5339
5510
  isIn: boolean;
5340
5511
  isOut: boolean;
5341
5512
  } | undefined;
5513
+ isWorking?: boolean | undefined;
5342
5514
  operatingType?: "model" | undefined;
5343
5515
  id: string;
5344
5516
  rawData: {
@@ -5600,6 +5772,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5600
5772
  showShadow?: boolean | undefined;
5601
5773
  showText?: boolean | undefined;
5602
5774
  inFlow?: boolean | undefined;
5775
+ resources?: {
5776
+ name?: string | undefined;
5777
+ resourceId?: string | undefined;
5778
+ resourceType?: import('../types').EnumResourceType | undefined;
5779
+ color?: string | undefined;
5780
+ }[] | undefined;
5603
5781
  operatingData?: unknown;
5604
5782
  width: number;
5605
5783
  height: number;
@@ -5651,6 +5829,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5651
5829
  showShadow?: boolean | undefined;
5652
5830
  showText?: boolean | undefined;
5653
5831
  inFlow?: boolean | undefined;
5832
+ resources?: {
5833
+ name?: string | undefined;
5834
+ resourceId?: string | undefined;
5835
+ resourceType?: import('../types').EnumResourceType | undefined;
5836
+ color?: string | undefined;
5837
+ }[] | undefined;
5654
5838
  operatingData?: unknown;
5655
5839
  width: number;
5656
5840
  height: number;
@@ -5711,6 +5895,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5711
5895
  [x: string]: unknown;
5712
5896
  id: string;
5713
5897
  };
5898
+ } | {
5899
+ operatingType: "resetAll";
5900
+ rawData?: {
5901
+ [x: string]: unknown;
5902
+ id: string;
5903
+ } | undefined;
5714
5904
  } | {
5715
5905
  className: import("@/types").EnumModel.MACHINE_TOOL;
5716
5906
  light?: {
@@ -5727,6 +5917,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5727
5917
  isOut: boolean;
5728
5918
  } | undefined;
5729
5919
  stationRotatable?: boolean | undefined;
5920
+ isWorking?: boolean | undefined;
5730
5921
  operatingType?: "model" | undefined;
5731
5922
  id: string;
5732
5923
  rawData: {
@@ -5885,6 +6076,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
5885
6076
  isIn: boolean;
5886
6077
  isOut: boolean;
5887
6078
  } | undefined;
6079
+ isWorking?: boolean | undefined;
5888
6080
  operatingType?: "model" | undefined;
5889
6081
  id: string;
5890
6082
  rawData: {
@@ -6139,6 +6331,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6139
6331
  showShadow?: boolean | undefined;
6140
6332
  showText?: boolean | undefined;
6141
6333
  inFlow?: boolean | undefined;
6334
+ resources?: {
6335
+ name?: string | undefined;
6336
+ resourceId?: string | undefined;
6337
+ resourceType?: import('../types').EnumResourceType | undefined;
6338
+ color?: string | undefined;
6339
+ }[] | undefined;
6142
6340
  operatingData?: unknown;
6143
6341
  width: number;
6144
6342
  height: number;
@@ -6198,6 +6396,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6198
6396
  [x: string]: unknown;
6199
6397
  id: string;
6200
6398
  };
6399
+ } | {
6400
+ operatingType: "resetAll";
6401
+ rawData?: {
6402
+ [x: string]: unknown;
6403
+ id: string;
6404
+ } | undefined;
6201
6405
  } | {
6202
6406
  className: import("@/types").EnumModel.MACHINE_TOOL;
6203
6407
  light?: {
@@ -6214,6 +6418,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6214
6418
  isOut: boolean;
6215
6419
  } | undefined;
6216
6420
  stationRotatable?: boolean | undefined;
6421
+ isWorking?: boolean | undefined;
6217
6422
  operatingType?: "model" | undefined;
6218
6423
  id: string;
6219
6424
  rawData: {
@@ -6372,6 +6577,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6372
6577
  isIn: boolean;
6373
6578
  isOut: boolean;
6374
6579
  } | undefined;
6580
+ isWorking?: boolean | undefined;
6375
6581
  operatingType?: "model" | undefined;
6376
6582
  id: string;
6377
6583
  rawData: {
@@ -6653,6 +6859,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6653
6859
  showShadow?: boolean | undefined;
6654
6860
  showText?: boolean | undefined;
6655
6861
  inFlow?: boolean | undefined;
6862
+ resources?: {
6863
+ name?: string | undefined;
6864
+ resourceId?: string | undefined;
6865
+ resourceType?: import('../types').EnumResourceType | undefined;
6866
+ color?: string | undefined;
6867
+ }[] | undefined;
6656
6868
  operatingData?: unknown;
6657
6869
  width: number;
6658
6870
  height: number;
@@ -6712,6 +6924,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6712
6924
  [x: string]: unknown;
6713
6925
  id: string;
6714
6926
  };
6927
+ } | {
6928
+ operatingType: "resetAll";
6929
+ rawData?: {
6930
+ [x: string]: unknown;
6931
+ id: string;
6932
+ } | undefined;
6715
6933
  } | {
6716
6934
  className: import("@/types").EnumModel.MACHINE_TOOL;
6717
6935
  light?: {
@@ -6728,6 +6946,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6728
6946
  isOut: boolean;
6729
6947
  } | undefined;
6730
6948
  stationRotatable?: boolean | undefined;
6949
+ isWorking?: boolean | undefined;
6731
6950
  operatingType?: "model" | undefined;
6732
6951
  id: string;
6733
6952
  rawData: {
@@ -6886,6 +7105,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
6886
7105
  isIn: boolean;
6887
7106
  isOut: boolean;
6888
7107
  } | undefined;
7108
+ isWorking?: boolean | undefined;
6889
7109
  operatingType?: "model" | undefined;
6890
7110
  id: string;
6891
7111
  rawData: {
@@ -7139,6 +7359,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7139
7359
  showShadow?: boolean | undefined;
7140
7360
  showText?: boolean | undefined;
7141
7361
  inFlow?: boolean | undefined;
7362
+ resources?: {
7363
+ name?: string | undefined;
7364
+ resourceId?: string | undefined;
7365
+ resourceType?: import('../types').EnumResourceType | undefined;
7366
+ color?: string | undefined;
7367
+ }[] | undefined;
7142
7368
  operatingData?: unknown;
7143
7369
  width: number;
7144
7370
  height: number;
@@ -7198,6 +7424,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7198
7424
  [x: string]: unknown;
7199
7425
  id: string;
7200
7426
  };
7427
+ } | {
7428
+ operatingType: "resetAll";
7429
+ rawData?: {
7430
+ [x: string]: unknown;
7431
+ id: string;
7432
+ } | undefined;
7201
7433
  } | {
7202
7434
  className: import("@/types").EnumModel.MACHINE_TOOL;
7203
7435
  light?: {
@@ -7214,6 +7446,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7214
7446
  isOut: boolean;
7215
7447
  } | undefined;
7216
7448
  stationRotatable?: boolean | undefined;
7449
+ isWorking?: boolean | undefined;
7217
7450
  operatingType?: "model" | undefined;
7218
7451
  id: string;
7219
7452
  rawData: {
@@ -7372,6 +7605,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7372
7605
  isIn: boolean;
7373
7606
  isOut: boolean;
7374
7607
  } | undefined;
7608
+ isWorking?: boolean | undefined;
7375
7609
  operatingType?: "model" | undefined;
7376
7610
  id: string;
7377
7611
  rawData: {
@@ -7626,6 +7860,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7626
7860
  showShadow?: boolean | undefined;
7627
7861
  showText?: boolean | undefined;
7628
7862
  inFlow?: boolean | undefined;
7863
+ resources?: {
7864
+ name?: string | undefined;
7865
+ resourceId?: string | undefined;
7866
+ resourceType?: import('../types').EnumResourceType | undefined;
7867
+ color?: string | undefined;
7868
+ }[] | undefined;
7629
7869
  operatingData?: unknown;
7630
7870
  width: number;
7631
7871
  height: number;
@@ -7688,6 +7928,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7688
7928
  [x: string]: unknown;
7689
7929
  id: string;
7690
7930
  };
7931
+ } | {
7932
+ operatingType: "resetAll";
7933
+ rawData?: {
7934
+ [x: string]: unknown;
7935
+ id: string;
7936
+ } | undefined;
7691
7937
  } | {
7692
7938
  className: import("@/types").EnumModel.MACHINE_TOOL;
7693
7939
  light?: {
@@ -7704,6 +7950,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7704
7950
  isOut: boolean;
7705
7951
  } | undefined;
7706
7952
  stationRotatable?: boolean | undefined;
7953
+ isWorking?: boolean | undefined;
7707
7954
  operatingType?: "model" | undefined;
7708
7955
  id: string;
7709
7956
  rawData: {
@@ -7862,6 +8109,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
7862
8109
  isIn: boolean;
7863
8110
  isOut: boolean;
7864
8111
  } | undefined;
8112
+ isWorking?: boolean | undefined;
7865
8113
  operatingType?: "model" | undefined;
7866
8114
  id: string;
7867
8115
  rawData: {
@@ -8116,6 +8364,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8116
8364
  showShadow?: boolean | undefined;
8117
8365
  showText?: boolean | undefined;
8118
8366
  inFlow?: boolean | undefined;
8367
+ resources?: {
8368
+ name?: string | undefined;
8369
+ resourceId?: string | undefined;
8370
+ resourceType?: import('../types').EnumResourceType | undefined;
8371
+ color?: string | undefined;
8372
+ }[] | undefined;
8119
8373
  operatingData?: unknown;
8120
8374
  width: number;
8121
8375
  height: number;
@@ -8176,6 +8430,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8176
8430
  [x: string]: unknown;
8177
8431
  id: string;
8178
8432
  };
8433
+ } | {
8434
+ operatingType: "resetAll";
8435
+ rawData?: {
8436
+ [x: string]: unknown;
8437
+ id: string;
8438
+ } | undefined;
8179
8439
  } | {
8180
8440
  className: import("@/types").EnumModel.MACHINE_TOOL;
8181
8441
  light?: {
@@ -8192,6 +8452,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8192
8452
  isOut: boolean;
8193
8453
  } | undefined;
8194
8454
  stationRotatable?: boolean | undefined;
8455
+ isWorking?: boolean | undefined;
8195
8456
  operatingType?: "model" | undefined;
8196
8457
  id: string;
8197
8458
  rawData: {
@@ -8350,6 +8611,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8350
8611
  isIn: boolean;
8351
8612
  isOut: boolean;
8352
8613
  } | undefined;
8614
+ isWorking?: boolean | undefined;
8353
8615
  operatingType?: "model" | undefined;
8354
8616
  id: string;
8355
8617
  rawData: {
@@ -8602,6 +8864,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8602
8864
  showShadow?: boolean | undefined;
8603
8865
  showText?: boolean | undefined;
8604
8866
  inFlow?: boolean | undefined;
8867
+ resources?: {
8868
+ name?: string | undefined;
8869
+ resourceId?: string | undefined;
8870
+ resourceType?: import('../types').EnumResourceType | undefined;
8871
+ color?: string | undefined;
8872
+ }[] | undefined;
8605
8873
  operatingData?: unknown;
8606
8874
  width: number;
8607
8875
  height: number;
@@ -8661,6 +8929,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8661
8929
  [x: string]: unknown;
8662
8930
  id: string;
8663
8931
  };
8932
+ } | {
8933
+ operatingType: "resetAll";
8934
+ rawData?: {
8935
+ [x: string]: unknown;
8936
+ id: string;
8937
+ } | undefined;
8664
8938
  } | {
8665
8939
  className: import("@/types").EnumModel.MACHINE_TOOL;
8666
8940
  light?: {
@@ -8677,6 +8951,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8677
8951
  isOut: boolean;
8678
8952
  } | undefined;
8679
8953
  stationRotatable?: boolean | undefined;
8954
+ isWorking?: boolean | undefined;
8680
8955
  operatingType?: "model" | undefined;
8681
8956
  id: string;
8682
8957
  rawData: {
@@ -8835,6 +9110,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
8835
9110
  isIn: boolean;
8836
9111
  isOut: boolean;
8837
9112
  } | undefined;
9113
+ isWorking?: boolean | undefined;
8838
9114
  operatingType?: "model" | undefined;
8839
9115
  id: string;
8840
9116
  rawData: {
@@ -9087,6 +9363,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9087
9363
  showShadow?: boolean | undefined;
9088
9364
  showText?: boolean | undefined;
9089
9365
  inFlow?: boolean | undefined;
9366
+ resources?: {
9367
+ name?: string | undefined;
9368
+ resourceId?: string | undefined;
9369
+ resourceType?: import('../types').EnumResourceType | undefined;
9370
+ color?: string | undefined;
9371
+ }[] | undefined;
9090
9372
  operatingData?: unknown;
9091
9373
  width: number;
9092
9374
  height: number;
@@ -9146,6 +9428,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9146
9428
  [x: string]: unknown;
9147
9429
  id: string;
9148
9430
  };
9431
+ } | {
9432
+ operatingType: "resetAll";
9433
+ rawData?: {
9434
+ [x: string]: unknown;
9435
+ id: string;
9436
+ } | undefined;
9149
9437
  } | {
9150
9438
  className: import("@/types").EnumModel.MACHINE_TOOL;
9151
9439
  light?: {
@@ -9162,6 +9450,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9162
9450
  isOut: boolean;
9163
9451
  } | undefined;
9164
9452
  stationRotatable?: boolean | undefined;
9453
+ isWorking?: boolean | undefined;
9165
9454
  operatingType?: "model" | undefined;
9166
9455
  id: string;
9167
9456
  rawData: {
@@ -9320,6 +9609,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9320
9609
  isIn: boolean;
9321
9610
  isOut: boolean;
9322
9611
  } | undefined;
9612
+ isWorking?: boolean | undefined;
9323
9613
  operatingType?: "model" | undefined;
9324
9614
  id: string;
9325
9615
  rawData: {
@@ -9583,6 +9873,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9583
9873
  showShadow?: boolean | undefined;
9584
9874
  showText?: boolean | undefined;
9585
9875
  inFlow?: boolean | undefined;
9876
+ resources?: {
9877
+ name?: string | undefined;
9878
+ resourceId?: string | undefined;
9879
+ resourceType?: import('../types').EnumResourceType | undefined;
9880
+ color?: string | undefined;
9881
+ }[] | undefined;
9586
9882
  operatingData?: unknown;
9587
9883
  width: number;
9588
9884
  height: number;
@@ -9634,6 +9930,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9634
9930
  showShadow?: boolean | undefined;
9635
9931
  showText?: boolean | undefined;
9636
9932
  inFlow?: boolean | undefined;
9933
+ resources?: {
9934
+ name?: string | undefined;
9935
+ resourceId?: string | undefined;
9936
+ resourceType?: import('../types').EnumResourceType | undefined;
9937
+ color?: string | undefined;
9938
+ }[] | undefined;
9637
9939
  operatingData?: unknown;
9638
9940
  width: number;
9639
9941
  height: number;
@@ -9693,6 +9995,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9693
9995
  [x: string]: unknown;
9694
9996
  id: string;
9695
9997
  };
9998
+ } | {
9999
+ operatingType: "resetAll";
10000
+ rawData?: {
10001
+ [x: string]: unknown;
10002
+ id: string;
10003
+ } | undefined;
9696
10004
  } | {
9697
10005
  className: import("@/types").EnumModel.MACHINE_TOOL;
9698
10006
  light?: {
@@ -9709,6 +10017,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9709
10017
  isOut: boolean;
9710
10018
  } | undefined;
9711
10019
  stationRotatable?: boolean | undefined;
10020
+ isWorking?: boolean | undefined;
9712
10021
  operatingType?: "model" | undefined;
9713
10022
  id: string;
9714
10023
  rawData: {
@@ -9867,6 +10176,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
9867
10176
  isIn: boolean;
9868
10177
  isOut: boolean;
9869
10178
  } | undefined;
10179
+ isWorking?: boolean | undefined;
9870
10180
  operatingType?: "model" | undefined;
9871
10181
  id: string;
9872
10182
  rawData: {
@@ -10130,6 +10440,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10130
10440
  showShadow?: boolean | undefined;
10131
10441
  showText?: boolean | undefined;
10132
10442
  inFlow?: boolean | undefined;
10443
+ resources?: {
10444
+ name?: string | undefined;
10445
+ resourceId?: string | undefined;
10446
+ resourceType?: import('../types').EnumResourceType | undefined;
10447
+ color?: string | undefined;
10448
+ }[] | undefined;
10133
10449
  operatingData?: unknown;
10134
10450
  width: number;
10135
10451
  height: number;
@@ -10181,6 +10497,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10181
10497
  showShadow?: boolean | undefined;
10182
10498
  showText?: boolean | undefined;
10183
10499
  inFlow?: boolean | undefined;
10500
+ resources?: {
10501
+ name?: string | undefined;
10502
+ resourceId?: string | undefined;
10503
+ resourceType?: import('../types').EnumResourceType | undefined;
10504
+ color?: string | undefined;
10505
+ }[] | undefined;
10184
10506
  operatingData?: unknown;
10185
10507
  width: number;
10186
10508
  height: number;
@@ -10240,6 +10562,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10240
10562
  [x: string]: unknown;
10241
10563
  id: string;
10242
10564
  };
10565
+ } | {
10566
+ operatingType: "resetAll";
10567
+ rawData?: {
10568
+ [x: string]: unknown;
10569
+ id: string;
10570
+ } | undefined;
10243
10571
  } | {
10244
10572
  className: import("@/types").EnumModel.MACHINE_TOOL;
10245
10573
  light?: {
@@ -10256,6 +10584,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10256
10584
  isOut: boolean;
10257
10585
  } | undefined;
10258
10586
  stationRotatable?: boolean | undefined;
10587
+ isWorking?: boolean | undefined;
10259
10588
  operatingType?: "model" | undefined;
10260
10589
  id: string;
10261
10590
  rawData: {
@@ -10414,6 +10743,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10414
10743
  isIn: boolean;
10415
10744
  isOut: boolean;
10416
10745
  } | undefined;
10746
+ isWorking?: boolean | undefined;
10417
10747
  operatingType?: "model" | undefined;
10418
10748
  id: string;
10419
10749
  rawData: {
@@ -10675,6 +11005,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10675
11005
  showShadow?: boolean | undefined;
10676
11006
  showText?: boolean | undefined;
10677
11007
  inFlow?: boolean | undefined;
11008
+ resources?: {
11009
+ name?: string | undefined;
11010
+ resourceId?: string | undefined;
11011
+ resourceType?: import('../types').EnumResourceType | undefined;
11012
+ color?: string | undefined;
11013
+ }[] | undefined;
10678
11014
  operatingData?: unknown;
10679
11015
  width: number;
10680
11016
  height: number;
@@ -10726,6 +11062,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10726
11062
  showShadow?: boolean | undefined;
10727
11063
  showText?: boolean | undefined;
10728
11064
  inFlow?: boolean | undefined;
11065
+ resources?: {
11066
+ name?: string | undefined;
11067
+ resourceId?: string | undefined;
11068
+ resourceType?: import('../types').EnumResourceType | undefined;
11069
+ color?: string | undefined;
11070
+ }[] | undefined;
10729
11071
  operatingData?: unknown;
10730
11072
  width: number;
10731
11073
  height: number;
@@ -10785,6 +11127,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10785
11127
  [x: string]: unknown;
10786
11128
  id: string;
10787
11129
  };
11130
+ } | {
11131
+ operatingType: "resetAll";
11132
+ rawData?: {
11133
+ [x: string]: unknown;
11134
+ id: string;
11135
+ } | undefined;
10788
11136
  } | {
10789
11137
  className: import("@/types").EnumModel.MACHINE_TOOL;
10790
11138
  light?: {
@@ -10801,6 +11149,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10801
11149
  isOut: boolean;
10802
11150
  } | undefined;
10803
11151
  stationRotatable?: boolean | undefined;
11152
+ isWorking?: boolean | undefined;
10804
11153
  operatingType?: "model" | undefined;
10805
11154
  id: string;
10806
11155
  rawData: {
@@ -10959,6 +11308,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
10959
11308
  isIn: boolean;
10960
11309
  isOut: boolean;
10961
11310
  } | undefined;
11311
+ isWorking?: boolean | undefined;
10962
11312
  operatingType?: "model" | undefined;
10963
11313
  id: string;
10964
11314
  rawData: {
@@ -11221,6 +11571,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11221
11571
  [x: string]: unknown;
11222
11572
  id: string;
11223
11573
  };
11574
+ } | {
11575
+ operatingType: "resetAll";
11576
+ rawData?: {
11577
+ [x: string]: unknown;
11578
+ id: string;
11579
+ } | undefined;
11224
11580
  } | {
11225
11581
  className: import("@/types").EnumModel.MACHINE_TOOL;
11226
11582
  light?: {
@@ -11237,6 +11593,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11237
11593
  isOut: boolean;
11238
11594
  } | undefined;
11239
11595
  stationRotatable?: boolean | undefined;
11596
+ isWorking?: boolean | undefined;
11240
11597
  operatingType?: "model" | undefined;
11241
11598
  id: string;
11242
11599
  rawData: {
@@ -11395,6 +11752,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11395
11752
  isIn: boolean;
11396
11753
  isOut: boolean;
11397
11754
  } | undefined;
11755
+ isWorking?: boolean | undefined;
11398
11756
  operatingType?: "model" | undefined;
11399
11757
  id: string;
11400
11758
  rawData: {
@@ -11655,6 +12013,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11655
12013
  showShadow?: boolean | undefined;
11656
12014
  showText?: boolean | undefined;
11657
12015
  inFlow?: boolean | undefined;
12016
+ resources?: {
12017
+ name?: string | undefined;
12018
+ resourceId?: string | undefined;
12019
+ resourceType?: import('../types').EnumResourceType | undefined;
12020
+ color?: string | undefined;
12021
+ }[] | undefined;
11658
12022
  operatingData?: unknown;
11659
12023
  width: number;
11660
12024
  height: number;
@@ -11706,6 +12070,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11706
12070
  showShadow?: boolean | undefined;
11707
12071
  showText?: boolean | undefined;
11708
12072
  inFlow?: boolean | undefined;
12073
+ resources?: {
12074
+ name?: string | undefined;
12075
+ resourceId?: string | undefined;
12076
+ resourceType?: import('../types').EnumResourceType | undefined;
12077
+ color?: string | undefined;
12078
+ }[] | undefined;
11709
12079
  operatingData?: unknown;
11710
12080
  width: number;
11711
12081
  height: number;
@@ -11765,6 +12135,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11765
12135
  [x: string]: unknown;
11766
12136
  id: string;
11767
12137
  };
12138
+ } | {
12139
+ operatingType: "resetAll";
12140
+ rawData?: {
12141
+ [x: string]: unknown;
12142
+ id: string;
12143
+ } | undefined;
11768
12144
  } | {
11769
12145
  className: import("@/types").EnumModel.MACHINE_TOOL;
11770
12146
  light?: {
@@ -11781,6 +12157,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11781
12157
  isOut: boolean;
11782
12158
  } | undefined;
11783
12159
  stationRotatable?: boolean | undefined;
12160
+ isWorking?: boolean | undefined;
11784
12161
  operatingType?: "model" | undefined;
11785
12162
  id: string;
11786
12163
  rawData: {
@@ -11939,6 +12316,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
11939
12316
  isIn: boolean;
11940
12317
  isOut: boolean;
11941
12318
  } | undefined;
12319
+ isWorking?: boolean | undefined;
11942
12320
  operatingType?: "model" | undefined;
11943
12321
  id: string;
11944
12322
  rawData: {
@@ -12200,6 +12578,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12200
12578
  showShadow?: boolean | undefined;
12201
12579
  showText?: boolean | undefined;
12202
12580
  inFlow?: boolean | undefined;
12581
+ resources?: {
12582
+ name?: string | undefined;
12583
+ resourceId?: string | undefined;
12584
+ resourceType?: import('../types').EnumResourceType | undefined;
12585
+ color?: string | undefined;
12586
+ }[] | undefined;
12203
12587
  operatingData?: unknown;
12204
12588
  width: number;
12205
12589
  height: number;
@@ -12251,6 +12635,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12251
12635
  showShadow?: boolean | undefined;
12252
12636
  showText?: boolean | undefined;
12253
12637
  inFlow?: boolean | undefined;
12638
+ resources?: {
12639
+ name?: string | undefined;
12640
+ resourceId?: string | undefined;
12641
+ resourceType?: import('../types').EnumResourceType | undefined;
12642
+ color?: string | undefined;
12643
+ }[] | undefined;
12254
12644
  operatingData?: unknown;
12255
12645
  width: number;
12256
12646
  height: number;
@@ -12311,6 +12701,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12311
12701
  [x: string]: unknown;
12312
12702
  id: string;
12313
12703
  };
12704
+ } | {
12705
+ operatingType: "resetAll";
12706
+ rawData?: {
12707
+ [x: string]: unknown;
12708
+ id: string;
12709
+ } | undefined;
12314
12710
  } | {
12315
12711
  className: import("@/types").EnumModel.MACHINE_TOOL;
12316
12712
  light?: {
@@ -12327,6 +12723,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12327
12723
  isOut: boolean;
12328
12724
  } | undefined;
12329
12725
  stationRotatable?: boolean | undefined;
12726
+ isWorking?: boolean | undefined;
12330
12727
  operatingType?: "model" | undefined;
12331
12728
  id: string;
12332
12729
  rawData: {
@@ -12485,6 +12882,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12485
12882
  isIn: boolean;
12486
12883
  isOut: boolean;
12487
12884
  } | undefined;
12885
+ isWorking?: boolean | undefined;
12488
12886
  operatingType?: "model" | undefined;
12489
12887
  id: string;
12490
12888
  rawData: {
@@ -12739,6 +13137,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12739
13137
  showShadow?: boolean | undefined;
12740
13138
  showText?: boolean | undefined;
12741
13139
  inFlow?: boolean | undefined;
13140
+ resources?: {
13141
+ name?: string | undefined;
13142
+ resourceId?: string | undefined;
13143
+ resourceType?: import('../types').EnumResourceType | undefined;
13144
+ color?: string | undefined;
13145
+ }[] | undefined;
12742
13146
  operatingData?: unknown;
12743
13147
  width: number;
12744
13148
  height: number;
@@ -12798,6 +13202,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12798
13202
  [x: string]: unknown;
12799
13203
  id: string;
12800
13204
  };
13205
+ } | {
13206
+ operatingType: "resetAll";
13207
+ rawData?: {
13208
+ [x: string]: unknown;
13209
+ id: string;
13210
+ } | undefined;
12801
13211
  } | {
12802
13212
  className: import("@/types").EnumModel.MACHINE_TOOL;
12803
13213
  light?: {
@@ -12814,6 +13224,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12814
13224
  isOut: boolean;
12815
13225
  } | undefined;
12816
13226
  stationRotatable?: boolean | undefined;
13227
+ isWorking?: boolean | undefined;
12817
13228
  operatingType?: "model" | undefined;
12818
13229
  id: string;
12819
13230
  rawData: {
@@ -12972,6 +13383,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
12972
13383
  isIn: boolean;
12973
13384
  isOut: boolean;
12974
13385
  } | undefined;
13386
+ isWorking?: boolean | undefined;
12975
13387
  operatingType?: "model" | undefined;
12976
13388
  id: string;
12977
13389
  rawData: {
@@ -13260,6 +13672,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13260
13672
  showShadow?: boolean | undefined;
13261
13673
  showText?: boolean | undefined;
13262
13674
  inFlow?: boolean | undefined;
13675
+ resources?: {
13676
+ name?: string | undefined;
13677
+ resourceId?: string | undefined;
13678
+ resourceType?: import('../types').EnumResourceType | undefined;
13679
+ color?: string | undefined;
13680
+ }[] | undefined;
13263
13681
  operatingData?: unknown;
13264
13682
  width: number;
13265
13683
  height: number;
@@ -13319,6 +13737,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13319
13737
  [x: string]: unknown;
13320
13738
  id: string;
13321
13739
  };
13740
+ } | {
13741
+ operatingType: "resetAll";
13742
+ rawData?: {
13743
+ [x: string]: unknown;
13744
+ id: string;
13745
+ } | undefined;
13322
13746
  } | {
13323
13747
  className: import("@/types").EnumModel.MACHINE_TOOL;
13324
13748
  light?: {
@@ -13335,6 +13759,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13335
13759
  isOut: boolean;
13336
13760
  } | undefined;
13337
13761
  stationRotatable?: boolean | undefined;
13762
+ isWorking?: boolean | undefined;
13338
13763
  operatingType?: "model" | undefined;
13339
13764
  id: string;
13340
13765
  rawData: {
@@ -13493,6 +13918,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13493
13918
  isIn: boolean;
13494
13919
  isOut: boolean;
13495
13920
  } | undefined;
13921
+ isWorking?: boolean | undefined;
13496
13922
  operatingType?: "model" | undefined;
13497
13923
  id: string;
13498
13924
  rawData: {
@@ -13746,6 +14172,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13746
14172
  showShadow?: boolean | undefined;
13747
14173
  showText?: boolean | undefined;
13748
14174
  inFlow?: boolean | undefined;
14175
+ resources?: {
14176
+ name?: string | undefined;
14177
+ resourceId?: string | undefined;
14178
+ resourceType?: import('../types').EnumResourceType | undefined;
14179
+ color?: string | undefined;
14180
+ }[] | undefined;
13749
14181
  operatingData?: unknown;
13750
14182
  width: number;
13751
14183
  height: number;
@@ -13805,6 +14237,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13805
14237
  [x: string]: unknown;
13806
14238
  id: string;
13807
14239
  };
14240
+ } | {
14241
+ operatingType: "resetAll";
14242
+ rawData?: {
14243
+ [x: string]: unknown;
14244
+ id: string;
14245
+ } | undefined;
13808
14246
  } | {
13809
14247
  className: import("@/types").EnumModel.MACHINE_TOOL;
13810
14248
  light?: {
@@ -13821,6 +14259,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13821
14259
  isOut: boolean;
13822
14260
  } | undefined;
13823
14261
  stationRotatable?: boolean | undefined;
14262
+ isWorking?: boolean | undefined;
13824
14263
  operatingType?: "model" | undefined;
13825
14264
  id: string;
13826
14265
  rawData: {
@@ -13979,6 +14418,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
13979
14418
  isIn: boolean;
13980
14419
  isOut: boolean;
13981
14420
  } | undefined;
14421
+ isWorking?: boolean | undefined;
13982
14422
  operatingType?: "model" | undefined;
13983
14423
  id: string;
13984
14424
  rawData: {
@@ -14233,6 +14673,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14233
14673
  showShadow?: boolean | undefined;
14234
14674
  showText?: boolean | undefined;
14235
14675
  inFlow?: boolean | undefined;
14676
+ resources?: {
14677
+ name?: string | undefined;
14678
+ resourceId?: string | undefined;
14679
+ resourceType?: import('../types').EnumResourceType | undefined;
14680
+ color?: string | undefined;
14681
+ }[] | undefined;
14236
14682
  operatingData?: unknown;
14237
14683
  width: number;
14238
14684
  height: number;
@@ -14295,6 +14741,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14295
14741
  [x: string]: unknown;
14296
14742
  id: string;
14297
14743
  };
14744
+ } | {
14745
+ operatingType: "resetAll";
14746
+ rawData?: {
14747
+ [x: string]: unknown;
14748
+ id: string;
14749
+ } | undefined;
14298
14750
  } | {
14299
14751
  className: import("@/types").EnumModel.MACHINE_TOOL;
14300
14752
  light?: {
@@ -14311,6 +14763,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14311
14763
  isOut: boolean;
14312
14764
  } | undefined;
14313
14765
  stationRotatable?: boolean | undefined;
14766
+ isWorking?: boolean | undefined;
14314
14767
  operatingType?: "model" | undefined;
14315
14768
  id: string;
14316
14769
  rawData: {
@@ -14469,6 +14922,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14469
14922
  isIn: boolean;
14470
14923
  isOut: boolean;
14471
14924
  } | undefined;
14925
+ isWorking?: boolean | undefined;
14472
14926
  operatingType?: "model" | undefined;
14473
14927
  id: string;
14474
14928
  rawData: {
@@ -14723,6 +15177,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14723
15177
  showShadow?: boolean | undefined;
14724
15178
  showText?: boolean | undefined;
14725
15179
  inFlow?: boolean | undefined;
15180
+ resources?: {
15181
+ name?: string | undefined;
15182
+ resourceId?: string | undefined;
15183
+ resourceType?: import('../types').EnumResourceType | undefined;
15184
+ color?: string | undefined;
15185
+ }[] | undefined;
14726
15186
  operatingData?: unknown;
14727
15187
  width: number;
14728
15188
  height: number;
@@ -14783,6 +15243,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14783
15243
  [x: string]: unknown;
14784
15244
  id: string;
14785
15245
  };
15246
+ } | {
15247
+ operatingType: "resetAll";
15248
+ rawData?: {
15249
+ [x: string]: unknown;
15250
+ id: string;
15251
+ } | undefined;
14786
15252
  } | {
14787
15253
  className: import("@/types").EnumModel.MACHINE_TOOL;
14788
15254
  light?: {
@@ -14799,6 +15265,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14799
15265
  isOut: boolean;
14800
15266
  } | undefined;
14801
15267
  stationRotatable?: boolean | undefined;
15268
+ isWorking?: boolean | undefined;
14802
15269
  operatingType?: "model" | undefined;
14803
15270
  id: string;
14804
15271
  rawData: {
@@ -14957,6 +15424,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
14957
15424
  isIn: boolean;
14958
15425
  isOut: boolean;
14959
15426
  } | undefined;
15427
+ isWorking?: boolean | undefined;
14960
15428
  operatingType?: "model" | undefined;
14961
15429
  id: string;
14962
15430
  rawData: {
@@ -15209,6 +15677,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15209
15677
  showShadow?: boolean | undefined;
15210
15678
  showText?: boolean | undefined;
15211
15679
  inFlow?: boolean | undefined;
15680
+ resources?: {
15681
+ name?: string | undefined;
15682
+ resourceId?: string | undefined;
15683
+ resourceType?: import('../types').EnumResourceType | undefined;
15684
+ color?: string | undefined;
15685
+ }[] | undefined;
15212
15686
  operatingData?: unknown;
15213
15687
  width: number;
15214
15688
  height: number;
@@ -15268,6 +15742,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15268
15742
  [x: string]: unknown;
15269
15743
  id: string;
15270
15744
  };
15745
+ } | {
15746
+ operatingType: "resetAll";
15747
+ rawData?: {
15748
+ [x: string]: unknown;
15749
+ id: string;
15750
+ } | undefined;
15271
15751
  } | {
15272
15752
  className: import("@/types").EnumModel.MACHINE_TOOL;
15273
15753
  light?: {
@@ -15284,6 +15764,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15284
15764
  isOut: boolean;
15285
15765
  } | undefined;
15286
15766
  stationRotatable?: boolean | undefined;
15767
+ isWorking?: boolean | undefined;
15287
15768
  operatingType?: "model" | undefined;
15288
15769
  id: string;
15289
15770
  rawData: {
@@ -15442,6 +15923,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15442
15923
  isIn: boolean;
15443
15924
  isOut: boolean;
15444
15925
  } | undefined;
15926
+ isWorking?: boolean | undefined;
15445
15927
  operatingType?: "model" | undefined;
15446
15928
  id: string;
15447
15929
  rawData: {
@@ -15694,6 +16176,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15694
16176
  showShadow?: boolean | undefined;
15695
16177
  showText?: boolean | undefined;
15696
16178
  inFlow?: boolean | undefined;
16179
+ resources?: {
16180
+ name?: string | undefined;
16181
+ resourceId?: string | undefined;
16182
+ resourceType?: import('../types').EnumResourceType | undefined;
16183
+ color?: string | undefined;
16184
+ }[] | undefined;
15697
16185
  operatingData?: unknown;
15698
16186
  width: number;
15699
16187
  height: number;
@@ -15753,6 +16241,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15753
16241
  [x: string]: unknown;
15754
16242
  id: string;
15755
16243
  };
16244
+ } | {
16245
+ operatingType: "resetAll";
16246
+ rawData?: {
16247
+ [x: string]: unknown;
16248
+ id: string;
16249
+ } | undefined;
15756
16250
  } | {
15757
16251
  className: import("@/types").EnumModel.MACHINE_TOOL;
15758
16252
  light?: {
@@ -15769,6 +16263,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15769
16263
  isOut: boolean;
15770
16264
  } | undefined;
15771
16265
  stationRotatable?: boolean | undefined;
16266
+ isWorking?: boolean | undefined;
15772
16267
  operatingType?: "model" | undefined;
15773
16268
  id: string;
15774
16269
  rawData: {
@@ -15927,6 +16422,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
15927
16422
  isIn: boolean;
15928
16423
  isOut: boolean;
15929
16424
  } | undefined;
16425
+ isWorking?: boolean | undefined;
15930
16426
  operatingType?: "model" | undefined;
15931
16427
  id: string;
15932
16428
  rawData: {
@@ -16190,6 +16686,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16190
16686
  showShadow?: boolean | undefined;
16191
16687
  showText?: boolean | undefined;
16192
16688
  inFlow?: boolean | undefined;
16689
+ resources?: {
16690
+ name?: string | undefined;
16691
+ resourceId?: string | undefined;
16692
+ resourceType?: import('../types').EnumResourceType | undefined;
16693
+ color?: string | undefined;
16694
+ }[] | undefined;
16193
16695
  operatingData?: unknown;
16194
16696
  width: number;
16195
16697
  height: number;
@@ -16241,6 +16743,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16241
16743
  showShadow?: boolean | undefined;
16242
16744
  showText?: boolean | undefined;
16243
16745
  inFlow?: boolean | undefined;
16746
+ resources?: {
16747
+ name?: string | undefined;
16748
+ resourceId?: string | undefined;
16749
+ resourceType?: import('../types').EnumResourceType | undefined;
16750
+ color?: string | undefined;
16751
+ }[] | undefined;
16244
16752
  operatingData?: unknown;
16245
16753
  width: number;
16246
16754
  height: number;
@@ -16300,6 +16808,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16300
16808
  [x: string]: unknown;
16301
16809
  id: string;
16302
16810
  };
16811
+ } | {
16812
+ operatingType: "resetAll";
16813
+ rawData?: {
16814
+ [x: string]: unknown;
16815
+ id: string;
16816
+ } | undefined;
16303
16817
  } | {
16304
16818
  className: import("@/types").EnumModel.MACHINE_TOOL;
16305
16819
  light?: {
@@ -16316,6 +16830,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16316
16830
  isOut: boolean;
16317
16831
  } | undefined;
16318
16832
  stationRotatable?: boolean | undefined;
16833
+ isWorking?: boolean | undefined;
16319
16834
  operatingType?: "model" | undefined;
16320
16835
  id: string;
16321
16836
  rawData: {
@@ -16474,6 +16989,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16474
16989
  isIn: boolean;
16475
16990
  isOut: boolean;
16476
16991
  } | undefined;
16992
+ isWorking?: boolean | undefined;
16477
16993
  operatingType?: "model" | undefined;
16478
16994
  id: string;
16479
16995
  rawData: {
@@ -16737,6 +17253,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16737
17253
  showShadow?: boolean | undefined;
16738
17254
  showText?: boolean | undefined;
16739
17255
  inFlow?: boolean | undefined;
17256
+ resources?: {
17257
+ name?: string | undefined;
17258
+ resourceId?: string | undefined;
17259
+ resourceType?: import('../types').EnumResourceType | undefined;
17260
+ color?: string | undefined;
17261
+ }[] | undefined;
16740
17262
  operatingData?: unknown;
16741
17263
  width: number;
16742
17264
  height: number;
@@ -16788,6 +17310,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16788
17310
  showShadow?: boolean | undefined;
16789
17311
  showText?: boolean | undefined;
16790
17312
  inFlow?: boolean | undefined;
17313
+ resources?: {
17314
+ name?: string | undefined;
17315
+ resourceId?: string | undefined;
17316
+ resourceType?: import('../types').EnumResourceType | undefined;
17317
+ color?: string | undefined;
17318
+ }[] | undefined;
16791
17319
  operatingData?: unknown;
16792
17320
  width: number;
16793
17321
  height: number;
@@ -16847,6 +17375,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16847
17375
  [x: string]: unknown;
16848
17376
  id: string;
16849
17377
  };
17378
+ } | {
17379
+ operatingType: "resetAll";
17380
+ rawData?: {
17381
+ [x: string]: unknown;
17382
+ id: string;
17383
+ } | undefined;
16850
17384
  } | {
16851
17385
  className: import("@/types").EnumModel.MACHINE_TOOL;
16852
17386
  light?: {
@@ -16863,6 +17397,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
16863
17397
  isOut: boolean;
16864
17398
  } | undefined;
16865
17399
  stationRotatable?: boolean | undefined;
17400
+ isWorking?: boolean | undefined;
16866
17401
  operatingType?: "model" | undefined;
16867
17402
  id: string;
16868
17403
  rawData: {
@@ -17021,6 +17556,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17021
17556
  isIn: boolean;
17022
17557
  isOut: boolean;
17023
17558
  } | undefined;
17559
+ isWorking?: boolean | undefined;
17024
17560
  operatingType?: "model" | undefined;
17025
17561
  id: string;
17026
17562
  rawData: {
@@ -17282,6 +17818,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17282
17818
  showShadow?: boolean | undefined;
17283
17819
  showText?: boolean | undefined;
17284
17820
  inFlow?: boolean | undefined;
17821
+ resources?: {
17822
+ name?: string | undefined;
17823
+ resourceId?: string | undefined;
17824
+ resourceType?: import('../types').EnumResourceType | undefined;
17825
+ color?: string | undefined;
17826
+ }[] | undefined;
17285
17827
  operatingData?: unknown;
17286
17828
  width: number;
17287
17829
  height: number;
@@ -17333,6 +17875,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17333
17875
  showShadow?: boolean | undefined;
17334
17876
  showText?: boolean | undefined;
17335
17877
  inFlow?: boolean | undefined;
17878
+ resources?: {
17879
+ name?: string | undefined;
17880
+ resourceId?: string | undefined;
17881
+ resourceType?: import('../types').EnumResourceType | undefined;
17882
+ color?: string | undefined;
17883
+ }[] | undefined;
17336
17884
  operatingData?: unknown;
17337
17885
  width: number;
17338
17886
  height: number;
@@ -17392,6 +17940,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17392
17940
  [x: string]: unknown;
17393
17941
  id: string;
17394
17942
  };
17943
+ } | {
17944
+ operatingType: "resetAll";
17945
+ rawData?: {
17946
+ [x: string]: unknown;
17947
+ id: string;
17948
+ } | undefined;
17395
17949
  } | {
17396
17950
  className: import("@/types").EnumModel.MACHINE_TOOL;
17397
17951
  light?: {
@@ -17408,6 +17962,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17408
17962
  isOut: boolean;
17409
17963
  } | undefined;
17410
17964
  stationRotatable?: boolean | undefined;
17965
+ isWorking?: boolean | undefined;
17411
17966
  operatingType?: "model" | undefined;
17412
17967
  id: string;
17413
17968
  rawData: {
@@ -17566,6 +18121,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17566
18121
  isIn: boolean;
17567
18122
  isOut: boolean;
17568
18123
  } | undefined;
18124
+ isWorking?: boolean | undefined;
17569
18125
  operatingType?: "model" | undefined;
17570
18126
  id: string;
17571
18127
  rawData: {
@@ -17828,6 +18384,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17828
18384
  [x: string]: unknown;
17829
18385
  id: string;
17830
18386
  };
18387
+ } | {
18388
+ operatingType: "resetAll";
18389
+ rawData?: {
18390
+ [x: string]: unknown;
18391
+ id: string;
18392
+ } | undefined;
17831
18393
  } | {
17832
18394
  className: import("@/types").EnumModel.MACHINE_TOOL;
17833
18395
  light?: {
@@ -17844,6 +18406,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
17844
18406
  isOut: boolean;
17845
18407
  } | undefined;
17846
18408
  stationRotatable?: boolean | undefined;
18409
+ isWorking?: boolean | undefined;
17847
18410
  operatingType?: "model" | undefined;
17848
18411
  id: string;
17849
18412
  rawData: {
@@ -18002,6 +18565,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18002
18565
  isIn: boolean;
18003
18566
  isOut: boolean;
18004
18567
  } | undefined;
18568
+ isWorking?: boolean | undefined;
18005
18569
  operatingType?: "model" | undefined;
18006
18570
  id: string;
18007
18571
  rawData: {
@@ -18262,6 +18826,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18262
18826
  showShadow?: boolean | undefined;
18263
18827
  showText?: boolean | undefined;
18264
18828
  inFlow?: boolean | undefined;
18829
+ resources?: {
18830
+ name?: string | undefined;
18831
+ resourceId?: string | undefined;
18832
+ resourceType?: import('../types').EnumResourceType | undefined;
18833
+ color?: string | undefined;
18834
+ }[] | undefined;
18265
18835
  operatingData?: unknown;
18266
18836
  width: number;
18267
18837
  height: number;
@@ -18313,6 +18883,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18313
18883
  showShadow?: boolean | undefined;
18314
18884
  showText?: boolean | undefined;
18315
18885
  inFlow?: boolean | undefined;
18886
+ resources?: {
18887
+ name?: string | undefined;
18888
+ resourceId?: string | undefined;
18889
+ resourceType?: import('../types').EnumResourceType | undefined;
18890
+ color?: string | undefined;
18891
+ }[] | undefined;
18316
18892
  operatingData?: unknown;
18317
18893
  width: number;
18318
18894
  height: number;
@@ -18372,6 +18948,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18372
18948
  [x: string]: unknown;
18373
18949
  id: string;
18374
18950
  };
18951
+ } | {
18952
+ operatingType: "resetAll";
18953
+ rawData?: {
18954
+ [x: string]: unknown;
18955
+ id: string;
18956
+ } | undefined;
18375
18957
  } | {
18376
18958
  className: import("@/types").EnumModel.MACHINE_TOOL;
18377
18959
  light?: {
@@ -18388,6 +18970,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18388
18970
  isOut: boolean;
18389
18971
  } | undefined;
18390
18972
  stationRotatable?: boolean | undefined;
18973
+ isWorking?: boolean | undefined;
18391
18974
  operatingType?: "model" | undefined;
18392
18975
  id: string;
18393
18976
  rawData: {
@@ -18546,6 +19129,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18546
19129
  isIn: boolean;
18547
19130
  isOut: boolean;
18548
19131
  } | undefined;
19132
+ isWorking?: boolean | undefined;
18549
19133
  operatingType?: "model" | undefined;
18550
19134
  id: string;
18551
19135
  rawData: {
@@ -18807,6 +19391,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18807
19391
  showShadow?: boolean | undefined;
18808
19392
  showText?: boolean | undefined;
18809
19393
  inFlow?: boolean | undefined;
19394
+ resources?: {
19395
+ name?: string | undefined;
19396
+ resourceId?: string | undefined;
19397
+ resourceType?: import('../types').EnumResourceType | undefined;
19398
+ color?: string | undefined;
19399
+ }[] | undefined;
18810
19400
  operatingData?: unknown;
18811
19401
  width: number;
18812
19402
  height: number;
@@ -18858,6 +19448,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18858
19448
  showShadow?: boolean | undefined;
18859
19449
  showText?: boolean | undefined;
18860
19450
  inFlow?: boolean | undefined;
19451
+ resources?: {
19452
+ name?: string | undefined;
19453
+ resourceId?: string | undefined;
19454
+ resourceType?: import('../types').EnumResourceType | undefined;
19455
+ color?: string | undefined;
19456
+ }[] | undefined;
18861
19457
  operatingData?: unknown;
18862
19458
  width: number;
18863
19459
  height: number;
@@ -18918,6 +19514,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18918
19514
  [x: string]: unknown;
18919
19515
  id: string;
18920
19516
  };
19517
+ } | {
19518
+ operatingType: "resetAll";
19519
+ rawData?: {
19520
+ [x: string]: unknown;
19521
+ id: string;
19522
+ } | undefined;
18921
19523
  } | {
18922
19524
  className: import("@/types").EnumModel.MACHINE_TOOL;
18923
19525
  light?: {
@@ -18934,6 +19536,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
18934
19536
  isOut: boolean;
18935
19537
  } | undefined;
18936
19538
  stationRotatable?: boolean | undefined;
19539
+ isWorking?: boolean | undefined;
18937
19540
  operatingType?: "model" | undefined;
18938
19541
  id: string;
18939
19542
  rawData: {
@@ -19092,6 +19695,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19092
19695
  isIn: boolean;
19093
19696
  isOut: boolean;
19094
19697
  } | undefined;
19698
+ isWorking?: boolean | undefined;
19095
19699
  operatingType?: "model" | undefined;
19096
19700
  id: string;
19097
19701
  rawData: {
@@ -19346,6 +19950,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19346
19950
  showShadow?: boolean | undefined;
19347
19951
  showText?: boolean | undefined;
19348
19952
  inFlow?: boolean | undefined;
19953
+ resources?: {
19954
+ name?: string | undefined;
19955
+ resourceId?: string | undefined;
19956
+ resourceType?: import('../types').EnumResourceType | undefined;
19957
+ color?: string | undefined;
19958
+ }[] | undefined;
19349
19959
  operatingData?: unknown;
19350
19960
  width: number;
19351
19961
  height: number;
@@ -19405,6 +20015,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19405
20015
  [x: string]: unknown;
19406
20016
  id: string;
19407
20017
  };
20018
+ } | {
20019
+ operatingType: "resetAll";
20020
+ rawData?: {
20021
+ [x: string]: unknown;
20022
+ id: string;
20023
+ } | undefined;
19408
20024
  } | {
19409
20025
  className: import("@/types").EnumModel.MACHINE_TOOL;
19410
20026
  light?: {
@@ -19421,6 +20037,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19421
20037
  isOut: boolean;
19422
20038
  } | undefined;
19423
20039
  stationRotatable?: boolean | undefined;
20040
+ isWorking?: boolean | undefined;
19424
20041
  operatingType?: "model" | undefined;
19425
20042
  id: string;
19426
20043
  rawData: {
@@ -19579,6 +20196,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19579
20196
  isIn: boolean;
19580
20197
  isOut: boolean;
19581
20198
  } | undefined;
20199
+ isWorking?: boolean | undefined;
19582
20200
  operatingType?: "model" | undefined;
19583
20201
  id: string;
19584
20202
  rawData: {
@@ -19860,6 +20478,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19860
20478
  showShadow?: boolean | undefined;
19861
20479
  showText?: boolean | undefined;
19862
20480
  inFlow?: boolean | undefined;
20481
+ resources?: {
20482
+ name?: string | undefined;
20483
+ resourceId?: string | undefined;
20484
+ resourceType?: import('../types').EnumResourceType | undefined;
20485
+ color?: string | undefined;
20486
+ }[] | undefined;
19863
20487
  operatingData?: unknown;
19864
20488
  width: number;
19865
20489
  height: number;
@@ -19919,6 +20543,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19919
20543
  [x: string]: unknown;
19920
20544
  id: string;
19921
20545
  };
20546
+ } | {
20547
+ operatingType: "resetAll";
20548
+ rawData?: {
20549
+ [x: string]: unknown;
20550
+ id: string;
20551
+ } | undefined;
19922
20552
  } | {
19923
20553
  className: import("@/types").EnumModel.MACHINE_TOOL;
19924
20554
  light?: {
@@ -19935,6 +20565,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
19935
20565
  isOut: boolean;
19936
20566
  } | undefined;
19937
20567
  stationRotatable?: boolean | undefined;
20568
+ isWorking?: boolean | undefined;
19938
20569
  operatingType?: "model" | undefined;
19939
20570
  id: string;
19940
20571
  rawData: {
@@ -20093,6 +20724,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20093
20724
  isIn: boolean;
20094
20725
  isOut: boolean;
20095
20726
  } | undefined;
20727
+ isWorking?: boolean | undefined;
20096
20728
  operatingType?: "model" | undefined;
20097
20729
  id: string;
20098
20730
  rawData: {
@@ -20346,6 +20978,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20346
20978
  showShadow?: boolean | undefined;
20347
20979
  showText?: boolean | undefined;
20348
20980
  inFlow?: boolean | undefined;
20981
+ resources?: {
20982
+ name?: string | undefined;
20983
+ resourceId?: string | undefined;
20984
+ resourceType?: import('../types').EnumResourceType | undefined;
20985
+ color?: string | undefined;
20986
+ }[] | undefined;
20349
20987
  operatingData?: unknown;
20350
20988
  width: number;
20351
20989
  height: number;
@@ -20405,6 +21043,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20405
21043
  [x: string]: unknown;
20406
21044
  id: string;
20407
21045
  };
21046
+ } | {
21047
+ operatingType: "resetAll";
21048
+ rawData?: {
21049
+ [x: string]: unknown;
21050
+ id: string;
21051
+ } | undefined;
20408
21052
  } | {
20409
21053
  className: import("@/types").EnumModel.MACHINE_TOOL;
20410
21054
  light?: {
@@ -20421,6 +21065,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20421
21065
  isOut: boolean;
20422
21066
  } | undefined;
20423
21067
  stationRotatable?: boolean | undefined;
21068
+ isWorking?: boolean | undefined;
20424
21069
  operatingType?: "model" | undefined;
20425
21070
  id: string;
20426
21071
  rawData: {
@@ -20579,6 +21224,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20579
21224
  isIn: boolean;
20580
21225
  isOut: boolean;
20581
21226
  } | undefined;
21227
+ isWorking?: boolean | undefined;
20582
21228
  operatingType?: "model" | undefined;
20583
21229
  id: string;
20584
21230
  rawData: {
@@ -20833,6 +21479,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20833
21479
  showShadow?: boolean | undefined;
20834
21480
  showText?: boolean | undefined;
20835
21481
  inFlow?: boolean | undefined;
21482
+ resources?: {
21483
+ name?: string | undefined;
21484
+ resourceId?: string | undefined;
21485
+ resourceType?: import('../types').EnumResourceType | undefined;
21486
+ color?: string | undefined;
21487
+ }[] | undefined;
20836
21488
  operatingData?: unknown;
20837
21489
  width: number;
20838
21490
  height: number;
@@ -20895,6 +21547,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20895
21547
  [x: string]: unknown;
20896
21548
  id: string;
20897
21549
  };
21550
+ } | {
21551
+ operatingType: "resetAll";
21552
+ rawData?: {
21553
+ [x: string]: unknown;
21554
+ id: string;
21555
+ } | undefined;
20898
21556
  } | {
20899
21557
  className: import("@/types").EnumModel.MACHINE_TOOL;
20900
21558
  light?: {
@@ -20911,6 +21569,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
20911
21569
  isOut: boolean;
20912
21570
  } | undefined;
20913
21571
  stationRotatable?: boolean | undefined;
21572
+ isWorking?: boolean | undefined;
20914
21573
  operatingType?: "model" | undefined;
20915
21574
  id: string;
20916
21575
  rawData: {
@@ -21069,6 +21728,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21069
21728
  isIn: boolean;
21070
21729
  isOut: boolean;
21071
21730
  } | undefined;
21731
+ isWorking?: boolean | undefined;
21072
21732
  operatingType?: "model" | undefined;
21073
21733
  id: string;
21074
21734
  rawData: {
@@ -21323,6 +21983,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21323
21983
  showShadow?: boolean | undefined;
21324
21984
  showText?: boolean | undefined;
21325
21985
  inFlow?: boolean | undefined;
21986
+ resources?: {
21987
+ name?: string | undefined;
21988
+ resourceId?: string | undefined;
21989
+ resourceType?: import('../types').EnumResourceType | undefined;
21990
+ color?: string | undefined;
21991
+ }[] | undefined;
21326
21992
  operatingData?: unknown;
21327
21993
  width: number;
21328
21994
  height: number;
@@ -21383,6 +22049,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21383
22049
  [x: string]: unknown;
21384
22050
  id: string;
21385
22051
  };
22052
+ } | {
22053
+ operatingType: "resetAll";
22054
+ rawData?: {
22055
+ [x: string]: unknown;
22056
+ id: string;
22057
+ } | undefined;
21386
22058
  } | {
21387
22059
  className: import("@/types").EnumModel.MACHINE_TOOL;
21388
22060
  light?: {
@@ -21399,6 +22071,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21399
22071
  isOut: boolean;
21400
22072
  } | undefined;
21401
22073
  stationRotatable?: boolean | undefined;
22074
+ isWorking?: boolean | undefined;
21402
22075
  operatingType?: "model" | undefined;
21403
22076
  id: string;
21404
22077
  rawData: {
@@ -21557,6 +22230,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21557
22230
  isIn: boolean;
21558
22231
  isOut: boolean;
21559
22232
  } | undefined;
22233
+ isWorking?: boolean | undefined;
21560
22234
  operatingType?: "model" | undefined;
21561
22235
  id: string;
21562
22236
  rawData: {
@@ -21809,6 +22483,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21809
22483
  showShadow?: boolean | undefined;
21810
22484
  showText?: boolean | undefined;
21811
22485
  inFlow?: boolean | undefined;
22486
+ resources?: {
22487
+ name?: string | undefined;
22488
+ resourceId?: string | undefined;
22489
+ resourceType?: import('../types').EnumResourceType | undefined;
22490
+ color?: string | undefined;
22491
+ }[] | undefined;
21812
22492
  operatingData?: unknown;
21813
22493
  width: number;
21814
22494
  height: number;
@@ -21868,6 +22548,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21868
22548
  [x: string]: unknown;
21869
22549
  id: string;
21870
22550
  };
22551
+ } | {
22552
+ operatingType: "resetAll";
22553
+ rawData?: {
22554
+ [x: string]: unknown;
22555
+ id: string;
22556
+ } | undefined;
21871
22557
  } | {
21872
22558
  className: import("@/types").EnumModel.MACHINE_TOOL;
21873
22559
  light?: {
@@ -21884,6 +22570,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
21884
22570
  isOut: boolean;
21885
22571
  } | undefined;
21886
22572
  stationRotatable?: boolean | undefined;
22573
+ isWorking?: boolean | undefined;
21887
22574
  operatingType?: "model" | undefined;
21888
22575
  id: string;
21889
22576
  rawData: {
@@ -22042,6 +22729,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22042
22729
  isIn: boolean;
22043
22730
  isOut: boolean;
22044
22731
  } | undefined;
22732
+ isWorking?: boolean | undefined;
22045
22733
  operatingType?: "model" | undefined;
22046
22734
  id: string;
22047
22735
  rawData: {
@@ -22294,6 +22982,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22294
22982
  showShadow?: boolean | undefined;
22295
22983
  showText?: boolean | undefined;
22296
22984
  inFlow?: boolean | undefined;
22985
+ resources?: {
22986
+ name?: string | undefined;
22987
+ resourceId?: string | undefined;
22988
+ resourceType?: import('../types').EnumResourceType | undefined;
22989
+ color?: string | undefined;
22990
+ }[] | undefined;
22297
22991
  operatingData?: unknown;
22298
22992
  width: number;
22299
22993
  height: number;
@@ -22353,6 +23047,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22353
23047
  [x: string]: unknown;
22354
23048
  id: string;
22355
23049
  };
23050
+ } | {
23051
+ operatingType: "resetAll";
23052
+ rawData?: {
23053
+ [x: string]: unknown;
23054
+ id: string;
23055
+ } | undefined;
22356
23056
  } | {
22357
23057
  className: import("@/types").EnumModel.MACHINE_TOOL;
22358
23058
  light?: {
@@ -22369,6 +23069,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22369
23069
  isOut: boolean;
22370
23070
  } | undefined;
22371
23071
  stationRotatable?: boolean | undefined;
23072
+ isWorking?: boolean | undefined;
22372
23073
  operatingType?: "model" | undefined;
22373
23074
  id: string;
22374
23075
  rawData: {
@@ -22527,6 +23228,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22527
23228
  isIn: boolean;
22528
23229
  isOut: boolean;
22529
23230
  } | undefined;
23231
+ isWorking?: boolean | undefined;
22530
23232
  operatingType?: "model" | undefined;
22531
23233
  id: string;
22532
23234
  rawData: {
@@ -22790,6 +23492,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22790
23492
  showShadow?: boolean | undefined;
22791
23493
  showText?: boolean | undefined;
22792
23494
  inFlow?: boolean | undefined;
23495
+ resources?: {
23496
+ name?: string | undefined;
23497
+ resourceId?: string | undefined;
23498
+ resourceType?: import('../types').EnumResourceType | undefined;
23499
+ color?: string | undefined;
23500
+ }[] | undefined;
22793
23501
  operatingData?: unknown;
22794
23502
  width: number;
22795
23503
  height: number;
@@ -22841,6 +23549,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22841
23549
  showShadow?: boolean | undefined;
22842
23550
  showText?: boolean | undefined;
22843
23551
  inFlow?: boolean | undefined;
23552
+ resources?: {
23553
+ name?: string | undefined;
23554
+ resourceId?: string | undefined;
23555
+ resourceType?: import('../types').EnumResourceType | undefined;
23556
+ color?: string | undefined;
23557
+ }[] | undefined;
22844
23558
  operatingData?: unknown;
22845
23559
  width: number;
22846
23560
  height: number;
@@ -22900,6 +23614,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22900
23614
  [x: string]: unknown;
22901
23615
  id: string;
22902
23616
  };
23617
+ } | {
23618
+ operatingType: "resetAll";
23619
+ rawData?: {
23620
+ [x: string]: unknown;
23621
+ id: string;
23622
+ } | undefined;
22903
23623
  } | {
22904
23624
  className: import("@/types").EnumModel.MACHINE_TOOL;
22905
23625
  light?: {
@@ -22916,6 +23636,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
22916
23636
  isOut: boolean;
22917
23637
  } | undefined;
22918
23638
  stationRotatable?: boolean | undefined;
23639
+ isWorking?: boolean | undefined;
22919
23640
  operatingType?: "model" | undefined;
22920
23641
  id: string;
22921
23642
  rawData: {
@@ -23074,6 +23795,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23074
23795
  isIn: boolean;
23075
23796
  isOut: boolean;
23076
23797
  } | undefined;
23798
+ isWorking?: boolean | undefined;
23077
23799
  operatingType?: "model" | undefined;
23078
23800
  id: string;
23079
23801
  rawData: {
@@ -23337,6 +24059,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23337
24059
  showShadow?: boolean | undefined;
23338
24060
  showText?: boolean | undefined;
23339
24061
  inFlow?: boolean | undefined;
24062
+ resources?: {
24063
+ name?: string | undefined;
24064
+ resourceId?: string | undefined;
24065
+ resourceType?: import('../types').EnumResourceType | undefined;
24066
+ color?: string | undefined;
24067
+ }[] | undefined;
23340
24068
  operatingData?: unknown;
23341
24069
  width: number;
23342
24070
  height: number;
@@ -23388,6 +24116,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23388
24116
  showShadow?: boolean | undefined;
23389
24117
  showText?: boolean | undefined;
23390
24118
  inFlow?: boolean | undefined;
24119
+ resources?: {
24120
+ name?: string | undefined;
24121
+ resourceId?: string | undefined;
24122
+ resourceType?: import('../types').EnumResourceType | undefined;
24123
+ color?: string | undefined;
24124
+ }[] | undefined;
23391
24125
  operatingData?: unknown;
23392
24126
  width: number;
23393
24127
  height: number;
@@ -23447,6 +24181,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23447
24181
  [x: string]: unknown;
23448
24182
  id: string;
23449
24183
  };
24184
+ } | {
24185
+ operatingType: "resetAll";
24186
+ rawData?: {
24187
+ [x: string]: unknown;
24188
+ id: string;
24189
+ } | undefined;
23450
24190
  } | {
23451
24191
  className: import("@/types").EnumModel.MACHINE_TOOL;
23452
24192
  light?: {
@@ -23463,6 +24203,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23463
24203
  isOut: boolean;
23464
24204
  } | undefined;
23465
24205
  stationRotatable?: boolean | undefined;
24206
+ isWorking?: boolean | undefined;
23466
24207
  operatingType?: "model" | undefined;
23467
24208
  id: string;
23468
24209
  rawData: {
@@ -23621,6 +24362,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23621
24362
  isIn: boolean;
23622
24363
  isOut: boolean;
23623
24364
  } | undefined;
24365
+ isWorking?: boolean | undefined;
23624
24366
  operatingType?: "model" | undefined;
23625
24367
  id: string;
23626
24368
  rawData: {
@@ -23882,6 +24624,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23882
24624
  showShadow?: boolean | undefined;
23883
24625
  showText?: boolean | undefined;
23884
24626
  inFlow?: boolean | undefined;
24627
+ resources?: {
24628
+ name?: string | undefined;
24629
+ resourceId?: string | undefined;
24630
+ resourceType?: import('../types').EnumResourceType | undefined;
24631
+ color?: string | undefined;
24632
+ }[] | undefined;
23885
24633
  operatingData?: unknown;
23886
24634
  width: number;
23887
24635
  height: number;
@@ -23933,6 +24681,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23933
24681
  showShadow?: boolean | undefined;
23934
24682
  showText?: boolean | undefined;
23935
24683
  inFlow?: boolean | undefined;
24684
+ resources?: {
24685
+ name?: string | undefined;
24686
+ resourceId?: string | undefined;
24687
+ resourceType?: import('../types').EnumResourceType | undefined;
24688
+ color?: string | undefined;
24689
+ }[] | undefined;
23936
24690
  operatingData?: unknown;
23937
24691
  width: number;
23938
24692
  height: number;
@@ -23992,6 +24746,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
23992
24746
  [x: string]: unknown;
23993
24747
  id: string;
23994
24748
  };
24749
+ } | {
24750
+ operatingType: "resetAll";
24751
+ rawData?: {
24752
+ [x: string]: unknown;
24753
+ id: string;
24754
+ } | undefined;
23995
24755
  } | {
23996
24756
  className: import("@/types").EnumModel.MACHINE_TOOL;
23997
24757
  light?: {
@@ -24008,6 +24768,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24008
24768
  isOut: boolean;
24009
24769
  } | undefined;
24010
24770
  stationRotatable?: boolean | undefined;
24771
+ isWorking?: boolean | undefined;
24011
24772
  operatingType?: "model" | undefined;
24012
24773
  id: string;
24013
24774
  rawData: {
@@ -24166,6 +24927,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24166
24927
  isIn: boolean;
24167
24928
  isOut: boolean;
24168
24929
  } | undefined;
24930
+ isWorking?: boolean | undefined;
24169
24931
  operatingType?: "model" | undefined;
24170
24932
  id: string;
24171
24933
  rawData: {
@@ -24428,6 +25190,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24428
25190
  [x: string]: unknown;
24429
25191
  id: string;
24430
25192
  };
25193
+ } | {
25194
+ operatingType: "resetAll";
25195
+ rawData?: {
25196
+ [x: string]: unknown;
25197
+ id: string;
25198
+ } | undefined;
24431
25199
  } | {
24432
25200
  className: import("@/types").EnumModel.MACHINE_TOOL;
24433
25201
  light?: {
@@ -24444,6 +25212,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24444
25212
  isOut: boolean;
24445
25213
  } | undefined;
24446
25214
  stationRotatable?: boolean | undefined;
25215
+ isWorking?: boolean | undefined;
24447
25216
  operatingType?: "model" | undefined;
24448
25217
  id: string;
24449
25218
  rawData: {
@@ -24602,6 +25371,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24602
25371
  isIn: boolean;
24603
25372
  isOut: boolean;
24604
25373
  } | undefined;
25374
+ isWorking?: boolean | undefined;
24605
25375
  operatingType?: "model" | undefined;
24606
25376
  id: string;
24607
25377
  rawData: {
@@ -24862,6 +25632,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24862
25632
  showShadow?: boolean | undefined;
24863
25633
  showText?: boolean | undefined;
24864
25634
  inFlow?: boolean | undefined;
25635
+ resources?: {
25636
+ name?: string | undefined;
25637
+ resourceId?: string | undefined;
25638
+ resourceType?: import('../types').EnumResourceType | undefined;
25639
+ color?: string | undefined;
25640
+ }[] | undefined;
24865
25641
  operatingData?: unknown;
24866
25642
  width: number;
24867
25643
  height: number;
@@ -24913,6 +25689,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24913
25689
  showShadow?: boolean | undefined;
24914
25690
  showText?: boolean | undefined;
24915
25691
  inFlow?: boolean | undefined;
25692
+ resources?: {
25693
+ name?: string | undefined;
25694
+ resourceId?: string | undefined;
25695
+ resourceType?: import('../types').EnumResourceType | undefined;
25696
+ color?: string | undefined;
25697
+ }[] | undefined;
24916
25698
  operatingData?: unknown;
24917
25699
  width: number;
24918
25700
  height: number;
@@ -24972,6 +25754,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24972
25754
  [x: string]: unknown;
24973
25755
  id: string;
24974
25756
  };
25757
+ } | {
25758
+ operatingType: "resetAll";
25759
+ rawData?: {
25760
+ [x: string]: unknown;
25761
+ id: string;
25762
+ } | undefined;
24975
25763
  } | {
24976
25764
  className: import("@/types").EnumModel.MACHINE_TOOL;
24977
25765
  light?: {
@@ -24988,6 +25776,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
24988
25776
  isOut: boolean;
24989
25777
  } | undefined;
24990
25778
  stationRotatable?: boolean | undefined;
25779
+ isWorking?: boolean | undefined;
24991
25780
  operatingType?: "model" | undefined;
24992
25781
  id: string;
24993
25782
  rawData: {
@@ -25146,6 +25935,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25146
25935
  isIn: boolean;
25147
25936
  isOut: boolean;
25148
25937
  } | undefined;
25938
+ isWorking?: boolean | undefined;
25149
25939
  operatingType?: "model" | undefined;
25150
25940
  id: string;
25151
25941
  rawData: {
@@ -25407,6 +26197,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25407
26197
  showShadow?: boolean | undefined;
25408
26198
  showText?: boolean | undefined;
25409
26199
  inFlow?: boolean | undefined;
26200
+ resources?: {
26201
+ name?: string | undefined;
26202
+ resourceId?: string | undefined;
26203
+ resourceType?: import('../types').EnumResourceType | undefined;
26204
+ color?: string | undefined;
26205
+ }[] | undefined;
25410
26206
  operatingData?: unknown;
25411
26207
  width: number;
25412
26208
  height: number;
@@ -25458,6 +26254,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25458
26254
  showShadow?: boolean | undefined;
25459
26255
  showText?: boolean | undefined;
25460
26256
  inFlow?: boolean | undefined;
26257
+ resources?: {
26258
+ name?: string | undefined;
26259
+ resourceId?: string | undefined;
26260
+ resourceType?: import('../types').EnumResourceType | undefined;
26261
+ color?: string | undefined;
26262
+ }[] | undefined;
25461
26263
  operatingData?: unknown;
25462
26264
  width: number;
25463
26265
  height: number;
@@ -25518,6 +26320,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25518
26320
  [x: string]: unknown;
25519
26321
  id: string;
25520
26322
  };
26323
+ } | {
26324
+ operatingType: "resetAll";
26325
+ rawData?: {
26326
+ [x: string]: unknown;
26327
+ id: string;
26328
+ } | undefined;
25521
26329
  } | {
25522
26330
  className: import("@/types").EnumModel.MACHINE_TOOL;
25523
26331
  light?: {
@@ -25534,6 +26342,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25534
26342
  isOut: boolean;
25535
26343
  } | undefined;
25536
26344
  stationRotatable?: boolean | undefined;
26345
+ isWorking?: boolean | undefined;
25537
26346
  operatingType?: "model" | undefined;
25538
26347
  id: string;
25539
26348
  rawData: {
@@ -25692,6 +26501,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25692
26501
  isIn: boolean;
25693
26502
  isOut: boolean;
25694
26503
  } | undefined;
26504
+ isWorking?: boolean | undefined;
25695
26505
  operatingType?: "model" | undefined;
25696
26506
  id: string;
25697
26507
  rawData: {
@@ -25946,6 +26756,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
25946
26756
  showShadow?: boolean | undefined;
25947
26757
  showText?: boolean | undefined;
25948
26758
  inFlow?: boolean | undefined;
26759
+ resources?: {
26760
+ name?: string | undefined;
26761
+ resourceId?: string | undefined;
26762
+ resourceType?: import('../types').EnumResourceType | undefined;
26763
+ color?: string | undefined;
26764
+ }[] | undefined;
25949
26765
  operatingData?: unknown;
25950
26766
  width: number;
25951
26767
  height: number;
@@ -26005,6 +26821,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26005
26821
  [x: string]: unknown;
26006
26822
  id: string;
26007
26823
  };
26824
+ } | {
26825
+ operatingType: "resetAll";
26826
+ rawData?: {
26827
+ [x: string]: unknown;
26828
+ id: string;
26829
+ } | undefined;
26008
26830
  } | {
26009
26831
  className: import("@/types").EnumModel.MACHINE_TOOL;
26010
26832
  light?: {
@@ -26021,6 +26843,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26021
26843
  isOut: boolean;
26022
26844
  } | undefined;
26023
26845
  stationRotatable?: boolean | undefined;
26846
+ isWorking?: boolean | undefined;
26024
26847
  operatingType?: "model" | undefined;
26025
26848
  id: string;
26026
26849
  rawData: {
@@ -26179,6 +27002,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26179
27002
  isIn: boolean;
26180
27003
  isOut: boolean;
26181
27004
  } | undefined;
27005
+ isWorking?: boolean | undefined;
26182
27006
  operatingType?: "model" | undefined;
26183
27007
  id: string;
26184
27008
  rawData: {
@@ -26467,6 +27291,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26467
27291
  showShadow?: boolean | undefined;
26468
27292
  showText?: boolean | undefined;
26469
27293
  inFlow?: boolean | undefined;
27294
+ resources?: {
27295
+ name?: string | undefined;
27296
+ resourceId?: string | undefined;
27297
+ resourceType?: import('../types').EnumResourceType | undefined;
27298
+ color?: string | undefined;
27299
+ }[] | undefined;
26470
27300
  operatingData?: unknown;
26471
27301
  width: number;
26472
27302
  height: number;
@@ -26526,6 +27356,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26526
27356
  [x: string]: unknown;
26527
27357
  id: string;
26528
27358
  };
27359
+ } | {
27360
+ operatingType: "resetAll";
27361
+ rawData?: {
27362
+ [x: string]: unknown;
27363
+ id: string;
27364
+ } | undefined;
26529
27365
  } | {
26530
27366
  className: import("@/types").EnumModel.MACHINE_TOOL;
26531
27367
  light?: {
@@ -26542,6 +27378,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26542
27378
  isOut: boolean;
26543
27379
  } | undefined;
26544
27380
  stationRotatable?: boolean | undefined;
27381
+ isWorking?: boolean | undefined;
26545
27382
  operatingType?: "model" | undefined;
26546
27383
  id: string;
26547
27384
  rawData: {
@@ -26700,6 +27537,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26700
27537
  isIn: boolean;
26701
27538
  isOut: boolean;
26702
27539
  } | undefined;
27540
+ isWorking?: boolean | undefined;
26703
27541
  operatingType?: "model" | undefined;
26704
27542
  id: string;
26705
27543
  rawData: {
@@ -26953,6 +27791,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
26953
27791
  showShadow?: boolean | undefined;
26954
27792
  showText?: boolean | undefined;
26955
27793
  inFlow?: boolean | undefined;
27794
+ resources?: {
27795
+ name?: string | undefined;
27796
+ resourceId?: string | undefined;
27797
+ resourceType?: import('../types').EnumResourceType | undefined;
27798
+ color?: string | undefined;
27799
+ }[] | undefined;
26956
27800
  operatingData?: unknown;
26957
27801
  width: number;
26958
27802
  height: number;
@@ -27012,6 +27856,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27012
27856
  [x: string]: unknown;
27013
27857
  id: string;
27014
27858
  };
27859
+ } | {
27860
+ operatingType: "resetAll";
27861
+ rawData?: {
27862
+ [x: string]: unknown;
27863
+ id: string;
27864
+ } | undefined;
27015
27865
  } | {
27016
27866
  className: import("@/types").EnumModel.MACHINE_TOOL;
27017
27867
  light?: {
@@ -27028,6 +27878,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27028
27878
  isOut: boolean;
27029
27879
  } | undefined;
27030
27880
  stationRotatable?: boolean | undefined;
27881
+ isWorking?: boolean | undefined;
27031
27882
  operatingType?: "model" | undefined;
27032
27883
  id: string;
27033
27884
  rawData: {
@@ -27186,6 +28037,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27186
28037
  isIn: boolean;
27187
28038
  isOut: boolean;
27188
28039
  } | undefined;
28040
+ isWorking?: boolean | undefined;
27189
28041
  operatingType?: "model" | undefined;
27190
28042
  id: string;
27191
28043
  rawData: {
@@ -27440,6 +28292,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27440
28292
  showShadow?: boolean | undefined;
27441
28293
  showText?: boolean | undefined;
27442
28294
  inFlow?: boolean | undefined;
28295
+ resources?: {
28296
+ name?: string | undefined;
28297
+ resourceId?: string | undefined;
28298
+ resourceType?: import('../types').EnumResourceType | undefined;
28299
+ color?: string | undefined;
28300
+ }[] | undefined;
27443
28301
  operatingData?: unknown;
27444
28302
  width: number;
27445
28303
  height: number;
@@ -27502,6 +28360,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27502
28360
  [x: string]: unknown;
27503
28361
  id: string;
27504
28362
  };
28363
+ } | {
28364
+ operatingType: "resetAll";
28365
+ rawData?: {
28366
+ [x: string]: unknown;
28367
+ id: string;
28368
+ } | undefined;
27505
28369
  } | {
27506
28370
  className: import("@/types").EnumModel.MACHINE_TOOL;
27507
28371
  light?: {
@@ -27518,6 +28382,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27518
28382
  isOut: boolean;
27519
28383
  } | undefined;
27520
28384
  stationRotatable?: boolean | undefined;
28385
+ isWorking?: boolean | undefined;
27521
28386
  operatingType?: "model" | undefined;
27522
28387
  id: string;
27523
28388
  rawData: {
@@ -27676,6 +28541,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27676
28541
  isIn: boolean;
27677
28542
  isOut: boolean;
27678
28543
  } | undefined;
28544
+ isWorking?: boolean | undefined;
27679
28545
  operatingType?: "model" | undefined;
27680
28546
  id: string;
27681
28547
  rawData: {
@@ -27930,6 +28796,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27930
28796
  showShadow?: boolean | undefined;
27931
28797
  showText?: boolean | undefined;
27932
28798
  inFlow?: boolean | undefined;
28799
+ resources?: {
28800
+ name?: string | undefined;
28801
+ resourceId?: string | undefined;
28802
+ resourceType?: import('../types').EnumResourceType | undefined;
28803
+ color?: string | undefined;
28804
+ }[] | undefined;
27933
28805
  operatingData?: unknown;
27934
28806
  width: number;
27935
28807
  height: number;
@@ -27990,6 +28862,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
27990
28862
  [x: string]: unknown;
27991
28863
  id: string;
27992
28864
  };
28865
+ } | {
28866
+ operatingType: "resetAll";
28867
+ rawData?: {
28868
+ [x: string]: unknown;
28869
+ id: string;
28870
+ } | undefined;
27993
28871
  } | {
27994
28872
  className: import("@/types").EnumModel.MACHINE_TOOL;
27995
28873
  light?: {
@@ -28006,6 +28884,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28006
28884
  isOut: boolean;
28007
28885
  } | undefined;
28008
28886
  stationRotatable?: boolean | undefined;
28887
+ isWorking?: boolean | undefined;
28009
28888
  operatingType?: "model" | undefined;
28010
28889
  id: string;
28011
28890
  rawData: {
@@ -28164,6 +29043,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28164
29043
  isIn: boolean;
28165
29044
  isOut: boolean;
28166
29045
  } | undefined;
29046
+ isWorking?: boolean | undefined;
28167
29047
  operatingType?: "model" | undefined;
28168
29048
  id: string;
28169
29049
  rawData: {
@@ -28416,6 +29296,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28416
29296
  showShadow?: boolean | undefined;
28417
29297
  showText?: boolean | undefined;
28418
29298
  inFlow?: boolean | undefined;
29299
+ resources?: {
29300
+ name?: string | undefined;
29301
+ resourceId?: string | undefined;
29302
+ resourceType?: import('../types').EnumResourceType | undefined;
29303
+ color?: string | undefined;
29304
+ }[] | undefined;
28419
29305
  operatingData?: unknown;
28420
29306
  width: number;
28421
29307
  height: number;
@@ -28475,6 +29361,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28475
29361
  [x: string]: unknown;
28476
29362
  id: string;
28477
29363
  };
29364
+ } | {
29365
+ operatingType: "resetAll";
29366
+ rawData?: {
29367
+ [x: string]: unknown;
29368
+ id: string;
29369
+ } | undefined;
28478
29370
  } | {
28479
29371
  className: import("@/types").EnumModel.MACHINE_TOOL;
28480
29372
  light?: {
@@ -28491,6 +29383,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28491
29383
  isOut: boolean;
28492
29384
  } | undefined;
28493
29385
  stationRotatable?: boolean | undefined;
29386
+ isWorking?: boolean | undefined;
28494
29387
  operatingType?: "model" | undefined;
28495
29388
  id: string;
28496
29389
  rawData: {
@@ -28649,6 +29542,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28649
29542
  isIn: boolean;
28650
29543
  isOut: boolean;
28651
29544
  } | undefined;
29545
+ isWorking?: boolean | undefined;
28652
29546
  operatingType?: "model" | undefined;
28653
29547
  id: string;
28654
29548
  rawData: {
@@ -28901,6 +29795,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28901
29795
  showShadow?: boolean | undefined;
28902
29796
  showText?: boolean | undefined;
28903
29797
  inFlow?: boolean | undefined;
29798
+ resources?: {
29799
+ name?: string | undefined;
29800
+ resourceId?: string | undefined;
29801
+ resourceType?: import('../types').EnumResourceType | undefined;
29802
+ color?: string | undefined;
29803
+ }[] | undefined;
28904
29804
  operatingData?: unknown;
28905
29805
  width: number;
28906
29806
  height: number;
@@ -28960,6 +29860,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28960
29860
  [x: string]: unknown;
28961
29861
  id: string;
28962
29862
  };
29863
+ } | {
29864
+ operatingType: "resetAll";
29865
+ rawData?: {
29866
+ [x: string]: unknown;
29867
+ id: string;
29868
+ } | undefined;
28963
29869
  } | {
28964
29870
  className: import("@/types").EnumModel.MACHINE_TOOL;
28965
29871
  light?: {
@@ -28976,6 +29882,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
28976
29882
  isOut: boolean;
28977
29883
  } | undefined;
28978
29884
  stationRotatable?: boolean | undefined;
29885
+ isWorking?: boolean | undefined;
28979
29886
  operatingType?: "model" | undefined;
28980
29887
  id: string;
28981
29888
  rawData: {
@@ -29134,6 +30041,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29134
30041
  isIn: boolean;
29135
30042
  isOut: boolean;
29136
30043
  } | undefined;
30044
+ isWorking?: boolean | undefined;
29137
30045
  operatingType?: "model" | undefined;
29138
30046
  id: string;
29139
30047
  rawData: {
@@ -29397,6 +30305,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29397
30305
  showShadow?: boolean | undefined;
29398
30306
  showText?: boolean | undefined;
29399
30307
  inFlow?: boolean | undefined;
30308
+ resources?: {
30309
+ name?: string | undefined;
30310
+ resourceId?: string | undefined;
30311
+ resourceType?: import('../types').EnumResourceType | undefined;
30312
+ color?: string | undefined;
30313
+ }[] | undefined;
29400
30314
  operatingData?: unknown;
29401
30315
  width: number;
29402
30316
  height: number;
@@ -29448,6 +30362,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29448
30362
  showShadow?: boolean | undefined;
29449
30363
  showText?: boolean | undefined;
29450
30364
  inFlow?: boolean | undefined;
30365
+ resources?: {
30366
+ name?: string | undefined;
30367
+ resourceId?: string | undefined;
30368
+ resourceType?: import('../types').EnumResourceType | undefined;
30369
+ color?: string | undefined;
30370
+ }[] | undefined;
29451
30371
  operatingData?: unknown;
29452
30372
  width: number;
29453
30373
  height: number;
@@ -29507,6 +30427,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29507
30427
  [x: string]: unknown;
29508
30428
  id: string;
29509
30429
  };
30430
+ } | {
30431
+ operatingType: "resetAll";
30432
+ rawData?: {
30433
+ [x: string]: unknown;
30434
+ id: string;
30435
+ } | undefined;
29510
30436
  } | {
29511
30437
  className: import("@/types").EnumModel.MACHINE_TOOL;
29512
30438
  light?: {
@@ -29523,6 +30449,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29523
30449
  isOut: boolean;
29524
30450
  } | undefined;
29525
30451
  stationRotatable?: boolean | undefined;
30452
+ isWorking?: boolean | undefined;
29526
30453
  operatingType?: "model" | undefined;
29527
30454
  id: string;
29528
30455
  rawData: {
@@ -29681,6 +30608,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29681
30608
  isIn: boolean;
29682
30609
  isOut: boolean;
29683
30610
  } | undefined;
30611
+ isWorking?: boolean | undefined;
29684
30612
  operatingType?: "model" | undefined;
29685
30613
  id: string;
29686
30614
  rawData: {
@@ -29944,6 +30872,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29944
30872
  showShadow?: boolean | undefined;
29945
30873
  showText?: boolean | undefined;
29946
30874
  inFlow?: boolean | undefined;
30875
+ resources?: {
30876
+ name?: string | undefined;
30877
+ resourceId?: string | undefined;
30878
+ resourceType?: import('../types').EnumResourceType | undefined;
30879
+ color?: string | undefined;
30880
+ }[] | undefined;
29947
30881
  operatingData?: unknown;
29948
30882
  width: number;
29949
30883
  height: number;
@@ -29995,6 +30929,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
29995
30929
  showShadow?: boolean | undefined;
29996
30930
  showText?: boolean | undefined;
29997
30931
  inFlow?: boolean | undefined;
30932
+ resources?: {
30933
+ name?: string | undefined;
30934
+ resourceId?: string | undefined;
30935
+ resourceType?: import('../types').EnumResourceType | undefined;
30936
+ color?: string | undefined;
30937
+ }[] | undefined;
29998
30938
  operatingData?: unknown;
29999
30939
  width: number;
30000
30940
  height: number;
@@ -30054,6 +30994,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30054
30994
  [x: string]: unknown;
30055
30995
  id: string;
30056
30996
  };
30997
+ } | {
30998
+ operatingType: "resetAll";
30999
+ rawData?: {
31000
+ [x: string]: unknown;
31001
+ id: string;
31002
+ } | undefined;
30057
31003
  } | {
30058
31004
  className: import("@/types").EnumModel.MACHINE_TOOL;
30059
31005
  light?: {
@@ -30070,6 +31016,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30070
31016
  isOut: boolean;
30071
31017
  } | undefined;
30072
31018
  stationRotatable?: boolean | undefined;
31019
+ isWorking?: boolean | undefined;
30073
31020
  operatingType?: "model" | undefined;
30074
31021
  id: string;
30075
31022
  rawData: {
@@ -30228,6 +31175,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30228
31175
  isIn: boolean;
30229
31176
  isOut: boolean;
30230
31177
  } | undefined;
31178
+ isWorking?: boolean | undefined;
30231
31179
  operatingType?: "model" | undefined;
30232
31180
  id: string;
30233
31181
  rawData: {
@@ -30489,6 +31437,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30489
31437
  showShadow?: boolean | undefined;
30490
31438
  showText?: boolean | undefined;
30491
31439
  inFlow?: boolean | undefined;
31440
+ resources?: {
31441
+ name?: string | undefined;
31442
+ resourceId?: string | undefined;
31443
+ resourceType?: import('../types').EnumResourceType | undefined;
31444
+ color?: string | undefined;
31445
+ }[] | undefined;
30492
31446
  operatingData?: unknown;
30493
31447
  width: number;
30494
31448
  height: number;
@@ -30540,6 +31494,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30540
31494
  showShadow?: boolean | undefined;
30541
31495
  showText?: boolean | undefined;
30542
31496
  inFlow?: boolean | undefined;
31497
+ resources?: {
31498
+ name?: string | undefined;
31499
+ resourceId?: string | undefined;
31500
+ resourceType?: import('../types').EnumResourceType | undefined;
31501
+ color?: string | undefined;
31502
+ }[] | undefined;
30543
31503
  operatingData?: unknown;
30544
31504
  width: number;
30545
31505
  height: number;
@@ -30599,6 +31559,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30599
31559
  [x: string]: unknown;
30600
31560
  id: string;
30601
31561
  };
31562
+ } | {
31563
+ operatingType: "resetAll";
31564
+ rawData?: {
31565
+ [x: string]: unknown;
31566
+ id: string;
31567
+ } | undefined;
30602
31568
  } | {
30603
31569
  className: import("@/types").EnumModel.MACHINE_TOOL;
30604
31570
  light?: {
@@ -30615,6 +31581,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30615
31581
  isOut: boolean;
30616
31582
  } | undefined;
30617
31583
  stationRotatable?: boolean | undefined;
31584
+ isWorking?: boolean | undefined;
30618
31585
  operatingType?: "model" | undefined;
30619
31586
  id: string;
30620
31587
  rawData: {
@@ -30773,6 +31740,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
30773
31740
  isIn: boolean;
30774
31741
  isOut: boolean;
30775
31742
  } | undefined;
31743
+ isWorking?: boolean | undefined;
30776
31744
  operatingType?: "model" | undefined;
30777
31745
  id: string;
30778
31746
  rawData: {
@@ -31035,6 +32003,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31035
32003
  [x: string]: unknown;
31036
32004
  id: string;
31037
32005
  };
32006
+ } | {
32007
+ operatingType: "resetAll";
32008
+ rawData?: {
32009
+ [x: string]: unknown;
32010
+ id: string;
32011
+ } | undefined;
31038
32012
  } | {
31039
32013
  className: import("@/types").EnumModel.MACHINE_TOOL;
31040
32014
  light?: {
@@ -31051,6 +32025,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31051
32025
  isOut: boolean;
31052
32026
  } | undefined;
31053
32027
  stationRotatable?: boolean | undefined;
32028
+ isWorking?: boolean | undefined;
31054
32029
  operatingType?: "model" | undefined;
31055
32030
  id: string;
31056
32031
  rawData: {
@@ -31209,6 +32184,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31209
32184
  isIn: boolean;
31210
32185
  isOut: boolean;
31211
32186
  } | undefined;
32187
+ isWorking?: boolean | undefined;
31212
32188
  operatingType?: "model" | undefined;
31213
32189
  id: string;
31214
32190
  rawData: {
@@ -31469,6 +32445,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31469
32445
  showShadow?: boolean | undefined;
31470
32446
  showText?: boolean | undefined;
31471
32447
  inFlow?: boolean | undefined;
32448
+ resources?: {
32449
+ name?: string | undefined;
32450
+ resourceId?: string | undefined;
32451
+ resourceType?: import('../types').EnumResourceType | undefined;
32452
+ color?: string | undefined;
32453
+ }[] | undefined;
31472
32454
  operatingData?: unknown;
31473
32455
  width: number;
31474
32456
  height: number;
@@ -31520,6 +32502,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31520
32502
  showShadow?: boolean | undefined;
31521
32503
  showText?: boolean | undefined;
31522
32504
  inFlow?: boolean | undefined;
32505
+ resources?: {
32506
+ name?: string | undefined;
32507
+ resourceId?: string | undefined;
32508
+ resourceType?: import('../types').EnumResourceType | undefined;
32509
+ color?: string | undefined;
32510
+ }[] | undefined;
31523
32511
  operatingData?: unknown;
31524
32512
  width: number;
31525
32513
  height: number;
@@ -31579,6 +32567,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31579
32567
  [x: string]: unknown;
31580
32568
  id: string;
31581
32569
  };
32570
+ } | {
32571
+ operatingType: "resetAll";
32572
+ rawData?: {
32573
+ [x: string]: unknown;
32574
+ id: string;
32575
+ } | undefined;
31582
32576
  } | {
31583
32577
  className: import("@/types").EnumModel.MACHINE_TOOL;
31584
32578
  light?: {
@@ -31595,6 +32589,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31595
32589
  isOut: boolean;
31596
32590
  } | undefined;
31597
32591
  stationRotatable?: boolean | undefined;
32592
+ isWorking?: boolean | undefined;
31598
32593
  operatingType?: "model" | undefined;
31599
32594
  id: string;
31600
32595
  rawData: {
@@ -31753,6 +32748,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
31753
32748
  isIn: boolean;
31754
32749
  isOut: boolean;
31755
32750
  } | undefined;
32751
+ isWorking?: boolean | undefined;
31756
32752
  operatingType?: "model" | undefined;
31757
32753
  id: string;
31758
32754
  rawData: {
@@ -32014,6 +33010,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32014
33010
  showShadow?: boolean | undefined;
32015
33011
  showText?: boolean | undefined;
32016
33012
  inFlow?: boolean | undefined;
33013
+ resources?: {
33014
+ name?: string | undefined;
33015
+ resourceId?: string | undefined;
33016
+ resourceType?: import('../types').EnumResourceType | undefined;
33017
+ color?: string | undefined;
33018
+ }[] | undefined;
32017
33019
  operatingData?: unknown;
32018
33020
  width: number;
32019
33021
  height: number;
@@ -32065,6 +33067,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32065
33067
  showShadow?: boolean | undefined;
32066
33068
  showText?: boolean | undefined;
32067
33069
  inFlow?: boolean | undefined;
33070
+ resources?: {
33071
+ name?: string | undefined;
33072
+ resourceId?: string | undefined;
33073
+ resourceType?: import('../types').EnumResourceType | undefined;
33074
+ color?: string | undefined;
33075
+ }[] | undefined;
32068
33076
  operatingData?: unknown;
32069
33077
  width: number;
32070
33078
  height: number;
@@ -32125,6 +33133,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32125
33133
  [x: string]: unknown;
32126
33134
  id: string;
32127
33135
  };
33136
+ } | {
33137
+ operatingType: "resetAll";
33138
+ rawData?: {
33139
+ [x: string]: unknown;
33140
+ id: string;
33141
+ } | undefined;
32128
33142
  } | {
32129
33143
  className: import("@/types").EnumModel.MACHINE_TOOL;
32130
33144
  light?: {
@@ -32141,6 +33155,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32141
33155
  isOut: boolean;
32142
33156
  } | undefined;
32143
33157
  stationRotatable?: boolean | undefined;
33158
+ isWorking?: boolean | undefined;
32144
33159
  operatingType?: "model" | undefined;
32145
33160
  id: string;
32146
33161
  rawData: {
@@ -32299,6 +33314,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32299
33314
  isIn: boolean;
32300
33315
  isOut: boolean;
32301
33316
  } | undefined;
33317
+ isWorking?: boolean | undefined;
32302
33318
  operatingType?: "model" | undefined;
32303
33319
  id: string;
32304
33320
  rawData: {
@@ -32553,6 +33569,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32553
33569
  showShadow?: boolean | undefined;
32554
33570
  showText?: boolean | undefined;
32555
33571
  inFlow?: boolean | undefined;
33572
+ resources?: {
33573
+ name?: string | undefined;
33574
+ resourceId?: string | undefined;
33575
+ resourceType?: import('../types').EnumResourceType | undefined;
33576
+ color?: string | undefined;
33577
+ }[] | undefined;
32556
33578
  operatingData?: unknown;
32557
33579
  width: number;
32558
33580
  height: number;
@@ -32612,6 +33634,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32612
33634
  [x: string]: unknown;
32613
33635
  id: string;
32614
33636
  };
33637
+ } | {
33638
+ operatingType: "resetAll";
33639
+ rawData?: {
33640
+ [x: string]: unknown;
33641
+ id: string;
33642
+ } | undefined;
32615
33643
  } | {
32616
33644
  className: import("@/types").EnumModel.MACHINE_TOOL;
32617
33645
  light?: {
@@ -32628,6 +33656,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32628
33656
  isOut: boolean;
32629
33657
  } | undefined;
32630
33658
  stationRotatable?: boolean | undefined;
33659
+ isWorking?: boolean | undefined;
32631
33660
  operatingType?: "model" | undefined;
32632
33661
  id: string;
32633
33662
  rawData: {
@@ -32786,6 +33815,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
32786
33815
  isIn: boolean;
32787
33816
  isOut: boolean;
32788
33817
  } | undefined;
33818
+ isWorking?: boolean | undefined;
32789
33819
  operatingType?: "model" | undefined;
32790
33820
  id: string;
32791
33821
  rawData: {
@@ -33067,6 +34097,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33067
34097
  showShadow?: boolean | undefined;
33068
34098
  showText?: boolean | undefined;
33069
34099
  inFlow?: boolean | undefined;
34100
+ resources?: {
34101
+ name?: string | undefined;
34102
+ resourceId?: string | undefined;
34103
+ resourceType?: import('../types').EnumResourceType | undefined;
34104
+ color?: string | undefined;
34105
+ }[] | undefined;
33070
34106
  operatingData?: unknown;
33071
34107
  width: number;
33072
34108
  height: number;
@@ -33126,6 +34162,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33126
34162
  [x: string]: unknown;
33127
34163
  id: string;
33128
34164
  };
34165
+ } | {
34166
+ operatingType: "resetAll";
34167
+ rawData?: {
34168
+ [x: string]: unknown;
34169
+ id: string;
34170
+ } | undefined;
33129
34171
  } | {
33130
34172
  className: import("@/types").EnumModel.MACHINE_TOOL;
33131
34173
  light?: {
@@ -33142,6 +34184,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33142
34184
  isOut: boolean;
33143
34185
  } | undefined;
33144
34186
  stationRotatable?: boolean | undefined;
34187
+ isWorking?: boolean | undefined;
33145
34188
  operatingType?: "model" | undefined;
33146
34189
  id: string;
33147
34190
  rawData: {
@@ -33300,6 +34343,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33300
34343
  isIn: boolean;
33301
34344
  isOut: boolean;
33302
34345
  } | undefined;
34346
+ isWorking?: boolean | undefined;
33303
34347
  operatingType?: "model" | undefined;
33304
34348
  id: string;
33305
34349
  rawData: {
@@ -33553,6 +34597,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33553
34597
  showShadow?: boolean | undefined;
33554
34598
  showText?: boolean | undefined;
33555
34599
  inFlow?: boolean | undefined;
34600
+ resources?: {
34601
+ name?: string | undefined;
34602
+ resourceId?: string | undefined;
34603
+ resourceType?: import('../types').EnumResourceType | undefined;
34604
+ color?: string | undefined;
34605
+ }[] | undefined;
33556
34606
  operatingData?: unknown;
33557
34607
  width: number;
33558
34608
  height: number;
@@ -33612,6 +34662,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33612
34662
  [x: string]: unknown;
33613
34663
  id: string;
33614
34664
  };
34665
+ } | {
34666
+ operatingType: "resetAll";
34667
+ rawData?: {
34668
+ [x: string]: unknown;
34669
+ id: string;
34670
+ } | undefined;
33615
34671
  } | {
33616
34672
  className: import("@/types").EnumModel.MACHINE_TOOL;
33617
34673
  light?: {
@@ -33628,6 +34684,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33628
34684
  isOut: boolean;
33629
34685
  } | undefined;
33630
34686
  stationRotatable?: boolean | undefined;
34687
+ isWorking?: boolean | undefined;
33631
34688
  operatingType?: "model" | undefined;
33632
34689
  id: string;
33633
34690
  rawData: {
@@ -33786,6 +34843,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
33786
34843
  isIn: boolean;
33787
34844
  isOut: boolean;
33788
34845
  } | undefined;
34846
+ isWorking?: boolean | undefined;
33789
34847
  operatingType?: "model" | undefined;
33790
34848
  id: string;
33791
34849
  rawData: {
@@ -34040,6 +35098,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34040
35098
  showShadow?: boolean | undefined;
34041
35099
  showText?: boolean | undefined;
34042
35100
  inFlow?: boolean | undefined;
35101
+ resources?: {
35102
+ name?: string | undefined;
35103
+ resourceId?: string | undefined;
35104
+ resourceType?: import('../types').EnumResourceType | undefined;
35105
+ color?: string | undefined;
35106
+ }[] | undefined;
34043
35107
  operatingData?: unknown;
34044
35108
  width: number;
34045
35109
  height: number;
@@ -34102,6 +35166,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34102
35166
  [x: string]: unknown;
34103
35167
  id: string;
34104
35168
  };
35169
+ } | {
35170
+ operatingType: "resetAll";
35171
+ rawData?: {
35172
+ [x: string]: unknown;
35173
+ id: string;
35174
+ } | undefined;
34105
35175
  } | {
34106
35176
  className: import("@/types").EnumModel.MACHINE_TOOL;
34107
35177
  light?: {
@@ -34118,6 +35188,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34118
35188
  isOut: boolean;
34119
35189
  } | undefined;
34120
35190
  stationRotatable?: boolean | undefined;
35191
+ isWorking?: boolean | undefined;
34121
35192
  operatingType?: "model" | undefined;
34122
35193
  id: string;
34123
35194
  rawData: {
@@ -34276,6 +35347,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34276
35347
  isIn: boolean;
34277
35348
  isOut: boolean;
34278
35349
  } | undefined;
35350
+ isWorking?: boolean | undefined;
34279
35351
  operatingType?: "model" | undefined;
34280
35352
  id: string;
34281
35353
  rawData: {
@@ -34530,6 +35602,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34530
35602
  showShadow?: boolean | undefined;
34531
35603
  showText?: boolean | undefined;
34532
35604
  inFlow?: boolean | undefined;
35605
+ resources?: {
35606
+ name?: string | undefined;
35607
+ resourceId?: string | undefined;
35608
+ resourceType?: import('../types').EnumResourceType | undefined;
35609
+ color?: string | undefined;
35610
+ }[] | undefined;
34533
35611
  operatingData?: unknown;
34534
35612
  width: number;
34535
35613
  height: number;
@@ -34590,6 +35668,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34590
35668
  [x: string]: unknown;
34591
35669
  id: string;
34592
35670
  };
35671
+ } | {
35672
+ operatingType: "resetAll";
35673
+ rawData?: {
35674
+ [x: string]: unknown;
35675
+ id: string;
35676
+ } | undefined;
34593
35677
  } | {
34594
35678
  className: import("@/types").EnumModel.MACHINE_TOOL;
34595
35679
  light?: {
@@ -34606,6 +35690,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34606
35690
  isOut: boolean;
34607
35691
  } | undefined;
34608
35692
  stationRotatable?: boolean | undefined;
35693
+ isWorking?: boolean | undefined;
34609
35694
  operatingType?: "model" | undefined;
34610
35695
  id: string;
34611
35696
  rawData: {
@@ -34764,6 +35849,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
34764
35849
  isIn: boolean;
34765
35850
  isOut: boolean;
34766
35851
  } | undefined;
35852
+ isWorking?: boolean | undefined;
34767
35853
  operatingType?: "model" | undefined;
34768
35854
  id: string;
34769
35855
  rawData: {
@@ -35016,6 +36102,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35016
36102
  showShadow?: boolean | undefined;
35017
36103
  showText?: boolean | undefined;
35018
36104
  inFlow?: boolean | undefined;
36105
+ resources?: {
36106
+ name?: string | undefined;
36107
+ resourceId?: string | undefined;
36108
+ resourceType?: import('../types').EnumResourceType | undefined;
36109
+ color?: string | undefined;
36110
+ }[] | undefined;
35019
36111
  operatingData?: unknown;
35020
36112
  width: number;
35021
36113
  height: number;
@@ -35075,6 +36167,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35075
36167
  [x: string]: unknown;
35076
36168
  id: string;
35077
36169
  };
36170
+ } | {
36171
+ operatingType: "resetAll";
36172
+ rawData?: {
36173
+ [x: string]: unknown;
36174
+ id: string;
36175
+ } | undefined;
35078
36176
  } | {
35079
36177
  className: import("@/types").EnumModel.MACHINE_TOOL;
35080
36178
  light?: {
@@ -35091,6 +36189,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35091
36189
  isOut: boolean;
35092
36190
  } | undefined;
35093
36191
  stationRotatable?: boolean | undefined;
36192
+ isWorking?: boolean | undefined;
35094
36193
  operatingType?: "model" | undefined;
35095
36194
  id: string;
35096
36195
  rawData: {
@@ -35249,6 +36348,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35249
36348
  isIn: boolean;
35250
36349
  isOut: boolean;
35251
36350
  } | undefined;
36351
+ isWorking?: boolean | undefined;
35252
36352
  operatingType?: "model" | undefined;
35253
36353
  id: string;
35254
36354
  rawData: {
@@ -35501,6 +36601,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35501
36601
  showShadow?: boolean | undefined;
35502
36602
  showText?: boolean | undefined;
35503
36603
  inFlow?: boolean | undefined;
36604
+ resources?: {
36605
+ name?: string | undefined;
36606
+ resourceId?: string | undefined;
36607
+ resourceType?: import('../types').EnumResourceType | undefined;
36608
+ color?: string | undefined;
36609
+ }[] | undefined;
35504
36610
  operatingData?: unknown;
35505
36611
  width: number;
35506
36612
  height: number;
@@ -35560,6 +36666,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35560
36666
  [x: string]: unknown;
35561
36667
  id: string;
35562
36668
  };
36669
+ } | {
36670
+ operatingType: "resetAll";
36671
+ rawData?: {
36672
+ [x: string]: unknown;
36673
+ id: string;
36674
+ } | undefined;
35563
36675
  } | {
35564
36676
  className: import("@/types").EnumModel.MACHINE_TOOL;
35565
36677
  light?: {
@@ -35576,6 +36688,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35576
36688
  isOut: boolean;
35577
36689
  } | undefined;
35578
36690
  stationRotatable?: boolean | undefined;
36691
+ isWorking?: boolean | undefined;
35579
36692
  operatingType?: "model" | undefined;
35580
36693
  id: string;
35581
36694
  rawData: {
@@ -35734,6 +36847,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35734
36847
  isIn: boolean;
35735
36848
  isOut: boolean;
35736
36849
  } | undefined;
36850
+ isWorking?: boolean | undefined;
35737
36851
  operatingType?: "model" | undefined;
35738
36852
  id: string;
35739
36853
  rawData: {
@@ -35997,6 +37111,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
35997
37111
  showShadow?: boolean | undefined;
35998
37112
  showText?: boolean | undefined;
35999
37113
  inFlow?: boolean | undefined;
37114
+ resources?: {
37115
+ name?: string | undefined;
37116
+ resourceId?: string | undefined;
37117
+ resourceType?: import('../types').EnumResourceType | undefined;
37118
+ color?: string | undefined;
37119
+ }[] | undefined;
36000
37120
  operatingData?: unknown;
36001
37121
  width: number;
36002
37122
  height: number;
@@ -36048,6 +37168,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36048
37168
  showShadow?: boolean | undefined;
36049
37169
  showText?: boolean | undefined;
36050
37170
  inFlow?: boolean | undefined;
37171
+ resources?: {
37172
+ name?: string | undefined;
37173
+ resourceId?: string | undefined;
37174
+ resourceType?: import('../types').EnumResourceType | undefined;
37175
+ color?: string | undefined;
37176
+ }[] | undefined;
36051
37177
  operatingData?: unknown;
36052
37178
  width: number;
36053
37179
  height: number;
@@ -36107,6 +37233,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36107
37233
  [x: string]: unknown;
36108
37234
  id: string;
36109
37235
  };
37236
+ } | {
37237
+ operatingType: "resetAll";
37238
+ rawData?: {
37239
+ [x: string]: unknown;
37240
+ id: string;
37241
+ } | undefined;
36110
37242
  } | {
36111
37243
  className: import("@/types").EnumModel.MACHINE_TOOL;
36112
37244
  light?: {
@@ -36123,6 +37255,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36123
37255
  isOut: boolean;
36124
37256
  } | undefined;
36125
37257
  stationRotatable?: boolean | undefined;
37258
+ isWorking?: boolean | undefined;
36126
37259
  operatingType?: "model" | undefined;
36127
37260
  id: string;
36128
37261
  rawData: {
@@ -36281,6 +37414,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36281
37414
  isIn: boolean;
36282
37415
  isOut: boolean;
36283
37416
  } | undefined;
37417
+ isWorking?: boolean | undefined;
36284
37418
  operatingType?: "model" | undefined;
36285
37419
  id: string;
36286
37420
  rawData: {
@@ -36544,6 +37678,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36544
37678
  showShadow?: boolean | undefined;
36545
37679
  showText?: boolean | undefined;
36546
37680
  inFlow?: boolean | undefined;
37681
+ resources?: {
37682
+ name?: string | undefined;
37683
+ resourceId?: string | undefined;
37684
+ resourceType?: import('../types').EnumResourceType | undefined;
37685
+ color?: string | undefined;
37686
+ }[] | undefined;
36547
37687
  operatingData?: unknown;
36548
37688
  width: number;
36549
37689
  height: number;
@@ -36595,6 +37735,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36595
37735
  showShadow?: boolean | undefined;
36596
37736
  showText?: boolean | undefined;
36597
37737
  inFlow?: boolean | undefined;
37738
+ resources?: {
37739
+ name?: string | undefined;
37740
+ resourceId?: string | undefined;
37741
+ resourceType?: import('../types').EnumResourceType | undefined;
37742
+ color?: string | undefined;
37743
+ }[] | undefined;
36598
37744
  operatingData?: unknown;
36599
37745
  width: number;
36600
37746
  height: number;
@@ -36654,6 +37800,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36654
37800
  [x: string]: unknown;
36655
37801
  id: string;
36656
37802
  };
37803
+ } | {
37804
+ operatingType: "resetAll";
37805
+ rawData?: {
37806
+ [x: string]: unknown;
37807
+ id: string;
37808
+ } | undefined;
36657
37809
  } | {
36658
37810
  className: import("@/types").EnumModel.MACHINE_TOOL;
36659
37811
  light?: {
@@ -36670,6 +37822,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36670
37822
  isOut: boolean;
36671
37823
  } | undefined;
36672
37824
  stationRotatable?: boolean | undefined;
37825
+ isWorking?: boolean | undefined;
36673
37826
  operatingType?: "model" | undefined;
36674
37827
  id: string;
36675
37828
  rawData: {
@@ -36828,6 +37981,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
36828
37981
  isIn: boolean;
36829
37982
  isOut: boolean;
36830
37983
  } | undefined;
37984
+ isWorking?: boolean | undefined;
36831
37985
  operatingType?: "model" | undefined;
36832
37986
  id: string;
36833
37987
  rawData: {
@@ -37089,6 +38243,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37089
38243
  showShadow?: boolean | undefined;
37090
38244
  showText?: boolean | undefined;
37091
38245
  inFlow?: boolean | undefined;
38246
+ resources?: {
38247
+ name?: string | undefined;
38248
+ resourceId?: string | undefined;
38249
+ resourceType?: import('../types').EnumResourceType | undefined;
38250
+ color?: string | undefined;
38251
+ }[] | undefined;
37092
38252
  operatingData?: unknown;
37093
38253
  width: number;
37094
38254
  height: number;
@@ -37140,6 +38300,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37140
38300
  showShadow?: boolean | undefined;
37141
38301
  showText?: boolean | undefined;
37142
38302
  inFlow?: boolean | undefined;
38303
+ resources?: {
38304
+ name?: string | undefined;
38305
+ resourceId?: string | undefined;
38306
+ resourceType?: import('../types').EnumResourceType | undefined;
38307
+ color?: string | undefined;
38308
+ }[] | undefined;
37143
38309
  operatingData?: unknown;
37144
38310
  width: number;
37145
38311
  height: number;
@@ -37199,6 +38365,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37199
38365
  [x: string]: unknown;
37200
38366
  id: string;
37201
38367
  };
38368
+ } | {
38369
+ operatingType: "resetAll";
38370
+ rawData?: {
38371
+ [x: string]: unknown;
38372
+ id: string;
38373
+ } | undefined;
37202
38374
  } | {
37203
38375
  className: import("@/types").EnumModel.MACHINE_TOOL;
37204
38376
  light?: {
@@ -37215,6 +38387,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37215
38387
  isOut: boolean;
37216
38388
  } | undefined;
37217
38389
  stationRotatable?: boolean | undefined;
38390
+ isWorking?: boolean | undefined;
37218
38391
  operatingType?: "model" | undefined;
37219
38392
  id: string;
37220
38393
  rawData: {
@@ -37373,6 +38546,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37373
38546
  isIn: boolean;
37374
38547
  isOut: boolean;
37375
38548
  } | undefined;
38549
+ isWorking?: boolean | undefined;
37376
38550
  operatingType?: "model" | undefined;
37377
38551
  id: string;
37378
38552
  rawData: {
@@ -37635,6 +38809,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37635
38809
  [x: string]: unknown;
37636
38810
  id: string;
37637
38811
  };
38812
+ } | {
38813
+ operatingType: "resetAll";
38814
+ rawData?: {
38815
+ [x: string]: unknown;
38816
+ id: string;
38817
+ } | undefined;
37638
38818
  } | {
37639
38819
  className: import("@/types").EnumModel.MACHINE_TOOL;
37640
38820
  light?: {
@@ -37651,6 +38831,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37651
38831
  isOut: boolean;
37652
38832
  } | undefined;
37653
38833
  stationRotatable?: boolean | undefined;
38834
+ isWorking?: boolean | undefined;
37654
38835
  operatingType?: "model" | undefined;
37655
38836
  id: string;
37656
38837
  rawData: {
@@ -37809,6 +38990,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
37809
38990
  isIn: boolean;
37810
38991
  isOut: boolean;
37811
38992
  } | undefined;
38993
+ isWorking?: boolean | undefined;
37812
38994
  operatingType?: "model" | undefined;
37813
38995
  id: string;
37814
38996
  rawData: {
@@ -38069,6 +39251,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38069
39251
  showShadow?: boolean | undefined;
38070
39252
  showText?: boolean | undefined;
38071
39253
  inFlow?: boolean | undefined;
39254
+ resources?: {
39255
+ name?: string | undefined;
39256
+ resourceId?: string | undefined;
39257
+ resourceType?: import('../types').EnumResourceType | undefined;
39258
+ color?: string | undefined;
39259
+ }[] | undefined;
38072
39260
  operatingData?: unknown;
38073
39261
  width: number;
38074
39262
  height: number;
@@ -38120,6 +39308,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38120
39308
  showShadow?: boolean | undefined;
38121
39309
  showText?: boolean | undefined;
38122
39310
  inFlow?: boolean | undefined;
39311
+ resources?: {
39312
+ name?: string | undefined;
39313
+ resourceId?: string | undefined;
39314
+ resourceType?: import('../types').EnumResourceType | undefined;
39315
+ color?: string | undefined;
39316
+ }[] | undefined;
38123
39317
  operatingData?: unknown;
38124
39318
  width: number;
38125
39319
  height: number;
@@ -38179,6 +39373,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38179
39373
  [x: string]: unknown;
38180
39374
  id: string;
38181
39375
  };
39376
+ } | {
39377
+ operatingType: "resetAll";
39378
+ rawData?: {
39379
+ [x: string]: unknown;
39380
+ id: string;
39381
+ } | undefined;
38182
39382
  } | {
38183
39383
  className: import("@/types").EnumModel.MACHINE_TOOL;
38184
39384
  light?: {
@@ -38195,6 +39395,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38195
39395
  isOut: boolean;
38196
39396
  } | undefined;
38197
39397
  stationRotatable?: boolean | undefined;
39398
+ isWorking?: boolean | undefined;
38198
39399
  operatingType?: "model" | undefined;
38199
39400
  id: string;
38200
39401
  rawData: {
@@ -38353,6 +39554,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38353
39554
  isIn: boolean;
38354
39555
  isOut: boolean;
38355
39556
  } | undefined;
39557
+ isWorking?: boolean | undefined;
38356
39558
  operatingType?: "model" | undefined;
38357
39559
  id: string;
38358
39560
  rawData: {
@@ -38614,6 +39816,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38614
39816
  showShadow?: boolean | undefined;
38615
39817
  showText?: boolean | undefined;
38616
39818
  inFlow?: boolean | undefined;
39819
+ resources?: {
39820
+ name?: string | undefined;
39821
+ resourceId?: string | undefined;
39822
+ resourceType?: import('../types').EnumResourceType | undefined;
39823
+ color?: string | undefined;
39824
+ }[] | undefined;
38617
39825
  operatingData?: unknown;
38618
39826
  width: number;
38619
39827
  height: number;
@@ -38665,6 +39873,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38665
39873
  showShadow?: boolean | undefined;
38666
39874
  showText?: boolean | undefined;
38667
39875
  inFlow?: boolean | undefined;
39876
+ resources?: {
39877
+ name?: string | undefined;
39878
+ resourceId?: string | undefined;
39879
+ resourceType?: import('../types').EnumResourceType | undefined;
39880
+ color?: string | undefined;
39881
+ }[] | undefined;
38668
39882
  operatingData?: unknown;
38669
39883
  width: number;
38670
39884
  height: number;
@@ -38725,6 +39939,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38725
39939
  [x: string]: unknown;
38726
39940
  id: string;
38727
39941
  };
39942
+ } | {
39943
+ operatingType: "resetAll";
39944
+ rawData?: {
39945
+ [x: string]: unknown;
39946
+ id: string;
39947
+ } | undefined;
38728
39948
  } | {
38729
39949
  className: import("@/types").EnumModel.MACHINE_TOOL;
38730
39950
  light?: {
@@ -38741,6 +39961,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38741
39961
  isOut: boolean;
38742
39962
  } | undefined;
38743
39963
  stationRotatable?: boolean | undefined;
39964
+ isWorking?: boolean | undefined;
38744
39965
  operatingType?: "model" | undefined;
38745
39966
  id: string;
38746
39967
  rawData: {
@@ -38899,6 +40120,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
38899
40120
  isIn: boolean;
38900
40121
  isOut: boolean;
38901
40122
  } | undefined;
40123
+ isWorking?: boolean | undefined;
38902
40124
  operatingType?: "model" | undefined;
38903
40125
  id: string;
38904
40126
  rawData: {
@@ -39153,6 +40375,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
39153
40375
  showShadow?: boolean | undefined;
39154
40376
  showText?: boolean | undefined;
39155
40377
  inFlow?: boolean | undefined;
40378
+ resources?: {
40379
+ name?: string | undefined;
40380
+ resourceId?: string | undefined;
40381
+ resourceType?: import('../types').EnumResourceType | undefined;
40382
+ color?: string | undefined;
40383
+ }[] | undefined;
39156
40384
  operatingData?: unknown;
39157
40385
  width: number;
39158
40386
  height: number;
@@ -39212,6 +40440,12 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
39212
40440
  [x: string]: unknown;
39213
40441
  id: string;
39214
40442
  };
40443
+ } | {
40444
+ operatingType: "resetAll";
40445
+ rawData?: {
40446
+ [x: string]: unknown;
40447
+ id: string;
40448
+ } | undefined;
39215
40449
  } | {
39216
40450
  className: import("@/types").EnumModel.MACHINE_TOOL;
39217
40451
  light?: {
@@ -39228,6 +40462,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
39228
40462
  isOut: boolean;
39229
40463
  } | undefined;
39230
40464
  stationRotatable?: boolean | undefined;
40465
+ isWorking?: boolean | undefined;
39231
40466
  operatingType?: "model" | undefined;
39232
40467
  id: string;
39233
40468
  rawData: {
@@ -39386,6 +40621,7 @@ export declare const useAppStore: import('pinia').StoreDefinition<"@jnrs/lingshu
39386
40621
  isIn: boolean;
39387
40622
  isOut: boolean;
39388
40623
  } | undefined;
40624
+ isWorking?: boolean | undefined;
39389
40625
  operatingType?: "model" | undefined;
39390
40626
  id: string;
39391
40627
  rawData: {