@titaui/pc 1.10.40 → 1.10.44-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/lib/components/dynamic/dynamic-item/dynamic-chart/index.js +18 -3
  2. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/e-project.js +5 -1
  3. package/lib/components/okr-detail/components/okr-tree/tree-node/e-node/index.css +19 -1
  4. package/lib/components/superset-charts/utils/axios.js +2 -2
  5. package/lib/components/upload/index.js +2 -4
  6. package/lib/index.js +0 -8
  7. package/package.json +2 -20
  8. package/lib/components/rich-editor/basic/schema.js +0 -47
  9. package/lib/components/rich-editor/consts/events.js +0 -12
  10. package/lib/components/rich-editor/enums.js +0 -42
  11. package/lib/components/rich-editor/index.js +0 -58
  12. package/lib/components/rich-editor/keymap.js +0 -119
  13. package/lib/components/rich-editor/keymaps/index.js +0 -241
  14. package/lib/components/rich-editor/models/controller.js +0 -18
  15. package/lib/components/rich-editor/models/editor.js +0 -47
  16. package/lib/components/rich-editor/models/plugin.js +0 -20
  17. package/lib/components/rich-editor/models/schema.js +0 -121
  18. package/lib/components/rich-editor/plugins/block/block-quote/commond.js +0 -27
  19. package/lib/components/rich-editor/plugins/block/block-quote/index.js +0 -126
  20. package/lib/components/rich-editor/plugins/block/heading/commonds.js +0 -31
  21. package/lib/components/rich-editor/plugins/block/heading/index.js +0 -188
  22. package/lib/components/rich-editor/plugins/block/index.js +0 -57
  23. package/lib/components/rich-editor/plugins/block/lists/actions/conversions.js +0 -172
  24. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list-items-selected.js +0 -163
  25. package/lib/components/rich-editor/plugins/block/lists/actions/indent-list.js +0 -59
  26. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-forward.js +0 -74
  27. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/index.js +0 -45
  28. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-paragraph.js +0 -104
  29. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-list-item-with-parent-nested-list.js +0 -92
  30. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-nested-list-with-parent-list-item.js +0 -89
  31. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-paragraph-with-list.js +0 -48
  32. package/lib/components/rich-editor/plugins/block/lists/actions/join-list-items-scenarios/join-sibling-list-items.js +0 -61
  33. package/lib/components/rich-editor/plugins/block/lists/actions/merge-lists.js +0 -34
  34. package/lib/components/rich-editor/plugins/block/lists/actions/outdent-list-items-selected.js +0 -289
  35. package/lib/components/rich-editor/plugins/block/lists/actions/wrap-and-join-lists.js +0 -180
  36. package/lib/components/rich-editor/plugins/block/lists/baseCommand.js +0 -328
  37. package/lib/components/rich-editor/plugins/block/lists/commond/indent-list.js +0 -60
  38. package/lib/components/rich-editor/plugins/block/lists/commond/index.js +0 -398
  39. package/lib/components/rich-editor/plugins/block/lists/commond/join-list-item-forward.js +0 -45
  40. package/lib/components/rich-editor/plugins/block/lists/commond/listBackspace.js +0 -302
  41. package/lib/components/rich-editor/plugins/block/lists/commond/outdent-list.js +0 -43
  42. package/lib/components/rich-editor/plugins/block/lists/index.js +0 -222
  43. package/lib/components/rich-editor/plugins/block/lists/messages.js +0 -38
  44. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/input-rule.js +0 -152
  45. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/keymap.js +0 -33
  46. package/lib/components/rich-editor/plugins/block/lists/pm-plugins/main.js +0 -94
  47. package/lib/components/rich-editor/plugins/block/lists/styles.js +0 -15
  48. package/lib/components/rich-editor/plugins/block/lists/transforms.js +0 -347
  49. package/lib/components/rich-editor/plugins/block/lists/utils/analytics.js +0 -48
  50. package/lib/components/rich-editor/plugins/block/lists/utils/find.js +0 -126
  51. package/lib/components/rich-editor/plugins/block/lists/utils/indentation.js +0 -87
  52. package/lib/components/rich-editor/plugins/block/lists/utils/node.js +0 -144
  53. package/lib/components/rich-editor/plugins/block/lists/utils/replace-content.js +0 -31
  54. package/lib/components/rich-editor/plugins/block/lists/utils/selection.js +0 -201
  55. package/lib/components/rich-editor/plugins/block/lists/utils.js +0 -52
  56. package/lib/components/rich-editor/plugins/block/paragraph/index.js +0 -91
  57. package/lib/components/rich-editor/plugins/core/index.js +0 -90
  58. package/lib/components/rich-editor/plugins/core/pm-plugins/focus-handler.js +0 -67
  59. package/lib/components/rich-editor/plugins/core/pm-plugins/keymap.js +0 -29
  60. package/lib/components/rich-editor/plugins/core/pm-plugins/reactNodeView.js +0 -80
  61. package/lib/components/rich-editor/plugins/extension/alignment/commond.js +0 -24
  62. package/lib/components/rich-editor/plugins/extension/alignment/index.js +0 -111
  63. package/lib/components/rich-editor/plugins/extension/alignment/utils.js +0 -19
  64. package/lib/components/rich-editor/plugins/extension/index.js +0 -18
  65. package/lib/components/rich-editor/plugins/index.js +0 -44
  66. package/lib/components/rich-editor/plugins/inline/color/commond.js +0 -128
  67. package/lib/components/rich-editor/plugins/inline/color/consts.js +0 -43
  68. package/lib/components/rich-editor/plugins/inline/color/index.css +0 -61
  69. package/lib/components/rich-editor/plugins/inline/color/index.js +0 -209
  70. package/lib/components/rich-editor/plugins/inline/color/selector.js +0 -250
  71. package/lib/components/rich-editor/plugins/inline/delete-line/index.js +0 -147
  72. package/lib/components/rich-editor/plugins/inline/em/index.js +0 -93
  73. package/lib/components/rich-editor/plugins/inline/index.js +0 -83
  74. package/lib/components/rich-editor/plugins/inline/link/commands.js +0 -256
  75. package/lib/components/rich-editor/plugins/inline/link/index.js +0 -149
  76. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/fake-cursor-for-toolbar.js +0 -77
  77. package/lib/components/rich-editor/plugins/inline/link/pm-plugins/main.js +0 -293
  78. package/lib/components/rich-editor/plugins/inline/link/ui/index.css +0 -79
  79. package/lib/components/rich-editor/plugins/inline/link/ui/linkEditor.js +0 -148
  80. package/lib/components/rich-editor/plugins/inline/link/ui/linkToolbar.js +0 -88
  81. package/lib/components/rich-editor/plugins/inline/link/ui/toolbarBtn.js +0 -117
  82. package/lib/components/rich-editor/plugins/inline/link/utils.js +0 -33
  83. package/lib/components/rich-editor/plugins/inline/strong/index.js +0 -137
  84. package/lib/components/rich-editor/plugins/inline/under-line/index.js +0 -145
  85. package/lib/components/rich-editor/plugins/util.js +0 -281
  86. package/lib/components/rich-editor/react/reactNodeView.js +0 -383
  87. package/lib/components/rich-editor/react/uiProvider.js +0 -185
  88. package/lib/components/rich-editor/schemas/basic.js +0 -309
  89. package/lib/components/rich-editor/schemas/index.js +0 -19
  90. package/lib/components/rich-editor/schemas/list.js +0 -342
  91. package/lib/components/rich-editor/types/commond.js +0 -5
  92. package/lib/components/rich-editor/types/index.js +0 -18
  93. package/lib/components/rich-editor/ui/Popup/index.js +0 -247
  94. package/lib/components/rich-editor/ui/Popup/utils.js +0 -399
  95. package/lib/components/rich-editor/ui/editor/index.css +0 -144
  96. package/lib/components/rich-editor/ui/editor/index.js +0 -143
  97. package/lib/components/rich-editor/ui/normal-toolbar/index.css +0 -29
  98. package/lib/components/rich-editor/ui/normal-toolbar/index.js +0 -109
  99. package/lib/components/rich-editor/utils/browser.js +0 -35
  100. package/lib/components/rich-editor/utils/commands.js +0 -266
  101. package/lib/components/rich-editor/utils/document.js +0 -160
  102. package/lib/components/rich-editor/utils/event.js +0 -79
  103. package/lib/components/rich-editor/utils/helpers.js +0 -16
  104. package/lib/components/rich-editor/utils/mark.js +0 -168
  105. package/lib/components/rich-editor/utils/slice.js +0 -85
  106. package/lib/components/rich-editor/utils/toolbar.js +0 -228
  107. package/yarn-error.log +0 -22184
