@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.
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.cjs +297 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.css +535 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.d.ts +5 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.js +250 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.cjs +18 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.d.ts +18 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/ApRichTextEditor.types.js +0 -0
- package/dist/material/components/ap-rich-text-editor/index.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/index.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/index.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/index.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/de.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/de.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/de.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/de.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/en.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/en.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/en.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/en.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/es-MX.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/es-MX.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/es-MX.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/es-MX.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/es.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/es.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/es.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/es.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/fr.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/fr.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/fr.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/fr.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/ja.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/ja.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/ja.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/ja.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/ko.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/ko.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/ko.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/ko.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt-BR.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt-BR.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt-BR.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt-BR.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/pt.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/ru.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/ru.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/ru.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/ru.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/tr.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/tr.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/tr.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/tr.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-CN.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-CN.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-CN.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-CN.js +2 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-TW.cjs +36 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-TW.d.ts +3 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-TW.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/locales/zh-TW.js +2 -0
- package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.cjs +64 -0
- package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.d.ts +2 -0
- package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/plugins/AutoLinkPlugin.js +30 -0
- package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.cjs +45 -0
- package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.d.ts +2 -0
- package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/plugins/CodeHighlightPlugin.js +11 -0
- package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.cjs +187 -0
- package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.d.ts +2 -0
- package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/plugins/MarkdownTransformers.js +153 -0
- package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.cjs +306 -0
- package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.d.ts +4 -0
- package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.d.ts.map +1 -0
- package/dist/material/components/ap-rich-text-editor/plugins/ToolbarPlugin.js +272 -0
- package/dist/material/components/index.cjs +23 -16
- package/dist/material/components/index.d.ts +1 -0
- package/dist/material/components/index.d.ts.map +1 -1
- package/dist/material/components/index.js +1 -0
- package/package.json +12 -1
|
@@ -0,0 +1,250 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
import { CodeHighlightNode, CodeNode } from "@lexical/code";
|
|
3
|
+
import { $generateHtmlFromNodes, $generateNodesFromDOM } from "@lexical/html";
|
|
4
|
+
import { AutoLinkNode, LinkNode } from "@lexical/link";
|
|
5
|
+
import { ListItemNode, ListNode } from "@lexical/list";
|
|
6
|
+
import { $convertFromMarkdownString, $convertToMarkdownString } from "@lexical/markdown";
|
|
7
|
+
import { LexicalComposer } from "@lexical/react/LexicalComposer";
|
|
8
|
+
import { ContentEditable } from "@lexical/react/LexicalContentEditable";
|
|
9
|
+
import LexicalErrorBoundary from "@lexical/react/LexicalErrorBoundary";
|
|
10
|
+
import { HistoryPlugin } from "@lexical/react/LexicalHistoryPlugin";
|
|
11
|
+
import { LinkPlugin } from "@lexical/react/LexicalLinkPlugin";
|
|
12
|
+
import { ListPlugin } from "@lexical/react/LexicalListPlugin";
|
|
13
|
+
import { MarkdownShortcutPlugin } from "@lexical/react/LexicalMarkdownShortcutPlugin";
|
|
14
|
+
import { OnChangePlugin } from "@lexical/react/LexicalOnChangePlugin";
|
|
15
|
+
import { RichTextPlugin } from "@lexical/react/LexicalRichTextPlugin";
|
|
16
|
+
import { TablePlugin } from "@lexical/react/LexicalTablePlugin";
|
|
17
|
+
import { HeadingNode, QuoteNode } from "@lexical/rich-text";
|
|
18
|
+
import { TableCellNode, TableNode, TableRowNode } from "@lexical/table";
|
|
19
|
+
import { CircularProgress, FormHelperText } from "@mui/material";
|
|
20
|
+
import { FontVariantToken } from "@uipath/apollo-core";
|
|
21
|
+
import { $getRoot, $insertNodes } from "lexical";
|
|
22
|
+
import { useCallback, useId, useMemo } from "react";
|
|
23
|
+
import { useSafeLingui } from "../../../i18n/useSafeLingui.js";
|
|
24
|
+
import { ApTypography } from "../ap-typography/index.js";
|
|
25
|
+
import "./ApRichTextEditor.css";
|
|
26
|
+
import AutoLinkPlugin from "./plugins/AutoLinkPlugin.js";
|
|
27
|
+
import CodeHighlightPlugin from "./plugins/CodeHighlightPlugin.js";
|
|
28
|
+
import { RTE_TRANSFORMERS } from "./plugins/MarkdownTransformers.js";
|
|
29
|
+
import ToolbarPlugin from "./plugins/ToolbarPlugin.js";
|
|
30
|
+
const ErrorMessage = ({ id, message })=>/*#__PURE__*/ jsx(ApTypography, {
|
|
31
|
+
id: id,
|
|
32
|
+
variant: FontVariantToken.fontSizeS,
|
|
33
|
+
style: {
|
|
34
|
+
color: 'var(--color-error-text)'
|
|
35
|
+
},
|
|
36
|
+
children: message
|
|
37
|
+
});
|
|
38
|
+
const EditorTheme = {
|
|
39
|
+
code: 'editor-code',
|
|
40
|
+
heading: {
|
|
41
|
+
h1: 'editor-heading-h1',
|
|
42
|
+
h2: 'editor-heading-h2',
|
|
43
|
+
h3: 'editor-heading-h3',
|
|
44
|
+
h4: 'editor-heading-h4',
|
|
45
|
+
h5: 'editor-heading-h5'
|
|
46
|
+
},
|
|
47
|
+
image: 'editor-image',
|
|
48
|
+
link: 'editor-link',
|
|
49
|
+
list: {
|
|
50
|
+
listitem: 'editor-listitem',
|
|
51
|
+
nested: {
|
|
52
|
+
listitem: 'editor-nested-listitem'
|
|
53
|
+
},
|
|
54
|
+
ol: 'editor-list-ol',
|
|
55
|
+
ul: 'editor-list-ul'
|
|
56
|
+
},
|
|
57
|
+
ltr: 'ltr',
|
|
58
|
+
paragraph: 'editor-paragraph',
|
|
59
|
+
placeholder: 'editor-placeholder',
|
|
60
|
+
quote: 'editor-quote',
|
|
61
|
+
rtl: 'rtl',
|
|
62
|
+
table: 'editor-table',
|
|
63
|
+
tableCell: 'editor-table-cell',
|
|
64
|
+
tableCellEditing: 'editor-table-cell-editing',
|
|
65
|
+
tableCellHeader: 'editor-table-cell-header',
|
|
66
|
+
tableCellPrimarySelected: 'editor-table-cell-primary-selected',
|
|
67
|
+
tableCellSelected: 'editor-table-cell-selected',
|
|
68
|
+
tableSelected: 'editor-table-selected',
|
|
69
|
+
tableSelection: 'editor-table-selection',
|
|
70
|
+
text: {
|
|
71
|
+
bold: 'editor-text-bold',
|
|
72
|
+
code: 'editor-text-code',
|
|
73
|
+
hashtag: 'editor-text-hashtag',
|
|
74
|
+
italic: 'editor-text-italic',
|
|
75
|
+
overflowed: 'editor-text-overflowed',
|
|
76
|
+
strikethrough: 'editor-text-strikethrough',
|
|
77
|
+
underline: 'editor-text-underline',
|
|
78
|
+
underlineStrikethrough: 'editor-text-underlineStrikethrough'
|
|
79
|
+
}
|
|
80
|
+
};
|
|
81
|
+
const ApRichTextEditor = (props)=>{
|
|
82
|
+
const { label, required, initialContent, placeholder, disabled, helperText, error, errorMessage, onMarkdownChange, onHtmlChange, loading, maxHeight = '100%', inputFormat = 'markdown', dataTestid } = props;
|
|
83
|
+
const { _ } = useSafeLingui();
|
|
84
|
+
const baseId = useId();
|
|
85
|
+
const labelId = `${baseId}-label`;
|
|
86
|
+
const helperId = `${baseId}-helper`;
|
|
87
|
+
const errorId = `${baseId}-error`;
|
|
88
|
+
const getInitialEditorState = useCallback((editor, format, content)=>{
|
|
89
|
+
if ('markdown' === format) return void $convertFromMarkdownString(content ?? '', RTE_TRANSFORMERS);
|
|
90
|
+
const htmlParser = new DOMParser();
|
|
91
|
+
const dom = htmlParser.parseFromString(content ?? '', 'text/html');
|
|
92
|
+
const nodes = $generateNodesFromDOM(editor, dom);
|
|
93
|
+
editor.update(()=>{
|
|
94
|
+
const root = $getRoot();
|
|
95
|
+
root.clear();
|
|
96
|
+
root.select();
|
|
97
|
+
$insertNodes(nodes);
|
|
98
|
+
});
|
|
99
|
+
}, []);
|
|
100
|
+
const editorConfig = useMemo(()=>({
|
|
101
|
+
namespace: 'apollo-rich-text-editor',
|
|
102
|
+
nodes: [
|
|
103
|
+
HeadingNode,
|
|
104
|
+
ListNode,
|
|
105
|
+
ListItemNode,
|
|
106
|
+
CodeNode,
|
|
107
|
+
CodeHighlightNode,
|
|
108
|
+
AutoLinkNode,
|
|
109
|
+
LinkNode,
|
|
110
|
+
QuoteNode,
|
|
111
|
+
TableNode,
|
|
112
|
+
TableCellNode,
|
|
113
|
+
TableRowNode
|
|
114
|
+
],
|
|
115
|
+
onError (err) {
|
|
116
|
+
throw err;
|
|
117
|
+
},
|
|
118
|
+
theme: EditorTheme,
|
|
119
|
+
editable: !disabled && !loading,
|
|
120
|
+
editorState: (editor)=>getInitialEditorState(editor, inputFormat, initialContent)
|
|
121
|
+
}), [
|
|
122
|
+
disabled,
|
|
123
|
+
loading,
|
|
124
|
+
getInitialEditorState,
|
|
125
|
+
inputFormat,
|
|
126
|
+
initialContent
|
|
127
|
+
]);
|
|
128
|
+
const getHelperText = useCallback(()=>{
|
|
129
|
+
if (errorMessage) return /*#__PURE__*/ jsx(ErrorMessage, {
|
|
130
|
+
id: errorId,
|
|
131
|
+
message: errorMessage
|
|
132
|
+
});
|
|
133
|
+
if (error) return /*#__PURE__*/ jsx(ErrorMessage, {
|
|
134
|
+
id: errorId,
|
|
135
|
+
message: helperText ?? ''
|
|
136
|
+
});
|
|
137
|
+
return /*#__PURE__*/ jsx(ApTypography, {
|
|
138
|
+
id: helperId,
|
|
139
|
+
variant: FontVariantToken.fontSizeS,
|
|
140
|
+
children: helperText
|
|
141
|
+
});
|
|
142
|
+
}, [
|
|
143
|
+
error,
|
|
144
|
+
errorMessage,
|
|
145
|
+
helperText,
|
|
146
|
+
errorId,
|
|
147
|
+
helperId
|
|
148
|
+
]);
|
|
149
|
+
return /*#__PURE__*/ jsxs("div", {
|
|
150
|
+
className: "ap-rich-text-editor",
|
|
151
|
+
children: [
|
|
152
|
+
label && /*#__PURE__*/ jsxs("span", {
|
|
153
|
+
id: labelId,
|
|
154
|
+
className: `editor-label${disabled ? ' disabled' : ''}`,
|
|
155
|
+
children: [
|
|
156
|
+
label,
|
|
157
|
+
required && ' *'
|
|
158
|
+
]
|
|
159
|
+
}),
|
|
160
|
+
loading ? /*#__PURE__*/ jsx(LexicalComposer, {
|
|
161
|
+
initialConfig: editorConfig,
|
|
162
|
+
children: /*#__PURE__*/ jsxs("div", {
|
|
163
|
+
"aria-labelledby": label ? labelId : void 0,
|
|
164
|
+
role: "application",
|
|
165
|
+
className: `editor-container disabled${errorMessage || error ? ' error' : ''} loading`,
|
|
166
|
+
style: {
|
|
167
|
+
maxHeight
|
|
168
|
+
},
|
|
169
|
+
"aria-disabled": true,
|
|
170
|
+
"aria-invalid": !!(error || errorMessage),
|
|
171
|
+
children: [
|
|
172
|
+
/*#__PURE__*/ jsx(ToolbarPlugin, {
|
|
173
|
+
disabled: true
|
|
174
|
+
}),
|
|
175
|
+
/*#__PURE__*/ jsx(CircularProgress, {
|
|
176
|
+
"aria-label": _({
|
|
177
|
+
id: 'rich-text-editor.loading'
|
|
178
|
+
})
|
|
179
|
+
})
|
|
180
|
+
]
|
|
181
|
+
})
|
|
182
|
+
}, "rte-loading") : /*#__PURE__*/ jsxs(LexicalComposer, {
|
|
183
|
+
initialConfig: editorConfig,
|
|
184
|
+
children: [
|
|
185
|
+
/*#__PURE__*/ jsxs("div", {
|
|
186
|
+
"aria-labelledby": label ? labelId : void 0,
|
|
187
|
+
role: "application",
|
|
188
|
+
className: `editor-container${disabled ? ' disabled' : ''}${errorMessage || error ? ' error' : ''}`,
|
|
189
|
+
"aria-disabled": disabled,
|
|
190
|
+
"aria-invalid": !!(error || errorMessage),
|
|
191
|
+
style: {
|
|
192
|
+
maxHeight
|
|
193
|
+
},
|
|
194
|
+
"aria-errormessage": errorMessage || error && helperText ? errorId : void 0,
|
|
195
|
+
"aria-describedby": helperText ? helperId : void 0,
|
|
196
|
+
children: [
|
|
197
|
+
/*#__PURE__*/ jsx(OnChangePlugin, {
|
|
198
|
+
onChange: (editorState, editor)=>{
|
|
199
|
+
editorState.read(()=>{
|
|
200
|
+
onHtmlChange?.($generateHtmlFromNodes(editor));
|
|
201
|
+
onMarkdownChange?.($convertToMarkdownString(RTE_TRANSFORMERS));
|
|
202
|
+
});
|
|
203
|
+
}
|
|
204
|
+
}),
|
|
205
|
+
/*#__PURE__*/ jsx(ToolbarPlugin, {
|
|
206
|
+
disabled: disabled
|
|
207
|
+
}),
|
|
208
|
+
/*#__PURE__*/ jsxs("div", {
|
|
209
|
+
className: `editor-inner${disabled ? ' disabled' : ''}`,
|
|
210
|
+
children: [
|
|
211
|
+
/*#__PURE__*/ jsx(RichTextPlugin, {
|
|
212
|
+
contentEditable: /*#__PURE__*/ jsx(ContentEditable, {
|
|
213
|
+
ariaLabelledBy: label ? labelId : void 0,
|
|
214
|
+
className: "editor-input",
|
|
215
|
+
disabled: disabled,
|
|
216
|
+
ariaDescribedBy: errorMessage ? errorId : helperText ? helperId : void 0,
|
|
217
|
+
"data-testid": dataTestid
|
|
218
|
+
}),
|
|
219
|
+
placeholder: /*#__PURE__*/ jsx("div", {
|
|
220
|
+
className: "editor-placeholder",
|
|
221
|
+
children: placeholder
|
|
222
|
+
}),
|
|
223
|
+
ErrorBoundary: LexicalErrorBoundary
|
|
224
|
+
}),
|
|
225
|
+
/*#__PURE__*/ jsx(ListPlugin, {}),
|
|
226
|
+
/*#__PURE__*/ jsx(LinkPlugin, {}),
|
|
227
|
+
/*#__PURE__*/ jsx(AutoLinkPlugin, {}),
|
|
228
|
+
/*#__PURE__*/ jsx(CodeHighlightPlugin, {}),
|
|
229
|
+
/*#__PURE__*/ jsx(MarkdownShortcutPlugin, {
|
|
230
|
+
transformers: RTE_TRANSFORMERS
|
|
231
|
+
}),
|
|
232
|
+
/*#__PURE__*/ jsx(TablePlugin, {
|
|
233
|
+
hasCellMerge: false,
|
|
234
|
+
hasCellBackgroundColor: false
|
|
235
|
+
})
|
|
236
|
+
]
|
|
237
|
+
}),
|
|
238
|
+
/*#__PURE__*/ jsx(HistoryPlugin, {})
|
|
239
|
+
]
|
|
240
|
+
}),
|
|
241
|
+
(helperText || errorMessage) && /*#__PURE__*/ jsx(FormHelperText, {
|
|
242
|
+
component: "div",
|
|
243
|
+
children: getHelperText()
|
|
244
|
+
})
|
|
245
|
+
]
|
|
246
|
+
}, "rte-editor")
|
|
247
|
+
]
|
|
248
|
+
});
|
|
249
|
+
};
|
|
250
|
+
export { ApRichTextEditor };
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.r = (exports1)=>{
|
|
5
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
6
|
+
value: 'Module'
|
|
7
|
+
});
|
|
8
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
9
|
+
value: true
|
|
10
|
+
});
|
|
11
|
+
};
|
|
12
|
+
})();
|
|
13
|
+
var __webpack_exports__ = {};
|
|
14
|
+
__webpack_require__.r(__webpack_exports__);
|
|
15
|
+
for(var __rspack_i in __webpack_exports__)exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
16
|
+
Object.defineProperty(exports, '__esModule', {
|
|
17
|
+
value: true
|
|
18
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export type RichTextEditorInputFormat = 'markdown' | 'html';
|
|
2
|
+
export interface ApRichTextEditorProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
onMarkdownChange?: (markdownContent: string) => void;
|
|
5
|
+
onHtmlChange?: (htmlContent: string) => void;
|
|
6
|
+
required?: boolean;
|
|
7
|
+
initialContent?: string;
|
|
8
|
+
placeholder?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
helperText?: string;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
errorMessage?: string;
|
|
13
|
+
loading?: boolean;
|
|
14
|
+
maxHeight?: string;
|
|
15
|
+
inputFormat?: RichTextEditorInputFormat;
|
|
16
|
+
dataTestid?: string;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=ApRichTextEditor.types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ApRichTextEditor.types.d.ts","sourceRoot":"","sources":["../../../../src/material/components/ap-rich-text-editor/ApRichTextEditor.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yBAAyB,GAAG,UAAU,GAAG,MAAM,CAAC;AAE5D,MAAM,WAAW,qBAAqB;IAEpC,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf,gBAAgB,CAAC,EAAE,CAAC,eAAe,EAAE,MAAM,KAAK,IAAI,CAAC;IAErD,YAAY,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAC;IAE7C,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,cAAc,CAAC,EAAE,MAAM,CAAC;IAExB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB,UAAU,CAAC,EAAE,MAAM,CAAC;IAEpB,KAAK,CAAC,EAAE,OAAO,CAAC;IAEhB,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB,WAAW,CAAC,EAAE,yBAAyB,CAAC;IAExC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
|
|
File without changes
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
ApRichTextEditor: ()=>external_ApRichTextEditor_cjs_namespaceObject.ApRichTextEditor
|
|
28
|
+
});
|
|
29
|
+
const external_ApRichTextEditor_cjs_namespaceObject = require("./ApRichTextEditor.cjs");
|
|
30
|
+
exports.ApRichTextEditor = __webpack_exports__.ApRichTextEditor;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"ApRichTextEditor"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/material/components/ap-rich-text-editor/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACtD,YAAY,EAAE,qBAAqB,EAAE,yBAAyB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
messages: ()=>messages
|
|
28
|
+
});
|
|
29
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
30
|
+
exports.messages = __webpack_exports__.messages;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"messages"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"de.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-rich-text-editor/locales/de.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAuqC,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
2
|
+
export { messages };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
messages: ()=>messages
|
|
28
|
+
});
|
|
29
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"Bold\"],\"rich-text-editor.code\":[\"Code\"],\"rich-text-editor.format-bold\":[\"Format bold\"],\"rich-text-editor.format-code\":[\"Format code\"],\"rich-text-editor.format-italic\":[\"Format italic\"],\"rich-text-editor.format-ordered-list\":[\"Format ordered list\"],\"rich-text-editor.format-strikethrough\":[\"Format strikethrough\"],\"rich-text-editor.format-underline\":[\"Format underline\"],\"rich-text-editor.format-unordered-list\":[\"Format unordered list\"],\"rich-text-editor.insert-link\":[\"Insert link\"],\"rich-text-editor.italic\":[\"Italic\"],\"rich-text-editor.link\":[\"Link\"],\"rich-text-editor.loading\":[\"Loading\"],\"rich-text-editor.ordered-list\":[\"Ordered list\"],\"rich-text-editor.strikethrough\":[\"Strikethrough\"],\"rich-text-editor.underline\":[\"Underline\"],\"rich-text-editor.unordered-list\":[\"Unordered list\"]}");
|
|
30
|
+
exports.messages = __webpack_exports__.messages;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"messages"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"en.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-rich-text-editor/locales/en.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAs4B,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"Bold\"],\"rich-text-editor.code\":[\"Code\"],\"rich-text-editor.format-bold\":[\"Format bold\"],\"rich-text-editor.format-code\":[\"Format code\"],\"rich-text-editor.format-italic\":[\"Format italic\"],\"rich-text-editor.format-ordered-list\":[\"Format ordered list\"],\"rich-text-editor.format-strikethrough\":[\"Format strikethrough\"],\"rich-text-editor.format-underline\":[\"Format underline\"],\"rich-text-editor.format-unordered-list\":[\"Format unordered list\"],\"rich-text-editor.insert-link\":[\"Insert link\"],\"rich-text-editor.italic\":[\"Italic\"],\"rich-text-editor.link\":[\"Link\"],\"rich-text-editor.loading\":[\"Loading\"],\"rich-text-editor.ordered-list\":[\"Ordered list\"],\"rich-text-editor.strikethrough\":[\"Strikethrough\"],\"rich-text-editor.underline\":[\"Underline\"],\"rich-text-editor.unordered-list\":[\"Unordered list\"]}");
|
|
2
|
+
export { messages };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
messages: ()=>messages
|
|
28
|
+
});
|
|
29
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
30
|
+
exports.messages = __webpack_exports__.messages;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"messages"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es-MX.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-rich-text-editor/locales/es-MX.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAuqC,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
2
|
+
export { messages };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
messages: ()=>messages
|
|
28
|
+
});
|
|
29
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
30
|
+
exports.messages = __webpack_exports__.messages;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"messages"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"es.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-rich-text-editor/locales/es.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAuqC,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
2
|
+
export { messages };
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __webpack_require__ = {};
|
|
3
|
+
(()=>{
|
|
4
|
+
__webpack_require__.d = (exports1, definition)=>{
|
|
5
|
+
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
6
|
+
enumerable: true,
|
|
7
|
+
get: definition[key]
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
})();
|
|
11
|
+
(()=>{
|
|
12
|
+
__webpack_require__.o = (obj, prop)=>Object.prototype.hasOwnProperty.call(obj, prop);
|
|
13
|
+
})();
|
|
14
|
+
(()=>{
|
|
15
|
+
__webpack_require__.r = (exports1)=>{
|
|
16
|
+
if ("u" > typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
17
|
+
value: 'Module'
|
|
18
|
+
});
|
|
19
|
+
Object.defineProperty(exports1, '__esModule', {
|
|
20
|
+
value: true
|
|
21
|
+
});
|
|
22
|
+
};
|
|
23
|
+
})();
|
|
24
|
+
var __webpack_exports__ = {};
|
|
25
|
+
__webpack_require__.r(__webpack_exports__);
|
|
26
|
+
__webpack_require__.d(__webpack_exports__, {
|
|
27
|
+
messages: ()=>messages
|
|
28
|
+
});
|
|
29
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
30
|
+
exports.messages = __webpack_exports__.messages;
|
|
31
|
+
for(var __rspack_i in __webpack_exports__)if (-1 === [
|
|
32
|
+
"messages"
|
|
33
|
+
].indexOf(__rspack_i)) exports[__rspack_i] = __webpack_exports__[__rspack_i];
|
|
34
|
+
Object.defineProperty(exports, '__esModule', {
|
|
35
|
+
value: true
|
|
36
|
+
});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fr.d.ts","sourceRoot":"","sources":["../../../../../src/material/components/ap-rich-text-editor/locales/fr.ts"],"names":[],"mappings":"AAAkB,OAAO,KAAI,EAAC,QAAQ,EAAC,MAAI,cAAc,CAAC;AAAA,eAAO,MAAM,QAAQ,EAAuqC,QAAQ,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
const messages = JSON.parse("{\"rich-text-editor.bold\":[\"rich-text-editor.bold\"],\"rich-text-editor.code\":[\"rich-text-editor.code\"],\"rich-text-editor.format-bold\":[\"rich-text-editor.format-bold\"],\"rich-text-editor.format-code\":[\"rich-text-editor.format-code\"],\"rich-text-editor.format-italic\":[\"rich-text-editor.format-italic\"],\"rich-text-editor.format-ordered-list\":[\"rich-text-editor.format-ordered-list\"],\"rich-text-editor.format-strikethrough\":[\"rich-text-editor.format-strikethrough\"],\"rich-text-editor.format-underline\":[\"rich-text-editor.format-underline\"],\"rich-text-editor.format-unordered-list\":[\"rich-text-editor.format-unordered-list\"],\"rich-text-editor.insert-link\":[\"rich-text-editor.insert-link\"],\"rich-text-editor.italic\":[\"rich-text-editor.italic\"],\"rich-text-editor.link\":[\"rich-text-editor.link\"],\"rich-text-editor.loading\":[\"rich-text-editor.loading\"],\"rich-text-editor.ordered-list\":[\"rich-text-editor.ordered-list\"],\"rich-text-editor.strikethrough\":[\"rich-text-editor.strikethrough\"],\"rich-text-editor.underline\":[\"rich-text-editor.underline\"],\"rich-text-editor.unordered-list\":[\"rich-text-editor.unordered-list\"]}");
|
|
2
|
+
export { messages };
|