@kengic/vue 0.31.16 → 0.31.17-beta.3
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 +8 -5
- 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
|
@@ -9,26 +9,44 @@ import { IKgProps, IKgSlots, KgModalProps } from '../component';
|
|
|
9
9
|
*/
|
|
10
10
|
declare const KG: {
|
|
11
11
|
/**
|
|
12
|
-
*
|
|
12
|
+
* 数据库的列的类型--NCHAR.
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
NCHAR: string;
|
|
16
|
-
NVARCHAR: string;
|
|
17
|
-
};
|
|
14
|
+
DB_COLUMN_TYPE__NCHAR: string;
|
|
18
15
|
/**
|
|
19
|
-
*
|
|
16
|
+
* 数据库的列的类型--NVARCHAR.
|
|
20
17
|
*/
|
|
18
|
+
DB_COLUMN_TYPE__NVARCHAR: string;
|
|
19
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} 等待 */
|
|
21
20
|
DB_TYPE: {
|
|
22
|
-
/**
|
|
23
|
-
* 达梦.
|
|
24
|
-
*/
|
|
25
|
-
DM: string;
|
|
26
|
-
MYSQL: string;
|
|
27
|
-
ORACLE: string;
|
|
21
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__POSTGRESQL} */
|
|
28
22
|
POSTGRESQL: string;
|
|
29
|
-
|
|
23
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
30
24
|
SQLSERVER: string;
|
|
31
25
|
};
|
|
26
|
+
/**
|
|
27
|
+
* 数据库的类型--达梦.
|
|
28
|
+
*/
|
|
29
|
+
DB_TYPE__DM: "DM";
|
|
30
|
+
/**
|
|
31
|
+
* 数据库的类型--MYSQL.
|
|
32
|
+
*/
|
|
33
|
+
DB_TYPE__MYSQL: "MYSQL";
|
|
34
|
+
/**
|
|
35
|
+
* 数据库的类型--ORACLE.
|
|
36
|
+
*/
|
|
37
|
+
DB_TYPE__ORACLE: "ORACLE";
|
|
38
|
+
/**
|
|
39
|
+
* 数据库的类型--POSTGRESQL.
|
|
40
|
+
*/
|
|
41
|
+
DB_TYPE__POSTGRESQL: "POSTGRESQL";
|
|
42
|
+
/**
|
|
43
|
+
* 数据库的类型--SQLITE.
|
|
44
|
+
*/
|
|
45
|
+
DB_TYPE__SQLITE: "SQLITE";
|
|
46
|
+
/**
|
|
47
|
+
* 数据库的类型--SQLSERVER.
|
|
48
|
+
*/
|
|
49
|
+
DB_TYPE__SQLSERVER: "SQLSERVER";
|
|
32
50
|
/** @deprecated 已废弃 */
|
|
33
51
|
DESCRIPTION_KEY: {
|
|
34
52
|
/** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
@@ -53,16 +71,17 @@ declare const KG: {
|
|
|
53
71
|
*/
|
|
54
72
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
55
73
|
id: {
|
|
56
|
-
type: import("vue").PropType<string>;
|
|
57
|
-
* <p>依赖注入表单数据对象.</p>
|
|
58
|
-
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
59
|
-
*/
|
|
74
|
+
type: import("vue").PropType<string>;
|
|
60
75
|
default: string;
|
|
61
|
-
};
|
|
76
|
+
}; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
62
77
|
kg$ContextMenu$Reload$IsAvailable: {
|
|
63
78
|
type: import("vue").PropType<boolean>;
|
|
64
|
-
default: boolean;
|
|
65
|
-
|
|
79
|
+
default: boolean; /**
|
|
80
|
+
* 依赖注入.
|
|
81
|
+
*/
|
|
82
|
+
}; /**
|
|
83
|
+
* 依赖注入.
|
|
84
|
+
*/
|
|
66
85
|
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
67
86
|
type: import("vue").PropType<boolean>;
|
|
68
87
|
default: boolean;
|
|
@@ -88,7 +107,9 @@ declare const KG: {
|
|
|
88
107
|
default: boolean;
|
|
89
108
|
};
|
|
90
109
|
kgIsResizable: {
|
|
91
|
-
type: import("vue").PropType<boolean>;
|
|
110
|
+
type: import("vue").PropType<boolean>; /**
|
|
111
|
+
* 变量名称.
|
|
112
|
+
*/
|
|
92
113
|
default: boolean;
|
|
93
114
|
};
|
|
94
115
|
}>>>;
|
|
@@ -503,12 +524,10 @@ declare const KG: {
|
|
|
503
524
|
*/
|
|
504
525
|
__KG__TABLE_TEMP_ID__: string;
|
|
505
526
|
DESCRIPTION_KEY__KG: string;
|
|
506
|
-
DESCRIPTION_KEY__WEB: string;
|
|
507
|
-
* 数据库的类型.
|
|
508
|
-
*/
|
|
527
|
+
DESCRIPTION_KEY__WEB: string;
|
|
509
528
|
DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
|
|
510
529
|
DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
|
|
511
|
-
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
530
|
+
DYNAMIC_QUERY_OPERATOR__EMPTY: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
512
531
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
513
532
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
514
533
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
@@ -518,7 +537,7 @@ declare const KG: {
|
|
|
518
537
|
DYNAMIC_QUERY_OPERATOR__LTE: string;
|
|
519
538
|
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
520
539
|
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
|
|
521
|
-
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
540
|
+
DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
522
541
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
523
542
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
524
543
|
HTTP_HEADER__KG_DB_TYPE: string;
|
|
@@ -526,7 +545,10 @@ declare const KG: {
|
|
|
526
545
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
527
546
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
528
547
|
HTTP_HEADER__KG_PAGE_INDEX: string;
|
|
529
|
-
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
548
|
+
HTTP_HEADER__KG_PAGE_SIZE: string; /**
|
|
549
|
+
* <p>依赖注入表单数据对象.</p>
|
|
550
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
551
|
+
*/
|
|
530
552
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
531
553
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
532
554
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
@@ -534,6 +556,9 @@ declare const KG: {
|
|
|
534
556
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
535
557
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
536
558
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
559
|
+
/**
|
|
560
|
+
* 模拟器.
|
|
561
|
+
*/
|
|
537
562
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
538
563
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
|
|
539
564
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
|
|
@@ -548,15 +573,18 @@ declare const KG: {
|
|
|
548
573
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
549
574
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
550
575
|
LOCALE: {
|
|
551
|
-
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
576
|
+
CS_CZ: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
577
|
+
* 右下侧工具栏.
|
|
578
|
+
*/
|
|
552
579
|
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
553
580
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
554
581
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
555
582
|
KM_KH: import("@kengic/core.core/src/model").IKgLocale;
|
|
556
|
-
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
557
583
|
/**
|
|
558
|
-
*
|
|
584
|
+
* 右上侧工具栏.
|
|
559
585
|
*/
|
|
586
|
+
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
587
|
+
TH_TH: import("@kengic/core.core/src/model").IKgLocale;
|
|
560
588
|
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
561
589
|
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
562
590
|
};
|
|
@@ -568,26 +596,44 @@ declare const KG: {
|
|
|
568
596
|
/** @deprecated 已弃用, 请使用 {@link KG}. */
|
|
569
597
|
declare const KG_CONST: {
|
|
570
598
|
/**
|
|
571
|
-
*
|
|
599
|
+
* 数据库的列的类型--NCHAR.
|
|
572
600
|
*/
|
|
573
|
-
|
|
574
|
-
NCHAR: string;
|
|
575
|
-
NVARCHAR: string;
|
|
576
|
-
};
|
|
601
|
+
DB_COLUMN_TYPE__NCHAR: string;
|
|
577
602
|
/**
|
|
578
|
-
*
|
|
603
|
+
* 数据库的列的类型--NVARCHAR.
|
|
579
604
|
*/
|
|
605
|
+
DB_COLUMN_TYPE__NVARCHAR: string;
|
|
606
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} 等待 */
|
|
580
607
|
DB_TYPE: {
|
|
581
|
-
/**
|
|
582
|
-
* 达梦.
|
|
583
|
-
*/
|
|
584
|
-
DM: string;
|
|
585
|
-
MYSQL: string;
|
|
586
|
-
ORACLE: string;
|
|
608
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__POSTGRESQL} */
|
|
587
609
|
POSTGRESQL: string;
|
|
588
|
-
|
|
610
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
589
611
|
SQLSERVER: string;
|
|
590
612
|
};
|
|
613
|
+
/**
|
|
614
|
+
* 数据库的类型--达梦.
|
|
615
|
+
*/
|
|
616
|
+
DB_TYPE__DM: "DM";
|
|
617
|
+
/**
|
|
618
|
+
* 数据库的类型--MYSQL.
|
|
619
|
+
*/
|
|
620
|
+
DB_TYPE__MYSQL: "MYSQL";
|
|
621
|
+
/**
|
|
622
|
+
* 数据库的类型--ORACLE.
|
|
623
|
+
*/
|
|
624
|
+
DB_TYPE__ORACLE: "ORACLE";
|
|
625
|
+
/**
|
|
626
|
+
* 数据库的类型--POSTGRESQL.
|
|
627
|
+
*/
|
|
628
|
+
DB_TYPE__POSTGRESQL: "POSTGRESQL";
|
|
629
|
+
/**
|
|
630
|
+
* 数据库的类型--SQLITE.
|
|
631
|
+
*/
|
|
632
|
+
DB_TYPE__SQLITE: "SQLITE";
|
|
633
|
+
/**
|
|
634
|
+
* 数据库的类型--SQLSERVER.
|
|
635
|
+
*/
|
|
636
|
+
DB_TYPE__SQLSERVER: "SQLSERVER";
|
|
591
637
|
/** @deprecated 已废弃 */
|
|
592
638
|
DESCRIPTION_KEY: {
|
|
593
639
|
/** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
@@ -612,16 +658,17 @@ declare const KG_CONST: {
|
|
|
612
658
|
*/
|
|
613
659
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
614
660
|
id: {
|
|
615
|
-
type: import("vue").PropType<string>;
|
|
616
|
-
* <p>依赖注入表单数据对象.</p>
|
|
617
|
-
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
618
|
-
*/
|
|
661
|
+
type: import("vue").PropType<string>;
|
|
619
662
|
default: string;
|
|
620
|
-
};
|
|
663
|
+
}; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
621
664
|
kg$ContextMenu$Reload$IsAvailable: {
|
|
622
665
|
type: import("vue").PropType<boolean>;
|
|
623
|
-
default: boolean;
|
|
624
|
-
|
|
666
|
+
default: boolean; /**
|
|
667
|
+
* 依赖注入.
|
|
668
|
+
*/
|
|
669
|
+
}; /**
|
|
670
|
+
* 依赖注入.
|
|
671
|
+
*/
|
|
625
672
|
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
626
673
|
type: import("vue").PropType<boolean>;
|
|
627
674
|
default: boolean;
|
|
@@ -647,7 +694,9 @@ declare const KG_CONST: {
|
|
|
647
694
|
default: boolean;
|
|
648
695
|
};
|
|
649
696
|
kgIsResizable: {
|
|
650
|
-
type: import("vue").PropType<boolean>;
|
|
697
|
+
type: import("vue").PropType<boolean>; /**
|
|
698
|
+
* 变量名称.
|
|
699
|
+
*/
|
|
651
700
|
default: boolean;
|
|
652
701
|
};
|
|
653
702
|
}>>>;
|
|
@@ -1062,12 +1111,10 @@ declare const KG_CONST: {
|
|
|
1062
1111
|
*/
|
|
1063
1112
|
__KG__TABLE_TEMP_ID__: string;
|
|
1064
1113
|
DESCRIPTION_KEY__KG: string;
|
|
1065
|
-
DESCRIPTION_KEY__WEB: string;
|
|
1066
|
-
* 数据库的类型.
|
|
1067
|
-
*/
|
|
1114
|
+
DESCRIPTION_KEY__WEB: string;
|
|
1068
1115
|
DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
|
|
1069
1116
|
DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
|
|
1070
|
-
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
1117
|
+
DYNAMIC_QUERY_OPERATOR__EMPTY: string; /** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
1071
1118
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
1072
1119
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
1073
1120
|
DYNAMIC_QUERY_OPERATOR__GT: string;
|
|
@@ -1077,7 +1124,7 @@ declare const KG_CONST: {
|
|
|
1077
1124
|
DYNAMIC_QUERY_OPERATOR__LTE: string;
|
|
1078
1125
|
DYNAMIC_QUERY_OPERATOR__NE: string;
|
|
1079
1126
|
DYNAMIC_QUERY_OPERATOR__NOT_EMPTY: string;
|
|
1080
|
-
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
1127
|
+
DYNAMIC_QUERY_OPERATOR__START_WITH: string; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
1081
1128
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
1082
1129
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
1083
1130
|
HTTP_HEADER__KG_DB_TYPE: string;
|
|
@@ -1085,7 +1132,10 @@ declare const KG_CONST: {
|
|
|
1085
1132
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
1086
1133
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
1087
1134
|
HTTP_HEADER__KG_PAGE_INDEX: string;
|
|
1088
|
-
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
1135
|
+
HTTP_HEADER__KG_PAGE_SIZE: string; /**
|
|
1136
|
+
* <p>依赖注入表单数据对象.</p>
|
|
1137
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
1138
|
+
*/
|
|
1089
1139
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
1090
1140
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
1091
1141
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
@@ -1093,6 +1143,9 @@ declare const KG_CONST: {
|
|
|
1093
1143
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
1094
1144
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
1095
1145
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
1146
|
+
/**
|
|
1147
|
+
* 模拟器.
|
|
1148
|
+
*/
|
|
1096
1149
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_02: string;
|
|
1097
1150
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_03: string;
|
|
1098
1151
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_04: string;
|
|
@@ -1107,15 +1160,18 @@ declare const KG_CONST: {
|
|
|
1107
1160
|
HTTP_HEADER__KG_WORK_AREA: string;
|
|
1108
1161
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
1109
1162
|
LOCALE: {
|
|
1110
|
-
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
1163
|
+
CS_CZ: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
1164
|
+
* 右下侧工具栏.
|
|
1165
|
+
*/
|
|
1111
1166
|
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1112
1167
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
1113
1168
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
1114
1169
|
KM_KH: import("@kengic/core.core/src/model").IKgLocale;
|
|
1115
|
-
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
1116
1170
|
/**
|
|
1117
|
-
*
|
|
1171
|
+
* 右上侧工具栏.
|
|
1118
1172
|
*/
|
|
1173
|
+
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
1174
|
+
TH_TH: import("@kengic/core.core/src/model").IKgLocale;
|
|
1119
1175
|
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1120
1176
|
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1121
1177
|
};
|
|
@@ -1746,6 +1802,17 @@ interface IKgVarButtonProperties {
|
|
|
1746
1802
|
* 是否显示, 默认为 true.
|
|
1747
1803
|
*/
|
|
1748
1804
|
isVisible?: boolean;
|
|
1805
|
+
/**
|
|
1806
|
+
* 按钮要执行的语句, 每种数据库可以定义自己的语句.
|
|
1807
|
+
*/
|
|
1808
|
+
sql?: {
|
|
1809
|
+
[KG.DB_TYPE__DM]?: string;
|
|
1810
|
+
[KG.DB_TYPE__MYSQL]?: string;
|
|
1811
|
+
[KG.DB_TYPE__ORACLE]?: string;
|
|
1812
|
+
[KG.DB_TYPE__POSTGRESQL]?: string;
|
|
1813
|
+
[KG.DB_TYPE__SQLITE]?: string;
|
|
1814
|
+
[KG.DB_TYPE__SQLSERVER]?: string;
|
|
1815
|
+
};
|
|
1749
1816
|
/**
|
|
1750
1817
|
* 文本提示.
|
|
1751
1818
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => {
|
|
3
3
|
visible: PropType<boolean>;
|
|
4
4
|
'onUpdate:visible': PropType<(value: boolean) => void>;
|
|
5
5
|
sql: PropType<string>;
|
|
@@ -33,3 +33,4 @@ export declare const KgPageDdaCreateBasicSqlModal: import("vue").DefineComponent
|
|
|
33
33
|
"onUpdate:visible"?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
onKgOk?: ((...args: any[]) => any) | undefined;
|
|
35
35
|
}, {}>;
|
|
36
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreateBasicProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
/**
|
|
5
5
|
* 系统管理--DDA--创建--基础信息.
|
|
@@ -7,3 +7,4 @@ export declare type IKgPageDdaCreateBasicProps = Partial<ExtractPropTypes<Return
|
|
|
7
7
|
export declare const KgPageDdaCreateBasic: 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>, {} | {
|
|
8
8
|
[x: string]: any;
|
|
9
9
|
}>;
|
|
10
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreateButtonProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
export declare const KgPageDdaCreateButton: 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>, {} | {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
}>;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreateMenuProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
export declare const KgPageDdaCreateMenu: 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>, {} | {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
}>;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreate02Props = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
export declare const KgPageDdaCreateSearch: 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>, {} | {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
}>;
|
|
7
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreateSubmitProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
export declare const KgPageDdaCreateSubmit: 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>, {} | {
|
|
5
5
|
[x: string]: any;
|
|
6
6
|
}>;
|
|
7
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => any;
|
|
3
3
|
export declare type IKgPageDdaCreateTableProps = Partial<ExtractPropTypes<ReturnType<typeof getProps>>>;
|
|
4
4
|
/**
|
|
5
5
|
* 系统管理--DDA--创建--表格视图.
|
|
@@ -7,3 +7,4 @@ export declare type IKgPageDdaCreateTableProps = Partial<ExtractPropTypes<Return
|
|
|
7
7
|
export declare const KgPageDdaCreateTable: 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>, {} | {
|
|
8
8
|
[x: string]: any;
|
|
9
9
|
}>;
|
|
10
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
|
-
|
|
2
|
+
declare const getProps: () => {
|
|
3
3
|
/**
|
|
4
4
|
* 是否显示.
|
|
5
5
|
* @default false
|
|
@@ -32,3 +32,4 @@ export declare const KgPageDdaCreate: import("vue").DefineComponent<{
|
|
|
32
32
|
onKgOk?: ((...args: any[]) => any) | undefined;
|
|
33
33
|
"onUpdate:kgVisible"?: ((...args: any[]) => any) | undefined;
|
|
34
34
|
}, {}>;
|
|
35
|
+
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ExtractPropTypes, PropType } from 'vue';
|
|
2
2
|
import './KgSqlClient.css';
|
|
3
3
|
import { ExecuteResultDTO } from '../../../api/WMS/models';
|
|
4
|
-
|
|
4
|
+
declare const getProps: () => {
|
|
5
5
|
/**
|
|
6
6
|
* 执行结果.
|
|
7
7
|
*/
|
|
@@ -34,3 +34,4 @@ export declare const KgSqlClientResultTab: import("vue").DefineComponent<{
|
|
|
34
34
|
*/
|
|
35
35
|
index: PropType<number>;
|
|
36
36
|
}>>, {}>;
|
|
37
|
+
export {};
|
|
@@ -26,7 +26,7 @@ export declare function randomString(length: number, chats?: string): string;
|
|
|
26
26
|
* @param opt 配置参数
|
|
27
27
|
* @param startPid 父节点
|
|
28
28
|
*/
|
|
29
|
-
export declare const listToTree: (array: any, opt: any, startPid: any) =>
|
|
29
|
+
export declare const listToTree: (array: any, opt: any, startPid: any) => never[];
|
|
30
30
|
/**
|
|
31
31
|
* 递归构建tree
|
|
32
32
|
* @param array
|
|
@@ -35,7 +35,7 @@ export declare const listToTree: (array: any, opt: any, startPid: any) => any;
|
|
|
35
35
|
* @param opt
|
|
36
36
|
* @returns {Array}
|
|
37
37
|
*/
|
|
38
|
-
export declare const toTree: (array: any, startPid: any, currentDept: any, opt: any) =>
|
|
38
|
+
export declare const toTree: (array: any, startPid: any, currentDept: any, opt: any) => never[];
|
|
39
39
|
/**
|
|
40
40
|
* 简单实现防抖方法
|
|
41
41
|
*
|
|
@@ -101,4 +101,4 @@ declare type IRequestOptions = IRequestOption;
|
|
|
101
101
|
* 获取 httpClient 实例.
|
|
102
102
|
*/
|
|
103
103
|
declare function httpClient(): IHttpClient;
|
|
104
|
-
export { kgConfigHttpClient, httpClient, type IRequestConfig, type IRequestOption, type IRequestOptions };
|
|
104
|
+
export { kgConfigHttpClient, httpClient, type IHttpClient, type IRequestConfig, type IRequestOption, type IRequestOptions };
|
|
@@ -6,14 +6,14 @@ import { ValidateMessages } from 'ant-design-vue/es/form/interface';
|
|
|
6
6
|
import { ButtonShape, ButtonType } from 'ant-design-vue/lib/button';
|
|
7
7
|
import { CSSProperties, ExtractPropTypes, HTMLAttributes, PropType } from 'vue';
|
|
8
8
|
export declare const formProps: () => {
|
|
9
|
-
layout: PropType<"
|
|
9
|
+
layout: PropType<"vertical" | "horizontal" | "inline">;
|
|
10
10
|
labelCol: {
|
|
11
11
|
type: PropType<Partial<ExtractPropTypes<{
|
|
12
|
-
span: (
|
|
13
|
-
order: (
|
|
14
|
-
offset: (
|
|
15
|
-
push: (
|
|
16
|
-
pull: (
|
|
12
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
13
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
14
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
15
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
16
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
17
17
|
xs: {
|
|
18
18
|
type: PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
19
19
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -43,16 +43,16 @@ export declare const formProps: () => {
|
|
|
43
43
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
44
44
|
};
|
|
45
45
|
prefixCls: StringConstructor;
|
|
46
|
-
flex: (
|
|
46
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
47
47
|
}>> & HTMLAttributes>;
|
|
48
48
|
};
|
|
49
49
|
wrapperCol: {
|
|
50
50
|
type: PropType<Partial<ExtractPropTypes<{
|
|
51
|
-
span: (
|
|
52
|
-
order: (
|
|
53
|
-
offset: (
|
|
54
|
-
push: (
|
|
55
|
-
pull: (
|
|
51
|
+
span: (NumberConstructor | StringConstructor)[];
|
|
52
|
+
order: (NumberConstructor | StringConstructor)[];
|
|
53
|
+
offset: (NumberConstructor | StringConstructor)[];
|
|
54
|
+
push: (NumberConstructor | StringConstructor)[];
|
|
55
|
+
pull: (NumberConstructor | StringConstructor)[];
|
|
56
56
|
xs: {
|
|
57
57
|
type: PropType<string | number | import("ant-design-vue/lib/grid").ColSize>;
|
|
58
58
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
@@ -82,7 +82,7 @@ export declare const formProps: () => {
|
|
|
82
82
|
default: string | number | import("ant-design-vue/lib/grid").ColSize;
|
|
83
83
|
};
|
|
84
84
|
prefixCls: StringConstructor;
|
|
85
|
-
flex: (
|
|
85
|
+
flex: (NumberConstructor | StringConstructor)[];
|
|
86
86
|
}>> & HTMLAttributes>;
|
|
87
87
|
};
|
|
88
88
|
colon: {
|
|
@@ -166,7 +166,7 @@ export declare const modalProps: () => {
|
|
|
166
166
|
type: BooleanConstructor;
|
|
167
167
|
default: undefined;
|
|
168
168
|
};
|
|
169
|
-
width: (
|
|
169
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
170
170
|
footer: PropType<any>;
|
|
171
171
|
okText: PropType<any>;
|
|
172
172
|
okType: PropType<LegacyButtonType>;
|
|
@@ -340,8 +340,8 @@ export declare const imageProps: () => {
|
|
|
340
340
|
type: PropType<(event: Event | string, source?: string, lineno?: number, colno?: number, error?: Error) => any>;
|
|
341
341
|
};
|
|
342
342
|
id: StringConstructor;
|
|
343
|
-
width: (
|
|
344
|
-
height: (
|
|
343
|
+
width: (NumberConstructor | StringConstructor)[];
|
|
344
|
+
height: (NumberConstructor | StringConstructor)[];
|
|
345
345
|
style: StringConstructor;
|
|
346
346
|
};
|
|
347
347
|
export {};
|
package/dist/src/util/index.d.ts
CHANGED
|
@@ -1,4 +1,30 @@
|
|
|
1
|
-
|
|
2
|
-
export * from './kg-auth.util';
|
|
1
|
+
import { KgUtil } from './kg.util';
|
|
3
2
|
export * from './kg.util';
|
|
4
|
-
|
|
3
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
4
|
+
export declare class KgRouteUtil {
|
|
5
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
6
|
+
static translateMenus: typeof KgUtil.translateMenus;
|
|
7
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
8
|
+
static transformMenus: typeof KgUtil.transformMenus;
|
|
9
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
10
|
+
static isPathInApp: typeof KgUtil.isPathInApp;
|
|
11
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
12
|
+
static getAppByPath: typeof KgUtil.getAppByPath;
|
|
13
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
14
|
+
static getAppIndexPath: typeof KgUtil.getAppIndexPath;
|
|
15
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
16
|
+
static getFirstLeafMenu: typeof KgUtil.getFirstLeafMenu;
|
|
17
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
18
|
+
static getMenuByPath: typeof KgUtil.getMenuByPath;
|
|
19
|
+
}
|
|
20
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
21
|
+
export declare class KgAuthUtil {
|
|
22
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
23
|
+
static isAdminUser: typeof KgUtil.isAdminUser;
|
|
24
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
25
|
+
static isAppAuthenticated: typeof KgUtil.isAppAuthenticated;
|
|
26
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
27
|
+
static isPathAuthenticated: typeof KgUtil.isPathAuthenticated;
|
|
28
|
+
/** @deprecated 已弃用, 请使用 KgUtil 中的同名方法. */
|
|
29
|
+
static getPermissionType: typeof KgUtil.getPermissionType;
|
|
30
|
+
}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { KgCoreUtil } from '@kengic/core.core';
|
|
1
|
+
import { IKgEventListener, IKgRemoveEventListener, KgCoreUtil } from '@kengic/core.core';
|
|
2
2
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
3
|
import dayjs, { Dayjs } from 'dayjs';
|
|
4
|
+
import { Slots } from 'vue';
|
|
4
5
|
import { IKgVarButtonModalProperties } from '../model';
|
|
5
|
-
import { Menu } from '../project
|
|
6
|
+
import { Menu } from '../project';
|
|
6
7
|
/**
|
|
7
8
|
* 工具方法.
|
|
8
9
|
*/
|
|
@@ -320,6 +321,42 @@ export declare class KgUtil {
|
|
|
320
321
|
whereSql05: string;
|
|
321
322
|
whereSqlSegmentRecordJSON: string;
|
|
322
323
|
};
|
|
324
|
+
/**
|
|
325
|
+
* <p>构造事件监听.</p>
|
|
326
|
+
* <p>在 {@link onEventFactory} 的基础上, 支持在组件卸载时自动取消监听.</p>
|
|
327
|
+
*
|
|
328
|
+
* @param param.event 事件名称.
|
|
329
|
+
* @param param.id 唯一标识.
|
|
330
|
+
* @param param.addEventListener 添加事件监听.
|
|
331
|
+
* @param param.removeEventListener 移除事件监听.
|
|
332
|
+
*/
|
|
333
|
+
static kgOnEventFactory<E extends string, L extends IKgEventListener = any>(param: {
|
|
334
|
+
event: E;
|
|
335
|
+
eventListeners: Record<string, Record<E, Array<L>>> | any;
|
|
336
|
+
id?: string | undefined;
|
|
337
|
+
}): (listener: L, isOnce?: boolean) => IKgRemoveEventListener;
|
|
338
|
+
/**
|
|
339
|
+
* 根据名称渲染单个插槽.
|
|
340
|
+
*
|
|
341
|
+
* @param param.slotRecord 插槽对象.
|
|
342
|
+
* @param param.name 插槽名称.
|
|
343
|
+
*/
|
|
344
|
+
static renderSlot(param: {
|
|
345
|
+
name: string;
|
|
346
|
+
slotRecord: Slots;
|
|
347
|
+
}): import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
348
|
+
[key: string]: any;
|
|
349
|
+
}>[] | null;
|
|
350
|
+
/**
|
|
351
|
+
* 渲染插槽.
|
|
352
|
+
*
|
|
353
|
+
* @param param.slotRecord 插槽对象.
|
|
354
|
+
* @param param.excludeSlotList 要排除的插槽名称列表.
|
|
355
|
+
*/
|
|
356
|
+
static renderSlotList(param: {
|
|
357
|
+
excludeSlotList?: string[];
|
|
358
|
+
slotRecord: Slots;
|
|
359
|
+
}): any;
|
|
323
360
|
}
|
|
324
361
|
export declare type ModalFunc = {
|
|
325
362
|
destroy: () => void;
|