react-semaphor 0.0.604 → 0.0.606
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/chunks/{dashboard-plus-DLNR8UT-.js → dashboard-plus-DtRoYpNu.js} +5247 -4975
- package/dist/chunks/dashboard-plus-Q0SWsjpC.js +370 -0
- package/dist/chunks/index-C-7-tgUa.js +871 -0
- package/dist/chunks/{index-CzP4rV5O.js → index-WpesJ3BK.js} +17743 -17339
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +3 -3
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +1 -1
- package/dist/types/dashboard.d.ts +1 -4
- package/dist/types/main.d.ts +1 -4
- package/dist/types/surfboard.d.ts +1 -4
- package/dist/types/types.d.ts +1 -4
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-BCYkzhJl.js +0 -361
- package/dist/chunks/index-Bca4CpHf.js +0 -866
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../chunks/dashboard-plus-Q0SWsjpC.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -276,10 +276,7 @@ export declare type DashboardProps = {
|
|
|
276
276
|
/**
|
|
277
277
|
* Default filter values for the dashboard. The dashboard will be filtered by these values when the user loads the dashboard.
|
|
278
278
|
*/
|
|
279
|
-
defaultFilterValues?:
|
|
280
|
-
filterId: string;
|
|
281
|
-
values: string[] | number[];
|
|
282
|
-
}[] | TFilterValue[];
|
|
279
|
+
defaultFilterValues?: TFilterValue[];
|
|
283
280
|
customStyle?: TStyle;
|
|
284
281
|
currentTheme?: Theme;
|
|
285
282
|
version?: string;
|
package/dist/types/main.d.ts
CHANGED
|
@@ -512,10 +512,7 @@ export declare type DashboardProps = {
|
|
|
512
512
|
/**
|
|
513
513
|
* Default filter values for the dashboard. The dashboard will be filtered by these values when the user loads the dashboard.
|
|
514
514
|
*/
|
|
515
|
-
defaultFilterValues?:
|
|
516
|
-
filterId: string;
|
|
517
|
-
values: string[] | number[];
|
|
518
|
-
}[] | TFilterValue[];
|
|
515
|
+
defaultFilterValues?: TFilterValue[];
|
|
519
516
|
customStyle?: TStyle;
|
|
520
517
|
currentTheme?: Theme;
|
|
521
518
|
version?: string;
|
|
@@ -279,10 +279,7 @@ export declare type DashboardProps = {
|
|
|
279
279
|
/**
|
|
280
280
|
* Default filter values for the dashboard. The dashboard will be filtered by these values when the user loads the dashboard.
|
|
281
281
|
*/
|
|
282
|
-
defaultFilterValues?:
|
|
283
|
-
filterId: string;
|
|
284
|
-
values: string[] | number[];
|
|
285
|
-
}[] | TFilterValue[];
|
|
282
|
+
defaultFilterValues?: TFilterValue[];
|
|
286
283
|
customStyle?: TStyle;
|
|
287
284
|
currentTheme?: Theme;
|
|
288
285
|
version?: string;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -273,10 +273,7 @@ export declare type DashboardProps = {
|
|
|
273
273
|
/**
|
|
274
274
|
* Default filter values for the dashboard. The dashboard will be filtered by these values when the user loads the dashboard.
|
|
275
275
|
*/
|
|
276
|
-
defaultFilterValues?:
|
|
277
|
-
filterId: string;
|
|
278
|
-
values: string[] | number[];
|
|
279
|
-
}[] | TFilterValue[];
|
|
276
|
+
defaultFilterValues?: TFilterValue[];
|
|
280
277
|
customStyle?: TStyle;
|
|
281
278
|
currentTheme?: Theme;
|
|
282
279
|
version?: string;
|