@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.
- package/CHANGELOG.md +23 -0
- package/dist/components/accordion/accordion.vue.d.ts +7 -7
- package/dist/components/accordion/model.d.ts +2 -2
- package/dist/components/accordion-item/accordion-item.vue.d.ts +4 -4
- package/dist/components/accordion-item/model.d.ts +1 -1
- package/dist/components/badge/badge.vue.d.ts +8 -8
- package/dist/components/badge/model.d.ts +1 -1
- package/dist/components/brand/brand.vue.d.ts +5 -5
- package/dist/components/brand/model.d.ts +1 -1
- package/dist/components/button/button.vue.d.ts +12 -12
- package/dist/components/button/model.d.ts +1 -1
- package/dist/components/card/card.vue.d.ts +8 -8
- package/dist/components/card/model.d.ts +1 -1
- package/dist/components/checkbox/checkbox.vue.d.ts +9 -9
- package/dist/components/checkbox/model.d.ts +1 -1
- package/dist/components/custom-button/custom-button.vue.d.ts +10 -10
- package/dist/components/custom-button/model.d.ts +2 -2
- package/dist/components/custom-select/custom-select.vue.d.ts +14 -14
- package/dist/components/custom-select/model.d.ts +4 -4
- package/dist/components/custom-select-dropdown/custom-select-dropdown.vue.d.ts +5 -5
- package/dist/components/custom-select-dropdown/model.d.ts +1 -1
- package/dist/components/custom-select-form-field/custom-select-form-field.vue.d.ts +3 -3
- package/dist/components/custom-select-form-field/model.d.ts +1 -1
- package/dist/components/custom-select-list/custom-select-list.vue.d.ts +4 -4
- package/dist/components/custom-select-list/model.d.ts +1 -1
- package/dist/components/custom-select-list-item/custom-select-list-item.vue.d.ts +8 -8
- package/dist/components/custom-select-list-item/model.d.ts +1 -1
- package/dist/components/divider/divider.vue.d.ts +7 -7
- package/dist/components/divider/model.d.ts +1 -1
- package/dist/components/drawer/drawer.vue.d.ts +10 -10
- package/dist/components/drawer/model.d.ts +4 -1
- package/dist/components/header/header.vue.d.ts +5 -5
- package/dist/components/header/model.d.ts +1 -1
- package/dist/components/icon/icon.vue.d.ts +6 -6
- package/dist/components/icon/model.d.ts +1 -1
- package/dist/components/infotext/infotext.vue.d.ts +7 -7
- package/dist/components/infotext/model.d.ts +1 -1
- package/dist/components/input/input.vue.d.ts +18 -18
- package/dist/components/input/model.d.ts +1 -1
- package/dist/components/link/link.vue.d.ts +11 -11
- package/dist/components/link/model.d.ts +1 -1
- package/dist/components/navigation/model.d.ts +1 -1
- package/dist/components/navigation/navigation.vue.d.ts +3 -3
- package/dist/components/navigation-item/model.d.ts +2 -2
- package/dist/components/navigation-item/navigation-item.vue.d.ts +7 -7
- package/dist/components/notification/model.d.ts +1 -1
- package/dist/components/notification/notification.vue.d.ts +9 -9
- package/dist/components/page/model.d.ts +1 -1
- package/dist/components/page/page.vue.d.ts +6 -6
- package/dist/components/popover/model.d.ts +1 -1
- package/dist/components/popover/popover.vue.d.ts +8 -8
- package/dist/components/radio/model.d.ts +1 -1
- package/dist/components/radio/radio.vue.d.ts +10 -10
- package/dist/components/section/model.d.ts +1 -1
- package/dist/components/section/section.vue.d.ts +6 -6
- package/dist/components/select/model.d.ts +1 -1
- package/dist/components/select/select.vue.d.ts +11 -11
- package/dist/components/stack/model.d.ts +1 -1
- package/dist/components/stack/stack.vue.d.ts +9 -9
- package/dist/components/switch/model.d.ts +1 -1
- package/dist/components/switch/switch.vue.d.ts +13 -13
- package/dist/components/tab-item/model.d.ts +1 -1
- package/dist/components/tab-item/tab-item.vue.d.ts +9 -9
- package/dist/components/tab-list/model.d.ts +1 -1
- package/dist/components/tab-list/tab-list.vue.d.ts +3 -3
- package/dist/components/tab-panel/model.d.ts +1 -1
- package/dist/components/tab-panel/tab-panel.vue.d.ts +4 -4
- package/dist/components/table/examples/data.d.ts +1 -1
- package/dist/components/table/model.d.ts +2 -2
- package/dist/components/table/table.vue.d.ts +10 -10
- package/dist/components/table-body/model.d.ts +2 -2
- package/dist/components/table-body/table-body.vue.d.ts +4 -4
- package/dist/components/table-caption/model.d.ts +1 -1
- package/dist/components/table-caption/table-caption.vue.d.ts +2 -2
- package/dist/components/table-data-cell/model.d.ts +1 -1
- package/dist/components/table-data-cell/table-data-cell.vue.d.ts +5 -5
- package/dist/components/table-footer/model.d.ts +2 -2
- package/dist/components/table-footer/table-footer.vue.d.ts +4 -4
- package/dist/components/table-head/model.d.ts +2 -2
- package/dist/components/table-head/table-head.vue.d.ts +4 -4
- package/dist/components/table-header-cell/model.d.ts +1 -1
- package/dist/components/table-header-cell/table-header-cell.vue.d.ts +6 -6
- package/dist/components/table-row/model.d.ts +4 -4
- package/dist/components/table-row/table-row.vue.d.ts +4 -4
- package/dist/components/tabs/model.d.ts +3 -3
- package/dist/components/tabs/tabs.vue.d.ts +10 -10
- package/dist/components/tag/model.d.ts +1 -1
- package/dist/components/tag/tag.vue.d.ts +9 -9
- package/dist/components/textarea/model.d.ts +1 -1
- package/dist/components/textarea/textarea.vue.d.ts +13 -13
- package/dist/components/tooltip/model.d.ts +1 -1
- package/dist/components/tooltip/tooltip.vue.d.ts +9 -9
- package/dist/db-ux.es.js +265 -252
- package/dist/db-ux.umd.js +1 -1
- package/dist/index.d.ts +97 -97
- package/dist/utils/index.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# @db-ux/v-core-components
|
|
2
2
|
|
|
3
|
+
## 4.12.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- fix(custom-select): dropdown with `dropdownWidth="auto"` now correctly sizes to content width and respects the trigger minimum width. Long option labels no longer get truncated: `auto` keeps them on a single line (dropdown grows to the longest option), while `fixed` and `full` wrap long labels onto new lines. - [see commit 68dedc3](https://github.com/db-ux-design-system/core-web/commit/68dedc33c324b48339d5bb73a85fdff3045ed059)
|
|
8
|
+
|
|
9
|
+
- fix(drawer): prevent backdrop drag-close when selection starts inside content - [see commit b53ff8a](https://github.com/db-ux-design-system/core-web/commit/b53ff8a4f0a5350c5be41fad072e14797676bba7)
|
|
10
|
+
|
|
11
|
+
## 4.12.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- feat: emit spec-compliant ESM with explicit import extensions - [see commit 73808d6](https://github.com/db-ux-design-system/core-web/commit/73808d6ec80085451d72e5ad73eb154198a60558):
|
|
16
|
+
|
|
17
|
+
- The generated React, Vue and Web Component outputs now produce standards-compliant
|
|
18
|
+
- ESM: every relative import/export carries an explicit `.js` / `/index.js` (or `.vue`)
|
|
19
|
+
- extension, added during Mitosis generation. This resolves `ERR_UNSUPPORTED_DIR_IMPORT`
|
|
20
|
+
- in strict ESM environments such as Node.js native ESM and Vitest 4.
|
|
21
|
+
- The React output additionally compiles with `module`/`moduleResolution: "node16"`
|
|
22
|
+
- (plus `jsx: "react-jsx"` and `target: "es2022"`), so missing extensions are caught at
|
|
23
|
+
- compile time. As a result the emitted React JS uses the `react/jsx-runtime` transform
|
|
24
|
+
- and es2022 syntax (React 19 compatible).
|
|
25
|
+
|
|
3
26
|
## 4.11.1
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { DBAccordionItemDefaultProps } from "../accordion-item/model";
|
|
2
|
-
import { DBAccordionProps } from "./model";
|
|
1
|
+
import { DBAccordionItemDefaultProps } from "../accordion-item/model.js";
|
|
2
|
+
import { DBAccordionProps } 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<DBAccordionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBAccordionProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBAccordionProps> & Readonly<{}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
children: any;
|
|
10
10
|
className: string;
|
|
11
|
-
propOverrides: import("
|
|
11
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
12
12
|
name: string;
|
|
13
|
-
behavior: import("./model").AccordionBehaviorType;
|
|
13
|
+
behavior: import("./model.js", { with: { "resolution-mode": "import" } }).AccordionBehaviorType;
|
|
14
14
|
initOpenIndex: number[];
|
|
15
15
|
items: DBAccordionItemDefaultProps[] | string;
|
|
16
|
-
variant: import("./model").AccordionVariantType;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
16
|
+
variant: import("./model.js", { with: { "resolution-mode": "import" } }).AccordionVariantType;
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import type { GlobalProps, InitializedState } from '../../shared/model';
|
|
2
|
-
import type { DBAccordionItemDefaultProps } from '../accordion-item/model';
|
|
1
|
+
import type { GlobalProps, InitializedState } from '../../shared/model.js';
|
|
2
|
+
import type { DBAccordionItemDefaultProps } from '../accordion-item/model.js';
|
|
3
3
|
export declare const AccordionVariantList: readonly ["divider", "card"];
|
|
4
4
|
export type AccordionVariantType = (typeof AccordionVariantList)[number];
|
|
5
5
|
export declare const AccordionBehaviorList: readonly ["multiple", "single"];
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { DBAccordionItemProps } from "./model";
|
|
1
|
+
import { DBAccordionItemProps } from "./model.js";
|
|
2
2
|
declare var __VLS_1: {}, __VLS_3: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
headline?: (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<DBAccordionItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBAccordionItemProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBAccordionItemProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBAccordionItemProps> & 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
|
name: string;
|
|
14
14
|
text: string;
|
|
15
15
|
defaultOpen: boolean;
|
|
@@ -17,7 +17,7 @@ declare const __VLS_base: import("vue").DefineComponent<DBAccordionItemProps, {}
|
|
|
17
17
|
disabled: boolean | string;
|
|
18
18
|
headlinePlain: string;
|
|
19
19
|
onToggle: (open: boolean) => void;
|
|
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 { GlobalProps, InitializedState, NameProps, NameState, TextProps, ToggleEventProps, ToggleEventState } from '../../shared/model';
|
|
1
|
+
import type { GlobalProps, InitializedState, NameProps, NameState, TextProps, ToggleEventProps, ToggleEventState } from '../../shared/model.js';
|
|
2
2
|
export type DBAccordionItemDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Initial state for the accordion item
|
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { DBBadgeProps } from "./model";
|
|
1
|
+
import { DBBadgeProps } 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<DBBadgeProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBadgeProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBBadgeProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBBadgeProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
11
|
-
semantic: import("
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
|
+
semantic: import("../../index.js", { with: { "resolution-mode": "import" } }).SemanticType;
|
|
12
12
|
label: string;
|
|
13
13
|
text: string;
|
|
14
|
-
placement: import("./model").BadgePlacementType;
|
|
15
|
-
size: import("
|
|
16
|
-
emphasis: import("
|
|
14
|
+
placement: import("./model.js", { with: { "resolution-mode": "import" } }).BadgePlacementType;
|
|
15
|
+
size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType;
|
|
16
|
+
emphasis: import("../../index.js", { with: { "resolution-mode": "import" } }).EmphasisType;
|
|
17
17
|
wrap: boolean | string;
|
|
18
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
19
19
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
20
20
|
declare const _default: typeof __VLS_export;
|
|
21
21
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { EmphasisProps, GlobalProps, GlobalState, InitializedState, SemanticProps, SizeProps, TextProps, WrapProps } from '../../shared/model';
|
|
1
|
+
import type { EmphasisProps, GlobalProps, GlobalState, InitializedState, SemanticProps, SizeProps, TextProps, WrapProps } from '../../shared/model.js';
|
|
2
2
|
export declare const BadgePlacementList: readonly ["inline", "corner-top-left", "corner-top-right", "corner-center-left", "corner-center-right", "corner-bottom-left", "corner-bottom-right"];
|
|
3
3
|
export type BadgePlacementType = (typeof BadgePlacementList)[number];
|
|
4
4
|
export type DBBadgeDefaultProps = {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { DBBrandProps } from "./model";
|
|
1
|
+
import { DBBrandProps } 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<DBBrandProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBBrandProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBBrandProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBBrandProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
11
|
text: string;
|
|
12
12
|
hideLogo: boolean;
|
|
13
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
13
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
14
14
|
showIcon: boolean | string;
|
|
15
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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, ShowIconProps, TextProps } from '../../shared/model';
|
|
1
|
+
import type { GlobalProps, GlobalState, IconProps, ShowIconProps, TextProps } from '../../shared/model.js';
|
|
2
2
|
export type DBBrandDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* @deprecated: Disable the default logo svg to pass in a custom `img`
|
|
@@ -1,32 +1,32 @@
|
|
|
1
|
-
import type { DBButtonProps } from "./model";
|
|
1
|
+
import type { DBButtonProps } 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<DBButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBButtonProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBButtonProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBButtonProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
11
|
name: string;
|
|
12
12
|
form: string;
|
|
13
13
|
text: string;
|
|
14
14
|
value: string;
|
|
15
15
|
disabled: boolean | string;
|
|
16
|
-
onClick: (event: import("
|
|
17
|
-
type: import("./model").ButtonTypeType;
|
|
18
|
-
variant: import("./model").ButtonVariantType | string;
|
|
19
|
-
size: import("
|
|
16
|
+
onClick: (event: import("../../index.js", { with: { "resolution-mode": "import" } }).ClickEvent<HTMLButtonElement>) => void;
|
|
17
|
+
type: import("./model.js", { with: { "resolution-mode": "import" } }).ButtonTypeType;
|
|
18
|
+
variant: import("./model.js", { with: { "resolution-mode": "import" } }).ButtonVariantType | string;
|
|
19
|
+
size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType;
|
|
20
20
|
wrap: boolean | string;
|
|
21
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
21
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
22
22
|
showIcon: boolean | string;
|
|
23
|
-
width: import("
|
|
23
|
+
width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string;
|
|
24
24
|
showIconLeading: boolean | string;
|
|
25
25
|
showIconTrailing: boolean | string;
|
|
26
|
-
iconLeading: import("@db-ux/core-foundations").IconTypes;
|
|
27
|
-
iconTrailing: import("@db-ux/core-foundations").IconTypes;
|
|
26
|
+
iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
27
|
+
iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
28
28
|
noText: boolean | string;
|
|
29
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
30
30
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
31
31
|
declare const _default: typeof __VLS_export;
|
|
32
32
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClickEventProps, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, NoTextProps, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeProps, TextProps, WidthProps, WrapProps } from '../../shared/model';
|
|
1
|
+
import type { ClickEventProps, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, NoTextProps, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeProps, TextProps, WidthProps, WrapProps } from '../../shared/model.js';
|
|
2
2
|
export declare const ButtonVariantList: readonly ["outlined", "brand", "filled", "ghost"];
|
|
3
3
|
export type ButtonVariantType = (typeof ButtonVariantList)[number];
|
|
4
4
|
export declare const ButtonTypeList: readonly ["button", "reset", "submit"];
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { ClickEvent } from "../../shared/model";
|
|
2
|
-
import type { DBCardProps } from "./model";
|
|
1
|
+
import { ClickEvent } from "../../shared/model.js";
|
|
2
|
+
import type { DBCardProps } 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<DBCardProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCardProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCardProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCardProps> & Readonly<{}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
children: any;
|
|
10
10
|
className: string;
|
|
11
|
-
propOverrides: import("../../shared/model").PropOverridesType;
|
|
11
|
+
propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
12
12
|
onClick: (event: ClickEvent<HTMLElement>) => void;
|
|
13
|
-
behavior: import("./model").CardBehaviorType;
|
|
14
|
-
elevationLevel: import("./model").CardElevationLevelType;
|
|
15
|
-
spacing: import("../../shared/model").SpacingType | string;
|
|
16
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
behavior: import("./model.js", { with: { "resolution-mode": "import" } }).CardBehaviorType;
|
|
14
|
+
elevationLevel: import("./model.js", { with: { "resolution-mode": "import" } }).CardElevationLevelType;
|
|
15
|
+
spacing: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SpacingType | string;
|
|
16
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
19
19
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, SpacingProps } from '../../shared/model';
|
|
1
|
+
import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, SpacingProps } from '../../shared/model.js';
|
|
2
2
|
export declare const CardBehaviorList: readonly ["static", "interactive"];
|
|
3
3
|
export type CardBehaviorType = (typeof CardBehaviorList)[number];
|
|
4
4
|
export declare const CardElevationLevelList: readonly ["1", "2", "3"];
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ChangeEvent, InteractionEvent } from "../../shared/model";
|
|
2
|
-
import { DBCheckboxProps } from "./model";
|
|
1
|
+
import { ChangeEvent, InteractionEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBCheckboxProps } 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<DBCheckboxProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCheckboxProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
8
8
|
"update:checked": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<DBCheckboxProps> & Readonly<{
|
|
9
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCheckboxProps> & Readonly<{
|
|
10
10
|
"onUpdate:checked"?: ((...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
17
|
label: string;
|
|
18
18
|
value: any;
|
|
@@ -20,10 +20,10 @@ declare const __VLS_base: import("vue").DefineComponent<DBCheckboxProps, {}, {},
|
|
|
20
20
|
onFocus: (event: InteractionEvent<HTMLInputElement>) => void;
|
|
21
21
|
onBlur: (event: InteractionEvent<HTMLInputElement>) => void;
|
|
22
22
|
onChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
23
|
-
size: import("../../shared/model").SizeType;
|
|
23
|
+
size: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
|
|
24
24
|
indeterminate: boolean | string;
|
|
25
25
|
ariaDescribedBy: string;
|
|
26
|
-
validation: import("../../shared/model").ValidationType;
|
|
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;
|
|
@@ -31,9 +31,9 @@ declare const __VLS_base: import("vue").DefineComponent<DBCheckboxProps, {}, {},
|
|
|
31
31
|
message: string;
|
|
32
32
|
validMessage: string;
|
|
33
33
|
invalidMessage: string;
|
|
34
|
-
messageIcon: import("@db-ux/core-foundations").IconTypes;
|
|
34
|
+
messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
35
35
|
showMessage: boolean | string;
|
|
36
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
36
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
37
37
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
38
38
|
declare const _default: typeof __VLS_export;
|
|
39
39
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormMessageProps, FormProps, FormState, FromValidState, GlobalProps, GlobalState, InitializedState, SizeProps } from '../../shared/model';
|
|
1
|
+
import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormMessageProps, FormProps, FormState, FromValidState, GlobalProps, GlobalState, InitializedState, SizeProps } from '../../shared/model.js';
|
|
2
2
|
export type DBCheckboxDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Define an [indeterminate](https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement#indeterminate) state of a checkbox
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import { DBCustomButtonProps } from "./model";
|
|
1
|
+
import { DBCustomButtonProps } 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<DBCustomButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCustomButtonProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCustomButtonProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCustomButtonProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
11
|
-
variant: import("
|
|
12
|
-
size: import("
|
|
13
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
|
+
variant: import("../button/model.js", { with: { "resolution-mode": "import" } }).ButtonVariantType | string;
|
|
12
|
+
size: import("../../index.js", { with: { "resolution-mode": "import" } }).SizeType;
|
|
13
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
14
14
|
showIcon: boolean | string;
|
|
15
|
-
width: import("
|
|
15
|
+
width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string;
|
|
16
16
|
showIconLeading: boolean | string;
|
|
17
17
|
showIconTrailing: boolean | string;
|
|
18
|
-
iconLeading: import("@db-ux/core-foundations").IconTypes;
|
|
19
|
-
iconTrailing: import("@db-ux/core-foundations").IconTypes;
|
|
18
|
+
iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
19
|
+
iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
20
20
|
noText: boolean | string;
|
|
21
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
21
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
22
22
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
23
23
|
declare const _default: typeof __VLS_export;
|
|
24
24
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, NoTextProps, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeProps, WidthProps, WrapProps } from '../../shared/model';
|
|
2
|
-
import type { DBButtonSharedProps } from '../button/model';
|
|
1
|
+
import type { GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, NoTextProps, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeProps, WidthProps, WrapProps } from '../../shared/model.js';
|
|
2
|
+
import type { DBButtonSharedProps } from '../button/model.js';
|
|
3
3
|
export type DBCustomButtonDefaultProps = {};
|
|
4
4
|
export type DBCustomButtonProps = DBCustomButtonDefaultProps & DBButtonSharedProps & GlobalProps & IconProps & WidthProps & SizeProps & ShowIconProps & ShowIconLeadingProps & ShowIconTrailingProps & IconLeadingProps & IconTrailingProps & NoTextProps & WrapProps;
|
|
5
5
|
export type DBCustomButtonDefaultState = {};
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { GeneralEvent, InputEvent } from "../../shared/model";
|
|
2
|
-
import { CustomSelectOptionType, DBCustomSelectProps } from "./model";
|
|
1
|
+
import { GeneralEvent, InputEvent } from "../../shared/model.js";
|
|
2
|
+
import { CustomSelectOptionType, DBCustomSelectProps } 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<DBCustomSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCustomSelectProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
8
8
|
"update:values": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<DBCustomSelectProps> & Readonly<{
|
|
9
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCustomSelectProps> & Readonly<{
|
|
10
10
|
"onUpdate:values"?: ((...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
17
|
form: string;
|
|
18
18
|
label: string;
|
|
@@ -20,12 +20,12 @@ declare const __VLS_base: import("vue").DefineComponent<DBCustomSelectProps, {},
|
|
|
20
20
|
open: boolean;
|
|
21
21
|
disabled: boolean | string;
|
|
22
22
|
multiple: boolean | string;
|
|
23
|
-
variant: import("../../shared/model").LabelVariantType;
|
|
24
|
-
placement: import("../../shared/model").PlacementVerticalType;
|
|
25
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
23
|
+
variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType;
|
|
24
|
+
placement: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PlacementVerticalType;
|
|
25
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
26
26
|
showIcon: boolean | string;
|
|
27
27
|
ariaDescribedBy: string;
|
|
28
|
-
validation: import("../../shared/model").ValidationType;
|
|
28
|
+
validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType;
|
|
29
29
|
required: boolean | string;
|
|
30
30
|
showRequiredAsterisk: boolean | string;
|
|
31
31
|
showLabel: boolean | string;
|
|
@@ -33,13 +33,13 @@ declare const __VLS_base: import("vue").DefineComponent<DBCustomSelectProps, {},
|
|
|
33
33
|
message: string;
|
|
34
34
|
validMessage: string;
|
|
35
35
|
invalidMessage: string;
|
|
36
|
-
messageIcon: import("@db-ux/core-foundations").IconTypes;
|
|
36
|
+
messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
37
37
|
showMessage: boolean | string;
|
|
38
38
|
amountText: string;
|
|
39
39
|
listLabel: string;
|
|
40
40
|
clearSelectionText: string;
|
|
41
|
-
dropdownWidth: import("
|
|
42
|
-
formFieldWidth: import("../../shared/model").WidthType | string;
|
|
41
|
+
dropdownWidth: import("../custom-select-dropdown/model.js", { with: { "resolution-mode": "import" } }).CustomSelectDropdownWidthType | string;
|
|
42
|
+
formFieldWidth: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).WidthType | string;
|
|
43
43
|
loadingText: string;
|
|
44
44
|
mobileCloseButtonText: string;
|
|
45
45
|
noResultsText: string;
|
|
@@ -52,7 +52,7 @@ declare const __VLS_base: import("vue").DefineComponent<DBCustomSelectProps, {},
|
|
|
52
52
|
selectAllLabel: string;
|
|
53
53
|
selectedLabels: string;
|
|
54
54
|
selectedPrefix: string;
|
|
55
|
-
selectedType: import("./model").SelectedTypeType;
|
|
55
|
+
selectedType: import("./model.js", { with: { "resolution-mode": "import" } }).SelectedTypeType;
|
|
56
56
|
showClearSelection: boolean;
|
|
57
57
|
showLoading: boolean;
|
|
58
58
|
showNoResults: boolean;
|
|
@@ -63,7 +63,7 @@ declare const __VLS_base: import("vue").DefineComponent<DBCustomSelectProps, {},
|
|
|
63
63
|
onOptionSelected: (values: string[]) => void;
|
|
64
64
|
onDropdownToggle: (event: GeneralEvent<HTMLDetailsElement>) => void;
|
|
65
65
|
onSearch: (event: InputEvent<HTMLInputElement>) => void;
|
|
66
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
66
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
67
67
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
68
68
|
declare const _default: typeof __VLS_export;
|
|
69
69
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import type { BaseFormProps, ClickEvent, CloseEventState, CustomFormProps, DocumentScrollState, FormMessageProps, FormState, FromValidState, GeneralEvent, GlobalProps, GlobalState, IconProps, InputEvent, InteractionEvent, PlacementVerticalType, RequiredProps, ShowIconProps, ShowLabelProps, ValidationType, WidthType } from '../../shared/model';
|
|
2
|
-
import type { CustomSelectDropdownWidthType } from '../custom-select-dropdown/model';
|
|
3
|
-
import type { DBCustomSelectFormFieldDefaultProps } from '../custom-select-form-field/model';
|
|
4
|
-
import type { DBCustomSelectListItemExtraProps } from '../custom-select-list-item/model';
|
|
1
|
+
import type { BaseFormProps, ClickEvent, CloseEventState, CustomFormProps, DocumentScrollState, FormMessageProps, FormState, FromValidState, GeneralEvent, GlobalProps, GlobalState, IconProps, InputEvent, InteractionEvent, PlacementVerticalType, RequiredProps, ShowIconProps, ShowLabelProps, ValidationType, WidthType } from '../../shared/model.js';
|
|
2
|
+
import type { CustomSelectDropdownWidthType } from '../custom-select-dropdown/model.js';
|
|
3
|
+
import type { DBCustomSelectFormFieldDefaultProps } from '../custom-select-form-field/model.js';
|
|
4
|
+
import type { DBCustomSelectListItemExtraProps } from '../custom-select-list-item/model.js';
|
|
5
5
|
export type CustomSelectOptionType = {
|
|
6
6
|
/**
|
|
7
7
|
* Disables this option
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { DBCustomSelectDropdownProps } from "./model";
|
|
1
|
+
import { DBCustomSelectDropdownProps } 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<DBCustomSelectDropdownProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCustomSelectDropdownProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCustomSelectDropdownProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCustomSelectDropdownProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
11
|
-
width: import("./model").CustomSelectDropdownWidthType | string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
|
+
width: import("./model.js", { with: { "resolution-mode": "import" } }).CustomSelectDropdownWidthType | string;
|
|
12
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
13
13
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
14
14
|
declare const _default: typeof __VLS_export;
|
|
15
15
|
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 CustomSelectDropdownWidthList: readonly ["fixed", "auto", "full"];
|
|
3
3
|
export type CustomSelectDropdownWidthType = (typeof CustomSelectDropdownWidthList)[number];
|
|
4
4
|
export type DBCustomSelectDropdownDefaultProps = {
|
|
@@ -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("
|
|
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("
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState } from '../../shared/model';
|
|
1
|
+
import type { GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
2
|
export type DBCustomSelectFormFieldDefaultProps = {};
|
|
3
3
|
export type DBCustomSelectFormFieldProps = DBCustomSelectFormFieldDefaultProps & GlobalProps;
|
|
4
4
|
export type DBCustomSelectFormFieldDefaultState = {};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { DBCustomSelectListProps } from "./model";
|
|
1
|
+
import { DBCustomSelectListProps } 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<DBCustomSelectListProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBCustomSelectListProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCustomSelectListProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCustomSelectListProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
11
|
label: string;
|
|
12
12
|
multiple: boolean;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
15
15
|
declare const _default: typeof __VLS_export;
|
|
16
16
|
export default _default;
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import { ChangeEvent } from "../../shared/model";
|
|
2
|
-
import { DBCustomSelectListItemProps } from "./model";
|
|
1
|
+
import { ChangeEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBCustomSelectListItemProps } 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<DBCustomSelectListItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBCustomSelectListItemProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
8
8
|
"update:checked": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<DBCustomSelectListItemProps> & Readonly<{
|
|
9
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBCustomSelectListItemProps> & Readonly<{
|
|
10
10
|
"onUpdate:checked"?: ((...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
17
|
label: string;
|
|
18
18
|
value: any;
|
|
19
19
|
disabled: boolean | string;
|
|
20
20
|
onChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
21
|
-
type: import("./model").CustomSelectListItemTypeType;
|
|
22
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
21
|
+
type: import("./model.js", { with: { "resolution-mode": "import" } }).CustomSelectListItemTypeType;
|
|
22
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
23
23
|
showIcon: boolean | string;
|
|
24
24
|
checked: boolean | string;
|
|
25
25
|
groupTitle: string;
|
|
26
26
|
isGroupTitle: boolean;
|
|
27
27
|
showDivider: boolean;
|
|
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 { BaseFormProps, ChangeEventProps, ChangeEventState, FormCheckProps, GlobalProps, IconProps, ShowIconProps, ValueProps } from '../../shared/model';
|
|
1
|
+
import type { BaseFormProps, ChangeEventProps, ChangeEventState, FormCheckProps, GlobalProps, IconProps, ShowIconProps, ValueProps } from '../../shared/model.js';
|
|
2
2
|
export declare const CustomSelectListItemTypeList: readonly ["checkbox", "radio"];
|
|
3
3
|
export type CustomSelectListItemTypeType = (typeof CustomSelectListItemTypeList)[number];
|
|
4
4
|
export type DBCustomSelectListItemExtraProps = {
|