ra-element 0.2.3 → 0.2.6
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.
|
@@ -19,7 +19,10 @@ import { default as RaToolTip } from './ra-tool-tip/index.vue';
|
|
|
19
19
|
import { default as RaTreeSelect } from './ra-tree-select/index.vue';
|
|
20
20
|
import { default as RaUpload } from './ra-upload/index.vue';
|
|
21
21
|
import { setGlobalDefaultCssStyle } from '../utils';
|
|
22
|
-
|
|
22
|
+
interface Options {
|
|
23
|
+
defaultCssStyle?: string;
|
|
24
|
+
}
|
|
25
|
+
declare const install: Plugin<[Options?]>;
|
|
23
26
|
export { RaAutoScroll, RaButton, RaCheckboxGroup, RaDatePicker, RaDialog, RaDialogSelect, RaForm, RaFormItem, RaHelpTip, RaInput, RaPagination, RaRadioGroup, RaSelect, RaSvg, RaTable, RaTextarea, RaToolTip, RaTreeSelect, RaUpload, setGlobalDefaultCssStyle, };
|
|
24
27
|
export default install;
|
|
25
28
|
declare module 'vue' {
|
package/lib/ra-element.es.js
CHANGED
|
@@ -3262,7 +3262,7 @@ const ja = (e, t = "label", a = "value", n = "children", l = "1") => !Array.isAr
|
|
|
3262
3262
|
De,
|
|
3263
3263
|
ji
|
|
3264
3264
|
], Ui = (e, t) => {
|
|
3265
|
-
sn(t?.defaultCssStyle ?? "
|
|
3265
|
+
sn(t?.defaultCssStyle ?? ""), Li.forEach((a) => {
|
|
3266
3266
|
e.component(a.name, a);
|
|
3267
3267
|
});
|
|
3268
3268
|
};
|