bitboss-ui 0.1.80 → 0.1.82
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/dist/components/BaseButton/BaseButton.vue.d.ts +5 -2
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +3 -0
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +10 -2
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +3 -0
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +3 -0
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +3 -0
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +3 -0
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +4 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +4 -1
- package/dist/components/BaseRating/BaseRating.vue.d.ts +4 -1
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +16 -2
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +3 -0
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +3 -0
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +3 -0
- package/dist/components/BaseTag/BaseTag.vue.d.ts +4 -1
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +4 -1
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +5 -2
- package/dist/components/BbAlert/BbAlert.vue.d.ts +3 -0
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +7 -58
- package/dist/components/BbBadge/BbBadge.vue.d.ts +4 -1
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +3 -0
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +3 -0
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +3 -0
- package/dist/components/BbChip/BbChip.vue.d.ts +7 -1
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +3 -0
- package/dist/components/BbDialog/BbDialog.vue.d.ts +3 -0
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +15 -3
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +4 -1
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +6 -7
- package/dist/components/BbIcon/BbIcon.vue.d.ts +3 -0
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +4 -1
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +3 -0
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +3 -0
- package/dist/components/BbPagination/BbPagination.vue.d.ts +4 -1
- package/dist/components/BbPopover/BbPopover.vue.d.ts +14 -7
- package/dist/components/BbProgress/BbProgress.vue.d.ts +3 -0
- package/dist/components/BbRadio/BbRadio.vue.d.ts +3 -0
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +1 -6
- package/dist/components/BbRating/BbRating.vue.d.ts +3 -0
- package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +14 -3
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +5 -2
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +3 -0
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +3 -0
- package/dist/components/BbTab/BbTab.vue.d.ts +4 -1
- package/dist/components/BbTable/BbTable.vue.d.ts +258 -295
- package/dist/components/BbTable/types.d.ts +214 -0
- package/dist/components/BbTag/BbTag.vue.d.ts +3 -0
- package/dist/components/BbToast/BbToast.vue.d.ts +3 -0
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +3 -0
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +8 -7
- package/dist/components/BbTree/BbTree.vue.d.ts +9 -1
- package/dist/composables/useItemText.d.ts +6 -1
- package/dist/index.d.ts +1 -1
- package/dist/index10.js +2 -2
- package/dist/index10.js.map +1 -1
- package/dist/index100.js +2 -2
- package/dist/index102.js +4 -3
- package/dist/index102.js.map +1 -1
- package/dist/index106.js +1 -1
- package/dist/index108.js +85 -57
- package/dist/index108.js.map +1 -1
- package/dist/index110.js +77 -55
- package/dist/index110.js.map +1 -1
- package/dist/index112.js +5 -5
- package/dist/index112.js.map +1 -1
- package/dist/index113.js +1 -1
- package/dist/index113.js.map +1 -1
- package/dist/index114.js +1 -1
- package/dist/index115.js +1 -1
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +1 -1
- package/dist/index118.js +1 -1
- package/dist/index12.js +8 -8
- package/dist/index120.js +1 -1
- package/dist/index121.js +11 -11
- package/dist/index121.js.map +1 -1
- package/dist/index14.js +9 -9
- package/dist/index16.js +3 -3
- package/dist/index18.js +2 -2
- package/dist/index189.js +2 -2
- package/dist/index189.js.map +1 -1
- package/dist/index190.js +2 -4
- package/dist/index190.js.map +1 -1
- package/dist/index191.js +2 -2
- package/dist/index191.js.map +1 -1
- package/dist/index192.js +3 -2
- package/dist/index192.js.map +1 -1
- package/dist/index193.js +3 -2
- package/dist/index193.js.map +1 -1
- package/dist/index194.js +4 -3
- package/dist/index194.js.map +1 -1
- package/dist/index195.js +3 -35
- package/dist/index195.js.map +1 -1
- package/dist/index196.js +35 -6
- package/dist/index196.js.map +1 -1
- package/dist/index197.js +6 -350
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +5 -134
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +16 -5
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +1 -1
- package/dist/index20.js.map +1 -1
- package/dist/index200.js +15 -18
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +19 -2
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +18 -184
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +29 -23
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +8 -331
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +2 -2
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +351 -2
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +131 -13
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +2 -16
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +184 -18
- package/dist/index209.js.map +1 -1
- package/dist/index210.js +23 -29
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +369 -8
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +2 -3
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +2 -3
- package/dist/index213.js.map +1 -1
- package/dist/index216.js +73 -53
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +3 -3
- package/dist/index22.js +2 -2
- package/dist/index221.js +223 -10
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +252 -429
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +10 -8
- package/dist/index223.js.map +1 -1
- package/dist/index224.js +428 -82
- package/dist/index224.js.map +1 -1
- package/dist/index225.js +9 -8
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +88 -5
- package/dist/index226.js.map +1 -1
- package/dist/index235.js +2 -69
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +2 -162
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +2 -2
- package/dist/index238.js +2 -2
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +9 -2
- package/dist/index239.js.map +1 -1
- package/dist/index24.js +1 -1
- package/dist/index24.js.map +1 -1
- package/dist/index240.js +6 -2
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +162 -2
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +2 -2
- package/dist/index243.js +2 -224
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +68 -257
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +2 -38
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +38 -2
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +2 -2
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +2 -2
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +2 -2
- package/dist/index250.js +2 -2
- package/dist/index251.js +2 -2
- package/dist/index251.js.map +1 -1
- package/dist/index252.js +5 -0
- package/dist/index252.js.map +1 -0
- package/dist/index26.js +3 -3
- package/dist/index26.js.map +1 -1
- package/dist/index28.js +172 -155
- package/dist/index28.js.map +1 -1
- package/dist/index30.js +2 -2
- package/dist/index32.js +2 -2
- package/dist/index34.js +2 -2
- package/dist/index34.js.map +1 -1
- package/dist/index36.js +21 -19
- package/dist/index36.js.map +1 -1
- package/dist/index38.js.map +1 -1
- package/dist/index44.js +1 -1
- package/dist/index44.js.map +1 -1
- package/dist/index46.js +1 -1
- package/dist/index46.js.map +1 -1
- package/dist/index6.js.map +1 -1
- package/dist/index62.js +168 -137
- package/dist/index62.js.map +1 -1
- package/dist/index64.js +38 -30
- package/dist/index64.js.map +1 -1
- package/dist/index66.js.map +1 -1
- package/dist/index69.js +1 -1
- package/dist/index72.js +1 -1
- package/dist/index74.js.map +1 -1
- package/dist/index76.js +96 -66
- package/dist/index76.js.map +1 -1
- package/dist/index78.js +1 -1
- package/dist/index8.js +2 -2
- package/dist/index82.js +2 -2
- package/dist/index82.js.map +1 -1
- package/dist/index84.js.map +1 -1
- package/dist/index88.js +7 -4
- package/dist/index88.js.map +1 -1
- package/dist/index96.js +2 -2
- package/dist/index96.js.map +1 -1
- package/dist/index98.js +35 -30
- package/dist/index98.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types/CommonProps.d.ts +15 -8
- package/package.json +1 -1
@@ -1,5 +1,5 @@
|
|
1
1
|
import type { BbDropdownProps } from "../BbDropdown/BbDropdown.vue";
|
2
|
-
export type BbDropdownButtonProps = Pick<BbDropdownProps, "block" | "disabled" | "id" | "items" | "placement" | "theme" | "transitionDuration" | "width">;
|
2
|
+
export type BbDropdownButtonProps = Pick<BbDropdownProps, "arrowPadding" | "block" | "disabled" | "eager" | "id" | "items" | "offset" | "padding" | "placement" | "theme" | "transitionDuration" | "width">;
|
3
3
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
|
4
4
|
theme: string;
|
5
5
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbDropdownButtonProps>, {
|
@@ -112,6 +112,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
112
112
|
default: D[K];
|
113
113
|
}> : P[K];
|
114
114
|
};
|
115
|
+
type __VLS_Prettify<T> = {
|
116
|
+
[K in keyof T]: T[K];
|
117
|
+
} & {};
|
115
118
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
116
119
|
new (): {
|
117
120
|
$slots: S;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { CommonProps } from '../../types/CommonProps';
|
1
|
+
import { CommonProps, NonVoidElementTag } from '../../types/CommonProps';
|
2
2
|
export type DropZoneError = ReturnType<(typeof createError)[keyof typeof createError]>;
|
3
3
|
export type BbDropzoneProps = Pick<CommonProps, 'autofocus' | 'disabled' | 'errors' | 'hasErrors' | 'id' | 'multiple' | 'name'> & {
|
4
4
|
/**
|
@@ -17,11 +17,7 @@ export type BbDropzoneProps = Pick<CommonProps, 'autofocus' | 'disabled' | 'erro
|
|
17
17
|
* Used by v-model.
|
18
18
|
*/
|
19
19
|
modelValue: any;
|
20
|
-
|
21
|
-
* HTML tag of the outer container.
|
22
|
-
*/
|
23
|
-
tag?: string;
|
24
|
-
};
|
20
|
+
} & NonVoidElementTag;
|
25
21
|
export type BbDropzoneEvents = {
|
26
22
|
(e: "blur", event: FocusEvent): void;
|
27
23
|
(e: "error", data: DropZoneError): void;
|
@@ -74,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
74
70
|
onError?: ((data: DropZoneError) => any) | undefined;
|
75
71
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
76
72
|
}, {
|
77
|
-
tag:
|
73
|
+
tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
|
78
74
|
}, {}>, Readonly<{
|
79
75
|
default?: ((props: {
|
80
76
|
dragging: boolean;
|
@@ -96,6 +92,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
96
92
|
default: D[K];
|
97
93
|
}> : P[K];
|
98
94
|
};
|
95
|
+
type __VLS_Prettify<T> = {
|
96
|
+
[K in keyof T]: T[K];
|
97
|
+
} & {};
|
99
98
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
100
99
|
new (): {
|
101
100
|
$slots: S;
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
37
37
|
onShown?: (() => any) | undefined;
|
38
38
|
onIntersected?: ((value: number) => any) | undefined;
|
39
39
|
}, {
|
40
|
-
tag: "
|
40
|
+
tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
|
41
41
|
options: IntersectionObserverInit;
|
42
42
|
debounceTime: number;
|
43
43
|
}, {}>, Readonly<{
|
@@ -62,6 +62,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
62
62
|
default: D[K];
|
63
63
|
}> : P[K];
|
64
64
|
};
|
65
|
+
type __VLS_Prettify<T> = {
|
66
|
+
[K in keyof T]: T[K];
|
67
|
+
} & {};
|
65
68
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
66
69
|
new (): {
|
67
70
|
$slots: S;
|
@@ -13,7 +13,7 @@ export type BbPaginationProps = Pick<CommonProps, 'disabled' | 'loading'> & {
|
|
13
13
|
/**
|
14
14
|
* Used by v-model. Indicates the current page.
|
15
15
|
*/
|
16
|
-
modelValue
|
16
|
+
modelValue: number;
|
17
17
|
/**
|
18
18
|
* Total number of pages there is.
|
19
19
|
*/
|
@@ -66,6 +66,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
66
66
|
default: D[K];
|
67
67
|
}> : P[K];
|
68
68
|
};
|
69
|
+
type __VLS_Prettify<T> = {
|
70
|
+
[K in keyof T]: T[K];
|
71
|
+
} & {};
|
69
72
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
70
73
|
new (): {
|
71
74
|
$slots: S;
|
@@ -1,21 +1,19 @@
|
|
1
1
|
import { Placement } from "@floating-ui/vue";
|
2
2
|
import { CommonProps } from '../../types/CommonProps';
|
3
|
-
export type BbPopoverProps = Pick<CommonProps, "block" | "disabled" | "
|
3
|
+
export type BbPopoverProps = Pick<CommonProps, "arrowPadding" | "block" | "disabled" | "eager" | "offset" | "padding" | "placement" | "showClose" | "theme" | "transitionDuration"> & {
|
4
4
|
/**
|
5
5
|
* Elements that obtains focus immediately after opening the popover.
|
6
6
|
* By default it's the first tabbable item.
|
7
7
|
*/
|
8
8
|
focusTarget?: string;
|
9
|
-
/**
|
10
|
-
* Minimum empty space to keep from the edge of the page
|
11
|
-
*/
|
12
|
-
padding?: number;
|
13
9
|
};
|
14
10
|
export type BbPopoverEvents = {
|
15
11
|
(e: "shown"): void;
|
16
12
|
(e: "hidden"): void;
|
17
13
|
};
|
18
14
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPopoverProps>, {
|
15
|
+
arrowPadding: number;
|
16
|
+
offset: number;
|
19
17
|
padding: number;
|
20
18
|
placement: string;
|
21
19
|
showClose: boolean;
|
@@ -25,6 +23,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
25
23
|
shown: () => void;
|
26
24
|
hidden: () => void;
|
27
25
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPopoverProps>, {
|
26
|
+
arrowPadding: number;
|
27
|
+
offset: number;
|
28
28
|
padding: number;
|
29
29
|
placement: string;
|
30
30
|
showClose: boolean;
|
@@ -34,11 +34,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
34
34
|
onHidden?: (() => any) | undefined;
|
35
35
|
onShown?: (() => any) | undefined;
|
36
36
|
}, {
|
37
|
+
arrowPadding: number;
|
38
|
+
offset: number;
|
39
|
+
padding: number;
|
37
40
|
placement: "left" | "right" | "top" | "top-start" | "top-end" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left-start" | "left-end";
|
38
41
|
showClose: boolean;
|
39
42
|
theme: string;
|
40
43
|
transitionDuration: number;
|
41
|
-
padding: number;
|
42
44
|
}, {}>, Readonly<{
|
43
45
|
activator?: ((props: {
|
44
46
|
props: {
|
@@ -55,7 +57,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
55
57
|
opening: boolean;
|
56
58
|
placement: Placement;
|
57
59
|
}) => any) | undefined;
|
58
|
-
default?: ((props: {
|
60
|
+
default?: ((props: {
|
61
|
+
close: () => Promise<void>;
|
62
|
+
}) => any) | undefined;
|
59
63
|
}>>;
|
60
64
|
export default _default;
|
61
65
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
@@ -72,6 +76,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
72
76
|
default: D[K];
|
73
77
|
}> : P[K];
|
74
78
|
};
|
79
|
+
type __VLS_Prettify<T> = {
|
80
|
+
[K in keyof T]: T[K];
|
81
|
+
} & {};
|
75
82
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
76
83
|
new (): {
|
77
84
|
$slots: S;
|
@@ -1,12 +1,7 @@
|
|
1
1
|
import { type BaseInputContainerProps } from "../BaseInputContainer/BaseInputContainer.vue";
|
2
2
|
import type { BaseRadioGroupEvents, BaseRadioGroupProps } from "../BaseRadioGroup/BaseRadioGroup.vue";
|
3
3
|
import type { CommonProps } from '../../types/CommonProps';
|
4
|
-
export type BbRadioGroupProps = Pick<BaseRadioGroupProps, "autofocus" | "color" | "dependencies" | "depsDebounceTime" | "disabled" | "enforceCoherence" | "hasErrors" | "id" | "items" | "itemText" | "itemValue" | "loadingText" | "modelValue" | "modelValueDebounceTime" | "name" | "noDataText" | "readonly" | "matchStrategy"> & Pick<BaseInputContainerProps, "errors" | "hideLabel" | "reverse"> & Pick<CommonProps, "hideLegend" | "
|
5
|
-
/**
|
6
|
-
* Defines the layout of the input as horizontal or vertical
|
7
|
-
*/
|
8
|
-
inputDirection?: "horizontal" | "vertical";
|
9
|
-
};
|
4
|
+
export type BbRadioGroupProps = Pick<BaseRadioGroupProps, "autofocus" | "color" | "dependencies" | "depsDebounceTime" | "disabled" | "enforceCoherence" | "hasErrors" | "id" | "items" | "itemText" | "itemValue" | "loadingText" | "modelValue" | "modelValueDebounceTime" | "name" | "noDataText" | "readonly" | "matchStrategy"> & Pick<BaseInputContainerProps, "errors" | "hideLabel" | "reverse"> & Pick<CommonProps, "hideLegend" | "inputDirection" | "legend">;
|
10
5
|
export type BbRadioGroupEvents = BaseRadioGroupEvents;
|
11
6
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BbRadioGroupProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
12
7
|
blur: (event: FocusEvent) => void;
|
@@ -12,7 +12,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
12
12
|
ratio: number;
|
13
13
|
tag: string;
|
14
14
|
}>>>, {
|
15
|
-
tag: "
|
15
|
+
tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
|
16
16
|
ratio: number;
|
17
17
|
}, {}>, Readonly<{
|
18
18
|
default?: ((props: {}) => any) | undefined;
|
@@ -32,6 +32,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
32
32
|
default: D[K];
|
33
33
|
}> : P[K];
|
34
34
|
};
|
35
|
+
type __VLS_Prettify<T> = {
|
36
|
+
[K in keyof T]: T[K];
|
37
|
+
} & {};
|
35
38
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
36
39
|
new (): {
|
37
40
|
$slots: S;
|
@@ -6,7 +6,6 @@ export type BbSelectEvents = BaseSelectEvents;
|
|
6
6
|
export type BbSelectSlots = Simplify<BaseSelectSlots & Pick<BaseInputContainerSlots, "label">>;
|
7
7
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSelectProps>, {
|
8
8
|
allowWriting: boolean;
|
9
|
-
prefill: string;
|
10
9
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
11
10
|
blur: (event: FocusEvent) => void;
|
12
11
|
change: (event: Event) => void;
|
@@ -17,7 +16,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
17
16
|
"update:modelValue": (value: any) => void;
|
18
17
|
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSelectProps>, {
|
19
18
|
allowWriting: boolean;
|
20
|
-
prefill: string;
|
21
19
|
}>>> & {
|
22
20
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
23
21
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
@@ -28,7 +26,6 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
28
26
|
onInactive?: (() => any) | undefined;
|
29
27
|
}, {
|
30
28
|
allowWriting: boolean;
|
31
|
-
prefill: boolean | "focus";
|
32
29
|
}, {}>, Readonly<{
|
33
30
|
"prepend-outer"?: ((props: {}) => any) | undefined;
|
34
31
|
prepend?: ((props: {}) => any) | undefined;
|
@@ -42,6 +39,17 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
42
39
|
"option:prepend"?: ((props: {
|
43
40
|
item: any;
|
44
41
|
}) => any) | undefined;
|
42
|
+
chip?: ((props: {
|
43
|
+
disabled: boolean;
|
44
|
+
hasErrors?: boolean | undefined;
|
45
|
+
index: number;
|
46
|
+
item: any;
|
47
|
+
loading: boolean;
|
48
|
+
manual: boolean;
|
49
|
+
selected: boolean;
|
50
|
+
text: string;
|
51
|
+
value: any;
|
52
|
+
}) => any) | undefined;
|
45
53
|
option?: ((props: {
|
46
54
|
disabled: boolean;
|
47
55
|
focused: boolean;
|
@@ -87,6 +95,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
87
95
|
default: D[K];
|
88
96
|
}> : P[K];
|
89
97
|
};
|
98
|
+
type __VLS_Prettify<T> = {
|
99
|
+
[K in keyof T]: T[K];
|
100
|
+
} & {};
|
90
101
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
91
102
|
new (): {
|
92
103
|
$slots: S;
|
@@ -9,7 +9,7 @@ export type BbSmoothHeightProps = {
|
|
9
9
|
*/
|
10
10
|
resizeOptions?: ResizeObserverOptions;
|
11
11
|
/**
|
12
|
-
* Define
|
12
|
+
* Define which strategy to use. By default is used 'resize' which means the
|
13
13
|
* component will update on resizing.
|
14
14
|
* You can also define 'mutation' to use a MutationObserver
|
15
15
|
*/
|
@@ -34,7 +34,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
34
34
|
tag: string;
|
35
35
|
}>>>, {
|
36
36
|
transitionDuration: number;
|
37
|
-
tag: "
|
37
|
+
tag: "object" | "a" | "abbr" | "address" | "article" | "aside" | "audio" | "b" | "bdi" | "bdo" | "blockquote" | "body" | "button" | "canvas" | "caption" | "cite" | "code" | "colgroup" | "data" | "datalist" | "dd" | "del" | "details" | "dfn" | "dialog" | "div" | "dl" | "dt" | "em" | "fieldset" | "figcaption" | "figure" | "footer" | "form" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "head" | "header" | "hgroup" | "html" | "i" | "iframe" | "ins" | "kbd" | "label" | "legend" | "li" | "main" | "map" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "search" | "section" | "select" | "slot" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "tbody" | "td" | "template" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video";
|
38
38
|
strategy: "resize" | "mutation";
|
39
39
|
mutationOptions: MutationObserverInit;
|
40
40
|
}, {}>, Readonly<BbSmoothHeightSlots>>;
|
@@ -53,6 +53,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
53
53
|
default: D[K];
|
54
54
|
}> : P[K];
|
55
55
|
};
|
56
|
+
type __VLS_Prettify<T> = {
|
57
|
+
[K in keyof T]: T[K];
|
58
|
+
} & {};
|
56
59
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
57
60
|
new (): {
|
58
61
|
$slots: S;
|
@@ -1,4 +1,4 @@
|
|
1
|
-
import { CommonProps } from '../../types/CommonProps';
|
1
|
+
import type { CommonProps } from '../../types/CommonProps';
|
2
2
|
export type BbTabItem = Pick<CommonProps, 'disabled'> & {
|
3
3
|
/**
|
4
4
|
* Used to render a tab even when not visible.
|
@@ -84,6 +84,9 @@ type __VLS_WithDefaults<P, D> = {
|
|
84
84
|
default: D[K];
|
85
85
|
}> : P[K];
|
86
86
|
};
|
87
|
+
type __VLS_Prettify<T> = {
|
88
|
+
[K in keyof T]: T[K];
|
89
|
+
} & {};
|
87
90
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
88
91
|
new (): {
|
89
92
|
$slots: S;
|