jodit 3.8.1 → 3.8.2

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 (110) hide show
  1. package/.idea/codeStyles/Project.xml +68 -0
  2. package/.idea/codeStyles/codeStyleConfig.xml +5 -0
  3. package/.idea/dictionaries/v_chupurnov.xml +10 -0
  4. package/.idea/encodings.xml +4 -0
  5. package/.idea/inspectionProfiles/Project_Default.xml +118 -0
  6. package/.idea/jodit.iml +12 -0
  7. package/.idea/jsLibraryMappings.xml +6 -0
  8. package/.idea/markdown-navigator-enh.xml +29 -0
  9. package/.idea/markdown-navigator.xml +55 -0
  10. package/.idea/misc.xml +6 -0
  11. package/.idea/modules.xml +8 -0
  12. package/.idea/prettier.xml +6 -0
  13. package/.idea/vcs.xml +6 -0
  14. package/.idea/watcherTasks.xml +4 -0
  15. package/.idea/workspace.xml +1264 -0
  16. package/build/jodit.css +2 -2
  17. package/build/jodit.es2018.css +1 -1
  18. package/build/jodit.es2018.en.css +1 -1
  19. package/build/jodit.es2018.en.js +4 -4
  20. package/build/jodit.es2018.en.min.js +2 -2
  21. package/build/jodit.es2018.js +4 -4
  22. package/build/jodit.es2018.min.js +2 -2
  23. package/build/jodit.js +4 -4
  24. package/build/jodit.min.css +1 -1
  25. package/build/jodit.min.js +2 -2
  26. package/package.json +2 -2
  27. package/.travis.yml +0 -7
  28. package/bower.json +0 -33
  29. package/build.js +0 -39
  30. package/docker/Dockerfile +0 -11
  31. package/docker/README.md +0 -45
  32. package/docker/build +0 -3
  33. package/docker/install +0 -7
  34. package/docker/start +0 -3
  35. package/docker/test +0 -3
  36. package/docker/uninstall +0 -3
  37. package/examples/arabic.lang.html +0 -76
  38. package/examples/assets/app.css +0 -175
  39. package/examples/assets/app.js +0 -57
  40. package/examples/assets/download.jpg +0 -0
  41. package/examples/assets/icon.png +0 -0
  42. package/examples/assets/logo.png +0 -0
  43. package/examples/assets/prism.css +0 -200
  44. package/examples/assets/prism.js +0 -1254
  45. package/examples/color-picker.html +0 -139
  46. package/examples/custom-icons.html +0 -173
  47. package/examples/custom-toolbar.html +0 -80
  48. package/examples/example.default.html +0 -75
  49. package/examples/fullsize.html +0 -75
  50. package/examples/index.html +0 -176
  51. package/examples/inline-mode.html +0 -116
  52. package/examples/oneinstance.html +0 -125
  53. package/icons.html +0 -50
  54. package/karma.conf.js +0 -157
  55. package/make.js +0 -10
  56. package/server.js +0 -101
  57. package/test/bootstrap.js +0 -1167
  58. package/test/test.html +0 -102
  59. package/test/test.index.html +0 -11
  60. package/test/tests/acceptance/clipboardTest.js +0 -1234
  61. package/test/tests/acceptance/commandsTest.js +0 -647
  62. package/test/tests/acceptance/creatorTest.js +0 -103
  63. package/test/tests/acceptance/deleteBackSpaceTest.js +0 -1289
  64. package/test/tests/acceptance/dialogTest.js +0 -188
  65. package/test/tests/acceptance/editorTest.js +0 -855
  66. package/test/tests/acceptance/enterTest.js +0 -1088
  67. package/test/tests/acceptance/eventsTest.js +0 -1246
  68. package/test/tests/acceptance/filebrowserTest.js +0 -1309
  69. package/test/tests/acceptance/i18nTest.js +0 -81
  70. package/test/tests/acceptance/iframeTest.js +0 -306
  71. package/test/tests/acceptance/imageTest.js +0 -1649
  72. package/test/tests/acceptance/inlineModeTest.js +0 -826
  73. package/test/tests/acceptance/interfaceTest.js +0 -119
  74. package/test/tests/acceptance/mobileTest.js +0 -229
  75. package/test/tests/acceptance/plugins/classSpan.js +0 -220
  76. package/test/tests/acceptance/plugins/cleanHtml.js +0 -351
  77. package/test/tests/acceptance/plugins/color.js +0 -188
  78. package/test/tests/acceptance/plugins/dragAndDropElement.js +0 -172
  79. package/test/tests/acceptance/plugins/focus.js +0 -115
  80. package/test/tests/acceptance/plugins/font.js +0 -316
  81. package/test/tests/acceptance/plugins/image.js +0 -79
  82. package/test/tests/acceptance/plugins/indent.js +0 -179
  83. package/test/tests/acceptance/plugins/inline-popup.js +0 -578
  84. package/test/tests/acceptance/plugins/insert.js +0 -17
  85. package/test/tests/acceptance/plugins/limit.js +0 -164
  86. package/test/tests/acceptance/plugins/link.js +0 -1640
  87. package/test/tests/acceptance/plugins/orderedList.js +0 -290
  88. package/test/tests/acceptance/plugins/placeholder.js +0 -138
  89. package/test/tests/acceptance/plugins/resizer.js +0 -329
  90. package/test/tests/acceptance/plugins/search.js +0 -623
  91. package/test/tests/acceptance/plugins/size.js +0 -344
  92. package/test/tests/acceptance/plugins/source.js +0 -218
  93. package/test/tests/acceptance/plugins/stat.js +0 -120
  94. package/test/tests/acceptance/plugins/tooltip.js +0 -97
  95. package/test/tests/acceptance/plugins/wrapTextNodes.js +0 -105
  96. package/test/tests/acceptance/pluginsTest.js +0 -2219
  97. package/test/tests/acceptance/selectionTest.js +0 -862
  98. package/test/tests/acceptance/statesTest.js +0 -310
  99. package/test/tests/acceptance/tableTest.js +0 -1988
  100. package/test/tests/acceptance/toolbarTest.js +0 -1747
  101. package/test/tests/acceptance/undoredoTest.js +0 -217
  102. package/test/tests/acceptance/uploaderTest.js +0 -187
  103. package/test/tests/artio.jpg +0 -0
  104. package/test/tests/units/helpersTest.js +0 -771
  105. package/test/tests/units/modules/dom.js +0 -282
  106. package/test/tests/units/objectObserverTest.js +0 -533
  107. package/test/tests/units/popupTest.js +0 -211
  108. package/test/tests/units/positionTest.js +0 -238
  109. package/test/tests/units/styleTest.js +0 -1361
  110. package/webpack.config.js +0 -308
