@elmethis/core 1.0.0-alpha.15 → 1.0.0-alpha.151
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/{inline/ElmInlineCode.stories.d.ts → badge/ElmBadge.stories.d.ts} +2 -2
- package/dist/components/badge/ElmBadge.vue.d.ts +21 -0
- 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 +14 -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 +14 -0
- package/dist/components/code/ElmCodeBlock.vue.d.ts +8 -1
- package/dist/components/code/ElmCodeBlock.vue.mjs +10 -0
- package/dist/components/code/ElmCodeBlock.vue2.mjs +86 -0
- package/dist/components/code/ElmCodeBlock.vue3.mjs +18 -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 +46 -0
- package/dist/components/code/ElmKatex.vue3.mjs +8 -0
- package/dist/components/code/{ElmPrismHighlighter.stories.d.ts → ElmShikiHighlighter.stories.d.ts} +2 -3
- package/dist/components/code/{ElmPrismHighlighter.vue.d.ts → ElmShikiHighlighter.vue.d.ts} +3 -3
- package/dist/components/code/ElmShikiHighlighter.vue.mjs +11 -0
- package/dist/components/code/ElmShikiHighlighter.vue2.mjs +44 -0
- package/dist/components/code/ElmShikiHighlighter.vue3.mjs +8 -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 +8 -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 +6 -0
- package/dist/components/containments/ElmDesktopWindow.stories.d.ts +6 -0
- package/dist/components/containments/ElmDesktopWindow.vue.d.ts +27 -0
- 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 +14 -0
- package/dist/components/containments/ElmModal.stories.d.ts +6 -0
- package/dist/components/containments/ElmModal.vue.d.ts +35 -0
- package/dist/components/containments/ElmModal.vue.mjs +10 -0
- package/dist/components/containments/ElmModal.vue2.mjs +44 -0
- package/dist/components/containments/ElmModal.vue3.mjs +11 -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 +8 -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 +14 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +10 -0
- package/dist/components/containments/ElmSnackbarContainer.vue.mjs +10 -0
- package/dist/components/containments/ElmSnackbarContainer.vue2.mjs +33 -0
- package/dist/components/containments/ElmSnackbarContainer.vue3.mjs +7 -0
- package/dist/components/containments/ElmToggle.stories.d.ts +1 -0
- package/dist/components/containments/ElmToggle.vue.d.ts +13 -6
- package/dist/components/containments/ElmToggle.vue.mjs +10 -0
- package/dist/components/containments/ElmToggle.vue2.mjs +71 -0
- package/dist/components/containments/ElmToggle.vue3.mjs +17 -0
- package/dist/components/containments/ElmTooltip.vue.d.ts +5 -2
- package/dist/components/containments/ElmTooltip.vue.mjs +10 -0
- package/dist/components/containments/ElmTooltip.vue2.mjs +49 -0
- package/dist/components/containments/ElmTooltip.vue3.mjs +8 -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 +11 -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 +20 -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 +10 -0
- package/dist/components/data/ElmStatusMessage.vue2.mjs +75 -0
- package/dist/components/data/ElmStatusMessage.vue3.mjs +11 -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 +6 -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 +9 -0
- package/dist/components/fallback/ElmSpinner.stories.d.ts +6 -0
- 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 +12 -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 +10 -0
- package/dist/components/form/ElmButton.vue2.mjs +57 -0
- package/dist/components/form/ElmButton.vue3.mjs +20 -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 +22 -0
- package/dist/components/form/ElmSwitch.stories.d.ts +6 -0
- 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 +16 -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 +34 -0
- package/dist/components/form/ElmTotp.stories.d.ts +6 -0
- 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 +22 -0
- package/dist/components/headings/ElmFragmentIdentifier.stories.d.ts +6 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.d.ts +8 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue.mjs +10 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue2.mjs +54 -0
- package/dist/components/headings/ElmFragmentIdentifier.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading1.vue.d.ts +9 -1
- package/dist/components/headings/ElmHeading1.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading1.vue2.mjs +43 -0
- package/dist/components/headings/ElmHeading1.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading2.vue.d.ts +9 -1
- package/dist/components/headings/ElmHeading2.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading2.vue2.mjs +49 -0
- package/dist/components/headings/ElmHeading2.vue3.mjs +11 -0
- package/dist/components/headings/ElmHeading3.vue.d.ts +9 -1
- package/dist/components/headings/ElmHeading3.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading3.vue2.mjs +39 -0
- package/dist/components/headings/ElmHeading3.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading4.vue.d.ts +6 -0
- package/dist/components/headings/ElmHeading4.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading4.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading4.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading5.vue.d.ts +6 -0
- package/dist/components/headings/ElmHeading5.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading5.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading5.vue3.mjs +8 -0
- package/dist/components/headings/ElmHeading6.vue.d.ts +6 -0
- package/dist/components/headings/ElmHeading6.vue.mjs +10 -0
- package/dist/components/headings/ElmHeading6.vue2.mjs +31 -0
- package/dist/components/headings/ElmHeading6.vue3.mjs +8 -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 +17 -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 +15 -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 +12 -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 +14 -0
- package/dist/components/icon/ElmLanguageIcon.vue.d.ts +1 -1
- package/dist/components/icon/ElmLanguageIcon.vue.mjs +10 -0
- package/dist/components/icon/ElmLanguageIcon.vue2.mjs +148 -0
- package/dist/components/icon/ElmLanguageIcon.vue3.mjs +11 -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 +8 -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 +8 -0
- package/dist/components/icon/languages/Bash.vue.d.ts +1 -1
- package/dist/{Bash-Cd5wtNan.js → components/icon/languages/Bash.vue.mjs} +20 -15
- package/dist/components/icon/languages/Bash.vue2.mjs +8 -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/inline/ElmInlineLink.vue.d.ts +1 -1
- package/dist/components/inline/ElmInlineLink.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineLink.vue2.mjs +53 -0
- package/dist/components/inline/ElmInlineLink.vue3.mjs +11 -0
- package/dist/components/inline/ElmInlineRuby.vue.d.ts +1 -1
- package/dist/components/inline/ElmInlineRuby.vue.mjs +29 -0
- package/dist/components/inline/ElmInlineRuby.vue2.mjs +4 -0
- package/dist/components/inline/ElmInlineText.stories.d.ts +1 -0
- package/dist/components/inline/ElmInlineText.vue.d.ts +10 -1
- package/dist/components/inline/ElmInlineText.vue.mjs +10 -0
- package/dist/components/inline/ElmInlineText.vue2.mjs +57 -0
- package/dist/components/inline/ElmInlineText.vue3.mjs +11 -0
- package/dist/components/inline/ElmTypingAnimation.stories.d.ts +6 -0
- package/dist/components/inline/ElmTypingAnimation.vue.d.ts +21 -0
- package/dist/components/jsonschema/ElmChildContainer.stories.d.ts +6 -0
- package/dist/components/jsonschema/ElmChildContainer.vue.d.ts +21 -0
- 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/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 +14 -0
- package/dist/components/media/ElmImage.stories.d.ts +1 -0
- package/dist/components/media/ElmImage.vue.d.ts +5 -0
- package/dist/components/media/ElmImage.vue.mjs +10 -0
- package/dist/components/media/ElmImage.vue2.mjs +91 -0
- package/dist/components/media/ElmImage.vue3.mjs +18 -0
- package/dist/components/navigation/ElmBookmark.stories.d.ts +2 -0
- package/dist/components/navigation/ElmBookmark.vue.d.ts +13 -9
- 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 +32 -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 +18 -0
- package/dist/components/navigation/ElmPagetop.vue.d.ts +1 -1
- 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 +18 -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 +14 -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 +10 -0
- package/dist/components/others/ElmColorSample.vue2.mjs +72 -0
- package/dist/components/others/ElmColorSample.vue3.mjs +9 -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 +10 -0
- package/dist/components/others/ElmTemplate.stories.d.ts +6 -0
- package/dist/components/others/ElmTyping.vue.d.ts +4 -0
- package/dist/components/renderer/ElmJsonRenderer.vue.d.ts +33 -8
- package/dist/components/renderer/ElmJsonRenderer.vue.mjs +96 -0
- package/dist/components/renderer/ElmJsonRenderer.vue2.mjs +4 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue.mjs +24 -0
- package/dist/components/renderer/ElmJsonRendererAsync.vue2.mjs +4 -0
- package/dist/components/table/ElmTable.vue.d.ts +8 -2
- package/dist/components/table/ElmTable.vue.mjs +6 -0
- package/dist/components/table/ElmTable.vue2.mjs +22 -0
- package/dist/components/table/ElmTableBody.vue.d.ts +3 -2
- package/dist/components/table/ElmTableBody.vue.mjs +15 -0
- package/dist/components/table/ElmTableBody.vue3.mjs +5 -0
- package/dist/components/table/ElmTableCell.vue.d.ts +2 -1
- package/dist/components/table/ElmTableCell.vue.mjs +6 -0
- package/dist/components/table/ElmTableCell.vue2.mjs +22 -0
- package/dist/components/table/ElmTableHeader.vue.d.ts +3 -2
- package/dist/components/table/ElmTableHeader.vue.mjs +15 -0
- package/dist/components/table/ElmTableHeader.vue3.mjs +5 -0
- package/dist/components/table/ElmTableRow.vue.d.ts +3 -2
- package/dist/components/table/ElmTableRow.vue.mjs +14 -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 +5 -2
- package/dist/components/typography/ElmBlockQuote.vue.mjs +10 -0
- package/dist/components/typography/ElmBlockQuote.vue2.mjs +27 -0
- package/dist/components/typography/ElmBlockQuote.vue3.mjs +8 -0
- package/dist/components/typography/ElmBulletedList.vue.d.ts +5 -2
- package/dist/components/typography/ElmBulletedList.vue.mjs +27 -0
- package/dist/components/typography/ElmBulletedList.vue3.mjs +5 -0
- package/dist/components/typography/ElmCallout.vue.d.ts +5 -2
- 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 +14 -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 +8 -0
- package/dist/components/typography/ElmListItem.vue.d.ts +3 -2
- package/dist/components/typography/ElmListItem.vue.mjs +10 -0
- package/dist/components/typography/ElmListItem.vue2.mjs +16 -0
- package/dist/components/typography/ElmListItem.vue3.mjs +8 -0
- package/dist/components/typography/ElmNumberedList.vue.d.ts +5 -2
- package/dist/components/typography/ElmNumberedList.vue.mjs +27 -0
- package/dist/components/typography/ElmNumberedList.vue3.mjs +5 -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 +8 -0
- package/dist/hooks/useElmethisTheme.d.ts +4 -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 +127 -44
- package/dist/index.mjs +148 -0
- package/package.json +37 -29
- package/dist/JavaScript-CPGj6jvI.js +0 -22
- package/dist/Rust-Beyp-qeb.js +0 -16
- package/dist/TypeScript-Dk8QmsMS.js +0 -22
- package/dist/components/icon/languages/TypeScript.vue.d.ts +0 -2
- package/dist/components/inline/ElmInlineCode.vue.d.ts +0 -15
- package/dist/elmethis.js +0 -46
- package/dist/elmethis.umd.cjs +0 -419
- package/dist/index-DO0Qe0Kt.js +0 -16225
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export interface ElmColorSampleProps {
|
|
2
|
+
/**
|
|
3
|
+
* The color to display.
|
|
4
|
+
*/
|
|
5
|
+
color: string;
|
|
6
|
+
}
|
|
7
|
+
declare const _default: import('vue').DefineComponent<ElmColorSampleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmColorSampleProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import _sfc_main from "./ElmColorSample.vue2.mjs";
|
|
2
|
+
import style0 from "./ElmColorSample.vue3.mjs";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const cssModules = {
|
|
5
|
+
"$style": style0
|
|
6
|
+
};
|
|
7
|
+
const ElmColorSample = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules], ["__scopeId", "data-v-9606dccc"]]);
|
|
8
|
+
export {
|
|
9
|
+
ElmColorSample as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, normalizeStyle, createVNode, withCtx, createElementVNode, unref, normalizeClass, toDisplayString, Transition, createBlock, createCommentVNode } from "vue";
|
|
2
|
+
import { parseToRgb, parseToHsl, rgbToColorString } from "polished";
|
|
3
|
+
import ElmTooltip from "../containments/ElmTooltip.vue.mjs";
|
|
4
|
+
import { useClipboard } from "@vueuse/core";
|
|
5
|
+
import { Icon } from "@iconify/vue";
|
|
6
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
|
+
__name: "ElmColorSample",
|
|
8
|
+
props: {
|
|
9
|
+
color: {}
|
|
10
|
+
},
|
|
11
|
+
setup(__props) {
|
|
12
|
+
const props = __props;
|
|
13
|
+
const { blue, green, red } = parseToRgb(props.color);
|
|
14
|
+
const { hue, saturation, lightness } = parseToHsl(props.color);
|
|
15
|
+
const hex = rgbToColorString(parseToRgb(props.color));
|
|
16
|
+
const rgb = `rgb(${red}, ${green}, ${blue})`;
|
|
17
|
+
const hsl = `hsl(${Math.floor(hue)}, ${Math.floor(saturation * 100)}%, ${Math.floor(lightness * 100)}%)`;
|
|
18
|
+
const { copy, copied } = useClipboard();
|
|
19
|
+
return (_ctx, _cache) => {
|
|
20
|
+
return openBlock(), createElementBlock("div", {
|
|
21
|
+
style: normalizeStyle({ "--color": _ctx.color })
|
|
22
|
+
}, [
|
|
23
|
+
createVNode(ElmTooltip, null, {
|
|
24
|
+
original: withCtx(() => [
|
|
25
|
+
createElementVNode("div", {
|
|
26
|
+
class: normalizeClass(_ctx.$style["color-bg"]),
|
|
27
|
+
style: normalizeStyle({
|
|
28
|
+
"--background-color": _ctx.color
|
|
29
|
+
}),
|
|
30
|
+
onClick: _cache[0] || (_cache[0] = ($event) => unref(copy)(unref(hex)))
|
|
31
|
+
}, [
|
|
32
|
+
createVNode(Transition, null, {
|
|
33
|
+
default: withCtx(() => [
|
|
34
|
+
unref(copied) ? (openBlock(), createBlock(unref(Icon), {
|
|
35
|
+
key: 0,
|
|
36
|
+
icon: "heroicons:check",
|
|
37
|
+
style: { color: "white" },
|
|
38
|
+
width: "16",
|
|
39
|
+
height: "16"
|
|
40
|
+
})) : createCommentVNode("", true)
|
|
41
|
+
]),
|
|
42
|
+
_: 1
|
|
43
|
+
})
|
|
44
|
+
], 6),
|
|
45
|
+
createElementVNode("div", {
|
|
46
|
+
class: normalizeClass(_ctx.$style.text),
|
|
47
|
+
onClick: _cache[1] || (_cache[1] = ($event) => unref(copy)(unref(hex)))
|
|
48
|
+
}, toDisplayString(unref(hex)), 3)
|
|
49
|
+
]),
|
|
50
|
+
tooltip: withCtx(() => [
|
|
51
|
+
createElementVNode("div", {
|
|
52
|
+
class: normalizeClass(_ctx.$style.text),
|
|
53
|
+
onClick: _cache[2] || (_cache[2] = ($event) => unref(copy)(unref(hex)))
|
|
54
|
+
}, toDisplayString(unref(hex)), 3),
|
|
55
|
+
createElementVNode("div", {
|
|
56
|
+
class: normalizeClass(_ctx.$style.text),
|
|
57
|
+
onClick: _cache[3] || (_cache[3] = ($event) => unref(copy)(rgb))
|
|
58
|
+
}, toDisplayString(rgb), 2),
|
|
59
|
+
createElementVNode("div", {
|
|
60
|
+
class: normalizeClass(_ctx.$style.text),
|
|
61
|
+
onClick: _cache[4] || (_cache[4] = ($event) => unref(copy)(hsl))
|
|
62
|
+
}, toDisplayString(hsl), 2)
|
|
63
|
+
]),
|
|
64
|
+
_: 1
|
|
65
|
+
})
|
|
66
|
+
], 4);
|
|
67
|
+
};
|
|
68
|
+
}
|
|
69
|
+
});
|
|
70
|
+
export {
|
|
71
|
+
_sfc_main as default
|
|
72
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface ElmColorTableProps {
|
|
2
|
+
/**
|
|
3
|
+
* The colors to display.
|
|
4
|
+
*/
|
|
5
|
+
colors: {
|
|
6
|
+
name: string;
|
|
7
|
+
code: string;
|
|
8
|
+
}[];
|
|
9
|
+
}
|
|
10
|
+
declare const _default: import('vue').DefineComponent<ElmColorTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmColorTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
11
|
+
export default _default;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import _sfc_main from "./ElmColorTable.vue2.mjs";
|
|
2
|
+
import style0 from "./ElmColorTable.vue3.mjs";
|
|
3
|
+
import _export_sfc from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
4
|
+
const cssModules = {
|
|
5
|
+
"$style": style0
|
|
6
|
+
};
|
|
7
|
+
const ElmColorTable = /* @__PURE__ */ _export_sfc(_sfc_main, [["__cssModules", cssModules]]);
|
|
8
|
+
export {
|
|
9
|
+
ElmColorTable as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, normalizeClass, Fragment, renderList, createElementVNode, normalizeStyle, toDisplayString, createVNode, unref } from "vue";
|
|
2
|
+
import { darken } from "polished";
|
|
3
|
+
import ElmColorSample from "./ElmColorSample.vue.mjs";
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "ElmColorTable",
|
|
6
|
+
props: {
|
|
7
|
+
colors: {}
|
|
8
|
+
},
|
|
9
|
+
setup(__props) {
|
|
10
|
+
return (_ctx, _cache) => {
|
|
11
|
+
return openBlock(), createElementBlock("div", {
|
|
12
|
+
class: normalizeClass(_ctx.$style.container)
|
|
13
|
+
}, [
|
|
14
|
+
(openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.colors, (color) => {
|
|
15
|
+
return openBlock(), createElementBlock("div", {
|
|
16
|
+
class: normalizeClass(_ctx.$style["row-container"])
|
|
17
|
+
}, [
|
|
18
|
+
createElementVNode("div", {
|
|
19
|
+
class: normalizeClass(_ctx.$style["color-name"]),
|
|
20
|
+
style: normalizeStyle({ "--color": color.code })
|
|
21
|
+
}, toDisplayString(color.name), 7),
|
|
22
|
+
(openBlock(), createElementBlock(Fragment, null, renderList([
|
|
23
|
+
-0.2,
|
|
24
|
+
-0.15,
|
|
25
|
+
-0.1,
|
|
26
|
+
-0.05,
|
|
27
|
+
0,
|
|
28
|
+
0.05,
|
|
29
|
+
0.1,
|
|
30
|
+
0.15,
|
|
31
|
+
0.2
|
|
32
|
+
], (darkness) => {
|
|
33
|
+
return createVNode(ElmColorSample, {
|
|
34
|
+
color: unref(darken)(darkness, color.code)
|
|
35
|
+
}, null, 8, ["color"]);
|
|
36
|
+
}), 64))
|
|
37
|
+
], 2);
|
|
38
|
+
}), 256))
|
|
39
|
+
], 2);
|
|
40
|
+
};
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
export {
|
|
44
|
+
_sfc_main as default
|
|
45
|
+
};
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export interface ElmTypingProps {
|
|
2
|
+
}
|
|
3
|
+
declare const _default: import('vue').DefineComponent<ElmTypingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTypingProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
4
|
+
export default _default;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ElmInlineTextProps } from '../inline/ElmInlineText.vue';
|
|
2
|
-
import { ElmInlineCodeProps } from '../inline/ElmInlineCode.vue';
|
|
3
2
|
import { ElmInlineLinkProps } from '../inline/ElmInlineLink.vue';
|
|
4
3
|
import { ElmCalloutProps } from '../typography/ElmCallout.vue';
|
|
5
4
|
import { ElmBulletedListProps } from '../typography/ElmBulletedList.vue';
|
|
@@ -28,134 +27,160 @@ import { ElmCheckboxProps } from '../form/ElmCheckbox.vue';
|
|
|
28
27
|
import { ElmFileProps } from '../media/ElmFile.vue';
|
|
29
28
|
import { ElmColumnProps } from '../containments/ElmColumn.vue';
|
|
30
29
|
import { ElmColumnListProps } from '../containments/ElmColumnList.vue';
|
|
31
|
-
type ComponentType = 'ElmInlineText' | '
|
|
32
|
-
type ComponentProps = ElmInlineTextProps |
|
|
30
|
+
type ComponentType = 'ElmInlineText' | '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';
|
|
31
|
+
type ComponentProps = ElmInlineTextProps | 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
32
|
interface JsonComponentBase {
|
|
34
33
|
type: ComponentType;
|
|
34
|
+
id?: string;
|
|
35
35
|
props?: ComponentProps;
|
|
36
36
|
children?: JsonComponent[];
|
|
37
37
|
}
|
|
38
38
|
interface ElmInlineTextJsonComponent extends JsonComponentBase {
|
|
39
39
|
type: 'ElmInlineText';
|
|
40
|
+
id?: string;
|
|
40
41
|
props?: ElmInlineTextProps;
|
|
41
42
|
}
|
|
42
|
-
interface ElmInlineCodeJsonComponent extends JsonComponentBase {
|
|
43
|
-
type: 'ElmInlineCode';
|
|
44
|
-
props?: ElmInlineCodeProps;
|
|
45
|
-
}
|
|
46
43
|
interface ElmInlineLinkJsonComponent extends JsonComponentBase {
|
|
47
44
|
type: 'ElmInlineLink';
|
|
45
|
+
id?: string;
|
|
48
46
|
props?: ElmInlineLinkProps;
|
|
49
47
|
}
|
|
50
48
|
interface ElmCalloutJsonComponent extends JsonComponentBase {
|
|
51
49
|
type: 'ElmCallout';
|
|
50
|
+
id?: string;
|
|
52
51
|
props?: ElmCalloutProps;
|
|
53
52
|
}
|
|
54
53
|
interface ElmBulletedListJsonComponent extends JsonComponentBase {
|
|
55
54
|
type: 'ElmBulletedList';
|
|
55
|
+
id?: string;
|
|
56
56
|
props?: ElmBulletedListProps;
|
|
57
57
|
}
|
|
58
58
|
interface ElmNumberedListJsonComponent extends JsonComponentBase {
|
|
59
59
|
type: 'ElmNumberedList';
|
|
60
|
+
id?: string;
|
|
60
61
|
props?: ElmNumberedListProps;
|
|
61
62
|
}
|
|
62
63
|
interface ElmListItemJsonComponent extends JsonComponentBase {
|
|
63
64
|
type: 'ElmListItem';
|
|
65
|
+
id?: string;
|
|
64
66
|
props?: ElmListItemProps;
|
|
65
67
|
}
|
|
66
68
|
interface ElmBlockQuoteJsonComponent extends JsonComponentBase {
|
|
67
69
|
type: 'ElmBlockQuote';
|
|
70
|
+
id?: string;
|
|
68
71
|
props?: ElmBlockQuoteProps;
|
|
69
72
|
}
|
|
70
73
|
interface ElmDividerJsonComponent extends JsonComponentBase {
|
|
71
74
|
type: 'ElmDivider';
|
|
75
|
+
id?: string;
|
|
72
76
|
props?: ElmDividerProps;
|
|
73
77
|
}
|
|
74
78
|
interface ElmHeading1JsonComponent extends JsonComponentBase {
|
|
75
79
|
type: 'ElmHeading1';
|
|
80
|
+
id?: string;
|
|
76
81
|
props?: ElmHeading1Props;
|
|
77
82
|
}
|
|
78
83
|
interface ElmHeading2JsonComponent extends JsonComponentBase {
|
|
79
84
|
type: 'ElmHeading2';
|
|
85
|
+
id?: string;
|
|
80
86
|
props?: ElmHeading2Props;
|
|
81
87
|
}
|
|
82
88
|
interface ElmHeading3JsonComponent extends JsonComponentBase {
|
|
83
89
|
type: 'ElmHeading3';
|
|
90
|
+
id?: string;
|
|
84
91
|
props?: ElmHeading3Props;
|
|
85
92
|
}
|
|
86
93
|
interface ElmHeading4JsonComponent extends JsonComponentBase {
|
|
87
94
|
type: 'ElmHeading4';
|
|
95
|
+
id?: string;
|
|
88
96
|
props?: ElmHeading4Props;
|
|
89
97
|
}
|
|
90
98
|
interface ElmHeading5JsonComponent extends JsonComponentBase {
|
|
91
99
|
type: 'ElmHeading5';
|
|
100
|
+
id?: string;
|
|
92
101
|
props?: ElmHeading5Props;
|
|
93
102
|
}
|
|
94
103
|
interface ElmHeading6JsonComponent extends JsonComponentBase {
|
|
95
104
|
type: 'ElmHeading6';
|
|
105
|
+
id?: string;
|
|
96
106
|
props?: ElmHeading6Props;
|
|
97
107
|
}
|
|
98
108
|
interface ElmCodeBlockJsonComponent extends JsonComponentBase {
|
|
99
109
|
type: 'ElmCodeBlock';
|
|
110
|
+
id?: string;
|
|
100
111
|
props?: ElmCodeBlockProps;
|
|
101
112
|
}
|
|
102
113
|
interface ElmParagraphJsonComponent extends JsonComponentBase {
|
|
103
114
|
type: 'ElmParagraph';
|
|
115
|
+
id?: string;
|
|
104
116
|
props?: ElmParagraphProps;
|
|
105
117
|
}
|
|
106
118
|
interface ElmTableJsonComponent extends JsonComponentBase {
|
|
107
119
|
type: 'ElmTable';
|
|
120
|
+
id?: string;
|
|
108
121
|
props?: ElmTableProps;
|
|
109
122
|
}
|
|
110
123
|
interface ElmTableHeaderJsonComponent extends JsonComponentBase {
|
|
111
124
|
type: 'ElmTableHeader';
|
|
125
|
+
id?: string;
|
|
112
126
|
props?: ElmTableHeaderProps;
|
|
113
127
|
}
|
|
114
128
|
interface ElmTableBodyJsonComponent extends JsonComponentBase {
|
|
115
129
|
type: 'ElmTableBody';
|
|
130
|
+
id?: string;
|
|
116
131
|
props?: ElmTableBodyProps;
|
|
117
132
|
}
|
|
118
133
|
interface ElmTableRowJsonComponent extends JsonComponentBase {
|
|
119
134
|
type: 'ElmTableRow';
|
|
135
|
+
id?: string;
|
|
120
136
|
props?: ElmTableRowProps;
|
|
121
137
|
}
|
|
122
138
|
interface ElmTableCellJsonComponent extends JsonComponentBase {
|
|
123
139
|
type: 'ElmTableCell';
|
|
140
|
+
id?: string;
|
|
124
141
|
props?: ElmTableCellProps;
|
|
125
142
|
}
|
|
126
143
|
interface ElmKatexJsonComponent extends JsonComponentBase {
|
|
127
144
|
type: 'ElmKatex';
|
|
145
|
+
id?: string;
|
|
128
146
|
props?: ElmKatexProps;
|
|
129
147
|
}
|
|
130
148
|
interface ElmImageJsonComponent extends JsonComponentBase {
|
|
131
149
|
type: 'ElmImage';
|
|
150
|
+
id?: string;
|
|
132
151
|
props?: ElmImageProps;
|
|
133
152
|
}
|
|
134
153
|
interface ElmBookmarkJsonComponent extends JsonComponentBase {
|
|
135
154
|
type: 'ElmBookmark';
|
|
155
|
+
id?: string;
|
|
136
156
|
props?: ElmBookmarkProps;
|
|
137
157
|
}
|
|
138
158
|
interface ElmToggleJsonComponent extends JsonComponentBase {
|
|
139
159
|
type: 'ElmToggle';
|
|
160
|
+
id?: string;
|
|
140
161
|
props?: ElmToggleProps;
|
|
141
162
|
}
|
|
142
163
|
interface ElmCheckboxJsonComponent extends JsonComponentBase {
|
|
143
164
|
type: 'ElmCheckbox';
|
|
165
|
+
id?: string;
|
|
144
166
|
props?: ElmCheckboxProps;
|
|
145
167
|
}
|
|
146
168
|
interface ElmFileJsonComponent extends JsonComponentBase {
|
|
147
169
|
type: 'ElmFile';
|
|
170
|
+
id?: string;
|
|
148
171
|
props?: ElmFileProps;
|
|
149
172
|
}
|
|
150
173
|
interface ElmColumnJsonComponent extends JsonComponentBase {
|
|
151
174
|
type: 'ElmColumn';
|
|
175
|
+
id?: string;
|
|
152
176
|
props?: ElmColumnProps;
|
|
153
177
|
}
|
|
154
178
|
interface ElmColumnListJsonComponent extends JsonComponentBase {
|
|
155
179
|
type: 'ElmColumnList';
|
|
180
|
+
id?: string;
|
|
156
181
|
props?: ElmColumnListProps;
|
|
157
182
|
}
|
|
158
|
-
type JsonComponent = ElmInlineTextJsonComponent |
|
|
183
|
+
type JsonComponent = ElmInlineTextJsonComponent | 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
184
|
export interface ElmJsonRendererProps {
|
|
160
185
|
json: JsonComponent[];
|
|
161
186
|
}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { defineComponent, markRaw, createBlock, openBlock, resolveDynamicComponent, h } from "vue";
|
|
2
|
+
import ElmInlineText from "../inline/ElmInlineText.vue.mjs";
|
|
3
|
+
import ElmInlineLink from "../inline/ElmInlineLink.vue.mjs";
|
|
4
|
+
import ElmCallout from "../typography/ElmCallout.vue.mjs";
|
|
5
|
+
import _sfc_main$5 from "../typography/ElmBulletedList.vue.mjs";
|
|
6
|
+
/* empty css */
|
|
7
|
+
import _sfc_main$4 from "../typography/ElmNumberedList.vue.mjs";
|
|
8
|
+
/* empty css */
|
|
9
|
+
import ElmListItem from "../typography/ElmListItem.vue.mjs";
|
|
10
|
+
import ElmBlockQuote from "../typography/ElmBlockQuote.vue.mjs";
|
|
11
|
+
import ElmDivider from "../typography/ElmDivider.vue.mjs";
|
|
12
|
+
import ElmHeading1 from "../headings/ElmHeading1.vue.mjs";
|
|
13
|
+
import ElmHeading2 from "../headings/ElmHeading2.vue.mjs";
|
|
14
|
+
import ElmHeading3 from "../headings/ElmHeading3.vue.mjs";
|
|
15
|
+
import ElmHeading4 from "../headings/ElmHeading4.vue.mjs";
|
|
16
|
+
import ElmHeading5 from "../headings/ElmHeading5.vue.mjs";
|
|
17
|
+
import ElmHeading6 from "../headings/ElmHeading6.vue.mjs";
|
|
18
|
+
import ElmCodeBlock from "../code/ElmCodeBlock.vue.mjs";
|
|
19
|
+
import ElmParagraph from "../typography/ElmParagraph.vue.mjs";
|
|
20
|
+
import ElmTable from "../table/ElmTable.vue.mjs";
|
|
21
|
+
import _sfc_main$3 from "../table/ElmTableHeader.vue.mjs";
|
|
22
|
+
/* empty css */
|
|
23
|
+
import _sfc_main$2 from "../table/ElmTableBody.vue.mjs";
|
|
24
|
+
/* empty css */
|
|
25
|
+
import _sfc_main$1 from "../table/ElmTableRow.vue.mjs";
|
|
26
|
+
import ElmTableCell from "../table/ElmTableCell.vue.mjs";
|
|
27
|
+
import ElmKatex from "../code/ElmKatex.vue.mjs";
|
|
28
|
+
import ElmImage from "../media/ElmImage.vue.mjs";
|
|
29
|
+
import ElmBookmark from "../navigation/ElmBookmark.vue.mjs";
|
|
30
|
+
import ElmToggle from "../containments/ElmToggle.vue.mjs";
|
|
31
|
+
import ElmCheckbox from "../form/ElmCheckbox.vue.mjs";
|
|
32
|
+
import ElmFile from "../media/ElmFile.vue.mjs";
|
|
33
|
+
import ElmColumn from "../containments/ElmColumn.vue.mjs";
|
|
34
|
+
import ElmColumnList from "../containments/ElmColumnList.vue.mjs";
|
|
35
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
36
|
+
__name: "ElmJsonRenderer",
|
|
37
|
+
props: {
|
|
38
|
+
json: {}
|
|
39
|
+
},
|
|
40
|
+
setup(__props) {
|
|
41
|
+
const componentMap = {
|
|
42
|
+
ElmInlineText: markRaw(ElmInlineText),
|
|
43
|
+
ElmInlineLink: markRaw(ElmInlineLink),
|
|
44
|
+
ElmCallout: markRaw(ElmCallout),
|
|
45
|
+
ElmBulletedList: markRaw(_sfc_main$5),
|
|
46
|
+
ElmNumberedList: markRaw(_sfc_main$4),
|
|
47
|
+
ElmListItem: markRaw(ElmListItem),
|
|
48
|
+
ElmBlockQuote: markRaw(ElmBlockQuote),
|
|
49
|
+
ElmDivider: markRaw(ElmDivider),
|
|
50
|
+
ElmHeading1: markRaw(ElmHeading1),
|
|
51
|
+
ElmHeading2: markRaw(ElmHeading2),
|
|
52
|
+
ElmHeading3: markRaw(ElmHeading3),
|
|
53
|
+
ElmHeading4: markRaw(ElmHeading4),
|
|
54
|
+
ElmHeading5: markRaw(ElmHeading5),
|
|
55
|
+
ElmHeading6: markRaw(ElmHeading6),
|
|
56
|
+
ElmCodeBlock: markRaw(ElmCodeBlock),
|
|
57
|
+
ElmParagraph: markRaw(ElmParagraph),
|
|
58
|
+
ElmTable: markRaw(ElmTable),
|
|
59
|
+
ElmTableHeader: markRaw(_sfc_main$3),
|
|
60
|
+
ElmTableBody: markRaw(_sfc_main$2),
|
|
61
|
+
ElmTableRow: markRaw(_sfc_main$1),
|
|
62
|
+
ElmTableCell: markRaw(ElmTableCell),
|
|
63
|
+
ElmKatex: markRaw(ElmKatex),
|
|
64
|
+
ElmImage: markRaw(ElmImage),
|
|
65
|
+
ElmBookmark: markRaw(ElmBookmark),
|
|
66
|
+
ElmToggle: markRaw(ElmToggle),
|
|
67
|
+
ElmCheckbox: markRaw(ElmCheckbox),
|
|
68
|
+
ElmFile: markRaw(ElmFile),
|
|
69
|
+
ElmColumn: markRaw(ElmColumn),
|
|
70
|
+
ElmColumnList: markRaw(ElmColumnList)
|
|
71
|
+
};
|
|
72
|
+
const render = (json) => {
|
|
73
|
+
const vnodes = [];
|
|
74
|
+
for (const component of json) {
|
|
75
|
+
vnodes.push(
|
|
76
|
+
h(
|
|
77
|
+
componentMap[component.type],
|
|
78
|
+
{ ...component.props, key: component.id },
|
|
79
|
+
() => {
|
|
80
|
+
if (component.children != null) {
|
|
81
|
+
return render(component.children);
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
)
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
return vnodes;
|
|
88
|
+
};
|
|
89
|
+
return (_ctx, _cache) => {
|
|
90
|
+
return openBlock(), createBlock(resolveDynamicComponent(() => render(_ctx.json)));
|
|
91
|
+
};
|
|
92
|
+
}
|
|
93
|
+
});
|
|
94
|
+
export {
|
|
95
|
+
_sfc_main as default
|
|
96
|
+
};
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ElmJsonRendererProps } from './ElmJsonRenderer.vue';
|
|
2
|
+
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>;
|
|
3
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { defineComponent, ref, onMounted, nextTick, h, createBlock, openBlock, resolveDynamicComponent } from "vue";
|
|
2
|
+
import _sfc_main$1 from "./ElmJsonRenderer.vue.mjs";
|
|
3
|
+
import ElmBlockFallback from "../fallback/ElmBlockFallback.vue.mjs";
|
|
4
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
5
|
+
__name: "ElmJsonRendererAsync",
|
|
6
|
+
props: {
|
|
7
|
+
json: {}
|
|
8
|
+
},
|
|
9
|
+
setup(__props) {
|
|
10
|
+
const props = __props;
|
|
11
|
+
const vnode = ref(null);
|
|
12
|
+
onMounted(() => {
|
|
13
|
+
nextTick(() => {
|
|
14
|
+
vnode.value = h(_sfc_main$1, { json: props.json });
|
|
15
|
+
});
|
|
16
|
+
});
|
|
17
|
+
return (_ctx, _cache) => {
|
|
18
|
+
return vnode.value != null ? (openBlock(), createBlock(resolveDynamicComponent(() => vnode.value), { key: 0 })) : (openBlock(), createBlock(ElmBlockFallback, { key: 1 }));
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
export {
|
|
23
|
+
_sfc_main as default
|
|
24
|
+
};
|
|
@@ -1,14 +1,20 @@
|
|
|
1
|
+
import { Property } from 'csstype';
|
|
1
2
|
export interface ElmTableProps {
|
|
3
|
+
/**
|
|
4
|
+
* The margin of the table.
|
|
5
|
+
*/
|
|
6
|
+
margin?: Property.MarginBlock;
|
|
2
7
|
}
|
|
3
8
|
declare function __VLS_template(): {
|
|
9
|
+
attrs: Partial<{}>;
|
|
4
10
|
slots: {
|
|
5
11
|
default?(_: {}): any;
|
|
6
12
|
};
|
|
7
13
|
refs: {};
|
|
8
|
-
|
|
14
|
+
rootEl: HTMLTableElement;
|
|
9
15
|
};
|
|
10
16
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
17
|
+
declare const __VLS_component: import('vue').DefineComponent<ElmTableProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableElement>;
|
|
12
18
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, normalizeStyle, renderSlot } from "vue";
|
|
2
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
3
|
+
__name: "ElmTable",
|
|
4
|
+
props: {
|
|
5
|
+
margin: {}
|
|
6
|
+
},
|
|
7
|
+
setup(__props) {
|
|
8
|
+
return (_ctx, _cache) => {
|
|
9
|
+
return openBlock(), createElementBlock("table", {
|
|
10
|
+
class: "table",
|
|
11
|
+
style: normalizeStyle({
|
|
12
|
+
"--margin-block": _ctx.margin
|
|
13
|
+
})
|
|
14
|
+
}, [
|
|
15
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
16
|
+
], 4);
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
_sfc_main as default
|
|
22
|
+
};
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
export interface ElmTableBodyProps {
|
|
2
2
|
}
|
|
3
3
|
declare function __VLS_template(): {
|
|
4
|
+
attrs: Partial<{}>;
|
|
4
5
|
slots: {
|
|
5
6
|
default?(_: {}): any;
|
|
6
7
|
};
|
|
7
8
|
refs: {};
|
|
8
|
-
|
|
9
|
+
rootEl: HTMLTableSectionElement;
|
|
9
10
|
};
|
|
10
11
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
11
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmTableBodyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {},
|
|
12
|
+
declare const __VLS_component: import('vue').DefineComponent<ElmTableBodyProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableBodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLTableSectionElement>;
|
|
12
13
|
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
13
14
|
export default _default;
|
|
14
15
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { defineComponent, createElementBlock, openBlock, renderSlot } from "vue";
|
|
2
|
+
const _hoisted_1 = { class: "elmethis-table-header-body" };
|
|
3
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
4
|
+
__name: "ElmTableBody",
|
|
5
|
+
setup(__props) {
|
|
6
|
+
return (_ctx, _cache) => {
|
|
7
|
+
return openBlock(), createElementBlock("tbody", _hoisted_1, [
|
|
8
|
+
renderSlot(_ctx.$slots, "default")
|
|
9
|
+
]);
|
|
10
|
+
};
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export {
|
|
14
|
+
_sfc_main as default
|
|
15
|
+
};
|
|
@@ -10,11 +10,12 @@ export interface ElmTableCellProps {
|
|
|
10
10
|
text?: string;
|
|
11
11
|
}
|
|
12
12
|
declare function __VLS_template(): {
|
|
13
|
+
attrs: Partial<{}>;
|
|
13
14
|
slots: {
|
|
14
15
|
default?(_: {}): any;
|
|
15
16
|
};
|
|
16
17
|
refs: {};
|
|
17
|
-
|
|
18
|
+
rootEl: any;
|
|
18
19
|
};
|
|
19
20
|
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
20
21
|
declare const __VLS_component: import('vue').DefineComponent<ElmTableCellProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmTableCellProps> & Readonly<{}>, {
|