@ningboyz/vue 1.0.12 → 1.0.14

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.
@@ -1,3 +1,3 @@
1
1
  import { App } from 'vue';
2
- export declare function install(app: App): void;
2
+ export declare const install: (app: App) => void;
3
3
  export * from './stimulsoft/desgin';
package/es/components.js CHANGED
@@ -1,9 +1,8 @@
1
- import { YzDesgin as t } from "./stimulsoft/desgin/index.js";
2
- const s = [t];
3
- function e(o) {
4
- s.forEach((n) => o.use(n));
5
- }
1
+ import { YzDesgin as s } from "./stimulsoft/desgin/index.js";
2
+ const t = [s], e = (o) => {
3
+ t.forEach((n) => o.use(n));
4
+ };
6
5
  export {
7
- t as YzDesgin,
6
+ s as YzDesgin,
8
7
  e as install
9
8
  };
package/es/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  import { Plugin } from 'vue';
2
2
  export * from './components';
3
- declare const _default: Plugin;
3
+ declare const _default: Plugin<any[], any[]>;
4
4
  export default _default;
@@ -1,3 +1,3 @@
1
1
  import { Plugin } from 'vue';
2
- export declare const YzDesgin: Plugin;
2
+ export declare const YzDesgin: Plugin<any[], any[]>;
3
3
  export default YzDesgin;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/vue",
3
- "version": "1.0.12",
3
+ "version": "1.0.14",
4
4
  "private": false,
5
5
  "description": "宁波甬政vue-ui库",
6
6
  "author": "nbyt-syq",