@expresscsv/react 0.1.24 → 0.1.25
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/dist/index.d.cts +6 -0
- package/dist/index.d.mts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -2750,6 +2750,12 @@ declare interface ExpressCSVLocale {
|
|
|
2750
2750
|
nextDisabledMatchOptions: string;
|
|
2751
2751
|
nextDisabledReviewValidating: string;
|
|
2752
2752
|
nextDisabledReviewInvalid: string;
|
|
2753
|
+
nextDisabledReviewEmpty: string;
|
|
2754
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2755
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2756
|
+
finishBlockedNoRecords: string;
|
|
2757
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2758
|
+
nextBlockedFallback: string;
|
|
2753
2759
|
};
|
|
2754
2760
|
importer: {
|
|
2755
2761
|
title: string;
|
package/dist/index.d.mts
CHANGED
|
@@ -2750,6 +2750,12 @@ declare interface ExpressCSVLocale {
|
|
|
2750
2750
|
nextDisabledMatchOptions: string;
|
|
2751
2751
|
nextDisabledReviewValidating: string;
|
|
2752
2752
|
nextDisabledReviewInvalid: string;
|
|
2753
|
+
nextDisabledReviewEmpty: string;
|
|
2754
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2755
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2756
|
+
finishBlockedNoRecords: string;
|
|
2757
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2758
|
+
nextBlockedFallback: string;
|
|
2753
2759
|
};
|
|
2754
2760
|
importer: {
|
|
2755
2761
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2750,6 +2750,12 @@ declare interface ExpressCSVLocale {
|
|
|
2750
2750
|
nextDisabledMatchOptions: string;
|
|
2751
2751
|
nextDisabledReviewValidating: string;
|
|
2752
2752
|
nextDisabledReviewInvalid: string;
|
|
2753
|
+
nextDisabledReviewEmpty: string;
|
|
2754
|
+
finishBlockedMissingReviewOrSchema: string;
|
|
2755
|
+
finishBlockedCellsInvalidOrValidating: string;
|
|
2756
|
+
finishBlockedNoRecords: string;
|
|
2757
|
+
/** When Next is blocked but no specific reason was resolved (edge case). */
|
|
2758
|
+
nextBlockedFallback: string;
|
|
2753
2759
|
};
|
|
2754
2760
|
importer: {
|
|
2755
2761
|
title: string;
|