@histoire/controls 0.8.0 → 0.8.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/dist/index.d.ts +166 -166
- package/package.json +3 -3
- package/peeky.config.ts +0 -1
- package/tsconfig.json +0 -1
- package/vite.config.ts +0 -1
- package/.histoire/dist/__sandbox.html +0 -16
- package/.histoire/dist/assets/BaseEmpty.c5ebb434.js +0 -11
- package/.histoire/dist/assets/HomeView.2d2d0dfe.js +0 -24
- package/.histoire/dist/assets/HstCheckbox.story.ccd10161.js +0 -151
- package/.histoire/dist/assets/HstColorShades.story.d71deb80.js +0 -540
- package/.histoire/dist/assets/HstCopyIcon.ef403c78.js +0 -55
- package/.histoire/dist/assets/HstNumber.story.1e0e7b71.js +0 -165
- package/.histoire/dist/assets/HstSelect.story.8a2b4741.js +0 -290
- package/.histoire/dist/assets/HstSlider.story.4155f6ba.js +0 -153
- package/.histoire/dist/assets/HstText.story.43417ceb.js +0 -143
- package/.histoire/dist/assets/HstTextarea.story.3e39b89e.js +0 -111
- package/.histoire/dist/assets/HstTokenGrid.story.e2f237c4.js +0 -156
- package/.histoire/dist/assets/HstTokenList.story.bc7b0288.js +0 -184
- package/.histoire/dist/assets/HstWrapper.fee42109.js +0 -61
- package/.histoire/dist/assets/SearchPane.37a81ba7.js +0 -426
- package/.histoire/dist/assets/StoryView.2c1f1961.js +0 -2262
- package/.histoire/dist/assets/bundle-main.c70a2b14.js +0 -1156
- package/.histoire/dist/assets/bundle-sandbox.f56c0808.js +0 -84
- package/.histoire/dist/assets/const.36730b48.js +0 -717
- package/.histoire/dist/assets/global-components.d165b38c.js +0 -5806
- package/.histoire/dist/assets/search-docs-data.2e7ad186.js +0 -6
- package/.histoire/dist/assets/style.dc851298.css +0 -2574
- package/.histoire/dist/assets/vendor.31c91490.js +0 -28973
- package/.histoire/dist/histoire.svg +0 -51
- package/.histoire/dist/index.html +0 -16
- package/histoire-dist/__sandbox.html +0 -15
- package/histoire-dist/assets/BaseEmpty.a84c14c8.js +0 -1
- package/histoire-dist/assets/HomeView.f524bd4b.js +0 -1
- package/histoire-dist/assets/HstCheckbox.story.9f622545.js +0 -1
- package/histoire-dist/assets/HstInput.story.945401ce.js +0 -1
- package/histoire-dist/assets/SearchModal.76c035f2.js +0 -1
- package/histoire-dist/assets/StoryView.e4c41518.js +0 -15
- package/histoire-dist/assets/global-components.84d0ab22.js +0 -1
- package/histoire-dist/assets/histoire-text-dark.a529813a.svg +0 -89
- package/histoire-dist/assets/histoire-text.1d4474b5.svg +0 -89
- package/histoire-dist/assets/histoire.8af7bd1f.svg +0 -51
- package/histoire-dist/assets/index.58f51dd0.js +0 -1
- package/histoire-dist/assets/preview-settings.a634d101.js +0 -1
- package/histoire-dist/assets/sandbox.2c60450a.js +0 -1
- package/histoire-dist/assets/style.7657d2ac.css +0 -1
- package/histoire-dist/assets/vendor.70a554f6.js +0 -9
- package/histoire-dist/index.html +0 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@histoire/controls",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Prebuilt controls components",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": {
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"*.vue"
|
|
32
32
|
],
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@histoire/vendors": "^0.8.
|
|
34
|
+
"@histoire/vendors": "^0.8.1"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@peeky/test": "^0.13.5",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"autoprefixer": "^10.4.4",
|
|
43
43
|
"concurrently": "^7.1.0",
|
|
44
44
|
"floating-vue": "^2.0.0-beta.16",
|
|
45
|
-
"histoire": "0.8.
|
|
45
|
+
"histoire": "0.8.1",
|
|
46
46
|
"postcss": "^8.4.12",
|
|
47
47
|
"postcss-import": "^14.1.0",
|
|
48
48
|
"tailwindcss": "^3.0.23",
|
package/peeky.config.ts
CHANGED
package/tsconfig.json
CHANGED
|
@@ -35,7 +35,6 @@
|
|
|
35
35
|
"@iconify/vue": ["./node_modules/@histoire/vendors/dist/client/iconify"],
|
|
36
36
|
"pinia": ["./node_modules/@histoire/vendors/dist/client/pinia"],
|
|
37
37
|
"scroll-into-view-if-needed": ["./node_modules/@histoire/vendors/dist/client/scroll"],
|
|
38
|
-
"shiki": ["./node_modules/@histoire/vendors/dist/client/shiki"],
|
|
39
38
|
"vue-router": ["./node_modules/@histoire/vendors/dist/client/vue-router"],
|
|
40
39
|
"@vueuse/core": ["./node_modules/@histoire/vendors/dist/client/vue-use"],
|
|
41
40
|
"vue": ["./node_modules/@histoire/vendors/dist/client/vue"]
|
package/vite.config.ts
CHANGED
|
@@ -14,7 +14,6 @@ export default defineConfig({
|
|
|
14
14
|
'@iconify/vue': '@histoire/vendors/dist/client/iconify.js',
|
|
15
15
|
pinia: '@histoire/vendors/dist/client/pinia.js',
|
|
16
16
|
'scroll-into-view-if-needed': '@histoire/vendors/dist/client/scroll.js',
|
|
17
|
-
shiki: '@histoire/vendors/dist/client/shiki.js',
|
|
18
17
|
'vue-router': '@histoire/vendors/dist/client/vue-router.js',
|
|
19
18
|
'@vueuse/core': '@histoire/vendors/dist/client/vue-use.js',
|
|
20
19
|
vue: '@histoire/vendors/dist/client/vue.js',
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html>
|
|
2
|
-
<html>
|
|
3
|
-
<head>
|
|
4
|
-
<title>Histoire controls</title>
|
|
5
|
-
<meta charset="utf-8">
|
|
6
|
-
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
7
|
-
<meta name="description" content="">
|
|
8
|
-
<link rel="stylesheet" href="/assets/style.dc851298.css">
|
|
9
|
-
<link rel="icon" type="image/svg+xml" href="/histoire.svg"/>
|
|
10
|
-
|
|
11
|
-
</head>
|
|
12
|
-
<body>
|
|
13
|
-
<div id="app"></div>
|
|
14
|
-
<script type="module" src="/assets/bundle-sandbox.f56c0808.js"></script>
|
|
15
|
-
</body>
|
|
16
|
-
</html>
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { a as openBlock, b as createElementBlock, f as renderSlot } from "./vendor.31c91490.js";
|
|
2
|
-
import { _ as _export_sfc } from "./bundle-main.c70a2b14.js";
|
|
3
|
-
const _sfc_main = {};
|
|
4
|
-
const _hoisted_1 = { class: "htw-base-empty htw-flex htw-flex-col htw-items-center htw-justify-center htw-space-y-4 htw-py-12 htw-h-full htw-text-center htw-text-gray-400 htw-text-lg" };
|
|
5
|
-
function _sfc_render(_ctx, _cache) {
|
|
6
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
7
|
-
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
8
|
-
]);
|
|
9
|
-
}
|
|
10
|
-
var BaseEmpty = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-552cc113"]]);
|
|
11
|
-
export { BaseEmpty as B };
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { d as defineComponent, c as computed, a as openBlock, b as createElementBlock, e as createBaseVNode, i as unref } from "./vendor.31c91490.js";
|
|
2
|
-
import { h as histoireConfig, c as customLogos } from "./global-components.d165b38c.js";
|
|
3
|
-
var HistoireLogo = "data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhLS0gQ3JlYXRlZCB3aXRoIElua3NjYXBlIChodHRwOi8vd3d3Lmlua3NjYXBlLm9yZy8pIC0tPgoKPHN2ZwogICB3aWR0aD0iNTEyIgogICBoZWlnaHQ9IjUxMiIKICAgdmlld0JveD0iMCAwIDUxMiA1MTIiCiAgIHZlcnNpb249IjEuMSIKICAgaWQ9InN2ZzUiCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgeG1sbnM6c3ZnPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgPGRlZnMKICAgICBpZD0iZGVmczIiIC8+CiAgPGcKICAgICBpZD0ibGF5ZXIxIj4KICAgIDxyZWN0CiAgICAgICBzdHlsZT0ib3BhY2l0eTowLjU7ZmlsbDojMzRkMzk5O2ZpbGwtb3BhY2l0eToxO3N0cm9rZS13aWR0aDoxLjAwMzc1IgogICAgICAgaWQ9InJlY3QxMzcyIgogICAgICAgd2lkdGg9IjMxNC4zMDkyMyIKICAgICAgIGhlaWdodD0iNDA2LjYwOTAxIgogICAgICAgeD0iLTI2LjU2NTA2MyIKICAgICAgIHk9IjEzNC43NTA3OSIKICAgICAgIHRyYW5zZm9ybT0icm90YXRlKC0yMy44MjEyNjIpIgogICAgICAgcnk9IjgiIC8+CiAgICA8cmVjdAogICAgICAgc3R5bGU9ImZpbGw6IzM0ZDM5OTtmaWxsLW9wYWNpdHk6MTtzdHJva2Utd2lkdGg6MS4wMDM3NSIKICAgICAgIGlkPSJyZWN0ODUwIgogICAgICAgd2lkdGg9IjMxNC4zMDkyMyIKICAgICAgIGhlaWdodD0iNDA2LjYwOTAxIgogICAgICAgeD0iNzcuNTcxODM4IgogICAgICAgeT0iNzIuODA4NzA4IgogICAgICAgcnk9IjgiCiAgICAgICB0cmFuc2Zvcm09InJvdGF0ZSgtNC41NzQ0NTM0KSIgLz4KICA8L2c+CiAgPGcKICAgICBpZD0ibGF5ZXIzIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDE2NTctMyIKICAgICAgIHN0eWxlPSJkaXNwbGF5OmlubGluZTtmaWxsOiNiNGZhZTI7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOiNiNGZhZTI7c3Ryb2tlLXdpZHRoOjguMzQ5MjM7c3Ryb2tlLWxpbmVjYXA6YnV0dDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6NDtzdHJva2UtZGFzaGFycmF5Om5vbmU7c3Ryb2tlLW9wYWNpdHk6MSIKICAgICAgIGQ9Ik0gMzU5LjM4OTQ3LDM1NS45NTEzNCAzMjAuNzI5MzUsMTc2LjUyOTQyIDIzOC4zNDYxMywyMzguOTQxMTggWiBNIDI3My42NDEyNCwyNzMuMDY2MDggMTUyLjU5Nzg4LDE1Ni4wNTU5MSAxOTEuMjU4MDQsMzM1LjQ3Nzg2IFoiIC8+CiAgPC9nPgogIDxnCiAgICAgaWQ9ImxheWVyMiIKICAgICBzdHlsZT0iZGlzcGxheTpub25lIj4KICAgIDxwYXRoCiAgICAgICBpZD0icGF0aDE2NTciCiAgICAgICBzdHlsZT0iZmlsbDojYjRmYWUyO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTojYjRmYWUyO3N0cm9rZS13aWR0aDo4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjQ7c3Ryb2tlLWRhc2hhcnJheTpub25lO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICBkPSJtIDI5NiwxMDMuOTgyNDIgLTEzNS41MzEyNSwxNzcuOTY2OCBoIDg4LjcwMTE3IHogTSAyNjIuODMwMDgsMjMwLjA1MDc4IDIxNiw0MDguMDE3NTggMzUxLjUzMTI1LDIzMC4wNTA3OCBaIgogICAgICAgdHJhbnNmb3JtPSJyb3RhdGUoLTQuMTU2NTUzLDI1NiwyNTYuMDA2OTEpIiAvPgogIDwvZz4KPC9zdmc+Cg==";
|
|
4
|
-
const _hoisted_1 = { class: "htw-flex htw-items-center htw-justify-center htw-h-full" };
|
|
5
|
-
const _hoisted_2 = ["src"];
|
|
6
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
7
|
-
name: "HomeView",
|
|
8
|
-
setup(__props) {
|
|
9
|
-
const logoUrl = computed(() => {
|
|
10
|
-
var _a, _b;
|
|
11
|
-
return ((_b = (_a = histoireConfig.theme) == null ? void 0 : _a.logo) == null ? void 0 : _b.square) ? customLogos.square : HistoireLogo;
|
|
12
|
-
});
|
|
13
|
-
return (_ctx, _cache) => {
|
|
14
|
-
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
15
|
-
createBaseVNode("img", {
|
|
16
|
-
src: unref(logoUrl),
|
|
17
|
-
alt: "Logo",
|
|
18
|
-
class: "htw-w-64 htw-h-64 htw-opacity-25"
|
|
19
|
-
}, null, 8, _hoisted_2)
|
|
20
|
-
]);
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
export { _sfc_main as default };
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __defProps = Object.defineProperties;
|
|
3
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
4
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
7
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
8
|
-
var __spreadValues = (a, b) => {
|
|
9
|
-
for (var prop in b || (b = {}))
|
|
10
|
-
if (__hasOwnProp.call(b, prop))
|
|
11
|
-
__defNormalProp(a, prop, b[prop]);
|
|
12
|
-
if (__getOwnPropSymbols)
|
|
13
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
14
|
-
if (__propIsEnum.call(b, prop))
|
|
15
|
-
__defNormalProp(a, prop, b[prop]);
|
|
16
|
-
}
|
|
17
|
-
return a;
|
|
18
|
-
};
|
|
19
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
20
|
-
import { d as defineComponent, r as ref, c as computed, w as watch, ax as _export_sfc, a as openBlock, j as createBlock, k as withCtx, f as renderSlot, e as createBaseVNode, n as normalizeClass, b as createElementBlock, v as withKeys, g as withModifiers, q as resolveComponent, l as createVNode } from "./vendor.31c91490.js";
|
|
21
|
-
import { H as HstWrapper } from "./HstWrapper.fee42109.js";
|
|
22
|
-
const __default__ = {
|
|
23
|
-
name: "HstCheckbox"
|
|
24
|
-
};
|
|
25
|
-
const _sfc_main$1 = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValues({}, __default__), {
|
|
26
|
-
props: {
|
|
27
|
-
modelValue: { type: Boolean, required: true },
|
|
28
|
-
title: { type: String, required: false }
|
|
29
|
-
},
|
|
30
|
-
emits: {
|
|
31
|
-
"update:modelValue": (newValue) => true
|
|
32
|
-
},
|
|
33
|
-
setup(__props, { expose, emit }) {
|
|
34
|
-
expose();
|
|
35
|
-
const props = __props;
|
|
36
|
-
function toggle() {
|
|
37
|
-
emit("update:modelValue", !props.modelValue);
|
|
38
|
-
animationEnabled.value = true;
|
|
39
|
-
}
|
|
40
|
-
const path = ref();
|
|
41
|
-
const dasharray = ref(0);
|
|
42
|
-
const progress = computed(() => props.modelValue ? 1 : 0);
|
|
43
|
-
const dashoffset = computed(() => (1 - progress.value) * dasharray.value);
|
|
44
|
-
const animationEnabled = ref(false);
|
|
45
|
-
watch(path, (value) => {
|
|
46
|
-
var _a, _b, _c;
|
|
47
|
-
dasharray.value = (_c = (_b = (_a = path.value).getTotalLength) == null ? void 0 : _b.call(_a)) != null ? _c : 21.21;
|
|
48
|
-
});
|
|
49
|
-
const __returned__ = { props, emit, toggle, path, dasharray, progress, dashoffset, animationEnabled, HstWrapper };
|
|
50
|
-
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
|
51
|
-
return __returned__;
|
|
52
|
-
}
|
|
53
|
-
}));
|
|
54
|
-
const _hoisted_1 = { class: "htw-text-white htw-w-[16px] htw-h-[16px] htw-relative" };
|
|
55
|
-
const _hoisted_2 = {
|
|
56
|
-
width: "16",
|
|
57
|
-
height: "16",
|
|
58
|
-
viewBox: "0 0 24 24",
|
|
59
|
-
class: "htw-relative htw-z-10"
|
|
60
|
-
};
|
|
61
|
-
const _hoisted_3 = ["stroke-dasharray", "stroke-dashoffset"];
|
|
62
|
-
function _sfc_render$1(_ctx, _cache, $props, $setup, $data, $options) {
|
|
63
|
-
return openBlock(), createBlock($setup["HstWrapper"], {
|
|
64
|
-
role: "checkbox",
|
|
65
|
-
tabindex: "0",
|
|
66
|
-
class: "htw-cursor-pointer htw-items-center",
|
|
67
|
-
title: $props.title,
|
|
68
|
-
onClick: _cache[0] || (_cache[0] = ($event) => $setup.toggle()),
|
|
69
|
-
onKeydown: [
|
|
70
|
-
_cache[1] || (_cache[1] = withKeys(withModifiers(($event) => $setup.toggle(), ["prevent"]), ["enter"])),
|
|
71
|
-
_cache[2] || (_cache[2] = withKeys(withModifiers(($event) => $setup.toggle(), ["prevent"]), ["space"]))
|
|
72
|
-
]
|
|
73
|
-
}, {
|
|
74
|
-
actions: withCtx(() => [
|
|
75
|
-
renderSlot(_ctx.$slots, "actions")
|
|
76
|
-
]),
|
|
77
|
-
default: withCtx(() => [
|
|
78
|
-
createBaseVNode("div", _hoisted_1, [
|
|
79
|
-
createBaseVNode("div", {
|
|
80
|
-
class: normalizeClass(["htw-border htw-border-solid group-active:htw-bg-gray-500/20 htw-rounded-sm htw-box-border htw-absolute htw-inset-0 htw-transition-border htw-duration-150 htw-ease-out", [
|
|
81
|
-
$props.modelValue ? "htw-border-primary-500 htw-border-8" : "htw-border-black/25 dark:htw-border-white/25 htw-delay-150"
|
|
82
|
-
]])
|
|
83
|
-
}, null, 2),
|
|
84
|
-
(openBlock(), createElementBlock("svg", _hoisted_2, [
|
|
85
|
-
createBaseVNode("path", {
|
|
86
|
-
ref: "path",
|
|
87
|
-
d: "m 4 12 l 5 5 l 10 -10",
|
|
88
|
-
fill: "none",
|
|
89
|
-
class: normalizeClass(["htw-stroke-white htw-stroke-2 htw-duration-200 htw-ease-in-out", [
|
|
90
|
-
$setup.animationEnabled ? "htw-transition-all" : "htw-transition-none",
|
|
91
|
-
{
|
|
92
|
-
"htw-delay-150": $props.modelValue
|
|
93
|
-
}
|
|
94
|
-
]]),
|
|
95
|
-
"stroke-dasharray": $setup.dasharray,
|
|
96
|
-
"stroke-dashoffset": $setup.dashoffset
|
|
97
|
-
}, null, 10, _hoisted_3)
|
|
98
|
-
]))
|
|
99
|
-
])
|
|
100
|
-
]),
|
|
101
|
-
_: 3
|
|
102
|
-
}, 8, ["title"]);
|
|
103
|
-
}
|
|
104
|
-
_sfc_main$1.__file = "src/components/checkbox/HstCheckbox.vue";
|
|
105
|
-
var HstCheckbox = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["render", _sfc_render$1], ["__file", "/home/akryum/Projects/histoire/packages/histoire-controls/src/components/checkbox/HstCheckbox.vue"]]);
|
|
106
|
-
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
107
|
-
name: "HstCheckbox.story",
|
|
108
|
-
setup(__props, { expose }) {
|
|
109
|
-
expose();
|
|
110
|
-
function initState() {
|
|
111
|
-
return {
|
|
112
|
-
checked: false
|
|
113
|
-
};
|
|
114
|
-
}
|
|
115
|
-
const __returned__ = { initState, HstCheckbox };
|
|
116
|
-
Object.defineProperty(__returned__, "__isScriptSetup", { enumerable: false, value: true });
|
|
117
|
-
return __returned__;
|
|
118
|
-
}
|
|
119
|
-
});
|
|
120
|
-
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
121
|
-
const _component_Variant = resolveComponent("Variant");
|
|
122
|
-
const _component_Story = resolveComponent("Story");
|
|
123
|
-
return openBlock(), createBlock(_component_Story, { title: "HstCheckbox" }, {
|
|
124
|
-
default: withCtx(() => [
|
|
125
|
-
createVNode(_component_Variant, {
|
|
126
|
-
title: "playground",
|
|
127
|
-
"init-state": $setup.initState
|
|
128
|
-
}, {
|
|
129
|
-
default: withCtx(({ state }) => [
|
|
130
|
-
createVNode($setup["HstCheckbox"], {
|
|
131
|
-
modelValue: state.checked,
|
|
132
|
-
"onUpdate:modelValue": ($event) => state.checked = $event,
|
|
133
|
-
title: "Label"
|
|
134
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
135
|
-
]),
|
|
136
|
-
controls: withCtx(({ state }) => [
|
|
137
|
-
createVNode($setup["HstCheckbox"], {
|
|
138
|
-
modelValue: state.checked,
|
|
139
|
-
"onUpdate:modelValue": ($event) => state.checked = $event,
|
|
140
|
-
title: "Label"
|
|
141
|
-
}, null, 8, ["modelValue", "onUpdate:modelValue"])
|
|
142
|
-
]),
|
|
143
|
-
_: 1
|
|
144
|
-
})
|
|
145
|
-
]),
|
|
146
|
-
_: 1
|
|
147
|
-
});
|
|
148
|
-
}
|
|
149
|
-
_sfc_main.__file = "src/components/checkbox/HstCheckbox.story.vue";
|
|
150
|
-
var HstCheckbox_story = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["__file", "/home/akryum/Projects/histoire/packages/histoire-controls/src/components/checkbox/HstCheckbox.story.vue"]]);
|
|
151
|
-
export { HstCheckbox_story as default };
|