@das-fed/ui 7.1.0 → 7.1.2

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.
@@ -1,3 +1,4 @@
1
+ import { Boot as DasRichEditorBoot } from '@wangeditor-next/editor';
1
2
  declare const DasRichEditor: import("@das-fed/utils").SFCWithInstall<import("vue").DefineComponent<import("./src/type.js").Props, {
2
3
  richEditor: import("vue").Ref<HTMLElement | null, HTMLElement | null>;
3
4
  $toolbar: import("vue").Ref<any, any>;
@@ -104,7 +105,7 @@ declare const DasRichEditorRef: () => import("vue").Ref<import("vue").CreateComp
104
105
  mode: "default" | "simple";
105
106
  excludeKeys: Array<string>;
106
107
  }> | null>;
107
- export { DasRichEditor, DasRichEditorRef };
108
+ export { DasRichEditor, DasRichEditorRef, DasRichEditorBoot };
108
109
  declare const _default: {
109
110
  title: string;
110
111
  };
@@ -29115,6 +29115,7 @@ jP(uW);
29115
29115
  const AW = RP(aW), SW = () => ni(null), OW = { title: "RichEditor 富文本" };
29116
29116
  export {
29117
29117
  AW as DasRichEditor,
29118
+ pr as DasRichEditorBoot,
29118
29119
  SW as DasRichEditorRef,
29119
29120
  OW as default
29120
29121
  };