wyfe-ivue 1.11.1 → 1.11.3

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.
@@ -100,6 +100,13 @@ value: string;
100
100
  label: string;
101
101
  };
102
102
  };
103
+ /**
104
+ * 表格底部额外高度 此处配置仅作用于UseElTable和UseCrudTable组件
105
+ */
106
+ tableExtraHeight: {
107
+ type: NumberConstructor;
108
+ default: number;
109
+ };
103
110
  }>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
104
111
  /**
105
112
  * 语言 默认zh,仅对ElementPlus组件有效
@@ -134,11 +141,19 @@ value: string;
134
141
  label: string;
135
142
  };
136
143
  };
144
+ /**
145
+ * 表格底部额外高度 此处配置仅作用于UseElTable和UseCrudTable组件
146
+ */
147
+ tableExtraHeight: {
148
+ type: NumberConstructor;
149
+ default: number;
150
+ };
137
151
  }>> & Readonly<{}>, {
138
152
  language: string;
139
153
  themeMode: string;
140
154
  dictMap: Record<string, any>;
141
155
  dictProps: Record<string, any>;
156
+ tableExtraHeight: number;
142
157
  }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;
143
158
 
144
159
  declare const __VLS_component_3: DefineComponent<ExtractPropTypes< {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "wyfe-ivue",
3
3
  "description": "基于 Vite7 + Vue3 + Typescript5 + ElementPlus2 构建的高性能【万有前端·iVue】组件库",
4
- "version": "1.11.1",
4
+ "version": "1.11.3",
5
5
  "homepage": "https://wyfe.top/ivue",
6
6
  "type": "module",
7
7
  "main": "dist/index.umd.cjs",
@@ -1,4 +0,0 @@
1
- import { _ as f } from "./index-CF1PT-sY.js";
2
- export {
3
- f as default
4
- };