@expresscsv/react 0.1.23 → 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 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;