@namba_one/ui-kit-2 1.0.64 → 1.0.65

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 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;