diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6835f191b..59ed0a34f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,12 +12,12 @@ pool: steps: - task: NodeTool@0 inputs: - versionSpec: '14.x' + versionSpec: '16.x' displayName: 'Install Node.js' - script: | - npm i -g npm@7 - displayName: 'Install npm 7' + npm i -g npm@8 + displayName: 'Install npm 8' - script: | npm install diff --git a/dev.md b/dev.md index ff0edec2a..b75100a01 100644 --- a/dev.md +++ b/dev.md @@ -13,8 +13,8 @@ The SandDance repo is a monorepo made up of several packages, managed by [Lerna] 1. [sanddance-app](https://github.com/microsoft/SandDance/tree/master/packages/sanddance-app) - React-based sample application used on website. ## System requirements -* Node.js 14 or higher -* NPM 7 or higher +* Node.js 16 or higher +* NPM 8 or higher ## Install 1. Clone this repo diff --git a/docs/dist/powerbi/v4/SandDance2019beta4.4.0.9.pbiviz b/docs/dist/powerbi/v4/SandDance2019beta4.4.0.9.pbiviz new file mode 100644 index 000000000..ffd18c2dd Binary files /dev/null and b/docs/dist/powerbi/v4/SandDance2019beta4.4.0.9.pbiviz differ diff --git a/docs/dist/sanddance-explorer/v4/sanddance-explorer.js b/docs/dist/sanddance-explorer/v4/sanddance-explorer.js index 47b248df9..bc6dbdf7a 100644 --- a/docs/dist/sanddance-explorer/v4/sanddance-explorer.js +++ b/docs/dist/sanddance-explorer/v4/sanddance-explorer.js @@ -98,7 +98,7 @@ var $818261f0bc10eb56$var$BarChartRecommenderSummary = /** @class */ function() if (column.name === this.best.columns.x || column.stats.isSequential) continue; if (column.quantitative || column.stats.distinctValueCount < $mKnoG.maxCategoricalColors && column.stats.distinctValueCount > 1) { this.best.columns.color = this.best.columns.sort = column.name; - this.best.scheme = $mKnoG.defaultColorScheme(column); + this.best.scheme = (0, $mKnoG.defaultColorScheme)(column); if (column.quantitative) this.best.colorBin = "quantile"; break; } @@ -243,16 +243,16 @@ var $482125d789b1323b$var$ScatterPlotRecommenderSummary = /** @class */ function columns.forEach(function(column) { if (!rec.columns.x) { if (column.name.toLowerCase() === "x") return rec.columns.x = column.name; - else if ($a7afS.isLongitude(column)) return rec.columns.x = column.name; + else if ((0, $a7afS.isLongitude)(column)) return rec.columns.x = column.name; } if (!rec.columns.y) { if (column.name.toLowerCase() === "y") return rec.columns.y = column.name; - else if ($a7afS.isLatitude(column)) return rec.columns.y = column.name; + else if ((0, $a7afS.isLatitude)(column)) return rec.columns.y = column.name; } if (!rec.columns.color && !column.stats.isSequential) { if (column.quantitative || column.stats.distinctValueCount < $mKnoG.maxCategoricalColors) { rec.columns.color = rec.columns.sort = column.name; - rec.scheme = $mKnoG.defaultColorScheme(column); + rec.scheme = (0, $mKnoG.defaultColorScheme)(column); if (column.quantitative) rec.colorBin = "quantile"; return; } @@ -286,7 +286,7 @@ function $178167658ad4c5ea$var$preferredColumnForTreemapSize(columns, strict) { if (c.quantitative) { if (strict && c.stats.hasNegative) continue; if (strict && c.stats.isSequential) continue; - if (strict && $a7afS.isGeo(c)) continue; + if (strict && (0, $a7afS.isGeo)(c)) continue; return c; } } @@ -38860,7 +38860,7 @@ const $8f1b85a9470d3af5$export$c4b7cd609ccf4a5a = (title, embed)=>` - + diff --git a/docs/docs/sanddance-explorer/v4/classes/SandDance.VegaMorphCharts.types.MorphChartsCore.html b/docs/docs/sanddance-explorer/v4/classes/SandDance.VegaMorphCharts.types.MorphChartsCore.html index 8bda51d40..4f1f30f38 100644 --- a/docs/docs/sanddance-explorer/v4/classes/SandDance.VegaMorphCharts.types.MorphChartsCore.html +++ b/docs/docs/sanddance-explorer/v4/classes/SandDance.VegaMorphCharts.types.MorphChartsCore.html @@ -52,6 +52,8 @@
Add these to the dependencies
section of your package.json
, then run npm install
:
"@msrvida/sanddance-explorer": "^4",
"@fluentui/react": "^8",
-"vega": "^5.20"
+"vega": "^5.22"
Import these in your JavaScript:
import * as fluentui from '@fluentui/react';
diff --git a/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.BasicRendererOptions.html b/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.BasicRendererOptions.html
index e7b5ccf5a..de115fd3d 100644
--- a/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.BasicRendererOptions.html
+++ b/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.BasicRendererOptions.html
@@ -50,6 +50,7 @@ Index
Properties
@@ -70,6 +71,17 @@ Optional antialias
+
+
+ Optional contextmenu
+
+
+
Optional height
@@ -167,6 +179,9 @@ Optional width
-
antialias
+ -
+ contextmenu
+
-
height
diff --git a/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.Scene3d.html b/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.Scene3d.html
index 53eb8b6aa..e47ea1a30 100644
--- a/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.Scene3d.html
+++ b/docs/docs/sanddance-explorer/v4/interfaces/SandDance.VegaMorphCharts.types.Scene3d.html
@@ -78,7 +78,7 @@ bounds
@@ -89,7 +89,7 @@ clip
@@ -100,7 +100,7 @@ interactive
@@ -111,7 +111,7 @@ items
@@ -122,7 +122,7 @@ marktype
@@ -133,7 +133,7 @@ name
@@ -144,7 +144,7 @@ role
diff --git a/docs/docs/sanddance-explorer/v4/interfaces/controls.IDialogProps.html b/docs/docs/sanddance-explorer/v4/interfaces/controls.IDialogProps.html
index 25da43987..2029a82c4 100644
--- a/docs/docs/sanddance-explorer/v4/interfaces/controls.IDialogProps.html
+++ b/docs/docs/sanddance-explorer/v4/interfaces/controls.IDialogProps.html
@@ -46,7 +46,7 @@ Properties
- aria
DescribedById
- aria
LabelledById
- buttons
- - children
+ - children
- class
Name
- close
ButtonAriaLabel
- component
Ref
@@ -98,7 +98,7 @@ Optional ariaDescribed
Inherited from FluentUITypes.IDialogProps.ariaDescribedById
- - Defined in fluentui-react-cdn-typings/node_modules/@fluentui/react/lib/components/Dialog/Dialog.types.d.ts:129
+ - Defined in fluentui-react-cdn-typings/node_modules/@fluentui/react/lib/components/Dialog/Dialog.types.d.ts:130
Optional ariaLabelled
@@ -143,11 +143,12 @@
+
children: ReactNode
Inherited from FluentUITypes.IDialogProps.ariaLabelledById
-- Defined in fluentui-react-cdn-typings/node_modules/@fluentui/react/lib/components/Dialog/Dialog.types.d.ts:124
+ - Defined in fluentui-react-cdn-typings/node_modules/@fluentui/react/lib/components/Dialog/Dialog.types.d.ts:125
Optional buttons
-Optional children