@beterdichtbij/component-library 0.62.1 → 0.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bd-component-lib.cjs.js +47 -47
- package/dist/bd-component-lib.es.js +6175 -6091
- package/dist/bd-component-lib.umd.js +47 -47
- package/dist/components/atoms/BDPlaceholderList/BDPlaceholderList.vue.d.ts +2 -2
- package/dist/components/molecules/BDMarkdownEditor/BDMarkdownEditor.vue.d.ts +2 -2
- package/package.json +39 -39
|
@@ -2,11 +2,11 @@ declare const _default: import('vue').DefineComponent<{}, {
|
|
|
2
2
|
onKeyDown: ({ event }: {
|
|
3
3
|
event: any;
|
|
4
4
|
}) => boolean;
|
|
5
|
-
items?: unknown[] | undefined;
|
|
6
5
|
command?: Function | undefined;
|
|
6
|
+
items?: unknown[] | undefined;
|
|
7
7
|
$props: {
|
|
8
|
-
readonly items?: unknown[] | undefined;
|
|
9
8
|
readonly command?: Function | undefined;
|
|
9
|
+
readonly items?: unknown[] | undefined;
|
|
10
10
|
};
|
|
11
11
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLDivElement>;
|
|
12
12
|
export default _default;
|
|
@@ -68,7 +68,7 @@ declare function __VLS_template(): {
|
|
|
68
68
|
disabled: boolean;
|
|
69
69
|
}> & Omit<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
|
|
70
70
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
71
|
-
}>, "size" | "variant" | "blockElement" | "disabled"> &
|
|
71
|
+
}>, "size" | "variant" | "blockElement" | "disabled"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
72
72
|
$slots: {
|
|
73
73
|
default?(_: {}): any;
|
|
74
74
|
};
|
|
@@ -158,7 +158,7 @@ declare const __VLS_component: import('vue').DefineComponent<BDMarkdownEditorPro
|
|
|
158
158
|
disabled: boolean;
|
|
159
159
|
}> & Omit<Readonly<import('../../../interfaces/BDButtonProps').BDButtonProps> & Readonly<{
|
|
160
160
|
onClick?: ((...args: any[]) => any) | undefined;
|
|
161
|
-
}>, "size" | "variant" | "blockElement" | "disabled"> &
|
|
161
|
+
}>, "size" | "variant" | "blockElement" | "disabled"> & {} & import('vue').ComponentCustomProperties & {} & {
|
|
162
162
|
$slots: {
|
|
163
163
|
default?(_: {}): any;
|
|
164
164
|
};
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@beterdichtbij/component-library",
|
|
3
3
|
"description": "Component library voor BeterDichtbij design system",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.63.0",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "24.x",
|
|
8
8
|
"npm": "11.x"
|
|
@@ -54,67 +54,67 @@
|
|
|
54
54
|
"BeterDichtbij"
|
|
55
55
|
],
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"vue": "^3.5.
|
|
57
|
+
"vue": "^3.5.33"
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@primeuix/themes": "^2.0.3",
|
|
61
|
-
"@tiptap/extension-bold": "3.
|
|
62
|
-
"@tiptap/extension-bullet-list": "3.
|
|
63
|
-
"@tiptap/extension-document": "3.
|
|
64
|
-
"@tiptap/extension-hard-break": "3.
|
|
65
|
-
"@tiptap/extension-italic": "3.
|
|
66
|
-
"@tiptap/extension-link": "3.
|
|
67
|
-
"@tiptap/extension-list-item": "3.
|
|
68
|
-
"@tiptap/extension-mention": "3.
|
|
69
|
-
"@tiptap/extension-ordered-list": "3.
|
|
70
|
-
"@tiptap/extension-paragraph": "3.
|
|
71
|
-
"@tiptap/extension-placeholder": "3.
|
|
72
|
-
"@tiptap/extension-text": "3.
|
|
73
|
-
"@tiptap/extension-underline": "3.
|
|
74
|
-
"@tiptap/pm": "3.
|
|
75
|
-
"@tiptap/suggestion": "3.
|
|
76
|
-
"@tiptap/vue-3": "3.
|
|
61
|
+
"@tiptap/extension-bold": "3.22.5",
|
|
62
|
+
"@tiptap/extension-bullet-list": "3.22.5",
|
|
63
|
+
"@tiptap/extension-document": "3.22.5",
|
|
64
|
+
"@tiptap/extension-hard-break": "3.22.5",
|
|
65
|
+
"@tiptap/extension-italic": "3.22.5",
|
|
66
|
+
"@tiptap/extension-link": "3.22.5",
|
|
67
|
+
"@tiptap/extension-list-item": "3.22.5",
|
|
68
|
+
"@tiptap/extension-mention": "3.22.5",
|
|
69
|
+
"@tiptap/extension-ordered-list": "3.22.5",
|
|
70
|
+
"@tiptap/extension-paragraph": "3.22.5",
|
|
71
|
+
"@tiptap/extension-placeholder": "3.22.5",
|
|
72
|
+
"@tiptap/extension-text": "3.22.5",
|
|
73
|
+
"@tiptap/extension-underline": "3.22.5",
|
|
74
|
+
"@tiptap/pm": "3.22.5",
|
|
75
|
+
"@tiptap/suggestion": "3.22.5",
|
|
76
|
+
"@tiptap/vue-3": "3.22.5",
|
|
77
77
|
"@vueuse/core": "14.2.1",
|
|
78
78
|
"dayjs": "^1.11.20",
|
|
79
79
|
"maska": "3.2.0",
|
|
80
80
|
"pinia": "3.0.4",
|
|
81
|
-
"primevue": "^4.5.
|
|
81
|
+
"primevue": "^4.5.5",
|
|
82
82
|
"uid": "2.0.2",
|
|
83
83
|
"v-clipboard": "^3.0.0-next.1",
|
|
84
|
-
"vue-i18n": "^11.
|
|
84
|
+
"vue-i18n": "^11.4.0",
|
|
85
85
|
"vue-select": "^4.0.0-beta.6"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@fontsource/quicksand": "^5.2.10",
|
|
89
89
|
"@fontsource/work-sans": "^5.2.8",
|
|
90
|
-
"@storybook/addon-a11y": "10.3.
|
|
91
|
-
"@storybook/vue3": "^10.3.
|
|
92
|
-
"@storybook/vue3-vite": "^10.3.
|
|
90
|
+
"@storybook/addon-a11y": "10.3.5",
|
|
91
|
+
"@storybook/vue3": "^10.3.5",
|
|
92
|
+
"@storybook/vue3-vite": "^10.3.5",
|
|
93
93
|
"@types/bootstrap": "5.2.10",
|
|
94
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
95
|
-
"@typescript-eslint/parser": "^8.
|
|
96
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
97
|
-
"@vitest/coverage-v8": "4.1.
|
|
94
|
+
"@typescript-eslint/eslint-plugin": "^8.59.1",
|
|
95
|
+
"@typescript-eslint/parser": "^8.59.1",
|
|
96
|
+
"@vitejs/plugin-vue": "^6.0.6",
|
|
97
|
+
"@vitest/coverage-v8": "4.1.5",
|
|
98
98
|
"@vue/eslint-config-typescript": "14.7.0",
|
|
99
|
-
"@vue/test-utils": "^2.4.
|
|
99
|
+
"@vue/test-utils": "^2.4.9",
|
|
100
100
|
"bootstrap": "5.3.8",
|
|
101
|
-
"eslint": "10.1
|
|
101
|
+
"eslint": "10.2.1",
|
|
102
102
|
"eslint-config-prettier": "10.1.8",
|
|
103
103
|
"eslint-plugin-prettier": "5.5.5",
|
|
104
|
-
"eslint-plugin-vue": "10.
|
|
105
|
-
"jsdom": "^29.0
|
|
104
|
+
"eslint-plugin-vue": "10.9.0",
|
|
105
|
+
"jsdom": "^29.1.0",
|
|
106
106
|
"path": "^0.12.7",
|
|
107
|
-
"prettier": "3.8.
|
|
108
|
-
"react": "^19.2.
|
|
109
|
-
"react-dom": "^19.2.
|
|
107
|
+
"prettier": "3.8.3",
|
|
108
|
+
"react": "^19.2.5",
|
|
109
|
+
"react-dom": "^19.2.5",
|
|
110
110
|
"rollup-plugin-copy": "3.5.0",
|
|
111
111
|
"rollup-plugin-typescript2": "^0.37.0",
|
|
112
|
-
"sass": "^1.
|
|
113
|
-
"storybook": "^10.3.
|
|
114
|
-
"typescript": "^
|
|
115
|
-
"vite": "^8.0.
|
|
112
|
+
"sass": "^1.99.0",
|
|
113
|
+
"storybook": "^10.3.5",
|
|
114
|
+
"typescript": "^6.0.3",
|
|
115
|
+
"vite": "^8.0.10",
|
|
116
116
|
"vite-plugin-dts": "^4.5.4",
|
|
117
|
-
"vitest": "4.1.
|
|
117
|
+
"vitest": "4.1.5"
|
|
118
118
|
},
|
|
119
119
|
"repository": {
|
|
120
120
|
"type": "git",
|