@uipath/apollo-react 4.39.5 → 4.40.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.
Files changed (86) hide show
  1. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.cjs +297 -0
  2. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.css +535 -0
  3. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.d.ts +5 -0
  4. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.d.ts.map +1 -0
  5. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.js +250 -0
  6. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.cjs +18 -0
  7. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.d.ts +18 -0
  8. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.d.ts.map +1 -0
  9. package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.js +0 -0
  10. package/dist/material/components/ap-rich-text-editor/index.cjs +36 -0
  11. package/dist/material/components/ap-rich-text-editor/index.d.ts +3 -0
  12. package/dist/material/components/ap-rich-text-editor/index.d.ts.map +1 -0
  13. package/dist/material/components/ap-rich-text-editor/index.js +2 -0
  14. package/dist/material/components/ap-rich-text-editor/locales/de.cjs +36 -0
  15. package/dist/material/components/ap-rich-text-editor/locales/de.d.ts +3 -0
  16. package/dist/material/components/ap-rich-text-editor/locales/de.d.ts.map +1 -0
  17. package/dist/material/components/ap-rich-text-editor/locales/de.js +2 -0
  18. package/dist/material/components/ap-rich-text-editor/locales/en.cjs +36 -0
  19. package/dist/material/components/ap-rich-text-editor/locales/en.d.ts +3 -0
  20. package/dist/material/components/ap-rich-text-editor/locales/en.d.ts.map +1 -0
  21. package/dist/material/components/ap-rich-text-editor/locales/en.js +2 -0
  22. package/dist/material/components/ap-rich-text-editor/locales/es-MX.cjs +36 -0
  23. package/dist/material/components/ap-rich-text-editor/locales/es-MX.d.ts +3 -0
  24. package/dist/material/components/ap-rich-text-editor/locales/es-MX.d.ts.map +1 -0
  25. package/dist/material/components/ap-rich-text-editor/locales/es-MX.js +2 -0
  26. package/dist/material/components/ap-rich-text-editor/locales/es.cjs +36 -0
  27. package/dist/material/components/ap-rich-text-editor/locales/es.d.ts +3 -0
  28. package/dist/material/components/ap-rich-text-editor/locales/es.d.ts.map +1 -0
  29. package/dist/material/components/ap-rich-text-editor/locales/es.js +2 -0
  30. package/dist/material/components/ap-rich-text-editor/locales/fr.cjs +36 -0
  31. package/dist/material/components/ap-rich-text-editor/locales/fr.d.ts +3 -0
  32. package/dist/material/components/ap-rich-text-editor/locales/fr.d.ts.map +1 -0
  33. package/dist/material/components/ap-rich-text-editor/locales/fr.js +2 -0
  34. package/dist/material/components/ap-rich-text-editor/locales/ja.cjs +36 -0
  35. package/dist/material/components/ap-rich-text-editor/locales/ja.d.ts +3 -0
  36. package/dist/material/components/ap-rich-text-editor/locales/ja.d.ts.map +1 -0
  37. package/dist/material/components/ap-rich-text-editor/locales/ja.js +2 -0
  38. package/dist/material/components/ap-rich-text-editor/locales/ko.cjs +36 -0
  39. package/dist/material/components/ap-rich-text-editor/locales/ko.d.ts +3 -0
  40. package/dist/material/components/ap-rich-text-editor/locales/ko.d.ts.map +1 -0
  41. package/dist/material/components/ap-rich-text-editor/locales/ko.js +2 -0
  42. package/dist/material/components/ap-rich-text-editor/locales/pt-BR.cjs +36 -0
  43. package/dist/material/components/ap-rich-text-editor/locales/pt-BR.d.ts +3 -0
  44. package/dist/material/components/ap-rich-text-editor/locales/pt-BR.d.ts.map +1 -0
  45. package/dist/material/components/ap-rich-text-editor/locales/pt-BR.js +2 -0
  46. package/dist/material/components/ap-rich-text-editor/locales/pt.cjs +36 -0
  47. package/dist/material/components/ap-rich-text-editor/locales/pt.d.ts +3 -0
  48. package/dist/material/components/ap-rich-text-editor/locales/pt.d.ts.map +1 -0
  49. package/dist/material/components/ap-rich-text-editor/locales/pt.js +2 -0
  50. package/dist/material/components/ap-rich-text-editor/locales/ru.cjs +36 -0
  51. package/dist/material/components/ap-rich-text-editor/locales/ru.d.ts +3 -0
  52. package/dist/material/components/ap-rich-text-editor/locales/ru.d.ts.map +1 -0
  53. package/dist/material/components/ap-rich-text-editor/locales/ru.js +2 -0
  54. package/dist/material/components/ap-rich-text-editor/locales/tr.cjs +36 -0
  55. package/dist/material/components/ap-rich-text-editor/locales/tr.d.ts +3 -0
  56. package/dist/material/components/ap-rich-text-editor/locales/tr.d.ts.map +1 -0
  57. package/dist/material/components/ap-rich-text-editor/locales/tr.js +2 -0
  58. package/dist/material/components/ap-rich-text-editor/locales/zh-CN.cjs +36 -0
  59. package/dist/material/components/ap-rich-text-editor/locales/zh-CN.d.ts +3 -0
  60. package/dist/material/components/ap-rich-text-editor/locales/zh-CN.d.ts.map +1 -0
  61. package/dist/material/components/ap-rich-text-editor/locales/zh-CN.js +2 -0
  62. package/dist/material/components/ap-rich-text-editor/locales/zh-TW.cjs +36 -0
  63. package/dist/material/components/ap-rich-text-editor/locales/zh-TW.d.ts +3 -0
  64. package/dist/material/components/ap-rich-text-editor/locales/zh-TW.d.ts.map +1 -0
  65. package/dist/material/components/ap-rich-text-editor/locales/zh-TW.js +2 -0
  66. package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.cjs +64 -0
  67. package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.d.ts +2 -0
  68. package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.d.ts.map +1 -0
  69. package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.js +30 -0
  70. package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.cjs +45 -0
  71. package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.d.ts +2 -0
  72. package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.d.ts.map +1 -0
  73. package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.js +11 -0
  74. package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.cjs +187 -0
  75. package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.d.ts +2 -0
  76. package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.d.ts.map +1 -0
  77. package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.js +153 -0
  78. package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.cjs +306 -0
  79. package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.d.ts +4 -0
  80. package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.d.ts.map +1 -0
  81. package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.js +272 -0
  82. package/dist/material/components/index.cjs +23 -16
  83. package/dist/material/components/index.d.ts +1 -0
  84. package/dist/material/components/index.d.ts.map +1 -1
  85. package/dist/material/components/index.js +1 -0
  86. package/package.json +12 -1
