@bcc-code/component-library-vue 0.0.0-dev.58bc5e8 → 0.0.0-dev.5a4dfb5
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.
|
@@ -22,13 +22,21 @@ declare var __VLS_1: {
|
|
|
22
22
|
title: string;
|
|
23
23
|
subtitle: string;
|
|
24
24
|
};
|
|
25
|
-
}, __VLS_13: {
|
|
25
|
+
}, __VLS_13: {
|
|
26
|
+
title: string;
|
|
27
|
+
}, __VLS_15: {
|
|
28
|
+
subtitle: string;
|
|
29
|
+
}, __VLS_17: {}, __VLS_24: {};
|
|
26
30
|
type __VLS_Slots = {} & {
|
|
27
31
|
default?: (props: typeof __VLS_1) => any;
|
|
28
32
|
} & {
|
|
29
|
-
|
|
33
|
+
title?: (props: typeof __VLS_13) => any;
|
|
30
34
|
} & {
|
|
31
|
-
|
|
35
|
+
subtitle?: (props: typeof __VLS_15) => any;
|
|
36
|
+
} & {
|
|
37
|
+
right?: (props: typeof __VLS_17) => any;
|
|
38
|
+
} & {
|
|
39
|
+
bottom?: (props: typeof __VLS_24) => any;
|
|
32
40
|
};
|
|
33
41
|
declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
|
|
34
42
|
back: () => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcc-code/component-library-vue",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.5a4dfb5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Extended Vue component library based on PrimeVue and BCC design tokens",
|
|
6
6
|
"repository": "https://github.com/bcc-code/bcc-design.git",
|