react-semaphor 0.1.257 → 0.1.258
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-8FxQiC6H.js → dashboard-controls-B2vul1xX.js} +4 -4
- package/dist/chunks/{dashboard-controls-B-V_E2V9.js → dashboard-controls-CzPVz6hs.js} +1 -1
- package/dist/chunks/{dashboard-json-D6k6IUk5.js → dashboard-json-BbWGnNc9.js} +1 -1
- package/dist/chunks/{dashboard-json-6MWuTr1Q.js → dashboard-json-DQ0vVX6u.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-CeRt95NI.js → dashboard-summary-settings-dialog-BHDFPFcb.js} +1 -1
- package/dist/chunks/{dashboard-summary-settings-dialog-MP3O8tJW.js → dashboard-summary-settings-dialog-DnO9F32_.js} +1 -1
- package/dist/chunks/{edit-dashboard-visual-BjyLKDMg.js → edit-dashboard-visual-C7AmHaBY.js} +2 -2
- package/dist/chunks/{edit-dashboard-visual-gyLMkv_8.js → edit-dashboard-visual-_u9hxm-2.js} +1 -1
- package/dist/chunks/{editor-action-buttons-Bcbfk4x4.js → editor-action-buttons-BMx1hBQx.js} +1 -1
- package/dist/chunks/{editor-action-buttons-C2bil10O.js → editor-action-buttons-cYw_xuDg.js} +2 -2
- package/dist/chunks/{index-O0zHE3FZ.js → index-BYHlElCS.js} +15994 -15801
- package/dist/chunks/{index-BPRqci8Y.js → index-VHKvmdqy.js} +217 -217
- package/dist/chunks/{notification-bell-D0wrUdyr.js → notification-bell-BUdmlEsb.js} +3 -3
- package/dist/chunks/{notification-bell-B-UnTb7w.js → notification-bell-lsGohR1o.js} +1 -1
- package/dist/chunks/{resource-management-panel-DSrbq5W6.js → resource-management-panel-B44u1bn9.js} +2 -2
- package/dist/chunks/{resource-management-panel-DiGJpeIw.js → resource-management-panel-CwFqah6P.js} +1 -1
- package/dist/chunks/{use-visual-utils-DTSrqSws.js → use-visual-utils-C5IqT21V.js} +1 -1
- package/dist/chunks/{use-visual-utils-CzXtMQW8.js → use-visual-utils-CrpWH7gW.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 +1 -0
- package/package.json +1 -1
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-VHKvmdqy.js"),a=require("../types/index.cjs"),e=require("../chunks/dashboard-summary-settings-dialog-DnO9F32_.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-BYHlElCS.js";
|
|
2
2
|
import { EMPTY_SELECTION as s } from "../types/index.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-BHDFPFcb.js";
|
|
4
4
|
export {
|
|
5
5
|
m as CalendarPreferencesDialog,
|
|
6
6
|
t as DashboardSummarySettingsDialog,
|
package/dist/types/main.d.ts
CHANGED
|
@@ -5109,6 +5109,7 @@ export declare const useSelectedAlertId: () => string | null;
|
|
|
5109
5109
|
export declare function useTextFilterHook(filterId: string): {
|
|
5110
5110
|
isLoading: boolean;
|
|
5111
5111
|
isFetching: boolean;
|
|
5112
|
+
isPlaceholderData: boolean;
|
|
5112
5113
|
isError: boolean;
|
|
5113
5114
|
records: ComboBoxOption[];
|
|
5114
5115
|
selectedRecords: ComboBoxOption[];
|