Skip to content

Commit 826d977

Browse files
committed
Updated visual API to v2.1.0 and power bi visual tools to 3.0.2 microsoft#19
1 parent a86067a commit 826d977

File tree

11 files changed

+6690
-3296
lines changed

11 files changed

+6690
-3296
lines changed

.api/v2.1.0/schema.capabilities.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
"type": "boolean",
4141
"description": "Tells the host to include highlight data"
4242
},
43+
"supportsSynchronizingFilterState": {
44+
"type": "boolean",
45+
"description": "Indicates whether the visual supports synchronization across report pages (for slicer visuals only)"
46+
},
4347
"advancedEditModeSupport": {
4448
"type": "number",
4549
"description": "Indicates the action requested from the host when this visual enters Advanced Edit mode."
@@ -725,6 +729,10 @@
725729
"type": "string",
726730
"description": "Text to display if the field is empty"
727731
},
732+
"placeHolderTextKey": {
733+
"type": "string",
734+
"description": "The localization key for the placeHolderText in the stringResources file"
735+
},
728736
"suppressFormatPainterCopy": {
729737
"type": "boolean",
730738
"description": "Indicates whether the Format Painter should ignore this property"
@@ -737,6 +745,10 @@
737745
"type": "object",
738746
"description": "Describes substitution rule that replaces property object, described inside the rule, to current property object that contains this rule",
739747
"$ref": "#/definitions/substitutionRule"
748+
},
749+
"filterState": {
750+
"type": "boolean",
751+
"description": "Indicates whether the property is a part of filtration information"
740752
}
741753
},
742754
"additionalProperties": false

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
.tmp/
3+
webpack.statistics.html
34

45
# Created by https://www.gitignore.io/api/node,visualstudiocode
56

0 commit comments

Comments
 (0)