@portabletext/editor 3.3.2 → 3.3.4
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/lib/_chunks-dts/index.d.ts +7 -1
- package/package.json +16 -19
- package/src/behaviors/_exports/index.ts +0 -1
- package/src/behaviors/behavior.abstract.annotation.ts +0 -77
- package/src/behaviors/behavior.abstract.decorator.ts +0 -39
- package/src/behaviors/behavior.abstract.delete.ts +0 -273
- package/src/behaviors/behavior.abstract.deserialize.ts +0 -232
- package/src/behaviors/behavior.abstract.insert.ts +0 -525
- package/src/behaviors/behavior.abstract.keyboard.ts +0 -189
- package/src/behaviors/behavior.abstract.list-item.ts +0 -70
- package/src/behaviors/behavior.abstract.move.ts +0 -79
- package/src/behaviors/behavior.abstract.select.ts +0 -118
- package/src/behaviors/behavior.abstract.serialize.ts +0 -96
- package/src/behaviors/behavior.abstract.split.ts +0 -170
- package/src/behaviors/behavior.abstract.style.ts +0 -55
- package/src/behaviors/behavior.abstract.ts +0 -139
- package/src/behaviors/behavior.config.ts +0 -7
- package/src/behaviors/behavior.core.annotations.ts +0 -62
- package/src/behaviors/behavior.core.block-element.ts +0 -116
- package/src/behaviors/behavior.core.block-objects.ts +0 -285
- package/src/behaviors/behavior.core.decorators.ts +0 -44
- package/src/behaviors/behavior.core.dnd.ts +0 -356
- package/src/behaviors/behavior.core.insert-break.ts +0 -266
- package/src/behaviors/behavior.core.insert.ts +0 -52
- package/src/behaviors/behavior.core.lists.ts +0 -691
- package/src/behaviors/behavior.core.ts +0 -44
- package/src/behaviors/behavior.perform-event.ts +0 -354
- package/src/behaviors/behavior.types.action.ts +0 -102
- package/src/behaviors/behavior.types.behavior.ts +0 -83
- package/src/behaviors/behavior.types.event.ts +0 -667
- package/src/behaviors/behavior.types.guard.ts +0 -11
- package/src/behaviors/index.ts +0 -17
- package/src/converters/converter.json.ts +0 -53
- package/src/converters/converter.portable-text.deserialize.test.ts +0 -680
- package/src/converters/converter.portable-text.ts +0 -75
- package/src/converters/converter.text-html.deserialize.test.ts +0 -406
- package/src/converters/converter.text-html.serialize.test.ts +0 -246
- package/src/converters/converter.text-html.ts +0 -87
- package/src/converters/converter.text-markdown.ts +0 -67
- package/src/converters/converter.text-plain.test.ts +0 -245
- package/src/converters/converter.text-plain.ts +0 -126
- package/src/converters/converter.types.ts +0 -72
- package/src/converters/converters.core.ts +0 -18
- package/src/editor/Editable.tsx +0 -1012
- package/src/editor/PortableTextEditor.tsx +0 -791
- package/src/editor/components/drop-indicator.tsx +0 -17
- package/src/editor/components/render-block-object.tsx +0 -121
- package/src/editor/components/render-default-object.tsx +0 -21
- package/src/editor/components/render-element.tsx +0 -88
- package/src/editor/components/render-inline-object.tsx +0 -129
- package/src/editor/components/render-leaf.tsx +0 -64
- package/src/editor/components/render-span.tsx +0 -303
- package/src/editor/components/render-text-block.tsx +0 -265
- package/src/editor/components/render-text.tsx +0 -18
- package/src/editor/components/use-core-block-element-behaviors.ts +0 -39
- package/src/editor/create-editor.ts +0 -323
- package/src/editor/create-slate-editor.tsx +0 -64
- package/src/editor/editor-actor-context.ts +0 -4
- package/src/editor/editor-context.tsx +0 -7
- package/src/editor/editor-dom.ts +0 -220
- package/src/editor/editor-machine.ts +0 -751
- package/src/editor/editor-provider.tsx +0 -111
- package/src/editor/editor-schema.ts +0 -6
- package/src/editor/editor-selector.ts +0 -89
- package/src/editor/editor-snapshot.ts +0 -68
- package/src/editor/event-to-change.tsx +0 -49
- package/src/editor/hooks/usePortableTextEditor.ts +0 -25
- package/src/editor/hooks/usePortableTextEditorSelection.tsx +0 -28
- package/src/editor/mutation-machine.ts +0 -322
- package/src/editor/plugins/create-with-event-listeners.ts +0 -271
- package/src/editor/plugins/createWithEditableAPI.ts +0 -529
- package/src/editor/plugins/createWithHotKeys.ts +0 -68
- package/src/editor/plugins/createWithObjectKeys.ts +0 -289
- package/src/editor/plugins/createWithPatches.ts +0 -272
- package/src/editor/plugins/createWithPortableTextMarkModel.ts +0 -559
- package/src/editor/plugins/createWithSchemaTypes.ts +0 -121
- package/src/editor/plugins/slate-plugin.update-selection.ts +0 -51
- package/src/editor/plugins/slate-plugin.update-value.ts +0 -46
- package/src/editor/plugins/with-plugins.ts +0 -69
- package/src/editor/range-decorations-machine.ts +0 -421
- package/src/editor/relay-actor-context.ts +0 -4
- package/src/editor/relay-machine.ts +0 -152
- package/src/editor/sync-machine.ts +0 -961
- package/src/editor/use-editor.ts +0 -27
- package/src/editor/validate-selection-machine.test.ts +0 -47
- package/src/editor/validate-selection-machine.ts +0 -149
- package/src/editor/weakMaps.ts +0 -15
- package/src/editor/with-normalizing-node.ts +0 -14
- package/src/editor/with-performing-behavior-operation.ts +0 -21
- package/src/editor/withChanges.ts +0 -13
- package/src/editor/without-normalizing-conditional.ts +0 -13
- package/src/editor/withoutPatching.ts +0 -14
- package/src/editor.ts +0 -59
- package/src/history/behavior.operation.history.redo.ts +0 -67
- package/src/history/behavior.operation.history.undo.ts +0 -71
- package/src/history/event.history.undo.test.tsx +0 -672
- package/src/history/history.preserving-keys.test.tsx +0 -112
- package/src/history/remote-patches.ts +0 -20
- package/src/history/slate-plugin.history.ts +0 -142
- package/src/history/slate-plugin.redoing.ts +0 -21
- package/src/history/slate-plugin.undoing.ts +0 -21
- package/src/history/slate-plugin.without-history.ts +0 -23
- package/src/history/transform-operation.ts +0 -245
- package/src/history/undo-redo-collaboration.test.tsx +0 -541
- package/src/history/undo-redo.feature +0 -125
- package/src/history/undo-redo.test.tsx +0 -195
- package/src/history/undo-step.ts +0 -148
- package/src/index.ts +0 -98
- package/src/internal-utils/__tests__/ranges.test.ts +0 -23
- package/src/internal-utils/__tests__/values.test.ts +0 -110
- package/src/internal-utils/apply-operation-to-portable-text.test.ts +0 -1861
- package/src/internal-utils/apply-operation-to-portable-text.ts +0 -615
- package/src/internal-utils/applyPatch.ts +0 -644
- package/src/internal-utils/block-keys.ts +0 -9
- package/src/internal-utils/build-index-maps.test.ts +0 -464
- package/src/internal-utils/build-index-maps.ts +0 -131
- package/src/internal-utils/collapse-selection.ts +0 -36
- package/src/internal-utils/compound-client-rect.ts +0 -28
- package/src/internal-utils/create-placeholder-block.ts +0 -21
- package/src/internal-utils/create-test-snapshot.ts +0 -28
- package/src/internal-utils/debug.ts +0 -12
- package/src/internal-utils/editor-selection.test.ts +0 -44
- package/src/internal-utils/editor-selection.ts +0 -56
- package/src/internal-utils/event-position.ts +0 -318
- package/src/internal-utils/global-scope.ts +0 -27
- package/src/internal-utils/globally-scoped-context.ts +0 -39
- package/src/internal-utils/is-hotkey.test.ts +0 -114
- package/src/internal-utils/is-hotkey.ts +0 -209
- package/src/internal-utils/mime-type.ts +0 -1
- package/src/internal-utils/move-range-by-operation.ts +0 -19
- package/src/internal-utils/operation-to-patches.test.ts +0 -522
- package/src/internal-utils/operation-to-patches.ts +0 -571
- package/src/internal-utils/portable-text-node.ts +0 -209
- package/src/internal-utils/schema.ts +0 -8
- package/src/internal-utils/selection-block-keys.ts +0 -20
- package/src/internal-utils/selection-focus-text.ts +0 -40
- package/src/internal-utils/selection-text.test.ts +0 -32
- package/src/internal-utils/selection-text.ts +0 -21
- package/src/internal-utils/selection.ts +0 -77
- package/src/internal-utils/sibling-utils.ts +0 -55
- package/src/internal-utils/slate-utils.test.tsx +0 -121
- package/src/internal-utils/slate-utils.ts +0 -417
- package/src/internal-utils/split-string.ts +0 -12
- package/src/internal-utils/stop-actor.ts +0 -43
- package/src/internal-utils/string-overlap.test.ts +0 -14
- package/src/internal-utils/string-overlap.ts +0 -28
- package/src/internal-utils/string-utils.ts +0 -7
- package/src/internal-utils/text-block-key.test.ts +0 -41
- package/src/internal-utils/text-block-key.ts +0 -26
- package/src/internal-utils/text-marks.test.ts +0 -41
- package/src/internal-utils/text-marks.ts +0 -22
- package/src/internal-utils/text-selection.test.ts +0 -211
- package/src/internal-utils/text-selection.ts +0 -121
- package/src/internal-utils/to-slate-range.test.ts +0 -278
- package/src/internal-utils/to-slate-range.ts +0 -171
- package/src/internal-utils/validateValue.ts +0 -443
- package/src/internal-utils/value-annotations.ts +0 -33
- package/src/internal-utils/values.test.ts +0 -282
- package/src/internal-utils/values.ts +0 -266
- package/src/keyboard-shortcuts/default-keyboard-shortcuts.ts +0 -146
- package/src/operations/behavior.operation.annotation.add.ts +0 -99
- package/src/operations/behavior.operation.annotation.remove.ts +0 -150
- package/src/operations/behavior.operation.block.set.ts +0 -104
- package/src/operations/behavior.operation.block.unset.ts +0 -54
- package/src/operations/behavior.operation.child.set.ts +0 -107
- package/src/operations/behavior.operation.child.unset.ts +0 -116
- package/src/operations/behavior.operation.decorator.add.ts +0 -131
- package/src/operations/behavior.operation.delete.ts +0 -294
- package/src/operations/behavior.operation.insert.block.ts +0 -495
- package/src/operations/behavior.operation.insert.child.ts +0 -129
- package/src/operations/behavior.operation.insert.text.ts +0 -8
- package/src/operations/behavior.operation.move.backward.ts +0 -12
- package/src/operations/behavior.operation.move.block.ts +0 -44
- package/src/operations/behavior.operation.move.forward.ts +0 -11
- package/src/operations/behavior.operation.select.ts +0 -27
- package/src/operations/behavior.operations.ts +0 -221
- package/src/plugins/_exports/index.ts +0 -1
- package/src/plugins/index.ts +0 -3
- package/src/plugins/plugin.behavior.tsx +0 -24
- package/src/plugins/plugin.editor-ref.tsx +0 -17
- package/src/plugins/plugin.event-listener.tsx +0 -68
- package/src/plugins/plugin.internal.auto-close-brackets.test.tsx +0 -71
- package/src/plugins/plugin.internal.auto-close-brackets.ts +0 -62
- package/src/plugins/plugin.internal.change-ref.tsx +0 -19
- package/src/plugins/plugin.internal.portable-text-editor-ref.tsx +0 -16
- package/src/plugins/plugin.internal.slate-editor-ref.tsx +0 -15
- package/src/priority/priority.core.ts +0 -3
- package/src/priority/priority.sort.test.ts +0 -319
- package/src/priority/priority.sort.ts +0 -123
- package/src/priority/priority.types.ts +0 -24
- package/src/selectors/_exports/index.ts +0 -1
- package/src/selectors/drag-selection.test.ts +0 -578
- package/src/selectors/drag-selection.ts +0 -118
- package/src/selectors/index.ts +0 -54
- package/src/selectors/selector.get-active-annotation-marks.ts +0 -12
- package/src/selectors/selector.get-active-annotations.ts +0 -36
- package/src/selectors/selector.get-active-decorators.ts +0 -29
- package/src/selectors/selector.get-active-list-item.ts +0 -38
- package/src/selectors/selector.get-active-style.ts +0 -38
- package/src/selectors/selector.get-anchor-block.ts +0 -22
- package/src/selectors/selector.get-anchor-child.ts +0 -36
- package/src/selectors/selector.get-anchor-span.ts +0 -17
- package/src/selectors/selector.get-anchor-text-block.ts +0 -18
- package/src/selectors/selector.get-block-offsets.ts +0 -34
- package/src/selectors/selector.get-caret-word-selection.test.ts +0 -284
- package/src/selectors/selector.get-caret-word-selection.ts +0 -134
- package/src/selectors/selector.get-first-block.ts +0 -14
- package/src/selectors/selector.get-focus-block-object.ts +0 -18
- package/src/selectors/selector.get-focus-block.ts +0 -23
- package/src/selectors/selector.get-focus-child.ts +0 -36
- package/src/selectors/selector.get-focus-inline-object.ts +0 -17
- package/src/selectors/selector.get-focus-list-block.ts +0 -18
- package/src/selectors/selector.get-focus-span.ts +0 -18
- package/src/selectors/selector.get-focus-text-block.ts +0 -18
- package/src/selectors/selector.get-last-block.ts +0 -16
- package/src/selectors/selector.get-mark-state.test.ts +0 -325
- package/src/selectors/selector.get-mark-state.ts +0 -263
- package/src/selectors/selector.get-next-block.ts +0 -29
- package/src/selectors/selector.get-next-inline-object.ts +0 -53
- package/src/selectors/selector.get-next-inline-objects.ts +0 -50
- package/src/selectors/selector.get-next-span.ts +0 -56
- package/src/selectors/selector.get-previous-block.ts +0 -29
- package/src/selectors/selector.get-previous-inline-object.ts +0 -50
- package/src/selectors/selector.get-previous-inline-objects.ts +0 -47
- package/src/selectors/selector.get-previous-span.ts +0 -53
- package/src/selectors/selector.get-selected-blocks.ts +0 -61
- package/src/selectors/selector.get-selected-spans.test.ts +0 -347
- package/src/selectors/selector.get-selected-spans.ts +0 -155
- package/src/selectors/selector.get-selected-text-blocks.ts +0 -73
- package/src/selectors/selector.get-selected-value.test.ts +0 -834
- package/src/selectors/selector.get-selected-value.ts +0 -66
- package/src/selectors/selector.get-selection-end-block.ts +0 -33
- package/src/selectors/selector.get-selection-end-child.ts +0 -33
- package/src/selectors/selector.get-selection-end-point.ts +0 -17
- package/src/selectors/selector.get-selection-start-block.ts +0 -33
- package/src/selectors/selector.get-selection-start-child.ts +0 -33
- package/src/selectors/selector.get-selection-start-point.ts +0 -17
- package/src/selectors/selector.get-selection-text.test.ts +0 -421
- package/src/selectors/selector.get-selection-text.ts +0 -27
- package/src/selectors/selector.get-selection.ts +0 -9
- package/src/selectors/selector.get-text-after.ts +0 -46
- package/src/selectors/selector.get-text-before.ts +0 -46
- package/src/selectors/selector.get-value.ts +0 -11
- package/src/selectors/selector.is-active-annotation.test.ts +0 -320
- package/src/selectors/selector.is-active-annotation.ts +0 -52
- package/src/selectors/selector.is-active-decorator.test.ts +0 -136
- package/src/selectors/selector.is-active-decorator.ts +0 -24
- package/src/selectors/selector.is-active-list-item.ts +0 -13
- package/src/selectors/selector.is-active-style.ts +0 -13
- package/src/selectors/selector.is-at-the-end-of-block.ts +0 -30
- package/src/selectors/selector.is-at-the-start-of-block.ts +0 -30
- package/src/selectors/selector.is-overlapping-selection.test.ts +0 -304
- package/src/selectors/selector.is-overlapping-selection.ts +0 -181
- package/src/selectors/selector.is-point-after-selection.ts +0 -97
- package/src/selectors/selector.is-point-before-selection.ts +0 -97
- package/src/selectors/selector.is-selecting-entire-blocks.ts +0 -43
- package/src/selectors/selector.is-selection-collapsed.ts +0 -17
- package/src/selectors/selector.is-selection-expanded.test.ts +0 -63
- package/src/selectors/selector.is-selection-expanded.ts +0 -9
- package/src/test/_exports/index.ts +0 -1
- package/src/test/gherkin-parameter-types.ts +0 -112
- package/src/test/index.ts +0 -1
- package/src/test/vitest/_exports/index.ts +0 -1
- package/src/test/vitest/index.ts +0 -3
- package/src/test/vitest/step-context.ts +0 -13
- package/src/test/vitest/step-definitions.tsx +0 -960
- package/src/test/vitest/test-editor.tsx +0 -198
- package/src/type-utils.ts +0 -29
- package/src/types/block-offset.ts +0 -9
- package/src/types/block-with-optional-key.ts +0 -25
- package/src/types/editor.ts +0 -509
- package/src/types/options.ts +0 -13
- package/src/types/paths.ts +0 -35
- package/src/types/slate-editor.ts +0 -50
- package/src/types/slate.ts +0 -27
- package/src/utils/_exports/index.ts +0 -1
- package/src/utils/asserters.ts +0 -9
- package/src/utils/index.ts +0 -24
- package/src/utils/key-generator.ts +0 -33
- package/src/utils/parse-blocks.test.ts +0 -836
- package/src/utils/parse-blocks.ts +0 -504
- package/src/utils/util.at-the-beginning-of-block.ts +0 -32
- package/src/utils/util.block-offset-to-block-selection-point.ts +0 -28
- package/src/utils/util.block-offset-to-selection-point.ts +0 -33
- package/src/utils/util.block-offset.test.ts +0 -375
- package/src/utils/util.block-offset.ts +0 -136
- package/src/utils/util.block-offsets-to-selection.ts +0 -38
- package/src/utils/util.child-selection-point-to-block-offset.ts +0 -51
- package/src/utils/util.get-block-end-point.ts +0 -35
- package/src/utils/util.get-block-start-point.ts +0 -31
- package/src/utils/util.get-selection-end-point.ts +0 -20
- package/src/utils/util.get-selection-start-point.ts +0 -20
- package/src/utils/util.get-text-block-text.ts +0 -8
- package/src/utils/util.is-empty-text-block.ts +0 -21
- package/src/utils/util.is-equal-selection-points.ts +0 -13
- package/src/utils/util.is-equal-selections.ts +0 -20
- package/src/utils/util.is-keyed-segment.ts +0 -8
- package/src/utils/util.is-selection-collapsed.ts +0 -16
- package/src/utils/util.is-selection-expanded.ts +0 -13
- package/src/utils/util.merge-text-blocks.ts +0 -40
- package/src/utils/util.reverse-selection.ts +0 -26
- package/src/utils/util.selection-point-to-block-offset.ts +0 -30
- package/src/utils/util.selection-point.ts +0 -22
- package/src/utils/util.slice-blocks.ts +0 -221
- package/src/utils/util.slice-text-block.test.ts +0 -190
- package/src/utils/util.slice-text-block.ts +0 -89
- package/src/utils/util.split-text-block.ts +0 -54
|
@@ -1,319 +0,0 @@
|
|
|
1
|
-
import {describe, expect, test} from 'vitest'
|
|
2
|
-
import {sortByPriority} from './priority.sort'
|
|
3
|
-
import {createEditorPriority} from './priority.types'
|
|
4
|
-
|
|
5
|
-
describe(sortByPriority.name, () => {
|
|
6
|
-
test('empty array', () => {
|
|
7
|
-
const result = sortByPriority([])
|
|
8
|
-
expect(result).toEqual([])
|
|
9
|
-
})
|
|
10
|
-
|
|
11
|
-
test('single item', () => {
|
|
12
|
-
const item = {priority: createEditorPriority({name: 'single'})}
|
|
13
|
-
const result = sortByPriority([item])
|
|
14
|
-
expect(result).toEqual([item])
|
|
15
|
-
})
|
|
16
|
-
|
|
17
|
-
test('two sets of priorities', () => {
|
|
18
|
-
const a = createEditorPriority({name: 'a'})
|
|
19
|
-
const b = createEditorPriority({
|
|
20
|
-
name: 'b',
|
|
21
|
-
reference: {priority: a, importance: 'higher'},
|
|
22
|
-
})
|
|
23
|
-
const b1 = createEditorPriority({
|
|
24
|
-
name: 'b1',
|
|
25
|
-
reference: {priority: b, importance: 'lower'},
|
|
26
|
-
})
|
|
27
|
-
const b2 = createEditorPriority({
|
|
28
|
-
name: 'b2',
|
|
29
|
-
reference: {priority: b, importance: 'lower'},
|
|
30
|
-
})
|
|
31
|
-
const c = createEditorPriority({
|
|
32
|
-
name: 'c',
|
|
33
|
-
reference: {priority: a, importance: 'higher'},
|
|
34
|
-
})
|
|
35
|
-
const c1 = createEditorPriority({
|
|
36
|
-
name: 'c1',
|
|
37
|
-
reference: {priority: c, importance: 'lower'},
|
|
38
|
-
})
|
|
39
|
-
const c2 = createEditorPriority({
|
|
40
|
-
name: 'c2',
|
|
41
|
-
reference: {priority: c, importance: 'lower'},
|
|
42
|
-
})
|
|
43
|
-
|
|
44
|
-
const items = [
|
|
45
|
-
{priority: c1},
|
|
46
|
-
{priority: c2},
|
|
47
|
-
{priority: a},
|
|
48
|
-
{priority: b1},
|
|
49
|
-
{priority: b2},
|
|
50
|
-
{priority: b},
|
|
51
|
-
{priority: c},
|
|
52
|
-
]
|
|
53
|
-
|
|
54
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
55
|
-
'b',
|
|
56
|
-
'c',
|
|
57
|
-
'b1',
|
|
58
|
-
'b2',
|
|
59
|
-
'c1',
|
|
60
|
-
'c2',
|
|
61
|
-
'a',
|
|
62
|
-
])
|
|
63
|
-
})
|
|
64
|
-
|
|
65
|
-
test('sub-priorities', () => {
|
|
66
|
-
const a = createEditorPriority({name: 'a'})
|
|
67
|
-
const b = createEditorPriority({
|
|
68
|
-
name: 'b',
|
|
69
|
-
reference: {priority: a, importance: 'lower'},
|
|
70
|
-
})
|
|
71
|
-
const b1 = createEditorPriority({
|
|
72
|
-
name: 'b1',
|
|
73
|
-
reference: {priority: b, importance: 'lower'},
|
|
74
|
-
})
|
|
75
|
-
const b2 = createEditorPriority({
|
|
76
|
-
name: 'b2',
|
|
77
|
-
reference: {priority: b1, importance: 'higher'},
|
|
78
|
-
})
|
|
79
|
-
|
|
80
|
-
const items = [{priority: b2}, {priority: b1}, {priority: a}]
|
|
81
|
-
|
|
82
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
83
|
-
'a',
|
|
84
|
-
'b2',
|
|
85
|
-
'b1',
|
|
86
|
-
])
|
|
87
|
-
})
|
|
88
|
-
|
|
89
|
-
test('direct higher reference', () => {
|
|
90
|
-
const a = createEditorPriority({
|
|
91
|
-
name: 'a',
|
|
92
|
-
})
|
|
93
|
-
const b = createEditorPriority({
|
|
94
|
-
name: 'b',
|
|
95
|
-
reference: {priority: a, importance: 'higher'},
|
|
96
|
-
})
|
|
97
|
-
|
|
98
|
-
const items = [{priority: b}, {priority: a}]
|
|
99
|
-
|
|
100
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
101
|
-
'b',
|
|
102
|
-
'a',
|
|
103
|
-
])
|
|
104
|
-
})
|
|
105
|
-
|
|
106
|
-
test('direct lower reference', () => {
|
|
107
|
-
const a = createEditorPriority({name: 'a'})
|
|
108
|
-
const b = createEditorPriority({
|
|
109
|
-
name: 'b',
|
|
110
|
-
reference: {priority: a, importance: 'lower'},
|
|
111
|
-
})
|
|
112
|
-
|
|
113
|
-
const items = [{priority: b}, {priority: a}]
|
|
114
|
-
|
|
115
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
116
|
-
'a',
|
|
117
|
-
'b',
|
|
118
|
-
])
|
|
119
|
-
})
|
|
120
|
-
|
|
121
|
-
test('transitive references', () => {
|
|
122
|
-
const a = createEditorPriority({name: 'a'})
|
|
123
|
-
const b = createEditorPriority({
|
|
124
|
-
name: 'b',
|
|
125
|
-
reference: {priority: a, importance: 'lower'},
|
|
126
|
-
})
|
|
127
|
-
const c = createEditorPriority({
|
|
128
|
-
name: 'c',
|
|
129
|
-
reference: {priority: b, importance: 'higher'},
|
|
130
|
-
})
|
|
131
|
-
|
|
132
|
-
const items = [{priority: c}, {priority: b}, {priority: a}]
|
|
133
|
-
|
|
134
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
135
|
-
'a',
|
|
136
|
-
'c',
|
|
137
|
-
'b',
|
|
138
|
-
])
|
|
139
|
-
})
|
|
140
|
-
|
|
141
|
-
test('transitive references #2', () => {
|
|
142
|
-
const a = createEditorPriority({name: 'a'})
|
|
143
|
-
const b = createEditorPriority({
|
|
144
|
-
name: 'b',
|
|
145
|
-
reference: {priority: a, importance: 'higher'},
|
|
146
|
-
})
|
|
147
|
-
const c = createEditorPriority({
|
|
148
|
-
name: 'c',
|
|
149
|
-
reference: {priority: b, importance: 'lower'},
|
|
150
|
-
})
|
|
151
|
-
|
|
152
|
-
const items = [{priority: c}, {priority: b}, {priority: a}]
|
|
153
|
-
|
|
154
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
155
|
-
'b',
|
|
156
|
-
'c',
|
|
157
|
-
'a',
|
|
158
|
-
])
|
|
159
|
-
})
|
|
160
|
-
|
|
161
|
-
test('references to missing priorities', () => {
|
|
162
|
-
const a = createEditorPriority({name: 'a'})
|
|
163
|
-
const b = createEditorPriority({
|
|
164
|
-
name: 'b',
|
|
165
|
-
reference: {priority: a, importance: 'lower'},
|
|
166
|
-
})
|
|
167
|
-
const c = createEditorPriority({
|
|
168
|
-
name: 'c',
|
|
169
|
-
reference: {priority: b, importance: 'higher'},
|
|
170
|
-
})
|
|
171
|
-
const items = [{priority: a}, {priority: c}]
|
|
172
|
-
|
|
173
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
174
|
-
'a',
|
|
175
|
-
'c',
|
|
176
|
-
])
|
|
177
|
-
})
|
|
178
|
-
|
|
179
|
-
test('references to missing priorities #2', () => {
|
|
180
|
-
const a = createEditorPriority({name: 'a'})
|
|
181
|
-
const b = createEditorPriority({
|
|
182
|
-
name: 'b',
|
|
183
|
-
reference: {priority: a, importance: 'higher'},
|
|
184
|
-
})
|
|
185
|
-
const c = createEditorPriority({
|
|
186
|
-
name: 'c',
|
|
187
|
-
reference: {priority: b, importance: 'lower'},
|
|
188
|
-
})
|
|
189
|
-
const items = [{priority: a}, {priority: c}]
|
|
190
|
-
|
|
191
|
-
expect(sortByPriority(items).map((item) => item.priority.name)).toEqual([
|
|
192
|
-
'c',
|
|
193
|
-
'a',
|
|
194
|
-
])
|
|
195
|
-
})
|
|
196
|
-
|
|
197
|
-
test('complex reference chains', () => {
|
|
198
|
-
const a = createEditorPriority({
|
|
199
|
-
name: 'a',
|
|
200
|
-
})
|
|
201
|
-
const b = createEditorPriority({
|
|
202
|
-
name: 'b',
|
|
203
|
-
reference: {priority: a, importance: 'lower'},
|
|
204
|
-
})
|
|
205
|
-
const c = createEditorPriority({
|
|
206
|
-
name: 'c',
|
|
207
|
-
reference: {priority: b, importance: 'higher'},
|
|
208
|
-
})
|
|
209
|
-
const d = createEditorPriority({
|
|
210
|
-
name: 'd',
|
|
211
|
-
reference: {priority: c, importance: 'lower'},
|
|
212
|
-
})
|
|
213
|
-
|
|
214
|
-
const items = [{priority: d}, {priority: c}, {priority: b}, {priority: a}]
|
|
215
|
-
|
|
216
|
-
const result = sortByPriority(items)
|
|
217
|
-
expect(result.map((item) => item.priority.name)).toEqual([
|
|
218
|
-
'a',
|
|
219
|
-
'c',
|
|
220
|
-
'd',
|
|
221
|
-
'b',
|
|
222
|
-
])
|
|
223
|
-
})
|
|
224
|
-
|
|
225
|
-
test('complex reference chains #2', () => {
|
|
226
|
-
const a = createEditorPriority({
|
|
227
|
-
name: 'a',
|
|
228
|
-
})
|
|
229
|
-
const b = createEditorPriority({
|
|
230
|
-
name: 'b',
|
|
231
|
-
reference: {priority: a, importance: 'higher'},
|
|
232
|
-
})
|
|
233
|
-
const c = createEditorPriority({
|
|
234
|
-
name: 'c',
|
|
235
|
-
reference: {priority: b, importance: 'lower'},
|
|
236
|
-
})
|
|
237
|
-
const d = createEditorPriority({
|
|
238
|
-
name: 'd',
|
|
239
|
-
reference: {priority: c, importance: 'higher'},
|
|
240
|
-
})
|
|
241
|
-
|
|
242
|
-
const items = [{priority: d}, {priority: c}, {priority: b}, {priority: a}]
|
|
243
|
-
|
|
244
|
-
const result = sortByPriority(items)
|
|
245
|
-
expect(result.map((item) => item.priority.name)).toEqual([
|
|
246
|
-
'b',
|
|
247
|
-
'd',
|
|
248
|
-
'c',
|
|
249
|
-
'a',
|
|
250
|
-
])
|
|
251
|
-
})
|
|
252
|
-
|
|
253
|
-
test('multiple independent chains', () => {
|
|
254
|
-
const a1 = createEditorPriority({name: 'a1'})
|
|
255
|
-
const a2 = createEditorPriority({
|
|
256
|
-
name: 'a2',
|
|
257
|
-
reference: {priority: a1, importance: 'lower'},
|
|
258
|
-
})
|
|
259
|
-
|
|
260
|
-
const b1 = createEditorPriority({name: 'b1'})
|
|
261
|
-
const b2 = createEditorPriority({
|
|
262
|
-
name: 'b2',
|
|
263
|
-
reference: {priority: b1, importance: 'lower'},
|
|
264
|
-
})
|
|
265
|
-
|
|
266
|
-
const items = [
|
|
267
|
-
{priority: a2},
|
|
268
|
-
{priority: b1},
|
|
269
|
-
{priority: a1},
|
|
270
|
-
{priority: b2},
|
|
271
|
-
]
|
|
272
|
-
|
|
273
|
-
const result = sortByPriority(items)
|
|
274
|
-
const names = result.map((item) => item.priority.name)
|
|
275
|
-
|
|
276
|
-
// Verify that a1 comes before a2 and b1 comes before b2
|
|
277
|
-
expect(names.indexOf('a1')).toBeLessThan(names.indexOf('a2'))
|
|
278
|
-
expect(names.indexOf('b1')).toBeLessThan(names.indexOf('b2'))
|
|
279
|
-
})
|
|
280
|
-
|
|
281
|
-
test('cyclic references', () => {
|
|
282
|
-
const a = createEditorPriority({name: 'a'})
|
|
283
|
-
const b = createEditorPriority({
|
|
284
|
-
name: 'b',
|
|
285
|
-
reference: {priority: a, importance: 'lower'},
|
|
286
|
-
})
|
|
287
|
-
const c = createEditorPriority({
|
|
288
|
-
name: 'c',
|
|
289
|
-
reference: {priority: b, importance: 'lower'},
|
|
290
|
-
})
|
|
291
|
-
a.reference = {priority: c, importance: 'lower'}
|
|
292
|
-
|
|
293
|
-
const items = [{priority: a}, {priority: b}, {priority: c}]
|
|
294
|
-
|
|
295
|
-
expect(() => sortByPriority(items)).toThrow()
|
|
296
|
-
})
|
|
297
|
-
|
|
298
|
-
test('missing priorities', () => {
|
|
299
|
-
const a = createEditorPriority({name: 'a'})
|
|
300
|
-
const b = createEditorPriority({
|
|
301
|
-
name: 'b',
|
|
302
|
-
reference: {priority: a, importance: 'lower'},
|
|
303
|
-
})
|
|
304
|
-
|
|
305
|
-
const items = [
|
|
306
|
-
{name: 'd'},
|
|
307
|
-
{name: 'c'},
|
|
308
|
-
{priority: a, name: 'a'},
|
|
309
|
-
{priority: b, name: 'b'},
|
|
310
|
-
]
|
|
311
|
-
|
|
312
|
-
expect(sortByPriority(items).map((item) => item.name)).toEqual([
|
|
313
|
-
'a',
|
|
314
|
-
'b',
|
|
315
|
-
'd',
|
|
316
|
-
'c',
|
|
317
|
-
])
|
|
318
|
-
})
|
|
319
|
-
})
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
import type {EditorPriority} from './priority.types'
|
|
2
|
-
|
|
3
|
-
export function sortByPriority<
|
|
4
|
-
T extends {
|
|
5
|
-
priority?: EditorPriority
|
|
6
|
-
},
|
|
7
|
-
>(items: Array<T>): Array<T> {
|
|
8
|
-
if (items.length === 0) {
|
|
9
|
-
return []
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
// Separate items with and without priority
|
|
13
|
-
const itemsWithPriority = items.filter(
|
|
14
|
-
(item): item is T & {priority: EditorPriority} =>
|
|
15
|
-
item.priority !== undefined,
|
|
16
|
-
)
|
|
17
|
-
const itemsWithoutPriority = items.filter(
|
|
18
|
-
(item) => item.priority === undefined,
|
|
19
|
-
)
|
|
20
|
-
|
|
21
|
-
if (itemsWithPriority.length === 0) {
|
|
22
|
-
return items
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// Create a map of items by their priority ID
|
|
26
|
-
const itemsByPriorityId = new Map(
|
|
27
|
-
itemsWithPriority.map((item) => [item.priority.id, item]),
|
|
28
|
-
)
|
|
29
|
-
|
|
30
|
-
// Build the dependency graph
|
|
31
|
-
const graph = new Map<string, Set<string>>()
|
|
32
|
-
const inDegree = new Map<string, number>()
|
|
33
|
-
|
|
34
|
-
// Helper function to ensure a node exists in the graph
|
|
35
|
-
function ensureNode(id: string) {
|
|
36
|
-
if (!graph.has(id)) {
|
|
37
|
-
graph.set(id, new Set())
|
|
38
|
-
inDegree.set(id, 0)
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
// Initialize graph and in-degree for all items
|
|
43
|
-
for (const item of itemsWithPriority) {
|
|
44
|
-
const id = item.priority.id
|
|
45
|
-
ensureNode(id)
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
// Helper function to add an edge to the graph
|
|
49
|
-
function addEdge(fromId: string, toId: string) {
|
|
50
|
-
if (!graph.has(fromId) || !graph.has(toId)) {
|
|
51
|
-
return
|
|
52
|
-
}
|
|
53
|
-
graph.get(fromId)?.add(toId)
|
|
54
|
-
inDegree.set(toId, (inDegree.get(toId) ?? 0) + 1)
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
// Add edges based on references
|
|
58
|
-
for (const item of itemsWithPriority) {
|
|
59
|
-
const id = item.priority.id
|
|
60
|
-
const visited = new Set<string>()
|
|
61
|
-
let ref = item.priority.reference
|
|
62
|
-
|
|
63
|
-
while (ref) {
|
|
64
|
-
const refId = ref.priority.id
|
|
65
|
-
ensureNode(refId)
|
|
66
|
-
|
|
67
|
-
// Check for cyclic reference
|
|
68
|
-
if (visited.has(refId)) {
|
|
69
|
-
throw new Error('Circular dependency detected in priorities')
|
|
70
|
-
}
|
|
71
|
-
visited.add(refId)
|
|
72
|
-
|
|
73
|
-
if (ref.importance === 'higher') {
|
|
74
|
-
// Reference must come before current item
|
|
75
|
-
addEdge(id, refId)
|
|
76
|
-
} else {
|
|
77
|
-
// Current item must come before reference
|
|
78
|
-
addEdge(refId, id)
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
ref = ref.priority.reference
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
const queue: string[] = []
|
|
86
|
-
|
|
87
|
-
// Find all nodes with no incoming edges
|
|
88
|
-
for (const [id, degree] of inDegree) {
|
|
89
|
-
if (degree === 0) {
|
|
90
|
-
queue.push(id)
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
const result: T[] = []
|
|
95
|
-
|
|
96
|
-
// Perform topological sort
|
|
97
|
-
while (queue.length > 0) {
|
|
98
|
-
const currentId = queue.shift()!
|
|
99
|
-
const currentItem = itemsByPriorityId.get(currentId)
|
|
100
|
-
if (currentItem) {
|
|
101
|
-
result.push(currentItem)
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
// Decrease in-degree of neighbors
|
|
105
|
-
for (const neighborId of graph.get(currentId) ?? []) {
|
|
106
|
-
const newDegree = (inDegree.get(neighborId) ?? 0) - 1
|
|
107
|
-
inDegree.set(neighborId, newDegree)
|
|
108
|
-
if (newDegree === 0) {
|
|
109
|
-
queue.push(neighborId)
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
// Add any remaining items that weren't processed
|
|
115
|
-
for (const item of itemsWithPriority) {
|
|
116
|
-
if (!result.includes(item)) {
|
|
117
|
-
result.push(item)
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
// Append items without priority at the end in their original order
|
|
122
|
-
return [...result, ...itemsWithoutPriority]
|
|
123
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import {defaultKeyGenerator} from '../utils/key-generator'
|
|
2
|
-
|
|
3
|
-
export type EditorPriority = {
|
|
4
|
-
id: string
|
|
5
|
-
name?: string
|
|
6
|
-
reference?: {
|
|
7
|
-
priority: EditorPriority
|
|
8
|
-
importance: 'higher' | 'lower'
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
export function createEditorPriority(config?: {
|
|
13
|
-
name?: string
|
|
14
|
-
reference?: {
|
|
15
|
-
priority: EditorPriority
|
|
16
|
-
importance: 'higher' | 'lower'
|
|
17
|
-
}
|
|
18
|
-
}): EditorPriority {
|
|
19
|
-
return {
|
|
20
|
-
id: defaultKeyGenerator(),
|
|
21
|
-
name: config?.name,
|
|
22
|
-
reference: config?.reference,
|
|
23
|
-
}
|
|
24
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '../index'
|