@kengic/vue 0.31.16 → 0.32.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 +0 -1
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +68701 -136137
- 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 +2 -1
- 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 +1 -1
- package/dist/src/component/KgLayoutHeader/KgLayoutHeader.Locale.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +7 -19
- 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 +62 -5
- 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 +1 -1
- 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/index.d.ts +0 -1
- package/dist/src/model/index.d.ts +139 -64
- 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/service/http-client.d.ts +1 -1
- package/package.json +1 -2
- 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/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,11 +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;
|
|
530
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__POSTGRESQL} */
|
|
511
531
|
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
512
532
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
513
533
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
@@ -521,7 +541,9 @@ declare const KG: {
|
|
|
521
541
|
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
522
542
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
523
543
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
524
|
-
HTTP_HEADER__KG_DB_TYPE: string;
|
|
544
|
+
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
545
|
+
* 唯一标识.
|
|
546
|
+
*/
|
|
525
547
|
HTTP_HEADER__KG_FID: string;
|
|
526
548
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
527
549
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
@@ -529,8 +551,13 @@ declare const KG: {
|
|
|
529
551
|
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
530
552
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
531
553
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
554
|
+
/**
|
|
555
|
+
* formRef.
|
|
556
|
+
*/
|
|
532
557
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
533
|
-
HTTP_HEADER__KG_QUERY_SQL: string;
|
|
558
|
+
HTTP_HEADER__KG_QUERY_SQL: string; /**
|
|
559
|
+
* 表单控件.
|
|
560
|
+
*/
|
|
534
561
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
535
562
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
536
563
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
@@ -545,17 +572,20 @@ declare const KG: {
|
|
|
545
572
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_10: string;
|
|
546
573
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
|
|
547
574
|
HTTP_HEADER__KG_WAREHOUSE: string;
|
|
548
|
-
HTTP_HEADER__KG_WORK_AREA: string;
|
|
575
|
+
HTTP_HEADER__KG_WORK_AREA: string; /**
|
|
576
|
+
* 左上侧工具栏.
|
|
577
|
+
*/
|
|
549
578
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
550
579
|
LOCALE: {
|
|
551
580
|
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
552
|
-
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
581
|
+
EN: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
582
|
+
* 右下侧工具栏.
|
|
583
|
+
*/
|
|
553
584
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
554
585
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
555
586
|
KM_KH: import("@kengic/core.core/src/model").IKgLocale;
|
|
556
|
-
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
557
|
-
|
|
558
|
-
* 「变量配置:查找弹窗」.
|
|
587
|
+
KO_KR: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
588
|
+
* 右上侧工具栏.
|
|
559
589
|
*/
|
|
560
590
|
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
561
591
|
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
@@ -563,31 +593,51 @@ declare const KG: {
|
|
|
563
593
|
LOCALE_DATA_LIST: {
|
|
564
594
|
text: string;
|
|
565
595
|
code: string;
|
|
566
|
-
}[];
|
|
596
|
+
}[]; /**
|
|
597
|
+
* 变量页面.
|
|
598
|
+
*/
|
|
567
599
|
};
|
|
568
600
|
/** @deprecated 已弃用, 请使用 {@link KG}. */
|
|
569
601
|
declare const KG_CONST: {
|
|
570
602
|
/**
|
|
571
|
-
*
|
|
603
|
+
* 数据库的列的类型--NCHAR.
|
|
572
604
|
*/
|
|
573
|
-
|
|
574
|
-
NCHAR: string;
|
|
575
|
-
NVARCHAR: string;
|
|
576
|
-
};
|
|
605
|
+
DB_COLUMN_TYPE__NCHAR: string;
|
|
577
606
|
/**
|
|
578
|
-
*
|
|
607
|
+
* 数据库的列的类型--NVARCHAR.
|
|
579
608
|
*/
|
|
609
|
+
DB_COLUMN_TYPE__NVARCHAR: string;
|
|
610
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} 等待 */
|
|
580
611
|
DB_TYPE: {
|
|
581
|
-
/**
|
|
582
|
-
* 达梦.
|
|
583
|
-
*/
|
|
584
|
-
DM: string;
|
|
585
|
-
MYSQL: string;
|
|
586
|
-
ORACLE: string;
|
|
612
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__POSTGRESQL} */
|
|
587
613
|
POSTGRESQL: string;
|
|
588
|
-
|
|
614
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__SQLSERVER} */
|
|
589
615
|
SQLSERVER: string;
|
|
590
616
|
};
|
|
617
|
+
/**
|
|
618
|
+
* 数据库的类型--达梦.
|
|
619
|
+
*/
|
|
620
|
+
DB_TYPE__DM: "DM";
|
|
621
|
+
/**
|
|
622
|
+
* 数据库的类型--MYSQL.
|
|
623
|
+
*/
|
|
624
|
+
DB_TYPE__MYSQL: "MYSQL";
|
|
625
|
+
/**
|
|
626
|
+
* 数据库的类型--ORACLE.
|
|
627
|
+
*/
|
|
628
|
+
DB_TYPE__ORACLE: "ORACLE";
|
|
629
|
+
/**
|
|
630
|
+
* 数据库的类型--POSTGRESQL.
|
|
631
|
+
*/
|
|
632
|
+
DB_TYPE__POSTGRESQL: "POSTGRESQL";
|
|
633
|
+
/**
|
|
634
|
+
* 数据库的类型--SQLITE.
|
|
635
|
+
*/
|
|
636
|
+
DB_TYPE__SQLITE: "SQLITE";
|
|
637
|
+
/**
|
|
638
|
+
* 数据库的类型--SQLSERVER.
|
|
639
|
+
*/
|
|
640
|
+
DB_TYPE__SQLSERVER: "SQLSERVER";
|
|
591
641
|
/** @deprecated 已废弃 */
|
|
592
642
|
DESCRIPTION_KEY: {
|
|
593
643
|
/** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
@@ -612,16 +662,17 @@ declare const KG_CONST: {
|
|
|
612
662
|
*/
|
|
613
663
|
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
614
664
|
id: {
|
|
615
|
-
type: import("vue").PropType<string>;
|
|
616
|
-
* <p>依赖注入表单数据对象.</p>
|
|
617
|
-
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
618
|
-
*/
|
|
665
|
+
type: import("vue").PropType<string>;
|
|
619
666
|
default: string;
|
|
620
|
-
};
|
|
667
|
+
}; /** @deprecated 已废弃, 请使用 KG.DESCRIPTION_KEY__KG */
|
|
621
668
|
kg$ContextMenu$Reload$IsAvailable: {
|
|
622
669
|
type: import("vue").PropType<boolean>;
|
|
623
|
-
default: boolean;
|
|
624
|
-
|
|
670
|
+
default: boolean; /**
|
|
671
|
+
* 依赖注入.
|
|
672
|
+
*/
|
|
673
|
+
}; /**
|
|
674
|
+
* 依赖注入.
|
|
675
|
+
*/
|
|
625
676
|
kg$KgCanvasToolbarButtonMode$IsAvailable: {
|
|
626
677
|
type: import("vue").PropType<boolean>;
|
|
627
678
|
default: boolean;
|
|
@@ -647,7 +698,9 @@ declare const KG_CONST: {
|
|
|
647
698
|
default: boolean;
|
|
648
699
|
};
|
|
649
700
|
kgIsResizable: {
|
|
650
|
-
type: import("vue").PropType<boolean>;
|
|
701
|
+
type: import("vue").PropType<boolean>; /**
|
|
702
|
+
* 变量名称.
|
|
703
|
+
*/
|
|
651
704
|
default: boolean;
|
|
652
705
|
};
|
|
653
706
|
}>>>;
|
|
@@ -1062,11 +1115,10 @@ declare const KG_CONST: {
|
|
|
1062
1115
|
*/
|
|
1063
1116
|
__KG__TABLE_TEMP_ID__: string;
|
|
1064
1117
|
DESCRIPTION_KEY__KG: string;
|
|
1065
|
-
DESCRIPTION_KEY__WEB: string;
|
|
1066
|
-
* 数据库的类型.
|
|
1067
|
-
*/
|
|
1118
|
+
DESCRIPTION_KEY__WEB: string;
|
|
1068
1119
|
DYNAMIC_QUERY_OPERATOR__BETWEEN: string;
|
|
1069
1120
|
DYNAMIC_QUERY_OPERATOR__CONTAIN: string;
|
|
1121
|
+
/** @deprecated 已废弃, 请使用 {@link KG.DB_TYPE__POSTGRESQL} */
|
|
1070
1122
|
DYNAMIC_QUERY_OPERATOR__EMPTY: string;
|
|
1071
1123
|
DYNAMIC_QUERY_OPERATOR__END_WITH: string;
|
|
1072
1124
|
DYNAMIC_QUERY_OPERATOR__EQ: string;
|
|
@@ -1080,7 +1132,9 @@ declare const KG_CONST: {
|
|
|
1080
1132
|
DYNAMIC_QUERY_OPERATOR__START_WITH: string;
|
|
1081
1133
|
HTTP_HEADER__KG_BUTTON_VAR_NAME: string;
|
|
1082
1134
|
HTTP_HEADER__KG_BUTTON_VNAME: string;
|
|
1083
|
-
HTTP_HEADER__KG_DB_TYPE: string;
|
|
1135
|
+
HTTP_HEADER__KG_DB_TYPE: string; /**
|
|
1136
|
+
* 唯一标识.
|
|
1137
|
+
*/
|
|
1084
1138
|
HTTP_HEADER__KG_FID: string;
|
|
1085
1139
|
HTTP_HEADER__KG_FORM_ID: string;
|
|
1086
1140
|
HTTP_HEADER__KG_IS_DYNAMIC_QUERY: string;
|
|
@@ -1088,8 +1142,13 @@ declare const KG_CONST: {
|
|
|
1088
1142
|
HTTP_HEADER__KG_PAGE_SIZE: string;
|
|
1089
1143
|
HTTP_HEADER__KG_QUERY_OFFSET_SQL: string;
|
|
1090
1144
|
HTTP_HEADER__KG_QUERY_OPERATOR_RECORD: string;
|
|
1145
|
+
/**
|
|
1146
|
+
* formRef.
|
|
1147
|
+
*/
|
|
1091
1148
|
HTTP_HEADER__KG_QUERY_ORDER_BY_SQL: string;
|
|
1092
|
-
HTTP_HEADER__KG_QUERY_SQL: string;
|
|
1149
|
+
HTTP_HEADER__KG_QUERY_SQL: string; /**
|
|
1150
|
+
* 表单控件.
|
|
1151
|
+
*/
|
|
1093
1152
|
HTTP_HEADER__KG_QUERY_VALUE_RECORD: string;
|
|
1094
1153
|
HTTP_HEADER__KG_QUERY_WHERE_SQL: string;
|
|
1095
1154
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_01: string;
|
|
@@ -1104,17 +1163,20 @@ declare const KG_CONST: {
|
|
|
1104
1163
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_10: string;
|
|
1105
1164
|
HTTP_HEADER__KG_QUERY_WHERE_SQL_SEGMENT_RECORD: string;
|
|
1106
1165
|
HTTP_HEADER__KG_WAREHOUSE: string;
|
|
1107
|
-
HTTP_HEADER__KG_WORK_AREA: string;
|
|
1166
|
+
HTTP_HEADER__KG_WORK_AREA: string; /**
|
|
1167
|
+
* 左上侧工具栏.
|
|
1168
|
+
*/
|
|
1108
1169
|
HTTP_HEADER__KG_WORK_STATION: string;
|
|
1109
1170
|
LOCALE: {
|
|
1110
1171
|
CS_CZ: import("@kengic/core.core/src/model").IKgLocale;
|
|
1111
|
-
EN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1172
|
+
EN: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
1173
|
+
* 右下侧工具栏.
|
|
1174
|
+
*/
|
|
1112
1175
|
ES_ES: import("@kengic/core.core/src/model").IKgLocale;
|
|
1113
1176
|
FR_FR: import("@kengic/core.core/src/model").IKgLocale;
|
|
1114
1177
|
KM_KH: import("@kengic/core.core/src/model").IKgLocale;
|
|
1115
|
-
KO_KR: import("@kengic/core.core/src/model").IKgLocale;
|
|
1116
|
-
|
|
1117
|
-
* 「变量配置:查找弹窗」.
|
|
1178
|
+
KO_KR: import("@kengic/core.core/src/model").IKgLocale; /**
|
|
1179
|
+
* 右上侧工具栏.
|
|
1118
1180
|
*/
|
|
1119
1181
|
VI_VN: import("@kengic/core.core/src/model").IKgLocale;
|
|
1120
1182
|
ZH_CN: import("@kengic/core.core/src/model").IKgLocale;
|
|
@@ -1122,7 +1184,9 @@ declare const KG_CONST: {
|
|
|
1122
1184
|
LOCALE_DATA_LIST: {
|
|
1123
1185
|
text: string;
|
|
1124
1186
|
code: string;
|
|
1125
|
-
}[];
|
|
1187
|
+
}[]; /**
|
|
1188
|
+
* 变量页面.
|
|
1189
|
+
*/
|
|
1126
1190
|
};
|
|
1127
1191
|
/**
|
|
1128
1192
|
* 模块.
|
|
@@ -1746,6 +1810,17 @@ interface IKgVarButtonProperties {
|
|
|
1746
1810
|
* 是否显示, 默认为 true.
|
|
1747
1811
|
*/
|
|
1748
1812
|
isVisible?: boolean;
|
|
1813
|
+
/**
|
|
1814
|
+
* 按钮要执行的语句, 每种数据库可以定义自己的语句.
|
|
1815
|
+
*/
|
|
1816
|
+
sql?: {
|
|
1817
|
+
[KG.DB_TYPE__DM]?: string;
|
|
1818
|
+
[KG.DB_TYPE__MYSQL]?: string;
|
|
1819
|
+
[KG.DB_TYPE__ORACLE]?: string;
|
|
1820
|
+
[KG.DB_TYPE__POSTGRESQL]?: string;
|
|
1821
|
+
[KG.DB_TYPE__SQLITE]?: string;
|
|
1822
|
+
[KG.DB_TYPE__SQLSERVER]?: string;
|
|
1823
|
+
};
|
|
1749
1824
|
/**
|
|
1750
1825
|
* 文本提示.
|
|
1751
1826
|
*/
|
|
@@ -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 {};
|
|
@@ -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 };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kengic/vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.1",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npm run use-node && rimraf dist && vue-tsc && vite build",
|
|
6
6
|
"build--development": "npm run use-node && rimraf dist && vue-tsc && vite build --mode development",
|
|
@@ -51,7 +51,6 @@
|
|
|
51
51
|
"@iconify-icons/ph": "1.2.5",
|
|
52
52
|
"@iconify/vue": "4.1.2",
|
|
53
53
|
"@kengic/core.core": "0.0.6",
|
|
54
|
-
"@kengic/core.react": "0.0.6",
|
|
55
54
|
"@kengic/pont": "2.1.2",
|
|
56
55
|
"@rys-fe/vite-plugin-theme": "0.8.6",
|
|
57
56
|
"@thymine/xunee": "0.4.9-beta.47",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const c = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" fill-rule="evenodd" d="M799.855 166.312c.023.007.043.018.084.059l57.69 57.69c.041.041.052.06.059.084a.118.118 0 0 1 0 .069c-.007.023-.018.042-.059.083L569.926 512l287.703 287.703c.041.04.052.06.059.083a.118.118 0 0 1 0 .07c-.007.022-.018.042-.059.083l-57.69 57.69c-.041.041-.06.052-.084.059a.118.118 0 0 1-.069 0c-.023-.007-.042-.018-.083-.059L512 569.926L224.297 857.629c-.04.041-.06.052-.083.059a.118.118 0 0 1-.07 0c-.022-.007-.042-.018-.083-.059l-57.69-57.69c-.041-.041-.052-.06-.059-.084a.118.118 0 0 1 0-.069c.007-.023.018-.042.059-.083L454.073 512L166.371 224.297c-.041-.04-.052-.06-.059-.083a.118.118 0 0 1 0-.07c.007-.022.018-.042.059-.083l57.69-57.69c.041-.041.06-.052.084-.059a.118.118 0 0 1 .069 0c.023.007.042.018.083.059L512 454.073l287.703-287.702c.04-.041.06-.052.083-.059a.118.118 0 0 1 .07 0Z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
c as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448s448-200.6 448-448S759.4 64 512 64zm0 820c-205.4 0-372-166.6-372-372s166.6-372 372-372s372 166.6 372 372s-166.6 372-372 372z"/><path fill="currentColor" d="M464 688a48 48 0 1 0 96 0a48 48 0 1 0-96 0zm24-112h48c4.4 0 8-3.6 8-8V296c0-4.4-3.6-8-8-8h-48c-4.4 0-8 3.6-8 8v272c0 4.4 3.6 8 8 8z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
t as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M391 240.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L200 146.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L280 333.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L401 410c5.1.6 9.5-3.7 8.9-8.9L391 240.9zm10.1 373.2L240.8 633c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L146.3 824a8.03 8.03 0 0 0 0 11.3l42.4 42.3c3.1 3.1 8.2 3.1 11.3 0L333.7 744l43.7 43.7A8.01 8.01 0 0 0 391 783l18.9-160.1c.6-5.1-3.7-9.4-8.8-8.8zm221.8-204.2L783.2 391c6.6-.8 9.4-8.9 4.7-13.6L744 333.6L877.7 200c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.3a8.03 8.03 0 0 0-11.3 0L690.3 279.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L614.1 401c-.6 5.2 3.7 9.5 8.8 8.9zM744 690.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L623 614c-5.1-.6-9.5 3.7-8.9 8.9L633 783.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L824 877.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L744 690.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const l = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="m290 236.4l43.9-43.9a8.01 8.01 0 0 0-4.7-13.6L169 160c-5.1-.6-9.5 3.7-8.9 8.9L179 329.1c.8 6.6 8.9 9.4 13.6 4.7l43.7-43.7L370 423.7c3.1 3.1 8.2 3.1 11.3 0l42.4-42.3c3.1-3.1 3.1-8.2 0-11.3L290 236.4zm352.7 187.3c3.1 3.1 8.2 3.1 11.3 0l133.7-133.6l43.7 43.7a8.01 8.01 0 0 0 13.6-4.7L863.9 169c.6-5.1-3.7-9.5-8.9-8.9L694.8 179c-6.6.8-9.4 8.9-4.7 13.6l43.9 43.9L600.3 370a8.03 8.03 0 0 0 0 11.3l42.4 42.4zM845 694.9c-.8-6.6-8.9-9.4-13.6-4.7l-43.7 43.7L654 600.3a8.03 8.03 0 0 0-11.3 0l-42.4 42.3a8.03 8.03 0 0 0 0 11.3L734 787.6l-43.9 43.9a8.01 8.01 0 0 0 4.7 13.6L855 864c5.1.6 9.5-3.7 8.9-8.9L845 694.9zm-463.7-94.6a8.03 8.03 0 0 0-11.3 0L236.3 733.9l-43.7-43.7a8.01 8.01 0 0 0-13.6 4.7L160.1 855c-.6 5.1 3.7 9.5 8.9 8.9L329.2 845c6.6-.8 9.4-8.9 4.7-13.6L290 787.6L423.7 654c3.1-3.1 3.1-8.2 0-11.3l-42.4-42.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
l as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const t = {
|
|
2
|
-
width: 1024,
|
|
3
|
-
height: 1024,
|
|
4
|
-
body: '<path fill="currentColor" d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1c-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"/>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
t as default
|
|
8
|
-
};
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
const e = {
|
|
2
|
-
width: 24,
|
|
3
|
-
height: 24,
|
|
4
|
-
body: '<circle cx="18" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".67" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="12" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin=".33" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle><circle cx="6" cy="12" r="0" fill="currentColor"><animate attributeName="r" begin="0" calcMode="spline" dur="1.5s" keySplines="0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8;0.2 0.2 0.4 0.8" repeatCount="indefinite" values="0;2;0;0"/></circle>'
|
|
5
|
-
};
|
|
6
|
-
export {
|
|
7
|
-
e as default
|
|
8
|
-
};
|