@breadstone/mosaik-elements 0.0.12-beta.9 → 0.0.13
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/Events/Details/Interfaces/ICancelEventDetail.d.ts +1 -1
- package/Events/Details/Interfaces/IErrorEventDetail.d.ts +1 -1
- package/Types/Disposable.d.ts +9 -0
- package/Types/Disposable.d.ts.map +1 -1
- package/Types/Disposable.js +6 -0
- package/Types/Disposable.js.map +1 -1
- package/package.json +1 -13
package/Types/Disposable.d.ts
CHANGED
|
@@ -1,7 +1,16 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @public
|
|
3
|
+
*/
|
|
1
4
|
export interface IDisposableLike {
|
|
2
5
|
dispose: () => void;
|
|
3
6
|
}
|
|
7
|
+
/**
|
|
8
|
+
* @public
|
|
9
|
+
*/
|
|
4
10
|
export declare namespace IDisposableLike {
|
|
11
|
+
/**
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
5
14
|
function create(dispose: () => void): IDisposableLike;
|
|
6
15
|
}
|
|
7
16
|
//# sourceMappingURL=Disposable.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disposable.d.ts","sourceRoot":"","sources":["../../src/Types/Disposable.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,eAAe;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAED,yBAAiB,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Disposable.d.ts","sourceRoot":"","sources":["../../src/Types/Disposable.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,eAAe;IAC5B,OAAO,EAAE,MAAM,IAAI,CAAC;CACvB;AAED;;GAEG;AACH,yBAAiB,eAAe,CAAC;IAE7B;;OAEG;IACH,SAAgB,MAAM,CAAC,OAAO,EAAE,MAAM,IAAI,GAAG,eAAe,CAK3D;CAEJ"}
|
package/Types/Disposable.js
CHANGED
package/Types/Disposable.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Disposable.js","sourceRoot":"","sources":["../../src/Types/Disposable.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Disposable.js","sourceRoot":"","sources":["../../src/Types/Disposable.ts"],"names":[],"mappings":"AAOA;;GAEG;AACH,MAAM,KAAW,eAAe,CAY/B;AAZD,WAAiB,eAAe;IAE5B;;OAEG;IACH,SAAgB,MAAM,CAAC,OAAmB;QACtC,OAAO;YACH,OAAO;YACP,4BAA4B;SAC/B,CAAC;IACN,CAAC;IALe,sBAAM,SAKrB,CAAA;AAEL,CAAC,EAZgB,eAAe,KAAf,eAAe,QAY/B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.13",
|
|
4
4
|
"description": "Mosaik element core package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -12,17 +12,5 @@
|
|
|
12
12
|
"customElements": "./custom-elements.json",
|
|
13
13
|
"repository": {
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@ctrl/tinycolor": "^4.1.0",
|
|
18
|
-
"@floating-ui/dom": "^1.7.0",
|
|
19
|
-
"@lit-labs/virtualizer": "^2.1.0",
|
|
20
|
-
"apexcharts": "^4.7.0",
|
|
21
|
-
"lit": "^3.3.0",
|
|
22
|
-
"qr-creator": "^1.0.0",
|
|
23
|
-
"qrcode": "^1.5.4",
|
|
24
|
-
"signature_pad": "^5.0.7",
|
|
25
|
-
"tslib": "^2.8.1",
|
|
26
|
-
"webcomponents.js": "^0.7.24"
|
|
27
15
|
}
|
|
28
16
|
}
|