@@ -1,1234 +0,0 @@
1
- /*!
2
- * Jodit Editor (https://xdsoft.net/jodit/)
3
- * Released under MIT see LICENSE.txt in the project root for license information.
4
- * Copyright (c) 2013-2021 Valeriy Chupurnov. All rights reserved. https://xdsoft.net
5
- */
6
-
7
- // eslint
8
-
9
- describe('Clipboard text', function () {
10
- describe('Paste HTML', function () {
11
- it('Should show paste html dialog', function () {
12
- const editor = getJodit({
13
- defaultActionOnPaste: Jodit.INSERT_AS_HTML
14
- });
15
-
16
- const pastedText = '<p>test</p>';
17
-
18
- const emulatePasteEvent = function (data) {
19
- data.clipboardData = {
20
- types: ['text/html'],
21
- getData: function () {
22
- return pastedText;
23
- }
24
- };
25
- };
26
-
27
- simulateEvent('paste', editor.editor, emulatePasteEvent);
28
-
29
- expect(editor.value).equals('');
30
-
31
- const dialog = getOpenedDialog(editor);
32
- expect(dialog).is.not.null;
33
- });
34
-
35
- describe('Two times times', function () {
36
- it('Should not show dialog', function () {
37
- const editor = getJodit({
38
- defaultActionOnPaste: Jodit.INSERT_AS_HTML
39
- });
40
-
41
- const pastedText = '<p>test</p>';
42
-
43
- const emulatePasteEvent = function (data) {
44
- data.clipboardData = {
45
- types: ['text/html'],
46
- getData: function () {
47
- return pastedText;
48
- }
49
- };
50
- };
51
-
52
- simulateEvent('paste', editor.editor, emulatePasteEvent);
53
-
54
- expect(editor.value).equals('');
55
-
56
- const dialog = getOpenedDialog(editor);
57
- expect(dialog).is.not.null;
58
-
59
- clickButton('keep', dialog);
60
-
61
- simulateEvent('paste', editor.editor, emulatePasteEvent);
62
-
63
- expect(getOpenedDialog(editor)).is.null;
64
- });
65
-
66
- it('Should fire afterPaste two times', function () {
67
- const editor = getJodit({
68
- defaultActionOnPaste: Jodit.INSERT_AS_HTML
69
- });
70
-
71
- let counter = 0;
72
- editor.e.on('afterPaste', function () {
73
- counter += 1;
74
- });
75
-
76
- const pastedText = '<p>test</p>';
77
-
78
- const emulatePasteEvent = function (data) {
79
- data.clipboardData = {
80
- types: ['text/html'],
81
- getData: function () {
82
- return pastedText;
83
- }
84
- };
85
- };
86
-
87
- simulateEvent('paste', editor.editor, emulatePasteEvent);
88
- const dialog = getOpenedDialog(editor);
89
- clickButton('keep', dialog);
90
-
91
- simulateEvent('paste', editor.editor, emulatePasteEvent);
92
-
93
- expect(counter).equals(2);
94
- });
95
- });
96
-
97
- describe('Paste HTML from Twitter', function () {
98
- const pastedText =
99
- '<blockquote class="twitter-tweet"><p lang="ru" dir="ltr">Нет слов, конечно <a href="https://t.co/VEAi634acb">https://t.co/VEAi634acb</a></p>— Vasily Oblomov (@VS_Oblomov) <a href="https://twitter.com/VS_Oblomov/status/1279467342213324801?ref_src=twsrc%5Etfw">July 4, 2020</a></blockquote> <script async="" src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>',
100
- pastedHTML =
101
- '<meta charset=\'utf-8\'><span style="color: rgb(136, 153, 166); font-family: &quot;Helvetica Neue&quot;, sans-serif; font-size: 12px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: nowrap; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;">&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="ru" dir="ltr"&gt;Нет слов, конечно &lt;a href="https://t.co/VEAi634acb"&gt;https://t.co/VEAi634acb&lt;/a&gt;&lt;/p&gt;&amp;mdash; Vasily Oblomov (@VS_Oblomov) &lt;a href="https://twitter.com/VS_Oblomov/status/1279467342213324801?ref_src=twsrc%5Etfw"&gt;July 4, 2020&lt;/a&gt;&lt;/blockquote&gt; &lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;</span>';
102
-
103
- // eslint-disable-next-line no-unused-vars
104
- const emulatePasteEvent = function (data) {
105
- data.clipboardData = {
106
- types: ['text/plain', 'text/html'],
107
- getData: function (type) {
108
- return type === 'text/plain' ? pastedText : pastedHTML;
109
- }
110
- };
111
- };
112
- });
113
-
114
- describe('Paste HTML from Word', function () {
115
- const pastedText =
116
- 'LOREM IPSUM DOLOR SIT AMET\n' +
117
- '\n' +
118
- 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. ___________________________________________________\n' +
119
- '"',
120
- pastedHTML =
121
- '<html xmlns:o="urn:schemas-microsoft-com:office:office"\n' +
122
- 'xmlns:w="urn:schemas-microsoft-com:office:word"\n' +
123
- 'xmlns:m="http://schemas.microsoft.com/office/2004/12/omml"\n' +
124
- 'xmlns="http://www.w3.org/TR/REC-html40">\n' +
125
- '\n' +
126
- '<head>\n' +
127
- '<meta http-equiv=Content-Type content="text/html; charset=utf-8">\n' +
128
- '<meta name=ProgId content=Word.Document>\n' +
129
- '<meta name=Generator content="Microsoft Word 15">\n' +
130
- '<meta name=Originator content="Microsoft Word 15">\n' +
131
- '<link rel=File-List\n' +
132
- 'href="file:////Users/v-chupurnov/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_filelist.xml">\n' +
133
- '<!--[if gte mso 9]><xml>\n' +
134
- ' <o:OfficeDocumentSettings>\n' +
135
- ' <o:AllowPNG/>\n' +
136
- ' </o:OfficeDocumentSettings>\n' +
137
- '</xml><![endif]-->\n' +
138
- '<link rel=themeData\n' +
139
- 'href="file:////Users/v-chupurnov/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_themedata.thmx">\n' +
140
- '<link rel=colorSchemeMapping\n' +
141
- 'href="file:////Users/v-chupurnov/Library/Group%20Containers/UBF8T346G9.Office/TemporaryItems/msohtmlclip/clip_colorschememapping.xml">\n' +
142
- '<!--[if gte mso 9]><xml>\n' +
143
- ' <w:WordDocument>\n' +
144
- ' <w:View>Normal</w:View>\n' +
145
- ' <w:Zoom>0</w:Zoom>\n' +
146
- ' <w:TrackMoves/>\n' +
147
- ' <w:TrackFormatting/>\n' +
148
- ' <w:PunctuationKerning/>\n' +
149
- ' <w:ValidateAgainstSchemas/>\n' +
150
- ' <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>\n' +
151
- ' <w:IgnoreMixedContent>false</w:IgnoreMixedContent>\n' +
152
- ' <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>\n' +
153
- ' <w:DoNotPromoteQF/>\n' +
154
- ' <w:LidThemeOther>en-RU</w:LidThemeOther>\n' +
155
- ' <w:LidThemeAsian>X-NONE</w:LidThemeAsian>\n' +
156
- ' <w:LidThemeComplexScript>X-NONE</w:LidThemeComplexScript>\n' +
157
- ' <w:Compatibility>\n' +
158
- ' <w:BreakWrappedTables/>\n' +
159
- ' <w:SnapToGridInCell/>\n' +
160
- ' <w:WrapTextWithPunct/>\n' +
161
- ' <w:UseAsianBreakRules/>\n' +
162
- ' <w:DontGrowAutofit/>\n' +
163
- ' <w:SplitPgBreakAndParaMark/>\n' +
164
- ' <w:EnableOpenTypeKerning/>\n' +
165
- ' <w:DontFlipMirrorIndents/>\n' +
166
- ' <w:OverrideTableStyleHps/>\n' +
167
- ' </w:Compatibility>\n' +
168
- ' <m:mathPr>\n' +
169
- ' <m:mathFont m:val="Cambria Math"/>\n' +
170
- ' <m:brkBin m:val="before"/>\n' +
171
- ' <m:brkBinSub m:val="&#45;-"/>\n' +
172
- ' <m:smallFrac m:val="off"/>\n' +
173
- ' <m:dispDef/>\n' +
174
- ' <m:lMargin m:val="0"/>\n' +
175
- ' <m:rMargin m:val="0"/>\n' +
176
- ' <m:defJc m:val="centerGroup"/>\n' +
177
- ' <m:wrapIndent m:val="1440"/>\n' +
178
- ' <m:intLim m:val="subSup"/>\n' +
179
- ' <m:naryLim m:val="undOvr"/>\n' +
180
- ' </m:mathPr></w:WordDocument>\n' +
181
- '</xml><![endif]--><!--[if gte mso 9]><xml>\n' +
182
- ' <w:LatentStyles DefLockedState="false" DefUnhideWhenUsed="false"\n' +
183
- ' DefSemiHidden="false" DefQFormat="false" DefPriority="99"\n' +
184
- ' LatentStyleCount="376">\n' +
185
- ' <w:LsdException Locked="false" Priority="0" QFormat="true" Name="Normal"/>\n' +
186
- ' <w:LsdException Locked="false" Priority="9" QFormat="true" Name="heading 1"/>\n' +
187
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
188
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 2"/>\n' +
189
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
190
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 3"/>\n' +
191
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
192
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 4"/>\n' +
193
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
194
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 5"/>\n' +
195
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
196
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 6"/>\n' +
197
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
198
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 7"/>\n' +
199
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
200
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 8"/>\n' +
201
- ' <w:LsdException Locked="false" Priority="9" SemiHidden="true"\n' +
202
- ' UnhideWhenUsed="true" QFormat="true" Name="heading 9"/>\n' +
203
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
204
- ' Name="index 1"/>\n' +
205
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
206
- ' Name="index 2"/>\n' +
207
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
208
- ' Name="index 3"/>\n' +
209
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
210
- ' Name="index 4"/>\n' +
211
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
212
- ' Name="index 5"/>\n' +
213
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
214
- ' Name="index 6"/>\n' +
215
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
216
- ' Name="index 7"/>\n' +
217
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
218
- ' Name="index 8"/>\n' +
219
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
220
- ' Name="index 9"/>\n' +
221
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
222
- ' UnhideWhenUsed="true" Name="toc 1"/>\n' +
223
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
224
- ' UnhideWhenUsed="true" Name="toc 2"/>\n' +
225
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
226
- ' UnhideWhenUsed="true" Name="toc 3"/>\n' +
227
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
228
- ' UnhideWhenUsed="true" Name="toc 4"/>\n' +
229
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
230
- ' UnhideWhenUsed="true" Name="toc 5"/>\n' +
231
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
232
- ' UnhideWhenUsed="true" Name="toc 6"/>\n' +
233
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
234
- ' UnhideWhenUsed="true" Name="toc 7"/>\n' +
235
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
236
- ' UnhideWhenUsed="true" Name="toc 8"/>\n' +
237
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
238
- ' UnhideWhenUsed="true" Name="toc 9"/>\n' +
239
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
240
- ' Name="Normal Indent"/>\n' +
241
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
242
- ' Name="footnote text"/>\n' +
243
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
244
- ' Name="annotation text"/>\n' +
245
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
246
- ' Name="header"/>\n' +
247
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
248
- ' Name="footer"/>\n' +
249
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
250
- ' Name="index heading"/>\n' +
251
- ' <w:LsdException Locked="false" Priority="35" SemiHidden="true"\n' +
252
- ' UnhideWhenUsed="true" QFormat="true" Name="caption"/>\n' +
253
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
254
- ' Name="table of figures"/>\n' +
255
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
256
- ' Name="envelope address"/>\n' +
257
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
258
- ' Name="envelope return"/>\n' +
259
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
260
- ' Name="footnote reference"/>\n' +
261
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
262
- ' Name="annotation reference"/>\n' +
263
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
264
- ' Name="line number"/>\n' +
265
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
266
- ' Name="page number"/>\n' +
267
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
268
- ' Name="endnote reference"/>\n' +
269
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
270
- ' Name="endnote text"/>\n' +
271
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
272
- ' Name="table of authorities"/>\n' +
273
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
274
- ' Name="macro"/>\n' +
275
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
276
- ' Name="toa heading"/>\n' +
277
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
278
- ' Name="List"/>\n' +
279
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
280
- ' Name="List Bullet"/>\n' +
281
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
282
- ' Name="List Number"/>\n' +
283
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
284
- ' Name="List 2"/>\n' +
285
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
286
- ' Name="List 3"/>\n' +
287
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
288
- ' Name="List 4"/>\n' +
289
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
290
- ' Name="List 5"/>\n' +
291
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
292
- ' Name="List Bullet 2"/>\n' +
293
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
294
- ' Name="List Bullet 3"/>\n' +
295
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
296
- ' Name="List Bullet 4"/>\n' +
297
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
298
- ' Name="List Bullet 5"/>\n' +
299
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
300
- ' Name="List Number 2"/>\n' +
301
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
302
- ' Name="List Number 3"/>\n' +
303
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
304
- ' Name="List Number 4"/>\n' +
305
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
306
- ' Name="List Number 5"/>\n' +
307
- ' <w:LsdException Locked="false" Priority="10" QFormat="true" Name="Title"/>\n' +
308
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
309
- ' Name="Closing"/>\n' +
310
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
311
- ' Name="Signature"/>\n' +
312
- ' <w:LsdException Locked="false" Priority="1" SemiHidden="true"\n' +
313
- ' UnhideWhenUsed="true" Name="Default Paragraph Font"/>\n' +
314
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
315
- ' Name="Body Text"/>\n' +
316
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
317
- ' Name="Body Text Indent"/>\n' +
318
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
319
- ' Name="List Continue"/>\n' +
320
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
321
- ' Name="List Continue 2"/>\n' +
322
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
323
- ' Name="List Continue 3"/>\n' +
324
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
325
- ' Name="List Continue 4"/>\n' +
326
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
327
- ' Name="List Continue 5"/>\n' +
328
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
329
- ' Name="Message Header"/>\n' +
330
- ' <w:LsdException Locked="false" Priority="11" QFormat="true" Name="Subtitle"/>\n' +
331
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
332
- ' Name="Salutation"/>\n' +
333
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
334
- ' Name="Date"/>\n' +
335
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
336
- ' Name="Body Text First Indent"/>\n' +
337
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
338
- ' Name="Body Text First Indent 2"/>\n' +
339
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
340
- ' Name="Note Heading"/>\n' +
341
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
342
- ' Name="Body Text 2"/>\n' +
343
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
344
- ' Name="Body Text 3"/>\n' +
345
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
346
- ' Name="Body Text Indent 2"/>\n' +
347
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
348
- ' Name="Body Text Indent 3"/>\n' +
349
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
350
- ' Name="Block Text"/>\n' +
351
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
352
- ' Name="Hyperlink"/>\n' +
353
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
354
- ' Name="FollowedHyperlink"/>\n' +
355
- ' <w:LsdException Locked="false" Priority="22" QFormat="true" Name="Strong"/>\n' +
356
- ' <w:LsdException Locked="false" Priority="20" QFormat="true" Name="Emphasis"/>\n' +
357
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
358
- ' Name="Document Map"/>\n' +
359
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
360
- ' Name="Plain Text"/>\n' +
361
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
362
- ' Name="E-mail Signature"/>\n' +
363
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
364
- ' Name="HTML Top of Form"/>\n' +
365
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
366
- ' Name="HTML Bottom of Form"/>\n' +
367
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
368
- ' Name="Normal (Web)"/>\n' +
369
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
370
- ' Name="HTML Acronym"/>\n' +
371
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
372
- ' Name="HTML Address"/>\n' +
373
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
374
- ' Name="HTML Cite"/>\n' +
375
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
376
- ' Name="HTML Code"/>\n' +
377
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
378
- ' Name="HTML Definition"/>\n' +
379
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
380
- ' Name="HTML Keyboard"/>\n' +
381
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
382
- ' Name="HTML Preformatted"/>\n' +
383
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
384
- ' Name="HTML Sample"/>\n' +
385
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
386
- ' Name="HTML Typewriter"/>\n' +
387
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
388
- ' Name="HTML Variable"/>\n' +
389
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
390
- ' Name="Normal Table"/>\n' +
391
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
392
- ' Name="annotation subject"/>\n' +
393
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
394
- ' Name="No List"/>\n' +
395
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
396
- ' Name="Outline List 1"/>\n' +
397
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
398
- ' Name="Outline List 2"/>\n' +
399
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
400
- ' Name="Outline List 3"/>\n' +
401
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
402
- ' Name="Table Simple 1"/>\n' +
403
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
404
- ' Name="Table Simple 2"/>\n' +
405
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
406
- ' Name="Table Simple 3"/>\n' +
407
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
408
- ' Name="Table Classic 1"/>\n' +
409
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
410
- ' Name="Table Classic 2"/>\n' +
411
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
412
- ' Name="Table Classic 3"/>\n' +
413
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
414
- ' Name="Table Classic 4"/>\n' +
415
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
416
- ' Name="Table Colorful 1"/>\n' +
417
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
418
- ' Name="Table Colorful 2"/>\n' +
419
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
420
- ' Name="Table Colorful 3"/>\n' +
421
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
422
- ' Name="Table Columns 1"/>\n' +
423
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
424
- ' Name="Table Columns 2"/>\n' +
425
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
426
- ' Name="Table Columns 3"/>\n' +
427
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
428
- ' Name="Table Columns 4"/>\n' +
429
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
430
- ' Name="Table Columns 5"/>\n' +
431
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
432
- ' Name="Table Grid 1"/>\n' +
433
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
434
- ' Name="Table Grid 2"/>\n' +
435
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
436
- ' Name="Table Grid 3"/>\n' +
437
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
438
- ' Name="Table Grid 4"/>\n' +
439
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
440
- ' Name="Table Grid 5"/>\n' +
441
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
442
- ' Name="Table Grid 6"/>\n' +
443
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
444
- ' Name="Table Grid 7"/>\n' +
445
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
446
- ' Name="Table Grid 8"/>\n' +
447
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
448
- ' Name="Table List 1"/>\n' +
449
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
450
- ' Name="Table List 2"/>\n' +
451
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
452
- ' Name="Table List 3"/>\n' +
453
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
454
- ' Name="Table List 4"/>\n' +
455
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
456
- ' Name="Table List 5"/>\n' +
457
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
458
- ' Name="Table List 6"/>\n' +
459
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
460
- ' Name="Table List 7"/>\n' +
461
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
462
- ' Name="Table List 8"/>\n' +
463
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
464
- ' Name="Table 3D effects 1"/>\n' +
465
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
466
- ' Name="Table 3D effects 2"/>\n' +
467
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
468
- ' Name="Table 3D effects 3"/>\n' +
469
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
470
- ' Name="Table Contemporary"/>\n' +
471
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
472
- ' Name="Table Elegant"/>\n' +
473
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
474
- ' Name="Table Professional"/>\n' +
475
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
476
- ' Name="Table Subtle 1"/>\n' +
477
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
478
- ' Name="Table Subtle 2"/>\n' +
479
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
480
- ' Name="Table Web 1"/>\n' +
481
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
482
- ' Name="Table Web 2"/>\n' +
483
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
484
- ' Name="Table Web 3"/>\n' +
485
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
486
- ' Name="Balloon Text"/>\n' +
487
- ' <w:LsdException Locked="false" Priority="39" Name="Table Grid"/>\n' +
488
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
489
- ' Name="Table Theme"/>\n' +
490
- ' <w:LsdException Locked="false" SemiHidden="true" Name="Placeholder Text"/>\n' +
491
- ' <w:LsdException Locked="false" Priority="1" QFormat="true" Name="No Spacing"/>\n' +
492
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading"/>\n' +
493
- ' <w:LsdException Locked="false" Priority="61" Name="Light List"/>\n' +
494
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid"/>\n' +
495
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1"/>\n' +
496
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2"/>\n' +
497
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1"/>\n' +
498
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2"/>\n' +
499
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1"/>\n' +
500
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2"/>\n' +
501
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3"/>\n' +
502
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List"/>\n' +
503
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading"/>\n' +
504
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List"/>\n' +
505
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid"/>\n' +
506
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 1"/>\n' +
507
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 1"/>\n' +
508
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 1"/>\n' +
509
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 1"/>\n' +
510
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 1"/>\n' +
511
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 1"/>\n' +
512
- ' <w:LsdException Locked="false" SemiHidden="true" Name="Revision"/>\n' +
513
- ' <w:LsdException Locked="false" Priority="34" QFormat="true"\n' +
514
- ' Name="List Paragraph"/>\n' +
515
- ' <w:LsdException Locked="false" Priority="29" QFormat="true" Name="Quote"/>\n' +
516
- ' <w:LsdException Locked="false" Priority="30" QFormat="true"\n' +
517
- ' Name="Intense Quote"/>\n' +
518
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 1"/>\n' +
519
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 1"/>\n' +
520
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 1"/>\n' +
521
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 1"/>\n' +
522
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 1"/>\n' +
523
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 1"/>\n' +
524
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 1"/>\n' +
525
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 1"/>\n' +
526
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 2"/>\n' +
527
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 2"/>\n' +
528
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 2"/>\n' +
529
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 2"/>\n' +
530
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 2"/>\n' +
531
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 2"/>\n' +
532
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 2"/>\n' +
533
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 2"/>\n' +
534
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 2"/>\n' +
535
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 2"/>\n' +
536
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 2"/>\n' +
537
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 2"/>\n' +
538
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 2"/>\n' +
539
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 2"/>\n' +
540
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 3"/>\n' +
541
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 3"/>\n' +
542
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 3"/>\n' +
543
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 3"/>\n' +
544
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 3"/>\n' +
545
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 3"/>\n' +
546
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 3"/>\n' +
547
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 3"/>\n' +
548
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 3"/>\n' +
549
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 3"/>\n' +
550
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 3"/>\n' +
551
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 3"/>\n' +
552
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 3"/>\n' +
553
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 3"/>\n' +
554
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 4"/>\n' +
555
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 4"/>\n' +
556
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 4"/>\n' +
557
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 4"/>\n' +
558
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 4"/>\n' +
559
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 4"/>\n' +
560
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 4"/>\n' +
561
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 4"/>\n' +
562
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 4"/>\n' +
563
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 4"/>\n' +
564
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 4"/>\n' +
565
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 4"/>\n' +
566
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 4"/>\n' +
567
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 4"/>\n' +
568
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 5"/>\n' +
569
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 5"/>\n' +
570
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 5"/>\n' +
571
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 5"/>\n' +
572
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 5"/>\n' +
573
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 5"/>\n' +
574
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 5"/>\n' +
575
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 5"/>\n' +
576
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 5"/>\n' +
577
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 5"/>\n' +
578
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 5"/>\n' +
579
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 5"/>\n' +
580
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 5"/>\n' +
581
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 5"/>\n' +
582
- ' <w:LsdException Locked="false" Priority="60" Name="Light Shading Accent 6"/>\n' +
583
- ' <w:LsdException Locked="false" Priority="61" Name="Light List Accent 6"/>\n' +
584
- ' <w:LsdException Locked="false" Priority="62" Name="Light Grid Accent 6"/>\n' +
585
- ' <w:LsdException Locked="false" Priority="63" Name="Medium Shading 1 Accent 6"/>\n' +
586
- ' <w:LsdException Locked="false" Priority="64" Name="Medium Shading 2 Accent 6"/>\n' +
587
- ' <w:LsdException Locked="false" Priority="65" Name="Medium List 1 Accent 6"/>\n' +
588
- ' <w:LsdException Locked="false" Priority="66" Name="Medium List 2 Accent 6"/>\n' +
589
- ' <w:LsdException Locked="false" Priority="67" Name="Medium Grid 1 Accent 6"/>\n' +
590
- ' <w:LsdException Locked="false" Priority="68" Name="Medium Grid 2 Accent 6"/>\n' +
591
- ' <w:LsdException Locked="false" Priority="69" Name="Medium Grid 3 Accent 6"/>\n' +
592
- ' <w:LsdException Locked="false" Priority="70" Name="Dark List Accent 6"/>\n' +
593
- ' <w:LsdException Locked="false" Priority="71" Name="Colorful Shading Accent 6"/>\n' +
594
- ' <w:LsdException Locked="false" Priority="72" Name="Colorful List Accent 6"/>\n' +
595
- ' <w:LsdException Locked="false" Priority="73" Name="Colorful Grid Accent 6"/>\n' +
596
- ' <w:LsdException Locked="false" Priority="19" QFormat="true"\n' +
597
- ' Name="Subtle Emphasis"/>\n' +
598
- ' <w:LsdException Locked="false" Priority="21" QFormat="true"\n' +
599
- ' Name="Intense Emphasis"/>\n' +
600
- ' <w:LsdException Locked="false" Priority="31" QFormat="true"\n' +
601
- ' Name="Subtle Reference"/>\n' +
602
- ' <w:LsdException Locked="false" Priority="32" QFormat="true"\n' +
603
- ' Name="Intense Reference"/>\n' +
604
- ' <w:LsdException Locked="false" Priority="33" QFormat="true" Name="Book Title"/>\n' +
605
- ' <w:LsdException Locked="false" Priority="37" SemiHidden="true"\n' +
606
- ' UnhideWhenUsed="true" Name="Bibliography"/>\n' +
607
- ' <w:LsdException Locked="false" Priority="39" SemiHidden="true"\n' +
608
- ' UnhideWhenUsed="true" QFormat="true" Name="TOC Heading"/>\n' +
609
- ' <w:LsdException Locked="false" Priority="41" Name="Plain Table 1"/>\n' +
610
- ' <w:LsdException Locked="false" Priority="42" Name="Plain Table 2"/>\n' +
611
- ' <w:LsdException Locked="false" Priority="43" Name="Plain Table 3"/>\n' +
612
- ' <w:LsdException Locked="false" Priority="44" Name="Plain Table 4"/>\n' +
613
- ' <w:LsdException Locked="false" Priority="45" Name="Plain Table 5"/>\n' +
614
- ' <w:LsdException Locked="false" Priority="40" Name="Grid Table Light"/>\n' +
615
- ' <w:LsdException Locked="false" Priority="46" Name="Grid Table 1 Light"/>\n' +
616
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2"/>\n' +
617
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3"/>\n' +
618
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4"/>\n' +
619
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark"/>\n' +
620
- ' <w:LsdException Locked="false" Priority="51" Name="Grid Table 6 Colorful"/>\n' +
621
- ' <w:LsdException Locked="false" Priority="52" Name="Grid Table 7 Colorful"/>\n' +
622
- ' <w:LsdException Locked="false" Priority="46"\n' +
623
- ' Name="Grid Table 1 Light Accent 1"/>\n' +
624
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 1"/>\n' +
625
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 1"/>\n' +
626
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 1"/>\n' +
627
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 1"/>\n' +
628
- ' <w:LsdException Locked="false" Priority="51"\n' +
629
- ' Name="Grid Table 6 Colorful Accent 1"/>\n' +
630
- ' <w:LsdException Locked="false" Priority="52"\n' +
631
- ' Name="Grid Table 7 Colorful Accent 1"/>\n' +
632
- ' <w:LsdException Locked="false" Priority="46"\n' +
633
- ' Name="Grid Table 1 Light Accent 2"/>\n' +
634
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 2"/>\n' +
635
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 2"/>\n' +
636
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 2"/>\n' +
637
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 2"/>\n' +
638
- ' <w:LsdException Locked="false" Priority="51"\n' +
639
- ' Name="Grid Table 6 Colorful Accent 2"/>\n' +
640
- ' <w:LsdException Locked="false" Priority="52"\n' +
641
- ' Name="Grid Table 7 Colorful Accent 2"/>\n' +
642
- ' <w:LsdException Locked="false" Priority="46"\n' +
643
- ' Name="Grid Table 1 Light Accent 3"/>\n' +
644
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 3"/>\n' +
645
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 3"/>\n' +
646
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 3"/>\n' +
647
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 3"/>\n' +
648
- ' <w:LsdException Locked="false" Priority="51"\n' +
649
- ' Name="Grid Table 6 Colorful Accent 3"/>\n' +
650
- ' <w:LsdException Locked="false" Priority="52"\n' +
651
- ' Name="Grid Table 7 Colorful Accent 3"/>\n' +
652
- ' <w:LsdException Locked="false" Priority="46"\n' +
653
- ' Name="Grid Table 1 Light Accent 4"/>\n' +
654
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 4"/>\n' +
655
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 4"/>\n' +
656
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 4"/>\n' +
657
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 4"/>\n' +
658
- ' <w:LsdException Locked="false" Priority="51"\n' +
659
- ' Name="Grid Table 6 Colorful Accent 4"/>\n' +
660
- ' <w:LsdException Locked="false" Priority="52"\n' +
661
- ' Name="Grid Table 7 Colorful Accent 4"/>\n' +
662
- ' <w:LsdException Locked="false" Priority="46"\n' +
663
- ' Name="Grid Table 1 Light Accent 5"/>\n' +
664
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 5"/>\n' +
665
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 5"/>\n' +
666
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 5"/>\n' +
667
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 5"/>\n' +
668
- ' <w:LsdException Locked="false" Priority="51"\n' +
669
- ' Name="Grid Table 6 Colorful Accent 5"/>\n' +
670
- ' <w:LsdException Locked="false" Priority="52"\n' +
671
- ' Name="Grid Table 7 Colorful Accent 5"/>\n' +
672
- ' <w:LsdException Locked="false" Priority="46"\n' +
673
- ' Name="Grid Table 1 Light Accent 6"/>\n' +
674
- ' <w:LsdException Locked="false" Priority="47" Name="Grid Table 2 Accent 6"/>\n' +
675
- ' <w:LsdException Locked="false" Priority="48" Name="Grid Table 3 Accent 6"/>\n' +
676
- ' <w:LsdException Locked="false" Priority="49" Name="Grid Table 4 Accent 6"/>\n' +
677
- ' <w:LsdException Locked="false" Priority="50" Name="Grid Table 5 Dark Accent 6"/>\n' +
678
- ' <w:LsdException Locked="false" Priority="51"\n' +
679
- ' Name="Grid Table 6 Colorful Accent 6"/>\n' +
680
- ' <w:LsdException Locked="false" Priority="52"\n' +
681
- ' Name="Grid Table 7 Colorful Accent 6"/>\n' +
682
- ' <w:LsdException Locked="false" Priority="46" Name="List Table 1 Light"/>\n' +
683
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2"/>\n' +
684
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3"/>\n' +
685
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4"/>\n' +
686
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark"/>\n' +
687
- ' <w:LsdException Locked="false" Priority="51" Name="List Table 6 Colorful"/>\n' +
688
- ' <w:LsdException Locked="false" Priority="52" Name="List Table 7 Colorful"/>\n' +
689
- ' <w:LsdException Locked="false" Priority="46"\n' +
690
- ' Name="List Table 1 Light Accent 1"/>\n' +
691
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 1"/>\n' +
692
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 1"/>\n' +
693
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 1"/>\n' +
694
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 1"/>\n' +
695
- ' <w:LsdException Locked="false" Priority="51"\n' +
696
- ' Name="List Table 6 Colorful Accent 1"/>\n' +
697
- ' <w:LsdException Locked="false" Priority="52"\n' +
698
- ' Name="List Table 7 Colorful Accent 1"/>\n' +
699
- ' <w:LsdException Locked="false" Priority="46"\n' +
700
- ' Name="List Table 1 Light Accent 2"/>\n' +
701
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 2"/>\n' +
702
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 2"/>\n' +
703
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 2"/>\n' +
704
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 2"/>\n' +
705
- ' <w:LsdException Locked="false" Priority="51"\n' +
706
- ' Name="List Table 6 Colorful Accent 2"/>\n' +
707
- ' <w:LsdException Locked="false" Priority="52"\n' +
708
- ' Name="List Table 7 Colorful Accent 2"/>\n' +
709
- ' <w:LsdException Locked="false" Priority="46"\n' +
710
- ' Name="List Table 1 Light Accent 3"/>\n' +
711
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 3"/>\n' +
712
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 3"/>\n' +
713
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 3"/>\n' +
714
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 3"/>\n' +
715
- ' <w:LsdException Locked="false" Priority="51"\n' +
716
- ' Name="List Table 6 Colorful Accent 3"/>\n' +
717
- ' <w:LsdException Locked="false" Priority="52"\n' +
718
- ' Name="List Table 7 Colorful Accent 3"/>\n' +
719
- ' <w:LsdException Locked="false" Priority="46"\n' +
720
- ' Name="List Table 1 Light Accent 4"/>\n' +
721
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 4"/>\n' +
722
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 4"/>\n' +
723
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 4"/>\n' +
724
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 4"/>\n' +
725
- ' <w:LsdException Locked="false" Priority="51"\n' +
726
- ' Name="List Table 6 Colorful Accent 4"/>\n' +
727
- ' <w:LsdException Locked="false" Priority="52"\n' +
728
- ' Name="List Table 7 Colorful Accent 4"/>\n' +
729
- ' <w:LsdException Locked="false" Priority="46"\n' +
730
- ' Name="List Table 1 Light Accent 5"/>\n' +
731
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 5"/>\n' +
732
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 5"/>\n' +
733
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 5"/>\n' +
734
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 5"/>\n' +
735
- ' <w:LsdException Locked="false" Priority="51"\n' +
736
- ' Name="List Table 6 Colorful Accent 5"/>\n' +
737
- ' <w:LsdException Locked="false" Priority="52"\n' +
738
- ' Name="List Table 7 Colorful Accent 5"/>\n' +
739
- ' <w:LsdException Locked="false" Priority="46"\n' +
740
- ' Name="List Table 1 Light Accent 6"/>\n' +
741
- ' <w:LsdException Locked="false" Priority="47" Name="List Table 2 Accent 6"/>\n' +
742
- ' <w:LsdException Locked="false" Priority="48" Name="List Table 3 Accent 6"/>\n' +
743
- ' <w:LsdException Locked="false" Priority="49" Name="List Table 4 Accent 6"/>\n' +
744
- ' <w:LsdException Locked="false" Priority="50" Name="List Table 5 Dark Accent 6"/>\n' +
745
- ' <w:LsdException Locked="false" Priority="51"\n' +
746
- ' Name="List Table 6 Colorful Accent 6"/>\n' +
747
- ' <w:LsdException Locked="false" Priority="52"\n' +
748
- ' Name="List Table 7 Colorful Accent 6"/>\n' +
749
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
750
- ' Name="Mention"/>\n' +
751
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
752
- ' Name="Smart Hyperlink"/>\n' +
753
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
754
- ' Name="Hashtag"/>\n' +
755
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
756
- ' Name="Unresolved Mention"/>\n' +
757
- ' <w:LsdException Locked="false" SemiHidden="true" UnhideWhenUsed="true"\n' +
758
- ' Name="Smart Link"/>\n' +
759
- ' </w:LatentStyles>\n' +
760
- '</xml><![endif]-->\n' +
761
- '<style>\n' +
762
- '<!--\n' +
763
- ' /* Font Definitions */\n' +
764
- ' @font-face\n' +
765
- '\t{font-family:"Cambria Math";\n' +
766
- '\tpanose-1:2 4 5 3 5 4 6 3 2 4;\n' +
767
- '\tmso-font-charset:0;\n' +
768
- '\tmso-generic-font-family:roman;\n' +
769
- '\tmso-font-pitch:variable;\n' +
770
- '\tmso-font-signature:-536870145 1107305727 0 0 415 0;}\n' +
771
- '@font-face\n' +
772
- '\t{font-family:Calibri;\n' +
773
- '\tpanose-1:2 15 5 2 2 2 4 3 2 4;\n' +
774
- '\tmso-font-charset:0;\n' +
775
- '\tmso-generic-font-family:swiss;\n' +
776
- '\tmso-font-pitch:variable;\n' +
777
- '\tmso-font-signature:-536859905 -1073732485 9 0 511 0;}\n' +
778
- '@font-face\n' +
779
- '\t{font-family:"Calibri Light";\n' +
780
- '\tpanose-1:2 15 3 2 2 2 4 3 2 4;\n' +
781
- '\tmso-font-charset:0;\n' +
782
- '\tmso-generic-font-family:swiss;\n' +
783
- '\tmso-font-pitch:variable;\n' +
784
- '\tmso-font-signature:-536859905 -1073732485 9 0 511 0;}\n' +
785
- ' /* Style Definitions */\n' +
786
- ' p.MsoNormal, li.MsoNormal, div.MsoNormal\n' +
787
- '\t{mso-style-unhide:no;\n' +
788
- '\tmso-style-qformat:yes;\n' +
789
- '\tmso-style-parent:"";\n' +
790
- '\tmargin-top:0cm;\n' +
791
- '\tmargin-right:0cm;\n' +
792
- '\tmargin-bottom:8.0pt;\n' +
793
- '\tmargin-left:0cm;\n' +
794
- '\tline-height:107%;\n' +
795
- '\tmso-pagination:widow-orphan;\n' +
796
- '\tfont-size:11.0pt;\n' +
797
- '\tfont-family:"Calibri",sans-serif;\n' +
798
- '\tmso-fareast-font-family:Calibri;\n' +
799
- '\tmso-bidi-font-family:"Times New Roman";\n' +
800
- '\tmso-ansi-language:RU;\n' +
801
- '\tmso-fareast-language:EN-US;}\n' +
802
- 'h1\n' +
803
- '\t{mso-style-priority:9;\n' +
804
- '\tmso-style-unhide:no;\n' +
805
- '\tmso-style-qformat:yes;\n' +
806
- '\tmso-style-link:"Heading 1 Char";\n' +
807
- '\tmso-style-next:Normal;\n' +
808
- '\tmargin-top:12.0pt;\n' +
809
- '\tmargin-right:0cm;\n' +
810
- '\tmargin-bottom:0cm;\n' +
811
- '\tmargin-left:0cm;\n' +
812
- '\tline-height:107%;\n' +
813
- '\tmso-pagination:widow-orphan lines-together;\n' +
814
- '\tpage-break-after:avoid;\n' +
815
- '\tmso-outline-level:1;\n' +
816
- '\tfont-size:16.0pt;\n' +
817
- '\tfont-family:"Calibri Light",sans-serif;\n' +
818
- '\tmso-fareast-font-family:"Times New Roman";\n' +
819
- '\tmso-bidi-font-family:"Times New Roman";\n' +
820
- '\tcolor:#2E74B5;\n' +
821
- '\tmso-font-kerning:0pt;\n' +
822
- '\tmso-ansi-language:RU;\n' +
823
- '\tmso-fareast-language:EN-US;\n' +
824
- '\tfont-weight:normal;}\n' +
825
- 'span.Heading1Char\n' +
826
- '\t{mso-style-name:"Heading 1 Char";\n' +
827
- '\tmso-style-priority:9;\n' +
828
- '\tmso-style-unhide:no;\n' +
829
- '\tmso-style-locked:yes;\n' +
830
- '\tmso-style-link:"Heading 1";\n' +
831
- '\tmso-ansi-font-size:16.0pt;\n' +
832
- '\tmso-bidi-font-size:16.0pt;\n' +
833
- '\tfont-family:"Calibri Light",sans-serif;\n' +
834
- '\tmso-ascii-font-family:"Calibri Light";\n' +
835
- '\tmso-fareast-font-family:"Times New Roman";\n' +
836
- '\tmso-hansi-font-family:"Calibri Light";\n' +
837
- '\tcolor:#2E74B5;\n' +
838
- '\tmso-ansi-language:RU;\n' +
839
- '\tmso-fareast-language:EN-US;}\n' +
840
- '.MsoChpDefault\n' +
841
- '\t{mso-style-type:export-only;\n' +
842
- '\tmso-default-props:yes;\n' +
843
- '\tfont-size:10.0pt;\n' +
844
- '\tmso-ansi-font-size:10.0pt;\n' +
845
- '\tmso-bidi-font-size:10.0pt;\n' +
846
- '\tfont-family:"Calibri",sans-serif;\n' +
847
- '\tmso-ascii-font-family:Calibri;\n' +
848
- '\tmso-fareast-font-family:Calibri;\n' +
849
- '\tmso-hansi-font-family:Calibri;}\n' +
850
- '@page WordSection1\n' +
851
- '\t{size:612.0pt 792.0pt;\n' +
852
- '\tmargin:72.0pt 72.0pt 72.0pt 72.0pt;\n' +
853
- '\tmso-header-margin:36.0pt;\n' +
854
- '\tmso-footer-margin:36.0pt;\n' +
855
- '\tmso-paper-source:0;}\n' +
856
- 'div.WordSection1\n' +
857
- '\t{page:WordSection1;}\n' +
858
- '-->\n' +
859
- '</style>\n' +
860
- '<!--[if gte mso 10]>\n' +
861
- '<style>\n' +
862
- ' /* Style Definitions */\n' +
863
- ' table.MsoNormalTable\n' +
864
- '\t{mso-style-name:"Table Normal";\n' +
865
- '\tmso-tstyle-rowband-size:0;\n' +
866
- '\tmso-tstyle-colband-size:0;\n' +
867
- '\tmso-style-noshow:yes;\n' +
868
- '\tmso-style-priority:99;\n' +
869
- '\tmso-style-parent:"";\n' +
870
- '\tmso-padding-alt:0cm 5.4pt 0cm 5.4pt;\n' +
871
- '\tmso-para-margin:0cm;\n' +
872
- '\tmso-pagination:widow-orphan;\n' +
873
- '\tfont-size:10.0pt;\n' +
874
- '\tfont-family:"Calibri",sans-serif;\n' +
875
- '\tmso-bidi-font-family:"Times New Roman";}\n' +
876
- '</style>\n' +
877
- '<![endif]-->\n' +
878
- '</head>\n' +
879
- '\n' +
880
- "<body lang=en-RU style='tab-interval:36.0pt'>\n" +
881
- '<!--StartFragment-->\n' +
882
- '\n' +
883
- "<h1 align=center style='margin-top:0cm;text-align:center;line-height:normal'><span\n" +
884
- 'lang=EN-US style=\'font-size:12.0pt;mso-bidi-font-size:10.0pt;font-family:"Arial",sans-serif;\n' +
885
- "color:#C45911;mso-ansi-language:EN-US'>LOREM IPSUM DOLOR SIT AMET<o:p></o:p></span></h1>\n" +
886
- '\n' +
887
- '<!--EndFragment-->\n' +
888
- '</body>\n' +
889
- '\n' +
890
- '</html>\n';
891
-
892
- const emulatePasteEvent = function (data) {
893
- data.clipboardData = {
894
- types: ['text/plain', 'text/html'],
895
- getData: function (type) {
896
- return type === 'text/plain' ? pastedText : pastedHTML;
897
- }
898
- };
899
- };
900
-
901
- describe('Keep format', function () {
902
- it('Should paste as is', function () {
903
- const editor = getJodit({
904
- disablePlugins: ['WrapTextNodes']
905
- });
906
-
907
- simulateEvent('paste', editor.editor, emulatePasteEvent);
908
-
909
- expect(editor.value).equals('');
910
-
911
- const dialog = getOpenedDialog(editor);
912
-
913
- simulateEvent('click', getButton('keep', dialog));
914
-
915
- expect(sortAttributes(editor.value)).equals(
916
- '<h1 align="center" style="break-after:avoid;color:#2E74B5;font-family:Calibri Light,sans-serif;font-size:21px;font-weight:normal;line-height:normal;margin:0px;text-align:center"><span style="color:#C45911;font-family:Arial,sans-serif;font-size:16px">LOREM IPSUM DOLOR SIT AMET</span></h1>'
917
- );
918
- });
919
- });
920
- });
921
-
922
- describe('Prevent show dialog', function () {
923
- it('Should not show paste html dialog if beforeOpenPasteDialog returned false', function () {
924
- const editor = getJodit({
925
- events: {
926
- beforeOpenPasteDialog: function () // msg,
927
- // title,
928
- // callback,
929
- // clearButton,
930
- // clear2Button
931
- {
932
- return false;
933
- }
934
- }
935
- });
936
-
937
- const pastedText = '<p>test</p>';
938
-
939
- const emulatePasteEvent = function (data) {
940
- data.clipboardData = {
941
- types: ['text/html'],
942
- getData: function () {
943
- return pastedText;
944
- }
945
- };
946
- };
947
-
948
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
949
-
950
- expect(editor.value).equals('');
951
- const dialog = getOpenedDialog(editor);
952
- expect(dialog).is.null;
953
- });
954
-
955
- describe('Change dialog in afterOpenPasteDialog', function () {
956
- it('Should change dialog', function () {
957
- const editor = getJodit({
958
- events: {
959
- afterOpenPasteDialog: function (
960
- dialog
961
- // msg,
962
- // title,
963
- // callback,
964
- // clearButton,
965
- // clear2Button
966
- ) {
967
- dialog.container.style.left = '10px';
968
- }
969
- }
970
- });
971
-
972
- const pastedText = '<p>test</p>';
973
-
974
- const emulatePasteEvent = function (data) {
975
- data.clipboardData = {
976
- types: ['text/html'],
977
- getData: function () {
978
- return pastedText;
979
- }
980
- };
981
- };
982
-
983
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
984
-
985
- expect(editor.value).equals('');
986
-
987
- const dialog = getOpenedDialog(editor);
988
- expect(dialog).is.not.null;
989
- expect(parseInt(dialog.style.left, 10)).equals(10);
990
- });
991
- });
992
- });
993
- });
994
-
995
- describe('Paste simple text', function () {
996
- it('Should not show paste html dialog', function () {
997
- const editor = getJodit({
998
- defaultActionOnPaste: Jodit.INSERT_AS_HTML
999
- });
1000
-
1001
- const pastedText = 'test';
1002
-
1003
- const emulatePasteEvent = function (data) {
1004
- data.clipboardData = {
1005
- types: ['text/html'],
1006
- getData: function () {
1007
- return pastedText;
1008
- }
1009
- };
1010
- };
1011
-
1012
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1013
-
1014
- expect(editor.value).equals('<p>test</p>');
1015
-
1016
- const dialog = getOpenedDialog(editor);
1017
- expect(dialog).is.null;
1018
- });
1019
-
1020
- describe('nl2brInPlainText enable', function () {
1021
- describe('Enable', function () {
1022
- it('Should add BR element before \n', function () {
1023
- const editor = getJodit({
1024
- nl2brInPlainText: true
1025
- });
1026
-
1027
- const pastedText = 'test\ntest\ntest';
1028
-
1029
- simulateEvent('paste', editor.editor, function (data) {
1030
- data.clipboardData = {
1031
- types: ['text/plain'],
1032
- getData: function () {
1033
- return pastedText;
1034
- }
1035
- };
1036
- });
1037
-
1038
- expect(editor.value).equals(
1039
- '<p>test<br>\ntest<br>\ntest</p>'
1040
- );
1041
- });
1042
- });
1043
-
1044
- describe('Disable', function () {
1045
- it('Should not replace all \n to <BR>', function () {
1046
- const editor = getJodit({
1047
- nl2brInPlainText: false
1048
- });
1049
-
1050
- const pastedText = 'test\ntest\ntest';
1051
-
1052
- simulateEvent('paste', editor.editor, function (data) {
1053
- data.clipboardData = {
1054
- types: ['text/plain'],
1055
- getData: function () {
1056
- return pastedText;
1057
- }
1058
- };
1059
- });
1060
-
1061
- expect(editor.value).equals('<p>test\ntest\ntest</p>');
1062
- });
1063
- });
1064
- });
1065
- });
1066
-
1067
- describe('Paste', function () {
1068
- describe('HTML text', function () {
1069
- describe('Insert only text', function () {
1070
- it('Should insert only text from pasted html', function () {
1071
- const editor = getJodit({
1072
- askBeforePasteHTML: false,
1073
- askBeforePasteFromWord: false,
1074
- defaultActionOnPaste: Jodit.INSERT_ONLY_TEXT
1075
- }),
1076
- pastedText = '<p>test</p>',
1077
- emulatePasteEvent = function (data) {
1078
- data.clipboardData = {
1079
- types: ['text/html'],
1080
- getData: function () {
1081
- return pastedText;
1082
- }
1083
- };
1084
- };
1085
-
1086
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1087
-
1088
- expect(editor.value).equals('<p>test</p>');
1089
- });
1090
- });
1091
-
1092
- describe('Insert as text', function () {
1093
- it('Should insert only text from pasted html', function () {
1094
- const editor = getJodit({
1095
- askBeforePasteHTML: false,
1096
- askBeforePasteFromWord: false,
1097
- defaultActionOnPaste: Jodit.INSERT_AS_TEXT
1098
- });
1099
- const pastedText = '<p>test</p>';
1100
-
1101
- const emulatePasteEvent = function (data) {
1102
- data.clipboardData = {
1103
- types: ['text/html'],
1104
- getData: function () {
1105
- return pastedText;
1106
- }
1107
- };
1108
- };
1109
-
1110
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1111
- expect(editor.value).equals(
1112
- '<p>&lt;p&gt;test&lt;/p&gt;</p>'
1113
- );
1114
- });
1115
- });
1116
-
1117
- describe('Insert as html', function () {
1118
- it('Should insert pasted html like html', function () {
1119
- const editor = getJodit({
1120
- askBeforePasteHTML: false,
1121
- askBeforePasteFromWord: false,
1122
- defaultActionOnPaste: Jodit.INSERT_AS_HTML
1123
- });
1124
-
1125
- const pastedText = '<p>test</p>';
1126
-
1127
- const emulatePasteEvent = function (data) {
1128
- data.clipboardData = {
1129
- types: ['text/html'],
1130
- getData: function () {
1131
- return pastedText;
1132
- }
1133
- };
1134
- };
1135
-
1136
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1137
- expect(editor.value).equals('<p>test</p>');
1138
- });
1139
- });
1140
-
1141
- describe('Insert clear html', function () {
1142
- it('Should insert pasted and cleared html', function () {
1143
- const editor = getJodit({
1144
- askBeforePasteHTML: false,
1145
- askBeforePasteFromWord: false,
1146
- defaultActionOnPaste: Jodit.INSERT_CLEAR_HTML
1147
- });
1148
-
1149
- const pastedText =
1150
- '<p style="color:red;" data-text="1">test</p>';
1151
-
1152
- const emulatePasteEvent = function (data) {
1153
- data.clipboardData = {
1154
- types: ['text/html'],
1155
- getData: function () {
1156
- return pastedText;
1157
- }
1158
- };
1159
- };
1160
-
1161
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1162
- expect(editor.value).equals('<p>test</p>');
1163
- });
1164
- });
1165
- });
1166
-
1167
- describe('plain text', function () {
1168
- it('Should Insert text with <br> instead of \\n', function () {
1169
- const editor = getJodit(),
1170
- pastedText = 'test\ntest\ntest\ntest\ntest\n',
1171
- emulatePasteEvent = function (data) {
1172
- data.clipboardData = {
1173
- types: ['text/plain'],
1174
- getData: function () {
1175
- return pastedText;
1176
- }
1177
- };
1178
- };
1179
-
1180
- simulateEvent('paste', 0, editor.editor, emulatePasteEvent);
1181
-
1182
- expect(editor.value).equals(
1183
- '<p>test<br>\ntest<br>\ntest<br>\ntest<br>\ntest<br>\n</p>'
1184
- );
1185
- });
1186
- });
1187
- });
1188
-
1189
- describe('Cut and Copy', function () {
1190
- describe('After cut or copy commands', function () {
1191
- ['copy', 'cut'].forEach(function (command) {
1192
- describe(
1193
- 'For ' + command + ' command. In Jodit.buffer',
1194
- function () {
1195
- it('should be selected text', () => {
1196
- const editor = getJodit({
1197
- toolbarAdaptive: false,
1198
- observer: {
1199
- timeout: 0
1200
- }
1201
- });
1202
-
1203
- const html = '<p>test<strong>bold</strong></p>';
1204
-
1205
- editor.value = html;
1206
-
1207
- editor.s.focus();
1208
- editor.execCommand('selectall');
1209
- simulateEvent(command, editor.editor);
1210
-
1211
- expect(editor.buffer.get('clipboard')).equals(html);
1212
-
1213
- editor.value = html;
1214
- editor.s.focus();
1215
-
1216
- editor.s.select(
1217
- editor.editor.querySelector('strong')
1218
- );
1219
- simulateEvent(command, editor.editor);
1220
-
1221
- expect(editor.buffer.get('clipboard')).equals(
1222
- '<strong>bold</strong>'
1223
- );
1224
-
1225
- if (command === 'cut') {
1226
- expect(editor.value).equals('<p>test</p>');
1227
- }
1228
- });
1229
- }
1230
- );
1231
- });
1232
- });
1233
- });
1234
- });