@kengic/vue 0.30.1-beta.5 → 0.30.1-beta.50
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 +9 -0
- package/README.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 +152427 -107258
- 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/pause-rounded.1ed7cc39.mjs +8 -0
- package/dist/play-arrow-rounded.90fc4173.mjs +8 -0
- package/dist/profile-outlined.1059fb0d.mjs +8 -0
- package/dist/project/build/utils.ts +20 -15
- package/dist/src/component/KgButton/KgButton.hooks.d.ts +2 -2
- package/dist/src/component/KgButton/KgButton.store.d.ts +1 -1
- package/dist/src/component/KgCanvas/KgCanvas.ContextMenu.d.ts +1 -2
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.Fullscreen.d.ts → KgCanvas.ToolbarButton.Fullscreen.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.ToolbarButton.Mode.d.ts +7 -0
- package/dist/src/component/KgCanvas/{KgCanvas.Toolbar.OverviewScale.d.ts → KgCanvas.ToolbarButton.OverviewScale.d.ts} +2 -3
- package/dist/src/component/KgCanvas/KgCanvas.Tooltip.d.ts +1 -2
- package/dist/src/component/KgCanvas/KgCanvas.d.ts +59 -3
- package/dist/src/component/KgCanvas/KgCanvas.event.d.ts +42 -5
- package/dist/src/component/KgCanvas/KgCanvas.hooks.d.ts +33 -5
- package/dist/src/component/KgCanvas/KgCanvas.model.d.ts +26 -32
- package/dist/src/component/KgCanvas/KgCanvas.service.d.ts +5 -31
- package/dist/src/component/KgCanvas/KgCanvas.store.d.ts +4 -1
- package/dist/src/component/KgCanvas/index.d.ts +1 -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 +39 -39
- package/dist/src/component/KgForm/index.d.ts +52 -52
- 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/KgImage/KgImage.d.ts +6 -6
- 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 +20 -20
- 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.Title.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.d.ts +11 -0
- package/dist/src/component/KgSimulator/KgSimulator.Canvas.service.d.ts +80 -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/component/KgSimulator/KgSimulator.Panel.Scene.d.ts +4 -0
- package/dist/src/component/KgSimulator/KgSimulator.Panel.d.ts +97 -0
- package/dist/src/component/KgSimulator/KgSimulator.Prefab.d.ts +108 -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 +99 -0
- package/dist/src/component/KgSimulator/KgSimulator.hooks.d.ts +103 -0
- package/dist/src/component/KgSimulator/KgSimulator.icons.d.ts +10 -0
- package/dist/src/component/KgSimulator/KgSimulator.model.d.ts +1450 -0
- package/dist/src/component/KgSimulator/KgSimulator.store.d.ts +294 -0
- package/dist/src/component/KgSimulator/KgSimulator.utils.d.ts +21 -0
- package/dist/src/component/KgSimulator/index.d.ts +3 -0
- package/dist/src/component/KgSubmit/KgSubmit.event.d.ts +20 -15
- 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/setting/KgTable.Setting.service.d.ts → KgTable.Setting.service.d.ts} +1 -1
- package/dist/src/component/KgTable/KgTable.store.d.ts +1 -1
- package/dist/src/component/KgTable02/KgTable02.BodyCell.d.ts +32 -3
- 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/index.d.ts +3 -0
- package/dist/src/config/config.store.d.ts +9 -5
- package/dist/src/config/index.d.ts +9 -3
- package/dist/src/const/const.model.d.ts +524 -11
- package/dist/src/const/form-id.const.d.ts +22 -10
- package/dist/src/const/index.d.ts +0 -1
- package/dist/src/i18n/i18n.setup.d.ts +1 -1
- package/dist/src/i18n/index.d.ts +0 -2
- 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/hooks/index.d.ts +0 -1
- 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 +16 -16
- package/dist/src/util/kg-route.util.d.ts +6 -9
- package/dist/src/util/kg.util.d.ts +1 -2
- package/dist/src/util/tsx.helper.d.ts +7 -7
- package/package.json +9 -7
- 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/i18n/cs_CZ.d.ts +0 -301
- package/dist/src/i18n/en.d.ts +0 -300
- package/dist/src/i18n/es_ES.d.ts +0 -300
- package/dist/src/i18n/fr_FR.d.ts +0 -300
- package/dist/src/i18n/km_KH.d.ts +0 -300
- package/dist/src/i18n/ko_KR.d.ts +0 -300
- package/dist/src/i18n/vi_VN.d.ts +0 -300
- package/dist/src/i18n/zh_CN.d.ts +0 -301
- package/dist/src/page/KgCircleVis/components/KgCircleVis.AreaSelect.d.ts +0 -5
- 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/project/src/hooks/web/useI18n.d.ts +0 -13
- /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.HeadCell.d.ts → KgTable.HeadCell.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
package/dist/src/i18n/fr_FR.d.ts
DELETED
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
kg: {
|
|
3
|
-
KgAppSelect: {
|
|
4
|
-
businessManager: string;
|
|
5
|
-
dataManager: string;
|
|
6
|
-
sys: string;
|
|
7
|
-
tooltip: string;
|
|
8
|
-
};
|
|
9
|
-
KgButton: {
|
|
10
|
-
noApiUrl: string;
|
|
11
|
-
noVarSubmitConfig: string;
|
|
12
|
-
};
|
|
13
|
-
KgCanvas: {
|
|
14
|
-
enterFullscreen: string;
|
|
15
|
-
exitFullscreen: string;
|
|
16
|
-
originalScale: string;
|
|
17
|
-
overviewScale: string;
|
|
18
|
-
reload: string;
|
|
19
|
-
};
|
|
20
|
-
KgFormItem: {
|
|
21
|
-
formValidationMessageForGT: string;
|
|
22
|
-
formValidationMessageForGTE: string;
|
|
23
|
-
formValidationMessageForInvalidFloat: string;
|
|
24
|
-
formValidationMessageForInvalidInteger: string;
|
|
25
|
-
formValidationMessageForInvalidJSON: string;
|
|
26
|
-
formValidationMessageForInvalidLetter: string;
|
|
27
|
-
formValidationMessageForInvalidLowerLetter: string;
|
|
28
|
-
formValidationMessageForInvalidUpperLetter: string;
|
|
29
|
-
formValidationMessageForLT: string;
|
|
30
|
-
formValidationMessageForLTE: string;
|
|
31
|
-
formValidationMessageForMaxLength: string;
|
|
32
|
-
formValidationMessageForMinLength: string;
|
|
33
|
-
formValidationMessageForRegularExpression: string;
|
|
34
|
-
};
|
|
35
|
-
KgPageDdaCreate: {
|
|
36
|
-
'confirm-cancel': string;
|
|
37
|
-
done: string;
|
|
38
|
-
'next-step': string;
|
|
39
|
-
'previous-step': string;
|
|
40
|
-
};
|
|
41
|
-
KgPageDdaCreateBasic: {
|
|
42
|
-
'form-id': string;
|
|
43
|
-
'form-name': string;
|
|
44
|
-
maintenance: string;
|
|
45
|
-
sql: string;
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
KgPageDdaCreateButton: {
|
|
49
|
-
'button-var-name-reserved': string;
|
|
50
|
-
'button-var-name-used': string;
|
|
51
|
-
};
|
|
52
|
-
KgPageDdaCreateMenu: {
|
|
53
|
-
'parent-menu': string;
|
|
54
|
-
};
|
|
55
|
-
KgPageDdaCreateSearch: {
|
|
56
|
-
available: string;
|
|
57
|
-
'column-desc': string;
|
|
58
|
-
'column-name': string;
|
|
59
|
-
'column-type': string;
|
|
60
|
-
selected: string;
|
|
61
|
-
};
|
|
62
|
-
KgPageDdaCreateSubmit: {
|
|
63
|
-
available: string;
|
|
64
|
-
'column-desc': string;
|
|
65
|
-
'column-name': string;
|
|
66
|
-
'column-type': string;
|
|
67
|
-
selected: string;
|
|
68
|
-
};
|
|
69
|
-
KgPageDdaCreateTable: {
|
|
70
|
-
available: string;
|
|
71
|
-
'column-desc': string;
|
|
72
|
-
'column-name': string;
|
|
73
|
-
'column-type': string;
|
|
74
|
-
selected: string;
|
|
75
|
-
};
|
|
76
|
-
KgSearch: {
|
|
77
|
-
title: string;
|
|
78
|
-
};
|
|
79
|
-
KgSearchConfigModal: {
|
|
80
|
-
BETWEEN: string;
|
|
81
|
-
'BETWEEN-desc': string;
|
|
82
|
-
CONTAIN: string;
|
|
83
|
-
'CONTAIN-desc': string;
|
|
84
|
-
END_WITH: string;
|
|
85
|
-
'END_WITH-desc': string;
|
|
86
|
-
EQ: string;
|
|
87
|
-
'EQ-desc': string;
|
|
88
|
-
GT: string;
|
|
89
|
-
'GT-desc': string;
|
|
90
|
-
GTE: string;
|
|
91
|
-
'GTE-desc': string;
|
|
92
|
-
IN: string;
|
|
93
|
-
'IN-desc': string;
|
|
94
|
-
LT: string;
|
|
95
|
-
'LT-desc': string;
|
|
96
|
-
LTE: string;
|
|
97
|
-
'LTE-desc': string;
|
|
98
|
-
NE: string;
|
|
99
|
-
'NE-desc': string;
|
|
100
|
-
EMPTY: string;
|
|
101
|
-
'EMPTY-desc': string;
|
|
102
|
-
NOT_EMPTY: string;
|
|
103
|
-
'NOT_EMPTY-desc': string;
|
|
104
|
-
START_WITH: string;
|
|
105
|
-
'START_WITH-desc': string;
|
|
106
|
-
close: string;
|
|
107
|
-
formTitle: string;
|
|
108
|
-
pleaseSelectVarProfileMaster: string;
|
|
109
|
-
};
|
|
110
|
-
KgSqlClient: {
|
|
111
|
-
ResultTab: {
|
|
112
|
-
resultStatusLabel: string;
|
|
113
|
-
ellapseLabel: string;
|
|
114
|
-
rowsTotalLabel: string;
|
|
115
|
-
messageLabel: string;
|
|
116
|
-
tabTitlePrefix: string;
|
|
117
|
-
rowsAffected: string;
|
|
118
|
-
};
|
|
119
|
-
Toolbar: {
|
|
120
|
-
Top: {
|
|
121
|
-
deleteCurrentTemplate: string;
|
|
122
|
-
saveAsTemplate: string;
|
|
123
|
-
saveCurrentTemplate: string;
|
|
124
|
-
viewHistory: string;
|
|
125
|
-
viewTemplate: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
KgTable: {
|
|
130
|
-
apiNotSupportDynamicQuery: string;
|
|
131
|
-
column: string;
|
|
132
|
-
config: string;
|
|
133
|
-
emptyText: string;
|
|
134
|
-
isShowDescription: string;
|
|
135
|
-
other: string;
|
|
136
|
-
'request-fail-error': string;
|
|
137
|
-
'request-fail-no-data': string;
|
|
138
|
-
rowHeight: string;
|
|
139
|
-
rowHeightH: string;
|
|
140
|
-
rowHeightL: string;
|
|
141
|
-
rowHeightM: string;
|
|
142
|
-
'save-var-grid-master-as-success-message': string;
|
|
143
|
-
saveVarGridMaster: string;
|
|
144
|
-
saveVarGridMasterAs: string;
|
|
145
|
-
saveVarGridMasterSuccessMessage: string;
|
|
146
|
-
totalText: string;
|
|
147
|
-
varGridMasters: string;
|
|
148
|
-
};
|
|
149
|
-
KgTableHeadCell: {
|
|
150
|
-
align: string;
|
|
151
|
-
alignCenter: string;
|
|
152
|
-
alignLeft: string;
|
|
153
|
-
alignRight: string;
|
|
154
|
-
hide: string;
|
|
155
|
-
isEllipsis: string;
|
|
156
|
-
isFilter: string;
|
|
157
|
-
isFixToLeft: string;
|
|
158
|
-
isFixToRight: string;
|
|
159
|
-
isSort: string;
|
|
160
|
-
};
|
|
161
|
-
KgTableInfo: {
|
|
162
|
-
check: string;
|
|
163
|
-
clearCheck: string;
|
|
164
|
-
clearTable: string;
|
|
165
|
-
locate: string;
|
|
166
|
-
row: string;
|
|
167
|
-
};
|
|
168
|
-
KgTableSettingVarGridConfig: {};
|
|
169
|
-
KgTableSettingVarGridMasterSaveAs: {
|
|
170
|
-
title: string;
|
|
171
|
-
};
|
|
172
|
-
KgVar: {};
|
|
173
|
-
KgVarConfig: {
|
|
174
|
-
VarGridConfig: string;
|
|
175
|
-
VarGridMaster: string;
|
|
176
|
-
VarProfileConfig: string;
|
|
177
|
-
VarProfileMaster: string;
|
|
178
|
-
action: string;
|
|
179
|
-
allForm: string;
|
|
180
|
-
allLanguage: string;
|
|
181
|
-
canNotUpdateSystemVarGridMaster: string;
|
|
182
|
-
canNotUpdateSystemVarProfileMaster: string;
|
|
183
|
-
confirm: string;
|
|
184
|
-
createConfig: string;
|
|
185
|
-
currentForm: string;
|
|
186
|
-
currentLanguage: string;
|
|
187
|
-
customLevel: string;
|
|
188
|
-
emptyPageSizeOptions: string;
|
|
189
|
-
formId: string;
|
|
190
|
-
formValidationMessageForMaxAndMin: string;
|
|
191
|
-
formValidationMessageForMaxLengthAndMinLength: string;
|
|
192
|
-
invalidCommandParameter: string;
|
|
193
|
-
invalidPageSizeOption: string;
|
|
194
|
-
invalidPageSizeOptions: string;
|
|
195
|
-
pleaseSelectVariable: string;
|
|
196
|
-
tabButton: string;
|
|
197
|
-
tabChild: string;
|
|
198
|
-
tabSearch: string;
|
|
199
|
-
tabSubmit: string;
|
|
200
|
-
tabTable: string;
|
|
201
|
-
varVariable: string;
|
|
202
|
-
variable: string;
|
|
203
|
-
};
|
|
204
|
-
KgVarConfigModalButton: {
|
|
205
|
-
VarButton: string;
|
|
206
|
-
VarButtonConfig: string;
|
|
207
|
-
};
|
|
208
|
-
KgVarConfigModalChild: {
|
|
209
|
-
childVarName: string;
|
|
210
|
-
childVarNameDuplicate: string;
|
|
211
|
-
childVarNameRequired: string;
|
|
212
|
-
parentVarName: string;
|
|
213
|
-
parentVarNameDuplicate: string;
|
|
214
|
-
parentVarNameRequired: string;
|
|
215
|
-
};
|
|
216
|
-
KgVarConfigModalSubmit: {
|
|
217
|
-
VarSubmitConfig: string;
|
|
218
|
-
VarSubmitDetail: string;
|
|
219
|
-
};
|
|
220
|
-
KgVarConfigModalSubmitVarSubmitConfig: {
|
|
221
|
-
invalidWidthForSpan: string;
|
|
222
|
-
};
|
|
223
|
-
KgVarConfigModalTableVarGridMaster: {
|
|
224
|
-
DESC: string;
|
|
225
|
-
DESC__UPDATE_LINK: string;
|
|
226
|
-
FILE_SIZE: string;
|
|
227
|
-
ICON: string;
|
|
228
|
-
IMAGE: string;
|
|
229
|
-
PROGRESS: string;
|
|
230
|
-
ROUTE_LINK: string;
|
|
231
|
-
UPDATE_LINK: string;
|
|
232
|
-
YN: string;
|
|
233
|
-
center: string;
|
|
234
|
-
left: string;
|
|
235
|
-
notSort: string;
|
|
236
|
-
right: string;
|
|
237
|
-
};
|
|
238
|
-
KgVarConfigSelectFormIdModal: {
|
|
239
|
-
title: string;
|
|
240
|
-
};
|
|
241
|
-
KgWarehouse: {
|
|
242
|
-
reloadMessage: string;
|
|
243
|
-
selectWarehouse: string;
|
|
244
|
-
title: string;
|
|
245
|
-
warehouse: string;
|
|
246
|
-
};
|
|
247
|
-
action: string;
|
|
248
|
-
add: string;
|
|
249
|
-
allUser: string;
|
|
250
|
-
asc: string;
|
|
251
|
-
button: string;
|
|
252
|
-
cancel: string;
|
|
253
|
-
close: string;
|
|
254
|
-
confirm: string;
|
|
255
|
-
confirmDelete: string;
|
|
256
|
-
copy: string;
|
|
257
|
-
copySuccess: string;
|
|
258
|
-
create: string;
|
|
259
|
-
createSuccess: string;
|
|
260
|
-
default: string;
|
|
261
|
-
delete: string;
|
|
262
|
-
deleteSuccess: string;
|
|
263
|
-
desc: string;
|
|
264
|
-
edit: string;
|
|
265
|
-
empty: string;
|
|
266
|
-
emptyText: string;
|
|
267
|
-
execute: string;
|
|
268
|
-
executeSuccess: string;
|
|
269
|
-
export: string;
|
|
270
|
-
exportSuccess: string;
|
|
271
|
-
fail: string;
|
|
272
|
-
formId: string;
|
|
273
|
-
formName: string;
|
|
274
|
-
formValidationFail: string;
|
|
275
|
-
import: string;
|
|
276
|
-
'import-template': string;
|
|
277
|
-
importSuccess: string;
|
|
278
|
-
importTemplate: string;
|
|
279
|
-
loading: string;
|
|
280
|
-
lookup: string;
|
|
281
|
-
millisecond: string;
|
|
282
|
-
no: string;
|
|
283
|
-
ok: string;
|
|
284
|
-
query: string;
|
|
285
|
-
refresh: string;
|
|
286
|
-
required: string;
|
|
287
|
-
reset: string;
|
|
288
|
-
save: string;
|
|
289
|
-
search: string;
|
|
290
|
-
selectAll: string;
|
|
291
|
-
show: string;
|
|
292
|
-
succeed: string;
|
|
293
|
-
success: string;
|
|
294
|
-
tip: string;
|
|
295
|
-
update: string;
|
|
296
|
-
updateSuccess: string;
|
|
297
|
-
yes: string;
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
export default _default;
|
package/dist/src/i18n/km_KH.d.ts
DELETED
|
@@ -1,300 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
kg: {
|
|
3
|
-
KgAppSelect: {
|
|
4
|
-
businessManager: string;
|
|
5
|
-
dataManager: string;
|
|
6
|
-
sys: string;
|
|
7
|
-
tooltip: string;
|
|
8
|
-
};
|
|
9
|
-
KgButton: {
|
|
10
|
-
noApiUrl: string;
|
|
11
|
-
noVarSubmitConfig: string;
|
|
12
|
-
};
|
|
13
|
-
KgCanvas: {
|
|
14
|
-
enterFullscreen: string;
|
|
15
|
-
exitFullscreen: string;
|
|
16
|
-
originalScale: string;
|
|
17
|
-
overviewScale: string;
|
|
18
|
-
reload: string;
|
|
19
|
-
};
|
|
20
|
-
KgFormItem: {
|
|
21
|
-
formValidationMessageForGT: string;
|
|
22
|
-
formValidationMessageForGTE: string;
|
|
23
|
-
formValidationMessageForInvalidFloat: string;
|
|
24
|
-
formValidationMessageForInvalidInteger: string;
|
|
25
|
-
formValidationMessageForInvalidJSON: string;
|
|
26
|
-
formValidationMessageForInvalidLetter: string;
|
|
27
|
-
formValidationMessageForInvalidLowerLetter: string;
|
|
28
|
-
formValidationMessageForInvalidUpperLetter: string;
|
|
29
|
-
formValidationMessageForLT: string;
|
|
30
|
-
formValidationMessageForLTE: string;
|
|
31
|
-
formValidationMessageForMaxLength: string;
|
|
32
|
-
formValidationMessageForMinLength: string;
|
|
33
|
-
formValidationMessageForRegularExpression: string;
|
|
34
|
-
};
|
|
35
|
-
KgPageDdaCreate: {
|
|
36
|
-
'confirm-cancel': string;
|
|
37
|
-
done: string;
|
|
38
|
-
'next-step': string;
|
|
39
|
-
'previous-step': string;
|
|
40
|
-
};
|
|
41
|
-
KgPageDdaCreateBasic: {
|
|
42
|
-
'form-id': string;
|
|
43
|
-
'form-name': string;
|
|
44
|
-
maintenance: string;
|
|
45
|
-
sql: string;
|
|
46
|
-
type: string;
|
|
47
|
-
};
|
|
48
|
-
KgPageDdaCreateButton: {
|
|
49
|
-
'button-var-name-reserved': string;
|
|
50
|
-
'button-var-name-used': string;
|
|
51
|
-
};
|
|
52
|
-
KgPageDdaCreateMenu: {
|
|
53
|
-
'parent-menu': string;
|
|
54
|
-
};
|
|
55
|
-
KgPageDdaCreateSearch: {
|
|
56
|
-
available: string;
|
|
57
|
-
'column-desc': string;
|
|
58
|
-
'column-name': string;
|
|
59
|
-
'column-type': string;
|
|
60
|
-
selected: string;
|
|
61
|
-
};
|
|
62
|
-
KgPageDdaCreateSubmit: {
|
|
63
|
-
available: string;
|
|
64
|
-
'column-desc': string;
|
|
65
|
-
'column-name': string;
|
|
66
|
-
'column-type': string;
|
|
67
|
-
selected: string;
|
|
68
|
-
};
|
|
69
|
-
KgPageDdaCreateTable: {
|
|
70
|
-
available: string;
|
|
71
|
-
'column-desc': string;
|
|
72
|
-
'column-name': string;
|
|
73
|
-
'column-type': string;
|
|
74
|
-
selected: string;
|
|
75
|
-
};
|
|
76
|
-
KgSearch: {
|
|
77
|
-
title: string;
|
|
78
|
-
};
|
|
79
|
-
KgSearchConfigModal: {
|
|
80
|
-
BETWEEN: string;
|
|
81
|
-
'BETWEEN-desc': string;
|
|
82
|
-
CONTAIN: string;
|
|
83
|
-
'CONTAIN-desc': string;
|
|
84
|
-
END_WITH: string;
|
|
85
|
-
'END_WITH-desc': string;
|
|
86
|
-
EQ: string;
|
|
87
|
-
'EQ-desc': string;
|
|
88
|
-
GT: string;
|
|
89
|
-
'GT-desc': string;
|
|
90
|
-
GTE: string;
|
|
91
|
-
'GTE-desc': string;
|
|
92
|
-
IN: string;
|
|
93
|
-
'IN-desc': string;
|
|
94
|
-
LT: string;
|
|
95
|
-
'LT-desc': string;
|
|
96
|
-
LTE: string;
|
|
97
|
-
'LTE-desc': string;
|
|
98
|
-
NE: string;
|
|
99
|
-
'NE-desc': string;
|
|
100
|
-
EMPTY: string;
|
|
101
|
-
'EMPTY-desc': string;
|
|
102
|
-
NOT_EMPTY: string;
|
|
103
|
-
'NOT_EMPTY-desc': string;
|
|
104
|
-
START_WITH: string;
|
|
105
|
-
'START_WITH-desc': string;
|
|
106
|
-
close: string;
|
|
107
|
-
formTitle: string;
|
|
108
|
-
pleaseSelectVarProfileMaster: string;
|
|
109
|
-
};
|
|
110
|
-
KgSqlClient: {
|
|
111
|
-
ResultTab: {
|
|
112
|
-
resultStatusLabel: string;
|
|
113
|
-
ellapseLabel: string;
|
|
114
|
-
rowsTotalLabel: string;
|
|
115
|
-
messageLabel: string;
|
|
116
|
-
tabTitlePrefix: string;
|
|
117
|
-
rowsAffected: string;
|
|
118
|
-
};
|
|
119
|
-
Toolbar: {
|
|
120
|
-
Top: {
|
|
121
|
-
deleteCurrentTemplate: string;
|
|
122
|
-
saveAsTemplate: string;
|
|
123
|
-
saveCurrentTemplate: string;
|
|
124
|
-
viewHistory: string;
|
|
125
|
-
viewTemplate: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
KgTable: {
|
|
130
|
-
apiNotSupportDynamicQuery: string;
|
|
131
|
-
column: string;
|
|
132
|
-
config: string;
|
|
133
|
-
emptyText: string;
|
|
134
|
-
isShowDescription: string;
|
|
135
|
-
other: string;
|
|
136
|
-
'request-fail-error': string;
|
|
137
|
-
'request-fail-no-data': string;
|
|
138
|
-
rowHeight: string;
|
|
139
|
-
rowHeightH: string;
|
|
140
|
-
rowHeightL: string;
|
|
141
|
-
rowHeightM: string;
|
|
142
|
-
'save-var-grid-master-as-success-message': string;
|
|
143
|
-
saveVarGridMaster: string;
|
|
144
|
-
saveVarGridMasterAs: string;
|
|
145
|
-
saveVarGridMasterSuccessMessage: string;
|
|
146
|
-
totalText: string;
|
|
147
|
-
varGridMasters: string;
|
|
148
|
-
};
|
|
149
|
-
KgTableHeadCell: {
|
|
150
|
-
align: string;
|
|
151
|
-
alignCenter: string;
|
|
152
|
-
alignLeft: string;
|
|
153
|
-
alignRight: string;
|
|
154
|
-
hide: string;
|
|
155
|
-
isEllipsis: string;
|
|
156
|
-
isFilter: string;
|
|
157
|
-
isFixToLeft: string;
|
|
158
|
-
isFixToRight: string;
|
|
159
|
-
isSort: string;
|
|
160
|
-
};
|
|
161
|
-
KgTableInfo: {
|
|
162
|
-
check: string;
|
|
163
|
-
clearCheck: string;
|
|
164
|
-
clearTable: string;
|
|
165
|
-
locate: string;
|
|
166
|
-
row: string;
|
|
167
|
-
};
|
|
168
|
-
KgTableSettingVarGridConfig: {};
|
|
169
|
-
KgTableSettingVarGridMasterSaveAs: {
|
|
170
|
-
title: string;
|
|
171
|
-
};
|
|
172
|
-
KgVar: {};
|
|
173
|
-
KgVarConfig: {
|
|
174
|
-
VarGridConfig: string;
|
|
175
|
-
VarGridMaster: string;
|
|
176
|
-
VarProfileConfig: string;
|
|
177
|
-
VarProfileMaster: string;
|
|
178
|
-
action: string;
|
|
179
|
-
allForm: string;
|
|
180
|
-
allLanguage: string;
|
|
181
|
-
canNotUpdateSystemVarGridMaster: string;
|
|
182
|
-
canNotUpdateSystemVarProfileMaster: string;
|
|
183
|
-
confirm: string;
|
|
184
|
-
createConfig: string;
|
|
185
|
-
currentForm: string;
|
|
186
|
-
currentLanguage: string;
|
|
187
|
-
customLevel: string;
|
|
188
|
-
emptyPageSizeOptions: string;
|
|
189
|
-
formId: string;
|
|
190
|
-
formValidationMessageForMaxAndMin: string;
|
|
191
|
-
formValidationMessageForMaxLengthAndMinLength: string;
|
|
192
|
-
invalidCommandParameter: string;
|
|
193
|
-
invalidPageSizeOption: string;
|
|
194
|
-
invalidPageSizeOptions: string;
|
|
195
|
-
pleaseSelectVariable: string;
|
|
196
|
-
tabButton: string;
|
|
197
|
-
tabChild: string;
|
|
198
|
-
tabSearch: string;
|
|
199
|
-
tabSubmit: string;
|
|
200
|
-
tabTable: string;
|
|
201
|
-
varVariable: string;
|
|
202
|
-
variable: string;
|
|
203
|
-
};
|
|
204
|
-
KgVarConfigModalButton: {
|
|
205
|
-
VarButton: string;
|
|
206
|
-
VarButtonConfig: string;
|
|
207
|
-
};
|
|
208
|
-
KgVarConfigModalChild: {
|
|
209
|
-
childVarName: string;
|
|
210
|
-
childVarNameDuplicate: string;
|
|
211
|
-
childVarNameRequired: string;
|
|
212
|
-
parentVarName: string;
|
|
213
|
-
parentVarNameDuplicate: string;
|
|
214
|
-
parentVarNameRequired: string;
|
|
215
|
-
};
|
|
216
|
-
KgVarConfigModalSubmit: {
|
|
217
|
-
VarSubmitConfig: string;
|
|
218
|
-
VarSubmitDetail: string;
|
|
219
|
-
};
|
|
220
|
-
KgVarConfigModalSubmitVarSubmitConfig: {
|
|
221
|
-
invalidWidthForSpan: string;
|
|
222
|
-
};
|
|
223
|
-
KgVarConfigModalTableVarGridMaster: {
|
|
224
|
-
DESC: string;
|
|
225
|
-
DESC__UPDATE_LINK: string;
|
|
226
|
-
FILE_SIZE: string;
|
|
227
|
-
ICON: string;
|
|
228
|
-
IMAGE: string;
|
|
229
|
-
PROGRESS: string;
|
|
230
|
-
ROUTE_LINK: string;
|
|
231
|
-
UPDATE_LINK: string;
|
|
232
|
-
YN: string;
|
|
233
|
-
center: string;
|
|
234
|
-
left: string;
|
|
235
|
-
notSort: string;
|
|
236
|
-
right: string;
|
|
237
|
-
};
|
|
238
|
-
KgVarConfigSelectFormIdModal: {
|
|
239
|
-
title: string;
|
|
240
|
-
};
|
|
241
|
-
KgWarehouse: {
|
|
242
|
-
reloadMessage: string;
|
|
243
|
-
selectWarehouse: string;
|
|
244
|
-
title: string;
|
|
245
|
-
warehouse: string;
|
|
246
|
-
};
|
|
247
|
-
action: string;
|
|
248
|
-
add: string;
|
|
249
|
-
allUser: string;
|
|
250
|
-
asc: string;
|
|
251
|
-
button: string;
|
|
252
|
-
cancel: string;
|
|
253
|
-
close: string;
|
|
254
|
-
confirm: string;
|
|
255
|
-
confirmDelete: string;
|
|
256
|
-
copy: string;
|
|
257
|
-
copySuccess: string;
|
|
258
|
-
create: string;
|
|
259
|
-
createSuccess: string;
|
|
260
|
-
default: string;
|
|
261
|
-
delete: string;
|
|
262
|
-
deleteSuccess: string;
|
|
263
|
-
desc: string;
|
|
264
|
-
edit: string;
|
|
265
|
-
empty: string;
|
|
266
|
-
emptyText: string;
|
|
267
|
-
execute: string;
|
|
268
|
-
executeSuccess: string;
|
|
269
|
-
export: string;
|
|
270
|
-
exportSuccess: string;
|
|
271
|
-
fail: string;
|
|
272
|
-
formId: string;
|
|
273
|
-
formName: string;
|
|
274
|
-
formValidationFail: string;
|
|
275
|
-
import: string;
|
|
276
|
-
'import-template': string;
|
|
277
|
-
importSuccess: string;
|
|
278
|
-
importTemplate: string;
|
|
279
|
-
loading: string;
|
|
280
|
-
lookup: string;
|
|
281
|
-
millisecond: string;
|
|
282
|
-
no: string;
|
|
283
|
-
ok: string;
|
|
284
|
-
query: string;
|
|
285
|
-
refresh: string;
|
|
286
|
-
required: string;
|
|
287
|
-
reset: string;
|
|
288
|
-
save: string;
|
|
289
|
-
search: string;
|
|
290
|
-
selectAll: string;
|
|
291
|
-
show: string;
|
|
292
|
-
succeed: string;
|
|
293
|
-
success: string;
|
|
294
|
-
tip: string;
|
|
295
|
-
update: string;
|
|
296
|
-
updateSuccess: string;
|
|
297
|
-
yes: string;
|
|
298
|
-
};
|
|
299
|
-
};
|
|
300
|
-
export default _default;
|