devextreme-quill
Advanced tools
Comparing version 1.5.16 to 1.5.17
@@ -0,0 +0,0 @@ import { Attributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import { ClassAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import { StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import { EmbedBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { ContainerBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { EmbedBlot, Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ import { EmbedBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { EmbedBlot, InlineBlot, Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ import { EmbedBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { Scope, ScrollBlot, ContainerBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { TextBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import Quill from './core/quill'; |
@@ -0,0 +0,0 @@ import cloneDeep from 'lodash.clonedeep'; |
@@ -0,0 +0,0 @@ import EventEmitter from 'eventemitter3'; |
export default new WeakMap(); |
@@ -0,0 +0,0 @@ const levels = ['error', 'warn', 'log', 'info']; |
@@ -0,0 +0,0 @@ class Module { |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import { LeafBlot, Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ class Theme { |
@@ -0,0 +0,0 @@ import { Attributor, ClassAttributor, Scope, StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import { ClassAttributor, Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ import Block from '../blots/block'; |
@@ -0,0 +0,0 @@ import Inline from '../blots/inline'; |
@@ -0,0 +0,0 @@ import Block from '../blots/block'; |
@@ -0,0 +0,0 @@ import { ClassAttributor, Scope, StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import { Attributor, ClassAttributor, Scope, StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import { ClassAttributor, Scope, StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import Embed from '../blots/embed'; |
@@ -0,0 +0,0 @@ import Block from '../blots/block'; |
@@ -0,0 +0,0 @@ import { EmbedBlot } from 'parchment'; |
@@ -0,0 +0,0 @@ import { ClassAttributor, Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ import Bold from './bold'; |
@@ -0,0 +0,0 @@ import Inline from '../blots/inline'; |
@@ -0,0 +0,0 @@ import Block from '../blots/block'; |
@@ -0,0 +0,0 @@ import Inline from '../blots/inline'; |
@@ -0,0 +0,0 @@ import { ClassAttributor, Scope, StyleAttributor } from 'parchment'; |
@@ -0,0 +0,0 @@ import Bold from './bold'; |
@@ -0,0 +0,0 @@ import prepareAttributor from './prepare_attributor'; |
@@ -0,0 +0,0 @@ import ElementAttributor from '../../../attributors/element_attributor'; |
@@ -0,0 +0,0 @@ import ElementStyleAttributor from '../../../attributors/element_style'; |
@@ -0,0 +0,0 @@ import prepareAttributor from './prepare_attributor'; |
@@ -0,0 +0,0 @@ export default function getId() { |
@@ -56,2 +56,7 @@ import Block from '../../blots/block'; | ||
format(name, value) { | ||
const isCellLine = name === 'tableCellLine'; | ||
if (isCellLine && value === null) { | ||
value = this.formats().tableCellLine; | ||
} | ||
const isCell = CELL_IDENTITY_KEYS.indexOf(name) > -1; | ||
@@ -58,0 +63,0 @@ if (isCell || TABLE_FORMATS[name] || CELL_FORMATS[name]) { |
@@ -0,0 +0,0 @@ import Block from '../../blots/block'; |
@@ -0,0 +0,0 @@ export default function toggleAttribute(domNode, attrName, value) { |
@@ -0,0 +0,0 @@ import Inline from '../blots/inline'; |
@@ -0,0 +0,0 @@ import { BlockEmbed } from '../blots/block'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import { Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ import cloneDeep from 'lodash.clonedeep'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
@@ -0,0 +0,0 @@ import Quill from '../../../core/quill'; |
@@ -0,0 +0,0 @@ import { Scope } from 'parchment'; |
@@ -0,0 +0,0 @@ export default function tableSide(row, cell, offset) { |
@@ -0,0 +0,0 @@ import Delta from 'quill-delta'; |
{ | ||
"name": "devextreme-quill", | ||
"version": "1.5.16", | ||
"version": "1.5.17", | ||
"description": "Core of the DevExtreme HtmlEditor", | ||
@@ -5,0 +5,0 @@ "author": "Developer Express Inc.", |
@@ -0,0 +0,0 @@ // IE11 support |
@@ -0,0 +0,0 @@ import './polyfills'; |
@@ -0,0 +0,0 @@ <h1 align="center"> |
export default function capitalize(text) { | ||
return text ? text.substring(0, 1).toUpperCase() + text.substring(1) : ''; | ||
} |
@@ -0,0 +0,0 @@ export default function getScrollIntoViewConfig(element) { |
const hasWindow = () => typeof window !== 'undefined'; | ||
export default hasWindow; |
export default function isDefined(object) { | ||
return object !== null && object !== undefined; | ||
} |
@@ -0,0 +0,0 @@ export default function removeClass(node, className) { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39648
1862374
1