@worktile/theia 2.4.9 → 2.4.10
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.
|
@@ -14469,11 +14469,16 @@
|
|
|
14469
14469
|
exports.createEmptyParagraph = createEmptyParagraph;
|
|
14470
14470
|
exports.dataDeserialize = dataDeserialize;
|
|
14471
14471
|
exports.dataSerializing = dataSerializing;
|
|
14472
|
+
exports.deleteColorAndBackgroundColorOfText = deleteColorAndBackgroundColorOfText;
|
|
14473
|
+
exports.deleteElementKey = deleteElementKey;
|
|
14474
|
+
exports.extractFragment = extractFragment;
|
|
14472
14475
|
exports.getColsTotalWidth = getColsTotalWidth;
|
|
14473
14476
|
exports.getElementClassByPrefix = getElementClassByPrefix;
|
|
14474
14477
|
exports.getElementHeight = getElementHeight;
|
|
14475
14478
|
exports.getElementWidth = getElementWidth;
|
|
14479
|
+
exports.getEndBlock = getEndBlock;
|
|
14476
14480
|
exports.getRowsTotalHeight = getRowsTotalHeight;
|
|
14481
|
+
exports.getStartBlock = getStartBlock;
|
|
14477
14482
|
exports.getToolbarClass = getToolbarClass;
|
|
14478
14483
|
exports.htmlToTheia = htmlToTheia;
|
|
14479
14484
|
exports.inValidTypes = inValidTypes;
|