react-semaphor 0.1.185 → 0.1.187

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 (27) hide show
  1. package/dist/chunks/{calendar-preferences-dialog-BlkO2Iyl.js → calendar-preferences-dialog-DZbI-ciY.js} +1 -1
  2. package/dist/chunks/{calendar-preferences-dialog-Cf45Z1iV.js → calendar-preferences-dialog-esmRVCnS.js} +1 -1
  3. package/dist/chunks/{dashboard-controls-BaIn2nYt.js → dashboard-controls-Cv6CMYVL.js} +5 -5
  4. package/dist/chunks/{dashboard-controls-99QUvc-v.js → dashboard-controls-D6MHtCJk.js} +1 -1
  5. package/dist/chunks/{dashboard-json-Wc0g-rU5.js → dashboard-json-B4g7GOt-.js} +1 -1
  6. package/dist/chunks/{dashboard-json-CLnZus5R.js → dashboard-json-D3es7E26.js} +1 -1
  7. package/dist/chunks/{edit-dashboard-visual-BILSP_JA.js → edit-dashboard-visual-CVmQyLmp.js} +2 -2
  8. package/dist/chunks/{edit-dashboard-visual-C1GBD18Y.js → edit-dashboard-visual-DYTUeVhn.js} +1 -1
  9. package/dist/chunks/{editor-action-buttons-CtZF2jZ1.js → editor-action-buttons-B1GCLrBP.js} +1 -1
  10. package/dist/chunks/{editor-action-buttons-Dms4qFF0.js → editor-action-buttons-DfvYJSFq.js} +2 -2
  11. package/dist/chunks/{index-CWTYAZIx.js → index-CV8oZ_vJ.js} +6 -4
  12. package/dist/chunks/{index-DnzN4EJh.js → index-D0GMAmEI.js} +79 -79
  13. package/dist/chunks/{notification-bell-Ys7A4FR5.js → notification-bell-BuEtO5pi.js} +1 -1
  14. package/dist/chunks/{notification-bell-BFuX86W5.js → notification-bell-CyzC0HR9.js} +3 -3
  15. package/dist/chunks/{resource-management-panel-KHhPka_P.js → resource-management-panel-Bt5-ObNZ.js} +1 -1
  16. package/dist/chunks/{resource-management-panel-D9YWCtpI.js → resource-management-panel-Dj6QTyKb.js} +3 -3
  17. package/dist/chunks/{use-role-aware-display-preferences-BQYah_5h.js → use-role-aware-display-preferences-CRa3oDa0.js} +1 -1
  18. package/dist/chunks/{use-role-aware-display-preferences-DLfXCRXV.js → use-role-aware-display-preferences-smZ4qXX8.js} +1 -1
  19. package/dist/chunks/{use-visual-utils-CoQ-12pH.js → use-visual-utils-7BraV8a7.js} +1 -1
  20. package/dist/chunks/{use-visual-utils-Dq99aM9P.js → use-visual-utils-BcOsVmys.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 +6 -6
  25. package/dist/surfboard/index.cjs +1 -1
  26. package/dist/surfboard/index.js +2 -2
  27. package/package.json +1 -1
@@ -1 +1 @@
1
- "use strict";const e=require("react/jsx-runtime"),o=require("react"),a=require("./index-DnzN4EJh.js");function R(){var S,b,j,p;const{authToken:s,tokenProps:r}=a.useSemaphorContext(),[l,v]=o.useState(!1),[k,y]=o.useState(!1),[T,w]=o.useState(!1),[x,d]=o.useState(null),[m,f]=o.useState(null),C=m||{tz:((b=(S=r==null?void 0:r.params)==null?void 0:S.calendarContext)==null?void 0:b.tz)||null,weekStart:((p=(j=r==null?void 0:r.params)==null?void 0:j.calendarContext)==null?void 0:p.weekStart)??null},c=o.useCallback(async()=>{if(!(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))){v(!0),d(null);try{const i=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"GET",headers:{Authorization:`Bearer ${s.accessToken}`}});if(!i.ok){const u=await i.json().catch(()=>({}));throw new Error(u.error||"Failed to fetch preferences")}const n=await i.json();f({tz:n.tz,weekStart:n.weekStart,source:n.source,isInherited:n.isInherited,userHasPrefs:n.userHasPrefs,inherited:n.inherited})}catch(i){const n=i instanceof Error?i.message:"Unknown error";d(n)}finally{v(!1)}}},[s,r]);o.useEffect(()=>{c()},[c]);const h=o.useCallback(async i=>{if(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))return d("Not authenticated"),!1;y(!0),d(null);try{const n=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"PATCH",headers:{"Content-Type":"application/json",Authorization:`Bearer ${s.accessToken}`},body:JSON.stringify(i)});if(!n.ok){const u=await n.json().catch(()=>({}));throw new Error(u.error||"Failed to update preferences")}return await c(),!0}catch(n){const u=n instanceof Error?n.message:"Unknown error";return d(u),!1}finally{y(!1)}},[s,r,c]),g=o.useCallback(async()=>{if(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))return d("Not authenticated"),!1;w(!0),d(null);try{const i=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"DELETE",headers:{Authorization:`Bearer ${s.accessToken}`}});if(!i.ok){const u=await i.json().catch(()=>({}));throw new Error(u.error||"Failed to clear preferences")}const n=await i.text();if(n)try{const u=JSON.parse(n);return f({tz:u.tz,weekStart:u.weekStart,source:u.source,isInherited:u.isInherited??!0,userHasPrefs:!1,inherited:u.inherited}),!0}catch{}return await c(),!0}catch(i){const n=i instanceof Error?i.message:"Unknown error";return d(n),!1}finally{w(!1)}},[s,r,c]);return{preferences:C,isLoading:l,isSaving:k,isClearing:T,error:x,updatePreferences:h,clearPreferences:g,refetch:c}}const N=[{value:"America/New_York",label:"Eastern Time (US & Canada)"},{value:"America/Chicago",label:"Central Time (US & Canada)"},{value:"America/Denver",label:"Mountain Time (US & Canada)"},{value:"America/Los_Angeles",label:"Pacific Time (US & Canada)"},{value:"America/Phoenix",label:"Arizona"},{value:"America/Anchorage",label:"Alaska"},{value:"Pacific/Honolulu",label:"Hawaii"},{value:"Europe/London",label:"London"},{value:"Europe/Paris",label:"Paris, Berlin, Rome"},{value:"Asia/Tokyo",label:"Tokyo"},{value:"Asia/Shanghai",label:"Beijing, Shanghai"},{value:"Asia/Kolkata",label:"Mumbai, New Delhi"},{value:"Australia/Sydney",label:"Sydney"},{value:"UTC",label:"UTC"}],U=[{value:0,label:"Sunday"},{value:1,label:"Monday"},{value:6,label:"Saturday"}];function W(){try{const s=Intl;if(s.supportedValuesOf)return s.supportedValuesOf("timeZone")}catch{}return N.map(s=>s.value)}function B(s){switch(s){case"tenant":return"tenant";case"organization":return"organization";case"system":return"system";default:return"default"}}function L(s){const r=N.find(l=>l.value===s);return r?r.label:s}function G(s){const r=U.find(l=>l.value===s);return r?r.label:String(s)}function _({open:s,onOpenChange:r}){var z,A,E;const{preferences:l,isLoading:v,isSaving:k,isClearing:y,updatePreferences:T,clearPreferences:w}=R(),x=l.tz||((z=l.inherited)==null?void 0:z.tz)||Intl.DateTimeFormat().resolvedOptions().timeZone,d=l.weekStart??((A=l.inherited)==null?void 0:A.weekStart)??1,[m,f]=o.useState(!l.userHasPrefs),[C,c]=o.useState(!1),[h,g]=o.useState(x),[S,b]=o.useState(d),[j,p]=o.useState(!1),i=o.useMemo(()=>W(),[]),n=o.useMemo(()=>i.filter(t=>!N.some($=>$.value===t)),[i]),u=o.useMemo(()=>L(h),[h]),I=l.inherited?L(l.inherited.tz):"UTC",D=l.inherited?G(l.inherited.weekStart):"Monday",F=B((E=l.inherited)==null?void 0:E.source);o.useEffect(()=>{if(!s){c(!1);return}C||(l.userHasPrefs!==void 0&&f(!l.userHasPrefs),g(x),b(d))},[s,C,l.userHasPrefs,x,d]);const H=async()=>{if(v){a.ue.error("Preferences are still loading. Please try again.");return}m?await w()?(a.ue.success("Now using default settings. Please refresh the page to apply changes.",{duration:5e3}),r(!1)):a.ue.error("Failed to save preferences. Please try again."):await T({tz:h,weekStart:S})?(a.ue.success("Preferences saved. Please refresh the page to apply changes.",{duration:5e3}),r(!1)):a.ue.error("Failed to save preferences. Please try again.")},O=()=>{r(!1)},P=k||y,M=P||v;return e.jsx(a.Dialog,{open:s,onOpenChange:r,children:e.jsxs(a.DialogContent,{className:"sm:max-w-[425px]",children:[e.jsxs(a.DialogHeader,{children:[e.jsx(a.DialogTitle,{children:"Calendar Preferences"}),e.jsx(a.DialogDescription,{children:"Set your timezone and week start preferences for date calculations and displays."})]}),e.jsxs("div",{className:"space-y-6 py-4",children:[e.jsxs(a.RadioGroup,{value:m?"defaults":"custom",onValueChange:t=>{c(!0),f(t==="defaults")},className:"space-y-3",children:[e.jsxs("div",{className:a.cn("flex items-start space-x-3 rounded-lg border p-4 cursor-pointer transition-colors",m?"border-primary bg-primary/5":"border-border hover:border-muted-foreground/50"),onClick:()=>{c(!0),f(!0)},children:[e.jsx(a.RadioGroupItem,{value:"defaults",id:"mode-defaults"}),e.jsxs("div",{className:"flex-1 space-y-1",children:[e.jsxs(a.Label,{htmlFor:"mode-defaults",className:"cursor-pointer font-medium",children:["Use ",F," defaults"]}),e.jsxs("p",{className:"text-sm text-muted-foreground",children:[I,", Week starts ",D]})]})]}),e.jsxs("div",{className:a.cn("flex items-start space-x-3 rounded-lg border p-4 cursor-pointer transition-colors",m?"border-border hover:border-muted-foreground/50":"border-primary bg-primary/5"),onClick:()=>{c(!0),f(!1)},children:[e.jsx(a.RadioGroupItem,{value:"custom",id:"mode-custom"}),e.jsx(a.Label,{htmlFor:"mode-custom",className:"cursor-pointer font-medium",children:"Use custom settings"})]})]}),e.jsxs("div",{className:a.cn("space-y-6 transition-opacity",m&&"opacity-50 pointer-events-none"),children:[e.jsxs("div",{className:"space-y-2",children:[e.jsx(a.Label,{children:"Timezone"}),e.jsxs(a.Popover,{open:j,onOpenChange:p,modal:!0,children:[e.jsx(a.PopoverTrigger,{asChild:!0,children:e.jsxs(a.Button,{variant:"outline",role:"combobox","aria-expanded":j,className:"w-full justify-between",disabled:m,children:[u,e.jsx(a.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsx(a.PopoverContent,{className:"z-50 w-[--radix-popover-trigger-width] p-0",align:"start",children:e.jsxs(a.Command,{className:"overflow-visible",children:[e.jsx(a.CommandInput,{placeholder:"Search timezones..."}),e.jsxs(a.CommandList,{children:[e.jsx(a.CommandEmpty,{children:"No timezone found."}),e.jsx(a.CommandGroup,{heading:"Common",children:N.map(t=>e.jsxs(a.CommandItem,{value:`${t.value} ${t.label}`,onSelect:()=>{c(!0),g(t.value),p(!1)},children:[e.jsx(a.Check,{className:a.cn("mr-2 h-4 w-4",h===t.value?"opacity-100":"opacity-0")}),e.jsx("span",{className:"flex-1",children:t.label}),e.jsx("span",{className:"text-xs text-muted-foreground",children:t.value})]},t.value))}),e.jsx(a.CommandSeparator,{}),e.jsx(a.CommandGroup,{heading:"All Timezones",children:n.map(t=>e.jsxs(a.CommandItem,{value:t,onSelect:()=>{c(!0),g(t),p(!1)},children:[e.jsx(a.Check,{className:a.cn("mr-2 h-4 w-4",h===t?"opacity-100":"opacity-0")}),t]},t))})]})]})})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx(a.Label,{children:"Week Starts On"}),e.jsx(a.RadioGroup,{value:String(S),onValueChange:t=>{c(!0),b(Number(t))},className:"flex gap-4",disabled:m,children:U.map(t=>e.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsx(a.RadioGroupItem,{value:String(t.value),id:`week-start-${t.value}`,disabled:m}),e.jsx(a.Label,{htmlFor:`week-start-${t.value}`,className:a.cn("cursor-pointer font-normal",m&&"cursor-not-allowed"),children:t.label})]},t.value))})]})]})]}),e.jsxs(a.DialogFooter,{children:[e.jsx(a.Button,{variant:"outline",onClick:O,disabled:P,children:"Cancel"}),e.jsx(a.Button,{onClick:H,disabled:M,children:P?e.jsxs(e.Fragment,{children:[e.jsx(a.LoaderCircle,{className:"mr-2 h-4 w-4 animate-spin"}),"Saving..."]}):"Save"})]})]})})}exports.CalendarPreferencesDialog=_;
1
+ "use strict";const e=require("react/jsx-runtime"),o=require("react"),a=require("./index-D0GMAmEI.js");function R(){var S,b,j,p;const{authToken:s,tokenProps:r}=a.useSemaphorContext(),[l,v]=o.useState(!1),[k,y]=o.useState(!1),[T,w]=o.useState(!1),[x,d]=o.useState(null),[m,f]=o.useState(null),C=m||{tz:((b=(S=r==null?void 0:r.params)==null?void 0:S.calendarContext)==null?void 0:b.tz)||null,weekStart:((p=(j=r==null?void 0:r.params)==null?void 0:j.calendarContext)==null?void 0:p.weekStart)??null},c=o.useCallback(async()=>{if(!(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))){v(!0),d(null);try{const i=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"GET",headers:{Authorization:`Bearer ${s.accessToken}`}});if(!i.ok){const u=await i.json().catch(()=>({}));throw new Error(u.error||"Failed to fetch preferences")}const n=await i.json();f({tz:n.tz,weekStart:n.weekStart,source:n.source,isInherited:n.isInherited,userHasPrefs:n.userHasPrefs,inherited:n.inherited})}catch(i){const n=i instanceof Error?i.message:"Unknown error";d(n)}finally{v(!1)}}},[s,r]);o.useEffect(()=>{c()},[c]);const h=o.useCallback(async i=>{if(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))return d("Not authenticated"),!1;y(!0),d(null);try{const n=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"PATCH",headers:{"Content-Type":"application/json",Authorization:`Bearer ${s.accessToken}`},body:JSON.stringify(i)});if(!n.ok){const u=await n.json().catch(()=>({}));throw new Error(u.error||"Failed to update preferences")}return await c(),!0}catch(n){const u=n instanceof Error?n.message:"Unknown error";return d(u),!1}finally{y(!1)}},[s,r,c]),g=o.useCallback(async()=>{if(!(s!=null&&s.accessToken)||!(r!=null&&r.apiServiceUrl))return d("Not authenticated"),!1;w(!0),d(null);try{const i=await fetch(`${r.apiServiceUrl}/v1/user-preferences/calendar`,{method:"DELETE",headers:{Authorization:`Bearer ${s.accessToken}`}});if(!i.ok){const u=await i.json().catch(()=>({}));throw new Error(u.error||"Failed to clear preferences")}const n=await i.text();if(n)try{const u=JSON.parse(n);return f({tz:u.tz,weekStart:u.weekStart,source:u.source,isInherited:u.isInherited??!0,userHasPrefs:!1,inherited:u.inherited}),!0}catch{}return await c(),!0}catch(i){const n=i instanceof Error?i.message:"Unknown error";return d(n),!1}finally{w(!1)}},[s,r,c]);return{preferences:C,isLoading:l,isSaving:k,isClearing:T,error:x,updatePreferences:h,clearPreferences:g,refetch:c}}const N=[{value:"America/New_York",label:"Eastern Time (US & Canada)"},{value:"America/Chicago",label:"Central Time (US & Canada)"},{value:"America/Denver",label:"Mountain Time (US & Canada)"},{value:"America/Los_Angeles",label:"Pacific Time (US & Canada)"},{value:"America/Phoenix",label:"Arizona"},{value:"America/Anchorage",label:"Alaska"},{value:"Pacific/Honolulu",label:"Hawaii"},{value:"Europe/London",label:"London"},{value:"Europe/Paris",label:"Paris, Berlin, Rome"},{value:"Asia/Tokyo",label:"Tokyo"},{value:"Asia/Shanghai",label:"Beijing, Shanghai"},{value:"Asia/Kolkata",label:"Mumbai, New Delhi"},{value:"Australia/Sydney",label:"Sydney"},{value:"UTC",label:"UTC"}],U=[{value:0,label:"Sunday"},{value:1,label:"Monday"},{value:6,label:"Saturday"}];function W(){try{const s=Intl;if(s.supportedValuesOf)return s.supportedValuesOf("timeZone")}catch{}return N.map(s=>s.value)}function B(s){switch(s){case"tenant":return"tenant";case"organization":return"organization";case"system":return"system";default:return"default"}}function L(s){const r=N.find(l=>l.value===s);return r?r.label:s}function G(s){const r=U.find(l=>l.value===s);return r?r.label:String(s)}function _({open:s,onOpenChange:r}){var z,A,E;const{preferences:l,isLoading:v,isSaving:k,isClearing:y,updatePreferences:T,clearPreferences:w}=R(),x=l.tz||((z=l.inherited)==null?void 0:z.tz)||Intl.DateTimeFormat().resolvedOptions().timeZone,d=l.weekStart??((A=l.inherited)==null?void 0:A.weekStart)??1,[m,f]=o.useState(!l.userHasPrefs),[C,c]=o.useState(!1),[h,g]=o.useState(x),[S,b]=o.useState(d),[j,p]=o.useState(!1),i=o.useMemo(()=>W(),[]),n=o.useMemo(()=>i.filter(t=>!N.some($=>$.value===t)),[i]),u=o.useMemo(()=>L(h),[h]),I=l.inherited?L(l.inherited.tz):"UTC",D=l.inherited?G(l.inherited.weekStart):"Monday",F=B((E=l.inherited)==null?void 0:E.source);o.useEffect(()=>{if(!s){c(!1);return}C||(l.userHasPrefs!==void 0&&f(!l.userHasPrefs),g(x),b(d))},[s,C,l.userHasPrefs,x,d]);const H=async()=>{if(v){a.ue.error("Preferences are still loading. Please try again.");return}m?await w()?(a.ue.success("Now using default settings. Please refresh the page to apply changes.",{duration:5e3}),r(!1)):a.ue.error("Failed to save preferences. Please try again."):await T({tz:h,weekStart:S})?(a.ue.success("Preferences saved. Please refresh the page to apply changes.",{duration:5e3}),r(!1)):a.ue.error("Failed to save preferences. Please try again.")},O=()=>{r(!1)},P=k||y,M=P||v;return e.jsx(a.Dialog,{open:s,onOpenChange:r,children:e.jsxs(a.DialogContent,{className:"sm:max-w-[425px]",children:[e.jsxs(a.DialogHeader,{children:[e.jsx(a.DialogTitle,{children:"Calendar Preferences"}),e.jsx(a.DialogDescription,{children:"Set your timezone and week start preferences for date calculations and displays."})]}),e.jsxs("div",{className:"space-y-6 py-4",children:[e.jsxs(a.RadioGroup,{value:m?"defaults":"custom",onValueChange:t=>{c(!0),f(t==="defaults")},className:"space-y-3",children:[e.jsxs("div",{className:a.cn("flex items-start space-x-3 rounded-lg border p-4 cursor-pointer transition-colors",m?"border-primary bg-primary/5":"border-border hover:border-muted-foreground/50"),onClick:()=>{c(!0),f(!0)},children:[e.jsx(a.RadioGroupItem,{value:"defaults",id:"mode-defaults"}),e.jsxs("div",{className:"flex-1 space-y-1",children:[e.jsxs(a.Label,{htmlFor:"mode-defaults",className:"cursor-pointer font-medium",children:["Use ",F," defaults"]}),e.jsxs("p",{className:"text-sm text-muted-foreground",children:[I,", Week starts ",D]})]})]}),e.jsxs("div",{className:a.cn("flex items-start space-x-3 rounded-lg border p-4 cursor-pointer transition-colors",m?"border-border hover:border-muted-foreground/50":"border-primary bg-primary/5"),onClick:()=>{c(!0),f(!1)},children:[e.jsx(a.RadioGroupItem,{value:"custom",id:"mode-custom"}),e.jsx(a.Label,{htmlFor:"mode-custom",className:"cursor-pointer font-medium",children:"Use custom settings"})]})]}),e.jsxs("div",{className:a.cn("space-y-6 transition-opacity",m&&"opacity-50 pointer-events-none"),children:[e.jsxs("div",{className:"space-y-2",children:[e.jsx(a.Label,{children:"Timezone"}),e.jsxs(a.Popover,{open:j,onOpenChange:p,modal:!0,children:[e.jsx(a.PopoverTrigger,{asChild:!0,children:e.jsxs(a.Button,{variant:"outline",role:"combobox","aria-expanded":j,className:"w-full justify-between",disabled:m,children:[u,e.jsx(a.ChevronsUpDown,{className:"ml-2 h-4 w-4 shrink-0 opacity-50"})]})}),e.jsx(a.PopoverContent,{className:"z-50 w-[--radix-popover-trigger-width] p-0",align:"start",children:e.jsxs(a.Command,{className:"overflow-visible",children:[e.jsx(a.CommandInput,{placeholder:"Search timezones..."}),e.jsxs(a.CommandList,{children:[e.jsx(a.CommandEmpty,{children:"No timezone found."}),e.jsx(a.CommandGroup,{heading:"Common",children:N.map(t=>e.jsxs(a.CommandItem,{value:`${t.value} ${t.label}`,onSelect:()=>{c(!0),g(t.value),p(!1)},children:[e.jsx(a.Check,{className:a.cn("mr-2 h-4 w-4",h===t.value?"opacity-100":"opacity-0")}),e.jsx("span",{className:"flex-1",children:t.label}),e.jsx("span",{className:"text-xs text-muted-foreground",children:t.value})]},t.value))}),e.jsx(a.CommandSeparator,{}),e.jsx(a.CommandGroup,{heading:"All Timezones",children:n.map(t=>e.jsxs(a.CommandItem,{value:t,onSelect:()=>{c(!0),g(t),p(!1)},children:[e.jsx(a.Check,{className:a.cn("mr-2 h-4 w-4",h===t?"opacity-100":"opacity-0")}),t]},t))})]})]})})]})]}),e.jsxs("div",{className:"space-y-3",children:[e.jsx(a.Label,{children:"Week Starts On"}),e.jsx(a.RadioGroup,{value:String(S),onValueChange:t=>{c(!0),b(Number(t))},className:"flex gap-4",disabled:m,children:U.map(t=>e.jsxs("div",{className:"flex items-center space-x-2",children:[e.jsx(a.RadioGroupItem,{value:String(t.value),id:`week-start-${t.value}`,disabled:m}),e.jsx(a.Label,{htmlFor:`week-start-${t.value}`,className:a.cn("cursor-pointer font-normal",m&&"cursor-not-allowed"),children:t.label})]},t.value))})]})]})]}),e.jsxs(a.DialogFooter,{children:[e.jsx(a.Button,{variant:"outline",onClick:O,disabled:P,children:"Cancel"}),e.jsx(a.Button,{onClick:H,disabled:M,children:P?e.jsxs(e.Fragment,{children:[e.jsx(a.LoaderCircle,{className:"mr-2 h-4 w-4 animate-spin"}),"Saving..."]}):"Save"})]})]})})}exports.CalendarPreferencesDialog=_;
@@ -1,6 +1,6 @@
1
1
  import { jsx as s, jsxs as n, Fragment as Q } from "react/jsx-runtime";
