@namba_one/ui-kit-2 1.0.277 → 1.0.279

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"]>;
package/dist/index.es.js CHANGED
@@ -35797,6 +35797,8 @@ const D4 = ["id"], A4 = /* @__PURE__ */ oe({
35797
35797
  key: `${r}-row`,
35798
35798
  isShowDivider: r !== e.data.length - 1 || e.data.length === 1,
35799
35799
  isCopy: o.isCopy,
35800
+ isLink: o.isLink,
35801
+ link: o.link,
35800
35802
  class: g(e.$style.row),
35801
35803
  value: o.value,
35802
35804
  label: o.label,
@@ -35827,7 +35829,7 @@ const D4 = ["id"], A4 = /* @__PURE__ */ oe({
35827
35829
  ]),
35828
35830
  key: "1"
35829
35831
  } : void 0
35830
- ]), 1032, ["isShowDivider", "isCopy", "class", "value", "label", "valueColor", "labelColor"]))), 128))
35832
+ ]), 1032, ["isShowDivider", "isCopy", "isLink", "link", "class", "value", "label", "valueColor", "labelColor"]))), 128))
35831
35833
  ], 2));
35832
35834
  }
35833
35835
  }), o8 = "PageInfoCellTable__root_a953c", Gm = {
@@ -39190,6 +39192,7 @@ export {
39190
39192
  QF as ToasterProvider,
39191
39193
  vp as Toggle,
39192
39194
  s3 as Tooltip,
39195
+ qw as TransitionExpand,
39193
39196
  Ls as TransitionFade,
39194
39197
  Gt as TransitionFadeBlur,
39195
39198
  UF as TransitionHeight,