@updog/data-editor 0.1.42 → 0.1.44
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/index.css +1 -1
- package/index.d.ts +0 -11
- package/index.js +215 -291
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -443,9 +443,6 @@ declare var export_default = {
|
|
|
443
443
|
primaryKey: "Primary key",
|
|
444
444
|
},
|
|
445
445
|
uploadFile: {
|
|
446
|
-
title: "Upload file",
|
|
447
|
-
text: "Upload a CSV, TSV, Excel, JSON or XML file to import data",
|
|
448
|
-
textDynamic: "Upload a {{formats}} file to import data",
|
|
449
446
|
parseError: "Failed to parse file",
|
|
450
447
|
clickToUpload: "Click to upload",
|
|
451
448
|
orDragAndDrop: "or drag and drop",
|
|
@@ -462,8 +459,6 @@ declare var export_default = {
|
|
|
462
459
|
fetchError: "Failed to load data",
|
|
463
460
|
},
|
|
464
461
|
matchColumns: {
|
|
465
|
-
title: "Match columns",
|
|
466
|
-
text: "Map imported columns to existing columns",
|
|
467
462
|
banner: "Some columns could not be automatically matched",
|
|
468
463
|
importedColumns: "Imported columns",
|
|
469
464
|
matchedCount: "{{matched}}/{{total}} matched",
|
|
@@ -484,14 +479,10 @@ declare var export_default = {
|
|
|
484
479
|
"Unmatched columns won't be imported. Match this column to keep the data. You can transform columns after importing.",
|
|
485
480
|
},
|
|
486
481
|
sheetSelection: {
|
|
487
|
-
title: "Select sheet",
|
|
488
|
-
text: "This file contains multiple sheets. Choose which sheet to import.",
|
|
489
482
|
rowCount: "{{count}} rows",
|
|
490
483
|
emptySheet: "Empty sheet",
|
|
491
484
|
},
|
|
492
485
|
matchValues: {
|
|
493
|
-
title: "Match values",
|
|
494
|
-
text: "Review how imported values map to your column options. Adjust any mappings that need a different match.",
|
|
495
486
|
importedValues: "Imported values",
|
|
496
487
|
matchedCount: "{{matched}}/{{total}} matched",
|
|
497
488
|
targetValue: "Target value",
|
|
@@ -508,8 +499,6 @@ declare var export_default = {
|
|
|
508
499
|
createOptionSubmit: "Create",
|
|
509
500
|
},
|
|
510
501
|
primaryKey: {
|
|
511
|
-
title: "Select primary key",
|
|
512
|
-
text: "Choose the column that uniquely identifies each row",
|
|
513
502
|
none: "No primary key",
|
|
514
503
|
noneHint:
|
|
515
504
|
"All rows will be appended as new entries without deduplication.",
|