iglooform 2.5.17 → 2.5.18
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/es/claim-list/index.js
CHANGED
|
@@ -104,7 +104,7 @@ var ClaimList = function ClaimList(props) {
|
|
|
104
104
|
}, []);
|
|
105
105
|
setExpandedRowKeys(tableExtendKeys);
|
|
106
106
|
setShowDetailKeys(claimExtendKeys);
|
|
107
|
-
}, []);
|
|
107
|
+
}, [dateSource]);
|
|
108
108
|
|
|
109
109
|
var handleClickRow = function handleClickRow(record, rowKey, showDetailKeys, expandedRowKeys, handleClaimOpenChange) {
|
|
110
110
|
var copyExtendsKeys = _toConsumableArray(showDetailKeys);
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"I agree to the Igloo": "Saya setuju dengan Igloo",
|
|
33
33
|
"I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "Saya menyatakan bahwa pernyataan yang saya jelaskan di atas adalah benar. Selanjutnya saya nyatakan bahwa kerugian yang terjadi merupakan ketidaksengajaan, dan terjadi tanpa perencanaan atau hasil musyawarah dengan pihak lain.",
|
|
34
34
|
"Import": "Impor",
|
|
35
|
-
"Invalid KTP Number.": "
|
|
35
|
+
"Invalid KTP Number.": "Nomor KTP Tidak Valid",
|
|
36
36
|
"Invalid password.": "Kata sandi salah.",
|
|
37
37
|
"It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "Direkomendasikan untuk memilih tidak lebih dari {colMax} metrik untuk memastikan sudut pandang default dari setiap isi kolom.",
|
|
38
38
|
"Last 7 Days": "7 hari terakhir",
|
package/lib/claim-list/index.js
CHANGED
|
@@ -131,7 +131,7 @@ var ClaimList = function ClaimList(props) {
|
|
|
131
131
|
}, []);
|
|
132
132
|
setExpandedRowKeys(tableExtendKeys);
|
|
133
133
|
setShowDetailKeys(claimExtendKeys);
|
|
134
|
-
}, []);
|
|
134
|
+
}, [dateSource]);
|
|
135
135
|
|
|
136
136
|
var handleClickRow = function handleClickRow(record, rowKey, showDetailKeys, expandedRowKeys, handleClaimOpenChange) {
|
|
137
137
|
var copyExtendsKeys = _toConsumableArray(showDetailKeys);
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"I agree to the Igloo": "Saya setuju dengan Igloo",
|
|
33
33
|
"I declare that the statements I have described above are true. I further declare that the loss occured was accidental, without planning or consensus with other parties.": "Saya menyatakan bahwa pernyataan yang saya jelaskan di atas adalah benar. Selanjutnya saya nyatakan bahwa kerugian yang terjadi merupakan ketidaksengajaan, dan terjadi tanpa perencanaan atau hasil musyawarah dengan pihak lain.",
|
|
34
34
|
"Import": "Impor",
|
|
35
|
-
"Invalid KTP Number.": "
|
|
35
|
+
"Invalid KTP Number.": "Nomor KTP Tidak Valid",
|
|
36
36
|
"Invalid password.": "Kata sandi salah.",
|
|
37
37
|
"It is recommended to select no more than {colMax} metrics to ensure the default visibility of each column input.": "Direkomendasikan untuk memilih tidak lebih dari {colMax} metrik untuk memastikan sudut pandang default dari setiap isi kolom.",
|
|
38
38
|
"Last 7 Days": "7 hari terakhir",
|