ablok-components 0.2.50 → 0.2.52
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.
|
@@ -4,20 +4,5 @@ type __VLS_Props = {
|
|
|
4
4
|
text?: string;
|
|
5
5
|
className?: string;
|
|
6
6
|
};
|
|
7
|
-
declare
|
|
8
|
-
attrs: Partial<{}>;
|
|
9
|
-
slots: {
|
|
10
|
-
default?(_: {}): any;
|
|
11
|
-
};
|
|
12
|
-
refs: {};
|
|
13
|
-
rootEl: any;
|
|
14
|
-
};
|
|
15
|
-
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
|
16
|
-
declare const __VLS_component: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, any>;
|
|
17
|
-
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
7
|
+
declare const _default: import('../../../../vue/dist/vue.esm-bundler.js').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, import('../../../../vue/dist/vue.esm-bundler.js').ComponentOptionsMixin, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import('../../../../vue/dist/vue.esm-bundler.js').ComponentProvideOptions, false, {}, HTMLParagraphElement>;
|
|
18
8
|
export default _default;
|
|
19
|
-
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
20
|
-
new (): {
|
|
21
|
-
$slots: S;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const setupVue3: import('@histoire/plugin-vue').Vue3StorySetupHandler;
|
package/package.json
CHANGED
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ablok-components",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.52",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite --host",
|
|
7
|
+
"story:dev": "histoire dev",
|
|
8
|
+
"story:build": "histoire build",
|
|
9
|
+
"story:preview": "histoire preview",
|
|
7
10
|
"build": "vue-tsc --noEmit && vite build",
|
|
8
11
|
"preview": "vite preview",
|
|
9
12
|
"build-lib-bak": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types",
|
|
@@ -15,7 +18,6 @@
|
|
|
15
18
|
"test:headed": "playwright test --headed"
|
|
16
19
|
},
|
|
17
20
|
"dependencies": {
|
|
18
|
-
"@oddbird/css-anchor-positioning": "^0.8.0",
|
|
19
21
|
"@popperjs/core": "^2.11.8",
|
|
20
22
|
"@tiptap/extension-highlight": "^3.18.0",
|
|
21
23
|
"@tiptap/extension-link": "^3.18.0",
|
|
@@ -38,15 +40,16 @@
|
|
|
38
40
|
"vue": "^3.5.27"
|
|
39
41
|
},
|
|
40
42
|
"devDependencies": {
|
|
41
|
-
"@
|
|
43
|
+
"@histoire/plugin-vue": "^1.0.0-beta.1",
|
|
42
44
|
"@playwright/experimental-ct-vue": "^1.58.0",
|
|
43
45
|
"@playwright/test": "^1.58.0",
|
|
44
46
|
"@types/canvas-confetti": "^1.9.0",
|
|
45
47
|
"@types/lodash": "^4.17.23",
|
|
46
48
|
"@types/node": "^25.1.0",
|
|
47
49
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
48
|
-
"
|
|
50
|
+
"flexsearch": "^0.8.212",
|
|
49
51
|
"glob": "^13.0.0",
|
|
52
|
+
"histoire": "^1.0.0-beta.1",
|
|
50
53
|
"path": "^0.12.7",
|
|
51
54
|
"sass": "^1.97.3",
|
|
52
55
|
"typescript": "^5.9.3",
|
|
@@ -54,6 +57,8 @@
|
|
|
54
57
|
"vite-plugin-devtools-json": "^1.0.0",
|
|
55
58
|
"vite-plugin-dts": "^4.5.4",
|
|
56
59
|
"vite-plugin-mkcert": "^1.17.9",
|
|
60
|
+
"vscode-oniguruma": "^2.0.1",
|
|
61
|
+
"vscode-textmate": "^9.3.2",
|
|
57
62
|
"vue-tsc": "^3.2.4"
|
|
58
63
|
},
|
|
59
64
|
"files": [
|