@kengic/vue 0.30.1-beta.3 → 0.30.1-beta.31
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 +1 -1
- package/dist/align-left-outlined.579b01c6.mjs +8 -0
- package/dist/caret-down-outlined.c0564a3f.mjs +8 -0
- package/dist/caret-left-outlined.35b1d7d1.mjs +8 -0
- package/dist/caret-up-outlined.81b559ad.mjs +8 -0
- package/dist/check-box-outline-blank.d01a2055.mjs +8 -0
- package/dist/collapse-all-rounded.26ee73fc.mjs +8 -0
- package/dist/double-right-outlined.f057a6b2.mjs +8 -0
- package/dist/expand-all-rounded.e01e6cb9.mjs +8 -0
- package/dist/eye-invisible-outlined.5f8d6151.mjs +8 -0
- package/dist/holder-outlined.9e698750.mjs +8 -0
- package/dist/index.css +1 -1
- package/dist/kengic-vue.js +171350 -127577
- package/dist/loading-outlined.13a15197.mjs +8 -0
- package/dist/more-outlined.8e1202ac.mjs +8 -0
- package/dist/palette-swatch-variant.f7258843.mjs +8 -0
- package/dist/partition-outlined.1bcf4f37.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/api/WMS/Controllers/DescriptionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/DescriptionController/ListByCodeNamesAndCodeValues.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/Execute.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SqlClientController/ExecutePage.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/SysPermissionController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/Add.d.ts +3 -3
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/ListByFormId.d.ts +16 -0
- package/dist/src/api/WMS/Controllers/VarConfigDescriptionController/index.d.ts +1 -0
- package/dist/src/api/WMS/Controllers/VarConfigPossibilityController/ExecuteQuery.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarController/GetAll.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/Create.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/GetResultSetMetadataFromSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCopySql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateCreateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateDeleteSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateFrmId.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateSearchSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateUpdateSql.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarDdaController/ValidateVarButtonVarName.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarGridMasterController/Update.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarProfileMasterController/QueryByID.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/VarVariableController/Delete.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/WarehouseController/ListVO.d.ts +25 -0
- package/dist/src/api/WMS/Controllers/WorkstationController/List.d.ts +2 -2
- package/dist/src/api/WMS/Controllers/index.d.ts +1 -1
- package/dist/src/api/WMS/models.d.ts +11 -5
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +26 -5
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +21 -5
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +1 -33
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +4 -4
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.AreaSelect.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Legend.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Offline.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Setting.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Log.d.ts +5 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.Tab.Rgv.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Tab.Rgv.d.ts} +5 -5
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.d.ts +5 -0
- package/dist/src/component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.hooks.d.ts +29 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.model.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.model.d.ts} +1 -1
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.store.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.store.d.ts} +41 -41
- package/dist/src/component/KgCircularShuttleMonitor/index.d.ts +3 -0
- package/dist/src/component/KgForm/KgForm.d.ts +3 -3
- package/dist/src/component/KgForm/index.d.ts +4 -4
- package/dist/src/component/KgForm.Item/KgForm.Item.d.ts +35 -35
- package/dist/src/component/KgForm.Item/KgForm.Item.model.d.ts +31 -33
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Checkbox.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.CheckboxGroup.d.ts +38 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Date.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.DateRange.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Image.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Input.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputNumber.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.InputPassword.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Link.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.RadioGroup.d.ts +34 -36
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Select.d.ts +35 -35
- package/dist/src/component/KgForm.Item/components/KgForm.Item.Switch.d.ts +34 -34
- package/dist/src/component/KgForm.Item/components/KgForm.Item.TextArea.d.ts +34 -34
- package/dist/src/component/KgLayoutHeader/{components/KgLayoutHeaderLocale.d.ts → KgLayoutHeader.Locale.d.ts} +1 -1
- package/dist/src/component/KgLayoutHeader/index.d.ts +1 -1
- package/dist/src/component/KgModal/KgModal.d.ts +18 -18
- package/dist/src/component/KgModal/{hooks/useDragToResize.d.ts → KgModal.service.d.ts} +13 -2
- package/dist/src/component/KgModal02/KgModal02.d.ts +591 -0
- package/dist/src/component/KgModal02/KgModal02.model.d.ts +1 -0
- package/dist/src/component/KgModal02/index.d.ts +1 -0
- package/dist/src/component/KgResizable/KgResizable.d.ts +4 -4
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +71 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Create.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.Scene.Open.CircularConveyor.d.ts +36 -0
- package/dist/src/component/KgSimulator/KgSimulator.Menu.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Prefab.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.Property.d.ts +4 -0
- package/dist/src/{page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts → component/KgSimulator/KgSimulator.Panel.Scene.d.ts} +2 -3
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +92 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -0
- package/dist/src/component/KgSimulator/KgSimulator.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Prefab.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Property.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.Scene.d.ts +9 -0
- package/dist/src/component/KgSimulator/KgSimulator.ToolbarButton.d.ts +113 -0
- package/dist/src/component/KgSimulator/KgSimulator.d.ts +33 -0
- package/dist/src/component/KgSimulator/KgSimulator.event.d.ts +63 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +68 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +517 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +172 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +14 -9
- package/dist/src/component/KgSubmit/KgSubmit.hooks.d.ts +46 -14
- package/dist/src/component/KgSubmit/KgSubmit.store.d.ts +46 -0
- package/dist/src/component/KgTable/{components/KgTable.BodyCell.d.ts → KgTable.BodyCell.d.ts} +1 -1
- package/dist/src/component/KgTable/{components/KgTable.HeaderCell.d.ts → KgTable.HeadCell.d.ts} +1 -1
- package/dist/src/component/KgTable/{components/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.model.d.ts +0 -2
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +72 -0
- package/dist/src/component/KgTable02/KgTable02.event.d.ts +13 -3
- package/dist/src/component/KgTable02/KgTable02.hooks.d.ts +9 -0
- package/dist/src/component/KgVar/{KgVarFactory.d.ts → KgVar.Factory.d.ts} +9 -0
- package/dist/src/component/KgVar/KgVar.d.ts +23 -17
- package/dist/src/component/KgVar/KgVar.event.d.ts +19 -6
- package/dist/src/component/KgVar/KgVar.hooks.d.ts +20 -7
- package/dist/src/component/KgVar/KgVar.model.d.ts +0 -5
- package/dist/src/component/KgVar/index.d.ts +1 -1
- package/dist/src/component/KgVarConfig/KgVarConfig.model.d.ts +0 -3
- package/dist/src/component/KgWarehouse/KgWarehouse.hooks.d.ts +2 -2
- package/dist/src/component/KgWarehouse/KgWarehouse.store.d.ts +4 -4
- package/dist/src/component/index.d.ts +3 -0
- package/dist/src/config/config.store.d.ts +15 -3
- package/dist/src/config/index.d.ts +9 -3
- package/dist/src/const/const.model.d.ts +533 -5
- package/dist/src/const/form-id.const.d.ts +22 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/cs_CZ.d.ts +1 -1
- package/dist/src/i18n/en.d.ts +1 -1
- package/dist/src/i18n/es_ES.d.ts +1 -1
- package/dist/src/i18n/fr_FR.d.ts +1 -1
- package/dist/src/i18n/i18n.setup.d.ts +1 -1
- package/dist/src/i18n/km_KH.d.ts +1 -1
- package/dist/src/i18n/ko_KR.d.ts +1 -1
- package/dist/src/i18n/vi_VN.d.ts +1 -1
- package/dist/src/i18n/zh_CN.d.ts +1 -1
- package/dist/src/page/{KgCircleVis/KgPageCircleVis.d.ts → KgPageCircularShuttleMonitor/KgPageCircularShuttleMonitor.d.ts} +1 -1
- package/dist/src/page/KgPageCircularShuttleMonitor/index.d.ts +1 -0
- package/dist/src/page/KgPageDda/KgPageDda.d.ts +1 -1
- package/dist/src/page/KgPageDda/components/KgPageDda.Create.store.d.ts +3 -3
- package/dist/src/page/index.d.ts +2 -2
- package/dist/src/project/src/utils/env.d.ts +0 -16
- package/dist/src/service/http-client.d.ts +5 -1
- package/dist/src/util/ant-design-vue.d.ts +1 -1
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +9 -7
- package/dist/src/api/WMS/Controllers/WhController/ListVO.d.ts +0 -54
- package/dist/src/component/KgForm/KgForm.model.d.ts +0 -9
- package/dist/src/component/KgModal/hooks/useDragToMove.d.ts +0 -12
- package/dist/src/const/injection-keys.const.d.ts +0 -11
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Canvas.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Legend.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Offline.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Setting.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.Tab.Log.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.d.ts +0 -5
- package/dist/src/page/KgCircleVis/components/KgCircleVis.hooks.d.ts +0 -29
- package/dist/src/page/KgCircleVis/index.d.ts +0 -1
- /package/dist/src/api/WMS/Controllers/{WhController → WarehouseController}/index.d.ts +0 -0
- /package/dist/src/{page/KgCircleVis/components/KgCircleVis.Canvas.service.d.ts → component/KgCircularShuttleMonitor/KgCircularShuttleMonitor.Canvas.service.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/KgTable.Info.d.ts → KgTable.Info.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.VarGridMaster.SaveAs.d.ts → KgTable.Setting.VarGridMaster.SaveAs.d.ts} +0 -0
- /package/dist/src/component/KgTable/{components/setting/KgTable.Setting.d.ts → KgTable.Setting.d.ts} +0 -0
|
@@ -1,11 +1,370 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Q } from '@thymine/xunee';
|
|
2
|
+
import { FormInstance, type TooltipProps } from 'ant-design-vue';
|
|
2
3
|
import { ModalFuncProps } from 'ant-design-vue/lib/modal/Modal';
|
|
3
4
|
import { Pinia, StoreOnActionListener } from 'pinia';
|
|
4
|
-
import {
|
|
5
|
+
import { ComputedRef, InjectionKey, Ref } from 'vue';
|
|
6
|
+
import { IKgProps, IKgSlots, KgModalProps } from '../component';
|
|
5
7
|
/**
|
|
6
8
|
* 常量.
|
|
7
9
|
* TODO LT 将所有常量都统一放到这个常量中
|
|
8
10
|
*/
|
|
11
|
+
export declare const KG: {
|
|
12
|
+
/**
|
|
13
|
+
* 数据库的列的类型.
|
|
14
|
+
*/
|
|
15
|
+
DB_COLUMN_TYPE: {
|
|
16
|
+
NCHAR: string;
|
|
17
|
+
NVARCHAR: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* 数据库的类型.
|
|
21
|
+
*/
|
|
22
|
+
DB_TYPE: {
|
|
23
|
+
/**
|
|
24
|
+
* 达梦.
|
|
25
|
+
*/
|
|
26
|
+
DM: string;
|
|
27
|
+
MYSQL: string;
|
|
28
|
+
ORACLE: string;
|
|
29
|
+
POSTGRESQL: string;
|
|
30
|
+
SQLITE: string;
|
|
31
|
+
SQLSERVER: string;
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* 描述表中的键.
|
|
35
|
+
*/
|
|
36
|
+
DESCRIPTION_KEY: {
|
|
37
|
+
/**
|
|
38
|
+
* 所有翻译.
|
|
39
|
+
*/
|
|
40
|
+
ALL: string;
|
|
41
|
+
/**
|
|
42
|
+
* 该组件库的所有翻译.
|
|
43
|
+
*/
|
|
44
|
+
KG: string;
|
|
45
|
+
/**
|
|
46
|
+
* 手持项目的所有翻译.
|
|
47
|
+
*/
|
|
48
|
+
PDA: string;
|
|
49
|
+
/**
|
|
50
|
+
* 网页前端项目的所有翻译.
|
|
51
|
+
*/
|
|
52
|
+
WEB: string;
|
|
53
|
+
};
|
|
54
|
+
/**
|
|
55
|
+
* 依赖注入的键.
|
|
56
|
+
*/
|
|
57
|
+
DI: {
|
|
58
|
+
/**
|
|
59
|
+
* 界面标识.
|
|
60
|
+
*/
|
|
61
|
+
FORM_ID: InjectionKey<string>;
|
|
62
|
+
/**
|
|
63
|
+
* 唯一标识.
|
|
64
|
+
*/
|
|
65
|
+
ID: InjectionKey<string>;
|
|
66
|
+
/**
|
|
67
|
+
* 画布.
|
|
68
|
+
*/
|
|
69
|
+
KG_CANVAS: {
|
|
70
|
+
/**
|
|
71
|
+
* 变量查找编号.
|
|
72
|
+
*/
|
|
73
|
+
GET_GRAPH: InjectionKey<() => Q.Graph>;
|
|
74
|
+
/**
|
|
75
|
+
* 组件参数.
|
|
76
|
+
*/
|
|
77
|
+
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
78
|
+
id: {
|
|
79
|
+
type: import("vue").PropType<string>;
|
|
80
|
+
required: boolean;
|
|
81
|
+
};
|
|
82
|
+
kgCanvasToolbarFullscreen: {
|
|
83
|
+
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
84
|
+
kgIsShowText: {
|
|
85
|
+
type: import("vue").PropType<boolean>;
|
|
86
|
+
default: boolean;
|
|
87
|
+
};
|
|
88
|
+
}>>>;
|
|
89
|
+
};
|
|
90
|
+
kgIsEditable: {
|
|
91
|
+
type: import("vue").PropType<boolean>;
|
|
92
|
+
default: boolean;
|
|
93
|
+
};
|
|
94
|
+
kgIsEnableOverview: {
|
|
95
|
+
type: import("vue").PropType<boolean>;
|
|
96
|
+
default: boolean;
|
|
97
|
+
};
|
|
98
|
+
kgIsGridBackground: {
|
|
99
|
+
/**
|
|
100
|
+
* 表单.
|
|
101
|
+
*/
|
|
102
|
+
type: import("vue").PropType<boolean>;
|
|
103
|
+
default: boolean;
|
|
104
|
+
};
|
|
105
|
+
kgIsResizable: {
|
|
106
|
+
type: import("vue").PropType<boolean>;
|
|
107
|
+
default: boolean;
|
|
108
|
+
};
|
|
109
|
+
}>>>;
|
|
110
|
+
};
|
|
111
|
+
/**
|
|
112
|
+
* 表单.
|
|
113
|
+
*/
|
|
114
|
+
KG_FORM: {
|
|
115
|
+
/**
|
|
116
|
+
* <p>依赖注入表单数据对象.</p>
|
|
117
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
118
|
+
*/
|
|
119
|
+
FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
|
|
120
|
+
/**
|
|
121
|
+
* formRef.
|
|
122
|
+
*/
|
|
123
|
+
FORM_REF: InjectionKey<Ref<FormInstance | null>>;
|
|
124
|
+
};
|
|
125
|
+
/**
|
|
126
|
+
* 表单控件.
|
|
127
|
+
*/
|
|
128
|
+
KG_FORM_ITEM: {
|
|
129
|
+
/**
|
|
130
|
+
* 变量名称.
|
|
131
|
+
*/
|
|
132
|
+
CONTEXT: InjectionKey<KG_FORM_CONTEXT>;
|
|
133
|
+
/**
|
|
134
|
+
* 变量名称.
|
|
135
|
+
*/
|
|
136
|
+
VAR_NAME: InjectionKey<string>;
|
|
137
|
+
};
|
|
138
|
+
/**
|
|
139
|
+
* 模拟器.
|
|
140
|
+
*/
|
|
141
|
+
KG_SIMULATOR: {
|
|
142
|
+
/**
|
|
143
|
+
* 左下侧面板.
|
|
144
|
+
*/
|
|
145
|
+
PANEL__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
146
|
+
/**
|
|
147
|
+
* 左上侧面板.
|
|
148
|
+
*/
|
|
149
|
+
PANEL__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
150
|
+
/**
|
|
151
|
+
* 右下侧面板.
|
|
152
|
+
*/
|
|
153
|
+
PANEL__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
154
|
+
/**
|
|
155
|
+
* 右上侧面板.
|
|
156
|
+
*/
|
|
157
|
+
PANEL__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
158
|
+
/**
|
|
159
|
+
* 左下侧工具栏.
|
|
160
|
+
*/
|
|
161
|
+
TOOLBAR__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
162
|
+
/**
|
|
163
|
+
* 左上侧工具栏.
|
|
164
|
+
*/
|
|
165
|
+
TOOLBAR__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
166
|
+
/**
|
|
167
|
+
* 右下侧工具栏.
|
|
168
|
+
*/
|
|
169
|
+
TOOLBAR__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
170
|
+
/**
|
|
171
|
+
* 右上侧工具栏.
|
|
172
|
+
*/
|
|
173
|
+
TOOLBAR__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
174
|
+
};
|
|
175
|
+
/**
|
|
176
|
+
* 变量页面.
|
|
177
|
+
*/
|
|
178
|
+
KG_VAR: {
|
|
179
|
+
/**
|
|
180
|
+
* 注入 kgProps 参数.
|
|
181
|
+
*/
|
|
182
|
+
KG_PROPS: InjectionKey<ComputedRef<IKgProps | undefined>>;
|
|
183
|
+
/**
|
|
184
|
+
* 注入 kgSlots 参数.
|
|
185
|
+
*/
|
|
186
|
+
KG_SLOTS: InjectionKey<IKgSlots | undefined>;
|
|
187
|
+
};
|
|
188
|
+
/**
|
|
189
|
+
* 变量配置弹窗.
|
|
190
|
+
*/
|
|
191
|
+
KG_VAR_CONFIG: {
|
|
192
|
+
/**
|
|
193
|
+
* 正在被配置的界面标识.
|
|
194
|
+
*/
|
|
195
|
+
HOST_FORM_ID: InjectionKey<Ref<string | null>>;
|
|
196
|
+
};
|
|
197
|
+
/**
|
|
198
|
+
* 「变量配置:查找弹窗」.
|
|
199
|
+
*/
|
|
200
|
+
VAR_CONFIG_LOOKUP: {
|
|
201
|
+
/**
|
|
202
|
+
* 宿主界面标识.
|
|
203
|
+
*/
|
|
204
|
+
HOST_FORM_ID: InjectionKey<string>;
|
|
205
|
+
/**
|
|
206
|
+
* 变量查找编号.
|
|
207
|
+
*/
|
|
208
|
+
LOOKUP_ID: InjectionKey<string>;
|
|
209
|
+
};
|
|
210
|
+
};
|
|
211
|
+
/**
|
|
212
|
+
* 高级查询的操作符.
|
|
213
|
+
*/
|
|
214
|
+
DYNAMIC_QUERY_OPERATOR: {
|
|
215
|
+
/** 范围之内. */
|
|
216
|
+
BETWEEN: string;
|
|
217
|
+
/** 包含. */
|
|
218
|
+
CONTAIN: string;
|
|
219
|
+
/** 为空. */
|
|
220
|
+
EMPTY: string;
|
|
221
|
+
/** 以之结束. */
|
|
222
|
+
END_WITH: string;
|
|
223
|
+
/** 等于. */
|
|
224
|
+
EQ: string;
|
|
225
|
+
/** 大于. */
|
|
226
|
+
GT: string;
|
|
227
|
+
/** 大于等于. */
|
|
228
|
+
GTE: string;
|
|
229
|
+
/** 属于. */
|
|
230
|
+
IN: string;
|
|
231
|
+
/** 小于. */
|
|
232
|
+
LT: string;
|
|
233
|
+
/** 小于等于. */
|
|
234
|
+
LTE: string;
|
|
235
|
+
/** 不等于. */
|
|
236
|
+
NE: string;
|
|
237
|
+
/** 不为空. */
|
|
238
|
+
NOT_EMPTY: string;
|
|
239
|
+
/** 以之开始. */
|
|
240
|
+
START_WITH: string;
|
|
241
|
+
};
|
|
242
|
+
/**
|
|
243
|
+
* HTTP 请求头.
|
|
244
|
+
*/
|
|
245
|
+
HTTP_HEADER: {
|
|
246
|
+
KG_BUTTON_VAR_NAME: string;
|
|
247
|
+
/**
|
|
248
|
+
* 数据库的类型.
|
|
249
|
+
*/
|
|
250
|
+
KG_DB_TYPE: string;
|
|
251
|
+
/** 界面标识. */
|
|
252
|
+
KG_FORM_ID: string;
|
|
253
|
+
/** 是否启用高级查询. */
|
|
254
|
+
KG_IS_DYNAMIC_QUERY: string;
|
|
255
|
+
/** 当前页码. */
|
|
256
|
+
KG_PAGE_INDEX: string;
|
|
257
|
+
/** 每页条数. */
|
|
258
|
+
KG_PAGE_SIZE: string;
|
|
259
|
+
/**
|
|
260
|
+
* <p>高级查询时, 每个查询字段的参数值.</p>
|
|
261
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的值.</p>
|
|
262
|
+
*/
|
|
263
|
+
KG_QUERY_OBJECT: string;
|
|
264
|
+
/**
|
|
265
|
+
* <p>高级查询时, 每个查询字段的操作符.</p>
|
|
266
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的操作符.</p>
|
|
267
|
+
*/
|
|
268
|
+
KG_QUERY_OPERATOR_OBJECT: string;
|
|
269
|
+
/** 查询语句中的 ORDER BY 片段. */
|
|
270
|
+
KG_QUERY_ORDER_BY_SQL: string;
|
|
271
|
+
/**
|
|
272
|
+
* <p>高级查询时, 每个查询字段的 WHERE 片段.</p>
|
|
273
|
+
* <p>是一个 JSON 字符串, 由后端进行解析. 其中的 key 表示查询字段的名称, 其中的 value 表示查询字段的 WHERE 片段.</p>
|
|
274
|
+
*/
|
|
275
|
+
KG_QUERY_WHERE_OBJECT: string;
|
|
276
|
+
/** 查询语句中的 WHERE 片段. */
|
|
277
|
+
KG_QUERY_WHERE_SQL: string;
|
|
278
|
+
/** 查询语句中的 WHERE 片段. */
|
|
279
|
+
KG_QUERY_WHERE_SQL_01: string;
|
|
280
|
+
/** 查询语句中的 WHERE 片段. */
|
|
281
|
+
KG_QUERY_WHERE_SQL_02: string;
|
|
282
|
+
/** 查询语句中的 WHERE 片段. */
|
|
283
|
+
KG_QUERY_WHERE_SQL_03: string;
|
|
284
|
+
/** 查询语句中的 WHERE 片段. */
|
|
285
|
+
KG_QUERY_WHERE_SQL_04: string;
|
|
286
|
+
/** 查询语句中的 WHERE 片段. */
|
|
287
|
+
KG_QUERY_WHERE_SQL_05: string;
|
|
288
|
+
/**
|
|
289
|
+
* 仓库编号.
|
|
290
|
+
*/
|
|
291
|
+
KG_WAREHOUSE: string;
|
|
292
|
+
/**
|
|
293
|
+
* 工作区.
|
|
294
|
+
*/
|
|
295
|
+
KG_WORK_AREA: string;
|
|
296
|
+
/**
|
|
297
|
+
* 工作站.
|
|
298
|
+
*/
|
|
299
|
+
KG_WORK_STATION: string;
|
|
300
|
+
};
|
|
301
|
+
VAR_CONFIG_CONTROL: {
|
|
302
|
+
/**
|
|
303
|
+
* 表单控件类型.
|
|
304
|
+
* @see VarConfigControl.ctrl_prop
|
|
305
|
+
* @see IKgVarConfigControlControlProperties
|
|
306
|
+
*/
|
|
307
|
+
CONTROL_TYPE: {
|
|
308
|
+
/** 文件上传按钮. */
|
|
309
|
+
BUTTON_UPLOAD: string;
|
|
310
|
+
/** 多选框. */
|
|
311
|
+
CHECKBOX: string;
|
|
312
|
+
/**
|
|
313
|
+
* <p>多选框列表.</p>
|
|
314
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.CHECKBOX_GROUP}.</p>
|
|
315
|
+
*/
|
|
316
|
+
CHECKBOX_GROUP: string;
|
|
317
|
+
/** 年月日, 2020-05-01. */
|
|
318
|
+
DATE_DATE: string;
|
|
319
|
+
/** 年月日时分秒, 2020-05-01 11:59:59. */
|
|
320
|
+
DATE_DATETIME: string;
|
|
321
|
+
/** 年月日时分秒的范围, [DATE_DATETIME, DATE_DATETIME] */
|
|
322
|
+
DATE_DATETIME_RANGE: string;
|
|
323
|
+
/** 年月日的范围, [DATE_DATE, DATE_DATE] */
|
|
324
|
+
DATE_DATE_RANGE: string;
|
|
325
|
+
DATE_MONTH: string;
|
|
326
|
+
/** 时分秒, 11:59:59. */
|
|
327
|
+
DATE_TIME: string;
|
|
328
|
+
/** 时分秒的范围, [DATE_TIME, DATE_TIME]. */
|
|
329
|
+
DATE_TIME_RANGE: string;
|
|
330
|
+
DATE_WEEK: string;
|
|
331
|
+
DATE_YEAR: string;
|
|
332
|
+
/**
|
|
333
|
+
* <p>图片.</p>
|
|
334
|
+
* <p>点击可以预览.</p>
|
|
335
|
+
*/
|
|
336
|
+
IMAGE: string;
|
|
337
|
+
/** 单行文本. */
|
|
338
|
+
INPUT: string;
|
|
339
|
+
/** 数字. */
|
|
340
|
+
INPUT_NUMBER: string;
|
|
341
|
+
/** 密码. */
|
|
342
|
+
INPUT_PASSWORD: string;
|
|
343
|
+
/** 链接. */
|
|
344
|
+
LINK: string;
|
|
345
|
+
/**
|
|
346
|
+
* <p>单选框列表.</p>
|
|
347
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.RADIO_GROUP}.</p>
|
|
348
|
+
*/
|
|
349
|
+
RADIO_GROUP: string;
|
|
350
|
+
/**
|
|
351
|
+
* <p>单选下拉列表.<p>
|
|
352
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.SELECT}.</p>
|
|
353
|
+
*/
|
|
354
|
+
SELECT: string;
|
|
355
|
+
/** 多选下拉列表. */
|
|
356
|
+
SELECT_MULTIPLE: string;
|
|
357
|
+
/** 开关. */
|
|
358
|
+
SWITCH: string;
|
|
359
|
+
/**
|
|
360
|
+
* <p>多行文本.</p>
|
|
361
|
+
* <p>配置属性参见 {@link IKgVarConfigControlControlProperties.TEXT_AREA}.</p>
|
|
362
|
+
*/
|
|
363
|
+
TEXT_AREA: string;
|
|
364
|
+
};
|
|
365
|
+
};
|
|
366
|
+
};
|
|
367
|
+
/** @deprecated 已弃用, 请使用 {@link KG}. */
|
|
9
368
|
export declare const KG_CONST: {
|
|
10
369
|
/**
|
|
11
370
|
* 数据库的列的类型.
|
|
@@ -32,15 +391,180 @@ export declare const KG_CONST: {
|
|
|
32
391
|
* 描述表中的键.
|
|
33
392
|
*/
|
|
34
393
|
DESCRIPTION_KEY: {
|
|
394
|
+
/**
|
|
395
|
+
* 所有翻译.
|
|
396
|
+
*/
|
|
397
|
+
ALL: string;
|
|
35
398
|
/**
|
|
36
399
|
* 该组件库的所有翻译.
|
|
37
400
|
*/
|
|
38
401
|
KG: string;
|
|
39
402
|
/**
|
|
40
|
-
*
|
|
403
|
+
* 手持项目的所有翻译.
|
|
404
|
+
*/
|
|
405
|
+
PDA: string;
|
|
406
|
+
/**
|
|
407
|
+
* 网页前端项目的所有翻译.
|
|
41
408
|
*/
|
|
42
409
|
WEB: string;
|
|
43
410
|
};
|
|
411
|
+
/**
|
|
412
|
+
* 依赖注入的键.
|
|
413
|
+
*/
|
|
414
|
+
DI: {
|
|
415
|
+
/**
|
|
416
|
+
* 界面标识.
|
|
417
|
+
*/
|
|
418
|
+
FORM_ID: InjectionKey<string>;
|
|
419
|
+
/**
|
|
420
|
+
* 唯一标识.
|
|
421
|
+
*/
|
|
422
|
+
ID: InjectionKey<string>;
|
|
423
|
+
/**
|
|
424
|
+
* 画布.
|
|
425
|
+
*/
|
|
426
|
+
KG_CANVAS: {
|
|
427
|
+
/**
|
|
428
|
+
* 变量查找编号.
|
|
429
|
+
*/
|
|
430
|
+
GET_GRAPH: InjectionKey<() => Q.Graph>;
|
|
431
|
+
/**
|
|
432
|
+
* 组件参数.
|
|
433
|
+
*/
|
|
434
|
+
PROPS: InjectionKey<Partial<import("vue").ExtractPropTypes<{
|
|
435
|
+
id: {
|
|
436
|
+
type: import("vue").PropType<string>;
|
|
437
|
+
required: boolean;
|
|
438
|
+
};
|
|
439
|
+
kgCanvasToolbarFullscreen: {
|
|
440
|
+
type: import("vue").PropType<Partial<import("vue").ExtractPropTypes<{
|
|
441
|
+
kgIsShowText: {
|
|
442
|
+
type: import("vue").PropType<boolean>;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
}>>>;
|
|
446
|
+
};
|
|
447
|
+
kgIsEditable: {
|
|
448
|
+
type: import("vue").PropType<boolean>;
|
|
449
|
+
default: boolean;
|
|
450
|
+
};
|
|
451
|
+
kgIsEnableOverview: {
|
|
452
|
+
type: import("vue").PropType<boolean>;
|
|
453
|
+
default: boolean;
|
|
454
|
+
};
|
|
455
|
+
kgIsGridBackground: {
|
|
456
|
+
/**
|
|
457
|
+
* 表单.
|
|
458
|
+
*/
|
|
459
|
+
type: import("vue").PropType<boolean>;
|
|
460
|
+
default: boolean;
|
|
461
|
+
};
|
|
462
|
+
kgIsResizable: {
|
|
463
|
+
type: import("vue").PropType<boolean>;
|
|
464
|
+
default: boolean;
|
|
465
|
+
};
|
|
466
|
+
}>>>;
|
|
467
|
+
};
|
|
468
|
+
/**
|
|
469
|
+
* 表单.
|
|
470
|
+
*/
|
|
471
|
+
KG_FORM: {
|
|
472
|
+
/**
|
|
473
|
+
* <p>依赖注入表单数据对象.</p>
|
|
474
|
+
* <p>在表单组件(KgForm)的任何下级组件中, 都可以通过注入获取表单数据对象.</p>
|
|
475
|
+
*/
|
|
476
|
+
FORM_MODEL: InjectionKey<ComputedRef<Record<string, any>>>;
|
|
477
|
+
/**
|
|
478
|
+
* formRef.
|
|
479
|
+
*/
|
|
480
|
+
FORM_REF: InjectionKey<Ref<FormInstance | null>>;
|
|
481
|
+
};
|
|
482
|
+
/**
|
|
483
|
+
* 表单控件.
|
|
484
|
+
*/
|
|
485
|
+
KG_FORM_ITEM: {
|
|
486
|
+
/**
|
|
487
|
+
* 变量名称.
|
|
488
|
+
*/
|
|
489
|
+
CONTEXT: InjectionKey<KG_FORM_CONTEXT>;
|
|
490
|
+
/**
|
|
491
|
+
* 变量名称.
|
|
492
|
+
*/
|
|
493
|
+
VAR_NAME: InjectionKey<string>;
|
|
494
|
+
};
|
|
495
|
+
/**
|
|
496
|
+
* 模拟器.
|
|
497
|
+
*/
|
|
498
|
+
KG_SIMULATOR: {
|
|
499
|
+
/**
|
|
500
|
+
* 左下侧面板.
|
|
501
|
+
*/
|
|
502
|
+
PANEL__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
503
|
+
/**
|
|
504
|
+
* 左上侧面板.
|
|
505
|
+
*/
|
|
506
|
+
PANEL__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
507
|
+
/**
|
|
508
|
+
* 右下侧面板.
|
|
509
|
+
*/
|
|
510
|
+
PANEL__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
511
|
+
/**
|
|
512
|
+
* 右上侧面板.
|
|
513
|
+
*/
|
|
514
|
+
PANEL__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
515
|
+
/**
|
|
516
|
+
* 左下侧工具栏.
|
|
517
|
+
*/
|
|
518
|
+
TOOLBAR__LEFT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
519
|
+
/**
|
|
520
|
+
* 左上侧工具栏.
|
|
521
|
+
*/
|
|
522
|
+
TOOLBAR__LEFT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
523
|
+
/**
|
|
524
|
+
* 右下侧工具栏.
|
|
525
|
+
*/
|
|
526
|
+
TOOLBAR__RIGHT_BOTTOM__TELEPORT_ID: InjectionKey<string>;
|
|
527
|
+
/**
|
|
528
|
+
* 右上侧工具栏.
|
|
529
|
+
*/
|
|
530
|
+
TOOLBAR__RIGHT_TOP__TELEPORT_ID: InjectionKey<string>;
|
|
531
|
+
};
|
|
532
|
+
/**
|
|
533
|
+
* 变量页面.
|
|
534
|
+
*/
|
|
535
|
+
KG_VAR: {
|
|
536
|
+
/**
|
|
537
|
+
* 注入 kgProps 参数.
|
|
538
|
+
*/
|
|
539
|
+
KG_PROPS: InjectionKey<ComputedRef<IKgProps | undefined>>;
|
|
540
|
+
/**
|
|
541
|
+
* 注入 kgSlots 参数.
|
|
542
|
+
*/
|
|
543
|
+
KG_SLOTS: InjectionKey<IKgSlots | undefined>;
|
|
544
|
+
};
|
|
545
|
+
/**
|
|
546
|
+
* 变量配置弹窗.
|
|
547
|
+
*/
|
|
548
|
+
KG_VAR_CONFIG: {
|
|
549
|
+
/**
|
|
550
|
+
* 正在被配置的界面标识.
|
|
551
|
+
*/
|
|
552
|
+
HOST_FORM_ID: InjectionKey<Ref<string | null>>;
|
|
553
|
+
};
|
|
554
|
+
/**
|
|
555
|
+
* 「变量配置:查找弹窗」.
|
|
556
|
+
*/
|
|
557
|
+
VAR_CONFIG_LOOKUP: {
|
|
558
|
+
/**
|
|
559
|
+
* 宿主界面标识.
|
|
560
|
+
*/
|
|
561
|
+
HOST_FORM_ID: InjectionKey<string>;
|
|
562
|
+
/**
|
|
563
|
+
* 变量查找编号.
|
|
564
|
+
*/
|
|
565
|
+
LOOKUP_ID: InjectionKey<string>;
|
|
566
|
+
};
|
|
567
|
+
};
|
|
44
568
|
/**
|
|
45
569
|
* 高级查询的操作符.
|
|
46
570
|
*/
|
|
@@ -647,7 +1171,7 @@ export declare const enum KG_DESCRIPTION_CODE_NAME {
|
|
|
647
1171
|
/** 宽度单位. */
|
|
648
1172
|
VAR_WIDTH_UNIT = "var_width_unit"
|
|
649
1173
|
}
|
|
650
|
-
/** @deprecated 已废弃, 请使用 {@linkplain
|
|
1174
|
+
/** @deprecated 已废弃, 请使用 {@linkplain KG.DYNAMIC_QUERY_OPERATOR} */
|
|
651
1175
|
export declare const KG_DYNAMIC_QUERY_OPERATOR: {
|
|
652
1176
|
/** 范围之内. */
|
|
653
1177
|
BETWEEN: string;
|
|
@@ -976,7 +1500,7 @@ export interface IKgVarVariableProperties {
|
|
|
976
1500
|
* <p>表单控件的参数.</p>
|
|
977
1501
|
* <p>对应于 {@link VarConfigControl.ctrl_prop} 字段, 根据表单控件的类型, 设置额外的参数.</p>
|
|
978
1502
|
* @see VarConfigControl.ctrl_prop
|
|
979
|
-
* @see
|
|
1503
|
+
* @see KG.VAR_CONFIG_CONTROL.CONTROL_TYPE
|
|
980
1504
|
*/
|
|
981
1505
|
export interface IKgVarConfigControlControlProperties {
|
|
982
1506
|
CHECKBOX: {
|
|
@@ -1202,3 +1726,7 @@ export declare const KG_COMMON_CONST: {
|
|
|
1202
1726
|
export declare type KgStoreDefinition<GETTERS, ACTIONS> = (pinia?: Pinia | null | undefined) => GETTERS & ACTIONS & {
|
|
1203
1727
|
$onAction(callback: StoreOnActionListener<any, any, any, any>, detached?: boolean): () => void;
|
|
1204
1728
|
};
|
|
1729
|
+
/**
|
|
1730
|
+
* 在表格内创建时, 空白行的临时主键.
|
|
1731
|
+
*/
|
|
1732
|
+
export declare const KG_TABLE_TEMP_ID = "__KG_TABLE_TEMP_ID__";
|
|
@@ -3,26 +3,38 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export declare const FORM_IDS: {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* 环形穿梭车可视化:小车信息汇总.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV_SUMMARY: string;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* 环形穿梭车可视化:小车:人工创建任务.
|
|
11
11
|
*/
|
|
12
|
-
|
|
12
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__CREATE_TASK: string;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 环形穿梭车可视化:小车:状态.
|
|
15
15
|
*/
|
|
16
|
-
|
|
16
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__STATUS: string;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* 环形穿梭车可视化:小车:任务.
|
|
19
19
|
*/
|
|
20
|
-
|
|
20
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__RGV__TASK: string;
|
|
21
21
|
/**
|
|
22
|
-
*
|
|
22
|
+
* 环形穿梭车可视化:任务信息汇总.
|
|
23
23
|
*/
|
|
24
|
-
|
|
24
|
+
KG_CIRCULAR_SHUTTLE_MONITOR__TASK_SUMMARY: string;
|
|
25
25
|
KG_PAGE_DDA__CREATE__BUTTON: string;
|
|
26
|
+
/**
|
|
27
|
+
* 模拟器--菜单--场景--新建--环线输送线.
|
|
28
|
+
*/
|
|
29
|
+
KG_SIMULATOR__MENU__SCENE__CREATE__CIRCULAR_CONVEYOR: string;
|
|
30
|
+
/**
|
|
31
|
+
* 模拟器--菜单--场景--打开--环线输送线.
|
|
32
|
+
*/
|
|
33
|
+
KG_SIMULATOR__MENU__SCENE__OPEN__CIRCULAR_CONVEYOR: string;
|
|
34
|
+
/**
|
|
35
|
+
* 模拟器--面板--属性.
|
|
36
|
+
*/
|
|
37
|
+
KG_SIMULATOR__PANEL__PROPERTY: string;
|
|
26
38
|
KG_SQL_CLIENT__RESULT_TAB: string;
|
|
27
39
|
/**
|
|
28
40
|
* 变量配置弹窗:按钮:按钮管理.
|
package/dist/src/i18n/cs_CZ.d.ts
CHANGED
package/dist/src/i18n/en.d.ts
CHANGED
package/dist/src/i18n/es_ES.d.ts
CHANGED
package/dist/src/i18n/fr_FR.d.ts
CHANGED
package/dist/src/i18n/km_KH.d.ts
CHANGED