@alauda/ui 6.4.6-beta → 6.4.6-beta.10
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/esm2020/drawer/component/drawer.component.mjs +5 -4
- package/esm2020/select/multi-select/multi-select.component.mjs +5 -3
- package/fesm2015/alauda-ui.mjs +11 -9
- package/fesm2015/alauda-ui.mjs.map +1 -1
- package/fesm2020/alauda-ui.mjs +11 -9
- package/fesm2020/alauda-ui.mjs.map +1 -1
- package/package.json +1 -1
- package/select/multi-select/multi-select.component.d.ts +1 -0
package/package.json
CHANGED
|
@@ -27,6 +27,7 @@ export declare class MultiSelectComponent<T = unknown> extends BaseSelect<T, T[]
|
|
|
27
27
|
get hostPosition(): string;
|
|
28
28
|
get hostDisplay(): string;
|
|
29
29
|
inputValue: string;
|
|
30
|
+
hasDisabledOption: boolean;
|
|
30
31
|
get rootClass(): string;
|
|
31
32
|
get tagSize(): "medium" | "mini";
|
|
32
33
|
get inputClass(): string;
|