bitboss-ui 2.0.86 → 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 +99 -78
- package/dist/components/BbTable/types.d.ts +2 -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 +142 -134
- package/dist/index118.js +1 -1
- 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 +81 -5
- package/dist/index206.js +162 -14
- package/dist/index207.js +84 -16
- package/dist/index209.js +124 -17
- package/dist/index21.js +14 -14
- package/dist/index210.js +5 -27
- package/dist/index211.js +125 -3
- package/dist/index212.js +19 -2
- package/dist/index213.js +16 -8
- package/dist/index214.js +14 -247
- package/dist/index215.js +2 -52
- package/dist/index216.js +2 -44
- package/dist/index217.js +41 -5
- package/dist/index218.js +18 -58
- package/dist/index219.js +5 -52
- package/dist/index220.js +55 -0
- package/dist/index222.js +13 -20
- package/dist/index223.js +5 -4
- package/dist/index224.js +12 -2
- package/dist/index225.js +360 -155
- package/dist/index226.js +3 -84
- package/dist/index227.js +9 -0
- package/dist/index228.js +8 -2
- package/dist/index229.js +19 -4
- package/dist/index23.js +16 -16
- package/dist/index230.js +27 -2
- package/dist/index231.js +3 -3
- package/dist/index232.js +248 -40
- package/dist/index233.js +51 -5
- package/dist/index234.js +44 -7
- package/dist/index235.js +4 -11
- package/dist/index236.js +58 -124
- package/dist/index237.js +4 -125
- package/dist/index238.js +2 -2
- package/dist/index239.js +4 -5
- package/dist/index240.js +2 -369
- package/dist/index241.js +1 -1
- 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 +6 -6
- package/dist/index250.js +2 -3
- package/dist/index251.js +6 -281
- package/dist/index252.js +16 -6
- package/dist/index253.js +9 -2
- package/dist/index254.js +23 -2
- package/dist/index255.js +89 -2
- package/dist/index257.js +3 -2
- package/dist/index258.js +12 -2
- package/dist/index259.js +9 -2
- package/dist/index260.js +9 -2
- package/dist/index261.js +17 -2
- package/dist/index262.js +4 -2
- package/dist/index263.js +280 -27
- package/dist/index264.js +6 -22
- package/dist/index265.js +4 -0
- package/dist/index266.js +2 -7
- package/dist/index267.js +2 -9
- package/dist/index268.js +2 -23
- package/dist/index269.js +2 -89
- package/dist/index271.js +431 -6
- package/dist/index272.js +176 -16
- package/dist/index273.js +1 -1
- package/dist/index275.js +6 -175
- package/dist/index276.js +22 -9
- package/dist/index278.js +2 -12
- package/dist/index279.js +87 -7
- package/dist/index280.js +2 -9
- package/dist/index281.js +2 -17
- package/dist/index282.js +2 -4
- package/dist/index283.js +2 -4
- package/dist/index284.js +2 -431
- package/dist/index285.js +1 -1
- package/dist/index286.js +24 -85
- package/dist/index287.js +22 -2
- package/dist/index289.js +9 -22
- package/dist/index29.js +3 -3
- package/dist/index290.js +202 -0
- package/dist/index291.js +427 -191
- package/dist/index292.js +121 -218
- package/dist/index293.js +3 -435
- package/dist/index294.js +218 -121
- package/dist/index297.js +1 -1
- package/dist/index298.js +5 -2
- package/dist/index299.js +2 -5
- package/dist/index301.js +1 -1
- package/dist/index302.js +1 -1
- package/dist/index303.js +3 -3
- package/dist/index304.js +3 -4
- package/dist/index305.js +58 -4
- package/dist/index306.js +3 -4
- package/dist/index307.js +32 -58
- package/dist/index308.js +3 -6
- package/dist/index309.js +10 -18
- package/dist/index31.js +2 -2
- package/dist/index310.js +6 -32
- package/dist/index311.js +17 -5
- package/dist/index312.js +6 -10
- package/dist/index315.js +1 -1
- package/dist/index33.js +2 -2
- package/dist/index35.js +3 -3
- package/dist/index37.js +10 -10
- package/dist/index39.js +4 -4
- package/dist/index41.js +2 -2
- package/dist/index43.js +2 -2
- package/dist/index45.js +4 -4
- 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/index61.js +2 -2
- package/dist/index75.js +3 -3
- package/dist/index79.js +2 -2
- package/dist/index81.js +1 -1
- package/dist/index84.js +3 -3
- package/dist/index86.js +1 -1
- 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/index208.js +0 -21
- package/dist/index221.js +0 -15
- package/dist/index256.js +0 -4
- package/dist/index277.js +0 -5
- /package/dist/{index288.js → index270.js} +0 -0
@@ -1,4 +1,5 @@
|
|
1
|
-
import { HTMLAttributes, InputHTMLAttributes } from 'vue';
|
1
|
+
import { nextTick, HTMLAttributes, InputHTMLAttributes } from 'vue';
|
2
|
+
import { Option as BaseOption } from '../../types/Option';
|
2
3
|
export type BaseSelectProps = {
|
3
4
|
/**
|
4
5
|
* Allows the user to add options to the list by
|
@@ -235,21 +236,328 @@ export type BaseSelectSlots = {
|
|
235
236
|
}) => any;
|
236
237
|
suffix?: (props: object) => any;
|
237
238
|
};
|
238
|
-
declare
|
239
|
+
declare function __VLS_template(): {
|
240
|
+
slots: Readonly<BaseSelectSlots> & BaseSelectSlots;
|
241
|
+
refs: {
|
242
|
+
outerContainer: ({
|
243
|
+
$: import('vue').ComponentInternalInstance;
|
244
|
+
$data: {};
|
245
|
+
$props: Partial<{}> & Omit<{} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, never>;
|
246
|
+
$attrs: {
|
247
|
+
[x: string]: unknown;
|
248
|
+
};
|
249
|
+
$refs: {
|
250
|
+
[x: string]: unknown;
|
251
|
+
};
|
252
|
+
$slots: Readonly<{
|
253
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
254
|
+
}>;
|
255
|
+
$root: import('vue').ComponentPublicInstance | null;
|
256
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
257
|
+
$host: Element | null;
|
258
|
+
$emit: (event: string, ...args: any[]) => void;
|
259
|
+
$el: any;
|
260
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
261
|
+
beforeCreate?: (() => void) | (() => void)[];
|
262
|
+
created?: (() => void) | (() => void)[];
|
263
|
+
beforeMount?: (() => void) | (() => void)[];
|
264
|
+
mounted?: (() => void) | (() => void)[];
|
265
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
266
|
+
updated?: (() => void) | (() => void)[];
|
267
|
+
activated?: (() => void) | (() => void)[];
|
268
|
+
deactivated?: (() => void) | (() => void)[];
|
269
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
270
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
271
|
+
destroyed?: (() => void) | (() => void)[];
|
272
|
+
unmounted?: (() => void) | (() => void)[];
|
273
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
274
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
275
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
276
|
+
};
|
277
|
+
$forceUpdate: () => void;
|
278
|
+
$nextTick: typeof nextTick;
|
279
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
280
|
+
} & Readonly<{}> & Omit<Readonly<{}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
281
|
+
$slots: {
|
282
|
+
"prepend-outer"?(_: {}): any;
|
283
|
+
default?(_: {}): any;
|
284
|
+
"append-outer"?(_: {}): any;
|
285
|
+
};
|
286
|
+
}) | null;
|
287
|
+
innerContainer: ({
|
288
|
+
$: import('vue').ComponentInternalInstance;
|
289
|
+
$data: {};
|
290
|
+
$props: {
|
291
|
+
readonly 'append:icon'?: string | undefined;
|
292
|
+
readonly 'prepend:icon'?: string | undefined;
|
293
|
+
readonly preventFocus?: boolean | undefined;
|
294
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
295
|
+
$attrs: {
|
296
|
+
[x: string]: unknown;
|
297
|
+
};
|
298
|
+
$refs: {
|
299
|
+
[x: string]: unknown;
|
300
|
+
};
|
301
|
+
$slots: Readonly<{
|
302
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
303
|
+
}>;
|
304
|
+
$root: import('vue').ComponentPublicInstance | null;
|
305
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
306
|
+
$host: Element | null;
|
307
|
+
$emit: (event: string, ...args: any[]) => void;
|
308
|
+
$el: any;
|
309
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
310
|
+
'append:icon'?: string;
|
311
|
+
'prepend:icon'?: string;
|
312
|
+
preventFocus?: boolean;
|
313
|
+
}> & Readonly<{}>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
314
|
+
beforeCreate?: (() => void) | (() => void)[];
|
315
|
+
created?: (() => void) | (() => void)[];
|
316
|
+
beforeMount?: (() => void) | (() => void)[];
|
317
|
+
mounted?: (() => void) | (() => void)[];
|
318
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
319
|
+
updated?: (() => void) | (() => void)[];
|
320
|
+
activated?: (() => void) | (() => void)[];
|
321
|
+
deactivated?: (() => void) | (() => void)[];
|
322
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
323
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
324
|
+
destroyed?: (() => void) | (() => void)[];
|
325
|
+
unmounted?: (() => void) | (() => void)[];
|
326
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
327
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
328
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
329
|
+
};
|
330
|
+
$forceUpdate: () => void;
|
331
|
+
$nextTick: typeof nextTick;
|
332
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
333
|
+
} & Readonly<{}> & Omit<Readonly<{
|
334
|
+
'append:icon'?: string;
|
335
|
+
'prepend:icon'?: string;
|
336
|
+
preventFocus?: boolean;
|
337
|
+
}> & Readonly<{}>, never> & import('vue').ShallowUnwrapRef<{}> & {} & import('vue').ComponentCustomProperties & {} & {
|
338
|
+
$slots: {
|
339
|
+
prepend?(_: {}): any;
|
340
|
+
prefix?(_: {}): any;
|
341
|
+
default?(_: {}): any;
|
342
|
+
append?(_: {}): any;
|
343
|
+
suffix?(_: {}): any;
|
344
|
+
};
|
345
|
+
}) | null;
|
346
|
+
commaBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
347
|
+
options: BaseOption[];
|
348
|
+
}> & Readonly<{
|
349
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
350
|
+
}>, {
|
351
|
+
focusNext: () => void;
|
352
|
+
focusPrevious: () => Promise<void>;
|
353
|
+
focusFirst: () => void;
|
354
|
+
focusFirstSelected: () => void;
|
355
|
+
focusLast: () => void;
|
356
|
+
focusLastSelected: () => void;
|
357
|
+
blur: () => void;
|
358
|
+
confirmOption: () => void;
|
359
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
360
|
+
getHighlighted: () => BaseOption | undefined;
|
361
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
362
|
+
"option:unselected": (option: BaseOption) => any;
|
363
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
364
|
+
P: {};
|
365
|
+
B: {};
|
366
|
+
D: {};
|
367
|
+
C: {};
|
368
|
+
M: {};
|
369
|
+
Defaults: {};
|
370
|
+
}, Readonly<{
|
371
|
+
options: BaseOption[];
|
372
|
+
}> & Readonly<{
|
373
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
374
|
+
}>, {
|
375
|
+
focusNext: () => void;
|
376
|
+
focusPrevious: () => Promise<void>;
|
377
|
+
focusFirst: () => void;
|
378
|
+
focusFirstSelected: () => void;
|
379
|
+
focusLast: () => void;
|
380
|
+
focusLastSelected: () => void;
|
381
|
+
blur: () => void;
|
382
|
+
confirmOption: () => void;
|
383
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
384
|
+
getHighlighted: () => BaseOption | undefined;
|
385
|
+
}, {}, {}, {}, {}> | null;
|
386
|
+
chipsBox: import('vue').CreateComponentPublicInstanceWithMixins<Readonly<{
|
387
|
+
options: BaseOption[];
|
388
|
+
}> & Readonly<{
|
389
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
390
|
+
}>, {
|
391
|
+
focusNext: () => void;
|
392
|
+
focusPrevious: () => Promise<void>;
|
393
|
+
focusFirst: () => void;
|
394
|
+
focusFirstSelected: () => void;
|
395
|
+
focusLast: () => void;
|
396
|
+
focusLastSelected: () => void;
|
397
|
+
blur: () => void;
|
398
|
+
confirmOption: () => void;
|
399
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
400
|
+
getHighlighted: () => BaseOption | undefined;
|
401
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
402
|
+
"option:unselected": (option: BaseOption) => any;
|
403
|
+
}, import('vue').PublicProps, {}, false, {}, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, {}, any, import('vue').ComponentProvideOptions, {
|
404
|
+
P: {};
|
405
|
+
B: {};
|
406
|
+
D: {};
|
407
|
+
C: {};
|
408
|
+
M: {};
|
409
|
+
Defaults: {};
|
410
|
+
}, Readonly<{
|
411
|
+
options: BaseOption[];
|
412
|
+
}> & Readonly<{
|
413
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
414
|
+
}>, {
|
415
|
+
focusNext: () => void;
|
416
|
+
focusPrevious: () => Promise<void>;
|
417
|
+
focusFirst: () => void;
|
418
|
+
focusFirstSelected: () => void;
|
419
|
+
focusLast: () => void;
|
420
|
+
focusLastSelected: () => void;
|
421
|
+
blur: () => void;
|
422
|
+
confirmOption: () => void;
|
423
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
424
|
+
getHighlighted: () => BaseOption | undefined;
|
425
|
+
}, {}, {}, {}, {}> | null;
|
426
|
+
input: HTMLInputElement;
|
427
|
+
optionsContainer: ({
|
428
|
+
$: import('vue').ComponentInternalInstance;
|
429
|
+
$data: {};
|
430
|
+
$props: {
|
431
|
+
readonly options: BaseOption[];
|
432
|
+
readonly open?: boolean | undefined;
|
433
|
+
readonly loading?: boolean | undefined;
|
434
|
+
readonly transitionDuration?: number | undefined;
|
435
|
+
readonly loadingText?: string | undefined;
|
436
|
+
readonly noDataText?: string | undefined;
|
437
|
+
readonly "onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
438
|
+
readonly "onOption:selected"?: ((option: BaseOption) => any) | undefined;
|
439
|
+
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
440
|
+
$attrs: {
|
441
|
+
[x: string]: unknown;
|
442
|
+
};
|
443
|
+
$refs: {
|
444
|
+
[x: string]: unknown;
|
445
|
+
};
|
446
|
+
$slots: Readonly<{
|
447
|
+
[name: string]: import('vue').Slot<any> | undefined;
|
448
|
+
}>;
|
449
|
+
$root: import('vue').ComponentPublicInstance | null;
|
450
|
+
$parent: import('vue').ComponentPublicInstance | null;
|
451
|
+
$host: Element | null;
|
452
|
+
$emit: ((event: "option:unselected", option: BaseOption) => void) & ((event: "option:selected", option: BaseOption) => void);
|
453
|
+
$el: any;
|
454
|
+
$options: import('vue').ComponentOptionsBase<Readonly<{
|
455
|
+
options: BaseOption[];
|
456
|
+
open?: boolean;
|
457
|
+
loading?: boolean;
|
458
|
+
transitionDuration?: number;
|
459
|
+
loadingText?: string;
|
460
|
+
noDataText?: string;
|
461
|
+
}> & Readonly<{
|
462
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
463
|
+
"onOption:selected"?: ((option: BaseOption) => any) | undefined;
|
464
|
+
}>, {
|
465
|
+
focusNext: () => void;
|
466
|
+
focusPrevious: () => Promise<void>;
|
467
|
+
focusFirst: () => void;
|
468
|
+
focusFirstSelected: () => void;
|
469
|
+
focusLast: () => void;
|
470
|
+
focusLastSelected: () => void;
|
471
|
+
blur: () => void;
|
472
|
+
confirmOption: () => void;
|
473
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
474
|
+
getHighlighted: () => BaseOption | undefined;
|
475
|
+
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
476
|
+
"option:unselected": (option: BaseOption) => any;
|
477
|
+
"option:selected": (option: BaseOption) => any;
|
478
|
+
}, string, {
|
479
|
+
transitionDuration: number;
|
480
|
+
loadingText: string;
|
481
|
+
noDataText: string;
|
482
|
+
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
483
|
+
beforeCreate?: (() => void) | (() => void)[];
|
484
|
+
created?: (() => void) | (() => void)[];
|
485
|
+
beforeMount?: (() => void) | (() => void)[];
|
486
|
+
mounted?: (() => void) | (() => void)[];
|
487
|
+
beforeUpdate?: (() => void) | (() => void)[];
|
488
|
+
updated?: (() => void) | (() => void)[];
|
489
|
+
activated?: (() => void) | (() => void)[];
|
490
|
+
deactivated?: (() => void) | (() => void)[];
|
491
|
+
beforeDestroy?: (() => void) | (() => void)[];
|
492
|
+
beforeUnmount?: (() => void) | (() => void)[];
|
493
|
+
destroyed?: (() => void) | (() => void)[];
|
494
|
+
unmounted?: (() => void) | (() => void)[];
|
495
|
+
renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
496
|
+
renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[];
|
497
|
+
errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[];
|
498
|
+
};
|
499
|
+
$forceUpdate: () => void;
|
500
|
+
$nextTick: typeof nextTick;
|
501
|
+
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
|
502
|
+
} & Readonly<{
|
503
|
+
transitionDuration: number;
|
504
|
+
loadingText: string;
|
505
|
+
noDataText: string;
|
506
|
+
}> & Omit<Readonly<{
|
507
|
+
options: BaseOption[];
|
508
|
+
open?: boolean;
|
509
|
+
loading?: boolean;
|
510
|
+
transitionDuration?: number;
|
511
|
+
loadingText?: string;
|
512
|
+
noDataText?: string;
|
513
|
+
}> & Readonly<{
|
514
|
+
"onOption:unselected"?: ((option: BaseOption) => any) | undefined;
|
515
|
+
"onOption:selected"?: ((option: BaseOption) => any) | undefined;
|
516
|
+
}>, "blur" | "focusNext" | "focusPrevious" | "focusFirst" | "focusFirstSelected" | "focusLast" | "focusLastSelected" | "confirmOption" | "focusByHash" | "getHighlighted" | ("transitionDuration" | "loadingText" | "noDataText")> & import('vue').ShallowUnwrapRef<{
|
517
|
+
focusNext: () => void;
|
518
|
+
focusPrevious: () => Promise<void>;
|
519
|
+
focusFirst: () => void;
|
520
|
+
focusFirstSelected: () => void;
|
521
|
+
focusLast: () => void;
|
522
|
+
focusLastSelected: () => void;
|
523
|
+
blur: () => void;
|
524
|
+
confirmOption: () => void;
|
525
|
+
focusByHash: (hash: BaseOption["valueHash"]) => void;
|
526
|
+
getHighlighted: () => BaseOption | undefined;
|
527
|
+
}> & {} & import('vue').ComponentCustomProperties & {} & {
|
528
|
+
$slots: Partial<Record<"loading", (_: {}) => any>> & Partial<Record<"no-data", (_: {}) => any>> & {
|
529
|
+
"options:prepend"?(_: {}): any;
|
530
|
+
option?(_: {
|
531
|
+
disabled: boolean;
|
532
|
+
focused: boolean;
|
533
|
+
index: number;
|
534
|
+
item: any;
|
535
|
+
selected: boolean;
|
536
|
+
text: string;
|
537
|
+
value: any;
|
538
|
+
}): any;
|
539
|
+
"options:append"?(_: {}): any;
|
540
|
+
};
|
541
|
+
}) | null;
|
542
|
+
};
|
543
|
+
attrs: Partial<{}>;
|
544
|
+
};
|
545
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
546
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseSelectProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
|
239
547
|
input: (event: Event) => any;
|
548
|
+
"update:modelValue": (value: any) => any;
|
240
549
|
blur: (event: FocusEvent) => any;
|
241
550
|
change: (event: Event) => any;
|
242
551
|
click: (event: MouseEvent) => any;
|
243
552
|
focus: (event: FocusEvent) => any;
|
244
|
-
"update:modelValue": (value: any) => any;
|
245
553
|
inactive: () => any;
|
246
554
|
}, string, import('vue').PublicProps, Readonly<BaseSelectProps> & Readonly<{
|
247
555
|
onInput?: ((event: Event) => any) | undefined;
|
556
|
+
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
248
557
|
onBlur?: ((event: FocusEvent) => any) | undefined;
|
249
558
|
onChange?: ((event: Event) => any) | undefined;
|
250
559
|
onClick?: ((event: MouseEvent) => any) | undefined;
|
251
560
|
onFocus?: ((event: FocusEvent) => any) | undefined;
|
252
|
-
"onUpdate:modelValue"?: ((value: any) => any) | undefined;
|
253
561
|
onInactive?: (() => any) | undefined;
|
254
562
|
}>, {
|
255
563
|
transitionDuration: number;
|
@@ -261,11 +569,12 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<Ba
|
|
261
569
|
noDataText: string;
|
262
570
|
prefill: boolean | "focus";
|
263
571
|
max: number;
|
264
|
-
filterBy: string |
|
572
|
+
filterBy: string | string[] | false | ((value: any, item: any) => boolean) | null;
|
265
573
|
maxSelectedLabels: number;
|
266
574
|
queryDebounceTime: number;
|
267
575
|
updateOnAnimationFrame: boolean;
|
268
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
576
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
577
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
269
578
|
export default _default;
|
270
579
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
271
580
|
new (): {
|
@@ -104,17 +104,31 @@ export type BaseSliderSlots = {
|
|
104
104
|
active: boolean;
|
105
105
|
}) => any;
|
106
106
|
};
|
107
|
-
declare
|
107
|
+
declare function __VLS_template(): {
|
108
|
+
slots: Readonly<BaseSliderSlots> & BaseSliderSlots;
|
109
|
+
refs: {
|
110
|
+
container: HTMLSpanElement;
|
111
|
+
track: HTMLSpanElement;
|
112
|
+
thumblower: HTMLSpanElement;
|
113
|
+
thumbhigher: HTMLSpanElement;
|
114
|
+
};
|
115
|
+
attrs: Partial<{}>;
|
116
|
+
};
|
117
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
118
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseSliderProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
119
|
+
[x: string]: any;
|
120
|
+
} & {
|
108
121
|
[x: string]: any;
|
109
122
|
}, string, import('vue').PublicProps, Readonly<BaseSliderProps> & Readonly<{
|
110
123
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
111
124
|
}>, {
|
112
|
-
modelValue:
|
125
|
+
modelValue: number[] | number | string | null;
|
113
126
|
step: number;
|
114
127
|
max: number;
|
115
128
|
min: number;
|
116
129
|
thumbTranslate: boolean;
|
117
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
130
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
131
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
118
132
|
export default _default;
|
119
133
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
120
134
|
new (): {
|
@@ -4,14 +4,25 @@ export type BaseSwitchEvents = BaseCheckboxEvents;
|
|
4
4
|
export type BaseSwitchSlots = {
|
5
5
|
icon?: (props: SlotAttributes) => any;
|
6
6
|
};
|
7
|
-
declare
|
7
|
+
declare function __VLS_template(): {
|
8
|
+
slots: Readonly<BaseSwitchSlots> & BaseSwitchSlots;
|
9
|
+
refs: {
|
10
|
+
checkboxInput: HTMLInputElement;
|
11
|
+
};
|
12
|
+
attrs: Partial<{}>;
|
13
|
+
};
|
14
|
+
type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
|
15
|
+
declare const __VLS_component: import('vue').DefineComponent<BaseCheckboxProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
16
|
+
[x: string]: any;
|
17
|
+
} & {
|
8
18
|
[x: string]: any;
|
9
19
|
}, string, import('vue').PublicProps, Readonly<BaseCheckboxProps> & Readonly<{
|
10
20
|
[x: `on${Capitalize<any>}`]: ((...args: any) => any) | undefined;
|
11
21
|
}>, {
|
12
22
|
falseValue: any;
|
13
23
|
trueValue: any;
|
14
|
-
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any
|
24
|
+
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
|
25
|
+
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
15
26
|
export default _default;
|
16
27
|
type __VLS_WithTemplateSlots<T, S> = T & {
|
17
28
|
new (): {
|