@plumile/ui 0.1.145 → 0.1.146
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_sidebar/adminSidebar.css.js +0 -2
- package/lib/esm/admin/theme/adminSurface.css.js +2 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js +8 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.css.js.map +1 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js +16 -0
- package/lib/esm/atomic/molecules/form_grid/FormGrid.js.map +1 -0
- package/lib/esm/atomic/molecules/markdown/components/MarkdownEmphasis.css.js +1 -0
- package/lib/esm/atomic/molecules/markdown/components/MarkdownLink.css.js +0 -1
- package/lib/esm/components/feedback/OperationFeedback.js +21 -14
- package/lib/esm/components/feedback/OperationFeedback.js.map +1 -1
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.css.js +17 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.css.js.map +1 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.js +24 -0
- package/lib/esm/components/layout/top_navigation_shell/TopNavigationShell.js.map +1 -0
- package/lib/esm/index.js +228 -226
- package/lib/esm/node_modules/dompurify/dist/purify.es.js +173 -166
- package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts +3 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.css.d.ts.map +1 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts +9 -0
- package/lib/types/atomic/molecules/form_grid/FormGrid.d.ts.map +1 -0
- package/lib/types/components/feedback/OperationFeedback.d.ts +3 -2
- package/lib/types/components/feedback/OperationFeedback.d.ts.map +1 -1
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.css.d.ts +8 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.css.d.ts.map +1 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.d.ts +18 -0
- package/lib/types/components/layout/top_navigation_shell/TopNavigationShell.d.ts.map +1 -0
- package/lib/types/index.d.ts +2 -0
- package/lib/types/index.d.ts.map +1 -1
- package/package.json +3 -3
package/lib/esm/index.js
CHANGED
|
@@ -32,182 +32,184 @@ import { SidebarHomeSvg as ht } from "./icons/SidebarHomeSvg.js";
|
|
|
32
32
|
import { ChevronDownSvg as gt } from "./icons/ChevronDownSvg.js";
|
|
33
33
|
import { BreadcrumbNavigation as _t } from "./atomic/molecules/breadcrumb_navigation/BreadcrumbNavigation.js";
|
|
34
34
|
import { FormActions as vt } from "./atomic/molecules/form-actions/FormActions.js";
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
35
|
+
import { FormGrid as yt } from "./atomic/molecules/form_grid/FormGrid.js";
|
|
36
|
+
import { CheckboxField as bt } from "./atomic/molecules/checkbox_field/CheckboxField.js";
|
|
37
|
+
import { FormErrorAlertSvg as xt } from "./icons/FormErrorAlertSvg.js";
|
|
38
|
+
import { FormError as St } from "./atomic/molecules/form_error/FormError.js";
|
|
39
|
+
import { FormField as Ct } from "./atomic/molecules/form_field/FormField.js";
|
|
40
|
+
import { Form as wt } from "./atomic/molecules/form/Form.js";
|
|
41
|
+
import { FormGroup as Tt } from "./atomic/molecules/form/FormGroup.js";
|
|
42
|
+
import { HighlightCode as Et } from "./atomic/molecules/highlight/HighlightCode.js";
|
|
43
|
+
import { LazyMarkdownCodeBlock as Dt } from "./atomic/molecules/markdown/components/LazyMarkdownCodeBlock.js";
|
|
44
|
+
import { LazyMarkdownRenderer as Ot } from "./atomic/molecules/markdown/LazyMarkdownRenderer.js";
|
|
45
|
+
import { MarkdownExternalLinkSvg as kt } from "./icons/markdown/MarkdownExternalLinkSvg.js";
|
|
46
|
+
import { MarkdownRenderer as At } from "./atomic/molecules/markdown/MarkdownRenderer.js";
|
|
47
|
+
import { markdownFontSizeVar as jt, markdownLinkColorVar as Mt, markdownLinkDisabledColorVar as Nt, markdownLinkHoverColorVar as Pt, markdownLinkIconColorVar as Ft, markdownTextColorVar as It } from "./atomic/molecules/markdown/markdownVars.css.js";
|
|
48
|
+
import { EmptyState as Lt } from "./atomic/molecules/empty-state/EmptyState.js";
|
|
49
|
+
import { Tabs as Rt } from "./atomic/molecules/tabs/Tabs.js";
|
|
50
|
+
import { ToastViewport as zt } from "./atomic/molecules/toast/ToastViewport.js";
|
|
51
|
+
import { ToastProvider as Bt, useToast as Vt } from "./atomic/molecules/toast/ToastProvider.js";
|
|
52
|
+
import { useLoginForm as Ht } from "./atomic/organisms/login_form/useLoginForm.js";
|
|
53
|
+
import { LoginForm as Ut } from "./atomic/organisms/login_form/LoginForm.js";
|
|
54
|
+
import { AuthLayout as Wt } from "./atomic/templates/auth_layout/AuthLayout.js";
|
|
55
|
+
import { BackofficePageHeader as Gt } from "./backoffice/molecules/backoffice_page_header/BackofficePageHeader.js";
|
|
56
|
+
import { PageContainer as Kt } from "./atomic/templates/page-container/PageContainer.js";
|
|
57
|
+
import { MetricHistoryChart as qt } from "./components/charts/MetricHistoryChart.js";
|
|
58
|
+
import { TimeSeriesLineChart as Jt } from "./components/charts/TimeSeriesLineChart.js";
|
|
59
|
+
import { DataTable as Yt, DataTableBody as Xt, DataTableEmptyRow as Zt, DataTableHeader as Qt, DataTableRoot as $t, DataTableRow as en } from "./components/data-table/DataTable.js";
|
|
60
|
+
import { ResponsiveRecordList as tn } from "./components/data-table/ResponsiveRecordList.js";
|
|
61
|
+
import { InfiniteScrollTrigger as nn } from "./components/infinite/InfiniteScrollTrigger.js";
|
|
62
|
+
import { InlineBanner as rn } from "./components/feedback/InlineBanner.js";
|
|
63
|
+
import { MutationFeedback as an, OperationFeedback as on } from "./components/feedback/OperationFeedback.js";
|
|
64
|
+
import { RouteFallback as sn } from "./components/routing/RouteFallback.js";
|
|
65
|
+
import { RoutePendingBar as cn } from "./components/routing/RoutePendingBar.js";
|
|
66
|
+
import { ResponsiveCollectionRenderer as ln } from "./components/responsive/ResponsiveCollectionRenderer.js";
|
|
67
|
+
import { TableCell as un } from "./components/data-table/TableCell.js";
|
|
68
|
+
import { ActionPanel as dn } from "./components/layout/ActionPanel.js";
|
|
69
|
+
import { AppHeader as fn } from "./components/layout/AppHeader.js";
|
|
70
|
+
import { TopNavigationShell as pn } from "./components/layout/top_navigation_shell/TopNavigationShell.js";
|
|
71
|
+
import { ContentLayout as mn } from "./components/layout/ContentLayout.js";
|
|
72
|
+
import { DetailSummaryHeader as hn } from "./components/layout/DetailSummaryHeader.js";
|
|
73
|
+
import { StatusBadge as gn } from "./backoffice/atoms/status_badge/StatusBadge.js";
|
|
74
|
+
import { PanelShell as _n } from "./components/layout/PanelShell.js";
|
|
75
|
+
import { ActivityCard as vn } from "./components/dashboard/activity_card/ActivityCard.js";
|
|
76
|
+
import { ActivityFeed as yn } from "./components/dashboard/activity_feed/ActivityFeed.js";
|
|
77
|
+
import { DashboardGrid as bn, DashboardGridColumn as xn, DashboardGridItem as Sn } from "./components/dashboard/dashboard_grid/DashboardGrid.js";
|
|
78
|
+
import { CopyableText as Cn } from "./backoffice/atoms/copyable_text/CopyableText.js";
|
|
79
|
+
import { MetricCard as wn } from "./components/dashboard/metric_card/MetricCard.js";
|
|
80
|
+
import { MetricTileGroup as Tn } from "./components/dashboard/metric_tile_group/MetricTileGroup.js";
|
|
81
|
+
import { DashboardMetricGroup as En } from "./components/dashboard/dashboard_metric_group/DashboardMetricGroup.js";
|
|
82
|
+
import { InfoTile as Dn } from "./components/tile/InfoTile.js";
|
|
83
|
+
import { DashboardPanel as On } from "./components/dashboard/dashboard_panel/DashboardPanel.js";
|
|
84
|
+
import { DashboardQuickActions as kn } from "./components/dashboard/dashboard_quick_actions/DashboardQuickActions.js";
|
|
85
|
+
import { DashboardStatusList as An } from "./components/dashboard/dashboard_status_list/DashboardStatusList.js";
|
|
86
|
+
import { MetadataStrip as jn } from "./components/dashboard/metadata_strip/MetadataStrip.js";
|
|
87
|
+
import { PageHero as Mn } from "./components/dashboard/page_hero/PageHero.js";
|
|
88
|
+
import { ResizableSplitView as Nn } from "./components/layout/ResizableSplitView.js";
|
|
89
|
+
import { PageShell as Pn } from "./components/layout/PageShell.js";
|
|
90
|
+
import { SelectableCard as Fn } from "./components/dashboard/selectable_card/SelectableCard.js";
|
|
91
|
+
import { ChevronLeftSvg as In } from "./icons/ChevronLeftSvg.js";
|
|
92
|
+
import { ShortcutHint as Ln } from "./backoffice/atoms/shortcut_hint/ShortcutHint.js";
|
|
93
|
+
import { SidebarCollapseToggle as Rn } from "./backoffice/molecules/sidebar_collapse_toggle/SidebarCollapseToggle.js";
|
|
94
|
+
import { SidebarNavItem as zn } from "./backoffice/molecules/sidebar_nav_item/SidebarNavItem.js";
|
|
95
|
+
import { SidebarNavSection as Bn } from "./backoffice/molecules/sidebar_nav_section/SidebarNavSection.js";
|
|
96
|
+
import { SidebarNavigation as Vn } from "./components/navigation/sidebar/SidebarNavigation.js";
|
|
95
97
|
import "./components/navigation/sidebar/SidebarNavigationItem.js";
|
|
96
98
|
import "./components/navigation/sidebar/SidebarNavigationSection.js";
|
|
97
|
-
import { ProfileDropdownLogoutSvg as
|
|
98
|
-
import { BackofficeSidebarProfileMenu as
|
|
99
|
+
import { ProfileDropdownLogoutSvg as Hn } from "./icons/ProfileDropdownLogoutSvg.js";
|
|
100
|
+
import { BackofficeSidebarProfileMenu as Un } from "./backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js";
|
|
99
101
|
import "./components/navigation/sidebar/SidebarProfileMenu.js";
|
|
100
|
-
import { SettingsLayout as
|
|
101
|
-
import { BackofficeKeyValueList as
|
|
102
|
-
import { StatusSummaryPanel as
|
|
103
|
-
import { TimelineEventRow as
|
|
104
|
-
import { Toolbar as
|
|
105
|
-
import { sanitizeAgentAnswer as
|
|
106
|
-
import { AgentMarkdownCard as
|
|
107
|
-
import { SimpleSelect as
|
|
108
|
-
import { RefetchNeededBanner as
|
|
109
|
-
import { ImagePreviewModal as
|
|
110
|
-
import { VirtualizedConnectionTable as
|
|
111
|
-
import { BackofficeIdBadge as
|
|
112
|
-
import { EnvironmentBadge as
|
|
113
|
-
import { Skeleton as
|
|
114
|
-
import { Spinner as
|
|
115
|
-
import { Tag as
|
|
116
|
-
import { BackofficeEmptyState as
|
|
117
|
-
import { BackofficeDetailField as
|
|
118
|
-
import { BackofficeDetailSection as
|
|
119
|
-
import { BackofficeReferenceValue as
|
|
120
|
-
import { BackofficeAuditMetadataPanel as
|
|
121
|
-
import { BackofficeFilterDrawer as
|
|
122
|
-
import { BackofficeFilterField as
|
|
123
|
-
import { BackofficeFormSection as
|
|
124
|
-
import { BackofficePickerList as
|
|
125
|
-
import { BackofficeDetailFlagTag as
|
|
126
|
-
import { BackofficeDetailTaggedValue as
|
|
127
|
-
import { BackofficeEnumLabel as
|
|
128
|
-
import { ConfirmDialog as
|
|
129
|
-
import { BackofficeJsonViewer as
|
|
130
|
-
import { LazyBackofficeJsonViewer as
|
|
131
|
-
import { BackofficePayloadViewer as
|
|
132
|
-
import { BackofficeListFooter as
|
|
133
|
-
import { GlobeSvg as
|
|
134
|
-
import { ProjectsFolderSvg as
|
|
135
|
-
import { SidebarInitiativesSvg as
|
|
136
|
-
import { SidebarPlusSvg as
|
|
137
|
-
import { SidebarSearchSvg as
|
|
138
|
-
import { SidebarSettingsSvg as
|
|
139
|
-
import { SidebarTasksSvg as
|
|
140
|
-
import { SidebarTeamSvg as
|
|
141
|
-
import { BackofficeRelationsMenu as
|
|
142
|
-
import { BackofficeScopeStack as
|
|
143
|
-
import { BackofficeStatusMetaBadge as
|
|
144
|
-
import { BackofficeStatusGroup as
|
|
145
|
-
import { BackofficeTableSkeleton as
|
|
146
|
-
import { BackofficeToolbar as
|
|
147
|
-
import { BulkActionsBar as
|
|
148
|
-
import { FilterChipRow as
|
|
149
|
-
import { GlobalSearchInput as
|
|
150
|
-
import { AuditTimeline as
|
|
151
|
-
import { BackofficeDataTable as
|
|
152
|
-
import { EntityHeader as
|
|
153
|
-
import { DetailPageTemplate as
|
|
154
|
-
import { ListPageTemplate as
|
|
155
|
-
import { AdminTopbar as
|
|
156
|
-
import { AdminShellLayout as
|
|
157
|
-
import { adminControlHeightVar as
|
|
158
|
-
import { BACKOFFICE_THEME_MODE_KEY as
|
|
159
|
-
import { FALLBACK_REFERENCE as
|
|
160
|
-
import { denseTableClass as
|
|
161
|
-
import { MoneyAmount as
|
|
162
|
-
import { normalizeProgress as
|
|
163
|
-
import { aggregateValuesByDayAndCategory as
|
|
164
|
-
import { useStickToBottom as
|
|
165
|
-
import { useSubmitOnEnter as
|
|
166
|
-
import { WrapperPage as
|
|
167
|
-
import { BanSvg as
|
|
168
|
-
import { ChatSizeLargeSvg as
|
|
169
|
-
import { ChatSizeMediumSvg as
|
|
170
|
-
import { ChatSizeSmallSvg as
|
|
171
|
-
import { ChatCheckSvg as
|
|
172
|
-
import { ChatXSvg as
|
|
173
|
-
import { CheckSvg as
|
|
174
|
-
import { CoinOffSvg as
|
|
175
|
-
import { ClockSvg as
|
|
176
|
-
import { DatabaseCheckSvg as
|
|
177
|
-
import { DatabaseXSvg as
|
|
178
|
-
import { DevModeSvg as
|
|
179
|
-
import { EyeSvg as
|
|
180
|
-
import { GripDotsSvg as
|
|
181
|
-
import { HomeActivityAssignUserSvg as
|
|
182
|
-
import { HomeStatsCheckBadgeSvg as
|
|
183
|
-
import { HomeStatsClipboardSvg as
|
|
184
|
-
import { HomeStatsClockSvg as
|
|
185
|
-
import { KeyOffSvg as
|
|
186
|
-
import { KeySvg as
|
|
187
|
-
import { LinkCheckSvg as
|
|
188
|
-
import { LinkXSvg as
|
|
189
|
-
import { BackofficeSidebarActivitySvg as
|
|
190
|
-
import { BackofficeSidebarArchiveSvg as
|
|
191
|
-
import { BackofficeSidebarBadgeCheckSvg as
|
|
192
|
-
import { BackofficeSidebarBotSvg as
|
|
102
|
+
import { SettingsLayout as Wn } from "./components/layout/SettingsLayout.js";
|
|
103
|
+
import { BackofficeKeyValueList as Gn } from "./backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js";
|
|
104
|
+
import { StatusSummaryPanel as Kn } from "./components/dashboard/status_summary_panel/StatusSummaryPanel.js";
|
|
105
|
+
import { TimelineEventRow as qn } from "./components/dashboard/timeline_event_row/TimelineEventRow.js";
|
|
106
|
+
import { Toolbar as Jn, ToolbarGroup as Yn, ToolbarSeparator as Xn, ToolbarSpacer as Zn } from "./components/layout/toolbar/Toolbar.js";
|
|
107
|
+
import { sanitizeAgentAnswer as Qn, sanitizeAgentMarkdown as $n } from "./shared/agentText.js";
|
|
108
|
+
import { AgentMarkdownCard as er } from "./components/agent/AgentMarkdownCard.js";
|
|
109
|
+
import { SimpleSelect as tr } from "./components/select/SimpleSelect.js";
|
|
110
|
+
import { RefetchNeededBanner as nr } from "./components/subscriptions/RefetchNeededBanner.js";
|
|
111
|
+
import { ImagePreviewModal as rr } from "./components/media/ImagePreviewModal.js";
|
|
112
|
+
import { VirtualizedConnectionTable as ir } from "./components/data-table/VirtualizedConnectionTable.js";
|
|
113
|
+
import { BackofficeIdBadge as ar } from "./backoffice/atoms/backoffice_id_badge/BackofficeIdBadge.js";
|
|
114
|
+
import { EnvironmentBadge as or } from "./backoffice/atoms/environment_badge/EnvironmentBadge.js";
|
|
115
|
+
import { Skeleton as sr } from "./backoffice/atoms/skeleton/Skeleton.js";
|
|
116
|
+
import { Spinner as cr } from "./backoffice/atoms/spinner/Spinner.js";
|
|
117
|
+
import { Tag as lr } from "./backoffice/atoms/tag/Tag.js";
|
|
118
|
+
import { BackofficeEmptyState as ur } from "./backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js";
|
|
119
|
+
import { BackofficeDetailField as dr } from "./backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js";
|
|
120
|
+
import { BackofficeDetailSection as fr } from "./backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js";
|
|
121
|
+
import { BackofficeReferenceValue as pr } from "./backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js";
|
|
122
|
+
import { BackofficeAuditMetadataPanel as mr } from "./backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js";
|
|
123
|
+
import { BackofficeFilterDrawer as hr } from "./backoffice/molecules/backoffice_filter_drawer/BackofficeFilterDrawer.js";
|
|
124
|
+
import { BackofficeFilterField as gr } from "./backoffice/molecules/backoffice_filter_field/BackofficeFilterField.js";
|
|
125
|
+
import { BackofficeFormSection as _r } from "./backoffice/molecules/backoffice_form_section/BackofficeFormSection.js";
|
|
126
|
+
import { BackofficePickerList as vr, BackofficePickerRow as yr, BackofficePickerShell as br } from "./backoffice/molecules/backoffice_picker/BackofficePicker.js";
|
|
127
|
+
import { BackofficeDetailFlagTag as xr } from "./backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js";
|
|
128
|
+
import { BackofficeDetailTaggedValue as Sr } from "./backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js";
|
|
129
|
+
import { BackofficeEnumLabel as Cr } from "./backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js";
|
|
130
|
+
import { ConfirmDialog as wr } from "./backoffice/molecules/confirm_dialog/ConfirmDialog.js";
|
|
131
|
+
import { BackofficeJsonViewer as Tr } from "./backoffice/molecules/backoffice_json_viewer/BackofficeJsonViewer.js";
|
|
132
|
+
import { LazyBackofficeJsonViewer as Er } from "./backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js";
|
|
133
|
+
import { BackofficePayloadViewer as Dr } from "./backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js";
|
|
134
|
+
import { BackofficeListFooter as Or } from "./backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js";
|
|
135
|
+
import { GlobeSvg as kr } from "./icons/GlobeSvg.js";
|
|
136
|
+
import { ProjectsFolderSvg as Ar } from "./icons/ProjectsFolderSvg.js";
|
|
137
|
+
import { SidebarInitiativesSvg as jr } from "./icons/SidebarInitiativesSvg.js";
|
|
138
|
+
import { SidebarPlusSvg as Mr } from "./icons/SidebarPlusSvg.js";
|
|
139
|
+
import { SidebarSearchSvg as Nr } from "./icons/SidebarSearchSvg.js";
|
|
140
|
+
import { SidebarSettingsSvg as Pr } from "./icons/SidebarSettingsSvg.js";
|
|
141
|
+
import { SidebarTasksSvg as Fr } from "./icons/SidebarTasksSvg.js";
|
|
142
|
+
import { SidebarTeamSvg as Ir } from "./icons/SidebarTeamSvg.js";
|
|
143
|
+
import { BackofficeRelationsMenu as Lr } from "./backoffice/molecules/backoffice_relations_menu/BackofficeRelationsMenu.js";
|
|
144
|
+
import { BackofficeScopeStack as Rr } from "./backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js";
|
|
145
|
+
import { BackofficeStatusMetaBadge as zr } from "./backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js";
|
|
146
|
+
import { BackofficeStatusGroup as Br } from "./backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js";
|
|
147
|
+
import { BackofficeTableSkeleton as Vr } from "./backoffice/molecules/backoffice_table_skeleton/BackofficeTableSkeleton.js";
|
|
148
|
+
import { BackofficeToolbar as Hr } from "./backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js";
|
|
149
|
+
import { BulkActionsBar as Ur } from "./backoffice/molecules/bulk_actions_bar/BulkActionsBar.js";
|
|
150
|
+
import { FilterChipRow as Wr } from "./backoffice/molecules/filter_chip_row/FilterChipRow.js";
|
|
151
|
+
import { GlobalSearchInput as Gr } from "./backoffice/molecules/global_search_input/GlobalSearchInput.js";
|
|
152
|
+
import { AuditTimeline as Kr } from "./backoffice/organisms/audit_timeline/AuditTimeline.js";
|
|
153
|
+
import { BackofficeDataTable as qr } from "./backoffice/organisms/backoffice_data_table/BackofficeDataTable.js";
|
|
154
|
+
import { EntityHeader as Jr } from "./backoffice/organisms/entity_header/EntityHeader.js";
|
|
155
|
+
import { DetailPageTemplate as Yr, DetailPageTemplateContent as Xr } from "./backoffice/templates/detail_page_template/DetailPageTemplate.js";
|
|
156
|
+
import { ListPageTemplate as Zr } from "./backoffice/templates/list_page_template/ListPageTemplate.js";
|
|
157
|
+
import { AdminTopbar as Qr } from "./admin/organisms/admin_topbar/AdminTopbar.js";
|
|
158
|
+
import { AdminShellLayout as $r } from "./admin/templates/admin_shell_layout/AdminShellLayout.js";
|
|
159
|
+
import { adminControlHeightVar as a, adminDensityComfortableClass as ei, adminDensityCompactClass as ti, adminDensityDefaultClass as ni, adminPanelPaddingVar as ri, adminTableCellPaddingXVar as ii, adminTableCellPaddingYVar as ai, adminTableFontSizeVar as oi, adminTableRowMinHeightVar as si, adminToolbarGapVar as ci } from "./admin/theme/adminDensity.css.js";
|
|
160
|
+
import { BACKOFFICE_THEME_MODE_KEY as li, BackofficeThemeProvider as ui, __backofficeThemeTest as di } from "./admin/theme/BackofficeThemeProvider.js";
|
|
161
|
+
import { FALLBACK_REFERENCE as fi, formatNullableCurrency as pi, formatNullableNumber as mi, formatNullableString as hi, formatStringList as gi } from "./shared/agentJobRequestFormatting.js";
|
|
162
|
+
import { denseTableClass as _i } from "./shared/backofficeTableDensity.css.js";
|
|
163
|
+
import { MoneyAmount as vi, formatCurrencyAmount as yi, formatCurrencyAmountTitle as bi } from "./shared/currencyAmount.js";
|
|
164
|
+
import { normalizeProgress as xi } from "./shared/progress.js";
|
|
165
|
+
import { aggregateValuesByDayAndCategory as Si, buildUtcDayRange as Ci, toUtcDailyCategorySeries as wi, toUtcDayKey as Ti } from "./shared/timeSeries.js";
|
|
166
|
+
import { useStickToBottom as Ei } from "./hooks/useStickToBottom.js";
|
|
167
|
+
import { useSubmitOnEnter as Di } from "./hooks/useSubmitOnEnter.js";
|
|
168
|
+
import { WrapperPage as Oi } from "./pages/WrapperPage.js";
|
|
169
|
+
import { BanSvg as ki } from "./icons/BanSvg.js";
|
|
170
|
+
import { ChatSizeLargeSvg as Ai } from "./icons/ChatSizeLargeSvg.js";
|
|
171
|
+
import { ChatSizeMediumSvg as ji } from "./icons/ChatSizeMediumSvg.js";
|
|
172
|
+
import { ChatSizeSmallSvg as Mi } from "./icons/ChatSizeSmallSvg.js";
|
|
173
|
+
import { ChatCheckSvg as Ni } from "./icons/ChatCheckSvg.js";
|
|
174
|
+
import { ChatXSvg as Pi } from "./icons/ChatXSvg.js";
|
|
175
|
+
import { CheckSvg as Fi } from "./icons/CheckSvg.js";
|
|
176
|
+
import { CoinOffSvg as Ii } from "./icons/CoinOffSvg.js";
|
|
177
|
+
import { ClockSvg as Li } from "./icons/ClockSvg.js";
|
|
178
|
+
import { DatabaseCheckSvg as Ri } from "./icons/DatabaseCheckSvg.js";
|
|
179
|
+
import { DatabaseXSvg as zi } from "./icons/DatabaseXSvg.js";
|
|
180
|
+
import { DevModeSvg as Bi } from "./icons/DevModeSvg.js";
|
|
181
|
+
import { EyeSvg as Vi } from "./icons/EyeSvg.js";
|
|
182
|
+
import { GripDotsSvg as Hi } from "./icons/GripDotsSvg.js";
|
|
183
|
+
import { HomeActivityAssignUserSvg as Ui } from "./icons/HomeActivityAssignUserSvg.js";
|
|
184
|
+
import { HomeStatsCheckBadgeSvg as Wi } from "./icons/HomeStatsCheckBadgeSvg.js";
|
|
185
|
+
import { HomeStatsClipboardSvg as Gi } from "./icons/HomeStatsClipboardSvg.js";
|
|
186
|
+
import { HomeStatsClockSvg as Ki } from "./icons/HomeStatsClockSvg.js";
|
|
187
|
+
import { KeyOffSvg as qi } from "./icons/KeyOffSvg.js";
|
|
188
|
+
import { KeySvg as Ji } from "./icons/KeySvg.js";
|
|
189
|
+
import { LinkCheckSvg as Yi } from "./icons/LinkCheckSvg.js";
|
|
190
|
+
import { LinkXSvg as Xi } from "./icons/LinkXSvg.js";
|
|
191
|
+
import { BackofficeSidebarActivitySvg as Zi } from "./icons/backoffice/BackofficeSidebarActivitySvg.js";
|
|
192
|
+
import { BackofficeSidebarArchiveSvg as Qi } from "./icons/backoffice/BackofficeSidebarArchiveSvg.js";
|
|
193
|
+
import { BackofficeSidebarBadgeCheckSvg as $i } from "./icons/backoffice/BackofficeSidebarBadgeCheckSvg.js";
|
|
194
|
+
import { BackofficeSidebarBotSvg as ea } from "./icons/backoffice/BackofficeSidebarBotSvg.js";
|
|
193
195
|
import { BackofficeSidebarBracesSvg as o } from "./icons/backoffice/BackofficeSidebarBracesSvg.js";
|
|
194
|
-
import { BackofficeSidebarBrainCircuitSvg as
|
|
195
|
-
import { BackofficeSidebarBriefcaseSvg as
|
|
196
|
-
import { BackofficeSidebarBuildingSvg as
|
|
197
|
-
import { BackofficeSidebarCableSvg as
|
|
198
|
-
import { BackofficeSidebarCalendarSvg as
|
|
196
|
+
import { BackofficeSidebarBrainCircuitSvg as ta } from "./icons/backoffice/BackofficeSidebarBrainCircuitSvg.js";
|
|
197
|
+
import { BackofficeSidebarBriefcaseSvg as na } from "./icons/backoffice/BackofficeSidebarBriefcaseSvg.js";
|
|
198
|
+
import { BackofficeSidebarBuildingSvg as ra } from "./icons/backoffice/BackofficeSidebarBuildingSvg.js";
|
|
199
|
+
import { BackofficeSidebarCableSvg as ia } from "./icons/backoffice/BackofficeSidebarCableSvg.js";
|
|
200
|
+
import { BackofficeSidebarCalendarSvg as aa } from "./icons/backoffice/BackofficeSidebarCalendarSvg.js";
|
|
199
201
|
import { BackofficeSidebarChartBarSvg as s } from "./icons/backoffice/BackofficeSidebarChartBarSvg.js";
|
|
200
|
-
import { BackofficeSidebarChartLineSvg as
|
|
201
|
-
import { BackofficeSidebarChartPieSvg as
|
|
202
|
+
import { BackofficeSidebarChartLineSvg as oa } from "./icons/backoffice/BackofficeSidebarChartLineSvg.js";
|
|
203
|
+
import { BackofficeSidebarChartPieSvg as sa } from "./icons/backoffice/BackofficeSidebarChartPieSvg.js";
|
|
202
204
|
import { BackofficeSidebarClipboardCheckSvg as c } from "./icons/backoffice/BackofficeSidebarClipboardCheckSvg.js";
|
|
203
|
-
import { BackofficeSidebarClipboardListSvg as
|
|
205
|
+
import { BackofficeSidebarClipboardListSvg as ca } from "./icons/backoffice/BackofficeSidebarClipboardListSvg.js";
|
|
204
206
|
import { BackofficeSidebarClockSvg as l } from "./icons/backoffice/BackofficeSidebarClockSvg.js";
|
|
205
207
|
import { BackofficeSidebarCodeSvg as u } from "./icons/backoffice/BackofficeSidebarCodeSvg.js";
|
|
206
208
|
import { BackofficeSidebarCopyCheckSvg as d } from "./icons/backoffice/BackofficeSidebarCopyCheckSvg.js";
|
|
207
209
|
import { BackofficeSidebarCopySvg as f } from "./icons/backoffice/BackofficeSidebarCopySvg.js";
|
|
208
210
|
import { BackofficeSidebarCopyXSvg as p } from "./icons/backoffice/BackofficeSidebarCopyXSvg.js";
|
|
209
211
|
import { BackofficeSidebarCrosshairSvg as m } from "./icons/backoffice/BackofficeSidebarCrosshairSvg.js";
|
|
210
|
-
import { BackofficeSidebarDatabaseSvg as
|
|
212
|
+
import { BackofficeSidebarDatabaseSvg as la } from "./icons/backoffice/BackofficeSidebarDatabaseSvg.js";
|
|
211
213
|
import { BackofficeSidebarDiffSvg as h } from "./icons/backoffice/BackofficeSidebarDiffSvg.js";
|
|
212
214
|
import { BackofficeSidebarFileCodeSvg as g } from "./icons/backoffice/BackofficeSidebarFileCodeSvg.js";
|
|
213
215
|
import { BackofficeSidebarFileCogSvg as _ } from "./icons/backoffice/BackofficeSidebarFileCogSvg.js";
|
|
@@ -220,64 +222,64 @@ import { BackofficeSidebarFlameSvg as C } from "./icons/backoffice/BackofficeSid
|
|
|
220
222
|
import { BackofficeSidebarFolderGitSvg as w } from "./icons/backoffice/BackofficeSidebarFolderGitSvg.js";
|
|
221
223
|
import { BackofficeSidebarFolderKanbanSvg as T } from "./icons/backoffice/BackofficeSidebarFolderKanbanSvg.js";
|
|
222
224
|
import { BackofficeSidebarFolderTreeSvg as E } from "./icons/backoffice/BackofficeSidebarFolderTreeSvg.js";
|
|
223
|
-
import { BackofficeSidebarGaugeSvg as
|
|
224
|
-
import { BackofficeSidebarGitBranchPlusSvg as
|
|
225
|
-
import { BackofficeSidebarGitBranchSvg as
|
|
225
|
+
import { BackofficeSidebarGaugeSvg as ua } from "./icons/backoffice/BackofficeSidebarGaugeSvg.js";
|
|
226
|
+
import { BackofficeSidebarGitBranchPlusSvg as da } from "./icons/backoffice/BackofficeSidebarGitBranchPlusSvg.js";
|
|
227
|
+
import { BackofficeSidebarGitBranchSvg as fa } from "./icons/backoffice/BackofficeSidebarGitBranchSvg.js";
|
|
226
228
|
import { BackofficeSidebarGitCommitSvg as D } from "./icons/backoffice/BackofficeSidebarGitCommitSvg.js";
|
|
227
|
-
import { BackofficeSidebarGitCompareSvg as
|
|
229
|
+
import { BackofficeSidebarGitCompareSvg as pa } from "./icons/backoffice/BackofficeSidebarGitCompareSvg.js";
|
|
228
230
|
import { BackofficeSidebarGitForkSvg as O } from "./icons/backoffice/BackofficeSidebarGitForkSvg.js";
|
|
229
|
-
import { BackofficeSidebarGitMergeSvg as
|
|
230
|
-
import { BackofficeSidebarGitPullRequestSvg as
|
|
231
|
+
import { BackofficeSidebarGitMergeSvg as ma } from "./icons/backoffice/BackofficeSidebarGitMergeSvg.js";
|
|
232
|
+
import { BackofficeSidebarGitPullRequestSvg as ha } from "./icons/backoffice/BackofficeSidebarGitPullRequestSvg.js";
|
|
231
233
|
import { BackofficeSidebarGlobeSvg as k } from "./icons/backoffice/BackofficeSidebarGlobeSvg.js";
|
|
232
234
|
import { BackofficeSidebarHistorySvg as A } from "./icons/backoffice/BackofficeSidebarHistorySvg.js";
|
|
233
235
|
import { BackofficeSidebarInfoSvg as j } from "./icons/backoffice/BackofficeSidebarInfoSvg.js";
|
|
234
|
-
import { BackofficeSidebarKeySquareSvg as
|
|
235
|
-
import { BackofficeSidebarKeySvg as
|
|
236
|
-
import { BackofficeSidebarLandmarkSvg as
|
|
237
|
-
import { BackofficeSidebarLayoutDashboardSvg as
|
|
236
|
+
import { BackofficeSidebarKeySquareSvg as ga } from "./icons/backoffice/BackofficeSidebarKeySquareSvg.js";
|
|
237
|
+
import { BackofficeSidebarKeySvg as _a } from "./icons/backoffice/BackofficeSidebarKeySvg.js";
|
|
238
|
+
import { BackofficeSidebarLandmarkSvg as va } from "./icons/backoffice/BackofficeSidebarLandmarkSvg.js";
|
|
239
|
+
import { BackofficeSidebarLayoutDashboardSvg as ya } from "./icons/backoffice/BackofficeSidebarLayoutDashboardSvg.js";
|
|
238
240
|
import { BackofficeSidebarLinkSvg as M } from "./icons/backoffice/BackofficeSidebarLinkSvg.js";
|
|
239
241
|
import { BackofficeSidebarListChecksSvg as N } from "./icons/backoffice/BackofficeSidebarListChecksSvg.js";
|
|
240
242
|
import { BackofficeSidebarListTodoSvg as P } from "./icons/backoffice/BackofficeSidebarListTodoSvg.js";
|
|
241
|
-
import { BackofficeSidebarListTreeSvg as
|
|
243
|
+
import { BackofficeSidebarListTreeSvg as ba } from "./icons/backoffice/BackofficeSidebarListTreeSvg.js";
|
|
242
244
|
import { BackofficeSidebarLocateSvg as F } from "./icons/backoffice/BackofficeSidebarLocateSvg.js";
|
|
243
|
-
import { BackofficeSidebarLockKeyholeSvg as
|
|
244
|
-
import { BackofficeSidebarLockSvg as
|
|
245
|
-
import { BackofficeSidebarMailPlusSvg as
|
|
246
|
-
import { BackofficeSidebarMapPinSvg as
|
|
245
|
+
import { BackofficeSidebarLockKeyholeSvg as xa } from "./icons/backoffice/BackofficeSidebarLockKeyholeSvg.js";
|
|
246
|
+
import { BackofficeSidebarLockSvg as Sa } from "./icons/backoffice/BackofficeSidebarLockSvg.js";
|
|
247
|
+
import { BackofficeSidebarMailPlusSvg as Ca } from "./icons/backoffice/BackofficeSidebarMailPlusSvg.js";
|
|
248
|
+
import { BackofficeSidebarMapPinSvg as wa } from "./icons/backoffice/BackofficeSidebarMapPinSvg.js";
|
|
247
249
|
import { BackofficeSidebarMapSvg as I } from "./icons/backoffice/BackofficeSidebarMapSvg.js";
|
|
248
|
-
import { BackofficeSidebarMessagePlusSvg as
|
|
249
|
-
import { BackofficeSidebarMessageTextSvg as
|
|
250
|
-
import { BackofficeSidebarMessagesSvg as
|
|
250
|
+
import { BackofficeSidebarMessagePlusSvg as Ta } from "./icons/backoffice/BackofficeSidebarMessagePlusSvg.js";
|
|
251
|
+
import { BackofficeSidebarMessageTextSvg as Ea } from "./icons/backoffice/BackofficeSidebarMessageTextSvg.js";
|
|
252
|
+
import { BackofficeSidebarMessagesSvg as Da } from "./icons/backoffice/BackofficeSidebarMessagesSvg.js";
|
|
251
253
|
import { BackofficeSidebarMonitorCheckSvg as L } from "./icons/backoffice/BackofficeSidebarMonitorCheckSvg.js";
|
|
252
254
|
import { BackofficeSidebarMouseClickSvg as R } from "./icons/backoffice/BackofficeSidebarMouseClickSvg.js";
|
|
253
255
|
import { BackofficeSidebarNetworkSvg as z } from "./icons/backoffice/BackofficeSidebarNetworkSvg.js";
|
|
254
256
|
import { BackofficeSidebarPanelsSvg as B } from "./icons/backoffice/BackofficeSidebarPanelsSvg.js";
|
|
255
257
|
import { BackofficeSidebarPenToolSvg as V } from "./icons/backoffice/BackofficeSidebarPenToolSvg.js";
|
|
256
|
-
import { BackofficeSidebarPinSvg as
|
|
257
|
-
import { BackofficeSidebarPlayCircleSvg as
|
|
258
|
+
import { BackofficeSidebarPinSvg as Oa } from "./icons/backoffice/BackofficeSidebarPinSvg.js";
|
|
259
|
+
import { BackofficeSidebarPlayCircleSvg as ka } from "./icons/backoffice/BackofficeSidebarPlayCircleSvg.js";
|
|
258
260
|
import { BackofficeSidebarRadarSvg as H } from "./icons/backoffice/BackofficeSidebarRadarSvg.js";
|
|
259
|
-
import { BackofficeSidebarReceiptSvg as
|
|
260
|
-
import { BackofficeSidebarRocketSvg as
|
|
261
|
+
import { BackofficeSidebarReceiptSvg as Aa } from "./icons/backoffice/BackofficeSidebarReceiptSvg.js";
|
|
262
|
+
import { BackofficeSidebarRocketSvg as ja } from "./icons/backoffice/BackofficeSidebarRocketSvg.js";
|
|
261
263
|
import { BackofficeSidebarRouteSvg as U } from "./icons/backoffice/BackofficeSidebarRouteSvg.js";
|
|
262
264
|
import { BackofficeSidebarScrollTextSvg as W } from "./icons/backoffice/BackofficeSidebarScrollTextSvg.js";
|
|
263
265
|
import { BackofficeSidebarSearchCodeSvg as G } from "./icons/backoffice/BackofficeSidebarSearchCodeSvg.js";
|
|
264
266
|
import { BackofficeSidebarSearchSvg as K } from "./icons/backoffice/BackofficeSidebarSearchSvg.js";
|
|
265
|
-
import { BackofficeSidebarSendSvg as
|
|
266
|
-
import { BackofficeSidebarShieldAlertSvg as
|
|
267
|
-
import { BackofficeSidebarShieldCheckSvg as
|
|
268
|
-
import { BackofficeSidebarShieldUserSvg as
|
|
269
|
-
import { BackofficeSidebarStepForwardSvg as
|
|
267
|
+
import { BackofficeSidebarSendSvg as Ma } from "./icons/backoffice/BackofficeSidebarSendSvg.js";
|
|
268
|
+
import { BackofficeSidebarShieldAlertSvg as Na } from "./icons/backoffice/BackofficeSidebarShieldAlertSvg.js";
|
|
269
|
+
import { BackofficeSidebarShieldCheckSvg as Pa } from "./icons/backoffice/BackofficeSidebarShieldCheckSvg.js";
|
|
270
|
+
import { BackofficeSidebarShieldUserSvg as Fa } from "./icons/backoffice/BackofficeSidebarShieldUserSvg.js";
|
|
271
|
+
import { BackofficeSidebarStepForwardSvg as Ia } from "./icons/backoffice/BackofficeSidebarStepForwardSvg.js";
|
|
270
272
|
import { BackofficeSidebarStethoscopeSvg as q } from "./icons/backoffice/BackofficeSidebarStethoscopeSvg.js";
|
|
271
273
|
import { BackofficeSidebarTerminalSquareSvg as J } from "./icons/backoffice/BackofficeSidebarTerminalSquareSvg.js";
|
|
272
274
|
import { BackofficeSidebarTestTubeSvg as Y } from "./icons/backoffice/BackofficeSidebarTestTubeSvg.js";
|
|
273
275
|
import { BackofficeSidebarTrashSvg as X } from "./icons/backoffice/BackofficeSidebarTrashSvg.js";
|
|
274
|
-
import { BackofficeSidebarUploadCloudSvg as
|
|
275
|
-
import { BackofficeSidebarUserCheckSvg as
|
|
276
|
-
import { BackofficeSidebarUserCogSvg as
|
|
277
|
-
import { BackofficeSidebarUserSearchSvg as
|
|
278
|
-
import { BackofficeSidebarUserSvg as
|
|
279
|
-
import { BackofficeSidebarUsersSvg as
|
|
280
|
-
import { BackofficeSidebarWalletSvg as
|
|
276
|
+
import { BackofficeSidebarUploadCloudSvg as La } from "./icons/backoffice/BackofficeSidebarUploadCloudSvg.js";
|
|
277
|
+
import { BackofficeSidebarUserCheckSvg as Ra } from "./icons/backoffice/BackofficeSidebarUserCheckSvg.js";
|
|
278
|
+
import { BackofficeSidebarUserCogSvg as za } from "./icons/backoffice/BackofficeSidebarUserCogSvg.js";
|
|
279
|
+
import { BackofficeSidebarUserSearchSvg as Ba } from "./icons/backoffice/BackofficeSidebarUserSearchSvg.js";
|
|
280
|
+
import { BackofficeSidebarUserSvg as Va } from "./icons/backoffice/BackofficeSidebarUserSvg.js";
|
|
281
|
+
import { BackofficeSidebarUsersSvg as Ha } from "./icons/backoffice/BackofficeSidebarUsersSvg.js";
|
|
282
|
+
import { BackofficeSidebarWalletSvg as Ua } from "./icons/backoffice/BackofficeSidebarWalletSvg.js";
|
|
281
283
|
import { BackofficeSidebarWandSvg as Z } from "./icons/backoffice/BackofficeSidebarWandSvg.js";
|
|
282
284
|
import { BackofficeSidebarWorkflowSvg as Q } from "./icons/backoffice/BackofficeSidebarWorkflowSvg.js";
|
|
283
285
|
import { BackofficeSidebarWrenchSvg as $ } from "./icons/backoffice/BackofficeSidebarWrenchSvg.js";
|
|
@@ -334,31 +336,31 @@ import "./icons/backoffice/tools/BackofficeToolTestsSvg.js";
|
|
|
334
336
|
import "./icons/backoffice/tools/BackofficeToolTodosSvg.js";
|
|
335
337
|
import "./icons/backoffice/tools/BackofficeToolTreeListSvg.js";
|
|
336
338
|
import "./icons/backoffice/tools/BackofficeToolTreeStatsSvg.js";
|
|
337
|
-
import { LockOpenSvg as
|
|
338
|
-
import { LockSvg as
|
|
339
|
-
import { MailCheckSvg as
|
|
340
|
-
import { MailXSvg as
|
|
341
|
-
import { PencilSvg as
|
|
342
|
-
import { PinFilledSvg as
|
|
343
|
-
import { PinSvg as
|
|
344
|
-
import { ProfileDropdownOrganizationSvg as
|
|
345
|
-
import { RobotCheckSvg as
|
|
346
|
-
import { RobotSvg as
|
|
347
|
-
import { RobotXSvg as
|
|
348
|
-
import { RocketOffSvg as
|
|
349
|
-
import { RocketSvg as
|
|
350
|
-
import { SendCheckSvg as
|
|
351
|
-
import { SendMessageSvg as
|
|
352
|
-
import { SendXSvg as
|
|
353
|
-
import { SettingsCheckSvg as
|
|
354
|
-
import { SettingsXSvg as
|
|
355
|
-
import { ShieldLockSvg as
|
|
356
|
-
import { ShieldOffSvg as
|
|
357
|
-
import { TaskAttachmentSvg as
|
|
358
|
-
import { TaskCommentBubbleSvg as
|
|
359
|
-
import { TaskDependencyBlockedSvg as
|
|
360
|
-
import { TaskDependencyReadySvg as
|
|
361
|
-
import { WrenchSvg as
|
|
362
|
-
import { XBadgeSvg as
|
|
363
|
-
import { ChevronDownIcon as
|
|
364
|
-
export { un as ActionPanel, gn as ActivityCard, _n as ActivityFeed, Zr as AdminShellLayout, Xr as AdminTopbar, Qn as AgentMarkdownCard, dn as AppHeader, Wr as AuditTimeline, Ut as AuthLayout, si as BACKOFFICE_THEME_MODE_KEY, fr as BackofficeAuditMetadataPanel, Gr as BackofficeDataTable, lr as BackofficeDetailField, yr as BackofficeDetailFlagTag, ur as BackofficeDetailSection, br as BackofficeDetailTaggedValue, cr as BackofficeEmptyState, xr as BackofficeEnumLabel, pr as BackofficeFilterDrawer, mr as BackofficeFilterField, hr as BackofficeFormSection, rr as BackofficeIdBadge, Cr as BackofficeJsonViewer, Un as BackofficeKeyValueList, Er as BackofficeListFooter, Wt as BackofficePageHeader, Tr as BackofficePayloadViewer, gr as BackofficePickerList, _r as BackofficePickerRow, vr as BackofficePickerShell, dr as BackofficeReferenceValue, Fr as BackofficeRelationsMenu, Ir as BackofficeScopeStack, Yi as BackofficeSidebarActivitySvg, Xi as BackofficeSidebarArchiveSvg, Zi as BackofficeSidebarBadgeCheckSvg, Qi as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, $i as BackofficeSidebarBrainCircuitSvg, ea as BackofficeSidebarBriefcaseSvg, ta as BackofficeSidebarBuildingSvg, na as BackofficeSidebarCableSvg, ra as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, ia as BackofficeSidebarChartLineSvg, aa as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, oa as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, sa 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, ca as BackofficeSidebarGaugeSvg, la as BackofficeSidebarGitBranchPlusSvg, ua as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, da as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, fa as BackofficeSidebarGitMergeSvg, pa as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, ma as BackofficeSidebarKeySquareSvg, ha as BackofficeSidebarKeySvg, ga as BackofficeSidebarLandmarkSvg, _a as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, va as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, ya as BackofficeSidebarLockKeyholeSvg, ba as BackofficeSidebarLockSvg, xa as BackofficeSidebarMailPlusSvg, Sa as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, Ca as BackofficeSidebarMessagePlusSvg, wa as BackofficeSidebarMessageTextSvg, Ta as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, Ea as BackofficeSidebarPinSvg, Da as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, Oa as BackofficeSidebarReceiptSvg, ka as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, Aa as BackofficeSidebarSendSvg, ja as BackofficeSidebarShieldAlertSvg, Ma as BackofficeSidebarShieldCheckSvg, Na as BackofficeSidebarShieldUserSvg, Pa as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, Fa as BackofficeSidebarUploadCloudSvg, Ia as BackofficeSidebarUserCheckSvg, La as BackofficeSidebarUserCogSvg, Ra as BackofficeSidebarUserSearchSvg, za as BackofficeSidebarUserSvg, Ba as BackofficeSidebarUsersSvg, Va as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, Rr as BackofficeStatusGroup, Lr as BackofficeStatusMetaBadge, zr as BackofficeTableSkeleton, ci as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, 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, Br as BackofficeToolbar, Qe as Badge, Di as BanSvg, _t as BreadcrumbNavigation, Vr as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, ji as ChatCheckSvg, Oi as ChatSizeLargeSvg, ki as ChatSizeMediumSvg, Ai as ChatSizeSmallSvg, Mi as ChatXSvg, Ni as CheckSvg, it as Checkbox, yt as CheckboxField, ho as ChevronDownIcon, gt as ChevronDownSvg, Pn as ChevronLeftSvg, Fi as ClockSvg, Pi as CoinOffSvg, Sr as ConfirmDialog, fn as ContentLayout, xn as CopyableText, vn as DashboardGrid, yn as DashboardGridColumn, bn as DashboardGridItem, wn as DashboardMetricGroup, En as DashboardPanel, Dn as DashboardQuickActions, On as DashboardStatusList, Jt as DataTable, Yt as DataTableBody, Xt as DataTableEmptyRow, Zt as DataTableHeader, Qt as DataTableRoot, $t as DataTableRow, Ii as DatabaseCheckSvg, Li as DatabaseXSvg, qr as DetailPageTemplate, Jr as DetailPageTemplateContent, pn as DetailSummaryHeader, Ri as DevModeSvg, It as EmptyState, Kr as EntityHeader, ir as EnvironmentBadge, at as ErrorMessage, Ot as ExternalLinkSvg, zi as EyeSvg, ui as FALLBACK_REFERENCE, Hr as FilterChipRow, Ct as Form, vt as FormActions, xt as FormError, bt as FormErrorAlertSvg, St as FormField, wt as FormGroup, ot as FormattedDate, Ur as GlobalSearchInput, Dr as GlobeSvg, Bi as GripDotsSvg, Tt as HighlightCode, Vi as HomeActivityAssignUserSvg, Hi as HomeStatsCheckBadgeSvg, Ui as HomeStatsClipboardSvg, Wi as HomeStatsClockSvg, ct as IconMenuButton, tr as ImagePreviewModal, tn as InfiniteScrollTrigger, Tn as InfoTile, nn as InlineBanner, nt as Input, Gi as KeyOffSvg, Ki as KeySvg, rt as Label, wr as LazyBackofficeJsonViewer, Et as LazyMarkdownCodeBlock, Dt as LazyMarkdownRenderer, tt as LinkButton, qi as LinkCheckSvg, Ji as LinkXSvg, Yr as ListPageTemplate, Ha as LockOpenSvg, Ua as LockSvg, Ht as LoginForm, Wa as MailCheckSvg, Ga as MailXSvg, kt as MarkdownRenderer, kn as MetadataStrip, Sn as MetricCard, Kt as MetricHistoryChart, Cn as MetricTileGroup, ut as Modal, gi as MoneyAmount, rn as MutationFeedback, an as OperationFeedback, lt as Overlay, Gt as PageContainer, An as PageHero, Mn as PageShell, hn as PanelShell, Ka as PencilSvg, qa as PinFilledSvg, Ja as PinSvg, Bn as ProfileDropdownLogoutSvg, Ya as ProfileDropdownOrganizationSvg, Or as ProjectsFolderSvg, er as RefetchNeededBanner, st as RelativeTimeText, jn as ResizableSplitView, cn as ResponsiveCollectionRenderer, en as ResponsiveRecordList, Xa as RobotCheckSvg, Za as RobotSvg, Qa as RobotXSvg, $a as RocketOffSvg, eo as RocketSvg, on as RouteFallback, sn as RoutePendingBar, Nn as SelectableCard, to as SendCheckSvg, no as SendMessageSvg, ro as SendXSvg, io as SettingsCheckSvg, Hn as SettingsLayout, ao as SettingsXSvg, oo as ShieldLockSvg, so as ShieldOffSvg, Fn as ShortcutHint, ht as SidebarHomeSvg, kr as SidebarInitiativesSvg, zn as SidebarNavigation, In as SidebarNavigationCollapseToggle, Ln as SidebarNavigationItemComponent, Rn as SidebarNavigationSectionComponent, Ar as SidebarPlusSvg, Vn as SidebarProfileMenu, jr as SidebarSearchSvg, Mr as SidebarSettingsSvg, Nr as SidebarTasksSvg, Pr as SidebarTeamSvg, $n as SimpleSelect, ar as Skeleton, or as Spinner, mn as StatusBadge, Wn as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, ln as TableCell, Lt as Tabs, sr as Tag, co as TaskAttachmentSvg, lo as TaskCommentBubbleSvg, uo as TaskDependencyBlockedSvg, fo as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, qt as TimeSeriesLineChart, Gn as TimelineEventRow, zt as ToastProvider, Rt as ToastViewport, Kn as Toolbar, qn as ToolbarGroup, Jn as ToolbarSeparator, Yn as ToolbarSpacer, nr as VirtualizedConnectionTable, _e as VisuallyHidden, Ei as WrapperPage, po as WrenchSvg, mo as XBadgeSvg, li as __backofficeThemeTest, pe as __test, Qr as adminControlHeightVar, $r as adminDensityComfortableClass, a as adminDensityCompactClass, ei as adminDensityDefaultClass, ti as adminPanelPaddingVar, ni as adminTableCellPaddingXVar, ri as adminTableCellPaddingYVar, ii as adminTableFontSizeVar, ai as adminTableRowMinHeightVar, oi as adminToolbarGapVar, bi as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, xi as buildUtcDayRange, ye as colors, ve as containerQueries, Ce as controlFocusRing, he as cx, hi 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, _i as formatCurrencyAmount, vi as formatCurrencyAmountTitle, di as formatNullableCurrency, fi as formatNullableNumber, pi as formatNullableString, mi 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, At as markdownFontSizeVar, jt as markdownLinkColorVar, Mt as markdownLinkDisabledColorVar, Nt as markdownLinkHoverColorVar, Pt as markdownLinkIconColorVar, Ft as markdownTextColorVar, yi 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, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, Xn as sanitizeAgentAnswer, Zn 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, Si as toUtcDailyCategorySeries, Ci as toUtcDayKey, ze as truncate, Xe as uiI18nResources, Vt as useLoginForm, wi as useStickToBottom, Ti as useSubmitOnEnter, me as useTheme, Bt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };
|
|
339
|
+
import { LockOpenSvg as Wa } from "./icons/LockOpenSvg.js";
|
|
340
|
+
import { LockSvg as Ga } from "./icons/LockSvg.js";
|
|
341
|
+
import { MailCheckSvg as Ka } from "./icons/MailCheckSvg.js";
|
|
342
|
+
import { MailXSvg as qa } from "./icons/MailXSvg.js";
|
|
343
|
+
import { PencilSvg as Ja } from "./icons/PencilSvg.js";
|
|
344
|
+
import { PinFilledSvg as Ya } from "./icons/PinFilledSvg.js";
|
|
345
|
+
import { PinSvg as Xa } from "./icons/PinSvg.js";
|
|
346
|
+
import { ProfileDropdownOrganizationSvg as Za } from "./icons/ProfileDropdownOrganizationSvg.js";
|
|
347
|
+
import { RobotCheckSvg as Qa } from "./icons/RobotCheckSvg.js";
|
|
348
|
+
import { RobotSvg as $a } from "./icons/RobotSvg.js";
|
|
349
|
+
import { RobotXSvg as eo } from "./icons/RobotXSvg.js";
|
|
350
|
+
import { RocketOffSvg as to } from "./icons/RocketOffSvg.js";
|
|
351
|
+
import { RocketSvg as no } from "./icons/RocketSvg.js";
|
|
352
|
+
import { SendCheckSvg as ro } from "./icons/SendCheckSvg.js";
|
|
353
|
+
import { SendMessageSvg as io } from "./icons/SendMessageSvg.js";
|
|
354
|
+
import { SendXSvg as ao } from "./icons/SendXSvg.js";
|
|
355
|
+
import { SettingsCheckSvg as oo } from "./icons/SettingsCheckSvg.js";
|
|
356
|
+
import { SettingsXSvg as so } from "./icons/SettingsXSvg.js";
|
|
357
|
+
import { ShieldLockSvg as co } from "./icons/ShieldLockSvg.js";
|
|
358
|
+
import { ShieldOffSvg as lo } from "./icons/ShieldOffSvg.js";
|
|
359
|
+
import { TaskAttachmentSvg as uo } from "./icons/TaskAttachmentSvg.js";
|
|
360
|
+
import { TaskCommentBubbleSvg as fo } from "./icons/TaskCommentBubbleSvg.js";
|
|
361
|
+
import { TaskDependencyBlockedSvg as po } from "./icons/TaskDependencyBlockedSvg.js";
|
|
362
|
+
import { TaskDependencyReadySvg as mo } from "./icons/TaskDependencyReadySvg.js";
|
|
363
|
+
import { WrenchSvg as ho } from "./icons/WrenchSvg.js";
|
|
364
|
+
import { XBadgeSvg as go } from "./icons/XBadgeSvg.js";
|
|
365
|
+
import { ChevronDownIcon as _o } from "./svg/ChevronDownIcon.js";
|
|
366
|
+
export { dn as ActionPanel, vn as ActivityCard, yn as ActivityFeed, $r as AdminShellLayout, Qr as AdminTopbar, er as AgentMarkdownCard, fn as AppHeader, Kr as AuditTimeline, Wt as AuthLayout, li as BACKOFFICE_THEME_MODE_KEY, mr as BackofficeAuditMetadataPanel, qr as BackofficeDataTable, dr as BackofficeDetailField, xr as BackofficeDetailFlagTag, fr as BackofficeDetailSection, Sr as BackofficeDetailTaggedValue, ur as BackofficeEmptyState, Cr as BackofficeEnumLabel, hr as BackofficeFilterDrawer, gr as BackofficeFilterField, _r as BackofficeFormSection, ar as BackofficeIdBadge, Tr as BackofficeJsonViewer, Gn as BackofficeKeyValueList, Or as BackofficeListFooter, Gt as BackofficePageHeader, Dr as BackofficePayloadViewer, vr as BackofficePickerList, yr as BackofficePickerRow, br as BackofficePickerShell, pr as BackofficeReferenceValue, Lr as BackofficeRelationsMenu, Rr as BackofficeScopeStack, Zi as BackofficeSidebarActivitySvg, Qi as BackofficeSidebarArchiveSvg, $i as BackofficeSidebarBadgeCheckSvg, ea as BackofficeSidebarBotSvg, o as BackofficeSidebarBracesSvg, ta as BackofficeSidebarBrainCircuitSvg, na as BackofficeSidebarBriefcaseSvg, ra as BackofficeSidebarBuildingSvg, ia as BackofficeSidebarCableSvg, aa as BackofficeSidebarCalendarSvg, s as BackofficeSidebarChartBarSvg, oa as BackofficeSidebarChartLineSvg, sa as BackofficeSidebarChartPieSvg, c as BackofficeSidebarClipboardCheckSvg, ca as BackofficeSidebarClipboardListSvg, l as BackofficeSidebarClockSvg, u as BackofficeSidebarCodeSvg, d as BackofficeSidebarCopyCheckSvg, f as BackofficeSidebarCopySvg, p as BackofficeSidebarCopyXSvg, m as BackofficeSidebarCrosshairSvg, la 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, ua as BackofficeSidebarGaugeSvg, da as BackofficeSidebarGitBranchPlusSvg, fa as BackofficeSidebarGitBranchSvg, D as BackofficeSidebarGitCommitSvg, pa as BackofficeSidebarGitCompareSvg, O as BackofficeSidebarGitForkSvg, ma as BackofficeSidebarGitMergeSvg, ha as BackofficeSidebarGitPullRequestSvg, k as BackofficeSidebarGlobeSvg, A as BackofficeSidebarHistorySvg, j as BackofficeSidebarInfoSvg, ga as BackofficeSidebarKeySquareSvg, _a as BackofficeSidebarKeySvg, va as BackofficeSidebarLandmarkSvg, ya as BackofficeSidebarLayoutDashboardSvg, M as BackofficeSidebarLinkSvg, N as BackofficeSidebarListChecksSvg, P as BackofficeSidebarListTodoSvg, ba as BackofficeSidebarListTreeSvg, F as BackofficeSidebarLocateSvg, xa as BackofficeSidebarLockKeyholeSvg, Sa as BackofficeSidebarLockSvg, Ca as BackofficeSidebarMailPlusSvg, wa as BackofficeSidebarMapPinSvg, I as BackofficeSidebarMapSvg, Ta as BackofficeSidebarMessagePlusSvg, Ea as BackofficeSidebarMessageTextSvg, Da as BackofficeSidebarMessagesSvg, L as BackofficeSidebarMonitorCheckSvg, R as BackofficeSidebarMouseClickSvg, z as BackofficeSidebarNetworkSvg, B as BackofficeSidebarPanelsSvg, V as BackofficeSidebarPenToolSvg, Oa as BackofficeSidebarPinSvg, ka as BackofficeSidebarPlayCircleSvg, H as BackofficeSidebarRadarSvg, Aa as BackofficeSidebarReceiptSvg, ja as BackofficeSidebarRocketSvg, U as BackofficeSidebarRouteSvg, W as BackofficeSidebarScrollTextSvg, G as BackofficeSidebarSearchCodeSvg, K as BackofficeSidebarSearchSvg, Ma as BackofficeSidebarSendSvg, Na as BackofficeSidebarShieldAlertSvg, Pa as BackofficeSidebarShieldCheckSvg, Fa as BackofficeSidebarShieldUserSvg, Ia as BackofficeSidebarStepForwardSvg, q as BackofficeSidebarStethoscopeSvg, J as BackofficeSidebarTerminalSquareSvg, Y as BackofficeSidebarTestTubeSvg, X as BackofficeSidebarTrashSvg, La as BackofficeSidebarUploadCloudSvg, Ra as BackofficeSidebarUserCheckSvg, za as BackofficeSidebarUserCogSvg, Ba as BackofficeSidebarUserSearchSvg, Va as BackofficeSidebarUserSvg, Ha as BackofficeSidebarUsersSvg, Ua as BackofficeSidebarWalletSvg, Z as BackofficeSidebarWandSvg, Q as BackofficeSidebarWorkflowSvg, $ as BackofficeSidebarWrenchSvg, Br as BackofficeStatusGroup, zr as BackofficeStatusMetaBadge, Vr as BackofficeTableSkeleton, ui as BackofficeThemeProvider, B as BackofficeToolArchitectureSvg, 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, Hr as BackofficeToolbar, Qe as Badge, ki as BanSvg, _t as BreadcrumbNavigation, Ur as BulkActionsBar, et as Button, $e as ButtonLoadingSpinnerSvg, mt as Card, Ni as ChatCheckSvg, Ai as ChatSizeLargeSvg, ji as ChatSizeMediumSvg, Mi as ChatSizeSmallSvg, Pi as ChatXSvg, Fi as CheckSvg, it as Checkbox, bt as CheckboxField, _o as ChevronDownIcon, gt as ChevronDownSvg, In as ChevronLeftSvg, Li as ClockSvg, Ii as CoinOffSvg, wr as ConfirmDialog, mn as ContentLayout, Cn as CopyableText, bn as DashboardGrid, xn as DashboardGridColumn, Sn as DashboardGridItem, En as DashboardMetricGroup, On as DashboardPanel, kn as DashboardQuickActions, An as DashboardStatusList, Yt as DataTable, Xt as DataTableBody, Zt as DataTableEmptyRow, Qt as DataTableHeader, $t as DataTableRoot, en as DataTableRow, Ri as DatabaseCheckSvg, zi as DatabaseXSvg, Yr as DetailPageTemplate, Xr as DetailPageTemplateContent, hn as DetailSummaryHeader, Bi as DevModeSvg, Lt as EmptyState, Jr as EntityHeader, or as EnvironmentBadge, at as ErrorMessage, kt as ExternalLinkSvg, Vi as EyeSvg, fi as FALLBACK_REFERENCE, Wr 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, Gr as GlobalSearchInput, kr as GlobeSvg, Hi as GripDotsSvg, Et as HighlightCode, Ui as HomeActivityAssignUserSvg, Wi as HomeStatsCheckBadgeSvg, Gi as HomeStatsClipboardSvg, Ki as HomeStatsClockSvg, ct as IconMenuButton, rr as ImagePreviewModal, nn as InfiniteScrollTrigger, Dn as InfoTile, rn as InlineBanner, nt as Input, qi as KeyOffSvg, Ji as KeySvg, rt as Label, Er as LazyBackofficeJsonViewer, Dt as LazyMarkdownCodeBlock, Ot as LazyMarkdownRenderer, tt as LinkButton, Yi as LinkCheckSvg, Xi as LinkXSvg, Zr as ListPageTemplate, Wa as LockOpenSvg, Ga as LockSvg, Ut as LoginForm, Ka as MailCheckSvg, qa as MailXSvg, At as MarkdownRenderer, jn as MetadataStrip, wn as MetricCard, qt as MetricHistoryChart, Tn as MetricTileGroup, ut as Modal, vi as MoneyAmount, an as MutationFeedback, on as OperationFeedback, lt as Overlay, Kt as PageContainer, Mn as PageHero, Pn as PageShell, _n as PanelShell, Ja as PencilSvg, Ya as PinFilledSvg, Xa as PinSvg, Hn as ProfileDropdownLogoutSvg, Za as ProfileDropdownOrganizationSvg, Ar as ProjectsFolderSvg, nr as RefetchNeededBanner, st as RelativeTimeText, Nn as ResizableSplitView, ln as ResponsiveCollectionRenderer, tn as ResponsiveRecordList, Qa as RobotCheckSvg, $a as RobotSvg, eo as RobotXSvg, to as RocketOffSvg, no as RocketSvg, sn as RouteFallback, cn as RoutePendingBar, Fn as SelectableCard, ro as SendCheckSvg, io as SendMessageSvg, ao as SendXSvg, oo as SettingsCheckSvg, Wn as SettingsLayout, so as SettingsXSvg, co as ShieldLockSvg, lo as ShieldOffSvg, Ln as ShortcutHint, ht as SidebarHomeSvg, jr as SidebarInitiativesSvg, Vn as SidebarNavigation, Rn as SidebarNavigationCollapseToggle, zn as SidebarNavigationItemComponent, Bn as SidebarNavigationSectionComponent, Mr as SidebarPlusSvg, Un as SidebarProfileMenu, Nr as SidebarSearchSvg, Pr as SidebarSettingsSvg, Fr as SidebarTasksSvg, Ir as SidebarTeamSvg, tr as SimpleSelect, sr as Skeleton, cr as Spinner, gn as StatusBadge, Kn as StatusSummaryPanel, ft as Surface, pt as SurfaceSection, de as THEME_MODE_KEY, un as TableCell, Rt as Tabs, lr as Tag, uo as TaskAttachmentSvg, fo as TaskCommentBubbleSvg, po as TaskDependencyBlockedSvg, mo as TaskDependencyReadySvg, dt as Textarea, fe as ThemeProvider, Jt as TimeSeriesLineChart, qn as TimelineEventRow, Bt as ToastProvider, zt as ToastViewport, Jn as Toolbar, Yn as ToolbarGroup, Xn as ToolbarSeparator, Zn as ToolbarSpacer, pn as TopNavigationShell, ir as VirtualizedConnectionTable, _e as VisuallyHidden, Oi as WrapperPage, ho as WrenchSvg, go as XBadgeSvg, di as __backofficeThemeTest, pe as __test, a as adminControlHeightVar, ei as adminDensityComfortableClass, ti as adminDensityCompactClass, ni as adminDensityDefaultClass, ri as adminPanelPaddingVar, ii as adminTableCellPaddingXVar, ai as adminTableCellPaddingYVar, oi as adminTableFontSizeVar, si as adminTableRowMinHeightVar, ci as adminToolbarGapVar, Si as aggregateValuesByDayAndCategory, re as backofficeDarkThemeClass, ie as backofficeDarkThemeValues, ae as backofficeLightThemeClass, oe as backofficeLightThemeValues, Se as brandFocusRing, Ci as buildUtcDayRange, ye as colors, ve as containerQueries, Ce as controlFocusRing, he as cx, _i 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, yi as formatCurrencyAmount, bi as formatCurrencyAmountTitle, pi as formatNullableCurrency, mi as formatNullableNumber, hi as formatNullableString, gi 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, jt as markdownFontSizeVar, Mt as markdownLinkColorVar, Nt as markdownLinkDisabledColorVar, Pt as markdownLinkHoverColorVar, Ft as markdownLinkIconColorVar, It as markdownTextColorVar, xi 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, r as resolveFormInitialFocusTarget, i as resolveInitialFocusTarget, Qn as sanitizeAgentAnswer, $n 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 toUtcDailyCategorySeries, Ti as toUtcDayKey, ze as truncate, Xe as uiI18nResources, Ht as useLoginForm, Ei as useStickToBottom, Di as useSubmitOnEnter, me as useTheme, Vt as useToast, xe as vars, ne as visuallyHidden, Ze as withUiI18nResources };
|