@namba_one/ui-kit-2 1.0.278 → 1.0.280

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
@@ -652,6 +652,8 @@ onClose?: (() => any) | undefined;
652
652
 
653
653
  declare const __VLS_component_46: DefineComponent<__VLS_Props_39, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_39> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
654
654
 
655
+ declare const __VLS_component_47: DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
656
+
655
657
  declare const __VLS_component_5: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & {
656
658
  click: (e: Event) => any;
657
659
  }, string, PublicProps, Readonly<ButtonProps> & Readonly<{
@@ -1810,6 +1812,15 @@ declare function __VLS_template_46(): {
1810
1812
  rootEl: HTMLDivElement;
1811
1813
  };
1812
1814
 
1815
+ declare function __VLS_template_47(): {
1816
+ attrs: Partial<{}>;
1817
+ slots: {
1818
+ default?(_: {}): any;
1819
+ };
1820
+ refs: {};
1821
+ rootEl: any;
1822
+ };
1823
+
1813
1824
  declare function __VLS_template_5(): {
1814
1825
  attrs: Partial<{}>;
1815
1826
  slots: {
@@ -1939,6 +1950,8 @@ declare type __VLS_TemplateResult_45 = ReturnType<typeof __VLS_template_45>;
1939
1950
 
1940
1951
  declare type __VLS_TemplateResult_46 = ReturnType<typeof __VLS_template_46>;
1941
1952
 
1953
+ declare type __VLS_TemplateResult_47 = ReturnType<typeof __VLS_template_47>;
1954
+
1942
1955
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
1943
1956
 
1944
1957
  declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
@@ -2195,6 +2208,12 @@ declare type __VLS_WithTemplateSlots_46<T, S> = T & {
2195
2208
  };
2196
2209
  };
2197
2210
 
2211
+ declare type __VLS_WithTemplateSlots_47<T, S> = T & {
2212
+ new (): {
2213
+ $slots: S;
2214
+ };
2215
+ };
2216
+
2198
2217
  declare type __VLS_WithTemplateSlots_5<T, S> = T & {
2199
2218
  new (): {
2200
2219
  $slots: S;
@@ -4057,6 +4076,12 @@ export declare type PriceProps = {
4057
4076
  isMono?: TheTextProps['isMono'];
4058
4077
  };
4059
4078
 
4079
+ declare interface Props {
4080
+ className?: string;
4081
+ isShow: boolean;
4082
+ hasHeightDelay?: boolean;
4083
+ }
4084
+
4060
4085
  export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;
4061
4086
 
4062
4087
  declare type ResponseBaseProps = {
@@ -4648,6 +4673,8 @@ export declare type TooltipProps = {
4648
4673
  alignText?: TheTextProps['align'];
4649
4674
  };
4650
4675
 
4676
+ export declare const TransitionExpand: __VLS_WithTemplateSlots_47<typeof __VLS_component_47, __VLS_TemplateResult_47["slots"]>;
4677
+
4651
4678
  export declare const TransitionFade: DefineComponent<ExtractPropTypes< {
4652
4679
  appear: {
4653
4680
  type: PropType<TransitionFadeProps["appear"]>;