@zyui/components 0.0.45 → 0.0.46

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,40 +1,9 @@
1
- import { RenderType } from './type';
2
-
3
1
  declare function __VLS_template(): {
4
2
  nodeItem?(_: {
5
3
  node: import('./type').WrappedNode;
6
4
  }): any;
7
5
  };
8
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
9
- pagesize: {
10
- type: StringConstructor;
11
- default: string;
12
- };
13
- /**
14
- * 渲染类型
15
- * RenderType: 'edit' | 'select' | 'enter' | 'result'
16
- */
17
- renderType: {
18
- type: () => RenderType;
19
- default: string;
20
- };
21
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
22
- pagesize: {
23
- type: StringConstructor;
24
- default: string;
25
- };
26
- /**
27
- * 渲染类型
28
- * RenderType: 'edit' | 'select' | 'enter' | 'result'
29
- */
30
- renderType: {
31
- type: () => RenderType;
32
- default: string;
33
- };
34
- }>> & Readonly<{}>, {
35
- renderType: RenderType;
36
- pagesize: string;
37
- }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
38
7
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
39
8
  export default _default;
40
9
  type __VLS_WithTemplateSlots<T, S> = T & {
@@ -22,9 +22,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
22
22
  type: StringConstructor;
23
23
  default: string;
24
24
  };
25
- }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
26
- "update:nodes": (...args: any[]) => void;
27
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
25
+ }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
28
26
  formData: import('vue').PropType<any>;
29
27
  nodes: import('vue').PropType<any>;
30
28
  modelValue: {
@@ -43,13 +41,11 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
43
41
  type: StringConstructor;
44
42
  default: string;
45
43
  };
46
- }>> & Readonly<{
47
- "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
48
- }>, {
44
+ }>> & Readonly<{}>, {
49
45
  modelValue: string;
50
46
  editorId: string;
51
- renderType: RenderType;
52
47
  inputTypes: unknown[];
48
+ renderType: RenderType;
53
49
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
54
50
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
55
51
  export default _default;
@@ -45,8 +45,8 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
45
45
  };
46
46
  setSelectedNodes: (nodes: NodeItem[]) => void;
47
47
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
48
- "update:nodes": (...args: any[]) => void;
49
48
  onSelectedNodes: (...args: any[]) => void;
49
+ "update:nodes": (...args: any[]) => void;
50
50
  "update:formData": (...args: any[]) => void;
51
51
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
52
52
  selectedNodes: import('vue').PropType<any>;
@@ -83,17 +83,17 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
83
83
  default: string;
84
84
  };
85
85
  }>> & Readonly<{
86
- "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
87
86
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
87
+ "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
88
88
  "onUpdate:formData"?: ((...args: any[]) => any) | undefined;
89
89
  }>, {
90
90
  modelValue: string;
91
91
  id: string;
92
92
  nodes: unknown[];
93
93
  formData: Record<string, any>;
94
+ inputTypes: unknown[];
94
95
  nodesGroups: unknown[];
95
96
  renderType: RenderType;
96
- inputTypes: unknown[];
97
97
  pagesize: string;
98
98
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
99
99
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",