@updog/data-editor-wc 0.1.60 → 0.1.62

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 +4 -6
  3. package/index.js +9092 -8374
  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
  },
@@ -498,6 +495,7 @@ declare var export_default = {
498
495
  selectValuePlaceholder: "Select value",
499
496
  showMatched: "Show matched",
500
497
  allMatched: "All values are matched",
498
+ tooManyValues: "Showing first {{shown}} of {{total}} values",
501
499
  unmatchedWarning:
502
500
  "Unmatched values won't be imported. Match this value to keep the data. You can edit values after importing.",
503
501
  createOption: "Create option",
@@ -525,7 +523,7 @@ declare var export_default = {
525
523
  common: {
526
524
  cancel: "Cancel",
527
525
  collapse: "Collapse",
528
- dropToImport: "Drop file to import",
526
+ dropToImport: "Drop file to upload",
529
527
  expand: "Expand",
530
528
  remove: "Remove",
531
529
  search: "Search",