@breadstone/mosaik-elements-foundation 0.0.287 → 0.0.288
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.
|
@@ -21,6 +21,6 @@ declare class AsyncDirective extends LitAsyncDirective {
|
|
|
21
21
|
private dispose;
|
|
22
22
|
private updateLatestValue;
|
|
23
23
|
}
|
|
24
|
-
export declare const async: (observable:
|
|
24
|
+
export declare const async: (observable: Observable<unknown> | Subscribable<unknown> | Promise<unknown> | null | undefined) => import("lit-html/directive").DirectiveResult<typeof AsyncDirective>;
|
|
25
25
|
export {};
|
|
26
26
|
//# sourceMappingURL=AsyncDirective.d.ts.map
|
|
@@ -91,7 +91,7 @@ export interface Options {
|
|
|
91
91
|
*/
|
|
92
92
|
encode?: (value: string) => string;
|
|
93
93
|
}
|
|
94
|
-
export declare function modifierToString(modifier: Modifier): "" | "
|
|
94
|
+
export declare function modifierToString(modifier: Modifier): "" | "?" | "*" | "+";
|
|
95
95
|
/**
|
|
96
96
|
* Expose a function for taking tokens and returning a RegExp.
|
|
97
97
|
*/
|
package/custom-elements.json
CHANGED
|
@@ -14047,7 +14047,7 @@
|
|
|
14047
14047
|
"name": "colors",
|
|
14048
14048
|
"privacy": "public",
|
|
14049
14049
|
"description": "Gets or sets the `colors` property.",
|
|
14050
|
-
"type": "
|
|
14050
|
+
"type": "(string | ((opts: ApexColorFormatterOpts) => string))[] | null | undefined",
|
|
14051
14051
|
"inheritedFrom": {
|
|
14052
14052
|
"name": "IChartElementProps",
|
|
14053
14053
|
"module": "./../src/Controls/Components/Charts/IChartElementProps.ts"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-elements-foundation",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.288",
|
|
4
4
|
"description": "Mosaik elements components package.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,13 +14,13 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
18
|
-
"@breadstone/mosaik-themes": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.288",
|
|
18
|
+
"@breadstone/mosaik-themes": "^0.0.288",
|
|
19
19
|
"@floating-ui/dom": "^1.7.6",
|
|
20
20
|
"@lit-labs/virtualizer": "^2.1.1",
|
|
21
21
|
"@lit/context": "^1.1.6",
|
|
22
22
|
"@lit/task": "^1.0.3",
|
|
23
|
-
"apexcharts": "^5.
|
|
23
|
+
"apexcharts": "^5.13.0",
|
|
24
24
|
"chroma-js": "^3.2.0",
|
|
25
25
|
"lit": "^3.3.3",
|
|
26
26
|
"qr-creator": "^1.0.0",
|