buzzcasting-storage 2.16.27 → 3.0.3
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/dist/buzzcasting-storage.d.ts +3 -3
- package/dist/buzzcasting-storage.esm.js +585 -566
- package/package.json +1 -1
|
@@ -88,7 +88,7 @@ declare enum CSS_2 {
|
|
|
88
88
|
CLOUD = "color:grey;background-color:mistyrose;padding:0 4px 0 4px;border-radius:5px;",
|
|
89
89
|
GET_DATA = "color:black;background-color:lime;padding:0 4px 0 4px;border-radius:5px;",
|
|
90
90
|
HIDE = "color:white;background-color:red;padding:0 4px 0 4px;border-radius:5px;",
|
|
91
|
-
MESSAGES = "color:
|
|
91
|
+
MESSAGES = "color:white;background-color:darkslateblue;padding:0 4px 0 4px;border-radius:5px;",
|
|
92
92
|
NO_UPDATES = "color:grey;border:1px solid grey;padding:0 4px 0 4px;border-radius:5px;",
|
|
93
93
|
NONE = "color:transparent;background-color:transparent;",
|
|
94
94
|
PRESENTATION = "color:white;background-color:darkred;padding:0 4px 0 4px;border-radius:5px;",
|
|
@@ -299,8 +299,8 @@ export declare function intToString(num: any, digits: number): string;
|
|
|
299
299
|
export declare interface IQuery {
|
|
300
300
|
[x: string]: any;
|
|
301
301
|
topics?: string;
|
|
302
|
-
dashboard
|
|
303
|
-
widget
|
|
302
|
+
dashboard: string;
|
|
303
|
+
widget: string;
|
|
304
304
|
labels?: string[];
|
|
305
305
|
compare?: string;
|
|
306
306
|
period?: number;
|