2
2
  import X, { useState as m, useCallback as L, useEffect as ee, useMemo as D } from "react";
3
- import { l as ae, m as re, n as se, o as te, p as ne, q as le, R as j, c as v, r as I, L as N, P as ie, s as oe, B as F, C as ce, t as de, v as ue, w as me, x as fe, y as he, z as W, A as M, E as B, F as pe, G as ve, H as ge, I as T } from "./index-CWTYAZIx.js";
3
+ import { l as ae, m as re, n as se, o as te, p as ne, q as le, R as j, c as v, r as I, L as N, P as ie, s as oe, B as F, C as ce, t as de, v as ue, w as me, x as fe, y as he, z as W, A as M, E as B, F as pe, G as ve, H as ge, I as T } from "./index-CV8oZ_vJ.js";
4
4
  function be() {
5
5
  var y, w, C, p;
6
6
  const { authToken: e, tokenProps: a } = ae(), [l, g] = m(!1), [A, k] = m(!1), [E, x] = m(!1), [b, d] = m(null), [u, f] = m(null), P = u || {
@@ -1,13 +1,13 @@
1
1
  import { jsxs as r, jsx as e, Fragment as I } from "react/jsx-runtime";
2
- import { aT as Y, bZ as Ws, u as w, b4 as Me, b5 as Oe, B as A, b7 as Ie, b8 as ne, b_ as _e, aG as ts, l as F, m as Te, b$ as Js, b9 as Pe, n as Ge, o as Re, p as Ue, q as rs, L as Se, c0 as J, G as Ys, W as U, c1 as Zs, bd as Xs, c2 as ea, c3 as Ye, c4 as ns, c as ce, c5 as os, aU as le, c6 as de, I as E, c7 as is, bK as sa, c8 as aa, H as q, bc as $, c9 as ta, ca as ra, cb as xe, cc as na, cd as oa, ce as cs, cf as ls, cg as oe, ch as ie, bH as we, bj as Ce, ci as De, be as ds, cj as Le, bL as us, e as ms, ck as ia, bm as hs, bn as ps, bo as fs, bp as gs, bq as vs, br as bs, bs as ys, bt as Ee, b2 as ca, cl as la, Z as da, aI as Ze, Y as te, cm as ua, a3 as ma, _ as be, cn as ha, co as pa, cp as fa, cq as ga, ba as va, aa as ba, cr as ya, cs as Na, ct as Sa, cu as xa, cv as wa, b6 as Ca, bg as Da, a2 as La, a9 as Ea } from "./index-CWTYAZIx.js";
2
+ import { aT as Y, bZ as Ws, u as w, b4 as Me, b5 as Oe, B as A, b7 as Ie, b8 as ne, b_ as _e, aG as ts, l as F, m as Te, b$ as Js, b9 as Pe, n as Ge, o as Re, p as Ue, q as rs, L as Se, c0 as J, G as Ys, W as U, c1 as Zs, bd as Xs, c2 as ea, c3 as Ye, c4 as ns, c as ce, c5 as os, aU as le, c6 as de, I as E, c7 as is, bK as sa, c8 as aa, H as q, bc as $, c9 as ta, ca as ra, cb as xe, cc as na, cd as oa, ce as cs, cf as ls, cg as oe, ch as ie, bH as we, bj as Ce, ci as De, be as ds, cj as Le, bL as us, e as ms, ck as ia, bm as hs, bn as ps, bo as fs, bp as gs, bq as vs, br as bs, bs as ys, bt as Ee, b2 as ca, cl as la, Z as da, aI as Ze, Y as te, cm as ua, a3 as ma, _ as be, cn as ha, co as pa, cp as fa, cq as ga, ba as va, aa as ba, cr as ya, cs as Na, ct as Sa, cu as xa, cv as wa, b6 as Ca, bg as Da, a2 as La, a9 as Ea } from "./index-CV8oZ_vJ.js";
3
3
  import * as D from "react";
4
4
  import Ns, { useState as x, useMemo as re, useEffect as Aa } from "react";
5
5
  import "react-dom";
6
- import { b as ka, u as Ma, c as Oa, A as Ia, V as _a, S as Ta, N as Pa, U as Ga } from "./notification-bell-BFuX86W5.js";
7
- import { u as Ra } from "./use-role-aware-display-preferences-DLfXCRXV.js";
6
+ import { b as ka, u as Ma, c as Oa, A as Ia, V as _a, S as Ta, N as Pa, U as Ga } from "./notification-bell-CyzC0HR9.js";
7
+ import { u as Ra } from "./use-role-aware-display-preferences-smZ4qXX8.js";
8
8
  import { d as Ua } from "./date-formatter-Y8Za1ib3.js";
9
- import { C as Fa } from "./calendar-preferences-dialog-Cf45Z1iV.js";
10
- import { S as Xe } from "./editor-action-buttons-Dms4qFF0.js";
9
+ import { C as Fa } from "./calendar-preferences-dialog-esmRVCnS.js";
10
+ import { S as Xe } from "./editor-action-buttons-DfvYJSFq.js";
11
11
  /**
12
12
  * @license lucide-react v0.453.0 - ISC
13
13
  *
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index-DnzN4EJh.js"),b=require("react");require("react-dom");const O=require("./notification-bell-Ys7A4FR5.js"),Je=require("./use-role-aware-display-preferences-BQYah_5h.js"),Xe=require("./date-formatter-Sz6QDaM8.js"),Ye=require("./calendar-preferences-dialog-BlkO2Iyl.js"),fe=require("./editor-action-buttons-CtZF2jZ1.js");function Ze(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const a in t)if(a!=="default"){const r=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(n,a,r.get?r:{enumerable:!0,get:()=>t[a]})}}return n.default=t,Object.freeze(n)}const D=Ze(b);/**
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index-D0GMAmEI.js"),b=require("react");require("react-dom");const O=require("./notification-bell-BuEtO5pi.js"),Je=require("./use-role-aware-display-preferences-CRa3oDa0.js"),Xe=require("./date-formatter-Sz6QDaM8.js"),Ye=require("./calendar-preferences-dialog-DZbI-ciY.js"),fe=require("./editor-action-buttons-B1GCLrBP.js");function Ze(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const a in t)if(a!=="default"){const r=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(n,a,r.get?r:{enumerable:!0,get:()=>t[a]})}}return n.default=t,Object.freeze(n)}const D=Ze(b);/**
2
2
  * @license lucide-react v0.453.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -1,5 +1,5 @@
1
1
  import { jsxs as o, jsx as r } from "react/jsx-runtime";
2
- import { u as s, c as l, B as h, X as d, d as c } from "./index-CWTYAZIx.js";
2
+ import { u as s, c as l, B as h, X as d, d as c } from "./index-CV8oZ_vJ.js";
3
3
  import "react";
4
4
  import "react-dom";
5
5
  function N() {
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-DnzN4EJh.js");require("react");require("react-dom");function i(){const o=a.useDashboardStore(e=>e.dashboard),r=a.useDashboardStore(e=>e.actions.setDashboard),t=a.useDashboardStore(e=>e.showDashboardJSON),n=a.useDashboardStore(e=>e.actions.setShowDashboardJSON);return s.jsxs("div",{className:a.cn("relative p-2",{hidden:!t}),children:[s.jsxs(a.Button,{variant:"secondary",size:"sm",className:"absolute right-2 top-2 z-10 h-8",onClick:()=>n(!1),children:[s.jsx(a.X,{className:"mr-2 h-4 w-4"}),"Close"]}),s.jsx(a.de,{onChange:e=>{if(e)try{JSON.parse(e),r(JSON.parse(e))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto",value:JSON.stringify(o,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}exports.default=i;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("react/jsx-runtime"),a=require("./index-D0GMAmEI.js");require("react");require("react-dom");function i(){const o=a.useDashboardStore(e=>e.dashboard),r=a.useDashboardStore(e=>e.actions.setDashboard),t=a.useDashboardStore(e=>e.showDashboardJSON),n=a.useDashboardStore(e=>e.actions.setShowDashboardJSON);return s.jsxs("div",{className:a.cn("relative p-2",{hidden:!t}),children:[s.jsxs(a.Button,{variant:"secondary",size:"sm",className:"absolute right-2 top-2 z-10 h-8",onClick:()=>n(!1),children:[s.jsx(a.X,{className:"mr-2 h-4 w-4"}),"Close"]}),s.jsx(a.de,{onChange:e=>{if(e)try{JSON.parse(e),r(JSON.parse(e))}catch{}},defaultLanguage:"json",className:"h-[550px] overflow-y-auto",value:JSON.stringify(o,null,2),options:{minimap:{enabled:!1},glyphMargin:!1,wordWrap:"on",scrollbar:{verticalScrollbarSize:0,horizontalScrollbarSize:0},fontSize:12,renderLineHighlight:"none"}})]})}exports.default=i;
@@ -1,8 +1,8 @@
1
1
  import { jsxs as a, jsx as e, Fragment as ce } from "react/jsx-runtime";
2
- import { aT as me, cw as Sl, I as ht, aJ as ne, aI as M, cx as ta, L as F, cy as H, cz as Y, cA as W, cB as Q, cC as B, cD as fe, B as K, b9 as We, cE as Ta, cF as bs, cG as Ns, cH as vs, cI as ys, cJ as Aa, V as st, X as Ae, cK as cn, be as dn, m as kt, n as Tt, o as At, p as Et, q as jt, aX as Ve, bA as qe, bw as Ke, bx as Ie, by as Me, cL as $n, cM as un, u as ye, G as ba, cN as $t, bj as aa, c as Z, bL as _e, cO as Cs, b2 as ws, cP as kl, cQ as Tl, cR as Al, cS as ra, cT as El, cU as Ss, cV as Dl, bZ as Ol, cW as Il, cX as ks, cY as Ml, cZ as mn, c_ as Rl, c$ as gt, d0 as ct, d1 as hn, aU as Ll, d2 as Fl, d3 as an, d4 as Dt, d5 as Le, d6 as Ot, H as qt, d7 as Pl, d8 as Na, d9 as va, da as ya, db as Ts, ct as Kt, bO as Ea, R as ua, dc as pn, dd as ma, bk as fn, de as As, r as xt, Y as Vl, df as Bl, bS as zl, dg as at, dh as pt, di as jl, dj as ft, e as $l, bP as gn, aG as Es, dk as xn, dl as ql, dm as Ds, dn as Os, dp as Gt, cq as qa, dq as Kl, dr as Gl, ds as Is, dt as Ul, du as _l, dv as Jl, dw as Da, dx as Hl, dy as Yl, dz as qn, dA as Wl, J as Oa, Q as bn, dB as Ql, dC as Nn, b$ as Xl, W as Oe, dD as Zl, dE as er, ce as Ia, cf as Ma, cg as nt, ch as ga, dF as tr, bz as ar, dG as Ms, dH as nr, dI as sr, bH as Ra, bF as $e, P as Je, s as He, dJ as lr, t as Ye, b4 as vn, b5 as yn, b7 as Cn, c1 as Rs, bd as Bt, dK as dt, dL as It, dM as Mt, dN as bt, dO as Ut, dP as rr, ao as ir, dQ as or, bN as zt, dR as cr, dS as Ls, dT as dr, dU as ur, dV as mr, dW as hr, dX as pr, dY as fr, dZ as gr, d_ as Fs, d$ as wn, c0 as ge, e0 as _t, e1 as oa, e2 as xr, e3 as br, e4 as Jt, e5 as xe, e6 as be, e7 as Ne, e8 as Nr, e9 as vr, ea as ut, eb as fa, ec as Kn, ed as yr, cu as Ps, ee as Cr, ef as wr, eg as Sr, v as Ht, w as Yt, x as Wt, y as Qt, z as Xt, A as Zt, eh as kr, ei as Tr, ej as Gn, ek as Ar, E as na, el as Te, em as Er, en as Ka, eo as Un, ep as ze, eq as Dr, er as Or, es as Ir, et as Mr, eu as ha, ev as Rr, ew as Ga, ex as Vs, ey as Lr, ez as Fr, eA as Pr, eB as Ca, eC as Vr, eD as Br, eE as St, b3 as Sn, eF as kn, eG as Bs, eH as zr, bE as zs, eI as jr, eJ as _n, l as La, aC as $r, Z as qr, eK as Kr, eL as Gr, eM as Ur, eN as _r, eO as Jr, ay as Jn, eP as Hn, eQ as Hr, eR as Yr, eS as js, eT as Wr, eU as $s, eV as Qr, eW as Xr, eX as Zr, eY as ei, eZ as ti, e_ as ai, e$ as ni, f0 as si, f1 as li, f2 as ri, f3 as qs, f4 as ii, f5 as oi, f6 as ci, f7 as di, f8 as ui, f9 as mi, fa as hi, fb as Ks, b6 as pi, fc as fi, fd as Yn, fe as Wn, ai as gi, ff as xi, fg as bi, fh as Ni, fi as vi, fj as Gs, fk as yi, c7 as Us, fl as Ee, bK as Ci, ak as wa, fm as wi, c8 as Si, fn as ki, fo as Fa, fp as _s, fq as Pa, fr as Ti, bI as Ai, fs as Qn, ft as Ei, fu as Di, fv as Oi, fw as xa, fx as Tn, fy as Ii, fz as Mi, fA as Sa, fB as Ri, C as Li, fC as Fi, fD as ca, fE as mt, fF as nn, fG as sn, fH as da, fI as Js, fJ as ea, fK as Pi, fL as Ua, fM as _a, fN as Vi, fO as Ja, fP as Bi, fQ as Xn, fR as zi, fS as ji, fT as $i, fU as qi, b8 as Be, fV as Ki, fW as Gi, fX as Ui, fY as _i, fZ as Va, bg as Ba, f_ as Zn, f$ as Hs, cm as Ha, g0 as Ji, g1 as Hi, g2 as Yi, K as Wi } from "./index-CWTYAZIx.js";
2
+ import { aT as me, cw as Sl, I as ht, aJ as ne, aI as M, cx as ta, L as F, cy as H, cz as Y, cA as W, cB as Q, cC as B, cD as fe, B as K, b9 as We, cE as Ta, cF as bs, cG as Ns, cH as vs, cI as ys, cJ as Aa, V as st, X as Ae, cK as cn, be as dn, m as kt, n as Tt, o as At, p as Et, q as jt, aX as Ve, bA as qe, bw as Ke, bx as Ie, by as Me, cL as $n, cM as un, u as ye, G as ba, cN as $t, bj as aa, c as Z, bL as _e, cO as Cs, b2 as ws, cP as kl, cQ as Tl, cR as Al, cS as ra, cT as El, cU as Ss, cV as Dl, bZ as Ol, cW as Il, cX as ks, cY as Ml, cZ as mn, c_ as Rl, c$ as gt, d0 as ct, d1 as hn, aU as Ll, d2 as Fl, d3 as an, d4 as Dt, d5 as Le, d6 as Ot, H as qt, d7 as Pl, d8 as Na, d9 as va, da as ya, db as Ts, ct as Kt, bO as Ea, R as ua, dc as pn, dd as ma, bk as fn, de as As, r as xt, Y as Vl, df as Bl, bS as zl, dg as at, dh as pt, di as jl, dj as ft, e as $l, bP as gn, aG as Es, dk as xn, dl as ql, dm as Ds, dn as Os, dp as Gt, cq as qa, dq as Kl, dr as Gl, ds as Is, dt as Ul, du as _l, dv as Jl, dw as Da, dx as Hl, dy as Yl, dz as qn, dA as Wl, J as Oa, Q as bn, dB as Ql, dC as Nn, b$ as Xl, W as Oe, dD as Zl, dE as er, ce as Ia, cf as Ma, cg as nt, ch as ga, dF as tr, bz as ar, dG as Ms, dH as nr, dI as sr, bH as Ra, bF as $e, P as Je, s as He, dJ as lr, t as Ye, b4 as vn, b5 as yn, b7 as Cn, c1 as Rs, bd as Bt, dK as dt, dL as It, dM as Mt, dN as bt, dO as Ut, dP as rr, ao as ir, dQ as or, bN as zt, dR as cr, dS as Ls, dT as dr, dU as ur, dV as mr, dW as hr, dX as pr, dY as fr, dZ as gr, d_ as Fs, d$ as wn, c0 as ge, e0 as _t, e1 as oa, e2 as xr, e3 as br, e4 as Jt, e5 as xe, e6 as be, e7 as Ne, e8 as Nr, e9 as vr, ea as ut, eb as fa, ec as Kn, ed as yr, cu as Ps, ee as Cr, ef as wr, eg as Sr, v as Ht, w as Yt, x as Wt, y as Qt, z as Xt, A as Zt, eh as kr, ei as Tr, ej as Gn, ek as Ar, E as na, el as Te, em as Er, en as Ka, eo as Un, ep as ze, eq as Dr, er as Or, es as Ir, et as Mr, eu as ha, ev as Rr, ew as Ga, ex as Vs, ey as Lr, ez as Fr, eA as Pr, eB as Ca, eC as Vr, eD as Br, eE as St, b3 as Sn, eF as kn, eG as Bs, eH as zr, bE as zs, eI as jr, eJ as _n, l as La, aC as $r, Z as qr, eK as Kr, eL as Gr, eM as Ur, eN as _r, eO as Jr, ay as Jn, eP as Hn, eQ as Hr, eR as Yr, eS as js, eT as Wr, eU as $s, eV as Qr, eW as Xr, eX as Zr, eY as ei, eZ as ti, e_ as ai, e$ as ni, f0 as si, f1 as li, f2 as ri, f3 as qs, f4 as ii, f5 as oi, f6 as ci, f7 as di, f8 as ui, f9 as mi, fa as hi, fb as Ks, b6 as pi, fc as fi, fd as Yn, fe as Wn, ai as gi, ff as xi, fg as bi, fh as Ni, fi as vi, fj as Gs, fk as yi, c7 as Us, fl as Ee, bK as Ci, ak as wa, fm as wi, c8 as Si, fn as ki, fo as Fa, fp as _s, fq as Pa, fr as Ti, bI as Ai, fs as Qn, ft as Ei, fu as Di, fv as Oi, fw as xa, fx as Tn, fy as Ii, fz as Mi, fA as Sa, fB as Ri, C as Li, fC as Fi, fD as ca, fE as mt, fF as nn, fG as sn, fH as da, fI as Js, fJ as ea, fK as Pi, fL as Ua, fM as _a, fN as Vi, fO as Ja, fP as Bi, fQ as Xn, fR as zi, fS as ji, fT as $i, fU as qi, b8 as Be, fV as Ki, fW as Gi, fX as Ui, fY as _i, fZ as Va, bg as Ba, f_ as Zn, f$ as Hs, cm as Ha, g0 as Ji, g1 as Hi, g2 as Yi, K as Wi } from "./index-CV8oZ_vJ.js";
3
3
  import * as ln from "react";
4
4
  import rn, { useState as q, useRef as Pe, useEffect as ue, useCallback as Fe, useContext as An, useMemo as Ce } from "react";
5
- import { C as Qi, d as En } from "./editor-action-buttons-Dms4qFF0.js";
5
+ import { C as Qi, d as En } from "./editor-action-buttons-DfvYJSFq.js";
6
6
  import { createPortal as Xi } from "react-dom";
7
7
  /**
8
8
  * @license lucide-react v0.453.0 - ISC
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index-DnzN4EJh.js"),L=require("react"),Re=require("./editor-action-buttons-CtZF2jZ1.js"),Zs=require("react-dom");function et(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const a in t)if(a!=="default"){const l=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(n,a,l.get?l:{enumerable:!0,get:()=>t[a]})}}return n.default=t,Object.freeze(n)}const _e=et(L);/**
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),s=require("./index-D0GMAmEI.js"),L=require("react"),Re=require("./editor-action-buttons-B1GCLrBP.js"),Zs=require("react-dom");function et(t){const n=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const a in t)if(a!=="default"){const l=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(n,a,l.get?l:{enumerable:!0,get:()=>t[a]})}}return n.default=t,Object.freeze(n)}const _e=et(L);/**
2
2
  * @license lucide-react v0.453.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -1,4 +1,4 @@
1
- "use strict";const e=require("./index-DnzN4EJh.js"),s=require("react/jsx-runtime"),v=require("./use-visual-utils-CoQ-12pH.js"),f=require("react");/**
1
+ "use strict";const e=require("./index-D0GMAmEI.js"),s=require("react/jsx-runtime"),v=require("./use-visual-utils-7BraV8a7.js"),f=require("react");/**
2
2
  * @license lucide-react v0.453.0 - ISC
3
3
  *
4
4
  * This source code is licensed under the ISC license.
@@ -1,6 +1,6 @@
1
- import { aT as Q, aJ as b, aI as t, B as S, c as g, E as k, u as D, aG as z, H as F, aU as I, aV as E, aW as U, aX as B, X as T, I as h } from "./index-CWTYAZIx.js";
1
+ import { aT as Q, aJ as b, aI as t, B as S, c as g, E as k, u as D, aG as z, H as F, aU as I, aV as E, aW as U, aX as B, X as T, I as h } from "./index-CV8oZ_vJ.js";
2
2
  import { jsxs as u, jsx as y, Fragment as C } from "react/jsx-runtime";
3
- import { u as L, a as N } from "./use-visual-utils-Dq99aM9P.js";
3
+ import { u as L, a as N } from "./use-visual-utils-BcOsVmys.js";
4
4
  import { useState as V } from "react";
5
5
  /**
6
6
  * @license lucide-react v0.453.0 - ISC
@@ -21114,6 +21114,8 @@ function $de(e) {
21114
21114
  queryConfig: x.queryConfig,
21115
21115
  tableConfig: q,
21116
21116
  cardType: x.type,
21117
+ cardTitle: x.title,
21118
+ // only used for logging
21117
21119
  cardConfig: O,
21118
21120
  cardDataSource: L
21119
21121
  // timezone removed - backend uses token's calendarContext which includes tz and weekStart
@@ -115154,10 +115156,10 @@ function sXe() {
115154
115156
  }
115155
115157
  );
115156
115158
  }
115157
- const lXe = r1(() => import("./dashboard-controls-BaIn2nYt.js")), cXe = r1(
115158
- () => import("./edit-dashboard-visual-BILSP_JA.js")
115159
- ), uXe = r1(() => import("./dashboard-json-Wc0g-rU5.js")), dXe = r1(
115160
- () => import("./resource-management-panel-D9YWCtpI.js").then(
115159
+ const lXe = r1(() => import("./dashboard-controls-Cv6CMYVL.js")), cXe = r1(
115160
+ () => import("./edit-dashboard-visual-CVmQyLmp.js")
115161
+ ), uXe = r1(() => import("./dashboard-json-B4g7GOt-.js")), dXe = r1(
115162
+ () => import("./resource-management-panel-Dj6QTyKb.js").then(
115161
115163
  (e) => ({ default: e.ResourceManagementPanel })
115162
115164
  )
115163
115165
  );