@deot/vc-components 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.cjs +308 -202
- package/dist/index.d.ts +2 -0
- package/dist/index.iife.js +504 -398
- package/dist/index.js +308 -202
- package/dist/index.style.css +1 -1
- package/dist/index.umd.cjs +504 -398
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2289,6 +2289,7 @@ default: string;
|
|
|
2289
2289
|
tag: string;
|
|
2290
2290
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
2291
2291
|
open: (options: {
|
|
2292
|
+
[key: string]: any;
|
|
2292
2293
|
current?: number;
|
|
2293
2294
|
data: any[];
|
|
2294
2295
|
onClose?: any;
|
|
@@ -5307,6 +5308,7 @@ default: string;
|
|
|
5307
5308
|
tag: string;
|
|
5308
5309
|
}, {}, string, {}, GlobalComponents, GlobalDirectives, string, ComponentProvideOptions> & VNodeProps & AllowedComponentProps & ComponentCustomProps & {
|
|
5309
5310
|
open: (options: {
|
|
5311
|
+
[key: string]: any;
|
|
5310
5312
|
current?: number;
|
|
5311
5313
|
data: any[];
|
|
5312
5314
|
onClose?: any;
|