@mlightcad/cad-viewer 1.2.4 → 1.2.5

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.
Files changed (65) hide show
  1. package/README.md +4 -0
  2. package/dist/app/app.d.ts.map +1 -1
  3. package/dist/app/register.d.ts.map +1 -1
  4. package/dist/command/index.d.ts +0 -1
  5. package/dist/command/index.d.ts.map +1 -1
  6. package/dist/component/MlCadViewer.vue.d.ts +1 -1
  7. package/dist/component/MlCadViewer.vue.d.ts.map +1 -1
  8. package/dist/component/common/MlBaseInputNumber.vue.d.ts +35 -0
  9. package/dist/component/common/MlBaseInputNumber.vue.d.ts.map +1 -0
  10. package/dist/component/common/index.d.ts +1 -0
  11. package/dist/component/common/index.d.ts.map +1 -1
  12. package/dist/component/index.d.ts +1 -1
  13. package/dist/component/index.d.ts.map +1 -1
  14. package/dist/component/layout/MlEntityInfo.vue.d.ts.map +1 -1
  15. package/dist/component/layout/MlLanguageSelector.vue.d.ts.map +1 -1
  16. package/dist/component/layout/MlMainMenu.vue.d.ts.map +1 -1
  17. package/dist/component/layout/index.d.ts +0 -1
  18. package/dist/component/layout/index.d.ts.map +1 -1
  19. package/dist/component/palette/MlEntityProperties.vue.d.ts +32 -0
  20. package/dist/component/palette/MlEntityProperties.vue.d.ts.map +1 -0
  21. package/dist/component/palette/MlLayerList.vue.d.ts.map +1 -0
  22. package/dist/component/{layerManager/MlLayerManager.vue.d.ts → palette/MlPaletteManager.vue.d.ts} +1 -1
  23. package/dist/component/palette/MlPaletteManager.vue.d.ts.map +1 -0
  24. package/dist/component/palette/index.d.ts +2 -0
  25. package/dist/component/palette/index.d.ts.map +1 -0
  26. package/dist/component/statusBar/MlProgress.vue.d.ts.map +1 -1
  27. package/dist/component/statusBar/MlSettingButton.vue.d.ts.map +1 -1
  28. package/dist/composable/index.d.ts +2 -0
  29. package/dist/composable/index.d.ts.map +1 -1
  30. package/dist/composable/useHover.d.ts +3260 -0
  31. package/dist/composable/useHover.d.ts.map +1 -0
  32. package/dist/composable/useLocale.d.ts +4 -3
  33. package/dist/composable/useLocale.d.ts.map +1 -1
  34. package/dist/composable/useSelectionSet.d.ts +6 -0
  35. package/dist/composable/useSelectionSet.d.ts.map +1 -0
  36. package/dist/composable/useSettings.d.ts +3 -0
  37. package/dist/composable/useSettings.d.ts.map +1 -1
  38. package/dist/index.css +1 -1
  39. package/dist/index.js +1809 -1336
  40. package/dist/locale/en/command.d.ts +0 -9
  41. package/dist/locale/en/command.d.ts.map +1 -1
  42. package/dist/locale/en/entity.d.ts +77 -0
  43. package/dist/locale/en/entity.d.ts.map +1 -1
  44. package/dist/locale/en/main.d.ts +14 -19
  45. package/dist/locale/en/main.d.ts.map +1 -1
  46. package/dist/locale/i18n.d.ts +6 -671
  47. package/dist/locale/i18n.d.ts.map +1 -1
  48. package/dist/locale/types.d.ts +2 -2
  49. package/dist/locale/types.d.ts.map +1 -1
  50. package/dist/locale/zh/command.d.ts +0 -9
  51. package/dist/locale/zh/command.d.ts.map +1 -1
  52. package/dist/locale/zh/entity.d.ts +77 -0
  53. package/dist/locale/zh/entity.d.ts.map +1 -1
  54. package/dist/locale/zh/main.d.ts +14 -19
  55. package/dist/locale/zh/main.d.ts.map +1 -1
  56. package/package.json +7 -7
  57. package/dist/command/AcApLogCmd.d.ts +0 -12
  58. package/dist/command/AcApLogCmd.d.ts.map +0 -1
  59. package/dist/component/layerManager/MlLayerList.vue.d.ts.map +0 -1
  60. package/dist/component/layerManager/MlLayerManager.vue.d.ts.map +0 -1
  61. package/dist/component/layerManager/index.d.ts +0 -2
  62. package/dist/component/layerManager/index.d.ts.map +0 -1
  63. package/dist/component/layout/MlCommandLine.vue.d.ts +0 -3
  64. package/dist/component/layout/MlCommandLine.vue.d.ts.map +0 -1
  65. /package/dist/component/{layerManager → palette}/MlLayerList.vue.d.ts +0 -0
