@updog/data-editor 0.1.79 → 0.1.80

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.
Files changed (4) hide show
  1. package/index.css +1 -1
  2. package/index.d.ts +3 -0
  3. package/index.js +2547 -2462
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -529,6 +529,9 @@ declare var export_default = {
529
529
  editColumnTitle: "Edit column",
530
530
  createColumnWarning: "A matching column already exists",
531
531
  newColumnTag: "New",
532
+ sampleValues: "Example values",
533
+ sampleValuesEmpty: "No values in this column",
534
+ showSampleValues: "Show example values from {{column}}",
532
535
  unmatchedWarning:
533
536
  "Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
534
537
  },