@db-ux/v-core-components 4.11.1 → 4.12.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 (97) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/dist/components/accordion/accordion.vue.d.ts +7 -7
  3. package/dist/components/accordion/model.d.ts +2 -2
  4. package/dist/components/accordion-item/accordion-item.vue.d.ts +4 -4
  5. package/dist/components/accordion-item/model.d.ts +1 -1
  6. package/dist/components/badge/badge.vue.d.ts +8 -8
  7. package/dist/components/badge/model.d.ts +1 -1
  8. package/dist/components/brand/brand.vue.d.ts +5 -5
  9. package/dist/components/brand/model.d.ts +1 -1
  10. package/dist/components/button/button.vue.d.ts +12 -12
  11. package/dist/components/button/model.d.ts +1 -1
  12. package/dist/components/card/card.vue.d.ts +8 -8
  13. package/dist/components/card/model.d.ts +1 -1
  14. package/dist/components/checkbox/checkbox.vue.d.ts +9 -9
  15. package/dist/components/checkbox/model.d.ts +1 -1
  16. package/dist/components/custom-button/custom-button.vue.d.ts +10 -10
  17. package/dist/components/custom-button/model.d.ts +2 -2
  18. package/dist/components/custom-select/custom-select.vue.d.ts +14 -14
  19. package/dist/components/custom-select/model.d.ts +4 -4
  20. package/dist/components/custom-select-dropdown/custom-select-dropdown.vue.d.ts +5 -5
  21. package/dist/components/custom-select-dropdown/model.d.ts +1 -1
  22. package/dist/components/custom-select-form-field/custom-select-form-field.vue.d.ts +3 -3
  23. package/dist/components/custom-select-form-field/model.d.ts +1 -1
  24. package/dist/components/custom-select-list/custom-select-list.vue.d.ts +4 -4
  25. package/dist/components/custom-select-list/model.d.ts +1 -1
  26. package/dist/components/custom-select-list-item/custom-select-list-item.vue.d.ts +8 -8
  27. package/dist/components/custom-select-list-item/model.d.ts +1 -1
  28. package/dist/components/divider/divider.vue.d.ts +7 -7
  29. package/dist/components/divider/model.d.ts +1 -1
  30. package/dist/components/drawer/drawer.vue.d.ts +10 -10
  31. package/dist/components/drawer/model.d.ts +4 -1
  32. package/dist/components/header/header.vue.d.ts +5 -5
  33. package/dist/components/header/model.d.ts +1 -1
  34. package/dist/components/icon/icon.vue.d.ts +6 -6
  35. package/dist/components/icon/model.d.ts +1 -1
  36. package/dist/components/infotext/infotext.vue.d.ts +7 -7
  37. package/dist/components/infotext/model.d.ts +1 -1
  38. package/dist/components/input/input.vue.d.ts +18 -18
  39. package/dist/components/input/model.d.ts +1 -1
  40. package/dist/components/link/link.vue.d.ts +11 -11
  41. package/dist/components/link/model.d.ts +1 -1
  42. package/dist/components/navigation/model.d.ts +1 -1
  43. package/dist/components/navigation/navigation.vue.d.ts +3 -3
  44. package/dist/components/navigation-item/model.d.ts +2 -2
  45. package/dist/components/navigation-item/navigation-item.vue.d.ts +7 -7
  46. package/dist/components/notification/model.d.ts +1 -1
  47. package/dist/components/notification/notification.vue.d.ts +9 -9
  48. package/dist/components/page/model.d.ts +1 -1
  49. package/dist/components/page/page.vue.d.ts +6 -6
  50. package/dist/components/popover/model.d.ts +1 -1
  51. package/dist/components/popover/popover.vue.d.ts +8 -8
  52. package/dist/components/radio/model.d.ts +1 -1
  53. package/dist/components/radio/radio.vue.d.ts +10 -10
  54. package/dist/components/section/model.d.ts +1 -1
  55. package/dist/components/section/section.vue.d.ts +6 -6
  56. package/dist/components/select/model.d.ts +1 -1
  57. package/dist/components/select/select.vue.d.ts +11 -11
  58. package/dist/components/stack/model.d.ts +1 -1
  59. package/dist/components/stack/stack.vue.d.ts +9 -9
  60. package/dist/components/switch/model.d.ts +1 -1
  61. package/dist/components/switch/switch.vue.d.ts +13 -13
  62. package/dist/components/tab-item/model.d.ts +1 -1
  63. package/dist/components/tab-item/tab-item.vue.d.ts +9 -9
  64. package/dist/components/tab-list/model.d.ts +1 -1
  65. package/dist/components/tab-list/tab-list.vue.d.ts +3 -3
  66. package/dist/components/tab-panel/model.d.ts +1 -1
  67. package/dist/components/tab-panel/tab-panel.vue.d.ts +4 -4
  68. package/dist/components/table/examples/data.d.ts +1 -1
  69. package/dist/components/table/model.d.ts +2 -2
  70. package/dist/components/table/table.vue.d.ts +10 -10
  71. package/dist/components/table-body/model.d.ts +2 -2
  72. package/dist/components/table-body/table-body.vue.d.ts +4 -4
  73. package/dist/components/table-caption/model.d.ts +1 -1
  74. package/dist/components/table-caption/table-caption.vue.d.ts +2 -2
  75. package/dist/components/table-data-cell/model.d.ts +1 -1
  76. package/dist/components/table-data-cell/table-data-cell.vue.d.ts +5 -5
  77. package/dist/components/table-footer/model.d.ts +2 -2
  78. package/dist/components/table-footer/table-footer.vue.d.ts +4 -4
  79. package/dist/components/table-head/model.d.ts +2 -2
  80. package/dist/components/table-head/table-head.vue.d.ts +4 -4
  81. package/dist/components/table-header-cell/model.d.ts +1 -1
  82. package/dist/components/table-header-cell/table-header-cell.vue.d.ts +6 -6
  83. package/dist/components/table-row/model.d.ts +4 -4
  84. package/dist/components/table-row/table-row.vue.d.ts +4 -4
  85. package/dist/components/tabs/model.d.ts +3 -3
  86. package/dist/components/tabs/tabs.vue.d.ts +10 -10
  87. package/dist/components/tag/model.d.ts +1 -1
  88. package/dist/components/tag/tag.vue.d.ts +9 -9
  89. package/dist/components/textarea/model.d.ts +1 -1
  90. package/dist/components/textarea/textarea.vue.d.ts +13 -13
  91. package/dist/components/tooltip/model.d.ts +1 -1
  92. package/dist/components/tooltip/tooltip.vue.d.ts +9 -9
  93. package/dist/db-ux.es.js +265 -252
  94. package/dist/db-ux.umd.js +1 -1
  95. package/dist/index.d.ts +97 -97
  96. package/dist/utils/index.d.ts +1 -1
  97. package/package.json +3 -3
