mxcad-app 1.0.29 → 1.0.30
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/chunks/en-US.js.gz +0 -0
- package/dist/chunks/es.regexp.constructor.js.gz +0 -0
- package/dist/chunks/hooks2.js.gz +0 -0
- package/dist/chunks/identificationFrame.js.gz +0 -0
- package/dist/chunks/index.js.gz +0 -0
- package/dist/chunks/index10.js.gz +0 -0
- package/dist/chunks/index11.js.gz +0 -0
- package/dist/chunks/index12.js.gz +0 -0
- package/dist/chunks/index13.js.gz +0 -0
- package/dist/chunks/index14.js.gz +0 -0
- package/dist/chunks/index15.js.gz +0 -0
- package/dist/chunks/index16.js.gz +0 -0
- package/dist/chunks/index17.js.gz +0 -0
- package/dist/chunks/index18.js.gz +0 -0
- package/dist/chunks/index19.js.gz +0 -0
- package/dist/chunks/index2.js.gz +0 -0
- package/dist/chunks/index20.js.gz +0 -0
- package/dist/chunks/index21.js.gz +0 -0
- package/dist/chunks/index22.js.gz +0 -0
- package/dist/chunks/index23.js.gz +0 -0
- package/dist/chunks/index24.js.gz +0 -0
- package/dist/chunks/index25.js.gz +0 -0
- package/dist/chunks/index26.js.gz +0 -0
- package/dist/chunks/index27.js.gz +0 -0
- package/dist/chunks/index28.js.gz +0 -0
- package/dist/chunks/index29.js.gz +0 -0
- package/dist/chunks/index3.js.gz +0 -0
- package/dist/chunks/index30.js.gz +0 -0
- package/dist/chunks/index31.js.gz +0 -0
- package/dist/chunks/index32.js.gz +0 -0
- package/dist/chunks/index33.js.gz +0 -0
- package/dist/chunks/index34.js.gz +0 -0
- package/dist/chunks/index35.js.gz +0 -0
- package/dist/chunks/index36.js.gz +0 -0
- package/dist/chunks/index37.js.gz +0 -0
- package/dist/chunks/index38.js.gz +0 -0
- package/dist/chunks/index39.js.gz +0 -0
- package/dist/chunks/index4.js.gz +0 -0
- package/dist/chunks/index40.js.gz +0 -0
- package/dist/chunks/index41.js.gz +0 -0
- package/dist/chunks/index42.js.gz +0 -0
- package/dist/chunks/index43.js.gz +0 -0
- package/dist/chunks/index5.js.gz +0 -0
- package/dist/chunks/index6.js.gz +0 -0
- package/dist/chunks/index7.js.gz +0 -0
- package/dist/chunks/index8.js.gz +0 -0
- package/dist/chunks/index9.js.gz +0 -0
- package/dist/chunks/ko-KR.js.gz +0 -0
- package/dist/chunks/lib.js.gz +0 -0
- package/dist/chunks/mxcad.js.gz +0 -0
- package/dist/chunks/mxdraw.js.gz +0 -0
- package/dist/chunks/useMultilineTextDialog.js +1 -1
- package/dist/chunks/vuetify.js.gz +0 -0
- package/dist/chunks/zh-TW.js.gz +0 -0
- package/dist/chunks/zod.js.gz +0 -0
- package/dist/index.cjs.gz +0 -0
- package/dist/index.d.ts +25 -25
- package/dist/index.js +2 -2
- package/dist/index.umd.js.gz +0 -0
- package/dist/mxcad.d.ts +37 -11
- package/dist/mxcadAppAssets/languages/mx-cad-app-vuetify3__1_0_0/messages/en-US.ts +29 -2
- package/dist/mxcadAppAssets/languages/mx-cad-app-vuetify3__1_0_0/messages/idMap.json.gz +0 -0
- package/dist/mxcadAppAssets/languages/mx-cad-app-vuetify3__1_0_0/messages/ko-KR.ts +30 -3
- package/dist/mxcadAppAssets/languages/mx-cad-app-vuetify3__1_0_0/messages/zh-CN.ts +29 -2
- package/dist/mxcadAppAssets/languages/mx-cad-app-vuetify3__1_0_0/messages/zh-TW.ts +32 -5
- package/dist/mxcadAppAssets/mxQuickCommand.json.gz +0 -0
- package/dist/mxcadAppAssets/mxSketchesAndNotesUiConfig.json.gz +0 -0
- package/dist/mxcadAppAssets/mxUiConfig.json.gz +0 -0
- package/dist/mxcadAppAssets/plugins/loginPlugin.js.gz +0 -0
- package/dist/mxcadAppAssets/plugins/pluginCodeEdit/index.js.gz +0 -0
- package/dist/mxcadAppAssets/plugins/pluginIdentifyPattern/index.js +31 -31
- package/dist/mxcadAppAssets/plugins/pluginIdentifyPattern/index.js.gz +0 -0
- package/dist/mxcadAppAssets/plugins/test.js +1 -1
- package/dist/mxcadAppAssets/plugins/test.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d/mxdrawassembly_min.wasm.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_min.js.gz +0 -0
- package/dist/mxcadAppAssets/wasm/2d-st/mxdrawassembly_minst.wasm.gz +0 -0
- package/dist/mxdraw.d.ts +1 -1
- package/dist/styles/style.css.gz +0 -0
- package/packToolPlugin/shared/types/mxUiConfig.d.ts +20 -0
- package/package.json +1 -3
|
@@ -342,18 +342,38 @@ export interface MxUiConfig {
|
|
|
342
342
|
* 菜单栏数据
|
|
343
343
|
*/
|
|
344
344
|
mMenuBarData: MxUiConfigMMenuBarDataItem[];
|
|
345
|
+
/**
|
|
346
|
+
* 右键菜单是否有效
|
|
347
|
+
*/
|
|
348
|
+
isDisableRightMenu: boolean;
|
|
349
|
+
/**
|
|
350
|
+
* 是否使用默认的右键菜单
|
|
351
|
+
*/
|
|
352
|
+
isDisableDefaultRightMenu: boolean;
|
|
345
353
|
/**
|
|
346
354
|
* 右键菜单数据
|
|
347
355
|
*/
|
|
348
356
|
mRightMenuData: MxUiConfigMRightMenuDataItem[];
|
|
357
|
+
/**
|
|
358
|
+
* 是否使用命令运行时右键菜单
|
|
359
|
+
*/
|
|
360
|
+
isDisableRightMenuCommandRuning: boolean;
|
|
349
361
|
/**
|
|
350
362
|
* 命令运行时右键菜单选项
|
|
351
363
|
*/
|
|
352
364
|
mRightMenuDataCommandRuning: MxUiConfigMRightMenuDataCommandRuningItem[];
|
|
365
|
+
/**
|
|
366
|
+
* 是否使用命令运行时右键菜单选项-按下Shift 触发OSNAP设置
|
|
367
|
+
*/
|
|
368
|
+
isDisableRightMenuCommandRuningOsnapSet: boolean;
|
|
353
369
|
/**
|
|
354
370
|
* 命令运行时右键菜单选项-按下Shift 触发OSNAP设置
|
|
355
371
|
*/
|
|
356
372
|
mRightMenuDataCommandRuningOsnapSet: MxUiConfigMRightMenuDataCommandRuningOsnapSetItem[];
|
|
373
|
+
/**
|
|
374
|
+
* 是否使用选择实体右键菜单
|
|
375
|
+
*/
|
|
376
|
+
isDisableRightMenuSelectEntity: boolean;
|
|
357
377
|
/**
|
|
358
378
|
* 选择实体右键菜单选项
|
|
359
379
|
*/
|
package/package.json
CHANGED
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mxcad-app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.30",
|
|
4
4
|
"main": "./dist/index.cjs",
|
|
5
5
|
"module": "./dist/index.js",
|
|
6
|
-
"browser": "./dist/index.umd.js",
|
|
7
6
|
"types": "./dist/index.d.ts",
|
|
8
7
|
"style": "./dist/styles/style.css",
|
|
9
8
|
"typesVersions": {
|
|
@@ -29,7 +28,6 @@
|
|
|
29
28
|
".": {
|
|
30
29
|
"import": "./dist/index.js",
|
|
31
30
|
"require": "./dist/index.cjs",
|
|
32
|
-
"browser": "./dist/index.umd.js",
|
|
33
31
|
"types": "./dist/index.d.ts"
|
|
34
32
|
},
|
|
35
33
|
"./style": {
|