@fox-js/foxui-pad 4.0.1-10 → 4.0.1-11
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.js +3 -3
- package/dist/index.esm.js +3836 -3526
- package/dist/index.umd.js +3 -3
- package/dist/locale/index.esm.js +1 -1
- package/dist/locale/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -1
- package/dist/types/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/style.esm.js
CHANGED
package/dist/types/index.d.ts
CHANGED
|
@@ -1397,6 +1397,8 @@ export declare const toPxDesc: (value: string | number, size?: number) => string
|
|
|
1397
1397
|
|
|
1398
1398
|
export declare const toTypeString: (value: unknown) => string;
|
|
1399
1399
|
|
|
1400
|
+
export declare const Tour: DefineComponent<unknown, object, {}, ComputedOptions, MethodOptions, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<unknown>, {}>;
|
|
1401
|
+
|
|
1400
1402
|
/**
|
|
1401
1403
|
* to model value
|
|
1402
1404
|
* @param props
|