@namba_one/ui-kit-2 1.0.70 → 1.0.71
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 +7 -0
- package/dist/index.es.js +1082 -1014
- package/dist/index.umd.js +5 -5
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -855,6 +855,13 @@ export declare type CardContentSkeletonProps = {
|
|
|
855
855
|
isShowImage?: boolean;
|
|
856
856
|
};
|
|
857
857
|
|
|
858
|
+
export declare const CellInfo: DefineComponent<CellInfoProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CellInfoProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
859
|
+
|
|
860
|
+
export declare type CellInfoProps = {
|
|
861
|
+
label: string;
|
|
862
|
+
value: string;
|
|
863
|
+
};
|
|
864
|
+
|
|
858
865
|
export declare const Checkbox: DefineComponent<CheckboxProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
|
|
859
866
|
"update:value": (value: boolean) => any;
|
|
860
867
|
}, string, PublicProps, Readonly<CheckboxProps> & Readonly<{
|