openvsx-webui-test 0.17.2 → 0.18.0-dev.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/components/button-with-progress.d.ts +1 -0
- package/lib/components/button-with-progress.d.ts.map +1 -1
- package/lib/components/button-with-progress.js +1 -1
- package/lib/components/button-with-progress.js.map +1 -1
- package/lib/components/sanitized-markdown.d.ts.map +1 -1
- package/lib/components/sanitized-markdown.js +79 -1
- package/lib/components/sanitized-markdown.js.map +1 -1
- package/lib/components/scan-admin/common/auto-refresh.d.ts +21 -0
- package/lib/components/scan-admin/common/auto-refresh.d.ts.map +1 -0
- package/lib/components/scan-admin/common/auto-refresh.js +45 -0
- package/lib/components/scan-admin/common/auto-refresh.js.map +1 -0
- package/lib/components/scan-admin/common/conditional-tooltip.d.ts +24 -0
- package/lib/components/scan-admin/common/conditional-tooltip.d.ts.map +1 -0
- package/lib/components/scan-admin/common/conditional-tooltip.js +63 -0
- package/lib/components/scan-admin/common/conditional-tooltip.js.map +1 -0
- package/lib/components/scan-admin/common/file-table.d.ts +23 -0
- package/lib/components/scan-admin/common/file-table.d.ts.map +1 -0
- package/lib/components/scan-admin/common/file-table.js +350 -0
- package/lib/components/scan-admin/common/file-table.js.map +1 -0
- package/lib/components/scan-admin/common/index.d.ts +18 -0
- package/lib/components/scan-admin/common/index.d.ts.map +1 -0
- package/lib/components/scan-admin/common/index.js +18 -0
- package/lib/components/scan-admin/common/index.js.map +1 -0
- package/lib/components/scan-admin/common/tab-panel.d.ts +25 -0
- package/lib/components/scan-admin/common/tab-panel.d.ts.map +1 -0
- package/lib/components/scan-admin/common/tab-panel.js +22 -0
- package/lib/components/scan-admin/common/tab-panel.js.map +1 -0
- package/lib/components/scan-admin/common/utils.d.ts +15 -0
- package/lib/components/scan-admin/common/utils.d.ts.map +1 -0
- package/lib/components/scan-admin/common/utils.js +46 -0
- package/lib/components/scan-admin/common/utils.js.map +1 -0
- package/lib/components/scan-admin/dialogs/file-dialog.d.ts +19 -0
- package/lib/components/scan-admin/dialogs/file-dialog.d.ts.map +1 -0
- package/lib/components/scan-admin/dialogs/file-dialog.js +85 -0
- package/lib/components/scan-admin/dialogs/file-dialog.js.map +1 -0
- package/lib/components/scan-admin/dialogs/index.d.ts +15 -0
- package/lib/components/scan-admin/dialogs/index.d.ts.map +1 -0
- package/lib/components/scan-admin/dialogs/index.js +15 -0
- package/lib/components/scan-admin/dialogs/index.js.map +1 -0
- package/lib/components/scan-admin/dialogs/quarantine-dialog.d.ts +23 -0
- package/lib/components/scan-admin/dialogs/quarantine-dialog.d.ts.map +1 -0
- package/lib/components/scan-admin/dialogs/quarantine-dialog.js +192 -0
- package/lib/components/scan-admin/dialogs/quarantine-dialog.js.map +1 -0
- package/lib/components/scan-admin/index.d.ts +20 -0
- package/lib/components/scan-admin/index.d.ts.map +1 -0
- package/lib/components/scan-admin/index.js +25 -0
- package/lib/components/scan-admin/index.js.map +1 -0
- package/lib/components/scan-admin/scan-card/index.d.ts +20 -0
- package/lib/components/scan-admin/scan-card/index.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/index.js +20 -0
- package/lib/components/scan-admin/scan-card/index.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-content.d.ts +30 -0
- package/lib/components/scan-admin/scan-card/scan-card-content.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-content.js +232 -0
- package/lib/components/scan-admin/scan-card/scan-card-content.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip-badges.d.ts +26 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip-badges.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip-badges.js +121 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip-badges.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip.d.ts +27 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip.js +66 -0
- package/lib/components/scan-admin/scan-card/scan-card-expand-strip.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expanded-content.d.ts +26 -0
- package/lib/components/scan-admin/scan-card/scan-card-expanded-content.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-expanded-content.js +151 -0
- package/lib/components/scan-admin/scan-card/scan-card-expanded-content.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-header.d.ts +26 -0
- package/lib/components/scan-admin/scan-card/scan-card-header.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card-header.js +101 -0
- package/lib/components/scan-admin/scan-card/scan-card-header.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card.d.ts +34 -0
- package/lib/components/scan-admin/scan-card/scan-card.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-card.js +90 -0
- package/lib/components/scan-admin/scan-card/scan-card.js.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-detail-card.d.ts +38 -0
- package/lib/components/scan-admin/scan-card/scan-detail-card.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/scan-detail-card.js +72 -0
- package/lib/components/scan-admin/scan-card/scan-detail-card.js.map +1 -0
- package/lib/components/scan-admin/scan-card/utils.d.ts +48 -0
- package/lib/components/scan-admin/scan-card/utils.d.ts.map +1 -0
- package/lib/components/scan-admin/scan-card/utils.js +166 -0
- package/lib/components/scan-admin/scan-card/utils.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/allow-list-tab-content.d.ts +19 -0
- package/lib/components/scan-admin/tab-contents/allow-list-tab-content.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/allow-list-tab-content.js +55 -0
- package/lib/components/scan-admin/tab-contents/allow-list-tab-content.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/auto-rejected-tab-content.d.ts +19 -0
- package/lib/components/scan-admin/tab-contents/auto-rejected-tab-content.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/auto-rejected-tab-content.js +43 -0
- package/lib/components/scan-admin/tab-contents/auto-rejected-tab-content.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/block-list-tab-content.d.ts +19 -0
- package/lib/components/scan-admin/tab-contents/block-list-tab-content.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/block-list-tab-content.js +55 -0
- package/lib/components/scan-admin/tab-contents/block-list-tab-content.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/index.d.ts +18 -0
- package/lib/components/scan-admin/tab-contents/index.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/index.js +18 -0
- package/lib/components/scan-admin/tab-contents/index.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/quarantined-tab-content.d.ts +19 -0
- package/lib/components/scan-admin/tab-contents/quarantined-tab-content.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/quarantined-tab-content.js +78 -0
- package/lib/components/scan-admin/tab-contents/quarantined-tab-content.js.map +1 -0
- package/lib/components/scan-admin/tab-contents/scans-tab-content.d.ts +19 -0
- package/lib/components/scan-admin/tab-contents/scans-tab-content.d.ts.map +1 -0
- package/lib/components/scan-admin/tab-contents/scans-tab-content.js +52 -0
- package/lib/components/scan-admin/tab-contents/scans-tab-content.js.map +1 -0
- package/lib/components/scan-admin/toolbars/counts-toolbar.d.ts +35 -0
- package/lib/components/scan-admin/toolbars/counts-toolbar.d.ts.map +1 -0
- package/lib/components/scan-admin/toolbars/counts-toolbar.js +132 -0
- package/lib/components/scan-admin/toolbars/counts-toolbar.js.map +1 -0
- package/lib/components/scan-admin/toolbars/index.d.ts +16 -0
- package/lib/components/scan-admin/toolbars/index.d.ts.map +1 -0
- package/lib/components/scan-admin/toolbars/index.js +16 -0
- package/lib/components/scan-admin/toolbars/index.js.map +1 -0
- package/lib/components/scan-admin/toolbars/search-toolbar.d.ts +43 -0
- package/lib/components/scan-admin/toolbars/search-toolbar.d.ts.map +1 -0
- package/lib/components/scan-admin/toolbars/search-toolbar.js +106 -0
- package/lib/components/scan-admin/toolbars/search-toolbar.js.map +1 -0
- package/lib/components/scan-admin/toolbars/tab-toolbar.d.ts +25 -0
- package/lib/components/scan-admin/toolbars/tab-toolbar.d.ts.map +1 -0
- package/lib/components/scan-admin/toolbars/tab-toolbar.js +33 -0
- package/lib/components/scan-admin/toolbars/tab-toolbar.js.map +1 -0
- package/lib/context/scan-admin/index.d.ts +21 -0
- package/lib/context/scan-admin/index.d.ts.map +1 -0
- package/lib/context/scan-admin/index.js +27 -0
- package/lib/context/scan-admin/index.js.map +1 -0
- package/lib/context/scan-admin/scan-actions.d.ts +19 -0
- package/lib/context/scan-admin/scan-actions.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-actions.js +64 -0
- package/lib/context/scan-admin/scan-actions.js.map +1 -0
- package/lib/context/scan-admin/scan-api-actions.d.ts +26 -0
- package/lib/context/scan-admin/scan-api-actions.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-api-actions.js +118 -0
- package/lib/context/scan-admin/scan-api-actions.js.map +1 -0
- package/lib/context/scan-admin/scan-api-effects.d.ts +40 -0
- package/lib/context/scan-admin/scan-api-effects.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-api-effects.js +446 -0
- package/lib/context/scan-admin/scan-api-effects.js.map +1 -0
- package/lib/context/scan-admin/scan-context-types.d.ts +69 -0
- package/lib/context/scan-admin/scan-context-types.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-context-types.js +14 -0
- package/lib/context/scan-admin/scan-context-types.js.map +1 -0
- package/lib/context/scan-admin/scan-context.d.ts +17 -0
- package/lib/context/scan-admin/scan-context.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-context.js +90 -0
- package/lib/context/scan-admin/scan-context.js.map +1 -0
- package/lib/context/scan-admin/scan-helpers.d.ts +28 -0
- package/lib/context/scan-admin/scan-helpers.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-helpers.js +56 -0
- package/lib/context/scan-admin/scan-helpers.js.map +1 -0
- package/lib/context/scan-admin/scan-reducer.d.ts +18 -0
- package/lib/context/scan-admin/scan-reducer.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-reducer.js +194 -0
- package/lib/context/scan-admin/scan-reducer.js.map +1 -0
- package/lib/context/scan-admin/scan-types.d.ts +292 -0
- package/lib/context/scan-admin/scan-types.d.ts.map +1 -0
- package/lib/context/scan-admin/scan-types.js +67 -0
- package/lib/context/scan-admin/scan-types.js.map +1 -0
- package/lib/default/page-settings.d.ts.map +1 -1
- package/lib/default/page-settings.js +3 -0
- package/lib/default/page-settings.js.map +1 -1
- package/lib/default/theme.d.ts +50 -12
- package/lib/default/theme.d.ts.map +1 -1
- package/lib/default/theme.js +42 -0
- package/lib/default/theme.js.map +1 -1
- package/lib/extension-registry-service.d.ts +85 -1
- package/lib/extension-registry-service.d.ts.map +1 -1
- package/lib/extension-registry-service.js +197 -0
- package/lib/extension-registry-service.js.map +1 -1
- package/lib/extension-registry-types.d.ts +140 -0
- package/lib/extension-registry-types.d.ts.map +1 -1
- package/lib/extension-registry-types.js.map +1 -1
- package/lib/hooks/scan-admin/index.d.ts +34 -0
- package/lib/hooks/scan-admin/index.d.ts.map +1 -0
- package/lib/hooks/scan-admin/index.js +28 -0
- package/lib/hooks/scan-admin/index.js.map +1 -0
- package/lib/hooks/scan-admin/use-auto-rejected-tab.d.ts +76 -0
- package/lib/hooks/scan-admin/use-auto-rejected-tab.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-auto-rejected-tab.js +79 -0
- package/lib/hooks/scan-admin/use-auto-rejected-tab.js.map +1 -0
- package/lib/hooks/scan-admin/use-dialogs.d.ts +43 -0
- package/lib/hooks/scan-admin/use-dialogs.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-dialogs.js +55 -0
- package/lib/hooks/scan-admin/use-dialogs.js.map +1 -0
- package/lib/hooks/scan-admin/use-file-list-tab.d.ts +208 -0
- package/lib/hooks/scan-admin/use-file-list-tab.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-file-list-tab.js +125 -0
- package/lib/hooks/scan-admin/use-file-list-tab.js.map +1 -0
- package/lib/hooks/scan-admin/use-pagination.d.ts +36 -0
- package/lib/hooks/scan-admin/use-pagination.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-pagination.js +79 -0
- package/lib/hooks/scan-admin/use-pagination.js.map +1 -0
- package/lib/hooks/scan-admin/use-quarantined-tab.d.ts +92 -0
- package/lib/hooks/scan-admin/use-quarantined-tab.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-quarantined-tab.js +125 -0
- package/lib/hooks/scan-admin/use-quarantined-tab.js.map +1 -0
- package/lib/hooks/scan-admin/use-scan-card-state.d.ts +29 -0
- package/lib/hooks/scan-admin/use-scan-card-state.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-scan-card-state.js +50 -0
- package/lib/hooks/scan-admin/use-scan-card-state.js.map +1 -0
- package/lib/hooks/scan-admin/use-scan-filters.d.ts +53 -0
- package/lib/hooks/scan-admin/use-scan-filters.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-scan-filters.js +75 -0
- package/lib/hooks/scan-admin/use-scan-filters.js.map +1 -0
- package/lib/hooks/scan-admin/use-scans-tab.d.ts +85 -0
- package/lib/hooks/scan-admin/use-scans-tab.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-scans-tab.js +87 -0
- package/lib/hooks/scan-admin/use-scans-tab.js.map +1 -0
- package/lib/hooks/scan-admin/use-search.d.ts +32 -0
- package/lib/hooks/scan-admin/use-search.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-search.js +48 -0
- package/lib/hooks/scan-admin/use-search.js.map +1 -0
- package/lib/hooks/scan-admin/use-tab-navigation.d.ts +96 -0
- package/lib/hooks/scan-admin/use-tab-navigation.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-tab-navigation.js +70 -0
- package/lib/hooks/scan-admin/use-tab-navigation.js.map +1 -0
- package/lib/hooks/scan-admin/use-url-sync.d.ts +22 -0
- package/lib/hooks/scan-admin/use-url-sync.d.ts.map +1 -0
- package/lib/hooks/scan-admin/use-url-sync.js +252 -0
- package/lib/hooks/scan-admin/use-url-sync.js.map +1 -0
- package/lib/page-settings.d.ts +4 -0
- package/lib/page-settings.d.ts.map +1 -1
- package/lib/pages/admin-dashboard/admin-dashboard.d.ts +1 -0
- package/lib/pages/admin-dashboard/admin-dashboard.d.ts.map +1 -1
- package/lib/pages/admin-dashboard/admin-dashboard.js +23 -3
- package/lib/pages/admin-dashboard/admin-dashboard.js.map +1 -1
- package/lib/pages/admin-dashboard/publisher-admin.js +1 -1
- package/lib/pages/admin-dashboard/publisher-admin.js.map +1 -1
- package/lib/pages/admin-dashboard/publisher-revoke-dialog.d.ts.map +1 -1
- package/lib/pages/admin-dashboard/publisher-revoke-dialog.js +1 -1
- package/lib/pages/admin-dashboard/publisher-revoke-dialog.js.map +1 -1
- package/lib/pages/admin-dashboard/scan-admin.d.ts +20 -0
- package/lib/pages/admin-dashboard/scan-admin.d.ts.map +1 -0
- package/lib/pages/admin-dashboard/scan-admin.js +66 -0
- package/lib/pages/admin-dashboard/scan-admin.js.map +1 -0
- package/lib/pages/admin-dashboard/welcome.d.ts.map +1 -1
- package/lib/pages/admin-dashboard/welcome.js +2 -1
- package/lib/pages/admin-dashboard/welcome.js.map +1 -1
- package/lib/pages/extension-detail/extension-detail-overview.d.ts.map +1 -1
- package/lib/pages/extension-detail/extension-detail-overview.js +9 -1
- package/lib/pages/extension-detail/extension-detail-overview.js.map +1 -1
- package/lib/pages/extension-detail/extension-detail-reviews.d.ts.map +1 -1
- package/lib/pages/extension-detail/extension-detail-reviews.js +67 -18
- package/lib/pages/extension-detail/extension-detail-reviews.js.map +1 -1
- package/lib/pages/extension-detail/extension-detail.js +2 -2
- package/lib/pages/extension-detail/extension-detail.js.map +1 -1
- package/lib/pages/extension-detail/extension-rating-stars.d.ts +2 -2
- package/lib/pages/extension-detail/extension-rating-stars.d.ts.map +1 -1
- package/lib/pages/extension-detail/extension-rating-stars.js +1 -1
- package/lib/pages/extension-detail/extension-rating-stars.js.map +1 -1
- package/lib/pages/extension-list/extension-list-item.js +2 -2
- package/lib/pages/extension-list/extension-list-item.js.map +1 -1
- package/lib/pages/user/user-namespace-extension-list-item.d.ts.map +1 -1
- package/lib/pages/user/user-namespace-extension-list-item.js +23 -9
- package/lib/pages/user/user-namespace-extension-list-item.js.map +1 -1
- package/lib/pages/user/user-publisher-agreement.d.ts.map +1 -1
- package/lib/pages/user/user-publisher-agreement.js +34 -13
- package/lib/pages/user/user-publisher-agreement.js.map +1 -1
- package/lib/pages/user/user-settings-profile.d.ts.map +1 -1
- package/lib/pages/user/user-settings-profile.js +10 -5
- package/lib/pages/user/user-settings-profile.js.map +1 -1
- package/lib/pages/user/user-settings-tokens.d.ts.map +1 -1
- package/lib/pages/user/user-settings-tokens.js +13 -5
- package/lib/pages/user/user-settings-tokens.js.map +1 -1
- package/package.json +10 -9
- package/src/components/button-with-progress.tsx +2 -1
- package/src/components/sanitized-markdown.tsx +81 -1
- package/src/components/scan-admin/common/auto-refresh.tsx +79 -0
- package/src/components/scan-admin/common/conditional-tooltip.tsx +74 -0
- package/src/components/scan-admin/common/file-table.tsx +508 -0
- package/src/components/scan-admin/common/index.ts +18 -0
- package/src/components/scan-admin/common/tab-panel.tsx +42 -0
- package/src/components/scan-admin/common/utils.ts +48 -0
- package/src/components/scan-admin/dialogs/file-dialog.tsx +137 -0
- package/src/components/scan-admin/dialogs/index.ts +15 -0
- package/src/components/scan-admin/dialogs/quarantine-dialog.tsx +270 -0
- package/src/components/scan-admin/index.ts +52 -0
- package/src/components/scan-admin/scan-card/index.ts +20 -0
- package/src/components/scan-admin/scan-card/scan-card-content.tsx +457 -0
- package/src/components/scan-admin/scan-card/scan-card-expand-strip-badges.tsx +186 -0
- package/src/components/scan-admin/scan-card/scan-card-expand-strip.tsx +104 -0
- package/src/components/scan-admin/scan-card/scan-card-expanded-content.tsx +262 -0
- package/src/components/scan-admin/scan-card/scan-card-header.tsx +176 -0
- package/src/components/scan-admin/scan-card/scan-card.tsx +152 -0
- package/src/components/scan-admin/scan-card/scan-detail-card.tsx +144 -0
- package/src/components/scan-admin/scan-card/utils.ts +199 -0
- package/src/components/scan-admin/tab-contents/allow-list-tab-content.tsx +119 -0
- package/src/components/scan-admin/tab-contents/auto-rejected-tab-content.tsx +106 -0
- package/src/components/scan-admin/tab-contents/block-list-tab-content.tsx +119 -0
- package/src/components/scan-admin/tab-contents/index.ts +18 -0
- package/src/components/scan-admin/tab-contents/quarantined-tab-content.tsx +158 -0
- package/src/components/scan-admin/tab-contents/scans-tab-content.tsx +113 -0
- package/src/components/scan-admin/toolbars/counts-toolbar.tsx +262 -0
- package/src/components/scan-admin/toolbars/index.ts +16 -0
- package/src/components/scan-admin/toolbars/search-toolbar.tsx +255 -0
- package/src/components/scan-admin/toolbars/tab-toolbar.tsx +56 -0
- package/src/context/scan-admin/index.ts +43 -0
- package/src/context/scan-admin/scan-actions.ts +87 -0
- package/src/context/scan-admin/scan-api-actions.ts +137 -0
- package/src/context/scan-admin/scan-api-effects.ts +491 -0
- package/src/context/scan-admin/scan-context-types.ts +102 -0
- package/src/context/scan-admin/scan-context.tsx +123 -0
- package/src/context/scan-admin/scan-helpers.ts +63 -0
- package/src/context/scan-admin/scan-reducer.ts +321 -0
- package/src/context/scan-admin/scan-types.ts +337 -0
- package/src/default/page-settings.tsx +3 -0
- package/src/default/theme.tsx +102 -13
- package/src/extension-registry-service.ts +216 -1
- package/src/extension-registry-types.ts +157 -0
- package/src/hooks/scan-admin/index.ts +48 -0
- package/src/hooks/scan-admin/use-auto-rejected-tab.ts +85 -0
- package/src/hooks/scan-admin/use-dialogs.ts +83 -0
- package/src/hooks/scan-admin/use-file-list-tab.ts +149 -0
- package/src/hooks/scan-admin/use-pagination.ts +90 -0
- package/src/hooks/scan-admin/use-quarantined-tab.ts +138 -0
- package/src/hooks/scan-admin/use-scan-card-state.ts +73 -0
- package/src/hooks/scan-admin/use-scan-filters.ts +83 -0
- package/src/hooks/scan-admin/use-scans-tab.ts +92 -0
- package/src/hooks/scan-admin/use-search.ts +54 -0
- package/src/hooks/scan-admin/use-tab-navigation.ts +82 -0
- package/src/hooks/scan-admin/use-url-sync.ts +293 -0
- package/src/page-settings.ts +4 -0
- package/src/pages/admin-dashboard/admin-dashboard.tsx +26 -2
- package/src/pages/admin-dashboard/publisher-admin.tsx +1 -1
- package/src/pages/admin-dashboard/publisher-revoke-dialog.tsx +2 -1
- package/src/pages/admin-dashboard/scan-admin.tsx +109 -0
- package/src/pages/admin-dashboard/welcome.tsx +1 -0
- package/src/pages/extension-detail/extension-detail-overview.tsx +16 -2
- package/src/pages/extension-detail/extension-detail-reviews.tsx +116 -30
- package/src/pages/extension-detail/extension-detail.tsx +2 -2
- package/src/pages/extension-detail/extension-rating-stars.tsx +2 -2
- package/src/pages/extension-list/extension-list-item.tsx +2 -2
- package/src/pages/user/user-namespace-extension-list-item.tsx +38 -13
- package/src/pages/user/user-publisher-agreement.tsx +30 -11
- package/src/pages/user/user-settings-profile.tsx +10 -6
- package/src/pages/user/user-settings-tokens.tsx +15 -6
|
@@ -12,6 +12,7 @@ import { SxProps, Theme } from '@mui/material';
|
|
|
12
12
|
export declare const ButtonWithProgress: FunctionComponent<PropsWithChildren<ButtonWithProgressProps>>;
|
|
13
13
|
export interface ButtonWithProgressProps {
|
|
14
14
|
working: boolean;
|
|
15
|
+
color?: 'primary' | 'secondary' | 'success' | 'error' | 'info' | 'warning' | undefined;
|
|
15
16
|
error?: boolean;
|
|
16
17
|
autoFocus?: boolean;
|
|
17
18
|
onClick: MouseEventHandler<HTMLButtonElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-with-progress.d.ts","sourceRoot":"","sources":["../../src/components/button-with-progress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACvF,OAAO,EAAiC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE9E,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,CA4B5F,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;CACvB"}
|
|
1
|
+
{"version":3,"file":"button-with-progress.d.ts","sourceRoot":"","sources":["../../src/components/button-with-progress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAc,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AACvF,OAAO,EAAiC,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAC;AAE9E,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,uBAAuB,CAAC,CA4B5F,CAAC;AAEF,MAAM,WAAW,uBAAuB;IACpC,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,CAAC;IACvF,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,EAAE,iBAAiB,CAAC,iBAAiB,CAAC,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC;CACvB"}
|
|
@@ -11,7 +11,7 @@ import React from 'react';
|
|
|
11
11
|
import { Box, Button, CircularProgress } from '@mui/material';
|
|
12
12
|
export const ButtonWithProgress = props => {
|
|
13
13
|
return React.createElement(Box, { component: 'div', sx: [{ position: 'relative' }, ...(Array.isArray(props.sx) ? props.sx : [props.sx])] },
|
|
14
|
-
React.createElement(Button, { variant: 'contained', color: 'secondary', disabled: props.working || props.error, autoFocus: props.autoFocus, onClick: props.onClick, title: props.title, disableTouchRipple: true }, props.children),
|
|
14
|
+
React.createElement(Button, { variant: 'contained', color: props.color || 'secondary', disabled: props.working || props.error, autoFocus: props.autoFocus, onClick: props.onClick, title: props.title, disableTouchRipple: true }, props.children),
|
|
15
15
|
props.working ?
|
|
16
16
|
React.createElement(CircularProgress, { size: 24, sx: {
|
|
17
17
|
color: 'secondary.main',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"button-with-progress.js","sourceRoot":"","sources":["../../src/components/button-with-progress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAO,KAAkE,MAAM,OAAO,CAAC;AACvF,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAkB,MAAM,eAAe,CAAC;AAE9E,MAAM,CAAC,MAAM,kBAAkB,GAAkE,KAAK,CAAC,EAAE;IACrG,OAAO,oBAAC,GAAG,IAAC,SAAS,EAAC,KAAK,EAAC,EAAE,EAAE,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;QAC5G,oBAAC,MAAM,IACH,OAAO,EAAC,WAAW,EACnB,KAAK,
|
|
1
|
+
{"version":3,"file":"button-with-progress.js","sourceRoot":"","sources":["../../src/components/button-with-progress.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAO,KAAkE,MAAM,OAAO,CAAC;AACvF,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,gBAAgB,EAAkB,MAAM,eAAe,CAAC;AAE9E,MAAM,CAAC,MAAM,kBAAkB,GAAkE,KAAK,CAAC,EAAE;IACrG,OAAO,oBAAC,GAAG,IAAC,SAAS,EAAC,KAAK,EAAC,EAAE,EAAE,CAAC,EAAE,QAAQ,EAAE,UAAU,EAAE,EAAE,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC,CAAC;QAC5G,oBAAC,MAAM,IACH,OAAO,EAAC,WAAW,EACnB,KAAK,EAAE,KAAK,CAAC,KAAK,IAAI,WAAW,EACjC,QAAQ,EAAE,KAAK,CAAC,OAAO,IAAI,KAAK,CAAC,KAAK,EACtC,SAAS,EAAE,KAAK,CAAC,SAAS,EAC1B,OAAO,EAAE,KAAK,CAAC,OAAO,EACtB,KAAK,EAAE,KAAK,CAAC,KAAK,EAClB,kBAAkB,EAAE,IAAI,IAEvB,KAAK,CAAC,QAAQ,CACV;QACL,KAAK,CAAC,OAAO,CAAC,CAAC;YACf,oBAAC,gBAAgB,IACb,IAAI,EAAE,EAAE,EACR,EAAE,EAAE;oBACA,KAAK,EAAE,gBAAgB;oBACvB,QAAQ,EAAE,UAAU;oBACpB,GAAG,EAAE,KAAK;oBACV,IAAI,EAAE,KAAK;oBACX,EAAE,EAAE,OAAO;oBACX,EAAE,EAAE,OAAO;iBACd,GACH;YACF,CAAC,CAAC,IAAI,CAER,CAAC;AACX,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sanitized-markdown.d.ts","sourceRoot":"","sources":["../../src/components/sanitized-markdown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAc,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"sanitized-markdown.d.ts","sourceRoot":"","sources":["../../src/components/sanitized-markdown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAc,EAAE,iBAAiB,EAAa,MAAM,OAAO,CAAC;AAmJ5D,eAAO,MAAM,iBAAiB,EAAE,iBAAiB,CAAC,sBAAsB,CAmCvE,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB"}
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
* SPDX-License-Identifier: EPL-2.0
|
|
9
9
|
********************************************************************************/
|
|
10
10
|
import React, { useEffect } from 'react';
|
|
11
|
-
import
|
|
11
|
+
import MarkdownIt from 'markdown-it';
|
|
12
12
|
import * as MarkdownItAnchor from 'markdown-it-anchor';
|
|
13
|
+
import { alert } from '@mdit/plugin-alert';
|
|
13
14
|
import DOMPurify from 'dompurify';
|
|
14
15
|
import { styled } from '@mui/material/styles';
|
|
15
16
|
import linkIcon from './link-icon';
|
|
@@ -73,6 +74,82 @@ const Markdown = styled('div')(({ theme }) => ({
|
|
|
73
74
|
textAlign: 'start',
|
|
74
75
|
background: theme.palette.neutral.dark
|
|
75
76
|
}
|
|
77
|
+
},
|
|
78
|
+
'& .markdown-alert': {
|
|
79
|
+
padding: '8px 16px',
|
|
80
|
+
marginBottom: 16,
|
|
81
|
+
borderLeft: '4px solid',
|
|
82
|
+
borderRadius: 4,
|
|
83
|
+
'& .markdown-alert-title': {
|
|
84
|
+
display: 'flex',
|
|
85
|
+
alignItems: 'center',
|
|
86
|
+
fontWeight: 600,
|
|
87
|
+
marginBottom: 4,
|
|
88
|
+
'& svg': {
|
|
89
|
+
marginRight: 8,
|
|
90
|
+
width: 16,
|
|
91
|
+
height: 16
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
'& .markdown-alert-title:before': {
|
|
95
|
+
content: '" "',
|
|
96
|
+
width: '16px',
|
|
97
|
+
height: '16px',
|
|
98
|
+
marginRight: '8px',
|
|
99
|
+
},
|
|
100
|
+
'& p': {
|
|
101
|
+
margin: 0
|
|
102
|
+
}
|
|
103
|
+
},
|
|
104
|
+
'& .markdown-alert-note': {
|
|
105
|
+
borderColor: '#2f81f7',
|
|
106
|
+
backgroundColor: 'rgba(47, 129, 247, 0.1)',
|
|
107
|
+
'& .markdown-alert-title': {
|
|
108
|
+
color: '#2f81f7'
|
|
109
|
+
},
|
|
110
|
+
'& .markdown-alert-title::before': {
|
|
111
|
+
content: `url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232f81f7' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E")`
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
'& .markdown-alert-tip': {
|
|
115
|
+
borderColor: '#3fb950',
|
|
116
|
+
backgroundColor: 'rgba(63, 185, 80, 0.1)',
|
|
117
|
+
'& .markdown-alert-title': {
|
|
118
|
+
color: '#3fb950'
|
|
119
|
+
},
|
|
120
|
+
'& .markdown-alert-title::before': {
|
|
121
|
+
content: `url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233fb950' d='M8 1.5c-2.363 0-4 1.69-4 3.75 0 .984.424 1.625.984 2.304l.214.253c.223.264.47.556.673.848.284.411.537.896.621 1.49a.75.75 0 0 1-1.484.211c-.04-.282-.163-.547-.37-.847a8.456 8.456 0 0 0-.542-.68c-.084-.1-.173-.205-.268-.32C3.201 7.75 2.5 6.766 2.5 5.25 2.5 2.31 4.863 0 8 0s5.5 2.31 5.5 5.25c0 1.516-.701 2.5-1.328 3.259-.095.115-.184.22-.268.319-.207.245-.383.453-.541.681-.208.3-.33.565-.37.847a.751.751 0 0 1-1.485-.212c.084-.593.337-1.078.621-1.489.203-.292.45-.584.673-.848.075-.088.147-.173.213-.253.561-.679.985-1.32.985-2.304 0-2.06-1.637-3.75-4-3.75ZM5.75 12h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5ZM6 15.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 0 1.5h-2.5a.75.75 0 0 1-.75-.75Z'/%3E%3C/svg%3E")`
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
'& .markdown-alert-important': {
|
|
125
|
+
borderColor: '#a371f7',
|
|
126
|
+
backgroundColor: 'rgba(163, 113, 247, 0.1)',
|
|
127
|
+
'& .markdown-alert-title': {
|
|
128
|
+
color: '#a371f7'
|
|
129
|
+
},
|
|
130
|
+
'& .markdown-alert-title::before': {
|
|
131
|
+
content: `url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a371f7' d='M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v9.5A1.75 1.75 0 0 1 14.25 13H8.06l-2.573 2.573A1.458 1.458 0 0 1 3 14.543V13H1.75A1.75 1.75 0 0 1 0 11.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25h2a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h6.5a.25.25 0 0 0 .25-.25v-9.5a.25.25 0 0 0-.25-.25Zm7 2.25v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E ")`
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
'& .markdown-alert-warning': {
|
|
135
|
+
borderColor: '#d29922',
|
|
136
|
+
backgroundColor: 'rgba(210, 153, 34, 0.1)',
|
|
137
|
+
'& .markdown-alert-title': {
|
|
138
|
+
color: '#d29922'
|
|
139
|
+
},
|
|
140
|
+
'& .markdown-alert-title::before': {
|
|
141
|
+
content: `url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23d29922' d='M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z'/%3E%3C/svg%3E")`
|
|
142
|
+
}
|
|
143
|
+
},
|
|
144
|
+
'& .markdown-alert-caution': {
|
|
145
|
+
borderColor: '#f85149',
|
|
146
|
+
backgroundColor: 'rgba(248, 81, 73, 0.1)',
|
|
147
|
+
'& .markdown-alert-title': {
|
|
148
|
+
color: '#f85149'
|
|
149
|
+
},
|
|
150
|
+
'& .markdown-alert-title::before': {
|
|
151
|
+
content: `url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23f85149' d='M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z'/%3E%3C/svg%3E")`
|
|
152
|
+
}
|
|
76
153
|
}
|
|
77
154
|
}));
|
|
78
155
|
export const SanitizedMarkdown = ({ content, sanitize, linkify }) => {
|
|
@@ -81,6 +158,7 @@ export const SanitizedMarkdown = ({ content, sanitize, linkify }) => {
|
|
|
81
158
|
linkify: true,
|
|
82
159
|
typographer: true
|
|
83
160
|
});
|
|
161
|
+
markdownIt.use(alert);
|
|
84
162
|
if (linkify === undefined || linkify) {
|
|
85
163
|
const anchor = MarkdownItAnchor.default;
|
|
86
164
|
markdownIt.use(anchor, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sanitized-markdown.js","sourceRoot":"","sources":["../../src/components/sanitized-markdown.tsx"],"names":[],"mappings":"AAAA;;;;;;;;kFAQkF;AAElF,OAAO,KAAK,EAAE,EAAqB,SAAS,EAAE,MAAM,OAAO,CAAC;AAC5D,OAAO,
|
|
1
|
+
{"version":3,"file":"sanitized-markdown.js","sourceRoot":"","sources":["../../src/components/sanitized-markdown.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
|
|
3
|
+
*
|
|
4
|
+
* See the NOTICE file(s) distributed with this work for additional
|
|
5
|
+
* information regarding copyright ownership.
|
|
6
|
+
*
|
|
7
|
+
* This program and the accompanying materials are made available under the
|
|
8
|
+
* terms of the Eclipse Public License 2.0 which is available at
|
|
9
|
+
* https://www.eclipse.org/legal/epl-2.0
|
|
10
|
+
*
|
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
12
|
+
********************************************************************************/
|
|
13
|
+
import { FunctionComponent } from 'react';
|
|
14
|
+
interface AutoRefreshProps {
|
|
15
|
+
lastRefreshed: Date | null;
|
|
16
|
+
autoRefresh?: boolean;
|
|
17
|
+
onAutoRefreshChange?: (enabled: boolean) => void;
|
|
18
|
+
}
|
|
19
|
+
export declare const AutoRefresh: FunctionComponent<AutoRefreshProps>;
|
|
20
|
+
export {};
|
|
21
|
+
//# sourceMappingURL=auto-refresh.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-refresh.d.ts","sourceRoot":"","sources":["../../../../src/components/scan-admin/common/auto-refresh.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;kFAWkF;AAElF,OAAc,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAIjD,UAAU,gBAAgB;IACtB,aAAa,EAAE,IAAI,GAAG,IAAI,CAAC;IAC3B,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;CACpD;AAED,eAAO,MAAM,WAAW,EAAE,iBAAiB,CAAC,gBAAgB,CAuD3D,CAAC"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
|
|
3
|
+
*
|
|
4
|
+
* See the NOTICE file(s) distributed with this work for additional
|
|
5
|
+
* information regarding copyright ownership.
|
|
6
|
+
*
|
|
7
|
+
* This program and the accompanying materials are made available under the
|
|
8
|
+
* terms of the Eclipse Public License 2.0 which is available at
|
|
9
|
+
* https://www.eclipse.org/legal/epl-2.0
|
|
10
|
+
*
|
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
12
|
+
********************************************************************************/
|
|
13
|
+
import React from 'react';
|
|
14
|
+
import { Box, Typography, Switch } from '@mui/material';
|
|
15
|
+
import { formatDateTime } from './utils';
|
|
16
|
+
export const AutoRefresh = ({ lastRefreshed, autoRefresh = false, onAutoRefreshChange, }) => {
|
|
17
|
+
if (!lastRefreshed) {
|
|
18
|
+
return null;
|
|
19
|
+
}
|
|
20
|
+
return (React.createElement(Box, { sx: {
|
|
21
|
+
display: 'flex',
|
|
22
|
+
justifyContent: 'flex-end',
|
|
23
|
+
alignItems: 'center',
|
|
24
|
+
gap: 1,
|
|
25
|
+
} },
|
|
26
|
+
onAutoRefreshChange && (React.createElement(Box, { sx: { display: 'flex', alignItems: 'center', gap: 0.5 } },
|
|
27
|
+
React.createElement(Typography, { variant: 'body2', sx: {
|
|
28
|
+
color: 'text.secondary',
|
|
29
|
+
fontSize: '0.75rem',
|
|
30
|
+
whiteSpace: 'nowrap',
|
|
31
|
+
} }, "30s auto-refresh"),
|
|
32
|
+
React.createElement(Switch, { size: 'small', checked: autoRefresh, onChange: (e) => onAutoRefreshChange(e.target.checked), color: 'secondary', sx: {
|
|
33
|
+
transform: 'scale(0.7)',
|
|
34
|
+
marginRight: -0.5,
|
|
35
|
+
} }))),
|
|
36
|
+
React.createElement(Typography, { variant: 'body2', sx: {
|
|
37
|
+
color: 'text.secondary',
|
|
38
|
+
fontSize: '0.75rem',
|
|
39
|
+
whiteSpace: 'nowrap',
|
|
40
|
+
pl: 1,
|
|
41
|
+
} },
|
|
42
|
+
"Last Refreshed: ",
|
|
43
|
+
formatDateTime(lastRefreshed.toISOString()))));
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=auto-refresh.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"auto-refresh.js","sourceRoot":"","sources":["../../../../src/components/scan-admin/common/auto-refresh.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;kFAWkF;AAElF,OAAO,KAA4B,MAAM,OAAO,CAAC;AACjD,OAAO,EAAE,GAAG,EAAE,UAAU,EAAE,MAAM,EAAE,MAAM,eAAe,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAQzC,MAAM,CAAC,MAAM,WAAW,GAAwC,CAAC,EAC7D,aAAa,EACb,WAAW,GAAG,KAAK,EACnB,mBAAmB,GACtB,EAAE,EAAE;IACD,IAAI,CAAC,aAAa,EAAE;QAChB,OAAO,IAAI,CAAC;KACf;IAED,OAAO,CACH,oBAAC,GAAG,IACA,EAAE,EAAE;YACA,OAAO,EAAE,MAAM;YACf,cAAc,EAAE,UAAU;YAC1B,UAAU,EAAE,QAAQ;YACpB,GAAG,EAAE,CAAC;SACT;QAEA,mBAAmB,IAAI,CACpB,oBAAC,GAAG,IAAC,EAAE,EAAE,EAAE,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,QAAQ,EAAE,GAAG,EAAE,GAAG,EAAE;YACxD,oBAAC,UAAU,IACP,OAAO,EAAC,OAAO,EACf,EAAE,EAAE;oBACA,KAAK,EAAE,gBAAgB;oBACvB,QAAQ,EAAE,SAAS;oBACnB,UAAU,EAAE,QAAQ;iBACvB,uBAGQ;YACb,oBAAC,MAAM,IACH,IAAI,EAAC,OAAO,EACZ,OAAO,EAAE,WAAW,EACpB,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,mBAAmB,CAAC,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,EACtD,KAAK,EAAC,WAAW,EACjB,EAAE,EAAE;oBACA,SAAS,EAAE,YAAY;oBACvB,WAAW,EAAE,CAAC,GAAG;iBACpB,GACH,CACA,CACT;QACD,oBAAC,UAAU,IACP,OAAO,EAAC,OAAO,EACf,EAAE,EAAE;gBACA,KAAK,EAAE,gBAAgB;gBACvB,QAAQ,EAAE,SAAS;gBACnB,UAAU,EAAE,QAAQ;gBACpB,EAAE,EAAE,CAAC;aACR;;YAEgB,cAAc,CAAC,aAAa,CAAC,WAAW,EAAE,CAAC,CACnD,CACX,CACT,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
|
|
3
|
+
*
|
|
4
|
+
* See the NOTICE file(s) distributed with this work for additional
|
|
5
|
+
* information regarding copyright ownership.
|
|
6
|
+
*
|
|
7
|
+
* This program and the accompanying materials are made available under the
|
|
8
|
+
* terms of the Eclipse Public License 2.0 which is available at
|
|
9
|
+
* https://www.eclipse.org/legal/epl-2.0
|
|
10
|
+
*
|
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
12
|
+
********************************************************************************/
|
|
13
|
+
import { FunctionComponent } from 'react';
|
|
14
|
+
import { TooltipProps } from '@mui/material';
|
|
15
|
+
interface ConditionalTooltipProps extends Omit<TooltipProps, 'title'> {
|
|
16
|
+
title: string;
|
|
17
|
+
}
|
|
18
|
+
/**
|
|
19
|
+
* A Tooltip component that only shows when the child content is truncated with ellipsis.
|
|
20
|
+
* Uses ref to check if the content overflows its container.
|
|
21
|
+
*/
|
|
22
|
+
export declare const ConditionalTooltip: FunctionComponent<ConditionalTooltipProps>;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=conditional-tooltip.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conditional-tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/scan-admin/common/conditional-tooltip.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;kFAWkF;AAElF,OAAc,EAAE,iBAAiB,EAA+B,MAAM,OAAO,CAAC;AAC9E,OAAO,EAAW,YAAY,EAAE,MAAM,eAAe,CAAC;AAEtD,UAAU,uBAAwB,SAAQ,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC;IACjE,KAAK,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,EAAE,iBAAiB,CAAC,uBAAuB,CAiDzE,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
|
|
3
|
+
*
|
|
4
|
+
* See the NOTICE file(s) distributed with this work for additional
|
|
5
|
+
* information regarding copyright ownership.
|
|
6
|
+
*
|
|
7
|
+
* This program and the accompanying materials are made available under the
|
|
8
|
+
* terms of the Eclipse Public License 2.0 which is available at
|
|
9
|
+
* https://www.eclipse.org/legal/epl-2.0
|
|
10
|
+
*
|
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
12
|
+
********************************************************************************/
|
|
13
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
14
|
+
var t = {};
|
|
15
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
16
|
+
t[p] = s[p];
|
|
17
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
18
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
19
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
20
|
+
t[p[i]] = s[p[i]];
|
|
21
|
+
}
|
|
22
|
+
return t;
|
|
23
|
+
};
|
|
24
|
+
import React, { useRef, useState, useEffect } from 'react';
|
|
25
|
+
import { Tooltip } from '@mui/material';
|
|
26
|
+
/**
|
|
27
|
+
* A Tooltip component that only shows when the child content is truncated with ellipsis.
|
|
28
|
+
* Uses ref to check if the content overflows its container.
|
|
29
|
+
*/
|
|
30
|
+
export const ConditionalTooltip = (_a) => {
|
|
31
|
+
var { title, children } = _a, tooltipProps = __rest(_a, ["title", "children"]);
|
|
32
|
+
const textRef = useRef(null);
|
|
33
|
+
const [isTruncated, setIsTruncated] = useState(false);
|
|
34
|
+
useEffect(() => {
|
|
35
|
+
const checkTruncation = () => {
|
|
36
|
+
if (textRef.current) {
|
|
37
|
+
setIsTruncated(textRef.current.scrollWidth > textRef.current.clientWidth);
|
|
38
|
+
}
|
|
39
|
+
};
|
|
40
|
+
checkTruncation();
|
|
41
|
+
// Recheck on window resize
|
|
42
|
+
window.addEventListener('resize', checkTruncation);
|
|
43
|
+
return () => window.removeEventListener('resize', checkTruncation);
|
|
44
|
+
}, [title, children]);
|
|
45
|
+
return (React.createElement(Tooltip, Object.assign({ title: isTruncated ? title : '', disableHoverListener: !isTruncated, disableInteractive: true, PopperProps: {
|
|
46
|
+
disablePortal: true,
|
|
47
|
+
modifiers: [
|
|
48
|
+
{
|
|
49
|
+
name: 'preventOverflow',
|
|
50
|
+
enabled: true,
|
|
51
|
+
options: {
|
|
52
|
+
boundary: 'clippingParents',
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
],
|
|
56
|
+
sx: {
|
|
57
|
+
pointerEvents: 'none',
|
|
58
|
+
},
|
|
59
|
+
} }, tooltipProps), React.cloneElement(children, {
|
|
60
|
+
ref: textRef,
|
|
61
|
+
})));
|
|
62
|
+
};
|
|
63
|
+
//# sourceMappingURL=conditional-tooltip.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"conditional-tooltip.js","sourceRoot":"","sources":["../../../../src/components/scan-admin/common/conditional-tooltip.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;kFAWkF;;;;;;;;;;;;AAElF,OAAO,KAAK,EAAE,EAAqB,MAAM,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,EAAE,OAAO,EAAgB,MAAM,eAAe,CAAC;AAMtD;;;GAGG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAA+C,CAAC,EAI9E,EAAE,EAAE;QAJ0E,EAC3E,KAAK,EACL,QAAQ,OAEX,EADM,YAAY,cAH4D,qBAI9E,CADkB;IAEf,MAAM,OAAO,GAAG,MAAM,CAAc,IAAI,CAAC,CAAC;IAC1C,MAAM,CAAC,WAAW,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;IAEtD,SAAS,CAAC,GAAG,EAAE;QACX,MAAM,eAAe,GAAG,GAAG,EAAE;YACzB,IAAI,OAAO,CAAC,OAAO,EAAE;gBACjB,cAAc,CAAC,OAAO,CAAC,OAAO,CAAC,WAAW,GAAG,OAAO,CAAC,OAAO,CAAC,WAAW,CAAC,CAAC;aAC7E;QACL,CAAC,CAAC;QAEF,eAAe,EAAE,CAAC;QAElB,2BAA2B;QAC3B,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;QACnD,OAAO,GAAG,EAAE,CAAC,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,eAAe,CAAC,CAAC;IACvE,CAAC,EAAE,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC;IAEtB,OAAO,CACH,oBAAC,OAAO,kBACJ,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAC/B,oBAAoB,EAAE,CAAC,WAAW,EAClC,kBAAkB,QAClB,WAAW,EAAE;YACT,aAAa,EAAE,IAAI;YACnB,SAAS,EAAE;gBACP;oBACI,IAAI,EAAE,iBAAiB;oBACvB,OAAO,EAAE,IAAI;oBACb,OAAO,EAAE;wBACL,QAAQ,EAAE,iBAAiB;qBAC9B;iBACJ;aACJ;YACD,EAAE,EAAE;gBACA,aAAa,EAAE,MAAM;aACxB;SACJ,IACG,YAAY,GAEf,KAAK,CAAC,YAAY,CAAC,QAA8B,EAAE;QAChD,GAAG,EAAE,OAAO;KACf,CAAC,CACI,CACb,CAAC;AACN,CAAC,CAAC"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/********************************************************************************
|
|
2
|
+
* Copyright (c) 2026 Contributors to the Eclipse Foundation
|
|
3
|
+
*
|
|
4
|
+
* See the NOTICE file(s) distributed with this work for additional
|
|
5
|
+
* information regarding copyright ownership.
|
|
6
|
+
*
|
|
7
|
+
* This program and the accompanying materials are made available under the
|
|
8
|
+
* terms of the Eclipse Public License 2.0 which is available at
|
|
9
|
+
* https://www.eclipse.org/legal/epl-2.0
|
|
10
|
+
*
|
|
11
|
+
* SPDX-License-Identifier: EPL-2.0
|
|
12
|
+
********************************************************************************/
|
|
13
|
+
import { FunctionComponent } from 'react';
|
|
14
|
+
import { FileDecision } from '../../../context/scan-admin';
|
|
15
|
+
interface FileTableProps {
|
|
16
|
+
files: FileDecision[];
|
|
17
|
+
type: 'allowed' | 'blocked';
|
|
18
|
+
selectedFiles?: Set<string>;
|
|
19
|
+
onSelectionChange?: (fileIds: Set<string>) => void;
|
|
20
|
+
}
|
|
21
|
+
export declare const FileTable: FunctionComponent<FileTableProps>;
|
|
22
|
+
export {};
|
|
23
|
+
//# sourceMappingURL=file-table.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"file-table.d.ts","sourceRoot":"","sources":["../../../../src/components/scan-admin/common/file-table.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;kFAWkF;AAElF,OAAc,EAAE,iBAAiB,EAAY,MAAM,OAAO,CAAC;AAY3D,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAI3D,UAAU,cAAc;IACpB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,IAAI,EAAE,SAAS,GAAG,SAAS,CAAC;IAC5B,aAAa,CAAC,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC5B,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,GAAG,CAAC,MAAM,CAAC,KAAK,IAAI,CAAC;CACtD;AAED,eAAO,MAAM,SAAS,EAAE,iBAAiB,CAAC,cAAc,CAudvD,CAAC"}
|