@mlightcad/cad-viewer 1.4.12 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/register.d.ts.map +1 -1
- package/dist/app/store.d.ts +1 -0
- package/dist/app/store.d.ts.map +1 -1
- package/dist/command/AcApHatchRibbonCmd.d.ts +74 -0
- package/dist/command/AcApHatchRibbonCmd.d.ts.map +1 -0
- package/dist/command/AcApLayerStateCmd.d.ts.map +1 -1
- package/dist/command/AcApPropertiesCmd.d.ts +5 -0
- package/dist/command/AcApPropertiesCmd.d.ts.map +1 -0
- package/dist/command/AcApQSelectCmd.d.ts +10 -0
- package/dist/command/AcApQSelectCmd.d.ts.map +1 -0
- package/dist/command/index.d.ts +3 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/MlCadViewer.vue.d.ts +1 -1
- package/dist/component/MlCadViewer.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDialog.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts +1 -1
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorDropdown.vue.d.ts +4 -0
- package/dist/component/common/MlColorDropdown.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorPickerDropdown.vue.d.ts +2 -2
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts +65 -0
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts.map +1 -0
- package/dist/component/common/MlHatchPatternPanel.vue.d.ts +55 -0
- package/dist/component/common/MlHatchPatternPanel.vue.d.ts.map +1 -0
- package/dist/component/common/MlLayerSelect.vue.d.ts +46 -0
- package/dist/component/common/MlLayerSelect.vue.d.ts.map +1 -0
- package/dist/component/common/MlLineTypeSelect.vue.d.ts +35 -0
- package/dist/component/common/MlLineTypeSelect.vue.d.ts.map +1 -0
- package/dist/component/common/MlLineWeightSelect.vue.d.ts +13 -5
- package/dist/component/common/MlLineWeightSelect.vue.d.ts.map +1 -1
- package/dist/component/common/MlSysVarToggleButton.vue.d.ts.map +1 -1
- package/dist/component/common/hatchPatternPreview.d.ts +36 -0
- package/dist/component/common/hatchPatternPreview.d.ts.map +1 -0
- package/dist/component/common/index.d.ts +4 -0
- package/dist/component/common/index.d.ts.map +1 -1
- package/dist/component/common/lineTypeOptions.d.ts +41 -0
- package/dist/component/common/lineTypeOptions.d.ts.map +1 -0
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts +3 -0
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts.map +1 -0
- package/dist/component/dialog/index.d.ts +1 -0
- package/dist/component/dialog/index.d.ts.map +1 -1
- package/dist/component/index.d.ts +1 -0
- package/dist/component/index.d.ts.map +1 -1
- package/dist/component/layout/MlEntityInfo.vue.d.ts.map +1 -1
- package/dist/component/layout/MlLanguageSelector.vue.d.ts.map +1 -1
- package/dist/component/layout/MlLayerDrawStyleToolbar.vue.d.ts.map +1 -1
- package/dist/component/layout/MlToolBars.vue.d.ts.map +1 -1
- package/dist/component/palette/MlEntityProperties.vue.d.ts.map +1 -1
- package/dist/component/palette/MlLayerList.vue.d.ts.map +1 -1
- package/dist/component/palette/MlPaletteManager.vue.d.ts +1 -1
- package/dist/component/palette/MlPaletteManager.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonCommands.vue.d.ts +30 -0
- package/dist/component/ribbon/MlRibbonCommands.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow2.vue.d.ts +19 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow2.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow3.vue.d.ts +20 -0
- package/dist/component/ribbon/MlRibbonHatchColorRow3.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts +76 -0
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonLanguageSelector.vue.d.ts +34 -0
- package/dist/component/ribbon/MlRibbonLanguageSelector.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyColorDropdown.vue.d.ts +32 -0
- package/dist/component/ribbon/MlRibbonPropertyColorDropdown.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts +45 -0
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyLineTypeSelect.vue.d.ts +30 -0
- package/dist/component/ribbon/MlRibbonPropertyLineTypeSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/MlRibbonPropertyLineWeightSelect.vue.d.ts +28 -0
- package/dist/component/ribbon/MlRibbonPropertyLineWeightSelect.vue.d.ts.map +1 -0
- package/dist/component/ribbon/index.d.ts +8 -0
- package/dist/component/ribbon/index.d.ts.map +1 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts +19 -0
- package/dist/component/ribbon/useHatchContextualRibbon.d.ts.map +1 -0
- package/dist/component/statusBar/MlFullScreenButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlStatusBar.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlThemeButton.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +4 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/markComponentConfigRaw.d.ts +2 -0
- package/dist/composable/markComponentConfigRaw.d.ts.map +1 -0
- package/dist/composable/useCommands.d.ts +3 -0
- package/dist/composable/useCommands.d.ts.map +1 -1
- package/dist/composable/useDocOpenMode.d.ts +16 -0
- package/dist/composable/useDocOpenMode.d.ts.map +1 -1
- package/dist/composable/useDocumentOpening.d.ts +9 -0
- package/dist/composable/useDocumentOpening.d.ts.map +1 -0
- package/dist/composable/useHover.d.ts +494 -40
- package/dist/composable/useHover.d.ts.map +1 -1
- package/dist/composable/useLayers.d.ts +21 -4
- package/dist/composable/useLayers.d.ts.map +1 -1
- package/dist/composable/useLocale.d.ts +8 -0
- package/dist/composable/useLocale.d.ts.map +1 -1
- package/dist/composable/useQuickSelect.d.ts +84 -0
- package/dist/composable/useQuickSelect.d.ts.map +1 -0
- package/dist/composable/useRibbonContextualTab.d.ts +19 -0
- package/dist/composable/useRibbonContextualTab.d.ts.map +1 -0
- package/dist/composable/useViewerRect.d.ts +72 -0
- package/dist/composable/useViewerRect.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +19122 -10839
- package/dist/locale/en/command.d.ts +10 -1
- package/dist/locale/en/command.d.ts.map +1 -1
- package/dist/locale/en/dialog.d.ts +29 -0
- package/dist/locale/en/dialog.d.ts.map +1 -1
- package/dist/locale/en/entity.d.ts +48 -0
- package/dist/locale/en/entity.d.ts.map +1 -1
- package/dist/locale/en/main.d.ts +241 -0
- package/dist/locale/en/main.d.ts.map +1 -1
- package/dist/locale/zh/command.d.ts +10 -1
- package/dist/locale/zh/command.d.ts.map +1 -1
- package/dist/locale/zh/dialog.d.ts +29 -0
- package/dist/locale/zh/dialog.d.ts.map +1 -1
- package/dist/locale/zh/entity.d.ts +48 -0
- package/dist/locale/zh/entity.d.ts.map +1 -1
- package/dist/locale/zh/main.d.ts +241 -0
- package/dist/locale/zh/main.d.ts.map +1 -1
- package/dist/svg/arc/index.d.ts +11 -0
- package/dist/svg/arc/index.d.ts.map +1 -0
- package/dist/svg/circle/index.d.ts +7 -0
- package/dist/svg/circle/index.d.ts.map +1 -0
- package/dist/svg/ellipse/index.d.ts +3 -0
- package/dist/svg/ellipse/index.d.ts.map +1 -0
- package/dist/svg/hatch/index.d.ts +3 -0
- package/dist/svg/hatch/index.d.ts.map +1 -0
- package/dist/svg/index.d.ts +21 -6
- package/dist/svg/index.d.ts.map +1 -1
- package/dist/svg/layer/index.d.ts +14 -0
- package/dist/svg/layer/index.d.ts.map +1 -0
- package/dist/svg/measure/index.d.ts +7 -0
- package/dist/svg/measure/index.d.ts.map +1 -0
- package/dist/svg/spline/index.d.ts +2 -0
- package/dist/svg/spline/index.d.ts.map +1 -0
- package/package.json +13 -10
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
ACAD: {
|
|
3
|
-
|
|
3
|
+
hatch: {
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
layer: {
|
|
4
7
|
description: string;
|
|
5
8
|
};
|
|
6
9
|
md: {
|
|
7
10
|
description: string;
|
|
8
11
|
};
|
|
12
|
+
properties: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
9
15
|
pttype: {
|
|
10
16
|
description: string;
|
|
11
17
|
};
|
|
18
|
+
qselect: {
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
12
21
|
};
|
|
13
22
|
USER: {};
|
|
14
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/en/command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/en/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuBC"}
|
|
@@ -22,6 +22,35 @@ declare const _default: {
|
|
|
22
22
|
aciTabTitle: string;
|
|
23
23
|
rgbTabTitle: string;
|
|
24
24
|
};
|
|
25
|
+
quickSelectDlg: {
|
|
26
|
+
title: string;
|
|
27
|
+
applyTo: string;
|
|
28
|
+
applyToEntireDrawing: string;
|
|
29
|
+
applyToCurrentSelection: string;
|
|
30
|
+
objectType: string;
|
|
31
|
+
allObjectTypes: string;
|
|
32
|
+
property: string;
|
|
33
|
+
operator: string;
|
|
34
|
+
value: string;
|
|
35
|
+
howToApply: string;
|
|
36
|
+
propObjectType: string;
|
|
37
|
+
propLayer: string;
|
|
38
|
+
propColor: string;
|
|
39
|
+
propLineType: string;
|
|
40
|
+
propLineWeight: string;
|
|
41
|
+
opEquals: string;
|
|
42
|
+
opNotEquals: string;
|
|
43
|
+
opGreaterThan: string;
|
|
44
|
+
opGreaterThanOrEqual: string;
|
|
45
|
+
opLessThan: string;
|
|
46
|
+
opLessThanOrEqual: string;
|
|
47
|
+
modeSet: string;
|
|
48
|
+
modeAdd: string;
|
|
49
|
+
modeRemove: string;
|
|
50
|
+
previewResult: string;
|
|
51
|
+
valueRequired: string;
|
|
52
|
+
selectionResult: string;
|
|
53
|
+
};
|
|
25
54
|
};
|
|
26
55
|
export default _default;
|
|
27
56
|
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/locale/en/dialog.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/locale/en/dialog.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqDC"}
|
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
RadialDimension: string;
|
|
23
23
|
RasterImage: string;
|
|
24
24
|
Ray: string;
|
|
25
|
+
RotatedDimension: string;
|
|
25
26
|
Spline: string;
|
|
26
27
|
Table: string;
|
|
27
28
|
Trace: string;
|
|
@@ -175,6 +176,8 @@ declare const _default: {
|
|
|
175
176
|
yellowgreen: string;
|
|
176
177
|
};
|
|
177
178
|
enum: {
|
|
179
|
+
AtLeast: string;
|
|
180
|
+
Exactly: string;
|
|
178
181
|
TopLeft: string;
|
|
179
182
|
TopCenter: string;
|
|
180
183
|
TopRight: string;
|
|
@@ -196,6 +199,7 @@ declare const _default: {
|
|
|
196
199
|
property: {
|
|
197
200
|
general: string;
|
|
198
201
|
geometry: string;
|
|
202
|
+
dimension: string;
|
|
199
203
|
attribute: string;
|
|
200
204
|
pattern: string;
|
|
201
205
|
table: string;
|
|
@@ -206,6 +210,8 @@ declare const _default: {
|
|
|
206
210
|
patternScale: string;
|
|
207
211
|
elevation: string;
|
|
208
212
|
text: string;
|
|
213
|
+
dimensionText: string;
|
|
214
|
+
dimensionStyleName: string;
|
|
209
215
|
handle: string;
|
|
210
216
|
color: string;
|
|
211
217
|
layer: string;
|
|
@@ -214,6 +220,17 @@ declare const _default: {
|
|
|
214
220
|
lineWeight: string;
|
|
215
221
|
thickness: string;
|
|
216
222
|
transparency: string;
|
|
223
|
+
measurement: string;
|
|
224
|
+
dimBlockId: string;
|
|
225
|
+
dimBlockPositionX: string;
|
|
226
|
+
dimBlockPositionY: string;
|
|
227
|
+
dimBlockPositionZ: string;
|
|
228
|
+
textPositionX: string;
|
|
229
|
+
textPositionY: string;
|
|
230
|
+
textPositionZ: string;
|
|
231
|
+
textRotation: string;
|
|
232
|
+
textLineSpacingFactor: string;
|
|
233
|
+
textLineSpacingStyle: string;
|
|
217
234
|
startX: string;
|
|
218
235
|
startY: string;
|
|
219
236
|
startZ: string;
|
|
@@ -242,6 +259,7 @@ declare const _default: {
|
|
|
242
259
|
positionY: string;
|
|
243
260
|
positionZ: string;
|
|
244
261
|
rotation: string;
|
|
262
|
+
oblique: string;
|
|
245
263
|
scaleFactorsX: string;
|
|
246
264
|
scaleFactorsY: string;
|
|
247
265
|
scaleFactorsZ: string;
|
|
@@ -258,6 +276,36 @@ declare const _default: {
|
|
|
258
276
|
textHeight: string;
|
|
259
277
|
lineSpacingFactor: string;
|
|
260
278
|
definedWidth: string;
|
|
279
|
+
xLine1PointX: string;
|
|
280
|
+
xLine1PointY: string;
|
|
281
|
+
xLine1PointZ: string;
|
|
282
|
+
xLine2PointX: string;
|
|
283
|
+
xLine2PointY: string;
|
|
284
|
+
xLine2PointZ: string;
|
|
285
|
+
dimLinePointX: string;
|
|
286
|
+
dimLinePointY: string;
|
|
287
|
+
dimLinePointZ: string;
|
|
288
|
+
centerPointX: string;
|
|
289
|
+
centerPointY: string;
|
|
290
|
+
centerPointZ: string;
|
|
291
|
+
arcPointX: string;
|
|
292
|
+
arcPointY: string;
|
|
293
|
+
arcPointZ: string;
|
|
294
|
+
chordPointX: string;
|
|
295
|
+
chordPointY: string;
|
|
296
|
+
chordPointZ: string;
|
|
297
|
+
farChordPointX: string;
|
|
298
|
+
farChordPointY: string;
|
|
299
|
+
farChordPointZ: string;
|
|
300
|
+
leaderLength: string;
|
|
301
|
+
extArcStartAngle: string;
|
|
302
|
+
extArcEndAngle: string;
|
|
303
|
+
definingPointX: string;
|
|
304
|
+
definingPointY: string;
|
|
305
|
+
definingPointZ: string;
|
|
306
|
+
leaderEndPointX: string;
|
|
307
|
+
leaderEndPointY: string;
|
|
308
|
+
leaderEndPointZ: string;
|
|
261
309
|
directionX: string;
|
|
262
310
|
directionY: string;
|
|
263
311
|
directionZ: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoUC"}
|
package/dist/locale/en/main.d.ts
CHANGED
|
@@ -3,6 +3,216 @@ declare const _default: {
|
|
|
3
3
|
new: string;
|
|
4
4
|
open: string;
|
|
5
5
|
export: string;
|
|
6
|
+
exportImage: string;
|
|
7
|
+
};
|
|
8
|
+
ribbon: {
|
|
9
|
+
tab: {
|
|
10
|
+
home: string;
|
|
11
|
+
tools: string;
|
|
12
|
+
hatchContext: string;
|
|
13
|
+
};
|
|
14
|
+
hatch: {
|
|
15
|
+
contextTitle: string;
|
|
16
|
+
group: {
|
|
17
|
+
boundary: string;
|
|
18
|
+
pattern: string;
|
|
19
|
+
properties: string;
|
|
20
|
+
options: string;
|
|
21
|
+
close: string;
|
|
22
|
+
};
|
|
23
|
+
command: {
|
|
24
|
+
pickPoints: string;
|
|
25
|
+
selectObjects: string;
|
|
26
|
+
close: string;
|
|
27
|
+
};
|
|
28
|
+
field: {
|
|
29
|
+
pattern: string;
|
|
30
|
+
scale: string;
|
|
31
|
+
angle: string;
|
|
32
|
+
style: string;
|
|
33
|
+
associative: string;
|
|
34
|
+
fillType: string;
|
|
35
|
+
fillColor: string;
|
|
36
|
+
patternColor: string;
|
|
37
|
+
gradient1Color: string;
|
|
38
|
+
backgroundColor: string;
|
|
39
|
+
gradient2Color: string;
|
|
40
|
+
opacity: string;
|
|
41
|
+
imageScale: string;
|
|
42
|
+
};
|
|
43
|
+
style: {
|
|
44
|
+
normal: string;
|
|
45
|
+
outer: string;
|
|
46
|
+
ignore: string;
|
|
47
|
+
};
|
|
48
|
+
fillType: {
|
|
49
|
+
solid: string;
|
|
50
|
+
pattern: string;
|
|
51
|
+
gradient: string;
|
|
52
|
+
};
|
|
53
|
+
associative: {
|
|
54
|
+
on: string;
|
|
55
|
+
off: string;
|
|
56
|
+
};
|
|
57
|
+
tooltip: {
|
|
58
|
+
pickPoints: string;
|
|
59
|
+
selectObjects: string;
|
|
60
|
+
pattern: string;
|
|
61
|
+
scale: string;
|
|
62
|
+
angle: string;
|
|
63
|
+
style: string;
|
|
64
|
+
associative: string;
|
|
65
|
+
fillType: string;
|
|
66
|
+
fillColor: string;
|
|
67
|
+
patternColor: string;
|
|
68
|
+
gradient1Color: string;
|
|
69
|
+
backgroundColor: string;
|
|
70
|
+
gradient2Color: string;
|
|
71
|
+
opacity: string;
|
|
72
|
+
imageScale: string;
|
|
73
|
+
close: string;
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
group: {
|
|
77
|
+
draw: string;
|
|
78
|
+
modify: string;
|
|
79
|
+
layer: string;
|
|
80
|
+
properties: string;
|
|
81
|
+
utilities: string;
|
|
82
|
+
annotation: string;
|
|
83
|
+
measurement: string;
|
|
84
|
+
};
|
|
85
|
+
property: {
|
|
86
|
+
color: string;
|
|
87
|
+
lineType: string;
|
|
88
|
+
lineWeight: string;
|
|
89
|
+
};
|
|
90
|
+
layerTools: {
|
|
91
|
+
select: string;
|
|
92
|
+
off: string;
|
|
93
|
+
isolate: string;
|
|
94
|
+
freeze: string;
|
|
95
|
+
lock: string;
|
|
96
|
+
current: string;
|
|
97
|
+
allOn: string;
|
|
98
|
+
unisolate: string;
|
|
99
|
+
thaw: string;
|
|
100
|
+
unlock: string;
|
|
101
|
+
restore: string;
|
|
102
|
+
};
|
|
103
|
+
arc: {
|
|
104
|
+
threePoint: string;
|
|
105
|
+
startCenterEnd: string;
|
|
106
|
+
startCenterAngle: string;
|
|
107
|
+
startCenterLength: string;
|
|
108
|
+
startEndAngle: string;
|
|
109
|
+
startEndDirection: string;
|
|
110
|
+
startEndRadius: string;
|
|
111
|
+
centerStartEnd: string;
|
|
112
|
+
centerStartAngle: string;
|
|
113
|
+
centerStartLength: string;
|
|
114
|
+
};
|
|
115
|
+
circle: {
|
|
116
|
+
centerRadius: string;
|
|
117
|
+
centerDiameter: string;
|
|
118
|
+
twoPoint: string;
|
|
119
|
+
threePoint: string;
|
|
120
|
+
tanTanRadius: string;
|
|
121
|
+
tanTanTan: string;
|
|
122
|
+
};
|
|
123
|
+
ellipse: {
|
|
124
|
+
ellipse: string;
|
|
125
|
+
arc: string;
|
|
126
|
+
};
|
|
127
|
+
tooltip: {
|
|
128
|
+
line: string;
|
|
129
|
+
polyline: string;
|
|
130
|
+
spline: string;
|
|
131
|
+
circle: string;
|
|
132
|
+
arc: string;
|
|
133
|
+
mline: string;
|
|
134
|
+
ray: string;
|
|
135
|
+
xline: string;
|
|
136
|
+
ellipse: string;
|
|
137
|
+
rect: string;
|
|
138
|
+
point: string;
|
|
139
|
+
hatch: string;
|
|
140
|
+
text: string;
|
|
141
|
+
move: string;
|
|
142
|
+
rotate: string;
|
|
143
|
+
copy: string;
|
|
144
|
+
erase: string;
|
|
145
|
+
properties: string;
|
|
146
|
+
quickSelect: string;
|
|
147
|
+
propertyColor: string;
|
|
148
|
+
propertyLineType: string;
|
|
149
|
+
propertyLineWeight: string;
|
|
150
|
+
layerAction: {
|
|
151
|
+
off: string;
|
|
152
|
+
isolate: string;
|
|
153
|
+
freeze: string;
|
|
154
|
+
lock: string;
|
|
155
|
+
current: string;
|
|
156
|
+
allOn: string;
|
|
157
|
+
unisolate: string;
|
|
158
|
+
thaw: string;
|
|
159
|
+
unlock: string;
|
|
160
|
+
restore: string;
|
|
161
|
+
};
|
|
162
|
+
circleOption: {
|
|
163
|
+
centerRadius: string;
|
|
164
|
+
centerDiameter: string;
|
|
165
|
+
twoPoint: string;
|
|
166
|
+
threePoint: string;
|
|
167
|
+
tanTanRadius: string;
|
|
168
|
+
tanTanTan: string;
|
|
169
|
+
};
|
|
170
|
+
arcOption: {
|
|
171
|
+
threePoint: string;
|
|
172
|
+
startCenterEnd: string;
|
|
173
|
+
startCenterAngle: string;
|
|
174
|
+
startCenterLength: string;
|
|
175
|
+
startEndAngle: string;
|
|
176
|
+
startEndDirection: string;
|
|
177
|
+
startEndRadius: string;
|
|
178
|
+
centerStartEnd: string;
|
|
179
|
+
centerStartAngle: string;
|
|
180
|
+
centerStartLength: string;
|
|
181
|
+
};
|
|
182
|
+
rectOption: {
|
|
183
|
+
rectangle: string;
|
|
184
|
+
polygon: string;
|
|
185
|
+
};
|
|
186
|
+
ellipseOption: {
|
|
187
|
+
ellipse: string;
|
|
188
|
+
arc: string;
|
|
189
|
+
};
|
|
190
|
+
};
|
|
191
|
+
command: {
|
|
192
|
+
line: string;
|
|
193
|
+
polyline: string;
|
|
194
|
+
circle: string;
|
|
195
|
+
arc: string;
|
|
196
|
+
mline: string;
|
|
197
|
+
ray: string;
|
|
198
|
+
xline: string;
|
|
199
|
+
ellipse: string;
|
|
200
|
+
spline: string;
|
|
201
|
+
rect: string;
|
|
202
|
+
rectangle: string;
|
|
203
|
+
polygon: string;
|
|
204
|
+
point: string;
|
|
205
|
+
divide: string;
|
|
206
|
+
hatch: string;
|
|
207
|
+
text: string;
|
|
208
|
+
gradient: string;
|
|
209
|
+
move: string;
|
|
210
|
+
rotate: string;
|
|
211
|
+
copy: string;
|
|
212
|
+
erase: string;
|
|
213
|
+
properties: string;
|
|
214
|
+
quickSelect: string;
|
|
215
|
+
};
|
|
6
216
|
};
|
|
7
217
|
verticalToolbar: {
|
|
8
218
|
measure: {
|
|
@@ -133,6 +343,9 @@ declare const _default: {
|
|
|
133
343
|
notification: {
|
|
134
344
|
tooltip: string;
|
|
135
345
|
};
|
|
346
|
+
export: {
|
|
347
|
+
tooltip: string;
|
|
348
|
+
};
|
|
136
349
|
};
|
|
137
350
|
toolPalette: {
|
|
138
351
|
entityProperties: {
|
|
@@ -159,6 +372,9 @@ declare const _default: {
|
|
|
159
372
|
colorDropdown: {
|
|
160
373
|
custom: string;
|
|
161
374
|
};
|
|
375
|
+
lineTypeSelect: {
|
|
376
|
+
placeholder: string;
|
|
377
|
+
};
|
|
162
378
|
colorIndexPicker: {
|
|
163
379
|
color: string;
|
|
164
380
|
colorIndex: string;
|
|
@@ -170,6 +386,31 @@ declare const _default: {
|
|
|
170
386
|
layer: string;
|
|
171
387
|
lineType: string;
|
|
172
388
|
};
|
|
389
|
+
ribbonProperty: {
|
|
390
|
+
color: string;
|
|
391
|
+
lineType: string;
|
|
392
|
+
lineWeight: string;
|
|
393
|
+
layer: string;
|
|
394
|
+
};
|
|
395
|
+
layerSelect: {
|
|
396
|
+
searchPlaceholder: string;
|
|
397
|
+
noLayerAvailable: string;
|
|
398
|
+
noMatchedLayer: string;
|
|
399
|
+
tooltip: {
|
|
400
|
+
layer: string;
|
|
401
|
+
visibility: string;
|
|
402
|
+
freeze: string;
|
|
403
|
+
lock: string;
|
|
404
|
+
lineType: string;
|
|
405
|
+
color: string;
|
|
406
|
+
visible: string;
|
|
407
|
+
hidden: string;
|
|
408
|
+
frozen: string;
|
|
409
|
+
thawed: string;
|
|
410
|
+
locked: string;
|
|
411
|
+
unlocked: string;
|
|
412
|
+
};
|
|
413
|
+
};
|
|
173
414
|
message: {
|
|
174
415
|
loadingFonts: string;
|
|
175
416
|
loadingDwgConverter: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/locale/en/main.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/locale/en/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA6dC"}
|
|
@@ -1,14 +1,23 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
ACAD: {
|
|
3
|
-
|
|
3
|
+
hatch: {
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
layer: {
|
|
4
7
|
description: string;
|
|
5
8
|
};
|
|
6
9
|
md: {
|
|
7
10
|
description: string;
|
|
8
11
|
};
|
|
12
|
+
properties: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
9
15
|
pttype: {
|
|
10
16
|
description: string;
|
|
11
17
|
};
|
|
18
|
+
qselect: {
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
12
21
|
};
|
|
13
22
|
USER: {};
|
|
14
23
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/command.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAsBC"}
|
|
@@ -22,6 +22,35 @@ declare const _default: {
|
|
|
22
22
|
aciTabTitle: string;
|
|
23
23
|
rgbTabTitle: string;
|
|
24
24
|
};
|
|
25
|
+
quickSelectDlg: {
|
|
26
|
+
title: string;
|
|
27
|
+
applyTo: string;
|
|
28
|
+
applyToEntireDrawing: string;
|
|
29
|
+
applyToCurrentSelection: string;
|
|
30
|
+
objectType: string;
|
|
31
|
+
allObjectTypes: string;
|
|
32
|
+
property: string;
|
|
33
|
+
operator: string;
|
|
34
|
+
value: string;
|
|
35
|
+
howToApply: string;
|
|
36
|
+
propObjectType: string;
|
|
37
|
+
propLayer: string;
|
|
38
|
+
propColor: string;
|
|
39
|
+
propLineType: string;
|
|
40
|
+
propLineWeight: string;
|
|
41
|
+
opEquals: string;
|
|
42
|
+
opNotEquals: string;
|
|
43
|
+
opGreaterThan: string;
|
|
44
|
+
opGreaterThanOrEqual: string;
|
|
45
|
+
opLessThan: string;
|
|
46
|
+
opLessThanOrEqual: string;
|
|
47
|
+
modeSet: string;
|
|
48
|
+
modeAdd: string;
|
|
49
|
+
modeRemove: string;
|
|
50
|
+
previewResult: string;
|
|
51
|
+
valueRequired: string;
|
|
52
|
+
selectionResult: string;
|
|
53
|
+
};
|
|
25
54
|
};
|
|
26
55
|
export default _default;
|
|
27
56
|
//# sourceMappingURL=dialog.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/dialog.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/dialog.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAqDC"}
|
|
@@ -22,6 +22,7 @@ declare const _default: {
|
|
|
22
22
|
RadialDimension: string;
|
|
23
23
|
RasterImage: string;
|
|
24
24
|
Ray: string;
|
|
25
|
+
RotatedDimension: string;
|
|
25
26
|
Spline: string;
|
|
26
27
|
Table: string;
|
|
27
28
|
Trace: string;
|
|
@@ -175,6 +176,8 @@ declare const _default: {
|
|
|
175
176
|
yellowgreen: string;
|
|
176
177
|
};
|
|
177
178
|
enum: {
|
|
179
|
+
AtLeast: string;
|
|
180
|
+
Exactly: string;
|
|
178
181
|
TopLeft: string;
|
|
179
182
|
TopCenter: string;
|
|
180
183
|
TopRight: string;
|
|
@@ -196,6 +199,7 @@ declare const _default: {
|
|
|
196
199
|
property: {
|
|
197
200
|
general: string;
|
|
198
201
|
geometry: string;
|
|
202
|
+
dimension: string;
|
|
199
203
|
attribute: string;
|
|
200
204
|
pattern: string;
|
|
201
205
|
table: string;
|
|
@@ -206,6 +210,8 @@ declare const _default: {
|
|
|
206
210
|
patternScale: string;
|
|
207
211
|
elevation: string;
|
|
208
212
|
text: string;
|
|
213
|
+
dimensionText: string;
|
|
214
|
+
dimensionStyleName: string;
|
|
209
215
|
handle: string;
|
|
210
216
|
color: string;
|
|
211
217
|
layer: string;
|
|
@@ -214,6 +220,17 @@ declare const _default: {
|
|
|
214
220
|
lineWeight: string;
|
|
215
221
|
thickness: string;
|
|
216
222
|
transparency: string;
|
|
223
|
+
measurement: string;
|
|
224
|
+
dimBlockId: string;
|
|
225
|
+
dimBlockPositionX: string;
|
|
226
|
+
dimBlockPositionY: string;
|
|
227
|
+
dimBlockPositionZ: string;
|
|
228
|
+
textPositionX: string;
|
|
229
|
+
textPositionY: string;
|
|
230
|
+
textPositionZ: string;
|
|
231
|
+
textRotation: string;
|
|
232
|
+
textLineSpacingFactor: string;
|
|
233
|
+
textLineSpacingStyle: string;
|
|
217
234
|
startX: string;
|
|
218
235
|
startY: string;
|
|
219
236
|
startZ: string;
|
|
@@ -242,6 +259,7 @@ declare const _default: {
|
|
|
242
259
|
positionY: string;
|
|
243
260
|
positionZ: string;
|
|
244
261
|
rotation: string;
|
|
262
|
+
oblique: string;
|
|
245
263
|
scaleFactorsX: string;
|
|
246
264
|
scaleFactorsY: string;
|
|
247
265
|
scaleFactorsZ: string;
|
|
@@ -258,6 +276,36 @@ declare const _default: {
|
|
|
258
276
|
textHeight: string;
|
|
259
277
|
lineSpacingFactor: string;
|
|
260
278
|
definedWidth: string;
|
|
279
|
+
xLine1PointX: string;
|
|
280
|
+
xLine1PointY: string;
|
|
281
|
+
xLine1PointZ: string;
|
|
282
|
+
xLine2PointX: string;
|
|
283
|
+
xLine2PointY: string;
|
|
284
|
+
xLine2PointZ: string;
|
|
285
|
+
dimLinePointX: string;
|
|
286
|
+
dimLinePointY: string;
|
|
287
|
+
dimLinePointZ: string;
|
|
288
|
+
centerPointX: string;
|
|
289
|
+
centerPointY: string;
|
|
290
|
+
centerPointZ: string;
|
|
291
|
+
arcPointX: string;
|
|
292
|
+
arcPointY: string;
|
|
293
|
+
arcPointZ: string;
|
|
294
|
+
chordPointX: string;
|
|
295
|
+
chordPointY: string;
|
|
296
|
+
chordPointZ: string;
|
|
297
|
+
farChordPointX: string;
|
|
298
|
+
farChordPointY: string;
|
|
299
|
+
farChordPointZ: string;
|
|
300
|
+
leaderLength: string;
|
|
301
|
+
extArcStartAngle: string;
|
|
302
|
+
extArcEndAngle: string;
|
|
303
|
+
definingPointX: string;
|
|
304
|
+
definingPointY: string;
|
|
305
|
+
definingPointZ: string;
|
|
306
|
+
leaderEndPointX: string;
|
|
307
|
+
leaderEndPointY: string;
|
|
308
|
+
leaderEndPointZ: string;
|
|
261
309
|
directionX: string;
|
|
262
310
|
directionY: string;
|
|
263
311
|
directionZ: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/entity.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAoUC"}
|