@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,18 +1,5 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
2
|
import './KgAppSelect.less';
|
|
3
|
-
export declare const getProps: () => {
|
|
4
|
-
/** 模块列表. */
|
|
5
|
-
kgApps: {
|
|
6
|
-
type: PropType<{
|
|
7
|
-
id: string;
|
|
8
|
-
i18n: string;
|
|
9
|
-
}[]>;
|
|
10
|
-
default: () => Array<{
|
|
11
|
-
id: string;
|
|
12
|
-
i18n: string;
|
|
13
|
-
}>;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
3
|
declare const _default: import("vue").DefineComponent<{
|
|
17
4
|
/** 模块列表. */
|
|
18
5
|
kgApps: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import { VarButton } from '../../api/WMS/models';
|
|
3
3
|
import './KgButton.less';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
/**
|
|
6
6
|
* <p>按钮是否处于加载状态.</p>
|
|
7
7
|
* <p>返回 true 表示处于加载状态.</p>
|
|
@@ -37,3 +37,4 @@ export declare const KgButton: import("vue").DefineComponent<{
|
|
|
37
37
|
*/
|
|
38
38
|
kgDisabled: PropType<(button: VarButton) => boolean | undefined>;
|
|
39
39
|
}>>, {}>;
|
|
40
|
+
export {};
|
|
@@ -25,7 +25,7 @@ export declare type IKgCanvasContextMenu = {
|
|
|
25
25
|
*/
|
|
26
26
|
name?: string;
|
|
27
27
|
};
|
|
28
|
-
|
|
28
|
+
declare const getProps: () => {
|
|
29
29
|
kgElement: PropType<Q.Element<any>>;
|
|
30
30
|
kgElementUi: PropType<Q.ElementUI>;
|
|
31
31
|
/**
|
|
@@ -98,3 +98,4 @@ export declare const KgCanvasContextMenu: import("vue").DefineComponent<{
|
|
|
98
98
|
}, {
|
|
99
99
|
kgIsVisible: boolean;
|
|
100
100
|
}>;
|
|
101
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgCanvas.css';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/**
|
|
5
5
|
* 是否显示文本.
|
|
6
6
|
*
|
|
@@ -38,3 +38,4 @@ export declare const KgCanvasToolbarButtonFullscreen: import("vue").DefineCompon
|
|
|
38
38
|
}>>, {
|
|
39
39
|
kgIsShowText: boolean;
|
|
40
40
|
}>;
|
|
41
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import './KgCanvas.css';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => any;
|
|
4
4
|
export declare type IKgCanvasToolbarButtonModeProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
5
5
|
/**
|
|
6
6
|
* 画布--工具按钮--交互模式.
|
|
@@ -8,3 +8,4 @@ export declare type IKgCanvasToolbarButtonModeProps = Partial<ExtractPropTypes<R
|
|
|
8
8
|
export declare const KgCanvasToolbarButtonMode: 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>, {} | {
|
|
9
9
|
[x: string]: any;
|
|
10
10
|
}>;
|
|
11
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgCanvas.css';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/**
|
|
5
5
|
* 是否显示文本.
|
|
6
6
|
*
|
|
@@ -38,3 +38,4 @@ export declare const KgCanvasToolbarButtonOverviewScale: import("vue").DefineCom
|
|
|
38
38
|
}>>, {
|
|
39
39
|
kgIsShowText: boolean;
|
|
40
40
|
}>;
|
|
41
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Q } from '@thymine/xunee';
|
|
2
2
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
3
3
|
import './KgCanvas.css';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
kgElement: PropType<Q.Element<any>>;
|
|
6
6
|
kgElementUi: PropType<Q.ElementUI>;
|
|
7
7
|
/**
|
|
@@ -28,3 +28,4 @@ export declare const KgCanvasTooltip: import("vue").DefineComponent<{
|
|
|
28
28
|
*/
|
|
29
29
|
kgMouseEvent: PropType<MouseEvent>;
|
|
30
30
|
}>>, {}>;
|
|
31
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgCircularShuttleMonitor.css';
|
|
3
3
|
import { StatusRgvVO } from './KgCircularShuttleMonitor.model';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
/**
|
|
6
6
|
* 小车.
|
|
7
7
|
*/
|
|
@@ -31,3 +31,4 @@ export declare const KgCircularShuttleMonitorTabRgv: import("vue").DefineCompone
|
|
|
31
31
|
type: PropType<StatusRgvVO>;
|
|
32
32
|
};
|
|
33
33
|
}>>, {}>;
|
|
34
|
+
export {};
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import './KgForm.less';
|
|
3
|
-
|
|
4
|
-
layout: import("vue").PropType<"
|
|
3
|
+
declare const getProps: () => {
|
|
4
|
+
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
|
5
5
|
labelCol: {
|
|
6
6
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
7
|
-
span: (
|
|
8
|
-
order: (
|
|
9
|
-
offset: (
|
|
10
|
-
push: (
|
|
11
|
-
pull: (
|
|
7
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
8
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
9
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
10
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
11
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
12
12
|
xs: {
|
|
13
13
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
14
14
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -38,16 +38,16 @@ export declare const getProps: () => {
|
|
|
38
38
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
39
39
|
};
|
|
40
40
|
prefixCls: StringConstructor;
|
|
41
|
-
flex: (
|
|
41
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
42
42
|
}>> & import("vue").HTMLAttributes>;
|
|
43
43
|
};
|
|
44
44
|
wrapperCol: {
|
|
45
45
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
46
|
-
span: (
|
|
47
|
-
order: (
|
|
48
|
-
offset: (
|
|
49
|
-
push: (
|
|
50
|
-
pull: (
|
|
46
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
47
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
48
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
49
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
50
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
51
51
|
xs: {
|
|
52
52
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
53
53
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -77,7 +77,7 @@ export declare const getProps: () => {
|
|
|
77
77
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
78
78
|
};
|
|
79
79
|
prefixCls: StringConstructor;
|
|
80
|
-
flex: (
|
|
80
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
81
81
|
}>> & import("vue").HTMLAttributes>;
|
|
82
82
|
};
|
|
83
83
|
colon: {
|
|
@@ -137,14 +137,14 @@ export declare const getProps: () => {
|
|
|
137
137
|
};
|
|
138
138
|
export declare type IKgFormProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
139
139
|
export declare const KgForm: import("vue").DefineComponent<{
|
|
140
|
-
layout: import("vue").PropType<"
|
|
140
|
+
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
|
141
141
|
labelCol: {
|
|
142
142
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
143
|
-
span: (
|
|
144
|
-
order: (
|
|
145
|
-
offset: (
|
|
146
|
-
push: (
|
|
147
|
-
pull: (
|
|
143
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
144
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
145
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
146
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
147
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
148
148
|
xs: {
|
|
149
149
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
150
150
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -174,16 +174,16 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
174
174
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
175
175
|
};
|
|
176
176
|
prefixCls: StringConstructor;
|
|
177
|
-
flex: (
|
|
177
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
178
178
|
}>> & import("vue").HTMLAttributes>;
|
|
179
179
|
};
|
|
180
180
|
wrapperCol: {
|
|
181
181
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
182
|
-
span: (
|
|
183
|
-
order: (
|
|
184
|
-
offset: (
|
|
185
|
-
push: (
|
|
186
|
-
pull: (
|
|
182
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
183
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
184
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
185
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
186
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
187
187
|
xs: {
|
|
188
188
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
189
189
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -213,7 +213,7 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
213
213
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
214
214
|
};
|
|
215
215
|
prefixCls: StringConstructor;
|
|
216
|
-
flex: (
|
|
216
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
217
217
|
}>> & import("vue").HTMLAttributes>;
|
|
218
218
|
};
|
|
219
219
|
colon: {
|
|
@@ -271,14 +271,14 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
271
271
|
type: import("vue").PropType<((name: string | number | string[] | number[], status: boolean, errors: string[] | null) => void) | undefined>;
|
|
272
272
|
};
|
|
273
273
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
274
|
-
layout: import("vue").PropType<"
|
|
274
|
+
layout: import("vue").PropType<"vertical" | "horizontal" | "inline">;
|
|
275
275
|
labelCol: {
|
|
276
276
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
277
|
-
span: (
|
|
278
|
-
order: (
|
|
279
|
-
offset: (
|
|
280
|
-
push: (
|
|
281
|
-
pull: (
|
|
277
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
278
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
279
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
280
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
281
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
282
282
|
xs: {
|
|
283
283
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
284
284
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -308,16 +308,16 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
308
308
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
309
309
|
};
|
|
310
310
|
prefixCls: StringConstructor;
|
|
311
|
-
flex: (
|
|
311
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
312
312
|
}>> & import("vue").HTMLAttributes>;
|
|
313
313
|
};
|
|
314
314
|
wrapperCol: {
|
|
315
315
|
type: import("vue").PropType<Partial<ExtractPropTypes<{
|
|
316
|
-
span: (
|
|
317
|
-
order: (
|
|
318
|
-
offset: (
|
|
319
|
-
push: (
|
|
320
|
-
pull: (
|
|
316
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
317
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
318
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
319
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
320
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
321
321
|
xs: {
|
|
322
322
|
type: import("vue").PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
323
323
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -347,7 +347,7 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
347
347
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
348
348
|
};
|
|
349
349
|
prefixCls: StringConstructor;
|
|
350
|
-
flex: (
|
|
350
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
351
351
|
}>> & import("vue").HTMLAttributes>;
|
|
352
352
|
};
|
|
353
353
|
colon: {
|
|
@@ -411,3 +411,4 @@ export declare const KgForm: import("vue").DefineComponent<{
|
|
|
411
411
|
validateMessages: import("ant-design-vue/es/form/interface").ValidateMessages;
|
|
412
412
|
validateOnRuleChange: boolean;
|
|
413
413
|
}>;
|
|
414
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
2
|
import './KgImage.less';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
src: StringConstructor;
|
|
5
5
|
wrapperClassName: StringConstructor;
|
|
6
6
|
wrapperStyle: {
|
|
@@ -27,8 +27,8 @@ export declare const getProps: () => {
|
|
|
27
27
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
|
28
28
|
};
|
|
29
29
|
id: StringConstructor;
|
|
30
|
-
width: (
|
|
31
|
-
height: (
|
|
30
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
31
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
32
32
|
style: StringConstructor;
|
|
33
33
|
};
|
|
34
34
|
export declare type KgImageProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
@@ -59,8 +59,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
59
59
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
|
60
60
|
};
|
|
61
61
|
id: StringConstructor;
|
|
62
|
-
width: (
|
|
63
|
-
height: (
|
|
62
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
63
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
64
64
|
style: StringConstructor;
|
|
65
65
|
}, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<ExtractPropTypes<{
|
|
66
66
|
src: StringConstructor;
|
|
@@ -89,8 +89,8 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
89
89
|
type: import("vue").PropType<(event: string | Event, source?: string | undefined, lineno?: number | undefined, colno?: number | undefined, error?: Error | undefined) => any>;
|
|
90
90
|
};
|
|
91
91
|
id: StringConstructor;
|
|
92
|
-
width: (
|
|
93
|
-
height: (
|
|
92
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
93
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
94
94
|
style: StringConstructor;
|
|
95
95
|
}>>, {
|
|
96
96
|
wrapperStyle: import("vue").CSSProperties;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgModal.css';
|
|
3
|
-
|
|
3
|
+
declare const getProps: () => {
|
|
4
4
|
/**
|
|
5
5
|
* 高度是否撑满屏幕.
|
|
6
6
|
*
|
|
@@ -20,9 +20,7 @@ export declare const getProps: () => {
|
|
|
20
20
|
default: boolean;
|
|
21
21
|
};
|
|
22
22
|
/**
|
|
23
|
-
* 是否可以拖拽改变位置.
|
|
24
|
-
*
|
|
25
|
-
* @default true
|
|
23
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
26
24
|
*/
|
|
27
25
|
kgIsDragToMove: {
|
|
28
26
|
type: PropType<boolean>;
|
|
@@ -75,9 +73,7 @@ export declare const getProps: () => {
|
|
|
75
73
|
default: undefined;
|
|
76
74
|
};
|
|
77
75
|
/**
|
|
78
|
-
* 是否显示取消按钮.
|
|
79
|
-
*
|
|
80
|
-
* @default true
|
|
76
|
+
* 是否显示取消按钮. 默认为 true.
|
|
81
77
|
*/
|
|
82
78
|
kgShowCancelButton: {
|
|
83
79
|
type: PropType<boolean>;
|
|
@@ -116,7 +112,7 @@ export declare const getProps: () => {
|
|
|
116
112
|
type: BooleanConstructor;
|
|
117
113
|
default: undefined;
|
|
118
114
|
};
|
|
119
|
-
width: (
|
|
115
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
120
116
|
footer: PropType<any>;
|
|
121
117
|
okText: PropType<any>;
|
|
122
118
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
|
@@ -284,9 +280,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
284
280
|
default: boolean;
|
|
285
281
|
};
|
|
286
282
|
/**
|
|
287
|
-
* 是否可以拖拽改变位置.
|
|
288
|
-
*
|
|
289
|
-
* @default true
|
|
283
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
290
284
|
*/
|
|
291
285
|
kgIsDragToMove: {
|
|
292
286
|
type: PropType<boolean>;
|
|
@@ -339,9 +333,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
339
333
|
default: undefined;
|
|
340
334
|
};
|
|
341
335
|
/**
|
|
342
|
-
* 是否显示取消按钮.
|
|
343
|
-
*
|
|
344
|
-
* @default true
|
|
336
|
+
* 是否显示取消按钮. 默认为 true.
|
|
345
337
|
*/
|
|
346
338
|
kgShowCancelButton: {
|
|
347
339
|
type: PropType<boolean>;
|
|
@@ -380,7 +372,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
380
372
|
type: BooleanConstructor;
|
|
381
373
|
default: undefined;
|
|
382
374
|
};
|
|
383
|
-
width: (
|
|
375
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
384
376
|
footer: PropType<any>;
|
|
385
377
|
okText: PropType<any>;
|
|
386
378
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
|
@@ -546,9 +538,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
546
538
|
default: boolean;
|
|
547
539
|
};
|
|
548
540
|
/**
|
|
549
|
-
* 是否可以拖拽改变位置.
|
|
550
|
-
*
|
|
551
|
-
* @default true
|
|
541
|
+
* 是否可以拖拽改变位置. 默认为 true.
|
|
552
542
|
*/
|
|
553
543
|
kgIsDragToMove: {
|
|
554
544
|
type: PropType<boolean>;
|
|
@@ -601,9 +591,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
601
591
|
default: undefined;
|
|
602
592
|
};
|
|
603
593
|
/**
|
|
604
|
-
* 是否显示取消按钮.
|
|
605
|
-
*
|
|
606
|
-
* @default true
|
|
594
|
+
* 是否显示取消按钮. 默认为 true.
|
|
607
595
|
*/
|
|
608
596
|
kgShowCancelButton: {
|
|
609
597
|
type: PropType<boolean>;
|
|
@@ -642,7 +630,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
642
630
|
type: BooleanConstructor;
|
|
643
631
|
default: undefined;
|
|
644
632
|
};
|
|
645
|
-
width: (
|
|
633
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
646
634
|
footer: PropType<any>;
|
|
647
635
|
okText: PropType<any>;
|
|
648
636
|
okType: PropType<import("ant-design-vue/es/button/buttonTypes").LegacyButtonType>;
|
|
@@ -3,13 +3,14 @@ import { KgModalProps } from './KgModal';
|
|
|
3
3
|
/**
|
|
4
4
|
* 拖拽改变位置.
|
|
5
5
|
*
|
|
6
|
-
* @param param.getProps 组件参数.
|
|
7
6
|
* @param param.domRef 页面特殊元素对象.
|
|
7
|
+
* @param param.isDragToMove$$ 是否可以拖拽改变位置.
|
|
8
|
+
* @param param.isVisible$$ 弹窗是否打开.
|
|
8
9
|
*/
|
|
9
10
|
export declare function useDragToMove(param: {
|
|
10
11
|
domRef: Ref<HTMLDivElement | null>;
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
isDragToMove$$: ComputedRef<boolean>;
|
|
13
|
+
isVisible$$: ComputedRef<boolean>;
|
|
13
14
|
}): void;
|
|
14
15
|
declare type HandleType = 'top-left' | 'top' | 'top-right' | 'right' | 'bottom-right' | 'bottom' | 'bottom-left' | 'left';
|
|
15
16
|
/**
|
|
@@ -1,33 +1,4 @@
|
|
|
1
1
|
import { PropType } from 'vue';
|
|
2
|
-
export declare const getProps: () => {
|
|
3
|
-
/**
|
|
4
|
-
* 是否默认全屏.
|
|
5
|
-
*
|
|
6
|
-
* @default false
|
|
7
|
-
*/
|
|
8
|
-
kgIsDefaultFullscreen: {
|
|
9
|
-
type: PropType<boolean>;
|
|
10
|
-
default: boolean;
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* 是否显示关闭按钮.
|
|
14
|
-
*
|
|
15
|
-
* @default true
|
|
16
|
-
*/
|
|
17
|
-
kgIsShowCloseButton: {
|
|
18
|
-
type: PropType<boolean>;
|
|
19
|
-
default: boolean;
|
|
20
|
-
};
|
|
21
|
-
/**
|
|
22
|
-
* 是否显示全屏按钮.
|
|
23
|
-
*
|
|
24
|
-
* @default true
|
|
25
|
-
*/
|
|
26
|
-
kgIsShowFullscreenButton: {
|
|
27
|
-
type: PropType<boolean>;
|
|
28
|
-
default: boolean;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
2
|
declare const _default: import("vue").DefineComponent<{
|
|
32
3
|
/**
|
|
33
4
|
* 是否默认全屏.
|