@plumile/ui 0.1.134 → 0.1.142
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/README.md +129 -15
- package/lib/esm/admin/organisms/admin_sidebar/AdminSidebar.js +4 -4
- package/lib/esm/admin/organisms/admin_sidebar/adminSidebar.css.js +0 -2
- package/lib/esm/admin/organisms/admin_topbar/adminTopbar.css.js +1 -0
- package/lib/esm/admin/templates/admin_shell_layout/AdminShellLayout.js +2 -2
- package/lib/esm/admin/templates/admin_shell_layout/AdminShellLayout.js.map +1 -1
- package/lib/esm/atomic/atoms/badge/Badge.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/ErrorMessage.js +9 -8
- package/lib/esm/atomic/atoms/error_message/ErrorMessage.js.map +1 -1
- package/lib/esm/atomic/atoms/error_message/errorMessage.css.js +1 -0
- package/lib/esm/atomic/molecules/card/Card.js +17 -19
- package/lib/esm/atomic/molecules/card/Card.js.map +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js +80 -2
- package/lib/esm/atomic/molecules/empty-state/EmptyState.css.js.map +1 -1
- package/lib/esm/atomic/molecules/empty-state/EmptyState.js +50 -28
- package/lib/esm/atomic/molecules/empty-state/EmptyState.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/FormError.js +29 -19
- package/lib/esm/atomic/molecules/form_error/FormError.js.map +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js +1 -1
- package/lib/esm/atomic/molecules/form_error/formError.css.js.map +1 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownDelete.css.js +0 -1
- package/lib/esm/atomic/molecules/markdown/components/MarkdownHeading.css.js +1 -0
- package/lib/esm/atomic/molecules/tabs/Tabs.js +82 -28
- package/lib/esm/atomic/molecules/tabs/Tabs.js.map +1 -1
- package/lib/esm/atomic/molecules/tabs/tabs.css.js +50 -8
- package/lib/esm/atomic/molecules/tabs/tabs.css.js.map +1 -1
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js +48 -48
- package/lib/esm/atomic/organisms/sidebar/NavigationSidebar.js.map +1 -1
- package/lib/esm/backoffice/atoms/status_badge/StatusBadge.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js +38 -0
- package/lib/esm/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js +35 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js +16 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js +25 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js +37 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js +19 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js +15 -32
- package/lib/esm/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js +11 -0
- package/lib/esm/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js +17 -18
- package/lib/esm/backoffice/molecules/backoffice_form_section/BackofficeFormSection.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.js +12 -0
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js +15 -20
- package/lib/esm/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js +23 -16
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js +2 -2
- package/lib/esm/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.js +11 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js +55 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.js +15 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js +63 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/BackofficePicker.js +76 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/BackofficePicker.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_picker/backofficePicker.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js +23 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js +18 -0
- package/lib/esm/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js +28 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js +8 -0
- package/lib/esm/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js +60 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.js.map +1 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js +14 -0
- package/lib/esm/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.js.map +1 -0
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js +1 -1
- package/lib/esm/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js +3 -3
- package/lib/esm/backoffice/molecules/confirm_dialog/ConfirmDialog.js.map +1 -1
- package/lib/esm/backoffice/molecules/global_search_input/GlobalSearchInput.js +4 -4
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js +1 -1
- package/lib/esm/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js +60 -60
- package/lib/esm/backoffice/molecules/sidebar_nav_item/SidebarNavItem.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js +96 -96
- package/lib/esm/backoffice/molecules/sidebar_nav_section/SidebarNavSection.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js +2 -2
- package/lib/esm/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js +52 -52
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.js.map +1 -1
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js +6 -6
- package/lib/esm/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.js.map +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js +69 -34
- package/lib/esm/backoffice/organisms/audit_timeline/AuditTimeline.js.map +1 -1
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js +22 -2
- package/lib/esm/backoffice/organisms/audit_timeline/auditTimeline.css.js.map +1 -1
- package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js +4 -4
- package/lib/esm/backoffice/organisms/backoffice_data_table/BackofficeDataTable.js.map +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js +70 -40
- package/lib/esm/backoffice/templates/detail_page_template/DetailPageTemplate.js.map +1 -1
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js +66 -3
- package/lib/esm/backoffice/templates/detail_page_template/detailPageTemplate.css.js.map +1 -1
- package/lib/esm/components/dashboard/activity_card/ActivityCard.js +4 -4
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js +9 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.js +30 -0
- package/lib/esm/components/dashboard/dashboard_metric_group/DashboardMetricGroup.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.js +16 -0
- package/lib/esm/components/dashboard/dashboard_panel/DashboardPanel.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.js +27 -0
- package/lib/esm/components/dashboard/dashboard_quick_actions/DashboardQuickActions.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js +8 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.css.js.map +1 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.js +28 -0
- package/lib/esm/components/dashboard/dashboard_status_list/DashboardStatusList.js.map +1 -0
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js +30 -2
- package/lib/esm/components/dashboard/metric_card/MetricCard.css.js.map +1 -1
- package/lib/esm/components/dashboard/metric_card/MetricCard.js +40 -26
- package/lib/esm/components/dashboard/metric_card/MetricCard.js.map +1 -1
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js +23 -2
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.css.js.map +1 -1
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.js +16 -4
- package/lib/esm/components/dashboard/metric_tile_group/MetricTileGroup.js.map +1 -1
- package/lib/esm/components/dashboard/status_summary_panel/StatusSummaryPanel.js +4 -4
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js +14 -2
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.css.js.map +1 -1
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js +46 -25
- package/lib/esm/components/dashboard/timeline_event_row/TimelineEventRow.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.css.js +19 -19
- package/lib/esm/components/data-table/DataTable.css.js.map +1 -1
- package/lib/esm/components/data-table/DataTable.js +142 -76
- package/lib/esm/components/data-table/DataTable.js.map +1 -1
- package/lib/esm/components/data-table/ResponsiveRecordList.js.map +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js +2 -2
- package/lib/esm/components/data-table/VirtualizedConnectionTable.css.js.map +1 -1
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js +177 -170
- package/lib/esm/components/data-table/VirtualizedConnectionTable.js.map +1 -1
- package/lib/esm/components/feedback/InlineBanner.js +49 -0
- package/lib/esm/components/feedback/InlineBanner.js.map +1 -0
- package/lib/esm/components/feedback/OperationFeedback.css.js +2 -2
- package/lib/esm/components/feedback/OperationFeedback.css.js.map +1 -1
- package/lib/esm/components/feedback/OperationFeedback.js +20 -24
- package/lib/esm/components/feedback/OperationFeedback.js.map +1 -1
- package/lib/esm/components/feedback/inlineBanner.css.js +19 -0
- package/lib/esm/components/feedback/inlineBanner.css.js.map +1 -0
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js +31 -23
- package/lib/esm/components/infinite/InfiniteScrollTrigger.js.map +1 -1
- package/lib/esm/components/layout/ActionPanel.css.js +2 -2
- package/lib/esm/components/layout/ActionPanel.css.js.map +1 -1
- package/lib/esm/components/layout/ActionPanel.js +29 -35
- package/lib/esm/components/layout/ActionPanel.js.map +1 -1
- package/lib/esm/components/layout/PageShell.css.js +2 -20
- package/lib/esm/components/layout/PageShell.css.js.map +1 -1
- package/lib/esm/components/layout/PageShell.js +155 -279
- package/lib/esm/components/layout/PageShell.js.map +1 -1
- package/lib/esm/components/layout/ResizableSplitView.css.js +8 -0
- package/lib/esm/components/layout/ResizableSplitView.css.js.map +1 -0
- package/lib/esm/components/layout/ResizableSplitView.js +176 -0
- package/lib/esm/components/layout/ResizableSplitView.js.map +1 -0
- package/lib/esm/components/layout/Surface.css.js +41 -0
- package/lib/esm/components/layout/Surface.css.js.map +1 -0
- package/lib/esm/components/layout/Surface.js +61 -0
- package/lib/esm/components/layout/Surface.js.map +1 -0
- package/lib/esm/components/layout/toolbar/Toolbar.css.js +64 -0
- package/lib/esm/components/layout/toolbar/Toolbar.css.js.map +1 -0
- package/lib/esm/components/layout/toolbar/Toolbar.js +36 -0
- package/lib/esm/components/layout/toolbar/Toolbar.js.map +1 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js +89 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigation.js.map +1 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigationItem.js +2 -0
- package/lib/esm/components/navigation/sidebar/SidebarNavigationSection.js +2 -0
- package/lib/esm/components/navigation/sidebar/SidebarProfileMenu.js +2 -0
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js +48 -0
- package/lib/esm/components/navigation/sidebar/sidebarNavigation.css.js.map +1 -0
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js +16 -23
- package/lib/esm/components/subscriptions/RefetchNeededBanner.js.map +1 -1
- package/lib/esm/i18n/locales/en/ui.js +16 -5
- package/lib/esm/i18n/locales/en/ui.js.map +1 -1
- package/lib/esm/i18n/locales/fr/ui.js +16 -5
- package/lib/esm/i18n/locales/fr/ui.js.map +1 -1
- package/lib/esm/index.js +237 -233
- package/lib/esm/internal/data-table/virtualization.js +1 -1
- package/lib/esm/internal/data-table/virtualization.js.map +1 -1
- package/lib/esm/internal/infinite/infiniteLoad.js +23 -0
- package/lib/esm/internal/infinite/infiniteLoad.js.map +1 -0
- package/lib/esm/node_modules/dompurify/dist/purify.es.js +290 -246
- package/lib/esm/node_modules/dompurify/dist/purify.es.js.map +1 -1
- package/lib/esm/node_modules/katex/dist/katex.js +1561 -1599
- package/lib/esm/node_modules/katex/dist/katex.js.map +1 -1
- package/lib/esm/style.css +1 -1
- package/lib/esm/theme/backofficeTheme.css.js +100 -0
- package/lib/esm/theme/backofficeTheme.css.js.map +1 -1
- package/lib/esm/theme/publicTheme.css.js +100 -0
- package/lib/esm/theme/publicTheme.css.js.map +1 -1
- package/lib/esm/theme/theme.css.js +200 -0
- package/lib/esm/theme/themeContract.css.js +359 -309
- package/lib/esm/theme/themeContract.css.js.map +1 -1
- package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts +4 -4
- package/lib/types/admin/templates/admin_shell_layout/AdminShellLayout.d.ts.map +1 -1
- package/lib/types/atomic/atoms/badge/Badge.d.ts +3 -3
- package/lib/types/atomic/atoms/badge/Badge.d.ts.map +1 -1
- package/lib/types/atomic/atoms/error_message/ErrorMessage.d.ts +1 -1
- package/lib/types/atomic/atoms/error_message/ErrorMessage.d.ts.map +1 -1
- package/lib/types/atomic/molecules/card/Card.d.ts.map +1 -1
- package/lib/types/atomic/molecules/empty-state/EmptyState.css.d.ts +56 -5
- package/lib/types/atomic/molecules/empty-state/EmptyState.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/empty-state/EmptyState.d.ts +14 -4
- package/lib/types/atomic/molecules/empty-state/EmptyState.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_error/FormError.d.ts +5 -2
- package/lib/types/atomic/molecules/form_error/FormError.d.ts.map +1 -1
- package/lib/types/atomic/molecules/form_error/formError.css.d.ts.map +1 -1
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts +16 -7
- package/lib/types/atomic/molecules/tabs/Tabs.d.ts.map +1 -1
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts +21 -2
- package/lib/types/atomic/molecules/tabs/tabs.css.d.ts.map +1 -1
- package/lib/types/backoffice/atoms/status_badge/StatusBadge.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.d.ts +21 -0
- package/lib/types/backoffice/molecules/backoffice_audit_metadata_panel/BackofficeAuditMetadataPanel.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.d.ts +17 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/BackofficeDetailField.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.d.ts +14 -0
- package/lib/types/backoffice/molecules/backoffice_detail_field/backofficeDetailField.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.d.ts +11 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/BackofficeDetailFlagTag.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.d.ts +4 -0
- package/lib/types/backoffice/molecules/backoffice_detail_flag_tag/backofficeDetailFlagTag.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.d.ts +12 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/BackofficeDetailSection.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.d.ts +6 -0
- package/lib/types/backoffice/molecules/backoffice_detail_section/backofficeDetailSection.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.d.ts +13 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/BackofficeDetailTaggedValue.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_detail_tagged_value/backofficeDetailTaggedValue.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_empty_state/BackofficeEmptyState.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.d.ts +9 -0
- package/lib/types/backoffice/molecules/backoffice_enum_label/BackofficeEnumLabel.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_form_section/BackofficeFormSection.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts +0 -3
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.d.ts +5 -0
- package/lib/types/backoffice/molecules/backoffice_json_viewer/LazyBackofficeJsonViewer.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts +8 -2
- package/lib/types/backoffice/molecules/backoffice_key_value_list/BackofficeKeyValueList.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_key_value_list/backofficeKeyValueList.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.d.ts +23 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.d.ts +25 -0
- package/lib/types/backoffice/molecules/backoffice_list_footer/BackofficeListFooter.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/{backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts → backoffice_list_footer/backofficeListFooter.css.d.ts} +3 -2
- package/lib/types/backoffice/molecules/backoffice_list_footer/backofficeListFooter.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.d.ts +26 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.d.ts +7 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/BackofficePayloadViewer.helpers.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.d.ts +6 -0
- package/lib/types/backoffice/molecules/backoffice_payload_viewer/backofficePayloadViewer.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_picker/BackofficePicker.d.ts +35 -0
- package/lib/types/backoffice/molecules/backoffice_picker/BackofficePicker.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_picker/backofficePicker.css.d.ts +9 -0
- package/lib/types/backoffice/molecules/backoffice_picker/backofficePicker.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.d.ts +10 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/BackofficeReferenceValue.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.d.ts +3 -0
- package/lib/types/backoffice/molecules/backoffice_reference_value/backofficeReferenceValue.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.d.ts +15 -0
- package/lib/types/backoffice/molecules/backoffice_scope_stack/BackofficeScopeStack.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.d.ts +8 -0
- package/lib/types/backoffice/molecules/backoffice_status_group/BackofficeStatusGroup.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.d.ts +14 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/BackofficeStatusMetaBadge.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.d.ts +2 -0
- package/lib/types/backoffice/molecules/backoffice_status_meta_badge/backofficeStatusMetaBadge.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.d.ts +22 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/BackofficeToolbar.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.d.ts +18 -0
- package/lib/types/backoffice/molecules/backoffice_toolbar/backofficeToolbar.css.d.ts.map +1 -0
- package/lib/types/backoffice/molecules/bulk_actions_bar/bulkActionsBar.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_collapse_toggle/sidebarCollapseToggle.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/SidebarNavItem.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts +1 -0
- package/lib/types/backoffice/molecules/sidebar_nav_item/sidebarNavItem.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/SidebarNavSection.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts +2 -0
- package/lib/types/backoffice/molecules/sidebar_nav_section/sidebarNavSection.css.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_profile_menu/BackofficeSidebarProfileMenu.d.ts.map +1 -1
- package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts +8 -0
- package/lib/types/backoffice/molecules/sidebar_profile_menu/sidebarProfileMenu.css.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts +20 -2
- package/lib/types/backoffice/organisms/audit_timeline/AuditTimeline.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts +32 -2
- package/lib/types/backoffice/organisms/audit_timeline/auditTimeline.css.d.ts.map +1 -1
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts +2 -2
- package/lib/types/backoffice/organisms/backoffice_data_table/BackofficeDataTable.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts +12 -1
- package/lib/types/backoffice/templates/detail_page_template/DetailPageTemplate.d.ts.map +1 -1
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts +25 -4
- package/lib/types/backoffice/templates/detail_page_template/detailPageTemplate.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.d.ts +4 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.d.ts +19 -0
- package/lib/types/components/dashboard/dashboard_metric_group/DashboardMetricGroup.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.css.d.ts +2 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.d.ts +11 -0
- package/lib/types/components/dashboard/dashboard_panel/DashboardPanel.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.d.ts +5 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.d.ts +14 -0
- package/lib/types/components/dashboard/dashboard_quick_actions/DashboardQuickActions.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.css.d.ts +6 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.css.d.ts.map +1 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.d.ts +14 -0
- package/lib/types/components/dashboard/dashboard_status_list/DashboardStatusList.d.ts.map +1 -0
- package/lib/types/components/dashboard/metric_card/MetricCard.css.d.ts +38 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.d.ts +7 -1
- package/lib/types/components/dashboard/metric_card/MetricCard.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts +17 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts +4 -1
- package/lib/types/components/dashboard/metric_tile_group/MetricTileGroup.d.ts.map +1 -1
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts +31 -2
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.css.d.ts.map +1 -1
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts +8 -3
- package/lib/types/components/dashboard/timeline_event_row/TimelineEventRow.d.ts.map +1 -1
- package/lib/types/components/data-table/DataTable.css.d.ts +1 -0
- package/lib/types/components/data-table/DataTable.css.d.ts.map +1 -1
- package/lib/types/components/data-table/DataTable.d.ts +54 -3
- package/lib/types/components/data-table/DataTable.d.ts.map +1 -1
- package/lib/types/components/data-table/ResponsiveRecordList.d.ts +1 -4
- package/lib/types/components/data-table/ResponsiveRecordList.d.ts.map +1 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts +0 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.css.d.ts.map +1 -1
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts +11 -5
- package/lib/types/components/data-table/VirtualizedConnectionTable.d.ts.map +1 -1
- package/lib/types/{backoffice/molecules/inline_banner → components/feedback}/InlineBanner.d.ts +4 -2
- package/lib/types/components/feedback/InlineBanner.d.ts.map +1 -0
- package/lib/types/components/feedback/OperationFeedback.css.d.ts +0 -1
- package/lib/types/components/feedback/OperationFeedback.css.d.ts.map +1 -1
- package/lib/types/components/feedback/OperationFeedback.d.ts.map +1 -1
- package/lib/types/components/feedback/inlineBanner.css.d.ts.map +1 -0
- package/lib/types/components/infinite/InfiniteScrollTrigger.d.ts.map +1 -1
- package/lib/types/components/layout/ActionPanel.css.d.ts +1 -0
- package/lib/types/components/layout/ActionPanel.css.d.ts.map +1 -1
- package/lib/types/components/layout/ActionPanel.d.ts.map +1 -1
- package/lib/types/components/layout/PageShell.css.d.ts +1 -14
- package/lib/types/components/layout/PageShell.css.d.ts.map +1 -1
- package/lib/types/components/layout/PageShell.d.ts +1 -3
- package/lib/types/components/layout/PageShell.d.ts.map +1 -1
- package/lib/types/components/layout/ResizableSplitView.css.d.ts +8 -0
- package/lib/types/components/layout/ResizableSplitView.css.d.ts.map +1 -0
- package/lib/types/components/layout/ResizableSplitView.d.ts +27 -0
- package/lib/types/components/layout/ResizableSplitView.d.ts.map +1 -0
- package/lib/types/components/layout/Surface.css.d.ts +31 -0
- package/lib/types/components/layout/Surface.css.d.ts.map +1 -0
- package/lib/types/components/layout/Surface.d.ts +30 -0
- package/lib/types/components/layout/Surface.d.ts.map +1 -0
- package/lib/types/components/layout/toolbar/Toolbar.css.d.ts +40 -0
- package/lib/types/components/layout/toolbar/Toolbar.css.d.ts.map +1 -0
- package/lib/types/components/layout/toolbar/Toolbar.d.ts +35 -0
- package/lib/types/components/layout/toolbar/Toolbar.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigation.d.ts +57 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigation.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationItem.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationItem.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationSection.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarNavigationSection.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/SidebarProfileMenu.d.ts +2 -0
- package/lib/types/components/navigation/sidebar/SidebarProfileMenu.d.ts.map +1 -0
- package/lib/types/components/navigation/sidebar/sidebarNavigation.css.d.ts +19 -0
- package/lib/types/components/navigation/sidebar/sidebarNavigation.css.d.ts.map +1 -0
- package/lib/types/components/subscriptions/RefetchNeededBanner.d.ts.map +1 -1
- package/lib/types/i18n/resources.d.ts +32 -14
- package/lib/types/i18n/resources.d.ts.map +1 -1
- package/lib/types/index.d.ts +33 -33
- package/lib/types/index.d.ts.map +1 -1
- package/lib/types/internal/data-table/virtualization.d.ts +2 -2
- package/lib/types/internal/data-table/virtualization.d.ts.map +1 -1
- package/lib/types/internal/infinite/infiniteLoad.d.ts +27 -0
- package/lib/types/internal/infinite/infiniteLoad.d.ts.map +1 -0
- package/lib/types/theme/backofficeTheme.css.d.ts +100 -0
- package/lib/types/theme/backofficeTheme.css.d.ts.map +1 -1
- package/lib/types/theme/publicTheme.css.d.ts +100 -0
- package/lib/types/theme/publicTheme.css.d.ts.map +1 -1
- package/lib/types/theme/sprinkles.css.d.ts +2 -2
- package/lib/types/theme/themeContract.css.d.ts +50 -0
- package/lib/types/theme/themeContract.css.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/i18n/locales/en/ui.json +16 -7
- package/src/i18n/locales/fr/ui.json +16 -7
- package/lib/esm/atomic/molecules/card/Card.css.js +0 -8
- package/lib/esm/atomic/molecules/card/Card.css.js.map +0 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js +0 -8
- package/lib/esm/atomic/molecules/form/FormErrorBanner.css.js.map +0 -1
- package/lib/esm/atomic/molecules/form/FormErrorBanner.js +0 -17
- package/lib/esm/atomic/molecules/form/FormErrorBanner.js.map +0 -1
- package/lib/esm/atomic/templates/detail-page/DetailPage.js +0 -49
- package/lib/esm/atomic/templates/detail-page/DetailPage.js.map +0 -1
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js +0 -8
- package/lib/esm/atomic/templates/detail-page/detailPage.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js +0 -33
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js +0 -36
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js +0 -37
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js +0 -35
- package/lib/esm/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js +0 -41
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js +0 -8
- package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js +0 -46
- package/lib/esm/backoffice/molecules/backoffice_tabs/BackofficeTabs.js.map +0 -1
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js +0 -17
- package/lib/esm/backoffice/molecules/backoffice_tabs/backofficeTabs.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js +0 -46
- package/lib/esm/backoffice/molecules/inline_banner/InlineBanner.js.map +0 -1
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js +0 -19
- package/lib/esm/backoffice/molecules/inline_banner/inlineBanner.css.js.map +0 -1
- package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js +0 -41
- package/lib/esm/backoffice/molecules/table_toolbar/TableToolbar.js.map +0 -1
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js +0 -8
- package/lib/esm/backoffice/molecules/table_toolbar/tableToolbar.css.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js +0 -26
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js +0 -8
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.js.map +0 -1
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/helpers.js +0 -18
- package/lib/esm/backoffice/organisms/backoffice_virtualized_connection_table/helpers.js.map +0 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js +0 -8
- package/lib/esm/components/dashboard/section_nav/SectionNav.css.js.map +0 -1
- package/lib/esm/components/dashboard/section_nav/SectionNav.js +0 -25
- package/lib/esm/components/dashboard/section_nav/SectionNav.js.map +0 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js +0 -8
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.css.js.map +0 -1
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.js +0 -24
- package/lib/esm/components/dashboard/segmented_nav/SegmentedNav.js.map +0 -1
- package/lib/esm/components/layout/AppShell.js +0 -19
- package/lib/esm/components/layout/AppShell.js.map +0 -1
- package/lib/esm/components/layout/SidebarPageLayout.js +0 -16
- package/lib/esm/components/layout/SidebarPageLayout.js.map +0 -1
- package/lib/esm/components/layout/SplitViewLayout.css.js +0 -8
- package/lib/esm/components/layout/SplitViewLayout.css.js.map +0 -1
- package/lib/esm/components/layout/SplitViewLayout.js +0 -18
- package/lib/esm/components/layout/SplitViewLayout.js.map +0 -1
- package/lib/esm/components/layout/TabsContentLayout.css.js +0 -8
- package/lib/esm/components/layout/TabsContentLayout.css.js.map +0 -1
- package/lib/esm/components/layout/TabsContentLayout.js +0 -31
- package/lib/esm/components/layout/TabsContentLayout.js.map +0 -1
- package/lib/esm/components/layout/ToolbarRow.css.js +0 -8
- package/lib/esm/components/layout/ToolbarRow.css.js.map +0 -1
- package/lib/esm/components/layout/ToolbarRow.js +0 -12
- package/lib/esm/components/layout/ToolbarRow.js.map +0 -1
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js +0 -8
- package/lib/esm/components/subscriptions/RefetchNeededBanner.css.js.map +0 -1
- package/lib/types/atomic/molecules/card/Card.css.d.ts +0 -5
- package/lib/types/atomic/molecules/card/Card.css.d.ts.map +0 -1
- package/lib/types/atomic/molecules/form/FormErrorBanner.css.d.ts +0 -2
- package/lib/types/atomic/molecules/form/FormErrorBanner.css.d.ts.map +0 -1
- package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts +0 -7
- package/lib/types/atomic/molecules/form/FormErrorBanner.d.ts.map +0 -1
- package/lib/types/atomic/templates/detail-page/DetailPage.d.ts +0 -19
- package/lib/types/atomic/templates/detail-page/DetailPage.d.ts.map +0 -1
- package/lib/types/atomic/templates/detail-page/detailPage.css.d.ts +0 -9
- package/lib/types/atomic/templates/detail-page/detailPage.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts +0 -10
- package/lib/types/backoffice/molecules/backoffice_detail_layout/BackofficeDetailLayout.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts +0 -7
- package/lib/types/backoffice/molecules/backoffice_detail_layout/backofficeDetailLayout.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/backoffice_empty_state/backofficeEmptyState.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts +0 -13
- package/lib/types/backoffice/molecules/backoffice_filters_bar/BackofficeFiltersBar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/backoffice_filters_bar/backofficeFiltersBar.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts +0 -5
- package/lib/types/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.d.ts +0 -16
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts +0 -13
- package/lib/types/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts +0 -5
- package/lib/types/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts +0 -16
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts +0 -10
- package/lib/types/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts +0 -19
- package/lib/types/backoffice/molecules/backoffice_tabs/BackofficeTabs.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts +0 -15
- package/lib/types/backoffice/molecules/backoffice_tabs/backofficeTabs.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/inline_banner/InlineBanner.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/inline_banner/inlineBanner.css.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts +0 -13
- package/lib/types/backoffice/molecules/table_toolbar/TableToolbar.d.ts.map +0 -1
- package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts +0 -6
- package/lib/types/backoffice/molecules/table_toolbar/tableToolbar.css.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts +0 -31
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts +0 -5
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.d.ts.map +0 -1
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/helpers.d.ts +0 -5
- package/lib/types/backoffice/organisms/backoffice_virtualized_connection_table/helpers.d.ts.map +0 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts +0 -4
- package/lib/types/components/dashboard/section_nav/SectionNav.css.d.ts.map +0 -1
- package/lib/types/components/dashboard/section_nav/SectionNav.d.ts +0 -15
- package/lib/types/components/dashboard/section_nav/SectionNav.d.ts.map +0 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts +0 -4
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.css.d.ts.map +0 -1
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.d.ts +0 -15
- package/lib/types/components/dashboard/segmented_nav/SegmentedNav.d.ts.map +0 -1
- package/lib/types/components/layout/AppShell.d.ts +0 -17
- package/lib/types/components/layout/AppShell.d.ts.map +0 -1
- package/lib/types/components/layout/SidebarPageLayout.d.ts +0 -15
- package/lib/types/components/layout/SidebarPageLayout.d.ts.map +0 -1
- package/lib/types/components/layout/SplitViewLayout.css.d.ts +0 -3
- package/lib/types/components/layout/SplitViewLayout.css.d.ts.map +0 -1
- package/lib/types/components/layout/SplitViewLayout.d.ts +0 -11
- package/lib/types/components/layout/SplitViewLayout.d.ts.map +0 -1
- package/lib/types/components/layout/TabsContentLayout.css.d.ts +0 -6
- package/lib/types/components/layout/TabsContentLayout.css.d.ts.map +0 -1
- package/lib/types/components/layout/TabsContentLayout.d.ts +0 -9
- package/lib/types/components/layout/TabsContentLayout.d.ts.map +0 -1
- package/lib/types/components/layout/ToolbarRow.css.d.ts +0 -2
- package/lib/types/components/layout/ToolbarRow.css.d.ts.map +0 -1
- package/lib/types/components/layout/ToolbarRow.d.ts +0 -8
- package/lib/types/components/layout/ToolbarRow.d.ts.map +0 -1
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts +0 -5
- package/lib/types/components/subscriptions/RefetchNeededBanner.css.d.ts.map +0 -1
- /package/lib/types/{backoffice/molecules/inline_banner → components/feedback}/inlineBanner.css.d.ts +0 -0
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.ts
|
|
4
|
-
var e = "m31wvj0 txvbqbdr8 txvbqbf6i txvbqbffj txvbqbuyj txvbqb2gm txvbqb1uy txvbqb2et txvbqb17u txvbqb196b", t = "m31wvj1 txvbqbdr8 txvbqbf6i txvbqbfet", n = "m31wvj2 txvbqb9w txvbqbfd0 txvbqb19c9 txvbqbm9g", r = "m31wvj3 txvbqb9j txvbqb19cb txvbqbm9g";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { e as container, r as description, t as header, n as title };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeFormSection.css.js.map
|
package/lib/esm/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeFormSection.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_form_section/backofficeFormSection.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 3,\n padding: 4,\n borderRadius: 'lg',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n backgroundColor: 'surface',\n});\n\nexport const header = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n});\n\nexport const title = sprinkles({\n fontSize: 'base',\n fontWeight: 'semibold',\n color: 'text',\n margin: 0,\n});\n\nexport const description = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n margin: 0,\n});\n"],"mappings":""}
|
package/lib/esm/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.js
DELETED
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { Spinner as t } from "../../atoms/spinner/Spinner.js";
|
|
3
|
-
import { container as n, loaded as r, progress as i } from "./backofficeInfiniteListStatus.css.js";
|
|
4
|
-
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
5
|
-
//#region src/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.tsx
|
|
6
|
-
var s = ({ className: s, endLabel: c, hasNextPage: l, isLoading: u, loadedLabel: d, loadingLabel: f, pageInfoState: p }) => {
|
|
7
|
-
let m = p;
|
|
8
|
-
m == null && u && (m = "loading"), m == null && l && (m = "ready"), m ??= "complete";
|
|
9
|
-
let h = null;
|
|
10
|
-
m === "complete" && (h = c), m === "loading" && (h = f);
|
|
11
|
-
let g = d != null, _ = h != null;
|
|
12
|
-
return /* @__PURE__ */ o("div", {
|
|
13
|
-
className: e(n, s),
|
|
14
|
-
children: [/* @__PURE__ */ a("div", {
|
|
15
|
-
className: r,
|
|
16
|
-
role: "status",
|
|
17
|
-
"aria-live": "polite",
|
|
18
|
-
"aria-atomic": "true",
|
|
19
|
-
children: g && /* @__PURE__ */ a("span", {
|
|
20
|
-
className: "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk",
|
|
21
|
-
children: d
|
|
22
|
-
})
|
|
23
|
-
}), /* @__PURE__ */ o("div", {
|
|
24
|
-
className: i,
|
|
25
|
-
"aria-live": "polite",
|
|
26
|
-
"aria-atomic": "true",
|
|
27
|
-
children: [u && /* @__PURE__ */ a(t, { size: 16 }), _ && /* @__PURE__ */ a("span", {
|
|
28
|
-
className: "_10bqk744 txvbqb9j txvbqb19cd",
|
|
29
|
-
children: h
|
|
30
|
-
})]
|
|
31
|
-
})]
|
|
32
|
-
});
|
|
33
|
-
};
|
|
34
|
-
//#endregion
|
|
35
|
-
export { s as BackofficeInfiniteListStatus, s as default };
|
|
36
|
-
|
|
37
|
-
//# sourceMappingURL=BackofficeInfiniteListStatus.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeInfiniteListStatus.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_infinite_list_status/BackofficeInfiniteListStatus.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { Spinner } from '../../atoms/spinner/Spinner.js';\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './backofficeInfiniteListStatus.css.js';\n\nexport type BackofficeInfiniteListStatusPageInfoState =\n | 'ready'\n | 'loading'\n | 'complete'\n | 'inconsistent';\n\nexport type BackofficeInfiniteListStatusProps = {\n loadedCount: number;\n totalCount?: number | null;\n isLoading: boolean;\n hasNextPage: boolean;\n pageInfoState?: BackofficeInfiniteListStatusPageInfoState;\n loadingLabel: ReactNode;\n endLabel: ReactNode;\n loadedLabel?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeInfiniteListStatus = ({\n className,\n endLabel,\n hasNextPage,\n isLoading,\n loadedLabel,\n loadingLabel,\n pageInfoState,\n}: BackofficeInfiniteListStatusProps): JSX.Element => {\n let resolvedPageInfoState = pageInfoState;\n if (resolvedPageInfoState == null && isLoading) {\n resolvedPageInfoState = 'loading';\n }\n if (resolvedPageInfoState == null && hasNextPage) {\n resolvedPageInfoState = 'ready';\n }\n resolvedPageInfoState ??= 'complete';\n let status: ReactNode = null;\n if (resolvedPageInfoState === 'complete') {\n status = endLabel;\n }\n if (resolvedPageInfoState === 'loading') {\n status = loadingLabel;\n }\n\n const shouldRenderLoadedLabel = loadedLabel != null;\n const shouldRenderStatus = status != null;\n\n return (\n <div className={cx(styles.container, className)}>\n <div\n className={styles.loaded}\n role=\"status\"\n aria-live=\"polite\"\n aria-atomic=\"true\"\n >\n {shouldRenderLoadedLabel && (\n <span className={styles.status}>{loadedLabel}</span>\n )}\n </div>\n <div className={styles.progress} aria-live=\"polite\" aria-atomic=\"true\">\n {isLoading && <Spinner size={16} />}\n {shouldRenderStatus && <span className={styles.meta}>{status}</span>}\n </div>\n </div>\n );\n};\n\nexport default BackofficeInfiniteListStatus;\n"],"mappings":";;;;;AAwBA,IAAa,KAAgC,EAC3C,cACA,aACA,gBACA,cACA,gBACA,iBACA,uBACoD;CACpD,IAAI,IAAwB;CAO5B,AANI,KAAyB,QAAQ,MACnC,IAAwB,YAEtB,KAAyB,QAAQ,MACnC,IAAwB,UAE1B,MAA0B;CAC1B,IAAI,IAAoB;CAIxB,AAHI,MAA0B,eAC5B,IAAS,IAEP,MAA0B,cAC5B,IAAS;CAGX,IAAM,IAA0B,KAAe,MACzC,IAAqB,KAAU;CAErC,OACE,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACE,kBAAC,OAAD;GACE,WAAW;GACX,MAAK;GACL,aAAU;GACV,eAAY;aAEX,KACC,kBAAC,QAAD;IAAM,WAAW;cAAgB;IAAmB,CAAA;GAElD,CAAA,EACN,kBAAC,OAAD;GAAK,WAAW;GAAiB,aAAU;GAAS,eAAY;aAAhE,CACG,KAAa,kBAAC,GAAD,EAAS,MAAM,IAAM,CAAA,EAClC,KAAsB,kBAAC,QAAD;IAAM,WAAW;cAAc;IAAc,CAAA,CAChE;KACF"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.ts
|
|
4
|
-
var e = "_10bqk740 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqbse3 txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb196b", t = "_10bqk741 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_10bqk742 txvbqbdsb txvbqbey txvbqbju2 txvbqbff6 txvbqbf7y txvbqbt9i", r = "_10bqk743 txvbqb9j txvbqb19cb txvbqbusr txvbqb16g0 txvbqb18xk", i = "_10bqk744 txvbqb9j txvbqb19cd";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { e as container, t as loaded, i as meta, n as progress, r as status };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeInfiniteListStatus.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeInfiniteListStatus.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_infinite_list_status/backofficeInfiniteListStatus.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n minHeight: 12,\n paddingY: 2,\n paddingX: 3,\n borderWidth: 0,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n backgroundColor: 'surface',\n});\n\nexport const loaded = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const progress = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexShrink: 0,\n minWidth: 0,\n});\n\nexport const status = sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n});\n\nexport const meta = sprinkles({\n fontSize: 'sm',\n color: 'textMuted',\n});\n"],"mappings":""}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
import { Spinner as e } from "../../atoms/spinner/Spinner.js";
|
|
2
|
-
import { button as t, container as n, left as r, meta as i } from "./backofficeLoadMore.css.js";
|
|
3
|
-
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
4
|
-
import { useTranslation as s } from "react-i18next";
|
|
5
|
-
//#region src/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.tsx
|
|
6
|
-
var c = ({ hasNextPage: c, isLoading: l, onLoadMore: u, loadMoreLabel: d, endLabel: f, loadingLabel: p, meta: m }) => {
|
|
7
|
-
let { t: h } = s("ui"), g = d ?? h("backoffice.loadMore.moreAvailable"), _ = f ?? h("backoffice.loadMore.end"), v = p ?? h("backoffice.loadMore.loading"), y = _;
|
|
8
|
-
c && (y = g), l && (y = v);
|
|
9
|
-
let b = null;
|
|
10
|
-
l && (b = /* @__PURE__ */ a(e, { size: 16 }));
|
|
11
|
-
let x = null;
|
|
12
|
-
return c && !l && u != null && (x = /* @__PURE__ */ a("button", {
|
|
13
|
-
type: "button",
|
|
14
|
-
className: t,
|
|
15
|
-
onClick: u,
|
|
16
|
-
children: g
|
|
17
|
-
})), /* @__PURE__ */ o("div", {
|
|
18
|
-
className: n,
|
|
19
|
-
children: [/* @__PURE__ */ o("div", {
|
|
20
|
-
className: r,
|
|
21
|
-
children: [
|
|
22
|
-
b,
|
|
23
|
-
/* @__PURE__ */ a("span", {
|
|
24
|
-
className: i,
|
|
25
|
-
children: y
|
|
26
|
-
}),
|
|
27
|
-
m
|
|
28
|
-
]
|
|
29
|
-
}), x]
|
|
30
|
-
});
|
|
31
|
-
};
|
|
32
|
-
//#endregion
|
|
33
|
-
export { c as BackofficeLoadMore, c as default };
|
|
34
|
-
|
|
35
|
-
//# sourceMappingURL=BackofficeLoadMore.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeLoadMore.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/BackofficeLoadMore.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { useTranslation } from 'react-i18next';\nimport { Spinner } from '../../atoms/spinner/Spinner.js';\n\nimport * as styles from './backofficeLoadMore.css.js';\n\nexport type BackofficeLoadMoreProps = {\n hasNextPage: boolean;\n isLoading: boolean;\n onLoadMore?: () => void;\n loadMoreLabel?: string;\n endLabel?: string;\n loadingLabel?: string;\n meta?: ReactNode;\n};\n\nexport const BackofficeLoadMore = ({\n hasNextPage,\n isLoading,\n onLoadMore,\n loadMoreLabel,\n endLabel,\n loadingLabel,\n meta,\n}: BackofficeLoadMoreProps): JSX.Element => {\n const { t } = useTranslation('ui');\n const resolvedLoadMoreLabel =\n loadMoreLabel ?? t('backoffice.loadMore.moreAvailable');\n const resolvedEndLabel = endLabel ?? t('backoffice.loadMore.end');\n const resolvedLoadingLabel = loadingLabel ?? t('backoffice.loadMore.loading');\n\n let statusLabel = resolvedEndLabel;\n if (hasNextPage) {\n statusLabel = resolvedLoadMoreLabel;\n }\n if (isLoading) {\n statusLabel = resolvedLoadingLabel;\n }\n\n let spinnerNode: JSX.Element | null = null;\n if (isLoading) {\n spinnerNode = <Spinner size={16} />;\n }\n\n let loadMoreButton: JSX.Element | null = null;\n if (hasNextPage && !isLoading && onLoadMore != null) {\n loadMoreButton = (\n <button type=\"button\" className={styles.button} onClick={onLoadMore}>\n {resolvedLoadMoreLabel}\n </button>\n );\n }\n\n return (\n <div className={styles.container}>\n <div className={styles.left}>\n {spinnerNode}\n <span className={styles.meta}>{statusLabel}</span>\n {meta}\n </div>\n {loadMoreButton}\n </div>\n );\n};\n\nexport default BackofficeLoadMore;\n"],"mappings":";;;;;AAgBA,IAAa,KAAsB,EACjC,gBACA,cACA,eACA,kBACA,aACA,iBACA,MAAA,QAC0C;CAC1C,IAAM,EAAE,SAAM,EAAe,KAAK,EAC5B,IACJ,KAAiB,EAAE,oCAAoC,EACnD,IAAmB,KAAY,EAAE,0BAA0B,EAC3D,IAAuB,KAAgB,EAAE,8BAA8B,EAEzE,IAAc;CAIlB,AAHI,MACF,IAAc,IAEZ,MACF,IAAc;CAGhB,IAAI,IAAkC;CACtC,AAAI,MACF,IAAc,kBAAC,GAAD,EAAS,MAAM,IAAM,CAAA;CAGrC,IAAI,IAAqC;CASzC,OARI,KAAe,CAAC,KAAa,KAAc,SAC7C,IACE,kBAAC,UAAD;EAAQ,MAAK;EAAS,WAAW;EAAe,SAAS;YACtD;EACM,CAAA,GAKX,kBAAC,OAAD;EAAK,WAAW;YAAhB,CACE,kBAAC,OAAD;GAAK,WAAW;aAAhB;IACG;IACD,kBAAC,QAAD;KAAM,WAAW;eAAc;KAAmB,CAAA;IACjD;IACG;MACL,EACG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts
|
|
4
|
-
var e = "_1pc2pbg0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqb1g5 txvbqb6sm txvbqb2et txvbqb3bb txvbqb1937", t = "_1pc2pbg1 txvbqbdsb txvbqbey txvbqbff6 txvbqbt9i", n = "_1pc2pbg3 qbwcueq txvbqbt9i txvbqbusr txvbqb16g0 txvbqb18xk _1pc2pbg2 txvbqb9j txvbqb19cb", r = "_1pc2pbg5 qbwcued qbwcueb txvbqb1uy txvbqb2et txvbqb17u txvbqb2g9 txvbqb196b txvbqb19c9 txvbqbv txvbqb7g txvbqb76 txvbqb7t qbwcuec txvbqb1aey txvbqb1ayi txvbqb1bsa txvbqb1b7e qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1pc2pbg4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqbey txvbqbdsb txvbqb9j txvbqbfd0 txvbqbjtp";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { r as button, e as container, t as left, n as meta };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeLoadMore.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeLoadMore.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_load_more/backofficeLoadMore.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport {\n interactiveControlSurface,\n truncate,\n} from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n paddingY: 3,\n paddingX: 4,\n borderWidth: 0,\n borderTopWidth: 'default',\n borderStyle: 'solid',\n borderTopColor: 'borderLight',\n backgroundColor: 'white',\n});\n\nexport const left = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n minWidth: 0,\n});\n\nexport const meta = style([\n truncate,\n sprinkles({\n fontSize: 'sm',\n color: 'textSecondary',\n }),\n]);\n\nexport const button = style([\n interactiveControlSurface,\n sprinkles({\n alignItems: 'center',\n display: 'inline-flex',\n fontSize: 'sm',\n fontWeight: 'semibold',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 1.5,\n }),\n]);\n"],"mappings":""}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { container as t } from "./backofficeTableToolbar.css.js";
|
|
3
|
-
import { Fragment as n, jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
4
|
-
//#region src/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.tsx
|
|
5
|
-
var a = ({ allFiltersSlot: a, searchSlot: o, promotedFiltersSlot: s, filtersSlot: c, sortSlot: l, refreshSlot: u, primaryActionSlot: d, ctaSlot: f, chipsSlot: p, className: m }) => {
|
|
6
|
-
let h = c;
|
|
7
|
-
h == null && (s != null || a != null) && (h = /* @__PURE__ */ i(n, { children: [s, a] }));
|
|
8
|
-
let g = d ?? f, _ = o != null || h != null || l != null || u != null || g != null, v = p != null;
|
|
9
|
-
return !_ && !v ? null : /* @__PURE__ */ i("div", {
|
|
10
|
-
className: e(t, m),
|
|
11
|
-
children: [_ && /* @__PURE__ */ i("div", {
|
|
12
|
-
className: "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel",
|
|
13
|
-
children: [/* @__PURE__ */ i("div", {
|
|
14
|
-
className: "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i",
|
|
15
|
-
children: [o != null && /* @__PURE__ */ r("div", {
|
|
16
|
-
className: "p4hwvs6 p4hwvs5 txvbqbt9i",
|
|
17
|
-
children: o
|
|
18
|
-
}), h != null && /* @__PURE__ */ r("div", {
|
|
19
|
-
className: "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y",
|
|
20
|
-
children: h
|
|
21
|
-
})]
|
|
22
|
-
}), (l != null || u != null || g != null) && /* @__PURE__ */ i("div", {
|
|
23
|
-
className: "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2",
|
|
24
|
-
children: [l != null && /* @__PURE__ */ r("div", {
|
|
25
|
-
className: "p4hwvsc p4hwvsb txvbqbtqh",
|
|
26
|
-
children: l
|
|
27
|
-
}), (u != null || g != null) && /* @__PURE__ */ i("div", {
|
|
28
|
-
className: "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91",
|
|
29
|
-
children: [u, g]
|
|
30
|
-
})]
|
|
31
|
-
})]
|
|
32
|
-
}), v && /* @__PURE__ */ r("div", {
|
|
33
|
-
className: "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al",
|
|
34
|
-
children: p
|
|
35
|
-
})]
|
|
36
|
-
});
|
|
37
|
-
};
|
|
38
|
-
//#endregion
|
|
39
|
-
export { a as BackofficeTableToolbar, a as default };
|
|
40
|
-
|
|
41
|
-
//# sourceMappingURL=BackofficeTableToolbar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeTableToolbar.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/BackofficeTableToolbar.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\n\nimport * as styles from './backofficeTableToolbar.css.js';\n\nexport type BackofficeTableToolbarProps = {\n searchSlot?: ReactNode;\n promotedFiltersSlot?: ReactNode;\n allFiltersSlot?: ReactNode;\n filtersSlot?: ReactNode;\n sortSlot?: ReactNode;\n refreshSlot?: ReactNode;\n primaryActionSlot?: ReactNode;\n ctaSlot?: ReactNode;\n chipsSlot?: ReactNode;\n className?: string;\n};\n\nexport const BackofficeTableToolbar = ({\n allFiltersSlot,\n searchSlot,\n promotedFiltersSlot,\n filtersSlot,\n sortSlot,\n refreshSlot,\n primaryActionSlot,\n ctaSlot,\n chipsSlot,\n className,\n}: BackofficeTableToolbarProps): JSX.Element | null => {\n let resolvedFiltersSlot = filtersSlot;\n if (\n resolvedFiltersSlot == null &&\n (promotedFiltersSlot != null || allFiltersSlot != null)\n ) {\n resolvedFiltersSlot = (\n <>\n {promotedFiltersSlot}\n {allFiltersSlot}\n </>\n );\n }\n const resolvedActionSlot = primaryActionSlot ?? ctaSlot;\n const showTop =\n searchSlot != null ||\n resolvedFiltersSlot != null ||\n sortSlot != null ||\n refreshSlot != null ||\n resolvedActionSlot != null;\n\n const showChips = chipsSlot != null;\n\n if (!showTop && !showChips) {\n return null;\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {showTop && (\n <div className={styles.topRow}>\n <div className={styles.left}>\n {searchSlot != null && (\n <div className={styles.searchSlot}>{searchSlot}</div>\n )}\n {resolvedFiltersSlot != null && (\n <div className={styles.filtersGroup}>{resolvedFiltersSlot}</div>\n )}\n </div>\n {(sortSlot != null ||\n refreshSlot != null ||\n resolvedActionSlot != null) && (\n <div className={styles.right}>\n {sortSlot != null && (\n <div className={styles.sortSlot}>{sortSlot}</div>\n )}\n {(refreshSlot != null || resolvedActionSlot != null) && (\n <div className={styles.actionGroup}>\n {refreshSlot}\n {resolvedActionSlot}\n </div>\n )}\n </div>\n )}\n </div>\n )}\n {showChips && <div className={styles.chipsRow}>{chipsSlot}</div>}\n </div>\n );\n};\n\nexport default BackofficeTableToolbar;\n"],"mappings":";;;;AAmBA,IAAa,KAA0B,EACrC,mBACA,YAAA,GACA,wBACA,gBACA,UAAA,GACA,gBACA,sBACA,YACA,cACA,mBACqD;CACrD,IAAI,IAAsB;CAC1B,AACE,KAAuB,SACtB,KAAuB,QAAQ,KAAkB,UAElD,IACE,kBAAA,GAAA,EAAA,UAAA,CACG,GACA,EACA,EAAA,CAAA;CAGP,IAAM,IAAqB,KAAqB,GAC1C,IACJ,KAAc,QACd,KAAuB,QACvB,KAAY,QACZ,KAAe,QACf,KAAsB,MAElB,IAAY,KAAa;CAM/B,OAJI,CAAC,KAAW,CAAC,IACR,OAIP,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,KACC,kBAAC,OAAD;GAAK,WAAW;aAAhB,CACE,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACG,KAAc,QACb,kBAAC,OAAD;KAAK,WAAW;eAAoB;KAAiB,CAAA,EAEtD,KAAuB,QACtB,kBAAC,OAAD;KAAK,WAAW;eAAsB;KAA0B,CAAA,CAE9D;QACJ,KAAY,QACZ,KAAe,QACf,KAAsB,SACtB,kBAAC,OAAD;IAAK,WAAW;cAAhB,CACG,KAAY,QACX,kBAAC,OAAD;KAAK,WAAW;eAAkB;KAAe,CAAA,GAEjD,KAAe,QAAQ,KAAsB,SAC7C,kBAAC,OAAD;KAAK,WAAW;eAAhB,CACG,GACA,EACG;OAEJ;MAEJ;MAEP,KAAa,kBAAC,OAAD;GAAK,WAAW;aAAkB;GAAgB,CAAA,CAC5D"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts
|
|
4
|
-
var e = "p4hwvs0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb17w0", t = "p4hwvs2 p4hwvs1 txvbqbdrl txvbqbffj txvbqbel", n = "p4hwvs4 p4hwvs3 txvbqbdrl txvbqbel txvbqbff6 txvbqbt9i", r = "p4hwvs6 p4hwvs5 txvbqbt9i", i = "p4hwvs8 p4hwvs7 txvbqbdr8 txvbqbey txvbqbff6 txvbqbf91 txvbqbt9i txvbqbf7y", a = "p4hwvsa p4hwvs9 txvbqbdrl txvbqbel txvbqbff6 txvbqbju2", o = "p4hwvsc p4hwvsb txvbqbtqh", s = "p4hwvse p4hwvsd txvbqbdr8 txvbqbey txvbqbju2 txvbqbff6 txvbqbf91", c = "p4hwvsf txvbqbdr8 txvbqbey txvbqbf91 txvbqbff6 txvbqb10jb txvbqb6tp txvbqb2et txvbqb3al";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { s as actionGroup, c as chipsRow, e as container, i as filtersGroup, n as left, a as right, r as searchSlot, o as sortSlot, t as topRow };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeTableToolbar.css.js.map
|
package/lib/esm/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeTableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_table_toolbar/backofficeTableToolbar.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\n\nconst MOBILE_MEDIA_QUERY = 'screen and (max-width: 767px)';\nconst COMPACT_MEDIA_QUERY = 'screen and (max-width: 1199px)';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n width: 'full',\n});\n\nexport const topRow = style([\n sprinkles({\n display: 'grid',\n gap: 3,\n alignItems: 'flex-start',\n }),\n {\n gridTemplateColumns: 'minmax(0, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n },\n },\n },\n]);\n\nexport const left = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n minWidth: 0,\n }),\n {\n gridTemplateColumns: 'minmax(260px, 1fr) auto',\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const searchSlot = style([\n sprinkles({\n minWidth: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const filtersGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n minWidth: 0,\n flexShrink: 0,\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const right = style([\n sprinkles({\n display: 'grid',\n alignItems: 'flex-start',\n gap: 2,\n justifyContent: 'flex-end',\n }),\n {\n gridTemplateColumns: 'auto auto',\n },\n {\n '@media': {\n [COMPACT_MEDIA_QUERY]: {\n gridTemplateColumns: 'minmax(0, 1fr)',\n justifyContent: 'stretch',\n },\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n width: '100%',\n },\n },\n },\n]);\n\nexport const sortSlot = style([\n sprinkles({\n minWidth: 'full',\n }),\n {\n '@media': {\n 'screen and (min-width: 768px)': {\n minWidth: '140px',\n },\n [MOBILE_MEDIA_QUERY]: {\n width: '100%',\n },\n },\n },\n]);\n\nexport const actionGroup = style([\n sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'flex-end',\n gap: 2,\n flexWrap: 'wrap',\n }),\n {\n '@media': {\n [MOBILE_MEDIA_QUERY]: {\n alignItems: 'stretch',\n flexDirection: 'column',\n width: '100%',\n },\n },\n },\n]);\n\nexport const chipsRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n flexWrap: 'wrap',\n gap: 2,\n paddingTop: 2,\n borderTopWidth: 'px',\n borderStyle: 'solid',\n borderTopColor: 'borderSubtle',\n});\n"],"mappings":""}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { activeVariant as t, tab as n, tabVariant as r, tabs as i, tabsVariant as a } from "./backofficeTabs.css.js";
|
|
3
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
4
|
-
import { useTranslation as s } from "react-i18next";
|
|
5
|
-
import c from "@plumile/router/routing/Link.js";
|
|
6
|
-
//#region src/backoffice/molecules/backoffice_tabs/BackofficeTabs.tsx
|
|
7
|
-
var l = ({ items: l, activeId: u, onChange: d, variant: f = "pill", ariaLabel: p, className: m }) => {
|
|
8
|
-
let { t: h } = s("ui", { useSuspense: !1 });
|
|
9
|
-
if (l.length === 0) return null;
|
|
10
|
-
let g = l.every((e) => e.to != null), _ = p ?? h("backoffice.tabs.label", { defaultValue: "Tabs" }), v = e(i, a[f], m), y = l.map((i) => {
|
|
11
|
-
let a = i.id === u, s = e(n, r[f], { [t[f]]: a });
|
|
12
|
-
if (i.to != null) {
|
|
13
|
-
let e;
|
|
14
|
-
return a && (e = "page"), /* @__PURE__ */ o(c, {
|
|
15
|
-
to: i.to,
|
|
16
|
-
className: s,
|
|
17
|
-
"aria-current": e,
|
|
18
|
-
children: i.label
|
|
19
|
-
}, i.id);
|
|
20
|
-
}
|
|
21
|
-
return /* @__PURE__ */ o("button", {
|
|
22
|
-
type: "button",
|
|
23
|
-
role: "tab",
|
|
24
|
-
"aria-selected": a,
|
|
25
|
-
className: s,
|
|
26
|
-
onClick: () => {
|
|
27
|
-
d(i.id);
|
|
28
|
-
},
|
|
29
|
-
children: i.label
|
|
30
|
-
}, i.id);
|
|
31
|
-
});
|
|
32
|
-
return g ? /* @__PURE__ */ o("nav", {
|
|
33
|
-
className: v,
|
|
34
|
-
"aria-label": _,
|
|
35
|
-
children: y
|
|
36
|
-
}) : /* @__PURE__ */ o("div", {
|
|
37
|
-
className: v,
|
|
38
|
-
role: "tablist",
|
|
39
|
-
"aria-label": _,
|
|
40
|
-
children: y
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
//#endregion
|
|
44
|
-
export { l as BackofficeTabs, l as default };
|
|
45
|
-
|
|
46
|
-
//# sourceMappingURL=BackofficeTabs.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeTabs.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/BackofficeTabs.tsx"],"sourcesContent":["import Link from '@plumile/router/routing/Link.js';\nimport { type ComponentPropsWithoutRef, type JSX, type ReactNode } from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport * as styles from './backofficeTabs.css.js';\nimport { cx } from '../../../theme/tools.js';\n\nexport type BackofficeTabItem = {\n id: string;\n label: ReactNode;\n to?: ComponentPropsWithoutRef<typeof Link>['to'];\n};\n\nexport type BackofficeTabsVariant = 'pill' | 'underline';\n\nexport type BackofficeTabsProps = {\n items: readonly BackofficeTabItem[];\n activeId: string;\n onChange: (id: string) => void;\n variant?: BackofficeTabsVariant;\n ariaLabel?: string;\n className?: string;\n};\n\nexport const BackofficeTabs = ({\n items,\n activeId,\n onChange,\n variant = 'pill',\n ariaLabel,\n className,\n}: BackofficeTabsProps): JSX.Element | null => {\n const { t } = useTranslation('ui', { useSuspense: false });\n if (items.length === 0) {\n return null;\n }\n\n const isRouteNavigation = items.every((tab) => {\n return tab.to != null;\n });\n const resolvedAriaLabel =\n ariaLabel ?? t('backoffice.tabs.label', { defaultValue: 'Tabs' });\n const rootClassName = cx(styles.tabs, styles.tabsVariant[variant], className);\n const content = items.map((tab) => {\n const isActive = tab.id === activeId;\n const tabClassName = cx(styles.tab, styles.tabVariant[variant], {\n [styles.activeVariant[variant]]: isActive,\n });\n if (tab.to != null) {\n let ariaCurrent: 'page' | undefined;\n if (isActive) {\n ariaCurrent = 'page';\n }\n\n return (\n <Link\n key={tab.id}\n to={tab.to}\n className={tabClassName}\n aria-current={ariaCurrent}\n >\n {tab.label}\n </Link>\n );\n }\n return (\n <button\n key={tab.id}\n type=\"button\"\n role=\"tab\"\n aria-selected={isActive}\n className={tabClassName}\n onClick={() => {\n onChange(tab.id);\n }}\n >\n {tab.label}\n </button>\n );\n });\n\n if (isRouteNavigation) {\n return (\n <nav className={rootClassName} aria-label={resolvedAriaLabel}>\n {content}\n </nav>\n );\n }\n\n return (\n <div\n className={rootClassName}\n role=\"tablist\"\n aria-label={resolvedAriaLabel}\n >\n {content}\n </div>\n );\n};\n\nexport default BackofficeTabs;\n"],"mappings":";;;;;;AAwBA,IAAa,KAAkB,EAC7B,UACA,aACA,aACA,aAAU,QACV,cACA,mBAC6C;CAC7C,IAAM,EAAE,SAAM,EAAe,MAAM,EAAE,aAAa,IAAO,CAAC;CAC1D,IAAI,EAAM,WAAW,GACnB,OAAO;CAGT,IAAM,IAAoB,EAAM,OAAO,MAC9B,EAAI,MAAM,KACjB,EACI,IACJ,KAAa,EAAE,yBAAyB,EAAE,cAAc,QAAQ,CAAC,EAC7D,IAAgB,EAAG,GAAa,EAAmB,IAAU,EAAU,EACvE,IAAU,EAAM,KAAK,MAAQ;EACjC,IAAM,IAAW,EAAI,OAAO,GACtB,IAAe,EAAG,GAAY,EAAkB,IAAU,GAC7D,EAAqB,KAAW,GAClC,CAAC;EACF,IAAI,EAAI,MAAM,MAAM;GAClB,IAAI;GAKJ,OAJI,MACF,IAAc,SAId,kBAAC,GAAD;IAEE,IAAI,EAAI;IACR,WAAW;IACX,gBAAc;cAEb,EAAI;IACA,EANA,EAAI,GAMJ;;EAGX,OACE,kBAAC,UAAD;GAEE,MAAK;GACL,MAAK;GACL,iBAAe;GACf,WAAW;GACX,eAAe;IACb,EAAS,EAAI,GAAG;;aAGjB,EAAI;GACE,EAVF,EAAI,GAUF;GAEX;CAUF,OARI,IAEA,kBAAC,OAAD;EAAK,WAAW;EAAe,cAAY;YACxC;EACG,CAAA,GAKR,kBAAC,OAAD;EACE,WAAW;EACX,MAAK;EACL,cAAY;YAEX;EACG,CAAA"}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts
|
|
4
|
-
var e = "_4p4jiq0 txvbqbdsb txvbqbf8o txvbqbfet txvbqbs65 txvbqbuvn", t = {
|
|
5
|
-
pill: "_4p4jiq1 txvbqbuxg txvbqb2is txvbqb196f txvbqb1uy txvbqb2et txvbqb17u",
|
|
6
|
-
underline: "_4p4jiq2 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqb17w0 txvbqbff6 txvbqb1g5 txvbqb2et txvbqb8oi txvbqb577 txvbqb196b"
|
|
7
|
-
}, n = {
|
|
8
|
-
pill: "_4p4jiq4 txvbqbyoi txvbqbzm3 txvbqb11ed txvbqbwqg txvbqb2is txvbqb9j txvbqbik",
|
|
9
|
-
underline: "_4p4jiq5 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqb2f6 txvbqb1g5 txvbqb8oi txvbqbik txvbqb9j"
|
|
10
|
-
}, r = {
|
|
11
|
-
pill: "_4p4jiq6 txvbqb1963 txvbqb11p txvbqb19bj txvbqbcol",
|
|
12
|
-
underline: "_4p4jiq7 txvbqb19bj txvbqb512"
|
|
13
|
-
}, i = "_4p4jiq9 _4p4jiq3 txvbqbdsb txvbqbf7y txvbqbey txvbqb1uy txvbqb2et txvbqb1933 txvbqb19cb txvbqbv txvbqbfcn _4p4jiq8 txvbqb1bs9 txvbqb1aeh";
|
|
14
|
-
//#endregion
|
|
15
|
-
export { r as activeVariant, i as tab, n as tabVariant, e as tabs, t as tabsVariant };
|
|
16
|
-
|
|
17
|
-
//# sourceMappingURL=backofficeTabs.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeTabs.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/backoffice_tabs/backofficeTabs.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nexport const tabs = sprinkles({\n display: 'inline-flex',\n flexWrap: 'nowrap',\n gap: 1,\n maxWidth: 'full',\n overflowX: 'auto',\n});\n\nexport const tabsVariant = {\n pill: sprinkles({\n padding: 1,\n borderRadius: 'full',\n backgroundColor: 'surfaceMuted',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'borderSubtle',\n }),\n underline: sprinkles({\n width: 'full',\n gap: 2,\n paddingX: 3,\n paddingY: 1.5,\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'borderSubtle',\n backgroundColor: 'surface',\n }),\n};\n\nconst tabBase = sprinkles({\n display: 'inline-flex',\n flexShrink: 0,\n alignItems: 'center',\n borderWidth: 'default',\n borderStyle: 'solid',\n backgroundColor: 'transparent',\n color: 'textSecondary',\n cursor: 'pointer',\n fontWeight: 'medium',\n});\n\nexport const tabVariant = {\n pill: sprinkles({\n paddingX: 3,\n paddingY: 1.5,\n borderRadius: 'full',\n fontSize: 'sm',\n borderColor: 'transparent',\n }),\n underline: sprinkles({\n paddingX: 3,\n paddingY: 2,\n borderRadius: 'none',\n borderWidth: 0,\n borderBottomWidth: 'default',\n borderColor: 'transparent',\n fontSize: 'sm',\n }),\n};\n\nexport const activeVariant = {\n pill: sprinkles({\n backgroundColor: 'primaryLight',\n borderColor: 'primary',\n color: 'primary',\n boxShadow: 'primaryLightRing',\n }),\n underline: sprinkles({\n color: 'primary',\n borderBottomColor: 'primary',\n }),\n};\n\nexport const tab = style([\n tabBase,\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'surface',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors.primary}`,\n outlineOffset: 2,\n },\n },\n]);\n"],"mappings":""}
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { ModalCloseSvg as t } from "../../../icons/ModalCloseSvg.js";
|
|
3
|
-
import { actions as n, closeButton as r, container as i, content as a, description as o, title as s, toneRecipe as c } from "./inlineBanner.css.js";
|
|
4
|
-
import { jsx as l, jsxs as u } from "react/jsx-runtime";
|
|
5
|
-
import { useTranslation as d } from "react-i18next";
|
|
6
|
-
//#region src/backoffice/molecules/inline_banner/InlineBanner.tsx
|
|
7
|
-
var f = ({ tone: f = "info", title: p, children: m, actions: h, onDismiss: g, dismissLabel: _, className: v }) => {
|
|
8
|
-
let { t: y } = d("ui"), b = typeof g == "function", x = _ ?? y("backoffice.inlineBanner.dismiss"), S = "status";
|
|
9
|
-
f === "danger" && (S = "alert");
|
|
10
|
-
let C = null;
|
|
11
|
-
p != null && (C = /* @__PURE__ */ l("div", {
|
|
12
|
-
className: s,
|
|
13
|
-
children: p
|
|
14
|
-
}));
|
|
15
|
-
let w = null;
|
|
16
|
-
m != null && (w = /* @__PURE__ */ l("div", {
|
|
17
|
-
className: o,
|
|
18
|
-
children: m
|
|
19
|
-
}));
|
|
20
|
-
let T = null;
|
|
21
|
-
return b && (T = /* @__PURE__ */ l("button", {
|
|
22
|
-
type: "button",
|
|
23
|
-
onClick: g,
|
|
24
|
-
className: r,
|
|
25
|
-
"aria-label": x,
|
|
26
|
-
children: /* @__PURE__ */ l(t, {
|
|
27
|
-
width: 18,
|
|
28
|
-
height: 18,
|
|
29
|
-
"aria-hidden": "true"
|
|
30
|
-
})
|
|
31
|
-
})), /* @__PURE__ */ u("div", {
|
|
32
|
-
className: e(i, c({ tone: f }), v),
|
|
33
|
-
role: S,
|
|
34
|
-
children: [/* @__PURE__ */ u("div", {
|
|
35
|
-
className: a,
|
|
36
|
-
children: [C, w]
|
|
37
|
-
}), /* @__PURE__ */ u("div", {
|
|
38
|
-
className: n,
|
|
39
|
-
children: [h, T]
|
|
40
|
-
})]
|
|
41
|
-
});
|
|
42
|
-
};
|
|
43
|
-
//#endregion
|
|
44
|
-
export { f as InlineBanner, f as default };
|
|
45
|
-
|
|
46
|
-
//# sourceMappingURL=InlineBanner.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"InlineBanner.js","names":[],"sources":["../../../../../src/backoffice/molecules/inline_banner/InlineBanner.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\nimport { useTranslation } from 'react-i18next';\nimport type { RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { ModalCloseSvg } from '../../../icons/ModalCloseSvg.js';\n\nimport * as styles from './inlineBanner.css.js';\nimport { cx } from '../../../theme/tools.js';\n\nexport type InlineBannerTone = NonNullable<\n NonNullable<RecipeVariants<typeof styles.toneRecipe>>['tone']\n>;\n\nexport type InlineBannerProps = {\n tone?: InlineBannerTone;\n title?: ReactNode;\n children?: ReactNode;\n actions?: ReactNode;\n onDismiss?: () => void;\n dismissLabel?: string;\n className?: string;\n};\n\nexport const InlineBanner = ({\n tone = 'info',\n title,\n children,\n actions,\n onDismiss,\n dismissLabel,\n className,\n}: InlineBannerProps): JSX.Element => {\n const { t } = useTranslation('ui');\n const showDismiss = typeof onDismiss === 'function';\n const resolvedDismissLabel =\n dismissLabel ?? t('backoffice.inlineBanner.dismiss');\n let role: 'alert' | 'status' = 'status';\n if (tone === 'danger') {\n role = 'alert';\n }\n\n let titleNode: JSX.Element | null = null;\n if (title != null) {\n titleNode = <div className={styles.title}>{title}</div>;\n }\n\n let descriptionNode: JSX.Element | null = null;\n if (children != null) {\n descriptionNode = <div className={styles.description}>{children}</div>;\n }\n\n let dismissNode: JSX.Element | null = null;\n if (showDismiss) {\n dismissNode = (\n <button\n type=\"button\"\n onClick={onDismiss}\n className={styles.closeButton}\n aria-label={resolvedDismissLabel}\n >\n <ModalCloseSvg width={18} height={18} aria-hidden=\"true\" />\n </button>\n );\n }\n\n return (\n <div\n className={cx(styles.container, styles.toneRecipe({ tone }), className)}\n role={role}\n >\n <div className={styles.content}>\n {titleNode}\n {descriptionNode}\n </div>\n\n <div className={styles.actions}>\n {actions}\n {dismissNode}\n </div>\n </div>\n );\n};\n\nexport default InlineBanner;\n"],"mappings":";;;;;;AAuBA,IAAa,KAAgB,EAC3B,UAAO,QACP,OAAA,GACA,aACA,SAAA,GACA,cACA,iBACA,mBACoC;CACpC,IAAM,EAAE,SAAM,EAAe,KAAK,EAC5B,IAAc,OAAO,KAAc,YACnC,IACJ,KAAgB,EAAE,kCAAkC,EAClD,IAA2B;CAC/B,AAAI,MAAS,aACX,IAAO;CAGT,IAAI,IAAgC;CACpC,AAAI,KAAS,SACX,IAAY,kBAAC,OAAD;EAAK,WAAW;YAAe;EAAY,CAAA;CAGzD,IAAI,IAAsC;CAC1C,AAAI,KAAY,SACd,IAAkB,kBAAC,OAAD;EAAK,WAAW;EAAqB;EAAe,CAAA;CAGxE,IAAI,IAAkC;CActC,OAbI,MACF,IACE,kBAAC,UAAD;EACE,MAAK;EACL,SAAS;EACT,WAAW;EACX,cAAY;YAEZ,kBAAC,GAAD;GAAe,OAAO;GAAI,QAAQ;GAAI,eAAY;GAAS,CAAA;EACpD,CAAA,GAKX,kBAAC,OAAD;EACE,WAAW,EAAG,GAAkB,EAAkB,EAAE,SAAM,CAAC,EAAE,EAAU;EACjE;YAFR,CAIE,kBAAC,OAAD;GAAK,WAAW;aAAhB,CACG,GACA,EACG;MAEN,kBAAC,OAAD;GAAK,WAAW;aAAhB,CACG,GACA,EACG;KACF"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
import { createRuntimeFn as e } from "@vanilla-extract/recipes/createRuntimeFn";
|
|
4
|
-
//#region src/backoffice/molecules/inline_banner/inlineBanner.css.ts
|
|
5
|
-
var t = "_1mdg64u0 txvbqbyov txvbqbzmg txvbqb10jo txvbqbvvr txvbqbdr8 txvbqbel txvbqbjus txvbqbf91 txvbqbffj txvbqb2g9 txvbqb9j txvbqb1uy txvbqb2et txvbqb17h", n = e({
|
|
6
|
-
defaultClassName: "_1mdg64u5",
|
|
7
|
-
variantClassNames: { tone: {
|
|
8
|
-
info: "_1mdg64u6 _1mdg64u1 txvbqb1983 txvbqb19c9",
|
|
9
|
-
success: "_1mdg64u7 _1mdg64u2 txvbqb194d txvbqb19ab",
|
|
10
|
-
warning: "_1mdg64u8 _1mdg64u3 txvbqb193t txvbqb199t",
|
|
11
|
-
danger: "_1mdg64u9 _1mdg64u4 txvbqb1939 txvbqb1997"
|
|
12
|
-
} },
|
|
13
|
-
defaultVariants: { tone: "info" },
|
|
14
|
-
compoundVariants: []
|
|
15
|
-
}), r = "_1mdg64ua txvbqbdr8 txvbqbf6i txvbqbfet txvbqbdxd txvbqbt9i", i = "_1mdg64ub txvbqbfd0", a = "_1mdg64uc ", o = "_1mdg64ud txvbqbdsb txvbqbey txvbqbff6 txvbqbf91 txvbqbf7y", s = "_1mdg64uf qbwcuej qbwcueh txvbqbdsb txvbqbey txvbqbjtp txvbqb1g5 txvbqb2e3 txvbqb2g9 txvbqb1933 txvbqb19cb txvbqbv txvbqbux3 txvbqb7h txvbqb76 txvbqb7t qbwcuei txvbqb1aey txvbqb1bsa qbwcue4 txvbqb1c2w txvbqb1c9c qbwcue0 txvbqb1cb0 txvbqb1cws _1mdg64ue txvbqb17in txvbqbho2 txvbqb198h";
|
|
16
|
-
//#endregion
|
|
17
|
-
export { o as actions, s as closeButton, t as container, r as content, a as description, i as title, n as toneRecipe };
|
|
18
|
-
|
|
19
|
-
//# sourceMappingURL=inlineBanner.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"inlineBanner.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/inline_banner/inlineBanner.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { recipe, type RecipeVariants } from '@vanilla-extract/recipes';\n\nimport { sprinkles } from '../../../theme/sprinkles.css.js';\nimport { ghostIconButton } from '../../../theme/styleRecipes.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n alignItems: 'flex-start',\n justifyContent: 'space-between',\n flexWrap: 'wrap',\n gap: 3,\n paddingX: 4,\n paddingY: 3,\n borderRadius: 'md',\n fontSize: 'sm',\n borderWidth: 'default',\n borderStyle: 'solid',\n borderColor: 'border',\n});\n\nconst toneInfo = sprinkles({\n backgroundColor: 'brandLightGray',\n color: 'text',\n});\nconst toneSuccess = sprinkles({\n backgroundColor: 'green-50',\n color: 'green-800',\n});\nconst toneWarning = sprinkles({\n backgroundColor: 'amber-50',\n color: 'amber-900',\n});\nconst toneDanger = sprinkles({\n backgroundColor: 'red-50',\n color: 'red-800',\n});\n\nexport const toneRecipe = recipe({\n variants: {\n tone: {\n info: toneInfo,\n success: toneSuccess,\n warning: toneWarning,\n danger: toneDanger,\n },\n },\n defaultVariants: {\n tone: 'info',\n },\n});\n\nexport type ToneRecipeVariants = RecipeVariants<typeof toneRecipe>;\n\nexport const content = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 1,\n flex: 1,\n minWidth: 0,\n});\n\nexport const title = sprinkles({\n fontWeight: 'semibold',\n});\n\nexport const description = sprinkles({});\n\nexport const actions = sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n gap: 2,\n flexWrap: 'wrap',\n flexShrink: 0,\n});\n\nexport const closeButton = style([\n ghostIconButton,\n sprinkles({\n width: 8,\n height: 8,\n color: 'inherit',\n }),\n]);\n"],"mappings":""}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { bottomRow as t, container as n, left as r, right as i, topRow as a } from "./tableToolbar.css.js";
|
|
3
|
-
import { jsx as o, jsxs as s } from "react/jsx-runtime";
|
|
4
|
-
//#region src/backoffice/molecules/table_toolbar/TableToolbar.tsx
|
|
5
|
-
var c = ({ search: c, filters: l, leftActions: u, rightActions: d, bottomLeft: f, bottomRight: p, className: m }) => {
|
|
6
|
-
let h = c != null || l != null || u != null || d != null, g = f != null || p != null;
|
|
7
|
-
if (!h && !g) return null;
|
|
8
|
-
let _ = null;
|
|
9
|
-
h && (_ = /* @__PURE__ */ s("div", {
|
|
10
|
-
className: a,
|
|
11
|
-
children: [/* @__PURE__ */ s("div", {
|
|
12
|
-
className: r,
|
|
13
|
-
children: [
|
|
14
|
-
c,
|
|
15
|
-
l,
|
|
16
|
-
u
|
|
17
|
-
]
|
|
18
|
-
}), /* @__PURE__ */ o("div", {
|
|
19
|
-
className: i,
|
|
20
|
-
children: d
|
|
21
|
-
})]
|
|
22
|
-
}));
|
|
23
|
-
let v = null;
|
|
24
|
-
return g && (v = /* @__PURE__ */ s("div", {
|
|
25
|
-
className: t,
|
|
26
|
-
children: [/* @__PURE__ */ o("div", {
|
|
27
|
-
className: r,
|
|
28
|
-
children: f
|
|
29
|
-
}), /* @__PURE__ */ o("div", {
|
|
30
|
-
className: i,
|
|
31
|
-
children: p
|
|
32
|
-
})]
|
|
33
|
-
})), /* @__PURE__ */ s("div", {
|
|
34
|
-
className: e(n, m),
|
|
35
|
-
children: [_, v]
|
|
36
|
-
});
|
|
37
|
-
};
|
|
38
|
-
//#endregion
|
|
39
|
-
export { c as TableToolbar, c as default };
|
|
40
|
-
|
|
41
|
-
//# sourceMappingURL=TableToolbar.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TableToolbar.js","names":[],"sources":["../../../../../src/backoffice/molecules/table_toolbar/TableToolbar.tsx"],"sourcesContent":["import { type JSX, type ReactNode } from 'react';\n\nimport * as styles from './tableToolbar.css.js';\nimport { cx } from '../../../theme/tools.js';\n\nexport type TableToolbarProps = {\n search?: ReactNode;\n filters?: ReactNode;\n leftActions?: ReactNode;\n rightActions?: ReactNode;\n bottomLeft?: ReactNode;\n bottomRight?: ReactNode;\n className?: string;\n};\n\nexport const TableToolbar = ({\n search,\n filters,\n leftActions,\n rightActions,\n bottomLeft,\n bottomRight,\n className,\n}: TableToolbarProps): JSX.Element | null => {\n const showTop =\n search != null ||\n filters != null ||\n leftActions != null ||\n rightActions != null;\n const showBottom = bottomLeft != null || bottomRight != null;\n\n if (!showTop && !showBottom) {\n return null;\n }\n\n let topNode: JSX.Element | null = null;\n if (showTop) {\n topNode = (\n <div className={styles.topRow}>\n <div className={styles.left}>\n {search}\n {filters}\n {leftActions}\n </div>\n <div className={styles.right}>{rightActions}</div>\n </div>\n );\n }\n\n let bottomNode: JSX.Element | null = null;\n if (showBottom) {\n bottomNode = (\n <div className={styles.bottomRow}>\n <div className={styles.left}>{bottomLeft}</div>\n <div className={styles.right}>{bottomRight}</div>\n </div>\n );\n }\n\n return (\n <div className={cx(styles.container, className)}>\n {topNode}\n {bottomNode}\n </div>\n );\n};\n\nexport default TableToolbar;\n"],"mappings":";;;;AAeA,IAAa,KAAgB,EAC3B,WACA,YACA,gBACA,iBACA,eACA,gBACA,mBAC2C;CAC3C,IAAM,IACJ,KAAU,QACV,KAAW,QACX,KAAe,QACf,KAAgB,MACZ,IAAa,KAAc,QAAQ,KAAe;CAExD,IAAI,CAAC,KAAW,CAAC,GACf,OAAO;CAGT,IAAI,IAA8B;CAClC,AAAI,MACF,IACE,kBAAC,OAAD;EAAK,WAAW;YAAhB,CACE,kBAAC,OAAD;GAAK,WAAW;aAAhB;IACG;IACA;IACA;IACG;MACN,kBAAC,OAAD;GAAK,WAAW;aAAe;GAAmB,CAAA,CAC9C;;CAIV,IAAI,IAAiC;CAUrC,OATI,MACF,IACE,kBAAC,OAAD;EAAK,WAAW;YAAhB,CACE,kBAAC,OAAD;GAAK,WAAW;aAAc;GAAiB,CAAA,EAC/C,kBAAC,OAAD;GAAK,WAAW;aAAe;GAAkB,CAAA,CAC7C;MAKR,kBAAC,OAAD;EAAK,WAAW,EAAG,GAAkB,EAAU;YAA/C,CACG,GACA,EACG"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/molecules/table_toolbar/tableToolbar.css.ts
|
|
4
|
-
var e = "_42m78o0 txvbqbdr8 txvbqbf6i txvbqbff6 txvbqb1g5 txvbqb2et txvbqb8oi txvbqb56u txvbqbvvr txvbqbn84", t = "_42m78o1 txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqbf91", n = "_42m78o2 txvbqbdr8 txvbqbey txvbqbff6 txvbqbdxd txvbqbt9i", r = "_42m78o3 txvbqbdr8 txvbqbey txvbqbff6 txvbqbju2 txvbqbf7y", i = "_42m78o4 txvbqbdr8 txvbqbey txvbqbjus txvbqbffj txvbqbf91";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { i as bottomRow, e as container, n as left, r as right, t as topRow };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=tableToolbar.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"tableToolbar.css.js","names":[],"sources":["../../../../../src/backoffice/molecules/table_toolbar/tableToolbar.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const container = sprinkles({\n display: 'flex',\n flexDirection: 'column',\n gap: 2,\n borderWidth: 0,\n borderStyle: 'solid',\n borderBottomWidth: 'default',\n borderBottomColor: 'border',\n paddingBottom: 3,\n marginBottom: 3,\n});\n\nexport const topRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n flexWrap: 'wrap',\n});\n\nexport const left = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n flex: 1,\n minWidth: 0,\n});\n\nexport const right = sprinkles({\n display: 'flex',\n alignItems: 'center',\n gap: 2,\n justifyContent: 'flex-end',\n flexShrink: 0,\n});\n\nexport const bottomRow = sprinkles({\n display: 'flex',\n alignItems: 'center',\n justifyContent: 'space-between',\n gap: 3,\n flexWrap: 'wrap',\n});\n"],"mappings":""}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { VirtualizedConnectionTable as e } from "../../../components/data-table/VirtualizedConnectionTable.js";
|
|
2
|
-
import { mapInfiniteScroll as t, mapVirtualization as n } from "./helpers.js";
|
|
3
|
-
import { jsx as r } from "react/jsx-runtime";
|
|
4
|
-
//#region src/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.tsx
|
|
5
|
-
var i = ({ columns: i, rows: a, getRowId: o, emptyState: s, className: c, gridTemplateColumns: l, virtualization: u, infiniteScroll: d, hasNextPage: f, isLoadingMore: p, onLoadMore: m, ariaLabel: h, ariaLabelledBy: g, bodyScrollMode: _ }) => /* @__PURE__ */ r(e, {
|
|
6
|
-
columns: i,
|
|
7
|
-
rows: a,
|
|
8
|
-
getRowId: o,
|
|
9
|
-
emptyState: s,
|
|
10
|
-
className: c,
|
|
11
|
-
gridTemplateColumns: l,
|
|
12
|
-
kind: void 0,
|
|
13
|
-
classes: void 0,
|
|
14
|
-
virtualization: n(u),
|
|
15
|
-
infiniteScroll: t(d),
|
|
16
|
-
hasNextPage: f,
|
|
17
|
-
isLoadingMore: p,
|
|
18
|
-
onLoadMore: m,
|
|
19
|
-
ariaLabel: h,
|
|
20
|
-
ariaLabelledBy: g,
|
|
21
|
-
bodyScrollMode: _
|
|
22
|
-
});
|
|
23
|
-
//#endregion
|
|
24
|
-
export { i as BackofficeVirtualizedConnectionTable, i as default };
|
|
25
|
-
|
|
26
|
-
//# sourceMappingURL=BackofficeVirtualizedConnectionTable.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"BackofficeVirtualizedConnectionTable.js","names":[],"sources":["../../../../../src/backoffice/organisms/backoffice_virtualized_connection_table/BackofficeVirtualizedConnectionTable.tsx"],"sourcesContent":["import { type JSX } from 'react';\nimport { VirtualizedConnectionTable } from '../../../components/data-table/VirtualizedConnectionTable.js';\nimport type {\n DataTableBodyScrollMode,\n DataTableColumn,\n GetRowId,\n} from '../../../components/data-table/DataTable.js';\nimport { mapInfiniteScroll, mapVirtualization } from './helpers.js';\n\nexport type BackofficeVirtualizationConfig = {\n enabled: boolean;\n rowHeightPx: number;\n overscan: number;\n};\n\nexport type BackofficeInfiniteScrollConfig = {\n enabled: boolean;\n thresholdPx?: number;\n autoLoad?: boolean;\n};\n\nexport type BackofficeVirtualizedConnectionTableProps<Row> = {\n columns: readonly DataTableColumn<Row>[];\n rows: readonly Row[];\n getRowId: GetRowId<Row>;\n emptyState?: JSX.Element;\n className?: string;\n gridTemplateColumns?: string;\n\n virtualization?: BackofficeVirtualizationConfig;\n\n infiniteScroll?: BackofficeInfiniteScrollConfig;\n hasNextPage?: boolean;\n isLoadingMore?: boolean;\n onLoadMore?: () => void;\n ariaLabel?: string;\n ariaLabelledBy?: string;\n bodyScrollMode?: DataTableBodyScrollMode;\n};\n\nexport const BackofficeVirtualizedConnectionTable = <Row,>({\n columns,\n rows,\n getRowId,\n emptyState,\n className,\n gridTemplateColumns,\n virtualization,\n infiniteScroll,\n hasNextPage,\n isLoadingMore,\n onLoadMore,\n ariaLabel,\n ariaLabelledBy,\n bodyScrollMode,\n}: BackofficeVirtualizedConnectionTableProps<Row>): JSX.Element => {\n return (\n <VirtualizedConnectionTable\n columns={columns}\n rows={rows}\n getRowId={getRowId}\n emptyState={emptyState}\n className={className}\n gridTemplateColumns={gridTemplateColumns}\n kind={undefined}\n classes={undefined}\n virtualization={mapVirtualization(virtualization)}\n infiniteScroll={mapInfiniteScroll(infiniteScroll)}\n hasNextPage={hasNextPage}\n isLoadingMore={isLoadingMore}\n onLoadMore={onLoadMore}\n ariaLabel={ariaLabel}\n ariaLabelledBy={ariaLabelledBy}\n bodyScrollMode={bodyScrollMode}\n />\n );\n};\n\nexport default BackofficeVirtualizedConnectionTable;\n"],"mappings":";;;;AAwCA,IAAa,KAA8C,EACzD,YACA,SACA,aACA,eACA,cACA,wBACA,mBACA,mBACA,gBACA,kBACA,eACA,cACA,mBACA,wBAGE,kBAAC,GAAD;CACW;CACH;CACI;CACE;CACD;CACU;CACrB,MAAM,KAAA;CACN,SAAS,KAAA;CACT,gBAAgB,EAAkB,EAAe;CACjD,gBAAgB,EAAkB,EAAe;CACpC;CACE;CACH;CACD;CACK;CACA;CAChB,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.ts
|
|
4
|
-
var e = "_13x579i0 txvbqb18xk txvbqbusr txvbqb16g0 txvbqbt9i", t = "_13x579i1 txvbqb11js", n = "_13x579i2 txvbqb17w0", r = "_13x579i3 txvbqb17w0 txvbqbhlj";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { t as bodyViewport, r as sentinel, e as singleLineCell, n as spacer };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=backofficeVirtualizedConnectionTable.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"backofficeVirtualizedConnectionTable.css.js","names":[],"sources":["../../../../../src/backoffice/organisms/backoffice_virtualized_connection_table/backofficeVirtualizedConnectionTable.css.ts"],"sourcesContent":["import { sprinkles } from '../../../theme/sprinkles.css.js';\n\nexport const singleLineCell = sprinkles({\n whiteSpace: 'nowrap',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n minWidth: 0,\n});\n\nexport const bodyViewport = sprinkles({\n position: 'relative',\n});\n\nexport const spacer = sprinkles({\n width: 'full',\n});\n\nexport const sentinel = sprinkles({\n width: 'full',\n height: 1,\n});\n"],"mappings":""}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
//#region src/backoffice/organisms/backoffice_virtualized_connection_table/helpers.ts
|
|
2
|
-
var e = (e) => {
|
|
3
|
-
if (e != null) return {
|
|
4
|
-
enabled: e.enabled,
|
|
5
|
-
rowHeightPx: e.rowHeightPx,
|
|
6
|
-
overscan: e.overscan
|
|
7
|
-
};
|
|
8
|
-
}, t = (e) => {
|
|
9
|
-
if (e != null) return {
|
|
10
|
-
enabled: e.enabled,
|
|
11
|
-
thresholdPx: e.thresholdPx,
|
|
12
|
-
autoLoad: e.autoLoad
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
//#endregion
|
|
16
|
-
export { t as mapInfiniteScroll, e as mapVirtualization };
|
|
17
|
-
|
|
18
|
-
//# sourceMappingURL=helpers.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.js","names":[],"sources":["../../../../../src/backoffice/organisms/backoffice_virtualized_connection_table/helpers.ts"],"sourcesContent":["import type {\n InfiniteScrollConfig,\n VirtualizationConfig,\n} from '../../../components/data-table/VirtualizedConnectionTable.js';\nimport type {\n BackofficeInfiniteScrollConfig,\n BackofficeVirtualizationConfig,\n} from './BackofficeVirtualizedConnectionTable.js';\n\nexport const mapVirtualization = (\n config?: BackofficeVirtualizationConfig,\n): VirtualizationConfig | undefined => {\n if (config == null) {\n return undefined;\n }\n return {\n enabled: config.enabled,\n rowHeightPx: config.rowHeightPx,\n overscan: config.overscan,\n };\n};\n\nexport const mapInfiniteScroll = (\n config?: BackofficeInfiniteScrollConfig,\n): InfiniteScrollConfig | undefined => {\n if (config == null) {\n return undefined;\n }\n return {\n enabled: config.enabled,\n thresholdPx: config.thresholdPx,\n autoLoad: config.autoLoad,\n };\n};\n"],"mappings":";AASA,IAAa,KACX,MACqC;CACjC,SAAU,MAGd,OAAO;EACL,SAAS,EAAO;EAChB,aAAa,EAAO;EACpB,UAAU,EAAO;EAClB;GAGU,KACX,MACqC;CACjC,SAAU,MAGd,OAAO;EACL,SAAS,EAAO;EAChB,aAAa,EAAO;EACpB,UAAU,EAAO;EAClB"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/components/dashboard/section_nav/SectionNav.css.ts
|
|
4
|
-
var e = "_1wio3660 txvbqbdr8 txvbqbf91 txvbqbff6 txvbqb17w0", t = "_1wio3664 _1wio3661 txvbqb4 _1wio3662 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdsb txvbqbey txvbqbjtp txvbqb2is txvbqbv txvbqb9j txvbqbfcn txvbqb19cb txvbqb196b txvbqb7g txvbqb77 txvbqb7t txvbqb3f _1wio3663 txvbqb1bs9 txvbqb1afl", n = "_1wio3665 txvbqb198p txvbqb1961";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { n as active, t as item, e as nav };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=SectionNav.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SectionNav.css.js","names":[],"sources":["../../../../../src/components/dashboard/section_nav/SectionNav.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nexport const nav = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n gap: 2,\n width: 'full',\n});\n\nconst reset = sprinkles({\n all: 'unset',\n});\n\nexport const item = style([\n reset,\n sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 2,\n borderRadius: 'full',\n cursor: 'pointer',\n fontSize: 'sm',\n fontWeight: 'medium',\n color: 'textSecondary',\n backgroundColor: 'surface',\n transitionProperty: 'default',\n transitionDuration: 160,\n transitionTimingFunction: 'ease',\n textDecoration: 'none',\n }),\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'backgroundSecondary',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors['blue-500']}`,\n outlineOffset: '2px',\n },\n },\n]);\n\nexport const active = sprinkles({\n color: 'white',\n backgroundColor: 'primary',\n});\n"],"mappings":""}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { cx as e } from "../../../theme/tools.js";
|
|
2
|
-
import { active as t, item as n, nav as r } from "./SectionNav.css.js";
|
|
3
|
-
import { jsx as i } from "react/jsx-runtime";
|
|
4
|
-
import a from "@plumile/router/routing/Link.js";
|
|
5
|
-
//#region src/components/dashboard/section_nav/SectionNav.tsx
|
|
6
|
-
var o = ({ className: o, items: s }) => /* @__PURE__ */ i("nav", {
|
|
7
|
-
className: e(r, o),
|
|
8
|
-
children: s.map((r) => {
|
|
9
|
-
let o = e(n, { [t]: r.isActive === !0 });
|
|
10
|
-
return r.href == null ? /* @__PURE__ */ i("button", {
|
|
11
|
-
type: "button",
|
|
12
|
-
className: o,
|
|
13
|
-
onClick: r.onClick,
|
|
14
|
-
children: r.label
|
|
15
|
-
}, r.id) : /* @__PURE__ */ i(a, {
|
|
16
|
-
to: r.href,
|
|
17
|
-
className: o,
|
|
18
|
-
children: r.label
|
|
19
|
-
}, r.id);
|
|
20
|
-
})
|
|
21
|
-
});
|
|
22
|
-
//#endregion
|
|
23
|
-
export { o as SectionNav, o as default };
|
|
24
|
-
|
|
25
|
-
//# sourceMappingURL=SectionNav.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SectionNav.js","names":[],"sources":["../../../../../src/components/dashboard/section_nav/SectionNav.tsx"],"sourcesContent":["import Link from '@plumile/router/routing/Link.js';\nimport { type JSX, type ReactNode } from 'react';\n\nimport { cx } from '../../../theme/tools.js';\nimport * as styles from './SectionNav.css.js';\n\nexport type SectionNavItem = {\n id: string;\n label: ReactNode;\n href?: string;\n isActive?: boolean;\n onClick?: () => void;\n};\n\nexport type SectionNavProps = {\n items: readonly SectionNavItem[];\n className?: string;\n};\n\nexport const SectionNav = ({\n className,\n items,\n}: SectionNavProps): JSX.Element => {\n return (\n <nav className={cx(styles.nav, className)}>\n {items.map((item) => {\n const classes = cx(styles.item, {\n [styles.active]: item.isActive === true,\n });\n\n if (item.href != null) {\n return (\n <Link key={item.id} to={item.href} className={classes}>\n {item.label}\n </Link>\n );\n }\n\n return (\n <button\n key={item.id}\n type=\"button\"\n className={classes}\n onClick={item.onClick}\n >\n {item.label}\n </button>\n );\n })}\n </nav>\n );\n};\n\nexport default SectionNav;\n"],"mappings":";;;;;AAmBA,IAAa,KAAc,EACzB,cACA,eAGE,kBAAC,OAAD;CAAK,WAAW,EAAG,GAAY,EAAU;WACtC,EAAM,KAAK,MAAS;EACnB,IAAM,IAAU,EAAG,GAAa,GAC7B,IAAgB,EAAK,aAAa,IACpC,CAAC;EAUF,OARI,EAAK,QAAQ,OASf,kBAAC,UAAD;GAEE,MAAK;GACL,WAAW;GACX,SAAS,EAAK;aAEb,EAAK;GACC,EANF,EAAK,GAMH,GAdP,kBAAC,GAAD;GAAoB,IAAI,EAAK;GAAM,WAAW;aAC3C,EAAK;GACD,EAFI,EAAK,GAET;GAcX;CACE,CAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
/* empty css */
|
|
2
|
-
/* empty css */
|
|
3
|
-
//#region src/components/dashboard/segmented_nav/SegmentedNav.css.ts
|
|
4
|
-
var e = "bfnpna0 txvbqbdr8 txvbqbf91 txvbqbff6 txvbqb17w0", t = "bfnpna4 bfnpna1 txvbqb4 bfnpna2 txvbqbyoi txvbqbzm3 txvbqb10jb txvbqbvve txvbqbdsb txvbqbey txvbqbjtp txvbqb2is txvbqbv txvbqb9j txvbqbfd0 txvbqb19cb txvbqb196l txvbqb7g txvbqb77 txvbqb7t txvbqb3f bfnpna3 txvbqb1bs9 txvbqb1aex", n = "bfnpna5 txvbqb198p txvbqb1961";
|
|
5
|
-
//#endregion
|
|
6
|
-
export { n as active, t as item, e as nav };
|
|
7
|
-
|
|
8
|
-
//# sourceMappingURL=SegmentedNav.css.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SegmentedNav.css.js","names":[],"sources":["../../../../../src/components/dashboard/segmented_nav/SegmentedNav.css.ts"],"sourcesContent":["import { style } from '@vanilla-extract/css';\nimport { sprinkles, stateSprinkles } from '../../../theme/sprinkles.css.js';\nimport { vars } from '../../../theme/themeContract.css.js';\n\nexport const nav = sprinkles({\n display: 'flex',\n flexWrap: 'wrap',\n gap: 2,\n width: 'full',\n});\n\nconst reset = sprinkles({\n all: 'unset',\n});\n\nexport const item = style([\n reset,\n sprinkles({\n display: 'inline-flex',\n alignItems: 'center',\n justifyContent: 'center',\n paddingX: 3,\n paddingY: 2,\n borderRadius: 'full',\n cursor: 'pointer',\n fontSize: 'sm',\n fontWeight: 'semibold',\n color: 'textSecondary',\n backgroundColor: 'backgroundSecondary',\n transitionProperty: 'default',\n transitionDuration: 160,\n transitionTimingFunction: 'ease',\n textDecoration: 'none',\n }),\n stateSprinkles({\n color: {\n hover: 'text',\n },\n backgroundColor: {\n hover: 'surfaceMuted',\n },\n }),\n {\n ':focus-visible': {\n outline: `2px solid ${vars.colors['blue-500']}`,\n outlineOffset: '2px',\n },\n },\n]);\n\nexport const active = sprinkles({\n color: 'white',\n backgroundColor: 'primary',\n});\n"],"mappings":""}
|