@baosight/er4j 0.1.32 → 0.1.33
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/er4j-dist/er4j.umd.js.map +1 -1
- package/er4j-dist/index-DDPqf0Cg.js.map +1 -1
- package/er4j-dist/types/components/ErAdvanceFilter/ErAdvanceFilter.vue.d.ts +7 -4057
- package/er4j-dist/types/components/ErDevPlat/ErDevPlat.vue.d.ts +4 -2029
- package/er4j-dist/types/components/ErGrid/ErGrid.vue.d.ts +2 -1352
- package/er4j-dist/types/components/ErGridCellEditor/ButtonEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/ColorEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/DatetimeEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/DropdownEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/LargeTextEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/NumberEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellEditor/TextEditor.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellRender/ButtonGroup.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellRender/CardRender.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridCellRender/SwitchRender.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErGridStatusBar/ToolbarPanel.vue.d.ts +1 -676
- package/er4j-dist/types/components/ErLayout/ErLayout.vue.d.ts +2 -677
- package/er4j-dist/types/components/ErPanel/ErPanel.vue.d.ts +2 -677
- package/er4j-dist/types/components/ErPopTree/ErPopTree.vue.d.ts +2 -677
- package/er4j-dist/types/utils/theme.d.ts +1 -226
- package/package.json +1 -1
|
@@ -97,232 +97,7 @@ export declare const getRocAntdTheme: () => {
|
|
|
97
97
|
* 换取antd主题配置
|
|
98
98
|
* @returns
|
|
99
99
|
*/
|
|
100
|
-
export declare const getAntdTheme: (theme?: string) =>
|
|
101
|
-
token: {
|
|
102
|
-
fontSize: number;
|
|
103
|
-
sizeStep: number;
|
|
104
|
-
borderRadius: number;
|
|
105
|
-
wireframe: boolean;
|
|
106
|
-
colorPrimary: string;
|
|
107
|
-
};
|
|
108
|
-
components: {
|
|
109
|
-
Form: {
|
|
110
|
-
marginLG: number;
|
|
111
|
-
};
|
|
112
|
-
Button: {
|
|
113
|
-
lineHeight: number;
|
|
114
|
-
};
|
|
115
|
-
Tabs: {
|
|
116
|
-
margin: number;
|
|
117
|
-
colorBgContainer: string;
|
|
118
|
-
colorPrimary: string;
|
|
119
|
-
colorText: string;
|
|
120
|
-
colorSplit: string;
|
|
121
|
-
colorBorder: string;
|
|
122
|
-
colorPrimaryBorder: string;
|
|
123
|
-
lineHeight: number;
|
|
124
|
-
};
|
|
125
|
-
DatePicker: {
|
|
126
|
-
colorPrimary: string;
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
} | {
|
|
130
|
-
token: {
|
|
131
|
-
fontSize: number;
|
|
132
|
-
sizeStep: number;
|
|
133
|
-
borderRadius: number;
|
|
134
|
-
wireframe: boolean;
|
|
135
|
-
colorBgBase: string;
|
|
136
|
-
colorTextBase: string;
|
|
137
|
-
colorPrimary: string;
|
|
138
|
-
colorPrimaryBorder: string;
|
|
139
|
-
colorPrimaryBorderHover: string;
|
|
140
|
-
colorPrimaryText: string;
|
|
141
|
-
};
|
|
142
|
-
components: {
|
|
143
|
-
Button: {
|
|
144
|
-
colorBgContainer: string;
|
|
145
|
-
colorBorder: string;
|
|
146
|
-
colorText: string;
|
|
147
|
-
lineHeight: number;
|
|
148
|
-
};
|
|
149
|
-
Form: {
|
|
150
|
-
marginLG: number;
|
|
151
|
-
colorPrimary: string;
|
|
152
|
-
colorTextHeading: string;
|
|
153
|
-
colorTextDescription: string;
|
|
154
|
-
colorText: string;
|
|
155
|
-
colorBorder: string;
|
|
156
|
-
controlOutline: string;
|
|
157
|
-
colorError: string;
|
|
158
|
-
};
|
|
159
|
-
Input: {
|
|
160
|
-
colorBgContainer: string;
|
|
161
|
-
colorBorder: string;
|
|
162
|
-
colorIconHover: string;
|
|
163
|
-
colorPrimaryActive: string;
|
|
164
|
-
colorBgContainerDisabled: string;
|
|
165
|
-
colorText: string;
|
|
166
|
-
};
|
|
167
|
-
Checkbox: {
|
|
168
|
-
colorBgContainer: string;
|
|
169
|
-
colorBorder: string;
|
|
170
|
-
};
|
|
171
|
-
InputNumber: {
|
|
172
|
-
colorBgContainer: string;
|
|
173
|
-
colorBorder: string;
|
|
174
|
-
colorIconHover: string;
|
|
175
|
-
colorPrimaryActive: string;
|
|
176
|
-
colorBgContainerDisabled: string;
|
|
177
|
-
colorText: string;
|
|
178
|
-
};
|
|
179
|
-
Radio: {
|
|
180
|
-
colorBgContainer: string;
|
|
181
|
-
colorBgContainerDisabled: string;
|
|
182
|
-
};
|
|
183
|
-
Switch: {
|
|
184
|
-
colorPrimary: string;
|
|
185
|
-
colorBgContainer: string;
|
|
186
|
-
};
|
|
187
|
-
TreeSelect: {
|
|
188
|
-
colorBgContainer: string;
|
|
189
|
-
};
|
|
190
|
-
Tabs: {
|
|
191
|
-
margin: number;
|
|
192
|
-
colorPrimaryActive: string;
|
|
193
|
-
colorBgContainer: string;
|
|
194
|
-
colorPrimary: string;
|
|
195
|
-
colorFillAlter: string;
|
|
196
|
-
colorSplit: string;
|
|
197
|
-
colorText: string;
|
|
198
|
-
lineHeight: number;
|
|
199
|
-
};
|
|
200
|
-
Select: {
|
|
201
|
-
colorBgContainer: string;
|
|
202
|
-
colorBgContainerDisabled: string;
|
|
203
|
-
colorBgElevated: string;
|
|
204
|
-
controlItemBgActive: string;
|
|
205
|
-
colorBorder: string;
|
|
206
|
-
colorText: string;
|
|
207
|
-
};
|
|
208
|
-
DatePicker: {
|
|
209
|
-
colorBgContainer: string;
|
|
210
|
-
colorBgContainerDisabled: string;
|
|
211
|
-
colorBorder: string;
|
|
212
|
-
colorText: string;
|
|
213
|
-
colorBgElevated: string;
|
|
214
|
-
colorTextHeading: string;
|
|
215
|
-
colorIcon: string;
|
|
216
|
-
colorIconHover: string;
|
|
217
|
-
colorTextDisabled: string;
|
|
218
|
-
controlItemBgHover: string;
|
|
219
|
-
controlItemBgActive: string;
|
|
220
|
-
};
|
|
221
|
-
Calendar: {
|
|
222
|
-
colorBgContainer: string;
|
|
223
|
-
};
|
|
224
|
-
Modal: {
|
|
225
|
-
colorBgElevated: string;
|
|
226
|
-
colorTextHeading: string;
|
|
227
|
-
};
|
|
228
|
-
Tree: {
|
|
229
|
-
colorBgContainer: string;
|
|
230
|
-
};
|
|
231
|
-
};
|
|
232
|
-
} | {
|
|
233
|
-
token: {
|
|
234
|
-
fontSize: number;
|
|
235
|
-
sizeStep: number;
|
|
236
|
-
borderRadius: string;
|
|
237
|
-
colorPrimary: string;
|
|
238
|
-
colorSuccess: string;
|
|
239
|
-
colorWarning: string;
|
|
240
|
-
colorError: string;
|
|
241
|
-
colorInfo: string;
|
|
242
|
-
colorLink: string;
|
|
243
|
-
fontFamily: string;
|
|
244
|
-
colorBgContainer: string;
|
|
245
|
-
colorBgElevated: string;
|
|
246
|
-
colorBgLayout: string;
|
|
247
|
-
colorBgMask: string;
|
|
248
|
-
colorBorder: string;
|
|
249
|
-
colorText: string;
|
|
250
|
-
colorTextSecondary: string;
|
|
251
|
-
colorErrorHover: string;
|
|
252
|
-
colorErrorText: string;
|
|
253
|
-
colorErrorTextActive: string;
|
|
254
|
-
colorErrorTextHover: string;
|
|
255
|
-
colorFill: string;
|
|
256
|
-
colorLinkActive: string;
|
|
257
|
-
colorLinkHover: string;
|
|
258
|
-
colorPrimaryActive: string;
|
|
259
|
-
colorPrimaryBgHover: string;
|
|
260
|
-
colorPrimaryBorder: string;
|
|
261
|
-
colorPrimaryBorderHover: string;
|
|
262
|
-
colorPrimaryHover: string;
|
|
263
|
-
colorPrimaryText: string;
|
|
264
|
-
colorPrimaryTextActive: string;
|
|
265
|
-
colorPrimaryTextHover: string;
|
|
266
|
-
colorSuccessActive: string;
|
|
267
|
-
colorSuccessBgHover: string;
|
|
268
|
-
colorSuccessBorder: string;
|
|
269
|
-
colorSuccessBorderHover: string;
|
|
270
|
-
colorSuccessHover: string;
|
|
271
|
-
colorSuccessText: string;
|
|
272
|
-
colorSuccessTextActive: string;
|
|
273
|
-
colorSuccessTextHover: string;
|
|
274
|
-
colorWarningActive: string;
|
|
275
|
-
colorWarningBgHover: string;
|
|
276
|
-
colorWarningBorder: string;
|
|
277
|
-
colorWarningBorderHover: string;
|
|
278
|
-
colorWarningHover: string;
|
|
279
|
-
colorWarningText: string;
|
|
280
|
-
colorWarningTextActive: string;
|
|
281
|
-
colorWarningTextHover: string;
|
|
282
|
-
boxShadow: string;
|
|
283
|
-
boxShadowSecondary: string;
|
|
284
|
-
boxShadowTertiary: string;
|
|
285
|
-
colorBgContainerDisabled: string;
|
|
286
|
-
colorBgTextActive: string;
|
|
287
|
-
colorBgTextHover: string;
|
|
288
|
-
colorBorderBg: string;
|
|
289
|
-
colorErrorOutline: string;
|
|
290
|
-
colorFillAlter: string;
|
|
291
|
-
colorFillContent: string;
|
|
292
|
-
colorFillContentHover: string;
|
|
293
|
-
colorHighlight: string;
|
|
294
|
-
colorIcon: string;
|
|
295
|
-
colorIconHover: string;
|
|
296
|
-
colorSplit: string;
|
|
297
|
-
colorTextDescription: string;
|
|
298
|
-
colorTextDisabled: string;
|
|
299
|
-
colorTextHeading: string;
|
|
300
|
-
colorTextLabel: string;
|
|
301
|
-
colorTextPlaceholder: string;
|
|
302
|
-
colorWarningOutline: string;
|
|
303
|
-
controlItemBgActive: string;
|
|
304
|
-
controlItemBgActiveDisabled: string;
|
|
305
|
-
controlItemBgActiveHover: string;
|
|
306
|
-
controlItemBgHover: string;
|
|
307
|
-
controlOutline: string;
|
|
308
|
-
controlOutlineWidth: string;
|
|
309
|
-
fontWeightStrong: string;
|
|
310
|
-
linkDecoration: string;
|
|
311
|
-
inkFocusDecoration: string;
|
|
312
|
-
linkHoverDecoration: string;
|
|
313
|
-
};
|
|
314
|
-
components: {
|
|
315
|
-
Form: {
|
|
316
|
-
marginLG: number;
|
|
317
|
-
};
|
|
318
|
-
Tabs: {
|
|
319
|
-
margin: number;
|
|
320
|
-
lineHeight: number;
|
|
321
|
-
colorPrimaryBorder: string;
|
|
322
|
-
colorSplit: string;
|
|
323
|
-
};
|
|
324
|
-
};
|
|
325
|
-
};
|
|
100
|
+
export declare const getAntdTheme: (theme?: string) => any;
|
|
326
101
|
/**
|
|
327
102
|
* 获取antd组件大小
|
|
328
103
|
* @returns
|