@db-ux/v-core-components 1.0.0 → 1.0.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.
Files changed (32) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +9 -7
  2. package/dist/components/accordion-item/accordion-item.vue.d.ts +9 -7
  3. package/dist/components/badge/badge.vue.d.ts +8 -6
  4. package/dist/components/brand/brand.vue.d.ts +8 -6
  5. package/dist/components/button/button.vue.d.ts +8 -6
  6. package/dist/components/card/card.vue.d.ts +8 -6
  7. package/dist/components/checkbox/checkbox.vue.d.ts +8 -6
  8. package/dist/components/divider/divider.vue.d.ts +5 -3
  9. package/dist/components/drawer/drawer.vue.d.ts +10 -8
  10. package/dist/components/header/header.vue.d.ts +12 -13
  11. package/dist/components/icon/icon.vue.d.ts +8 -6
  12. package/dist/components/infotext/infotext.vue.d.ts +8 -6
  13. package/dist/components/input/input.vue.d.ts +8 -6
  14. package/dist/components/link/link.vue.d.ts +8 -6
  15. package/dist/components/navigation/navigation.vue.d.ts +8 -6
  16. package/dist/components/navigation-item/navigation-item.vue.d.ts +9 -8
  17. package/dist/components/notification/notification.vue.d.ts +10 -8
  18. package/dist/components/page/page.vue.d.ts +10 -8
  19. package/dist/components/popover/popover.vue.d.ts +9 -7
  20. package/dist/components/radio/radio.vue.d.ts +8 -6
  21. package/dist/components/section/section.vue.d.ts +8 -6
  22. package/dist/components/select/select.vue.d.ts +8 -6
  23. package/dist/components/stack/stack.vue.d.ts +8 -6
  24. package/dist/components/switch/switch.vue.d.ts +8 -6
  25. package/dist/components/tab-item/tab-item.vue.d.ts +8 -6
  26. package/dist/components/tab-list/tab-list.vue.d.ts +8 -6
  27. package/dist/components/tab-panel/tab-panel.vue.d.ts +8 -6
  28. package/dist/components/tabs/tabs.vue.d.ts +8 -6
  29. package/dist/components/tag/tag.vue.d.ts +9 -7
  30. package/dist/components/textarea/textarea.vue.d.ts +5 -3
  31. package/dist/components/tooltip/tooltip.vue.d.ts +8 -6
  32. package/package.json +4 -4
