bitboss-ui 2.0.86 → 2.0.88
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 +14 -7
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
- package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
- package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
- package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
- package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
- package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
- package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
- package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +169 -159
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
- package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
- package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
- package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
- package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
- package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
- package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
- package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
- package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
- package/dist/components/BbTable/BbTable.vue.d.ts +99 -78
- package/dist/components/BbTable/types.d.ts +2 -4
- package/dist/components/BbTag/BbTag.vue.d.ts +11 -2
- package/dist/components/BbTeleport.vue.d.ts +10 -3
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +21 -12
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +21 -12
- package/dist/components/BbToast/BbToast.vue.d.ts +1 -1
- package/dist/components/BbToast/BbToastMessage.vue.d.ts +1 -1
- package/dist/components/BbTooltip/BbTooltip.vue.d.ts +13 -3
- package/dist/components/BbTree/BbTree.vue.d.ts +9 -2
- package/dist/components/ChipsBox.vue.d.ts +2 -2
- package/dist/components/CommaBox.vue.d.ts +2 -2
- package/dist/components/CommonFloating.vue.d.ts +14 -4
- package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
- package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
- package/dist/components/ListBox.vue.d.ts +25 -16
- package/dist/components/OptionsContainer.vue.d.ts +26 -88
- package/dist/components/Transitions/Slide.vue.d.ts +12 -5
- package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
- package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/composables/useWizard.d.ts +1 -1
- package/dist/index110.js +142 -134
- package/dist/index118.js +1 -1
- package/dist/index120.js +5 -5
- package/dist/index122.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index127.js +1 -1
- package/dist/index128.js +1 -1
- package/dist/index13.js +1 -1
- package/dist/index130.js +1 -1
- package/dist/index132.js +6 -6
- package/dist/index15.js +4 -4
- package/dist/index17.js +3 -3
- package/dist/index19.js +2 -2
- package/dist/index204.js +2 -81
- package/dist/index205.js +81 -5
- package/dist/index206.js +162 -14
- package/dist/index207.js +84 -16
- package/dist/index209.js +124 -17
- package/dist/index21.js +14 -14
- package/dist/index210.js +5 -27
- package/dist/index211.js +125 -3
- package/dist/index212.js +19 -2
- package/dist/index213.js +16 -8
- package/dist/index214.js +14 -247
- package/dist/index215.js +2 -52
- package/dist/index216.js +2 -44
- package/dist/index217.js +41 -5
- package/dist/index218.js +18 -58
- package/dist/index219.js +5 -52
- package/dist/index220.js +55 -0
- package/dist/index222.js +13 -20
- package/dist/index223.js +5 -4
- package/dist/index224.js +12 -2
- package/dist/index225.js +360 -155
- package/dist/index226.js +3 -84
- package/dist/index227.js +9 -0
- package/dist/index228.js +8 -2
- package/dist/index229.js +19 -4
- package/dist/index23.js +16 -16
- package/dist/index230.js +27 -2
- package/dist/index231.js +3 -3
- package/dist/index232.js +248 -40
- package/dist/index233.js +51 -5
- package/dist/index234.js +44 -7
- package/dist/index235.js +4 -11
- package/dist/index236.js +58 -124
- package/dist/index237.js +4 -125
- package/dist/index238.js +2 -2
- package/dist/index239.js +4 -5
- package/dist/index240.js +2 -369
- package/dist/index241.js +1 -1
- package/dist/index244.js +1 -1
- package/dist/index246.js +1 -1
- package/dist/index248.js +10 -2
- package/dist/index249.js +2 -9
- package/dist/index25.js +6 -6
- package/dist/index250.js +2 -3
- package/dist/index251.js +6 -281
- package/dist/index252.js +16 -6
- package/dist/index253.js +9 -2
- package/dist/index254.js +23 -2
- package/dist/index255.js +89 -2
- package/dist/index257.js +3 -2
- package/dist/index258.js +12 -2
- package/dist/index259.js +9 -2
- package/dist/index260.js +9 -2
- package/dist/index261.js +17 -2
- package/dist/index262.js +4 -2
- package/dist/index263.js +280 -27
- package/dist/index264.js +6 -22
- package/dist/index265.js +4 -0
- package/dist/index266.js +2 -7
- package/dist/index267.js +2 -9
- package/dist/index268.js +2 -23
- package/dist/index269.js +2 -89
- package/dist/index271.js +431 -6
- package/dist/index272.js +176 -16
- package/dist/index273.js +1 -1
- package/dist/index275.js +6 -175
- package/dist/index276.js +22 -9
- package/dist/index278.js +2 -12
- package/dist/index279.js +87 -7
- package/dist/index280.js +2 -9
- package/dist/index281.js +2 -17
- package/dist/index282.js +2 -4
- package/dist/index283.js +2 -4
- package/dist/index284.js +2 -431
- package/dist/index285.js +1 -1
- package/dist/index286.js +24 -85
- package/dist/index287.js +22 -2
- package/dist/index289.js +9 -22
- package/dist/index29.js +3 -3
- package/dist/index290.js +202 -0
- package/dist/index291.js +427 -191
- package/dist/index292.js +121 -218
- package/dist/index293.js +3 -435
- package/dist/index294.js +218 -121
- package/dist/index297.js +1 -1
- package/dist/index298.js +5 -2
- package/dist/index299.js +2 -5
- package/dist/index301.js +1 -1
- package/dist/index302.js +1 -1
- package/dist/index303.js +3 -3
- package/dist/index304.js +3 -4
- package/dist/index305.js +58 -4
- package/dist/index306.js +3 -4
- package/dist/index307.js +32 -58
- package/dist/index308.js +3 -6
- package/dist/index309.js +10 -18
- package/dist/index31.js +2 -2
- package/dist/index310.js +6 -32
- package/dist/index311.js +17 -5
- package/dist/index312.js +6 -10
- package/dist/index315.js +1 -1
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +10 -10
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +2 -2
- package/dist/index45.js +4 -4
- package/dist/index47.js +2 -2
- package/dist/index49.js +2 -2
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index61.js +2 -2
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +3 -3
- package/dist/index86.js +1 -1
- package/dist/index88.js +4 -4
- package/dist/index90.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/booleanishToBoolean.d.ts +1 -1
- package/dist/utilities/functions/deburr.d.ts +1 -1
- package/dist/utilities/functions/flattenTree.d.ts +1 -1
- package/dist/utilities/functions/groupBy.d.ts +1 -1
- package/dist/utilities/functions/indexBy.d.ts +1 -1
- package/dist/utilities/functions/mapValues.d.ts +1 -1
- package/dist/utilities/functions/millisecondsTo.d.ts +1 -1
- package/dist/utilities/functions/replace.d.ts +1 -1
- package/dist/utilities/functions/retry.d.ts +1 -1
- package/dist/utilities/functions/throttle.d.ts +2 -2
- package/package.json +4 -4
- package/dist/index208.js +0 -21
- package/dist/index221.js +0 -15
- package/dist/index256.js +0 -4
- package/dist/index277.js +0 -5
- /package/dist/{index288.js → index270.js} +0 -0
@@ -27,36 +27,46 @@ export type BbPaginationProps = Pick<CommonProps, 'disabled' | 'loading'> & {
|
|
27
27
|
export type BbPaginationEvents = {
|
28
28
|
(e: 'update:modelValue', value: number): void;
|
29
29
|
};
|
30
|
-
declare
|
30
|
+
declare function __VLS_template(): {
|
31
|
+
slots: Readonly<{
|
32
|
+
previous?: (props: object) => any;
|
33
|
+
next?: (props: object) => any;
|
34
|
+
item?: (props: {
|
35
|
+
active: boolean;
|
36
|
+
disabled: boolean;
|
37
|
+
item: number;
|
38
|
+
}) => any;
|
39
|
+
ellipsis?: (props: object) => any;
|
40
|
+
}> & {
|
41
|
+
previous?: (props: object) => any;
|
42
|
+
next?: (props: object) => any;
|
43
|
+
item?: (props: {
|
44
|
+
active: boolean;
|
45
|
+
disabled: boolean;
|
46
|
+
item: number;
|
47
|
+
}) => any;
|
48
|
+
ellipsis?: (props: object) => any;
|
49
|
+
};
|
50
|
+
refs: {
|
51
|
+
outercontainer: HTMLDivElement;
|
52
|
+
innercontainer: HTMLUListElement;
|
53
|
+
};
|
54
|
+
attrs: Partial<{}>;
|
55
|
+
};
|
56
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
57
|
+
declare const __VLS_component: import('vue').DefineComponent<BbPaginationProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
31
58
|
"update:modelValue": (...args: any[]) => void;
|
32
59
|
}, string, import('vue').PublicProps, Readonly<BbPaginationProps> & Readonly<{
|
33
60
|
"onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
|
34
61
|
}>, {
|
35
62
|
label: string;
|
36
63
|
modelValue: number;
|
37
|
-
align: "left" | "
|
38
|
-
maxSize:
|
64
|
+
align: "left" | "right" | "center";
|
65
|
+
maxSize: number | string;
|
39
66
|
ellipsis: string;
|
40
|
-
totalPages:
|
41
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
42
|
-
|
43
|
-
next?: ((props: object) => any) | undefined;
|
44
|
-
item?: ((props: {
|
45
|
-
active: boolean;
|
46
|
-
disabled: boolean;
|
47
|
-
item: number;
|
48
|
-
}) => any) | undefined;
|
49
|
-
ellipsis?: ((props: object) => any) | undefined;
|
50
|
-
}> & {
|
51
|
-
previous?: ((props: object) => any) | undefined;
|
52
|
-
next?: ((props: object) => any) | undefined;
|
53
|
-
item?: ((props: {
|
54
|
-
active: boolean;
|
55
|
-
disabled: boolean;
|
56
|
-
item: number;
|
57
|
-
}) => any) | undefined;
|
58
|
-
ellipsis?: ((props: object) => any) | undefined;
|
59
|
-
}>;
|
67
|
+
totalPages: number | string;
|
68
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
69
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
60
70
|
export default _default;
|
61
71
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
62
72
|
new (): {
|
@@ -15,11 +15,72 @@ export type BbPopoverEvents = {
|
|
15
15
|
(e: 'shown'): void;
|
16
16
|
(e: 'hidden'): void;
|
17
17
|
};
|
18
|
-
declare const
|
18
|
+
declare const onTriggerClick: () => Promise<void>;
|
19
|
+
declare const onClickClose: () => Promise<void>;
|
20
|
+
declare function __VLS_template(): {
|
21
|
+
slots: Readonly<{
|
22
|
+
activator?: (props: {
|
23
|
+
props: {
|
24
|
+
"aria-controls": string;
|
25
|
+
"aria-expanded": boolean;
|
26
|
+
onClick: typeof onTriggerClick;
|
27
|
+
id: string;
|
28
|
+
disabled: boolean;
|
29
|
+
};
|
30
|
+
closed: boolean;
|
31
|
+
closing: boolean;
|
32
|
+
disabled: boolean;
|
33
|
+
open: boolean;
|
34
|
+
opening: boolean;
|
35
|
+
placement: Placement;
|
36
|
+
}) => any;
|
37
|
+
default?: (props: {
|
38
|
+
close: typeof onClickClose;
|
39
|
+
closed: boolean;
|
40
|
+
closing: boolean;
|
41
|
+
disabled: boolean;
|
42
|
+
open: boolean;
|
43
|
+
opening: boolean;
|
44
|
+
placement: Placement;
|
45
|
+
}) => any;
|
46
|
+
}> & {
|
47
|
+
activator?: (props: {
|
48
|
+
props: {
|
49
|
+
"aria-controls": string;
|
50
|
+
"aria-expanded": boolean;
|
51
|
+
onClick: typeof onTriggerClick;
|
52
|
+
id: string;
|
53
|
+
disabled: boolean;
|
54
|
+
};
|
55
|
+
closed: boolean;
|
56
|
+
closing: boolean;
|
57
|
+
disabled: boolean;
|
58
|
+
open: boolean;
|
59
|
+
opening: boolean;
|
60
|
+
placement: Placement;
|
61
|
+
}) => any;
|
62
|
+
default?: (props: {
|
63
|
+
close: typeof onClickClose;
|
64
|
+
closed: boolean;
|
65
|
+
closing: boolean;
|
66
|
+
disabled: boolean;
|
67
|
+
open: boolean;
|
68
|
+
opening: boolean;
|
69
|
+
placement: Placement;
|
70
|
+
}) => any;
|
71
|
+
};
|
72
|
+
refs: {
|
73
|
+
wrapper: HTMLSpanElement;
|
74
|
+
content: HTMLDivElement;
|
75
|
+
};
|
76
|
+
attrs: Partial<{}>;
|
77
|
+
};
|
78
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
79
|
+
declare const __VLS_component: import('vue').DefineComponent<BbPopoverProps, {
|
19
80
|
open: () => Promise<void>;
|
20
81
|
close: () => Promise<void>;
|
21
82
|
closed: import('vue').ComputedRef<boolean>;
|
22
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
83
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
23
84
|
shown: () => any;
|
24
85
|
hidden: () => any;
|
25
86
|
}, string, import('vue').PublicProps, Readonly<BbPopoverProps> & Readonly<{
|
@@ -31,59 +92,10 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
31
92
|
arrowPadding: number;
|
32
93
|
offset: number;
|
33
94
|
padding: number;
|
34
|
-
placement: "
|
95
|
+
placement: "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
35
96
|
theme: string;
|
36
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
37
|
-
|
38
|
-
props: {
|
39
|
-
'aria-controls': string;
|
40
|
-
'aria-expanded': boolean;
|
41
|
-
onClick: () => Promise<void>;
|
42
|
-
id: string;
|
43
|
-
disabled: boolean;
|
44
|
-
};
|
45
|
-
closed: boolean;
|
46
|
-
closing: boolean;
|
47
|
-
disabled: boolean;
|
48
|
-
open: boolean;
|
49
|
-
opening: boolean;
|
50
|
-
placement: Placement;
|
51
|
-
}) => any) | undefined;
|
52
|
-
default?: ((props: {
|
53
|
-
close: () => Promise<void>;
|
54
|
-
closed: boolean;
|
55
|
-
closing: boolean;
|
56
|
-
disabled: boolean;
|
57
|
-
open: boolean;
|
58
|
-
opening: boolean;
|
59
|
-
placement: Placement;
|
60
|
-
}) => any) | undefined;
|
61
|
-
}> & {
|
62
|
-
activator?: ((props: {
|
63
|
-
props: {
|
64
|
-
'aria-controls': string;
|
65
|
-
'aria-expanded': boolean;
|
66
|
-
onClick: () => Promise<void>;
|
67
|
-
id: string;
|
68
|
-
disabled: boolean;
|
69
|
-
};
|
70
|
-
closed: boolean;
|
71
|
-
closing: boolean;
|
72
|
-
disabled: boolean;
|
73
|
-
open: boolean;
|
74
|
-
opening: boolean;
|
75
|
-
placement: Placement;
|
76
|
-
}) => any) | undefined;
|
77
|
-
default?: ((props: {
|
78
|
-
close: () => Promise<void>;
|
79
|
-
closed: boolean;
|
80
|
-
closing: boolean;
|
81
|
-
disabled: boolean;
|
82
|
-
open: boolean;
|
83
|
-
opening: boolean;
|
84
|
-
placement: Placement;
|
85
|
-
}) => any) | undefined;
|
86
|
-
}>;
|
97
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
98
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
87
99
|
export default _default;
|
88
100
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
89
101
|
new (): {
|
@@ -87,30 +87,39 @@ export type BbRadioProps = {
|
|
87
87
|
value: any;
|
88
88
|
};
|
89
89
|
export type BbRadioEvents = BaseRadioEvents;
|
90
|
-
declare
|
90
|
+
declare function __VLS_template(): {
|
91
|
+
slots: Readonly<{
|
92
|
+
label?: (props: {
|
93
|
+
text: string;
|
94
|
+
hasErrors: boolean;
|
95
|
+
}) => any;
|
96
|
+
icon?: (props: SlotAttributes & {
|
97
|
+
text: string;
|
98
|
+
}) => any;
|
99
|
+
}> & {
|
100
|
+
label?: (props: {
|
101
|
+
text: string;
|
102
|
+
hasErrors: boolean;
|
103
|
+
}) => any;
|
104
|
+
icon?: (props: SlotAttributes & {
|
105
|
+
text: string;
|
106
|
+
}) => any;
|
107
|
+
};
|
108
|
+
refs: {};
|
109
|
+
attrs: Partial<{}>;
|
110
|
+
};
|
111
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
112
|
+
declare const __VLS_component: import('vue').DefineComponent<BbRadioProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
113
|
+
[x: string]: any;
|
114
|
+
} & {
|
91
115
|
[x: string]: any;
|
92
116
|
}, string, import('vue').PublicProps, Readonly<BbRadioProps> & Readonly<{
|
93
117
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
94
118
|
}>, {
|
95
119
|
reverse: boolean;
|
96
|
-
direction: string;
|
97
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
98
|
-
|
99
|
-
text: string;
|
100
|
-
hasErrors: boolean;
|
101
|
-
}) => any) | undefined;
|
102
|
-
icon?: ((props: SlotAttributes & {
|
103
|
-
text: string;
|
104
|
-
}) => any) | undefined;
|
105
|
-
}> & {
|
106
|
-
label?: ((props: {
|
107
|
-
text: string;
|
108
|
-
hasErrors: boolean;
|
109
|
-
}) => any) | undefined;
|
110
|
-
icon?: ((props: SlotAttributes & {
|
111
|
-
text: string;
|
112
|
-
}) => any) | undefined;
|
113
|
-
}>;
|
120
|
+
direction: "horizontal" | "vertical" | "auto" | string;
|
121
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
122
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
114
123
|
export default _default;
|
115
124
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
116
125
|
new (): {
|
@@ -116,302 +116,82 @@ export type BbRadioGroupProps<T> = {
|
|
116
116
|
*/
|
117
117
|
reverse?: boolean;
|
118
118
|
};
|
119
|
-
declare const _default: <T = any>(__VLS_props: {
|
120
|
-
|
121
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
122
|
-
color?: string | undefined;
|
123
|
-
dependencies?: any[] | undefined;
|
124
|
-
depsDebounceTime?: number | undefined;
|
125
|
-
disabled?: boolean | undefined;
|
126
|
-
enforceCoherence?: boolean | undefined;
|
127
|
-
errors?: string | string[] | undefined;
|
128
|
-
hasErrors?: boolean | undefined;
|
129
|
-
hideLabel?: boolean | undefined;
|
130
|
-
hideLegend?: boolean | undefined;
|
131
|
-
hint?: string | undefined;
|
132
|
-
id?: string | undefined;
|
133
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
134
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
135
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
136
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
137
|
-
legend: string;
|
138
|
-
loadingText?: string | undefined;
|
139
|
-
modelValue: any;
|
140
|
-
modelValueDebounceTime?: number | undefined;
|
141
|
-
name: string | undefined;
|
142
|
-
noDataText?: string | undefined;
|
143
|
-
persistentHint?: boolean | undefined;
|
144
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
145
|
-
required?: boolean | undefined;
|
146
|
-
reverse?: boolean | undefined;
|
147
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
148
|
-
slots: Readonly<{
|
149
|
-
prepend?: ((props: object) => any) | undefined;
|
150
|
-
loading?: ((props: object) => any) | undefined;
|
151
|
-
'no-data'?: ((props: object) => any) | undefined;
|
152
|
-
'option:prepend'?: ((props: {
|
153
|
-
checked: boolean;
|
154
|
-
disabled: boolean;
|
155
|
-
id?: string;
|
156
|
-
item: T;
|
157
|
-
text: string;
|
158
|
-
}) => any) | undefined;
|
159
|
-
icon?: ((props: SlotAttributes & {
|
160
|
-
item: any;
|
161
|
-
text: string;
|
162
|
-
}) => any) | undefined;
|
163
|
-
label?: ((props: {
|
164
|
-
item: any;
|
165
|
-
text: string;
|
166
|
-
checked: boolean;
|
167
|
-
}) => any) | undefined;
|
168
|
-
'option:append'?: ((props: {
|
169
|
-
checked: boolean;
|
170
|
-
disabled: boolean;
|
171
|
-
id?: string;
|
172
|
-
item: T;
|
173
|
-
text: string;
|
174
|
-
}) => any) | undefined;
|
175
|
-
append?: ((props: object) => any) | undefined;
|
176
|
-
legend?: ((props: {
|
177
|
-
text: string;
|
178
|
-
hasErrors: boolean;
|
179
|
-
}) => any) | undefined;
|
180
|
-
}> & {
|
181
|
-
prepend?: ((props: object) => any) | undefined;
|
182
|
-
loading?: ((props: object) => any) | undefined;
|
183
|
-
'no-data'?: ((props: object) => any) | undefined;
|
184
|
-
'option:prepend'?: ((props: {
|
185
|
-
checked: boolean;
|
186
|
-
disabled: boolean;
|
187
|
-
id?: string;
|
188
|
-
item: T;
|
189
|
-
text: string;
|
190
|
-
}) => any) | undefined;
|
191
|
-
icon?: ((props: SlotAttributes & {
|
192
|
-
item: any;
|
193
|
-
text: string;
|
194
|
-
}) => any) | undefined;
|
195
|
-
label?: ((props: {
|
196
|
-
item: any;
|
197
|
-
text: string;
|
198
|
-
checked: boolean;
|
199
|
-
}) => any) | undefined;
|
200
|
-
'option:append'?: ((props: {
|
201
|
-
checked: boolean;
|
202
|
-
disabled: boolean;
|
203
|
-
id?: string;
|
204
|
-
item: T;
|
205
|
-
text: string;
|
206
|
-
}) => any) | undefined;
|
207
|
-
append?: ((props: object) => any) | undefined;
|
208
|
-
legend?: ((props: {
|
209
|
-
text: string;
|
210
|
-
hasErrors: boolean;
|
211
|
-
}) => any) | undefined;
|
212
|
-
};
|
213
|
-
attrs: any;
|
214
|
-
emit: BaseRadioGroupEvents;
|
215
|
-
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
216
|
-
props: {
|
119
|
+
declare const _default: <T = any>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
120
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
217
121
|
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
218
|
-
|
219
|
-
color?: string | undefined;
|
220
|
-
dependencies?: any[] | undefined;
|
221
|
-
depsDebounceTime?: number | undefined;
|
222
|
-
disabled?: boolean | undefined;
|
223
|
-
enforceCoherence?: boolean | undefined;
|
224
|
-
errors?: string | string[] | undefined;
|
225
|
-
hasErrors?: boolean | undefined;
|
226
|
-
hideLabel?: boolean | undefined;
|
227
|
-
hideLegend?: boolean | undefined;
|
228
|
-
hint?: string | undefined;
|
229
|
-
id?: string | undefined;
|
230
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
231
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
232
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
233
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
234
|
-
legend: string;
|
235
|
-
loadingText?: string | undefined;
|
236
|
-
modelValue: any;
|
237
|
-
modelValueDebounceTime?: number | undefined;
|
238
|
-
name: string | undefined;
|
239
|
-
noDataText?: string | undefined;
|
240
|
-
persistentHint?: boolean | undefined;
|
241
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
242
|
-
required?: boolean | undefined;
|
243
|
-
reverse?: boolean | undefined;
|
244
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
122
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, `on${Capitalize<any>}`> & BbRadioGroupProps<T>> & import('vue').PublicProps;
|
245
123
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
246
124
|
attrs: any;
|
247
125
|
slots: Readonly<{
|
248
|
-
prepend?: (
|
249
|
-
loading?: (
|
250
|
-
'no-data'?: (
|
251
|
-
'option:prepend'?: (
|
126
|
+
prepend?: (props: object) => any;
|
127
|
+
loading?: (props: object) => any;
|
128
|
+
'no-data'?: (props: object) => any;
|
129
|
+
'option:prepend'?: (props: {
|
252
130
|
checked: boolean;
|
253
131
|
disabled: boolean;
|
254
132
|
id?: string;
|
255
133
|
item: T;
|
256
134
|
text: string;
|
257
|
-
}) => any
|
258
|
-
icon?: (
|
135
|
+
}) => any;
|
136
|
+
icon?: (props: SlotAttributes & {
|
259
137
|
item: any;
|
260
138
|
text: string;
|
261
|
-
}) => any
|
262
|
-
label?: (
|
139
|
+
}) => any;
|
140
|
+
label?: (props: {
|
263
141
|
item: any;
|
264
142
|
text: string;
|
265
143
|
checked: boolean;
|
266
|
-
}) => any
|
267
|
-
'option:append'?: (
|
144
|
+
}) => any;
|
145
|
+
'option:append'?: (props: {
|
268
146
|
checked: boolean;
|
269
147
|
disabled: boolean;
|
270
148
|
id?: string;
|
271
149
|
item: T;
|
272
150
|
text: string;
|
273
|
-
}) => any
|
274
|
-
append?: (
|
275
|
-
legend?: (
|
151
|
+
}) => any;
|
152
|
+
append?: (props: object) => any;
|
153
|
+
legend?: (props: {
|
276
154
|
text: string;
|
277
155
|
hasErrors: boolean;
|
278
|
-
}) => any
|
156
|
+
}) => any;
|
279
157
|
}> & {
|
280
|
-
prepend?: (
|
281
|
-
loading?: (
|
282
|
-
'no-data'?: (
|
283
|
-
'option:prepend'?: (
|
158
|
+
prepend?: (props: object) => any;
|
159
|
+
loading?: (props: object) => any;
|
160
|
+
'no-data'?: (props: object) => any;
|
161
|
+
'option:prepend'?: (props: {
|
284
162
|
checked: boolean;
|
285
163
|
disabled: boolean;
|
286
164
|
id?: string;
|
287
165
|
item: T;
|
288
166
|
text: string;
|
289
|
-
}) => any
|
290
|
-
icon?: (
|
167
|
+
}) => any;
|
168
|
+
icon?: (props: SlotAttributes & {
|
291
169
|
item: any;
|
292
170
|
text: string;
|
293
|
-
}) => any
|
294
|
-
label?: (
|
171
|
+
}) => any;
|
172
|
+
label?: (props: {
|
295
173
|
item: any;
|
296
174
|
text: string;
|
297
175
|
checked: boolean;
|
298
|
-
}) => any
|
299
|
-
'option:append'?: (
|
176
|
+
}) => any;
|
177
|
+
'option:append'?: (props: {
|
300
178
|
checked: boolean;
|
301
179
|
disabled: boolean;
|
302
180
|
id?: string;
|
303
181
|
item: T;
|
304
182
|
text: string;
|
305
|
-
}) => any
|
306
|
-
append?: (
|
307
|
-
legend?: (
|
183
|
+
}) => any;
|
184
|
+
append?: (props: object) => any;
|
185
|
+
legend?: (props: {
|
308
186
|
text: string;
|
309
187
|
hasErrors: boolean;
|
310
|
-
}) => any
|
188
|
+
}) => any;
|
311
189
|
};
|
312
190
|
emit: BaseRadioGroupEvents;
|
313
191
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
314
192
|
[key: string]: any;
|
315
193
|
}> & {
|
316
|
-
__ctx?:
|
317
|
-
props: {
|
318
|
-
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
319
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
320
|
-
color?: string | undefined;
|
321
|
-
dependencies?: any[] | undefined;
|
322
|
-
depsDebounceTime?: number | undefined;
|
323
|
-
disabled?: boolean | undefined;
|
324
|
-
enforceCoherence?: boolean | undefined;
|
325
|
-
errors?: string | string[] | undefined;
|
326
|
-
hasErrors?: boolean | undefined;
|
327
|
-
hideLabel?: boolean | undefined;
|
328
|
-
hideLegend?: boolean | undefined;
|
329
|
-
hint?: string | undefined;
|
330
|
-
id?: string | undefined;
|
331
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
332
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
333
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
334
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
335
|
-
legend: string;
|
336
|
-
loadingText?: string | undefined;
|
337
|
-
modelValue: any;
|
338
|
-
modelValueDebounceTime?: number | undefined;
|
339
|
-
name: string | undefined;
|
340
|
-
noDataText?: string | undefined;
|
341
|
-
persistentHint?: boolean | undefined;
|
342
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
343
|
-
required?: boolean | undefined;
|
344
|
-
reverse?: boolean | undefined;
|
345
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
346
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
347
|
-
attrs: any;
|
348
|
-
slots: Readonly<{
|
349
|
-
prepend?: ((props: object) => any) | undefined;
|
350
|
-
loading?: ((props: object) => any) | undefined;
|
351
|
-
'no-data'?: ((props: object) => any) | undefined;
|
352
|
-
'option:prepend'?: ((props: {
|
353
|
-
checked: boolean;
|
354
|
-
disabled: boolean;
|
355
|
-
id?: string;
|
356
|
-
item: T;
|
357
|
-
text: string;
|
358
|
-
}) => any) | undefined;
|
359
|
-
icon?: ((props: SlotAttributes & {
|
360
|
-
item: any;
|
361
|
-
text: string;
|
362
|
-
}) => any) | undefined;
|
363
|
-
label?: ((props: {
|
364
|
-
item: any;
|
365
|
-
text: string;
|
366
|
-
checked: boolean;
|
367
|
-
}) => any) | undefined;
|
368
|
-
'option:append'?: ((props: {
|
369
|
-
checked: boolean;
|
370
|
-
disabled: boolean;
|
371
|
-
id?: string;
|
372
|
-
item: T;
|
373
|
-
text: string;
|
374
|
-
}) => any) | undefined;
|
375
|
-
append?: ((props: object) => any) | undefined;
|
376
|
-
legend?: ((props: {
|
377
|
-
text: string;
|
378
|
-
hasErrors: boolean;
|
379
|
-
}) => any) | undefined;
|
380
|
-
}> & {
|
381
|
-
prepend?: ((props: object) => any) | undefined;
|
382
|
-
loading?: ((props: object) => any) | undefined;
|
383
|
-
'no-data'?: ((props: object) => any) | undefined;
|
384
|
-
'option:prepend'?: ((props: {
|
385
|
-
checked: boolean;
|
386
|
-
disabled: boolean;
|
387
|
-
id?: string;
|
388
|
-
item: T;
|
389
|
-
text: string;
|
390
|
-
}) => any) | undefined;
|
391
|
-
icon?: ((props: SlotAttributes & {
|
392
|
-
item: any;
|
393
|
-
text: string;
|
394
|
-
}) => any) | undefined;
|
395
|
-
label?: ((props: {
|
396
|
-
item: any;
|
397
|
-
text: string;
|
398
|
-
checked: boolean;
|
399
|
-
}) => any) | undefined;
|
400
|
-
'option:append'?: ((props: {
|
401
|
-
checked: boolean;
|
402
|
-
disabled: boolean;
|
403
|
-
id?: string;
|
404
|
-
item: T;
|
405
|
-
text: string;
|
406
|
-
}) => any) | undefined;
|
407
|
-
append?: ((props: object) => any) | undefined;
|
408
|
-
legend?: ((props: {
|
409
|
-
text: string;
|
410
|
-
hasErrors: boolean;
|
411
|
-
}) => any) | undefined;
|
412
|
-
};
|
413
|
-
emit: BaseRadioGroupEvents;
|
414
|
-
} | undefined;
|
194
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
415
195
|
};
|
416
196
|
export default _default;
|
417
197
|
type __VLS_PrettifyLocal<T> = {
|
@@ -75,23 +75,32 @@ export type BbRatingProps = {
|
|
75
75
|
stars?: number;
|
76
76
|
} & Pick<BbIconProps, 'size'>;
|
77
77
|
export type BbRatingEvents = BaseRatingEvents;
|
78
|
-
declare
|
78
|
+
declare function __VLS_template(): {
|
79
|
+
slots: Readonly<BaseRatingSlots & {
|
80
|
+
legend?: (props: {
|
81
|
+
text: string;
|
82
|
+
hasErrors: boolean;
|
83
|
+
}) => any;
|
84
|
+
}> & BaseRatingSlots & {
|
85
|
+
legend?: (props: {
|
86
|
+
text: string;
|
87
|
+
hasErrors: boolean;
|
88
|
+
}) => any;
|
89
|
+
};
|
90
|
+
refs: {};
|
91
|
+
attrs: Partial<{}>;
|
92
|
+
};
|
93
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
94
|
+
declare const __VLS_component: import('vue').DefineComponent<BbRatingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
95
|
+
[x: string]: any;
|
96
|
+
} & {
|
79
97
|
[x: string]: any;
|
80
98
|
}, string, import('vue').PublicProps, Readonly<BbRatingProps> & Readonly<{
|
81
99
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
82
100
|
}>, {
|
83
101
|
inputPosition: "left" | "center" | "right";
|
84
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
85
|
-
|
86
|
-
text: string;
|
87
|
-
hasErrors: boolean;
|
88
|
-
}) => any) | undefined;
|
89
|
-
}> & BaseRatingSlots & {
|
90
|
-
legend?: ((props: {
|
91
|
-
text: string;
|
92
|
-
hasErrors: boolean;
|
93
|
-
}) => any) | undefined;
|
94
|
-
}>;
|
102
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
103
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
95
104
|
export default _default;
|
96
105
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
97
106
|
new (): {
|