@atlaskit/editor-core 191.5.1 → 191.6.1
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/CHANGELOG.md +24 -0
- package/afm-cc/tsconfig.json +1 -211
- package/dist/cjs/composable-editor/editor.js +2 -2
- package/dist/cjs/create-editor/create-preset.js +2 -0
- package/dist/cjs/i18n/cs.js +1 -38
- package/dist/cjs/i18n/da.js +1 -37
- package/dist/cjs/i18n/de.js +1 -37
- package/dist/cjs/i18n/en.js +1 -39
- package/dist/cjs/i18n/en_GB.js +1 -39
- package/dist/cjs/i18n/en_ZZ.js +1 -39
- package/dist/cjs/i18n/es.js +1 -37
- package/dist/cjs/i18n/fi.js +1 -37
- package/dist/cjs/i18n/fr.js +1 -37
- package/dist/cjs/i18n/hu.js +1 -37
- package/dist/cjs/i18n/it.js +1 -37
- package/dist/cjs/i18n/ja.js +1 -37
- package/dist/cjs/i18n/ko.js +1 -37
- package/dist/cjs/i18n/nb.js +1 -37
- package/dist/cjs/i18n/nl.js +1 -37
- package/dist/cjs/i18n/pl.js +1 -37
- package/dist/cjs/i18n/pt_BR.js +1 -37
- package/dist/cjs/i18n/ru.js +1 -37
- package/dist/cjs/i18n/sv.js +1 -37
- package/dist/cjs/i18n/th.js +1 -37
- package/dist/cjs/i18n/tr.js +1 -37
- package/dist/cjs/i18n/uk.js +1 -37
- package/dist/cjs/i18n/vi.js +1 -37
- package/dist/cjs/i18n/zh.js +1 -37
- package/dist/cjs/i18n/zh_TW.js +1 -37
- package/dist/cjs/labs-next.js +1 -1
- package/dist/cjs/presets/default.js +32 -32
- package/dist/cjs/presets/universal.js +70 -70
- package/dist/cjs/test-utils.js +2 -2
- package/dist/cjs/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/cjs/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/cjs/ui/ContentStyles/expand.js +1 -1
- package/dist/cjs/ui/ContentStyles/index.js +5 -5
- package/dist/cjs/ui/ContentStyles/layout.js +2 -2
- package/dist/cjs/ui/WithHelpTrigger/index.js +2 -2
- package/dist/cjs/version-wrapper.js +1 -1
- package/dist/es2019/composable-editor/editor.js +1 -1
- package/dist/es2019/create-editor/create-preset.js +2 -0
- package/dist/es2019/i18n/cs.js +1 -38
- package/dist/es2019/i18n/da.js +1 -37
- package/dist/es2019/i18n/de.js +1 -37
- package/dist/es2019/i18n/en.js +1 -39
- package/dist/es2019/i18n/en_GB.js +1 -39
- package/dist/es2019/i18n/en_ZZ.js +1 -39
- package/dist/es2019/i18n/es.js +1 -37
- package/dist/es2019/i18n/fi.js +1 -37
- package/dist/es2019/i18n/fr.js +1 -37
- package/dist/es2019/i18n/hu.js +1 -37
- package/dist/es2019/i18n/it.js +1 -37
- package/dist/es2019/i18n/ja.js +1 -37
- package/dist/es2019/i18n/ko.js +1 -37
- package/dist/es2019/i18n/nb.js +1 -37
- package/dist/es2019/i18n/nl.js +1 -37
- package/dist/es2019/i18n/pl.js +1 -37
- package/dist/es2019/i18n/pt_BR.js +1 -37
- package/dist/es2019/i18n/ru.js +1 -37
- package/dist/es2019/i18n/sv.js +1 -37
- package/dist/es2019/i18n/th.js +1 -37
- package/dist/es2019/i18n/tr.js +1 -37
- package/dist/es2019/i18n/uk.js +1 -37
- package/dist/es2019/i18n/vi.js +1 -37
- package/dist/es2019/i18n/zh.js +1 -37
- package/dist/es2019/i18n/zh_TW.js +1 -37
- package/dist/es2019/index.js +2 -2
- package/dist/es2019/labs-next.js +1 -1
- package/dist/es2019/presets/default.js +28 -28
- package/dist/es2019/presets/universal.js +45 -45
- package/dist/es2019/test-utils.js +1 -1
- package/dist/es2019/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/es2019/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/es2019/ui/ContentStyles/expand.js +2 -2
- package/dist/es2019/ui/ContentStyles/index.js +5 -5
- package/dist/es2019/ui/ContentStyles/layout.js +2 -2
- package/dist/es2019/ui/WithHelpTrigger/index.js +1 -1
- package/dist/es2019/version-wrapper.js +1 -1
- package/dist/esm/composable-editor/editor.js +1 -1
- package/dist/esm/create-editor/create-preset.js +2 -0
- package/dist/esm/i18n/cs.js +1 -38
- package/dist/esm/i18n/da.js +1 -37
- package/dist/esm/i18n/de.js +1 -37
- package/dist/esm/i18n/en.js +1 -39
- package/dist/esm/i18n/en_GB.js +1 -39
- package/dist/esm/i18n/en_ZZ.js +1 -39
- package/dist/esm/i18n/es.js +1 -37
- package/dist/esm/i18n/fi.js +1 -37
- package/dist/esm/i18n/fr.js +1 -37
- package/dist/esm/i18n/hu.js +1 -37
- package/dist/esm/i18n/it.js +1 -37
- package/dist/esm/i18n/ja.js +1 -37
- package/dist/esm/i18n/ko.js +1 -37
- package/dist/esm/i18n/nb.js +1 -37
- package/dist/esm/i18n/nl.js +1 -37
- package/dist/esm/i18n/pl.js +1 -37
- package/dist/esm/i18n/pt_BR.js +1 -37
- package/dist/esm/i18n/ru.js +1 -37
- package/dist/esm/i18n/sv.js +1 -37
- package/dist/esm/i18n/th.js +1 -37
- package/dist/esm/i18n/tr.js +1 -37
- package/dist/esm/i18n/uk.js +1 -37
- package/dist/esm/i18n/vi.js +1 -37
- package/dist/esm/i18n/zh.js +1 -37
- package/dist/esm/i18n/zh_TW.js +1 -37
- package/dist/esm/index.js +2 -2
- package/dist/esm/labs-next.js +1 -1
- package/dist/esm/presets/default.js +28 -28
- package/dist/esm/presets/universal.js +45 -45
- package/dist/esm/test-utils.js +1 -1
- package/dist/esm/ui/Appearance/Comment/Comment.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/BeforeWrapper.js +1 -1
- package/dist/esm/ui/Appearance/FullPage/StyledComponents.js +2 -2
- package/dist/esm/ui/ContentStyles/expand.js +2 -2
- package/dist/esm/ui/ContentStyles/index.js +5 -5
- package/dist/esm/ui/ContentStyles/layout.js +2 -2
- package/dist/esm/ui/WithHelpTrigger/index.js +1 -1
- package/dist/esm/version-wrapper.js +1 -1
- package/dist/types/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types/create-editor/create-preset.d.ts +3054 -2
- package/dist/types/i18n/cs.d.ts +0 -37
- package/dist/types/i18n/da.d.ts +0 -36
- package/dist/types/i18n/de.d.ts +0 -36
- package/dist/types/i18n/en.d.ts +0 -38
- package/dist/types/i18n/en_GB.d.ts +0 -38
- package/dist/types/i18n/en_ZZ.d.ts +0 -38
- package/dist/types/i18n/es.d.ts +0 -36
- package/dist/types/i18n/fi.d.ts +0 -36
- package/dist/types/i18n/fr.d.ts +0 -36
- package/dist/types/i18n/hu.d.ts +0 -36
- package/dist/types/i18n/it.d.ts +0 -36
- package/dist/types/i18n/ja.d.ts +0 -36
- package/dist/types/i18n/ko.d.ts +0 -36
- package/dist/types/i18n/nb.d.ts +0 -36
- package/dist/types/i18n/nl.d.ts +0 -36
- package/dist/types/i18n/pl.d.ts +0 -36
- package/dist/types/i18n/pt_BR.d.ts +0 -36
- package/dist/types/i18n/ru.d.ts +0 -36
- package/dist/types/i18n/sv.d.ts +0 -36
- package/dist/types/i18n/th.d.ts +0 -36
- package/dist/types/i18n/tr.d.ts +0 -36
- package/dist/types/i18n/uk.d.ts +0 -36
- package/dist/types/i18n/vi.d.ts +0 -36
- package/dist/types/i18n/zh.d.ts +0 -36
- package/dist/types/i18n/zh_TW.d.ts +0 -36
- package/dist/types/index.d.ts +4 -4
- package/dist/types/labs-next.d.ts +1 -1
- package/dist/types/presets/default.d.ts +770 -730
- package/dist/types/presets/universal.d.ts +3055 -4
- package/dist/types/presets/useUniversalPreset.d.ts +3054 -2
- package/dist/types/types/editor-props.d.ts +12 -12
- package/dist/types/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types/utils/action.d.ts +2 -2
- package/dist/types-ts4.5/create-editor/create-plugins-list.d.ts +3 -4
- package/dist/types-ts4.5/create-editor/create-preset.d.ts +3829 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -37
- package/dist/types-ts4.5/i18n/da.d.ts +0 -36
- package/dist/types-ts4.5/i18n/de.d.ts +0 -36
- package/dist/types-ts4.5/i18n/en.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -38
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -38
- package/dist/types-ts4.5/i18n/es.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -36
- package/dist/types-ts4.5/i18n/it.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -36
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -36
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -36
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -36
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -36
- package/dist/types-ts4.5/i18n/th.d.ts +0 -36
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -36
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -36
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -36
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -36
- package/dist/types-ts4.5/index.d.ts +4 -4
- package/dist/types-ts4.5/labs-next.d.ts +1 -1
- package/dist/types-ts4.5/presets/default.d.ts +774 -730
- package/dist/types-ts4.5/presets/universal.d.ts +3830 -4
- package/dist/types-ts4.5/presets/useUniversalPreset.d.ts +3829 -2
- package/dist/types-ts4.5/types/editor-props.d.ts +12 -12
- package/dist/types-ts4.5/ui/ContextPanel/index.d.ts +1 -1
- package/dist/types-ts4.5/utils/action.d.ts +2 -2
- package/docs/0-intro.tsx +5 -5
- package/package.json +21 -154
- package/tsconfig.json +193 -166
- package/dist/cjs/presets/types.js +0 -5
- package/dist/es2019/presets/types.js +0 -1
- package/dist/esm/presets/types.js +0 -1
- package/dist/types/presets/types.d.ts +0 -6
- package/dist/types-ts4.5/presets/types.d.ts +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @atlaskit/editor-core
|
|
2
2
|
|
|
3
|
+
## 191.6.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#69000](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69000) [`792d51f0651e`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/792d51f0651e) - Removing editor-plugin-\* deps from editor-core, using editor-plugins facade package instead
|
|
8
|
+
- [#69944](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69944) [`7171fa529a5f`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/7171fa529a5f) - Added ufo interaction id context package to platform
|
|
9
|
+
- [#68670](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68670) [`801899ef02f2`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/801899ef02f2) - [ux] Added accessibility via keyboard for arrows left, right, up and down
|
|
10
|
+
- [#69097](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69097) [`e9a198e87414`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e9a198e87414) - [ux] Changed color contrast in expanded panel button
|
|
11
|
+
- [#69226](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/69226) [`eb9cd91f1bdb`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/eb9cd91f1bdb) - ED-21807: Replace Dnd LD feature flag with Statsig experiment
|
|
12
|
+
- Updated dependencies
|
|
13
|
+
|
|
14
|
+
## 191.6.0
|
|
15
|
+
|
|
16
|
+
### Minor Changes
|
|
17
|
+
|
|
18
|
+
- [#68790](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68790) [`c6d8affc52d1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/c6d8affc52d1) - Support maybeAdd plugins in usePreset. Add typing support for universal preset.
|
|
19
|
+
|
|
20
|
+
Now when using the editor API with the universal preset
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- [#68264](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/68264) [`daa71f6aa162`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/daa71f6aa162) - [ux] ED-21883: Updated MultiBodied Extension related CSS and selections
|
|
25
|
+
- Updated dependencies
|
|
26
|
+
|
|
3
27
|
## 191.5.1
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
|
@@ -38,217 +38,7 @@
|
|
|
38
38
|
"path": "../../editor-json-transformer/afm-cc/tsconfig.json"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
"path": "../../editor-
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"path": "../../editor-plugin-analytics/afm-cc/tsconfig.json"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"path": "../../editor-plugin-annotation/afm-cc/tsconfig.json"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"path": "../../editor-plugin-avatar-group/afm-cc/tsconfig.json"
|
|
51
|
-
},
|
|
52
|
-
{
|
|
53
|
-
"path": "../../editor-plugin-base/afm-cc/tsconfig.json"
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
"path": "../../editor-plugin-before-primary-toolbar/afm-cc/tsconfig.json"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
"path": "../../editor-plugin-better-type-history/afm-cc/tsconfig.json"
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
"path": "../../editor-plugin-block-type/afm-cc/tsconfig.json"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"path": "../../editor-plugin-border/afm-cc/tsconfig.json"
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"path": "../../editor-plugin-breakout/afm-cc/tsconfig.json"
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"path": "../../editor-plugin-caption/afm-cc/tsconfig.json"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"path": "../../editor-plugin-card/afm-cc/tsconfig.json"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"path": "../../editor-plugin-clear-marks-on-empty-doc/afm-cc/tsconfig.json"
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
"path": "../../editor-plugin-clipboard/afm-cc/tsconfig.json"
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
"path": "../../editor-plugin-code-bidi-warning/afm-cc/tsconfig.json"
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"path": "../../editor-plugin-code-block/afm-cc/tsconfig.json"
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
"path": "../../editor-plugin-collab-edit/afm-cc/tsconfig.json"
|
|
90
|
-
},
|
|
91
|
-
{
|
|
92
|
-
"path": "../../editor-plugin-composition/afm-cc/tsconfig.json"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
"path": "../../editor-plugin-content-insertion/afm-cc/tsconfig.json"
|
|
96
|
-
},
|
|
97
|
-
{
|
|
98
|
-
"path": "../../editor-plugin-context-panel/afm-cc/tsconfig.json"
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
"path": "../../editor-plugin-copy-button/afm-cc/tsconfig.json"
|
|
102
|
-
},
|
|
103
|
-
{
|
|
104
|
-
"path": "../../editor-plugin-custom-autoformat/afm-cc/tsconfig.json"
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
"path": "../../editor-plugin-data-consumer/afm-cc/tsconfig.json"
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
"path": "../../editor-plugin-date/afm-cc/tsconfig.json"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"path": "../../editor-plugin-decorations/afm-cc/tsconfig.json"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"path": "../../editor-plugin-editor-disabled/afm-cc/tsconfig.json"
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
"path": "../../editor-plugin-emoji/afm-cc/tsconfig.json"
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
"path": "../../editor-plugin-expand/afm-cc/tsconfig.json"
|
|
123
|
-
},
|
|
124
|
-
{
|
|
125
|
-
"path": "../../editor-plugin-extension/afm-cc/tsconfig.json"
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
"path": "../../editor-plugin-feature-flags/afm-cc/tsconfig.json"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"path": "../../editor-plugin-feedback-dialog/afm-cc/tsconfig.json"
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
"path": "../../editor-plugin-find-replace/afm-cc/tsconfig.json"
|
|
135
|
-
},
|
|
136
|
-
{
|
|
137
|
-
"path": "../../editor-plugin-floating-toolbar/afm-cc/tsconfig.json"
|
|
138
|
-
},
|
|
139
|
-
{
|
|
140
|
-
"path": "../../editor-plugin-focus/afm-cc/tsconfig.json"
|
|
141
|
-
},
|
|
142
|
-
{
|
|
143
|
-
"path": "../../editor-plugin-fragment/afm-cc/tsconfig.json"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"path": "../../editor-plugin-grid/afm-cc/tsconfig.json"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"path": "../../editor-plugin-guideline/afm-cc/tsconfig.json"
|
|
150
|
-
},
|
|
151
|
-
{
|
|
152
|
-
"path": "../../editor-plugin-help-dialog/afm-cc/tsconfig.json"
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
"path": "../../editor-plugin-history/afm-cc/tsconfig.json"
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
"path": "../../editor-plugin-hyperlink/afm-cc/tsconfig.json"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"path": "../../editor-plugin-image-upload/afm-cc/tsconfig.json"
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
"path": "../../editor-plugin-indentation/afm-cc/tsconfig.json"
|
|
165
|
-
},
|
|
166
|
-
{
|
|
167
|
-
"path": "../../editor-plugin-insert-block/afm-cc/tsconfig.json"
|
|
168
|
-
},
|
|
169
|
-
{
|
|
170
|
-
"path": "../../editor-plugin-layout/afm-cc/tsconfig.json"
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
"path": "../../editor-plugin-list/afm-cc/tsconfig.json"
|
|
174
|
-
},
|
|
175
|
-
{
|
|
176
|
-
"path": "../../editor-plugin-loom/afm-cc/tsconfig.json"
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
"path": "../../editor-plugin-max-content-size/afm-cc/tsconfig.json"
|
|
180
|
-
},
|
|
181
|
-
{
|
|
182
|
-
"path": "../../editor-plugin-media/afm-cc/tsconfig.json"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"path": "../../editor-plugin-mentions/afm-cc/tsconfig.json"
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"path": "../../editor-plugin-panel/afm-cc/tsconfig.json"
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
"path": "../../editor-plugin-paste/afm-cc/tsconfig.json"
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"path": "../../editor-plugin-paste-options-toolbar/afm-cc/tsconfig.json"
|
|
195
|
-
},
|
|
196
|
-
{
|
|
197
|
-
"path": "../../editor-plugin-placeholder/afm-cc/tsconfig.json"
|
|
198
|
-
},
|
|
199
|
-
{
|
|
200
|
-
"path": "../../editor-plugin-placeholder-text/afm-cc/tsconfig.json"
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"path": "../../editor-plugin-quick-insert/afm-cc/tsconfig.json"
|
|
204
|
-
},
|
|
205
|
-
{
|
|
206
|
-
"path": "../../editor-plugin-rule/afm-cc/tsconfig.json"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"path": "../../editor-plugin-save-on-enter/afm-cc/tsconfig.json"
|
|
210
|
-
},
|
|
211
|
-
{
|
|
212
|
-
"path": "../../editor-plugin-scroll-into-view/afm-cc/tsconfig.json"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"path": "../../editor-plugin-selection/afm-cc/tsconfig.json"
|
|
216
|
-
},
|
|
217
|
-
{
|
|
218
|
-
"path": "../../editor-plugin-selection-toolbar/afm-cc/tsconfig.json"
|
|
219
|
-
},
|
|
220
|
-
{
|
|
221
|
-
"path": "../../editor-plugin-status/afm-cc/tsconfig.json"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"path": "../../editor-plugin-submit-editor/afm-cc/tsconfig.json"
|
|
225
|
-
},
|
|
226
|
-
{
|
|
227
|
-
"path": "../../editor-plugin-table/afm-cc/tsconfig.json"
|
|
228
|
-
},
|
|
229
|
-
{
|
|
230
|
-
"path": "../../editor-plugin-tasks-and-decisions/afm-cc/tsconfig.json"
|
|
231
|
-
},
|
|
232
|
-
{
|
|
233
|
-
"path": "../../editor-plugin-text-color/afm-cc/tsconfig.json"
|
|
234
|
-
},
|
|
235
|
-
{
|
|
236
|
-
"path": "../../editor-plugin-text-formatting/afm-cc/tsconfig.json"
|
|
237
|
-
},
|
|
238
|
-
{
|
|
239
|
-
"path": "../../editor-plugin-toolbar-lists-indentation/afm-cc/tsconfig.json"
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"path": "../../editor-plugin-type-ahead/afm-cc/tsconfig.json"
|
|
243
|
-
},
|
|
244
|
-
{
|
|
245
|
-
"path": "../../editor-plugin-undo-redo/afm-cc/tsconfig.json"
|
|
246
|
-
},
|
|
247
|
-
{
|
|
248
|
-
"path": "../../editor-plugin-unsupported-content/afm-cc/tsconfig.json"
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"path": "../../editor-plugin-width/afm-cc/tsconfig.json"
|
|
41
|
+
"path": "../../editor-plugins/afm-cc/tsconfig.json"
|
|
252
42
|
},
|
|
253
43
|
{
|
|
254
44
|
"path": "../../editor-shared-styles/afm-cc/tsconfig.json"
|
|
@@ -16,7 +16,7 @@ var _analytics = require("@atlaskit/editor-common/analytics");
|
|
|
16
16
|
var _hooks = require("@atlaskit/editor-common/hooks");
|
|
17
17
|
var _ufo = require("@atlaskit/editor-common/ufo");
|
|
18
18
|
var _utils = require("@atlaskit/editor-common/utils");
|
|
19
|
-
var
|
|
19
|
+
var _base = require("@atlaskit/editor-plugins/base");
|
|
20
20
|
var _actions = _interopRequireDefault(require("../actions"));
|
|
21
21
|
var _featureFlagsFromProps = require("../create-editor/feature-flags-from-props");
|
|
22
22
|
var _EditorContext = require("../ui/EditorContext");
|
|
@@ -150,7 +150,7 @@ ComposableEditor.propTypes = {
|
|
|
150
150
|
},
|
|
151
151
|
preset: function preset(_ref2) {
|
|
152
152
|
var _preset = _ref2.preset;
|
|
153
|
-
if (!_preset.has(
|
|
153
|
+
if (!_preset.has(_base.basePlugin)) {
|
|
154
154
|
return new Error('Presets must contain the base plugin');
|
|
155
155
|
}
|
|
156
156
|
return null;
|
|
@@ -29,6 +29,8 @@ function withDangerouslyAppendPlugins(preset) {
|
|
|
29
29
|
}
|
|
30
30
|
var nextEditorPluginsToAppend = createEditorNextPluginsFromDangerouslyAppended(editorPluginsToAppend);
|
|
31
31
|
var presetWithAppendedPlugins = nextEditorPluginsToAppend.reduce(function (acc, plugin) {
|
|
32
|
+
// These are dangerously appended, we don't need their type information leaking into
|
|
33
|
+
// universal preset
|
|
32
34
|
return acc.add(plugin);
|
|
33
35
|
}, preset);
|
|
34
36
|
return presetWithAppendedPlugins;
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -14,43 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//Czech
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Napište něco…',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Zavřít',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Nepodařilo se načíst',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Zrušit',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Zavřít',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Vytvořit',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Od',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Do',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Sbalit',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Rozbalit',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Vlastní',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Dokumentace',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Něco se pokazilo.',
|
|
29
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': '„isMultiple“ a „style: radio“ nelze kombinovat',
|
|
30
|
-
'fabric.editor.configPanel.formType.addField': 'Přidat pole',
|
|
31
|
-
'fabric.editor.configPanel.formType.removeField': 'Odebrat pole',
|
|
32
|
-
'fabric.editor.configPanel.help': 'Potřebujete pomoc?',
|
|
33
|
-
'fabric.editor.configPanel.invalid': 'Neplatné pole',
|
|
34
|
-
'fabric.editor.configPanel.required': 'Povinné pole',
|
|
35
|
-
'fabric.editor.configPanel.submit': 'Odeslat',
|
|
36
|
-
'fabric.editor.edit': 'Upravit',
|
|
37
17
|
'fabric.editor.editorAssistiveLabel': 'Hlavní oblast obsahu. Začněte psát, abyste zadali text.',
|
|
38
|
-
'fabric.editor.
|
|
39
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Vymazání rozšíření {nodeName} způsobí, že všechny k němu připojené položky přestanou fungovat.',
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Vymazat',
|
|
41
|
-
'fabric.editor.extension.deleteElementTitle': 'Vymazat prvek',
|
|
42
|
-
'fabric.editor.extension.sourceNoTitledName': 'tento prvek',
|
|
43
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Všechny změny jsou vždy automaticky ukládány',
|
|
44
|
-
'fabric.editor.find': 'Najít',
|
|
45
|
-
'fabric.editor.findNext': 'Najít další',
|
|
46
|
-
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
47
|
-
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
48
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
49
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy',
|
|
50
|
-
'fabric.editor.matchCase': 'Rozlišovat malá a velká písmena',
|
|
51
|
-
'fabric.editor.noResultsFound': 'Žádné výsledky',
|
|
52
|
-
'fabric.editor.replace': 'Nahradit',
|
|
53
|
-
'fabric.editor.replaceAll': 'Nahradit vše',
|
|
54
|
-
'fabric.editor.replaceWith': 'Nahradit textem',
|
|
55
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} z {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Otevřít dialog nápovědy'
|
|
56
19
|
};
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -14,42 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//Danish (Denmark)
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Skriv noget …',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Luk',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Kunne ikke indlæses',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Annuller',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Luk',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Opret',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Fra',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'til',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Skjul',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Udvid',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Brugerdefineret',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Noget gik galt.',
|
|
29
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Kunne ikke kombinere isMultiple med stilen: alternativknap',
|
|
30
|
-
'fabric.editor.configPanel.formType.addField': 'Tilføj felt',
|
|
31
|
-
'fabric.editor.configPanel.formType.removeField': 'Fjern felt',
|
|
32
|
-
'fabric.editor.configPanel.help': 'Har du brug for hjælp?',
|
|
33
|
-
'fabric.editor.configPanel.invalid': 'Ugyldigt felt',
|
|
34
|
-
'fabric.editor.configPanel.required': 'Påkrævet felt',
|
|
35
|
-
'fabric.editor.configPanel.submit': 'Send',
|
|
36
|
-
'fabric.editor.edit': 'Redigér',
|
|
37
17
|
'fabric.editor.editorAssistiveLabel': 'Område for hovedindhold. Begynd at taste for at skrive tekst.',
|
|
38
|
-
'fabric.editor.
|
|
39
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Hvis du sletter {nodeName}, brydes forbindelsen til alt, der er forbundet til den.',
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Slet',
|
|
41
|
-
'fabric.editor.extension.deleteElementTitle': 'Slet element',
|
|
42
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle ændringer gemmes altid automatisk',
|
|
43
|
-
'fabric.editor.find': 'Find',
|
|
44
|
-
'fabric.editor.findNext': 'Find næste',
|
|
45
|
-
'fabric.editor.findPrevious': 'Find forrige',
|
|
46
|
-
'fabric.editor.findReplaceToolbarButton': 'Find og erstat',
|
|
47
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Slet også forbundne elementer',
|
|
48
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp',
|
|
49
|
-
'fabric.editor.matchCase': 'Match store/små bogstaver',
|
|
50
|
-
'fabric.editor.noResultsFound': 'Ingen resultater',
|
|
51
|
-
'fabric.editor.replace': 'Erstat',
|
|
52
|
-
'fabric.editor.replaceAll': 'Erstat alle',
|
|
53
|
-
'fabric.editor.replaceWith': 'Erstat med',
|
|
54
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} af {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Åbn dialogboksen Hjælp'
|
|
55
19
|
};
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -14,42 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//German (Germany)
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Mit der Eingabe beginnen',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Schließen',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Fehler beim Laden',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Abbrechen',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Schließen',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Erstellen',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Von',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'Bis',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Reduzieren',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Erweitern',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Benutzerdefiniert',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Dokumentation',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Irgendetwas ist schiefgelaufen.',
|
|
29
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'isMultiple kann nicht mit Stil: radio kombiniert werden.',
|
|
30
|
-
'fabric.editor.configPanel.formType.addField': 'Feld hinzufügen',
|
|
31
|
-
'fabric.editor.configPanel.formType.removeField': 'Feld entfernen',
|
|
32
|
-
'fabric.editor.configPanel.help': 'Benötigen Sie Hilfe?',
|
|
33
|
-
'fabric.editor.configPanel.invalid': 'Ungültiges Feld',
|
|
34
|
-
'fabric.editor.configPanel.required': 'Pflichtfeld',
|
|
35
|
-
'fabric.editor.configPanel.submit': 'Senden',
|
|
36
|
-
'fabric.editor.edit': 'Bearbeiten',
|
|
37
17
|
'fabric.editor.editorAssistiveLabel': 'Hauptinhaltsbereich – geben Sie hier Ihren Text ein.',
|
|
38
|
-
'fabric.editor.
|
|
39
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Durch das Löschen von {nodeName} werden alle damit verbundenen Elemente unbrauchbar.',
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Löschen',
|
|
41
|
-
'fabric.editor.extension.deleteElementTitle': 'Element löschen',
|
|
42
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Alle Änderungen werden immer automatisch gespeichert.',
|
|
43
|
-
'fabric.editor.find': 'Suchen',
|
|
44
|
-
'fabric.editor.findNext': 'Nächstes suchen',
|
|
45
|
-
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
46
|
-
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
47
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
48
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen',
|
|
49
|
-
'fabric.editor.matchCase': 'Groß-/Kleinschreibung beachten',
|
|
50
|
-
'fabric.editor.noResultsFound': 'Keine Ergebnisse',
|
|
51
|
-
'fabric.editor.replace': 'Ersetzen',
|
|
52
|
-
'fabric.editor.replaceAll': 'Alle ersetzen',
|
|
53
|
-
'fabric.editor.replaceWith': 'Ersetzen mit',
|
|
54
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} von {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Hilfe öffnen'
|
|
55
19
|
};
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -14,44 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
29
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
30
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
31
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
32
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
33
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
34
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
35
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
36
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
37
|
-
'fabric.editor.edit': 'Edit',
|
|
38
17
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
39
|
-
'fabric.editor.
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
41
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
42
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
43
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
44
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
45
|
-
'fabric.editor.find': 'Find',
|
|
46
|
-
'fabric.editor.findNext': 'Find next',
|
|
47
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
48
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
49
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
50
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
51
|
-
'fabric.editor.matchCase': 'Match case',
|
|
52
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
53
|
-
'fabric.editor.replace': 'Replace',
|
|
54
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
55
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
56
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
57
19
|
};
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -14,44 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//English (United Kingdom)
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
29
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
30
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
31
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
32
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
33
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
34
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
35
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
36
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
37
|
-
'fabric.editor.edit': 'Edit',
|
|
38
17
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
39
|
-
'fabric.editor.
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
41
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
42
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
43
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
44
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
45
|
-
'fabric.editor.find': 'Find',
|
|
46
|
-
'fabric.editor.findNext': 'Find next',
|
|
47
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
48
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
49
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
50
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
51
|
-
'fabric.editor.matchCase': 'Match case',
|
|
52
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
53
|
-
'fabric.editor.replace': 'Replace',
|
|
54
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
55
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
56
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
57
19
|
};
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -14,44 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Type something…',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Close',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'Failed to load',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Cancel',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Close',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Create',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'From',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'To',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Collapse',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Expand',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Custom',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Documentation',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.note': "We've let the team know. You can still edit and publish this page, or check the error console for more information.",
|
|
29
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Something went wrong.',
|
|
30
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'Can not combine isMultiple with style: radio',
|
|
31
|
-
'fabric.editor.configPanel.formType.addField': 'Add field',
|
|
32
|
-
'fabric.editor.configPanel.formType.removeField': 'Remove field',
|
|
33
|
-
'fabric.editor.configPanel.help': 'Need help?',
|
|
34
|
-
'fabric.editor.configPanel.invalid': 'Invalid field',
|
|
35
|
-
'fabric.editor.configPanel.required': 'Required field',
|
|
36
|
-
'fabric.editor.configPanel.submit': 'Submit',
|
|
37
|
-
'fabric.editor.edit': 'Edit',
|
|
38
17
|
'fabric.editor.editorAssistiveLabel': 'Main content area, start typing to enter text.',
|
|
39
|
-
'fabric.editor.
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Deleting {nodeName} will break anything connected to it.',
|
|
41
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Delete',
|
|
42
|
-
'fabric.editor.extension.deleteElementTitle': 'Delete element',
|
|
43
|
-
'fabric.editor.extension.sourceNoTitledName': 'this element',
|
|
44
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'All changes are always autosaved',
|
|
45
|
-
'fabric.editor.find': 'Find',
|
|
46
|
-
'fabric.editor.findNext': 'Find next',
|
|
47
|
-
'fabric.editor.findPrevious': 'Find previous',
|
|
48
|
-
'fabric.editor.findReplaceToolbarButton': 'Find and replace',
|
|
49
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Also delete connected elements',
|
|
50
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog',
|
|
51
|
-
'fabric.editor.matchCase': 'Match case',
|
|
52
|
-
'fabric.editor.noResultsFound': 'No results',
|
|
53
|
-
'fabric.editor.replace': 'Replace',
|
|
54
|
-
'fabric.editor.replaceAll': 'Replace all',
|
|
55
|
-
'fabric.editor.replaceWith': 'Replace with',
|
|
56
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} of {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Open help dialog'
|
|
57
19
|
};
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -14,42 +14,6 @@ exports.default = void 0;
|
|
|
14
14
|
//Spanish (International)
|
|
15
15
|
var _default = exports.default = {
|
|
16
16
|
'fabric.editor.chromeCollapsedPlaceholder': 'Escribe algo…',
|
|
17
|
-
'fabric.editor.closeFindReplaceDialog': 'Cerrar',
|
|
18
|
-
'fabric.editor.configFailedToLoad': 'No se pudo cargar',
|
|
19
|
-
'fabric.editor.configPanel.cancel': 'Cancelar',
|
|
20
|
-
'fabric.editor.configPanel.close': 'Cerrar',
|
|
21
|
-
'fabric.editor.configPanel.customSelect.createOption': 'Crear',
|
|
22
|
-
'fabric.editor.configPanel.dateRange.custom.from': 'Desde',
|
|
23
|
-
'fabric.editor.configPanel.dateRange.custom.to': 'a',
|
|
24
|
-
'fabric.editor.configPanel.dateRange.grouping.collapse': 'Contraer',
|
|
25
|
-
'fabric.editor.configPanel.dateRange.grouping.expand': 'Ampliar',
|
|
26
|
-
'fabric.editor.configPanel.dateRange.option.custom': 'Personalizar',
|
|
27
|
-
'fabric.editor.configPanel.documentation': 'Documentación',
|
|
28
|
-
'fabric.editor.configPanel.errorBoundary.title': 'Algo ha ido mal.',
|
|
29
|
-
'fabric.editor.configPanel.fieldTypeError.isMultipleAndRadio': 'No se puede combinar isMultiple con style: radio',
|
|
30
|
-
'fabric.editor.configPanel.formType.addField': 'Añadir campo',
|
|
31
|
-
'fabric.editor.configPanel.formType.removeField': 'Eliminar campo',
|
|
32
|
-
'fabric.editor.configPanel.help': '¿Necesitas ayuda?',
|
|
33
|
-
'fabric.editor.configPanel.invalid': 'Campo no válido',
|
|
34
|
-
'fabric.editor.configPanel.required': 'Campo obligatorio',
|
|
35
|
-
'fabric.editor.configPanel.submit': 'Enviar',
|
|
36
|
-
'fabric.editor.edit': 'Editar',
|
|
37
17
|
'fabric.editor.editorAssistiveLabel': 'Área de contenido principal, empieza a escribir para introducir texto.',
|
|
38
|
-
'fabric.editor.
|
|
39
|
-
'fabric.editor.extension.confirmDeleteLinkedModalMessage': 'Al eliminar la extensión {nodeName}, se interrumpirá todo lo que se haya conectado a ella.',
|
|
40
|
-
'fabric.editor.extension.confirmDeleteLinkedModalOKButton': 'Eliminar',
|
|
41
|
-
'fabric.editor.extension.deleteElementTitle': 'Eliminar elemento',
|
|
42
|
-
'fabric.editor.extensions.config-panel.save-indicator': 'Todos los cambios se guardan siempre automáticamente',
|
|
43
|
-
'fabric.editor.find': 'Buscar',
|
|
44
|
-
'fabric.editor.findNext': 'Buscar siguiente',
|
|
45
|
-
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
46
|
-
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
47
|
-
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
48
|
-
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda',
|
|
49
|
-
'fabric.editor.matchCase': 'Coincidir mayúsculas y minúsculas',
|
|
50
|
-
'fabric.editor.noResultsFound': 'Sin resultados',
|
|
51
|
-
'fabric.editor.replace': 'Reemplazar',
|
|
52
|
-
'fabric.editor.replaceAll': 'Reemplazar todo',
|
|
53
|
-
'fabric.editor.replaceWith': 'Reemplazar por',
|
|
54
|
-
'fabric.editor.resultsCount': '{selectedMatchPosition} de {totalResultsCount}'
|
|
18
|
+
'fabric.editor.headingLink.toolbarHelpTitle': 'Abrir diálogo de ayuda'
|
|
55
19
|
};
|