@bigbinary/neeto-editor 1.25.15 → 1.25.16
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/index.cjs.js +702 -679
- package/index.js +703 -680
- package/package.json +1 -1
package/index.cjs.js
CHANGED
|
@@ -27485,7 +27485,7 @@ instance.reloadResources;
|
|
|
27485
27485
|
instance.use;
|
|
27486
27486
|
instance.changeLanguage;
|
|
27487
27487
|
instance.getFixedT;
|
|
27488
|
-
instance.t;
|
|
27488
|
+
var t$7 = instance.t;
|
|
27489
27489
|
instance.exists;
|
|
27490
27490
|
instance.setDefaultNamespace;
|
|
27491
27491
|
instance.hasLoadedNamespace;
|
|
@@ -27798,73 +27798,83 @@ var common = {
|
|
|
27798
27798
|
caption: "Caption",
|
|
27799
27799
|
create: "Create",
|
|
27800
27800
|
embed: "Embed",
|
|
27801
|
-
"save-changes": "Save changes",
|
|
27802
27801
|
unlink: "Unlink",
|
|
27803
|
-
|
|
27802
|
+
videoUrl: "Video URL:",
|
|
27803
|
+
browse: "Browse"
|
|
27804
27804
|
};
|
|
27805
27805
|
var attachments = {
|
|
27806
|
-
|
|
27806
|
+
actionsBlocked: "You are not permitted to update or delete attachments",
|
|
27807
27807
|
add: "Add Attachment",
|
|
27808
|
-
|
|
27809
|
-
|
|
27808
|
+
deleteConfirmation: "Are you sure you want to remove {{entity}}?",
|
|
27809
|
+
deleteTitle: "Remove Attachment?",
|
|
27810
27810
|
maxNumberOfFiles: "You can only attach {{entity}} files",
|
|
27811
|
-
|
|
27812
|
-
|
|
27811
|
+
nameEmpty: "Filename cannot be empty",
|
|
27812
|
+
oneAttachmentAllowed: "Only one attachment is allowed"
|
|
27813
27813
|
};
|
|
27814
27814
|
var error$1 = {
|
|
27815
|
-
|
|
27816
|
-
|
|
27817
|
-
|
|
27815
|
+
invalidUrl: "Please enter a valid URL",
|
|
27816
|
+
cannotAddFiles: "Cannot add files",
|
|
27817
|
+
onBeforeFileAddedReturn: "Cannot add the file because onBeforeFileAdded returned false.",
|
|
27818
|
+
fileIsTooLarge: "File size is too large. Max size is {{maxFileSize}}.",
|
|
27819
|
+
imageSizeIsShouldBeLess: "Image size should be less than {{limit}} MB"
|
|
27818
27820
|
};
|
|
27819
27821
|
var menu = {
|
|
27820
27822
|
attachments: "Attachments",
|
|
27821
|
-
|
|
27823
|
+
blockQuote: "Block quote",
|
|
27822
27824
|
bold: "Bold",
|
|
27823
|
-
|
|
27825
|
+
bulletedList: "Bulleted list",
|
|
27824
27826
|
code: "Code",
|
|
27825
|
-
|
|
27826
|
-
"embed-video": "Embed video",
|
|
27827
|
+
codeBlock: "Code block",
|
|
27827
27828
|
emoji: "Emoji",
|
|
27828
|
-
|
|
27829
|
+
fontSize: "Font size",
|
|
27829
27830
|
highlight: "Highlight",
|
|
27830
|
-
|
|
27831
|
+
imageUpload: "Image upload",
|
|
27831
27832
|
italic: "Italic",
|
|
27832
27833
|
link: "Link",
|
|
27833
27834
|
mention: "Mention",
|
|
27834
|
-
|
|
27835
|
+
orderedList: "Ordered list",
|
|
27835
27836
|
redo: "Redo",
|
|
27836
27837
|
strike: "Strike",
|
|
27837
27838
|
table: "Table",
|
|
27838
27839
|
underline: "Underline",
|
|
27839
27840
|
undo: "Undo",
|
|
27840
|
-
|
|
27841
|
-
|
|
27842
|
-
|
|
27841
|
+
dynamicVariables: "Dynamic variables",
|
|
27842
|
+
videoEmbed: "Video embed",
|
|
27843
|
+
videoUpload: "Video upload",
|
|
27844
|
+
alignLeft: "Align left",
|
|
27845
|
+
alignCenter: "Align center",
|
|
27846
|
+
alignRight: "Align right",
|
|
27847
|
+
"delete": "Delete"
|
|
27843
27848
|
};
|
|
27844
27849
|
var placeholders = {
|
|
27845
|
-
"caption-input": "Enter a caption",
|
|
27846
27850
|
columns: "Enter columns",
|
|
27847
|
-
|
|
27848
|
-
|
|
27851
|
+
linkInput: "Paste or type a link...",
|
|
27852
|
+
pasteLink: "Paste the link here...",
|
|
27849
27853
|
rows: "Enter rows",
|
|
27850
|
-
|
|
27851
|
-
url: "Paste URL"
|
|
27854
|
+
searchUnsplash: "Search Unsplash",
|
|
27855
|
+
url: "Paste URL",
|
|
27856
|
+
writeSomething: "Write something …"
|
|
27852
27857
|
};
|
|
27853
27858
|
var table = {
|
|
27854
27859
|
"delete": "Delete table",
|
|
27855
|
-
|
|
27856
|
-
|
|
27857
|
-
|
|
27858
|
-
|
|
27859
|
-
|
|
27860
|
-
|
|
27861
|
-
|
|
27860
|
+
deleteColumn: "Delete column",
|
|
27861
|
+
deleteRow: "Delete row",
|
|
27862
|
+
insertColumn: "Insert column",
|
|
27863
|
+
insertRow: "Insert row",
|
|
27864
|
+
mergeSplit: "Merge/Split cell",
|
|
27865
|
+
toggleHeaderColumn: "Toggle header column",
|
|
27866
|
+
toggleHeaderRow: "Toggle header row"
|
|
27862
27867
|
};
|
|
27863
27868
|
var unsplash = {
|
|
27864
|
-
|
|
27865
|
-
|
|
27869
|
+
errorMessage: "Something went wrong! Please try again later.",
|
|
27870
|
+
noResults: "No results",
|
|
27866
27871
|
end: "End of results"
|
|
27867
27872
|
};
|
|
27873
|
+
var localUploader = {
|
|
27874
|
+
dropFilesHere: "Drop your file(s) here or Browse.",
|
|
27875
|
+
maxFileSize: "Max. File Size: {{entity}}",
|
|
27876
|
+
completed: "Completed"
|
|
27877
|
+
};
|
|
27868
27878
|
var en = {
|
|
27869
27879
|
common: common,
|
|
27870
27880
|
attachments: attachments,
|
|
@@ -27873,11 +27883,7 @@ var en = {
|
|
|
27873
27883
|
placeholders: placeholders,
|
|
27874
27884
|
table: table,
|
|
27875
27885
|
unsplash: unsplash,
|
|
27876
|
-
|
|
27877
|
-
"drop-files-here": "Drop your file(s) here or Browse.",
|
|
27878
|
-
"max-file-size": "Max. File Size: {{entity}}",
|
|
27879
|
-
completed: "Completed"
|
|
27880
|
-
}
|
|
27886
|
+
localUploader: localUploader
|
|
27881
27887
|
};
|
|
27882
27888
|
|
|
27883
27889
|
function cov_2jx0j78mzx() {
|
|
@@ -40135,7 +40141,7 @@ var MEDIA_UPLOAD_OPTIONS = (cov_jbpzhr9v8().s[7]++, [{
|
|
|
40135
40141
|
|
|
40136
40142
|
function cov_13smb7q6gj() {
|
|
40137
40143
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/MediaUploader/utils.js";
|
|
40138
|
-
var hash = "
|
|
40144
|
+
var hash = "fd56564e5fafa0d0a378338fde19971a48136c8d";
|
|
40139
40145
|
var global = new Function("return this")();
|
|
40140
40146
|
var gcv = "__coverage__";
|
|
40141
40147
|
var coverageData = {
|
|
@@ -40143,91 +40149,91 @@ function cov_13smb7q6gj() {
|
|
|
40143
40149
|
statementMap: {
|
|
40144
40150
|
"0": {
|
|
40145
40151
|
start: {
|
|
40146
|
-
line:
|
|
40152
|
+
line: 4,
|
|
40147
40153
|
column: 33
|
|
40148
40154
|
},
|
|
40149
40155
|
end: {
|
|
40150
|
-
line:
|
|
40156
|
+
line: 13,
|
|
40151
40157
|
column: 1
|
|
40152
40158
|
}
|
|
40153
40159
|
},
|
|
40154
40160
|
"1": {
|
|
40155
40161
|
start: {
|
|
40156
|
-
line:
|
|
40162
|
+
line: 5,
|
|
40157
40163
|
column: 16
|
|
40158
40164
|
},
|
|
40159
40165
|
end: {
|
|
40160
|
-
line:
|
|
40166
|
+
line: 5,
|
|
40161
40167
|
column: 39
|
|
40162
40168
|
}
|
|
40163
40169
|
},
|
|
40164
40170
|
"2": {
|
|
40165
40171
|
start: {
|
|
40166
|
-
line:
|
|
40172
|
+
line: 6,
|
|
40167
40173
|
column: 10
|
|
40168
40174
|
},
|
|
40169
40175
|
end: {
|
|
40170
|
-
line:
|
|
40176
|
+
line: 6,
|
|
40171
40177
|
column: 11
|
|
40172
40178
|
}
|
|
40173
40179
|
},
|
|
40174
40180
|
"3": {
|
|
40175
40181
|
start: {
|
|
40176
|
-
line:
|
|
40182
|
+
line: 7,
|
|
40177
40183
|
column: 2
|
|
40178
40184
|
},
|
|
40179
40185
|
end: {
|
|
40180
|
-
line:
|
|
40186
|
+
line: 10,
|
|
40181
40187
|
column: 3
|
|
40182
40188
|
}
|
|
40183
40189
|
},
|
|
40184
40190
|
"4": {
|
|
40185
40191
|
start: {
|
|
40186
|
-
line:
|
|
40192
|
+
line: 8,
|
|
40187
40193
|
column: 4
|
|
40188
40194
|
},
|
|
40189
40195
|
end: {
|
|
40190
|
-
line:
|
|
40196
|
+
line: 8,
|
|
40191
40197
|
column: 17
|
|
40192
40198
|
}
|
|
40193
40199
|
},
|
|
40194
40200
|
"5": {
|
|
40195
40201
|
start: {
|
|
40196
|
-
line:
|
|
40202
|
+
line: 9,
|
|
40197
40203
|
column: 4
|
|
40198
40204
|
},
|
|
40199
40205
|
end: {
|
|
40200
|
-
line:
|
|
40206
|
+
line: 9,
|
|
40201
40207
|
column: 8
|
|
40202
40208
|
}
|
|
40203
40209
|
},
|
|
40204
40210
|
"6": {
|
|
40205
40211
|
start: {
|
|
40206
|
-
line:
|
|
40212
|
+
line: 12,
|
|
40207
40213
|
column: 2
|
|
40208
40214
|
},
|
|
40209
40215
|
end: {
|
|
40210
|
-
line:
|
|
40216
|
+
line: 12,
|
|
40211
40217
|
column: 42
|
|
40212
40218
|
}
|
|
40213
40219
|
},
|
|
40214
40220
|
"7": {
|
|
40215
40221
|
start: {
|
|
40216
|
-
line:
|
|
40222
|
+
line: 15,
|
|
40217
40223
|
column: 33
|
|
40218
40224
|
},
|
|
40219
40225
|
end: {
|
|
40220
|
-
line:
|
|
40226
|
+
line: 35,
|
|
40221
40227
|
column: 1
|
|
40222
40228
|
}
|
|
40223
40229
|
},
|
|
40224
40230
|
"8": {
|
|
40225
40231
|
start: {
|
|
40226
|
-
line:
|
|
40232
|
+
line: 15,
|
|
40227
40233
|
column: 39
|
|
40228
40234
|
},
|
|
40229
40235
|
end: {
|
|
40230
|
-
line:
|
|
40236
|
+
line: 35,
|
|
40231
40237
|
column: 1
|
|
40232
40238
|
}
|
|
40233
40239
|
}
|
|
@@ -40237,84 +40243,84 @@ function cov_13smb7q6gj() {
|
|
|
40237
40243
|
name: "(anonymous_0)",
|
|
40238
40244
|
decl: {
|
|
40239
40245
|
start: {
|
|
40240
|
-
line:
|
|
40246
|
+
line: 4,
|
|
40241
40247
|
column: 33
|
|
40242
40248
|
},
|
|
40243
40249
|
end: {
|
|
40244
|
-
line:
|
|
40250
|
+
line: 4,
|
|
40245
40251
|
column: 34
|
|
40246
40252
|
}
|
|
40247
40253
|
},
|
|
40248
40254
|
loc: {
|
|
40249
40255
|
start: {
|
|
40250
|
-
line:
|
|
40256
|
+
line: 4,
|
|
40251
40257
|
column: 41
|
|
40252
40258
|
},
|
|
40253
40259
|
end: {
|
|
40254
|
-
line:
|
|
40260
|
+
line: 13,
|
|
40255
40261
|
column: 1
|
|
40256
40262
|
}
|
|
40257
40263
|
},
|
|
40258
|
-
line:
|
|
40264
|
+
line: 4
|
|
40259
40265
|
},
|
|
40260
40266
|
"1": {
|
|
40261
40267
|
name: "(anonymous_1)",
|
|
40262
40268
|
decl: {
|
|
40263
40269
|
start: {
|
|
40264
|
-
line:
|
|
40270
|
+
line: 15,
|
|
40265
40271
|
column: 33
|
|
40266
40272
|
},
|
|
40267
40273
|
end: {
|
|
40268
|
-
line:
|
|
40274
|
+
line: 15,
|
|
40269
40275
|
column: 34
|
|
40270
40276
|
}
|
|
40271
40277
|
},
|
|
40272
40278
|
loc: {
|
|
40273
40279
|
start: {
|
|
40274
|
-
line:
|
|
40280
|
+
line: 15,
|
|
40275
40281
|
column: 39
|
|
40276
40282
|
},
|
|
40277
40283
|
end: {
|
|
40278
|
-
line:
|
|
40284
|
+
line: 35,
|
|
40279
40285
|
column: 1
|
|
40280
40286
|
}
|
|
40281
40287
|
},
|
|
40282
|
-
line:
|
|
40288
|
+
line: 15
|
|
40283
40289
|
}
|
|
40284
40290
|
},
|
|
40285
40291
|
branchMap: {
|
|
40286
40292
|
"0": {
|
|
40287
40293
|
loc: {
|
|
40288
40294
|
start: {
|
|
40289
|
-
line:
|
|
40295
|
+
line: 7,
|
|
40290
40296
|
column: 9
|
|
40291
40297
|
},
|
|
40292
40298
|
end: {
|
|
40293
|
-
line:
|
|
40299
|
+
line: 7,
|
|
40294
40300
|
column: 41
|
|
40295
40301
|
}
|
|
40296
40302
|
},
|
|
40297
40303
|
type: "binary-expr",
|
|
40298
40304
|
locations: [{
|
|
40299
40305
|
start: {
|
|
40300
|
-
line:
|
|
40306
|
+
line: 7,
|
|
40301
40307
|
column: 9
|
|
40302
40308
|
},
|
|
40303
40309
|
end: {
|
|
40304
|
-
line:
|
|
40310
|
+
line: 7,
|
|
40305
40311
|
column: 21
|
|
40306
40312
|
}
|
|
40307
40313
|
}, {
|
|
40308
40314
|
start: {
|
|
40309
|
-
line:
|
|
40315
|
+
line: 7,
|
|
40310
40316
|
column: 25
|
|
40311
40317
|
},
|
|
40312
40318
|
end: {
|
|
40313
|
-
line:
|
|
40319
|
+
line: 7,
|
|
40314
40320
|
column: 41
|
|
40315
40321
|
}
|
|
40316
40322
|
}],
|
|
40317
|
-
line:
|
|
40323
|
+
line: 7
|
|
40318
40324
|
}
|
|
40319
40325
|
},
|
|
40320
40326
|
s: {
|
|
@@ -40336,7 +40342,7 @@ function cov_13smb7q6gj() {
|
|
|
40336
40342
|
"0": [0, 0]
|
|
40337
40343
|
},
|
|
40338
40344
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
40339
|
-
hash: "
|
|
40345
|
+
hash: "fd56564e5fafa0d0a378338fde19971a48136c8d"
|
|
40340
40346
|
};
|
|
40341
40347
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
40342
40348
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -40374,18 +40380,18 @@ var buildImageOptions = function buildImageOptions() {
|
|
|
40374
40380
|
return [{
|
|
40375
40381
|
Icon: neetoIcons.LeftAlign,
|
|
40376
40382
|
alignPos: "left",
|
|
40377
|
-
optionName: "
|
|
40383
|
+
optionName: t$7("menu.alignLeft")
|
|
40378
40384
|
}, {
|
|
40379
40385
|
Icon: neetoIcons.CenterAlign,
|
|
40380
40386
|
alignPos: "center",
|
|
40381
|
-
optionName: "
|
|
40387
|
+
optionName: t$7("menu.alignCenter")
|
|
40382
40388
|
}, {
|
|
40383
40389
|
Icon: neetoIcons.RightAlign,
|
|
40384
40390
|
alignPos: "right",
|
|
40385
|
-
optionName: "
|
|
40391
|
+
optionName: t$7("menu.alignRight")
|
|
40386
40392
|
}, {
|
|
40387
40393
|
Icon: neetoIcons.Delete,
|
|
40388
|
-
optionName: "
|
|
40394
|
+
optionName: t$7("menu.delete")
|
|
40389
40395
|
}];
|
|
40390
40396
|
};
|
|
40391
40397
|
|
|
@@ -49594,7 +49600,7 @@ var ActiveStorageUpload = /*#__PURE__*/function (_BasePlugin) {
|
|
|
49594
49600
|
|
|
49595
49601
|
function cov_r3t02fgv5() {
|
|
49596
49602
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/hooks/useUppyUploader.js";
|
|
49597
|
-
var hash = "
|
|
49603
|
+
var hash = "185c06efbf6be23fe7bd5f2deafc8630f3746c3e";
|
|
49598
49604
|
var global = new Function("return this")();
|
|
49599
49605
|
var gcv = "__coverage__";
|
|
49600
49606
|
var coverageData = {
|
|
@@ -49602,171 +49608,181 @@ function cov_r3t02fgv5() {
|
|
|
49602
49608
|
statementMap: {
|
|
49603
49609
|
"0": {
|
|
49604
49610
|
start: {
|
|
49605
|
-
line:
|
|
49611
|
+
line: 13,
|
|
49606
49612
|
column: 24
|
|
49607
49613
|
},
|
|
49608
49614
|
end: {
|
|
49609
|
-
line:
|
|
49615
|
+
line: 55,
|
|
49610
49616
|
column: 1
|
|
49611
49617
|
}
|
|
49612
49618
|
},
|
|
49613
49619
|
"1": {
|
|
49614
49620
|
start: {
|
|
49615
|
-
line:
|
|
49621
|
+
line: 14,
|
|
49616
49622
|
column: 40
|
|
49617
49623
|
},
|
|
49618
49624
|
end: {
|
|
49619
|
-
line:
|
|
49625
|
+
line: 14,
|
|
49620
49626
|
column: 55
|
|
49621
49627
|
}
|
|
49622
49628
|
},
|
|
49623
49629
|
"2": {
|
|
49624
49630
|
start: {
|
|
49625
49631
|
line: 15,
|
|
49626
|
-
column:
|
|
49632
|
+
column: 16
|
|
49627
49633
|
},
|
|
49628
49634
|
end: {
|
|
49629
|
-
line:
|
|
49630
|
-
column:
|
|
49635
|
+
line: 15,
|
|
49636
|
+
column: 32
|
|
49631
49637
|
}
|
|
49632
49638
|
},
|
|
49633
49639
|
"3": {
|
|
49634
49640
|
start: {
|
|
49635
|
-
line:
|
|
49641
|
+
line: 17,
|
|
49636
49642
|
column: 28
|
|
49637
49643
|
},
|
|
49638
49644
|
end: {
|
|
49639
|
-
line:
|
|
49640
|
-
column:
|
|
49645
|
+
line: 31,
|
|
49646
|
+
column: 3
|
|
49641
49647
|
}
|
|
49642
49648
|
},
|
|
49643
49649
|
"4": {
|
|
49644
49650
|
start: {
|
|
49645
49651
|
line: 18,
|
|
49652
|
+
column: 28
|
|
49653
|
+
},
|
|
49654
|
+
end: {
|
|
49655
|
+
line: 18,
|
|
49656
|
+
column: 51
|
|
49657
|
+
}
|
|
49658
|
+
},
|
|
49659
|
+
"5": {
|
|
49660
|
+
start: {
|
|
49661
|
+
line: 20,
|
|
49646
49662
|
column: 4
|
|
49647
49663
|
},
|
|
49648
49664
|
end: {
|
|
49649
|
-
line:
|
|
49665
|
+
line: 28,
|
|
49650
49666
|
column: 5
|
|
49651
49667
|
}
|
|
49652
49668
|
},
|
|
49653
|
-
"
|
|
49669
|
+
"6": {
|
|
49654
49670
|
start: {
|
|
49655
|
-
line:
|
|
49671
|
+
line: 21,
|
|
49656
49672
|
column: 6
|
|
49657
49673
|
},
|
|
49658
49674
|
end: {
|
|
49659
|
-
line:
|
|
49675
|
+
line: 25,
|
|
49660
49676
|
column: 8
|
|
49661
49677
|
}
|
|
49662
49678
|
},
|
|
49663
|
-
"
|
|
49679
|
+
"7": {
|
|
49664
49680
|
start: {
|
|
49665
|
-
line:
|
|
49681
|
+
line: 27,
|
|
49666
49682
|
column: 6
|
|
49667
49683
|
},
|
|
49668
49684
|
end: {
|
|
49669
|
-
line:
|
|
49685
|
+
line: 27,
|
|
49670
49686
|
column: 19
|
|
49671
49687
|
}
|
|
49672
49688
|
},
|
|
49673
|
-
"
|
|
49689
|
+
"8": {
|
|
49674
49690
|
start: {
|
|
49675
|
-
line:
|
|
49691
|
+
line: 30,
|
|
49676
49692
|
column: 4
|
|
49677
49693
|
},
|
|
49678
49694
|
end: {
|
|
49679
|
-
line:
|
|
49695
|
+
line: 30,
|
|
49680
49696
|
column: 16
|
|
49681
49697
|
}
|
|
49682
49698
|
},
|
|
49683
|
-
"
|
|
49699
|
+
"9": {
|
|
49684
49700
|
start: {
|
|
49685
|
-
line:
|
|
49701
|
+
line: 33,
|
|
49686
49702
|
column: 15
|
|
49687
49703
|
},
|
|
49688
49704
|
end: {
|
|
49689
|
-
line:
|
|
49705
|
+
line: 52,
|
|
49690
49706
|
column: 3
|
|
49691
49707
|
}
|
|
49692
49708
|
},
|
|
49693
|
-
"
|
|
49709
|
+
"10": {
|
|
49694
49710
|
start: {
|
|
49695
|
-
line:
|
|
49711
|
+
line: 34,
|
|
49696
49712
|
column: 4
|
|
49697
49713
|
},
|
|
49698
49714
|
end: {
|
|
49699
|
-
line:
|
|
49715
|
+
line: 51,
|
|
49700
49716
|
column: 8
|
|
49701
49717
|
}
|
|
49702
49718
|
},
|
|
49703
|
-
"
|
|
49719
|
+
"11": {
|
|
49704
49720
|
start: {
|
|
49705
|
-
line:
|
|
49721
|
+
line: 42,
|
|
49706
49722
|
column: 26
|
|
49707
49723
|
},
|
|
49708
49724
|
end: {
|
|
49709
|
-
line:
|
|
49725
|
+
line: 42,
|
|
49710
49726
|
column: 46
|
|
49711
49727
|
}
|
|
49712
49728
|
},
|
|
49713
|
-
"
|
|
49729
|
+
"12": {
|
|
49714
49730
|
start: {
|
|
49715
|
-
line:
|
|
49731
|
+
line: 44,
|
|
49716
49732
|
column: 24
|
|
49717
49733
|
},
|
|
49718
49734
|
end: {
|
|
49719
|
-
line:
|
|
49735
|
+
line: 44,
|
|
49720
49736
|
column: 58
|
|
49721
49737
|
}
|
|
49722
49738
|
},
|
|
49723
|
-
"
|
|
49739
|
+
"13": {
|
|
49724
49740
|
start: {
|
|
49725
|
-
line:
|
|
49741
|
+
line: 45,
|
|
49726
49742
|
column: 8
|
|
49727
49743
|
},
|
|
49728
49744
|
end: {
|
|
49729
|
-
line:
|
|
49745
|
+
line: 45,
|
|
49730
49746
|
column: 29
|
|
49731
49747
|
}
|
|
49732
49748
|
},
|
|
49733
|
-
"
|
|
49749
|
+
"14": {
|
|
49734
49750
|
start: {
|
|
49735
|
-
line:
|
|
49751
|
+
line: 47,
|
|
49736
49752
|
column: 30
|
|
49737
49753
|
},
|
|
49738
49754
|
end: {
|
|
49739
|
-
line:
|
|
49755
|
+
line: 47,
|
|
49740
49756
|
column: 51
|
|
49741
49757
|
}
|
|
49742
49758
|
},
|
|
49743
|
-
"
|
|
49759
|
+
"15": {
|
|
49744
49760
|
start: {
|
|
49745
|
-
line:
|
|
49761
|
+
line: 49,
|
|
49746
49762
|
column: 8
|
|
49747
49763
|
},
|
|
49748
49764
|
end: {
|
|
49749
|
-
line:
|
|
49765
|
+
line: 49,
|
|
49750
49766
|
column: 21
|
|
49751
49767
|
}
|
|
49752
49768
|
},
|
|
49753
|
-
"
|
|
49769
|
+
"16": {
|
|
49754
49770
|
start: {
|
|
49755
|
-
line:
|
|
49771
|
+
line: 50,
|
|
49756
49772
|
column: 8
|
|
49757
49773
|
},
|
|
49758
49774
|
end: {
|
|
49759
|
-
line:
|
|
49775
|
+
line: 50,
|
|
49760
49776
|
column: 30
|
|
49761
49777
|
}
|
|
49762
49778
|
},
|
|
49763
|
-
"
|
|
49779
|
+
"17": {
|
|
49764
49780
|
start: {
|
|
49765
|
-
line:
|
|
49781
|
+
line: 54,
|
|
49766
49782
|
column: 2
|
|
49767
49783
|
},
|
|
49768
49784
|
end: {
|
|
49769
|
-
line:
|
|
49785
|
+
line: 54,
|
|
49770
49786
|
column: 31
|
|
49771
49787
|
}
|
|
49772
49788
|
}
|
|
@@ -49776,215 +49792,215 @@ function cov_r3t02fgv5() {
|
|
|
49776
49792
|
name: "(anonymous_0)",
|
|
49777
49793
|
decl: {
|
|
49778
49794
|
start: {
|
|
49779
|
-
line:
|
|
49795
|
+
line: 13,
|
|
49780
49796
|
column: 24
|
|
49781
49797
|
},
|
|
49782
49798
|
end: {
|
|
49783
|
-
line:
|
|
49799
|
+
line: 13,
|
|
49784
49800
|
column: 25
|
|
49785
49801
|
}
|
|
49786
49802
|
},
|
|
49787
49803
|
loc: {
|
|
49788
49804
|
start: {
|
|
49789
|
-
line:
|
|
49805
|
+
line: 13,
|
|
49790
49806
|
column: 72
|
|
49791
49807
|
},
|
|
49792
49808
|
end: {
|
|
49793
|
-
line:
|
|
49809
|
+
line: 55,
|
|
49794
49810
|
column: 1
|
|
49795
49811
|
}
|
|
49796
49812
|
},
|
|
49797
|
-
line:
|
|
49813
|
+
line: 13
|
|
49798
49814
|
},
|
|
49799
49815
|
"1": {
|
|
49800
49816
|
name: "(anonymous_1)",
|
|
49801
49817
|
decl: {
|
|
49802
49818
|
start: {
|
|
49803
|
-
line:
|
|
49819
|
+
line: 17,
|
|
49804
49820
|
column: 28
|
|
49805
49821
|
},
|
|
49806
49822
|
end: {
|
|
49807
|
-
line:
|
|
49823
|
+
line: 17,
|
|
49808
49824
|
column: 29
|
|
49809
49825
|
}
|
|
49810
49826
|
},
|
|
49811
49827
|
loc: {
|
|
49812
49828
|
start: {
|
|
49813
|
-
line:
|
|
49829
|
+
line: 17,
|
|
49814
49830
|
column: 36
|
|
49815
49831
|
},
|
|
49816
49832
|
end: {
|
|
49817
|
-
line:
|
|
49833
|
+
line: 31,
|
|
49818
49834
|
column: 3
|
|
49819
49835
|
}
|
|
49820
49836
|
},
|
|
49821
|
-
line:
|
|
49837
|
+
line: 17
|
|
49822
49838
|
},
|
|
49823
49839
|
"2": {
|
|
49824
49840
|
name: "(anonymous_2)",
|
|
49825
49841
|
decl: {
|
|
49826
49842
|
start: {
|
|
49827
|
-
line:
|
|
49843
|
+
line: 33,
|
|
49828
49844
|
column: 23
|
|
49829
49845
|
},
|
|
49830
49846
|
end: {
|
|
49831
|
-
line:
|
|
49847
|
+
line: 33,
|
|
49832
49848
|
column: 24
|
|
49833
49849
|
}
|
|
49834
49850
|
},
|
|
49835
49851
|
loc: {
|
|
49836
49852
|
start: {
|
|
49837
|
-
line:
|
|
49853
|
+
line: 34,
|
|
49838
49854
|
column: 4
|
|
49839
49855
|
},
|
|
49840
49856
|
end: {
|
|
49841
|
-
line:
|
|
49857
|
+
line: 51,
|
|
49842
49858
|
column: 8
|
|
49843
49859
|
}
|
|
49844
49860
|
},
|
|
49845
|
-
line:
|
|
49861
|
+
line: 34
|
|
49846
49862
|
},
|
|
49847
49863
|
"3": {
|
|
49848
49864
|
name: "(anonymous_3)",
|
|
49849
49865
|
decl: {
|
|
49850
49866
|
start: {
|
|
49851
|
-
line:
|
|
49867
|
+
line: 42,
|
|
49852
49868
|
column: 20
|
|
49853
49869
|
},
|
|
49854
49870
|
end: {
|
|
49855
|
-
line:
|
|
49871
|
+
line: 42,
|
|
49856
49872
|
column: 21
|
|
49857
49873
|
}
|
|
49858
49874
|
},
|
|
49859
49875
|
loc: {
|
|
49860
49876
|
start: {
|
|
49861
|
-
line:
|
|
49877
|
+
line: 42,
|
|
49862
49878
|
column: 26
|
|
49863
49879
|
},
|
|
49864
49880
|
end: {
|
|
49865
|
-
line:
|
|
49881
|
+
line: 42,
|
|
49866
49882
|
column: 46
|
|
49867
49883
|
}
|
|
49868
49884
|
},
|
|
49869
|
-
line:
|
|
49885
|
+
line: 42
|
|
49870
49886
|
},
|
|
49871
49887
|
"4": {
|
|
49872
49888
|
name: "(anonymous_4)",
|
|
49873
49889
|
decl: {
|
|
49874
49890
|
start: {
|
|
49875
|
-
line:
|
|
49891
|
+
line: 43,
|
|
49876
49892
|
column: 28
|
|
49877
49893
|
},
|
|
49878
49894
|
end: {
|
|
49879
|
-
line:
|
|
49895
|
+
line: 43,
|
|
49880
49896
|
column: 29
|
|
49881
49897
|
}
|
|
49882
49898
|
},
|
|
49883
49899
|
loc: {
|
|
49884
49900
|
start: {
|
|
49885
|
-
line:
|
|
49901
|
+
line: 43,
|
|
49886
49902
|
column: 40
|
|
49887
49903
|
},
|
|
49888
49904
|
end: {
|
|
49889
|
-
line:
|
|
49905
|
+
line: 46,
|
|
49890
49906
|
column: 7
|
|
49891
49907
|
}
|
|
49892
49908
|
},
|
|
49893
|
-
line:
|
|
49909
|
+
line: 43
|
|
49894
49910
|
},
|
|
49895
49911
|
"5": {
|
|
49896
49912
|
name: "(anonymous_5)",
|
|
49897
49913
|
decl: {
|
|
49898
49914
|
start: {
|
|
49899
|
-
line:
|
|
49915
|
+
line: 47,
|
|
49900
49916
|
column: 24
|
|
49901
49917
|
},
|
|
49902
49918
|
end: {
|
|
49903
|
-
line:
|
|
49919
|
+
line: 47,
|
|
49904
49920
|
column: 25
|
|
49905
49921
|
}
|
|
49906
49922
|
},
|
|
49907
49923
|
loc: {
|
|
49908
49924
|
start: {
|
|
49909
|
-
line:
|
|
49925
|
+
line: 47,
|
|
49910
49926
|
column: 30
|
|
49911
49927
|
},
|
|
49912
49928
|
end: {
|
|
49913
|
-
line:
|
|
49929
|
+
line: 47,
|
|
49914
49930
|
column: 51
|
|
49915
49931
|
}
|
|
49916
49932
|
},
|
|
49917
|
-
line:
|
|
49933
|
+
line: 47
|
|
49918
49934
|
},
|
|
49919
49935
|
"6": {
|
|
49920
49936
|
name: "(anonymous_6)",
|
|
49921
49937
|
decl: {
|
|
49922
49938
|
start: {
|
|
49923
|
-
line:
|
|
49939
|
+
line: 48,
|
|
49924
49940
|
column: 22
|
|
49925
49941
|
},
|
|
49926
49942
|
end: {
|
|
49927
|
-
line:
|
|
49943
|
+
line: 48,
|
|
49928
49944
|
column: 23
|
|
49929
49945
|
}
|
|
49930
49946
|
},
|
|
49931
49947
|
loc: {
|
|
49932
49948
|
start: {
|
|
49933
|
-
line:
|
|
49949
|
+
line: 48,
|
|
49934
49950
|
column: 28
|
|
49935
49951
|
},
|
|
49936
49952
|
end: {
|
|
49937
|
-
line:
|
|
49953
|
+
line: 51,
|
|
49938
49954
|
column: 7
|
|
49939
49955
|
}
|
|
49940
49956
|
},
|
|
49941
|
-
line:
|
|
49957
|
+
line: 48
|
|
49942
49958
|
}
|
|
49943
49959
|
},
|
|
49944
49960
|
branchMap: {
|
|
49945
49961
|
"0": {
|
|
49946
49962
|
loc: {
|
|
49947
49963
|
start: {
|
|
49948
|
-
line:
|
|
49964
|
+
line: 13,
|
|
49949
49965
|
column: 49
|
|
49950
49966
|
},
|
|
49951
49967
|
end: {
|
|
49952
|
-
line:
|
|
49968
|
+
line: 13,
|
|
49953
49969
|
column: 65
|
|
49954
49970
|
}
|
|
49955
49971
|
},
|
|
49956
49972
|
type: "default-arg",
|
|
49957
49973
|
locations: [{
|
|
49958
49974
|
start: {
|
|
49959
|
-
line:
|
|
49975
|
+
line: 13,
|
|
49960
49976
|
column: 61
|
|
49961
49977
|
},
|
|
49962
49978
|
end: {
|
|
49963
|
-
line:
|
|
49979
|
+
line: 13,
|
|
49964
49980
|
column: 65
|
|
49965
49981
|
}
|
|
49966
49982
|
}],
|
|
49967
|
-
line:
|
|
49983
|
+
line: 13
|
|
49968
49984
|
},
|
|
49969
49985
|
"1": {
|
|
49970
49986
|
loc: {
|
|
49971
49987
|
start: {
|
|
49972
|
-
line:
|
|
49988
|
+
line: 20,
|
|
49973
49989
|
column: 4
|
|
49974
49990
|
},
|
|
49975
49991
|
end: {
|
|
49976
|
-
line:
|
|
49992
|
+
line: 28,
|
|
49977
49993
|
column: 5
|
|
49978
49994
|
}
|
|
49979
49995
|
},
|
|
49980
49996
|
type: "if",
|
|
49981
49997
|
locations: [{
|
|
49982
49998
|
start: {
|
|
49983
|
-
line:
|
|
49999
|
+
line: 20,
|
|
49984
50000
|
column: 4
|
|
49985
50001
|
},
|
|
49986
50002
|
end: {
|
|
49987
|
-
line:
|
|
50003
|
+
line: 28,
|
|
49988
50004
|
column: 5
|
|
49989
50005
|
}
|
|
49990
50006
|
}, {
|
|
@@ -49997,40 +50013,40 @@ function cov_r3t02fgv5() {
|
|
|
49997
50013
|
column: undefined
|
|
49998
50014
|
}
|
|
49999
50015
|
}],
|
|
50000
|
-
line:
|
|
50016
|
+
line: 20
|
|
50001
50017
|
},
|
|
50002
50018
|
"2": {
|
|
50003
50019
|
loc: {
|
|
50004
50020
|
start: {
|
|
50005
|
-
line:
|
|
50021
|
+
line: 44,
|
|
50006
50022
|
column: 24
|
|
50007
50023
|
},
|
|
50008
50024
|
end: {
|
|
50009
|
-
line:
|
|
50025
|
+
line: 44,
|
|
50010
50026
|
column: 58
|
|
50011
50027
|
}
|
|
50012
50028
|
},
|
|
50013
50029
|
type: "binary-expr",
|
|
50014
50030
|
locations: [{
|
|
50015
50031
|
start: {
|
|
50016
|
-
line:
|
|
50032
|
+
line: 44,
|
|
50017
50033
|
column: 24
|
|
50018
50034
|
},
|
|
50019
50035
|
end: {
|
|
50020
|
-
line:
|
|
50036
|
+
line: 44,
|
|
50021
50037
|
column: 42
|
|
50022
50038
|
}
|
|
50023
50039
|
}, {
|
|
50024
50040
|
start: {
|
|
50025
|
-
line:
|
|
50041
|
+
line: 44,
|
|
50026
50042
|
column: 46
|
|
50027
50043
|
},
|
|
50028
50044
|
end: {
|
|
50029
|
-
line:
|
|
50045
|
+
line: 44,
|
|
50030
50046
|
column: 58
|
|
50031
50047
|
}
|
|
50032
50048
|
}],
|
|
50033
|
-
line:
|
|
50049
|
+
line: 44
|
|
50034
50050
|
}
|
|
50035
50051
|
},
|
|
50036
50052
|
s: {
|
|
@@ -50050,7 +50066,8 @@ function cov_r3t02fgv5() {
|
|
|
50050
50066
|
"13": 0,
|
|
50051
50067
|
"14": 0,
|
|
50052
50068
|
"15": 0,
|
|
50053
|
-
"16": 0
|
|
50069
|
+
"16": 0,
|
|
50070
|
+
"17": 0
|
|
50054
50071
|
},
|
|
50055
50072
|
f: {
|
|
50056
50073
|
"0": 0,
|
|
@@ -50067,7 +50084,7 @@ function cov_r3t02fgv5() {
|
|
|
50067
50084
|
"2": [0, 0]
|
|
50068
50085
|
},
|
|
50069
50086
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
50070
|
-
hash: "
|
|
50087
|
+
hash: "185c06efbf6be23fe7bd5f2deafc8630f3746c3e"
|
|
50071
50088
|
};
|
|
50072
50089
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
50073
50090
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -50096,54 +50113,58 @@ var useUppyUploader = function useUppyUploader(_ref) {
|
|
|
50096
50113
|
_ref3 = _slicedToArray(_ref2, 2),
|
|
50097
50114
|
isUploading = _ref3[0],
|
|
50098
50115
|
setIsUploading = _ref3[1];
|
|
50099
|
-
cov_r3t02fgv5().s[2]
|
|
50116
|
+
var _ref4 = (cov_r3t02fgv5().s[2]++, useTranslation()),
|
|
50117
|
+
t = _ref4.t;
|
|
50118
|
+
cov_r3t02fgv5().s[3]++;
|
|
50100
50119
|
var onBeforeFileAdded = function onBeforeFileAdded(file) {
|
|
50101
50120
|
cov_r3t02fgv5().f[1]++;
|
|
50102
|
-
var
|
|
50103
|
-
maxFileSize =
|
|
50104
|
-
cov_r3t02fgv5().s[
|
|
50121
|
+
var _ref5 = (cov_r3t02fgv5().s[4]++, uppyConfig.restrictions),
|
|
50122
|
+
maxFileSize = _ref5.maxFileSize;
|
|
50123
|
+
cov_r3t02fgv5().s[5]++;
|
|
50105
50124
|
if (file.size > maxFileSize) {
|
|
50106
50125
|
cov_r3t02fgv5().b[1][0]++;
|
|
50107
|
-
cov_r3t02fgv5().s[5]++;
|
|
50108
|
-
neetoui.Toastr.error("File size is too large. Max size is ".concat(convertToFileSize(uppyConfig.restrictions.maxFileSize), "."));
|
|
50109
50126
|
cov_r3t02fgv5().s[6]++;
|
|
50127
|
+
neetoui.Toastr.error(t("error.fileIsTooLarge", {
|
|
50128
|
+
maxFileSize: convertToFileSize(uppyConfig.restrictions.maxFileSize)
|
|
50129
|
+
}));
|
|
50130
|
+
cov_r3t02fgv5().s[7]++;
|
|
50110
50131
|
return false;
|
|
50111
50132
|
} else {
|
|
50112
50133
|
cov_r3t02fgv5().b[1][1]++;
|
|
50113
50134
|
}
|
|
50114
|
-
cov_r3t02fgv5().s[
|
|
50135
|
+
cov_r3t02fgv5().s[8]++;
|
|
50115
50136
|
return true;
|
|
50116
50137
|
};
|
|
50117
|
-
var uppy = (cov_r3t02fgv5().s[
|
|
50138
|
+
var uppy = (cov_r3t02fgv5().s[9]++, useUppy(function () {
|
|
50118
50139
|
cov_r3t02fgv5().f[2]++;
|
|
50119
|
-
cov_r3t02fgv5().s[
|
|
50140
|
+
cov_r3t02fgv5().s[10]++;
|
|
50120
50141
|
return new Uppy(_objectSpread$e(_objectSpread$e({}, uppyConfig), {}, {
|
|
50121
50142
|
onBeforeFileAdded: onBeforeFileAdded
|
|
50122
50143
|
})).use(ActiveStorageUpload, _objectSpread$e({
|
|
50123
50144
|
directUploadUrl: endpoint
|
|
50124
50145
|
}, UPPY_UPLOAD_CONFIG)).on("upload", function () {
|
|
50125
50146
|
cov_r3t02fgv5().f[3]++;
|
|
50126
|
-
cov_r3t02fgv5().s[
|
|
50147
|
+
cov_r3t02fgv5().s[11]++;
|
|
50127
50148
|
return setIsUploading(true);
|
|
50128
50149
|
}).on("upload-success", function (_, res) {
|
|
50129
50150
|
var _res$data;
|
|
50130
50151
|
cov_r3t02fgv5().f[4]++;
|
|
50131
|
-
var blobUrl = (cov_r3t02fgv5().s[
|
|
50132
|
-
cov_r3t02fgv5().s[
|
|
50152
|
+
var blobUrl = (cov_r3t02fgv5().s[12]++, (cov_r3t02fgv5().b[2][0]++, (_res$data = res.data) === null || _res$data === void 0 ? void 0 : _res$data.blob_url) || (cov_r3t02fgv5().b[2][1]++, res.blob_url));
|
|
50153
|
+
cov_r3t02fgv5().s[13]++;
|
|
50133
50154
|
onSuccess === null || onSuccess === void 0 ? void 0 : onSuccess(blobUrl);
|
|
50134
50155
|
}).on("cancel-all", function () {
|
|
50135
50156
|
cov_r3t02fgv5().f[5]++;
|
|
50136
|
-
cov_r3t02fgv5().s[
|
|
50157
|
+
cov_r3t02fgv5().s[14]++;
|
|
50137
50158
|
return setIsUploading(false);
|
|
50138
50159
|
}).on("complete", function () {
|
|
50139
50160
|
cov_r3t02fgv5().f[6]++;
|
|
50140
|
-
cov_r3t02fgv5().s[14]++;
|
|
50141
|
-
uppy.reset();
|
|
50142
50161
|
cov_r3t02fgv5().s[15]++;
|
|
50162
|
+
uppy.reset();
|
|
50163
|
+
cov_r3t02fgv5().s[16]++;
|
|
50143
50164
|
setIsUploading(false);
|
|
50144
50165
|
});
|
|
50145
50166
|
}));
|
|
50146
|
-
cov_r3t02fgv5().s[
|
|
50167
|
+
cov_r3t02fgv5().s[17]++;
|
|
50147
50168
|
return {
|
|
50148
50169
|
uppy: uppy,
|
|
50149
50170
|
isUploading: isUploading
|
|
@@ -51180,7 +51201,7 @@ var File$1 = function File(_ref) {
|
|
|
51180
51201
|
|
|
51181
51202
|
function cov_13lrfxjoky() {
|
|
51182
51203
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Attachments/Attachment.jsx";
|
|
51183
|
-
var hash = "
|
|
51204
|
+
var hash = "03b8271a8dad7dbf6b4b14dcdc0a6cc589398ccf";
|
|
51184
51205
|
var global = new Function("return this")();
|
|
51185
51206
|
var gcv = "__coverage__";
|
|
51186
51207
|
var coverageData = {
|
|
@@ -52250,7 +52271,7 @@ function cov_13lrfxjoky() {
|
|
|
52250
52271
|
},
|
|
52251
52272
|
end: {
|
|
52252
52273
|
line: 121,
|
|
52253
|
-
column:
|
|
52274
|
+
column: 77
|
|
52254
52275
|
}
|
|
52255
52276
|
},
|
|
52256
52277
|
type: "cond-expr",
|
|
@@ -52261,16 +52282,16 @@ function cov_13lrfxjoky() {
|
|
|
52261
52282
|
},
|
|
52262
52283
|
end: {
|
|
52263
52284
|
line: 121,
|
|
52264
|
-
column:
|
|
52285
|
+
column: 72
|
|
52265
52286
|
}
|
|
52266
52287
|
}, {
|
|
52267
52288
|
start: {
|
|
52268
52289
|
line: 121,
|
|
52269
|
-
column:
|
|
52290
|
+
column: 75
|
|
52270
52291
|
},
|
|
52271
52292
|
end: {
|
|
52272
52293
|
line: 121,
|
|
52273
|
-
column:
|
|
52294
|
+
column: 77
|
|
52274
52295
|
}
|
|
52275
52296
|
}],
|
|
52276
52297
|
line: 121
|
|
@@ -52354,7 +52375,7 @@ function cov_13lrfxjoky() {
|
|
|
52354
52375
|
"7": [0, 0]
|
|
52355
52376
|
},
|
|
52356
52377
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
52357
|
-
hash: "
|
|
52378
|
+
hash: "03b8271a8dad7dbf6b4b14dcdc0a6cc589398ccf"
|
|
52358
52379
|
};
|
|
52359
52380
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
52360
52381
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -52565,7 +52586,7 @@ var Attachment = function Attachment(_ref2) {
|
|
|
52565
52586
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, {
|
|
52566
52587
|
autoFocus: true,
|
|
52567
52588
|
"data-cy": "neeto-editor-attachment-rename-input",
|
|
52568
|
-
error: ramda.isEmpty(newFilename) ? (cov_13lrfxjoky().b[7][0]++, t("attachments.
|
|
52589
|
+
error: ramda.isEmpty(newFilename) ? (cov_13lrfxjoky().b[7][0]++, t("attachments.nameEmpty")) : (cov_13lrfxjoky().b[7][1]++, ""),
|
|
52569
52590
|
size: "small",
|
|
52570
52591
|
value: newFilename,
|
|
52571
52592
|
onChange: function onChange(e) {
|
|
@@ -52599,7 +52620,7 @@ var Attachment = function Attachment(_ref2) {
|
|
|
52599
52620
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
52600
52621
|
style: "body2"
|
|
52601
52622
|
}, attachment.filename)), /*#__PURE__*/React__default["default"].createElement(neetoui.Tooltip, {
|
|
52602
|
-
content: t("attachments.
|
|
52623
|
+
content: t("attachments.actionsBlocked"),
|
|
52603
52624
|
disabled: !disabled,
|
|
52604
52625
|
position: "top"
|
|
52605
52626
|
}, /*#__PURE__*/React__default["default"].createElement("span", null, /*#__PURE__*/React__default["default"].createElement(neetoui.Dropdown, {
|
|
@@ -52628,10 +52649,10 @@ var Attachment = function Attachment(_ref2) {
|
|
|
52628
52649
|
})))))))), /*#__PURE__*/React__default["default"].createElement(neetoui.Alert, {
|
|
52629
52650
|
isOpen: isDeleteAlertOpen,
|
|
52630
52651
|
isSubmitting: isDeleting,
|
|
52631
|
-
message: t("attachments.
|
|
52652
|
+
message: t("attachments.deleteConfirmation", {
|
|
52632
52653
|
entity: newFilename
|
|
52633
52654
|
}),
|
|
52634
|
-
title: t("attachments.
|
|
52655
|
+
title: t("attachments.deleteTitle"),
|
|
52635
52656
|
onClose: function onClose() {
|
|
52636
52657
|
cov_13lrfxjoky().f[12]++;
|
|
52637
52658
|
cov_13lrfxjoky().s[49]++;
|
|
@@ -53471,7 +53492,7 @@ var handleDrop = function handleDrop(_ref4) {
|
|
|
53471
53492
|
|
|
53472
53493
|
function cov_zjfqfoy4d() {
|
|
53473
53494
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Attachments/index.jsx";
|
|
53474
|
-
var hash = "
|
|
53495
|
+
var hash = "78a21063bcf8d8b43320fd72bdb310716e8a9c05";
|
|
53475
53496
|
var global = new Function("return this")();
|
|
53476
53497
|
var gcv = "__coverage__";
|
|
53477
53498
|
var coverageData = {
|
|
@@ -53594,7 +53615,7 @@ function cov_zjfqfoy4d() {
|
|
|
53594
53615
|
},
|
|
53595
53616
|
end: {
|
|
53596
53617
|
line: 57,
|
|
53597
|
-
column:
|
|
53618
|
+
column: 50
|
|
53598
53619
|
}
|
|
53599
53620
|
},
|
|
53600
53621
|
"12": {
|
|
@@ -54084,7 +54105,7 @@ function cov_zjfqfoy4d() {
|
|
|
54084
54105
|
},
|
|
54085
54106
|
end: {
|
|
54086
54107
|
line: 192,
|
|
54087
|
-
column:
|
|
54108
|
+
column: 68
|
|
54088
54109
|
}
|
|
54089
54110
|
}
|
|
54090
54111
|
},
|
|
@@ -55268,7 +55289,7 @@ function cov_zjfqfoy4d() {
|
|
|
55268
55289
|
"19": [0, 0]
|
|
55269
55290
|
},
|
|
55270
55291
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
55271
|
-
hash: "
|
|
55292
|
+
hash: "78a21063bcf8d8b43320fd72bdb310716e8a9c05"
|
|
55272
55293
|
};
|
|
55273
55294
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
55274
55295
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -55340,10 +55361,10 @@ var Attachments = function Attachments(_ref, ref) {
|
|
|
55340
55361
|
});
|
|
55341
55362
|
} catch (error) {
|
|
55342
55363
|
cov_zjfqfoy4d().s[10]++;
|
|
55343
|
-
if (error.message !== t("error.
|
|
55364
|
+
if (error.message !== t("error.onBeforeFileAddedReturn")) {
|
|
55344
55365
|
cov_zjfqfoy4d().b[8][0]++;
|
|
55345
55366
|
cov_zjfqfoy4d().s[11]++;
|
|
55346
|
-
neetoui.Toastr.error(t("error.
|
|
55367
|
+
neetoui.Toastr.error(t("error.cannotAddFiles"));
|
|
55347
55368
|
} else {
|
|
55348
55369
|
cov_zjfqfoy4d().b[8][1]++;
|
|
55349
55370
|
}
|
|
@@ -55574,7 +55595,7 @@ var Attachments = function Attachments(_ref, ref) {
|
|
|
55574
55595
|
cov_zjfqfoy4d().s[59]++;
|
|
55575
55596
|
event.preventDefault();
|
|
55576
55597
|
cov_zjfqfoy4d().s[60]++;
|
|
55577
|
-
neetoui.Toastr.warning(t("attachments.
|
|
55598
|
+
neetoui.Toastr.warning(t("attachments.oneAttachmentAllowed"));
|
|
55578
55599
|
} else {
|
|
55579
55600
|
cov_zjfqfoy4d().b[18][1]++;
|
|
55580
55601
|
}
|
|
@@ -72050,7 +72071,7 @@ var EmbedOption = function EmbedOption(_ref) {
|
|
|
72050
72071
|
}, /*#__PURE__*/React__default["default"].createElement(neetoui.Input, {
|
|
72051
72072
|
"data-cy": "neeto-editor-embed-input",
|
|
72052
72073
|
error: (cov_3ld39egr5().b[4][0]++, error) && (cov_3ld39egr5().b[4][1]++, "Please enter a valid URL"),
|
|
72053
|
-
label: t("common.
|
|
72074
|
+
label: t("common.videoUrl"),
|
|
72054
72075
|
ref: inputRef,
|
|
72055
72076
|
size: "medium",
|
|
72056
72077
|
type: "text",
|
|
@@ -89645,7 +89666,7 @@ var Resizable = /** @class */ (function (_super) {
|
|
|
89645
89666
|
|
|
89646
89667
|
function cov_15b9syaiuk() {
|
|
89647
89668
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/Menu.jsx";
|
|
89648
|
-
var hash = "
|
|
89669
|
+
var hash = "3ba46b3dc117ea42db34d1a84f99da5fb0eba973";
|
|
89649
89670
|
var global = new Function("return this")();
|
|
89650
89671
|
var gcv = "__coverage__";
|
|
89651
89672
|
var coverageData = {
|
|
@@ -89653,71 +89674,71 @@ function cov_15b9syaiuk() {
|
|
|
89653
89674
|
statementMap: {
|
|
89654
89675
|
"0": {
|
|
89655
89676
|
start: {
|
|
89656
|
-
line:
|
|
89677
|
+
line: 8,
|
|
89657
89678
|
column: 13
|
|
89658
89679
|
},
|
|
89659
89680
|
end: {
|
|
89660
|
-
line:
|
|
89681
|
+
line: 34,
|
|
89661
89682
|
column: 1
|
|
89662
89683
|
}
|
|
89663
89684
|
},
|
|
89664
89685
|
"1": {
|
|
89665
89686
|
start: {
|
|
89666
|
-
line:
|
|
89687
|
+
line: 9,
|
|
89667
89688
|
column: 22
|
|
89668
89689
|
},
|
|
89669
89690
|
end: {
|
|
89670
|
-
line:
|
|
89691
|
+
line: 9,
|
|
89671
89692
|
column: 41
|
|
89672
89693
|
}
|
|
89673
89694
|
},
|
|
89674
89695
|
"2": {
|
|
89675
89696
|
start: {
|
|
89676
|
-
line:
|
|
89697
|
+
line: 11,
|
|
89677
89698
|
column: 22
|
|
89678
89699
|
},
|
|
89679
89700
|
end: {
|
|
89680
|
-
line:
|
|
89701
|
+
line: 12,
|
|
89681
89702
|
column: 54
|
|
89682
89703
|
}
|
|
89683
89704
|
},
|
|
89684
89705
|
"3": {
|
|
89685
89706
|
start: {
|
|
89686
|
-
line:
|
|
89707
|
+
line: 12,
|
|
89687
89708
|
column: 4
|
|
89688
89709
|
},
|
|
89689
89710
|
end: {
|
|
89690
|
-
line:
|
|
89711
|
+
line: 12,
|
|
89691
89712
|
column: 54
|
|
89692
89713
|
}
|
|
89693
89714
|
},
|
|
89694
89715
|
"4": {
|
|
89695
89716
|
start: {
|
|
89696
|
-
line:
|
|
89717
|
+
line: 14,
|
|
89697
89718
|
column: 2
|
|
89698
89719
|
},
|
|
89699
89720
|
end: {
|
|
89700
|
-
line:
|
|
89721
|
+
line: 33,
|
|
89701
89722
|
column: 4
|
|
89702
89723
|
}
|
|
89703
89724
|
},
|
|
89704
89725
|
"5": {
|
|
89705
89726
|
start: {
|
|
89706
|
-
line:
|
|
89727
|
+
line: 24,
|
|
89707
89728
|
column: 8
|
|
89708
89729
|
},
|
|
89709
89730
|
end: {
|
|
89710
|
-
line:
|
|
89731
|
+
line: 30,
|
|
89711
89732
|
column: 10
|
|
89712
89733
|
}
|
|
89713
89734
|
},
|
|
89714
89735
|
"6": {
|
|
89715
89736
|
start: {
|
|
89716
|
-
line:
|
|
89737
|
+
line: 29,
|
|
89717
89738
|
column: 25
|
|
89718
89739
|
},
|
|
89719
89740
|
end: {
|
|
89720
|
-
line:
|
|
89741
|
+
line: 29,
|
|
89721
89742
|
column: 46
|
|
89722
89743
|
}
|
|
89723
89744
|
}
|
|
@@ -89727,165 +89748,165 @@ function cov_15b9syaiuk() {
|
|
|
89727
89748
|
name: "(anonymous_0)",
|
|
89728
89749
|
decl: {
|
|
89729
89750
|
start: {
|
|
89730
|
-
line:
|
|
89751
|
+
line: 8,
|
|
89731
89752
|
column: 13
|
|
89732
89753
|
},
|
|
89733
89754
|
end: {
|
|
89734
|
-
line:
|
|
89755
|
+
line: 8,
|
|
89735
89756
|
column: 14
|
|
89736
89757
|
}
|
|
89737
89758
|
},
|
|
89738
89759
|
loc: {
|
|
89739
89760
|
start: {
|
|
89740
|
-
line:
|
|
89761
|
+
line: 8,
|
|
89741
89762
|
column: 58
|
|
89742
89763
|
},
|
|
89743
89764
|
end: {
|
|
89744
|
-
line:
|
|
89765
|
+
line: 34,
|
|
89745
89766
|
column: 1
|
|
89746
89767
|
}
|
|
89747
89768
|
},
|
|
89748
|
-
line:
|
|
89769
|
+
line: 8
|
|
89749
89770
|
},
|
|
89750
89771
|
"1": {
|
|
89751
89772
|
name: "(anonymous_1)",
|
|
89752
89773
|
decl: {
|
|
89753
89774
|
start: {
|
|
89754
|
-
line:
|
|
89775
|
+
line: 11,
|
|
89755
89776
|
column: 22
|
|
89756
89777
|
},
|
|
89757
89778
|
end: {
|
|
89758
|
-
line:
|
|
89779
|
+
line: 11,
|
|
89759
89780
|
column: 23
|
|
89760
89781
|
}
|
|
89761
89782
|
},
|
|
89762
89783
|
loc: {
|
|
89763
89784
|
start: {
|
|
89764
|
-
line:
|
|
89785
|
+
line: 12,
|
|
89765
89786
|
column: 4
|
|
89766
89787
|
},
|
|
89767
89788
|
end: {
|
|
89768
|
-
line:
|
|
89789
|
+
line: 12,
|
|
89769
89790
|
column: 54
|
|
89770
89791
|
}
|
|
89771
89792
|
},
|
|
89772
|
-
line:
|
|
89793
|
+
line: 12
|
|
89773
89794
|
},
|
|
89774
89795
|
"2": {
|
|
89775
89796
|
name: "(anonymous_2)",
|
|
89776
89797
|
decl: {
|
|
89777
89798
|
start: {
|
|
89778
|
-
line:
|
|
89799
|
+
line: 23,
|
|
89779
89800
|
column: 23
|
|
89780
89801
|
},
|
|
89781
89802
|
end: {
|
|
89782
|
-
line:
|
|
89803
|
+
line: 23,
|
|
89783
89804
|
column: 24
|
|
89784
89805
|
}
|
|
89785
89806
|
},
|
|
89786
89807
|
loc: {
|
|
89787
89808
|
start: {
|
|
89788
|
-
line:
|
|
89809
|
+
line: 24,
|
|
89789
89810
|
column: 8
|
|
89790
89811
|
},
|
|
89791
89812
|
end: {
|
|
89792
|
-
line:
|
|
89813
|
+
line: 30,
|
|
89793
89814
|
column: 10
|
|
89794
89815
|
}
|
|
89795
89816
|
},
|
|
89796
|
-
line:
|
|
89817
|
+
line: 24
|
|
89797
89818
|
},
|
|
89798
89819
|
"3": {
|
|
89799
89820
|
name: "(anonymous_3)",
|
|
89800
89821
|
decl: {
|
|
89801
89822
|
start: {
|
|
89802
|
-
line:
|
|
89823
|
+
line: 29,
|
|
89803
89824
|
column: 19
|
|
89804
89825
|
},
|
|
89805
89826
|
end: {
|
|
89806
|
-
line:
|
|
89827
|
+
line: 29,
|
|
89807
89828
|
column: 20
|
|
89808
89829
|
}
|
|
89809
89830
|
},
|
|
89810
89831
|
loc: {
|
|
89811
89832
|
start: {
|
|
89812
|
-
line:
|
|
89833
|
+
line: 29,
|
|
89813
89834
|
column: 25
|
|
89814
89835
|
},
|
|
89815
89836
|
end: {
|
|
89816
|
-
line:
|
|
89837
|
+
line: 29,
|
|
89817
89838
|
column: 46
|
|
89818
89839
|
}
|
|
89819
89840
|
},
|
|
89820
|
-
line:
|
|
89841
|
+
line: 29
|
|
89821
89842
|
}
|
|
89822
89843
|
},
|
|
89823
89844
|
branchMap: {
|
|
89824
89845
|
"0": {
|
|
89825
89846
|
loc: {
|
|
89826
89847
|
start: {
|
|
89827
|
-
line:
|
|
89848
|
+
line: 12,
|
|
89828
89849
|
column: 4
|
|
89829
89850
|
},
|
|
89830
89851
|
end: {
|
|
89831
|
-
line:
|
|
89852
|
+
line: 12,
|
|
89832
89853
|
column: 54
|
|
89833
89854
|
}
|
|
89834
89855
|
},
|
|
89835
89856
|
type: "cond-expr",
|
|
89836
89857
|
locations: [{
|
|
89837
89858
|
start: {
|
|
89838
|
-
line:
|
|
89859
|
+
line: 12,
|
|
89839
89860
|
column: 12
|
|
89840
89861
|
},
|
|
89841
89862
|
end: {
|
|
89842
|
-
line:
|
|
89863
|
+
line: 12,
|
|
89843
89864
|
column: 39
|
|
89844
89865
|
}
|
|
89845
89866
|
}, {
|
|
89846
89867
|
start: {
|
|
89847
|
-
line:
|
|
89868
|
+
line: 12,
|
|
89848
89869
|
column: 42
|
|
89849
89870
|
},
|
|
89850
89871
|
end: {
|
|
89851
|
-
line:
|
|
89872
|
+
line: 12,
|
|
89852
89873
|
column: 54
|
|
89853
89874
|
}
|
|
89854
89875
|
}],
|
|
89855
|
-
line:
|
|
89876
|
+
line: 12
|
|
89856
89877
|
},
|
|
89857
89878
|
"1": {
|
|
89858
89879
|
loc: {
|
|
89859
89880
|
start: {
|
|
89860
|
-
line:
|
|
89881
|
+
line: 27,
|
|
89861
89882
|
column: 17
|
|
89862
89883
|
},
|
|
89863
89884
|
end: {
|
|
89864
|
-
line:
|
|
89885
|
+
line: 27,
|
|
89865
89886
|
column: 58
|
|
89866
89887
|
}
|
|
89867
89888
|
},
|
|
89868
89889
|
type: "cond-expr",
|
|
89869
89890
|
locations: [{
|
|
89870
89891
|
start: {
|
|
89871
|
-
line:
|
|
89892
|
+
line: 27,
|
|
89872
89893
|
column: 38
|
|
89873
89894
|
},
|
|
89874
89895
|
end: {
|
|
89875
|
-
line:
|
|
89896
|
+
line: 27,
|
|
89876
89897
|
column: 49
|
|
89877
89898
|
}
|
|
89878
89899
|
}, {
|
|
89879
89900
|
start: {
|
|
89880
|
-
line:
|
|
89901
|
+
line: 27,
|
|
89881
89902
|
column: 52
|
|
89882
89903
|
},
|
|
89883
89904
|
end: {
|
|
89884
|
-
line:
|
|
89905
|
+
line: 27,
|
|
89885
89906
|
column: 58
|
|
89886
89907
|
}
|
|
89887
89908
|
}],
|
|
89888
|
-
line:
|
|
89909
|
+
line: 27
|
|
89889
89910
|
}
|
|
89890
89911
|
},
|
|
89891
89912
|
s: {
|
|
@@ -89908,7 +89929,7 @@ function cov_15b9syaiuk() {
|
|
|
89908
89929
|
"1": [0, 0]
|
|
89909
89930
|
},
|
|
89910
89931
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
89911
|
-
hash: "
|
|
89932
|
+
hash: "3ba46b3dc117ea42db34d1a84f99da5fb0eba973"
|
|
89912
89933
|
};
|
|
89913
89934
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
89914
89935
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -89960,7 +89981,7 @@ var Menu$7 = function Menu(_ref) {
|
|
|
89960
89981
|
key: optionName,
|
|
89961
89982
|
style: alignPos === align ? (cov_15b9syaiuk().b[1][0]++, "secondary") : (cov_15b9syaiuk().b[1][1]++, "text"),
|
|
89962
89983
|
tooltipProps: {
|
|
89963
|
-
content:
|
|
89984
|
+
content: optionName,
|
|
89964
89985
|
position: "top"
|
|
89965
89986
|
},
|
|
89966
89987
|
onClick: function onClick() {
|
|
@@ -90293,7 +90314,7 @@ var ImageComponent = function ImageComponent(_ref) {
|
|
|
90293
90314
|
var _excluded$9 = ["caption"];
|
|
90294
90315
|
function cov_ksv9azglk() {
|
|
90295
90316
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Image/ExtensionConfig.js";
|
|
90296
|
-
var hash = "
|
|
90317
|
+
var hash = "3bebbf402f81491dd9c9f45cd7e242485e38da56";
|
|
90297
90318
|
var global = new Function("return this")();
|
|
90298
90319
|
var gcv = "__coverage__";
|
|
90299
90320
|
var coverageData = {
|
|
@@ -90301,411 +90322,411 @@ function cov_ksv9azglk() {
|
|
|
90301
90322
|
statementMap: {
|
|
90302
90323
|
"0": {
|
|
90303
90324
|
start: {
|
|
90304
|
-
line:
|
|
90325
|
+
line: 14,
|
|
90305
90326
|
column: 23
|
|
90306
90327
|
},
|
|
90307
90328
|
end: {
|
|
90308
|
-
line:
|
|
90329
|
+
line: 127,
|
|
90309
90330
|
column: 2
|
|
90310
90331
|
}
|
|
90311
90332
|
},
|
|
90312
90333
|
"1": {
|
|
90313
90334
|
start: {
|
|
90314
|
-
line:
|
|
90335
|
+
line: 18,
|
|
90315
90336
|
column: 4
|
|
90316
90337
|
},
|
|
90317
90338
|
end: {
|
|
90318
|
-
line:
|
|
90339
|
+
line: 20,
|
|
90319
90340
|
column: 6
|
|
90320
90341
|
}
|
|
90321
90342
|
},
|
|
90322
90343
|
"2": {
|
|
90323
90344
|
start: {
|
|
90324
|
-
line:
|
|
90345
|
+
line: 32,
|
|
90325
90346
|
column: 4
|
|
90326
90347
|
},
|
|
90327
90348
|
end: {
|
|
90328
|
-
line:
|
|
90349
|
+
line: 60,
|
|
90329
90350
|
column: 6
|
|
90330
90351
|
}
|
|
90331
90352
|
},
|
|
90332
90353
|
"3": {
|
|
90333
90354
|
start: {
|
|
90334
|
-
line:
|
|
90355
|
+
line: 35,
|
|
90335
90356
|
column: 30
|
|
90336
90357
|
},
|
|
90337
90358
|
end: {
|
|
90338
|
-
line:
|
|
90359
|
+
line: 35,
|
|
90339
90360
|
column: 79
|
|
90340
90361
|
}
|
|
90341
90362
|
},
|
|
90342
90363
|
"4": {
|
|
90343
90364
|
start: {
|
|
90344
|
-
line:
|
|
90365
|
+
line: 40,
|
|
90345
90366
|
column: 30
|
|
90346
90367
|
},
|
|
90347
90368
|
end: {
|
|
90348
|
-
line:
|
|
90369
|
+
line: 40,
|
|
90349
90370
|
column: 79
|
|
90350
90371
|
}
|
|
90351
90372
|
},
|
|
90352
90373
|
"5": {
|
|
90353
90374
|
start: {
|
|
90354
|
-
line:
|
|
90375
|
+
line: 46,
|
|
90355
90376
|
column: 10
|
|
90356
90377
|
},
|
|
90357
90378
|
end: {
|
|
90358
|
-
line:
|
|
90379
|
+
line: 46,
|
|
90359
90380
|
column: 65
|
|
90360
90381
|
}
|
|
90361
90382
|
},
|
|
90362
90383
|
"6": {
|
|
90363
90384
|
start: {
|
|
90364
|
-
line:
|
|
90385
|
+
line: 52,
|
|
90365
90386
|
column: 10
|
|
90366
90387
|
},
|
|
90367
90388
|
end: {
|
|
90368
|
-
line:
|
|
90389
|
+
line: 52,
|
|
90369
90390
|
column: 64
|
|
90370
90391
|
}
|
|
90371
90392
|
},
|
|
90372
90393
|
"7": {
|
|
90373
90394
|
start: {
|
|
90374
|
-
line:
|
|
90395
|
+
line: 58,
|
|
90375
90396
|
column: 10
|
|
90376
90397
|
},
|
|
90377
90398
|
end: {
|
|
90378
|
-
line:
|
|
90399
|
+
line: 58,
|
|
90379
90400
|
column: 61
|
|
90380
90401
|
}
|
|
90381
90402
|
},
|
|
90382
90403
|
"8": {
|
|
90383
90404
|
start: {
|
|
90384
|
-
line:
|
|
90405
|
+
line: 64,
|
|
90385
90406
|
column: 4
|
|
90386
90407
|
},
|
|
90387
90408
|
end: {
|
|
90388
|
-
line:
|
|
90409
|
+
line: 69,
|
|
90389
90410
|
column: 6
|
|
90390
90411
|
}
|
|
90391
90412
|
},
|
|
90392
90413
|
"9": {
|
|
90393
90414
|
start: {
|
|
90394
|
-
line:
|
|
90415
|
+
line: 73,
|
|
90395
90416
|
column: 48
|
|
90396
90417
|
},
|
|
90397
90418
|
end: {
|
|
90398
|
-
line:
|
|
90419
|
+
line: 73,
|
|
90399
90420
|
column: 58
|
|
90400
90421
|
}
|
|
90401
90422
|
},
|
|
90402
90423
|
"10": {
|
|
90403
90424
|
start: {
|
|
90404
|
-
line:
|
|
90425
|
+
line: 75,
|
|
90405
90426
|
column: 22
|
|
90406
90427
|
},
|
|
90407
90428
|
end: {
|
|
90408
|
-
line:
|
|
90429
|
+
line: 80,
|
|
90409
90430
|
column: 5
|
|
90410
90431
|
}
|
|
90411
90432
|
},
|
|
90412
90433
|
"11": {
|
|
90413
90434
|
start: {
|
|
90414
|
-
line:
|
|
90435
|
+
line: 82,
|
|
90415
90436
|
column: 24
|
|
90416
90437
|
},
|
|
90417
90438
|
end: {
|
|
90418
|
-
line:
|
|
90439
|
+
line: 85,
|
|
90419
90440
|
column: 5
|
|
90420
90441
|
}
|
|
90421
90442
|
},
|
|
90422
90443
|
"12": {
|
|
90423
90444
|
start: {
|
|
90424
|
-
line:
|
|
90445
|
+
line: 87,
|
|
90425
90446
|
column: 4
|
|
90426
90447
|
},
|
|
90427
90448
|
end: {
|
|
90428
|
-
line:
|
|
90449
|
+
line: 106,
|
|
90429
90450
|
column: 6
|
|
90430
90451
|
}
|
|
90431
90452
|
},
|
|
90432
90453
|
"13": {
|
|
90433
90454
|
start: {
|
|
90434
|
-
line:
|
|
90455
|
+
line: 110,
|
|
90435
90456
|
column: 4
|
|
90436
90457
|
},
|
|
90437
90458
|
end: {
|
|
90438
|
-
line:
|
|
90459
|
+
line: 110,
|
|
90439
90460
|
column: 49
|
|
90440
90461
|
}
|
|
90441
90462
|
},
|
|
90442
90463
|
"14": {
|
|
90443
90464
|
start: {
|
|
90444
|
-
line:
|
|
90465
|
+
line: 114,
|
|
90445
90466
|
column: 4
|
|
90446
90467
|
},
|
|
90447
90468
|
end: {
|
|
90448
|
-
line:
|
|
90469
|
+
line: 125,
|
|
90449
90470
|
column: 6
|
|
90450
90471
|
}
|
|
90451
90472
|
},
|
|
90452
90473
|
"15": {
|
|
90453
90474
|
start: {
|
|
90454
|
-
line:
|
|
90475
|
+
line: 117,
|
|
90455
90476
|
column: 8
|
|
90456
90477
|
},
|
|
90457
90478
|
end: {
|
|
90458
|
-
line:
|
|
90479
|
+
line: 124,
|
|
90459
90480
|
column: 18
|
|
90460
90481
|
}
|
|
90461
90482
|
},
|
|
90462
90483
|
"16": {
|
|
90463
90484
|
start: {
|
|
90464
|
-
line:
|
|
90485
|
+
line: 118,
|
|
90465
90486
|
column: 10
|
|
90466
90487
|
},
|
|
90467
90488
|
end: {
|
|
90468
|
-
line:
|
|
90489
|
+
line: 124,
|
|
90469
90490
|
column: 18
|
|
90470
90491
|
}
|
|
90471
90492
|
},
|
|
90472
90493
|
"17": {
|
|
90473
90494
|
start: {
|
|
90474
|
-
line:
|
|
90495
|
+
line: 129,
|
|
90475
90496
|
column: 15
|
|
90476
90497
|
},
|
|
90477
90498
|
end: {
|
|
90478
|
-
line:
|
|
90499
|
+
line: 141,
|
|
90479
90500
|
column: 1
|
|
90480
90501
|
}
|
|
90481
90502
|
},
|
|
90482
90503
|
"18": {
|
|
90483
90504
|
start: {
|
|
90484
|
-
line:
|
|
90505
|
+
line: 130,
|
|
90485
90506
|
column: 2
|
|
90486
90507
|
},
|
|
90487
90508
|
end: {
|
|
90488
|
-
line:
|
|
90509
|
+
line: 135,
|
|
90489
90510
|
column: 3
|
|
90490
90511
|
}
|
|
90491
90512
|
},
|
|
90492
90513
|
"19": {
|
|
90493
90514
|
start: {
|
|
90494
|
-
line:
|
|
90515
|
+
line: 131,
|
|
90495
90516
|
column: 21
|
|
90496
90517
|
},
|
|
90497
90518
|
end: {
|
|
90498
|
-
line:
|
|
90519
|
+
line: 131,
|
|
90499
90520
|
column: 52
|
|
90500
90521
|
}
|
|
90501
90522
|
},
|
|
90502
90523
|
"20": {
|
|
90503
90524
|
start: {
|
|
90504
|
-
line:
|
|
90525
|
+
line: 132,
|
|
90505
90526
|
column: 21
|
|
90506
90527
|
},
|
|
90507
90528
|
end: {
|
|
90508
|
-
line:
|
|
90529
|
+
line: 132,
|
|
90509
90530
|
column: 44
|
|
90510
90531
|
}
|
|
90511
90532
|
},
|
|
90512
90533
|
"21": {
|
|
90513
90534
|
start: {
|
|
90514
|
-
line:
|
|
90535
|
+
line: 134,
|
|
90515
90536
|
column: 4
|
|
90516
90537
|
},
|
|
90517
90538
|
end: {
|
|
90518
|
-
line:
|
|
90539
|
+
line: 134,
|
|
90519
90540
|
column: 56
|
|
90520
90541
|
}
|
|
90521
90542
|
},
|
|
90522
90543
|
"22": {
|
|
90523
90544
|
start: {
|
|
90524
|
-
line:
|
|
90545
|
+
line: 137,
|
|
90525
90546
|
column: 24
|
|
90526
90547
|
},
|
|
90527
90548
|
end: {
|
|
90528
|
-
line:
|
|
90549
|
+
line: 137,
|
|
90529
90550
|
column: 54
|
|
90530
90551
|
}
|
|
90531
90552
|
},
|
|
90532
90553
|
"23": {
|
|
90533
90554
|
start: {
|
|
90534
|
-
line:
|
|
90555
|
+
line: 138,
|
|
90535
90556
|
column: 2
|
|
90536
90557
|
},
|
|
90537
90558
|
end: {
|
|
90538
|
-
line:
|
|
90539
|
-
column:
|
|
90559
|
+
line: 138,
|
|
90560
|
+
column: 77
|
|
90540
90561
|
}
|
|
90541
90562
|
},
|
|
90542
90563
|
"24": {
|
|
90543
90564
|
start: {
|
|
90544
|
-
line:
|
|
90565
|
+
line: 140,
|
|
90545
90566
|
column: 2
|
|
90546
90567
|
},
|
|
90547
90568
|
end: {
|
|
90548
|
-
line:
|
|
90569
|
+
line: 140,
|
|
90549
90570
|
column: 12
|
|
90550
90571
|
}
|
|
90551
90572
|
},
|
|
90552
90573
|
"25": {
|
|
90553
90574
|
start: {
|
|
90554
|
-
line:
|
|
90575
|
+
line: 145,
|
|
90555
90576
|
column: 4
|
|
90556
90577
|
},
|
|
90557
90578
|
end: {
|
|
90558
|
-
line:
|
|
90579
|
+
line: 185,
|
|
90559
90580
|
column: 6
|
|
90560
90581
|
}
|
|
90561
90582
|
},
|
|
90562
90583
|
"26": {
|
|
90563
90584
|
start: {
|
|
90564
|
-
line:
|
|
90585
|
+
line: 147,
|
|
90565
90586
|
column: 8
|
|
90566
90587
|
},
|
|
90567
90588
|
end: {
|
|
90568
|
-
line:
|
|
90589
|
+
line: 183,
|
|
90569
90590
|
column: 10
|
|
90570
90591
|
}
|
|
90571
90592
|
},
|
|
90572
90593
|
"27": {
|
|
90573
90594
|
start: {
|
|
90574
|
-
line:
|
|
90595
|
+
line: 157,
|
|
90575
90596
|
column: 22
|
|
90576
90597
|
},
|
|
90577
90598
|
end: {
|
|
90578
|
-
line:
|
|
90599
|
+
line: 157,
|
|
90579
90600
|
column: 32
|
|
90580
90601
|
}
|
|
90581
90602
|
},
|
|
90582
90603
|
"28": {
|
|
90583
90604
|
start: {
|
|
90584
|
-
line:
|
|
90605
|
+
line: 158,
|
|
90585
90606
|
column: 35
|
|
90586
90607
|
},
|
|
90587
90608
|
end: {
|
|
90588
|
-
line:
|
|
90609
|
+
line: 158,
|
|
90589
90610
|
column: 69
|
|
90590
90611
|
}
|
|
90591
90612
|
},
|
|
90592
90613
|
"29": {
|
|
90593
90614
|
start: {
|
|
90594
|
-
line:
|
|
90615
|
+
line: 160,
|
|
90595
90616
|
column: 18
|
|
90596
90617
|
},
|
|
90597
90618
|
end: {
|
|
90598
|
-
line:
|
|
90619
|
+
line: 160,
|
|
90599
90620
|
column: 40
|
|
90600
90621
|
}
|
|
90601
90622
|
},
|
|
90602
90623
|
"30": {
|
|
90603
90624
|
start: {
|
|
90604
|
-
line:
|
|
90625
|
+
line: 160,
|
|
90605
90626
|
column: 33
|
|
90606
90627
|
},
|
|
90607
90628
|
end: {
|
|
90608
|
-
line:
|
|
90629
|
+
line: 160,
|
|
90609
90630
|
column: 40
|
|
90610
90631
|
}
|
|
90611
90632
|
},
|
|
90612
90633
|
"31": {
|
|
90613
90634
|
start: {
|
|
90614
|
-
line:
|
|
90635
|
+
line: 162,
|
|
90615
90636
|
column: 33
|
|
90616
90637
|
},
|
|
90617
90638
|
end: {
|
|
90618
|
-
line:
|
|
90639
|
+
line: 164,
|
|
90619
90640
|
column: 19
|
|
90620
90641
|
}
|
|
90621
90642
|
},
|
|
90622
90643
|
"32": {
|
|
90623
90644
|
start: {
|
|
90624
|
-
line:
|
|
90645
|
+
line: 163,
|
|
90625
90646
|
column: 28
|
|
90626
90647
|
},
|
|
90627
90648
|
end: {
|
|
90628
|
-
line:
|
|
90649
|
+
line: 163,
|
|
90629
90650
|
column: 52
|
|
90630
90651
|
}
|
|
90631
90652
|
},
|
|
90632
90653
|
"33": {
|
|
90633
90654
|
start: {
|
|
90634
|
-
line:
|
|
90655
|
+
line: 166,
|
|
90635
90656
|
column: 18
|
|
90636
90657
|
},
|
|
90637
90658
|
end: {
|
|
90638
|
-
line:
|
|
90659
|
+
line: 166,
|
|
90639
90660
|
column: 46
|
|
90640
90661
|
}
|
|
90641
90662
|
},
|
|
90642
90663
|
"34": {
|
|
90643
90664
|
start: {
|
|
90644
|
-
line:
|
|
90665
|
+
line: 166,
|
|
90645
90666
|
column: 39
|
|
90646
90667
|
},
|
|
90647
90668
|
end: {
|
|
90648
|
-
line:
|
|
90669
|
+
line: 166,
|
|
90649
90670
|
column: 46
|
|
90650
90671
|
}
|
|
90651
90672
|
},
|
|
90652
90673
|
"35": {
|
|
90653
90674
|
start: {
|
|
90654
|
-
line:
|
|
90675
|
+
line: 168,
|
|
90655
90676
|
column: 18
|
|
90656
90677
|
},
|
|
90657
90678
|
end: {
|
|
90658
|
-
line:
|
|
90679
|
+
line: 168,
|
|
90659
90680
|
column: 41
|
|
90660
90681
|
}
|
|
90661
90682
|
},
|
|
90662
90683
|
"36": {
|
|
90663
90684
|
start: {
|
|
90664
|
-
line:
|
|
90685
|
+
line: 170,
|
|
90665
90686
|
column: 18
|
|
90666
90687
|
},
|
|
90667
90688
|
end: {
|
|
90668
|
-
line:
|
|
90689
|
+
line: 178,
|
|
90669
90690
|
column: 21
|
|
90670
90691
|
}
|
|
90671
90692
|
},
|
|
90672
90693
|
"37": {
|
|
90673
90694
|
start: {
|
|
90674
|
-
line:
|
|
90695
|
+
line: 171,
|
|
90675
90696
|
column: 33
|
|
90676
90697
|
},
|
|
90677
90698
|
end: {
|
|
90678
|
-
line:
|
|
90699
|
+
line: 173,
|
|
90679
90700
|
column: 22
|
|
90680
90701
|
}
|
|
90681
90702
|
},
|
|
90682
90703
|
"38": {
|
|
90683
90704
|
start: {
|
|
90684
|
-
line:
|
|
90705
|
+
line: 174,
|
|
90685
90706
|
column: 20
|
|
90686
90707
|
},
|
|
90687
90708
|
end: {
|
|
90688
|
-
line:
|
|
90709
|
+
line: 177,
|
|
90689
90710
|
column: 21
|
|
90690
90711
|
}
|
|
90691
90712
|
},
|
|
90692
90713
|
"39": {
|
|
90693
90714
|
start: {
|
|
90694
|
-
line:
|
|
90715
|
+
line: 175,
|
|
90695
90716
|
column: 42
|
|
90696
90717
|
},
|
|
90697
90718
|
end: {
|
|
90698
|
-
line:
|
|
90719
|
+
line: 175,
|
|
90699
90720
|
column: 73
|
|
90700
90721
|
}
|
|
90701
90722
|
},
|
|
90702
90723
|
"40": {
|
|
90703
90724
|
start: {
|
|
90704
|
-
line:
|
|
90725
|
+
line: 176,
|
|
90705
90726
|
column: 22
|
|
90706
90727
|
},
|
|
90707
90728
|
end: {
|
|
90708
|
-
line:
|
|
90729
|
+
line: 176,
|
|
90709
90730
|
column: 49
|
|
90710
90731
|
}
|
|
90711
90732
|
}
|
|
@@ -90715,512 +90736,512 @@ function cov_ksv9azglk() {
|
|
|
90715
90736
|
name: "(anonymous_0)",
|
|
90716
90737
|
decl: {
|
|
90717
90738
|
start: {
|
|
90718
|
-
line:
|
|
90739
|
+
line: 17,
|
|
90719
90740
|
column: 2
|
|
90720
90741
|
},
|
|
90721
90742
|
end: {
|
|
90722
|
-
line:
|
|
90743
|
+
line: 17,
|
|
90723
90744
|
column: 3
|
|
90724
90745
|
}
|
|
90725
90746
|
},
|
|
90726
90747
|
loc: {
|
|
90727
90748
|
start: {
|
|
90728
|
-
line:
|
|
90749
|
+
line: 17,
|
|
90729
90750
|
column: 15
|
|
90730
90751
|
},
|
|
90731
90752
|
end: {
|
|
90732
|
-
line:
|
|
90753
|
+
line: 21,
|
|
90733
90754
|
column: 3
|
|
90734
90755
|
}
|
|
90735
90756
|
},
|
|
90736
|
-
line:
|
|
90757
|
+
line: 17
|
|
90737
90758
|
},
|
|
90738
90759
|
"1": {
|
|
90739
90760
|
name: "(anonymous_1)",
|
|
90740
90761
|
decl: {
|
|
90741
90762
|
start: {
|
|
90742
|
-
line:
|
|
90763
|
+
line: 31,
|
|
90743
90764
|
column: 2
|
|
90744
90765
|
},
|
|
90745
90766
|
end: {
|
|
90746
|
-
line:
|
|
90767
|
+
line: 31,
|
|
90747
90768
|
column: 3
|
|
90748
90769
|
}
|
|
90749
90770
|
},
|
|
90750
90771
|
loc: {
|
|
90751
90772
|
start: {
|
|
90752
|
-
line:
|
|
90773
|
+
line: 31,
|
|
90753
90774
|
column: 18
|
|
90754
90775
|
},
|
|
90755
90776
|
end: {
|
|
90756
|
-
line:
|
|
90777
|
+
line: 61,
|
|
90757
90778
|
column: 3
|
|
90758
90779
|
}
|
|
90759
90780
|
},
|
|
90760
|
-
line:
|
|
90781
|
+
line: 31
|
|
90761
90782
|
},
|
|
90762
90783
|
"2": {
|
|
90763
90784
|
name: "(anonymous_2)",
|
|
90764
90785
|
decl: {
|
|
90765
90786
|
start: {
|
|
90766
|
-
line:
|
|
90787
|
+
line: 35,
|
|
90767
90788
|
column: 19
|
|
90768
90789
|
},
|
|
90769
90790
|
end: {
|
|
90770
|
-
line:
|
|
90791
|
+
line: 35,
|
|
90771
90792
|
column: 20
|
|
90772
90793
|
}
|
|
90773
90794
|
},
|
|
90774
90795
|
loc: {
|
|
90775
90796
|
start: {
|
|
90776
|
-
line:
|
|
90797
|
+
line: 35,
|
|
90777
90798
|
column: 30
|
|
90778
90799
|
},
|
|
90779
90800
|
end: {
|
|
90780
|
-
line:
|
|
90801
|
+
line: 35,
|
|
90781
90802
|
column: 79
|
|
90782
90803
|
}
|
|
90783
90804
|
},
|
|
90784
|
-
line:
|
|
90805
|
+
line: 35
|
|
90785
90806
|
},
|
|
90786
90807
|
"3": {
|
|
90787
90808
|
name: "(anonymous_3)",
|
|
90788
90809
|
decl: {
|
|
90789
90810
|
start: {
|
|
90790
|
-
line:
|
|
90811
|
+
line: 40,
|
|
90791
90812
|
column: 19
|
|
90792
90813
|
},
|
|
90793
90814
|
end: {
|
|
90794
|
-
line:
|
|
90815
|
+
line: 40,
|
|
90795
90816
|
column: 20
|
|
90796
90817
|
}
|
|
90797
90818
|
},
|
|
90798
90819
|
loc: {
|
|
90799
90820
|
start: {
|
|
90800
|
-
line:
|
|
90821
|
+
line: 40,
|
|
90801
90822
|
column: 30
|
|
90802
90823
|
},
|
|
90803
90824
|
end: {
|
|
90804
|
-
line:
|
|
90825
|
+
line: 40,
|
|
90805
90826
|
column: 79
|
|
90806
90827
|
}
|
|
90807
90828
|
},
|
|
90808
|
-
line:
|
|
90829
|
+
line: 40
|
|
90809
90830
|
},
|
|
90810
90831
|
"4": {
|
|
90811
90832
|
name: "(anonymous_4)",
|
|
90812
90833
|
decl: {
|
|
90813
90834
|
start: {
|
|
90814
|
-
line:
|
|
90835
|
+
line: 45,
|
|
90815
90836
|
column: 19
|
|
90816
90837
|
},
|
|
90817
90838
|
end: {
|
|
90818
|
-
line:
|
|
90839
|
+
line: 45,
|
|
90819
90840
|
column: 20
|
|
90820
90841
|
}
|
|
90821
90842
|
},
|
|
90822
90843
|
loc: {
|
|
90823
90844
|
start: {
|
|
90824
|
-
line:
|
|
90845
|
+
line: 46,
|
|
90825
90846
|
column: 10
|
|
90826
90847
|
},
|
|
90827
90848
|
end: {
|
|
90828
|
-
line:
|
|
90849
|
+
line: 46,
|
|
90829
90850
|
column: 65
|
|
90830
90851
|
}
|
|
90831
90852
|
},
|
|
90832
|
-
line:
|
|
90853
|
+
line: 46
|
|
90833
90854
|
},
|
|
90834
90855
|
"5": {
|
|
90835
90856
|
name: "(anonymous_5)",
|
|
90836
90857
|
decl: {
|
|
90837
90858
|
start: {
|
|
90838
|
-
line:
|
|
90859
|
+
line: 51,
|
|
90839
90860
|
column: 19
|
|
90840
90861
|
},
|
|
90841
90862
|
end: {
|
|
90842
|
-
line:
|
|
90863
|
+
line: 51,
|
|
90843
90864
|
column: 20
|
|
90844
90865
|
}
|
|
90845
90866
|
},
|
|
90846
90867
|
loc: {
|
|
90847
90868
|
start: {
|
|
90848
|
-
line:
|
|
90869
|
+
line: 52,
|
|
90849
90870
|
column: 10
|
|
90850
90871
|
},
|
|
90851
90872
|
end: {
|
|
90852
|
-
line:
|
|
90873
|
+
line: 52,
|
|
90853
90874
|
column: 64
|
|
90854
90875
|
}
|
|
90855
90876
|
},
|
|
90856
|
-
line:
|
|
90877
|
+
line: 52
|
|
90857
90878
|
},
|
|
90858
90879
|
"6": {
|
|
90859
90880
|
name: "(anonymous_6)",
|
|
90860
90881
|
decl: {
|
|
90861
90882
|
start: {
|
|
90862
|
-
line:
|
|
90883
|
+
line: 57,
|
|
90863
90884
|
column: 19
|
|
90864
90885
|
},
|
|
90865
90886
|
end: {
|
|
90866
|
-
line:
|
|
90887
|
+
line: 57,
|
|
90867
90888
|
column: 20
|
|
90868
90889
|
}
|
|
90869
90890
|
},
|
|
90870
90891
|
loc: {
|
|
90871
90892
|
start: {
|
|
90872
|
-
line:
|
|
90893
|
+
line: 58,
|
|
90873
90894
|
column: 10
|
|
90874
90895
|
},
|
|
90875
90896
|
end: {
|
|
90876
|
-
line:
|
|
90897
|
+
line: 58,
|
|
90877
90898
|
column: 61
|
|
90878
90899
|
}
|
|
90879
90900
|
},
|
|
90880
|
-
line:
|
|
90901
|
+
line: 58
|
|
90881
90902
|
},
|
|
90882
90903
|
"7": {
|
|
90883
90904
|
name: "(anonymous_7)",
|
|
90884
90905
|
decl: {
|
|
90885
90906
|
start: {
|
|
90886
|
-
line:
|
|
90907
|
+
line: 63,
|
|
90887
90908
|
column: 2
|
|
90888
90909
|
},
|
|
90889
90910
|
end: {
|
|
90890
|
-
line:
|
|
90911
|
+
line: 63,
|
|
90891
90912
|
column: 3
|
|
90892
90913
|
}
|
|
90893
90914
|
},
|
|
90894
90915
|
loc: {
|
|
90895
90916
|
start: {
|
|
90896
|
-
line:
|
|
90917
|
+
line: 63,
|
|
90897
90918
|
column: 14
|
|
90898
90919
|
},
|
|
90899
90920
|
end: {
|
|
90900
|
-
line:
|
|
90921
|
+
line: 70,
|
|
90901
90922
|
column: 3
|
|
90902
90923
|
}
|
|
90903
90924
|
},
|
|
90904
|
-
line:
|
|
90925
|
+
line: 63
|
|
90905
90926
|
},
|
|
90906
90927
|
"8": {
|
|
90907
90928
|
name: "(anonymous_8)",
|
|
90908
90929
|
decl: {
|
|
90909
90930
|
start: {
|
|
90910
|
-
line:
|
|
90931
|
+
line: 72,
|
|
90911
90932
|
column: 2
|
|
90912
90933
|
},
|
|
90913
90934
|
end: {
|
|
90914
|
-
line:
|
|
90935
|
+
line: 72,
|
|
90915
90936
|
column: 3
|
|
90916
90937
|
}
|
|
90917
90938
|
},
|
|
90918
90939
|
loc: {
|
|
90919
90940
|
start: {
|
|
90920
|
-
line:
|
|
90941
|
+
line: 72,
|
|
90921
90942
|
column: 39
|
|
90922
90943
|
},
|
|
90923
90944
|
end: {
|
|
90924
|
-
line:
|
|
90945
|
+
line: 107,
|
|
90925
90946
|
column: 3
|
|
90926
90947
|
}
|
|
90927
90948
|
},
|
|
90928
|
-
line:
|
|
90949
|
+
line: 72
|
|
90929
90950
|
},
|
|
90930
90951
|
"9": {
|
|
90931
90952
|
name: "(anonymous_9)",
|
|
90932
90953
|
decl: {
|
|
90933
90954
|
start: {
|
|
90934
|
-
line:
|
|
90955
|
+
line: 109,
|
|
90935
90956
|
column: 2
|
|
90936
90957
|
},
|
|
90937
90958
|
end: {
|
|
90938
|
-
line:
|
|
90959
|
+
line: 109,
|
|
90939
90960
|
column: 3
|
|
90940
90961
|
}
|
|
90941
90962
|
},
|
|
90942
90963
|
loc: {
|
|
90943
90964
|
start: {
|
|
90944
|
-
line:
|
|
90965
|
+
line: 109,
|
|
90945
90966
|
column: 16
|
|
90946
90967
|
},
|
|
90947
90968
|
end: {
|
|
90948
|
-
line:
|
|
90969
|
+
line: 111,
|
|
90949
90970
|
column: 3
|
|
90950
90971
|
}
|
|
90951
90972
|
},
|
|
90952
|
-
line:
|
|
90973
|
+
line: 109
|
|
90953
90974
|
},
|
|
90954
90975
|
"10": {
|
|
90955
90976
|
name: "(anonymous_10)",
|
|
90956
90977
|
decl: {
|
|
90957
90978
|
start: {
|
|
90958
|
-
line:
|
|
90979
|
+
line: 113,
|
|
90959
90980
|
column: 2
|
|
90960
90981
|
},
|
|
90961
90982
|
end: {
|
|
90962
|
-
line:
|
|
90983
|
+
line: 113,
|
|
90963
90984
|
column: 3
|
|
90964
90985
|
}
|
|
90965
90986
|
},
|
|
90966
90987
|
loc: {
|
|
90967
90988
|
start: {
|
|
90968
|
-
line:
|
|
90989
|
+
line: 113,
|
|
90969
90990
|
column: 16
|
|
90970
90991
|
},
|
|
90971
90992
|
end: {
|
|
90972
|
-
line:
|
|
90993
|
+
line: 126,
|
|
90973
90994
|
column: 3
|
|
90974
90995
|
}
|
|
90975
90996
|
},
|
|
90976
|
-
line:
|
|
90997
|
+
line: 113
|
|
90977
90998
|
},
|
|
90978
90999
|
"11": {
|
|
90979
91000
|
name: "(anonymous_11)",
|
|
90980
91001
|
decl: {
|
|
90981
91002
|
start: {
|
|
90982
|
-
line:
|
|
91003
|
+
line: 116,
|
|
90983
91004
|
column: 8
|
|
90984
91005
|
},
|
|
90985
91006
|
end: {
|
|
90986
|
-
line:
|
|
91007
|
+
line: 116,
|
|
90987
91008
|
column: 9
|
|
90988
91009
|
}
|
|
90989
91010
|
},
|
|
90990
91011
|
loc: {
|
|
90991
91012
|
start: {
|
|
90992
|
-
line:
|
|
91013
|
+
line: 117,
|
|
90993
91014
|
column: 8
|
|
90994
91015
|
},
|
|
90995
91016
|
end: {
|
|
90996
|
-
line:
|
|
91017
|
+
line: 124,
|
|
90997
91018
|
column: 18
|
|
90998
91019
|
}
|
|
90999
91020
|
},
|
|
91000
|
-
line:
|
|
91021
|
+
line: 117
|
|
91001
91022
|
},
|
|
91002
91023
|
"12": {
|
|
91003
91024
|
name: "(anonymous_12)",
|
|
91004
91025
|
decl: {
|
|
91005
91026
|
start: {
|
|
91006
|
-
line:
|
|
91027
|
+
line: 117,
|
|
91007
91028
|
column: 8
|
|
91008
91029
|
},
|
|
91009
91030
|
end: {
|
|
91010
|
-
line:
|
|
91031
|
+
line: 117,
|
|
91011
91032
|
column: 9
|
|
91012
91033
|
}
|
|
91013
91034
|
},
|
|
91014
91035
|
loc: {
|
|
91015
91036
|
start: {
|
|
91016
|
-
line:
|
|
91037
|
+
line: 118,
|
|
91017
91038
|
column: 10
|
|
91018
91039
|
},
|
|
91019
91040
|
end: {
|
|
91020
|
-
line:
|
|
91041
|
+
line: 124,
|
|
91021
91042
|
column: 18
|
|
91022
91043
|
}
|
|
91023
91044
|
},
|
|
91024
|
-
line:
|
|
91045
|
+
line: 118
|
|
91025
91046
|
},
|
|
91026
91047
|
"13": {
|
|
91027
91048
|
name: "(anonymous_13)",
|
|
91028
91049
|
decl: {
|
|
91029
91050
|
start: {
|
|
91030
|
-
line:
|
|
91051
|
+
line: 129,
|
|
91031
91052
|
column: 15
|
|
91032
91053
|
},
|
|
91033
91054
|
end: {
|
|
91034
|
-
line:
|
|
91055
|
+
line: 129,
|
|
91035
91056
|
column: 16
|
|
91036
91057
|
}
|
|
91037
91058
|
},
|
|
91038
91059
|
loc: {
|
|
91039
91060
|
start: {
|
|
91040
|
-
line:
|
|
91061
|
+
line: 129,
|
|
91041
91062
|
column: 36
|
|
91042
91063
|
},
|
|
91043
91064
|
end: {
|
|
91044
|
-
line:
|
|
91065
|
+
line: 141,
|
|
91045
91066
|
column: 1
|
|
91046
91067
|
}
|
|
91047
91068
|
},
|
|
91048
|
-
line:
|
|
91069
|
+
line: 129
|
|
91049
91070
|
},
|
|
91050
91071
|
"14": {
|
|
91051
91072
|
name: "(anonymous_14)",
|
|
91052
91073
|
decl: {
|
|
91053
91074
|
start: {
|
|
91054
|
-
line:
|
|
91075
|
+
line: 144,
|
|
91055
91076
|
column: 13
|
|
91056
91077
|
},
|
|
91057
91078
|
end: {
|
|
91058
|
-
line:
|
|
91079
|
+
line: 144,
|
|
91059
91080
|
column: 14
|
|
91060
91081
|
}
|
|
91061
91082
|
},
|
|
91062
91083
|
loc: {
|
|
91063
91084
|
start: {
|
|
91064
|
-
line:
|
|
91085
|
+
line: 145,
|
|
91065
91086
|
column: 4
|
|
91066
91087
|
},
|
|
91067
91088
|
end: {
|
|
91068
|
-
line:
|
|
91089
|
+
line: 185,
|
|
91069
91090
|
column: 6
|
|
91070
91091
|
}
|
|
91071
91092
|
},
|
|
91072
|
-
line:
|
|
91093
|
+
line: 145
|
|
91073
91094
|
},
|
|
91074
91095
|
"15": {
|
|
91075
91096
|
name: "(anonymous_15)",
|
|
91076
91097
|
decl: {
|
|
91077
91098
|
start: {
|
|
91078
|
-
line:
|
|
91099
|
+
line: 146,
|
|
91079
91100
|
column: 6
|
|
91080
91101
|
},
|
|
91081
91102
|
end: {
|
|
91082
|
-
line:
|
|
91103
|
+
line: 146,
|
|
91083
91104
|
column: 7
|
|
91084
91105
|
}
|
|
91085
91106
|
},
|
|
91086
91107
|
loc: {
|
|
91087
91108
|
start: {
|
|
91088
|
-
line:
|
|
91109
|
+
line: 146,
|
|
91089
91110
|
column: 30
|
|
91090
91111
|
},
|
|
91091
91112
|
end: {
|
|
91092
|
-
line:
|
|
91113
|
+
line: 184,
|
|
91093
91114
|
column: 7
|
|
91094
91115
|
}
|
|
91095
91116
|
},
|
|
91096
|
-
line:
|
|
91117
|
+
line: 146
|
|
91097
91118
|
},
|
|
91098
91119
|
"16": {
|
|
91099
91120
|
name: "(anonymous_16)",
|
|
91100
91121
|
decl: {
|
|
91101
91122
|
start: {
|
|
91102
|
-
line:
|
|
91123
|
+
line: 151,
|
|
91103
91124
|
column: 16
|
|
91104
91125
|
},
|
|
91105
91126
|
end: {
|
|
91106
|
-
line:
|
|
91127
|
+
line: 151,
|
|
91107
91128
|
column: 17
|
|
91108
91129
|
}
|
|
91109
91130
|
},
|
|
91110
91131
|
loc: {
|
|
91111
91132
|
start: {
|
|
91112
|
-
line:
|
|
91133
|
+
line: 151,
|
|
91113
91134
|
column: 35
|
|
91114
91135
|
},
|
|
91115
91136
|
end: {
|
|
91116
|
-
line:
|
|
91137
|
+
line: 179,
|
|
91117
91138
|
column: 17
|
|
91118
91139
|
}
|
|
91119
91140
|
},
|
|
91120
|
-
line:
|
|
91141
|
+
line: 151
|
|
91121
91142
|
},
|
|
91122
91143
|
"17": {
|
|
91123
91144
|
name: "(anonymous_17)",
|
|
91124
91145
|
decl: {
|
|
91125
91146
|
start: {
|
|
91126
|
-
line:
|
|
91147
|
+
line: 163,
|
|
91127
91148
|
column: 20
|
|
91128
91149
|
},
|
|
91129
91150
|
end: {
|
|
91130
|
-
line:
|
|
91151
|
+
line: 163,
|
|
91131
91152
|
column: 21
|
|
91132
91153
|
}
|
|
91133
91154
|
},
|
|
91134
91155
|
loc: {
|
|
91135
91156
|
start: {
|
|
91136
|
-
line:
|
|
91157
|
+
line: 163,
|
|
91137
91158
|
column: 28
|
|
91138
91159
|
},
|
|
91139
91160
|
end: {
|
|
91140
|
-
line:
|
|
91161
|
+
line: 163,
|
|
91141
91162
|
column: 52
|
|
91142
91163
|
}
|
|
91143
91164
|
},
|
|
91144
|
-
line:
|
|
91165
|
+
line: 163
|
|
91145
91166
|
},
|
|
91146
91167
|
"18": {
|
|
91147
91168
|
name: "(anonymous_18)",
|
|
91148
91169
|
decl: {
|
|
91149
91170
|
start: {
|
|
91150
|
-
line:
|
|
91171
|
+
line: 170,
|
|
91151
91172
|
column: 33
|
|
91152
91173
|
},
|
|
91153
91174
|
end: {
|
|
91154
|
-
line:
|
|
91175
|
+
line: 170,
|
|
91155
91176
|
column: 34
|
|
91156
91177
|
}
|
|
91157
91178
|
},
|
|
91158
91179
|
loc: {
|
|
91159
91180
|
start: {
|
|
91160
|
-
line:
|
|
91181
|
+
line: 170,
|
|
91161
91182
|
column: 48
|
|
91162
91183
|
},
|
|
91163
91184
|
end: {
|
|
91164
|
-
line:
|
|
91185
|
+
line: 178,
|
|
91165
91186
|
column: 19
|
|
91166
91187
|
}
|
|
91167
91188
|
},
|
|
91168
|
-
line:
|
|
91189
|
+
line: 170
|
|
91169
91190
|
}
|
|
91170
91191
|
},
|
|
91171
91192
|
branchMap: {
|
|
91172
91193
|
"0": {
|
|
91173
91194
|
loc: {
|
|
91174
91195
|
start: {
|
|
91175
|
-
line:
|
|
91196
|
+
line: 122,
|
|
91176
91197
|
column: 23
|
|
91177
91198
|
},
|
|
91178
91199
|
end: {
|
|
91179
|
-
line:
|
|
91200
|
+
line: 122,
|
|
91180
91201
|
column: 71
|
|
91181
91202
|
}
|
|
91182
91203
|
},
|
|
91183
91204
|
type: "cond-expr",
|
|
91184
91205
|
locations: [{
|
|
91185
91206
|
start: {
|
|
91186
|
-
line:
|
|
91207
|
+
line: 122,
|
|
91187
91208
|
column: 33
|
|
91188
91209
|
},
|
|
91189
91210
|
end: {
|
|
91190
|
-
line:
|
|
91211
|
+
line: 122,
|
|
91191
91212
|
column: 66
|
|
91192
91213
|
}
|
|
91193
91214
|
}, {
|
|
91194
91215
|
start: {
|
|
91195
|
-
line:
|
|
91216
|
+
line: 122,
|
|
91196
91217
|
column: 69
|
|
91197
91218
|
},
|
|
91198
91219
|
end: {
|
|
91199
|
-
line:
|
|
91220
|
+
line: 122,
|
|
91200
91221
|
column: 71
|
|
91201
91222
|
}
|
|
91202
91223
|
}],
|
|
91203
|
-
line:
|
|
91224
|
+
line: 122
|
|
91204
91225
|
},
|
|
91205
91226
|
"1": {
|
|
91206
91227
|
loc: {
|
|
91207
91228
|
start: {
|
|
91208
|
-
line:
|
|
91229
|
+
line: 130,
|
|
91209
91230
|
column: 2
|
|
91210
91231
|
},
|
|
91211
91232
|
end: {
|
|
91212
|
-
line:
|
|
91233
|
+
line: 135,
|
|
91213
91234
|
column: 3
|
|
91214
91235
|
}
|
|
91215
91236
|
},
|
|
91216
91237
|
type: "if",
|
|
91217
91238
|
locations: [{
|
|
91218
91239
|
start: {
|
|
91219
|
-
line:
|
|
91240
|
+
line: 130,
|
|
91220
91241
|
column: 2
|
|
91221
91242
|
},
|
|
91222
91243
|
end: {
|
|
91223
|
-
line:
|
|
91244
|
+
line: 135,
|
|
91224
91245
|
column: 3
|
|
91225
91246
|
}
|
|
91226
91247
|
}, {
|
|
@@ -91233,60 +91254,60 @@ function cov_ksv9azglk() {
|
|
|
91233
91254
|
column: undefined
|
|
91234
91255
|
}
|
|
91235
91256
|
}],
|
|
91236
|
-
line:
|
|
91257
|
+
line: 130
|
|
91237
91258
|
},
|
|
91238
91259
|
"2": {
|
|
91239
91260
|
loc: {
|
|
91240
91261
|
start: {
|
|
91241
|
-
line:
|
|
91262
|
+
line: 134,
|
|
91242
91263
|
column: 11
|
|
91243
91264
|
},
|
|
91244
91265
|
end: {
|
|
91245
|
-
line:
|
|
91266
|
+
line: 134,
|
|
91246
91267
|
column: 55
|
|
91247
91268
|
}
|
|
91248
91269
|
},
|
|
91249
91270
|
type: "binary-expr",
|
|
91250
91271
|
locations: [{
|
|
91251
91272
|
start: {
|
|
91252
|
-
line:
|
|
91273
|
+
line: 134,
|
|
91253
91274
|
column: 11
|
|
91254
91275
|
},
|
|
91255
91276
|
end: {
|
|
91256
|
-
line:
|
|
91277
|
+
line: 134,
|
|
91257
91278
|
column: 34
|
|
91258
91279
|
}
|
|
91259
91280
|
}, {
|
|
91260
91281
|
start: {
|
|
91261
|
-
line:
|
|
91282
|
+
line: 134,
|
|
91262
91283
|
column: 38
|
|
91263
91284
|
},
|
|
91264
91285
|
end: {
|
|
91265
|
-
line:
|
|
91286
|
+
line: 134,
|
|
91266
91287
|
column: 55
|
|
91267
91288
|
}
|
|
91268
91289
|
}],
|
|
91269
|
-
line:
|
|
91290
|
+
line: 134
|
|
91270
91291
|
},
|
|
91271
91292
|
"3": {
|
|
91272
91293
|
loc: {
|
|
91273
91294
|
start: {
|
|
91274
|
-
line:
|
|
91295
|
+
line: 160,
|
|
91275
91296
|
column: 18
|
|
91276
91297
|
},
|
|
91277
91298
|
end: {
|
|
91278
|
-
line:
|
|
91299
|
+
line: 160,
|
|
91279
91300
|
column: 40
|
|
91280
91301
|
}
|
|
91281
91302
|
},
|
|
91282
91303
|
type: "if",
|
|
91283
91304
|
locations: [{
|
|
91284
91305
|
start: {
|
|
91285
|
-
line:
|
|
91306
|
+
line: 160,
|
|
91286
91307
|
column: 18
|
|
91287
91308
|
},
|
|
91288
91309
|
end: {
|
|
91289
|
-
line:
|
|
91310
|
+
line: 160,
|
|
91290
91311
|
column: 40
|
|
91291
91312
|
}
|
|
91292
91313
|
}, {
|
|
@@ -91299,27 +91320,27 @@ function cov_ksv9azglk() {
|
|
|
91299
91320
|
column: undefined
|
|
91300
91321
|
}
|
|
91301
91322
|
}],
|
|
91302
|
-
line:
|
|
91323
|
+
line: 160
|
|
91303
91324
|
},
|
|
91304
91325
|
"4": {
|
|
91305
91326
|
loc: {
|
|
91306
91327
|
start: {
|
|
91307
|
-
line:
|
|
91328
|
+
line: 166,
|
|
91308
91329
|
column: 18
|
|
91309
91330
|
},
|
|
91310
91331
|
end: {
|
|
91311
|
-
line:
|
|
91332
|
+
line: 166,
|
|
91312
91333
|
column: 46
|
|
91313
91334
|
}
|
|
91314
91335
|
},
|
|
91315
91336
|
type: "if",
|
|
91316
91337
|
locations: [{
|
|
91317
91338
|
start: {
|
|
91318
|
-
line:
|
|
91339
|
+
line: 166,
|
|
91319
91340
|
column: 18
|
|
91320
91341
|
},
|
|
91321
91342
|
end: {
|
|
91322
|
-
line:
|
|
91343
|
+
line: 166,
|
|
91323
91344
|
column: 46
|
|
91324
91345
|
}
|
|
91325
91346
|
}, {
|
|
@@ -91332,27 +91353,27 @@ function cov_ksv9azglk() {
|
|
|
91332
91353
|
column: undefined
|
|
91333
91354
|
}
|
|
91334
91355
|
}],
|
|
91335
|
-
line:
|
|
91356
|
+
line: 166
|
|
91336
91357
|
},
|
|
91337
91358
|
"5": {
|
|
91338
91359
|
loc: {
|
|
91339
91360
|
start: {
|
|
91340
|
-
line:
|
|
91361
|
+
line: 174,
|
|
91341
91362
|
column: 20
|
|
91342
91363
|
},
|
|
91343
91364
|
end: {
|
|
91344
|
-
line:
|
|
91365
|
+
line: 177,
|
|
91345
91366
|
column: 21
|
|
91346
91367
|
}
|
|
91347
91368
|
},
|
|
91348
91369
|
type: "if",
|
|
91349
91370
|
locations: [{
|
|
91350
91371
|
start: {
|
|
91351
|
-
line:
|
|
91372
|
+
line: 174,
|
|
91352
91373
|
column: 20
|
|
91353
91374
|
},
|
|
91354
91375
|
end: {
|
|
91355
|
-
line:
|
|
91376
|
+
line: 177,
|
|
91356
91377
|
column: 21
|
|
91357
91378
|
}
|
|
91358
91379
|
}, {
|
|
@@ -91365,7 +91386,7 @@ function cov_ksv9azglk() {
|
|
|
91365
91386
|
column: undefined
|
|
91366
91387
|
}
|
|
91367
91388
|
}],
|
|
91368
|
-
line:
|
|
91389
|
+
line: 174
|
|
91369
91390
|
}
|
|
91370
91391
|
},
|
|
91371
91392
|
s: {
|
|
@@ -91441,7 +91462,7 @@ function cov_ksv9azglk() {
|
|
|
91441
91462
|
"5": [0, 0]
|
|
91442
91463
|
},
|
|
91443
91464
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
91444
|
-
hash: "
|
|
91465
|
+
hash: "3bebbf402f81491dd9c9f45cd7e242485e38da56"
|
|
91445
91466
|
};
|
|
91446
91467
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
91447
91468
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -91616,7 +91637,9 @@ var upload = /*#__PURE__*/function () {
|
|
|
91616
91637
|
case 14:
|
|
91617
91638
|
imageSizeInMB = (cov_ksv9azglk().s[22]++, MAX_IMAGE_SIZE / (1024 * 1024));
|
|
91618
91639
|
cov_ksv9azglk().s[23]++;
|
|
91619
|
-
neetoui.Toastr.error("
|
|
91640
|
+
neetoui.Toastr.error(t$7("error.imageSizeIsShouldBeLess", {
|
|
91641
|
+
limit: imageSizeInMB
|
|
91642
|
+
}));
|
|
91620
91643
|
cov_ksv9azglk().s[24]++;
|
|
91621
91644
|
return _context.abrupt("return", "");
|
|
91622
91645
|
case 19:
|
|
@@ -96450,7 +96473,7 @@ var Mention = {
|
|
|
96450
96473
|
|
|
96451
96474
|
function cov_134mrrjy5g() {
|
|
96452
96475
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/CustomExtensions/Placeholder/ExtensionConfig.js";
|
|
96453
|
-
var hash = "
|
|
96476
|
+
var hash = "a628a59bba8d6c190faea7f50c6e8fcbc3298925";
|
|
96454
96477
|
var global = new Function("return this")();
|
|
96455
96478
|
var gcv = "__coverage__";
|
|
96456
96479
|
var coverageData = {
|
|
@@ -96458,201 +96481,201 @@ function cov_134mrrjy5g() {
|
|
|
96458
96481
|
statementMap: {
|
|
96459
96482
|
"0": {
|
|
96460
96483
|
start: {
|
|
96461
|
-
line:
|
|
96484
|
+
line: 6,
|
|
96462
96485
|
column: 20
|
|
96463
96486
|
},
|
|
96464
96487
|
end: {
|
|
96465
|
-
line:
|
|
96488
|
+
line: 70,
|
|
96466
96489
|
column: 2
|
|
96467
96490
|
}
|
|
96468
96491
|
},
|
|
96469
96492
|
"1": {
|
|
96470
96493
|
start: {
|
|
96471
|
-
line:
|
|
96494
|
+
line: 10,
|
|
96472
96495
|
column: 4
|
|
96473
96496
|
},
|
|
96474
96497
|
end: {
|
|
96475
|
-
line:
|
|
96498
|
+
line: 18,
|
|
96476
96499
|
column: 6
|
|
96477
96500
|
}
|
|
96478
96501
|
},
|
|
96479
96502
|
"2": {
|
|
96480
96503
|
start: {
|
|
96481
|
-
line:
|
|
96504
|
+
line: 22,
|
|
96482
96505
|
column: 4
|
|
96483
96506
|
},
|
|
96484
96507
|
end: {
|
|
96485
|
-
line:
|
|
96508
|
+
line: 68,
|
|
96486
96509
|
column: 6
|
|
96487
96510
|
}
|
|
96488
96511
|
},
|
|
96489
96512
|
"3": {
|
|
96490
96513
|
start: {
|
|
96491
|
-
line:
|
|
96514
|
+
line: 27,
|
|
96492
96515
|
column: 14
|
|
96493
96516
|
},
|
|
96494
96517
|
end: {
|
|
96495
|
-
line:
|
|
96518
|
+
line: 27,
|
|
96496
96519
|
column: 74
|
|
96497
96520
|
}
|
|
96498
96521
|
},
|
|
96499
96522
|
"4": {
|
|
96500
96523
|
start: {
|
|
96501
|
-
line:
|
|
96524
|
+
line: 28,
|
|
96502
96525
|
column: 31
|
|
96503
96526
|
},
|
|
96504
96527
|
end: {
|
|
96505
|
-
line:
|
|
96528
|
+
line: 28,
|
|
96506
96529
|
column: 40
|
|
96507
96530
|
}
|
|
96508
96531
|
},
|
|
96509
96532
|
"5": {
|
|
96510
96533
|
start: {
|
|
96511
|
-
line:
|
|
96534
|
+
line: 29,
|
|
96512
96535
|
column: 32
|
|
96513
96536
|
},
|
|
96514
96537
|
end: {
|
|
96515
|
-
line:
|
|
96538
|
+
line: 29,
|
|
96516
96539
|
column: 34
|
|
96517
96540
|
}
|
|
96518
96541
|
},
|
|
96519
96542
|
"6": {
|
|
96520
96543
|
start: {
|
|
96521
|
-
line:
|
|
96544
|
+
line: 31,
|
|
96522
96545
|
column: 12
|
|
96523
96546
|
},
|
|
96524
96547
|
end: {
|
|
96525
|
-
line:
|
|
96548
|
+
line: 33,
|
|
96526
96549
|
column: 13
|
|
96527
96550
|
}
|
|
96528
96551
|
},
|
|
96529
96552
|
"7": {
|
|
96530
96553
|
start: {
|
|
96531
|
-
line:
|
|
96554
|
+
line: 32,
|
|
96532
96555
|
column: 14
|
|
96533
96556
|
},
|
|
96534
96557
|
end: {
|
|
96535
|
-
line:
|
|
96558
|
+
line: 32,
|
|
96536
96559
|
column: 26
|
|
96537
96560
|
}
|
|
96538
96561
|
},
|
|
96539
96562
|
"8": {
|
|
96540
96563
|
start: {
|
|
96541
|
-
line:
|
|
96564
|
+
line: 35,
|
|
96542
96565
|
column: 12
|
|
96543
96566
|
},
|
|
96544
96567
|
end: {
|
|
96545
|
-
line:
|
|
96568
|
+
line: 62,
|
|
96546
96569
|
column: 15
|
|
96547
96570
|
}
|
|
96548
96571
|
},
|
|
96549
96572
|
"9": {
|
|
96550
96573
|
start: {
|
|
96551
|
-
line:
|
|
96574
|
+
line: 36,
|
|
96552
96575
|
column: 32
|
|
96553
96576
|
},
|
|
96554
96577
|
end: {
|
|
96555
|
-
line:
|
|
96578
|
+
line: 36,
|
|
96556
96579
|
column: 78
|
|
96557
96580
|
}
|
|
96558
96581
|
},
|
|
96559
96582
|
"10": {
|
|
96560
96583
|
start: {
|
|
96561
|
-
line:
|
|
96584
|
+
line: 37,
|
|
96562
96585
|
column: 30
|
|
96563
96586
|
},
|
|
96564
96587
|
end: {
|
|
96565
|
-
line:
|
|
96588
|
+
line: 37,
|
|
96566
96589
|
column: 62
|
|
96567
96590
|
}
|
|
96568
96591
|
},
|
|
96569
96592
|
"11": {
|
|
96570
96593
|
start: {
|
|
96571
|
-
line:
|
|
96594
|
+
line: 39,
|
|
96572
96595
|
column: 33
|
|
96573
96596
|
},
|
|
96574
96597
|
end: {
|
|
96575
|
-
line:
|
|
96598
|
+
line: 41,
|
|
96576
96599
|
column: 15
|
|
96577
96600
|
}
|
|
96578
96601
|
},
|
|
96579
96602
|
"12": {
|
|
96580
96603
|
start: {
|
|
96581
|
-
line:
|
|
96604
|
+
line: 43,
|
|
96582
96605
|
column: 14
|
|
96583
96606
|
},
|
|
96584
96607
|
end: {
|
|
96585
|
-
line:
|
|
96608
|
+
line: 59,
|
|
96586
96609
|
column: 15
|
|
96587
96610
|
}
|
|
96588
96611
|
},
|
|
96589
96612
|
"13": {
|
|
96590
96613
|
start: {
|
|
96591
|
-
line:
|
|
96614
|
+
line: 48,
|
|
96592
96615
|
column: 32
|
|
96593
96616
|
},
|
|
96594
96617
|
end: {
|
|
96595
|
-
line:
|
|
96618
|
+
line: 48,
|
|
96596
96619
|
column: 61
|
|
96597
96620
|
}
|
|
96598
96621
|
},
|
|
96599
96622
|
"14": {
|
|
96600
96623
|
start: {
|
|
96601
|
-
line:
|
|
96624
|
+
line: 50,
|
|
96602
96625
|
column: 16
|
|
96603
96626
|
},
|
|
96604
96627
|
end: {
|
|
96605
|
-
line:
|
|
96628
|
+
line: 52,
|
|
96606
96629
|
column: 17
|
|
96607
96630
|
}
|
|
96608
96631
|
},
|
|
96609
96632
|
"15": {
|
|
96610
96633
|
start: {
|
|
96611
|
-
line:
|
|
96634
|
+
line: 51,
|
|
96612
96635
|
column: 18
|
|
96613
96636
|
},
|
|
96614
96637
|
end: {
|
|
96615
|
-
line:
|
|
96638
|
+
line: 51,
|
|
96616
96639
|
column: 62
|
|
96617
96640
|
}
|
|
96618
96641
|
},
|
|
96619
96642
|
"16": {
|
|
96620
96643
|
start: {
|
|
96621
|
-
line:
|
|
96644
|
+
line: 54,
|
|
96622
96645
|
column: 35
|
|
96623
96646
|
},
|
|
96624
96647
|
end: {
|
|
96625
|
-
line:
|
|
96648
|
+
line: 57,
|
|
96626
96649
|
column: 18
|
|
96627
96650
|
}
|
|
96628
96651
|
},
|
|
96629
96652
|
"17": {
|
|
96630
96653
|
start: {
|
|
96631
|
-
line:
|
|
96654
|
+
line: 58,
|
|
96632
96655
|
column: 16
|
|
96633
96656
|
},
|
|
96634
96657
|
end: {
|
|
96635
|
-
line:
|
|
96658
|
+
line: 58,
|
|
96636
96659
|
column: 45
|
|
96637
96660
|
}
|
|
96638
96661
|
},
|
|
96639
96662
|
"18": {
|
|
96640
96663
|
start: {
|
|
96641
|
-
line:
|
|
96664
|
+
line: 61,
|
|
96642
96665
|
column: 14
|
|
96643
96666
|
},
|
|
96644
96667
|
end: {
|
|
96645
|
-
line:
|
|
96668
|
+
line: 61,
|
|
96646
96669
|
column: 50
|
|
96647
96670
|
}
|
|
96648
96671
|
},
|
|
96649
96672
|
"19": {
|
|
96650
96673
|
start: {
|
|
96651
|
-
line:
|
|
96674
|
+
line: 64,
|
|
96652
96675
|
column: 12
|
|
96653
96676
|
},
|
|
96654
96677
|
end: {
|
|
96655
|
-
line:
|
|
96678
|
+
line: 64,
|
|
96656
96679
|
column: 58
|
|
96657
96680
|
}
|
|
96658
96681
|
}
|
|
@@ -96662,152 +96685,152 @@ function cov_134mrrjy5g() {
|
|
|
96662
96685
|
name: "(anonymous_0)",
|
|
96663
96686
|
decl: {
|
|
96664
96687
|
start: {
|
|
96665
|
-
line:
|
|
96688
|
+
line: 9,
|
|
96666
96689
|
column: 2
|
|
96667
96690
|
},
|
|
96668
96691
|
end: {
|
|
96669
|
-
line:
|
|
96692
|
+
line: 9,
|
|
96670
96693
|
column: 3
|
|
96671
96694
|
}
|
|
96672
96695
|
},
|
|
96673
96696
|
loc: {
|
|
96674
96697
|
start: {
|
|
96675
|
-
line:
|
|
96698
|
+
line: 9,
|
|
96676
96699
|
column: 15
|
|
96677
96700
|
},
|
|
96678
96701
|
end: {
|
|
96679
|
-
line:
|
|
96702
|
+
line: 19,
|
|
96680
96703
|
column: 3
|
|
96681
96704
|
}
|
|
96682
96705
|
},
|
|
96683
|
-
line:
|
|
96706
|
+
line: 9
|
|
96684
96707
|
},
|
|
96685
96708
|
"1": {
|
|
96686
96709
|
name: "(anonymous_1)",
|
|
96687
96710
|
decl: {
|
|
96688
96711
|
start: {
|
|
96689
|
-
line:
|
|
96712
|
+
line: 21,
|
|
96690
96713
|
column: 2
|
|
96691
96714
|
},
|
|
96692
96715
|
end: {
|
|
96693
|
-
line:
|
|
96716
|
+
line: 21,
|
|
96694
96717
|
column: 3
|
|
96695
96718
|
}
|
|
96696
96719
|
},
|
|
96697
96720
|
loc: {
|
|
96698
96721
|
start: {
|
|
96699
|
-
line:
|
|
96722
|
+
line: 21,
|
|
96700
96723
|
column: 26
|
|
96701
96724
|
},
|
|
96702
96725
|
end: {
|
|
96703
|
-
line:
|
|
96726
|
+
line: 69,
|
|
96704
96727
|
column: 3
|
|
96705
96728
|
}
|
|
96706
96729
|
},
|
|
96707
|
-
line:
|
|
96730
|
+
line: 21
|
|
96708
96731
|
},
|
|
96709
96732
|
"2": {
|
|
96710
96733
|
name: "(anonymous_2)",
|
|
96711
96734
|
decl: {
|
|
96712
96735
|
start: {
|
|
96713
|
-
line:
|
|
96736
|
+
line: 25,
|
|
96714
96737
|
column: 23
|
|
96715
96738
|
},
|
|
96716
96739
|
end: {
|
|
96717
|
-
line:
|
|
96740
|
+
line: 25,
|
|
96718
96741
|
column: 24
|
|
96719
96742
|
}
|
|
96720
96743
|
},
|
|
96721
96744
|
loc: {
|
|
96722
96745
|
start: {
|
|
96723
|
-
line:
|
|
96746
|
+
line: 25,
|
|
96724
96747
|
column: 47
|
|
96725
96748
|
},
|
|
96726
96749
|
end: {
|
|
96727
|
-
line:
|
|
96750
|
+
line: 65,
|
|
96728
96751
|
column: 11
|
|
96729
96752
|
}
|
|
96730
96753
|
},
|
|
96731
|
-
line:
|
|
96754
|
+
line: 25
|
|
96732
96755
|
},
|
|
96733
96756
|
"3": {
|
|
96734
96757
|
name: "(anonymous_3)",
|
|
96735
96758
|
decl: {
|
|
96736
96759
|
start: {
|
|
96737
|
-
line:
|
|
96760
|
+
line: 35,
|
|
96738
96761
|
column: 28
|
|
96739
96762
|
},
|
|
96740
96763
|
end: {
|
|
96741
|
-
line:
|
|
96764
|
+
line: 35,
|
|
96742
96765
|
column: 29
|
|
96743
96766
|
}
|
|
96744
96767
|
},
|
|
96745
96768
|
loc: {
|
|
96746
96769
|
start: {
|
|
96747
|
-
line:
|
|
96770
|
+
line: 35,
|
|
96748
96771
|
column: 43
|
|
96749
96772
|
},
|
|
96750
96773
|
end: {
|
|
96751
|
-
line:
|
|
96774
|
+
line: 62,
|
|
96752
96775
|
column: 13
|
|
96753
96776
|
}
|
|
96754
96777
|
},
|
|
96755
|
-
line:
|
|
96778
|
+
line: 35
|
|
96756
96779
|
}
|
|
96757
96780
|
},
|
|
96758
96781
|
branchMap: {
|
|
96759
96782
|
"0": {
|
|
96760
96783
|
loc: {
|
|
96761
96784
|
start: {
|
|
96762
|
-
line:
|
|
96785
|
+
line: 27,
|
|
96763
96786
|
column: 14
|
|
96764
96787
|
},
|
|
96765
96788
|
end: {
|
|
96766
|
-
line:
|
|
96789
|
+
line: 27,
|
|
96767
96790
|
column: 74
|
|
96768
96791
|
}
|
|
96769
96792
|
},
|
|
96770
96793
|
type: "binary-expr",
|
|
96771
96794
|
locations: [{
|
|
96772
96795
|
start: {
|
|
96773
|
-
line:
|
|
96796
|
+
line: 27,
|
|
96774
96797
|
column: 14
|
|
96775
96798
|
},
|
|
96776
96799
|
end: {
|
|
96777
|
-
line:
|
|
96800
|
+
line: 27,
|
|
96778
96801
|
column: 36
|
|
96779
96802
|
}
|
|
96780
96803
|
}, {
|
|
96781
96804
|
start: {
|
|
96782
|
-
line:
|
|
96805
|
+
line: 27,
|
|
96783
96806
|
column: 40
|
|
96784
96807
|
},
|
|
96785
96808
|
end: {
|
|
96786
|
-
line:
|
|
96809
|
+
line: 27,
|
|
96787
96810
|
column: 74
|
|
96788
96811
|
}
|
|
96789
96812
|
}],
|
|
96790
|
-
line:
|
|
96813
|
+
line: 27
|
|
96791
96814
|
},
|
|
96792
96815
|
"1": {
|
|
96793
96816
|
loc: {
|
|
96794
96817
|
start: {
|
|
96795
|
-
line:
|
|
96818
|
+
line: 31,
|
|
96796
96819
|
column: 12
|
|
96797
96820
|
},
|
|
96798
96821
|
end: {
|
|
96799
|
-
line:
|
|
96822
|
+
line: 33,
|
|
96800
96823
|
column: 13
|
|
96801
96824
|
}
|
|
96802
96825
|
},
|
|
96803
96826
|
type: "if",
|
|
96804
96827
|
locations: [{
|
|
96805
96828
|
start: {
|
|
96806
|
-
line:
|
|
96829
|
+
line: 31,
|
|
96807
96830
|
column: 12
|
|
96808
96831
|
},
|
|
96809
96832
|
end: {
|
|
96810
|
-
line:
|
|
96833
|
+
line: 33,
|
|
96811
96834
|
column: 13
|
|
96812
96835
|
}
|
|
96813
96836
|
}, {
|
|
@@ -96820,93 +96843,93 @@ function cov_134mrrjy5g() {
|
|
|
96820
96843
|
column: undefined
|
|
96821
96844
|
}
|
|
96822
96845
|
}],
|
|
96823
|
-
line:
|
|
96846
|
+
line: 31
|
|
96824
96847
|
},
|
|
96825
96848
|
"2": {
|
|
96826
96849
|
loc: {
|
|
96827
96850
|
start: {
|
|
96828
|
-
line:
|
|
96851
|
+
line: 36,
|
|
96829
96852
|
column: 32
|
|
96830
96853
|
},
|
|
96831
96854
|
end: {
|
|
96832
|
-
line:
|
|
96855
|
+
line: 36,
|
|
96833
96856
|
column: 78
|
|
96834
96857
|
}
|
|
96835
96858
|
},
|
|
96836
96859
|
type: "binary-expr",
|
|
96837
96860
|
locations: [{
|
|
96838
96861
|
start: {
|
|
96839
|
-
line:
|
|
96862
|
+
line: 36,
|
|
96840
96863
|
column: 32
|
|
96841
96864
|
},
|
|
96842
96865
|
end: {
|
|
96843
|
-
line:
|
|
96866
|
+
line: 36,
|
|
96844
96867
|
column: 45
|
|
96845
96868
|
}
|
|
96846
96869
|
}, {
|
|
96847
96870
|
start: {
|
|
96848
|
-
line:
|
|
96871
|
+
line: 36,
|
|
96849
96872
|
column: 49
|
|
96850
96873
|
},
|
|
96851
96874
|
end: {
|
|
96852
|
-
line:
|
|
96875
|
+
line: 36,
|
|
96853
96876
|
column: 78
|
|
96854
96877
|
}
|
|
96855
96878
|
}],
|
|
96856
|
-
line:
|
|
96879
|
+
line: 36
|
|
96857
96880
|
},
|
|
96858
96881
|
"3": {
|
|
96859
96882
|
loc: {
|
|
96860
96883
|
start: {
|
|
96861
|
-
line:
|
|
96884
|
+
line: 37,
|
|
96862
96885
|
column: 30
|
|
96863
96886
|
},
|
|
96864
96887
|
end: {
|
|
96865
|
-
line:
|
|
96888
|
+
line: 37,
|
|
96866
96889
|
column: 62
|
|
96867
96890
|
}
|
|
96868
96891
|
},
|
|
96869
96892
|
type: "binary-expr",
|
|
96870
96893
|
locations: [{
|
|
96871
96894
|
start: {
|
|
96872
|
-
line:
|
|
96895
|
+
line: 37,
|
|
96873
96896
|
column: 30
|
|
96874
96897
|
},
|
|
96875
96898
|
end: {
|
|
96876
|
-
line:
|
|
96899
|
+
line: 37,
|
|
96877
96900
|
column: 42
|
|
96878
96901
|
}
|
|
96879
96902
|
}, {
|
|
96880
96903
|
start: {
|
|
96881
|
-
line:
|
|
96904
|
+
line: 37,
|
|
96882
96905
|
column: 46
|
|
96883
96906
|
},
|
|
96884
96907
|
end: {
|
|
96885
|
-
line:
|
|
96908
|
+
line: 37,
|
|
96886
96909
|
column: 62
|
|
96887
96910
|
}
|
|
96888
96911
|
}],
|
|
96889
|
-
line:
|
|
96912
|
+
line: 37
|
|
96890
96913
|
},
|
|
96891
96914
|
"4": {
|
|
96892
96915
|
loc: {
|
|
96893
96916
|
start: {
|
|
96894
|
-
line:
|
|
96917
|
+
line: 43,
|
|
96895
96918
|
column: 14
|
|
96896
96919
|
},
|
|
96897
96920
|
end: {
|
|
96898
|
-
line:
|
|
96921
|
+
line: 59,
|
|
96899
96922
|
column: 15
|
|
96900
96923
|
}
|
|
96901
96924
|
},
|
|
96902
96925
|
type: "if",
|
|
96903
96926
|
locations: [{
|
|
96904
96927
|
start: {
|
|
96905
|
-
line:
|
|
96928
|
+
line: 43,
|
|
96906
96929
|
column: 14
|
|
96907
96930
|
},
|
|
96908
96931
|
end: {
|
|
96909
|
-
line:
|
|
96932
|
+
line: 59,
|
|
96910
96933
|
column: 15
|
|
96911
96934
|
}
|
|
96912
96935
|
}, {
|
|
@@ -96919,78 +96942,78 @@ function cov_134mrrjy5g() {
|
|
|
96919
96942
|
column: undefined
|
|
96920
96943
|
}
|
|
96921
96944
|
}],
|
|
96922
|
-
line:
|
|
96945
|
+
line: 43
|
|
96923
96946
|
},
|
|
96924
96947
|
"5": {
|
|
96925
96948
|
loc: {
|
|
96926
96949
|
start: {
|
|
96927
|
-
line:
|
|
96950
|
+
line: 44,
|
|
96928
96951
|
column: 16
|
|
96929
96952
|
},
|
|
96930
96953
|
end: {
|
|
96931
|
-
line:
|
|
96954
|
+
line: 46,
|
|
96932
96955
|
column: 23
|
|
96933
96956
|
}
|
|
96934
96957
|
},
|
|
96935
96958
|
type: "binary-expr",
|
|
96936
96959
|
locations: [{
|
|
96937
96960
|
start: {
|
|
96938
|
-
line:
|
|
96961
|
+
line: 44,
|
|
96939
96962
|
column: 17
|
|
96940
96963
|
},
|
|
96941
96964
|
end: {
|
|
96942
|
-
line:
|
|
96965
|
+
line: 44,
|
|
96943
96966
|
column: 26
|
|
96944
96967
|
}
|
|
96945
96968
|
}, {
|
|
96946
96969
|
start: {
|
|
96947
|
-
line:
|
|
96970
|
+
line: 44,
|
|
96948
96971
|
column: 30
|
|
96949
96972
|
},
|
|
96950
96973
|
end: {
|
|
96951
|
-
line:
|
|
96974
|
+
line: 44,
|
|
96952
96975
|
column: 59
|
|
96953
96976
|
}
|
|
96954
96977
|
}, {
|
|
96955
96978
|
start: {
|
|
96956
|
-
line:
|
|
96979
|
+
line: 45,
|
|
96957
96980
|
column: 16
|
|
96958
96981
|
},
|
|
96959
96982
|
end: {
|
|
96960
|
-
line:
|
|
96983
|
+
line: 45,
|
|
96961
96984
|
column: 27
|
|
96962
96985
|
}
|
|
96963
96986
|
}, {
|
|
96964
96987
|
start: {
|
|
96965
|
-
line:
|
|
96988
|
+
line: 46,
|
|
96966
96989
|
column: 16
|
|
96967
96990
|
},
|
|
96968
96991
|
end: {
|
|
96969
|
-
line:
|
|
96992
|
+
line: 46,
|
|
96970
96993
|
column: 23
|
|
96971
96994
|
}
|
|
96972
96995
|
}],
|
|
96973
|
-
line:
|
|
96996
|
+
line: 44
|
|
96974
96997
|
},
|
|
96975
96998
|
"6": {
|
|
96976
96999
|
loc: {
|
|
96977
97000
|
start: {
|
|
96978
|
-
line:
|
|
97001
|
+
line: 50,
|
|
96979
97002
|
column: 16
|
|
96980
97003
|
},
|
|
96981
97004
|
end: {
|
|
96982
|
-
line:
|
|
97005
|
+
line: 52,
|
|
96983
97006
|
column: 17
|
|
96984
97007
|
}
|
|
96985
97008
|
},
|
|
96986
97009
|
type: "if",
|
|
96987
97010
|
locations: [{
|
|
96988
97011
|
start: {
|
|
96989
|
-
line:
|
|
97012
|
+
line: 50,
|
|
96990
97013
|
column: 16
|
|
96991
97014
|
},
|
|
96992
97015
|
end: {
|
|
96993
|
-
line:
|
|
97016
|
+
line: 52,
|
|
96994
97017
|
column: 17
|
|
96995
97018
|
}
|
|
96996
97019
|
}, {
|
|
@@ -97003,7 +97026,7 @@ function cov_134mrrjy5g() {
|
|
|
97003
97026
|
column: undefined
|
|
97004
97027
|
}
|
|
97005
97028
|
}],
|
|
97006
|
-
line:
|
|
97029
|
+
line: 50
|
|
97007
97030
|
}
|
|
97008
97031
|
},
|
|
97009
97032
|
s: {
|
|
@@ -97044,7 +97067,7 @@ function cov_134mrrjy5g() {
|
|
|
97044
97067
|
"6": [0, 0]
|
|
97045
97068
|
},
|
|
97046
97069
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
97047
|
-
hash: "
|
|
97070
|
+
hash: "a628a59bba8d6c190faea7f50c6e8fcbc3298925"
|
|
97048
97071
|
};
|
|
97049
97072
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
97050
97073
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -97069,7 +97092,7 @@ var Placeholder = (cov_134mrrjy5g().s[0]++, Extension.create({
|
|
|
97069
97092
|
excludeNodeTypes: ["variable", "codeBlock"],
|
|
97070
97093
|
emptyEditorClass: "is-editor-empty",
|
|
97071
97094
|
emptyNodeClass: "is-empty",
|
|
97072
|
-
placeholder: "
|
|
97095
|
+
placeholder: t$7("placeholders.writeSomething"),
|
|
97073
97096
|
showOnlyWhenEditable: true,
|
|
97074
97097
|
showOnlyCurrent: false,
|
|
97075
97098
|
includeChildren: false
|
|
@@ -110487,7 +110510,7 @@ var Progress = function Progress(_ref) {
|
|
|
110487
110510
|
|
|
110488
110511
|
function cov_23n4f4s494() {
|
|
110489
110512
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/MediaUploader/LocalUploader.jsx";
|
|
110490
|
-
var hash = "
|
|
110513
|
+
var hash = "228328f91dabecbd733a3c0d2052582c71588b8a";
|
|
110491
110514
|
var global = new Function("return this")();
|
|
110492
110515
|
var gcv = "__coverage__";
|
|
110493
110516
|
var coverageData = {
|
|
@@ -110499,7 +110522,7 @@ function cov_23n4f4s494() {
|
|
|
110499
110522
|
column: 22
|
|
110500
110523
|
},
|
|
110501
110524
|
end: {
|
|
110502
|
-
line:
|
|
110525
|
+
line: 146,
|
|
110503
110526
|
column: 1
|
|
110504
110527
|
}
|
|
110505
110528
|
},
|
|
@@ -110630,7 +110653,7 @@ function cov_23n4f4s494() {
|
|
|
110630
110653
|
},
|
|
110631
110654
|
end: {
|
|
110632
110655
|
line: 55,
|
|
110633
|
-
column:
|
|
110656
|
+
column: 50
|
|
110634
110657
|
}
|
|
110635
110658
|
},
|
|
110636
110659
|
"14": {
|
|
@@ -110909,7 +110932,7 @@ function cov_23n4f4s494() {
|
|
|
110909
110932
|
column: 2
|
|
110910
110933
|
},
|
|
110911
110934
|
end: {
|
|
110912
|
-
line:
|
|
110935
|
+
line: 145,
|
|
110913
110936
|
column: 4
|
|
110914
110937
|
}
|
|
110915
110938
|
},
|
|
@@ -110943,7 +110966,7 @@ function cov_23n4f4s494() {
|
|
|
110943
110966
|
column: 6
|
|
110944
110967
|
},
|
|
110945
110968
|
end: {
|
|
110946
|
-
line:
|
|
110969
|
+
line: 146,
|
|
110947
110970
|
column: 1
|
|
110948
110971
|
}
|
|
110949
110972
|
},
|
|
@@ -111429,7 +111452,7 @@ function cov_23n4f4s494() {
|
|
|
111429
111452
|
column: 9
|
|
111430
111453
|
},
|
|
111431
111454
|
end: {
|
|
111432
|
-
line:
|
|
111455
|
+
line: 145,
|
|
111433
111456
|
column: 3
|
|
111434
111457
|
}
|
|
111435
111458
|
},
|
|
@@ -111449,7 +111472,7 @@ function cov_23n4f4s494() {
|
|
|
111449
111472
|
column: 4
|
|
111450
111473
|
},
|
|
111451
111474
|
end: {
|
|
111452
|
-
line:
|
|
111475
|
+
line: 144,
|
|
111453
111476
|
column: 10
|
|
111454
111477
|
}
|
|
111455
111478
|
}],
|
|
@@ -111593,7 +111616,7 @@ function cov_23n4f4s494() {
|
|
|
111593
111616
|
"9": [0, 0]
|
|
111594
111617
|
},
|
|
111595
111618
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
111596
|
-
hash: "
|
|
111619
|
+
hash: "228328f91dabecbd733a3c0d2052582c71588b8a"
|
|
111597
111620
|
};
|
|
111598
111621
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
111599
111622
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -111651,10 +111674,10 @@ var LocalUploader = function LocalUploader(_ref) {
|
|
|
111651
111674
|
});
|
|
111652
111675
|
} catch (error) {
|
|
111653
111676
|
cov_23n4f4s494().s[12]++;
|
|
111654
|
-
if (error.message !== t("error.
|
|
111677
|
+
if (error.message !== t("error.onBeforeFileAddedReturn")) {
|
|
111655
111678
|
cov_23n4f4s494().b[1][0]++;
|
|
111656
111679
|
cov_23n4f4s494().s[13]++;
|
|
111657
|
-
neetoui.Toastr.error(t("error.
|
|
111680
|
+
neetoui.Toastr.error(t("error.cannotAddFiles"));
|
|
111658
111681
|
} else {
|
|
111659
111682
|
cov_23n4f4s494().b[1][1]++;
|
|
111660
111683
|
}
|
|
@@ -111802,9 +111825,9 @@ var LocalUploader = function LocalUploader(_ref) {
|
|
|
111802
111825
|
size: 24
|
|
111803
111826
|
}), /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
111804
111827
|
style: "body2"
|
|
111805
|
-
}, t("
|
|
111828
|
+
}, t("localUploader.dropFilesHere")), /*#__PURE__*/React__default["default"].createElement(neetoui.Typography, {
|
|
111806
111829
|
style: "body3"
|
|
111807
|
-
}, t("
|
|
111830
|
+
}, t("localUploader.maxFileSize", {
|
|
111808
111831
|
entity: convertToFileSize(uppyConfig.restrictions.maxFileSize)
|
|
111809
111832
|
}))));
|
|
111810
111833
|
};
|
|
@@ -114045,7 +114068,7 @@ var UnsplashImagePicker = function UnsplashImagePicker(_ref) {
|
|
|
114045
114068
|
className: "neeto-editor-unsplash-search",
|
|
114046
114069
|
"data-cy": "neeto-editor-unsplash-image-picker-search-input",
|
|
114047
114070
|
name: "text",
|
|
114048
|
-
placeholder: t("placeholders.
|
|
114071
|
+
placeholder: t("placeholders.searchUnsplash"),
|
|
114049
114072
|
value: query,
|
|
114050
114073
|
onChange: function onChange(_ref17) {
|
|
114051
114074
|
var value = _ref17.target.value;
|
|
@@ -114056,10 +114079,10 @@ var UnsplashImagePicker = function UnsplashImagePicker(_ref) {
|
|
|
114056
114079
|
}), (cov_2d0jax9c7z().b[6][0]++, error) && (cov_2d0jax9c7z().b[6][1]++, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
114057
114080
|
className: "neeto-editor-unsplash-gallery__text",
|
|
114058
114081
|
"data-cy": "neeto-editor-unsplash-image-picker-error"
|
|
114059
|
-
}, t("unsplash.
|
|
114082
|
+
}, t("unsplash.errorMessage"))), (cov_2d0jax9c7z().b[7][0]++, !error) && (cov_2d0jax9c7z().b[7][1]++, !loading) && (cov_2d0jax9c7z().b[7][2]++, isNilOrEmpty(images)) && (cov_2d0jax9c7z().b[7][3]++, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
114060
114083
|
className: "neeto-editor-unsplash-gallery__text",
|
|
114061
114084
|
"data-cy": "neeto-editor-unsplash-image-picker-no-results-error"
|
|
114062
|
-
}, t("unsplash.
|
|
114085
|
+
}, t("unsplash.noResults"))), (cov_2d0jax9c7z().b[8][0]++, !error) && (cov_2d0jax9c7z().b[8][1]++, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
114063
114086
|
className: "neeto-editor-unsplash-container"
|
|
114064
114087
|
}, /*#__PURE__*/React__default["default"].createElement(_default, {
|
|
114065
114088
|
pack: true,
|
|
@@ -114119,7 +114142,7 @@ var UnsplashImagePicker = function UnsplashImagePicker(_ref) {
|
|
|
114119
114142
|
|
|
114120
114143
|
function cov_27js347t20() {
|
|
114121
114144
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/MediaUploader/URLForm.jsx";
|
|
114122
|
-
var hash = "
|
|
114145
|
+
var hash = "64f6e777b460cc0b185cf55000b00290516bae82";
|
|
114123
114146
|
var global = new Function("return this")();
|
|
114124
114147
|
var gcv = "__coverage__";
|
|
114125
114148
|
var coverageData = {
|
|
@@ -114192,7 +114215,7 @@ function cov_27js347t20() {
|
|
|
114192
114215
|
},
|
|
114193
114216
|
end: {
|
|
114194
114217
|
line: 24,
|
|
114195
|
-
column:
|
|
114218
|
+
column: 40
|
|
114196
114219
|
}
|
|
114197
114220
|
},
|
|
114198
114221
|
"7": {
|
|
@@ -114381,7 +114404,7 @@ function cov_27js347t20() {
|
|
|
114381
114404
|
},
|
|
114382
114405
|
end: {
|
|
114383
114406
|
line: 24,
|
|
114384
|
-
column:
|
|
114407
|
+
column: 39
|
|
114385
114408
|
}
|
|
114386
114409
|
},
|
|
114387
114410
|
type: "cond-expr",
|
|
@@ -114401,7 +114424,7 @@ function cov_27js347t20() {
|
|
|
114401
114424
|
},
|
|
114402
114425
|
end: {
|
|
114403
114426
|
line: 24,
|
|
114404
|
-
column:
|
|
114427
|
+
column: 39
|
|
114405
114428
|
}
|
|
114406
114429
|
}],
|
|
114407
114430
|
line: 22
|
|
@@ -114431,7 +114454,7 @@ function cov_27js347t20() {
|
|
|
114431
114454
|
"2": [0, 0]
|
|
114432
114455
|
},
|
|
114433
114456
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
114434
|
-
hash: "
|
|
114457
|
+
hash: "64f6e777b460cc0b185cf55000b00290516bae82"
|
|
114435
114458
|
};
|
|
114436
114459
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
114437
114460
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -114472,7 +114495,7 @@ var URLForm = function URLForm(_ref) {
|
|
|
114472
114495
|
cov_27js347t20().s[5]++;
|
|
114473
114496
|
event.preventDefault();
|
|
114474
114497
|
cov_27js347t20().s[6]++;
|
|
114475
|
-
URL_REGEXP.test(urlString) ? (cov_27js347t20().b[2][0]++, onSubmit(urlString)) : (cov_27js347t20().b[2][1]++, setError(t("error.
|
|
114498
|
+
URL_REGEXP.test(urlString) ? (cov_27js347t20().b[2][0]++, onSubmit(urlString)) : (cov_27js347t20().b[2][1]++, setError(t("error.invalidUrl")));
|
|
114476
114499
|
};
|
|
114477
114500
|
cov_27js347t20().s[7]++;
|
|
114478
114501
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -115413,7 +115436,7 @@ var MediaUploader = function MediaUploader(_ref) {
|
|
|
115413
115436
|
setIsUploading: setIsUploading,
|
|
115414
115437
|
onClose: handleClose
|
|
115415
115438
|
})), (cov_2h3d0peoqk().b[8][0]++, activeTab === "link") && (cov_2h3d0peoqk().b[8][1]++, /*#__PURE__*/React__default["default"].createElement(URLForm, {
|
|
115416
|
-
placeholder: t("placeholders.
|
|
115439
|
+
placeholder: t("placeholders.pasteLink"),
|
|
115417
115440
|
buttonLabel: mediaUploader.image ? (cov_2h3d0peoqk().b[9][0]++, "Upload image") : (cov_2h3d0peoqk().b[9][1]++, "Upload video"),
|
|
115418
115441
|
onSubmit: handleSubmit
|
|
115419
115442
|
})), (cov_2h3d0peoqk().b[10][0]++, activeTab === "unsplash") && (cov_2h3d0peoqk().b[10][1]++, /*#__PURE__*/React__default["default"].createElement(UnsplashImagePicker, {
|
|
@@ -116196,7 +116219,7 @@ var LinkOption$1 = function LinkOption(_ref) {
|
|
|
116196
116219
|
className: "neeto-editor-bubble-menu-link__input",
|
|
116197
116220
|
"data-cy": "neeto-editor-link-input",
|
|
116198
116221
|
name: "url",
|
|
116199
|
-
placeholder: t("placeholders.
|
|
116222
|
+
placeholder: t("placeholders.linkInput"),
|
|
116200
116223
|
value: link,
|
|
116201
116224
|
onChange: function onChange(_ref5) {
|
|
116202
116225
|
var value = _ref5.target.value;
|
|
@@ -116347,7 +116370,7 @@ cov_1f30l00ho7().s[3]++;
|
|
|
116347
116370
|
|
|
116348
116371
|
function cov_17cji89s6g() {
|
|
116349
116372
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/constants.js";
|
|
116350
|
-
var hash = "
|
|
116373
|
+
var hash = "0d171f78d6b9fa675757eea0d67e3935108691d0";
|
|
116351
116374
|
var global = new Function("return this")();
|
|
116352
116375
|
var gcv = "__coverage__";
|
|
116353
116376
|
var coverageData = {
|
|
@@ -117420,7 +117443,7 @@ function cov_17cji89s6g() {
|
|
|
117420
117443
|
},
|
|
117421
117444
|
end: {
|
|
117422
117445
|
line: 76,
|
|
117423
|
-
column:
|
|
117446
|
+
column: 58
|
|
117424
117447
|
}
|
|
117425
117448
|
},
|
|
117426
117449
|
type: "binary-expr",
|
|
@@ -117440,7 +117463,7 @@ function cov_17cji89s6g() {
|
|
|
117440
117463
|
},
|
|
117441
117464
|
end: {
|
|
117442
117465
|
line: 76,
|
|
117443
|
-
column:
|
|
117466
|
+
column: 58
|
|
117444
117467
|
}
|
|
117445
117468
|
}],
|
|
117446
117469
|
line: 76
|
|
@@ -117486,7 +117509,7 @@ function cov_17cji89s6g() {
|
|
|
117486
117509
|
},
|
|
117487
117510
|
end: {
|
|
117488
117511
|
line: 90,
|
|
117489
|
-
column:
|
|
117512
|
+
column: 56
|
|
117490
117513
|
}
|
|
117491
117514
|
},
|
|
117492
117515
|
type: "binary-expr",
|
|
@@ -117506,7 +117529,7 @@ function cov_17cji89s6g() {
|
|
|
117506
117529
|
},
|
|
117507
117530
|
end: {
|
|
117508
117531
|
line: 90,
|
|
117509
|
-
column:
|
|
117532
|
+
column: 56
|
|
117510
117533
|
}
|
|
117511
117534
|
}],
|
|
117512
117535
|
line: 90
|
|
@@ -117519,7 +117542,7 @@ function cov_17cji89s6g() {
|
|
|
117519
117542
|
},
|
|
117520
117543
|
end: {
|
|
117521
117544
|
line: 100,
|
|
117522
|
-
column:
|
|
117545
|
+
column: 60
|
|
117523
117546
|
}
|
|
117524
117547
|
},
|
|
117525
117548
|
type: "binary-expr",
|
|
@@ -117539,7 +117562,7 @@ function cov_17cji89s6g() {
|
|
|
117539
117562
|
},
|
|
117540
117563
|
end: {
|
|
117541
117564
|
line: 100,
|
|
117542
|
-
column:
|
|
117565
|
+
column: 60
|
|
117543
117566
|
}
|
|
117544
117567
|
}],
|
|
117545
117568
|
line: 100
|
|
@@ -117552,7 +117575,7 @@ function cov_17cji89s6g() {
|
|
|
117552
117575
|
},
|
|
117553
117576
|
end: {
|
|
117554
117577
|
line: 108,
|
|
117555
|
-
column:
|
|
117578
|
+
column: 60
|
|
117556
117579
|
}
|
|
117557
117580
|
},
|
|
117558
117581
|
type: "binary-expr",
|
|
@@ -117572,7 +117595,7 @@ function cov_17cji89s6g() {
|
|
|
117572
117595
|
},
|
|
117573
117596
|
end: {
|
|
117574
117597
|
line: 108,
|
|
117575
|
-
column:
|
|
117598
|
+
column: 60
|
|
117576
117599
|
}
|
|
117577
117600
|
}],
|
|
117578
117601
|
line: 108
|
|
@@ -117618,7 +117641,7 @@ function cov_17cji89s6g() {
|
|
|
117618
117641
|
},
|
|
117619
117642
|
end: {
|
|
117620
117643
|
line: 123,
|
|
117621
|
-
column:
|
|
117644
|
+
column: 60
|
|
117622
117645
|
}
|
|
117623
117646
|
},
|
|
117624
117647
|
type: "binary-expr",
|
|
@@ -117638,7 +117661,7 @@ function cov_17cji89s6g() {
|
|
|
117638
117661
|
},
|
|
117639
117662
|
end: {
|
|
117640
117663
|
line: 123,
|
|
117641
|
-
column:
|
|
117664
|
+
column: 60
|
|
117642
117665
|
}
|
|
117643
117666
|
}],
|
|
117644
117667
|
line: 123
|
|
@@ -117651,7 +117674,7 @@ function cov_17cji89s6g() {
|
|
|
117651
117674
|
},
|
|
117652
117675
|
end: {
|
|
117653
117676
|
line: 129,
|
|
117654
|
-
column:
|
|
117677
|
+
column: 60
|
|
117655
117678
|
}
|
|
117656
117679
|
},
|
|
117657
117680
|
type: "binary-expr",
|
|
@@ -117671,7 +117694,7 @@ function cov_17cji89s6g() {
|
|
|
117671
117694
|
},
|
|
117672
117695
|
end: {
|
|
117673
117696
|
line: 129,
|
|
117674
|
-
column:
|
|
117697
|
+
column: 60
|
|
117675
117698
|
}
|
|
117676
117699
|
}],
|
|
117677
117700
|
line: 129
|
|
@@ -117684,7 +117707,7 @@ function cov_17cji89s6g() {
|
|
|
117684
117707
|
},
|
|
117685
117708
|
end: {
|
|
117686
117709
|
line: 135,
|
|
117687
|
-
column:
|
|
117710
|
+
column: 58
|
|
117688
117711
|
}
|
|
117689
117712
|
},
|
|
117690
117713
|
type: "binary-expr",
|
|
@@ -117704,7 +117727,7 @@ function cov_17cji89s6g() {
|
|
|
117704
117727
|
},
|
|
117705
117728
|
end: {
|
|
117706
117729
|
line: 135,
|
|
117707
|
-
column:
|
|
117730
|
+
column: 58
|
|
117708
117731
|
}
|
|
117709
117732
|
}],
|
|
117710
117733
|
line: 135
|
|
@@ -117853,7 +117876,7 @@ function cov_17cji89s6g() {
|
|
|
117853
117876
|
"15": [0, 0]
|
|
117854
117877
|
},
|
|
117855
117878
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
117856
|
-
hash: "
|
|
117879
|
+
hash: "0d171f78d6b9fa675757eea0d67e3935108691d0"
|
|
117857
117880
|
};
|
|
117858
117881
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
117859
117882
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -117942,7 +117965,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
117942
117965
|
active: editor.isActive("blockquote"),
|
|
117943
117966
|
optionName: "block-quote",
|
|
117944
117967
|
highlight: true,
|
|
117945
|
-
tooltip: (cov_17cji89s6g().b[5][0]++, tooltips.blockQuote) || (cov_17cji89s6g().b[5][1]++, t$2("menu.
|
|
117968
|
+
tooltip: (cov_17cji89s6g().b[5][0]++, tooltips.blockQuote) || (cov_17cji89s6g().b[5][1]++, t$2("menu.blockQuote"))
|
|
117946
117969
|
}, {
|
|
117947
117970
|
Icon: neetoIcons.Code,
|
|
117948
117971
|
command: function command() {
|
|
@@ -117962,7 +117985,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
117962
117985
|
},
|
|
117963
117986
|
active: editor.isActive("codeBlock"),
|
|
117964
117987
|
optionName: "code-block",
|
|
117965
|
-
tooltip: (cov_17cji89s6g().b[7][0]++, tooltips.codeBlock) || (cov_17cji89s6g().b[7][1]++, t$2("menu.
|
|
117988
|
+
tooltip: (cov_17cji89s6g().b[7][0]++, tooltips.codeBlock) || (cov_17cji89s6g().b[7][1]++, t$2("menu.codeBlock"))
|
|
117966
117989
|
}],
|
|
117967
117990
|
list: [{
|
|
117968
117991
|
Icon: neetoIcons.ListDot,
|
|
@@ -117974,7 +117997,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
117974
117997
|
active: editor.isActive("bulletList"),
|
|
117975
117998
|
optionName: "bullet-list",
|
|
117976
117999
|
highlight: true,
|
|
117977
|
-
tooltip: (cov_17cji89s6g().b[8][0]++, tooltips.bulletList) || (cov_17cji89s6g().b[8][1]++, t$2("menu.
|
|
118000
|
+
tooltip: (cov_17cji89s6g().b[8][0]++, tooltips.bulletList) || (cov_17cji89s6g().b[8][1]++, t$2("menu.bulletedList"))
|
|
117978
118001
|
}, {
|
|
117979
118002
|
Icon: neetoIcons.ListNumber,
|
|
117980
118003
|
command: function command() {
|
|
@@ -117985,7 +118008,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
117985
118008
|
active: editor.isActive("orderedList"),
|
|
117986
118009
|
optionName: "ordered-list",
|
|
117987
118010
|
highlight: true,
|
|
117988
|
-
tooltip: (cov_17cji89s6g().b[9][0]++, tooltips.orderedList) || (cov_17cji89s6g().b[9][1]++, t$2("menu.
|
|
118011
|
+
tooltip: (cov_17cji89s6g().b[9][0]++, tooltips.orderedList) || (cov_17cji89s6g().b[9][1]++, t$2("menu.orderedList"))
|
|
117989
118012
|
}],
|
|
117990
118013
|
misc: [{
|
|
117991
118014
|
Icon: FileAttachments,
|
|
@@ -118001,7 +118024,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
118001
118024
|
return setMediaUploader(ramda.assoc("image", true));
|
|
118002
118025
|
},
|
|
118003
118026
|
optionName: "image-upload",
|
|
118004
|
-
tooltip: (cov_17cji89s6g().b[11][0]++, tooltips.imageUpload) || (cov_17cji89s6g().b[11][1]++, t$2("menu.
|
|
118027
|
+
tooltip: (cov_17cji89s6g().b[11][0]++, tooltips.imageUpload) || (cov_17cji89s6g().b[11][1]++, t$2("menu.imageUpload"))
|
|
118005
118028
|
}, {
|
|
118006
118029
|
Icon: neetoIcons.Video,
|
|
118007
118030
|
command: function command() {
|
|
@@ -118010,7 +118033,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
118010
118033
|
return setMediaUploader(ramda.assoc("video", true));
|
|
118011
118034
|
},
|
|
118012
118035
|
optionName: "video-upload",
|
|
118013
|
-
tooltip: (cov_17cji89s6g().b[12][0]++, tooltips.videoUpload) || (cov_17cji89s6g().b[12][1]++, t$2("menu.
|
|
118036
|
+
tooltip: (cov_17cji89s6g().b[12][0]++, tooltips.videoUpload) || (cov_17cji89s6g().b[12][1]++, t$2("menu.videoUpload"))
|
|
118014
118037
|
}, {
|
|
118015
118038
|
Icon: neetoIcons.MediaVideo,
|
|
118016
118039
|
command: function command() {
|
|
@@ -118019,7 +118042,7 @@ var MENU_OPTIONS$1 = function MENU_OPTIONS(_ref2) {
|
|
|
118019
118042
|
return setIsEmbedModalOpen(true);
|
|
118020
118043
|
},
|
|
118021
118044
|
optionName: "video-embed",
|
|
118022
|
-
tooltip: (cov_17cji89s6g().b[13][0]++, tooltips.videoEmbed) || (cov_17cji89s6g().b[13][1]++, t$2("menu.
|
|
118045
|
+
tooltip: (cov_17cji89s6g().b[13][0]++, tooltips.videoEmbed) || (cov_17cji89s6g().b[13][1]++, t$2("menu.videoEmbed"))
|
|
118023
118046
|
}],
|
|
118024
118047
|
right: [{
|
|
118025
118048
|
Icon: neetoIcons.Undo,
|
|
@@ -118069,49 +118092,49 @@ var TABLE_ACTIONS = function TABLE_ACTIONS(_ref3) {
|
|
|
118069
118092
|
cov_17cji89s6g().f[16]++;
|
|
118070
118093
|
cov_17cji89s6g().s[20]++;
|
|
118071
118094
|
return [{
|
|
118072
|
-
label: t$2("table.
|
|
118095
|
+
label: t$2("table.insertRow"),
|
|
118073
118096
|
command: function command() {
|
|
118074
118097
|
cov_17cji89s6g().f[17]++;
|
|
118075
118098
|
cov_17cji89s6g().s[21]++;
|
|
118076
118099
|
return editor.commands.addRowAfter();
|
|
118077
118100
|
}
|
|
118078
118101
|
}, {
|
|
118079
|
-
label: t$2("table.
|
|
118102
|
+
label: t$2("table.insertColumn"),
|
|
118080
118103
|
command: function command() {
|
|
118081
118104
|
cov_17cji89s6g().f[18]++;
|
|
118082
118105
|
cov_17cji89s6g().s[22]++;
|
|
118083
118106
|
return editor.commands.addColumnAfter();
|
|
118084
118107
|
}
|
|
118085
118108
|
}, {
|
|
118086
|
-
label: t$2("table.
|
|
118109
|
+
label: t$2("table.deleteRow"),
|
|
118087
118110
|
command: function command() {
|
|
118088
118111
|
cov_17cji89s6g().f[19]++;
|
|
118089
118112
|
cov_17cji89s6g().s[23]++;
|
|
118090
118113
|
return editor.chain().focus().deleteRow().run();
|
|
118091
118114
|
}
|
|
118092
118115
|
}, {
|
|
118093
|
-
label: t$2("table.
|
|
118116
|
+
label: t$2("table.deleteColumn"),
|
|
118094
118117
|
command: function command() {
|
|
118095
118118
|
cov_17cji89s6g().f[20]++;
|
|
118096
118119
|
cov_17cji89s6g().s[24]++;
|
|
118097
118120
|
return editor.chain().focus().deleteColumn().run();
|
|
118098
118121
|
}
|
|
118099
118122
|
}, {
|
|
118100
|
-
label: t$2("table.
|
|
118123
|
+
label: t$2("table.mergeSplit"),
|
|
118101
118124
|
command: function command() {
|
|
118102
118125
|
cov_17cji89s6g().f[21]++;
|
|
118103
118126
|
cov_17cji89s6g().s[25]++;
|
|
118104
118127
|
return editor.chain().focus().mergeOrSplit().run();
|
|
118105
118128
|
}
|
|
118106
118129
|
}, {
|
|
118107
|
-
label: t$2("table.
|
|
118130
|
+
label: t$2("table.toggleHeaderRow"),
|
|
118108
118131
|
command: function command() {
|
|
118109
118132
|
cov_17cji89s6g().f[22]++;
|
|
118110
118133
|
cov_17cji89s6g().s[26]++;
|
|
118111
118134
|
return editor.chain().focus().toggleHeaderRow().run();
|
|
118112
118135
|
}
|
|
118113
118136
|
}, {
|
|
118114
|
-
label: t$2("table.
|
|
118137
|
+
label: t$2("table.toggleHeaderColumn"),
|
|
118115
118138
|
command: function command() {
|
|
118116
118139
|
cov_17cji89s6g().f[23]++;
|
|
118117
118140
|
cov_17cji89s6g().s[27]++;
|
|
@@ -122424,7 +122447,7 @@ var FontSizeOption = function FontSizeOption(_ref2) {
|
|
|
122424
122447
|
|
|
122425
122448
|
function cov_7xzegtncw() {
|
|
122426
122449
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/LinkOption.jsx";
|
|
122427
|
-
var hash = "
|
|
122450
|
+
var hash = "b40876235344144786bc2e8c21e4b67359f1e3b4";
|
|
122428
122451
|
var global = new Function("return this")();
|
|
122429
122452
|
var gcv = "__coverage__";
|
|
122430
122453
|
var coverageData = {
|
|
@@ -122677,7 +122700,7 @@ function cov_7xzegtncw() {
|
|
|
122677
122700
|
},
|
|
122678
122701
|
end: {
|
|
122679
122702
|
line: 44,
|
|
122680
|
-
column:
|
|
122703
|
+
column: 38
|
|
122681
122704
|
}
|
|
122682
122705
|
},
|
|
122683
122706
|
"25": {
|
|
@@ -123189,7 +123212,7 @@ function cov_7xzegtncw() {
|
|
|
123189
123212
|
"4": [0, 0]
|
|
123190
123213
|
},
|
|
123191
123214
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
123192
|
-
hash: "
|
|
123215
|
+
hash: "b40876235344144786bc2e8c21e4b67359f1e3b4"
|
|
123193
123216
|
};
|
|
123194
123217
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
123195
123218
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -123284,7 +123307,7 @@ var LinkOption = function LinkOption(_ref2) {
|
|
|
123284
123307
|
} else {
|
|
123285
123308
|
cov_7xzegtncw().b[2][1]++;
|
|
123286
123309
|
cov_7xzegtncw().s[24]++;
|
|
123287
|
-
setError(t("error.
|
|
123310
|
+
setError(t("error.invalidUrl"));
|
|
123288
123311
|
}
|
|
123289
123312
|
};
|
|
123290
123313
|
cov_7xzegtncw().s[25]++;
|
|
@@ -124098,7 +124121,7 @@ var TableOption = function TableOption(_ref2) {
|
|
|
124098
124121
|
|
|
124099
124122
|
function cov_2dwl7m23tl() {
|
|
124100
124123
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Fixed/index.jsx";
|
|
124101
|
-
var hash = "
|
|
124124
|
+
var hash = "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434";
|
|
124102
124125
|
var global = new Function("return this")();
|
|
124103
124126
|
var gcv = "__coverage__";
|
|
124104
124127
|
var coverageData = {
|
|
@@ -124577,7 +124600,7 @@ function cov_2dwl7m23tl() {
|
|
|
124577
124600
|
},
|
|
124578
124601
|
end: {
|
|
124579
124602
|
line: 87,
|
|
124580
|
-
column:
|
|
124603
|
+
column: 67
|
|
124581
124604
|
}
|
|
124582
124605
|
},
|
|
124583
124606
|
type: "binary-expr",
|
|
@@ -124597,7 +124620,7 @@ function cov_2dwl7m23tl() {
|
|
|
124597
124620
|
},
|
|
124598
124621
|
end: {
|
|
124599
124622
|
line: 87,
|
|
124600
|
-
column:
|
|
124623
|
+
column: 67
|
|
124601
124624
|
}
|
|
124602
124625
|
}],
|
|
124603
124626
|
line: 87
|
|
@@ -124945,7 +124968,7 @@ function cov_2dwl7m23tl() {
|
|
|
124945
124968
|
"17": [0, 0]
|
|
124946
124969
|
},
|
|
124947
124970
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
124948
|
-
hash: "
|
|
124971
|
+
hash: "01f1a1ced31d5bd4340f754c46c77b5a2bc5c434"
|
|
124949
124972
|
};
|
|
124950
124973
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
124951
124974
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -125040,7 +125063,7 @@ var Fixed = function Fixed(_ref) {
|
|
|
125040
125063
|
className: "neeto-editor-fixed-menu__wrapper"
|
|
125041
125064
|
}, (cov_2dwl7m23tl().b[7][0]++, isFontSizeActive) && (cov_2dwl7m23tl().b[7][1]++, /*#__PURE__*/React__default["default"].createElement(FontSizeOption, {
|
|
125042
125065
|
editor: editor,
|
|
125043
|
-
tooltipContent: (cov_2dwl7m23tl().b[8][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[8][1]++, t("menu.
|
|
125066
|
+
tooltipContent: (cov_2dwl7m23tl().b[8][0]++, tooltips.fontSize) || (cov_2dwl7m23tl().b[8][1]++, t("menu.fontSize"))
|
|
125044
125067
|
})), fontStyleOptions.map(renderOptionButton), blockStyleOptions.map(renderOptionButton), (cov_2dwl7m23tl().b[9][0]++, isEmojiActive) && (cov_2dwl7m23tl().b[9][1]++, /*#__PURE__*/React__default["default"].createElement(EmojiOption, {
|
|
125045
125068
|
editor: editor,
|
|
125046
125069
|
isActive: isEmojiPickerActive,
|
|
@@ -125069,7 +125092,7 @@ var Fixed = function Fixed(_ref) {
|
|
|
125069
125092
|
buttonSize: "small",
|
|
125070
125093
|
buttonProps: {
|
|
125071
125094
|
tooltipProps: {
|
|
125072
|
-
content: t("menu.
|
|
125095
|
+
content: t("menu.dynamicVariables"),
|
|
125073
125096
|
position: "bottom"
|
|
125074
125097
|
}
|
|
125075
125098
|
}
|
|
@@ -126416,7 +126439,7 @@ var Option = function Option(_ref) {
|
|
|
126416
126439
|
|
|
126417
126440
|
function cov_1fwd2t6om3() {
|
|
126418
126441
|
var path = "/home/runner/work/neeto-editor/neeto-editor/src/components/Editor/Menu/Headless/constants.js";
|
|
126419
|
-
var hash = "
|
|
126442
|
+
var hash = "4d324caf086e7c0bc37cc554c90c435def28fed3";
|
|
126420
126443
|
var global = new Function("return this")();
|
|
126421
126444
|
var gcv = "__coverage__";
|
|
126422
126445
|
var coverageData = {
|
|
@@ -127197,7 +127220,7 @@ function cov_1fwd2t6om3() {
|
|
|
127197
127220
|
},
|
|
127198
127221
|
end: {
|
|
127199
127222
|
line: 76,
|
|
127200
|
-
column:
|
|
127223
|
+
column: 56
|
|
127201
127224
|
}
|
|
127202
127225
|
},
|
|
127203
127226
|
type: "binary-expr",
|
|
@@ -127217,7 +127240,7 @@ function cov_1fwd2t6om3() {
|
|
|
127217
127240
|
},
|
|
127218
127241
|
end: {
|
|
127219
127242
|
line: 76,
|
|
127220
|
-
column:
|
|
127243
|
+
column: 56
|
|
127221
127244
|
}
|
|
127222
127245
|
}],
|
|
127223
127246
|
line: 76
|
|
@@ -127263,7 +127286,7 @@ function cov_1fwd2t6om3() {
|
|
|
127263
127286
|
},
|
|
127264
127287
|
end: {
|
|
127265
127288
|
line: 90,
|
|
127266
|
-
column:
|
|
127289
|
+
column: 54
|
|
127267
127290
|
}
|
|
127268
127291
|
},
|
|
127269
127292
|
type: "binary-expr",
|
|
@@ -127283,7 +127306,7 @@ function cov_1fwd2t6om3() {
|
|
|
127283
127306
|
},
|
|
127284
127307
|
end: {
|
|
127285
127308
|
line: 90,
|
|
127286
|
-
column:
|
|
127309
|
+
column: 54
|
|
127287
127310
|
}
|
|
127288
127311
|
}],
|
|
127289
127312
|
line: 90
|
|
@@ -127296,7 +127319,7 @@ function cov_1fwd2t6om3() {
|
|
|
127296
127319
|
},
|
|
127297
127320
|
end: {
|
|
127298
127321
|
line: 97,
|
|
127299
|
-
column:
|
|
127322
|
+
column: 58
|
|
127300
127323
|
}
|
|
127301
127324
|
},
|
|
127302
127325
|
type: "binary-expr",
|
|
@@ -127316,7 +127339,7 @@ function cov_1fwd2t6om3() {
|
|
|
127316
127339
|
},
|
|
127317
127340
|
end: {
|
|
127318
127341
|
line: 97,
|
|
127319
|
-
column:
|
|
127342
|
+
column: 58
|
|
127320
127343
|
}
|
|
127321
127344
|
}],
|
|
127322
127345
|
line: 97
|
|
@@ -127329,7 +127352,7 @@ function cov_1fwd2t6om3() {
|
|
|
127329
127352
|
},
|
|
127330
127353
|
end: {
|
|
127331
127354
|
line: 104,
|
|
127332
|
-
column:
|
|
127355
|
+
column: 58
|
|
127333
127356
|
}
|
|
127334
127357
|
},
|
|
127335
127358
|
type: "binary-expr",
|
|
@@ -127349,7 +127372,7 @@ function cov_1fwd2t6om3() {
|
|
|
127349
127372
|
},
|
|
127350
127373
|
end: {
|
|
127351
127374
|
line: 104,
|
|
127352
|
-
column:
|
|
127375
|
+
column: 58
|
|
127353
127376
|
}
|
|
127354
127377
|
}],
|
|
127355
127378
|
line: 104
|
|
@@ -127395,7 +127418,7 @@ function cov_1fwd2t6om3() {
|
|
|
127395
127418
|
},
|
|
127396
127419
|
end: {
|
|
127397
127420
|
line: 116,
|
|
127398
|
-
column:
|
|
127421
|
+
column: 58
|
|
127399
127422
|
}
|
|
127400
127423
|
},
|
|
127401
127424
|
type: "binary-expr",
|
|
@@ -127415,7 +127438,7 @@ function cov_1fwd2t6om3() {
|
|
|
127415
127438
|
},
|
|
127416
127439
|
end: {
|
|
127417
127440
|
line: 116,
|
|
127418
|
-
column:
|
|
127441
|
+
column: 58
|
|
127419
127442
|
}
|
|
127420
127443
|
}],
|
|
127421
127444
|
line: 116
|
|
@@ -127428,7 +127451,7 @@ function cov_1fwd2t6om3() {
|
|
|
127428
127451
|
},
|
|
127429
127452
|
end: {
|
|
127430
127453
|
line: 122,
|
|
127431
|
-
column:
|
|
127454
|
+
column: 58
|
|
127432
127455
|
}
|
|
127433
127456
|
},
|
|
127434
127457
|
type: "binary-expr",
|
|
@@ -127448,7 +127471,7 @@ function cov_1fwd2t6om3() {
|
|
|
127448
127471
|
},
|
|
127449
127472
|
end: {
|
|
127450
127473
|
line: 122,
|
|
127451
|
-
column:
|
|
127474
|
+
column: 58
|
|
127452
127475
|
}
|
|
127453
127476
|
}],
|
|
127454
127477
|
line: 122
|
|
@@ -127461,7 +127484,7 @@ function cov_1fwd2t6om3() {
|
|
|
127461
127484
|
},
|
|
127462
127485
|
end: {
|
|
127463
127486
|
line: 128,
|
|
127464
|
-
column:
|
|
127487
|
+
column: 56
|
|
127465
127488
|
}
|
|
127466
127489
|
},
|
|
127467
127490
|
type: "binary-expr",
|
|
@@ -127481,7 +127504,7 @@ function cov_1fwd2t6om3() {
|
|
|
127481
127504
|
},
|
|
127482
127505
|
end: {
|
|
127483
127506
|
line: 128,
|
|
127484
|
-
column:
|
|
127507
|
+
column: 56
|
|
127485
127508
|
}
|
|
127486
127509
|
}],
|
|
127487
127510
|
line: 128
|
|
@@ -127680,7 +127703,7 @@ function cov_1fwd2t6om3() {
|
|
|
127680
127703
|
"17": [0, 0]
|
|
127681
127704
|
},
|
|
127682
127705
|
_coverageSchema: "1a1c01bbd47fc00a2c39e90264f33305004495a9",
|
|
127683
|
-
hash: "
|
|
127706
|
+
hash: "4d324caf086e7c0bc37cc554c90c435def28fed3"
|
|
127684
127707
|
};
|
|
127685
127708
|
var coverage = global[gcv] || (global[gcv] = {});
|
|
127686
127709
|
if (!coverage[path] || coverage[path].hash !== hash) {
|
|
@@ -127768,7 +127791,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127768
127791
|
},
|
|
127769
127792
|
active: editor.isActive("blockquote"),
|
|
127770
127793
|
optionName: "block-quote",
|
|
127771
|
-
tooltip: (cov_1fwd2t6om3().b[5][0]++, tooltips.blockQuote) || (cov_1fwd2t6om3().b[5][1]++, t("menu.
|
|
127794
|
+
tooltip: (cov_1fwd2t6om3().b[5][0]++, tooltips.blockQuote) || (cov_1fwd2t6om3().b[5][1]++, t("menu.blockQuote"))
|
|
127772
127795
|
}, {
|
|
127773
127796
|
Icon: neetoIcons.Code,
|
|
127774
127797
|
command: function command() {
|
|
@@ -127788,7 +127811,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127788
127811
|
},
|
|
127789
127812
|
active: editor.isActive("codeBlock"),
|
|
127790
127813
|
optionName: "code-block",
|
|
127791
|
-
tooltip: (cov_1fwd2t6om3().b[7][0]++, tooltips.codeBlock) || (cov_1fwd2t6om3().b[7][1]++, t("menu.
|
|
127814
|
+
tooltip: (cov_1fwd2t6om3().b[7][0]++, tooltips.codeBlock) || (cov_1fwd2t6om3().b[7][1]++, t("menu.codeBlock"))
|
|
127792
127815
|
}, {
|
|
127793
127816
|
Icon: neetoIcons.ListDot,
|
|
127794
127817
|
command: function command() {
|
|
@@ -127798,7 +127821,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127798
127821
|
},
|
|
127799
127822
|
active: editor.isActive("bulletList"),
|
|
127800
127823
|
optionName: "bullet-list",
|
|
127801
|
-
tooltip: (cov_1fwd2t6om3().b[8][0]++, tooltips.bulletList) || (cov_1fwd2t6om3().b[8][1]++, t("menu.
|
|
127824
|
+
tooltip: (cov_1fwd2t6om3().b[8][0]++, tooltips.bulletList) || (cov_1fwd2t6om3().b[8][1]++, t("menu.bulletedList"))
|
|
127802
127825
|
}, {
|
|
127803
127826
|
Icon: neetoIcons.ListNumber,
|
|
127804
127827
|
command: function command() {
|
|
@@ -127808,7 +127831,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127808
127831
|
},
|
|
127809
127832
|
active: editor.isActive("orderedList"),
|
|
127810
127833
|
optionName: "ordered-list",
|
|
127811
|
-
tooltip: (cov_1fwd2t6om3().b[9][0]++, tooltips.orderedList) || (cov_1fwd2t6om3().b[9][1]++, t("menu.
|
|
127834
|
+
tooltip: (cov_1fwd2t6om3().b[9][0]++, tooltips.orderedList) || (cov_1fwd2t6om3().b[9][1]++, t("menu.orderedList"))
|
|
127812
127835
|
}, {
|
|
127813
127836
|
Icon: neetoIcons.File,
|
|
127814
127837
|
command: handleUploadAttachments,
|
|
@@ -127822,7 +127845,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127822
127845
|
return setMediaUploader(ramda.assoc("image", true));
|
|
127823
127846
|
},
|
|
127824
127847
|
optionName: "image-upload",
|
|
127825
|
-
tooltip: (cov_1fwd2t6om3().b[11][0]++, tooltips.imageUpload) || (cov_1fwd2t6om3().b[11][1]++, t("menu.
|
|
127848
|
+
tooltip: (cov_1fwd2t6om3().b[11][0]++, tooltips.imageUpload) || (cov_1fwd2t6om3().b[11][1]++, t("menu.imageUpload"))
|
|
127826
127849
|
}, {
|
|
127827
127850
|
Icon: neetoIcons.Video,
|
|
127828
127851
|
command: function command() {
|
|
@@ -127831,7 +127854,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127831
127854
|
return setMediaUploader(ramda.assoc("video", true));
|
|
127832
127855
|
},
|
|
127833
127856
|
optionName: "video-upload",
|
|
127834
|
-
tooltip: (cov_1fwd2t6om3().b[12][0]++, tooltips.videoUpload) || (cov_1fwd2t6om3().b[12][1]++, t("menu.
|
|
127857
|
+
tooltip: (cov_1fwd2t6om3().b[12][0]++, tooltips.videoUpload) || (cov_1fwd2t6om3().b[12][1]++, t("menu.videoUpload"))
|
|
127835
127858
|
}, {
|
|
127836
127859
|
Icon: neetoIcons.MediaVideo,
|
|
127837
127860
|
command: function command() {
|
|
@@ -127840,7 +127863,7 @@ var MENU_OPTIONS = function MENU_OPTIONS(_ref2) {
|
|
|
127840
127863
|
return setIsEmbedModalOpen(true);
|
|
127841
127864
|
},
|
|
127842
127865
|
optionName: "video-embed",
|
|
127843
|
-
tooltip: (cov_1fwd2t6om3().b[13][0]++, tooltips.videoEmbed) || (cov_1fwd2t6om3().b[13][1]++, t("menu.
|
|
127866
|
+
tooltip: (cov_1fwd2t6om3().b[13][0]++, tooltips.videoEmbed) || (cov_1fwd2t6om3().b[13][1]++, t("menu.videoEmbed"))
|
|
127844
127867
|
}, {
|
|
127845
127868
|
Icon: neetoIcons.Smiley,
|
|
127846
127869
|
command: pure.noop,
|