@kengic/vue 0.31.16-beta.0 → 0.31.17-beta.1
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/CHANGELOG.md +22 -0
- package/bin/postinstall.mjs +42 -13
- package/bin/preinstall.mjs +23 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +141853 -209127
- package/dist/kg.config.d.ts +3 -0
- package/dist/src/component/KgAppSelect/KgAppSelect.d.ts +0 -13
- package/dist/src/component/KgButton/KgButton.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Fullscreen.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.OverviewScale.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +2 -1
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +1 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts +2 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +0 -9
- package/dist/src/component/KgForm/KgForm.d.ts +41 -40
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.DynamicQueryOperator.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.Modal.d.ts +1 -1
- package/dist/src/component/KgForm.Item/KgForm.Item.Addon.Lookup.d.ts +1 -1
- package/dist/src/component/KgImage/KgImage.d.ts +7 -7
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +10 -22
- package/dist/src/component/KgModal/KgModal.service.d.ts +4 -3
- package/dist/src/component/KgModal/KgModalHeaderButtons.d.ts +0 -29
- package/dist/src/component/KgModal02/KgModal02.d.ts +106 -21
- package/dist/src/component/KgModal02/index.d.ts +1 -1
- package/dist/src/component/KgProgressA/KgProgressA.d.ts +1 -1
- package/dist/src/component/KgResizable/KgResizable.d.ts +5 -5
- package/dist/src/component/KgSearch/KgSearch.d.ts +1 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.Title.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +2 -1
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +2 -1
- package/dist/src/component/KgSubmit/KgSubmit.d.ts +1 -1
- package/dist/src/component/KgTable/KgTable.BodyCell.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.HeadCell.d.ts +0 -16
- package/dist/src/component/KgTable/KgTable.Info.d.ts +0 -18
- package/dist/src/component/KgTable/KgTable.Setting.d.ts +0 -6
- package/dist/src/component/KgTable/KgTable.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +0 -22
- package/dist/src/component/KgTable02/KgTable02.d.ts +2 -1
- package/dist/src/component/KgVar/KgVar.event.d.ts +1 -1
- package/dist/src/component/KgVar/KgVar.store.d.ts +15 -12
- package/dist/src/component/KgVarConfig/KgVarConfig$Modal.d.ts +2 -1
- package/dist/src/component/KgVarConfig/KgVarConfig$SelectFormIdModal.d.ts +2 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.d.ts +1 -1
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +1 -1
- package/dist/src/component/KgWorkStation/KgWorkStation.d.ts +14 -13
- package/dist/src/component/KgWorkStation/KgWorkStation.store.d.ts +10 -10
- package/dist/src/component/KgYesOrNo/KgYesOrNo.d.ts +1 -1
- package/dist/src/config/config.event.d.ts +51 -0
- package/dist/src/config/config.hooks.d.ts +9 -1
- package/dist/src/config/config.model.d.ts +11 -0
- package/dist/src/config/config.store.d.ts +1 -1
- package/dist/src/config/index.d.ts +0 -1
- package/dist/src/i18n/i18n.setup.d.ts +6 -4
- package/dist/src/index.d.ts +0 -1
- package/dist/src/model/index.d.ts +127 -60
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.SqlModal.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Basic.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Button.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Menu.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Search.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Submit.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.Table.d.ts +2 -1
- package/dist/src/page/KgPageDda/KgPageDda.Create.d.ts +2 -1
- package/dist/src/page/KgPageSqlClient/components/KgSqlClient.ResultTab.d.ts +2 -1
- package/dist/src/project/src/utils/common/compUtils.d.ts +2 -2
- package/dist/src/service/http-client.d.ts +1 -1
- package/dist/src/util/ant-design-vue.d.ts +16 -16
- package/dist/src/util/index.d.ts +29 -3
- package/dist/src/util/kg.util.d.ts +39 -2
- package/package.json +33 -16
- package/dist/caret-right-outlined-Btgsw6a_.1cf00b77.mjs +0 -8
- package/dist/close-outlined-DMcSQWxQ.f7304023.mjs +0 -8
- package/dist/exclamation-circle-outlined-DZrXCnvM.0844874c.mjs +0 -8
- package/dist/fullscreen-exit-outlined-X1iYkFc4.378f8508.mjs +0 -8
- package/dist/fullscreen-outlined-DDBrsRcy.dcf0d8c8.mjs +0 -8
- package/dist/search-outlined-Od1M_oxf.a1041ffc.mjs +0 -8
- package/dist/src/util/event.util.d.ts +0 -15
- package/dist/src/util/kg-auth.util.d.ts +0 -12
- package/dist/src/util/kg-route.util.d.ts +0 -18
- package/dist/src/util/tsx.helper.d.ts +0 -23
- package/dist/three-dots-loading-bIlrTJYR.77291e2a.mjs +0 -8
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { DialogPropsPublic } from 'element-plus';
|
|
2
2
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
import './KgModal02.css';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
kgCancelButtonProps: {
|
|
6
6
|
default: () => {};
|
|
7
7
|
type: PropType<__ExtractPublicPropTypes<{
|
|
@@ -12,14 +12,14 @@ export declare const getProps: () => {
|
|
|
12
12
|
__epPropKey: true;
|
|
13
13
|
};
|
|
14
14
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
15
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
15
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
16
16
|
readonly icon: {
|
|
17
17
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
18
18
|
readonly required: false;
|
|
19
19
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
20
20
|
__epPropKey: true;
|
|
21
21
|
};
|
|
22
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
22
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
23
23
|
readonly loading: BooleanConstructor;
|
|
24
24
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
25
25
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -30,6 +30,11 @@ export declare const getProps: () => {
|
|
|
30
30
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
31
31
|
readonly circle: BooleanConstructor;
|
|
32
32
|
readonly color: StringConstructor;
|
|
33
|
+
/**
|
|
34
|
+
* @param param.domRef 页面特殊元素对象.
|
|
35
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
36
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
37
|
+
*/
|
|
33
38
|
readonly dark: BooleanConstructor;
|
|
34
39
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
35
40
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
@@ -45,14 +50,14 @@ export declare const getProps: () => {
|
|
|
45
50
|
__epPropKey: true;
|
|
46
51
|
};
|
|
47
52
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
48
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
53
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
49
54
|
readonly icon: {
|
|
50
55
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
51
56
|
readonly required: false;
|
|
52
57
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
53
58
|
__epPropKey: true;
|
|
54
59
|
};
|
|
55
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
60
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
56
61
|
readonly loading: BooleanConstructor;
|
|
57
62
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
58
63
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -63,12 +68,31 @@ export declare const getProps: () => {
|
|
|
63
68
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
64
69
|
readonly circle: BooleanConstructor;
|
|
65
70
|
readonly color: StringConstructor;
|
|
71
|
+
/**
|
|
72
|
+
* @param param.domRef 页面特殊元素对象.
|
|
73
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
74
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
75
|
+
*/
|
|
66
76
|
readonly dark: BooleanConstructor;
|
|
67
77
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
68
78
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
69
79
|
}>>;
|
|
70
80
|
};
|
|
71
81
|
onCancel: PropType<() => void>;
|
|
82
|
+
/**
|
|
83
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
84
|
+
*/
|
|
85
|
+
kgIsDragToMove: {
|
|
86
|
+
type: PropType<boolean>;
|
|
87
|
+
default: boolean;
|
|
88
|
+
};
|
|
89
|
+
/**
|
|
90
|
+
* 是否显示取消按钮. 默认为 true.
|
|
91
|
+
*/
|
|
92
|
+
kgShowCancelButton: {
|
|
93
|
+
type: PropType<boolean>;
|
|
94
|
+
default: boolean;
|
|
95
|
+
};
|
|
72
96
|
onOk: PropType<() => void>;
|
|
73
97
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
74
98
|
appendToBody: BooleanConstructor;
|
|
@@ -128,7 +152,7 @@ export declare const getProps: () => {
|
|
|
128
152
|
title: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>;
|
|
129
153
|
ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
130
154
|
};
|
|
131
|
-
export declare type
|
|
155
|
+
export declare type IKgModal02Props = Partial<ExtractPropTypes<ReturnType<typeof getProps>> & DialogPropsPublic>;
|
|
132
156
|
/**
|
|
133
157
|
* 弹窗.
|
|
134
158
|
*/
|
|
@@ -143,14 +167,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
143
167
|
__epPropKey: true;
|
|
144
168
|
};
|
|
145
169
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
146
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
170
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
147
171
|
readonly icon: {
|
|
148
172
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
149
173
|
readonly required: false;
|
|
150
174
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
151
175
|
__epPropKey: true;
|
|
152
176
|
};
|
|
153
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
177
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
154
178
|
readonly loading: BooleanConstructor;
|
|
155
179
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
156
180
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -161,6 +185,11 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
161
185
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
162
186
|
readonly circle: BooleanConstructor;
|
|
163
187
|
readonly color: StringConstructor;
|
|
188
|
+
/**
|
|
189
|
+
* @param param.domRef 页面特殊元素对象.
|
|
190
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
191
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
192
|
+
*/
|
|
164
193
|
readonly dark: BooleanConstructor;
|
|
165
194
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
166
195
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
@@ -176,14 +205,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
176
205
|
__epPropKey: true;
|
|
177
206
|
};
|
|
178
207
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
179
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
208
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
180
209
|
readonly icon: {
|
|
181
210
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
182
211
|
readonly required: false;
|
|
183
212
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
184
213
|
__epPropKey: true;
|
|
185
214
|
};
|
|
186
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
215
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
187
216
|
readonly loading: BooleanConstructor;
|
|
188
217
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
189
218
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -194,12 +223,31 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
194
223
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
195
224
|
readonly circle: BooleanConstructor;
|
|
196
225
|
readonly color: StringConstructor;
|
|
226
|
+
/**
|
|
227
|
+
* @param param.domRef 页面特殊元素对象.
|
|
228
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
229
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
230
|
+
*/
|
|
197
231
|
readonly dark: BooleanConstructor;
|
|
198
232
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
199
233
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
200
234
|
}>>;
|
|
201
235
|
};
|
|
202
236
|
onCancel: PropType<() => void>;
|
|
237
|
+
/**
|
|
238
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
239
|
+
*/
|
|
240
|
+
kgIsDragToMove: {
|
|
241
|
+
type: PropType<boolean>;
|
|
242
|
+
default: boolean;
|
|
243
|
+
};
|
|
244
|
+
/**
|
|
245
|
+
* 是否显示取消按钮. 默认为 true.
|
|
246
|
+
*/
|
|
247
|
+
kgShowCancelButton: {
|
|
248
|
+
type: PropType<boolean>;
|
|
249
|
+
default: boolean;
|
|
250
|
+
};
|
|
203
251
|
onOk: PropType<() => void>;
|
|
204
252
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
205
253
|
appendToBody: BooleanConstructor;
|
|
@@ -269,14 +317,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
269
317
|
__epPropKey: true;
|
|
270
318
|
};
|
|
271
319
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
272
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
320
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
273
321
|
readonly icon: {
|
|
274
322
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
275
323
|
readonly required: false;
|
|
276
324
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
277
325
|
__epPropKey: true;
|
|
278
326
|
};
|
|
279
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
327
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
280
328
|
readonly loading: BooleanConstructor;
|
|
281
329
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
282
330
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -287,6 +335,11 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
287
335
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
288
336
|
readonly circle: BooleanConstructor;
|
|
289
337
|
readonly color: StringConstructor;
|
|
338
|
+
/**
|
|
339
|
+
* @param param.domRef 页面特殊元素对象.
|
|
340
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
341
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
342
|
+
*/
|
|
290
343
|
readonly dark: BooleanConstructor;
|
|
291
344
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
292
345
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
@@ -302,14 +355,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
302
355
|
__epPropKey: true;
|
|
303
356
|
};
|
|
304
357
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
305
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
358
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
306
359
|
readonly icon: {
|
|
307
360
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
308
361
|
readonly required: false;
|
|
309
362
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
310
363
|
__epPropKey: true;
|
|
311
364
|
};
|
|
312
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
365
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
313
366
|
readonly loading: BooleanConstructor;
|
|
314
367
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
315
368
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -320,12 +373,31 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
320
373
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
321
374
|
readonly circle: BooleanConstructor;
|
|
322
375
|
readonly color: StringConstructor;
|
|
376
|
+
/**
|
|
377
|
+
* @param param.domRef 页面特殊元素对象.
|
|
378
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
379
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
380
|
+
*/
|
|
323
381
|
readonly dark: BooleanConstructor;
|
|
324
382
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
325
383
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
326
384
|
}>>;
|
|
327
385
|
};
|
|
328
386
|
onCancel: PropType<() => void>;
|
|
387
|
+
/**
|
|
388
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
389
|
+
*/
|
|
390
|
+
kgIsDragToMove: {
|
|
391
|
+
type: PropType<boolean>;
|
|
392
|
+
default: boolean;
|
|
393
|
+
};
|
|
394
|
+
/**
|
|
395
|
+
* 是否显示取消按钮. 默认为 true.
|
|
396
|
+
*/
|
|
397
|
+
kgShowCancelButton: {
|
|
398
|
+
type: PropType<boolean>;
|
|
399
|
+
default: boolean;
|
|
400
|
+
};
|
|
329
401
|
onOk: PropType<() => void>;
|
|
330
402
|
'onUpdate:modelValue': PropType<(value: boolean) => void>;
|
|
331
403
|
appendToBody: BooleanConstructor;
|
|
@@ -386,13 +458,15 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
386
458
|
ariaLevel: import("element-plus/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "2", boolean>;
|
|
387
459
|
}>>, {
|
|
388
460
|
title: string;
|
|
389
|
-
|
|
461
|
+
modal: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
390
462
|
center: boolean;
|
|
391
|
-
overflow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
392
463
|
transition: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition) | ((new (...args: any[]) => string | import("vue").TransitionProps) | (() => import("element-plus").DialogTransition))[], unknown, unknown>;
|
|
464
|
+
destroyOnClose: boolean;
|
|
465
|
+
overflow: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
393
466
|
modelValue: boolean;
|
|
394
467
|
appendTo: import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>))[], unknown, unknown>;
|
|
395
|
-
|
|
468
|
+
kgIsDragToMove: boolean;
|
|
469
|
+
kgShowCancelButton: boolean;
|
|
396
470
|
draggable: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
397
471
|
kgCancelButtonProps: __ExtractPublicPropTypes<{
|
|
398
472
|
readonly size: {
|
|
@@ -402,14 +476,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
402
476
|
__epPropKey: true;
|
|
403
477
|
};
|
|
404
478
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
405
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
479
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
406
480
|
readonly icon: {
|
|
407
481
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
408
482
|
readonly required: false;
|
|
409
483
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
410
484
|
__epPropKey: true;
|
|
411
485
|
};
|
|
412
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
486
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
413
487
|
readonly loading: BooleanConstructor;
|
|
414
488
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
415
489
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -420,6 +494,11 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
420
494
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
421
495
|
readonly circle: BooleanConstructor;
|
|
422
496
|
readonly color: StringConstructor;
|
|
497
|
+
/**
|
|
498
|
+
* @param param.domRef 页面特殊元素对象.
|
|
499
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
500
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
501
|
+
*/
|
|
423
502
|
readonly dark: BooleanConstructor;
|
|
424
503
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
425
504
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
@@ -432,14 +511,14 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
432
511
|
__epPropKey: true;
|
|
433
512
|
};
|
|
434
513
|
readonly disabled: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
435
|
-
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "
|
|
514
|
+
readonly type: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "" | "success" | "default" | "primary" | "warning" | "info" | "text" | "danger", unknown, "", boolean>;
|
|
436
515
|
readonly icon: {
|
|
437
516
|
readonly type: PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown>>;
|
|
438
517
|
readonly required: false;
|
|
439
518
|
readonly validator: ((val: unknown) => boolean) | undefined;
|
|
440
519
|
__epPropKey: true;
|
|
441
520
|
};
|
|
442
|
-
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "
|
|
521
|
+
readonly nativeType: import("element-plus/es/utils").EpPropFinalized<StringConstructor, "reset" | "submit" | "button", unknown, "button", boolean>;
|
|
443
522
|
readonly loading: BooleanConstructor;
|
|
444
523
|
readonly loadingIcon: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, () => any, boolean>;
|
|
445
524
|
readonly plain: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
@@ -450,6 +529,11 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
450
529
|
readonly round: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
451
530
|
readonly circle: BooleanConstructor;
|
|
452
531
|
readonly color: StringConstructor;
|
|
532
|
+
/**
|
|
533
|
+
* @param param.domRef 页面特殊元素对象.
|
|
534
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
535
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
536
|
+
*/
|
|
453
537
|
readonly dark: BooleanConstructor;
|
|
454
538
|
readonly autoInsertSpace: import("element-plus/es/utils").EpPropFinalized<BooleanConstructor, unknown, unknown, undefined, boolean>;
|
|
455
539
|
readonly tag: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | ((new (...args: any[]) => (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) & {}) | (() => string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>))[], unknown, unknown, "button", boolean>;
|
|
@@ -468,3 +552,4 @@ export declare const KgModal02: import("vue").DefineComponent<{
|
|
|
468
552
|
showClose: import("element-plus/es/utils").EpPropMergeType<BooleanConstructor, unknown, unknown>;
|
|
469
553
|
ariaLevel: string;
|
|
470
554
|
}>;
|
|
555
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { KgModal02, type
|
|
1
|
+
export { KgModal02, type IKgModal02Props } from './KgModal02';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgResizable.less';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/** 样式. */
|
|
5
5
|
kgClass: PropType<string>;
|
|
6
6
|
/** 是否禁用. */
|
|
@@ -31,7 +31,7 @@ export declare const getProps: () => {
|
|
|
31
31
|
};
|
|
32
32
|
/** 拖拽条的位置. */
|
|
33
33
|
kgType: {
|
|
34
|
-
type: PropType<"left" | "right" | "
|
|
34
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
35
35
|
default: string;
|
|
36
36
|
};
|
|
37
37
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
|
@@ -68,7 +68,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
68
68
|
};
|
|
69
69
|
/** 拖拽条的位置. */
|
|
70
70
|
kgType: {
|
|
71
|
-
type: PropType<"left" | "right" | "
|
|
71
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
72
72
|
default: string;
|
|
73
73
|
};
|
|
74
74
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
|
@@ -103,7 +103,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
103
103
|
};
|
|
104
104
|
/** 拖拽条的位置. */
|
|
105
105
|
kgType: {
|
|
106
|
-
type: PropType<"left" | "right" | "
|
|
106
|
+
type: PropType<"left" | "right" | "top" | "bottom">;
|
|
107
107
|
default: string;
|
|
108
108
|
};
|
|
109
109
|
'onUpdate:kgHeight': PropType<(value: number) => void>;
|
|
@@ -114,6 +114,6 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
114
114
|
kgMinHeight: number;
|
|
115
115
|
kgResizeHandleVisible: boolean;
|
|
116
116
|
kgHeight: number;
|
|
117
|
-
kgType: "left" | "right" | "
|
|
117
|
+
kgType: "left" | "right" | "top" | "bottom";
|
|
118
118
|
}>;
|
|
119
119
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import './KgSimulator.css';
|
|
3
3
|
import './KgSimulator.icons';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => any;
|
|
5
5
|
export declare type IKgSimulatorCanvasTitleProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
6
6
|
/**
|
|
7
7
|
* 模拟器--画布--标题.
|
|
@@ -9,3 +9,4 @@ export declare type IKgSimulatorCanvasTitleProps = Partial<ExtractPropTypes<Retu
|
|
|
9
9
|
export declare const KgSimulatorCanvasTitle: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>;
|
|
12
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import './KgSimulator.css';
|
|
3
3
|
import './KgSimulator.icons';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => any;
|
|
5
5
|
export declare type IKgSimulatorCanvasProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
6
6
|
/**
|
|
7
7
|
* 模拟器--画布.
|
|
@@ -9,3 +9,4 @@ export declare type IKgSimulatorCanvasProps = Partial<ExtractPropTypes<ReturnTyp
|
|
|
9
9
|
export declare const KgSimulatorCanvas: import("vue").DefineComponent<any, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
10
10
|
[x: string]: any;
|
|
11
11
|
}>;
|
|
12
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => {
|
|
3
3
|
/**
|
|
4
4
|
* 是否打开弹窗.
|
|
5
5
|
*/
|
|
@@ -34,3 +34,4 @@ export declare const KgSimulatorMenuSceneCreateCircularConveyor: import("vue").D
|
|
|
34
34
|
}>>, {
|
|
35
35
|
kgIsVisible: boolean;
|
|
36
36
|
}>;
|
|
37
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => {
|
|
3
3
|
/**
|
|
4
4
|
* 是否打开弹窗.
|
|
5
5
|
*/
|
|
@@ -34,3 +34,4 @@ export declare const KgSimulatorMenuSceneOpenCircularConveyor: import("vue").Def
|
|
|
34
34
|
}>>, {
|
|
35
35
|
kgIsVisible: boolean;
|
|
36
36
|
}>;
|
|
37
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { IPanelPlacement } from './KgSimulator.model';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/**
|
|
5
5
|
* 样式类名.
|
|
6
6
|
*/
|
|
@@ -95,3 +95,4 @@ export declare const KgSimulatorPanel: import("vue").DefineComponent<{
|
|
|
95
95
|
}>>, {
|
|
96
96
|
kgClass: Record<string, boolean>;
|
|
97
97
|
}>;
|
|
98
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => {
|
|
3
3
|
/**
|
|
4
4
|
* 图标.
|
|
5
5
|
*/
|
|
@@ -106,3 +106,4 @@ export declare const KgSimulatorPrefab: import("vue").DefineComponent<{
|
|
|
106
106
|
}>>, {
|
|
107
107
|
kgIconWidth: number;
|
|
108
108
|
}>;
|
|
109
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type KgSimulatorToolbarButtonPrefabProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
/**
|
|
5
5
|
* 模拟器--工具按钮--预制组件.
|
|
@@ -7,3 +7,4 @@ export declare type KgSimulatorToolbarButtonPrefabProps = Partial<ExtractPropTyp
|
|
|
7
7
|
export declare const KgSimulatorToolbarButtonPrefab: import("vue").DefineComponent<any, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
8
8
|
[x: string]: any;
|
|
9
9
|
}>;
|
|
10
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type KgSimulatorToolbarButtonPropertyProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
/**
|
|
5
5
|
* 模拟器--工具按钮--属性.
|
|
@@ -7,3 +7,4 @@ export declare type KgSimulatorToolbarButtonPropertyProps = Partial<ExtractPropT
|
|
|
7
7
|
export declare const KgSimulatorToolbarButtonProperty: import("vue").DefineComponent<any, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
8
8
|
[x: string]: any;
|
|
9
9
|
}>;
|
|
10
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type KgSimulatorToolbarButtonSceneProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
/**
|
|
5
5
|
* 模拟器--工具按钮--场景.
|
|
@@ -7,3 +7,4 @@ export declare type KgSimulatorToolbarButtonSceneProps = Partial<ExtractPropType
|
|
|
7
7
|
export declare const KgSimulatorToolbarButtonScene: import("vue").DefineComponent<any, () => JSX.Element | null, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<any>, {} | {
|
|
8
8
|
[x: string]: any;
|
|
9
9
|
}>;
|
|
10
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { IToolbarPlacement } from './KgSimulator.model';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/**
|
|
5
5
|
* 图标.
|
|
6
6
|
*/
|
|
@@ -111,3 +111,4 @@ export declare const KgSimulatorToolbarButton: import("vue").DefineComponent<{
|
|
|
111
111
|
};
|
|
112
112
|
'onUpdate:kgIsOpen': PropType<(value: boolean) => void>;
|
|
113
113
|
}>>, {}>;
|
|
114
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgSimulator.css';
|
|
3
3
|
import './KgSimulator.icons';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
/**
|
|
6
6
|
* 标识.
|
|
7
7
|
*/
|
|
@@ -31,3 +31,4 @@ export declare const KgSimulator: import("vue").DefineComponent<{
|
|
|
31
31
|
required: boolean;
|
|
32
32
|
};
|
|
33
33
|
}>>, {}>;
|
|
34
|
+
export {};
|
|
@@ -1,23 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import { IKgTableRow, KG_TABLE_CELL_CONTEXT } from './KgTable.model';
|
|
3
|
-
export declare const getProps: () => {
|
|
4
|
-
/** 行对象. */
|
|
5
|
-
kgRow: PropType<IKgTableRow>;
|
|
6
|
-
/** 列数据. */
|
|
7
|
-
kgValue: PropType<any>;
|
|
8
|
-
/** 变量名称. */
|
|
9
|
-
kgVarName: PropType<string | null>;
|
|
10
|
-
/**
|
|
11
|
-
* 所处环境.
|
|
12
|
-
* @default KG_TABLE_CELL_CONTEXT.TABLE_CELL
|
|
13
|
-
*/
|
|
14
|
-
kgContext: {
|
|
15
|
-
type: PropType<string>;
|
|
16
|
-
default: KG_TABLE_CELL_CONTEXT;
|
|
17
|
-
};
|
|
18
|
-
/** 点击链接, 打开更新弹窗. */
|
|
19
|
-
onKgUpdateLinkClick: PropType<() => void>;
|
|
20
|
-
};
|
|
21
3
|
declare const _default: import("vue").DefineComponent<{
|
|
22
4
|
/** 行对象. */
|
|
23
5
|
kgRow: PropType<IKgTableRow>;
|