@atlaskit/editor-common 94.12.0 → 94.13.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 +32 -0
- package/afm-jira/tsconfig.json +158 -158
- package/afm-post-office/tsconfig.json +158 -158
- package/dist/cjs/extensibility/Extension.js +4 -2
- package/dist/cjs/extensibility/extensionNodeView.js +5 -3
- package/dist/cjs/i18n/cs.js +7 -2
- package/dist/cjs/i18n/da.js +5 -0
- package/dist/cjs/i18n/de.js +7 -2
- package/dist/cjs/i18n/en.js +4 -0
- package/dist/cjs/i18n/en_GB.js +4 -0
- package/dist/cjs/i18n/en_ZZ.js +4 -0
- package/dist/cjs/i18n/es.js +7 -2
- package/dist/cjs/i18n/fi.js +5 -0
- package/dist/cjs/i18n/fr.js +7 -2
- package/dist/cjs/i18n/hu.js +7 -2
- package/dist/cjs/i18n/it.js +7 -2
- package/dist/cjs/i18n/ja.js +5 -0
- package/dist/cjs/i18n/ko.js +5 -0
- package/dist/cjs/i18n/nb.js +5 -0
- package/dist/cjs/i18n/nl.js +7 -2
- package/dist/cjs/i18n/pl.js +7 -2
- package/dist/cjs/i18n/pt_BR.js +5 -0
- package/dist/cjs/i18n/ru.js +7 -2
- package/dist/cjs/i18n/sv.js +5 -0
- package/dist/cjs/i18n/th.js +7 -2
- package/dist/cjs/i18n/tr.js +7 -2
- package/dist/cjs/i18n/uk.js +5 -0
- package/dist/cjs/i18n/vi.js +7 -2
- package/dist/cjs/i18n/zh.js +7 -2
- package/dist/cjs/i18n/zh_TW.js +7 -2
- package/dist/cjs/monitoring/error.js +1 -1
- package/dist/cjs/styles/shared/annotation.js +1 -1
- package/dist/cjs/ui/DropList/index.js +1 -1
- package/dist/cjs/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/cjs/utils/breakout.js +10 -1
- package/dist/cjs/utils/datasource.js +1 -1
- package/dist/cjs/utils/index.js +6 -0
- package/dist/es2019/extensibility/Extension.js +4 -2
- package/dist/es2019/extensibility/extensionNodeView.js +5 -3
- package/dist/es2019/i18n/cs.js +7 -2
- package/dist/es2019/i18n/da.js +5 -0
- package/dist/es2019/i18n/de.js +7 -2
- package/dist/es2019/i18n/en.js +4 -0
- package/dist/es2019/i18n/en_GB.js +4 -0
- package/dist/es2019/i18n/en_ZZ.js +4 -0
- package/dist/es2019/i18n/es.js +7 -2
- package/dist/es2019/i18n/fi.js +5 -0
- package/dist/es2019/i18n/fr.js +7 -2
- package/dist/es2019/i18n/hu.js +7 -2
- package/dist/es2019/i18n/it.js +7 -2
- package/dist/es2019/i18n/ja.js +5 -0
- package/dist/es2019/i18n/ko.js +5 -0
- package/dist/es2019/i18n/nb.js +5 -0
- package/dist/es2019/i18n/nl.js +7 -2
- package/dist/es2019/i18n/pl.js +7 -2
- package/dist/es2019/i18n/pt_BR.js +5 -0
- package/dist/es2019/i18n/ru.js +7 -2
- package/dist/es2019/i18n/sv.js +5 -0
- package/dist/es2019/i18n/th.js +7 -2
- package/dist/es2019/i18n/tr.js +7 -2
- package/dist/es2019/i18n/uk.js +5 -0
- package/dist/es2019/i18n/vi.js +7 -2
- package/dist/es2019/i18n/zh.js +7 -2
- package/dist/es2019/i18n/zh_TW.js +7 -2
- package/dist/es2019/monitoring/error.js +1 -1
- package/dist/es2019/styles/shared/annotation.js +1 -1
- package/dist/es2019/ui/DropList/index.js +1 -1
- package/dist/es2019/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/es2019/utils/breakout.js +9 -0
- package/dist/es2019/utils/datasource.js +2 -2
- package/dist/es2019/utils/index.js +1 -1
- package/dist/esm/extensibility/Extension.js +4 -2
- package/dist/esm/extensibility/extensionNodeView.js +5 -3
- package/dist/esm/i18n/cs.js +7 -2
- package/dist/esm/i18n/da.js +5 -0
- package/dist/esm/i18n/de.js +7 -2
- package/dist/esm/i18n/en.js +4 -0
- package/dist/esm/i18n/en_GB.js +4 -0
- package/dist/esm/i18n/en_ZZ.js +4 -0
- package/dist/esm/i18n/es.js +7 -2
- package/dist/esm/i18n/fi.js +5 -0
- package/dist/esm/i18n/fr.js +7 -2
- package/dist/esm/i18n/hu.js +7 -2
- package/dist/esm/i18n/it.js +7 -2
- package/dist/esm/i18n/ja.js +5 -0
- package/dist/esm/i18n/ko.js +5 -0
- package/dist/esm/i18n/nb.js +5 -0
- package/dist/esm/i18n/nl.js +7 -2
- package/dist/esm/i18n/pl.js +7 -2
- package/dist/esm/i18n/pt_BR.js +5 -0
- package/dist/esm/i18n/ru.js +7 -2
- package/dist/esm/i18n/sv.js +5 -0
- package/dist/esm/i18n/th.js +7 -2
- package/dist/esm/i18n/tr.js +7 -2
- package/dist/esm/i18n/uk.js +5 -0
- package/dist/esm/i18n/vi.js +7 -2
- package/dist/esm/i18n/zh.js +7 -2
- package/dist/esm/i18n/zh_TW.js +7 -2
- package/dist/esm/monitoring/error.js +1 -1
- package/dist/esm/styles/shared/annotation.js +1 -1
- package/dist/esm/ui/DropList/index.js +1 -1
- package/dist/esm/ui/FloatingToolbar/ButtonSpotlightCard.js +1 -1
- package/dist/esm/utils/breakout.js +9 -0
- package/dist/esm/utils/datasource.js +2 -2
- package/dist/esm/utils/index.js +1 -1
- package/dist/types/extensibility/Extension.d.ts +1 -0
- package/dist/types/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types/i18n/cs.d.ts +5 -0
- package/dist/types/i18n/da.d.ts +5 -0
- package/dist/types/i18n/de.d.ts +5 -0
- package/dist/types/i18n/en.d.ts +4 -0
- package/dist/types/i18n/en_GB.d.ts +4 -0
- package/dist/types/i18n/en_ZZ.d.ts +4 -0
- package/dist/types/i18n/es.d.ts +5 -0
- package/dist/types/i18n/fi.d.ts +5 -0
- package/dist/types/i18n/fr.d.ts +5 -0
- package/dist/types/i18n/hu.d.ts +5 -0
- package/dist/types/i18n/it.d.ts +5 -0
- package/dist/types/i18n/ja.d.ts +5 -0
- package/dist/types/i18n/ko.d.ts +5 -0
- package/dist/types/i18n/nb.d.ts +5 -0
- package/dist/types/i18n/nl.d.ts +5 -0
- package/dist/types/i18n/pl.d.ts +5 -0
- package/dist/types/i18n/pt_BR.d.ts +5 -0
- package/dist/types/i18n/ru.d.ts +5 -0
- package/dist/types/i18n/sv.d.ts +5 -0
- package/dist/types/i18n/th.d.ts +5 -0
- package/dist/types/i18n/tr.d.ts +5 -0
- package/dist/types/i18n/uk.d.ts +5 -0
- package/dist/types/i18n/vi.d.ts +5 -0
- package/dist/types/i18n/zh.d.ts +5 -0
- package/dist/types/i18n/zh_TW.d.ts +5 -0
- package/dist/types/types/feature-flags.d.ts +8 -0
- package/dist/types/utils/breakout.d.ts +1 -0
- package/dist/types/utils/index.d.ts +1 -1
- package/dist/types-ts4.5/extensibility/Extension.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/ExtensionComponent.d.ts +1 -0
- package/dist/types-ts4.5/extensibility/extensionNodeView.d.ts +2 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +5 -0
- package/dist/types-ts4.5/i18n/da.d.ts +5 -0
- package/dist/types-ts4.5/i18n/de.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +4 -0
- package/dist/types-ts4.5/i18n/es.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +5 -0
- package/dist/types-ts4.5/i18n/it.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +5 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +5 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +5 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +5 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +5 -0
- package/dist/types-ts4.5/i18n/th.d.ts +5 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +5 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +5 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +5 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +5 -0
- package/dist/types-ts4.5/types/feature-flags.d.ts +8 -0
- package/dist/types-ts4.5/utils/breakout.d.ts +1 -0
- package/dist/types-ts4.5/utils/index.d.ts +1 -1
- package/package.json +8 -8
|
@@ -1,159 +1,159 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
}
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.post-office.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"declaration": true,
|
|
5
|
+
"target": "es5",
|
|
6
|
+
"outDir": "../../../../../tsDist/@atlaskit__editor-common/app",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"composite": true
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.ts",
|
|
12
|
+
"../src/**/*.tsx"
|
|
13
|
+
],
|
|
14
|
+
"exclude": [
|
|
15
|
+
"../src/**/__tests__/*",
|
|
16
|
+
"../src/**/*.test.*",
|
|
17
|
+
"../src/**/test.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../activity-provider/afm-post-office/tsconfig.json"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"path": "../../adf-utils/afm-post-office/tsconfig.json"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"path": "../../../analytics/analytics-listeners/afm-post-office/tsconfig.json"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"path": "../../../analytics/analytics-namespaced-context/afm-post-office/tsconfig.json"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"path": "../../../uip/atlassian-context/afm-post-office/tsconfig.json"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"path": "../../../design-system/button/afm-post-office/tsconfig.json"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"path": "../../../design-system/code/afm-post-office/tsconfig.json"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"path": "../../../monorepo-tooling/codemod-utils/afm-post-office/tsconfig.json"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"path": "../../custom-steps/afm-post-office/tsconfig.json"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"path": "../../../design-system/dropdown-menu/afm-post-office/tsconfig.json"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"path": "../../editor-json-transformer/afm-post-office/tsconfig.json"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"path": "../../editor-palette/afm-post-office/tsconfig.json"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"path": "../../editor-shared-styles/afm-post-office/tsconfig.json"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"path": "../../editor-tables/afm-post-office/tsconfig.json"
|
|
64
|
+
},
|
|
65
|
+
{
|
|
66
|
+
"path": "../../../elements/emoji/afm-post-office/tsconfig.json"
|
|
67
|
+
},
|
|
68
|
+
{
|
|
69
|
+
"path": "../../../design-system/icon/afm-post-office/tsconfig.json"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"path": "../../../design-system/icon-object/afm-post-office/tsconfig.json"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"path": "../../../linking-platform/link-datasource/afm-post-office/tsconfig.json"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"path": "../../../linking-platform/link-picker/afm-post-office/tsconfig.json"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"path": "../../../media/media-card/afm-post-office/tsconfig.json"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"path": "../../../media/media-client/afm-post-office/tsconfig.json"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"path": "../../../media/media-client-react/afm-post-office/tsconfig.json"
|
|
88
|
+
},
|
|
89
|
+
{
|
|
90
|
+
"path": "../../../media/media-common/afm-post-office/tsconfig.json"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"path": "../../../media/media-file-preview/afm-post-office/tsconfig.json"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"path": "../../../media/media-picker/afm-post-office/tsconfig.json"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"path": "../../../media/media-ui/afm-post-office/tsconfig.json"
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"path": "../../../media/media-viewer/afm-post-office/tsconfig.json"
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"path": "../../../elements/mention/afm-post-office/tsconfig.json"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"path": "../../../design-system/menu/afm-post-office/tsconfig.json"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"path": "../../../design-system/onboarding/afm-post-office/tsconfig.json"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
"path": "../../../design-system/popper/afm-post-office/tsconfig.json"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"path": "../../../people-and-teams/profilecard/afm-post-office/tsconfig.json"
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"path": "../../../design-system/section-message/afm-post-office/tsconfig.json"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"path": "../../../linking-platform/smart-card/afm-post-office/tsconfig.json"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"path": "../../../smart-experiences/smart-user-picker/afm-post-office/tsconfig.json"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"path": "../../../design-system/spinner/afm-post-office/tsconfig.json"
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"path": "../../../elements/task-decision/afm-post-office/tsconfig.json"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"path": "../../../design-system/textfield/afm-post-office/tsconfig.json"
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"path": "../../tmp-editor-statsig/afm-post-office/tsconfig.json"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
"path": "../../../design-system/width-detector/afm-post-office/tsconfig.json"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"path": "../../../media/media-core/afm-post-office/tsconfig.json"
|
|
157
|
+
}
|
|
158
|
+
]
|
|
159
|
+
}
|
|
@@ -39,7 +39,8 @@ var Extension = exports.Extension = /*#__PURE__*/function (_Component) {
|
|
|
39
39
|
editorAppearance = _this$props.editorAppearance,
|
|
40
40
|
pluginInjectionApi = _this$props.pluginInjectionApi,
|
|
41
41
|
eventDispatcher = _this$props.eventDispatcher,
|
|
42
|
-
macroInteractionDesignFeatureFlags = _this$props.macroInteractionDesignFeatureFlags
|
|
42
|
+
macroInteractionDesignFeatureFlags = _this$props.macroInteractionDesignFeatureFlags,
|
|
43
|
+
showLivePagesBodiedMacrosRendererView = _this$props.showLivePagesBodiedMacrosRendererView;
|
|
43
44
|
return /*#__PURE__*/_react.default.createElement(_ExtensionComponent.ExtensionComponent, {
|
|
44
45
|
editorView: editorView,
|
|
45
46
|
node: node,
|
|
@@ -51,7 +52,8 @@ var Extension = exports.Extension = /*#__PURE__*/function (_Component) {
|
|
|
51
52
|
editorAppearance: editorAppearance,
|
|
52
53
|
pluginInjectionApi: pluginInjectionApi,
|
|
53
54
|
eventDispatcher: eventDispatcher,
|
|
54
|
-
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags
|
|
55
|
+
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags,
|
|
56
|
+
showLivePagesBodiedMacrosRendererView: showLivePagesBodiedMacrosRendererView
|
|
55
57
|
});
|
|
56
58
|
});
|
|
57
59
|
_this.providerFactory = props.providerFactory || new _providerFactory.ProviderFactory();
|
|
@@ -74,20 +74,22 @@ var ExtensionNode = exports.ExtensionNode = /*#__PURE__*/function (_ReactNodeVie
|
|
|
74
74
|
extensionHandlers: props.extensionHandlers,
|
|
75
75
|
editorAppearance: (_props$extensionNodeV = props.extensionNodeViewOptions) === null || _props$extensionNodeV === void 0 ? void 0 : _props$extensionNodeV.appearance,
|
|
76
76
|
pluginInjectionApi: props.pluginInjectionApi,
|
|
77
|
-
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags
|
|
77
|
+
macroInteractionDesignFeatureFlags: props.macroInteractionDesignFeatureFlags,
|
|
78
|
+
showLivePagesBodiedMacrosRendererView: props.showLivePagesBodiedMacrosRendererView
|
|
78
79
|
}));
|
|
79
80
|
}
|
|
80
81
|
}]);
|
|
81
82
|
return ExtensionNode;
|
|
82
83
|
}(_reactNodeView.default);
|
|
83
|
-
function ExtensionNodeView(portalProviderAPI, eventDispatcher, providerFactory, extensionHandlers, extensionNodeViewOptions, pluginInjectionApi, macroInteractionDesignFeatureFlags) {
|
|
84
|
+
function ExtensionNodeView(portalProviderAPI, eventDispatcher, providerFactory, extensionHandlers, extensionNodeViewOptions, pluginInjectionApi, macroInteractionDesignFeatureFlags, showLivePagesBodiedMacrosRendererView) {
|
|
84
85
|
return function (node, view, getPos) {
|
|
85
86
|
return new ExtensionNode(node, view, getPos, portalProviderAPI, eventDispatcher, {
|
|
86
87
|
providerFactory: providerFactory,
|
|
87
88
|
extensionHandlers: extensionHandlers,
|
|
88
89
|
extensionNodeViewOptions: extensionNodeViewOptions,
|
|
89
90
|
pluginInjectionApi: pluginInjectionApi,
|
|
90
|
-
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags
|
|
91
|
+
macroInteractionDesignFeatureFlags: macroInteractionDesignFeatureFlags,
|
|
92
|
+
showLivePagesBodiedMacrosRendererView: showLivePagesBodiedMacrosRendererView
|
|
91
93
|
}).init();
|
|
92
94
|
};
|
|
93
95
|
}
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Tabulku se sloučenými buňkami nelze seřadit',
|
|
60
60
|
'fabric.editor.cancelButton': 'Zrušit',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Přidejte popisek',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Přidejte popisek – dvojitým kliknutím zobrazíte náhled.',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Možnosti karty',
|
|
63
64
|
'fabric.editor.cellBackground': 'Pozadí buněk',
|
|
64
65
|
'fabric.editor.cellOptions': 'Možnosti buňky',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Komentář',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Komentovat můžete pouze text, nadpisy, smajlíky, kalendářní data, zmínky, odkazy a stavy.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Komentovat můžete pouze text a nadpisy',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Rozumím',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nyní můžete zanechat komentáře k vloženým prvkům, jako jsou odkazy, kalendářní data, stavy a zmínky.',
|
|
118
121
|
'fabric.editor.customPanel': 'Vlastní panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Přidejte poznámku se smajlíkem a barevným pozadím.',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Pomocí vyhledávání a filtrování vložte objekty z Aktiv do Jira Service Management.',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Najít další',
|
|
210
213
|
'fabric.editor.findPrevious': 'Najít předchozí',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Najít a nahradit',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Rozvržení
|
|
215
|
+
'fabric.editor.fiveColumns': 'Rozvržení pěti sloupců',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Zrušit',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Vymazat také všechny připojené prvky',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 připojený prvek)} few {{name} (+{amount,number} připojené prvky)} many {{name} (+{amount,number} připojeného prvku)} other {{name} (+{amount,number} připojených prvků)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Posunout doleva',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Posunout doprava',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Zaměření na úchyt ke změně velikosti tabulky',
|
|
224
|
-
'fabric.editor.fourColumns': 'Rozvržení
|
|
227
|
+
'fabric.editor.fourColumns': 'Rozvržení čtyř sloupců',
|
|
225
228
|
'fabric.editor.headerColumn': 'Sloupec záhlaví',
|
|
226
229
|
'fabric.editor.headerRow': 'Řádek záhlaví',
|
|
227
230
|
'fabric.editor.heading1': 'Nadpis 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Pozvat týmového kolegu do produktu {productName}} trusted {Pozvat týmového kolegu do produktu {productName}} other {Přidat týmového kolegu do produktu {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kurzíva',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Klávesové zkratky',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { sloupec} few {{count} sloupce} many {{count} sloupce} other {{count} sloupců}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Přidat obsah',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Zpět na zobrazení standardní šířky',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Přepnout do zobrazení na celou šířku',
|
|
298
303
|
'fabric.editor.layoutWide': 'Přepnout do zobrazení na šířku',
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ En tabel med flettede celler kan ikke sorteres',
|
|
60
60
|
'fabric.editor.cancelButton': 'Annullér',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Tilføj en billedtekst',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Tilføj en billedtekst – dobbeltklik for forhåndsvisning',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Muligheder for kort',
|
|
63
64
|
'fabric.editor.cellBackground': 'Baggrundsfarve i celle',
|
|
64
65
|
'fabric.editor.cellOptions': 'Egenskaber for celle',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Kommenter',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Du kan kun kommentere tekst, overskrifter, emojier, datoer, omtaler, links og statusser.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Du kan kun kommentere tekst og overskrifter',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Forstået',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Nu kan du oprette kommentarer til indlejrede elementer som links, datoer, statusser og omtaler.',
|
|
118
121
|
'fabric.editor.customPanel': 'Brugerdefineret panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Tilføj en note med en emoji og farvet baggrund',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Indsæt objekter fra Aktiver i Jira Service Management med søgning og filtrering',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Inviter teammedlemmer til {productName}} trusted {Inviter teammedlemmer til {productName}} other {Tilføj teammedlem til {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursiv',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Tastaturgenveje',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { kolonne} other {{count} kolonner}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Tilføj indhold',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Tilbage til centrering',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Vis i fuld bredde',
|
|
298
303
|
'fabric.editor.layoutWide': 'Vis bred',
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Tabellen mit zusammengeführten Zellen können nicht sortiert werden.',
|
|
60
60
|
'fabric.editor.cancelButton': 'Abbrechen',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Eine Bildunterschrift hinzufügen',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Fügen Sie eine Bildunterschrift hinzu und führen Sie einen Doppelklick aus, um eine Vorschau davon anzuzeigen.',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Kartenoptionen',
|
|
63
64
|
'fabric.editor.cellBackground': 'Zellenhintergrund',
|
|
64
65
|
'fabric.editor.cellOptions': 'Zelloptionen',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Kommentieren',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Sie können nur Text, Überschriften, Emojis, Daten, Erwähnungen, Links und Status kommentieren.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Sie können nur Kommentare für Text und Überschriften hinterlassen.',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Verstanden',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Sie können jetzt Kommentare zu Inline-Elementen wie Verknüpfungen, Daten, Status und Erwähnungen hinterlassen.',
|
|
118
121
|
'fabric.editor.customPanel': 'Benutzerdefiniertes Panel',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Fügen Sie einen Hinweis mit Emoji und farbigem Hintergrund hinzu',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Fügen Sie Objekte aus Assets in Jira Service Management mit Such- und Filterfunktionen ein.',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Nächstes suchen',
|
|
210
213
|
'fabric.editor.findPrevious': 'Vorheriges suchen',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Suchen und ersetzen',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Layout mit
|
|
215
|
+
'fabric.editor.fiveColumns': 'Layout mit fünf Spalten',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Abbrechen',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Verbundene Elemente ebenfalls löschen',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 verbundenes Element)} other {{name} (+{amount,number} verbundene Elemente)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Nach links scrollen',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Nach rechts scrollen',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Ziehpunkt zur Größenänderung der Tabelle fokussieren',
|
|
224
|
-
'fabric.editor.fourColumns': 'Layout mit
|
|
227
|
+
'fabric.editor.fourColumns': 'Layout mit vier Spalten',
|
|
225
228
|
'fabric.editor.headerColumn': 'Kopfzeilen-Spalte',
|
|
226
229
|
'fabric.editor.headerRow': 'Kopfzeile',
|
|
227
230
|
'fabric.editor.heading1': 'Überschrift 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Teammitglied zu {productName} einladen} trusted {Teammitglied zu {productName} einladen} other {Teammitglied zu {productName} hinzufügen}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursiv',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Tastenkombinationen',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one { Spalte} other {{count} Spalten}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Inhalt hinzufügen',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Zurück zur Mitte',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Volle Breite wählen',
|
|
298
303
|
'fabric.editor.layoutWide': 'Verbreitern',
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -26,6 +26,8 @@ var _default = exports.default = {
|
|
|
26
26
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
27
27
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
28
28
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
29
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
30
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
29
31
|
'fabric.editor.alignCenter': 'Align center',
|
|
30
32
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
31
33
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -116,6 +118,8 @@ var _default = exports.default = {
|
|
|
116
118
|
'fabric.editor.createComment': 'Comment',
|
|
117
119
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
118
120
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
121
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
122
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
119
123
|
'fabric.editor.customPanel': 'Custom panel',
|
|
120
124
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
121
125
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -26,6 +26,8 @@ var _default = exports.default = {
|
|
|
26
26
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
27
27
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
28
28
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
29
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
30
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
29
31
|
'fabric.editor.alignCenter': 'Align center',
|
|
30
32
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
31
33
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -116,6 +118,8 @@ var _default = exports.default = {
|
|
|
116
118
|
'fabric.editor.createComment': 'Comment',
|
|
117
119
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
118
120
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
121
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
122
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
119
123
|
'fabric.editor.customPanel': 'Custom panel',
|
|
120
124
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and coloured background',
|
|
121
125
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -26,6 +26,8 @@ var _default = exports.default = {
|
|
|
26
26
|
'fabric.editor.addMediaFiles': 'Add image, video, or file',
|
|
27
27
|
'fabric.editor.addRowAbove': 'Add row above',
|
|
28
28
|
'fabric.editor.addRowBelow': 'Add row below',
|
|
29
|
+
'fabric.editor.ai.selectionToolbar.define.disabled.tooltip': 'Highlight a term, acronym, or abbreviation',
|
|
30
|
+
'fabric.editor.ai.selectionToolbar.define.title': 'Define',
|
|
29
31
|
'fabric.editor.alignCenter': 'Align center',
|
|
30
32
|
'fabric.editor.alignImageCenter': 'Align center',
|
|
31
33
|
'fabric.editor.alignImageLeft': 'Align left',
|
|
@@ -116,6 +118,8 @@ var _default = exports.default = {
|
|
|
116
118
|
'fabric.editor.createComment': 'Comment',
|
|
117
119
|
'fabric.editor.createCommentDisabled': 'You can only comment on text, headings, emojis, dates, mentions, links, and statuses.',
|
|
118
120
|
'fabric.editor.createCommentInvalid': 'You can only comment on text and headings',
|
|
121
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Got it',
|
|
122
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'You can now leave comments on inline elements like links, dates, statuses and mentions.',
|
|
119
123
|
'fabric.editor.customPanel': 'Custom panel',
|
|
120
124
|
'fabric.editor.customPanel.description': 'Add a note with an emoji and colored background',
|
|
121
125
|
'fabric.editor.datasource.assetsObjects.description': 'Insert objects from Assets in Jira Service Management with search and filtering',
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ No puedes ordenar una tabla con celdas combinadas',
|
|
60
60
|
'fabric.editor.cancelButton': 'Cancelar',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Añadir un subtítulo',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Añade una leyenda: haz doble clic para obtener una vista previa',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Opciones de tarjeta',
|
|
63
64
|
'fabric.editor.cellBackground': 'Fondo de celda',
|
|
64
65
|
'fabric.editor.cellOptions': 'Opciones de celda',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Comentar',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Solo puedes comentar en texto, encabezados, emoticonos, fechas, menciones, enlaces y estados.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Solo puedes comentar en el texto y los encabezados',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Entendido',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Ahora puedes dejar comentarios en los elementos en línea, como enlaces, fechas, estados y menciones.',
|
|
118
121
|
'fabric.editor.customPanel': 'Panel personalizado',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Añade una nota con un emoticono y un fondo de color',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Inserta objetos de Activos en Jira Service Management con las funciones de búsqueda y filtro',
|
|
@@ -209,7 +212,7 @@ var _default = exports.default = {
|
|
|
209
212
|
'fabric.editor.findNext': 'Buscar siguiente',
|
|
210
213
|
'fabric.editor.findPrevious': 'Buscar anterior',
|
|
211
214
|
'fabric.editor.findReplaceToolbarButton': 'Buscar y reemplazar',
|
|
212
|
-
'fabric.editor.fiveColumns': 'Diseño de
|
|
215
|
+
'fabric.editor.fiveColumns': 'Diseño de cinco columnas',
|
|
213
216
|
'fabric.editor.floatingToolbar.confirmModalCancel': 'Cancelar',
|
|
214
217
|
'fabric.editor.floatingToolbar.confirmModalCheckboxLabel': 'Eliminar también los elementos conectados',
|
|
215
218
|
'fabric.editor.floatingToolbar.confirmModalConnectedUnit': '{amount, plural, =0 {{name}} one {{name} (+1 elemento conectado)} other {{name} (+{amount,number} elementos conectados)}}',
|
|
@@ -221,7 +224,7 @@ var _default = exports.default = {
|
|
|
221
224
|
'fabric.editor.floatingToolbar.scrollLeft': 'Desplazarse a la izquierda',
|
|
222
225
|
'fabric.editor.floatingToolbar.scrollRight': 'Desplazarse a la derecha',
|
|
223
226
|
'fabric.editor.focusTableResizeHandle': 'Controlador de cambio de tamaño de la tabla centrado',
|
|
224
|
-
'fabric.editor.fourColumns': 'Diseño de
|
|
227
|
+
'fabric.editor.fourColumns': 'Diseño de cuatro columnas',
|
|
225
228
|
'fabric.editor.headerColumn': 'Columna de encabezado',
|
|
226
229
|
'fabric.editor.headerRow': 'Fila de encabezado',
|
|
227
230
|
'fabric.editor.heading1': 'Título 1',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Invita a un compañero de equipo a {productName}} trusted {Invita a un compañero de equipo a {productName}} other {Añade a un compañero de equipo a {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Cursiva',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Métodos abreviados de teclado',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-columna} other {{count}-columnas}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Añadir contenido',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Volver a centrar',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Usar ancho completo',
|
|
298
303
|
'fabric.editor.layoutWide': 'Usar formato ancho',
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -59,6 +59,7 @@ var _default = exports.default = {
|
|
|
59
59
|
'fabric.editor.canNotSortTable': '⚠️ Et voi lajitella yhdistettyjä soluja sisältävää taulukkoa',
|
|
60
60
|
'fabric.editor.cancelButton': 'Peruuta',
|
|
61
61
|
'fabric.editor.captionPlaceholder': 'Lisää kuvateksti',
|
|
62
|
+
'fabric.editor.captionPlaceholderWithDoubleClickPrompt': 'Lisää kuvateksti – esikatsele kaksoisnapsauttamalla',
|
|
62
63
|
'fabric.editor.cardFloatingControls': 'Korttivaihtoehdot',
|
|
63
64
|
'fabric.editor.cellBackground': 'Solun tausta',
|
|
64
65
|
'fabric.editor.cellOptions': 'Soluvalinnat',
|
|
@@ -115,6 +116,8 @@ var _default = exports.default = {
|
|
|
115
116
|
'fabric.editor.createComment': 'Kommentoi',
|
|
116
117
|
'fabric.editor.createCommentDisabled': 'Voit kommentoida vain tekstiä, otsikoita, emojeita, päivämääriä, mainintoja, linkkejä ja tiloja.',
|
|
117
118
|
'fabric.editor.createCommentInvalid': 'Voit kommentoida vain tekstiä ja otsikoita',
|
|
119
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.action': 'Selvä',
|
|
120
|
+
'fabric.editor.createCommentOnInlineNodeSpotlight.body': 'Voit nyt jättää kommentteja sisäisiin elementteihin, kuten linkkeihin, päivämääriin, tiloihin ja mainintoihin.',
|
|
118
121
|
'fabric.editor.customPanel': 'Mukautettu paneeli',
|
|
119
122
|
'fabric.editor.customPanel.description': 'Lisää huomautus, jossa on emoji ja värillinen tausta',
|
|
120
123
|
'fabric.editor.datasource.assetsObjects.description': 'Kohteiden lisääminen Resursseista Jira Service Managementiin haun ja suodatuksen avulla',
|
|
@@ -293,6 +296,8 @@ var _default = exports.default = {
|
|
|
293
296
|
'fabric.editor.inviteItem.title': '{userRole, select, admin {Kutsu tiimikaveri tuotteeseen {productName}} trusted {Kutsu tiimikaveri tuotteeseen {productName}} other {Lisää tiimikaveri tuotteeseen {productName}}}',
|
|
294
297
|
'fabric.editor.italic': 'Kursivoitu',
|
|
295
298
|
'fabric.editor.keyboardShortcuts': 'Pikanäppäimet',
|
|
299
|
+
'fabric.editor.layout.columnOption': '{count, plural, one {-sarakkeinen} other {{count}-sarakkeinen}}',
|
|
300
|
+
'fabric.editor.layout.placeholder': 'Lisää sisältöä',
|
|
296
301
|
'fabric.editor.layoutFixedWidth': 'Takaisin keskelle',
|
|
297
302
|
'fabric.editor.layoutFullWidth': 'Näytä koko leveydellä',
|
|
298
303
|
'fabric.editor.layoutWide': 'Levennä',
|