@db-ux/v-core-components 4.2.5 → 4.2.6
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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# @db-ux/v-core-components
|
|
2
2
|
|
|
3
|
+
## 4.2.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(switch): not displaying the `forced-colors` content on regular display mode - [see commit 3b18938](https://github.com/db-ux-design-system/core-web/commit/3b189383324edd2a30b2d60b45fe1130ae5b8478)
|
|
8
|
+
|
|
3
9
|
## 4.2.5
|
|
4
10
|
|
|
5
11
|
### Patch Changes
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { DBDrawerProps } from "./model";
|
|
2
|
-
declare var __VLS_1: {},
|
|
2
|
+
declare var __VLS_1: {}, __VLS_9: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
'drawer-header'?: (props: typeof __VLS_1) => any;
|
|
5
5
|
} & {
|
|
6
|
-
default?: (props: typeof
|
|
6
|
+
default?: (props: typeof __VLS_9) => any;
|
|
7
7
|
};
|
|
8
8
|
declare const __VLS_base: import("vue").DefineComponent<DBDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDrawerProps> & Readonly<{}>, {
|
|
9
9
|
children: any;
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
import { DBHeaderProps } from "./model";
|
|
2
|
-
declare var
|
|
2
|
+
declare var __VLS_7: {}, __VLS_9: {}, __VLS_11: {}, __VLS_13: {}, __VLS_15: {}, __VLS_17: {}, __VLS_19: {}, __VLS_27: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
|
-
default?: (props: typeof
|
|
4
|
+
default?: (props: typeof __VLS_7) => any;
|
|
5
5
|
} & {
|
|
6
|
-
'meta-navigation'?: (props: typeof
|
|
6
|
+
'meta-navigation'?: (props: typeof __VLS_9) => any;
|
|
7
7
|
} & {
|
|
8
|
-
'secondary-action'?: (props: typeof
|
|
8
|
+
'secondary-action'?: (props: typeof __VLS_11) => any;
|
|
9
9
|
} & {
|
|
10
|
-
'meta-navigation'?: (props: typeof
|
|
10
|
+
'meta-navigation'?: (props: typeof __VLS_13) => any;
|
|
11
11
|
} & {
|
|
12
|
-
brand?: (props: typeof
|
|
12
|
+
brand?: (props: typeof __VLS_15) => any;
|
|
13
13
|
} & {
|
|
14
|
-
default?: (props: typeof
|
|
14
|
+
default?: (props: typeof __VLS_17) => any;
|
|
15
15
|
} & {
|
|
16
|
-
'primary-action'?: (props: typeof
|
|
16
|
+
'primary-action'?: (props: typeof __VLS_19) => any;
|
|
17
17
|
} & {
|
|
18
|
-
'secondary-action'?: (props: typeof
|
|
18
|
+
'secondary-action'?: (props: typeof __VLS_27) => any;
|
|
19
19
|
};
|
|
20
20
|
declare const __VLS_base: import("vue").DefineComponent<DBHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBHeaderProps> & Readonly<{}>, {
|
|
21
21
|
children: any;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { ClickEvent } from "../../shared/model";
|
|
2
2
|
import { DBNavigationItemProps } from "./model";
|
|
3
|
-
declare var __VLS_1: {}, __VLS_3: {},
|
|
3
|
+
declare var __VLS_1: {}, __VLS_3: {}, __VLS_11: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_1) => any;
|
|
6
6
|
} & {
|
|
7
7
|
default?: (props: typeof __VLS_3) => any;
|
|
8
8
|
} & {
|
|
9
|
-
'sub-navigation'?: (props: typeof
|
|
9
|
+
'sub-navigation'?: (props: typeof __VLS_11) => any;
|
|
10
10
|
};
|
|
11
11
|
declare const __VLS_base: import("vue").DefineComponent<DBNavigationItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationItemProps> & Readonly<{}>, {
|
|
12
12
|
text: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { InputEvent } from "../../shared/model";
|
|
2
2
|
import { DBSimpleTabProps, DBTabsProps } from "./model";
|
|
3
|
-
declare var
|
|
3
|
+
declare var __VLS_30: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
|
-
default?: (props: typeof
|
|
5
|
+
default?: (props: typeof __VLS_30) => any;
|
|
6
6
|
};
|
|
7
7
|
declare const __VLS_base: import("vue").DefineComponent<DBTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabsProps> & Readonly<{}>, {
|
|
8
8
|
name: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/v-core-components",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Vue components for @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@playwright/experimental-ct-vue": "1.56.1",
|
|
45
|
-
"@vitejs/plugin-vue": "6.0.
|
|
45
|
+
"@vitejs/plugin-vue": "6.0.3",
|
|
46
46
|
"replace-in-file": "8.3.0",
|
|
47
47
|
"tsx": "4.21.0",
|
|
48
48
|
"typescript": "5.9.3",
|
|
49
|
-
"vite": "7.
|
|
50
|
-
"vue": "3.5.
|
|
51
|
-
"vue-tsc": "3.1.
|
|
49
|
+
"vite": "7.3.0",
|
|
50
|
+
"vue": "3.5.25",
|
|
51
|
+
"vue-tsc": "3.1.8"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"registry": "https://registry.npmjs.org/",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"sideEffects": false,
|
|
58
58
|
"source": "src/index.ts",
|
|
59
59
|
"dependencies": {
|
|
60
|
-
"@db-ux/core-components": "4.2.
|
|
61
|
-
"@db-ux/core-foundations": "4.2.
|
|
60
|
+
"@db-ux/core-components": "4.2.6",
|
|
61
|
+
"@db-ux/core-foundations": "4.2.6"
|
|
62
62
|
}
|
|
63
63
|
}
|