bitboss-ui 0.2.9 → 0.2.11
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 +4 -2
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +4 -2
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +63 -3
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +22 -2
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +27 -2
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +2 -2
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +2 -2
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +2 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +4 -2
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +63 -3
- package/dist/components/BaseRating/BaseRating.vue.d.ts +2 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +3 -3
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +2 -2
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +2 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +63 -3
- package/dist/components/BaseTag/BaseTag.vue.d.ts +2 -2
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +2 -2
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +2 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +11 -2
- package/dist/components/BbAlert/BbAlert.vue.d.ts +9 -2
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +4 -2
- package/dist/components/BbBadge/BbBadge.vue.d.ts +5 -2
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +23 -2
- package/dist/components/BbButton/BbButton.vue.d.ts +4 -2
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +10 -2
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +75 -3
- package/dist/components/BbChip/BbChip.vue.d.ts +4 -2
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +4 -2
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +1 -1
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +35 -2
- package/dist/components/BbDialog/BbDialog.vue.d.ts +2 -2
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +80 -2
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +92 -2
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +7 -2
- package/dist/components/BbHover/BbHover.vue.d.ts +9 -2
- package/dist/components/BbIcon/BbIcon.vue.d.ts +1 -1
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +8 -2
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +7 -2
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +2 -2
- package/dist/components/BbPagination/BbPagination.vue.d.ts +11 -2
- package/dist/components/BbPopover/BbPopover.vue.d.ts +21 -2
- package/dist/components/BbProgress/BbProgress.vue.d.ts +1 -1
- package/dist/components/BbRadio/BbRadio.vue.d.ts +10 -2
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +75 -3
- package/dist/components/BbRating/BbRating.vue.d.ts +7 -2
- package/dist/components/BbRatio/BbRatio.vue.d.ts +4 -2
- package/dist/components/BbSelect/BbSelect.vue.d.ts +3 -3
- package/dist/components/BbSlider/BbSlider.vue.d.ts +7 -2
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +2 -2
- package/dist/components/BbSpinner/BbSpinner.vue.d.ts +1 -1
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +10 -2
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +75 -3
- package/dist/components/BbTab/BbTab.vue.d.ts +29 -5
- package/dist/components/BbTable/BbTable.vue.d.ts +38 -2
- package/dist/components/BbTag/BbTag.vue.d.ts +2 -2
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +7 -2
- package/dist/components/BbTextarea/BbTextarea.vue.d.ts +7 -2
- 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 +2 -2
- package/dist/components/BbTree/BbTree.vue.d.ts +2 -2
- package/dist/index101.js +3 -3
- package/dist/index103.js +2 -2
- package/dist/index109.js +1 -1
- package/dist/index11.js +2 -2
- package/dist/index111.js +5 -6
- package/dist/index111.js.map +1 -1
- package/dist/index113.js +1 -1
- package/dist/index115.js +7 -7
- package/dist/index115.js.map +1 -1
- package/dist/index116.js +1 -1
- package/dist/index117.js +1 -1
- package/dist/index118.js +1 -1
- package/dist/index119.js +1 -1
- package/dist/index121.js +1 -1
- package/dist/index125.js +1 -1
- package/dist/index126.js +1 -1
- package/dist/index128.js +2 -2
- package/dist/index128.js.map +1 -1
- package/dist/index15.js +8 -8
- package/dist/index17.js +25 -25
- package/dist/index19.js +3 -3
- package/dist/index195.js +2 -2
- package/dist/index195.js.map +1 -1
- package/dist/index196.js +2 -4
- package/dist/index196.js.map +1 -1
- package/dist/index197.js +2 -2
- package/dist/index197.js.map +1 -1
- package/dist/index198.js +2 -5
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +5 -16
- package/dist/index199.js.map +1 -1
- package/dist/index200.js +10 -10
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +15 -18
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +18 -19
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +15 -24
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +29 -8
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +8 -2
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +2 -351
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +4 -2
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +378 -6
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +126 -361
- package/dist/index209.js.map +1 -1
- package/dist/index21.js +2 -2
- package/dist/index210.js +174 -3
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +23 -35
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +371 -8
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +3 -134
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +3 -2
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +3 -186
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +35 -23
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +6 -2
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +2 -235
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +10 -3
- package/dist/index219.js.map +1 -1
- package/dist/index220.js +235 -3
- package/dist/index220.js.map +1 -1
- package/dist/index222.js +67 -62
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +1 -1
- package/dist/index225.js +1 -1
- package/dist/index226.js +295 -4
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +5 -294
- package/dist/index227.js.map +1 -1
- package/dist/index228.js +2 -6
- package/dist/index228.js.map +1 -1
- package/dist/index229.js +2 -2
- package/dist/index23.js +2 -2
- package/dist/index23.js.map +1 -1
- package/dist/index234.js +4 -2
- package/dist/index234.js.map +1 -1
- package/dist/index235.js +2 -117
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +111 -100
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +105 -68
- package/dist/index237.js.map +1 -1
- package/dist/index238.js +224 -2
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +258 -2
- package/dist/index239.js.map +1 -1
- package/dist/index240.js +426 -153
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +89 -2
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +67 -433
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +161 -88
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +2 -200
- package/dist/index244.js.map +1 -1
- package/dist/index245.js +2 -2
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +2 -224
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +200 -258
- package/dist/index247.js.map +1 -1
- package/dist/index25.js +2 -2
- package/dist/index251.js +1 -1
- package/dist/index252.js +1 -1
- package/dist/index253.js +2 -2
- package/dist/index29.js +3 -3
- package/dist/index31.js +52 -52
- package/dist/index31.js.map +1 -1
- package/dist/index33.js +2 -2
- package/dist/index35.js +2 -2
- package/dist/index43.js +5 -5
- package/dist/index43.js.map +1 -1
- package/dist/index47.js +1 -1
- package/dist/index49.js +1 -1
- package/dist/index65.js +5 -5
- package/dist/index69.js +30 -30
- package/dist/index69.js.map +1 -1
- package/dist/index72.js +1 -1
- package/dist/index75.js +1 -1
- package/dist/index79.js +5 -5
- package/dist/index8.js +56 -56
- package/dist/index8.js.map +1 -1
- package/dist/index81.js +1 -1
- package/dist/style.css +1 -1
- package/dist/utilities/functions/cloneDeep.d.ts +1 -1
- package/package.json +2 -2
|
@@ -90,7 +90,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
90
90
|
mousedown: (event: MouseEvent) => void;
|
|
91
91
|
mouseup: (event: MouseEvent) => void;
|
|
92
92
|
"update:modelValue": (value: number | null) => void;
|
|
93
|
-
}, string, import("vue").
|
|
93
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbNumberInputProps>, {}>>> & {
|
|
94
94
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
95
95
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
96
96
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -107,7 +107,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
107
107
|
text: string;
|
|
108
108
|
hasErrors: boolean;
|
|
109
109
|
}) => any) | undefined;
|
|
110
|
-
}
|
|
110
|
+
}> & BaseNumberInputSlots & {
|
|
111
|
+
label?: ((props: {
|
|
112
|
+
text: string;
|
|
113
|
+
hasErrors: boolean;
|
|
114
|
+
}) => any) | undefined;
|
|
115
|
+
}>;
|
|
111
116
|
export default _default;
|
|
112
117
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
113
118
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -68,7 +68,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
68
68
|
shown: () => void;
|
|
69
69
|
hidden: () => void;
|
|
70
70
|
"update:modelValue": (value: boolean) => void;
|
|
71
|
-
}, string, import("vue").
|
|
71
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbOffCanvasProps>, {
|
|
72
72
|
closeLabel: string;
|
|
73
73
|
direction: string;
|
|
74
74
|
showClose: boolean;
|
|
@@ -92,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
92
92
|
size: number | ({
|
|
93
93
|
size?: any;
|
|
94
94
|
} & string) | keyof Sizes;
|
|
95
|
-
}, {}>, Readonly<BbOffCanvasSlots
|
|
95
|
+
}, {}>, Readonly<BbOffCanvasSlots> & BbOffCanvasSlots>;
|
|
96
96
|
export default _default;
|
|
97
97
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
98
98
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -29,7 +29,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
29
29
|
maxSize: number;
|
|
30
30
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
31
31
|
"update:modelValue": (...args: any[]) => void;
|
|
32
|
-
}, string, import("vue").
|
|
32
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPaginationProps>, {
|
|
33
33
|
modelValue: number;
|
|
34
34
|
totalPages: number;
|
|
35
35
|
ellipsis: string;
|
|
@@ -50,7 +50,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
50
50
|
item: number;
|
|
51
51
|
}) => any) | undefined;
|
|
52
52
|
ellipsis?: ((props: {}) => any) | undefined;
|
|
53
|
-
}
|
|
53
|
+
}> & {
|
|
54
|
+
previous?: ((props: {}) => any) | undefined;
|
|
55
|
+
next?: ((props: {}) => any) | undefined;
|
|
56
|
+
item?: ((props: {
|
|
57
|
+
active: boolean;
|
|
58
|
+
disabled: boolean;
|
|
59
|
+
item: number;
|
|
60
|
+
}) => any) | undefined;
|
|
61
|
+
ellipsis?: ((props: {}) => any) | undefined;
|
|
62
|
+
}>;
|
|
54
63
|
export default _default;
|
|
55
64
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
56
65
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
23
23
|
shown: () => void;
|
|
24
24
|
hidden: () => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbPopoverProps>, {
|
|
26
26
|
arrowPadding: number;
|
|
27
27
|
offset: number;
|
|
28
28
|
padding: number;
|
|
@@ -60,7 +60,26 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
60
|
default?: ((props: {
|
|
61
61
|
close: () => Promise<void>;
|
|
62
62
|
}) => any) | undefined;
|
|
63
|
-
}
|
|
63
|
+
}> & {
|
|
64
|
+
activator?: ((props: {
|
|
65
|
+
props: {
|
|
66
|
+
"aria-controls": string;
|
|
67
|
+
"aria-expanded": boolean;
|
|
68
|
+
onClick: () => Promise<void>;
|
|
69
|
+
id: string;
|
|
70
|
+
disabled: boolean;
|
|
71
|
+
};
|
|
72
|
+
closed: boolean;
|
|
73
|
+
closing: boolean;
|
|
74
|
+
disabled: boolean;
|
|
75
|
+
open: boolean;
|
|
76
|
+
opening: boolean;
|
|
77
|
+
placement: Placement;
|
|
78
|
+
}) => any) | undefined;
|
|
79
|
+
default?: ((props: {
|
|
80
|
+
close: () => Promise<void>;
|
|
81
|
+
}) => any) | undefined;
|
|
82
|
+
}>;
|
|
64
83
|
export default _default;
|
|
65
84
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
66
85
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
20
20
|
modelValue: number;
|
|
21
21
|
min: number;
|
|
22
22
|
max: number;
|
|
23
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
23
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbProgressProps>, {
|
|
24
24
|
modelValue: number;
|
|
25
25
|
min: number;
|
|
26
26
|
max: number;
|
|
@@ -88,7 +88,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
88
88
|
mousedown: (event: MouseEvent) => void;
|
|
89
89
|
mouseup: (event: MouseEvent) => void;
|
|
90
90
|
"update:modelValue": (value: any) => void;
|
|
91
|
-
}, string, import("vue").
|
|
91
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbRadioProps>, {
|
|
92
92
|
direction: string;
|
|
93
93
|
reverse: boolean;
|
|
94
94
|
}>>> & {
|
|
@@ -112,7 +112,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
112
112
|
icon?: ((props: SlotAttributes & {
|
|
113
113
|
text: string;
|
|
114
114
|
}) => any) | undefined;
|
|
115
|
-
}
|
|
115
|
+
}> & {
|
|
116
|
+
label?: ((props: {
|
|
117
|
+
text: string;
|
|
118
|
+
hasErrors: boolean;
|
|
119
|
+
}) => any) | undefined;
|
|
120
|
+
icon?: ((props: SlotAttributes & {
|
|
121
|
+
text: string;
|
|
122
|
+
}) => any) | undefined;
|
|
123
|
+
}>;
|
|
116
124
|
export default _default;
|
|
117
125
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
118
126
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -171,7 +171,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
171
171
|
text: string;
|
|
172
172
|
hasErrors: boolean;
|
|
173
173
|
}) => any) | undefined;
|
|
174
|
-
}
|
|
174
|
+
}> & {
|
|
175
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
176
|
+
loading?: ((props: {}) => any) | undefined;
|
|
177
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
178
|
+
"option:prepend"?: ((props: {
|
|
179
|
+
item: any;
|
|
180
|
+
}) => any) | undefined;
|
|
181
|
+
icon?: ((props: SlotAttributes & {
|
|
182
|
+
item: any;
|
|
183
|
+
text: string;
|
|
184
|
+
}) => any) | undefined;
|
|
185
|
+
label?: ((props: {
|
|
186
|
+
item: any;
|
|
187
|
+
text: string;
|
|
188
|
+
checked: boolean;
|
|
189
|
+
}) => any) | undefined;
|
|
190
|
+
"option:append"?: ((props: {
|
|
191
|
+
item: any;
|
|
192
|
+
}) => any) | undefined;
|
|
193
|
+
append?: ((props: {}) => any) | undefined;
|
|
194
|
+
legend?: ((props: {
|
|
195
|
+
text: string;
|
|
196
|
+
hasErrors: boolean;
|
|
197
|
+
}) => any) | undefined;
|
|
198
|
+
};
|
|
175
199
|
emit: BaseRadioGroupEvents;
|
|
176
200
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
177
201
|
props: {
|
|
@@ -236,7 +260,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
236
260
|
text: string;
|
|
237
261
|
hasErrors: boolean;
|
|
238
262
|
}) => any) | undefined;
|
|
239
|
-
}
|
|
263
|
+
}> & {
|
|
264
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
265
|
+
loading?: ((props: {}) => any) | undefined;
|
|
266
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
267
|
+
"option:prepend"?: ((props: {
|
|
268
|
+
item: any;
|
|
269
|
+
}) => any) | undefined;
|
|
270
|
+
icon?: ((props: SlotAttributes & {
|
|
271
|
+
item: any;
|
|
272
|
+
text: string;
|
|
273
|
+
}) => any) | undefined;
|
|
274
|
+
label?: ((props: {
|
|
275
|
+
item: any;
|
|
276
|
+
text: string;
|
|
277
|
+
checked: boolean;
|
|
278
|
+
}) => any) | undefined;
|
|
279
|
+
"option:append"?: ((props: {
|
|
280
|
+
item: any;
|
|
281
|
+
}) => any) | undefined;
|
|
282
|
+
append?: ((props: {}) => any) | undefined;
|
|
283
|
+
legend?: ((props: {
|
|
284
|
+
text: string;
|
|
285
|
+
hasErrors: boolean;
|
|
286
|
+
}) => any) | undefined;
|
|
287
|
+
};
|
|
240
288
|
emit: BaseRadioGroupEvents;
|
|
241
289
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
242
290
|
[key: string]: any;
|
|
@@ -304,7 +352,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
304
352
|
text: string;
|
|
305
353
|
hasErrors: boolean;
|
|
306
354
|
}) => any) | undefined;
|
|
307
|
-
}
|
|
355
|
+
}> & {
|
|
356
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
357
|
+
loading?: ((props: {}) => any) | undefined;
|
|
358
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
359
|
+
"option:prepend"?: ((props: {
|
|
360
|
+
item: any;
|
|
361
|
+
}) => any) | undefined;
|
|
362
|
+
icon?: ((props: SlotAttributes & {
|
|
363
|
+
item: any;
|
|
364
|
+
text: string;
|
|
365
|
+
}) => any) | undefined;
|
|
366
|
+
label?: ((props: {
|
|
367
|
+
item: any;
|
|
368
|
+
text: string;
|
|
369
|
+
checked: boolean;
|
|
370
|
+
}) => any) | undefined;
|
|
371
|
+
"option:append"?: ((props: {
|
|
372
|
+
item: any;
|
|
373
|
+
}) => any) | undefined;
|
|
374
|
+
append?: ((props: {}) => any) | undefined;
|
|
375
|
+
legend?: ((props: {
|
|
376
|
+
text: string;
|
|
377
|
+
hasErrors: boolean;
|
|
378
|
+
}) => any) | undefined;
|
|
379
|
+
};
|
|
308
380
|
emit: BaseRadioGroupEvents;
|
|
309
381
|
} | undefined;
|
|
310
382
|
};
|
|
@@ -80,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
80
80
|
mousedown: (event: MouseEvent) => void;
|
|
81
81
|
mouseup: (event: MouseEvent) => void;
|
|
82
82
|
"update:modelValue": (value: number | null) => void;
|
|
83
|
-
}, string, import("vue").
|
|
83
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbRatingProps>, {
|
|
84
84
|
inputPosition: string;
|
|
85
85
|
}>>> & {
|
|
86
86
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -100,7 +100,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
100
100
|
text: string;
|
|
101
101
|
hasErrors: boolean;
|
|
102
102
|
}) => any) | undefined;
|
|
103
|
-
}
|
|
103
|
+
}> & BaseRatingSlots & {
|
|
104
|
+
legend?: ((props: {
|
|
105
|
+
text: string;
|
|
106
|
+
hasErrors: boolean;
|
|
107
|
+
}) => any) | undefined;
|
|
108
|
+
}>;
|
|
104
109
|
export default _default;
|
|
105
110
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
106
111
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -8,7 +8,7 @@ export type BbRatioProps = {
|
|
|
8
8
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbRatioProps>, {
|
|
9
9
|
ratio: number;
|
|
10
10
|
tag: string;
|
|
11
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
11
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbRatioProps>, {
|
|
12
12
|
ratio: number;
|
|
13
13
|
tag: string;
|
|
14
14
|
}>>>, {
|
|
@@ -16,7 +16,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
16
16
|
ratio: number;
|
|
17
17
|
}, {}>, Readonly<{
|
|
18
18
|
default?: ((props: {}) => any) | undefined;
|
|
19
|
-
}
|
|
19
|
+
}> & {
|
|
20
|
+
default?: ((props: {}) => any) | undefined;
|
|
21
|
+
}>;
|
|
20
22
|
export default _default;
|
|
21
23
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
22
24
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -270,7 +270,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
270
270
|
updateOnAnimationFrame?: boolean | undefined;
|
|
271
271
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, __VLS_ctx?: {
|
|
272
272
|
attrs: any;
|
|
273
|
-
slots: Readonly<BbSelectSlots<T
|
|
273
|
+
slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
|
|
274
274
|
emit: BaseSelectEvents;
|
|
275
275
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
276
276
|
props: {
|
|
@@ -319,7 +319,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
319
319
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
320
320
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
321
321
|
attrs: any;
|
|
322
|
-
slots: Readonly<BbSelectSlots<T
|
|
322
|
+
slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
|
|
323
323
|
emit: BaseSelectEvents;
|
|
324
324
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
325
325
|
[key: string]: any;
|
|
@@ -371,7 +371,7 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
371
371
|
} & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps;
|
|
372
372
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
|
373
373
|
attrs: any;
|
|
374
|
-
slots: Readonly<BbSelectSlots<T
|
|
374
|
+
slots: Readonly<BbSelectSlots<T>> & BbSelectSlots<T>;
|
|
375
375
|
emit: BaseSelectEvents;
|
|
376
376
|
} | undefined;
|
|
377
377
|
};
|
|
@@ -85,7 +85,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
85
85
|
pointerup: (event: PointerEvent) => void;
|
|
86
86
|
start: (value: string | number | null) => void;
|
|
87
87
|
"update:modelValue": (event: number) => void;
|
|
88
|
-
}, string, import("vue").
|
|
88
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BbSliderProps>>> & {
|
|
89
89
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
90
90
|
onKeydown?: ((event: KeyboardEvent) => any) | undefined;
|
|
91
91
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
@@ -101,7 +101,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
text: string;
|
|
102
102
|
hasErrors: boolean;
|
|
103
103
|
}) => any) | undefined;
|
|
104
|
-
}
|
|
104
|
+
}> & BaseSliderSlots & {
|
|
105
|
+
label?: ((props: {
|
|
106
|
+
text: string;
|
|
107
|
+
hasErrors: boolean;
|
|
108
|
+
}) => any) | undefined;
|
|
109
|
+
}>;
|
|
105
110
|
export default _default;
|
|
106
111
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
107
112
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -25,7 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
25
25
|
childList: boolean;
|
|
26
26
|
};
|
|
27
27
|
tag: string;
|
|
28
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
28
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSmoothHeightProps>, {
|
|
29
29
|
transitionDuration: number;
|
|
30
30
|
strategy: string;
|
|
31
31
|
mutationOptions: () => {
|
|
@@ -37,7 +37,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
37
37
|
tag: "object" | "search" | "small" | "sub" | "sup" | "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" | "section" | "select" | "slot" | "span" | "strong" | "style" | "summary" | "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
|
-
}, {}>, Readonly<BbSmoothHeightSlots
|
|
40
|
+
}, {}>, Readonly<BbSmoothHeightSlots> & BbSmoothHeightSlots>;
|
|
41
41
|
export default _default;
|
|
42
42
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
43
43
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -4,7 +4,7 @@ export type Size = IconSize;
|
|
|
4
4
|
export type BbSpinnerProps = Pick<CommonProps, "color"> & S<IconSize>;
|
|
5
5
|
declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSpinnerProps>, {
|
|
6
6
|
size: string;
|
|
7
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
7
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbSpinnerProps>, {
|
|
8
8
|
size: string;
|
|
9
9
|
}>>>, {
|
|
10
10
|
size: number | ({
|
|
@@ -15,7 +15,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
15
15
|
mousedown: (event: MouseEvent) => void;
|
|
16
16
|
mouseup: (event: MouseEvent) => void;
|
|
17
17
|
"update:modelValue": (value: any) => void;
|
|
18
|
-
}, string, import("vue").
|
|
18
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbCheckboxProps>, {
|
|
19
19
|
direction: string;
|
|
20
20
|
reverse: boolean;
|
|
21
21
|
}>>> & {
|
|
@@ -39,7 +39,15 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
39
39
|
icon?: ((props: SlotAttributes & {
|
|
40
40
|
text: string;
|
|
41
41
|
}) => any) | undefined;
|
|
42
|
-
}
|
|
42
|
+
}> & {
|
|
43
|
+
label?: ((props: {
|
|
44
|
+
text: string;
|
|
45
|
+
hasErrors: boolean;
|
|
46
|
+
}) => any) | undefined;
|
|
47
|
+
icon?: ((props: SlotAttributes & {
|
|
48
|
+
text: string;
|
|
49
|
+
}) => any) | undefined;
|
|
50
|
+
}>;
|
|
43
51
|
export default _default;
|
|
44
52
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
45
53
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -63,7 +63,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
63
63
|
text: string;
|
|
64
64
|
hasErrors: boolean;
|
|
65
65
|
}) => any) | undefined;
|
|
66
|
-
}
|
|
66
|
+
}> & {
|
|
67
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
68
|
+
loading?: ((props: {}) => any) | undefined;
|
|
69
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
70
|
+
"option:prepend"?: ((props: {
|
|
71
|
+
item: T;
|
|
72
|
+
}) => any) | undefined;
|
|
73
|
+
icon?: ((props: SlotAttributes & {
|
|
74
|
+
item: T;
|
|
75
|
+
text: string;
|
|
76
|
+
}) => any) | undefined;
|
|
77
|
+
label?: ((props: {
|
|
78
|
+
item: T;
|
|
79
|
+
text: string;
|
|
80
|
+
checked: boolean;
|
|
81
|
+
}) => any) | undefined;
|
|
82
|
+
"option:append"?: ((props: {
|
|
83
|
+
item: T;
|
|
84
|
+
}) => any) | undefined;
|
|
85
|
+
append?: ((props: {}) => any) | undefined;
|
|
86
|
+
legend?: ((props: {
|
|
87
|
+
text: string;
|
|
88
|
+
hasErrors: boolean;
|
|
89
|
+
}) => any) | undefined;
|
|
90
|
+
};
|
|
67
91
|
emit: import("../..").BaseCheckboxGroupEvents;
|
|
68
92
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
69
93
|
props: {
|
|
@@ -128,7 +152,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
128
152
|
text: string;
|
|
129
153
|
hasErrors: boolean;
|
|
130
154
|
}) => any) | undefined;
|
|
131
|
-
}
|
|
155
|
+
}> & {
|
|
156
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
157
|
+
loading?: ((props: {}) => any) | undefined;
|
|
158
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
159
|
+
"option:prepend"?: ((props: {
|
|
160
|
+
item: T;
|
|
161
|
+
}) => any) | undefined;
|
|
162
|
+
icon?: ((props: SlotAttributes & {
|
|
163
|
+
item: T;
|
|
164
|
+
text: string;
|
|
165
|
+
}) => any) | undefined;
|
|
166
|
+
label?: ((props: {
|
|
167
|
+
item: T;
|
|
168
|
+
text: string;
|
|
169
|
+
checked: boolean;
|
|
170
|
+
}) => any) | undefined;
|
|
171
|
+
"option:append"?: ((props: {
|
|
172
|
+
item: T;
|
|
173
|
+
}) => any) | undefined;
|
|
174
|
+
append?: ((props: {}) => any) | undefined;
|
|
175
|
+
legend?: ((props: {
|
|
176
|
+
text: string;
|
|
177
|
+
hasErrors: boolean;
|
|
178
|
+
}) => any) | undefined;
|
|
179
|
+
};
|
|
132
180
|
emit: import("../..").BaseCheckboxGroupEvents;
|
|
133
181
|
}>) => import("vue").VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
|
134
182
|
[key: string]: any;
|
|
@@ -196,7 +244,31 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
196
244
|
text: string;
|
|
197
245
|
hasErrors: boolean;
|
|
198
246
|
}) => any) | undefined;
|
|
199
|
-
}
|
|
247
|
+
}> & {
|
|
248
|
+
prepend?: ((props: {}) => any) | undefined;
|
|
249
|
+
loading?: ((props: {}) => any) | undefined;
|
|
250
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
251
|
+
"option:prepend"?: ((props: {
|
|
252
|
+
item: T;
|
|
253
|
+
}) => any) | undefined;
|
|
254
|
+
icon?: ((props: SlotAttributes & {
|
|
255
|
+
item: T;
|
|
256
|
+
text: string;
|
|
257
|
+
}) => any) | undefined;
|
|
258
|
+
label?: ((props: {
|
|
259
|
+
item: T;
|
|
260
|
+
text: string;
|
|
261
|
+
checked: boolean;
|
|
262
|
+
}) => any) | undefined;
|
|
263
|
+
"option:append"?: ((props: {
|
|
264
|
+
item: T;
|
|
265
|
+
}) => any) | undefined;
|
|
266
|
+
append?: ((props: {}) => any) | undefined;
|
|
267
|
+
legend?: ((props: {
|
|
268
|
+
text: string;
|
|
269
|
+
hasErrors: boolean;
|
|
270
|
+
}) => any) | undefined;
|
|
271
|
+
};
|
|
200
272
|
emit: import("../..").BaseCheckboxGroupEvents;
|
|
201
273
|
} | undefined;
|
|
202
274
|
};
|
|
@@ -38,9 +38,9 @@ export type BbTabProps = Pick<CommonProps, "disabled" | "eager" | "id"> & {
|
|
|
38
38
|
*/
|
|
39
39
|
querykey?: string;
|
|
40
40
|
};
|
|
41
|
-
declare const props: Omit<BbTabProps
|
|
42
|
-
direction: "horizontal" | "vertical";
|
|
43
|
-
querykey: string;
|
|
41
|
+
declare const props: Readonly<Omit<import("@vue/shared").LooseRequired<BbTabProps>, "direction" | "querykey">> & {
|
|
42
|
+
readonly direction: "horizontal" | "vertical";
|
|
43
|
+
readonly querykey: string;
|
|
44
44
|
} & {
|
|
45
45
|
readonly disabled: boolean;
|
|
46
46
|
readonly eager: boolean;
|
|
@@ -60,7 +60,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
60
60
|
goTo: (target: "first" | "last" | "next" | "previous") => void;
|
|
61
61
|
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
62
62
|
"update:modelValue": (value: string) => void;
|
|
63
|
-
}, string, import("vue").
|
|
63
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbTabProps>, {
|
|
64
64
|
direction: string;
|
|
65
65
|
querykey: string;
|
|
66
66
|
}>>> & {
|
|
@@ -92,7 +92,31 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
92
92
|
value: string;
|
|
93
93
|
goTo: (target: "first" | "last" | "next" | "previous") => void;
|
|
94
94
|
}) => any;
|
|
95
|
-
}
|
|
95
|
+
}> & {
|
|
96
|
+
label?: ((props: {
|
|
97
|
+
current: string | null;
|
|
98
|
+
currentIndex: number;
|
|
99
|
+
disabled: boolean;
|
|
100
|
+
isFirst: boolean;
|
|
101
|
+
isLast: boolean;
|
|
102
|
+
selected: boolean;
|
|
103
|
+
text: string | undefined;
|
|
104
|
+
value: string;
|
|
105
|
+
goTo: (target: "first" | "last" | "next" | "previous") => void;
|
|
106
|
+
}) => any) | undefined;
|
|
107
|
+
} & {
|
|
108
|
+
[key: string]: (props: {
|
|
109
|
+
current: string | null;
|
|
110
|
+
currentIndex: number;
|
|
111
|
+
disabled: boolean;
|
|
112
|
+
isFirst: boolean;
|
|
113
|
+
isLast: boolean;
|
|
114
|
+
selected: boolean;
|
|
115
|
+
text: string | undefined;
|
|
116
|
+
value: string;
|
|
117
|
+
goTo: (target: "first" | "last" | "next" | "previous") => void;
|
|
118
|
+
}) => any;
|
|
119
|
+
}>;
|
|
96
120
|
export default _default;
|
|
97
121
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
98
122
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -22,7 +22,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
22
22
|
"dblclick:row": (event: MouseEvent, item: any, selected: boolean) => void;
|
|
23
23
|
"update:modelValue": (value: any) => void;
|
|
24
24
|
"update:selectAll": (value: Boolean) => void;
|
|
25
|
-
}, string, import("vue").
|
|
25
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbTableProps>, {
|
|
26
26
|
align: string;
|
|
27
27
|
accessibleLabel: (columns: MappedCell[]) => string;
|
|
28
28
|
actionsText: string;
|
|
@@ -99,7 +99,43 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
99
|
label?: string | undefined;
|
|
100
100
|
value?: any;
|
|
101
101
|
}) => any;
|
|
102
|
-
}
|
|
102
|
+
}> & {
|
|
103
|
+
thead?: ((props: {}) => any) | undefined;
|
|
104
|
+
tbody?: ((props: {}) => any) | undefined;
|
|
105
|
+
tfoot?: ((props: {}) => any) | undefined;
|
|
106
|
+
header_select?: ((props: {
|
|
107
|
+
multiple: boolean;
|
|
108
|
+
selectAll: boolean;
|
|
109
|
+
}) => any) | undefined;
|
|
110
|
+
header_actions?: ((props: {
|
|
111
|
+
text: string;
|
|
112
|
+
}) => any) | undefined;
|
|
113
|
+
loading?: ((props: {
|
|
114
|
+
items: any[];
|
|
115
|
+
}) => any) | undefined;
|
|
116
|
+
"no-data"?: ((props: {}) => any) | undefined;
|
|
117
|
+
actions?: ((props: {
|
|
118
|
+
item: any;
|
|
119
|
+
value: any;
|
|
120
|
+
}) => any) | undefined;
|
|
121
|
+
select?: ((props: {
|
|
122
|
+
item: any;
|
|
123
|
+
value: any;
|
|
124
|
+
checked: boolean;
|
|
125
|
+
disabled: boolean;
|
|
126
|
+
inputName: string;
|
|
127
|
+
readonly: boolean;
|
|
128
|
+
}) => any) | undefined;
|
|
129
|
+
} & {
|
|
130
|
+
[key: string]: (props: {
|
|
131
|
+
classes?: Classes[] | undefined;
|
|
132
|
+
content?: any;
|
|
133
|
+
items?: any[] | undefined;
|
|
134
|
+
item: any;
|
|
135
|
+
label?: string | undefined;
|
|
136
|
+
value?: any;
|
|
137
|
+
}) => any;
|
|
138
|
+
}>;
|
|
103
139
|
export default _default;
|
|
104
140
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
105
141
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -101,7 +101,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
101
101
|
keydown: (event: KeyboardEvent) => void;
|
|
102
102
|
keyup: (event: KeyboardEvent) => void;
|
|
103
103
|
"update:modelValue": (value: any) => void;
|
|
104
|
-
}, string, import("vue").
|
|
104
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbTagProps>, {
|
|
105
105
|
multiple: boolean;
|
|
106
106
|
}>>> & {
|
|
107
107
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
116
116
|
onDuplicate?: ((string: string) => any) | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
multiple: boolean;
|
|
119
|
-
}, {}>, Readonly<BbTagSlots
|
|
119
|
+
}, {}>, Readonly<BbTagSlots> & BbTagSlots>;
|
|
120
120
|
export default _default;
|
|
121
121
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
122
122
|
type __VLS_TypePropsToRuntimeProps<T> = {
|
|
@@ -84,7 +84,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
84
84
|
mousedown: (event: MouseEvent) => void;
|
|
85
85
|
mouseup: (event: MouseEvent) => void;
|
|
86
86
|
"update:modelValue": (value: string | null) => void;
|
|
87
|
-
}, string, import("vue").
|
|
87
|
+
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<BbTextInputProps>>> & {
|
|
88
88
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
89
89
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
90
90
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -99,7 +99,12 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
99
99
|
text: string;
|
|
100
100
|
hasErrors: boolean;
|
|
101
101
|
}) => any) | undefined;
|
|
102
|
-
}
|
|
102
|
+
}> & BaseTextInputSlots & {
|
|
103
|
+
label?: ((props: {
|
|
104
|
+
text: string;
|
|
105
|
+
hasErrors: boolean;
|
|
106
|
+
}) => any) | undefined;
|
|
107
|
+
}>;
|
|
103
108
|
export default _default;
|
|
104
109
|
type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
|
|
105
110
|
type __VLS_TypePropsToRuntimeProps<T> = {
|