@@ -1,17 +1,8 @@
1
1
  declare const _default: {
2
2
  ACAD: {
3
- csvg: string;
4
3
  la: string;
5
- log: string;
6
4
  md: string;
7
- open: string;
8
- pan: string;
9
5
  pttype: string;
10
- qnew: string;
11
- regen: string;
12
- select: string;
13
- zoom: string;
14
- zoomw: string;
15
6
  };
16
7
  USER: {};
17
8
  };
@@ -1 +1 @@
1
- {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/en/command.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wBAgBC"}
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../src/locale/en/command.ts"],"names":[],"mappings":";;;;;;;;AAAA,wBAOC"}
@@ -1,5 +1,7 @@
1
1
  declare const _default: {
2
2
  entityName: {
3
+ '2dPolyline': string;
4
+ '3dPolyline': string;
3
5
  '3PointAngularDimension': string;
4
6
  AlignedDimension: string;
5
7
  Arc: string;
@@ -172,6 +174,81 @@ declare const _default: {
172
174
  yellow: string;
173
175
  yellowgreen: string;
174
176
  };
177
+ enum: {
178
+ TopLeft: string;
179
+ TopCenter: string;
180
+ TopRight: string;
181
+ MiddleLeft: string;
182
+ MiddleCenter: string;
183
+ MiddleRight: string;
184
+ BottomLeft: string;
185
+ BottomCenter: string;
186
+ BottomRight: string;
187
+ LEFT_TO_RIGHT: string;
188
+ RIGHT_TO_LEFT: string;
189
+ TOP_TO_BOTTOM: string;
190
+ BOTTOM_TO_TOP: string;
191
+ BY_STYLE: string;
192
+ };
193
+ property: {
194
+ general: string;
195
+ geometry: string;
196
+ text: string;
197
+ handle: string;
198
+ color: string;
199
+ layer: string;
200
+ linetype: string;
201
+ linetypeScale: string;
202
+ lineWeight: string;
203
+ thickness: string;
204
+ startX: string;
205
+ startY: string;
206
+ startZ: string;
207
+ endX: string;
208
+ endY: string;
209
+ endZ: string;
210
+ centerX: string;
211
+ centerY: string;
212
+ centerZ: string;
213
+ radius: string;
214
+ normalX: string;
215
+ normalY: string;
216
+ normalZ: string;
217
+ startAngle: string;
218
+ endAngle: string;
219
+ majorAxisRadius: string;
220
+ minorAxisRadius: string;
221
+ blockName: string;
222
+ positionX: string;
223
+ positionY: string;
224
+ positionZ: string;
225
+ rotation: string;
226
+ scaleFactorsX: string;
227
+ scaleFactorsY: string;
228
+ scaleFactorsZ: string;
229
+ basePointX: string;
230
+ basePointY: string;
231
+ basePointZ: string;
232
+ unitDirX: string;
233
+ unitDirY: string;
234
+ unitDirZ: string;
235
+ contents: string;
236
+ styleName: string;
237
+ attachmentPoint: string;
238
+ drawingDirection: string;
239
+ textHeight: string;
240
+ lineSpacingFactor: string;
241
+ definedWidth: string;
242
+ directionX: string;
243
+ directionY: string;
244
+ directionZ: string;
245
+ locationX: string;
246
+ locationY: string;
247
+ locationZ: string;
248
+ x: string;
249
+ y: string;
250
+ z: string;
251
+ };
175
252
  };
176
253
  export default _default;
177
254
  //# sourceMappingURL=entity.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA8KC"}
1
+ {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2PC"}
@@ -4,25 +4,6 @@ declare const _default: {
4
4
  open: string;
5
5
  export: string;
6
6
  };
7
- commandLine: {
8
- prompt: string;
9
- };
10
- progress: {
11
- start: string;
12
- parse: string;
13
- font: string;
14
- ltype: string;
15
- style: string;
16
- dimstyle: string;
17
- layer: string;
18
- vport: string;
19
- blockrecord: string;
20
- header: string;
21
- block: string;
22
- entity: string;
23
- object: string;
24
- end: string;
25
- };
26
7
  verticalToolbar: {
27
8
  select: {
28
9
  text: string;
@@ -50,6 +31,9 @@ declare const _default: {
50
31
  tooltip: string;
51
32
  commandLine: string;
52
33
  coordinate: string;
34
+ entityInfo: string;
35
+ languageSelector: string;
36
+ mainMenu: string;
53
37
  toolbar: string;
54
38
  stats: string;
55
39
  };
@@ -72,7 +56,18 @@ declare const _default: {
72
56
  };
73
57
  };
74
58
  toolPalette: {
59
+ entityProperties: {
60
+ tab: string;
61
+ title: string;
62
+ propertyPanel: {
63
+ noEntitySelected: string;
64
+ multipleEntitySelected: string;
65
+ propValCopied: string;
66
+ failedToCopyPropVal: string;
67
+ };
68
+ };
75
69
  layerManager: {
70
+ tab: string;
76
71
  title: string;
77
72
  layerList: {
78
73
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/locale/en/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAuHC"}
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../../../src/locale/en/main.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAkHC"}