@updog/data-editor-wc 0.1.66 → 0.1.68
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/README.md +1 -1
- package/index.css +1 -1
- package/index.d.ts +19 -0
- package/index.js +4263 -4202
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
## What is @updog/data-editor-wc
|
|
6
6
|
|
|
7
|
-
@updog/data-editor-wc is a commercial
|
|
7
|
+
@updog/data-editor-wc is the Web Component build of Updog Importer, a commercial product that embeds a complete data import wizard and spreadsheet editor into any frontend stack. Same engine as the React SDK, framework-agnostic packaging. It is not related to Datadog's Updog dashboard or the sc0tfree/updog HTTP server.
|
|
8
8
|
|
|
9
9
|
- **Import** CSV, Excel (XLSX), TSV, JSON, and XML — column auto-matching, value mapping, multi-source merging, validation
|
|
10
10
|
- **Edit** 1M+ rows with undo/redo, find & replace, copy/paste, fill handle, sorting, filtering, and bulk transforms
|