react-semaphor 0.0.649 → 0.0.650
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-CU1YgreA.js → dashboard-plus-CT4SjADf.js} +2621 -2587
- package/dist/chunks/{dashboard-plus-BntME0Se.js → dashboard-plus-Shu1bSZp.js} +55 -55
- package/dist/chunks/{index-nzz4Yesh.js → index-CXH9-8g3.js} +19 -18
- package/dist/chunks/{index-B4kBqCrB.js → index-zINpyDRz.js} +95 -95
- 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/main.d.ts +1 -1
- package/dist/types/surfboard.d.ts +1 -1
- package/package.json +1 -1
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-Shu1bSZp.js"),r=require("../types/index.cjs");exports.Surfboard=e.DashboardPlus;exports.EMPTY_SELECTION=r.EMPTY_SELECTION;
|
package/dist/surfboard/index.js
CHANGED
package/dist/types/main.d.ts
CHANGED
|
@@ -1418,7 +1418,7 @@ export declare interface SubtotalConfig {
|
|
|
1418
1418
|
pivotBy?: AggregateConfig;
|
|
1419
1419
|
}
|
|
1420
1420
|
|
|
1421
|
-
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element
|
|
1421
|
+
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element;
|
|
1422
1422
|
|
|
1423
1423
|
declare interface TableActions {
|
|
1424
1424
|
updateColumnSettingsMap: (columnSettings: ColumnSettingsMap) => void;
|
|
@@ -817,7 +817,7 @@ export declare type StyleProps = {
|
|
|
817
817
|
};
|
|
818
818
|
};
|
|
819
819
|
|
|
820
|
-
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element
|
|
820
|
+
export declare function Surfboard({ showControls, showFooter, ...rest }: DashboardPlusProps): JSX_2.Element;
|
|
821
821
|
|
|
822
822
|
declare type TablePreferences = {
|
|
823
823
|
columnSettingsMap?: ColumnSettingsMap;
|