@elmethis/core 1.0.0-alpha.80 → 1.0.0-alpha.82
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/{Bash-C6cwtxm7.js → Bash-CPEBhZGp.js} +1 -1
- package/dist/{C-DzTFSlaA.js → C-DPJ8fLwl.js} +1 -1
- package/dist/{Cpp-fLltu7Jj.js → Cpp-CoSK3Y_L.js} +1 -1
- package/dist/{Csharp-DVk3Hewy.js → Csharp-CJPH_zKB.js} +1 -1
- package/dist/{Css-DEY7wAxb.js → Css-DHnlQ0go.js} +1 -1
- package/dist/{Go-CUJC3bhK.js → Go-h5c4uOaa.js} +1 -1
- package/dist/{Html-B0A6Mat8.js → Html-CngEmMep.js} +1 -1
- package/dist/{Java-DMiv2shH.js → Java-sght7wIq.js} +1 -1
- package/dist/{JavaScript-DhsElpns.js → JavaScript-CqhHLamu.js} +1 -1
- package/dist/{Json-BqVZDqf7.js → Json-DVFLJ2yn.js} +1 -1
- package/dist/{Kotlin--XXXb4AJ.js → Kotlin-CdCuqhbT.js} +1 -1
- package/dist/{Lua-BiC7dHGc.js → Lua-yNBkH03I.js} +1 -1
- package/dist/{Npm-DWrjhHNg.js → Npm-CuLz0LxW.js} +1 -1
- package/dist/{Python-CieoMBh3.js → Python-BSQgoNGu.js} +1 -1
- package/dist/{Rust-BBHT6EMw.js → Rust-CHdBnOGV.js} +1 -1
- package/dist/{Sql-DCrFQesw.js → Sql-DMsEsxpD.js} +1 -1
- package/dist/{Terraform-CTgFTPmH.js → Terraform-JF-V0YNf.js} +1 -1
- package/dist/{TypeScript-CibW7lot.js → TypeScript-ChVXfI-F.js} +1 -1
- package/dist/components/data/ElmStatusMessage.stories.d.ts +9 -0
- package/dist/components/data/ElmStatusMessage.vue.d.ts +6 -0
- package/dist/components/icon/ElmArrowIcon.vue.d.ts +1 -1
- package/dist/components/renderer/ElmJsonRendererAsync.vue.d.ts +3 -0
- package/dist/elmethis.js +38 -36
- package/dist/elmethis.umd.cjs +20 -20
- package/dist/{index-DijBF6gQ.js → index-DDYesO51.js} +1990 -1891
- package/dist/index.d.ts +4 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -11,6 +11,7 @@ import { default as ElmToggle, ElmToggleProps } from './components/containments/
|
|
|
11
11
|
import { default as ElmTooltip, ElmTooltipProps } from './components/containments/ElmTooltip.vue';
|
|
12
12
|
import { default as ElmProgress, ElmProgressProps } from './components/data/ElmProgress.vue';
|
|
13
13
|
import { default as ElmMultiProgress, ElmMultiProgressProps } from './components/data/ElmMultiProgress.vue';
|
|
14
|
+
import { default as ElmStatusMessage, ElmStatusMessageProps } from './components/data/ElmStatusMessage.vue';
|
|
14
15
|
import { default as ElmRectangleWave, ElmRectangleWaveProps } from './components/fallback/ElmRectangleWave.vue';
|
|
15
16
|
import { default as ElmBlockFallback, ElmBlockFallbackProps } from './components/fallback/ElmBlockFallback.vue';
|
|
16
17
|
import { default as ElmButton, ElmButtonProps } from './components/form/ElmButton.vue';
|
|
@@ -44,6 +45,7 @@ import { default as ElmNotionRichText, ElmNotionRichTextProps } from './componen
|
|
|
44
45
|
import { default as ElmColorSample, ElmColorSampleProps } from './components/others/ElmColorSample.vue';
|
|
45
46
|
import { default as ElmColorTable, ElmColorTableProps } from './components/others/ElmColorTable.vue';
|
|
46
47
|
import { default as ElmJsonRenderer, ElmJsonRendererProps } from './components/renderer/ElmJsonRenderer.vue';
|
|
48
|
+
import { default as ElmJsonRendererAsync } from './components/renderer/ElmJsonRendererAsync.vue';
|
|
47
49
|
import { default as ElmTable, ElmTableProps } from './components/table/ElmTable.vue';
|
|
48
50
|
import { default as ElmTableHeader, ElmTableHeaderProps } from './components/table/ElmTableHeader.vue';
|
|
49
51
|
import { default as ElmTableBody, ElmTableBodyProps } from './components/table/ElmTableBody.vue';
|
|
@@ -57,5 +59,5 @@ import { default as ElmNumberedList, ElmNumberedListProps } from './components/t
|
|
|
57
59
|
import { default as ElmParagraph, ElmParagraphProps } from './components/typography/ElmParagraph.vue';
|
|
58
60
|
import { default as ElmListItem, ElmListItemProps } from './components/typography/ElmListItem.vue';
|
|
59
61
|
import { useElmethisTheme } from './hooks/useElmethisTheme';
|
|
60
|
-
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmFragmentIdentifier, ElmArrowIcon, ElmBookmarkIcon, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
61
|
-
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmMultiProgressProps, ElmRectangleWaveProps, ElmBlockFallbackProps, ElmButtonProps, ElmCheckboxProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmFragmentIdentifierProps, ElmArrowIconProps, ElmBookmarkIconProps, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmNotionProps, ElmNotionRichTextProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|
|
62
|
+
export { ElmTag, ElmCodeBlock, ElmPrismHighlighter, ElmKatex, ElmColumn, ElmColumnList, ElmDesktopWindow, ElmModal, ElmParallax, ElmToggle, ElmTooltip, ElmProgress, ElmMultiProgress, ElmStatusMessage, ElmRectangleWave, ElmBlockFallback, ElmButton, ElmCheckbox, ElmHeading1, ElmHeading2, ElmHeading3, ElmHeading4, ElmHeading5, ElmHeading6, ElmFragmentIdentifier, ElmArrowIcon, ElmBookmarkIcon, ElmCubeIcon, ElmDotLoadingIcon, ElmLanguageIcon, ElmLoginIcon, ElmToggleTheme, ElmInlineCode, ElmInlineLink, ElmInlineRuby, ElmInlineText, ElmFile, ElmImage, ElmBookmark, ElmBreadcrumb, ElmPagetop, ElmTableOfContents, ElmNotion, ElmNotionRichText, ElmColorSample, ElmColorTable, ElmJsonRenderer, ElmJsonRendererAsync, ElmTable, ElmTableHeader, ElmTableBody, ElmTableRow, ElmTableCell, ElmBlockQuote, ElmBulletedList, ElmCallout, ElmDivider, ElmNumberedList, ElmParagraph, ElmListItem, useElmethisTheme };
|
|
63
|
+
export type { ElmTagProps, ElmCodeBlockProps, ElmPrismHighlighterProps, ElmKatexProps, ElmColumnProps, ElmColumnListProps, ElmDesktopWindowProps, ElmModalProps, ElmParallaxProps, ElmToggleProps, ElmTooltipProps, ElmProgressProps, ElmMultiProgressProps, ElmStatusMessageProps, ElmRectangleWaveProps, ElmBlockFallbackProps, ElmButtonProps, ElmCheckboxProps, ElmHeading1Props, ElmHeading2Props, ElmHeading3Props, ElmHeading4Props, ElmHeading5Props, ElmHeading6Props, ElmFragmentIdentifierProps, ElmArrowIconProps, ElmBookmarkIconProps, ElmCubeIconProps, ElmDotLoadingIconProps, ElmLanguageIconProps, ElmLoginIconProps, ElmToggleThemeProps, ElmInlineCodeProps, ElmInlineLinkProps, ElmInlineRubyProps, ElmInlineTextProps, ElmFileProps, ElmImageProps, ElmBookmarkProps, ElmBreadcrumbProps, ElmPagetopProps, ElmTableOfContentsProps, ElmNotionProps, ElmNotionRichTextProps, ElmJsonRendererProps, ElmColorSampleProps, ElmColorTableProps, ElmTableProps, ElmTableHeaderProps, ElmTableBodyProps, ElmTableRowProps, ElmTableCellProps, ElmBlockQuoteProps, ElmBulletedListProps, ElmCalloutProps, ElmDividerProps, ElmNumberedListProps, ElmParagraphProps, ElmListItemProps };
|