Skip to content

Commit

Permalink
Merge pull request #534 from tableau/update-dev
Browse files Browse the repository at this point in the history
Update dev branch to match main branch
  • Loading branch information
stephendeoca authored Mar 5, 2024
2 parents a87a4a9 + 509215e commit 94af0e8
Show file tree
Hide file tree
Showing 27 changed files with 269 additions and 221 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ Our sample code follows the [Semi-Standard Style](https://github.com/Flet/semist
[Visit the project website and read the documentation here.](https://tableau.github.io/extensions-api/)

## Issues
Use [Issues](https://github.com/tableau/extensions-api/issues) to log any problems or bugs you encounter in the docs or sample code, or to discuss any proposed changes or additions.
Use [Issues](https://github.com/tableau/extensions-api/issues) to log any problems or bugs you encounter in the docs or sample code, or to discuss any proposed changes or additions.
Binary file modified Tutorial/assets/Completed.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Tutorial/assets/Part_6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/data_source.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/extensions_dashboard_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/extensions_diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/hello_test2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/online_blocked_extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/onload_debugging.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/remote_debugging.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/server_dbg_chrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion community/community_extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"tags": [
"v_1.0"
],
"description": "A Python Flask extension which uses the Amazon Product Advertising API to perform product searches on Amazon based on selections in a dashbaord. This extension also demonstrates writeback to a MySQL database.",
"description": "A Python Flask extension which uses the Amazon Product Advertising API to perform product searches on Amazon based on selections in a dashboard. This extension also demonstrates writeback to a MySQL database.",
"source_code": "https://github.com/hutchijo/my_tableau_extensions"
},
{
Expand Down
Binary file modified docs/Interaction_Guidelines/imgs/gifs/2-config_popup.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Interaction_Guidelines/imgs/gifs/3-Large_with_Underlay.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/Interaction_Guidelines/imgs/gifs/3-Small.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 8 additions & 7 deletions docs/interfaces/column.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,11 @@ <h3>field<wbr>Id</h3>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>returns</dt>
<dd><p>The fieldId of the field in the column. In summary data, this includes the aggregation.
The fieldId is not stable across replacing data sources.
For example after replacing the data source [Clipboard_20210305T164000].[sum:Sales:qk] could become
[federated.12usuoq1171o1b1ebdyh60fjnev1].[sum:Sales:qk].</p>
<dd><p>The fieldId of the field in the column. This is a calculated string that is unique across all fields and datasources in the workbook.
It does not directly correspond to any other object Id - it is a combination of DataSource.id, Field.id, and Field type information.
(When retrieved as summary data, this includes the aggregation.)
This means the fieldID will change if the datasource is replaced: for example
[Clipboard_20210305T164000].[sum:Sales:qk] could become [federated.12usuoq1171o1b1ebdyh60fjnev1].[sum:Sales:qk].</p>
</dd>
<dt>since</dt>
<dd><p>1.5.0</p>
Expand All @@ -144,8 +145,8 @@ <h3>field<wbr>Name</h3>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>returns</dt>
<dd><p>The name of the field in the column. In summary data, this includes the aggregation.
The summary data field name is not stable across languages.
<dd><p>The name of the field in the column. In summary data, this includes the aggregation as localized text, therefore
the summary data field name is not stable across languages.
For example, in an English version of Tableau, the field name might be SUM(Sales). In French, this would be SOMME(Sales).</p>
</dd>
</dl>
Expand Down Expand Up @@ -299,4 +300,4 @@ <h2>Legend</h2>
ga('send', 'pageview');
</script>
</body>
</html>
</html>
8 changes: 6 additions & 2 deletions docs/interfaces/field.html
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,11 @@ <h3>id</h3>
<div class="tsd-comment tsd-typography">
<dl class="tsd-comment-tags">
<dt>returns</dt>
<dd><p>Unique string representing this field in this datasource.</p>
<dd><p>String that represents this field uniquely within this datasource. It is in the format 'a:generated-id:b[:c]',
where 'generated-id' is based on the first name given to the Field and a/b/c are type information.
To match a Field to a Column, use [this.DataSource.id][this.id] == Column.id
</p>
</dd>
</dd>
</dl>
</div>
Expand Down Expand Up @@ -430,4 +434,4 @@ <h2>Legend</h2>
ga('send', 'pageview');
</script>
</body>
</html>
</html>
457 changes: 250 additions & 207 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"react": "^17.0.2",
"react-dom": "^17.0.2",
"semistandard": "^16.0.1",
"ts-loader": "9",
"ts-loader": "9.5",
"tslint": "^5.16.0",
"typescript": "^3.9.10",
"webpack": "5",
"typescript": "^4.9.0",
"webpack": "^5.90.1",
"webpack-cli": "4"
},
"semistandard": {
Expand Down

0 comments on commit 94af0e8

Please sign in to comment.