@titaui/pc 1.10.39 → 1.10.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +18 -3
  2. package/lib/components/upload/index.js +2 -4
  3. package/lib/index.js +0 -8
  4. package/package.json +2 -20
  5. package/lib/components/rich-editor/basic/schema.js +0 -47
  6. package/lib/components/rich-editor/consts/events.js +0 -12
  7. package/lib/components/rich-editor/enums.js +0 -42
  8. package/lib/components/rich-editor/index.js +0 -58
  9. package/lib/components/rich-editor/keymap.js +0 -119
  10. package/lib/components/rich-editor/keymaps/index.js +0 -241
  11. package/lib/components/rich-editor/models/controller.js +0 -18
  12. package/lib/components/rich-editor/models/editor.js +0 -47
  13. package/lib/components/rich-editor/models/plugin.js +0 -20
  14. package/lib/components/rich-editor/models/schema.js +0 -121
  15. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -27
  16. package/lib/components/rich-editor/plugins/block/block-quote/index.js +0 -126
  17. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -31
  18. package/lib/components/rich-editor/plugins/block/heading/index.js +0 -188
  19. package/lib/components/rich-editor/plugins/block/index.js +0 -57
  20. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +0 -172
  21. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +0 -163
  22. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +0 -59
  23. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +0 -74
  24. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -45
  25. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +0 -104
  26. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +0 -92
  27. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +0 -89
  28. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +0 -48
  29. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +0 -61
  30. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +0 -34
  31. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +0 -289
  32. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +0 -180
  33. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +0 -328
  34. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +0 -60
  35. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +0 -398
  36. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +0 -45
  37. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +0 -302
  38. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -43
  39. package/lib/components/rich-editor/plugins/block/lists/index.js +0 -222
  40. package/lib/components/rich-editor/plugins/block/lists/messages.js +0 -38
  41. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +0 -152
  42. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -33
  43. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +0 -94
  44. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -15
  45. package/lib/components/rich-editor/plugins/block/lists/transforms.js +0 -347
  46. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +0 -48
  47. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -126
  48. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +0 -87
  49. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +0 -144
  50. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +0 -31
  51. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +0 -201
  52. package/lib/components/rich-editor/plugins/block/lists/utils.js +0 -52
  53. package/lib/components/rich-editor/plugins/block/paragraph/index.js +0 -91
  54. package/lib/components/rich-editor/plugins/core/index.js +0 -90
  55. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -67
  56. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -29
  57. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +0 -80
  58. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -24
  59. package/lib/components/rich-editor/plugins/extension/alignment/index.js +0 -111
  60. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +0 -19
  61. package/lib/components/rich-editor/plugins/extension/index.js +0 -18
  62. package/lib/components/rich-editor/plugins/index.js +0 -44
  63. package/lib/components/rich-editor/plugins/inline/color/commond.js +0 -128
  64. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -43
  65. package/lib/components/rich-editor/plugins/inline/color/index.css +0 -61
  66. package/lib/components/rich-editor/plugins/inline/color/index.js +0 -209
  67. package/lib/components/rich-editor/plugins/inline/color/selector.js +0 -252
  68. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +0 -147
  69. package/lib/components/rich-editor/plugins/inline/em/index.js +0 -93
  70. package/lib/components/rich-editor/plugins/inline/index.js +0 -83
  71. package/lib/components/rich-editor/plugins/inline/link/commands.js +0 -256
  72. package/lib/components/rich-editor/plugins/inline/link/index.js +0 -149
  73. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +0 -77
  74. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +0 -293
  75. package/lib/components/rich-editor/plugins/inline/link/ui/index.css +0 -79
  76. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +0 -148
  77. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +0 -88
  78. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +0 -117
  79. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -33
  80. package/lib/components/rich-editor/plugins/inline/strong/index.js +0 -137
  81. package/lib/components/rich-editor/plugins/inline/under-line/index.js +0 -145
  82. package/lib/components/rich-editor/plugins/util.js +0 -281
  83. package/lib/components/rich-editor/react/reactNodeView.js +0 -383
  84. package/lib/components/rich-editor/react/uiProvider.js +0 -185
  85. package/lib/components/rich-editor/schemas/basic.js +0 -309
  86. package/lib/components/rich-editor/schemas/index.js +0 -19
  87. package/lib/components/rich-editor/schemas/list.js +0 -342
  88. package/lib/components/rich-editor/types/commond.js +0 -5
  89. package/lib/components/rich-editor/types/index.js +0 -18
  90. package/lib/components/rich-editor/ui/Popup/index.js +0 -247
  91. package/lib/components/rich-editor/ui/Popup/utils.js +0 -399
  92. package/lib/components/rich-editor/ui/editor/index.css +0 -141
  93. package/lib/components/rich-editor/ui/editor/index.js +0 -130
  94. package/lib/components/rich-editor/ui/normal-toolbar/index.css +0 -28
  95. package/lib/components/rich-editor/ui/normal-toolbar/index.js +0 -109
  96. package/lib/components/rich-editor/utils/browser.js +0 -35
  97. package/lib/components/rich-editor/utils/commands.js +0 -266
  98. package/lib/components/rich-editor/utils/document.js +0 -160
  99. package/lib/components/rich-editor/utils/event.js +0 -79
  100. package/lib/components/rich-editor/utils/helpers.js +0 -16
  101. package/lib/components/rich-editor/utils/mark.js +0 -168
  102. package/lib/components/rich-editor/utils/slice.js +0 -85
  103. package/lib/components/rich-editor/utils/toolbar.js +0 -228
  104. package/yarn-error.log +0 -22184
