@updog/data-editor 0.1.62 → 0.1.64

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 +2803 -2389
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -495,11 +495,13 @@ declare var export_default = {
495
495
  matchedCount: "{{matched}}/{{total}} matched",
496
496
  targetValue: "Target value",
497
497
  selectValuePlaceholder: "Select value",
498
+ showAll: "Show all",
498
499
  showMatched: "Show matched",
499
500
  allMatched: "All values are matched",
500
501
  tooManyValues: "Showing first {{shown}} of {{total}} values",
501
502
  unmatchedWarning:
502
503
  "Unmatched values won't be imported. Match this value to keep the data. You can edit values after importing.",
504
+ createAllOptions: "Create all options",
503
505
  createOption: "Create option",
504
506
  createOptionTitle: "Create option",
505
507
  createOptionNameLabel: "Option name",
@@ -528,6 +530,7 @@ declare var export_default = {
528
530
  dropToImport: "Drop file to upload",
529
531
  expand: "Expand",
530
532
  remove: "Remove",
533
+ save: "Save",
531
534
  search: "Search",
532
535
  },
533
536
  },