@deot/vc-components 1.0.59 → 1.0.61

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
@@ -1783,7 +1783,7 @@ closable: {
1783
1783
  type: BooleanConstructor;
1784
1784
  default: boolean;
1785
1785
  };
1786
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
1786
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
1787
1787
  value: {
1788
1788
  type: (StringConstructor | NumberConstructor)[];
1789
1789
  value: undefined;
@@ -1808,7 +1808,9 @@ closable: {
1808
1808
  type: BooleanConstructor;
1809
1809
  default: boolean;
1810
1810
  };
1811
- }>> & Readonly<{}>, {
1811
+ }>> & Readonly<{
1812
+ onClick?: ((...args: any[]) => any) | undefined;
1813
+ }>, {
1812
1814
  disabled: boolean;
1813
1815
  closable: boolean;
1814
1816
  selected: boolean;
@@ -2287,6 +2289,7 @@ default: string;
2287
2289
  tag: string;
2288
2290
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
2289
2291
  open: (options: {
2292
+ [key: string]: any;
2290
2293
  current?: number;
2291
2294
  data: any[];
2292
2295
  onClose?: any;
@@ -4563,7 +4566,7 @@ closable: {
4563
4566
  type: BooleanConstructor;
4564
4567
  default: boolean;
4565
4568
  };
4566
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
4569
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
4567
4570
  value: {
4568
4571
  type: (StringConstructor | NumberConstructor)[];
4569
4572
  value: undefined;
@@ -4588,7 +4591,9 @@ closable: {
4588
4591
  type: BooleanConstructor;
4589
4592
  default: boolean;
4590
4593
  };
4591
- }>> & Readonly<{}>, {
4594
+ }>> & Readonly<{
4595
+ onClick?: ((...args: any[]) => any) | undefined;
4596
+ }>, {
4592
4597
  disabled: boolean;
4593
4598
  closable: boolean;
4594
4599
  selected: boolean;
@@ -5303,6 +5308,7 @@ default: string;
5303
5308
  tag: string;
5304
5309
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
5305
5310
  open: (options: {
5311
+ [key: string]: any;
5306
5312
  current?: number;
5307
5313
  data: any[];
5308
5314
  onClose?: any;