Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dgui/react-shared

Package Overview
Dependencies
Maintainers
2
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dgui/react-shared - npm Package Compare versions

Comparing version
1.3.0-next.1
to
1.4.0-beta.1
+2
dist/Hooks/useAddDrawer.d.ts
declare const useAddDrawer: () => (drawer: import("..").DrawerType, position?: number | undefined) => void;
export { useAddDrawer };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useAddDrawer = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
const useAddDrawer = () => {
const { addDrawer } = (0, react_1.useContext)(Contexts_1.DrawerContext);
return addDrawer;
};
exports.useAddDrawer = useAddDrawer;
//# sourceMappingURL=useAddDrawer.js.map
{"version":3,"file":"useAddDrawer.js","sourceRoot":"","sources":["../../src/Hooks/useAddDrawer.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAEf,MAAM,YAAY,GAAG,GAAG,EAAE;IACzB,MAAM,EACL,SAAS,EACT,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAE9B,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC;AAGD,oCAAY"}
declare const useAddTab: () => (tab: import("..").TabType, goto?: boolean | undefined, position?: number | undefined) => void;
export { useAddTab };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useAddTab = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
const useAddTab = () => {
const { addTab } = (0, react_1.useContext)(Contexts_1.TabContext);
return addTab;
};
exports.useAddTab = useAddTab;
//# sourceMappingURL=useAddTab.js.map
{"version":3,"file":"useAddTab.js","sourceRoot":"","sources":["../../src/Hooks/useAddTab.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAEf,MAAM,SAAS,GAAG,GAAG,EAAE;IACtB,MAAM,EACL,MAAM,EACN,GAAG,IAAA,kBAAU,EAAC,qBAAU,CAAC,CAAC;IAE3B,OAAO,MAAM,CAAC;AACf,CAAC,CAAC;AAGD,8BAAS"}
declare function useDrawerOpen(): boolean;
export { useDrawerOpen };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useDrawerOpen = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
function useDrawerOpen() {
const { drawerOpen } = (0, react_1.useContext)(Contexts_1.DrawerToggleContext);
return drawerOpen;
}
exports.useDrawerOpen = useDrawerOpen;
//# sourceMappingURL=useDrawerOpen.js.map
{"version":3,"file":"useDrawerOpen.js","sourceRoot":"","sources":["../../src/Hooks/useDrawerOpen.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAGf,SAAS,aAAa;IACrB,MAAM,EACL,UAAU,EACV,GAAG,IAAA,kBAAU,EAAC,8BAAmB,CAAC,CAAC;IAEpC,OAAO,UAAU,CAAC;AACnB,CAAC;AAGA,sCAAa"}
declare const useDrawerOrder: () => string[];
export { useDrawerOrder };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useDrawerOrder = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
const useDrawerOrder = () => {
const { drawerOrder } = (0, react_1.useContext)(Contexts_1.DrawerContext);
return drawerOrder;
};
exports.useDrawerOrder = useDrawerOrder;
//# sourceMappingURL=useDrawerOrder.js.map
{"version":3,"file":"useDrawerOrder.js","sourceRoot":"","sources":["../../src/Hooks/useDrawerOrder.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAEf,MAAM,cAAc,GAAG,GAAG,EAAE;IAC3B,MAAM,EACL,WAAW,EACX,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAE9B,OAAO,WAAW,CAAC;AACpB,CAAC,CAAC;AAGD,wCAAc"}
declare function useDrawers(): {
[key: string]: import("..").DrawerType;
};
export { useDrawers };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useDrawers = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
function useDrawers() {
const { drawers } = (0, react_1.useContext)(Contexts_1.DrawerContext);
return drawers;
}
exports.useDrawers = useDrawers;
//# sourceMappingURL=useDrawers.js.map
{"version":3,"file":"useDrawers.js","sourceRoot":"","sources":["../../src/Hooks/useDrawers.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAGf,SAAS,UAAU;IAClB,MAAM,EACL,OAAO,EACP,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAE9B,OAAO,OAAO,CAAC;AAChB,CAAC;AAGA,gCAAU"}
declare const useRemoveDrawer: () => (drawerId: string) => void;
export { useRemoveDrawer };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useRemoveDrawer = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
const useRemoveDrawer = () => {
const { removeDrawer } = (0, react_1.useContext)(Contexts_1.DrawerContext);
return removeDrawer;
};
exports.useRemoveDrawer = useRemoveDrawer;
//# sourceMappingURL=useRemoveDrawer.js.map
{"version":3,"file":"useRemoveDrawer.js","sourceRoot":"","sources":["../../src/Hooks/useRemoveDrawer.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAEf,MAAM,eAAe,GAAG,GAAG,EAAE;IAC5B,MAAM,EACL,YAAY,EACZ,GAAG,IAAA,kBAAU,EAAC,wBAAa,CAAC,CAAC;IAE9B,OAAO,YAAY,CAAC;AACrB,CAAC,CAAC;AAGD,0CAAe"}
declare const useRemoveTab: () => (tabId: string) => void;
export { useRemoveTab };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useRemoveTab = void 0;
const Contexts_1 = require("../Contexts");
const react_1 = require("react");
const useRemoveTab = () => {
const { removeTab } = (0, react_1.useContext)(Contexts_1.TabContext);
return removeTab;
};
exports.useRemoveTab = useRemoveTab;
//# sourceMappingURL=useRemoveTab.js.map
{"version":3,"file":"useRemoveTab.js","sourceRoot":"","sources":["../../src/Hooks/useRemoveTab.ts"],"names":[],"mappings":";;;AAAA,0CAEqB;AACrB,iCAEe;AAEf,MAAM,YAAY,GAAG,GAAG,EAAE;IACzB,MAAM,EACL,SAAS,EACT,GAAG,IAAA,kBAAU,EAAC,qBAAU,CAAC,CAAC;IAE3B,OAAO,SAAS,CAAC;AAClB,CAAC,CAAC;AAGD,oCAAY"}
declare const useSelectedTabID: () => string;
export { useSelectedTabID };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.useSelectedTabID = void 0;
const useTabIndex_1 = require("./useTabIndex");
const useTabOrder_1 = require("./useTabOrder");
const useSelectedTabID = () => {
const tabOrder = (0, useTabOrder_1.useTabOrder)();
const tabIndex = (0, useTabIndex_1.useTabIndex)();
const selectedTabID = tabOrder[tabIndex];
return selectedTabID;
};
exports.useSelectedTabID = useSelectedTabID;
//# sourceMappingURL=useSelectedTabID.js.map
{"version":3,"file":"useSelectedTabID.js","sourceRoot":"","sources":["../../src/Hooks/useSelectedTabID.ts"],"names":[],"mappings":";;;AAAA,+CAEuB;AACvB,+CAEuB;AAEvB,MAAM,gBAAgB,GAAG,GAAG,EAAE;IAC7B,MAAM,QAAQ,GAAG,IAAA,yBAAW,GAAE,CAAC;IAC/B,MAAM,QAAQ,GAAG,IAAA,yBAAW,GAAE,CAAC;IAE/B,MAAM,aAAa,GAAG,QAAQ,CAAC,QAAQ,CAAC,CAAC;IAEzC,OAAO,aAAa,CAAC;AACtB,CAAC,CAAC;AAGD,4CAAgB"}
+2
-2
/// <reference types="react" />
import { type DrawerContextProps } from '../Types';
declare const drawerContextDefaults: DrawerContextProps;
declare const drawerDefaults: DrawerContextProps;
declare const DrawerContext: import("react").Context<DrawerContextProps>;
export { DrawerContext, drawerContextDefaults };
export { DrawerContext, drawerDefaults };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.drawerContextDefaults = exports.DrawerContext = void 0;
exports.drawerDefaults = exports.DrawerContext = void 0;
const react_1 = require("react");
const drawerContextDefaults = {
const drawerDefaults = {
addDrawer: () => { },

@@ -11,6 +11,6 @@ drawerOrder: [],

};
exports.drawerContextDefaults = drawerContextDefaults;
const DrawerContext = (0, react_1.createContext)(drawerContextDefaults);
exports.drawerDefaults = drawerDefaults;
const DrawerContext = (0, react_1.createContext)(drawerDefaults);
exports.DrawerContext = DrawerContext;
DrawerContext.displayName = 'DrawerContext';
//# sourceMappingURL=DrawerContext.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"DrawerContext.js","sourceRoot":"","sources":["../../src/Contexts/DrawerContext.ts"],"names":[],"mappings":";;;AAGA,iCAEe;AAEf,MAAM,qBAAqB,GAAuB;IACjD,SAAS,EAAE,GAAG,EAAE,GAAE,CAAC;IACnB,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,EAAE;IACX,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACtB,CAAC;AAQD,sDAAqB;AANtB,MAAM,aAAa,GAAG,IAAA,qBAAa,EAAqB,qBAAqB,CAAC,CAAC;AAK9E,sCAAa;AAHd,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC"}
{"version":3,"file":"DrawerContext.js","sourceRoot":"","sources":["../../src/Contexts/DrawerContext.ts"],"names":[],"mappings":";;;AAGA,iCAEe;AAEf,MAAM,cAAc,GAAuB;IAC1C,SAAS,EAAE,GAAG,EAAE,GAAE,CAAC;IACnB,WAAW,EAAE,EAAE;IACf,OAAO,EAAE,EAAE;IACX,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACtB,CAAC;AAQD,wCAAc;AANf,MAAM,aAAa,GAAG,IAAA,qBAAa,EAAqB,cAAc,CAAC,CAAC;AAKvE,sCAAa;AAHd,aAAa,CAAC,WAAW,GAAG,eAAe,CAAC"}
/// <reference types="react" />
import { type DrawerToggleContextProps } from '../Types';
export declare const defaults: DrawerToggleContextProps;
declare const drawerToggleDefaults: DrawerToggleContextProps;
declare const DrawerToggleContext: import("react").Context<DrawerToggleContextProps>;
export { DrawerToggleContext };
export { DrawerToggleContext, drawerToggleDefaults };
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DrawerToggleContext = exports.defaults = void 0;
exports.drawerToggleDefaults = exports.DrawerToggleContext = void 0;
const react_1 = require("react");
exports.defaults = {
const drawerToggleDefaults = {
drawerOpen: false,
toggleDrawer: () => { }
};
const DrawerToggleContext = (0, react_1.createContext)(exports.defaults);
exports.drawerToggleDefaults = drawerToggleDefaults;
const DrawerToggleContext = (0, react_1.createContext)(drawerToggleDefaults);
exports.DrawerToggleContext = DrawerToggleContext;
DrawerToggleContext.displayName = 'DrawerToggleContext';
//# sourceMappingURL=DrawerToggleContext.js.map

@@ -1,1 +0,1 @@

{"version":3,"file":"DrawerToggleContext.js","sourceRoot":"","sources":["../../src/Contexts/DrawerToggleContext.ts"],"names":[],"mappings":";;;AAGA,iCAEe;AAEF,QAAA,QAAQ,GAA6B;IACjD,UAAU,EAAE,KAAK;IACjB,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACtB,CAAC;AAEF,MAAM,mBAAmB,GAAG,IAAA,qBAAa,EAA2B,gBAAQ,CAAC,CAAC;AAK7E,kDAAmB;AAHpB,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC"}
{"version":3,"file":"DrawerToggleContext.js","sourceRoot":"","sources":["../../src/Contexts/DrawerToggleContext.ts"],"names":[],"mappings":";;;AAGA,iCAEe;AAEf,MAAM,oBAAoB,GAA6B;IACtD,UAAU,EAAE,KAAK;IACjB,YAAY,EAAE,GAAG,EAAE,GAAE,CAAC;CACtB,CAAC;AAQD,oDAAoB;AANrB,MAAM,mBAAmB,GAAG,IAAA,qBAAa,EAA2B,oBAAoB,CAAC,CAAC;AAKzF,kDAAmB;AAHpB,mBAAmB,CAAC,WAAW,GAAG,qBAAqB,CAAC"}

@@ -0,4 +1,12 @@

export * from './useAddDrawer';
export * from './useAddTab';
export * from './useDrawerIndex';
export * from './useDrawerOpen';
export * from './useDrawerOrder';
export * from './useDrawers';
export * from './useDrawerStatus';
export * from './useRemoveDrawer';
export * from './useRemoveTab';
export * from './useSelectDrawer';
export * from './useSelectedTabID';
export * from './useSelectTab';

@@ -5,0 +13,0 @@ export * from './useTabIndex';

@@ -17,5 +17,13 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./useAddDrawer"), exports);
__exportStar(require("./useAddTab"), exports);
__exportStar(require("./useDrawerIndex"), exports);
__exportStar(require("./useDrawerOpen"), exports);
__exportStar(require("./useDrawerOrder"), exports);
__exportStar(require("./useDrawers"), exports);
__exportStar(require("./useDrawerStatus"), exports);
__exportStar(require("./useRemoveDrawer"), exports);
__exportStar(require("./useRemoveTab"), exports);
__exportStar(require("./useSelectDrawer"), exports);
__exportStar(require("./useSelectedTabID"), exports);
__exportStar(require("./useSelectTab"), exports);

@@ -22,0 +30,0 @@ __exportStar(require("./useTabIndex"), exports);

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAiC;AACjC,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,gDAA8B;AAC9B,gDAA8B;AAC9B,4CAA0B;AAC1B,oDAAkC"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/Hooks/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iDAA+B;AAC/B,8CAA4B;AAC5B,mDAAiC;AACjC,kDAAgC;AAChC,mDAAiC;AACjC,+CAA6B;AAC7B,oDAAkC;AAClC,oDAAkC;AAClC,iDAA+B;AAC/B,oDAAkC;AAClC,qDAAmC;AACnC,iDAA+B;AAC/B,gDAA8B;AAC9B,gDAA8B;AAC9B,4CAA0B;AAC1B,oDAAkC"}

@@ -1,4 +0,3 @@

export * from './Contexts';
export * from './Hooks';
export * from './Providers';
export * from './Types';

@@ -17,3 +17,2 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./Contexts"), exports);
__exportStar(require("./Hooks"), exports);

@@ -20,0 +19,0 @@ __exportStar(require("./Providers"), exports);

@@ -1,1 +0,1 @@

{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA2B;AAC3B,0CAAwB;AACxB,8CAA4B;AAC5B,0CAAwB"}
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0CAAwB;AACxB,8CAA4B;AAC5B,0CAAwB"}

@@ -18,4 +18,4 @@ "use strict";

const DrawerProvider = ({ children }) => {
const [drawers, setDrawers] = (0, react_1.useState)(Contexts_1.drawerContextDefaults.drawers);
const [drawerOrder, setDrawerOrder] = (0, react_1.useState)(Contexts_1.drawerContextDefaults.drawerOrder);
const [drawers, setDrawers] = (0, react_1.useState)(Contexts_1.drawerDefaults.drawers);
const [drawerOrder, setDrawerOrder] = (0, react_1.useState)(Contexts_1.drawerDefaults.drawerOrder);
const addDrawer = (0, react_1.useCallback)((drawer, position) => {

@@ -22,0 +22,0 @@ const { drawerId, tabId } = drawer, restOfDrawer = __rest(drawer, ["drawerId", "tabId"]);

@@ -1,1 +0,1 @@

{"version":3,"file":"DrawerProvider.js","sourceRoot":"","sources":["../../src/Providers/DrawerProvider.tsx"],"names":[],"mappings":"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"}
{"version":3,"file":"DrawerProvider.js","sourceRoot":"","sources":["../../src/Providers/DrawerProvider.tsx"],"names":[],"mappings":"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"}

@@ -5,3 +5,3 @@ {

"license": "LGPL-3.0-or-later",
"version": "1.3.0-next.1",
"version": "1.4.0-beta.1",
"private": false,

@@ -46,11 +46,11 @@ "description": "Shared Components for a boilerplate React GUI",

"devDependencies": {
"@digest/eslint-config-jest": "^4.3.1",
"@digest/eslint-config-react": "^4.3.1",
"@digest/eslint-config-typescript": "^4.3.1",
"@digest/jest-junit": "^4.3.1",
"@digest/jest-react": "^4.3.1",
"@digest/jest-typescript": "^4.3.1",
"@digest/typescript": "^4.3.1",
"@digest/eslint-config-jest": "^4.4.3",
"@digest/eslint-config-react": "^4.4.3",
"@digest/eslint-config-typescript": "^4.4.3",
"@digest/jest-junit": "^4.4.3",
"@digest/jest-react": "^4.4.3",
"@digest/jest-typescript": "^4.4.3",
"@digest/typescript": "^4.4.3",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.2",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",

@@ -75,3 +75,3 @@ "cross-env": "^7.0.3",

],
"gitHead": "20ede0b1b27868665d0ef719f7dae5ffb4a6cfad"
"gitHead": "60bfb1f54146932cf13326666290ea9b8db03c44"
}