@wordpress/format-library 4.30.0 → 4.32.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/CHANGELOG.md +4 -0
- package/build/default-formats.js +2 -1
- package/build/default-formats.js.map +1 -1
- package/build/link/index.js +54 -11
- package/build/link/index.js.map +1 -1
- package/build/link/inline.js +5 -2
- package/build/link/inline.js.map +1 -1
- package/build/non-breaking-space/index.js +36 -0
- package/build/non-breaking-space/index.js.map +1 -0
- package/build/text-color/index.native.js +4 -4
- package/build/text-color/index.native.js.map +1 -1
- package/build/text-color/inline.native.js +17 -38
- package/build/text-color/inline.native.js.map +1 -1
- package/build/unknown/index.js +12 -7
- package/build/unknown/index.js.map +1 -1
- package/build-module/default-formats.js +2 -1
- package/build-module/default-formats.js.map +1 -1
- package/build-module/link/index.js +55 -12
- package/build-module/link/index.js.map +1 -1
- package/build-module/link/inline.js +5 -2
- package/build-module/link/inline.js.map +1 -1
- package/build-module/non-breaking-space/index.js +29 -0
- package/build-module/non-breaking-space/index.js.map +1 -0
- package/build-module/text-color/index.native.js +1 -1
- package/build-module/text-color/index.native.js.map +1 -1
- package/build-module/text-color/inline.native.js +17 -39
- package/build-module/text-color/inline.native.js.map +1 -1
- package/build-module/unknown/index.js +13 -8
- package/build-module/unknown/index.js.map +1 -1
- package/package.json +14 -14
- package/src/default-formats.js +2 -0
- package/src/link/index.js +55 -11
- package/src/link/inline.js +7 -1
- package/src/non-breaking-space/index.js +29 -0
- package/src/text-color/index.native.js +1 -1
- package/src/text-color/inline.native.js +27 -49
- package/src/text-color/test/__snapshots__/index.native.js.snap +0 -6
- package/src/text-color/test/index.native.js +4 -39
- package/src/unknown/index.js +16 -10
package/CHANGELOG.md
CHANGED
package/build/default-formats.js
CHANGED
|
@@ -17,8 +17,9 @@ var _superscript = require("./superscript");
|
|
|
17
17
|
var _keyboard = require("./keyboard");
|
|
18
18
|
var _unknown = require("./unknown");
|
|
19
19
|
var _language = require("./language");
|
|
20
|
+
var _nonBreakingSpace = require("./non-breaking-space");
|
|
20
21
|
/**
|
|
21
22
|
* Internal dependencies
|
|
22
23
|
*/
|
|
23
|
-
var _default = exports.default = [_bold.bold, _code.code, _image.image, _italic.italic, _link.link, _strikethrough.strikethrough, _underline.underline, _textColor.textColor, _subscript.subscript, _superscript.superscript, _keyboard.keyboard, _unknown.unknown, _language.language];
|
|
24
|
+
var _default = exports.default = [_bold.bold, _code.code, _image.image, _italic.italic, _link.link, _strikethrough.strikethrough, _underline.underline, _textColor.textColor, _subscript.subscript, _superscript.superscript, _keyboard.keyboard, _unknown.unknown, _language.language, _nonBreakingSpace.nonBreakingSpace];
|
|
24
25
|
//# sourceMappingURL=default-formats.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_bold","require","_code","_image","_italic","_link","_strikethrough","_underline","_textColor","_subscript","_superscript","_keyboard","_unknown","_language","_default","exports","default","bold","code","image","italic","link","strikethrough","underline","textColor","subscript","superscript","keyboard","unknown","language"],"sources":["@wordpress/format-library/src/default-formats.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport { bold } from './bold';\nimport { code } from './code';\nimport { image } from './image';\nimport { italic } from './italic';\nimport { link } from './link';\nimport { strikethrough } from './strikethrough';\nimport { underline } from './underline';\nimport { textColor } from './text-color';\nimport { subscript } from './subscript';\nimport { superscript } from './superscript';\nimport { keyboard } from './keyboard';\nimport { unknown } from './unknown';\nimport { language } from './language';\n\nexport default [\n\tbold,\n\tcode,\n\timage,\n\titalic,\n\tlink,\n\tstrikethrough,\n\tunderline,\n\ttextColor,\n\tsubscript,\n\tsuperscript,\n\tkeyboard,\n\tunknown,\n\tlanguage,\n];\n"],"mappings":";;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,cAAA,GAAAL,OAAA;AACA,IAAAM,UAAA,GAAAN,OAAA;AACA,IAAAO,UAAA,GAAAP,OAAA;AACA,IAAAQ,UAAA,GAAAR,OAAA;AACA,IAAAS,YAAA,GAAAT,OAAA;AACA,IAAAU,SAAA,GAAAV,OAAA;AACA,IAAAW,QAAA,GAAAX,OAAA;AACA,IAAAY,SAAA,GAAAZ,OAAA;
|
|
1
|
+
{"version":3,"names":["_bold","require","_code","_image","_italic","_link","_strikethrough","_underline","_textColor","_subscript","_superscript","_keyboard","_unknown","_language","_nonBreakingSpace","_default","exports","default","bold","code","image","italic","link","strikethrough","underline","textColor","subscript","superscript","keyboard","unknown","language","nonBreakingSpace"],"sources":["@wordpress/format-library/src/default-formats.js"],"sourcesContent":["/**\n * Internal dependencies\n */\nimport { bold } from './bold';\nimport { code } from './code';\nimport { image } from './image';\nimport { italic } from './italic';\nimport { link } from './link';\nimport { strikethrough } from './strikethrough';\nimport { underline } from './underline';\nimport { textColor } from './text-color';\nimport { subscript } from './subscript';\nimport { superscript } from './superscript';\nimport { keyboard } from './keyboard';\nimport { unknown } from './unknown';\nimport { language } from './language';\nimport { nonBreakingSpace } from './non-breaking-space';\n\nexport default [\n\tbold,\n\tcode,\n\timage,\n\titalic,\n\tlink,\n\tstrikethrough,\n\tunderline,\n\ttextColor,\n\tsubscript,\n\tsuperscript,\n\tkeyboard,\n\tunknown,\n\tlanguage,\n\tnonBreakingSpace,\n];\n"],"mappings":";;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,MAAA,GAAAF,OAAA;AACA,IAAAG,OAAA,GAAAH,OAAA;AACA,IAAAI,KAAA,GAAAJ,OAAA;AACA,IAAAK,cAAA,GAAAL,OAAA;AACA,IAAAM,UAAA,GAAAN,OAAA;AACA,IAAAO,UAAA,GAAAP,OAAA;AACA,IAAAQ,UAAA,GAAAR,OAAA;AACA,IAAAS,YAAA,GAAAT,OAAA;AACA,IAAAU,SAAA,GAAAV,OAAA;AACA,IAAAW,QAAA,GAAAX,OAAA;AACA,IAAAY,SAAA,GAAAZ,OAAA;AACA,IAAAa,iBAAA,GAAAb,OAAA;AAhBA;AACA;AACA;AAFA,IAAAc,QAAA,GAAAC,OAAA,CAAAC,OAAA,GAkBe,CACdC,UAAI,EACJC,UAAI,EACJC,YAAK,EACLC,cAAM,EACNC,UAAI,EACJC,4BAAa,EACbC,oBAAS,EACTC,oBAAS,EACTC,oBAAS,EACTC,wBAAW,EACXC,kBAAQ,EACRC,gBAAO,EACPC,kBAAQ,EACRC,kCAAgB,CAChB"}
|
package/build/link/index.js
CHANGED
|
@@ -34,9 +34,37 @@ function Edit({
|
|
|
34
34
|
onFocus,
|
|
35
35
|
contentRef
|
|
36
36
|
}) {
|
|
37
|
-
const [
|
|
37
|
+
const [editingLink, setEditingLink] = (0, _element.useState)(false);
|
|
38
|
+
const [creatingLink, setCreatingLink] = (0, _element.useState)(false);
|
|
39
|
+
|
|
38
40
|
// We only need to store the button element that opened the popover. We can ignore the other states, as they will be handled by the onFocus prop to return to the rich text field.
|
|
39
41
|
const [openedBy, setOpenedBy] = (0, _element.useState)(null);
|
|
42
|
+
|
|
43
|
+
// Manages whether the Link UI popover should autofocus when shown.
|
|
44
|
+
const [shouldAutoFocus, setShouldAutoFocus] = (0, _element.useState)(true);
|
|
45
|
+
function setIsEditingLink(isEditing, {
|
|
46
|
+
autoFocus = true
|
|
47
|
+
} = {}) {
|
|
48
|
+
setEditingLink(isEditing);
|
|
49
|
+
setShouldAutoFocus(autoFocus);
|
|
50
|
+
}
|
|
51
|
+
function setIsCreatingLink(isCreating) {
|
|
52
|
+
// Don't add a new link if there is already an active link.
|
|
53
|
+
// The two states are mutually exclusive.
|
|
54
|
+
if (isCreating === true && isActive) {
|
|
55
|
+
return;
|
|
56
|
+
}
|
|
57
|
+
setCreatingLink(isCreating);
|
|
58
|
+
}
|
|
59
|
+
(0, _element.useEffect)(() => {
|
|
60
|
+
// When the link becomes inactive (i.e. isActive is false), reset the editingLink state
|
|
61
|
+
// and the creatingLink state. This means that if the Link UI is displayed and the link
|
|
62
|
+
// becomes inactive (e.g. used arrow keys to move cursor outside of link bounds), the UI will close.
|
|
63
|
+
if (!isActive) {
|
|
64
|
+
setEditingLink(false);
|
|
65
|
+
setCreatingLink(false);
|
|
66
|
+
}
|
|
67
|
+
}, [isActive]);
|
|
40
68
|
(0, _element.useLayoutEffect)(() => {
|
|
41
69
|
const editableContentElement = contentRef.current;
|
|
42
70
|
if (!editableContentElement) {
|
|
@@ -46,13 +74,18 @@ function Edit({
|
|
|
46
74
|
// There is a situation whereby there is an existing link in the rich text
|
|
47
75
|
// and the user clicks on the leftmost edge of that link and fails to activate
|
|
48
76
|
// the link format, but the click event still fires on the `<a>` element.
|
|
49
|
-
// This causes the `
|
|
77
|
+
// This causes the `editingLink` state to be set to `true` and the link UI
|
|
50
78
|
// to be rendered in "creating" mode. We need to check isActive to see if
|
|
51
79
|
// we have an active link format.
|
|
52
|
-
if (event.target.
|
|
80
|
+
if (!event.target.closest('[contenteditable] a') ||
|
|
81
|
+
// other formats (e.g. bold) may be nested within the link.
|
|
82
|
+
!isActive) {
|
|
83
|
+
setIsEditingLink(false);
|
|
53
84
|
return;
|
|
54
85
|
}
|
|
55
|
-
|
|
86
|
+
setIsEditingLink(true, {
|
|
87
|
+
autoFocus: false
|
|
88
|
+
});
|
|
56
89
|
}
|
|
57
90
|
editableContentElement.addEventListener('click', handleClick);
|
|
58
91
|
return () => {
|
|
@@ -60,6 +93,7 @@ function Edit({
|
|
|
60
93
|
};
|
|
61
94
|
}, [contentRef, isActive]);
|
|
62
95
|
function addLink(target) {
|
|
96
|
+
setShouldAutoFocus(true);
|
|
63
97
|
const text = (0, _richText.getTextContent)((0, _richText.slice)(value));
|
|
64
98
|
if (!isActive && text && (0, _url.isURL)(text) && (0, _utils.isValidHref)(text)) {
|
|
65
99
|
onChange((0, _richText.applyFormat)(value, {
|
|
@@ -79,7 +113,11 @@ function Edit({
|
|
|
79
113
|
if (target) {
|
|
80
114
|
setOpenedBy(target);
|
|
81
115
|
}
|
|
82
|
-
|
|
116
|
+
if (!isActive) {
|
|
117
|
+
setIsCreatingLink(true);
|
|
118
|
+
} else {
|
|
119
|
+
setIsEditingLink(true);
|
|
120
|
+
}
|
|
83
121
|
}
|
|
84
122
|
}
|
|
85
123
|
|
|
@@ -98,7 +136,9 @@ function Edit({
|
|
|
98
136
|
// Otherwise, we rely on the passed in onFocus to return focus to the rich text field.
|
|
99
137
|
|
|
100
138
|
// Close the popover
|
|
101
|
-
|
|
139
|
+
setIsEditingLink(false);
|
|
140
|
+
setIsCreatingLink(false);
|
|
141
|
+
|
|
102
142
|
// Return focus to the toolbar button or the rich text field
|
|
103
143
|
if (openedBy?.tagName === 'BUTTON') {
|
|
104
144
|
openedBy.focus();
|
|
@@ -116,13 +156,15 @@ function Edit({
|
|
|
116
156
|
// 4. Press Escape
|
|
117
157
|
// 5. Focus should be on the Options button
|
|
118
158
|
function onFocusOutside() {
|
|
119
|
-
|
|
159
|
+
setIsEditingLink(false);
|
|
160
|
+
setIsCreatingLink(false);
|
|
120
161
|
setOpenedBy(null);
|
|
121
162
|
}
|
|
122
163
|
function onRemoveFormat() {
|
|
123
164
|
onChange((0, _richText.removeFormat)(value, name));
|
|
124
165
|
(0, _a11y.speak)((0, _i18n.__)('Link removed.'), 'assertive');
|
|
125
166
|
}
|
|
167
|
+
const isEditingActiveLink = editingLink && isActive;
|
|
126
168
|
return (0, _react.createElement)(_react.Fragment, null, (0, _react.createElement)(_blockEditor.RichTextShortcut, {
|
|
127
169
|
type: "primary",
|
|
128
170
|
character: "k",
|
|
@@ -138,19 +180,20 @@ function Edit({
|
|
|
138
180
|
onClick: event => {
|
|
139
181
|
addLink(event.currentTarget);
|
|
140
182
|
},
|
|
141
|
-
isActive: isActive ||
|
|
183
|
+
isActive: isActive || editingLink,
|
|
142
184
|
shortcutType: "primary",
|
|
143
185
|
shortcutCharacter: "k",
|
|
144
186
|
"aria-haspopup": "true",
|
|
145
|
-
"aria-expanded":
|
|
146
|
-
}),
|
|
187
|
+
"aria-expanded": editingLink
|
|
188
|
+
}), (isEditingActiveLink || creatingLink) && (0, _react.createElement)(_inline.default, {
|
|
147
189
|
stopAddingLink: stopAddingLink,
|
|
148
190
|
onFocusOutside: onFocusOutside,
|
|
149
191
|
isActive: isActive,
|
|
150
192
|
activeAttributes: activeAttributes,
|
|
151
193
|
value: value,
|
|
152
194
|
onChange: onChange,
|
|
153
|
-
contentRef: contentRef
|
|
195
|
+
contentRef: contentRef,
|
|
196
|
+
focusOnMount: shouldAutoFocus ? 'firstElement' : false
|
|
154
197
|
}));
|
|
155
198
|
}
|
|
156
199
|
const link = exports.link = {
|
package/build/link/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_i18n","require","_element","_richText","_url","_blockEditor","_htmlEntities","_icons","_a11y","_inline","_interopRequireDefault","_utils","name","title","__","Edit","isActive","activeAttributes","value","onChange","onFocus","contentRef","addingLink","setAddingLink","useState","openedBy","setOpenedBy","useLayoutEffect","editableContentElement","current","handleClick","event","target","tagName","addEventListener","removeEventListener","addLink","text","getTextContent","slice","isURL","isValidHref","applyFormat","type","attributes","url","isEmail","stopAddingLink","focus","onFocusOutside","onRemoveFormat","removeFormat","speak","_react","createElement","Fragment","RichTextShortcut","character","onUse","RichTextToolbarButton","icon","linkIcon","onClick","currentTarget","shortcutType","shortcutCharacter","default","link","exports","className","id","_id","rel","__unstablePasteRule","html","plainText","pastedText","replace","trim","test","window","console","log","format","decodeEntities","isCollapsed","insert","create","length","edit"],"sources":["@wordpress/format-library/src/link/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { useState, useLayoutEffect } from '@wordpress/element';\nimport {\n\tgetTextContent,\n\tapplyFormat,\n\tremoveFormat,\n\tslice,\n\tisCollapsed,\n\tinsert,\n\tcreate,\n} from '@wordpress/rich-text';\nimport { isURL, isEmail } from '@wordpress/url';\nimport {\n\tRichTextToolbarButton,\n\tRichTextShortcut,\n} from '@wordpress/block-editor';\nimport { decodeEntities } from '@wordpress/html-entities';\nimport { link as linkIcon } from '@wordpress/icons';\nimport { speak } from '@wordpress/a11y';\n\n/**\n * Internal dependencies\n */\nimport InlineLinkUI from './inline';\nimport { isValidHref } from './utils';\n\nconst name = 'core/link';\nconst title = __( 'Link' );\n\nfunction Edit( {\n\tisActive,\n\tactiveAttributes,\n\tvalue,\n\tonChange,\n\tonFocus,\n\tcontentRef,\n} ) {\n\tconst [ addingLink, setAddingLink ] = useState( false );\n\t// We only need to store the button element that opened the popover. We can ignore the other states, as they will be handled by the onFocus prop to return to the rich text field.\n\tconst [ openedBy, setOpenedBy ] = useState( null );\n\n\tuseLayoutEffect( () => {\n\t\tconst editableContentElement = contentRef.current;\n\t\tif ( ! editableContentElement ) {\n\t\t\treturn;\n\t\t}\n\n\t\tfunction handleClick( event ) {\n\t\t\t// There is a situation whereby there is an existing link in the rich text\n\t\t\t// and the user clicks on the leftmost edge of that link and fails to activate\n\t\t\t// the link format, but the click event still fires on the `<a>` element.\n\t\t\t// This causes the `addingLink` state to be set to `true` and the link UI\n\t\t\t// to be rendered in \"creating\" mode. We need to check isActive to see if\n\t\t\t// we have an active link format.\n\t\t\tif ( event.target.tagName !== 'A' || ! isActive ) {\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tsetAddingLink( true );\n\t\t}\n\n\t\teditableContentElement.addEventListener( 'click', handleClick );\n\n\t\treturn () => {\n\t\t\teditableContentElement.removeEventListener( 'click', handleClick );\n\t\t};\n\t}, [ contentRef, isActive ] );\n\n\tfunction addLink( target ) {\n\t\tconst text = getTextContent( slice( value ) );\n\n\t\tif ( ! isActive && text && isURL( text ) && isValidHref( text ) ) {\n\t\t\tonChange(\n\t\t\t\tapplyFormat( value, {\n\t\t\t\t\ttype: name,\n\t\t\t\t\tattributes: { url: text },\n\t\t\t\t} )\n\t\t\t);\n\t\t} else if ( ! isActive && text && isEmail( text ) ) {\n\t\t\tonChange(\n\t\t\t\tapplyFormat( value, {\n\t\t\t\t\ttype: name,\n\t\t\t\t\tattributes: { url: `mailto:${ text }` },\n\t\t\t\t} )\n\t\t\t);\n\t\t} else {\n\t\t\tif ( target ) {\n\t\t\t\tsetOpenedBy( target );\n\t\t\t}\n\t\t\tsetAddingLink( true );\n\t\t}\n\t}\n\n\t/**\n\t * Runs when the popover is closed via escape keypress, unlinking the selected text,\n\t * but _not_ on a click outside the popover. onFocusOutside handles that.\n\t */\n\tfunction stopAddingLink() {\n\t\t// Don't let the click handler on the toolbar button trigger again.\n\n\t\t// There are two places for us to return focus to on Escape keypress:\n\t\t// 1. The rich text field.\n\t\t// 2. The toolbar button.\n\n\t\t// The toolbar button is the only one we need to handle returning focus to.\n\t\t// Otherwise, we rely on the passed in onFocus to return focus to the rich text field.\n\n\t\t// Close the popover\n\t\tsetAddingLink( false );\n\t\t// Return focus to the toolbar button or the rich text field\n\t\tif ( openedBy?.tagName === 'BUTTON' ) {\n\t\t\topenedBy.focus();\n\t\t} else {\n\t\t\tonFocus();\n\t\t}\n\t\t// Remove the openedBy state\n\t\tsetOpenedBy( null );\n\t}\n\n\t// Test for this:\n\t// 1. Click on the link button\n\t// 2. Click the Options button in the top right of header\n\t// 3. Focus should be in the dropdown of the Options button\n\t// 4. Press Escape\n\t// 5. Focus should be on the Options button\n\tfunction onFocusOutside() {\n\t\tsetAddingLink( false );\n\t\tsetOpenedBy( null );\n\t}\n\n\tfunction onRemoveFormat() {\n\t\tonChange( removeFormat( value, name ) );\n\t\tspeak( __( 'Link removed.' ), 'assertive' );\n\t}\n\n\treturn (\n\t\t<>\n\t\t\t<RichTextShortcut type=\"primary\" character=\"k\" onUse={ addLink } />\n\t\t\t<RichTextShortcut\n\t\t\t\ttype=\"primaryShift\"\n\t\t\t\tcharacter=\"k\"\n\t\t\t\tonUse={ onRemoveFormat }\n\t\t\t/>\n\t\t\t<RichTextToolbarButton\n\t\t\t\tname=\"link\"\n\t\t\t\ticon={ linkIcon }\n\t\t\t\ttitle={ isActive ? __( 'Link' ) : title }\n\t\t\t\tonClick={ ( event ) => {\n\t\t\t\t\taddLink( event.currentTarget );\n\t\t\t\t} }\n\t\t\t\tisActive={ isActive || addingLink }\n\t\t\t\tshortcutType=\"primary\"\n\t\t\t\tshortcutCharacter=\"k\"\n\t\t\t\taria-haspopup=\"true\"\n\t\t\t\taria-expanded={ addingLink }\n\t\t\t/>\n\t\t\t{ addingLink && (\n\t\t\t\t<InlineLinkUI\n\t\t\t\t\tstopAddingLink={ stopAddingLink }\n\t\t\t\t\tonFocusOutside={ onFocusOutside }\n\t\t\t\t\tisActive={ isActive }\n\t\t\t\t\tactiveAttributes={ activeAttributes }\n\t\t\t\t\tvalue={ value }\n\t\t\t\t\tonChange={ onChange }\n\t\t\t\t\tcontentRef={ contentRef }\n\t\t\t\t/>\n\t\t\t) }\n\t\t</>\n\t);\n}\n\nexport const link = {\n\tname,\n\ttitle,\n\ttagName: 'a',\n\tclassName: null,\n\tattributes: {\n\t\turl: 'href',\n\t\ttype: 'data-type',\n\t\tid: 'data-id',\n\t\t_id: 'id',\n\t\ttarget: 'target',\n\t\trel: 'rel',\n\t},\n\t__unstablePasteRule( value, { html, plainText } ) {\n\t\tconst pastedText = ( html || plainText )\n\t\t\t.replace( /<[^>]+>/g, '' )\n\t\t\t.trim();\n\n\t\t// A URL was pasted, turn the selection into a link.\n\t\t// For the link pasting feature, allow only http(s) protocols.\n\t\tif ( ! isURL( pastedText ) || ! /^https?:/.test( pastedText ) ) {\n\t\t\treturn value;\n\t\t}\n\n\t\t// Allows us to ask for this information when we get a report.\n\t\twindow.console.log( 'Created link:\\n\\n', pastedText );\n\n\t\tconst format = {\n\t\t\ttype: name,\n\t\t\tattributes: {\n\t\t\t\turl: decodeEntities( pastedText ),\n\t\t\t},\n\t\t};\n\n\t\tif ( isCollapsed( value ) ) {\n\t\t\treturn insert(\n\t\t\t\tvalue,\n\t\t\t\tapplyFormat(\n\t\t\t\t\tcreate( { text: plainText } ),\n\t\t\t\t\tformat,\n\t\t\t\t\t0,\n\t\t\t\t\tplainText.length\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\n\t\treturn applyFormat( value, format );\n\t},\n\tedit: Edit,\n};\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_i18n","require","_element","_richText","_url","_blockEditor","_htmlEntities","_icons","_a11y","_inline","_interopRequireDefault","_utils","name","title","__","Edit","isActive","activeAttributes","value","onChange","onFocus","contentRef","editingLink","setEditingLink","useState","creatingLink","setCreatingLink","openedBy","setOpenedBy","shouldAutoFocus","setShouldAutoFocus","setIsEditingLink","isEditing","autoFocus","setIsCreatingLink","isCreating","useEffect","useLayoutEffect","editableContentElement","current","handleClick","event","target","closest","addEventListener","removeEventListener","addLink","text","getTextContent","slice","isURL","isValidHref","applyFormat","type","attributes","url","isEmail","stopAddingLink","tagName","focus","onFocusOutside","onRemoveFormat","removeFormat","speak","isEditingActiveLink","_react","createElement","Fragment","RichTextShortcut","character","onUse","RichTextToolbarButton","icon","linkIcon","onClick","currentTarget","shortcutType","shortcutCharacter","default","focusOnMount","link","exports","className","id","_id","rel","__unstablePasteRule","html","plainText","pastedText","replace","trim","test","window","console","log","format","decodeEntities","isCollapsed","insert","create","length","edit"],"sources":["@wordpress/format-library/src/link/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { useState, useLayoutEffect, useEffect } from '@wordpress/element';\nimport {\n\tgetTextContent,\n\tapplyFormat,\n\tremoveFormat,\n\tslice,\n\tisCollapsed,\n\tinsert,\n\tcreate,\n} from '@wordpress/rich-text';\nimport { isURL, isEmail } from '@wordpress/url';\nimport {\n\tRichTextToolbarButton,\n\tRichTextShortcut,\n} from '@wordpress/block-editor';\nimport { decodeEntities } from '@wordpress/html-entities';\nimport { link as linkIcon } from '@wordpress/icons';\nimport { speak } from '@wordpress/a11y';\n\n/**\n * Internal dependencies\n */\nimport InlineLinkUI from './inline';\nimport { isValidHref } from './utils';\n\nconst name = 'core/link';\nconst title = __( 'Link' );\n\nfunction Edit( {\n\tisActive,\n\tactiveAttributes,\n\tvalue,\n\tonChange,\n\tonFocus,\n\tcontentRef,\n} ) {\n\tconst [ editingLink, setEditingLink ] = useState( false );\n\tconst [ creatingLink, setCreatingLink ] = useState( false );\n\n\t// We only need to store the button element that opened the popover. We can ignore the other states, as they will be handled by the onFocus prop to return to the rich text field.\n\tconst [ openedBy, setOpenedBy ] = useState( null );\n\n\t// Manages whether the Link UI popover should autofocus when shown.\n\tconst [ shouldAutoFocus, setShouldAutoFocus ] = useState( true );\n\n\tfunction setIsEditingLink( isEditing, { autoFocus = true } = {} ) {\n\t\tsetEditingLink( isEditing );\n\t\tsetShouldAutoFocus( autoFocus );\n\t}\n\n\tfunction setIsCreatingLink( isCreating ) {\n\t\t// Don't add a new link if there is already an active link.\n\t\t// The two states are mutually exclusive.\n\t\tif ( isCreating === true && isActive ) {\n\t\t\treturn;\n\t\t}\n\t\tsetCreatingLink( isCreating );\n\t}\n\n\tuseEffect( () => {\n\t\t// When the link becomes inactive (i.e. isActive is false), reset the editingLink state\n\t\t// and the creatingLink state. This means that if the Link UI is displayed and the link\n\t\t// becomes inactive (e.g. used arrow keys to move cursor outside of link bounds), the UI will close.\n\t\tif ( ! isActive ) {\n\t\t\tsetEditingLink( false );\n\t\t\tsetCreatingLink( false );\n\t\t}\n\t}, [ isActive ] );\n\n\tuseLayoutEffect( () => {\n\t\tconst editableContentElement = contentRef.current;\n\t\tif ( ! editableContentElement ) {\n\t\t\treturn;\n\t\t}\n\n\t\tfunction handleClick( event ) {\n\t\t\t// There is a situation whereby there is an existing link in the rich text\n\t\t\t// and the user clicks on the leftmost edge of that link and fails to activate\n\t\t\t// the link format, but the click event still fires on the `<a>` element.\n\t\t\t// This causes the `editingLink` state to be set to `true` and the link UI\n\t\t\t// to be rendered in \"creating\" mode. We need to check isActive to see if\n\t\t\t// we have an active link format.\n\t\t\tif (\n\t\t\t\t! event.target.closest( '[contenteditable] a' ) || // other formats (e.g. bold) may be nested within the link.\n\t\t\t\t! isActive\n\t\t\t) {\n\t\t\t\tsetIsEditingLink( false );\n\t\t\t\treturn;\n\t\t\t}\n\n\t\t\tsetIsEditingLink( true, { autoFocus: false } );\n\t\t}\n\n\t\teditableContentElement.addEventListener( 'click', handleClick );\n\n\t\treturn () => {\n\t\t\teditableContentElement.removeEventListener( 'click', handleClick );\n\t\t};\n\t}, [ contentRef, isActive ] );\n\n\tfunction addLink( target ) {\n\t\tsetShouldAutoFocus( true );\n\t\tconst text = getTextContent( slice( value ) );\n\n\t\tif ( ! isActive && text && isURL( text ) && isValidHref( text ) ) {\n\t\t\tonChange(\n\t\t\t\tapplyFormat( value, {\n\t\t\t\t\ttype: name,\n\t\t\t\t\tattributes: { url: text },\n\t\t\t\t} )\n\t\t\t);\n\t\t} else if ( ! isActive && text && isEmail( text ) ) {\n\t\t\tonChange(\n\t\t\t\tapplyFormat( value, {\n\t\t\t\t\ttype: name,\n\t\t\t\t\tattributes: { url: `mailto:${ text }` },\n\t\t\t\t} )\n\t\t\t);\n\t\t} else {\n\t\t\tif ( target ) {\n\t\t\t\tsetOpenedBy( target );\n\t\t\t}\n\t\t\tif ( ! isActive ) {\n\t\t\t\tsetIsCreatingLink( true );\n\t\t\t} else {\n\t\t\t\tsetIsEditingLink( true );\n\t\t\t}\n\t\t}\n\t}\n\n\t/**\n\t * Runs when the popover is closed via escape keypress, unlinking the selected text,\n\t * but _not_ on a click outside the popover. onFocusOutside handles that.\n\t */\n\tfunction stopAddingLink() {\n\t\t// Don't let the click handler on the toolbar button trigger again.\n\n\t\t// There are two places for us to return focus to on Escape keypress:\n\t\t// 1. The rich text field.\n\t\t// 2. The toolbar button.\n\n\t\t// The toolbar button is the only one we need to handle returning focus to.\n\t\t// Otherwise, we rely on the passed in onFocus to return focus to the rich text field.\n\n\t\t// Close the popover\n\t\tsetIsEditingLink( false );\n\t\tsetIsCreatingLink( false );\n\n\t\t// Return focus to the toolbar button or the rich text field\n\t\tif ( openedBy?.tagName === 'BUTTON' ) {\n\t\t\topenedBy.focus();\n\t\t} else {\n\t\t\tonFocus();\n\t\t}\n\t\t// Remove the openedBy state\n\t\tsetOpenedBy( null );\n\t}\n\n\t// Test for this:\n\t// 1. Click on the link button\n\t// 2. Click the Options button in the top right of header\n\t// 3. Focus should be in the dropdown of the Options button\n\t// 4. Press Escape\n\t// 5. Focus should be on the Options button\n\tfunction onFocusOutside() {\n\t\tsetIsEditingLink( false );\n\t\tsetIsCreatingLink( false );\n\t\tsetOpenedBy( null );\n\t}\n\n\tfunction onRemoveFormat() {\n\t\tonChange( removeFormat( value, name ) );\n\t\tspeak( __( 'Link removed.' ), 'assertive' );\n\t}\n\n\tconst isEditingActiveLink = editingLink && isActive;\n\n\treturn (\n\t\t<>\n\t\t\t<RichTextShortcut type=\"primary\" character=\"k\" onUse={ addLink } />\n\t\t\t<RichTextShortcut\n\t\t\t\ttype=\"primaryShift\"\n\t\t\t\tcharacter=\"k\"\n\t\t\t\tonUse={ onRemoveFormat }\n\t\t\t/>\n\t\t\t<RichTextToolbarButton\n\t\t\t\tname=\"link\"\n\t\t\t\ticon={ linkIcon }\n\t\t\t\ttitle={ isActive ? __( 'Link' ) : title }\n\t\t\t\tonClick={ ( event ) => {\n\t\t\t\t\taddLink( event.currentTarget );\n\t\t\t\t} }\n\t\t\t\tisActive={ isActive || editingLink }\n\t\t\t\tshortcutType=\"primary\"\n\t\t\t\tshortcutCharacter=\"k\"\n\t\t\t\taria-haspopup=\"true\"\n\t\t\t\taria-expanded={ editingLink }\n\t\t\t/>\n\t\t\t{ ( isEditingActiveLink || creatingLink ) && (\n\t\t\t\t<InlineLinkUI\n\t\t\t\t\tstopAddingLink={ stopAddingLink }\n\t\t\t\t\tonFocusOutside={ onFocusOutside }\n\t\t\t\t\tisActive={ isActive }\n\t\t\t\t\tactiveAttributes={ activeAttributes }\n\t\t\t\t\tvalue={ value }\n\t\t\t\t\tonChange={ onChange }\n\t\t\t\t\tcontentRef={ contentRef }\n\t\t\t\t\tfocusOnMount={ shouldAutoFocus ? 'firstElement' : false }\n\t\t\t\t/>\n\t\t\t) }\n\t\t</>\n\t);\n}\n\nexport const link = {\n\tname,\n\ttitle,\n\ttagName: 'a',\n\tclassName: null,\n\tattributes: {\n\t\turl: 'href',\n\t\ttype: 'data-type',\n\t\tid: 'data-id',\n\t\t_id: 'id',\n\t\ttarget: 'target',\n\t\trel: 'rel',\n\t},\n\t__unstablePasteRule( value, { html, plainText } ) {\n\t\tconst pastedText = ( html || plainText )\n\t\t\t.replace( /<[^>]+>/g, '' )\n\t\t\t.trim();\n\n\t\t// A URL was pasted, turn the selection into a link.\n\t\t// For the link pasting feature, allow only http(s) protocols.\n\t\tif ( ! isURL( pastedText ) || ! /^https?:/.test( pastedText ) ) {\n\t\t\treturn value;\n\t\t}\n\n\t\t// Allows us to ask for this information when we get a report.\n\t\twindow.console.log( 'Created link:\\n\\n', pastedText );\n\n\t\tconst format = {\n\t\t\ttype: name,\n\t\t\tattributes: {\n\t\t\t\turl: decodeEntities( pastedText ),\n\t\t\t},\n\t\t};\n\n\t\tif ( isCollapsed( value ) ) {\n\t\t\treturn insert(\n\t\t\t\tvalue,\n\t\t\t\tapplyFormat(\n\t\t\t\t\tcreate( { text: plainText } ),\n\t\t\t\t\tformat,\n\t\t\t\t\t0,\n\t\t\t\t\tplainText.length\n\t\t\t\t)\n\t\t\t);\n\t\t}\n\n\t\treturn applyFormat( value, format );\n\t},\n\tedit: Edit,\n};\n"],"mappings":"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"}
|
package/build/link/inline.js
CHANGED
|
@@ -34,7 +34,8 @@ function InlineLinkUI({
|
|
|
34
34
|
onChange,
|
|
35
35
|
onFocusOutside,
|
|
36
36
|
stopAddingLink,
|
|
37
|
-
contentRef
|
|
37
|
+
contentRef,
|
|
38
|
+
focusOnMount
|
|
38
39
|
}) {
|
|
39
40
|
const richLinkTextValue = getRichTextValueFromSelection(value, isActive);
|
|
40
41
|
|
|
@@ -200,7 +201,9 @@ function InlineLinkUI({
|
|
|
200
201
|
onFocusOutside: onFocusOutside,
|
|
201
202
|
placement: "bottom",
|
|
202
203
|
offset: 10,
|
|
203
|
-
shift: true
|
|
204
|
+
shift: true,
|
|
205
|
+
focusOnMount: focusOnMount,
|
|
206
|
+
constrainTabbing: true
|
|
204
207
|
}, (0, _react.createElement)(_blockEditor.__experimentalLinkControl, {
|
|
205
208
|
value: linkValue,
|
|
206
209
|
onChange: onChangeLink,
|
package/build/link/inline.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_element","require","_i18n","_a11y","_components","_url","_richText","_blockEditor","_data","_utils","_index","LINK_SETTINGS","LinkControl","DEFAULT_LINK_SETTINGS","id","title","__","InlineLinkUI","isActive","activeAttributes","value","onChange","onFocusOutside","stopAddingLink","contentRef","richLinkTextValue","getRichTextValueFromSelection","richTextText","text","selectionChange","useDispatch","blockEditorStore","createPageEntity","userCanCreatePages","selectionStart","useSelect","select","getSettings","getSelectionStart","_settings","__experimentalCreatePageEntity","__experimentalUserCanCreatePages","linkValue","useMemo","url","type","opensInNewTab","target","nofollow","rel","includes","removeLink","newValue","removeFormat","speak","onChangeLink","nextValue","hasLink","isNewLink","newUrl","prependHTTP","linkFormat","createLinkFormat","undefined","String","opensInNewWindow","newText","isCollapsed","inserted","insert","applyFormat","start","length","clientId","identifier","attributeKey","create","boundary","getFormatBoundary","valBefore","valAfter","split","newValAfter","replace","concat","isValidHref","popoverAnchor","useAnchor","editableContentElement","current","settings","handleCreate","pageTitle","page","status","rendered","link","kind","createButtonText","searchTerm","createInterpolateElement","sprintf","mark","_react","createElement","Popover","anchor","onClose","placement","offset","shift","__experimentalLinkControl","onRemove","hasRichPreviews","createSuggestion","withCreateSuggestion","createSuggestionButtonText","hasTextControl","showInitialSuggestions","suggestionsQuery","initialSuggestionsSearchOptions","subtype","perPage","textStart","textEnd","end","slice","_default","exports","default"],"sources":["@wordpress/format-library/src/link/inline.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useMemo, createInterpolateElement } from '@wordpress/element';\nimport { __, sprintf } from '@wordpress/i18n';\nimport { speak } from '@wordpress/a11y';\nimport { Popover } from '@wordpress/components';\nimport { prependHTTP } from '@wordpress/url';\nimport {\n\tcreate,\n\tinsert,\n\tisCollapsed,\n\tapplyFormat,\n\tremoveFormat,\n\tslice,\n\treplace,\n\tsplit,\n\tconcat,\n\tuseAnchor,\n} from '@wordpress/rich-text';\nimport {\n\t__experimentalLinkControl as LinkControl,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { useDispatch, useSelect } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { createLinkFormat, isValidHref, getFormatBoundary } from './utils';\nimport { link as settings } from './index';\n\nconst LINK_SETTINGS = [\n\t...LinkControl.DEFAULT_LINK_SETTINGS,\n\t{\n\t\tid: 'nofollow',\n\t\ttitle: __( 'Mark as nofollow' ),\n\t},\n];\n\nfunction InlineLinkUI( {\n\tisActive,\n\tactiveAttributes,\n\tvalue,\n\tonChange,\n\tonFocusOutside,\n\tstopAddingLink,\n\tcontentRef,\n} ) {\n\tconst richLinkTextValue = getRichTextValueFromSelection( value, isActive );\n\n\t// Get the text content minus any HTML tags.\n\tconst richTextText = richLinkTextValue.text;\n\n\tconst { selectionChange } = useDispatch( blockEditorStore );\n\n\tconst { createPageEntity, userCanCreatePages, selectionStart } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getSettings, getSelectionStart } =\n\t\t\t\tselect( blockEditorStore );\n\t\t\tconst _settings = getSettings();\n\n\t\t\treturn {\n\t\t\t\tcreatePageEntity: _settings.__experimentalCreatePageEntity,\n\t\t\t\tuserCanCreatePages: _settings.__experimentalUserCanCreatePages,\n\t\t\t\tselectionStart: getSelectionStart(),\n\t\t\t};\n\t\t},\n\t\t[]\n\t);\n\n\tconst linkValue = useMemo(\n\t\t() => ( {\n\t\t\turl: activeAttributes.url,\n\t\t\ttype: activeAttributes.type,\n\t\t\tid: activeAttributes.id,\n\t\t\topensInNewTab: activeAttributes.target === '_blank',\n\t\t\tnofollow: activeAttributes.rel?.includes( 'nofollow' ),\n\t\t\ttitle: richTextText,\n\t\t} ),\n\t\t[\n\t\t\tactiveAttributes.id,\n\t\t\tactiveAttributes.rel,\n\t\t\tactiveAttributes.target,\n\t\t\tactiveAttributes.type,\n\t\t\tactiveAttributes.url,\n\t\t\trichTextText,\n\t\t]\n\t);\n\n\tfunction removeLink() {\n\t\tconst newValue = removeFormat( value, 'core/link' );\n\t\tonChange( newValue );\n\t\tstopAddingLink();\n\t\tspeak( __( 'Link removed.' ), 'assertive' );\n\t}\n\n\tfunction onChangeLink( nextValue ) {\n\t\tconst hasLink = linkValue?.url;\n\t\tconst isNewLink = ! hasLink;\n\n\t\t// Merge the next value with the current link value.\n\t\tnextValue = {\n\t\t\t...linkValue,\n\t\t\t...nextValue,\n\t\t};\n\n\t\tconst newUrl = prependHTTP( nextValue.url );\n\t\tconst linkFormat = createLinkFormat( {\n\t\t\turl: newUrl,\n\t\t\ttype: nextValue.type,\n\t\t\tid:\n\t\t\t\tnextValue.id !== undefined && nextValue.id !== null\n\t\t\t\t\t? String( nextValue.id )\n\t\t\t\t\t: undefined,\n\t\t\topensInNewWindow: nextValue.opensInNewTab,\n\t\t\tnofollow: nextValue.nofollow,\n\t\t} );\n\n\t\tconst newText = nextValue.title || newUrl;\n\n\t\t// Scenario: we have any active text selection or an active format.\n\t\tlet newValue;\n\t\tif ( isCollapsed( value ) && ! isActive ) {\n\t\t\t// Scenario: we don't have any actively selected text or formats.\n\t\t\tconst inserted = insert( value, newText );\n\n\t\t\tnewValue = applyFormat(\n\t\t\t\tinserted,\n\t\t\t\tlinkFormat,\n\t\t\t\tvalue.start,\n\t\t\t\tvalue.start + newText.length\n\t\t\t);\n\n\t\t\tonChange( newValue );\n\n\t\t\t// Close the Link UI.\n\t\t\tstopAddingLink();\n\n\t\t\t// Move the selection to the end of the inserted link outside of the format boundary\n\t\t\t// so the user can continue typing after the link.\n\t\t\tselectionChange( {\n\t\t\t\tclientId: selectionStart.clientId,\n\t\t\t\tidentifier: selectionStart.attributeKey,\n\t\t\t\tstart: value.start + newText.length + 1,\n\t\t\t} );\n\n\t\t\treturn;\n\t\t} else if ( newText === richTextText ) {\n\t\t\tnewValue = applyFormat( value, linkFormat );\n\t\t} else {\n\t\t\t// Scenario: Editing an existing link.\n\n\t\t\t// Create new RichText value for the new text in order that we\n\t\t\t// can apply formats to it.\n\t\t\tnewValue = create( { text: newText } );\n\t\t\t// Apply the new Link format to this new text value.\n\t\t\tnewValue = applyFormat( newValue, linkFormat, 0, newText.length );\n\n\t\t\t// Get the boundaries of the active link format.\n\t\t\tconst boundary = getFormatBoundary( value, {\n\t\t\t\ttype: 'core/link',\n\t\t\t} );\n\n\t\t\t// Split the value at the start of the active link format.\n\t\t\t// Passing \"start\" as the 3rd parameter is required to ensure\n\t\t\t// the second half of the split value is split at the format's\n\t\t\t// start boundary and avoids relying on the value's \"end\" property\n\t\t\t// which may not correspond correctly.\n\t\t\tconst [ valBefore, valAfter ] = split(\n\t\t\t\tvalue,\n\t\t\t\tboundary.start,\n\t\t\t\tboundary.start\n\t\t\t);\n\n\t\t\t// Update the original (full) RichTextValue replacing the\n\t\t\t// target text with the *new* RichTextValue containing:\n\t\t\t// 1. The new text content.\n\t\t\t// 2. The new link format.\n\t\t\t// As \"replace\" will operate on the first match only, it is\n\t\t\t// run only against the second half of the value which was\n\t\t\t// split at the active format's boundary. This avoids a bug\n\t\t\t// with incorrectly targetted replacements.\n\t\t\t// See: https://github.com/WordPress/gutenberg/issues/41771.\n\t\t\t// Note original formats will be lost when applying this change.\n\t\t\t// That is expected behaviour.\n\t\t\t// See: https://github.com/WordPress/gutenberg/pull/33849#issuecomment-936134179.\n\t\t\tconst newValAfter = replace( valAfter, richTextText, newValue );\n\n\t\t\tnewValue = concat( valBefore, newValAfter );\n\t\t}\n\n\t\tonChange( newValue );\n\n\t\t// Focus should only be returned to the rich text on submit if this link is not\n\t\t// being created for the first time. If it is then focus should remain within the\n\t\t// Link UI because it should remain open for the user to modify the link they have\n\t\t// just created.\n\t\tif ( ! isNewLink ) {\n\t\t\tstopAddingLink();\n\t\t}\n\n\t\tif ( ! isValidHref( newUrl ) ) {\n\t\t\tspeak(\n\t\t\t\t__(\n\t\t\t\t\t'Warning: the link has been inserted but may have errors. Please test it.'\n\t\t\t\t),\n\t\t\t\t'assertive'\n\t\t\t);\n\t\t} else if ( isActive ) {\n\t\t\tspeak( __( 'Link edited.' ), 'assertive' );\n\t\t} else {\n\t\t\tspeak( __( 'Link inserted.' ), 'assertive' );\n\t\t}\n\t}\n\n\tconst popoverAnchor = useAnchor( {\n\t\teditableContentElement: contentRef.current,\n\t\tsettings: { ...settings, isActive },\n\t} );\n\n\tasync function handleCreate( pageTitle ) {\n\t\tconst page = await createPageEntity( {\n\t\t\ttitle: pageTitle,\n\t\t\tstatus: 'draft',\n\t\t} );\n\n\t\treturn {\n\t\t\tid: page.id,\n\t\t\ttype: page.type,\n\t\t\ttitle: page.title.rendered,\n\t\t\turl: page.link,\n\t\t\tkind: 'post-type',\n\t\t};\n\t}\n\n\tfunction createButtonText( searchTerm ) {\n\t\treturn createInterpolateElement(\n\t\t\tsprintf(\n\t\t\t\t/* translators: %s: search term. */\n\t\t\t\t__( 'Create page: <mark>%s</mark>' ),\n\t\t\t\tsearchTerm\n\t\t\t),\n\t\t\t{ mark: <mark /> }\n\t\t);\n\t}\n\n\treturn (\n\t\t<Popover\n\t\t\tanchor={ popoverAnchor }\n\t\t\tonClose={ stopAddingLink }\n\t\t\tonFocusOutside={ onFocusOutside }\n\t\t\tplacement=\"bottom\"\n\t\t\toffset={ 10 }\n\t\t\tshift\n\t\t>\n\t\t\t<LinkControl\n\t\t\t\tvalue={ linkValue }\n\t\t\t\tonChange={ onChangeLink }\n\t\t\t\tonRemove={ removeLink }\n\t\t\t\thasRichPreviews\n\t\t\t\tcreateSuggestion={ createPageEntity && handleCreate }\n\t\t\t\twithCreateSuggestion={ userCanCreatePages }\n\t\t\t\tcreateSuggestionButtonText={ createButtonText }\n\t\t\t\thasTextControl\n\t\t\t\tsettings={ LINK_SETTINGS }\n\t\t\t\tshowInitialSuggestions\n\t\t\t\tsuggestionsQuery={ {\n\t\t\t\t\t// always show Pages as initial suggestions\n\t\t\t\t\tinitialSuggestionsSearchOptions: {\n\t\t\t\t\t\ttype: 'post',\n\t\t\t\t\t\tsubtype: 'page',\n\t\t\t\t\t\tperPage: 20,\n\t\t\t\t\t},\n\t\t\t\t} }\n\t\t\t/>\n\t\t</Popover>\n\t);\n}\n\nfunction getRichTextValueFromSelection( value, isActive ) {\n\t// Default to the selection ranges on the RichTextValue object.\n\tlet textStart = value.start;\n\tlet textEnd = value.end;\n\n\t// If the format is currently active then the rich text value\n\t// should always be taken from the bounds of the active format\n\t// and not the selected text.\n\tif ( isActive ) {\n\t\tconst boundary = getFormatBoundary( value, {\n\t\t\ttype: 'core/link',\n\t\t} );\n\n\t\ttextStart = boundary.start;\n\n\t\t// Text *selection* always extends +1 beyond the edge of the format.\n\t\t// We account for that here.\n\t\ttextEnd = boundary.end + 1;\n\t}\n\n\t// Get a RichTextValue containing the selected text content.\n\treturn slice( value, textStart, textEnd );\n}\n\nexport default InlineLinkUI;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"names":["_element","require","_i18n","_a11y","_components","_url","_richText","_blockEditor","_data","_utils","_index","LINK_SETTINGS","LinkControl","DEFAULT_LINK_SETTINGS","id","title","__","InlineLinkUI","isActive","activeAttributes","value","onChange","onFocusOutside","stopAddingLink","contentRef","focusOnMount","richLinkTextValue","getRichTextValueFromSelection","richTextText","text","selectionChange","useDispatch","blockEditorStore","createPageEntity","userCanCreatePages","selectionStart","useSelect","select","getSettings","getSelectionStart","_settings","__experimentalCreatePageEntity","__experimentalUserCanCreatePages","linkValue","useMemo","url","type","opensInNewTab","target","nofollow","rel","includes","removeLink","newValue","removeFormat","speak","onChangeLink","nextValue","hasLink","isNewLink","newUrl","prependHTTP","linkFormat","createLinkFormat","undefined","String","opensInNewWindow","newText","isCollapsed","inserted","insert","applyFormat","start","length","clientId","identifier","attributeKey","create","boundary","getFormatBoundary","valBefore","valAfter","split","newValAfter","replace","concat","isValidHref","popoverAnchor","useAnchor","editableContentElement","current","settings","handleCreate","pageTitle","page","status","rendered","link","kind","createButtonText","searchTerm","createInterpolateElement","sprintf","mark","_react","createElement","Popover","anchor","onClose","placement","offset","shift","constrainTabbing","__experimentalLinkControl","onRemove","hasRichPreviews","createSuggestion","withCreateSuggestion","createSuggestionButtonText","hasTextControl","showInitialSuggestions","suggestionsQuery","initialSuggestionsSearchOptions","subtype","perPage","textStart","textEnd","end","slice","_default","exports","default"],"sources":["@wordpress/format-library/src/link/inline.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { useMemo, createInterpolateElement } from '@wordpress/element';\nimport { __, sprintf } from '@wordpress/i18n';\nimport { speak } from '@wordpress/a11y';\nimport { Popover } from '@wordpress/components';\nimport { prependHTTP } from '@wordpress/url';\nimport {\n\tcreate,\n\tinsert,\n\tisCollapsed,\n\tapplyFormat,\n\tremoveFormat,\n\tslice,\n\treplace,\n\tsplit,\n\tconcat,\n\tuseAnchor,\n} from '@wordpress/rich-text';\nimport {\n\t__experimentalLinkControl as LinkControl,\n\tstore as blockEditorStore,\n} from '@wordpress/block-editor';\nimport { useDispatch, useSelect } from '@wordpress/data';\n\n/**\n * Internal dependencies\n */\nimport { createLinkFormat, isValidHref, getFormatBoundary } from './utils';\nimport { link as settings } from './index';\n\nconst LINK_SETTINGS = [\n\t...LinkControl.DEFAULT_LINK_SETTINGS,\n\t{\n\t\tid: 'nofollow',\n\t\ttitle: __( 'Mark as nofollow' ),\n\t},\n];\n\nfunction InlineLinkUI( {\n\tisActive,\n\tactiveAttributes,\n\tvalue,\n\tonChange,\n\tonFocusOutside,\n\tstopAddingLink,\n\tcontentRef,\n\tfocusOnMount,\n} ) {\n\tconst richLinkTextValue = getRichTextValueFromSelection( value, isActive );\n\n\t// Get the text content minus any HTML tags.\n\tconst richTextText = richLinkTextValue.text;\n\n\tconst { selectionChange } = useDispatch( blockEditorStore );\n\n\tconst { createPageEntity, userCanCreatePages, selectionStart } = useSelect(\n\t\t( select ) => {\n\t\t\tconst { getSettings, getSelectionStart } =\n\t\t\t\tselect( blockEditorStore );\n\t\t\tconst _settings = getSettings();\n\n\t\t\treturn {\n\t\t\t\tcreatePageEntity: _settings.__experimentalCreatePageEntity,\n\t\t\t\tuserCanCreatePages: _settings.__experimentalUserCanCreatePages,\n\t\t\t\tselectionStart: getSelectionStart(),\n\t\t\t};\n\t\t},\n\t\t[]\n\t);\n\n\tconst linkValue = useMemo(\n\t\t() => ( {\n\t\t\turl: activeAttributes.url,\n\t\t\ttype: activeAttributes.type,\n\t\t\tid: activeAttributes.id,\n\t\t\topensInNewTab: activeAttributes.target === '_blank',\n\t\t\tnofollow: activeAttributes.rel?.includes( 'nofollow' ),\n\t\t\ttitle: richTextText,\n\t\t} ),\n\t\t[\n\t\t\tactiveAttributes.id,\n\t\t\tactiveAttributes.rel,\n\t\t\tactiveAttributes.target,\n\t\t\tactiveAttributes.type,\n\t\t\tactiveAttributes.url,\n\t\t\trichTextText,\n\t\t]\n\t);\n\n\tfunction removeLink() {\n\t\tconst newValue = removeFormat( value, 'core/link' );\n\t\tonChange( newValue );\n\t\tstopAddingLink();\n\t\tspeak( __( 'Link removed.' ), 'assertive' );\n\t}\n\n\tfunction onChangeLink( nextValue ) {\n\t\tconst hasLink = linkValue?.url;\n\t\tconst isNewLink = ! hasLink;\n\n\t\t// Merge the next value with the current link value.\n\t\tnextValue = {\n\t\t\t...linkValue,\n\t\t\t...nextValue,\n\t\t};\n\n\t\tconst newUrl = prependHTTP( nextValue.url );\n\t\tconst linkFormat = createLinkFormat( {\n\t\t\turl: newUrl,\n\t\t\ttype: nextValue.type,\n\t\t\tid:\n\t\t\t\tnextValue.id !== undefined && nextValue.id !== null\n\t\t\t\t\t? String( nextValue.id )\n\t\t\t\t\t: undefined,\n\t\t\topensInNewWindow: nextValue.opensInNewTab,\n\t\t\tnofollow: nextValue.nofollow,\n\t\t} );\n\n\t\tconst newText = nextValue.title || newUrl;\n\n\t\t// Scenario: we have any active text selection or an active format.\n\t\tlet newValue;\n\t\tif ( isCollapsed( value ) && ! isActive ) {\n\t\t\t// Scenario: we don't have any actively selected text or formats.\n\t\t\tconst inserted = insert( value, newText );\n\n\t\t\tnewValue = applyFormat(\n\t\t\t\tinserted,\n\t\t\t\tlinkFormat,\n\t\t\t\tvalue.start,\n\t\t\t\tvalue.start + newText.length\n\t\t\t);\n\n\t\t\tonChange( newValue );\n\n\t\t\t// Close the Link UI.\n\t\t\tstopAddingLink();\n\n\t\t\t// Move the selection to the end of the inserted link outside of the format boundary\n\t\t\t// so the user can continue typing after the link.\n\t\t\tselectionChange( {\n\t\t\t\tclientId: selectionStart.clientId,\n\t\t\t\tidentifier: selectionStart.attributeKey,\n\t\t\t\tstart: value.start + newText.length + 1,\n\t\t\t} );\n\n\t\t\treturn;\n\t\t} else if ( newText === richTextText ) {\n\t\t\tnewValue = applyFormat( value, linkFormat );\n\t\t} else {\n\t\t\t// Scenario: Editing an existing link.\n\n\t\t\t// Create new RichText value for the new text in order that we\n\t\t\t// can apply formats to it.\n\t\t\tnewValue = create( { text: newText } );\n\t\t\t// Apply the new Link format to this new text value.\n\t\t\tnewValue = applyFormat( newValue, linkFormat, 0, newText.length );\n\n\t\t\t// Get the boundaries of the active link format.\n\t\t\tconst boundary = getFormatBoundary( value, {\n\t\t\t\ttype: 'core/link',\n\t\t\t} );\n\n\t\t\t// Split the value at the start of the active link format.\n\t\t\t// Passing \"start\" as the 3rd parameter is required to ensure\n\t\t\t// the second half of the split value is split at the format's\n\t\t\t// start boundary and avoids relying on the value's \"end\" property\n\t\t\t// which may not correspond correctly.\n\t\t\tconst [ valBefore, valAfter ] = split(\n\t\t\t\tvalue,\n\t\t\t\tboundary.start,\n\t\t\t\tboundary.start\n\t\t\t);\n\n\t\t\t// Update the original (full) RichTextValue replacing the\n\t\t\t// target text with the *new* RichTextValue containing:\n\t\t\t// 1. The new text content.\n\t\t\t// 2. The new link format.\n\t\t\t// As \"replace\" will operate on the first match only, it is\n\t\t\t// run only against the second half of the value which was\n\t\t\t// split at the active format's boundary. This avoids a bug\n\t\t\t// with incorrectly targetted replacements.\n\t\t\t// See: https://github.com/WordPress/gutenberg/issues/41771.\n\t\t\t// Note original formats will be lost when applying this change.\n\t\t\t// That is expected behaviour.\n\t\t\t// See: https://github.com/WordPress/gutenberg/pull/33849#issuecomment-936134179.\n\t\t\tconst newValAfter = replace( valAfter, richTextText, newValue );\n\n\t\t\tnewValue = concat( valBefore, newValAfter );\n\t\t}\n\n\t\tonChange( newValue );\n\n\t\t// Focus should only be returned to the rich text on submit if this link is not\n\t\t// being created for the first time. If it is then focus should remain within the\n\t\t// Link UI because it should remain open for the user to modify the link they have\n\t\t// just created.\n\t\tif ( ! isNewLink ) {\n\t\t\tstopAddingLink();\n\t\t}\n\n\t\tif ( ! isValidHref( newUrl ) ) {\n\t\t\tspeak(\n\t\t\t\t__(\n\t\t\t\t\t'Warning: the link has been inserted but may have errors. Please test it.'\n\t\t\t\t),\n\t\t\t\t'assertive'\n\t\t\t);\n\t\t} else if ( isActive ) {\n\t\t\tspeak( __( 'Link edited.' ), 'assertive' );\n\t\t} else {\n\t\t\tspeak( __( 'Link inserted.' ), 'assertive' );\n\t\t}\n\t}\n\n\tconst popoverAnchor = useAnchor( {\n\t\teditableContentElement: contentRef.current,\n\t\tsettings: {\n\t\t\t...settings,\n\t\t\tisActive,\n\t\t},\n\t} );\n\n\tasync function handleCreate( pageTitle ) {\n\t\tconst page = await createPageEntity( {\n\t\t\ttitle: pageTitle,\n\t\t\tstatus: 'draft',\n\t\t} );\n\n\t\treturn {\n\t\t\tid: page.id,\n\t\t\ttype: page.type,\n\t\t\ttitle: page.title.rendered,\n\t\t\turl: page.link,\n\t\t\tkind: 'post-type',\n\t\t};\n\t}\n\n\tfunction createButtonText( searchTerm ) {\n\t\treturn createInterpolateElement(\n\t\t\tsprintf(\n\t\t\t\t/* translators: %s: search term. */\n\t\t\t\t__( 'Create page: <mark>%s</mark>' ),\n\t\t\t\tsearchTerm\n\t\t\t),\n\t\t\t{ mark: <mark /> }\n\t\t);\n\t}\n\n\treturn (\n\t\t<Popover\n\t\t\tanchor={ popoverAnchor }\n\t\t\tonClose={ stopAddingLink }\n\t\t\tonFocusOutside={ onFocusOutside }\n\t\t\tplacement=\"bottom\"\n\t\t\toffset={ 10 }\n\t\t\tshift\n\t\t\tfocusOnMount={ focusOnMount }\n\t\t\tconstrainTabbing\n\t\t>\n\t\t\t<LinkControl\n\t\t\t\tvalue={ linkValue }\n\t\t\t\tonChange={ onChangeLink }\n\t\t\t\tonRemove={ removeLink }\n\t\t\t\thasRichPreviews\n\t\t\t\tcreateSuggestion={ createPageEntity && handleCreate }\n\t\t\t\twithCreateSuggestion={ userCanCreatePages }\n\t\t\t\tcreateSuggestionButtonText={ createButtonText }\n\t\t\t\thasTextControl\n\t\t\t\tsettings={ LINK_SETTINGS }\n\t\t\t\tshowInitialSuggestions\n\t\t\t\tsuggestionsQuery={ {\n\t\t\t\t\t// always show Pages as initial suggestions\n\t\t\t\t\tinitialSuggestionsSearchOptions: {\n\t\t\t\t\t\ttype: 'post',\n\t\t\t\t\t\tsubtype: 'page',\n\t\t\t\t\t\tperPage: 20,\n\t\t\t\t\t},\n\t\t\t\t} }\n\t\t\t/>\n\t\t</Popover>\n\t);\n}\n\nfunction getRichTextValueFromSelection( value, isActive ) {\n\t// Default to the selection ranges on the RichTextValue object.\n\tlet textStart = value.start;\n\tlet textEnd = value.end;\n\n\t// If the format is currently active then the rich text value\n\t// should always be taken from the bounds of the active format\n\t// and not the selected text.\n\tif ( isActive ) {\n\t\tconst boundary = getFormatBoundary( value, {\n\t\t\ttype: 'core/link',\n\t\t} );\n\n\t\ttextStart = boundary.start;\n\n\t\t// Text *selection* always extends +1 beyond the edge of the format.\n\t\t// We account for that here.\n\t\ttextEnd = boundary.end + 1;\n\t}\n\n\t// Get a RichTextValue containing the selected text content.\n\treturn slice( value, textStart, textEnd );\n}\n\nexport default InlineLinkUI;\n"],"mappings":"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"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.nonBreakingSpace = void 0;
|
|
7
|
+
var _react = require("react");
|
|
8
|
+
var _i18n = require("@wordpress/i18n");
|
|
9
|
+
var _richText = require("@wordpress/rich-text");
|
|
10
|
+
var _blockEditor = require("@wordpress/block-editor");
|
|
11
|
+
/**
|
|
12
|
+
* WordPress dependencies
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
const name = 'core/non-breaking-space';
|
|
16
|
+
const title = (0, _i18n.__)('Non breaking space');
|
|
17
|
+
const nonBreakingSpace = exports.nonBreakingSpace = {
|
|
18
|
+
name,
|
|
19
|
+
title,
|
|
20
|
+
tagName: 'nbsp',
|
|
21
|
+
className: null,
|
|
22
|
+
edit({
|
|
23
|
+
value,
|
|
24
|
+
onChange
|
|
25
|
+
}) {
|
|
26
|
+
function addNonBreakingSpace() {
|
|
27
|
+
onChange((0, _richText.insert)(value, '\u00a0'));
|
|
28
|
+
}
|
|
29
|
+
return (0, _react.createElement)(_blockEditor.RichTextShortcut, {
|
|
30
|
+
type: "primaryShift",
|
|
31
|
+
character: " ",
|
|
32
|
+
onUse: addNonBreakingSpace
|
|
33
|
+
});
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["_i18n","require","_richText","_blockEditor","name","title","__","nonBreakingSpace","exports","tagName","className","edit","value","onChange","addNonBreakingSpace","insert","_react","createElement","RichTextShortcut","type","character","onUse"],"sources":["@wordpress/format-library/src/non-breaking-space/index.js"],"sourcesContent":["/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { insert } from '@wordpress/rich-text';\nimport { RichTextShortcut } from '@wordpress/block-editor';\n\nconst name = 'core/non-breaking-space';\nconst title = __( 'Non breaking space' );\n\nexport const nonBreakingSpace = {\n\tname,\n\ttitle,\n\ttagName: 'nbsp',\n\tclassName: null,\n\tedit( { value, onChange } ) {\n\t\tfunction addNonBreakingSpace() {\n\t\t\tonChange( insert( value, '\\u00a0' ) );\n\t\t}\n\n\t\treturn (\n\t\t\t<RichTextShortcut\n\t\t\t\ttype=\"primaryShift\"\n\t\t\t\tcharacter=\" \"\n\t\t\t\tonUse={ addNonBreakingSpace }\n\t\t\t/>\n\t\t);\n\t},\n};\n"],"mappings":";;;;;;;AAGA,IAAAA,KAAA,GAAAC,OAAA;AACA,IAAAC,SAAA,GAAAD,OAAA;AACA,IAAAE,YAAA,GAAAF,OAAA;AALA;AACA;AACA;;AAKA,MAAMG,IAAI,GAAG,yBAAyB;AACtC,MAAMC,KAAK,GAAG,IAAAC,QAAE,EAAE,oBAAqB,CAAC;AAEjC,MAAMC,gBAAgB,GAAAC,OAAA,CAAAD,gBAAA,GAAG;EAC/BH,IAAI;EACJC,KAAK;EACLI,OAAO,EAAE,MAAM;EACfC,SAAS,EAAE,IAAI;EACfC,IAAIA,CAAE;IAAEC,KAAK;IAAEC;EAAS,CAAC,EAAG;IAC3B,SAASC,mBAAmBA,CAAA,EAAG;MAC9BD,QAAQ,CAAE,IAAAE,gBAAM,EAAEH,KAAK,EAAE,QAAS,CAAE,CAAC;IACtC;IAEA,OACC,IAAAI,MAAA,CAAAC,aAAA,EAACd,YAAA,CAAAe,gBAAgB;MAChBC,IAAI,EAAC,cAAc;MACnBC,SAAS,EAAC,GAAG;MACbC,KAAK,EAAGP;IAAqB,CAC7B,CAAC;EAEJ;AACD,CAAC"}
|
|
@@ -14,8 +14,8 @@ var _components = require("@wordpress/components");
|
|
|
14
14
|
var _icons = require("@wordpress/icons");
|
|
15
15
|
var _richText = require("@wordpress/rich-text");
|
|
16
16
|
var _compose = require("@wordpress/compose");
|
|
17
|
-
var
|
|
18
|
-
var
|
|
17
|
+
var _inlineNative = require("./inline.native.js");
|
|
18
|
+
var _inline = _interopRequireDefault(require("./inline"));
|
|
19
19
|
var _style = _interopRequireDefault(require("./style.scss"));
|
|
20
20
|
/**
|
|
21
21
|
* External dependencies
|
|
@@ -71,7 +71,7 @@ function TextColorEdit({
|
|
|
71
71
|
const [isAddingColor, setIsAddingColor] = (0, _element.useState)(false);
|
|
72
72
|
const enableIsAddingColor = (0, _element.useCallback)(() => setIsAddingColor(true), [setIsAddingColor]);
|
|
73
73
|
const disableIsAddingColor = (0, _element.useCallback)(() => setIsAddingColor(false), [setIsAddingColor]);
|
|
74
|
-
const colorIndicatorStyle = (0, _element.useMemo)(() => fillComputedColors(contentRef, (0,
|
|
74
|
+
const colorIndicatorStyle = (0, _element.useMemo)(() => fillComputedColors(contentRef, (0, _inlineNative.getActiveColors)(value, name, colors)), [value, colors]);
|
|
75
75
|
const hasColorsToChoose = colors.length || !allowCustomControl;
|
|
76
76
|
const onPressButton = (0, _element.useCallback)(() => {
|
|
77
77
|
if (hasColorsToChoose) {
|
|
@@ -114,7 +114,7 @@ function TextColorEdit({
|
|
|
114
114
|
// If has no colors to choose but a color is active remove the color onClick
|
|
115
115
|
,
|
|
116
116
|
onClick: onPressButton
|
|
117
|
-
}))), isAddingColor && (0, _react.createElement)(
|
|
117
|
+
}))), isAddingColor && (0, _react.createElement)(_inline.default, {
|
|
118
118
|
name: name,
|
|
119
119
|
onClose: disableIsAddingColor,
|
|
120
120
|
activeAttributes: activeAttributes,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["_reactNative","require","_i18n","_element","_blockEditor","_components","_icons","_richText","_compose","
|
|
1
|
+
{"version":3,"names":["_reactNative","require","_i18n","_element","_blockEditor","_components","_icons","_richText","_compose","_inlineNative","_inline","_interopRequireDefault","_style","name","title","__","getComputedStyleProperty","element","property","_element$props$style","style","props","backgroundColor","baseColors","color","background","fillComputedColors","TextColorEdit","value","onChange","isActive","activeAttributes","contentRef","allowCustomControl","useSettings","colors","useMobileGlobalStylesColors","isAddingColor","setIsAddingColor","useState","enableIsAddingColor","useCallback","disableIsAddingColor","colorIndicatorStyle","useMemo","getActiveColors","hasColorsToChoose","length","onPressButton","removeFormat","outlineStyle","usePreferredColorSchemeStyle","styles","borderWidth","StyleSheet","hairlineWidth","isActiveStyle","customContainerStyles","_react","createElement","Fragment","BlockControls","ToolbarGroup","View","pointerEvents","ToolbarButton","icon","Icon","Object","keys","textColorIcon","colorIcon","extraProps","onClick","default","onClose","textColor","exports","tagName","className","attributes","class","edit"],"sources":["@wordpress/format-library/src/text-color/index.native.js"],"sourcesContent":["/**\n * External dependencies\n */\nimport { StyleSheet, View } from 'react-native';\n\n/**\n * WordPress dependencies\n */\nimport { __ } from '@wordpress/i18n';\nimport { useCallback, useMemo, useState } from '@wordpress/element';\nimport { BlockControls, useSettings } from '@wordpress/block-editor';\nimport {\n\tToolbarGroup,\n\tToolbarButton,\n\tuseMobileGlobalStylesColors,\n} from '@wordpress/components';\nimport {\n\tIcon,\n\tcolor as colorIcon,\n\ttextColor as textColorIcon,\n} from '@wordpress/icons';\nimport { removeFormat } from '@wordpress/rich-text';\nimport { usePreferredColorSchemeStyle } from '@wordpress/compose';\n\n/**\n * Internal dependencies\n */\nimport { getActiveColors } from './inline.native.js';\nimport { default as InlineColorUI } from './inline';\nimport styles from './style.scss';\n\nconst name = 'core/text-color';\nconst title = __( 'Text color' );\n\nfunction getComputedStyleProperty( element, property ) {\n\tconst style = element?.props?.style ?? {};\n\n\tif ( property === 'background-color' ) {\n\t\tconst { backgroundColor, baseColors } = style;\n\n\t\tif ( backgroundColor !== 'transparent' ) {\n\t\t\treturn backgroundColor;\n\t\t} else if ( baseColors && baseColors?.color?.background ) {\n\t\t\treturn baseColors?.color?.background;\n\t\t}\n\n\t\treturn 'transparent';\n\t}\n}\n\nfunction fillComputedColors( element, { color, backgroundColor } ) {\n\tif ( ! color && ! backgroundColor ) {\n\t\treturn;\n\t}\n\n\treturn {\n\t\tcolor: color || getComputedStyleProperty( element, 'color' ),\n\t\tbackgroundColor: getComputedStyleProperty(\n\t\t\telement,\n\t\t\t'background-color'\n\t\t),\n\t};\n}\n\nfunction TextColorEdit( {\n\tvalue,\n\tonChange,\n\tisActive,\n\tactiveAttributes,\n\tcontentRef,\n} ) {\n\tconst [ allowCustomControl ] = useSettings( 'color.custom' );\n\tconst colors = useMobileGlobalStylesColors();\n\tconst [ isAddingColor, setIsAddingColor ] = useState( false );\n\tconst enableIsAddingColor = useCallback(\n\t\t() => setIsAddingColor( true ),\n\t\t[ setIsAddingColor ]\n\t);\n\tconst disableIsAddingColor = useCallback(\n\t\t() => setIsAddingColor( false ),\n\t\t[ setIsAddingColor ]\n\t);\n\tconst colorIndicatorStyle = useMemo(\n\t\t() =>\n\t\t\tfillComputedColors(\n\t\t\t\tcontentRef,\n\t\t\t\tgetActiveColors( value, name, colors )\n\t\t\t),\n\t\t[ value, colors ]\n\t);\n\n\tconst hasColorsToChoose = colors.length || ! allowCustomControl;\n\n\tconst onPressButton = useCallback( () => {\n\t\tif ( hasColorsToChoose ) {\n\t\t\tenableIsAddingColor();\n\t\t} else {\n\t\t\tonChange( removeFormat( value, name ) );\n\t\t}\n\t}, [ hasColorsToChoose, value ] );\n\n\tconst outlineStyle = [\n\t\tusePreferredColorSchemeStyle(\n\t\t\tstyles[ 'components-inline-color__outline' ],\n\t\t\tstyles[ 'components-inline-color__outline--dark' ]\n\t\t),\n\t\t{ borderWidth: StyleSheet.hairlineWidth },\n\t];\n\n\tif ( ! hasColorsToChoose && ! isActive ) {\n\t\treturn null;\n\t}\n\n\tconst isActiveStyle = {\n\t\t...colorIndicatorStyle,\n\t\t...( ! colorIndicatorStyle?.backgroundColor\n\t\t\t? { backgroundColor: 'transparent' }\n\t\t\t: {} ),\n\t\t...styles[ 'components-inline-color--is-active' ],\n\t};\n\n\tconst customContainerStyles =\n\t\tstyles[ 'components-inline-color__button-container' ];\n\n\treturn (\n\t\t<>\n\t\t\t<BlockControls>\n\t\t\t\t<ToolbarGroup>\n\t\t\t\t\t{ isActive && (\n\t\t\t\t\t\t<View style={ outlineStyle } pointerEvents=\"none\" />\n\t\t\t\t\t) }\n\n\t\t\t\t\t<ToolbarButton\n\t\t\t\t\t\tname=\"text-color\"\n\t\t\t\t\t\tisActive={ isActive }\n\t\t\t\t\t\ticon={\n\t\t\t\t\t\t\t<Icon\n\t\t\t\t\t\t\t\ticon={\n\t\t\t\t\t\t\t\t\tObject.keys( activeAttributes ).length\n\t\t\t\t\t\t\t\t\t\t? textColorIcon\n\t\t\t\t\t\t\t\t\t\t: colorIcon\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\tstyle={\n\t\t\t\t\t\t\t\t\tcolorIndicatorStyle?.color && {\n\t\t\t\t\t\t\t\t\t\tcolor: colorIndicatorStyle.color,\n\t\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t\t}\n\t\t\t\t\t\t\t/>\n\t\t\t\t\t\t}\n\t\t\t\t\t\ttitle={ title }\n\t\t\t\t\t\textraProps={ {\n\t\t\t\t\t\t\tisActiveStyle,\n\t\t\t\t\t\t\tcustomContainerStyles,\n\t\t\t\t\t\t} }\n\t\t\t\t\t\t// If has no colors to choose but a color is active remove the color onClick\n\t\t\t\t\t\tonClick={ onPressButton }\n\t\t\t\t\t/>\n\t\t\t\t</ToolbarGroup>\n\t\t\t</BlockControls>\n\t\t\t{ isAddingColor && (\n\t\t\t\t<InlineColorUI\n\t\t\t\t\tname={ name }\n\t\t\t\t\tonClose={ disableIsAddingColor }\n\t\t\t\t\tactiveAttributes={ activeAttributes }\n\t\t\t\t\tvalue={ value }\n\t\t\t\t\tonChange={ onChange }\n\t\t\t\t\tcontentRef={ contentRef }\n\t\t\t\t/>\n\t\t\t) }\n\t\t</>\n\t);\n}\n\nexport const textColor = {\n\tname,\n\ttitle,\n\ttagName: 'mark',\n\tclassName: 'has-inline-color',\n\tattributes: {\n\t\tstyle: 'style',\n\t\tclass: 'class',\n\t},\n\tedit: TextColorEdit,\n};\n"],"mappings":";;;;;;;;AAGA,IAAAA,YAAA,GAAAC,OAAA;AAKA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAF,OAAA;AACA,IAAAG,YAAA,GAAAH,OAAA;AACA,IAAAI,WAAA,GAAAJ,OAAA;AAKA,IAAAK,MAAA,GAAAL,OAAA;AAKA,IAAAM,SAAA,GAAAN,OAAA;AACA,IAAAO,QAAA,GAAAP,OAAA;AAKA,IAAAQ,aAAA,GAAAR,OAAA;AACA,IAAAS,OAAA,GAAAC,sBAAA,CAAAV,OAAA;AACA,IAAAW,MAAA,GAAAD,sBAAA,CAAAV,OAAA;AA7BA;AACA;AACA;;AAGA;AACA;AACA;;AAiBA;AACA;AACA;;AAKA,MAAMY,IAAI,GAAG,iBAAiB;AAC9B,MAAMC,KAAK,GAAG,IAAAC,QAAE,EAAE,YAAa,CAAC;AAEhC,SAASC,wBAAwBA,CAAEC,OAAO,EAAEC,QAAQ,EAAG;EAAA,IAAAC,oBAAA;EACtD,MAAMC,KAAK,IAAAD,oBAAA,GAAGF,OAAO,EAAEI,KAAK,EAAED,KAAK,cAAAD,oBAAA,cAAAA,oBAAA,GAAI,CAAC,CAAC;EAEzC,IAAKD,QAAQ,KAAK,kBAAkB,EAAG;IACtC,MAAM;MAAEI,eAAe;MAAEC;IAAW,CAAC,GAAGH,KAAK;IAE7C,IAAKE,eAAe,KAAK,aAAa,EAAG;MACxC,OAAOA,eAAe;IACvB,CAAC,MAAM,IAAKC,UAAU,IAAIA,UAAU,EAAEC,KAAK,EAAEC,UAAU,EAAG;MACzD,OAAOF,UAAU,EAAEC,KAAK,EAAEC,UAAU;IACrC;IAEA,OAAO,aAAa;EACrB;AACD;AAEA,SAASC,kBAAkBA,CAAET,OAAO,EAAE;EAAEO,KAAK;EAAEF;AAAgB,CAAC,EAAG;EAClE,IAAK,CAAEE,KAAK,IAAI,CAAEF,eAAe,EAAG;IACnC;EACD;EAEA,OAAO;IACNE,KAAK,EAAEA,KAAK,IAAIR,wBAAwB,CAAEC,OAAO,EAAE,OAAQ,CAAC;IAC5DK,eAAe,EAAEN,wBAAwB,CACxCC,OAAO,EACP,kBACD;EACD,CAAC;AACF;AAEA,SAASU,aAAaA,CAAE;EACvBC,KAAK;EACLC,QAAQ;EACRC,QAAQ;EACRC,gBAAgB;EAChBC;AACD,CAAC,EAAG;EACH,MAAM,CAAEC,kBAAkB,CAAE,GAAG,IAAAC,wBAAW,EAAE,cAAe,CAAC;EAC5D,MAAMC,MAAM,GAAG,IAAAC,uCAA2B,EAAC,CAAC;EAC5C,MAAM,CAAEC,aAAa,EAAEC,gBAAgB,CAAE,GAAG,IAAAC,iBAAQ,EAAE,KAAM,CAAC;EAC7D,MAAMC,mBAAmB,GAAG,IAAAC,oBAAW,EACtC,MAAMH,gBAAgB,CAAE,IAAK,CAAC,EAC9B,CAAEA,gBAAgB,CACnB,CAAC;EACD,MAAMI,oBAAoB,GAAG,IAAAD,oBAAW,EACvC,MAAMH,gBAAgB,CAAE,KAAM,CAAC,EAC/B,CAAEA,gBAAgB,CACnB,CAAC;EACD,MAAMK,mBAAmB,GAAG,IAAAC,gBAAO,EAClC,MACClB,kBAAkB,CACjBM,UAAU,EACV,IAAAa,6BAAe,EAAEjB,KAAK,EAAEf,IAAI,EAAEsB,MAAO,CACtC,CAAC,EACF,CAAEP,KAAK,EAAEO,MAAM,CAChB,CAAC;EAED,MAAMW,iBAAiB,GAAGX,MAAM,CAACY,MAAM,IAAI,CAAEd,kBAAkB;EAE/D,MAAMe,aAAa,GAAG,IAAAP,oBAAW,EAAE,MAAM;IACxC,IAAKK,iBAAiB,EAAG;MACxBN,mBAAmB,CAAC,CAAC;IACtB,CAAC,MAAM;MACNX,QAAQ,CAAE,IAAAoB,sBAAY,EAAErB,KAAK,EAAEf,IAAK,CAAE,CAAC;IACxC;EACD,CAAC,EAAE,CAAEiC,iBAAiB,EAAElB,KAAK,CAAG,CAAC;EAEjC,MAAMsB,YAAY,GAAG,CACpB,IAAAC,qCAA4B,EAC3BC,cAAM,CAAE,kCAAkC,CAAE,EAC5CA,cAAM,CAAE,wCAAwC,CACjD,CAAC,EACD;IAAEC,WAAW,EAAEC,uBAAU,CAACC;EAAc,CAAC,CACzC;EAED,IAAK,CAAET,iBAAiB,IAAI,CAAEhB,QAAQ,EAAG;IACxC,OAAO,IAAI;EACZ;EAEA,MAAM0B,aAAa,GAAG;IACrB,GAAGb,mBAAmB;IACtB,IAAK,CAAEA,mBAAmB,EAAErB,eAAe,GACxC;MAAEA,eAAe,EAAE;IAAc,CAAC,GAClC,CAAC,CAAC,CAAE;IACP,GAAG8B,cAAM,CAAE,oCAAoC;EAChD,CAAC;EAED,MAAMK,qBAAqB,GAC1BL,cAAM,CAAE,2CAA2C,CAAE;EAEtD,OACC,IAAAM,MAAA,CAAAC,aAAA,EAAAD,MAAA,CAAAE,QAAA,QACC,IAAAF,MAAA,CAAAC,aAAA,EAACvD,YAAA,CAAAyD,aAAa,QACb,IAAAH,MAAA,CAAAC,aAAA,EAACtD,WAAA,CAAAyD,YAAY,QACVhC,QAAQ,IACT,IAAA4B,MAAA,CAAAC,aAAA,EAAC3D,YAAA,CAAA+D,IAAI;IAAC3C,KAAK,EAAG8B,YAAc;IAACc,aAAa,EAAC;EAAM,CAAE,CACnD,EAED,IAAAN,MAAA,CAAAC,aAAA,EAACtD,WAAA,CAAA4D,aAAa;IACbpD,IAAI,EAAC,YAAY;IACjBiB,QAAQ,EAAGA,QAAU;IACrBoC,IAAI,EACH,IAAAR,MAAA,CAAAC,aAAA,EAACrD,MAAA,CAAA6D,IAAI;MACJD,IAAI,EACHE,MAAM,CAACC,IAAI,CAAEtC,gBAAiB,CAAC,CAACgB,MAAM,GACnCuB,gBAAa,GACbC,YACH;MACDnD,KAAK,EACJuB,mBAAmB,EAAEnB,KAAK,IAAI;QAC7BA,KAAK,EAAEmB,mBAAmB,CAACnB;MAC5B;IACA,CACD,CACD;IACDV,KAAK,EAAGA,KAAO;IACf0D,UAAU,EAAG;MACZhB,aAAa;MACbC;IACD;IACA;IAAA;IACAgB,OAAO,EAAGzB;EAAe,CACzB,CACY,CACA,CAAC,EACdX,aAAa,IACd,IAAAqB,MAAA,CAAAC,aAAA,EAACjD,OAAA,CAAAgE,OAAa;IACb7D,IAAI,EAAGA,IAAM;IACb8D,OAAO,EAAGjC,oBAAsB;IAChCX,gBAAgB,EAAGA,gBAAkB;IACrCH,KAAK,EAAGA,KAAO;IACfC,QAAQ,EAAGA,QAAU;IACrBG,UAAU,EAAGA;EAAY,CACzB,CAED,CAAC;AAEL;AAEO,MAAM4C,SAAS,GAAAC,OAAA,CAAAD,SAAA,GAAG;EACxB/D,IAAI;EACJC,KAAK;EACLgE,OAAO,EAAE,MAAM;EACfC,SAAS,EAAE,kBAAkB;EAC7BC,UAAU,EAAE;IACX5D,KAAK,EAAE,OAAO;IACd6D,KAAK,EAAE;EACR,CAAC;EACDC,IAAI,EAAEvD;AACP,CAAC"}
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = InlineColorUI;
|
|
7
|
+
exports.getActiveColors = getActiveColors;
|
|
7
8
|
var _react = require("react");
|
|
8
9
|
var _element = require("@wordpress/element");
|
|
9
10
|
var _richText = require("@wordpress/rich-text");
|
|
@@ -39,7 +40,7 @@ function getActiveColors(value, name, colorSettings) {
|
|
|
39
40
|
...(0, _inline.parseClassName)(activeColorFormat.attributes.class, colorSettings)
|
|
40
41
|
};
|
|
41
42
|
}
|
|
42
|
-
function setColors(value, name, colorSettings, colors) {
|
|
43
|
+
function setColors(value, name, colorSettings, colors, contentRef) {
|
|
43
44
|
const {
|
|
44
45
|
color,
|
|
45
46
|
backgroundColor
|
|
@@ -47,7 +48,8 @@ function setColors(value, name, colorSettings, colors) {
|
|
|
47
48
|
...getActiveColors(value, name, colorSettings),
|
|
48
49
|
...colors
|
|
49
50
|
};
|
|
50
|
-
if (!color
|
|
51
|
+
if (!color) {
|
|
52
|
+
contentRef?.onRemoveMarkFormatting();
|
|
51
53
|
return (0, _richText.removeFormat)(value, name);
|
|
52
54
|
}
|
|
53
55
|
const styles = [];
|
|
@@ -75,55 +77,30 @@ function setColors(value, name, colorSettings, colors) {
|
|
|
75
77
|
attributes
|
|
76
78
|
};
|
|
77
79
|
const hasNoSelection = value.start === value.end;
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
// Force formatting due to limitations in the native implementation
|
|
82
|
-
if (hasNoSelection && (value.text.length === 0 || previousCharacter === ' ' && isAtTheEnd)) {
|
|
83
|
-
// For cases where there's no text selected, there's a space before
|
|
84
|
-
// the current caret position and it's at the end of the text.
|
|
85
|
-
return (0, _richText.applyFormat)(value, format, value.start - 1, value.end + 1);
|
|
86
|
-
} else if (hasNoSelection && isAtTheEnd) {
|
|
87
|
-
// If there's no selection and is at the end of the text
|
|
88
|
-
// manually add the format within the current caret position.
|
|
89
|
-
const newFormat = (0, _richText.applyFormat)(value, format);
|
|
90
|
-
const {
|
|
91
|
-
activeFormats
|
|
92
|
-
} = newFormat;
|
|
93
|
-
newFormat.formats[value.start] = [...(activeFormats?.filter(({
|
|
94
|
-
type
|
|
95
|
-
}) => type !== format.type) || []), format];
|
|
96
|
-
return newFormat;
|
|
97
|
-
} else if (hasNoSelection) {
|
|
98
|
-
return (0, _richText.removeFormat)(value, format);
|
|
80
|
+
if (hasNoSelection) {
|
|
81
|
+
contentRef?.onMarkFormatting(color);
|
|
99
82
|
}
|
|
100
83
|
return (0, _richText.applyFormat)(value, format);
|
|
101
84
|
}
|
|
102
85
|
function ColorPicker({
|
|
103
86
|
name,
|
|
104
87
|
value,
|
|
105
|
-
onChange
|
|
88
|
+
onChange,
|
|
89
|
+
contentRef
|
|
106
90
|
}) {
|
|
107
91
|
const property = 'color';
|
|
108
92
|
const colors = (0, _components.useMobileGlobalStylesColors)();
|
|
109
93
|
const colorSettings = (0, _blockEditor.useMultipleOriginColorsAndGradients)();
|
|
110
94
|
const onColorChange = (0, _element.useCallback)(color => {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
// Remove formatting if the color was reset, there's no
|
|
116
|
-
// current selection and the previous character is a space
|
|
117
|
-
} else if (value?.start === value?.end && value.text?.charAt(value?.end - 1) === ' ') {
|
|
118
|
-
onChange((0, _richText.removeFormat)(value, name, value.end - 1, value.end));
|
|
119
|
-
} else {
|
|
120
|
-
onChange((0, _richText.removeFormat)(value, name));
|
|
121
|
-
}
|
|
122
|
-
}, [colors, onChange, property]);
|
|
95
|
+
onChange(setColors(value, name, colors, {
|
|
96
|
+
[property]: color
|
|
97
|
+
}, contentRef));
|
|
98
|
+
}, [colors, contentRef, name, onChange, value]);
|
|
123
99
|
const activeColors = (0, _element.useMemo)(() => getActiveColors(value, name, colors), [name, value, colors]);
|
|
124
100
|
return (0, _react.createElement)(_components.ColorSettings, {
|
|
125
101
|
colorValue: activeColors[property],
|
|
126
102
|
onColorChange: onColorChange,
|
|
103
|
+
onColorCleared: onColorChange,
|
|
127
104
|
defaultSettings: colorSettings,
|
|
128
105
|
hideNavigation: true
|
|
129
106
|
});
|
|
@@ -132,7 +109,8 @@ function InlineColorUI({
|
|
|
132
109
|
name,
|
|
133
110
|
value,
|
|
134
111
|
onChange,
|
|
135
|
-
onClose
|
|
112
|
+
onClose,
|
|
113
|
+
contentRef
|
|
136
114
|
}) {
|
|
137
115
|
return (0, _react.createElement)(_components.BottomSheet, {
|
|
138
116
|
isVisible: true,
|
|
@@ -153,7 +131,8 @@ function InlineColorUI({
|
|
|
153
131
|
}, (0, _react.createElement)(ColorPicker, {
|
|
154
132
|
name: name,
|
|
155
133
|
value: value,
|
|
156
|
-
onChange: onChange
|
|
134
|
+
onChange: onChange,
|
|
135
|
+
contentRef: contentRef
|
|
157
136
|
}))));
|
|
158
137
|
}
|
|
159
138
|
//# sourceMappingURL=inline.native.js.map
|