@@ -1,21 +1,23 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBAccordionItemDefaultProps } from "../accordion-item/model";
2
3
  import { DBAccordionProps } from "./model";
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionProps> & Readonly<{}>, {
4
+ type __VLS_TemplateRefs = {
5
+ _ref: typeof __VLS_nativeElements['ul'];
6
+ };
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionProps> & Readonly<{}>, {
4
8
  name: string;
5
- variant: "card" | "divider";
9
+ variant: "divider" | "card";
6
10
  children: any;
7
11
  className: string;
8
12
  id: string;
9
13
  behavior: "multiple" | "single";
10
14
  initOpenIndex: number[];
11
15
  items: string | DBAccordionItemDefaultProps[];
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
13
- _ref: HTMLUListElement;
14
- }, HTMLUListElement>, {
15
- default?(_: {}): any;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLUListElement>, {
17
+ default?: ((props: {}) => any) | undefined;
16
18
  }>;
17
19
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
19
21
  new (): {
20
22
  $slots: S;
21
23
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBAccordionItemProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBAccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionItemProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['details'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBAccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionItemProps> & Readonly<{}>, {
3
7
  disabled: boolean;
4
8
  children: any;
5
9
  className: string;
@@ -8,14 +12,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
8
12
  onToggle: (open: boolean) => void;
9
13
  defaultOpen: boolean;
10
14
  headlinePlain: string;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
12
- _ref: HTMLDetailsElement;
13
- }, HTMLLIElement>, {
14
- headline?(_: {}): any;
15
- default?(_: {}): any;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLLIElement>, {
16
+ headline?: ((props: {}) => any) | undefined;
17
+ default?: ((props: {}) => any) | undefined;
16
18
  }>;
17
19
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
19
21
  new (): {
20
22
  $slots: S;
21
23
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBBadgeProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBadgeProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['span'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBadgeProps> & Readonly<{}>, {
3
7
  label: string;
4
8
  children: any;
5
9
  className: string;
@@ -9,13 +13,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
9
13
  semantic: "adaptive" | "neutral" | "critical" | "informational" | "warning" | "successful";
10
14
  placement: "inline" | "corner-top-left" | "corner-top-right" | "corner-center-left" | "corner-center-right" | "corner-bottom-left" | "corner-bottom-right";
11
15
  emphasis: "weak" | "strong" | "origin";
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
13
- _ref: HTMLSpanElement;
14
- }, HTMLSpanElement>, {
15
- default?(_: {}): any;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLSpanElement>, {
17
+ default?: ((props: {}) => any) | undefined;
16
18
  }>;
17
19
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
19
21
  new (): {
20
22
  $slots: S;
21
23
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBBrandProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBBrandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBrandProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBBrandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBrandProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -7,13 +11,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
7
11
  showIcon: boolean;
8
12
  text: string;
9
13
  hideLogo: boolean;
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
11
- _ref: HTMLDivElement;
12
- }, HTMLDivElement>, {
13
- default?(_: {}): any;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
15
+ default?: ((props: {}) => any) | undefined;
14
16
  }>;
15
17
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
17
19
  new (): {
18
20
  $slots: S;
19
21
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import type { DBButtonProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBButtonProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['button'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBButtonProps> & Readonly<{}>, {
3
7
  name: string;
4
8
  ariaexpanded: boolean;
5
9
  ariapressed: boolean;
@@ -20,13 +24,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
20
24
  size: "medium" | "small";
21
25
  showIcon: boolean;
22
26
  text: string;
23
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
24
- _ref: HTMLButtonElement;
25
- }, HTMLButtonElement>, {
26
- default?(_: {}): any;
27
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLButtonElement>, {
28
+ default?: ((props: {}) => any) | undefined;
27
29
  }>;
28
30
  export default _default;
29
- type __VLS_WithTemplateSlots<T, S> = T & {
31
+ type __VLS_WithSlots<T, S> = T & {
30
32
  new (): {
31
33
  $slots: S;
32
34
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import type { DBCardProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCardProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCardProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -7,13 +11,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
7
11
  behavior: "static" | "interactive";
8
12
  elevationLevel: "1" | "2" | "3";
9
13
  spacing: "medium" | "small" | "large" | "none";
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
11
- _ref: HTMLDivElement;
12
- }, HTMLDivElement>, {
13
- default?(_: {}): any;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
15
+ default?: ((props: {}) => any) | undefined;
14
16
  }>;
15
17
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
17
19
  new (): {
18
20
  $slots: S;
19
21
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBCheckboxProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['input'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:checked": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBCheckboxProps> & Readonly<{
5
9
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
@@ -28,13 +32,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
28
32
  invalidMessage: string;
29
33
  messageIcon: import("@db-ux/core-foundations").BaseIconTypes | import("@db-ux/core-foundations").LooseAutocomplete;
30
34
  showMessage: boolean;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
32
- _ref: HTMLInputElement;
33
- }, HTMLDivElement>, {
34
- default?(_: {}): any;
35
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
36
+ default?: ((props: {}) => any) | undefined;
35
37
  }>;
36
38
  export default _default;
37
- type __VLS_WithTemplateSlots<T, S> = T & {
39
+ type __VLS_WithSlots<T, S> = T & {
38
40
  new (): {
39
41
  $slots: S;
40
42
  };
@@ -1,4 +1,8 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBDividerProps } from "./model";
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
2
6
  declare const _default: import("vue").DefineComponent<DBDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDividerProps> & Readonly<{}>, {
3
7
  variant: "horizontal" | "vertical";
4
8
  className: string;
@@ -6,7 +10,5 @@ declare const _default: import("vue").DefineComponent<DBDividerProps, {}, {}, {}
6
10
  width: "full" | "auto";
7
11
  emphasis: "weak" | "strong";
8
12
  margin: "none";
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
10
- _ref: HTMLDivElement;
11
- }, HTMLDivElement>;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>;
12
14
  export default _default;
@@ -1,5 +1,10 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBDrawerProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDrawerProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['dialog'];
5
+ dialogContainerRef: typeof __VLS_nativeElements['article'];
6
+ };
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDrawerProps> & Readonly<{}>, {
3
8
  variant: "modal" | "inside";
4
9
  children: any;
5
10
  className: string;
@@ -13,15 +18,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
13
18
  direction: "left" | "right" | "up" | "down";
14
19
  open: boolean;
15
20
  rounded: boolean;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
17
- _ref: HTMLDialogElement;
18
- dialogContainerRef: HTMLElement;
19
- }, HTMLDialogElement>, {
20
- 'drawer-header'?(_: {}): any;
21
- default?(_: {}): any;
21
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDialogElement>, {
22
+ 'drawer-header'?: ((props: {}) => any) | undefined;
23
+ default?: ((props: {}) => any) | undefined;
22
24
  }>;
23
25
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
26
+ type __VLS_WithSlots<T, S> = T & {
25
27
  new (): {
26
28
  $slots: S;
27
29
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBHeaderProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBHeaderProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['header'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBHeaderProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -8,20 +12,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
8
12
  forceMobile: boolean;
9
13
  burgerMenuLabel: string;
10
14
  onToggle: (open: boolean) => void;
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
12
- _ref: HTMLElement;
13
- }, HTMLElement>, {
14
- default?(_: {}): any;
15
- default?(_: {}): any;
16
- 'meta-navigation'?(_: {}): any;
17
- 'meta-navigation'?(_: {}): any;
18
- 'secondary-action'?(_: {}): any;
19
- 'secondary-action'?(_: {}): any;
20
- brand?(_: {}): any;
21
- 'primary-action'?(_: {}): any;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
16
+ default?: (((props: {}) => any) & ((props: {}) => any)) | undefined;
17
+ 'meta-navigation'?: (((props: {}) => any) & ((props: {}) => any)) | undefined;
18
+ 'secondary-action'?: (((props: {}) => any) & ((props: {}) => any)) | undefined;
19
+ brand?: ((props: {}) => any) | undefined;
20
+ 'primary-action'?: ((props: {}) => any) | undefined;
22
21
  }>;
23
22
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
23
+ type __VLS_WithSlots<T, S> = T & {
25
24
  new (): {
26
25
  $slots: S;
27
26
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import type { DBIconProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBIconProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['span'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBIconProps> & Readonly<{}>, {
3
7
  variant: "filled" | "default" | "inverted";
4
8
  children: any;
5
9
  className: string;
@@ -7,13 +11,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
7
11
  icon: import("@db-ux/core-foundations").BaseIconTypes | import("@db-ux/core-foundations").LooseAutocomplete;
8
12
  text: string;
9
13
  weight: "16" | "20" | "24" | "32" | "48" | "64";
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
11
- _ref: HTMLSpanElement;
12
- }, HTMLSpanElement>, {
13
- default?(_: {}): any;
14
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLSpanElement>, {
15
+ default?: ((props: {}) => any) | undefined;
14
16
  }>;
15
17
  export default _default;
16
- type __VLS_WithTemplateSlots<T, S> = T & {
18
+ type __VLS_WithSlots<T, S> = T & {
17
19
  new (): {
18
20
  $slots: S;
19
21
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBInfotextProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBInfotextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBInfotextProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['span'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBInfotextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBInfotextProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -8,13 +12,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
8
12
  showIcon: boolean;
9
13
  text: string;
10
14
  semantic: "adaptive" | "neutral" | "critical" | "informational" | "warning" | "successful";
11
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
12
- _ref: HTMLSpanElement;
13
- }, HTMLSpanElement>, {
14
- default?(_: {}): any;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLSpanElement>, {
16
+ default?: ((props: {}) => any) | undefined;
15
17
  }>;
16
18
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
19
+ type __VLS_WithSlots<T, S> = T & {
18
20
  new (): {
19
21
  $slots: S;
20
22
  };
@@ -1,6 +1,10 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBInputProps } from "./model";
2
3
  import { ValueLabelType } from "../../shared/model";
3
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
+ type __VLS_TemplateRefs = {
5
+ _ref: typeof __VLS_nativeElements['input'];
6
+ };
7
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
4
8
  "update:value": (...args: any[]) => void;
5
9
  }, string, import("vue").PublicProps, Readonly<DBInputProps> & Readonly<{
6
10
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -46,13 +50,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
46
50
  minLength: number;
47
51
  readOnly: boolean;
48
52
  iconAfter: import("@db-ux/core-foundations").BaseIconTypes | import("@db-ux/core-foundations").LooseAutocomplete;
49
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
50
- _ref: HTMLInputElement;
51
- }, HTMLDivElement>, {
52
- default?(_: {}): any;
53
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
54
+ default?: ((props: {}) => any) | undefined;
53
55
  }>;
54
56
  export default _default;
55
- type __VLS_WithTemplateSlots<T, S> = T & {
57
+ type __VLS_WithSlots<T, S> = T & {
56
58
  new (): {
57
59
  $slots: S;
58
60
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBLinkProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBLinkProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['a'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBLinkProps> & Readonly<{}>, {
3
7
  rel: string;
4
8
  content: "external" | "internal";
5
9
  role: string;
@@ -18,13 +22,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
18
22
  href: string;
19
23
  hreflang: string;
20
24
  selected: boolean;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
22
- _ref: HTMLAnchorElement;
23
- }, HTMLAnchorElement>, {
24
- default?(_: {}): any;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLAnchorElement>, {
26
+ default?: ((props: {}) => any) | undefined;
25
27
  }>;
26
28
  export default _default;
27
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
28
30
  new (): {
29
31
  $slots: S;
30
32
  };
@@ -1,16 +1,18 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBNavigationProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBNavigationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['nav'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBNavigationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
6
10
  labelledBy: string;
7
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
8
- _ref: HTMLElement;
9
- }, HTMLElement>, {
10
- default?(_: {}): any;
11
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
12
+ default?: ((props: {}) => any) | undefined;
11
13
  }>;
12
14
  export default _default;
13
- type __VLS_WithTemplateSlots<T, S> = T & {
15
+ type __VLS_WithSlots<T, S> = T & {
14
16
  new (): {
15
17
  $slots: S;
16
18
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBNavigationItemProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBNavigationItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationItemProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['li'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBNavigationItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationItemProps> & Readonly<{}>, {
3
7
  disabled: boolean;
4
8
  children: any;
5
9
  className: string;
@@ -13,15 +17,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
13
17
  subNavigationExpanded: boolean;
14
18
  backButtonId: string;
15
19
  backButtonText: string;
16
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
17
- _ref: HTMLLIElement;
18
- }, HTMLLIElement>, {
19
- default?(_: {}): any;
20
- default?(_: {}): any;
21
- 'sub-navigation'?(_: {}): any;
20
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLLIElement>, {
21
+ default?: (((props: {}) => any) & ((props: {}) => any)) | undefined;
22
+ 'sub-navigation'?: ((props: {}) => any) | undefined;
22
23
  }>;
23
24
  export default _default;
24
- type __VLS_WithTemplateSlots<T, S> = T & {
25
+ type __VLS_WithSlots<T, S> = T & {
25
26
  new (): {
26
27
  $slots: S;
27
28
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBNotificationProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNotificationProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['article'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNotificationProps> & Readonly<{}>, {
3
7
  variant: "docked" | "standalone" | "overlay";
4
8
  children: any;
5
9
  className: string;
@@ -18,15 +22,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
18
22
  semantic: "adaptive" | "neutral" | "critical" | "informational" | "warning" | "successful";
19
23
  closeButtonId: string;
20
24
  closeButtonText: string;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
22
- _ref: HTMLElement;
23
- }, HTMLElement>, {
24
- image?(_: {}): any;
25
- default?(_: {}): any;
26
- link?(_: {}): any;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
26
+ image?: ((props: {}) => any) | undefined;
27
+ default?: ((props: {}) => any) | undefined;
28
+ link?: ((props: {}) => any) | undefined;
27
29
  }>;
28
30
  export default _default;
29
- type __VLS_WithTemplateSlots<T, S> = T & {
31
+ type __VLS_WithSlots<T, S> = T & {
30
32
  new (): {
31
33
  $slots: S;
32
34
  };
@@ -1,20 +1,22 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBPageProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPageProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPageProps> & Readonly<{}>, {
3
7
  variant: "auto" | "fixed";
4
8
  children: any;
5
9
  className: string;
6
10
  id: string;
7
11
  documentOverflow: "auto" | "hidden";
8
12
  fadeIn: boolean;
9
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
10
- _ref: HTMLDivElement;
11
- }, HTMLDivElement>, {
12
- header?(_: {}): any;
13
- default?(_: {}): any;
14
- footer?(_: {}): any;
13
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
14
+ header?: ((props: {}) => any) | undefined;
15
+ default?: ((props: {}) => any) | undefined;
16
+ footer?: ((props: {}) => any) | undefined;
15
17
  }>;
16
18
  export default _default;
17
- type __VLS_WithTemplateSlots<T, S> = T & {
19
+ type __VLS_WithSlots<T, S> = T & {
18
20
  new (): {
19
21
  $slots: S;
20
22
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBPopoverProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPopoverProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPopoverProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -10,14 +14,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
10
14
  spacing: "medium" | "small" | "large" | "none";
11
15
  open: boolean;
12
16
  gap: boolean;
13
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
14
- _ref: HTMLDivElement;
15
- }, HTMLDivElement>, {
16
- trigger?(_: {}): any;
17
- default?(_: {}): any;
17
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
18
+ trigger?: ((props: {}) => any) | undefined;
19
+ default?: ((props: {}) => any) | undefined;
18
20
  }>;
19
21
  export default _default;
20
- type __VLS_WithTemplateSlots<T, S> = T & {
22
+ type __VLS_WithSlots<T, S> = T & {
21
23
  new (): {
22
24
  $slots: S;
23
25
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBRadioProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBRadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['input'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBRadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:checked": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBRadioProps> & Readonly<{
5
9
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
@@ -23,13 +27,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
23
27
  required: boolean;
24
28
  showLabel: boolean;
25
29
  checked: boolean;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
27
- _ref: HTMLInputElement;
28
- }, HTMLLabelElement>, {
29
- default?(_: {}): any;
30
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLLabelElement>, {
31
+ default?: ((props: {}) => any) | undefined;
30
32
  }>;
31
33
  export default _default;
32
- type __VLS_WithTemplateSlots<T, S> = T & {
34
+ type __VLS_WithSlots<T, S> = T & {
33
35
  new (): {
34
36
  $slots: S;
35
37
  };
@@ -1,17 +1,19 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBSectionProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBSectionProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['section'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBSectionProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
6
10
  width: "medium" | "small" | "large" | "full";
7
11
  spacing: "medium" | "small" | "large" | "none";
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
9
- _ref: HTMLElement;
10
- }, HTMLElement>, {
11
- default?(_: {}): any;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
13
+ default?: ((props: {}) => any) | undefined;
12
14
  }>;
13
15
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
15
17
  new (): {
16
18
  $slots: S;
17
19
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBSelectOptionType, DBSelectProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['select'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:value": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBSelectProps> & Readonly<{
5
9
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
@@ -34,13 +38,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
34
38
  autocomplete: string;
35
39
  showMessage: boolean;
36
40
  options: DBSelectOptionType[];
37
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
38
- _ref: HTMLSelectElement;
39
- }, HTMLDivElement>, {
40
- default?(_: {}): any;
41
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
42
+ default?: ((props: {}) => any) | undefined;
41
43
  }>;
42
44
  export default _default;
43
- type __VLS_WithTemplateSlots<T, S> = T & {
45
+ type __VLS_WithSlots<T, S> = T & {
44
46
  new (): {
45
47
  $slots: S;
46
48
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBStackProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBStackProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBStackProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBStackProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBStackProps> & Readonly<{}>, {
3
7
  variant: "divider" | "simple";
4
8
  children: any;
5
9
  className: string;
@@ -9,13 +13,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
9
13
  gap: "medium" | "small" | "large" | "none" | "3x-large" | "2x-large" | "x-large" | "x-small" | "2x-small" | "3x-small";
10
14
  alignment: "start" | "center" | "stretch" | "end";
11
15
  justifyContent: "start" | "center" | "end" | "space-between";
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
13
- _ref: HTMLDivElement;
14
- }, HTMLDivElement>, {
15
- default?(_: {}): any;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
17
+ default?: ((props: {}) => any) | undefined;
16
18
  }>;
17
19
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
19
21
  new (): {
20
22
  $slots: S;
21
23
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBSwitchProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['input'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:checked": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBSwitchProps> & Readonly<{
5
9
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
@@ -26,13 +30,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
26
30
  checked: boolean;
27
31
  iconAfter: import("@db-ux/core-foundations").BaseIconTypes | import("@db-ux/core-foundations").LooseAutocomplete;
28
32
  visualAid: boolean;
29
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
30
- _ref: HTMLInputElement;
31
- }, HTMLLabelElement>, {
32
- default?(_: {}): any;
33
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLLabelElement>, {
34
+ default?: ((props: {}) => any) | undefined;
33
35
  }>;
34
36
  export default _default;
35
- type __VLS_WithTemplateSlots<T, S> = T & {
37
+ type __VLS_WithSlots<T, S> = T & {
36
38
  new (): {
37
39
  $slots: S;
38
40
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import type { DBTabItemProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBTabItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['input'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBTabItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:checked": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBTabItemProps> & Readonly<{
5
9
  "onUpdate:checked"?: ((...args: any[]) => any) | undefined;
@@ -18,13 +22,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
18
22
  iconAfter: import("@db-ux/core-foundations").BaseIconTypes | import("@db-ux/core-foundations").LooseAutocomplete;
19
23
  active: boolean;
20
24
  controls: string;
21
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
22
- _ref: HTMLInputElement;
23
- }, HTMLLIElement>, {
24
- default?(_: {}): any;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLLIElement>, {
26
+ default?: ((props: {}) => any) | undefined;
25
27
  }>;
26
28
  export default _default;
27
- type __VLS_WithTemplateSlots<T, S> = T & {
29
+ type __VLS_WithSlots<T, S> = T & {
28
30
  new (): {
29
31
  $slots: S;
30
32
  };
@@ -1,14 +1,16 @@
1
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<import("../..").GlobalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../..").GlobalProps> & Readonly<{}>, {
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
2
+ type __VLS_TemplateRefs = {
3
+ _ref: typeof __VLS_nativeElements['div'];
4
+ };
5
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<import("../..").GlobalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../..").GlobalProps> & Readonly<{}>, {
2
6
  children: any;
3
7
  className: string;
4
8
  id: string;
5
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
6
- _ref: HTMLDivElement;
7
- }, HTMLDivElement>, {
8
- default?(_: {}): any;
9
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
10
+ default?: ((props: {}) => any) | undefined;
9
11
  }>;
10
12
  export default _default;
11
- type __VLS_WithTemplateSlots<T, S> = T & {
13
+ type __VLS_WithSlots<T, S> = T & {
12
14
  new (): {
13
15
  $slots: S;
14
16
  };
@@ -1,17 +1,19 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBTabPanelProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBTabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabPanelProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['section'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBTabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabPanelProps> & Readonly<{}>, {
3
7
  content: string;
4
8
  children: any;
5
9
  className: string;
6
10
  id: string;
7
11
  labelledBy: string;
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
9
- _ref: HTMLElement;
10
- }, HTMLElement>, {
11
- default?(_: {}): any;
12
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
13
+ default?: ((props: {}) => any) | undefined;
12
14
  }>;
13
15
  export default _default;
14
- type __VLS_WithTemplateSlots<T, S> = T & {
16
+ type __VLS_WithSlots<T, S> = T & {
15
17
  new (): {
16
18
  $slots: S;
17
19
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBSimpleTabProps, DBTabsProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabsProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabsProps> & Readonly<{}>, {
3
7
  name: string;
4
8
  children: any;
5
9
  className: string;
@@ -12,13 +16,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
12
16
  tabs: string | DBSimpleTabProps[];
13
17
  orientation: "horizontal" | "vertical";
14
18
  alignment: "start" | "center";
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
16
- _ref: HTMLDivElement;
17
- }, HTMLDivElement>, {
18
- default?(_: {}): any;
19
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
20
+ default?: ((props: {}) => any) | undefined;
19
21
  }>;
20
22
  export default _default;
21
- type __VLS_WithTemplateSlots<T, S> = T & {
23
+ type __VLS_WithSlots<T, S> = T & {
22
24
  new (): {
23
25
  $slots: S;
24
26
  };
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBTagProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTagProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['div'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTagProps> & Readonly<{}>, {
3
7
  disabled: boolean;
4
8
  noText: boolean;
5
9
  children: any;
@@ -15,14 +19,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
15
19
  removeButton: string;
16
20
  showCheckState: boolean;
17
21
  overflow: boolean;
18
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
19
- _ref: HTMLDivElement;
20
- }, HTMLDivElement>, {
21
- content?(_: {}): any;
22
- default?(_: {}): any;
22
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>, {
23
+ content?: ((props: {}) => any) | undefined;
24
+ default?: ((props: {}) => any) | undefined;
23
25
  }>;
24
26
  export default _default;
25
- type __VLS_WithTemplateSlots<T, S> = T & {
27
+ type __VLS_WithSlots<T, S> = T & {
26
28
  new (): {
27
29
  $slots: S;
28
30
  };
@@ -1,4 +1,8 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBTextareaProps } from "./model";
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['textarea'];
5
+ };
2
6
  declare const _default: import("vue").DefineComponent<DBTextareaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
3
7
  "update:value": (...args: any[]) => void;
4
8
  }, string, import("vue").PublicProps, Readonly<DBTextareaProps> & Readonly<{
@@ -38,7 +42,5 @@ declare const _default: import("vue").DefineComponent<DBTextareaProps, {}, {}, {
38
42
  cols: number;
39
43
  rows: number;
40
44
  wrap: "off" | "hard" | "soft";
41
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
42
- _ref: HTMLTextAreaElement;
43
- }, HTMLDivElement>;
45
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLDivElement>;
44
46
  export default _default;
@@ -1,5 +1,9 @@
1
+ /// <reference types="../../../../../node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts" />
1
2
  import { DBTooltipProps } from "./model";
2
- declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DBTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTooltipProps> & Readonly<{}>, {
3
+ type __VLS_TemplateRefs = {
4
+ _ref: typeof __VLS_nativeElements['i'];
5
+ };
6
+ declare const _default: __VLS_WithSlots<import("vue").DefineComponent<DBTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTooltipProps> & Readonly<{}>, {
3
7
  children: any;
4
8
  className: string;
5
9
  id: string;
@@ -9,13 +13,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<DB
9
13
  placement: "left" | "right" | "top" | "bottom" | "left-start" | "left-end" | "right-start" | "right-end" | "top-start" | "top-end" | "bottom-start" | "bottom-end";
10
14
  emphasis: "weak" | "strong";
11
15
  showArrow: boolean;
12
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {
13
- _ref: HTMLElement;
14
- }, HTMLElement>, {
15
- default?(_: {}): any;
16
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, __VLS_TemplateRefs, HTMLElement>, {
17
+ default?: ((props: {}) => any) | undefined;
16
18
  }>;
17
19
  export default _default;
18
- type __VLS_WithTemplateSlots<T, S> = T & {
20
+ type __VLS_WithSlots<T, S> = T & {
19
21
  new (): {
20
22
  $slots: S;
21
23
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -43,7 +43,7 @@
43
43
  "typescript": "^5.4.5",
44
44
  "vite": "^6.1.0",
45
45
  "vue": "^3.5.13",
46
- "vue-tsc": "^2.2.0"
46
+ "vue-tsc": "^2.2.2"
47
47
  },
48
48
  "publishConfig": {
49
49
  "registry": "https://registry.npmjs.org/",
@@ -52,7 +52,7 @@
52
52
  "sideEffects": false,
53
53
  "source": "src/index.ts",
54
54
  "dependencies": {
55
- "@db-ux/core-components": "1.0.0",
56
- "@db-ux/core-foundations": "1.0.0"
55
+ "@db-ux/core-components": "1.0.1",
56
+ "@db-ux/core-foundations": "1.0.1"
57
57
  }
58
58
  }