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