@elmethis/core 1.0.0-alpha.19 → 1.0.0-alpha.190
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/dist/_virtual/_plugin-vue_export-helper.mjs +10 -0
- package/dist/components/{headings/ElmHeading4.stories.d.ts → badge/ElmBadge.stories.d.ts} +2 -2
- package/dist/components/{typography/ElmBulletedList.vue.d.ts → badge/ElmBadge.vue.d.ts} +8 -7
- package/dist/components/badge/ElmBadge.vue.mjs +10 -0
- package/dist/components/badge/ElmBadge.vue2.mjs +33 -0
- package/dist/components/badge/ElmBadge.vue3.mjs +26 -0
- package/dist/components/badge/ElmTag.stories.d.ts +7 -0
- package/dist/components/badge/ElmTag.vue.d.ts +14 -0
- package/dist/components/badge/ElmTag.vue.mjs +10 -0
- package/dist/components/badge/ElmTag.vue2.mjs +39 -0
- package/dist/components/badge/ElmTag.vue3.mjs +26 -0
- package/dist/components/code/ElmCodeBlock.stories.d.ts +2 -0
- package/dist/components/code/ElmCodeBlock.vue.d.ts +31 -2
- package/dist/components/code/ElmCodeBlock.vue.mjs +23 -0
- package/dist/components/code/ElmCodeBlock.vue2.mjs +127 -0
- package/dist/components/code/ElmCodeBlock.vue3.mjs +42 -0
- package/dist/components/code/ElmKatex.vue.d.ts +3 -1
- package/dist/components/code/ElmKatex.vue.mjs +10 -0
- package/dist/components/code/ElmKatex.vue2.mjs +67 -0
- package/dist/components/code/ElmKatex.vue3.mjs +20 -0
- package/dist/components/code/ElmShikiHighlighter.stories.d.ts +6 -0
- package/dist/components/code/ElmShikiHighlighter.vue.d.ts +22 -0
- package/dist/components/code/ElmShikiHighlighter.vue.mjs +23 -0
- package/dist/components/code/ElmShikiHighlighter.vue2.mjs +55 -0
- package/dist/components/code/ElmShikiHighlighter.vue3.mjs +20 -0
- package/dist/components/code/shikiInstance.d.ts +2 -0
- package/dist/components/code/shikiInstance.mjs +76 -0
- package/dist/components/containments/ElmColumn.vue.d.ts +3 -2
- package/dist/components/containments/ElmColumn.vue.mjs +10 -0
- package/dist/components/containments/ElmColumn.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumn.vue3.mjs +20 -0
- package/dist/components/containments/ElmColumnList.vue.d.ts +3 -2
- package/dist/components/containments/ElmColumnList.vue.mjs +10 -0
- package/dist/components/containments/ElmColumnList.vue2.mjs +16 -0
- package/dist/components/containments/ElmColumnList.vue3.mjs +18 -0
- package/dist/components/containments/ElmDesktopWindow.vue.d.ts +3 -2
- package/dist/components/containments/ElmDesktopWindow.vue.mjs +10 -0
- package/dist/components/containments/ElmDesktopWindow.vue2.mjs +42 -0
- package/dist/components/containments/ElmDesktopWindow.vue3.mjs +26 -0
- package/dist/components/containments/ElmModal.vue.d.ts +8 -7
- package/dist/components/containments/ElmModal.vue.mjs +23 -0
- package/dist/components/containments/ElmModal.vue2.mjs +44 -0
- package/dist/components/containments/ElmModal.vue3.mjs +23 -0
- package/dist/components/containments/ElmParallax.vue.mjs +10 -0
- package/dist/components/containments/ElmParallax.vue2.mjs +35 -0
- package/dist/components/containments/ElmParallax.vue3.mjs +20 -0
- package/dist/components/containments/ElmSnackbar.stories.d.ts +6 -0
- package/dist/components/containments/ElmSnackbar.vue.d.ts +11 -0
- package/dist/components/containments/ElmSnackbar.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbar.vue2.mjs +39 -0
- package/dist/components/containments/ElmSnackbar.vue3.mjs +26 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +23 -0
- package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
- package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +19 -0
- package/dist/components/containments/ElmToggle.stories.d.ts +1 -0
- package/dist/components/containments/ElmToggle.vue.d.ts +21 -10
- package/dist/components/containments/ElmToggle.vue.mjs +23 -0
- package/dist/components/containments/ElmToggle.vue2.mjs +103 -0
- package/dist/components/containments/ElmToggle.vue3.mjs +33 -0
- package/dist/components/containments/ElmTooltip.vue.d.ts +5 -2
- package/dist/components/containments/ElmTooltip.vue.mjs +23 -0
- package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
- package/dist/components/containments/ElmTooltip.vue3.mjs +20 -0
- package/dist/components/containments/useSnackbarState.d.ts +28 -0
- package/dist/components/data/ElmMultiProgress.stories.d.ts +6 -0
- package/dist/components/data/ElmMultiProgress.vue.d.ts +30 -0
- package/dist/components/data/ElmMultiProgress.vue.mjs +10 -0
- package/dist/components/data/ElmMultiProgress.vue2.mjs +45 -0
- package/dist/components/data/ElmMultiProgress.vue3.mjs +23 -0
- package/dist/components/data/ElmProgress.stories.d.ts +1 -0
- package/dist/components/data/ElmProgress.vue.d.ts +6 -1
- package/dist/components/data/ElmProgress.vue.mjs +10 -0
- package/dist/components/data/ElmProgress.vue2.mjs +53 -0
- package/dist/components/data/ElmProgress.vue3.mjs +32 -0
- package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
- package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
- package/dist/components/data/ElmStatusMessage.vue.mjs +23 -0
- package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
- package/dist/components/data/ElmStatusMessage.vue3.mjs +23 -0
- package/dist/components/fallback/ElmBlockFallback.stories.d.ts +6 -0
- package/dist/components/fallback/ElmBlockFallback.vue.d.ts +4 -0
- package/dist/components/fallback/ElmBlockFallback.vue.mjs +10 -0
- package/dist/components/fallback/ElmBlockFallback.vue2.mjs +17 -0
- package/dist/components/fallback/ElmBlockFallback.vue3.mjs +18 -0
- package/dist/components/fallback/ElmRectangleWave.vue.d.ts +1 -1
- package/dist/components/fallback/ElmRectangleWave.vue.mjs +10 -0
- package/dist/components/fallback/ElmRectangleWave.vue2.mjs +15 -0
- package/dist/components/fallback/ElmRectangleWave.vue3.mjs +21 -0
- package/dist/components/{headings/ElmHeading1.stories.d.ts → fallback/ElmSpinner.stories.d.ts} +2 -2
- package/dist/components/fallback/ElmSpinner.vue.d.ts +9 -0
- package/dist/components/fallback/ElmSpinner.vue.mjs +10 -0
- package/dist/components/fallback/ElmSpinner.vue2.mjs +30 -0
- package/dist/components/fallback/ElmSpinner.vue3.mjs +24 -0
- package/dist/components/fallback/ElmUnsupportedBlock.stories.d.ts +6 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue.d.ts +5 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue.mjs +10 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue2.mjs +46 -0
- package/dist/components/fallback/ElmUnsupportedBlock.vue3.mjs +29 -0
- package/dist/components/form/ElmButton.stories.d.ts +11 -0
- package/dist/components/form/ElmButton.vue.d.ts +41 -0
- package/dist/components/form/ElmButton.vue.mjs +23 -0
- package/dist/components/form/ElmButton.vue2.mjs +68 -0
- package/dist/components/form/ElmButton.vue3.mjs +36 -0
- package/dist/components/form/ElmCheckbox.vue.d.ts +16 -6
- package/dist/components/form/ElmCheckbox.vue.mjs +10 -0
- package/dist/components/form/ElmCheckbox.vue2.mjs +177 -0
- package/dist/components/form/ElmCheckbox.vue3.mjs +34 -0
- package/dist/components/{headings/ElmHeading2.stories.d.ts → form/ElmSwitch.stories.d.ts} +2 -2
- package/dist/components/form/ElmSwitch.vue.d.ts +32 -0
- package/dist/components/form/ElmSwitch.vue.mjs +10 -0
- package/dist/components/form/ElmSwitch.vue2.mjs +61 -0
- package/dist/components/form/ElmSwitch.vue3.mjs +28 -0
- package/dist/components/form/ElmTextField.stories.d.ts +6 -0
- package/dist/components/form/ElmTextField.vue.d.ts +30 -0
- package/dist/components/form/ElmTextField.vue.mjs +10 -0
- package/dist/components/form/ElmTextField.vue2.mjs +124 -0
- package/dist/components/form/ElmTextField.vue3.mjs +46 -0
- package/dist/components/{headings/ElmHeading3.stories.d.ts → form/ElmTotp.stories.d.ts} +2 -2
- package/dist/components/form/ElmTotp.vue.d.ts +12 -0
- package/dist/components/form/ElmTotp.vue.mjs +10 -0
- package/dist/components/form/ElmTotp.vue2.mjs +102 -0
- package/dist/components/form/ElmTotp.vue3.mjs +34 -0
- package/dist/components/icon/ElmArrowIcon.stories.d.ts +6 -0
- package/dist/components/icon/ElmArrowIcon.vue.d.ts +26 -0
- package/dist/components/icon/ElmArrowIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmArrowIcon.vue2.mjs +31 -0
- package/dist/components/icon/ElmArrowIcon.vue3.mjs +29 -0
- package/dist/components/icon/ElmBookmarkIcon.stories.d.ts +8 -0
- package/dist/components/icon/ElmBookmarkIcon.vue.d.ts +7 -0
- package/dist/components/icon/ElmBookmarkIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmBookmarkIcon.vue2.mjs +45 -0
- package/dist/components/icon/ElmBookmarkIcon.vue3.mjs +27 -0
- package/dist/components/icon/ElmCubeIcon.vue.d.ts +1 -1
- package/dist/components/icon/ElmCubeIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmCubeIcon.vue2.mjs +41 -0
- package/dist/components/icon/ElmCubeIcon.vue3.mjs +24 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +2 -2
- package/dist/components/icon/ElmDotLoadingIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue2.mjs +28 -0
- package/dist/components/icon/ElmDotLoadingIcon.vue3.mjs +26 -0
- package/dist/components/icon/ElmInlineIcon.stories.d.ts +6 -0
- package/dist/components/icon/ElmInlineIcon.vue.d.ts +12 -0
- package/dist/components/icon/ElmInlineIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmInlineIcon.vue2.mjs +27 -0
- package/dist/components/icon/ElmInlineIcon.vue3.mjs +20 -0
- package/dist/components/icon/ElmLanguageIcon.vue.d.ts +1 -1
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +23 -0
- package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
- package/dist/components/icon/ElmLanguageIcon.vue3.mjs +23 -0
- package/dist/components/icon/ElmLoginIcon.stories.d.ts +6 -0
- package/dist/components/icon/ElmLoginIcon.vue.d.ts +18 -0
- package/dist/components/icon/ElmLoginIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLoginIcon.vue2.mjs +37 -0
- package/dist/components/icon/ElmLoginIcon.vue3.mjs +20 -0
- package/dist/components/icon/ElmToggleTheme.vue.mjs +10 -0
- package/dist/components/icon/ElmToggleTheme.vue2.mjs +30 -0
- package/dist/components/icon/ElmToggleTheme.vue3.mjs +20 -0
- package/dist/components/icon/languages/Bash.vue.d.ts +1 -1
- package/dist/{Bash-mlA01V07.js → components/icon/languages/Bash.vue.mjs} +20 -15
- package/dist/components/icon/languages/Bash.vue2.mjs +20 -0
- package/dist/components/icon/languages/{JavaScript.vue.d.ts → Css.vue.d.ts} +1 -1
- package/dist/components/icon/languages/Css.vue.mjs +19 -0
- package/dist/components/icon/languages/Rust.vue.d.ts +1 -1
- package/dist/components/icon/languages/Rust.vue.mjs +17 -0
- package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +6 -0
- package/dist/components/{typography/ElmListItem.vue.d.ts → jsonschema/ElmChildContainer.vue.d.ts} +6 -3
- package/dist/components/jsonschema/ElmFieldAttribute.stories.d.ts +6 -0
- package/dist/components/jsonschema/ElmFieldAttribute.vue.d.ts +7 -0
- package/dist/components/jsonschema/ElmFieldType.stories.d.ts +7 -0
- package/dist/components/jsonschema/ElmFieldType.vue.d.ts +8 -0
- package/dist/components/jsonschema/ElmJsonSchema.stories.d.ts +7 -0
- package/dist/components/jsonschema/ElmJsonSchema.vue.d.ts +7 -0
- package/dist/components/media/ElmBlockImage.stories.d.ts +9 -0
- package/dist/components/media/ElmBlockImage.vue.d.ts +12 -0
- package/dist/components/media/ElmBlockImage.vue.mjs +23 -0
- package/dist/components/media/ElmBlockImage.vue2.mjs +117 -0
- package/dist/components/media/ElmBlockImage.vue3.mjs +36 -0
- package/dist/components/media/ElmFile.vue.d.ts +6 -1
- package/dist/components/media/ElmFile.vue.mjs +10 -0
- package/dist/components/media/ElmFile.vue2.mjs +77 -0
- package/dist/components/media/ElmFile.vue3.mjs +26 -0
- package/dist/components/media/ElmImage.stories.d.ts +2 -0
- package/dist/components/media/ElmImage.vue.d.ts +5 -0
- package/dist/components/media/ElmImage.vue.mjs +23 -0
- package/dist/components/media/ElmImage.vue2.mjs +91 -0
- package/dist/components/media/ElmImage.vue3.mjs +30 -0
- package/dist/components/navigation/ElmBookmark.stories.d.ts +2 -0
- package/dist/components/navigation/ElmBookmark.vue.d.ts +14 -10
- package/dist/components/navigation/ElmBookmark.vue.mjs +10 -0
- package/dist/components/navigation/ElmBookmark.vue2.mjs +115 -0
- package/dist/components/navigation/ElmBookmark.vue3.mjs +44 -0
- package/dist/components/navigation/ElmBreadcrumb.vue.d.ts +3 -1
- package/dist/components/navigation/ElmBreadcrumb.vue.mjs +10 -0
- package/dist/components/navigation/ElmBreadcrumb.vue2.mjs +63 -0
- package/dist/components/navigation/ElmBreadcrumb.vue3.mjs +30 -0
- package/dist/components/navigation/ElmPagetop.vue.d.ts +2 -2
- package/dist/components/navigation/ElmPagetop.vue.mjs +10 -0
- package/dist/components/navigation/ElmPagetop.vue2.mjs +51 -0
- package/dist/components/navigation/ElmPagetop.vue3.mjs +30 -0
- package/dist/components/navigation/ElmTableOfContents.vue.d.ts +1 -1
- package/dist/components/navigation/ElmTableOfContents.vue.mjs +10 -0
- package/dist/components/navigation/ElmTableOfContents.vue2.mjs +43 -0
- package/dist/components/navigation/ElmTableOfContents.vue3.mjs +26 -0
- package/dist/components/others/ElmColorSample.stories.d.ts +6 -0
- package/dist/components/others/ElmColorSample.vue.d.ts +8 -0
- package/dist/components/others/ElmColorSample.vue.mjs +23 -0
- package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
- package/dist/components/others/ElmColorSample.vue3.mjs +21 -0
- package/dist/components/others/ElmColorTable.stories.d.ts +6 -0
- package/dist/components/others/ElmColorTable.vue.d.ts +11 -0
- package/dist/components/others/ElmColorTable.vue.mjs +10 -0
- package/dist/components/others/ElmColorTable.vue2.mjs +45 -0
- package/dist/components/others/ElmColorTable.vue3.mjs +22 -0
- package/dist/components/others/ElmJsonComponentRenderer.stories.d.ts +23 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue.d.ts +6 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue.mjs +10 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue2.mjs +217 -0
- package/dist/components/others/ElmJsonComponentRenderer.vue3.mjs +21 -0
- package/dist/components/others/ElmTyping.stories.d.ts +6 -0
- package/dist/components/others/ElmTyping.vue.d.ts +4 -0
- package/dist/components/table/ElmTable.vue.d.ts +29 -4
- package/dist/components/table/ElmTable.vue.mjs +10 -0
- package/dist/components/table/ElmTable.vue2.mjs +57 -0
- package/dist/components/table/ElmTable.vue3.mjs +27 -0
- package/dist/components/table/ElmTableBody.vue.d.ts +8 -4
- package/dist/components/table/ElmTableBody.vue.mjs +15 -0
- package/dist/components/table/ElmTableBody.vue3.mjs +17 -0
- package/dist/components/table/ElmTableCell.vue.d.ts +7 -3
- package/dist/components/table/ElmTableCell.vue.mjs +19 -0
- package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
- package/dist/components/table/ElmTableHeader.vue.d.ts +8 -4
- package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
- package/dist/components/table/ElmTableHeader.vue3.mjs +17 -0
- package/dist/components/table/ElmTableRow.vue.d.ts +8 -4
- package/dist/components/table/ElmTableRow.vue.mjs +17 -0
- package/dist/components/table/ElmTableRow.vue2.mjs +4 -0
- package/dist/components/template/ElmTemplate.vue.d.ts +1 -1
- package/dist/components/typography/ElmBlockQuote.vue.d.ts +6 -2
- package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
- package/dist/components/typography/ElmBlockQuote.vue2.mjs +64 -0
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +26 -0
- package/dist/components/typography/ElmCallout.vue.d.ts +6 -3
- package/dist/components/typography/ElmCallout.vue.mjs +10 -0
- package/dist/components/typography/ElmCallout.vue2.mjs +57 -0
- package/dist/components/typography/ElmCallout.vue3.mjs +26 -0
- package/dist/components/typography/ElmDivider.vue.d.ts +8 -1
- package/dist/components/typography/ElmDivider.vue.mjs +10 -0
- package/dist/components/typography/ElmDivider.vue2.mjs +29 -0
- package/dist/components/typography/ElmDivider.vue3.mjs +20 -0
- package/dist/components/typography/ElmFragmentIdentifier.stories.d.ts +6 -0
- package/dist/components/typography/ElmFragmentIdentifier.vue.d.ts +8 -0
- package/dist/components/typography/ElmFragmentIdentifier.vue.mjs +10 -0
- package/dist/components/typography/ElmFragmentIdentifier.vue2.mjs +57 -0
- package/dist/components/typography/ElmFragmentIdentifier.vue3.mjs +23 -0
- package/dist/components/typography/ElmHeading.stories.d.ts +7 -0
- package/dist/components/typography/ElmHeading.vue.d.ts +49 -0
- package/dist/components/typography/ElmHeading.vue.mjs +10 -0
- package/dist/components/typography/ElmHeading.vue2.mjs +72 -0
- package/dist/components/typography/ElmHeading.vue3.mjs +39 -0
- package/dist/components/{inline → typography}/ElmInlineText.stories.d.ts +3 -0
- package/dist/components/{inline → typography}/ElmInlineText.vue.d.ts +22 -1
- package/dist/components/typography/ElmInlineText.vue.mjs +10 -0
- package/dist/components/typography/ElmInlineText.vue2.mjs +95 -0
- package/dist/components/typography/ElmInlineText.vue3.mjs +29 -0
- package/dist/components/typography/ElmList.stories.d.ts +8 -0
- package/dist/components/typography/ElmList.vue.d.ts +31 -0
- package/dist/components/typography/ElmList.vue.mjs +36 -0
- package/dist/components/typography/ElmList.vue3.mjs +17 -0
- package/dist/components/typography/ElmParagraph.vue.d.ts +5 -2
- package/dist/components/typography/ElmParagraph.vue.mjs +10 -0
- package/dist/components/typography/ElmParagraph.vue2.mjs +27 -0
- package/dist/components/typography/ElmParagraph.vue3.mjs +20 -0
- package/dist/components/typography/ElmTypingAnimation.stories.d.ts +6 -0
- package/dist/components/typography/ElmTypingAnimation.vue.d.ts +21 -0
- package/dist/hooks/useElmethisTheme.mjs +43 -0
- package/dist/hooks/useTyping.d.ts +17 -0
- package/dist/hooks/useTyping.mjs +37 -0
- package/dist/index.d.ts +112 -46
- package/dist/index.mjs +130 -0
- package/dist/node_modules/.pnpm/@mdi_js@7.4.47/node_modules/@mdi/js/mdi.mjs +14 -0
- package/package.json +32 -32
- package/dist/JavaScript-stKTLCvS.js +0 -22
- package/dist/Rust-PU5XwTn1.js +0 -16
- package/dist/TypeScript-ViBgqhx7.js +0 -22
- package/dist/components/code/ElmPrismHighlighter.stories.d.ts +0 -7
- package/dist/components/code/ElmPrismHighlighter.vue.d.ts +0 -14
- package/dist/components/headings/ElmHeading1.vue.d.ts +0 -20
- package/dist/components/headings/ElmHeading2.vue.d.ts +0 -20
- package/dist/components/headings/ElmHeading3.vue.d.ts +0 -20
- package/dist/components/headings/ElmHeading4.vue.d.ts +0 -20
- package/dist/components/headings/ElmHeading5.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading5.vue.d.ts +0 -20
- package/dist/components/headings/ElmHeading6.stories.d.ts +0 -6
- package/dist/components/headings/ElmHeading6.vue.d.ts +0 -20
- package/dist/components/icon/languages/TypeScript.vue.d.ts +0 -2
- package/dist/components/inline/ElmInlineCode.stories.d.ts +0 -6
- package/dist/components/inline/ElmInlineCode.vue.d.ts +0 -15
- package/dist/components/inline/ElmInlineLink.stories.d.ts +0 -9
- package/dist/components/inline/ElmInlineLink.vue.d.ts +0 -37
- package/dist/components/inline/ElmInlineRuby.stories.d.ts +0 -6
- package/dist/components/inline/ElmInlineRuby.vue.d.ts +0 -19
- package/dist/components/renderer/ElmJsonRenderer.stories.d.ts +0 -19
- package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +0 -163
- package/dist/components/typography/ElmBulletedList.stories.d.ts +0 -7
- package/dist/components/typography/ElmListItem.stories.d.ts +0 -6
- package/dist/components/typography/ElmNumberedList.stories.d.ts +0 -7
- package/dist/components/typography/ElmNumberedList.vue.d.ts +0 -20
- package/dist/elmethis.js +0 -48
- package/dist/elmethis.umd.cjs +0 -419
- package/dist/index-DvtsYpwQ.js +0 -16274
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmHeading4Props {
|
|
3
|
-
/**
|
|
4
|
-
* Text to display
|
|
5
|
-
*/
|
|
6
|
-
text: string;
|
|
7
|
-
/**
|
|
8
|
-
* Font size of the text. Default is `'1.2rem'`.
|
|
9
|
-
*/
|
|
10
|
-
size?: Property.FontSize;
|
|
11
|
-
/**
|
|
12
|
-
* ID of the heading element.
|
|
13
|
-
* Default is kebab-cased `text`. (using lodash)
|
|
14
|
-
*/
|
|
15
|
-
id?: string;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: import('vue').DefineComponent<ElmHeading4Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading4Props> & Readonly<{}>, {
|
|
18
|
-
size: Property.FontSize;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmHeading5Props {
|
|
3
|
-
/**
|
|
4
|
-
* Text to display
|
|
5
|
-
*/
|
|
6
|
-
text: string;
|
|
7
|
-
/**
|
|
8
|
-
* Font size of the text. Default is `'1.15rem'`.
|
|
9
|
-
*/
|
|
10
|
-
size?: Property.FontSize;
|
|
11
|
-
/**
|
|
12
|
-
* ID of the heading element.
|
|
13
|
-
* Default is kebab-cased `text`. (using lodash)
|
|
14
|
-
*/
|
|
15
|
-
id?: string;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: import('vue').DefineComponent<ElmHeading5Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading5Props> & Readonly<{}>, {
|
|
18
|
-
size: Property.FontSize;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmHeading6Props {
|
|
3
|
-
/**
|
|
4
|
-
* Text to display
|
|
5
|
-
*/
|
|
6
|
-
text: string;
|
|
7
|
-
/**
|
|
8
|
-
* Font size of the text. Default is `'1.1rem'`.
|
|
9
|
-
*/
|
|
10
|
-
size?: Property.FontSize;
|
|
11
|
-
/**
|
|
12
|
-
* ID of the heading element.
|
|
13
|
-
* Default is kebab-cased `text`. (using lodash)
|
|
14
|
-
*/
|
|
15
|
-
id?: string;
|
|
16
|
-
}
|
|
17
|
-
declare const _default: import('vue').DefineComponent<ElmHeading6Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmHeading6Props> & Readonly<{}>, {
|
|
18
|
-
size: Property.FontSize;
|
|
19
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
20
|
-
export default _default;
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmInlineCodeProps {
|
|
3
|
-
/**
|
|
4
|
-
* The code to display.
|
|
5
|
-
*/
|
|
6
|
-
code: string;
|
|
7
|
-
/**
|
|
8
|
-
* Specifies the color of the text.
|
|
9
|
-
*
|
|
10
|
-
* e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
|
|
11
|
-
*/
|
|
12
|
-
color?: Property.BackgroundColor;
|
|
13
|
-
}
|
|
14
|
-
declare const _default: import('vue').DefineComponent<ElmInlineCodeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmInlineCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
15
|
-
export default _default;
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { default as ElmInlineLink } from './ElmInlineLink.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmInlineLink>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const OnClick: Story;
|
|
8
|
-
export declare const OpenInSameTab: Story;
|
|
9
|
-
export declare const Size: Story;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmInlineLinkProps {
|
|
3
|
-
/**
|
|
4
|
-
* The text to display.
|
|
5
|
-
*/
|
|
6
|
-
text?: string;
|
|
7
|
-
/**
|
|
8
|
-
* The URL to navigate to.
|
|
9
|
-
*
|
|
10
|
-
* e.g. `https://example.com`
|
|
11
|
-
*/
|
|
12
|
-
href?: string;
|
|
13
|
-
/**
|
|
14
|
-
* Specifies the font size of the text.
|
|
15
|
-
*/
|
|
16
|
-
size?: Property.FontSize;
|
|
17
|
-
/**
|
|
18
|
-
* Whether to open the link in a new tab.
|
|
19
|
-
* Defaults to `true`.
|
|
20
|
-
*/
|
|
21
|
-
openInNewTab?: boolean;
|
|
22
|
-
/**
|
|
23
|
-
* The type of icon to display.
|
|
24
|
-
* If not provided, the icon is determined by the `openInNewTab` prop.
|
|
25
|
-
*/
|
|
26
|
-
iconType?: 'internal' | 'external';
|
|
27
|
-
/**
|
|
28
|
-
* The function to call when the link is clicked.
|
|
29
|
-
* If provided, the default behavior (navigating to the URL) is prevented.
|
|
30
|
-
*/
|
|
31
|
-
onClick?: () => void;
|
|
32
|
-
}
|
|
33
|
-
declare const _default: import('vue').DefineComponent<ElmInlineLinkProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmInlineLinkProps> & Readonly<{}>, {
|
|
34
|
-
size: Property.FontSize;
|
|
35
|
-
openInNewTab: boolean;
|
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
37
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
2
|
-
export interface ElmInlineRubyProps {
|
|
3
|
-
/**
|
|
4
|
-
* The text to display.
|
|
5
|
-
*/
|
|
6
|
-
text: string;
|
|
7
|
-
/**
|
|
8
|
-
* Specifies the color of the text.
|
|
9
|
-
*
|
|
10
|
-
* e.g.) `'red'`, `'#ff0000'`, `'rgba(255, 0, 0, 0.5)'`
|
|
11
|
-
*/
|
|
12
|
-
color?: Property.BackgroundColor;
|
|
13
|
-
/**
|
|
14
|
-
* The ruby text to display.
|
|
15
|
-
*/
|
|
16
|
-
ruby: string;
|
|
17
|
-
}
|
|
18
|
-
declare const _default: import('vue').DefineComponent<ElmInlineRubyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmInlineRubyProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
19
|
-
export default _default;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { default as ElmJsonRenderer } from './ElmJsonRenderer.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmJsonRenderer>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Callout: Story;
|
|
8
|
-
export declare const BulletedList: Story;
|
|
9
|
-
export declare const NumberedList: Story;
|
|
10
|
-
export declare const Blockquote: Story;
|
|
11
|
-
export declare const Divider: Story;
|
|
12
|
-
export declare const Headings: Story;
|
|
13
|
-
export declare const CodeBlock: Story;
|
|
14
|
-
export declare const Paragraph: Story;
|
|
15
|
-
export declare const Table: Story;
|
|
16
|
-
export declare const Katex: Story;
|
|
17
|
-
export declare const Image: Story;
|
|
18
|
-
export declare const Bookmark: Story;
|
|
19
|
-
export declare const Full: Story;
|
|
@@ -1,163 +0,0 @@
|
|
|
1
|
-
import { ElmInlineTextProps } from '../inline/ElmInlineText.vue';
|
|
2
|
-
import { ElmInlineCodeProps } from '../inline/ElmInlineCode.vue';
|
|
3
|
-
import { ElmInlineLinkProps } from '../inline/ElmInlineLink.vue';
|
|
4
|
-
import { ElmCalloutProps } from '../typography/ElmCallout.vue';
|
|
5
|
-
import { ElmBulletedListProps } from '../typography/ElmBulletedList.vue';
|
|
6
|
-
import { ElmNumberedListProps } from '../typography/ElmNumberedList.vue';
|
|
7
|
-
import { ElmListItemProps } from '../typography/ElmListItem.vue';
|
|
8
|
-
import { ElmBlockQuoteProps } from '../typography/ElmBlockQuote.vue';
|
|
9
|
-
import { ElmDividerProps } from '../typography/ElmDivider.vue';
|
|
10
|
-
import { ElmHeading1Props } from '../headings/ElmHeading1.vue';
|
|
11
|
-
import { ElmHeading2Props } from '../headings/ElmHeading2.vue';
|
|
12
|
-
import { ElmHeading3Props } from '../headings/ElmHeading3.vue';
|
|
13
|
-
import { ElmHeading4Props } from '../headings/ElmHeading4.vue';
|
|
14
|
-
import { ElmHeading5Props } from '../headings/ElmHeading5.vue';
|
|
15
|
-
import { ElmHeading6Props } from '../headings/ElmHeading6.vue';
|
|
16
|
-
import { ElmCodeBlockProps } from '../code/ElmCodeBlock.vue';
|
|
17
|
-
import { ElmParagraphProps } from '../typography/ElmParagraph.vue';
|
|
18
|
-
import { ElmTableProps } from '../table/ElmTable.vue';
|
|
19
|
-
import { ElmTableHeaderProps } from '../table/ElmTableHeader.vue';
|
|
20
|
-
import { ElmTableBodyProps } from '../table/ElmTableBody.vue';
|
|
21
|
-
import { ElmTableRowProps } from '../table/ElmTableRow.vue';
|
|
22
|
-
import { ElmTableCellProps } from '../table/ElmTableCell.vue';
|
|
23
|
-
import { ElmKatexProps } from '../code/ElmKatex.vue';
|
|
24
|
-
import { ElmImageProps } from '../media/ElmImage.vue';
|
|
25
|
-
import { ElmBookmarkProps } from '../navigation/ElmBookmark.vue';
|
|
26
|
-
import { ElmToggleProps } from '../containments/ElmToggle.vue';
|
|
27
|
-
import { ElmCheckboxProps } from '../form/ElmCheckbox.vue';
|
|
28
|
-
import { ElmFileProps } from '../media/ElmFile.vue';
|
|
29
|
-
import { ElmColumnProps } from '../containments/ElmColumn.vue';
|
|
30
|
-
import { ElmColumnListProps } from '../containments/ElmColumnList.vue';
|
|
31
|
-
type ComponentType = 'ElmInlineText' | 'ElmInlineCode' | 'ElmInlineLink' | 'ElmCallout' | 'ElmBulletedList' | 'ElmNumberedList' | 'ElmListItem' | 'ElmBlockQuote' | 'ElmDivider' | 'ElmHeading1' | 'ElmHeading2' | 'ElmHeading3' | 'ElmHeading4' | 'ElmHeading5' | 'ElmHeading6' | 'ElmCodeBlock' | 'ElmParagraph' | 'ElmTable' | 'ElmTableHeader' | 'ElmTableBody' | 'ElmTableRow' | 'ElmTableCell' | 'ElmKatex' | 'ElmImage' | 'ElmBookmark' | 'ElmToggle' | 'ElmCheckbox' | 'ElmFile' | 'ElmColumn' | 'ElmColumnList';
|
|
32
|
-
type ComponentProps = ElmInlineTextProps | ElmInlineCodeProps | ElmInlineLinkProps | ElmCalloutProps | ElmBulletedListProps | ElmNumberedListProps | ElmListItemProps | ElmBlockQuoteProps | ElmDividerProps | ElmHeading1Props | ElmHeading2Props | ElmHeading3Props | ElmHeading4Props | ElmHeading5Props | ElmHeading6Props | ElmCodeBlockProps | ElmParagraphProps | ElmTableProps | ElmTableHeaderProps | ElmTableBodyProps | ElmTableRowProps | ElmTableCellProps | ElmKatexProps | ElmImageProps | ElmBookmarkProps | ElmToggleProps | ElmCheckboxProps | ElmFileProps | ElmColumnProps | ElmColumnListProps;
|
|
33
|
-
interface JsonComponentBase {
|
|
34
|
-
type: ComponentType;
|
|
35
|
-
props?: ComponentProps;
|
|
36
|
-
children?: JsonComponent[];
|
|
37
|
-
}
|
|
38
|
-
interface ElmInlineTextJsonComponent extends JsonComponentBase {
|
|
39
|
-
type: 'ElmInlineText';
|
|
40
|
-
props?: ElmInlineTextProps;
|
|
41
|
-
}
|
|
42
|
-
interface ElmInlineCodeJsonComponent extends JsonComponentBase {
|
|
43
|
-
type: 'ElmInlineCode';
|
|
44
|
-
props?: ElmInlineCodeProps;
|
|
45
|
-
}
|
|
46
|
-
interface ElmInlineLinkJsonComponent extends JsonComponentBase {
|
|
47
|
-
type: 'ElmInlineLink';
|
|
48
|
-
props?: ElmInlineLinkProps;
|
|
49
|
-
}
|
|
50
|
-
interface ElmCalloutJsonComponent extends JsonComponentBase {
|
|
51
|
-
type: 'ElmCallout';
|
|
52
|
-
props?: ElmCalloutProps;
|
|
53
|
-
}
|
|
54
|
-
interface ElmBulletedListJsonComponent extends JsonComponentBase {
|
|
55
|
-
type: 'ElmBulletedList';
|
|
56
|
-
props?: ElmBulletedListProps;
|
|
57
|
-
}
|
|
58
|
-
interface ElmNumberedListJsonComponent extends JsonComponentBase {
|
|
59
|
-
type: 'ElmNumberedList';
|
|
60
|
-
props?: ElmNumberedListProps;
|
|
61
|
-
}
|
|
62
|
-
interface ElmListItemJsonComponent extends JsonComponentBase {
|
|
63
|
-
type: 'ElmListItem';
|
|
64
|
-
props?: ElmListItemProps;
|
|
65
|
-
}
|
|
66
|
-
interface ElmBlockQuoteJsonComponent extends JsonComponentBase {
|
|
67
|
-
type: 'ElmBlockQuote';
|
|
68
|
-
props?: ElmBlockQuoteProps;
|
|
69
|
-
}
|
|
70
|
-
interface ElmDividerJsonComponent extends JsonComponentBase {
|
|
71
|
-
type: 'ElmDivider';
|
|
72
|
-
props?: ElmDividerProps;
|
|
73
|
-
}
|
|
74
|
-
interface ElmHeading1JsonComponent extends JsonComponentBase {
|
|
75
|
-
type: 'ElmHeading1';
|
|
76
|
-
props?: ElmHeading1Props;
|
|
77
|
-
}
|
|
78
|
-
interface ElmHeading2JsonComponent extends JsonComponentBase {
|
|
79
|
-
type: 'ElmHeading2';
|
|
80
|
-
props?: ElmHeading2Props;
|
|
81
|
-
}
|
|
82
|
-
interface ElmHeading3JsonComponent extends JsonComponentBase {
|
|
83
|
-
type: 'ElmHeading3';
|
|
84
|
-
props?: ElmHeading3Props;
|
|
85
|
-
}
|
|
86
|
-
interface ElmHeading4JsonComponent extends JsonComponentBase {
|
|
87
|
-
type: 'ElmHeading4';
|
|
88
|
-
props?: ElmHeading4Props;
|
|
89
|
-
}
|
|
90
|
-
interface ElmHeading5JsonComponent extends JsonComponentBase {
|
|
91
|
-
type: 'ElmHeading5';
|
|
92
|
-
props?: ElmHeading5Props;
|
|
93
|
-
}
|
|
94
|
-
interface ElmHeading6JsonComponent extends JsonComponentBase {
|
|
95
|
-
type: 'ElmHeading6';
|
|
96
|
-
props?: ElmHeading6Props;
|
|
97
|
-
}
|
|
98
|
-
interface ElmCodeBlockJsonComponent extends JsonComponentBase {
|
|
99
|
-
type: 'ElmCodeBlock';
|
|
100
|
-
props?: ElmCodeBlockProps;
|
|
101
|
-
}
|
|
102
|
-
interface ElmParagraphJsonComponent extends JsonComponentBase {
|
|
103
|
-
type: 'ElmParagraph';
|
|
104
|
-
props?: ElmParagraphProps;
|
|
105
|
-
}
|
|
106
|
-
interface ElmTableJsonComponent extends JsonComponentBase {
|
|
107
|
-
type: 'ElmTable';
|
|
108
|
-
props?: ElmTableProps;
|
|
109
|
-
}
|
|
110
|
-
interface ElmTableHeaderJsonComponent extends JsonComponentBase {
|
|
111
|
-
type: 'ElmTableHeader';
|
|
112
|
-
props?: ElmTableHeaderProps;
|
|
113
|
-
}
|
|
114
|
-
interface ElmTableBodyJsonComponent extends JsonComponentBase {
|
|
115
|
-
type: 'ElmTableBody';
|
|
116
|
-
props?: ElmTableBodyProps;
|
|
117
|
-
}
|
|
118
|
-
interface ElmTableRowJsonComponent extends JsonComponentBase {
|
|
119
|
-
type: 'ElmTableRow';
|
|
120
|
-
props?: ElmTableRowProps;
|
|
121
|
-
}
|
|
122
|
-
interface ElmTableCellJsonComponent extends JsonComponentBase {
|
|
123
|
-
type: 'ElmTableCell';
|
|
124
|
-
props?: ElmTableCellProps;
|
|
125
|
-
}
|
|
126
|
-
interface ElmKatexJsonComponent extends JsonComponentBase {
|
|
127
|
-
type: 'ElmKatex';
|
|
128
|
-
props?: ElmKatexProps;
|
|
129
|
-
}
|
|
130
|
-
interface ElmImageJsonComponent extends JsonComponentBase {
|
|
131
|
-
type: 'ElmImage';
|
|
132
|
-
props?: ElmImageProps;
|
|
133
|
-
}
|
|
134
|
-
interface ElmBookmarkJsonComponent extends JsonComponentBase {
|
|
135
|
-
type: 'ElmBookmark';
|
|
136
|
-
props?: ElmBookmarkProps;
|
|
137
|
-
}
|
|
138
|
-
interface ElmToggleJsonComponent extends JsonComponentBase {
|
|
139
|
-
type: 'ElmToggle';
|
|
140
|
-
props?: ElmToggleProps;
|
|
141
|
-
}
|
|
142
|
-
interface ElmCheckboxJsonComponent extends JsonComponentBase {
|
|
143
|
-
type: 'ElmCheckbox';
|
|
144
|
-
props?: ElmCheckboxProps;
|
|
145
|
-
}
|
|
146
|
-
interface ElmFileJsonComponent extends JsonComponentBase {
|
|
147
|
-
type: 'ElmFile';
|
|
148
|
-
props?: ElmFileProps;
|
|
149
|
-
}
|
|
150
|
-
interface ElmColumnJsonComponent extends JsonComponentBase {
|
|
151
|
-
type: 'ElmColumn';
|
|
152
|
-
props?: ElmColumnProps;
|
|
153
|
-
}
|
|
154
|
-
interface ElmColumnListJsonComponent extends JsonComponentBase {
|
|
155
|
-
type: 'ElmColumnList';
|
|
156
|
-
props?: ElmColumnListProps;
|
|
157
|
-
}
|
|
158
|
-
type JsonComponent = ElmInlineTextJsonComponent | ElmInlineCodeJsonComponent | ElmInlineLinkJsonComponent | ElmCalloutJsonComponent | ElmBulletedListJsonComponent | ElmNumberedListJsonComponent | ElmListItemJsonComponent | ElmBlockQuoteJsonComponent | ElmDividerJsonComponent | ElmHeading1JsonComponent | ElmHeading2JsonComponent | ElmHeading3JsonComponent | ElmHeading4JsonComponent | ElmHeading5JsonComponent | ElmHeading6JsonComponent | ElmCodeBlockJsonComponent | ElmParagraphJsonComponent | ElmTableJsonComponent | ElmTableHeaderJsonComponent | ElmTableBodyJsonComponent | ElmTableRowJsonComponent | ElmTableCellJsonComponent | ElmKatexJsonComponent | ElmImageJsonComponent | ElmBookmarkJsonComponent | ElmToggleJsonComponent | ElmCheckboxJsonComponent | ElmFileJsonComponent | ElmColumnJsonComponent | ElmColumnListJsonComponent;
|
|
159
|
-
export interface ElmJsonRendererProps {
|
|
160
|
-
json: JsonComponent[];
|
|
161
|
-
}
|
|
162
|
-
declare const _default: import('vue').DefineComponent<ElmJsonRendererProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmJsonRendererProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
163
|
-
export default _default;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { default as ElmBulletedList } from './ElmBulletedList.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmBulletedList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Nested: Story;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3';
|
|
2
|
-
import { default as ElmNumberedList } from './ElmNumberedList.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmNumberedList>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Nested: Story;
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export interface ElmNumberedListProps {
|
|
2
|
-
}
|
|
3
|
-
declare function __VLS_template(): {
|
|
4
|
-
slots: {
|
|
5
|
-
default?(_: {}): any;
|
|
6
|
-
};
|
|
7
|
-
refs: {
|
|
8
|
-
target: HTMLOListElement;
|
|
9
|
-
};
|
|
10
|
-
attrs: Partial<{}>;
|
|
11
|
-
};
|
|
12
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
13
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmNumberedListProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmNumberedListProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
14
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
15
|
-
export default _default;
|
|
16
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
17
|
-
new (): {
|
|
18
|
-
$slots: S;
|
|
19
|
-
};
|
|
20
|
-
};
|