@db-ux/v-core-components 4.9.0 → 4.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/CHANGELOG.md +9 -1
  2. package/dist/components/accordion/model.d.ts +2 -2
  3. package/dist/components/accordion-item/model.d.ts +1 -1
  4. package/dist/components/badge/model.d.ts +1 -1
  5. package/dist/components/brand/model.d.ts +1 -1
  6. package/dist/components/button/model.d.ts +1 -1
  7. package/dist/components/card/model.d.ts +1 -1
  8. package/dist/components/checkbox/model.d.ts +1 -1
  9. package/dist/components/custom-button/model.d.ts +2 -2
  10. package/dist/components/custom-select/model.d.ts +4 -4
  11. package/dist/components/custom-select-dropdown/model.d.ts +1 -1
  12. package/dist/components/custom-select-form-field/model.d.ts +1 -1
  13. package/dist/components/custom-select-list/model.d.ts +1 -1
  14. package/dist/components/custom-select-list-item/model.d.ts +1 -1
  15. package/dist/components/divider/model.d.ts +1 -1
  16. package/dist/components/drawer/model.d.ts +1 -1
  17. package/dist/components/header/model.d.ts +1 -1
  18. package/dist/components/icon/model.d.ts +1 -1
  19. package/dist/components/infotext/model.d.ts +1 -1
  20. package/dist/components/input/model.d.ts +1 -1
  21. package/dist/components/link/model.d.ts +1 -1
  22. package/dist/components/navigation/model.d.ts +1 -1
  23. package/dist/components/navigation-item/model.d.ts +2 -2
  24. package/dist/components/notification/model.d.ts +1 -1
  25. package/dist/components/page/model.d.ts +1 -1
  26. package/dist/components/popover/model.d.ts +1 -1
  27. package/dist/components/radio/model.d.ts +1 -1
  28. package/dist/components/section/model.d.ts +1 -1
  29. package/dist/components/select/model.d.ts +1 -1
  30. package/dist/components/stack/model.d.ts +1 -1
  31. package/dist/components/switch/model.d.ts +1 -1
  32. package/dist/components/tab-item/model.d.ts +1 -1
  33. package/dist/components/tab-list/model.d.ts +1 -1
  34. package/dist/components/tab-panel/model.d.ts +1 -1
  35. package/dist/components/tabs/model.d.ts +3 -3
  36. package/dist/components/tag/model.d.ts +1 -1
  37. package/dist/components/textarea/model.d.ts +1 -1
  38. package/dist/components/tooltip/model.d.ts +1 -1
  39. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @db-ux/v-core-components
2
2
 
