react-semaphor 0.0.644 → 0.0.646
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-Dkj_cMhr.js → dashboard-plus-DCz6YolL.js} +4952 -4905
- package/dist/chunks/dashboard-plus-Dyll1ugq.js +340 -0
- package/dist/chunks/{index-BCjwV6pU.js → index-CKO0lGWn.js} +200 -205
- package/dist/chunks/{index-CbnZLQ5d.js → index-CSPj4mKy.js} +13193 -13108
- 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 +2 -1
- package/package.json +1 -1
- package/dist/chunks/dashboard-plus-Bntl46bA.js +0 -340
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-Dyll1ugq.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
|
@@ -1283,13 +1283,14 @@ export declare function resolveDatamodelName(datamodelName: string): string;
|
|
|
1283
1283
|
|
|
1284
1284
|
export declare const resolveDataType: (value: any) => string;
|
|
1285
1285
|
|
|
1286
|
-
export declare function ResourceManagementPanel({ isOpen, onClose, className, onDashboardItemClick, }: ResourceManagementPanelProps): JSX_2.Element;
|
|
1286
|
+
export declare function ResourceManagementPanel({ isOpen, onClose, className, onDashboardItemClick, variant, }: ResourceManagementPanelProps): JSX_2.Element;
|
|
1287
1287
|
|
|
1288
1288
|
declare interface ResourceManagementPanelProps {
|
|
1289
1289
|
isOpen: boolean;
|
|
1290
1290
|
onClose: () => void;
|
|
1291
1291
|
className?: string;
|
|
1292
1292
|
onDashboardItemClick?: (dashboardId: string) => void;
|
|
1293
|
+
variant?: 'overlay' | 'inline';
|
|
1293
1294
|
}
|
|
1294
1295
|
|
|
1295
1296
|
export declare enum ResourceType {
|