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.
Files changed (31) hide show
  1. package/dist/chunks/{dashboard-controls-p-PLTBKo.js → dashboard-controls-BZWOl4R6.js} +1 -1
  2. package/dist/chunks/{dashboard-controls-DLjwyISu.js → dashboard-controls-DxNoSlYn.js} +5 -5
  3. package/dist/chunks/{dashboard-json-DC8Hr2u7.js → dashboard-json-B0njIZHe.js} +1 -1
  4. package/dist/chunks/{dashboard-json-Dy8OL7sx.js → dashboard-json-M_m0zesx.js} +1 -1
  5. package/dist/chunks/{dashboard-summary-settings-dialog-CQISZPzc.js → dashboard-summary-settings-dialog-CQza-Ibd.js} +1 -1
  6. package/dist/chunks/{dashboard-summary-settings-dialog-Dlzv-d9Z.js → dashboard-summary-settings-dialog-DaSFFTUT.js} +1 -1
  7. package/dist/chunks/{edit-dashboard-visual-DkZya-OV.js → edit-dashboard-visual-DzdO1s6y.js} +5501 -5359
  8. package/dist/chunks/edit-dashboard-visual-YPKCrTJ1.js +164 -0
  9. package/dist/chunks/{editor-action-buttons-4-UuoSZc.js → editor-action-buttons-BS_2AerZ.js} +1 -1
  10. package/dist/chunks/{editor-action-buttons-BQtxnqBZ.js → editor-action-buttons-mOGsJvfw.js} +2 -2
  11. package/dist/chunks/{index-CRJ97-41.js → index-CYvDw51J.js} +49 -49
  12. package/dist/chunks/{index-Cr-d0ray.js → index-Cxh23oCu.js} +5126 -5093
  13. package/dist/chunks/{notification-bell-_OADjyy7.js → notification-bell-BzaAxClz.js} +3 -3
  14. package/dist/chunks/{notification-bell-CyZx_uZ1.js → notification-bell-CORqgHJz.js} +1 -1
  15. package/dist/chunks/{resource-management-panel-Bq9zRYsk.js → resource-management-panel-DTqy2qdz.js} +1 -1
  16. package/dist/chunks/{resource-management-panel-rmEMdbbS.js → resource-management-panel-DyB-hsMG.js} +3 -3
  17. package/dist/chunks/{use-role-aware-display-preferences-1U-ed07h.js → use-role-aware-display-preferences-CGoaBI2T.js} +1 -1
  18. package/dist/chunks/{use-role-aware-display-preferences-DOA8kcfK.js → use-role-aware-display-preferences-KDXzNos5.js} +1 -1
  19. package/dist/chunks/{use-visual-utils-DxigSU7y.js → use-visual-utils-DeDb4aaF.js} +1 -1
  20. package/dist/chunks/{use-visual-utils-DX-4Hwoe.js → use-visual-utils-T31Qxkp7.js} +1 -1
  21. package/dist/dashboard/index.cjs +1 -1
  22. package/dist/dashboard/index.js +1 -1
  23. package/dist/index.cjs +1 -1
  24. package/dist/index.js +5 -5
  25. package/dist/style.css +1 -1
  26. package/dist/surfboard/index.cjs +1 -1
  27. package/dist/surfboard/index.js +2 -2
  28. package/dist/types/main.d.ts +5 -0
  29. package/dist/types/types.d.ts +5 -0
  30. package/package.json +1 -1
  31. package/dist/chunks/edit-dashboard-visual-DAiqFH7i.js +0 -164
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../chunks/index-CRJ97-41.js"),a=require("../chunks/common-types-CfJLrTJd.js"),e=require("../chunks/dashboard-summary-settings-dialog-Dlzv-d9Z.js");exports.Surfboard=r.DashboardPlus;exports.EMPTY_SELECTION=a.EMPTY_SELECTION;exports.CalendarPreferencesDialog=e.CalendarPreferencesDialog;exports.DashboardSummarySettingsDialog=e.DashboardSummarySettingsDialog;
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;
@@ -1,6 +1,6 @@
1
- import { a as o } from "../chunks/index-Cr-d0ray.js";
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-CQISZPzc.js";
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,
@@ -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;
@@ -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 {
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "email": "support@semaphor.cloud"
6
6
  },
7
7
  "license": "MIT",
8
- "version": "0.1.217",
8
+ "version": "0.1.218",
9
9
  "description": "Fully interactive and customizable dashboards for your apps.",
10
10
  "keywords": [
11
11
  "react",