mediacube-ui-v2 0.0.62 → 0.0.63
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.
|
@@ -492,11 +492,11 @@ declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<im
|
|
|
492
492
|
disabled: boolean;
|
|
493
493
|
loading: boolean;
|
|
494
494
|
tabindex: string | number;
|
|
495
|
-
options: ISelectOptions | ISelectGroupOptions;
|
|
496
495
|
helpText: string;
|
|
497
496
|
placeholder: string;
|
|
498
497
|
errors: string[];
|
|
499
498
|
locale: string;
|
|
499
|
+
options: ISelectOptions | ISelectGroupOptions;
|
|
500
500
|
multiple: boolean;
|
|
501
501
|
showLabels: boolean;
|
|
502
502
|
searchable: boolean;
|