Skip to content

Commit

Permalink
Automated commit of dist
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 24, 2023
1 parent 651cd13 commit f4ec4cb
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
8 changes: 7 additions & 1 deletion dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
#### 3.2.7
* added url parameter to prevent applying of default filters: `nofilters=1`
* added options to share menu: "Deny widget resizing", "Deny widget moving", "Ignore filters"
* added workaround for invalid filter urls with `.{=&` & `,=&[` characters
* fixed url generation for shared dashboard if navigated to an invalid dsw link

#### 3.2.6
* added workaround for invalid filter urls with `=&` characters
* added option to encode filters as base64 string when sharing dashboard
* fixed issue with invisible share button when opening the dashboard with filters
* fixed issue with the invisible share button when opening the dashboard with filters

#### 3.2.5
* added workaround for invalid filter urls with `&` character
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<span class="hc10"></span>
</div>
<noscript>Please enable JavaScript to continue using this application.</noscript>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.75c685abdc228e3b.js" type="module"></script>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.eed0bf8ef451fc4a.js" defer></script><script src="main.d918617f1713dbdc.js" type="module"></script>

</body></html>
1 change: 0 additions & 1 deletion dist/main.75c685abdc228e3b.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/main.d918617f1713dbdc.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/ngsw.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"configVersion": 1,
"timestamp": 1692276445012,
"timestamp": 1692894596822,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -13,7 +13,7 @@
"urls": [
"/contrast.css",
"/index.html",
"/main.75c685abdc228e3b.js",
"/main.d918617f1713dbdc.js",
"/manifest.webmanifest",
"/polyfills.fc4e187b2cf60df2.js",
"/runtime.2d49badc8e04eafd.js",
Expand Down Expand Up @@ -242,8 +242,8 @@
"/fontawesome-webfont.cf011583fb81df9f.woff": "28b782240b3e76db824e12c02754a9731a167527",
"/fontawesome-webfont.da909aa098b0ee2d.svg": "98a8aa5cf7d62c2eff5f07ede8d844b874ef06ed",
"/fontawesome-webfont.e9955780856cf8aa.woff2": "d6f48cba7d076fb6f2fd6ba993a75b9dc1ecbf0c",
"/index.html": "a644eb17601d8a05e88a38b7b3a8b5eacfbe010d",
"/main.75c685abdc228e3b.js": "ff3aa691d59fd8f11a0677461fa67ebb2bed581b",
"/index.html": "b28029956e455c89cfa526c74fb7a6675bd7374c",
"/main.d918617f1713dbdc.js": "19679b627f5f20fb39acf638e4b4ffe5605ab39b",
"/manifest.webmanifest": "b848c77a4ea79860cc030444d6b4138668e449ae",
"/polyfills.fc4e187b2cf60df2.js": "c79ce4f8cdf874d8258fba225bd8d038f68eac62",
"/runtime.2d49badc8e04eafd.js": "a3a69d6bd6abbc9549bf3b8f914c7ef4c87ea52d",
Expand Down
2 changes: 1 addition & 1 deletion module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Document name="dsw.ZPM">
<Module>
<Name>dsw</Name>
<Version>3.2.6</Version>
<Version>3.2.7</Version>
<Packaging>module</Packaging>
<Description>DeepSeeWeb (DSW) is an Angular UI layer for IRIS BI (DeepSee) dashboards</Description>
<Dependencies>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

0 comments on commit f4ec4cb

Please sign in to comment.