@updog/data-editor-wc 0.1.61 → 0.1.63

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 +7 -6
  3. package/index.js +9484 -8355
  4. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -101,9 +101,6 @@ declare var export_default = {
101
101
  segment: {
102
102
  segmentControl: "Segment control",
103
103
  },
104
- stepper: {
105
- progress: "Progress",
106
- },
107
104
  },
108
105
  dataEditor: {
109
106
  modal: {
@@ -437,7 +434,6 @@ declare var export_default = {
437
434
  uploader: {
438
435
  steps: {
439
436
  selectFiles: "Select files",
440
- sheetSelection: "Select sheet",
441
437
  headerSelection: "Header selection",
442
438
  matchColumns: "Match columns",
443
439
  matchValues: "Match values",
@@ -453,6 +449,7 @@ declare var export_default = {
453
449
  "{{count}} rows had formatting issues (rows {{rows}})",
454
450
  downloadExample: "Download sample file",
455
451
  fileTooLarge: "The file is too large to process",
452
+ reset: "Reset",
456
453
  uploading: "Uploading file",
457
454
  },
458
455
  remoteSources: {
@@ -487,7 +484,7 @@ declare var export_default = {
487
484
  unmatchedWarning:
488
485
  "Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
489
486
  },
490
- sheetSelection: {
487
+ sheetPreview: {
491
488
  rowCount: "{{count}} rows",
492
489
  emptySheet: "Empty sheet",
493
490
  },
@@ -496,10 +493,13 @@ declare var export_default = {
496
493
  matchedCount: "{{matched}}/{{total}} matched",
497
494
  targetValue: "Target value",
498
495
  selectValuePlaceholder: "Select value",
496
+ showAll: "Show all",
499
497
  showMatched: "Show matched",
500
498
  allMatched: "All values are matched",
499
+ tooManyValues: "Showing first {{shown}} of {{total}} values",
501
500
  unmatchedWarning:
502
501
  "Unmatched values won't be imported. Match this value to keep the data. You can edit values after importing.",
502
+ createAllOptions: "Create all options",
503
503
  createOption: "Create option",
504
504
  createOptionTitle: "Create option",
505
505
  createOptionNameLabel: "Option name",
@@ -525,9 +525,10 @@ declare var export_default = {
525
525
  common: {
526
526
  cancel: "Cancel",
527
527
  collapse: "Collapse",
528
- dropToImport: "Drop file to import",
528
+ dropToImport: "Drop file to upload",
529
529
  expand: "Expand",
530
530
  remove: "Remove",
531
+ save: "Save",
531
532
  search: "Search",
532
533
  },
533
534
  },