@kengic/core.react 0.0.2-beta.34 → 0.0.2-beta.35
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/index.css +1 -1
- package/kengic-core.react.js +3605 -3267
- package/package.json +1 -1
- package/src/api/WMS/models.d.ts +2 -0
- package/src/i18n/cs_CZ.d.ts +7 -0
- package/src/i18n/en.d.ts +7 -0
- package/src/i18n/es_ES.d.ts +7 -0
- package/src/i18n/fr_FR.d.ts +7 -0
- package/src/i18n/km_KH.d.ts +7 -0
- package/src/i18n/ko_KR.d.ts +7 -0
- package/src/i18n/vi_VN.d.ts +7 -0
- package/src/i18n/zh_CN.d.ts +7 -0
package/package.json
CHANGED
package/src/api/WMS/models.d.ts
CHANGED
package/src/i18n/cs_CZ.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const cs_CZ: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const cs_CZ: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/en.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const en: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const en: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/es_ES.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const es_ES: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const es_ES: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/fr_FR.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const fr_FR: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const fr_FR: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/km_KH.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const km_KH: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const km_KH: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/ko_KR.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const ko_KR: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const ko_KR: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/vi_VN.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const vi_VN: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const vi_VN: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|
package/src/i18n/zh_CN.d.ts
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
export declare const zh_CN: {
|
|
2
|
+
'KgSqlClient.ResultTab.resultStatusLabel': string;
|
|
3
|
+
'KgSqlClient.ResultTab.ellapseLabel': string;
|
|
4
|
+
'KgSqlClient.ResultTab.rowsTotalLabel': string;
|
|
5
|
+
'KgSqlClient.ResultTab.messageLabel': string;
|
|
2
6
|
'KgSqlClient.ResultTab.tabTitlePrefix': string;
|
|
3
7
|
'KgSqlClient.ResultTab.rowsAffected': string;
|
|
4
8
|
'KgWorkStation.modalTitle': string;
|
|
@@ -8,6 +12,9 @@ export declare const zh_CN: {
|
|
|
8
12
|
'KgWorkStation.workStationAndWorkStationArea': string;
|
|
9
13
|
'KgWorkStation.workStationArea': string;
|
|
10
14
|
'kg.cancel': string;
|
|
15
|
+
'kg.success': string;
|
|
16
|
+
'kg.fail': string;
|
|
17
|
+
'kg.millisecond': string;
|
|
11
18
|
'kg.confirm': string;
|
|
12
19
|
'kg.confirmDelete': string;
|
|
13
20
|
'kg.execute': string;
|