@namba_one/ui-kit-2 1.0.77 → 1.0.78
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/index.d.ts +1 -0
- package/dist/index.es.js +1324 -1324
- package/dist/index.umd.js +6 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1984,6 +1984,7 @@ export declare type StatusSelectProps = {
|
|
|
1984
1984
|
view: View;
|
|
1985
1985
|
}[];
|
|
1986
1986
|
isLoading?: boolean;
|
|
1987
|
+
isDisabled?: boolean;
|
|
1987
1988
|
};
|
|
1988
1989
|
|
|
1989
1990
|
export declare const StatusSelectSkeleton: DefineComponent<StatusSelectSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatusSelectSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
|