@mlightcad/cad-viewer 1.3.1 → 1.3.2

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.
@@ -189,10 +189,20 @@ declare const _default: {
189
189
  TOP_TO_BOTTOM: string;
190
190
  BOTTOM_TO_TOP: string;
191
191
  BY_STYLE: string;
192
+ UserDefined: string;
193
+ Predefined: string;
194
+ Custom: string;
192
195
  };
193
196
  property: {
194
197
  general: string;
195
198
  geometry: string;
199
+ pattern: string;
200
+ table: string;
201
+ patternType: string;
202
+ patternName: string;
203
+ patternAngle: string;
204
+ patternScale: string;
205
+ elevation: string;
196
206
  text: string;
197
207
  handle: string;
198
208
  color: string;
@@ -201,21 +211,28 @@ declare const _default: {
201
211
  linetypeScale: string;
202
212
  lineWeight: string;
203
213
  thickness: string;
214
+ transparency: string;
204
215
  startX: string;
205
216
  startY: string;
206
217
  startZ: string;
207
218
  endX: string;
208
219
  endY: string;
209
220
  endZ: string;
221
+ length: string;
222
+ arcLength: string;
223
+ totalAngle: string;
210
224
  centerX: string;
211
225
  centerY: string;
212
226
  centerZ: string;
213
227
  radius: string;
228
+ diameter: string;
214
229
  normalX: string;
215
230
  normalY: string;
216
231
  normalZ: string;
217
232
  startAngle: string;
218
233
  endAngle: string;
234
+ perimeter: string;
235
+ area: string;
219
236
  majorAxisRadius: string;
220
237
  minorAxisRadius: string;
221
238
  blockName: string;
@@ -248,6 +265,10 @@ declare const _default: {
248
265
  x: string;
249
266
  y: string;
250
267
  z: string;
268
+ numRows: string;
269
+ numColumns: string;
270
+ tableWidth: string;
271
+ tableHeight: string;
251
272
  };
252
273
  };
253
274
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2PC"}
1
+ {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/en/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAgRC"}
@@ -189,10 +189,20 @@ declare const _default: {
189
189
  TOP_TO_BOTTOM: string;
190
190
  BOTTOM_TO_TOP: string;
191
191
  BY_STYLE: string;
192
+ UserDefined: string;
193
+ Predefined: string;
194
+ Custom: string;
192
195
  };
193
196
  property: {
194
197
  general: string;
195
198
  geometry: string;
199
+ pattern: string;
200
+ table: string;
201
+ patternType: string;
202
+ patternName: string;
203
+ patternAngle: string;
204
+ patternScale: string;
205
+ elevation: string;
196
206
  text: string;
197
207
  handle: string;
198
208
  color: string;
@@ -201,21 +211,28 @@ declare const _default: {
201
211
  linetypeScale: string;
202
212
  lineWeight: string;
203
213
  thickness: string;
214
+ transparency: string;
204
215
  startX: string;
205
216
  startY: string;
206
217
  startZ: string;
207
218
  endX: string;
208
219
  endY: string;
209
220
  endZ: string;
221
+ length: string;
222
+ arcLength: string;
223
+ totalAngle: string;
210
224
  centerX: string;
211
225
  centerY: string;
212
226
  centerZ: string;
213
227
  radius: string;
228
+ diameter: string;
214
229
  normalX: string;
215
230
  normalY: string;
216
231
  normalZ: string;
217
232
  startAngle: string;
218
233
  endAngle: string;
234
+ perimeter: string;
235
+ area: string;
219
236
  majorAxisRadius: string;
220
237
  minorAxisRadius: string;
221
238
  blockName: string;
@@ -248,6 +265,10 @@ declare const _default: {
248
265
  x: string;
249
266
  y: string;
250
267
  z: string;
268
+ numRows: string;
269
+ numColumns: string;
270
+ tableWidth: string;
271
+ tableHeight: string;
251
272
  };
252
273
  };
253
274
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBA2PC"}
1
+ {"version":3,"file":"entity.d.ts","sourceRoot":"","sources":["../../../src/locale/zh/entity.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,wBAgRC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mlightcad/cad-viewer",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {
@@ -42,8 +42,8 @@
42
42
  "vite-svg-loader": "^5.1.0",
43
43
  "vue-eslint-parser": "^9.4.3",
44
44
  "vue-tsc": "^2.1.6",
45
- "@mlightcad/svg-renderer": "1.3.1",
46
- "@mlightcad/three-renderer": "1.3.1"
45
+ "@mlightcad/three-renderer": "1.3.2",
46
+ "@mlightcad/svg-renderer": "1.3.2"
47
47
  },
48
48
  "dependencies": {
49
49
  "@element-plus/icons-vue": "^2.3.1",
@@ -52,12 +52,12 @@
52
52
  "vue-pick-colors": "^1.8.0"
53
53
  },
54
54
  "peerDependencies": {
55
- "@mlightcad/data-model": "^1.3.18",
55
+ "@mlightcad/data-model": "^1.5.0",
56
56
  "@vueuse/core": "^11.1.0",
57
57
  "element-plus": "^2.12.0",
58
58
  "vue": "^3.4.21",
59
59
  "vue-i18n": "^10.0.1",
60
- "@mlightcad/cad-simple-viewer": "1.3.1"
60
+ "@mlightcad/cad-simple-viewer": "1.3.2"
61
61
  },
62
62
  "scripts": {
63
63
  "analyze": "vite build --mode analyze",