@namba_one/ui-kit-2 1.0.64 → 1.0.66
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 +9 -1
- package/dist/index.es.js +1876 -1832
- 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
|
@@ -1023,7 +1023,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
|
|
|
1023
1023
|
|
|
1024
1024
|
export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
|
|
1025
1025
|
|
|
1026
|
-
declare type InputProps = {
|
|
1026
|
+
export declare type InputProps = {
|
|
1027
1027
|
type?: 'text' | 'password';
|
|
1028
1028
|
label?: string;
|
|
1029
1029
|
description?: string;
|
|
@@ -1040,6 +1040,12 @@ declare type InputProps = {
|
|
|
1040
1040
|
iconRight?: IconName;
|
|
1041
1041
|
};
|
|
1042
1042
|
|
|
1043
|
+
export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
|
|
1044
|
+
|
|
1045
|
+
export declare type InputSkeletonProps = {
|
|
1046
|
+
isShowLabel?: boolean;
|
|
1047
|
+
};
|
|
1048
|
+
|
|
1043
1049
|
export declare const isCheckboxGroupFilterValue: (data: {
|
|
1044
1050
|
filter: Filter;
|
|
1045
1051
|
value: FilterValue;
|
|
@@ -1425,6 +1431,8 @@ export declare type ThemePickerProps = {
|
|
|
1425
1431
|
}[];
|
|
1426
1432
|
};
|
|
1427
1433
|
|
|
1434
|
+
export declare const ThemePickerSkeleton: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, HTMLElement>;
|
|
1435
|
+
|
|
1428
1436
|
export declare const TheText: __VLS_WithTemplateSlots_2<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
|
|
1429
1437
|
|
|
1430
1438
|
export declare type TheTextProps = {
|