@namba_one/ui-kit-2 1.2.10 → 1.2.15
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 +2 -0
- package/dist/index.es.js +1169 -1149
- package/dist/index.umd.js +18 -18
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3873,6 +3873,7 @@ export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {},
|
|
|
3873
3873
|
|
|
3874
3874
|
export declare type InputSkeletonProps = Pick<InputProps, 'size'> & {
|
|
3875
3875
|
isShowLabel?: boolean;
|
|
3876
|
+
placeholder?: string;
|
|
3876
3877
|
};
|
|
3877
3878
|
|
|
3878
3879
|
export declare const isCheckboxGroupFilterValue: (data: {
|
|
@@ -4744,6 +4745,7 @@ declare type ResponseBaseProps = {
|
|
|
4744
4745
|
size?: (typeof sizes_7)[number];
|
|
4745
4746
|
isThemedImage?: boolean;
|
|
4746
4747
|
description?: string;
|
|
4748
|
+
textWidth?: number | string;
|
|
4747
4749
|
};
|
|
4748
4750
|
|
|
4749
4751
|
export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|