@@ -1,12 +1,12 @@
1
- import { DBDividerProps } from "./model";
2
- declare const __VLS_export: import("vue").DefineComponent<DBDividerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDividerProps> & Readonly<{}>, {
1
+ import { DBDividerProps } from "./model.js";
2
+ declare const __VLS_export: import("@vue/runtime-core").DefineComponent<DBDividerProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBDividerProps> & Readonly<{}>, {
3
3
  id: string;
4
4
  className: string;
5
- propOverrides: import("../..").PropOverridesType;
6
- variant: import("./model").DividerVariantType;
7
- emphasis: import("../..").EmphasisType;
8
- width: import("../..").WidthType | string;
5
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
6
+ variant: import("./model.js", { with: { "resolution-mode": "import" } }).DividerVariantType;
7
+ emphasis: import("../../index.js", { with: { "resolution-mode": "import" } }).EmphasisType;
8
+ width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string;
9
9
  margin: "none";
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
10
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
11
11
  declare const _default: typeof __VLS_export;
12
12
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { EmphasisProps, GlobalProps, GlobalState, MarginProps, WidthProps } from '../../shared/model';
1
+ import type { EmphasisProps, GlobalProps, GlobalState, MarginProps, WidthProps } from '../../shared/model.js';
2
2
  export declare const DividerMarginList: readonly ["none", "_"];
3
3
  export type DividerMarginType = (typeof DividerMarginList)[number];
4
4
  export declare const DividerVariantList: readonly ["horizontal", "vertical"];
@@ -1,27 +1,27 @@
1
- import { DBDrawerProps } from "./model";
1
+ import { DBDrawerProps } from "./model.js";
2
2
  declare var __VLS_1: {}, __VLS_9: {};
3
3
  type __VLS_Slots = {} & {
4
4
  'drawer-header'?: (props: typeof __VLS_1) => any;
5
5
  } & {
6
6
  default?: (props: typeof __VLS_9) => any;
7
7
  };
8
- declare const __VLS_base: import("vue").DefineComponent<DBDrawerProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBDrawerProps> & Readonly<{}>, {
8
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBDrawerProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBDrawerProps> & Readonly<{}>, {
9
9
  id: string;
10
10
  children: any;
11
11
  className: string;
12
- propOverrides: import("../../shared/model").PropOverridesType;
12
+ propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
13
13
  open: boolean | string;
14
- variant: import("./model").DrawerVariantType;
15
- width: import("../../shared/model").WidthType | string;
16
- spacing: import("../../shared/model").SpacingType | string;
17
- backdrop: import("./model").DrawerBackdropType;
18
- direction: import("./model").DrawerDirectionType;
14
+ variant: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerVariantType;
15
+ width: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).WidthType | string;
16
+ spacing: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SpacingType | string;
17
+ backdrop: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerBackdropType;
18
+ direction: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerDirectionType;
19
19
  rounded: boolean | string;
20
- position: import("./model").DrawerPositionType;
20
+ position: import("./model.js", { with: { "resolution-mode": "import" } }).DrawerPositionType;
21
21
  onClose: (event?: KeyboardEvent | MouseEvent | undefined) => void;
22
22
  closeButtonId: string;
23
23
  closeButtonText: string;
24
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ClickEvent, CloseEventProps, CloseEventState, GeneralKeyboardEvent, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, SpacingProps, WidthProps } from '../../shared/model';
1
+ import type { ClickEvent, CloseEventProps, CloseEventState, GeneralKeyboardEvent, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, SpacingProps, WidthProps } from '../../shared/model.js';
2
2
  export declare const DrawerBackdropList: readonly ["none", "strong", "weak", "invisible"];
3
3
  export type DrawerBackdropType = (typeof DrawerBackdropList)[number];
4
4
  export declare const DrawerDirectionList: readonly ["left", "right", "up", "down"];
@@ -46,5 +46,8 @@ export type DBDrawerDefaultProps = {
46
46
  export type DBDrawerProps = DBDrawerDefaultProps & GlobalProps & CloseEventProps<ClickEvent<HTMLButtonElement | HTMLDialogElement> | GeneralKeyboardEvent<HTMLDialogElement>> & InnerCloseButtonProps & WidthProps & SpacingProps;
47
47
  export type DBDrawerDefaultState = {
48
48
  handleDialogOpen: () => void;
49
+ isNotModal: () => boolean;
50
+ handleBackdropPointerDown: (event: any) => void;
51
+ backdropPointerDown: boolean;
49
52
  };
50
53
  export type DBDrawerState = DBDrawerDefaultState & GlobalState & CloseEventState<ClickEvent<HTMLButtonElement | HTMLDialogElement> | GeneralKeyboardEvent<HTMLDialogElement>> & InitializedState;
@@ -1,4 +1,4 @@
1
- import { DBHeaderProps } from "./model";
1
+ import { DBHeaderProps } from "./model.js";
2
2
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {}, __VLS_7: {}, __VLS_15: {}, __VLS_23: {}, __VLS_25: {}, __VLS_27: {};
3
3
  type __VLS_Slots = {} & {
4
4
  'meta-navigation'?: (props: typeof __VLS_1) => any;
@@ -17,19 +17,19 @@ type __VLS_Slots = {} & {
17
17
  } & {
18
18
  'secondary-action'?: (props: typeof __VLS_27) => any;
19
19
  };
20
- declare const __VLS_base: import("vue").DefineComponent<DBHeaderProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBHeaderProps> & Readonly<{}>, {
20
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBHeaderProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBHeaderProps> & Readonly<{}>, {
21
21
  id: string;
22
22
  children: any;
23
23
  className: string;
24
- propOverrides: import("../..").PropOverridesType;
24
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
25
25
  onToggle: (open: boolean) => void;
26
- width: import("../..").MaxWidthType;
26
+ width: import("../../index.js", { with: { "resolution-mode": "import" } }).MaxWidthType;
27
27
  closeButtonId: string;
28
28
  closeButtonText: string;
29
29
  drawerOpen: boolean | string;
30
30
  forceMobile: boolean | string;
31
31
  burgerMenuLabel: string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
33
33
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
34
  declare const _default: typeof __VLS_export;
35
35
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ContainerWidthProps, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, NavigationBehaviorState, ToggleEventProps, ToggleEventState } from '../../shared/model';
1
+ import type { ContainerWidthProps, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, NavigationBehaviorState, ToggleEventProps, ToggleEventState } from '../../shared/model.js';
2
2
  export type DBHeaderDefaultProps = {
3
3
  /**
4
4
  * Slot to pass in the DBBrand component
@@ -1,18 +1,18 @@
1
- import type { DBIconProps } from "./model";
1
+ import type { DBIconProps } from "./model.js";
2
2
  declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
- declare const __VLS_base: import("vue").DefineComponent<DBIconProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBIconProps> & Readonly<{}>, {
6
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBIconProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBIconProps> & Readonly<{}>, {
7
7
  id: string;
8
8
  children: any;
9
9
  className: string;
10
- propOverrides: import("../..").PropOverridesType;
10
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
11
11
  text: string;
12
12
  variant: string;
13
- icon: import("@db-ux/core-foundations").IconTypes;
14
- weight: import("./model").IconWeightType;
15
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
14
+ weight: import("./model.js", { with: { "resolution-mode": "import" } }).IconWeightType;
15
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
16
16
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
17
  declare const _default: typeof __VLS_export;
18
18
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { GlobalProps, GlobalState, IconProps, TextProps } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState, IconProps, TextProps } from '../../shared/model.js';
2
2
  export declare const IconWeightList: readonly ["16", "20", "24", "32", "48", "64"];
3
3
  export type IconWeightType = (typeof IconWeightList)[number];
4
4
  export type DBIconDefaultProps = {
@@ -1,20 +1,20 @@
1
- import { DBInfotextProps } from "./model";
1
+ import { DBInfotextProps } from "./model.js";
2
2
  declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
- declare const __VLS_base: import("vue").DefineComponent<DBInfotextProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBInfotextProps> & Readonly<{}>, {
6
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBInfotextProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBInfotextProps> & Readonly<{}>, {
7
7
  id: string;
8
8
  children: any;
9
9
  className: string;
10
- propOverrides: import("../..").PropOverridesType;
11
- semantic: import("../..").SemanticType;
10
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
11
+ semantic: import("../../index.js", { with: { "resolution-mode": "import" } }).SemanticType;
12
12
  text: string;
13
- size: import("../..").SizeType;
13
+ size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType;
14
14
  wrap: boolean | string;
15
- icon: import("@db-ux/core-foundations").IconTypes;
15
+ icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
16
16
  showIcon: boolean | string;
17
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
18
18
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
19
19
  declare const _default: typeof __VLS_export;
20
20
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { GlobalProps, GlobalState, IconProps, SemanticProps, ShowIconProps, SizeProps, TextProps, WrapProps } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState, IconProps, SemanticProps, ShowIconProps, SizeProps, TextProps, WrapProps } from '../../shared/model.js';
2
2
  export type DBInfotextDefaultProps = {};
3
3
  export type DBInfotextProps = DBInfotextDefaultProps & GlobalProps & SemanticProps & IconProps & SizeProps & ShowIconProps & TextProps & WrapProps;
4
4
  export type DBInfotextDefaultState = {};
@@ -1,19 +1,19 @@
1
- import { ChangeEvent, InputEvent, InteractionEvent, ValueLabelType } from "../../shared/model";
2
- import { DBInputProps } from "./model";
1
+ import { ChangeEvent, InputEvent, InteractionEvent, ValueLabelType } from "../../shared/model.js";
2
+ import { DBInputProps } from "./model.js";
3
3
  declare var __VLS_1: {};
4
4
  type __VLS_Slots = {} & {
5
5
  default?: (props: typeof __VLS_1) => any;
6
6
  };
7
- declare const __VLS_base: import("vue").DefineComponent<DBInputProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBInputProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
8
8
  "update:value": (...args: any[]) => void;
9
- }, string, import("vue").PublicProps, Readonly<DBInputProps> & Readonly<{
9
+ }, string, import("@vue/runtime-core").PublicProps, Readonly<DBInputProps> & Readonly<{
10
10
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
11
11
  }>, {
12
12
  id: string;
13
13
  children: any;
14
14
  className: string;
15
15
  autofocus: boolean | string;
16
- propOverrides: import("../../shared/model").PropOverridesType;
16
+ propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
17
17
  name: string;
18
18
  form: string;
19
19
  input: (event: InputEvent<HTMLInputElement>) => void;
@@ -25,18 +25,18 @@ declare const __VLS_base: import("vue").DefineComponent<DBInputProps, {}, {}, {}
25
25
  onBlur: (event: InteractionEvent<HTMLInputElement>) => void;
26
26
  onChange: (event: ChangeEvent<HTMLInputElement>) => void;
27
27
  onInput: (event: InputEvent<HTMLInputElement>) => void;
28
- type: import("./model").InputTypeType | string;
28
+ type: import("./model.js", { with: { "resolution-mode": "import" } }).InputTypeType | string;
29
29
  multiple: boolean | string;
30
- variant: import("../../shared/model").LabelVariantType;
30
+ variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType;
31
31
  size: number;
32
- icon: import("@db-ux/core-foundations").IconTypes;
32
+ icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
33
33
  showIcon: boolean | string;
34
34
  showIconLeading: boolean | string;
35
35
  showIconTrailing: boolean | string;
36
- iconLeading: import("@db-ux/core-foundations").IconTypes;
37
- iconTrailing: import("@db-ux/core-foundations").IconTypes;
36
+ iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
37
+ iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
38
38
  ariaDescribedBy: string;
39
- validation: import("../../shared/model").ValidationType;
39
+ validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType;
40
40
  required: boolean | string;
41
41
  showRequiredAsterisk: boolean | string;
42
42
  showLabel: boolean | string;
@@ -44,8 +44,8 @@ declare const __VLS_base: import("vue").DefineComponent<DBInputProps, {}, {}, {}
44
44
  message: string;
45
45
  validMessage: string;
46
46
  invalidMessage: string;
47
- messageIcon: import("@db-ux/core-foundations").IconTypes;
48
- autocomplete: string | import("../../shared/model").AutoCompleteType;
47
+ messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
48
+ autocomplete: string | import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AutoCompleteType;
49
49
  showMessage: boolean | string;
50
50
  dataList: string[] | ValueLabelType[];
51
51
  dataListId: string;
@@ -55,17 +55,17 @@ declare const __VLS_base: import("vue").DefineComponent<DBInputProps, {}, {}, {}
55
55
  step: number | string;
56
56
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send";
57
57
  inputmode: "none" | "text" | "decimal" | "numeric" | "tel" | "search" | "email" | "url";
58
- messageSize: import("../../shared/model").SizeType;
59
- validMessageSize: import("../../shared/model").SizeType;
60
- invalidMessageSize: import("../../shared/model").SizeType;
58
+ messageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
59
+ validMessageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
60
+ invalidMessageSize: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
61
61
  maxLength: number | string;
62
62
  minLength: number | string;
63
63
  maxlength: number | string;
64
64
  minlength: number | string;
65
65
  readOnly: boolean | string;
66
66
  readonly: boolean | string;
67
- fieldSizing: import("../../shared/model").FieldSizingType;
68
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
67
+ fieldSizing: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).FieldSizingType;
68
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
69
69
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
70
70
  declare const _default: typeof __VLS_export;
71
71
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InputEventProps, InputEventState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeType, ValueLabelType } from '../../shared/model';
1
+ import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InputEventProps, InputEventState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeType, ValueLabelType } from '../../shared/model.js';
2
2
  export declare const InputTypeList: readonly ["color", "date", "datetime-local", "email", "file", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", "week"];
3
3
  export type InputTypeType = (typeof InputTypeList)[number];
4
4
  export type DBInputDefaultProps = {
@@ -1,29 +1,29 @@
1
- import { DBLinkProps } from "./model";
1
+ import { DBLinkProps } from "./model.js";
2
2
  declare var __VLS_1: {};
3
3
  type __VLS_Slots = {} & {
4
4
  default?: (props: typeof __VLS_1) => any;
5
5
  };
6
- declare const __VLS_base: import("vue").DefineComponent<DBLinkProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBLinkProps> & Readonly<{}>, {
6
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBLinkProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBLinkProps> & Readonly<{}>, {
7
7
  id: string;
8
8
  children: any;
9
9
  className: string;
10
- propOverrides: import("../..").PropOverridesType;
11
- content: import("./model").LinkContentType;
10
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
11
+ content: import("./model.js", { with: { "resolution-mode": "import" } }).LinkContentType;
12
12
  role: string;
13
13
  text: string;
14
14
  disabled: boolean | string;
15
- onClick: (event: import("../..").ClickEvent<HTMLAnchorElement>) => void;
16
- variant: import("./model").LinkVariantType;
17
- size: import("./model").LinkSizeType;
15
+ onClick: (event: import("../../index.js", { with: { "resolution-mode": "import" } }).ClickEvent<HTMLAnchorElement>) => void;
16
+ variant: import("./model.js", { with: { "resolution-mode": "import" } }).LinkVariantType;
17
+ size: import("./model.js", { with: { "resolution-mode": "import" } }).LinkSizeType;
18
18
  wrap: boolean | string;
19
19
  showIcon: boolean | string;
20
- target: import("../..").LinkTargetType;
20
+ target: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkTargetType;
21
21
  href: string;
22
22
  hreflang: string;
23
23
  rel: string;
24
- referrerpolicy: import("../..").LinkReferrerPolicyType;
25
- referrerPolicy: import("../..").LinkReferrerPolicyType;
26
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
24
+ referrerpolicy: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkReferrerPolicyType;
25
+ referrerPolicy: import("../../index.js", { with: { "resolution-mode": "import" } }).LinkReferrerPolicyType;
26
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
27
27
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
28
28
  declare const _default: typeof __VLS_export;
29
29
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, LinkProps, RoleProps, ShowIconProps, TextProps, WrapProps } from '../../shared/model';
1
+ import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, LinkProps, RoleProps, ShowIconProps, TextProps, WrapProps } from '../../shared/model.js';
2
2
  export declare const LinkVariantList: readonly ["adaptive", "brand", "inline"];
3
3
  export type LinkVariantType = (typeof LinkVariantList)[number];
4
4
  export declare const LinkSizeList: readonly ["medium", "small"];
@@ -1,4 +1,4 @@
1
- import type { GlobalProps } from '../../shared/model';
1
+ import type { GlobalProps } from '../../shared/model.js';
2
2
  export type DBNavigationDefaultProps = {};
3
3
  export type DBNavigationProps = DBNavigationDefaultProps & GlobalProps;
4
4
  export type DBNavigationDefaultState = {};
@@ -2,12 +2,12 @@ declare var __VLS_1: {};
2
2
  type __VLS_Slots = {} & {
3
3
  default?: (props: typeof __VLS_1) => any;
4
4
  };
5
- declare const __VLS_base: import("vue").DefineComponent<import("../..").GlobalProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("../..").GlobalProps> & Readonly<{}>, {
5
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<import("../../index.js", { with: { "resolution-mode": "import" } }).GlobalProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<import("../../index.js", { with: { "resolution-mode": "import" } }).GlobalProps> & Readonly<{}>, {
6
6
  id: string;
7
7
  children: any;
8
8
  className: string;
9
- propOverrides: import("../..").PropOverridesType;
10
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
10
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
11
11
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
12
12
  declare const _default: typeof __VLS_export;
13
13
  export default _default;
@@ -1,5 +1,5 @@
1
- import type { ClickEvent, ClickEventProps, ClickEventState, GlobalProps, GlobalState, IconProps, InitializedState, NavigationBackButtonProps, NavigationBehaviorState, ShowIconProps, TextProps, WidthProps, WrapProps } from '../../shared/model';
2
- import type { NavigationItemSafeTriangle } from '../../utils/navigation';
1
+ import type { ClickEvent, ClickEventProps, ClickEventState, GlobalProps, GlobalState, IconProps, InitializedState, NavigationBackButtonProps, NavigationBehaviorState, ShowIconProps, TextProps, WidthProps, WrapProps } from '../../shared/model.js';
2
+ import type { NavigationItemSafeTriangle } from '../../utils/navigation.js';
3
3
  export type DBNavigationItemDefaultProps = {
4
4
  /**
5
5
  * Alternative indicator for active navigation item (bold font). In contrast to the use of aria-current="page" on the contained anchor, this does not guarantee correct a11y.
@@ -1,5 +1,5 @@
1
- import { ClickEvent } from "../../shared/model";
2
- import { DBNavigationItemProps } from "./model";
1
+ import { ClickEvent } from "../../shared/model.js";
2
+ import { DBNavigationItemProps } from "./model.js";
3
3
  declare var __VLS_1: {}, __VLS_9: {}, __VLS_11: {};
4
4
  type __VLS_Slots = {} & {
5
5
  default?: (props: typeof __VLS_1) => any;
@@ -8,24 +8,24 @@ type __VLS_Slots = {} & {
8
8
  } & {
9
9
  default?: (props: typeof __VLS_11) => any;
10
10
  };
11
- declare const __VLS_base: import("vue").DefineComponent<DBNavigationItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNavigationItemProps> & Readonly<{}>, {
11
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBNavigationItemProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBNavigationItemProps> & Readonly<{}>, {
12
12
  id: string;
13
13
  children: any;
14
14
  className: string;
15
- propOverrides: import("../../shared/model").PropOverridesType;
15
+ propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
16
16
  text: string;
17
17
  disabled: boolean | string;
18
18
  onClick: (event: ClickEvent<HTMLButtonElement>) => void;
19
19
  wrap: boolean | string;
20
- icon: import("@db-ux/core-foundations").IconTypes;
20
+ icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
21
21
  showIcon: boolean | string;
22
- width: import("../../shared/model").WidthType | string;
22
+ width: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).WidthType | string;
23
23
  active: boolean;
24
24
  subNavigationExpanded: boolean | string;
25
25
  hideSubNavigation: boolean | string;
26
26
  backButtonId: string;
27
27
  backButtonText: string;
28
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
29
29
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
30
  declare const _default: typeof __VLS_export;
31
31
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ClickEvent, CloseEventProps, CloseEventState, GlobalProps, GlobalState, IconProps, InnerCloseButtonProps, RoleProps, SemanticProps, ShowIconProps, TextProps } from '../../shared/model';
1
+ import type { ClickEvent, CloseEventProps, CloseEventState, GlobalProps, GlobalState, IconProps, InnerCloseButtonProps, RoleProps, SemanticProps, ShowIconProps, TextProps } from '../../shared/model.js';
2
2
  export declare const NotificationVariantList: readonly ["docked", "standalone", "overlay"];
3
3
  export type NotificationVariantType = (typeof NotificationVariantList)[number];
4
4
  export declare const NotificationLinkVariantList: readonly ["block", "inline"];
@@ -1,4 +1,4 @@
1
- import { DBNotificationProps } from "./model";
1
+ import { DBNotificationProps } from "./model.js";
2
2
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
3
3
  type __VLS_Slots = {} & {
4
4
  image?: (props: typeof __VLS_1) => any;
@@ -7,29 +7,29 @@ type __VLS_Slots = {} & {
7
7
  } & {
8
8
  link?: (props: typeof __VLS_5) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<DBNotificationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBNotificationProps> & Readonly<{}>, {
10
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBNotificationProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBNotificationProps> & Readonly<{}>, {
11
11
  id: string;
12
12
  children: any;
13
13
  className: string;
14
- propOverrides: import("../../shared/model").PropOverridesType;
15
- semantic: import("../../shared/model").SemanticType;
14
+ propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
15
+ semantic: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SemanticType;
16
16
  role: string;
17
- ariaLive: import("./model").NotificationAriaLiveType;
17
+ ariaLive: import("./model.js", { with: { "resolution-mode": "import" } }).NotificationAriaLiveType;
18
18
  text: string;
19
19
  headline: string | any;
20
- variant: import("./model").NotificationVariantType;
21
- icon: import("@db-ux/core-foundations").IconTypes;
20
+ variant: import("./model.js", { with: { "resolution-mode": "import" } }).NotificationVariantType;
21
+ icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
22
22
  showIcon: boolean | string;
23
23
  onClose: (event?: MouseEvent | undefined) => void;
24
24
  closeButtonId: string;
25
25
  closeButtonText: string;
26
26
  closeable: boolean | string;
27
- linkVariant: import("./model").NotificationLinkVariantType;
27
+ linkVariant: import("./model.js", { with: { "resolution-mode": "import" } }).NotificationLinkVariantType;
28
28
  showHeadline: boolean | string;
29
29
  timestamp: string;
30
30
  timestampDatetime: string;
31
31
  showTimestamp: boolean | string;
32
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
32
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
33
33
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
34
34
  declare const _default: typeof __VLS_export;
35
35
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model.js';
2
2
  export declare const PageVariantList: readonly ["auto", "fixed"];
3
3
  export type PageVariantType = (typeof PageVariantList)[number];
4
4
  export declare const PageDocumentOverflowList: readonly ["hidden", "auto"];
@@ -1,4 +1,4 @@
1
- import { DBPageProps } from "./model";
1
+ import { DBPageProps } from "./model.js";
2
2
  declare var __VLS_1: {}, __VLS_3: {}, __VLS_5: {};
3
3
  type __VLS_Slots = {} & {
4
4
  header?: (props: typeof __VLS_1) => any;
@@ -7,16 +7,16 @@ type __VLS_Slots = {} & {
7
7
  } & {
8
8
  footer?: (props: typeof __VLS_5) => any;
9
9
  };
10
- declare const __VLS_base: import("vue").DefineComponent<DBPageProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPageProps> & Readonly<{}>, {
10
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBPageProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBPageProps> & Readonly<{}>, {
11
11
  id: string;
12
12
  children: any;
13
13
  className: string;
14
- propOverrides: import("../..").PropOverridesType;
15
- variant: import("./model").PageVariantType;
16
- documentOverflow: import("./model").PageDocumentOverflowType;
14
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
15
+ variant: import("./model.js", { with: { "resolution-mode": "import" } }).PageVariantType;
16
+ documentOverflow: import("./model.js", { with: { "resolution-mode": "import" } }).PageDocumentOverflowType;
17
17
  fadeIn: boolean | string;
18
18
  mainClass: string;
19
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
19
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
20
20
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
21
21
  declare const _default: typeof __VLS_export;
22
22
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { GapProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, SpacingProps } from '../../shared/model';
1
+ import type { GapProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, SpacingProps } from '../../shared/model.js';
2
2
  export type DBPopoverDefaultProps = {
3
3
  /**
4
4
  * Use open to disable the default hover/focus behavior to use it on click or other trigger.
@@ -1,23 +1,23 @@
1
- import { DBPopoverProps } from "./model";
1
+ import { DBPopoverProps } from "./model.js";
2
2
  declare var __VLS_1: {}, __VLS_3: {};
3
3
  type __VLS_Slots = {} & {
4
4
  trigger?: (props: typeof __VLS_1) => any;
5
5
  } & {
6
6
  default?: (props: typeof __VLS_3) => any;
7
7
  };
8
- declare const __VLS_base: import("vue").DefineComponent<DBPopoverProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBPopoverProps> & Readonly<{}>, {
8
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBPopoverProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBPopoverProps> & Readonly<{}>, {
9
9
  id: string;
10
10
  children: any;
11
11
  className: string;
12
- propOverrides: import("../..").PropOverridesType;
12
+ propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
13
13
  open: boolean | string;
14
- placement: import("../..").PlacementType;
15
- width: import("../..").PopoverWidthType;
16
- spacing: import("../..").SpacingType | string;
17
- delay: import("../..").PopoverDelayType;
14
+ placement: import("../../index.js", { with: { "resolution-mode": "import" } }).PlacementType;
15
+ width: import("../../index.js", { with: { "resolution-mode": "import" } }).PopoverWidthType;
16
+ spacing: import("../../index.js", { with: { "resolution-mode": "import" } }).SpacingType | string;
17
+ delay: import("../../index.js", { with: { "resolution-mode": "import" } }).PopoverDelayType;
18
18
  animation: boolean | string;
19
19
  gap: boolean | string;
20
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
20
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
21
21
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
22
22
  declare const _default: typeof __VLS_export;
23
23
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, InputEventProps, InputEventState, SizeProps } from '../../shared/model';
1
+ import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, InputEventProps, InputEventState, SizeProps } from '../../shared/model.js';
2
2
  export type DBRadioDefaultProps = {};
3
3
  export type DBRadioProps = DBRadioDefaultProps & GlobalProps & InputEventProps<HTMLInputElement> & ChangeEventProps<HTMLInputElement> & FocusEventProps<HTMLInputElement> & FormProps & FormCheckProps & SizeProps;
4
4
  export type DBRadioDefaultState = {};
@@ -1,34 +1,34 @@
1
- import { ChangeEvent, InteractionEvent } from "../../shared/model";
2
- import { DBRadioProps } from "./model";
1
+ import { ChangeEvent, InteractionEvent } from "../../shared/model.js";
2
+ import { DBRadioProps } from "./model.js";
3
3
  declare var __VLS_1: {};
4
4
  type __VLS_Slots = {} & {
5
5
  default?: (props: typeof __VLS_1) => any;
6
6
  };
7
- declare const __VLS_base: import("vue").DefineComponent<DBRadioProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBRadioProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
8
8
  "update:value": (...args: any[]) => void;
9
- }, string, import("vue").PublicProps, Readonly<DBRadioProps> & Readonly<{
9
+ }, string, import("@vue/runtime-core").PublicProps, Readonly<DBRadioProps> & Readonly<{
10
10
  "onUpdate:value"?: ((...args: any[]) => any) | undefined;
11
11
  }>, {
12
12
  id: string;
13
13
  children: any;
14
14
  className: string;
15
- propOverrides: import("../../shared/model").PropOverridesType;
15
+ propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
16
16
  name: string;
17
- input: (event: import("../../shared/model").InputEvent<HTMLInputElement>) => void;
17
+ input: (event: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).InputEvent<HTMLInputElement>) => void;
18
18
  label: string;
19
19
  value: any;
20
20
  disabled: boolean | string;
21
21
  onFocus: (event: InteractionEvent<HTMLInputElement>) => void;
22
22
  onBlur: (event: InteractionEvent<HTMLInputElement>) => void;
23
23
  onChange: (event: ChangeEvent<HTMLInputElement>) => void;
24
- onInput: (event: import("../../shared/model").InputEvent<HTMLInputElement>) => void;
25
- size: import("../../shared/model").SizeType;
26
- validation: import("../../shared/model").ValidationType;
24
+ onInput: (event: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).InputEvent<HTMLInputElement>) => void;
25
+ size: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
26
+ validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType;
27
27
  required: boolean | string;
28
28
  showRequiredAsterisk: boolean | string;
29
29
  showLabel: boolean | string;
30
30
  checked: boolean | string;
31
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
+ }, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
32
32
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
33
  declare const _default: typeof __VLS_export;
34
34
  export default _default;
@@ -1,3 +1,3 @@
1
- import type { ContainerWidthProps, GlobalProps, SpacingProps } from '../../shared/model';
1
+ import type { ContainerWidthProps, GlobalProps, SpacingProps } from '../../shared/model.js';
2
2
  export type DBSectionDefaultProps = {};
3
3
  export type DBSectionProps = DBSectionDefaultProps & GlobalProps & SpacingProps & ContainerWidthProps;