@verdaccio/ui-components 5.0.0-next-9.2 → 5.0.0-next-9.3
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/build/Theme/ResetStyles.js +29 -25
- package/build/Theme/ResetStyles.js.map +1 -1
- package/build/Theme/ResetStyles.mjs +32 -0
- package/build/Theme/ResetStyles.mjs.map +1 -0
- package/build/Theme/StyleBaseline.js +10 -7
- package/build/Theme/StyleBaseline.js.map +1 -1
- package/build/Theme/StyleBaseline.mjs +11 -0
- package/build/Theme/StyleBaseline.mjs.map +1 -0
- package/build/Theme/ThemeProvider.js +33 -23
- package/build/Theme/ThemeProvider.js.map +1 -1
- package/build/Theme/ThemeProvider.mjs +40 -0
- package/build/Theme/ThemeProvider.mjs.map +1 -0
- package/build/Theme/colors.js +26 -12
- package/build/Theme/colors.js.map +1 -1
- package/build/Theme/colors.mjs +22 -0
- package/build/Theme/colors.mjs.map +1 -0
- package/build/Theme/index.js +5 -5
- package/build/Theme/index.mjs +5 -0
- package/build/Theme/modes.js +15 -12
- package/build/Theme/modes.js.map +1 -1
- package/build/Theme/modes.mjs +30 -0
- package/build/Theme/modes.mjs.map +1 -0
- package/build/Theme/theme.js +19 -16
- package/build/Theme/theme.js.map +1 -1
- package/build/Theme/theme.mjs +22 -0
- package/build/Theme/theme.mjs.map +1 -0
- package/build/Theme/tokens.js +14 -8
- package/build/Theme/tokens.js.map +1 -1
- package/build/Theme/tokens.mjs +33 -0
- package/build/Theme/tokens.mjs.map +1 -0
- package/build/_virtual/_rolldown/runtime.js +29 -7
- package/build/_virtual/_rolldown/runtime.mjs +13 -0
- package/build/api/use-data-mutation.js +31 -24
- package/build/api/use-data-mutation.js.map +1 -1
- package/build/api/use-data-mutation.mjs +45 -0
- package/build/api/use-data-mutation.mjs.map +1 -0
- package/build/api/use-data.js +17 -12
- package/build/api/use-data.js.map +1 -1
- package/build/api/use-data.mjs +23 -0
- package/build/api/use-data.mjs.map +1 -0
- package/build/components/ActionBar/ActionBar.js +37 -28
- package/build/components/ActionBar/ActionBar.js.map +1 -1
- package/build/components/ActionBar/ActionBar.mjs +52 -0
- package/build/components/ActionBar/ActionBar.mjs.map +1 -0
- package/build/components/ActionBar/ActionBarAction.js +66 -52
- package/build/components/ActionBar/ActionBarAction.js.map +1 -1
- package/build/components/ActionBar/ActionBarAction.mjs +85 -0
- package/build/components/ActionBar/ActionBarAction.mjs.map +1 -0
- package/build/components/ActionBar/index.js +1 -1
- package/build/components/ActionBar/index.mjs +1 -0
- package/build/components/AppRoute/AppRoute.js +58 -47
- package/build/components/AppRoute/AppRoute.js.map +1 -1
- package/build/components/AppRoute/AppRoute.mjs +76 -0
- package/build/components/AppRoute/AppRoute.mjs.map +1 -0
- package/build/components/Author/Author.js +26 -22
- package/build/components/Author/Author.js.map +1 -1
- package/build/components/Author/Author.mjs +33 -0
- package/build/components/Author/Author.mjs.map +1 -0
- package/build/components/Author/index.js +1 -1
- package/build/components/Author/index.mjs +1 -0
- package/build/components/Author/styles.js +13 -8
- package/build/components/Author/styles.js.map +1 -1
- package/build/components/Author/styles.mjs +26 -0
- package/build/components/Author/styles.mjs.map +1 -0
- package/build/components/CopyClipboard/CopyToClipBoard.js +35 -28
- package/build/components/CopyClipboard/CopyToClipBoard.js.map +1 -1
- package/build/components/CopyClipboard/CopyToClipBoard.mjs +57 -0
- package/build/components/CopyClipboard/CopyToClipBoard.mjs.map +1 -0
- package/build/components/CopyClipboard/index.js +2 -2
- package/build/components/CopyClipboard/index.mjs +2 -0
- package/build/components/CopyClipboard/utils.js +4 -3
- package/build/components/CopyClipboard/utils.js.map +1 -1
- package/build/components/CopyClipboard/utils.mjs +9 -0
- package/build/components/CopyClipboard/utils.mjs.map +1 -0
- package/build/components/Dependencies/Dependencies.js +38 -26
- package/build/components/Dependencies/Dependencies.js.map +1 -1
- package/build/components/Dependencies/Dependencies.mjs +45 -0
- package/build/components/Dependencies/Dependencies.mjs.map +1 -0
- package/build/components/Dependencies/DependencyBlock.js +50 -38
- package/build/components/Dependencies/DependencyBlock.js.map +1 -1
- package/build/components/Dependencies/DependencyBlock.mjs +70 -0
- package/build/components/Dependencies/DependencyBlock.mjs.map +1 -0
- package/build/components/Dependencies/index.js +2 -2
- package/build/components/Dependencies/index.mjs +2 -0
- package/build/components/Dependencies/utits.js +3 -3
- package/build/components/Dependencies/utits.js.map +1 -1
- package/build/components/Dependencies/utits.mjs +8 -0
- package/build/components/Dependencies/utits.mjs.map +1 -0
- package/build/components/Deprecated/Deprecated.js +17 -12
- package/build/components/Deprecated/Deprecated.js.map +1 -1
- package/build/components/Deprecated/Deprecated.mjs +18 -0
- package/build/components/Deprecated/Deprecated.mjs.map +1 -0
- package/build/components/Deprecated/index.js +1 -1
- package/build/components/Deprecated/index.mjs +1 -0
- package/build/components/Developers/DeveloperType.js +5 -3
- package/build/components/Developers/DeveloperType.js.map +1 -1
- package/build/components/Developers/DeveloperType.mjs +10 -0
- package/build/components/Developers/DeveloperType.mjs.map +1 -0
- package/build/components/Developers/Developers.js +50 -37
- package/build/components/Developers/Developers.js.map +1 -1
- package/build/components/Developers/Developers.mjs +68 -0
- package/build/components/Developers/Developers.mjs.map +1 -0
- package/build/components/Developers/Title.js +23 -18
- package/build/components/Developers/Title.js.map +1 -1
- package/build/components/Developers/Title.mjs +32 -0
- package/build/components/Developers/Title.mjs.map +1 -0
- package/build/components/Developers/get-unique-developer-values.js +4 -3
- package/build/components/Developers/get-unique-developer-values.js.map +1 -1
- package/build/components/Developers/get-unique-developer-values.mjs +9 -0
- package/build/components/Developers/get-unique-developer-values.mjs.map +1 -0
- package/build/components/Developers/index.js +2 -2
- package/build/components/Developers/index.mjs +2 -0
- package/build/components/Distribution/Dist.js +32 -27
- package/build/components/Distribution/Dist.js.map +1 -1
- package/build/components/Distribution/Dist.mjs +42 -0
- package/build/components/Distribution/Dist.mjs.map +1 -0
- package/build/components/Distribution/index.js +1 -1
- package/build/components/Distribution/index.mjs +1 -0
- package/build/components/Distribution/styles.js +22 -13
- package/build/components/Distribution/styles.js.map +1 -1
- package/build/components/Distribution/styles.mjs +41 -0
- package/build/components/Distribution/styles.mjs.map +1 -0
- package/build/components/Engines/Engines.js +61 -43
- package/build/components/Engines/Engines.js.map +1 -1
- package/build/components/Engines/Engines.mjs +82 -0
- package/build/components/Engines/Engines.mjs.map +1 -0
- package/build/components/Engines/index.js +1 -1
- package/build/components/Engines/index.mjs +1 -0
- package/build/components/Engines/styles.js +16 -10
- package/build/components/Engines/styles.js.map +1 -1
- package/build/components/Engines/styles.mjs +29 -0
- package/build/components/Engines/styles.mjs.map +1 -0
- package/build/components/ErrorBoundary/ErrorBoundary.js +18 -14
- package/build/components/ErrorBoundary/ErrorBoundary.js.map +1 -1
- package/build/components/ErrorBoundary/ErrorBoundary.mjs +31 -0
- package/build/components/ErrorBoundary/ErrorBoundary.mjs.map +1 -0
- package/build/components/ErrorBoundary/index.js +1 -1
- package/build/components/ErrorBoundary/index.mjs +1 -0
- package/build/components/Forbidden/Forbidden.js +37 -27
- package/build/components/Forbidden/Forbidden.js.map +1 -1
- package/build/components/Forbidden/Forbidden.mjs +70 -0
- package/build/components/Forbidden/Forbidden.mjs.map +1 -0
- package/build/components/Forbidden/index.js +1 -1
- package/build/components/Forbidden/index.mjs +1 -0
- package/build/components/FundButton/FundButton.js +38 -29
- package/build/components/FundButton/FundButton.js.map +1 -1
- package/build/components/FundButton/FundButton.mjs +60 -0
- package/build/components/FundButton/FundButton.mjs.map +1 -0
- package/build/components/FundButton/index.js +1 -1
- package/build/components/FundButton/index.mjs +1 -0
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js +52 -42
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.js.map +1 -1
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs +71 -0
- package/build/components/HeaderInfoDialog/HeaderInfoDialog.mjs.map +1 -0
- package/build/components/HeaderInfoDialog/index.js +1 -1
- package/build/components/HeaderInfoDialog/index.mjs +1 -0
- package/build/components/Heading/Heading.js +12 -9
- package/build/components/Heading/Heading.js.map +1 -1
- package/build/components/Heading/Heading.mjs +15 -0
- package/build/components/Heading/Heading.mjs.map +1 -0
- package/build/components/Heading/index.js +1 -1
- package/build/components/Heading/index.mjs +1 -0
- package/build/components/Help/Help.js +42 -34
- package/build/components/Help/Help.js.map +1 -1
- package/build/components/Help/Help.mjs +60 -0
- package/build/components/Help/Help.mjs.map +1 -0
- package/build/components/Help/index.js +1 -1
- package/build/components/Help/index.mjs +1 -0
- package/build/components/Help/styles.js +9 -6
- package/build/components/Help/styles.js.map +1 -1
- package/build/components/Help/styles.mjs +21 -0
- package/build/components/Help/styles.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/CommonJS2.js +9 -7
- package/build/components/Icons/DevsIcons/CommonJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/CommonJS2.mjs +16 -0
- package/build/components/Icons/DevsIcons/CommonJS2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/ES6Module2.js +9 -7
- package/build/components/Icons/DevsIcons/ES6Module2.js.map +1 -1
- package/build/components/Icons/DevsIcons/ES6Module2.mjs +16 -0
- package/build/components/Icons/DevsIcons/ES6Module2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/Git2.js +9 -7
- package/build/components/Icons/DevsIcons/Git2.js.map +1 -1
- package/build/components/Icons/DevsIcons/Git2.mjs +16 -0
- package/build/components/Icons/DevsIcons/Git2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/NodeJS2.js +9 -7
- package/build/components/Icons/DevsIcons/NodeJS2.js.map +1 -1
- package/build/components/Icons/DevsIcons/NodeJS2.mjs +16 -0
- package/build/components/Icons/DevsIcons/NodeJS2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/TypeScript2.js +9 -7
- package/build/components/Icons/DevsIcons/TypeScript2.js.map +1 -1
- package/build/components/Icons/DevsIcons/TypeScript2.mjs +16 -0
- package/build/components/Icons/DevsIcons/TypeScript2.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/commonjs.js +2 -2
- package/build/components/Icons/DevsIcons/commonjs.js.map +1 -1
- package/build/components/Icons/DevsIcons/commonjs.mjs +6 -0
- package/build/components/Icons/DevsIcons/commonjs.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/es6module.js +2 -2
- package/build/components/Icons/DevsIcons/es6module.js.map +1 -1
- package/build/components/Icons/DevsIcons/es6module.mjs +6 -0
- package/build/components/Icons/DevsIcons/es6module.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/git.js +2 -2
- package/build/components/Icons/DevsIcons/git.js.map +1 -1
- package/build/components/Icons/DevsIcons/git.mjs +6 -0
- package/build/components/Icons/DevsIcons/git.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/index.js +5 -5
- package/build/components/Icons/DevsIcons/index.mjs +5 -0
- package/build/components/Icons/DevsIcons/nodejs.js +2 -2
- package/build/components/Icons/DevsIcons/nodejs.js.map +1 -1
- package/build/components/Icons/DevsIcons/nodejs.mjs +6 -0
- package/build/components/Icons/DevsIcons/nodejs.mjs.map +1 -0
- package/build/components/Icons/DevsIcons/typescript.js +2 -2
- package/build/components/Icons/DevsIcons/typescript.js.map +1 -1
- package/build/components/Icons/DevsIcons/typescript.mjs +6 -0
- package/build/components/Icons/DevsIcons/typescript.mjs.map +1 -0
- package/build/components/Icons/Earth.js +19 -17
- package/build/components/Icons/Earth.js.map +1 -1
- package/build/components/Icons/Earth.mjs +41 -0
- package/build/components/Icons/Earth.mjs.map +1 -0
- package/build/components/Icons/FileBinary.js +12 -10
- package/build/components/Icons/FileBinary.js.map +1 -1
- package/build/components/Icons/FileBinary.mjs +17 -0
- package/build/components/Icons/FileBinary.mjs.map +1 -0
- package/build/components/Icons/Law.js +12 -10
- package/build/components/Icons/Law.js.map +1 -1
- package/build/components/Icons/Law.mjs +20 -0
- package/build/components/Icons/Law.mjs.map +1 -0
- package/build/components/Icons/License.js +12 -10
- package/build/components/Icons/License.js.map +1 -1
- package/build/components/Icons/License.mjs +17 -0
- package/build/components/Icons/License.mjs.map +1 -0
- package/build/components/Icons/Managers/Npm2.js +9 -7
- package/build/components/Icons/Managers/Npm2.js.map +1 -1
- package/build/components/Icons/Managers/Npm2.mjs +16 -0
- package/build/components/Icons/Managers/Npm2.mjs.map +1 -0
- package/build/components/Icons/Managers/Pnpm2.js +9 -7
- package/build/components/Icons/Managers/Pnpm2.js.map +1 -1
- package/build/components/Icons/Managers/Pnpm2.mjs +16 -0
- package/build/components/Icons/Managers/Pnpm2.mjs.map +1 -0
- package/build/components/Icons/Managers/Yarn2.js +9 -7
- package/build/components/Icons/Managers/Yarn2.js.map +1 -1
- package/build/components/Icons/Managers/Yarn2.mjs +16 -0
- package/build/components/Icons/Managers/Yarn2.mjs.map +1 -0
- package/build/components/Icons/Managers/index.js +3 -3
- package/build/components/Icons/Managers/index.mjs +3 -0
- package/build/components/Icons/Managers/npm.js +2 -2
- package/build/components/Icons/Managers/npm.js.map +1 -1
- package/build/components/Icons/Managers/npm.mjs +6 -0
- package/build/components/Icons/Managers/npm.mjs.map +1 -0
- package/build/components/Icons/Managers/pnpm.js +2 -2
- package/build/components/Icons/Managers/pnpm.js.map +1 -1
- package/build/components/Icons/Managers/pnpm.mjs +6 -0
- package/build/components/Icons/Managers/pnpm.mjs.map +1 -0
- package/build/components/Icons/Managers/yarn.js +2 -2
- package/build/components/Icons/Managers/yarn.js.map +1 -1
- package/build/components/Icons/Managers/yarn.mjs +6 -0
- package/build/components/Icons/Managers/yarn.mjs.map +1 -0
- package/build/components/Icons/SvgIcon.js +28 -19
- package/build/components/Icons/SvgIcon.js.map +1 -1
- package/build/components/Icons/SvgIcon.mjs +31 -0
- package/build/components/Icons/SvgIcon.mjs.map +1 -0
- package/build/components/Icons/Time.js +14 -12
- package/build/components/Icons/Time.js.map +1 -1
- package/build/components/Icons/Time.mjs +24 -0
- package/build/components/Icons/Time.mjs.map +1 -0
- package/build/components/Icons/Version.js +12 -10
- package/build/components/Icons/Version.js.map +1 -1
- package/build/components/Icons/Version.mjs +22 -0
- package/build/components/Icons/Version.mjs.map +1 -0
- package/build/components/Icons/index.js +38 -33
- package/build/components/Icons/index.mjs +38 -0
- package/build/components/Icons/index.mjs.map +1 -0
- package/build/components/Install/Install.js +44 -36
- package/build/components/Install/Install.js.map +1 -1
- package/build/components/Install/Install.mjs +66 -0
- package/build/components/Install/Install.mjs.map +1 -0
- package/build/components/Install/InstallListItem.js +66 -51
- package/build/components/Install/InstallListItem.js.map +1 -1
- package/build/components/Install/InstallListItem.mjs +109 -0
- package/build/components/Install/InstallListItem.mjs.map +1 -0
- package/build/components/Install/index.js +1 -1
- package/build/components/Install/index.mjs +1 -0
- package/build/components/Keywords/KeywordListItems.js +17 -12
- package/build/components/Keywords/KeywordListItems.js.map +1 -1
- package/build/components/Keywords/KeywordListItems.mjs +28 -0
- package/build/components/Keywords/KeywordListItems.mjs.map +1 -0
- package/build/components/Keywords/Keywords.js +22 -16
- package/build/components/Keywords/Keywords.js.map +1 -1
- package/build/components/Keywords/Keywords.mjs +29 -0
- package/build/components/Keywords/Keywords.mjs.map +1 -0
- package/build/components/Keywords/index.js +1 -1
- package/build/components/Keywords/index.mjs +1 -0
- package/build/components/Label/Label.js +20 -14
- package/build/components/Label/Label.js.map +1 -1
- package/build/components/Label/Label.mjs +23 -0
- package/build/components/Label/Label.mjs.map +1 -0
- package/build/components/Label/index.js +1 -1
- package/build/components/Label/index.mjs +1 -0
- package/build/components/Link/Link.js +23 -18
- package/build/components/Link/Link.js.map +1 -1
- package/build/components/Link/Link.mjs +37 -0
- package/build/components/Link/Link.mjs.map +1 -0
- package/build/components/Link/index.js +1 -1
- package/build/components/Link/index.mjs +1 -0
- package/build/components/LinkExternal/LinkExternal.js +15 -12
- package/build/components/LinkExternal/LinkExternal.js.map +1 -1
- package/build/components/LinkExternal/LinkExternal.mjs +21 -0
- package/build/components/LinkExternal/LinkExternal.mjs.map +1 -0
- package/build/components/LinkExternal/index.js +1 -1
- package/build/components/LinkExternal/index.mjs +1 -0
- package/build/components/Loading/Loading.js +12 -10
- package/build/components/Loading/Loading.js.map +1 -1
- package/build/components/Loading/Loading.mjs +16 -0
- package/build/components/Loading/Loading.mjs.map +1 -0
- package/build/components/Loading/Spinner/Spinner.js +20 -14
- package/build/components/Loading/Spinner/Spinner.js.map +1 -1
- package/build/components/Loading/Spinner/Spinner.mjs +32 -0
- package/build/components/Loading/Spinner/Spinner.mjs.map +1 -0
- package/build/components/Loading/Spinner/index.js +1 -1
- package/build/components/Loading/Spinner/index.mjs +1 -0
- package/build/components/Loading/index.js +1 -1
- package/build/components/Loading/index.mjs +1 -0
- package/build/components/Loading/styles.js +12 -8
- package/build/components/Loading/styles.js.map +1 -1
- package/build/components/Loading/styles.mjs +30 -0
- package/build/components/Loading/styles.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialog.js +25 -20
- package/build/components/LoginDialog/LoginDialog.js.map +1 -1
- package/build/components/LoginDialog/LoginDialog.mjs +31 -0
- package/build/components/LoginDialog/LoginDialog.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogCloseButton.js +25 -18
- package/build/components/LoginDialog/LoginDialogCloseButton.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogCloseButton.mjs +30 -0
- package/build/components/LoginDialog/LoginDialogCloseButton.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogForm.js +15 -13
- package/build/components/LoginDialog/LoginDialogForm.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogForm.mjs +19 -0
- package/build/components/LoginDialog/LoginDialogForm.mjs.map +1 -0
- package/build/components/LoginDialog/LoginDialogFormError.js +32 -22
- package/build/components/LoginDialog/LoginDialogFormError.js.map +1 -1
- package/build/components/LoginDialog/LoginDialogFormError.mjs +36 -0
- package/build/components/LoginDialog/LoginDialogFormError.mjs.map +1 -0
- package/build/components/LoginDialog/index.js +1 -1
- package/build/components/LoginDialog/index.mjs +1 -0
- package/build/components/LoginForm/Login.js +45 -36
- package/build/components/LoginForm/Login.js.map +1 -1
- package/build/components/LoginForm/Login.mjs +69 -0
- package/build/components/LoginForm/Login.mjs.map +1 -0
- package/build/components/LoginForm/PasswordField.js +24 -19
- package/build/components/LoginForm/PasswordField.js.map +1 -1
- package/build/components/LoginForm/PasswordField.mjs +34 -0
- package/build/components/LoginForm/PasswordField.mjs.map +1 -0
- package/build/components/LoginForm/UsernameField.js +24 -19
- package/build/components/LoginForm/UsernameField.js.map +1 -1
- package/build/components/LoginForm/UsernameField.mjs +32 -0
- package/build/components/LoginForm/UsernameField.mjs.map +1 -0
- package/build/components/LoginForm/styles.js +42 -32
- package/build/components/LoginForm/styles.js.map +1 -1
- package/build/components/LoginForm/styles.mjs +52 -0
- package/build/components/LoginForm/styles.mjs.map +1 -0
- package/build/components/LoginForm/useLoginForm.js +23 -18
- package/build/components/LoginForm/useLoginForm.js.map +1 -1
- package/build/components/LoginForm/useLoginForm.mjs +38 -0
- package/build/components/LoginForm/useLoginForm.mjs.map +1 -0
- package/build/components/Logo/Logo.js +44 -36
- package/build/components/Logo/Logo.js.map +1 -1
- package/build/components/Logo/Logo.mjs +74 -0
- package/build/components/Logo/Logo.mjs.map +1 -0
- package/build/components/Logo/img/logo-black-and-white.js +2 -2
- package/build/components/Logo/img/logo-black-and-white.js.map +1 -1
- package/build/components/Logo/img/logo-black-and-white.mjs +6 -0
- package/build/components/Logo/img/logo-black-and-white.mjs.map +1 -0
- package/build/components/Logo/img/logo.js +2 -2
- package/build/components/Logo/img/logo.js.map +1 -1
- package/build/components/Logo/img/logo.mjs +6 -0
- package/build/components/Logo/img/logo.mjs.map +1 -0
- package/build/components/Logo/index.js +1 -1
- package/build/components/Logo/index.mjs +1 -0
- package/build/components/MenuItem/MenuItem.js +18 -13
- package/build/components/MenuItem/MenuItem.js.map +1 -1
- package/build/components/MenuItem/MenuItem.mjs +30 -0
- package/build/components/MenuItem/MenuItem.mjs.map +1 -0
- package/build/components/MenuItem/index.js +1 -1
- package/build/components/MenuItem/index.mjs +1 -0
- package/build/components/NoItems/NoItems.js +13 -9
- package/build/components/NoItems/NoItems.js.map +1 -1
- package/build/components/NoItems/NoItems.mjs +16 -0
- package/build/components/NoItems/NoItems.mjs.map +1 -0
- package/build/components/NoItems/index.js +1 -1
- package/build/components/NoItems/index.mjs +1 -0
- package/build/components/NotFound/NotFound.js +37 -27
- package/build/components/NotFound/NotFound.js.map +1 -1
- package/build/components/NotFound/NotFound.mjs +70 -0
- package/build/components/NotFound/NotFound.mjs.map +1 -0
- package/build/components/NotFound/index.js +1 -1
- package/build/components/NotFound/index.mjs +1 -0
- package/build/components/Package/Package.js +146 -112
- package/build/components/Package/Package.js.map +1 -1
- package/build/components/Package/Package.mjs +188 -0
- package/build/components/Package/Package.mjs.map +1 -0
- package/build/components/Package/index.js +1 -1
- package/build/components/Package/index.mjs +1 -0
- package/build/components/Package/styles.js +70 -41
- package/build/components/Package/styles.js.map +1 -1
- package/build/components/Package/styles.mjs +142 -0
- package/build/components/Package/styles.mjs.map +1 -0
- package/build/components/PackageList/PackageList.js +64 -55
- package/build/components/PackageList/PackageList.js.map +1 -1
- package/build/components/PackageList/PackageList.mjs +71 -0
- package/build/components/PackageList/PackageList.mjs.map +1 -0
- package/build/components/PackageList/index.js +1 -1
- package/build/components/PackageList/index.mjs +1 -0
- package/build/components/Person/Person.js +28 -23
- package/build/components/Person/Person.js.map +1 -1
- package/build/components/Person/Person.mjs +39 -0
- package/build/components/Person/Person.mjs.map +1 -0
- package/build/components/Person/PersonTooltip.js +20 -17
- package/build/components/Person/PersonTooltip.js.map +1 -1
- package/build/components/Person/PersonTooltip.mjs +26 -0
- package/build/components/Person/PersonTooltip.mjs.map +1 -0
- package/build/components/Person/index.js +1 -1
- package/build/components/Person/index.mjs +1 -0
- package/build/components/Person/utils.js +11 -8
- package/build/components/Person/utils.js.map +1 -1
- package/build/components/Person/utils.mjs +14 -0
- package/build/components/Person/utils.mjs.map +1 -0
- package/build/components/RawViewer/RawViewer.js +40 -30
- package/build/components/RawViewer/RawViewer.js.map +1 -1
- package/build/components/RawViewer/RawViewer.mjs +57 -0
- package/build/components/RawViewer/RawViewer.mjs.map +1 -0
- package/build/components/RawViewer/index.js +1 -1
- package/build/components/RawViewer/index.mjs +1 -0
- package/build/components/Readme/Readme.js +30 -23
- package/build/components/Readme/Readme.js.map +1 -1
- package/build/components/Readme/Readme.mjs +45 -0
- package/build/components/Readme/Readme.mjs.map +1 -0
- package/build/components/Readme/index.js +1 -1
- package/build/components/Readme/index.mjs +1 -0
- package/build/components/Readme/utils.js +21 -18
- package/build/components/Readme/utils.js.map +1 -1
- package/build/components/Readme/utils.mjs +26 -0
- package/build/components/Readme/utils.mjs.map +1 -0
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js +23 -18
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.js.map +1 -1
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs +32 -0
- package/build/components/RegistryInfoDialog/RegistryInfoDialog.mjs.map +1 -0
- package/build/components/RegistryInfoDialog/index.js +1 -1
- package/build/components/RegistryInfoDialog/index.mjs +1 -0
- package/build/components/RegistryInfoDialog/styles.js +19 -13
- package/build/components/RegistryInfoDialog/styles.js.map +1 -1
- package/build/components/RegistryInfoDialog/styles.mjs +25 -0
- package/build/components/RegistryInfoDialog/styles.mjs.map +1 -0
- package/build/components/Repository/Repository.js +63 -46
- package/build/components/Repository/Repository.js.map +1 -1
- package/build/components/Repository/Repository.mjs +96 -0
- package/build/components/Repository/Repository.mjs.map +1 -0
- package/build/components/Repository/index.js +1 -1
- package/build/components/Repository/index.mjs +1 -0
- package/build/components/Search/AutoComplete/AutoComplete.js +42 -27
- package/build/components/Search/AutoComplete/AutoComplete.js.map +1 -1
- package/build/components/Search/AutoComplete/AutoComplete.mjs +47 -0
- package/build/components/Search/AutoComplete/AutoComplete.mjs.map +1 -0
- package/build/components/Search/AutoComplete/index.js +1 -1
- package/build/components/Search/AutoComplete/index.mjs +1 -0
- package/build/components/Search/AutoComplete/styles.js +7 -5
- package/build/components/Search/AutoComplete/styles.js.map +1 -1
- package/build/components/Search/AutoComplete/styles.mjs +20 -0
- package/build/components/Search/AutoComplete/styles.mjs.map +1 -0
- package/build/components/Search/Search.js +121 -78
- package/build/components/Search/Search.js.map +1 -1
- package/build/components/Search/Search.mjs +133 -0
- package/build/components/Search/Search.mjs.map +1 -0
- package/build/components/Search/SearchItem.js +62 -47
- package/build/components/Search/SearchItem.js.map +1 -1
- package/build/components/Search/SearchItem.mjs +115 -0
- package/build/components/Search/SearchItem.mjs.map +1 -0
- package/build/components/Search/index.js +1 -1
- package/build/components/Search/index.mjs +1 -0
- package/build/components/Search/styles.js +17 -12
- package/build/components/Search/styles.js.map +1 -1
- package/build/components/Search/styles.mjs +32 -0
- package/build/components/Search/styles.mjs.map +1 -0
- package/build/components/Search/utils.js +13 -10
- package/build/components/Search/utils.js.map +1 -1
- package/build/components/Search/utils.mjs +19 -0
- package/build/components/Search/utils.mjs.map +1 -0
- package/build/components/SettingsMenu/SettingsMenu.js +84 -61
- package/build/components/SettingsMenu/SettingsMenu.js.map +1 -1
- package/build/components/SettingsMenu/SettingsMenu.mjs +111 -0
- package/build/components/SettingsMenu/SettingsMenu.mjs.map +1 -0
- package/build/components/SettingsMenu/index.js +1 -1
- package/build/components/SettingsMenu/index.mjs +1 -0
- package/build/components/SideBarTitle/SideBarTitle.js +47 -34
- package/build/components/SideBarTitle/SideBarTitle.js.map +1 -1
- package/build/components/SideBarTitle/SideBarTitle.mjs +79 -0
- package/build/components/SideBarTitle/SideBarTitle.mjs.map +1 -0
- package/build/components/SideBarTitle/index.js +1 -1
- package/build/components/SideBarTitle/index.mjs +1 -0
- package/build/components/SideBarTitle/utils.js +10 -7
- package/build/components/SideBarTitle/utils.js.map +1 -1
- package/build/components/SideBarTitle/utils.mjs +13 -0
- package/build/components/SideBarTitle/utils.mjs.map +1 -0
- package/build/components/UpLinks/UpLinks.js +46 -38
- package/build/components/UpLinks/UpLinks.js.map +1 -1
- package/build/components/UpLinks/UpLinks.mjs +60 -0
- package/build/components/UpLinks/UpLinks.mjs.map +1 -0
- package/build/components/UpLinks/UplinkLink.js +15 -13
- package/build/components/UpLinks/UplinkLink.js.map +1 -1
- package/build/components/UpLinks/UplinkLink.mjs +19 -0
- package/build/components/UpLinks/UplinkLink.mjs.map +1 -0
- package/build/components/UpLinks/index.js +2 -2
- package/build/components/UpLinks/index.mjs +2 -0
- package/build/components/UpLinks/styles.js +20 -12
- package/build/components/UpLinks/styles.js.map +1 -1
- package/build/components/UpLinks/styles.mjs +31 -0
- package/build/components/UpLinks/styles.mjs.map +1 -0
- package/build/components/Versions/HistoryList.js +51 -41
- package/build/components/Versions/HistoryList.js.map +1 -1
- package/build/components/Versions/HistoryList.mjs +67 -0
- package/build/components/Versions/HistoryList.mjs.map +1 -0
- package/build/components/Versions/TagList.js +26 -20
- package/build/components/Versions/TagList.js.map +1 -1
- package/build/components/Versions/TagList.mjs +33 -0
- package/build/components/Versions/TagList.mjs.map +1 -0
- package/build/components/Versions/Versions.js +73 -48
- package/build/components/Versions/Versions.js.map +1 -1
- package/build/components/Versions/Versions.mjs +92 -0
- package/build/components/Versions/Versions.mjs.map +1 -0
- package/build/components/Versions/index.js +2 -2
- package/build/components/Versions/index.mjs +2 -0
- package/build/components/Versions/styles.js +15 -10
- package/build/components/Versions/styles.js.map +1 -1
- package/build/components/Versions/styles.mjs +26 -0
- package/build/components/Versions/styles.mjs.map +1 -0
- package/build/configuration.js +6 -6
- package/build/configuration.js.map +1 -1
- package/build/configuration.mjs +23 -0
- package/build/configuration.mjs.map +1 -0
- package/build/hooks/index.js +2 -2
- package/build/hooks/index.mjs +2 -0
- package/build/hooks/useLocalStorage.js +28 -14
- package/build/hooks/useLocalStorage.js.map +1 -1
- package/build/hooks/useLocalStorage.mjs +37 -0
- package/build/hooks/useLocalStorage.mjs.map +1 -0
- package/build/hooks/useOnClickOutside.js +20 -9
- package/build/hooks/useOnClickOutside.js.map +1 -1
- package/build/hooks/useOnClickOutside.mjs +26 -0
- package/build/hooks/useOnClickOutside.mjs.map +1 -0
- package/build/index.js +225 -118
- package/build/index.mjs +118 -0
- package/build/layouts/Security/Dialog.js +14 -8
- package/build/layouts/Security/Dialog.js.map +1 -1
- package/build/layouts/Security/Dialog.mjs +23 -0
- package/build/layouts/Security/Dialog.mjs.map +1 -0
- package/build/layouts/Version/Version.js +31 -26
- package/build/layouts/Version/Version.js.map +1 -1
- package/build/layouts/Version/Version.mjs +32 -0
- package/build/layouts/Version/Version.mjs.map +1 -0
- package/build/layouts/Version/index.js +1 -1
- package/build/layouts/Version/index.mjs +1 -0
- package/build/pages/Front/Home.js +4 -4
- package/build/pages/Front/Home.js.map +1 -1
- package/build/pages/Front/Home.mjs +8 -0
- package/build/pages/Front/Home.mjs.map +1 -0
- package/build/pages/Front/index.js +2 -2
- package/build/pages/Front/index.mjs +2 -0
- package/build/pages/Security/AddUser.js +4 -4
- package/build/pages/Security/AddUser.js.map +1 -1
- package/build/pages/Security/AddUser.mjs +8 -0
- package/build/pages/Security/AddUser.mjs.map +1 -0
- package/build/pages/Security/ChangePassword.js +4 -4
- package/build/pages/Security/ChangePassword.js.map +1 -1
- package/build/pages/Security/ChangePassword.mjs +8 -0
- package/build/pages/Security/ChangePassword.mjs.map +1 -0
- package/build/pages/Security/Login.js +4 -4
- package/build/pages/Security/Login.js.map +1 -1
- package/build/pages/Security/Login.mjs +8 -0
- package/build/pages/Security/Login.mjs.map +1 -0
- package/build/pages/Security/Success.js +4 -4
- package/build/pages/Security/Success.js.map +1 -1
- package/build/pages/Security/Success.mjs +8 -0
- package/build/pages/Security/Success.mjs.map +1 -0
- package/build/pages/Security/index.js +4 -4
- package/build/pages/Security/index.mjs +4 -0
- package/build/pages/Version/Version.js +19 -13
- package/build/pages/Version/Version.js.map +1 -1
- package/build/pages/Version/Version.mjs +22 -0
- package/build/pages/Version/Version.mjs.map +1 -0
- package/build/pages/Version/index.js +2 -2
- package/build/pages/Version/index.mjs +2 -0
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js +44 -34
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.js.map +1 -1
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs +62 -0
- package/build/providers/AppConfigurationProvider/AppConfigurationProvider.mjs.map +1 -0
- package/build/providers/AppConfigurationProvider/index.js +1 -1
- package/build/providers/AppConfigurationProvider/index.mjs +1 -0
- package/build/providers/AuthProvider/AuthProvider.js +41 -25
- package/build/providers/AuthProvider/AuthProvider.js.map +1 -1
- package/build/providers/AuthProvider/AuthProvider.mjs +51 -0
- package/build/providers/AuthProvider/AuthProvider.mjs.map +1 -0
- package/build/providers/AuthProvider/index.js +1 -1
- package/build/providers/AuthProvider/index.mjs +1 -0
- package/build/providers/AuthProvider/utils.js +13 -12
- package/build/providers/AuthProvider/utils.js.map +1 -1
- package/build/providers/AuthProvider/utils.mjs +22 -0
- package/build/providers/AuthProvider/utils.mjs.map +1 -0
- package/build/providers/DownloadProvider/DownloadProvider.js +27 -21
- package/build/providers/DownloadProvider/DownloadProvider.js.map +1 -1
- package/build/providers/DownloadProvider/DownloadProvider.mjs +34 -0
- package/build/providers/DownloadProvider/DownloadProvider.mjs.map +1 -0
- package/build/providers/DownloadProvider/index.js +1 -1
- package/build/providers/DownloadProvider/index.mjs +1 -0
- package/build/providers/ManifestsProvider/ManifestsProvider.js +21 -15
- package/build/providers/ManifestsProvider/ManifestsProvider.js.map +1 -1
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs +25 -0
- package/build/providers/ManifestsProvider/ManifestsProvider.mjs.map +1 -0
- package/build/providers/ManifestsProvider/index.js +1 -1
- package/build/providers/ManifestsProvider/index.mjs +1 -0
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js +28 -19
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.js.map +1 -1
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs +30 -0
- package/build/providers/PersistenceSettingProvider/PersistenceSettingProvider.mjs.map +1 -0
- package/build/providers/PersistenceSettingProvider/index.js +1 -1
- package/build/providers/PersistenceSettingProvider/index.mjs +1 -0
- package/build/providers/SearchProvider/SearchProvider.js +47 -36
- package/build/providers/SearchProvider/SearchProvider.js.map +1 -1
- package/build/providers/SearchProvider/SearchProvider.mjs +53 -0
- package/build/providers/SearchProvider/SearchProvider.mjs.map +1 -0
- package/build/providers/SearchProvider/index.js +1 -1
- package/build/providers/SearchProvider/index.mjs +1 -0
- package/build/providers/TranslatorProvider/TranslatorProvider.js +37 -24
- package/build/providers/TranslatorProvider/TranslatorProvider.js.map +1 -1
- package/build/providers/TranslatorProvider/TranslatorProvider.mjs +45 -0
- package/build/providers/TranslatorProvider/TranslatorProvider.mjs.map +1 -0
- package/build/providers/TranslatorProvider/index.js +1 -1
- package/build/providers/TranslatorProvider/index.mjs +1 -0
- package/build/providers/VersionProvider/VersionProvider.js +49 -36
- package/build/providers/VersionProvider/VersionProvider.js.map +1 -1
- package/build/providers/VersionProvider/VersionProvider.mjs +55 -0
- package/build/providers/VersionProvider/VersionProvider.mjs.map +1 -0
- package/build/providers/VersionProvider/index.js +1 -1
- package/build/providers/VersionProvider/index.mjs +1 -0
- package/build/providers/index.js +16 -16
- package/build/providers/index.mjs +16 -0
- package/build/sections/Detail/ContainerContent.js +28 -18
- package/build/sections/Detail/ContainerContent.js.map +1 -1
- package/build/sections/Detail/ContainerContent.mjs +34 -0
- package/build/sections/Detail/ContainerContent.mjs.map +1 -0
- package/build/sections/Detail/Detail.js +38 -26
- package/build/sections/Detail/Detail.js.map +1 -1
- package/build/sections/Detail/Detail.mjs +50 -0
- package/build/sections/Detail/Detail.mjs.map +1 -0
- package/build/sections/Detail/ReadmeSection.js +11 -6
- package/build/sections/Detail/ReadmeSection.js.map +1 -1
- package/build/sections/Detail/ReadmeSection.mjs +13 -0
- package/build/sections/Detail/ReadmeSection.mjs.map +1 -0
- package/build/sections/Detail/Tabs.js +36 -27
- package/build/sections/Detail/Tabs.js.map +1 -1
- package/build/sections/Detail/Tabs.mjs +59 -0
- package/build/sections/Detail/Tabs.mjs.map +1 -0
- package/build/sections/Detail/index.js +1 -1
- package/build/sections/Detail/index.mjs +1 -0
- package/build/sections/Footer/Footer.js +56 -46
- package/build/sections/Footer/Footer.js.map +1 -1
- package/build/sections/Footer/Footer.mjs +105 -0
- package/build/sections/Footer/Footer.mjs.map +1 -0
- package/build/sections/Footer/index.js +1 -1
- package/build/sections/Footer/index.mjs +1 -0
- package/build/sections/Footer/styles.js +31 -21
- package/build/sections/Footer/styles.js.map +1 -1
- package/build/sections/Footer/styles.mjs +65 -0
- package/build/sections/Footer/styles.mjs.map +1 -0
- package/build/sections/Header/Header.js +76 -63
- package/build/sections/Header/Header.js.map +1 -1
- package/build/sections/Header/Header.mjs +101 -0
- package/build/sections/Header/Header.mjs.map +1 -0
- package/build/sections/Header/HeaderGreetings.js +13 -11
- package/build/sections/Header/HeaderGreetings.js.map +1 -1
- package/build/sections/Header/HeaderGreetings.mjs +19 -0
- package/build/sections/Header/HeaderGreetings.mjs.map +1 -0
- package/build/sections/Header/HeaderLeft.js +17 -14
- package/build/sections/Header/HeaderLeft.js.map +1 -1
- package/build/sections/Header/HeaderLeft.mjs +33 -0
- package/build/sections/Header/HeaderLeft.mjs.map +1 -0
- package/build/sections/Header/HeaderMenu.js +27 -22
- package/build/sections/Header/HeaderMenu.js.map +1 -1
- package/build/sections/Header/HeaderMenu.mjs +45 -0
- package/build/sections/Header/HeaderMenu.mjs.map +1 -0
- package/build/sections/Header/HeaderRight.js +68 -47
- package/build/sections/Header/HeaderRight.js.map +1 -1
- package/build/sections/Header/HeaderRight.mjs +95 -0
- package/build/sections/Header/HeaderRight.mjs.map +1 -0
- package/build/sections/Header/HeaderSettingsDialog.js +70 -59
- package/build/sections/Header/HeaderSettingsDialog.js.map +1 -1
- package/build/sections/Header/HeaderSettingsDialog.mjs +99 -0
- package/build/sections/Header/HeaderSettingsDialog.mjs.map +1 -0
- package/build/sections/Header/HeaderToolTip.js +9 -7
- package/build/sections/Header/HeaderToolTip.js.map +1 -1
- package/build/sections/Header/HeaderToolTip.mjs +12 -0
- package/build/sections/Header/HeaderToolTip.mjs.map +1 -0
- package/build/sections/Header/HeaderToolTipIcon.js +38 -31
- package/build/sections/Header/HeaderToolTipIcon.js.map +1 -1
- package/build/sections/Header/HeaderToolTipIcon.mjs +58 -0
- package/build/sections/Header/HeaderToolTipIcon.mjs.map +1 -0
- package/build/sections/Header/LanguageSwitch.js +75 -51
- package/build/sections/Header/LanguageSwitch.js.map +1 -1
- package/build/sections/Header/LanguageSwitch.mjs +99 -0
- package/build/sections/Header/LanguageSwitch.mjs.map +1 -0
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js +132 -101
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs +199 -0
- package/build/sections/Header/RegistryInfoContent/RegistryInfoContent.mjs.map +1 -0
- package/build/sections/Header/RegistryInfoContent/index.js +1 -1
- package/build/sections/Header/RegistryInfoContent/index.mjs +1 -0
- package/build/sections/Header/RegistryInfoContent/styles.js +10 -6
- package/build/sections/Header/RegistryInfoContent/styles.js.map +1 -1
- package/build/sections/Header/RegistryInfoContent/styles.mjs +20 -0
- package/build/sections/Header/RegistryInfoContent/styles.mjs.map +1 -0
- package/build/sections/Header/index.js +1 -1
- package/build/sections/Header/index.mjs +1 -0
- package/build/sections/Header/styles.js +60 -37
- package/build/sections/Header/styles.js.map +1 -1
- package/build/sections/Header/styles.mjs +126 -0
- package/build/sections/Header/styles.mjs.map +1 -0
- package/build/sections/Home/Home.js +14 -11
- package/build/sections/Home/Home.js.map +1 -1
- package/build/sections/Home/Home.mjs +20 -0
- package/build/sections/Home/Home.mjs.map +1 -0
- package/build/sections/Home/index.js +1 -1
- package/build/sections/Home/index.mjs +1 -0
- package/build/sections/Security/AddUser.js +84 -68
- package/build/sections/Security/AddUser.js.map +1 -1
- package/build/sections/Security/AddUser.mjs +132 -0
- package/build/sections/Security/AddUser.mjs.map +1 -0
- package/build/sections/Security/ChangePassword.js +83 -71
- package/build/sections/Security/ChangePassword.js.map +1 -1
- package/build/sections/Security/ChangePassword.mjs +123 -0
- package/build/sections/Security/ChangePassword.mjs.map +1 -0
- package/build/sections/Security/Login.js +70 -54
- package/build/sections/Security/Login.js.map +1 -1
- package/build/sections/Security/Login.mjs +94 -0
- package/build/sections/Security/Login.mjs.map +1 -0
- package/build/sections/Security/Success.js +39 -26
- package/build/sections/Security/Success.js.map +1 -1
- package/build/sections/Security/Success.mjs +51 -0
- package/build/sections/Security/Success.mjs.map +1 -0
- package/build/sections/Security/index.js +4 -4
- package/build/sections/Security/index.mjs +4 -0
- package/build/sections/Security/styles.js +19 -14
- package/build/sections/Security/styles.js.map +1 -1
- package/build/sections/Security/styles.mjs +29 -0
- package/build/sections/Security/styles.mjs.map +1 -0
- package/build/sections/Security/utils.js +14 -11
- package/build/sections/Security/utils.js.map +1 -1
- package/build/sections/Security/utils.mjs +19 -0
- package/build/sections/Security/utils.mjs.map +1 -0
- package/build/sections/SideBar/Sidebar.js +73 -64
- package/build/sections/SideBar/Sidebar.js.map +1 -1
- package/build/sections/SideBar/Sidebar.mjs +93 -0
- package/build/sections/SideBar/Sidebar.mjs.map +1 -0
- package/build/sections/SideBar/index.js +1 -1
- package/build/sections/SideBar/index.mjs +1 -0
- package/build/sections/index.js +4 -4
- package/build/sections/index.mjs +4 -0
- package/build/store/api.js +57 -41
- package/build/store/api.js.map +1 -1
- package/build/store/api.mjs +76 -0
- package/build/store/api.mjs.map +1 -0
- package/build/store/index.js +1 -1
- package/build/store/index.mjs +1 -0
- package/build/store/routes.js +13 -3
- package/build/store/routes.js.map +1 -1
- package/build/store/routes.mjs +18 -0
- package/build/store/routes.mjs.map +1 -0
- package/build/store/storage.js +22 -13
- package/build/store/storage.js.map +1 -1
- package/build/store/storage.mjs +29 -0
- package/build/store/storage.mjs.map +1 -0
- package/build/store/utils.js +5 -4
- package/build/store/utils.js.map +1 -1
- package/build/store/utils.mjs +9 -0
- package/build/store/utils.mjs.map +1 -0
- package/build/ui-components.css +1198 -1
- package/build/utils/cli-utils.js +19 -16
- package/build/utils/cli-utils.js.map +1 -1
- package/build/utils/cli-utils.mjs +26 -0
- package/build/utils/cli-utils.mjs.map +1 -0
- package/build/utils/index.js +6 -6
- package/build/utils/index.mjs +6 -0
- package/build/utils/loadable.js +18 -7
- package/build/utils/loadable.js.map +1 -1
- package/build/utils/loadable.mjs +23 -0
- package/build/utils/loadable.mjs.map +1 -0
- package/build/utils/routes.js +26 -5
- package/build/utils/routes.js.map +1 -1
- package/build/utils/routes.mjs +30 -0
- package/build/utils/routes.mjs.map +1 -0
- package/build/utils/schemas.js +22 -14
- package/build/utils/schemas.js.map +1 -1
- package/build/utils/schemas.mjs +22 -0
- package/build/utils/schemas.mjs.map +1 -0
- package/build/utils/token.js +19 -15
- package/build/utils/token.js.map +1 -1
- package/build/utils/token.mjs +23 -0
- package/build/utils/token.mjs.map +1 -0
- package/build/utils/url.js +50 -30
- package/build/utils/url.js.map +1 -1
- package/build/utils/url.mjs +61 -0
- package/build/utils/url.mjs.map +1 -0
- package/build/utils/utils.js +93 -49
- package/build/utils/utils.js.map +1 -1
- package/build/utils/utils.mjs +93 -0
- package/build/utils/utils.mjs.map +1 -0
- package/package.json +15 -7
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
const require_utils = require("../../utils/utils.js");
|
|
3
|
+
require("../../utils/index.js");
|
|
4
|
+
const require_LinkExternal = require("../LinkExternal/LinkExternal.js");
|
|
5
|
+
require("../LinkExternal/index.js");
|
|
6
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
7
|
+
let react = require("react");
|
|
8
|
+
react = require_runtime.__toESM(react);
|
|
7
9
|
//#region src/components/UpLinks/UplinkLink.tsx
|
|
8
|
-
var
|
|
9
|
-
|
|
10
|
-
return
|
|
11
|
-
to:
|
|
10
|
+
var UpLinkLink = ({ packageName, uplinkName }) => {
|
|
11
|
+
const link = require_utils.getUplink(uplinkName, packageName);
|
|
12
|
+
return link ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_LinkExternal.default, {
|
|
13
|
+
to: link,
|
|
12
14
|
variant: "outline",
|
|
13
|
-
children:
|
|
14
|
-
}) : /* @__PURE__ */
|
|
15
|
+
children: uplinkName
|
|
16
|
+
}) : /* @__PURE__ */ (0, react_jsx_runtime.jsx)(react_jsx_runtime.Fragment, { children: uplinkName });
|
|
15
17
|
};
|
|
16
18
|
//#endregion
|
|
17
|
-
|
|
19
|
+
exports.default = UpLinkLink;
|
|
18
20
|
|
|
19
21
|
//# sourceMappingURL=UplinkLink.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UplinkLink.js","names":["React","utils","LinkExternal","UpLinkLink","FC","packageName","uplinkName","link","getUplink"],"sources":["../../../src/components/UpLinks/UplinkLink.tsx"],"sourcesContent":["import React from 'react';\n\nimport { utils } from '../../utils';\nimport LinkExternal from '../LinkExternal';\n\nconst UpLinkLink: React.FC<{ packageName: string; uplinkName: string }> = ({\n packageName,\n uplinkName,\n}) => {\n const link = utils.getUplink(uplinkName, packageName);\n return link ? (\n <LinkExternal to={link} variant=\"outline\">\n {uplinkName}\n </LinkExternal>\n ) : (\n <>{uplinkName}</>\n );\n};\n\nexport default UpLinkLink;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"UplinkLink.js","names":["React","utils","LinkExternal","UpLinkLink","FC","packageName","uplinkName","link","getUplink"],"sources":["../../../src/components/UpLinks/UplinkLink.tsx"],"sourcesContent":["import React from 'react';\n\nimport { utils } from '../../utils';\nimport LinkExternal from '../LinkExternal';\n\nconst UpLinkLink: React.FC<{ packageName: string; uplinkName: string }> = ({\n packageName,\n uplinkName,\n}) => {\n const link = utils.getUplink(uplinkName, packageName);\n return link ? (\n <LinkExternal to={link} variant=\"outline\">\n {uplinkName}\n </LinkExternal>\n ) : (\n <>{uplinkName}</>\n );\n};\n\nexport default UpLinkLink;\n"],"mappings":";;;;;;;;;AAKA,IAAMG,cAAqE,EACzEE,aACAC,iBACI;CACJ,MAAMC,OAAAA,cAAAA,UAAuBD,YAAYD,YAAY;AACrD,QAAOE,OACL,iBAAA,GAAA,kBAAA,KAAC,qBAAA,SAAD;EAAc,IAAIA;EAAM,SAAQ;YAC7BD;EACY,CAAA,GAEf,iBAAA,GAAA,kBAAA,KAAA,kBAAA,UAAA,EAAA,UAAGA,YACJ,CAAA"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { getUplink } from "../../utils/utils.mjs";
|
|
2
|
+
import "../../utils/index.mjs";
|
|
3
|
+
import LinkExternal from "../LinkExternal/LinkExternal.mjs";
|
|
4
|
+
import "../LinkExternal/index.mjs";
|
|
5
|
+
import { Fragment, jsx } from "react/jsx-runtime";
|
|
6
|
+
import "react";
|
|
7
|
+
//#region src/components/UpLinks/UplinkLink.tsx
|
|
8
|
+
var UpLinkLink = ({ packageName, uplinkName }) => {
|
|
9
|
+
const link = getUplink(uplinkName, packageName);
|
|
10
|
+
return link ? /* @__PURE__ */ jsx(LinkExternal, {
|
|
11
|
+
to: link,
|
|
12
|
+
variant: "outline",
|
|
13
|
+
children: uplinkName
|
|
14
|
+
}) : /* @__PURE__ */ jsx(Fragment, { children: uplinkName });
|
|
15
|
+
};
|
|
16
|
+
//#endregion
|
|
17
|
+
export { UpLinkLink as default };
|
|
18
|
+
|
|
19
|
+
//# sourceMappingURL=UplinkLink.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UplinkLink.mjs","names":["React","utils","LinkExternal","UpLinkLink","FC","packageName","uplinkName","link","getUplink"],"sources":["../../../src/components/UpLinks/UplinkLink.tsx"],"sourcesContent":["import React from 'react';\n\nimport { utils } from '../../utils';\nimport LinkExternal from '../LinkExternal';\n\nconst UpLinkLink: React.FC<{ packageName: string; uplinkName: string }> = ({\n packageName,\n uplinkName,\n}) => {\n const link = utils.getUplink(uplinkName, packageName);\n return link ? (\n <LinkExternal to={link} variant=\"outline\">\n {uplinkName}\n </LinkExternal>\n ) : (\n <>{uplinkName}</>\n );\n};\n\nexport default UpLinkLink;\n"],"mappings":";;;;;;;AAKA,IAAMG,cAAqE,EACzEE,aACAC,iBACI;CACJ,MAAMC,OAAON,UAAgBK,YAAYD,YAAY;AACrD,QAAOE,OACL,oBAAC,cAAD;EAAc,IAAIA;EAAM,SAAQ;YAC7BD;EACY,CAAA,GAEf,oBAAA,UAAA,EAAA,UAAGA,YACJ,CAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
const require_UpLinks = require("./UpLinks.js");
|
|
2
|
+
exports.default = require_UpLinks;
|
|
@@ -1,29 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
let _emotion_styled_base = require("@emotion/styled/base");
|
|
3
|
+
_emotion_styled_base = require_runtime.__toESM(_emotion_styled_base);
|
|
4
|
+
let _mui_material_colors = require("@mui/material/colors");
|
|
5
|
+
let _mui_material_Typography = require("@mui/material/Typography");
|
|
6
|
+
_mui_material_Typography = require_runtime.__toESM(_mui_material_Typography);
|
|
7
|
+
let _mui_material_ListItemText = require("@mui/material/ListItemText");
|
|
8
|
+
_mui_material_ListItemText = require_runtime.__toESM(_mui_material_ListItemText);
|
|
5
9
|
//#region src/components/UpLinks/styles.ts
|
|
6
|
-
var
|
|
10
|
+
var StyledText = /* @__PURE__ */ (0, _emotion_styled_base.default)(_mui_material_Typography.default, process.env.NODE_ENV === "production" ? { target: "ebttozw2" } : {
|
|
7
11
|
target: "ebttozw2",
|
|
8
12
|
label: "StyledText"
|
|
9
|
-
})((
|
|
13
|
+
})((props) => ({ fontWeight: props.theme.fontWeight.bold }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPMEIiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdmVyZGFjY2lvL3ZlcmRhY2Npby9wYWNrYWdlcy91aS1jb21wb25lbnRzL3NyYy9jb21wb25lbnRzL1VwTGlua3Mvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBNdWlMaXN0SXRlbVRleHQgfSBmcm9tICdAbXVpL21hdGVyaWFsL0xpc3RJdGVtVGV4dCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgY29tbW9uIH0gZnJvbSAnQG11aS9tYXRlcmlhbC9jb2xvcnMnO1xuXG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi4vLi4vVGhlbWUnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZChUeXBvZ3JhcGh5KTx7IHRoZW1lPzogVGhlbWUgfT4oKHByb3BzKSA9PiAoe1xuICBmb250V2VpZ2h0OiBwcm9wcy50aGVtZS5mb250V2VpZ2h0LmJvbGQsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBTcGFjZXIgPSBzdHlsZWQoJ2RpdicpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnMSAxIGF1dG8nLFxuICBib3JkZXJCb3R0b206IGAxcHggZG90dGVkICR7XG4gICAgdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyAncmdiYSgwLCAwLCAwLCAwLjIpJyA6ICdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMiknXG4gIH0gYCxcbiAgd2hpdGVTcGFjZTogJ25vd3JhcCcsXG4gIGhlaWdodDogJzAuNWVtJyxcbiAgbWFyZ2luOiAnMCAxNnB4Jyxcbn0pKTtcblxuZXhwb3J0IGNvbnN0IExpc3RJdGVtVGV4dCA9IHN0eWxlZChNdWlMaXN0SXRlbVRleHQpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnbm9uZScsXG4gIGNvbG9yOiB0aGVtZS5wYWxldHRlLm1vZGUgPT0gJ2xpZ2h0JyA/IHRoZW1lLnBhbGV0dGUuYmxhY2sgOiBjb21tb24ud2hpdGUsXG4gIG9wYWNpdHk6IDAuNixcbn0pKTtcbiJdfQ== */");
|
|
14
|
+
var Spacer = /* @__PURE__ */ (0, _emotion_styled_base.default)("div", process.env.NODE_ENV === "production" ? { target: "ebttozw1" } : {
|
|
10
15
|
target: "ebttozw1",
|
|
11
16
|
label: "Spacer"
|
|
12
|
-
})(({ theme
|
|
17
|
+
})(({ theme }) => ({
|
|
13
18
|
flex: "1 1 auto",
|
|
14
|
-
borderBottom: `1px dotted ${
|
|
19
|
+
borderBottom: `1px dotted ${theme.palette.mode == "light" ? "rgba(0, 0, 0, 0.2)" : "rgba(255, 255, 255, 0.2)"} `,
|
|
15
20
|
whiteSpace: "nowrap",
|
|
16
21
|
height: "0.5em",
|
|
17
22
|
margin: "0 16px"
|
|
18
|
-
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFXc0IiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdmVyZGFjY2lvL3ZlcmRhY2Npby9wYWNrYWdlcy91aS1jb21wb25lbnRzL3NyYy9jb21wb25lbnRzL1VwTGlua3Mvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBNdWlMaXN0SXRlbVRleHQgfSBmcm9tICdAbXVpL21hdGVyaWFsL0xpc3RJdGVtVGV4dCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgY29tbW9uIH0gZnJvbSAnQG11aS9tYXRlcmlhbC9jb2xvcnMnO1xuXG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi4vLi4vVGhlbWUnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZChUeXBvZ3JhcGh5KTx7IHRoZW1lPzogVGhlbWUgfT4oKHByb3BzKSA9PiAoe1xuICBmb250V2VpZ2h0OiBwcm9wcy50aGVtZS5mb250V2VpZ2h0LmJvbGQsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBTcGFjZXIgPSBzdHlsZWQoJ2RpdicpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnMSAxIGF1dG8nLFxuICBib3JkZXJCb3R0b206IGAxcHggZG90dGVkICR7XG4gICAgdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyAncmdiYSgwLCAwLCAwLCAwLjIpJyA6ICdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMiknXG4gIH0gYCxcbiAgd2hpdGVTcGFjZTogJ25vd3JhcCcsXG4gIGhlaWdodDogJzAuNWVtJyxcbiAgbWFyZ2luOiAnMCAxNnB4Jyxcbn0pKTtcblxuZXhwb3J0IGNvbnN0IExpc3RJdGVtVGV4dCA9IHN0eWxlZChNdWlMaXN0SXRlbVRleHQpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnbm9uZScsXG4gIGNvbG9yOiB0aGVtZS5wYWxldHRlLm1vZGUgPT0gJ2xpZ2h0JyA/IHRoZW1lLnBhbGV0dGUuYmxhY2sgOiBjb21tb24ud2hpdGUsXG4gIG9wYWNpdHk6IDAuNixcbn0pKTtcbiJdfQ== */")
|
|
23
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFXc0IiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdmVyZGFjY2lvL3ZlcmRhY2Npby9wYWNrYWdlcy91aS1jb21wb25lbnRzL3NyYy9jb21wb25lbnRzL1VwTGlua3Mvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBNdWlMaXN0SXRlbVRleHQgfSBmcm9tICdAbXVpL21hdGVyaWFsL0xpc3RJdGVtVGV4dCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgY29tbW9uIH0gZnJvbSAnQG11aS9tYXRlcmlhbC9jb2xvcnMnO1xuXG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi4vLi4vVGhlbWUnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZChUeXBvZ3JhcGh5KTx7IHRoZW1lPzogVGhlbWUgfT4oKHByb3BzKSA9PiAoe1xuICBmb250V2VpZ2h0OiBwcm9wcy50aGVtZS5mb250V2VpZ2h0LmJvbGQsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBTcGFjZXIgPSBzdHlsZWQoJ2RpdicpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnMSAxIGF1dG8nLFxuICBib3JkZXJCb3R0b206IGAxcHggZG90dGVkICR7XG4gICAgdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyAncmdiYSgwLCAwLCAwLCAwLjIpJyA6ICdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMiknXG4gIH0gYCxcbiAgd2hpdGVTcGFjZTogJ25vd3JhcCcsXG4gIGhlaWdodDogJzAuNWVtJyxcbiAgbWFyZ2luOiAnMCAxNnB4Jyxcbn0pKTtcblxuZXhwb3J0IGNvbnN0IExpc3RJdGVtVGV4dCA9IHN0eWxlZChNdWlMaXN0SXRlbVRleHQpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnbm9uZScsXG4gIGNvbG9yOiB0aGVtZS5wYWxldHRlLm1vZGUgPT0gJ2xpZ2h0JyA/IHRoZW1lLnBhbGV0dGUuYmxhY2sgOiBjb21tb24ud2hpdGUsXG4gIG9wYWNpdHk6IDAuNixcbn0pKTtcbiJdfQ== */");
|
|
24
|
+
var ListItemText = /* @__PURE__ */ (0, _emotion_styled_base.default)(_mui_material_ListItemText.default, process.env.NODE_ENV === "production" ? { target: "ebttozw0" } : {
|
|
19
25
|
target: "ebttozw0",
|
|
20
26
|
label: "ListItemText"
|
|
21
|
-
})(({ theme
|
|
27
|
+
})(({ theme }) => ({
|
|
22
28
|
flex: "none",
|
|
23
|
-
color:
|
|
29
|
+
color: theme.palette.mode == "light" ? theme.palette.black : _mui_material_colors.common.white,
|
|
24
30
|
opacity: .6
|
|
25
31
|
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxQjRCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgTXVpTGlzdEl0ZW1UZXh0IH0gZnJvbSAnQG11aS9tYXRlcmlhbC9MaXN0SXRlbVRleHQnO1xuaW1wb3J0IFR5cG9ncmFwaHkgZnJvbSAnQG11aS9tYXRlcmlhbC9UeXBvZ3JhcGh5JztcbmltcG9ydCB7IGNvbW1vbiB9IGZyb20gJ0BtdWkvbWF0ZXJpYWwvY29sb3JzJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRleHQgPSBzdHlsZWQoVHlwb2dyYXBoeSk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZm9udFdlaWdodDogcHJvcHMudGhlbWUuZm9udFdlaWdodC5ib2xkLFxufSkpO1xuXG5leHBvcnQgY29uc3QgU3BhY2VyID0gc3R5bGVkKCdkaXYnKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgZmxleDogJzEgMSBhdXRvJyxcbiAgYm9yZGVyQm90dG9tOiBgMXB4IGRvdHRlZCAke1xuICAgIHRoZW1lLnBhbGV0dGUubW9kZSA9PSAnbGlnaHQnID8gJ3JnYmEoMCwgMCwgMCwgMC4yKScgOiAncmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpJ1xuICB9IGAsXG4gIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICBoZWlnaHQ6ICcwLjVlbScsXG4gIG1hcmdpbjogJzAgMTZweCcsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBMaXN0SXRlbVRleHQgPSBzdHlsZWQoTXVpTGlzdEl0ZW1UZXh0KTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgZmxleDogJ25vbmUnLFxuICBjb2xvcjogdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyB0aGVtZS5wYWxldHRlLmJsYWNrIDogY29tbW9uLndoaXRlLFxuICBvcGFjaXR5OiAwLjYsXG59KSk7XG4iXX0= */");
|
|
26
32
|
//#endregion
|
|
27
|
-
|
|
33
|
+
exports.ListItemText = ListItemText;
|
|
34
|
+
exports.Spacer = Spacer;
|
|
35
|
+
exports.StyledText = StyledText;
|
|
28
36
|
|
|
29
37
|
//# sourceMappingURL=styles.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.js","names":["default","MuiListItemText","Typography","common","Theme","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","Spacer","flex","borderBottom","palette","mode","whiteSpace","height","margin","ListItemText","color","black","white","opacity"],"sources":["../../../src/components/UpLinks/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { default as MuiListItemText } from '@mui/material/ListItemText';\nimport Typography from '@mui/material/Typography';\nimport { common } from '@mui/material/colors';\n\nimport type { Theme } from '../../Theme';\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n}));\n\nexport const Spacer = styled('div')<{ theme?: Theme }>(({ theme }) => ({\n flex: '1 1 auto',\n borderBottom: `1px dotted ${\n theme.palette.mode == 'light' ? 'rgba(0, 0, 0, 0.2)' : 'rgba(255, 255, 255, 0.2)'\n } `,\n whiteSpace: 'nowrap',\n height: '0.5em',\n margin: '0 16px',\n}));\n\nexport const ListItemText = styled(MuiListItemText)<{ theme?: Theme }>(({ theme }) => ({\n flex: 'none',\n color: theme.palette.mode == 'light' ? theme.palette.black : common.white,\n opacity: 0.6,\n}));\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.js","names":["default","MuiListItemText","Typography","common","Theme","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","Spacer","flex","borderBottom","palette","mode","whiteSpace","height","margin","ListItemText","color","black","white","opacity"],"sources":["../../../src/components/UpLinks/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { default as MuiListItemText } from '@mui/material/ListItemText';\nimport Typography from '@mui/material/Typography';\nimport { common } from '@mui/material/colors';\n\nimport type { Theme } from '../../Theme';\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n}));\n\nexport const Spacer = styled('div')<{ theme?: Theme }>(({ theme }) => ({\n flex: '1 1 auto',\n borderBottom: `1px dotted ${\n theme.palette.mode == 'light' ? 'rgba(0, 0, 0, 0.2)' : 'rgba(255, 255, 255, 0.2)'\n } `,\n whiteSpace: 'nowrap',\n height: '0.5em',\n margin: '0 16px',\n}));\n\nexport const ListItemText = styled(MuiListItemText)<{ theme?: Theme }>(({ theme }) => ({\n flex: 'none',\n color: theme.palette.mode == 'light' ? theme.palette.black : common.white,\n opacity: 0.6,\n}));\n"],"mappings":";;;;;;;;;AAOA,IAAaK,aAAaC,iBAAAA,GAAAA,qBAAAA,SAAOJ,yBAAAA,SAAAA,QAAAA,IAAAA,aAAU,eAAA,EAAAQ,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW,EAC1EC,YAAYD,MAAMD,MAAME,WAAWC,MACpC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC;AAEH,IAAaC,SAASV,iBAAAA,GAAAA,qBAAAA,SAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqB,EAAEC,aAAa;CACrEK,MAAM;CACNC,cAAc,cACZN,MAAMO,QAAQC,QAAQ,UAAU,uBAAuB,2BAA0B;CAEnFC,YAAY;CACZC,QAAQ;CACRC,QAAQ;CACT,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC;AAEH,IAAaC,eAAelB,iBAAAA,GAAAA,qBAAAA,SAAOL,2BAAAA,SAAAA,QAAAA,IAAAA,aAAe,eAAA,EAAAS,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqB,EAAEC,aAAa;CACrFK,MAAM;CACNQ,OAAOb,MAAMO,QAAQC,QAAQ,UAAUR,MAAMO,QAAQO,QAAQvB,qBAAAA,OAAOwB;CACpEC,SAAS;CACV,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import _styled from "@emotion/styled/base";
|
|
2
|
+
import { common } from "@mui/material/colors";
|
|
3
|
+
import Typography from "@mui/material/Typography";
|
|
4
|
+
import ListItemText from "@mui/material/ListItemText";
|
|
5
|
+
//#region src/components/UpLinks/styles.ts
|
|
6
|
+
var StyledText = /* @__PURE__ */ _styled(Typography, process.env.NODE_ENV === "production" ? { target: "ebttozw2" } : {
|
|
7
|
+
target: "ebttozw2",
|
|
8
|
+
label: "StyledText"
|
|
9
|
+
})((props) => ({ fontWeight: props.theme.fontWeight.bold }), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPMEIiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdmVyZGFjY2lvL3ZlcmRhY2Npby9wYWNrYWdlcy91aS1jb21wb25lbnRzL3NyYy9jb21wb25lbnRzL1VwTGlua3Mvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBNdWlMaXN0SXRlbVRleHQgfSBmcm9tICdAbXVpL21hdGVyaWFsL0xpc3RJdGVtVGV4dCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgY29tbW9uIH0gZnJvbSAnQG11aS9tYXRlcmlhbC9jb2xvcnMnO1xuXG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi4vLi4vVGhlbWUnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZChUeXBvZ3JhcGh5KTx7IHRoZW1lPzogVGhlbWUgfT4oKHByb3BzKSA9PiAoe1xuICBmb250V2VpZ2h0OiBwcm9wcy50aGVtZS5mb250V2VpZ2h0LmJvbGQsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBTcGFjZXIgPSBzdHlsZWQoJ2RpdicpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnMSAxIGF1dG8nLFxuICBib3JkZXJCb3R0b206IGAxcHggZG90dGVkICR7XG4gICAgdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyAncmdiYSgwLCAwLCAwLCAwLjIpJyA6ICdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMiknXG4gIH0gYCxcbiAgd2hpdGVTcGFjZTogJ25vd3JhcCcsXG4gIGhlaWdodDogJzAuNWVtJyxcbiAgbWFyZ2luOiAnMCAxNnB4Jyxcbn0pKTtcblxuZXhwb3J0IGNvbnN0IExpc3RJdGVtVGV4dCA9IHN0eWxlZChNdWlMaXN0SXRlbVRleHQpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnbm9uZScsXG4gIGNvbG9yOiB0aGVtZS5wYWxldHRlLm1vZGUgPT0gJ2xpZ2h0JyA/IHRoZW1lLnBhbGV0dGUuYmxhY2sgOiBjb21tb24ud2hpdGUsXG4gIG9wYWNpdHk6IDAuNixcbn0pKTtcbiJdfQ== */");
|
|
10
|
+
var Spacer = /* @__PURE__ */ _styled("div", process.env.NODE_ENV === "production" ? { target: "ebttozw1" } : {
|
|
11
|
+
target: "ebttozw1",
|
|
12
|
+
label: "Spacer"
|
|
13
|
+
})(({ theme }) => ({
|
|
14
|
+
flex: "1 1 auto",
|
|
15
|
+
borderBottom: `1px dotted ${theme.palette.mode == "light" ? "rgba(0, 0, 0, 0.2)" : "rgba(255, 255, 255, 0.2)"} `,
|
|
16
|
+
whiteSpace: "nowrap",
|
|
17
|
+
height: "0.5em",
|
|
18
|
+
margin: "0 16px"
|
|
19
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFXc0IiLCJmaWxlIjoiL2hvbWUvcnVubmVyL3dvcmsvdmVyZGFjY2lvL3ZlcmRhY2Npby9wYWNrYWdlcy91aS1jb21wb25lbnRzL3NyYy9jb21wb25lbnRzL1VwTGlua3Mvc3R5bGVzLnRzIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHN0eWxlZCBmcm9tICdAZW1vdGlvbi9zdHlsZWQnO1xuaW1wb3J0IHsgZGVmYXVsdCBhcyBNdWlMaXN0SXRlbVRleHQgfSBmcm9tICdAbXVpL21hdGVyaWFsL0xpc3RJdGVtVGV4dCc7XG5pbXBvcnQgVHlwb2dyYXBoeSBmcm9tICdAbXVpL21hdGVyaWFsL1R5cG9ncmFwaHknO1xuaW1wb3J0IHsgY29tbW9uIH0gZnJvbSAnQG11aS9tYXRlcmlhbC9jb2xvcnMnO1xuXG5pbXBvcnQgdHlwZSB7IFRoZW1lIH0gZnJvbSAnLi4vLi4vVGhlbWUnO1xuXG5leHBvcnQgY29uc3QgU3R5bGVkVGV4dCA9IHN0eWxlZChUeXBvZ3JhcGh5KTx7IHRoZW1lPzogVGhlbWUgfT4oKHByb3BzKSA9PiAoe1xuICBmb250V2VpZ2h0OiBwcm9wcy50aGVtZS5mb250V2VpZ2h0LmJvbGQsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBTcGFjZXIgPSBzdHlsZWQoJ2RpdicpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnMSAxIGF1dG8nLFxuICBib3JkZXJCb3R0b206IGAxcHggZG90dGVkICR7XG4gICAgdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyAncmdiYSgwLCAwLCAwLCAwLjIpJyA6ICdyZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMiknXG4gIH0gYCxcbiAgd2hpdGVTcGFjZTogJ25vd3JhcCcsXG4gIGhlaWdodDogJzAuNWVtJyxcbiAgbWFyZ2luOiAnMCAxNnB4Jyxcbn0pKTtcblxuZXhwb3J0IGNvbnN0IExpc3RJdGVtVGV4dCA9IHN0eWxlZChNdWlMaXN0SXRlbVRleHQpPHsgdGhlbWU/OiBUaGVtZSB9PigoeyB0aGVtZSB9KSA9PiAoe1xuICBmbGV4OiAnbm9uZScsXG4gIGNvbG9yOiB0aGVtZS5wYWxldHRlLm1vZGUgPT0gJ2xpZ2h0JyA/IHRoZW1lLnBhbGV0dGUuYmxhY2sgOiBjb21tb24ud2hpdGUsXG4gIG9wYWNpdHk6IDAuNixcbn0pKTtcbiJdfQ== */");
|
|
20
|
+
var ListItemText$1 = /* @__PURE__ */ _styled(ListItemText, process.env.NODE_ENV === "production" ? { target: "ebttozw0" } : {
|
|
21
|
+
target: "ebttozw0",
|
|
22
|
+
label: "ListItemText"
|
|
23
|
+
})(({ theme }) => ({
|
|
24
|
+
flex: "none",
|
|
25
|
+
color: theme.palette.mode == "light" ? theme.palette.black : common.white,
|
|
26
|
+
opacity: .6
|
|
27
|
+
}), process.env.NODE_ENV === "production" ? "" : "/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIi9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFxQjRCIiwiZmlsZSI6Ii9ob21lL3J1bm5lci93b3JrL3ZlcmRhY2Npby92ZXJkYWNjaW8vcGFja2FnZXMvdWktY29tcG9uZW50cy9zcmMvY29tcG9uZW50cy9VcExpbmtzL3N0eWxlcy50cyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCBzdHlsZWQgZnJvbSAnQGVtb3Rpb24vc3R5bGVkJztcbmltcG9ydCB7IGRlZmF1bHQgYXMgTXVpTGlzdEl0ZW1UZXh0IH0gZnJvbSAnQG11aS9tYXRlcmlhbC9MaXN0SXRlbVRleHQnO1xuaW1wb3J0IFR5cG9ncmFwaHkgZnJvbSAnQG11aS9tYXRlcmlhbC9UeXBvZ3JhcGh5JztcbmltcG9ydCB7IGNvbW1vbiB9IGZyb20gJ0BtdWkvbWF0ZXJpYWwvY29sb3JzJztcblxuaW1wb3J0IHR5cGUgeyBUaGVtZSB9IGZyb20gJy4uLy4uL1RoZW1lJztcblxuZXhwb3J0IGNvbnN0IFN0eWxlZFRleHQgPSBzdHlsZWQoVHlwb2dyYXBoeSk8eyB0aGVtZT86IFRoZW1lIH0+KChwcm9wcykgPT4gKHtcbiAgZm9udFdlaWdodDogcHJvcHMudGhlbWUuZm9udFdlaWdodC5ib2xkLFxufSkpO1xuXG5leHBvcnQgY29uc3QgU3BhY2VyID0gc3R5bGVkKCdkaXYnKTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgZmxleDogJzEgMSBhdXRvJyxcbiAgYm9yZGVyQm90dG9tOiBgMXB4IGRvdHRlZCAke1xuICAgIHRoZW1lLnBhbGV0dGUubW9kZSA9PSAnbGlnaHQnID8gJ3JnYmEoMCwgMCwgMCwgMC4yKScgOiAncmdiYSgyNTUsIDI1NSwgMjU1LCAwLjIpJ1xuICB9IGAsXG4gIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICBoZWlnaHQ6ICcwLjVlbScsXG4gIG1hcmdpbjogJzAgMTZweCcsXG59KSk7XG5cbmV4cG9ydCBjb25zdCBMaXN0SXRlbVRleHQgPSBzdHlsZWQoTXVpTGlzdEl0ZW1UZXh0KTx7IHRoZW1lPzogVGhlbWUgfT4oKHsgdGhlbWUgfSkgPT4gKHtcbiAgZmxleDogJ25vbmUnLFxuICBjb2xvcjogdGhlbWUucGFsZXR0ZS5tb2RlID09ICdsaWdodCcgPyB0aGVtZS5wYWxldHRlLmJsYWNrIDogY29tbW9uLndoaXRlLFxuICBvcGFjaXR5OiAwLjYsXG59KSk7XG4iXX0= */");
|
|
28
|
+
//#endregion
|
|
29
|
+
export { ListItemText$1 as ListItemText, Spacer, StyledText };
|
|
30
|
+
|
|
31
|
+
//# sourceMappingURL=styles.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.mjs","names":["default","MuiListItemText","Typography","common","Theme","StyledText","_styled","process","env","NODE_ENV","target","label","theme","props","fontWeight","bold","Spacer","flex","borderBottom","palette","mode","whiteSpace","height","margin","ListItemText","color","black","white","opacity"],"sources":["../../../src/components/UpLinks/styles.ts"],"sourcesContent":["import styled from '@emotion/styled';\nimport { default as MuiListItemText } from '@mui/material/ListItemText';\nimport Typography from '@mui/material/Typography';\nimport { common } from '@mui/material/colors';\n\nimport type { Theme } from '../../Theme';\n\nexport const StyledText = styled(Typography)<{ theme?: Theme }>((props) => ({\n fontWeight: props.theme.fontWeight.bold,\n}));\n\nexport const Spacer = styled('div')<{ theme?: Theme }>(({ theme }) => ({\n flex: '1 1 auto',\n borderBottom: `1px dotted ${\n theme.palette.mode == 'light' ? 'rgba(0, 0, 0, 0.2)' : 'rgba(255, 255, 255, 0.2)'\n } `,\n whiteSpace: 'nowrap',\n height: '0.5em',\n margin: '0 16px',\n}));\n\nexport const ListItemText = styled(MuiListItemText)<{ theme?: Theme }>(({ theme }) => ({\n flex: 'none',\n color: theme.palette.mode == 'light' ? theme.palette.black : common.white,\n opacity: 0.6,\n}));\n"],"mappings":";;;;;AAOA,IAAaK,aAAaC,wBAAOJ,YAAAA,QAAAA,IAAAA,aAAU,eAAA,EAAAQ,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqBE,WAAW,EAC1EC,YAAYD,MAAMD,MAAME,WAAWC,MACpC,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC;AAEH,IAAaC,SAASV,wBAAO,OAAA,QAAA,IAAA,aAAK,eAAA,EAAAI,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqB,EAAEC,aAAa;CACrEK,MAAM;CACNC,cAAc,cACZN,MAAMO,QAAQC,QAAQ,UAAU,uBAAuB,2BAA0B;CAEnFC,YAAY;CACZC,QAAQ;CACRC,QAAQ;CACT,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC;AAEH,IAAaC,iBAAelB,wBAAOL,cAAAA,QAAAA,IAAAA,aAAe,eAAA,EAAAS,QAAA,YAAA,GAAA;CAAAA,QAAA;CAAAC,OAAA;CAAA,CAAC,EAAqB,EAAEC,aAAa;CACrFK,MAAM;CACNQ,OAAOb,MAAMO,QAAQC,QAAQ,UAAUR,MAAMO,QAAQO,QAAQvB,OAAOwB;CACpEC,SAAS;CACV,GAAA,QAAA,IAAA,aAAC,eAAA,KAAA,kmDAAC"}
|
|
@@ -1,62 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
const require_utils = require("../../utils/utils.js");
|
|
3
|
+
const require_routes = require("../../utils/routes.js");
|
|
4
|
+
require("../../utils/index.js");
|
|
5
|
+
const require_AppConfigurationProvider = require("../../providers/AppConfigurationProvider/AppConfigurationProvider.js");
|
|
6
|
+
require("../../providers/index.js");
|
|
7
|
+
const require_Link = require("../Link/Link.js");
|
|
8
|
+
require("../Link/index.js");
|
|
9
|
+
const require_styles = require("./styles.js");
|
|
10
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
11
|
+
let react = require("react");
|
|
12
|
+
react = require_runtime.__toESM(react);
|
|
13
|
+
let react_i18next = require("react-i18next");
|
|
14
|
+
let _mui_material_List = require("@mui/material/List");
|
|
15
|
+
_mui_material_List = require_runtime.__toESM(_mui_material_List);
|
|
16
|
+
let _mui_material_ListItem = require("@mui/material/ListItem");
|
|
17
|
+
_mui_material_ListItem = require_runtime.__toESM(_mui_material_ListItem);
|
|
18
|
+
let _mui_material_Chip = require("@mui/material/Chip");
|
|
19
|
+
_mui_material_Chip = require_runtime.__toESM(_mui_material_Chip);
|
|
15
20
|
//#region src/components/Versions/HistoryList.tsx
|
|
16
|
-
function
|
|
17
|
-
return Object.keys(
|
|
21
|
+
function filterDeprecated(versions) {
|
|
22
|
+
return Object.keys(versions).reduce((prev, current) => {
|
|
23
|
+
if (!versions[current].deprecated) prev[current] = versions[current];
|
|
24
|
+
return prev;
|
|
25
|
+
}, {});
|
|
18
26
|
}
|
|
19
|
-
var
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
var VersionsHistoryList = ({ versions, packageName, time }) => {
|
|
28
|
+
const { t } = (0, react_i18next.useTranslation)();
|
|
29
|
+
const { configOptions } = require_AppConfigurationProvider.useConfig();
|
|
30
|
+
const listVersions = configOptions.hideDeprecatedVersions ? filterDeprecated(versions) : versions;
|
|
31
|
+
return /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_List.default, {
|
|
32
|
+
dense: true,
|
|
33
|
+
children: Object.keys(listVersions).sort((a, b) => {
|
|
34
|
+
const timeA = time[a] ? new Date(time[a]).getTime() : 0;
|
|
35
|
+
return (time[b] ? new Date(time[b]).getTime() : 0) - timeA;
|
|
36
|
+
}).map((version) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_ListItem.default, {
|
|
27
37
|
className: "version-item",
|
|
28
|
-
"data-testid": `version-${
|
|
38
|
+
"data-testid": `version-${version}`,
|
|
29
39
|
sx: { pr: 0 },
|
|
30
40
|
children: [
|
|
31
|
-
/* @__PURE__ */
|
|
32
|
-
to: `${
|
|
41
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Link.default, {
|
|
42
|
+
to: `${require_routes.Route.DETAIL}${packageName}/v/${version}`,
|
|
33
43
|
variant: "outline",
|
|
34
|
-
children: /* @__PURE__ */
|
|
35
|
-
"data-testid":
|
|
36
|
-
disableTypography:
|
|
37
|
-
primary:
|
|
38
|
-
sx: typeof
|
|
44
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.ListItemText, {
|
|
45
|
+
"data-testid": `version-list-link`,
|
|
46
|
+
disableTypography: false,
|
|
47
|
+
primary: version,
|
|
48
|
+
sx: typeof versions[version]?.deprecated === "string" ? { textDecoration: "line-through" } : void 0
|
|
39
49
|
})
|
|
40
50
|
}),
|
|
41
|
-
typeof
|
|
51
|
+
typeof versions[version]?.deprecated === "string" ? /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_Chip.default, {
|
|
42
52
|
color: "warning",
|
|
43
53
|
"data-testid": "deprecated-badge",
|
|
44
|
-
label:
|
|
54
|
+
label: t("versions.deprecated"),
|
|
45
55
|
size: "small",
|
|
46
56
|
sx: { marginLeft: 1 },
|
|
47
57
|
variant: "outlined"
|
|
48
58
|
}) : null,
|
|
49
|
-
/* @__PURE__ */
|
|
50
|
-
/* @__PURE__ */
|
|
51
|
-
"data-testid":
|
|
52
|
-
primary:
|
|
53
|
-
slotProps: { primary: { title:
|
|
59
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.Spacer, {}),
|
|
60
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.ListItemText, {
|
|
61
|
+
"data-testid": `version-list-text`,
|
|
62
|
+
primary: time[version] ? require_utils.formatDateDistance(time[version]) : t("versions.not-available"),
|
|
63
|
+
slotProps: { primary: { title: require_utils.formatDate(time[version]) } }
|
|
54
64
|
})
|
|
55
65
|
]
|
|
56
|
-
},
|
|
66
|
+
}, version))
|
|
57
67
|
});
|
|
58
68
|
};
|
|
59
69
|
//#endregion
|
|
60
|
-
|
|
70
|
+
exports.default = VersionsHistoryList;
|
|
61
71
|
|
|
62
72
|
//# sourceMappingURL=HistoryList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HistoryList.js","names":["Chip","List","ListItem","React","useTranslation","useConfig","Time","Versions","Route","utils","Link","ListItemText","Spacer","Props","versions","packageName","time","filterDeprecated","versionsIds","Object","keys","reduce","prev","current","deprecated","VersionsHistoryList","FC","t","configOptions","hideDeprecatedVersions","listVersions","sort","a","b","timeA","Date","getTime","timeB","map","version","pr","DETAIL","textDecoration","undefined","marginLeft","formatDateDistance","primary","title","formatDate"],"sources":["../../../src/components/Versions/HistoryList.tsx"],"sourcesContent":["import Chip from '@mui/material/Chip';\nimport List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { useConfig } from '../../providers';\nimport type { Time, Versions } from '../../types/packageMeta';\nimport { Route, utils } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n versions: Versions;\n packageName: string;\n time: Time;\n}\n\nexport function filterDeprecated(versions: Versions) {\n const versionsIds = Object.keys(versions);\n return versionsIds.reduce((prev, current) => {\n if (!versions[current].deprecated) {\n prev[current] = versions[current];\n }\n\n return prev;\n }, {});\n}\n\nconst VersionsHistoryList: React.FC<Props> = ({ versions, packageName, time }) => {\n const { t } = useTranslation();\n const { configOptions } = useConfig();\n const hideDeprecatedVersions = configOptions.hideDeprecatedVersions;\n const listVersions = hideDeprecatedVersions ? filterDeprecated(versions) : versions;\n\n return (\n <List dense={true}>\n {Object.keys(listVersions)\n .sort((a, b) => {\n const timeA = time[a] ? new Date(time[a]).getTime() : 0;\n const timeB = time[b] ? new Date(time[b]).getTime() : 0;\n return timeB - timeA;\n })\n .map((version) => (\n <ListItem\n className=\"version-item\"\n data-testid={`version-${version}`}\n key={version}\n sx={{ pr: 0 }}\n >\n <Link to={`${Route.DETAIL}${packageName}/v/${version}`} variant=\"outline\">\n <ListItemText\n data-testid={`version-list-link`}\n disableTypography={false}\n primary={version}\n sx={\n typeof versions[version]?.deprecated === 'string'\n ? { textDecoration: 'line-through' }\n : undefined\n }\n />\n </Link>\n {typeof versions[version]?.deprecated === 'string' ? (\n <Chip\n color=\"warning\"\n data-testid=\"deprecated-badge\"\n label={t('versions.deprecated')}\n size=\"small\"\n sx={{ marginLeft: 1 }}\n variant=\"outlined\"\n />\n ) : null}\n <Spacer />\n <ListItemText\n data-testid={`version-list-text`}\n primary={\n time[version]\n ? utils.formatDateDistance(time[version])\n : t('versions.not-available')\n }\n slotProps={{ primary: { title: utils.formatDate(time[version]) } }}\n />\n </ListItem>\n ))}\n </List>\n );\n};\n\nexport default VersionsHistoryList;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HistoryList.js","names":["Chip","List","ListItem","React","useTranslation","useConfig","Time","Versions","Route","utils","Link","ListItemText","Spacer","Props","versions","packageName","time","filterDeprecated","versionsIds","Object","keys","reduce","prev","current","deprecated","VersionsHistoryList","FC","t","configOptions","hideDeprecatedVersions","listVersions","sort","a","b","timeA","Date","getTime","timeB","map","version","pr","DETAIL","textDecoration","undefined","marginLeft","formatDateDistance","primary","title","formatDate"],"sources":["../../../src/components/Versions/HistoryList.tsx"],"sourcesContent":["import Chip from '@mui/material/Chip';\nimport List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { useConfig } from '../../providers';\nimport type { Time, Versions } from '../../types/packageMeta';\nimport { Route, utils } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n versions: Versions;\n packageName: string;\n time: Time;\n}\n\nexport function filterDeprecated(versions: Versions) {\n const versionsIds = Object.keys(versions);\n return versionsIds.reduce((prev, current) => {\n if (!versions[current].deprecated) {\n prev[current] = versions[current];\n }\n\n return prev;\n }, {});\n}\n\nconst VersionsHistoryList: React.FC<Props> = ({ versions, packageName, time }) => {\n const { t } = useTranslation();\n const { configOptions } = useConfig();\n const hideDeprecatedVersions = configOptions.hideDeprecatedVersions;\n const listVersions = hideDeprecatedVersions ? filterDeprecated(versions) : versions;\n\n return (\n <List dense={true}>\n {Object.keys(listVersions)\n .sort((a, b) => {\n const timeA = time[a] ? new Date(time[a]).getTime() : 0;\n const timeB = time[b] ? new Date(time[b]).getTime() : 0;\n return timeB - timeA;\n })\n .map((version) => (\n <ListItem\n className=\"version-item\"\n data-testid={`version-${version}`}\n key={version}\n sx={{ pr: 0 }}\n >\n <Link to={`${Route.DETAIL}${packageName}/v/${version}`} variant=\"outline\">\n <ListItemText\n data-testid={`version-list-link`}\n disableTypography={false}\n primary={version}\n sx={\n typeof versions[version]?.deprecated === 'string'\n ? { textDecoration: 'line-through' }\n : undefined\n }\n />\n </Link>\n {typeof versions[version]?.deprecated === 'string' ? (\n <Chip\n color=\"warning\"\n data-testid=\"deprecated-badge\"\n label={t('versions.deprecated')}\n size=\"small\"\n sx={{ marginLeft: 1 }}\n variant=\"outlined\"\n />\n ) : null}\n <Spacer />\n <ListItemText\n data-testid={`version-list-text`}\n primary={\n time[version]\n ? utils.formatDateDistance(time[version])\n : t('versions.not-available')\n }\n slotProps={{ primary: { title: utils.formatDate(time[version]) } }}\n />\n </ListItem>\n ))}\n </List>\n );\n};\n\nexport default VersionsHistoryList;\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAkBA,SAAgBiB,iBAAiBH,UAAoB;AAEnD,QADoBK,OAAOC,KAAKN,SAAS,CACtBO,QAAQC,MAAMC,YAAY;AAC3C,MAAI,CAACT,SAASS,SAASC,WACrBF,MAAKC,WAAWT,SAASS;AAG3B,SAAOD;IACN,EAAE,CAAC;;AAGR,IAAMG,uBAAwC,EAAEX,UAAUC,aAAaC,WAAW;CAChF,MAAM,EAAEW,OAAAA,GAAAA,cAAAA,iBAAsB;CAC9B,MAAM,EAAEC,kBAAkBvB,iCAAAA,WAAW;CAErC,MAAMyB,eADyBF,cAAcC,yBACCZ,iBAAiBH,SAAS,GAAGA;AAE3E,QACE,iBAAA,GAAA,kBAAA,KAAC,mBAAA,SAAD;EAAM,OAAO;YACVK,OAAOC,KAAKU,aAAa,CACvBC,MAAMC,GAAGC,MAAM;GACd,MAAMC,QAAQlB,KAAKgB,KAAK,IAAIG,KAAKnB,KAAKgB,GAAG,CAACI,SAAS,GAAG;AAEtD,WADcpB,KAAKiB,KAAK,IAAIE,KAAKnB,KAAKiB,GAAG,CAACG,SAAS,GAAG,KACvCF;IACf,CACDI,KAAKC,YACJ,iBAAA,GAAA,kBAAA,MAAC,uBAAA,SAAD;GACE,WAAU;GACV,eAAa,WAAWA;GAExB,IAAI,EAAEC,IAAI,GAAG;aAJf;IAME,iBAAA,GAAA,kBAAA,KAAC,aAAA,SAAD;KAAM,IAAI,GAAGhC,eAAAA,MAAMiC,SAAS1B,YAAW,KAAMwB;KAAW,SAAQ;eAC9D,iBAAA,GAAA,kBAAA,KAAC,eAAA,cAAD;MACE,eAAa;MACb,mBAAmB;MACnB,SAASA;MACT,IACE,OAAOzB,SAASyB,UAAUf,eAAe,WACrC,EAAEkB,gBAAgB,gBAAgB,GAClCC,KAAAA;MACL,CAAA;KAEC,CAAA;IACL,OAAO7B,SAASyB,UAAUf,eAAe,WACxC,iBAAA,GAAA,kBAAA,KAAC,mBAAA,SAAD;KACE,OAAM;KACN,eAAY;KACZ,OAAOG,EAAE,sBAAsB;KAC/B,MAAK;KACL,IAAI,EAAEiB,YAAY,GAAG;KACrB,SAAQ;KACR,CAAA,GACA;IACJ,iBAAA,GAAA,kBAAA,KAAC,eAAA,QAAD,EAAO,CAAA;IACP,iBAAA,GAAA,kBAAA,KAAC,eAAA,cAAD;KACE,eAAa;KACb,SACE5B,KAAKuB,WAAAA,cAAAA,mBACwBvB,KAAKuB,SAAS,GACvCZ,EAAE,yBACR;KACA,WAAW,EAAEmB,SAAS,EAAEC,OAAAA,cAAAA,WAAwB/B,KAAKuB,SAAQ,EAAE,EAAG;KAAC,CAAA;IAGxE;KApCQA,QAoCR,CAAC;EACC,CAAA"}
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { formatDate, formatDateDistance } from "../../utils/utils.mjs";
|
|
2
|
+
import { Route } from "../../utils/routes.mjs";
|
|
3
|
+
import "../../utils/index.mjs";
|
|
4
|
+
import { useConfig } from "../../providers/AppConfigurationProvider/AppConfigurationProvider.mjs";
|
|
5
|
+
import "../../providers/index.mjs";
|
|
6
|
+
import Link from "../Link/Link.mjs";
|
|
7
|
+
import "../Link/index.mjs";
|
|
8
|
+
import { ListItemText, Spacer } from "./styles.mjs";
|
|
9
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
10
|
+
import "react";
|
|
11
|
+
import { useTranslation } from "react-i18next";
|
|
12
|
+
import List from "@mui/material/List";
|
|
13
|
+
import ListItem from "@mui/material/ListItem";
|
|
14
|
+
import Chip from "@mui/material/Chip";
|
|
15
|
+
//#region src/components/Versions/HistoryList.tsx
|
|
16
|
+
function filterDeprecated(versions) {
|
|
17
|
+
return Object.keys(versions).reduce((prev, current) => {
|
|
18
|
+
if (!versions[current].deprecated) prev[current] = versions[current];
|
|
19
|
+
return prev;
|
|
20
|
+
}, {});
|
|
21
|
+
}
|
|
22
|
+
var VersionsHistoryList = ({ versions, packageName, time }) => {
|
|
23
|
+
const { t } = useTranslation();
|
|
24
|
+
const { configOptions } = useConfig();
|
|
25
|
+
const listVersions = configOptions.hideDeprecatedVersions ? filterDeprecated(versions) : versions;
|
|
26
|
+
return /* @__PURE__ */ jsx(List, {
|
|
27
|
+
dense: true,
|
|
28
|
+
children: Object.keys(listVersions).sort((a, b) => {
|
|
29
|
+
const timeA = time[a] ? new Date(time[a]).getTime() : 0;
|
|
30
|
+
return (time[b] ? new Date(time[b]).getTime() : 0) - timeA;
|
|
31
|
+
}).map((version) => /* @__PURE__ */ jsxs(ListItem, {
|
|
32
|
+
className: "version-item",
|
|
33
|
+
"data-testid": `version-${version}`,
|
|
34
|
+
sx: { pr: 0 },
|
|
35
|
+
children: [
|
|
36
|
+
/* @__PURE__ */ jsx(Link, {
|
|
37
|
+
to: `${Route.DETAIL}${packageName}/v/${version}`,
|
|
38
|
+
variant: "outline",
|
|
39
|
+
children: /* @__PURE__ */ jsx(ListItemText, {
|
|
40
|
+
"data-testid": `version-list-link`,
|
|
41
|
+
disableTypography: false,
|
|
42
|
+
primary: version,
|
|
43
|
+
sx: typeof versions[version]?.deprecated === "string" ? { textDecoration: "line-through" } : void 0
|
|
44
|
+
})
|
|
45
|
+
}),
|
|
46
|
+
typeof versions[version]?.deprecated === "string" ? /* @__PURE__ */ jsx(Chip, {
|
|
47
|
+
color: "warning",
|
|
48
|
+
"data-testid": "deprecated-badge",
|
|
49
|
+
label: t("versions.deprecated"),
|
|
50
|
+
size: "small",
|
|
51
|
+
sx: { marginLeft: 1 },
|
|
52
|
+
variant: "outlined"
|
|
53
|
+
}) : null,
|
|
54
|
+
/* @__PURE__ */ jsx(Spacer, {}),
|
|
55
|
+
/* @__PURE__ */ jsx(ListItemText, {
|
|
56
|
+
"data-testid": `version-list-text`,
|
|
57
|
+
primary: time[version] ? formatDateDistance(time[version]) : t("versions.not-available"),
|
|
58
|
+
slotProps: { primary: { title: formatDate(time[version]) } }
|
|
59
|
+
})
|
|
60
|
+
]
|
|
61
|
+
}, version))
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
//#endregion
|
|
65
|
+
export { VersionsHistoryList as default };
|
|
66
|
+
|
|
67
|
+
//# sourceMappingURL=HistoryList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HistoryList.mjs","names":["Chip","List","ListItem","React","useTranslation","useConfig","Time","Versions","Route","utils","Link","ListItemText","Spacer","Props","versions","packageName","time","filterDeprecated","versionsIds","Object","keys","reduce","prev","current","deprecated","VersionsHistoryList","FC","t","configOptions","hideDeprecatedVersions","listVersions","sort","a","b","timeA","Date","getTime","timeB","map","version","pr","DETAIL","textDecoration","undefined","marginLeft","formatDateDistance","primary","title","formatDate"],"sources":["../../../src/components/Versions/HistoryList.tsx"],"sourcesContent":["import Chip from '@mui/material/Chip';\nimport List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\nimport { useTranslation } from 'react-i18next';\n\nimport { useConfig } from '../../providers';\nimport type { Time, Versions } from '../../types/packageMeta';\nimport { Route, utils } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n versions: Versions;\n packageName: string;\n time: Time;\n}\n\nexport function filterDeprecated(versions: Versions) {\n const versionsIds = Object.keys(versions);\n return versionsIds.reduce((prev, current) => {\n if (!versions[current].deprecated) {\n prev[current] = versions[current];\n }\n\n return prev;\n }, {});\n}\n\nconst VersionsHistoryList: React.FC<Props> = ({ versions, packageName, time }) => {\n const { t } = useTranslation();\n const { configOptions } = useConfig();\n const hideDeprecatedVersions = configOptions.hideDeprecatedVersions;\n const listVersions = hideDeprecatedVersions ? filterDeprecated(versions) : versions;\n\n return (\n <List dense={true}>\n {Object.keys(listVersions)\n .sort((a, b) => {\n const timeA = time[a] ? new Date(time[a]).getTime() : 0;\n const timeB = time[b] ? new Date(time[b]).getTime() : 0;\n return timeB - timeA;\n })\n .map((version) => (\n <ListItem\n className=\"version-item\"\n data-testid={`version-${version}`}\n key={version}\n sx={{ pr: 0 }}\n >\n <Link to={`${Route.DETAIL}${packageName}/v/${version}`} variant=\"outline\">\n <ListItemText\n data-testid={`version-list-link`}\n disableTypography={false}\n primary={version}\n sx={\n typeof versions[version]?.deprecated === 'string'\n ? { textDecoration: 'line-through' }\n : undefined\n }\n />\n </Link>\n {typeof versions[version]?.deprecated === 'string' ? (\n <Chip\n color=\"warning\"\n data-testid=\"deprecated-badge\"\n label={t('versions.deprecated')}\n size=\"small\"\n sx={{ marginLeft: 1 }}\n variant=\"outlined\"\n />\n ) : null}\n <Spacer />\n <ListItemText\n data-testid={`version-list-text`}\n primary={\n time[version]\n ? utils.formatDateDistance(time[version])\n : t('versions.not-available')\n }\n slotProps={{ primary: { title: utils.formatDate(time[version]) } }}\n />\n </ListItem>\n ))}\n </List>\n );\n};\n\nexport default VersionsHistoryList;\n"],"mappings":";;;;;;;;;;;;;;;AAkBA,SAAgBiB,iBAAiBH,UAAoB;AAEnD,QADoBK,OAAOC,KAAKN,SAAS,CACtBO,QAAQC,MAAMC,YAAY;AAC3C,MAAI,CAACT,SAASS,SAASC,WACrBF,MAAKC,WAAWT,SAASS;AAG3B,SAAOD;IACN,EAAE,CAAC;;AAGR,IAAMG,uBAAwC,EAAEX,UAAUC,aAAaC,WAAW;CAChF,MAAM,EAAEW,MAAMvB,gBAAgB;CAC9B,MAAM,EAAEwB,kBAAkBvB,WAAW;CAErC,MAAMyB,eADyBF,cAAcC,yBACCZ,iBAAiBH,SAAS,GAAGA;AAE3E,QACE,oBAAC,MAAD;EAAM,OAAO;YACVK,OAAOC,KAAKU,aAAa,CACvBC,MAAMC,GAAGC,MAAM;GACd,MAAMC,QAAQlB,KAAKgB,KAAK,IAAIG,KAAKnB,KAAKgB,GAAG,CAACI,SAAS,GAAG;AAEtD,WADcpB,KAAKiB,KAAK,IAAIE,KAAKnB,KAAKiB,GAAG,CAACG,SAAS,GAAG,KACvCF;IACf,CACDI,KAAKC,YACJ,qBAAC,UAAD;GACE,WAAU;GACV,eAAa,WAAWA;GAExB,IAAI,EAAEC,IAAI,GAAG;aAJf;IAME,oBAAC,MAAD;KAAM,IAAI,GAAGhC,MAAMiC,SAAS1B,YAAW,KAAMwB;KAAW,SAAQ;eAC9D,oBAAC,cAAD;MACE,eAAa;MACb,mBAAmB;MACnB,SAASA;MACT,IACE,OAAOzB,SAASyB,UAAUf,eAAe,WACrC,EAAEkB,gBAAgB,gBAAgB,GAClCC,KAAAA;MACL,CAAA;KAEC,CAAA;IACL,OAAO7B,SAASyB,UAAUf,eAAe,WACxC,oBAAC,MAAD;KACE,OAAM;KACN,eAAY;KACZ,OAAOG,EAAE,sBAAsB;KAC/B,MAAK;KACL,IAAI,EAAEiB,YAAY,GAAG;KACrB,SAAQ;KACR,CAAA,GACA;IACJ,oBAAC,QAAD,EAAO,CAAA;IACP,oBAAC,cAAD;KACE,eAAa;KACb,SACE5B,KAAKuB,WACD9B,mBAAyBO,KAAKuB,SAAS,GACvCZ,EAAE,yBACR;KACA,WAAW,EAAEmB,SAAS,EAAEC,OAAOtC,WAAiBO,KAAKuB,SAAQ,EAAE,EAAG;KAAC,CAAA;IAGxE;KApCQA,QAoCR,CAAC;EACC,CAAA"}
|
|
@@ -1,31 +1,37 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
const require_runtime = require("../../_virtual/_rolldown/runtime.js");
|
|
2
|
+
const require_routes = require("../../utils/routes.js");
|
|
3
|
+
require("../../utils/index.js");
|
|
4
|
+
const require_Link = require("../Link/Link.js");
|
|
5
|
+
require("../Link/index.js");
|
|
6
|
+
const require_styles = require("./styles.js");
|
|
7
|
+
let react_jsx_runtime = require("react/jsx-runtime");
|
|
8
|
+
let react = require("react");
|
|
9
|
+
react = require_runtime.__toESM(react);
|
|
10
|
+
let _mui_material_List = require("@mui/material/List");
|
|
11
|
+
_mui_material_List = require_runtime.__toESM(_mui_material_List);
|
|
12
|
+
let _mui_material_ListItem = require("@mui/material/ListItem");
|
|
13
|
+
_mui_material_ListItem = require_runtime.__toESM(_mui_material_ListItem);
|
|
10
14
|
//#region src/components/Versions/TagList.tsx
|
|
11
|
-
var
|
|
12
|
-
dense:
|
|
13
|
-
children: Object.keys(
|
|
15
|
+
var VersionsTagList = ({ tags, packageName, time }) => /* @__PURE__ */ (0, react_jsx_runtime.jsx)(_mui_material_List.default, {
|
|
16
|
+
dense: true,
|
|
17
|
+
children: Object.keys(tags).sort((a, b) => {
|
|
18
|
+
return time[tags[a]] < time[tags[b]] ? 1 : time[tags[a]] > time[tags[b]] ? -1 : 0;
|
|
19
|
+
}).map((tag) => /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(_mui_material_ListItem.default, {
|
|
14
20
|
className: "version-item",
|
|
15
|
-
"data-testid": `tag-${
|
|
21
|
+
"data-testid": `tag-${tag}`,
|
|
16
22
|
sx: { pr: 0 },
|
|
17
23
|
children: [
|
|
18
|
-
/* @__PURE__ */
|
|
19
|
-
to: `${
|
|
24
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_Link.default, {
|
|
25
|
+
to: `${require_routes.Route.DETAIL}${packageName}/v/${tags[tag]}`,
|
|
20
26
|
variant: "outline",
|
|
21
|
-
children: /* @__PURE__ */
|
|
27
|
+
children: /* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.ListItemText, { children: tag })
|
|
22
28
|
}),
|
|
23
|
-
/* @__PURE__ */
|
|
24
|
-
/* @__PURE__ */
|
|
29
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.Spacer, {}),
|
|
30
|
+
/* @__PURE__ */ (0, react_jsx_runtime.jsx)(require_styles.ListItemText, { children: tags[tag] })
|
|
25
31
|
]
|
|
26
|
-
},
|
|
32
|
+
}, tag))
|
|
27
33
|
});
|
|
28
34
|
//#endregion
|
|
29
|
-
|
|
35
|
+
exports.default = VersionsTagList;
|
|
30
36
|
|
|
31
37
|
//# sourceMappingURL=TagList.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagList.js","names":["List","ListItem","React","DistTags","Time","Route","Link","ListItemText","Spacer","Props","tags","packageName","time","VersionsTagList","FC","Object","keys","sort","a","b","map","tag","pr","DETAIL"],"sources":["../../../src/components/Versions/TagList.tsx"],"sourcesContent":["import List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\n\nimport type { DistTags, Time } from '../../types/packageMeta';\nimport { Route } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n tags: DistTags;\n packageName: string;\n time: Time;\n}\n\nconst VersionsTagList: React.FC<Props> = ({ tags, packageName, time }) => (\n <List dense={true}>\n {Object.keys(tags)\n .sort((a, b) => {\n return time[tags[a]] < time[tags[b]] ? 1 : time[tags[a]] > time[tags[b]] ? -1 : 0;\n })\n .map((tag) => (\n <ListItem className=\"version-item\" data-testid={`tag-${tag}`} key={tag} sx={{ pr: 0 }}>\n <Link to={`${Route.DETAIL}${packageName}/v/${tags[tag]}`} variant=\"outline\">\n <ListItemText>{tag}</ListItemText>\n </Link>\n <Spacer />\n <ListItemText>{tags[tag]}</ListItemText>\n </ListItem>\n ))}\n </List>\n);\n\nexport default VersionsTagList;\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"TagList.js","names":["List","ListItem","React","DistTags","Time","Route","Link","ListItemText","Spacer","Props","tags","packageName","time","VersionsTagList","FC","Object","keys","sort","a","b","map","tag","pr","DETAIL"],"sources":["../../../src/components/Versions/TagList.tsx"],"sourcesContent":["import List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\n\nimport type { DistTags, Time } from '../../types/packageMeta';\nimport { Route } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n tags: DistTags;\n packageName: string;\n time: Time;\n}\n\nconst VersionsTagList: React.FC<Props> = ({ tags, packageName, time }) => (\n <List dense={true}>\n {Object.keys(tags)\n .sort((a, b) => {\n return time[tags[a]] < time[tags[b]] ? 1 : time[tags[a]] > time[tags[b]] ? -1 : 0;\n })\n .map((tag) => (\n <ListItem className=\"version-item\" data-testid={`tag-${tag}`} key={tag} sx={{ pr: 0 }}>\n <Link to={`${Route.DETAIL}${packageName}/v/${tags[tag]}`} variant=\"outline\">\n <ListItemText>{tag}</ListItemText>\n </Link>\n <Spacer />\n <ListItemText>{tags[tag]}</ListItemText>\n </ListItem>\n ))}\n </List>\n);\n\nexport default VersionsTagList;\n"],"mappings":";;;;;;;;;;;;;;AAeA,IAAMa,mBAAoC,EAAEH,MAAMC,aAAaC,WAC7D,iBAAA,GAAA,kBAAA,KAAC,mBAAA,SAAD;CAAM,OAAO;WACVG,OAAOC,KAAKN,KAAK,CACfO,MAAMC,GAAGC,MAAM;AACd,SAAOP,KAAKF,KAAKQ,MAAMN,KAAKF,KAAKS,MAAM,IAAIP,KAAKF,KAAKQ,MAAMN,KAAKF,KAAKS,MAAM,KAAK;GAChF,CACDC,KAAKC,QACJ,iBAAA,GAAA,kBAAA,MAAC,uBAAA,SAAD;EAAU,WAAU;EAAe,eAAa,OAAOA;EAAiB,IAAI,EAAEC,IAAI,GAAG;YAArF;GACE,iBAAA,GAAA,kBAAA,KAAC,aAAA,SAAD;IAAM,IAAI,GAAGjB,eAAAA,MAAMkB,SAASZ,YAAW,KAAMD,KAAKW;IAAQ,SAAQ;cAChE,iBAAA,GAAA,kBAAA,KAAC,eAAA,cAAD,EAAA,UAAeA,KAAkB,CAAA;IAC7B,CAAA;GACN,iBAAA,GAAA,kBAAA,KAAC,eAAA,QAAD,EAAO,CAAA;GACP,iBAAA,GAAA,kBAAA,KAAC,eAAA,cAAD,EAAA,UAAeX,KAAKW,MAAmB,CAAA;GAE1C;IAPoEA,IAOpE,CAAC;CAEP,CAAA"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { Route } from "../../utils/routes.mjs";
|
|
2
|
+
import "../../utils/index.mjs";
|
|
3
|
+
import Link from "../Link/Link.mjs";
|
|
4
|
+
import "../Link/index.mjs";
|
|
5
|
+
import { ListItemText, Spacer } from "./styles.mjs";
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import "react";
|
|
8
|
+
import List from "@mui/material/List";
|
|
9
|
+
import ListItem from "@mui/material/ListItem";
|
|
10
|
+
//#region src/components/Versions/TagList.tsx
|
|
11
|
+
var VersionsTagList = ({ tags, packageName, time }) => /* @__PURE__ */ jsx(List, {
|
|
12
|
+
dense: true,
|
|
13
|
+
children: Object.keys(tags).sort((a, b) => {
|
|
14
|
+
return time[tags[a]] < time[tags[b]] ? 1 : time[tags[a]] > time[tags[b]] ? -1 : 0;
|
|
15
|
+
}).map((tag) => /* @__PURE__ */ jsxs(ListItem, {
|
|
16
|
+
className: "version-item",
|
|
17
|
+
"data-testid": `tag-${tag}`,
|
|
18
|
+
sx: { pr: 0 },
|
|
19
|
+
children: [
|
|
20
|
+
/* @__PURE__ */ jsx(Link, {
|
|
21
|
+
to: `${Route.DETAIL}${packageName}/v/${tags[tag]}`,
|
|
22
|
+
variant: "outline",
|
|
23
|
+
children: /* @__PURE__ */ jsx(ListItemText, { children: tag })
|
|
24
|
+
}),
|
|
25
|
+
/* @__PURE__ */ jsx(Spacer, {}),
|
|
26
|
+
/* @__PURE__ */ jsx(ListItemText, { children: tags[tag] })
|
|
27
|
+
]
|
|
28
|
+
}, tag))
|
|
29
|
+
});
|
|
30
|
+
//#endregion
|
|
31
|
+
export { VersionsTagList as default };
|
|
32
|
+
|
|
33
|
+
//# sourceMappingURL=TagList.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TagList.mjs","names":["List","ListItem","React","DistTags","Time","Route","Link","ListItemText","Spacer","Props","tags","packageName","time","VersionsTagList","FC","Object","keys","sort","a","b","map","tag","pr","DETAIL"],"sources":["../../../src/components/Versions/TagList.tsx"],"sourcesContent":["import List from '@mui/material/List';\nimport ListItem from '@mui/material/ListItem';\nimport React from 'react';\n\nimport type { DistTags, Time } from '../../types/packageMeta';\nimport { Route } from '../../utils';\nimport Link from '../Link';\nimport { ListItemText, Spacer } from './styles';\n\ninterface Props {\n tags: DistTags;\n packageName: string;\n time: Time;\n}\n\nconst VersionsTagList: React.FC<Props> = ({ tags, packageName, time }) => (\n <List dense={true}>\n {Object.keys(tags)\n .sort((a, b) => {\n return time[tags[a]] < time[tags[b]] ? 1 : time[tags[a]] > time[tags[b]] ? -1 : 0;\n })\n .map((tag) => (\n <ListItem className=\"version-item\" data-testid={`tag-${tag}`} key={tag} sx={{ pr: 0 }}>\n <Link to={`${Route.DETAIL}${packageName}/v/${tags[tag]}`} variant=\"outline\">\n <ListItemText>{tag}</ListItemText>\n </Link>\n <Spacer />\n <ListItemText>{tags[tag]}</ListItemText>\n </ListItem>\n ))}\n </List>\n);\n\nexport default VersionsTagList;\n"],"mappings":";;;;;;;;;;AAeA,IAAMa,mBAAoC,EAAEH,MAAMC,aAAaC,WAC7D,oBAAC,MAAD;CAAM,OAAO;WACVG,OAAOC,KAAKN,KAAK,CACfO,MAAMC,GAAGC,MAAM;AACd,SAAOP,KAAKF,KAAKQ,MAAMN,KAAKF,KAAKS,MAAM,IAAIP,KAAKF,KAAKQ,MAAMN,KAAKF,KAAKS,MAAM,KAAK;GAChF,CACDC,KAAKC,QACJ,qBAAC,UAAD;EAAU,WAAU;EAAe,eAAa,OAAOA;EAAiB,IAAI,EAAEC,IAAI,GAAG;YAArF;GACE,oBAAC,MAAD;IAAM,IAAI,GAAGjB,MAAMkB,SAASZ,YAAW,KAAMD,KAAKW;IAAQ,SAAQ;cAChE,oBAAC,cAAD,EAAA,UAAeA,KAAkB,CAAA;IAC7B,CAAA;GACN,oBAAC,QAAD,EAAO,CAAA;GACP,oBAAC,cAAD,EAAA,UAAeX,KAAKW,MAAmB,CAAA;GAE1C;IAPoEA,IAOpE,CAAC;CAEP,CAAA"}
|