@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
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { DBSectionProps } from "./model";
|
|
1
|
+
import { DBSectionProps } 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<DBSectionProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBSectionProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBSectionProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBSectionProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
11
|
-
width: import("
|
|
12
|
-
spacing: import("
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
|
+
width: import("../../index.js", { with: { "resolution-mode": "import" } }).MaxWidthType;
|
|
12
|
+
spacing: import("../../index.js", { with: { "resolution-mode": "import" } }).SpacingType | string;
|
|
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,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEventProps, ChangeEventState, ClickEventProps, ClickEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FromValidState, GlobalProps, GlobalState, IconProps, InitializedState, InputEventProps, InputEventState, ShowIconProps } from '../../shared/model';
|
|
1
|
+
import type { ChangeEventProps, ChangeEventState, ClickEventProps, ClickEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FromValidState, GlobalProps, GlobalState, IconProps, InitializedState, InputEventProps, InputEventState, ShowIconProps } from '../../shared/model.js';
|
|
2
2
|
export type DBSelectDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* @deprecated
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ChangeEvent, ClickEvent, InputEvent, InteractionEvent } from "../../shared/model";
|
|
2
|
-
import { DBSelectOptionType, DBSelectProps } from "./model";
|
|
1
|
+
import { ChangeEvent, ClickEvent, InputEvent, InteractionEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBSelectOptionType, DBSelectProps } 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<DBSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBSelectProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
8
8
|
"update:value": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<DBSelectProps> & Readonly<{
|
|
9
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBSelectProps> & 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
17
|
input: (event: InputEvent<HTMLSelectElement>) => void;
|
|
18
18
|
label: string;
|
|
@@ -24,12 +24,12 @@ declare const __VLS_base: import("vue").DefineComponent<DBSelectProps, {}, {}, {
|
|
|
24
24
|
onInput: (event: InputEvent<HTMLSelectElement>) => void;
|
|
25
25
|
onClick: (event: ClickEvent<HTMLSelectElement>) => void;
|
|
26
26
|
multiple: boolean;
|
|
27
|
-
variant: import("../../shared/model").LabelVariantType;
|
|
27
|
+
variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType;
|
|
28
28
|
size: number;
|
|
29
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
29
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
30
30
|
showIcon: boolean | string;
|
|
31
31
|
ariaDescribedBy: string;
|
|
32
|
-
validation: import("../../shared/model").ValidationType;
|
|
32
|
+
validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType;
|
|
33
33
|
required: boolean | string;
|
|
34
34
|
showRequiredAsterisk: boolean | string;
|
|
35
35
|
showLabel: boolean | string;
|
|
@@ -37,12 +37,12 @@ declare const __VLS_base: import("vue").DefineComponent<DBSelectProps, {}, {}, {
|
|
|
37
37
|
message: string;
|
|
38
38
|
validMessage: string;
|
|
39
39
|
invalidMessage: string;
|
|
40
|
-
messageIcon: import("@db-ux/core-foundations").IconTypes;
|
|
41
|
-
autocomplete: string | import("../../shared/model").AutoCompleteType;
|
|
40
|
+
messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
41
|
+
autocomplete: string | import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AutoCompleteType;
|
|
42
42
|
showMessage: boolean | string;
|
|
43
43
|
options: DBSelectOptionType[];
|
|
44
44
|
showEmptyOption: boolean;
|
|
45
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
45
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
46
46
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
47
47
|
declare const _default: typeof __VLS_export;
|
|
48
48
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { GapSpacingProps, GlobalProps, GlobalState } from '../../shared/model';
|
|
1
|
+
import type { GapSpacingProps, GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
2
|
export declare const StackVariantList: readonly ["simple", "divider"];
|
|
3
3
|
export type StackVariantType = (typeof StackVariantList)[number];
|
|
4
4
|
export declare const StackDirectionList: readonly ["row", "column"];
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { DBStackProps } from "./model";
|
|
1
|
+
import { DBStackProps } 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<DBStackProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBStackProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBStackProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBStackProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("
|
|
11
|
-
variant: import("./model").StackVariantType;
|
|
10
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
|
+
variant: import("./model.js", { with: { "resolution-mode": "import" } }).StackVariantType;
|
|
12
12
|
wrap: boolean | string;
|
|
13
|
-
direction: import("./model").StackDirectionType;
|
|
14
|
-
gap: import("
|
|
15
|
-
alignment: import("./model").StackAlignmentType;
|
|
16
|
-
justifyContent: import("./model").StackJustifyContentType;
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
13
|
+
direction: import("./model.js", { with: { "resolution-mode": "import" } }).StackDirectionType;
|
|
14
|
+
gap: import("../../index.js", { with: { "resolution-mode": "import" } }).GapSpacingType;
|
|
15
|
+
alignment: import("./model.js", { with: { "resolution-mode": "import" } }).StackAlignmentType;
|
|
16
|
+
justifyContent: import("./model.js", { with: { "resolution-mode": "import" } }).StackJustifyContentType;
|
|
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 { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormMessageProps, FormProps, FormState, FromValidState, GeneralKeyboardEvent, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, LabelVariantHorizontalType, SizeProps } from '../../shared/model';
|
|
1
|
+
import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormMessageProps, FormProps, FormState, FromValidState, GeneralKeyboardEvent, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, LabelVariantHorizontalType, SizeProps } from '../../shared/model.js';
|
|
2
2
|
export type DBSwitchDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* Add additional icons to indicate active/inactive state.
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { ChangeEvent, InteractionEvent } from "../../shared/model";
|
|
2
|
-
import { DBSwitchProps } from "./model";
|
|
1
|
+
import { ChangeEvent, InteractionEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBSwitchProps } 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<DBSwitchProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBSwitchProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
8
8
|
"update:checked": (...args: any[]) => void;
|
|
9
|
-
}, string, import("vue").PublicProps, Readonly<DBSwitchProps> & Readonly<{
|
|
9
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBSwitchProps> & 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,12 +20,12 @@ declare const __VLS_base: import("vue").DefineComponent<DBSwitchProps, {}, {}, {
|
|
|
20
20
|
onFocus: (event: InteractionEvent<HTMLInputElement>) => void;
|
|
21
21
|
onBlur: (event: InteractionEvent<HTMLInputElement>) => void;
|
|
22
22
|
onChange: (event: ChangeEvent<HTMLInputElement>) => void;
|
|
23
|
-
variant: import("../../shared/model").LabelVariantHorizontalType;
|
|
24
|
-
size: import("../../shared/model").SizeType;
|
|
25
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
26
|
-
iconLeading: import("@db-ux/core-foundations").IconTypes;
|
|
27
|
-
iconTrailing: import("@db-ux/core-foundations").IconTypes;
|
|
28
|
-
validation: import("../../shared/model").ValidationType;
|
|
23
|
+
variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantHorizontalType;
|
|
24
|
+
size: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SizeType;
|
|
25
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).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
|
+
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,10 +33,10 @@ declare const __VLS_base: import("vue").DefineComponent<DBSwitchProps, {}, {}, {
|
|
|
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
|
visualAid: boolean | string;
|
|
39
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
39
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
40
40
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
41
41
|
declare const _default: typeof __VLS_export;
|
|
42
42
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ActiveProps, ChangeEventProps, ChangeEventState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InitializedState, NameProps, NameState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps } from '../../shared/model';
|
|
1
|
+
import type { ActiveProps, ChangeEventProps, ChangeEventState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InitializedState, NameProps, NameState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps } from '../../shared/model.js';
|
|
2
2
|
export type DBTabItemDefaultProps = {
|
|
3
3
|
/**
|
|
4
4
|
* To control the component
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
import type { DBTabItemProps } from "./model";
|
|
1
|
+
import type { DBTabItemProps } 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<DBTabItemProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTabItemProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
7
7
|
"update:checked": (...args: any[]) => void;
|
|
8
|
-
}, string, import("vue").PublicProps, Readonly<DBTabItemProps> & Readonly<{
|
|
8
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTabItemProps> & Readonly<{
|
|
9
9
|
"onUpdate:checked"?: ((...args: any[]) => any) | undefined;
|
|
10
10
|
}>, {
|
|
11
11
|
id: string;
|
|
12
12
|
children: any;
|
|
13
13
|
className: string;
|
|
14
|
-
propOverrides: import("
|
|
14
|
+
propOverrides: import("../../index.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
15
15
|
name: string;
|
|
16
16
|
label: string;
|
|
17
17
|
disabled: boolean | string;
|
|
18
|
-
onChange: (event: import("
|
|
19
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
18
|
+
onChange: (event: import("../../index.js", { with: { "resolution-mode": "import" } }).ChangeEvent<HTMLInputElement>) => void;
|
|
19
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
20
20
|
showIcon: boolean | string;
|
|
21
21
|
showIconLeading: boolean | string;
|
|
22
22
|
showIconTrailing: boolean | string;
|
|
23
|
-
iconLeading: import("@db-ux/core-foundations").IconTypes;
|
|
24
|
-
iconTrailing: import("@db-ux/core-foundations").IconTypes;
|
|
23
|
+
iconLeading: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
24
|
+
iconTrailing: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
25
25
|
noText: boolean | string;
|
|
26
26
|
checked: boolean | string;
|
|
27
27
|
active: boolean | 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;
|
|
@@ -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,15 +1,15 @@
|
|
|
1
|
-
import { DBTabPanelProps } from "./model";
|
|
1
|
+
import { DBTabPanelProps } 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<DBTabPanelProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabPanelProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTabPanelProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTabPanelProps> & 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
|
content: string;
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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 { DBTableData } from '../model';
|
|
1
|
+
import type { DBTableData } from '../model.js';
|
|
2
2
|
export declare const defaultTable: DBTableData;
|
|
3
3
|
export declare const horizontalAlignmentStartTable: DBTableData;
|
|
4
4
|
export declare const horizontalAlignmentCenterTable: DBTableData;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState, WidthProps } from '../../shared/model';
|
|
2
|
-
import type { DBTableRowDefaultProps } from '../table-row/model';
|
|
1
|
+
import type { GlobalProps, GlobalState, WidthProps } from '../../shared/model.js';
|
|
2
|
+
import type { DBTableRowDefaultProps } from '../table-row/model.js';
|
|
3
3
|
export declare const DBTableRowSizeList: readonly ["x-small", "small", "medium", "large"];
|
|
4
4
|
export type DBTableRowSizeType = (typeof DBTableRowSizeList)[number];
|
|
5
5
|
export declare const DBTableVariantList: readonly ["flat", "zebra", "spaced"];
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { DBTableData, DBTableProps } from "./model";
|
|
1
|
+
import { DBTableData, DBTableProps } from "./model.js";
|
|
2
2
|
declare var __VLS_1: {}, __VLS_18: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
caption?: (props: typeof __VLS_1) => any;
|
|
5
5
|
} & {
|
|
6
6
|
default?: (props: typeof __VLS_18) => any;
|
|
7
7
|
};
|
|
8
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTableProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableProps> & Readonly<{}>, {
|
|
8
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableProps> & Readonly<{}>, {
|
|
9
9
|
id: string;
|
|
10
10
|
children: any;
|
|
11
11
|
className: string;
|
|
12
12
|
data: DBTableData | string;
|
|
13
|
-
divider: import("./model").DBTableDividerType;
|
|
14
|
-
variant: import("./model").DBTableVariantType;
|
|
15
|
-
size: import("./model").DBTableRowSizeType;
|
|
16
|
-
width: import("
|
|
13
|
+
divider: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableDividerType;
|
|
14
|
+
variant: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableVariantType;
|
|
15
|
+
size: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableRowSizeType;
|
|
16
|
+
width: import("../../index.js", { with: { "resolution-mode": "import" } }).WidthType | string;
|
|
17
17
|
captionPlain: string;
|
|
18
18
|
showCaption: boolean | string;
|
|
19
|
-
mobileVariant: import("./model").DBTableMobileVariantType;
|
|
20
|
-
stickyHeader: import("./model").DBTableStickyHeaderType;
|
|
21
|
-
columnSizes: Record<number, import("./model").DBTableColumnsSizeType | string>;
|
|
22
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
19
|
+
mobileVariant: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableMobileVariantType;
|
|
20
|
+
stickyHeader: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableStickyHeaderType;
|
|
21
|
+
columnSizes: Record<number, import("./model.js", { with: { "resolution-mode": "import" } }).DBTableColumnsSizeType | string>;
|
|
22
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
23
23
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
24
24
|
declare const _default: typeof __VLS_export;
|
|
25
25
|
export default _default;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState } from '../../shared/model';
|
|
2
|
-
import type { DBTableRowProps } from '../table-row/model';
|
|
1
|
+
import type { GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
|
+
import type { DBTableRowProps } from '../table-row/model.js';
|
|
3
3
|
export type DBTableBodyDefaultProps = {
|
|
4
4
|
rows?: DBTableRowProps[];
|
|
5
5
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { DBTableRowProps } from "../table-row/model";
|
|
2
|
-
import { DBTableBodyProps } from "./model";
|
|
1
|
+
import { DBTableRowProps } from "../table-row/model.js";
|
|
2
|
+
import { DBTableBodyProps } from "./model.js";
|
|
3
3
|
declare var __VLS_6: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_6) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTableBodyProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableBodyProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableBodyProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableBodyProps> & Readonly<{}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
children: any;
|
|
10
10
|
className: string;
|
|
11
11
|
rows: DBTableRowProps[];
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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 type DBTableCaptionDefaultProps = {};
|
|
3
3
|
export type DBTableCaptionProps = DBTableCaptionDefaultProps & GlobalProps;
|
|
4
4
|
export type DBTableCaptionDefaultState = {};
|
|
@@ -2,11 +2,11 @@ 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
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
9
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
10
10
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
11
11
|
declare const _default: typeof __VLS_export;
|
|
12
12
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model';
|
|
1
|
+
import type { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
2
|
export type DBTableDataCellDefaultProps = {};
|
|
3
3
|
export type DBTableDataCellProps = DBTableDataCellDefaultProps & GlobalProps & DBTableCellProps;
|
|
4
4
|
export type DBTableDataCellDefaultState = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { DBTableDataCellProps } from "./model";
|
|
1
|
+
import { DBTableDataCellProps } 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<DBTableDataCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableDataCellProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableDataCellProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableDataCellProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
@@ -12,9 +12,9 @@ declare const __VLS_base: import("vue").DefineComponent<DBTableDataCellProps, {}
|
|
|
12
12
|
headers: string;
|
|
13
13
|
rowSpan: number | string;
|
|
14
14
|
rowspan: number | string;
|
|
15
|
-
horizontalAlignment: import("
|
|
16
|
-
verticalAlignment: import("
|
|
17
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
15
|
+
horizontalAlignment: import("../../index.js", { with: { "resolution-mode": "import" } }).AlignmentType;
|
|
16
|
+
verticalAlignment: import("../../index.js", { with: { "resolution-mode": "import" } }).AlignmentType;
|
|
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, GlobalState } from '../../shared/model';
|
|
2
|
-
import type { DBTableRowProps } from '../table-row/model';
|
|
1
|
+
import type { GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
|
+
import type { DBTableRowProps } from '../table-row/model.js';
|
|
3
3
|
export type DBTableFooterDefaultProps = {
|
|
4
4
|
rows?: DBTableRowProps[];
|
|
5
5
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { DBTableRowProps } from "../table-row/model";
|
|
2
|
-
import { DBTableFooterProps } from "./model";
|
|
1
|
+
import { DBTableRowProps } from "../table-row/model.js";
|
|
2
|
+
import { DBTableFooterProps } from "./model.js";
|
|
3
3
|
declare var __VLS_6: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_6) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTableFooterProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableFooterProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableFooterProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableFooterProps> & Readonly<{}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
children: any;
|
|
10
10
|
className: string;
|
|
11
11
|
rows: DBTableRowProps[];
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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,5 +1,5 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState } from '../../shared/model';
|
|
2
|
-
import type { DBTableRowCell, DBTableRowProps } from '../table-row/model';
|
|
1
|
+
import type { GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
|
+
import type { DBTableRowCell, DBTableRowProps } from '../table-row/model.js';
|
|
3
3
|
export type DBTableHeadDefaultProps = {
|
|
4
4
|
rows?: DBTableRowProps[];
|
|
5
5
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { DBTableRowProps } from "../table-row/model";
|
|
2
|
-
import { DBTableHeadProps } from "./model";
|
|
1
|
+
import { DBTableRowProps } from "../table-row/model.js";
|
|
2
|
+
import { DBTableHeadProps } from "./model.js";
|
|
3
3
|
declare var __VLS_6: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_6) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTableHeadProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableHeadProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableHeadProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableHeadProps> & Readonly<{}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
children: any;
|
|
10
10
|
className: string;
|
|
11
11
|
rows: DBTableRowProps[];
|
|
12
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
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 { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model';
|
|
1
|
+
import type { DBTableCellProps, GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
2
|
export declare const DBTableHeaderCellScopeList: readonly ["row", "col", "rowgroup", "colgroup"];
|
|
3
3
|
export type DBTableHeaderCellScopeType = (typeof DBTableHeaderCellScopeList)[number];
|
|
4
4
|
export type DBTableHeaderCellDefaultProps = {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { DBTableHeaderCellProps } from "./model";
|
|
1
|
+
import { DBTableHeaderCellProps } 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<DBTableHeaderCellProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableHeaderCellProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableHeaderCellProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableHeaderCellProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
@@ -14,10 +14,10 @@ declare const __VLS_base: import("vue").DefineComponent<DBTableHeaderCellProps,
|
|
|
14
14
|
headers: string;
|
|
15
15
|
rowSpan: number | string;
|
|
16
16
|
rowspan: number | string;
|
|
17
|
-
horizontalAlignment: import("
|
|
18
|
-
verticalAlignment: import("
|
|
19
|
-
scope: import("./model").DBTableHeaderCellScopeType;
|
|
20
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
|
+
horizontalAlignment: import("../../index.js", { with: { "resolution-mode": "import" } }).AlignmentType;
|
|
18
|
+
verticalAlignment: import("../../index.js", { with: { "resolution-mode": "import" } }).AlignmentType;
|
|
19
|
+
scope: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableHeaderCellScopeType;
|
|
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,7 +1,7 @@
|
|
|
1
|
-
import type { GlobalProps, GlobalState } from '../../shared/model';
|
|
2
|
-
import type { DBLinkProps } from '../link/model';
|
|
3
|
-
import type { DBTableDataCellProps } from '../table-data-cell/model';
|
|
4
|
-
import type { DBTableHeaderCellProps } from '../table-header-cell/model';
|
|
1
|
+
import type { GlobalProps, GlobalState } from '../../shared/model.js';
|
|
2
|
+
import type { DBLinkProps } from '../link/model.js';
|
|
3
|
+
import type { DBTableDataCellProps } from '../table-data-cell/model.js';
|
|
4
|
+
import type { DBTableHeaderCellProps } from '../table-header-cell/model.js';
|
|
5
5
|
export declare const DBTableRowSubHeaderEmphasisList: readonly ["none", "weak", "strong"];
|
|
6
6
|
export type DBTableRowSubHeaderEmphasisType = (typeof DBTableRowSubHeaderEmphasisList)[number];
|
|
7
7
|
export type DBTableRowCell = (DBTableHeaderCellProps | DBTableDataCellProps) & {
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { DBTableRowCell, DBTableRowProps } from "./model";
|
|
1
|
+
import { DBTableRowCell, DBTableRowProps } from "./model.js";
|
|
2
2
|
declare var __VLS_25: {};
|
|
3
3
|
type __VLS_Slots = {} & {
|
|
4
4
|
default?: (props: typeof __VLS_25) => any;
|
|
5
5
|
};
|
|
6
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTableRowProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTableRowProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTableRowProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTableRowProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
10
|
interactive: boolean | string;
|
|
11
11
|
cells: DBTableRowCell[];
|
|
12
|
-
subHeaderEmphasis: import("./model").DBTableRowSubHeaderEmphasisType;
|
|
13
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
|
+
subHeaderEmphasis: import("./model.js", { with: { "resolution-mode": "import" } }).DBTableRowSubHeaderEmphasisType;
|
|
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,6 +1,6 @@
|
|
|
1
|
-
import type { AlignmentProps, GlobalProps, InitializedState, InputEvent, OrientationProps, WidthProps } from '../../shared/model';
|
|
2
|
-
import type { DBTabItemProps } from '../tab-item/model';
|
|
3
|
-
import type { DBTabPanelProps } from '../tab-panel/model';
|
|
1
|
+
import type { AlignmentProps, GlobalProps, InitializedState, InputEvent, OrientationProps, WidthProps } from '../../shared/model.js';
|
|
2
|
+
import type { DBTabItemProps } from '../tab-item/model.js';
|
|
3
|
+
import type { DBTabPanelProps } from '../tab-panel/model.js';
|
|
4
4
|
export declare const TabsBehaviorList: readonly ["scrollbar", "arrows"];
|
|
5
5
|
export type TabsBehaviorType = (typeof TabsBehaviorList)[number];
|
|
6
6
|
export declare const TabsInitialSelectedModeList: readonly ["auto", "manually"];
|