@bitrix24/b24ui-nuxt 0.7.1 → 1.0.1
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/.nuxt/b24ui/accordion.ts +3 -3
- package/.nuxt/b24ui/advice.ts +6 -5
- package/.nuxt/b24ui/alert.ts +102 -49
- package/.nuxt/b24ui/avatar-group.ts +10 -10
- package/.nuxt/b24ui/avatar.ts +18 -18
- package/.nuxt/b24ui/badge.ts +167 -176
- package/.nuxt/b24ui/button-group.ts +3 -1
- package/.nuxt/b24ui/button.ts +179 -170
- package/.nuxt/b24ui/calendar.ts +48 -28
- package/.nuxt/b24ui/checkbox.ts +82 -85
- package/.nuxt/b24ui/chip.ts +121 -32
- package/.nuxt/b24ui/container.ts +1 -1
- package/.nuxt/b24ui/content/table-wrapper.ts +11 -11
- package/.nuxt/b24ui/countdown.ts +11 -11
- package/.nuxt/b24ui/description-list.ts +6 -6
- package/.nuxt/b24ui/dropdown-menu.ts +111 -183
- package/.nuxt/b24ui/form-field.ts +19 -19
- package/.nuxt/b24ui/index.ts +0 -1
- package/.nuxt/b24ui/input-menu.ts +294 -357
- package/.nuxt/b24ui/input-number.ts +111 -259
- package/.nuxt/b24ui/input.ts +136 -259
- package/.nuxt/b24ui/kbd.ts +15 -13
- package/.nuxt/b24ui/link.ts +5 -5
- package/.nuxt/b24ui/modal.ts +14 -12
- package/.nuxt/b24ui/navbar-divider.ts +1 -1
- package/.nuxt/b24ui/navbar-section.ts +1 -1
- package/.nuxt/b24ui/navbar.ts +1 -1
- package/.nuxt/b24ui/navigation-menu.ts +70 -754
- package/.nuxt/b24ui/popover.ts +2 -2
- package/.nuxt/b24ui/progress.ts +58 -68
- package/.nuxt/b24ui/prose/a.ts +1 -1
- package/.nuxt/b24ui/prose/blockquote.ts +1 -1
- package/.nuxt/b24ui/prose/code.ts +45 -9
- package/.nuxt/b24ui/prose/h1.ts +21 -2
- package/.nuxt/b24ui/prose/h2.ts +21 -12
- package/.nuxt/b24ui/prose/h3.ts +21 -12
- package/.nuxt/b24ui/prose/h4.ts +21 -12
- package/.nuxt/b24ui/prose/h5.ts +21 -12
- package/.nuxt/b24ui/prose/h6.ts +21 -12
- package/.nuxt/b24ui/prose/hr.ts +1 -1
- package/.nuxt/b24ui/prose/ol.ts +1 -1
- package/.nuxt/b24ui/prose/p.ts +26 -1
- package/.nuxt/b24ui/prose/thead.ts +1 -1
- package/.nuxt/b24ui/prose/ul.ts +1 -1
- package/.nuxt/b24ui/radio-group.ts +115 -155
- package/.nuxt/b24ui/range.ts +38 -26
- package/.nuxt/b24ui/select-menu.ts +251 -306
- package/.nuxt/b24ui/select.ts +246 -301
- package/.nuxt/b24ui/separator.ts +40 -85
- package/.nuxt/b24ui/sidebar-header.ts +1 -1
- package/.nuxt/b24ui/sidebar-heading.ts +1 -1
- package/.nuxt/b24ui/sidebar-layout.ts +130 -19
- package/.nuxt/b24ui/sidebar-section.ts +1 -1
- package/.nuxt/b24ui/skeleton.ts +19 -1
- package/.nuxt/b24ui/slideover.ts +35 -34
- package/.nuxt/b24ui/switch.ts +59 -48
- package/.nuxt/b24ui/tabs.ts +26 -239
- package/.nuxt/b24ui/textarea.ts +50 -236
- package/.nuxt/b24ui/toast.ts +38 -30
- package/.nuxt/b24ui/toaster.ts +1 -1
- package/.nuxt/b24ui/tooltip.ts +5 -5
- package/cli/templates.mjs +2 -1
- package/dist/meta.d.mts +18759 -5002
- package/dist/meta.mjs +18759 -5002
- package/dist/module.d.mts +1 -0
- package/dist/module.json +2 -2
- package/dist/module.mjs +3 -5
- package/dist/runtime/air-design-tokens/001_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/002_b24_context_utility.css +0 -0
- package/dist/runtime/air-design-tokens/003_b24_context_light.css +1 -0
- package/dist/runtime/air-design-tokens/004_b24_context_dark.css +1 -0
- package/dist/runtime/air-design-tokens/005_b24_context_edge-light.css +1 -0
- package/dist/runtime/air-design-tokens/006_b24_context_edge-dark.css +1 -0
- package/dist/runtime/air-design-tokens/007_b24_global.css +1 -0
- package/dist/runtime/air-design-tokens/008_ui_global.css +1 -0
- package/dist/runtime/air-design-tokens/009_b24_tools.css +1 -0
- package/dist/runtime/air-design-tokens/components/badge-counter.css +1 -0
- package/dist/runtime/air-design-tokens/components/button.css +1 -0
- package/dist/runtime/air-design-tokens/components/navigation-menu.css +1 -0
- package/dist/runtime/air-design-tokens/components/popup.css +1 -0
- package/dist/runtime/air-design-tokens/components/scrollbar.css +2 -0
- package/dist/runtime/air-design-tokens/index.css +1 -0
- package/dist/runtime/components/Accordion.vue.d.ts +1 -1
- package/dist/runtime/components/Advice.vue +1 -13
- package/dist/runtime/components/Advice.vue.d.ts +1 -1
- package/dist/runtime/components/Alert.vue +6 -4
- package/dist/runtime/components/Alert.vue.d.ts +11 -4
- package/dist/runtime/components/App.vue.d.ts +1 -1
- package/dist/runtime/components/Avatar.vue.d.ts +1 -1
- package/dist/runtime/components/AvatarGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Badge.vue +7 -11
- package/dist/runtime/components/Badge.vue.d.ts +6 -8
- package/dist/runtime/components/Button.vue +18 -15
- package/dist/runtime/components/Button.vue.d.ts +5 -7
- package/dist/runtime/components/ButtonGroup.vue.d.ts +1 -1
- package/dist/runtime/components/Calendar.vue +8 -8
- package/dist/runtime/components/Calendar.vue.d.ts +14 -8
- package/dist/runtime/components/Checkbox.vue.d.ts +2 -2
- package/dist/runtime/components/Chip.vue +28 -7
- package/dist/runtime/components/Chip.vue.d.ts +22 -2
- package/dist/runtime/components/Collapsible.vue.d.ts +1 -1
- package/dist/runtime/components/Container.vue.d.ts +1 -1
- package/dist/runtime/components/Countdown.vue.d.ts +5 -3
- package/dist/runtime/components/DescriptionList.vue.d.ts +1 -1
- package/dist/runtime/components/DropdownMenu.vue +20 -9
- package/dist/runtime/components/DropdownMenu.vue.d.ts +1 -5
- package/dist/runtime/components/DropdownMenuContent.vue +29 -7
- package/dist/runtime/components/DropdownMenuContent.vue.d.ts +14 -6
- package/dist/runtime/components/Form.vue +3 -3
- package/dist/runtime/components/Form.vue.d.ts +6 -5
- package/dist/runtime/components/FormField.vue +2 -2
- package/dist/runtime/components/FormField.vue.d.ts +4 -4
- package/dist/runtime/components/Input.vue +8 -4
- package/dist/runtime/components/Input.vue.d.ts +9 -8
- package/dist/runtime/components/InputMenu.vue +44 -18
- package/dist/runtime/components/InputMenu.vue.d.ts +17 -223
- package/dist/runtime/components/InputNumber.vue +14 -11
- package/dist/runtime/components/InputNumber.vue.d.ts +13 -87
- package/dist/runtime/components/Kbd.vue +6 -3
- package/dist/runtime/components/Kbd.vue.d.ts +7 -3
- package/dist/runtime/components/Link.vue +6 -5
- package/dist/runtime/components/Link.vue.d.ts +1 -3
- package/dist/runtime/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/components/Modal.vue +37 -33
- package/dist/runtime/components/Modal.vue.d.ts +2 -2
- package/dist/runtime/components/ModalDialogClose.vue.d.ts +1 -1
- package/dist/runtime/components/Navbar.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarDivider.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSection.vue.d.ts +1 -1
- package/dist/runtime/components/NavbarSpacer.vue.d.ts +1 -1
- package/dist/runtime/components/NavigationMenu.vue +95 -84
- package/dist/runtime/components/NavigationMenu.vue.d.ts +31 -33
- package/dist/runtime/components/OverlayProvider.vue.d.ts +1 -1
- package/dist/runtime/components/Popover.vue +8 -2
- package/dist/runtime/components/Popover.vue.d.ts +9 -3
- package/dist/runtime/components/Progress.vue.d.ts +3 -3
- package/dist/runtime/components/RadioGroup.vue +1 -1
- package/dist/runtime/components/RadioGroup.vue.d.ts +6 -5
- package/dist/runtime/components/Range.vue.d.ts +6 -6
- package/dist/runtime/components/Select.vue +25 -11
- package/dist/runtime/components/Select.vue.d.ts +7 -7
- package/dist/runtime/components/SelectMenu.vue +38 -19
- package/dist/runtime/components/SelectMenu.vue.d.ts +11 -10
- package/dist/runtime/components/Separator.vue +4 -4
- package/dist/runtime/components/Separator.vue.d.ts +6 -3
- package/dist/runtime/components/Sidebar.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarBody.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarFooter.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeader.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarHeading.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarLayout.vue +148 -63
- package/dist/runtime/components/SidebarLayout.vue.d.ts +61 -8
- package/dist/runtime/components/SidebarSection.vue.d.ts +4 -1
- package/dist/runtime/components/SidebarSpacer.vue.d.ts +4 -1
- package/dist/runtime/components/Skeleton.vue +7 -3
- package/dist/runtime/components/Skeleton.vue.d.ts +12 -1
- package/dist/runtime/components/Slideover.vue +120 -43
- package/dist/runtime/components/Slideover.vue.d.ts +22 -9
- package/dist/runtime/components/Switch.vue.d.ts +2 -2
- package/dist/runtime/components/Tabs.vue +11 -3
- package/dist/runtime/components/Tabs.vue.d.ts +8 -7
- package/dist/runtime/components/Textarea.vue +8 -4
- package/dist/runtime/components/Textarea.vue.d.ts +8 -7
- package/dist/runtime/components/Toast.vue +16 -8
- package/dist/runtime/components/Toast.vue.d.ts +16 -15
- package/dist/runtime/components/Toaster.vue.d.ts +2 -2
- package/dist/runtime/components/Tooltip.vue +9 -5
- package/dist/runtime/components/Tooltip.vue.d.ts +7 -1
- package/dist/runtime/components/content/TableWrapper.vue.d.ts +1 -1
- package/dist/runtime/composables/defineShortcuts.js +5 -3
- package/dist/runtime/composables/useAvatarGroup.d.ts +1 -1
- package/dist/runtime/composables/useButtonGroup.d.ts +1 -1
- package/dist/runtime/composables/useComponentIcons.d.ts +1 -1
- package/dist/runtime/composables/useFormField.d.ts +4 -7
- package/dist/runtime/composables/useFormField.js +6 -3
- package/dist/runtime/composables/useKbd.d.ts +1 -1
- package/dist/runtime/composables/useLocale.js +2 -2
- package/dist/runtime/composables/useOverlay.d.ts +29 -2
- package/dist/runtime/composables/useOverlay.js +8 -7
- package/dist/runtime/composables/usePortal.d.ts +1 -1
- package/dist/runtime/composables/useSidebarLayout.d.ts +20 -0
- package/dist/runtime/composables/useSidebarLayout.js +16 -0
- package/dist/runtime/dictionary/icons.js +7 -7
- package/dist/runtime/index.css +1 -1
- package/dist/runtime/inertia/components/Link.vue +3 -0
- package/dist/runtime/inertia/components/Link.vue.d.ts +1 -1
- package/dist/runtime/inertia/components/LinkBase.vue.d.ts +1 -1
- package/dist/runtime/inertia/stubs.d.ts +1 -0
- package/dist/runtime/inertia/stubs.js +4 -2
- package/dist/runtime/locale/ar.js +6 -0
- package/dist/runtime/locale/br.js +6 -0
- package/dist/runtime/locale/de.js +6 -0
- package/dist/runtime/locale/en.js +6 -0
- package/dist/runtime/locale/fr.js +6 -0
- package/dist/runtime/locale/id.js +6 -0
- package/dist/runtime/locale/it.js +6 -0
- package/dist/runtime/locale/ja.js +6 -0
- package/dist/runtime/locale/kz.js +6 -0
- package/dist/runtime/locale/la.js +6 -0
- package/dist/runtime/locale/ms.js +6 -0
- package/dist/runtime/locale/pl.js +6 -0
- package/dist/runtime/locale/ru.js +6 -0
- package/dist/runtime/locale/sc.js +6 -0
- package/dist/runtime/locale/tc.js +6 -0
- package/dist/runtime/locale/th.js +6 -0
- package/dist/runtime/locale/tr.js +6 -0
- package/dist/runtime/locale/ua.js +6 -0
- package/dist/runtime/locale/vn.js +6 -0
- package/dist/runtime/plugins/ui-version.d.ts +5 -0
- package/dist/runtime/plugins/ui-version.js +8 -0
- package/dist/runtime/prose/A.vue.d.ts +4 -1
- package/dist/runtime/prose/Blockquote.vue.d.ts +4 -1
- package/dist/runtime/prose/Code.vue.d.ts +4 -1
- package/dist/runtime/prose/Em.vue.d.ts +4 -1
- package/dist/runtime/prose/H1.vue +4 -1
- package/dist/runtime/prose/H1.vue.d.ts +7 -1
- package/dist/runtime/prose/H2.vue +4 -1
- package/dist/runtime/prose/H2.vue.d.ts +7 -1
- package/dist/runtime/prose/H3.vue +4 -1
- package/dist/runtime/prose/H3.vue.d.ts +7 -1
- package/dist/runtime/prose/H4.vue +4 -1
- package/dist/runtime/prose/H4.vue.d.ts +7 -1
- package/dist/runtime/prose/H5.vue +4 -1
- package/dist/runtime/prose/H5.vue.d.ts +7 -1
- package/dist/runtime/prose/H6.vue +4 -1
- package/dist/runtime/prose/H6.vue.d.ts +7 -1
- package/dist/runtime/prose/Hr.vue.d.ts +1 -1
- package/dist/runtime/prose/Img.vue.d.ts +1 -1
- package/dist/runtime/prose/Li.vue.d.ts +4 -1
- package/dist/runtime/prose/Ol.vue.d.ts +4 -1
- package/dist/runtime/prose/P.vue +6 -1
- package/dist/runtime/prose/P.vue.d.ts +12 -1
- package/dist/runtime/prose/Pre.vue.d.ts +4 -1
- package/dist/runtime/prose/Strong.vue.d.ts +4 -1
- package/dist/runtime/prose/Table.vue.d.ts +5 -2
- package/dist/runtime/prose/Tbody.vue.d.ts +4 -1
- package/dist/runtime/prose/Td.vue.d.ts +4 -1
- package/dist/runtime/prose/Th.vue.d.ts +4 -1
- package/dist/runtime/prose/Thead.vue.d.ts +4 -1
- package/dist/runtime/prose/Tr.vue.d.ts +4 -1
- package/dist/runtime/prose/Ul.vue.d.ts +4 -1
- package/dist/runtime/types/index.d.ts +1 -2
- package/dist/runtime/types/index.js +1 -2
- package/dist/runtime/types/locale.d.ts +6 -0
- package/dist/runtime/utils/index.d.ts +6 -0
- package/dist/runtime/utils/index.js +27 -0
- package/dist/runtime/utils/tv.js +66 -1
- package/dist/runtime/vue/components/Link.vue +3 -0
- package/dist/runtime/vue/components/Link.vue.d.ts +1 -1
- package/dist/runtime/vue/stubs.d.ts +1 -0
- package/dist/runtime/vue/stubs.js +3 -1
- package/dist/shared/b24ui-nuxt.dLc5H7ID.mjs +6100 -0
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +40 -28
- package/.nuxt/b24ui/stacked-layout.ts +0 -34
- package/dist/runtime/air-design-tokens.css +0 -1
- package/dist/runtime/components/StackedLayout.vue +0 -117
- package/dist/runtime/components/StackedLayout.vue.d.ts +0 -44
- package/dist/shared/b24ui-nuxt.CxsFEY3M.mjs +0 -7895
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u6CA1\u6709\u6570\u636E"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u6253\u5F00\u5BFC\u822A",
|
|
56
|
+
close: "\u5173\u95ED\u5BFC\u822A",
|
|
57
|
+
slideoverTitle: "\u5BFC\u822A",
|
|
58
|
+
slideoverDescription: "\u5185\u5BB9\u5BFC\u822A"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u6C92\u6709\u8CC7\u6599"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u958B\u555F\u5C0E\u822A",
|
|
56
|
+
close: "\u95DC\u9589\u5C0E\u822A",
|
|
57
|
+
slideoverTitle: "\u5C0E\u822A",
|
|
58
|
+
slideoverDescription: "\u5167\u5BB9\u5C0E\u89BD"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u0E44\u0E21\u0E48\u0E21\u0E35\u0E02\u0E49\u0E2D\u0E21\u0E39\u0E25"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u0E40\u0E1B\u0E34\u0E14\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",
|
|
56
|
+
close: "\u0E1B\u0E34\u0E14\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",
|
|
57
|
+
slideoverTitle: "\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07",
|
|
58
|
+
slideoverDescription: "\u0E01\u0E32\u0E23\u0E19\u0E33\u0E17\u0E32\u0E07\u0E40\u0E19\u0E37\u0E49\u0E2D\u0E2B\u0E32"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Veri yok"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "Gezinmeyi A\xE7",
|
|
56
|
+
close: "Gezinmeyi Kapat",
|
|
57
|
+
slideoverTitle: "Gezinme",
|
|
58
|
+
slideoverDescription: "\u0130\xE7erik Gezintisi"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "\u041D\u0435\u043C\u0430\u0454 \u0434\u0430\u043D\u0438\u0445"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "\u0412\u0456\u0434\u043A\u0440\u0438\u0442\u0438 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044E",
|
|
56
|
+
close: "\u0417\u0430\u043A\u0440\u0438\u0442\u0438 \u043D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044E",
|
|
57
|
+
slideoverTitle: "\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F",
|
|
58
|
+
slideoverDescription: "\u041D\u0430\u0432\u0456\u0433\u0430\u0446\u0456\u044F \u043A\u043E\u043D\u0442\u0435\u043D\u0442\u043E\u043C"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -50,6 +50,12 @@ export default defineLocale({
|
|
|
50
50
|
},
|
|
51
51
|
table: {
|
|
52
52
|
noData: "Kh\xF4ng c\xF3 d\u1EEF li\u1EC7u"
|
|
53
|
+
},
|
|
54
|
+
sidebarLayout: {
|
|
55
|
+
open: "M\u1EDF \u0111i\u1EC1u h\u01B0\u1EDBng",
|
|
56
|
+
close: "\u0110\xF3ng \u0111i\u1EC1u h\u01B0\u1EDBng",
|
|
57
|
+
slideoverTitle: "\u0110i\u1EC1u h\u01B0\u1EDBng",
|
|
58
|
+
slideoverDescription: "\u0110i\u1EC1u h\u01B0\u1EDBng n\u1ED9i dung"
|
|
53
59
|
}
|
|
54
60
|
}
|
|
55
61
|
});
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { defineNuxtPlugin, useHead, useAppConfig } from "#imports";
|
|
2
|
+
export default defineNuxtPlugin(() => {
|
|
3
|
+
const appConfig = useAppConfig();
|
|
4
|
+
const version = appConfig.b24ui?.version || "__B24UI_VERSION__";
|
|
5
|
+
useHead({
|
|
6
|
+
meta: [{ name: "b24ui", content: version }]
|
|
7
|
+
});
|
|
8
|
+
});
|
|
@@ -6,10 +6,13 @@ export interface ProseAProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseA['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseASlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseAProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseAProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseASlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseBlockquoteProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseBlockquote['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseBlockquoteSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBlockquoteProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseBlockquoteProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseBlockquoteProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseBlockquoteSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -10,10 +10,13 @@ export interface ProseCodeProps {
|
|
|
10
10
|
class?: any;
|
|
11
11
|
b24ui?: ProseCode['slots'];
|
|
12
12
|
}
|
|
13
|
+
/**
|
|
14
|
+
* @todo add Pick<Xxxx
|
|
15
|
+
*/
|
|
13
16
|
export interface ProseCodeSlots {
|
|
14
17
|
default(props?: {}): any;
|
|
15
18
|
}
|
|
16
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeProps,
|
|
19
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseCodeProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseCodeProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseCodeSlots>;
|
|
17
20
|
export default _default;
|
|
18
21
|
type __VLS_WithSlots<T, S> = T & {
|
|
19
22
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseEmProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseEm['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseEmSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseEmProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseEmProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseEmProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseEmSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h1 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h1 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h1';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH1 = ComponentConfig<typeof theme, AppConfig, 'h1', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH1Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH1['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH1['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH1Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH1Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH1Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH1["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH1Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h2 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h2 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h2';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH2 = ComponentConfig<typeof theme, AppConfig, 'h2', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH2Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH2['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH2['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH2Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH2Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH2Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH2["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH2Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h3 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h3 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h3';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH3 = ComponentConfig<typeof theme, AppConfig, 'h3', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH3Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH3['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH3['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH3Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH3Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH3Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH3["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH3Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h4 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h4 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h4';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH4 = ComponentConfig<typeof theme, AppConfig, 'h4', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH4Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH4['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH4['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH4Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH4Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH4Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH4["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH4Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h5 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h5 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h5';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH5 = ComponentConfig<typeof theme, AppConfig, 'h5', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH5Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH5['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH5['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH5Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH5Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH5Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH5["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH5Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -7,12 +7,15 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
11
|
class: { type: null, required: false },
|
|
11
12
|
b24ui: { type: null, required: false }
|
|
12
13
|
});
|
|
13
14
|
defineSlots();
|
|
14
15
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h6 || {} })(
|
|
16
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.h6 || {} })({
|
|
17
|
+
accent: props.accent
|
|
18
|
+
}));
|
|
16
19
|
</script>
|
|
17
20
|
|
|
18
21
|
<template>
|
|
@@ -3,13 +3,19 @@ import theme from '#build/b24ui/prose/h6';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseH6 = ComponentConfig<typeof theme, AppConfig, 'h6', 'b24ui.prose'>;
|
|
5
5
|
export interface ProseH6Props {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue 'default'
|
|
8
|
+
*/
|
|
9
|
+
accent?: ProseH6['variants']['accent'];
|
|
6
10
|
class?: any;
|
|
7
11
|
b24ui?: ProseH6['slots'];
|
|
8
12
|
}
|
|
9
13
|
export interface ProseH6Slots {
|
|
10
14
|
default(props?: {}): any;
|
|
11
15
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props,
|
|
16
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseH6Props, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseH6Props> & Readonly<{}>, {
|
|
17
|
+
accent: ProseH6["variants"]["accent"];
|
|
18
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseH6Slots>;
|
|
13
19
|
export default _default;
|
|
14
20
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
21
|
new (): {
|
|
@@ -6,5 +6,5 @@ export interface ProseHrProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseHr['slots'];
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<ProseHrProps,
|
|
9
|
+
declare const _default: import("vue").DefineComponent<ProseHrProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseHrProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -6,5 +6,5 @@ export interface ProseImgProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseImg['slots'];
|
|
8
8
|
}
|
|
9
|
-
declare const _default: import("vue").DefineComponent<ProseImgProps,
|
|
9
|
+
declare const _default: import("vue").DefineComponent<ProseImgProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseImgProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
export default _default;
|
|
@@ -6,10 +6,13 @@ export interface ProseLiProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseLi['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseLiSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseLiProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseLiProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseLiProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseLiSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseOlProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseOl['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseOlSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseOlProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseOlProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseOlProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseOlSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
package/dist/runtime/prose/P.vue
CHANGED
|
@@ -7,12 +7,17 @@ import { computed } from "vue";
|
|
|
7
7
|
import { useAppConfig } from "#imports";
|
|
8
8
|
import { tv } from "../utils/tv";
|
|
9
9
|
const props = defineProps({
|
|
10
|
+
small: { type: Boolean, required: false, default: false },
|
|
11
|
+
accent: { type: null, required: false, default: "default" },
|
|
10
12
|
class: { type: null, required: false },
|
|
11
13
|
b24ui: { type: null, required: false }
|
|
12
14
|
});
|
|
13
15
|
defineSlots();
|
|
14
16
|
const appConfig = useAppConfig();
|
|
15
|
-
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.p || {} })(
|
|
17
|
+
const b24ui = computed(() => tv({ extend: tv(theme), ...appConfig.b24ui?.prose?.p || {} })({
|
|
18
|
+
small: Boolean(props.small),
|
|
19
|
+
accent: props.accent
|
|
20
|
+
}));
|
|
16
21
|
</script>
|
|
17
22
|
|
|
18
23
|
<template>
|
|
@@ -3,13 +3,24 @@ import theme from '#build/b24ui/prose/p';
|
|
|
3
3
|
import type { ComponentConfig } from '../types/utils';
|
|
4
4
|
type ProseP = ComponentConfig<typeof theme, AppConfig, 'p', 'b24ui.prose'>;
|
|
5
5
|
export interface ProsePProps {
|
|
6
|
+
/**
|
|
7
|
+
* @defaultValue false
|
|
8
|
+
*/
|
|
9
|
+
small?: boolean;
|
|
10
|
+
/**
|
|
11
|
+
* @defaultValue 'default'
|
|
12
|
+
*/
|
|
13
|
+
accent?: ProseP['variants']['accent'];
|
|
6
14
|
class?: any;
|
|
7
15
|
b24ui?: ProseP['slots'];
|
|
8
16
|
}
|
|
9
17
|
export interface ProsePSlots {
|
|
10
18
|
default(props?: {}): any;
|
|
11
19
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps,
|
|
20
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePProps> & Readonly<{}>, {
|
|
21
|
+
small: boolean;
|
|
22
|
+
accent: ProseP["variants"]["accent"];
|
|
23
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePSlots>;
|
|
13
24
|
export default _default;
|
|
14
25
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
26
|
new (): {
|
|
@@ -12,10 +12,13 @@ export interface ProsePreProps {
|
|
|
12
12
|
style?: any;
|
|
13
13
|
b24ui?: ProsePre['slots'];
|
|
14
14
|
}
|
|
15
|
+
/**
|
|
16
|
+
* @todo add Pick<Xxxx
|
|
17
|
+
*/
|
|
15
18
|
export interface ProsePreSlots {
|
|
16
19
|
default(props?: {}): any;
|
|
17
20
|
}
|
|
18
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePreProps,
|
|
21
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProsePreProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProsePreProps> & Readonly<{}>, {
|
|
19
22
|
as: any;
|
|
20
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProsePreSlots>;
|
|
21
24
|
export default _default;
|
|
@@ -6,10 +6,13 @@ export interface ProseStrongProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseStrong['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseStrongSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStrongProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseStrongProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseStrongProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseStrongSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -27,12 +27,15 @@ export interface ProseTableProps {
|
|
|
27
27
|
class?: any;
|
|
28
28
|
b24ui?: ProseTable['slots'];
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* @todo add Pick<Xxxx
|
|
32
|
+
*/
|
|
30
33
|
export interface ProseTableSlots {
|
|
31
34
|
default(props?: {}): any;
|
|
32
35
|
}
|
|
33
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps,
|
|
34
|
-
as: any;
|
|
36
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTableProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTableProps> & Readonly<{}>, {
|
|
35
37
|
rounded: boolean;
|
|
38
|
+
as: any;
|
|
36
39
|
zebra: boolean;
|
|
37
40
|
rowHover: boolean;
|
|
38
41
|
bordered: boolean;
|
|
@@ -6,10 +6,13 @@ export interface ProseTbodyProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseTbody['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseTbodySlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTbodyProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTbodyProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTbodyProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTbodySlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseTdProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseTd['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseTdSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTdProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTdProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTdProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTdSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseThProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseTh['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseThSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseThProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseThProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseThProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseThSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|
|
@@ -6,10 +6,13 @@ export interface ProseTheadProps {
|
|
|
6
6
|
class?: any;
|
|
7
7
|
b24ui?: ProseThead['slots'];
|
|
8
8
|
}
|
|
9
|
+
/**
|
|
10
|
+
* @todo add Pick<Xxxx
|
|
11
|
+
*/
|
|
9
12
|
export interface ProseTheadSlots {
|
|
10
13
|
default(props?: {}): any;
|
|
11
14
|
}
|
|
12
|
-
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTheadProps,
|
|
15
|
+
declare const _default: __VLS_WithSlots<import("vue").DefineComponent<ProseTheadProps, void, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ProseTheadProps> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, ProseTheadSlots>;
|
|
13
16
|
export default _default;
|
|
14
17
|
type __VLS_WithSlots<T, S> = T & {
|
|
15
18
|
new (): {
|