@plumile/ui 0.1.168 → 0.1.170
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/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +0 -1
- package/lib/esm/atomic/atoms/badge/badge.css.js +1 -0
- package/lib/esm/atomic/molecules/markdown/components/MarkdownArticleContainer.css.js +0 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownTable.css.js +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardBreakdownList.js +21 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardBreakdownList.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.js +43 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardEntitySpotlight.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.js +34 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardHealthMatrix.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.js +30 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardItemList.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.js +16 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardLinkedSurface.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.css.js +20 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.js +18 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardProgressBar.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardRiskQueue.js +18 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardRiskQueue.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.js +36 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardSlaGauge.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTimelineChart.js +12 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTimelineChart.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.css.js +20 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.js +11 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardToneBadge.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.js +58 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardTrendMetric.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.js +25 -0
- package/lib/esm/components/dashboard/dashboard_operational/DashboardWindowControl.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_operational/types.js +0 -0
- package/lib/esm/index.js +192 -184
- package/lib/esm/style.css +1 -1
- package/lib/types/components/dashboard/dashboard_operational/DashboardBreakdownList.d.ts +17 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardBreakdownList.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.d.ts +8 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardEntitySpotlight.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardEntitySpotlight.d.ts +17 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardEntitySpotlight.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.d.ts +7 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardHealthMatrix.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardHealthMatrix.d.ts +21 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardHealthMatrix.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardItemList.css.d.ts +8 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardItemList.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardItemList.d.ts +16 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardItemList.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.d.ts +3 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardLinkedSurface.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardLinkedSurface.d.ts +8 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardLinkedSurface.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardProgressBar.css.d.ts +21 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardProgressBar.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardProgressBar.d.ts +10 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardProgressBar.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardRiskQueue.d.ts +17 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardRiskQueue.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardSlaGauge.css.d.ts +7 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardSlaGauge.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardSlaGauge.d.ts +14 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardSlaGauge.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTimelineChart.d.ts +11 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTimelineChart.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardToneBadge.css.d.ts +30 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardToneBadge.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardToneBadge.d.ts +9 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardToneBadge.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTrendMetric.css.d.ts +8 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTrendMetric.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTrendMetric.d.ts +21 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardTrendMetric.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardWindowControl.css.d.ts +4 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardWindowControl.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardWindowControl.d.ts +13 -0
- package/lib/types/components/dashboard/dashboard_operational/DashboardWindowControl.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_operational/types.d.ts +11 -0
- package/lib/types/components/dashboard/dashboard_operational/types.d.ts.map +1 -0
- package/lib/types/index.d.ts +9 -0
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
+
import { button as t, buttonActive as n, group as r } from "./DashboardWindowControl.css.js";
|
|
3
|
+
import { jsx as i } from "react/jsx-runtime";
|
|
4
|
+
//#region src/components/dashboard/dashboard_operational/DashboardWindowControl.tsx
|
|
5
|
+
var a = ({ activePresetId: a, onChange: o, presets: s }) => /* @__PURE__ */ i("div", {
|
|
6
|
+
className: r,
|
|
7
|
+
role: "radiogroup",
|
|
8
|
+
children: s.map((r) => {
|
|
9
|
+
let s = r.id === a, c = t;
|
|
10
|
+
return s && (c = e(t, n)), /* @__PURE__ */ i("button", {
|
|
11
|
+
type: "button",
|
|
12
|
+
className: c,
|
|
13
|
+
"aria-checked": s,
|
|
14
|
+
role: "radio",
|
|
15
|
+
onClick: () => {
|
|
16
|
+
o(r.id);
|
|
17
|
+
},
|
|
18
|
+
children: r.label
|
|
19
|
+
}, r.id);
|
|
20
|
+
})
|
|
21
|
+
});
|
|
22
|
+
//#endregion
|
|
23
|
+
export { a as DashboardWindowControl, a as default };
|
|
24
|
+
|
|
25
|
+
//# sourceMappingURL=DashboardWindowControl.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DashboardWindowControl.js","names":[],"sources":["../../../../../src/components/dashboard/dashboard_operational/DashboardWindowControl.tsx"],"sourcesContent":["import type { JSX, ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './DashboardWindowControl.css.js';\n\nexport type DashboardWindowControlPreset = {\n id: string;\n label: ReactNode;\n};\n\nexport type DashboardWindowControlProps = {\n presets: readonly DashboardWindowControlPreset[];\n activePresetId: string;\n onChange: (presetId: string) => void;\n};\n\nexport const DashboardWindowControl = ({\n activePresetId,\n onChange,\n presets,\n}: DashboardWindowControlProps): JSX.Element => {\n return (\n <div className={styles.group} role=\"radiogroup\">\n {presets.map((preset) => {\n const active = preset.id === activePresetId;\n let className = styles.button;\n if (active) {\n className = cx(styles.button, styles.buttonActive);\n }\n\n return (\n <button\n key={preset.id}\n type=\"button\"\n className={className}\n aria-checked={active}\n role=\"radio\"\n onClick={() => {\n onChange(preset.id);\n }}\n >\n {preset.label}\n </button>\n );\n })}\n </div>\n );\n};\n\nexport default DashboardWindowControl;\n"],"mappings":";;;;AAgBA,IAAa,KAA0B,EACrC,mBACA,aACA,iBAGE,kBAAC,OAAD;CAAK,WAAW;CAAc,MAAK;WAChC,EAAQ,KAAK,MAAW;EACvB,IAAM,IAAS,EAAO,OAAO,GACzB,IAAY;EAKhB,OAJI,MACF,IAAY,EAAG,GAAe,CAAmB,IAIjD,kBAAC,UAAD;GAEE,MAAK;GACM;GACX,gBAAc;GACd,MAAK;GACL,eAAe;IACb,EAAS,EAAO,EAAE;GACpB;aAEC,EAAO;EACF,GAVD,EAAO,EAUN;CAEZ,CAAC;AACE,CAAA"}
|
|
File without changes
|
package/lib/esm/index.js
CHANGED
|
@@ -85,140 +85,148 @@ import { InfoTile as jn } from "./components/tile/InfoTile.js";
|
|
|
85
85
|
import { DashboardPanel as Mn } from "./components/dashboard/dashboard_panel/DashboardPanel.js";
|
|
86
86
|
import { DashboardQuickActions as Nn } from "./components/dashboard/dashboard_quick_actions/DashboardQuickActions.js";
|
|
87
87
|
import { DashboardStatusList as Pn } from "./components/dashboard/dashboard_status_list/DashboardStatusList.js";
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
88
|
+
import { DashboardBreakdownList as Fn } from "./components/dashboard/dashboard_operational/DashboardBreakdownList.js";
|
|
89
|
+
import { DashboardEntitySpotlight as In } from "./components/dashboard/dashboard_operational/DashboardEntitySpotlight.js";
|
|
90
|
+
import { DashboardHealthMatrix as Ln } from "./components/dashboard/dashboard_operational/DashboardHealthMatrix.js";
|
|
91
|
+
import { DashboardRiskQueue as Rn } from "./components/dashboard/dashboard_operational/DashboardRiskQueue.js";
|
|
92
|
+
import { DashboardSlaGauge as zn } from "./components/dashboard/dashboard_operational/DashboardSlaGauge.js";
|
|
93
|
+
import { DashboardTimelineChart as Bn } from "./components/dashboard/dashboard_operational/DashboardTimelineChart.js";
|
|
94
|
+
import { DashboardTrendMetric as Vn } from "./components/dashboard/dashboard_operational/DashboardTrendMetric.js";
|
|
95
|
+
import { DashboardWindowControl as Hn } from "./components/dashboard/dashboard_operational/DashboardWindowControl.js";
|
|
96
|
+
import { MetadataStrip as Un } from "./components/dashboard/metadata_strip/MetadataStrip.js";
|
|
97
|
+
import { PageHero as Wn } from "./components/dashboard/page_hero/PageHero.js";
|
|
98
|
+
import { ResizableSplitView as Gn } from "./components/layout/ResizableSplitView.js";
|
|
99
|
+
import { PageShell as Kn } from "./components/layout/PageShell.js";
|
|
100
|
+
import { PageShellRuntimeProvider as qn, usePageShellContentClassName as Jn, usePageShellRuntime as Yn, usePageShellSidePanel as Xn } from "./components/layout/PageShellRuntime.js";
|
|
101
|
+
import { SelectableCard as Zn } from "./components/dashboard/selectable_card/SelectableCard.js";
|
|
102
|
+
import { ChevronLeftSvg as Qn } from "./icons/ChevronLeftSvg.js";
|
|
103
|
+
import { ShortcutHint as $n } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
|
|
104
|
+
import { SidebarCollapseToggle as er } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
|
|
105
|
+
import { SidebarNavItem as tr } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
|
|
106
|
+
import { SidebarNavSection as nr } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
|
|
107
|
+
import { SidebarNavigation as rr } from "./components/navigation/sidebar/SidebarNavigation.js";
|
|
100
108
|
import "./components/navigation/sidebar/SidebarNavigationItem.js";
|
|
101
109
|
import "./components/navigation/sidebar/SidebarNavigationSection.js";
|
|
102
|
-
import { ProfileDropdownLogoutSvg as
|
|
103
|
-
import { BackofficeSidebarProfileMenu as
|
|
110
|
+
import { ProfileDropdownLogoutSvg as ir } from "./icons/ProfileDropdownLogoutSvg.js";
|
|
111
|
+
import { BackofficeSidebarProfileMenu as ar } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
|
|
104
112
|
import "./components/navigation/sidebar/SidebarProfileMenu.js";
|
|
105
|
-
import { SettingsLayout as
|
|
106
|
-
import { BackofficeKeyValueList as
|
|
107
|
-
import { StatusSummaryPanel as
|
|
108
|
-
import { TimelineEventRow as
|
|
109
|
-
import { Toolbar as
|
|
110
|
-
import { sanitizeAgentAnswer as
|
|
111
|
-
import { AgentMarkdownCard as
|
|
112
|
-
import { SimpleSelect as
|
|
113
|
-
import { RefetchNeededBanner as
|
|
114
|
-
import { ImagePreviewModal as
|
|
115
|
-
import { VirtualizedConnectionTable as
|
|
116
|
-
import { BackofficeIdBadge as
|
|
117
|
-
import { EnvironmentBadge as
|
|
118
|
-
import { Skeleton as
|
|
119
|
-
import { Spinner as
|
|
120
|
-
import { Tag as
|
|
121
|
-
import { BackofficeEmptyState as
|
|
122
|
-
import { BackofficeDetailField as
|
|
123
|
-
import { BackofficeDetailSection as
|
|
124
|
-
import { BackofficeReferenceValue as
|
|
125
|
-
import { BackofficeAuditMetadataPanel as
|
|
126
|
-
import { BackofficeFilterDrawer as
|
|
127
|
-
import { BackofficeFilterField as
|
|
128
|
-
import { BackofficeFormSection as
|
|
129
|
-
import { BackofficePickerList as
|
|
130
|
-
import { BackofficeDetailFlagTag as
|
|
131
|
-
import { BackofficeDetailTaggedValue as
|
|
132
|
-
import { BackofficeEnumLabel as
|
|
133
|
-
import { ConfirmDialog as
|
|
134
|
-
import { BackofficeJsonViewer as
|
|
135
|
-
import { LazyBackofficeJsonViewer as
|
|
136
|
-
import { BackofficePayloadViewer as
|
|
137
|
-
import { BackofficePayloadSection as
|
|
138
|
-
import { BackofficeKeyValueSection as
|
|
139
|
-
import { BackofficeToolCallFrame as
|
|
140
|
-
import { compactBackofficeValueLine as
|
|
141
|
-
import { BackofficeListFooter as
|
|
142
|
-
import { GlobeSvg as
|
|
143
|
-
import { ProjectsFolderSvg as
|
|
144
|
-
import { SidebarInitiativesSvg as
|
|
145
|
-
import { SidebarPlusSvg as
|
|
146
|
-
import { SidebarSearchSvg as
|
|
147
|
-
import { SidebarSettingsSvg as
|
|
148
|
-
import { SidebarTasksSvg as
|
|
149
|
-
import { SidebarTeamSvg as
|
|
150
|
-
import { BackofficeRelationsMenu as
|
|
151
|
-
import { BackofficeScopeStack as
|
|
152
|
-
import { BackofficeStatusMetaBadge as
|
|
153
|
-
import { BackofficeStatusGroup as
|
|
154
|
-
import { BackofficeStickyDisclosure as
|
|
155
|
-
import { BackofficeTableSkeleton as
|
|
156
|
-
import { BackofficeToolbar as
|
|
157
|
-
import { BulkActionsBar as
|
|
158
|
-
import { FilterChipRow as
|
|
159
|
-
import { GlobalSearchInput as
|
|
160
|
-
import { AuditTimeline as
|
|
161
|
-
import { BackofficeDataTable as
|
|
162
|
-
import { EntityHeader as
|
|
163
|
-
import { DetailPageTemplate as
|
|
164
|
-
import { ListPageTemplate as
|
|
165
|
-
import { AdminTopbar as
|
|
166
|
-
import { AdminShellLayout as
|
|
167
|
-
import { adminControlHeightVar as
|
|
168
|
-
import { BACKOFFICE_THEME_MODE_KEY as
|
|
169
|
-
import { FALLBACK_REFERENCE as
|
|
170
|
-
import { denseTableClass as
|
|
171
|
-
import { MoneyAmount as
|
|
172
|
-
import { normalizeProgress as
|
|
173
|
-
import { aggregateMappedValuesByDayAndCategory as
|
|
174
|
-
import { readPersistentBooleanState as
|
|
175
|
-
import { useStickToBottom as
|
|
176
|
-
import { useSubmitOnEnter as
|
|
177
|
-
import { WrapperPage as
|
|
178
|
-
import { BanSvg as
|
|
179
|
-
import { ChatSizeLargeSvg as
|
|
180
|
-
import { ChatSizeMediumSvg as
|
|
181
|
-
import { ChatSizeSmallSvg as
|
|
182
|
-
import { ChatCheckSvg as
|
|
183
|
-
import { ChatXSvg as
|
|
184
|
-
import { CheckSvg as
|
|
185
|
-
import { CoinOffSvg as
|
|
186
|
-
import { ClockSvg as
|
|
187
|
-
import { DatabaseCheckSvg as
|
|
188
|
-
import { DatabaseXSvg as
|
|
189
|
-
import { DevModeSvg as
|
|
190
|
-
import { EyeSvg as
|
|
191
|
-
import { GripDotsSvg as
|
|
192
|
-
import { HomeActivityAssignUserSvg as
|
|
193
|
-
import { HomeStatsCheckBadgeSvg as
|
|
194
|
-
import { HomeStatsClipboardSvg as
|
|
195
|
-
import { HomeStatsClockSvg as
|
|
196
|
-
import { KeyOffSvg as
|
|
197
|
-
import { KeySvg as
|
|
198
|
-
import { LinkCheckSvg as
|
|
199
|
-
import { LinkXSvg as
|
|
200
|
-
import { BackofficeSidebarActivitySvg as
|
|
201
|
-
import { BackofficeSidebarArchiveSvg as
|
|
202
|
-
import { BackofficeSidebarBadgeCheckSvg as
|
|
203
|
-
import { BackofficeSidebarBotSvg as
|
|
113
|
+
import { SettingsLayout as or } from "./components/layout/SettingsLayout.js";
|
|
114
|
+
import { BackofficeKeyValueList as sr } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
|
|
115
|
+
import { StatusSummaryPanel as cr } from "./components/dashboard/status_summary_panel/StatusSummaryPanel.js";
|
|
116
|
+
import { TimelineEventRow as lr } from "./components/dashboard/timeline_event_row/TimelineEventRow.js";
|
|
117
|
+
import { Toolbar as ur, ToolbarGroup as dr, ToolbarSeparator as fr, ToolbarSpacer as pr } from "./components/layout/toolbar/Toolbar.js";
|
|
118
|
+
import { sanitizeAgentAnswer as mr, sanitizeAgentMarkdown as hr } from "./shared/agentText.js";
|
|
119
|
+
import { AgentMarkdownCard as gr } from "./components/agent/AgentMarkdownCard.js";
|
|
120
|
+
import { SimpleSelect as _r } from "./components/select/SimpleSelect.js";
|
|
121
|
+
import { RefetchNeededBanner as vr } from "./components/subscriptions/RefetchNeededBanner.js";
|
|
122
|
+
import { ImagePreviewModal as yr } from "./components/media/ImagePreviewModal.js";
|
|
123
|
+
import { VirtualizedConnectionTable as br } from "./components/data-table/VirtualizedConnectionTable.js";
|
|
124
|
+
import { BackofficeIdBadge as xr } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
|
|
125
|
+
import { EnvironmentBadge as Sr } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
|
|
126
|
+
import { Skeleton as Cr } from "./backoffice/atoms/skeleton/Skeleton.js";
|
|
127
|
+
import { Spinner as wr } from "./backoffice/atoms/spinner/Spinner.js";
|
|
128
|
+
import { Tag as Tr } from "./backoffice/atoms/tag/Tag.js";
|
|
129
|
+
import { BackofficeEmptyState as Er } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
|
|
130
|
+
import { BackofficeDetailField as Dr } from "./backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js";
|
|
131
|
+
import { BackofficeDetailSection as Or } from "./backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js";
|
|
132
|
+
import { BackofficeReferenceValue as kr } from "./backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js";
|
|
133
|
+
import { BackofficeAuditMetadataPanel as Ar } from "./backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js";
|
|
134
|
+
import { BackofficeFilterDrawer as jr } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
|
|
135
|
+
import { BackofficeFilterField as Mr } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
|
|
136
|
+
import { BackofficeFormSection as Nr } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
|
|
137
|
+
import { BackofficePickerList as Pr, BackofficePickerRow as Fr, BackofficePickerShell as Ir } from "./backoffice/molecules/backoffice_picker/BackofficePicker.js";
|
|
138
|
+
import { BackofficeDetailFlagTag as Lr } from "./backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js";
|
|
139
|
+
import { BackofficeDetailTaggedValue as Rr } from "./backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js";
|
|
140
|
+
import { BackofficeEnumLabel as zr } from "./backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js";
|
|
141
|
+
import { ConfirmDialog as Br } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
|
|
142
|
+
import { BackofficeJsonViewer as Vr } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
|
|
143
|
+
import { LazyBackofficeJsonViewer as Hr } from "./backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js";
|
|
144
|
+
import { BackofficePayloadViewer as Ur } from "./backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js";
|
|
145
|
+
import { BackofficePayloadSection as Wr } from "./backoffice/molecules/backoffice_payload_section/BackofficePayloadSection.js";
|
|
146
|
+
import { BackofficeKeyValueSection as Gr } from "./backoffice/molecules/backoffice_key_value_section/BackofficeKeyValueSection.js";
|
|
147
|
+
import { BackofficeToolCallFrame as Kr } from "./backoffice/molecules/backoffice_tool_call_frame/BackofficeToolCallFrame.js";
|
|
148
|
+
import { compactBackofficeValueLine as qr, createBackofficeKeyValueItem as Jr, formatBackofficeBoolean as Yr, formatBackofficeNullableBoolean as Xr, formatOptionalBackofficeValue as Zr, mapBackofficeTextItems as Qr } from "./backoffice/molecules/backoffice_tool_call_frame/format.js";
|
|
149
|
+
import { BackofficeListFooter as $r } from "./backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js";
|
|
150
|
+
import { GlobeSvg as ei } from "./icons/GlobeSvg.js";
|
|
151
|
+
import { ProjectsFolderSvg as ti } from "./icons/ProjectsFolderSvg.js";
|
|
152
|
+
import { SidebarInitiativesSvg as ni } from "./icons/SidebarInitiativesSvg.js";
|
|
153
|
+
import { SidebarPlusSvg as ri } from "./icons/SidebarPlusSvg.js";
|
|
154
|
+
import { SidebarSearchSvg as ii } from "./icons/SidebarSearchSvg.js";
|
|
155
|
+
import { SidebarSettingsSvg as ai } from "./icons/SidebarSettingsSvg.js";
|
|
156
|
+
import { SidebarTasksSvg as oi } from "./icons/SidebarTasksSvg.js";
|
|
157
|
+
import { SidebarTeamSvg as si } from "./icons/SidebarTeamSvg.js";
|
|
158
|
+
import { BackofficeRelationsMenu as ci } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
|
|
159
|
+
import { BackofficeScopeStack as li } from "./backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js";
|
|
160
|
+
import { BackofficeStatusMetaBadge as ui } from "./backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js";
|
|
161
|
+
import { BackofficeStatusGroup as di } from "./backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js";
|
|
162
|
+
import { BackofficeStickyDisclosure as fi } from "./backoffice/molecules/backoffice_sticky_disclosure/BackofficeStickyDisclosure.js";
|
|
163
|
+
import { BackofficeTableSkeleton as pi } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
|
|
164
|
+
import { BackofficeToolbar as mi } from "./backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js";
|
|
165
|
+
import { BulkActionsBar as hi } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
|
|
166
|
+
import { FilterChipRow as a } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
|
|
167
|
+
import { GlobalSearchInput as gi } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
|
|
168
|
+
import { AuditTimeline as _i } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
|
|
169
|
+
import { BackofficeDataTable as vi } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
|
|
170
|
+
import { EntityHeader as yi } from "./backoffice/organisms/entity_header/EntityHeader.js";
|
|
171
|
+
import { DetailPageTemplate as bi, DetailPageTemplateContent as xi } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
|
|
172
|
+
import { ListPageTemplate as Si } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
|
|
173
|
+
import { AdminTopbar as Ci } from "./admin/organisms/admin_topbar/AdminTopbar.js";
|
|
174
|
+
import { AdminShellLayout as wi } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
|
|
175
|
+
import { adminControlHeightVar as Ti, adminDensityComfortableClass as Ei, adminDensityCompactClass as Di, adminDensityDefaultClass as Oi, adminPanelPaddingVar as ki, adminTableCellPaddingXVar as Ai, adminTableCellPaddingYVar as ji, adminTableFontSizeVar as Mi, adminTableRowMinHeightVar as Ni, adminToolbarGapVar as Pi } from "./admin/theme/adminDensity.css.js";
|
|
176
|
+
import { BACKOFFICE_THEME_MODE_KEY as Fi, BackofficeThemeProvider as Ii, __backofficeThemeTest as Li } from "./admin/theme/BackofficeThemeProvider.js";
|
|
177
|
+
import { FALLBACK_REFERENCE as Ri, formatNullableCurrency as zi, formatNullableNumber as Bi, formatNullableString as Vi, formatStringList as Hi } from "./shared/agentJobRequestFormatting.js";
|
|
178
|
+
import { denseTableClass as Ui } from "./shared/backofficeTableDensity.css.js";
|
|
179
|
+
import { MoneyAmount as Wi, formatCurrencyAmount as Gi, formatCurrencyAmountTitle as Ki } from "./shared/currencyAmount.js";
|
|
180
|
+
import { normalizeProgress as qi } from "./shared/progress.js";
|
|
181
|
+
import { aggregateMappedValuesByDayAndCategory as Ji, aggregateValuesByDayAndCategory as Yi, buildUtcDayRange as Xi, mapTimeSeriesBuckets as Zi, toMappedUtcDailyCategorySeries as Qi, toUtcDailyCategorySeries as $i, toUtcDayKey as ea } from "./shared/timeSeries.js";
|
|
182
|
+
import { readPersistentBooleanState as ta, usePersistentBooleanState as na } from "./hooks/usePersistentBooleanState.js";
|
|
183
|
+
import { useStickToBottom as ra } from "./hooks/useStickToBottom.js";
|
|
184
|
+
import { useSubmitOnEnter as ia } from "./hooks/useSubmitOnEnter.js";
|
|
185
|
+
import { WrapperPage as aa } from "./pages/WrapperPage.js";
|
|
186
|
+
import { BanSvg as oa } from "./icons/BanSvg.js";
|
|
187
|
+
import { ChatSizeLargeSvg as sa } from "./icons/ChatSizeLargeSvg.js";
|
|
188
|
+
import { ChatSizeMediumSvg as ca } from "./icons/ChatSizeMediumSvg.js";
|
|
189
|
+
import { ChatSizeSmallSvg as la } from "./icons/ChatSizeSmallSvg.js";
|
|
190
|
+
import { ChatCheckSvg as ua } from "./icons/ChatCheckSvg.js";
|
|
191
|
+
import { ChatXSvg as da } from "./icons/ChatXSvg.js";
|
|
192
|
+
import { CheckSvg as fa } from "./icons/CheckSvg.js";
|
|
193
|
+
import { CoinOffSvg as pa } from "./icons/CoinOffSvg.js";
|
|
194
|
+
import { ClockSvg as ma } from "./icons/ClockSvg.js";
|
|
195
|
+
import { DatabaseCheckSvg as ha } from "./icons/DatabaseCheckSvg.js";
|
|
196
|
+
import { DatabaseXSvg as ga } from "./icons/DatabaseXSvg.js";
|
|
197
|
+
import { DevModeSvg as _a } from "./icons/DevModeSvg.js";
|
|
198
|
+
import { EyeSvg as va } from "./icons/EyeSvg.js";
|
|
199
|
+
import { GripDotsSvg as ya } from "./icons/GripDotsSvg.js";
|
|
200
|
+
import { HomeActivityAssignUserSvg as ba } from "./icons/HomeActivityAssignUserSvg.js";
|
|
201
|
+
import { HomeStatsCheckBadgeSvg as xa } from "./icons/HomeStatsCheckBadgeSvg.js";
|
|
202
|
+
import { HomeStatsClipboardSvg as Sa } from "./icons/HomeStatsClipboardSvg.js";
|
|
203
|
+
import { HomeStatsClockSvg as Ca } from "./icons/HomeStatsClockSvg.js";
|
|
204
|
+
import { KeyOffSvg as wa } from "./icons/KeyOffSvg.js";
|
|
205
|
+
import { KeySvg as Ta } from "./icons/KeySvg.js";
|
|
206
|
+
import { LinkCheckSvg as Ea } from "./icons/LinkCheckSvg.js";
|
|
207
|
+
import { LinkXSvg as Da } from "./icons/LinkXSvg.js";
|
|
208
|
+
import { BackofficeSidebarActivitySvg as Oa } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
|
|
209
|
+
import { BackofficeSidebarArchiveSvg as ka } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
|
|
210
|
+
import { BackofficeSidebarBadgeCheckSvg as Aa } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
|
|
211
|
+
import { BackofficeSidebarBotSvg as ja } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
|
|
204
212
|
import { BackofficeSidebarBracesSvg as o } from "./icons/backoffice/BackofficeSidebarBracesSvg.js";
|
|
205
|
-
import { BackofficeSidebarBrainCircuitSvg as
|
|
206
|
-
import { BackofficeSidebarBriefcaseSvg as
|
|
207
|
-
import { BackofficeSidebarBuildingSvg as
|
|
208
|
-
import { BackofficeSidebarCableSvg as
|
|
209
|
-
import { BackofficeSidebarCalendarSvg as
|
|
213
|
+
import { BackofficeSidebarBrainCircuitSvg as Ma } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
|
|
214
|
+
import { BackofficeSidebarBriefcaseSvg as Na } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
|
|
215
|
+
import { BackofficeSidebarBuildingSvg as Pa } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
|
|
216
|
+
import { BackofficeSidebarCableSvg as Fa } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
|
|
217
|
+
import { BackofficeSidebarCalendarSvg as Ia } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
|
|
210
218
|
import { BackofficeSidebarChartBarSvg as s } from "./icons/backoffice/BackofficeSidebarChartBarSvg.js";
|
|
211
|
-
import { BackofficeSidebarChartLineSvg as
|
|
212
|
-
import { BackofficeSidebarChartPieSvg as
|
|
219
|
+
import { BackofficeSidebarChartLineSvg as La } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
|
|
220
|
+
import { BackofficeSidebarChartPieSvg as Ra } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
|
|
213
221
|
import { BackofficeSidebarClipboardCheckSvg as c } from "./icons/backoffice/BackofficeSidebarClipboardCheckSvg.js";
|
|
214
|
-
import { BackofficeSidebarClipboardListSvg as
|
|
222
|
+
import { BackofficeSidebarClipboardListSvg as za } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
|
|
215
223
|
import { BackofficeSidebarClockSvg as l } from "./icons/backoffice/BackofficeSidebarClockSvg.js";
|
|
216
224
|
import { BackofficeSidebarCodeSvg as u } from "./icons/backoffice/BackofficeSidebarCodeSvg.js";
|
|
217
225
|
import { BackofficeSidebarCopyCheckSvg as d } from "./icons/backoffice/BackofficeSidebarCopyCheckSvg.js";
|
|
218
226
|
import { BackofficeSidebarCopySvg as f } from "./icons/backoffice/BackofficeSidebarCopySvg.js";
|
|
219
227
|
import { BackofficeSidebarCopyXSvg as p } from "./icons/backoffice/BackofficeSidebarCopyXSvg.js";
|
|
220
228
|
import { BackofficeSidebarCrosshairSvg as m } from "./icons/backoffice/BackofficeSidebarCrosshairSvg.js";
|
|
221
|
-
import { BackofficeSidebarDatabaseSvg as
|
|
229
|
+
import { BackofficeSidebarDatabaseSvg as Ba } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
|
|
222
230
|
import { BackofficeSidebarDiffSvg as h } from "./icons/backoffice/BackofficeSidebarDiffSvg.js";
|
|
223
231
|
import { BackofficeSidebarFileCodeSvg as g } from "./icons/backoffice/BackofficeSidebarFileCodeSvg.js";
|
|
224
232
|
import { BackofficeSidebarFileCogSvg as _ } from "./icons/backoffice/BackofficeSidebarFileCogSvg.js";
|
|
@@ -231,64 +239,64 @@ import { BackofficeSidebarFlameSvg as C } from "./icons/backoffice/BackofficeSid
|
|
|
231
239
|
import { BackofficeSidebarFolderGitSvg as w } from "./icons/backoffice/BackofficeSidebarFolderGitSvg.js";
|
|
232
240
|
import { BackofficeSidebarFolderKanbanSvg as T } from "./icons/backoffice/BackofficeSidebarFolderKanbanSvg.js";
|
|
233
241
|
import { BackofficeSidebarFolderTreeSvg as E } from "./icons/backoffice/BackofficeSidebarFolderTreeSvg.js";
|
|
234
|
-
import { BackofficeSidebarGaugeSvg as
|
|
235
|
-
import { BackofficeSidebarGitBranchPlusSvg as
|
|
236
|
-
import { BackofficeSidebarGitBranchSvg as
|
|
242
|
+
import { BackofficeSidebarGaugeSvg as Va } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
|
|
243
|
+
import { BackofficeSidebarGitBranchPlusSvg as Ha } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
|
|
244
|
+
import { BackofficeSidebarGitBranchSvg as Ua } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
|
|
237
245
|
import { BackofficeSidebarGitCommitSvg as D } from "./icons/backoffice/BackofficeSidebarGitCommitSvg.js";
|
|
238
|
-
import { BackofficeSidebarGitCompareSvg as
|
|
246
|
+
import { BackofficeSidebarGitCompareSvg as Wa } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
|
|
239
247
|
import { BackofficeSidebarGitForkSvg as O } from "./icons/backoffice/BackofficeSidebarGitForkSvg.js";
|
|
240
|
-
import { BackofficeSidebarGitMergeSvg as
|
|
241
|
-
import { BackofficeSidebarGitPullRequestSvg as
|
|
248
|
+
import { BackofficeSidebarGitMergeSvg as Ga } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
|
|
249
|
+
import { BackofficeSidebarGitPullRequestSvg as Ka } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
|
|
242
250
|
import { BackofficeSidebarGlobeSvg as k } from "./icons/backoffice/BackofficeSidebarGlobeSvg.js";
|
|
243
251
|
import { BackofficeSidebarHistorySvg as A } from "./icons/backoffice/BackofficeSidebarHistorySvg.js";
|
|
244
252
|
import { BackofficeSidebarInfoSvg as j } from "./icons/backoffice/BackofficeSidebarInfoSvg.js";
|
|
245
|
-
import { BackofficeSidebarKeySquareSvg as
|
|
246
|
-
import { BackofficeSidebarKeySvg as
|
|
247
|
-
import { BackofficeSidebarLandmarkSvg as
|
|
248
|
-
import { BackofficeSidebarLayoutDashboardSvg as
|
|
253
|
+
import { BackofficeSidebarKeySquareSvg as qa } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
|
|
254
|
+
import { BackofficeSidebarKeySvg as Ja } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
|
|
255
|
+
import { BackofficeSidebarLandmarkSvg as Ya } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
|
|
256
|
+
import { BackofficeSidebarLayoutDashboardSvg as Xa } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
|
|
249
257
|
import { BackofficeSidebarLinkSvg as M } from "./icons/backoffice/BackofficeSidebarLinkSvg.js";
|
|
250
258
|
import { BackofficeSidebarListChecksSvg as N } from "./icons/backoffice/BackofficeSidebarListChecksSvg.js";
|
|
251
259
|
import { BackofficeSidebarListTodoSvg as P } from "./icons/backoffice/BackofficeSidebarListTodoSvg.js";
|
|
252
|
-
import { BackofficeSidebarListTreeSvg as
|
|
260
|
+
import { BackofficeSidebarListTreeSvg as Za } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
|
|
253
261
|
import { BackofficeSidebarLocateSvg as F } from "./icons/backoffice/BackofficeSidebarLocateSvg.js";
|
|
254
|
-
import { BackofficeSidebarLockKeyholeSvg as
|
|
255
|
-
import { BackofficeSidebarLockSvg as
|
|
256
|
-
import { BackofficeSidebarMailPlusSvg as
|
|
257
|
-
import { BackofficeSidebarMapPinSvg as
|
|
262
|
+
import { BackofficeSidebarLockKeyholeSvg as Qa } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
|
|
263
|
+
import { BackofficeSidebarLockSvg as $a } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
|
|
264
|
+
import { BackofficeSidebarMailPlusSvg as eo } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
|
|
265
|
+
import { BackofficeSidebarMapPinSvg as to } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
|
|
258
266
|
import { BackofficeSidebarMapSvg as I } from "./icons/backoffice/BackofficeSidebarMapSvg.js";
|
|
259
|
-
import { BackofficeSidebarMessagePlusSvg as
|
|
260
|
-
import { BackofficeSidebarMessageTextSvg as
|
|
261
|
-
import { BackofficeSidebarMessagesSvg as
|
|
267
|
+
import { BackofficeSidebarMessagePlusSvg as no } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
|
|
268
|
+
import { BackofficeSidebarMessageTextSvg as ro } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
|
|
269
|
+
import { BackofficeSidebarMessagesSvg as io } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
|
|
262
270
|
import { BackofficeSidebarMonitorCheckSvg as L } from "./icons/backoffice/BackofficeSidebarMonitorCheckSvg.js";
|
|
263
271
|
import { BackofficeSidebarMouseClickSvg as R } from "./icons/backoffice/BackofficeSidebarMouseClickSvg.js";
|
|
264
272
|
import { BackofficeSidebarNetworkSvg as z } from "./icons/backoffice/BackofficeSidebarNetworkSvg.js";
|
|
265
273
|
import { BackofficeSidebarPanelsSvg as B } from "./icons/backoffice/BackofficeSidebarPanelsSvg.js";
|
|
266
274
|
import { BackofficeSidebarPenToolSvg as V } from "./icons/backoffice/BackofficeSidebarPenToolSvg.js";
|
|
267
|
-
import { BackofficeSidebarPinSvg as
|
|
268
|
-
import { BackofficeSidebarPlayCircleSvg as
|
|
275
|
+
import { BackofficeSidebarPinSvg as ao } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
|
|
276
|
+
import { BackofficeSidebarPlayCircleSvg as oo } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
|
|
269
277
|
import { BackofficeSidebarRadarSvg as H } from "./icons/backoffice/BackofficeSidebarRadarSvg.js";
|
|
270
|
-
import { BackofficeSidebarReceiptSvg as
|
|
271
|
-
import { BackofficeSidebarRocketSvg as
|
|
278
|
+
import { BackofficeSidebarReceiptSvg as so } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
|
|
279
|
+
import { BackofficeSidebarRocketSvg as co } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
|
|
272
280
|
import { BackofficeSidebarRouteSvg as U } from "./icons/backoffice/BackofficeSidebarRouteSvg.js";
|
|
273
281
|
import { BackofficeSidebarScrollTextSvg as W } from "./icons/backoffice/BackofficeSidebarScrollTextSvg.js";
|
|
274
282
|
import { BackofficeSidebarSearchCodeSvg as G } from "./icons/backoffice/BackofficeSidebarSearchCodeSvg.js";
|
|
275
283
|
import { BackofficeSidebarSearchSvg as K } from "./icons/backoffice/BackofficeSidebarSearchSvg.js";
|
|
276
|
-
import { BackofficeSidebarSendSvg as
|
|
277
|
-
import { BackofficeSidebarShieldAlertSvg as
|
|
278
|
-
import { BackofficeSidebarShieldCheckSvg as
|
|
279
|
-
import { BackofficeSidebarShieldUserSvg as
|
|
280
|
-
import { BackofficeSidebarStepForwardSvg as
|
|
284
|
+
import { BackofficeSidebarSendSvg as lo } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
|
|
285
|
+
import { BackofficeSidebarShieldAlertSvg as uo } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
|
|
286
|
+
import { BackofficeSidebarShieldCheckSvg as fo } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
|
|
287
|
+
import { BackofficeSidebarShieldUserSvg as po } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
|
|
288
|
+
import { BackofficeSidebarStepForwardSvg as mo } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
|
|
281
289
|
import { BackofficeSidebarStethoscopeSvg as q } from "./icons/backoffice/BackofficeSidebarStethoscopeSvg.js";
|
|
282
290
|
import { BackofficeSidebarTerminalSquareSvg as J } from "./icons/backoffice/BackofficeSidebarTerminalSquareSvg.js";
|
|
283
291
|
import { BackofficeSidebarTestTubeSvg as Y } from "./icons/backoffice/BackofficeSidebarTestTubeSvg.js";
|
|
284
292
|
import { BackofficeSidebarTrashSvg as X } from "./icons/backoffice/BackofficeSidebarTrashSvg.js";
|
|
285
|
-
import { BackofficeSidebarUploadCloudSvg as
|
|
286
|
-
import { BackofficeSidebarUserCheckSvg as
|
|
287
|
-
import { BackofficeSidebarUserCogSvg as
|
|
288
|
-
import { BackofficeSidebarUserSearchSvg as
|
|
289
|
-
import { BackofficeSidebarUserSvg as
|
|
290
|
-
import { BackofficeSidebarUsersSvg as
|
|
291
|
-
import { BackofficeSidebarWalletSvg as
|
|
293
|
+
import { BackofficeSidebarUploadCloudSvg as ho } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
|
|
294
|
+
import { BackofficeSidebarUserCheckSvg as go } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
|
|
295
|
+
import { BackofficeSidebarUserCogSvg as _o } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
|
|
296
|
+
import { BackofficeSidebarUserSearchSvg as vo } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
|
|
297
|
+
import { BackofficeSidebarUserSvg as yo } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
|
|
298
|
+
import { BackofficeSidebarUsersSvg as bo } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
|
|
299
|
+
import { BackofficeSidebarWalletSvg as xo } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
|
|
292
300
|
import { BackofficeSidebarWandSvg as Z } from "./icons/backoffice/BackofficeSidebarWandSvg.js";
|
|
293
301
|
import { BackofficeSidebarWorkflowSvg as Q } from "./icons/backoffice/BackofficeSidebarWorkflowSvg.js";
|
|
294
302
|
import { BackofficeSidebarWrenchSvg as $ } from "./icons/backoffice/BackofficeSidebarWrenchSvg.js";
|
|
@@ -345,31 +353,31 @@ import "./icons/backoffice/tools/BackofficeToolTestsSvg.js";
|
|
|
345
353
|
import "./icons/backoffice/tools/BackofficeToolTodosSvg.js";
|
|
346
354
|
import "./icons/backoffice/tools/BackofficeToolTreeListSvg.js";
|
|
347
355
|
import "./icons/backoffice/tools/BackofficeToolTreeStatsSvg.js";
|
|
348
|
-
import { LockOpenSvg as
|
|
349
|
-
import { LockSvg as
|
|
350
|
-
import { MailCheckSvg as
|
|
351
|
-
import { MailXSvg as
|
|
352
|
-
import { PencilSvg as
|
|
353
|
-
import { PinFilledSvg as
|
|
354
|
-
import { PinSvg as
|
|
355
|
-
import { ProfileDropdownOrganizationSvg as
|
|
356
|
-
import { RobotCheckSvg as
|
|
357
|
-
import { RobotSvg as
|
|
358
|
-
import { RobotXSvg as
|
|
359
|
-
import { RocketOffSvg as
|
|
360
|
-
import { RocketSvg as
|
|
361
|
-
import { SendCheckSvg as
|
|
362
|
-
import { SendMessageSvg as
|
|
363
|
-
import { SendXSvg as
|
|
364
|
-
import { SettingsCheckSvg as
|
|
365
|
-
import { SettingsXSvg as
|
|
366
|
-
import { ShieldLockSvg as
|
|
367
|
-
import { ShieldOffSvg as
|
|
368
|
-
import { TaskAttachmentSvg as
|
|
369
|
-
import { TaskCommentBubbleSvg as
|
|
370
|
-
import { TaskDependencyBlockedSvg as
|
|
371
|
-
import { TaskDependencyReadySvg as
|
|
372
|
-
import { WrenchSvg as
|
|
373
|
-
import { XBadgeSvg as
|
|
374
|
-
import { ChevronDownIcon as
|
|
375
|
-
export { hn as ActionPanel, Sn as ActivityCard, Cn as ActivityFeed, gi as AdminShellLayout, hi as AdminTopbar, cr as AgentMarkdownCard, gn as AppHeader, ui as AuditTimeline, Jt as AuthLayout, Di as BACKOFFICE_THEME_MODE_KEY, Sr as BackofficeAuditMetadataPanel, di as BackofficeDataTable, yr as BackofficeDetailField, kr as BackofficeDetailFlagTag, br as BackofficeDetailSection, Ar as BackofficeDetailTaggedValue, vr as BackofficeEmptyState, jr as BackofficeEnumLabel, Cr as BackofficeFilterDrawer, wr as BackofficeFilterField, Tr as BackofficeFormSection, pr as BackofficeIdBadge, Nr as BackofficeJsonViewer, $n as BackofficeKeyValueList, Lr as BackofficeKeyValueSection, Gr as BackofficeListFooter, Yt as BackofficePageHeader, Ir as BackofficePayloadSection, Fr as BackofficePayloadViewer, Er as BackofficePickerList, Dr as BackofficePickerRow, Or as BackofficePickerShell, xr as BackofficeReferenceValue, ei as BackofficeRelationsMenu, ti as BackofficeScopeStack, ba as BackofficeSidebarActivitySvg, xa as BackofficeSidebarArchiveSvg, Sa as BackofficeSidebarBadgeCheckSvg, Ca as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, wa as BackofficeSidebarBrainCircuitSvg, Ta as BackofficeSidebarBriefcaseSvg, Ea as BackofficeSidebarBuildingSvg, Da as BackofficeSidebarCableSvg, Oa as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, ka as BackofficeSidebarChartLineSvg, Aa as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, ja as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Ma as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, Na as BackofficeSidebarGaugeSvg, Pa as BackofficeSidebarGitBranchPlusSvg, Fa as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, Ia as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, La as BackofficeSidebarGitMergeSvg, Ra as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, za as BackofficeSidebarKeySquareSvg, Ba as BackofficeSidebarKeySvg, Va as BackofficeSidebarLandmarkSvg, Ha as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, Ua as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, Wa as BackofficeSidebarLockKeyholeSvg, Ga as BackofficeSidebarLockSvg, Ka as BackofficeSidebarMailPlusSvg, qa as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, Ja as BackofficeSidebarMessagePlusSvg, Ya as BackofficeSidebarMessageTextSvg, Xa as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, Za as BackofficeSidebarPinSvg, Qa as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, $a as BackofficeSidebarReceiptSvg, eo as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, to as BackofficeSidebarSendSvg, no as BackofficeSidebarShieldAlertSvg, ro as BackofficeSidebarShieldCheckSvg, io as BackofficeSidebarShieldUserSvg, ao as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, oo as BackofficeSidebarUploadCloudSvg, so as BackofficeSidebarUserCheckSvg, co as BackofficeSidebarUserCogSvg, lo as BackofficeSidebarUserSearchSvg, uo as BackofficeSidebarUserSvg, fo as BackofficeSidebarUsersSvg, po as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, ri as BackofficeStatusGroup, ni as BackofficeStatusMetaBadge, ii as BackofficeStickyDisclosure, ai as BackofficeTableSkeleton, Oi as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, Rr as BackofficeToolCallFrame, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, oi as BackofficeToolbar, Qe as Badge, Qi as BanSvg, _t as BreadcrumbNavigation, si as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, na as ChatCheckSvg, $i as ChatSizeLargeSvg, ea as ChatSizeMediumSvg, ta as ChatSizeSmallSvg, ra as ChatXSvg, ia as CheckSvg, it as Checkbox, bt as CheckboxField, Bo as ChevronDownIcon, gt as ChevronDownSvg, Wn as ChevronLeftSvg, oa as ClockSvg, aa as CoinOffSvg, Mr as ConfirmDialog, vn as ContentLayout, Dn as CopyableText, wn as DashboardGrid, Tn as DashboardGridColumn, En as DashboardGridItem, An as DashboardMetricGroup, Mn as DashboardPanel, Nn as DashboardQuickActions, Pn as DashboardStatusList, $t as DataTable, en as DataTableBody, tn as DataTableEmptyRow, nn as DataTableHeader, rn as DataTableRoot, an as DataTableRow, sa as DatabaseCheckSvg, ca as DatabaseXSvg, fi as DetailPageTemplate, pi as DetailPageTemplateContent, yn as DetailSummaryHeader, la as DevModeSvg, Vt as EmptyState, a as EntityHeader, mr as EnvironmentBadge, at as ErrorMessage, Nt as ExternalLinkSvg, ua as EyeSvg, Ai as FALLBACK_REFERENCE, ci as FilterChipRow, wt as Form, vt as FormActions, St as FormError, xt as FormErrorAlertSvg, Ct as FormField, yt as FormGrid, Tt as FormGroup, ot as FormattedDate, li as GlobalSearchInput, Kr as GlobeSvg, da as GripDotsSvg, At as HighlightCode, fa as HomeActivityAssignUserSvg, pa as HomeStatsCheckBadgeSvg, ma as HomeStatsClipboardSvg, ha as HomeStatsClockSvg, ct as IconMenuButton, dr as ImagePreviewModal, sn as InfiniteScrollTrigger, jn as InfoTile, cn as InlineBanner, nt as Input, ga as KeyOffSvg, _a as KeySvg, rt as Label, Pr as LazyBackofficeJsonViewer, jt as LazyMarkdownCodeBlock, Mt as LazyMarkdownRenderer, tt as LinkButton, va as LinkCheckSvg, ya as LinkXSvg, mi as ListPageTemplate, mo as LockOpenSvg, ho as LockSvg, qt as LoginForm, go as MailCheckSvg, _o as MailXSvg, Pt as MarkdownRenderer, Fn as MetadataStrip, On as MetricCard, Zt as MetricHistoryChart, kn as MetricTileGroup, ut as Modal, Ii as MoneyAmount, ln as MutationFeedback, un as OperationFeedback, lt as Overlay, Xt as PageContainer, In as PageHero, Rn as PageShell, zn as PageShellRuntimeProvider, xn as PanelShell, vo as PencilSvg, yo as PinFilledSvg, bo as PinSvg, Xn as ProfileDropdownLogoutSvg, xo as ProfileDropdownOrganizationSvg, qr as ProjectsFolderSvg, ur as RefetchNeededBanner, st as RelativeTimeText, Ln as ResizableSplitView, pn as ResponsiveCollectionRenderer, on as ResponsiveRecordList, So as RobotCheckSvg, Co as RobotSvg, wo as RobotXSvg, To as RocketOffSvg, Eo as RocketSvg, dn as RouteFallback, fn as RoutePendingBar, Un as SelectableCard, Do as SendCheckSvg, Oo as SendMessageSvg, ko as SendXSvg, Ao as SettingsCheckSvg, Qn as SettingsLayout, jo as SettingsXSvg, Mo as ShieldLockSvg, No as ShieldOffSvg, Gn as ShortcutHint, ht as SidebarHomeSvg, Jr as SidebarInitiativesSvg, Yn as SidebarNavigation, Kn as SidebarNavigationCollapseToggle, qn as SidebarNavigationItemComponent, Jn as SidebarNavigationSectionComponent, Yr as SidebarPlusSvg, Zn as SidebarProfileMenu, Xr as SidebarSearchSvg, Zr as SidebarSettingsSvg, Qr as SidebarTasksSvg, $r as SidebarTeamSvg, lr as SimpleSelect, hr as Skeleton, gr as Spinner, bn as StatusBadge, er as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, mn as TableCell, Ht as Tabs, _r as Tag, Po as TaskAttachmentSvg, Fo as TaskCommentBubbleSvg, Io as TaskDependencyBlockedSvg, Lo as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, Qt as TimeSeriesLineChart, tr as TimelineEventRow, Wt as ToastProvider, Ut as ToastViewport, nr as Toolbar, rr as ToolbarGroup, ir as ToolbarSeparator, ar as ToolbarSpacer, _n as TopNavigationShell, fr as VirtualizedConnectionTable, _e as VisuallyHidden, Zi as WrapperPage, Ro as WrenchSvg, zo as XBadgeSvg, ki as __backofficeThemeTest, pe as __test, _i as adminControlHeightVar, vi as adminDensityComfortableClass, yi as adminDensityCompactClass, bi as adminDensityDefaultClass, xi as adminPanelPaddingVar, Si as adminTableCellPaddingXVar, Ci as adminTableCellPaddingYVar, wi as adminTableFontSizeVar, Ti as adminTableRowMinHeightVar, Ei as adminToolbarGapVar, Bi as aggregateMappedValuesByDayAndCategory, Vi as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, Hi as buildUtcDayRange, ye as colors, zr as compactBackofficeValueLine, ve as containerQueries, Ce as controlFocusRing, Et as copyRichClipboard, Dt as copyTextToClipboard, Ot as copyWithExecCommand, Br as createBackofficeKeyValueItem, he as cx, Fi as denseTableClass, we as disabledControl, Te as entityReferenceLink, Ee as errorControlFocusRing, Je as findFirstFocusable, Ye as findFirstFormControl, Be as firstChildSprinkles, e as focusElement, De as focusRing, Vr as formatBackofficeBoolean, Hr as formatBackofficeNullableBoolean, Li as formatCurrencyAmount, Ri as formatCurrencyAmountTitle, ji as formatNullableCurrency, Mi as formatNullableNumber, Ni as formatNullableString, Ur as formatOptionalBackofficeValue, Pi as formatStringList, t as getFocusableElements, Oe as ghostIconButton, Ve as hoverSprinkles, ke as iconBox, Ae as iconBoxCompact, je as insetFocusRing, Me as interactiveControlSurface, Ne as interactiveLinkSurface, n as isFocusableElement, Pe as liftOnHover, Fe as loadingShimmer, Wr as mapBackofficeTextItems, Ui as mapTimeSeriesBuckets, Ft as markdownFontSizeVar, It as markdownLinkColorVar, Lt as markdownLinkDisabledColorVar, Rt as markdownLinkHoverColorVar, zt as markdownLinkIconColorVar, Bt as markdownTextColorVar, zi as normalizeProgress, ge as onlyDefinedStyles, We as opacity, Ie as pillLink, Le as pressInteraction, se as publicDarkThemeClass, ce as publicDarkThemeValues, le as publicLightThemeClass, ue as publicLightThemeValues, qi as readPersistentBooleanState, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, or as sanitizeAgentAnswer, sr as sanitizeAgentMarkdown, Ge as screens, be as spacing, ee as spin, te as spinAnimation, He as sprinkles, Ue as stateSprinkles, Re as surfaceInteractive, qe as themeColorValues, Ke as themeSpacingValues, Wi as toMappedUtcDailyCategorySeries, Gi as toUtcDailyCategorySeries, Ki as toUtcDayKey, ze as truncate, Xe as uiI18nResources, kt as useClipboardCopy, Kt as useLoginForm, Bn as usePageShellContentClassName, Vn as usePageShellRuntime, Hn as usePageShellSidePanel, Ji as usePersistentBooleanState, Yi as useStickToBottom, Xi as useSubmitOnEnter, me as useTheme, Gt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };
|
|
356
|
+
import { LockOpenSvg as So } from "./icons/LockOpenSvg.js";
|
|
357
|
+
import { LockSvg as Co } from "./icons/LockSvg.js";
|
|
358
|
+
import { MailCheckSvg as wo } from "./icons/MailCheckSvg.js";
|
|
359
|
+
import { MailXSvg as To } from "./icons/MailXSvg.js";
|
|
360
|
+
import { PencilSvg as Eo } from "./icons/PencilSvg.js";
|
|
361
|
+
import { PinFilledSvg as Do } from "./icons/PinFilledSvg.js";
|
|
362
|
+
import { PinSvg as Oo } from "./icons/PinSvg.js";
|
|
363
|
+
import { ProfileDropdownOrganizationSvg as ko } from "./icons/ProfileDropdownOrganizationSvg.js";
|
|
364
|
+
import { RobotCheckSvg as Ao } from "./icons/RobotCheckSvg.js";
|
|
365
|
+
import { RobotSvg as jo } from "./icons/RobotSvg.js";
|
|
366
|
+
import { RobotXSvg as Mo } from "./icons/RobotXSvg.js";
|
|
367
|
+
import { RocketOffSvg as No } from "./icons/RocketOffSvg.js";
|
|
368
|
+
import { RocketSvg as Po } from "./icons/RocketSvg.js";
|
|
369
|
+
import { SendCheckSvg as Fo } from "./icons/SendCheckSvg.js";
|
|
370
|
+
import { SendMessageSvg as Io } from "./icons/SendMessageSvg.js";
|
|
371
|
+
import { SendXSvg as Lo } from "./icons/SendXSvg.js";
|
|
372
|
+
import { SettingsCheckSvg as Ro } from "./icons/SettingsCheckSvg.js";
|
|
373
|
+
import { SettingsXSvg as zo } from "./icons/SettingsXSvg.js";
|
|
374
|
+
import { ShieldLockSvg as Bo } from "./icons/ShieldLockSvg.js";
|
|
375
|
+
import { ShieldOffSvg as Vo } from "./icons/ShieldOffSvg.js";
|
|
376
|
+
import { TaskAttachmentSvg as Ho } from "./icons/TaskAttachmentSvg.js";
|
|
377
|
+
import { TaskCommentBubbleSvg as Uo } from "./icons/TaskCommentBubbleSvg.js";
|
|
378
|
+
import { TaskDependencyBlockedSvg as Wo } from "./icons/TaskDependencyBlockedSvg.js";
|
|
379
|
+
import { TaskDependencyReadySvg as Go } from "./icons/TaskDependencyReadySvg.js";
|
|
380
|
+
import { WrenchSvg as Ko } from "./icons/WrenchSvg.js";
|
|
381
|
+
import { XBadgeSvg as qo } from "./icons/XBadgeSvg.js";
|
|
382
|
+
import { ChevronDownIcon as Jo } from "./svg/ChevronDownIcon.js";
|
|
383
|
+
export { hn as ActionPanel, Sn as ActivityCard, Cn as ActivityFeed, wi as AdminShellLayout, Ci as AdminTopbar, gr as AgentMarkdownCard, gn as AppHeader, _i as AuditTimeline, Jt as AuthLayout, Fi as BACKOFFICE_THEME_MODE_KEY, Ar as BackofficeAuditMetadataPanel, vi as BackofficeDataTable, Dr as BackofficeDetailField, Lr as BackofficeDetailFlagTag, Or as BackofficeDetailSection, Rr as BackofficeDetailTaggedValue, Er as BackofficeEmptyState, zr as BackofficeEnumLabel, jr as BackofficeFilterDrawer, Mr as BackofficeFilterField, Nr as BackofficeFormSection, xr as BackofficeIdBadge, Vr as BackofficeJsonViewer, sr as BackofficeKeyValueList, Gr as BackofficeKeyValueSection, $r as BackofficeListFooter, Yt as BackofficePageHeader, Wr as BackofficePayloadSection, Ur as BackofficePayloadViewer, Pr as BackofficePickerList, Fr as BackofficePickerRow, Ir as BackofficePickerShell, kr as BackofficeReferenceValue, ci as BackofficeRelationsMenu, li as BackofficeScopeStack, Oa as BackofficeSidebarActivitySvg, ka as BackofficeSidebarArchiveSvg, Aa as BackofficeSidebarBadgeCheckSvg, ja as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, Ma as BackofficeSidebarBrainCircuitSvg, Na as BackofficeSidebarBriefcaseSvg, Pa as BackofficeSidebarBuildingSvg, Fa as BackofficeSidebarCableSvg, Ia as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, La as BackofficeSidebarChartLineSvg, Ra as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, za as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, Ba as BackofficeSidebarDatabaseSvg, h as BackofficeSidebarDiffSvg, g as BackofficeSidebarFileCodeSvg, _ as BackofficeSidebarFileCogSvg, v as BackofficeSidebarFileSearchSvg, y as BackofficeSidebarFileStackSvg, b as BackofficeSidebarFileTextSvg, x as BackofficeSidebarFilesSvg, S as BackofficeSidebarFingerprintSvg, C as BackofficeSidebarFlameSvg, w as BackofficeSidebarFolderGitSvg, T as BackofficeSidebarFolderKanbanSvg, E as BackofficeSidebarFolderTreeSvg, Va as BackofficeSidebarGaugeSvg, Ha as BackofficeSidebarGitBranchPlusSvg, Ua as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, Wa as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, Ga as BackofficeSidebarGitMergeSvg, Ka as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, qa as BackofficeSidebarKeySquareSvg, Ja as BackofficeSidebarKeySvg, Ya as BackofficeSidebarLandmarkSvg, Xa as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, Za as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, Qa as BackofficeSidebarLockKeyholeSvg, $a as BackofficeSidebarLockSvg, eo as BackofficeSidebarMailPlusSvg, to as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, no as BackofficeSidebarMessagePlusSvg, ro as BackofficeSidebarMessageTextSvg, io as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, ao as BackofficeSidebarPinSvg, oo as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, so as BackofficeSidebarReceiptSvg, co as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, lo as BackofficeSidebarSendSvg, uo as BackofficeSidebarShieldAlertSvg, fo as BackofficeSidebarShieldCheckSvg, po as BackofficeSidebarShieldUserSvg, mo as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, ho as BackofficeSidebarUploadCloudSvg, go as BackofficeSidebarUserCheckSvg, _o as BackofficeSidebarUserCogSvg, vo as BackofficeSidebarUserSearchSvg, yo as BackofficeSidebarUserSvg, bo as BackofficeSidebarUsersSvg, xo as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, di as BackofficeStatusGroup, ui as BackofficeStatusMetaBadge, fi as BackofficeStickyDisclosure, pi as BackofficeTableSkeleton, Ii as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, Kr as BackofficeToolCallFrame, O as BackofficeToolCallgraphSvg, u as BackofficeToolCodePlacementSvg, S as BackofficeToolCommitBlameSvg, D as BackofficeToolCommitDetailSvg, h as BackofficeToolCommitDiffSvg, K as BackofficeToolCommitSearchSvg, R as BackofficeToolCommitTouchesSvg, A as BackofficeToolCommitsLogSvg, D as BackofficeToolCommitsSvg, o as BackofficeToolComplexSymbolsSvg, X as BackofficeToolDeadCodeSvg, Q as BackofficeToolDependenciesSvg, V as BackofficeToolDesignSvg, J as BackofficeToolDevSvg, q as BackofficeToolDiagnosticsSvg, W as BackofficeToolDocsListSvg, W as BackofficeToolDocsSvg, I as BackofficeToolDomainMapSvg, f as BackofficeToolDuplicateFilesSvg, d as BackofficeToolDuplicateSymbolsSvg, p as BackofficeToolDuplicationsSvg, F as BackofficeToolFeatureImpactSvg, P as BackofficeToolFeaturePlanSvg, v as BackofficeToolFileFindSvg, l as BackofficeToolFileHistorySvg, _ as BackofficeToolFileMetadataSvg, b as BackofficeToolFileReadSvg, y as BackofficeToolFilesReadManySvg, x as BackofficeToolFilesSvg, G as BackofficeToolFulltextSearchSvg, H as BackofficeToolGraphNeighborsSvg, z as BackofficeToolGraphSvg, C as BackofficeToolHotspotsSvg, k as BackofficeToolHttpFetchSvg, m as BackofficeToolImpactSvg, L as BackofficeToolPreflightCheckSvg, T as BackofficeToolProjectsListSvg, Z as BackofficeToolRefactorSvg, j as BackofficeToolRepoInfoSvg, w as BackofficeToolRepoSvg, U as BackofficeToolRequestFlowSvg, $ as BackofficeToolScaffoldSvg, Y as BackofficeToolSuggestTestsSvg, b as BackofficeToolSummarySvg, g as BackofficeToolSymbolDefinitionSvg, M as BackofficeToolSymbolReferencesSvg, o as BackofficeToolSymbolsListSvg, q as BackofficeToolTechDebtSvg, c as BackofficeToolTestsSvg, N as BackofficeToolTodosSvg, E as BackofficeToolTreeListSvg, s as BackofficeToolTreeStatsSvg, mi as BackofficeToolbar, Qe as Badge, oa as BanSvg, _t as BreadcrumbNavigation, hi as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, ua as ChatCheckSvg, sa as ChatSizeLargeSvg, ca as ChatSizeMediumSvg, la as ChatSizeSmallSvg, da as ChatXSvg, fa as CheckSvg, it as Checkbox, bt as CheckboxField, Jo as ChevronDownIcon, gt as ChevronDownSvg, Qn as ChevronLeftSvg, ma as ClockSvg, pa as CoinOffSvg, Br as ConfirmDialog, vn as ContentLayout, Dn as CopyableText, Fn as DashboardBreakdownList, In as DashboardEntitySpotlight, wn as DashboardGrid, Tn as DashboardGridColumn, En as DashboardGridItem, Ln as DashboardHealthMatrix, An as DashboardMetricGroup, Mn as DashboardPanel, Nn as DashboardQuickActions, Rn as DashboardRiskQueue, zn as DashboardSlaGauge, Pn as DashboardStatusList, Bn as DashboardTimelineChart, Vn as DashboardTrendMetric, Hn as DashboardWindowControl, $t as DataTable, en as DataTableBody, tn as DataTableEmptyRow, nn as DataTableHeader, rn as DataTableRoot, an as DataTableRow, ha as DatabaseCheckSvg, ga as DatabaseXSvg, bi as DetailPageTemplate, xi as DetailPageTemplateContent, yn as DetailSummaryHeader, _a as DevModeSvg, Vt as EmptyState, yi as EntityHeader, Sr as EnvironmentBadge, at as ErrorMessage, Nt as ExternalLinkSvg, va as EyeSvg, Ri as FALLBACK_REFERENCE, a as FilterChipRow, wt as Form, vt as FormActions, St as FormError, xt as FormErrorAlertSvg, Ct as FormField, yt as FormGrid, Tt as FormGroup, ot as FormattedDate, gi as GlobalSearchInput, ei as GlobeSvg, ya as GripDotsSvg, At as HighlightCode, ba as HomeActivityAssignUserSvg, xa as HomeStatsCheckBadgeSvg, Sa as HomeStatsClipboardSvg, Ca as HomeStatsClockSvg, ct as IconMenuButton, yr as ImagePreviewModal, sn as InfiniteScrollTrigger, jn as InfoTile, cn as InlineBanner, nt as Input, wa as KeyOffSvg, Ta as KeySvg, rt as Label, Hr as LazyBackofficeJsonViewer, jt as LazyMarkdownCodeBlock, Mt as LazyMarkdownRenderer, tt as LinkButton, Ea as LinkCheckSvg, Da as LinkXSvg, Si as ListPageTemplate, So as LockOpenSvg, Co as LockSvg, qt as LoginForm, wo as MailCheckSvg, To as MailXSvg, Pt as MarkdownRenderer, Un as MetadataStrip, On as MetricCard, Zt as MetricHistoryChart, kn as MetricTileGroup, ut as Modal, Wi as MoneyAmount, ln as MutationFeedback, un as OperationFeedback, lt as Overlay, Xt as PageContainer, Wn as PageHero, Kn as PageShell, qn as PageShellRuntimeProvider, xn as PanelShell, Eo as PencilSvg, Do as PinFilledSvg, Oo as PinSvg, ir as ProfileDropdownLogoutSvg, ko as ProfileDropdownOrganizationSvg, ti as ProjectsFolderSvg, vr as RefetchNeededBanner, st as RelativeTimeText, Gn as ResizableSplitView, pn as ResponsiveCollectionRenderer, on as ResponsiveRecordList, Ao as RobotCheckSvg, jo as RobotSvg, Mo as RobotXSvg, No as RocketOffSvg, Po as RocketSvg, dn as RouteFallback, fn as RoutePendingBar, Zn as SelectableCard, Fo as SendCheckSvg, Io as SendMessageSvg, Lo as SendXSvg, Ro as SettingsCheckSvg, or as SettingsLayout, zo as SettingsXSvg, Bo as ShieldLockSvg, Vo as ShieldOffSvg, $n as ShortcutHint, ht as SidebarHomeSvg, ni as SidebarInitiativesSvg, rr as SidebarNavigation, er as SidebarNavigationCollapseToggle, tr as SidebarNavigationItemComponent, nr as SidebarNavigationSectionComponent, ri as SidebarPlusSvg, ar as SidebarProfileMenu, ii as SidebarSearchSvg, ai as SidebarSettingsSvg, oi as SidebarTasksSvg, si as SidebarTeamSvg, _r as SimpleSelect, Cr as Skeleton, wr as Spinner, bn as StatusBadge, cr as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, mn as TableCell, Ht as Tabs, Tr as Tag, Ho as TaskAttachmentSvg, Uo as TaskCommentBubbleSvg, Wo as TaskDependencyBlockedSvg, Go as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, Qt as TimeSeriesLineChart, lr as TimelineEventRow, Wt as ToastProvider, Ut as ToastViewport, ur as Toolbar, dr as ToolbarGroup, fr as ToolbarSeparator, pr as ToolbarSpacer, _n as TopNavigationShell, br as VirtualizedConnectionTable, _e as VisuallyHidden, aa as WrapperPage, Ko as WrenchSvg, qo as XBadgeSvg, Li as __backofficeThemeTest, pe as __test, Ti as adminControlHeightVar, Ei as adminDensityComfortableClass, Di as adminDensityCompactClass, Oi as adminDensityDefaultClass, ki as adminPanelPaddingVar, Ai as adminTableCellPaddingXVar, ji as adminTableCellPaddingYVar, Mi as adminTableFontSizeVar, Ni as adminTableRowMinHeightVar, Pi as adminToolbarGapVar, Ji as aggregateMappedValuesByDayAndCategory, Yi as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, Xi as buildUtcDayRange, ye as colors, qr as compactBackofficeValueLine, ve as containerQueries, Ce as controlFocusRing, Et as copyRichClipboard, Dt as copyTextToClipboard, Ot as copyWithExecCommand, Jr as createBackofficeKeyValueItem, he as cx, Ui as denseTableClass, we as disabledControl, Te as entityReferenceLink, Ee as errorControlFocusRing, Je as findFirstFocusable, Ye as findFirstFormControl, Be as firstChildSprinkles, e as focusElement, De as focusRing, Yr as formatBackofficeBoolean, Xr as formatBackofficeNullableBoolean, Gi as formatCurrencyAmount, Ki as formatCurrencyAmountTitle, zi as formatNullableCurrency, Bi as formatNullableNumber, Vi as formatNullableString, Zr as formatOptionalBackofficeValue, Hi as formatStringList, t as getFocusableElements, Oe as ghostIconButton, Ve as hoverSprinkles, ke as iconBox, Ae as iconBoxCompact, je as insetFocusRing, Me as interactiveControlSurface, Ne as interactiveLinkSurface, n as isFocusableElement, Pe as liftOnHover, Fe as loadingShimmer, Qr as mapBackofficeTextItems, Zi as mapTimeSeriesBuckets, Ft as markdownFontSizeVar, It as markdownLinkColorVar, Lt as markdownLinkDisabledColorVar, Rt as markdownLinkHoverColorVar, zt as markdownLinkIconColorVar, Bt as markdownTextColorVar, qi as normalizeProgress, ge as onlyDefinedStyles, We as opacity, Ie as pillLink, Le as pressInteraction, se as publicDarkThemeClass, ce as publicDarkThemeValues, le as publicLightThemeClass, ue as publicLightThemeValues, ta as readPersistentBooleanState, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, mr as sanitizeAgentAnswer, hr as sanitizeAgentMarkdown, Ge as screens, be as spacing, ee as spin, te as spinAnimation, He as sprinkles, Ue as stateSprinkles, Re as surfaceInteractive, qe as themeColorValues, Ke as themeSpacingValues, Qi as toMappedUtcDailyCategorySeries, $i as toUtcDailyCategorySeries, ea as toUtcDayKey, ze as truncate, Xe as uiI18nResources, kt as useClipboardCopy, Kt as useLoginForm, Jn as usePageShellContentClassName, Yn as usePageShellRuntime, Xn as usePageShellSidePanel, na as usePersistentBooleanState, ra as useStickToBottom, ia as useSubmitOnEnter, me as useTheme, Gt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };
|