@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,94 +1,137 @@
|
|
|
1
1
|
//#region ../../node_modules/dompurify/dist/purify.es.mjs
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
(t == null || t > e.length) && (t = e.length);
|
|
4
|
+
for (var n = 0, r = Array(t); n < t; n++) r[n] = e[n];
|
|
5
|
+
return r;
|
|
6
|
+
}
|
|
7
|
+
function t(e) {
|
|
8
|
+
if (Array.isArray(e)) return e;
|
|
9
|
+
}
|
|
10
|
+
function n(e, t) {
|
|
11
|
+
var n = e == null ? null : typeof Symbol < "u" && e[Symbol.iterator] || e["@@iterator"];
|
|
12
|
+
if (n != null) {
|
|
13
|
+
var r, i, a, o, s = [], c = !0, l = !1;
|
|
14
|
+
try {
|
|
15
|
+
if (a = (n = n.call(e)).next, t !== 0) for (; !(c = (r = a.call(n)).done) && (s.push(r.value), s.length !== t); c = !0);
|
|
16
|
+
} catch (e) {
|
|
17
|
+
l = !0, i = e;
|
|
18
|
+
} finally {
|
|
19
|
+
try {
|
|
20
|
+
if (!c && n.return != null && (o = n.return(), Object(o) !== o)) return;
|
|
21
|
+
} finally {
|
|
22
|
+
if (l) throw i;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
return s;
|
|
26
|
+
}
|
|
27
|
+
}
|
|
28
|
+
function r() {
|
|
29
|
+
throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
|
|
30
|
+
}
|
|
31
|
+
function i(e, i) {
|
|
32
|
+
return t(e) || n(e, i) || a(e, i) || r();
|
|
33
|
+
}
|
|
34
|
+
function a(t, n) {
|
|
35
|
+
if (t) {
|
|
36
|
+
if (typeof t == "string") return e(t, n);
|
|
37
|
+
var r = {}.toString.call(t).slice(8, -1);
|
|
38
|
+
return r === "Object" && t.constructor && (r = t.constructor.name), r === "Map" || r === "Set" ? Array.from(t) : r === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r) ? e(t, n) : void 0;
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
var o = Object.entries, s = Object.setPrototypeOf, c = Object.isFrozen, l = Object.getPrototypeOf, u = Object.getOwnPropertyDescriptor, d = Object.freeze, f = Object.seal, p = Object.create, ee = typeof Reflect < "u" && Reflect, te = ee.apply, ne = ee.construct;
|
|
42
|
+
d ||= function(e) {
|
|
4
43
|
return e;
|
|
5
|
-
},
|
|
44
|
+
}, f ||= function(e) {
|
|
6
45
|
return e;
|
|
7
|
-
},
|
|
46
|
+
}, te ||= function(e, t) {
|
|
8
47
|
var n = [...arguments].slice(2);
|
|
9
48
|
return e.apply(t, n);
|
|
10
|
-
},
|
|
49
|
+
}, ne ||= function(e) {
|
|
11
50
|
return new e(...[...arguments].slice(1));
|
|
12
51
|
};
|
|
13
|
-
var
|
|
14
|
-
function
|
|
52
|
+
var m = w(Array.prototype.forEach), re = w(Array.prototype.lastIndexOf), ie = w(Array.prototype.pop), h = w(Array.prototype.push), ae = w(Array.prototype.splice), g = Array.isArray, _ = w(String.prototype.toLowerCase), oe = w(String.prototype.toString), se = w(String.prototype.match), v = w(String.prototype.replace), ce = w(String.prototype.indexOf), le = w(String.prototype.trim), y = w(Number.prototype.toString), b = w(Boolean.prototype.toString), ue = typeof BigInt > "u" ? null : w(BigInt.prototype.toString), de = typeof Symbol > "u" ? null : w(Symbol.prototype.toString), x = w(Object.prototype.hasOwnProperty), S = w(Object.prototype.toString), C = w(RegExp.prototype.test), fe = T(TypeError);
|
|
53
|
+
function w(e) {
|
|
15
54
|
return function(t) {
|
|
16
55
|
t instanceof RegExp && (t.lastIndex = 0);
|
|
17
56
|
var n = [...arguments].slice(1);
|
|
18
|
-
return
|
|
57
|
+
return te(e, t, n);
|
|
19
58
|
};
|
|
20
59
|
}
|
|
21
|
-
function
|
|
60
|
+
function T(e) {
|
|
22
61
|
return function() {
|
|
23
|
-
return
|
|
62
|
+
return ne(e, [...arguments]);
|
|
24
63
|
};
|
|
25
64
|
}
|
|
26
|
-
function
|
|
27
|
-
let
|
|
28
|
-
if (
|
|
29
|
-
let
|
|
30
|
-
for (;
|
|
31
|
-
let
|
|
32
|
-
if (typeof
|
|
33
|
-
let e = i
|
|
34
|
-
e !==
|
|
65
|
+
function E(e, t) {
|
|
66
|
+
let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : _;
|
|
67
|
+
if (s && s(e, null), !g(t)) return e;
|
|
68
|
+
let r = t.length;
|
|
69
|
+
for (; r--;) {
|
|
70
|
+
let i = t[r];
|
|
71
|
+
if (typeof i == "string") {
|
|
72
|
+
let e = n(i);
|
|
73
|
+
e !== i && (c(t) || (t[r] = e), i = e);
|
|
35
74
|
}
|
|
36
|
-
e[
|
|
75
|
+
e[i] = !0;
|
|
37
76
|
}
|
|
38
77
|
return e;
|
|
39
78
|
}
|
|
40
|
-
function
|
|
41
|
-
for (let t = 0; t < e.length; t++)
|
|
79
|
+
function D(e) {
|
|
80
|
+
for (let t = 0; t < e.length; t++) x(e, t) || (e[t] = null);
|
|
42
81
|
return e;
|
|
43
82
|
}
|
|
44
|
-
function
|
|
45
|
-
let
|
|
46
|
-
for (let
|
|
47
|
-
|
|
83
|
+
function O(e) {
|
|
84
|
+
let t = p(null);
|
|
85
|
+
for (let r of o(e)) {
|
|
86
|
+
var n = i(r, 2);
|
|
87
|
+
let a = n[0], o = n[1];
|
|
88
|
+
x(e, a) && (g(o) ? t[a] = D(o) : o && typeof o == "object" && o.constructor === Object ? t[a] = O(o) : t[a] = o);
|
|
89
|
+
}
|
|
90
|
+
return t;
|
|
48
91
|
}
|
|
49
|
-
function
|
|
92
|
+
function pe(e) {
|
|
50
93
|
switch (typeof e) {
|
|
51
94
|
case "string": return e;
|
|
52
|
-
case "number": return
|
|
53
|
-
case "boolean": return
|
|
54
|
-
case "bigint": return
|
|
55
|
-
case "symbol": return
|
|
56
|
-
case "undefined": return
|
|
95
|
+
case "number": return y(e);
|
|
96
|
+
case "boolean": return b(e);
|
|
97
|
+
case "bigint": return ue ? ue(e) : "0";
|
|
98
|
+
case "symbol": return de ? de(e) : "Symbol()";
|
|
99
|
+
case "undefined": return S(e);
|
|
57
100
|
case "function":
|
|
58
101
|
case "object": {
|
|
59
|
-
if (e === null) return
|
|
60
|
-
let t = e, n =
|
|
102
|
+
if (e === null) return S(e);
|
|
103
|
+
let t = e, n = k(t, "toString");
|
|
61
104
|
if (typeof n == "function") {
|
|
62
105
|
let e = n(t);
|
|
63
|
-
return typeof e == "string" ? e :
|
|
106
|
+
return typeof e == "string" ? e : S(e);
|
|
64
107
|
}
|
|
65
|
-
return
|
|
108
|
+
return S(e);
|
|
66
109
|
}
|
|
67
|
-
default: return
|
|
110
|
+
default: return S(e);
|
|
68
111
|
}
|
|
69
112
|
}
|
|
70
|
-
function
|
|
113
|
+
function k(e, t) {
|
|
71
114
|
for (; e !== null;) {
|
|
72
|
-
let n =
|
|
115
|
+
let n = u(e, t);
|
|
73
116
|
if (n) {
|
|
74
|
-
if (n.get) return
|
|
75
|
-
if (typeof n.value == "function") return
|
|
117
|
+
if (n.get) return w(n.get);
|
|
118
|
+
if (typeof n.value == "function") return w(n.value);
|
|
76
119
|
}
|
|
77
|
-
e =
|
|
120
|
+
e = l(e);
|
|
78
121
|
}
|
|
79
122
|
function n() {
|
|
80
123
|
return null;
|
|
81
124
|
}
|
|
82
125
|
return n;
|
|
83
126
|
}
|
|
84
|
-
function
|
|
127
|
+
function me(e) {
|
|
85
128
|
try {
|
|
86
|
-
return
|
|
129
|
+
return C(e, ""), !0;
|
|
87
130
|
} catch {
|
|
88
131
|
return !1;
|
|
89
132
|
}
|
|
90
133
|
}
|
|
91
|
-
var
|
|
134
|
+
var he = d(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bdi.bdo.big.blink.blockquote.body.br.button.canvas.caption.center.cite.code.col.colgroup.content.data.datalist.dd.decorator.del.details.dfn.dialog.dir.div.dl.dt.element.em.fieldset.figcaption.figure.font.footer.form.h1.h2.h3.h4.h5.h6.head.header.hgroup.hr.html.i.img.input.ins.kbd.label.legend.li.main.map.mark.marquee.menu.menuitem.meter.nav.nobr.ol.optgroup.option.output.p.picture.pre.progress.q.rp.rt.ruby.s.samp.search.section.select.shadow.slot.small.source.spacer.span.strike.strong.style.sub.summary.sup.table.tbody.td.template.textarea.tfoot.th.thead.time.tr.track.tt.u.ul.var.video.wbr".split(".")), ge = d(/* @__PURE__ */ "svg.a.altglyph.altglyphdef.altglyphitem.animatecolor.animatemotion.animatetransform.circle.clippath.defs.desc.ellipse.enterkeyhint.exportparts.filter.font.g.glyph.glyphref.hkern.image.inputmode.line.lineargradient.marker.mask.metadata.mpath.part.path.pattern.polygon.polyline.radialgradient.rect.stop.style.switch.symbol.text.textpath.title.tref.tspan.view.vkern".split(".")), _e = d([
|
|
92
135
|
"feBlend",
|
|
93
136
|
"feColorMatrix",
|
|
94
137
|
"feComponentTransfer",
|
|
@@ -114,7 +157,7 @@ var de = a(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bd
|
|
|
114
157
|
"feSpotLight",
|
|
115
158
|
"feTile",
|
|
116
159
|
"feTurbulence"
|
|
117
|
-
]),
|
|
160
|
+
]), ve = d([
|
|
118
161
|
"animate",
|
|
119
162
|
"color-profile",
|
|
120
163
|
"cursor",
|
|
@@ -137,7 +180,7 @@ var de = a(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bd
|
|
|
137
180
|
"solidcolor",
|
|
138
181
|
"unknown",
|
|
139
182
|
"use"
|
|
140
|
-
]),
|
|
183
|
+
]), ye = d(/* @__PURE__ */ "math.menclose.merror.mfenced.mfrac.mglyph.mi.mlabeledtr.mmultiscripts.mn.mo.mover.mpadded.mphantom.mroot.mrow.ms.mspace.msqrt.mstyle.msub.msup.msubsup.mtable.mtd.mtext.mtr.munder.munderover.mprescripts".split(".")), be = d([
|
|
141
184
|
"maction",
|
|
142
185
|
"maligngroup",
|
|
143
186
|
"malignmark",
|
|
@@ -153,33 +196,21 @@ var de = a(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bd
|
|
|
153
196
|
"annotation-xml",
|
|
154
197
|
"mprescripts",
|
|
155
198
|
"none"
|
|
156
|
-
]),
|
|
199
|
+
]), xe = d(["#text"]), Se = d(/* @__PURE__ */ "accept.action.align.alt.autocapitalize.autocomplete.autopictureinpicture.autoplay.background.bgcolor.border.capture.cellpadding.cellspacing.checked.cite.class.clear.color.cols.colspan.controls.controlslist.coords.crossorigin.datetime.decoding.default.dir.disabled.disablepictureinpicture.disableremoteplayback.download.draggable.enctype.enterkeyhint.exportparts.face.for.headers.height.hidden.high.href.hreflang.id.inert.inputmode.integrity.ismap.kind.label.lang.list.loading.loop.low.max.maxlength.media.method.min.minlength.multiple.muted.name.nonce.noshade.novalidate.nowrap.open.optimum.part.pattern.placeholder.playsinline.popover.popovertarget.popovertargetaction.poster.preload.pubdate.radiogroup.readonly.rel.required.rev.reversed.role.rows.rowspan.spellcheck.scope.selected.shape.size.sizes.slot.span.srclang.start.src.srcset.step.style.summary.tabindex.title.translate.type.usemap.valign.value.width.wrap.xmlns".split(".")), Ce = d(/* @__PURE__ */ "accent-height.accumulate.additive.alignment-baseline.amplitude.ascent.attributename.attributetype.azimuth.basefrequency.baseline-shift.begin.bias.by.class.clip.clippathunits.clip-path.clip-rule.color.color-interpolation.color-interpolation-filters.color-profile.color-rendering.cx.cy.d.dx.dy.diffuseconstant.direction.display.divisor.dur.edgemode.elevation.end.exponent.fill.fill-opacity.fill-rule.filter.filterunits.flood-color.flood-opacity.font-family.font-size.font-size-adjust.font-stretch.font-style.font-variant.font-weight.fx.fy.g1.g2.glyph-name.glyphref.gradientunits.gradienttransform.height.href.id.image-rendering.in.in2.intercept.k.k1.k2.k3.k4.kerning.keypoints.keysplines.keytimes.lang.lengthadjust.letter-spacing.kernelmatrix.kernelunitlength.lighting-color.local.marker-end.marker-mid.marker-start.markerheight.markerunits.markerwidth.maskcontentunits.maskunits.max.mask.mask-type.media.method.mode.min.name.numoctaves.offset.operator.opacity.order.orient.orientation.origin.overflow.paint-order.path.pathlength.patterncontentunits.patterntransform.patternunits.points.preservealpha.preserveaspectratio.primitiveunits.r.rx.ry.radius.refx.refy.repeatcount.repeatdur.restart.result.rotate.scale.seed.shape-rendering.slope.specularconstant.specularexponent.spreadmethod.startoffset.stddeviation.stitchtiles.stop-color.stop-opacity.stroke-dasharray.stroke-dashoffset.stroke-linecap.stroke-linejoin.stroke-miterlimit.stroke-opacity.stroke.stroke-width.style.surfacescale.systemlanguage.tabindex.tablevalues.targetx.targety.transform.transform-origin.text-anchor.text-decoration.text-rendering.textlength.type.u1.u2.unicode.values.viewbox.visibility.version.vert-adv-y.vert-origin-x.vert-origin-y.width.word-spacing.wrap.writing-mode.xchannelselector.ychannelselector.x.x1.x2.xmlns.y.y1.y2.z.zoomandpan".split(".")), we = d(/* @__PURE__ */ "accent.accentunder.align.bevelled.close.columnalign.columnlines.columnspacing.columnspan.denomalign.depth.dir.display.displaystyle.encoding.fence.frame.height.href.id.largeop.length.linethickness.lquote.lspace.mathbackground.mathcolor.mathsize.mathvariant.maxsize.minsize.movablelimits.notation.numalign.open.rowalign.rowlines.rowspacing.rowspan.rspace.rquote.scriptlevel.scriptminsize.scriptsizemultiplier.selection.separator.separators.stretchy.subscriptshift.supscriptshift.symmetric.voffset.width.xmlns".split(".")), Te = d([
|
|
157
200
|
"xlink:href",
|
|
158
201
|
"xml:id",
|
|
159
202
|
"xlink:title",
|
|
160
203
|
"xml:space",
|
|
161
204
|
"xmlns:xlink"
|
|
162
|
-
]),
|
|
163
|
-
__proto__: null,
|
|
164
|
-
ARIA_ATTR: D,
|
|
165
|
-
ATTR_WHITESPACE: k,
|
|
166
|
-
CUSTOM_ELEMENT: A,
|
|
167
|
-
DATA_ATTR: Te,
|
|
168
|
-
DOCTYPE_NAME: De,
|
|
169
|
-
ERB_EXPR: Ce,
|
|
170
|
-
IS_ALLOWED_URI: Ee,
|
|
171
|
-
IS_SCRIPT_OR_DATA: O,
|
|
172
|
-
MUSTACHE_EXPR: Se,
|
|
173
|
-
TMPLIT_EXPR: we
|
|
174
|
-
}), j = {
|
|
205
|
+
]), Ee = f(/{{[\w\W]*|^[\w\W]*}}/g), De = f(/<%[\w\W]*|^[\w\W]*%>/g), Oe = f(/\${[\w\W]*/g), ke = f(/^data-[\-\w.\u00B7-\uFFFF]+$/), Ae = f(/^aria-[\-\w]+$/), je = f(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp|matrix):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i), Me = f(/^(?:\w+script|data):/i), Ne = f(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g), Pe = f(/^html$/i), Fe = f(/^[a-z][.\w]*(-[.\w]+)+$/i), A = {
|
|
175
206
|
element: 1,
|
|
176
207
|
text: 3,
|
|
177
208
|
progressingInstruction: 7,
|
|
178
209
|
comment: 8,
|
|
179
210
|
document: 9
|
|
180
|
-
},
|
|
211
|
+
}, Ie = function() {
|
|
181
212
|
return typeof window > "u" ? null : window;
|
|
182
|
-
},
|
|
213
|
+
}, Le = function(e, t) {
|
|
183
214
|
if (typeof e != "object" || typeof e.createPolicy != "function") return null;
|
|
184
215
|
let n = null, r = "data-tt-policy-suffix";
|
|
185
216
|
t && t.hasAttribute(r) && (n = t.getAttribute(r));
|
|
@@ -196,7 +227,7 @@ var de = a(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bd
|
|
|
196
227
|
} catch {
|
|
197
228
|
return console.warn("TrustedTypes policy " + i + " could not be created."), null;
|
|
198
229
|
}
|
|
199
|
-
},
|
|
230
|
+
}, Re = function() {
|
|
200
231
|
return {
|
|
201
232
|
afterSanitizeAttributes: [],
|
|
202
233
|
afterSanitizeElements: [],
|
|
@@ -209,28 +240,28 @@ var de = a(/* @__PURE__ */ "a.abbr.acronym.address.area.article.aside.audio.b.bd
|
|
|
209
240
|
uponSanitizeShadowNode: []
|
|
210
241
|
};
|
|
211
242
|
};
|
|
212
|
-
function
|
|
213
|
-
let
|
|
214
|
-
if (
|
|
215
|
-
let
|
|
216
|
-
if (typeof
|
|
217
|
-
let e =
|
|
218
|
-
e.content && e.content.ownerDocument && (
|
|
243
|
+
function ze() {
|
|
244
|
+
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Ie(), t = (e) => ze(e);
|
|
245
|
+
if (t.version = "3.4.3", t.removed = [], !e || !e.document || e.document.nodeType !== A.document || !e.Element) return t.isSupported = !1, t;
|
|
246
|
+
let n = e.document, r = n, i = r.currentScript, a = e.DocumentFragment, s = e.HTMLTemplateElement, c = e.Node, l = e.Element, u = e.NodeFilter, f = e.NamedNodeMap, ee = f === void 0 ? e.NamedNodeMap || e.MozNamedAttrMap : f, te = e.HTMLFormElement, ne = e.DOMParser, y = e.trustedTypes, b = l.prototype, ue = k(b, "cloneNode"), de = k(b, "remove"), S = k(b, "nextSibling"), w = k(b, "childNodes"), T = k(b, "parentNode");
|
|
247
|
+
if (typeof s == "function") {
|
|
248
|
+
let e = n.createElement("template");
|
|
249
|
+
e.content && e.content.ownerDocument && (n = e.content.ownerDocument);
|
|
219
250
|
}
|
|
220
|
-
let
|
|
221
|
-
|
|
222
|
-
let
|
|
223
|
-
...de,
|
|
224
|
-
...fe,
|
|
225
|
-
...pe,
|
|
251
|
+
let D, j = "", Be = n, Ve = Be.implementation, He = Be.createNodeIterator, Ue = Be.createDocumentFragment, We = Be.getElementsByTagName, Ge = r.importNode, M = Re();
|
|
252
|
+
t.isSupported = typeof o == "function" && typeof T == "function" && Ve && Ve.createHTMLDocument !== void 0;
|
|
253
|
+
let Ke = Ee, qe = De, Je = Oe, Ye = ke, Xe = Ae, Ze = Me, Qe = Ne, $e = Fe, et = je, N = null, tt = E({}, [
|
|
226
254
|
...he,
|
|
227
|
-
...
|
|
228
|
-
|
|
229
|
-
...ve,
|
|
255
|
+
...ge,
|
|
256
|
+
..._e,
|
|
230
257
|
...ye,
|
|
231
|
-
...be,
|
|
232
258
|
...xe
|
|
233
|
-
]),
|
|
259
|
+
]), P = null, nt = E({}, [
|
|
260
|
+
...Se,
|
|
261
|
+
...Ce,
|
|
262
|
+
...we,
|
|
263
|
+
...Te
|
|
264
|
+
]), F = Object.seal(p(null, {
|
|
234
265
|
tagNameCheck: {
|
|
235
266
|
writable: !0,
|
|
236
267
|
configurable: !1,
|
|
@@ -249,7 +280,7 @@ function Me() {
|
|
|
249
280
|
enumerable: !0,
|
|
250
281
|
value: !1
|
|
251
282
|
}
|
|
252
|
-
})),
|
|
283
|
+
})), I = null, L = null, R = Object.seal(p(null, {
|
|
253
284
|
tagCheck: {
|
|
254
285
|
writable: !0,
|
|
255
286
|
configurable: !1,
|
|
@@ -262,7 +293,7 @@ function Me() {
|
|
|
262
293
|
enumerable: !0,
|
|
263
294
|
value: null
|
|
264
295
|
}
|
|
265
|
-
})),
|
|
296
|
+
})), rt = !0, it = !0, at = !1, ot = !0, z = !1, B = !0, V = !1, st = !1, ct = !1, H = !1, lt = !1, ut = !1, dt = !0, ft = !1, pt = "user-content-", mt = !0, U = !1, W = {}, G = null, ht = E({}, [
|
|
266
297
|
"annotation-xml",
|
|
267
298
|
"audio",
|
|
268
299
|
"colgroup",
|
|
@@ -288,14 +319,14 @@ function Me() {
|
|
|
288
319
|
"title",
|
|
289
320
|
"video",
|
|
290
321
|
"xmp"
|
|
291
|
-
]),
|
|
322
|
+
]), gt = null, _t = E({}, [
|
|
292
323
|
"audio",
|
|
293
324
|
"video",
|
|
294
325
|
"img",
|
|
295
326
|
"source",
|
|
296
327
|
"image",
|
|
297
328
|
"track"
|
|
298
|
-
]),
|
|
329
|
+
]), vt = null, yt = E({}, [
|
|
299
330
|
"alt",
|
|
300
331
|
"class",
|
|
301
332
|
"for",
|
|
@@ -310,153 +341,153 @@ function Me() {
|
|
|
310
341
|
"value",
|
|
311
342
|
"style",
|
|
312
343
|
"xmlns"
|
|
313
|
-
]),
|
|
314
|
-
|
|
315
|
-
|
|
344
|
+
]), bt = "http://www.w3.org/1998/Math/MathML", xt = "http://www.w3.org/2000/svg", K = "http://www.w3.org/1999/xhtml", q = K, St = !1, Ct = null, wt = E({}, [
|
|
345
|
+
bt,
|
|
346
|
+
xt,
|
|
316
347
|
K
|
|
317
|
-
],
|
|
348
|
+
], oe), Tt = E({}, [
|
|
318
349
|
"mi",
|
|
319
350
|
"mo",
|
|
320
351
|
"mn",
|
|
321
352
|
"ms",
|
|
322
353
|
"mtext"
|
|
323
|
-
]),
|
|
354
|
+
]), Et = E({}, ["annotation-xml"]), Dt = E({}, [
|
|
324
355
|
"title",
|
|
325
356
|
"style",
|
|
326
357
|
"font",
|
|
327
358
|
"a",
|
|
328
359
|
"script"
|
|
329
|
-
]), J = null,
|
|
360
|
+
]), J = null, Ot = ["application/xhtml+xml", "text/html"], Y = null, X = null, kt = n.createElement("form"), At = function(e) {
|
|
330
361
|
return e instanceof RegExp || e instanceof Function;
|
|
331
|
-
},
|
|
362
|
+
}, jt = function() {
|
|
332
363
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
333
364
|
if (X && X === e) return;
|
|
334
|
-
(!e || typeof e != "object") && (e = {}), e =
|
|
365
|
+
(!e || typeof e != "object") && (e = {}), e = O(e), J = Ot.indexOf(e.PARSER_MEDIA_TYPE) === -1 ? "text/html" : e.PARSER_MEDIA_TYPE, Y = J === "application/xhtml+xml" ? oe : _, N = x(e, "ALLOWED_TAGS") && g(e.ALLOWED_TAGS) ? E({}, e.ALLOWED_TAGS, Y) : tt, P = x(e, "ALLOWED_ATTR") && g(e.ALLOWED_ATTR) ? E({}, e.ALLOWED_ATTR, Y) : nt, Ct = x(e, "ALLOWED_NAMESPACES") && g(e.ALLOWED_NAMESPACES) ? E({}, e.ALLOWED_NAMESPACES, oe) : wt, vt = x(e, "ADD_URI_SAFE_ATTR") && g(e.ADD_URI_SAFE_ATTR) ? E(O(yt), e.ADD_URI_SAFE_ATTR, Y) : yt, gt = x(e, "ADD_DATA_URI_TAGS") && g(e.ADD_DATA_URI_TAGS) ? E(O(_t), e.ADD_DATA_URI_TAGS, Y) : _t, G = x(e, "FORBID_CONTENTS") && g(e.FORBID_CONTENTS) ? E({}, e.FORBID_CONTENTS, Y) : ht, I = x(e, "FORBID_TAGS") && g(e.FORBID_TAGS) ? E({}, e.FORBID_TAGS, Y) : O({}), L = x(e, "FORBID_ATTR") && g(e.FORBID_ATTR) ? E({}, e.FORBID_ATTR, Y) : O({}), W = x(e, "USE_PROFILES") ? e.USE_PROFILES && typeof e.USE_PROFILES == "object" ? O(e.USE_PROFILES) : e.USE_PROFILES : !1, rt = e.ALLOW_ARIA_ATTR !== !1, it = e.ALLOW_DATA_ATTR !== !1, at = e.ALLOW_UNKNOWN_PROTOCOLS || !1, ot = e.ALLOW_SELF_CLOSE_IN_ATTR !== !1, z = e.SAFE_FOR_TEMPLATES || !1, B = e.SAFE_FOR_XML !== !1, V = e.WHOLE_DOCUMENT || !1, H = e.RETURN_DOM || !1, lt = e.RETURN_DOM_FRAGMENT || !1, ut = e.RETURN_TRUSTED_TYPE || !1, ct = e.FORCE_BODY || !1, dt = e.SANITIZE_DOM !== !1, ft = e.SANITIZE_NAMED_PROPS || !1, mt = e.KEEP_CONTENT !== !1, U = e.IN_PLACE || !1, et = me(e.ALLOWED_URI_REGEXP) ? e.ALLOWED_URI_REGEXP : je, q = typeof e.NAMESPACE == "string" ? e.NAMESPACE : K, Tt = x(e, "MATHML_TEXT_INTEGRATION_POINTS") && e.MATHML_TEXT_INTEGRATION_POINTS && typeof e.MATHML_TEXT_INTEGRATION_POINTS == "object" ? O(e.MATHML_TEXT_INTEGRATION_POINTS) : E({}, [
|
|
335
366
|
"mi",
|
|
336
367
|
"mo",
|
|
337
368
|
"mn",
|
|
338
369
|
"ms",
|
|
339
370
|
"mtext"
|
|
340
|
-
]),
|
|
341
|
-
let t =
|
|
342
|
-
if (
|
|
371
|
+
]), Et = x(e, "HTML_INTEGRATION_POINTS") && e.HTML_INTEGRATION_POINTS && typeof e.HTML_INTEGRATION_POINTS == "object" ? O(e.HTML_INTEGRATION_POINTS) : E({}, ["annotation-xml"]);
|
|
372
|
+
let t = x(e, "CUSTOM_ELEMENT_HANDLING") && e.CUSTOM_ELEMENT_HANDLING && typeof e.CUSTOM_ELEMENT_HANDLING == "object" ? O(e.CUSTOM_ELEMENT_HANDLING) : p(null);
|
|
373
|
+
if (F = p(null), x(t, "tagNameCheck") && At(t.tagNameCheck) && (F.tagNameCheck = t.tagNameCheck), x(t, "attributeNameCheck") && At(t.attributeNameCheck) && (F.attributeNameCheck = t.attributeNameCheck), x(t, "allowCustomizedBuiltInElements") && typeof t.allowCustomizedBuiltInElements == "boolean" && (F.allowCustomizedBuiltInElements = t.allowCustomizedBuiltInElements), z && (it = !1), lt && (H = !0), W && (N = E({}, xe), P = p(null), W.html === !0 && (E(N, he), E(P, Se)), W.svg === !0 && (E(N, ge), E(P, Ce), E(P, Te)), W.svgFilters === !0 && (E(N, _e), E(P, Ce), E(P, Te)), W.mathMl === !0 && (E(N, ye), E(P, we), E(P, Te))), R.tagCheck = null, R.attributeCheck = null, x(e, "ADD_TAGS") && (typeof e.ADD_TAGS == "function" ? R.tagCheck = e.ADD_TAGS : g(e.ADD_TAGS) && (N === tt && (N = O(N)), E(N, e.ADD_TAGS, Y))), x(e, "ADD_ATTR") && (typeof e.ADD_ATTR == "function" ? R.attributeCheck = e.ADD_ATTR : g(e.ADD_ATTR) && (P === nt && (P = O(P)), E(P, e.ADD_ATTR, Y))), x(e, "ADD_URI_SAFE_ATTR") && g(e.ADD_URI_SAFE_ATTR) && E(vt, e.ADD_URI_SAFE_ATTR, Y), x(e, "FORBID_CONTENTS") && g(e.FORBID_CONTENTS) && (G === ht && (G = O(G)), E(G, e.FORBID_CONTENTS, Y)), x(e, "ADD_FORBID_CONTENTS") && g(e.ADD_FORBID_CONTENTS) && (G === ht && (G = O(G)), E(G, e.ADD_FORBID_CONTENTS, Y)), mt && (N["#text"] = !0), V && E(N, [
|
|
343
374
|
"html",
|
|
344
375
|
"head",
|
|
345
376
|
"body"
|
|
346
|
-
]),
|
|
347
|
-
if (typeof e.TRUSTED_TYPES_POLICY.createHTML != "function") throw
|
|
348
|
-
if (typeof e.TRUSTED_TYPES_POLICY.createScriptURL != "function") throw
|
|
349
|
-
|
|
350
|
-
} else
|
|
351
|
-
|
|
352
|
-
},
|
|
353
|
-
...
|
|
354
|
-
...
|
|
355
|
-
...
|
|
356
|
-
]),
|
|
357
|
-
let t =
|
|
377
|
+
]), N.table && (E(N, ["tbody"]), delete I.tbody), e.TRUSTED_TYPES_POLICY) {
|
|
378
|
+
if (typeof e.TRUSTED_TYPES_POLICY.createHTML != "function") throw fe("TRUSTED_TYPES_POLICY configuration option must provide a \"createHTML\" hook.");
|
|
379
|
+
if (typeof e.TRUSTED_TYPES_POLICY.createScriptURL != "function") throw fe("TRUSTED_TYPES_POLICY configuration option must provide a \"createScriptURL\" hook.");
|
|
380
|
+
D = e.TRUSTED_TYPES_POLICY, j = D.createHTML("");
|
|
381
|
+
} else D === void 0 && (D = Le(y, i)), D !== null && typeof j == "string" && (j = D.createHTML(""));
|
|
382
|
+
d && d(e), X = e;
|
|
383
|
+
}, Mt = E({}, [
|
|
384
|
+
...ge,
|
|
385
|
+
..._e,
|
|
386
|
+
...ve
|
|
387
|
+
]), Nt = E({}, [...ye, ...be]), Pt = function(e) {
|
|
388
|
+
let t = T(e);
|
|
358
389
|
(!t || !t.tagName) && (t = {
|
|
359
390
|
namespaceURI: q,
|
|
360
391
|
tagName: "template"
|
|
361
392
|
});
|
|
362
|
-
let n =
|
|
363
|
-
return
|
|
393
|
+
let n = _(e.tagName), r = _(t.tagName);
|
|
394
|
+
return Ct[e.namespaceURI] ? e.namespaceURI === xt ? t.namespaceURI === K ? n === "svg" : t.namespaceURI === bt ? n === "svg" && (r === "annotation-xml" || Tt[r]) : !!Mt[n] : e.namespaceURI === bt ? t.namespaceURI === K ? n === "math" : t.namespaceURI === xt ? n === "math" && Et[r] : !!Nt[n] : e.namespaceURI === K ? t.namespaceURI === xt && !Et[r] || t.namespaceURI === bt && !Tt[r] ? !1 : !Nt[n] && (Dt[n] || !Mt[n]) : !!(J === "application/xhtml+xml" && Ct[e.namespaceURI]) : !1;
|
|
364
395
|
}, Z = function(e) {
|
|
365
|
-
|
|
396
|
+
h(t.removed, { element: e });
|
|
366
397
|
try {
|
|
367
|
-
|
|
398
|
+
T(e).removeChild(e);
|
|
368
399
|
} catch {
|
|
369
|
-
|
|
400
|
+
de(e);
|
|
370
401
|
}
|
|
371
|
-
}, Q = function(e,
|
|
402
|
+
}, Q = function(e, n) {
|
|
372
403
|
try {
|
|
373
|
-
|
|
374
|
-
attribute:
|
|
375
|
-
from:
|
|
404
|
+
h(t.removed, {
|
|
405
|
+
attribute: n.getAttributeNode(e),
|
|
406
|
+
from: n
|
|
376
407
|
});
|
|
377
408
|
} catch {
|
|
378
|
-
|
|
409
|
+
h(t.removed, {
|
|
379
410
|
attribute: null,
|
|
380
|
-
from:
|
|
411
|
+
from: n
|
|
381
412
|
});
|
|
382
413
|
}
|
|
383
|
-
if (
|
|
384
|
-
Z(
|
|
414
|
+
if (n.removeAttribute(e), e === "is") if (H || lt) try {
|
|
415
|
+
Z(n);
|
|
385
416
|
} catch {}
|
|
386
417
|
else try {
|
|
387
|
-
|
|
418
|
+
n.setAttribute(e, "");
|
|
388
419
|
} catch {}
|
|
389
|
-
},
|
|
390
|
-
let t = null,
|
|
391
|
-
if (
|
|
420
|
+
}, Ft = function(e) {
|
|
421
|
+
let t = null, r = null;
|
|
422
|
+
if (ct) e = "<remove></remove>" + e;
|
|
392
423
|
else {
|
|
393
|
-
let t =
|
|
394
|
-
|
|
424
|
+
let t = se(e, /^[\r\n\t ]+/);
|
|
425
|
+
r = t && t[0];
|
|
395
426
|
}
|
|
396
427
|
J === "application/xhtml+xml" && q === K && (e = "<html xmlns=\"http://www.w3.org/1999/xhtml\"><head></head><body>" + e + "</body></html>");
|
|
397
|
-
let i =
|
|
428
|
+
let i = D ? D.createHTML(e) : e;
|
|
398
429
|
if (q === K) try {
|
|
399
|
-
t = new
|
|
430
|
+
t = new ne().parseFromString(i, J);
|
|
400
431
|
} catch {}
|
|
401
432
|
if (!t || !t.documentElement) {
|
|
402
|
-
t =
|
|
433
|
+
t = Ve.createDocument(q, "template", null);
|
|
403
434
|
try {
|
|
404
|
-
t.documentElement.innerHTML =
|
|
435
|
+
t.documentElement.innerHTML = St ? j : i;
|
|
405
436
|
} catch {}
|
|
406
437
|
}
|
|
407
438
|
let a = t.body || t.documentElement;
|
|
408
|
-
return e &&
|
|
409
|
-
},
|
|
410
|
-
return
|
|
411
|
-
},
|
|
412
|
-
return e instanceof
|
|
413
|
-
},
|
|
414
|
-
return typeof
|
|
439
|
+
return e && r && a.insertBefore(n.createTextNode(r), a.childNodes[0] || null), q === K ? We.call(t, V ? "html" : "body")[0] : V ? t.documentElement : a;
|
|
440
|
+
}, It = function(e) {
|
|
441
|
+
return He.call(e.ownerDocument || e, e, u.SHOW_ELEMENT | u.SHOW_COMMENT | u.SHOW_TEXT | u.SHOW_PROCESSING_INSTRUCTION | u.SHOW_CDATA_SECTION, null);
|
|
442
|
+
}, Lt = function(e) {
|
|
443
|
+
return e instanceof te && (typeof e.nodeName != "string" || typeof e.textContent != "string" || typeof e.removeChild != "function" || !(e.attributes instanceof ee) || typeof e.removeAttribute != "function" || typeof e.setAttribute != "function" || typeof e.namespaceURI != "string" || typeof e.insertBefore != "function" || typeof e.hasChildNodes != "function");
|
|
444
|
+
}, Rt = function(e) {
|
|
445
|
+
return typeof c == "function" && e instanceof c;
|
|
415
446
|
};
|
|
416
|
-
function $(e,
|
|
417
|
-
|
|
418
|
-
e.call(
|
|
447
|
+
function $(e, n, r) {
|
|
448
|
+
m(e, (e) => {
|
|
449
|
+
e.call(t, n, r, X);
|
|
419
450
|
});
|
|
420
451
|
}
|
|
421
|
-
let
|
|
422
|
-
let
|
|
423
|
-
if ($(M.beforeSanitizeElements, e, null),
|
|
452
|
+
let zt = function(e) {
|
|
453
|
+
let n = null;
|
|
454
|
+
if ($(M.beforeSanitizeElements, e, null), Lt(e)) return Z(e), !0;
|
|
424
455
|
let r = Y(e.nodeName);
|
|
425
456
|
if ($(M.uponSanitizeElement, e, {
|
|
426
457
|
tagName: r,
|
|
427
|
-
allowedTags:
|
|
428
|
-
}), B && e.hasChildNodes() && !
|
|
429
|
-
if (
|
|
430
|
-
if (!
|
|
431
|
-
if (
|
|
432
|
-
let t =
|
|
458
|
+
allowedTags: N
|
|
459
|
+
}), B && e.hasChildNodes() && !Rt(e.firstElementChild) && C(/<[/\w!]/g, e.innerHTML) && C(/<[/\w!]/g, e.textContent) || B && e.namespaceURI === K && r === "style" && Rt(e.firstElementChild) || e.nodeType === A.progressingInstruction || B && e.nodeType === A.comment && C(/<[/\w]/g, e.data)) return Z(e), !0;
|
|
460
|
+
if (I[r] || !(R.tagCheck instanceof Function && R.tagCheck(r)) && !N[r]) {
|
|
461
|
+
if (!I[r] && Ht(r) && (F.tagNameCheck instanceof RegExp && C(F.tagNameCheck, r) || F.tagNameCheck instanceof Function && F.tagNameCheck(r))) return !1;
|
|
462
|
+
if (mt && !G[r]) {
|
|
463
|
+
let t = T(e) || e.parentNode, n = w(e) || e.childNodes;
|
|
433
464
|
if (n && t) {
|
|
434
465
|
let r = n.length;
|
|
435
466
|
for (let i = r - 1; i >= 0; --i) {
|
|
436
|
-
let r =
|
|
437
|
-
t.insertBefore(r,
|
|
467
|
+
let r = ue(n[i], !0);
|
|
468
|
+
t.insertBefore(r, S(e));
|
|
438
469
|
}
|
|
439
470
|
}
|
|
440
471
|
}
|
|
441
472
|
return Z(e), !0;
|
|
442
473
|
}
|
|
443
|
-
return e instanceof
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
474
|
+
return e instanceof l && !Pt(e) || (r === "noscript" || r === "noembed" || r === "noframes") && C(/<\/no(script|embed|frames)/i, e.innerHTML) ? (Z(e), !0) : (z && e.nodeType === A.text && (n = e.textContent, m([
|
|
475
|
+
Ke,
|
|
476
|
+
qe,
|
|
477
|
+
Je
|
|
447
478
|
], (e) => {
|
|
448
|
-
|
|
449
|
-
}), e.textContent !==
|
|
450
|
-
},
|
|
451
|
-
if (
|
|
452
|
-
let i =
|
|
453
|
-
if (!(
|
|
454
|
-
if (!i ||
|
|
455
|
-
if (!(
|
|
456
|
-
} else if (!
|
|
479
|
+
n = v(n, e, " ");
|
|
480
|
+
}), e.textContent !== n && (h(t.removed, { element: e.cloneNode() }), e.textContent = n)), $(M.afterSanitizeElements, e, null), !1);
|
|
481
|
+
}, Bt = function(e, t, r) {
|
|
482
|
+
if (L[t] || dt && (t === "id" || t === "name") && (r in n || r in kt)) return !1;
|
|
483
|
+
let i = P[t] || R.attributeCheck instanceof Function && R.attributeCheck(t, e);
|
|
484
|
+
if (!(it && !L[t] && C(Ye, t)) && !(rt && C(Xe, t))) {
|
|
485
|
+
if (!i || L[t]) {
|
|
486
|
+
if (!(Ht(e) && (F.tagNameCheck instanceof RegExp && C(F.tagNameCheck, e) || F.tagNameCheck instanceof Function && F.tagNameCheck(e)) && (F.attributeNameCheck instanceof RegExp && C(F.attributeNameCheck, t) || F.attributeNameCheck instanceof Function && F.attributeNameCheck(t, e)) || t === "is" && F.allowCustomizedBuiltInElements && (F.tagNameCheck instanceof RegExp && C(F.tagNameCheck, r) || F.tagNameCheck instanceof Function && F.tagNameCheck(r)))) return !1;
|
|
487
|
+
} else if (!vt[t] && !C(et, v(r, Qe, "")) && !((t === "src" || t === "xlink:href" || t === "href") && e !== "script" && ce(r, "data:") === 0 && gt[e]) && !(at && !C(Ze, v(r, Qe, ""))) && r) return !1;
|
|
457
488
|
}
|
|
458
489
|
return !0;
|
|
459
|
-
},
|
|
490
|
+
}, Vt = E({}, [
|
|
460
491
|
"annotation-xml",
|
|
461
492
|
"color-profile",
|
|
462
493
|
"font-face",
|
|
@@ -465,135 +496,148 @@ function Me() {
|
|
|
465
496
|
"font-face-src",
|
|
466
497
|
"font-face-uri",
|
|
467
498
|
"missing-glyph"
|
|
468
|
-
]),
|
|
469
|
-
return !
|
|
470
|
-
},
|
|
499
|
+
]), Ht = function(e) {
|
|
500
|
+
return !Vt[_(e)] && C($e, e);
|
|
501
|
+
}, Ut = function(e) {
|
|
471
502
|
$(M.beforeSanitizeAttributes, e, null);
|
|
472
|
-
let
|
|
473
|
-
if (!
|
|
503
|
+
let n = e.attributes;
|
|
504
|
+
if (!n || Lt(e)) return;
|
|
474
505
|
let r = {
|
|
475
506
|
attrName: "",
|
|
476
507
|
attrValue: "",
|
|
477
508
|
keepAttr: !0,
|
|
478
|
-
allowedAttributes:
|
|
509
|
+
allowedAttributes: P,
|
|
479
510
|
forceKeepAttr: void 0
|
|
480
|
-
}, i =
|
|
511
|
+
}, i = n.length;
|
|
481
512
|
for (; i--;) {
|
|
482
|
-
let
|
|
483
|
-
if (r.attrName =
|
|
484
|
-
Q(
|
|
513
|
+
let a = n[i], o = a.name, s = a.namespaceURI, c = a.value, l = Y(o), u = c, d = o === "value" ? u : le(u);
|
|
514
|
+
if (r.attrName = l, r.attrValue = d, r.keepAttr = !0, r.forceKeepAttr = void 0, $(M.uponSanitizeAttribute, e, r), d = r.attrValue, ft && (l === "id" || l === "name") && ce(d, pt) !== 0 && (Q(o, e), d = pt + d), B && C(/((--!?|])>)|<\/(style|script|title|xmp|textarea|noscript|iframe|noembed|noframes)/i, d)) {
|
|
515
|
+
Q(o, e);
|
|
485
516
|
continue;
|
|
486
517
|
}
|
|
487
|
-
if (
|
|
488
|
-
Q(
|
|
518
|
+
if (l === "attributename" && se(d, "href")) {
|
|
519
|
+
Q(o, e);
|
|
489
520
|
continue;
|
|
490
521
|
}
|
|
491
522
|
if (r.forceKeepAttr) continue;
|
|
492
523
|
if (!r.keepAttr) {
|
|
493
|
-
Q(
|
|
524
|
+
Q(o, e);
|
|
494
525
|
continue;
|
|
495
526
|
}
|
|
496
|
-
if (!
|
|
497
|
-
Q(
|
|
527
|
+
if (!ot && C(/\/>/i, d)) {
|
|
528
|
+
Q(o, e);
|
|
498
529
|
continue;
|
|
499
530
|
}
|
|
500
|
-
z &&
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
531
|
+
z && m([
|
|
532
|
+
Ke,
|
|
533
|
+
qe,
|
|
534
|
+
Je
|
|
504
535
|
], (e) => {
|
|
505
|
-
d =
|
|
536
|
+
d = v(d, e, " ");
|
|
506
537
|
});
|
|
507
538
|
let f = Y(e.nodeName);
|
|
508
|
-
if (!
|
|
509
|
-
Q(
|
|
539
|
+
if (!Bt(f, l, d)) {
|
|
540
|
+
Q(o, e);
|
|
510
541
|
continue;
|
|
511
542
|
}
|
|
512
|
-
if (
|
|
543
|
+
if (D && typeof y == "object" && typeof y.getAttributeType == "function" && !s) switch (y.getAttributeType(f, l)) {
|
|
513
544
|
case "TrustedHTML":
|
|
514
|
-
d =
|
|
545
|
+
d = D.createHTML(d);
|
|
515
546
|
break;
|
|
516
547
|
case "TrustedScriptURL":
|
|
517
|
-
d =
|
|
548
|
+
d = D.createScriptURL(d);
|
|
518
549
|
break;
|
|
519
550
|
}
|
|
520
|
-
if (d !==
|
|
521
|
-
|
|
551
|
+
if (d !== u) try {
|
|
552
|
+
s ? e.setAttributeNS(s, o, d) : e.setAttribute(o, d), Lt(e) ? Z(e) : ie(t.removed);
|
|
522
553
|
} catch {
|
|
523
|
-
Q(
|
|
554
|
+
Q(o, e);
|
|
524
555
|
}
|
|
525
556
|
}
|
|
526
557
|
$(M.afterSanitizeAttributes, e, null);
|
|
527
|
-
},
|
|
528
|
-
let t = null, n =
|
|
529
|
-
for ($(M.beforeSanitizeShadowDOM, e, null); t = n.nextNode();) $(M.uponSanitizeShadowNode, t, null),
|
|
558
|
+
}, Wt = function(e) {
|
|
559
|
+
let t = null, n = It(e);
|
|
560
|
+
for ($(M.beforeSanitizeShadowDOM, e, null); t = n.nextNode();) $(M.uponSanitizeShadowNode, t, null), zt(t), Ut(t), t.content instanceof a && Wt(t.content);
|
|
530
561
|
$(M.afterSanitizeShadowDOM, e, null);
|
|
562
|
+
}, Gt = function(e) {
|
|
563
|
+
if (e.nodeType === A.element && e.shadowRoot instanceof a) {
|
|
564
|
+
let t = e.shadowRoot;
|
|
565
|
+
Gt(t), Wt(t);
|
|
566
|
+
}
|
|
567
|
+
let t = e.childNodes;
|
|
568
|
+
if (!t) return;
|
|
569
|
+
let n = [];
|
|
570
|
+
m(t, (e) => {
|
|
571
|
+
h(n, e);
|
|
572
|
+
});
|
|
573
|
+
for (let e of n) Gt(e);
|
|
531
574
|
};
|
|
532
|
-
return
|
|
533
|
-
let
|
|
534
|
-
if (
|
|
535
|
-
if (!
|
|
536
|
-
if (
|
|
575
|
+
return t.sanitize = function(e) {
|
|
576
|
+
let n = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, i = null, o = null, s = null, l = null;
|
|
577
|
+
if (St = !e, St && (e = "<!-->"), typeof e != "string" && !Rt(e) && (e = pe(e), typeof e != "string")) throw fe("dirty is not a string, aborting");
|
|
578
|
+
if (!t.isSupported) return e;
|
|
579
|
+
if (st || jt(n), t.removed = [], typeof e == "string" && (U = !1), U) {
|
|
537
580
|
let t = e.nodeName;
|
|
538
581
|
if (typeof t == "string") {
|
|
539
582
|
let e = Y(t);
|
|
540
|
-
if (!
|
|
583
|
+
if (!N[e] || I[e]) throw fe("root node is forbidden and cannot be sanitized in-place");
|
|
541
584
|
}
|
|
542
|
-
|
|
585
|
+
Gt(e);
|
|
586
|
+
} else if (e instanceof c) i = Ft("<!---->"), o = i.ownerDocument.importNode(e, !0), o.nodeType === A.element && o.nodeName === "BODY" || o.nodeName === "HTML" ? i = o : i.appendChild(o), Gt(o);
|
|
543
587
|
else {
|
|
544
|
-
if (!H && !z && !V && e.indexOf("<") === -1) return
|
|
545
|
-
if (
|
|
588
|
+
if (!H && !z && !V && e.indexOf("<") === -1) return D && ut ? D.createHTML(e) : e;
|
|
589
|
+
if (i = Ft(e), !i) return H ? null : ut ? j : "";
|
|
546
590
|
}
|
|
547
|
-
|
|
548
|
-
let
|
|
549
|
-
for (;
|
|
591
|
+
i && ct && Z(i.firstChild);
|
|
592
|
+
let u = It(U ? e : i);
|
|
593
|
+
for (; s = u.nextNode();) zt(s), Ut(s), s.content instanceof a && Wt(s.content);
|
|
550
594
|
if (U) return e;
|
|
551
595
|
if (H) {
|
|
552
596
|
if (z) {
|
|
553
|
-
|
|
554
|
-
let e =
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
597
|
+
i.normalize();
|
|
598
|
+
let e = i.innerHTML;
|
|
599
|
+
m([
|
|
600
|
+
Ke,
|
|
601
|
+
qe,
|
|
602
|
+
Je
|
|
559
603
|
], (t) => {
|
|
560
|
-
e =
|
|
561
|
-
}),
|
|
604
|
+
e = v(e, t, " ");
|
|
605
|
+
}), i.innerHTML = e;
|
|
562
606
|
}
|
|
563
|
-
if (
|
|
564
|
-
else
|
|
565
|
-
return (
|
|
607
|
+
if (lt) for (l = Ue.call(i.ownerDocument); i.firstChild;) l.appendChild(i.firstChild);
|
|
608
|
+
else l = i;
|
|
609
|
+
return (P.shadowroot || P.shadowrootmode) && (l = Ge.call(r, l, !0)), l;
|
|
566
610
|
}
|
|
567
|
-
let d = V ?
|
|
568
|
-
return V &&
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
611
|
+
let d = V ? i.outerHTML : i.innerHTML;
|
|
612
|
+
return V && N["!doctype"] && i.ownerDocument && i.ownerDocument.doctype && i.ownerDocument.doctype.name && C(Pe, i.ownerDocument.doctype.name) && (d = "<!DOCTYPE " + i.ownerDocument.doctype.name + ">\n" + d), z && m([
|
|
613
|
+
Ke,
|
|
614
|
+
qe,
|
|
615
|
+
Je
|
|
572
616
|
], (e) => {
|
|
573
|
-
d =
|
|
574
|
-
}),
|
|
575
|
-
},
|
|
576
|
-
|
|
577
|
-
},
|
|
578
|
-
X = null,
|
|
579
|
-
},
|
|
580
|
-
return X ||
|
|
581
|
-
},
|
|
582
|
-
typeof t == "function" &&
|
|
583
|
-
},
|
|
617
|
+
d = v(d, e, " ");
|
|
618
|
+
}), D && ut ? D.createHTML(d) : d;
|
|
619
|
+
}, t.setConfig = function() {
|
|
620
|
+
jt(arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}), st = !0;
|
|
621
|
+
}, t.clearConfig = function() {
|
|
622
|
+
X = null, st = !1;
|
|
623
|
+
}, t.isValidAttribute = function(e, t, n) {
|
|
624
|
+
return X || jt({}), Bt(Y(e), Y(t), n);
|
|
625
|
+
}, t.addHook = function(e, t) {
|
|
626
|
+
typeof t == "function" && h(M[e], t);
|
|
627
|
+
}, t.removeHook = function(e, t) {
|
|
584
628
|
if (t !== void 0) {
|
|
585
|
-
let n =
|
|
586
|
-
return n === -1 ? void 0 :
|
|
629
|
+
let n = re(M[e], t);
|
|
630
|
+
return n === -1 ? void 0 : ae(M[e], n, 1)[0];
|
|
587
631
|
}
|
|
588
|
-
return
|
|
589
|
-
},
|
|
632
|
+
return ie(M[e]);
|
|
633
|
+
}, t.removeHooks = function(e) {
|
|
590
634
|
M[e] = [];
|
|
591
|
-
},
|
|
592
|
-
M =
|
|
593
|
-
},
|
|
635
|
+
}, t.removeAllHooks = function() {
|
|
636
|
+
M = Re();
|
|
637
|
+
}, t;
|
|
594
638
|
}
|
|
595
|
-
var
|
|
639
|
+
var j = ze();
|
|
596
640
|
//#endregion
|
|
597
|
-
export {
|
|
641
|
+
export { j as purify };
|
|
598
642
|
|
|
599
643
|
//# sourceMappingURL=purify.es.js.map
|