Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/js/sanddance-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52579,7 +52579,7 @@ const embedHtml = (title, embed)=>`<!DOCTYPE html>
<script src="https://unpkg.com/@fluentui/react@8/dist/fluentui-react.js"></script>
<script src="https://unpkg.com/@msrvida/fluentui-icons@1/dist/umd/fluentui-icons.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@4/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4.4/dist/umd/sanddance-embed.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4/dist/umd/sanddance-embed.js"></script>
${embed}
</body>
</html>`;
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/dist/sanddance-explorer/v4/sanddance-explorer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44548,7 +44548,7 @@ const $0edfbb46d4822ac6$export$12df67f310f5f846 = $0edfbb46d4822ac6$var$_ColumnT
<script src="https://unpkg.com/@fluentui/react@8/dist/fluentui-react.js"></script>
<script src="https://unpkg.com/@msrvida/fluentui-icons@1/dist/umd/fluentui-icons.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@4/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4.4/dist/umd/sanddance-embed.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4/dist/umd/sanddance-embed.js"></script>
${embed}
</body>
</html>`;
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ title: Examples

## <a name="apps"></a>SandDance apps v4
* [Web app](../tests/v4/es6/app)
* [Power BI custom visual](../dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.pbiviz) 4.2.0
* [Power BI custom visual](../dist/powerbi/v4/SandDance201929976D117A654D0BAB8E96507442D80B.4.2.0.1.pbiviz) 4.2.0.1
* [Azure Data Studio extension](../dist/azdata/v4/azdata-sanddance-4.1.1.vsix) 4.1.1
* [VSCode extension](../dist/vscode/v4/vscode-sanddance-4.1.0.vsix) 4.1.0
* [sanddance-embed example](../embed/v4/test.html)
Expand Down
2 changes: 1 addition & 1 deletion docs/tests/v4/es6/js/sanddance-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -52579,7 +52579,7 @@ const embedHtml = (title, embed)=>`<!DOCTYPE html>
<script src="https://unpkg.com/@fluentui/react@8/dist/fluentui-react.js"></script>
<script src="https://unpkg.com/@msrvida/fluentui-icons@1/dist/umd/fluentui-icons.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-explorer@4/dist/umd/sanddance-explorer.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4.4/dist/umd/sanddance-embed.js"></script>
<script src="https://unpkg.com/@msrvida/sanddance-embed@4/dist/umd/sanddance-embed.js"></script>
${embed}
</body>
</html>`;
Expand Down
42 changes: 20 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@
"morphcharts": "^1",
"npm-run-all": "^4.1.5",
"parcel": "^2.15.2",
"powerbi-models": "^1.6.0",
"powerbi-visuals-api": "^3.8.0",
"powerbi-visuals-tools": "^5",
"powerbi-visuals-utils-dataviewutils": "^2.4.0",
"process": "^0.11.10",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0",
Expand Down
14 changes: 14 additions & 0 deletions packages/powerbi/capabilities.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
{
"privileges": [
{
"name": "WebAccess",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to fully remove WebAccess property, since it is not planed to be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"essential": false
},
{
"name": "ExportContent",
"essential": true
},
{
"name": "LocalStorage",
"essential": false
}
],
"dataRoles": [
{
"displayName": "Values",
Expand Down
70 changes: 38 additions & 32 deletions packages/powerbi/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/powerbi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start": "pbiviz start",
"build:08": "pbiviz package",
"version": "node ./scripts/version.js",
"prepackage": "npm run version",
"prebuild:08": "npm run version",
"deploy": "node ./scripts/deploy.js",
"build:07": "tsc -p .",
"remove-vega": "npm un vega"
Expand All @@ -20,9 +20,9 @@
"@msrvida/sanddance-explorer": "file:../sanddance-explorer",
"core-js": "3.2.1",
"powerbi": "file:",
"powerbi-models": "^1.6.0",
"powerbi-visuals-api": "^3.8.0",
"powerbi-visuals-utils-dataviewutils": "^2.4.0",
"powerbi-models": "^1.15.2",
"powerbi-visuals-api": "~5.11.0",
"powerbi-visuals-utils-dataviewutils": "^6.1.0",
"react": ">=16.8.0 <18.0.0",
"react-dom": ">=16.8.0 <18.0.0",
"regenerator-runtime": "^0.13.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/powerbi/pbiviz.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"displayName": "SandDance",
"guid": "SandDance201929976D117A654D0BAB8E96507442D80B",
"visualClassName": "Visual",
"version": "4.2.0.0",
"version": "4.2.0.1",
"description": "Visually explore, understand, and present your data.",
"supportUrl": "https://github.com/Microsoft/SandDance/issues",
"gitHubUrl": "https://github.com/microsoft/SandDance"
},
"apiVersion": "3.8.0",
"apiVersion": "5.11.0",
"author": {
"name": "Microsoft Research VIDA",
"email": "msrvida@microsoft.com"
Expand Down
4 changes: 2 additions & 2 deletions packages/powerbi/scripts/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');

const cwd = process.cwd();

console.log(`versioning...`);
console.log('versioning...');

const pbivizJson = require(path.resolve(cwd, 'pbiviz.json'));

Expand All @@ -17,4 +17,4 @@ const file = path.resolve(cwd, 'src', 'version.ts');

fs.writeFileSync(file, ts);

console.log(`versioning complete`);
console.log('versioning complete');
Loading