@@ -1,281 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.applyPlugins = applyPlugins;
7
- exports.compose = compose;
8
- exports.findAncestorPosition = findAncestorPosition;
9
- exports.getAncestorNodesBetween = getAncestorNodesBetween;
10
- exports.isBlockActive = isBlockActive;
11
- exports.isRangeOfType = isRangeOfType;
12
- exports.isSharedMark = isSharedMark;
13
- exports.sanitiseSelectionMarksForWrapping = void 0;
14
-
15
- var _prosemirrorKeymap = require("prosemirror-keymap");
16
-
17
- var _schema = require("../models/schema");
18
-
19
- var _event = require("../utils/event");
20
-
21
- var _core = require("./core");
22
-
23
- function _toConsumableArray(arr) { return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); }
24
-
25
- function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
26
-
27
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
28
-
29
- function _iterableToArray(iter) { if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); }
30
-
31
- function _arrayWithoutHoles(arr) { if (Array.isArray(arr)) return _arrayLikeToArray(arr); }
32
-
33
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
34
-
35
- function applyPlugins() {
36
- var plugins = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : [];
37
- var defaultSchema = arguments.length > 1 ? arguments[1] : undefined;
38
- var dispatcher = arguments.length > 2 ? arguments[2] : undefined;
39
- var nodes = defaultSchema.nodes;
40
- var marks = defaultSchema.marks || {};
41
- var nativePlugins = [];
42
- var controllers = [];
43
- var schemas = [];
44
- plugins.forEach(function (p) {
45
- if (p.schema) {
46
- Array.isArray(p.schema) ? schemas.push.apply(schemas, _toConsumableArray(p.schema.map(function (S) {
47
- return new S();
48
- }))) : schemas.push(new p.schema());
49
- }
50
-
51
- dealPlugin(p, nativePlugins, controllers, dispatcher);
52
- });
53
- dealPlugin(new _core.CorePlugin(), nativePlugins, controllers, dispatcher);
54
- schemas.sort(function (s1, s2) {
55
- return s2.priority - s1.priority;
56
- }).forEach(function (s) {
57
- if (s instanceof _schema.InlineSchema) {
58
- marks[s.name] = s;
59
- } else {
60
- nodes[s.name] = s;
61
- }
62
- });
63
- return {
64
- nodes: nodes,
65
- marks: marks,
66
- nativePlugins: nativePlugins,
67
- controllers: controllers
68
- };
69
- }
70
-
71
- function dealPlugin(plugin, nativePlugins, controllers, dispatcher) {
72
- if (plugin.controller) {
73
- var pController = new plugin.controller();
74
- controllers.push(pController);
75
-
76
- if (pController.pmPlugins) {
77
- nativePlugins.push.apply(nativePlugins, _toConsumableArray(pController.pmPlugins.map(function (pm) {
78
- return typeof pm == 'function' ? pm((0, _event.createDispatch)(dispatcher)) : pm;
79
- })));
80
- }
81
-
82
- if (pController.keymap) {
83
- nativePlugins.push((0, _prosemirrorKeymap.keymap)(pController.keymap));
84
- }
85
- }
86
- }
87
-
88
- function addSchema(nodes, marks, SchemaCtor) {
89
- var pSchema = new SchemaCtor();
90
-
91
- if (pSchema instanceof _schema.InlineSchema) {
92
- marks[pSchema.name] = pSchema;
93
- } else {
94
- nodes[pSchema.name] = pSchema;
95
- }
96
- }
97
-
98
- function isSharedMark(editor, from, to, type) {
99
- var attrs = arguments.length > 4 && arguments[4] !== undefined ? arguments[4] : {};
100
- var state = editor.state;
101
- var allHasMark = true;
102
- state.doc.nodesBetween(from, to, function (node) {
103
- if (!node.isText || !allHasMark) return;
104
- var sameTypeMarks = node.marks.filter(function (m) {
105
- return m.type == type;
106
- });
107
-
108
- if (!sameTypeMarks.length) {
109
- allHasMark = false;
110
- return;
111
- }
112
-
113
- sameTypeMarks.forEach(function (mark) {
114
- if (!allHasMark) return;
115
-
116
- if (Object.keys(attrs).length != Object.keys(mark.attrs).length) {
117
- allHasMark = false;
118
- return;
119
- }
120
-
121
- for (var key in attrs) {
122
- if (!(key in mark.attrs) || mark.attrs[key] !== attrs[key]) {
123
- allHasMark = false;
124
- return;
125
- }
126
- }
127
- });
128
- });
129
- return allHasMark;
130
- }
131
- /**
132
- * Traverse the document until an "ancestor" is found. Any nestable block can be an ancestor.
133
- */
134
-
135
-
136
- function findAncestorPosition(doc, pos) {
137
- var nestableBlocks = ['blockquote', 'bulletList', 'orderedList'];
138
-
139
- if (pos.depth === 1) {
140
- return pos;
141
- }
142
-
143
- var node = pos.node(pos.depth);
144
- var newPos = pos;
145
-
146
- while (pos.depth >= 1) {
147
- pos = doc.resolve(pos.before(pos.depth));
148
- node = pos.node(pos.depth);
149
-
150
- if (node && nestableBlocks.indexOf(node.type.name) !== -1) {
151
- newPos = pos;
152
- }
153
- }
154
-
155
- return newPos;
156
- }
157
- /**
158
- * Returns all top-level ancestor-nodes between $from and $to
159
- */
160
-
161
-
162
- function getAncestorNodesBetween(doc, $from, $to) {
163
- var nodes = Array();
164
- var maxDepth = findAncestorPosition(doc, $from).depth;
165
- var current = doc.resolve($from.start(maxDepth));
166
-
167
- while (current.pos <= $to.start($to.depth)) {
168
- var depth = Math.min(current.depth, maxDepth);
169
- var node = current.node(depth);
170
-
171
- if (node) {
172
- nodes.push(node);
173
- }
174
-
175
- if (depth === 0) {
176
- break;
177
- }
178
-
179
- var next = doc.resolve(current.after(depth));
180
-
181
- if (next.start(depth) >= doc.nodeSize - 2) {
182
- break;
183
- }
184
-
185
- if (next.depth !== current.depth) {
186
- next = doc.resolve(next.pos + 2);
187
- }
188
-
189
- if (next.depth) {
190
- current = doc.resolve(next.start(next.depth));
191
- } else {
192
- current = doc.resolve(next.end(next.depth));
193
- }
194
- }
195
-
196
- return nodes;
197
- }
198
- /**
199
- * Step through block-nodes between $from and $to and returns false if a node is
200
- * found that isn't of the specified type
201
- */
202
-
203
-
204
- function isRangeOfType(doc, $from, $to, nodeType) {
205
- return getAncestorNodesBetween(doc, $from, $to).filter(function (node) {
206
- return node.type !== nodeType;
207
- }).length === 0;
208
- }
209
- /** Helper type for single arg function */
210
-
211
-
212
- /**
213
- * Compose 1 to n functions.
214
- * @param func first function
215
- * @param funcs additional functions
216
- */
217
- function compose(func) {
218
- for (var _len = arguments.length, funcs = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
219
- funcs[_key - 1] = arguments[_key];
220
- }
221
-
222
- var allFuncs = [func].concat(funcs);
223
- return function composed(raw) {
224
- return allFuncs.reduceRight(function (memo, func) {
225
- return func(memo);
226
- }, raw);
227
- };
228
- }
229
- /**
230
- * Removes marks from nodes in the current selection that are not supported
231
- */
232
-
233
-
234
- var sanitiseSelectionMarksForWrapping = function sanitiseSelectionMarksForWrapping(state, newParentType) {
235
- var tr;
236
- var _state$tr$selection = state.tr.selection,
237
- from = _state$tr$selection.from,
238
- to = _state$tr$selection.to;
239
- state.doc.nodesBetween(from, to, function (node, pos, parent) {
240
- // If iterate over a node thats out of our defined range
241
- // We skip here but continue to iterate over its children.
242
- if (node.isText || pos < from || pos > to) {
243
- return true;
244
- }
245
-
246
- node.marks.forEach(function (mark) {
247
- if (!parent.type.allowsMarkType(mark.type) || newParentType && !newParentType.allowsMarkType(mark.type)) {
248
- var filteredMarks = node.marks.filter(function (m) {
249
- return m.type !== mark.type;
250
- });
251
- var position = pos > 0 ? pos - 1 : 0;
252
- tr = (tr || state.tr).setNodeMarkup(position, undefined, node.attrs, filteredMarks);
253
- }
254
- });
255
- }, from);
256
- return tr;
257
- };
258
-
259
- exports.sanitiseSelectionMarksForWrapping = sanitiseSelectionMarksForWrapping;
260
-
261
- function isAttrEquals(node, attrs) {
262
- for (var key in attrs) {
263
- if (attrs[key] != node.attrs[key]) return false;
264
- }
265
-
266
- return true;
267
- }
268
-
269
- function isBlockActive(state, type) {
270
- var attrs = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {};
271
- var _state$selection = state.selection,
272
- from = _state$selection.from,
273
- to = _state$selection.to;
274
- var active = false;
275
- state.doc.nodesBetween(from, to, function (node) {
276
- if (active) return false;
277
- if (node.type.name == type && isAttrEquals(node, attrs)) active = true;
278
- return !active;
279
- });
280
- return active;
281
- }
@@ -1,383 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
-
5
- Object.defineProperty(exports, "__esModule", {
6
- value: true
7
- });
8
- exports["default"] = exports.SelectionBasedNodeView = void 0;
9
-
10
- var React = _interopRequireWildcard(require("react"));
11
-
12
- var _prosemirrorState = require("prosemirror-state");
13
-
14
- var _reactNodeView = require("../plugins/base/pm-plugins/reactNodeView");
15
-
16
- function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
17
-
18
- function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
19
-
20
- function _get() { if (typeof Reflect !== "undefined" && Reflect.get) { _get = Reflect.get; } else { _get = function _get(target, property, receiver) { var base = _superPropBase(target, property); if (!base) return; var desc = Object.getOwnPropertyDescriptor(base, property); if (desc.get) { return desc.get.call(arguments.length < 3 ? target : receiver); } return desc.value; }; } return _get.apply(this, arguments); }
21
-
22
- function _superPropBase(object, property) { while (!Object.prototype.hasOwnProperty.call(object, property)) { object = _getPrototypeOf(object); if (object === null) break; } return object; }
23
-
24
- function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); Object.defineProperty(subClass, "prototype", { writable: false }); if (superClass) _setPrototypeOf(subClass, superClass); }
25
-
26
- function _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }
27
-
28
- function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
29
-
30
- function _possibleConstructorReturn(self, call) { if (call && (_typeof(call) === "object" || typeof call === "function")) { return call; } else if (call !== void 0) { throw new TypeError("Derived constructors may only return object or undefined"); } return _assertThisInitialized(self); }
31
-
32
- function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; }
33
-
34
- function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
35
-
36
- function _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }
37
-
38
- function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
39
-
40
- function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
41
-
42
- function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
43
-
44
- function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); Object.defineProperty(Constructor, "prototype", { writable: false }); return Constructor; }
45
-
46
- var ReactNodeView = /*#__PURE__*/function () {
47
- function ReactNodeView(node, view, getPos, portalProviderAPI, reactComponentProps, reactComponent) {
48
- var hasContext = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
49
- var viewShouldUpdate = arguments.length > 7 ? arguments[7] : undefined;
50
-
51
- _classCallCheck(this, ReactNodeView);
52
-
53
- _initialiseProps.call(this);
54
-
55
- this.node = node;
56
- this.view = view;
57
- this.getPos = getPos;
58
- this.portalProviderAPI = portalProviderAPI;
59
- this.reactComponentProps = reactComponentProps || {};
60
- this.reactComponent = reactComponent;
61
- this.hasContext = hasContext;
62
- this._viewShouldUpdate = viewShouldUpdate;
63
- }
64
- /**
65
- * This method exists to move initialization logic out of the constructor,
66
- * so object can be initialized properly before calling render first time.
67
- *
68
- * Example:
69
- * Instance properties get added to an object only after super call in
70
- * constructor, which leads to some methods being undefined during the
71
- * first render.
72
- */
73
-
74
-
75
- _createClass(ReactNodeView, [{
76
- key: "init",
77
- value: function init() {
78
- var _this = this;
79
-
80
- this.domRef = this.createDomRef();
81
- this.setDomAttrs(this.node, this.domRef);
82
-
83
- var _ref = this.getContentDOM() || {
84
- dom: undefined,
85
- contentDOM: undefined
86
- },
87
- contentDOMWrapper = _ref.dom,
88
- contentDOM = _ref.contentDOM;
89
-
90
- if (this.domRef && contentDOMWrapper) {
91
- this.domRef.appendChild(contentDOMWrapper);
92
- this.contentDOM = contentDOM ? contentDOM : contentDOMWrapper;
93
- this.contentDOMWrapper = contentDOMWrapper || contentDOM;
94
- } // @see ED-3790
95
- // something gets messed up during mutation processing inside of a
96
- // nodeView if DOM structure has nested plain "div"s, it doesn't see the
97
- // difference between them and it kills the nodeView
98
-
99
-
100
- this.domRef.classList.add("".concat(this.node.type.name, "View-content-wrap"));
101
- this.renderReactComponent(function () {
102
- return _this.render(_this.reactComponentProps, _this.handleRef);
103
- });
104
- return this;
105
- }
106
- }, {
107
- key: "renderReactComponent",
108
- value: function renderReactComponent(component) {
109
- if (!this.domRef || !component) {
110
- return;
111
- }
112
-
113
- this.portalProviderAPI.render(component, this.domRef, this.hasContext);
114
- }
115
- }, {
116
- key: "createDomRef",
117
- value: function createDomRef() {
118
- return this.node.isInline ? document.createElement('span') : document.createElement('div');
119
- }
120
- }, {
121
- key: "getContentDOM",
122
- value: function getContentDOM() {
123
- return undefined;
124
- }
125
- }, {
126
- key: "_handleRef",
127
- value: function _handleRef(node) {
128
- var contentDOM = this.contentDOMWrapper || this.contentDOM; // move the contentDOM node inside the inner reference after rendering
129
-
130
- if (node && contentDOM && !node.contains(contentDOM)) {
131
- node.appendChild(contentDOM);
132
- }
133
- }
134
- }, {
135
- key: "render",
136
- value: function render(props, forwardRef) {
137
- return this.reactComponent ? /*#__PURE__*/React.createElement(this.reactComponent, _extends({
138
- view: this.view,
139
- getPos: this.getPos,
140
- node: this.node,
141
- forwardRef: forwardRef
142
- }, props)) : null;
143
- } //@ts-ignore
144
-
145
- }, {
146
- key: "update",
147
- value: function update(node, _decorations) {
148
- var _this2 = this;
149
-
150
- var validUpdate = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : function () {
151
- return true;
152
- };
153
- // @see https://github.com/ProseMirror/prosemirror/issues/648
154
- var isValidUpdate = this.node.type === node.type && validUpdate(this.node, node);
155
-
156
- if (!isValidUpdate) {
157
- return false;
158
- }
159
-
160
- if (this.domRef && !this.node.sameMarkup(node)) {
161
- this.setDomAttrs(node, this.domRef);
162
- } // View should not process a re-render if this is false.
163
- // We dont want to destroy the view, so we return true.
164
-
165
-
166
- if (!this.viewShouldUpdate(node)) {
167
- this.node = node;
168
- return true;
169
- }
170
-
171
- this.node = node;
172
- this.renderReactComponent(function () {
173
- return _this2.render(_this2.reactComponentProps, _this2.handleRef);
174
- });
175
- return true;
176
- }
177
- }, {
178
- key: "viewShouldUpdate",
179
- value: function viewShouldUpdate(nextNode) {
180
- if (this._viewShouldUpdate) {
181
- return this._viewShouldUpdate(nextNode);
182
- }
183
-
184
- return true;
185
- }
186
- /**
187
- * Copies the attributes from a ProseMirror Node to a DOM node.
188
- * @param node The Prosemirror Node from which to source the attributes
189
- */
190
-
191
- }, {
192
- key: "setDomAttrs",
193
- value: function setDomAttrs(node, element) {
194
- Object.keys(node.attrs || {}).forEach(function (attr) {
195
- element.setAttribute(attr, node.attrs[attr]);
196
- });
197
- }
198
- }, {
199
- key: "dom",
200
- get: function get() {
201
- return this.domRef;
202
- }
203
- }, {
204
- key: "destroy",
205
- value: function destroy() {
206
- if (!this.domRef) {
207
- return;
208
- }
209
-
210
- this.portalProviderAPI.remove(this.domRef);
211
- this.domRef = undefined;
212
- this.contentDOM = undefined;
213
- }
214
- }], [{
215
- key: "fromComponent",
216
- value: function fromComponent(component, portalProviderAPI, props, viewShouldUpdate) {
217
- return function (node, view, getPos) {
218
- return new ReactNodeView(node, view, getPos, portalProviderAPI, props, component, false, viewShouldUpdate).init();
219
- };
220
- }
221
- }]);
222
-
223
- return ReactNodeView;
224
- }();
225
- /**
226
- * A ReactNodeView that handles React components sensitive
227
- * to selection changes.
228
- *
229
- * If the selection changes, it will attempt to re-render the
230
- * React component. Otherwise it does nothing.
231
- *
232
- * You can subclass `viewShouldUpdate` to include other
233
- * props that your component might want to consider before
234
- * entering the React lifecycle. These are usually props you
235
- * compare in `shouldComponentUpdate`.
236
- *
237
- * An example:
238
- *
239
- * ```
240
- * viewShouldUpdate(nextNode) {
241
- * if (nextNode.attrs !== this.node.attrs) {
242
- * return true;
243
- * }
244
- *
245
- * return super.viewShouldUpdate(nextNode);
246
- * }```
247
- */
248
-
249
-
250
- exports["default"] = ReactNodeView;
251
-
252
- var _initialiseProps = function _initialiseProps() {
253
- var _this3 = this;
254
-
255
- this.handleRef = function (node) {
256
- return _this3._handleRef(node);
257
- };
258
- };
259
-
260
- var SelectionBasedNodeView = /*#__PURE__*/function (_ReactNodeView) {
261
- _inherits(SelectionBasedNodeView, _ReactNodeView);
262
-
263
- var _super = _createSuper(SelectionBasedNodeView);
264
-
265
- function SelectionBasedNodeView(node, view, getPos, portalProviderAPI, reactComponentProps, reactComponent) {
266
- var _this4;
267
-
268
- var hasContext = arguments.length > 6 && arguments[6] !== undefined ? arguments[6] : false;
269
- var viewShouldUpdate = arguments.length > 7 ? arguments[7] : undefined;
270
-
271
- _classCallCheck(this, SelectionBasedNodeView);
272
-
273
- _this4 = _super.call(this, node, view, getPos, portalProviderAPI, reactComponentProps, reactComponent, hasContext, viewShouldUpdate);
274
-
275
- _this4.isSelectionInsideNode = function (from, to, pos, posEnd) {
276
- pos = typeof pos !== 'number' ? _this4.pos : pos;
277
- posEnd = typeof posEnd !== 'number' ? _this4.posEnd : posEnd;
278
-
279
- if (typeof pos !== 'number' || typeof posEnd !== 'number') {
280
- return false;
281
- }
282
-
283
- return pos < from && to < posEnd;
284
- };
285
-
286
- _this4.isSelectedNode = function (selection) {
287
- if (selection instanceof _prosemirrorState.NodeSelection) {
288
- var _this4$view$state$sel = _this4.view.state.selection,
289
- from = _this4$view$state$sel.from,
290
- to = _this4$view$state$sel.to;
291
- return selection.node === _this4.node || // If nodes are not the same object, we check if they are referring to the same document node
292
- _this4.pos === from && _this4.posEnd === to && selection.node.eq(_this4.node);
293
- }
294
-
295
- return false;
296
- };
297
-
298
- _this4.insideSelection = function () {
299
- var _this4$view$state$sel2 = _this4.view.state.selection,
300
- from = _this4$view$state$sel2.from,
301
- to = _this4$view$state$sel2.to;
302
- return _this4.isSelectedNode(_this4.view.state.selection) || _this4.isSelectionInsideNode(from, to);
303
- };
304
-
305
- _this4.onSelectionChange = function () {
306
- _this4.update(_this4.node, []);
307
- };
308
-
309
- _this4.updatePos();
310
-
311
- _this4.oldSelection = view.state.selection;
312
- _this4.selectionChangeState = _reactNodeView.stateKey.getState(_this4.view.state);
313
-
314
- _this4.selectionChangeState.subscribe(_this4.onSelectionChange);
315
-
316
- return _this4;
317
- }
318
- /**
319
- * Update current node's start and end positions.
320
- *
321
- * Prefer `this.pos` rather than getPos(), because calling getPos is
322
- * expensive, unless you know you're definitely going to render.
323
- */
324
-
325
-
326
- _createClass(SelectionBasedNodeView, [{
327
- key: "updatePos",
328
- value: function updatePos() {
329
- if (typeof this.getPos === 'boolean') {
330
- return;
331
- }
332
-
333
- this.pos = this.getPos();
334
- this.posEnd = this.pos + this.node.nodeSize;
335
- }
336
- }, {
337
- key: "viewShouldUpdate",
338
- value: function viewShouldUpdate(_nextNode) {
339
- var selection = this.view.state.selection; // update selection
340
-
341
- var oldSelection = this.oldSelection;
342
- this.oldSelection = selection; // update cached positions
343
-
344
- var oldPos = this.pos,
345
- oldPosEnd = this.posEnd;
346
- this.updatePos();
347
- var from = selection.from,
348
- to = selection.to;
349
- var oldFrom = oldSelection.from,
350
- oldTo = oldSelection.to;
351
-
352
- if (this.node.type.spec.selectable) {
353
- var newNodeSelection = selection instanceof _prosemirrorState.NodeSelection && selection.from === this.pos;
354
- var oldNodeSelection = oldSelection instanceof _prosemirrorState.NodeSelection && oldSelection.from === this.pos;
355
-
356
- if (newNodeSelection && !oldNodeSelection || oldNodeSelection && !newNodeSelection) {
357
- return true;
358
- }
359
- }
360
-
361
- var movedInToSelection = this.isSelectionInsideNode(from, to) && !this.isSelectionInsideNode(oldFrom, oldTo);
362
- var movedOutOfSelection = !this.isSelectionInsideNode(from, to) && this.isSelectionInsideNode(oldFrom, oldTo);
363
- var moveOutFromOldSelection = this.isSelectionInsideNode(from, to, oldPos, oldPosEnd) && !this.isSelectionInsideNode(from, to);
364
-
365
- if (movedInToSelection || movedOutOfSelection || moveOutFromOldSelection) {
366
- return true;
367
- }
368
-
369
- return false;
370
- }
371
- }, {
372
- key: "destroy",
373
- value: function destroy() {
374
- this.selectionChangeState.unsubscribe(this.onSelectionChange);
375
-
376
- _get(_getPrototypeOf(SelectionBasedNodeView.prototype), "destroy", this).call(this);
377
- }
378
- }]);
379
-
380
- return SelectionBasedNodeView;
381
- }(ReactNodeView);
382
-
383
- exports.SelectionBasedNodeView = SelectionBasedNodeView;