bitboss-ui 2.0.87 → 2.0.89
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 +177 -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 +95 -78
- package/dist/components/BbTable/types.d.ts +0 -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 +15 -7
- 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 +143 -135
- package/dist/index118.js +2 -2
- 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 +53 -2
- package/dist/index207.js +13 -4
- package/dist/index208.js +5 -2
- package/dist/index209.js +14 -124
- package/dist/index21.js +14 -14
- package/dist/index210.js +16 -5
- package/dist/index211.js +17 -123
- package/dist/index212.js +18 -18
- package/dist/index213.js +24 -13
- package/dist/index214.js +3 -16
- package/dist/index215.js +2 -2
- package/dist/index216.js +8 -2
- package/dist/index217.js +248 -40
- package/dist/index218.js +50 -18
- package/dist/index219.js +43 -5
- package/dist/index220.js +4 -52
- package/dist/index221.js +62 -0
- package/dist/index222.js +3 -13
- package/dist/index223.js +3 -5
- package/dist/index224.js +41 -12
- package/dist/index225.js +6 -369
- package/dist/index226.js +7 -4
- package/dist/index227.js +12 -164
- package/dist/index228.js +80 -83
- package/dist/index229.js +166 -0
- package/dist/index23.js +16 -16
- package/dist/index230.js +84 -19
- package/dist/index232.js +2 -3
- package/dist/index233.js +4 -8
- package/dist/index234.js +2 -249
- package/dist/index235.js +18 -50
- package/dist/index236.js +4 -44
- package/dist/index237.js +126 -5
- package/dist/index238.js +124 -59
- package/dist/index239.js +2 -3
- package/dist/index240.js +5 -7
- package/dist/index241.js +369 -3
- package/dist/index242.js +2 -2
- package/dist/index243.js +2 -18
- package/dist/index244.js +17 -105
- package/dist/index245.js +108 -0
- package/dist/{index246.js → index247.js} +1 -1
- package/dist/index25.js +6 -6
- package/dist/index251.js +9 -6
- package/dist/index252.js +23 -16
- package/dist/index253.js +88 -8
- package/dist/index255.js +6 -89
- package/dist/index256.js +18 -0
- package/dist/index258.js +3 -4
- package/dist/index260.js +7 -6
- package/dist/index261.js +281 -2
- package/dist/index262.js +6 -2
- package/dist/index263.js +2 -2
- package/dist/index266.js +2 -126
- package/dist/index267.js +2 -431
- package/dist/index268.js +2 -176
- package/dist/index269.js +2 -3
- package/dist/index27.js +1 -1
- package/dist/index270.js +4 -0
- package/dist/index271.js +2 -7
- package/dist/index272.js +1 -21
- package/dist/index273.js +30 -0
- package/dist/index274.js +21 -1
- package/dist/index276.js +224 -12
- package/dist/index277.js +429 -7
- package/dist/index278.js +2 -9
- package/dist/index279.js +87 -15
- package/dist/index280.js +3 -4
- package/dist/index281.js +11 -435
- package/dist/index282.js +7 -125
- package/dist/index283.js +8 -199
- package/dist/index284.js +17 -2
- package/dist/index285.js +4 -2
- package/dist/index286.js +4 -2
- package/dist/index287.js +176 -2
- package/dist/index288.js +200 -2
- package/dist/index289.js +2 -2
- package/dist/index29.js +3 -3
- package/dist/index290.js +65 -27
- package/dist/index291.js +2 -22
- package/dist/index292.js +128 -0
- package/dist/index293.js +22 -89
- package/dist/index295.js +5 -3
- package/dist/index296.js +436 -3
- package/dist/index297.js +126 -210
- package/dist/index298.js +3 -2
- package/dist/index299.js +3 -5
- package/dist/index300.js +204 -59
- package/dist/index301.js +3 -4
- package/dist/index302.js +2 -3
- package/dist/index303.js +3 -59
- package/dist/index304.js +58 -3
- package/dist/index305.js +6 -32
- package/dist/index306.js +17 -5
- package/dist/index309.js +32 -6
- package/dist/index31.js +2 -2
- package/dist/index310.js +5 -17
- package/dist/index313.js +2 -47
- package/dist/index314.js +47 -2
- package/dist/{index316.js → index315.js} +2 -2
- package/dist/index317.js +1 -1
- package/dist/index318.js +2 -47
- package/dist/index319.js +47 -2
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +14 -14
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +2 -2
- package/dist/index45.js +6 -6
- 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/index75.js +99 -85
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +3 -3
- 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/index206.js +0 -4
- package/dist/index231.js +0 -29
- package/dist/index248.js +0 -4
- package/dist/index254.js +0 -25
- package/dist/index259.js +0 -283
- package/dist/index275.js +0 -5
- package/dist/index294.js +0 -226
@@ -2,302 +2,82 @@ import { SlotAttributes } from '../BaseCheckbox/BaseCheckbox.vue';
|
|
2
2
|
import { BbCheckboxGroupEvents, BbCheckboxGroupProps } from '../BbCheckboxGroup/BbCheckboxGroup.vue';
|
3
3
|
export type BbSwitchGroupProps<T> = BbCheckboxGroupProps<T>;
|
4
4
|
export type BbSwitchGroupEvents = BbCheckboxGroupEvents;
|
5
|
-
declare const _default: <T = any>(__VLS_props: {
|
6
|
-
|
7
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
8
|
-
color?: string | undefined;
|
9
|
-
dependencies?: any[] | undefined;
|
10
|
-
depsDebounceTime?: number | undefined;
|
11
|
-
disabled?: boolean | undefined;
|
12
|
-
enforceCoherence?: boolean | undefined;
|
13
|
-
errors?: string | string[] | undefined;
|
14
|
-
hasErrors?: boolean | undefined;
|
15
|
-
hideLabel?: boolean | undefined;
|
16
|
-
hideLegend?: boolean | undefined;
|
17
|
-
hint?: string | undefined;
|
18
|
-
id?: string | undefined;
|
19
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
20
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
21
|
-
itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
22
|
-
itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
23
|
-
legend: string;
|
24
|
-
loadingText?: string | undefined;
|
25
|
-
max?: number | undefined;
|
26
|
-
modelValue: any[];
|
27
|
-
modelValueDebounceTime?: number | undefined;
|
28
|
-
name?: string | undefined;
|
29
|
-
noDataText?: string | undefined;
|
30
|
-
persistentHint?: boolean | undefined;
|
31
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
32
|
-
reverse?: boolean | undefined;
|
33
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
34
|
-
slots: Readonly<{
|
35
|
-
prepend?: ((props: object) => any) | undefined;
|
36
|
-
loading?: ((props: object) => any) | undefined;
|
37
|
-
'no-data'?: ((props: object) => any) | undefined;
|
38
|
-
'option:prepend'?: ((props: {
|
39
|
-
checked: boolean;
|
40
|
-
disabled: boolean;
|
41
|
-
id?: string;
|
42
|
-
item: T;
|
43
|
-
text: string;
|
44
|
-
}) => any) | undefined;
|
45
|
-
icon?: ((props: SlotAttributes & {
|
46
|
-
item: T;
|
47
|
-
text: string;
|
48
|
-
}) => any) | undefined;
|
49
|
-
label?: ((props: {
|
50
|
-
item: T;
|
51
|
-
text: string;
|
52
|
-
checked: boolean;
|
53
|
-
}) => any) | undefined;
|
54
|
-
'option:append'?: ((props: {
|
55
|
-
checked: boolean;
|
56
|
-
disabled: boolean;
|
57
|
-
id?: string;
|
58
|
-
item: T;
|
59
|
-
text: string;
|
60
|
-
}) => any) | undefined;
|
61
|
-
append?: ((props: object) => any) | undefined;
|
62
|
-
legend?: ((props: {
|
63
|
-
text: string;
|
64
|
-
hasErrors: boolean;
|
65
|
-
}) => any) | undefined;
|
66
|
-
}> & {
|
67
|
-
prepend?: ((props: object) => any) | undefined;
|
68
|
-
loading?: ((props: object) => any) | undefined;
|
69
|
-
'no-data'?: ((props: object) => any) | undefined;
|
70
|
-
'option:prepend'?: ((props: {
|
71
|
-
checked: boolean;
|
72
|
-
disabled: boolean;
|
73
|
-
id?: string;
|
74
|
-
item: T;
|
75
|
-
text: string;
|
76
|
-
}) => any) | undefined;
|
77
|
-
icon?: ((props: SlotAttributes & {
|
78
|
-
item: T;
|
79
|
-
text: string;
|
80
|
-
}) => any) | undefined;
|
81
|
-
label?: ((props: {
|
82
|
-
item: T;
|
83
|
-
text: string;
|
84
|
-
checked: boolean;
|
85
|
-
}) => any) | undefined;
|
86
|
-
'option:append'?: ((props: {
|
87
|
-
checked: boolean;
|
88
|
-
disabled: boolean;
|
89
|
-
id?: string;
|
90
|
-
item: T;
|
91
|
-
text: string;
|
92
|
-
}) => any) | undefined;
|
93
|
-
append?: ((props: object) => any) | undefined;
|
94
|
-
legend?: ((props: {
|
95
|
-
text: string;
|
96
|
-
hasErrors: boolean;
|
97
|
-
}) => any) | undefined;
|
98
|
-
};
|
99
|
-
attrs: any;
|
100
|
-
emit: import('../..').BaseCheckboxGroupEvents;
|
101
|
-
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
102
|
-
props: {
|
5
|
+
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<{
|
6
|
+
props: __VLS_PrettifyLocal<Pick<Partial<{}> & Omit<{
|
103
7
|
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
104
|
-
|
105
|
-
color?: string | undefined;
|
106
|
-
dependencies?: any[] | undefined;
|
107
|
-
depsDebounceTime?: number | undefined;
|
108
|
-
disabled?: boolean | undefined;
|
109
|
-
enforceCoherence?: boolean | undefined;
|
110
|
-
errors?: string | string[] | undefined;
|
111
|
-
hasErrors?: boolean | undefined;
|
112
|
-
hideLabel?: boolean | undefined;
|
113
|
-
hideLegend?: boolean | undefined;
|
114
|
-
hint?: string | undefined;
|
115
|
-
id?: string | undefined;
|
116
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
117
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
118
|
-
itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
119
|
-
itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
120
|
-
legend: string;
|
121
|
-
loadingText?: string | undefined;
|
122
|
-
max?: number | undefined;
|
123
|
-
modelValue: any[];
|
124
|
-
modelValueDebounceTime?: number | undefined;
|
125
|
-
name?: string | undefined;
|
126
|
-
noDataText?: string | undefined;
|
127
|
-
persistentHint?: boolean | undefined;
|
128
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
129
|
-
reverse?: boolean | undefined;
|
130
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
8
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>, `on${Capitalize<any>}`> & BbSwitchGroupProps<T>> & import('vue').PublicProps;
|
131
9
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
132
10
|
attrs: any;
|
133
11
|
slots: Readonly<{
|
134
|
-
prepend?: (
|
135
|
-
loading?: (
|
136
|
-
'no-data'?: (
|
137
|
-
'option:prepend'?: (
|
12
|
+
prepend?: (props: object) => any;
|
13
|
+
loading?: (props: object) => any;
|
14
|
+
'no-data'?: (props: object) => any;
|
15
|
+
'option:prepend'?: (props: {
|
138
16
|
checked: boolean;
|
139
17
|
disabled: boolean;
|
140
18
|
id?: string;
|
141
19
|
item: T;
|
142
20
|
text: string;
|
143
|
-
}) => any
|
144
|
-
icon?: (
|
21
|
+
}) => any;
|
22
|
+
icon?: (props: SlotAttributes & {
|
145
23
|
item: T;
|
146
24
|
text: string;
|
147
|
-
}) => any
|
148
|
-
label?: (
|
25
|
+
}) => any;
|
26
|
+
label?: (props: {
|
149
27
|
item: T;
|
150
28
|
text: string;
|
151
29
|
checked: boolean;
|
152
|
-
}) => any
|
153
|
-
'option:append'?: (
|
30
|
+
}) => any;
|
31
|
+
'option:append'?: (props: {
|
154
32
|
checked: boolean;
|
155
33
|
disabled: boolean;
|
156
34
|
id?: string;
|
157
35
|
item: T;
|
158
36
|
text: string;
|
159
|
-
}) => any
|
160
|
-
append?: (
|
161
|
-
legend?: (
|
37
|
+
}) => any;
|
38
|
+
append?: (props: object) => any;
|
39
|
+
legend?: (props: {
|
162
40
|
text: string;
|
163
41
|
hasErrors: boolean;
|
164
|
-
}) => any
|
42
|
+
}) => any;
|
165
43
|
}> & {
|
166
|
-
prepend?: (
|
167
|
-
loading?: (
|
168
|
-
'no-data'?: (
|
169
|
-
'option:prepend'?: (
|
44
|
+
prepend?: (props: object) => any;
|
45
|
+
loading?: (props: object) => any;
|
46
|
+
'no-data'?: (props: object) => any;
|
47
|
+
'option:prepend'?: (props: {
|
170
48
|
checked: boolean;
|
171
49
|
disabled: boolean;
|
172
50
|
id?: string;
|
173
51
|
item: T;
|
174
52
|
text: string;
|
175
|
-
}) => any
|
176
|
-
icon?: (
|
53
|
+
}) => any;
|
54
|
+
icon?: (props: SlotAttributes & {
|
177
55
|
item: T;
|
178
56
|
text: string;
|
179
|
-
}) => any
|
180
|
-
label?: (
|
57
|
+
}) => any;
|
58
|
+
label?: (props: {
|
181
59
|
item: T;
|
182
60
|
text: string;
|
183
61
|
checked: boolean;
|
184
|
-
}) => any
|
185
|
-
'option:append'?: (
|
62
|
+
}) => any;
|
63
|
+
'option:append'?: (props: {
|
186
64
|
checked: boolean;
|
187
65
|
disabled: boolean;
|
188
66
|
id?: string;
|
189
67
|
item: T;
|
190
68
|
text: string;
|
191
|
-
}) => any
|
192
|
-
append?: (
|
193
|
-
legend?: (
|
69
|
+
}) => any;
|
70
|
+
append?: (props: object) => any;
|
71
|
+
legend?: (props: {
|
194
72
|
text: string;
|
195
73
|
hasErrors: boolean;
|
196
|
-
}) => any
|
74
|
+
}) => any;
|
197
75
|
};
|
198
76
|
emit: import('../..').BaseCheckboxGroupEvents;
|
199
77
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
200
78
|
[key: string]: any;
|
201
79
|
}> & {
|
202
|
-
__ctx?:
|
203
|
-
props: {
|
204
|
-
readonly [x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
205
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
206
|
-
color?: string | undefined;
|
207
|
-
dependencies?: any[] | undefined;
|
208
|
-
depsDebounceTime?: number | undefined;
|
209
|
-
disabled?: boolean | undefined;
|
210
|
-
enforceCoherence?: boolean | undefined;
|
211
|
-
errors?: string | string[] | undefined;
|
212
|
-
hasErrors?: boolean | undefined;
|
213
|
-
hideLabel?: boolean | undefined;
|
214
|
-
hideLegend?: boolean | undefined;
|
215
|
-
hint?: string | undefined;
|
216
|
-
id?: string | undefined;
|
217
|
-
inputDirection?: "horizontal" | "vertical" | undefined;
|
218
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
219
|
-
itemText?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
220
|
-
itemValue?: (T extends object ? import('../../types/NestedKeyOf').NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
221
|
-
legend: string;
|
222
|
-
loadingText?: string | undefined;
|
223
|
-
max?: number | undefined;
|
224
|
-
modelValue: any[];
|
225
|
-
modelValueDebounceTime?: number | undefined;
|
226
|
-
name?: string | undefined;
|
227
|
-
noDataText?: string | undefined;
|
228
|
-
persistentHint?: boolean | undefined;
|
229
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
230
|
-
reverse?: boolean | undefined;
|
231
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
232
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
233
|
-
attrs: any;
|
234
|
-
slots: Readonly<{
|
235
|
-
prepend?: ((props: object) => any) | undefined;
|
236
|
-
loading?: ((props: object) => any) | undefined;
|
237
|
-
'no-data'?: ((props: object) => any) | undefined;
|
238
|
-
'option:prepend'?: ((props: {
|
239
|
-
checked: boolean;
|
240
|
-
disabled: boolean;
|
241
|
-
id?: string;
|
242
|
-
item: T;
|
243
|
-
text: string;
|
244
|
-
}) => any) | undefined;
|
245
|
-
icon?: ((props: SlotAttributes & {
|
246
|
-
item: T;
|
247
|
-
text: string;
|
248
|
-
}) => any) | undefined;
|
249
|
-
label?: ((props: {
|
250
|
-
item: T;
|
251
|
-
text: string;
|
252
|
-
checked: boolean;
|
253
|
-
}) => any) | undefined;
|
254
|
-
'option:append'?: ((props: {
|
255
|
-
checked: boolean;
|
256
|
-
disabled: boolean;
|
257
|
-
id?: string;
|
258
|
-
item: T;
|
259
|
-
text: string;
|
260
|
-
}) => any) | undefined;
|
261
|
-
append?: ((props: object) => any) | undefined;
|
262
|
-
legend?: ((props: {
|
263
|
-
text: string;
|
264
|
-
hasErrors: boolean;
|
265
|
-
}) => any) | undefined;
|
266
|
-
}> & {
|
267
|
-
prepend?: ((props: object) => any) | undefined;
|
268
|
-
loading?: ((props: object) => any) | undefined;
|
269
|
-
'no-data'?: ((props: object) => any) | undefined;
|
270
|
-
'option:prepend'?: ((props: {
|
271
|
-
checked: boolean;
|
272
|
-
disabled: boolean;
|
273
|
-
id?: string;
|
274
|
-
item: T;
|
275
|
-
text: string;
|
276
|
-
}) => any) | undefined;
|
277
|
-
icon?: ((props: SlotAttributes & {
|
278
|
-
item: T;
|
279
|
-
text: string;
|
280
|
-
}) => any) | undefined;
|
281
|
-
label?: ((props: {
|
282
|
-
item: T;
|
283
|
-
text: string;
|
284
|
-
checked: boolean;
|
285
|
-
}) => any) | undefined;
|
286
|
-
'option:append'?: ((props: {
|
287
|
-
checked: boolean;
|
288
|
-
disabled: boolean;
|
289
|
-
id?: string;
|
290
|
-
item: T;
|
291
|
-
text: string;
|
292
|
-
}) => any) | undefined;
|
293
|
-
append?: ((props: object) => any) | undefined;
|
294
|
-
legend?: ((props: {
|
295
|
-
text: string;
|
296
|
-
hasErrors: boolean;
|
297
|
-
}) => any) | undefined;
|
298
|
-
};
|
299
|
-
emit: import('../..').BaseCheckboxGroupEvents;
|
300
|
-
} | undefined;
|
80
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
301
81
|
};
|
302
82
|
export default _default;
|
303
83
|
type __VLS_PrettifyLocal<T> = {
|
@@ -47,13 +47,13 @@ export type BbTabProps = Pick<CommonProps, 'disabled' | 'eager' | 'id'> & {
|
|
47
47
|
replace?: boolean;
|
48
48
|
};
|
49
49
|
declare const props: Readonly<{
|
50
|
-
id:
|
51
|
-
disabled: boolean
|
52
|
-
eager: boolean
|
50
|
+
id: import('vue').HTMLAttributes["id"];
|
51
|
+
disabled: boolean;
|
52
|
+
eager: boolean;
|
53
53
|
items: BbTabItem[];
|
54
|
-
modelValue:
|
55
|
-
navigation: boolean
|
56
|
-
replace: boolean
|
54
|
+
modelValue: null | BbTabItem["key"];
|
55
|
+
navigation: boolean;
|
56
|
+
replace: boolean;
|
57
57
|
}> & {
|
58
58
|
readonly animate: boolean;
|
59
59
|
readonly direction: "horizontal" | "vertical";
|
@@ -68,13 +68,91 @@ declare const props: Readonly<{
|
|
68
68
|
export type BbTabEvents = {
|
69
69
|
(e: 'update:modelValue', value: (typeof props.items)[number]['key']): void;
|
70
70
|
};
|
71
|
-
declare const
|
71
|
+
declare const goTo: (target: "first" | "previous" | "next" | "last") => void;
|
72
|
+
declare function __VLS_template(): {
|
73
|
+
slots: Readonly<{
|
74
|
+
'header:prepend'?: (props: {
|
75
|
+
isScrolling: boolean;
|
76
|
+
left: boolean;
|
77
|
+
right: boolean;
|
78
|
+
}) => any;
|
79
|
+
'header:append'?: (props: {
|
80
|
+
isScrolling: boolean;
|
81
|
+
left: boolean;
|
82
|
+
right: boolean;
|
83
|
+
}) => any;
|
84
|
+
label?: (props: {
|
85
|
+
current: string | null;
|
86
|
+
currentIndex: number;
|
87
|
+
disabled: boolean;
|
88
|
+
isFirst: boolean;
|
89
|
+
isLast: boolean;
|
90
|
+
selected: boolean;
|
91
|
+
text: BbTabItem["label"];
|
92
|
+
value: string;
|
93
|
+
goTo: typeof goTo;
|
94
|
+
}) => any;
|
95
|
+
} & {
|
96
|
+
[key: string]: (props: {
|
97
|
+
current: string | null;
|
98
|
+
currentIndex: number;
|
99
|
+
disabled: boolean;
|
100
|
+
isFirst: boolean;
|
101
|
+
isLast: boolean;
|
102
|
+
selected: boolean;
|
103
|
+
text: BbTabItem["label"];
|
104
|
+
value: string;
|
105
|
+
goTo: typeof goTo;
|
106
|
+
}) => any;
|
107
|
+
}> & {
|
108
|
+
'header:prepend'?: (props: {
|
109
|
+
isScrolling: boolean;
|
110
|
+
left: boolean;
|
111
|
+
right: boolean;
|
112
|
+
}) => any;
|
113
|
+
'header:append'?: (props: {
|
114
|
+
isScrolling: boolean;
|
115
|
+
left: boolean;
|
116
|
+
right: boolean;
|
117
|
+
}) => any;
|
118
|
+
label?: (props: {
|
119
|
+
current: string | null;
|
120
|
+
currentIndex: number;
|
121
|
+
disabled: boolean;
|
122
|
+
isFirst: boolean;
|
123
|
+
isLast: boolean;
|
124
|
+
selected: boolean;
|
125
|
+
text: BbTabItem["label"];
|
126
|
+
value: string;
|
127
|
+
goTo: typeof goTo;
|
128
|
+
}) => any;
|
129
|
+
} & {
|
130
|
+
[key: string]: (props: {
|
131
|
+
current: string | null;
|
132
|
+
currentIndex: number;
|
133
|
+
disabled: boolean;
|
134
|
+
isFirst: boolean;
|
135
|
+
isLast: boolean;
|
136
|
+
selected: boolean;
|
137
|
+
text: BbTabItem["label"];
|
138
|
+
value: string;
|
139
|
+
goTo: typeof goTo;
|
140
|
+
}) => any;
|
141
|
+
};
|
142
|
+
refs: {
|
143
|
+
tabs: HTMLDivElement;
|
144
|
+
tablist: HTMLUListElement;
|
145
|
+
};
|
146
|
+
attrs: Partial<{}>;
|
147
|
+
};
|
148
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
149
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTabProps, {
|
72
150
|
isFirst: import('vue').ComputedRef<boolean>;
|
73
151
|
isLast: import('vue').ComputedRef<boolean>;
|
74
152
|
current: import('vue').Ref<string | null, string | null>;
|
75
153
|
currentIndex: import('vue').ComputedRef<number>;
|
76
|
-
goTo: (target: "
|
77
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
154
|
+
goTo: (target: "first" | "previous" | "next" | "last") => void;
|
155
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
78
156
|
"update:modelValue": (value: string) => any;
|
79
157
|
}, string, import('vue').PublicProps, Readonly<BbTabProps> & Readonly<{
|
80
158
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
@@ -82,75 +160,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
82
160
|
direction: "horizontal" | "vertical";
|
83
161
|
animate: boolean;
|
84
162
|
querykey: string;
|
85
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
86
|
-
|
87
|
-
isScrolling: boolean;
|
88
|
-
left: boolean;
|
89
|
-
right: boolean;
|
90
|
-
}) => any) | undefined;
|
91
|
-
'header:append'?: ((props: {
|
92
|
-
isScrolling: boolean;
|
93
|
-
left: boolean;
|
94
|
-
right: boolean;
|
95
|
-
}) => any) | undefined;
|
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: "next" | "previous" | "first" | "last") => 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: "next" | "previous" | "first" | "last") => void;
|
118
|
-
}) => any;
|
119
|
-
}> & {
|
120
|
-
'header:prepend'?: ((props: {
|
121
|
-
isScrolling: boolean;
|
122
|
-
left: boolean;
|
123
|
-
right: boolean;
|
124
|
-
}) => any) | undefined;
|
125
|
-
'header:append'?: ((props: {
|
126
|
-
isScrolling: boolean;
|
127
|
-
left: boolean;
|
128
|
-
right: boolean;
|
129
|
-
}) => any) | undefined;
|
130
|
-
label?: ((props: {
|
131
|
-
current: string | null;
|
132
|
-
currentIndex: number;
|
133
|
-
disabled: boolean;
|
134
|
-
isFirst: boolean;
|
135
|
-
isLast: boolean;
|
136
|
-
selected: boolean;
|
137
|
-
text: string | undefined;
|
138
|
-
value: string;
|
139
|
-
goTo: (target: "next" | "previous" | "first" | "last") => void;
|
140
|
-
}) => any) | undefined;
|
141
|
-
} & {
|
142
|
-
[key: string]: (props: {
|
143
|
-
current: string | null;
|
144
|
-
currentIndex: number;
|
145
|
-
disabled: boolean;
|
146
|
-
isFirst: boolean;
|
147
|
-
isLast: boolean;
|
148
|
-
selected: boolean;
|
149
|
-
text: string | undefined;
|
150
|
-
value: string;
|
151
|
-
goTo: (target: "next" | "previous" | "first" | "last") => void;
|
152
|
-
}) => any;
|
153
|
-
}>;
|
163
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
164
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
154
165
|
export default _default;
|
155
166
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
156
167
|
new (): {
|