@mlightcad/cad-viewer 1.5.6 → 1.5.8
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/LICENSE +21 -21
- package/README.md +0 -1
- package/dist/app/register.d.ts +2 -2
- package/dist/app/register.d.ts.map +1 -1
- package/dist/app/store.d.ts +5 -0
- package/dist/app/store.d.ts.map +1 -1
- package/dist/cad-viewer.css +1 -1
- package/dist/cad-viewer.js +40835 -32646
- package/dist/command/AcApAttEditCmd.d.ts +14 -0
- package/dist/command/AcApAttEditCmd.d.ts.map +1 -0
- package/dist/command/AcApCountListCmd.d.ts +12 -0
- package/dist/command/AcApCountListCmd.d.ts.map +1 -0
- package/dist/command/AcApExportHtmlDlgCmd.d.ts +11 -0
- package/dist/command/AcApExportHtmlDlgCmd.d.ts.map +1 -0
- package/dist/command/AcApHatchRibbonCmd.d.ts.map +1 -1
- package/dist/command/AcApInsertPaletteCmd.d.ts +13 -0
- package/dist/command/AcApInsertPaletteCmd.d.ts.map +1 -0
- package/dist/command/AcApMemCmd.d.ts +11 -0
- package/dist/command/AcApMemCmd.d.ts.map +1 -0
- package/dist/command/AcApMissedDataCmd.d.ts +3 -0
- package/dist/command/AcApMissedDataCmd.d.ts.map +1 -1
- package/dist/command/AcApXrefCmd.d.ts +8 -0
- package/dist/command/AcApXrefCmd.d.ts.map +1 -0
- package/dist/command/index.d.ts +6 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/MlCadViewer.vue.d.ts +6 -1
- package/dist/component/MlCadViewer.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDialog.vue.d.ts +31 -12
- package/dist/component/common/MlBaseDialog.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts +5 -10
- package/dist/component/common/MlBaseDrawStyleToolbar.vue.d.ts.map +1 -1
- package/dist/component/common/MlBaseInputNumber.vue.d.ts.map +1 -1
- package/dist/component/common/MlBlockInsertGallery.vue.d.ts +37 -0
- package/dist/component/common/MlBlockInsertGallery.vue.d.ts.map +1 -0
- package/dist/component/common/MlColorDropdown.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorIndexPicker.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorPickerDropdown.vue.d.ts +7 -12
- package/dist/component/common/MlColorPickerDropdown.vue.d.ts.map +1 -1
- package/dist/component/common/MlColorPickerTabs.vue.d.ts +2 -2
- package/dist/component/common/MlColorPickerTabs.vue.d.ts.map +1 -1
- package/dist/component/common/MlDialogManager.vue.d.ts.map +1 -1
- package/dist/component/common/MlFieldsetGroup.vue.d.ts +5 -10
- package/dist/component/common/MlFieldsetGroup.vue.d.ts.map +1 -1
- package/dist/component/common/MlFontFileReader.vue.d.ts.map +1 -1
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts +1 -1
- package/dist/component/common/MlHatchPatternDropdown.vue.d.ts.map +1 -1
- package/dist/component/common/MlHatchPatternPanel.vue.d.ts.map +1 -1
- package/dist/component/common/MlLayerSelect.vue.d.ts +1 -1
- package/dist/component/common/MlLayerSelect.vue.d.ts.map +1 -1
- package/dist/component/common/MlLayerTable.d.ts +7 -0
- package/dist/component/common/MlLayerTable.d.ts.map +1 -0
- package/dist/component/common/MlLayerTable.vue.d.ts +89 -0
- package/dist/component/common/MlLayerTable.vue.d.ts.map +1 -0
- package/dist/component/common/MlLineTypeSelect.vue.d.ts +1 -1
- package/dist/component/common/MlLineTypeSelect.vue.d.ts.map +1 -1
- package/dist/component/common/MlLineWeightSelect.vue.d.ts +1 -1
- 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/MlToggleButton.vue.d.ts +3 -3
- package/dist/component/common/MlToggleButton.vue.d.ts.map +1 -1
- package/dist/component/common/index.d.ts +3 -1
- package/dist/component/common/index.d.ts.map +1 -1
- package/dist/component/dialog/MlAttEditDlg.vue.d.ts +19 -0
- package/dist/component/dialog/MlAttEditDlg.vue.d.ts.map +1 -0
- package/dist/component/dialog/MlCharacterMapDialog.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlColorPickerDlg.vue.d.ts +1 -1
- package/dist/component/dialog/MlColorPickerDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlDrawingUnitsDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlExportHtmlDlg.vue.d.ts +57 -0
- package/dist/component/dialog/MlExportHtmlDlg.vue.d.ts.map +1 -0
- package/dist/component/dialog/MlPointStyleDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlQuickSelectDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlTextStyleDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/index.d.ts +2 -1
- package/dist/component/dialog/index.d.ts.map +1 -1
- package/dist/component/layout/MlEntityDrawStyleToolbar.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/MlMainMenu.vue.d.ts.map +1 -1
- package/dist/component/layout/MlToolBars.vue.d.ts.map +1 -1
- package/dist/component/notification/MlNotificationCenter.vue.d.ts.map +1 -1
- package/dist/component/notification/MlNotificationItem.vue.d.ts.map +1 -1
- package/dist/component/{dialog/MlReplacementDlg.vue.d.ts → palette/MlBlocksPalette.vue.d.ts} +1 -1
- package/dist/component/palette/MlBlocksPalette.vue.d.ts.map +1 -0
- package/dist/component/palette/MlCountList.vue.d.ts +3 -0
- package/dist/component/palette/MlCountList.vue.d.ts.map +1 -0
- package/dist/component/palette/MlEntityProperties.vue.d.ts.map +1 -1
- package/dist/component/palette/MlExternalReferences.vue.d.ts +3 -0
- package/dist/component/palette/MlExternalReferences.vue.d.ts.map +1 -0
- package/dist/component/palette/MlLayerList.vue.d.ts.map +1 -1
- package/dist/component/palette/MlMemoryProfile.vue.d.ts +3 -0
- package/dist/component/palette/MlMemoryProfile.vue.d.ts.map +1 -0
- package/dist/component/palette/MlMissingResources.vue.d.ts +3 -0
- package/dist/component/palette/MlMissingResources.vue.d.ts.map +1 -0
- package/dist/component/palette/MlPaletteManager.vue.d.ts.map +1 -1
- package/dist/component/palette/index.d.ts +5 -0
- package/dist/component/palette/index.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonCommands.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonFileName.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonFontSelect.vue.d.ts +1 -1
- package/dist/component/ribbon/MlRibbonFontSelect.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonHatchColorRow2.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonHatchColorRow3.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts +1 -1
- package/dist/component/ribbon/MlRibbonHatchPatternButton.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonLanguageSelector.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonMTextHeightSelect.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonPropertyColorDropdown.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts +5 -10
- package/dist/component/ribbon/MlRibbonPropertyField.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonPropertyLineTypeSelect.vue.d.ts.map +1 -1
- package/dist/component/ribbon/MlRibbonPropertyLineWeightSelect.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlFullScreenButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlNotificationButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlOsnapButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlPointStyleButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlPolarTrackingButton.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlProgress.vue.d.ts.map +1 -1
- package/dist/component/statusBar/MlSettingButton.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/component/statusBar/MlWarningButton.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +7 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/openMissingResourcesPalette.d.ts +11 -0
- package/dist/composable/openMissingResourcesPalette.d.ts.map +1 -0
- package/dist/composable/useAttEdit.d.ts +37 -0
- package/dist/composable/useAttEdit.d.ts.map +1 -0
- package/dist/composable/useCountList.d.ts +50 -0
- package/dist/composable/useCountList.d.ts.map +1 -0
- package/dist/composable/useDocument.d.ts +10 -2
- package/dist/composable/useDocument.d.ts.map +1 -1
- package/dist/composable/useHover.d.ts +1316 -72
- package/dist/composable/useHover.d.ts.map +1 -1
- package/dist/composable/useInsertableBlocks.d.ts +43 -0
- package/dist/composable/useInsertableBlocks.d.ts.map +1 -0
- package/dist/composable/useIsMobile.d.ts.map +1 -1
- package/dist/composable/useLayerFilters.d.ts +45 -0
- package/dist/composable/useLayerFilters.d.ts.map +1 -0
- package/dist/composable/useLayers.d.ts +73 -12
- package/dist/composable/useLayers.d.ts.map +1 -1
- package/dist/composable/useLocale.d.ts +3 -0
- package/dist/composable/useLocale.d.ts.map +1 -1
- package/dist/composable/useMemoryProfile.d.ts +586 -0
- package/dist/composable/useMemoryProfile.d.ts.map +1 -0
- package/dist/composable/useMissedData.d.ts +29 -45
- package/dist/composable/useMissedData.d.ts.map +1 -1
- package/dist/composable/useUndoRedo.d.ts +19 -0
- package/dist/composable/useUndoRedo.d.ts.map +1 -0
- package/dist/locale/en/command.d.ts +12 -0
- package/dist/locale/en/command.d.ts.map +1 -1
- package/dist/locale/en/dialog.d.ts +67 -12
- package/dist/locale/en/dialog.d.ts.map +1 -1
- package/dist/locale/en/main.d.ts +227 -0
- package/dist/locale/en/main.d.ts.map +1 -1
- package/dist/locale/i18n.d.ts.map +1 -1
- package/dist/locale/tr/command.d.ts +43 -0
- package/dist/locale/tr/command.d.ts.map +1 -0
- package/dist/locale/tr/dialog.d.ts +199 -0
- package/dist/locale/tr/dialog.d.ts.map +1 -0
- package/dist/locale/tr/entity.d.ts +333 -0
- package/dist/locale/tr/entity.d.ts.map +1 -0
- package/dist/locale/tr/main.d.ts +816 -0
- package/dist/locale/tr/main.d.ts.map +1 -0
- package/dist/locale/zh/command.d.ts +12 -0
- package/dist/locale/zh/command.d.ts.map +1 -1
- package/dist/locale/zh/dialog.d.ts +67 -12
- package/dist/locale/zh/dialog.d.ts.map +1 -1
- package/dist/locale/zh/main.d.ts +227 -0
- package/dist/locale/zh/main.d.ts.map +1 -1
- package/dist/svg/index.d.ts +5 -0
- package/dist/svg/index.d.ts.map +1 -1
- package/dist/svg/layer/index.d.ts +7 -0
- package/dist/svg/layer/index.d.ts.map +1 -1
- package/dist/util/openFileErrorMessage.d.ts +14 -0
- package/dist/util/openFileErrorMessage.d.ts.map +1 -0
- package/package.json +22 -17
- package/dist/component/common/MlFileReader.vue.d.ts +0 -7
- package/dist/component/common/MlFileReader.vue.d.ts.map +0 -1
- package/dist/component/dialog/MlReplacementDlg.vue.d.ts.map +0 -1
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { DeepReadonly, Ref } from 'vue';
|
|
2
|
+
/**
|
|
3
|
+
* Reactive undo/redo availability for the active document database.
|
|
4
|
+
*/
|
|
5
|
+
export interface UseUndoRedoReturn {
|
|
6
|
+
/** Whether the active database has undoable operations. */
|
|
7
|
+
canUndo: DeepReadonly<Ref<boolean>>;
|
|
8
|
+
/** Whether the active database has redoable operations. */
|
|
9
|
+
canRedo: DeepReadonly<Ref<boolean>>;
|
|
10
|
+
/** Re-reads undo/redo state from the active document. */
|
|
11
|
+
syncUndoRedoState: () => void;
|
|
12
|
+
}
|
|
13
|
+
/**
|
|
14
|
+
* Tracks undo/redo availability for the active CAD document.
|
|
15
|
+
*
|
|
16
|
+
* State updates when the undo stack changes and when the active document changes.
|
|
17
|
+
*/
|
|
18
|
+
export declare function useUndoRedo(): UseUndoRedoReturn;
|
|
19
|
+
//# sourceMappingURL=useUndoRedo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useUndoRedo.d.ts","sourceRoot":"","sources":["../../src/composable/useUndoRedo.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,YAAY,EAAY,KAAK,GAAG,EAAO,MAAM,KAAK,CAAA;AAEhE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,2DAA2D;IAC3D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAA;IACnC,2DAA2D;IAC3D,OAAO,EAAE,YAAY,CAAC,GAAG,CAAC,OAAO,CAAC,CAAC,CAAA;IACnC,yDAAyD;IACzD,iBAAiB,EAAE,MAAM,IAAI,CAAA;CAC9B;AAoED;;;;GAIG;AACH,wBAAgB,WAAW,IAAI,iBAAiB,CAQ/C"}
|
|
@@ -9,9 +9,18 @@ declare const _default: {
|
|
|
9
9
|
md: {
|
|
10
10
|
description: string;
|
|
11
11
|
};
|
|
12
|
+
xref: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
12
15
|
properties: {
|
|
13
16
|
description: string;
|
|
14
17
|
};
|
|
18
|
+
countlist: {
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
mem: {
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
15
24
|
pttype: {
|
|
16
25
|
description: string;
|
|
17
26
|
};
|
|
@@ -24,6 +33,9 @@ declare const _default: {
|
|
|
24
33
|
style: {
|
|
25
34
|
description: string;
|
|
26
35
|
};
|
|
36
|
+
attedit: {
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
27
39
|
};
|
|
28
40
|
USER: {};
|
|
29
41
|
};
|
|
@@ -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,wBAgDC"}
|
|
@@ -2,18 +2,7 @@ declare const _default: {
|
|
|
2
2
|
baseDialog: {
|
|
3
3
|
ok: string;
|
|
4
4
|
cancel: string;
|
|
5
|
-
|
|
6
|
-
replacementDlg: {
|
|
7
|
-
title: string;
|
|
8
|
-
fontTabName: string;
|
|
9
|
-
imageTabName: string;
|
|
10
|
-
file: string;
|
|
11
|
-
replace: string;
|
|
12
|
-
missedFont: string;
|
|
13
|
-
replacedFont: string;
|
|
14
|
-
selectFont: string;
|
|
15
|
-
selectLocalFont: string;
|
|
16
|
-
matchFontType: string;
|
|
5
|
+
apply: string;
|
|
17
6
|
};
|
|
18
7
|
pointStyleDlg: {
|
|
19
8
|
title: string;
|
|
@@ -78,6 +67,24 @@ declare const _default: {
|
|
|
78
67
|
aciTabTitle: string;
|
|
79
68
|
rgbTabTitle: string;
|
|
80
69
|
};
|
|
70
|
+
exportHtmlDlg: {
|
|
71
|
+
title: string;
|
|
72
|
+
layersSection: string;
|
|
73
|
+
exportInvisibleLayers: string;
|
|
74
|
+
exportInvisibleLayersHint: string;
|
|
75
|
+
yes: string;
|
|
76
|
+
no: string;
|
|
77
|
+
initialView: string;
|
|
78
|
+
initialViewExtents: string;
|
|
79
|
+
initialViewExtentsHint: string;
|
|
80
|
+
initialViewCurrent: string;
|
|
81
|
+
initialViewCurrentHint: string;
|
|
82
|
+
viewerMode: string;
|
|
83
|
+
viewerModeView: string;
|
|
84
|
+
viewerModeViewHint: string;
|
|
85
|
+
viewerModeMeasure: string;
|
|
86
|
+
viewerModeMeasureHint: string;
|
|
87
|
+
};
|
|
81
88
|
quickSelectDlg: {
|
|
82
89
|
title: string;
|
|
83
90
|
applyTo: string;
|
|
@@ -139,6 +146,54 @@ declare const _default: {
|
|
|
139
146
|
deleted: string;
|
|
140
147
|
setCurrentDone: string;
|
|
141
148
|
};
|
|
149
|
+
attEditDlg: {
|
|
150
|
+
title: string;
|
|
151
|
+
block: string;
|
|
152
|
+
tag: string;
|
|
153
|
+
selectBlock: string;
|
|
154
|
+
tabAttribute: string;
|
|
155
|
+
tabTextOptions: string;
|
|
156
|
+
tabProperties: string;
|
|
157
|
+
colTag: string;
|
|
158
|
+
colPrompt: string;
|
|
159
|
+
colValue: string;
|
|
160
|
+
value: string;
|
|
161
|
+
textStyle: string;
|
|
162
|
+
justification: string;
|
|
163
|
+
backwards: string;
|
|
164
|
+
upsideDown: string;
|
|
165
|
+
height: string;
|
|
166
|
+
widthFactor: string;
|
|
167
|
+
rotation: string;
|
|
168
|
+
obliqueAngle: string;
|
|
169
|
+
annotative: string;
|
|
170
|
+
boundaryWidth: string;
|
|
171
|
+
layer: string;
|
|
172
|
+
linetype: string;
|
|
173
|
+
color: string;
|
|
174
|
+
lineweight: string;
|
|
175
|
+
plotStyle: string;
|
|
176
|
+
promptSelectBlock: string;
|
|
177
|
+
rejectSelectBlock: string;
|
|
178
|
+
noAttributes: string;
|
|
179
|
+
justify: {
|
|
180
|
+
left: string;
|
|
181
|
+
center: string;
|
|
182
|
+
right: string;
|
|
183
|
+
align: string;
|
|
184
|
+
middle: string;
|
|
185
|
+
fit: string;
|
|
186
|
+
topLeft: string;
|
|
187
|
+
topCenter: string;
|
|
188
|
+
topRight: string;
|
|
189
|
+
middleLeft: string;
|
|
190
|
+
middleCenter: string;
|
|
191
|
+
middleRight: string;
|
|
192
|
+
bottomLeft: string;
|
|
193
|
+
bottomCenter: string;
|
|
194
|
+
bottomRight: string;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
142
197
|
};
|
|
143
198
|
export default _default;
|
|
144
199
|
//# 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,wBAqMC"}
|
package/dist/locale/en/main.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ declare const _default: {
|
|
|
13
13
|
ribbon: {
|
|
14
14
|
tab: {
|
|
15
15
|
home: string;
|
|
16
|
+
insert: string;
|
|
16
17
|
tools: string;
|
|
17
18
|
hatchContext: string;
|
|
18
19
|
mtextEditorContext: string;
|
|
@@ -209,6 +210,13 @@ declare const _default: {
|
|
|
209
210
|
utilities: string;
|
|
210
211
|
annotation: string;
|
|
211
212
|
measurement: string;
|
|
213
|
+
reference: string;
|
|
214
|
+
block: string;
|
|
215
|
+
};
|
|
216
|
+
insertBlock: {
|
|
217
|
+
empty: string;
|
|
218
|
+
currentDrawing: string;
|
|
219
|
+
previewMenu: string;
|
|
212
220
|
};
|
|
213
221
|
property: {
|
|
214
222
|
color: string;
|
|
@@ -271,9 +279,18 @@ declare const _default: {
|
|
|
271
279
|
copy: string;
|
|
272
280
|
erase: string;
|
|
273
281
|
offset: string;
|
|
282
|
+
undo: string;
|
|
283
|
+
redo: string;
|
|
274
284
|
properties: string;
|
|
275
285
|
quickSelect: string;
|
|
286
|
+
countList: string;
|
|
287
|
+
missingResources: string;
|
|
276
288
|
drawingUnits: string;
|
|
289
|
+
attachDwg: string;
|
|
290
|
+
attachImage: string;
|
|
291
|
+
insert: string;
|
|
292
|
+
editAttributes: string;
|
|
293
|
+
agent: string;
|
|
277
294
|
propertyColor: string;
|
|
278
295
|
propertyLineType: string;
|
|
279
296
|
propertyLineWeight: string;
|
|
@@ -341,9 +358,17 @@ declare const _default: {
|
|
|
341
358
|
copy: string;
|
|
342
359
|
erase: string;
|
|
343
360
|
offset: string;
|
|
361
|
+
undo: string;
|
|
362
|
+
redo: string;
|
|
344
363
|
properties: string;
|
|
345
364
|
quickSelect: string;
|
|
365
|
+
countList: string;
|
|
346
366
|
drawingUnits: string;
|
|
367
|
+
attachDwg: string;
|
|
368
|
+
attachImage: string;
|
|
369
|
+
insert: string;
|
|
370
|
+
editAttributes: string;
|
|
371
|
+
agent: string;
|
|
347
372
|
};
|
|
348
373
|
};
|
|
349
374
|
verticalToolbar: {
|
|
@@ -488,6 +513,7 @@ declare const _default: {
|
|
|
488
513
|
};
|
|
489
514
|
};
|
|
490
515
|
toolPalette: {
|
|
516
|
+
moreTabs: string;
|
|
491
517
|
entityProperties: {
|
|
492
518
|
tab: string;
|
|
493
519
|
title: string;
|
|
@@ -501,13 +527,208 @@ declare const _default: {
|
|
|
501
527
|
layerManager: {
|
|
502
528
|
tab: string;
|
|
503
529
|
title: string;
|
|
530
|
+
currentLayerLabel: string;
|
|
531
|
+
searchPlaceholder: string;
|
|
532
|
+
filters: string;
|
|
533
|
+
collapseFilters: string;
|
|
534
|
+
expandFilters: string;
|
|
535
|
+
filterAll: string;
|
|
536
|
+
filterAllUsed: string;
|
|
537
|
+
toolbar: {
|
|
538
|
+
showFilters: string;
|
|
539
|
+
newFilter: string;
|
|
540
|
+
newFilterGroup: string;
|
|
541
|
+
newLayer: string;
|
|
542
|
+
deleteLayer: string;
|
|
543
|
+
setCurrent: string;
|
|
544
|
+
};
|
|
545
|
+
prompts: {
|
|
546
|
+
newFilterTitle: string;
|
|
547
|
+
newFilterName: string;
|
|
548
|
+
newFilterGroupTitle: string;
|
|
549
|
+
newFilterGroupName: string;
|
|
550
|
+
newLayerTitle: string;
|
|
551
|
+
newLayerName: string;
|
|
552
|
+
confirm: string;
|
|
553
|
+
cancel: string;
|
|
554
|
+
};
|
|
555
|
+
messages: {
|
|
556
|
+
filterCreated: string;
|
|
557
|
+
filterExists: string;
|
|
558
|
+
filterCreateFailed: string;
|
|
559
|
+
layerCreated: string;
|
|
560
|
+
layerExists: string;
|
|
561
|
+
layerCreateFailed: string;
|
|
562
|
+
layerDeleted: string;
|
|
563
|
+
layerDeleteFailed: string;
|
|
564
|
+
cannotDeleteLayer0: string;
|
|
565
|
+
cannotDeleteCurrent: string;
|
|
566
|
+
selectLayerFirst: string;
|
|
567
|
+
setCurrentSuccess: string;
|
|
568
|
+
setCurrentFailed: string;
|
|
569
|
+
};
|
|
504
570
|
layerList: {
|
|
505
571
|
name: string;
|
|
506
572
|
on: string;
|
|
573
|
+
freeze: string;
|
|
574
|
+
lock: string;
|
|
575
|
+
plot: string;
|
|
507
576
|
color: string;
|
|
577
|
+
linetype: string;
|
|
578
|
+
lineweight: string;
|
|
579
|
+
transparency: string;
|
|
580
|
+
description: string;
|
|
581
|
+
currentLayer: string;
|
|
582
|
+
newLayerPlaceholder: string;
|
|
508
583
|
zoomToLayer: string;
|
|
584
|
+
lineWeightDefault: string;
|
|
509
585
|
};
|
|
510
586
|
};
|
|
587
|
+
countList: {
|
|
588
|
+
tab: string;
|
|
589
|
+
title: string;
|
|
590
|
+
searchPlaceholder: string;
|
|
591
|
+
countInArea: string;
|
|
592
|
+
areaSet: string;
|
|
593
|
+
areaCleared: string;
|
|
594
|
+
blockName: string;
|
|
595
|
+
count: string;
|
|
596
|
+
empty: string;
|
|
597
|
+
prompt: {
|
|
598
|
+
firstCorner: string;
|
|
599
|
+
secondCorner: string;
|
|
600
|
+
};
|
|
601
|
+
};
|
|
602
|
+
missingResources: {
|
|
603
|
+
tab: string;
|
|
604
|
+
title: string;
|
|
605
|
+
fontTab: string;
|
|
606
|
+
imageTab: string;
|
|
607
|
+
xrefTab: string;
|
|
608
|
+
attach: string;
|
|
609
|
+
attachDwg: string;
|
|
610
|
+
attachImage: string;
|
|
611
|
+
attachImageFailed: string;
|
|
612
|
+
fileReferences: string;
|
|
613
|
+
details: string;
|
|
614
|
+
foundAt: string;
|
|
615
|
+
selectReference: string;
|
|
616
|
+
expandDetails: string;
|
|
617
|
+
collapseDetails: string;
|
|
618
|
+
apply: string;
|
|
619
|
+
applyDone: string;
|
|
620
|
+
emptyFonts: string;
|
|
621
|
+
emptyImages: string;
|
|
622
|
+
matchFontType: string;
|
|
623
|
+
missedFont: string;
|
|
624
|
+
replacedFont: string;
|
|
625
|
+
selectFont: string;
|
|
626
|
+
selectLocalFont: string;
|
|
627
|
+
file: string;
|
|
628
|
+
replace: string;
|
|
629
|
+
name: string;
|
|
630
|
+
path: string;
|
|
631
|
+
type: string;
|
|
632
|
+
typeAttach: string;
|
|
633
|
+
typeOverlay: string;
|
|
634
|
+
typeImage: string;
|
|
635
|
+
status: string;
|
|
636
|
+
statusMissing: string;
|
|
637
|
+
statusLoaded: string;
|
|
638
|
+
actions: string;
|
|
639
|
+
visible: string;
|
|
640
|
+
browse: string;
|
|
641
|
+
fromUrl: string;
|
|
642
|
+
unload: string;
|
|
643
|
+
load: string;
|
|
644
|
+
empty: string;
|
|
645
|
+
urlPrompt: string;
|
|
646
|
+
urlRequired: string;
|
|
647
|
+
loadFailed: string;
|
|
648
|
+
};
|
|
649
|
+
memoryProfile: {
|
|
650
|
+
tab: string;
|
|
651
|
+
title: string;
|
|
652
|
+
refresh: string;
|
|
653
|
+
collecting: string;
|
|
654
|
+
showPie: string;
|
|
655
|
+
hidePie: string;
|
|
656
|
+
collectedAt: string;
|
|
657
|
+
heapUsed: string;
|
|
658
|
+
estimateNote: string;
|
|
659
|
+
estimated: string;
|
|
660
|
+
pieTotal: string;
|
|
661
|
+
pieAriaLabel: string;
|
|
662
|
+
empty: string;
|
|
663
|
+
missedFonts: string;
|
|
664
|
+
fontMemory: string;
|
|
665
|
+
fontMemorySummary: string;
|
|
666
|
+
fontStorage: string;
|
|
667
|
+
fontStorageSummary: string;
|
|
668
|
+
materialPoint: string;
|
|
669
|
+
materialLine: string;
|
|
670
|
+
materialFill: string;
|
|
671
|
+
materialTotal: string;
|
|
672
|
+
dataModelCounts: string;
|
|
673
|
+
dataModelCategories: string;
|
|
674
|
+
dataModelEntityTypes: string;
|
|
675
|
+
categories: {
|
|
676
|
+
heap: string;
|
|
677
|
+
geometry: string;
|
|
678
|
+
mapping: string;
|
|
679
|
+
spatial: string;
|
|
680
|
+
dataModel: string;
|
|
681
|
+
materials: string;
|
|
682
|
+
fonts: string;
|
|
683
|
+
};
|
|
684
|
+
tabs: {
|
|
685
|
+
geometry: string;
|
|
686
|
+
spatial: string;
|
|
687
|
+
dataModel: string;
|
|
688
|
+
materials: string;
|
|
689
|
+
fonts: string;
|
|
690
|
+
};
|
|
691
|
+
columns: {
|
|
692
|
+
layout: string;
|
|
693
|
+
layer: string;
|
|
694
|
+
geometry: string;
|
|
695
|
+
mapping: string;
|
|
696
|
+
entities: string;
|
|
697
|
+
rootItems: string;
|
|
698
|
+
childItems: string;
|
|
699
|
+
estimated: string;
|
|
700
|
+
type: string;
|
|
701
|
+
count: string;
|
|
702
|
+
category: string;
|
|
703
|
+
font: string;
|
|
704
|
+
};
|
|
705
|
+
};
|
|
706
|
+
blocks: {
|
|
707
|
+
tab: string;
|
|
708
|
+
title: string;
|
|
709
|
+
tabCurrentDrawing: string;
|
|
710
|
+
tabRecent: string;
|
|
711
|
+
tabFavorites: string;
|
|
712
|
+
tabLibraries: string;
|
|
713
|
+
sectionCurrentDrawing: string;
|
|
714
|
+
sectionRecent: string;
|
|
715
|
+
sectionFavorites: string;
|
|
716
|
+
sectionLibraries: string;
|
|
717
|
+
filterPlaceholder: string;
|
|
718
|
+
empty: string;
|
|
719
|
+
emptyRecent: string;
|
|
720
|
+
emptyFavorites: string;
|
|
721
|
+
emptyLibraries: string;
|
|
722
|
+
toggleFavorite: string;
|
|
723
|
+
options: string;
|
|
724
|
+
insertionPoint: string;
|
|
725
|
+
scale: string;
|
|
726
|
+
rotation: string;
|
|
727
|
+
angle: string;
|
|
728
|
+
autoPlacement: string;
|
|
729
|
+
repeatPlacement: string;
|
|
730
|
+
explode: string;
|
|
731
|
+
};
|
|
511
732
|
};
|
|
512
733
|
colorDropdown: {
|
|
513
734
|
custom: string;
|
|
@@ -562,6 +783,9 @@ declare const _default: {
|
|
|
562
783
|
fontCacheFailed: string;
|
|
563
784
|
failedToGetAvaiableFonts: string;
|
|
564
785
|
failedToOpenFile: string;
|
|
786
|
+
failedToOpenFileWorkerOom: string;
|
|
787
|
+
failedToOpenFileWorkerTimeout: string;
|
|
788
|
+
failedToOpenFileFontLoadFailed: string;
|
|
565
789
|
fetchingDrawingFile: string;
|
|
566
790
|
unknownEntities: string;
|
|
567
791
|
};
|
|
@@ -579,6 +803,9 @@ declare const _default: {
|
|
|
579
803
|
};
|
|
580
804
|
title: {
|
|
581
805
|
failedToOpenFile: string;
|
|
806
|
+
failedToOpenFileWorkerOom: string;
|
|
807
|
+
failedToOpenFileWorkerTimeout: string;
|
|
808
|
+
failedToOpenFileFontLoadFailed: string;
|
|
582
809
|
fontNotFound: string;
|
|
583
810
|
fontNotLoaded: string;
|
|
584
811
|
parsingWarning: 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,wBA+1BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/locale/i18n.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../src/locale/i18n.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,uBAAuB,CAAA;AAqDlD,eAAO,MAAM,IAAI,uIAOf,CAAA;AACF,eAAO,MAAM,UAAU,GAAI,QAAQ,UAAU,WAI5C,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,MAAM,MAAM,WAI1C,CAAA;AAED,eAAO,MAAM,cAAc,GAAI,MAAM,MAAM,WAI1C,CAAA;AAED,eAAO,MAAM,SAAS,GAAI,cAAc,MAAM,WAQ7C,CAAA;AAED,eAAO,MAAM,gBAAgB,GAAI,MAAM,MAAM,WAI5C,CAAA;AAED,eAAO,MAAM,kBAAkB,GAAI,MAAM,MAAM,WAI9C,CAAA;AAED,eAAe,IAAI,CAAA"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
ACAD: {
|
|
3
|
+
hatch: {
|
|
4
|
+
description: string;
|
|
5
|
+
};
|
|
6
|
+
layer: {
|
|
7
|
+
description: string;
|
|
8
|
+
};
|
|
9
|
+
md: {
|
|
10
|
+
description: string;
|
|
11
|
+
};
|
|
12
|
+
xref: {
|
|
13
|
+
description: string;
|
|
14
|
+
};
|
|
15
|
+
properties: {
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
countlist: {
|
|
19
|
+
description: string;
|
|
20
|
+
};
|
|
21
|
+
mem: {
|
|
22
|
+
description: string;
|
|
23
|
+
};
|
|
24
|
+
pttype: {
|
|
25
|
+
description: string;
|
|
26
|
+
};
|
|
27
|
+
qselect: {
|
|
28
|
+
description: string;
|
|
29
|
+
};
|
|
30
|
+
units: {
|
|
31
|
+
description: string;
|
|
32
|
+
};
|
|
33
|
+
style: {
|
|
34
|
+
description: string;
|
|
35
|
+
};
|
|
36
|
+
attedit: {
|
|
37
|
+
description: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
USER: {};
|
|
41
|
+
};
|
|
42
|
+
export default _default;
|
|
43
|
+
//# sourceMappingURL=command.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/tr/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAiDC"}
|