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 May 15, 2023
1 parent 514bea4 commit 847a20e
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 18 deletions.
21 changes: 12 additions & 9 deletions dist/changelog.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
#### 3.1.90
* fixes for mdx2json path

#### 3.1.89
* mdx2json endpoint now relative to dsw installation path (#379)
* fixed default color for Highcharts lines (#380)
* dev internal:
* added search component
* changed modal styles, refactored modals
* changed styles for sidebar, refactored sidebar service
* added support for navigation on sidebar keeping previous instance of component alive, this used in designer to be able to go back
* dev internal:
* added search component
* changed modal styles, refactored modals
* changed styles for sidebar, refactored sidebar service
* added support for navigation on sidebar keeping previous instances of component alive, this is used in the designer to be able to go back
* designer mode (#121):
* added tabs, dropdown, input with picker, file selection components to use in designer
* added designer panel and base sections
* added data source selection and widget type list for designer

* added tabs, dropdown, input with picker, file selection components to use in designer
* added designer panel and base sections
* added data source selection and widget type list for designer
#### 3.1.88
* fixed back button issue after KPI drillthrough (#291)
* for KPI drillthrough data properties filtering now disabled (#291)
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.9c9d6631c17b571c.js" defer></script><script src="main.dd629c8617b8e3b2.js" type="module"></script>
<script src="runtime.2d49badc8e04eafd.js" type="module"></script><script src="polyfills.fc4e187b2cf60df2.js" type="module"></script><script src="scripts.9c9d6631c17b571c.js" defer></script><script src="main.688138e5c0e6b549.js" type="module"></script>

</body></html>
1 change: 1 addition & 0 deletions dist/main.688138e5c0e6b549.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/main.dd629c8617b8e3b2.js

This file was deleted.

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": 1684157242777,
"timestamp": 1684158054589,
"index": "/index.html",
"assetGroups": [
{
Expand All @@ -13,7 +13,7 @@
"urls": [
"/contrast.css",
"/index.html",
"/main.dd629c8617b8e3b2.js",
"/main.688138e5c0e6b549.js",
"/manifest.webmanifest",
"/polyfills.fc4e187b2cf60df2.js",
"/runtime.2d49badc8e04eafd.js",
Expand Down Expand Up @@ -236,8 +236,8 @@
"/fontawesome-webfont.cf011583fb81df9f.woff": "28b782240b3e76db824e12c02754a9731a167527",
"/fontawesome-webfont.da909aa098b0ee2d.svg": "98a8aa5cf7d62c2eff5f07ede8d844b874ef06ed",
"/fontawesome-webfont.e9955780856cf8aa.woff2": "d6f48cba7d076fb6f2fd6ba993a75b9dc1ecbf0c",
"/index.html": "e4cc3d7203a009fe49ea28fd923e7f2c8a336930",
"/main.dd629c8617b8e3b2.js": "9b7c97b22d8b4d89f8ac361330214215fa20f841",
"/index.html": "5119e2c36161d7f7843d5431dde5e797b54f56f0",
"/main.688138e5c0e6b549.js": "de0aecfec9931ad294f487f755c677771f56f0c6",
"/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.1.89</Version>
<Version>3.1.90</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 847a20e

Please sign in to comment.