bitboss-ui 1.0.49 → 1.0.53
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 +1 -1
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +6 -6
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +1 -1
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +15 -1
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +6 -6
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +6 -6
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +15 -1
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +22 -64
- package/dist/components/BbButton/BbButton.vue.d.ts +30 -1
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +9 -9
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +1 -1
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +1 -1
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +13 -1
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +9 -9
- package/dist/components/BbRatio/BbRatio.vue.d.ts +1 -1
- package/dist/components/BbSelect/BbSelect.vue.d.ts +9 -9
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +1 -1
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +9 -9
- package/dist/components/BbTextInput/BbTextInput.vue.d.ts +12 -0
- package/dist/components/ErrorIcon.vue.d.ts +2 -0
- package/dist/index105.js +3 -3
- package/dist/index111.js +33 -21
- package/dist/index111.js.map +1 -1
- package/dist/index113.js +1 -1
- package/dist/index115.js +4 -4
- package/dist/index117.js +1 -1
- package/dist/index12.js +1 -1
- package/dist/index121.js +1 -1
- package/dist/index122.js +1 -1
- package/dist/index123.js +17 -25
- package/dist/index123.js.map +1 -1
- package/dist/index127.js +2 -2
- package/dist/index128.js +1 -1
- package/dist/index14.js +3 -3
- package/dist/index16.js +1 -1
- package/dist/index18.js +8 -8
- package/dist/index198.js +80 -5
- package/dist/index198.js.map +1 -1
- package/dist/index199.js +5 -2
- package/dist/index199.js.map +1 -1
- package/dist/index20.js +11 -11
- package/dist/index200.js +174 -4
- package/dist/index200.js.map +1 -1
- package/dist/index201.js +122 -2
- package/dist/index201.js.map +1 -1
- package/dist/index202.js +5 -3
- package/dist/index202.js.map +1 -1
- package/dist/index203.js +133 -34
- package/dist/index203.js.map +1 -1
- package/dist/index204.js +19 -6
- package/dist/index204.js.map +1 -1
- package/dist/index205.js +2 -7
- package/dist/index205.js.map +1 -1
- package/dist/index206.js +2 -3
- package/dist/index206.js.map +1 -1
- package/dist/index207.js +35 -3
- package/dist/index207.js.map +1 -1
- package/dist/index208.js +170 -170
- package/dist/index208.js.map +1 -1
- package/dist/index209.js +6 -122
- package/dist/index209.js.map +1 -1
- package/dist/index210.js +369 -5
- package/dist/index210.js.map +1 -1
- package/dist/index211.js +418 -125
- package/dist/index211.js.map +1 -1
- package/dist/index212.js +2 -19
- package/dist/index212.js.map +1 -1
- package/dist/index213.js +4 -2
- package/dist/index213.js.map +1 -1
- package/dist/index214.js +2 -2
- package/dist/index214.js.map +1 -1
- package/dist/index215.js +14 -172
- package/dist/index215.js.map +1 -1
- package/dist/index216.js +14 -367
- package/dist/index216.js.map +1 -1
- package/dist/index217.js +18 -425
- package/dist/index217.js.map +1 -1
- package/dist/index218.js +26 -13
- package/dist/index218.js.map +1 -1
- package/dist/index219.js +8 -16
- package/dist/index219.js.map +1 -1
- package/dist/index22.js +4 -4
- package/dist/index220.js +26 -20
- package/dist/index220.js.map +1 -1
- package/dist/index221.js +3 -29
- package/dist/index221.js.map +1 -1
- package/dist/index222.js +7 -8
- package/dist/index222.js.map +1 -1
- package/dist/index223.js +3 -80
- package/dist/index223.js.map +1 -1
- package/dist/index224.js +3 -224
- package/dist/index224.js.map +1 -1
- package/dist/index225.js +224 -2
- package/dist/index225.js.map +1 -1
- package/dist/index226.js +2 -2
- package/dist/index226.js.map +1 -1
- package/dist/index227.js +1 -1
- package/dist/index228.js +1 -1
- package/dist/index229.js +2 -10
- package/dist/index229.js.map +1 -1
- package/dist/index230.js +10 -6
- package/dist/index230.js.map +1 -1
- package/dist/index231.js +3 -17
- package/dist/index231.js.map +1 -1
- package/dist/index234.js +6 -79
- package/dist/index234.js.map +1 -1
- package/dist/index235.js +17 -4
- package/dist/index235.js.map +1 -1
- package/dist/index236.js +72 -428
- package/dist/index236.js.map +1 -1
- package/dist/index237.js +2 -89
- package/dist/index237.js.map +1 -1
- package/dist/index238.js +69 -224
- package/dist/index238.js.map +1 -1
- package/dist/index239.js +5 -258
- package/dist/index239.js.map +1 -1
- package/dist/index24.js +2 -2
- package/dist/index240.js +293 -198
- package/dist/index240.js.map +1 -1
- package/dist/index241.js +6 -2
- package/dist/index241.js.map +1 -1
- package/dist/index242.js +2 -295
- package/dist/index242.js.map +1 -1
- package/dist/index243.js +2 -6
- package/dist/index243.js.map +1 -1
- package/dist/index244.js +2 -2
- package/dist/index245.js +106 -2
- package/dist/index245.js.map +1 -1
- package/dist/index246.js +435 -2
- package/dist/index246.js.map +1 -1
- package/dist/index247.js +4 -106
- package/dist/index247.js.map +1 -1
- package/dist/index248.js +2 -118
- package/dist/index248.js.map +1 -1
- package/dist/index249.js +2 -69
- package/dist/index249.js.map +1 -1
- package/dist/index250.js +2 -5
- package/dist/index250.js.map +1 -1
- package/dist/index252.js +118 -2
- package/dist/index252.js.map +1 -1
- package/dist/index253.js +200 -2
- package/dist/index253.js.map +1 -1
- package/dist/index254.js +1 -4
- package/dist/index254.js.map +1 -1
- package/dist/index255.js +7 -235
- package/dist/index255.js.map +1 -1
- package/dist/index256.js +86 -12
- package/dist/index256.js.map +1 -1
- package/dist/index257.js +224 -4
- package/dist/index257.js.map +1 -1
- package/dist/index258.js +258 -4
- package/dist/index258.js.map +1 -1
- package/dist/index259.js +228 -54
- package/dist/index259.js.map +1 -1
- package/dist/index26.js +89 -59
- package/dist/index26.js.map +1 -1
- package/dist/index260.js +15 -2
- package/dist/index260.js.map +1 -1
- package/dist/index261.js +4 -2
- package/dist/index261.js.map +1 -1
- package/dist/index262.js +7 -0
- package/dist/index262.js.map +1 -0
- package/dist/index263.js +64 -0
- package/dist/index263.js.map +1 -0
- package/dist/index264.js +5 -0
- package/dist/index264.js.map +1 -0
- package/dist/index265.js +5 -0
- package/dist/index265.js.map +1 -0
- package/dist/index28.js +2 -2
- package/dist/index30.js +1 -1
- package/dist/index32.js +3 -3
- package/dist/index34.js +8 -8
- package/dist/index36.js +3 -3
- package/dist/index38.js +2 -2
- package/dist/index40.js +1 -1
- package/dist/index42.js +1 -1
- package/dist/index46.js +48 -17
- package/dist/index46.js.map +1 -1
- package/dist/index52.js +40 -33
- package/dist/index52.js.map +1 -1
- package/dist/index54.js +1 -1
- package/dist/index58.js +68 -32
- package/dist/index58.js.map +1 -1
- package/dist/index70.js +3 -3
- package/dist/index74.js +2 -2
- package/dist/index76.js +1 -1
- package/dist/index77.js +33 -21
- package/dist/index77.js.map +1 -1
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index83.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +2 -2
|
@@ -80,7 +80,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
80
80
|
tag: string;
|
|
81
81
|
type: string;
|
|
82
82
|
}>>>, {
|
|
83
|
-
type: "
|
|
83
|
+
type: "button" | "submit" | "reset";
|
|
84
84
|
tag: string;
|
|
85
85
|
}, {}>, Readonly<{
|
|
86
86
|
default?: ((props: object) => any) | undefined;
|
|
@@ -109,8 +109,6 @@ export type BaseCheckboxGroupEvents = {
|
|
|
109
109
|
(e: 'update:modelValue', value: any): void;
|
|
110
110
|
};
|
|
111
111
|
declare const _default: <T = any>(__VLS_props: {
|
|
112
|
-
disabled?: boolean | undefined;
|
|
113
|
-
name?: string | undefined;
|
|
114
112
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
115
113
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
116
114
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -119,6 +117,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
119
117
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
120
118
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
121
119
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
120
|
+
disabled?: boolean | undefined;
|
|
121
|
+
name?: string | undefined;
|
|
122
122
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
123
123
|
id?: string | undefined;
|
|
124
124
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -202,8 +202,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
202
202
|
emit: BaseCheckboxGroupEvents;
|
|
203
203
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
204
204
|
props: {
|
|
205
|
-
disabled?: boolean | undefined;
|
|
206
|
-
name?: string | undefined;
|
|
207
205
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
208
206
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
209
207
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -212,6 +210,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
212
210
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
213
211
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
214
212
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
213
|
+
disabled?: boolean | undefined;
|
|
214
|
+
name?: string | undefined;
|
|
215
215
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
216
216
|
id?: string | undefined;
|
|
217
217
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -299,8 +299,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
299
299
|
}> & {
|
|
300
300
|
__ctx?: {
|
|
301
301
|
props: {
|
|
302
|
-
disabled?: boolean | undefined;
|
|
303
|
-
name?: string | undefined;
|
|
304
302
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
305
303
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
306
304
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -309,6 +307,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
309
307
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
310
308
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
311
309
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
310
|
+
disabled?: boolean | undefined;
|
|
311
|
+
name?: string | undefined;
|
|
312
312
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
313
313
|
id?: string | undefined;
|
|
314
314
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -93,8 +93,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
93
93
|
reverse: boolean;
|
|
94
94
|
tag: string;
|
|
95
95
|
}>>>, {
|
|
96
|
-
tag: string;
|
|
97
96
|
reverse: boolean;
|
|
97
|
+
tag: string;
|
|
98
98
|
direction: string;
|
|
99
99
|
inputPosition: "left" | "center" | "right";
|
|
100
100
|
labelPosition: "left" | "center" | "right";
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseNumberInputProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Name of the icon to be added at the end of the input.
|
|
5
|
+
*/
|
|
6
|
+
'append:icon'?: string;
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -25,6 +29,10 @@ export type BaseNumberInputProps = {
|
|
|
25
29
|
* The identifier of the component.
|
|
26
30
|
*/
|
|
27
31
|
id?: HTMLAttributes['id'];
|
|
32
|
+
/**
|
|
33
|
+
* Sets the component in a loading state, usually triggering some visual styles.
|
|
34
|
+
*/
|
|
35
|
+
loading?: boolean;
|
|
28
36
|
/**
|
|
29
37
|
* Maximum value cap
|
|
30
38
|
*/
|
|
@@ -45,6 +53,10 @@ export type BaseNumberInputProps = {
|
|
|
45
53
|
* String displayed when there's no data.
|
|
46
54
|
*/
|
|
47
55
|
placeholder?: InputHTMLAttributes['placeholder'];
|
|
56
|
+
/**
|
|
57
|
+
* Name of the icon to be added at the start of the input.
|
|
58
|
+
*/
|
|
59
|
+
'prepend:icon'?: string;
|
|
48
60
|
/**
|
|
49
61
|
* Sets the input in a readonly state.
|
|
50
62
|
*/
|
|
@@ -70,6 +82,7 @@ export type BaseNumberInputEvents = {
|
|
|
70
82
|
(e: 'update:modelValue', value: number | null): void;
|
|
71
83
|
};
|
|
72
84
|
export type BaseNumberInputSlots = {
|
|
85
|
+
prefix?: (props: object) => any;
|
|
73
86
|
append?: (props: {
|
|
74
87
|
increase: typeof increase;
|
|
75
88
|
decrease: typeof decrease;
|
|
@@ -86,6 +99,7 @@ export type BaseNumberInputSlots = {
|
|
|
86
99
|
increase: typeof increase;
|
|
87
100
|
decrease: typeof decrease;
|
|
88
101
|
}) => any;
|
|
102
|
+
suffix?: (props: object) => any;
|
|
89
103
|
};
|
|
90
104
|
declare const decrease: () => void;
|
|
91
105
|
declare const increase: () => void;
|
|
@@ -118,8 +132,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
118
132
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
119
133
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
120
134
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
121
|
-
onDecrease?: ((value: number) => any) | undefined;
|
|
122
135
|
onIncrease?: ((value: number) => any) | undefined;
|
|
136
|
+
onDecrease?: ((value: number) => any) | undefined;
|
|
123
137
|
}, {
|
|
124
138
|
step: number;
|
|
125
139
|
}, {}>, Readonly<BaseNumberInputSlots> & BaseNumberInputSlots>;
|
|
@@ -109,8 +109,6 @@ export type BaseRadioGroupEvents = {
|
|
|
109
109
|
(e: 'update:modelValue', value: any): void;
|
|
110
110
|
};
|
|
111
111
|
declare const _default: <T = any>(__VLS_props: {
|
|
112
|
-
disabled?: boolean | undefined;
|
|
113
|
-
name: string | undefined;
|
|
114
112
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
115
113
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
116
114
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -119,6 +117,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
119
117
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
120
118
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
121
119
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
120
|
+
disabled?: boolean | undefined;
|
|
121
|
+
name: string | undefined;
|
|
122
122
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
123
123
|
id?: string | undefined;
|
|
124
124
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -202,8 +202,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
202
202
|
emit: BaseRadioGroupEvents;
|
|
203
203
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
204
204
|
props: {
|
|
205
|
-
disabled?: boolean | undefined;
|
|
206
|
-
name: string | undefined;
|
|
207
205
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
208
206
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
209
207
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -212,6 +210,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
212
210
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
213
211
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
214
212
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
213
|
+
disabled?: boolean | undefined;
|
|
214
|
+
name: string | undefined;
|
|
215
215
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
216
216
|
id?: string | undefined;
|
|
217
217
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -299,8 +299,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
299
299
|
}> & {
|
|
300
300
|
__ctx?: {
|
|
301
301
|
props: {
|
|
302
|
-
disabled?: boolean | undefined;
|
|
303
|
-
name: string | undefined;
|
|
304
302
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
305
303
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
306
304
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -309,6 +307,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
309
307
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
310
308
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
311
309
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
310
|
+
disabled?: boolean | undefined;
|
|
311
|
+
name: string | undefined;
|
|
312
312
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
313
313
|
id?: string | undefined;
|
|
314
314
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -3,8 +3,6 @@ import type { BaseCheckboxGroupEvents, BaseCheckboxGroupProps } from '../BaseChe
|
|
|
3
3
|
export type BaseSwitchGroupEvents = BaseCheckboxGroupEvents;
|
|
4
4
|
export type BaseSwitchGroupProps<T> = BaseCheckboxGroupProps<T>;
|
|
5
5
|
declare const _default: <T = any>(__VLS_props: {
|
|
6
|
-
disabled?: boolean | undefined;
|
|
7
|
-
name?: string | undefined;
|
|
8
6
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
9
7
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
10
8
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -13,6 +11,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
13
11
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
14
12
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
15
13
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
14
|
+
disabled?: boolean | undefined;
|
|
15
|
+
name?: string | undefined;
|
|
16
16
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
17
17
|
id?: string | undefined;
|
|
18
18
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -96,8 +96,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
96
96
|
emit: BaseCheckboxGroupEvents;
|
|
97
97
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
98
98
|
props: {
|
|
99
|
-
disabled?: boolean | undefined;
|
|
100
|
-
name?: string | undefined;
|
|
101
99
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
102
100
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
103
101
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -106,6 +104,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
106
104
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
107
105
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
108
106
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
107
|
+
disabled?: boolean | undefined;
|
|
108
|
+
name?: string | undefined;
|
|
109
109
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
110
110
|
id?: string | undefined;
|
|
111
111
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -193,8 +193,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
193
193
|
}> & {
|
|
194
194
|
__ctx?: {
|
|
195
195
|
props: {
|
|
196
|
-
disabled?: boolean | undefined;
|
|
197
|
-
name?: string | undefined;
|
|
198
196
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
199
197
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
200
198
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -203,6 +201,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
203
201
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
204
202
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
205
203
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
204
|
+
disabled?: boolean | undefined;
|
|
205
|
+
name?: string | undefined;
|
|
206
206
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
207
207
|
id?: string | undefined;
|
|
208
208
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
|
2
2
|
export type BaseTextInputProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Name of the icon to be added at the end of the input.
|
|
5
|
+
*/
|
|
6
|
+
'append:icon'?: string;
|
|
3
7
|
/**
|
|
4
8
|
* Guides to the browser as to the type of information expected in the field.
|
|
5
9
|
*/
|
|
@@ -25,6 +29,10 @@ export type BaseTextInputProps = {
|
|
|
25
29
|
* The identifier of the component.
|
|
26
30
|
*/
|
|
27
31
|
id?: HTMLAttributes['id'];
|
|
32
|
+
/**
|
|
33
|
+
* Sets the component in a loading state, usually triggering some visual styles.
|
|
34
|
+
*/
|
|
35
|
+
loading?: boolean;
|
|
28
36
|
/**
|
|
29
37
|
* Used my v-model
|
|
30
38
|
*/
|
|
@@ -37,6 +45,10 @@ export type BaseTextInputProps = {
|
|
|
37
45
|
* String displayed when there's no data.
|
|
38
46
|
*/
|
|
39
47
|
placeholder?: InputHTMLAttributes['placeholder'];
|
|
48
|
+
/**
|
|
49
|
+
* Name of the icon to be added at the start of the input.
|
|
50
|
+
*/
|
|
51
|
+
'prepend:icon'?: string;
|
|
40
52
|
/**
|
|
41
53
|
* Sets the input in a readonly state.
|
|
42
54
|
*/
|
|
@@ -58,10 +70,12 @@ export type BaseTextInputEvents = {
|
|
|
58
70
|
(e: 'update:modelValue', value: string | null): void;
|
|
59
71
|
};
|
|
60
72
|
export type BaseTextInputSlots = {
|
|
61
|
-
append?: (props: object) => any;
|
|
62
73
|
'append-outer'?: (props: object) => any;
|
|
74
|
+
append?: (props: object) => any;
|
|
75
|
+
prefix?: (props: object) => any;
|
|
63
76
|
prepend?: (props: object) => any;
|
|
64
77
|
'prepend-outer'?: (props: object) => any;
|
|
78
|
+
suffix?: (props: object) => any;
|
|
65
79
|
};
|
|
66
80
|
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BaseTextInputProps>, {
|
|
67
81
|
type: string;
|
|
@@ -1,70 +1,20 @@
|
|
|
1
|
+
import { type ImgHTMLAttributes } from 'vue';
|
|
1
2
|
import type { CommonProps } from '../../types/CommonProps';
|
|
2
3
|
import type { BbIconProps } from '../BbIcon/BbIcon.vue';
|
|
3
4
|
export type BbAvatarProps = Pick<CommonProps, 'color'> & Pick<BbIconProps, 'size'> & {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
sizes?:
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
/**
|
|
18
|
-
* Attribute `srcset` for the `img` tag
|
|
19
|
-
*/
|
|
20
|
-
srcset?: HTMLImageElement['srcset'];
|
|
21
|
-
} | {
|
|
22
|
-
/**
|
|
23
|
-
* Attribute `src` for the `img` tag
|
|
24
|
-
*/
|
|
25
|
-
src?: HTMLImageElement['src'];
|
|
26
|
-
/**
|
|
27
|
-
* Attribute `srcset` for the `img` tag
|
|
28
|
-
*/
|
|
29
|
-
srcset: HTMLImageElement['srcset'];
|
|
30
|
-
});
|
|
31
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<BbAvatarProps>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Pick<CommonProps, "color"> & Pick<BbIconProps, "size"> & {
|
|
32
|
-
/**
|
|
33
|
-
* Attribute `sizes` for the `img` tag
|
|
34
|
-
*/
|
|
35
|
-
sizes?: string | undefined;
|
|
36
|
-
/**
|
|
37
|
-
* Attribute `alt` for the `img` tag
|
|
38
|
-
*/
|
|
39
|
-
alt: string;
|
|
40
|
-
} & {
|
|
41
|
-
/**
|
|
42
|
-
* Attribute `src` for the `img` tag
|
|
43
|
-
*/
|
|
44
|
-
src: string;
|
|
45
|
-
/**
|
|
46
|
-
* Attribute `srcset` for the `img` tag
|
|
47
|
-
*/
|
|
48
|
-
srcset?: string | undefined;
|
|
49
|
-
}>>> | Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Pick<CommonProps, "color"> & Pick<BbIconProps, "size"> & {
|
|
50
|
-
/**
|
|
51
|
-
* Attribute `sizes` for the `img` tag
|
|
52
|
-
*/
|
|
53
|
-
sizes?: string | undefined;
|
|
54
|
-
/**
|
|
55
|
-
* Attribute `alt` for the `img` tag
|
|
56
|
-
*/
|
|
57
|
-
alt: string;
|
|
58
|
-
} & {
|
|
59
|
-
/**
|
|
60
|
-
* Attribute `src` for the `img` tag
|
|
61
|
-
*/
|
|
62
|
-
src?: string | undefined;
|
|
63
|
-
/**
|
|
64
|
-
* Attribute `srcset` for the `img` tag
|
|
65
|
-
*/
|
|
66
|
-
srcset: string;
|
|
67
|
-
}>>>, {} | {}, {}>, Readonly<{
|
|
5
|
+
alt?: ImgHTMLAttributes['alt'];
|
|
6
|
+
src?: ImgHTMLAttributes['src'];
|
|
7
|
+
srcset?: ImgHTMLAttributes['srcset'];
|
|
8
|
+
sizes?: ImgHTMLAttributes['sizes'];
|
|
9
|
+
timeout?: number;
|
|
10
|
+
};
|
|
11
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbAvatarProps>, {
|
|
12
|
+
timeout: number;
|
|
13
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbAvatarProps>, {
|
|
14
|
+
timeout: number;
|
|
15
|
+
}>>>, {
|
|
16
|
+
timeout: number;
|
|
17
|
+
}, {}>, Readonly<{
|
|
68
18
|
default?: ((props: object) => any) | undefined;
|
|
69
19
|
}> & {
|
|
70
20
|
default?: ((props: object) => any) | undefined;
|
|
@@ -79,6 +29,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
79
29
|
required: true;
|
|
80
30
|
};
|
|
81
31
|
};
|
|
32
|
+
type __VLS_WithDefaults<P, D> = {
|
|
33
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
34
|
+
default: D[K];
|
|
35
|
+
}> : P[K];
|
|
36
|
+
};
|
|
37
|
+
type __VLS_Prettify<T> = {
|
|
38
|
+
[K in keyof T]: T[K];
|
|
39
|
+
} & {};
|
|
82
40
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
83
41
|
new (): {
|
|
84
42
|
$slots: S;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import type { RouteLocationRaw } from 'vue-router';
|
|
2
2
|
export type BbButtonProps = {
|
|
3
|
+
/**
|
|
4
|
+
* Tracks tha loading status internally.
|
|
5
|
+
*/
|
|
6
|
+
autoLoading?: boolean;
|
|
3
7
|
/**
|
|
4
8
|
* Class to apply when the link is active
|
|
5
9
|
*/
|
|
@@ -23,6 +27,10 @@ export type BbButtonProps = {
|
|
|
23
27
|
* Disables the component
|
|
24
28
|
*/
|
|
25
29
|
disabled?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Disables the click handler while the component is loading.
|
|
32
|
+
*/
|
|
33
|
+
disabledWhileLoading?: boolean;
|
|
26
34
|
/**
|
|
27
35
|
* Class to apply when the link is exact active
|
|
28
36
|
*/
|
|
@@ -34,6 +42,10 @@ export type BbButtonProps = {
|
|
|
34
42
|
* Can be set, to change the URL.
|
|
35
43
|
*/
|
|
36
44
|
href?: HTMLAnchorElement['href'];
|
|
45
|
+
/**
|
|
46
|
+
* Used when only an icon with no text should be displayed
|
|
47
|
+
*/
|
|
48
|
+
icon?: string;
|
|
37
49
|
/**
|
|
38
50
|
* Triggers a loading indicator
|
|
39
51
|
*/
|
|
@@ -85,7 +97,16 @@ export type BbButtonProps = {
|
|
|
85
97
|
*/
|
|
86
98
|
type?: HTMLButtonElement['type'];
|
|
87
99
|
};
|
|
88
|
-
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<
|
|
100
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbButtonProps>, {
|
|
101
|
+
autoLoading: boolean;
|
|
102
|
+
disabledWhileLoading: boolean;
|
|
103
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<BbButtonProps>, {
|
|
104
|
+
autoLoading: boolean;
|
|
105
|
+
disabledWhileLoading: boolean;
|
|
106
|
+
}>>>, {
|
|
107
|
+
autoLoading: boolean;
|
|
108
|
+
disabledWhileLoading: boolean;
|
|
109
|
+
}, {}>, Readonly<{
|
|
89
110
|
default?: ((props: object) => any) | undefined;
|
|
90
111
|
}> & {
|
|
91
112
|
default?: ((props: object) => any) | undefined;
|
|
@@ -100,6 +121,14 @@ type __VLS_TypePropsToRuntimeProps<T> = {
|
|
|
100
121
|
required: true;
|
|
101
122
|
};
|
|
102
123
|
};
|
|
124
|
+
type __VLS_WithDefaults<P, D> = {
|
|
125
|
+
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
|
|
126
|
+
default: D[K];
|
|
127
|
+
}> : P[K];
|
|
128
|
+
};
|
|
129
|
+
type __VLS_Prettify<T> = {
|
|
130
|
+
[K in keyof T]: T[K];
|
|
131
|
+
} & {};
|
|
103
132
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
|
104
133
|
new (): {
|
|
105
134
|
$slots: S;
|
|
@@ -119,9 +119,8 @@ export type BbCheckboxGroupProps<T> = {
|
|
|
119
119
|
};
|
|
120
120
|
export type BbCheckboxGroupEvents = BaseCheckboxGroupEvents;
|
|
121
121
|
declare const _default: <T = any>(__VLS_props: {
|
|
122
|
-
disabled?: boolean | undefined;
|
|
123
122
|
reverse?: boolean | undefined;
|
|
124
|
-
|
|
123
|
+
legend: string;
|
|
125
124
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
126
125
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
127
126
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -130,6 +129,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
130
129
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
131
130
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
132
131
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
132
|
+
disabled?: boolean | undefined;
|
|
133
|
+
name?: string | undefined;
|
|
133
134
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
134
135
|
id?: string | undefined;
|
|
135
136
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -137,7 +138,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
137
138
|
hasErrors?: boolean | undefined;
|
|
138
139
|
modelValue: any[];
|
|
139
140
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
140
|
-
legend: string;
|
|
141
141
|
matchStrategy?: "string" | "equality" | undefined;
|
|
142
142
|
dependencies?: any[] | undefined;
|
|
143
143
|
depsDebounceTime?: number | undefined;
|
|
@@ -225,9 +225,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
225
225
|
emit: BaseCheckboxGroupEvents;
|
|
226
226
|
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
|
227
227
|
props: {
|
|
228
|
-
disabled?: boolean | undefined;
|
|
229
228
|
reverse?: boolean | undefined;
|
|
230
|
-
|
|
229
|
+
legend: string;
|
|
231
230
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
232
231
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
233
232
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -236,6 +235,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
236
235
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
237
236
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
238
237
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
238
|
+
disabled?: boolean | undefined;
|
|
239
|
+
name?: string | undefined;
|
|
239
240
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
240
241
|
id?: string | undefined;
|
|
241
242
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -243,7 +244,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
243
244
|
hasErrors?: boolean | undefined;
|
|
244
245
|
modelValue: any[];
|
|
245
246
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
246
|
-
legend: string;
|
|
247
247
|
matchStrategy?: "string" | "equality" | undefined;
|
|
248
248
|
dependencies?: any[] | undefined;
|
|
249
249
|
depsDebounceTime?: number | undefined;
|
|
@@ -335,9 +335,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
335
335
|
}> & {
|
|
336
336
|
__ctx?: {
|
|
337
337
|
props: {
|
|
338
|
-
disabled?: boolean | undefined;
|
|
339
338
|
reverse?: boolean | undefined;
|
|
340
|
-
|
|
339
|
+
legend: string;
|
|
341
340
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
|
342
341
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
|
343
342
|
onChange?: ((event: Event) => any) | undefined;
|
|
@@ -346,6 +345,8 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
346
345
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
|
347
346
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
348
347
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
348
|
+
disabled?: boolean | undefined;
|
|
349
|
+
name?: string | undefined;
|
|
349
350
|
autofocus?: (boolean | "true" | "false") | undefined;
|
|
350
351
|
id?: string | undefined;
|
|
351
352
|
readonly?: (boolean | "true" | "false") | undefined;
|
|
@@ -353,7 +354,6 @@ declare const _default: <T = any>(__VLS_props: {
|
|
|
353
354
|
hasErrors?: boolean | undefined;
|
|
354
355
|
modelValue: any[];
|
|
355
356
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
|
356
|
-
legend: string;
|
|
357
357
|
matchStrategy?: "string" | "equality" | undefined;
|
|
358
358
|
dependencies?: any[] | undefined;
|
|
359
359
|
depsDebounceTime?: number | undefined;
|
|
@@ -70,7 +70,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
70
70
|
onError?: ((data: DropZoneError) => any) | undefined;
|
|
71
71
|
"onUpdate:modelValue"?: ((data: any) => any) | undefined;
|
|
72
72
|
}, {
|
|
73
|
-
tag: "object" | "
|
|
73
|
+
tag: "object" | "map" | "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" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "slot" | "search";
|
|
74
74
|
}, {}>, Readonly<{
|
|
75
75
|
default?: ((props: {
|
|
76
76
|
dragging: boolean;
|
|
@@ -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: "object" | "
|
|
40
|
+
tag: "object" | "map" | "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" | "mark" | "menu" | "meter" | "nav" | "noscript" | "ol" | "optgroup" | "option" | "output" | "p" | "picture" | "pre" | "progress" | "q" | "rp" | "rt" | "ruby" | "s" | "samp" | "script" | "section" | "select" | "small" | "span" | "strong" | "style" | "sub" | "summary" | "sup" | "table" | "template" | "tbody" | "td" | "textarea" | "tfoot" | "th" | "thead" | "time" | "title" | "tr" | "u" | "ul" | "var" | "video" | "slot" | "search";
|
|
41
41
|
options: IntersectionObserverInit;
|
|
42
42
|
debounceTime: number;
|
|
43
43
|
}, {}>, Readonly<{
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import type { BaseNumberInputEvents, BaseNumberInputSlots } from '../BaseNumberInput/BaseNumberInput.vue';
|
|
2
2
|
import { type HTMLAttributes, type InputHTMLAttributes } from 'vue';
|
|
3
3
|
export type BbNumberInputProps = {
|
|
4
|
+
/**
|
|
5
|
+
* Name of the icon to be added at the end of the input.
|
|
6
|
+
*/
|
|
7
|
+
'append:icon'?: string;
|
|
4
8
|
/**
|
|
5
9
|
* Guides to the browser as to the type of information expected in the field.
|
|
6
10
|
*/
|
|
@@ -46,6 +50,10 @@ export type BbNumberInputProps = {
|
|
|
46
50
|
* Sets the text alignment of the label.
|
|
47
51
|
*/
|
|
48
52
|
labelPosition?: 'left' | 'center' | 'right';
|
|
53
|
+
/**
|
|
54
|
+
* Sets the component in a loading state, usually triggering some visual styles.
|
|
55
|
+
*/
|
|
56
|
+
loading?: boolean;
|
|
49
57
|
/**
|
|
50
58
|
* Maximum value cap
|
|
51
59
|
*/
|
|
@@ -70,6 +78,10 @@ export type BbNumberInputProps = {
|
|
|
70
78
|
* String displayed when there's no data.
|
|
71
79
|
*/
|
|
72
80
|
placeholder?: InputHTMLAttributes['placeholder'];
|
|
81
|
+
/**
|
|
82
|
+
* Name of the icon to be added at the start of the input.
|
|
83
|
+
*/
|
|
84
|
+
'prepend:icon'?: string;
|
|
73
85
|
/**
|
|
74
86
|
* Sets the input in a readonly state.
|
|
75
87
|
*/
|
|
@@ -111,8 +123,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
|
|
|
111
123
|
onMousedown?: ((event: MouseEvent) => any) | undefined;
|
|
112
124
|
onMouseup?: ((event: MouseEvent) => any) | undefined;
|
|
113
125
|
"onUpdate:modelValue"?: ((value: number | null) => any) | undefined;
|
|
114
|
-
onDecrease?: ((value: number) => any) | undefined;
|
|
115
126
|
onIncrease?: ((value: number) => any) | undefined;
|
|
127
|
+
onDecrease?: ((value: number) => any) | undefined;
|
|
116
128
|
}, {}, {}>, Readonly<BaseNumberInputSlots & {
|
|
117
129
|
label?: ((props: {
|
|
118
130
|
text: string;
|