@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,26 +1,26 @@
|
|
|
1
|
-
import { InputEvent } from "../../shared/model";
|
|
2
|
-
import { DBSimpleTabProps, DBTabsProps } from "./model";
|
|
1
|
+
import { InputEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBSimpleTabProps, DBTabsProps } from "./model.js";
|
|
3
3
|
declare var __VLS_30: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
default?: (props: typeof __VLS_30) => any;
|
|
6
6
|
};
|
|
7
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTabsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTabsProps> & Readonly<{}>, {
|
|
7
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTabsProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTabsProps> & 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
|
name: string;
|
|
13
|
-
behavior: import("./model").TabsBehaviorType;
|
|
14
|
-
width: import("../../shared/model").WidthType | string;
|
|
15
|
-
alignment: import("../../shared/model").AlignmentType | string;
|
|
13
|
+
behavior: import("./model.js", { with: { "resolution-mode": "import" } }).TabsBehaviorType;
|
|
14
|
+
width: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).WidthType | string;
|
|
15
|
+
alignment: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AlignmentType | string;
|
|
16
16
|
arrowScrollDistance: number | string;
|
|
17
17
|
initialSelectedIndex: number | string;
|
|
18
|
-
initialSelectedMode: import("./model").TabsInitialSelectedModeType;
|
|
18
|
+
initialSelectedMode: import("./model.js", { with: { "resolution-mode": "import" } }).TabsInitialSelectedModeType;
|
|
19
19
|
tabs: DBSimpleTabProps[] | string;
|
|
20
|
-
orientation: import("../../shared/model").OrientationType;
|
|
20
|
+
orientation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).OrientationType;
|
|
21
21
|
onIndexChange: (index?: number) => void;
|
|
22
22
|
onTabSelect: (event?: InputEvent<HTMLElement>) => void;
|
|
23
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
23
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
25
25
|
declare const _default: typeof __VLS_export;
|
|
26
26
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClickEvent, ContentSlotProps, EmphasisProps, GlobalProps, GlobalState, IconProps, NoTextProps, OverflowProps, SemanticProps, ShowIconProps } from '../../shared/model';
|
|
1
|
+
import type { ClickEvent, ContentSlotProps, EmphasisProps, GlobalProps, GlobalState, IconProps, NoTextProps, OverflowProps, SemanticProps, ShowIconProps } from '../../shared/model.js';
|
|
2
2
|
export declare const TagBehaviorList: readonly ["static", "removable"];
|
|
3
3
|
export type TagBehaviorType = (typeof TagBehaviorList)[number];
|
|
4
4
|
export type DBTagEventsProps = {
|
|
@@ -1,28 +1,28 @@
|
|
|
1
|
-
import { ClickEvent } from "../../shared/model";
|
|
2
|
-
import { DBTagProps } from "./model";
|
|
1
|
+
import { ClickEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBTagProps } from "./model.js";
|
|
3
3
|
declare var __VLS_1: {}, __VLS_3: {};
|
|
4
4
|
type __VLS_Slots = {} & {
|
|
5
5
|
content?: (props: typeof __VLS_1) => any;
|
|
6
6
|
} & {
|
|
7
7
|
default?: (props: typeof __VLS_3) => any;
|
|
8
8
|
};
|
|
9
|
-
declare const __VLS_base: import("vue").DefineComponent<DBTagProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTagProps> & Readonly<{}>, {
|
|
9
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTagProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTagProps> & Readonly<{}>, {
|
|
10
10
|
id: string;
|
|
11
11
|
children: any;
|
|
12
12
|
className: string;
|
|
13
|
-
propOverrides: import("../../shared/model").PropOverridesType;
|
|
14
|
-
semantic: import("../../shared/model").SemanticType;
|
|
13
|
+
propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
14
|
+
semantic: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).SemanticType;
|
|
15
15
|
text: string;
|
|
16
|
-
behavior: import("./model").TagBehaviorType | string;
|
|
17
|
-
emphasis: import("../../shared/model").EmphasisType;
|
|
18
|
-
icon: import("@db-ux/core-foundations").IconTypes;
|
|
16
|
+
behavior: import("./model.js", { with: { "resolution-mode": "import" } }).TagBehaviorType | string;
|
|
17
|
+
emphasis: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).EmphasisType;
|
|
18
|
+
icon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
19
19
|
showIcon: boolean | string;
|
|
20
20
|
noText: boolean | string;
|
|
21
21
|
removeButton: string;
|
|
22
22
|
showCheckState: boolean | string;
|
|
23
23
|
overflow: boolean | string;
|
|
24
24
|
onRemove: (event?: ClickEvent<HTMLButtonElement> | void) => void;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
25
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
27
27
|
declare const _default: typeof __VLS_export;
|
|
28
28
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, InputEventProps, InputEventState } from '../../shared/model';
|
|
1
|
+
import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, InputEventProps, InputEventState } from '../../shared/model.js';
|
|
2
2
|
export declare const TextareaResizeList: readonly ["none", "both", "horizontal", "vertical"];
|
|
3
3
|
export type TextareaResizeType = (typeof TextareaResizeList)[number];
|
|
4
4
|
export declare const TextareaWrapList: readonly ["hard", "soft", "off"];
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { ChangeEvent, InputEvent, InteractionEvent } from "../../shared/model";
|
|
2
|
-
import { DBTextareaProps } from "./model";
|
|
3
|
-
declare const __VLS_export: import("vue").DefineComponent<DBTextareaProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
1
|
+
import { ChangeEvent, InputEvent, InteractionEvent } from "../../shared/model.js";
|
|
2
|
+
import { DBTextareaProps } from "./model.js";
|
|
3
|
+
declare const __VLS_export: import("@vue/runtime-core").DefineComponent<DBTextareaProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {
|
|
4
4
|
"update:value": (...args: any[]) => void;
|
|
5
|
-
}, string, import("vue").PublicProps, Readonly<DBTextareaProps> & Readonly<{
|
|
5
|
+
}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTextareaProps> & Readonly<{
|
|
6
6
|
"onUpdate:value"?: ((...args: any[]) => any) | undefined;
|
|
7
7
|
}>, {
|
|
8
8
|
id: string;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("../../shared/model").PropOverridesType;
|
|
10
|
+
propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
11
|
name: string;
|
|
12
12
|
form: string;
|
|
13
13
|
input: (event: InputEvent<HTMLTextAreaElement>) => void;
|
|
@@ -18,11 +18,11 @@ declare const __VLS_export: import("vue").DefineComponent<DBTextareaProps, {}, {
|
|
|
18
18
|
onBlur: (event: InteractionEvent<HTMLTextAreaElement>) => void;
|
|
19
19
|
onChange: (event: ChangeEvent<HTMLTextAreaElement>) => void;
|
|
20
20
|
onInput: (event: InputEvent<HTMLTextAreaElement>) => void;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
variant: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).LabelVariantType;
|
|
22
|
+
wrap: import("./model.js", { with: { "resolution-mode": "import" } }).TextareaWrapType;
|
|
23
|
+
resize: import("./model.js", { with: { "resolution-mode": "import" } }).TextareaResizeType;
|
|
24
24
|
ariaDescribedBy: string;
|
|
25
|
-
validation: import("../../shared/model").ValidationType;
|
|
25
|
+
validation: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).ValidationType;
|
|
26
26
|
required: boolean | string;
|
|
27
27
|
showRequiredAsterisk: boolean | string;
|
|
28
28
|
showLabel: boolean | string;
|
|
@@ -30,8 +30,8 @@ declare const __VLS_export: import("vue").DefineComponent<DBTextareaProps, {}, {
|
|
|
30
30
|
message: string;
|
|
31
31
|
validMessage: string;
|
|
32
32
|
invalidMessage: string;
|
|
33
|
-
messageIcon: import("@db-ux/core-foundations").IconTypes;
|
|
34
|
-
autocomplete: string | import("../../shared/model").AutoCompleteType;
|
|
33
|
+
messageIcon: import("@db-ux/core-foundations", { with: { "resolution-mode": "import" } }).IconTypes;
|
|
34
|
+
autocomplete: string | import("../../shared/model.js", { with: { "resolution-mode": "import" } }).AutoCompleteType;
|
|
35
35
|
showMessage: boolean | string;
|
|
36
36
|
maxLength: number | string;
|
|
37
37
|
minLength: number | string;
|
|
@@ -39,11 +39,11 @@ declare const __VLS_export: import("vue").DefineComponent<DBTextareaProps, {}, {
|
|
|
39
39
|
minlength: number | string;
|
|
40
40
|
readOnly: boolean | string;
|
|
41
41
|
readonly: boolean | string;
|
|
42
|
-
fieldSizing: import("../../shared/model").FieldSizingType;
|
|
42
|
+
fieldSizing: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).FieldSizingType;
|
|
43
43
|
rows: number | string;
|
|
44
44
|
cols: number | string;
|
|
45
45
|
showResizer: boolean | string;
|
|
46
46
|
spellCheck: boolean;
|
|
47
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
47
|
+
}, {}, {}, {}, string, import("@vue/runtime-core").ComponentProvideOptions, false, {}, any>;
|
|
48
48
|
declare const _default: typeof __VLS_export;
|
|
49
49
|
export default _default;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { ClickEventState, DocumentScrollState, EmphasisProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, ResetIdState, TextProps, WrapProps } from '../../shared/model';
|
|
1
|
+
import type { ClickEventState, DocumentScrollState, EmphasisProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, ResetIdState, TextProps, WrapProps } from '../../shared/model.js';
|
|
2
2
|
export declare const TooltipVariantList: readonly ["description", "label"];
|
|
3
3
|
export type TooltipVariantType = (typeof TooltipVariantList)[number];
|
|
4
4
|
export type DBTooltipDefaultProps = {
|
|
@@ -1,23 +1,23 @@
|
|
|
1
|
-
import { DBTooltipProps } from "./model";
|
|
1
|
+
import { DBTooltipProps } 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<DBTooltipProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<DBTooltipProps> & Readonly<{}>, {
|
|
6
|
+
declare const __VLS_base: import("@vue/runtime-core").DefineComponent<DBTooltipProps, {}, {}, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").PublicProps, Readonly<DBTooltipProps> & Readonly<{}>, {
|
|
7
7
|
id: string;
|
|
8
8
|
children: any;
|
|
9
9
|
className: string;
|
|
10
|
-
propOverrides: import("../../shared/model").PropOverridesType;
|
|
10
|
+
propOverrides: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PropOverridesType;
|
|
11
11
|
text: string;
|
|
12
|
-
variant: import("./model").TooltipVariantType;
|
|
13
|
-
placement: import("../../shared/model").PlacementType;
|
|
14
|
-
emphasis: import("../../shared/model").EmphasisType;
|
|
12
|
+
variant: import("./model.js", { with: { "resolution-mode": "import" } }).TooltipVariantType;
|
|
13
|
+
placement: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PlacementType;
|
|
14
|
+
emphasis: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).EmphasisType;
|
|
15
15
|
wrap: boolean | string;
|
|
16
|
-
width: import("../../shared/model").PopoverWidthType;
|
|
16
|
+
width: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PopoverWidthType;
|
|
17
17
|
showArrow: boolean | string;
|
|
18
|
-
delay: import("../../shared/model").PopoverDelayType;
|
|
18
|
+
delay: import("../../shared/model.js", { with: { "resolution-mode": "import" } }).PopoverDelayType;
|
|
19
19
|
animation: 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;
|