ra-element 0.2.6 → 0.2.7

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.
@@ -23,8 +23,8 @@ interface Options {
23
23
  defaultCssStyle?: string;
24
24
  }
25
25
  declare const install: Plugin<[Options?]>;
26
- export { RaAutoScroll, RaButton, RaCheckboxGroup, RaDatePicker, RaDialog, RaDialogSelect, RaForm, RaFormItem, RaHelpTip, RaInput, RaPagination, RaRadioGroup, RaSelect, RaSvg, RaTable, RaTextarea, RaToolTip, RaTreeSelect, RaUpload, setGlobalDefaultCssStyle, };
27
26
  export default install;
27
+ export { RaAutoScroll, RaButton, RaCheckboxGroup, RaDatePicker, RaDialog, RaDialogSelect, RaForm, RaFormItem, RaHelpTip, RaInput, RaPagination, RaRadioGroup, RaSelect, RaSvg, RaTable, RaTextarea, RaToolTip, RaTreeSelect, RaUpload, setGlobalDefaultCssStyle, };
28
28
  declare module 'vue' {
29
29
  interface GlobalComponents {
30
30
  RaAutoScroll: typeof RaAutoScroll;
@@ -3261,8 +3261,8 @@ const ja = (e, t = "label", a = "value", n = "children", l = "1") => !Array.isAr
3261
3261
  $i,
3262
3262
  De,
3263
3263
  ji
3264
- ], Ui = (e, t) => {
3265
- sn(t?.defaultCssStyle ?? ""), Li.forEach((a) => {
3264
+ ], Ui = (e, t = {}) => {
3265
+ sn(t.defaultCssStyle ?? ""), Li.forEach((a) => {
3266
3266
  e.component(a.name, a);
3267
3267
  });
3268
3268
  };