react-semaphor 0.1.217 → 0.1.218
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-controls-p-PLTBKo.js → dashboard-controls-BZWOl4R6.js} +1 -1
- package/dist/chunks/{dashboard-controls-DLjwyISu.js → dashboard-controls-DxNoSlYn.js} +5 -5
- package/dist/chunks/{dashboard-json-DC8Hr2u7.js → dashboard-json-B0njIZHe.js} +1 -1
- package/dist/chunks/{dashboard-json-Dy8OL7sx.js → dashboard-json-M_m0zesx.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-CQISZPzc.js → dashboard-summary-settings-dialog-CQza-Ibd.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-Dlzv-d9Z.js → dashboard-summary-settings-dialog-DaSFFTUT.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-DkZya-OV.js → edit-dashboard-visual-DzdO1s6y.js} +5501 -5359
- package/dist/chunks/edit-dashboard-visual-YPKCrTJ1.js +164 -0
- package/dist/chunks/{editor-action-buttons-4-UuoSZc.js → editor-action-buttons-BS_2AerZ.js} +1 -1
- package/dist/chunks/{editor-action-buttons-BQtxnqBZ.js → editor-action-buttons-mOGsJvfw.js} +2 -2
- package/dist/chunks/{index-CRJ97-41.js → index-CYvDw51J.js} +49 -49
- package/dist/chunks/{index-Cr-d0ray.js → index-Cxh23oCu.js} +5126 -5093
- package/dist/chunks/{notification-bell-_OADjyy7.js → notification-bell-BzaAxClz.js} +3 -3
- package/dist/chunks/{notification-bell-CyZx_uZ1.js → notification-bell-CORqgHJz.js} +1 -1
- package/dist/chunks/{resource-management-panel-Bq9zRYsk.js → resource-management-panel-DTqy2qdz.js} +1 -1
- package/dist/chunks/{resource-management-panel-rmEMdbbS.js → resource-management-panel-DyB-hsMG.js} +3 -3
- package/dist/chunks/{use-role-aware-display-preferences-1U-ed07h.js → use-role-aware-display-preferences-CGoaBI2T.js} +1 -1
- package/dist/chunks/{use-role-aware-display-preferences-DOA8kcfK.js → use-role-aware-display-preferences-KDXzNos5.js} +1 -1
- package/dist/chunks/{use-visual-utils-DxigSU7y.js → use-visual-utils-DeDb4aaF.js} +1 -1
- package/dist/chunks/{use-visual-utils-DX-4Hwoe.js → use-visual-utils-T31Qxkp7.js} +1 -1
- package/dist/dashboard/index.cjs +1 -1
- package/dist/dashboard/index.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +5 -5
- package/dist/style.css +1 -1
- package/dist/surfboard/index.cjs +1 -1
- package/dist/surfboard/index.js +2 -2
- package/dist/types/main.d.ts +5 -0
- package/dist/types/types.d.ts +5 -0
- package/package.json +1 -1
- package/dist/chunks/edit-dashboard-visual-DAiqFH7i.js +0 -164
package/dist/surfboard/index.cjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-CYvDw51J.js"),a=require("../chunks/common-types-CfJLrTJd.js"),e=require("../chunks/dashboard-summary-settings-dialog-DaSFFTUT.js");exports.Surfboard=r.DashboardPlus;exports.EMPTY_SELECTION=a.EMPTY_SELECTION;exports.CalendarPreferencesDialog=e.CalendarPreferencesDialog;exports.DashboardSummarySettingsDialog=e.DashboardSummarySettingsDialog;
|
package/dist/surfboard/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as o } from "../chunks/index-
|
|
1
|
+
import { a as o } from "../chunks/index-Cxh23oCu.js";
|
|
2
2
|
import { E as s } from "../chunks/common-types-DhqlRVrq.js";
|
|
3
|
-
import { C as m, D as t } from "../chunks/dashboard-summary-settings-dialog-
|
|
3
|
+
import { C as m, D as t } from "../chunks/dashboard-summary-settings-dialog-CQza-Ibd.js";
|
|
4
4
|
export {
|
|
5
5
|
m as CalendarPreferencesDialog,
|
|
6
6
|
t as DashboardSummarySettingsDialog,
|
package/dist/types/main.d.ts
CHANGED
|
@@ -4039,6 +4039,11 @@ export declare type UIConfig = {
|
|
|
4039
4039
|
* Defaults to true unless explicitly disabled.
|
|
4040
4040
|
*/
|
|
4041
4041
|
showDashboardAssistant?: boolean;
|
|
4042
|
+
/**
|
|
4043
|
+
* Enables QueryInfo debug tools for Explorer troubleshooting.
|
|
4044
|
+
* Defaults to true unless explicitly disabled.
|
|
4045
|
+
*/
|
|
4046
|
+
showQueryDebugTools?: boolean;
|
|
4042
4047
|
};
|
|
4043
4048
|
|
|
4044
4049
|
export declare function UnsavedChangesAlert({ open, onOpenChange, onSave, onDiscard, isSaving, title, description, cancelLabel, discardLabel, saveLabel, }: UnsavedChangesAlertProps): JSX.Element;
|
package/dist/types/types.d.ts
CHANGED
|
@@ -2370,6 +2370,11 @@ export declare type UIConfig = {
|
|
|
2370
2370
|
* Defaults to true unless explicitly disabled.
|
|
2371
2371
|
*/
|
|
2372
2372
|
showDashboardAssistant?: boolean;
|
|
2373
|
+
/**
|
|
2374
|
+
* Enables QueryInfo debug tools for Explorer troubleshooting.
|
|
2375
|
+
* Defaults to true unless explicitly disabled.
|
|
2376
|
+
*/
|
|
2377
|
+
showQueryDebugTools?: boolean;
|
|
2373
2378
|
};
|
|
2374
2379
|
|
|
2375
2380
|
export declare interface UpdateAlertRequest {
|