@zyui/components 0.0.74 → 0.0.75

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,16 +1,16 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- hasContextMenu: {
3
- type: BooleanConstructor;
4
- default: boolean;
2
+ headerHtml: {
3
+ type: StringConstructor;
4
+ default: string;
5
5
  };
6
6
  }>, {
7
7
  renderHtml: () => void;
8
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
- hasContextMenu: {
10
- type: BooleanConstructor;
11
- default: boolean;
9
+ headerHtml: {
10
+ type: StringConstructor;
11
+ default: string;
12
12
  };
13
13
  }>> & Readonly<{}>, {
14
- hasContextMenu: boolean;
14
+ headerHtml: string;
15
15
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
@@ -43,6 +43,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
43
43
  type: ArrayConstructor;
44
44
  default: () => never[];
45
45
  };
46
+ headerHtml: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
46
50
  }>, {
47
51
  formRef: {
48
52
  validate: () => any;
@@ -90,6 +94,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
90
94
  type: ArrayConstructor;
91
95
  default: () => never[];
92
96
  };
97
+ headerHtml: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
93
101
  }>> & Readonly<{
94
102
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
95
103
  "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
@@ -104,6 +112,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
104
112
  inputTypes: unknown[];
105
113
  nodesGroups: unknown[];
106
114
  pagesize: string;
115
+ headerHtml: string;
107
116
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
108
117
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
109
118
  export default _default;
@@ -1,16 +1,16 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- hasContextMenu: {
3
- type: BooleanConstructor;
4
- default: boolean;
2
+ headerHtml: {
3
+ type: StringConstructor;
4
+ default: string;
5
5
  };
6
6
  }>, {
7
7
  renderHtml: () => void;
8
8
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
9
- hasContextMenu: {
10
- type: BooleanConstructor;
11
- default: boolean;
9
+ headerHtml: {
10
+ type: StringConstructor;
11
+ default: string;
12
12
  };
13
13
  }>> & Readonly<{}>, {
14
- hasContextMenu: boolean;
14
+ headerHtml: string;
15
15
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
16
16
  export default _default;
@@ -43,6 +43,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
43
43
  type: ArrayConstructor;
44
44
  default: () => never[];
45
45
  };
46
+ headerHtml: {
47
+ type: StringConstructor;
48
+ default: string;
49
+ };
46
50
  }>, {
47
51
  formRef: {
48
52
  validate: () => any;
@@ -90,6 +94,10 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
90
94
  type: ArrayConstructor;
91
95
  default: () => never[];
92
96
  };
97
+ headerHtml: {
98
+ type: StringConstructor;
99
+ default: string;
100
+ };
93
101
  }>> & Readonly<{
94
102
  onOnSelectedNodes?: ((...args: any[]) => any) | undefined;
95
103
  "onUpdate:nodes"?: ((...args: any[]) => any) | undefined;
@@ -104,6 +112,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
104
112
  inputTypes: unknown[];
105
113
  nodesGroups: unknown[];
106
114
  pagesize: string;
115
+ headerHtml: string;
107
116
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
108
117
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
109
118
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zyui/components",
3
- "version": "0.0.74",
3
+ "version": "0.0.75",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./es/index.mjs",
6
6
  "types": "./es/index.d.ts",