@ningboyz/vue 1.0.17 → 1.0.18

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.
@@ -0,0 +1,7 @@
1
+ declare module 'vue' {
2
+ export interface GlobalComponents {
3
+ YzDesgin: typeof import('@ningboyz/vue')['YzDesginer']
4
+ }
5
+ }
6
+
7
+ export {}
package/es/components.js CHANGED
@@ -1,8 +1,8 @@
1
- import { YzDesgin as s } from "./stimulsoft/desgin/index.js";
2
- const t = [s], e = (o) => {
1
+ import { YzDesginer as s } from "./stimulsoft/desginer/index.js";
2
+ const t = [s], r = (o) => {
3
3
  t.forEach((n) => o.use(n));
4
4
  };
5
5
  export {
6
- s as YzDesgin,
7
- e as install
6
+ s as YzDesginer,
7
+ r as install
8
8
  };
package/es/index.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as o from "./components.js";
2
- import { install as e } from "./components.js";
3
- import { YzDesgin as p } from "./stimulsoft/desgin/index.js";
2
+ import { install as t } from "./components.js";
3
+ import { YzDesginer as p } from "./stimulsoft/desginer/index.js";
4
4
  export {
5
- p as YzDesgin,
5
+ p as YzDesginer,
6
6
  o as default,
7
- e as install
7
+ t as install
8
8
  };
@@ -0,0 +1,7 @@
1
+ import e from "./desginer.vue2.js";
2
+ /* empty css */
3
+ import o from "../../_virtual/_plugin-vue_export-helper.js";
4
+ const p = /* @__PURE__ */ o(e, [["__scopeId", "data-v-37e004ee"]]);
5
+ export {
6
+ p as default
7
+ };
@@ -6,7 +6,7 @@ import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.viewer.js";
6
6
  import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.designer.js";
7
7
  import "../../node_modules/stimulsoft-reports-js-vuejs/stimulsoft.blockly.editor.js";
8
8
  const N = /* @__PURE__ */ f({
9
- __name: "desgin",
9
+ __name: "desginer",
10
10
  props: {
11
11
  listData: {}
12
12
  },
@@ -1,5 +1,5 @@
1
1
  import { App } from 'vue';
2
- export declare const YzDesgin: {
2
+ export declare const YzDesginer: {
3
3
  new (...args: any[]): import('vue').CreateComponentPublicInstanceWithMixins<Readonly<import('./interface').IStimulsoftDesginProps> & Readonly<{
4
4
  onSaveReport?: ((fileName: string, json: string) => any) | undefined;
5
5
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & {
@@ -24,4 +24,4 @@ export declare const YzDesgin: {
24
24
  }, string, {}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps & {
25
25
  install(app: App): void;
26
26
  };
27
- export default YzDesgin;
27
+ export * from './interface';
@@ -0,0 +1,9 @@
1
+ import e from "./desginer.vue.js";
2
+ const s = Object.assign({}, e, {
3
+ install(n) {
4
+ n.component(e.name, e);
5
+ }
6
+ });
7
+ export {
8
+ s as YzDesginer
9
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ningboyz/vue",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "private": false,
5
5
  "description": "宁波甬政vue-ui库",
6
6
  "author": "nbyt-syq",
@@ -17,7 +17,8 @@
17
17
  "main": "es/index.js",
18
18
  "types": "es/index.d.ts",
19
19
  "files": [
20
- "es"
20
+ "es",
21
+ "components.d.ts"
21
22
  ],
22
23
  "scripts": {
23
24
  "build": "vite build",
@@ -1,3 +0,0 @@
1
- import { App } from 'vue';
2
- export declare const install: (app: App) => void;
3
- export * from './stimulsoft/desgin';
@@ -1,7 +0,0 @@
1
- import o from "./desgin.vue2.js";
2
- /* empty css */
3
- import t from "../../_virtual/_plugin-vue_export-helper.js";
4
- const p = /* @__PURE__ */ t(o, [["__scopeId", "data-v-119bbadd"]]);
5
- export {
6
- p as default
7
- };
@@ -1,10 +0,0 @@
1
- import n from "./desgin.vue.js";
2
- const t = Object.assign({}, n, {
3
- install(e) {
4
- e.component(n.name || "yz-desgin", n);
5
- }
6
- });
7
- export {
8
- t as YzDesgin,
9
- t as default
10
- };
File without changes
File without changes