@mxmweb/rtext 1.0.19 → 1.1.0

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/lib_enter.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- export { default as UnifiedRichText } from './core/UnifiedRichText';
1
+ export type { CustomElement, CustomText, RichTextStyles, RichTextEvents, AdapterProps, MergedEventsEmit, MergedCustomizeComponents } from './core/types';
2
2
  export { DataType } from './core/UnifiedRichText';
3
3
  export type { DataSource, UnifiedRichTextProps } from './core/UnifiedRichText';
4
- export type { CustomElement, CustomText, RichTextStyles, RichTextEvents, AdapterProps, MergedEventsEmit, MergedCustomizeComponents } from './core/types';
4
+ export { default as UnifiedRichText } from './core/UnifiedRichText';
5
5
  export { serializeToMarkdown, serializeToHtml } from './core/converters/slateConverters';
6
6
  export { default as ChatMessageAdapter } from './adopters/ChatMessageAdapter';
7
7
  export { default as Markdownit } from './adopters/Markdownit';
@@ -114,35 +114,7 @@ export declare const mockServerData: {
114
114
  type: string;
115
115
  reference: string;
116
116
  webReference: string;
117
- databaseReference: {
118
- dataFetchUrl: string;
119
- databaseName: string;
120
- preData: {
121
- columns: ({
122
- key: string;
123
- title: string;
124
- dataIndex: string;
125
- width: number;
126
- align: string;
127
- } | {
128
- key: string;
129
- title: string;
130
- dataIndex: string;
131
- width: number;
132
- align?: undefined;
133
- })[];
134
- rows: {
135
- id: number;
136
- name: string;
137
- age: number;
138
- city: string;
139
- }[];
140
- };
141
- source: string;
142
- tableName: string;
143
- total: number;
144
- type: string;
145
- };
117
+ databaseReference: string;
146
118
  queryId: string;
147
119
  feedbackResult: null;
148
120
  feedbackId: null;
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "style": "assets/style.css",
6
6
  "types": "lib_enter.d.ts",
7
7
  "private": false,
8
- "version": "1.0.19",
8
+ "version": "1.1.0",
9
9
  "author": "hanfeng_Zhang",
10
10
  "type": "module",
11
11
  "scripts": {