@acoyfellow/kumo-vue 0.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/kumo.manifest.json +1140 -0
- package/package/button.css +1 -0
- package/package/components/autocomplete.content.d.ts +4 -0
- package/package/components/autocomplete.content.js +21 -0
- package/package/components/autocomplete.d.ts +8 -0
- package/package/components/autocomplete.input-group.d.ts +4 -0
- package/package/components/autocomplete.input-group.js +21 -0
- package/package/components/autocomplete.item.d.ts +4 -0
- package/package/components/autocomplete.item.js +21 -0
- package/package/components/autocomplete.js +102 -0
- package/package/components/autocomplete.list.d.ts +4 -0
- package/package/components/autocomplete.list.js +21 -0
- package/package/components/badge.d.ts +8 -0
- package/package/components/badge.js +57 -0
- package/package/components/banner.d.ts +8 -0
- package/package/components/banner.js +71 -0
- package/package/components/breadcrumbs.current.d.ts +4 -0
- package/package/components/breadcrumbs.current.js +21 -0
- package/package/components/breadcrumbs.d.ts +8 -0
- package/package/components/breadcrumbs.js +86 -0
- package/package/components/breadcrumbs.link.d.ts +4 -0
- package/package/components/breadcrumbs.link.js +21 -0
- package/package/components/breadcrumbs.separator.d.ts +4 -0
- package/package/components/breadcrumbs.separator.js +21 -0
- package/package/components/button.d.ts +8 -0
- package/package/components/button.js +93 -0
- package/package/components/checkbox.d.ts +8 -0
- package/package/components/checkbox.js +77 -0
- package/package/components/clipboard-text.d.ts +8 -0
- package/package/components/clipboard-text.js +54 -0
- package/package/components/cloudflare-logo.d.ts +8 -0
- package/package/components/cloudflare-logo.js +70 -0
- package/package/components/code.d.ts +8 -0
- package/package/components/code.js +56 -0
- package/package/components/combobox.content.d.ts +4 -0
- package/package/components/combobox.content.js +21 -0
- package/package/components/combobox.d.ts +8 -0
- package/package/components/combobox.item.d.ts +4 -0
- package/package/components/combobox.item.js +21 -0
- package/package/components/combobox.js +101 -0
- package/package/components/combobox.list.d.ts +4 -0
- package/package/components/combobox.list.js +21 -0
- package/package/components/combobox.trigger-input.d.ts +4 -0
- package/package/components/combobox.trigger-input.js +21 -0
- package/package/components/command-palette.d.ts +8 -0
- package/package/components/command-palette.highlighted-text.d.ts +4 -0
- package/package/components/command-palette.highlighted-text.js +21 -0
- package/package/components/command-palette.input.d.ts +4 -0
- package/package/components/command-palette.input.js +21 -0
- package/package/components/command-palette.item.d.ts +4 -0
- package/package/components/command-palette.item.js +21 -0
- package/package/components/command-palette.js +126 -0
- package/package/components/command-palette.list.d.ts +4 -0
- package/package/components/command-palette.list.js +21 -0
- package/package/components/command-palette.root.d.ts +4 -0
- package/package/components/command-palette.root.js +21 -0
- package/package/components/date-picker.d.ts +8 -0
- package/package/components/date-picker.js +119 -0
- package/package/components/date-range-picker.d.ts +8 -0
- package/package/components/date-range-picker.js +154 -0
- package/package/components/dialog.close.d.ts +4 -0
- package/package/components/dialog.close.js +21 -0
- package/package/components/dialog.d.ts +8 -0
- package/package/components/dialog.description.d.ts +4 -0
- package/package/components/dialog.description.js +21 -0
- package/package/components/dialog.js +107 -0
- package/package/components/dialog.root.d.ts +4 -0
- package/package/components/dialog.root.js +21 -0
- package/package/components/dialog.title.d.ts +4 -0
- package/package/components/dialog.title.js +21 -0
- package/package/components/dialog.trigger.d.ts +4 -0
- package/package/components/dialog.trigger.js +21 -0
- package/package/components/dropdown-menu.content.d.ts +4 -0
- package/package/components/dropdown-menu.content.js +21 -0
- package/package/components/dropdown-menu.d.ts +8 -0
- package/package/components/dropdown-menu.item.d.ts +4 -0
- package/package/components/dropdown-menu.item.js +21 -0
- package/package/components/dropdown-menu.js +172 -0
- package/package/components/dropdown-menu.sub-content.d.ts +4 -0
- package/package/components/dropdown-menu.sub-content.js +21 -0
- package/package/components/dropdown-menu.sub-trigger.d.ts +4 -0
- package/package/components/dropdown-menu.sub-trigger.js +21 -0
- package/package/components/dropdown-menu.sub.d.ts +4 -0
- package/package/components/dropdown-menu.sub.js +21 -0
- package/package/components/dropdown-menu.trigger.d.ts +4 -0
- package/package/components/dropdown-menu.trigger.js +21 -0
- package/package/components/empty.d.ts +8 -0
- package/package/components/empty.js +68 -0
- package/package/components/field.d.ts +7 -0
- package/package/components/field.js +2 -0
- package/package/components/field.legacy.js +49 -0
- package/package/components/field.native-input.d.ts +4 -0
- package/package/components/field.native-input.js +21 -0
- package/package/components/field.semantic.js +43 -0
- package/package/components/grid-item.d.ts +8 -0
- package/package/components/grid-item.js +52 -0
- package/package/components/grid.d.ts +8 -0
- package/package/components/grid.js +58 -0
- package/package/components/input-area.d.ts +8 -0
- package/package/components/input-area.js +70 -0
- package/package/components/input-group.addon.d.ts +4 -0
- package/package/components/input-group.addon.js +21 -0
- package/package/components/input-group.button.d.ts +4 -0
- package/package/components/input-group.button.js +21 -0
- package/package/components/input-group.d.ts +8 -0
- package/package/components/input-group.input.d.ts +4 -0
- package/package/components/input-group.input.js +21 -0
- package/package/components/input-group.js +96 -0
- package/package/components/input-group.suffix.d.ts +4 -0
- package/package/components/input-group.suffix.js +21 -0
- package/package/components/input.d.ts +8 -0
- package/package/components/input.js +70 -0
- package/package/components/label.d.ts +8 -0
- package/package/components/label.js +56 -0
- package/package/components/layer-card.d.ts +8 -0
- package/package/components/layer-card.js +60 -0
- package/package/components/layer-card.primary.d.ts +4 -0
- package/package/components/layer-card.primary.js +21 -0
- package/package/components/layer-card.secondary.d.ts +4 -0
- package/package/components/layer-card.secondary.js +21 -0
- package/package/components/link.d.ts +8 -0
- package/package/components/link.js +58 -0
- package/package/components/loader.d.ts +8 -0
- package/package/components/loader.js +67 -0
- package/package/components/menu-bar.d.ts +8 -0
- package/package/components/menu-bar.js +76 -0
- package/package/components/meter.d.ts +8 -0
- package/package/components/meter.js +97 -0
- package/package/components/pagination.d.ts +8 -0
- package/package/components/pagination.js +157 -0
- package/package/components/popover.close.d.ts +4 -0
- package/package/components/popover.close.js +21 -0
- package/package/components/popover.content.d.ts +4 -0
- package/package/components/popover.content.js +21 -0
- package/package/components/popover.d.ts +8 -0
- package/package/components/popover.description.d.ts +4 -0
- package/package/components/popover.description.js +21 -0
- package/package/components/popover.js +138 -0
- package/package/components/popover.title.d.ts +4 -0
- package/package/components/popover.title.js +21 -0
- package/package/components/popover.trigger.d.ts +4 -0
- package/package/components/popover.trigger.js +21 -0
- package/package/components/radio.d.ts +8 -0
- package/package/components/radio.js +91 -0
- package/package/components/select.d.ts +8 -0
- package/package/components/select.js +200 -0
- package/package/components/select.option.d.ts +4 -0
- package/package/components/select.option.js +21 -0
- package/package/components/sensitive-input.d.ts +8 -0
- package/package/components/sensitive-input.js +82 -0
- package/package/components/sidebar.collapsible-content.d.ts +4 -0
- package/package/components/sidebar.collapsible-content.js +21 -0
- package/package/components/sidebar.collapsible.d.ts +4 -0
- package/package/components/sidebar.collapsible.js +21 -0
- package/package/components/sidebar.content.d.ts +4 -0
- package/package/components/sidebar.content.js +21 -0
- package/package/components/sidebar.d.ts +8 -0
- package/package/components/sidebar.footer.d.ts +4 -0
- package/package/components/sidebar.footer.js +21 -0
- package/package/components/sidebar.group-label.d.ts +4 -0
- package/package/components/sidebar.group-label.js +21 -0
- package/package/components/sidebar.group.d.ts +4 -0
- package/package/components/sidebar.group.js +21 -0
- package/package/components/sidebar.header.d.ts +4 -0
- package/package/components/sidebar.header.js +21 -0
- package/package/components/sidebar.js +140 -0
- package/package/components/sidebar.menu-button.d.ts +4 -0
- package/package/components/sidebar.menu-button.js +21 -0
- package/package/components/sidebar.menu.d.ts +4 -0
- package/package/components/sidebar.menu.js +21 -0
- package/package/components/sidebar.provider.d.ts +4 -0
- package/package/components/sidebar.provider.js +21 -0
- package/package/components/sidebar.resize-handle.d.ts +4 -0
- package/package/components/sidebar.resize-handle.js +21 -0
- package/package/components/sidebar.sliding-view.d.ts +4 -0
- package/package/components/sidebar.sliding-view.js +21 -0
- package/package/components/sidebar.sliding-views.d.ts +4 -0
- package/package/components/sidebar.sliding-views.js +21 -0
- package/package/components/sidebar.trigger.d.ts +4 -0
- package/package/components/sidebar.trigger.js +21 -0
- package/package/components/surface.d.ts +8 -0
- package/package/components/surface.js +60 -0
- package/package/components/switch.d.ts +8 -0
- package/package/components/switch.js +78 -0
- package/package/components/table-of-contents.d.ts +8 -0
- package/package/components/table-of-contents.group.d.ts +4 -0
- package/package/components/table-of-contents.group.js +21 -0
- package/package/components/table-of-contents.item.d.ts +4 -0
- package/package/components/table-of-contents.item.js +21 -0
- package/package/components/table-of-contents.js +78 -0
- package/package/components/table-of-contents.list.d.ts +4 -0
- package/package/components/table-of-contents.list.js +21 -0
- package/package/components/table-of-contents.title.d.ts +4 -0
- package/package/components/table-of-contents.title.js +21 -0
- package/package/components/table.body.d.ts +4 -0
- package/package/components/table.body.js +21 -0
- package/package/components/table.cell.d.ts +4 -0
- package/package/components/table.cell.js +21 -0
- package/package/components/table.d.ts +8 -0
- package/package/components/table.head.d.ts +4 -0
- package/package/components/table.head.js +21 -0
- package/package/components/table.header.d.ts +4 -0
- package/package/components/table.header.js +21 -0
- package/package/components/table.js +66 -0
- package/package/components/table.row.d.ts +4 -0
- package/package/components/table.row.js +21 -0
- package/package/components/tabs.d.ts +8 -0
- package/package/components/tabs.js +98 -0
- package/package/components/text.d.ts +8 -0
- package/package/components/text.js +64 -0
- package/package/components/toasty.d.ts +8 -0
- package/package/components/toasty.js +101 -0
- package/package/dialog.css +1 -0
- package/package/form.css +1 -0
- package/package/index.d.ts +119 -0
- package/package/index.js +119 -0
- package/package/native-control.css +1 -0
- package/package/navigation.css +1 -0
- package/package/popover.css +1 -0
- package/package/selection-command-date.css +1 -0
- package/package/styles.css +23 -0
- package/package/tokens.css +1 -0
- package/package.json +441 -0
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
import { computed, nextTick, ref, useAttrs, useSlots } from 'vue';
|
|
3
|
+
export const modelDigest = "25a19cbe99e84a9f4daf06d56a4f43a039827812a3623bc39919eb4683550b77";
|
|
4
|
+
export const contentBindingDigest = "a6655036dbbdb2cd56a9e62bf5f2f8f75bb6a7bb4d3c5fbf41726fd8666277cd";
|
|
5
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
6
|
+
...{ inheritAttrs: false },
|
|
7
|
+
__name: 'sidebar',
|
|
8
|
+
props: {
|
|
9
|
+
Collapsible: { type: null, required: false },
|
|
10
|
+
CollapsibleTrigger: { type: null, required: false },
|
|
11
|
+
MenuButton: { type: null, required: false },
|
|
12
|
+
MenuSubButton: { type: null, required: false },
|
|
13
|
+
Provider: { type: null, required: false },
|
|
14
|
+
root: { type: null, required: false },
|
|
15
|
+
SlidingView: { type: null, required: false },
|
|
16
|
+
SlidingViews: { type: null, required: false },
|
|
17
|
+
onOpenChange: { type: null, required: false },
|
|
18
|
+
onWidthChange: { type: null, required: false },
|
|
19
|
+
fixture: { type: null, required: false },
|
|
20
|
+
semanticContent: { type: null, required: false }
|
|
21
|
+
},
|
|
22
|
+
setup(__props, { expose: __expose }) {
|
|
23
|
+
__expose();
|
|
24
|
+
const props = __props;
|
|
25
|
+
const sidebarFixture = computed(() => props.fixture);
|
|
26
|
+
const fixtureChildren = (node) => node?.children ?? [];
|
|
27
|
+
const part = (node, name) => fixtureChildren(node).find(child => child.export === name);
|
|
28
|
+
const partText = (node) => node ? String(node.text ?? '') + fixtureChildren(node).map(partText).join('') : '';
|
|
29
|
+
const providerProps = computed(() => sidebarFixture.value?.props ?? {});
|
|
30
|
+
const sidebarRoot = computed(() => part(sidebarFixture.value, 'root'));
|
|
31
|
+
const header = computed(() => part(sidebarRoot.value, '.Header'));
|
|
32
|
+
const content = computed(() => part(sidebarRoot.value, '.Content'));
|
|
33
|
+
const group = computed(() => part(content.value, '.Group'));
|
|
34
|
+
const menu = computed(() => part(group.value, '.Menu'));
|
|
35
|
+
const menuButtons = computed(() => fixtureChildren(menu.value).filter(node => node.export === '.MenuButton'));
|
|
36
|
+
const collapsible = computed(() => part(sidebarRoot.value, '.Collapsible'));
|
|
37
|
+
const resizeHandle = computed(() => part(sidebarRoot.value, '.ResizeHandle'));
|
|
38
|
+
const open = ref(providerProps.value.defaultOpen !== false);
|
|
39
|
+
const width = ref(Number(providerProps.value.defaultWidth ?? 256));
|
|
40
|
+
const state = computed(() => open.value ? 'expanded' : 'collapsed');
|
|
41
|
+
const resizeRef = ref(null);
|
|
42
|
+
function toggleSidebar() { open.value = !open.value; props.onOpenChange?.(open.value); }
|
|
43
|
+
function resizeKey(event) {
|
|
44
|
+
if (event.key !== 'End')
|
|
45
|
+
return;
|
|
46
|
+
event.preventDefault();
|
|
47
|
+
open.value = true;
|
|
48
|
+
width.value = Number(providerProps.value.maxWidth ?? 480);
|
|
49
|
+
props.onOpenChange?.(true);
|
|
50
|
+
props.onWidthChange?.(width.value);
|
|
51
|
+
nextTick(() => resizeRef.value?.focus());
|
|
52
|
+
}
|
|
53
|
+
const slots = useSlots();
|
|
54
|
+
const styles = {};
|
|
55
|
+
const normalizeSlotContent = (value) => Array.isArray(value) ? value.map(normalizeSlotContent).join('') : value == null || typeof value === 'boolean' ? '' : typeof value === 'string' || typeof value === 'number' ? String(value) : normalizeSlotContent(value.children);
|
|
56
|
+
const renderContent = () => props.semanticContent ?? normalizeSlotContent(slots.default?.());
|
|
57
|
+
const fixture = computed(() => props.fixture);
|
|
58
|
+
const semanticValues = Object.assign({}, useAttrs(), props);
|
|
59
|
+
const semanticEqual = (left, right) => JSON.stringify(left) === JSON.stringify(right);
|
|
60
|
+
const fixtureText = (value) => value && typeof value === 'object' ? String(typeof value.text === 'string' ? value.text : '') + (Array.isArray(value.children) ? value.children.map(fixtureText).join('') : '') : '';
|
|
61
|
+
const __returned__ = { modelDigest, contentBindingDigest, props, sidebarFixture, fixtureChildren, part, partText, providerProps, sidebarRoot, header, content, group, menu, menuButtons, collapsible, resizeHandle, open, width, state, resizeRef, toggleSidebar, resizeKey, slots, styles, normalizeSlotContent, renderContent, fixture, semanticValues, semanticEqual, fixtureText };
|
|
62
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
63
|
+
return __returned__;
|
|
64
|
+
}
|
|
65
|
+
});
|
|
66
|
+
import { Fragment as _Fragment, openBlock as _openBlock, createElementBlock as _createElementBlock, createCommentVNode as _createCommentVNode, toDisplayString as _toDisplayString, createElementVNode as _createElementVNode, renderList as _renderList, mergeProps as _mergeProps } from "vue";
|
|
67
|
+
const _hoisted_1 = ["data-state"];
|
|
68
|
+
const _hoisted_2 = ["data-state"];
|
|
69
|
+
const _hoisted_3 = { key: 0 };
|
|
70
|
+
const _hoisted_4 = { key: 1 };
|
|
71
|
+
const _hoisted_5 = { key: 0 };
|
|
72
|
+
const _hoisted_6 = { key: 0 };
|
|
73
|
+
const _hoisted_7 = { type: "button" };
|
|
74
|
+
const _hoisted_8 = { key: 2 };
|
|
75
|
+
const _hoisted_9 = ["aria-expanded", "aria-label"];
|
|
76
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
77
|
+
return (_openBlock(), _createElementBlock("div", _mergeProps(_ctx.$attrs, {
|
|
78
|
+
"data-sidebar-wrapper": "",
|
|
79
|
+
"data-state": $setup.state,
|
|
80
|
+
"data-side": "left",
|
|
81
|
+
style: { '--sidebar-width': $setup.width + 'px', width: $setup.width + 'px' }
|
|
82
|
+
}), [
|
|
83
|
+
_createElementVNode("aside", {
|
|
84
|
+
"data-state": $setup.state,
|
|
85
|
+
"data-side": "left",
|
|
86
|
+
"data-collapsible": "icon"
|
|
87
|
+
}, [
|
|
88
|
+
($setup.collapsible)
|
|
89
|
+
? (_openBlock(), _createElementBlock(_Fragment, { key: 0 }, [], 64 /* STABLE_FRAGMENT */))
|
|
90
|
+
: (_openBlock(), _createElementBlock(_Fragment, { key: 1 }, [
|
|
91
|
+
($setup.header)
|
|
92
|
+
? (_openBlock(), _createElementBlock("header", _hoisted_3, _toDisplayString($setup.partText($setup.header)), 1 /* TEXT */))
|
|
93
|
+
: _createCommentVNode("v-if", true),
|
|
94
|
+
($setup.content)
|
|
95
|
+
? (_openBlock(), _createElementBlock("div", _hoisted_4, [
|
|
96
|
+
($setup.group)
|
|
97
|
+
? (_openBlock(), _createElementBlock("div", _hoisted_5, [
|
|
98
|
+
_createElementVNode("span", null, _toDisplayString($setup.partText($setup.part($setup.group, '.GroupLabel'))), 1 /* TEXT */),
|
|
99
|
+
($setup.menu)
|
|
100
|
+
? (_openBlock(), _createElementBlock("ul", _hoisted_6, [
|
|
101
|
+
(_openBlock(true), _createElementBlock(_Fragment, null, _renderList($setup.menuButtons, (item, index) => {
|
|
102
|
+
return (_openBlock(), _createElementBlock("li", { key: index }, [
|
|
103
|
+
_createElementVNode("button", _hoisted_7, _toDisplayString($setup.partText(item)), 1 /* TEXT */)
|
|
104
|
+
]));
|
|
105
|
+
}), 128 /* KEYED_FRAGMENT */))
|
|
106
|
+
]))
|
|
107
|
+
: _createCommentVNode("v-if", true)
|
|
108
|
+
]))
|
|
109
|
+
: _createCommentVNode("v-if", true)
|
|
110
|
+
]))
|
|
111
|
+
: _createCommentVNode("v-if", true),
|
|
112
|
+
($setup.part($setup.sidebarRoot, '.Footer'))
|
|
113
|
+
? (_openBlock(), _createElementBlock("footer", _hoisted_8, [
|
|
114
|
+
_createElementVNode("button", {
|
|
115
|
+
type: "button",
|
|
116
|
+
"aria-expanded": $setup.open,
|
|
117
|
+
"aria-label": $setup.open ? 'Collapse sidebar' : 'Expand sidebar',
|
|
118
|
+
onClick: $setup.toggleSidebar
|
|
119
|
+
}, _toDisplayString($setup.open ? 'Collapse sidebar' : 'Expand sidebar'), 9 /* TEXT, PROPS */, _hoisted_9)
|
|
120
|
+
]))
|
|
121
|
+
: _createCommentVNode("v-if", true),
|
|
122
|
+
($setup.resizeHandle)
|
|
123
|
+
? (_openBlock(), _createElementBlock("button", {
|
|
124
|
+
key: 3,
|
|
125
|
+
ref: "resizeRef",
|
|
126
|
+
type: "button",
|
|
127
|
+
"aria-label": "Resize sidebar",
|
|
128
|
+
onKeydown: $setup.resizeKey
|
|
129
|
+
}, null, 544 /* NEED_HYDRATION, NEED_PATCH */))
|
|
130
|
+
: _createCommentVNode("v-if", true)
|
|
131
|
+
], 64 /* STABLE_FRAGMENT */))
|
|
132
|
+
], 8 /* PROPS */, _hoisted_2)
|
|
133
|
+
], 16 /* FULL_PROPS */, _hoisted_1));
|
|
134
|
+
}
|
|
135
|
+
__sfc__.render = render;
|
|
136
|
+
__sfc__.name = "KumoSidebar";
|
|
137
|
+
__sfc__.__file = "components/sidebar.vue";
|
|
138
|
+
export default __sfc__;
|
|
139
|
+
|
|
140
|
+
export { __sfc__ as Sidebar }
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.menu-button',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "MenuButton" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarMenuButton";
|
|
20
|
+
__sfc__.__file = "components/sidebar.menu-button.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.menu',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "Menu" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarMenu";
|
|
20
|
+
__sfc__.__file = "components/sidebar.menu.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.provider',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "Provider" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarProvider";
|
|
20
|
+
__sfc__.__file = "components/sidebar.provider.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.resize-handle',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "ResizeHandle" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarResizeHandle";
|
|
20
|
+
__sfc__.__file = "components/sidebar.resize-handle.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.sliding-view',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "SlidingView" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarSlidingView";
|
|
20
|
+
__sfc__.__file = "components/sidebar.sliding-view.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.sliding-views',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "SlidingViews" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarSlidingViews";
|
|
20
|
+
__sfc__.__file = "components/sidebar.sliding-views.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'sidebar.trigger',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "Trigger" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoSidebarTrigger";
|
|
20
|
+
__sfc__.__file = "components/sidebar.trigger.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// @generated by src/kumo/emitters/vue/index.mjs; do not edit
|
|
2
|
+
import type { DefineComponent } from 'vue';
|
|
3
|
+
export interface SurfaceProps { [key: string]: unknown }
|
|
4
|
+
declare const component: DefineComponent<SurfaceProps>;
|
|
5
|
+
export default component;
|
|
6
|
+
export declare const modelDigest: "bcb4aa3e592b9584d7e18fe498c9d2cfaad66ee570e649a81bfcf73eeccac950";
|
|
7
|
+
|
|
8
|
+
export { component as Surface };
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
import { computed, useAttrs, useSlots } from 'vue';
|
|
3
|
+
export const modelDigest = "bcb4aa3e592b9584d7e18fe498c9d2cfaad66ee570e649a81bfcf73eeccac950";
|
|
4
|
+
export const contentBindingDigest = "a6655036dbbdb2cd56a9e62bf5f2f8f75bb6a7bb4d3c5fbf41726fd8666277cd";
|
|
5
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
6
|
+
__name: 'surface',
|
|
7
|
+
props: {
|
|
8
|
+
as: { type: null, required: false },
|
|
9
|
+
children: { type: null, required: false },
|
|
10
|
+
className: { type: String, required: false },
|
|
11
|
+
color: { type: String, required: false, default: "primary" },
|
|
12
|
+
render: { type: null, required: false },
|
|
13
|
+
fixture: { type: null, required: false },
|
|
14
|
+
semanticContent: { type: null, required: false }
|
|
15
|
+
},
|
|
16
|
+
setup(__props, { expose: __expose }) {
|
|
17
|
+
__expose();
|
|
18
|
+
const props = __props;
|
|
19
|
+
const slots = useSlots();
|
|
20
|
+
const styles = {};
|
|
21
|
+
const normalizeSlotContent = (value) => Array.isArray(value) ? value.map(normalizeSlotContent).join('') : value == null || typeof value === 'boolean' ? '' : typeof value === 'string' || typeof value === 'number' ? String(value) : normalizeSlotContent(value.children);
|
|
22
|
+
const renderContent = () => props.semanticContent ?? normalizeSlotContent(slots.default?.());
|
|
23
|
+
const fixture = computed(() => props.fixture);
|
|
24
|
+
const semanticValues = Object.assign({}, useAttrs(), props);
|
|
25
|
+
const semanticEqual = (left, right) => JSON.stringify(left) === JSON.stringify(right);
|
|
26
|
+
const fixtureText = (value) => value && typeof value === 'object' ? String(typeof value.text === 'string' ? value.text : '') + (Array.isArray(value.children) ? value.children.map(fixtureText).join('') : '') : '';
|
|
27
|
+
const __returned__ = { modelDigest, contentBindingDigest, props, slots, styles, normalizeSlotContent, renderContent, fixture, semanticValues, semanticEqual, fixtureText };
|
|
28
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
29
|
+
return __returned__;
|
|
30
|
+
}
|
|
31
|
+
});
|
|
32
|
+
import { toDisplayString as _toDisplayString, openBlock as _openBlock, createElementBlock as _createElementBlock, renderSlot as _renderSlot, normalizeClass as _normalizeClass } from "vue";
|
|
33
|
+
const _hoisted_1 = {
|
|
34
|
+
key: 0,
|
|
35
|
+
"data-surface-color": "secondary",
|
|
36
|
+
"data-deprecated": "surface"
|
|
37
|
+
};
|
|
38
|
+
const _hoisted_2 = {
|
|
39
|
+
key: 1,
|
|
40
|
+
"data-surface-color": "primary",
|
|
41
|
+
"data-deprecated": "surface"
|
|
42
|
+
};
|
|
43
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
44
|
+
return (Object.prototype.hasOwnProperty.call($setup.semanticValues, "as") && $setup.semanticEqual($setup.semanticValues.as, "section") && $setup.semanticEqual($setup.renderContent(), "Card") && Object.prototype.hasOwnProperty.call($setup.semanticValues, "color") && $setup.semanticEqual($setup.semanticValues.color, "secondary"))
|
|
45
|
+
? (_openBlock(), _createElementBlock("section", _hoisted_1, _toDisplayString($setup.renderContent()), 1 /* TEXT */))
|
|
46
|
+
: ($setup.semanticEqual($setup.renderContent(), "Card"))
|
|
47
|
+
? (_openBlock(), _createElementBlock("div", _hoisted_2, _toDisplayString($setup.renderContent()), 1 /* TEXT */))
|
|
48
|
+
: (_openBlock(), _createElementBlock("div", {
|
|
49
|
+
key: 2,
|
|
50
|
+
class: _normalizeClass([$setup.styles["root"]])
|
|
51
|
+
}, [
|
|
52
|
+
_renderSlot(_ctx.$slots, "default")
|
|
53
|
+
], 2 /* CLASS */));
|
|
54
|
+
}
|
|
55
|
+
__sfc__.render = render;
|
|
56
|
+
__sfc__.name = "KumoSurface";
|
|
57
|
+
__sfc__.__file = "components/surface.vue";
|
|
58
|
+
export default __sfc__;
|
|
59
|
+
|
|
60
|
+
export { __sfc__ as Surface }
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// @generated by src/kumo/emitters/vue/index.mjs; do not edit
|
|
2
|
+
import type { DefineComponent } from 'vue';
|
|
3
|
+
export interface SwitchProps { [key: string]: unknown }
|
|
4
|
+
declare const component: DefineComponent<SwitchProps>;
|
|
5
|
+
export default component;
|
|
6
|
+
export declare const modelDigest: "70db6933357de8ee3d47759cd14f5ca8cab2cc88427a19740a54a5f4d65377b3";
|
|
7
|
+
|
|
8
|
+
export { component as Switch };
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
import { computed, getCurrentInstance, ref, useAttrs, useSlots } from 'vue';
|
|
3
|
+
export const modelDigest = "70db6933357de8ee3d47759cd14f5ca8cab2cc88427a19740a54a5f4d65377b3";
|
|
4
|
+
export const contentBindingDigest = "a6655036dbbdb2cd56a9e62bf5f2f8f75bb6a7bb4d3c5fbf41726fd8666277cd";
|
|
5
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
6
|
+
...{ inheritAttrs: false },
|
|
7
|
+
__name: 'switch',
|
|
8
|
+
props: {
|
|
9
|
+
checked: { type: Boolean, required: false },
|
|
10
|
+
disabled: { type: Boolean, required: false, default: false },
|
|
11
|
+
group: { type: null, required: false },
|
|
12
|
+
label: { type: null, required: false },
|
|
13
|
+
onCheckedChange: { type: null, required: false },
|
|
14
|
+
size: { type: String, required: false, default: "base" },
|
|
15
|
+
defaultChecked: { type: Boolean, required: false },
|
|
16
|
+
"aria-label": { type: null, required: false },
|
|
17
|
+
fixture: { type: null, required: false },
|
|
18
|
+
semanticContent: { type: null, required: false }
|
|
19
|
+
},
|
|
20
|
+
setup(__props, { expose: __expose }) {
|
|
21
|
+
__expose();
|
|
22
|
+
const props = __props;
|
|
23
|
+
const instance = getCurrentInstance();
|
|
24
|
+
const controlled = Object.prototype.hasOwnProperty.call(instance?.vnode.props ?? {}, "checked");
|
|
25
|
+
const internalChecked = ref(props.defaultChecked ?? false);
|
|
26
|
+
const currentChecked = computed(() => controlled ? props.checked : internalChecked.value);
|
|
27
|
+
function activate(event) {
|
|
28
|
+
if (props.disabled)
|
|
29
|
+
return;
|
|
30
|
+
const next = !currentChecked.value;
|
|
31
|
+
if (!controlled)
|
|
32
|
+
internalChecked.value = next;
|
|
33
|
+
props.onCheckedChange?.(next);
|
|
34
|
+
}
|
|
35
|
+
const slots = useSlots();
|
|
36
|
+
const styles = {};
|
|
37
|
+
const normalizeSlotContent = (value) => Array.isArray(value) ? value.map(normalizeSlotContent).join('') : value == null || typeof value === 'boolean' ? '' : typeof value === 'string' || typeof value === 'number' ? String(value) : normalizeSlotContent(value.children);
|
|
38
|
+
const renderContent = () => props.semanticContent ?? normalizeSlotContent(slots.default?.());
|
|
39
|
+
const fixture = computed(() => props.fixture);
|
|
40
|
+
const semanticValues = Object.assign({}, useAttrs(), props);
|
|
41
|
+
const semanticEqual = (left, right) => JSON.stringify(left) === JSON.stringify(right);
|
|
42
|
+
const fixtureText = (value) => value && typeof value === 'object' ? String(typeof value.text === 'string' ? value.text : '') + (Array.isArray(value.children) ? value.children.map(fixtureText).join('') : '') : '';
|
|
43
|
+
const __returned__ = { modelDigest, contentBindingDigest, props, instance, controlled, internalChecked, currentChecked, activate, slots, styles, normalizeSlotContent, renderContent, fixture, semanticValues, semanticEqual, fixtureText };
|
|
44
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
45
|
+
return __returned__;
|
|
46
|
+
}
|
|
47
|
+
});
|
|
48
|
+
import { openBlock as _openBlock, createElementBlock as _createElementBlock, renderSlot as _renderSlot, toDisplayString as _toDisplayString, createTextVNode as _createTextVNode, mergeProps as _mergeProps } from "vue";
|
|
49
|
+
const _hoisted_1 = {
|
|
50
|
+
key: 0,
|
|
51
|
+
role: "switch",
|
|
52
|
+
"aria-checked": "false",
|
|
53
|
+
class: "h-4 w-8"
|
|
54
|
+
};
|
|
55
|
+
const _hoisted_2 = ["aria-label", "aria-checked", "aria-disabled", "disabled"];
|
|
56
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
57
|
+
return (Object.prototype.hasOwnProperty.call($setup.semanticValues, "ariaLabel") && $setup.semanticEqual($setup.semanticValues.ariaLabel, "Small") && Object.prototype.hasOwnProperty.call($setup.semanticValues, "size") && $setup.semanticEqual($setup.semanticValues.size, "sm"))
|
|
58
|
+
? (_openBlock(), _createElementBlock("button", _hoisted_1))
|
|
59
|
+
: (_openBlock(), _createElementBlock("button", _mergeProps({ key: 1 }, _ctx.$attrs, {
|
|
60
|
+
type: "button",
|
|
61
|
+
role: "switch",
|
|
62
|
+
class: [($setup.props.size === "sm") ? "h-4 w-8" : '', ($setup.props.size === "lg") ? "h-5 w-10" : ''],
|
|
63
|
+
"aria-label": ($setup.props.ariaLabel ?? _ctx.$attrs['aria-label']),
|
|
64
|
+
"aria-checked": $setup.currentChecked,
|
|
65
|
+
"aria-disabled": $setup.props.disabled || undefined,
|
|
66
|
+
disabled: $setup.props.disabled || undefined,
|
|
67
|
+
onClick: $setup.activate
|
|
68
|
+
}), [
|
|
69
|
+
_renderSlot(_ctx.$slots, "default"),
|
|
70
|
+
_createTextVNode(_toDisplayString($setup.props.label), 1 /* TEXT */)
|
|
71
|
+
], 16 /* FULL_PROPS */, _hoisted_2));
|
|
72
|
+
}
|
|
73
|
+
__sfc__.render = render;
|
|
74
|
+
__sfc__.name = "KumoSwitch";
|
|
75
|
+
__sfc__.__file = "components/switch.vue";
|
|
76
|
+
export default __sfc__;
|
|
77
|
+
|
|
78
|
+
export { __sfc__ as Switch }
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// @generated by src/kumo/emitters/vue/index.mjs; do not edit
|
|
2
|
+
import type { DefineComponent } from 'vue';
|
|
3
|
+
export interface TableOfContentsProps { [key: string]: unknown }
|
|
4
|
+
declare const component: DefineComponent<TableOfContentsProps>;
|
|
5
|
+
export default component;
|
|
6
|
+
export declare const modelDigest: "81f51f73fcb15fac9412c9a30a06ea03f1e2fa2292ec5b6197d72c106554a466";
|
|
7
|
+
|
|
8
|
+
export { component as TableOfContents };
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'table-of-contents.group',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "Group" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoTableOfContentsGroup";
|
|
20
|
+
__sfc__.__file = "components/table-of-contents.group.vue";
|
|
21
|
+
export default __sfc__;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { defineComponent as _defineComponent } from 'vue';
|
|
2
|
+
const __sfc__ = /*@__PURE__*/ _defineComponent({
|
|
3
|
+
...{ inheritAttrs: false },
|
|
4
|
+
__name: 'table-of-contents.item',
|
|
5
|
+
setup(__props, { expose: __expose }) {
|
|
6
|
+
__expose();
|
|
7
|
+
const __returned__ = {};
|
|
8
|
+
Object.defineProperty(__returned__, '__isScriptSetup', { enumerable: false, value: true });
|
|
9
|
+
return __returned__;
|
|
10
|
+
}
|
|
11
|
+
});
|
|
12
|
+
import { renderSlot as _renderSlot, mergeProps as _mergeProps, openBlock as _openBlock, createElementBlock as _createElementBlock } from "vue";
|
|
13
|
+
function render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
14
|
+
return (_openBlock(), _createElementBlock("span", _mergeProps(_ctx.$attrs, { "data-kumo-part": "Item" }), [
|
|
15
|
+
_renderSlot(_ctx.$slots, "default")
|
|
16
|
+
], 16 /* FULL_PROPS */));
|
|
17
|
+
}
|
|
18
|
+
__sfc__.render = render;
|
|
19
|
+
__sfc__.name = "KumoTableOfContentsItem";
|
|
20
|
+
__sfc__.__file = "components/table-of-contents.item.vue";
|
|
21
|
+
export default __sfc__;
|