@zyui/components 0.0.91 → 0.0.93

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.
@@ -3,23 +3,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
+ footerHtml: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
6
10
  pagesize: {
7
11
  type: StringConstructor;
8
12
  default: string;
9
13
  };
10
14
  }>, {
11
15
  renderHtml: () => void;
12
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ onUiReady: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
19
  headerHtml: {
14
20
  type: StringConstructor;
15
21
  default: string;
16
22
  };
23
+ footerHtml: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
17
27
  pagesize: {
18
28
  type: StringConstructor;
19
29
  default: string;
20
30
  };
21
- }>> & Readonly<{}>, {
31
+ }>> & Readonly<{
32
+ onOnUiReady?: ((...args: any[]) => any) | undefined;
33
+ }>, {
22
34
  pagesize: string;
23
35
  headerHtml: string;
36
+ footerHtml: string;
24
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
38
  export default _default;
@@ -47,6 +47,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
47
47
  type: StringConstructor;
48
48
  default: string;
49
49
  };
50
+ footerHtml: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
50
54
  }>, {
51
55
  formRef: {
52
56
  validate: () => any;
@@ -54,6 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
54
58
  setSelectedNodes: (nodes: NodeItem[]) => void;
55
59
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
60
  onSelectedNodes: (...args: any[]) => void;
61
+ onUiReady: (...args: any[]) => void;
57
62
  "update:nodes": (...args: any[]) => void;
58
63
  "update:formData": (...args: any[]) => void;
59
64
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -98,8 +103,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
98
103
  type: StringConstructor;
99
104
  default: string;
100
105
  };
106
+ footerHtml: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
101
110
  }>> & Readonly<{
102
111
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
112
+ onOnUiReady?: ((...args: any[]) => any) | undefined;
103
113
  "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
104
114
  "onUpdate:formData"?: ((...args: any[]) => any) | undefined;
105
115
  }>, {
@@ -113,6 +123,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
113
123
  nodesGroups: unknown[];
114
124
  pagesize: string;
115
125
  headerHtml: string;
126
+ footerHtml: string;
116
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
128
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
118
129
  export default _default;
@@ -3,23 +3,36 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
3
3
  type: StringConstructor;
4
4
  default: string;
5
5
  };
6
+ footerHtml: {
7
+ type: StringConstructor;
8
+ default: string;
9
+ };
6
10
  pagesize: {
7
11
  type: StringConstructor;
8
12
  default: string;
9
13
  };
10
14
  }>, {
11
15
  renderHtml: () => void;
12
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
16
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
17
+ onUiReady: (...args: any[]) => void;
18
+ }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
13
19
  headerHtml: {
14
20
  type: StringConstructor;
15
21
  default: string;
16
22
  };
23
+ footerHtml: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
17
27
  pagesize: {
18
28
  type: StringConstructor;
19
29
  default: string;
20
30
  };
21
- }>> & Readonly<{}>, {
31
+ }>> & Readonly<{
32
+ onOnUiReady?: ((...args: any[]) => any) | undefined;
33
+ }>, {
22
34
  pagesize: string;
23
35
  headerHtml: string;
36
+ footerHtml: string;
24
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
25
38
  export default _default;
@@ -47,6 +47,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
47
47
  type: StringConstructor;
48
48
  default: string;
49
49
  };
50
+ footerHtml: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
50
54
  }>, {
51
55
  formRef: {
52
56
  validate: () => any;
@@ -54,6 +58,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
54
58
  setSelectedNodes: (nodes: NodeItem[]) => void;
55
59
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
56
60
  onSelectedNodes: (...args: any[]) => void;
61
+ onUiReady: (...args: any[]) => void;
57
62
  "update:nodes": (...args: any[]) => void;
58
63
  "update:formData": (...args: any[]) => void;
59
64
  }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
@@ -98,8 +103,13 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
98
103
  type: StringConstructor;
99
104
  default: string;
100
105
  };
106
+ footerHtml: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
101
110
  }>> & Readonly<{
102
111
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
112
+ onOnUiReady?: ((...args: any[]) => any) | undefined;
103
113
  "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
104
114
  "onUpdate:formData"?: ((...args: any[]) => any) | undefined;
105
115
  }>, {
@@ -113,6 +123,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
113
123
  nodesGroups: unknown[];
114
124
  pagesize: string;
115
125
  headerHtml: string;
126
+ footerHtml: string;
116
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
117
128
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
118
129
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.91",
3
+ "version": "0.0.93",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",