bitboss-ui 2.0.87 → 2.0.88
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/BaseButton/BaseButton.vue.d.ts +14 -7
- package/dist/components/BaseCheckbox/BaseCheckbox.vue.d.ts +17 -6
- package/dist/components/BaseCheckboxGroup/BaseCheckboxGroup.vue.d.ts +27 -224
- package/dist/components/BaseColorInput/BaseColorInput.vue.d.ts +14 -2
- package/dist/components/BaseDatePicker/BaseDatePicker.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerHeader.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerInputDaySelector.vue.d.ts +27 -18
- package/dist/components/BaseDatePicker/BaseDatePickerMonthSelector.vue.d.ts +1 -1
- package/dist/components/BaseDatePicker/BaseDatePickerYearSelector.vue.d.ts +1 -1
- package/dist/components/BaseDatePickerInput/BaseDatePickerInput.vue.d.ts +155 -19
- package/dist/components/BaseDialog/BaseDialog.vue.d.ts +16 -2
- package/dist/components/BaseInputContainer/BaseInputContainer.vue.d.ts +10 -3
- package/dist/components/BaseNumberInput/BaseNumberInput.vue.d.ts +13 -2
- package/dist/components/BaseRadio/BaseRadio.vue.d.ts +15 -6
- package/dist/components/BaseRadioGroup/BaseRadioGroup.vue.d.ts +27 -224
- package/dist/components/BaseRating/BaseRating.vue.d.ts +13 -2
- package/dist/components/BaseSelect/BaseSelect.vue.d.ts +315 -6
- package/dist/components/BaseSlider/BaseSlider.vue.d.ts +17 -3
- package/dist/components/BaseSwitch/BaseSwitch.vue.d.ts +13 -2
- package/dist/components/BaseSwitchGroup/BaseSwitchGroup.vue.d.ts +28 -217
- package/dist/components/BaseTag/BaseTag.vue.d.ts +200 -4
- package/dist/components/BaseTextInput/BaseTextInput.vue.d.ts +14 -3
- package/dist/components/BaseTextarea/BaseTextarea.vue.d.ts +13 -2
- package/dist/components/BbAccordion/BbAccordion.vue.d.ts +28 -20
- package/dist/components/BbAlert/BbAlert.vue.d.ts +23 -16
- package/dist/components/BbAvatar/BbAvatar.vue.d.ts +15 -6
- package/dist/components/BbBadge/BbBadge.vue.d.ts +14 -7
- package/dist/components/BbBreadcrumbs/BbBreadcrumbs.vue.d.ts +51 -44
- package/dist/components/BbButton/BbButton.vue.d.ts +13 -6
- package/dist/components/BbCheckbox/BbCheckbox.vue.d.ts +28 -19
- package/dist/components/BbCheckboxGroup/BbCheckboxGroup.vue.d.ts +32 -252
- package/dist/components/BbChip/BbChip.vue.d.ts +13 -6
- package/dist/components/BbCollapsible/BbCollapsible.vue.d.ts +13 -6
- package/dist/components/BbColorInput/BbColorInput.vue.d.ts +21 -12
- package/dist/components/BbConfirm/BbConfirm.vue.d.ts +24 -17
- package/dist/components/BbDatePickerInput/BbDatePickerInput.vue.d.ts +29 -22
- package/dist/components/BbDialog/BbDialog.vue.d.ts +9 -2
- package/dist/components/BbDropdown/BbDropdown.vue.d.ts +169 -159
- package/dist/components/BbDropdownButton/BbDropdownButton.vue.d.ts +190 -183
- package/dist/components/BbDropzone/BbDropzone.vue.d.ts +26 -17
- package/dist/components/BbIntersection/BbIntersection.vue.d.ts +24 -15
- package/dist/components/BbNumberInput/BbNumberInput.vue.d.ts +102 -12
- package/dist/components/BbOffCanvas/BbOffCanvas.vue.d.ts +17 -3
- package/dist/components/BbPagination/BbPagination.vue.d.ts +33 -23
- package/dist/components/BbPopover/BbPopover.vue.d.ts +66 -54
- package/dist/components/BbRadio/BbRadio.vue.d.ts +28 -19
- package/dist/components/BbRadioGroup/BbRadioGroup.vue.d.ts +32 -252
- package/dist/components/BbRating/BbRating.vue.d.ts +21 -12
- package/dist/components/BbRatio/BbRatio.vue.d.ts +14 -7
- package/dist/components/BbSelect/BbSelect.vue.d.ts +7 -162
- package/dist/components/BbSlider/BbSlider.vue.d.ts +21 -12
- package/dist/components/BbSmoothHeight/BbSmoothHeight.vue.d.ts +13 -3
- package/dist/components/BbSwitch/BbSwitch.vue.d.ts +28 -19
- package/dist/components/BbSwitchGroup/BbSwitchGroup.vue.d.ts +32 -252
- package/dist/components/BbTab/BbTab.vue.d.ts +89 -78
- package/dist/components/BbTable/BbTable.vue.d.ts +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 +14 -4
- package/dist/components/CommonInputInnerContainer.vue.d.ts +16 -7
- package/dist/components/CommonInputOuterContainer.vue.d.ts +12 -5
- package/dist/components/ListBox.vue.d.ts +25 -16
- package/dist/components/OptionsContainer.vue.d.ts +26 -88
- package/dist/components/Transitions/Slide.vue.d.ts +12 -5
- package/dist/components/Transitions/SlideBack.vue.d.ts +12 -5
- package/dist/composables/useBroadcastChannelInstance.d.ts +2 -2
- package/dist/composables/useToast.d.ts +1 -1
- package/dist/composables/useWizard.d.ts +1 -1
- package/dist/index110.js +143 -135
- package/dist/index120.js +1 -1
- 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/index133.js +2 -2
- package/dist/index15.js +1 -1
- package/dist/index17.js +3 -3
- package/dist/index19.js +2 -2
- package/dist/index204.js +2 -81
- package/dist/index205.js +81 -2
- package/dist/index206.js +164 -2
- package/dist/index207.js +84 -4
- package/dist/index209.js +2 -2
- package/dist/index21.js +9 -9
- package/dist/index210.js +2 -2
- package/dist/index211.js +2 -2
- package/dist/index212.js +3 -3
- package/dist/index213.js +2 -2
- package/dist/index214.js +2 -2
- package/dist/index217.js +2 -2
- package/dist/index218.js +1 -1
- package/dist/index220.js +1 -1
- package/dist/index222.js +1 -1
- package/dist/index223.js +2 -2
- package/dist/index225.js +3 -3
- package/dist/index226.js +3 -4
- package/dist/index227.js +7 -164
- package/dist/index228.js +6 -82
- package/dist/index229.js +21 -0
- package/dist/index230.js +22 -14
- package/dist/index231.js +3 -27
- package/dist/index232.js +249 -3
- package/dist/index233.js +50 -6
- package/dist/index234.js +36 -241
- package/dist/index235.js +5 -52
- package/dist/index236.js +47 -31
- package/dist/index237.js +4 -5
- package/dist/index238.js +2 -60
- package/dist/index239.js +4 -3
- package/dist/index240.js +2 -7
- package/dist/index244.js +1 -1
- package/dist/index246.js +1 -1
- package/dist/index248.js +10 -2
- package/dist/index249.js +2 -9
- package/dist/index25.js +3 -3
- package/dist/index250.js +2 -3
- package/dist/index251.js +5 -5
- package/dist/index255.js +1 -1
- package/dist/index257.js +3 -9
- package/dist/index258.js +11 -3
- package/dist/index259.js +8 -280
- package/dist/index260.js +9 -6
- package/dist/index261.js +17 -2
- package/dist/index262.js +4 -2
- package/dist/index263.js +281 -2
- package/dist/index264.js +6 -2
- package/dist/index265.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/index270.js +128 -0
- package/dist/index271.js +429 -5
- package/dist/index272.js +176 -22
- package/dist/index273.js +5 -0
- package/dist/index275.js +7 -3
- package/dist/index276.js +22 -12
- package/dist/index278.js +2 -9
- package/dist/index279.js +87 -15
- package/dist/index280.js +2 -4
- package/dist/index281.js +2 -436
- package/dist/index282.js +2 -127
- package/dist/index283.js +2 -200
- package/dist/index284.js +2 -2
- package/dist/index285.js +2 -2
- package/dist/index286.js +28 -2
- package/dist/index287.js +21 -1
- package/dist/index289.js +9 -2
- package/dist/index29.js +1 -1
- package/dist/index290.js +197 -25
- package/dist/index291.js +435 -21
- package/dist/index292.js +129 -0
- package/dist/index293.js +3 -88
- package/dist/index294.js +1 -1
- package/dist/index297.js +1 -1
- package/dist/index298.js +5 -2
- package/dist/index299.js +2 -5
- package/dist/index301.js +5 -4
- package/dist/index302.js +8 -4
- package/dist/index303.js +3 -59
- package/dist/index304.js +3 -3
- package/dist/index305.js +57 -32
- package/dist/index306.js +3 -7
- package/dist/index307.js +32 -4
- package/dist/index308.js +3 -7
- package/dist/index309.js +10 -6
- package/dist/index31.js +2 -2
- package/dist/index310.js +6 -18
- package/dist/index311.js +18 -3
- package/dist/index312.js +6 -10
- package/dist/{index316.js → index315.js} +1 -1
- package/dist/index33.js +2 -2
- package/dist/index35.js +2 -2
- package/dist/index37.js +3 -3
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +2 -2
- package/dist/index45.js +1 -1
- package/dist/index55.js +1 -1
- package/dist/index57.js +1 -1
- package/dist/index61.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +1 -1
- package/dist/index86.js +1 -1
- package/dist/index88.js +1 -1
- package/dist/index90.js +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 +3 -3
- package/dist/index208.js +0 -4
- package/dist/index274.js +0 -4
- package/dist/index277.js +0 -11
- package/dist/index288.js +0 -4
@@ -1,6 +1,95 @@
|
|
1
1
|
import { BbTableProps, MappedCell, BbTableColumn } from './types';
|
2
2
|
import { Classes } from '../../types/Classes';
|
3
|
-
declare
|
3
|
+
declare let __VLS_typeProps: BbTableProps;
|
4
|
+
type __VLS_PublicProps = {
|
5
|
+
'select-all'?: boolean;
|
6
|
+
'unselected-items'?: any[];
|
7
|
+
} & typeof __VLS_typeProps;
|
8
|
+
declare function __VLS_template(): {
|
9
|
+
slots: Readonly<{
|
10
|
+
thead?: (props: object) => any;
|
11
|
+
tbody?: (props: object) => any;
|
12
|
+
tfoot?: (props: object) => any;
|
13
|
+
'header:select'?: (props: {
|
14
|
+
multiple: boolean;
|
15
|
+
selectAll: boolean;
|
16
|
+
text: string;
|
17
|
+
}) => any;
|
18
|
+
'header:actions'?: (props: {
|
19
|
+
text: string;
|
20
|
+
}) => any;
|
21
|
+
loading?: (props: {
|
22
|
+
items: any[];
|
23
|
+
}) => any;
|
24
|
+
'no-data'?: (props: object) => any;
|
25
|
+
actions?: (props: {
|
26
|
+
item: any;
|
27
|
+
value: any;
|
28
|
+
}) => any;
|
29
|
+
select?: (props: {
|
30
|
+
item: any;
|
31
|
+
value: any;
|
32
|
+
checked: boolean;
|
33
|
+
disabled: boolean;
|
34
|
+
inputName: string;
|
35
|
+
readonly: boolean;
|
36
|
+
}) => any;
|
37
|
+
} & {
|
38
|
+
[key: string]: (props: {
|
39
|
+
classes?: Classes[];
|
40
|
+
content?: any;
|
41
|
+
items?: any[];
|
42
|
+
item: any;
|
43
|
+
label?: string;
|
44
|
+
value?: any;
|
45
|
+
}) => any;
|
46
|
+
}> & {
|
47
|
+
thead?: (props: object) => any;
|
48
|
+
tbody?: (props: object) => any;
|
49
|
+
tfoot?: (props: object) => any;
|
50
|
+
'header:select'?: (props: {
|
51
|
+
multiple: boolean;
|
52
|
+
selectAll: boolean;
|
53
|
+
text: string;
|
54
|
+
}) => any;
|
55
|
+
'header:actions'?: (props: {
|
56
|
+
text: string;
|
57
|
+
}) => any;
|
58
|
+
loading?: (props: {
|
59
|
+
items: any[];
|
60
|
+
}) => any;
|
61
|
+
'no-data'?: (props: object) => any;
|
62
|
+
actions?: (props: {
|
63
|
+
item: any;
|
64
|
+
value: any;
|
65
|
+
}) => any;
|
66
|
+
select?: (props: {
|
67
|
+
item: any;
|
68
|
+
value: any;
|
69
|
+
checked: boolean;
|
70
|
+
disabled: boolean;
|
71
|
+
inputName: string;
|
72
|
+
readonly: boolean;
|
73
|
+
}) => any;
|
74
|
+
} & {
|
75
|
+
[key: string]: (props: {
|
76
|
+
classes?: Classes[];
|
77
|
+
content?: any;
|
78
|
+
items?: any[];
|
79
|
+
item: any;
|
80
|
+
label?: string;
|
81
|
+
value?: any;
|
82
|
+
}) => any;
|
83
|
+
};
|
84
|
+
refs: {
|
85
|
+
container: unknown;
|
86
|
+
};
|
87
|
+
attrs: Partial<{}>;
|
88
|
+
};
|
89
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
90
|
+
declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
91
|
+
"update:select-all": (args_0: select) => any;
|
92
|
+
} & {
|
4
93
|
"update:modelValue": (value: any) => any;
|
5
94
|
"click:row": (event: MouseEvent, item: any, selected: boolean) => any;
|
6
95
|
"contextmenu:row": (event: MouseEvent, item: any, selected: boolean) => any;
|
@@ -8,7 +97,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
8
97
|
"update:selectAll": (value: boolean) => any;
|
9
98
|
"item:selected": (value: any) => any;
|
10
99
|
"item:unselected": (value: any) => any;
|
11
|
-
}, string, import('vue').PublicProps, Readonly<
|
100
|
+
}, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
12
101
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
13
102
|
"onClick:row"?: ((event: MouseEvent, item: any, selected: boolean) => any) | undefined;
|
14
103
|
"onContextmenu:row"?: ((event: MouseEvent, item: any, selected: boolean) => any) | undefined;
|
@@ -16,6 +105,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
16
105
|
"onUpdate:selectAll"?: ((value: boolean) => any) | undefined;
|
17
106
|
"onItem:selected"?: ((value: any) => any) | undefined;
|
18
107
|
"onItem:unselected"?: ((value: any) => any) | undefined;
|
108
|
+
"onUpdate:select-all"?: ((args_0: select) => any) | undefined;
|
19
109
|
}>, {
|
20
110
|
dependencies: any[];
|
21
111
|
depsDebounceTime: number;
|
@@ -23,7 +113,7 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
23
113
|
multiple: boolean;
|
24
114
|
noDataText: string;
|
25
115
|
modelValue: any;
|
26
|
-
items: any[] | ((prefill: boolean, modelValue?: any[]
|
116
|
+
items: any[] | ((prefill: boolean, modelValue?: any[]) => Promise<any[]>) | ((prefill: boolean, modelValue?: any[]) => any[]);
|
27
117
|
max: number;
|
28
118
|
align: "left" | "center" | "right";
|
29
119
|
accessibleLabel: (columns: MappedCell[], item: any) => string;
|
@@ -36,81 +126,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Bb
|
|
36
126
|
})[];
|
37
127
|
selectAllLabel: string;
|
38
128
|
selectText: string;
|
39
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
40
|
-
|
41
|
-
tbody?: ((props: object) => any) | undefined;
|
42
|
-
tfoot?: ((props: object) => any) | undefined;
|
43
|
-
'header:select'?: ((props: {
|
44
|
-
multiple: boolean;
|
45
|
-
selectAll: boolean;
|
46
|
-
text: string;
|
47
|
-
}) => any) | undefined;
|
48
|
-
'header:actions'?: ((props: {
|
49
|
-
text: string;
|
50
|
-
}) => any) | undefined;
|
51
|
-
loading?: ((props: {
|
52
|
-
items: any[];
|
53
|
-
}) => any) | undefined;
|
54
|
-
'no-data'?: ((props: object) => any) | undefined;
|
55
|
-
actions?: ((props: {
|
56
|
-
item: any;
|
57
|
-
value: any;
|
58
|
-
}) => any) | undefined;
|
59
|
-
select?: ((props: {
|
60
|
-
item: any;
|
61
|
-
value: any;
|
62
|
-
checked: boolean;
|
63
|
-
disabled: boolean;
|
64
|
-
inputName: string;
|
65
|
-
readonly: boolean;
|
66
|
-
}) => any) | undefined;
|
67
|
-
} & {
|
68
|
-
[key: string]: (props: {
|
69
|
-
classes?: Classes[] | undefined;
|
70
|
-
content?: any;
|
71
|
-
items?: any[] | undefined;
|
72
|
-
item: any;
|
73
|
-
label?: string | undefined;
|
74
|
-
value?: any;
|
75
|
-
}) => any;
|
76
|
-
}> & {
|
77
|
-
thead?: ((props: object) => any) | undefined;
|
78
|
-
tbody?: ((props: object) => any) | undefined;
|
79
|
-
tfoot?: ((props: object) => any) | undefined;
|
80
|
-
'header:select'?: ((props: {
|
81
|
-
multiple: boolean;
|
82
|
-
selectAll: boolean;
|
83
|
-
text: string;
|
84
|
-
}) => any) | undefined;
|
85
|
-
'header:actions'?: ((props: {
|
86
|
-
text: string;
|
87
|
-
}) => any) | undefined;
|
88
|
-
loading?: ((props: {
|
89
|
-
items: any[];
|
90
|
-
}) => any) | undefined;
|
91
|
-
'no-data'?: ((props: object) => any) | undefined;
|
92
|
-
actions?: ((props: {
|
93
|
-
item: any;
|
94
|
-
value: any;
|
95
|
-
}) => any) | undefined;
|
96
|
-
select?: ((props: {
|
97
|
-
item: any;
|
98
|
-
value: any;
|
99
|
-
checked: boolean;
|
100
|
-
disabled: boolean;
|
101
|
-
inputName: string;
|
102
|
-
readonly: boolean;
|
103
|
-
}) => any) | undefined;
|
104
|
-
} & {
|
105
|
-
[key: string]: (props: {
|
106
|
-
classes?: Classes[] | undefined;
|
107
|
-
content?: any;
|
108
|
-
items?: any[] | undefined;
|
109
|
-
item: any;
|
110
|
-
label?: string | undefined;
|
111
|
-
value?: any;
|
112
|
-
}) => any;
|
113
|
-
}>;
|
129
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
130
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
114
131
|
export default _default;
|
115
132
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
116
133
|
new (): {
|
@@ -158,10 +158,6 @@ export type BbTableProps = {
|
|
158
158
|
* that accepts an item and returns a boolean that only affects that item.
|
159
159
|
*/
|
160
160
|
selectable?: boolean | ((item: any) => boolean);
|
161
|
-
/**
|
162
|
-
* Used by v-model:selectAll. Indicates whether the "Select all" checkbox is checked or not.
|
163
|
-
*/
|
164
|
-
selectAll?: boolean;
|
165
161
|
/**
|
166
162
|
* Text of the label used by the "Select all" boolean.
|
167
163
|
*/
|
@@ -118,13 +118,22 @@ export type BbTagSlots = {
|
|
118
118
|
suffix?: (props: object) => any;
|
119
119
|
'prepend-outer'?: (props: object) => any;
|
120
120
|
};
|
121
|
-
declare
|
121
|
+
declare function __VLS_template(): {
|
122
|
+
slots: Readonly<BbTagSlots> & BbTagSlots;
|
123
|
+
refs: {};
|
124
|
+
attrs: Partial<{}>;
|
125
|
+
};
|
126
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
127
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTagProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
128
|
+
[x: string]: any;
|
129
|
+
} & {
|
122
130
|
[x: string]: any;
|
123
131
|
}, string, import('vue').PublicProps, Readonly<BbTagProps> & Readonly<{
|
124
132
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
125
133
|
}>, {
|
126
134
|
multiple: boolean;
|
127
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
135
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
136
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
128
137
|
export default _default;
|
129
138
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
130
139
|
new (): {
|
@@ -1,6 +1,13 @@
|
|
1
|
-
declare
|
2
|
-
|
3
|
-
}
|
1
|
+
declare function __VLS_template(): {
|
2
|
+
slots: {
|
3
|
+
default?(_: {}): any;
|
4
|
+
};
|
5
|
+
refs: {};
|
6
|
+
attrs: Partial<{}>;
|
7
|
+
};
|
8
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
9
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
10
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
4
11
|
export default _default;
|
5
12
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
6
13
|
new (): {
|
@@ -98,21 +98,30 @@ export type BbTextInputSlots = BaseTextInputSlots & {
|
|
98
98
|
hasErrors: boolean;
|
99
99
|
}) => any;
|
100
100
|
};
|
101
|
-
declare
|
101
|
+
declare function __VLS_template(): {
|
102
|
+
slots: Readonly<BaseTextInputSlots & {
|
103
|
+
label?: (props: {
|
104
|
+
text: string;
|
105
|
+
hasErrors: boolean;
|
106
|
+
}) => any;
|
107
|
+
}> & BaseTextInputSlots & {
|
108
|
+
label?: (props: {
|
109
|
+
text: string;
|
110
|
+
hasErrors: boolean;
|
111
|
+
}) => any;
|
112
|
+
};
|
113
|
+
refs: {};
|
114
|
+
attrs: Partial<{}>;
|
115
|
+
};
|
116
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
117
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTextInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
118
|
+
[x: string]: any;
|
119
|
+
} & {
|
102
120
|
[x: string]: any;
|
103
121
|
}, string, import('vue').PublicProps, Readonly<BbTextInputProps> & Readonly<{
|
104
122
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
105
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
106
|
-
|
107
|
-
text: string;
|
108
|
-
hasErrors: boolean;
|
109
|
-
}) => any) | undefined;
|
110
|
-
}> & BaseTextInputSlots & {
|
111
|
-
label?: ((props: {
|
112
|
-
text: string;
|
113
|
-
hasErrors: boolean;
|
114
|
-
}) => any) | undefined;
|
115
|
-
}>;
|
123
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
124
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
116
125
|
export default _default;
|
117
126
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
118
127
|
new (): {
|
@@ -102,21 +102,30 @@ export type BbTextareaSlots = BaseTextareaSlots & {
|
|
102
102
|
hasErrors: boolean;
|
103
103
|
}) => any;
|
104
104
|
};
|
105
|
-
declare
|
105
|
+
declare function __VLS_template(): {
|
106
|
+
slots: Readonly<BaseTextareaSlots & {
|
107
|
+
label?: (props: {
|
108
|
+
text: string;
|
109
|
+
hasErrors: boolean;
|
110
|
+
}) => any;
|
111
|
+
}> & BaseTextareaSlots & {
|
112
|
+
label?: (props: {
|
113
|
+
text: string;
|
114
|
+
hasErrors: boolean;
|
115
|
+
}) => any;
|
116
|
+
};
|
117
|
+
refs: {};
|
118
|
+
attrs: Partial<{}>;
|
119
|
+
};
|
120
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
121
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTextareaProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
122
|
+
[x: string]: any;
|
123
|
+
} & {
|
106
124
|
[x: string]: any;
|
107
125
|
}, string, import('vue').PublicProps, Readonly<BbTextareaProps> & Readonly<{
|
108
126
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
109
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
110
|
-
|
111
|
-
text: string;
|
112
|
-
hasErrors: boolean;
|
113
|
-
}) => any) | undefined;
|
114
|
-
}> & BaseTextareaSlots & {
|
115
|
-
label?: ((props: {
|
116
|
-
text: string;
|
117
|
-
hasErrors: boolean;
|
118
|
-
}) => any) | undefined;
|
119
|
-
}>;
|
127
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
128
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
120
129
|
export default _default;
|
121
130
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
122
131
|
new (): {
|
@@ -5,6 +5,6 @@ export type BbToastProps = {
|
|
5
5
|
placement?: 'bottom' | 'bottom-start' | 'bottom-end' | 'top' | 'top-start' | 'top-end';
|
6
6
|
};
|
7
7
|
declare const _default: import('vue').DefineComponent<BbToastProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbToastProps> & Readonly<{}>, {
|
8
|
-
placement: "
|
8
|
+
placement: "bottom" | "bottom-start" | "bottom-end" | "top" | "top-start" | "top-end";
|
9
9
|
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
10
10
|
export default _default;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
import { Message } from '../../composables/useToast';
|
2
|
-
declare const _default: import('vue').DefineComponent<Message, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
2
|
+
declare const _default: import('vue').DefineComponent<Message, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
3
3
|
"click:close": (id: string) => any;
|
4
4
|
}, string, import('vue').PublicProps, Readonly<Message> & Readonly<{
|
5
5
|
"onClick:close"?: ((id: string) => any) | undefined;
|
@@ -22,14 +22,24 @@ type BbTooltipSlots = {
|
|
22
22
|
declare const onMouseenter: () => void;
|
23
23
|
declare const onFocus: () => void;
|
24
24
|
declare const closeTooltip: import('lodash').DebouncedFuncLeading<() => Promise<void>>;
|
25
|
-
declare
|
25
|
+
declare function __VLS_template(): {
|
26
|
+
slots: Readonly<BbTooltipSlots> & BbTooltipSlots;
|
27
|
+
refs: {
|
28
|
+
wrapper: HTMLSpanElement;
|
29
|
+
content: HTMLSpanElement;
|
30
|
+
};
|
31
|
+
attrs: Partial<{}>;
|
32
|
+
};
|
33
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
34
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTooltipProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTooltipProps> & Readonly<{}>, {
|
26
35
|
showClose: boolean;
|
27
36
|
transitionDuration: number;
|
28
37
|
arrowPadding: number;
|
29
38
|
padding: number;
|
30
|
-
placement: "
|
39
|
+
placement: "top" | "top-start" | "top-end" | "right" | "right-start" | "right-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end";
|
31
40
|
theme: string;
|
32
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
41
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
42
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
33
43
|
export default _default;
|
34
44
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
35
45
|
new (): {
|
@@ -50,11 +50,18 @@ export type BbTreeSlots = {
|
|
50
50
|
expandable: boolean;
|
51
51
|
}) => any;
|
52
52
|
};
|
53
|
-
declare
|
53
|
+
declare function __VLS_template(): {
|
54
|
+
slots: Readonly<BbTreeSlots> & BbTreeSlots;
|
55
|
+
refs: {};
|
56
|
+
attrs: Partial<{}>;
|
57
|
+
};
|
58
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
59
|
+
declare const __VLS_component: import('vue').DefineComponent<BbTreeProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BbTreeProps> & Readonly<{}>, {
|
54
60
|
items: TreeItem[];
|
55
61
|
identifier: string | number;
|
56
62
|
depth: number;
|
57
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
63
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
64
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
58
65
|
export default _default;
|
59
66
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
60
67
|
new (): {
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
11
11
|
focusLastSelected: () => void;
|
12
12
|
blur: () => void;
|
13
13
|
confirmOption: () => void;
|
14
|
-
focusByHash: (hash:
|
14
|
+
focusByHash: (hash: Option["valueHash"]) => void;
|
15
15
|
getHighlighted: () => Option | undefined;
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
17
17
|
"option:unselected": (option: Option) => any;
|
18
18
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
19
19
|
"onOption:unselected"?: ((option: Option) => any) | undefined;
|
@@ -11,9 +11,9 @@ declare const _default: import('vue').DefineComponent<Props, {
|
|
11
11
|
focusLastSelected: () => void;
|
12
12
|
blur: () => void;
|
13
13
|
confirmOption: () => void;
|
14
|
-
focusByHash: (hash:
|
14
|
+
focusByHash: (hash: Option["valueHash"]) => void;
|
15
15
|
getHighlighted: () => Option | undefined;
|
16
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
16
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
17
17
|
"option:unselected": (option: Option) => any;
|
18
18
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
19
19
|
"onOption:unselected"?: ((option: Option) => any) | undefined;
|
@@ -8,11 +8,21 @@ export type BubbleProps = Pick<CommonProps, 'arrowPadding' | 'eager' | 'offset'
|
|
8
8
|
baseClass: string;
|
9
9
|
open?: boolean;
|
10
10
|
};
|
11
|
-
declare
|
11
|
+
declare function __VLS_template(): {
|
12
|
+
slots: {
|
13
|
+
default?(_: {}): any;
|
14
|
+
};
|
15
|
+
refs: {
|
16
|
+
content: HTMLSpanElement;
|
17
|
+
bubblearrow: HTMLSpanElement;
|
18
|
+
};
|
19
|
+
attrs: Partial<{}>;
|
20
|
+
};
|
21
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
22
|
+
declare const __VLS_component: import('vue').DefineComponent<BubbleProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BubbleProps> & Readonly<{}>, {
|
12
23
|
containerAttributes: any;
|
13
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
14
|
-
|
15
|
-
}>;
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
16
26
|
export default _default;
|
17
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
18
28
|
new (): {
|
@@ -9,13 +9,22 @@ type Props = {
|
|
9
9
|
'prepend:icon'?: string;
|
10
10
|
preventFocus?: boolean;
|
11
11
|
};
|
12
|
-
declare
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
}
|
12
|
+
declare function __VLS_template(): {
|
13
|
+
slots: {
|
14
|
+
prepend?(_: {}): any;
|
15
|
+
prefix?(_: {}): any;
|
16
|
+
default?(_: {}): any;
|
17
|
+
append?(_: {}): any;
|
18
|
+
suffix?(_: {}): any;
|
19
|
+
};
|
20
|
+
refs: {
|
21
|
+
container: HTMLSpanElement;
|
22
|
+
};
|
23
|
+
attrs: Partial<{}>;
|
24
|
+
};
|
25
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
26
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
27
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
19
28
|
export default _default;
|
20
29
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
21
30
|
new (): {
|
@@ -1,8 +1,15 @@
|
|
1
|
-
declare
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
}
|
1
|
+
declare function __VLS_template(): {
|
2
|
+
slots: {
|
3
|
+
"prepend-outer"?(_: {}): any;
|
4
|
+
default?(_: {}): any;
|
5
|
+
"append-outer"?(_: {}): any;
|
6
|
+
};
|
7
|
+
refs: {};
|
8
|
+
attrs: Partial<{}>;
|
9
|
+
};
|
10
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
11
|
+
declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
12
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
6
13
|
export default _default;
|
7
14
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
8
15
|
new (): {
|
@@ -7,7 +7,27 @@ type Props = {
|
|
7
7
|
loadingText?: string;
|
8
8
|
noDataText?: string;
|
9
9
|
};
|
10
|
-
declare
|
10
|
+
declare function __VLS_template(): {
|
11
|
+
slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
|
12
|
+
"options:prepend"?(_: {}): any;
|
13
|
+
option?(_: {
|
14
|
+
disabled: boolean;
|
15
|
+
focused: boolean;
|
16
|
+
index: number;
|
17
|
+
item: any;
|
18
|
+
selected: boolean;
|
19
|
+
text: string;
|
20
|
+
value: any;
|
21
|
+
}): any;
|
22
|
+
"options:append"?(_: {}): any;
|
23
|
+
};
|
24
|
+
refs: {
|
25
|
+
inner: HTMLDivElement;
|
26
|
+
};
|
27
|
+
attrs: Partial<{}>;
|
28
|
+
};
|
29
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
30
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {
|
11
31
|
focusNext: () => void;
|
12
32
|
focusPrevious: () => Promise<void>;
|
13
33
|
focusFirst: () => void;
|
@@ -16,9 +36,9 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
16
36
|
focusLastSelected: () => void;
|
17
37
|
blur: () => void;
|
18
38
|
confirmOption: () => void;
|
19
|
-
focusByHash: (hash:
|
39
|
+
focusByHash: (hash: Option["valueHash"]) => void;
|
20
40
|
getHighlighted: () => Option | undefined;
|
21
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
41
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
22
42
|
"option:unselected": (option: Option) => any;
|
23
43
|
"option:selected": (option: Option) => any;
|
24
44
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
@@ -28,19 +48,8 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Pr
|
|
28
48
|
transitionDuration: number;
|
29
49
|
loadingText: string;
|
30
50
|
noDataText: string;
|
31
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
32
|
-
|
33
|
-
option?(_: {
|
34
|
-
disabled: boolean;
|
35
|
-
focused: boolean;
|
36
|
-
index: number;
|
37
|
-
item: any;
|
38
|
-
selected: boolean;
|
39
|
-
text: string;
|
40
|
-
value: any;
|
41
|
-
}): any;
|
42
|
-
"options:append"?(_: {}): any;
|
43
|
-
}>;
|
51
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
52
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
44
53
|
export default _default;
|
45
54
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
46
55
|
new (): {
|