@@ -1,74 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.calcJoinListScenario = void 0;
7
-
8
- var _node = require("../utils/node");
9
-
10
- var _selection = require("../utils/selection");
11
-
12
- var _joinListItemsScenarios = require("./join-list-items-scenarios");
13
-
14
- // import { WalkNode } from '../../../utils/commands';
15
- // import { LIST_TEXT_SCENARIOS } from '../../analytics';
16
- var calcJoinListScenario = function calcJoinListScenario(walkNode, $head) {
17
- var $next = walkNode.$pos,
18
- nextFoundNode = walkNode.foundNode;
19
- var headParent = $head.parent;
20
- var headGrandParent = $head.node(-1);
21
- var headInList = (0, _selection.isPosInsideList)($head);
22
- var headInParagraph = (0, _selection.isPosInsideParagraph)($head);
23
- var headInLastNonListChild = headGrandParent && headGrandParent.lastChild && (headGrandParent.lastChild === headParent || headGrandParent.childCount > 1 && headGrandParent.child(headGrandParent.childCount - 2) === headParent && //find the second last child if a list item may be the last child
24
- (0, _node.isListNode)(headGrandParent.lastChild));
25
- var nextInList = (0, _selection.isPosInsideList)($next);
26
- var nextInParagraph = (0, _selection.isPosInsideParagraph)($next);
27
-
28
- if (!headInList && headInParagraph && nextInList) {
29
- return _joinListItemsScenarios.joinListItemWithParagraph;
30
- }
31
-
32
- if (!nextFoundNode || !headInList || !headInParagraph || !headInLastNonListChild) {
33
- return false;
34
- }
35
-
36
- if (!nextInList && nextInParagraph) {
37
- return _joinListItemsScenarios.joinParagrapWithList;
38
- }
39
-
40
- if (!nextInList) {
41
- return false;
42
- }
43
-
44
- var nextNodeAfter = $next.nodeAfter;
45
- var nextGrandParent = $next.node(-1);
46
- var headGreatGrandParent = $head.node(-2);
47
- var nextInListItem = (0, _node.isListItemNode)($next.parent);
48
- var nextNodeAfterListItem = (0, _node.isListItemNode)(nextNodeAfter);
49
- var nextListItemHasFirstChildParagraph = nextNodeAfter && //Redundant check but the linter complains otherwise
50
- nextNodeAfterListItem && (0, _node.isParagraphNode)(nextNodeAfter.firstChild);
51
-
52
- if (!nextInListItem && nextListItemHasFirstChildParagraph) {
53
- return _joinListItemsScenarios.joinNestedListWithParentListItem;
54
- }
55
-
56
- if (!nextInListItem) {
57
- return false;
58
- }
59
-
60
- var nextParentSiblingOfHeadParent = nextGrandParent && nextGrandParent === headGreatGrandParent;
61
- var nextNodeAfterIsParagraph = (0, _node.isParagraphNode)(nextNodeAfter);
62
-
63
- if (!nextNodeAfterIsParagraph) {
64
- return false;
65
- }
66
-
67
- if (nextParentSiblingOfHeadParent) {
68
- return _joinListItemsScenarios.joinSiblingListItems;
69
- }
70
-
71
- return _joinListItemsScenarios.joinListItemWithParentNestedList;
72
- };
73
-
74
- exports.calcJoinListScenario = calcJoinListScenario;
@@ -1,45 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- Object.defineProperty(exports, "joinListItemWithParagraph", {
7
- enumerable: true,
8
- get: function get() {
9
- return _joinListItemWithParagraph.joinListItemWithParagraph;
10
- }
11
- });
12
- Object.defineProperty(exports, "joinListItemWithParentNestedList", {
13
- enumerable: true,
14
- get: function get() {
15
- return _joinListItemWithParentNestedList.joinListItemWithParentNestedList;
16
- }
17
- });
18
- Object.defineProperty(exports, "joinNestedListWithParentListItem", {
19
- enumerable: true,
20
- get: function get() {
21
- return _joinNestedListWithParentListItem.joinNestedListWithParentListItem;
22
- }
23
- });
24
- Object.defineProperty(exports, "joinParagrapWithList", {
25
- enumerable: true,
26
- get: function get() {
27
- return _joinParagraphWithList.joinParagrapWithList;
28
- }
29
- });
30
- Object.defineProperty(exports, "joinSiblingListItems", {
31
- enumerable: true,
32
- get: function get() {
33
- return _joinSiblingListItems.joinSiblingListItems;
34
- }
35
- });
36
-
37
- var _joinParagraphWithList = require("./join-paragraph-with-list");
38
-
39
- var _joinSiblingListItems = require("./join-sibling-list-items");
40
-
41
- var _joinNestedListWithParentListItem = require("./join-nested-list-with-parent-list-item");
42
-
43
- var _joinListItemWithParentNestedList = require("./join-list-item-with-parent-nested-list");
44
-
45
- var _joinListItemWithParagraph = require("./join-list-item-with-paragraph");
@@ -1,104 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.joinListItemWithParagraph = void 0;
7
-
8
- var _prosemirrorModel = require("prosemirror-model");
9
-
10
- var _commond = require("../../commond");
11
-
12
- var _node = require("../../utils/node");
13
-
14
- // Case for when a users selection is at the end of a paragraph, the paragraph
15
- // is followed by a list, and they delete forward
16
- var joinListItemWithParagraph = function joinListItemWithParagraph(_ref) {
17
- var tr = _ref.tr,
18
- $next = _ref.$next,
19
- $head = _ref.$head;
20
-
21
- // For empty paragraphs before a list
22
- if ($head.parent.content.size < 1) {
23
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
24
- return tr.doc.resolve($head.pos);
25
- }, [], [[$head.pos - 1, $head.pos]]);
26
- return true;
27
- }
28
-
29
- var paragraphPosition = $head.pos;
30
- var list = tr.doc.nodeAt($next.pos - 1);
31
- var firstListItem = tr.doc.nodeAt($next.pos);
32
-
33
- if (!list || !firstListItem) {
34
- return false;
35
- }
36
-
37
- var firstChildNodeOfFirstListItem = firstListItem.firstChild;
38
-
39
- if (!firstChildNodeOfFirstListItem) {
40
- return false;
41
- }
42
-
43
- var lastChildOfFirstListItem = firstListItem.lastChild;
44
- var firstGrandchildOfFirstListItem = firstChildNodeOfFirstListItem.firstChild;
45
- var firstListItemHasOneChildWithNoNestedLists = hasSingleChild(firstListItem) && firstChildNodeOfFirstListItem.childCount < 2 && $next.nodeAfter;
46
- var firstListItemContainsParagraphAndNestedList = !hasSingleChild(firstListItem) && lastChildOfFirstListItem && (0, _node.isListNode)(lastChildOfFirstListItem);
47
- var insertions = [];
48
- var deletions = []; // For lists that only have one list item with no children - need to remove remaining list
49
-
50
- if (hasSingleChild(list) && hasSingleChild(firstListItem) && $next.nodeAfter) {
51
- deletions.push([tr.mapping.map($next.pos - 1), tr.mapping.map($next.pos + $next.nodeAfter.nodeSize + 1)]);
52
- } // For first list items that have a paragraph and a list
53
-
54
-
55
- if (firstListItemContainsParagraphAndNestedList) {
56
- var firstListItemNestedList = _prosemirrorModel.Fragment.from(lastChildOfFirstListItem.content);
57
-
58
- insertions.push([firstListItemNestedList, tr.mapping.map($next.pos)]);
59
- } // For first list item has one child & no nested lists OR first list items that have a paragraph and a list
60
-
61
-
62
- if (firstListItemHasOneChildWithNoNestedLists || firstListItemContainsParagraphAndNestedList) {
63
- deletions.push([tr.mapping.map($next.pos), tr.mapping.map($next.pos + firstListItem.nodeSize - 1)]);
64
-
65
- var firstListItemText = _prosemirrorModel.Fragment.from(firstChildNodeOfFirstListItem.content);
66
-
67
- insertions.push([firstListItemText, paragraphPosition]);
68
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
69
- return tr.doc.resolve($head.pos);
70
- }, insertions, deletions);
71
- return true;
72
- } // For any first list items that have multiple children (eg. multiple paragraphs)
73
-
74
-
75
- if (firstListItem.childCount > 1) {
76
- insertions.push([_prosemirrorModel.Fragment.from(firstChildNodeOfFirstListItem.content), paragraphPosition]);
77
- deletions.push([tr.mapping.map($next.pos + 1), tr.mapping.map($next.pos + firstChildNodeOfFirstListItem.nodeSize + 1)]);
78
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
79
- return tr.doc.resolve($head.pos);
80
- }, insertions, deletions);
81
- return true;
82
- } // For any remaining first list items that have a single child (eg. single paragraph, multiple lines of text)
83
-
84
-
85
- if (firstGrandchildOfFirstListItem && firstGrandchildOfFirstListItem.type.name === 'hardBreak') {
86
- var nodeSizeOfGrandchild = firstGrandchildOfFirstListItem ? firstGrandchildOfFirstListItem.nodeSize : 0;
87
- deletions.push([tr.mapping.map($next.pos + 2), tr.mapping.map($next.pos + 2 + nodeSizeOfGrandchild)]);
88
- } else {
89
- insertions.push([_prosemirrorModel.Fragment.from(firstChildNodeOfFirstListItem.content), paragraphPosition]);
90
- var nodeSizeOfFirstChild = firstChildNodeOfFirstListItem.nodeSize;
91
- deletions.push([tr.mapping.map($next.pos), tr.mapping.map($next.pos + 2 + nodeSizeOfFirstChild)]);
92
- }
93
-
94
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
95
- return tr.doc.resolve($head.pos);
96
- }, insertions, deletions);
97
- return true;
98
- };
99
-
100
- exports.joinListItemWithParagraph = joinListItemWithParagraph;
101
-
102
- var hasSingleChild = function hasSingleChild(node) {
103
- return node.childCount === 1;
104
- };
@@ -1,92 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.joinListItemWithParentNestedList = void 0;
7
-
8
- var _commond = require("../../commond");
9
-
10
- var _node = require("../../utils/node");
11
-
12
- //Case for two adjacent list items with the first being of greater indentation
13
- var joinListItemWithParentNestedList = function joinListItemWithParentNestedList(_ref) {
14
- var tr = _ref.tr,
15
- $next = _ref.$next,
16
- $head = _ref.$head;
17
-
18
- /* CASE 4
19
- * Initial Structure:
20
- *
21
- * List A {
22
- * ListItem B {
23
- * Paragraph C { text1 }
24
- * ...Children D
25
- * List E {
26
- * ...
27
- * List F { //May be multiple levels of lists
28
- * ...Children G
29
- * ListItem H { //Last node of the block
30
- * ...Children I
31
- * Paragraph J { text2 |$head||textInsertPos| } |childrenMInsertPos| //Cant have children since this ListItem is the last of the block
32
- * }
33
- * }
34
- * ...
35
- * |childrenOInsertPos| }
36
- * }
37
- * ListItem K { |$next|
38
- * Paragraph L { text3 }
39
- * ...Children M
40
- * List? N {
41
- * ...Children O
42
- * }
43
- * }
44
- * }
45
- *
46
- * Converts to:
47
- *
48
- * List A {
49
- * ListItem B {
50
- * Paragraph C { text1 }
51
- * ...Children D
52
- * List E {
53
- * ...
54
- * List F {
55
- * ...Children G
56
- * ListItem H {
57
- * ...Children I
58
- * Paragraph J { text2text3 }
59
- * ...Children M
60
- * }
61
- * }
62
- * ...
63
- * ...Children O
64
- * }
65
- * }
66
- * }
67
- *
68
- */
69
- var listItemK = $next.parent; //List must have at least one child
70
-
71
- if (!listItemK.firstChild || !listItemK.lastChild) {
72
- return false;
73
- }
74
-
75
- var beforeListItemK = $next.before();
76
- var afterListItemB = $next.before();
77
- var afterListItemK = $next.after();
78
- var containsChildrenO = (0, _node.isListNode)(listItemK.lastChild);
79
- var textInsertPos = $head.pos;
80
- var childrenMInsertPos = $head.pos + 1;
81
- var childrenOInsertPos = afterListItemB - 2;
82
- var textContent = listItemK.firstChild.content;
83
- var childrenMContent = containsChildrenO ? listItemK.content.cut(listItemK.firstChild.nodeSize, listItemK.nodeSize - listItemK.lastChild.nodeSize - 2 //Get the position before
84
- ) : listItemK.content.cut(listItemK.firstChild.nodeSize);
85
- var childrenOContent = listItemK.lastChild.content;
86
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
87
- return tr.doc.resolve(textInsertPos);
88
- }, containsChildrenO ? [[textContent, textInsertPos], [childrenMContent, childrenMInsertPos], [childrenOContent, childrenOInsertPos]] : [[textContent, textInsertPos], [childrenMContent, childrenMInsertPos]], [[beforeListItemK, afterListItemK]]);
89
- return true;
90
- };
91
-
92
- exports.joinListItemWithParentNestedList = joinListItemWithParentNestedList;
@@ -1,89 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.joinNestedListWithParentListItem = void 0;
7
-
8
- var _commond = require("../../commond");
9
-
10
- var _node = require("../../utils/node");
11
-
12
- //Case for two adjacent list items with the first being of lower indentation
13
- var joinNestedListWithParentListItem = function joinNestedListWithParentListItem(_ref) {
14
- var tr = _ref.tr,
15
- $next = _ref.$next,
16
- $head = _ref.$head;
17
-
18
- /* CASE 3
19
- * Initial Structure:
20
- *
21
- * List A {
22
- * ListItem B {
23
- * ...Children C
24
- * Paragraph D { text1 |$head||textInsertPos| } |childrenHInsertPos|
25
- * List E { |$next||childrenJInsertPos|
26
- * ListItem F {
27
- * Paragraph G { text2 }
28
- * ...Children H
29
- * List? I {
30
- * ...Children J
31
- * }
32
- * }
33
- * ...Children K
34
- * }
35
- * }
36
- * }
37
- *
38
- * Converts to:
39
- *
40
- * List A {
41
- * ListItem B {
42
- * ...Children C
43
- * Paragraph D { text1text2 }
44
- * ...Children H
45
- * List E {
46
- * ...Children J
47
- * ...Children K
48
- * }
49
- * }
50
- * }
51
- *
52
- */
53
- var listE = $next.parent;
54
- var listItemF = $next.nodeAfter; //We know next is before a ListItem. ListItem must have at least one child
55
-
56
- if (!listItemF || !listItemF.lastChild) {
57
- return false;
58
- }
59
-
60
- var paragraphG = listItemF.firstChild; //ListItem must have at least one child
61
-
62
- if (!paragraphG) {
63
- return false;
64
- }
65
-
66
- var beforeListE = $next.before();
67
- var beforeListItemF = $next.pos;
68
- var afterParagraphD = $head.after();
69
- var afterListE = $next.after();
70
- var afterListItemF = tr.doc.resolve($next.pos + 1).after(); //List must always have at least one listItem
71
-
72
- var containsChildrenJ = (0, _node.isListNode)(listItemF.lastChild);
73
- var shouldRemoveListE = listE.childCount === 1 && !containsChildrenJ; //Assures no Children J and K
74
-
75
- var textInsertPos = $head.pos;
76
- var childrenHInsertPos = afterParagraphD;
77
- var childrenJInsertPos = $next.pos;
78
- var textContent = paragraphG.content;
79
- var childrenHContent = containsChildrenJ ? listItemF.content.cut(paragraphG.nodeSize, listItemF.nodeSize - listItemF.lastChild.nodeSize - 2) : listItemF.content.cut(paragraphG.nodeSize); //If Children J doesn't exist then Children H will include the last node
80
-
81
- var childrenJContent = listItemF.lastChild.content; //Will be invalid if there are no Children J but it will be unused
82
-
83
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
84
- return tr.doc.resolve(textInsertPos);
85
- }, containsChildrenJ ? [[textContent, textInsertPos], [childrenHContent, childrenHInsertPos], [childrenJContent, childrenJInsertPos]] : [[textContent, textInsertPos], [childrenHContent, childrenHInsertPos]], [shouldRemoveListE ? [beforeListE, afterListE] : [beforeListItemF, afterListItemF]]);
86
- return true;
87
- };
88
-
89
- exports.joinNestedListWithParentListItem = joinNestedListWithParentListItem;
@@ -1,48 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.joinParagrapWithList = void 0;
7
-
8
- var _commond = require("../../commond");
9
-
10
- //Case for two adjacent nodes with the first being a list item and the last being a paragraph
11
- var joinParagrapWithList = function joinParagrapWithList(_ref) {
12
- var tr = _ref.tr,
13
- $next = _ref.$next,
14
- $head = _ref.$head;
15
-
16
- /* CASE 1
17
- * Initial Structure:
18
- *
19
- * List A {
20
- * ListItem B {
21
- * ...Children C
22
- * Paragraph D { text1 |$head||textInsertPos| }
23
- * }
24
- * }
25
- * Paragraph E { |$next| text 2 }
26
- *
27
- * Converts to:
28
- *
29
- * List A {
30
- * ListItem B {
31
- * ...Children C
32
- * Paragraph D { text1text2 }
33
- * }
34
- * }
35
- *
36
- */
37
- var paragraphE = $next.parent;
38
- var beforeParagraphE = $next.before();
39
- var afterParagraphE = $next.after();
40
- var textInsertPos = $head.pos;
41
- var textContent = paragraphE.content;
42
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
43
- return tr.doc.resolve(textInsertPos);
44
- }, [[textContent, textInsertPos]], [[beforeParagraphE, afterParagraphE]]);
45
- return true;
46
- };
47
-
48
- exports.joinParagrapWithList = joinParagrapWithList;
@@ -1,61 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.joinSiblingListItems = void 0;
7
-
8
- var _commond = require("../../commond");
9
-
10
- //Case for two adjacent list items of the same indentation
11
- var joinSiblingListItems = function joinSiblingListItems(_ref) {
12
- var tr = _ref.tr,
13
- $next = _ref.$next,
14
- $head = _ref.$head;
15
-
16
- /* CASE 2
17
- * Initial Structure:
18
- *
19
- * List A {
20
- * ListItem B {
21
- * ...Children C
22
- * Paragraph D { text1 |$head||textInsertPos| } //Cant have children since that would be Case 4
23
- * |childrenGInsertPos| }
24
- * ListItem E { |$next|
25
- * Paragraph F { text2 }
26
- * ...Children G
27
- * }
28
- * }
29
- *
30
- * Converts to:
31
- *
32
- * List A {
33
- * ListItem B {
34
- * ...Children C
35
- * Paragraph C { text1text2 }
36
- * ...Children G
37
- * }
38
- * }
39
- *
40
- */
41
- var listItemE = $next.parent;
42
- var paragraphF = $next.nodeAfter; //ListItem must have at least one child
43
-
44
- if (!paragraphF) {
45
- return false;
46
- }
47
-
48
- var beforeListItemE = $next.before();
49
- var afterListItemE = $next.after();
50
- var endListItemB = $head.end(-1);
51
- var textInsertPos = $head.pos;
52
- var childrenGInsertPos = endListItemB;
53
- var textContent = paragraphF.content;
54
- var childrenGContent = listItemE.content.cut(paragraphF.nodeSize);
55
- (0, _commond.insertContentDeleteRange)(tr, function (tr) {
56
- return tr.doc.resolve(textInsertPos);
57
- }, [[textContent, textInsertPos], [childrenGContent, childrenGInsertPos]], [[beforeListItemE, afterListItemE]]);
58
- return true;
59
- };
60
-
61
- exports.joinSiblingListItems = joinSiblingListItems;
@@ -1,34 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports.mergeNextListAtPosition = mergeNextListAtPosition;
7
-
8
- var _node = require("../utils/node");
9
-
10
- function mergeNextListAtPosition(_ref) {
11
- var tr = _ref.tr,
12
- listPosition = _ref.listPosition;
13
- var listNodeAtPosition = tr.doc.nodeAt(listPosition);
14
-
15
- if (!(0, _node.isListNode)(listNodeAtPosition)) {
16
- return;
17
- }
18
-
19
- var listPositionResolved = tr.doc.resolve(listPosition + listNodeAtPosition.nodeSize);
20
- var pos = listPositionResolved.pos,
21
- nodeAfter = listPositionResolved.nodeAfter,
22
- nodeBefore = listPositionResolved.nodeBefore;
23
-
24
- if (!(0, _node.isListNode)(nodeBefore) || !(0, _node.isListNode)(nodeAfter)) {
25
- return;
26
- }
27
-
28
- if ((nodeAfter === null || nodeAfter === void 0 ? void 0 : nodeAfter.type.name) !== (nodeBefore === null || nodeBefore === void 0 ? void 0 : nodeBefore.type.name)) {
29
- var previousListPosition = pos - nodeBefore.nodeSize;
30
- tr.setNodeMarkup(previousListPosition, nodeAfter.type);
31
- }
32
-
33
- tr.join(pos);
34
- }