Commit 5d48fd9
Bump content model packages (#2312)
* change image
* Content Model: Better hide cursor for table and image selection (#2270)
* Standalone Editor: CreateStandaloneEditorCore
* Standalone Editor: Port LifecyclePlugin
* fix build
* fix test
* improve
* fix test
* Standalone Editor: Support keyboard input (init step)
* Standalone Editor: Port EntityPlugin
* improve
* Add test
* improve
* port selection api
* improve
* improve
* fix build
* fix build
* fix build
* improve
* Improve
* improve
* improve
* fix test
* improve
* add test
* remove unused code
* Standalone Editor: port ImageSelection plugin
* add test
* Standalone Editor: Port UndoPlugin
* improve
* Port undo api
* fix test
* improve
* improve
* fix build
* Improve
* Improve
* Improve
* fix build
* Improve
* Add test
* fix test
* Add undo/redo API
* Standalone Editor: Port event core API
* fix build
* fix build
* Standalone Editor: Port transformColor API
* Improve
* Content Model: Better hide cursor for table and image selection
* fix build
---------
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
* gif treatment
* Move Paste from publicApi to coreApi to leverage the same domToModelOptions #2275
* selection
* WIP
* fix mac image selection
* constant
* Standalone Editor: Port paste API step 1 (#2279)
* Standalone Editor: Port paste API step 2 (#2280)
* Standalone Editor: Port paste API step 1
* Standalone Editor: Port paste API step 2
* improve
* improve
* Table Fidelity improvement: Width Attribute and Cellpadding attribute (#2284)
* init
* add test
* update name of test
* adjust link selection
* Standalone Editor: Port paste API step 3 (#2281)
* Standalone Editor: Port paste API step 1
* Standalone Editor: Port paste API step 2
* Standalone Editor: Port paste API step 3
* improve
* improve
* Improve
* Improve
* Adjust Selection on Cut/Copy first table cell (#2287)
* init
* fix
* address comments
* address additional scenario
* adjust space for underline
* adjust space for underline
* fix multiple blocks
* fixes
* Standalone Editor: Port paste API step 4 (#2282)
* Standalone Editor: Port paste API step 1
* Standalone Editor: Port paste API step 2
* Standalone Editor: Port paste API step 3
* Standalone Editor: Port paste API step 4
* improve
* improve
* fix test
* Standalone Editor: Decouple core package from roosterjs-editor-dom (#2283)
* Standalone Editor: Port paste API step 1
* Standalone Editor: Port paste API step 2
* Standalone Editor: Port paste API step 3
* Standalone Editor: Port paste API step 4
* Standalone Editor: Decouple core package from roosterjs-editor-dom
* Set Deprecated font color to black instead of undefined (#2290)
* init
* use jasmine anything
* Remove negative margins from Word (#2277)
* Remove negative margins from Word
* remove
* Standalone Editor step 1 (#2291)
* Fix GetFormatState not returning Font size after paste (#2299)
* init
* fix build
* Standalone Editor step 2 (#2292)
* keyboard input on mac
* fix test
* change isMac for isIME
* iscomposing
* Support rem unit (#2300)
* Support rem unit
* Use already existing case
* justify-content-api
* aligment list item
* add justify to map
* Content Model: Improve paste and sanitization behavior (#2304)
* Fix couple of issues in Word Desktop Paste (#2311)
* init
* fix build
* try fix build
* fix again
* Add a test
* Re-activate tested without model check
* Change borderLeft/Right to borderInlineStart/End (#2286)
* fix RTL border application
* fix table direction change
* add tests
* Update versions
---------
Co-authored-by: Júlia Roldi <juliaroldi@microsoft.com>
Co-authored-by: Jiuqing Song <jisong@microsoft.com>
Co-authored-by: Bryan Valverde U <bvalverde@microsoft.com>
Co-authored-by: Julia Roldi <87443959+juliaroldi@users.noreply.github.com>
Co-authored-by: Andres-CT98 <107568016+Andres-CT98@users.noreply.github.com>1 parent b333ded commit 5d48fd9
157 files changed
Lines changed: 10451 additions & 3247 deletions
File tree
- demo/scripts/controls/ribbonButtons/contentModel
- packages-content-model
- roosterjs-content-model-api
- lib
- modelApi
- block
- common
- selection
- publicApi
- block
- link
- segment
- table
- test
- modelApi
- block
- common
- selection
- publicApi
- block
- link
- segment
- table
- roosterjs-content-model-core
- lib
- coreApi
- corePlugin
- utils
- editor
- override
- publicApi
- model
- selection
- utils
- paste
- test
- coreApi
- corePlugin
- utils
- editor
- overrides
- publicApi/color
- utils
- paste
- roosterjs-content-model-dom
- lib
- domToModel/processors
- domUtils
- formatHandlers
- block
- common
- segment
- table
- utils
- modelApi/common
- test
- domToModel/processors
- domUtils
- formatHandlers
- block
- common
- segment
- table
- utils
- roosterjs-content-model-editor
- lib
- coreApi
- corePlugins
- editor
- utils
- publicTypes
- test
- corePlugins
- editor
- roosterjs-content-model-plugins
- lib
- edit/deleteSteps
- paste
- WacComponents
- WordDesktop
- test/paste
- e2e
- roosterjs-content-model-types/lib
- editor
- event
- parameter
- pluginState
- packages/roosterjs-editor-plugins/lib/plugins/ImageEdit
- editInfoUtils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
Lines changed: 16 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
50 | | - | |
| 54 | + | |
51 | 55 | | |
52 | 56 | | |
53 | 57 | | |
| |||
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
59 | | - | |
60 | | - | |
| 63 | + | |
| 64 | + | |
61 | 65 | | |
62 | 66 | | |
63 | 67 | | |
64 | 68 | | |
65 | 69 | | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | | - | |
| 77 | + | |
68 | 78 | | |
69 | 79 | | |
70 | 80 | | |
| |||
Lines changed: 36 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
| |||
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | | - | |
| 40 | + | |
34 | 41 | | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
38 | 45 | | |
39 | 46 | | |
40 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
41 | 52 | | |
42 | 53 | | |
43 | 54 | | |
| |||
46 | 57 | | |
47 | 58 | | |
48 | 59 | | |
49 | | - | |
50 | 60 | | |
51 | 61 | | |
52 | 62 | | |
53 | 63 | | |
54 | 64 | | |
55 | 65 | | |
56 | 66 | | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
57 | 87 | | |
58 | 88 | | |
59 | 89 | | |
60 | 90 | | |
61 | | - | |
62 | | - | |
| 91 | + | |
| 92 | + | |
63 | 93 | | |
64 | 94 | | |
65 | 95 | | |
| |||
packages-content-model/roosterjs-content-model-api/lib/modelApi/common/retrieveModelFormatState.ts
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
150 | 151 | | |
151 | 152 | | |
152 | 153 | | |
153 | | - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
154 | 161 | | |
155 | 162 | | |
156 | 163 | | |
| |||
232 | 239 | | |
233 | 240 | | |
234 | 241 | | |
235 | | - | |
| 242 | + | |
| 243 | + | |
236 | 244 | | |
237 | 245 | | |
238 | 246 | | |
239 | 247 | | |
240 | 248 | | |
241 | | - | |
| 249 | + | |
242 | 250 | | |
243 | 251 | | |
244 | 252 | | |
| |||
Lines changed: 76 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
94 | 96 | | |
95 | 97 | | |
96 | 98 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
0 commit comments