@kengic/vue 0.30.1-beta.37 → 0.30.1-beta.38
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 +1 -1
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +28887 -28671
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +47 -19
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +27 -1
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +1 -27
- package/dist/src/component/KgCanvas/index.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +4 -4
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +78 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +65 -51
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +13 -0
- package/dist/src/const/const.model.d.ts +34 -30
- package/package.json +1 -1
|
@@ -70,18 +70,21 @@ export declare const KG: {
|
|
|
70
70
|
* 组件参数.
|
|
71
71
|
*/
|
|
72
72
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
73
|
-
KgCanvasToolbarButtonMode$isAvailable: {
|
|
74
|
-
type: import("vue").PropType<boolean>;
|
|
75
|
-
default: boolean;
|
|
76
|
-
};
|
|
77
73
|
id: {
|
|
78
74
|
type: import("vue").PropType<string>;
|
|
79
|
-
|
|
80
|
-
*
|
|
75
|
+
/**
|
|
76
|
+
* 组件参数.
|
|
81
77
|
*/
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
78
|
+
required: boolean;
|
|
79
|
+
};
|
|
80
|
+
kg$ContextMenu$Reload$IsAvailable: {
|
|
81
|
+
type: import("vue").PropType<boolean>;
|
|
82
|
+
default: boolean;
|
|
83
|
+
};
|
|
84
|
+
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
85
|
+
type: import("vue").PropType<boolean>;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
85
88
|
kgCanvasToolbarFullscreen: {
|
|
86
89
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
87
90
|
kgIsShowText: {
|
|
@@ -91,13 +94,12 @@ export declare const KG: {
|
|
|
91
94
|
}>>>;
|
|
92
95
|
};
|
|
93
96
|
kgIsEditable: {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
* formRef.
|
|
97
|
+
/**
|
|
98
|
+
* 表单控件.
|
|
97
99
|
*/
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
100
|
+
type: import("vue").PropType<boolean>;
|
|
101
|
+
default: boolean;
|
|
102
|
+
};
|
|
101
103
|
kgIsEnableOverview: {
|
|
102
104
|
type: import("vue").PropType<boolean>;
|
|
103
105
|
default: boolean;
|
|
@@ -432,18 +434,21 @@ export declare const KG_CONST: {
|
|
|
432
434
|
* 组件参数.
|
|
433
435
|
*/
|
|
434
436
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
435
|
-
KgCanvasToolbarButtonMode$isAvailable: {
|
|
436
|
-
type: import("vue").PropType<boolean>;
|
|
437
|
-
default: boolean;
|
|
438
|
-
};
|
|
439
437
|
id: {
|
|
440
438
|
type: import("vue").PropType<string>;
|
|
441
|
-
|
|
442
|
-
*
|
|
439
|
+
/**
|
|
440
|
+
* 组件参数.
|
|
443
441
|
*/
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
442
|
+
required: boolean;
|
|
443
|
+
};
|
|
444
|
+
kg$ContextMenu$Reload$IsAvailable: {
|
|
445
|
+
type: import("vue").PropType<boolean>;
|
|
446
|
+
default: boolean;
|
|
447
|
+
};
|
|
448
|
+
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
449
|
+
type: import("vue").PropType<boolean>;
|
|
450
|
+
default: boolean;
|
|
451
|
+
};
|
|
447
452
|
kgCanvasToolbarFullscreen: {
|
|
448
453
|
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
449
454
|
kgIsShowText: {
|
|
@@ -453,13 +458,12 @@ export declare const KG_CONST: {
|
|
|
453
458
|
}>>>;
|
|
454
459
|
};
|
|
455
460
|
kgIsEditable: {
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
* formRef.
|
|
461
|
+
/**
|
|
462
|
+
* 表单控件.
|
|
459
463
|
*/
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
464
|
+
type: import("vue").PropType<boolean>;
|
|
465
|
+
default: boolean;
|
|
466
|
+
};
|
|
463
467
|
kgIsEnableOverview: {
|
|
464
468
|
type: import("vue").PropType<boolean>;
|
|
465
469
|
default: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.30.1-beta.
|
|
3
|
+
"version": "0.30.1-beta.38",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build:dev": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|