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.
- package/dist/Span-YTmLVjvL.js +4 -0
- package/dist/{index-CF1PT-sY.js → index-DKX_RNhA.js} +2020 -2006
- package/dist/index.es.js +1 -1
- package/dist/index.umd.cjs +10 -10
- package/dist/types/index.d.ts +15 -0
- package/package.json +1 -1
- package/dist/Span-Cn7dnhMl.js +0 -4
package/dist/types/index.d.ts
CHANGED
|
@@ -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
package/dist/Span-Cn7dnhMl.js
DELETED