@mlightcad/cad-viewer 1.5.3 → 1.5.4
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 +392 -392
- package/dist/app/register.d.ts.map +1 -1
- package/dist/command/AcApTextStyleCmd.d.ts +9 -0
- package/dist/command/AcApTextStyleCmd.d.ts.map +1 -0
- package/dist/command/index.d.ts +1 -0
- package/dist/command/index.d.ts.map +1 -1
- package/dist/component/common/MlBaseDialog.vue.d.ts +20 -0
- package/dist/component/common/MlBaseDialog.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlReplacementDlg.vue.d.ts.map +1 -1
- package/dist/component/dialog/MlTextStyleDlg.vue.d.ts +19 -0
- package/dist/component/dialog/MlTextStyleDlg.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/layout/MlMainMenu.vue.d.ts.map +1 -1
- package/dist/composable/index.d.ts +1 -0
- package/dist/composable/index.d.ts.map +1 -1
- package/dist/composable/useTextStyle.d.ts +130 -0
- package/dist/composable/useTextStyle.d.ts.map +1 -0
- package/dist/index.css +1 -1
- package/dist/index.js +12043 -10323
- package/dist/locale/en/command.d.ts +3 -0
- package/dist/locale/en/command.d.ts.map +1 -1
- package/dist/locale/en/dialog.d.ts +32 -0
- package/dist/locale/en/dialog.d.ts.map +1 -1
- package/dist/locale/en/entity.d.ts +6 -0
- package/dist/locale/en/entity.d.ts.map +1 -1
- package/dist/locale/zh/command.d.ts +3 -0
- package/dist/locale/zh/command.d.ts.map +1 -1
- package/dist/locale/zh/dialog.d.ts +32 -0
- package/dist/locale/zh/dialog.d.ts.map +1 -1
- package/dist/locale/zh/entity.d.ts +6 -0
- package/dist/locale/zh/entity.d.ts.map +1 -1
- package/package.json +10 -10
|
@@ -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,wBA+BC"}
|
|
@@ -106,6 +106,38 @@ declare const _default: {
|
|
|
106
106
|
valueRequired: string;
|
|
107
107
|
selectionResult: string;
|
|
108
108
|
};
|
|
109
|
+
textStyleDlg: {
|
|
110
|
+
title: string;
|
|
111
|
+
currentStyle: string;
|
|
112
|
+
styles: string;
|
|
113
|
+
fontSection: string;
|
|
114
|
+
fontName: string;
|
|
115
|
+
fontStyle: string;
|
|
116
|
+
useBigFont: string;
|
|
117
|
+
bigFontName: string;
|
|
118
|
+
sizeSection: string;
|
|
119
|
+
textHeight: string;
|
|
120
|
+
effectsSection: string;
|
|
121
|
+
upsideDown: string;
|
|
122
|
+
backwards: string;
|
|
123
|
+
vertical: string;
|
|
124
|
+
widthFactor: string;
|
|
125
|
+
obliqueAngle: string;
|
|
126
|
+
setCurrent: string;
|
|
127
|
+
new: string;
|
|
128
|
+
delete: string;
|
|
129
|
+
newTitle: string;
|
|
130
|
+
newStyleName: string;
|
|
131
|
+
newPrompt: string;
|
|
132
|
+
newNameRequired: string;
|
|
133
|
+
deleteTitle: string;
|
|
134
|
+
deleteConfirm: string;
|
|
135
|
+
invalidName: string;
|
|
136
|
+
duplicateName: string;
|
|
137
|
+
created: string;
|
|
138
|
+
deleted: string;
|
|
139
|
+
setCurrentDone: string;
|
|
140
|
+
};
|
|
109
141
|
};
|
|
110
142
|
export default _default;
|
|
111
143
|
//# 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,wBA6IC"}
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
RasterImage: string;
|
|
24
24
|
Ray: string;
|
|
25
25
|
RotatedDimension: string;
|
|
26
|
+
Shape: string;
|
|
26
27
|
Spline: string;
|
|
27
28
|
Table: string;
|
|
28
29
|
Trace: string;
|
|
@@ -202,8 +203,13 @@ declare const _default: {
|
|
|
202
203
|
dimension: string;
|
|
203
204
|
attribute: string;
|
|
204
205
|
pattern: string;
|
|
206
|
+
shape: string;
|
|
205
207
|
table: string;
|
|
206
208
|
others: string;
|
|
209
|
+
name: string;
|
|
210
|
+
size: string;
|
|
211
|
+
widthFactor: string;
|
|
212
|
+
shapeNumber: string;
|
|
207
213
|
patternType: string;
|
|
208
214
|
patternName: string;
|
|
209
215
|
patternAngle: 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,wBA0UC"}
|
|
@@ -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,wBA6BC"}
|
|
@@ -106,6 +106,38 @@ declare const _default: {
|
|
|
106
106
|
valueRequired: string;
|
|
107
107
|
selectionResult: string;
|
|
108
108
|
};
|
|
109
|
+
textStyleDlg: {
|
|
110
|
+
title: string;
|
|
111
|
+
currentStyle: string;
|
|
112
|
+
styles: string;
|
|
113
|
+
fontSection: string;
|
|
114
|
+
fontName: string;
|
|
115
|
+
fontStyle: string;
|
|
116
|
+
useBigFont: string;
|
|
117
|
+
bigFontName: string;
|
|
118
|
+
sizeSection: string;
|
|
119
|
+
textHeight: string;
|
|
120
|
+
effectsSection: string;
|
|
121
|
+
upsideDown: string;
|
|
122
|
+
backwards: string;
|
|
123
|
+
vertical: string;
|
|
124
|
+
widthFactor: string;
|
|
125
|
+
obliqueAngle: string;
|
|
126
|
+
setCurrent: string;
|
|
127
|
+
new: string;
|
|
128
|
+
delete: string;
|
|
129
|
+
newTitle: string;
|
|
130
|
+
newStyleName: string;
|
|
131
|
+
newPrompt: string;
|
|
132
|
+
newNameRequired: string;
|
|
133
|
+
deleteTitle: string;
|
|
134
|
+
deleteConfirm: string;
|
|
135
|
+
invalidName: string;
|
|
136
|
+
duplicateName: string;
|
|
137
|
+
created: string;
|
|
138
|
+
deleted: string;
|
|
139
|
+
setCurrentDone: string;
|
|
140
|
+
};
|
|
109
141
|
};
|
|
110
142
|
export default _default;
|
|
111
143
|
//# 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,wBA4IC"}
|
|
@@ -23,6 +23,7 @@ declare const _default: {
|
|
|
23
23
|
RasterImage: string;
|
|
24
24
|
Ray: string;
|
|
25
25
|
RotatedDimension: string;
|
|
26
|
+
Shape: string;
|
|
26
27
|
Spline: string;
|
|
27
28
|
Table: string;
|
|
28
29
|
Trace: string;
|
|
@@ -202,8 +203,13 @@ declare const _default: {
|
|
|
202
203
|
dimension: string;
|
|
203
204
|
attribute: string;
|
|
204
205
|
pattern: string;
|
|
206
|
+
shape: string;
|
|
205
207
|
table: string;
|
|
206
208
|
others: string;
|
|
209
|
+
name: string;
|
|
210
|
+
size: string;
|
|
211
|
+
widthFactor: string;
|
|
212
|
+
shapeNumber: string;
|
|
207
213
|
patternType: string;
|
|
208
214
|
patternName: string;
|
|
209
215
|
patternAngle: 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,wBA0UC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mlightcad/cad-viewer",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.4",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"vue-eslint-parser": "^10.4.0",
|
|
53
53
|
"vue-i18n": "^11.4.4",
|
|
54
54
|
"vue-tsc": "^2.1.6",
|
|
55
|
-
"@mlightcad/cad-html-plugin": "1.5.
|
|
56
|
-
"@mlightcad/cad-pdf-plugin": "1.5.
|
|
57
|
-
"@mlightcad/cad-svg-plugin": "1.5.
|
|
58
|
-
"@mlightcad/
|
|
59
|
-
"@mlightcad/
|
|
55
|
+
"@mlightcad/cad-html-plugin": "1.5.4",
|
|
56
|
+
"@mlightcad/cad-pdf-plugin": "1.5.4",
|
|
57
|
+
"@mlightcad/cad-svg-plugin": "1.5.4",
|
|
58
|
+
"@mlightcad/cad-simple-viewer": "1.5.4",
|
|
59
|
+
"@mlightcad/three-renderer": "1.5.4"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
62
|
"@mlightcad/data-model": "^1.8.1",
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
"three": "^0.172.0",
|
|
67
67
|
"vue": "^3.4.21",
|
|
68
68
|
"vue-i18n": "^11.4.4",
|
|
69
|
-
"@mlightcad/cad-html-plugin": "1.5.
|
|
70
|
-
"@mlightcad/cad-pdf-plugin": "1.5.
|
|
71
|
-
"@mlightcad/cad-
|
|
72
|
-
"@mlightcad/cad-
|
|
69
|
+
"@mlightcad/cad-html-plugin": "1.5.4",
|
|
70
|
+
"@mlightcad/cad-pdf-plugin": "1.5.4",
|
|
71
|
+
"@mlightcad/cad-simple-viewer": "1.5.4",
|
|
72
|
+
"@mlightcad/cad-svg-plugin": "1.5.4"
|
|
73
73
|
},
|
|
74
74
|
"peerDependenciesMeta": {
|
|
75
75
|
"@mlightcad/cad-html-plugin": {
|