@namba_one/ui-kit-2 1.0.238 → 1.0.240
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 +3 -1
- package/dist/index.es.js +991 -977
- package/dist/index.umd.js +14 -14
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2930,6 +2930,7 @@ export declare type PageInfoCellProps = {
|
|
|
2930
2930
|
value?: string;
|
|
2931
2931
|
labelColor?: Color;
|
|
2932
2932
|
isShowDivider?: boolean;
|
|
2933
|
+
valueColor?: Color;
|
|
2933
2934
|
};
|
|
2934
2935
|
|
|
2935
2936
|
export declare const PageInfoCellSkeleton: DefineComponent<PageInfoCellSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<PageInfoCellSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
@@ -2940,7 +2941,7 @@ export declare const PageInfoCellTable: DefineComponent<PageInfoCellTableProps,
|
|
|
2940
2941
|
|
|
2941
2942
|
export declare type PageInfoCellTableProps = {
|
|
2942
2943
|
data: (Omit<PageInfoCellProps, 'labelColor'> & {
|
|
2943
|
-
|
|
2944
|
+
type?: 'text' | 'badge' | 'amount';
|
|
2944
2945
|
})[];
|
|
2945
2946
|
labelColor?: PageInfoCellProps['labelColor'];
|
|
2946
2947
|
};
|
|
@@ -2967,6 +2968,7 @@ export declare type PriceProps = {
|
|
|
2967
2968
|
color: Color;
|
|
2968
2969
|
isShowPlusSign?: boolean;
|
|
2969
2970
|
align?: 'left' | 'center' | 'right';
|
|
2971
|
+
isMono?: TheTextProps['isMono'];
|
|
2970
2972
|
};
|
|
2971
2973
|
|
|
2972
2974
|
export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
|