@c8y/html-repo 1022.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # HTML Repo
2
+
3
+ This package acts as a repository for the HTML-Widget. It currently contains:
4
+
5
+ - lit: As the basic webcomponent framework. It is bundled and therefore adds if loaded to the overall loading time.
6
+ - echarts: To enable charts inside the HTML widget. It is bundled and therefore adds if loaded to the overall loading time.
7
+ - leaflet: Adding leaflet from global window context. If it does not exist, it throws. It adds noConflict.
8
+ - angular: Angular from the global window context. If it does not exist it throws.
9
+ - styles: Checks the page for applied styles and converts them to a simple css-import string.
10
+ - fetch: A fetch client that is directly authenticated.
@@ -0,0 +1 @@
1
+ var r={d:(a,e)=>{for(var o in e)r.o(e,o)&&!r.o(a,o)&&Object.defineProperty(a,o,{enumerable:!0,get:e[o]})},o:(r,a)=>Object.prototype.hasOwnProperty.call(r,a)},a={};r.d(a,{A:()=>o,j:()=>e});var e=window.angular;if(!e)throw new Error("AngularJS is not loaded. Please include AngularJS library.");const o=e,n=a.j,l=a.A;export{n as angular,l as default};