@zyui/components 0.0.92 → 0.0.94

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,6 +3,10 @@ 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;
@@ -16,6 +20,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
20
  type: StringConstructor;
17
21
  default: string;
18
22
  };
23
+ footerHtml: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
19
27
  pagesize: {
20
28
  type: StringConstructor;
21
29
  default: string;
@@ -25,5 +33,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
33
  }>, {
26
34
  pagesize: string;
27
35
  headerHtml: string;
36
+ footerHtml: string;
28
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
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;
@@ -99,6 +103,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
99
103
  type: StringConstructor;
100
104
  default: string;
101
105
  };
106
+ footerHtml: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
102
110
  }>> & Readonly<{
103
111
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
104
112
  onOnUiReady?: ((...args: any[]) => any) | undefined;
@@ -115,6 +123,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
115
123
  nodesGroups: unknown[];
116
124
  pagesize: string;
117
125
  headerHtml: string;
126
+ footerHtml: string;
118
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
119
128
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
120
129
  export default _default;
@@ -3,6 +3,10 @@ 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;
@@ -16,6 +20,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
16
20
  type: StringConstructor;
17
21
  default: string;
18
22
  };
23
+ footerHtml: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
19
27
  pagesize: {
20
28
  type: StringConstructor;
21
29
  default: string;
@@ -25,5 +33,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
25
33
  }>, {
26
34
  pagesize: string;
27
35
  headerHtml: string;
36
+ footerHtml: string;
28
37
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
29
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;
@@ -99,6 +103,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
99
103
  type: StringConstructor;
100
104
  default: string;
101
105
  };
106
+ footerHtml: {
107
+ type: StringConstructor;
108
+ default: string;
109
+ };
102
110
  }>> & Readonly<{
103
111
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
104
112
  onOnUiReady?: ((...args: any[]) => any) | undefined;
@@ -115,6 +123,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
115
123
  nodesGroups: unknown[];
116
124
  pagesize: string;
117
125
  headerHtml: string;
126
+ footerHtml: string;
118
127
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
119
128
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
120
129
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.92",
3
+ "version": "0.0.94",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",