3
+ ## 4.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix(switch): use `2lh` unit and add `min-inline-size` to prevent track from shrinking - [see commit 78c9fde](https://github.com/db-ux-design-system/core-web/commit/78c9fde67d9677f61eaa41761a088b9c1a9773a1)
8
+
9
+ - fix(notification): remove empty grid gap when icon is hidden - [see commit 96f94c6](https://github.com/db-ux-design-system/core-web/commit/96f94c651391f014e2d073402c2700b524ccbf5e)
10
+
3
11
  ## 4.9.0
4
12
 
5
13
  ### Minor Changes
@@ -199,7 +207,7 @@ _version bump_
199
207
 
200
208
  - fix: set DBTabItem internal state `_selected` correctly - [see commit f7625cb](https://github.com/db-ux-design-system/core-web/commit/f7625cbd9d64513527e826c9d2c1ef42b2734a4b):
201
209
 
202
- - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
210
+ - Now also sets aria-selected=true|false correctly which improves screen reader behaviour
203
211
 
204
212
  ## 4.2.1
205
213
 
@@ -1,5 +1,5 @@
1
- import { GlobalProps, InitializedState } from '../../shared/model';
2
- import { DBAccordionItemDefaultProps } from '../accordion-item/model';
1
+ import type { GlobalProps, InitializedState } from '../../shared/model';
2
+ import type { DBAccordionItemDefaultProps } from '../accordion-item/model';
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,4 +1,4 @@
1
- import { GlobalProps, InitializedState, NameProps, NameState, TextProps, ToggleEventProps, ToggleEventState } from '../../shared/model';
1
+ import type { GlobalProps, InitializedState, NameProps, NameState, TextProps, ToggleEventProps, ToggleEventState } from '../../shared/model';
2
2
  export type DBAccordionItemDefaultProps = {
3
3
  /**
4
4
  * Initial state for the accordion item
@@ -1,4 +1,4 @@
1
- import { 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';
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,4 +1,4 @@
1
- import { GlobalProps, GlobalState, IconProps, ShowIconProps, TextProps } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState, IconProps, ShowIconProps, TextProps } from '../../shared/model';
2
2
  export type DBBrandDefaultProps = {
3
3
  /**
4
4
  * @deprecated: Disable the default logo svg to pass in a custom `img`
@@ -1,4 +1,4 @@
1
- import { 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';
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,4 +1,4 @@
1
- import { ClickEventProps, ClickEventState, GlobalProps, GlobalState, SpacingProps } from '../../shared/model';
1
+ import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, SpacingProps } from '../../shared/model';
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,4 +1,4 @@
1
- import { 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';
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,5 +1,5 @@
1
- import { GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, NoTextProps, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeProps, WidthProps, WrapProps } from '../../shared/model';
2
- import { DBButtonSharedProps } from '../button/model';
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';
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,7 +1,7 @@
1
- import { 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 { CustomSelectDropdownWidthType } from '../custom-select-dropdown/model';
3
- import { DBCustomSelectFormFieldDefaultProps } from '../custom-select-form-field/model';
4
- import { 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';
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';
5
5
  export type CustomSelectOptionType = {
6
6
  /**
7
7
  * Disables this option
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
2
  export declare const CustomSelectDropdownWidthList: readonly ["fixed", "auto", "full"];
3
3
  export type CustomSelectDropdownWidthType = (typeof CustomSelectDropdownWidthList)[number];
4
4
  export type DBCustomSelectDropdownDefaultProps = {
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
2
  export type DBCustomSelectFormFieldDefaultProps = {};
3
3
  export type DBCustomSelectFormFieldProps = DBCustomSelectFormFieldDefaultProps & GlobalProps;
4
4
  export type DBCustomSelectFormFieldDefaultState = {};
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
2
  export type DBCustomSelectListDefaultProps = {
3
3
  label?: string;
4
4
  multiple?: boolean;
@@ -1,4 +1,4 @@
1
- import { 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';
2
2
  export declare const CustomSelectListItemTypeList: readonly ["checkbox", "radio"];
3
3
  export type CustomSelectListItemTypeType = (typeof CustomSelectListItemTypeList)[number];
4
4
  export type DBCustomSelectListItemExtraProps = {
@@ -1,4 +1,4 @@
1
- import { EmphasisProps, GlobalProps, GlobalState, MarginProps, WidthProps } from '../../shared/model';
1
+ import type { EmphasisProps, GlobalProps, GlobalState, MarginProps, WidthProps } from '../../shared/model';
2
2
  export declare const DividerMarginList: readonly ["none", "_"];
3
3
  export type DividerMarginType = (typeof DividerMarginList)[number];
4
4
  export declare const DividerVariantList: readonly ["horizontal", "vertical"];
@@ -1,4 +1,4 @@
1
- import { ClickEvent, CloseEventProps, CloseEventState, GeneralKeyboardEvent, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, SpacingProps, WidthProps } from '../../shared/model';
1
+ import type { ClickEvent, CloseEventProps, CloseEventState, GeneralKeyboardEvent, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, SpacingProps, WidthProps } from '../../shared/model';
2
2
  export declare const DrawerBackdropList: readonly ["none", "strong", "weak", "invisible"];
3
3
  export type DrawerBackdropType = (typeof DrawerBackdropList)[number];
4
4
  export declare const DrawerDirectionList: readonly ["left", "right", "up", "down"];
@@ -1,4 +1,4 @@
1
- import { ContainerWidthProps, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, NavigationBehaviorState, ToggleEventProps, ToggleEventState } from '../../shared/model';
1
+ import type { ContainerWidthProps, GlobalProps, GlobalState, InitializedState, InnerCloseButtonProps, NavigationBehaviorState, ToggleEventProps, ToggleEventState } from '../../shared/model';
2
2
  export type DBHeaderDefaultProps = {
3
3
  /**
4
4
  * Slot to pass in the DBBrand component
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState, IconProps, TextProps } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState, IconProps, TextProps } from '../../shared/model';
2
2
  export declare const IconWeightList: readonly ["16", "20", "24", "32", "48", "64"];
3
3
  export type IconWeightType = (typeof IconWeightList)[number];
4
4
  export type DBIconDefaultProps = {
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState, IconProps, SemanticProps, ShowIconProps, SizeProps, TextProps, WrapProps } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState, IconProps, SemanticProps, ShowIconProps, SizeProps, TextProps, WrapProps } from '../../shared/model';
2
2
  export type DBInfotextDefaultProps = {};
3
3
  export type DBInfotextProps = DBInfotextDefaultProps & GlobalProps & SemanticProps & IconProps & SizeProps & ShowIconProps & TextProps & WrapProps;
4
4
  export type DBInfotextDefaultState = {};
@@ -1,4 +1,4 @@
1
- import { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InputEventProps, InputEventState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeType, ValueLabelType } from '../../shared/model';
1
+ import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormMessageProps, FormProps, FormSizeProps, FormState, FormTextProps, FromValidState, GlobalProps, GlobalState, IconLeadingProps, IconProps, IconTrailingProps, InputEventProps, InputEventState, ShowIconLeadingProps, ShowIconProps, ShowIconTrailingProps, SizeType, ValueLabelType } from '../../shared/model';
2
2
  export declare const InputTypeList: readonly ["color", "date", "datetime-local", "email", "file", "hidden", "month", "number", "password", "range", "search", "tel", "text", "time", "url", "week"];
3
3
  export type InputTypeType = (typeof InputTypeList)[number];
4
4
  export type DBInputDefaultProps = {
@@ -1,4 +1,4 @@
1
- import { ClickEventProps, ClickEventState, GlobalProps, GlobalState, LinkProps, RoleProps, ShowIconProps, TextProps, WrapProps } from '../../shared/model';
1
+ import type { ClickEventProps, ClickEventState, GlobalProps, GlobalState, LinkProps, RoleProps, ShowIconProps, TextProps, WrapProps } from '../../shared/model';
2
2
  export declare const LinkVariantList: readonly ["adaptive", "brand", "inline"];
3
3
  export type LinkVariantType = (typeof LinkVariantList)[number];
4
4
  export declare const LinkSizeList: readonly ["medium", "small"];
@@ -1,4 +1,4 @@
1
- import { GlobalProps } from '../../shared/model';
1
+ import type { GlobalProps } from '../../shared/model';
2
2
  export type DBNavigationDefaultProps = {};
3
3
  export type DBNavigationProps = DBNavigationDefaultProps & GlobalProps;
4
4
  export type DBNavigationDefaultState = {};
@@ -1,5 +1,5 @@
1
- import { ClickEvent, ClickEventProps, ClickEventState, GlobalProps, GlobalState, IconProps, InitializedState, NavigationBackButtonProps, NavigationBehaviorState, ShowIconProps, TextProps, WidthProps, WrapProps } from '../../shared/model';
2
- import { NavigationItemSafeTriangle } from '../../utils/navigation';
1
+ import type { ClickEvent, ClickEventProps, ClickEventState, GlobalProps, GlobalState, IconProps, InitializedState, NavigationBackButtonProps, NavigationBehaviorState, ShowIconProps, TextProps, WidthProps, WrapProps } from '../../shared/model';
2
+ import type { NavigationItemSafeTriangle } from '../../utils/navigation';
3
3
  export type DBNavigationItemDefaultProps = {
4
4
  /**
5
5
  * Alternative indicator for active navigation item (bold font). In contrast to the use of aria-current="page" on the contained anchor, this does not guarantee correct a11y.
@@ -1,4 +1,4 @@
1
- import { ClickEvent, CloseEventProps, CloseEventState, GlobalProps, GlobalState, IconProps, InnerCloseButtonProps, RoleProps, SemanticProps, ShowIconProps, TextProps } from '../../shared/model';
1
+ import type { ClickEvent, CloseEventProps, CloseEventState, GlobalProps, GlobalState, IconProps, InnerCloseButtonProps, RoleProps, SemanticProps, ShowIconProps, TextProps } from '../../shared/model';
2
2
  export declare const NotificationVariantList: readonly ["docked", "standalone", "overlay"];
3
3
  export type NotificationVariantType = (typeof NotificationVariantList)[number];
4
4
  export declare const NotificationLinkVariantList: readonly ["block", "inline"];
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
2
  export declare const PageVariantList: readonly ["auto", "fixed"];
3
3
  export type PageVariantType = (typeof PageVariantList)[number];
4
4
  export declare const PageDocumentOverflowList: readonly ["hidden", "auto"];
@@ -1,4 +1,4 @@
1
- import { GapProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, SpacingProps } from '../../shared/model';
1
+ import type { GapProps, GlobalProps, GlobalState, InitializedState, PlacementProps, PopoverProps, PopoverState, SpacingProps } from '../../shared/model';
2
2
  export type DBPopoverDefaultProps = {
3
3
  /**
4
4
  * Use open to disable the default hover/focus behavior to use it on click or other trigger.
@@ -1,4 +1,4 @@
1
- import { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, InputEventProps, InputEventState, SizeProps } from '../../shared/model';
1
+ import type { ChangeEventProps, ChangeEventState, FocusEventProps, FocusEventState, FormCheckProps, FormProps, FormState, GlobalProps, GlobalState, InitializedState, InputEventProps, InputEventState, SizeProps } from '../../shared/model';
2
2
  export type DBRadioDefaultProps = {};
3
3
  export type DBRadioProps = DBRadioDefaultProps & GlobalProps & InputEventProps<HTMLInputElement> & ChangeEventProps<HTMLInputElement> & FocusEventProps<HTMLInputElement> & FormProps & FormCheckProps & SizeProps;
4
4
  export type DBRadioDefaultState = {};
@@ -1,3 +1,3 @@
1
- import { ContainerWidthProps, GlobalProps, SpacingProps } from '../../shared/model';
1
+ import type { ContainerWidthProps, GlobalProps, SpacingProps } from '../../shared/model';
2
2
  export type DBSectionDefaultProps = {};
3
3
  export type DBSectionProps = DBSectionDefaultProps & GlobalProps & SpacingProps & ContainerWidthProps;
@@ -1,4 +1,4 @@
1
- import { 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';
2
2
  export type DBSelectDefaultProps = {
3
3
  /**
4
4
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { GapSpacingProps, GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GapSpacingProps, GlobalProps, GlobalState } from '../../shared/model';
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,4 +1,4 @@
1
- import { 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';
2
2
  export type DBSwitchDefaultProps = {
3
3
  /**
4
4
  * Add additional icons to indicate active/inactive state.
@@ -1,4 +1,4 @@
1
- import { 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';
2
2
  export type DBTabItemDefaultProps = {
3
3
  /**
4
4
  * To control the component
@@ -1,4 +1,4 @@
1
- import { GlobalProps } from '../../shared/model';
1
+ import type { GlobalProps } from '../../shared/model';
2
2
  export type DBTabListDefaultProps = {};
3
3
  export type DBTabListProps = DBTabListDefaultProps & GlobalProps;
4
4
  export type DBTabListDefaultState = {};
@@ -1,4 +1,4 @@
1
- import { GlobalProps, GlobalState } from '../../shared/model';
1
+ import type { GlobalProps, GlobalState } from '../../shared/model';
2
2
  export type DBTabPanelDefaultProps = {
3
3
  /**
4
4
  * The content if you don't want to use children.
@@ -1,6 +1,6 @@
1
- import { AlignmentProps, GlobalProps, InitializedState, InputEvent, OrientationProps, WidthProps } from '../../shared/model';
2
- import { DBTabItemProps } from '../tab-item/model';
3
- import { DBTabPanelProps } from '../tab-panel/model';
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';
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"];
@@ -1,4 +1,4 @@
1
- import { 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';
2
2
  export declare const TagBehaviorList: readonly ["static", "removable"];
3
3
  export type TagBehaviorType = (typeof TagBehaviorList)[number];
4
4
  export type DBTagEventsProps = {
@@ -1,4 +1,4 @@
1
- import { 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';
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,4 +1,4 @@
1
- import { 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';
2
2
  export declare const TooltipVariantList: readonly ["description", "label"];
3
3
  export type TooltipVariantType = (typeof TooltipVariantList)[number];
4
4
  export type DBTooltipDefaultProps = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.9.0",
3
+ "version": "4.9.1",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -28,8 +28,8 @@
28
28
  "dist/"
29
29
  ],
30
30
  "dependencies": {
31
- "@db-ux/core-components": "4.9.0",
32
- "@db-ux/core-foundations": "4.9.0"
31
+ "@db-ux/core-components": "4.9.1",
32
+ "@db-ux/core-foundations": "4.9.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@playwright/experimental-ct-vue": "1.60.0",
@@ -38,11 +38,11 @@
38
38
  "cpr": "3.0.1",
39
39
  "npm-run-all2": "8.0.4",
40
40
  "replace-in-file": "8.4.0",
41
- "tsx": "4.22.1",
41
+ "tsx": "4.22.2",
42
42
  "typescript": "5.9.3",
43
43
  "vite": "8.0.13",
44
44
  "vue": "3.5.34",
45
- "vue-tsc": "3.2.9"
45
+ "vue-tsc": "3.3.0"
46
46
  },
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org/",