@elmethis/vue 0.4.2 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +55 -0
- package/lib/index.vue.cjs +2 -0
- package/lib/index.vue.mjs +4387 -0
- package/lib/style.css +2 -0
- package/lib-types/components/a2ui/catalog/basic-catalog.d.ts +3 -0
- package/lib-types/components/a2ui/catalog/basic-catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts +8 -0
- package/lib-types/components/a2ui/catalog/block-catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts +19 -0
- package/lib-types/components/a2ui/catalog/catalog-utils.d.ts.map +1 -0
- package/lib-types/components/a2ui/catalog/catalog.d.ts +109 -0
- package/lib-types/components/a2ui/catalog/catalog.d.ts.map +1 -0
- package/lib-types/components/a2ui/component-host.d.ts +76 -0
- package/lib-types/components/a2ui/component-host.d.ts.map +1 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts +115 -0
- package/lib-types/components/a2ui/elm-a2ui.d.ts.map +1 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts +14 -0
- package/lib-types/components/a2ui/stream-json-lines.d.ts.map +1 -0
- package/lib-types/components/code/elm-code-block.d.ts +47 -0
- package/lib-types/components/code/elm-code-block.d.ts.map +1 -0
- package/lib-types/components/code/elm-katex.d.ts +37 -0
- package/lib-types/components/code/elm-katex.d.ts.map +1 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts +33 -0
- package/lib-types/components/code/elm-shiki-highlighter.d.ts.map +1 -0
- package/lib-types/components/containments/elm-collapse.d.ts +38 -0
- package/lib-types/components/containments/elm-collapse.d.ts.map +1 -0
- package/lib-types/components/containments/elm-modal.d.ts +43 -0
- package/lib-types/components/containments/elm-modal.d.ts.map +1 -0
- package/lib-types/components/containments/elm-parallax.d.ts +16 -0
- package/lib-types/components/containments/elm-parallax.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tabs.d.ts +79 -0
- package/lib-types/components/containments/elm-tabs.d.ts.map +1 -0
- package/lib-types/components/containments/elm-toggle.d.ts +57 -0
- package/lib-types/components/containments/elm-toggle.d.ts.map +1 -0
- package/lib-types/components/containments/elm-tooltip.d.ts +4 -0
- package/lib-types/components/containments/elm-tooltip.d.ts.map +1 -0
- package/lib-types/components/containments/tabs-context.d.ts +17 -0
- package/lib-types/components/containments/tabs-context.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts +18 -0
- package/lib-types/components/fallback/elm-block-fallback.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts +4 -0
- package/lib-types/components/fallback/elm-rectangle-wave.d.ts.map +1 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts +18 -0
- package/lib-types/components/fallback/elm-unsupported-block.d.ts.map +1 -0
- package/lib-types/components/form/elm-button.d.ts +70 -0
- package/lib-types/components/form/elm-button.d.ts.map +1 -0
- package/lib-types/components/form/elm-checkbox.d.ts +75 -0
- package/lib-types/components/form/elm-checkbox.d.ts.map +1 -0
- package/lib-types/components/form/elm-select.d.ts +108 -0
- package/lib-types/components/form/elm-select.d.ts.map +1 -0
- package/lib-types/components/form/elm-switch.d.ts +62 -0
- package/lib-types/components/form/elm-switch.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-area.d.ts +108 -0
- package/lib-types/components/form/elm-text-area.d.ts.map +1 -0
- package/lib-types/components/form/elm-text-field.d.ts +113 -0
- package/lib-types/components/form/elm-text-field.d.ts.map +1 -0
- package/lib-types/components/form/elm-validation.d.ts +36 -0
- package/lib-types/components/form/elm-validation.d.ts.map +1 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts +19 -0
- package/lib-types/components/icon/elm-copy-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts +21 -0
- package/lib-types/components/icon/elm-dot-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts +63 -0
- package/lib-types/components/icon/elm-inline-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-language-icon.d.ts +36 -0
- package/lib-types/components/icon/elm-language-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts +73 -0
- package/lib-types/components/icon/elm-mdi-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts +28 -0
- package/lib-types/components/icon/elm-square-loading-icon.d.ts.map +1 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts +21 -0
- package/lib-types/components/icon/elm-toggle-theme.d.ts.map +1 -0
- package/lib-types/components/icon/languages/bash.d.ts +14 -0
- package/lib-types/components/icon/languages/bash.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts +14 -0
- package/lib-types/components/icon/languages/c-plus-plus.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts +14 -0
- package/lib-types/components/icon/languages/c-sharp.d.ts.map +1 -0
- package/lib-types/components/icon/languages/c.d.ts +14 -0
- package/lib-types/components/icon/languages/c.d.ts.map +1 -0
- package/lib-types/components/icon/languages/css.d.ts +14 -0
- package/lib-types/components/icon/languages/css.d.ts.map +1 -0
- package/lib-types/components/icon/languages/go.d.ts +14 -0
- package/lib-types/components/icon/languages/go.d.ts.map +1 -0
- package/lib-types/components/icon/languages/html.d.ts +14 -0
- package/lib-types/components/icon/languages/html.d.ts.map +1 -0
- package/lib-types/components/icon/languages/java.d.ts +14 -0
- package/lib-types/components/icon/languages/java.d.ts.map +1 -0
- package/lib-types/components/icon/languages/javascript.d.ts +14 -0
- package/lib-types/components/icon/languages/javascript.d.ts.map +1 -0
- package/lib-types/components/icon/languages/json.d.ts +14 -0
- package/lib-types/components/icon/languages/json.d.ts.map +1 -0
- package/lib-types/components/icon/languages/kotlin.d.ts +14 -0
- package/lib-types/components/icon/languages/kotlin.d.ts.map +1 -0
- package/lib-types/components/icon/languages/language-interface.d.ts +7 -0
- package/lib-types/components/icon/languages/language-interface.d.ts.map +1 -0
- package/lib-types/components/icon/languages/lua.d.ts +14 -0
- package/lib-types/components/icon/languages/lua.d.ts.map +1 -0
- package/lib-types/components/icon/languages/npm.d.ts +14 -0
- package/lib-types/components/icon/languages/npm.d.ts.map +1 -0
- package/lib-types/components/icon/languages/python.d.ts +14 -0
- package/lib-types/components/icon/languages/python.d.ts.map +1 -0
- package/lib-types/components/icon/languages/rust.d.ts +14 -0
- package/lib-types/components/icon/languages/rust.d.ts.map +1 -0
- package/lib-types/components/icon/languages/sql.d.ts +14 -0
- package/lib-types/components/icon/languages/sql.d.ts.map +1 -0
- package/lib-types/components/icon/languages/terraform.d.ts +14 -0
- package/lib-types/components/icon/languages/terraform.d.ts.map +1 -0
- package/lib-types/components/icon/languages/typescript.d.ts +14 -0
- package/lib-types/components/icon/languages/typescript.d.ts.map +1 -0
- package/lib-types/components/media/elm-block-image.d.ts +93 -0
- package/lib-types/components/media/elm-block-image.d.ts.map +1 -0
- package/lib-types/components/media/elm-file.d.ts +46 -0
- package/lib-types/components/media/elm-file.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts +74 -0
- package/lib-types/components/navigation/elm-bookmark.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts +26 -0
- package/lib-types/components/navigation/elm-breadcrumb.d.ts.map +1 -0
- package/lib-types/components/navigation/elm-page-top.d.ts +21 -0
- package/lib-types/components/navigation/elm-page-top.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts +4 -0
- package/lib-types/components/others/elm-color-primitive-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts +4 -0
- package/lib-types/components/others/elm-color-semantic-sample.d.ts.map +1 -0
- package/lib-types/components/others/elm-markdown.d.ts +31 -0
- package/lib-types/components/others/elm-markdown.d.ts.map +1 -0
- package/lib-types/components/others/use-wordle.d.ts +26 -0
- package/lib-types/components/others/use-wordle.d.ts.map +1 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts +2 -0
- package/lib-types/components/others/wordle/validGuesses.d.ts.map +1 -0
- package/lib-types/components/others/wordle/wordlist.d.ts +2 -0
- package/lib-types/components/others/wordle/wordlist.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-body.d.ts +4 -0
- package/lib-types/components/table/elm-table-body.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-cell.d.ts +58 -0
- package/lib-types/components/table/elm-table-cell.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-header.d.ts +4 -0
- package/lib-types/components/table/elm-table-header.d.ts.map +1 -0
- package/lib-types/components/table/elm-table-row.d.ts +4 -0
- package/lib-types/components/table/elm-table-row.d.ts.map +1 -0
- package/lib-types/components/table/elm-table.d.ts +28 -0
- package/lib-types/components/table/elm-table.d.ts.map +1 -0
- package/lib-types/components/table/index.d.ts +7 -0
- package/lib-types/components/table/index.d.ts.map +1 -0
- package/lib-types/components/table/table-context.d.ts +22 -0
- package/lib-types/components/table/table-context.d.ts.map +1 -0
- package/lib-types/components/typography/elm-block-quote.d.ts +4 -0
- package/lib-types/components/typography/elm-block-quote.d.ts.map +1 -0
- package/lib-types/components/typography/elm-callout.d.ts +22 -0
- package/lib-types/components/typography/elm-callout.d.ts.map +1 -0
- package/lib-types/components/typography/elm-divider.d.ts +4 -0
- package/lib-types/components/typography/elm-divider.d.ts.map +1 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts +19 -0
- package/lib-types/components/typography/elm-fragment-identifier.d.ts.map +1 -0
- package/lib-types/components/typography/elm-heading.d.ts +38 -0
- package/lib-types/components/typography/elm-heading.d.ts.map +1 -0
- package/lib-types/components/typography/elm-inline-text.d.ts +172 -0
- package/lib-types/components/typography/elm-inline-text.d.ts.map +1 -0
- package/lib-types/components/typography/elm-list.d.ts +19 -0
- package/lib-types/components/typography/elm-list.d.ts.map +1 -0
- package/lib-types/components/typography/elm-paragraph.d.ts +28 -0
- package/lib-types/components/typography/elm-paragraph.d.ts.map +1 -0
- package/lib-types/hooks/use-bindable-signal.d.ts +44 -0
- package/lib-types/hooks/use-bindable-signal.d.ts.map +1 -0
- package/lib-types/hooks/use-clipboard.d.ts +24 -0
- package/lib-types/hooks/use-clipboard.d.ts.map +1 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts +47 -0
- package/lib-types/hooks/use-elmethis-theme.d.ts.map +1 -0
- package/lib-types/hooks/use-modal.d.ts +25 -0
- package/lib-types/hooks/use-modal.d.ts.map +1 -0
- package/lib-types/index.d.ts +53 -0
- package/lib-types/index.d.ts.map +1 -0
- package/package.json +85 -45
- package/dist/_virtual/_plugin-vue_export-helper.mjs +0 -8
- package/dist/components/ag-ui/message/ElmAgUiMessageUser.stories.d.ts +0 -6
- package/dist/components/ag-ui/message/ElmAgUiMessageUser.vue.d.ts +0 -8
- package/dist/components/code/ElmCodeBlock.mjs +0 -20
- package/dist/components/code/ElmCodeBlock.stories.d.ts +0 -9
- package/dist/components/code/ElmCodeBlock.vue.d.ts +0 -46
- package/dist/components/code/ElmCodeBlock.vue_vue_type_script_setup_true_lang.mjs +0 -79
- package/dist/components/code/ElmCodeBlock.vue_vue_type_style_index_0_lang.module.mjs +0 -26
- package/dist/components/code/ElmKatex.mjs +0 -6
- package/dist/components/code/ElmKatex.stories.d.ts +0 -8
- package/dist/components/code/ElmKatex.vue.d.ts +0 -20
- package/dist/components/code/ElmKatex.vue_vue_type_script_setup_true_lang.mjs +0 -61
- package/dist/components/code/ElmKatex.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/code/ElmMermaid.mjs +0 -6
- package/dist/components/code/ElmMermaid.stories.d.ts +0 -7
- package/dist/components/code/ElmMermaid.vue.d.ts +0 -7
- package/dist/components/code/ElmMermaid.vue_vue_type_script_setup_true_lang.mjs +0 -84
- package/dist/components/code/ElmMermaid.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/code/ElmShikiHighlighter.mjs +0 -20
- package/dist/components/code/ElmShikiHighlighter.stories.d.ts +0 -6
- package/dist/components/code/ElmShikiHighlighter.vue.d.ts +0 -22
- package/dist/components/code/ElmShikiHighlighter.vue_vue_type_script_setup_true_lang.mjs +0 -53
- package/dist/components/code/ElmShikiHighlighter.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/code/shikiInstance.d.ts +0 -2
- package/dist/components/code/shikiInstance.mjs +0 -74
- package/dist/components/containments/ElmColumn.stories.d.ts +0 -6
- package/dist/components/containments/ElmColumn.vue.d.ts +0 -19
- package/dist/components/containments/ElmColumnList.vue.d.ts +0 -19
- package/dist/components/containments/ElmConfirmModal.mjs +0 -6
- package/dist/components/containments/ElmConfirmModal.stories.d.ts +0 -6
- package/dist/components/containments/ElmConfirmModal.vue.d.ts +0 -37
- package/dist/components/containments/ElmConfirmModal.vue_vue_type_script_setup_true_lang.mjs +0 -85
- package/dist/components/containments/ElmConfirmModal.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/containments/ElmDesktopWindow.mjs +0 -6
- package/dist/components/containments/ElmDesktopWindow.stories.d.ts +0 -6
- package/dist/components/containments/ElmDesktopWindow.vue.d.ts +0 -27
- package/dist/components/containments/ElmDesktopWindow.vue_vue_type_script_setup_true_lang.mjs +0 -29
- package/dist/components/containments/ElmDesktopWindow.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/containments/ElmModal.mjs +0 -6
- package/dist/components/containments/ElmModal.stories.d.ts +0 -6
- package/dist/components/containments/ElmModal.vue.d.ts +0 -34
- package/dist/components/containments/ElmModal.vue_vue_type_script_setup_true_lang.mjs +0 -56
- package/dist/components/containments/ElmModal.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/containments/ElmParallax.mjs +0 -6
- package/dist/components/containments/ElmParallax.stories.d.ts +0 -6
- package/dist/components/containments/ElmParallax.vue.d.ts +0 -6
- package/dist/components/containments/ElmParallax.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/containments/ElmParallax.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/containments/ElmSimpleTooltip.mjs +0 -6
- package/dist/components/containments/ElmSimpleTooltip.stories.d.ts +0 -7
- package/dist/components/containments/ElmSimpleTooltip.vue.d.ts +0 -21
- package/dist/components/containments/ElmSimpleTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -26
- package/dist/components/containments/ElmSimpleTooltip.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/containments/ElmSnackbar.mjs +0 -6
- package/dist/components/containments/ElmSnackbar.stories.d.ts +0 -6
- package/dist/components/containments/ElmSnackbar.vue.d.ts +0 -11
- package/dist/components/containments/ElmSnackbar.vue_vue_type_script_setup_true_lang.mjs +0 -41
- package/dist/components/containments/ElmSnackbar.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/containments/ElmSnackbarContainer.mjs +0 -20
- package/dist/components/containments/ElmSnackbarContainer.vue.d.ts +0 -10
- package/dist/components/containments/ElmSnackbarContainer.vue_vue_type_script_setup_true_lang.mjs +0 -19
- package/dist/components/containments/ElmSnackbarContainer.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/containments/ElmTabs.mjs +0 -6
- package/dist/components/containments/ElmTabs.stories.d.ts +0 -6
- package/dist/components/containments/ElmTabs.vue.d.ts +0 -24
- package/dist/components/containments/ElmTabs.vue_vue_type_script_setup_true_lang.mjs +0 -29
- package/dist/components/containments/ElmTabs.vue_vue_type_style_index_0_lang.module.mjs +0 -23
- package/dist/components/containments/ElmToggle.mjs +0 -6
- package/dist/components/containments/ElmToggle.stories.d.ts +0 -7
- package/dist/components/containments/ElmToggle.vue.d.ts +0 -41
- package/dist/components/containments/ElmToggle.vue_vue_type_script_setup_true_lang.mjs +0 -93
- package/dist/components/containments/ElmToggle.vue_vue_type_style_index_0_lang.module.mjs +0 -32
- package/dist/components/containments/ElmTooltip.mjs +0 -6
- package/dist/components/containments/ElmTooltip.stories.d.ts +0 -6
- package/dist/components/containments/ElmTooltip.vue.d.ts +0 -40
- package/dist/components/containments/ElmTooltip.vue_vue_type_script_setup_true_lang.mjs +0 -54
- package/dist/components/containments/ElmTooltip.vue_vue_type_style_index_0_lang.module.mjs +0 -24
- package/dist/components/containments/useSnackbarState.d.ts +0 -28
- package/dist/components/data/ElmMultiProgress.mjs +0 -6
- package/dist/components/data/ElmMultiProgress.stories.d.ts +0 -6
- package/dist/components/data/ElmMultiProgress.vue.d.ts +0 -30
- package/dist/components/data/ElmMultiProgress.vue_vue_type_script_setup_true_lang.mjs +0 -49
- package/dist/components/data/ElmMultiProgress.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/data/ElmProgress.mjs +0 -6
- package/dist/components/data/ElmProgress.stories.d.ts +0 -10
- package/dist/components/data/ElmProgress.vue.d.ts +0 -38
- package/dist/components/data/ElmProgress.vue_vue_type_script_setup_true_lang.mjs +0 -52
- package/dist/components/data/ElmProgress.vue_vue_type_style_index_0_lang.module.mjs +0 -22
- package/dist/components/data/ElmStatusMessage.mjs +0 -20
- package/dist/components/data/ElmStatusMessage.stories.d.ts +0 -9
- package/dist/components/data/ElmStatusMessage.vue.d.ts +0 -6
- package/dist/components/data/ElmStatusMessage.vue_vue_type_script_setup_true_lang.mjs +0 -62
- package/dist/components/data/ElmStatusMessage.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/embed/ElmOEmbed.mjs +0 -5
- package/dist/components/embed/ElmOEmbed.stories.d.ts +0 -9
- package/dist/components/embed/ElmOEmbed.vue.d.ts +0 -40
- package/dist/components/embed/ElmOEmbed.vue_vue_type_script_setup_true_lang.mjs +0 -46
- package/dist/components/fallback/ElmBlockFallback.mjs +0 -6
- package/dist/components/fallback/ElmBlockFallback.stories.d.ts +0 -6
- package/dist/components/fallback/ElmBlockFallback.vue.d.ts +0 -4
- package/dist/components/fallback/ElmBlockFallback.vue_vue_type_script_setup_true_lang.mjs +0 -13
- package/dist/components/fallback/ElmBlockFallback.vue_vue_type_style_index_0_lang.module.mjs +0 -17
- package/dist/components/fallback/ElmRectangleWave.mjs +0 -6
- package/dist/components/fallback/ElmRectangleWave.stories.d.ts +0 -6
- package/dist/components/fallback/ElmRectangleWave.vue.d.ts +0 -4
- package/dist/components/fallback/ElmRectangleWave.vue_vue_type_script_setup_true_lang.mjs +0 -15
- package/dist/components/fallback/ElmRectangleWave.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/fallback/ElmSpinner.mjs +0 -6
- package/dist/components/fallback/ElmSpinner.stories.d.ts +0 -6
- package/dist/components/fallback/ElmSpinner.vue.d.ts +0 -9
- package/dist/components/fallback/ElmSpinner.vue_vue_type_script_setup_true_lang.mjs +0 -33
- package/dist/components/fallback/ElmSpinner.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/fallback/ElmUnsupportedBlock.mjs +0 -6
- package/dist/components/fallback/ElmUnsupportedBlock.stories.d.ts +0 -6
- package/dist/components/fallback/ElmUnsupportedBlock.vue.d.ts +0 -5
- package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_script_setup_true_lang.mjs +0 -30
- package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_style_index_0_lang.module.mjs +0 -21
- package/dist/components/form/ElmButton.mjs +0 -20
- package/dist/components/form/ElmButton.stories.d.ts +0 -11
- package/dist/components/form/ElmButton.vue.d.ts +0 -42
- package/dist/components/form/ElmButton.vue_vue_type_script_setup_true_lang.mjs +0 -77
- package/dist/components/form/ElmButton.vue_vue_type_style_index_0_lang.module.mjs +0 -26
- package/dist/components/form/ElmCheckbox.mjs +0 -6
- package/dist/components/form/ElmCheckbox.stories.d.ts +0 -6
- package/dist/components/form/ElmCheckbox.vue.d.ts +0 -26
- package/dist/components/form/ElmCheckbox.vue_vue_type_script_setup_true_lang.mjs +0 -159
- package/dist/components/form/ElmCheckbox.vue_vue_type_style_index_0_lang.module.mjs +0 -26
- package/dist/components/form/ElmSelect.mjs +0 -6
- package/dist/components/form/ElmSelect.stories.d.ts +0 -6
- package/dist/components/form/ElmSelect.vue.d.ts +0 -48
- package/dist/components/form/ElmSelect.vue_vue_type_script_setup_true_lang.mjs +0 -129
- package/dist/components/form/ElmSelect.vue_vue_type_style_index_0_lang.module.mjs +0 -34
- package/dist/components/form/ElmSwitch.mjs +0 -6
- package/dist/components/form/ElmSwitch.stories.d.ts +0 -6
- package/dist/components/form/ElmSwitch.vue.d.ts +0 -32
- package/dist/components/form/ElmSwitch.vue_vue_type_script_setup_true_lang.mjs +0 -49
- package/dist/components/form/ElmSwitch.vue_vue_type_style_index_0_lang.module.mjs +0 -24
- package/dist/components/form/ElmTextField.mjs +0 -6
- package/dist/components/form/ElmTextField.stories.d.ts +0 -7
- package/dist/components/form/ElmTextField.vue.d.ts +0 -33
- package/dist/components/form/ElmTextField.vue_vue_type_script_setup_true_lang.mjs +0 -143
- package/dist/components/form/ElmTextField.vue_vue_type_style_index_0_lang.module.mjs +0 -29
- package/dist/components/form/ElmValidation.mjs +0 -6
- package/dist/components/form/ElmValidation.stories.d.ts +0 -6
- package/dist/components/form/ElmValidation.vue.d.ts +0 -9
- package/dist/components/form/ElmValidation.vue_vue_type_script_setup_true_lang.mjs +0 -29
- package/dist/components/form/ElmValidation.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/ElmArrowIcon.mjs +0 -6
- package/dist/components/icon/ElmArrowIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmArrowIcon.vue.d.ts +0 -26
- package/dist/components/icon/ElmArrowIcon.vue_vue_type_script_setup_true_lang.mjs +0 -34
- package/dist/components/icon/ElmArrowIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -21
- package/dist/components/icon/ElmBookmarkIcon.mjs +0 -6
- package/dist/components/icon/ElmBookmarkIcon.stories.d.ts +0 -8
- package/dist/components/icon/ElmBookmarkIcon.vue.d.ts +0 -7
- package/dist/components/icon/ElmBookmarkIcon.vue_vue_type_script_setup_true_lang.mjs +0 -40
- package/dist/components/icon/ElmBookmarkIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/icon/ElmCubeIcon.mjs +0 -6
- package/dist/components/icon/ElmCubeIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmCubeIcon.vue.d.ts +0 -10
- package/dist/components/icon/ElmCubeIcon.vue_vue_type_script_setup_true_lang.mjs +0 -53
- package/dist/components/icon/ElmCubeIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/icon/ElmDotLoadingIcon.mjs +0 -6
- package/dist/components/icon/ElmDotLoadingIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmDotLoadingIcon.vue.d.ts +0 -18
- package/dist/components/icon/ElmDotLoadingIcon.vue_vue_type_script_setup_true_lang.mjs +0 -29
- package/dist/components/icon/ElmDotLoadingIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/icon/ElmInlineIcon.mjs +0 -6
- package/dist/components/icon/ElmInlineIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmInlineIcon.vue.d.ts +0 -12
- package/dist/components/icon/ElmInlineIcon.vue_vue_type_script_setup_true_lang.mjs +0 -26
- package/dist/components/icon/ElmInlineIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/ElmLanguageIcon.mjs +0 -6
- package/dist/components/icon/ElmLanguageIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmLanguageIcon.vue.d.ts +0 -15
- package/dist/components/icon/ElmLanguageIcon.vue_vue_type_script_setup_true_lang.mjs +0 -130
- package/dist/components/icon/ElmLanguageIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/ElmLoginIcon.mjs +0 -6
- package/dist/components/icon/ElmLoginIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmLoginIcon.vue.d.ts +0 -18
- package/dist/components/icon/ElmLoginIcon.vue_vue_type_script_setup_true_lang.mjs +0 -35
- package/dist/components/icon/ElmLoginIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/ElmMdiIcon.mjs +0 -6
- package/dist/components/icon/ElmMdiIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmMdiIcon.vue.d.ts +0 -11
- package/dist/components/icon/ElmMdiIcon.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/ElmMdiIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/ElmSquareLoadingIcon.mjs +0 -6
- package/dist/components/icon/ElmSquareLoadingIcon.stories.d.ts +0 -6
- package/dist/components/icon/ElmSquareLoadingIcon.vue.d.ts +0 -10
- package/dist/components/icon/ElmSquareLoadingIcon.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/ElmSquareLoadingIcon.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/icon/ElmToggleTheme.mjs +0 -6
- package/dist/components/icon/ElmToggleTheme.stories.d.ts +0 -6
- package/dist/components/icon/ElmToggleTheme.vue.d.ts +0 -11
- package/dist/components/icon/ElmToggleTheme.vue_vue_type_script_setup_true_lang.mjs +0 -33
- package/dist/components/icon/ElmToggleTheme.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/languages/Bash.mjs +0 -6
- package/dist/components/icon/languages/Bash.vue.d.ts +0 -7
- package/dist/components/icon/languages/Bash.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/languages/Bash.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/icon/languages/C.mjs +0 -5
- package/dist/components/icon/languages/C.vue.d.ts +0 -7
- package/dist/components/icon/languages/C.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/languages/Cplusplus.mjs +0 -5
- package/dist/components/icon/languages/Cplusplus.vue.d.ts +0 -7
- package/dist/components/icon/languages/Cplusplus.vue_vue_type_script_setup_true_lang.mjs +0 -36
- package/dist/components/icon/languages/Csharp.mjs +0 -5
- package/dist/components/icon/languages/Csharp.vue.d.ts +0 -7
- package/dist/components/icon/languages/Csharp.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/languages/Css.mjs +0 -5
- package/dist/components/icon/languages/Css.vue.d.ts +0 -7
- package/dist/components/icon/languages/Css.vue_vue_type_script_setup_true_lang.mjs +0 -22
- package/dist/components/icon/languages/Go.mjs +0 -5
- package/dist/components/icon/languages/Go.vue.d.ts +0 -7
- package/dist/components/icon/languages/Go.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/dist/components/icon/languages/Html.mjs +0 -5
- package/dist/components/icon/languages/Html.vue.d.ts +0 -7
- package/dist/components/icon/languages/Html.vue_vue_type_script_setup_true_lang.mjs +0 -36
- package/dist/components/icon/languages/Java.mjs +0 -5
- package/dist/components/icon/languages/Java.vue.d.ts +0 -7
- package/dist/components/icon/languages/Java.vue_vue_type_script_setup_true_lang.mjs +0 -19
- package/dist/components/icon/languages/Javascript.mjs +0 -5
- package/dist/components/icon/languages/Javascript.vue.d.ts +0 -7
- package/dist/components/icon/languages/Javascript.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/dist/components/icon/languages/Json.mjs +0 -5
- package/dist/components/icon/languages/Json.vue.d.ts +0 -7
- package/dist/components/icon/languages/Json.vue_vue_type_script_setup_true_lang.mjs +0 -19
- package/dist/components/icon/languages/Kotlin.mjs +0 -5
- package/dist/components/icon/languages/Kotlin.vue.d.ts +0 -7
- package/dist/components/icon/languages/Kotlin.vue_vue_type_script_setup_true_lang.mjs +0 -19
- package/dist/components/icon/languages/Lua.mjs +0 -5
- package/dist/components/icon/languages/Lua.vue.d.ts +0 -7
- package/dist/components/icon/languages/Lua.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/languages/Npm.mjs +0 -5
- package/dist/components/icon/languages/Npm.vue.d.ts +0 -7
- package/dist/components/icon/languages/Npm.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/dist/components/icon/languages/Python.mjs +0 -5
- package/dist/components/icon/languages/Python.vue.d.ts +0 -7
- package/dist/components/icon/languages/Python.vue_vue_type_script_setup_true_lang.mjs +0 -19
- package/dist/components/icon/languages/Rust.mjs +0 -5
- package/dist/components/icon/languages/Rust.vue.d.ts +0 -7
- package/dist/components/icon/languages/Rust.vue_vue_type_script_setup_true_lang.mjs +0 -20
- package/dist/components/icon/languages/Sql.mjs +0 -5
- package/dist/components/icon/languages/Sql.vue.d.ts +0 -7
- package/dist/components/icon/languages/Sql.vue_vue_type_script_setup_true_lang.mjs +0 -22
- package/dist/components/icon/languages/Terraform.mjs +0 -5
- package/dist/components/icon/languages/Terraform.vue.d.ts +0 -7
- package/dist/components/icon/languages/Terraform.vue_vue_type_script_setup_true_lang.mjs +0 -32
- package/dist/components/icon/languages/Typescript.mjs +0 -5
- package/dist/components/icon/languages/Typescript.vue.d.ts +0 -7
- package/dist/components/icon/languages/Typescript.vue_vue_type_script_setup_true_lang.mjs +0 -25
- package/dist/components/media/ElmFile.mjs +0 -6
- package/dist/components/media/ElmFile.stories.d.ts +0 -6
- package/dist/components/media/ElmFile.vue.d.ts +0 -21
- package/dist/components/media/ElmFile.vue_vue_type_script_setup_true_lang.mjs +0 -58
- package/dist/components/media/ElmFile.vue_vue_type_style_index_0_lang.module.mjs +0 -21
- package/dist/components/media/ElmImage.mjs +0 -6
- package/dist/components/media/ElmImage.stories.d.ts +0 -12
- package/dist/components/media/ElmImage.vue.d.ts +0 -29
- package/dist/components/media/ElmImage.vue_vue_type_script_setup_true_lang.mjs +0 -194
- package/dist/components/media/ElmImage.vue_vue_type_style_index_0_lang.module.mjs +0 -26
- package/dist/components/navigation/ElmBookmark.mjs +0 -6
- package/dist/components/navigation/ElmBookmark.stories.d.ts +0 -12
- package/dist/components/navigation/ElmBookmark.vue.d.ts +0 -53
- package/dist/components/navigation/ElmBookmark.vue_vue_type_script_setup_true_lang.mjs +0 -95
- package/dist/components/navigation/ElmBookmark.vue_vue_type_style_index_0_lang.module.mjs +0 -25
- package/dist/components/navigation/ElmBreadcrumb.mjs +0 -6
- package/dist/components/navigation/ElmBreadcrumb.stories.d.ts +0 -7
- package/dist/components/navigation/ElmBreadcrumb.vue.d.ts +0 -19
- package/dist/components/navigation/ElmBreadcrumb.vue_vue_type_script_setup_true_lang.mjs +0 -61
- package/dist/components/navigation/ElmBreadcrumb.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/navigation/ElmPagetop.mjs +0 -6
- package/dist/components/navigation/ElmPagetop.stories.d.ts +0 -6
- package/dist/components/navigation/ElmPagetop.vue.d.ts +0 -10
- package/dist/components/navigation/ElmPagetop.vue_vue_type_script_setup_true_lang.mjs +0 -48
- package/dist/components/navigation/ElmPagetop.vue_vue_type_style_index_0_lang.module.mjs +0 -22
- package/dist/components/navigation/ElmTableOfContents.mjs +0 -6
- package/dist/components/navigation/ElmTableOfContents.stories.d.ts +0 -7
- package/dist/components/navigation/ElmTableOfContents.vue.d.ts +0 -9
- package/dist/components/navigation/ElmTableOfContents.vue_vue_type_script_setup_true_lang.mjs +0 -35
- package/dist/components/navigation/ElmTableOfContents.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/others/ElmColorSample.mjs +0 -20
- package/dist/components/others/ElmColorSample.stories.d.ts +0 -6
- package/dist/components/others/ElmColorSample.vue.d.ts +0 -8
- package/dist/components/others/ElmColorSample.vue_vue_type_script_setup_true_lang.mjs +0 -57
- package/dist/components/others/ElmColorSample.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/others/ElmColorTable.mjs +0 -6
- package/dist/components/others/ElmColorTable.stories.d.ts +0 -6
- package/dist/components/others/ElmColorTable.vue.d.ts +0 -11
- package/dist/components/others/ElmColorTable.vue_vue_type_script_setup_true_lang.mjs +0 -36
- package/dist/components/others/ElmColorTable.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/others/ElmCommandPalette.mjs +0 -20
- package/dist/components/others/ElmCommandPalette.stories.d.ts +0 -6
- package/dist/components/others/ElmCommandPalette.vue.d.ts +0 -46
- package/dist/components/others/ElmCommandPalette.vue_vue_type_script_setup_true_lang.mjs +0 -155
- package/dist/components/others/ElmCommandPalette.vue_vue_type_style_index_0_lang.module.mjs +0 -27
- package/dist/components/others/ElmJsonComponentRenderer.mjs +0 -6
- package/dist/components/others/ElmJsonComponentRenderer.stories.d.ts +0 -25
- package/dist/components/others/ElmJsonComponentRenderer.vue.d.ts +0 -7
- package/dist/components/others/ElmJsonComponentRenderer.vue_vue_type_script_setup_true_lang.mjs +0 -184
- package/dist/components/others/ElmJsonComponentRenderer.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/others/ElmMarkdown.mjs +0 -6
- package/dist/components/others/ElmMarkdown.stories.d.ts +0 -7
- package/dist/components/others/ElmMarkdown.vue.d.ts +0 -5
- package/dist/components/others/ElmMarkdown.vue_vue_type_script_setup_true_lang.mjs +0 -137
- package/dist/components/others/ElmMarkdown.vue_vue_type_style_index_0_lang.module.mjs +0 -17
- package/dist/components/others/ElmTyping.stories.d.ts +0 -6
- package/dist/components/others/ElmTyping.vue.d.ts +0 -4
- package/dist/components/table/ElmTable.mjs +0 -6
- package/dist/components/table/ElmTable.stories.d.ts +0 -6
- package/dist/components/table/ElmTable.vue.d.ts +0 -46
- package/dist/components/table/ElmTable.vue_vue_type_script_setup_true_lang.mjs +0 -47
- package/dist/components/table/ElmTable.vue_vue_type_style_index_0_lang.module.mjs +0 -21
- package/dist/components/table/ElmTableBody.mjs +0 -5
- package/dist/components/table/ElmTableBody.vue.d.ts +0 -22
- package/dist/components/table/ElmTableBody.vue_vue_type_script_setup_true_lang.mjs +0 -13
- package/dist/components/table/ElmTableCell.mjs +0 -6
- package/dist/components/table/ElmTableCell.vue.d.ts +0 -33
- package/dist/components/table/ElmTableCell.vue_vue_type_script_setup_true_lang.mjs +0 -23
- package/dist/components/table/ElmTableCell.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/table/ElmTableHeader.mjs +0 -6
- package/dist/components/table/ElmTableHeader.vue.d.ts +0 -22
- package/dist/components/table/ElmTableHeader.vue_vue_type_script_setup_true_lang.mjs +0 -13
- package/dist/components/table/ElmTableHeader.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/table/ElmTableRow.mjs +0 -6
- package/dist/components/table/ElmTableRow.vue.d.ts +0 -22
- package/dist/components/table/ElmTableRow.vue_vue_type_script_setup_true_lang.mjs +0 -16
- package/dist/components/table/ElmTableRow.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/template/ElmTemplate.stories.d.ts +0 -6
- package/dist/components/template/ElmTemplate.vue.d.ts +0 -4
- package/dist/components/typography/ElmBlockQuote.mjs +0 -6
- package/dist/components/typography/ElmBlockQuote.stories.d.ts +0 -6
- package/dist/components/typography/ElmBlockQuote.vue.d.ts +0 -24
- package/dist/components/typography/ElmBlockQuote.vue_vue_type_script_setup_true_lang.mjs +0 -60
- package/dist/components/typography/ElmBlockQuote.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/components/typography/ElmCallout.mjs +0 -6
- package/dist/components/typography/ElmCallout.stories.d.ts +0 -11
- package/dist/components/typography/ElmCallout.vue.d.ts +0 -30
- package/dist/components/typography/ElmCallout.vue_vue_type_script_setup_true_lang.mjs +0 -61
- package/dist/components/typography/ElmCallout.vue_vue_type_style_index_0_lang.module.mjs +0 -19
- package/dist/components/typography/ElmDivider.mjs +0 -6
- package/dist/components/typography/ElmDivider.stories.d.ts +0 -6
- package/dist/components/typography/ElmDivider.vue.d.ts +0 -11
- package/dist/components/typography/ElmDivider.vue_vue_type_script_setup_true_lang.mjs +0 -27
- package/dist/components/typography/ElmDivider.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/typography/ElmFragmentIdentifier.mjs +0 -6
- package/dist/components/typography/ElmFragmentIdentifier.stories.d.ts +0 -6
- package/dist/components/typography/ElmFragmentIdentifier.vue.d.ts +0 -8
- package/dist/components/typography/ElmFragmentIdentifier.vue_vue_type_script_setup_true_lang.mjs +0 -23
- package/dist/components/typography/ElmFragmentIdentifier.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/typography/ElmHeading.mjs +0 -6
- package/dist/components/typography/ElmHeading.stories.d.ts +0 -7
- package/dist/components/typography/ElmHeading.vue.d.ts +0 -49
- package/dist/components/typography/ElmHeading.vue_vue_type_script_setup_true_lang.mjs +0 -94
- package/dist/components/typography/ElmHeading.vue_vue_type_style_index_0_lang.module.mjs +0 -25
- package/dist/components/typography/ElmInlineText.mjs +0 -6
- package/dist/components/typography/ElmInlineText.stories.d.ts +0 -12
- package/dist/components/typography/ElmInlineText.vue.d.ts +0 -85
- package/dist/components/typography/ElmInlineText.vue_vue_type_script_setup_true_lang.mjs +0 -111
- package/dist/components/typography/ElmInlineText.vue_vue_type_style_index_0_lang.module.mjs +0 -25
- package/dist/components/typography/ElmList.mjs +0 -19
- package/dist/components/typography/ElmList.stories.d.ts +0 -8
- package/dist/components/typography/ElmList.vue.d.ts +0 -31
- package/dist/components/typography/ElmList.vue_vue_type_script_setup_true_lang.mjs +0 -27
- package/dist/components/typography/ElmParagraph.mjs +0 -6
- package/dist/components/typography/ElmParagraph.stories.d.ts +0 -8
- package/dist/components/typography/ElmParagraph.vue.d.ts +0 -25
- package/dist/components/typography/ElmParagraph.vue_vue_type_script_setup_true_lang.mjs +0 -31
- package/dist/components/typography/ElmParagraph.vue_vue_type_style_index_0_lang.module.mjs +0 -16
- package/dist/components/typography/ElmTypingAnimation.mjs +0 -6
- package/dist/components/typography/ElmTypingAnimation.stories.d.ts +0 -6
- package/dist/components/typography/ElmTypingAnimation.vue.d.ts +0 -21
- package/dist/components/typography/ElmTypingAnimation.vue_vue_type_script_setup_true_lang.mjs +0 -42
- package/dist/components/typography/ElmTypingAnimation.vue_vue_type_style_index_0_lang.module.mjs +0 -20
- package/dist/hooks/useElmethisTheme.d.ts +0 -4
- package/dist/hooks/useElmethisTheme.mjs +0 -33
- package/dist/hooks/useTyping.d.ts +0 -17
- package/dist/hooks/useTyping.mjs +0 -42
- package/dist/index.d.ts +0 -126
- package/dist/index.mjs +0 -65
- package/dist/styles/heading.module.mjs +0 -16
- package/dist/styles/text.module.mjs +0 -16
- package/dist/styles/transition-fade.module.mjs +0 -28
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as ElmStatusMessage } from './ElmStatusMessage.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmStatusMessage>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Success: Story;
|
|
8
|
-
export declare const Error: Story;
|
|
9
|
-
export declare const Warning: Story;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
export interface ElmStatusMessageProps {
|
|
2
|
-
status: "success" | "error" | "warning" | "pending";
|
|
3
|
-
message: string;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<ElmStatusMessageProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmStatusMessageProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
|
6
|
-
export default _default;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import ElmMdiIcon_default from "../icon/ElmMdiIcon.mjs";
|
|
2
|
-
import ElmInlineText_default from "../typography/ElmInlineText.mjs";
|
|
3
|
-
import { Transition, createBlock, createElementBlock, createVNode, defineComponent, normalizeClass, openBlock, unref, withCtx } from "vue";
|
|
4
|
-
import { mdiAlert, mdiAlertCircle, mdiCheckCircle, mdiReload } from "@mdi/js";
|
|
5
|
-
//#region src/components/data/ElmStatusMessage.vue?vue&type=script&setup=true&lang.ts
|
|
6
|
-
var ElmStatusMessage_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
7
|
-
__name: "ElmStatusMessage",
|
|
8
|
-
props: {
|
|
9
|
-
status: {},
|
|
10
|
-
message: {}
|
|
11
|
-
},
|
|
12
|
-
setup(__props) {
|
|
13
|
-
return (_ctx, _cache) => {
|
|
14
|
-
return openBlock(), createBlock(Transition, { mode: "out-in" }, {
|
|
15
|
-
default: withCtx(() => [__props.status === "pending" ? (openBlock(), createElementBlock("div", {
|
|
16
|
-
key: 0,
|
|
17
|
-
class: normalizeClass(_ctx.$style.wrapper)
|
|
18
|
-
}, [createVNode(ElmMdiIcon_default, {
|
|
19
|
-
d: unref(mdiReload),
|
|
20
|
-
color: "#6987b8",
|
|
21
|
-
size: "1em"
|
|
22
|
-
}, null, 8, ["d"]), createVNode(ElmInlineText_default, {
|
|
23
|
-
text: __props.message,
|
|
24
|
-
color: "#6987b8"
|
|
25
|
-
}, null, 8, ["text"])], 2)) : __props.status === "error" ? (openBlock(), createElementBlock("div", {
|
|
26
|
-
key: 1,
|
|
27
|
-
class: normalizeClass(_ctx.$style.wrapper)
|
|
28
|
-
}, [createVNode(ElmMdiIcon_default, {
|
|
29
|
-
d: unref(mdiAlertCircle),
|
|
30
|
-
color: "#c56565",
|
|
31
|
-
size: "1em"
|
|
32
|
-
}, null, 8, ["d"]), createVNode(ElmInlineText_default, {
|
|
33
|
-
text: __props.message,
|
|
34
|
-
color: "#c56565"
|
|
35
|
-
}, null, 8, ["text"])], 2)) : __props.status === "warning" ? (openBlock(), createElementBlock("div", {
|
|
36
|
-
key: 2,
|
|
37
|
-
class: normalizeClass(_ctx.$style.wrapper)
|
|
38
|
-
}, [createVNode(ElmMdiIcon_default, {
|
|
39
|
-
d: unref(mdiAlert),
|
|
40
|
-
color: "#cdb57b",
|
|
41
|
-
size: "1em"
|
|
42
|
-
}, null, 8, ["d"]), createVNode(ElmInlineText_default, {
|
|
43
|
-
text: __props.message,
|
|
44
|
-
color: "#cdb57b"
|
|
45
|
-
}, null, 8, ["text"])], 2)) : (openBlock(), createElementBlock("div", {
|
|
46
|
-
key: 3,
|
|
47
|
-
class: normalizeClass(_ctx.$style.wrapper)
|
|
48
|
-
}, [createVNode(ElmMdiIcon_default, {
|
|
49
|
-
d: unref(mdiCheckCircle),
|
|
50
|
-
color: "#59b57c",
|
|
51
|
-
size: "1em"
|
|
52
|
-
}, null, 8, ["d"]), createVNode(ElmInlineText_default, {
|
|
53
|
-
text: __props.message,
|
|
54
|
-
color: "#59b57c"
|
|
55
|
-
}, null, 8, ["text"])], 2))]),
|
|
56
|
-
_: 1
|
|
57
|
-
});
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
|
-
});
|
|
61
|
-
//#endregion
|
|
62
|
-
export { ElmStatusMessage_vue_vue_type_script_setup_true_lang_default as default };
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("._wrapper_aq2cg_1{align-items:center;gap:.5rem;display:inline-flex}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
var ElmStatusMessage_vue_vue_type_style_index_0_lang_module_default = { wrapper: "_wrapper_aq2cg_1" };
|
|
15
|
-
//#endregion
|
|
16
|
-
export { ElmStatusMessage_vue_vue_type_style_index_0_lang_module_default as default };
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import ElmOEmbed_vue_vue_type_script_setup_true_lang_default from "./ElmOEmbed.vue_vue_type_script_setup_true_lang.mjs";
|
|
2
|
-
//#region src/components/embed/ElmOEmbed.vue
|
|
3
|
-
var ElmOEmbed_default = ElmOEmbed_vue_vue_type_script_setup_true_lang_default;
|
|
4
|
-
//#endregion
|
|
5
|
-
export { ElmOEmbed_default as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as ElmOEmbed } from './ElmOEmbed.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmOEmbed>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Photo: Story;
|
|
7
|
-
export declare const Rich: Story;
|
|
8
|
-
export declare const Video: Story;
|
|
9
|
-
export declare const Link: Story;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
interface OEmbedBase {
|
|
2
|
-
type: "photo" | "video" | "link" | "rich";
|
|
3
|
-
title?: string;
|
|
4
|
-
author_name?: string;
|
|
5
|
-
author_url?: string;
|
|
6
|
-
provider_name?: string;
|
|
7
|
-
provider_url?: string;
|
|
8
|
-
cache_age?: number;
|
|
9
|
-
thumbnail_url?: string;
|
|
10
|
-
thumbnail_width?: number;
|
|
11
|
-
thumbnail_height?: number;
|
|
12
|
-
[key: string]: any;
|
|
13
|
-
}
|
|
14
|
-
interface OEmbedPhoto extends OEmbedBase {
|
|
15
|
-
type: "photo";
|
|
16
|
-
url: string;
|
|
17
|
-
width: number;
|
|
18
|
-
height: number;
|
|
19
|
-
}
|
|
20
|
-
interface OEmbedVideo extends OEmbedBase {
|
|
21
|
-
type: "video";
|
|
22
|
-
html: string;
|
|
23
|
-
width: number;
|
|
24
|
-
height: number;
|
|
25
|
-
}
|
|
26
|
-
interface OEmbedRich extends OEmbedBase {
|
|
27
|
-
type: "rich";
|
|
28
|
-
html: string;
|
|
29
|
-
width: number;
|
|
30
|
-
height: number;
|
|
31
|
-
}
|
|
32
|
-
interface OEmbedLink extends OEmbedBase {
|
|
33
|
-
type: "link";
|
|
34
|
-
}
|
|
35
|
-
type OEmbedResponse = OEmbedPhoto | OEmbedVideo | OEmbedRich | OEmbedLink;
|
|
36
|
-
export interface ElmOEmbedProps {
|
|
37
|
-
oEmbed: OEmbedResponse;
|
|
38
|
-
}
|
|
39
|
-
declare const _default: import('vue').DefineComponent<ElmOEmbedProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmOEmbedProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
40
|
-
export default _default;
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import ElmImage_default from "../media/ElmImage.mjs";
|
|
2
|
-
import ElmInlineText_default from "../typography/ElmInlineText.mjs";
|
|
3
|
-
import { createBlock, createCommentVNode, createElementBlock, createElementVNode, createTextVNode, createVNode, defineComponent, normalizeStyle, openBlock, toDisplayString, withCtx } from "vue";
|
|
4
|
-
//#region src/components/embed/ElmOEmbed.vue?vue&type=script&setup=true&lang.ts
|
|
5
|
-
var _hoisted_1 = { key: 1 };
|
|
6
|
-
var _hoisted_2 = ["innerHTML"];
|
|
7
|
-
var _hoisted_3 = ["innerHTML"];
|
|
8
|
-
var _hoisted_4 = { key: 3 };
|
|
9
|
-
var ElmOEmbed_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
10
|
-
__name: "ElmOEmbed",
|
|
11
|
-
props: { oEmbed: {} },
|
|
12
|
-
setup(__props) {
|
|
13
|
-
return (_ctx, _cache) => {
|
|
14
|
-
return openBlock(), createElementBlock("div", null, [__props.oEmbed.type === "photo" ? (openBlock(), createBlock(ElmImage_default, {
|
|
15
|
-
key: 0,
|
|
16
|
-
src: __props.oEmbed.url,
|
|
17
|
-
alt: __props.oEmbed.title,
|
|
18
|
-
width: __props.oEmbed.width,
|
|
19
|
-
height: __props.oEmbed.height,
|
|
20
|
-
block: ""
|
|
21
|
-
}, null, 8, [
|
|
22
|
-
"src",
|
|
23
|
-
"alt",
|
|
24
|
-
"width",
|
|
25
|
-
"height"
|
|
26
|
-
])) : __props.oEmbed.type === "video" ? (openBlock(), createElementBlock("div", _hoisted_1, [createElementVNode("div", {
|
|
27
|
-
innerHTML: __props.oEmbed.html,
|
|
28
|
-
style: normalizeStyle({
|
|
29
|
-
width: __props.oEmbed.width && `${__props.oEmbed.width}px`,
|
|
30
|
-
height: __props.oEmbed.height && `${__props.oEmbed.height}px`
|
|
31
|
-
})
|
|
32
|
-
}, null, 12, _hoisted_2)])) : __props.oEmbed.type === "rich" ? (openBlock(), createElementBlock("div", {
|
|
33
|
-
key: 2,
|
|
34
|
-
style: normalizeStyle({
|
|
35
|
-
width: __props.oEmbed.width && `${__props.oEmbed.width}px`,
|
|
36
|
-
height: __props.oEmbed.height && `${__props.oEmbed.height}px`
|
|
37
|
-
})
|
|
38
|
-
}, [createElementVNode("div", { innerHTML: __props.oEmbed.html }, null, 8, _hoisted_3)], 4)) : __props.oEmbed.type === "link" ? (openBlock(), createElementBlock("div", _hoisted_4, [createVNode(ElmInlineText_default, { href: __props.oEmbed.author_url || __props.oEmbed.provider_url || "#" }, {
|
|
39
|
-
default: withCtx(() => [createTextVNode(toDisplayString(__props.oEmbed.title || __props.oEmbed.author_name || __props.oEmbed.provider_name || "Link"), 1)]),
|
|
40
|
-
_: 1
|
|
41
|
-
}, 8, ["href"])])) : createCommentVNode("", true)]);
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
});
|
|
45
|
-
//#endregion
|
|
46
|
-
export { ElmOEmbed_vue_vue_type_script_setup_true_lang_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
-
import ElmBlockFallback_vue_vue_type_script_setup_true_lang_default from "./ElmBlockFallback.vue_vue_type_script_setup_true_lang.mjs";
|
|
3
|
-
import ElmBlockFallback_vue_vue_type_style_index_0_lang_module_default from "./ElmBlockFallback.vue_vue_type_style_index_0_lang.module.mjs";
|
|
4
|
-
var ElmBlockFallback_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ElmBlockFallback_vue_vue_type_script_setup_true_lang_default, [["__cssModules", { "$style": ElmBlockFallback_vue_vue_type_style_index_0_lang_module_default }]]);
|
|
5
|
-
//#endregion
|
|
6
|
-
export { ElmBlockFallback_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as ElmBlockFallback } from './ElmBlockFallback.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmBlockFallback>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export interface ElmBlockFallbackProps {
|
|
2
|
-
}
|
|
3
|
-
declare const _default: import('vue').DefineComponent<ElmBlockFallbackProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmBlockFallbackProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4
|
-
export default _default;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import ElmDotLoadingIcon_default from "../icon/ElmDotLoadingIcon.mjs";
|
|
2
|
-
import { createElementBlock, createVNode, defineComponent, normalizeClass, openBlock } from "vue";
|
|
3
|
-
//#region src/components/fallback/ElmBlockFallback.vue?vue&type=script&setup=true&lang.ts
|
|
4
|
-
var ElmBlockFallback_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
5
|
-
__name: "ElmBlockFallback",
|
|
6
|
-
setup(__props) {
|
|
7
|
-
return (_ctx, _cache) => {
|
|
8
|
-
return openBlock(), createElementBlock("div", { class: normalizeClass(_ctx.$style["elmethis-block-fallback"]) }, [createVNode(ElmDotLoadingIcon_default)], 2);
|
|
9
|
-
};
|
|
10
|
-
}
|
|
11
|
-
});
|
|
12
|
-
//#endregion
|
|
13
|
-
export { ElmBlockFallback_vue_vue_type_script_setup_true_lang_default as default };
|
package/dist/components/fallback/ElmBlockFallback.vue_vue_type_style_index_0_lang.module.mjs
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("._elmethis-block-fallback_uo36g_1{justify-content:center;align-items:center;width:100%;height:8rem;display:flex}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
//#region src/components/fallback/ElmBlockFallback.vue?vue&type=style&index=0&lang.module.scss
|
|
15
|
-
var ElmBlockFallback_vue_vue_type_style_index_0_lang_module_default = { "elmethis-block-fallback": "_elmethis-block-fallback_uo36g_1" };
|
|
16
|
-
//#endregion
|
|
17
|
-
export { ElmBlockFallback_vue_vue_type_style_index_0_lang_module_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
-
import ElmRectangleWave_vue_vue_type_script_setup_true_lang_default from "./ElmRectangleWave.vue_vue_type_script_setup_true_lang.mjs";
|
|
3
|
-
import ElmRectangleWave_vue_vue_type_style_index_0_lang_module_default from "./ElmRectangleWave.vue_vue_type_style_index_0_lang.module.mjs";
|
|
4
|
-
var ElmRectangleWave_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ElmRectangleWave_vue_vue_type_script_setup_true_lang_default, [["__cssModules", { "$style": ElmRectangleWave_vue_vue_type_style_index_0_lang_module_default }]]);
|
|
5
|
-
//#endregion
|
|
6
|
-
export { ElmRectangleWave_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as ElmRectangleWave } from './ElmRectangleWave.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmRectangleWave>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export interface ElmRectangleWaveProps {
|
|
2
|
-
}
|
|
3
|
-
declare const _default: import('vue').DefineComponent<ElmRectangleWaveProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmRectangleWaveProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
4
|
-
export default _default;
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { createElementBlock, defineComponent, normalizeClass, openBlock } from "vue";
|
|
2
|
-
//#region src/components/fallback/ElmRectangleWave.vue?vue&type=script&setup=true&lang.ts
|
|
3
|
-
var ElmRectangleWave_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
4
|
-
__name: "ElmRectangleWave",
|
|
5
|
-
setup(__props) {
|
|
6
|
-
return (_ctx, _cache) => {
|
|
7
|
-
return openBlock(), createElementBlock("div", {
|
|
8
|
-
"aria-hidden": "",
|
|
9
|
-
class: normalizeClass(_ctx.$style["rectangle-wave"])
|
|
10
|
-
}, null, 2);
|
|
11
|
-
};
|
|
12
|
-
}
|
|
13
|
-
});
|
|
14
|
-
//#endregion
|
|
15
|
-
export { ElmRectangleWave_vue_vue_type_script_setup_true_lang_default as default };
|
package/dist/components/fallback/ElmRectangleWave.vue_vue_type_style_index_0_lang.module.mjs
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("@keyframes _wave_oz31b_1{0%{opacity:0;transform:scale(0)}30%{opacity:0}40%{opacity:1}to{opacity:0;transform:scale(1)}}._rectangle-wave_oz31b_17{box-sizing:border-box;border:1px solid #000000b3;width:100%;height:100%;animation-name:_wave_oz31b_1;animation-duration:1.2s;animation-iteration-count:infinite;animation-fill-mode:both;position:absolute;overflow:hidden}[data-theme=dark] ._rectangle-wave_oz31b_17{border-color:#ffffffb3}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
var ElmRectangleWave_vue_vue_type_style_index_0_lang_module_default = {
|
|
15
|
-
"rectangle-wave": "_rectangle-wave_oz31b_17",
|
|
16
|
-
wave: "_wave_oz31b_1"
|
|
17
|
-
};
|
|
18
|
-
//#endregion
|
|
19
|
-
export { ElmRectangleWave_vue_vue_type_style_index_0_lang_module_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
-
import ElmSpinner_vue_vue_type_script_setup_true_lang_default from "./ElmSpinner.vue_vue_type_script_setup_true_lang.mjs";
|
|
3
|
-
import ElmSpinner_vue_vue_type_style_index_0_lang_module_default from "./ElmSpinner.vue_vue_type_style_index_0_lang.module.mjs";
|
|
4
|
-
var ElmSpinner_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ElmSpinner_vue_vue_type_script_setup_true_lang_default, [["__cssModules", { "$style": ElmSpinner_vue_vue_type_style_index_0_lang_module_default }]]);
|
|
5
|
-
//#endregion
|
|
6
|
-
export { ElmSpinner_default as default };
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export interface ElmSpinnerProps {
|
|
2
|
-
radius?: number;
|
|
3
|
-
weight?: number;
|
|
4
|
-
}
|
|
5
|
-
declare const _default: import('vue').DefineComponent<ElmSpinnerProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmSpinnerProps> & Readonly<{}>, {
|
|
6
|
-
weight: number;
|
|
7
|
-
radius: number;
|
|
8
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, SVGSVGElement>;
|
|
9
|
-
export default _default;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { createElementBlock, createElementVNode, defineComponent, normalizeClass, openBlock } from "vue";
|
|
2
|
-
//#region src/components/fallback/ElmSpinner.vue?vue&type=script&setup=true&lang.ts
|
|
3
|
-
var _hoisted_1 = ["height", "width"];
|
|
4
|
-
var _hoisted_2 = [
|
|
5
|
-
"cx",
|
|
6
|
-
"cy",
|
|
7
|
-
"r",
|
|
8
|
-
"strokeWidth"
|
|
9
|
-
];
|
|
10
|
-
var ElmSpinner_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
11
|
-
__name: "ElmSpinner",
|
|
12
|
-
props: {
|
|
13
|
-
radius: { default: 16 },
|
|
14
|
-
weight: { default: 2 }
|
|
15
|
-
},
|
|
16
|
-
setup(__props) {
|
|
17
|
-
return (_ctx, _cache) => {
|
|
18
|
-
return openBlock(), createElementBlock("svg", {
|
|
19
|
-
height: __props.radius * 2,
|
|
20
|
-
width: __props.radius * 2
|
|
21
|
-
}, [createElementVNode("circle", {
|
|
22
|
-
class: normalizeClass(_ctx.$style.circle),
|
|
23
|
-
cx: __props.radius,
|
|
24
|
-
cy: __props.radius,
|
|
25
|
-
r: __props.radius - __props.weight,
|
|
26
|
-
fill: "transparent",
|
|
27
|
-
strokeWidth: __props.weight
|
|
28
|
-
}, null, 10, _hoisted_2)], 8, _hoisted_1);
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
});
|
|
32
|
-
//#endregion
|
|
33
|
-
export { ElmSpinner_vue_vue_type_script_setup_true_lang_default as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("@keyframes _draw-line_mzcfh_1{0%{stroke-dashoffset:0%}to{stroke-dashoffset:400%}}@keyframes _rotate_mzcfh_1{0%{transform:rotate(180deg)}to{transform:rotate(-180deg)}}._circle_mzcfh_17{stroke-dasharray:200%;transform-origin:50%;stroke:#555b67;animation:1.2s ease-in-out infinite _draw-line_mzcfh_1,1.2s linear infinite _rotate_mzcfh_1}[data-theme=dark] ._circle_mzcfh_17{stroke:#b0b5be}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
var ElmSpinner_vue_vue_type_style_index_0_lang_module_default = {
|
|
15
|
-
circle: "_circle_mzcfh_17",
|
|
16
|
-
"draw-line": "_draw-line_mzcfh_1",
|
|
17
|
-
rotate: "_rotate_mzcfh_1"
|
|
18
|
-
};
|
|
19
|
-
//#endregion
|
|
20
|
-
export { ElmSpinner_vue_vue_type_style_index_0_lang_module_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
2
|
-
import ElmUnsupportedBlock_vue_vue_type_script_setup_true_lang_default from "./ElmUnsupportedBlock.vue_vue_type_script_setup_true_lang.mjs";
|
|
3
|
-
import ElmUnsupportedBlock_vue_vue_type_style_index_0_lang_module_default from "./ElmUnsupportedBlock.vue_vue_type_style_index_0_lang.module.mjs";
|
|
4
|
-
var ElmUnsupportedBlock_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ElmUnsupportedBlock_vue_vue_type_script_setup_true_lang_default, [["__cssModules", { "$style": ElmUnsupportedBlock_vue_vue_type_style_index_0_lang_module_default }]]);
|
|
5
|
-
//#endregion
|
|
6
|
-
export { ElmUnsupportedBlock_default as default };
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as UnsupportedBlock } from './ElmUnsupportedBlock.vue';
|
|
3
|
-
declare const meta: Meta<typeof UnsupportedBlock>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export interface ElmUnsupportedBlockProps {
|
|
2
|
-
details?: string;
|
|
3
|
-
}
|
|
4
|
-
declare const _default: import('vue').DefineComponent<ElmUnsupportedBlockProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmUnsupportedBlockProps> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
5
|
-
export default _default;
|
package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_script_setup_true_lang.mjs
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import ElmInlineText_default from "../typography/ElmInlineText.mjs";
|
|
2
|
-
import { createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, normalizeClass, openBlock, unref } from "vue";
|
|
3
|
-
import { mdiInformation } from "@mdi/js";
|
|
4
|
-
//#region src/components/fallback/ElmUnsupportedBlock.vue?vue&type=script&setup=true&lang.ts
|
|
5
|
-
var _hoisted_1 = ["d"];
|
|
6
|
-
var ElmUnsupportedBlock_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
7
|
-
__name: "ElmUnsupportedBlock",
|
|
8
|
-
props: { details: {} },
|
|
9
|
-
setup(__props) {
|
|
10
|
-
return (_ctx, _cache) => {
|
|
11
|
-
return openBlock(), createElementBlock("div", { class: normalizeClass(_ctx.$style.unsupported) }, [createElementVNode("div", { class: normalizeClass(_ctx.$style.message) }, [(openBlock(), createElementBlock("svg", {
|
|
12
|
-
viewBox: "0 0 24 24",
|
|
13
|
-
width: "1.25rem",
|
|
14
|
-
height: "1.25rem",
|
|
15
|
-
class: normalizeClass(_ctx.$style.icon)
|
|
16
|
-
}, [createElementVNode("path", { d: unref(mdiInformation) }, null, 8, _hoisted_1)], 2)), createVNode(ElmInlineText_default, {
|
|
17
|
-
text: "UNSUPPORTED BLOCK",
|
|
18
|
-
color: "#868e9c"
|
|
19
|
-
})], 2), __props.details ? (openBlock(), createElementBlock("div", {
|
|
20
|
-
key: 0,
|
|
21
|
-
class: normalizeClass(_ctx.$style.details)
|
|
22
|
-
}, [createVNode(ElmInlineText_default, {
|
|
23
|
-
text: __props.details,
|
|
24
|
-
color: "#868e9c"
|
|
25
|
-
}, null, 8, ["text"])], 2)) : createCommentVNode("", true)], 2);
|
|
26
|
-
};
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
//#endregion
|
|
30
|
-
export { ElmUnsupportedBlock_vue_vue_type_script_setup_true_lang_default as default };
|
package/dist/components/fallback/ElmUnsupportedBlock.vue_vue_type_style_index_0_lang.module.mjs
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode("._unsupported_1imfj_1{box-sizing:border-box;border:1px dashed #868e9c80;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem;display:flex}._message_1imfj_12{justify-content:center;align-items:center;gap:.5rem;display:flex}._icon_1imfj_19{fill:#868e9c}._details_1imfj_23{opacity:.75}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
var ElmUnsupportedBlock_vue_vue_type_style_index_0_lang_module_default = {
|
|
15
|
-
unsupported: "_unsupported_1imfj_1",
|
|
16
|
-
message: "_message_1imfj_12",
|
|
17
|
-
icon: "_icon_1imfj_19",
|
|
18
|
-
details: "_details_1imfj_23"
|
|
19
|
-
};
|
|
20
|
-
//#endregion
|
|
21
|
-
export { ElmUnsupportedBlock_vue_vue_type_style_index_0_lang_module_default as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
(function() {
|
|
2
|
-
//#region \0vite/all-css
|
|
3
|
-
try {
|
|
4
|
-
if (typeof document != "undefined") {
|
|
5
|
-
var elementStyle = document.createElement("style");
|
|
6
|
-
elementStyle.appendChild(document.createTextNode(".v-enter-to[data-v-01a0b0a9],.v-leave-from[data-v-01a0b0a9]{opacity:1}.v-enter-active[data-v-01a0b0a9],.v-leave-active[data-v-01a0b0a9]{transition:opacity .1s}.v-enter-from[data-v-01a0b0a9],.v-leave-to[data-v-01a0b0a9]{opacity:0}"));
|
|
7
|
-
document.head.appendChild(elementStyle);
|
|
8
|
-
}
|
|
9
|
-
} catch (e) {
|
|
10
|
-
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
|
-
}
|
|
12
|
-
//#endregion
|
|
13
|
-
})();
|
|
14
|
-
import _plugin_vue_export_helper_default from "../../_virtual/_plugin-vue_export-helper.mjs";
|
|
15
|
-
import ElmButton_vue_vue_type_script_setup_true_lang_default from "./ElmButton.vue_vue_type_script_setup_true_lang.mjs";
|
|
16
|
-
import ElmButton_vue_vue_type_style_index_0_lang_module_default from "./ElmButton.vue_vue_type_style_index_0_lang.module.mjs";
|
|
17
|
-
|
|
18
|
-
var ElmButton_default = /* @__PURE__ */ _plugin_vue_export_helper_default(ElmButton_vue_vue_type_script_setup_true_lang_default, [["__cssModules", { "$style": ElmButton_vue_vue_type_style_index_0_lang_module_default }], ["__scopeId", "data-v-01a0b0a9"]]);
|
|
19
|
-
//#endregion
|
|
20
|
-
export { ElmButton_default as default };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Meta, StoryObj } from '@storybook/vue3-vite';
|
|
2
|
-
import { default as ElmButton } from './ElmButton.vue';
|
|
3
|
-
declare const meta: Meta<typeof ElmButton>;
|
|
4
|
-
export default meta;
|
|
5
|
-
type Story = StoryObj<typeof meta>;
|
|
6
|
-
export declare const Primary: Story;
|
|
7
|
-
export declare const Block: Story;
|
|
8
|
-
export declare const Loading: Story;
|
|
9
|
-
export declare const Flex: Story;
|
|
10
|
-
export declare const Disabled: Story;
|
|
11
|
-
export declare const WithPrimary: Story;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
export interface ElmButtonProps {
|
|
2
|
-
/**
|
|
3
|
-
* Whether the button is in loading state.
|
|
4
|
-
*/
|
|
5
|
-
loading?: boolean;
|
|
6
|
-
/**
|
|
7
|
-
* Whether the button is block.
|
|
8
|
-
*/
|
|
9
|
-
block?: boolean;
|
|
10
|
-
/**
|
|
11
|
-
* Whether the button is disabled.
|
|
12
|
-
*/
|
|
13
|
-
disabled?: boolean;
|
|
14
|
-
color?: string;
|
|
15
|
-
/**
|
|
16
|
-
* Whether the button is primary.
|
|
17
|
-
*/
|
|
18
|
-
primary?: boolean;
|
|
19
|
-
onClick: () => void;
|
|
20
|
-
}
|
|
21
|
-
declare function __VLS_template(): {
|
|
22
|
-
attrs: Partial<{}>;
|
|
23
|
-
slots: {
|
|
24
|
-
default?(_: {}): any;
|
|
25
|
-
};
|
|
26
|
-
refs: {};
|
|
27
|
-
rootEl: HTMLButtonElement;
|
|
28
|
-
};
|
|
29
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
30
|
-
declare const __VLS_component: import('vue').DefineComponent<ElmButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<ElmButtonProps> & Readonly<{}>, {
|
|
31
|
-
block: boolean;
|
|
32
|
-
loading: boolean;
|
|
33
|
-
disabled: boolean;
|
|
34
|
-
primary: boolean;
|
|
35
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLButtonElement>;
|
|
36
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
37
|
-
export default _default;
|
|
38
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
39
|
-
new (): {
|
|
40
|
-
$slots: S;
|
|
41
|
-
};
|
|
42
|
-
};
|
|
@@ -1,77 +0,0 @@
|
|
|
1
|
-
import ElmDotLoadingIcon_default from "../icon/ElmDotLoadingIcon.mjs";
|
|
2
|
-
import { Transition, createBlock, createCommentVNode, createElementBlock, createElementVNode, createVNode, defineComponent, normalizeClass, normalizeStyle, onUnmounted, openBlock, ref, renderSlot, withCtx } from "vue";
|
|
3
|
-
//#region src/components/form/ElmButton.vue?vue&type=script&setup=true&lang.ts
|
|
4
|
-
var ElmButton_vue_vue_type_script_setup_true_lang_default = /* @__PURE__ */ defineComponent({
|
|
5
|
-
__name: "ElmButton",
|
|
6
|
-
props: {
|
|
7
|
-
loading: {
|
|
8
|
-
type: Boolean,
|
|
9
|
-
default: false
|
|
10
|
-
},
|
|
11
|
-
block: {
|
|
12
|
-
type: Boolean,
|
|
13
|
-
default: false
|
|
14
|
-
},
|
|
15
|
-
disabled: {
|
|
16
|
-
type: Boolean,
|
|
17
|
-
default: false
|
|
18
|
-
},
|
|
19
|
-
color: {},
|
|
20
|
-
primary: {
|
|
21
|
-
type: Boolean,
|
|
22
|
-
default: false
|
|
23
|
-
},
|
|
24
|
-
onClick: {}
|
|
25
|
-
},
|
|
26
|
-
setup(__props) {
|
|
27
|
-
const props = __props;
|
|
28
|
-
const clicked = ref(false);
|
|
29
|
-
const id = ref();
|
|
30
|
-
const handleClick = () => {
|
|
31
|
-
if (!props.loading && !props.disabled && props.onClick) {
|
|
32
|
-
clicked.value = true;
|
|
33
|
-
id.value = window.setTimeout(() => clicked.value = false, 300);
|
|
34
|
-
props.onClick();
|
|
35
|
-
}
|
|
36
|
-
};
|
|
37
|
-
onUnmounted(() => {
|
|
38
|
-
if (id.value) clearTimeout(id.value);
|
|
39
|
-
});
|
|
40
|
-
return (_ctx, _cache) => {
|
|
41
|
-
return openBlock(), createElementBlock("button", {
|
|
42
|
-
class: normalizeClass([_ctx.$style.button, {
|
|
43
|
-
[_ctx.$style.enable]: !__props.loading && !__props.disabled,
|
|
44
|
-
[_ctx.$style.colored]: __props.color,
|
|
45
|
-
[_ctx.$style.normal]: !__props.color && !__props.primary,
|
|
46
|
-
[_ctx.$style.primary]: !__props.color && __props.primary
|
|
47
|
-
}]),
|
|
48
|
-
style: normalizeStyle({
|
|
49
|
-
display: __props.block ? "flex" : "inline-flex",
|
|
50
|
-
width: __props.block ? "100%" : "auto",
|
|
51
|
-
cursor: __props.disabled ? "not-allowed" : __props.loading ? "progress" : "pointer",
|
|
52
|
-
"--opacity": __props.disabled || __props.loading ? .6 : void 0,
|
|
53
|
-
"--color": __props.color
|
|
54
|
-
}),
|
|
55
|
-
onClick: handleClick
|
|
56
|
-
}, [
|
|
57
|
-
clicked.value ? (openBlock(), createElementBlock("div", {
|
|
58
|
-
key: 0,
|
|
59
|
-
class: normalizeClass(_ctx.$style.ripple)
|
|
60
|
-
}, null, 2)) : createCommentVNode("", true),
|
|
61
|
-
createVNode(Transition, { mode: "out-in" }, {
|
|
62
|
-
default: withCtx(() => [__props.loading ? (openBlock(), createBlock(ElmDotLoadingIcon_default, {
|
|
63
|
-
key: 0,
|
|
64
|
-
size: "1.5rem"
|
|
65
|
-
})) : (openBlock(), createElementBlock("span", {
|
|
66
|
-
key: 1,
|
|
67
|
-
class: normalizeClass(_ctx.$style.flex)
|
|
68
|
-
}, [renderSlot(_ctx.$slots, "default", {}, void 0, true)], 2))]),
|
|
69
|
-
_: 3
|
|
70
|
-
}),
|
|
71
|
-
createElementVNode("div", { class: normalizeClass(_ctx.$style["button-ornament"]) }, null, 2)
|
|
72
|
-
], 6);
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
});
|
|
76
|
-
//#endregion
|
|
77
|
-
export { ElmButton_vue_vue_type_script_setup_true_lang_default as default };
|