@xtctwins/tctwins-bimx-engine 0.2.49 → 0.2.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +193 -193
- package/dist/{AnnotationTool-BIQYccLV.mjs → AnnotationTool-ClUqfSZp.mjs} +35 -35
- package/dist/BIMX_Viewer_Lib.es.js +3 -3
- package/dist/BIMX_Viewer_Lib.umd.js +130 -138
- package/dist/{CommentTool-CTH0u76a.mjs → CommentTool-DcAcusOm.mjs} +168 -168
- package/dist/{HiddenTool-B1o4e4Mi.mjs → HiddenTool-D0kbPBtX.mjs} +13 -13
- package/dist/{InspectorTool-BnKwoEV6.mjs → InspectorTool-BMXg86Ow.mjs} +64 -64
- package/dist/{MeasureTool-DD0MQlVK.mjs → MeasureTool-CN4zNj6w.mjs} +22 -22
- package/dist/{MouseTool-B99s92wL.mjs → MouseTool-Dcp3UTRv.mjs} +15 -15
- package/dist/{NavigateTool-Bzni_edr.mjs → NavigateTool-TVHCkKRU.mjs} +13 -13
- package/dist/{RoamTool-BnF-1cl2.mjs → RoamTool-CkYHH7aP.mjs} +17 -17
- package/dist/ScreenShotTool-DC4RyElm.mjs +500 -0
- package/dist/{SectionTool-DJjxjkhi.mjs → SectionTool-Vn7purnG.mjs} +43 -43
- package/dist/SettingTool-DWoeF-dC.mjs +815 -0
- package/dist/StructureTree-DZ0gUacM.mjs +1846 -0
- package/dist/{alert-BMV9n7SQ.mjs → alert-BkyuKyki.mjs} +9 -9
- package/dist/el-input-number-CUWk0tiM.mjs +1169 -0
- package/dist/{index-BaDPCrAt.mjs → index-CBXvm6RA.mjs} +51711 -47848
- package/dist/index.html +17 -17
- package/dist/{panel.vue_vue_type_style_index_0_lang-oT_Sff-F.mjs → panel.vue_vue_type_style_index_0_lang-IOvVcvu7.mjs} +3 -3
- package/dist/style.css +1 -1
- package/dist/{tallPanel-DojXnxix.mjs → tallPanel-HBoW6JCm.mjs} +15 -15
- package/package.json +2 -2
- package/types/components/BCFComponents/BCFAddPanel.vue.d.ts +38 -10
- package/types/components/BCFComponents/BCFDetailPanel.vue.d.ts +37 -9
- package/types/components/BCFComponents/BCFDisplayList.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFFilter.vue.d.ts +5 -7
- package/types/components/BCFComponents/BCFTool.vue.d.ts +4 -7
- package/types/components/BCFComponents/addObjectOrAnno.vue.d.ts +5 -7
- package/types/components/BCFComponents/checkObjectPanel.vue.d.ts +5 -6
- package/types/components/BCFComponents/commentInput.vue.d.ts +36 -10
- package/types/components/BCFComponents/commentsView.vue.d.ts +36 -7
- package/types/components/BCFComponents/dialogPanel.vue.d.ts +5 -8
- package/types/components/BCFComponents/imageView.vue.d.ts +5 -7
- package/types/components/BCFComponents/imageZoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/AnnotationTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/AppToolbar.vue.d.ts +18 -1
- package/types/components/BimViewerComponents/ClickEvent.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/CommentTool.vue.d.ts +32 -1
- package/types/components/BimViewerComponents/HiddenTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/add.vue.d.ts +6 -8
- package/types/components/BimViewerComponents/MobileCommentsTool/detail.vue.d.ts +4 -5
- package/types/components/BimViewerComponents/MobileCommentsTool/draw.vue.d.ts +2 -2
- package/types/components/BimViewerComponents/MobileCommentsTool/filter.vue.d.ts +478 -1
- package/types/components/BimViewerComponents/MobileCommentsTool/list.vue.d.ts +499 -7
- package/types/components/BimViewerComponents/MobileCommentsTool/zoomIn.vue.d.ts +5 -6
- package/types/components/BimViewerComponents/MouseTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/NavigateTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/PCCommentTool/pcdraw.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/RoamTool.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/SettingTool.vue.d.ts +4 -6
- package/types/components/BimViewerComponents/StructureTree.vue.d.ts +4026 -1
- package/types/components/BimViewerComponents/Toolbar.vue.d.ts +1 -1
- package/types/components/BimViewerComponents/mobileToolbar.vue.d.ts +18 -1
- package/types/components/BimxViewerComp.vue.d.ts +7 -14
- package/types/components/MobileBCFComponents/MobileBCFAdd.vue.d.ts +37 -10
- package/types/components/MobileBCFComponents/MobileBCFDetail.vue.d.ts +37 -9
- package/types/components/MobileBCFComponents/MobileBCFDisplayList.vue.d.ts +499 -7
- package/types/components/MobileBCFComponents/MobileBCFFilter.vue.d.ts +478 -1
- package/types/components/MobileBCFComponents/MobileBCFTool.vue.d.ts +5 -8
- package/types/components/MobileBCFComponents/MobileCommentInput.vue.d.ts +38 -12
- package/types/components/MobileBCFComponents/MobileCommentsView.vue.d.ts +7 -9
- package/types/components/MobileBCFComponents/selectPanel.vue.d.ts +5 -7
- package/types/components/bimxViewer.vue.d.ts +7 -14
- package/types/components/utilsComponents/alert.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton.vue.d.ts +1 -1
- package/types/components/utilsComponents/closeButton_dark.vue.d.ts +1 -1
- package/types/components/utilsComponents/emptyPage.vue.d.ts +1 -1
- package/types/components/utilsComponents/loading.vue.d.ts +1 -1
- package/types/components/utilsComponents/panel.vue.d.ts +8 -2
- package/types/components/utilsComponents/prompt.vue.d.ts +1 -1
- package/types/components/utilsComponents/rectangleButton.vue.d.ts +3 -1
- package/types/components/utilsComponents/tallPanel.vue.d.ts +13 -3
- package/types/components/utilsComponents/tallPanel_noPos.vue.d.ts +13 -3
- package/types/pages/BimxViewerEntry.vue.d.ts +5 -57
- package/types/pages/viewerEntry.vue.d.ts +7 -57
- package/types/store/initConfigs.d.ts +1 -1
- package/types/store/toolbars.d.ts +46 -46
- package/dist/ScreenShotTool-CSBJzyDd.mjs +0 -357
- package/dist/SettingTool-D2qksFZK.mjs +0 -657
- package/dist/StructureTree-DrLo9Bch.mjs +0 -1583
- package/dist/el-input-number-BOQOKzK0.mjs +0 -818
- package/types/components/BCFComponents/BCFCommentNew.vue.d.ts +0 -22
- package/types/components/BimViewerComponents/emptyPage.vue.d.ts +0 -8
- package/types/tests/cmt.d.ts +0 -1
|
@@ -30,7 +30,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
30
30
|
img: string;
|
|
31
31
|
imgActive: string;
|
|
32
32
|
isActive: boolean;
|
|
33
|
-
position?:
|
|
33
|
+
position?: 0 | 1 | 2 | undefined;
|
|
34
34
|
}[];
|
|
35
35
|
mTools: {
|
|
36
36
|
id: number;
|
|
@@ -42,7 +42,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
42
42
|
img: string;
|
|
43
43
|
imgActive: string;
|
|
44
44
|
isActive: boolean;
|
|
45
|
-
position?:
|
|
45
|
+
position?: 0 | 1 | 2 | undefined;
|
|
46
46
|
}[];
|
|
47
47
|
visibleToolIds: number[];
|
|
48
48
|
readyToolIds: number[];
|
|
@@ -62,7 +62,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
62
62
|
img: string;
|
|
63
63
|
imgActive: string;
|
|
64
64
|
isActive: boolean;
|
|
65
|
-
position?:
|
|
65
|
+
position?: 0 | 1 | 2 | undefined;
|
|
66
66
|
}[];
|
|
67
67
|
visibleTools: (state: {
|
|
68
68
|
isPc: boolean;
|
|
@@ -76,7 +76,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
76
76
|
img: string;
|
|
77
77
|
imgActive: string;
|
|
78
78
|
isActive: boolean;
|
|
79
|
-
position?:
|
|
79
|
+
position?: 0 | 1 | 2 | undefined;
|
|
80
80
|
}[];
|
|
81
81
|
mTools: {
|
|
82
82
|
id: number;
|
|
@@ -88,7 +88,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
88
88
|
img: string;
|
|
89
89
|
imgActive: string;
|
|
90
90
|
isActive: boolean;
|
|
91
|
-
position?:
|
|
91
|
+
position?: 0 | 1 | 2 | undefined;
|
|
92
92
|
}[];
|
|
93
93
|
visibleToolIds: number[];
|
|
94
94
|
readyToolIds: number[];
|
|
@@ -111,7 +111,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
111
111
|
img: string;
|
|
112
112
|
imgActive: string;
|
|
113
113
|
isActive: boolean;
|
|
114
|
-
position?:
|
|
114
|
+
position?: 0 | 1 | 2 | undefined;
|
|
115
115
|
}[];
|
|
116
116
|
mTools: {
|
|
117
117
|
id: number;
|
|
@@ -123,7 +123,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
123
123
|
img: string;
|
|
124
124
|
imgActive: string;
|
|
125
125
|
isActive: boolean;
|
|
126
|
-
position?:
|
|
126
|
+
position?: 0 | 1 | 2 | undefined;
|
|
127
127
|
}[];
|
|
128
128
|
visibleToolIds: number[];
|
|
129
129
|
readyToolIds: number[];
|
|
@@ -146,7 +146,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
146
146
|
img: string;
|
|
147
147
|
imgActive: string;
|
|
148
148
|
isActive: boolean;
|
|
149
|
-
position?:
|
|
149
|
+
position?: 0 | 1 | 2 | undefined;
|
|
150
150
|
}[];
|
|
151
151
|
mTools: {
|
|
152
152
|
id: number;
|
|
@@ -158,7 +158,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
158
158
|
img: string;
|
|
159
159
|
imgActive: string;
|
|
160
160
|
isActive: boolean;
|
|
161
|
-
position?:
|
|
161
|
+
position?: 0 | 1 | 2 | undefined;
|
|
162
162
|
}[];
|
|
163
163
|
visibleToolIds: number[];
|
|
164
164
|
readyToolIds: number[];
|
|
@@ -181,7 +181,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
181
181
|
img: string;
|
|
182
182
|
imgActive: string;
|
|
183
183
|
isActive: boolean;
|
|
184
|
-
position?:
|
|
184
|
+
position?: 0 | 1 | 2 | undefined;
|
|
185
185
|
}[];
|
|
186
186
|
mTools: {
|
|
187
187
|
id: number;
|
|
@@ -193,7 +193,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
193
193
|
img: string;
|
|
194
194
|
imgActive: string;
|
|
195
195
|
isActive: boolean;
|
|
196
|
-
position?:
|
|
196
|
+
position?: 0 | 1 | 2 | undefined;
|
|
197
197
|
}[];
|
|
198
198
|
visibleToolIds: number[];
|
|
199
199
|
readyToolIds: number[];
|
|
@@ -216,7 +216,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
216
216
|
img: string;
|
|
217
217
|
imgActive: string;
|
|
218
218
|
isActive: boolean;
|
|
219
|
-
position?:
|
|
219
|
+
position?: 0 | 1 | 2 | undefined;
|
|
220
220
|
}[];
|
|
221
221
|
mTools: {
|
|
222
222
|
id: number;
|
|
@@ -228,7 +228,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
228
228
|
img: string;
|
|
229
229
|
imgActive: string;
|
|
230
230
|
isActive: boolean;
|
|
231
|
-
position?:
|
|
231
|
+
position?: 0 | 1 | 2 | undefined;
|
|
232
232
|
}[];
|
|
233
233
|
visibleToolIds: number[];
|
|
234
234
|
readyToolIds: number[];
|
|
@@ -251,7 +251,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
251
251
|
img: string;
|
|
252
252
|
imgActive: string;
|
|
253
253
|
isActive: boolean;
|
|
254
|
-
position?:
|
|
254
|
+
position?: 0 | 1 | 2 | undefined;
|
|
255
255
|
}[];
|
|
256
256
|
mTools: {
|
|
257
257
|
id: number;
|
|
@@ -263,7 +263,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
263
263
|
img: string;
|
|
264
264
|
imgActive: string;
|
|
265
265
|
isActive: boolean;
|
|
266
|
-
position?:
|
|
266
|
+
position?: 0 | 1 | 2 | undefined;
|
|
267
267
|
}[];
|
|
268
268
|
visibleToolIds: number[];
|
|
269
269
|
readyToolIds: number[];
|
|
@@ -286,7 +286,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
286
286
|
img: string;
|
|
287
287
|
imgActive: string;
|
|
288
288
|
isActive: boolean;
|
|
289
|
-
position?:
|
|
289
|
+
position?: 0 | 1 | 2 | undefined;
|
|
290
290
|
}[];
|
|
291
291
|
mTools: {
|
|
292
292
|
id: number;
|
|
@@ -298,7 +298,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
298
298
|
img: string;
|
|
299
299
|
imgActive: string;
|
|
300
300
|
isActive: boolean;
|
|
301
|
-
position?:
|
|
301
|
+
position?: 0 | 1 | 2 | undefined;
|
|
302
302
|
}[];
|
|
303
303
|
visibleToolIds: number[];
|
|
304
304
|
readyToolIds: number[];
|
|
@@ -321,7 +321,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
321
321
|
img: string;
|
|
322
322
|
imgActive: string;
|
|
323
323
|
isActive: boolean;
|
|
324
|
-
position?:
|
|
324
|
+
position?: 0 | 1 | 2 | undefined;
|
|
325
325
|
}[];
|
|
326
326
|
mTools: {
|
|
327
327
|
id: number;
|
|
@@ -333,7 +333,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
333
333
|
img: string;
|
|
334
334
|
imgActive: string;
|
|
335
335
|
isActive: boolean;
|
|
336
|
-
position?:
|
|
336
|
+
position?: 0 | 1 | 2 | undefined;
|
|
337
337
|
}[];
|
|
338
338
|
visibleToolIds: number[];
|
|
339
339
|
readyToolIds: number[];
|
|
@@ -356,7 +356,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
356
356
|
img: string;
|
|
357
357
|
imgActive: string;
|
|
358
358
|
isActive: boolean;
|
|
359
|
-
position?:
|
|
359
|
+
position?: 0 | 1 | 2 | undefined;
|
|
360
360
|
}[];
|
|
361
361
|
mTools: {
|
|
362
362
|
id: number;
|
|
@@ -368,7 +368,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
368
368
|
img: string;
|
|
369
369
|
imgActive: string;
|
|
370
370
|
isActive: boolean;
|
|
371
|
-
position?:
|
|
371
|
+
position?: 0 | 1 | 2 | undefined;
|
|
372
372
|
}[];
|
|
373
373
|
visibleToolIds: number[];
|
|
374
374
|
readyToolIds: number[];
|
|
@@ -391,7 +391,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
391
391
|
img: string;
|
|
392
392
|
imgActive: string;
|
|
393
393
|
isActive: boolean;
|
|
394
|
-
position?:
|
|
394
|
+
position?: 0 | 1 | 2 | undefined;
|
|
395
395
|
}[];
|
|
396
396
|
mTools: {
|
|
397
397
|
id: number;
|
|
@@ -403,7 +403,7 @@ export declare const useToolbarStore: import('pinia').StoreDefinition<"toolbar",
|
|
|
403
403
|
img: string;
|
|
404
404
|
imgActive: string;
|
|
405
405
|
isActive: boolean;
|
|
406
|
-
position?:
|
|
406
|
+
position?: 0 | 1 | 2 | undefined;
|
|
407
407
|
}[];
|
|
408
408
|
visibleToolIds: number[];
|
|
409
409
|
readyToolIds: number[];
|
|
@@ -445,7 +445,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
445
445
|
img: string;
|
|
446
446
|
imgActive: string;
|
|
447
447
|
isActive: boolean;
|
|
448
|
-
position?:
|
|
448
|
+
position?: 0 | 1 | 2 | undefined;
|
|
449
449
|
}[];
|
|
450
450
|
mTools: {
|
|
451
451
|
id: number;
|
|
@@ -457,7 +457,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
457
457
|
img: string;
|
|
458
458
|
imgActive: string;
|
|
459
459
|
isActive: boolean;
|
|
460
|
-
position?:
|
|
460
|
+
position?: 0 | 1 | 2 | undefined;
|
|
461
461
|
}[];
|
|
462
462
|
visibleToolIds: number[];
|
|
463
463
|
readyToolIds: number[];
|
|
@@ -477,7 +477,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
477
477
|
img: string;
|
|
478
478
|
imgActive: string;
|
|
479
479
|
isActive: boolean;
|
|
480
|
-
position?:
|
|
480
|
+
position?: 0 | 1 | 2 | undefined;
|
|
481
481
|
}[];
|
|
482
482
|
visibleTools: (state: {
|
|
483
483
|
isPc: boolean;
|
|
@@ -491,7 +491,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
491
491
|
img: string;
|
|
492
492
|
imgActive: string;
|
|
493
493
|
isActive: boolean;
|
|
494
|
-
position?:
|
|
494
|
+
position?: 0 | 1 | 2 | undefined;
|
|
495
495
|
}[];
|
|
496
496
|
mTools: {
|
|
497
497
|
id: number;
|
|
@@ -503,7 +503,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
503
503
|
img: string;
|
|
504
504
|
imgActive: string;
|
|
505
505
|
isActive: boolean;
|
|
506
|
-
position?:
|
|
506
|
+
position?: 0 | 1 | 2 | undefined;
|
|
507
507
|
}[];
|
|
508
508
|
visibleToolIds: number[];
|
|
509
509
|
readyToolIds: number[];
|
|
@@ -526,7 +526,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
526
526
|
img: string;
|
|
527
527
|
imgActive: string;
|
|
528
528
|
isActive: boolean;
|
|
529
|
-
position?:
|
|
529
|
+
position?: 0 | 1 | 2 | undefined;
|
|
530
530
|
}[];
|
|
531
531
|
mTools: {
|
|
532
532
|
id: number;
|
|
@@ -538,7 +538,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
538
538
|
img: string;
|
|
539
539
|
imgActive: string;
|
|
540
540
|
isActive: boolean;
|
|
541
|
-
position?:
|
|
541
|
+
position?: 0 | 1 | 2 | undefined;
|
|
542
542
|
}[];
|
|
543
543
|
visibleToolIds: number[];
|
|
544
544
|
readyToolIds: number[];
|
|
@@ -561,7 +561,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
561
561
|
img: string;
|
|
562
562
|
imgActive: string;
|
|
563
563
|
isActive: boolean;
|
|
564
|
-
position?:
|
|
564
|
+
position?: 0 | 1 | 2 | undefined;
|
|
565
565
|
}[];
|
|
566
566
|
mTools: {
|
|
567
567
|
id: number;
|
|
@@ -573,7 +573,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
573
573
|
img: string;
|
|
574
574
|
imgActive: string;
|
|
575
575
|
isActive: boolean;
|
|
576
|
-
position?:
|
|
576
|
+
position?: 0 | 1 | 2 | undefined;
|
|
577
577
|
}[];
|
|
578
578
|
visibleToolIds: number[];
|
|
579
579
|
readyToolIds: number[];
|
|
@@ -596,7 +596,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
596
596
|
img: string;
|
|
597
597
|
imgActive: string;
|
|
598
598
|
isActive: boolean;
|
|
599
|
-
position?:
|
|
599
|
+
position?: 0 | 1 | 2 | undefined;
|
|
600
600
|
}[];
|
|
601
601
|
mTools: {
|
|
602
602
|
id: number;
|
|
@@ -608,7 +608,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
608
608
|
img: string;
|
|
609
609
|
imgActive: string;
|
|
610
610
|
isActive: boolean;
|
|
611
|
-
position?:
|
|
611
|
+
position?: 0 | 1 | 2 | undefined;
|
|
612
612
|
}[];
|
|
613
613
|
visibleToolIds: number[];
|
|
614
614
|
readyToolIds: number[];
|
|
@@ -631,7 +631,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
631
631
|
img: string;
|
|
632
632
|
imgActive: string;
|
|
633
633
|
isActive: boolean;
|
|
634
|
-
position?:
|
|
634
|
+
position?: 0 | 1 | 2 | undefined;
|
|
635
635
|
}[];
|
|
636
636
|
mTools: {
|
|
637
637
|
id: number;
|
|
@@ -643,7 +643,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
643
643
|
img: string;
|
|
644
644
|
imgActive: string;
|
|
645
645
|
isActive: boolean;
|
|
646
|
-
position?:
|
|
646
|
+
position?: 0 | 1 | 2 | undefined;
|
|
647
647
|
}[];
|
|
648
648
|
visibleToolIds: number[];
|
|
649
649
|
readyToolIds: number[];
|
|
@@ -666,7 +666,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
666
666
|
img: string;
|
|
667
667
|
imgActive: string;
|
|
668
668
|
isActive: boolean;
|
|
669
|
-
position?:
|
|
669
|
+
position?: 0 | 1 | 2 | undefined;
|
|
670
670
|
}[];
|
|
671
671
|
mTools: {
|
|
672
672
|
id: number;
|
|
@@ -678,7 +678,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
678
678
|
img: string;
|
|
679
679
|
imgActive: string;
|
|
680
680
|
isActive: boolean;
|
|
681
|
-
position?:
|
|
681
|
+
position?: 0 | 1 | 2 | undefined;
|
|
682
682
|
}[];
|
|
683
683
|
visibleToolIds: number[];
|
|
684
684
|
readyToolIds: number[];
|
|
@@ -701,7 +701,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
701
701
|
img: string;
|
|
702
702
|
imgActive: string;
|
|
703
703
|
isActive: boolean;
|
|
704
|
-
position?:
|
|
704
|
+
position?: 0 | 1 | 2 | undefined;
|
|
705
705
|
}[];
|
|
706
706
|
mTools: {
|
|
707
707
|
id: number;
|
|
@@ -713,7 +713,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
713
713
|
img: string;
|
|
714
714
|
imgActive: string;
|
|
715
715
|
isActive: boolean;
|
|
716
|
-
position?:
|
|
716
|
+
position?: 0 | 1 | 2 | undefined;
|
|
717
717
|
}[];
|
|
718
718
|
visibleToolIds: number[];
|
|
719
719
|
readyToolIds: number[];
|
|
@@ -736,7 +736,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
736
736
|
img: string;
|
|
737
737
|
imgActive: string;
|
|
738
738
|
isActive: boolean;
|
|
739
|
-
position?:
|
|
739
|
+
position?: 0 | 1 | 2 | undefined;
|
|
740
740
|
}[];
|
|
741
741
|
mTools: {
|
|
742
742
|
id: number;
|
|
@@ -748,7 +748,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
748
748
|
img: string;
|
|
749
749
|
imgActive: string;
|
|
750
750
|
isActive: boolean;
|
|
751
|
-
position?:
|
|
751
|
+
position?: 0 | 1 | 2 | undefined;
|
|
752
752
|
}[];
|
|
753
753
|
visibleToolIds: number[];
|
|
754
754
|
readyToolIds: number[];
|
|
@@ -771,7 +771,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
771
771
|
img: string;
|
|
772
772
|
imgActive: string;
|
|
773
773
|
isActive: boolean;
|
|
774
|
-
position?:
|
|
774
|
+
position?: 0 | 1 | 2 | undefined;
|
|
775
775
|
}[];
|
|
776
776
|
mTools: {
|
|
777
777
|
id: number;
|
|
@@ -783,7 +783,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
783
783
|
img: string;
|
|
784
784
|
imgActive: string;
|
|
785
785
|
isActive: boolean;
|
|
786
|
-
position?:
|
|
786
|
+
position?: 0 | 1 | 2 | undefined;
|
|
787
787
|
}[];
|
|
788
788
|
visibleToolIds: number[];
|
|
789
789
|
readyToolIds: number[];
|
|
@@ -806,7 +806,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
806
806
|
img: string;
|
|
807
807
|
imgActive: string;
|
|
808
808
|
isActive: boolean;
|
|
809
|
-
position?:
|
|
809
|
+
position?: 0 | 1 | 2 | undefined;
|
|
810
810
|
}[];
|
|
811
811
|
mTools: {
|
|
812
812
|
id: number;
|
|
@@ -818,7 +818,7 @@ export declare function getToolbarStore(): import('pinia').Store<"toolbar", {
|
|
|
818
818
|
img: string;
|
|
819
819
|
imgActive: string;
|
|
820
820
|
isActive: boolean;
|
|
821
|
-
position?:
|
|
821
|
+
position?: 0 | 1 | 2 | undefined;
|
|
822
822
|
}[];
|
|
823
823
|
visibleToolIds: number[];
|
|
824
824
|
readyToolIds: number[];
|