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
@@ -73,14 +73,21 @@ export type BaseButtonProps = {
|
|
73
73
|
*/
|
74
74
|
type?: HTMLButtonElement['type'];
|
75
75
|
};
|
76
|
-
declare
|
77
|
-
|
76
|
+
declare function __VLS_template(): {
|
77
|
+
slots: Readonly<{
|
78
|
+
default?: (props: object) => any;
|
79
|
+
}> & {
|
80
|
+
default?: (props: object) => any;
|
81
|
+
};
|
82
|
+
refs: {};
|
83
|
+
attrs: Partial<{}>;
|
84
|
+
};
|
85
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
86
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseButtonProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<BaseButtonProps> & Readonly<{}>, {
|
87
|
+
type: HTMLButtonElement["type"];
|
78
88
|
tag: string;
|
79
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
80
|
-
|
81
|
-
}> & {
|
82
|
-
default?: ((props: object) => any) | undefined;
|
83
|
-
}>;
|
89
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
90
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
84
91
|
export default _default;
|
85
92
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
86
93
|
new (): {
|
@@ -88,18 +88,29 @@ export type SlotAttributes = {
|
|
88
88
|
trueValue: any;
|
89
89
|
value: any;
|
90
90
|
};
|
91
|
-
declare
|
91
|
+
declare function __VLS_template(): {
|
92
|
+
slots: Readonly<{
|
93
|
+
icon?: (props: SlotAttributes) => any;
|
94
|
+
}> & {
|
95
|
+
icon?: (props: SlotAttributes) => any;
|
96
|
+
};
|
97
|
+
refs: {
|
98
|
+
checkboxInput: HTMLInputElement;
|
99
|
+
};
|
100
|
+
attrs: Partial<{}>;
|
101
|
+
};
|
102
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
103
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
104
|
+
[x: string]: any;
|
105
|
+
} & {
|
92
106
|
[x: string]: any;
|
93
107
|
}, string, import('vue').PublicProps, Readonly<BaseCheckboxProps> & Readonly<{
|
94
108
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
95
109
|
}>, {
|
96
110
|
falseValue: any;
|
97
111
|
trueValue: any;
|
98
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
99
|
-
|
100
|
-
}> & {
|
101
|
-
icon?: ((props: SlotAttributes) => any) | undefined;
|
102
|
-
}>;
|
112
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
113
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
103
114
|
export default _default;
|
104
115
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
105
116
|
new (): {
|
@@ -106,269 +106,72 @@ export type BaseCheckboxGroupEvents = {
|
|
106
106
|
(e: 'mouseup', event: MouseEvent): void;
|
107
107
|
(e: 'update:modelValue', value: any): void;
|
108
108
|
};
|
109
|
-
declare const _default: <T = any>(__VLS_props: {
|
110
|
-
|
111
|
-
[x: number]: any;
|
112
|
-
[x: symbol]: any;
|
113
|
-
ariaDescribedby?: string | undefined;
|
114
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
115
|
-
color?: string | undefined;
|
116
|
-
dependencies?: any[] | undefined;
|
117
|
-
depsDebounceTime?: number | undefined;
|
118
|
-
direction?: "horizontal" | "vertical" | undefined;
|
119
|
-
disabled?: boolean | undefined;
|
120
|
-
enforceCoherence?: boolean | undefined;
|
121
|
-
hasErrors?: boolean | undefined;
|
122
|
-
hideLabel?: boolean | undefined;
|
123
|
-
id?: string | undefined;
|
124
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
125
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
126
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
127
|
-
loadingText?: string | undefined;
|
128
|
-
max?: number | undefined;
|
129
|
-
modelValue: any[];
|
130
|
-
modelValueDebounceTime?: number | undefined;
|
131
|
-
name?: string | undefined;
|
132
|
-
noDataText?: string | undefined;
|
133
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
134
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, __VLS_ctx?: {
|
135
|
-
slots: Readonly<{
|
136
|
-
prepend?: ((props: object) => any) | undefined;
|
137
|
-
loading?: ((props: object) => any) | undefined;
|
138
|
-
'no-data'?: ((props: object) => any) | undefined;
|
139
|
-
'option:prepend'?: ((props: {
|
140
|
-
checked: boolean;
|
141
|
-
disabled: boolean;
|
142
|
-
id?: string;
|
143
|
-
item: T;
|
144
|
-
text: string;
|
145
|
-
}) => any) | undefined;
|
146
|
-
icon?: ((props: SlotAttributes & {
|
147
|
-
item: T;
|
148
|
-
text: string;
|
149
|
-
}) => any) | undefined;
|
150
|
-
label?: ((props: {
|
151
|
-
item: T;
|
152
|
-
text: string;
|
153
|
-
checked: boolean;
|
154
|
-
}) => any) | undefined;
|
155
|
-
'option:append'?: ((props: {
|
156
|
-
checked: boolean;
|
157
|
-
disabled: boolean;
|
158
|
-
id?: string;
|
159
|
-
item: T;
|
160
|
-
text: string;
|
161
|
-
}) => any) | undefined;
|
162
|
-
append?: ((props: object) => any) | undefined;
|
163
|
-
}> & {
|
164
|
-
prepend?: ((props: object) => any) | undefined;
|
165
|
-
loading?: ((props: object) => any) | undefined;
|
166
|
-
'no-data'?: ((props: object) => any) | undefined;
|
167
|
-
'option:prepend'?: ((props: {
|
168
|
-
checked: boolean;
|
169
|
-
disabled: boolean;
|
170
|
-
id?: string;
|
171
|
-
item: T;
|
172
|
-
text: string;
|
173
|
-
}) => any) | undefined;
|
174
|
-
icon?: ((props: SlotAttributes & {
|
175
|
-
item: T;
|
176
|
-
text: string;
|
177
|
-
}) => any) | undefined;
|
178
|
-
label?: ((props: {
|
179
|
-
item: T;
|
180
|
-
text: string;
|
181
|
-
checked: boolean;
|
182
|
-
}) => any) | undefined;
|
183
|
-
'option:append'?: ((props: {
|
184
|
-
checked: boolean;
|
185
|
-
disabled: boolean;
|
186
|
-
id?: string;
|
187
|
-
item: T;
|
188
|
-
text: string;
|
189
|
-
}) => any) | undefined;
|
190
|
-
append?: ((props: object) => any) | undefined;
|
191
|
-
};
|
192
|
-
attrs: any;
|
193
|
-
emit: BaseCheckboxGroupEvents;
|
194
|
-
} | undefined, __VLS_expose?: ((exposed: import('vue').ShallowUnwrapRef<{}>) => void) | undefined, __VLS_setup?: Promise<{
|
195
|
-
props: {
|
196
|
-
[x: string]: any;
|
197
|
-
[x: number]: any;
|
198
|
-
[x: symbol]: any;
|
199
|
-
ariaDescribedby?: string | undefined;
|
200
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
201
|
-
color?: string | undefined;
|
202
|
-
dependencies?: any[] | undefined;
|
203
|
-
depsDebounceTime?: number | undefined;
|
204
|
-
direction?: "horizontal" | "vertical" | undefined;
|
205
|
-
disabled?: boolean | undefined;
|
206
|
-
enforceCoherence?: boolean | undefined;
|
207
|
-
hasErrors?: boolean | undefined;
|
208
|
-
hideLabel?: boolean | undefined;
|
209
|
-
id?: string | undefined;
|
210
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
211
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
212
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
213
|
-
loadingText?: string | undefined;
|
214
|
-
max?: number | undefined;
|
215
|
-
modelValue: any[];
|
216
|
-
modelValueDebounceTime?: number | undefined;
|
217
|
-
name?: string | undefined;
|
218
|
-
noDataText?: string | undefined;
|
219
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
220
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
109
|
+
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<{
|
110
|
+
props: __VLS_PrettifyLocal<any & BaseCheckboxGroupProps<T>> & import('vue').PublicProps;
|
221
111
|
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
222
112
|
attrs: any;
|
223
113
|
slots: Readonly<{
|
224
|
-
prepend?: (
|
225
|
-
loading?: (
|
226
|
-
'no-data'?: (
|
227
|
-
'option:prepend'?: (
|
114
|
+
prepend?: (props: object) => any;
|
115
|
+
loading?: (props: object) => any;
|
116
|
+
'no-data'?: (props: object) => any;
|
117
|
+
'option:prepend'?: (props: {
|
228
118
|
checked: boolean;
|
229
119
|
disabled: boolean;
|
230
120
|
id?: string;
|
231
121
|
item: T;
|
232
122
|
text: string;
|
233
|
-
}) => any
|
234
|
-
icon?: (
|
123
|
+
}) => any;
|
124
|
+
icon?: (props: SlotAttributes & {
|
235
125
|
item: T;
|
236
126
|
text: string;
|
237
|
-
}) => any
|
238
|
-
label?: (
|
127
|
+
}) => any;
|
128
|
+
label?: (props: {
|
239
129
|
item: T;
|
240
130
|
text: string;
|
241
131
|
checked: boolean;
|
242
|
-
}) => any
|
243
|
-
'option:append'?: (
|
132
|
+
}) => any;
|
133
|
+
'option:append'?: (props: {
|
244
134
|
checked: boolean;
|
245
135
|
disabled: boolean;
|
246
136
|
id?: string;
|
247
137
|
item: T;
|
248
138
|
text: string;
|
249
|
-
}) => any
|
250
|
-
append?: (
|
139
|
+
}) => any;
|
140
|
+
append?: (props: object) => any;
|
251
141
|
}> & {
|
252
|
-
prepend?: (
|
253
|
-
loading?: (
|
254
|
-
'no-data'?: (
|
255
|
-
'option:prepend'?: (
|
142
|
+
prepend?: (props: object) => any;
|
143
|
+
loading?: (props: object) => any;
|
144
|
+
'no-data'?: (props: object) => any;
|
145
|
+
'option:prepend'?: (props: {
|
256
146
|
checked: boolean;
|
257
147
|
disabled: boolean;
|
258
148
|
id?: string;
|
259
149
|
item: T;
|
260
150
|
text: string;
|
261
|
-
}) => any
|
262
|
-
icon?: (
|
151
|
+
}) => any;
|
152
|
+
icon?: (props: SlotAttributes & {
|
263
153
|
item: T;
|
264
154
|
text: string;
|
265
|
-
}) => any
|
266
|
-
label?: (
|
155
|
+
}) => any;
|
156
|
+
label?: (props: {
|
267
157
|
item: T;
|
268
158
|
text: string;
|
269
159
|
checked: boolean;
|
270
|
-
}) => any
|
271
|
-
'option:append'?: (
|
160
|
+
}) => any;
|
161
|
+
'option:append'?: (props: {
|
272
162
|
checked: boolean;
|
273
163
|
disabled: boolean;
|
274
164
|
id?: string;
|
275
165
|
item: T;
|
276
166
|
text: string;
|
277
|
-
}) => any
|
278
|
-
append?: (
|
167
|
+
}) => any;
|
168
|
+
append?: (props: object) => any;
|
279
169
|
};
|
280
170
|
emit: BaseCheckboxGroupEvents;
|
281
171
|
}>) => import('vue').VNode<import('vue').RendererNode, import('vue').RendererElement, {
|
282
172
|
[key: string]: any;
|
283
173
|
}> & {
|
284
|
-
__ctx?:
|
285
|
-
props: {
|
286
|
-
[x: string]: any;
|
287
|
-
[x: number]: any;
|
288
|
-
[x: symbol]: any;
|
289
|
-
ariaDescribedby?: string | undefined;
|
290
|
-
autofocus?: (boolean | "true" | "false") | undefined;
|
291
|
-
color?: string | undefined;
|
292
|
-
dependencies?: any[] | undefined;
|
293
|
-
depsDebounceTime?: number | undefined;
|
294
|
-
direction?: "horizontal" | "vertical" | undefined;
|
295
|
-
disabled?: boolean | undefined;
|
296
|
-
enforceCoherence?: boolean | undefined;
|
297
|
-
hasErrors?: boolean | undefined;
|
298
|
-
hideLabel?: boolean | undefined;
|
299
|
-
id?: string | undefined;
|
300
|
-
items: T[] | ((prefill: boolean, modelValue?: any[] | undefined) => Promise<T[]>) | ((prefill: boolean, modelValue?: any[] | undefined) => T[]);
|
301
|
-
itemText?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => string) | undefined) | undefined;
|
302
|
-
itemValue?: (T extends object ? NestedKeyOf<T> | ((item: T) => string) : ((item: T) => any) | undefined) | undefined;
|
303
|
-
loadingText?: string | undefined;
|
304
|
-
max?: number | undefined;
|
305
|
-
modelValue: any[];
|
306
|
-
modelValueDebounceTime?: number | undefined;
|
307
|
-
name?: string | undefined;
|
308
|
-
noDataText?: string | undefined;
|
309
|
-
readonly?: (boolean | "true" | "false") | undefined;
|
310
|
-
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
311
|
-
expose(exposed: import('vue').ShallowUnwrapRef<{}>): void;
|
312
|
-
attrs: any;
|
313
|
-
slots: Readonly<{
|
314
|
-
prepend?: ((props: object) => any) | undefined;
|
315
|
-
loading?: ((props: object) => any) | undefined;
|
316
|
-
'no-data'?: ((props: object) => any) | undefined;
|
317
|
-
'option:prepend'?: ((props: {
|
318
|
-
checked: boolean;
|
319
|
-
disabled: boolean;
|
320
|
-
id?: string;
|
321
|
-
item: T;
|
322
|
-
text: string;
|
323
|
-
}) => any) | undefined;
|
324
|
-
icon?: ((props: SlotAttributes & {
|
325
|
-
item: T;
|
326
|
-
text: string;
|
327
|
-
}) => any) | undefined;
|
328
|
-
label?: ((props: {
|
329
|
-
item: T;
|
330
|
-
text: string;
|
331
|
-
checked: boolean;
|
332
|
-
}) => any) | undefined;
|
333
|
-
'option:append'?: ((props: {
|
334
|
-
checked: boolean;
|
335
|
-
disabled: boolean;
|
336
|
-
id?: string;
|
337
|
-
item: T;
|
338
|
-
text: string;
|
339
|
-
}) => any) | undefined;
|
340
|
-
append?: ((props: object) => any) | undefined;
|
341
|
-
}> & {
|
342
|
-
prepend?: ((props: object) => any) | undefined;
|
343
|
-
loading?: ((props: object) => any) | undefined;
|
344
|
-
'no-data'?: ((props: object) => any) | undefined;
|
345
|
-
'option:prepend'?: ((props: {
|
346
|
-
checked: boolean;
|
347
|
-
disabled: boolean;
|
348
|
-
id?: string;
|
349
|
-
item: T;
|
350
|
-
text: string;
|
351
|
-
}) => any) | undefined;
|
352
|
-
icon?: ((props: SlotAttributes & {
|
353
|
-
item: T;
|
354
|
-
text: string;
|
355
|
-
}) => any) | undefined;
|
356
|
-
label?: ((props: {
|
357
|
-
item: T;
|
358
|
-
text: string;
|
359
|
-
checked: boolean;
|
360
|
-
}) => any) | undefined;
|
361
|
-
'option:append'?: ((props: {
|
362
|
-
checked: boolean;
|
363
|
-
disabled: boolean;
|
364
|
-
id?: string;
|
365
|
-
item: T;
|
366
|
-
text: string;
|
367
|
-
}) => any) | undefined;
|
368
|
-
append?: ((props: object) => any) | undefined;
|
369
|
-
};
|
370
|
-
emit: BaseCheckboxGroupEvents;
|
371
|
-
} | undefined;
|
174
|
+
__ctx?: Awaited<typeof __VLS_setup>;
|
372
175
|
};
|
373
176
|
export default _default;
|
374
177
|
type __VLS_PrettifyLocal<T> = {
|
@@ -77,11 +77,23 @@ export type BaseColorInputSlots = {
|
|
77
77
|
'prepend-outer'?: (props: object) => any;
|
78
78
|
suffix?: (props: object) => any;
|
79
79
|
};
|
80
|
-
declare
|
80
|
+
declare function __VLS_template(): {
|
81
|
+
slots: Readonly<BaseColorInputSlots> & BaseColorInputSlots;
|
82
|
+
refs: {
|
83
|
+
input: HTMLInputElement;
|
84
|
+
picker: HTMLInputElement;
|
85
|
+
};
|
86
|
+
attrs: Partial<{}>;
|
87
|
+
};
|
88
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
89
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseColorInputProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
90
|
+
[x: string]: any;
|
91
|
+
} & {
|
81
92
|
[x: string]: any;
|
82
93
|
}, string, import('vue').PublicProps, Readonly<BaseColorInputProps> & Readonly<{
|
83
94
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
84
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
95
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
96
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
85
97
|
export default _default;
|
86
98
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
87
99
|
new (): {
|
@@ -44,7 +44,7 @@ export type BaseDatePickerProps = {
|
|
44
44
|
};
|
45
45
|
declare const _default: import('vue').DefineComponent<BaseDatePickerProps, {
|
46
46
|
resetStatus: () => void;
|
47
|
-
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
47
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
48
48
|
"update:modelValue": (value: any) => any;
|
49
49
|
}, string, import('vue').PublicProps, Readonly<BaseDatePickerProps> & Readonly<{
|
50
50
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
@@ -4,7 +4,7 @@ type Props = {
|
|
4
4
|
disabled: boolean;
|
5
5
|
hidden: boolean;
|
6
6
|
};
|
7
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
7
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
8
8
|
"mode:year": () => any;
|
9
9
|
"mode:month": () => any;
|
10
10
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
@@ -15,29 +15,38 @@ type Props = {
|
|
15
15
|
multiple?: boolean;
|
16
16
|
readonly?: boolean;
|
17
17
|
};
|
18
|
-
declare
|
18
|
+
declare function __VLS_template(): {
|
19
|
+
slots: Partial<Record<"day", (_: {
|
20
|
+
first: boolean;
|
21
|
+
highlighted: boolean;
|
22
|
+
item: dayjs.Dayjs;
|
23
|
+
label: string;
|
24
|
+
last: boolean;
|
25
|
+
middle: boolean;
|
26
|
+
selected: boolean;
|
27
|
+
}) => any>> & Partial<Record<string, (_: {
|
28
|
+
first: boolean;
|
29
|
+
highlighted: boolean;
|
30
|
+
item: dayjs.Dayjs;
|
31
|
+
label: string;
|
32
|
+
last: boolean;
|
33
|
+
middle: boolean;
|
34
|
+
selected: boolean;
|
35
|
+
}) => any>>;
|
36
|
+
refs: {
|
37
|
+
calendar: HTMLDivElement;
|
38
|
+
};
|
39
|
+
attrs: Partial<{}>;
|
40
|
+
};
|
41
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
42
|
+
declare const __VLS_component: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
19
43
|
"update:modelValue": (value: any) => any;
|
20
44
|
"update:cursor": (value: dayjs.Dayjs) => any;
|
21
45
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
22
46
|
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
23
47
|
"onUpdate:cursor"?: ((value: dayjs.Dayjs) => any) | undefined;
|
24
|
-
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
25
|
-
|
26
|
-
highlighted: boolean;
|
27
|
-
item: dayjs.Dayjs;
|
28
|
-
label: string;
|
29
|
-
last: boolean;
|
30
|
-
middle: boolean;
|
31
|
-
selected: boolean;
|
32
|
-
}) => any>> & Partial<Record<string, (_: {
|
33
|
-
first: boolean;
|
34
|
-
highlighted: boolean;
|
35
|
-
item: dayjs.Dayjs;
|
36
|
-
label: string;
|
37
|
-
last: boolean;
|
38
|
-
middle: boolean;
|
39
|
-
selected: boolean;
|
40
|
-
}) => any>>>;
|
48
|
+
}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
49
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
41
50
|
export default _default;
|
42
51
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
43
52
|
new (): {
|
@@ -3,7 +3,7 @@ type Props = {
|
|
3
3
|
cursor: Dayjs;
|
4
4
|
disabled: boolean;
|
5
5
|
};
|
6
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
6
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
7
7
|
"update:month": (value: number) => any;
|
8
8
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
9
9
|
"onUpdate:month"?: ((value: number) => any) | undefined;
|
@@ -3,7 +3,7 @@ type Props = {
|
|
3
3
|
cursor: Dayjs;
|
4
4
|
disabled: boolean;
|
5
5
|
};
|
6
|
-
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
6
|
+
declare const _default: import('vue').DefineComponent<Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
7
7
|
"update:year": (value: number) => any;
|
8
8
|
}, string, import('vue').PublicProps, Readonly<Props> & Readonly<{
|
9
9
|
"onUpdate:year"?: ((value: number) => any) | undefined;
|