@@ -0,0 +1,297 @@
1
+ "use strict";
2
+ var __webpack_require__ = {};
3
+ (()=>{
4
+ __webpack_require__.n = (module)=>{
5
+ var getter = module && module.__esModule ? ()=>module['default'] : ()=>module;
6
+ __webpack_require__.d(getter, {
7
+ a: getter
8
+ });
9
+ return getter;
10
+ };
11
+ })();
12
+ (()=>{
13
+ __webpack_require__.d = (exports1, definition)=>{
14
+ for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
15
+ enumerable: true,
16
+ get: definition[key]
17
+ });
18
+ };
19
+ })();
20
+ (()=>{
21
+ __webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
22
+ })();
23
+ (()=>{
24
+ __webpack_require__.r = (exports1)=>{
25
+ if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
26
+ value: 'Module'
27
+ });
28
+ Object.defineProperty(exports1, '__esModule', {
29
+ value: true
30
+ });
31
+ };
32
+ })();
33
+ var __webpack_exports__ = {};
34
+ __webpack_require__.r(__webpack_exports__);
35
+ __webpack_require__.d(__webpack_exports__, {
36
+ ApRichTextEditor: ()=>ApRichTextEditor
37
+ });
38
+ const jsx_runtime_namespaceObject = require("react/jsx-runtime");
39
+ const code_namespaceObject = require("@lexical/code");
40
+ const html_namespaceObject = require("@lexical/html");
41
+ const link_namespaceObject = require("@lexical/link");
42
+ const list_namespaceObject = require("@lexical/list");
43
+ const markdown_namespaceObject = require("@lexical/markdown");
44
+ const LexicalComposer_namespaceObject = require("@lexical/react/LexicalComposer");
45
+ const LexicalContentEditable_namespaceObject = require("@lexical/react/LexicalContentEditable");
46
+ const LexicalErrorBoundary_namespaceObject = require("@lexical/react/LexicalErrorBoundary");
47
+ var LexicalErrorBoundary_default = /*#__PURE__*/ __webpack_require__.n(LexicalErrorBoundary_namespaceObject);
48
+ const LexicalHistoryPlugin_namespaceObject = require("@lexical/react/LexicalHistoryPlugin");
49
+ const LexicalLinkPlugin_namespaceObject = require("@lexical/react/LexicalLinkPlugin");
50
+ const LexicalListPlugin_namespaceObject = require("@lexical/react/LexicalListPlugin");
51
+ const LexicalMarkdownShortcutPlugin_namespaceObject = require("@lexical/react/LexicalMarkdownShortcutPlugin");
52
+ const LexicalOnChangePlugin_namespaceObject = require("@lexical/react/LexicalOnChangePlugin");
53
+ const LexicalRichTextPlugin_namespaceObject = require("@lexical/react/LexicalRichTextPlugin");
54
+ const LexicalTablePlugin_namespaceObject = require("@lexical/react/LexicalTablePlugin");
55
+ const rich_text_namespaceObject = require("@lexical/rich-text");
56
+ const table_namespaceObject = require("@lexical/table");
57
+ const material_namespaceObject = require("@mui/material");
58
+ const apollo_core_namespaceObject = require("@uipath/apollo-core");
59
+ const external_lexical_namespaceObject = require("lexical");
60
+ const external_react_namespaceObject = require("react");
61
+ const useSafeLingui_cjs_namespaceObject = require("../../../i18n/useSafeLingui.cjs");
62
+ const index_cjs_namespaceObject = require("../ap-typography/index.cjs");
63
+ require("./ApRichTextEditor.css");
64
+ const AutoLinkPlugin_cjs_namespaceObject = require("./plugins/AutoLinkPlugin.cjs");
65
+ var AutoLinkPlugin_cjs_default = /*#__PURE__*/ __webpack_require__.n(AutoLinkPlugin_cjs_namespaceObject);
66
+ const CodeHighlightPlugin_cjs_namespaceObject = require("./plugins/CodeHighlightPlugin.cjs");
67
+ var CodeHighlightPlugin_cjs_default = /*#__PURE__*/ __webpack_require__.n(CodeHighlightPlugin_cjs_namespaceObject);
68
+ const MarkdownTransformers_cjs_namespaceObject = require("./plugins/MarkdownTransformers.cjs");
69
+ const ToolbarPlugin_cjs_namespaceObject = require("./plugins/ToolbarPlugin.cjs");
70
+ var ToolbarPlugin_cjs_default = /*#__PURE__*/ __webpack_require__.n(ToolbarPlugin_cjs_namespaceObject);
71
+ const ErrorMessage = ({ id, message })=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.ApTypography, {
72
+ id: id,
73
+ variant: apollo_core_namespaceObject.FontVariantToken.fontSizeS,
74
+ style: {
75
+ color: 'var(--color-error-text)'
76
+ },
77
+ children: message
78
+ });
79
+ const EditorTheme = {
80
+ code: 'editor-code',
81
+ heading: {
82
+ h1: 'editor-heading-h1',
83
+ h2: 'editor-heading-h2',
84
+ h3: 'editor-heading-h3',
85
+ h4: 'editor-heading-h4',
86
+ h5: 'editor-heading-h5'
87
+ },
88
+ image: 'editor-image',
89
+ link: 'editor-link',
90
+ list: {
91
+ listitem: 'editor-listitem',
92
+ nested: {
93
+ listitem: 'editor-nested-listitem'
94
+ },
95
+ ol: 'editor-list-ol',
96
+ ul: 'editor-list-ul'
97
+ },
98
+ ltr: 'ltr',
99
+ paragraph: 'editor-paragraph',
100
+ placeholder: 'editor-placeholder',
101
+ quote: 'editor-quote',
102
+ rtl: 'rtl',
103
+ table: 'editor-table',
104
+ tableCell: 'editor-table-cell',
105
+ tableCellEditing: 'editor-table-cell-editing',
106
+ tableCellHeader: 'editor-table-cell-header',
107
+ tableCellPrimarySelected: 'editor-table-cell-primary-selected',
108
+ tableCellSelected: 'editor-table-cell-selected',
109
+ tableSelected: 'editor-table-selected',
110
+ tableSelection: 'editor-table-selection',
111
+ text: {
112
+ bold: 'editor-text-bold',
113
+ code: 'editor-text-code',
114
+ hashtag: 'editor-text-hashtag',
115
+ italic: 'editor-text-italic',
116
+ overflowed: 'editor-text-overflowed',
117
+ strikethrough: 'editor-text-strikethrough',
118
+ underline: 'editor-text-underline',
119
+ underlineStrikethrough: 'editor-text-underlineStrikethrough'
120
+ }
121
+ };
122
+ const ApRichTextEditor = (props)=>{
123
+ const { label, required, initialContent, placeholder, disabled, helperText, error, errorMessage, onMarkdownChange, onHtmlChange, loading, maxHeight = '100%', inputFormat = 'markdown', dataTestid } = props;
124
+ const { _ } = (0, useSafeLingui_cjs_namespaceObject.useSafeLingui)();
125
+ const baseId = (0, external_react_namespaceObject.useId)();
126
+ const labelId = `${baseId}-label`;
127
+ const helperId = `${baseId}-helper`;
128
+ const errorId = `${baseId}-error`;
129
+ const getInitialEditorState = (0, external_react_namespaceObject.useCallback)((editor, format, content)=>{
130
+ if ('markdown' === format) return void (0, markdown_namespaceObject.$convertFromMarkdownString)(content ?? '', MarkdownTransformers_cjs_namespaceObject.RTE_TRANSFORMERS);
131
+ const htmlParser = new DOMParser();
132
+ const dom = htmlParser.parseFromString(content ?? '', 'text/html');
133
+ const nodes = (0, html_namespaceObject.$generateNodesFromDOM)(editor, dom);
134
+ editor.update(()=>{
135
+ const root = (0, external_lexical_namespaceObject.$getRoot)();
136
+ root.clear();
137
+ root.select();
138
+ (0, external_lexical_namespaceObject.$insertNodes)(nodes);
139
+ });
140
+ }, []);
141
+ const editorConfig = (0, external_react_namespaceObject.useMemo)(()=>({
142
+ namespace: 'apollo-rich-text-editor',
143
+ nodes: [
144
+ rich_text_namespaceObject.HeadingNode,
145
+ list_namespaceObject.ListNode,
146
+ list_namespaceObject.ListItemNode,
147
+ code_namespaceObject.CodeNode,
148
+ code_namespaceObject.CodeHighlightNode,
149
+ link_namespaceObject.AutoLinkNode,
150
+ link_namespaceObject.LinkNode,
151
+ rich_text_namespaceObject.QuoteNode,
152
+ table_namespaceObject.TableNode,
153
+ table_namespaceObject.TableCellNode,
154
+ table_namespaceObject.TableRowNode
155
+ ],
156
+ onError (err) {
157
+ throw err;
158
+ },
159
+ theme: EditorTheme,
160
+ editable: !disabled && !loading,
161
+ editorState: (editor)=>getInitialEditorState(editor, inputFormat, initialContent)
162
+ }), [
163
+ disabled,
164
+ loading,
165
+ getInitialEditorState,
166
+ inputFormat,
167
+ initialContent
168
+ ]);
169
+ const getHelperText = (0, external_react_namespaceObject.useCallback)(()=>{
170
+ if (errorMessage) return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ErrorMessage, {
171
+ id: errorId,
172
+ message: errorMessage
173
+ });
174
+ if (error) return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ErrorMessage, {
175
+ id: errorId,
176
+ message: helperText ?? ''
177
+ });
178
+ return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.ApTypography, {
179
+ id: helperId,
180
+ variant: apollo_core_namespaceObject.FontVariantToken.fontSizeS,
181
+ children: helperText
182
+ });
183
+ }, [
184
+ error,
185
+ errorMessage,
186
+ helperText,
187
+ errorId,
188
+ helperId
189
+ ]);
190
+ return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
191
+ className: "ap-rich-text-editor",
192
+ children: [
193
+ label && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("span", {
194
+ id: labelId,
195
+ className: `editor-label${disabled ? ' disabled' : ''}`,
196
+ children: [
197
+ label,
198
+ required && ' *'
199
+ ]
200
+ }),
201
+ loading ? /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalComposer_namespaceObject.LexicalComposer, {
202
+ initialConfig: editorConfig,
203
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
204
+ "aria-labelledby": label ? labelId : void 0,
205
+ role: "application",
206
+ className: `editor-container disabled${errorMessage || error ? ' error' : ''} loading`,
207
+ style: {
208
+ maxHeight
209
+ },
210
+ "aria-disabled": true,
211
+ "aria-invalid": !!(error || errorMessage),
212
+ children: [
213
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ToolbarPlugin_cjs_default(), {
214
+ disabled: true
215
+ }),
216
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(material_namespaceObject.CircularProgress, {
217
+ "aria-label": _({
218
+ id: 'rich-text-editor.loading'
219
+ })
220
+ })
221
+ ]
222
+ })
223
+ }, "rte-loading") : /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(LexicalComposer_namespaceObject.LexicalComposer, {
224
+ initialConfig: editorConfig,
225
+ children: [
226
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
227
+ "aria-labelledby": label ? labelId : void 0,
228
+ role: "application",
229
+ className: `editor-container${disabled ? ' disabled' : ''}${errorMessage || error ? ' error' : ''}`,
230
+ "aria-disabled": disabled,
231
+ "aria-invalid": !!(error || errorMessage),
232
+ style: {
233
+ maxHeight
234
+ },
235
+ "aria-errormessage": errorMessage || error && helperText ? errorId : void 0,
236
+ "aria-describedby": helperText ? helperId : void 0,
237
+ children: [
238
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalOnChangePlugin_namespaceObject.OnChangePlugin, {
239
+ onChange: (editorState, editor)=>{
240
+ editorState.read(()=>{
241
+ onHtmlChange?.((0, html_namespaceObject.$generateHtmlFromNodes)(editor));
242
+ onMarkdownChange?.((0, markdown_namespaceObject.$convertToMarkdownString)(MarkdownTransformers_cjs_namespaceObject.RTE_TRANSFORMERS));
243
+ });
244
+ }
245
+ }),
246
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ToolbarPlugin_cjs_default(), {
247
+ disabled: disabled
248
+ }),
249
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
250
+ className: `editor-inner${disabled ? ' disabled' : ''}`,
251
+ children: [
252
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalRichTextPlugin_namespaceObject.RichTextPlugin, {
253
+ contentEditable: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalContentEditable_namespaceObject.ContentEditable, {
254
+ ariaLabelledBy: label ? labelId : void 0,
255
+ className: "editor-input",
256
+ disabled: disabled,
257
+ ariaDescribedBy: errorMessage ? errorId : helperText ? helperId : void 0,
258
+ "data-testid": dataTestid
259
+ }),
260
+ placeholder: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
261
+ className: "editor-placeholder",
262
+ children: placeholder
263
+ }),
264
+ ErrorBoundary: LexicalErrorBoundary_default()
265
+ }),
266
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalListPlugin_namespaceObject.ListPlugin, {}),
267
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalLinkPlugin_namespaceObject.LinkPlugin, {}),
268
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(AutoLinkPlugin_cjs_default(), {}),
269
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(CodeHighlightPlugin_cjs_default(), {}),
270
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalMarkdownShortcutPlugin_namespaceObject.MarkdownShortcutPlugin, {
271
+ transformers: MarkdownTransformers_cjs_namespaceObject.RTE_TRANSFORMERS
272
+ }),
273
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalTablePlugin_namespaceObject.TablePlugin, {
274
+ hasCellMerge: false,
275
+ hasCellBackgroundColor: false
276
+ })
277
+ ]
278
+ }),
279
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(LexicalHistoryPlugin_namespaceObject.HistoryPlugin, {})
280
+ ]
281
+ }),
282
+ (helperText || errorMessage) && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(material_namespaceObject.FormHelperText, {
283
+ component: "div",
284
+ children: getHelperText()
285
+ })
286
+ ]
287
+ }, "rte-editor")
288
+ ]
289
+ });
290
+ };
291
+ exports.ApRichTextEditor = __webpack_exports__.ApRichTextEditor;
292
+ for(var __rspack_i in __webpack_exports__)if (-1 === [
293
+ "ApRichTextEditor"
294
+ ].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
295
+ Object.defineProperty(exports, '__esModule', {
296
+ value: true
297
+ });