@deot/vc 1.0.60 → 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
@@ -4581,6 +4581,7 @@ export declare const Components: {
4581
4581
  tag: string;
4582
4582
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
4583
4583
  open: (options: {
4584
+ [key: string]: any;
4584
4585
  current?: number;
4585
4586
  data: any[];
4586
4587
  onClose?: any;
@@ -4621,6 +4622,7 @@ export declare const Components: {
4621
4622
  tag: string;
4622
4623
  }, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
4623
4624
  open: (options: {
4625
+ [key: string]: any;
4624
4626
  current?: number;
4625
4627
  data: any[];
4626
4628
  onClose?: any;