diff --git a/package-lock.json b/package-lock.json index 4b166fd2fc..f9ee78ae7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -747,7 +747,6 @@ }, "node_modules/@clack/prompts/node_modules/is-unicode-supported": { "version": "1.3.0", - "extraneous": true, "inBundle": true, "license": "MIT", "engines": { @@ -21824,7 +21823,7 @@ "@hpcc-js/api": "^3.4.10", "@hpcc-js/chart": "^3.6.6", "@hpcc-js/common": "^3.7.0", - "@hpcc-js/dgrid": "^3.6.0", + "@hpcc-js/dgrid2": "^3.5.8", "@hpcc-js/form": "^3.3.10", "@hpcc-js/html": "^3.3.10", "@hpcc-js/other": "^3.4.11", diff --git a/packages/composite/index-preview.html b/packages/composite/index-preview.html index 72881e246c..9c81be65bb 100644 --- a/packages/composite/index-preview.html +++ b/packages/composite/index-preview.html @@ -23,7 +23,6 @@ margin-top: 20px; } - @@ -67,7 +66,11 @@

ESM Quick Test

setTimeout(() => { window.__widget.chartType("PIE").render(); - }, 3000); + }, 1000); + + setTimeout(() => { + window.__widget.chartType("TABLE").render(); + }, 2000); + + + + +

ESM Quick Test

+
+ + + + + \ No newline at end of file diff --git a/packages/dgrid2/index.html b/packages/dgrid2/index.html index e24d97fada..7b30996ed7 100644 --- a/packages/dgrid2/index.html +++ b/packages/dgrid2/index.html @@ -23,15 +23,13 @@ margin-top: 20px; } - -

ESM Quick Test